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
│ │ ├── grid_off_two_tone.cljs
│ │ ├── grid_on.cljs
│ │ ├── grid_on_outlined.cljs
│ │ ├── grid_on_rounded.cljs
│ │ ├── grid_on_sharp.cljs
│ │ ├── grid_on_two_tone.cljs
│ │ ├── grid_view.cljs
│ │ ├── grid_view_outlined.cljs
│ │ ├── grid_view_rounded.cljs
│ │ ├── grid_view_sharp.cljs
│ │ ├── grid_view_two_tone.cljs
│ │ ├── group.cljs
│ │ ├── group_add.cljs
│ │ ├── group_add_outlined.cljs
│ │ ├── group_add_rounded.cljs
│ │ ├── group_add_sharp.cljs
│ │ ├── group_add_two_tone.cljs
│ │ ├── group_outlined.cljs
│ │ ├── group_remove.cljs
│ │ ├── group_remove_outlined.cljs
│ │ ├── group_remove_rounded.cljs
│ │ ├── group_remove_sharp.cljs
│ │ ├── group_remove_two_tone.cljs
│ │ ├── group_rounded.cljs
│ │ ├── group_sharp.cljs
│ │ ├── group_two_tone.cljs
│ │ ├── group_work.cljs
│ │ ├── group_work_outlined.cljs
│ │ ├── group_work_rounded.cljs
│ │ ├── group_work_sharp.cljs
│ │ ├── group_work_two_tone.cljs
│ │ ├── groups.cljs
│ │ ├── groups_2.cljs
│ │ ├── groups_2_outlined.cljs
│ │ ├── groups_2_rounded.cljs
│ │ ├── groups_2_sharp.cljs
│ │ ├── groups_2_two_tone.cljs
│ │ ├── groups_3.cljs
│ │ ├── groups_3_outlined.cljs
│ │ ├── groups_3_rounded.cljs
│ │ ├── groups_3_sharp.cljs
│ │ ├── groups_3_two_tone.cljs
│ │ ├── groups_outlined.cljs
│ │ ├── groups_rounded.cljs
│ │ ├── groups_sharp.cljs
│ │ ├── groups_two_tone.cljs
│ │ ├── h_mobiledata.cljs
│ │ ├── h_mobiledata_outlined.cljs
│ │ ├── h_mobiledata_rounded.cljs
│ │ ├── h_mobiledata_sharp.cljs
│ │ ├── h_mobiledata_two_tone.cljs
│ │ ├── h_plus_mobiledata.cljs
│ │ ├── h_plus_mobiledata_outlined.cljs
│ │ ├── h_plus_mobiledata_rounded.cljs
│ │ ├── h_plus_mobiledata_sharp.cljs
│ │ ├── h_plus_mobiledata_two_tone.cljs
│ │ ├── hail.cljs
│ │ ├── hail_outlined.cljs
│ │ ├── hail_rounded.cljs
│ │ ├── hail_sharp.cljs
│ │ ├── hail_two_tone.cljs
│ │ ├── handshake.cljs
│ │ ├── handshake_outlined.cljs
│ │ ├── handshake_rounded.cljs
│ │ ├── handshake_sharp.cljs
│ │ ├── handshake_two_tone.cljs
│ │ ├── handyman.cljs
│ │ ├── handyman_outlined.cljs
│ │ ├── handyman_rounded.cljs
│ │ ├── handyman_sharp.cljs
│ │ ├── handyman_two_tone.cljs
│ │ ├── hardware.cljs
│ │ ├── hardware_outlined.cljs
│ │ ├── hardware_rounded.cljs
│ │ ├── hardware_sharp.cljs
│ │ ├── hardware_two_tone.cljs
│ │ ├── hd.cljs
│ │ ├── hd_outlined.cljs
│ │ ├── hd_rounded.cljs
│ │ ├── hd_sharp.cljs
│ │ ├── hd_two_tone.cljs
│ │ ├── hdr_auto.cljs
│ │ ├── hdr_auto_outlined.cljs
│ │ ├── hdr_auto_rounded.cljs
│ │ ├── hdr_auto_select.cljs
│ │ ├── hdr_auto_select_outlined.cljs
│ │ ├── hdr_auto_select_rounded.cljs
│ │ ├── hdr_auto_select_sharp.cljs
│ │ ├── hdr_auto_select_two_tone.cljs
│ │ ├── hdr_auto_sharp.cljs
│ │ ├── hdr_auto_two_tone.cljs
│ │ ├── hdr_enhanced_select.cljs
│ │ ├── hdr_enhanced_select_outlined.cljs
│ │ ├── hdr_enhanced_select_rounded.cljs
│ │ ├── hdr_enhanced_select_sharp.cljs
│ │ ├── hdr_enhanced_select_two_tone.cljs
│ │ ├── hdr_off.cljs
│ │ ├── hdr_off_outlined.cljs
│ │ ├── hdr_off_rounded.cljs
│ │ ├── hdr_off_select.cljs
│ │ ├── hdr_off_select_outlined.cljs
│ │ ├── hdr_off_select_rounded.cljs
│ │ ├── hdr_off_select_sharp.cljs
│ │ ├── hdr_off_select_two_tone.cljs
│ │ ├── hdr_off_sharp.cljs
│ │ ├── hdr_off_two_tone.cljs
│ │ ├── hdr_on.cljs
│ │ ├── hdr_on_outlined.cljs
│ │ ├── hdr_on_rounded.cljs
│ │ ├── hdr_on_select.cljs
│ │ ├── hdr_on_select_outlined.cljs
│ │ ├── hdr_on_select_rounded.cljs
│ │ ├── hdr_on_select_sharp.cljs
│ │ ├── hdr_on_select_two_tone.cljs
│ │ ├── hdr_on_sharp.cljs
│ │ ├── hdr_on_two_tone.cljs
│ │ ├── hdr_plus.cljs
│ │ ├── hdr_plus_outlined.cljs
│ │ ├── hdr_plus_rounded.cljs
│ │ ├── hdr_plus_sharp.cljs
│ │ ├── hdr_plus_two_tone.cljs
│ │ ├── hdr_strong.cljs
│ │ ├── hdr_strong_outlined.cljs
│ │ ├── hdr_strong_rounded.cljs
│ │ ├── hdr_strong_sharp.cljs
│ │ ├── hdr_strong_two_tone.cljs
│ │ ├── hdr_weak.cljs
│ │ ├── hdr_weak_outlined.cljs
│ │ ├── hdr_weak_rounded.cljs
│ │ ├── hdr_weak_sharp.cljs
│ │ ├── hdr_weak_two_tone.cljs
│ │ ├── headphones.cljs
│ │ ├── headphones_battery.cljs
│ │ ├── headphones_battery_outlined.cljs
│ │ ├── headphones_battery_rounded.cljs
│ │ ├── headphones_battery_sharp.cljs
│ │ ├── headphones_battery_two_tone.cljs
│ │ ├── headphones_outlined.cljs
│ │ ├── headphones_rounded.cljs
│ │ ├── headphones_sharp.cljs
│ │ ├── headphones_two_tone.cljs
│ │ ├── headset.cljs
│ │ ├── headset_mic.cljs
│ │ ├── headset_mic_outlined.cljs
│ │ ├── headset_mic_rounded.cljs
│ │ ├── headset_mic_sharp.cljs
│ │ ├── headset_mic_two_tone.cljs
│ │ ├── headset_off.cljs
│ │ ├── headset_off_outlined.cljs
│ │ ├── headset_off_rounded.cljs
│ │ ├── headset_off_sharp.cljs
│ │ ├── headset_off_two_tone.cljs
│ │ ├── headset_outlined.cljs
│ │ ├── headset_rounded.cljs
│ │ ├── headset_sharp.cljs
│ │ ├── headset_two_tone.cljs
│ │ ├── healing.cljs
│ │ ├── healing_outlined.cljs
│ │ ├── healing_rounded.cljs
│ │ ├── healing_sharp.cljs
│ │ ├── healing_two_tone.cljs
│ │ ├── health_and_safety.cljs
│ │ ├── health_and_safety_outlined.cljs
│ │ ├── health_and_safety_rounded.cljs
│ │ ├── health_and_safety_sharp.cljs
│ │ ├── health_and_safety_two_tone.cljs
│ │ ├── hearing.cljs
│ │ ├── hearing_disabled.cljs
│ │ ├── hearing_disabled_outlined.cljs
│ │ ├── hearing_disabled_rounded.cljs
│ │ ├── hearing_disabled_sharp.cljs
│ │ ├── hearing_disabled_two_tone.cljs
│ │ ├── hearing_outlined.cljs
│ │ ├── hearing_rounded.cljs
│ │ ├── hearing_sharp.cljs
│ │ ├── hearing_two_tone.cljs
│ │ ├── heart_broken.cljs
│ │ ├── heart_broken_outlined.cljs
│ │ ├── heart_broken_rounded.cljs
│ │ ├── heart_broken_sharp.cljs
│ │ ├── heart_broken_two_tone.cljs
│ │ ├── heat_pump.cljs
│ │ ├── heat_pump_outlined.cljs
│ │ ├── heat_pump_rounded.cljs
│ │ ├── heat_pump_sharp.cljs
│ │ ├── heat_pump_two_tone.cljs
│ │ ├── height.cljs
│ │ ├── height_outlined.cljs
│ │ ├── height_rounded.cljs
│ │ ├── height_sharp.cljs
│ │ ├── height_two_tone.cljs
│ │ ├── help.cljs
│ │ ├── help_center.cljs
│ │ ├── help_center_outlined.cljs
│ │ ├── help_center_rounded.cljs
│ │ ├── help_center_sharp.cljs
│ │ ├── help_center_two_tone.cljs
│ │ ├── help_outline.cljs
│ │ ├── help_outline_outlined.cljs
│ │ ├── help_outline_rounded.cljs
│ │ ├── help_outline_sharp.cljs
│ │ ├── help_outline_two_tone.cljs
│ │ ├── help_outlined.cljs
│ │ ├── help_rounded.cljs
│ │ ├── help_sharp.cljs
│ │ ├── help_two_tone.cljs
│ │ ├── hevc.cljs
│ │ ├── hevc_outlined.cljs
│ │ ├── hevc_rounded.cljs
│ │ ├── hevc_sharp.cljs
│ │ ├── hevc_two_tone.cljs
│ │ ├── hexagon.cljs
│ │ ├── hexagon_outlined.cljs
│ │ ├── hexagon_rounded.cljs
│ │ ├── hexagon_sharp.cljs
│ │ ├── hexagon_two_tone.cljs
│ │ ├── hide_image.cljs
│ │ ├── hide_image_outlined.cljs
│ │ ├── hide_image_rounded.cljs
│ │ ├── hide_image_sharp.cljs
│ │ ├── hide_image_two_tone.cljs
│ │ ├── hide_source.cljs
│ │ ├── hide_source_outlined.cljs
│ │ ├── hide_source_rounded.cljs
│ │ ├── hide_source_sharp.cljs
│ │ ├── hide_source_two_tone.cljs
│ │ ├── high_quality.cljs
│ │ ├── high_quality_outlined.cljs
│ │ ├── high_quality_rounded.cljs
│ │ ├── high_quality_sharp.cljs
│ │ ├── high_quality_two_tone.cljs
│ │ ├── highlight.cljs
│ │ ├── highlight_alt.cljs
│ │ ├── highlight_alt_outlined.cljs
│ │ ├── highlight_alt_rounded.cljs
│ │ ├── highlight_alt_sharp.cljs
│ │ ├── highlight_alt_two_tone.cljs
│ │ ├── highlight_off.cljs
│ │ ├── highlight_off_outlined.cljs
│ │ ├── highlight_off_rounded.cljs
│ │ ├── highlight_off_sharp.cljs
│ │ ├── highlight_off_two_tone.cljs
│ │ ├── highlight_outlined.cljs
│ │ ├── highlight_rounded.cljs
│ │ ├── highlight_sharp.cljs
│ │ ├── highlight_two_tone.cljs
│ │ ├── hiking.cljs
│ │ ├── hiking_outlined.cljs
│ │ ├── hiking_rounded.cljs
│ │ ├── hiking_sharp.cljs
│ │ ├── hiking_two_tone.cljs
│ │ ├── history.cljs
│ │ ├── history_edu.cljs
│ │ ├── history_edu_outlined.cljs
│ │ ├── history_edu_rounded.cljs
│ │ ├── history_edu_sharp.cljs
│ │ ├── history_edu_two_tone.cljs
│ │ ├── history_outlined.cljs
│ │ ├── history_rounded.cljs
│ │ ├── history_sharp.cljs
│ │ ├── history_toggle_off.cljs
│ │ ├── history_toggle_off_outlined.cljs
│ │ ├── history_toggle_off_rounded.cljs
│ │ ├── history_toggle_off_sharp.cljs
│ │ ├── history_toggle_off_two_tone.cljs
│ │ ├── history_two_tone.cljs
│ │ ├── hive.cljs
│ │ ├── hive_outlined.cljs
│ │ ├── hive_rounded.cljs
│ │ ├── hive_sharp.cljs
│ │ ├── hive_two_tone.cljs
│ │ ├── hls.cljs
│ │ ├── hls_off.cljs
│ │ ├── hls_off_outlined.cljs
│ │ ├── hls_off_rounded.cljs
│ │ ├── hls_off_sharp.cljs
│ │ ├── hls_off_two_tone.cljs
│ │ ├── hls_outlined.cljs
│ │ ├── hls_rounded.cljs
│ │ ├── hls_sharp.cljs
│ │ ├── hls_two_tone.cljs
│ │ ├── holiday_village.cljs
│ │ ├── holiday_village_outlined.cljs
│ │ ├── holiday_village_rounded.cljs
│ │ ├── holiday_village_sharp.cljs
│ │ ├── holiday_village_two_tone.cljs
│ │ ├── home.cljs
│ │ ├── home_max.cljs
│ │ ├── home_max_outlined.cljs
│ │ ├── home_max_rounded.cljs
│ │ ├── home_max_sharp.cljs
│ │ ├── home_max_two_tone.cljs
│ │ ├── home_mini.cljs
│ │ ├── home_mini_outlined.cljs
│ │ ├── home_mini_rounded.cljs
│ │ ├── home_mini_sharp.cljs
│ │ ├── home_mini_two_tone.cljs
│ │ ├── home_outlined.cljs
│ │ ├── home_repair_service.cljs
│ │ ├── home_repair_service_outlined.cljs
│ │ ├── home_repair_service_rounded.cljs
│ │ ├── home_repair_service_sharp.cljs
│ │ ├── home_repair_service_two_tone.cljs
│ │ ├── home_rounded.cljs
│ │ ├── home_sharp.cljs
│ │ ├── home_two_tone.cljs
│ │ ├── home_work.cljs
│ │ ├── home_work_outlined.cljs
│ │ ├── home_work_rounded.cljs
│ │ ├── home_work_sharp.cljs
│ │ ├── home_work_two_tone.cljs
│ │ ├── horizontal_rule.cljs
│ │ ├── horizontal_rule_outlined.cljs
│ │ ├── horizontal_rule_rounded.cljs
│ │ ├── horizontal_rule_sharp.cljs
│ │ ├── horizontal_rule_two_tone.cljs
│ │ ├── horizontal_split.cljs
│ │ ├── horizontal_split_outlined.cljs
│ │ ├── horizontal_split_rounded.cljs
│ │ ├── horizontal_split_sharp.cljs
│ │ ├── horizontal_split_two_tone.cljs
│ │ ├── hot_tub.cljs
│ │ ├── hot_tub_outlined.cljs
│ │ ├── hot_tub_rounded.cljs
│ │ ├── hot_tub_sharp.cljs
│ │ ├── hot_tub_two_tone.cljs
│ │ ├── hotel.cljs
│ │ ├── hotel_outlined.cljs
│ │ ├── hotel_rounded.cljs
│ │ ├── hotel_sharp.cljs
│ │ ├── hotel_two_tone.cljs
│ │ ├── hourglass_bottom.cljs
│ │ ├── hourglass_bottom_outlined.cljs
│ │ ├── hourglass_bottom_rounded.cljs
│ │ ├── hourglass_bottom_sharp.cljs
│ │ ├── hourglass_bottom_two_tone.cljs
│ │ ├── hourglass_disabled.cljs
│ │ ├── hourglass_disabled_outlined.cljs
│ │ ├── hourglass_disabled_rounded.cljs
│ │ ├── hourglass_disabled_sharp.cljs
│ │ ├── hourglass_disabled_two_tone.cljs
│ │ ├── hourglass_empty.cljs
│ │ ├── hourglass_empty_outlined.cljs
│ │ ├── hourglass_empty_rounded.cljs
│ │ ├── hourglass_empty_sharp.cljs
│ │ ├── hourglass_empty_two_tone.cljs
│ │ ├── hourglass_full.cljs
│ │ ├── hourglass_full_outlined.cljs
│ │ ├── hourglass_full_rounded.cljs
│ │ ├── hourglass_full_sharp.cljs
│ │ ├── hourglass_full_two_tone.cljs
│ │ ├── hourglass_top.cljs
│ │ ├── hourglass_top_outlined.cljs
│ │ ├── hourglass_top_rounded.cljs
│ │ ├── hourglass_top_sharp.cljs
│ │ ├── hourglass_top_two_tone.cljs
│ │ ├── house.cljs
│ │ ├── house_outlined.cljs
│ │ ├── house_rounded.cljs
│ │ ├── house_sharp.cljs
│ │ ├── house_siding.cljs
│ │ ├── house_siding_outlined.cljs
│ │ ├── house_siding_rounded.cljs
│ │ ├── house_siding_sharp.cljs
│ │ ├── house_siding_two_tone.cljs
│ │ ├── house_two_tone.cljs
│ │ ├── houseboat.cljs
│ │ ├── houseboat_outlined.cljs
│ │ ├── houseboat_rounded.cljs
│ │ ├── houseboat_sharp.cljs
│ │ ├── houseboat_two_tone.cljs
│ │ ├── how_to_reg.cljs
│ │ ├── how_to_reg_outlined.cljs
│ │ ├── how_to_reg_rounded.cljs
│ │ ├── how_to_reg_sharp.cljs
│ │ ├── how_to_reg_two_tone.cljs
│ │ ├── how_to_vote.cljs
│ │ ├── how_to_vote_outlined.cljs
│ │ ├── how_to_vote_rounded.cljs
│ │ ├── how_to_vote_sharp.cljs
│ │ ├── how_to_vote_two_tone.cljs
│ │ ├── html.cljs
│ │ ├── html_outlined.cljs
│ │ ├── html_rounded.cljs
│ │ ├── html_sharp.cljs
│ │ ├── html_two_tone.cljs
│ │ ├── http.cljs
│ │ ├── http_outlined.cljs
│ │ ├── http_rounded.cljs
│ │ ├── http_sharp.cljs
│ │ ├── http_two_tone.cljs
│ │ ├── https.cljs
│ │ ├── https_outlined.cljs
│ │ ├── https_rounded.cljs
│ │ ├── https_sharp.cljs
│ │ ├── https_two_tone.cljs
│ │ ├── hub.cljs
│ │ ├── hub_outlined.cljs
│ │ ├── hub_rounded.cljs
│ │ ├── hub_sharp.cljs
│ │ ├── hub_two_tone.cljs
│ │ ├── hvac.cljs
│ │ ├── hvac_outlined.cljs
│ │ ├── hvac_rounded.cljs
│ │ ├── hvac_sharp.cljs
│ │ ├── hvac_two_tone.cljs
│ │ ├── ice_skating.cljs
│ │ ├── ice_skating_outlined.cljs
│ │ ├── ice_skating_rounded.cljs
│ │ ├── ice_skating_sharp.cljs
│ │ ├── ice_skating_two_tone.cljs
│ │ ├── icecream.cljs
│ │ ├── icecream_outlined.cljs
│ │ ├── icecream_rounded.cljs
│ │ ├── icecream_sharp.cljs
│ │ ├── icecream_two_tone.cljs
│ │ ├── image.cljs
│ │ ├── image_aspect_ratio.cljs
│ │ ├── image_aspect_ratio_outlined.cljs
│ │ ├── image_aspect_ratio_rounded.cljs
│ │ ├── image_aspect_ratio_sharp.cljs
│ │ ├── image_aspect_ratio_two_tone.cljs
│ │ ├── image_not_supported.cljs
│ │ ├── image_not_supported_outlined.cljs
│ │ ├── image_not_supported_rounded.cljs
│ │ ├── image_not_supported_sharp.cljs
│ │ ├── image_not_supported_two_tone.cljs
│ │ ├── image_outlined.cljs
│ │ ├── image_rounded.cljs
│ │ ├── image_search.cljs
│ │ ├── image_search_outlined.cljs
│ │ ├── image_search_rounded.cljs
│ │ ├── image_search_sharp.cljs
│ │ ├── image_search_two_tone.cljs
│ │ ├── image_sharp.cljs
│ │ ├── image_two_tone.cljs
│ │ ├── imagesearch_roller.cljs
│ │ ├── imagesearch_roller_outlined.cljs
│ │ ├── imagesearch_roller_rounded.cljs
│ │ ├── imagesearch_roller_sharp.cljs
│ │ ├── imagesearch_roller_two_tone.cljs
│ │ ├── import_contacts.cljs
│ │ ├── import_contacts_outlined.cljs
│ │ ├── import_contacts_rounded.cljs
│ │ ├── import_contacts_sharp.cljs
│ │ ├── import_contacts_two_tone.cljs
│ │ ├── import_export.cljs
│ │ ├── import_export_outlined.cljs
│ │ ├── import_export_rounded.cljs
│ │ ├── import_export_sharp.cljs
│ │ ├── import_export_two_tone.cljs
│ │ ├── important_devices.cljs
│ │ ├── important_devices_outlined.cljs
│ │ ├── important_devices_rounded.cljs
│ │ ├── important_devices_sharp.cljs
│ │ ├── important_devices_two_tone.cljs
│ │ ├── inbox.cljs
│ │ ├── inbox_outlined.cljs
│ │ ├── inbox_rounded.cljs
│ │ ├── inbox_sharp.cljs
│ │ ├── inbox_two_tone.cljs
│ │ ├── indeterminate_check_box.cljs
│ │ ├── indeterminate_check_box_outlined.cljs
│ │ ├── indeterminate_check_box_rounded.cljs
│ │ ├── indeterminate_check_box_sharp.cljs
│ │ ├── indeterminate_check_box_two_tone.cljs
│ │ ├── info.cljs
│ │ ├── info_outlined.cljs
│ │ ├── info_rounded.cljs
│ │ ├── info_sharp.cljs
│ │ ├── info_two_tone.cljs
│ │ ├── input.cljs
│ │ ├── input_outlined.cljs
│ │ ├── input_rounded.cljs
│ │ ├── input_sharp.cljs
│ │ ├── input_two_tone.cljs
│ │ ├── insert_chart.cljs
│ │ ├── insert_chart_outlined.cljs
│ │ ├── insert_chart_outlined_outlined.cljs
│ │ ├── insert_chart_outlined_rounded.cljs
│ │ ├── insert_chart_outlined_sharp.cljs
│ │ ├── insert_chart_outlined_two_tone.cljs
│ │ ├── insert_chart_rounded.cljs
│ │ ├── insert_chart_sharp.cljs
│ │ ├── insert_chart_two_tone.cljs
│ │ ├── insert_comment.cljs
│ │ ├── insert_comment_outlined.cljs
│ │ ├── insert_comment_rounded.cljs
│ │ ├── insert_comment_sharp.cljs
│ │ ├── insert_comment_two_tone.cljs
│ │ ├── insert_drive_file.cljs
│ │ ├── insert_drive_file_outlined.cljs
│ │ ├── insert_drive_file_rounded.cljs
│ │ ├── insert_drive_file_sharp.cljs
│ │ ├── insert_drive_file_two_tone.cljs
│ │ ├── insert_emoticon.cljs
│ │ ├── insert_emoticon_outlined.cljs
│ │ ├── insert_emoticon_rounded.cljs
│ │ ├── insert_emoticon_sharp.cljs
│ │ ├── insert_emoticon_two_tone.cljs
│ │ ├── insert_invitation.cljs
│ │ ├── insert_invitation_outlined.cljs
│ │ ├── insert_invitation_rounded.cljs
│ │ ├── insert_invitation_sharp.cljs
│ │ ├── insert_invitation_two_tone.cljs
│ │ ├── insert_link.cljs
│ │ ├── insert_link_outlined.cljs
│ │ ├── insert_link_rounded.cljs
│ │ ├── insert_link_sharp.cljs
│ │ ├── insert_link_two_tone.cljs
│ │ ├── insert_page_break.cljs
│ │ ├── insert_page_break_outlined.cljs
│ │ ├── insert_page_break_rounded.cljs
│ │ ├── insert_page_break_sharp.cljs
│ │ ├── insert_page_break_two_tone.cljs
│ │ ├── insert_photo.cljs
│ │ ├── insert_photo_outlined.cljs
│ │ ├── insert_photo_rounded.cljs
│ │ ├── insert_photo_sharp.cljs
│ │ ├── insert_photo_two_tone.cljs
│ │ ├── insights.cljs
│ │ ├── insights_outlined.cljs
│ │ ├── insights_rounded.cljs
│ │ ├── insights_sharp.cljs
│ │ ├── insights_two_tone.cljs
│ │ ├── instagram.cljs
│ │ ├── install_desktop.cljs
│ │ ├── install_desktop_outlined.cljs
│ │ ├── install_desktop_rounded.cljs
│ │ ├── install_desktop_sharp.cljs
│ │ ├── install_desktop_two_tone.cljs
│ │ ├── install_mobile.cljs
│ │ ├── install_mobile_outlined.cljs
│ │ ├── install_mobile_rounded.cljs
│ │ ├── install_mobile_sharp.cljs
│ │ ├── install_mobile_two_tone.cljs
│ │ ├── integration_instructions.cljs
│ │ ├── integration_instructions_outlined.cljs
│ │ ├── integration_instructions_rounded.cljs
│ │ ├── integration_instructions_sharp.cljs
│ │ ├── integration_instructions_two_tone.cljs
│ │ ├── interests.cljs
│ │ ├── interests_outlined.cljs
│ │ ├── interests_rounded.cljs
│ │ ├── interests_sharp.cljs
│ │ ├── interests_two_tone.cljs
│ │ ├── interpreter_mode.cljs
│ │ ├── interpreter_mode_outlined.cljs
│ │ ├── interpreter_mode_rounded.cljs
│ │ ├── interpreter_mode_sharp.cljs
│ │ ├── interpreter_mode_two_tone.cljs
│ │ ├── inventory.cljs
│ │ ├── inventory_2.cljs
│ │ ├── inventory_2_outlined.cljs
│ │ ├── inventory_2_rounded.cljs
│ │ ├── inventory_2_sharp.cljs
│ │ ├── inventory_2_two_tone.cljs
│ │ ├── inventory_outlined.cljs
│ │ ├── inventory_rounded.cljs
│ │ ├── inventory_sharp.cljs
│ │ ├── inventory_two_tone.cljs
│ │ ├── invert_colors.cljs
│ │ ├── invert_colors_off.cljs
│ │ ├── invert_colors_off_outlined.cljs
│ │ ├── invert_colors_off_rounded.cljs
│ │ ├── invert_colors_off_sharp.cljs
│ │ ├── invert_colors_off_two_tone.cljs
│ │ ├── invert_colors_outlined.cljs
│ │ ├── invert_colors_rounded.cljs
│ │ ├── invert_colors_sharp.cljs
│ │ ├── invert_colors_two_tone.cljs
│ │ ├── ios_share.cljs
│ │ ├── ios_share_outlined.cljs
│ │ ├── ios_share_rounded.cljs
│ │ ├── ios_share_sharp.cljs
│ │ ├── ios_share_two_tone.cljs
│ │ ├── iron.cljs
│ │ ├── iron_outlined.cljs
│ │ ├── iron_rounded.cljs
│ │ ├── iron_sharp.cljs
│ │ ├── iron_two_tone.cljs
│ │ ├── iso.cljs
│ │ ├── iso_outlined.cljs
│ │ ├── iso_rounded.cljs
│ │ ├── iso_sharp.cljs
│ │ ├── iso_two_tone.cljs
│ │ ├── javascript.cljs
│ │ ├── javascript_outlined.cljs
│ │ ├── javascript_rounded.cljs
│ │ ├── javascript_sharp.cljs
│ │ ├── javascript_two_tone.cljs
│ │ ├── join_full.cljs
│ │ ├── join_full_outlined.cljs
│ │ ├── join_full_rounded.cljs
│ │ ├── join_full_sharp.cljs
│ │ ├── join_full_two_tone.cljs
│ │ ├── join_inner.cljs
│ │ ├── join_inner_outlined.cljs
│ │ ├── join_inner_rounded.cljs
│ │ ├── join_inner_sharp.cljs
│ │ ├── join_inner_two_tone.cljs
│ │ ├── join_left.cljs
│ │ ├── join_left_outlined.cljs
│ │ ├── join_left_rounded.cljs
│ │ ├── join_left_sharp.cljs
│ │ ├── join_left_two_tone.cljs
│ │ ├── join_right.cljs
│ │ ├── join_right_outlined.cljs
│ │ ├── join_right_rounded.cljs
│ │ ├── join_right_sharp.cljs
│ │ ├── join_right_two_tone.cljs
│ │ ├── kayaking.cljs
│ │ ├── kayaking_outlined.cljs
│ │ ├── kayaking_rounded.cljs
│ │ ├── kayaking_sharp.cljs
│ │ ├── kayaking_two_tone.cljs
│ │ ├── kebab_dining.cljs
│ │ ├── kebab_dining_outlined.cljs
│ │ ├── kebab_dining_rounded.cljs
│ │ ├── kebab_dining_sharp.cljs
│ │ ├── kebab_dining_two_tone.cljs
│ │ ├── key.cljs
│ │ ├── key_off.cljs
│ │ ├── key_off_outlined.cljs
│ │ ├── key_off_rounded.cljs
│ │ ├── key_off_sharp.cljs
│ │ ├── key_off_two_tone.cljs
│ │ ├── key_outlined.cljs
│ │ ├── key_rounded.cljs
│ │ ├── key_sharp.cljs
│ │ ├── key_two_tone.cljs
│ │ ├── keyboard.cljs
│ │ ├── keyboard_alt.cljs
│ │ ├── keyboard_alt_outlined.cljs
│ │ ├── keyboard_alt_rounded.cljs
│ │ ├── keyboard_alt_sharp.cljs
│ │ ├── keyboard_alt_two_tone.cljs
│ │ ├── keyboard_arrow_down.cljs
│ │ ├── keyboard_arrow_down_outlined.cljs
│ │ ├── keyboard_arrow_down_rounded.cljs
│ │ ├── keyboard_arrow_down_sharp.cljs
│ │ ├── keyboard_arrow_down_two_tone.cljs
│ │ ├── keyboard_arrow_left.cljs
│ │ ├── keyboard_arrow_left_outlined.cljs
│ │ ├── keyboard_arrow_left_rounded.cljs
│ │ ├── keyboard_arrow_left_sharp.cljs
│ │ ├── keyboard_arrow_left_two_tone.cljs
│ │ ├── keyboard_arrow_right.cljs
│ │ ├── keyboard_arrow_right_outlined.cljs
│ │ ├── keyboard_arrow_right_rounded.cljs
│ │ ├── keyboard_arrow_right_sharp.cljs
│ │ ├── keyboard_arrow_right_two_tone.cljs
│ │ ├── keyboard_arrow_up.cljs
│ │ ├── keyboard_arrow_up_outlined.cljs
│ │ ├── keyboard_arrow_up_rounded.cljs
│ │ ├── keyboard_arrow_up_sharp.cljs
│ │ ├── keyboard_arrow_up_two_tone.cljs
│ │ ├── keyboard_backspace.cljs
│ │ ├── keyboard_backspace_outlined.cljs
│ │ ├── keyboard_backspace_rounded.cljs
│ │ ├── keyboard_backspace_sharp.cljs
│ │ ├── keyboard_backspace_two_tone.cljs
│ │ ├── keyboard_capslock.cljs
│ │ ├── keyboard_capslock_outlined.cljs
│ │ ├── keyboard_capslock_rounded.cljs
│ │ ├── keyboard_capslock_sharp.cljs
│ │ ├── keyboard_capslock_two_tone.cljs
│ │ ├── keyboard_command_key.cljs
│ │ ├── keyboard_command_key_outlined.cljs
│ │ ├── keyboard_command_key_rounded.cljs
│ │ ├── keyboard_command_key_sharp.cljs
│ │ ├── keyboard_command_key_two_tone.cljs
│ │ ├── keyboard_control_key.cljs
│ │ ├── keyboard_control_key_outlined.cljs
│ │ ├── keyboard_control_key_rounded.cljs
│ │ ├── keyboard_control_key_sharp.cljs
│ │ ├── keyboard_control_key_two_tone.cljs
│ │ ├── keyboard_double_arrow_down.cljs
│ │ ├── keyboard_double_arrow_down_outlined.cljs
│ │ ├── keyboard_double_arrow_down_rounded.cljs
│ │ ├── keyboard_double_arrow_down_sharp.cljs
│ │ ├── keyboard_double_arrow_down_two_tone.cljs
│ │ ├── keyboard_double_arrow_left.cljs
│ │ ├── keyboard_double_arrow_left_outlined.cljs
│ │ ├── keyboard_double_arrow_left_rounded.cljs
│ │ ├── keyboard_double_arrow_left_sharp.cljs
│ │ ├── keyboard_double_arrow_left_two_tone.cljs
│ │ ├── keyboard_double_arrow_right.cljs
│ │ ├── keyboard_double_arrow_right_outlined.cljs
│ │ ├── keyboard_double_arrow_right_rounded.cljs
│ │ ├── keyboard_double_arrow_right_sharp.cljs
│ │ ├── keyboard_double_arrow_right_two_tone.cljs
│ │ ├── keyboard_double_arrow_up.cljs
│ │ ├── keyboard_double_arrow_up_outlined.cljs
│ │ ├── keyboard_double_arrow_up_rounded.cljs
│ │ ├── keyboard_double_arrow_up_sharp.cljs
│ │ ├── keyboard_double_arrow_up_two_tone.cljs
│ │ ├── keyboard_hide.cljs
│ │ ├── keyboard_hide_outlined.cljs
│ │ ├── keyboard_hide_rounded.cljs
│ │ ├── keyboard_hide_sharp.cljs
│ │ ├── keyboard_hide_two_tone.cljs
│ │ ├── keyboard_option_key.cljs
│ │ ├── keyboard_option_key_outlined.cljs
│ │ ├── keyboard_option_key_rounded.cljs
│ │ ├── keyboard_option_key_sharp.cljs
│ │ ├── keyboard_option_key_two_tone.cljs
│ │ ├── keyboard_outlined.cljs
│ │ ├── keyboard_return.cljs
│ │ ├── keyboard_return_outlined.cljs
│ │ ├── keyboard_return_rounded.cljs
│ │ ├── keyboard_return_sharp.cljs
│ │ ├── keyboard_return_two_tone.cljs
│ │ ├── keyboard_rounded.cljs
│ │ ├── keyboard_sharp.cljs
│ │ ├── keyboard_tab.cljs
│ │ ├── keyboard_tab_outlined.cljs
│ │ ├── keyboard_tab_rounded.cljs
│ │ ├── keyboard_tab_sharp.cljs
│ │ ├── keyboard_tab_two_tone.cljs
│ │ ├── keyboard_two_tone.cljs
│ │ ├── keyboard_voice.cljs
│ │ ├── keyboard_voice_outlined.cljs
│ │ ├── keyboard_voice_rounded.cljs
│ │ ├── keyboard_voice_sharp.cljs
│ │ ├── keyboard_voice_two_tone.cljs
│ │ ├── king_bed.cljs
│ │ ├── king_bed_outlined.cljs
│ │ ├── king_bed_rounded.cljs
│ │ ├── king_bed_sharp.cljs
│ │ ├── king_bed_two_tone.cljs
│ │ ├── kitchen.cljs
│ │ ├── kitchen_outlined.cljs
│ │ ├── kitchen_rounded.cljs
│ │ ├── kitchen_sharp.cljs
│ │ ├── kitchen_two_tone.cljs
│ │ ├── kitesurfing.cljs
│ │ ├── kitesurfing_outlined.cljs
│ │ ├── kitesurfing_rounded.cljs
│ │ ├── kitesurfing_sharp.cljs
│ │ ├── kitesurfing_two_tone.cljs
│ │ ├── label.cljs
│ │ ├── label_important.cljs
│ │ ├── label_important_outlined.cljs
│ │ ├── label_important_rounded.cljs
│ │ ├── label_important_sharp.cljs
│ │ ├── label_important_two_tone.cljs
│ │ ├── label_off.cljs
│ │ ├── label_off_outlined.cljs
│ │ ├── label_off_rounded.cljs
│ │ ├── label_off_sharp.cljs
│ │ ├── label_off_two_tone.cljs
│ │ ├── label_outlined.cljs
│ │ ├── label_rounded.cljs
│ │ ├── label_sharp.cljs
│ │ ├── label_two_tone.cljs
│ │ ├── lan.cljs
│ │ ├── lan_outlined.cljs
│ │ ├── lan_rounded.cljs
│ │ ├── lan_sharp.cljs
│ │ ├── lan_two_tone.cljs
│ │ ├── landscape.cljs
│ │ ├── landscape_outlined.cljs
│ │ ├── landscape_rounded.cljs
│ │ ├── landscape_sharp.cljs
│ │ ├── landscape_two_tone.cljs
│ │ ├── landslide.cljs
│ │ ├── landslide_outlined.cljs
│ │ ├── landslide_rounded.cljs
│ │ ├── landslide_sharp.cljs
│ │ ├── landslide_two_tone.cljs
│ │ ├── language.cljs
│ │ ├── language_outlined.cljs
│ │ ├── language_rounded.cljs
│ │ ├── language_sharp.cljs
│ │ ├── language_two_tone.cljs
│ │ ├── laptop.cljs
│ │ ├── laptop_chromebook.cljs
│ │ ├── laptop_chromebook_outlined.cljs
│ │ ├── laptop_chromebook_rounded.cljs
│ │ ├── laptop_chromebook_sharp.cljs
│ │ ├── laptop_chromebook_two_tone.cljs
│ │ ├── laptop_mac.cljs
│ │ ├── laptop_mac_outlined.cljs
│ │ ├── laptop_mac_rounded.cljs
│ │ ├── laptop_mac_sharp.cljs
│ │ ├── laptop_mac_two_tone.cljs
│ │ ├── laptop_outlined.cljs
│ │ ├── laptop_rounded.cljs
│ │ ├── laptop_sharp.cljs
│ │ ├── laptop_two_tone.cljs
│ │ ├── laptop_windows.cljs
│ │ ├── laptop_windows_outlined.cljs
│ │ ├── laptop_windows_rounded.cljs
│ │ ├── laptop_windows_sharp.cljs
│ │ ├── laptop_windows_two_tone.cljs
│ │ ├── last_page.cljs
│ │ ├── last_page_outlined.cljs
│ │ ├── last_page_rounded.cljs
│ │ ├── last_page_sharp.cljs
│ │ ├── last_page_two_tone.cljs
│ │ ├── launch.cljs
│ │ ├── launch_outlined.cljs
│ │ ├── launch_rounded.cljs
│ │ ├── launch_sharp.cljs
│ │ ├── launch_two_tone.cljs
│ │ ├── layers.cljs
│ │ ├── layers_clear.cljs
│ │ ├── layers_clear_outlined.cljs
│ │ ├── layers_clear_rounded.cljs
│ │ ├── layers_clear_sharp.cljs
│ │ ├── layers_clear_two_tone.cljs
│ │ ├── layers_outlined.cljs
│ │ ├── layers_rounded.cljs
│ │ ├── layers_sharp.cljs
│ │ ├── layers_two_tone.cljs
│ │ ├── leaderboard.cljs
│ │ ├── leaderboard_outlined.cljs
│ │ ├── leaderboard_rounded.cljs
│ │ ├── leaderboard_sharp.cljs
│ │ ├── leaderboard_two_tone.cljs
│ │ ├── leak_add.cljs
│ │ ├── leak_add_outlined.cljs
│ │ ├── leak_add_rounded.cljs
│ │ ├── leak_add_sharp.cljs
│ │ ├── leak_add_two_tone.cljs
│ │ ├── leak_remove.cljs
│ │ ├── leak_remove_outlined.cljs
│ │ ├── leak_remove_rounded.cljs
│ │ ├── leak_remove_sharp.cljs
│ │ ├── leak_remove_two_tone.cljs
│ │ ├── legend_toggle.cljs
│ │ ├── legend_toggle_outlined.cljs
│ │ ├── legend_toggle_rounded.cljs
│ │ ├── legend_toggle_sharp.cljs
│ │ ├── legend_toggle_two_tone.cljs
│ │ ├── lens.cljs
│ │ ├── lens_blur.cljs
│ │ ├── lens_blur_outlined.cljs
│ │ ├── lens_blur_rounded.cljs
│ │ ├── lens_blur_sharp.cljs
│ │ ├── lens_blur_two_tone.cljs
│ │ ├── lens_outlined.cljs
│ │ ├── lens_rounded.cljs
│ │ ├── lens_sharp.cljs
│ │ ├── lens_two_tone.cljs
│ │ ├── library_add.cljs
│ │ ├── library_add_check.cljs
│ │ ├── library_add_check_outlined.cljs
│ │ ├── library_add_check_rounded.cljs
│ │ ├── library_add_check_sharp.cljs
│ │ ├── library_add_check_two_tone.cljs
│ │ ├── library_add_outlined.cljs
│ │ ├── library_add_rounded.cljs
│ │ ├── library_add_sharp.cljs
│ │ ├── library_add_two_tone.cljs
│ │ ├── library_books.cljs
│ │ ├── library_books_outlined.cljs
│ │ ├── library_books_rounded.cljs
│ │ ├── library_books_sharp.cljs
│ │ ├── library_books_two_tone.cljs
│ │ ├── library_music.cljs
│ │ ├── library_music_outlined.cljs
│ │ ├── library_music_rounded.cljs
│ │ ├── library_music_sharp.cljs
│ │ ├── library_music_two_tone.cljs
│ │ ├── light.cljs
│ │ ├── light_mode.cljs
│ │ ├── light_mode_outlined.cljs
│ │ ├── light_mode_rounded.cljs
│ │ ├── light_mode_sharp.cljs
│ │ ├── light_mode_two_tone.cljs
│ │ ├── light_outlined.cljs
│ │ ├── light_rounded.cljs
│ │ ├── light_sharp.cljs
│ │ ├── light_two_tone.cljs
│ │ ├── lightbulb.cljs
│ │ ├── lightbulb_circle.cljs
│ │ ├── lightbulb_circle_outlined.cljs
│ │ ├── lightbulb_circle_rounded.cljs
│ │ ├── lightbulb_circle_sharp.cljs
│ │ ├── lightbulb_circle_two_tone.cljs
│ │ ├── lightbulb_outlined.cljs
│ │ ├── lightbulb_rounded.cljs
│ │ ├── lightbulb_sharp.cljs
│ │ ├── lightbulb_two_tone.cljs
│ │ ├── line_axis.cljs
│ │ ├── line_axis_outlined.cljs
│ │ ├── line_axis_rounded.cljs
│ │ ├── line_axis_sharp.cljs
│ │ ├── line_axis_two_tone.cljs
│ │ ├── line_style.cljs
│ │ ├── line_style_outlined.cljs
│ │ ├── line_style_rounded.cljs
│ │ ├── line_style_sharp.cljs
│ │ ├── line_style_two_tone.cljs
│ │ ├── line_weight.cljs
│ │ ├── line_weight_outlined.cljs
│ │ ├── line_weight_rounded.cljs
│ │ ├── line_weight_sharp.cljs
│ │ ├── line_weight_two_tone.cljs
│ │ ├── linear_scale.cljs
│ │ ├── linear_scale_outlined.cljs
│ │ ├── linear_scale_rounded.cljs
│ │ ├── linear_scale_sharp.cljs
│ │ ├── linear_scale_two_tone.cljs
│ │ ├── link.cljs
│ │ ├── link_off.cljs
│ │ ├── link_off_outlined.cljs
│ │ ├── link_off_rounded.cljs
│ │ ├── link_off_sharp.cljs
│ │ ├── link_off_two_tone.cljs
│ │ ├── link_outlined.cljs
│ │ ├── link_rounded.cljs
│ │ ├── link_sharp.cljs
│ │ ├── link_two_tone.cljs
│ │ ├── linked_camera.cljs
│ │ ├── linked_camera_outlined.cljs
│ │ ├── linked_camera_rounded.cljs
│ │ ├── linked_camera_sharp.cljs
│ │ ├── linked_camera_two_tone.cljs
│ │ ├── linked_in.cljs
│ │ ├── liquor.cljs
│ │ ├── liquor_outlined.cljs
│ │ ├── liquor_rounded.cljs
│ │ ├── liquor_sharp.cljs
│ │ ├── liquor_two_tone.cljs
│ │ ├── list.cljs
│ │ ├── list_alt.cljs
│ │ ├── list_alt_outlined.cljs
│ │ ├── list_alt_rounded.cljs
│ │ ├── list_alt_sharp.cljs
│ │ ├── list_alt_two_tone.cljs
│ │ ├── list_outlined.cljs
│ │ ├── list_rounded.cljs
│ │ ├── list_sharp.cljs
│ │ ├── list_two_tone.cljs
│ │ ├── live_help.cljs
│ │ ├── live_help_outlined.cljs
│ │ ├── live_help_rounded.cljs
│ │ ├── live_help_sharp.cljs
│ │ ├── live_help_two_tone.cljs
│ │ ├── live_tv.cljs
│ │ ├── live_tv_outlined.cljs
│ │ ├── live_tv_rounded.cljs
│ │ ├── live_tv_sharp.cljs
│ │ ├── live_tv_two_tone.cljs
│ │ ├── living.cljs
│ │ ├── living_outlined.cljs
│ │ ├── living_rounded.cljs
│ │ ├── living_sharp.cljs
│ │ ├── living_two_tone.cljs
│ │ ├── local_activity.cljs
│ │ ├── local_activity_outlined.cljs
│ │ ├── local_activity_rounded.cljs
│ │ ├── local_activity_sharp.cljs
│ │ ├── local_activity_two_tone.cljs
│ │ ├── local_airport.cljs
│ │ ├── local_airport_outlined.cljs
│ │ ├── local_airport_rounded.cljs
│ │ ├── local_airport_sharp.cljs
│ │ ├── local_airport_two_tone.cljs
│ │ ├── local_atm.cljs
│ │ ├── local_atm_outlined.cljs
│ │ ├── local_atm_rounded.cljs
│ │ ├── local_atm_sharp.cljs
│ │ ├── local_atm_two_tone.cljs
│ │ ├── local_bar.cljs
│ │ ├── local_bar_outlined.cljs
│ │ ├── local_bar_rounded.cljs
│ │ ├── local_bar_sharp.cljs
│ │ ├── local_bar_two_tone.cljs
│ │ ├── local_cafe.cljs
│ │ ├── local_cafe_outlined.cljs
│ │ ├── local_cafe_rounded.cljs
│ │ ├── local_cafe_sharp.cljs
│ │ ├── local_cafe_two_tone.cljs
│ │ ├── local_car_wash.cljs
│ │ ├── local_car_wash_outlined.cljs
│ │ ├── local_car_wash_rounded.cljs
│ │ ├── local_car_wash_sharp.cljs
│ │ ├── local_car_wash_two_tone.cljs
│ │ ├── local_convenience_store.cljs
│ │ ├── local_convenience_store_outlined.cljs
│ │ ├── local_convenience_store_rounded.cljs
│ │ ├── local_convenience_store_sharp.cljs
│ │ ├── local_convenience_store_two_tone.cljs
│ │ ├── local_dining.cljs
│ │ ├── local_dining_outlined.cljs
│ │ ├── local_dining_rounded.cljs
│ │ ├── local_dining_sharp.cljs
│ │ ├── local_dining_two_tone.cljs
│ │ ├── local_drink.cljs
│ │ ├── local_drink_outlined.cljs
│ │ ├── local_drink_rounded.cljs
│ │ ├── local_drink_sharp.cljs
│ │ ├── local_drink_two_tone.cljs
│ │ ├── local_fire_department.cljs
│ │ ├── local_fire_department_outlined.cljs
│ │ ├── local_fire_department_rounded.cljs
│ │ ├── local_fire_department_sharp.cljs
│ │ ├── local_fire_department_two_tone.cljs
│ │ ├── local_florist.cljs
│ │ ├── local_florist_outlined.cljs
│ │ ├── local_florist_rounded.cljs
│ │ ├── local_florist_sharp.cljs
│ │ ├── local_florist_two_tone.cljs
│ │ ├── local_gas_station.cljs
│ │ ├── local_gas_station_outlined.cljs
│ │ ├── local_gas_station_rounded.cljs
│ │ ├── local_gas_station_sharp.cljs
│ │ ├── local_gas_station_two_tone.cljs
│ │ ├── local_grocery_store.cljs
│ │ ├── local_grocery_store_outlined.cljs
│ │ ├── local_grocery_store_rounded.cljs
│ │ ├── local_grocery_store_sharp.cljs
│ │ ├── local_grocery_store_two_tone.cljs
│ │ ├── local_hospital.cljs
│ │ ├── local_hospital_outlined.cljs
│ │ ├── local_hospital_rounded.cljs
│ │ ├── local_hospital_sharp.cljs
│ │ ├── local_hospital_two_tone.cljs
│ │ ├── local_hotel.cljs
│ │ ├── local_hotel_outlined.cljs
│ │ ├── local_hotel_rounded.cljs
│ │ ├── local_hotel_sharp.cljs
│ │ ├── local_hotel_two_tone.cljs
│ │ ├── local_laundry_service.cljs
│ │ ├── local_laundry_service_outlined.cljs
│ │ ├── local_laundry_service_rounded.cljs
│ │ ├── local_laundry_service_sharp.cljs
│ │ ├── local_laundry_service_two_tone.cljs
│ │ ├── local_library.cljs
│ │ ├── local_library_outlined.cljs
│ │ ├── local_library_rounded.cljs
│ │ ├── local_library_sharp.cljs
│ │ ├── local_library_two_tone.cljs
│ │ ├── local_mall.cljs
│ │ ├── local_mall_outlined.cljs
│ │ ├── local_mall_rounded.cljs
│ │ ├── local_mall_sharp.cljs
│ │ ├── local_mall_two_tone.cljs
│ │ ├── local_movies.cljs
│ │ ├── local_movies_outlined.cljs
│ │ ├── local_movies_rounded.cljs
│ │ ├── local_movies_sharp.cljs
│ │ ├── local_movies_two_tone.cljs
│ │ ├── local_offer.cljs
│ │ ├── local_offer_outlined.cljs
│ │ ├── local_offer_rounded.cljs
│ │ ├── local_offer_sharp.cljs
│ │ ├── local_offer_two_tone.cljs
│ │ ├── local_parking.cljs
│ │ ├── local_parking_outlined.cljs
│ │ ├── local_parking_rounded.cljs
│ │ ├── local_parking_sharp.cljs
│ │ ├── local_parking_two_tone.cljs
│ │ ├── local_pharmacy.cljs
│ │ ├── local_pharmacy_outlined.cljs
│ │ ├── local_pharmacy_rounded.cljs
│ │ ├── local_pharmacy_sharp.cljs
│ │ ├── local_pharmacy_two_tone.cljs
│ │ ├── local_phone.cljs
│ │ ├── local_phone_outlined.cljs
│ │ ├── local_phone_rounded.cljs
│ │ ├── local_phone_sharp.cljs
│ │ ├── local_phone_two_tone.cljs
│ │ ├── local_pizza.cljs
│ │ ├── local_pizza_outlined.cljs
│ │ ├── local_pizza_rounded.cljs
│ │ ├── local_pizza_sharp.cljs
│ │ ├── local_pizza_two_tone.cljs
│ │ ├── local_play.cljs
│ │ ├── local_play_outlined.cljs
│ │ ├── local_play_rounded.cljs
│ │ ├── local_play_sharp.cljs
│ │ ├── local_play_two_tone.cljs
│ │ ├── local_police.cljs
│ │ ├── local_police_outlined.cljs
│ │ ├── local_police_rounded.cljs
│ │ ├── local_police_sharp.cljs
│ │ ├── local_police_two_tone.cljs
│ │ ├── local_post_office.cljs
│ │ ├── local_post_office_outlined.cljs
│ │ ├── local_post_office_rounded.cljs
│ │ ├── local_post_office_sharp.cljs
│ │ ├── local_post_office_two_tone.cljs
│ │ ├── local_printshop.cljs
│ │ ├── local_printshop_outlined.cljs
│ │ ├── local_printshop_rounded.cljs
│ │ ├── local_printshop_sharp.cljs
│ │ ├── local_printshop_two_tone.cljs
│ │ ├── local_see.cljs
│ │ ├── local_see_outlined.cljs
│ │ ├── local_see_rounded.cljs
│ │ ├── local_see_sharp.cljs
│ │ ├── local_see_two_tone.cljs
│ │ ├── local_shipping.cljs
│ │ ├── local_shipping_outlined.cljs
│ │ ├── local_shipping_rounded.cljs
│ │ ├── local_shipping_sharp.cljs
│ │ ├── local_shipping_two_tone.cljs
│ │ ├── local_taxi.cljs
│ │ ├── local_taxi_outlined.cljs
│ │ ├── local_taxi_rounded.cljs
│ │ ├── local_taxi_sharp.cljs
│ │ ├── local_taxi_two_tone.cljs
│ │ ├── location_city.cljs
│ │ ├── location_city_outlined.cljs
│ │ ├── location_city_rounded.cljs
│ │ ├── location_city_sharp.cljs
│ │ ├── location_city_two_tone.cljs
│ │ ├── location_disabled.cljs
│ │ ├── location_disabled_outlined.cljs
│ │ ├── location_disabled_rounded.cljs
│ │ ├── location_disabled_sharp.cljs
│ │ ├── location_disabled_two_tone.cljs
│ │ ├── location_off.cljs
│ │ ├── location_off_outlined.cljs
│ │ ├── location_off_rounded.cljs
│ │ ├── location_off_sharp.cljs
│ │ ├── location_off_two_tone.cljs
│ │ ├── location_on.cljs
│ │ ├── location_on_outlined.cljs
│ │ ├── location_on_rounded.cljs
│ │ ├── location_on_sharp.cljs
│ │ ├── location_on_two_tone.cljs
│ │ ├── location_searching.cljs
│ │ ├── location_searching_outlined.cljs
│ │ ├── location_searching_rounded.cljs
│ │ ├── location_searching_sharp.cljs
│ │ ├── location_searching_two_tone.cljs
│ │ ├── lock.cljs
│ │ ├── lock_clock.cljs
│ │ ├── lock_clock_outlined.cljs
│ │ ├── lock_clock_rounded.cljs
│ │ ├── lock_clock_sharp.cljs
│ │ ├── lock_clock_two_tone.cljs
│ │ ├── lock_open.cljs
│ │ ├── lock_open_outlined.cljs
│ │ ├── lock_open_rounded.cljs
│ │ ├── lock_open_sharp.cljs
│ │ ├── lock_open_two_tone.cljs
│ │ ├── lock_outlined.cljs
│ │ ├── lock_person.cljs
│ │ ├── lock_person_outlined.cljs
│ │ ├── lock_person_rounded.cljs
│ │ ├── lock_person_sharp.cljs
│ │ ├── lock_person_two_tone.cljs
│ │ ├── lock_reset.cljs
│ │ ├── lock_reset_outlined.cljs
│ │ ├── lock_reset_rounded.cljs
│ │ ├── lock_reset_sharp.cljs
│ │ ├── lock_reset_two_tone.cljs
│ │ ├── lock_rounded.cljs
│ │ ├── lock_sharp.cljs
│ │ ├── lock_two_tone.cljs
│ │ ├── login.cljs
│ │ ├── login_outlined.cljs
│ │ ├── login_rounded.cljs
│ │ ├── login_sharp.cljs
│ │ ├── login_two_tone.cljs
│ │ ├── logo_dev.cljs
│ │ ├── logo_dev_outlined.cljs
│ │ ├── logo_dev_rounded.cljs
│ │ ├── logo_dev_sharp.cljs
│ │ ├── logo_dev_two_tone.cljs
│ │ ├── logout.cljs
│ │ ├── logout_outlined.cljs
│ │ ├── logout_rounded.cljs
│ │ ├── logout_sharp.cljs
│ │ ├── logout_two_tone.cljs
│ │ ├── looks.cljs
│ │ ├── looks_3.cljs
│ │ ├── looks_3_outlined.cljs
│ │ ├── looks_3_rounded.cljs
│ │ ├── looks_3_sharp.cljs
│ │ ├── looks_3_two_tone.cljs
│ │ ├── looks_4.cljs
│ │ ├── looks_4_outlined.cljs
│ │ ├── looks_4_rounded.cljs
│ │ ├── looks_4_sharp.cljs
│ │ ├── looks_4_two_tone.cljs
│ │ ├── looks_5.cljs
│ │ ├── looks_5_outlined.cljs
│ │ ├── looks_5_rounded.cljs
│ │ ├── looks_5_sharp.cljs
│ │ ├── looks_5_two_tone.cljs
│ │ ├── looks_6.cljs
│ │ ├── looks_6_outlined.cljs
│ │ ├── looks_6_rounded.cljs
│ │ ├── looks_6_sharp.cljs
│ │ ├── looks_6_two_tone.cljs
│ │ ├── looks_one.cljs
│ │ ├── looks_one_outlined.cljs
│ │ ├── looks_one_rounded.cljs
│ │ ├── looks_one_sharp.cljs
│ │ ├── looks_one_two_tone.cljs
│ │ ├── looks_outlined.cljs
│ │ ├── looks_rounded.cljs
│ │ ├── looks_sharp.cljs
│ │ ├── looks_two.cljs
│ │ ├── looks_two_outlined.cljs
│ │ ├── looks_two_rounded.cljs
│ │ ├── looks_two_sharp.cljs
│ │ ├── looks_two_tone.cljs
│ │ ├── looks_two_two_tone.cljs
│ │ ├── loop.cljs
│ │ ├── loop_outlined.cljs
│ │ ├── loop_rounded.cljs
│ │ ├── loop_sharp.cljs
│ │ ├── loop_two_tone.cljs
│ │ ├── loupe.cljs
│ │ ├── loupe_outlined.cljs
│ │ ├── loupe_rounded.cljs
│ │ ├── loupe_sharp.cljs
│ │ ├── loupe_two_tone.cljs
│ │ ├── low_priority.cljs
│ │ ├── low_priority_outlined.cljs
│ │ ├── low_priority_rounded.cljs
│ │ ├── low_priority_sharp.cljs
│ │ ├── low_priority_two_tone.cljs
│ │ ├── loyalty.cljs
│ │ ├── loyalty_outlined.cljs
│ │ ├── loyalty_rounded.cljs
│ │ ├── loyalty_sharp.cljs
│ │ ├── loyalty_two_tone.cljs
│ │ ├── lte_mobiledata.cljs
│ │ ├── lte_mobiledata_outlined.cljs
│ │ ├── lte_mobiledata_rounded.cljs
│ │ ├── lte_mobiledata_sharp.cljs
│ │ ├── lte_mobiledata_two_tone.cljs
│ │ ├── lte_plus_mobiledata.cljs
│ │ ├── lte_plus_mobiledata_outlined.cljs
│ │ ├── lte_plus_mobiledata_rounded.cljs
│ │ ├── lte_plus_mobiledata_sharp.cljs
│ │ ├── lte_plus_mobiledata_two_tone.cljs
│ │ ├── luggage.cljs
│ │ ├── luggage_outlined.cljs
│ │ ├── luggage_rounded.cljs
│ │ ├── luggage_sharp.cljs
│ │ ├── luggage_two_tone.cljs
│ │ ├── lunch_dining.cljs
│ │ ├── lunch_dining_outlined.cljs
│ │ ├── lunch_dining_rounded.cljs
│ │ ├── lunch_dining_sharp.cljs
│ │ ├── lunch_dining_two_tone.cljs
│ │ ├── lyrics.cljs
│ │ ├── lyrics_outlined.cljs
│ │ ├── lyrics_rounded.cljs
│ │ ├── lyrics_sharp.cljs
│ │ ├── lyrics_two_tone.cljs
│ │ ├── macro_off.cljs
│ │ ├── macro_off_outlined.cljs
│ │ ├── macro_off_rounded.cljs
│ │ ├── macro_off_sharp.cljs
│ │ ├── macro_off_two_tone.cljs
│ │ ├── mail.cljs
│ │ ├── mail_lock.cljs
│ │ ├── mail_lock_outlined.cljs
│ │ ├── mail_lock_rounded.cljs
│ │ ├── mail_lock_sharp.cljs
│ │ ├── mail_lock_two_tone.cljs
│ │ ├── mail_outline.cljs
│ │ ├── mail_outline_outlined.cljs
│ │ ├── mail_outline_rounded.cljs
│ │ ├── mail_outline_sharp.cljs
│ │ ├── mail_outline_two_tone.cljs
│ │ ├── mail_outlined.cljs
│ │ ├── mail_rounded.cljs
│ │ ├── mail_sharp.cljs
│ │ ├── mail_two_tone.cljs
│ │ ├── male.cljs
│ │ ├── male_outlined.cljs
│ │ ├── male_rounded.cljs
│ │ ├── male_sharp.cljs
│ │ ├── male_two_tone.cljs
│ │ ├── man.cljs
│ │ ├── man_2.cljs
│ │ ├── man_2_outlined.cljs
│ │ ├── man_2_rounded.cljs
│ │ ├── man_2_sharp.cljs
│ │ ├── man_2_two_tone.cljs
│ │ ├── man_3.cljs
│ │ ├── man_3_outlined.cljs
│ │ ├── man_3_rounded.cljs
│ │ ├── man_3_sharp.cljs
│ │ ├── man_3_two_tone.cljs
│ │ ├── man_4.cljs
│ │ ├── man_4_outlined.cljs
│ │ ├── man_4_rounded.cljs
│ │ ├── man_4_sharp.cljs
│ │ ├── man_4_two_tone.cljs
│ │ ├── man_outlined.cljs
│ │ ├── man_rounded.cljs
│ │ ├── man_sharp.cljs
│ │ ├── man_two_tone.cljs
│ │ ├── manage_accounts.cljs
│ │ ├── manage_accounts_outlined.cljs
│ │ ├── manage_accounts_rounded.cljs
│ │ ├── manage_accounts_sharp.cljs
│ │ ├── manage_accounts_two_tone.cljs
│ │ ├── manage_history.cljs
│ │ ├── manage_history_outlined.cljs
│ │ ├── manage_history_rounded.cljs
│ │ ├── manage_history_sharp.cljs
│ │ ├── manage_history_two_tone.cljs
│ │ ├── manage_search.cljs
│ │ ├── manage_search_outlined.cljs
│ │ ├── manage_search_rounded.cljs
│ │ ├── manage_search_sharp.cljs
│ │ ├── manage_search_two_tone.cljs
│ │ ├── map.cljs
│ │ ├── map_outlined.cljs
│ │ ├── map_rounded.cljs
│ │ ├── map_sharp.cljs
│ │ ├── map_two_tone.cljs
│ │ ├── maps_home_work.cljs
│ │ ├── maps_home_work_outlined.cljs
│ │ ├── maps_home_work_rounded.cljs
│ │ ├── maps_home_work_sharp.cljs
│ │ ├── maps_home_work_two_tone.cljs
│ │ ├── maps_ugc.cljs
│ │ ├── maps_ugc_outlined.cljs
│ │ ├── maps_ugc_rounded.cljs
│ │ ├── maps_ugc_sharp.cljs
│ │ ├── maps_ugc_two_tone.cljs
│ │ ├── margin.cljs
│ │ ├── margin_outlined.cljs
│ │ ├── margin_rounded.cljs
│ │ ├── margin_sharp.cljs
│ │ ├── margin_two_tone.cljs
│ │ ├── mark_as_unread.cljs
│ │ ├── mark_as_unread_outlined.cljs
│ │ ├── mark_as_unread_rounded.cljs
│ │ ├── mark_as_unread_sharp.cljs
│ │ ├── mark_as_unread_two_tone.cljs
│ │ ├── mark_chat_read.cljs
│ │ ├── mark_chat_read_outlined.cljs
│ │ ├── mark_chat_read_rounded.cljs
│ │ ├── mark_chat_read_sharp.cljs
│ │ ├── mark_chat_read_two_tone.cljs
│ │ ├── mark_chat_unread.cljs
│ │ ├── mark_chat_unread_outlined.cljs
│ │ ├── mark_chat_unread_rounded.cljs
│ │ ├── mark_chat_unread_sharp.cljs
│ │ ├── mark_chat_unread_two_tone.cljs
│ │ ├── mark_email_read.cljs
│ │ ├── mark_email_read_outlined.cljs
│ │ ├── mark_email_read_rounded.cljs
│ │ ├── mark_email_read_sharp.cljs
│ │ ├── mark_email_read_two_tone.cljs
│ │ ├── mark_email_unread.cljs
│ │ ├── mark_email_unread_outlined.cljs
│ │ ├── mark_email_unread_rounded.cljs
│ │ ├── mark_email_unread_sharp.cljs
│ │ ├── mark_email_unread_two_tone.cljs
│ │ ├── mark_unread_chat_alt.cljs
│ │ ├── mark_unread_chat_alt_outlined.cljs
│ │ ├── mark_unread_chat_alt_rounded.cljs
│ │ ├── mark_unread_chat_alt_sharp.cljs
│ │ ├── mark_unread_chat_alt_two_tone.cljs
│ │ ├── markunread.cljs
│ │ ├── markunread_mailbox.cljs
│ │ ├── markunread_mailbox_outlined.cljs
│ │ ├── markunread_mailbox_rounded.cljs
│ │ ├── markunread_mailbox_sharp.cljs
│ │ ├── markunread_mailbox_two_tone.cljs
│ │ ├── markunread_outlined.cljs
│ │ ├── markunread_rounded.cljs
│ │ ├── markunread_sharp.cljs
│ │ ├── markunread_two_tone.cljs
│ │ ├── masks.cljs
│ │ ├── masks_outlined.cljs
│ │ ├── masks_rounded.cljs
│ │ ├── masks_sharp.cljs
│ │ ├── masks_two_tone.cljs
│ │ ├── maximize.cljs
│ │ ├── maximize_outlined.cljs
│ │ ├── maximize_rounded.cljs
│ │ ├── maximize_sharp.cljs
│ │ ├── maximize_two_tone.cljs
│ │ ├── media_bluetooth_off.cljs
│ │ ├── media_bluetooth_off_outlined.cljs
│ │ ├── media_bluetooth_off_rounded.cljs
│ │ ├── media_bluetooth_off_sharp.cljs
│ │ ├── media_bluetooth_off_two_tone.cljs
│ │ ├── media_bluetooth_on.cljs
│ │ ├── media_bluetooth_on_outlined.cljs
│ │ ├── media_bluetooth_on_rounded.cljs
│ │ ├── media_bluetooth_on_sharp.cljs
│ │ ├── media_bluetooth_on_two_tone.cljs
│ │ ├── mediation.cljs
│ │ ├── mediation_outlined.cljs
│ │ ├── mediation_rounded.cljs
│ │ ├── mediation_sharp.cljs
│ │ ├── mediation_two_tone.cljs
│ │ ├── medical_information.cljs
│ │ ├── medical_information_outlined.cljs
│ │ ├── medical_information_rounded.cljs
│ │ ├── medical_information_sharp.cljs
│ │ ├── medical_information_two_tone.cljs
│ │ ├── medical_services.cljs
│ │ ├── medical_services_outlined.cljs
│ │ ├── medical_services_rounded.cljs
│ │ ├── medical_services_sharp.cljs
│ │ ├── medical_services_two_tone.cljs
│ │ ├── medication.cljs
│ │ ├── medication_liquid.cljs
│ │ ├── medication_liquid_outlined.cljs
│ │ ├── medication_liquid_rounded.cljs
│ │ ├── medication_liquid_sharp.cljs
│ │ ├── medication_liquid_two_tone.cljs
│ │ ├── medication_outlined.cljs
│ │ ├── medication_rounded.cljs
│ │ ├── medication_sharp.cljs
│ │ ├── medication_two_tone.cljs
│ │ ├── meeting_room.cljs
│ │ ├── meeting_room_outlined.cljs
│ │ ├── meeting_room_rounded.cljs
│ │ ├── meeting_room_sharp.cljs
│ │ ├── meeting_room_two_tone.cljs
│ │ ├── memory.cljs
│ │ ├── memory_outlined.cljs
│ │ ├── memory_rounded.cljs
│ │ ├── memory_sharp.cljs
│ │ ├── memory_two_tone.cljs
│ │ ├── menu.cljs
│ │ ├── menu_book.cljs
│ │ ├── menu_book_outlined.cljs
│ │ ├── menu_book_rounded.cljs
│ │ ├── menu_book_sharp.cljs
│ │ ├── menu_book_two_tone.cljs
│ │ ├── menu_open.cljs
│ │ ├── menu_open_outlined.cljs
│ │ ├── menu_open_rounded.cljs
│ │ ├── menu_open_sharp.cljs
│ │ ├── menu_open_two_tone.cljs
│ │ ├── menu_outlined.cljs
│ │ ├── menu_rounded.cljs
│ │ ├── menu_sharp.cljs
│ │ ├── menu_two_tone.cljs
│ │ ├── merge.cljs
│ │ ├── merge_outlined.cljs
│ │ ├── merge_rounded.cljs
│ │ ├── merge_sharp.cljs
│ │ ├── merge_two_tone.cljs
│ │ ├── merge_type.cljs
│ │ ├── merge_type_outlined.cljs
│ │ ├── merge_type_rounded.cljs
│ │ ├── merge_type_sharp.cljs
│ │ ├── merge_type_two_tone.cljs
│ │ ├── message.cljs
│ │ ├── message_outlined.cljs
│ │ ├── message_rounded.cljs
│ │ ├── message_sharp.cljs
│ │ ├── message_two_tone.cljs
│ │ ├── mic.cljs
│ │ ├── mic_external_off.cljs
│ │ ├── mic_external_off_outlined.cljs
│ │ ├── mic_external_off_rounded.cljs
│ │ ├── mic_external_off_sharp.cljs
│ │ ├── mic_external_off_two_tone.cljs
│ │ ├── mic_external_on.cljs
│ │ ├── mic_external_on_outlined.cljs
│ │ ├── mic_external_on_rounded.cljs
│ │ ├── mic_external_on_sharp.cljs
│ │ ├── mic_external_on_two_tone.cljs
│ │ ├── mic_none.cljs
│ │ ├── mic_none_outlined.cljs
│ │ ├── mic_none_rounded.cljs
│ │ ├── mic_none_sharp.cljs
│ │ ├── mic_none_two_tone.cljs
│ │ ├── mic_off.cljs
│ │ ├── mic_off_outlined.cljs
│ │ ├── mic_off_rounded.cljs
│ │ ├── mic_off_sharp.cljs
│ │ ├── mic_off_two_tone.cljs
│ │ ├── mic_outlined.cljs
│ │ ├── mic_rounded.cljs
│ │ ├── mic_sharp.cljs
│ │ ├── mic_two_tone.cljs
│ │ ├── microwave.cljs
│ │ ├── microwave_outlined.cljs
│ │ ├── microwave_rounded.cljs
│ │ ├── microwave_sharp.cljs
│ │ ├── microwave_two_tone.cljs
│ │ ├── military_tech.cljs
│ │ ├── military_tech_outlined.cljs
│ │ ├── military_tech_rounded.cljs
│ │ ├── military_tech_sharp.cljs
│ │ ├── military_tech_two_tone.cljs
│ │ ├── minimize.cljs
│ │ ├── minimize_outlined.cljs
│ │ ├── minimize_rounded.cljs
│ │ ├── minimize_sharp.cljs
│ │ ├── minimize_two_tone.cljs
│ │ ├── minor_crash.cljs
│ │ ├── minor_crash_outlined.cljs
│ │ ├── minor_crash_rounded.cljs
│ │ ├── minor_crash_sharp.cljs
│ │ ├── minor_crash_two_tone.cljs
│ │ ├── miscellaneous_services.cljs
│ │ ├── miscellaneous_services_outlined.cljs
│ │ ├── miscellaneous_services_rounded.cljs
│ │ ├── miscellaneous_services_sharp.cljs
│ │ ├── miscellaneous_services_two_tone.cljs
│ │ ├── missed_video_call.cljs
│ │ ├── missed_video_call_outlined.cljs
│ │ ├── missed_video_call_rounded.cljs
│ │ ├── missed_video_call_sharp.cljs
│ │ ├── missed_video_call_two_tone.cljs
│ │ ├── mms.cljs
│ │ ├── mms_outlined.cljs
│ │ ├── mms_rounded.cljs
│ │ ├── mms_sharp.cljs
│ │ ├── mms_two_tone.cljs
│ │ ├── mobile_friendly.cljs
│ │ ├── mobile_friendly_outlined.cljs
│ │ ├── mobile_friendly_rounded.cljs
│ │ ├── mobile_friendly_sharp.cljs
│ │ ├── mobile_friendly_two_tone.cljs
│ │ ├── mobile_off.cljs
│ │ ├── mobile_off_outlined.cljs
│ │ ├── mobile_off_rounded.cljs
│ │ ├── mobile_off_sharp.cljs
│ │ ├── mobile_off_two_tone.cljs
│ │ ├── mobile_screen_share.cljs
│ │ ├── mobile_screen_share_outlined.cljs
│ │ ├── mobile_screen_share_rounded.cljs
│ │ ├── mobile_screen_share_sharp.cljs
│ │ ├── mobile_screen_share_two_tone.cljs
│ │ ├── mobiledata_off.cljs
│ │ ├── mobiledata_off_outlined.cljs
│ │ ├── mobiledata_off_rounded.cljs
│ │ ├── mobiledata_off_sharp.cljs
│ │ ├── mobiledata_off_two_tone.cljs
│ │ ├── mode.cljs
│ │ ├── mode_comment.cljs
│ │ ├── mode_comment_outlined.cljs
│ │ ├── mode_comment_rounded.cljs
│ │ ├── mode_comment_sharp.cljs
│ │ ├── mode_comment_two_tone.cljs
│ │ ├── mode_edit.cljs
│ │ ├── mode_edit_outline.cljs
│ │ ├── mode_edit_outline_outlined.cljs
│ │ ├── mode_edit_outline_rounded.cljs
│ │ ├── mode_edit_outline_sharp.cljs
│ │ ├── mode_edit_outline_two_tone.cljs
│ │ ├── mode_edit_outlined.cljs
│ │ ├── mode_edit_rounded.cljs
│ │ ├── mode_edit_sharp.cljs
│ │ ├── mode_edit_two_tone.cljs
│ │ ├── mode_fan_off.cljs
│ │ ├── mode_fan_off_outlined.cljs
│ │ ├── mode_fan_off_rounded.cljs
│ │ ├── mode_fan_off_sharp.cljs
│ │ ├── mode_fan_off_two_tone.cljs
│ │ ├── mode_night.cljs
│ │ ├── mode_night_outlined.cljs
│ │ ├── mode_night_rounded.cljs
│ │ ├── mode_night_sharp.cljs
│ │ ├── mode_night_two_tone.cljs
│ │ ├── mode_of_travel.cljs
│ │ ├── mode_of_travel_outlined.cljs
│ │ ├── mode_of_travel_rounded.cljs
│ │ ├── mode_of_travel_sharp.cljs
│ │ ├── mode_of_travel_two_tone.cljs
│ │ ├── mode_outlined.cljs
│ │ ├── mode_rounded.cljs
│ │ ├── mode_sharp.cljs
│ │ ├── mode_standby.cljs
│ │ ├── mode_standby_outlined.cljs
│ │ ├── mode_standby_rounded.cljs
│ │ ├── mode_standby_sharp.cljs
│ │ ├── mode_standby_two_tone.cljs
│ │ ├── mode_two_tone.cljs
│ │ ├── model_training.cljs
│ │ ├── model_training_outlined.cljs
│ │ ├── model_training_rounded.cljs
│ │ ├── model_training_sharp.cljs
│ │ ├── model_training_two_tone.cljs
│ │ ├── monetization_on.cljs
│ │ ├── monetization_on_outlined.cljs
│ │ ├── monetization_on_rounded.cljs
│ │ ├── monetization_on_sharp.cljs
│ │ ├── monetization_on_two_tone.cljs
│ │ ├── money.cljs
│ │ ├── money_off.cljs
│ │ ├── money_off_csred.cljs
│ │ ├── money_off_csred_outlined.cljs
│ │ ├── money_off_csred_rounded.cljs
│ │ ├── money_off_csred_sharp.cljs
│ │ ├── money_off_csred_two_tone.cljs
│ │ ├── money_off_outlined.cljs
│ │ ├── money_off_rounded.cljs
│ │ ├── money_off_sharp.cljs
│ │ ├── money_off_two_tone.cljs
│ │ ├── money_outlined.cljs
│ │ ├── money_rounded.cljs
│ │ ├── money_sharp.cljs
│ │ ├── money_two_tone.cljs
│ │ ├── monitor.cljs
│ │ ├── monitor_heart.cljs
│ │ ├── monitor_heart_outlined.cljs
│ │ ├── monitor_heart_rounded.cljs
│ │ ├── monitor_heart_sharp.cljs
│ │ ├── monitor_heart_two_tone.cljs
│ │ ├── monitor_outlined.cljs
│ │ ├── monitor_rounded.cljs
│ │ ├── monitor_sharp.cljs
│ │ ├── monitor_two_tone.cljs
│ │ ├── monitor_weight.cljs
│ │ ├── monitor_weight_outlined.cljs
│ │ ├── monitor_weight_rounded.cljs
│ │ ├── monitor_weight_sharp.cljs
│ │ ├── monitor_weight_two_tone.cljs
│ │ ├── monochrome_photos.cljs
│ │ ├── monochrome_photos_outlined.cljs
│ │ ├── monochrome_photos_rounded.cljs
│ │ ├── monochrome_photos_sharp.cljs
│ │ ├── monochrome_photos_two_tone.cljs
│ │ ├── mood.cljs
│ │ ├── mood_bad.cljs
│ │ ├── mood_bad_outlined.cljs
│ │ ├── mood_bad_rounded.cljs
│ │ ├── mood_bad_sharp.cljs
│ │ ├── mood_bad_two_tone.cljs
│ │ ├── mood_outlined.cljs
│ │ ├── mood_rounded.cljs
│ │ ├── mood_sharp.cljs
│ │ ├── mood_two_tone.cljs
│ │ ├── moped.cljs
│ │ ├── moped_outlined.cljs
│ │ ├── moped_rounded.cljs
│ │ ├── moped_sharp.cljs
│ │ ├── moped_two_tone.cljs
│ │ ├── more.cljs
│ │ ├── more_horiz.cljs
│ │ ├── more_horiz_outlined.cljs
│ │ ├── more_horiz_rounded.cljs
│ │ ├── more_horiz_sharp.cljs
│ │ ├── more_horiz_two_tone.cljs
│ │ ├── more_outlined.cljs
│ │ ├── more_rounded.cljs
│ │ ├── more_sharp.cljs
│ │ ├── more_time.cljs
│ │ ├── more_time_outlined.cljs
│ │ ├── more_time_rounded.cljs
│ │ ├── more_time_sharp.cljs
│ │ ├── more_time_two_tone.cljs
│ │ ├── more_two_tone.cljs
│ │ ├── more_vert.cljs
│ │ ├── more_vert_outlined.cljs
│ │ ├── more_vert_rounded.cljs
│ │ ├── more_vert_sharp.cljs
│ │ ├── more_vert_two_tone.cljs
│ │ ├── mosque.cljs
│ │ ├── mosque_outlined.cljs
│ │ ├── mosque_rounded.cljs
│ │ ├── mosque_sharp.cljs
│ │ ├── mosque_two_tone.cljs
│ │ ├── motion_photos_auto.cljs
│ │ ├── motion_photos_auto_outlined.cljs
│ │ ├── motion_photos_auto_rounded.cljs
│ │ ├── motion_photos_auto_sharp.cljs
│ │ ├── motion_photos_auto_two_tone.cljs
│ │ ├── motion_photos_off.cljs
│ │ ├── motion_photos_off_outlined.cljs
│ │ ├── motion_photos_off_rounded.cljs
│ │ ├── motion_photos_off_sharp.cljs
│ │ ├── motion_photos_off_two_tone.cljs
│ │ ├── mouse.cljs
│ │ ├── mouse_outlined.cljs
│ │ ├── mouse_rounded.cljs
│ │ ├── mouse_sharp.cljs
│ │ ├── mouse_two_tone.cljs
│ │ ├── move_down.cljs
│ │ ├── move_down_outlined.cljs
│ │ ├── move_down_rounded.cljs
│ │ ├── move_down_sharp.cljs
│ │ ├── move_down_two_tone.cljs
│ │ ├── move_to_inbox.cljs
│ │ ├── move_to_inbox_outlined.cljs
│ │ ├── move_to_inbox_rounded.cljs
│ │ ├── move_to_inbox_sharp.cljs
│ │ ├── move_to_inbox_two_tone.cljs
│ │ ├── move_up.cljs
│ │ ├── move_up_outlined.cljs
│ │ ├── move_up_rounded.cljs
│ │ ├── move_up_sharp.cljs
│ │ ├── move_up_two_tone.cljs
│ │ ├── movie.cljs
│ │ ├── movie_creation.cljs
│ │ ├── movie_creation_outlined.cljs
│ │ ├── movie_creation_rounded.cljs
│ │ ├── movie_creation_sharp.cljs
│ │ ├── movie_creation_two_tone.cljs
│ │ ├── movie_filter.cljs
│ │ ├── movie_filter_outlined.cljs
│ │ ├── movie_filter_rounded.cljs
│ │ ├── movie_filter_sharp.cljs
│ │ ├── movie_filter_two_tone.cljs
│ │ ├── movie_outlined.cljs
│ │ ├── movie_rounded.cljs
│ │ ├── movie_sharp.cljs
│ │ ├── movie_two_tone.cljs
│ │ ├── moving.cljs
│ │ ├── moving_outlined.cljs
│ │ ├── moving_rounded.cljs
│ │ ├── moving_sharp.cljs
│ │ ├── moving_two_tone.cljs
│ │ ├── mp.cljs
│ │ ├── mp_outlined.cljs
│ │ ├── mp_rounded.cljs
│ │ ├── mp_sharp.cljs
│ │ ├── mp_two_tone.cljs
│ │ ├── multiline_chart.cljs
│ │ ├── multiline_chart_outlined.cljs
│ │ ├── multiline_chart_rounded.cljs
│ │ ├── multiline_chart_sharp.cljs
│ │ ├── multiline_chart_two_tone.cljs
│ │ ├── multiple_stop.cljs
│ │ ├── multiple_stop_outlined.cljs
│ │ ├── multiple_stop_rounded.cljs
│ │ ├── multiple_stop_sharp.cljs
│ │ ├── multiple_stop_two_tone.cljs
│ │ ├── museum.cljs
│ │ ├── museum_outlined.cljs
│ │ ├── museum_rounded.cljs
│ │ ├── museum_sharp.cljs
│ │ ├── museum_two_tone.cljs
│ │ ├── music_note.cljs
│ │ ├── music_note_outlined.cljs
│ │ ├── music_note_rounded.cljs
│ │ ├── music_note_sharp.cljs
│ │ ├── music_note_two_tone.cljs
│ │ ├── music_off.cljs
│ │ ├── music_off_outlined.cljs
│ │ ├── music_off_rounded.cljs
│ │ ├── music_off_sharp.cljs
│ │ ├── music_off_two_tone.cljs
│ │ ├── music_video.cljs
│ │ ├── music_video_outlined.cljs
│ │ ├── music_video_rounded.cljs
│ │ ├── music_video_sharp.cljs
│ │ ├── music_video_two_tone.cljs
│ │ ├── my_location.cljs
│ │ ├── my_location_outlined.cljs
│ │ ├── my_location_rounded.cljs
│ │ ├── my_location_sharp.cljs
│ │ ├── my_location_two_tone.cljs
│ │ ├── nat.cljs
│ │ ├── nat_outlined.cljs
│ │ ├── nat_rounded.cljs
│ │ ├── nat_sharp.cljs
│ │ ├── nat_two_tone.cljs
│ │ ├── nature.cljs
│ │ ├── nature_outlined.cljs
│ │ ├── nature_people.cljs
│ │ ├── nature_people_outlined.cljs
│ │ ├── nature_people_rounded.cljs
│ │ ├── nature_people_sharp.cljs
│ │ ├── nature_people_two_tone.cljs
│ │ ├── nature_rounded.cljs
│ │ ├── nature_sharp.cljs
│ │ ├── nature_two_tone.cljs
│ │ ├── navigate_before.cljs
│ │ ├── navigate_before_outlined.cljs
│ │ ├── navigate_before_rounded.cljs
│ │ ├── navigate_before_sharp.cljs
│ │ ├── navigate_before_two_tone.cljs
│ │ ├── navigate_next.cljs
│ │ ├── navigate_next_outlined.cljs
│ │ ├── navigate_next_rounded.cljs
│ │ ├── navigate_next_sharp.cljs
│ │ ├── navigate_next_two_tone.cljs
│ │ ├── navigation.cljs
│ │ ├── navigation_outlined.cljs
│ │ ├── navigation_rounded.cljs
│ │ ├── navigation_sharp.cljs
│ │ ├── navigation_two_tone.cljs
│ │ ├── near_me.cljs
│ │ ├── near_me_disabled.cljs
│ │ ├── near_me_disabled_outlined.cljs
│ │ ├── near_me_disabled_rounded.cljs
│ │ ├── near_me_disabled_sharp.cljs
│ │ ├── near_me_disabled_two_tone.cljs
│ │ ├── near_me_outlined.cljs
│ │ ├── near_me_rounded.cljs
│ │ ├── near_me_sharp.cljs
│ │ ├── near_me_two_tone.cljs
│ │ ├── nearby_error.cljs
│ │ ├── nearby_error_outlined.cljs
│ │ ├── nearby_error_rounded.cljs
│ │ ├── nearby_error_sharp.cljs
│ │ ├── nearby_error_two_tone.cljs
│ │ ├── nearby_off.cljs
│ │ ├── nearby_off_outlined.cljs
│ │ ├── nearby_off_rounded.cljs
│ │ ├── nearby_off_sharp.cljs
│ │ ├── nearby_off_two_tone.cljs
│ │ ├── nest_cam_wired_stand.cljs
│ │ ├── nest_cam_wired_stand_outlined.cljs
│ │ ├── nest_cam_wired_stand_rounded.cljs
│ │ ├── nest_cam_wired_stand_sharp.cljs
│ │ ├── nest_cam_wired_stand_two_tone.cljs
│ │ ├── network_cell.cljs
│ │ ├── network_cell_outlined.cljs
│ │ ├── network_cell_rounded.cljs
│ │ ├── network_cell_sharp.cljs
│ │ ├── network_cell_two_tone.cljs
│ │ ├── network_check.cljs
│ │ ├── network_check_outlined.cljs
│ │ ├── network_check_rounded.cljs
│ │ ├── network_check_sharp.cljs
│ │ ├── network_check_two_tone.cljs
│ │ ├── network_locked.cljs
│ │ ├── network_locked_outlined.cljs
│ │ ├── network_locked_rounded.cljs
│ │ ├── network_locked_sharp.cljs
│ │ ├── network_locked_two_tone.cljs
│ │ ├── network_ping.cljs
│ │ ├── network_ping_outlined.cljs
│ │ ├── network_ping_rounded.cljs
│ │ ├── network_ping_sharp.cljs
│ │ ├── network_ping_two_tone.cljs
│ │ ├── network_wifi.cljs
│ │ ├── network_wifi_1_bar.cljs
│ │ ├── network_wifi_1_bar_outlined.cljs
│ │ ├── network_wifi_1_bar_rounded.cljs
│ │ ├── network_wifi_1_bar_sharp.cljs
│ │ ├── network_wifi_1_bar_two_tone.cljs
│ │ ├── network_wifi_2_bar.cljs
│ │ ├── network_wifi_2_bar_outlined.cljs
│ │ ├── network_wifi_2_bar_rounded.cljs
│ │ ├── network_wifi_2_bar_sharp.cljs
│ │ ├── network_wifi_2_bar_two_tone.cljs
│ │ ├── network_wifi_3_bar.cljs
│ │ ├── network_wifi_3_bar_outlined.cljs
│ │ ├── network_wifi_3_bar_rounded.cljs
│ │ ├── network_wifi_3_bar_sharp.cljs
│ │ ├── network_wifi_3_bar_two_tone.cljs
│ │ ├── network_wifi_outlined.cljs
│ │ ├── network_wifi_rounded.cljs
│ │ ├── network_wifi_sharp.cljs
│ │ ├── network_wifi_two_tone.cljs
│ │ ├── new_releases.cljs
│ │ ├── new_releases_outlined.cljs
│ │ ├── new_releases_rounded.cljs
│ │ ├── new_releases_sharp.cljs
│ │ ├── new_releases_two_tone.cljs
│ │ ├── newspaper.cljs
│ │ ├── newspaper_outlined.cljs
│ │ ├── newspaper_rounded.cljs
│ │ ├── newspaper_sharp.cljs
│ │ ├── newspaper_two_tone.cljs
│ │ ├── next_plan.cljs
│ │ ├── next_plan_outlined.cljs
│ │ ├── next_plan_rounded.cljs
│ │ ├── next_plan_sharp.cljs
│ │ ├── next_plan_two_tone.cljs
│ │ ├── next_week.cljs
│ │ ├── next_week_outlined.cljs
│ │ ├── next_week_rounded.cljs
│ │ ├── next_week_sharp.cljs
│ │ ├── next_week_two_tone.cljs
│ │ ├── nfc.cljs
│ │ ├── nfc_outlined.cljs
│ │ ├── nfc_rounded.cljs
│ │ ├── nfc_sharp.cljs
│ │ ├── nfc_two_tone.cljs
│ │ ├── night_shelter.cljs
│ │ ├── night_shelter_outlined.cljs
│ │ ├── night_shelter_rounded.cljs
│ │ ├── night_shelter_sharp.cljs
│ │ ├── night_shelter_two_tone.cljs
│ │ ├── nightlife.cljs
│ │ ├── nightlife_outlined.cljs
│ │ ├── nightlife_rounded.cljs
│ │ ├── nightlife_sharp.cljs
│ │ ├── nightlife_two_tone.cljs
│ │ ├── nightlight.cljs
│ │ ├── nightlight_outlined.cljs
│ │ ├── nightlight_round.cljs
│ │ ├── nightlight_round_outlined.cljs
│ │ ├── nightlight_round_rounded.cljs
│ │ ├── nightlight_round_sharp.cljs
│ │ ├── nightlight_round_two_tone.cljs
│ │ ├── nightlight_rounded.cljs
│ │ ├── nightlight_sharp.cljs
│ │ ├── nightlight_two_tone.cljs
│ │ ├── nights_stay.cljs
│ │ ├── nights_stay_outlined.cljs
│ │ ├── nights_stay_rounded.cljs
│ │ ├── nights_stay_sharp.cljs
│ │ ├── nights_stay_two_tone.cljs
│ │ ├── nine_k.cljs
│ │ ├── nine_k_outlined.cljs
│ │ ├── nine_k_plus.cljs
│ │ ├── nine_k_plus_outlined.cljs
│ │ ├── nine_k_plus_rounded.cljs
│ │ ├── nine_k_plus_sharp.cljs
│ │ ├── nine_k_plus_two_tone.cljs
│ │ ├── nine_k_rounded.cljs
│ │ ├── nine_k_sharp.cljs
│ │ ├── nine_k_two_tone.cljs
│ │ ├── nine_mp.cljs
│ │ ├── nine_mp_outlined.cljs
│ │ ├── nine_mp_rounded.cljs
│ │ ├── nine_mp_sharp.cljs
│ │ ├── nine_mp_two_tone.cljs
│ │ ├── nineteen_mp.cljs
│ │ ├── nineteen_mp_outlined.cljs
│ │ ├── nineteen_mp_rounded.cljs
│ │ ├── nineteen_mp_sharp.cljs
│ │ ├── nineteen_mp_two_tone.cljs
│ │ ├── no_accounts.cljs
│ │ ├── no_accounts_outlined.cljs
│ │ ├── no_accounts_rounded.cljs
│ │ ├── no_accounts_sharp.cljs
│ │ ├── no_accounts_two_tone.cljs
│ │ ├── no_adult_content.cljs
│ │ ├── no_adult_content_outlined.cljs
│ │ ├── no_adult_content_rounded.cljs
│ │ ├── no_adult_content_sharp.cljs
│ │ ├── no_adult_content_two_tone.cljs
│ │ ├── no_backpack.cljs
│ │ ├── no_backpack_outlined.cljs
│ │ ├── no_backpack_rounded.cljs
│ │ ├── no_backpack_sharp.cljs
│ │ ├── no_backpack_two_tone.cljs
│ │ ├── no_cell.cljs
│ │ ├── no_cell_outlined.cljs
│ │ ├── no_cell_rounded.cljs
│ │ ├── no_cell_sharp.cljs
│ │ ├── no_cell_two_tone.cljs
│ │ ├── no_crash.cljs
│ │ ├── no_crash_outlined.cljs
│ │ ├── no_crash_rounded.cljs
│ │ ├── no_crash_sharp.cljs
│ │ ├── no_crash_two_tone.cljs
│ │ ├── no_drinks.cljs
│ │ ├── no_drinks_outlined.cljs
│ │ ├── no_drinks_rounded.cljs
│ │ ├── no_drinks_sharp.cljs
│ │ ├── no_drinks_two_tone.cljs
│ │ ├── no_encryption.cljs
│ │ ├── no_encryption_gmailerrorred.cljs
│ │ ├── no_encryption_gmailerrorred_outlined.cljs
│ │ ├── no_encryption_gmailerrorred_rounded.cljs
│ │ ├── no_encryption_gmailerrorred_sharp.cljs
│ │ ├── no_encryption_gmailerrorred_two_tone.cljs
│ │ ├── no_encryption_outlined.cljs
│ │ ├── no_encryption_rounded.cljs
│ │ ├── no_encryption_sharp.cljs
│ │ ├── no_encryption_two_tone.cljs
│ │ ├── no_flash.cljs
│ │ ├── no_flash_outlined.cljs
│ │ ├── no_flash_rounded.cljs
│ │ ├── no_flash_sharp.cljs
│ │ ├── no_flash_two_tone.cljs
│ │ ├── no_food.cljs
│ │ ├── no_food_outlined.cljs
│ │ ├── no_food_rounded.cljs
│ │ ├── no_food_sharp.cljs
│ │ ├── no_food_two_tone.cljs
│ │ ├── no_luggage.cljs
│ │ ├── no_luggage_outlined.cljs
│ │ ├── no_luggage_rounded.cljs
│ │ ├── no_luggage_sharp.cljs
│ │ ├── no_luggage_two_tone.cljs
│ │ ├── no_meals.cljs
│ │ ├── no_meals_outlined.cljs
│ │ ├── no_meals_rounded.cljs
│ │ ├── no_meals_sharp.cljs
│ │ ├── no_meals_two_tone.cljs
│ │ ├── no_meeting_room.cljs
│ │ ├── no_meeting_room_outlined.cljs
│ │ ├── no_meeting_room_rounded.cljs
│ │ ├── no_meeting_room_sharp.cljs
│ │ ├── no_meeting_room_two_tone.cljs
│ │ ├── no_photography.cljs
│ │ ├── no_photography_outlined.cljs
│ │ ├── no_photography_rounded.cljs
│ │ ├── no_photography_sharp.cljs
│ │ ├── no_photography_two_tone.cljs
│ │ ├── no_sim.cljs
│ │ ├── no_sim_outlined.cljs
│ │ ├── no_sim_rounded.cljs
│ │ ├── no_sim_sharp.cljs
│ │ ├── no_sim_two_tone.cljs
│ │ ├── no_stroller.cljs
│ │ ├── no_stroller_outlined.cljs
│ │ ├── no_stroller_rounded.cljs
│ │ ├── no_stroller_sharp.cljs
│ │ ├── no_stroller_two_tone.cljs
│ │ ├── no_transfer.cljs
│ │ ├── no_transfer_outlined.cljs
│ │ ├── no_transfer_rounded.cljs
│ │ ├── no_transfer_sharp.cljs
│ │ ├── no_transfer_two_tone.cljs
│ │ ├── noise_aware.cljs
│ │ ├── noise_aware_outlined.cljs
│ │ ├── noise_aware_rounded.cljs
│ │ ├── noise_aware_sharp.cljs
│ │ ├── noise_aware_two_tone.cljs
│ │ ├── noise_control_off.cljs
│ │ ├── noise_control_off_outlined.cljs
│ │ ├── noise_control_off_rounded.cljs
│ │ ├── noise_control_off_sharp.cljs
│ │ ├── noise_control_off_two_tone.cljs
│ │ ├── nordic_walking.cljs
│ │ ├── nordic_walking_outlined.cljs
│ │ ├── nordic_walking_rounded.cljs
│ │ ├── nordic_walking_sharp.cljs
│ │ ├── nordic_walking_two_tone.cljs
│ │ ├── north.cljs
│ │ ├── north_east.cljs
│ │ ├── north_east_outlined.cljs
│ │ ├── north_east_rounded.cljs
│ │ ├── north_east_sharp.cljs
│ │ ├── north_east_two_tone.cljs
│ │ ├── north_outlined.cljs
│ │ ├── north_rounded.cljs
│ │ ├── north_sharp.cljs
│ │ ├── north_two_tone.cljs
│ │ ├── north_west.cljs
│ │ ├── north_west_outlined.cljs
│ │ ├── north_west_rounded.cljs
│ │ ├── north_west_sharp.cljs
│ │ ├── north_west_two_tone.cljs
│ │ ├── not_accessible.cljs
│ │ ├── not_accessible_outlined.cljs
│ │ ├── not_accessible_rounded.cljs
│ │ ├── not_accessible_sharp.cljs
│ │ ├── not_accessible_two_tone.cljs
│ │ ├── not_interested.cljs
│ │ ├── not_interested_outlined.cljs
│ │ ├── not_interested_rounded.cljs
│ │ ├── not_interested_sharp.cljs
│ │ ├── not_interested_two_tone.cljs
│ │ ├── not_listed_location.cljs
│ │ ├── not_listed_location_outlined.cljs
│ │ ├── not_listed_location_rounded.cljs
│ │ ├── not_listed_location_sharp.cljs
│ │ ├── not_listed_location_two_tone.cljs
│ │ ├── not_started.cljs
│ │ ├── not_started_outlined.cljs
│ │ ├── not_started_rounded.cljs
│ │ ├── not_started_sharp.cljs
│ │ ├── not_started_two_tone.cljs
│ │ ├── note.cljs
│ │ ├── note_add.cljs
│ │ ├── note_add_outlined.cljs
│ │ ├── note_add_rounded.cljs
│ │ ├── note_add_sharp.cljs
│ │ ├── note_add_two_tone.cljs
│ │ ├── note_alt.cljs
│ │ ├── note_alt_outlined.cljs
│ │ ├── note_alt_rounded.cljs
│ │ ├── note_alt_sharp.cljs
│ │ ├── note_alt_two_tone.cljs
│ │ ├── note_outlined.cljs
│ │ ├── note_rounded.cljs
│ │ ├── note_sharp.cljs
│ │ ├── note_two_tone.cljs
│ │ ├── notes.cljs
│ │ ├── notes_outlined.cljs
│ │ ├── notes_rounded.cljs
│ │ ├── notes_sharp.cljs
│ │ ├── notes_two_tone.cljs
│ │ ├── notification_add.cljs
│ │ ├── notification_add_outlined.cljs
│ │ ├── notification_add_rounded.cljs
│ │ ├── notification_add_sharp.cljs
│ │ ├── notification_add_two_tone.cljs
│ │ ├── notification_important.cljs
│ │ ├── notification_important_outlined.cljs
│ │ ├── notification_important_rounded.cljs
│ │ ├── notification_important_sharp.cljs
│ │ ├── notification_important_two_tone.cljs
│ │ ├── notifications.cljs
│ │ ├── notifications_active.cljs
│ │ ├── notifications_active_outlined.cljs
│ │ ├── notifications_active_rounded.cljs
│ │ ├── notifications_active_sharp.cljs
│ │ ├── notifications_active_two_tone.cljs
│ │ ├── notifications_none.cljs
│ │ ├── notifications_none_outlined.cljs
│ │ ├── notifications_none_rounded.cljs
│ │ ├── notifications_none_sharp.cljs
│ │ ├── notifications_none_two_tone.cljs
│ │ ├── notifications_off.cljs
│ │ ├── notifications_off_outlined.cljs
│ │ ├── notifications_off_rounded.cljs
│ │ ├── notifications_off_sharp.cljs
│ │ ├── notifications_off_two_tone.cljs
│ │ ├── notifications_outlined.cljs
│ │ ├── notifications_paused.cljs
│ │ ├── notifications_paused_outlined.cljs
│ │ ├── notifications_paused_rounded.cljs
│ │ ├── notifications_paused_sharp.cljs
│ │ ├── notifications_paused_two_tone.cljs
│ │ ├── notifications_rounded.cljs
│ │ ├── notifications_sharp.cljs
│ │ ├── notifications_two_tone.cljs
│ │ ├── numbers.cljs
│ │ ├── numbers_outlined.cljs
│ │ ├── numbers_rounded.cljs
│ │ ├── numbers_sharp.cljs
│ │ ├── numbers_two_tone.cljs
│ │ ├── offline_bolt.cljs
│ │ ├── offline_bolt_outlined.cljs
│ │ ├── offline_bolt_rounded.cljs
│ │ ├── offline_bolt_sharp.cljs
│ │ ├── offline_bolt_two_tone.cljs
│ │ ├── offline_pin.cljs
│ │ ├── offline_pin_outlined.cljs
│ │ ├── offline_pin_rounded.cljs
│ │ ├── offline_pin_sharp.cljs
│ │ ├── offline_pin_two_tone.cljs
│ │ ├── offline_share.cljs
│ │ ├── offline_share_outlined.cljs
│ │ ├── offline_share_rounded.cljs
│ │ ├── offline_share_sharp.cljs
│ │ ├── offline_share_two_tone.cljs
│ │ ├── oil_barrel.cljs
│ │ ├── oil_barrel_outlined.cljs
│ │ ├── oil_barrel_rounded.cljs
│ │ ├── oil_barrel_sharp.cljs
│ │ ├── oil_barrel_two_tone.cljs
│ │ ├── on_device_training.cljs
│ │ ├── on_device_training_outlined.cljs
│ │ ├── on_device_training_rounded.cljs
│ │ ├── on_device_training_sharp.cljs
│ │ ├── on_device_training_two_tone.cljs
│ │ ├── ondemand_video.cljs
│ │ ├── ondemand_video_outlined.cljs
│ │ ├── ondemand_video_rounded.cljs
│ │ ├── ondemand_video_sharp.cljs
│ │ ├── ondemand_video_two_tone.cljs
│ │ ├── one_k.cljs
│ │ ├── one_k_outlined.cljs
│ │ ├── one_k_plus.cljs
│ │ ├── one_k_plus_outlined.cljs
│ │ ├── one_k_plus_rounded.cljs
│ │ ├── one_k_plus_sharp.cljs
│ │ ├── one_k_plus_two_tone.cljs
│ │ ├── one_k_rounded.cljs
│ │ ├── one_k_sharp.cljs
│ │ ├── one_k_two_tone.cljs
│ │ ├── one_kk.cljs
│ │ ├── one_kk_outlined.cljs
│ │ ├── one_kk_rounded.cljs
│ │ ├── one_kk_sharp.cljs
│ │ ├── one_kk_two_tone.cljs
│ │ ├── online_prediction.cljs
│ │ ├── online_prediction_outlined.cljs
│ │ ├── online_prediction_rounded.cljs
│ │ ├── online_prediction_sharp.cljs
│ │ ├── online_prediction_two_tone.cljs
│ │ ├── opacity.cljs
│ │ ├── opacity_outlined.cljs
│ │ ├── opacity_rounded.cljs
│ │ ├── opacity_sharp.cljs
│ │ ├── opacity_two_tone.cljs
│ │ ├── open_in_browser.cljs
│ │ ├── open_in_browser_outlined.cljs
│ │ ├── open_in_browser_rounded.cljs
│ │ ├── open_in_browser_sharp.cljs
│ │ ├── open_in_browser_two_tone.cljs
│ │ ├── open_in_full.cljs
│ │ ├── open_in_full_outlined.cljs
│ │ ├── open_in_full_rounded.cljs
│ │ ├── open_in_full_sharp.cljs
│ │ ├── open_in_full_two_tone.cljs
│ │ ├── open_in_new.cljs
│ │ ├── open_in_new_off.cljs
│ │ ├── open_in_new_off_outlined.cljs
│ │ ├── open_in_new_off_rounded.cljs
│ │ ├── open_in_new_off_sharp.cljs
│ │ ├── open_in_new_off_two_tone.cljs
│ │ ├── open_in_new_outlined.cljs
│ │ ├── open_in_new_rounded.cljs
│ │ ├── open_in_new_sharp.cljs
│ │ ├── open_in_new_two_tone.cljs
│ │ ├── open_with.cljs
│ │ ├── open_with_outlined.cljs
│ │ ├── open_with_rounded.cljs
│ │ ├── open_with_sharp.cljs
│ │ ├── open_with_two_tone.cljs
│ │ ├── other_houses.cljs
│ │ ├── other_houses_outlined.cljs
│ │ ├── other_houses_rounded.cljs
│ │ ├── other_houses_sharp.cljs
│ │ ├── other_houses_two_tone.cljs
│ │ ├── outbound.cljs
│ │ ├── outbound_outlined.cljs
│ │ ├── outbound_rounded.cljs
│ │ ├── outbound_sharp.cljs
│ │ ├── outbound_two_tone.cljs
│ │ ├── outbox.cljs
│ │ ├── outbox_outlined.cljs
│ │ ├── outbox_rounded.cljs
│ │ ├── outbox_sharp.cljs
│ │ ├── outbox_two_tone.cljs
│ │ ├── outdoor_grill.cljs
│ │ ├── outdoor_grill_outlined.cljs
│ │ ├── outdoor_grill_rounded.cljs
│ │ ├── outdoor_grill_sharp.cljs
│ │ ├── outdoor_grill_two_tone.cljs
│ │ ├── outlet.cljs
│ │ ├── outlet_outlined.cljs
│ │ ├── outlet_rounded.cljs
│ │ ├── outlet_sharp.cljs
│ │ ├── outlet_two_tone.cljs
│ │ ├── outlined_flag.cljs
│ │ ├── outlined_flag_outlined.cljs
│ │ ├── outlined_flag_rounded.cljs
│ │ ├── outlined_flag_sharp.cljs
│ │ ├── outlined_flag_two_tone.cljs
│ │ ├── output.cljs
│ │ ├── output_outlined.cljs
│ │ ├── output_rounded.cljs
│ │ ├── output_sharp.cljs
│ │ ├── output_two_tone.cljs
│ │ ├── padding.cljs
│ │ ├── padding_outlined.cljs
│ │ ├── padding_rounded.cljs
│ │ ├── padding_sharp.cljs
│ │ ├── padding_two_tone.cljs
│ │ ├── pages.cljs
│ │ ├── pages_outlined.cljs
│ │ ├── pages_rounded.cljs
│ │ ├── pages_sharp.cljs
│ │ ├── pages_two_tone.cljs
│ │ ├── pageview.cljs
│ │ ├── pageview_outlined.cljs
│ │ ├── pageview_rounded.cljs
│ │ ├── pageview_sharp.cljs
│ │ ├── pageview_two_tone.cljs
│ │ ├── paid.cljs
│ │ ├── paid_outlined.cljs
│ │ ├── paid_rounded.cljs
│ │ ├── paid_sharp.cljs
│ │ ├── paid_two_tone.cljs
│ │ ├── palette.cljs
│ │ ├── palette_outlined.cljs
│ │ ├── palette_rounded.cljs
│ │ ├── palette_sharp.cljs
│ │ ├── palette_two_tone.cljs
│ │ ├── pan_tool.cljs
│ │ ├── pan_tool_alt.cljs
│ │ ├── pan_tool_alt_outlined.cljs
│ │ ├── pan_tool_alt_rounded.cljs
│ │ ├── pan_tool_alt_sharp.cljs
│ │ ├── pan_tool_alt_two_tone.cljs
│ │ ├── pan_tool_outlined.cljs
│ │ ├── pan_tool_rounded.cljs
│ │ ├── pan_tool_sharp.cljs
│ │ ├── pan_tool_two_tone.cljs
│ │ ├── panorama.cljs
│ │ ├── panorama_fish_eye.cljs
│ │ ├── panorama_fish_eye_outlined.cljs
│ │ ├── panorama_fish_eye_rounded.cljs
│ │ ├── panorama_fish_eye_sharp.cljs
│ │ ├── panorama_fish_eye_two_tone.cljs
│ │ ├── panorama_horizontal.cljs
│ │ ├── panorama_horizontal_outlined.cljs
│ │ ├── panorama_horizontal_rounded.cljs
│ │ ├── panorama_horizontal_select.cljs
│ │ ├── panorama_horizontal_select_outlined.cljs
│ │ ├── panorama_horizontal_select_rounded.cljs
│ │ ├── panorama_horizontal_select_sharp.cljs
│ │ ├── panorama_horizontal_select_two_tone.cljs
│ │ ├── panorama_horizontal_sharp.cljs
│ │ ├── panorama_horizontal_two_tone.cljs
│ │ ├── panorama_outlined.cljs
│ │ ├── panorama_photosphere.cljs
│ │ ├── panorama_photosphere_outlined.cljs
│ │ ├── panorama_photosphere_rounded.cljs
│ │ ├── panorama_photosphere_select.cljs
│ │ ├── panorama_photosphere_select_outlined.cljs
│ │ ├── panorama_photosphere_select_rounded.cljs
│ │ ├── panorama_photosphere_select_sharp.cljs
│ │ ├── panorama_photosphere_select_two_tone.cljs
│ │ ├── panorama_photosphere_sharp.cljs
│ │ ├── panorama_photosphere_two_tone.cljs
│ │ ├── panorama_rounded.cljs
│ │ ├── panorama_sharp.cljs
│ │ ├── panorama_two_tone.cljs
│ │ ├── panorama_vertical.cljs
│ │ ├── panorama_vertical_outlined.cljs
│ │ ├── panorama_vertical_rounded.cljs
│ │ ├── panorama_vertical_select.cljs
│ │ ├── panorama_vertical_select_outlined.cljs
│ │ ├── panorama_vertical_select_rounded.cljs
│ │ ├── panorama_vertical_select_sharp.cljs
│ │ ├── panorama_vertical_select_two_tone.cljs
│ │ ├── panorama_vertical_sharp.cljs
│ │ ├── panorama_vertical_two_tone.cljs
│ │ ├── panorama_wide_angle.cljs
│ │ ├── panorama_wide_angle_outlined.cljs
│ │ ├── panorama_wide_angle_rounded.cljs
│ │ ├── panorama_wide_angle_select.cljs
│ │ ├── panorama_wide_angle_select_outlined.cljs
│ │ ├── panorama_wide_angle_select_rounded.cljs
│ │ ├── panorama_wide_angle_select_sharp.cljs
│ │ ├── panorama_wide_angle_select_two_tone.cljs
│ │ ├── panorama_wide_angle_sharp.cljs
│ │ ├── panorama_wide_angle_two_tone.cljs
│ │ ├── paragliding.cljs
│ │ ├── paragliding_outlined.cljs
│ │ ├── paragliding_rounded.cljs
│ │ ├── paragliding_sharp.cljs
│ │ ├── paragliding_two_tone.cljs
│ │ ├── park.cljs
│ │ ├── park_outlined.cljs
│ │ ├── park_rounded.cljs
│ │ ├── park_sharp.cljs
│ │ ├── park_two_tone.cljs
│ │ ├── party_mode.cljs
│ │ ├── party_mode_outlined.cljs
│ │ ├── party_mode_rounded.cljs
│ │ ├── party_mode_sharp.cljs
│ │ ├── party_mode_two_tone.cljs
│ │ ├── password.cljs
│ │ ├── password_outlined.cljs
│ │ ├── password_rounded.cljs
│ │ ├── password_sharp.cljs
│ │ ├── password_two_tone.cljs
│ │ ├── pattern.cljs
│ │ ├── pattern_outlined.cljs
│ │ ├── pattern_rounded.cljs
│ │ ├── pattern_sharp.cljs
│ │ ├── pattern_two_tone.cljs
│ │ ├── pause.cljs
│ │ ├── pause_circle.cljs
│ │ ├── pause_circle_filled.cljs
│ │ ├── pause_circle_filled_outlined.cljs
│ │ ├── pause_circle_filled_rounded.cljs
│ │ ├── pause_circle_filled_sharp.cljs
│ │ ├── pause_circle_filled_two_tone.cljs
│ │ ├── pause_circle_outline.cljs
│ │ ├── pause_circle_outline_outlined.cljs
│ │ ├── pause_circle_outline_rounded.cljs
│ │ ├── pause_circle_outline_sharp.cljs
│ │ ├── pause_circle_outline_two_tone.cljs
│ │ ├── pause_circle_outlined.cljs
│ │ ├── pause_circle_rounded.cljs
│ │ ├── pause_circle_sharp.cljs
│ │ ├── pause_circle_two_tone.cljs
│ │ ├── pause_outlined.cljs
│ │ ├── pause_presentation.cljs
│ │ ├── pause_presentation_outlined.cljs
│ │ ├── pause_presentation_rounded.cljs
│ │ ├── pause_presentation_sharp.cljs
│ │ ├── pause_presentation_two_tone.cljs
│ │ ├── pause_rounded.cljs
│ │ ├── pause_sharp.cljs
│ │ ├── pause_two_tone.cljs
│ │ ├── payment.cljs
│ │ ├── payment_outlined.cljs
│ │ ├── payment_rounded.cljs
│ │ ├── payment_sharp.cljs
│ │ ├── payment_two_tone.cljs
│ │ ├── payments.cljs
│ │ ├── payments_outlined.cljs
│ │ ├── payments_rounded.cljs
│ │ ├── payments_sharp.cljs
│ │ ├── payments_two_tone.cljs
│ │ ├── pedal_bike.cljs
│ │ ├── pedal_bike_outlined.cljs
│ │ ├── pedal_bike_rounded.cljs
│ │ ├── pedal_bike_sharp.cljs
│ │ ├── pedal_bike_two_tone.cljs
│ │ ├── pending.cljs
│ │ ├── pending_actions.cljs
│ │ ├── pending_actions_outlined.cljs
│ │ ├── pending_actions_rounded.cljs
│ │ ├── pending_actions_sharp.cljs
│ │ ├── pending_actions_two_tone.cljs
│ │ ├── pending_outlined.cljs
│ │ ├── pending_rounded.cljs
│ │ ├── pending_sharp.cljs
│ │ ├── pending_two_tone.cljs
│ │ ├── pentagon.cljs
│ │ ├── pentagon_outlined.cljs
│ │ ├── pentagon_rounded.cljs
│ │ ├── pentagon_sharp.cljs
│ │ ├── pentagon_two_tone.cljs
│ │ ├── people.cljs
│ │ ├── people_alt.cljs
│ │ ├── people_alt_outlined.cljs
│ │ ├── people_alt_rounded.cljs
│ │ ├── people_alt_sharp.cljs
│ │ ├── people_alt_two_tone.cljs
│ │ ├── people_outline.cljs
│ │ ├── people_outline_outlined.cljs
│ │ ├── people_outline_rounded.cljs
│ │ ├── people_outline_sharp.cljs
│ │ ├── people_outline_two_tone.cljs
│ │ ├── people_outlined.cljs
│ │ ├── people_rounded.cljs
│ │ ├── people_sharp.cljs
│ │ ├── people_two_tone.cljs
│ │ ├── percent.cljs
│ │ ├── percent_outlined.cljs
│ │ ├── percent_rounded.cljs
│ │ ├── percent_sharp.cljs
│ │ ├── percent_two_tone.cljs
│ │ ├── perm_camera_mic.cljs
│ │ ├── perm_camera_mic_outlined.cljs
│ │ ├── perm_camera_mic_rounded.cljs
│ │ ├── perm_camera_mic_sharp.cljs
│ │ ├── perm_camera_mic_two_tone.cljs
│ │ ├── perm_contact_calendar.cljs
│ │ ├── perm_contact_calendar_outlined.cljs
│ │ ├── perm_contact_calendar_rounded.cljs
│ │ ├── perm_contact_calendar_sharp.cljs
│ │ ├── perm_contact_calendar_two_tone.cljs
│ │ ├── perm_data_setting.cljs
│ │ ├── perm_data_setting_outlined.cljs
│ │ ├── perm_data_setting_rounded.cljs
│ │ ├── perm_data_setting_sharp.cljs
│ │ ├── perm_data_setting_two_tone.cljs
│ │ ├── perm_device_information.cljs
│ │ ├── perm_device_information_outlined.cljs
│ │ ├── perm_device_information_rounded.cljs
│ │ ├── perm_device_information_sharp.cljs
│ │ ├── perm_device_information_two_tone.cljs
│ │ ├── perm_identity.cljs
│ │ ├── perm_identity_outlined.cljs
│ │ ├── perm_identity_rounded.cljs
│ │ ├── perm_identity_sharp.cljs
│ │ ├── perm_identity_two_tone.cljs
│ │ ├── perm_media.cljs
│ │ ├── perm_media_outlined.cljs
│ │ ├── perm_media_rounded.cljs
│ │ ├── perm_media_sharp.cljs
│ │ ├── perm_media_two_tone.cljs
│ │ ├── perm_phone_msg.cljs
│ │ ├── perm_phone_msg_outlined.cljs
│ │ ├── perm_phone_msg_rounded.cljs
│ │ ├── perm_phone_msg_sharp.cljs
│ │ ├── perm_phone_msg_two_tone.cljs
│ │ ├── perm_scan_wifi.cljs
│ │ ├── perm_scan_wifi_outlined.cljs
│ │ ├── perm_scan_wifi_rounded.cljs
│ │ ├── perm_scan_wifi_sharp.cljs
│ │ ├── perm_scan_wifi_two_tone.cljs
│ │ ├── person.cljs
│ │ ├── person_2.cljs
│ │ ├── person_2_outlined.cljs
│ │ ├── person_2_rounded.cljs
│ │ ├── person_2_sharp.cljs
│ │ ├── person_2_two_tone.cljs
│ │ ├── person_3.cljs
│ │ ├── person_3_outlined.cljs
│ │ ├── person_3_rounded.cljs
│ │ ├── person_3_sharp.cljs
│ │ ├── person_3_two_tone.cljs
│ │ ├── person_4.cljs
│ │ ├── person_4_outlined.cljs
│ │ ├── person_4_rounded.cljs
│ │ ├── person_4_sharp.cljs
│ │ ├── person_4_two_tone.cljs
│ │ ├── person_add.cljs
│ │ ├── person_add_alt.cljs
│ │ ├── person_add_alt_1.cljs
│ │ ├── person_add_alt_1_outlined.cljs
│ │ ├── person_add_alt_1_rounded.cljs
│ │ ├── person_add_alt_1_sharp.cljs
│ │ ├── person_add_alt_1_two_tone.cljs
│ │ ├── person_add_alt_outlined.cljs
│ │ ├── person_add_alt_rounded.cljs
│ │ ├── person_add_alt_sharp.cljs
│ │ ├── person_add_alt_two_tone.cljs
│ │ ├── person_add_disabled.cljs
│ │ ├── person_add_disabled_outlined.cljs
│ │ ├── person_add_disabled_rounded.cljs
│ │ ├── person_add_disabled_sharp.cljs
│ │ ├── person_add_disabled_two_tone.cljs
│ │ ├── person_add_outlined.cljs
│ │ ├── person_add_rounded.cljs
│ │ ├── person_add_sharp.cljs
│ │ ├── person_add_two_tone.cljs
│ │ ├── person_off.cljs
│ │ ├── person_off_outlined.cljs
│ │ ├── person_off_rounded.cljs
│ │ ├── person_off_sharp.cljs
│ │ ├── person_off_two_tone.cljs
│ │ ├── person_outline.cljs
│ │ ├── person_outline_outlined.cljs
│ │ ├── person_outline_rounded.cljs
│ │ ├── person_outline_sharp.cljs
│ │ ├── person_outline_two_tone.cljs
│ │ ├── person_outlined.cljs
│ │ ├── person_pin.cljs
│ │ ├── person_pin_circle.cljs
│ │ ├── person_pin_circle_outlined.cljs
│ │ ├── person_pin_circle_rounded.cljs
│ │ ├── person_pin_circle_sharp.cljs
│ │ ├── person_pin_circle_two_tone.cljs
│ │ ├── person_pin_outlined.cljs
│ │ ├── person_pin_rounded.cljs
│ │ ├── person_pin_sharp.cljs
│ │ ├── person_pin_two_tone.cljs
│ │ ├── person_remove.cljs
│ │ ├── person_remove_alt_1.cljs
│ │ ├── person_remove_alt_1_outlined.cljs
│ │ ├── person_remove_alt_1_rounded.cljs
│ │ ├── person_remove_alt_1_sharp.cljs
│ │ ├── person_remove_alt_1_two_tone.cljs
│ │ ├── person_remove_outlined.cljs
│ │ ├── person_remove_rounded.cljs
│ │ ├── person_remove_sharp.cljs
│ │ ├── person_remove_two_tone.cljs
│ │ ├── person_rounded.cljs
│ │ ├── person_search.cljs
│ │ ├── person_search_outlined.cljs
│ │ ├── person_search_rounded.cljs
│ │ ├── person_search_sharp.cljs
│ │ ├── person_search_two_tone.cljs
│ │ ├── person_sharp.cljs
│ │ ├── person_two_tone.cljs
│ │ ├── personal_video.cljs
│ │ ├── personal_video_outlined.cljs
│ │ ├── personal_video_rounded.cljs
│ │ ├── personal_video_sharp.cljs
│ │ ├── personal_video_two_tone.cljs
│ │ ├── pest_control.cljs
│ │ ├── pest_control_outlined.cljs
│ │ ├── pest_control_rodent.cljs
│ │ ├── pest_control_rodent_outlined.cljs
│ │ ├── pest_control_rodent_rounded.cljs
│ │ ├── pest_control_rodent_sharp.cljs
│ │ ├── pest_control_rodent_two_tone.cljs
│ │ ├── pest_control_rounded.cljs
│ │ ├── pest_control_sharp.cljs
│ │ ├── pest_control_two_tone.cljs
│ │ ├── pets.cljs
│ │ ├── pets_outlined.cljs
│ │ ├── pets_rounded.cljs
│ │ ├── pets_sharp.cljs
│ │ ├── pets_two_tone.cljs
│ │ ├── phishing.cljs
│ │ ├── phishing_outlined.cljs
│ │ ├── phishing_rounded.cljs
│ │ ├── phishing_sharp.cljs
│ │ ├── phishing_two_tone.cljs
│ │ ├── phone.cljs
│ │ ├── phone_android.cljs
│ │ ├── phone_android_outlined.cljs
│ │ ├── phone_android_rounded.cljs
│ │ ├── phone_android_sharp.cljs
│ │ ├── phone_android_two_tone.cljs
│ │ ├── phone_bluetooth_speaker.cljs
│ │ ├── phone_bluetooth_speaker_outlined.cljs
│ │ ├── phone_bluetooth_speaker_rounded.cljs
│ │ ├── phone_bluetooth_speaker_sharp.cljs
│ │ ├── phone_bluetooth_speaker_two_tone.cljs
│ │ ├── phone_callback.cljs
│ │ ├── phone_callback_outlined.cljs
│ │ ├── phone_callback_rounded.cljs
│ │ ├── phone_callback_sharp.cljs
│ │ ├── phone_callback_two_tone.cljs
│ │ ├── phone_disabled.cljs
│ │ ├── phone_disabled_outlined.cljs
│ │ ├── phone_disabled_rounded.cljs
│ │ ├── phone_disabled_sharp.cljs
│ │ ├── phone_disabled_two_tone.cljs
│ │ ├── phone_enabled.cljs
│ │ ├── phone_enabled_outlined.cljs
│ │ ├── phone_enabled_rounded.cljs
│ │ ├── phone_enabled_sharp.cljs
│ │ ├── phone_enabled_two_tone.cljs
│ │ ├── phone_forwarded.cljs
│ │ ├── phone_forwarded_outlined.cljs
│ │ ├── phone_forwarded_rounded.cljs
│ │ ├── phone_forwarded_sharp.cljs
│ │ ├── phone_forwarded_two_tone.cljs
│ │ ├── phone_in_talk.cljs
│ │ ├── phone_in_talk_outlined.cljs
│ │ ├── phone_in_talk_rounded.cljs
│ │ ├── phone_in_talk_sharp.cljs
│ │ ├── phone_in_talk_two_tone.cljs
│ │ ├── phone_iphone.cljs
│ │ ├── phone_iphone_outlined.cljs
│ │ ├── phone_iphone_rounded.cljs
│ │ ├── phone_iphone_sharp.cljs
│ │ ├── phone_iphone_two_tone.cljs
│ │ ├── phone_locked.cljs
│ │ ├── phone_locked_outlined.cljs
│ │ ├── phone_locked_rounded.cljs
│ │ ├── phone_locked_sharp.cljs
│ │ ├── phone_locked_two_tone.cljs
│ │ ├── phone_missed.cljs
│ │ ├── phone_missed_outlined.cljs
│ │ ├── phone_missed_rounded.cljs
│ │ ├── phone_missed_sharp.cljs
│ │ ├── phone_missed_two_tone.cljs
│ │ ├── phone_outlined.cljs
│ │ ├── phone_paused.cljs
│ │ ├── phone_paused_outlined.cljs
│ │ ├── phone_paused_rounded.cljs
│ │ ├── phone_paused_sharp.cljs
│ │ ├── phone_paused_two_tone.cljs
│ │ ├── phone_rounded.cljs
│ │ ├── phone_sharp.cljs
│ │ ├── phone_two_tone.cljs
│ │ ├── phonelink.cljs
│ │ ├── phonelink_erase.cljs
│ │ ├── phonelink_erase_outlined.cljs
│ │ ├── phonelink_erase_rounded.cljs
│ │ ├── phonelink_erase_sharp.cljs
│ │ ├── phonelink_erase_two_tone.cljs
│ │ ├── phonelink_lock.cljs
│ │ ├── phonelink_lock_outlined.cljs
│ │ ├── phonelink_lock_rounded.cljs
│ │ ├── phonelink_lock_sharp.cljs
│ │ ├── phonelink_lock_two_tone.cljs
│ │ ├── phonelink_off.cljs
│ │ ├── phonelink_off_outlined.cljs
│ │ ├── phonelink_off_rounded.cljs
│ │ ├── phonelink_off_sharp.cljs
│ │ ├── phonelink_off_two_tone.cljs
│ │ ├── phonelink_outlined.cljs
│ │ ├── phonelink_ring.cljs
│ │ ├── phonelink_ring_outlined.cljs
│ │ ├── phonelink_ring_rounded.cljs
│ │ ├── phonelink_ring_sharp.cljs
│ │ ├── phonelink_ring_two_tone.cljs
│ │ ├── phonelink_rounded.cljs
│ │ ├── phonelink_setup.cljs
│ │ ├── phonelink_setup_outlined.cljs
│ │ ├── phonelink_setup_rounded.cljs
│ │ ├── phonelink_setup_sharp.cljs
│ │ ├── phonelink_setup_two_tone.cljs
│ │ ├── phonelink_sharp.cljs
│ │ ├── phonelink_two_tone.cljs
│ │ ├── photo.cljs
│ │ ├── photo_album.cljs
│ │ ├── photo_album_outlined.cljs
│ │ ├── photo_album_rounded.cljs
│ │ ├── photo_album_sharp.cljs
│ │ ├── photo_album_two_tone.cljs
│ │ ├── photo_camera.cljs
│ │ ├── photo_camera_back.cljs
│ │ ├── photo_camera_back_outlined.cljs
│ │ ├── photo_camera_back_rounded.cljs
│ │ ├── photo_camera_back_sharp.cljs
│ │ ├── photo_camera_back_two_tone.cljs
│ │ ├── photo_camera_front.cljs
│ │ ├── photo_camera_front_outlined.cljs
│ │ ├── photo_camera_front_rounded.cljs
│ │ ├── photo_camera_front_sharp.cljs
│ │ ├── photo_camera_front_two_tone.cljs
│ │ ├── photo_camera_outlined.cljs
│ │ ├── photo_camera_rounded.cljs
│ │ ├── photo_camera_sharp.cljs
│ │ ├── photo_camera_two_tone.cljs
│ │ ├── photo_filter.cljs
│ │ ├── photo_filter_outlined.cljs
│ │ ├── photo_filter_rounded.cljs
│ │ ├── photo_filter_sharp.cljs
│ │ ├── photo_filter_two_tone.cljs
│ │ ├── photo_library.cljs
│ │ ├── photo_library_outlined.cljs
│ │ ├── photo_library_rounded.cljs
│ │ ├── photo_library_sharp.cljs
│ │ ├── photo_library_two_tone.cljs
│ │ ├── photo_outlined.cljs
│ │ ├── photo_rounded.cljs
│ │ ├── photo_sharp.cljs
│ │ ├── photo_size_select_actual.cljs
│ │ ├── photo_size_select_actual_outlined.cljs
│ │ ├── photo_size_select_actual_rounded.cljs
│ │ ├── photo_size_select_actual_sharp.cljs
│ │ ├── photo_size_select_actual_two_tone.cljs
│ │ ├── photo_size_select_large.cljs
│ │ ├── photo_size_select_large_outlined.cljs
│ │ ├── photo_size_select_large_rounded.cljs
│ │ ├── photo_size_select_large_sharp.cljs
│ │ ├── photo_size_select_large_two_tone.cljs
│ │ ├── photo_size_select_small.cljs
│ │ ├── photo_size_select_small_outlined.cljs
│ │ ├── photo_size_select_small_rounded.cljs
│ │ ├── photo_size_select_small_sharp.cljs
│ │ ├── photo_size_select_small_two_tone.cljs
│ │ ├── photo_two_tone.cljs
│ │ ├── php.cljs
│ │ ├── php_outlined.cljs
│ │ ├── php_rounded.cljs
│ │ ├── php_sharp.cljs
│ │ ├── php_two_tone.cljs
│ │ ├── piano.cljs
│ │ ├── piano_off.cljs
│ │ ├── piano_off_outlined.cljs
│ │ ├── piano_off_rounded.cljs
│ │ ├── piano_off_sharp.cljs
│ │ ├── piano_off_two_tone.cljs
│ │ ├── piano_outlined.cljs
│ │ ├── piano_rounded.cljs
│ │ ├── piano_sharp.cljs
│ │ ├── piano_two_tone.cljs
│ │ ├── picture_as_pdf.cljs
│ │ ├── picture_as_pdf_outlined.cljs
│ │ ├── picture_as_pdf_rounded.cljs
│ │ ├── picture_as_pdf_sharp.cljs
│ │ ├── picture_as_pdf_two_tone.cljs
│ │ ├── picture_in_picture.cljs
│ │ ├── picture_in_picture_alt.cljs
│ │ ├── picture_in_picture_alt_outlined.cljs
│ │ ├── picture_in_picture_alt_rounded.cljs
│ │ ├── picture_in_picture_alt_sharp.cljs
│ │ ├── picture_in_picture_alt_two_tone.cljs
│ │ ├── picture_in_picture_outlined.cljs
│ │ ├── picture_in_picture_rounded.cljs
│ │ ├── picture_in_picture_sharp.cljs
│ │ ├── picture_in_picture_two_tone.cljs
│ │ ├── pie_chart.cljs
│ │ ├── pie_chart_outline.cljs
│ │ ├── pie_chart_outline_outlined.cljs
│ │ ├── pie_chart_outline_rounded.cljs
│ │ ├── pie_chart_outline_sharp.cljs
│ │ ├── pie_chart_outline_two_tone.cljs
│ │ ├── pie_chart_outlined.cljs
│ │ ├── pie_chart_rounded.cljs
│ │ ├── pie_chart_sharp.cljs
│ │ ├── pie_chart_two_tone.cljs
│ │ ├── pin.cljs
│ │ ├── pin_drop.cljs
│ │ ├── pin_drop_outlined.cljs
│ │ ├── pin_drop_rounded.cljs
│ │ ├── pin_drop_sharp.cljs
│ │ ├── pin_drop_two_tone.cljs
│ │ ├── pin_outlined.cljs
│ │ ├── pin_rounded.cljs
│ │ ├── pin_sharp.cljs
│ │ ├── pin_two_tone.cljs
│ │ ├── pinch.cljs
│ │ ├── pinch_outlined.cljs
│ │ ├── pinch_rounded.cljs
│ │ ├── pinch_sharp.cljs
│ │ ├── pinch_two_tone.cljs
│ │ ├── pinterest.cljs
│ │ ├── pivot_table_chart.cljs
│ │ ├── pivot_table_chart_outlined.cljs
│ │ ├── pivot_table_chart_rounded.cljs
│ │ ├── pivot_table_chart_sharp.cljs
│ │ ├── pivot_table_chart_two_tone.cljs
│ │ ├── pix.cljs
│ │ ├── pix_outlined.cljs
│ │ ├── pix_rounded.cljs
│ │ ├── pix_sharp.cljs
│ │ ├── pix_two_tone.cljs
│ │ ├── place.cljs
│ │ ├── place_outlined.cljs
│ │ ├── place_rounded.cljs
│ │ ├── place_sharp.cljs
│ │ ├── place_two_tone.cljs
│ │ ├── plagiarism.cljs
│ │ ├── plagiarism_outlined.cljs
│ │ ├── plagiarism_rounded.cljs
│ │ ├── plagiarism_sharp.cljs
│ │ ├── plagiarism_two_tone.cljs
│ │ ├── play_arrow.cljs
│ │ ├── play_arrow_outlined.cljs
│ │ ├── play_arrow_rounded.cljs
│ │ ├── play_arrow_sharp.cljs
│ │ ├── play_arrow_two_tone.cljs
│ │ ├── play_circle.cljs
│ │ ├── play_circle_filled.cljs
│ │ ├── play_circle_filled_outlined.cljs
│ │ ├── play_circle_filled_rounded.cljs
│ │ ├── play_circle_filled_sharp.cljs
│ │ ├── play_circle_filled_two_tone.cljs
│ │ ├── play_circle_filled_white.cljs
│ │ ├── play_circle_filled_white_outlined.cljs
│ │ ├── play_circle_filled_white_rounded.cljs
│ │ ├── play_circle_filled_white_sharp.cljs
│ │ ├── play_circle_filled_white_two_tone.cljs
│ │ ├── play_circle_outline.cljs
│ │ ├── play_circle_outline_outlined.cljs
│ │ ├── play_circle_outline_rounded.cljs
│ │ ├── play_circle_outline_sharp.cljs
│ │ ├── play_circle_outline_two_tone.cljs
│ │ ├── play_circle_outlined.cljs
│ │ ├── play_circle_rounded.cljs
│ │ ├── play_circle_sharp.cljs
│ │ ├── play_circle_two_tone.cljs
│ │ ├── play_disabled.cljs
│ │ ├── play_disabled_outlined.cljs
│ │ ├── play_disabled_rounded.cljs
│ │ ├── play_disabled_sharp.cljs
│ │ ├── play_disabled_two_tone.cljs
│ │ ├── play_for_work.cljs
│ │ ├── play_for_work_outlined.cljs
│ │ ├── play_for_work_rounded.cljs
│ │ ├── play_for_work_sharp.cljs
│ │ ├── play_for_work_two_tone.cljs
│ │ ├── play_lesson.cljs
│ │ ├── play_lesson_outlined.cljs
│ │ ├── play_lesson_rounded.cljs
│ │ ├── play_lesson_sharp.cljs
│ │ ├── play_lesson_two_tone.cljs
│ │ ├── playlist_add.cljs
│ │ ├── playlist_add_check.cljs
│ │ ├── playlist_add_check_circle.cljs
│ │ ├── playlist_add_check_circle_outlined.cljs
│ │ ├── playlist_add_check_circle_rounded.cljs
│ │ ├── playlist_add_check_circle_sharp.cljs
│ │ ├── playlist_add_check_circle_two_tone.cljs
│ │ ├── playlist_add_check_outlined.cljs
│ │ ├── playlist_add_check_rounded.cljs
│ │ ├── playlist_add_check_sharp.cljs
│ │ ├── playlist_add_check_two_tone.cljs
│ │ ├── playlist_add_circle.cljs
│ │ ├── playlist_add_circle_outlined.cljs
│ │ ├── playlist_add_circle_rounded.cljs
│ │ ├── playlist_add_circle_sharp.cljs
│ │ ├── playlist_add_circle_two_tone.cljs
│ │ ├── playlist_add_outlined.cljs
│ │ ├── playlist_add_rounded.cljs
│ │ ├── playlist_add_sharp.cljs
│ │ ├── playlist_add_two_tone.cljs
│ │ ├── playlist_play.cljs
│ │ ├── playlist_play_outlined.cljs
│ │ ├── playlist_play_rounded.cljs
│ │ ├── playlist_play_sharp.cljs
│ │ ├── playlist_play_two_tone.cljs
│ │ ├── playlist_remove.cljs
│ │ ├── playlist_remove_outlined.cljs
│ │ ├── playlist_remove_rounded.cljs
│ │ ├── playlist_remove_sharp.cljs
│ │ ├── playlist_remove_two_tone.cljs
│ │ ├── plumbing.cljs
│ │ ├── plumbing_outlined.cljs
│ │ ├── plumbing_rounded.cljs
│ │ ├── plumbing_sharp.cljs
│ │ ├── plumbing_two_tone.cljs
│ │ ├── plus_one.cljs
│ │ ├── plus_one_outlined.cljs
│ │ ├── plus_one_rounded.cljs
│ │ ├── plus_one_sharp.cljs
│ │ ├── plus_one_two_tone.cljs
│ │ ├── podcasts.cljs
│ │ ├── podcasts_outlined.cljs
│ │ ├── podcasts_rounded.cljs
│ │ ├── podcasts_sharp.cljs
│ │ ├── podcasts_two_tone.cljs
│ │ ├── point_of_sale.cljs
│ │ ├── point_of_sale_outlined.cljs
│ │ ├── point_of_sale_rounded.cljs
│ │ ├── point_of_sale_sharp.cljs
│ │ ├── point_of_sale_two_tone.cljs
│ │ ├── policy.cljs
│ │ ├── policy_outlined.cljs
│ │ ├── policy_rounded.cljs
│ │ ├── policy_sharp.cljs
│ │ ├── policy_two_tone.cljs
│ │ ├── poll.cljs
│ │ ├── poll_outlined.cljs
│ │ ├── poll_rounded.cljs
│ │ ├── poll_sharp.cljs
│ │ ├── poll_two_tone.cljs
│ │ ├── polyline.cljs
│ │ ├── polyline_outlined.cljs
│ │ ├── polyline_rounded.cljs
│ │ ├── polyline_sharp.cljs
│ │ ├── polyline_two_tone.cljs
│ │ ├── pool.cljs
│ │ ├── pool_outlined.cljs
│ │ ├── pool_rounded.cljs
│ │ ├── pool_sharp.cljs
│ │ ├── pool_two_tone.cljs
│ │ ├── portable_wifi_off.cljs
│ │ ├── portable_wifi_off_outlined.cljs
│ │ ├── portable_wifi_off_rounded.cljs
│ │ ├── portable_wifi_off_sharp.cljs
│ │ ├── portable_wifi_off_two_tone.cljs
│ │ ├── portrait.cljs
│ │ ├── portrait_outlined.cljs
│ │ ├── portrait_rounded.cljs
│ │ ├── portrait_sharp.cljs
│ │ ├── portrait_two_tone.cljs
│ │ ├── post_add.cljs
│ │ ├── post_add_outlined.cljs
│ │ ├── post_add_rounded.cljs
│ │ ├── post_add_sharp.cljs
│ │ ├── post_add_two_tone.cljs
│ │ ├── power.cljs
│ │ ├── power_input.cljs
│ │ ├── power_input_outlined.cljs
│ │ ├── power_input_rounded.cljs
│ │ ├── power_input_sharp.cljs
│ │ ├── power_input_two_tone.cljs
│ │ ├── power_off.cljs
│ │ ├── power_off_outlined.cljs
│ │ ├── power_off_rounded.cljs
│ │ ├── power_off_sharp.cljs
│ │ ├── power_off_two_tone.cljs
│ │ ├── power_outlined.cljs
│ │ ├── power_rounded.cljs
│ │ ├── power_settings_new.cljs
│ │ ├── power_settings_new_outlined.cljs
│ │ ├── power_settings_new_rounded.cljs
│ │ ├── power_settings_new_sharp.cljs
│ │ ├── power_settings_new_two_tone.cljs
│ │ ├── power_sharp.cljs
│ │ ├── power_two_tone.cljs
│ │ ├── precision_manufacturing.cljs
│ │ ├── precision_manufacturing_outlined.cljs
│ │ ├── precision_manufacturing_rounded.cljs
│ │ ├── precision_manufacturing_sharp.cljs
│ │ ├── precision_manufacturing_two_tone.cljs
│ │ ├── pregnant_woman.cljs
│ │ ├── pregnant_woman_outlined.cljs
│ │ ├── pregnant_woman_rounded.cljs
│ │ ├── pregnant_woman_sharp.cljs
│ │ ├── pregnant_woman_two_tone.cljs
│ │ ├── present_to_all.cljs
│ │ ├── present_to_all_outlined.cljs
│ │ ├── present_to_all_rounded.cljs
│ │ ├── present_to_all_sharp.cljs
│ │ ├── present_to_all_two_tone.cljs
│ │ ├── preview.cljs
│ │ ├── preview_outlined.cljs
│ │ ├── preview_rounded.cljs
│ │ ├── preview_sharp.cljs
│ │ ├── preview_two_tone.cljs
│ │ ├── price_change.cljs
│ │ ├── price_change_outlined.cljs
│ │ ├── price_change_rounded.cljs
│ │ ├── price_change_sharp.cljs
│ │ ├── price_change_two_tone.cljs
│ │ ├── price_check.cljs
│ │ ├── price_check_outlined.cljs
│ │ ├── price_check_rounded.cljs
│ │ ├── price_check_sharp.cljs
│ │ ├── price_check_two_tone.cljs
│ │ ├── print.cljs
│ │ ├── print_disabled.cljs
│ │ ├── print_disabled_outlined.cljs
│ │ ├── print_disabled_rounded.cljs
│ │ ├── print_disabled_sharp.cljs
│ │ ├── print_disabled_two_tone.cljs
│ │ ├── print_outlined.cljs
│ │ ├── print_rounded.cljs
│ │ ├── print_sharp.cljs
│ │ ├── print_two_tone.cljs
│ │ ├── priority_high.cljs
│ │ ├── priority_high_outlined.cljs
│ │ ├── priority_high_rounded.cljs
│ │ ├── priority_high_sharp.cljs
│ │ ├── priority_high_two_tone.cljs
│ │ ├── privacy_tip.cljs
│ │ ├── privacy_tip_outlined.cljs
│ │ ├── privacy_tip_rounded.cljs
│ │ ├── privacy_tip_sharp.cljs
│ │ ├── privacy_tip_two_tone.cljs
│ │ ├── production_quantity_limits.cljs
│ │ ├── production_quantity_limits_outlined.cljs
│ │ ├── production_quantity_limits_rounded.cljs
│ │ ├── production_quantity_limits_sharp.cljs
│ │ ├── production_quantity_limits_two_tone.cljs
│ │ ├── propane.cljs
│ │ ├── propane_outlined.cljs
│ │ ├── propane_rounded.cljs
│ │ ├── propane_sharp.cljs
│ │ ├── propane_tank.cljs
│ │ ├── propane_tank_outlined.cljs
│ │ ├── propane_tank_rounded.cljs
│ │ ├── propane_tank_sharp.cljs
│ │ ├── propane_tank_two_tone.cljs
│ │ ├── propane_two_tone.cljs
│ │ ├── psychology.cljs
│ │ ├── psychology_alt.cljs
│ │ ├── psychology_alt_outlined.cljs
│ │ ├── psychology_alt_rounded.cljs
│ │ ├── psychology_alt_sharp.cljs
│ │ ├── psychology_alt_two_tone.cljs
│ │ ├── psychology_outlined.cljs
│ │ ├── psychology_rounded.cljs
│ │ ├── psychology_sharp.cljs
│ │ ├── psychology_two_tone.cljs
│ │ ├── public.cljs
│ │ ├── public_off.cljs
│ │ ├── public_off_outlined.cljs
│ │ ├── public_off_rounded.cljs
│ │ ├── public_off_sharp.cljs
│ │ ├── public_off_two_tone.cljs
│ │ ├── public_outlined.cljs
│ │ ├── public_rounded.cljs
│ │ ├── public_sharp.cljs
│ │ ├── public_two_tone.cljs
│ │ ├── publish.cljs
│ │ ├── publish_outlined.cljs
│ │ ├── publish_rounded.cljs
│ │ ├── publish_sharp.cljs
│ │ ├── publish_two_tone.cljs
│ │ ├── published_with_changes.cljs
│ │ ├── published_with_changes_outlined.cljs
│ │ ├── published_with_changes_rounded.cljs
│ │ ├── published_with_changes_sharp.cljs
│ │ ├── published_with_changes_two_tone.cljs
│ │ ├── punch_clock.cljs
│ │ ├── punch_clock_outlined.cljs
│ │ ├── punch_clock_rounded.cljs
│ │ ├── punch_clock_sharp.cljs
│ │ ├── punch_clock_two_tone.cljs
│ │ ├── push_pin.cljs
│ │ ├── push_pin_outlined.cljs
│ │ ├── push_pin_rounded.cljs
│ │ ├── push_pin_sharp.cljs
│ │ ├── push_pin_two_tone.cljs
│ │ ├── qr_code.cljs
│ │ ├── qr_code_2.cljs
│ │ ├── qr_code_2_outlined.cljs
│ │ ├── qr_code_2_rounded.cljs
│ │ ├── qr_code_2_sharp.cljs
│ │ ├── qr_code_2_two_tone.cljs
│ │ ├── qr_code_outlined.cljs
│ │ ├── qr_code_rounded.cljs
│ │ ├── qr_code_scanner.cljs
│ │ ├── qr_code_scanner_outlined.cljs
│ │ ├── qr_code_scanner_rounded.cljs
│ │ ├── qr_code_scanner_sharp.cljs
│ │ ├── qr_code_scanner_two_tone.cljs
│ │ ├── qr_code_sharp.cljs
│ │ ├── qr_code_two_tone.cljs
│ │ ├── query_builder.cljs
│ │ ├── query_builder_outlined.cljs
│ │ ├── query_builder_rounded.cljs
│ │ ├── query_builder_sharp.cljs
│ │ ├── query_builder_two_tone.cljs
│ │ ├── query_stats.cljs
│ │ ├── query_stats_outlined.cljs
│ │ ├── query_stats_rounded.cljs
│ │ ├── query_stats_sharp.cljs
│ │ ├── query_stats_two_tone.cljs
│ │ ├── question_answer.cljs
│ │ ├── question_answer_outlined.cljs
│ │ ├── question_answer_rounded.cljs
│ │ ├── question_answer_sharp.cljs
│ │ ├── question_answer_two_tone.cljs
│ │ ├── question_mark.cljs
│ │ ├── question_mark_outlined.cljs
│ │ ├── question_mark_rounded.cljs
│ │ ├── question_mark_sharp.cljs
│ │ ├── question_mark_two_tone.cljs
│ │ ├── queue.cljs
│ │ ├── queue_music.cljs
│ │ ├── queue_music_outlined.cljs
│ │ ├── queue_music_rounded.cljs
│ │ ├── queue_music_sharp.cljs
│ │ ├── queue_music_two_tone.cljs
│ │ ├── queue_outlined.cljs
│ │ ├── queue_play_next.cljs
│ │ ├── queue_play_next_outlined.cljs
│ │ ├── queue_play_next_rounded.cljs
│ │ ├── queue_play_next_sharp.cljs
│ │ ├── queue_play_next_two_tone.cljs
│ │ ├── queue_rounded.cljs
│ │ ├── queue_sharp.cljs
│ │ ├── queue_two_tone.cljs
│ │ ├── quickreply.cljs
│ │ ├── quickreply_outlined.cljs
│ │ ├── quickreply_rounded.cljs
│ │ ├── quickreply_sharp.cljs
│ │ ├── quickreply_two_tone.cljs
│ │ ├── quiz.cljs
│ │ ├── quiz_outlined.cljs
│ │ ├── quiz_rounded.cljs
│ │ ├── quiz_sharp.cljs
│ │ ├── quiz_two_tone.cljs
│ │ ├── r_mobiledata.cljs
│ │ ├── r_mobiledata_outlined.cljs
│ │ ├── r_mobiledata_rounded.cljs
│ │ ├── r_mobiledata_sharp.cljs
│ │ ├── r_mobiledata_two_tone.cljs
│ │ ├── radar.cljs
│ │ ├── radar_outlined.cljs
│ │ ├── radar_rounded.cljs
│ │ ├── radar_sharp.cljs
│ │ ├── radar_two_tone.cljs
│ │ ├── radio.cljs
│ │ ├── radio_button_checked.cljs
│ │ ├── radio_button_checked_outlined.cljs
│ │ ├── radio_button_checked_rounded.cljs
│ │ ├── radio_button_checked_sharp.cljs
│ │ ├── radio_button_checked_two_tone.cljs
│ │ ├── radio_button_unchecked.cljs
│ │ ├── radio_button_unchecked_outlined.cljs
│ │ ├── radio_button_unchecked_rounded.cljs
│ │ ├── radio_button_unchecked_sharp.cljs
│ │ ├── radio_button_unchecked_two_tone.cljs
│ │ ├── radio_outlined.cljs
│ │ ├── radio_rounded.cljs
│ │ ├── radio_sharp.cljs
│ │ ├── radio_two_tone.cljs
│ │ ├── railway_alert.cljs
│ │ ├── railway_alert_outlined.cljs
│ │ ├── railway_alert_rounded.cljs
│ │ ├── railway_alert_sharp.cljs
│ │ ├── railway_alert_two_tone.cljs
│ │ ├── ramen_dining.cljs
│ │ ├── ramen_dining_outlined.cljs
│ │ ├── ramen_dining_rounded.cljs
│ │ ├── ramen_dining_sharp.cljs
│ │ ├── ramen_dining_two_tone.cljs
│ │ ├── ramp_left.cljs
│ │ ├── ramp_left_outlined.cljs
│ │ ├── ramp_left_rounded.cljs
│ │ ├── ramp_left_sharp.cljs
│ │ ├── ramp_left_two_tone.cljs
│ │ ├── ramp_right.cljs
│ │ ├── ramp_right_outlined.cljs
│ │ ├── ramp_right_rounded.cljs
│ │ ├── ramp_right_sharp.cljs
│ │ ├── ramp_right_two_tone.cljs
│ │ ├── rate_review.cljs
│ │ ├── rate_review_outlined.cljs
│ │ ├── rate_review_rounded.cljs
│ │ ├── rate_review_sharp.cljs
│ │ ├── rate_review_two_tone.cljs
│ │ ├── raw_off.cljs
│ │ ├── raw_off_outlined.cljs
│ │ ├── raw_off_rounded.cljs
│ │ ├── raw_off_sharp.cljs
│ │ ├── raw_off_two_tone.cljs
│ │ ├── raw_on.cljs
│ │ ├── raw_on_outlined.cljs
│ │ ├── raw_on_rounded.cljs
│ │ ├── raw_on_sharp.cljs
│ │ ├── raw_on_two_tone.cljs
│ │ ├── read_more.cljs
│ │ ├── read_more_outlined.cljs
│ │ ├── read_more_rounded.cljs
│ │ ├── read_more_sharp.cljs
│ │ ├── read_more_two_tone.cljs
│ │ ├── receipt.cljs
│ │ ├── receipt_long.cljs
│ │ ├── receipt_long_outlined.cljs
│ │ ├── receipt_long_rounded.cljs
│ │ ├── receipt_long_sharp.cljs
│ │ ├── receipt_long_two_tone.cljs
│ │ ├── receipt_outlined.cljs
│ │ ├── receipt_rounded.cljs
│ │ ├── receipt_sharp.cljs
│ │ ├── receipt_two_tone.cljs
│ │ ├── recent_actors.cljs
│ │ ├── recent_actors_outlined.cljs
│ │ ├── recent_actors_rounded.cljs
│ │ ├── recent_actors_sharp.cljs
│ │ ├── recent_actors_two_tone.cljs
│ │ ├── recommend.cljs
│ │ ├── recommend_outlined.cljs
│ │ ├── recommend_rounded.cljs
│ │ ├── recommend_sharp.cljs
│ │ ├── recommend_two_tone.cljs
│ │ ├── record_voice_over.cljs
│ │ ├── record_voice_over_outlined.cljs
│ │ ├── record_voice_over_rounded.cljs
│ │ ├── record_voice_over_sharp.cljs
│ │ ├── record_voice_over_two_tone.cljs
│ │ ├── rectangle.cljs
│ │ ├── rectangle_outlined.cljs
│ │ ├── rectangle_rounded.cljs
│ │ ├── rectangle_sharp.cljs
│ │ ├── rectangle_two_tone.cljs
│ │ ├── reddit.cljs
│ │ ├── redeem.cljs
│ │ ├── redeem_outlined.cljs
│ │ ├── redeem_rounded.cljs
│ │ ├── redeem_sharp.cljs
│ │ ├── redeem_two_tone.cljs
│ │ ├── redo.cljs
│ │ ├── redo_outlined.cljs
│ │ ├── redo_rounded.cljs
│ │ ├── redo_sharp.cljs
│ │ ├── redo_two_tone.cljs
│ │ ├── reduce_capacity.cljs
│ │ ├── reduce_capacity_outlined.cljs
│ │ ├── reduce_capacity_rounded.cljs
│ │ ├── reduce_capacity_sharp.cljs
│ │ ├── reduce_capacity_two_tone.cljs
│ │ ├── refresh.cljs
│ │ ├── refresh_outlined.cljs
│ │ ├── refresh_rounded.cljs
│ │ ├── refresh_sharp.cljs
│ │ ├── refresh_two_tone.cljs
│ │ ├── remember_me.cljs
│ │ ├── remember_me_outlined.cljs
│ │ ├── remember_me_rounded.cljs
│ │ ├── remember_me_sharp.cljs
│ │ ├── remember_me_two_tone.cljs
│ │ ├── remove.cljs
│ │ ├── remove_circle.cljs
│ │ ├── remove_circle_outline.cljs
│ │ ├── remove_circle_outline_outlined.cljs
│ │ ├── remove_circle_outline_rounded.cljs
│ │ ├── remove_circle_outline_sharp.cljs
│ │ ├── remove_circle_outline_two_tone.cljs
│ │ ├── remove_circle_outlined.cljs
│ │ ├── remove_circle_rounded.cljs
│ │ ├── remove_circle_sharp.cljs
│ │ ├── remove_circle_two_tone.cljs
│ │ ├── remove_done.cljs
│ │ ├── remove_done_outlined.cljs
│ │ ├── remove_done_rounded.cljs
│ │ ├── remove_done_sharp.cljs
│ │ ├── remove_done_two_tone.cljs
│ │ ├── remove_from_queue.cljs
│ │ ├── remove_from_queue_outlined.cljs
│ │ ├── remove_from_queue_rounded.cljs
│ │ ├── remove_from_queue_sharp.cljs
│ │ ├── remove_from_queue_two_tone.cljs
│ │ ├── remove_moderator.cljs
│ │ ├── remove_moderator_outlined.cljs
│ │ ├── remove_moderator_rounded.cljs
│ │ ├── remove_moderator_sharp.cljs
│ │ ├── remove_moderator_two_tone.cljs
│ │ ├── remove_outlined.cljs
│ │ ├── remove_red_eye.cljs
│ │ ├── remove_red_eye_outlined.cljs
│ │ ├── remove_red_eye_rounded.cljs
│ │ ├── remove_red_eye_sharp.cljs
│ │ ├── remove_red_eye_two_tone.cljs
│ │ ├── remove_road.cljs
│ │ ├── remove_road_outlined.cljs
│ │ ├── remove_road_rounded.cljs
│ │ ├── remove_road_sharp.cljs
│ │ ├── remove_road_two_tone.cljs
│ │ ├── remove_rounded.cljs
│ │ ├── remove_sharp.cljs
│ │ ├── remove_shopping_cart.cljs
│ │ ├── remove_shopping_cart_outlined.cljs
│ │ ├── remove_shopping_cart_rounded.cljs
│ │ ├── remove_shopping_cart_sharp.cljs
│ │ ├── remove_shopping_cart_two_tone.cljs
│ │ ├── remove_two_tone.cljs
│ │ ├── reorder.cljs
│ │ ├── reorder_outlined.cljs
│ │ ├── reorder_rounded.cljs
│ │ ├── reorder_sharp.cljs
│ │ ├── reorder_two_tone.cljs
│ │ ├── repartition.cljs
│ │ ├── repartition_outlined.cljs
│ │ ├── repartition_rounded.cljs
│ │ ├── repartition_sharp.cljs
│ │ ├── repartition_two_tone.cljs
│ │ ├── repeat.cljs
│ │ ├── repeat_on.cljs
│ │ ├── repeat_on_outlined.cljs
│ │ ├── repeat_on_rounded.cljs
│ │ ├── repeat_on_sharp.cljs
│ │ ├── repeat_on_two_tone.cljs
│ │ ├── repeat_one.cljs
│ │ ├── repeat_one_on.cljs
│ │ ├── repeat_one_on_outlined.cljs
│ │ ├── repeat_one_on_rounded.cljs
│ │ ├── repeat_one_on_sharp.cljs
│ │ ├── repeat_one_on_two_tone.cljs
│ │ ├── repeat_one_outlined.cljs
│ │ ├── repeat_one_rounded.cljs
│ │ ├── repeat_one_sharp.cljs
│ │ ├── repeat_one_two_tone.cljs
│ │ ├── repeat_outlined.cljs
│ │ ├── repeat_rounded.cljs
│ │ ├── repeat_sharp.cljs
│ │ ├── repeat_two_tone.cljs
│ │ ├── replay.cljs
│ │ ├── replay_10.cljs
│ │ ├── replay_10_outlined.cljs
│ │ ├── replay_10_rounded.cljs
│ │ ├── replay_10_sharp.cljs
│ │ ├── replay_10_two_tone.cljs
│ │ ├── replay_30.cljs
│ │ ├── replay_30_outlined.cljs
│ │ ├── replay_30_rounded.cljs
│ │ ├── replay_30_sharp.cljs
│ │ ├── replay_30_two_tone.cljs
│ │ ├── replay_5.cljs
│ │ ├── replay_5_outlined.cljs
│ │ ├── replay_5_rounded.cljs
│ │ ├── replay_5_sharp.cljs
│ │ ├── replay_5_two_tone.cljs
│ │ ├── replay_circle_filled.cljs
│ │ ├── replay_circle_filled_outlined.cljs
│ │ ├── replay_circle_filled_rounded.cljs
│ │ ├── replay_circle_filled_sharp.cljs
│ │ ├── replay_circle_filled_two_tone.cljs
│ │ ├── replay_outlined.cljs
│ │ ├── replay_rounded.cljs
│ │ ├── replay_sharp.cljs
│ │ ├── replay_two_tone.cljs
│ │ ├── reply.cljs
│ │ ├── reply_all.cljs
│ │ ├── reply_all_outlined.cljs
│ │ ├── reply_all_rounded.cljs
│ │ ├── reply_all_sharp.cljs
│ │ ├── reply_all_two_tone.cljs
│ │ ├── reply_outlined.cljs
│ │ ├── reply_rounded.cljs
│ │ ├── reply_sharp.cljs
│ │ ├── reply_two_tone.cljs
│ │ ├── report.cljs
│ │ ├── report_gmailerrorred.cljs
│ │ ├── report_gmailerrorred_outlined.cljs
│ │ ├── report_gmailerrorred_rounded.cljs
│ │ ├── report_gmailerrorred_sharp.cljs
│ │ ├── report_gmailerrorred_two_tone.cljs
│ │ ├── report_off.cljs
│ │ ├── report_off_outlined.cljs
│ │ ├── report_off_rounded.cljs
│ │ ├── report_off_sharp.cljs
│ │ ├── report_off_two_tone.cljs
│ │ ├── report_outlined.cljs
│ │ ├── report_problem.cljs
│ │ ├── report_problem_outlined.cljs
│ │ ├── report_problem_rounded.cljs
│ │ ├── report_problem_sharp.cljs
│ │ ├── report_problem_two_tone.cljs
│ │ ├── report_rounded.cljs
│ │ ├── report_sharp.cljs
│ │ ├── report_two_tone.cljs
│ │ ├── request_page.cljs
│ │ ├── request_page_outlined.cljs
│ │ ├── request_page_rounded.cljs
│ │ ├── request_page_sharp.cljs
│ │ ├── request_page_two_tone.cljs
│ │ ├── request_quote.cljs
│ │ ├── request_quote_outlined.cljs
│ │ ├── request_quote_rounded.cljs
│ │ ├── request_quote_sharp.cljs
│ │ ├── request_quote_two_tone.cljs
│ │ ├── reset_tv.cljs
│ │ ├── reset_tv_outlined.cljs
│ │ ├── reset_tv_rounded.cljs
│ │ ├── reset_tv_sharp.cljs
│ │ ├── reset_tv_two_tone.cljs
│ │ ├── restart_alt.cljs
│ │ ├── restart_alt_outlined.cljs
│ │ ├── restart_alt_rounded.cljs
│ │ ├── restart_alt_sharp.cljs
│ │ ├── restart_alt_two_tone.cljs
│ │ ├── restaurant.cljs
│ │ ├── restaurant_menu.cljs
│ │ ├── restaurant_menu_outlined.cljs
│ │ ├── restaurant_menu_rounded.cljs
│ │ ├── restaurant_menu_sharp.cljs
│ │ ├── restaurant_menu_two_tone.cljs
│ │ ├── restaurant_outlined.cljs
│ │ ├── restaurant_rounded.cljs
│ │ ├── restaurant_sharp.cljs
│ │ ├── restaurant_two_tone.cljs
│ │ ├── restore.cljs
│ │ ├── restore_from_trash.cljs
│ │ ├── restore_from_trash_outlined.cljs
│ │ ├── restore_from_trash_rounded.cljs
│ │ ├── restore_from_trash_sharp.cljs
│ │ ├── restore_from_trash_two_tone.cljs
│ │ ├── restore_outlined.cljs
│ │ ├── restore_page.cljs
│ │ ├── restore_page_outlined.cljs
│ │ ├── restore_page_rounded.cljs
│ │ ├── restore_page_sharp.cljs
│ │ ├── restore_page_two_tone.cljs
│ │ ├── restore_rounded.cljs
│ │ ├── restore_sharp.cljs
│ │ ├── restore_two_tone.cljs
│ │ ├── reviews.cljs
│ │ ├── reviews_outlined.cljs
│ │ ├── reviews_rounded.cljs
│ │ ├── reviews_sharp.cljs
│ │ ├── reviews_two_tone.cljs
│ │ ├── rice_bowl.cljs
│ │ ├── rice_bowl_outlined.cljs
│ │ ├── rice_bowl_rounded.cljs
│ │ ├── rice_bowl_sharp.cljs
│ │ ├── rice_bowl_two_tone.cljs
│ │ ├── ring_volume.cljs
│ │ ├── ring_volume_outlined.cljs
│ │ ├── ring_volume_rounded.cljs
│ │ ├── ring_volume_sharp.cljs
│ │ ├── ring_volume_two_tone.cljs
│ │ ├── rocket.cljs
│ │ ├── rocket_launch.cljs
│ │ ├── rocket_launch_outlined.cljs
│ │ ├── rocket_launch_rounded.cljs
│ │ ├── rocket_launch_sharp.cljs
│ │ ├── rocket_launch_two_tone.cljs
│ │ ├── rocket_outlined.cljs
│ │ ├── rocket_rounded.cljs
│ │ ├── rocket_sharp.cljs
│ │ ├── rocket_two_tone.cljs
│ │ ├── roller_shades.cljs
│ │ ├── roller_shades_closed.cljs
│ │ ├── roller_shades_closed_outlined.cljs
│ │ ├── roller_shades_closed_rounded.cljs
│ │ ├── roller_shades_closed_sharp.cljs
│ │ ├── roller_shades_closed_two_tone.cljs
│ │ ├── roller_shades_outlined.cljs
│ │ ├── roller_shades_rounded.cljs
│ │ ├── roller_shades_sharp.cljs
│ │ ├── roller_shades_two_tone.cljs
│ │ ├── roller_skating.cljs
│ │ ├── roller_skating_outlined.cljs
│ │ ├── roller_skating_rounded.cljs
│ │ ├── roller_skating_sharp.cljs
│ │ ├── roller_skating_two_tone.cljs
│ │ ├── roofing.cljs
│ │ ├── roofing_outlined.cljs
│ │ ├── roofing_rounded.cljs
│ │ ├── roofing_sharp.cljs
│ │ ├── roofing_two_tone.cljs
│ │ ├── room.cljs
│ │ ├── room_outlined.cljs
│ │ ├── room_preferences.cljs
│ │ ├── room_preferences_outlined.cljs
│ │ ├── room_preferences_rounded.cljs
│ │ ├── room_preferences_sharp.cljs
│ │ ├── room_preferences_two_tone.cljs
│ │ ├── room_rounded.cljs
│ │ ├── room_service.cljs
│ │ ├── room_service_outlined.cljs
│ │ ├── room_service_rounded.cljs
│ │ ├── room_service_sharp.cljs
│ │ ├── room_service_two_tone.cljs
│ │ ├── room_sharp.cljs
│ │ ├── room_two_tone.cljs
│ │ ├── rotate_90_degrees_ccw.cljs
│ │ ├── rotate_90_degrees_ccw_outlined.cljs
│ │ ├── rotate_90_degrees_ccw_rounded.cljs
│ │ ├── rotate_90_degrees_ccw_sharp.cljs
│ │ ├── rotate_90_degrees_ccw_two_tone.cljs
│ │ ├── rotate_90_degrees_cw.cljs
│ │ ├── rotate_90_degrees_cw_outlined.cljs
│ │ ├── rotate_90_degrees_cw_rounded.cljs
│ │ ├── rotate_90_degrees_cw_sharp.cljs
│ │ ├── rotate_90_degrees_cw_two_tone.cljs
│ │ ├── rotate_left.cljs
│ │ ├── rotate_left_outlined.cljs
│ │ ├── rotate_left_rounded.cljs
│ │ ├── rotate_left_sharp.cljs
│ │ ├── rotate_left_two_tone.cljs
│ │ ├── rotate_right.cljs
│ │ ├── rotate_right_outlined.cljs
│ │ ├── rotate_right_rounded.cljs
│ │ ├── rotate_right_sharp.cljs
│ │ ├── rotate_right_two_tone.cljs
│ │ ├── roundabout_left.cljs
│ │ ├── roundabout_left_outlined.cljs
│ │ ├── roundabout_left_rounded.cljs
│ │ ├── roundabout_left_sharp.cljs
│ │ ├── roundabout_left_two_tone.cljs
│ │ ├── roundabout_right.cljs
│ │ ├── roundabout_right_outlined.cljs
│ │ ├── roundabout_right_rounded.cljs
│ │ ├── roundabout_right_sharp.cljs
│ │ ├── roundabout_right_two_tone.cljs
│ │ ├── rounded_corner.cljs
│ │ ├── rounded_corner_outlined.cljs
│ │ ├── rounded_corner_rounded.cljs
│ │ ├── rounded_corner_sharp.cljs
│ │ ├── rounded_corner_two_tone.cljs
│ │ ├── route.cljs
│ │ ├── route_outlined.cljs
│ │ ├── route_rounded.cljs
│ │ ├── route_sharp.cljs
│ │ ├── route_two_tone.cljs
│ │ ├── router.cljs
│ │ ├── router_outlined.cljs
│ │ ├── router_rounded.cljs
│ │ ├── router_sharp.cljs
│ │ ├── router_two_tone.cljs
│ │ ├── rowing.cljs
│ │ ├── rowing_outlined.cljs
│ │ ├── rowing_rounded.cljs
│ │ ├── rowing_sharp.cljs
│ │ ├── rowing_two_tone.cljs
│ │ ├── rss_feed.cljs
│ │ ├── rss_feed_outlined.cljs
│ │ ├── rss_feed_rounded.cljs
│ │ ├── rss_feed_sharp.cljs
│ │ ├── rss_feed_two_tone.cljs
│ │ ├── rsvp.cljs
│ │ ├── rsvp_outlined.cljs
│ │ ├── rsvp_rounded.cljs
│ │ ├── rsvp_sharp.cljs
│ │ ├── rsvp_two_tone.cljs
│ │ ├── rtt.cljs
│ │ ├── rtt_outlined.cljs
│ │ ├── rtt_rounded.cljs
│ │ ├── rtt_sharp.cljs
│ │ ├── rtt_two_tone.cljs
│ │ ├── rule.cljs
│ │ ├── rule_folder.cljs
│ │ ├── rule_folder_outlined.cljs
│ │ ├── rule_folder_rounded.cljs
│ │ ├── rule_folder_sharp.cljs
│ │ ├── rule_folder_two_tone.cljs
│ │ ├── rule_outlined.cljs
│ │ ├── rule_rounded.cljs
│ │ ├── rule_sharp.cljs
│ │ ├── rule_two_tone.cljs
│ │ ├── run_circle.cljs
│ │ ├── run_circle_outlined.cljs
│ │ ├── run_circle_rounded.cljs
│ │ ├── run_circle_sharp.cljs
│ │ ├── run_circle_two_tone.cljs
│ │ ├── running_with_errors.cljs
│ │ ├── running_with_errors_outlined.cljs
│ │ ├── running_with_errors_rounded.cljs
│ │ ├── running_with_errors_sharp.cljs
│ │ ├── running_with_errors_two_tone.cljs
│ │ ├── rv_hookup.cljs
│ │ ├── rv_hookup_outlined.cljs
│ │ ├── rv_hookup_rounded.cljs
│ │ ├── rv_hookup_sharp.cljs
│ │ ├── rv_hookup_two_tone.cljs
│ │ ├── safety_check.cljs
│ │ ├── safety_check_outlined.cljs
│ │ ├── safety_check_rounded.cljs
│ │ ├── safety_check_sharp.cljs
│ │ ├── safety_check_two_tone.cljs
│ │ ├── safety_divider.cljs
│ │ ├── safety_divider_outlined.cljs
│ │ ├── safety_divider_rounded.cljs
│ │ ├── safety_divider_sharp.cljs
│ │ ├── safety_divider_two_tone.cljs
│ │ ├── sailing.cljs
│ │ ├── sailing_outlined.cljs
│ │ ├── sailing_rounded.cljs
│ │ ├── sailing_sharp.cljs
│ │ ├── sailing_two_tone.cljs
│ │ ├── sanitizer.cljs
│ │ ├── sanitizer_outlined.cljs
│ │ ├── sanitizer_rounded.cljs
│ │ ├── sanitizer_sharp.cljs
│ │ ├── sanitizer_two_tone.cljs
│ │ ├── satellite.cljs
│ │ ├── satellite_alt.cljs
│ │ ├── satellite_alt_outlined.cljs
│ │ ├── satellite_alt_rounded.cljs
│ │ ├── satellite_alt_sharp.cljs
│ │ ├── satellite_alt_two_tone.cljs
│ │ ├── satellite_outlined.cljs
│ │ ├── satellite_rounded.cljs
│ │ ├── satellite_sharp.cljs
│ │ ├── satellite_two_tone.cljs
│ │ ├── save.cljs
│ │ ├── save_alt.cljs
│ │ ├── save_alt_outlined.cljs
│ │ ├── save_alt_rounded.cljs
│ │ ├── save_alt_sharp.cljs
│ │ ├── save_alt_two_tone.cljs
│ │ ├── save_as.cljs
│ │ ├── save_as_outlined.cljs
│ │ ├── save_as_rounded.cljs
│ │ ├── save_as_sharp.cljs
│ │ ├── save_as_two_tone.cljs
│ │ ├── save_outlined.cljs
│ │ ├── save_rounded.cljs
│ │ ├── save_sharp.cljs
│ │ ├── save_two_tone.cljs
│ │ ├── saved_search.cljs
│ │ ├── saved_search_outlined.cljs
│ │ ├── saved_search_rounded.cljs
│ │ ├── saved_search_sharp.cljs
│ │ ├── saved_search_two_tone.cljs
│ │ ├── savings.cljs
│ │ ├── savings_outlined.cljs
│ │ ├── savings_rounded.cljs
│ │ ├── savings_sharp.cljs
│ │ ├── savings_two_tone.cljs
│ │ ├── scale.cljs
│ │ ├── scale_outlined.cljs
│ │ ├── scale_rounded.cljs
│ │ ├── scale_sharp.cljs
│ │ ├── scale_two_tone.cljs
│ │ ├── scanner.cljs
│ │ ├── scanner_outlined.cljs
│ │ ├── scanner_rounded.cljs
│ │ ├── scanner_sharp.cljs
│ │ ├── scanner_two_tone.cljs
│ │ ├── scatter_plot.cljs
│ │ ├── scatter_plot_outlined.cljs
│ │ ├── scatter_plot_rounded.cljs
│ │ ├── scatter_plot_sharp.cljs
│ │ ├── scatter_plot_two_tone.cljs
│ │ ├── schedule.cljs
│ │ ├── schedule_outlined.cljs
│ │ ├── schedule_rounded.cljs
│ │ ├── schedule_send.cljs
│ │ ├── schedule_send_outlined.cljs
│ │ ├── schedule_send_rounded.cljs
│ │ ├── schedule_send_sharp.cljs
│ │ ├── schedule_send_two_tone.cljs
│ │ ├── schedule_sharp.cljs
│ │ ├── schedule_two_tone.cljs
│ │ ├── schema.cljs
│ │ ├── schema_outlined.cljs
│ │ ├── schema_rounded.cljs
│ │ ├── schema_sharp.cljs
│ │ ├── schema_two_tone.cljs
│ │ ├── school.cljs
│ │ ├── school_outlined.cljs
│ │ ├── school_rounded.cljs
│ │ ├── school_sharp.cljs
│ │ ├── school_two_tone.cljs
│ │ ├── science.cljs
│ │ ├── science_outlined.cljs
│ │ ├── science_rounded.cljs
│ │ ├── science_sharp.cljs
│ │ ├── science_two_tone.cljs
│ │ ├── score.cljs
│ │ ├── score_outlined.cljs
│ │ ├── score_rounded.cljs
│ │ ├── score_sharp.cljs
│ │ ├── score_two_tone.cljs
│ │ ├── scoreboard.cljs
│ │ ├── scoreboard_outlined.cljs
│ │ ├── scoreboard_rounded.cljs
│ │ ├── scoreboard_sharp.cljs
│ │ ├── scoreboard_two_tone.cljs
│ │ ├── screen_lock_landscape.cljs
│ │ ├── screen_lock_landscape_outlined.cljs
│ │ ├── screen_lock_landscape_rounded.cljs
│ │ ├── screen_lock_landscape_sharp.cljs
│ │ ├── screen_lock_landscape_two_tone.cljs
│ │ ├── screen_lock_portrait.cljs
│ │ ├── screen_lock_portrait_outlined.cljs
│ │ ├── screen_lock_portrait_rounded.cljs
│ │ ├── screen_lock_portrait_sharp.cljs
│ │ ├── screen_lock_portrait_two_tone.cljs
│ │ ├── screen_lock_rotation.cljs
│ │ ├── screen_lock_rotation_outlined.cljs
│ │ ├── screen_lock_rotation_rounded.cljs
│ │ ├── screen_lock_rotation_sharp.cljs
│ │ ├── screen_lock_rotation_two_tone.cljs
│ │ ├── screen_rotation.cljs
│ │ ├── screen_rotation_alt.cljs
│ │ ├── screen_rotation_alt_outlined.cljs
│ │ ├── screen_rotation_alt_rounded.cljs
│ │ ├── screen_rotation_alt_sharp.cljs
│ │ ├── screen_rotation_alt_two_tone.cljs
│ │ ├── screen_rotation_outlined.cljs
│ │ ├── screen_rotation_rounded.cljs
│ │ ├── screen_rotation_sharp.cljs
│ │ ├── screen_rotation_two_tone.cljs
│ │ ├── screen_search_desktop.cljs
│ │ ├── screen_search_desktop_outlined.cljs
│ │ ├── screen_search_desktop_rounded.cljs
│ │ ├── screen_search_desktop_sharp.cljs
│ │ ├── screen_search_desktop_two_tone.cljs
│ │ ├── screen_share.cljs
│ │ ├── screen_share_outlined.cljs
│ │ ├── screen_share_rounded.cljs
│ │ ├── screen_share_sharp.cljs
│ │ ├── screen_share_two_tone.cljs
│ │ ├── screenshot.cljs
│ │ ├── screenshot_monitor.cljs
│ │ ├── screenshot_monitor_outlined.cljs
│ │ ├── screenshot_monitor_rounded.cljs
│ │ ├── screenshot_monitor_sharp.cljs
│ │ ├── screenshot_monitor_two_tone.cljs
│ │ ├── screenshot_outlined.cljs
│ │ ├── screenshot_rounded.cljs
│ │ ├── screenshot_sharp.cljs
│ │ ├── screenshot_two_tone.cljs
│ │ ├── scuba_diving.cljs
│ │ ├── scuba_diving_outlined.cljs
│ │ ├── scuba_diving_rounded.cljs
│ │ ├── scuba_diving_sharp.cljs
│ │ ├── scuba_diving_two_tone.cljs
│ │ ├── sd.cljs
│ │ ├── sd_card.cljs
│ │ ├── sd_card_alert.cljs
│ │ ├── sd_card_alert_outlined.cljs
│ │ ├── sd_card_alert_rounded.cljs
│ │ ├── sd_card_alert_sharp.cljs
│ │ ├── sd_card_alert_two_tone.cljs
│ │ ├── sd_card_outlined.cljs
│ │ ├── sd_card_rounded.cljs
│ │ ├── sd_card_sharp.cljs
│ │ ├── sd_card_two_tone.cljs
│ │ ├── sd_outlined.cljs
│ │ ├── sd_rounded.cljs
│ │ ├── sd_sharp.cljs
│ │ ├── sd_storage.cljs
│ │ ├── sd_storage_outlined.cljs
│ │ ├── sd_storage_rounded.cljs
│ │ ├── sd_storage_sharp.cljs
│ │ ├── sd_storage_two_tone.cljs
│ │ ├── sd_two_tone.cljs
│ │ ├── search.cljs
│ │ ├── search_off.cljs
│ │ ├── search_off_outlined.cljs
│ │ ├── search_off_rounded.cljs
│ │ ├── search_off_sharp.cljs
│ │ ├── search_off_two_tone.cljs
│ │ ├── search_outlined.cljs
│ │ ├── search_rounded.cljs
│ │ ├── search_sharp.cljs
│ │ ├── search_two_tone.cljs
│ │ ├── security.cljs
│ │ ├── security_outlined.cljs
│ │ ├── security_rounded.cljs
│ │ ├── security_sharp.cljs
│ │ ├── security_two_tone.cljs
│ │ ├── security_update.cljs
│ │ ├── security_update_good.cljs
│ │ ├── security_update_good_outlined.cljs
│ │ ├── security_update_good_rounded.cljs
│ │ ├── security_update_good_sharp.cljs
│ │ ├── security_update_good_two_tone.cljs
│ │ ├── security_update_outlined.cljs
│ │ ├── security_update_rounded.cljs
│ │ ├── security_update_sharp.cljs
│ │ ├── security_update_two_tone.cljs
│ │ ├── security_update_warning.cljs
│ │ ├── security_update_warning_outlined.cljs
│ │ ├── security_update_warning_rounded.cljs
│ │ ├── security_update_warning_sharp.cljs
│ │ ├── security_update_warning_two_tone.cljs
│ │ ├── segment.cljs
│ │ ├── segment_outlined.cljs
│ │ ├── segment_rounded.cljs
│ │ ├── segment_sharp.cljs
│ │ ├── segment_two_tone.cljs
│ │ ├── select_all.cljs
│ │ ├── select_all_outlined.cljs
│ │ ├── select_all_rounded.cljs
│ │ ├── select_all_sharp.cljs
│ │ ├── select_all_two_tone.cljs
│ │ ├── self_improvement.cljs
│ │ ├── self_improvement_outlined.cljs
│ │ ├── self_improvement_rounded.cljs
│ │ ├── self_improvement_sharp.cljs
│ │ ├── self_improvement_two_tone.cljs
│ │ ├── sell.cljs
│ │ ├── sell_outlined.cljs
│ │ ├── sell_rounded.cljs
│ │ ├── sell_sharp.cljs
│ │ ├── sell_two_tone.cljs
│ │ ├── send.cljs
│ │ ├── send_and_archive.cljs
│ │ ├── send_and_archive_outlined.cljs
│ │ ├── send_and_archive_rounded.cljs
│ │ ├── send_and_archive_sharp.cljs
│ │ ├── send_and_archive_two_tone.cljs
│ │ ├── send_outlined.cljs
│ │ ├── send_rounded.cljs
│ │ ├── send_sharp.cljs
│ │ ├── send_time_extension.cljs
│ │ ├── send_time_extension_outlined.cljs
│ │ ├── send_time_extension_rounded.cljs
│ │ ├── send_time_extension_sharp.cljs
│ │ ├── send_time_extension_two_tone.cljs
│ │ ├── send_to_mobile.cljs
│ │ ├── send_to_mobile_outlined.cljs
│ │ ├── send_to_mobile_rounded.cljs
│ │ ├── send_to_mobile_sharp.cljs
│ │ ├── send_to_mobile_two_tone.cljs
│ │ ├── send_two_tone.cljs
│ │ ├── sensor_door.cljs
│ │ ├── sensor_door_outlined.cljs
│ │ ├── sensor_door_rounded.cljs
│ │ ├── sensor_door_sharp.cljs
│ │ ├── sensor_door_two_tone.cljs
│ │ ├── sensor_occupied.cljs
│ │ ├── sensor_occupied_outlined.cljs
│ │ ├── sensor_occupied_rounded.cljs
│ │ ├── sensor_occupied_sharp.cljs
│ │ ├── sensor_occupied_two_tone.cljs
│ │ ├── sensor_window.cljs
│ │ ├── sensor_window_outlined.cljs
│ │ ├── sensor_window_rounded.cljs
│ │ ├── sensor_window_sharp.cljs
│ │ ├── sensor_window_two_tone.cljs
│ │ ├── sensors.cljs
│ │ ├── sensors_off.cljs
│ │ ├── sensors_off_outlined.cljs
│ │ ├── sensors_off_rounded.cljs
│ │ ├── sensors_off_sharp.cljs
│ │ ├── sensors_off_two_tone.cljs
│ │ ├── sensors_outlined.cljs
│ │ ├── sensors_rounded.cljs
│ │ ├── sensors_sharp.cljs
│ │ ├── sensors_two_tone.cljs
│ │ ├── sentiment_dissatisfied.cljs
│ │ ├── sentiment_dissatisfied_outlined.cljs
│ │ ├── sentiment_dissatisfied_rounded.cljs
│ │ ├── sentiment_dissatisfied_sharp.cljs
│ │ ├── sentiment_dissatisfied_two_tone.cljs
│ │ ├── sentiment_neutral.cljs
│ │ ├── sentiment_neutral_outlined.cljs
│ │ ├── sentiment_neutral_rounded.cljs
│ │ ├── sentiment_neutral_sharp.cljs
│ │ ├── sentiment_neutral_two_tone.cljs
│ │ ├── sentiment_satisfied.cljs
│ │ ├── sentiment_satisfied_alt.cljs
│ │ ├── sentiment_satisfied_alt_outlined.cljs
│ │ ├── sentiment_satisfied_alt_rounded.cljs
│ │ ├── sentiment_satisfied_alt_sharp.cljs
│ │ ├── sentiment_satisfied_alt_two_tone.cljs
│ │ ├── sentiment_satisfied_outlined.cljs
│ │ ├── sentiment_satisfied_rounded.cljs
│ │ ├── sentiment_satisfied_sharp.cljs
│ │ ├── sentiment_satisfied_two_tone.cljs
│ │ ├── sentiment_very_dissatisfied.cljs
│ │ ├── sentiment_very_dissatisfied_outlined.cljs
│ │ ├── sentiment_very_dissatisfied_rounded.cljs
│ │ ├── sentiment_very_dissatisfied_sharp.cljs
│ │ ├── sentiment_very_dissatisfied_two_tone.cljs
│ │ ├── sentiment_very_satisfied.cljs
│ │ ├── sentiment_very_satisfied_outlined.cljs
│ │ ├── sentiment_very_satisfied_rounded.cljs
│ │ ├── sentiment_very_satisfied_sharp.cljs
│ │ ├── sentiment_very_satisfied_two_tone.cljs
│ │ ├── set_meal.cljs
│ │ ├── set_meal_outlined.cljs
│ │ ├── set_meal_rounded.cljs
│ │ ├── set_meal_sharp.cljs
│ │ ├── set_meal_two_tone.cljs
│ │ ├── settings.cljs
│ │ ├── settings_accessibility.cljs
│ │ ├── settings_accessibility_outlined.cljs
│ │ ├── settings_accessibility_rounded.cljs
│ │ ├── settings_accessibility_sharp.cljs
│ │ ├── settings_accessibility_two_tone.cljs
│ │ ├── settings_applications.cljs
│ │ ├── settings_applications_outlined.cljs
│ │ ├── settings_applications_rounded.cljs
│ │ ├── settings_applications_sharp.cljs
│ │ ├── settings_applications_two_tone.cljs
│ │ ├── settings_backup_restore.cljs
│ │ ├── settings_backup_restore_outlined.cljs
│ │ ├── settings_backup_restore_rounded.cljs
│ │ ├── settings_backup_restore_sharp.cljs
│ │ ├── settings_backup_restore_two_tone.cljs
│ │ ├── settings_bluetooth.cljs
│ │ ├── settings_bluetooth_outlined.cljs
│ │ ├── settings_bluetooth_rounded.cljs
│ │ ├── settings_bluetooth_sharp.cljs
│ │ ├── settings_bluetooth_two_tone.cljs
│ │ ├── settings_brightness.cljs
│ │ ├── settings_brightness_outlined.cljs
│ │ ├── settings_brightness_rounded.cljs
│ │ ├── settings_brightness_sharp.cljs
│ │ ├── settings_brightness_two_tone.cljs
│ │ ├── settings_cell.cljs
│ │ ├── settings_cell_outlined.cljs
│ │ ├── settings_cell_rounded.cljs
│ │ ├── settings_cell_sharp.cljs
│ │ ├── settings_cell_two_tone.cljs
│ │ ├── settings_ethernet.cljs
│ │ ├── settings_ethernet_outlined.cljs
│ │ ├── settings_ethernet_rounded.cljs
│ │ ├── settings_ethernet_sharp.cljs
│ │ ├── settings_ethernet_two_tone.cljs
│ │ ├── settings_input_antenna.cljs
│ │ ├── settings_input_antenna_outlined.cljs
│ │ ├── settings_input_antenna_rounded.cljs
│ │ ├── settings_input_antenna_sharp.cljs
│ │ ├── settings_input_antenna_two_tone.cljs
│ │ ├── settings_input_component.cljs
│ │ ├── settings_input_component_outlined.cljs
│ │ ├── settings_input_component_rounded.cljs
│ │ ├── settings_input_component_sharp.cljs
│ │ ├── settings_input_component_two_tone.cljs
│ │ ├── settings_input_composite.cljs
│ │ ├── settings_input_composite_outlined.cljs
│ │ ├── settings_input_composite_rounded.cljs
│ │ ├── settings_input_composite_sharp.cljs
│ │ ├── settings_input_composite_two_tone.cljs
│ │ ├── settings_input_hdmi.cljs
│ │ ├── settings_input_hdmi_outlined.cljs
│ │ ├── settings_input_hdmi_rounded.cljs
│ │ ├── settings_input_hdmi_sharp.cljs
│ │ ├── settings_input_hdmi_two_tone.cljs
│ │ ├── settings_input_svideo.cljs
│ │ ├── settings_input_svideo_outlined.cljs
│ │ ├── settings_input_svideo_rounded.cljs
│ │ ├── settings_input_svideo_sharp.cljs
│ │ ├── settings_input_svideo_two_tone.cljs
│ │ ├── settings_outlined.cljs
│ │ ├── settings_overscan.cljs
│ │ ├── settings_overscan_outlined.cljs
│ │ ├── settings_overscan_rounded.cljs
│ │ ├── settings_overscan_sharp.cljs
│ │ ├── settings_overscan_two_tone.cljs
│ │ ├── settings_phone.cljs
│ │ ├── settings_phone_outlined.cljs
│ │ ├── settings_phone_rounded.cljs
│ │ ├── settings_phone_sharp.cljs
│ │ ├── settings_phone_two_tone.cljs
│ │ ├── settings_power.cljs
│ │ ├── settings_power_outlined.cljs
│ │ ├── settings_power_rounded.cljs
│ │ ├── settings_power_sharp.cljs
│ │ ├── settings_power_two_tone.cljs
│ │ ├── settings_remote.cljs
│ │ ├── settings_remote_outlined.cljs
│ │ ├── settings_remote_rounded.cljs
│ │ ├── settings_remote_sharp.cljs
│ │ ├── settings_remote_two_tone.cljs
│ │ ├── settings_rounded.cljs
│ │ ├── settings_sharp.cljs
│ │ ├── settings_suggest.cljs
│ │ ├── settings_suggest_outlined.cljs
│ │ ├── settings_suggest_rounded.cljs
│ │ ├── settings_suggest_sharp.cljs
│ │ ├── settings_suggest_two_tone.cljs
│ │ ├── settings_system_daydream.cljs
│ │ ├── settings_system_daydream_outlined.cljs
│ │ ├── settings_system_daydream_rounded.cljs
│ │ ├── settings_system_daydream_sharp.cljs
│ │ ├── settings_system_daydream_two_tone.cljs
│ │ ├── settings_two_tone.cljs
│ │ ├── settings_voice.cljs
│ │ ├── settings_voice_outlined.cljs
│ │ ├── settings_voice_rounded.cljs
│ │ ├── settings_voice_sharp.cljs
│ │ ├── settings_voice_two_tone.cljs
│ │ ├── seven_k.cljs
│ │ ├── seven_k_outlined.cljs
│ │ ├── seven_k_plus.cljs
│ │ ├── seven_k_plus_outlined.cljs
│ │ ├── seven_k_plus_rounded.cljs
│ │ ├── seven_k_plus_sharp.cljs
│ │ ├── seven_k_plus_two_tone.cljs
│ │ ├── seven_k_rounded.cljs
│ │ ├── seven_k_sharp.cljs
│ │ ├── seven_k_two_tone.cljs
│ │ ├── seven_mp.cljs
│ │ ├── seven_mp_outlined.cljs
│ │ ├── seven_mp_rounded.cljs
│ │ ├── seven_mp_sharp.cljs
│ │ ├── seven_mp_two_tone.cljs
│ │ ├── seventeen_mp.cljs
│ │ ├── seventeen_mp_outlined.cljs
│ │ ├── seventeen_mp_rounded.cljs
│ │ ├── seventeen_mp_sharp.cljs
│ │ ├── seventeen_mp_two_tone.cljs
│ │ ├── severe_cold.cljs
│ │ ├── severe_cold_outlined.cljs
│ │ ├── severe_cold_rounded.cljs
│ │ ├── severe_cold_sharp.cljs
│ │ ├── severe_cold_two_tone.cljs
│ │ ├── shape_line.cljs
│ │ ├── shape_line_outlined.cljs
│ │ ├── shape_line_rounded.cljs
│ │ ├── shape_line_sharp.cljs
│ │ ├── shape_line_two_tone.cljs
│ │ ├── share.cljs
│ │ ├── share_location.cljs
│ │ ├── share_location_outlined.cljs
│ │ ├── share_location_rounded.cljs
│ │ ├── share_location_sharp.cljs
│ │ ├── share_location_two_tone.cljs
│ │ ├── share_outlined.cljs
│ │ ├── share_rounded.cljs
│ │ ├── share_sharp.cljs
│ │ ├── share_two_tone.cljs
│ │ ├── shield.cljs
│ │ ├── shield_moon.cljs
│ │ ├── shield_moon_outlined.cljs
│ │ ├── shield_moon_rounded.cljs
│ │ ├── shield_moon_sharp.cljs
│ │ ├── shield_moon_two_tone.cljs
│ │ ├── shield_outlined.cljs
│ │ ├── shield_rounded.cljs
│ │ ├── shield_sharp.cljs
│ │ ├── shield_two_tone.cljs
│ │ ├── shop.cljs
│ │ ├── shop_2.cljs
│ │ ├── shop_2_outlined.cljs
│ │ ├── shop_2_rounded.cljs
│ │ ├── shop_2_sharp.cljs
│ │ ├── shop_2_two_tone.cljs
│ │ ├── shop_outlined.cljs
│ │ ├── shop_rounded.cljs
│ │ ├── shop_sharp.cljs
│ │ ├── shop_two.cljs
│ │ ├── shop_two_outlined.cljs
│ │ ├── shop_two_rounded.cljs
│ │ ├── shop_two_sharp.cljs
│ │ ├── shop_two_tone.cljs
│ │ ├── shop_two_two_tone.cljs
│ │ ├── shopping_bag.cljs
│ │ ├── shopping_bag_outlined.cljs
│ │ ├── shopping_bag_rounded.cljs
│ │ ├── shopping_bag_sharp.cljs
│ │ ├── shopping_bag_two_tone.cljs
│ │ ├── shopping_basket.cljs
│ │ ├── shopping_basket_outlined.cljs
│ │ ├── shopping_basket_rounded.cljs
│ │ ├── shopping_basket_sharp.cljs
│ │ ├── shopping_basket_two_tone.cljs
│ │ ├── shopping_cart.cljs
│ │ ├── shopping_cart_checkout.cljs
│ │ ├── shopping_cart_checkout_outlined.cljs
│ │ ├── shopping_cart_checkout_rounded.cljs
│ │ ├── shopping_cart_checkout_sharp.cljs
│ │ ├── shopping_cart_checkout_two_tone.cljs
│ │ ├── shopping_cart_outlined.cljs
│ │ ├── shopping_cart_rounded.cljs
│ │ ├── shopping_cart_sharp.cljs
│ │ ├── shopping_cart_two_tone.cljs
│ │ ├── short_text.cljs
│ │ ├── short_text_outlined.cljs
│ │ ├── short_text_rounded.cljs
│ │ ├── short_text_sharp.cljs
│ │ ├── short_text_two_tone.cljs
│ │ ├── shortcut.cljs
│ │ ├── shortcut_outlined.cljs
│ │ ├── shortcut_rounded.cljs
│ │ ├── shortcut_sharp.cljs
│ │ ├── shortcut_two_tone.cljs
│ │ ├── show_chart.cljs
│ │ ├── show_chart_outlined.cljs
│ │ ├── show_chart_rounded.cljs
│ │ ├── show_chart_sharp.cljs
│ │ ├── show_chart_two_tone.cljs
│ │ ├── shower.cljs
│ │ ├── shower_outlined.cljs
│ │ ├── shower_rounded.cljs
│ │ ├── shower_sharp.cljs
│ │ ├── shower_two_tone.cljs
│ │ ├── shuffle.cljs
│ │ ├── shuffle_on.cljs
│ │ ├── shuffle_on_outlined.cljs
│ │ ├── shuffle_on_rounded.cljs
│ │ ├── shuffle_on_sharp.cljs
│ │ ├── shuffle_on_two_tone.cljs
│ │ ├── shuffle_outlined.cljs
│ │ ├── shuffle_rounded.cljs
│ │ ├── shuffle_sharp.cljs
│ │ ├── shuffle_two_tone.cljs
│ │ ├── shutter_speed.cljs
│ │ ├── shutter_speed_outlined.cljs
│ │ ├── shutter_speed_rounded.cljs
│ │ ├── shutter_speed_sharp.cljs
│ │ ├── shutter_speed_two_tone.cljs
│ │ ├── sick.cljs
│ │ ├── sick_outlined.cljs
│ │ ├── sick_rounded.cljs
│ │ ├── sick_sharp.cljs
│ │ ├── sick_two_tone.cljs
│ │ ├── sign_language.cljs
│ │ ├── sign_language_outlined.cljs
│ │ ├── sign_language_rounded.cljs
│ │ ├── sign_language_sharp.cljs
│ │ ├── sign_language_two_tone.cljs
│ │ ├── signal_cellular_0_bar.cljs
│ │ ├── signal_cellular_0_bar_outlined.cljs
│ │ ├── signal_cellular_0_bar_rounded.cljs
│ │ ├── signal_cellular_0_bar_sharp.cljs
│ │ ├── signal_cellular_0_bar_two_tone.cljs
│ │ ├── signal_cellular_1_bar.cljs
│ │ ├── signal_cellular_1_bar_outlined.cljs
│ │ ├── signal_cellular_1_bar_rounded.cljs
│ │ ├── signal_cellular_1_bar_sharp.cljs
│ │ ├── signal_cellular_1_bar_two_tone.cljs
│ │ ├── signal_cellular_2_bar.cljs
│ │ ├── signal_cellular_2_bar_outlined.cljs
│ │ ├── signal_cellular_2_bar_rounded.cljs
│ │ ├── signal_cellular_2_bar_sharp.cljs
│ │ ├── signal_cellular_2_bar_two_tone.cljs
│ │ ├── signal_cellular_3_bar.cljs
│ │ ├── signal_cellular_3_bar_outlined.cljs
│ │ ├── signal_cellular_3_bar_rounded.cljs
│ │ ├── signal_cellular_3_bar_sharp.cljs
│ │ ├── signal_cellular_3_bar_two_tone.cljs
│ │ ├── signal_cellular_4_bar.cljs
│ │ ├── signal_cellular_4_bar_outlined.cljs
│ │ ├── signal_cellular_4_bar_rounded.cljs
│ │ ├── signal_cellular_4_bar_sharp.cljs
│ │ ├── signal_cellular_4_bar_two_tone.cljs
│ │ ├── signal_cellular_alt.cljs
│ │ ├── signal_cellular_alt_1_bar.cljs
│ │ ├── signal_cellular_alt_1_bar_outlined.cljs
│ │ ├── signal_cellular_alt_1_bar_rounded.cljs
│ │ ├── signal_cellular_alt_1_bar_sharp.cljs
│ │ ├── signal_cellular_alt_1_bar_two_tone.cljs
│ │ ├── signal_cellular_alt_2_bar.cljs
│ │ ├── signal_cellular_alt_2_bar_outlined.cljs
│ │ ├── signal_cellular_alt_2_bar_rounded.cljs
│ │ ├── signal_cellular_alt_2_bar_sharp.cljs
│ │ ├── signal_cellular_alt_2_bar_two_tone.cljs
│ │ ├── signal_cellular_alt_outlined.cljs
│ │ ├── signal_cellular_alt_rounded.cljs
│ │ ├── signal_cellular_alt_sharp.cljs
│ │ ├── signal_cellular_alt_two_tone.cljs
│ │ ├── signal_cellular_connected_no_internet_0_bar.cljs
│ │ ├── signal_cellular_connected_no_internet_0_bar_outlined.cljs
│ │ ├── signal_cellular_connected_no_internet_0_bar_rounded.cljs
│ │ ├── signal_cellular_connected_no_internet_0_bar_sharp.cljs
│ │ ├── signal_cellular_connected_no_internet_0_bar_two_tone.cljs
│ │ ├── signal_cellular_connected_no_internet_1_bar.cljs
│ │ ├── signal_cellular_connected_no_internet_1_bar_outlined.cljs
│ │ ├── signal_cellular_connected_no_internet_1_bar_rounded.cljs
│ │ ├── signal_cellular_connected_no_internet_1_bar_sharp.cljs
│ │ ├── signal_cellular_connected_no_internet_1_bar_two_tone.cljs
│ │ ├── signal_cellular_connected_no_internet_2_bar.cljs
│ │ ├── signal_cellular_connected_no_internet_2_bar_outlined.cljs
│ │ ├── signal_cellular_connected_no_internet_2_bar_rounded.cljs
│ │ ├── signal_cellular_connected_no_internet_2_bar_sharp.cljs
│ │ ├── signal_cellular_connected_no_internet_2_bar_two_tone.cljs
│ │ ├── signal_cellular_connected_no_internet_3_bar.cljs
│ │ ├── signal_cellular_connected_no_internet_3_bar_outlined.cljs
│ │ ├── signal_cellular_connected_no_internet_3_bar_rounded.cljs
│ │ ├── signal_cellular_connected_no_internet_3_bar_sharp.cljs
│ │ ├── signal_cellular_connected_no_internet_3_bar_two_tone.cljs
│ │ ├── signal_cellular_connected_no_internet_4_bar.cljs
│ │ ├── signal_cellular_connected_no_internet_4_bar_outlined.cljs
│ │ ├── signal_cellular_connected_no_internet_4_bar_rounded.cljs
│ │ ├── signal_cellular_connected_no_internet_4_bar_sharp.cljs
│ │ ├── signal_cellular_connected_no_internet_4_bar_two_tone.cljs
│ │ ├── signal_cellular_no_sim.cljs
│ │ ├── signal_cellular_no_sim_outlined.cljs
│ │ ├── signal_cellular_no_sim_rounded.cljs
│ │ ├── signal_cellular_no_sim_sharp.cljs
│ │ ├── signal_cellular_no_sim_two_tone.cljs
│ │ ├── signal_cellular_nodata.cljs
│ │ ├── signal_cellular_nodata_outlined.cljs
│ │ ├── signal_cellular_nodata_rounded.cljs
│ │ ├── signal_cellular_nodata_sharp.cljs
│ │ ├── signal_cellular_nodata_two_tone.cljs
│ │ ├── signal_cellular_null.cljs
│ │ ├── signal_cellular_null_outlined.cljs
│ │ ├── signal_cellular_null_rounded.cljs
│ │ ├── signal_cellular_null_sharp.cljs
│ │ ├── signal_cellular_null_two_tone.cljs
│ │ ├── signal_cellular_off.cljs
│ │ ├── signal_cellular_off_outlined.cljs
│ │ ├── signal_cellular_off_rounded.cljs
│ │ ├── signal_cellular_off_sharp.cljs
│ │ ├── signal_cellular_off_two_tone.cljs
│ │ ├── signal_wifi_0_bar.cljs
│ │ ├── signal_wifi_0_bar_outlined.cljs
│ │ ├── signal_wifi_0_bar_rounded.cljs
│ │ ├── signal_wifi_0_bar_sharp.cljs
│ │ ├── signal_wifi_0_bar_two_tone.cljs
│ │ ├── signal_wifi_1_bar.cljs
│ │ ├── signal_wifi_1_bar_lock.cljs
│ │ ├── signal_wifi_1_bar_lock_outlined.cljs
│ │ ├── signal_wifi_1_bar_lock_rounded.cljs
│ │ ├── signal_wifi_1_bar_lock_sharp.cljs
│ │ ├── signal_wifi_1_bar_lock_two_tone.cljs
│ │ ├── signal_wifi_1_bar_outlined.cljs
│ │ ├── signal_wifi_1_bar_rounded.cljs
│ │ ├── signal_wifi_1_bar_sharp.cljs
│ │ ├── signal_wifi_1_bar_two_tone.cljs
│ │ ├── signal_wifi_2_bar.cljs
│ │ ├── signal_wifi_2_bar_lock.cljs
│ │ ├── signal_wifi_2_bar_lock_outlined.cljs
│ │ ├── signal_wifi_2_bar_lock_rounded.cljs
│ │ ├── signal_wifi_2_bar_lock_sharp.cljs
│ │ ├── signal_wifi_2_bar_lock_two_tone.cljs
│ │ ├── signal_wifi_2_bar_outlined.cljs
│ │ ├── signal_wifi_2_bar_rounded.cljs
│ │ ├── signal_wifi_2_bar_sharp.cljs
│ │ ├── signal_wifi_2_bar_two_tone.cljs
│ │ ├── signal_wifi_3_bar.cljs
│ │ ├── signal_wifi_3_bar_lock.cljs
│ │ ├── signal_wifi_3_bar_lock_outlined.cljs
│ │ ├── signal_wifi_3_bar_lock_rounded.cljs
│ │ ├── signal_wifi_3_bar_lock_sharp.cljs
│ │ ├── signal_wifi_3_bar_lock_two_tone.cljs
│ │ ├── signal_wifi_3_bar_outlined.cljs
│ │ ├── signal_wifi_3_bar_rounded.cljs
│ │ ├── signal_wifi_3_bar_sharp.cljs
│ │ ├── signal_wifi_3_bar_two_tone.cljs
│ │ ├── signal_wifi_4_bar.cljs
│ │ ├── signal_wifi_4_bar_lock.cljs
│ │ ├── signal_wifi_4_bar_lock_outlined.cljs
│ │ ├── signal_wifi_4_bar_lock_rounded.cljs
│ │ ├── signal_wifi_4_bar_lock_sharp.cljs
│ │ ├── signal_wifi_4_bar_lock_two_tone.cljs
│ │ ├── signal_wifi_4_bar_outlined.cljs
│ │ ├── signal_wifi_4_bar_rounded.cljs
│ │ ├── signal_wifi_4_bar_sharp.cljs
│ │ ├── signal_wifi_4_bar_two_tone.cljs
│ │ ├── signal_wifi_bad.cljs
│ │ ├── signal_wifi_bad_outlined.cljs
│ │ ├── signal_wifi_bad_rounded.cljs
│ │ ├── signal_wifi_bad_sharp.cljs
│ │ ├── signal_wifi_bad_two_tone.cljs
│ │ ├── signal_wifi_connected_no_internet_4.cljs
│ │ ├── signal_wifi_connected_no_internet_4_outlined.cljs
│ │ ├── signal_wifi_connected_no_internet_4_rounded.cljs
│ │ ├── signal_wifi_connected_no_internet_4_sharp.cljs
│ │ ├── signal_wifi_connected_no_internet_4_two_tone.cljs
│ │ ├── signal_wifi_off.cljs
│ │ ├── signal_wifi_off_outlined.cljs
│ │ ├── signal_wifi_off_rounded.cljs
│ │ ├── signal_wifi_off_sharp.cljs
│ │ ├── signal_wifi_off_two_tone.cljs
│ │ ├── signal_wifi_statusbar_4_bar.cljs
│ │ ├── signal_wifi_statusbar_4_bar_outlined.cljs
│ │ ├── signal_wifi_statusbar_4_bar_rounded.cljs
│ │ ├── signal_wifi_statusbar_4_bar_sharp.cljs
│ │ ├── signal_wifi_statusbar_4_bar_two_tone.cljs
│ │ ├── signal_wifi_statusbar_connected_no_internet_4.cljs
│ │ ├── signal_wifi_statusbar_connected_no_internet_4_outlined.cljs
│ │ ├── signal_wifi_statusbar_connected_no_internet_4_rounded.cljs
│ │ ├── signal_wifi_statusbar_connected_no_internet_4_sharp.cljs
│ │ ├── signal_wifi_statusbar_connected_no_internet_4_two_tone.cljs
│ │ ├── signal_wifi_statusbar_null.cljs
│ │ ├── signal_wifi_statusbar_null_outlined.cljs
│ │ ├── signal_wifi_statusbar_null_rounded.cljs
│ │ ├── signal_wifi_statusbar_null_sharp.cljs
│ │ ├── signal_wifi_statusbar_null_two_tone.cljs
│ │ ├── signpost.cljs
│ │ ├── signpost_outlined.cljs
│ │ ├── signpost_rounded.cljs
│ │ ├── signpost_sharp.cljs
│ │ ├── signpost_two_tone.cljs
│ │ ├── sim_card.cljs
│ │ ├── sim_card_alert.cljs
│ │ ├── sim_card_alert_outlined.cljs
│ │ ├── sim_card_alert_rounded.cljs
│ │ ├── sim_card_alert_sharp.cljs
│ │ ├── sim_card_alert_two_tone.cljs
│ │ ├── sim_card_download.cljs
│ │ ├── sim_card_download_outlined.cljs
│ │ ├── sim_card_download_rounded.cljs
│ │ ├── sim_card_download_sharp.cljs
│ │ ├── sim_card_download_two_tone.cljs
│ │ ├── sim_card_outlined.cljs
│ │ ├── sim_card_rounded.cljs
│ │ ├── sim_card_sharp.cljs
│ │ ├── sim_card_two_tone.cljs
│ │ ├── single_bed.cljs
│ │ ├── single_bed_outlined.cljs
│ │ ├── single_bed_rounded.cljs
│ │ ├── single_bed_sharp.cljs
│ │ ├── single_bed_two_tone.cljs
│ │ ├── sip.cljs
│ │ ├── sip_outlined.cljs
│ │ ├── sip_rounded.cljs
│ │ ├── sip_sharp.cljs
│ │ ├── sip_two_tone.cljs
│ │ ├── six_k.cljs
│ │ ├── six_k_outlined.cljs
│ │ ├── six_k_plus.cljs
│ │ ├── six_k_plus_outlined.cljs
│ │ ├── six_k_plus_rounded.cljs
│ │ ├── six_k_plus_sharp.cljs
│ │ ├── six_k_plus_two_tone.cljs
│ │ ├── six_k_rounded.cljs
│ │ ├── six_k_sharp.cljs
│ │ ├── six_k_two_tone.cljs
│ │ ├── six_mp.cljs
│ │ ├── six_mp_outlined.cljs
│ │ ├── six_mp_rounded.cljs
│ │ ├── six_mp_sharp.cljs
│ │ ├── six_mp_two_tone.cljs
│ │ ├── sixteen_mp.cljs
│ │ ├── sixteen_mp_outlined.cljs
│ │ ├── sixteen_mp_rounded.cljs
│ │ ├── sixteen_mp_sharp.cljs
│ │ ├── sixteen_mp_two_tone.cljs
│ │ ├── sixty_fps.cljs
│ │ ├── sixty_fps_outlined.cljs
│ │ ├── sixty_fps_rounded.cljs
│ │ ├── sixty_fps_select.cljs
│ │ ├── sixty_fps_select_outlined.cljs
│ │ ├── sixty_fps_select_rounded.cljs
│ │ ├── sixty_fps_select_sharp.cljs
│ │ ├── sixty_fps_select_two_tone.cljs
│ │ ├── sixty_fps_sharp.cljs
│ │ ├── sixty_fps_two_tone.cljs
│ │ ├── skateboarding.cljs
│ │ ├── skateboarding_outlined.cljs
│ │ ├── skateboarding_rounded.cljs
│ │ ├── skateboarding_sharp.cljs
│ │ ├── skateboarding_two_tone.cljs
│ │ ├── skip_next.cljs
│ │ ├── skip_next_outlined.cljs
│ │ ├── skip_next_rounded.cljs
│ │ ├── skip_next_sharp.cljs
│ │ ├── skip_next_two_tone.cljs
│ │ ├── skip_previous.cljs
│ │ ├── skip_previous_outlined.cljs
│ │ ├── skip_previous_rounded.cljs
│ │ ├── skip_previous_sharp.cljs
│ │ ├── skip_previous_two_tone.cljs
│ │ ├── sledding.cljs
│ │ ├── sledding_outlined.cljs
│ │ ├── sledding_rounded.cljs
│ │ ├── sledding_sharp.cljs
│ │ ├── sledding_two_tone.cljs
│ │ ├── slideshow.cljs
│ │ ├── slideshow_outlined.cljs
│ │ ├── slideshow_rounded.cljs
│ │ ├── slideshow_sharp.cljs
│ │ ├── slideshow_two_tone.cljs
│ │ ├── slow_motion_video.cljs
│ │ ├── slow_motion_video_outlined.cljs
│ │ ├── slow_motion_video_rounded.cljs
│ │ ├── slow_motion_video_sharp.cljs
│ │ ├── slow_motion_video_two_tone.cljs
│ │ ├── smart_button.cljs
│ │ ├── smart_button_outlined.cljs
│ │ ├── smart_button_rounded.cljs
│ │ ├── smart_button_sharp.cljs
│ │ ├── smart_button_two_tone.cljs
│ │ ├── smart_display.cljs
│ │ ├── smart_display_outlined.cljs
│ │ ├── smart_display_rounded.cljs
│ │ ├── smart_display_sharp.cljs
│ │ ├── smart_display_two_tone.cljs
│ │ ├── smart_screen.cljs
│ │ ├── smart_screen_outlined.cljs
│ │ ├── smart_screen_rounded.cljs
│ │ ├── smart_screen_sharp.cljs
│ │ ├── smart_screen_two_tone.cljs
│ │ ├── smart_toy.cljs
│ │ ├── smart_toy_outlined.cljs
│ │ ├── smart_toy_rounded.cljs
│ │ ├── smart_toy_sharp.cljs
│ │ ├── smart_toy_two_tone.cljs
│ │ ├── smartphone.cljs
│ │ ├── smartphone_outlined.cljs
│ │ ├── smartphone_rounded.cljs
│ │ ├── smartphone_sharp.cljs
│ │ ├── smartphone_two_tone.cljs
│ │ ├── smoke_free.cljs
│ │ ├── smoke_free_outlined.cljs
│ │ ├── smoke_free_rounded.cljs
│ │ ├── smoke_free_sharp.cljs
│ │ ├── smoke_free_two_tone.cljs
│ │ ├── smoking_rooms.cljs
│ │ ├── smoking_rooms_outlined.cljs
│ │ ├── smoking_rooms_rounded.cljs
│ │ ├── smoking_rooms_sharp.cljs
│ │ ├── smoking_rooms_two_tone.cljs
│ │ ├── sms.cljs
│ │ ├── sms_failed.cljs
│ │ ├── sms_failed_outlined.cljs
│ │ ├── sms_failed_rounded.cljs
│ │ ├── sms_failed_sharp.cljs
│ │ ├── sms_failed_two_tone.cljs
│ │ ├── sms_outlined.cljs
│ │ ├── sms_rounded.cljs
│ │ ├── sms_sharp.cljs
│ │ ├── sms_two_tone.cljs
│ │ ├── snippet_folder.cljs
│ │ ├── snippet_folder_outlined.cljs
│ │ ├── snippet_folder_rounded.cljs
│ │ ├── snippet_folder_sharp.cljs
│ │ ├── snippet_folder_two_tone.cljs
│ │ ├── snooze.cljs
│ │ ├── snooze_outlined.cljs
│ │ ├── snooze_rounded.cljs
│ │ ├── snooze_sharp.cljs
│ │ ├── snooze_two_tone.cljs
│ │ ├── snowboarding.cljs
│ │ ├── snowboarding_outlined.cljs
│ │ ├── snowboarding_rounded.cljs
│ │ ├── snowboarding_sharp.cljs
│ │ ├── snowboarding_two_tone.cljs
│ │ ├── snowmobile.cljs
│ │ ├── snowmobile_outlined.cljs
│ │ ├── snowmobile_rounded.cljs
│ │ ├── snowmobile_sharp.cljs
│ │ ├── snowmobile_two_tone.cljs
│ │ ├── snowshoeing.cljs
│ │ ├── snowshoeing_outlined.cljs
│ │ ├── snowshoeing_rounded.cljs
│ │ ├── snowshoeing_sharp.cljs
│ │ ├── snowshoeing_two_tone.cljs
│ │ ├── soap.cljs
│ │ ├── soap_outlined.cljs
│ │ ├── soap_rounded.cljs
│ │ ├── soap_sharp.cljs
│ │ ├── soap_two_tone.cljs
│ │ ├── social_distance.cljs
│ │ ├── social_distance_outlined.cljs
│ │ ├── social_distance_rounded.cljs
│ │ ├── social_distance_sharp.cljs
│ │ ├── social_distance_two_tone.cljs
│ │ ├── solar_power.cljs
│ │ ├── solar_power_outlined.cljs
│ │ ├── solar_power_rounded.cljs
│ │ ├── solar_power_sharp.cljs
│ │ ├── solar_power_two_tone.cljs
│ │ ├── sort.cljs
│ │ ├── sort_by_alpha.cljs
│ │ ├── sort_by_alpha_outlined.cljs
│ │ ├── sort_by_alpha_rounded.cljs
│ │ ├── sort_by_alpha_sharp.cljs
│ │ ├── sort_by_alpha_two_tone.cljs
│ │ ├── sort_outlined.cljs
│ │ ├── sort_rounded.cljs
│ │ ├── sort_sharp.cljs
│ │ ├── sort_two_tone.cljs
│ │ ├── sos.cljs
│ │ ├── sos_outlined.cljs
│ │ ├── sos_rounded.cljs
│ │ ├── sos_sharp.cljs
│ │ ├── sos_two_tone.cljs
│ │ ├── soup_kitchen.cljs
│ │ ├── soup_kitchen_outlined.cljs
│ │ ├── soup_kitchen_rounded.cljs
│ │ ├── soup_kitchen_sharp.cljs
│ │ ├── soup_kitchen_two_tone.cljs
│ │ ├── source.cljs
│ │ ├── source_outlined.cljs
│ │ ├── source_rounded.cljs
│ │ ├── source_sharp.cljs
│ │ ├── source_two_tone.cljs
│ │ ├── south.cljs
│ │ ├── south_america.cljs
│ │ ├── south_america_outlined.cljs
│ │ ├── south_america_rounded.cljs
│ │ ├── south_america_sharp.cljs
│ │ ├── south_america_two_tone.cljs
│ │ ├── south_east.cljs
│ │ ├── south_east_outlined.cljs
│ │ ├── south_east_rounded.cljs
│ │ ├── south_east_sharp.cljs
│ │ ├── south_east_two_tone.cljs
│ │ ├── south_outlined.cljs
│ │ ├── south_rounded.cljs
│ │ ├── south_sharp.cljs
│ │ ├── south_two_tone.cljs
│ │ ├── south_west.cljs
│ │ ├── south_west_outlined.cljs
│ │ ├── south_west_rounded.cljs
│ │ ├── south_west_sharp.cljs
│ │ ├── south_west_two_tone.cljs
│ │ ├── spa.cljs
│ │ ├── spa_outlined.cljs
│ │ ├── spa_rounded.cljs
│ │ ├── spa_sharp.cljs
│ │ ├── spa_two_tone.cljs
│ │ ├── space_bar.cljs
│ │ ├── space_bar_outlined.cljs
│ │ ├── space_bar_rounded.cljs
│ │ ├── space_bar_sharp.cljs
│ │ ├── space_bar_two_tone.cljs
│ │ ├── spatial_audio.cljs
│ │ ├── spatial_audio_off.cljs
│ │ ├── spatial_audio_off_outlined.cljs
│ │ ├── spatial_audio_off_rounded.cljs
│ │ ├── spatial_audio_off_sharp.cljs
│ │ ├── spatial_audio_off_two_tone.cljs
│ │ ├── spatial_audio_outlined.cljs
│ │ ├── spatial_audio_rounded.cljs
│ │ ├── spatial_audio_sharp.cljs
│ │ ├── spatial_audio_two_tone.cljs
│ │ ├── spatial_tracking.cljs
│ │ ├── spatial_tracking_outlined.cljs
│ │ ├── spatial_tracking_rounded.cljs
│ │ ├── spatial_tracking_sharp.cljs
│ │ ├── spatial_tracking_two_tone.cljs
│ │ ├── speaker.cljs
│ │ ├── speaker_group.cljs
│ │ ├── speaker_group_outlined.cljs
│ │ ├── speaker_group_rounded.cljs
│ │ ├── speaker_group_sharp.cljs
│ │ ├── speaker_group_two_tone.cljs
│ │ ├── speaker_notes.cljs
│ │ ├── speaker_notes_off.cljs
│ │ ├── speaker_notes_off_outlined.cljs
│ │ ├── speaker_notes_off_rounded.cljs
│ │ ├── speaker_notes_off_sharp.cljs
│ │ ├── speaker_notes_off_two_tone.cljs
│ │ ├── speaker_notes_outlined.cljs
│ │ ├── speaker_notes_rounded.cljs
│ │ ├── speaker_notes_sharp.cljs
│ │ ├── speaker_notes_two_tone.cljs
│ │ ├── speaker_outlined.cljs
│ │ ├── speaker_phone.cljs
│ │ ├── speaker_phone_outlined.cljs
│ │ ├── speaker_phone_rounded.cljs
│ │ ├── speaker_phone_sharp.cljs
│ │ ├── speaker_phone_two_tone.cljs
│ │ ├── speaker_rounded.cljs
│ │ ├── speaker_sharp.cljs
│ │ ├── speaker_two_tone.cljs
│ │ ├── speed.cljs
│ │ ├── speed_outlined.cljs
│ │ ├── speed_rounded.cljs
│ │ ├── speed_sharp.cljs
│ │ ├── speed_two_tone.cljs
│ │ ├── spellcheck.cljs
│ │ ├── spellcheck_outlined.cljs
│ │ ├── spellcheck_rounded.cljs
│ │ ├── spellcheck_sharp.cljs
│ │ ├── spellcheck_two_tone.cljs
│ │ ├── splitscreen.cljs
│ │ ├── splitscreen_outlined.cljs
│ │ ├── splitscreen_rounded.cljs
│ │ ├── splitscreen_sharp.cljs
│ │ ├── splitscreen_two_tone.cljs
│ │ ├── spoke.cljs
│ │ ├── spoke_outlined.cljs
│ │ ├── spoke_rounded.cljs
│ │ ├── spoke_sharp.cljs
│ │ ├── spoke_two_tone.cljs
│ │ ├── sports.cljs
│ │ ├── sports_bar.cljs
│ │ ├── sports_bar_outlined.cljs
│ │ ├── sports_bar_rounded.cljs
│ │ ├── sports_bar_sharp.cljs
│ │ ├── sports_bar_two_tone.cljs
│ │ ├── sports_baseball.cljs
│ │ ├── sports_baseball_outlined.cljs
│ │ ├── sports_baseball_rounded.cljs
│ │ ├── sports_baseball_sharp.cljs
│ │ ├── sports_baseball_two_tone.cljs
│ │ ├── sports_basketball.cljs
│ │ ├── sports_basketball_outlined.cljs
│ │ ├── sports_basketball_rounded.cljs
│ │ ├── sports_basketball_sharp.cljs
│ │ ├── sports_basketball_two_tone.cljs
│ │ ├── sports_cricket.cljs
│ │ ├── sports_cricket_outlined.cljs
│ │ ├── sports_cricket_rounded.cljs
│ │ ├── sports_cricket_sharp.cljs
│ │ ├── sports_cricket_two_tone.cljs
│ │ ├── sports_esports.cljs
│ │ ├── sports_esports_outlined.cljs
│ │ ├── sports_esports_rounded.cljs
│ │ ├── sports_esports_sharp.cljs
│ │ ├── sports_esports_two_tone.cljs
│ │ ├── sports_football.cljs
│ │ ├── sports_football_outlined.cljs
│ │ ├── sports_football_rounded.cljs
│ │ ├── sports_football_sharp.cljs
│ │ ├── sports_football_two_tone.cljs
│ │ ├── sports_golf.cljs
│ │ ├── sports_golf_outlined.cljs
│ │ ├── sports_golf_rounded.cljs
│ │ ├── sports_golf_sharp.cljs
│ │ ├── sports_golf_two_tone.cljs
│ │ ├── sports_gymnastics.cljs
│ │ ├── sports_gymnastics_outlined.cljs
│ │ ├── sports_gymnastics_rounded.cljs
│ │ ├── sports_gymnastics_sharp.cljs
│ │ ├── sports_gymnastics_two_tone.cljs
│ │ ├── sports_handball.cljs
│ │ ├── sports_handball_outlined.cljs
│ │ ├── sports_handball_rounded.cljs
│ │ ├── sports_handball_sharp.cljs
│ │ ├── sports_handball_two_tone.cljs
│ │ ├── sports_hockey.cljs
│ │ ├── sports_hockey_outlined.cljs
│ │ ├── sports_hockey_rounded.cljs
│ │ ├── sports_hockey_sharp.cljs
│ │ ├── sports_hockey_two_tone.cljs
│ │ ├── sports_kabaddi.cljs
│ │ ├── sports_kabaddi_outlined.cljs
│ │ ├── sports_kabaddi_rounded.cljs
│ │ ├── sports_kabaddi_sharp.cljs
│ │ ├── sports_kabaddi_two_tone.cljs
│ │ ├── sports_martial_arts.cljs
│ │ ├── sports_martial_arts_outlined.cljs
│ │ ├── sports_martial_arts_rounded.cljs
│ │ ├── sports_martial_arts_sharp.cljs
│ │ ├── sports_martial_arts_two_tone.cljs
│ │ ├── sports_mma.cljs
│ │ ├── sports_mma_outlined.cljs
│ │ ├── sports_mma_rounded.cljs
│ │ ├── sports_mma_sharp.cljs
│ │ ├── sports_mma_two_tone.cljs
│ │ ├── sports_motorsports.cljs
│ │ ├── sports_motorsports_outlined.cljs
│ │ ├── sports_motorsports_rounded.cljs
│ │ ├── sports_motorsports_sharp.cljs
│ │ ├── sports_motorsports_two_tone.cljs
│ │ ├── sports_outlined.cljs
│ │ ├── sports_rounded.cljs
│ │ ├── sports_rugby.cljs
│ │ ├── sports_rugby_outlined.cljs
│ │ ├── sports_rugby_rounded.cljs
│ │ ├── sports_rugby_sharp.cljs
│ │ ├── sports_rugby_two_tone.cljs
│ │ ├── sports_score.cljs
│ │ ├── sports_score_outlined.cljs
│ │ ├── sports_score_rounded.cljs
│ │ ├── sports_score_sharp.cljs
│ │ ├── sports_score_two_tone.cljs
│ │ ├── sports_sharp.cljs
│ │ ├── sports_soccer.cljs
│ │ ├── sports_soccer_outlined.cljs
│ │ ├── sports_soccer_rounded.cljs
│ │ ├── sports_soccer_sharp.cljs
│ │ ├── sports_soccer_two_tone.cljs
│ │ ├── sports_tennis.cljs
│ │ ├── sports_tennis_outlined.cljs
│ │ ├── sports_tennis_rounded.cljs
│ │ ├── sports_tennis_sharp.cljs
│ │ ├── sports_tennis_two_tone.cljs
│ │ ├── sports_two_tone.cljs
│ │ ├── sports_volleyball.cljs
│ │ ├── sports_volleyball_outlined.cljs
│ │ ├── sports_volleyball_rounded.cljs
│ │ ├── sports_volleyball_sharp.cljs
│ │ ├── sports_volleyball_two_tone.cljs
│ │ ├── square.cljs
│ │ ├── square_foot.cljs
│ │ ├── square_foot_outlined.cljs
│ │ ├── square_foot_rounded.cljs
│ │ ├── square_foot_sharp.cljs
│ │ ├── square_foot_two_tone.cljs
│ │ ├── square_outlined.cljs
│ │ ├── square_rounded.cljs
│ │ ├── square_sharp.cljs
│ │ ├── square_two_tone.cljs
│ │ ├── ssid_chart.cljs
│ │ ├── ssid_chart_outlined.cljs
│ │ ├── ssid_chart_rounded.cljs
│ │ ├── ssid_chart_sharp.cljs
│ │ ├── ssid_chart_two_tone.cljs
│ │ ├── stacked_bar_chart.cljs
│ │ ├── stacked_bar_chart_outlined.cljs
│ │ ├── stacked_bar_chart_rounded.cljs
│ │ ├── stacked_bar_chart_sharp.cljs
│ │ ├── stacked_bar_chart_two_tone.cljs
│ │ ├── stacked_line_chart.cljs
│ │ ├── stacked_line_chart_outlined.cljs
│ │ ├── stacked_line_chart_rounded.cljs
│ │ ├── stacked_line_chart_sharp.cljs
│ │ ├── stacked_line_chart_two_tone.cljs
│ │ ├── stadium.cljs
│ │ ├── stadium_outlined.cljs
│ │ ├── stadium_rounded.cljs
│ │ ├── stadium_sharp.cljs
│ │ ├── stadium_two_tone.cljs
│ │ ├── stairs.cljs
│ │ ├── stairs_outlined.cljs
│ │ ├── stairs_rounded.cljs
│ │ ├── stairs_sharp.cljs
│ │ ├── stairs_two_tone.cljs
│ │ ├── star.cljs
│ │ ├── star_border.cljs
│ │ ├── star_border_outlined.cljs
│ │ ├── star_border_purple_500.cljs
│ │ ├── star_border_purple_500_outlined.cljs
│ │ ├── star_border_purple_500_rounded.cljs
│ │ ├── star_border_purple_500_sharp.cljs
│ │ ├── star_border_purple_500_two_tone.cljs
│ │ ├── star_border_rounded.cljs
│ │ ├── star_border_sharp.cljs
│ │ ├── star_border_two_tone.cljs
│ │ ├── star_half.cljs
│ │ ├── star_half_outlined.cljs
│ │ ├── star_half_rounded.cljs
│ │ ├── star_half_sharp.cljs
│ │ ├── star_half_two_tone.cljs
│ │ ├── star_outline.cljs
│ │ ├── star_outline_outlined.cljs
│ │ ├── star_outline_rounded.cljs
│ │ ├── star_outline_sharp.cljs
│ │ ├── star_outline_two_tone.cljs
│ │ ├── star_outlined.cljs
│ │ ├── star_purple_500.cljs
│ │ ├── star_purple_500_outlined.cljs
│ │ ├── star_purple_500_rounded.cljs
│ │ ├── star_purple_500_sharp.cljs
│ │ ├── star_purple_500_two_tone.cljs
│ │ ├── star_rate.cljs
│ │ ├── star_rate_outlined.cljs
│ │ ├── star_rate_rounded.cljs
│ │ ├── star_rate_sharp.cljs
│ │ ├── star_rate_two_tone.cljs
│ │ ├── star_rounded.cljs
│ │ ├── star_sharp.cljs
│ │ ├── star_two_tone.cljs
│ │ ├── stars.cljs
│ │ ├── stars_outlined.cljs
│ │ ├── stars_rounded.cljs
│ │ ├── stars_sharp.cljs
│ │ ├── stars_two_tone.cljs
│ │ ├── start.cljs
│ │ ├── start_outlined.cljs
│ │ ├── start_rounded.cljs
│ │ ├── start_sharp.cljs
│ │ ├── start_two_tone.cljs
│ │ ├── stay_current_landscape.cljs
│ │ ├── stay_current_landscape_outlined.cljs
│ │ ├── stay_current_landscape_rounded.cljs
│ │ ├── stay_current_landscape_sharp.cljs
│ │ ├── stay_current_landscape_two_tone.cljs
│ │ ├── stay_current_portrait.cljs
│ │ ├── stay_current_portrait_outlined.cljs
│ │ ├── stay_current_portrait_rounded.cljs
│ │ ├── stay_current_portrait_sharp.cljs
│ │ ├── stay_current_portrait_two_tone.cljs
│ │ ├── stay_primary_landscape.cljs
│ │ ├── stay_primary_landscape_outlined.cljs
│ │ ├── stay_primary_landscape_rounded.cljs
│ │ ├── stay_primary_landscape_sharp.cljs
│ │ ├── stay_primary_landscape_two_tone.cljs
│ │ ├── stay_primary_portrait.cljs
│ │ ├── stay_primary_portrait_outlined.cljs
│ │ ├── stay_primary_portrait_rounded.cljs
│ │ ├── stay_primary_portrait_sharp.cljs
│ │ ├── stay_primary_portrait_two_tone.cljs
│ │ ├── sticky_note_2.cljs
│ │ ├── sticky_note_2_outlined.cljs
│ │ ├── sticky_note_2_rounded.cljs
│ │ ├── sticky_note_2_sharp.cljs
│ │ ├── sticky_note_2_two_tone.cljs
│ │ ├── stop.cljs
│ │ ├── stop_circle.cljs
│ │ ├── stop_circle_outlined.cljs
│ │ ├── stop_circle_rounded.cljs
│ │ ├── stop_circle_sharp.cljs
│ │ ├── stop_circle_two_tone.cljs
│ │ ├── stop_outlined.cljs
│ │ ├── stop_rounded.cljs
│ │ ├── stop_screen_share.cljs
│ │ ├── stop_screen_share_outlined.cljs
│ │ ├── stop_screen_share_rounded.cljs
│ │ ├── stop_screen_share_sharp.cljs
│ │ ├── stop_screen_share_two_tone.cljs
│ │ ├── stop_sharp.cljs
│ │ ├── stop_two_tone.cljs
│ │ ├── storage.cljs
│ │ ├── storage_outlined.cljs
│ │ ├── storage_rounded.cljs
│ │ ├── storage_sharp.cljs
│ │ ├── storage_two_tone.cljs
│ │ ├── store.cljs
│ │ ├── store_mall_directory.cljs
│ │ ├── store_mall_directory_outlined.cljs
│ │ ├── store_mall_directory_rounded.cljs
│ │ ├── store_mall_directory_sharp.cljs
│ │ ├── store_mall_directory_two_tone.cljs
│ │ ├── store_outlined.cljs
│ │ ├── store_rounded.cljs
│ │ ├── store_sharp.cljs
│ │ ├── store_two_tone.cljs
│ │ ├── storefront.cljs
│ │ ├── storefront_outlined.cljs
│ │ ├── storefront_rounded.cljs
│ │ ├── storefront_sharp.cljs
│ │ ├── storefront_two_tone.cljs
│ │ ├── storm.cljs
│ │ ├── storm_outlined.cljs
│ │ ├── storm_rounded.cljs
│ │ ├── storm_sharp.cljs
│ │ ├── storm_two_tone.cljs
│ │ ├── straight.cljs
│ │ ├── straight_outlined.cljs
│ │ ├── straight_rounded.cljs
│ │ ├── straight_sharp.cljs
│ │ ├── straight_two_tone.cljs
│ │ ├── straighten.cljs
│ │ ├── straighten_outlined.cljs
│ │ ├── straighten_rounded.cljs
│ │ ├── straighten_sharp.cljs
│ │ ├── straighten_two_tone.cljs
│ │ ├── stream.cljs
│ │ ├── stream_outlined.cljs
│ │ ├── stream_rounded.cljs
│ │ ├── stream_sharp.cljs
│ │ ├── stream_two_tone.cljs
│ │ ├── streetview.cljs
│ │ ├── streetview_outlined.cljs
│ │ ├── streetview_rounded.cljs
│ │ ├── streetview_sharp.cljs
│ │ ├── streetview_two_tone.cljs
│ │ ├── strikethrough_s.cljs
│ │ ├── strikethrough_s_outlined.cljs
│ │ ├── strikethrough_s_rounded.cljs
│ │ ├── strikethrough_s_sharp.cljs
│ │ ├── strikethrough_s_two_tone.cljs
│ │ ├── stroller.cljs
│ │ ├── stroller_outlined.cljs
│ │ ├── stroller_rounded.cljs
│ │ ├── stroller_sharp.cljs
│ │ ├── stroller_two_tone.cljs
│ │ ├── style.cljs
│ │ ├── style_outlined.cljs
│ │ ├── style_rounded.cljs
│ │ ├── style_sharp.cljs
│ │ ├── style_two_tone.cljs
│ │ ├── subdirectory_arrow_left.cljs
│ │ ├── subdirectory_arrow_left_outlined.cljs
│ │ ├── subdirectory_arrow_left_rounded.cljs
│ │ ├── subdirectory_arrow_left_sharp.cljs
│ │ ├── subdirectory_arrow_left_two_tone.cljs
│ │ ├── subdirectory_arrow_right.cljs
│ │ ├── subdirectory_arrow_right_outlined.cljs
│ │ ├── subdirectory_arrow_right_rounded.cljs
│ │ ├── subdirectory_arrow_right_sharp.cljs
│ │ ├── subdirectory_arrow_right_two_tone.cljs
│ │ ├── subject.cljs
│ │ ├── subject_outlined.cljs
│ │ ├── subject_rounded.cljs
│ │ ├── subject_sharp.cljs
│ │ ├── subject_two_tone.cljs
│ │ ├── subscript.cljs
│ │ ├── subscript_outlined.cljs
│ │ ├── subscript_rounded.cljs
│ │ ├── subscript_sharp.cljs
│ │ ├── subscript_two_tone.cljs
│ │ ├── subscriptions.cljs
│ │ ├── subscriptions_outlined.cljs
│ │ ├── subscriptions_rounded.cljs
│ │ ├── subscriptions_sharp.cljs
│ │ ├── subscriptions_two_tone.cljs
│ │ ├── subtitles.cljs
│ │ ├── subtitles_off.cljs
│ │ ├── subtitles_off_outlined.cljs
│ │ ├── subtitles_off_rounded.cljs
│ │ ├── subtitles_off_sharp.cljs
│ │ ├── subtitles_off_two_tone.cljs
│ │ ├── subtitles_outlined.cljs
│ │ ├── subtitles_rounded.cljs
│ │ ├── subtitles_sharp.cljs
│ │ ├── subtitles_two_tone.cljs
│ │ ├── subway.cljs
│ │ ├── subway_outlined.cljs
│ │ ├── subway_rounded.cljs
│ │ ├── subway_sharp.cljs
│ │ ├── subway_two_tone.cljs
│ │ ├── summarize.cljs
│ │ ├── summarize_outlined.cljs
│ │ ├── summarize_rounded.cljs
│ │ ├── summarize_sharp.cljs
│ │ ├── summarize_two_tone.cljs
│ │ ├── superscript.cljs
│ │ ├── superscript_outlined.cljs
│ │ ├── superscript_rounded.cljs
│ │ ├── superscript_sharp.cljs
│ │ ├── superscript_two_tone.cljs
│ │ ├── supervised_user_circle.cljs
│ │ ├── supervised_user_circle_outlined.cljs
│ │ ├── supervised_user_circle_rounded.cljs
│ │ ├── supervised_user_circle_sharp.cljs
│ │ ├── supervised_user_circle_two_tone.cljs
│ │ ├── supervisor_account.cljs
│ │ ├── supervisor_account_outlined.cljs
│ │ ├── supervisor_account_rounded.cljs
│ │ ├── supervisor_account_sharp.cljs
│ │ ├── supervisor_account_two_tone.cljs
│ │ ├── support.cljs
│ │ ├── support_agent.cljs
│ │ ├── support_agent_outlined.cljs
│ │ ├── support_agent_rounded.cljs
│ │ ├── support_agent_sharp.cljs
│ │ ├── support_agent_two_tone.cljs
│ │ ├── support_outlined.cljs
│ │ ├── support_rounded.cljs
│ │ ├── support_sharp.cljs
│ │ ├── support_two_tone.cljs
│ │ ├── surfing.cljs
│ │ ├── surfing_outlined.cljs
│ │ ├── surfing_rounded.cljs
│ │ ├── surfing_sharp.cljs
│ │ ├── surfing_two_tone.cljs
│ │ ├── surround_sound.cljs
│ │ ├── surround_sound_outlined.cljs
│ │ ├── surround_sound_rounded.cljs
│ │ ├── surround_sound_sharp.cljs
│ │ ├── surround_sound_two_tone.cljs
│ │ ├── swap_calls.cljs
│ │ ├── swap_calls_outlined.cljs
│ │ ├── swap_calls_rounded.cljs
│ │ ├── swap_calls_sharp.cljs
│ │ ├── swap_calls_two_tone.cljs
│ │ ├── swap_horiz.cljs
│ │ ├── swap_horiz_outlined.cljs
│ │ ├── swap_horiz_rounded.cljs
│ │ ├── swap_horiz_sharp.cljs
│ │ ├── swap_horiz_two_tone.cljs
│ │ ├── swap_horizontal_circle.cljs
│ │ ├── swap_horizontal_circle_outlined.cljs
│ │ ├── swap_horizontal_circle_rounded.cljs
│ │ ├── swap_horizontal_circle_sharp.cljs
│ │ ├── swap_horizontal_circle_two_tone.cljs
│ │ ├── swap_vert.cljs
│ │ ├── swap_vert_outlined.cljs
│ │ ├── swap_vert_rounded.cljs
│ │ ├── swap_vert_sharp.cljs
│ │ ├── swap_vert_two_tone.cljs
│ │ ├── swap_vertical_circle.cljs
│ │ ├── swap_vertical_circle_outlined.cljs
│ │ ├── swap_vertical_circle_rounded.cljs
│ │ ├── swap_vertical_circle_sharp.cljs
│ │ ├── swap_vertical_circle_two_tone.cljs
│ │ ├── swipe.cljs
│ │ ├── swipe_down.cljs
│ │ ├── swipe_down_alt.cljs
│ │ ├── swipe_down_alt_outlined.cljs
│ │ ├── swipe_down_alt_rounded.cljs
│ │ ├── swipe_down_alt_sharp.cljs
│ │ ├── swipe_down_alt_two_tone.cljs
│ │ ├── swipe_down_outlined.cljs
│ │ ├── swipe_down_rounded.cljs
│ │ ├── swipe_down_sharp.cljs
│ │ ├── swipe_down_two_tone.cljs
│ │ ├── swipe_left.cljs
│ │ ├── swipe_left_alt.cljs
│ │ ├── swipe_left_alt_outlined.cljs
│ │ ├── swipe_left_alt_rounded.cljs
│ │ ├── swipe_left_alt_sharp.cljs
│ │ ├── swipe_left_alt_two_tone.cljs
│ │ ├── swipe_left_outlined.cljs
│ │ ├── swipe_left_rounded.cljs
│ │ ├── swipe_left_sharp.cljs
│ │ ├── swipe_left_two_tone.cljs
│ │ ├── swipe_outlined.cljs
│ │ ├── swipe_right.cljs
│ │ ├── swipe_right_alt.cljs
│ │ ├── swipe_right_alt_outlined.cljs
│ │ ├── swipe_right_alt_rounded.cljs
│ │ ├── swipe_right_alt_sharp.cljs
│ │ ├── swipe_right_alt_two_tone.cljs
│ │ ├── swipe_right_outlined.cljs
│ │ ├── swipe_right_rounded.cljs
│ │ ├── swipe_right_sharp.cljs
│ │ ├── swipe_right_two_tone.cljs
│ │ ├── swipe_rounded.cljs
│ │ ├── swipe_sharp.cljs
│ │ ├── swipe_two_tone.cljs
│ │ ├── swipe_up.cljs
│ │ ├── swipe_up_alt.cljs
│ │ ├── swipe_up_alt_outlined.cljs
│ │ ├── swipe_up_alt_rounded.cljs
│ │ ├── swipe_up_alt_sharp.cljs
│ │ ├── swipe_up_alt_two_tone.cljs
│ │ ├── swipe_up_outlined.cljs
│ │ ├── swipe_up_rounded.cljs
│ │ ├── swipe_up_sharp.cljs
│ │ ├── swipe_up_two_tone.cljs
│ │ ├── swipe_vertical.cljs
│ │ ├── swipe_vertical_outlined.cljs
│ │ ├── swipe_vertical_rounded.cljs
│ │ ├── swipe_vertical_sharp.cljs
│ │ ├── swipe_vertical_two_tone.cljs
│ │ ├── switch_access_shortcut.cljs
│ │ ├── switch_access_shortcut_add.cljs
│ │ ├── switch_access_shortcut_add_outlined.cljs
│ │ ├── switch_access_shortcut_add_rounded.cljs
│ │ ├── switch_access_shortcut_add_sharp.cljs
│ │ ├── switch_access_shortcut_add_two_tone.cljs
│ │ ├── switch_access_shortcut_outlined.cljs
│ │ ├── switch_access_shortcut_rounded.cljs
│ │ ├── switch_access_shortcut_sharp.cljs
│ │ ├── switch_access_shortcut_two_tone.cljs
│ │ ├── switch_account.cljs
│ │ ├── switch_account_outlined.cljs
│ │ ├── switch_account_rounded.cljs
│ │ ├── switch_account_sharp.cljs
│ │ ├── switch_account_two_tone.cljs
│ │ ├── switch_camera.cljs
│ │ ├── switch_camera_outlined.cljs
│ │ ├── switch_camera_rounded.cljs
│ │ ├── switch_camera_sharp.cljs
│ │ ├── switch_camera_two_tone.cljs
│ │ ├── switch_left.cljs
│ │ ├── switch_left_outlined.cljs
│ │ ├── switch_left_rounded.cljs
│ │ ├── switch_left_sharp.cljs
│ │ ├── switch_left_two_tone.cljs
│ │ ├── switch_right.cljs
│ │ ├── switch_right_outlined.cljs
│ │ ├── switch_right_rounded.cljs
│ │ ├── switch_right_sharp.cljs
│ │ ├── switch_right_two_tone.cljs
│ │ ├── switch_video.cljs
│ │ ├── switch_video_outlined.cljs
│ │ ├── switch_video_rounded.cljs
│ │ ├── switch_video_sharp.cljs
│ │ ├── switch_video_two_tone.cljs
│ │ ├── synagogue.cljs
│ │ ├── synagogue_outlined.cljs
│ │ ├── synagogue_rounded.cljs
│ │ ├── synagogue_sharp.cljs
│ │ ├── synagogue_two_tone.cljs
│ │ ├── sync.cljs
│ │ ├── sync_alt.cljs
│ │ ├── sync_alt_outlined.cljs
│ │ ├── sync_alt_rounded.cljs
│ │ ├── sync_alt_sharp.cljs
│ │ ├── sync_alt_two_tone.cljs
│ │ ├── sync_disabled.cljs
│ │ ├── sync_disabled_outlined.cljs
│ │ ├── sync_disabled_rounded.cljs
│ │ ├── sync_disabled_sharp.cljs
│ │ ├── sync_disabled_two_tone.cljs
│ │ ├── sync_lock.cljs
│ │ ├── sync_lock_outlined.cljs
│ │ ├── sync_lock_rounded.cljs
│ │ ├── sync_lock_sharp.cljs
│ │ ├── sync_lock_two_tone.cljs
│ │ ├── sync_outlined.cljs
│ │ ├── sync_problem.cljs
│ │ ├── sync_problem_outlined.cljs
│ │ ├── sync_problem_rounded.cljs
│ │ ├── sync_problem_sharp.cljs
│ │ ├── sync_problem_two_tone.cljs
│ │ ├── sync_rounded.cljs
│ │ ├── sync_sharp.cljs
│ │ ├── sync_two_tone.cljs
│ │ ├── system_security_update.cljs
│ │ ├── system_security_update_good.cljs
│ │ ├── system_security_update_good_outlined.cljs
│ │ ├── system_security_update_good_rounded.cljs
│ │ ├── system_security_update_good_sharp.cljs
│ │ ├── system_security_update_good_two_tone.cljs
│ │ ├── system_security_update_outlined.cljs
│ │ ├── system_security_update_rounded.cljs
│ │ ├── system_security_update_sharp.cljs
│ │ ├── system_security_update_two_tone.cljs
│ │ ├── system_security_update_warning.cljs
│ │ ├── system_security_update_warning_outlined.cljs
│ │ ├── system_security_update_warning_rounded.cljs
│ │ ├── system_security_update_warning_sharp.cljs
│ │ ├── system_security_update_warning_two_tone.cljs
│ │ ├── system_update.cljs
│ │ ├── system_update_alt.cljs
│ │ ├── system_update_alt_outlined.cljs
│ │ ├── system_update_alt_rounded.cljs
│ │ ├── system_update_alt_sharp.cljs
│ │ ├── system_update_alt_two_tone.cljs
│ │ ├── system_update_outlined.cljs
│ │ ├── system_update_rounded.cljs
│ │ ├── system_update_sharp.cljs
│ │ ├── system_update_two_tone.cljs
│ │ ├── tab.cljs
│ │ ├── tab_outlined.cljs
│ │ ├── tab_rounded.cljs
│ │ ├── tab_sharp.cljs
│ │ ├── tab_two_tone.cljs
│ │ ├── tab_unselected.cljs
│ │ ├── tab_unselected_outlined.cljs
│ │ ├── tab_unselected_rounded.cljs
│ │ ├── tab_unselected_sharp.cljs
│ │ ├── tab_unselected_two_tone.cljs
│ │ ├── table_bar.cljs
│ │ ├── table_bar_outlined.cljs
│ │ ├── table_bar_rounded.cljs
│ │ ├── table_bar_sharp.cljs
│ │ ├── table_bar_two_tone.cljs
│ │ ├── table_chart.cljs
│ │ ├── table_chart_outlined.cljs
│ │ ├── table_chart_rounded.cljs
│ │ ├── table_chart_sharp.cljs
│ │ ├── table_chart_two_tone.cljs
│ │ ├── table_restaurant.cljs
│ │ ├── table_restaurant_outlined.cljs
│ │ ├── table_restaurant_rounded.cljs
│ │ ├── table_restaurant_sharp.cljs
│ │ ├── table_restaurant_two_tone.cljs
│ │ ├── table_rows.cljs
│ │ ├── table_rows_outlined.cljs
│ │ ├── table_rows_rounded.cljs
│ │ ├── table_rows_sharp.cljs
│ │ ├── table_rows_two_tone.cljs
│ │ ├── table_view.cljs
│ │ ├── table_view_outlined.cljs
│ │ ├── table_view_rounded.cljs
│ │ ├── table_view_sharp.cljs
│ │ ├── table_view_two_tone.cljs
│ │ ├── tablet.cljs
│ │ ├── tablet_android.cljs
│ │ ├── tablet_android_outlined.cljs
│ │ ├── tablet_android_rounded.cljs
│ │ ├── tablet_android_sharp.cljs
│ │ ├── tablet_android_two_tone.cljs
│ │ ├── tablet_mac.cljs
│ │ ├── tablet_mac_outlined.cljs
│ │ ├── tablet_mac_rounded.cljs
│ │ ├── tablet_mac_sharp.cljs
│ │ ├── tablet_mac_two_tone.cljs
│ │ ├── tablet_outlined.cljs
│ │ ├── tablet_rounded.cljs
│ │ ├── tablet_sharp.cljs
│ │ ├── tablet_two_tone.cljs
│ │ ├── tag.cljs
│ │ ├── tag_faces.cljs
│ │ ├── tag_faces_outlined.cljs
│ │ ├── tag_faces_rounded.cljs
│ │ ├── tag_faces_sharp.cljs
│ │ ├── tag_faces_two_tone.cljs
│ │ ├── tag_outlined.cljs
│ │ ├── tag_rounded.cljs
│ │ ├── tag_sharp.cljs
│ │ ├── tag_two_tone.cljs
│ │ ├── takeout_dining.cljs
│ │ ├── takeout_dining_outlined.cljs
│ │ ├── takeout_dining_rounded.cljs
│ │ ├── takeout_dining_sharp.cljs
│ │ ├── takeout_dining_two_tone.cljs
│ │ ├── tap_and_play.cljs
│ │ ├── tap_and_play_outlined.cljs
│ │ ├── tap_and_play_rounded.cljs
│ │ ├── tap_and_play_sharp.cljs
│ │ ├── tap_and_play_two_tone.cljs
│ │ ├── tapas.cljs
│ │ ├── tapas_outlined.cljs
│ │ ├── tapas_rounded.cljs
│ │ ├── tapas_sharp.cljs
│ │ ├── tapas_two_tone.cljs
│ │ ├── task.cljs
│ │ ├── task_alt.cljs
│ │ ├── task_alt_outlined.cljs
│ │ ├── task_alt_rounded.cljs
│ │ ├── task_alt_sharp.cljs
│ │ ├── task_alt_two_tone.cljs
│ │ ├── task_outlined.cljs
│ │ ├── task_rounded.cljs
│ │ ├── task_sharp.cljs
│ │ ├── task_two_tone.cljs
│ │ ├── taxi_alert.cljs
│ │ ├── taxi_alert_outlined.cljs
│ │ ├── taxi_alert_rounded.cljs
│ │ ├── taxi_alert_sharp.cljs
│ │ ├── taxi_alert_two_tone.cljs
│ │ ├── telegram.cljs
│ │ ├── temple_buddhist.cljs
│ │ ├── temple_buddhist_outlined.cljs
│ │ ├── temple_buddhist_rounded.cljs
│ │ ├── temple_buddhist_sharp.cljs
│ │ ├── temple_buddhist_two_tone.cljs
│ │ ├── temple_hindu.cljs
│ │ ├── temple_hindu_outlined.cljs
│ │ ├── temple_hindu_rounded.cljs
│ │ ├── temple_hindu_sharp.cljs
│ │ ├── temple_hindu_two_tone.cljs
│ │ ├── ten_mp.cljs
│ │ ├── ten_mp_outlined.cljs
│ │ ├── ten_mp_rounded.cljs
│ │ ├── ten_mp_sharp.cljs
│ │ ├── ten_mp_two_tone.cljs
│ │ ├── terminal.cljs
│ │ ├── terminal_outlined.cljs
│ │ ├── terminal_rounded.cljs
│ │ ├── terminal_sharp.cljs
│ │ ├── terminal_two_tone.cljs
│ │ ├── terrain.cljs
│ │ ├── terrain_outlined.cljs
│ │ ├── terrain_rounded.cljs
│ │ ├── terrain_sharp.cljs
│ │ ├── terrain_two_tone.cljs
│ │ ├── text_decrease.cljs
│ │ ├── text_decrease_outlined.cljs
│ │ ├── text_decrease_rounded.cljs
│ │ ├── text_decrease_sharp.cljs
│ │ ├── text_decrease_two_tone.cljs
│ │ ├── text_fields.cljs
│ │ ├── text_fields_outlined.cljs
│ │ ├── text_fields_rounded.cljs
│ │ ├── text_fields_sharp.cljs
│ │ ├── text_fields_two_tone.cljs
│ │ ├── text_format.cljs
│ │ ├── text_format_outlined.cljs
│ │ ├── text_format_rounded.cljs
│ │ ├── text_format_sharp.cljs
│ │ ├── text_format_two_tone.cljs
│ │ ├── text_increase.cljs
│ │ ├── text_increase_outlined.cljs
│ │ ├── text_increase_rounded.cljs
│ │ ├── text_increase_sharp.cljs
│ │ ├── text_increase_two_tone.cljs
│ │ ├── text_rotate_up.cljs
│ │ ├── text_rotate_up_outlined.cljs
│ │ ├── text_rotate_up_rounded.cljs
│ │ ├── text_rotate_up_sharp.cljs
│ │ ├── text_rotate_up_two_tone.cljs
│ │ ├── text_rotate_vertical.cljs
│ │ ├── text_rotate_vertical_outlined.cljs
│ │ ├── text_rotate_vertical_rounded.cljs
│ │ ├── text_rotate_vertical_sharp.cljs
│ │ ├── text_rotate_vertical_two_tone.cljs
│ │ ├── text_rotation_angledown.cljs
│ │ ├── text_rotation_angledown_outlined.cljs
│ │ ├── text_rotation_angledown_rounded.cljs
│ │ ├── text_rotation_angledown_sharp.cljs
│ │ ├── text_rotation_angledown_two_tone.cljs
│ │ ├── text_rotation_angleup.cljs
│ │ ├── text_rotation_angleup_outlined.cljs
│ │ ├── text_rotation_angleup_rounded.cljs
│ │ ├── text_rotation_angleup_sharp.cljs
│ │ ├── text_rotation_angleup_two_tone.cljs
│ │ ├── text_rotation_down.cljs
│ │ ├── text_rotation_down_outlined.cljs
│ │ ├── text_rotation_down_rounded.cljs
│ │ ├── text_rotation_down_sharp.cljs
│ │ ├── text_rotation_down_two_tone.cljs
│ │ ├── text_rotation_none.cljs
│ │ ├── text_rotation_none_outlined.cljs
│ │ ├── text_rotation_none_rounded.cljs
│ │ ├── text_rotation_none_sharp.cljs
│ │ ├── text_rotation_none_two_tone.cljs
│ │ ├── text_snippet.cljs
│ │ ├── text_snippet_outlined.cljs
│ │ ├── text_snippet_rounded.cljs
│ │ ├── text_snippet_sharp.cljs
│ │ ├── text_snippet_two_tone.cljs
│ │ ├── textsms.cljs
│ │ ├── textsms_outlined.cljs
│ │ ├── textsms_rounded.cljs
│ │ ├── textsms_sharp.cljs
│ │ ├── textsms_two_tone.cljs
│ │ ├── texture.cljs
│ │ ├── texture_outlined.cljs
│ │ ├── texture_rounded.cljs
│ │ ├── texture_sharp.cljs
│ │ ├── texture_two_tone.cljs
│ │ ├── theater_comedy.cljs
│ │ ├── theater_comedy_outlined.cljs
│ │ ├── theater_comedy_rounded.cljs
│ │ ├── theater_comedy_sharp.cljs
│ │ ├── theater_comedy_two_tone.cljs
│ │ ├── theaters.cljs
│ │ ├── theaters_outlined.cljs
│ │ ├── theaters_rounded.cljs
│ │ ├── theaters_sharp.cljs
│ │ ├── theaters_two_tone.cljs
│ │ ├── thermostat.cljs
│ │ ├── thermostat_auto.cljs
│ │ ├── thermostat_auto_outlined.cljs
│ │ ├── thermostat_auto_rounded.cljs
│ │ ├── thermostat_auto_sharp.cljs
│ │ ├── thermostat_auto_two_tone.cljs
│ │ ├── thermostat_outlined.cljs
│ │ ├── thermostat_rounded.cljs
│ │ ├── thermostat_sharp.cljs
│ │ ├── thermostat_two_tone.cljs
│ │ ├── thirteen_mp.cljs
│ │ ├── thirteen_mp_outlined.cljs
│ │ ├── thirteen_mp_rounded.cljs
│ │ ├── thirteen_mp_sharp.cljs
│ │ ├── thirteen_mp_two_tone.cljs
│ │ ├── thirty_fps.cljs
│ │ ├── thirty_fps_outlined.cljs
│ │ ├── thirty_fps_rounded.cljs
│ │ ├── thirty_fps_select.cljs
│ │ ├── thirty_fps_select_outlined.cljs
│ │ ├── thirty_fps_select_rounded.cljs
│ │ ├── thirty_fps_select_sharp.cljs
│ │ ├── thirty_fps_select_two_tone.cljs
│ │ ├── thirty_fps_sharp.cljs
│ │ ├── thirty_fps_two_tone.cljs
│ │ ├── three_d_rotation.cljs
│ │ ├── three_d_rotation_outlined.cljs
│ │ ├── three_d_rotation_rounded.cljs
│ │ ├── three_d_rotation_sharp.cljs
│ │ ├── three_d_rotation_two_tone.cljs
│ │ ├── three_g_mobiledata.cljs
│ │ ├── three_g_mobiledata_outlined.cljs
│ │ ├── three_g_mobiledata_rounded.cljs
│ │ ├── three_g_mobiledata_sharp.cljs
│ │ ├── three_g_mobiledata_two_tone.cljs
│ │ ├── three_k.cljs
│ │ ├── three_k_outlined.cljs
│ │ ├── three_k_plus.cljs
│ │ ├── three_k_plus_outlined.cljs
│ │ ├── three_k_plus_rounded.cljs
│ │ ├── three_k_plus_sharp.cljs
│ │ ├── three_k_plus_two_tone.cljs
│ │ ├── three_k_rounded.cljs
│ │ ├── three_k_sharp.cljs
│ │ ├── three_k_two_tone.cljs
│ │ ├── three_mp.cljs
│ │ ├── three_mp_outlined.cljs
│ │ ├── three_mp_rounded.cljs
│ │ ├── three_mp_sharp.cljs
│ │ ├── three_mp_two_tone.cljs
│ │ ├── three_p.cljs
│ │ ├── three_p_outlined.cljs
│ │ ├── three_p_rounded.cljs
│ │ ├── three_p_sharp.cljs
│ │ ├── three_p_two_tone.cljs
│ │ ├── three_sixty.cljs
│ │ ├── three_sixty_outlined.cljs
│ │ ├── three_sixty_rounded.cljs
│ │ ├── three_sixty_sharp.cljs
│ │ ├── three_sixty_two_tone.cljs
│ │ ├── thumb_down.cljs
│ │ ├── thumb_down_alt.cljs
│ │ ├── thumb_down_alt_outlined.cljs
│ │ ├── thumb_down_alt_rounded.cljs
│ │ ├── thumb_down_alt_sharp.cljs
│ │ ├── thumb_down_alt_two_tone.cljs
│ │ ├── thumb_down_off_alt.cljs
│ │ ├── thumb_down_off_alt_outlined.cljs
│ │ ├── thumb_down_off_alt_rounded.cljs
│ │ ├── thumb_down_off_alt_sharp.cljs
│ │ ├── thumb_down_off_alt_two_tone.cljs
│ │ ├── thumb_down_outlined.cljs
│ │ ├── thumb_down_rounded.cljs
│ │ ├── thumb_down_sharp.cljs
│ │ ├── thumb_down_two_tone.cljs
│ │ ├── thumb_up.cljs
│ │ ├── thumb_up_alt.cljs
│ │ ├── thumb_up_alt_outlined.cljs
│ │ ├── thumb_up_alt_rounded.cljs
│ │ ├── thumb_up_alt_sharp.cljs
│ │ ├── thumb_up_alt_two_tone.cljs
│ │ ├── thumb_up_off_alt.cljs
│ │ ├── thumb_up_off_alt_outlined.cljs
│ │ ├── thumb_up_off_alt_rounded.cljs
│ │ ├── thumb_up_off_alt_sharp.cljs
│ │ ├── thumb_up_off_alt_two_tone.cljs
│ │ ├── thumb_up_outlined.cljs
│ │ ├── thumb_up_rounded.cljs
│ │ ├── thumb_up_sharp.cljs
│ │ ├── thumb_up_two_tone.cljs
│ │ ├── thumbs_up_down.cljs
│ │ ├── thumbs_up_down_outlined.cljs
│ │ ├── thumbs_up_down_rounded.cljs
│ │ ├── thumbs_up_down_sharp.cljs
│ │ ├── thumbs_up_down_two_tone.cljs
│ │ ├── thunderstorm.cljs
│ │ ├── thunderstorm_outlined.cljs
│ │ ├── thunderstorm_rounded.cljs
│ │ ├── thunderstorm_sharp.cljs
│ │ ├── thunderstorm_two_tone.cljs
│ │ ├── time_to_leave.cljs
│ │ ├── time_to_leave_outlined.cljs
│ │ ├── time_to_leave_rounded.cljs
│ │ ├── time_to_leave_sharp.cljs
│ │ ├── time_to_leave_two_tone.cljs
│ │ ├── timelapse.cljs
│ │ ├── timelapse_outlined.cljs
│ │ ├── timelapse_rounded.cljs
│ │ ├── timelapse_sharp.cljs
│ │ ├── timelapse_two_tone.cljs
│ │ ├── timeline.cljs
│ │ ├── timeline_outlined.cljs
│ │ ├── timeline_rounded.cljs
│ │ ├── timeline_sharp.cljs
│ │ ├── timeline_two_tone.cljs
│ │ ├── timer.cljs
│ │ ├── timer_10.cljs
│ │ ├── timer_10_outlined.cljs
│ │ ├── timer_10_rounded.cljs
│ │ ├── timer_10_select.cljs
│ │ ├── timer_10_select_outlined.cljs
│ │ ├── timer_10_select_rounded.cljs
│ │ ├── timer_10_select_sharp.cljs
│ │ ├── timer_10_select_two_tone.cljs
│ │ ├── timer_10_sharp.cljs
│ │ ├── timer_10_two_tone.cljs
│ │ ├── timer_3.cljs
│ │ ├── timer_3_outlined.cljs
│ │ ├── timer_3_rounded.cljs
│ │ ├── timer_3_select.cljs
│ │ ├── timer_3_select_outlined.cljs
│ │ ├── timer_3_select_rounded.cljs
│ │ ├── timer_3_select_sharp.cljs
│ │ ├── timer_3_select_two_tone.cljs
│ │ ├── timer_3_sharp.cljs
│ │ ├── timer_3_two_tone.cljs
│ │ ├── timer_off.cljs
│ │ ├── timer_off_outlined.cljs
│ │ ├── timer_off_rounded.cljs
│ │ ├── timer_off_sharp.cljs
│ │ ├── timer_off_two_tone.cljs
│ │ ├── timer_outlined.cljs
│ │ ├── timer_rounded.cljs
│ │ ├── timer_sharp.cljs
│ │ ├── timer_two_tone.cljs
│ │ ├── times_one_mobiledata.cljs
│ │ ├── times_one_mobiledata_outlined.cljs
│ │ ├── times_one_mobiledata_rounded.cljs
│ │ ├── times_one_mobiledata_sharp.cljs
│ │ ├── times_one_mobiledata_two_tone.cljs
│ │ ├── tips_and_updates.cljs
│ │ ├── tips_and_updates_outlined.cljs
│ │ ├── tips_and_updates_rounded.cljs
│ │ ├── tips_and_updates_sharp.cljs
│ │ ├── tips_and_updates_two_tone.cljs
│ │ ├── tire_repair.cljs
│ │ ├── tire_repair_outlined.cljs
│ │ ├── tire_repair_rounded.cljs
│ │ ├── tire_repair_sharp.cljs
│ │ ├── tire_repair_two_tone.cljs
│ │ ├── title.cljs
│ │ ├── title_outlined.cljs
│ │ ├── title_rounded.cljs
│ │ ├── title_sharp.cljs
│ │ ├── title_two_tone.cljs
│ │ ├── toc.cljs
│ │ ├── toc_outlined.cljs
│ │ ├── toc_rounded.cljs
│ │ ├── toc_sharp.cljs
│ │ ├── toc_two_tone.cljs
│ │ ├── today.cljs
│ │ ├── today_outlined.cljs
│ │ ├── today_rounded.cljs
│ │ ├── today_sharp.cljs
│ │ ├── today_two_tone.cljs
│ │ ├── toggle_off.cljs
│ │ ├── toggle_off_outlined.cljs
│ │ ├── toggle_off_rounded.cljs
│ │ ├── toggle_off_sharp.cljs
│ │ ├── toggle_off_two_tone.cljs
│ │ ├── toggle_on.cljs
│ │ ├── toggle_on_outlined.cljs
│ │ ├── toggle_on_rounded.cljs
│ │ ├── toggle_on_sharp.cljs
│ │ ├── toggle_on_two_tone.cljs
│ │ ├── token.cljs
│ │ ├── token_outlined.cljs
│ │ ├── token_rounded.cljs
│ │ ├── token_sharp.cljs
│ │ ├── token_two_tone.cljs
│ │ ├── toll.cljs
│ │ ├── toll_outlined.cljs
│ │ ├── toll_rounded.cljs
│ │ ├── toll_sharp.cljs
│ │ ├── toll_two_tone.cljs
│ │ ├── tonality.cljs
│ │ ├── tonality_outlined.cljs
│ │ ├── tonality_rounded.cljs
│ │ ├── tonality_sharp.cljs
│ │ ├── tonality_two_tone.cljs
│ │ ├── topic.cljs
│ │ ├── topic_outlined.cljs
│ │ ├── topic_rounded.cljs
│ │ ├── topic_sharp.cljs
│ │ ├── topic_two_tone.cljs
│ │ ├── tornado.cljs
│ │ ├── tornado_outlined.cljs
│ │ ├── tornado_rounded.cljs
│ │ ├── tornado_sharp.cljs
│ │ ├── tornado_two_tone.cljs
│ │ ├── touch_app.cljs
│ │ ├── touch_app_outlined.cljs
│ │ ├── touch_app_rounded.cljs
│ │ ├── touch_app_sharp.cljs
│ │ ├── touch_app_two_tone.cljs
│ │ ├── tour.cljs
│ │ ├── tour_outlined.cljs
│ │ ├── tour_rounded.cljs
│ │ ├── tour_sharp.cljs
│ │ ├── tour_two_tone.cljs
│ │ ├── toys.cljs
│ │ ├── toys_outlined.cljs
│ │ ├── toys_rounded.cljs
│ │ ├── toys_sharp.cljs
│ │ ├── toys_two_tone.cljs
│ │ ├── track_changes.cljs
│ │ ├── track_changes_outlined.cljs
│ │ ├── track_changes_rounded.cljs
│ │ ├── track_changes_sharp.cljs
│ │ ├── track_changes_two_tone.cljs
│ │ ├── traffic.cljs
│ │ ├── traffic_outlined.cljs
│ │ ├── traffic_rounded.cljs
│ │ ├── traffic_sharp.cljs
│ │ ├── traffic_two_tone.cljs
│ │ ├── train.cljs
│ │ ├── train_outlined.cljs
│ │ ├── train_rounded.cljs
│ │ ├── train_sharp.cljs
│ │ ├── train_two_tone.cljs
│ │ ├── tram.cljs
│ │ ├── tram_outlined.cljs
│ │ ├── tram_rounded.cljs
│ │ ├── tram_sharp.cljs
│ │ ├── tram_two_tone.cljs
│ │ ├── transcribe.cljs
│ │ ├── transcribe_outlined.cljs
│ │ ├── transcribe_rounded.cljs
│ │ ├── transcribe_sharp.cljs
│ │ ├── transcribe_two_tone.cljs
│ │ ├── transfer_within_a_station.cljs
│ │ ├── transfer_within_a_station_outlined.cljs
│ │ ├── transfer_within_a_station_rounded.cljs
│ │ ├── transfer_within_a_station_sharp.cljs
│ │ ├── transfer_within_a_station_two_tone.cljs
│ │ ├── transform.cljs
│ │ ├── transform_outlined.cljs
│ │ ├── transform_rounded.cljs
│ │ ├── transform_sharp.cljs
│ │ ├── transform_two_tone.cljs
│ │ ├── transgender.cljs
│ │ ├── transgender_outlined.cljs
│ │ ├── transgender_rounded.cljs
│ │ ├── transgender_sharp.cljs
│ │ ├── transgender_two_tone.cljs
│ │ ├── transit_enterexit.cljs
│ │ ├── transit_enterexit_outlined.cljs
│ │ ├── transit_enterexit_rounded.cljs
│ │ ├── transit_enterexit_sharp.cljs
│ │ ├── transit_enterexit_two_tone.cljs
│ │ ├── translate.cljs
│ │ ├── translate_outlined.cljs
│ │ ├── translate_rounded.cljs
│ │ ├── translate_sharp.cljs
│ │ ├── translate_two_tone.cljs
│ │ ├── travel_explore.cljs
│ │ ├── travel_explore_outlined.cljs
│ │ ├── travel_explore_rounded.cljs
│ │ ├── travel_explore_sharp.cljs
│ │ ├── travel_explore_two_tone.cljs
│ │ ├── trending_down.cljs
│ │ ├── trending_down_outlined.cljs
│ │ ├── trending_down_rounded.cljs
│ │ ├── trending_down_sharp.cljs
│ │ ├── trending_down_two_tone.cljs
│ │ ├── trending_flat.cljs
│ │ ├── trending_flat_outlined.cljs
│ │ ├── trending_flat_rounded.cljs
│ │ ├── trending_flat_sharp.cljs
│ │ ├── trending_flat_two_tone.cljs
│ │ ├── trending_up.cljs
│ │ ├── trending_up_outlined.cljs
│ │ ├── trending_up_rounded.cljs
│ │ ├── trending_up_sharp.cljs
│ │ ├── trending_up_two_tone.cljs
│ │ ├── trip_origin.cljs
│ │ ├── trip_origin_outlined.cljs
│ │ ├── trip_origin_rounded.cljs
│ │ ├── trip_origin_sharp.cljs
│ │ ├── trip_origin_two_tone.cljs
│ │ ├── troubleshoot.cljs
│ │ ├── troubleshoot_outlined.cljs
│ │ ├── troubleshoot_rounded.cljs
│ │ ├── troubleshoot_sharp.cljs
│ │ ├── troubleshoot_two_tone.cljs
│ │ ├── try.cljs
│ │ ├── try_outlined.cljs
│ │ ├── try_rounded.cljs
│ │ ├── try_sharp.cljs
│ │ ├── try_two_tone.cljs
│ │ ├── tsunami.cljs
│ │ ├── tsunami_outlined.cljs
│ │ ├── tsunami_rounded.cljs
│ │ ├── tsunami_sharp.cljs
│ │ ├── tsunami_two_tone.cljs
│ │ ├── tty.cljs
│ │ ├── tty_outlined.cljs
│ │ ├── tty_rounded.cljs
│ │ ├── tty_sharp.cljs
│ │ ├── tty_two_tone.cljs
│ │ ├── tune.cljs
│ │ ├── tune_outlined.cljs
│ │ ├── tune_rounded.cljs
│ │ ├── tune_sharp.cljs
│ │ ├── tune_two_tone.cljs
│ │ ├── tungsten.cljs
│ │ ├── tungsten_outlined.cljs
│ │ ├── tungsten_rounded.cljs
│ │ ├── tungsten_sharp.cljs
│ │ ├── tungsten_two_tone.cljs
│ │ ├── turn_left.cljs
│ │ ├── turn_left_outlined.cljs
│ │ ├── turn_left_rounded.cljs
│ │ ├── turn_left_sharp.cljs
│ │ ├── turn_left_two_tone.cljs
│ │ ├── turn_right.cljs
│ │ ├── turn_right_outlined.cljs
│ │ ├── turn_right_rounded.cljs
│ │ ├── turn_right_sharp.cljs
│ │ ├── turn_right_two_tone.cljs
│ │ ├── turn_sharp_left.cljs
│ │ ├── turn_sharp_left_outlined.cljs
│ │ ├── turn_sharp_left_rounded.cljs
│ │ ├── turn_sharp_left_sharp.cljs
│ │ ├── turn_sharp_left_two_tone.cljs
│ │ ├── turn_sharp_right.cljs
│ │ ├── turn_sharp_right_outlined.cljs
│ │ ├── turn_sharp_right_rounded.cljs
│ │ ├── turn_sharp_right_sharp.cljs
│ │ ├── turn_sharp_right_two_tone.cljs
│ │ ├── turn_slight_left.cljs
│ │ ├── turn_slight_left_outlined.cljs
│ │ ├── turn_slight_left_rounded.cljs
│ │ ├── turn_slight_left_sharp.cljs
│ │ ├── turn_slight_left_two_tone.cljs
│ │ ├── turn_slight_right.cljs
│ │ ├── turn_slight_right_outlined.cljs
│ │ ├── turn_slight_right_rounded.cljs
│ │ ├── turn_slight_right_sharp.cljs
│ │ ├── turn_slight_right_two_tone.cljs
│ │ ├── turned_in.cljs
│ │ ├── turned_in_not.cljs
│ │ ├── turned_in_not_outlined.cljs
│ │ ├── turned_in_not_rounded.cljs
│ │ ├── turned_in_not_sharp.cljs
│ │ ├── turned_in_not_two_tone.cljs
│ │ ├── turned_in_outlined.cljs
│ │ ├── turned_in_rounded.cljs
│ │ ├── turned_in_sharp.cljs
│ │ ├── turned_in_two_tone.cljs
│ │ ├── tv.cljs
│ │ ├── tv_off.cljs
│ │ ├── tv_off_outlined.cljs
│ │ ├── tv_off_rounded.cljs
│ │ ├── tv_off_sharp.cljs
│ │ ├── tv_off_two_tone.cljs
│ │ ├── tv_outlined.cljs
│ │ ├── tv_rounded.cljs
│ │ ├── tv_sharp.cljs
│ │ ├── tv_two_tone.cljs
│ │ ├── twelve_mp.cljs
│ │ ├── twelve_mp_outlined.cljs
│ │ ├── twelve_mp_rounded.cljs
│ │ ├── twelve_mp_sharp.cljs
│ │ ├── twelve_mp_two_tone.cljs
│ │ ├── twenty_four_mp.cljs
│ │ ├── twenty_four_mp_outlined.cljs
│ │ ├── twenty_four_mp_rounded.cljs
│ │ ├── twenty_four_mp_sharp.cljs
│ │ ├── twenty_four_mp_two_tone.cljs
│ │ ├── twenty_one_mp.cljs
│ │ ├── twenty_one_mp_outlined.cljs
│ │ ├── twenty_one_mp_rounded.cljs
│ │ ├── twenty_one_mp_sharp.cljs
│ │ ├── twenty_one_mp_two_tone.cljs
│ │ ├── twenty_three_mp.cljs
│ │ ├── twenty_three_mp_outlined.cljs
│ │ ├── twenty_three_mp_rounded.cljs
│ │ ├── twenty_three_mp_sharp.cljs
│ │ ├── twenty_three_mp_two_tone.cljs
│ │ ├── twenty_two_mp.cljs
│ │ ├── twenty_two_mp_outlined.cljs
│ │ ├── twenty_two_mp_rounded.cljs
│ │ ├── twenty_two_mp_sharp.cljs
│ │ ├── twenty_two_mp_two_tone.cljs
│ │ ├── twenty_zero_mp.cljs
│ │ ├── twenty_zero_mp_outlined.cljs
│ │ ├── twenty_zero_mp_rounded.cljs
│ │ ├── twenty_zero_mp_sharp.cljs
│ │ ├── twenty_zero_mp_two_tone.cljs
│ │ ├── twitter.cljs
│ │ ├── two_k.cljs
│ │ ├── two_k_outlined.cljs
│ │ ├── two_k_plus.cljs
│ │ ├── two_k_plus_outlined.cljs
│ │ ├── two_k_plus_rounded.cljs
│ │ ├── two_k_plus_sharp.cljs
│ │ ├── two_k_plus_two_tone.cljs
│ │ ├── two_k_rounded.cljs
│ │ ├── two_k_sharp.cljs
│ │ ├── two_k_two_tone.cljs
│ │ ├── two_mp.cljs
│ │ ├── two_mp_outlined.cljs
│ │ ├── two_mp_rounded.cljs
│ │ ├── two_mp_sharp.cljs
│ │ ├── two_mp_two_tone.cljs
│ │ ├── two_wheeler.cljs
│ │ ├── two_wheeler_outlined.cljs
│ │ ├── two_wheeler_rounded.cljs
│ │ ├── two_wheeler_sharp.cljs
│ │ ├── two_wheeler_two_tone.cljs
│ │ ├── type_specimen.cljs
│ │ ├── type_specimen_outlined.cljs
│ │ ├── type_specimen_rounded.cljs
│ │ ├── type_specimen_sharp.cljs
│ │ ├── type_specimen_two_tone.cljs
│ │ ├── u_turn_left.cljs
│ │ ├── u_turn_left_outlined.cljs
│ │ ├── u_turn_left_rounded.cljs
│ │ ├── u_turn_left_sharp.cljs
│ │ ├── u_turn_left_two_tone.cljs
│ │ ├── u_turn_right.cljs
│ │ ├── u_turn_right_outlined.cljs
│ │ ├── u_turn_right_rounded.cljs
│ │ ├── u_turn_right_sharp.cljs
│ │ ├── u_turn_right_two_tone.cljs
│ │ ├── umbrella.cljs
│ │ ├── umbrella_outlined.cljs
│ │ ├── umbrella_rounded.cljs
│ │ ├── umbrella_sharp.cljs
│ │ ├── umbrella_two_tone.cljs
│ │ ├── unarchive.cljs
│ │ ├── unarchive_outlined.cljs
│ │ ├── unarchive_rounded.cljs
│ │ ├── unarchive_sharp.cljs
│ │ ├── unarchive_two_tone.cljs
│ │ ├── undo.cljs
│ │ ├── undo_outlined.cljs
│ │ ├── undo_rounded.cljs
│ │ ├── undo_sharp.cljs
│ │ ├── undo_two_tone.cljs
│ │ ├── unfold_less.cljs
│ │ ├── unfold_less_double.cljs
│ │ ├── unfold_less_double_outlined.cljs
│ │ ├── unfold_less_double_rounded.cljs
│ │ ├── unfold_less_double_sharp.cljs
│ │ ├── unfold_less_double_two_tone.cljs
│ │ ├── unfold_less_outlined.cljs
│ │ ├── unfold_less_rounded.cljs
│ │ ├── unfold_less_sharp.cljs
│ │ ├── unfold_less_two_tone.cljs
│ │ ├── unfold_more.cljs
│ │ ├── unfold_more_double.cljs
│ │ ├── unfold_more_double_outlined.cljs
│ │ ├── unfold_more_double_rounded.cljs
│ │ ├── unfold_more_double_sharp.cljs
│ │ ├── unfold_more_double_two_tone.cljs
│ │ ├── unfold_more_outlined.cljs
│ │ ├── unfold_more_rounded.cljs
│ │ ├── unfold_more_sharp.cljs
│ │ ├── unfold_more_two_tone.cljs
│ │ ├── unpublished.cljs
│ │ ├── unpublished_outlined.cljs
│ │ ├── unpublished_rounded.cljs
│ │ ├── unpublished_sharp.cljs
│ │ ├── unpublished_two_tone.cljs
│ │ ├── unsubscribe.cljs
│ │ ├── unsubscribe_outlined.cljs
│ │ ├── unsubscribe_rounded.cljs
│ │ ├── unsubscribe_sharp.cljs
│ │ ├── unsubscribe_two_tone.cljs
│ │ ├── upcoming.cljs
│ │ ├── upcoming_outlined.cljs
│ │ ├── upcoming_rounded.cljs
│ │ ├── upcoming_sharp.cljs
│ │ ├── upcoming_two_tone.cljs
│ │ ├── update.cljs
│ │ ├── update_disabled.cljs
│ │ ├── update_disabled_outlined.cljs
│ │ ├── update_disabled_rounded.cljs
│ │ ├── update_disabled_sharp.cljs
│ │ ├── update_disabled_two_tone.cljs
│ │ ├── update_outlined.cljs
│ │ ├── update_rounded.cljs
│ │ ├── update_sharp.cljs
│ │ ├── update_two_tone.cljs
│ │ ├── upgrade.cljs
│ │ ├── upgrade_outlined.cljs
│ │ ├── upgrade_rounded.cljs
│ │ ├── upgrade_sharp.cljs
│ │ ├── upgrade_two_tone.cljs
│ │ ├── upload.cljs
│ │ ├── upload_file.cljs
│ │ ├── upload_file_outlined.cljs
│ │ ├── upload_file_rounded.cljs
│ │ ├── upload_file_sharp.cljs
│ │ ├── upload_file_two_tone.cljs
│ │ ├── upload_outlined.cljs
│ │ ├── upload_rounded.cljs
│ │ ├── upload_sharp.cljs
│ │ ├── upload_two_tone.cljs
│ │ ├── usb.cljs
│ │ ├── usb_off.cljs
│ │ ├── usb_off_outlined.cljs
│ │ ├── usb_off_rounded.cljs
│ │ ├── usb_off_sharp.cljs
│ │ ├── usb_off_two_tone.cljs
│ │ ├── usb_outlined.cljs
│ │ ├── usb_rounded.cljs
│ │ ├── usb_sharp.cljs
│ │ ├── usb_two_tone.cljs
│ │ ├── vaccines.cljs
│ │ ├── vaccines_outlined.cljs
│ │ ├── vaccines_rounded.cljs
│ │ ├── vaccines_sharp.cljs
│ │ ├── vaccines_two_tone.cljs
│ │ ├── vape_free.cljs
│ │ ├── vape_free_outlined.cljs
│ │ ├── vape_free_rounded.cljs
│ │ ├── vape_free_sharp.cljs
│ │ ├── vape_free_two_tone.cljs
│ │ ├── vaping_rooms.cljs
│ │ ├── vaping_rooms_outlined.cljs
│ │ ├── vaping_rooms_rounded.cljs
│ │ ├── vaping_rooms_sharp.cljs
│ │ ├── vaping_rooms_two_tone.cljs
│ │ ├── verified.cljs
│ │ ├── verified_outlined.cljs
│ │ ├── verified_rounded.cljs
│ │ ├── verified_sharp.cljs
│ │ ├── verified_two_tone.cljs
│ │ ├── verified_user.cljs
│ │ ├── verified_user_outlined.cljs
│ │ ├── verified_user_rounded.cljs
│ │ ├── verified_user_sharp.cljs
│ │ ├── verified_user_two_tone.cljs
│ │ ├── vertical_align_bottom.cljs
│ │ ├── vertical_align_bottom_outlined.cljs
│ │ ├── vertical_align_bottom_rounded.cljs
│ │ ├── vertical_align_bottom_sharp.cljs
│ │ ├── vertical_align_bottom_two_tone.cljs
│ │ ├── vertical_align_center.cljs
│ │ ├── vertical_align_center_outlined.cljs
│ │ ├── vertical_align_center_rounded.cljs
│ │ ├── vertical_align_center_sharp.cljs
│ │ ├── vertical_align_center_two_tone.cljs
│ │ ├── vertical_align_top.cljs
│ │ ├── vertical_align_top_outlined.cljs
│ │ ├── vertical_align_top_rounded.cljs
│ │ ├── vertical_align_top_sharp.cljs
│ │ ├── vertical_align_top_two_tone.cljs
│ │ ├── vertical_shades.cljs
│ │ ├── vertical_shades_closed.cljs
│ │ ├── vertical_shades_closed_outlined.cljs
│ │ ├── vertical_shades_closed_rounded.cljs
│ │ ├── vertical_shades_closed_sharp.cljs
│ │ ├── vertical_shades_closed_two_tone.cljs
│ │ ├── vertical_shades_outlined.cljs
│ │ ├── vertical_shades_rounded.cljs
│ │ ├── vertical_shades_sharp.cljs
│ │ ├── vertical_shades_two_tone.cljs
│ │ ├── vertical_split.cljs
│ │ ├── vertical_split_outlined.cljs
│ │ ├── vertical_split_rounded.cljs
│ │ ├── vertical_split_sharp.cljs
│ │ ├── vertical_split_two_tone.cljs
│ │ ├── vibration.cljs
│ │ ├── vibration_outlined.cljs
│ │ ├── vibration_rounded.cljs
│ │ ├── vibration_sharp.cljs
│ │ ├── vibration_two_tone.cljs
│ │ ├── video_call.cljs
│ │ ├── video_call_outlined.cljs
│ │ ├── video_call_rounded.cljs
│ │ ├── video_call_sharp.cljs
│ │ ├── video_call_two_tone.cljs
│ │ ├── video_camera_back.cljs
│ │ ├── video_camera_back_outlined.cljs
│ │ ├── video_camera_back_rounded.cljs
│ │ ├── video_camera_back_sharp.cljs
│ │ ├── video_camera_back_two_tone.cljs
│ │ ├── video_camera_front.cljs
│ │ ├── video_camera_front_outlined.cljs
│ │ ├── video_camera_front_rounded.cljs
│ │ ├── video_camera_front_sharp.cljs
│ │ ├── video_camera_front_two_tone.cljs
│ │ ├── video_chat.cljs
│ │ ├── video_chat_outlined.cljs
│ │ ├── video_chat_rounded.cljs
│ │ ├── video_chat_sharp.cljs
│ │ ├── video_chat_two_tone.cljs
│ │ ├── video_file.cljs
│ │ ├── video_file_outlined.cljs
│ │ ├── video_file_rounded.cljs
│ │ ├── video_file_sharp.cljs
│ │ ├── video_file_two_tone.cljs
│ │ ├── video_label.cljs
│ │ ├── video_label_outlined.cljs
│ │ ├── video_label_rounded.cljs
│ │ ├── video_label_sharp.cljs
│ │ ├── video_label_two_tone.cljs
│ │ ├── video_library.cljs
│ │ ├── video_library_outlined.cljs
│ │ ├── video_library_rounded.cljs
│ │ ├── video_library_sharp.cljs
│ │ ├── video_library_two_tone.cljs
│ │ ├── video_settings.cljs
│ │ ├── video_settings_outlined.cljs
│ │ ├── video_settings_rounded.cljs
│ │ ├── video_settings_sharp.cljs
│ │ ├── video_settings_two_tone.cljs
│ │ ├── video_stable.cljs
│ │ ├── video_stable_outlined.cljs
│ │ ├── video_stable_rounded.cljs
│ │ ├── video_stable_sharp.cljs
│ │ ├── video_stable_two_tone.cljs
│ │ ├── videocam.cljs
│ │ ├── videocam_off.cljs
│ │ ├── videocam_off_outlined.cljs
│ │ ├── videocam_off_rounded.cljs
│ │ ├── videocam_off_sharp.cljs
│ │ ├── videocam_off_two_tone.cljs
│ │ ├── videocam_outlined.cljs
│ │ ├── videocam_rounded.cljs
│ │ ├── videocam_sharp.cljs
│ │ ├── videocam_two_tone.cljs
│ │ ├── videogame_asset.cljs
│ │ ├── videogame_asset_off.cljs
│ │ ├── videogame_asset_off_outlined.cljs
│ │ ├── videogame_asset_off_rounded.cljs
│ │ ├── videogame_asset_off_sharp.cljs
│ │ ├── videogame_asset_off_two_tone.cljs
│ │ ├── videogame_asset_outlined.cljs
│ │ ├── videogame_asset_rounded.cljs
│ │ ├── videogame_asset_sharp.cljs
│ │ ├── videogame_asset_two_tone.cljs
│ │ ├── view_agenda.cljs
│ │ ├── view_agenda_outlined.cljs
│ │ ├── view_agenda_rounded.cljs
│ │ ├── view_agenda_sharp.cljs
│ │ ├── view_agenda_two_tone.cljs
│ │ ├── view_array.cljs
│ │ ├── view_array_outlined.cljs
│ │ ├── view_array_rounded.cljs
│ │ ├── view_array_sharp.cljs
│ │ ├── view_array_two_tone.cljs
│ │ ├── view_carousel.cljs
│ │ ├── view_carousel_outlined.cljs
│ │ ├── view_carousel_rounded.cljs
│ │ ├── view_carousel_sharp.cljs
│ │ ├── view_carousel_two_tone.cljs
│ │ ├── view_column.cljs
│ │ ├── view_column_outlined.cljs
│ │ ├── view_column_rounded.cljs
│ │ ├── view_column_sharp.cljs
│ │ ├── view_column_two_tone.cljs
│ │ ├── view_comfy.cljs
│ │ ├── view_comfy_alt.cljs
│ │ ├── view_comfy_alt_outlined.cljs
│ │ ├── view_comfy_alt_rounded.cljs
│ │ ├── view_comfy_alt_sharp.cljs
│ │ ├── view_comfy_alt_two_tone.cljs
│ │ ├── view_comfy_outlined.cljs
│ │ ├── view_comfy_rounded.cljs
│ │ ├── view_comfy_sharp.cljs
│ │ ├── view_comfy_two_tone.cljs
│ │ ├── view_compact.cljs
│ │ ├── view_compact_alt.cljs
│ │ ├── view_compact_alt_outlined.cljs
│ │ ├── view_compact_alt_rounded.cljs
│ │ ├── view_compact_alt_sharp.cljs
│ │ ├── view_compact_alt_two_tone.cljs
│ │ ├── view_compact_outlined.cljs
│ │ ├── view_compact_rounded.cljs
│ │ ├── view_compact_sharp.cljs
│ │ ├── view_compact_two_tone.cljs
│ │ ├── view_cozy.cljs
│ │ ├── view_cozy_outlined.cljs
│ │ ├── view_cozy_rounded.cljs
│ │ ├── view_cozy_sharp.cljs
│ │ ├── view_cozy_two_tone.cljs
│ │ ├── view_day.cljs
│ │ ├── view_day_outlined.cljs
│ │ ├── view_day_rounded.cljs
│ │ ├── view_day_sharp.cljs
│ │ ├── view_day_two_tone.cljs
│ │ ├── view_headline.cljs
│ │ ├── view_headline_outlined.cljs
│ │ ├── view_headline_rounded.cljs
│ │ ├── view_headline_sharp.cljs
│ │ ├── view_headline_two_tone.cljs
│ │ ├── view_in_ar.cljs
│ │ ├── view_in_ar_outlined.cljs
│ │ ├── view_in_ar_rounded.cljs
│ │ ├── view_in_ar_sharp.cljs
│ │ ├── view_in_ar_two_tone.cljs
│ │ ├── view_kanban.cljs
│ │ ├── view_kanban_outlined.cljs
│ │ ├── view_kanban_rounded.cljs
│ │ ├── view_kanban_sharp.cljs
│ │ ├── view_kanban_two_tone.cljs
│ │ ├── view_list.cljs
│ │ ├── view_list_outlined.cljs
│ │ ├── view_list_rounded.cljs
│ │ ├── view_list_sharp.cljs
│ │ ├── view_list_two_tone.cljs
│ │ ├── view_module.cljs
│ │ ├── view_module_outlined.cljs
│ │ ├── view_module_rounded.cljs
│ │ ├── view_module_sharp.cljs
│ │ ├── view_module_two_tone.cljs
│ │ ├── view_quilt.cljs
│ │ ├── view_quilt_outlined.cljs
│ │ ├── view_quilt_rounded.cljs
│ │ ├── view_quilt_sharp.cljs
│ │ ├── view_quilt_two_tone.cljs
│ │ ├── view_sidebar.cljs
│ │ ├── view_sidebar_outlined.cljs
│ │ ├── view_sidebar_rounded.cljs
│ │ ├── view_sidebar_sharp.cljs
│ │ ├── view_sidebar_two_tone.cljs
│ │ ├── view_stream.cljs
│ │ ├── view_stream_outlined.cljs
│ │ ├── view_stream_rounded.cljs
│ │ ├── view_stream_sharp.cljs
│ │ ├── view_stream_two_tone.cljs
│ │ ├── view_timeline.cljs
│ │ ├── view_timeline_outlined.cljs
│ │ ├── view_timeline_rounded.cljs
│ │ ├── view_timeline_sharp.cljs
│ │ ├── view_timeline_two_tone.cljs
│ │ ├── view_week.cljs
│ │ ├── view_week_outlined.cljs
│ │ ├── view_week_rounded.cljs
│ │ ├── view_week_sharp.cljs
│ │ ├── view_week_two_tone.cljs
│ │ ├── vignette.cljs
│ │ ├── vignette_outlined.cljs
│ │ ├── vignette_rounded.cljs
│ │ ├── vignette_sharp.cljs
│ │ ├── vignette_two_tone.cljs
│ │ ├── villa.cljs
│ │ ├── villa_outlined.cljs
│ │ ├── villa_rounded.cljs
│ │ ├── villa_sharp.cljs
│ │ ├── villa_two_tone.cljs
│ │ ├── visibility.cljs
│ │ ├── visibility_off.cljs
│ │ ├── visibility_off_outlined.cljs
│ │ ├── visibility_off_rounded.cljs
│ │ ├── visibility_off_sharp.cljs
│ │ ├── visibility_off_two_tone.cljs
│ │ ├── visibility_outlined.cljs
│ │ ├── visibility_rounded.cljs
│ │ ├── visibility_sharp.cljs
│ │ ├── visibility_two_tone.cljs
│ │ ├── voice_chat.cljs
│ │ ├── voice_chat_outlined.cljs
│ │ ├── voice_chat_rounded.cljs
│ │ ├── voice_chat_sharp.cljs
│ │ ├── voice_chat_two_tone.cljs
│ │ ├── voice_over_off.cljs
│ │ ├── voice_over_off_outlined.cljs
│ │ ├── voice_over_off_rounded.cljs
│ │ ├── voice_over_off_sharp.cljs
│ │ ├── voice_over_off_two_tone.cljs
│ │ ├── voicemail.cljs
│ │ ├── voicemail_outlined.cljs
│ │ ├── voicemail_rounded.cljs
│ │ ├── voicemail_sharp.cljs
│ │ ├── voicemail_two_tone.cljs
│ │ ├── volcano.cljs
│ │ ├── volcano_outlined.cljs
│ │ ├── volcano_rounded.cljs
│ │ ├── volcano_sharp.cljs
│ │ ├── volcano_two_tone.cljs
│ │ ├── volume_down.cljs
│ │ ├── volume_down_outlined.cljs
│ │ ├── volume_down_rounded.cljs
│ │ ├── volume_down_sharp.cljs
│ │ ├── volume_down_two_tone.cljs
│ │ ├── volume_mute.cljs
│ │ ├── volume_mute_outlined.cljs
│ │ ├── volume_mute_rounded.cljs
│ │ ├── volume_mute_sharp.cljs
│ │ ├── volume_mute_two_tone.cljs
│ │ ├── volume_off.cljs
│ │ ├── volume_off_outlined.cljs
│ │ ├── volume_off_rounded.cljs
│ │ ├── volume_off_sharp.cljs
│ │ ├── volume_off_two_tone.cljs
│ │ ├── volume_up.cljs
│ │ ├── volume_up_outlined.cljs
│ │ ├── volume_up_rounded.cljs
│ │ ├── volume_up_sharp.cljs
│ │ ├── volume_up_two_tone.cljs
│ │ ├── volunteer_activism.cljs
│ │ ├── volunteer_activism_outlined.cljs
│ │ ├── volunteer_activism_rounded.cljs
│ │ ├── volunteer_activism_sharp.cljs
│ │ ├── volunteer_activism_two_tone.cljs
│ │ ├── vpn_key.cljs
│ │ ├── vpn_key_off.cljs
│ │ ├── vpn_key_off_outlined.cljs
│ │ ├── vpn_key_off_rounded.cljs
│ │ ├── vpn_key_off_sharp.cljs
│ │ ├── vpn_key_off_two_tone.cljs
│ │ ├── vpn_key_outlined.cljs
│ │ ├── vpn_key_rounded.cljs
│ │ ├── vpn_key_sharp.cljs
│ │ ├── vpn_key_two_tone.cljs
│ │ ├── vpn_lock.cljs
│ │ ├── vpn_lock_outlined.cljs
│ │ ├── vpn_lock_rounded.cljs
│ │ ├── vpn_lock_sharp.cljs
│ │ ├── vpn_lock_two_tone.cljs
│ │ ├── vrpano.cljs
│ │ ├── vrpano_outlined.cljs
│ │ ├── vrpano_rounded.cljs
│ │ ├── vrpano_sharp.cljs
│ │ ├── vrpano_two_tone.cljs
│ │ ├── wallet.cljs
│ │ ├── wallet_outlined.cljs
│ │ ├── wallet_rounded.cljs
│ │ ├── wallet_sharp.cljs
│ │ ├── wallet_two_tone.cljs
│ │ ├── wallpaper.cljs
│ │ ├── wallpaper_outlined.cljs
│ │ ├── wallpaper_rounded.cljs
│ │ ├── wallpaper_sharp.cljs
│ │ ├── wallpaper_two_tone.cljs
│ │ ├── warehouse.cljs
│ │ ├── warehouse_outlined.cljs
│ │ ├── warehouse_rounded.cljs
│ │ ├── warehouse_sharp.cljs
│ │ ├── warehouse_two_tone.cljs
│ │ ├── warning.cljs
│ │ ├── warning_amber.cljs
│ │ ├── warning_amber_outlined.cljs
│ │ ├── warning_amber_rounded.cljs
│ │ ├── warning_amber_sharp.cljs
│ │ ├── warning_amber_two_tone.cljs
│ │ ├── warning_outlined.cljs
│ │ ├── warning_rounded.cljs
│ │ ├── warning_sharp.cljs
│ │ ├── warning_two_tone.cljs
│ │ ├── wash.cljs
│ │ ├── wash_outlined.cljs
│ │ ├── wash_rounded.cljs
│ │ ├── wash_sharp.cljs
│ │ ├── wash_two_tone.cljs
│ │ ├── watch.cljs
│ │ ├── watch_later.cljs
│ │ ├── watch_later_outlined.cljs
│ │ ├── watch_later_rounded.cljs
│ │ ├── watch_later_sharp.cljs
│ │ ├── watch_later_two_tone.cljs
│ │ ├── watch_off.cljs
│ │ ├── watch_off_outlined.cljs
│ │ ├── watch_off_rounded.cljs
│ │ ├── watch_off_sharp.cljs
│ │ ├── watch_off_two_tone.cljs
│ │ ├── watch_outlined.cljs
│ │ ├── watch_rounded.cljs
│ │ ├── watch_sharp.cljs
│ │ ├── watch_two_tone.cljs
│ │ ├── water.cljs
│ │ ├── water_damage.cljs
│ │ ├── water_damage_outlined.cljs
│ │ ├── water_damage_rounded.cljs
│ │ ├── water_damage_sharp.cljs
│ │ ├── water_damage_two_tone.cljs
│ │ ├── water_outlined.cljs
│ │ ├── water_rounded.cljs
│ │ ├── water_sharp.cljs
│ │ ├── water_two_tone.cljs
│ │ ├── waterfall_chart.cljs
│ │ ├── waterfall_chart_outlined.cljs
│ │ ├── waterfall_chart_rounded.cljs
│ │ ├── waterfall_chart_sharp.cljs
│ │ ├── waterfall_chart_two_tone.cljs
│ │ ├── waves.cljs
│ │ ├── waves_outlined.cljs
│ │ ├── waves_rounded.cljs
│ │ ├── waves_sharp.cljs
│ │ ├── waves_two_tone.cljs
│ │ ├── wb_auto.cljs
│ │ ├── wb_auto_outlined.cljs
│ │ ├── wb_auto_rounded.cljs
│ │ ├── wb_auto_sharp.cljs
│ │ ├── wb_auto_two_tone.cljs
│ │ ├── wb_cloudy.cljs
│ │ ├── wb_cloudy_outlined.cljs
│ │ ├── wb_cloudy_rounded.cljs
│ │ ├── wb_cloudy_sharp.cljs
│ │ ├── wb_cloudy_two_tone.cljs
│ │ ├── wb_incandescent.cljs
│ │ ├── wb_incandescent_outlined.cljs
│ │ ├── wb_incandescent_rounded.cljs
│ │ ├── wb_incandescent_sharp.cljs
│ │ ├── wb_incandescent_two_tone.cljs
│ │ ├── wb_iridescent.cljs
│ │ ├── wb_iridescent_outlined.cljs
│ │ ├── wb_iridescent_rounded.cljs
│ │ ├── wb_iridescent_sharp.cljs
│ │ ├── wb_iridescent_two_tone.cljs
│ │ ├── wb_shade.cljs
│ │ ├── wb_shade_outlined.cljs
│ │ ├── wb_shade_rounded.cljs
│ │ ├── wb_shade_sharp.cljs
│ │ ├── wb_shade_two_tone.cljs
│ │ ├── wb_sunny.cljs
│ │ ├── wb_sunny_outlined.cljs
│ │ ├── wb_sunny_rounded.cljs
│ │ ├── wb_sunny_sharp.cljs
│ │ ├── wb_sunny_two_tone.cljs
│ │ ├── wb_twilight.cljs
│ │ ├── wb_twilight_outlined.cljs
│ │ ├── wb_twilight_rounded.cljs
│ │ ├── wb_twilight_sharp.cljs
│ │ ├── wb_twilight_two_tone.cljs
│ │ ├── wc.cljs
│ │ ├── wc_outlined.cljs
│ │ ├── wc_rounded.cljs
│ │ ├── wc_sharp.cljs
│ │ ├── wc_two_tone.cljs
│ │ ├── web.cljs
│ │ ├── web_asset.cljs
│ │ ├── web_asset_off.cljs
│ │ ├── web_asset_off_outlined.cljs
│ │ ├── web_asset_off_rounded.cljs
│ │ ├── web_asset_off_sharp.cljs
│ │ ├── web_asset_off_two_tone.cljs
│ │ ├── web_asset_outlined.cljs
│ │ ├── web_asset_rounded.cljs
│ │ ├── web_asset_sharp.cljs
│ │ ├── web_asset_two_tone.cljs
│ │ ├── web_outlined.cljs
│ │ ├── web_rounded.cljs
│ │ ├── web_sharp.cljs
│ │ ├── web_stories.cljs
│ │ ├── web_stories_outlined.cljs
│ │ ├── web_stories_rounded.cljs
│ │ ├── web_stories_sharp.cljs
│ │ ├── web_stories_two_tone.cljs
│ │ ├── web_two_tone.cljs
│ │ ├── webhook.cljs
│ │ ├── webhook_outlined.cljs
│ │ ├── webhook_rounded.cljs
│ │ ├── webhook_sharp.cljs
│ │ ├── webhook_two_tone.cljs
│ │ ├── weekend.cljs
│ │ ├── weekend_outlined.cljs
│ │ ├── weekend_rounded.cljs
│ │ ├── weekend_sharp.cljs
│ │ ├── weekend_two_tone.cljs
│ │ ├── west.cljs
│ │ ├── west_outlined.cljs
│ │ ├── west_rounded.cljs
│ │ ├── west_sharp.cljs
│ │ ├── west_two_tone.cljs
│ │ ├── whats_app.cljs
│ │ ├── whatshot.cljs
│ │ ├── whatshot_outlined.cljs
│ │ ├── whatshot_rounded.cljs
│ │ ├── whatshot_sharp.cljs
│ │ ├── whatshot_two_tone.cljs
│ │ ├── wheelchair_pickup.cljs
│ │ ├── wheelchair_pickup_outlined.cljs
│ │ ├── wheelchair_pickup_rounded.cljs
│ │ ├── wheelchair_pickup_sharp.cljs
│ │ ├── wheelchair_pickup_two_tone.cljs
│ │ ├── where_to_vote.cljs
│ │ ├── where_to_vote_outlined.cljs
│ │ ├── where_to_vote_rounded.cljs
│ │ ├── where_to_vote_sharp.cljs
│ │ ├── where_to_vote_two_tone.cljs
│ │ ├── widgets.cljs
│ │ ├── widgets_outlined.cljs
│ │ ├── widgets_rounded.cljs
│ │ ├── widgets_sharp.cljs
│ │ ├── widgets_two_tone.cljs
│ │ ├── width_full.cljs
│ │ ├── width_full_outlined.cljs
│ │ ├── width_full_rounded.cljs
│ │ ├── width_full_sharp.cljs
│ │ ├── width_full_two_tone.cljs
│ │ ├── width_normal.cljs
│ │ ├── width_normal_outlined.cljs
│ │ ├── width_normal_rounded.cljs
│ │ ├── width_normal_sharp.cljs
│ │ ├── width_normal_two_tone.cljs
│ │ ├── width_wide.cljs
│ │ ├── width_wide_outlined.cljs
│ │ ├── width_wide_rounded.cljs
│ │ ├── width_wide_sharp.cljs
│ │ ├── width_wide_two_tone.cljs
│ │ ├── wifi.cljs
│ │ ├── wifi_1_bar.cljs
│ │ ├── wifi_1_bar_outlined.cljs
│ │ ├── wifi_1_bar_rounded.cljs
│ │ ├── wifi_1_bar_sharp.cljs
│ │ ├── wifi_1_bar_two_tone.cljs
│ │ ├── wifi_2_bar.cljs
│ │ ├── wifi_2_bar_outlined.cljs
│ │ ├── wifi_2_bar_rounded.cljs
│ │ ├── wifi_2_bar_sharp.cljs
│ │ ├── wifi_2_bar_two_tone.cljs
│ │ ├── wifi_calling.cljs
│ │ ├── wifi_calling_3.cljs
│ │ ├── wifi_calling_3_outlined.cljs
│ │ ├── wifi_calling_3_rounded.cljs
│ │ ├── wifi_calling_3_sharp.cljs
│ │ ├── wifi_calling_3_two_tone.cljs
│ │ ├── wifi_calling_outlined.cljs
│ │ ├── wifi_calling_rounded.cljs
│ │ ├── wifi_calling_sharp.cljs
│ │ ├── wifi_calling_two_tone.cljs
│ │ ├── wifi_channel.cljs
│ │ ├── wifi_channel_outlined.cljs
│ │ ├── wifi_channel_rounded.cljs
│ │ ├── wifi_channel_sharp.cljs
│ │ ├── wifi_channel_two_tone.cljs
│ │ ├── wifi_find.cljs
│ │ ├── wifi_find_outlined.cljs
│ │ ├── wifi_find_rounded.cljs
│ │ ├── wifi_find_sharp.cljs
│ │ ├── wifi_find_two_tone.cljs
│ │ ├── wifi_lock.cljs
│ │ ├── wifi_lock_outlined.cljs
│ │ ├── wifi_lock_rounded.cljs
│ │ ├── wifi_lock_sharp.cljs
│ │ ├── wifi_lock_two_tone.cljs
│ │ ├── wifi_off.cljs
│ │ ├── wifi_off_outlined.cljs
│ │ ├── wifi_off_rounded.cljs
│ │ ├── wifi_off_sharp.cljs
│ │ ├── wifi_off_two_tone.cljs
│ │ ├── wifi_outlined.cljs
│ │ ├── wifi_password.cljs
│ │ ├── wifi_password_outlined.cljs
│ │ ├── wifi_password_rounded.cljs
│ │ ├── wifi_password_sharp.cljs
│ │ ├── wifi_password_two_tone.cljs
│ │ ├── wifi_protected_setup.cljs
│ │ ├── wifi_protected_setup_outlined.cljs
│ │ ├── wifi_protected_setup_rounded.cljs
│ │ ├── wifi_protected_setup_sharp.cljs
│ │ ├── wifi_protected_setup_two_tone.cljs
│ │ ├── wifi_rounded.cljs
│ │ ├── wifi_sharp.cljs
│ │ ├── wifi_tethering.cljs
│ │ ├── wifi_tethering_error.cljs
│ │ ├── wifi_tethering_error_outlined.cljs
│ │ ├── wifi_tethering_error_rounded.cljs
│ │ ├── wifi_tethering_error_rounded_outlined.cljs
│ │ ├── wifi_tethering_error_rounded_rounded.cljs
│ │ ├── wifi_tethering_error_rounded_sharp.cljs
│ │ ├── wifi_tethering_error_rounded_two_tone.cljs
│ │ ├── wifi_tethering_error_sharp.cljs
│ │ ├── wifi_tethering_error_two_tone.cljs
│ │ ├── wifi_tethering_off.cljs
│ │ ├── wifi_tethering_off_outlined.cljs
│ │ ├── wifi_tethering_off_rounded.cljs
│ │ ├── wifi_tethering_off_sharp.cljs
│ │ ├── wifi_tethering_off_two_tone.cljs
│ │ ├── wifi_tethering_outlined.cljs
│ │ ├── wifi_tethering_rounded.cljs
│ │ ├── wifi_tethering_sharp.cljs
│ │ ├── wifi_tethering_two_tone.cljs
│ │ ├── wifi_two_tone.cljs
│ │ ├── wind_power.cljs
│ │ ├── wind_power_outlined.cljs
│ │ ├── wind_power_rounded.cljs
│ │ ├── wind_power_sharp.cljs
│ │ ├── wind_power_two_tone.cljs
│ │ ├── window.cljs
│ │ ├── window_outlined.cljs
│ │ ├── window_rounded.cljs
│ │ ├── window_sharp.cljs
│ │ ├── window_two_tone.cljs
│ │ ├── wine_bar.cljs
│ │ ├── wine_bar_outlined.cljs
│ │ ├── wine_bar_rounded.cljs
│ │ ├── wine_bar_sharp.cljs
│ │ ├── wine_bar_two_tone.cljs
│ │ ├── woman.cljs
│ │ ├── woman_2.cljs
│ │ ├── woman_2_outlined.cljs
│ │ ├── woman_2_rounded.cljs
│ │ ├── woman_2_sharp.cljs
│ │ ├── woman_2_two_tone.cljs
│ │ ├── woman_outlined.cljs
│ │ ├── woman_rounded.cljs
│ │ ├── woman_sharp.cljs
│ │ ├── woman_two_tone.cljs
│ │ ├── work.cljs
│ │ ├── work_history.cljs
│ │ ├── work_history_outlined.cljs
│ │ ├── work_history_rounded.cljs
│ │ ├── work_history_sharp.cljs
│ │ ├── work_history_two_tone.cljs
│ │ ├── work_off.cljs
│ │ ├── work_off_outlined.cljs
│ │ ├── work_off_rounded.cljs
│ │ ├── work_off_sharp.cljs
│ │ ├── work_off_two_tone.cljs
│ │ ├── work_outline.cljs
│ │ ├── work_outline_outlined.cljs
│ │ ├── work_outline_rounded.cljs
│ │ ├── work_outline_sharp.cljs
│ │ ├── work_outline_two_tone.cljs
│ │ ├── work_outlined.cljs
│ │ ├── work_rounded.cljs
│ │ ├── work_sharp.cljs
│ │ ├── work_two_tone.cljs
│ │ ├── workspace_premium.cljs
│ │ ├── workspace_premium_outlined.cljs
│ │ ├── workspace_premium_rounded.cljs
│ │ ├── workspace_premium_sharp.cljs
│ │ ├── workspace_premium_two_tone.cljs
│ │ ├── workspaces.cljs
│ │ ├── workspaces_outlined.cljs
│ │ ├── workspaces_rounded.cljs
│ │ ├── workspaces_sharp.cljs
│ │ ├── workspaces_two_tone.cljs
│ │ ├── wrap_text.cljs
│ │ ├── wrap_text_outlined.cljs
│ │ ├── wrap_text_rounded.cljs
│ │ ├── wrap_text_sharp.cljs
│ │ ├── wrap_text_two_tone.cljs
│ │ ├── wrong_location.cljs
│ │ ├── wrong_location_outlined.cljs
│ │ ├── wrong_location_rounded.cljs
│ │ ├── wrong_location_sharp.cljs
│ │ ├── wrong_location_two_tone.cljs
│ │ ├── wysiwyg.cljs
│ │ ├── wysiwyg_outlined.cljs
│ │ ├── wysiwyg_rounded.cljs
│ │ ├── wysiwyg_sharp.cljs
│ │ ├── wysiwyg_two_tone.cljs
│ │ ├── yard.cljs
│ │ ├── yard_outlined.cljs
│ │ ├── yard_rounded.cljs
│ │ ├── yard_sharp.cljs
│ │ ├── yard_two_tone.cljs
│ │ ├── you_tube.cljs
│ │ ├── youtube_searched_for.cljs
│ │ ├── youtube_searched_for_outlined.cljs
│ │ ├── youtube_searched_for_rounded.cljs
│ │ ├── youtube_searched_for_sharp.cljs
│ │ ├── youtube_searched_for_two_tone.cljs
│ │ ├── zoom_in.cljs
│ │ ├── zoom_in_map.cljs
│ │ ├── zoom_in_map_outlined.cljs
│ │ ├── zoom_in_map_rounded.cljs
│ │ ├── zoom_in_map_sharp.cljs
│ │ ├── zoom_in_map_two_tone.cljs
│ │ ├── zoom_in_outlined.cljs
│ │ ├── zoom_in_rounded.cljs
│ │ ├── zoom_in_sharp.cljs
│ │ ├── zoom_in_two_tone.cljs
│ │ ├── zoom_out.cljs
│ │ ├── zoom_out_map.cljs
│ │ ├── zoom_out_map_outlined.cljs
│ │ ├── zoom_out_map_rounded.cljs
│ │ ├── zoom_out_map_sharp.cljs
│ │ ├── zoom_out_map_two_tone.cljs
│ │ ├── zoom_out_outlined.cljs
│ │ ├── zoom_out_rounded.cljs
│ │ ├── zoom_out_sharp.cljs
│ │ └── zoom_out_two_tone.cljs
│ ├── js/
│ │ └── karma.js
│ └── x/
│ └── reagent_mui/
│ └── x/
│ ├── data_grid.cljs
│ ├── data_grid_premium.cljs
│ ├── data_grid_pro.cljs
│ ├── date_calendar.cljs
│ ├── date_calendar_pro.cljs
│ ├── date_field.cljs
│ ├── date_field_pro.cljs
│ ├── date_picker.cljs
│ ├── date_picker_pro.cljs
│ ├── date_picker_toolbar.cljs
│ ├── date_picker_toolbar_pro.cljs
│ ├── date_range_calendar_pro.cljs
│ ├── date_range_picker_day_pro.cljs
│ ├── date_range_picker_pro.cljs
│ ├── date_range_picker_toolbar_pro.cljs
│ ├── date_time_field.cljs
│ ├── date_time_field_pro.cljs
│ ├── date_time_picker.cljs
│ ├── date_time_picker_pro.cljs
│ ├── date_time_picker_tabs.cljs
│ ├── date_time_picker_tabs_pro.cljs
│ ├── date_time_picker_toolbar.cljs
│ ├── date_time_picker_toolbar_pro.cljs
│ ├── day_calendar_skeleton.cljs
│ ├── day_calendar_skeleton_pro.cljs
│ ├── desktop_date_picker.cljs
│ ├── desktop_date_picker_pro.cljs
│ ├── desktop_date_range_picker_pro.cljs
│ ├── desktop_date_time_picker.cljs
│ ├── desktop_date_time_picker_pro.cljs
│ ├── desktop_time_picker.cljs
│ ├── desktop_time_picker_pro.cljs
│ ├── localization_provider.cljs
│ ├── localization_provider_pro.cljs
│ ├── mobile_date_picker.cljs
│ ├── mobile_date_picker_pro.cljs
│ ├── mobile_date_range_picker_pro.cljs
│ ├── mobile_date_time_picker.cljs
│ ├── mobile_date_time_picker_pro.cljs
│ ├── mobile_time_picker.cljs
│ ├── mobile_time_picker_pro.cljs
│ ├── month_calendar.cljs
│ ├── month_calendar_pro.cljs
│ ├── multi_input_date_range_field_pro.cljs
│ ├── multi_input_date_time_range_field_pro.cljs
│ ├── multi_input_time_range_field_pro.cljs
│ ├── pickers_action_bar.cljs
│ ├── pickers_action_bar_pro.cljs
│ ├── pickers_day.cljs
│ ├── pickers_day_pro.cljs
│ ├── pickers_layout.cljs
│ ├── pickers_layout_pro.cljs
│ ├── pickers_shortcuts.cljs
│ ├── pickers_shortcuts_pro.cljs
│ ├── single_input_date_range_field_pro.cljs
│ ├── single_input_date_time_range_field_pro.cljs
│ ├── single_input_time_range_field_pro.cljs
│ ├── static_date_picker.cljs
│ ├── static_date_picker_pro.cljs
│ ├── static_date_range_picker_pro.cljs
│ ├── static_date_time_picker.cljs
│ ├── static_date_time_picker_pro.cljs
│ ├── static_time_picker.cljs
│ ├── static_time_picker_pro.cljs
│ ├── time_clock.cljs
│ ├── time_clock_pro.cljs
│ ├── time_field.cljs
│ ├── time_field_pro.cljs
│ ├── time_picker.cljs
│ ├── time_picker_pro.cljs
│ ├── time_picker_toolbar.cljs
│ ├── time_picker_toolbar_pro.cljs
│ ├── year_calendar.cljs
│ └── year_calendar_pro.cljs
└── test/
└── reagent_mui/
├── cljs_time_adapter_test.cljs
├── cljsjs_test.cljs
├── jss_styles_test.cljs
├── reagent_test.cljs
├── styles_test.cljs
├── test_runner.cljs
├── test_util.cljs
├── text_field_test.cljs
└── util_test.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
[](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
================================================
Example
Reagent example app – see README.md
================================================
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, 'entries/mui-material.js')
},
output: {
library: {
name: {
root: 'MuiMaterial'
}
}
},
externals: [
externals.base,
externals.utils
]
}, {
entry: {
'mui-material-styles': path.resolve(__dirname, 'entries/mui-material-styles.js')
},
output: {
library: {
name: {
root: 'MuiMaterialStyles'
}
}
},
externals: [{
'@mui/material/styles': makeExternal(['MuiMaterial', 'styles'], ['mui-material', 'styles'])
}]
}, {
entry: {
'mui-material-utils': path.resolve(__dirname, 'entries/mui-material-utils.js')
},
output: {
library: {
name: {
root: 'MuiMaterialUtils'
}
}
},
externals: [{
'@mui/material/utils': makeExternal(['MuiMaterial', 'utils'], ['mui-material', 'utils'])
}]
}, {
entry: {
'mui-lab': path.resolve(__dirname, '../node_modules/@mui/lab/index.js')
},
output: {
library: {
name: {
root: 'MuiLab'
}
}
},
externals: [
externals.components,
externals.material,
externals.base,
externals.utils
]
}, {
entry: {
'mui-styles': path.resolve(__dirname, '../node_modules/@mui/styles/index.js')
},
output: {
library: {
name: {
root: 'MuiStyles'
}
}
},
externals: [
externals.utils
]
}, {
entry: {
'mui-utils': path.resolve(__dirname, '../node_modules/@mui/utils/index.js')
},
output: {
library: {
name: {
root: 'MuiUtils'
}
}
},
}, {
entry: {
'mui-base': path.resolve(__dirname, '../node_modules/@mui/base/index.js')
},
output: {
library: {
name: {
root: 'MuiBase'
}
}
},
externals: [
externals.baseIndex
],
}].concat(components.map(makeEntry([
externals.material,
externals.lab,
externals.base,
externals.utils
]))).concat(baseComponents.map(makeEntry([
externals.baseInternal,
externals.utils
])))
module.exports = function (env, argv) {
const base = merge(common, argv.mode === 'production' ? production : dev)
return entries.map(entry => merge(base, entry))
}
================================================
FILE: scripts/deploy.sh
================================================
#!/bin/bash
set -euo pipefail
main_version=$(head -n1 "./project.clj" | cut -d' ' -f3)
sub_version=$(head -n1 "./reagent-material-ui-js/project.clj" | cut -d' ' -f3)
if [[ "$main_version" == "$sub_version" ]]; then
(cd reagent-material-ui-js; lein deploy;)
fi
lein deploy
================================================
FILE: shadow-cljs.edn
================================================
{:source-paths ["src/core" "test"]
:dependencies [[reagent "1.1.0"]
[com.andrewmcveigh/cljs-time "0.5.2"]
[camel-snake-kebab "0.4.2"]
[prismatic/dommy "1.1.0"]]
:builds {:test {:target :karma
:output-to "target/test.js"}
:browser-test {:target :browser-test
:test-dir "target/test"
:ns-regexp "-test$"
:devtools {:http-port 9500
:http-root "target/test"}}}}
================================================
FILE: src/core/reagent_mui/base/badge_unstyled.cljs
================================================
(ns reagent-mui.base.badge-unstyled
"Imports @mui/base/BadgeUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/badge-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/BadgeUnstyled" :as MuiBadgeUnstyled]))
(def badge-unstyled (r/adapt-react-class (.-default MuiBadgeUnstyled)))
================================================
FILE: src/core/reagent_mui/base/button_unstyled.cljs
================================================
(ns reagent-mui.base.button-unstyled
"Imports @mui/base/ButtonUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/button-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/ButtonUnstyled" :as MuiButtonUnstyled]))
(def button-unstyled (r/adapt-react-class (.-default MuiButtonUnstyled)))
================================================
FILE: src/core/reagent_mui/base/click_away_listener.cljs
================================================
(ns reagent-mui.base.click-away-listener
"Imports @mui/base/ClickAwayListener as a Reagent component.
Original documentation is at https://mui.com/base/api/click-away-listener/ ."
(:require [reagent.core :as r]
["@mui/base/ClickAwayListener" :as MuiClickAwayListener]))
(def click-away-listener (r/adapt-react-class (.-default MuiClickAwayListener)))
================================================
FILE: src/core/reagent_mui/base/focus_trap.cljs
================================================
(ns reagent-mui.base.focus-trap
"Imports @mui/base/FocusTrap as a Reagent component.
Original documentation is at https://mui.com/base/api/focus-trap/ ."
(:require [reagent.core :as r]
["@mui/base/FocusTrap" :as MuiFocusTrap]))
(def focus-trap (r/adapt-react-class (.-default MuiFocusTrap)))
================================================
FILE: src/core/reagent_mui/base/form_control_unstyled.cljs
================================================
(ns reagent-mui.base.form-control-unstyled
"Imports @mui/base/FormControlUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/form-control-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/FormControlUnstyled" :as MuiFormControlUnstyled]))
(def form-control-unstyled (r/adapt-react-class (.-default MuiFormControlUnstyled)))
================================================
FILE: src/core/reagent_mui/base/input_unstyled.cljs
================================================
(ns reagent-mui.base.input-unstyled
"Imports @mui/base/InputUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/input-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/InputUnstyled" :as MuiInputUnstyled]))
(def input-unstyled (r/adapt-react-class (.-default MuiInputUnstyled)))
================================================
FILE: src/core/reagent_mui/base/menu_item_unstyled.cljs
================================================
(ns reagent-mui.base.menu-item-unstyled
"Imports @mui/base/MenuItemUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/menu-item-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/MenuItemUnstyled" :as MuiMenuItemUnstyled]))
(def menu-item-unstyled (r/adapt-react-class (.-default MuiMenuItemUnstyled)))
================================================
FILE: src/core/reagent_mui/base/menu_unstyled.cljs
================================================
(ns reagent-mui.base.menu-unstyled
"Imports @mui/base/MenuUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/menu-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/MenuUnstyled" :as MuiMenuUnstyled]))
(def menu-unstyled (r/adapt-react-class (.-default MuiMenuUnstyled)))
================================================
FILE: src/core/reagent_mui/base/modal_unstyled.cljs
================================================
(ns reagent-mui.base.modal-unstyled
"Imports @mui/base/ModalUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/modal-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/ModalUnstyled" :as MuiModalUnstyled]))
(def modal-unstyled (r/adapt-react-class (.-default MuiModalUnstyled)))
================================================
FILE: src/core/reagent_mui/base/no_ssr.cljs
================================================
(ns reagent-mui.base.no-ssr
"Imports @mui/base/NoSsr as a Reagent component.
Original documentation is at https://mui.com/base/api/no-ssr/ ."
(:require [reagent.core :as r]
["@mui/base/NoSsr" :as MuiNoSsr]))
(def no-ssr (r/adapt-react-class (.-default MuiNoSsr)))
================================================
FILE: src/core/reagent_mui/base/option_group_unstyled.cljs
================================================
(ns reagent-mui.base.option-group-unstyled
"Imports @mui/base/OptionGroupUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/option-group-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/OptionGroupUnstyled" :as MuiOptionGroupUnstyled]))
(def option-group-unstyled (r/adapt-react-class (.-default MuiOptionGroupUnstyled)))
================================================
FILE: src/core/reagent_mui/base/option_unstyled.cljs
================================================
(ns reagent-mui.base.option-unstyled
"Imports @mui/base/OptionUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/option-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/OptionUnstyled" :as MuiOptionUnstyled]))
(def option-unstyled (r/adapt-react-class (.-default MuiOptionUnstyled)))
================================================
FILE: src/core/reagent_mui/base/popper_unstyled.cljs
================================================
(ns reagent-mui.base.popper-unstyled
"Imports @mui/base/PopperUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/popper-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/PopperUnstyled" :as MuiPopperUnstyled]))
(def popper-unstyled (r/adapt-react-class (.-default MuiPopperUnstyled)))
================================================
FILE: src/core/reagent_mui/base/portal.cljs
================================================
(ns reagent-mui.base.portal
"Imports @mui/base/Portal as a Reagent component.
Original documentation is at https://mui.com/base/api/portal/ ."
(:require [reagent.core :as r]
["@mui/base/Portal" :as MuiPortal]))
(def portal (r/adapt-react-class (.-default MuiPortal)))
================================================
FILE: src/core/reagent_mui/base/select_unstyled.cljs
================================================
(ns reagent-mui.base.select-unstyled
"Imports @mui/base/SelectUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/select-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/SelectUnstyled" :as MuiSelectUnstyled]))
(def select-unstyled (r/adapt-react-class (.-default MuiSelectUnstyled)))
================================================
FILE: src/core/reagent_mui/base/select_unstyled_context.cljs
================================================
(ns reagent-mui.base.select-unstyled-context
"Imports @mui/base/SelectUnstyled/SelectUnstyledContext as a Reagent component.
Original documentation is at https://mui.com/base/api/select-unstyled-context/ ."
(:require [reagent.core :as r]
["@mui/base/SelectUnstyled" :as MuiSelectUnstyled]
[reagent-mui.util :refer [clj->js']]))
(defn select-unstyled-context-provider [{:keys [value]} & children]
[:> MuiSelectUnstyled/SelectUnstyledContext.Provider {:value (clj->js' value)}
children])
================================================
FILE: src/core/reagent_mui/base/slider_unstyled.cljs
================================================
(ns reagent-mui.base.slider-unstyled
"Imports @mui/base/SliderUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/slider-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/SliderUnstyled" :as MuiSliderUnstyled]))
(def slider-unstyled (r/adapt-react-class (.-default MuiSliderUnstyled)))
================================================
FILE: src/core/reagent_mui/base/snackbar_unstyled.cljs
================================================
(ns reagent-mui.base.snackbar-unstyled
"Imports @mui/base/SnackbarUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/snackbar-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/SnackbarUnstyled" :as MuiSnackbarUnstyled]))
(def snackbar-unstyled (r/adapt-react-class (.-default MuiSnackbarUnstyled)))
================================================
FILE: src/core/reagent_mui/base/switch_unstyled.cljs
================================================
(ns reagent-mui.base.switch-unstyled
"Imports @mui/base/SwitchUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/switch-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/SwitchUnstyled" :as MuiSwitchUnstyled]))
(def switch-unstyled (r/adapt-react-class (.-default MuiSwitchUnstyled)))
================================================
FILE: src/core/reagent_mui/base/tab_panel_unstyled.cljs
================================================
(ns reagent-mui.base.tab-panel-unstyled
"Imports @mui/base/TabPanelUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/tab-panel-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/TabPanelUnstyled" :as MuiTabPanelUnstyled]))
(def tab-panel-unstyled (r/adapt-react-class (.-default MuiTabPanelUnstyled)))
================================================
FILE: src/core/reagent_mui/base/tab_unstyled.cljs
================================================
(ns reagent-mui.base.tab-unstyled
"Imports @mui/base/TabUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/tab-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/TabUnstyled" :as MuiTabUnstyled]))
(def tab-unstyled (r/adapt-react-class (.-default MuiTabUnstyled)))
================================================
FILE: src/core/reagent_mui/base/table_pagination_unstyled.cljs
================================================
(ns reagent-mui.base.table-pagination-unstyled
"Imports @mui/base/TablePaginationUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/table-pagination-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/TablePaginationUnstyled" :as MuiTablePaginationUnstyled]))
(def table-pagination-unstyled (r/adapt-react-class (.-default MuiTablePaginationUnstyled)))
================================================
FILE: src/core/reagent_mui/base/tabs_list_unstyled.cljs
================================================
(ns reagent-mui.base.tabs-list-unstyled
"Imports @mui/base/TabsListUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/tabs-list-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/TabsListUnstyled" :as MuiTabsListUnstyled]))
(def tabs-list-unstyled (r/adapt-react-class (.-default MuiTabsListUnstyled)))
================================================
FILE: src/core/reagent_mui/base/tabs_unstyled.cljs
================================================
(ns reagent-mui.base.tabs-unstyled
"Imports @mui/base/TabsUnstyled as a Reagent component.
Original documentation is at https://mui.com/base/api/tabs-unstyled/ ."
(:require [reagent.core :as r]
["@mui/base/TabsUnstyled" :as MuiTabsUnstyled]))
(def tabs-unstyled (r/adapt-react-class (.-default MuiTabsUnstyled)))
================================================
FILE: src/core/reagent_mui/base/use_badge.cljs
================================================
(ns reagent-mui.base.use-badge
"Imports @mui/base/useBadge as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-badge/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/useBadge" :as MuiuseBadge]))
(def use-badge (wrap-js-function (.-default MuiuseBadge)))
================================================
FILE: src/core/reagent_mui/base/use_button.cljs
================================================
(ns reagent-mui.base.use-button
"Imports @mui/base/useButton as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-button/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/useButton" :as MuiuseButton]))
(def use-button (wrap-js-function (.-default MuiuseButton)))
================================================
FILE: src/core/reagent_mui/base/use_form_control_unstyled_context.cljs
================================================
(ns reagent-mui.base.use-form-control-unstyled-context
"Imports @mui/base/FormControlUnstyled/useFormControlUnstyledContext as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-form-control-unstyled-context/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/FormControlUnstyled" :as MuiFormControlUnstyled]))
(def use-form-control-unstyled-context (wrap-js-function MuiFormControlUnstyled/useFormControlUnstyledContext))
================================================
FILE: src/core/reagent_mui/base/use_input.cljs
================================================
(ns reagent-mui.base.use-input
"Imports @mui/base/useInput as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-input/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/useInput" :as MuiuseInput]))
(def use-input (wrap-js-function (.-default MuiuseInput)))
================================================
FILE: src/core/reagent_mui/base/use_listbox.cljs
================================================
(ns reagent-mui.base.use-listbox
"Imports @mui/base/useListbox as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-listbox/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/useListbox" :as MuiuseListbox]))
(def use-listbox (wrap-js-function (.-default MuiuseListbox)))
================================================
FILE: src/core/reagent_mui/base/use_menu.cljs
================================================
(ns reagent-mui.base.use-menu
"Imports @mui/base/useMenu as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-menu/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/useMenu" :as MuiuseMenu]))
(def use-menu (wrap-js-function (.-default MuiuseMenu)))
================================================
FILE: src/core/reagent_mui/base/use_menu_item.cljs
================================================
(ns reagent-mui.base.use-menu-item
"Imports @mui/base/useMenuItem as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-menu-item/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/useMenuItem" :as MuiuseMenuItem]))
(def use-menu-item (wrap-js-function (.-default MuiuseMenuItem)))
================================================
FILE: src/core/reagent_mui/base/use_option.cljs
================================================
(ns reagent-mui.base.use-option
"Imports @mui/base/useOption as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-option/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/useOption" :as MuiuseOption]))
(def use-option (wrap-js-function (.-default MuiuseOption)))
================================================
FILE: src/core/reagent_mui/base/use_select.cljs
================================================
(ns reagent-mui.base.use-select
"Imports @mui/base/useSelect as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-select/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/useSelect" :as MuiuseSelect]))
(def use-select (wrap-js-function (.-default MuiuseSelect)))
================================================
FILE: src/core/reagent_mui/base/use_slider.cljs
================================================
(ns reagent-mui.base.use-slider
"Imports @mui/base/useSlider as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-slider/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/useSlider" :as MuiuseSlider]))
(def use-slider (wrap-js-function (.-default MuiuseSlider)))
================================================
FILE: src/core/reagent_mui/base/use_snackbar.cljs
================================================
(ns reagent-mui.base.use-snackbar
"Imports @mui/base/useSnackbar as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-snackbar/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/useSnackbar" :as MuiuseSnackbar]))
(def use-snackbar (wrap-js-function (.-default MuiuseSnackbar)))
================================================
FILE: src/core/reagent_mui/base/use_switch.cljs
================================================
(ns reagent-mui.base.use-switch
"Imports @mui/base/useSwitch as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-switch/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/useSwitch" :as MuiuseSwitch]))
(def use-switch (wrap-js-function (.-default MuiuseSwitch)))
================================================
FILE: src/core/reagent_mui/base/use_tab.cljs
================================================
(ns reagent-mui.base.use-tab
"Imports @mui/base/useTab as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-tab/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/useTab" :as MuiuseTab]))
(def use-tab (wrap-js-function (.-default MuiuseTab)))
================================================
FILE: src/core/reagent_mui/base/use_tab_panel.cljs
================================================
(ns reagent-mui.base.use-tab-panel
"Imports @mui/base/useTabPanel as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-tab-panel/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/useTabPanel" :as MuiuseTabPanel]))
(def use-tab-panel (wrap-js-function (.-default MuiuseTabPanel)))
================================================
FILE: src/core/reagent_mui/base/use_tabs.cljs
================================================
(ns reagent-mui.base.use-tabs
"Imports @mui/base/useTabs as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-tabs/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/useTabs" :as MuiuseTabs]))
(def use-tabs (wrap-js-function (.-default MuiuseTabs)))
================================================
FILE: src/core/reagent_mui/base/use_tabs_list.cljs
================================================
(ns reagent-mui.base.use-tabs-list
"Imports @mui/base/useTabsList as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/base/api/use-tabs-list/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/base/useTabsList" :as MuiuseTabsList]))
(def use-tabs-list (wrap-js-function (.-default MuiuseTabsList)))
================================================
FILE: src/core/reagent_mui/cljs_time_adapter.cljs
================================================
(ns reagent-mui.cljs-time-adapter
"Adapter for using cljs-time with reagent-mui.lab.localization-provider"
(:require [cljs-time.core :as time]
[cljs-time.coerce :as coerce]
[goog.object :as obj])
(:import (goog.date DateTime)
(goog.i18n DateTimeFormat DateTimeParse DateTimeSymbols)))
(def ^:private default-formats {"dayOfMonth" "d"
"fullDate" "dd MMM yyyy"
"fullDateWithWeekday" "EEEE dd MMMM yyyy"
"fullDateTime" "dd MMM yyyy HH:mm"
"fullDateTime12h" "dd MMM yyyy hh:mm a"
"fullDateTime24h" "dd MMM yyyy HH:mm"
"fullTime" "HH:mm"
"fullTime12h" "hh:mm aaa"
"fullTime24h" "HH:mm"
"hours12h" "hh"
"hours24h" "HH"
"keyboardDate" "dd MMM yyyy"
"keyboardDateTime" "dd MMM yyyy HH:mm"
"keyboardDateTime12h" "dd MMM yyyy hh:mm a"
"keyboardDateTime24h" "dd MMM yyyy HH:mm"
"minutes" "mm"
"month" "MMMM"
"monthAndDate" "MMMM d"
"monthAndYear" "MMMM yyyy"
"monthShort" "MMM"
"weekday" "EEEE"
"weekdayShort" "EEE"
"normalDate" "d MMMM"
"normalDateWithWeekday" "EEE, MMM d"
"seconds" "ss"
"shortDate" "MMM d"
"year" "yyyy"})
(def ^:private format-token-map {"yy" "year"
"yyyy" "year"
"M" "month"
"MM" "month"
"MMM" {:sectionType "month" :contentType "letter"}
"MMMM" {:sectionType "month" :contentType "letter"}
"LLL" {:sectionType "month" :contentType "letter"}
"LLLL" {:sectionType "month" :contentType "letter"}
"d" "day"
"dd" "day"
"E" {:sectionType "weekDay" :contentType "letter"}
"EE" {:sectionType "weekDay" :contentType "letter"}
"EEE" {:sectionType "weekDay" :contentType "letter"}
"EEEE" {:sectionType "weekDay" :contentType "letter"}
"EEEEE" {:sectionType "weekDay" :contentType "letter"}
"c" "weekDay"
"cc" "weekDay"
"ccc" {:sectionType "weekDay" :contentType "letter"}
"cccc" {:sectionType "weekDay" :contentType "letter"}
"ccccc" {:sectionType "weekDay" :contentType "letter"}
"a" "meridiem"
"b" "meridiem"
"h" "hours"
"hh" "hours"
"H" "hours"
"HH" "hours"
"m" "minutes"
"mm" "minutes"
"s" "seconds"
"ss" "seconds"})
(defn ^:private to-cljs-date [value]
(cond
(undefined? value) (time/time-now)
(nil? value) nil
(instance? DateTime value) value
(time/date? value) (coerce/to-date-time value)
(sequential? value) nil
(array? value) nil
:else (coerce/to-date-time value)))
(defn ^:private to-start-of-day [^DateTime date]
(doto date
(.setHours 0)
(.setMinutes 0)
(.setSeconds 0)
(.setMilliseconds 0)))
(defn ^:private start-of-day [^DateTime date]
(to-start-of-day (.clone date)))
(defn ^:private to-end-of-day [^DateTime date]
(doto date
(.setHours 23)
(.setMinutes 59)
(.setSeconds 59)
(.setMilliseconds 999)))
(defn ^:private end-of-day [^DateTime date]
(to-end-of-day (.clone date)))
(defn ^:private start-of-month [^DateTime date]
(doto ^DateTime (.clone date)
(.setDate 1)
(to-start-of-day)))
(defn ^:private end-of-month [date]
(doto ^DateTime (time/plus date (time/months 1))
(.setDate 0)
(to-end-of-day)))
(defn ^:private end-of-year [date]
(doto ^DateTime (time/plus date (time/years 1))
(.setMonth 0)
(.setDate 0)
(to-end-of-day)))
(defn ^:private start-of-year [^DateTime date]
(doto ^DateTime (.clone date)
(.setMonth 0)
(.setDate 1)
(to-start-of-day)))
(defn ^:private start-of-week [^DateTime date ^DateTimeSymbols locale]
(let [first-day-of-week (.-FIRSTDAYOFWEEK locale)
day-of-week (mod (dec (.getDay date)) 7)
diff (+ (if (< day-of-week first-day-of-week) 7 0)
day-of-week
(- first-day-of-week))]
(to-start-of-day (time/minus date (time/days diff)))))
(defn ^:private end-of-week [date locale]
(-> (start-of-week date locale)
(time/plus (time/days 6))
(to-end-of-day)))
(defn ^:private start-of-hour [date]
(doto (.clone date)
(.setMinutes 0)
(.setSeconds 0)
(.setMilliseconds 0)))
(defn ^:private date-seq [from increment]
(iterate #(time/plus % increment) from))
(defn ^:private locale-code [locale]
(condp identical? locale
goog.i18n.DateTimeSymbols_en_ISO "en_ISO"
goog.i18n.DateTimeSymbols_af "af"
goog.i18n.DateTimeSymbols_am "am"
goog.i18n.DateTimeSymbols_ar "ar"
goog.i18n.DateTimeSymbols_ar_DZ "ar_DZ"
goog.i18n.DateTimeSymbols_ar_EG "ar_EG"
goog.i18n.DateTimeSymbols_az "az"
goog.i18n.DateTimeSymbols_be "be"
goog.i18n.DateTimeSymbols_bg "bg"
goog.i18n.DateTimeSymbols_bn "bn"
goog.i18n.DateTimeSymbols_br "br"
goog.i18n.DateTimeSymbols_bs "bs"
goog.i18n.DateTimeSymbols_ca "ca"
goog.i18n.DateTimeSymbols_chr "chr"
goog.i18n.DateTimeSymbols_cs "cs"
goog.i18n.DateTimeSymbols_cy "cy"
goog.i18n.DateTimeSymbols_da "da"
goog.i18n.DateTimeSymbols_de "de"
goog.i18n.DateTimeSymbols_de_AT "de_AT"
goog.i18n.DateTimeSymbols_de_CH "de_CH"
goog.i18n.DateTimeSymbols_el "el"
goog.i18n.DateTimeSymbols_en "en"
goog.i18n.DateTimeSymbols_en_AU "en_AU"
goog.i18n.DateTimeSymbols_en_CA "en_CA"
goog.i18n.DateTimeSymbols_en_GB "en_GB"
goog.i18n.DateTimeSymbols_en_IE "en_IE"
goog.i18n.DateTimeSymbols_en_IN "en_IN"
goog.i18n.DateTimeSymbols_en_SG "en_SG"
goog.i18n.DateTimeSymbols_en_US "en_US"
goog.i18n.DateTimeSymbols_en_ZA "en_ZA"
goog.i18n.DateTimeSymbols_es "es"
goog.i18n.DateTimeSymbols_es_419 "es_419"
goog.i18n.DateTimeSymbols_es_ES "es_ES"
goog.i18n.DateTimeSymbols_es_MX "es_MX"
goog.i18n.DateTimeSymbols_es_US "es_US"
goog.i18n.DateTimeSymbols_et "et"
goog.i18n.DateTimeSymbols_eu "eu"
goog.i18n.DateTimeSymbols_fa "fa"
goog.i18n.DateTimeSymbols_fi "fi"
goog.i18n.DateTimeSymbols_fil "fil"
goog.i18n.DateTimeSymbols_fr "fr"
goog.i18n.DateTimeSymbols_fr_CA "fr_CA"
goog.i18n.DateTimeSymbols_ga "ga"
goog.i18n.DateTimeSymbols_gl "gl"
goog.i18n.DateTimeSymbols_gsw "gsw"
goog.i18n.DateTimeSymbols_gu "gu"
goog.i18n.DateTimeSymbols_haw "haw"
goog.i18n.DateTimeSymbols_he "he"
goog.i18n.DateTimeSymbols_hi "hi"
goog.i18n.DateTimeSymbols_hr "hr"
goog.i18n.DateTimeSymbols_hu "hu"
goog.i18n.DateTimeSymbols_hy "hy"
goog.i18n.DateTimeSymbols_id "id"
goog.i18n.DateTimeSymbols_in "in"
goog.i18n.DateTimeSymbols_is "is"
goog.i18n.DateTimeSymbols_it "it"
goog.i18n.DateTimeSymbols_iw "iw"
goog.i18n.DateTimeSymbols_ja "ja"
goog.i18n.DateTimeSymbols_ka "ka"
goog.i18n.DateTimeSymbols_kk "kk"
goog.i18n.DateTimeSymbols_km "km"
goog.i18n.DateTimeSymbols_kn "kn"
goog.i18n.DateTimeSymbols_ko "ko"
goog.i18n.DateTimeSymbols_ky "ky"
goog.i18n.DateTimeSymbols_ln "ln"
goog.i18n.DateTimeSymbols_lo "lo"
goog.i18n.DateTimeSymbols_lt "lt"
goog.i18n.DateTimeSymbols_lv "lv"
goog.i18n.DateTimeSymbols_mk "mk"
goog.i18n.DateTimeSymbols_ml "ml"
goog.i18n.DateTimeSymbols_mn "mn"
goog.i18n.DateTimeSymbols_mo "mo"
goog.i18n.DateTimeSymbols_mr "mr"
goog.i18n.DateTimeSymbols_ms "ms"
goog.i18n.DateTimeSymbols_mt "mt"
goog.i18n.DateTimeSymbols_my "my"
goog.i18n.DateTimeSymbols_nb "nb"
goog.i18n.DateTimeSymbols_ne "ne"
goog.i18n.DateTimeSymbols_nl "nl"
goog.i18n.DateTimeSymbols_no "no"
goog.i18n.DateTimeSymbols_no_NO "no_NO"
goog.i18n.DateTimeSymbols_or "or"
goog.i18n.DateTimeSymbols_pa "pa"
goog.i18n.DateTimeSymbols_pl "pl"
goog.i18n.DateTimeSymbols_pt "pt"
goog.i18n.DateTimeSymbols_pt_BR "pt_BR"
goog.i18n.DateTimeSymbols_pt_PT "pt_PT"
goog.i18n.DateTimeSymbols_ro "ro"
goog.i18n.DateTimeSymbols_ru "ru"
goog.i18n.DateTimeSymbols_sh "sh"
goog.i18n.DateTimeSymbols_si "si"
goog.i18n.DateTimeSymbols_sk "sk"
goog.i18n.DateTimeSymbols_sl "sl"
goog.i18n.DateTimeSymbols_sq "sq"
goog.i18n.DateTimeSymbols_sr "sr"
goog.i18n.DateTimeSymbols_sr_Latn "sr_Latn"
goog.i18n.DateTimeSymbols_sv "sv"
goog.i18n.DateTimeSymbols_sw "sw"
goog.i18n.DateTimeSymbols_ta "ta"
goog.i18n.DateTimeSymbols_te "te"
goog.i18n.DateTimeSymbols_th "th"
goog.i18n.DateTimeSymbols_tl "tl"
goog.i18n.DateTimeSymbols_tr "tr"
goog.i18n.DateTimeSymbols_uk "uk"
goog.i18n.DateTimeSymbols_ur "ur"
goog.i18n.DateTimeSymbols_uz "uz"
goog.i18n.DateTimeSymbols_vi "vi"
goog.i18n.DateTimeSymbols_zh "zh"
goog.i18n.DateTimeSymbols_zh_CN "zh_CN"
goog.i18n.DateTimeSymbols_zh_HK "zh_HK"
goog.i18n.DateTimeSymbols_zh_TW "zh_TW"
goog.i18n.DateTimeSymbols_zu "zu"
"en"))
(defn cljs-time-adapter
"Adapter for using cljs-time with reagent-mui.lab.localization-provider"
[opts]
(let [^DateTimeSymbols locale (or (obj/get opts "locale") DateTimeSymbols)
formats (or (js->clj (obj/get opts "formats")) default-formats)
format (fn [date format-str]
(let [^DateTimeFormat formatter (DateTimeFormat. format-str locale)]
(.format formatter date)))]
#js {:isMUIAdapter true
:formatTokenMap (clj->js format-token-map)
:escapedCharacters #js {:start "'" :end "'"}
:expandFormat identity
:locale locale
:formats (clj->js formats)
:lib "cljs-time"
:date to-cljs-date
:toJsDate (fn [value]
(coerce/to-date value))
:parse (fn [value format-str]
(let [date (coerce/to-date-time 0)
^DateTimeParse parser (DateTimeParse. format-str locale)
cnt (.parse parser value date #js {:validate true})]
(when (pos? cnt)
date)))
:getCurrentLocaleCode (fn []
(locale-code locale))
:is12HourCycleInCurrentLocale (constantly true)
:getFormatHelperText (fn [s] (-> s
(.replace (js/RegExp. "(a)" "g") "(a|p)m")
(.toLocaleLowerCase)))
:isNull (fn [value]
(nil? value))
:isValid (fn [value]
(some? (to-cljs-date value)))
:getDiff (fn [to from]
(let [to (to-cljs-date to)
from (to-cljs-date from)]
(if (time/before? from to)
(time/in-millis (time/interval from to))
(- (time/in-millis (time/interval to from))))))
:isEqual (fn [left right]
(cond
(and (nil? left) (nil? right)) true
(or (nil? left) (nil? right)) false
:else (time/equal? (to-cljs-date left)
(to-cljs-date right))))
:isSameHour (fn [left right]
(time/equal? (start-of-hour left)
(start-of-hour right)))
:isSameDay (fn [left right]
(time/equal? (start-of-day left)
(start-of-day right)))
:isSameMonth (fn [left right]
(time/equal? (start-of-month left)
(start-of-month right)))
:isSameYear (fn [left right]
(time/equal? (start-of-year left)
(start-of-year right)))
:isAfter (fn [this that]
(time/after? this that))
:isAfterDay (fn [this that]
(time/after? this (end-of-day that)))
:isAfterYear (fn [this that]
(time/after? this (end-of-year that)))
:isBefore (fn [this that]
(time/before? this that))
:isBeforeDay (fn [this that]
(time/before? this (start-of-day that)))
:isBeforeYear (fn [this that]
(time/before? this (start-of-year that)))
:isWithinRange (fn [date [from to]]
(or (time/within? from to date)
(time/equal? to date)))
:startOfYear (fn [date]
(start-of-year date))
:endOfYear (fn [date]
(end-of-year date))
:startOfMonth (fn [date]
(start-of-month date))
:endOfMonth (fn [date]
(end-of-month date))
:startOfWeek (fn [date]
(start-of-week date locale))
:endOfWeek (fn [date]
(end-of-week date locale))
:addSeconds (fn [date n]
(time/plus date (time/seconds n)))
:addMinutes (fn [date n]
(time/plus date (time/minutes n)))
:addHours (fn [date n]
(time/plus date (time/hours n)))
:addDays (fn [date n]
(time/plus date (time/days n)))
:addWeeks (fn [date n]
(time/plus date (time/weeks n)))
:addMonths (fn [date n]
(time/plus date (time/months n)))
:addYears (fn [date n]
(time/plus date (time/years n)))
:startOfDay (fn [date]
(start-of-day date))
:endOfDay (fn [date]
(end-of-day date))
:format (fn [date format-key]
(format date (get formats format-key)))
:formatByString format
:formatNumber (fn [number]
number)
:getHours (fn [date]
(time/hour date))
:setHours (fn [^DateTime date n]
(doto ^DateTime (.clone date)
(.setHours n)))
:getMinutes (fn [date]
(time/minute date))
:setMinutes (fn [^DateTime date n]
(doto ^DateTime (.clone date)
(.setMinutes n)))
:getSeconds (fn [date]
(time/second date))
:setSeconds (fn [^DateTime date n]
(doto ^DateTime (.clone date)
(.setSeconds n)))
:getDate (fn [^DateTime date]
(time/day date))
:setDate (fn [^DateTime date n]
(doto ^DateTime (.clone date)
(.setDate n)))
:getWeekNumber (fn [^DateTime date]
(.getWeekNumber date))
:getMonth (fn [^DateTime date]
(.getMonth date))
:getDaysInMonth (fn [^DateTime date]
(time/number-of-days-in-the-month date))
:setMonth (fn [^DateTime date n]
(let [last-day-of-month (time/day (time/last-day-of-the-month (time/year date) (inc n)))]
(doto ^DateTime (.clone date)
(.setDate (min last-day-of-month (time/day date)))
(.setMonth n))))
:getNextMonth (fn [date]
(time/plus date (time/months 1)))
:getPreviousMonth (fn [date]
(time/minus date (time/months 1)))
:getMonthArray (fn [date]
(clj->js (take 12 (date-seq (start-of-year date) (time/months 1)))))
:getYear (fn [date]
(time/year date))
:setYear (fn [^DateTime date n]
(doto ^DateTime (.clone date)
(.setFullYear n)))
:mergeDateAndTime (fn [^DateTime date time]
(doto ^DateTime (.clone date)
(.setHours (time/hour time))
(.setMinutes (time/minute time))
(.setSeconds (time/second time))
(.setMilliseconds (time/milli time))))
:getWeekdays (fn []
(let [weekday-names (.-STANDALONESHORTWEEKDAYS locale)
first-day-of-week (mod (inc (.-FIRSTDAYOFWEEK locale)) 7)]
(clj->js (concat (drop first-day-of-week weekday-names)
(take first-day-of-week weekday-names)))))
:getWeekArray (fn [date]
(let [start (start-of-week (start-of-month date) locale)
end (end-of-week (end-of-month date) locale)]
(clj->js (for [start-of-week (date-seq start (time/days 7))
:while (time/before? start-of-week end)]
(take 7 (date-seq start-of-week (time/days 1)))))))
:getYearRange (fn [from to]
(let [start (start-of-year from)
end (end-of-year to)]
(clj->js (take-while #(time/before? % end) (date-seq start (time/years 1))))))
:getMeridiemText (fn [ampm]
(if (= "am" ampm) "AM" "PM"))
:getCalendarHeaderText (fn [date]
(format date "MMMM yyyy"))
:getDatePickerHeaderText (fn [date]
(format date "EEE, MMM d"))
:getDateTimePickerHeaderText (fn [date]
(format date "MMM d"))
:getMonthText (fn [date]
(format date "MMM"))
:getDayText (fn [date]
(format date "d"))
:getHourText (fn [date ampm]
(format date (if ampm "hh" "HH")))
:getMinuteText (fn [date]
(format date "mm"))
:getSecondText (fn [date]
(format date "ss"))
:getYearText (fn [date]
(format date "yyyy"))}))
================================================
FILE: src/core/reagent_mui/colors.cljs
================================================
(ns reagent-mui.colors
"Imports all colors from @mui/material/colors.
Original documentation is at https://mui.com/customization/color/ .")
(def common {:black "#000"
:white "#fff"})
(def red {50 "#ffebee"
100 "#ffcdd2"
200 "#ef9a9a"
300 "#e57373"
400 "#ef5350"
500 "#f44336"
600 "#e53935"
700 "#d32f2f"
800 "#c62828"
900 "#b71c1c"
:A100 "#ff8a80"
:A200 "#ff5252"
:A400 "#ff1744"
:A700 "#d50000"})
(def pink {50 "#fce4ec"
100 "#f8bbd0"
200 "#f48fb1"
300 "#f06292"
400 "#ec407a"
500 "#e91e63"
600 "#d81b60"
700 "#c2185b"
800 "#ad1457"
900 "#880e4f"
:A100 "#ff80ab"
:A200 "#ff4081"
:A400 "#f50057"
:A700 "#c51162"})
(def purple {50 "#f3e5f5"
100 "#e1bee7"
200 "#ce93d8"
300 "#ba68c8"
400 "#ab47bc"
500 "#9c27b0"
600 "#8e24aa"
700 "#7b1fa2"
800 "#6a1b9a"
900 "#4a148c"
:A100 "#ea80fc"
:A200 "#e040fb"
:A400 "#d500f9"
:A700 "#aa00ff"})
(def deep-purple {50 "#ede7f6"
100 "#d1c4e9"
200 "#b39ddb"
300 "#9575cd"
400 "#7e57c2"
500 "#673ab7"
600 "#5e35b1"
700 "#512da8"
800 "#4527a0"
900 "#311b92"
:A100 "#b388ff"
:A200 "#7c4dff"
:A400 "#651fff"
:A700 "#6200ea"})
(def indigo {50 "#e8eaf6"
100 "#c5cae9"
200 "#9fa8da"
300 "#7986cb"
400 "#5c6bc0"
500 "#3f51b5"
600 "#3949ab"
700 "#303f9f"
800 "#283593"
900 "#1a237e"
:A100 "#8c9eff"
:A200 "#536dfe"
:A400 "#3d5afe"
:A700 "#304ffe"})
(def blue {50 "#e3f2fd"
100 "#bbdefb"
200 "#90caf9"
300 "#64b5f6"
400 "#42a5f5"
500 "#2196f3"
600 "#1e88e5"
700 "#1976d2"
800 "#1565c0"
900 "#0d47a1"
:A100 "#82b1ff"
:A200 "#448aff"
:A400 "#2979ff"
:A700 "#2962ff"})
(def light-blue {50 "#e1f5fe"
100 "#b3e5fc"
200 "#81d4fa"
300 "#4fc3f7"
400 "#29b6f6"
500 "#03a9f4"
600 "#039be5"
700 "#0288d1"
800 "#0277bd"
900 "#01579b"
:A100 "#80d8ff"
:A200 "#40c4ff"
:A400 "#00b0ff"
:A700 "#0091ea"})
(def cyan {50 "#e0f7fa"
100 "#b2ebf2"
200 "#80deea"
300 "#4dd0e1"
400 "#26c6da"
500 "#00bcd4"
600 "#00acc1"
700 "#0097a7"
800 "#00838f"
900 "#006064"
:A100 "#84ffff"
:A200 "#18ffff"
:A400 "#00e5ff"
:A700 "#00b8d4"})
(def teal {50 "#e0f2f1"
100 "#b2dfdb"
200 "#80cbc4"
300 "#4db6ac"
400 "#26a69a"
500 "#009688"
600 "#00897b"
700 "#00796b"
800 "#00695c"
900 "#004d40"
:A100 "#a7ffeb"
:A200 "#64ffda"
:A400 "#1de9b6"
:A700 "#00bfa5"})
(def green {50 "#e8f5e9"
100 "#c8e6c9"
200 "#a5d6a7"
300 "#81c784"
400 "#66bb6a"
500 "#4caf50"
600 "#43a047"
700 "#388e3c"
800 "#2e7d32"
900 "#1b5e20"
:A100 "#b9f6ca"
:A200 "#69f0ae"
:A400 "#00e676"
:A700 "#00c853"})
(def light-green {50 "#f1f8e9"
100 "#dcedc8"
200 "#c5e1a5"
300 "#aed581"
400 "#9ccc65"
500 "#8bc34a"
600 "#7cb342"
700 "#689f38"
800 "#558b2f"
900 "#33691e"
:A100 "#ccff90"
:A200 "#b2ff59"
:A400 "#76ff03"
:A700 "#64dd17"})
(def lime {50 "#f9fbe7"
100 "#f0f4c3"
200 "#e6ee9c"
300 "#dce775"
400 "#d4e157"
500 "#cddc39"
600 "#c0ca33"
700 "#afb42b"
800 "#9e9d24"
900 "#827717"
:A100 "#f4ff81"
:A200 "#eeff41"
:A400 "#c6ff00"
:A700 "#aeea00"})
(def yellow {50 "#fffde7"
100 "#fff9c4"
200 "#fff59d"
300 "#fff176"
400 "#ffee58"
500 "#ffeb3b"
600 "#fdd835"
700 "#fbc02d"
800 "#f9a825"
900 "#f57f17"
:A100 "#ffff8d"
:A200 "#ffff00"
:A400 "#ffea00"
:A700 "#ffd600"})
(def amber {50 "#fff8e1"
100 "#ffecb3"
200 "#ffe082"
300 "#ffd54f"
400 "#ffca28"
500 "#ffc107"
600 "#ffb300"
700 "#ffa000"
800 "#ff8f00"
900 "#ff6f00"
:A100 "#ffe57f"
:A200 "#ffd740"
:A400 "#ffc400"
:A700 "#ffab00"})
(def orange {50 "#fff3e0"
100 "#ffe0b2"
200 "#ffcc80"
300 "#ffb74d"
400 "#ffa726"
500 "#ff9800"
600 "#fb8c00"
700 "#f57c00"
800 "#ef6c00"
900 "#e65100"
:A100 "#ffd180"
:A200 "#ffab40"
:A400 "#ff9100"
:A700 "#ff6d00"})
(def deep-orange {50 "#fbe9e7"
100 "#ffccbc"
200 "#ffab91"
300 "#ff8a65"
400 "#ff7043"
500 "#ff5722"
600 "#f4511e"
700 "#e64a19"
800 "#d84315"
900 "#bf360c"
:A100 "#ff9e80"
:A200 "#ff6e40"
:A400 "#ff3d00"
:A700 "#dd2c00"})
(def brown {50 "#efebe9"
100 "#d7ccc8"
200 "#bcaaa4"
300 "#a1887f"
400 "#8d6e63"
500 "#795548"
600 "#6d4c41"
700 "#5d4037"
800 "#4e342e"
900 "#3e2723"
:A100 "#d7ccc8"
:A200 "#bcaaa4"
:A400 "#8d6e63"
:A700 "#5d4037"})
(def grey {50 "#fafafa"
100 "#f5f5f5"
200 "#eeeeee"
300 "#e0e0e0"
400 "#bdbdbd"
500 "#9e9e9e"
600 "#757575"
700 "#616161"
800 "#424242"
900 "#212121"
:A100 "#d5d5d5"
:A200 "#aaaaaa"
:A400 "#303030"
:A700 "#616161"})
(def blue-grey {50 "#eceff1"
100 "#cfd8dc"
200 "#b0bec5"
300 "#90a4ae"
400 "#78909c"
500 "#607d8b"
600 "#546e7a"
700 "#455a64"
800 "#37474f"
900 "#263238"
:A100 "#cfd8dc"
:A200 "#b0bec5"
:A400 "#78909c"
:A700 "#455a64"})
================================================
FILE: src/core/reagent_mui/components.cljs
================================================
(ns reagent-mui.components
"Imports all components from @mui/material as Reagent components.
Importing components from their own namespaces is preferred due to bundle size.
Requiring this namespace causes the whole @mui/material package to be included in the final bundle.
Original documentation is at https://mui.com/material/api/ ."
(:refer-clojure :exclude [list])
(:require reagent-mui.material.accordion
reagent-mui.material.accordion-actions
reagent-mui.material.accordion-details
reagent-mui.material.accordion-summary
reagent-mui.material.alert
reagent-mui.material.alert-title
reagent-mui.material.app-bar
reagent-mui.material.autocomplete
reagent-mui.material.create-filter-options
reagent-mui.material.avatar
reagent-mui.material.avatar-group
reagent-mui.material.backdrop
reagent-mui.material.badge
reagent-mui.material.bottom-navigation
reagent-mui.material.bottom-navigation-action
reagent-mui.material.box
reagent-mui.material.breadcrumbs
reagent-mui.material.button
reagent-mui.material.button-base
reagent-mui.material.button-group
reagent-mui.material.card
reagent-mui.material.card-action-area
reagent-mui.material.card-actions
reagent-mui.material.card-content
reagent-mui.material.card-header
reagent-mui.material.card-media
reagent-mui.material.checkbox
reagent-mui.material.chip
reagent-mui.material.circular-progress
reagent-mui.material.click-away-listener
reagent-mui.material.collapse
reagent-mui.material.container
reagent-mui.material.css-baseline
reagent-mui.material.dialog
reagent-mui.material.dialog-actions
reagent-mui.material.dialog-content
reagent-mui.material.dialog-content-text
reagent-mui.material.dialog-title
reagent-mui.material.divider
reagent-mui.material.drawer
reagent-mui.material.fab
reagent-mui.material.fade
reagent-mui.material.filled-input
reagent-mui.material.form-control
reagent-mui.material.use-form-control
reagent-mui.material.form-control-label
reagent-mui.material.form-group
reagent-mui.material.form-helper-text
reagent-mui.material.form-label
reagent-mui.material.global-styles
reagent-mui.material.grid
reagent-mui.material.grow
reagent-mui.material.hidden
reagent-mui.material.icon
reagent-mui.material.icon-button
reagent-mui.material.image-list
reagent-mui.material.image-list-item
reagent-mui.material.image-list-item-bar
reagent-mui.material.input
reagent-mui.material.input-adornment
reagent-mui.material.input-base
reagent-mui.material.input-label
reagent-mui.material.linear-progress
reagent-mui.material.link
reagent-mui.material.list
reagent-mui.material.list-item
reagent-mui.material.list-item-avatar
reagent-mui.material.list-item-button
reagent-mui.material.list-item-icon
reagent-mui.material.list-item-secondary-action
reagent-mui.material.list-item-text
reagent-mui.material.list-subheader
reagent-mui.material.menu
reagent-mui.material.menu-item
reagent-mui.material.menu-list
reagent-mui.material.mobile-stepper
reagent-mui.material.modal
reagent-mui.material.modal-manager
reagent-mui.material.native-select
reagent-mui.material.no-ssr
reagent-mui.material.outlined-input
reagent-mui.material.pagination
reagent-mui.material.pagination-item
reagent-mui.material.paper
reagent-mui.material.popover
reagent-mui.material.popper
reagent-mui.material.portal
reagent-mui.material.radio
reagent-mui.material.radio-group
reagent-mui.material.use-radio-group
reagent-mui.material.rating
reagent-mui.material.scoped-css-baseline
reagent-mui.material.select
reagent-mui.material.skeleton
reagent-mui.material.slide
reagent-mui.material.slider
reagent-mui.material.snackbar
reagent-mui.material.snackbar-content
reagent-mui.material.speed-dial
reagent-mui.material.speed-dial-action
reagent-mui.material.speed-dial-icon
reagent-mui.material.stack
reagent-mui.material.step
reagent-mui.material.step-button
reagent-mui.material.step-connector
reagent-mui.material.step-content
reagent-mui.material.step-icon
reagent-mui.material.step-label
reagent-mui.material.stepper
reagent-mui.material.styled-engine-provider
reagent-mui.material.svg-icon
reagent-mui.material.swipeable-drawer
reagent-mui.material.switch
reagent-mui.material.tab
reagent-mui.material.tab-scroll-button
reagent-mui.material.table
reagent-mui.material.table-body
reagent-mui.material.table-cell
reagent-mui.material.table-container
reagent-mui.material.table-footer
reagent-mui.material.table-head
reagent-mui.material.table-pagination
reagent-mui.material.table-row
reagent-mui.material.table-sort-label
reagent-mui.material.tabs
reagent-mui.material.text-field
reagent-mui.material.textarea-autosize
reagent-mui.material.toggle-button
reagent-mui.material.toggle-button-group
reagent-mui.material.toolbar
reagent-mui.material.tooltip
reagent-mui.material.typography
reagent-mui.material.unstable-grid-2
reagent-mui.material.unstable-trap-focus
reagent-mui.material.zoom
reagent-mui.material.use-autocomplete
reagent-mui.material.use-media-query
reagent-mui.material.use-pagination
reagent-mui.material.use-scroll-trigger
reagent-mui.material.use-touch-ripple))
(def accordion reagent-mui.material.accordion/accordion)
(def accordion-actions reagent-mui.material.accordion-actions/accordion-actions)
(def accordion-details reagent-mui.material.accordion-details/accordion-details)
(def accordion-summary reagent-mui.material.accordion-summary/accordion-summary)
(def alert reagent-mui.material.alert/alert)
(def alert-title reagent-mui.material.alert-title/alert-title)
(def app-bar reagent-mui.material.app-bar/app-bar)
(def autocomplete reagent-mui.material.autocomplete/autocomplete)
(def create-filter-options reagent-mui.material.create-filter-options/create-filter-options)
(def avatar reagent-mui.material.avatar/avatar)
(def avatar-group reagent-mui.material.avatar-group/avatar-group)
(def backdrop reagent-mui.material.backdrop/backdrop)
(def badge reagent-mui.material.badge/badge)
(def bottom-navigation reagent-mui.material.bottom-navigation/bottom-navigation)
(def bottom-navigation-action reagent-mui.material.bottom-navigation-action/bottom-navigation-action)
(def box reagent-mui.material.box/box)
(def breadcrumbs reagent-mui.material.breadcrumbs/breadcrumbs)
(def button reagent-mui.material.button/button)
(def button-base reagent-mui.material.button-base/button-base)
(def button-group reagent-mui.material.button-group/button-group)
(def card reagent-mui.material.card/card)
(def card-action-area reagent-mui.material.card-action-area/card-action-area)
(def card-actions reagent-mui.material.card-actions/card-actions)
(def card-content reagent-mui.material.card-content/card-content)
(def card-header reagent-mui.material.card-header/card-header)
(def card-media reagent-mui.material.card-media/card-media)
(def checkbox reagent-mui.material.checkbox/checkbox)
(def chip reagent-mui.material.chip/chip)
(def circular-progress reagent-mui.material.circular-progress/circular-progress)
(def click-away-listener reagent-mui.material.click-away-listener/click-away-listener)
(def collapse reagent-mui.material.collapse/collapse)
(def container reagent-mui.material.container/container)
(def css-baseline reagent-mui.material.css-baseline/css-baseline)
(def dialog reagent-mui.material.dialog/dialog)
(def dialog-actions reagent-mui.material.dialog-actions/dialog-actions)
(def dialog-content reagent-mui.material.dialog-content/dialog-content)
(def dialog-content-text reagent-mui.material.dialog-content-text/dialog-content-text)
(def dialog-title reagent-mui.material.dialog-title/dialog-title)
(def divider reagent-mui.material.divider/divider)
(def drawer reagent-mui.material.drawer/drawer)
(def fab reagent-mui.material.fab/fab)
(def fade reagent-mui.material.fade/fade)
(def filled-input reagent-mui.material.filled-input/filled-input)
(def form-control reagent-mui.material.form-control/form-control)
(def use-form-control reagent-mui.material.use-form-control/use-form-control)
(def form-control-label reagent-mui.material.form-control-label/form-control-label)
(def form-group reagent-mui.material.form-group/form-group)
(def form-helper-text reagent-mui.material.form-helper-text/form-helper-text)
(def form-label reagent-mui.material.form-label/form-label)
(def global-styles reagent-mui.material.global-styles/global-styles)
(def grid reagent-mui.material.grid/grid)
(def grow reagent-mui.material.grow/grow)
(def hidden reagent-mui.material.hidden/hidden)
(def icon reagent-mui.material.icon/icon)
(def icon-button reagent-mui.material.icon-button/icon-button)
(def image-list reagent-mui.material.image-list/image-list)
(def image-list-item reagent-mui.material.image-list-item/image-list-item)
(def image-list-item-bar reagent-mui.material.image-list-item-bar/image-list-item-bar)
(def input reagent-mui.material.input/input)
(def input-adornment reagent-mui.material.input-adornment/input-adornment)
(def input-base reagent-mui.material.input-base/input-base)
(def input-label reagent-mui.material.input-label/input-label)
(def linear-progress reagent-mui.material.linear-progress/linear-progress)
(def link reagent-mui.material.link/link)
(def list reagent-mui.material.list/list)
(def list-item reagent-mui.material.list-item/list-item)
(def list-item-avatar reagent-mui.material.list-item-avatar/list-item-avatar)
(def list-item-button reagent-mui.material.list-item-button/list-item-button)
(def list-item-icon reagent-mui.material.list-item-icon/list-item-icon)
(def list-item-secondary-action reagent-mui.material.list-item-secondary-action/list-item-secondary-action)
(def list-item-text reagent-mui.material.list-item-text/list-item-text)
(def list-subheader reagent-mui.material.list-subheader/list-subheader)
(def menu reagent-mui.material.menu/menu)
(def menu-item reagent-mui.material.menu-item/menu-item)
(def menu-list reagent-mui.material.menu-list/menu-list)
(def mobile-stepper reagent-mui.material.mobile-stepper/mobile-stepper)
(def modal reagent-mui.material.modal/modal)
(def modal-manager reagent-mui.material.modal-manager/modal-manager)
(def native-select reagent-mui.material.native-select/native-select)
(def no-ssr reagent-mui.material.no-ssr/no-ssr)
(def outlined-input reagent-mui.material.outlined-input/outlined-input)
(def pagination reagent-mui.material.pagination/pagination)
(def pagination-item reagent-mui.material.pagination-item/pagination-item)
(def paper reagent-mui.material.paper/paper)
(def popover reagent-mui.material.popover/popover)
(def popper reagent-mui.material.popper/popper)
(def portal reagent-mui.material.portal/portal)
(def radio reagent-mui.material.radio/radio)
(def radio-group reagent-mui.material.radio-group/radio-group)
(def use-radio-group reagent-mui.material.use-radio-group/use-radio-group)
(def rating reagent-mui.material.rating/rating)
(def scoped-css-baseline reagent-mui.material.scoped-css-baseline/scoped-css-baseline)
(def select reagent-mui.material.select/select)
(def skeleton reagent-mui.material.skeleton/skeleton)
(def slide reagent-mui.material.slide/slide)
(def slider reagent-mui.material.slider/slider)
(def snackbar reagent-mui.material.snackbar/snackbar)
(def snackbar-content reagent-mui.material.snackbar-content/snackbar-content)
(def speed-dial reagent-mui.material.speed-dial/speed-dial)
(def speed-dial-action reagent-mui.material.speed-dial-action/speed-dial-action)
(def speed-dial-icon reagent-mui.material.speed-dial-icon/speed-dial-icon)
(def stack reagent-mui.material.stack/stack)
(def step reagent-mui.material.step/step)
(def step-button reagent-mui.material.step-button/step-button)
(def step-connector reagent-mui.material.step-connector/step-connector)
(def step-content reagent-mui.material.step-content/step-content)
(def step-icon reagent-mui.material.step-icon/step-icon)
(def step-label reagent-mui.material.step-label/step-label)
(def stepper reagent-mui.material.stepper/stepper)
(def styled-engine-provider reagent-mui.material.styled-engine-provider/styled-engine-provider)
(def svg-icon reagent-mui.material.svg-icon/svg-icon)
(def swipeable-drawer reagent-mui.material.swipeable-drawer/swipeable-drawer)
(def switch reagent-mui.material.switch/switch)
(def tab reagent-mui.material.tab/tab)
(def tab-scroll-button reagent-mui.material.tab-scroll-button/tab-scroll-button)
(def table reagent-mui.material.table/table)
(def table-body reagent-mui.material.table-body/table-body)
(def table-cell reagent-mui.material.table-cell/table-cell)
(def table-container reagent-mui.material.table-container/table-container)
(def table-footer reagent-mui.material.table-footer/table-footer)
(def table-head reagent-mui.material.table-head/table-head)
(def table-pagination reagent-mui.material.table-pagination/table-pagination)
(def table-row reagent-mui.material.table-row/table-row)
(def table-sort-label reagent-mui.material.table-sort-label/table-sort-label)
(def tabs reagent-mui.material.tabs/tabs)
(def text-field reagent-mui.material.text-field/text-field)
(def textarea-autosize reagent-mui.material.textarea-autosize/textarea-autosize)
(def toggle-button reagent-mui.material.toggle-button/toggle-button)
(def toggle-button-group reagent-mui.material.toggle-button-group/toggle-button-group)
(def toolbar reagent-mui.material.toolbar/toolbar)
(def tooltip reagent-mui.material.tooltip/tooltip)
(def typography reagent-mui.material.typography/typography)
(def unstable-grid-2 reagent-mui.material.unstable-grid-2/unstable-grid-2)
(def unstable-trap-focus reagent-mui.material.unstable-trap-focus/unstable-trap-focus)
(def zoom reagent-mui.material.zoom/zoom)
(def use-autocomplete reagent-mui.material.use-autocomplete/use-autocomplete)
(def use-media-query reagent-mui.material.use-media-query/use-media-query)
(def use-pagination reagent-mui.material.use-pagination/use-pagination)
(def use-scroll-trigger reagent-mui.material.use-scroll-trigger/use-scroll-trigger)
(def use-touch-ripple reagent-mui.material.use-touch-ripple/use-touch-ripple)
================================================
FILE: src/core/reagent_mui/jss_styles.cljs
================================================
(ns reagent-mui.jss-styles
"Imports some styles related helpers and components from @mui/styles.
Original documentation is at https://mui.com/styles/basics/ ."
(:require [reagent.core :as r]
["@mui/styles" :as mui-styles]
[reagent-mui.util :as util]))
(def ^:private styles-provider* (r/adapt-react-class mui-styles/StylesProvider))
(defn make-styles
"Takes a styles-generating function or a styles object.
Returns a React hook which accepts a props object and returns the mapping from styles to class names.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks"
([styles]
(make-styles styles {}))
([styles opts]
(let [use-styles (mui-styles/makeStyles (util/wrap-styles styles) (clj->js opts))]
(util/wrap-js-function use-styles))))
(defn with-styles
"Takes a styles-generating function or a styles object.
Returns a higher-order component that wraps another component and adds a `:classes` prop to it.
Note: input component has to take all its props (including children) in a single map."
([styles]
(with-styles styles {}))
([styles opts]
(let [hoc (mui-styles/withStyles (util/wrap-styles styles) (clj->js opts))]
(partial util/apply-hoc hoc))))
(defn styled
"The styled-components pattern. Takes a component and a styles-generating function or a styles object.
Creates and returns a new component and gives the input component a `:class-name` prop for applying styles.
Note: input component has to take all its props (including children) in a single map."
([component styles]
(styled component styles {}))
([component styles opts]
(let [styled-component (mui-styles/styled (util/reactify-component component))]
(r/adapt-react-class
(styled-component (util/wrap-styles styles) (clj->js opts))))))
(defn with-theme
"Higher order component that provides the theme object as a prop to the input component.
Note: input component has to take all its props (including children) in a single map."
[component]
(util/apply-hoc mui-styles/withTheme component))
(defn styles-provider
"This component allows you to change the behavior of the styling solution. It makes the options available down the React tree thanks to the context.
It should preferably be used at the root of your component tree."
[opts & children]
(into [styles-provider* opts]
(map r/as-element children)))
================================================
FILE: src/core/reagent_mui/lab/loading_button.cljs
================================================
(ns reagent-mui.lab.loading-button
"Imports @mui/lab/LoadingButton as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/loading-button/ ."
(:require [reagent.core :as r]
["@mui/lab/LoadingButton" :as MuiLoadingButton]))
(def loading-button (r/adapt-react-class (.-default MuiLoadingButton)))
================================================
FILE: src/core/reagent_mui/lab/masonry.cljs
================================================
(ns reagent-mui.lab.masonry
"Imports @mui/lab/Masonry as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/masonry/ ."
(:require [reagent.core :as r]
["@mui/lab/Masonry" :as MuiMasonry]))
(def masonry (r/adapt-react-class (.-default MuiMasonry)))
================================================
FILE: src/core/reagent_mui/lab/masonry_item.cljs
================================================
(ns reagent-mui.lab.masonry-item
"Imports @mui/lab/MasonryItem as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/masonry-item/ ."
(:require [reagent.core :as r]
["@mui/lab/MasonryItem" :as MuiMasonryItem]))
(def masonry-item (r/adapt-react-class (.-default MuiMasonryItem)))
================================================
FILE: src/core/reagent_mui/lab/tab_context.cljs
================================================
(ns reagent-mui.lab.tab-context
"Imports @mui/lab/TabContext as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/tab-context/ ."
(:require [reagent.core :as r]
["@mui/lab/TabContext" :as MuiTabContext]))
(def tab-context (r/adapt-react-class (.-default MuiTabContext)))
================================================
FILE: src/core/reagent_mui/lab/tab_list.cljs
================================================
(ns reagent-mui.lab.tab-list
"Imports @mui/lab/TabList as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/tab-list/ ."
(:require [reagent.core :as r]
["@mui/lab/TabList" :as MuiTabList]))
(def tab-list (r/adapt-react-class (.-default MuiTabList)))
================================================
FILE: src/core/reagent_mui/lab/tab_panel.cljs
================================================
(ns reagent-mui.lab.tab-panel
"Imports @mui/lab/TabPanel as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/tab-panel/ ."
(:require [reagent.core :as r]
["@mui/lab/TabPanel" :as MuiTabPanel]))
(def tab-panel (r/adapt-react-class (.-default MuiTabPanel)))
================================================
FILE: src/core/reagent_mui/lab/timeline.cljs
================================================
(ns reagent-mui.lab.timeline
"Imports @mui/lab/Timeline as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/timeline/ ."
(:require [reagent.core :as r]
["@mui/lab/Timeline" :as MuiTimeline]))
(def timeline (r/adapt-react-class (.-default MuiTimeline)))
================================================
FILE: src/core/reagent_mui/lab/timeline_connector.cljs
================================================
(ns reagent-mui.lab.timeline-connector
"Imports @mui/lab/TimelineConnector as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/timeline-connector/ ."
(:require [reagent.core :as r]
["@mui/lab/TimelineConnector" :as MuiTimelineConnector]))
(def timeline-connector (r/adapt-react-class (.-default MuiTimelineConnector)))
================================================
FILE: src/core/reagent_mui/lab/timeline_content.cljs
================================================
(ns reagent-mui.lab.timeline-content
"Imports @mui/lab/TimelineContent as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/timeline-content/ ."
(:require [reagent.core :as r]
["@mui/lab/TimelineContent" :as MuiTimelineContent]))
(def timeline-content (r/adapt-react-class (.-default MuiTimelineContent)))
================================================
FILE: src/core/reagent_mui/lab/timeline_dot.cljs
================================================
(ns reagent-mui.lab.timeline-dot
"Imports @mui/lab/TimelineDot as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/timeline-dot/ ."
(:require [reagent.core :as r]
["@mui/lab/TimelineDot" :as MuiTimelineDot]))
(def timeline-dot (r/adapt-react-class (.-default MuiTimelineDot)))
================================================
FILE: src/core/reagent_mui/lab/timeline_item.cljs
================================================
(ns reagent-mui.lab.timeline-item
"Imports @mui/lab/TimelineItem as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/timeline-item/ ."
(:require [reagent.core :as r]
["@mui/lab/TimelineItem" :as MuiTimelineItem]))
(def timeline-item (r/adapt-react-class (.-default MuiTimelineItem)))
================================================
FILE: src/core/reagent_mui/lab/timeline_opposite_content.cljs
================================================
(ns reagent-mui.lab.timeline-opposite-content
"Imports @mui/lab/TimelineOppositeContent as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/timeline-opposite-content/ ."
(:require [reagent.core :as r]
["@mui/lab/TimelineOppositeContent" :as MuiTimelineOppositeContent]))
(def timeline-opposite-content (r/adapt-react-class (.-default MuiTimelineOppositeContent)))
================================================
FILE: src/core/reagent_mui/lab/timeline_separator.cljs
================================================
(ns reagent-mui.lab.timeline-separator
"Imports @mui/lab/TimelineSeparator as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/timeline-separator/ ."
(:require [reagent.core :as r]
["@mui/lab/TimelineSeparator" :as MuiTimelineSeparator]))
(def timeline-separator (r/adapt-react-class (.-default MuiTimelineSeparator)))
================================================
FILE: src/core/reagent_mui/lab/tree_item.cljs
================================================
(ns reagent-mui.lab.tree-item
"Imports @mui/lab/TreeItem as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/tree-item/ ."
(:require [reagent.core :as r]
["@mui/lab/TreeItem" :as MuiTreeItem]))
(def tree-item (r/adapt-react-class (.-default MuiTreeItem)))
================================================
FILE: src/core/reagent_mui/lab/tree_view.cljs
================================================
(ns reagent-mui.lab.tree-view
"Imports @mui/lab/TreeView as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/tree-view/ ."
(:require [reagent.core :as r]
["@mui/lab/TreeView" :as MuiTreeView]))
(def tree-view (r/adapt-react-class (.-default MuiTreeView)))
================================================
FILE: src/core/reagent_mui/lab/use_tab_context.cljs
================================================
(ns reagent-mui.lab.use-tab-context
"Imports @mui/lab/TabContext/useTabContext as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/material-ui/api/use-tab-context/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/lab/TabContext" :as MuiTabContext]))
(def use-tab-context (wrap-js-function MuiTabContext/useTabContext))
================================================
FILE: src/core/reagent_mui/lab/use_tree_item.cljs
================================================
(ns reagent-mui.lab.use-tree-item
"Imports @mui/lab/TreeItem/useTreeItem as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/material-ui/api/use-tree-item/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/lab/TreeItem" :as MuiTreeItem]))
(def use-tree-item (wrap-js-function MuiTreeItem/useTreeItem))
================================================
FILE: src/core/reagent_mui/material/accordion.cljs
================================================
(ns reagent-mui.material.accordion
"Imports @mui/material/Accordion as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/accordion/ ."
(:require [reagent.core :as r]
["@mui/material/Accordion" :as MuiAccordion]))
(def accordion (r/adapt-react-class (.-default MuiAccordion)))
================================================
FILE: src/core/reagent_mui/material/accordion_actions.cljs
================================================
(ns reagent-mui.material.accordion-actions
"Imports @mui/material/AccordionActions as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/accordion-actions/ ."
(:require [reagent.core :as r]
["@mui/material/AccordionActions" :as MuiAccordionActions]))
(def accordion-actions (r/adapt-react-class (.-default MuiAccordionActions)))
================================================
FILE: src/core/reagent_mui/material/accordion_details.cljs
================================================
(ns reagent-mui.material.accordion-details
"Imports @mui/material/AccordionDetails as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/accordion-details/ ."
(:require [reagent.core :as r]
["@mui/material/AccordionDetails" :as MuiAccordionDetails]))
(def accordion-details (r/adapt-react-class (.-default MuiAccordionDetails)))
================================================
FILE: src/core/reagent_mui/material/accordion_summary.cljs
================================================
(ns reagent-mui.material.accordion-summary
"Imports @mui/material/AccordionSummary as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/accordion-summary/ ."
(:require [reagent.core :as r]
["@mui/material/AccordionSummary" :as MuiAccordionSummary]))
(def accordion-summary (r/adapt-react-class (.-default MuiAccordionSummary)))
================================================
FILE: src/core/reagent_mui/material/alert.cljs
================================================
(ns reagent-mui.material.alert
"Imports @mui/material/Alert as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/alert/ ."
(:require [reagent.core :as r]
["@mui/material/Alert" :as MuiAlert]))
(def alert (r/adapt-react-class (.-default MuiAlert)))
================================================
FILE: src/core/reagent_mui/material/alert_title.cljs
================================================
(ns reagent-mui.material.alert-title
"Imports @mui/material/AlertTitle as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/alert-title/ ."
(:require [reagent.core :as r]
["@mui/material/AlertTitle" :as MuiAlertTitle]))
(def alert-title (r/adapt-react-class (.-default MuiAlertTitle)))
================================================
FILE: src/core/reagent_mui/material/app_bar.cljs
================================================
(ns reagent-mui.material.app-bar
"Imports @mui/material/AppBar as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/app-bar/ ."
(:require [reagent.core :as r]
["@mui/material/AppBar" :as MuiAppBar]))
(def app-bar (r/adapt-react-class (.-default MuiAppBar)))
================================================
FILE: src/core/reagent_mui/material/autocomplete.cljs
================================================
(ns reagent-mui.material.autocomplete
"Imports @mui/material/Autocomplete as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/autocomplete/ ."
(:require [reagent.core :as r]
["@mui/material/Autocomplete" :as MuiAutocomplete]))
(def autocomplete (r/adapt-react-class (.-default MuiAutocomplete)))
================================================
FILE: src/core/reagent_mui/material/avatar.cljs
================================================
(ns reagent-mui.material.avatar
"Imports @mui/material/Avatar as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/avatar/ ."
(:require [reagent.core :as r]
["@mui/material/Avatar" :as MuiAvatar]))
(def avatar (r/adapt-react-class (.-default MuiAvatar)))
================================================
FILE: src/core/reagent_mui/material/avatar_group.cljs
================================================
(ns reagent-mui.material.avatar-group
"Imports @mui/material/AvatarGroup as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/avatar-group/ ."
(:require [reagent.core :as r]
["@mui/material/AvatarGroup" :as MuiAvatarGroup]))
(def avatar-group (r/adapt-react-class (.-default MuiAvatarGroup)))
================================================
FILE: src/core/reagent_mui/material/backdrop.cljs
================================================
(ns reagent-mui.material.backdrop
"Imports @mui/material/Backdrop as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/backdrop/ ."
(:require [reagent.core :as r]
["@mui/material/Backdrop" :as MuiBackdrop]))
(def backdrop (r/adapt-react-class (.-default MuiBackdrop)))
================================================
FILE: src/core/reagent_mui/material/badge.cljs
================================================
(ns reagent-mui.material.badge
"Imports @mui/material/Badge as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/badge/ ."
(:require [reagent.core :as r]
["@mui/material/Badge" :as MuiBadge]))
(def badge (r/adapt-react-class (.-default MuiBadge)))
================================================
FILE: src/core/reagent_mui/material/bottom_navigation.cljs
================================================
(ns reagent-mui.material.bottom-navigation
"Imports @mui/material/BottomNavigation as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/bottom-navigation/ ."
(:require [reagent.core :as r]
["@mui/material/BottomNavigation" :as MuiBottomNavigation]))
(def bottom-navigation (r/adapt-react-class (.-default MuiBottomNavigation)))
================================================
FILE: src/core/reagent_mui/material/bottom_navigation_action.cljs
================================================
(ns reagent-mui.material.bottom-navigation-action
"Imports @mui/material/BottomNavigationAction as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/bottom-navigation-action/ ."
(:require [reagent.core :as r]
["@mui/material/BottomNavigationAction" :as MuiBottomNavigationAction]))
(def bottom-navigation-action (r/adapt-react-class (.-default MuiBottomNavigationAction)))
================================================
FILE: src/core/reagent_mui/material/box.cljs
================================================
(ns reagent-mui.material.box
"Imports @mui/material/Box as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/box/ ."
(:require [reagent.core :as r]
["@mui/material/Box" :as MuiBox]))
(def box (r/adapt-react-class (.-default MuiBox)))
================================================
FILE: src/core/reagent_mui/material/breadcrumbs.cljs
================================================
(ns reagent-mui.material.breadcrumbs
"Imports @mui/material/Breadcrumbs as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/breadcrumbs/ ."
(:require [reagent.core :as r]
["@mui/material/Breadcrumbs" :as MuiBreadcrumbs]))
(def breadcrumbs (r/adapt-react-class (.-default MuiBreadcrumbs)))
================================================
FILE: src/core/reagent_mui/material/button.cljs
================================================
(ns reagent-mui.material.button
"Imports @mui/material/Button as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/button/ ."
(:require [reagent.core :as r]
["@mui/material/Button" :as MuiButton]))
(def button (r/adapt-react-class (.-default MuiButton)))
================================================
FILE: src/core/reagent_mui/material/button_base.cljs
================================================
(ns reagent-mui.material.button-base
"Imports @mui/material/ButtonBase as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/button-base/ ."
(:require [reagent.core :as r]
["@mui/material/ButtonBase" :as MuiButtonBase]))
(def button-base (r/adapt-react-class (.-default MuiButtonBase)))
================================================
FILE: src/core/reagent_mui/material/button_group.cljs
================================================
(ns reagent-mui.material.button-group
"Imports @mui/material/ButtonGroup as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/button-group/ ."
(:require [reagent.core :as r]
["@mui/material/ButtonGroup" :as MuiButtonGroup]))
(def button-group (r/adapt-react-class (.-default MuiButtonGroup)))
================================================
FILE: src/core/reagent_mui/material/card.cljs
================================================
(ns reagent-mui.material.card
"Imports @mui/material/Card as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/card/ ."
(:require [reagent.core :as r]
["@mui/material/Card" :as MuiCard]))
(def card (r/adapt-react-class (.-default MuiCard)))
================================================
FILE: src/core/reagent_mui/material/card_action_area.cljs
================================================
(ns reagent-mui.material.card-action-area
"Imports @mui/material/CardActionArea as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/card-action-area/ ."
(:require [reagent.core :as r]
["@mui/material/CardActionArea" :as MuiCardActionArea]))
(def card-action-area (r/adapt-react-class (.-default MuiCardActionArea)))
================================================
FILE: src/core/reagent_mui/material/card_actions.cljs
================================================
(ns reagent-mui.material.card-actions
"Imports @mui/material/CardActions as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/card-actions/ ."
(:require [reagent.core :as r]
["@mui/material/CardActions" :as MuiCardActions]))
(def card-actions (r/adapt-react-class (.-default MuiCardActions)))
================================================
FILE: src/core/reagent_mui/material/card_content.cljs
================================================
(ns reagent-mui.material.card-content
"Imports @mui/material/CardContent as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/card-content/ ."
(:require [reagent.core :as r]
["@mui/material/CardContent" :as MuiCardContent]))
(def card-content (r/adapt-react-class (.-default MuiCardContent)))
================================================
FILE: src/core/reagent_mui/material/card_header.cljs
================================================
(ns reagent-mui.material.card-header
"Imports @mui/material/CardHeader as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/card-header/ ."
(:require [reagent.core :as r]
["@mui/material/CardHeader" :as MuiCardHeader]))
(def card-header (r/adapt-react-class (.-default MuiCardHeader)))
================================================
FILE: src/core/reagent_mui/material/card_media.cljs
================================================
(ns reagent-mui.material.card-media
"Imports @mui/material/CardMedia as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/card-media/ ."
(:require [reagent.core :as r]
["@mui/material/CardMedia" :as MuiCardMedia]))
(def card-media (r/adapt-react-class (.-default MuiCardMedia)))
================================================
FILE: src/core/reagent_mui/material/checkbox.cljs
================================================
(ns reagent-mui.material.checkbox
"Imports @mui/material/Checkbox as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/checkbox/ ."
(:require [reagent.core :as r]
["@mui/material/Checkbox" :as MuiCheckbox]))
(def checkbox (r/adapt-react-class (.-default MuiCheckbox)))
================================================
FILE: src/core/reagent_mui/material/chip.cljs
================================================
(ns reagent-mui.material.chip
"Imports @mui/material/Chip as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/chip/ ."
(:require [reagent.core :as r]
["@mui/material/Chip" :as MuiChip]))
(def chip (r/adapt-react-class (.-default MuiChip)))
================================================
FILE: src/core/reagent_mui/material/circular_progress.cljs
================================================
(ns reagent-mui.material.circular-progress
"Imports @mui/material/CircularProgress as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/circular-progress/ ."
(:require [reagent.core :as r]
["@mui/material/CircularProgress" :as MuiCircularProgress]))
(def circular-progress (r/adapt-react-class (.-default MuiCircularProgress)))
================================================
FILE: src/core/reagent_mui/material/click_away_listener.cljs
================================================
(ns reagent-mui.material.click-away-listener
"Imports @mui/material/ClickAwayListener as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/click-away-listener/ ."
(:require [reagent.core :as r]
["@mui/material/ClickAwayListener" :as MuiClickAwayListener]))
(def click-away-listener (r/adapt-react-class (.-default MuiClickAwayListener)))
================================================
FILE: src/core/reagent_mui/material/collapse.cljs
================================================
(ns reagent-mui.material.collapse
"Imports @mui/material/Collapse as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/collapse/ ."
(:require [reagent.core :as r]
["@mui/material/Collapse" :as MuiCollapse]))
(def collapse (r/adapt-react-class (.-default MuiCollapse)))
================================================
FILE: src/core/reagent_mui/material/container.cljs
================================================
(ns reagent-mui.material.container
"Imports @mui/material/Container as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/container/ ."
(:require [reagent.core :as r]
["@mui/material/Container" :as MuiContainer]))
(def container (r/adapt-react-class (.-default MuiContainer)))
================================================
FILE: src/core/reagent_mui/material/create_filter_options.cljs
================================================
(ns reagent-mui.material.create-filter-options
"Imports @mui/material/Autocomplete/createFilterOptions as a Reagent component.
Original documentation is at https://mui.com/material-ui/react-autocomplete/#createfilteroptions-config-filteroptions ."
(:require [reagent-mui.util :refer [clj->js']]
["@mui/material/Autocomplete" :as MuiAutocomplete]))
(defn create-filter-options [config]
((.-createFilterOptions MuiAutocomplete) (clj->js' config)))
================================================
FILE: src/core/reagent_mui/material/css_baseline.cljs
================================================
(ns reagent-mui.material.css-baseline
"Imports @mui/material/CssBaseline as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/css-baseline/ ."
(:require [reagent.core :as r]
["@mui/material/CssBaseline" :as MuiCssBaseline]))
(def css-baseline (r/adapt-react-class (.-default MuiCssBaseline)))
================================================
FILE: src/core/reagent_mui/material/dialog.cljs
================================================
(ns reagent-mui.material.dialog
"Imports @mui/material/Dialog as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/dialog/ ."
(:require [reagent.core :as r]
["@mui/material/Dialog" :as MuiDialog]))
(def dialog (r/adapt-react-class (.-default MuiDialog)))
================================================
FILE: src/core/reagent_mui/material/dialog_actions.cljs
================================================
(ns reagent-mui.material.dialog-actions
"Imports @mui/material/DialogActions as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/dialog-actions/ ."
(:require [reagent.core :as r]
["@mui/material/DialogActions" :as MuiDialogActions]))
(def dialog-actions (r/adapt-react-class (.-default MuiDialogActions)))
================================================
FILE: src/core/reagent_mui/material/dialog_content.cljs
================================================
(ns reagent-mui.material.dialog-content
"Imports @mui/material/DialogContent as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/dialog-content/ ."
(:require [reagent.core :as r]
["@mui/material/DialogContent" :as MuiDialogContent]))
(def dialog-content (r/adapt-react-class (.-default MuiDialogContent)))
================================================
FILE: src/core/reagent_mui/material/dialog_content_text.cljs
================================================
(ns reagent-mui.material.dialog-content-text
"Imports @mui/material/DialogContentText as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/dialog-content-text/ ."
(:require [reagent.core :as r]
["@mui/material/DialogContentText" :as MuiDialogContentText]))
(def dialog-content-text (r/adapt-react-class (.-default MuiDialogContentText)))
================================================
FILE: src/core/reagent_mui/material/dialog_title.cljs
================================================
(ns reagent-mui.material.dialog-title
"Imports @mui/material/DialogTitle as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/dialog-title/ ."
(:require [reagent.core :as r]
["@mui/material/DialogTitle" :as MuiDialogTitle]))
(def dialog-title (r/adapt-react-class (.-default MuiDialogTitle)))
================================================
FILE: src/core/reagent_mui/material/divider.cljs
================================================
(ns reagent-mui.material.divider
"Imports @mui/material/Divider as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/divider/ ."
(:require [reagent.core :as r]
["@mui/material/Divider" :as MuiDivider]))
(def divider (r/adapt-react-class (.-default MuiDivider)))
================================================
FILE: src/core/reagent_mui/material/drawer.cljs
================================================
(ns reagent-mui.material.drawer
"Imports @mui/material/Drawer as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/drawer/ ."
(:require [reagent.core :as r]
["@mui/material/Drawer" :as MuiDrawer]))
(def drawer (r/adapt-react-class (.-default MuiDrawer)))
================================================
FILE: src/core/reagent_mui/material/fab.cljs
================================================
(ns reagent-mui.material.fab
"Imports @mui/material/Fab as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/fab/ ."
(:require [reagent.core :as r]
["@mui/material/Fab" :as MuiFab]))
(def fab (r/adapt-react-class (.-default MuiFab)))
================================================
FILE: src/core/reagent_mui/material/fade.cljs
================================================
(ns reagent-mui.material.fade
"Imports @mui/material/Fade as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/fade/ ."
(:require [reagent.core :as r]
["@mui/material/Fade" :as MuiFade]))
(def fade (r/adapt-react-class (.-default MuiFade)))
================================================
FILE: src/core/reagent_mui/material/filled_input.cljs
================================================
(ns reagent-mui.material.filled-input
"Imports @mui/material/FilledInput as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/filled-input/ ."
(:require [reagent.core :as r]
["@mui/material/FilledInput" :as MuiFilledInput]))
(def filled-input (r/adapt-react-class (.-default MuiFilledInput)))
================================================
FILE: src/core/reagent_mui/material/form_control.cljs
================================================
(ns reagent-mui.material.form-control
"Imports @mui/material/FormControl as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/form-control/ ."
(:require [reagent.core :as r]
["@mui/material/FormControl" :as MuiFormControl]))
(def form-control (r/adapt-react-class (.-default MuiFormControl)))
================================================
FILE: src/core/reagent_mui/material/form_control_label.cljs
================================================
(ns reagent-mui.material.form-control-label
"Imports @mui/material/FormControlLabel as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/form-control-label/ ."
(:require [reagent.core :as r]
["@mui/material/FormControlLabel" :as MuiFormControlLabel]))
(def form-control-label (r/adapt-react-class (.-default MuiFormControlLabel)))
================================================
FILE: src/core/reagent_mui/material/form_group.cljs
================================================
(ns reagent-mui.material.form-group
"Imports @mui/material/FormGroup as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/form-group/ ."
(:require [reagent.core :as r]
["@mui/material/FormGroup" :as MuiFormGroup]))
(def form-group (r/adapt-react-class (.-default MuiFormGroup)))
================================================
FILE: src/core/reagent_mui/material/form_helper_text.cljs
================================================
(ns reagent-mui.material.form-helper-text
"Imports @mui/material/FormHelperText as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/form-helper-text/ ."
(:require [reagent.core :as r]
["@mui/material/FormHelperText" :as MuiFormHelperText]))
(def form-helper-text (r/adapt-react-class (.-default MuiFormHelperText)))
================================================
FILE: src/core/reagent_mui/material/form_label.cljs
================================================
(ns reagent-mui.material.form-label
"Imports @mui/material/FormLabel as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/form-label/ ."
(:require [reagent.core :as r]
["@mui/material/FormLabel" :as MuiFormLabel]))
(def form-label (r/adapt-react-class (.-default MuiFormLabel)))
================================================
FILE: src/core/reagent_mui/material/global_styles.cljs
================================================
(ns reagent-mui.material.global-styles
"Imports @mui/material/GlobalStyles as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/global-styles/ ."
(:require [reagent.core :as r]
["@mui/material/GlobalStyles" :as MuiGlobalStyles]))
(def global-styles (r/adapt-react-class (.-default MuiGlobalStyles)))
================================================
FILE: src/core/reagent_mui/material/grid.cljs
================================================
(ns reagent-mui.material.grid
"Imports @mui/material/Grid as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/grid/ ."
(:require [reagent.core :as r]
["@mui/material/Grid" :as MuiGrid]))
(def grid (r/adapt-react-class (.-default MuiGrid)))
================================================
FILE: src/core/reagent_mui/material/grow.cljs
================================================
(ns reagent-mui.material.grow
"Imports @mui/material/Grow as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/grow/ ."
(:require [reagent.core :as r]
["@mui/material/Grow" :as MuiGrow]))
(def grow (r/adapt-react-class (.-default MuiGrow)))
================================================
FILE: src/core/reagent_mui/material/hidden.cljs
================================================
(ns reagent-mui.material.hidden
"Imports @mui/material/Hidden as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/hidden/ ."
(:require [reagent.core :as r]
["@mui/material/Hidden" :as MuiHidden]))
(def hidden (r/adapt-react-class (.-default MuiHidden)))
================================================
FILE: src/core/reagent_mui/material/icon.cljs
================================================
(ns reagent-mui.material.icon
"Imports @mui/material/Icon as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/icon/ ."
(:require [reagent.core :as r]
["@mui/material/Icon" :as MuiIcon]))
(def icon (r/adapt-react-class (.-default MuiIcon)))
================================================
FILE: src/core/reagent_mui/material/icon_button.cljs
================================================
(ns reagent-mui.material.icon-button
"Imports @mui/material/IconButton as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/icon-button/ ."
(:require [reagent.core :as r]
["@mui/material/IconButton" :as MuiIconButton]))
(def icon-button (r/adapt-react-class (.-default MuiIconButton)))
================================================
FILE: src/core/reagent_mui/material/image_list.cljs
================================================
(ns reagent-mui.material.image-list
"Imports @mui/material/ImageList as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/image-list/ ."
(:require [reagent.core :as r]
["@mui/material/ImageList" :as MuiImageList]))
(def image-list (r/adapt-react-class (.-default MuiImageList)))
================================================
FILE: src/core/reagent_mui/material/image_list_item.cljs
================================================
(ns reagent-mui.material.image-list-item
"Imports @mui/material/ImageListItem as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/image-list-item/ ."
(:require [reagent.core :as r]
["@mui/material/ImageListItem" :as MuiImageListItem]))
(def image-list-item (r/adapt-react-class (.-default MuiImageListItem)))
================================================
FILE: src/core/reagent_mui/material/image_list_item_bar.cljs
================================================
(ns reagent-mui.material.image-list-item-bar
"Imports @mui/material/ImageListItemBar as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/image-list-item-bar/ ."
(:require [reagent.core :as r]
["@mui/material/ImageListItemBar" :as MuiImageListItemBar]))
(def image-list-item-bar (r/adapt-react-class (.-default MuiImageListItemBar)))
================================================
FILE: src/core/reagent_mui/material/input.cljs
================================================
(ns reagent-mui.material.input
"Imports @mui/material/Input as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/input/ ."
(:require [reagent.core :as r]
["@mui/material/Input" :as MuiInput]))
(def input (r/adapt-react-class (.-default MuiInput)))
================================================
FILE: src/core/reagent_mui/material/input_adornment.cljs
================================================
(ns reagent-mui.material.input-adornment
"Imports @mui/material/InputAdornment as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/input-adornment/ ."
(:require [reagent.core :as r]
["@mui/material/InputAdornment" :as MuiInputAdornment]))
(def input-adornment (r/adapt-react-class (.-default MuiInputAdornment)))
================================================
FILE: src/core/reagent_mui/material/input_base.cljs
================================================
(ns reagent-mui.material.input-base
"Imports @mui/material/InputBase as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/input-base/ ."
(:require [reagent.core :as r]
["@mui/material/InputBase" :as MuiInputBase]))
(def input-base (r/adapt-react-class (.-default MuiInputBase)))
================================================
FILE: src/core/reagent_mui/material/input_label.cljs
================================================
(ns reagent-mui.material.input-label
"Imports @mui/material/InputLabel as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/input-label/ ."
(:require [reagent.core :as r]
["@mui/material/InputLabel" :as MuiInputLabel]))
(def input-label (r/adapt-react-class (.-default MuiInputLabel)))
================================================
FILE: src/core/reagent_mui/material/linear_progress.cljs
================================================
(ns reagent-mui.material.linear-progress
"Imports @mui/material/LinearProgress as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/linear-progress/ ."
(:require [reagent.core :as r]
["@mui/material/LinearProgress" :as MuiLinearProgress]))
(def linear-progress (r/adapt-react-class (.-default MuiLinearProgress)))
================================================
FILE: src/core/reagent_mui/material/link.cljs
================================================
(ns reagent-mui.material.link
"Imports @mui/material/Link as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/link/ ."
(:require [reagent.core :as r]
["@mui/material/Link" :as MuiLink]))
(def link (r/adapt-react-class (.-default MuiLink)))
================================================
FILE: src/core/reagent_mui/material/list.cljs
================================================
(ns reagent-mui.material.list
"Imports @mui/material/List as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/list/ ."
(:refer-clojure :exclude [list])
(:require [reagent.core :as r]
["@mui/material/List" :as MuiList]))
(def list (r/adapt-react-class (.-default MuiList)))
================================================
FILE: src/core/reagent_mui/material/list_item.cljs
================================================
(ns reagent-mui.material.list-item
"Imports @mui/material/ListItem as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/list-item/ ."
(:require [reagent.core :as r]
["@mui/material/ListItem" :as MuiListItem]))
(def list-item (r/adapt-react-class (.-default MuiListItem)))
================================================
FILE: src/core/reagent_mui/material/list_item_avatar.cljs
================================================
(ns reagent-mui.material.list-item-avatar
"Imports @mui/material/ListItemAvatar as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/list-item-avatar/ ."
(:require [reagent.core :as r]
["@mui/material/ListItemAvatar" :as MuiListItemAvatar]))
(def list-item-avatar (r/adapt-react-class (.-default MuiListItemAvatar)))
================================================
FILE: src/core/reagent_mui/material/list_item_button.cljs
================================================
(ns reagent-mui.material.list-item-button
"Imports @mui/material/ListItemButton as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/list-item-button/ ."
(:require [reagent.core :as r]
["@mui/material/ListItemButton" :as MuiListItemButton]))
(def list-item-button (r/adapt-react-class (.-default MuiListItemButton)))
================================================
FILE: src/core/reagent_mui/material/list_item_icon.cljs
================================================
(ns reagent-mui.material.list-item-icon
"Imports @mui/material/ListItemIcon as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/list-item-icon/ ."
(:require [reagent.core :as r]
["@mui/material/ListItemIcon" :as MuiListItemIcon]))
(def list-item-icon (r/adapt-react-class (.-default MuiListItemIcon)))
================================================
FILE: src/core/reagent_mui/material/list_item_secondary_action.cljs
================================================
(ns reagent-mui.material.list-item-secondary-action
"Imports @mui/material/ListItemSecondaryAction as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/list-item-secondary-action/ ."
(:require [reagent.core :as r]
["@mui/material/ListItemSecondaryAction" :as MuiListItemSecondaryAction]))
(def list-item-secondary-action (r/adapt-react-class (.-default MuiListItemSecondaryAction)))
================================================
FILE: src/core/reagent_mui/material/list_item_text.cljs
================================================
(ns reagent-mui.material.list-item-text
"Imports @mui/material/ListItemText as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/list-item-text/ ."
(:require [reagent.core :as r]
["@mui/material/ListItemText" :as MuiListItemText]))
(def list-item-text (r/adapt-react-class (.-default MuiListItemText)))
================================================
FILE: src/core/reagent_mui/material/list_subheader.cljs
================================================
(ns reagent-mui.material.list-subheader
"Imports @mui/material/ListSubheader as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/list-subheader/ ."
(:require [reagent.core :as r]
["@mui/material/ListSubheader" :as MuiListSubheader]))
(def list-subheader (r/adapt-react-class (.-default MuiListSubheader)))
================================================
FILE: src/core/reagent_mui/material/menu.cljs
================================================
(ns reagent-mui.material.menu
"Imports @mui/material/Menu as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/menu/ ."
(:require [reagent.core :as r]
["@mui/material/Menu" :as MuiMenu]))
(def menu (r/adapt-react-class (.-default MuiMenu)))
================================================
FILE: src/core/reagent_mui/material/menu_item.cljs
================================================
(ns reagent-mui.material.menu-item
"Imports @mui/material/MenuItem as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/menu-item/ ."
(:require [reagent.core :as r]
["@mui/material/MenuItem" :as MuiMenuItem]))
(def menu-item (r/adapt-react-class (.-default MuiMenuItem)))
================================================
FILE: src/core/reagent_mui/material/menu_list.cljs
================================================
(ns reagent-mui.material.menu-list
"Imports @mui/material/MenuList as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/menu-list/ ."
(:require [reagent.core :as r]
["@mui/material/MenuList" :as MuiMenuList]))
(def menu-list (r/adapt-react-class (.-default MuiMenuList)))
================================================
FILE: src/core/reagent_mui/material/mobile_stepper.cljs
================================================
(ns reagent-mui.material.mobile-stepper
"Imports @mui/material/MobileStepper as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/mobile-stepper/ ."
(:require [reagent.core :as r]
["@mui/material/MobileStepper" :as MuiMobileStepper]))
(def mobile-stepper (r/adapt-react-class (.-default MuiMobileStepper)))
================================================
FILE: src/core/reagent_mui/material/modal.cljs
================================================
(ns reagent-mui.material.modal
"Imports @mui/material/Modal as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/modal/ ."
(:require [reagent.core :as r]
["@mui/material/Modal" :as MuiModal]))
(def modal (r/adapt-react-class (.-default MuiModal)))
================================================
FILE: src/core/reagent_mui/material/modal_manager.cljs
================================================
(ns reagent-mui.material.modal-manager
"Imports @mui/material/Modal/ModalManager as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/modal-manager/ ."
(:require [reagent.core :as r]
["@mui/material/Modal" :as MuiModal]))
(def modal-manager (r/adapt-react-class MuiModal/ModalManager))
================================================
FILE: src/core/reagent_mui/material/native_select.cljs
================================================
(ns reagent-mui.material.native-select
"Imports @mui/material/NativeSelect as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/native-select/ ."
(:require [reagent.core :as r]
["@mui/material/NativeSelect" :as MuiNativeSelect]))
(def native-select (r/adapt-react-class (.-default MuiNativeSelect)))
================================================
FILE: src/core/reagent_mui/material/no_ssr.cljs
================================================
(ns reagent-mui.material.no-ssr
"Imports @mui/material/NoSsr as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/no-ssr/ ."
(:require [reagent.core :as r]
["@mui/material/NoSsr" :as MuiNoSsr]))
(def no-ssr (r/adapt-react-class (.-default MuiNoSsr)))
================================================
FILE: src/core/reagent_mui/material/outlined_input.cljs
================================================
(ns reagent-mui.material.outlined-input
"Imports @mui/material/OutlinedInput as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/outlined-input/ ."
(:require [reagent.core :as r]
["@mui/material/OutlinedInput" :as MuiOutlinedInput]))
(def outlined-input (r/adapt-react-class (.-default MuiOutlinedInput)))
================================================
FILE: src/core/reagent_mui/material/pagination.cljs
================================================
(ns reagent-mui.material.pagination
"Imports @mui/material/Pagination as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/pagination/ ."
(:require [reagent.core :as r]
["@mui/material/Pagination" :as MuiPagination]))
(def pagination (r/adapt-react-class (.-default MuiPagination)))
================================================
FILE: src/core/reagent_mui/material/pagination_item.cljs
================================================
(ns reagent-mui.material.pagination-item
"Imports @mui/material/PaginationItem as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/pagination-item/ ."
(:require [reagent.core :as r]
["@mui/material/PaginationItem" :as MuiPaginationItem]))
(def pagination-item (r/adapt-react-class (.-default MuiPaginationItem)))
================================================
FILE: src/core/reagent_mui/material/paper.cljs
================================================
(ns reagent-mui.material.paper
"Imports @mui/material/Paper as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/paper/ ."
(:require [reagent.core :as r]
["@mui/material/Paper" :as MuiPaper]))
(def paper (r/adapt-react-class (.-default MuiPaper)))
================================================
FILE: src/core/reagent_mui/material/popover.cljs
================================================
(ns reagent-mui.material.popover
"Imports @mui/material/Popover as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/popover/ ."
(:require [reagent.core :as r]
["@mui/material/Popover" :as MuiPopover]))
(def popover (r/adapt-react-class (.-default MuiPopover)))
================================================
FILE: src/core/reagent_mui/material/popper.cljs
================================================
(ns reagent-mui.material.popper
"Imports @mui/material/Popper as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/popper/ ."
(:require [reagent.core :as r]
["@mui/material/Popper" :as MuiPopper]))
(def popper (r/adapt-react-class (.-default MuiPopper)))
================================================
FILE: src/core/reagent_mui/material/portal.cljs
================================================
(ns reagent-mui.material.portal
"Imports @mui/material/Portal as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/portal/ ."
(:require [reagent.core :as r]
["@mui/material/Portal" :as MuiPortal]))
(def portal (r/adapt-react-class (.-default MuiPortal)))
================================================
FILE: src/core/reagent_mui/material/radio.cljs
================================================
(ns reagent-mui.material.radio
"Imports @mui/material/Radio as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/radio/ ."
(:require [reagent.core :as r]
["@mui/material/Radio" :as MuiRadio]))
(def radio (r/adapt-react-class (.-default MuiRadio)))
================================================
FILE: src/core/reagent_mui/material/radio_group.cljs
================================================
(ns reagent-mui.material.radio-group
"Imports @mui/material/RadioGroup as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/radio-group/ ."
(:require [reagent.core :as r]
["@mui/material/RadioGroup" :as MuiRadioGroup]))
(def radio-group (r/adapt-react-class (.-default MuiRadioGroup)))
================================================
FILE: src/core/reagent_mui/material/rating.cljs
================================================
(ns reagent-mui.material.rating
"Imports @mui/material/Rating as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/rating/ ."
(:require [reagent.core :as r]
["@mui/material/Rating" :as MuiRating]))
(def rating (r/adapt-react-class (.-default MuiRating)))
================================================
FILE: src/core/reagent_mui/material/scoped_css_baseline.cljs
================================================
(ns reagent-mui.material.scoped-css-baseline
"Imports @mui/material/ScopedCssBaseline as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/scoped-css-baseline/ ."
(:require [reagent.core :as r]
["@mui/material/ScopedCssBaseline" :as MuiScopedCssBaseline]))
(def scoped-css-baseline (r/adapt-react-class (.-default MuiScopedCssBaseline)))
================================================
FILE: src/core/reagent_mui/material/select.cljs
================================================
(ns reagent-mui.material.select
"Imports @mui/material/Select as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/select/ ."
(:require [reagent.core :as r]
["@mui/material/Select" :as MuiSelect]))
(def select (r/adapt-react-class (.-default MuiSelect)))
================================================
FILE: src/core/reagent_mui/material/skeleton.cljs
================================================
(ns reagent-mui.material.skeleton
"Imports @mui/material/Skeleton as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/skeleton/ ."
(:require [reagent.core :as r]
["@mui/material/Skeleton" :as MuiSkeleton]))
(def skeleton (r/adapt-react-class (.-default MuiSkeleton)))
================================================
FILE: src/core/reagent_mui/material/slide.cljs
================================================
(ns reagent-mui.material.slide
"Imports @mui/material/Slide as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/slide/ ."
(:require [reagent.core :as r]
["@mui/material/Slide" :as MuiSlide]))
(def slide (r/adapt-react-class (.-default MuiSlide)))
================================================
FILE: src/core/reagent_mui/material/slider.cljs
================================================
(ns reagent-mui.material.slider
"Imports @mui/material/Slider as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/slider/ ."
(:require [reagent.core :as r]
["@mui/material/Slider" :as MuiSlider]))
(def slider (r/adapt-react-class (.-default MuiSlider)))
================================================
FILE: src/core/reagent_mui/material/snackbar.cljs
================================================
(ns reagent-mui.material.snackbar
"Imports @mui/material/Snackbar as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/snackbar/ ."
(:require [reagent.core :as r]
["@mui/material/Snackbar" :as MuiSnackbar]))
(def snackbar (r/adapt-react-class (.-default MuiSnackbar)))
================================================
FILE: src/core/reagent_mui/material/snackbar_content.cljs
================================================
(ns reagent-mui.material.snackbar-content
"Imports @mui/material/SnackbarContent as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/snackbar-content/ ."
(:require [reagent.core :as r]
["@mui/material/SnackbarContent" :as MuiSnackbarContent]))
(def snackbar-content (r/adapt-react-class (.-default MuiSnackbarContent)))
================================================
FILE: src/core/reagent_mui/material/speed_dial.cljs
================================================
(ns reagent-mui.material.speed-dial
"Imports @mui/material/SpeedDial as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/speed-dial/ ."
(:require [reagent.core :as r]
["@mui/material/SpeedDial" :as MuiSpeedDial]))
(def speed-dial (r/adapt-react-class (.-default MuiSpeedDial)))
================================================
FILE: src/core/reagent_mui/material/speed_dial_action.cljs
================================================
(ns reagent-mui.material.speed-dial-action
"Imports @mui/material/SpeedDialAction as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/speed-dial-action/ ."
(:require [reagent.core :as r]
["@mui/material/SpeedDialAction" :as MuiSpeedDialAction]))
(def speed-dial-action (r/adapt-react-class (.-default MuiSpeedDialAction)))
================================================
FILE: src/core/reagent_mui/material/speed_dial_icon.cljs
================================================
(ns reagent-mui.material.speed-dial-icon
"Imports @mui/material/SpeedDialIcon as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/speed-dial-icon/ ."
(:require [reagent.core :as r]
["@mui/material/SpeedDialIcon" :as MuiSpeedDialIcon]))
(def speed-dial-icon (r/adapt-react-class (.-default MuiSpeedDialIcon)))
================================================
FILE: src/core/reagent_mui/material/stack.cljs
================================================
(ns reagent-mui.material.stack
"Imports @mui/material/Stack as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/stack/ ."
(:require [reagent.core :as r]
["@mui/material/Stack" :as MuiStack]))
(def stack (r/adapt-react-class (.-default MuiStack)))
================================================
FILE: src/core/reagent_mui/material/step.cljs
================================================
(ns reagent-mui.material.step
"Imports @mui/material/Step as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/step/ ."
(:require [reagent.core :as r]
["@mui/material/Step" :as MuiStep]))
(def step (r/adapt-react-class (.-default MuiStep)))
================================================
FILE: src/core/reagent_mui/material/step_button.cljs
================================================
(ns reagent-mui.material.step-button
"Imports @mui/material/StepButton as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/step-button/ ."
(:require [reagent.core :as r]
["@mui/material/StepButton" :as MuiStepButton]))
(def step-button (r/adapt-react-class (.-default MuiStepButton)))
================================================
FILE: src/core/reagent_mui/material/step_connector.cljs
================================================
(ns reagent-mui.material.step-connector
"Imports @mui/material/StepConnector as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/step-connector/ ."
(:require [reagent.core :as r]
["@mui/material/StepConnector" :as MuiStepConnector]))
(def step-connector (r/adapt-react-class (.-default MuiStepConnector)))
================================================
FILE: src/core/reagent_mui/material/step_content.cljs
================================================
(ns reagent-mui.material.step-content
"Imports @mui/material/StepContent as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/step-content/ ."
(:require [reagent.core :as r]
["@mui/material/StepContent" :as MuiStepContent]))
(def step-content (r/adapt-react-class (.-default MuiStepContent)))
================================================
FILE: src/core/reagent_mui/material/step_icon.cljs
================================================
(ns reagent-mui.material.step-icon
"Imports @mui/material/StepIcon as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/step-icon/ ."
(:require [reagent.core :as r]
["@mui/material/StepIcon" :as MuiStepIcon]))
(def step-icon (r/adapt-react-class (.-default MuiStepIcon)))
================================================
FILE: src/core/reagent_mui/material/step_label.cljs
================================================
(ns reagent-mui.material.step-label
"Imports @mui/material/StepLabel as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/step-label/ ."
(:require [reagent.core :as r]
["@mui/material/StepLabel" :as MuiStepLabel]))
(def step-label (r/adapt-react-class (.-default MuiStepLabel)))
================================================
FILE: src/core/reagent_mui/material/stepper.cljs
================================================
(ns reagent-mui.material.stepper
"Imports @mui/material/Stepper as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/stepper/ ."
(:require [reagent.core :as r]
["@mui/material/Stepper" :as MuiStepper]))
(def stepper (r/adapt-react-class (.-default MuiStepper)))
================================================
FILE: src/core/reagent_mui/material/styled_engine_provider.cljs
================================================
(ns reagent-mui.material.styled-engine-provider
"Imports @mui/material/StyledEngineProvider as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/styled-engine-provider/ ."
(:require [reagent.core :as r]
["@mui/material/StyledEngineProvider" :as MuiStyledEngineProvider]))
(def styled-engine-provider (r/adapt-react-class (.-default MuiStyledEngineProvider)))
================================================
FILE: src/core/reagent_mui/material/svg_icon.cljs
================================================
(ns reagent-mui.material.svg-icon
"Imports @mui/material/SvgIcon as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/svg-icon/ ."
(:require [reagent.core :as r]
["@mui/material/SvgIcon" :as MuiSvgIcon]))
(def svg-icon (r/adapt-react-class (.-default MuiSvgIcon)))
================================================
FILE: src/core/reagent_mui/material/swipeable_drawer.cljs
================================================
(ns reagent-mui.material.swipeable-drawer
"Imports @mui/material/SwipeableDrawer as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/swipeable-drawer/ ."
(:require [reagent.core :as r]
["@mui/material/SwipeableDrawer" :as MuiSwipeableDrawer]))
(def swipeable-drawer (r/adapt-react-class (.-default MuiSwipeableDrawer)))
================================================
FILE: src/core/reagent_mui/material/switch.cljs
================================================
(ns reagent-mui.material.switch
"Imports @mui/material/Switch as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/switch/ ."
(:require [reagent.core :as r]
["@mui/material/Switch" :as MuiSwitch]))
(def switch (r/adapt-react-class (.-default MuiSwitch)))
================================================
FILE: src/core/reagent_mui/material/tab.cljs
================================================
(ns reagent-mui.material.tab
"Imports @mui/material/Tab as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/tab/ ."
(:require [reagent.core :as r]
["@mui/material/Tab" :as MuiTab]))
(def tab (r/adapt-react-class (.-default MuiTab)))
================================================
FILE: src/core/reagent_mui/material/tab_scroll_button.cljs
================================================
(ns reagent-mui.material.tab-scroll-button
"Imports @mui/material/TabScrollButton as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/tab-scroll-button/ ."
(:require [reagent.core :as r]
["@mui/material/TabScrollButton" :as MuiTabScrollButton]))
(def tab-scroll-button (r/adapt-react-class (.-default MuiTabScrollButton)))
================================================
FILE: src/core/reagent_mui/material/table.cljs
================================================
(ns reagent-mui.material.table
"Imports @mui/material/Table as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/table/ ."
(:require [reagent.core :as r]
["@mui/material/Table" :as MuiTable]))
(def table (r/adapt-react-class (.-default MuiTable)))
================================================
FILE: src/core/reagent_mui/material/table_body.cljs
================================================
(ns reagent-mui.material.table-body
"Imports @mui/material/TableBody as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/table-body/ ."
(:require [reagent.core :as r]
["@mui/material/TableBody" :as MuiTableBody]))
(def table-body (r/adapt-react-class (.-default MuiTableBody)))
================================================
FILE: src/core/reagent_mui/material/table_cell.cljs
================================================
(ns reagent-mui.material.table-cell
"Imports @mui/material/TableCell as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/table-cell/ ."
(:require [reagent.core :as r]
["@mui/material/TableCell" :as MuiTableCell]))
(def table-cell (r/adapt-react-class (.-default MuiTableCell)))
================================================
FILE: src/core/reagent_mui/material/table_container.cljs
================================================
(ns reagent-mui.material.table-container
"Imports @mui/material/TableContainer as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/table-container/ ."
(:require [reagent.core :as r]
["@mui/material/TableContainer" :as MuiTableContainer]))
(def table-container (r/adapt-react-class (.-default MuiTableContainer)))
================================================
FILE: src/core/reagent_mui/material/table_footer.cljs
================================================
(ns reagent-mui.material.table-footer
"Imports @mui/material/TableFooter as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/table-footer/ ."
(:require [reagent.core :as r]
["@mui/material/TableFooter" :as MuiTableFooter]))
(def table-footer (r/adapt-react-class (.-default MuiTableFooter)))
================================================
FILE: src/core/reagent_mui/material/table_head.cljs
================================================
(ns reagent-mui.material.table-head
"Imports @mui/material/TableHead as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/table-head/ ."
(:require [reagent.core :as r]
["@mui/material/TableHead" :as MuiTableHead]))
(def table-head (r/adapt-react-class (.-default MuiTableHead)))
================================================
FILE: src/core/reagent_mui/material/table_pagination.cljs
================================================
(ns reagent-mui.material.table-pagination
"Imports @mui/material/TablePagination as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/table-pagination/ ."
(:require [reagent.core :as r]
["@mui/material/TablePagination" :as MuiTablePagination]))
(def table-pagination (r/adapt-react-class (.-default MuiTablePagination)))
================================================
FILE: src/core/reagent_mui/material/table_row.cljs
================================================
(ns reagent-mui.material.table-row
"Imports @mui/material/TableRow as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/table-row/ ."
(:require [reagent.core :as r]
["@mui/material/TableRow" :as MuiTableRow]))
(def table-row (r/adapt-react-class (.-default MuiTableRow)))
================================================
FILE: src/core/reagent_mui/material/table_sort_label.cljs
================================================
(ns reagent-mui.material.table-sort-label
"Imports @mui/material/TableSortLabel as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/table-sort-label/ ."
(:require [reagent.core :as r]
["@mui/material/TableSortLabel" :as MuiTableSortLabel]))
(def table-sort-label (r/adapt-react-class (.-default MuiTableSortLabel)))
================================================
FILE: src/core/reagent_mui/material/tabs.cljs
================================================
(ns reagent-mui.material.tabs
"Imports @mui/material/Tabs as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/tabs/ ."
(:require [reagent.core :as r]
["@mui/material/Tabs" :as MuiTabs]))
(def tabs (r/adapt-react-class (.-default MuiTabs)))
================================================
FILE: src/core/reagent_mui/material/text_field.cljs
================================================
(ns reagent-mui.material.text-field
"Imports @mui/material/TextField as a Reagent component.
Original documentation is at https://mui.com/material/api/text-field/ ."
(:require-macros [reagent-mui.util :refer [forward-ref]])
(:require [react :as react]
[reagent.core :as r]
["@mui/material/TextField" :as MuiTextField]
[reagent-mui.material.textarea-autosize :refer [react-textarea-autosize]]
[reagent-mui.util :refer [get-anycase assoc-anycase js->clj' remove-undefined-vals]]))
;; Fix cursor positioning for Reagent
;; https://github.com/reagent-project/reagent/blob/v1.1.0/doc/examples/material-ui.md
(defn ^:private input-props [props ref]
(-> (js->clj' props)
(assoc :ref ref)
(remove-undefined-vals)))
(def ^:private input
(forward-ref input [props ref]
(r/as-element [:input (input-props props ref)])))
(def ^:private textarea
(forward-ref textarea [props ref]
(r/as-element [:textarea (input-props props ref)])))
(def ^:private mui-text-field (r/adapt-react-class (.-default MuiTextField)))
(defn text-field [props & children]
(let [min-rows (get-anycase props :min-rows)
max-rows (get-anycase props :max-rows)
autosize? (and (:multiline props) (not (:rows props)))
input-component (or (get-anycase (:InputProps props) :input-component)
(cond
autosize? react-textarea-autosize
(:multiline props) textarea
(:select props) nil
:else input))
props (cond-> props
input-component (update :InputProps #(assoc-anycase % :input-component input-component))
autosize? (update :input-props merge {:max-rows max-rows
:min-rows min-rows}))]
(into [mui-text-field props] children)))
================================================
FILE: src/core/reagent_mui/material/textarea_autosize.cljs
================================================
(ns reagent-mui.material.textarea-autosize
"Imports @mui/material/TextareaAutosize as a Reagent component.
Original documentation is at https://mui.com/material-ui/react-textarea-autosize/ ."
(:require-macros [reagent-mui.util :refer [forward-ref]])
(:require ["react" :as react]
["@mui/material/utils" :as mui-utils]
[reagent.core :as r :refer [atom]]
[goog.object :as obj]
[reagent-mui.util :refer [js->clj' remove-undefined-vals use-fork-ref
use-callback use-effect use-ref use-state set-ref swap-ref]]))
;; Converted from https://github.com/mui-org/material-ui/blob/v4.8.3/packages/material-ui/src/TextareaAutosize/TextareaAutosize.js
;; Original code is copyright (c) Material UI contributors. Used under the terms of the MIT License.
(defn ^:private different? [a b]
(< 1 (.abs js/Math (- (or a 0) (or b 0)))))
(defn ^:private get-style-value [computed-style property]
(or (js/parseInt (obj/get computed-style property) 10) 0))
(def react-textarea-autosize
(forward-ref textarea-autosize [props ref]
(let [props (js->clj' props)
{:keys [on-change placeholder max-rows min-rows style value] :or {min-rows 1}} props
other-props (dissoc props :input-ref :on-change :max-rows :min-rows :style)
controlled? (.-current (use-ref (some? value)))
input-ref (use-ref nil)
shadow-ref (use-ref nil)
renders (use-ref 0)
handle-ref (use-fork-ref (:input-ref props) input-ref ref)
[state set-state] (use-state {})
sync-height (use-callback #(let [input (.-current input-ref)
container-window (mui-utils/ownerWindow input)
shadow (.-current shadow-ref)
computed-style (.getComputedStyle container-window input)]
(when-not (zero? (get-style-value computed-style "width"))
(set! (.-width (.-style shadow)) (obj/get computed-style "width"))
(set! (.-value shadow) (or (.-value input) placeholder "x"))
(when (= (last (.-value shadow)) \newline)
(set! (.-value shadow) (str (.-value shadow) " ")))
(let [box-sizing (obj/get computed-style "box-sizing")
padding (+ (get-style-value computed-style "padding-bottom")
(get-style-value computed-style "padding-top"))
border (+ (get-style-value computed-style "border-bottom-width")
(get-style-value computed-style "border-top-width"))
inner-height (.-scrollHeight shadow)
_ (set! (.-value shadow) "x")
single-row-height (.-scrollHeight shadow)
outer-height (cond-> inner-height
min-rows (max (* (js/Number. min-rows) single-row-height))
max-rows (min (* (js/Number. max-rows) single-row-height))
true (max single-row-height))
outer-height-style (if (= "border-box" box-sizing)
(+ outer-height padding border)
outer-height)
overflow? (not (different? outer-height inner-height))]
(set-state (fn [prev-state]
(if (and (< (.-current renders) 20)
(or (and (pos? outer-height-style)
(different? (:outer-height-style prev-state) outer-height-style))
(not= overflow? (:overflow? prev-state))))
(do
(swap-ref renders inc)
{:overflow? overflow?
:outer-height-style outer-height-style})
(do
(when (and (or (not (exists? js/process))
(not= "production" (.. js/process -env -NODE_ENV)))
(= (.-current renders) 20))
(.error js/console "Material-UI: too many re-renders. The layout is unstable.\nTextareaAutosize limits the number of renders to prevent an infinite loop"))
prev-state)))))))
#js [max-rows min-rows placeholder])
handle-change (fn [e]
(set-ref renders 0)
(when-not controlled?
(sync-height))
(when on-change
(on-change e)))]
(use-effect #(let [handle-resize (mui-utils/debounce (fn []
(set-ref renders 0)
(sync-height)))
container-window (mui-utils/ownerWindow (.-current input-ref))
resize-observer (atom nil)]
(.addEventListener container-window "resize" handle-resize)
(when (exists? js/ResizeObserver)
(reset! resize-observer (js/ResizeObserver. handle-resize))
(.observe @resize-observer (.-current input-ref)))
(fn []
(.clear handle-resize)
(.removeEventListener container-window "resize" handle-resize)
(when @resize-observer
(.disconnect @resize-observer))))
#js [sync-height])
(mui-utils/unstable_useEnhancedEffect sync-height)
(use-effect #(set-ref renders 0)
#js [value])
(r/as-element
[:<>
[:textarea (remove-undefined-vals
(merge {:on-change handle-change
:ref handle-ref
:rows min-rows
:style (merge {:height (:outer-height-style state)
:overflow (when (:overflow? state) :hidden)}
style)}
other-props))]
[:textarea {:aria-hidden true
:class-name (:class-name props)
:read-only true
:ref shadow-ref
:tab-index -1
:style (merge {:visibility :hidden
:position :absolute
:overflow :hidden
:height 0
:top 0
:left 0
:transform "translateZ(0)"}
style
{:padding 0})}]]))))
(def textarea-autosize (r/adapt-react-class react-textarea-autosize))
================================================
FILE: src/core/reagent_mui/material/toggle_button.cljs
================================================
(ns reagent-mui.material.toggle-button
"Imports @mui/material/ToggleButton as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/toggle-button/ ."
(:require [reagent.core :as r]
["@mui/material/ToggleButton" :as MuiToggleButton]))
(def toggle-button (r/adapt-react-class (.-default MuiToggleButton)))
================================================
FILE: src/core/reagent_mui/material/toggle_button_group.cljs
================================================
(ns reagent-mui.material.toggle-button-group
"Imports @mui/material/ToggleButtonGroup as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/toggle-button-group/ ."
(:require [reagent.core :as r]
["@mui/material/ToggleButtonGroup" :as MuiToggleButtonGroup]))
(def toggle-button-group (r/adapt-react-class (.-default MuiToggleButtonGroup)))
================================================
FILE: src/core/reagent_mui/material/toolbar.cljs
================================================
(ns reagent-mui.material.toolbar
"Imports @mui/material/Toolbar as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/toolbar/ ."
(:require [reagent.core :as r]
["@mui/material/Toolbar" :as MuiToolbar]))
(def toolbar (r/adapt-react-class (.-default MuiToolbar)))
================================================
FILE: src/core/reagent_mui/material/tooltip.cljs
================================================
(ns reagent-mui.material.tooltip
"Imports @mui/material/Tooltip as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/tooltip/ ."
(:require [reagent.core :as r]
["@mui/material/Tooltip" :as MuiTooltip]))
(def tooltip (r/adapt-react-class (.-default MuiTooltip)))
================================================
FILE: src/core/reagent_mui/material/typography.cljs
================================================
(ns reagent-mui.material.typography
"Imports @mui/material/Typography as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/typography/ ."
(:require [reagent.core :as r]
["@mui/material/Typography" :as MuiTypography]))
(def typography (r/adapt-react-class (.-default MuiTypography)))
================================================
FILE: src/core/reagent_mui/material/unstable_grid_2.cljs
================================================
(ns reagent-mui.material.unstable-grid-2
"Imports @mui/material/Unstable_Grid2 as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/unstable-grid-2/ ."
(:require [reagent.core :as r]
["@mui/material/Unstable_Grid2" :as MuiUnstable_Grid2]))
(def unstable-grid-2 (r/adapt-react-class (.-default MuiUnstable_Grid2)))
================================================
FILE: src/core/reagent_mui/material/unstable_trap_focus.cljs
================================================
(ns reagent-mui.material.unstable-trap-focus
"Imports @mui/material/Unstable_TrapFocus as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/unstable-trap-focus/ ."
(:require [reagent.core :as r]
["@mui/material/Unstable_TrapFocus" :as MuiUnstable_TrapFocus]))
(def unstable-trap-focus (r/adapt-react-class (.-default MuiUnstable_TrapFocus)))
================================================
FILE: src/core/reagent_mui/material/use_autocomplete.cljs
================================================
(ns reagent-mui.material.use-autocomplete
"Imports @mui/material/useAutocomplete as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/material-ui/api/use-autocomplete/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/material/useAutocomplete" :as MuiuseAutocomplete]))
(def use-autocomplete (wrap-js-function (.-default MuiuseAutocomplete)))
================================================
FILE: src/core/reagent_mui/material/use_form_control.cljs
================================================
(ns reagent-mui.material.use-form-control
"Imports @mui/material/FormControl/useFormControl as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/material-ui/api/use-form-control/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/material/FormControl" :as MuiFormControl]))
(def use-form-control (wrap-js-function MuiFormControl/useFormControl))
================================================
FILE: src/core/reagent_mui/material/use_media_query.cljs
================================================
(ns reagent-mui.material.use-media-query
"Imports @mui/material/useMediaQuery as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/material-ui/api/use-media-query/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/material/useMediaQuery" :as MuiuseMediaQuery]))
(def use-media-query (wrap-js-function (.-default MuiuseMediaQuery)))
================================================
FILE: src/core/reagent_mui/material/use_pagination.cljs
================================================
(ns reagent-mui.material.use-pagination
"Imports @mui/material/usePagination as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/material-ui/api/use-pagination/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/material/usePagination" :as MuiusePagination]))
(def use-pagination (wrap-js-function (.-default MuiusePagination)))
================================================
FILE: src/core/reagent_mui/material/use_radio_group.cljs
================================================
(ns reagent-mui.material.use-radio-group
"Imports @mui/material/RadioGroup/useRadioGroup as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/material-ui/api/use-radio-group/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/material/RadioGroup" :as MuiRadioGroup]))
(def use-radio-group (wrap-js-function MuiRadioGroup/useRadioGroup))
================================================
FILE: src/core/reagent_mui/material/use_scroll_trigger.cljs
================================================
(ns reagent-mui.material.use-scroll-trigger
"Imports @mui/material/useScrollTrigger as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/material-ui/api/use-scroll-trigger/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/material/useScrollTrigger" :as MuiuseScrollTrigger]))
(def use-scroll-trigger (wrap-js-function (.-default MuiuseScrollTrigger)))
================================================
FILE: src/core/reagent_mui/material/use_touch_ripple.cljs
================================================
(ns reagent-mui.material.use-touch-ripple
"Imports @mui/material/useTouchRipple as a React hook.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks
Original documentation is at https://mui.com/material-ui/api/use-touch-ripple/ ."
(:require [reagent-mui.util :refer [wrap-js-function]]
["@mui/material/useTouchRipple" :as MuiuseTouchRipple]))
(def use-touch-ripple (wrap-js-function (.-default MuiuseTouchRipple)))
================================================
FILE: src/core/reagent_mui/material/zoom.cljs
================================================
(ns reagent-mui.material.zoom
"Imports @mui/material/Zoom as a Reagent component.
Original documentation is at https://mui.com/material-ui/api/zoom/ ."
(:require [reagent.core :as r]
["@mui/material/Zoom" :as MuiZoom]))
(def zoom (r/adapt-react-class (.-default MuiZoom)))
================================================
FILE: src/core/reagent_mui/styles.cljs
================================================
(ns reagent-mui.styles
"Imports some styles related helpers and components from @mui/material/styles.
Original documentation is at https://mui.com/styles/basics/ ."
(:require [reagent.core :as r]
["@mui/material/styles" :as mui-styles]
[reagent-mui.util :as util]))
(def ^:private theme-provider* (r/adapt-react-class mui-styles/ThemeProvider))
(def ^:private experimental-css-vars-provider* (r/adapt-react-class mui-styles/Experimental_CssVarsProvider))
(defn styled
"The styled-components pattern. Takes a component and a styles-generating function or a styles object.
Creates and returns a new component and gives the input component a `:class-name` prop for applying styles.
Note: input component has to take all its props (including children) in a single map."
([component styles]
(styled component {} styles))
([component opts styles]
(let [react-component (if (string? component)
component
(util/reactify-component component))
styled-component (mui-styles/styled react-component (clj->js opts))]
(r/adapt-react-class
(styled-component (util/wrap-styles styles))))))
(defn responsive-font-sizes
"Takes a theme object and enhances it with responsive font options
Options may optionally be passed in to override the defaults provided by Material-UI
See: https://mui.com/material-ui/customization/theming/#responsivefontsizes-theme-options-theme"
([theme]
(responsive-font-sizes theme {}))
([theme options]
(util/js->clj' (mui-styles/responsiveFontSizes (util/clj->js' theme) (util/clj->js' options)))))
(defn use-theme
"React hook that returns the theme object.
Note: React hooks can't be used in regular Reagent components: https://cljdoc.org/d/reagent/reagent/1.0.0-alpha2/doc/tutorials/react-features#hooks"
[]
(util/js->clj' (mui-styles/useTheme)))
(defn theme-provider
"Component that takes a theme object and makes it available in child components.
It should preferably be used at the root of your component tree."
[theme & children]
(into [theme-provider* {:theme (util/clj->js' theme)}] children))
(defn experimental-css-vars-provider
"Experimental provider for the theme to inject styles into Material UI components.
In addition to providing the theme in the inner React context,
this new provider also generates CSS variables out of all tokens in the theme
that are not functions, and makes them available in the context as well.
Currently only supported by the Button component.
See: https://mui.com/material-ui/experimental-api/css-variables/"
[props & children]
(into [experimental-css-vars-provider* props] children))
(defn use-color-scheme
"Hook that provides the current mode and setMode function for experimental-css-vars-provider.
See: https://mui.com/material-ui/experimental-api/css-variables/"
[]
(util/js->clj' (mui-styles/useColorScheme)))
(defn create-theme
"Takes an incomplete theme object and adds the missing parts"
[options]
(util/js->clj' (mui-styles/createTheme (util/clj->js' options))))
================================================
FILE: src/core/reagent_mui/util.clj
================================================
(ns reagent-mui.util)
(defmacro e
"Wrapper for React.createElement"
[component props & children]
(list* 'react/createElement component props children))
(defmacro forward-ref
"Wrapper for React.forwardRef"
{:arglists '([name? [props ref] & body])}
[name-or-bindings bindings? & body]
(let [[name bindings body] (if (symbol? name-or-bindings)
[[name-or-bindings] bindings? body]
[nil name-or-bindings (cons bindings? body)])]
(assert (vector? bindings) "forward-ref requires a vector for its bindings")
(assert (= 2 (count bindings)) "forward-ref requires bindings of [props ref]")
`(react/forwardRef (fn ~@name ~bindings
~@body))))
(defmacro react-component
"Helper for creating anonymous React components with Reagent"
{:arglists '([[props] & body])}
[bindings & body]
(assert (vector? bindings) "react-component requires a vector for its bindings")
(let [argsyms (repeatedly (count bindings) #(gensym "arg"))]
`(fn [~@argsyms]
(let [~@(interleave bindings (for [sym argsyms]
(list 'reagent-mui.util/js->clj' sym)))]
(reagent.core/as-element (do ~@body))))))
(defmacro create-svg-icon [path display-name]
`(let [component# (react/memo (forward-ref ~(symbol display-name) [props# ref#]
(e (.-default ~'SvgIcon)
(js/Object.assign (cljs.core/js-obj "ref" ref#) props#)
~@(if (vector? path) path [path]))))]
(reagent.core/adapt-react-class component#)))
(defmacro with-unchanged-js-props
"Returns a new component where the props are turned into JS objects
that keep the same JS reference if the CLJS prop is unchanged"
[component]
`(fn [params#]
(reagent.core/with-let [value-atom# (atom nil)]
(let [prev-values# @value-atom#
new-values# (into {} (for [[k# v#] params#]
[k# (let [prev# (get prev-values# k#)]
{:value v#
:js-value (if (= v# (:value prev#))
(:js-value prev#)
(~'clj->js v#))})]))]
(reset! value-atom# new-values#)
[~component (into {} (for [[k# v#] new-values#]
[k# (:js-value v#)]))]))))
================================================
FILE: src/core/reagent_mui/util.cljs
================================================
(ns reagent-mui.util
(:require-macros [reagent-mui.util :refer [e forward-ref]])
(:require [react :as react]
[reagent.core :as r]
[reagent.impl.util :refer [fun-name]]
[cljs.core :refer [MapEntry]]
[clojure.string :as str]
[clojure.walk :refer [postwalk]]
[camel-snake-kebab.core :refer [->kebab-case-keyword ->camelCaseKeyword ->camelCaseString]]
[goog.object :as obj]
["@mui/material/SvgIcon" :as SvgIcon]))
(defn ^:private ref-key? [k]
(and (string? k)
(or (.endsWith k "ref")
(.endsWith k "Ref"))))
(def ^:private color-key? #{:A100 :A200 :A400 :A700 "A100" "A200" "A400" "A700"})
(defn ^:private numeric-string? [s]
(and (string? s)
(some? (re-matches #"[0-9]+" s))))
(defn ^:private pascal-case? [s]
(and (string? s)
(contains? #{\A \B \C \D \E \F \G \H \I \J \K \L \M \N \O \P \Q \R \S \T \U \V \W \X \Y \Z}
(first s))))
(defn ^:private keyword-safe? [s]
(some? (re-matches #"[-*+!?<>='&$%#|\w]+" s)))
(defn ^:private key->str [k]
(let [n (name k)]
(cond
(color-key? k) n
(str/starts-with? n "data-") n
(str/starts-with? n "aria-") n
(pascal-case? n) n
:else (->camelCaseString k))))
(defn ^:private convert-map-keys [m f]
(postwalk (fn [x]
(if (map-entry? x)
[(f (key x)) (val x)]
x))
m))
(defn clj->js'
[obj]
(clj->js (convert-map-keys obj (fn [k]
(if (keyword? k)
(key->str k)
k)))))
(defn ^:private js-key->clj [k]
(cond
(keyword? k) k
(color-key? k) (keyword k)
(numeric-string? k) (js/parseInt k)
(keyword-safe? k) (if (pascal-case? k)
(keyword k)
(->kebab-case-keyword k))
:else k))
(defn js->clj'
[obj]
(let [convert (fn convert [x]
(cond
(seq? x)
(doall (map convert x))
(map-entry? x)
(MapEntry. (convert (key x)) (convert (val x)) nil)
(coll? x)
(into (empty x) (map convert) x)
(array? x)
(persistent!
(reduce #(conj! %1 (convert %2))
(transient []) x))
(react/isValidElement x)
x
(identical? (type x) js/Object)
(persistent!
(reduce (fn [r k]
(assoc! r (js-key->clj k) (if (ref-key? k)
(obj/get x k)
(convert (obj/get x k)))))
(transient {}) (js-keys x)))
:else x))]
(convert obj)))
(defn wrap-clj-function [f]
(fn [& args]
(clj->js' (apply f (map js->clj' args)))))
(defn wrap-js-function [f]
(fn [& args]
(js->clj' (apply f (map clj->js' args)))))
(defn wrap-all-clj-functions [m]
(postwalk (fn [x]
(if (fn? x)
(wrap-clj-function x)
x))
m))
(defn wrap-all-js-functions [m]
(postwalk (fn [x]
(if (fn? x)
(wrap-js-function x)
x))
m))
(defn reactify-component [component]
(let [reactified (forward-ref [props ref]
(let [clj-props (assoc (js->clj' props) :ref ref)]
(r/as-element [component clj-props])))]
(set! (.-displayName reactified) (fun-name component))
reactified))
(defn wrap-styles [styles]
(if (fn? styles)
(fn [theme]
(-> (js->clj' theme)
(styles)
(wrap-all-clj-functions)
(clj->js')))
(clj->js' (wrap-all-clj-functions styles))))
(defn apply-hoc [hoc component]
(-> component
(reactify-component)
(hoc)
(r/adapt-react-class)))
(defn get-anycase
([m k]
(get-anycase m k nil))
([m k default]
(if-let [entry (or (find m (->kebab-case-keyword k))
(find m (->camelCaseKeyword k)))]
(val entry)
default)))
(defn assoc-anycase
([m k v]
(assoc (dissoc m (->camelCaseKeyword k)) (->kebab-case-keyword k) v))
([m k v & kvs]
(let [ret (assoc-anycase m k v)]
(if kvs
(recur ret (first kvs) (second kvs) (nnext kvs))
ret))))
(defn remove-undefined-vals [m]
(persistent!
(reduce-kv (fn [acc k v]
(if (undefined? v)
(dissoc! acc k)
acc))
(transient m)
m)))
(defn set-ref [ref value]
(cond
(fn? ref) (ref value)
ref (set! (.-current ref) value))
js/undefined)
(defn swap-ref [ref f & args]
(set! (.-current ref) (apply f (.-current ref) args)))
(defn use-fork-ref [& refs]
(react/useMemo #(when (not-every? nil? refs)
(fn [value]
(doseq [ref refs]
(set-ref ref value))))
(apply array refs)))
(defn use-callback [callback props]
(react/useCallback callback props))
(defn use-effect [effect props]
(react/useEffect effect props))
(defn use-layout-effect [effect]
(react/useLayoutEffect effect))
(defn use-ref [value]
(react/useRef value))
(defn use-state [initial-state]
(react/useState initial-state))
================================================
FILE: src/icons/reagent_mui/icons/abc.cljs
================================================
(ns reagent-mui.icons.abc
"Imports @mui/icons-material/Abc as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def abc (create-svg-icon (e "path" #js {"d" "M21 11h-1.5v-.5h-2v3h2V13H21v1c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1zM8 10v5H6.5v-1.5h-2V15H3v-5c0-.55.45-1 1-1h3c.55 0 1 .45 1 1zm-1.5.5h-2V12h2v-1.5zm7 1.5c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1h-4V9h4c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1zM11 10.5v.75h2v-.75h-2zm2 2.25h-2v.75h2v-.75z"})
"Abc"))
================================================
FILE: src/icons/reagent_mui/icons/abc_outlined.cljs
================================================
(ns reagent-mui.icons.abc-outlined
"Imports @mui/icons-material/AbcOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def abc-outlined (create-svg-icon (e "path" #js {"d" "M21 11h-1.5v-.5h-2v3h2V13H21v1c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1zM8 10v5H6.5v-1.5h-2V15H3v-5c0-.55.45-1 1-1h3c.55 0 1 .45 1 1zm-1.5.5h-2V12h2v-1.5zm7 1.5c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1h-4V9h4c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1zM11 10.5v.75h2v-.75h-2zm2 2.25h-2v.75h2v-.75z"})
"AbcOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/abc_rounded.cljs
================================================
(ns reagent-mui.icons.abc-rounded
"Imports @mui/icons-material/AbcRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def abc-rounded (create-svg-icon (e "path" #js {"d" "M7.25 15c-.41 0-.75-.34-.75-.75v-.75h-2v.75c0 .41-.34.75-.75.75S3 14.66 3 14.25V10c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75zm-.75-4.5h-2V12h2v-1.5zm7 1.5c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1zM11 10.5v.75h2v-.75h-2zm2 2.25h-2v.75h2v-.75zm8-2.5c0 .41-.34.75-.75.75-.33 0-.6-.21-.71-.5H17.5v3h2.04c.1-.29.38-.5.71-.5.41 0 .75.34.75.75V14c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v.25z"})
"AbcRounded"))
================================================
FILE: src/icons/reagent_mui/icons/abc_sharp.cljs
================================================
(ns reagent-mui.icons.abc-sharp
"Imports @mui/icons-material/AbcSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def abc-sharp (create-svg-icon (e "path" #js {"d" "M21 11h-1.5v-.5h-2v3h2V13H21v2h-5V9h5v2zM8 9v6H6.5v-1.5h-2V15H3V9h5zm-1.5 1.5h-2V12h2v-1.5zm7 1.5c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1h-4V9h4c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1zM11 10.5v.75h2v-.75h-2zm2 2.25h-2v.75h2v-.75z"})
"AbcSharp"))
================================================
FILE: src/icons/reagent_mui/icons/abc_two_tone.cljs
================================================
(ns reagent-mui.icons.abc-two-tone
"Imports @mui/icons-material/AbcTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def abc-two-tone (create-svg-icon (e "path" #js {"d" "M21 11h-1.5v-.5h-2v3h2V13H21v1c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1zM8 10v5H6.5v-1.5h-2V15H3v-5c0-.55.45-1 1-1h3c.55 0 1 .45 1 1zm-1.5.5h-2V12h2v-1.5zm7 1.5c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1h-4V9h4c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1zM11 10.5v.75h2v-.75h-2zm2 2.25h-2v.75h2v-.75z"})
"AbcTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/ac_unit.cljs
================================================
(ns reagent-mui.icons.ac-unit
"Imports @mui/icons-material/AcUnit as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ac-unit (create-svg-icon (e "path" #js {"d" "M22 11h-4.17l3.24-3.24-1.41-1.42L15 11h-2V9l4.66-4.66-1.42-1.41L13 6.17V2h-2v4.17L7.76 2.93 6.34 4.34 11 9v2H9L4.34 6.34 2.93 7.76 6.17 11H2v2h4.17l-3.24 3.24 1.41 1.42L9 13h2v2l-4.66 4.66 1.42 1.41L11 17.83V22h2v-4.17l3.24 3.24 1.42-1.41L13 15v-2h2l4.66 4.66 1.41-1.42L17.83 13H22z"})
"AcUnit"))
================================================
FILE: src/icons/reagent_mui/icons/ac_unit_outlined.cljs
================================================
(ns reagent-mui.icons.ac-unit-outlined
"Imports @mui/icons-material/AcUnitOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ac-unit-outlined (create-svg-icon (e "path" #js {"d" "M22 11h-4.17l3.24-3.24-1.41-1.42L15 11h-2V9l4.66-4.66-1.42-1.41L13 6.17V2h-2v4.17L7.76 2.93 6.34 4.34 11 9v2H9L4.34 6.34 2.93 7.76 6.17 11H2v2h4.17l-3.24 3.24 1.41 1.42L9 13h2v2l-4.66 4.66 1.42 1.41L11 17.83V22h2v-4.17l3.24 3.24 1.42-1.41L13 15v-2h2l4.66 4.66 1.41-1.42L17.83 13H22v-2z"})
"AcUnitOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/ac_unit_rounded.cljs
================================================
(ns reagent-mui.icons.ac-unit-rounded
"Imports @mui/icons-material/AcUnitRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ac-unit-rounded (create-svg-icon (e "path" #js {"d" "M21 11h-3.17l2.54-2.54c.39-.39.39-1.02 0-1.41-.39-.39-1.03-.39-1.42 0L15 11h-2V9l3.95-3.95c.39-.39.39-1.03 0-1.42a.9959.9959 0 0 0-1.41 0L13 6.17V3c0-.55-.45-1-1-1s-1 .45-1 1v3.17L8.46 3.63a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.03 0 1.42L11 9v2H9L5.05 7.05c-.39-.39-1.03-.39-1.42 0-.39.39-.39 1.02 0 1.41L6.17 11H3c-.55 0-1 .45-1 1s.45 1 1 1h3.17l-2.54 2.54c-.39.39-.39 1.02 0 1.41.39.39 1.03.39 1.42 0L9 13h2v2l-3.95 3.95c-.39.39-.39 1.03 0 1.42.39.39 1.02.39 1.41 0L11 17.83V21c0 .55.45 1 1 1s1-.45 1-1v-3.17l2.54 2.54c.39.39 1.02.39 1.41 0 .39-.39.39-1.03 0-1.42L13 15v-2h2l3.95 3.95c.39.39 1.03.39 1.42 0 .39-.39.39-1.02 0-1.41L17.83 13H21c.55 0 1-.45 1-1s-.45-1-1-1z"})
"AcUnitRounded"))
================================================
FILE: src/icons/reagent_mui/icons/ac_unit_sharp.cljs
================================================
(ns reagent-mui.icons.ac-unit-sharp
"Imports @mui/icons-material/AcUnitSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ac-unit-sharp (create-svg-icon (e "path" #js {"d" "M22 11h-4.17l3.24-3.24-1.41-1.42L15 11h-2V9l4.66-4.66-1.42-1.41L13 6.17V2h-2v4.17L7.76 2.93 6.34 4.34 11 9v2H9L4.34 6.34 2.93 7.76 6.17 11H2v2h4.17l-3.24 3.24 1.41 1.42L9 13h2v2l-4.66 4.66 1.42 1.41L11 17.83V22h2v-4.17l3.24 3.24 1.42-1.41L13 15v-2h2l4.66 4.66 1.41-1.42L17.83 13H22v-2z"})
"AcUnitSharp"))
================================================
FILE: src/icons/reagent_mui/icons/ac_unit_two_tone.cljs
================================================
(ns reagent-mui.icons.ac-unit-two-tone
"Imports @mui/icons-material/AcUnitTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ac-unit-two-tone (create-svg-icon (e "path" #js {"d" "M22 11h-4.17l3.24-3.24-1.41-1.42L15 11h-2V9l4.66-4.66-1.42-1.41L13 6.17V2h-2v4.17L7.76 2.93 6.34 4.34 11 9v2H9L4.34 6.34 2.93 7.76 6.17 11H2v2h4.17l-3.24 3.24 1.41 1.42L9 13h2v2l-4.66 4.66 1.42 1.41L11 17.83V22h2v-4.17l3.24 3.24 1.42-1.41L13 15v-2h2l4.66 4.66 1.41-1.42L17.83 13H22v-2z"})
"AcUnitTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/access_alarm.cljs
================================================
(ns reagent-mui.icons.access-alarm
"Imports @mui/icons-material/AccessAlarm as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-alarm (create-svg-icon (e "path" #js {"d" "m22 5.72-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39 6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12.5 8H11v6l4.75 2.85.75-1.23-4-2.37V8zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"AccessAlarm"))
================================================
FILE: src/icons/reagent_mui/icons/access_alarm_outlined.cljs
================================================
(ns reagent-mui.icons.access-alarm-outlined
"Imports @mui/icons-material/AccessAlarmOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-alarm-outlined (create-svg-icon (e "path" #js {"d" "m22 5.72-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39 6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12.5 8H11v6l4.75 2.85.75-1.23-4-2.37V8zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"AccessAlarmOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/access_alarm_rounded.cljs
================================================
(ns reagent-mui.icons.access-alarm-rounded
"Imports @mui/icons-material/AccessAlarmRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-alarm-rounded (create-svg-icon (e "path" #js {"d" "m15.87 15.25-3.37-2V8.72c0-.4-.32-.72-.72-.72h-.06c-.4 0-.72.32-.72.72v4.72c0 .35.18.68.49.86l3.65 2.19c.34.2.78.1.98-.24.21-.35.1-.8-.25-1zm5.31-10.24L18.1 2.45c-.42-.35-1.05-.3-1.41.13-.35.42-.29 1.05.13 1.41l3.07 2.56c.42.35 1.05.3 1.41-.13.36-.42.3-1.05-.12-1.41zM4.1 6.55l3.07-2.56c.43-.36.49-.99.13-1.41-.35-.43-.98-.48-1.4-.13L2.82 5.01c-.42.36-.48.99-.12 1.41.35.43.98.48 1.4.13zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})
"AccessAlarmRounded"))
================================================
FILE: src/icons/reagent_mui/icons/access_alarm_sharp.cljs
================================================
(ns reagent-mui.icons.access-alarm-sharp
"Imports @mui/icons-material/AccessAlarmSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-alarm-sharp (create-svg-icon (e "path" #js {"d" "m22 5.72-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39 6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12.5 8H11v6l4.75 2.85.75-1.23-4-2.37V8zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"AccessAlarmSharp"))
================================================
FILE: src/icons/reagent_mui/icons/access_alarm_two_tone.cljs
================================================
(ns reagent-mui.icons.access-alarm-two-tone
"Imports @mui/icons-material/AccessAlarmTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-alarm-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6c-3.87 0-7 3.13-7 7s3.13 7 7 7 7-3.13 7-7-3.13-7-7-7zm3.75 10.85L11 14V8h1.5v5.25l4 2.37-.75 1.23z", "opacity" ".3"}) (e "path" #js {"d" "M12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm.5-12H11v6l4.75 2.85.75-1.23-4-2.37zM22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86zM7.88 3.39 6.6 1.86 2 5.71l1.29 1.53z"})]
"AccessAlarmTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/access_alarms.cljs
================================================
(ns reagent-mui.icons.access-alarms
"Imports @mui/icons-material/AccessAlarms as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-alarms (create-svg-icon (e "path" #js {"d" "m22 5.7-4.6-3.9-1.3 1.5 4.6 3.9L22 5.7zM7.9 3.4 6.6 1.9 2 5.7l1.3 1.5 4.6-3.8zM12.5 8H11v6l4.7 2.9.8-1.2-4-2.4V8zM12 4c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7z"})
"AccessAlarms"))
================================================
FILE: src/icons/reagent_mui/icons/access_alarms_outlined.cljs
================================================
(ns reagent-mui.icons.access-alarms-outlined
"Imports @mui/icons-material/AccessAlarmsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-alarms-outlined (create-svg-icon (e "path" #js {"d" "m22 5.7-4.6-3.9-1.3 1.5 4.6 3.9L22 5.7zM7.9 3.4 6.6 1.9 2 5.7l1.3 1.5 4.6-3.8zM12.5 8H11v6l4.7 2.9.8-1.2-4-2.4V8zM12 4c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7z"})
"AccessAlarmsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/access_alarms_rounded.cljs
================================================
(ns reagent-mui.icons.access-alarms-rounded
"Imports @mui/icons-material/AccessAlarmsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-alarms-rounded (create-svg-icon (e "path" #js {"d" "m15.87 15.25-3.37-2V8.72c0-.4-.32-.72-.72-.72h-.06c-.4 0-.72.32-.72.72v4.72c0 .35.18.68.49.86l3.65 2.19c.34.2.78.1.98-.24.21-.35.1-.8-.25-1zm5.31-10.24L18.1 2.45c-.42-.35-1.05-.3-1.41.13-.35.42-.29 1.05.13 1.41l3.07 2.56c.42.35 1.05.3 1.41-.13.36-.42.3-1.05-.12-1.41zM4.1 6.55l3.07-2.56c.43-.36.49-.99.13-1.41-.35-.43-.98-.48-1.4-.13L2.82 5.01c-.42.36-.48.99-.12 1.41.35.43.98.48 1.4.13zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})
"AccessAlarmsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/access_alarms_sharp.cljs
================================================
(ns reagent-mui.icons.access-alarms-sharp
"Imports @mui/icons-material/AccessAlarmsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-alarms-sharp (create-svg-icon (e "path" #js {"d" "m22 5.7-4.6-3.9-1.3 1.5 4.6 3.9L22 5.7zM7.9 3.4 6.6 1.9 2 5.7l1.3 1.5 4.6-3.8zM12.5 8H11v6l4.7 2.9.8-1.2-4-2.4V8zM12 4c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7z"})
"AccessAlarmsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/access_alarms_two_tone.cljs
================================================
(ns reagent-mui.icons.access-alarms-two-tone
"Imports @mui/icons-material/AccessAlarmsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-alarms-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6c-3.9 0-7 3.1-7 7s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm3.7 10.9L11 14V8h1.5v5.3l4 2.4-.8 1.2z", "opacity" ".3"}) (e "path" #js {"d" "m22 5.7-4.6-3.9-1.3 1.5 4.6 3.9zM12.5 8H11v6l4.7 2.9.8-1.2-4-2.4zM12 4c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7zM7.9 3.4 6.6 1.9 2 5.7l1.3 1.5z"})]
"AccessAlarmsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/access_time.cljs
================================================
(ns reagent-mui.icons.access-time
"Imports @mui/icons-material/AccessTime as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-time (create-svg-icon [(e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "path" #js {"d" "M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]
"AccessTime"))
================================================
FILE: src/icons/reagent_mui/icons/access_time_filled.cljs
================================================
(ns reagent-mui.icons.access-time-filled
"Imports @mui/icons-material/AccessTimeFilled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-time-filled (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm3.3 14.71L11 12.41V7h2v4.59l3.71 3.71-1.42 1.41z"})
"AccessTimeFilled"))
================================================
FILE: src/icons/reagent_mui/icons/access_time_filled_outlined.cljs
================================================
(ns reagent-mui.icons.access-time-filled-outlined
"Imports @mui/icons-material/AccessTimeFilledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-time-filled-outlined (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm3.3 14.71L11 12.41V7h2v4.59l3.71 3.71-1.42 1.41z"})
"AccessTimeFilledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/access_time_filled_rounded.cljs
================================================
(ns reagent-mui.icons.access-time-filled-rounded
"Imports @mui/icons-material/AccessTimeFilledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-time-filled-rounded (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM16 16c-.39.39-1.02.39-1.41 0l-3.29-3.29c-.19-.19-.3-.44-.3-.71V8c0-.55.45-1 1-1s1 .45 1 1v3.59l3 3c.39.39.39 1.02 0 1.41z"})
"AccessTimeFilledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/access_time_filled_sharp.cljs
================================================
(ns reagent-mui.icons.access-time-filled-sharp
"Imports @mui/icons-material/AccessTimeFilledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-time-filled-sharp (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm3.3 14.71L11 12.41V7h2v4.59l3.71 3.71-1.42 1.41z"})
"AccessTimeFilledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/access_time_filled_two_tone.cljs
================================================
(ns reagent-mui.icons.access-time-filled-two-tone
"Imports @mui/icons-material/AccessTimeFilledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-time-filled-two-tone (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm3.3 14.71L11 12.41V7h2v4.59l3.71 3.71-1.42 1.41z"})
"AccessTimeFilledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/access_time_outlined.cljs
================================================
(ns reagent-mui.icons.access-time-outlined
"Imports @mui/icons-material/AccessTimeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-time-outlined (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"})
"AccessTimeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/access_time_rounded.cljs
================================================
(ns reagent-mui.icons.access-time-rounded
"Imports @mui/icons-material/AccessTimeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-time-rounded (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-.22-13h-.06c-.4 0-.72.32-.72.72v4.72c0 .35.18.68.49.86l4.15 2.49c.34.2.78.1.98-.24.21-.34.1-.79-.25-.99l-3.87-2.3V7.72c0-.4-.32-.72-.72-.72z"})
"AccessTimeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/access_time_sharp.cljs
================================================
(ns reagent-mui.icons.access-time-sharp
"Imports @mui/icons-material/AccessTimeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-time-sharp (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"})
"AccessTimeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/access_time_two_tone.cljs
================================================
(ns reagent-mui.icons.access-time-two-tone
"Imports @mui/icons-material/AccessTimeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def access-time-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm4.25 12.15L11 13V7h1.5v5.25l4.5 2.67-.75 1.23z", "opacity" ".3"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]
"AccessTimeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/accessibility.cljs
================================================
(ns reagent-mui.icons.accessibility
"Imports @mui/icons-material/Accessibility as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessibility (create-svg-icon (e "path" #js {"d" "M12 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 7h-6v13h-2v-6h-2v6H9V9H3V7h18v2z"})
"Accessibility"))
================================================
FILE: src/icons/reagent_mui/icons/accessibility_new.cljs
================================================
(ns reagent-mui.icons.accessibility-new
"Imports @mui/icons-material/AccessibilityNew as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessibility-new (create-svg-icon (e "path" #js {"d" "M20.5 6c-2.61.7-5.67 1-8.5 1s-5.89-.3-8.5-1L3 8c1.86.5 4 .83 6 1v13h2v-6h2v6h2V9c2-.17 4.14-.5 6-1l-.5-2zM12 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})
"AccessibilityNew"))
================================================
FILE: src/icons/reagent_mui/icons/accessibility_new_outlined.cljs
================================================
(ns reagent-mui.icons.accessibility-new-outlined
"Imports @mui/icons-material/AccessibilityNewOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessibility-new-outlined (create-svg-icon (e "path" #js {"d" "M20.5 6c-2.61.7-5.67 1-8.5 1s-5.89-.3-8.5-1L3 8c1.86.5 4 .83 6 1v13h2v-6h2v6h2V9c2-.17 4.14-.5 6-1l-.5-2zM12 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})
"AccessibilityNewOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/accessibility_new_rounded.cljs
================================================
(ns reagent-mui.icons.accessibility-new-rounded
"Imports @mui/icons-material/AccessibilityNewRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessibility-new-rounded (create-svg-icon (e "path" #js {"d" "M20.75 6.99c-.14-.55-.69-.87-1.24-.75-2.38.53-5.03.76-7.51.76s-5.13-.23-7.51-.76c-.55-.12-1.1.2-1.24.75-.14.56.2 1.13.75 1.26 1.61.36 3.35.61 5 .75v12c0 .55.45 1 1 1s1-.45 1-1v-5h2v5c0 .55.45 1 1 1s1-.45 1-1V9c1.65-.14 3.39-.39 4.99-.75.56-.13.9-.7.76-1.26zM12 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})
"AccessibilityNewRounded"))
================================================
FILE: src/icons/reagent_mui/icons/accessibility_new_sharp.cljs
================================================
(ns reagent-mui.icons.accessibility-new-sharp
"Imports @mui/icons-material/AccessibilityNewSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessibility-new-sharp (create-svg-icon (e "path" #js {"d" "M20.5 6c-2.61.7-5.67 1-8.5 1s-5.89-.3-8.5-1L3 8c1.86.5 4 .83 6 1v13h2v-6h2v6h2V9c2-.17 4.14-.5 6-1l-.5-2zM12 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})
"AccessibilityNewSharp"))
================================================
FILE: src/icons/reagent_mui/icons/accessibility_new_two_tone.cljs
================================================
(ns reagent-mui.icons.accessibility-new-two-tone
"Imports @mui/icons-material/AccessibilityNewTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessibility-new-two-tone (create-svg-icon (e "path" #js {"d" "M20.5 6c-2.61.7-5.67 1-8.5 1s-5.89-.3-8.5-1L3 8c1.86.5 4 .83 6 1v13h2v-6h2v6h2V9c2-.17 4.14-.5 6-1l-.5-2zM12 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})
"AccessibilityNewTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/accessibility_outlined.cljs
================================================
(ns reagent-mui.icons.accessibility-outlined
"Imports @mui/icons-material/AccessibilityOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessibility-outlined (create-svg-icon (e "path" #js {"d" "M12 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 7h-6v13h-2v-6h-2v6H9V9H3V7h18v2z"})
"AccessibilityOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/accessibility_rounded.cljs
================================================
(ns reagent-mui.icons.accessibility-rounded
"Imports @mui/icons-material/AccessibilityRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessibility-rounded (create-svg-icon (e "path" #js {"d" "M12 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm8 7h-5v12c0 .55-.45 1-1 1s-1-.45-1-1v-5h-2v5c0 .55-.45 1-1 1s-1-.45-1-1V9H4c-.55 0-1-.45-1-1s.45-1 1-1h16c.55 0 1 .45 1 1s-.45 1-1 1z"})
"AccessibilityRounded"))
================================================
FILE: src/icons/reagent_mui/icons/accessibility_sharp.cljs
================================================
(ns reagent-mui.icons.accessibility-sharp
"Imports @mui/icons-material/AccessibilitySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessibility-sharp (create-svg-icon (e "path" #js {"d" "M12 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 7h-6v13h-2v-6h-2v6H9V9H3V7h18v2z"})
"AccessibilitySharp"))
================================================
FILE: src/icons/reagent_mui/icons/accessibility_two_tone.cljs
================================================
(ns reagent-mui.icons.accessibility-two-tone
"Imports @mui/icons-material/AccessibilityTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessibility-two-tone (create-svg-icon (e "path" #js {"d" "M12 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 7h-6v13h-2v-6h-2v6H9V9H3V7h18v2z"})
"AccessibilityTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/accessible.cljs
================================================
(ns reagent-mui.icons.accessible
"Imports @mui/icons-material/Accessible as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessible (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "4", "r" "2"}) (e "path" #js {"d" "M19 13v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.35-.2-.75-.3-1.19-.26C10.76 7.11 10 8.04 10 9.09V15c0 1.1.9 2 2 2h5v5h2v-5.5c0-1.1-.9-2-2-2h-3v-3.45c1.29 1.07 3.25 1.94 5 1.95zm-6.17 5c-.41 1.16-1.52 2-2.83 2-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07z"})]
"Accessible"))
================================================
FILE: src/icons/reagent_mui/icons/accessible_forward.cljs
================================================
(ns reagent-mui.icons.accessible-forward
"Imports @mui/icons-material/AccessibleForward as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessible-forward (create-svg-icon [(e "circle" #js {"cx" "17", "cy" "4.54", "r" "2"}) (e "path" #js {"d" "M14 17h-2c0 1.65-1.35 3-3 3s-3-1.35-3-3 1.35-3 3-3v-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5zm3-3.5h-1.86l1.67-3.67C17.42 8.5 16.44 7 14.96 7h-5.2c-.81 0-1.54.47-1.87 1.2L7.22 10l1.92.53L9.79 9H12l-1.83 4.1c-.6 1.33.39 2.9 1.85 2.9H17v5h2v-5.5c0-1.1-.9-2-2-2z"})]
"AccessibleForward"))
================================================
FILE: src/icons/reagent_mui/icons/accessible_forward_outlined.cljs
================================================
(ns reagent-mui.icons.accessible-forward-outlined
"Imports @mui/icons-material/AccessibleForwardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessible-forward-outlined (create-svg-icon [(e "circle" #js {"cx" "18", "cy" "4.54", "r" "2"}) (e "path" #js {"d" "M15 17h-2c0 1.65-1.35 3-3 3s-3-1.35-3-3 1.35-3 3-3v-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5zm3-3.5h-1.86l1.67-3.67C18.42 8.5 17.44 7 15.96 7h-5.2c-.81 0-1.54.47-1.87 1.2L8.22 10l1.92.53.65-1.53H13l-1.83 4.1c-.6 1.33.39 2.9 1.85 2.9H18v5h2v-5.5c0-1.1-.9-2-2-2z"})]
"AccessibleForwardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/accessible_forward_rounded.cljs
================================================
(ns reagent-mui.icons.accessible-forward-rounded
"Imports @mui/icons-material/AccessibleForwardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessible-forward-rounded (create-svg-icon [(e "circle" #js {"cx" "18", "cy" "4.54", "r" "2"}) (e "path" #js {"d" "M15 17h-2c0 1.65-1.35 3-3 3s-3-1.35-3-3 1.35-3 3-3v-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5zm3-3.5h-1.86l1.67-3.67C18.42 8.5 17.44 7 15.96 7h-5.2c-.81 0-1.54.47-1.87 1.2l-.28.76c-.21.56.11 1.17.68 1.33.49.14 1-.11 1.2-.58l.3-.71H13l-1.83 4.1c-.6 1.33.39 2.9 1.85 2.9H18v4c0 .55.45 1 1 1s1-.45 1-1v-4.5c0-1.1-.9-2-2-2z"})]
"AccessibleForwardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/accessible_forward_sharp.cljs
================================================
(ns reagent-mui.icons.accessible-forward-sharp
"Imports @mui/icons-material/AccessibleForwardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessible-forward-sharp (create-svg-icon [(e "circle" #js {"cx" "18", "cy" "4.54", "r" "2"}) (e "path" #js {"d" "M15 17h-2c0 1.65-1.35 3-3 3s-3-1.35-3-3 1.35-3 3-3v-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5zm5-3.5h-3.86l1.67-3.67C18.42 8.5 17.44 7 15.96 7h-5.2c-.81 0-1.54.47-1.87 1.2L8.22 10l1.92.53.65-1.53H13l-3.12 7H18v5h2v-7.5z"})]
"AccessibleForwardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/accessible_forward_two_tone.cljs
================================================
(ns reagent-mui.icons.accessible-forward-two-tone
"Imports @mui/icons-material/AccessibleForwardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessible-forward-two-tone (create-svg-icon [(e "circle" #js {"cx" "18", "cy" "4.54", "r" "2"}) (e "path" #js {"d" "M15 17h-2c0 1.65-1.35 3-3 3s-3-1.35-3-3 1.35-3 3-3v-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5zm3-3.5h-1.86l1.67-3.67C18.42 8.5 17.44 7 15.96 7h-5.2c-.81 0-1.54.47-1.87 1.2L8.22 10l1.92.53.65-1.53H13l-1.83 4.1c-.6 1.33.39 2.9 1.85 2.9H18v5h2v-5.5c0-1.1-.9-2-2-2z"})]
"AccessibleForwardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/accessible_outlined.cljs
================================================
(ns reagent-mui.icons.accessible-outlined
"Imports @mui/icons-material/AccessibleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessible-outlined (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "4", "r" "2"}) (e "path" #js {"d" "M19 13v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.35-.2-.75-.3-1.19-.26C10.76 7.11 10 8.04 10 9.09V15c0 1.1.9 2 2 2h5v5h2v-5.5c0-1.1-.9-2-2-2h-3v-3.45c1.29 1.07 3.25 1.94 5 1.95zm-9 7c-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07c-.41 1.16-1.52 2-2.83 2z"})]
"AccessibleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/accessible_rounded.cljs
================================================
(ns reagent-mui.icons.accessible-rounded
"Imports @mui/icons-material/AccessibleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessible-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "4", "r" "2"}) (e "path" #js {"d" "M19 11.9c0-.49-.36-.89-.84-.97-1.25-.21-2.43-.88-3.23-1.76l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.37-.21-.78-.31-1.25-.25C10.73 7.15 10 8.07 10 9.1V15c0 1.1.9 2 2 2h5v4c0 .55.45 1 1 1s1-.45 1-1v-4.5c0-1.1-.9-2-2-2h-3v-3.45c1 .83 2.4 1.54 3.8 1.82.62.13 1.2-.34 1.2-.97zM12.83 18c-.41 1.16-1.52 2-2.83 2-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07z"})]
"AccessibleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/accessible_sharp.cljs
================================================
(ns reagent-mui.icons.accessible-sharp
"Imports @mui/icons-material/AccessibleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessible-sharp (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "4", "r" "2"}) (e "path" #js {"d" "M19 13v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.37-.21-.78-.31-1.25-.25C10.73 7.15 10 8.07 10 9.1V17h7v5h2v-7.5h-5v-3.45c1.29 1.07 3.25 1.94 5 1.95zm-6.17 5c-.41 1.16-1.52 2-2.83 2-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07z"})]
"AccessibleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/accessible_two_tone.cljs
================================================
(ns reagent-mui.icons.accessible-two-tone
"Imports @mui/icons-material/AccessibleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def accessible-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "4", "r" "2"}) (e "path" #js {"d" "M19 13v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.35-.2-.75-.3-1.19-.26C10.76 7.11 10 8.04 10 9.09V15c0 1.1.9 2 2 2h5v5h2v-5.5c0-1.1-.9-2-2-2h-3v-3.45c1.29 1.07 3.25 1.94 5 1.95zm-6.17 5c-.41 1.16-1.52 2-2.83 2-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07z"})]
"AccessibleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/account_balance.cljs
================================================
(ns reagent-mui.icons.account-balance
"Imports @mui/icons-material/AccountBalance as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-balance (create-svg-icon (e "path" #js {"d" "M4 10h3v7H4zm6.5 0h3v7h-3zM2 19h20v3H2zm15-9h3v7h-3zm-5-9L2 6v2h20V6z"})
"AccountBalance"))
================================================
FILE: src/icons/reagent_mui/icons/account_balance_outlined.cljs
================================================
(ns reagent-mui.icons.account-balance-outlined
"Imports @mui/icons-material/AccountBalanceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-balance-outlined (create-svg-icon (e "path" #js {"d" "M6.5 10h-2v7h2v-7zm6 0h-2v7h2v-7zm8.5 9H2v2h19v-2zm-2.5-9h-2v7h2v-7zm-7-6.74L16.71 6H6.29l5.21-2.74m0-2.26L2 6v2h19V6l-9.5-5z"})
"AccountBalanceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/account_balance_rounded.cljs
================================================
(ns reagent-mui.icons.account-balance-rounded
"Imports @mui/icons-material/AccountBalanceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-balance-rounded (create-svg-icon (e "path" #js {"d" "M4 11.5v4c0 .83.67 1.5 1.5 1.5S7 16.33 7 15.5v-4c0-.83-.67-1.5-1.5-1.5S4 10.67 4 11.5zm6 0v4c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5zM3.5 22h16c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5h-16c-.83 0-1.5.67-1.5 1.5S2.67 22 3.5 22zM16 11.5v4c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5zM10.57 1.49l-7.9 4.16c-.41.21-.67.64-.67 1.1C2 7.44 2.56 8 3.25 8h16.51C20.44 8 21 7.44 21 6.75c0-.46-.26-.89-.67-1.1l-7.9-4.16c-.58-.31-1.28-.31-1.86 0z"})
"AccountBalanceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/account_balance_sharp.cljs
================================================
(ns reagent-mui.icons.account-balance-sharp
"Imports @mui/icons-material/AccountBalanceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-balance-sharp (create-svg-icon (e "path" #js {"d" "M4 10v7h3v-7H4zm6 0v7h3v-7h-3zM2 22h19v-3H2v3zm14-12v7h3v-7h-3zm-4.5-9L2 6v2h19V6l-9.5-5z"})
"AccountBalanceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/account_balance_two_tone.cljs
================================================
(ns reagent-mui.icons.account-balance-two-tone
"Imports @mui/icons-material/AccountBalanceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-balance-two-tone (create-svg-icon [(e "path" #js {"d" "m6.29 6 5.21-2.74L16.71 6z", "opacity" ".3"}) (e "path" #js {"d" "M6.5 10h-2v7h2v-7zm6 0h-2v7h2v-7zm8.5 9H2v2h19v-2zm-2.5-9h-2v7h2v-7zm-7-9L2 6v2h19V6l-9.5-5zM6.29 6l5.21-2.74L16.71 6H6.29z"})]
"AccountBalanceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/account_balance_wallet.cljs
================================================
(ns reagent-mui.icons.account-balance-wallet
"Imports @mui/icons-material/AccountBalanceWallet as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-balance-wallet (create-svg-icon (e "path" #js {"d" "M21 18v1c0 1.1-.9 2-2 2H5c-1.11 0-2-.9-2-2V5c0-1.1.89-2 2-2h14c1.1 0 2 .9 2 2v1h-9c-1.11 0-2 .9-2 2v8c0 1.1.89 2 2 2h9zm-9-2h10V8H12v8zm4-2.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"AccountBalanceWallet"))
================================================
FILE: src/icons/reagent_mui/icons/account_balance_wallet_outlined.cljs
================================================
(ns reagent-mui.icons.account-balance-wallet-outlined
"Imports @mui/icons-material/AccountBalanceWalletOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-balance-wallet-outlined (create-svg-icon [(e "path" #js {"d" "M21 7.28V5c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-2.28c.59-.35 1-.98 1-1.72V9c0-.74-.41-1.37-1-1.72zM20 9v6h-7V9h7zM5 19V5h14v2h-6c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h6v2H5z"}) (e "circle" #js {"cx" "16", "cy" "12", "r" "1.5"})]
"AccountBalanceWalletOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/account_balance_wallet_rounded.cljs
================================================
(ns reagent-mui.icons.account-balance-wallet-rounded
"Imports @mui/icons-material/AccountBalanceWalletRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-balance-wallet-rounded (create-svg-icon (e "path" #js {"d" "M10 16V8c0-1.1.89-2 2-2h9V5c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-1h-9c-1.11 0-2-.9-2-2zm3-8c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h9V8h-9zm3 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"AccountBalanceWalletRounded"))
================================================
FILE: src/icons/reagent_mui/icons/account_balance_wallet_sharp.cljs
================================================
(ns reagent-mui.icons.account-balance-wallet-sharp
"Imports @mui/icons-material/AccountBalanceWalletSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-balance-wallet-sharp (create-svg-icon (e "path" #js {"d" "M21 18v3H3V3h18v3H10v12h11zm-9-2h10V8H12v8zm4-2.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"AccountBalanceWalletSharp"))
================================================
FILE: src/icons/reagent_mui/icons/account_balance_wallet_two_tone.cljs
================================================
(ns reagent-mui.icons.account-balance-wallet-two-tone
"Imports @mui/icons-material/AccountBalanceWalletTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-balance-wallet-two-tone (create-svg-icon [(e "path" #js {"d" "M13 17c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h6V5H5v14h14v-2h-6z", "opacity" ".3"}) (e "path" #js {"d" "M21 7.28V5c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-2.28c.59-.35 1-.98 1-1.72V9c0-.74-.41-1.38-1-1.72zM20 9v6h-7V9h7zM5 19V5h14v2h-6c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h6v2H5z"}) (e "circle" #js {"cx" "16", "cy" "12", "r" "1.5"})]
"AccountBalanceWalletTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/account_box.cljs
================================================
(ns reagent-mui.icons.account-box
"Imports @mui/icons-material/AccountBox as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-box (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm7 13H5v-.23c0-.62.28-1.2.76-1.58C7.47 15.82 9.64 15 12 15s4.53.82 6.24 2.19c.48.38.76.97.76 1.58V19z"})
"AccountBox"))
================================================
FILE: src/icons/reagent_mui/icons/account_box_outlined.cljs
================================================
(ns reagent-mui.icons.account-box-outlined
"Imports @mui/icons-material/AccountBoxOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-box-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 16H7v-.24C8.42 17.62 10.16 17 12 17s3.58.62 5 1.76V19zm2-1.14C17.2 16.09 14.73 15 12 15s-5.2 1.09-7 2.86V5h14v12.86zM12 13c1.93 0 3.5-1.57 3.5-3.5S13.93 6 12 6 8.5 7.57 8.5 9.5 10.07 13 12 13zm0-5c.83 0 1.5.67 1.5 1.5S12.83 11 12 11s-1.5-.67-1.5-1.5S11.17 8 12 8z"})
"AccountBoxOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/account_box_rounded.cljs
================================================
(ns reagent-mui.icons.account-box-rounded
"Imports @mui/icons-material/AccountBoxRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-box-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm7 13H5v-.23c0-.62.28-1.2.76-1.58C7.47 15.82 9.64 15 12 15s4.53.82 6.24 2.19c.48.38.76.97.76 1.58V19z"})
"AccountBoxRounded"))
================================================
FILE: src/icons/reagent_mui/icons/account_box_sharp.cljs
================================================
(ns reagent-mui.icons.account-box-sharp
"Imports @mui/icons-material/AccountBoxSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-box-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-9 3c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm7 13H5v-.23c0-.62.28-1.2.76-1.58C7.47 15.82 9.64 15 12 15s4.53.82 6.24 2.19c.48.38.76.97.76 1.58V19z"})
"AccountBoxSharp"))
================================================
FILE: src/icons/reagent_mui/icons/account_box_two_tone.cljs
================================================
(ns reagent-mui.icons.account-box-two-tone
"Imports @mui/icons-material/AccountBoxTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-box-two-tone (create-svg-icon [(e "path" #js {"d" "M5 17.86C6.8 16.09 9.27 15 12 15s5.2 1.09 7 2.86V5H5v12.86zM12 6c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 16H7v-.24C8.42 17.62 10.16 17 12 17s3.58.62 5 1.76V19zm2-1.14C17.2 16.09 14.73 15 12 15s-5.2 1.09-7 2.86V5h14v12.86z"}) (e "path" #js {"d" "M12 13c1.93 0 3.5-1.57 3.5-3.5S13.93 6 12 6 8.5 7.57 8.5 9.5 10.07 13 12 13zm0-5c.83 0 1.5.67 1.5 1.5S12.83 11 12 11s-1.5-.67-1.5-1.5S11.17 8 12 8z"})]
"AccountBoxTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/account_circle.cljs
================================================
(ns reagent-mui.icons.account-circle
"Imports @mui/icons-material/AccountCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 4c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm0 14c-2.03 0-4.43-.82-6.14-2.88C7.55 15.8 9.68 15 12 15s4.45.8 6.14 2.12C16.43 19.18 14.03 20 12 20z"})
"AccountCircle"))
================================================
FILE: src/icons/reagent_mui/icons/account_circle_outlined.cljs
================================================
(ns reagent-mui.icons.account-circle-outlined
"Imports @mui/icons-material/AccountCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-circle-outlined (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7.35 18.5C8.66 17.56 10.26 17 12 17s3.34.56 4.65 1.5c-1.31.94-2.91 1.5-4.65 1.5s-3.34-.56-4.65-1.5zm10.79-1.38C16.45 15.8 14.32 15 12 15s-4.45.8-6.14 2.12C4.7 15.73 4 13.95 4 12c0-4.42 3.58-8 8-8s8 3.58 8 8c0 1.95-.7 3.73-1.86 5.12z"}) (e "path" #js {"d" "M12 6c-1.93 0-3.5 1.57-3.5 3.5S10.07 13 12 13s3.5-1.57 3.5-3.5S13.93 6 12 6zm0 5c-.83 0-1.5-.67-1.5-1.5S11.17 8 12 8s1.5.67 1.5 1.5S12.83 11 12 11z"})]
"AccountCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/account_circle_rounded.cljs
================================================
(ns reagent-mui.icons.account-circle-rounded
"Imports @mui/icons-material/AccountCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 4c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm0 14c-2.03 0-4.43-.82-6.14-2.88C7.55 15.8 9.68 15 12 15s4.45.8 6.14 2.12C16.43 19.18 14.03 20 12 20z"})
"AccountCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/account_circle_sharp.cljs
================================================
(ns reagent-mui.icons.account-circle-sharp
"Imports @mui/icons-material/AccountCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 4c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm0 14c-2.03 0-4.43-.82-6.14-2.88C7.55 15.8 9.68 15 12 15s4.45.8 6.14 2.12C16.43 19.18 14.03 20 12 20z"})
"AccountCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/account_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.account-circle-two-tone
"Imports @mui/icons-material/AccountCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8 0 1.95.7 3.73 1.86 5.12C7.55 15.8 9.68 15 12 15s4.45.8 6.14 2.12C19.3 15.73 20 13.95 20 12c0-4.42-3.58-8-8-8zm0 9c-1.93 0-3.5-1.57-3.5-3.5S10.07 6 12 6s3.5 1.57 3.5 3.5S13.93 13 12 13z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-1.74 0-3.34-.56-4.65-1.5C8.66 17.56 10.26 17 12 17s3.34.56 4.65 1.5c-1.31.94-2.91 1.5-4.65 1.5zm6.14-2.88C16.45 15.8 14.32 15 12 15s-4.45.8-6.14 2.12C4.7 15.73 4 13.95 4 12c0-4.42 3.58-8 8-8s8 3.58 8 8c0 1.95-.7 3.73-1.86 5.12z"}) (e "path" #js {"d" "M12 5.93c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm0 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})]
"AccountCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/account_tree.cljs
================================================
(ns reagent-mui.icons.account-tree
"Imports @mui/icons-material/AccountTree as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-tree (create-svg-icon (e "path" #js {"d" "M22 11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3z"})
"AccountTree"))
================================================
FILE: src/icons/reagent_mui/icons/account_tree_outlined.cljs
================================================
(ns reagent-mui.icons.account-tree-outlined
"Imports @mui/icons-material/AccountTreeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-tree-outlined (create-svg-icon (e "path" #js {"d" "M22 11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3h7zM7 9H4V5h3v4zm10 6h3v4h-3v-4zm0-10h3v4h-3V5z"})
"AccountTreeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/account_tree_rounded.cljs
================================================
(ns reagent-mui.icons.account-tree-rounded
"Imports @mui/icons-material/AccountTreeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-tree-rounded (create-svg-icon (e "path" #js {"d" "M17 11h3c1.11 0 2-.9 2-2V5c0-1.11-.9-2-2-2h-3c-1.11 0-2 .9-2 2v1H9.01V5c0-1.11-.9-2-2-2H4c-1.1 0-2 .9-2 2v4c0 1.11.9 2 2 2h3c1.11 0 2-.9 2-2V8h2v7.01c0 1.65 1.34 2.99 2.99 2.99H15v1c0 1.11.9 2 2 2h3c1.11 0 2-.9 2-2v-4c0-1.11-.9-2-2-2h-3c-1.11 0-2 .9-2 2v1h-1.01c-.54 0-.99-.45-.99-.99V8h2v1c0 1.1.9 2 2 2z"})
"AccountTreeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/account_tree_sharp.cljs
================================================
(ns reagent-mui.icons.account-tree-sharp
"Imports @mui/icons-material/AccountTreeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-tree-sharp (create-svg-icon (e "path" #js {"d" "M22 11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3z"})
"AccountTreeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/account_tree_two_tone.cljs
================================================
(ns reagent-mui.icons.account-tree-two-tone
"Imports @mui/icons-material/AccountTreeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def account-tree-two-tone (create-svg-icon [(e "path" #js {"d" "M22 11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3h7zM7 9H4V5h3v4zm10 6h3v4h-3v-4zm0-10h3v4h-3V5z"}) (e "path" #js {"d" "M7 5v4H4V5h3m13 0v4h-3V5h3m0 10v4h-3v-4h3", "opacity" ".3"})]
"AccountTreeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/ad_units.cljs
================================================
(ns reagent-mui.icons.ad-units
"Imports @mui/icons-material/AdUnits as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ad-units (create-svg-icon (e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 18H7V5h10v14zM8 6h8v2H8z"})
"AdUnits"))
================================================
FILE: src/icons/reagent_mui/icons/ad_units_outlined.cljs
================================================
(ns reagent-mui.icons.ad-units-outlined
"Imports @mui/icons-material/AdUnitsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ad-units-outlined (create-svg-icon [(e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7 4V3h10v1H7zm0 14V6h10v12H7zm0 3v-1h10v1H7z"}) (e "path" #js {"d" "M16 7H8v2h8V7z"})]
"AdUnitsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/ad_units_rounded.cljs
================================================
(ns reagent-mui.icons.ad-units-rounded
"Imports @mui/icons-material/AdUnitsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ad-units-rounded (create-svg-icon [(e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-1 18H8c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h8c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1z"}) (e "path" #js {"d" "M15 6H9c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z"})]
"AdUnitsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/ad_units_sharp.cljs
================================================
(ns reagent-mui.icons.ad-units-sharp
"Imports @mui/icons-material/AdUnitsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ad-units-sharp (create-svg-icon [(e "path" #js {"d" "M19 1H5v22h14V1zm-2 18H7V5h10v14z"}) (e "path" #js {"d" "M8 6h8v2H8z"})]
"AdUnitsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/ad_units_two_tone.cljs
================================================
(ns reagent-mui.icons.ad-units-two-tone
"Imports @mui/icons-material/AdUnitsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ad-units-two-tone (create-svg-icon [(e "path" #js {"d" "M7 3h10v1H7zm0 17h10v1H7z", "opacity" ".3"}) (e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7 4V3h10v1H7zm0 14V6h10v12H7zm0 3v-1h10v1H7z"}) (e "path" #js {"d" "M16 7H8v2h8V7z"})]
"AdUnitsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/adb.cljs
================================================
(ns reagent-mui.icons.adb
"Imports @mui/icons-material/Adb as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def adb (create-svg-icon (e "path" #js {"d" "M5 16c0 3.87 3.13 7 7 7s7-3.13 7-7v-4H5v4zM16.12 4.37l2.1-2.1-.82-.83-2.3 2.31C14.16 3.28 13.12 3 12 3s-2.16.28-3.09.75L6.6 1.44l-.82.83 2.1 2.1C6.14 5.64 5 7.68 5 10v1h14v-1c0-2.32-1.14-4.36-2.88-5.63zM9 9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"Adb"))
================================================
FILE: src/icons/reagent_mui/icons/adb_outlined.cljs
================================================
(ns reagent-mui.icons.adb-outlined
"Imports @mui/icons-material/AdbOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def adb-outlined (create-svg-icon (e "path" #js {"d" "M5 16c0 3.87 3.13 7 7 7s7-3.13 7-7v-4H5v4zM16.12 4.37l2.1-2.1-.82-.83-2.3 2.31C14.16 3.28 13.12 3 12 3s-2.16.28-3.09.75L6.6 1.44l-.82.83 2.1 2.1C6.14 5.64 5 7.68 5 10v1h14v-1c0-2.32-1.14-4.36-2.88-5.63zM9 9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"AdbOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/adb_rounded.cljs
================================================
(ns reagent-mui.icons.adb-rounded
"Imports @mui/icons-material/AdbRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def adb-rounded (create-svg-icon (e "path" #js {"d" "M5 16c0 3.87 3.13 7 7 7s7-3.13 7-7v-4H5v4zM16.12 4.37l2.1-2.1-.82-.83-2.3 2.31C14.16 3.28 13.12 3 12 3s-2.16.28-3.09.75L6.6 1.44l-.82.83 2.1 2.1C6.14 5.64 5 7.68 5 10v1h14v-1c0-2.32-1.14-4.36-2.88-5.63zM9 9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"AdbRounded"))
================================================
FILE: src/icons/reagent_mui/icons/adb_sharp.cljs
================================================
(ns reagent-mui.icons.adb-sharp
"Imports @mui/icons-material/AdbSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def adb-sharp (create-svg-icon (e "path" #js {"d" "M5 16c0 3.87 3.13 7 7 7s7-3.13 7-7v-4H5v4zM16.12 4.37l2.1-2.1-.82-.83-2.3 2.31C14.16 3.28 13.12 3 12 3s-2.16.28-3.09.75L6.6 1.44l-.82.83 2.1 2.1C6.14 5.64 5 7.68 5 10v1h14v-1c0-2.32-1.14-4.36-2.88-5.63zM9 9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"AdbSharp"))
================================================
FILE: src/icons/reagent_mui/icons/adb_two_tone.cljs
================================================
(ns reagent-mui.icons.adb-two-tone
"Imports @mui/icons-material/AdbTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def adb-two-tone (create-svg-icon (e "path" #js {"d" "M5 16c0 3.87 3.13 7 7 7s7-3.13 7-7v-4H5v4zM16.12 4.37l2.1-2.1-.82-.83-2.3 2.31C14.16 3.28 13.12 3 12 3s-2.16.28-3.09.75L6.6 1.44l-.82.83 2.1 2.1C6.14 5.64 5 7.68 5 10v1h14v-1c0-2.32-1.14-4.36-2.88-5.63zM9 9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"AdbTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add.cljs
================================================
(ns reagent-mui.icons.add
"Imports @mui/icons-material/Add as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add (create-svg-icon (e "path" #js {"d" "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"})
"Add"))
================================================
FILE: src/icons/reagent_mui/icons/add_a_photo.cljs
================================================
(ns reagent-mui.icons.add-a-photo
"Imports @mui/icons-material/AddAPhoto as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-a-photo (create-svg-icon (e "path" #js {"d" "M3 4V1h2v3h3v2H5v3H3V6H0V4h3zm3 6V7h3V4h7l1.83 2H21c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V10h3zm7 9c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-3.2-5c0 1.77 1.43 3.2 3.2 3.2s3.2-1.43 3.2-3.2-1.43-3.2-3.2-3.2-3.2 1.43-3.2 3.2z"})
"AddAPhoto"))
================================================
FILE: src/icons/reagent_mui/icons/add_a_photo_outlined.cljs
================================================
(ns reagent-mui.icons.add-a-photo-outlined
"Imports @mui/icons-material/AddAPhotoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-a-photo-outlined (create-svg-icon (e "path" #js {"d" "M21 6h-3.17L16 4h-6v2h5.12l1.83 2H21v12H5v-9H3v9c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM8 14c0 2.76 2.24 5 5 5s5-2.24 5-5-2.24-5-5-5-5 2.24-5 5zm5-3c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3zM5 6h3V4H5V1H3v3H0v2h3v3h2z"})
"AddAPhotoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_a_photo_rounded.cljs
================================================
(ns reagent-mui.icons.add-a-photo-rounded
"Imports @mui/icons-material/AddAPhotoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-a-photo-rounded (create-svg-icon [(e "path" #js {"d" "M3 8c0 .55.45 1 1 1s1-.45 1-1V6h2c.55 0 1-.45 1-1s-.45-1-1-1H5V2c0-.55-.45-1-1-1s-1 .45-1 1v2H1c-.55 0-1 .45-1 1s.45 1 1 1h2v2z"}) (e "circle" #js {"cx" "13", "cy" "14", "r" "3"}) (e "path" #js {"d" "M21 6h-3.17l-1.24-1.35c-.37-.41-.91-.65-1.47-.65h-6.4c.17.3.28.63.28 1 0 1.1-.9 2-2 2H6v1c0 1.1-.9 2-2 2-.37 0-.7-.11-1-.28V20c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-8 13c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})]
"AddAPhotoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_a_photo_sharp.cljs
================================================
(ns reagent-mui.icons.add-a-photo-sharp
"Imports @mui/icons-material/AddAPhotoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-a-photo-sharp (create-svg-icon (e "path" #js {"d" "M3 4V1h2v3h3v2H5v3H3V6H0V4h3zm3 6V7h3V4h7l1.83 2H23v16H3V10h3zm7 9c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-3-5c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})
"AddAPhotoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_a_photo_two_tone.cljs
================================================
(ns reagent-mui.icons.add-a-photo-two-tone
"Imports @mui/icons-material/AddAPhotoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-a-photo-two-tone (create-svg-icon [(e "path" #js {"d" "M6 7v3H5v10h16V8h-4.05l-1.83-2H9v1H6zm7 2c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5z", "opacity" ".3"}) (e "path" #js {"d" "M21 6h-3.17L16 4H9v2h6.12l1.83 2H21v12H5V10H3v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM8 14c0 2.76 2.24 5 5 5s5-2.24 5-5-2.24-5-5-5-5 2.24-5 5zm5-3c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3zM5 9V6h3V4H5V1H3v3H0v2h3v3z"})]
"AddAPhotoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_alarm.cljs
================================================
(ns reagent-mui.icons.add-alarm
"Imports @mui/icons-material/AddAlarm as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-alarm (create-svg-icon (e "path" #js {"d" "M7.88 3.39 6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm1-11h-2v3H8v2h3v3h2v-3h3v-2h-3V9z"})
"AddAlarm"))
================================================
FILE: src/icons/reagent_mui/icons/add_alarm_outlined.cljs
================================================
(ns reagent-mui.icons.add-alarm-outlined
"Imports @mui/icons-material/AddAlarmOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-alarm-outlined (create-svg-icon (e "path" #js {"d" "M7.88 3.39 6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm1-11h-2v3H8v2h3v3h2v-3h3v-2h-3V9z"})
"AddAlarmOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_alarm_rounded.cljs
================================================
(ns reagent-mui.icons.add-alarm-rounded
"Imports @mui/icons-material/AddAlarmRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-alarm-rounded (create-svg-icon (e "path" #js {"d" "M15 12h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2H9c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1zm6.18-6.99L18.1 2.45c-.42-.35-1.05-.3-1.41.13-.35.42-.29 1.05.13 1.41l3.07 2.56c.42.35 1.05.3 1.41-.13.36-.42.3-1.05-.12-1.41zM4.1 6.55l3.07-2.56c.43-.36.49-.99.13-1.41-.35-.43-.98-.48-1.4-.13L2.82 5.01c-.42.36-.48.99-.12 1.41.35.43.98.48 1.4.13zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})
"AddAlarmRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_alarm_sharp.cljs
================================================
(ns reagent-mui.icons.add-alarm-sharp
"Imports @mui/icons-material/AddAlarmSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-alarm-sharp (create-svg-icon (e "path" #js {"d" "M7.88 3.39 6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm1-11h-2v3H8v2h3v3h2v-3h3v-2h-3V9z"})
"AddAlarmSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_alarm_two_tone.cljs
================================================
(ns reagent-mui.icons.add-alarm-two-tone
"Imports @mui/icons-material/AddAlarmTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-alarm-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6c-3.87 0-7 3.13-7 7s3.13 7 7 7 7-3.13 7-7-3.13-7-7-7zm4 8h-3v3h-2v-3H8v-2h3V9h2v3h3v2z", "opacity" ".3"}) (e "path" #js {"d" "M12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm1-11h-2v3H8v2h3v3h2v-3h3v-2h-3zm9-3.28-4.6-3.86-1.29 1.53 4.6 3.86zM7.88 3.39 6.6 1.86 2 5.71l1.29 1.53z"})]
"AddAlarmTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_alert.cljs
================================================
(ns reagent-mui.icons.add-alert
"Imports @mui/icons-material/AddAlert as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-alert (create-svg-icon (e "path" #js {"d" "M10.01 21.01c0 1.1.89 1.99 1.99 1.99s1.99-.89 1.99-1.99h-3.98zm8.87-4.19V11c0-3.25-2.25-5.97-5.29-6.69v-.72C13.59 2.71 12.88 2 12 2s-1.59.71-1.59 1.59v.72C7.37 5.03 5.12 7.75 5.12 11v5.82L3 18.94V20h18v-1.06l-2.12-2.12zM16 13.01h-3v3h-2v-3H8V11h3V8h2v3h3v2.01z"})
"AddAlert"))
================================================
FILE: src/icons/reagent_mui/icons/add_alert_outlined.cljs
================================================
(ns reagent-mui.icons.add-alert-outlined
"Imports @mui/icons-material/AddAlertOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-alert-outlined (create-svg-icon (e "path" #js {"d" "M10.01 21.01c0 1.1.89 1.99 1.99 1.99s1.99-.89 1.99-1.99h-3.98zM12 6c2.76 0 5 2.24 5 5v7H7v-7c0-2.76 2.24-5 5-5zm0-4.5c-.83 0-1.5.67-1.5 1.5v1.17C7.36 4.85 5 7.65 5 11v6l-2 2v1h18v-1l-2-2v-6c0-3.35-2.36-6.15-5.5-6.83V3c0-.83-.67-1.5-1.5-1.5zM13 8h-2v3H8v2h3v3h2v-3h3v-2h-3z"})
"AddAlertOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_alert_rounded.cljs
================================================
(ns reagent-mui.icons.add-alert-rounded
"Imports @mui/icons-material/AddAlertRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-alert-rounded (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm7-5h-1v-7c0-2.79-1.91-5.14-4.5-5.8v-.7c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.7C7.91 4.86 6 7.21 6 10v7H5c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm-5-4h-1v1c0 .55-.45 1-1 1s-1-.45-1-1v-1h-1c-.55 0-1-.45-1-1s.45-1 1-1h1v-1c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1s-.45 1-1 1z"})
"AddAlertRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_alert_sharp.cljs
================================================
(ns reagent-mui.icons.add-alert-sharp
"Imports @mui/icons-material/AddAlertSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-alert-sharp (create-svg-icon (e "path" #js {"d" "M12 23c1.1 0 1.99-.89 1.99-1.99h-3.98c0 1.1.89 1.99 1.99 1.99zm7-6v-6c0-3.35-2.36-6.15-5.5-6.83V1.5h-3v2.67C7.36 4.85 5 7.65 5 11v6l-2 2v1h18v-1l-2-2zm-3-3.99h-3v3h-2v-3H8V11h3V8h2v3h3v2.01z"})
"AddAlertSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_alert_two_tone.cljs
================================================
(ns reagent-mui.icons.add-alert-two-tone
"Imports @mui/icons-material/AddAlertTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-alert-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6c-2.76 0-5 2.24-5 5v7h10v-7c0-2.76-2.24-5-5-5zm4 7h-3v3h-2v-3H8v-2h3V8h2v3h3v2z", "opacity" ".3"}) (e "path" #js {"d" "M12 23c1.1 0 1.99-.89 1.99-1.99h-3.98c0 1.1.89 1.99 1.99 1.99zm7-6v-6c0-3.35-2.36-6.15-5.5-6.83V3c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v1.17C7.36 4.85 5 7.65 5 11v6l-2 2v1h18v-1l-2-2zm-2 1H7v-7c0-2.76 2.24-5 5-5s5 2.24 5 5v7zm-4-7V8h-2v3H8v2h3v3h2v-3h3v-2z"})]
"AddAlertTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_box.cljs
================================================
(ns reagent-mui.icons.add-box
"Imports @mui/icons-material/AddBox as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-box (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"})
"AddBox"))
================================================
FILE: src/icons/reagent_mui/icons/add_box_outlined.cljs
================================================
(ns reagent-mui.icons.add-box-outlined
"Imports @mui/icons-material/AddBoxOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-box-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-8-2h2v-4h4v-2h-4V7h-2v4H7v2h4z"})
"AddBoxOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_box_rounded.cljs
================================================
(ns reagent-mui.icons.add-box-rounded
"Imports @mui/icons-material/AddBoxRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-box-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 10h-3v3c0 .55-.45 1-1 1s-1-.45-1-1v-3H8c-.55 0-1-.45-1-1s.45-1 1-1h3V8c0-.55.45-1 1-1s1 .45 1 1v3h3c.55 0 1 .45 1 1s-.45 1-1 1z"})
"AddBoxRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_box_sharp.cljs
================================================
(ns reagent-mui.icons.add-box-sharp
"Imports @mui/icons-material/AddBoxSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-box-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-4 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"})
"AddBoxSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_box_two_tone.cljs
================================================
(ns reagent-mui.icons.add-box-two-tone
"Imports @mui/icons-material/AddBoxTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-box-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm2-8h4V7h2v4h4v2h-4v4h-2v-4H7v-2z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-8-2h2v-4h4v-2h-4V7h-2v4H7v2h4z"})]
"AddBoxTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_business.cljs
================================================
(ns reagent-mui.icons.add-business
"Imports @mui/icons-material/AddBusiness as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-business (create-svg-icon [(e "path" #js {"d" "M15 17h2v-3h1v-2l-1-5H2l-1 5v2h1v6h9v-6h4v3zm-6 1H4v-4h5v4zM2 4h15v2H2z"}) (e "path" #js {"d" "M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"})]
"AddBusiness"))
================================================
FILE: src/icons/reagent_mui/icons/add_business_outlined.cljs
================================================
(ns reagent-mui.icons.add-business-outlined
"Imports @mui/icons-material/AddBusinessOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-business-outlined (create-svg-icon [(e "path" #js {"d" "M2 4h15v2H2zm13 13h2v-3h1v-2l-1-5H2l-1 5v2h1v6h9v-6h4v3zm-6 1H4v-4h5v4zm-5.96-6 .6-3h11.72l.6 3H3.04z"}) (e "path" #js {"d" "M23 18h-3v-3h-2v3h-3v2h3v3h2v-3h3z"})]
"AddBusinessOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_business_rounded.cljs
================================================
(ns reagent-mui.icons.add-business-rounded
"Imports @mui/icons-material/AddBusinessRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-business-rounded (create-svg-icon [(e "path" #js {"d" "M3 6h13c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1zm12 11h2v-3h.18c.63 0 1.1-.58.98-1.2l-1-5c-.09-.46-.5-.8-.98-.8H2.82c-.48 0-.89.34-.98.8l-1 5c-.12.62.35 1.2.98 1.2H2v5c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-5h4v3zm-6 1H4v-4h5v4z"}) (e "path" #js {"d" "M22 18h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1z"})]
"AddBusinessRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_business_sharp.cljs
================================================
(ns reagent-mui.icons.add-business-sharp
"Imports @mui/icons-material/AddBusinessSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-business-sharp (create-svg-icon [(e "path" #js {"d" "M15 17h2v-3h1v-2l-1-5H2l-1 5v2h1v6h9v-6h4v3zm-6 1H4v-4h5v4zM2 4h15v2H2z"}) (e "path" #js {"d" "M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"})]
"AddBusinessSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_business_two_tone.cljs
================================================
(ns reagent-mui.icons.add-business-two-tone
"Imports @mui/icons-material/AddBusinessTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-business-two-tone (create-svg-icon [(e "path" #js {"d" "M15.36 9H3.64l-.6 3h12.92z", "opacity" ".3"}) (e "path" #js {"d" "M2 4h15v2H2zm13 13h2v-3h1v-2l-1-5H2l-1 5v2h1v6h9v-6h4v3zm-6 1H4v-4h5v4zm-5.96-6 .6-3h11.72l.6 3H3.04z"}) (e "path" #js {"d" "M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"})]
"AddBusinessTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_card.cljs
================================================
(ns reagent-mui.icons.add-card
"Imports @mui/icons-material/AddCard as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-card (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h10v-2H4v-6h18V6c0-1.11-.89-2-2-2zm0 4H4V6h16v2zm4 9v2h-3v3h-2v-3h-3v-2h3v-3h2v3h3z"})
"AddCard"))
================================================
FILE: src/icons/reagent_mui/icons/add_card_outlined.cljs
================================================
(ns reagent-mui.icons.add-card-outlined
"Imports @mui/icons-material/AddCardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-card-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h10v-2H4v-6h18V6c0-1.11-.89-2-2-2zm0 4H4V6h16v2zm4 9v2h-3v3h-2v-3h-3v-2h3v-3h2v3h3z"})
"AddCardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_card_rounded.cljs
================================================
(ns reagent-mui.icons.add-card-rounded
"Imports @mui/icons-material/AddCardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-card-rounded (create-svg-icon (e "path" #js {"d" "M14 19c0-.55-.45-1-1-1H4v-6h18V6c0-1.1-.9-2-2-2H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h9c.55 0 1-.45 1-1zm6-11H4V6h16v2zm0 14c-.55 0-1-.45-1-1v-2h-2c-.55 0-1-.45-1-1s.45-1 1-1h2v-2c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1h-2v2c0 .55-.45 1-1 1z"})
"AddCardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_card_sharp.cljs
================================================
(ns reagent-mui.icons.add-card-sharp
"Imports @mui/icons-material/AddCardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-card-sharp (create-svg-icon (e "path" #js {"d" "M2.01 4 2 20h12v-2H4v-6h18V4H2.01zM20 8H4V6h16v2zm4 9v2h-3v3h-2v-3h-3v-2h3v-3h2v3h3z"})
"AddCardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_card_two_tone.cljs
================================================
(ns reagent-mui.icons.add-card-two-tone
"Imports @mui/icons-material/AddCardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-card-two-tone (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h10v-2H4v-6h18V6c0-1.11-.89-2-2-2zm0 4H4V6h16v2zm4 9v2h-3v3h-2v-3h-3v-2h3v-3h2v3h3z"})
"AddCardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_circle.cljs
================================================
(ns reagent-mui.icons.add-circle
"Imports @mui/icons-material/AddCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"})
"AddCircle"))
================================================
FILE: src/icons/reagent_mui/icons/add_circle_outline.cljs
================================================
(ns reagent-mui.icons.add-circle-outline
"Imports @mui/icons-material/AddCircleOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-circle-outline (create-svg-icon (e "path" #js {"d" "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"AddCircleOutline"))
================================================
FILE: src/icons/reagent_mui/icons/add_circle_outline_outlined.cljs
================================================
(ns reagent-mui.icons.add-circle-outline-outlined
"Imports @mui/icons-material/AddCircleOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-circle-outline-outlined (create-svg-icon (e "path" #js {"d" "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"AddCircleOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_circle_outline_rounded.cljs
================================================
(ns reagent-mui.icons.add-circle-outline-rounded
"Imports @mui/icons-material/AddCircleOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-circle-outline-rounded (create-svg-icon (e "path" #js {"d" "M12 7c-.55 0-1 .45-1 1v3H8c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1h-3V8c0-.55-.45-1-1-1zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"AddCircleOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_circle_outline_sharp.cljs
================================================
(ns reagent-mui.icons.add-circle-outline-sharp
"Imports @mui/icons-material/AddCircleOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-circle-outline-sharp (create-svg-icon (e "path" #js {"d" "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"AddCircleOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_circle_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.add-circle-outline-two-tone
"Imports @mui/icons-material/AddCircleOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-circle-outline-two-tone (create-svg-icon (e "path" #js {"d" "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"AddCircleOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_circle_outlined.cljs
================================================
(ns reagent-mui.icons.add-circle-outlined
"Imports @mui/icons-material/AddCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-circle-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"})
"AddCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_circle_rounded.cljs
================================================
(ns reagent-mui.icons.add-circle-rounded
"Imports @mui/icons-material/AddCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4 11h-3v3c0 .55-.45 1-1 1s-1-.45-1-1v-3H8c-.55 0-1-.45-1-1s.45-1 1-1h3V8c0-.55.45-1 1-1s1 .45 1 1v3h3c.55 0 1 .45 1 1s-.45 1-1 1z"})
"AddCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_circle_sharp.cljs
================================================
(ns reagent-mui.icons.add-circle-sharp
"Imports @mui/icons-material/AddCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"})
"AddCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.add-circle-two-tone
"Imports @mui/icons-material/AddCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm5 9h-4v4h-2v-4H7v-2h4V7h2v4h4v2z", "opacity" ".3"}) (e "path" #js {"d" "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})]
"AddCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_comment.cljs
================================================
(ns reagent-mui.icons.add-comment
"Imports @mui/icons-material/AddComment as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-comment (create-svg-icon (e "path" #js {"d" "M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18zM17 11h-4v4h-2v-4H7V9h4V5h2v4h4v2z"})
"AddComment"))
================================================
FILE: src/icons/reagent_mui/icons/add_comment_outlined.cljs
================================================
(ns reagent-mui.icons.add-comment-outlined
"Imports @mui/icons-material/AddCommentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-comment-outlined (create-svg-icon (e "path" #js {"d" "M22 4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4zm-2 13.17L18.83 16H4V4h16v13.17zM13 5h-2v4H7v2h4v4h2v-4h4V9h-4z"})
"AddCommentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_comment_rounded.cljs
================================================
(ns reagent-mui.icons.add-comment-rounded
"Imports @mui/icons-material/AddCommentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-comment-rounded (create-svg-icon (e "path" #js {"d" "M22 4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4zm-6 7h-3v3c0 .55-.45 1-1 1s-1-.45-1-1v-3H8c-.55 0-1-.45-1-1s.45-1 1-1h3V6c0-.55.45-1 1-1s1 .45 1 1v3h3c.55 0 1 .45 1 1s-.45 1-1 1z"})
"AddCommentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_comment_sharp.cljs
================================================
(ns reagent-mui.icons.add-comment-sharp
"Imports @mui/icons-material/AddCommentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-comment-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v16h16l4 4V2zm-5 9h-4v4h-2v-4H7V9h4V5h2v4h4v2z"})
"AddCommentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_comment_two_tone.cljs
================================================
(ns reagent-mui.icons.add-comment-two-tone
"Imports @mui/icons-material/AddCommentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-comment-two-tone (create-svg-icon [(e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4c0-1.1-.9-2-2-2zm0 15.17L18.83 16H4V4h16v13.17zM13 5h-2v4H7v2h4v4h2v-4h4V9h-4z"}) (e "path" #js {"d" "M4 4v12h14.83L20 17.17V4H4zm13 7h-4v4h-2v-4H7V9h4V5h2v4h4v2z", "opacity" ".3"})]
"AddCommentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_home.cljs
================================================
(ns reagent-mui.icons.add-home
"Imports @mui/icons-material/AddHome as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-home (create-svg-icon [(e "path" #js {"d" "M18 11c.7 0 1.37.1 2 .29V9l-8-6-8 6v12h7.68c-.43-.91-.68-1.92-.68-3 0-3.87 3.13-7 7-7z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm3 5.5h-2.5V21h-1v-2.5H15v-1h2.5V15h1v2.5H21v1z"})]
"AddHome"))
================================================
FILE: src/icons/reagent_mui/icons/add_home_outlined.cljs
================================================
(ns reagent-mui.icons.add-home-outlined
"Imports @mui/icons-material/AddHomeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-home-outlined (create-svg-icon [(e "path" #js {"d" "m12 5.5 6 4.5v1c.7 0 1.37.1 2 .29V9l-8-6-8 6v12h7.68c-.3-.62-.5-1.29-.6-2H6v-9l6-4.5z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm3 5.5h-2.5V21h-1v-2.5H15v-1h2.5V15h1v2.5H21v1z"})]
"AddHomeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_home_rounded.cljs
================================================
(ns reagent-mui.icons.add-home-rounded
"Imports @mui/icons-material/AddHomeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-home-rounded (create-svg-icon [(e "path" #js {"d" "M16.53 11.16c1.23-.26 2.4-.18 3.47.14V10c0-.63-.3-1.22-.8-1.6l-6-4.5c-.71-.53-1.69-.53-2.4 0l-6 4.5c-.5.38-.8.97-.8 1.6v9c0 1.1.9 2 2 2h5.68c-.61-1.28-.86-2.77-.55-4.35.52-2.72 2.69-4.91 5.4-5.49z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm3 5.5h-2.5V21h-1v-2.5H15v-1h2.5V15h1v2.5H21v1z"})]
"AddHomeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_home_sharp.cljs
================================================
(ns reagent-mui.icons.add-home-sharp
"Imports @mui/icons-material/AddHomeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-home-sharp (create-svg-icon [(e "path" #js {"d" "M18 11c.7 0 1.37.1 2 .29V9l-8-6-8 6v12h7.68c-.43-.91-.68-1.92-.68-3 0-3.87 3.13-7 7-7z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm3 5.5h-2.5V21h-1v-2.5H15v-1h2.5V15h1v2.5H21v1z"})]
"AddHomeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_home_two_tone.cljs
================================================
(ns reagent-mui.icons.add-home-two-tone
"Imports @mui/icons-material/AddHomeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-home-two-tone (create-svg-icon [(e "path" #js {"d" "M12 5.5 6 10v9h5.08c-.62-4.3 2.72-8 6.92-8v-1l-6-4.5z", "opacity" ".3"}) (e "path" #js {"d" "M6 19v-9l6-4.5 6 4.5v1c.7 0 1.37.1 2 .29V9l-8-6-8 6v12h7.68c-.3-.62-.5-1.29-.6-2H6z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm3 5.5h-2.5V21h-1v-2.5H15v-1h2.5V15h1v2.5H21v1z"})]
"AddHomeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_home_work.cljs
================================================
(ns reagent-mui.icons.add-home-work
"Imports @mui/icons-material/AddHomeWork as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-home-work (create-svg-icon [(e "path" #js {"d" "M15 11.68V11L8 6l-7 5v10h5v-6h4v6h1.68c-.43-.91-.68-1.92-.68-3 0-2.79 1.64-5.19 4-6.32zm8 1.43V3H10v1.97l7 5v1.11c.33-.05.66-.08 1-.08 1.96 0 3.73.81 5 2.11zM17 7h2v2h-2V7z"}) (e "path" #js {"d" "M23 18c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5zm-5.5 3v-2.5H15v-1h2.5V15h1v2.5H21v1h-2.5V21h-1z"})]
"AddHomeWork"))
================================================
FILE: src/icons/reagent_mui/icons/add_home_work_outlined.cljs
================================================
(ns reagent-mui.icons.add-home-work-outlined
"Imports @mui/icons-material/AddHomeWorkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-home-work-outlined (create-svg-icon [(e "path" #js {"d" "M11 14H5v5H3v-6.97l5-3.57 5 3.57v1.08c.57-.59 1.25-1.07 2-1.42V11L8 6l-7 5v10h6v-5h2v5h2.68c-.43-.91-.68-1.92-.68-3v-4zm6-7h2v2h-2z"}) (e "path" #js {"d" "M23 13.11V3H10v1.97l2 1.43V5h9v6.68c.75.36 1.43.84 2 1.43zM23 18c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5zm-5.5 3v-2.5H15v-1h2.5V15h1v2.5H21v1h-2.5V21h-1z"})]
"AddHomeWorkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_home_work_rounded.cljs
================================================
(ns reagent-mui.icons.add-home-work-rounded
"Imports @mui/icons-material/AddHomeWorkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-home-work-rounded (create-svg-icon [(e "path" #js {"d" "M14.96 11.7c-.09-.52-.36-.99-.8-1.3l-5-3.57c-.7-.5-1.63-.5-2.32 0l-5 3.57c-.53.38-.84.98-.84 1.63V19c0 1.1.9 2 2 2h3v-6h4v6h1.68c-.43-.91-.68-1.92-.68-3 0-2.78 1.62-5.17 3.96-6.3zM23 13.11V4.97C23 3.88 22.12 3 21.03 3h-9.06C10.88 3 10 3.88 10 4.97l.02.05c.1.06.21.11.3.18l5 3.57c.79.56 1.34 1.4 1.56 2.32.37-.05.74-.09 1.12-.09 1.96 0 3.73.81 5 2.11zM17 7h2v2h-2V7z"}) (e "path" #js {"d" "M23 18c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5zm-5.5 3v-2.5H15v-1h2.5V15h1v2.5H21v1h-2.5V21h-1z"})]
"AddHomeWorkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_home_work_sharp.cljs
================================================
(ns reagent-mui.icons.add-home-work-sharp
"Imports @mui/icons-material/AddHomeWorkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-home-work-sharp (create-svg-icon [(e "path" #js {"d" "M15 11.68V11L8 6l-7 5v10h5v-6h4v6h1.68c-.43-.91-.68-1.92-.68-3 0-2.79 1.64-5.19 4-6.32zm8 1.43V3H10v1.97l7 5v1.11c.33-.05.66-.08 1-.08 1.96 0 3.73.81 5 2.11zM17 7h2v2h-2V7z"}) (e "path" #js {"d" "M23 18c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5zm-5.5 3v-2.5H15v-1h2.5V15h1v2.5H21v1h-2.5V21h-1z"})]
"AddHomeWorkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_home_work_two_tone.cljs
================================================
(ns reagent-mui.icons.add-home-work-two-tone
"Imports @mui/icons-material/AddHomeWorkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-home-work-two-tone (create-svg-icon [(e "path" #js {"d" "M12 5v1.4l5 3.57v1.11c.33-.05.66-.08 1-.08 1.08 0 2.09.25 3 .68V5h-9zm7 4h-2V7h2v2z", "opacity" ".3"}) (e "path" #js {"d" "M12 5h9v6.68c.75.36 1.43.84 2 1.42V3H10v1.97l2 1.43V5z"}) (e "path" #js {"d" "M17 7h2v2h-2zM8 6l-7 5v10h6v-5h2v5h2.68c-.43-.91-.68-1.92-.68-3v-4H5v5H3v-6.97l5-3.57 5 3.57v1.08c.57-.59 1.25-1.07 2-1.42V11L8 6z"}) (e "path" #js {"d" "m8 8.46-5 3.57V19h2v-5h6v4c0-1.91.76-3.63 2-4.89v-1.08L8 8.46z", "opacity" ".3"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm3 5.5h-2.5V21h-1v-2.5H15v-1h2.5V15h1v2.5H21v1z"})]
"AddHomeWorkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_ic_call.cljs
================================================
(ns reagent-mui.icons.add-ic-call
"Imports @mui/icons-material/AddIcCall as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-ic-call (create-svg-icon (e "path" #js {"d" "M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM21 6h-3V3h-2v3h-3v2h3v3h2V8h3z"})
"AddIcCall"))
================================================
FILE: src/icons/reagent_mui/icons/add_ic_call_outlined.cljs
================================================
(ns reagent-mui.icons.add-ic-call-outlined
"Imports @mui/icons-material/AddIcCallOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-ic-call-outlined (create-svg-icon (e "path" #js {"d" "M20 15.45c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.4 8.5 5.2 8.5 3.95c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 4.95h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.92c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51zM18 5.95v-3h-2v3h-3v2h3v3h2v-3h3v-2z"})
"AddIcCallOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_ic_call_rounded.cljs
================================================
(ns reagent-mui.icons.add-ic-call-rounded
"Imports @mui/icons-material/AddIcCallRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-ic-call-rounded (create-svg-icon (e "path" #js {"d" "M14 8h2v2c0 .55.45 1 1 1s1-.45 1-1V8h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V4c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1zm5.21 7.27-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.04.57-1.64l-.29-2.52c-.11-1.01-.97-1.78-1.98-1.78H5.02c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1-.76-1.86-1.77-1.97z"})
"AddIcCallRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_ic_call_sharp.cljs
================================================
(ns reagent-mui.icons.add-ic-call-sharp
"Imports @mui/icons-material/AddIcCallSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-ic-call-sharp (create-svg-icon (e "path" #js {"d" "M21 6h-3V3h-2v3h-3v2h3v3h2V8h3zm0 9.46-5.27-.61-2.52 2.52c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51z"})
"AddIcCallSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_ic_call_two_tone.cljs
================================================
(ns reagent-mui.icons.add-ic-call-two-tone
"Imports @mui/icons-material/AddIcCallTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-ic-call-two-tone (create-svg-icon [(e "path" #js {"d" "M19 17.41c-.88-.07-1.75-.22-2.6-.45l-1.2 1.2c1.21.41 2.48.67 3.8.76v-1.51zM6.54 4.95h-1.5c.09 1.32.34 2.58.75 3.79l1.2-1.21c-.24-.83-.39-1.7-.45-2.58z", "opacity" ".3"}) (e "path" #js {"d" "M20 20.95c.55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.4 8.5 5.2 8.5 3.95c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17zm-3.6-3.99c.85.24 1.72.39 2.6.45v1.5c-1.32-.09-2.6-.35-3.8-.76l1.2-1.19zM5.03 4.95h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zm10.97 6h2v-3h3v-2h-3v-3h-2v3h-3v2h3z"})]
"AddIcCallTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_link.cljs
================================================
(ns reagent-mui.icons.add-link
"Imports @mui/icons-material/AddLink as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-link (create-svg-icon (e "path" #js {"d" "M8 11h8v2H8zm12.1 1H22c0-2.76-2.24-5-5-5h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1zM3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM19 12h-2v3h-3v2h3v3h2v-3h3v-2h-3z"})
"AddLink"))
================================================
FILE: src/icons/reagent_mui/icons/add_link_outlined.cljs
================================================
(ns reagent-mui.icons.add-link-outlined
"Imports @mui/icons-material/AddLinkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-link-outlined (create-svg-icon (e "path" #js {"d" "M8 11h8v2H8v-2zm12.1 1H22c0-2.76-2.24-5-5-5h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1zM3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM19 12h-2v3h-3v2h3v3h2v-3h3v-2h-3v-3z"})
"AddLinkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_link_rounded.cljs
================================================
(ns reagent-mui.icons.add-link-rounded
"Imports @mui/icons-material/AddLinkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-link-rounded (create-svg-icon (e "path" #js {"d" "M9 11h6c.55 0 1 .45 1 1s-.45 1-1 1H9c-.55 0-1-.45-1-1s.45-1 1-1zm11.93 1c.62 0 1.07-.59.93-1.19C21.32 8.62 19.35 7 17 7h-3.05c-.52 0-.95.43-.95.95s.43.95.95.95H17c1.45 0 2.67 1 3.01 2.34.11.44.47.76.92.76zm-16.97-.62C4.24 9.91 5.62 8.9 7.12 8.9h2.93c.52 0 .95-.43.95-.95S10.57 7 10.05 7H7.22c-2.61 0-4.94 1.91-5.19 4.51C1.74 14.49 4.08 17 7 17h3.05c.52 0 .95-.43.95-.95s-.43-.95-.95-.95H7c-1.91 0-3.42-1.74-3.04-3.72zM18 12c-.55 0-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-2c0-.55-.45-1-1-1z"})
"AddLinkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_link_sharp.cljs
================================================
(ns reagent-mui.icons.add-link-sharp
"Imports @mui/icons-material/AddLinkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-link-sharp (create-svg-icon (e "path" #js {"d" "M8 11h8v2H8v-2zm12.1 1H22c0-2.76-2.24-5-5-5h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1zM3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM19 12h-2v3h-3v2h3v3h2v-3h3v-2h-3v-3z"})
"AddLinkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_link_two_tone.cljs
================================================
(ns reagent-mui.icons.add-link-two-tone
"Imports @mui/icons-material/AddLinkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-link-two-tone (create-svg-icon (e "path" #js {"d" "M8 11h8v2H8v-2zm12.1 1H22c0-2.76-2.24-5-5-5h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1zM3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM19 12h-2v3h-3v2h3v3h2v-3h3v-2h-3v-3z"})
"AddLinkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_location.cljs
================================================
(ns reagent-mui.icons.add-location
"Imports @mui/icons-material/AddLocation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-location (create-svg-icon (e "path" #js {"d" "M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm4 8h-3v3h-2v-3H8V8h3V5h2v3h3v2z"})
"AddLocation"))
================================================
FILE: src/icons/reagent_mui/icons/add_location_alt.cljs
================================================
(ns reagent-mui.icons.add-location-alt
"Imports @mui/icons-material/AddLocationAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-location-alt (create-svg-icon (e "path" #js {"d" "M20 1v3h3v2h-3v3h-2V6h-3V4h3V1h2zm-8 12c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2-9.75V7h3v3h2.92c.05.39.08.79.08 1.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 6.22 7.8 3 12 3c.68 0 1.35.08 2 .25z"})
"AddLocationAlt"))
================================================
FILE: src/icons/reagent_mui/icons/add_location_alt_outlined.cljs
================================================
(ns reagent-mui.icons.add-location-alt-outlined
"Imports @mui/icons-material/AddLocationAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-location-alt-outlined (create-svg-icon (e "path" #js {"d" "M20 1v3h3v2h-3v3h-2V6h-3V4h3V1h2zm-8 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm1-9.94v2.02A6.53 6.53 0 0 0 12 5c-3.35 0-6 2.57-6 6.2 0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.79 6-9.14V11h2v.2c0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 6.22 7.8 3 12 3c.34 0 .67.02 1 .06z"})
"AddLocationAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_location_alt_rounded.cljs
================================================
(ns reagent-mui.icons.add-location-alt-rounded
"Imports @mui/icons-material/AddLocationAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-location-alt-rounded (create-svg-icon (e "path" #js {"d" "M19 0c.55 0 1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1h-2v2c0 .55-.45 1-1 1s-1-.45-1-1V5h-2c-.55 0-1-.45-1-1s.45-1 1-1h2V1c0-.55.45-1 1-1zm-7 12c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.72-9.53c-.44.36-.72.91-.72 1.53 0 1.1.9 2 2 2h1v1c0 1.1.9 2 2 2 .32 0 .62-.08.89-.21.07.45.11.92.11 1.41 0 3.18-2.45 6.92-7.34 11.23-.38.33-.95.33-1.33 0C6.45 17.12 4 13.38 4 10.2 4 5.22 7.8 2 12 2c.94 0 1.86.16 2.72.47z"})
"AddLocationAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_location_alt_sharp.cljs
================================================
(ns reagent-mui.icons.add-location-alt-sharp
"Imports @mui/icons-material/AddLocationAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-location-alt-sharp (create-svg-icon (e "path" #js {"d" "M20 1v3h3v2h-3v3h-2V6h-3V4h3V1h2zm-8 12c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2-9.75V7h3v3h2.92c.05.39.08.79.08 1.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 6.22 7.8 3 12 3c.68 0 1.35.08 2 .25z"})
"AddLocationAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_location_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.add-location-alt-two-tone
"Imports @mui/icons-material/AddLocationAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-location-alt-two-tone (create-svg-icon [(e "path" #js {"fillOpacity" ".3", "d" "M14 4.8V7h3v3h1.41c.06.39.09.79.09 1.2 0 2.57-2.1 5.79-6.16 9.51l-.34.3-.34-.31C7.6 16.99 5.5 13.77 5.5 11.2c0-3.84 2.82-6.7 6.5-6.7.7 0 1.37.1 2 .3z"}) (e "path" #js {"d" "M20 1v3h3v2h-3v3h-2V6h-3V4h3V1h2zm-8 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm2-9.75v2.08c-.62-.22-1.3-.33-2-.33-3.35 0-6 2.57-6 6.2 0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.79 6-9.14 0-.41-.03-.81-.1-1.2h2.02c.05.39.08.79.08 1.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 6.22 7.8 3 12 3c.68 0 1.35.08 2 .25z"})]
"AddLocationAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_location_outlined.cljs
================================================
(ns reagent-mui.icons.add-location-outlined
"Imports @mui/icons-material/AddLocationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-location-outlined (create-svg-icon (e "path" #js {"d" "M13 6v3h3v2h-3v3h-2v-3H8V9h3V6h2zm5 4.2C18 6.57 15.35 4 12 4s-6 2.57-6 6.2c0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.8 6-9.14zM12 2c4.2 0 8 3.22 8 8.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2z"})
"AddLocationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_location_rounded.cljs
================================================
(ns reagent-mui.icons.add-location-rounded
"Imports @mui/icons-material/AddLocationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-location-rounded (create-svg-icon (e "path" #js {"d" "M13 7c0-.55-.44-1-1-1-.55 0-1 .44-1 1v2H9c-.55 0-1 .44-1 1 0 .55.44 1 1 1h2v2c0 .55.44 1 1 1 .55 0 1-.44 1-1v-2h2c.55 0 1-.44 1-1 0-.55-.44-1-1-1h-2V7zm-1-5c4.2 0 8 3.22 8 8.2 0 3.18-2.45 6.92-7.34 11.23-.38.33-.95.33-1.33 0C6.45 17.12 4 13.38 4 10.2 4 5.22 7.8 2 12 2z"})
"AddLocationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_location_sharp.cljs
================================================
(ns reagent-mui.icons.add-location-sharp
"Imports @mui/icons-material/AddLocationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-location-sharp (create-svg-icon (e "path" #js {"d" "M13 6h-2v3H8v2h3v3h2v-3h3V9h-3V6zm-1-4c4.2 0 8 3.22 8 8.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2z"})
"AddLocationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_location_two_tone.cljs
================================================
(ns reagent-mui.icons.add-location-two-tone
"Imports @mui/icons-material/AddLocationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-location-two-tone (create-svg-icon [(e "path" #js {"d" "M18.5 10.2c0 2.57-2.1 5.79-6.16 9.51l-.34.3-.34-.31C7.6 15.99 5.5 12.77 5.5 10.2c0-3.84 2.82-6.7 6.5-6.7s6.5 2.85 6.5 6.7z", "opacity" ".3"}) (e "path" #js {"d" "M13 6v3h3v2h-3v3h-2v-3H8V9h3V6h2zm5 4.2C18 6.57 15.35 4 12 4s-6 2.57-6 6.2c0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.8 6-9.14zM12 2c4.2 0 8 3.22 8 8.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2z"})]
"AddLocationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_moderator.cljs
================================================
(ns reagent-mui.icons.add-moderator
"Imports @mui/icons-material/AddModerator as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-moderator (create-svg-icon (e "path" #js {"d" "M13.22 22.61c-.4.15-.8.29-1.22.39-5.16-1.26-9-6.45-9-12V5l9-4 9 4v6c0 .9-.11 1.78-.3 2.65-.81-.41-1.73-.65-2.7-.65-3.31 0-6 2.69-6 6 0 1.36.46 2.61 1.22 3.61zM19 20v2.99s-1.99.01-2 0V20h-3v-2h3v-3h2v3h3v2h-3z"})
"AddModerator"))
================================================
FILE: src/icons/reagent_mui/icons/add_moderator_outlined.cljs
================================================
(ns reagent-mui.icons.add-moderator-outlined
"Imports @mui/icons-material/AddModeratorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-moderator-outlined (create-svg-icon [(e "path" #js {"d" "M6 11.09v-4.7l6-2.25 6 2.25v3.69c.71.1 1.38.31 2 .6V5l-8-3-8 3v6.09c0 5.05 3.41 9.76 8 10.91.03-.01.05-.02.08-.02-.79-.78-1.4-1.76-1.75-2.84C7.76 17.53 6 14.42 6 11.09z"}) (e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm3 5.5h-2.5V20h-1v-2.5H14v-1h2.5V14h1v2.5H20v1z"})]
"AddModeratorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_moderator_rounded.cljs
================================================
(ns reagent-mui.icons.add-moderator-rounded
"Imports @mui/icons-material/AddModeratorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-moderator-rounded (create-svg-icon [(e "path" #js {"d" "M17 10c1.08 0 2.09.25 3 .68v-4.3c0-.83-.52-1.58-1.3-1.87l-6-2.25c-.45-.17-.95-.17-1.4 0l-6 2.25C4.52 4.81 4 5.55 4 6.39v4.7c0 5.05 3.41 9.76 8 10.91.03-.01.05-.02.08-.02C10.8 20.71 10 18.95 10 17c0-3.87 3.13-7 7-7z"}) (e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm2.5 5.5h-2v2c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-2h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2v-2c0-.28.22-.5.5-.5s.5.22.5.5v2h2c.28 0 .5.22.5.5s-.22.5-.5.5z"})]
"AddModeratorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_moderator_sharp.cljs
================================================
(ns reagent-mui.icons.add-moderator-sharp
"Imports @mui/icons-material/AddModeratorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-moderator-sharp (create-svg-icon [(e "path" #js {"d" "M17 10c1.08 0 2.09.25 3 .68V5l-8-3-8 3v6.09c0 5.05 3.41 9.76 8 10.91.03-.01.05-.02.08-.02C10.8 20.71 10 18.95 10 17c0-3.87 3.13-7 7-7z"}) (e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm3 5.5h-2.5V20h-1v-2.5H14v-1h2.5V14h1v2.5H20v1z"})]
"AddModeratorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_moderator_two_tone.cljs
================================================
(ns reagent-mui.icons.add-moderator-two-tone
"Imports @mui/icons-material/AddModeratorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-moderator-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4.14 6 6.39v4.7c0 3.33 1.76 6.44 4.33 8.04-1.56-4.89 2.5-9.8 7.67-9.05V6.39l-6-2.25z", "opacity" ".3"}) (e "path" #js {"d" "M10.33 19.13C7.76 17.53 6 14.42 6 11.09v-4.7l6-2.25 6 2.25v3.69c.71.1 1.38.31 2 .6V5l-8-3-8 3v6.09c0 5.05 3.41 9.76 8 10.91.03-.01.05-.02.08-.02-.79-.79-1.4-1.76-1.75-2.85z"}) (e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm3 5.5h-2.5V20h-1v-2.5H14v-1h2.5V14h1v2.5H20v1z"})]
"AddModeratorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_outlined.cljs
================================================
(ns reagent-mui.icons.add-outlined
"Imports @mui/icons-material/AddOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-outlined (create-svg-icon (e "path" #js {"d" "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"})
"AddOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_photo_alternate.cljs
================================================
(ns reagent-mui.icons.add-photo-alternate
"Imports @mui/icons-material/AddPhotoAlternate as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-photo-alternate (create-svg-icon (e "path" #js {"d" "M19 7v2.99s-1.99.01-2 0V7h-3s.01-1.99 0-2h3V2h2v3h3v2h-3zm-3 4V8h-3V5H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8h-3zM5 19l3-4 2 3 3-4 4 5H5z"})
"AddPhotoAlternate"))
================================================
FILE: src/icons/reagent_mui/icons/add_photo_alternate_outlined.cljs
================================================
(ns reagent-mui.icons.add-photo-alternate-outlined
"Imports @mui/icons-material/AddPhotoAlternateOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-photo-alternate-outlined (create-svg-icon (e "path" #js {"d" "M18 20H4V6h9V4H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-9h-2v9zm-7.79-3.17-1.96-2.36L5.5 18h11l-3.54-4.71zM20 4V1h-2v3h-3c.01.01 0 2 0 2h3v2.99c.01.01 2 0 2 0V6h3V4h-3z"})
"AddPhotoAlternateOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_photo_alternate_rounded.cljs
================================================
(ns reagent-mui.icons.add-photo-alternate-rounded
"Imports @mui/icons-material/AddPhotoAlternateRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-photo-alternate-rounded (create-svg-icon (e "path" #js {"d" "M21.02 5H19V2.98c0-.54-.44-.98-.98-.98h-.03c-.55 0-.99.44-.99.98V5h-2.01c-.54 0-.98.44-.99.98v.03c0 .55.44.99.99.99H17v2.01c0 .54.44.99.99.98h.03c.54 0 .98-.44.98-.98V7h2.02c.54 0 .98-.44.98-.98v-.04c0-.54-.44-.98-.98-.98zM16 9.01V8h-1.01c-.53 0-1.03-.21-1.41-.58-.37-.38-.58-.88-.58-1.44 0-.36.1-.69.27-.98H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8.28c-.3.17-.64.28-1.02.28-1.09-.01-1.98-.9-1.98-1.99zM15.96 19H6c-.41 0-.65-.47-.4-.8l1.98-2.63c.21-.28.62-.26.82.02L10 18l2.61-3.48c.2-.26.59-.27.79-.01l2.95 3.68c.26.33.03.81-.39.81z"})
"AddPhotoAlternateRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_photo_alternate_sharp.cljs
================================================
(ns reagent-mui.icons.add-photo-alternate-sharp
"Imports @mui/icons-material/AddPhotoAlternateSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-photo-alternate-sharp (create-svg-icon (e "path" #js {"d" "M19 7v2.99s-1.99.01-2 0V7h-3s.01-1.99 0-2h3V2h2v3h3v2h-3zm-3 4V8h-3V5H3v16h16V11h-3zM5 19l3-4 2 3 3-4 4 5H5z"})
"AddPhotoAlternateSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_photo_alternate_two_tone.cljs
================================================
(ns reagent-mui.icons.add-photo-alternate-two-tone
"Imports @mui/icons-material/AddPhotoAlternateTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-photo-alternate-two-tone (create-svg-icon [(e "path" #js {"d" "m10.21 16.83-1.96-2.36L5.5 18h11l-3.54-4.71z"}) (e "path" #js {"d" "M16.5 18h-11l2.75-3.53 1.96 2.36 2.75-3.54L16.5 18zM17 7h-3V6H4v14h14V10h-1V7z", "opacity" ".3"}) (e "path" #js {"d" "M20 4V1h-2v3h-3v2h3v2.99h2V6h3V4zm-2 16H4V6h10V4H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V10h-2v10z"})]
"AddPhotoAlternateTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_reaction.cljs
================================================
(ns reagent-mui.icons.add-reaction
"Imports @mui/icons-material/AddReaction as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-reaction (create-svg-icon (e "path" #js {"d" "M18 9V7h-2V2.84C14.77 2.3 13.42 2 11.99 2 6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12c0-1.05-.17-2.05-.47-3H18zm-2.5-1c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zm3.5 9.5c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.8 2.04-2.78 3.5-5.11 3.5zM22 3h2v2h-2v2h-2V5h-2V3h2V1h2v2z"})
"AddReaction"))
================================================
FILE: src/icons/reagent_mui/icons/add_reaction_outlined.cljs
================================================
(ns reagent-mui.icons.add-reaction-outlined
"Imports @mui/icons-material/AddReactionOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-reaction-outlined (create-svg-icon (e "path" #js {"d" "M7 9.5C7 8.67 7.67 8 8.5 8s1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5zm5 8c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5zm3.5-6.5c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zM22 1h-2v2h-2v2h2v2h2V5h2V3h-2V1zm-2 11c0 4.42-3.58 8-8 8s-8-3.58-8-8 3.58-8 8-8c1.46 0 2.82.4 4 1.08V2.84C14.77 2.3 13.42 2 11.99 2 6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12c0-1.05-.17-2.05-.47-3H19.4c.38.93.6 1.94.6 3z"})
"AddReactionOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_reaction_rounded.cljs
================================================
(ns reagent-mui.icons.add-reaction-rounded
"Imports @mui/icons-material/AddReactionRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-reaction-rounded (create-svg-icon (e "path" #js {"d" "M24 4c0 .55-.45 1-1 1h-1v1c0 .55-.45 1-1 1s-1-.45-1-1V5h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V2c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1zm-2.48 4.95c.31.96.48 1.99.48 3.05 0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2c1.5 0 2.92.34 4.2.94-.12.33-.2.68-.2 1.06 0 1.35.9 2.5 2.13 2.87C18.5 8.1 19.65 9 21 9c.18 0 .35-.02.52-.05zM7 9.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5zm9.31 4.5H7.69c-.38 0-.63.42-.44.75.95 1.64 2.72 2.75 4.75 2.75s3.8-1.11 4.75-2.75c.19-.33-.05-.75-.44-.75zM17 9.5c0-.83-.67-1.5-1.5-1.5S14 8.67 14 9.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5z"})
"AddReactionRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_reaction_sharp.cljs
================================================
(ns reagent-mui.icons.add-reaction-sharp
"Imports @mui/icons-material/AddReactionSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-reaction-sharp (create-svg-icon (e "path" #js {"d" "M18 9V7h-2V2.84C14.77 2.3 13.42 2 11.99 2 6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12c0-1.05-.17-2.05-.47-3H18zm-2.5-1c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zm3.5 9.5c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.8 2.04-2.78 3.5-5.11 3.5zM22 3h2v2h-2v2h-2V5h-2V3h2V1h2v2z"})
"AddReactionSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_reaction_two_tone.cljs
================================================
(ns reagent-mui.icons.add-reaction-two-tone
"Imports @mui/icons-material/AddReactionTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-reaction-two-tone (create-svg-icon [(e "path" #js {"d" "M19.41 9H18V7h-2V5.08C14.82 4.4 13.46 4 12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8c0-1.06-.21-2.07-.59-3zM15.5 8c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zm3.5 9.5c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.8 2.04-2.78 3.5-5.11 3.5z", "opacity" ".3"}) (e "path" #js {"d" "M7 9.5C7 8.67 7.67 8 8.5 8s1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5zm5 8c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5zm3.5-6.5c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zM22 1h-2v2h-2v2h2v2h2V5h2V3h-2V1zm-2 11c0 4.42-3.58 8-8 8s-8-3.58-8-8 3.58-8 8-8c1.46 0 2.82.4 4 1.08V2.84C14.77 2.3 13.42 2 11.99 2 6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12c0-1.05-.17-2.05-.47-3H19.4c.38.93.6 1.94.6 3z"})]
"AddReactionTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_road.cljs
================================================
(ns reagent-mui.icons.add-road
"Imports @mui/icons-material/AddRoad as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-road (create-svg-icon (e "path" #js {"d" "M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2zM18 4h2v9h-2zM4 4h2v16H4zm7 0h2v4h-2zm0 6h2v4h-2zm0 6h2v4h-2z"})
"AddRoad"))
================================================
FILE: src/icons/reagent_mui/icons/add_road_outlined.cljs
================================================
(ns reagent-mui.icons.add-road-outlined
"Imports @mui/icons-material/AddRoadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-road-outlined (create-svg-icon (e "path" #js {"d" "M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2zM18 4h2v9h-2zM4 4h2v16H4zm7 0h2v4h-2zm0 6h2v4h-2zm0 6h2v4h-2z"})
"AddRoadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_road_rounded.cljs
================================================
(ns reagent-mui.icons.add-road-rounded
"Imports @mui/icons-material/AddRoadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-road-rounded (create-svg-icon (e "path" #js {"d" "M20 18v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2zM19 4c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1s1-.45 1-1V5c0-.55-.45-1-1-1zM5 20c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v14c0 .55.45 1 1 1zm7-12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1zm0 6c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1zm0 6c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1z"})
"AddRoadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_road_sharp.cljs
================================================
(ns reagent-mui.icons.add-road-sharp
"Imports @mui/icons-material/AddRoadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-road-sharp (create-svg-icon (e "path" #js {"d" "M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2zM18 4h2v9h-2zM4 4h2v16H4zm7 0h2v4h-2zm0 6h2v4h-2zm0 6h2v4h-2z"})
"AddRoadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_road_two_tone.cljs
================================================
(ns reagent-mui.icons.add-road-two-tone
"Imports @mui/icons-material/AddRoadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-road-two-tone (create-svg-icon (e "path" #js {"d" "M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2zM18 4h2v9h-2zM4 4h2v16H4zm7 0h2v4h-2zm0 6h2v4h-2zm0 6h2v4h-2z"})
"AddRoadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_rounded.cljs
================================================
(ns reagent-mui.icons.add-rounded
"Imports @mui/icons-material/AddRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-rounded (create-svg-icon (e "path" #js {"d" "M18 13h-5v5c0 .55-.45 1-1 1s-1-.45-1-1v-5H6c-.55 0-1-.45-1-1s.45-1 1-1h5V6c0-.55.45-1 1-1s1 .45 1 1v5h5c.55 0 1 .45 1 1s-.45 1-1 1z"})
"AddRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_sharp.cljs
================================================
(ns reagent-mui.icons.add-sharp
"Imports @mui/icons-material/AddSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-sharp (create-svg-icon (e "path" #js {"d" "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"})
"AddSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_shopping_cart.cljs
================================================
(ns reagent-mui.icons.add-shopping-cart
"Imports @mui/icons-material/AddShoppingCart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-shopping-cart (create-svg-icon (e "path" #js {"d" "M11 9h2V6h3V4h-3V1h-2v3H8v2h3v3zm-4 9c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-9.83-3.25.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.86-7.01L19.42 4h-.01l-1.1 2-2.76 5H8.53l-.13-.27L6.16 6l-.95-2-.94-2H1v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.13 0-.25-.11-.25-.25z"})
"AddShoppingCart"))
================================================
FILE: src/icons/reagent_mui/icons/add_shopping_cart_outlined.cljs
================================================
(ns reagent-mui.icons.add-shopping-cart-outlined
"Imports @mui/icons-material/AddShoppingCartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-shopping-cart-outlined (create-svg-icon (e "path" #js {"d" "M11 9h2V6h3V4h-3V1h-2v3H8v2h3v3zm-4 9c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-8.9-5h7.45c.75 0 1.41-.41 1.75-1.03l3.86-7.01L19.42 4l-3.87 7H8.53L4.27 2H1v2h2l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h12v-2H7l1.1-2z"})
"AddShoppingCartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_shopping_cart_rounded.cljs
================================================
(ns reagent-mui.icons.add-shopping-cart-rounded
"Imports @mui/icons-material/AddShoppingCartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-shopping-cart-rounded (create-svg-icon (e "path" #js {"d" "M12 9c.55 0 1-.45 1-1V6h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V2c0-.55-.45-1-1-1s-1 .45-1 1v2H9c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1zm-5 9c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-8.9-5h7.45c.75 0 1.41-.41 1.75-1.03l3.24-6.14c.25-.48.08-1.08-.4-1.34-.49-.27-1.1-.08-1.36.41L15.55 11H8.53L4.27 2H2c-.55 0-1 .45-1 1s.45 1 1 1h1l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h11c.55 0 1-.45 1-1s-.45-1-1-1H7l1.1-2z"})
"AddShoppingCartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_shopping_cart_sharp.cljs
================================================
(ns reagent-mui.icons.add-shopping-cart-sharp
"Imports @mui/icons-material/AddShoppingCartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-shopping-cart-sharp (create-svg-icon (e "path" #js {"d" "M11 9h2V6h3V4h-3V1h-2v3H8v2h3v3zm-4 9c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-8.9-5h7.45c.75 0 1.41-.41 1.75-1.03l3.86-7.01L19.42 4l-3.87 7H8.53L4.27 2H1v2h2l3.6 7.59L3.62 17H19v-2H7l1.1-2z"})
"AddShoppingCartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_shopping_cart_two_tone.cljs
================================================
(ns reagent-mui.icons.add-shopping-cart-two-tone
"Imports @mui/icons-material/AddShoppingCartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-shopping-cart-two-tone (create-svg-icon (e "path" #js {"d" "M11 9h2V6h3V4h-3V1h-2v3H8v2h3v3zm-4 9c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-8.9-5h7.45c.75 0 1.41-.41 1.75-1.03l3.86-7.01L19.41 4l-3.86 7H8.53L4.27 2H1v2h2l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h12v-2H7l1.1-2z"})
"AddShoppingCartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_task.cljs
================================================
(ns reagent-mui.icons.add-task
"Imports @mui/icons-material/AddTask as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-task (create-svg-icon (e "path" #js {"d" "M22 5.18 10.59 16.6l-4.24-4.24 1.41-1.41 2.83 2.83 10-10L22 5.18zM12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8c1.57 0 3.04.46 4.28 1.25l1.45-1.45C16.1 2.67 14.13 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10c1.73 0 3.36-.44 4.78-1.22l-1.5-1.5c-1 .46-2.11.72-3.28.72zm7-5h-3v2h3v3h2v-3h3v-2h-3v-3h-2v3z"})
"AddTask"))
================================================
FILE: src/icons/reagent_mui/icons/add_task_outlined.cljs
================================================
(ns reagent-mui.icons.add-task-outlined
"Imports @mui/icons-material/AddTaskOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-task-outlined (create-svg-icon (e "path" #js {"d" "M22 5.18 10.59 16.6l-4.24-4.24 1.41-1.41 2.83 2.83 10-10L22 5.18zM12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8c1.57 0 3.04.46 4.28 1.25l1.45-1.45C16.1 2.67 14.13 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10c1.73 0 3.36-.44 4.78-1.22l-1.5-1.5c-1 .46-2.11.72-3.28.72zm7-5h-3v2h3v3h2v-3h3v-2h-3v-3h-2v3z"})
"AddTaskOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_task_rounded.cljs
================================================
(ns reagent-mui.icons.add-task-rounded
"Imports @mui/icons-material/AddTaskRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-task-rounded (create-svg-icon (e "path" #js {"d" "m21.29 5.89-10 10c-.39.39-1.02.39-1.41 0l-2.83-2.83a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l2.12 2.12 9.29-9.29c.39-.39 1.02-.39 1.41 0 .4.39.4 1.02.01 1.41zM12 20c-4.71 0-8.48-4.09-7.95-8.9.39-3.52 3.12-6.41 6.61-6.99 1.81-.3 3.53.02 4.99.78.39.2.86.13 1.17-.18.48-.48.36-1.29-.24-1.6-1.47-.75-3.13-1.16-4.9-1.11-5.14.16-9.41 4.34-9.67 9.47C1.72 17.24 6.3 22 12 22c1.2 0 2.34-.21 3.41-.6.68-.25.87-1.13.35-1.65-.27-.27-.68-.37-1.04-.23-.85.31-1.77.48-2.72.48zm7-5h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2z"})
"AddTaskRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_task_sharp.cljs
================================================
(ns reagent-mui.icons.add-task-sharp
"Imports @mui/icons-material/AddTaskSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-task-sharp (create-svg-icon (e "path" #js {"d" "M22 5.18 10.59 16.6l-4.24-4.24 1.41-1.41 2.83 2.83 10-10L22 5.18zM12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8c1.57 0 3.04.46 4.28 1.25l1.45-1.45C16.1 2.67 14.13 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10c1.73 0 3.36-.44 4.78-1.22l-1.5-1.5c-1 .46-2.11.72-3.28.72zm7-5h-3v2h3v3h2v-3h3v-2h-3v-3h-2v3z"})
"AddTaskSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_task_two_tone.cljs
================================================
(ns reagent-mui.icons.add-task-two-tone
"Imports @mui/icons-material/AddTaskTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-task-two-tone (create-svg-icon (e "path" #js {"d" "M22 5.18 10.59 16.6l-4.24-4.24 1.41-1.41 2.83 2.83 10-10L22 5.18zM12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8c1.57 0 3.04.46 4.28 1.25l1.45-1.45C16.1 2.67 14.13 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10c1.73 0 3.36-.44 4.78-1.22l-1.5-1.5c-1 .46-2.11.72-3.28.72zm7-5h-3v2h3v3h2v-3h3v-2h-3v-3h-2v3z"})
"AddTaskTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_drive.cljs
================================================
(ns reagent-mui.icons.add-to-drive
"Imports @mui/icons-material/AddToDrive as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-drive (create-svg-icon (e "path" #js {"d" "M20 21v-3h3v-2h-3v-3h-2v3h-3v2h3v3h2zm-4.97.5H5.66c-.72 0-1.38-.38-1.73-1l-2.36-4.1c-.36-.62-.35-1.38.01-2L7.92 3.49c.36-.61 1.02-.99 1.73-.99h4.7c.71 0 1.37.38 1.73.99l4.48 7.71c-.5-.13-1.02-.2-1.56-.2-.28 0-.56.02-.84.06L14.35 4.5h-4.7L3.31 15.41l2.35 4.09h7.89c.35.77.85 1.45 1.48 2zM13.34 15c-.22.63-.34 1.3-.34 2H7.25l-.73-1.27 4.58-7.98h1.8l2.53 4.42c-.56.42-1.05.93-1.44 1.51l-2-3.49L9.25 15h4.09z"})
"AddToDrive"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_drive_outlined.cljs
================================================
(ns reagent-mui.icons.add-to-drive-outlined
"Imports @mui/icons-material/AddToDriveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-drive-outlined (create-svg-icon (e "path" #js {"d" "M19 11c.17 0 .33.01.49.02L15 3H9l5.68 9.84C15.77 11.71 17.3 11 19 11zM8.15 4.52 2 15.5 5 21l6.33-10.97zM13.2 15.5H9.9L6.73 21h7.81c-.96-1.06-1.54-2.46-1.54-4 0-.52.07-1.02.2-1.5zm6.8.5v-3h-2v3h-3v2h3v3h2v-3h3v-2z"})
"AddToDriveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_drive_rounded.cljs
================================================
(ns reagent-mui.icons.add-to-drive-rounded
"Imports @mui/icons-material/AddToDriveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-drive-rounded (create-svg-icon (e "path" #js {"d" "M19 11c.17 0 .33.01.49.02L15 3H9l5.68 9.84C15.77 11.71 17.3 11 19 11zM8.15 4.52 2 15.5 5 21l6.33-10.97zM13.2 15.5H9.9L6.73 21h7.81c-.96-1.06-1.54-2.46-1.54-4 0-.52.07-1.02.2-1.5zm6.8.5v-3h-2v3h-3v2h3v3h2v-3h3v-2z"})
"AddToDriveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_drive_sharp.cljs
================================================
(ns reagent-mui.icons.add-to-drive-sharp
"Imports @mui/icons-material/AddToDriveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-drive-sharp (create-svg-icon (e "path" #js {"d" "M19 11c.17 0 .33.01.49.02L15 3H9l5.68 9.84C15.77 11.71 17.3 11 19 11zM8.15 4.52 2 15.5 5 21l6.33-10.97zM13.2 15.5H9.9L6.73 21h7.81c-.96-1.06-1.54-2.46-1.54-4 0-.52.07-1.02.2-1.5zm6.8.5v-3h-2v3h-3v2h3v3h2v-3h3v-2z"})
"AddToDriveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_drive_two_tone.cljs
================================================
(ns reagent-mui.icons.add-to-drive-two-tone
"Imports @mui/icons-material/AddToDriveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-drive-two-tone (create-svg-icon (e "path" #js {"d" "M19 11c.17 0 .33.01.49.02L15 3H9l5.68 9.84C15.77 11.71 17.3 11 19 11zM8.15 4.52 2 15.5 5 21l6.33-10.97zM13.2 15.5H9.9L6.73 21h7.81c-.96-1.06-1.54-2.46-1.54-4 0-.52.07-1.02.2-1.5zm6.8.5v-3h-2v3h-3v2h3v3h2v-3h3v-2z"})
"AddToDriveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_home_screen.cljs
================================================
(ns reagent-mui.icons.add-to-home-screen
"Imports @mui/icons-material/AddToHomeScreen as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-home-screen (create-svg-icon (e "path" #js {"d" "M18 1.01 8 1c-1.1 0-2 .9-2 2v3h2V5h10v14H8v-1H6v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM10 15h2V8H5v2h3.59L3 15.59 4.41 17 10 11.41z"})
"AddToHomeScreen"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_home_screen_outlined.cljs
================================================
(ns reagent-mui.icons.add-to-home-screen-outlined
"Imports @mui/icons-material/AddToHomeScreenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-home-screen-outlined (create-svg-icon (e "path" #js {"d" "M18 1.01 8 1c-1.1 0-2 .9-2 2v3h2V5h10v14H8v-1H6v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM10 15h2V8H5v2h3.59L3 15.59 4.41 17 10 11.41V15z"})
"AddToHomeScreenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_home_screen_rounded.cljs
================================================
(ns reagent-mui.icons.add-to-home-screen-rounded
"Imports @mui/icons-material/AddToHomeScreenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-home-screen-rounded (create-svg-icon (e "path" #js {"d" "M18 1.01 8 1c-1.1 0-2 .9-2 2v3c0 .55.45 1 1 1s1-.45 1-1V5h10v14H8v-1c0-.55-.45-1-1-1s-1 .45-1 1v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM11 15c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1h2.59L3.7 14.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L10 11.41V14c0 .55.45 1 1 1z"})
"AddToHomeScreenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_home_screen_sharp.cljs
================================================
(ns reagent-mui.icons.add-to-home-screen-sharp
"Imports @mui/icons-material/AddToHomeScreenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-home-screen-sharp (create-svg-icon (e "path" #js {"d" "M20 1.01 6 1v5h2V5h10v14H8v-1H6v5h14V1.01zM10 15h2V8H5v2h3.59L3 15.59 4.41 17 10 11.41V15z"})
"AddToHomeScreenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_home_screen_two_tone.cljs
================================================
(ns reagent-mui.icons.add-to-home-screen-two-tone
"Imports @mui/icons-material/AddToHomeScreenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-home-screen-two-tone (create-svg-icon (e "path" #js {"d" "M18 1.01 8 1c-1.1 0-2 .9-2 2v3h2V5h10v14H8v-1H6v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM10 15h2V8H5v2h3.59L3 15.59 4.41 17 10 11.41V15z"})
"AddToHomeScreenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_photos.cljs
================================================
(ns reagent-mui.icons.add-to-photos
"Imports @mui/icons-material/AddToPhotos as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-photos (create-svg-icon (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z"})
"AddToPhotos"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_photos_outlined.cljs
================================================
(ns reagent-mui.icons.add-to-photos-outlined
"Imports @mui/icons-material/AddToPhotosOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-photos-outlined (create-svg-icon (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zm-7-1h2v-4h4V9h-4V5h-2v4H9v2h4z"})
"AddToPhotosOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_photos_rounded.cljs
================================================
(ns reagent-mui.icons.add-to-photos-rounded
"Imports @mui/icons-material/AddToPhotosRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-photos-rounded (create-svg-icon (e "path" #js {"d" "M3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1zm17-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 9h-3v3c0 .55-.45 1-1 1s-1-.45-1-1v-3h-3c-.55 0-1-.45-1-1s.45-1 1-1h3V6c0-.55.45-1 1-1s1 .45 1 1v3h3c.55 0 1 .45 1 1s-.45 1-1 1z"})
"AddToPhotosRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_photos_sharp.cljs
================================================
(ns reagent-mui.icons.add-to-photos-sharp
"Imports @mui/icons-material/AddToPhotosSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-photos-sharp (create-svg-icon (e "path" #js {"d" "M4 6H2v16h16v-2H4V6zm18-4H6v16h16V2zm-3 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z"})
"AddToPhotosSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_photos_two_tone.cljs
================================================
(ns reagent-mui.icons.add-to-photos-two-tone
"Imports @mui/icons-material/AddToPhotosTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-photos-two-tone (create-svg-icon [(e "path" #js {"d" "M20 4H8v12h12V4zm-1 7h-4v4h-2v-4H9V9h4V5h2v4h4v2z", "opacity" ".3"}) (e "path" #js {"d" "M4 22h14v-2H4V6H2v14c0 1.1.9 2 2 2zm4-4h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2zM8 4h12v12H8V4zm7 1h-2v4H9v2h4v4h2v-4h4V9h-4z"})]
"AddToPhotosTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_queue.cljs
================================================
(ns reagent-mui.icons.add-to-queue
"Imports @mui/icons-material/AddToQueue as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-queue (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.11-.9-2-2-2zm0 14H3V5h18v12zm-5-7v2h-3v3h-2v-3H8v-2h3V7h2v3h3z"})
"AddToQueue"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_queue_outlined.cljs
================================================
(ns reagent-mui.icons.add-to-queue-outlined
"Imports @mui/icons-material/AddToQueueOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-queue-outlined (create-svg-icon (e "path" #js {"d" "M11 15h2v-3h3v-2h-3V7h-2v3H8v2h3zM21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h5c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm0 14H3V5h18v12z"})
"AddToQueueOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_queue_rounded.cljs
================================================
(ns reagent-mui.icons.add-to-queue-rounded
"Imports @mui/icons-material/AddToQueueRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-queue-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm-1 14H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1zm-4-6c0 .55-.45 1-1 1h-2v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H9c-.55 0-1-.45-1-1s.45-1 1-1h2V8c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1z"})
"AddToQueueRounded"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_queue_sharp.cljs
================================================
(ns reagent-mui.icons.add-to-queue-sharp
"Imports @mui/icons-material/AddToQueueSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-queue-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v16h7v2h8v-2h7V3zm-2 14H3V5h18v12zm-5-7v2h-3v3h-2v-3H8v-2h3V7h2v3h3z"})
"AddToQueueSharp"))
================================================
FILE: src/icons/reagent_mui/icons/add_to_queue_two_tone.cljs
================================================
(ns reagent-mui.icons.add-to-queue-two-tone
"Imports @mui/icons-material/AddToQueueTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-to-queue-two-tone (create-svg-icon [(e "path" #js {"d" "M3 17h18V5H3v12zm5-7h3V7h2v3h3v2h-3v3h-2v-3H8v-2z", "opacity" ".3"}) (e "path" #js {"d" "M11 15h2v-3h3v-2h-3V7h-2v3H8v2h3zM21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h5c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm0 14H3V5h18v12z"})]
"AddToQueueTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/add_two_tone.cljs
================================================
(ns reagent-mui.icons.add-two-tone
"Imports @mui/icons-material/AddTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def add-two-tone (create-svg-icon (e "path" #js {"d" "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"})
"AddTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/addchart.cljs
================================================
(ns reagent-mui.icons.addchart
"Imports @mui/icons-material/Addchart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def addchart (create-svg-icon (e "path" #js {"d" "M22 5v2h-3v3h-2V7h-3V5h3V2h2v3h3zm-3 14H5V5h6V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6h-2v6zm-4-6v4h2v-4h-2zm-4 4h2V9h-2v8zm-2 0v-6H7v6h2z"})
"Addchart"))
================================================
FILE: src/icons/reagent_mui/icons/addchart_outlined.cljs
================================================
(ns reagent-mui.icons.addchart-outlined
"Imports @mui/icons-material/AddchartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def addchart-outlined (create-svg-icon (e "path" #js {"d" "M22 5v2h-3v3h-2V7h-3V5h3V2h2v3h3zm-3 14H5V5h6V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6h-2v6zm-4-6v4h2v-4h-2zm-4 4h2V9h-2v8zm-2 0v-6H7v6h2z"})
"AddchartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/addchart_rounded.cljs
================================================
(ns reagent-mui.icons.addchart-rounded
"Imports @mui/icons-material/AddchartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def addchart-rounded (create-svg-icon (e "path" #js {"d" "M11 10c0-.55.45-1 1-1s1 .45 1 1v7h-2v-7zm9 3c-.55 0-1 .45-1 1v5H5V5h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5c0-.55-.45-1-1-1zm1-8h-2V3c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V7h2c.55 0 1-.45 1-1s-.45-1-1-1zm-5 8c-.55 0-1 .45-1 1v3h2v-3c0-.55-.45-1-1-1zm-9-1v5h2v-5c0-.55-.45-1-1-1s-1 .45-1 1z"})
"AddchartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/addchart_sharp.cljs
================================================
(ns reagent-mui.icons.addchart-sharp
"Imports @mui/icons-material/AddchartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def addchart-sharp (create-svg-icon (e "path" #js {"d" "M11 9h2v8h-2V9zm-2 8v-6H7v6h2zm10 2H5V5h6V3H3v18h18v-8h-2v6zm-4-6v4h2v-4h-2zm4-8V2h-2v3h-3v2h3v3h2V7h3V5h-3z"})
"AddchartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/addchart_two_tone.cljs
================================================
(ns reagent-mui.icons.addchart-two-tone
"Imports @mui/icons-material/AddchartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def addchart-two-tone (create-svg-icon (e "path" #js {"d" "M22 5v2h-3v3h-2V7h-3V5h3V2h2v3h3zm-3 14H5V5h6V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6h-2v6zm-4-6v4h2v-4h-2zm-4 4h2V9h-2v8zm-2 0v-6H7v6h2z"})
"AddchartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/adf_scanner.cljs
================================================
(ns reagent-mui.icons.adf-scanner
"Imports @mui/icons-material/AdfScanner as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def adf-scanner (create-svg-icon (e "path" #js {"d" "M19 12h-1V4H6v8H5c-1.66 0-3 1.34-3 3v5h20v-5c0-1.66-1.34-3-3-3zm-3 0H8V6h8v6zm2 5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"AdfScanner"))
================================================
FILE: src/icons/reagent_mui/icons/adf_scanner_outlined.cljs
================================================
(ns reagent-mui.icons.adf-scanner-outlined
"Imports @mui/icons-material/AdfScannerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def adf-scanner-outlined (create-svg-icon [(e "path" #js {"d" "M19 12h-1V4H6v8H5c-1.66 0-3 1.34-3 3v5h20v-5c0-1.66-1.34-3-3-3zM8 6h8v6H8V6zm12 12H4v-3c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v3z"}) (e "circle" #js {"cx" "18", "cy" "16", "r" "1"})]
"AdfScannerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/adf_scanner_rounded.cljs
================================================
(ns reagent-mui.icons.adf-scanner-rounded
"Imports @mui/icons-material/AdfScannerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def adf-scanner-rounded (create-svg-icon (e "path" #js {"d" "M19 12h-1V6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v6H5c-1.66 0-3 1.34-3 3v3c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-3c0-1.66-1.34-3-3-3zm-3 0H8V6h8v6zm2 5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"AdfScannerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/adf_scanner_sharp.cljs
================================================
(ns reagent-mui.icons.adf-scanner-sharp
"Imports @mui/icons-material/AdfScannerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def adf-scanner-sharp (create-svg-icon (e "path" #js {"d" "M22 12h-4V4H6v8H2v8h20v-8zm-6 0H8V6h8v6zm2 5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"AdfScannerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/adf_scanner_two_tone.cljs
================================================
(ns reagent-mui.icons.adf-scanner-two-tone
"Imports @mui/icons-material/AdfScannerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def adf-scanner-two-tone (create-svg-icon [(e "path" #js {"d" "M8 6h8v6H8zm11 8H5c-.55 0-1 .45-1 1v3h16v-3c0-.55-.45-1-1-1zm-1 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "path" #js {"d" "M19 12h-1V4H6v8H5c-1.66 0-3 1.34-3 3v5h20v-5c0-1.66-1.34-3-3-3zM8 6h8v6H8V6zm12 12H4v-3c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v3z"}) (e "circle" #js {"cx" "18", "cy" "16", "r" "1"})]
"AdfScannerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/adjust.cljs
================================================
(ns reagent-mui.icons.adjust
"Imports @mui/icons-material/Adjust as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def adjust (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"})
"Adjust"))
================================================
FILE: src/icons/reagent_mui/icons/adjust_outlined.cljs
================================================
(ns reagent-mui.icons.adjust-outlined
"Imports @mui/icons-material/AdjustOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def adjust-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"})
"AdjustOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/adjust_rounded.cljs
================================================
(ns reagent-mui.icons.adjust-rounded
"Imports @mui/icons-material/AdjustRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def adjust-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"})
"AdjustRounded"))
================================================
FILE: src/icons/reagent_mui/icons/adjust_sharp.cljs
================================================
(ns reagent-mui.icons.adjust-sharp
"Imports @mui/icons-material/AdjustSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def adjust-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"})
"AdjustSharp"))
================================================
FILE: src/icons/reagent_mui/icons/adjust_two_tone.cljs
================================================
(ns reagent-mui.icons.adjust-two-tone
"Imports @mui/icons-material/AdjustTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def adjust-two-tone (create-svg-icon (e "path" #js {"d" "M12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0-7C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"AdjustTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/admin_panel_settings.cljs
================================================
(ns reagent-mui.icons.admin-panel-settings
"Imports @mui/icons-material/AdminPanelSettings as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def admin-panel-settings (create-svg-icon [(e "path" #js {"d" "M17 11c.34 0 .67.04 1 .09V6.27L10.5 3 3 6.27v4.91c0 4.54 3.2 8.79 7.5 9.82.55-.13 1.08-.32 1.6-.55-.69-.98-1.1-2.17-1.1-3.45 0-3.31 2.69-6 6-6z"}) (e "path" #js {"d" "M17 13c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1.38c.62 0 1.12.51 1.12 1.12s-.51 1.12-1.12 1.12-1.12-.51-1.12-1.12.5-1.12 1.12-1.12zm0 5.37c-.93 0-1.74-.46-2.24-1.17.05-.72 1.51-1.08 2.24-1.08s2.19.36 2.24 1.08c-.5.71-1.31 1.17-2.24 1.17z"})]
"AdminPanelSettings"))
================================================
FILE: src/icons/reagent_mui/icons/admin_panel_settings_outlined.cljs
================================================
(ns reagent-mui.icons.admin-panel-settings-outlined
"Imports @mui/icons-material/AdminPanelSettingsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def admin-panel-settings-outlined (create-svg-icon (e "g" #js {"fillRule" "evenodd"} (e "circle" #js {"cx" "17", "cy" "15.5", "r" "1.12"}) (e "path" #js {"d" "M17 17.5c-.73 0-2.19.36-2.24 1.08.5.71 1.32 1.17 2.24 1.17s1.74-.46 2.24-1.17c-.05-.72-1.51-1.08-2.24-1.08z"}) (e "path" #js {"d" "M18 11.09V6.27L10.5 3 3 6.27v4.91c0 4.54 3.2 8.79 7.5 9.82.55-.13 1.08-.32 1.6-.55C13.18 21.99 14.97 23 17 23c3.31 0 6-2.69 6-6 0-2.97-2.16-5.43-5-5.91zM11 17c0 .56.08 1.11.23 1.62-.24.11-.48.22-.73.3-3.17-1-5.5-4.24-5.5-7.74v-3.6l5.5-2.4 5.5 2.4v3.51c-2.84.48-5 2.94-5 5.91zm6 4c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"}))
"AdminPanelSettingsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/admin_panel_settings_rounded.cljs
================================================
(ns reagent-mui.icons.admin-panel-settings-rounded
"Imports @mui/icons-material/AdminPanelSettingsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def admin-panel-settings-rounded (create-svg-icon [(e "path" #js {"d" "M17 11c.34 0 .67.04 1 .09V7.58c0-.8-.47-1.52-1.2-1.83l-5.5-2.4c-.51-.22-1.09-.22-1.6 0l-5.5 2.4C3.47 6.07 3 6.79 3 7.58v3.6c0 4.54 3.2 8.79 7.5 9.82.55-.13 1.08-.32 1.6-.55-.69-.98-1.1-2.17-1.1-3.45 0-3.31 2.69-6 6-6z"}) (e "path" #js {"d" "M17 13c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1.38c.62 0 1.12.51 1.12 1.12s-.51 1.12-1.12 1.12-1.12-.51-1.12-1.12.5-1.12 1.12-1.12zm0 5.37c-.93 0-1.74-.46-2.24-1.17.05-.72 1.51-1.08 2.24-1.08s2.19.36 2.24 1.08c-.5.71-1.31 1.17-2.24 1.17z"})]
"AdminPanelSettingsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/admin_panel_settings_sharp.cljs
================================================
(ns reagent-mui.icons.admin-panel-settings-sharp
"Imports @mui/icons-material/AdminPanelSettingsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def admin-panel-settings-sharp (create-svg-icon [(e "path" #js {"d" "M17 11c.34 0 .67.04 1 .09V6.27L10.5 3 3 6.27v4.91c0 4.54 3.2 8.79 7.5 9.82.55-.13 1.08-.32 1.6-.55-.69-.98-1.1-2.17-1.1-3.45 0-3.31 2.69-6 6-6z"}) (e "path" #js {"d" "M17 13c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1.38c.62 0 1.12.51 1.12 1.12s-.51 1.12-1.12 1.12-1.12-.51-1.12-1.12.5-1.12 1.12-1.12zm0 5.37c-.93 0-1.74-.46-2.24-1.17.05-.72 1.51-1.08 2.24-1.08s2.19.36 2.24 1.08c-.5.71-1.31 1.17-2.24 1.17z"})]
"AdminPanelSettingsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/admin_panel_settings_two_tone.cljs
================================================
(ns reagent-mui.icons.admin-panel-settings-two-tone
"Imports @mui/icons-material/AdminPanelSettingsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def admin-panel-settings-two-tone (create-svg-icon [(e "path" #js {"d" "m16 7.58-5.5-2.4L5 7.58v3.6c0 3.5 2.33 6.74 5.5 7.74.25-.08.49-.2.73-.3-.15-.51-.23-1.06-.23-1.62 0-2.97 2.16-5.43 5-5.91V7.58z", "opacity" ".3"}) (e "path" #js {"d" "M17 13c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1.38c.62 0 1.12.51 1.12 1.12s-.51 1.12-1.12 1.12-1.12-.51-1.12-1.12.5-1.12 1.12-1.12zm0 5.37c-.93 0-1.74-.46-2.24-1.17.05-.72 1.51-1.08 2.24-1.08s2.19.36 2.24 1.08c-.5.71-1.31 1.17-2.24 1.17z", "opacity" ".3"}) (e "circle" #js {"cx" "17", "cy" "15.5", "r" "1.12"}) (e "path" #js {"d" "M18 11.09V6.27L10.5 3 3 6.27v4.91c0 4.54 3.2 8.79 7.5 9.82.55-.13 1.08-.32 1.6-.55C13.18 21.99 14.97 23 17 23c3.31 0 6-2.69 6-6 0-2.97-2.16-5.43-5-5.91zM11 17c0 .56.08 1.11.23 1.62-.24.11-.48.22-.73.3-3.17-1-5.5-4.24-5.5-7.74v-3.6l5.5-2.4 5.5 2.4v3.51c-2.84.48-5 2.94-5 5.91zm6 4c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"}) (e "path" #js {"d" "M17 17.5c-.73 0-2.19.36-2.24 1.08.5.71 1.32 1.17 2.24 1.17s1.74-.46 2.24-1.17c-.05-.72-1.51-1.08-2.24-1.08z"})]
"AdminPanelSettingsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/agriculture.cljs
================================================
(ns reagent-mui.icons.agriculture
"Imports @mui/icons-material/Agriculture as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def agriculture (create-svg-icon [(e "path" #js {"d" "M19.5 12c.93 0 1.78.28 2.5.76V8c0-1.1-.9-2-2-2h-6.29l-1.06-1.06 1.41-1.41-.71-.71-3.53 3.53.71.71 1.41-1.41L13 6.71V9c0 1.1-.9 2-2 2h-.54c.95 1.06 1.54 2.46 1.54 4 0 .34-.04.67-.09 1h3.14c.25-2.25 2.14-4 4.45-4z"}) (e "path" #js {"d" "M19.5 13c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm0 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM4 9h5c0-1.1-.9-2-2-2H4c-.55 0-1 .45-1 1s.45 1 1 1zm5.83 4.82-.18-.47.93-.35c-.46-1.06-1.28-1.91-2.31-2.43l-.4.89-.46-.21.4-.9C7.26 10.13 6.64 10 6 10c-.53 0-1.04.11-1.52.26l.34.91-.47.18-.35-.93c-1.06.46-1.91 1.28-2.43 2.31l.89.4-.21.46-.9-.4C1.13 13.74 1 14.36 1 15c0 .53.11 1.04.26 1.52l.91-.34.18.47-.93.35c.46 1.06 1.28 1.91 2.31 2.43l.4-.89.46.21-.4.9c.55.22 1.17.35 1.81.35.53 0 1.04-.11 1.52-.26l-.34-.91.47-.18.35.93c1.06-.46 1.91-1.28 2.43-2.31l-.89-.4.21-.46.9.4c.22-.55.35-1.17.35-1.81 0-.53-.11-1.04-.26-1.52l-.91.34zm-2.68 3.95c-1.53.63-3.29-.09-3.92-1.62-.63-1.53.09-3.29 1.62-3.92 1.53-.63 3.29.09 3.92 1.62.64 1.53-.09 3.29-1.62 3.92z"})]
"Agriculture"))
================================================
FILE: src/icons/reagent_mui/icons/agriculture_outlined.cljs
================================================
(ns reagent-mui.icons.agriculture-outlined
"Imports @mui/icons-material/AgricultureOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def agriculture-outlined (create-svg-icon [(e "path" #js {"d" "M4 9h5c0-1.1-.9-2-2-2H4c-.55 0-1 .45-1 1s.45 1 1 1z"}) (e "path" #js {"d" "M22 14.06V8c0-1.1-.9-2-2-2h-6.29l-1.06-1.06 1.41-1.41-.71-.71-3.53 3.53.71.71 1.41-1.41L13 6.71V9c0 1.1-.9 2-2 2H8.96c-.22-.16-.45-.3-.69-.43l-.4.89-.46-.21.4-.9C7.26 10.13 6.64 10 6 10c-.53 0-1.04.11-1.52.26l.34.91-.47.18-.35-.93c-1.06.46-1.91 1.28-2.43 2.31l.89.4-.21.46-.9-.4C1.13 13.74 1 14.36 1 15c0 .53.11 1.04.26 1.52l.91-.34.18.47-.93.35c.46 1.06 1.28 1.91 2.31 2.43l.4-.89.46.21-.4.9c.55.22 1.17.35 1.81.35.53 0 1.04-.11 1.52-.26l-.34-.91.47-.18.35.93c1.06-.46 1.91-1.28 2.43-2.31l-.89-.4.21-.46.9.4c.1-.26.18-.54.24-.82h5.16c-.02.17-.05.34-.05.51 0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5c0-.95-.38-1.81-1-2.44zM6 18c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm4.87-4c-.04-.18-.08-.35-.13-.52l-.91.34-.18-.47.93-.35H11c2.21 0 4-1.79 4-4V8h5v5.05c-.16-.02-.33-.05-.5-.05-.95 0-1.81.38-2.44 1h-6.19zm8.63 4c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})]
"AgricultureOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/agriculture_rounded.cljs
================================================
(ns reagent-mui.icons.agriculture-rounded
"Imports @mui/icons-material/AgricultureRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def agriculture-rounded (create-svg-icon [(e "path" #js {"d" "M19.5 11.97c.93 0 1.78.28 2.5.76V7.97c0-1.1-.9-2-2-2h-6.29l-1.06-1.06 1.06-1.06c.2-.2.2-.51 0-.71s-.51-.2-.71 0l-2.83 2.83c-.2.2-.2.51 0 .71.2.2.51.2.71 0l1.06-1.06L13 6.68v2.29c0 1.1-.9 2-2 2h-.54c.95 1.06 1.54 2.46 1.54 4 0 .34-.04.67-.09 1h3.14c.25-2.24 2.14-4 4.45-4z"}) (e "path" #js {"d" "M19.5 12.97c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm0 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM4 8.97h5c0-1.1-.9-2-2-2H4c-.55 0-1 .45-1 1 0 .56.45 1 1 1zm5.83 4.82-.18-.47.93-.35c-.46-1.06-1.28-1.91-2.31-2.43l-.4.89-.46-.21.4-.9c-.55-.21-1.17-.35-1.81-.35-.53 0-1.04.11-1.52.26l.34.91-.47.18L4 10.4c-1.06.46-1.91 1.28-2.43 2.31l.89.4-.21.46-.9-.4c-.22.55-.35 1.16-.35 1.8 0 .53.11 1.04.26 1.52l.91-.34.18.47-.93.35c.46 1.06 1.28 1.91 2.31 2.43l.4-.89.46.21-.4.9c.57.22 1.18.35 1.82.35.53 0 1.04-.11 1.52-.26l-.35-.91.47-.18.35.93c1.06-.46 1.91-1.28 2.43-2.31l-.89-.4.21-.46.9.4c.22-.57.35-1.18.35-1.82 0-.53-.11-1.04-.26-1.52l-.91.35zm-2.68 3.96c-1.53.63-3.29-.09-3.92-1.62-.63-1.53.09-3.29 1.62-3.92 1.53-.63 3.29.09 3.92 1.62.64 1.53-.09 3.28-1.62 3.92z"})]
"AgricultureRounded"))
================================================
FILE: src/icons/reagent_mui/icons/agriculture_sharp.cljs
================================================
(ns reagent-mui.icons.agriculture-sharp
"Imports @mui/icons-material/AgricultureSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def agriculture-sharp (create-svg-icon [(e "path" #js {"d" "M19.5 12c.93 0 1.78.28 2.5.76V8c0-1.1-.9-2-2-2h-6.29l-1.06-1.06 1.41-1.41-.71-.71-3.53 3.53.71.71 1.41-1.41L13 6.71V9c0 1.1-.9 2-2 2h-.54c.95 1.06 1.54 2.46 1.54 4 0 .34-.04.67-.09 1h3.14c.25-2.25 2.14-4 4.45-4z"}) (e "path" #js {"d" "M19.5 13c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm0 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM4 9h5c0-1.1-.9-2-2-2H4c-.55 0-1 .45-1 1s.45 1 1 1zm5.83 4.82-.18-.47.93-.35c-.46-1.06-1.28-1.91-2.31-2.43l-.4.89-.46-.21.4-.9C7.26 10.13 6.64 10 6 10c-.53 0-1.04.11-1.52.26l.34.91-.47.18-.35-.93c-1.06.46-1.91 1.28-2.43 2.31l.89.4-.21.46-.9-.4C1.13 13.74 1 14.36 1 15c0 .53.11 1.04.26 1.52l.91-.34.18.47-.93.35c.46 1.06 1.28 1.91 2.31 2.43l.4-.89.46.21-.4.9c.55.22 1.17.35 1.81.35.53 0 1.04-.11 1.52-.26l-.34-.91.47-.18.35.93c1.06-.46 1.91-1.28 2.43-2.31l-.89-.4.21-.46.9.4c.22-.55.35-1.17.35-1.81 0-.53-.11-1.04-.26-1.52l-.91.34zm-2.68 3.95c-1.53.63-3.29-.09-3.92-1.62-.63-1.53.09-3.29 1.62-3.92 1.53-.63 3.29.09 3.92 1.62.64 1.53-.09 3.29-1.62 3.92z"})]
"AgricultureSharp"))
================================================
FILE: src/icons/reagent_mui/icons/agriculture_two_tone.cljs
================================================
(ns reagent-mui.icons.agriculture-two-tone
"Imports @mui/icons-material/AgricultureTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def agriculture-two-tone (create-svg-icon [(e "path" #js {"d" "M4 9h5c0-1.1-.9-2-2-2H4c-.55 0-1 .45-1 1s.45 1 1 1z"}) (e "path" #js {"d" "M22 14.06V8c0-1.1-.9-2-2-2h-6.29l-1.06-1.06 1.41-1.41-.71-.71-3.53 3.53.71.71 1.41-1.41L13 6.71V9c0 1.1-.9 2-2 2H8.96c-.22-.16-.45-.3-.69-.43l-.4.89-.46-.21.4-.9C7.26 10.13 6.64 10 6 10c-.53 0-1.04.11-1.52.26l.34.91-.47.18-.35-.93c-1.06.46-1.91 1.28-2.43 2.31l.89.4-.21.46-.9-.4C1.13 13.74 1 14.36 1 15c0 .53.11 1.04.26 1.52l.91-.34.18.47-.93.35c.46 1.06 1.28 1.91 2.31 2.43l.4-.89.46.21-.4.9c.55.22 1.17.35 1.81.35.53 0 1.04-.11 1.52-.26l-.34-.91.47-.18.35.93c1.06-.46 1.91-1.28 2.43-2.31l-.89-.4.21-.46.9.4c.1-.26.18-.54.24-.82h5.16c-.02.17-.05.34-.05.51 0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5c0-.95-.38-1.81-1-2.44zM6 18c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm4.87-4c-.04-.18-.08-.35-.13-.52l-.91.34-.18-.47.93-.35H11c2.21 0 4-1.79 4-4V8h5v5.05c-.16-.02-.33-.05-.5-.05-.95 0-1.81.38-2.44 1h-6.19zm8.63 4c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"}) (e "path" #js {"d" "M20 13.05V8h-5v1c0 2.21-1.79 4-4 4h-.42c.14.32.25.65.32 1h6.16c.63-.62 1.49-1 2.44-1 .17 0 .34.03.5.05z", "opacity" ".3"})]
"AgricultureTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/air.cljs
================================================
(ns reagent-mui.icons.air
"Imports @mui/icons-material/Air as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def air (create-svg-icon (e "path" #js {"d" "M14.5 17c0 1.65-1.35 3-3 3s-3-1.35-3-3h2c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1H2v-2h9.5c1.65 0 3 1.35 3 3zM19 6.5C19 4.57 17.43 3 15.5 3S12 4.57 12 6.5h2c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S16.33 8 15.5 8H2v2h13.5c1.93 0 3.5-1.57 3.5-3.5zm-.5 4.5H2v2h16.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5v2c1.93 0 3.5-1.57 3.5-3.5S20.43 11 18.5 11z"})
"Air"))
================================================
FILE: src/icons/reagent_mui/icons/air_outlined.cljs
================================================
(ns reagent-mui.icons.air-outlined
"Imports @mui/icons-material/AirOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def air-outlined (create-svg-icon (e "path" #js {"d" "M14.5 17c0 1.65-1.35 3-3 3s-3-1.35-3-3h2c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1H2v-2h9.5c1.65 0 3 1.35 3 3zM19 6.5C19 4.57 17.43 3 15.5 3S12 4.57 12 6.5h2c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S16.33 8 15.5 8H2v2h13.5c1.93 0 3.5-1.57 3.5-3.5zm-.5 4.5H2v2h16.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5v2c1.93 0 3.5-1.57 3.5-3.5S20.43 11 18.5 11z"})
"AirOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/air_rounded.cljs
================================================
(ns reagent-mui.icons.air-rounded
"Imports @mui/icons-material/AirRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def air-rounded (create-svg-icon (e "path" #js {"d" "M14.35 17.95c-.28.89-1.01 1.62-1.9 1.9-1.51.48-2.94-.23-3.59-1.42-.35-.65.17-1.43.91-1.43h.01c.34 0 .68.16.84.46.17.32.5.54.89.54.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1-.45-1-1s.45-1 1-1h8.5c1.96 0 3.5 1.9 2.85 3.95zm4.56-12.28c-.29-1.26-1.32-2.29-2.58-2.58-1.76-.4-3.37.53-4.02 1.98-.31.67.17 1.43.9 1.43.39 0 .75-.22.9-.57.23-.55.76-.93 1.39-.93.83 0 1.5.67 1.5 1.5S16.33 8 15.5 8H3c-.55 0-1 .45-1 1s.45 1 1 1h12.5c2.2 0 3.93-2.04 3.41-4.33zM18.4 11H3c-.55 0-1 .45-1 1s.45 1 1 1h15.5c.83 0 1.5.67 1.5 1.5 0 .63-.38 1.16-.93 1.39-.36.15-.57.51-.57.9 0 .73.76 1.21 1.43.91 1.43-.64 2.35-2.21 2-3.93-.34-1.64-1.86-2.77-3.53-2.77z"})
"AirRounded"))
================================================
FILE: src/icons/reagent_mui/icons/air_sharp.cljs
================================================
(ns reagent-mui.icons.air-sharp
"Imports @mui/icons-material/AirSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def air-sharp (create-svg-icon (e "path" #js {"d" "M14.5 17c0 1.65-1.35 3-3 3s-3-1.35-3-3h2c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1H2v-2h9.5c1.65 0 3 1.35 3 3zM19 6.5C19 4.57 17.43 3 15.5 3S12 4.57 12 6.5h2c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S16.33 8 15.5 8H2v2h13.5c1.93 0 3.5-1.57 3.5-3.5zm-.5 4.5H2v2h16.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5v2c1.93 0 3.5-1.57 3.5-3.5S20.43 11 18.5 11z"})
"AirSharp"))
================================================
FILE: src/icons/reagent_mui/icons/air_two_tone.cljs
================================================
(ns reagent-mui.icons.air-two-tone
"Imports @mui/icons-material/AirTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def air-two-tone (create-svg-icon (e "path" #js {"d" "M14.5 17c0 1.65-1.35 3-3 3s-3-1.35-3-3h2c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1H2v-2h9.5c1.65 0 3 1.35 3 3zM19 6.5C19 4.57 17.43 3 15.5 3S12 4.57 12 6.5h2c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S16.33 8 15.5 8H2v2h13.5c1.93 0 3.5-1.57 3.5-3.5zm-.5 4.5H2v2h16.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5v2c1.93 0 3.5-1.57 3.5-3.5S20.43 11 18.5 11z"})
"AirTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_flat.cljs
================================================
(ns reagent-mui.icons.airline-seat-flat
"Imports @mui/icons-material/AirlineSeatFlat as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-flat (create-svg-icon (e "path" #js {"d" "M22 11v2H9V7h9c2.21 0 4 1.79 4 4zM2 14v2h6v2h8v-2h6v-2H2zm5.14-1.9c1.16-1.19 1.14-3.08-.04-4.24-1.19-1.16-3.08-1.14-4.24.04-1.16 1.19-1.14 3.08.04 4.24 1.19 1.16 3.08 1.14 4.24-.04z"})
"AirlineSeatFlat"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_flat_angled.cljs
================================================
(ns reagent-mui.icons.airline-seat-flat-angled
"Imports @mui/icons-material/AirlineSeatFlatAngled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-flat-angled (create-svg-icon (e "path" #js {"d" "m22.25 14.29-.69 1.89L9.2 11.71l2.08-5.66 8.56 3.09c2.1.76 3.18 3.06 2.41 5.15zM1.5 12.14 8 14.48V19h8v-1.63L20.52 19l.69-1.89-19.02-6.86-.69 1.89zm5.8-1.94c1.49-.72 2.12-2.51 1.41-4C7.99 4.71 6.2 4.08 4.7 4.8c-1.49.71-2.12 2.5-1.4 4 .71 1.49 2.5 2.12 4 1.4z"})
"AirlineSeatFlatAngled"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_flat_angled_outlined.cljs
================================================
(ns reagent-mui.icons.airline-seat-flat-angled-outlined
"Imports @mui/icons-material/AirlineSeatFlatAngledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-flat-angled-outlined (create-svg-icon (e "path" #js {"d" "M6 6.5c.31 0 .7.15.9.56.24.5.02 1.1-.47 1.34-.14.06-.28.1-.43.1-.3 0-.7-.15-.89-.56-.17-.34-.1-.63-.05-.78.05-.14.18-.4.51-.56.14-.06.28-.1.43-.1m6.47 2.11 6.69 2.41c.52.19.93.56 1.15 1.05.22.48.25 1.03.06 1.53l-.01.02-8.59-3.11.7-1.9M10 15.19l4 1.44V17h-4v-1.81M6 4.5c-.44 0-.88.1-1.3.3-1.49.71-2.12 2.5-1.4 4 .51 1.07 1.58 1.7 2.7 1.7.44 0 .88-.1 1.3-.3 1.49-.72 2.12-2.51 1.41-4C8.19 5.13 7.12 4.5 6 4.5zm5.28 1.55L9.2 11.71l12.36 4.47.69-1.89c.77-2.09-.31-4.39-2.41-5.15l-8.56-3.09zm-9.09 4.2-.69 1.89L8 14.48V19h8v-1.63L20.52 19l.69-1.89-19.02-6.86z"})
"AirlineSeatFlatAngledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_flat_angled_rounded.cljs
================================================
(ns reagent-mui.icons.airline-seat-flat-angled-rounded
"Imports @mui/icons-material/AirlineSeatFlatAngledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-flat-angled-rounded (create-svg-icon (e "path" #js {"d" "m22.25 14.29-.69 1.89L9.2 11.71l1.39-3.79c.38-1.03 1.52-1.56 2.56-1.19l6.69 2.41c2.1.76 3.18 3.06 2.41 5.15zm-19.8-1.81 5.55 2V18c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-.63l3.58 1.29c.52.19 1.1-.08 1.29-.6.19-.52-.08-1.1-.6-1.29L3.13 10.59c-.52-.19-1.1.08-1.29.6-.18.52.09 1.1.61 1.29zM7.3 10.2c1.49-.72 2.12-2.51 1.41-4C7.99 4.71 6.2 4.08 4.7 4.8c-1.49.71-2.12 2.5-1.4 4 .71 1.49 2.5 2.12 4 1.4z"})
"AirlineSeatFlatAngledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_flat_angled_sharp.cljs
================================================
(ns reagent-mui.icons.airline-seat-flat-angled-sharp
"Imports @mui/icons-material/AirlineSeatFlatAngledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-flat-angled-sharp (create-svg-icon (e "path" #js {"d" "M21.56 16.18 9.2 11.71l2.08-5.66 12.35 4.47-2.07 5.66zM1.5 12.14 8 14.48V19h8v-1.63L20.52 19l.69-1.89-19.02-6.86-.69 1.89zm5.8-1.94c1.49-.72 2.12-2.51 1.41-4C7.99 4.71 6.2 4.08 4.7 4.8c-1.49.71-2.12 2.5-1.4 4 .71 1.49 2.5 2.12 4 1.4z"})
"AirlineSeatFlatAngledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_flat_angled_two_tone.cljs
================================================
(ns reagent-mui.icons.airline-seat-flat-angled-two-tone
"Imports @mui/icons-material/AirlineSeatFlatAngledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-flat-angled-two-tone (create-svg-icon [(e "path" #js {"d" "m14 16.64-4-1.45V17h4zM6 8.5c.15 0 .3-.03.44-.1.49-.24.7-.84.46-1.34-.19-.41-.59-.56-.9-.56-.15 0-.3.03-.44.1-.32.16-.45.42-.5.56-.05.15-.12.44.04.77.2.42.59.57.9.57zm13.16 2.52-6.69-2.41-.7 1.91 8.59 3.11.01-.02c.19-.51.17-1.05-.06-1.53-.23-.5-.63-.87-1.15-1.06z", "opacity" ".3"}) (e "path" #js {"d" "M1.5 12.14 8 14.48V19h8v-1.63L20.52 19l.69-1.89-19.02-6.86-.69 1.89zm8.5 3.05 4 1.44V17h-4v-1.81zm9.84-6.05-8.56-3.09-2.08 5.66 12.36 4.47.69-1.89c.77-2.09-.31-4.39-2.41-5.15zm.53 4.46-.01.02-8.59-3.11.7-1.91 6.69 2.41c.52.19.93.56 1.15 1.05.23.49.25 1.04.06 1.54zM6 10.5c.44 0 .88-.1 1.3-.3 1.49-.72 2.12-2.51 1.41-4C8.19 5.13 7.12 4.5 6 4.5c-.44 0-.88.1-1.3.3-1.49.71-2.12 2.5-1.4 4 .51 1.07 1.58 1.7 2.7 1.7zm-.94-3.34c.05-.14.18-.4.51-.56.14-.06.28-.1.43-.1.31 0 .7.15.9.56.24.5.02 1.1-.47 1.34-.14.06-.28.1-.43.1-.3 0-.7-.15-.89-.56-.17-.34-.1-.63-.05-.78z"})]
"AirlineSeatFlatAngledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_flat_outlined.cljs
================================================
(ns reagent-mui.icons.airline-seat-flat-outlined
"Imports @mui/icons-material/AirlineSeatFlatOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-flat-outlined (create-svg-icon (e "path" #js {"d" "M5 13c.78 0 1.55-.3 2.14-.9 1.16-1.19 1.14-3.08-.04-4.24C6.51 7.29 5.75 7 5 7c-.78 0-1.55.3-2.14.9-1.16 1.19-1.14 3.08.04 4.24.59.57 1.35.86 2.1.86zm-.71-3.7c.19-.19.44-.3.71-.3.26 0 .51.1.7.28.4.39.4 1.01.02 1.41-.2.2-.45.31-.72.31-.26 0-.51-.1-.7-.28-.4-.4-.4-1.02-.01-1.42zM18 7H9v6h13v-2c0-2.21-1.79-4-4-4zm-7 4V9h7c1.1 0 2 .9 2 2h-9zm-9 5h6v2h8v-2h6v-2H2z"})
"AirlineSeatFlatOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_flat_rounded.cljs
================================================
(ns reagent-mui.icons.airline-seat-flat-rounded
"Imports @mui/icons-material/AirlineSeatFlatRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-flat-rounded (create-svg-icon (e "path" #js {"d" "M22 11v2H9V9c0-1.1.9-2 2-2h7c2.21 0 4 1.79 4 4zM2 15c0 .55.45 1 1 1h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1zm5.14-2.9c1.16-1.19 1.14-3.08-.04-4.24-1.19-1.16-3.08-1.14-4.24.04-1.16 1.19-1.14 3.08.04 4.24 1.19 1.16 3.08 1.14 4.24-.04z"})
"AirlineSeatFlatRounded"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_flat_sharp.cljs
================================================
(ns reagent-mui.icons.airline-seat-flat-sharp
"Imports @mui/icons-material/AirlineSeatFlatSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-flat-sharp (create-svg-icon (e "path" #js {"d" "M22 7v6H9V7h13zM2 14v2h6v2h8v-2h6v-2H2zm5.14-1.9c1.16-1.19 1.14-3.08-.04-4.24-1.19-1.16-3.08-1.14-4.24.04-1.16 1.19-1.14 3.08.04 4.24 1.19 1.16 3.08 1.14 4.24-.04z"})
"AirlineSeatFlatSharp"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_flat_two_tone.cljs
================================================
(ns reagent-mui.icons.airline-seat-flat-two-tone
"Imports @mui/icons-material/AirlineSeatFlatTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-flat-two-tone (create-svg-icon [(e "path" #js {"d" "M5 11c.27 0 .52-.11.71-.3.39-.4.39-1.02-.01-1.41C5.51 9.11 5.26 9 5 9c-.27 0-.52.11-.71.3-.39.4-.39 1.02.01 1.41.19.18.44.29.7.29zm13-2h-7v2h9c0-1.1-.9-2-2-2z", "opacity" ".3"}) (e "path" #js {"d" "M5 13c.78 0 1.55-.3 2.14-.9 1.16-1.19 1.14-3.08-.04-4.24C6.51 7.29 5.75 7 5 7c-.78 0-1.55.3-2.14.9-1.16 1.19-1.14 3.08.04 4.24.59.57 1.35.86 2.1.86zm-.71-3.7c.19-.19.44-.3.71-.3.26 0 .51.1.7.28.4.39.4 1.01.02 1.41-.2.2-.45.31-.72.31-.26 0-.51-.1-.7-.28-.4-.4-.4-1.02-.01-1.42zM18 7H9v6h13v-2c0-2.21-1.79-4-4-4zm-7 4V9h7c1.1 0 2 .9 2 2h-9zm-9 5h6v2h8v-2h6v-2H2z"})]
"AirlineSeatFlatTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_individual_suite.cljs
================================================
(ns reagent-mui.icons.airline-seat-individual-suite
"Imports @mui/icons-material/AirlineSeatIndividualSuite as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-individual-suite (create-svg-icon (e "path" #js {"d" "M7 13c1.65 0 3-1.35 3-3S8.65 7 7 7s-3 1.35-3 3 1.35 3 3 3zm12-6h-8v7H3V7H1v10h22v-6c0-2.21-1.79-4-4-4z"})
"AirlineSeatIndividualSuite"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_individual_suite_outlined.cljs
================================================
(ns reagent-mui.icons.airline-seat-individual-suite-outlined
"Imports @mui/icons-material/AirlineSeatIndividualSuiteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-individual-suite-outlined (create-svg-icon (e "path" #js {"d" "M7 14c1.66 0 3-1.34 3-3S8.66 8 7 8s-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm12-3h-8v8H3V7H1v10h22v-6c0-2.21-1.79-4-4-4zm2 8h-8V9h6c1.1 0 2 .9 2 2v4z"})
"AirlineSeatIndividualSuiteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_individual_suite_rounded.cljs
================================================
(ns reagent-mui.icons.airline-seat-individual-suite-rounded
"Imports @mui/icons-material/AirlineSeatIndividualSuiteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-individual-suite-rounded (create-svg-icon (e "path" #js {"d" "M7 13c1.65 0 3-1.35 3-3S8.65 7 7 7s-3 1.35-3 3 1.35 3 3 3zm12-6h-6c-1.1 0-2 .9-2 2v5H3V8c0-.55-.45-1-1-1s-1 .45-1 1v7c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-4c0-2.21-1.79-4-4-4z"})
"AirlineSeatIndividualSuiteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_individual_suite_sharp.cljs
================================================
(ns reagent-mui.icons.airline-seat-individual-suite-sharp
"Imports @mui/icons-material/AirlineSeatIndividualSuiteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-individual-suite-sharp (create-svg-icon (e "path" #js {"d" "M7 13c1.65 0 3-1.35 3-3S8.65 7 7 7s-3 1.35-3 3 1.35 3 3 3zm16-6H11v7H3V7H1v10h22V7z"})
"AirlineSeatIndividualSuiteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_individual_suite_two_tone.cljs
================================================
(ns reagent-mui.icons.airline-seat-individual-suite-two-tone
"Imports @mui/icons-material/AirlineSeatIndividualSuiteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-individual-suite-two-tone (create-svg-icon [(e "circle" #js {"cx" "7", "cy" "11", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M19 9h-6v6h8v-4c0-1.1-.9-2-2-2z", "opacity" ".3"}) (e "path" #js {"d" "M7 14c1.66 0 3-1.34 3-3S8.66 8 7 8s-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm12-3h-8v8H3V7H1v10h22v-6c0-2.21-1.79-4-4-4zm2 8h-8V9h6c1.1 0 2 .9 2 2v4z"})]
"AirlineSeatIndividualSuiteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_legroom_extra.cljs
================================================
(ns reagent-mui.icons.airline-seat-legroom-extra
"Imports @mui/icons-material/AirlineSeatLegroomExtra as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-legroom-extra (create-svg-icon (e "path" #js {"d" "M4 12V3H2v9c0 2.76 2.24 5 5 5h6v-2H7c-1.66 0-3-1.34-3-3zm18.83 5.24c-.38-.72-1.29-.97-2.03-.63l-1.09.5-3.41-6.98c-.34-.68-1.03-1.12-1.79-1.12L11 9V3H5v8c0 1.66 1.34 3 3 3h7l3.41 7 3.72-1.7c.77-.36 1.1-1.3.7-2.06z"})
"AirlineSeatLegroomExtra"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_legroom_extra_outlined.cljs
================================================
(ns reagent-mui.icons.airline-seat-legroom-extra-outlined
"Imports @mui/icons-material/AirlineSeatLegroomExtraOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-legroom-extra-outlined (create-svg-icon (e "path" #js {"d" "M4 12V3H2v9c0 2.76 2.24 5 5 5h6v-2H7c-1.66 0-3-1.34-3-3zm18.83 5.24c-.38-.72-1.29-.97-2.03-.63l-1.09.5-3.41-6.98C15.96 9.45 15.27 9 14.51 9H11V3H5v8c0 1.66 1.34 3 3 3h7l3.41 7 3.72-1.7c.77-.36 1.1-1.3.7-2.06z"})
"AirlineSeatLegroomExtraOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_legroom_extra_rounded.cljs
================================================
(ns reagent-mui.icons.airline-seat-legroom-extra-rounded
"Imports @mui/icons-material/AirlineSeatLegroomExtraRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-legroom-extra-rounded (create-svg-icon (e "path" #js {"d" "M4 12V4c0-.55-.45-1-1-1s-1 .45-1 1v8c0 2.76 2.24 5 5 5h5c.55 0 1-.45 1-1s-.45-1-1-1H7c-1.66 0-3-1.34-3-3zm18.83 5.24c-.38-.72-1.29-.97-2.03-.63l-1.09.5-3.41-6.98C15.96 9.45 15.27 9 14.51 9H11V3H5v8c0 1.66 1.34 3 3 3h7l2.56 5.25c.48.98 1.64 1.39 2.63.94l1.95-.89c.76-.36 1.09-1.3.69-2.06z"})
"AirlineSeatLegroomExtraRounded"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_legroom_extra_sharp.cljs
================================================
(ns reagent-mui.icons.airline-seat-legroom-extra-sharp
"Imports @mui/icons-material/AirlineSeatLegroomExtraSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-legroom-extra-sharp (create-svg-icon (e "path" #js {"d" "M4 3H2v14h11v-2H4zm18.24 12.96-2.53 1.15-3.41-6.98C15.96 9.45 15.27 9 14.51 9H11V3H5v11h10l3.41 7 5.07-2.32-1.24-2.72z"})
"AirlineSeatLegroomExtraSharp"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_legroom_extra_two_tone.cljs
================================================
(ns reagent-mui.icons.airline-seat-legroom-extra-two-tone
"Imports @mui/icons-material/AirlineSeatLegroomExtraTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-legroom-extra-two-tone (create-svg-icon (e "path" #js {"d" "M4 12V3H2v9c0 2.76 2.24 5 5 5h6v-2H7c-1.66 0-3-1.34-3-3zm18.83 5.24c-.38-.72-1.29-.97-2.03-.63l-1.09.5-3.41-6.98C15.96 9.45 15.27 9 14.51 9H11V3H5v8c0 1.66 1.34 3 3 3h7l3.41 7 3.72-1.7c.77-.36 1.1-1.3.7-2.06z"})
"AirlineSeatLegroomExtraTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_legroom_normal.cljs
================================================
(ns reagent-mui.icons.airline-seat-legroom-normal
"Imports @mui/icons-material/AirlineSeatLegroomNormal as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-legroom-normal (create-svg-icon (e "path" #js {"d" "M5 12V3H3v9c0 2.76 2.24 5 5 5h6v-2H8c-1.66 0-3-1.34-3-3zm15.5 6H19v-7c0-1.1-.9-2-2-2h-5V3H6v8c0 1.65 1.35 3 3 3h7v7h4.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5z"})
"AirlineSeatLegroomNormal"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_legroom_normal_outlined.cljs
================================================
(ns reagent-mui.icons.airline-seat-legroom-normal-outlined
"Imports @mui/icons-material/AirlineSeatLegroomNormalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-legroom-normal-outlined (create-svg-icon (e "path" #js {"d" "M5 12V3H3v9c0 2.76 2.24 5 5 5h6v-2H8c-1.66 0-3-1.34-3-3zm15.5 6H19v-7c0-1.1-.9-2-2-2h-5V3H6v8c0 1.65 1.35 3 3 3h7v7h4.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5z"})
"AirlineSeatLegroomNormalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_legroom_normal_rounded.cljs
================================================
(ns reagent-mui.icons.airline-seat-legroom-normal-rounded
"Imports @mui/icons-material/AirlineSeatLegroomNormalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-legroom-normal-rounded (create-svg-icon (e "path" #js {"d" "M5 12V4c0-.55-.45-1-1-1s-1 .45-1 1v8c0 2.76 2.24 5 5 5h5c.55 0 1-.45 1-1s-.45-1-1-1H8c-1.66 0-3-1.34-3-3zm15.5 6H19v-7c0-1.1-.9-2-2-2h-5V3H6v8c0 1.65 1.35 3 3 3h7v5c0 1.1.9 2 2 2h2.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5z"})
"AirlineSeatLegroomNormalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_legroom_normal_sharp.cljs
================================================
(ns reagent-mui.icons.airline-seat-legroom-normal-sharp
"Imports @mui/icons-material/AirlineSeatLegroomNormalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-legroom-normal-sharp (create-svg-icon (e "path" #js {"d" "M5 15V3H3v14h11v-2H5zm17 3h-3v-7c0-1.1-.9-2-2-2h-5V3H6v11h10v7h6v-3z"})
"AirlineSeatLegroomNormalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_legroom_normal_two_tone.cljs
================================================
(ns reagent-mui.icons.airline-seat-legroom-normal-two-tone
"Imports @mui/icons-material/AirlineSeatLegroomNormalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-legroom-normal-two-tone (create-svg-icon (e "path" #js {"d" "M5 12V3H3v9c0 2.76 2.24 5 5 5h6v-2H8c-1.66 0-3-1.34-3-3zm15.5 6H19v-7c0-1.1-.9-2-2-2h-5V3H6v8c0 1.65 1.35 3 3 3h7v7h4.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5z"})
"AirlineSeatLegroomNormalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_legroom_reduced.cljs
================================================
(ns reagent-mui.icons.airline-seat-legroom-reduced
"Imports @mui/icons-material/AirlineSeatLegroomReduced as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-legroom-reduced (create-svg-icon (e "path" #js {"d" "M19.97 19.2c.18.96-.55 1.8-1.47 1.8H14v-3l1-4H9c-1.65 0-3-1.35-3-3V3h6v6h5c1.1 0 2 .9 2 2l-2 7h1.44c.73 0 1.39.49 1.53 1.2zM5 12V3H3v9c0 2.76 2.24 5 5 5h4v-2H8c-1.66 0-3-1.34-3-3z"})
"AirlineSeatLegroomReduced"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_legroom_reduced_outlined.cljs
================================================
(ns reagent-mui.icons.airline-seat-legroom-reduced-outlined
"Imports @mui/icons-material/AirlineSeatLegroomReducedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-legroom-reduced-outlined (create-svg-icon (e "path" #js {"d" "M19.97 19.2c.18.96-.55 1.8-1.47 1.8H14v-3l1-4H9c-1.65 0-3-1.35-3-3V3h6v6h5c1.1 0 2 .9 2 2l-2 7h1.44c.73 0 1.39.49 1.53 1.2zM5 12V3H3v9c0 2.76 2.24 5 5 5h4v-2H8c-1.66 0-3-1.34-3-3z"})
"AirlineSeatLegroomReducedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_legroom_reduced_rounded.cljs
================================================
(ns reagent-mui.icons.airline-seat-legroom-reduced-rounded
"Imports @mui/icons-material/AirlineSeatLegroomReducedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-legroom-reduced-rounded (create-svg-icon (e "path" #js {"d" "M19.97 19.2c.18.96-.55 1.8-1.47 1.8h-2.69c-1.3 0-2.26-1.22-1.94-2.49L15 14H9c-1.65 0-3-1.35-3-3V3h6v6h5c1.1 0 2 .9 2 2l-2 7h1.44c.73 0 1.39.49 1.53 1.2zM5 12V4c0-.55-.45-1-1-1s-1 .45-1 1v8c0 2.76 2.24 5 5 5h3c.55 0 1-.45 1-1s-.45-1-1-1H8c-1.66 0-3-1.34-3-3z"})
"AirlineSeatLegroomReducedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_legroom_reduced_sharp.cljs
================================================
(ns reagent-mui.icons.airline-seat-legroom-reduced-sharp
"Imports @mui/icons-material/AirlineSeatLegroomReducedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-legroom-reduced-sharp (create-svg-icon (e "path" #js {"d" "M19.97 21H14v-3l1-4H6V3h6v6h5c1.1 0 2 .9 2 2l-2 7h2.97v3zM5 15V3H3v14h9v-2H5z"})
"AirlineSeatLegroomReducedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_legroom_reduced_two_tone.cljs
================================================
(ns reagent-mui.icons.airline-seat-legroom-reduced-two-tone
"Imports @mui/icons-material/AirlineSeatLegroomReducedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-legroom-reduced-two-tone (create-svg-icon (e "path" #js {"d" "M19.97 19.2c.18.96-.55 1.8-1.47 1.8H14v-3l1-4H9c-1.65 0-3-1.35-3-3V3h6v6h5c1.1 0 2 .9 2 2l-2 7h1.44c.73 0 1.39.49 1.53 1.2zM5 12V3H3v9c0 2.76 2.24 5 5 5h4v-2H8c-1.66 0-3-1.34-3-3z"})
"AirlineSeatLegroomReducedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_recline_extra.cljs
================================================
(ns reagent-mui.icons.airline-seat-recline-extra
"Imports @mui/icons-material/AirlineSeatReclineExtra as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-recline-extra (create-svg-icon (e "path" #js {"d" "M5.35 5.64c-.9-.64-1.12-1.88-.49-2.79.63-.9 1.88-1.12 2.79-.49.9.64 1.12 1.88.49 2.79-.64.9-1.88 1.12-2.79.49zM16 19H8.93c-1.48 0-2.74-1.08-2.96-2.54L4 7H2l1.99 9.76C4.37 19.2 6.47 21 8.94 21H16v-2zm.23-4h-4.88l-1.03-4.1c1.58.89 3.28 1.54 5.15 1.22V9.99c-1.63.31-3.44-.27-4.69-1.25L9.14 7.47c-.23-.18-.49-.3-.76-.38-.32-.09-.66-.12-.99-.06h-.02c-1.23.22-2.05 1.39-1.84 2.61l1.35 5.92C7.16 16.98 8.39 18 9.83 18h6.85l3.82 3 1.5-1.5-5.77-4.5z"})
"AirlineSeatReclineExtra"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_recline_extra_outlined.cljs
================================================
(ns reagent-mui.icons.airline-seat-recline-extra-outlined
"Imports @mui/icons-material/AirlineSeatReclineExtraOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-recline-extra-outlined (create-svg-icon (e "path" #js {"d" "M5.35 5.64c-.9-.64-1.12-1.88-.49-2.79.63-.9 1.88-1.12 2.79-.49.9.64 1.12 1.88.49 2.79-.64.9-1.88 1.12-2.79.49zM16 19H8.93c-1.48 0-2.74-1.08-2.96-2.54L4 7H2l1.99 9.76C4.37 19.2 6.47 21 8.94 21H16v-2zm.23-4h-4.88l-1.03-4.1c1.58.89 3.28 1.54 5.15 1.22V9.99c-1.63.31-3.44-.27-4.69-1.25L9.14 7.47c-.23-.18-.49-.3-.76-.38-.32-.09-.66-.12-.99-.06h-.02c-1.23.22-2.05 1.39-1.84 2.61l1.35 5.92C7.16 16.98 8.39 18 9.83 18h6.85l3.82 3 1.5-1.5-5.77-4.5z"})
"AirlineSeatReclineExtraOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_recline_extra_rounded.cljs
================================================
(ns reagent-mui.icons.airline-seat-recline-extra-rounded
"Imports @mui/icons-material/AirlineSeatReclineExtraRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-recline-extra-rounded (create-svg-icon (e "path" #js {"d" "M5.35 5.64c-.9-.64-1.12-1.88-.49-2.79.63-.9 1.88-1.12 2.79-.49.9.64 1.12 1.88.49 2.79-.64.9-1.88 1.12-2.79.49zM16 20c0-.55-.45-1-1-1H8.93c-1.48 0-2.74-1.08-2.96-2.54L4.16 7.78C4.07 7.33 3.67 7 3.2 7c-.62 0-1.08.57-.96 1.18l1.75 8.58C4.37 19.2 6.47 21 8.94 21H15c.55 0 1-.45 1-1zm-.46-5h-4.19l-1.03-4.1c1.28.72 2.63 1.28 4.1 1.3.58.01 1.05-.49 1.05-1.07 0-.59-.49-1.04-1.08-1.06-1.31-.04-2.63-.56-3.61-1.33L9.14 7.47c-.23-.18-.49-.3-.76-.38-.32-.09-.66-.12-.99-.06h-.02c-1.23.22-2.05 1.39-1.84 2.61l1.35 5.92C7.16 16.98 8.39 18 9.83 18h6.85l3.09 2.42c.42.33 1.02.29 1.39-.08.45-.45.4-1.18-.1-1.57l-4.29-3.35c-.35-.27-.78-.42-1.23-.42z"})
"AirlineSeatReclineExtraRounded"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_recline_extra_sharp.cljs
================================================
(ns reagent-mui.icons.airline-seat-recline-extra-sharp
"Imports @mui/icons-material/AirlineSeatReclineExtraSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-recline-extra-sharp (create-svg-icon (e "path" #js {"d" "M5.35 5.64c-.9-.64-1.12-1.88-.49-2.79.63-.9 1.88-1.12 2.79-.49.9.64 1.12 1.88.49 2.79-.64.9-1.88 1.12-2.79.49zM16 19H6.5L4 7H2l2.85 14H16v-2zm.23-4h-4.88l-1.03-4.1c1.58.89 3.28 1.54 5.15 1.22V9.99c-1.63.31-3.44-.27-4.69-1.25L9.14 7.47c-.23-.18-.49-.3-.76-.38-.32-.09-.66-.12-.99-.06h-.02c-1.23.22-2.05 1.39-1.84 2.61L7.44 18h9.24l3.82 3 1.5-1.5-5.77-4.5z"})
"AirlineSeatReclineExtraSharp"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_recline_extra_two_tone.cljs
================================================
(ns reagent-mui.icons.airline-seat-recline-extra-two-tone
"Imports @mui/icons-material/AirlineSeatReclineExtraTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-recline-extra-two-tone (create-svg-icon (e "path" #js {"d" "M5.35 5.64c-.9-.64-1.12-1.88-.49-2.79.63-.9 1.88-1.12 2.79-.49.9.64 1.12 1.88.49 2.79-.64.9-1.88 1.12-2.79.49zM16 19H8.93c-1.48 0-2.74-1.08-2.96-2.54L4 7H2l1.99 9.76C4.37 19.2 6.47 21 8.94 21H16v-2zm.23-4h-4.88l-1.03-4.1c1.58.89 3.28 1.54 5.15 1.22V9.99c-1.63.31-3.44-.27-4.69-1.25L9.14 7.47c-.23-.18-.49-.3-.76-.38-.32-.09-.66-.12-.99-.06h-.02c-1.23.22-2.05 1.39-1.84 2.61l1.35 5.92C7.16 16.98 8.39 18 9.83 18h6.85l3.82 3 1.5-1.5-5.77-4.5z"})
"AirlineSeatReclineExtraTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_recline_normal.cljs
================================================
(ns reagent-mui.icons.airline-seat-recline-normal
"Imports @mui/icons-material/AirlineSeatReclineNormal as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-recline-normal (create-svg-icon (e "path" #js {"d" "M7.59 5.41c-.78-.78-.78-2.05 0-2.83.78-.78 2.05-.78 2.83 0 .78.78.78 2.05 0 2.83-.79.79-2.05.79-2.83 0zM6 16V7H4v9c0 2.76 2.24 5 5 5h6v-2H9c-1.66 0-3-1.34-3-3zm14 4.07L14.93 15H11.5v-3.68c1.4 1.15 3.6 2.16 5.5 2.16v-2.16c-1.66.02-3.61-.87-4.67-2.04l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C8.01 7 7 8.01 7 9.25V15c0 1.66 1.34 3 3 3h5.07l3.5 3.5L20 20.07z"})
"AirlineSeatReclineNormal"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_recline_normal_outlined.cljs
================================================
(ns reagent-mui.icons.airline-seat-recline-normal-outlined
"Imports @mui/icons-material/AirlineSeatReclineNormalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-recline-normal-outlined (create-svg-icon (e "path" #js {"d" "M7.59 5.41c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0 .78 2.05 0 2.83c-.79.79-2.05.79-2.83 0zM6 16V7H4v9c0 2.76 2.24 5 5 5h6v-2H9c-1.66 0-3-1.34-3-3zm14 4.07L14.93 15H11.5v-3.68c1.4 1.15 3.6 2.16 5.5 2.16v-2.16c-1.66.02-3.61-.87-4.67-2.04l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C8.01 7 7 8.01 7 9.25V15c0 1.66 1.34 3 3 3h5.07l3.5 3.5L20 20.07z"})
"AirlineSeatReclineNormalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_recline_normal_rounded.cljs
================================================
(ns reagent-mui.icons.airline-seat-recline-normal-rounded
"Imports @mui/icons-material/AirlineSeatReclineNormalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-recline-normal-rounded (create-svg-icon (e "path" #js {"d" "M7.59 5.41c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0 .78 2.05 0 2.83c-.79.79-2.05.79-2.83 0zM6 16V8c0-.55-.45-1-1-1s-1 .45-1 1v8c0 2.76 2.24 5 5 5h5c.55 0 1-.45 1-1s-.45-1-1-1H9c-1.66 0-3-1.34-3-3zm13.28 3.35-3.77-3.77c-.37-.37-.88-.58-1.41-.58h-2.6v-3.68c1.09.89 2.66 1.7 4.2 2.02.67.14 1.3-.36 1.3-1.04 0-.53-.39-.96-.92-1.05-1.42-.24-2.88-1.01-3.75-1.97l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C8.01 7 7 8.01 7 9.25V15c0 1.66 1.34 3 3 3h5.07l2.78 2.78c.39.39 1.04.39 1.43 0 .4-.39.4-1.03 0-1.43z"})
"AirlineSeatReclineNormalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_recline_normal_sharp.cljs
================================================
(ns reagent-mui.icons.airline-seat-recline-normal-sharp
"Imports @mui/icons-material/AirlineSeatReclineNormalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-recline-normal-sharp (create-svg-icon (e "path" #js {"d" "M7.59 5.41c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0 .78 2.05 0 2.83c-.79.79-2.05.79-2.83 0zM6 19V7H4v14h11v-2H6zm14 1.07L14.93 15H11.5v-3.68c1.4 1.15 3.6 2.16 5.5 2.16v-2.16c-1.66.02-3.61-.87-4.67-2.04l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C8.01 7 7 8.01 7 9.25V18h8.07l3.5 3.5L20 20.07z"})
"AirlineSeatReclineNormalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/airline_seat_recline_normal_two_tone.cljs
================================================
(ns reagent-mui.icons.airline-seat-recline-normal-two-tone
"Imports @mui/icons-material/AirlineSeatReclineNormalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-seat-recline-normal-two-tone (create-svg-icon (e "path" #js {"d" "M7.59 5.41c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0 .78 2.05 0 2.83c-.79.79-2.05.79-2.83 0zM6 16V7H4v9c0 2.76 2.24 5 5 5h6v-2H9c-1.66 0-3-1.34-3-3zm14 4.07L14.93 15H11.5v-3.68c1.4 1.15 3.6 2.16 5.5 2.16v-2.16c-1.66.02-3.61-.87-4.67-2.04l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C8.01 7 7 8.01 7 9.25V15c0 1.66 1.34 3 3 3h5.07l3.5 3.5L20 20.07z"})
"AirlineSeatReclineNormalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/airline_stops.cljs
================================================
(ns reagent-mui.icons.airline-stops
"Imports @mui/icons-material/AirlineStops as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-stops (create-svg-icon (e "path" #js {"d" "M18.21 9.21C15.93 10.78 13.45 13.3 13 17h2v2H9v-2h2c-.5-4.5-4.37-8-9-8V7c4.39 0 8.22 2.55 10 6.3 1.13-2.43 2.99-4.25 4.78-5.52L14 5h7v7l-2.79-2.79z"})
"AirlineStops"))
================================================
FILE: src/icons/reagent_mui/icons/airline_stops_outlined.cljs
================================================
(ns reagent-mui.icons.airline-stops-outlined
"Imports @mui/icons-material/AirlineStopsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-stops-outlined (create-svg-icon (e "path" #js {"d" "M19 8.7c-2.46 1.5-5.5 4.17-6 8.3h2v2H9v-2h2c-.5-4.5-4.37-8-9-8V7c4.39 0 8.22 2.55 10 6.3 1.38-2.97 3.86-5.03 5.96-6.31L14 7V5h7v7h-2V8.7z"})
"AirlineStopsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/airline_stops_rounded.cljs
================================================
(ns reagent-mui.icons.airline-stops-rounded
"Imports @mui/icons-material/AirlineStopsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-stops-rounded (create-svg-icon (e "path" #js {"d" "M15 18c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1s.45-1 1-1h1c-.47-4.21-3.89-7.55-8.12-7.96-.51-.05-.88-.48-.88-.99 0-.59.52-1.06 1.11-1 3.92.39 7.26 2.82 8.89 6.25 1.13-2.43 2.99-4.25 4.78-5.52l-1.92-1.92c-.32-.32-.1-.86.35-.86h5.29c.28 0 .5.22.5.5v5.29c0 .45-.54.67-.85.35L18.21 9.2c-2.28 1.58-4.76 4.1-5.21 7.8h1c.55 0 1 .45 1 1z"})
"AirlineStopsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/airline_stops_sharp.cljs
================================================
(ns reagent-mui.icons.airline-stops-sharp
"Imports @mui/icons-material/AirlineStopsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-stops-sharp (create-svg-icon (e "path" #js {"d" "M18.21 9.21C15.93 10.78 13.45 13.3 13 17h2v2H9v-2h2c-.5-4.5-4.37-8-9-8V7c4.39 0 8.22 2.55 10 6.3 1.13-2.43 2.99-4.25 4.78-5.52L14 5h7v7l-2.79-2.79z"})
"AirlineStopsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/airline_stops_two_tone.cljs
================================================
(ns reagent-mui.icons.airline-stops-two-tone
"Imports @mui/icons-material/AirlineStopsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airline-stops-two-tone (create-svg-icon (e "path" #js {"d" "M18.21 9.21C15.93 10.78 13.45 13.3 13 17h2v2H9v-2h2c-.5-4.5-4.37-8-9-8V7c4.39 0 8.22 2.55 10 6.3 1.13-2.43 2.99-4.25 4.78-5.52L14 5h7v7l-2.79-2.79z"})
"AirlineStopsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/airlines.cljs
================================================
(ns reagent-mui.icons.airlines
"Imports @mui/icons-material/Airlines as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airlines (create-svg-icon (e "path" #js {"d" "M13 4 2 20h17l3-16h-9zm1.5 10c-1.38 0-2.5-1.12-2.5-2.5S13.12 9 14.5 9s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})
"Airlines"))
================================================
FILE: src/icons/reagent_mui/icons/airlines_outlined.cljs
================================================
(ns reagent-mui.icons.airlines-outlined
"Imports @mui/icons-material/AirlinesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airlines-outlined (create-svg-icon (e "path" #js {"d" "M17.34 18H5.8l8.25-12h5.54l-2.25 12zM13 4 2 20h17l3-16h-9zm1.5 5c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5S15.88 9 14.5 9z"})
"AirlinesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/airlines_rounded.cljs
================================================
(ns reagent-mui.icons.airlines-rounded
"Imports @mui/icons-material/AirlinesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airlines-rounded (create-svg-icon (e "path" #js {"d" "M19.59 4h-5.01c-.99 0-1.91.49-2.47 1.3L2 20h17l2.56-13.63C21.79 5.14 20.84 4 19.59 4zM14.5 14c-1.38 0-2.5-1.12-2.5-2.5S13.12 9 14.5 9s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})
"AirlinesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/airlines_sharp.cljs
================================================
(ns reagent-mui.icons.airlines-sharp
"Imports @mui/icons-material/AirlinesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airlines-sharp (create-svg-icon (e "path" #js {"d" "M13 4 2 20h17l3-16h-9zm1.5 10c-1.38 0-2.5-1.12-2.5-2.5S13.12 9 14.5 9s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})
"AirlinesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/airlines_two_tone.cljs
================================================
(ns reagent-mui.icons.airlines-two-tone
"Imports @mui/icons-material/AirlinesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airlines-two-tone (create-svg-icon [(e "path" #js {"d" "M14.05 6 5.8 18h11.54l2.25-12h-5.54zm.45 8c-1.38 0-2.5-1.12-2.5-2.5S13.12 9 14.5 9s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z", "opacity" ".3"}) (e "path" #js {"d" "M17.34 18H5.8l8.25-12h5.54l-2.25 12zM13 4 2 20h17l3-16h-9zm1.5 5c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5S15.88 9 14.5 9z"})]
"AirlinesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/airplane_ticket.cljs
================================================
(ns reagent-mui.icons.airplane-ticket
"Imports @mui/icons-material/AirplaneTicket as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplane-ticket (create-svg-icon (e "path" #js {"d" "M20.19 4H4c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.81-2-1.81-2zm-2.46 9.3-8.86 2.36-1.66-2.88.93-.25 1.26.99 2.39-.64-2.4-4.16 1.4-.38 4.01 3.74 2.44-.65c.51-.14 1.04.17 1.18.68.13.51-.17 1.04-.69 1.19z"})
"AirplaneTicket"))
================================================
FILE: src/icons/reagent_mui/icons/airplane_ticket_outlined.cljs
================================================
(ns reagent-mui.icons.airplane-ticket-outlined
"Imports @mui/icons-material/AirplaneTicketOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplane-ticket-outlined (create-svg-icon (e "path" #js {"d" "M20.19 4H4c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.81-2-1.81-2zM20 18H4v-2.54c1.19-.69 2-1.99 2-3.46 0-1.48-.8-2.77-1.99-3.46L4 6h16v12zM8.87 15.66l-1.66-2.88.93-.25 1.26.99 2.39-.64-2.4-4.16 1.4-.38 4.01 3.74 2.44-.65c.51-.14 1.04.17 1.18.68.13.51-.17 1.04-.69 1.19l-8.86 2.36z"})
"AirplaneTicketOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/airplane_ticket_rounded.cljs
================================================
(ns reagent-mui.icons.airplane-ticket-rounded
"Imports @mui/icons-material/AirplaneTicketRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplane-ticket-rounded (create-svg-icon (e "path" #js {"d" "M20.19 4H4c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.81-2-1.81-2zm-2.46 9.3-8.49 2.26c-.22.06-.45-.04-.56-.23l-1.12-1.95c-.18-.3-.01-.69.32-.78.16-.04.34-.01.47.1l1.05.82 2.39-.64L9.9 9.6c-.26-.44-.02-1.01.47-1.15.26-.07.54 0 .74.18l3.69 3.44 2.44-.65c.51-.14 1.04.17 1.18.68.13.52-.17 1.05-.69 1.2z"})
"AirplaneTicketRounded"))
================================================
FILE: src/icons/reagent_mui/icons/airplane_ticket_sharp.cljs
================================================
(ns reagent-mui.icons.airplane-ticket-sharp
"Imports @mui/icons-material/AirplaneTicketSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplane-ticket-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2.01v6c1.1 0 1.99.9 1.99 2s-.89 2-2 2v6h20V4zm-4.27 9.3-8.86 2.36-1.66-2.88.93-.25 1.26.99 2.39-.64-2.4-4.16 1.4-.38 4.01 3.74 2.44-.65c.51-.14 1.04.17 1.18.68.13.51-.17 1.04-.69 1.19z"})
"AirplaneTicketSharp"))
================================================
FILE: src/icons/reagent_mui/icons/airplane_ticket_two_tone.cljs
================================================
(ns reagent-mui.icons.airplane-ticket-two-tone
"Imports @mui/icons-material/AirplaneTicketTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplane-ticket-two-tone (create-svg-icon [(e "path" #js {"d" "M4.01 8.54C5.2 9.23 6 10.52 6 12c0 1.47-.81 2.77-2 3.46V18h16V6H4l.01 2.54zm4.13 3.99 1.26.99 2.39-.64-2.4-4.16 1.4-.38 4.01 3.74 2.44-.65c.51-.14 1.04.17 1.18.68.13.51-.17 1.04-.69 1.19l-8.86 2.36-1.66-2.88.93-.25z", "opacity" ".3"}) (e "path" #js {"d" "M20.19 4H4c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.81-2-1.81-2zM20 18H4v-2.54c1.19-.69 2-1.99 2-3.46 0-1.48-.8-2.77-1.99-3.46L4 6h16v12z"}) (e "path" #js {"d" "M17.73 13.3c.52-.15.82-.68.69-1.19-.14-.51-.67-.82-1.18-.68l-2.44.65-4.01-3.74-1.4.38 2.4 4.16-2.39.64-1.26-.99-.93.25 1.66 2.88 8.86-2.36z"})]
"AirplaneTicketTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/airplanemode_active.cljs
================================================
(ns reagent-mui.icons.airplanemode-active
"Imports @mui/icons-material/AirplanemodeActive as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplanemode-active (create-svg-icon (e "path" #js {"d" "M22 16v-2l-8.5-5V3.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5V9L2 14v2l8.5-2.5V19L8 20.5V22l4-1 4 1v-1.5L13.5 19v-5.5L22 16z"})
"AirplanemodeActive"))
================================================
FILE: src/icons/reagent_mui/icons/airplanemode_active_outlined.cljs
================================================
(ns reagent-mui.icons.airplanemode-active-outlined
"Imports @mui/icons-material/AirplanemodeActiveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplanemode-active-outlined (create-svg-icon (e "path" #js {"d" "M22 16v-2l-8.5-5V3.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5V9L2 14v2l8.5-2.5V19L8 20.5V22l4-1 4 1v-1.5L13.5 19v-5.5L22 16z"})
"AirplanemodeActiveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/airplanemode_active_rounded.cljs
================================================
(ns reagent-mui.icons.airplanemode-active-rounded
"Imports @mui/icons-material/AirplanemodeActiveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplanemode-active-rounded (create-svg-icon (e "path" #js {"d" "M21.48 13.7 13.5 9V3.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5V9l-7.98 4.7c-.32.18-.52.53-.52.9 0 .7.67 1.2 1.34 1.01l7.16-2.1V19l-2.26 1.35c-.15.09-.24.26-.24.43v.58c0 .33.31.57.62.49l2.92-.73L12 21l.38.09.42.11 1.9.48.67.17c.32.08.62-.16.62-.49v-.58c0-.18-.09-.34-.24-.43L13.5 19v-5.5l7.16 2.1c.67.2 1.34-.3 1.34-1 0-.37-.2-.72-.52-.9z"})
"AirplanemodeActiveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/airplanemode_active_sharp.cljs
================================================
(ns reagent-mui.icons.airplanemode-active-sharp
"Imports @mui/icons-material/AirplanemodeActiveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplanemode-active-sharp (create-svg-icon (e "path" #js {"d" "M22 16v-2l-8.5-5V3.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5V9L2 14v2l8.5-2.5V19L8 20.5V22l4-1 4 1v-1.5L13.5 19v-5.5L22 16z"})
"AirplanemodeActiveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/airplanemode_active_two_tone.cljs
================================================
(ns reagent-mui.icons.airplanemode-active-two-tone
"Imports @mui/icons-material/AirplanemodeActiveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplanemode-active-two-tone (create-svg-icon (e "path" #js {"d" "M22 16v-2l-8.5-5V3.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5V9L2 14v2l8.5-2.5V19L8 20.5V22l4-1 4 1v-1.5L13.5 19v-5.5L22 16z"})
"AirplanemodeActiveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/airplanemode_inactive.cljs
================================================
(ns reagent-mui.icons.airplanemode-inactive
"Imports @mui/icons-material/AirplanemodeInactive as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplanemode-inactive (create-svg-icon (e "path" #js {"d" "M10.5 7.67V3.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V9l8.5 5v2l-4.49-1.32-7.01-7.01zm9.28 14.94 1.41-1.41-7.69-7.7-3.94-3.94-6.75-6.75-1.42 1.41 6.38 6.38L2 14v2l8.5-2.5V19L8 20.5V22l4-1 4 1v-1.5L13.5 19v-2.67l6.28 6.28z"})
"AirplanemodeInactive"))
================================================
FILE: src/icons/reagent_mui/icons/airplanemode_inactive_outlined.cljs
================================================
(ns reagent-mui.icons.airplanemode-inactive-outlined
"Imports @mui/icons-material/AirplanemodeInactiveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplanemode-inactive-outlined (create-svg-icon (e "path" #js {"d" "M10.5 7.67V3.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V9l8.5 5v2l-4.49-1.32-7.01-7.01zm9.28 14.94 1.41-1.41-7.69-7.7-3.94-3.94-6.75-6.75-1.42 1.41 6.38 6.38L2 14v2l8.5-2.5V19L8 20.5V22l4-1 4 1v-1.5L13.5 19v-2.67l6.28 6.28z"})
"AirplanemodeInactiveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/airplanemode_inactive_rounded.cljs
================================================
(ns reagent-mui.icons.airplanemode-inactive-rounded
"Imports @mui/icons-material/AirplanemodeInactiveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplanemode-inactive-rounded (create-svg-icon (e "path" #js {"d" "M22 14.6c0 .7-.67 1.2-1.34 1.01l-3.15-.93-7.01-7.01V3.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V9l7.98 4.7c.32.18.52.53.52.9zm-8.5-1.1L9.56 9.56 3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l5.67 5.67-5.25 3.11c-.32.18-.52.53-.52.9 0 .7.67 1.2 1.34 1.01l7.16-2.1V19l-2.26 1.35c-.15.09-.24.26-.24.43v.58c0 .33.31.57.62.49l2.92-.73L12 21l.38.09.42.11 1.9.48.67.17c.32.08.62-.16.62-.49v-.58c0-.18-.09-.34-.24-.43L13.5 19v-2.67l5.57 5.57c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L13.5 13.5z"})
"AirplanemodeInactiveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/airplanemode_inactive_sharp.cljs
================================================
(ns reagent-mui.icons.airplanemode-inactive-sharp
"Imports @mui/icons-material/AirplanemodeInactiveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplanemode-inactive-sharp (create-svg-icon (e "path" #js {"d" "M10.5 7.67V3.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V9l8.5 5v2l-4.49-1.32-7.01-7.01zm9.28 14.94 1.41-1.41-7.69-7.7-3.94-3.94-6.75-6.75-1.42 1.41 6.38 6.38L2 14v2l8.5-2.5V19L8 20.5V22l4-1 4 1v-1.5L13.5 19v-2.67l6.28 6.28z"})
"AirplanemodeInactiveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/airplanemode_inactive_two_tone.cljs
================================================
(ns reagent-mui.icons.airplanemode-inactive-two-tone
"Imports @mui/icons-material/AirplanemodeInactiveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplanemode-inactive-two-tone (create-svg-icon (e "path" #js {"d" "M10.5 7.67V3.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V9l8.5 5v2l-4.49-1.32-7.01-7.01zm9.28 14.94 1.41-1.41-7.69-7.7-3.94-3.94-6.75-6.75-1.42 1.41 6.38 6.38L2 14v2l8.5-2.5V19L8 20.5V22l4-1 4 1v-1.5L13.5 19v-2.67l6.28 6.28z"})
"AirplanemodeInactiveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/airplay.cljs
================================================
(ns reagent-mui.icons.airplay
"Imports @mui/icons-material/Airplay as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplay (create-svg-icon [(e "path" #js {"d" "M6 22h12l-6-6z"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3V5h18v12h-4v2h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})]
"Airplay"))
================================================
FILE: src/icons/reagent_mui/icons/airplay_outlined.cljs
================================================
(ns reagent-mui.icons.airplay-outlined
"Imports @mui/icons-material/AirplayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplay-outlined (create-svg-icon [(e "path" #js {"d" "M6 22h12l-6-6z"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3V5h18v12h-4v2h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})]
"AirplayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/airplay_rounded.cljs
================================================
(ns reagent-mui.icons.airplay-rounded
"Imports @mui/icons-material/AirplayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplay-rounded (create-svg-icon (e "path" #js {"d" "M8.41 22h7.17c.89 0 1.34-1.08.71-1.71L12.7 16.7a.9959.9959 0 0 0-1.41 0L7.7 20.29c-.62.63-.18 1.71.71 1.71zM21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h3c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1h-2c-.55 0-1 .45-1 1s.45 1 1 1h3c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"AirplayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/airplay_sharp.cljs
================================================
(ns reagent-mui.icons.airplay-sharp
"Imports @mui/icons-material/AirplaySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplay-sharp (create-svg-icon (e "path" #js {"d" "M6 22h12l-6-6-6 6zM23 3H1v16h6v-2H3V5h18v12h-4v2h6V3z"})
"AirplaySharp"))
================================================
FILE: src/icons/reagent_mui/icons/airplay_two_tone.cljs
================================================
(ns reagent-mui.icons.airplay-two-tone
"Imports @mui/icons-material/AirplayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airplay-two-tone (create-svg-icon [(e "path" #js {"d" "M6 22h12l-6-6z"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3V5h18v12h-4v2h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})]
"AirplayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/airport_shuttle.cljs
================================================
(ns reagent-mui.icons.airport-shuttle
"Imports @mui/icons-material/AirportShuttle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airport-shuttle (create-svg-icon (e "path" #js {"d" "M17 5H3c-1.1 0-2 .89-2 2v9h2c0 1.65 1.34 3 3 3s3-1.35 3-3h5.5c0 1.65 1.34 3 3 3s3-1.35 3-3H23v-5l-6-6zM3 11V7h4v4H3zm3 6.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm7-6.5H9V7h4v4zm4.5 6.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM15 11V7h1l4 4h-5z"})
"AirportShuttle"))
================================================
FILE: src/icons/reagent_mui/icons/airport_shuttle_outlined.cljs
================================================
(ns reagent-mui.icons.airport-shuttle-outlined
"Imports @mui/icons-material/AirportShuttleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airport-shuttle-outlined (create-svg-icon (e "path" #js {"d" "M17 5H3c-1.1 0-2 .89-2 2v9h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-6-6zm-2 2h1l3 3h-4V7zM9 7h4v3H9V7zM3 7h4v3H3V7zm3 10.25c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zm12 0c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zM21 14h-.78c-.55-.61-1.34-1-2.22-1s-1.67.39-2.22 1H8.22c-.55-.61-1.33-1-2.22-1s-1.67.39-2.22 1H3v-2h18v2z"})
"AirportShuttleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/airport_shuttle_rounded.cljs
================================================
(ns reagent-mui.icons.airport-shuttle-rounded
"Imports @mui/icons-material/AirportShuttleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airport-shuttle-rounded (create-svg-icon (e "path" #js {"d" "m22.41 10.41-4.83-4.83c-.37-.37-.88-.58-1.41-.58H3c-1.1 0-2 .89-2 2v7c0 1.1.9 2 2 2 0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3c1.1 0 2-.9 2-2v-2.17c0-.53-.21-1.04-.59-1.42zM3 10V8c0-.55.45-1 1-1h3v4H4c-.55 0-1-.45-1-1zm3 7.25c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zM13 11H9V7h4v4zm5 6.25c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zM15 11V7h1l4 4h-5z"})
"AirportShuttleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/airport_shuttle_sharp.cljs
================================================
(ns reagent-mui.icons.airport-shuttle-sharp
"Imports @mui/icons-material/AirportShuttleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airport-shuttle-sharp (create-svg-icon (e "path" #js {"d" "M17 5H1v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-6-6zM3 11V7h4v4H3zm3 6.25c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zM13 11H9V7h4v4zm5 6.25c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zM15 11V7h1l4 4h-5z"})
"AirportShuttleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/airport_shuttle_two_tone.cljs
================================================
(ns reagent-mui.icons.airport-shuttle-two-tone
"Imports @mui/icons-material/AirportShuttleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def airport-shuttle-two-tone (create-svg-icon [(e "path" #js {"d" "M3 14h.78c.55-.61 1.34-1 2.22-1s1.67.39 2.22 1h7.56c.55-.61 1.34-1 2.22-1s1.67.39 2.22 1H21v-2H3v2z", "opacity" ".3"}) (e "path" #js {"d" "M17 5H3c-1.1 0-2 .89-2 2v9h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-6-6zm-2 2h1l3 3h-4V7zM9 7h4v3H9V7zM3 7h4v3H3V7zm3 10.25c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zm12 0c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zM21 14h-.78c-.55-.61-1.34-1-2.22-1s-1.67.39-2.22 1H8.22c-.55-.61-1.33-1-2.22-1s-1.67.39-2.22 1H3v-2h18v2z"})]
"AirportShuttleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/alarm.cljs
================================================
(ns reagent-mui.icons.alarm
"Imports @mui/icons-material/Alarm as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm (create-svg-icon (e "path" #js {"d" "m22 5.72-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39 6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12.5 8H11v6l4.75 2.85.75-1.23-4-2.37V8zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"Alarm"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_add.cljs
================================================
(ns reagent-mui.icons.alarm-add
"Imports @mui/icons-material/AlarmAdd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-add (create-svg-icon (e "path" #js {"d" "M7.88 3.39 6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm1-11h-2v3H8v2h3v3h2v-3h3v-2h-3V9z"})
"AlarmAdd"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_add_outlined.cljs
================================================
(ns reagent-mui.icons.alarm-add-outlined
"Imports @mui/icons-material/AlarmAddOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-add-outlined (create-svg-icon (e "path" #js {"d" "m17.337 1.81 4.607 3.845-1.28 1.535-4.61-3.843zm-10.674 0 1.282 1.536L3.337 7.19l-1.28-1.536zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7zm1-11h-2v3H8v2h3v3h2v-3h3v-2h-3z"})
"AlarmAddOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_add_rounded.cljs
================================================
(ns reagent-mui.icons.alarm-add-rounded
"Imports @mui/icons-material/AlarmAddRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-add-rounded (create-svg-icon (e "path" #js {"d" "M21.18 5.01 18.1 2.45c-.42-.35-1.05-.3-1.41.13-.35.42-.29 1.05.13 1.41l3.07 2.56c.42.35 1.05.3 1.41-.13.36-.42.3-1.05-.12-1.41zM4.1 6.55l3.07-2.56c.43-.36.49-.99.13-1.41-.35-.43-.98-.48-1.4-.13L2.82 5.01c-.42.36-.48.99-.12 1.41.35.43.98.48 1.4.13zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7zm3-8h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2H9c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1z"})
"AlarmAddRounded"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_add_sharp.cljs
================================================
(ns reagent-mui.icons.alarm-add-sharp
"Imports @mui/icons-material/AlarmAddSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-add-sharp (create-svg-icon (e "path" #js {"d" "m17.337 1.81 4.607 3.845-1.28 1.535-4.61-3.843zm-10.674 0 1.282 1.536L3.337 7.19l-1.28-1.536zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7zm1-11h-2v3H8v2h3v3h2v-3h3v-2h-3z"})
"AlarmAddSharp"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_add_two_tone.cljs
================================================
(ns reagent-mui.icons.alarm-add-two-tone
"Imports @mui/icons-material/AlarmAddTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-add-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm4 8h-3v3h-2v-3H8v-2h3V9h2v3h3v2z", "opacity" ".3"}) (e "path" #js {"d" "m17.337 1.81 4.607 3.845-1.28 1.535-4.61-3.843zm-10.674 0 1.282 1.536L3.337 7.19l-1.28-1.536zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7zm1-11h-2v3H8v2h3v3h2v-3h3v-2h-3z"})]
"AlarmAddTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_off.cljs
================================================
(ns reagent-mui.icons.alarm-off
"Imports @mui/icons-material/AlarmOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-off (create-svg-icon (e "path" #js {"d" "M12 6c3.87 0 7 3.13 7 7 0 .84-.16 1.65-.43 2.4l1.52 1.52c.58-1.19.91-2.51.91-3.92 0-4.97-4.03-9-9-9-1.41 0-2.73.33-3.92.91L9.6 6.43C10.35 6.16 11.16 6 12 6zm10-.28-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM2.92 2.29 1.65 3.57 2.98 4.9l-1.11.93 1.42 1.42 1.11-.94.8.8C3.83 8.69 3 10.75 3 13c0 4.97 4.02 9 9 9 2.25 0 4.31-.83 5.89-2.2l2.2 2.2 1.27-1.27L3.89 3.27l-.97-.98zm13.55 16.1C15.26 19.39 13.7 20 12 20c-3.87 0-7-3.13-7-7 0-1.7.61-3.26 1.61-4.47l9.86 9.86zM8.02 3.28 6.6 1.86l-.86.71 1.42 1.42.86-.71z"})
"AlarmOff"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_off_outlined.cljs
================================================
(ns reagent-mui.icons.alarm-off-outlined
"Imports @mui/icons-material/AlarmOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-off-outlined (create-svg-icon (e "path" #js {"d" "M10.04 6.29C10.66 6.11 11.32 6 12 6c3.86 0 7 3.14 7 7 0 .68-.11 1.34-.29 1.96l1.56 1.56c.47-1.08.73-2.27.73-3.52 0-4.97-4.03-9-9-9-1.25 0-2.44.26-3.53.72l1.57 1.57zm7.297-4.48 4.607 3.845-1.28 1.535-4.61-3.843zM3.02 2.1 1.61 3.51l1.37 1.37-.92.77 1.28 1.54 1.06-.88.8.8C3.83 8.69 3 10.75 3 13c0 4.97 4.03 9 9 9 2.25 0 4.31-.83 5.89-2.2l2.1 2.1 1.41-1.41L3.02 2.1zM12 20c-3.86 0-7-3.14-7-7 0-1.7.61-3.26 1.62-4.47l9.85 9.85C15.26 19.39 13.7 20 12 20zM7.48 3.73l.46-.38-1.28-1.54-.6.5z"})
"AlarmOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_off_rounded.cljs
================================================
(ns reagent-mui.icons.alarm-off-rounded
"Imports @mui/icons-material/AlarmOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-off-rounded (create-svg-icon (e "path" #js {"d" "M10.04 6.29C10.66 6.11 11.32 6 12 6c3.86 0 7 3.14 7 7 0 .68-.11 1.34-.29 1.96l1.56 1.56c.47-1.08.73-2.27.73-3.52 0-4.97-4.03-9-9-9-1.25 0-2.44.26-3.53.72l1.57 1.57zm-6.33-3.5c-.38-.38-1-.38-1.39 0l-.02.03c-.39.39-.39 1.01 0 1.39l.68.68-.17.14c-.42.34-.47.96-.13 1.38l.03.03c.35.42.96.47 1.38.12l.31-.25.8.8C3.83 8.69 3 10.75 3 13c0 4.97 4.03 9 9 9 2.25 0 4.31-.83 5.89-2.2l1.41 1.41c.38.38 1 .38 1.39 0l.03-.03c.38-.38.38-1 0-1.39l-17.01-17zM12 20c-3.86 0-7-3.14-7-7 0-1.7.61-3.26 1.62-4.47l9.85 9.85C15.26 19.39 13.7 20 12 20zm7.91-13.44c.42.35 1.03.29 1.38-.12l.03-.03c.35-.42.29-1.03-.12-1.38l-3.1-2.59c-.42-.35-1.03-.29-1.38.12l-.03.03c-.35.42-.29 1.03.12 1.38l3.1 2.59zM7.43 3.68c.18-.34.15-.77-.11-1.09l-.03-.03c-.3-.36-.8-.43-1.2-.22l1.34 1.34z"})
"AlarmOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_off_sharp.cljs
================================================
(ns reagent-mui.icons.alarm-off-sharp
"Imports @mui/icons-material/AlarmOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-off-sharp (create-svg-icon (e "path" #js {"d" "M10.04 6.29C10.66 6.11 11.32 6 12 6c3.86 0 7 3.14 7 7 0 .68-.11 1.34-.29 1.96l1.56 1.56c.47-1.08.73-2.27.73-3.52 0-4.97-4.03-9-9-9-1.25 0-2.44.26-3.53.72l1.57 1.57zm7.297-4.48 4.607 3.845-1.28 1.535-4.61-3.843zM3.02 2.1 1.61 3.51l1.37 1.37-.92.77 1.28 1.54 1.06-.88.8.8C3.83 8.69 3 10.75 3 13c0 4.97 4.03 9 9 9 2.25 0 4.31-.83 5.89-2.2l2.1 2.1 1.41-1.41L3.02 2.1zM12 20c-3.86 0-7-3.14-7-7 0-1.7.61-3.26 1.62-4.47l9.85 9.85C15.26 19.39 13.7 20 12 20zM7.48 3.73l.46-.38-1.28-1.54-.6.5z"})
"AlarmOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_off_two_tone.cljs
================================================
(ns reagent-mui.icons.alarm-off-two-tone
"Imports @mui/icons-material/AlarmOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-off-two-tone (create-svg-icon (e "path" #js {"d" "M10.04 6.29C10.66 6.11 11.32 6 12 6c3.86 0 7 3.14 7 7 0 .68-.11 1.34-.29 1.96l1.56 1.56c.47-1.08.73-2.27.73-3.52 0-4.97-4.03-9-9-9-1.25 0-2.44.26-3.53.72l1.57 1.57zm7.297-4.48 4.607 3.845-1.28 1.535-4.61-3.843zm1.903 16.51-1.43-1.43-9.7-9.7-1.43-1.43-.74-.74L4.52 3.6l-1.5-1.5-1.41 1.41 1.37 1.37-.92.77 1.28 1.54 1.06-.88.8.8C3.83 8.69 3 10.75 3 13c0 4.97 4.03 9 9 9 2.25 0 4.31-.83 5.89-2.2l2.1 2.1 1.41-1.41-2.16-2.17zM12 20c-3.86 0-7-3.14-7-7 0-1.7.61-3.26 1.62-4.47l9.85 9.85C15.26 19.39 13.7 20 12 20zM7.48 3.73l.46-.38-1.28-1.54-.6.5z"})
"AlarmOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_on.cljs
================================================
(ns reagent-mui.icons.alarm-on
"Imports @mui/icons-material/AlarmOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-on (create-svg-icon (e "path" #js {"d" "m22 5.72-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39 6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm-1.46-5.47L8.41 12.4l-1.06 1.06 3.18 3.18 6-6-1.06-1.06-4.93 4.95z"})
"AlarmOn"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_on_outlined.cljs
================================================
(ns reagent-mui.icons.alarm-on-outlined
"Imports @mui/icons-material/AlarmOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-on-outlined (create-svg-icon (e "path" #js {"d" "M10.54 14.53 8.41 12.4l-1.06 1.06 3.18 3.18 6-6-1.06-1.06zm6.797-12.72 4.607 3.845-1.28 1.535-4.61-3.843zm-10.674 0 1.282 1.536L3.337 7.19l-1.28-1.536zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})
"AlarmOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_on_rounded.cljs
================================================
(ns reagent-mui.icons.alarm-on-rounded
"Imports @mui/icons-material/AlarmOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-on-rounded (create-svg-icon (e "path" #js {"d" "m14.94 10.11-4.4 4.42-1.6-1.6c-.29-.29-.77-.29-1.06 0-.29.29-.29.77 0 1.06L10 16.11c.29.29.77.29 1.06 0L16 11.17c.29-.29.29-.77 0-1.06-.29-.29-.77-.29-1.06 0zm6.24-5.1L18.1 2.45c-.42-.35-1.05-.3-1.41.13-.35.42-.29 1.05.13 1.41l3.07 2.56c.42.35 1.05.3 1.41-.13.36-.42.3-1.05-.12-1.41zM4.1 6.55l3.07-2.56c.43-.36.49-.99.13-1.41-.35-.43-.98-.48-1.4-.13L2.82 5.01c-.42.36-.48.99-.12 1.41.35.43.98.48 1.4.13zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})
"AlarmOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_on_sharp.cljs
================================================
(ns reagent-mui.icons.alarm-on-sharp
"Imports @mui/icons-material/AlarmOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-on-sharp (create-svg-icon (e "path" #js {"d" "M10.54 14.53 8.41 12.4l-1.06 1.06 3.18 3.18 6-6-1.06-1.06zm6.797-12.72 4.607 3.845-1.28 1.535-4.61-3.843zm-10.674 0 1.282 1.536L3.337 7.19l-1.28-1.536zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})
"AlarmOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_on_two_tone.cljs
================================================
(ns reagent-mui.icons.alarm-on-two-tone
"Imports @mui/icons-material/AlarmOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-on-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm-1.47 10.64-3.18-3.18 1.06-1.06 2.13 2.13 4.93-4.95 1.06 1.06-6 6z", "opacity" ".3"}) (e "path" #js {"d" "M10.54 14.53 8.41 12.4l-1.06 1.06 3.18 3.18 6-6-1.06-1.06zm6.797-12.72 4.607 3.845-1.28 1.535-4.61-3.843zm-10.674 0 1.282 1.536L3.337 7.19l-1.28-1.536zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})]
"AlarmOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_outlined.cljs
================================================
(ns reagent-mui.icons.alarm-outlined
"Imports @mui/icons-material/AlarmOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-outlined (create-svg-icon (e "path" #js {"d" "M12.5 8H11v6l4.75 2.85.75-1.23-4-2.37zm4.837-6.19 4.607 3.845-1.28 1.535-4.61-3.843zm-10.674 0 1.282 1.536L3.337 7.19l-1.28-1.536zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})
"AlarmOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_rounded.cljs
================================================
(ns reagent-mui.icons.alarm-rounded
"Imports @mui/icons-material/AlarmRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-rounded (create-svg-icon (e "path" #js {"d" "m15.87 15.25-3.37-2V8.72c0-.4-.32-.72-.72-.72h-.06c-.4 0-.72.32-.72.72v4.72c0 .35.18.68.49.86l3.65 2.19c.34.2.78.1.98-.24.21-.35.1-.8-.25-1zm5.31-10.24L18.1 2.45c-.42-.35-1.05-.3-1.41.13-.35.42-.29 1.05.13 1.41l3.07 2.56c.42.35 1.05.3 1.41-.13.36-.42.3-1.05-.12-1.41zM4.1 6.55l3.07-2.56c.43-.36.49-.99.13-1.41-.35-.43-.98-.48-1.4-.13L2.82 5.01c-.42.36-.48.99-.12 1.41.35.43.98.48 1.4.13zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})
"AlarmRounded"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_sharp.cljs
================================================
(ns reagent-mui.icons.alarm-sharp
"Imports @mui/icons-material/AlarmSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-sharp (create-svg-icon (e "path" #js {"d" "M12.5 8H11v6l4.75 2.85.75-1.23-4-2.37zm4.837-6.19 4.607 3.845-1.28 1.535-4.61-3.843zm-10.674 0 1.282 1.536L3.337 7.19l-1.28-1.536zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})
"AlarmSharp"))
================================================
FILE: src/icons/reagent_mui/icons/alarm_two_tone.cljs
================================================
(ns reagent-mui.icons.alarm-two-tone
"Imports @mui/icons-material/AlarmTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alarm-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm3.75 10.85L11 14V8h1.5v5.25l4 2.37-.75 1.23z", "opacity" ".3"}) (e "path" #js {"d" "M12.5 8H11v6l4.75 2.85.75-1.23-4-2.37zm4.837-6.19 4.607 3.845-1.28 1.535-4.61-3.843zm-10.674 0 1.282 1.536L3.337 7.19l-1.28-1.536zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})]
"AlarmTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/album.cljs
================================================
(ns reagent-mui.icons.album
"Imports @mui/icons-material/Album as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def album (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 14.5c-2.49 0-4.5-2.01-4.5-4.5S9.51 7.5 12 7.5s4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5zm0-5.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"})
"Album"))
================================================
FILE: src/icons/reagent_mui/icons/album_outlined.cljs
================================================
(ns reagent-mui.icons.album-outlined
"Imports @mui/icons-material/AlbumOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def album-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-12.5c-2.49 0-4.5 2.01-4.5 4.5s2.01 4.5 4.5 4.5 4.5-2.01 4.5-4.5-2.01-4.5-4.5-4.5zm0 5.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"AlbumOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/album_rounded.cljs
================================================
(ns reagent-mui.icons.album-rounded
"Imports @mui/icons-material/AlbumRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def album-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 14.5c-2.49 0-4.5-2.01-4.5-4.5S9.51 7.5 12 7.5s4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5zm0-5.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"})
"AlbumRounded"))
================================================
FILE: src/icons/reagent_mui/icons/album_sharp.cljs
================================================
(ns reagent-mui.icons.album-sharp
"Imports @mui/icons-material/AlbumSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def album-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 14.5c-2.49 0-4.5-2.01-4.5-4.5S9.51 7.5 12 7.5s4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5zm0-5.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"})
"AlbumSharp"))
================================================
FILE: src/icons/reagent_mui/icons/album_two_tone.cljs
================================================
(ns reagent-mui.icons.album-two-tone
"Imports @mui/icons-material/AlbumTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def album-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm0 12.5c-2.49 0-4.5-2.01-4.5-4.5S9.51 7.5 12 7.5s4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-12.5c-2.49 0-4.5 2.01-4.5 4.5s2.01 4.5 4.5 4.5 4.5-2.01 4.5-4.5-2.01-4.5-4.5-4.5zm0 5.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"AlbumTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/align_horizontal_center.cljs
================================================
(ns reagent-mui.icons.align-horizontal-center
"Imports @mui/icons-material/AlignHorizontalCenter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-horizontal-center (create-svg-icon (e "path" #js {"d" "M11 2h2v5h8v3h-8v4h5v3h-5v5h-2v-5H6v-3h5v-4H3V7h8z"})
"AlignHorizontalCenter"))
================================================
FILE: src/icons/reagent_mui/icons/align_horizontal_center_outlined.cljs
================================================
(ns reagent-mui.icons.align-horizontal-center-outlined
"Imports @mui/icons-material/AlignHorizontalCenterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-horizontal-center-outlined (create-svg-icon (e "path" #js {"d" "M11 2h2v5h8v3h-8v4h5v3h-5v5h-2v-5H6v-3h5v-4H3V7h8z"})
"AlignHorizontalCenterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/align_horizontal_center_rounded.cljs
================================================
(ns reagent-mui.icons.align-horizontal-center-rounded
"Imports @mui/icons-material/AlignHorizontalCenterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-horizontal-center-rounded (create-svg-icon (e "path" #js {"d" "M12 2c.55 0 1 .45 1 1v4h6.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5H13v4h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5H13v4c0 .55-.45 1-1 1s-1-.45-1-1v-4H7.5c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14H11v-4H4.5C3.67 10 3 9.33 3 8.5S3.67 7 4.5 7H11V3c0-.55.45-1 1-1z"})
"AlignHorizontalCenterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/align_horizontal_center_sharp.cljs
================================================
(ns reagent-mui.icons.align-horizontal-center-sharp
"Imports @mui/icons-material/AlignHorizontalCenterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-horizontal-center-sharp (create-svg-icon (e "path" #js {"d" "M11 2h2v5h8v3h-8v4h5v3h-5v5h-2v-5H6v-3h5v-4H3V7h8z"})
"AlignHorizontalCenterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/align_horizontal_center_two_tone.cljs
================================================
(ns reagent-mui.icons.align-horizontal-center-two-tone
"Imports @mui/icons-material/AlignHorizontalCenterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-horizontal-center-two-tone (create-svg-icon (e "path" #js {"d" "M11 2h2v5h8v3h-8v4h5v3h-5v5h-2v-5H6v-3h5v-4H3V7h8z"})
"AlignHorizontalCenterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/align_horizontal_left.cljs
================================================
(ns reagent-mui.icons.align-horizontal-left
"Imports @mui/icons-material/AlignHorizontalLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-horizontal-left (create-svg-icon (e "path" #js {"d" "M4 22H2V2h2v20zM22 7H6v3h16V7zm-6 7H6v3h10v-3z"})
"AlignHorizontalLeft"))
================================================
FILE: src/icons/reagent_mui/icons/align_horizontal_left_outlined.cljs
================================================
(ns reagent-mui.icons.align-horizontal-left-outlined
"Imports @mui/icons-material/AlignHorizontalLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-horizontal-left-outlined (create-svg-icon (e "path" #js {"d" "M4 22H2V2h2v20zM22 7H6v3h16V7zm-6 7H6v3h10v-3z"})
"AlignHorizontalLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/align_horizontal_left_rounded.cljs
================================================
(ns reagent-mui.icons.align-horizontal-left-rounded
"Imports @mui/icons-material/AlignHorizontalLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-horizontal-left-rounded (create-svg-icon (e "path" #js {"d" "M3 22c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1s1 .45 1 1v18c0 .55-.45 1-1 1zM20.5 7h-13C6.67 7 6 7.67 6 8.5S6.67 10 7.5 10h13c.83 0 1.5-.67 1.5-1.5S21.33 7 20.5 7zm-6 7h-7c-.83 0-1.5.67-1.5 1.5S6.67 17 7.5 17h7c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5z"})
"AlignHorizontalLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/align_horizontal_left_sharp.cljs
================================================
(ns reagent-mui.icons.align-horizontal-left-sharp
"Imports @mui/icons-material/AlignHorizontalLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-horizontal-left-sharp (create-svg-icon (e "path" #js {"d" "M4 22H2V2h2v20zM22 7H6v3h16V7zm-6 7H6v3h10v-3z"})
"AlignHorizontalLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/align_horizontal_left_two_tone.cljs
================================================
(ns reagent-mui.icons.align-horizontal-left-two-tone
"Imports @mui/icons-material/AlignHorizontalLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-horizontal-left-two-tone (create-svg-icon (e "path" #js {"d" "M4 22H2V2h2v20zM22 7H6v3h16V7zm-6 7H6v3h10v-3z"})
"AlignHorizontalLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/align_horizontal_right.cljs
================================================
(ns reagent-mui.icons.align-horizontal-right
"Imports @mui/icons-material/AlignHorizontalRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-horizontal-right (create-svg-icon (e "path" #js {"d" "M20 2h2v20h-2V2zM2 10h16V7H2v3zm6 7h10v-3H8v3z"})
"AlignHorizontalRight"))
================================================
FILE: src/icons/reagent_mui/icons/align_horizontal_right_outlined.cljs
================================================
(ns reagent-mui.icons.align-horizontal-right-outlined
"Imports @mui/icons-material/AlignHorizontalRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-horizontal-right-outlined (create-svg-icon (e "path" #js {"d" "M20 2h2v20h-2V2zM2 10h16V7H2v3zm6 7h10v-3H8v3z"})
"AlignHorizontalRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/align_horizontal_right_rounded.cljs
================================================
(ns reagent-mui.icons.align-horizontal-right-rounded
"Imports @mui/icons-material/AlignHorizontalRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-horizontal-right-rounded (create-svg-icon (e "path" #js {"d" "M21 2c.55 0 1 .45 1 1v18c0 .55-.45 1-1 1s-1-.45-1-1V3c0-.55.45-1 1-1zM3.5 10h13c.83 0 1.5-.67 1.5-1.5S17.33 7 16.5 7h-13C2.67 7 2 7.67 2 8.5S2.67 10 3.5 10zm6 7h7c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5h-7c-.83 0-1.5.67-1.5 1.5S8.67 17 9.5 17z"})
"AlignHorizontalRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/align_horizontal_right_sharp.cljs
================================================
(ns reagent-mui.icons.align-horizontal-right-sharp
"Imports @mui/icons-material/AlignHorizontalRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-horizontal-right-sharp (create-svg-icon (e "path" #js {"d" "M20 2h2v20h-2V2zM2 10h16V7H2v3zm6 7h10v-3H8v3z"})
"AlignHorizontalRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/align_horizontal_right_two_tone.cljs
================================================
(ns reagent-mui.icons.align-horizontal-right-two-tone
"Imports @mui/icons-material/AlignHorizontalRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-horizontal-right-two-tone (create-svg-icon (e "path" #js {"d" "M20 2h2v20h-2V2zM2 10h16V7H2v3zm6 7h10v-3H8v3z"})
"AlignHorizontalRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/align_vertical_bottom.cljs
================================================
(ns reagent-mui.icons.align-vertical-bottom
"Imports @mui/icons-material/AlignVerticalBottom as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-vertical-bottom (create-svg-icon (e "path" #js {"d" "M22 22H2v-2h20v2zM10 2H7v16h3V2zm7 6h-3v10h3V8z"})
"AlignVerticalBottom"))
================================================
FILE: src/icons/reagent_mui/icons/align_vertical_bottom_outlined.cljs
================================================
(ns reagent-mui.icons.align-vertical-bottom-outlined
"Imports @mui/icons-material/AlignVerticalBottomOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-vertical-bottom-outlined (create-svg-icon (e "path" #js {"d" "M22 22H2v-2h20v2zM10 2H7v16h3V2zm7 6h-3v10h3V8z"})
"AlignVerticalBottomOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/align_vertical_bottom_rounded.cljs
================================================
(ns reagent-mui.icons.align-vertical-bottom-rounded
"Imports @mui/icons-material/AlignVerticalBottomRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-vertical-bottom-rounded (create-svg-icon (e "path" #js {"d" "M21 22H3c-.55 0-1-.45-1-1s.45-1 1-1h18c.55 0 1 .45 1 1s-.45 1-1 1zM8.5 2C7.67 2 7 2.67 7 3.5v13c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-13C10 2.67 9.33 2 8.5 2zm7 6c-.83 0-1.5.67-1.5 1.5v7c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5z"})
"AlignVerticalBottomRounded"))
================================================
FILE: src/icons/reagent_mui/icons/align_vertical_bottom_sharp.cljs
================================================
(ns reagent-mui.icons.align-vertical-bottom-sharp
"Imports @mui/icons-material/AlignVerticalBottomSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-vertical-bottom-sharp (create-svg-icon (e "path" #js {"d" "M22 22H2v-2h20v2zM10 2H7v16h3V2zm7 6h-3v10h3V8z"})
"AlignVerticalBottomSharp"))
================================================
FILE: src/icons/reagent_mui/icons/align_vertical_bottom_two_tone.cljs
================================================
(ns reagent-mui.icons.align-vertical-bottom-two-tone
"Imports @mui/icons-material/AlignVerticalBottomTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-vertical-bottom-two-tone (create-svg-icon (e "path" #js {"d" "M22 22H2v-2h20v2zM10 2H7v16h3V2zm7 6h-3v10h3V8z"})
"AlignVerticalBottomTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/align_vertical_center.cljs
================================================
(ns reagent-mui.icons.align-vertical-center
"Imports @mui/icons-material/AlignVerticalCenter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-vertical-center (create-svg-icon (e "path" #js {"d" "M22 11h-5V6h-3v5h-4V3H7v8H1.84v2H7v8h3v-8h4v5h3v-5h5z"})
"AlignVerticalCenter"))
================================================
FILE: src/icons/reagent_mui/icons/align_vertical_center_outlined.cljs
================================================
(ns reagent-mui.icons.align-vertical-center-outlined
"Imports @mui/icons-material/AlignVerticalCenterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-vertical-center-outlined (create-svg-icon (e "path" #js {"d" "M22 11h-5V6h-3v5h-4V3H7v8H1.84v2H7v8h3v-8h4v5h3v-5h5z"})
"AlignVerticalCenterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/align_vertical_center_rounded.cljs
================================================
(ns reagent-mui.icons.align-vertical-center-rounded
"Imports @mui/icons-material/AlignVerticalCenterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-vertical-center-rounded (create-svg-icon (e "path" #js {"d" "M21 11h-4V7.5c0-.83-.67-1.5-1.5-1.5S14 6.67 14 7.5V11h-4V4.5C10 3.67 9.33 3 8.5 3S7 3.67 7 4.5V11H2.84c-.55 0-1 .45-1 1s.45 1 1 1H7v6.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V13h4v3.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V13h4c.55 0 1-.45 1-1s-.45-1-1-1z"})
"AlignVerticalCenterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/align_vertical_center_sharp.cljs
================================================
(ns reagent-mui.icons.align-vertical-center-sharp
"Imports @mui/icons-material/AlignVerticalCenterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-vertical-center-sharp (create-svg-icon (e "path" #js {"d" "M22 11h-5V6h-3v5h-4V3H7v8H1.84v2H7v8h3v-8h4v5h3v-5h5z"})
"AlignVerticalCenterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/align_vertical_center_two_tone.cljs
================================================
(ns reagent-mui.icons.align-vertical-center-two-tone
"Imports @mui/icons-material/AlignVerticalCenterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-vertical-center-two-tone (create-svg-icon (e "path" #js {"d" "M22 11h-5V6h-3v5h-4V3H7v8H1.84v2H7v8h3v-8h4v5h3v-5h5z"})
"AlignVerticalCenterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/align_vertical_top.cljs
================================================
(ns reagent-mui.icons.align-vertical-top
"Imports @mui/icons-material/AlignVerticalTop as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-vertical-top (create-svg-icon (e "path" #js {"d" "M22 2v2H2V2h20zM7 22h3V6H7v16zm7-6h3V6h-3v10z"})
"AlignVerticalTop"))
================================================
FILE: src/icons/reagent_mui/icons/align_vertical_top_outlined.cljs
================================================
(ns reagent-mui.icons.align-vertical-top-outlined
"Imports @mui/icons-material/AlignVerticalTopOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-vertical-top-outlined (create-svg-icon (e "path" #js {"d" "M22 2v2H2V2h20zM7 22h3V6H7v16zm7-6h3V6h-3v10z"})
"AlignVerticalTopOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/align_vertical_top_rounded.cljs
================================================
(ns reagent-mui.icons.align-vertical-top-rounded
"Imports @mui/icons-material/AlignVerticalTopRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-vertical-top-rounded (create-svg-icon (e "path" #js {"d" "M22 3c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1s.45-1 1-1h18c.55 0 1 .45 1 1zM8.5 22c.83 0 1.5-.67 1.5-1.5v-13C10 6.67 9.33 6 8.5 6S7 6.67 7 7.5v13c0 .83.67 1.5 1.5 1.5zm7-6c.83 0 1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5S14 6.67 14 7.5v7c0 .83.67 1.5 1.5 1.5z"})
"AlignVerticalTopRounded"))
================================================
FILE: src/icons/reagent_mui/icons/align_vertical_top_sharp.cljs
================================================
(ns reagent-mui.icons.align-vertical-top-sharp
"Imports @mui/icons-material/AlignVerticalTopSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-vertical-top-sharp (create-svg-icon (e "path" #js {"d" "M22 2v2H2V2h20zM7 22h3V6H7v16zm7-6h3V6h-3v10z"})
"AlignVerticalTopSharp"))
================================================
FILE: src/icons/reagent_mui/icons/align_vertical_top_two_tone.cljs
================================================
(ns reagent-mui.icons.align-vertical-top-two-tone
"Imports @mui/icons-material/AlignVerticalTopTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def align-vertical-top-two-tone (create-svg-icon (e "path" #js {"d" "M22 2v2H2V2h20zM7 22h3V6H7v16zm7-6h3V6h-3v10z"})
"AlignVerticalTopTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/all_inbox.cljs
================================================
(ns reagent-mui.icons.all-inbox
"Imports @mui/icons-material/AllInbox as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def all-inbox (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 6h-4c0 1.62-1.38 3-3 3s-3-1.38-3-3H5V5h14v4zm-4 7h6v3c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3z"})
"AllInbox"))
================================================
FILE: src/icons/reagent_mui/icons/all_inbox_outlined.cljs
================================================
(ns reagent-mui.icons.all-inbox-outlined
"Imports @mui/icons-material/AllInboxOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def all-inbox-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5 10h3.13c.21.78.67 1.47 1.27 2H5v-2zm14 2h-4.4c.6-.53 1.06-1.22 1.27-2H19v2zm0-4h-5v1c0 1.07-.93 2-2 2s-2-.93-2-2V8H5V5h14v3zm-2 7h-3v1c0 .47-.19.9-.48 1.25-.37.45-.92.75-1.52.75s-1.15-.3-1.52-.75c-.29-.35-.48-.78-.48-1.25v-1H3v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4h-4zM5 17h3.13c.02.09.06.17.09.25.24.68.65 1.28 1.18 1.75H5v-2zm14 2h-4.4c.54-.47.95-1.07 1.18-1.75.03-.08.07-.16.09-.25H19v2z"})
"AllInboxOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/all_inbox_rounded.cljs
================================================
(ns reagent-mui.icons.all-inbox-rounded
"Imports @mui/icons-material/AllInboxRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def all-inbox-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 6h-3.14c-.47 0-.84.33-.97.78C14.53 11.04 13.35 12 12 12s-2.53-.96-2.89-2.22c-.13-.45-.5-.78-.97-.78H5V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v3zm-3.13 7H20c.55 0 1 .45 1 1v2c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-2c0-.55.45-1 1-1h4.13c.47 0 .85.34.98.8.35 1.27 1.51 2.2 2.89 2.2s2.54-.93 2.89-2.2c.13-.46.51-.8.98-.8z"})
"AllInboxRounded"))
================================================
FILE: src/icons/reagent_mui/icons/all_inbox_sharp.cljs
================================================
(ns reagent-mui.icons.all-inbox-sharp
"Imports @mui/icons-material/AllInboxSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def all-inbox-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v11h18V3zm-2 6h-4c0 1.62-1.38 3-3 3s-3-1.38-3-3H5V5h14v4zm-4 7h6v5H3v-5h6c0 1.66 1.34 3 3 3s3-1.34 3-3z"})
"AllInboxSharp"))
================================================
FILE: src/icons/reagent_mui/icons/all_inbox_two_tone.cljs
================================================
(ns reagent-mui.icons.all-inbox-two-tone
"Imports @mui/icons-material/AllInboxTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def all-inbox-two-tone (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5 10h3.13c.21.78.67 1.47 1.27 2H5v-2zm14 2h-4.4c.6-.53 1.06-1.22 1.27-2H19v2zm0-4h-5v1c0 1.07-.93 2-2 2s-2-.93-2-2V8H5V5h14v3zm-5 7v1c0 .47-.19.9-.48 1.25-.37.45-.92.75-1.52.75s-1.15-.3-1.52-.75c-.29-.35-.48-.78-.48-1.25v-1H3v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4h-7zm-9 2h3.13c.02.09.06.17.09.25.24.68.65 1.28 1.18 1.75H5v-2zm14 2h-4.4c.54-.47.95-1.07 1.18-1.75.03-.08.07-.16.09-.25H19v2z"}) (e "path" #js {"d" "M8.13 10H5v2h4.4c-.6-.53-1.06-1.22-1.27-2zm6.47 2H19v-2h-3.13c-.21.78-.67 1.47-1.27 2zm-6.38 5.25c-.03-.08-.06-.16-.09-.25H5v2h4.4c-.53-.47-.94-1.07-1.18-1.75zm7.65-.25c-.02.09-.06.17-.09.25-.23.68-.64 1.28-1.18 1.75H19v-2h-3.13z", "opacity" ".3"})]
"AllInboxTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/all_inclusive.cljs
================================================
(ns reagent-mui.icons.all-inclusive
"Imports @mui/icons-material/AllInclusive as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def all-inclusive (create-svg-icon (e "path" #js {"d" "M18.6 6.62c-1.44 0-2.8.56-3.77 1.53L12 10.66 10.48 12h.01L7.8 14.39c-.64.64-1.49.99-2.4.99-1.87 0-3.39-1.51-3.39-3.38S3.53 8.62 5.4 8.62c.91 0 1.76.35 2.44 1.03l1.13 1 1.51-1.34L9.22 8.2C8.2 7.18 6.84 6.62 5.4 6.62 2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53l2.83-2.5.01.01L13.52 12h-.01l2.69-2.39c.64-.64 1.49-.99 2.4-.99 1.87 0 3.39 1.51 3.39 3.38s-1.52 3.38-3.39 3.38c-.9 0-1.76-.35-2.44-1.03l-1.14-1.01-1.51 1.34 1.27 1.12c1.02 1.01 2.37 1.57 3.82 1.57 2.98 0 5.4-2.41 5.4-5.38s-2.42-5.37-5.4-5.37z"})
"AllInclusive"))
================================================
FILE: src/icons/reagent_mui/icons/all_inclusive_outlined.cljs
================================================
(ns reagent-mui.icons.all-inclusive-outlined
"Imports @mui/icons-material/AllInclusiveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def all-inclusive-outlined (create-svg-icon (e "path" #js {"d" "M18.6 6.62c-1.44 0-2.8.56-3.77 1.53L7.8 14.39c-.64.64-1.49.99-2.4.99-1.87 0-3.39-1.51-3.39-3.38S3.53 8.62 5.4 8.62c.91 0 1.76.35 2.44 1.03l1.13 1 1.51-1.34L9.22 8.2C8.2 7.18 6.84 6.62 5.4 6.62 2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53l7.03-6.24c.64-.64 1.49-.99 2.4-.99 1.87 0 3.39 1.51 3.39 3.38s-1.52 3.38-3.39 3.38c-.9 0-1.76-.35-2.44-1.03l-1.14-1.01-1.51 1.34 1.27 1.12c1.02 1.01 2.37 1.57 3.82 1.57 2.98 0 5.4-2.41 5.4-5.38s-2.42-5.37-5.4-5.37z"})
"AllInclusiveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/all_inclusive_rounded.cljs
================================================
(ns reagent-mui.icons.all-inclusive-rounded
"Imports @mui/icons-material/AllInclusiveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def all-inclusive-rounded (create-svg-icon (e "path" #js {"d" "M20.22 6.86c-2-.6-4.06-.04-5.39 1.29L12 10.66 10.48 12h.01L7.8 14.39c-.81.81-1.95 1.15-3.12.92-1.25-.25-2.28-1.25-2.57-2.49-.52-2.23 1.16-4.2 3.29-4.2.91 0 1.76.35 2.44 1.03l.47.41c.38.34.95.34 1.33 0 .45-.4.45-1.1 0-1.5l-.42-.36C8.2 7.18 6.84 6.62 5.4 6.62 2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53l2.83-2.5.01.01L13.52 12h-.01l2.69-2.39c.81-.81 1.95-1.15 3.12-.92 1.25.25 2.28 1.25 2.57 2.49.52 2.23-1.16 4.2-3.29 4.2-.9 0-1.76-.35-2.44-1.03l-.48-.42c-.38-.34-.95-.34-1.33 0-.45.4-.45 1.1 0 1.5l.42.37c1.02 1.01 2.37 1.57 3.82 1.57 3.27 0 5.86-2.9 5.33-6.25-.3-1.99-1.77-3.69-3.7-4.26z"})
"AllInclusiveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/all_inclusive_sharp.cljs
================================================
(ns reagent-mui.icons.all-inclusive-sharp
"Imports @mui/icons-material/AllInclusiveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def all-inclusive-sharp (create-svg-icon (e "path" #js {"d" "M18.6 6.62c-1.44 0-2.8.56-3.77 1.53L7.8 14.39c-.64.64-1.49.99-2.4.99-1.87 0-3.39-1.51-3.39-3.38S3.53 8.62 5.4 8.62c.91 0 1.76.35 2.44 1.03l1.13 1 1.51-1.34L9.22 8.2C8.2 7.18 6.84 6.62 5.4 6.62 2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53L13.51 12l2.69-2.39c.64-.64 1.49-.99 2.4-.99 1.87 0 3.39 1.51 3.39 3.38s-1.52 3.38-3.39 3.38c-.9 0-1.76-.35-2.44-1.03l-1.14-1.01-1.51 1.34 1.27 1.12c1.02 1.01 2.37 1.57 3.82 1.57 2.98 0 5.4-2.41 5.4-5.38s-2.42-5.37-5.4-5.37z"})
"AllInclusiveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/all_inclusive_two_tone.cljs
================================================
(ns reagent-mui.icons.all-inclusive-two-tone
"Imports @mui/icons-material/AllInclusiveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def all-inclusive-two-tone (create-svg-icon (e "path" #js {"d" "M18.6 6.62c-1.44 0-2.8.56-3.77 1.53L7.8 14.39c-.64.64-1.49.99-2.4.99-1.87 0-3.39-1.51-3.39-3.38S3.53 8.62 5.4 8.62c.91 0 1.76.35 2.44 1.03l1.13 1 1.51-1.34L9.22 8.2C8.2 7.18 6.84 6.62 5.4 6.62 2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53l7.03-6.24c.64-.64 1.49-.99 2.4-.99 1.87 0 3.39 1.51 3.39 3.38s-1.52 3.38-3.39 3.38c-.9 0-1.76-.35-2.44-1.03l-1.14-1.01-1.51 1.34 1.27 1.12c1.02 1.01 2.37 1.57 3.82 1.57 2.98 0 5.4-2.41 5.4-5.38s-2.42-5.37-5.4-5.37z"})
"AllInclusiveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/all_out.cljs
================================================
(ns reagent-mui.icons.all-out
"Imports @mui/icons-material/AllOut as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def all-out (create-svg-icon (e "path" #js {"d" "m16.21 4.16 4 4v-4zm4 12-4 4h4zm-12 4-4-4v4zm-4-12 4-4h-4zm12.95-.95c-2.73-2.73-7.17-2.73-9.9 0s-2.73 7.17 0 9.9 7.17 2.73 9.9 0 2.73-7.16 0-9.9zm-1.1 8.8c-2.13 2.13-5.57 2.13-7.7 0s-2.13-5.57 0-7.7 5.57-2.13 7.7 0 2.13 5.57 0 7.7z"})
"AllOut"))
================================================
FILE: src/icons/reagent_mui/icons/all_out_outlined.cljs
================================================
(ns reagent-mui.icons.all-out-outlined
"Imports @mui/icons-material/AllOutOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def all-out-outlined (create-svg-icon (e "path" #js {"d" "M4 4v4l4-4zm12 0 4 4V4zm4 16v-4l-4 4zM4 20h4l-4-4zm15-8c0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7 7-3.13 7-7zm-7 5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})
"AllOutOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/all_out_rounded.cljs
================================================
(ns reagent-mui.icons.all-out-rounded
"Imports @mui/icons-material/AllOutRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def all-out-rounded (create-svg-icon (e "path" #js {"d" "M4 4.5V8l4-4H4.5c-.28 0-.5.22-.5.5zM16 4l4 4V4.5c0-.28-.22-.5-.5-.5H16zm4 15.5V16l-4 4h3.5c.28 0 .5-.22.5-.5zM4.5 20H8l-4-4v3.5c0 .28.22.5.5.5zM19 12c0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7 7-3.13 7-7zm-7 5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})
"AllOutRounded"))
================================================
FILE: src/icons/reagent_mui/icons/all_out_sharp.cljs
================================================
(ns reagent-mui.icons.all-out-sharp
"Imports @mui/icons-material/AllOutSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def all-out-sharp (create-svg-icon (e "path" #js {"d" "M4 4v4l4-4zm12 0 4 4V4zm4 16v-4l-4 4zM4 20h4l-4-4zm15-8c0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7 7-3.13 7-7zm-7 5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})
"AllOutSharp"))
================================================
FILE: src/icons/reagent_mui/icons/all_out_two_tone.cljs
================================================
(ns reagent-mui.icons.all-out-two-tone
"Imports @mui/icons-material/AllOutTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def all-out-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "5", "opacity" ".3"}) (e "path" #js {"d" "M4 4v4l4-4zm12 0 4 4V4zm4 16v-4l-4 4zM4 20h4l-4-4zm15-8c0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7 7-3.13 7-7zm-7 5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})]
"AllOutTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/alt_route.cljs
================================================
(ns reagent-mui.icons.alt-route
"Imports @mui/icons-material/AltRoute as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alt-route (create-svg-icon (e "path" #js {"d" "m9.78 11.16-1.42 1.42c-.68-.69-1.34-1.58-1.79-2.94l1.94-.49c.32.89.77 1.5 1.27 2.01zM11 6 7 2 3 6h3.02c.02.81.08 1.54.19 2.17l1.94-.49C8.08 7.2 8.03 6.63 8.02 6H11zm10 0-4-4-4 4h2.99c-.1 3.68-1.28 4.75-2.54 5.88-.5.44-1.01.92-1.45 1.55-.34-.49-.73-.88-1.13-1.24L9.46 13.6c.93.85 1.54 1.54 1.54 3.4v5h2v-5c0-2.02.71-2.66 1.79-3.63 1.38-1.24 3.08-2.78 3.2-7.37H21z"})
"AltRoute"))
================================================
FILE: src/icons/reagent_mui/icons/alt_route_outlined.cljs
================================================
(ns reagent-mui.icons.alt-route-outlined
"Imports @mui/icons-material/AltRouteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alt-route-outlined (create-svg-icon (e "path" #js {"d" "m9.78 11.16-1.42 1.42c-.68-.69-1.34-1.58-1.79-2.94l1.94-.49c.32.89.77 1.5 1.27 2.01zM11 6 7 2 3 6h3.02c.02.81.08 1.54.19 2.17l1.94-.49C8.08 7.2 8.03 6.63 8.02 6H11zm10 0-4-4-4 4h2.99c-.1 3.68-1.28 4.75-2.54 5.88-.5.44-1.01.92-1.45 1.55-.34-.49-.73-.88-1.13-1.24L9.46 13.6c.93.85 1.54 1.54 1.54 3.4v5h2v-5c0-2.02.71-2.66 1.79-3.63 1.38-1.24 3.08-2.78 3.2-7.37H21z"})
"AltRouteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/alt_route_rounded.cljs
================================================
(ns reagent-mui.icons.alt-route-rounded
"Imports @mui/icons-material/AltRouteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alt-route-rounded (create-svg-icon (e "path" #js {"d" "m9.78 11.16-1.42 1.42c-.68-.69-1.34-1.58-1.79-2.94l1.94-.49c.32.89.77 1.5 1.27 2.01zm.37-6.01-2.8-2.8c-.2-.2-.51-.2-.71 0l-2.79 2.8c-.31.31-.09.85.36.85h1.81c.02.81.08 1.54.19 2.17l1.94-.49C8.08 7.2 8.03 6.63 8.02 6H9.8c.44 0 .66-.54.35-.85zm10 0-2.79-2.79c-.2-.2-.51-.2-.71 0l-2.79 2.79c-.32.31-.1.85.35.85h1.78c-.1 3.68-1.28 4.75-2.54 5.88-.5.44-1.01.92-1.45 1.55-.34-.49-.73-.88-1.13-1.24L9.46 13.6c.93.85 1.54 1.54 1.54 3.4v4c0 .55.45 1 1 1s1-.45 1-1v-4c0-2.02.71-2.66 1.79-3.63 1.38-1.24 3.08-2.78 3.2-7.37h1.8c.45 0 .67-.54.36-.85z"})
"AltRouteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/alt_route_sharp.cljs
================================================
(ns reagent-mui.icons.alt-route-sharp
"Imports @mui/icons-material/AltRouteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alt-route-sharp (create-svg-icon (e "path" #js {"d" "m9.78 11.16-1.42 1.42c-.68-.69-1.34-1.58-1.79-2.94l1.94-.49c.32.89.77 1.5 1.27 2.01zM11 6 7 2 3 6h3.02c.02.81.08 1.54.19 2.17l1.94-.49C8.08 7.2 8.03 6.63 8.02 6H11zm10 0-4-4-4 4h2.99c-.1 3.68-1.28 4.75-2.54 5.88-.5.44-1.01.92-1.45 1.55-.34-.49-.73-.88-1.13-1.24L9.46 13.6c.93.85 1.54 1.54 1.54 3.4v5h2v-5c0-2.02.71-2.66 1.79-3.63 1.38-1.24 3.08-2.78 3.2-7.37H21z"})
"AltRouteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/alt_route_two_tone.cljs
================================================
(ns reagent-mui.icons.alt-route-two-tone
"Imports @mui/icons-material/AltRouteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alt-route-two-tone (create-svg-icon (e "path" #js {"d" "m9.78 11.16-1.42 1.42c-.68-.69-1.34-1.58-1.79-2.94l1.94-.49c.32.89.77 1.5 1.27 2.01zM11 6 7 2 3 6h3.02c.02.81.08 1.54.19 2.17l1.94-.49C8.08 7.2 8.03 6.63 8.02 6H11zm10 0-4-4-4 4h2.99c-.1 3.68-1.28 4.75-2.54 5.88-.5.44-1.01.92-1.45 1.55-.34-.49-.73-.88-1.13-1.24L9.46 13.6c.93.85 1.54 1.54 1.54 3.4v5h2v-5c0-2.02.71-2.66 1.79-3.63 1.38-1.24 3.08-2.78 3.2-7.37H21z"})
"AltRouteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/alternate_email.cljs
================================================
(ns reagent-mui.icons.alternate-email
"Imports @mui/icons-material/AlternateEmail as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alternate-email (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10h5v-2h-5c-4.34 0-8-3.66-8-8s3.66-8 8-8 8 3.66 8 8v1.43c0 .79-.71 1.57-1.5 1.57s-1.5-.78-1.5-1.57V12c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5c1.38 0 2.64-.56 3.54-1.47.65.89 1.77 1.47 2.96 1.47 1.97 0 3.5-1.6 3.5-3.57V12c0-5.52-4.48-10-10-10zm0 13c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"AlternateEmail"))
================================================
FILE: src/icons/reagent_mui/icons/alternate_email_outlined.cljs
================================================
(ns reagent-mui.icons.alternate-email-outlined
"Imports @mui/icons-material/AlternateEmailOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alternate-email-outlined (create-svg-icon (e "path" #js {"d" "M12 1.95c-5.52 0-10 4.48-10 10s4.48 10 10 10h5v-2h-5c-4.34 0-8-3.66-8-8s3.66-8 8-8 8 3.66 8 8v1.43c0 .79-.71 1.57-1.5 1.57s-1.5-.78-1.5-1.57v-1.43c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5c1.38 0 2.64-.56 3.54-1.47.65.89 1.77 1.47 2.96 1.47 1.97 0 3.5-1.6 3.5-3.57v-1.43c0-5.52-4.48-10-10-10zm0 13c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"AlternateEmailOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/alternate_email_rounded.cljs
================================================
(ns reagent-mui.icons.alternate-email-rounded
"Imports @mui/icons-material/AlternateEmailRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alternate-email-rounded (create-svg-icon (e "path" #js {"d" "M12.72 2.03C6.63 1.6 1.6 6.63 2.03 12.72 2.39 18.01 7.01 22 12.31 22H16c.55 0 1-.45 1-1s-.45-1-1-1h-3.67c-3.73 0-7.15-2.42-8.08-6.03-1.49-5.8 3.91-11.21 9.71-9.71C17.58 5.18 20 8.6 20 12.33v1.1c0 .79-.71 1.57-1.5 1.57s-1.5-.78-1.5-1.57v-1.25c0-2.51-1.78-4.77-4.26-5.12-3.4-.49-6.27 2.45-5.66 5.87.34 1.91 1.83 3.49 3.72 3.94 1.84.43 3.59-.16 4.74-1.33.89 1.22 2.67 1.86 4.3 1.21 1.34-.53 2.16-1.9 2.16-3.34v-1.09c0-5.31-3.99-9.93-9.28-10.29zM12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"AlternateEmailRounded"))
================================================
FILE: src/icons/reagent_mui/icons/alternate_email_sharp.cljs
================================================
(ns reagent-mui.icons.alternate-email-sharp
"Imports @mui/icons-material/AlternateEmailSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alternate-email-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10h5v-2h-5c-4.34 0-8-3.66-8-8s3.66-8 8-8 8 3.66 8 8v1.43c0 .79-.71 1.57-1.5 1.57s-1.5-.78-1.5-1.57V12c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5c1.38 0 2.64-.56 3.54-1.47.65.89 1.77 1.47 2.96 1.47 1.97 0 3.5-1.6 3.5-3.57V12c0-5.52-4.48-10-10-10zm0 13c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"AlternateEmailSharp"))
================================================
FILE: src/icons/reagent_mui/icons/alternate_email_two_tone.cljs
================================================
(ns reagent-mui.icons.alternate-email-two-tone
"Imports @mui/icons-material/AlternateEmailTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def alternate-email-two-tone (create-svg-icon (e "path" #js {"fillOpacity" ".9", "d" "M12 21.95h5v-2h-5c-4.34 0-8-3.66-8-8s3.66-8 8-8 8 3.66 8 8v1.43c0 .79-.71 1.57-1.5 1.57s-1.5-.78-1.5-1.57v-1.43c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5c1.38 0 2.64-.56 3.54-1.47.65.89 1.77 1.47 2.96 1.47 1.97 0 3.5-1.6 3.5-3.57v-1.43c0-5.52-4.48-10-10-10s-10 4.48-10 10 4.48 10 10 10zm0-7c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"AlternateEmailTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/analytics.cljs
================================================
(ns reagent-mui.icons.analytics
"Imports @mui/icons-material/Analytics as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def analytics (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-5h2v5zm4 0h-2v-3h2v3zm0-5h-2v-2h2v2zm4 5h-2V7h2v10z"})
"Analytics"))
================================================
FILE: src/icons/reagent_mui/icons/analytics_outlined.cljs
================================================
(ns reagent-mui.icons.analytics-outlined
"Imports @mui/icons-material/AnalyticsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def analytics-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M7 12h2v5H7zm8-5h2v10h-2zm-4 7h2v3h-2zm0-4h2v2h-2z"})]
"AnalyticsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/analytics_rounded.cljs
================================================
(ns reagent-mui.icons.analytics-rounded
"Imports @mui/icons-material/AnalyticsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def analytics-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8 17c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1zm4 0c-.55 0-1-.45-1-1v-1c0-.55.45-1 1-1s1 .45 1 1v1c0 .55-.45 1-1 1zm0-5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 5c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v8c0 .55-.45 1-1 1z"})
"AnalyticsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/analytics_sharp.cljs
================================================
(ns reagent-mui.icons.analytics-sharp
"Imports @mui/icons-material/AnalyticsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def analytics-sharp (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm6 14H7v-5h2v5zm4 0h-2v-3h2v3zm0-5h-2v-2h2v2zm4 5h-2V7h2v10z"})
"AnalyticsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/analytics_two_tone.cljs
================================================
(ns reagent-mui.icons.analytics-two-tone
"Imports @mui/icons-material/AnalyticsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def analytics-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5h14v14H5z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M7 12h2v5H7zm8-5h2v10h-2zm-4 7h2v3h-2zm0-4h2v2h-2z"})]
"AnalyticsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/anchor.cljs
================================================
(ns reagent-mui.icons.anchor
"Imports @mui/icons-material/Anchor as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def anchor (create-svg-icon (e "path" #js {"d" "m17 15 1.55 1.55c-.96 1.69-3.33 3.04-5.55 3.37V11h3V9h-3V7.82C14.16 7.4 15 6.3 15 5c0-1.65-1.35-3-3-3S9 3.35 9 5c0 1.3.84 2.4 2 2.82V9H8v2h3v8.92c-2.22-.33-4.59-1.68-5.55-3.37L7 15l-4-3v3c0 3.88 4.92 7 9 7s9-3.12 9-7v-3l-4 3zM12 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})
"Anchor"))
================================================
FILE: src/icons/reagent_mui/icons/anchor_outlined.cljs
================================================
(ns reagent-mui.icons.anchor-outlined
"Imports @mui/icons-material/AnchorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def anchor-outlined (create-svg-icon (e "path" #js {"d" "m17 15 1.55 1.55c-.96 1.69-3.33 3.04-5.55 3.37V11h3V9h-3V7.82C14.16 7.4 15 6.3 15 5c0-1.65-1.35-3-3-3S9 3.35 9 5c0 1.3.84 2.4 2 2.82V9H8v2h3v8.92c-2.22-.33-4.59-1.68-5.55-3.37L7 15l-4-3v3c0 3.88 4.92 7 9 7s9-3.12 9-7v-3l-4 3zM12 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})
"AnchorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/anchor_rounded.cljs
================================================
(ns reagent-mui.icons.anchor-rounded
"Imports @mui/icons-material/AnchorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def anchor-rounded (create-svg-icon (e "path" #js {"d" "M13 9V7.82C14.16 7.4 15 6.3 15 5c0-1.65-1.35-3-3-3S9 3.35 9 5c0 1.3.84 2.4 2 2.82V9H9c-.55 0-1 .45-1 1s.45 1 1 1h2v8.92c-2.22-.33-4.59-1.68-5.55-3.37l1.14-1.14c.22-.22.19-.57-.05-.75L3.8 12.6c-.33-.25-.8-.01-.8.4v2c0 3.88 4.92 7 9 7s9-3.12 9-7v-2c0-.41-.47-.65-.8-.4l-2.74 2.05c-.24.18-.27.54-.05.75l1.14 1.14c-.96 1.69-3.33 3.04-5.55 3.37V11h2c.55 0 1-.45 1-1s-.45-1-1-1h-2zm-1-5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})
"AnchorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/anchor_sharp.cljs
================================================
(ns reagent-mui.icons.anchor-sharp
"Imports @mui/icons-material/AnchorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def anchor-sharp (create-svg-icon (e "path" #js {"d" "m17 15 1.55 1.55c-.96 1.69-3.33 3.04-5.55 3.37V11h3V9h-3V7.82C14.16 7.4 15 6.3 15 5c0-1.65-1.35-3-3-3S9 3.35 9 5c0 1.3.84 2.4 2 2.82V9H8v2h3v8.92c-2.22-.33-4.59-1.68-5.55-3.37L7 15l-4-3v3c0 3.88 4.92 7 9 7s9-3.12 9-7v-3l-4 3zM12 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})
"AnchorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/anchor_two_tone.cljs
================================================
(ns reagent-mui.icons.anchor-two-tone
"Imports @mui/icons-material/AnchorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def anchor-two-tone (create-svg-icon (e "path" #js {"d" "m17 15 1.55 1.55c-.96 1.69-3.33 3.04-5.55 3.37V11h3V9h-3V7.82C14.16 7.4 15 6.3 15 5c0-1.65-1.35-3-3-3S9 3.35 9 5c0 1.3.84 2.4 2 2.82V9H8v2h3v8.92c-2.22-.33-4.59-1.68-5.55-3.37L7 15l-4-3v3c0 3.88 4.92 7 9 7s9-3.12 9-7v-3l-4 3zM12 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})
"AnchorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/android.cljs
================================================
(ns reagent-mui.icons.android
"Imports @mui/icons-material/Android as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def android (create-svg-icon (e "path" #js {"d" "m17.6 9.48 1.84-3.18c.16-.31.04-.69-.26-.85-.29-.15-.65-.06-.83.22l-1.88 3.24c-2.86-1.21-6.08-1.21-8.94 0L5.65 5.67c-.19-.29-.58-.38-.87-.2-.28.18-.37.54-.22.83L6.4 9.48C3.3 11.25 1.28 14.44 1 18h22c-.28-3.56-2.3-6.75-5.4-8.52zM7 15.25c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zm10 0c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25z"})
"Android"))
================================================
FILE: src/icons/reagent_mui/icons/android_outlined.cljs
================================================
(ns reagent-mui.icons.android-outlined
"Imports @mui/icons-material/AndroidOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def android-outlined (create-svg-icon (e "path" #js {"d" "m17.6 9.48 1.84-3.18c.16-.31.04-.69-.26-.85-.29-.15-.65-.06-.83.22l-1.88 3.24c-2.86-1.21-6.08-1.21-8.94 0L5.65 5.67c-.19-.29-.58-.38-.87-.2-.28.18-.37.54-.22.83L6.4 9.48C3.3 11.25 1.28 14.44 1 18h22c-.28-3.56-2.3-6.75-5.4-8.52zM7 15.25c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zm10 0c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25z"})
"AndroidOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/android_rounded.cljs
================================================
(ns reagent-mui.icons.android-rounded
"Imports @mui/icons-material/AndroidRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def android-rounded (create-svg-icon (e "path" #js {"d" "m17.6 9.48 1.84-3.18c.16-.31.04-.69-.26-.85-.29-.15-.65-.06-.83.22l-1.88 3.24c-2.86-1.21-6.08-1.21-8.94 0L5.65 5.67c-.19-.29-.58-.38-.87-.2-.28.18-.37.54-.22.83L6.4 9.48C3.3 11.25 1.28 14.44 1 18h22c-.28-3.56-2.3-6.75-5.4-8.52zM7 15.25c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zm10 0c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25z"})
"AndroidRounded"))
================================================
FILE: src/icons/reagent_mui/icons/android_sharp.cljs
================================================
(ns reagent-mui.icons.android-sharp
"Imports @mui/icons-material/AndroidSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def android-sharp (create-svg-icon (e "path" #js {"d" "m17.6 9.48 1.84-3.18c.16-.31.04-.69-.26-.85-.29-.15-.65-.06-.83.22l-1.88 3.24c-2.86-1.21-6.08-1.21-8.94 0L5.65 5.67c-.19-.29-.58-.38-.87-.2-.28.18-.37.54-.22.83L6.4 9.48C3.3 11.25 1.28 14.44 1 18h22c-.28-3.56-2.3-6.75-5.4-8.52zM7 15.25c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zm10 0c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25z"})
"AndroidSharp"))
================================================
FILE: src/icons/reagent_mui/icons/android_two_tone.cljs
================================================
(ns reagent-mui.icons.android-two-tone
"Imports @mui/icons-material/AndroidTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def android-two-tone (create-svg-icon (e "path" #js {"d" "m17.6 9.48 1.84-3.18c.16-.31.04-.69-.26-.85-.29-.15-.65-.06-.83.22l-1.88 3.24c-2.86-1.21-6.08-1.21-8.94 0L5.65 5.67c-.19-.29-.58-.38-.87-.2-.28.18-.37.54-.22.83L6.4 9.48C3.3 11.25 1.28 14.44 1 18h22c-.28-3.56-2.3-6.75-5.4-8.52zM7 15.25c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zm10 0c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25z"})
"AndroidTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/animation.cljs
================================================
(ns reagent-mui.icons.animation
"Imports @mui/icons-material/Animation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def animation (create-svg-icon (e "path" #js {"d" "M15 2c-2.71 0-5.05 1.54-6.22 3.78-1.28.67-2.34 1.72-3 3C3.54 9.95 2 12.29 2 15c0 3.87 3.13 7 7 7 2.71 0 5.05-1.54 6.22-3.78 1.28-.67 2.34-1.72 3-3C20.46 14.05 22 11.71 22 9c0-3.87-3.13-7-7-7zM9 20c-2.76 0-5-2.24-5-5 0-1.12.37-2.16 1-3 0 3.87 3.13 7 7 7-.84.63-1.88 1-3 1zm3-3c-2.76 0-5-2.24-5-5 0-1.12.37-2.16 1-3 0 3.86 3.13 6.99 7 7-.84.63-1.88 1-3 1zm4.7-3.3c-.53.19-1.1.3-1.7.3-2.76 0-5-2.24-5-5 0-.6.11-1.17.3-1.7.53-.19 1.1-.3 1.7-.3 2.76 0 5 2.24 5 5 0 .6-.11 1.17-.3 1.7zM19 12c0-3.86-3.13-6.99-7-7 .84-.63 1.87-1 3-1 2.76 0 5 2.24 5 5 0 1.12-.37 2.16-1 3z"})
"Animation"))
================================================
FILE: src/icons/reagent_mui/icons/animation_outlined.cljs
================================================
(ns reagent-mui.icons.animation-outlined
"Imports @mui/icons-material/AnimationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def animation-outlined (create-svg-icon (e "path" #js {"d" "M15 2c-2.71 0-5.05 1.54-6.22 3.78-1.28.67-2.34 1.72-3 3C3.54 9.95 2 12.29 2 15c0 3.87 3.13 7 7 7 2.71 0 5.05-1.54 6.22-3.78 1.28-.67 2.34-1.72 3-3C20.46 14.05 22 11.71 22 9c0-3.87-3.13-7-7-7zM9 20c-2.76 0-5-2.24-5-5 0-1.12.37-2.16 1-3 0 3.87 3.13 7 7 7-.84.63-1.88 1-3 1zm3-3c-2.76 0-5-2.24-5-5 0-1.12.37-2.16 1-3 0 3.86 3.13 6.99 7 7-.84.63-1.88 1-3 1zm4.7-3.3c-.53.19-1.1.3-1.7.3-2.76 0-5-2.24-5-5 0-.6.11-1.17.3-1.7.53-.19 1.1-.3 1.7-.3 2.76 0 5 2.24 5 5 0 .6-.11 1.17-.3 1.7zM19 12c0-3.86-3.13-6.99-7-7 .84-.63 1.87-1 3-1 2.76 0 5 2.24 5 5 0 1.12-.37 2.16-1 3z"})
"AnimationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/animation_rounded.cljs
================================================
(ns reagent-mui.icons.animation-rounded
"Imports @mui/icons-material/AnimationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def animation-rounded (create-svg-icon (e "path" #js {"d" "M15 2c-2.71 0-5.05 1.54-6.22 3.78-1.28.67-2.34 1.72-3 3C3.54 9.95 2 12.29 2 15c0 3.87 3.13 7 7 7 2.71 0 5.05-1.54 6.22-3.78 1.28-.67 2.34-1.72 3-3C20.46 14.05 22 11.71 22 9c0-3.87-3.13-7-7-7zM9 20c-2.76 0-5-2.24-5-5 0-1.12.37-2.16 1-3 0 3.87 3.13 7 7 7-.84.63-1.88 1-3 1zm3-3c-2.76 0-5-2.24-5-5 0-1.12.37-2.16 1-3 0 3.86 3.13 6.99 7 7-.84.63-1.88 1-3 1zm4.7-3.3c-.53.19-1.1.3-1.7.3-2.76 0-5-2.24-5-5 0-.6.11-1.17.3-1.7.53-.19 1.1-.3 1.7-.3 2.76 0 5 2.24 5 5 0 .6-.11 1.17-.3 1.7zM19 12c0-3.86-3.13-6.99-7-7 .84-.63 1.87-1 3-1 2.76 0 5 2.24 5 5 0 1.12-.37 2.16-1 3z"})
"AnimationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/animation_sharp.cljs
================================================
(ns reagent-mui.icons.animation-sharp
"Imports @mui/icons-material/AnimationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def animation-sharp (create-svg-icon (e "path" #js {"d" "M15 2c-2.71 0-5.05 1.54-6.22 3.78-1.28.67-2.34 1.72-3 3C3.54 9.95 2 12.29 2 15c0 3.87 3.13 7 7 7 2.71 0 5.05-1.54 6.22-3.78 1.28-.67 2.34-1.72 3-3C20.46 14.05 22 11.71 22 9c0-3.87-3.13-7-7-7zM9 20c-2.76 0-5-2.24-5-5 0-1.12.37-2.16 1-3 0 3.87 3.13 7 7 7-.84.63-1.88 1-3 1zm3-3c-2.76 0-5-2.24-5-5 0-1.12.37-2.16 1-3 0 3.86 3.13 6.99 7 7-.84.63-1.88 1-3 1zm4.7-3.3c-.53.19-1.1.3-1.7.3-2.76 0-5-2.24-5-5 0-.6.11-1.17.3-1.7.53-.19 1.1-.3 1.7-.3 2.76 0 5 2.24 5 5 0 .6-.11 1.17-.3 1.7zM19 12c0-3.86-3.13-6.99-7-7 .84-.63 1.87-1 3-1 2.76 0 5 2.24 5 5 0 1.12-.37 2.16-1 3z"})
"AnimationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/animation_two_tone.cljs
================================================
(ns reagent-mui.icons.animation-two-tone
"Imports @mui/icons-material/AnimationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def animation-two-tone (create-svg-icon [(e "path" #js {"d" "M5 12c-.63.84-1 1.88-1 3 0 2.76 2.24 5 5 5 1.12 0 2.16-.37 3-1-3.87 0-7-3.13-7-7zm10-8c-1.13 0-2.16.37-3 1 3.87.01 7 3.14 7 7 .63-.84 1-1.88 1-3 0-2.76-2.24-5-5-5z", "opacity" ".3"}) (e "path" #js {"d" "M12 7c-.6 0-1.17.11-1.7.3-.19.53-.3 1.1-.3 1.7 0 2.76 2.24 5 5 5 .6 0 1.17-.11 1.7-.3.19-.53.3-1.1.3-1.7 0-2.76-2.24-5-5-5z", "opacity" ".3"}) (e "path" #js {"d" "M8 9c-.63.84-1 1.88-1 3 0 2.76 2.24 5 5 5 1.12 0 2.16-.37 3-1-3.87-.01-7-3.14-7-7z", "opacity" ".3"}) (e "path" #js {"d" "M15 2c-2.71 0-5.05 1.54-6.22 3.78-1.28.67-2.34 1.72-3 3C3.54 9.95 2 12.29 2 15c0 3.87 3.13 7 7 7 2.71 0 5.05-1.54 6.22-3.78 1.28-.67 2.34-1.72 3-3C20.46 14.05 22 11.71 22 9c0-3.87-3.13-7-7-7zM9 20c-2.76 0-5-2.24-5-5 0-1.12.37-2.16 1-3 0 3.87 3.13 7 7 7-.84.63-1.88 1-3 1zm3-3c-2.76 0-5-2.24-5-5 0-1.12.37-2.16 1-3 0 3.86 3.13 6.99 7 7-.84.63-1.88 1-3 1zm4.7-3.3c-.53.19-1.1.3-1.7.3-2.76 0-5-2.24-5-5 0-.6.11-1.17.3-1.7.53-.19 1.1-.3 1.7-.3 2.76 0 5 2.24 5 5 0 .6-.11 1.17-.3 1.7zM19 12c0-3.86-3.13-6.99-7-7 .84-.63 1.87-1 3-1 2.76 0 5 2.24 5 5 0 1.12-.37 2.16-1 3z"})]
"AnimationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/announcement.cljs
================================================
(ns reagent-mui.icons.announcement
"Imports @mui/icons-material/Announcement as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def announcement (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 9h-2V5h2v6zm0 4h-2v-2h2v2z"})
"Announcement"))
================================================
FILE: src/icons/reagent_mui/icons/announcement_outlined.cljs
================================================
(ns reagent-mui.icons.announcement-outlined
"Imports @mui/icons-material/AnnouncementOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def announcement-outlined (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zM11 5h2v6h-2zm0 8h2v2h-2z"})
"AnnouncementOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/announcement_rounded.cljs
================================================
(ns reagent-mui.icons.announcement-rounded
"Imports @mui/icons-material/AnnouncementRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def announcement-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 9c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1zm1 4h-2v-2h2v2z"})
"AnnouncementRounded"))
================================================
FILE: src/icons/reagent_mui/icons/announcement_sharp.cljs
================================================
(ns reagent-mui.icons.announcement-sharp
"Imports @mui/icons-material/AnnouncementSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def announcement-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v20l4-4h16V2zm-9 9h-2V5h2v6zm0 4h-2v-2h2v2z"})
"AnnouncementSharp"))
================================================
FILE: src/icons/reagent_mui/icons/announcement_two_tone.cljs
================================================
(ns reagent-mui.icons.announcement-two-tone
"Imports @mui/icons-material/AnnouncementTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def announcement-two-tone (create-svg-icon [(e "path" #js {"d" "M4 4v13.17l.59-.59.58-.58H20V4H4zm9 11h-2v-2h2v2zm0-4h-2V5h2v6z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17l-.59.59-.58.58V4h16v12zM11 5h2v6h-2zm0 8h2v2h-2z"})]
"AnnouncementTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/aod.cljs
================================================
(ns reagent-mui.icons.aod
"Imports @mui/icons-material/Aod as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def aod (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 18H7V6h10v12zm-9-8h8v1.5H8V10zm1 3h6v1.5H9V13z"})
"Aod"))
================================================
FILE: src/icons/reagent_mui/icons/aod_outlined.cljs
================================================
(ns reagent-mui.icons.aod-outlined
"Imports @mui/icons-material/AodOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def aod-outlined (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zm0-14H7V3h10v1zm-9 6h8v1.5H8V10zm1 3h6v1.5H9V13z"})
"AodOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/aod_rounded.cljs
================================================
(ns reagent-mui.icons.aod-rounded
"Imports @mui/icons-material/AodRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def aod-rounded (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 18H7V6h10v12zm-8.25-8h6.5c.41 0 .75.34.75.75s-.34.75-.75.75h-6.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75zm1 3h4.5c.41 0 .75.34.75.75s-.34.75-.75.75h-4.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75z"})
"AodRounded"))
================================================
FILE: src/icons/reagent_mui/icons/aod_sharp.cljs
================================================
(ns reagent-mui.icons.aod-sharp
"Imports @mui/icons-material/AodSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def aod-sharp (create-svg-icon (e "path" #js {"d" "M19 1H5v22h14V1zm-2 17H7V6h10v12zm-9-8h8v1.5H8V10zm1 3h6v1.5H9V13z"})
"AodSharp"))
================================================
FILE: src/icons/reagent_mui/icons/aod_two_tone.cljs
================================================
(ns reagent-mui.icons.aod-two-tone
"Imports @mui/icons-material/AodTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def aod-two-tone (create-svg-icon [(e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zm0-14H7V3h10v1zm-9 6h8v1.5H8V10zm1 3h6v1.5H9V13z"}) (e "path" #js {"d" "M7 21h10v-1H7v1zM7 3v1h10V3H7z", "opacity" ".3"})]
"AodTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/apartment.cljs
================================================
(ns reagent-mui.icons.apartment
"Imports @mui/icons-material/Apartment as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apartment (create-svg-icon (e "path" #js {"d" "M17 11V3H7v4H3v14h8v-4h2v4h8V11h-4zM7 19H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V9h2v2zm4 4H9v-2h2v2zm0-4H9V9h2v2zm0-4H9V5h2v2zm4 8h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2zm4 12h-2v-2h2v2zm0-4h-2v-2h2v2z"})
"Apartment"))
================================================
FILE: src/icons/reagent_mui/icons/apartment_outlined.cljs
================================================
(ns reagent-mui.icons.apartment-outlined
"Imports @mui/icons-material/ApartmentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apartment-outlined (create-svg-icon (e "path" #js {"d" "M17 11V3H7v4H3v14h8v-4h2v4h8V11h-4zM7 19H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V9h2v2zm4 4H9v-2h2v2zm0-4H9V9h2v2zm0-4H9V5h2v2zm4 8h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2zm4 12h-2v-2h2v2zm0-4h-2v-2h2v2z"})
"ApartmentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/apartment_rounded.cljs
================================================
(ns reagent-mui.icons.apartment-rounded
"Imports @mui/icons-material/ApartmentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apartment-rounded (create-svg-icon (e "path" #js {"d" "M17 11V5c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h5c.55 0 1-.45 1-1v-3h2v3c0 .55.45 1 1 1h5c1.1 0 2-.9 2-2v-6c0-1.1-.9-2-2-2h-2zM7 19H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V9h2v2zm4 4H9v-2h2v2zm0-4H9V9h2v2zm0-4H9V5h2v2zm4 8h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2zm4 12h-2v-2h2v2zm0-4h-2v-2h2v2z"})
"ApartmentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/apartment_sharp.cljs
================================================
(ns reagent-mui.icons.apartment-sharp
"Imports @mui/icons-material/ApartmentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apartment-sharp (create-svg-icon (e "path" #js {"d" "M17 11V3H7v4H3v14h8v-4h2v4h8V11h-4zM7 19H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V9h2v2zm4 4H9v-2h2v2zm0-4H9V9h2v2zm0-4H9V5h2v2zm4 8h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2zm4 12h-2v-2h2v2zm0-4h-2v-2h2v2z"})
"ApartmentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/apartment_two_tone.cljs
================================================
(ns reagent-mui.icons.apartment-two-tone
"Imports @mui/icons-material/ApartmentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apartment-two-tone (create-svg-icon (e "path" #js {"d" "M17 11V3H7v4H3v14h8v-4h2v4h8V11h-4zM7 19H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V9h2v2zm4 4H9v-2h2v2zm0-4H9V9h2v2zm0-4H9V5h2v2zm4 8h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2zm4 12h-2v-2h2v2zm0-4h-2v-2h2v2z"})
"ApartmentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/api.cljs
================================================
(ns reagent-mui.icons.api
"Imports @mui/icons-material/Api as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def api (create-svg-icon (e "path" #js {"d" "m14 12-2 2-2-2 2-2 2 2zm-2-6 2.12 2.12 2.5-2.5L12 1 7.38 5.62l2.5 2.5L12 6zm-6 6 2.12-2.12-2.5-2.5L1 12l4.62 4.62 2.5-2.5L6 12zm12 0-2.12 2.12 2.5 2.5L23 12l-4.62-4.62-2.5 2.5L18 12zm-6 6-2.12-2.12-2.5 2.5L12 23l4.62-4.62-2.5-2.5L12 18z"})
"Api"))
================================================
FILE: src/icons/reagent_mui/icons/api_outlined.cljs
================================================
(ns reagent-mui.icons.api-outlined
"Imports @mui/icons-material/ApiOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def api-outlined (create-svg-icon (e "path" #js {"d" "m14 12-2 2-2-2 2-2 2 2zm-2-6 2.12 2.12 2.5-2.5L12 1 7.38 5.62l2.5 2.5L12 6zm-6 6 2.12-2.12-2.5-2.5L1 12l4.62 4.62 2.5-2.5L6 12zm12 0-2.12 2.12 2.5 2.5L23 12l-4.62-4.62-2.5 2.5L18 12zm-6 6-2.12-2.12-2.5 2.5L12 23l4.62-4.62-2.5-2.5L12 18z"})
"ApiOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/api_rounded.cljs
================================================
(ns reagent-mui.icons.api-rounded
"Imports @mui/icons-material/ApiRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def api-rounded (create-svg-icon (e "path" #js {"d" "M13 13c-.56.56-1.45.56-2 .01V13c-.55-.55-.55-1.44 0-1.99V11c.55-.55 1.44-.55 1.99 0H13c.55.55.55 1.45 0 2zm-1-7 2.12 2.12 2.5-2.5-3.2-3.2c-.78-.78-2.05-.78-2.83 0l-3.2 3.2 2.5 2.5L12 6zm-6 6 2.12-2.12-2.5-2.5-3.2 3.2c-.78.78-.78 2.05 0 2.83l3.2 3.2 2.5-2.5L6 12zm12 0-2.12 2.12 2.5 2.5 3.2-3.2c.78-.78.78-2.05 0-2.83l-3.2-3.2-2.5 2.5L18 12zm-6 6-2.12-2.12-2.5 2.5 3.2 3.2c.78.78 2.05.78 2.83 0l3.2-3.2-2.5-2.5L12 18z"})
"ApiRounded"))
================================================
FILE: src/icons/reagent_mui/icons/api_sharp.cljs
================================================
(ns reagent-mui.icons.api-sharp
"Imports @mui/icons-material/ApiSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def api-sharp (create-svg-icon (e "path" #js {"d" "m14 12-2 2-2-2 2-2 2 2zm-2-6 2.12 2.12 2.5-2.5L12 1 7.38 5.62l2.5 2.5L12 6zm-6 6 2.12-2.12-2.5-2.5L1 12l4.62 4.62 2.5-2.5L6 12zm12 0-2.12 2.12 2.5 2.5L23 12l-4.62-4.62-2.5 2.5L18 12zm-6 6-2.12-2.12-2.5 2.5L12 23l4.62-4.62-2.5-2.5L12 18z"})
"ApiSharp"))
================================================
FILE: src/icons/reagent_mui/icons/api_two_tone.cljs
================================================
(ns reagent-mui.icons.api-two-tone
"Imports @mui/icons-material/ApiTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def api-two-tone (create-svg-icon (e "path" #js {"d" "m14 12-2 2-2-2 2-2 2 2zm-2-6 2.12 2.12 2.5-2.5L12 1 7.38 5.62l2.5 2.5L12 6zm-6 6 2.12-2.12-2.5-2.5L1 12l4.62 4.62 2.5-2.5L6 12zm12 0-2.12 2.12 2.5 2.5L23 12l-4.62-4.62-2.5 2.5L18 12zm-6 6-2.12-2.12-2.5 2.5L12 23l4.62-4.62-2.5-2.5L12 18z"})
"ApiTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/app_blocking.cljs
================================================
(ns reagent-mui.icons.app-blocking
"Imports @mui/icons-material/AppBlocking as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-blocking (create-svg-icon (e "path" #js {"d" "M18 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-2.5 4c0-1.38 1.12-2.5 2.5-2.5.42 0 .8.11 1.15.29l-3.36 3.36c-.18-.35-.29-.73-.29-1.15zm2.5 2.5c-.42 0-.8-.11-1.15-.29l3.36-3.36c.18.35.29.73.29 1.15 0 1.38-1.12 2.5-2.5 2.5zM17 18H7V6h10v1h2V3c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v1z"})
"AppBlocking"))
================================================
FILE: src/icons/reagent_mui/icons/app_blocking_outlined.cljs
================================================
(ns reagent-mui.icons.app-blocking-outlined
"Imports @mui/icons-material/AppBlockingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-blocking-outlined (create-svg-icon [(e "path" #js {"d" "M18 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-2.5 4c0-1.38 1.12-2.5 2.5-2.5.42 0 .8.11 1.15.29l-3.36 3.36c-.18-.35-.29-.73-.29-1.15zm2.5 2.5c-.42 0-.8-.11-1.15-.29l3.36-3.36c.18.35.29.73.29 1.15 0 1.38-1.12 2.5-2.5 2.5z"}) (e "path" #js {"d" "M17 18H7V6h10v1h2V3c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v1zM7 3h10v1H7V3zm10 18H7v-1h10v1z"})]
"AppBlockingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/app_blocking_rounded.cljs
================================================
(ns reagent-mui.icons.app-blocking-rounded
"Imports @mui/icons-material/AppBlockingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-blocking-rounded (create-svg-icon [(e "path" #js {"d" "M18 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-2.5 4c0-1.38 1.12-2.5 2.5-2.5.42 0 .8.11 1.15.29l-3.36 3.36c-.18-.35-.29-.73-.29-1.15zm2.5 2.5c-.42 0-.8-.11-1.15-.29l3.36-3.36c.18.35.29.73.29 1.15 0 1.38-1.12 2.5-2.5 2.5z"}) (e "path" #js {"d" "M17 18H7V6h10v1h2V3c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v1z"})]
"AppBlockingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/app_blocking_sharp.cljs
================================================
(ns reagent-mui.icons.app-blocking-sharp
"Imports @mui/icons-material/AppBlockingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-blocking-sharp (create-svg-icon [(e "path" #js {"d" "M18 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-2.5 4c0-1.38 1.12-2.5 2.5-2.5.42 0 .8.11 1.15.29l-3.36 3.36c-.18-.35-.29-.73-.29-1.15zm2.5 2.5c-.42 0-.8-.11-1.15-.29l3.36-3.36c.18.35.29.73.29 1.15 0 1.38-1.12 2.5-2.5 2.5z"}) (e "path" #js {"d" "M19 23v-6h-2v1H7V6h10v1h2V.94L5 1v22h14z"})]
"AppBlockingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/app_blocking_two_tone.cljs
================================================
(ns reagent-mui.icons.app-blocking-two-tone
"Imports @mui/icons-material/AppBlockingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-blocking-two-tone (create-svg-icon [(e "path" #js {"d" "M18 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-2.5 4c0-1.38 1.12-2.5 2.5-2.5.42 0 .8.11 1.15.29l-3.36 3.36c-.18-.35-.29-.73-.29-1.15zm2.5 2.5c-.42 0-.8-.11-1.15-.29l3.36-3.36c.18.35.29.73.29 1.15 0 1.38-1.12 2.5-2.5 2.5z"}) (e "path" #js {"d" "M17 18H7V6h10v1h2V3c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v1zM7 3h10v1H7V3zm10 18H7v-1h10v1z"}) (e "path" #js {"d" "M7 3h10v1H7zm0 17h10v1H7z", "opacity" ".3"})]
"AppBlockingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/app_registration.cljs
================================================
(ns reagent-mui.icons.app-registration
"Imports @mui/icons-material/AppRegistration as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-registration (create-svg-icon (e "path" #js {"d" "M10 4h4v4h-4zM4 16h4v4H4zm0-6h4v4H4zm0-6h4v4H4zm10 8.42V10h-4v4h2.42zm6.88-1.13-1.17-1.17c-.16-.16-.42-.16-.58 0l-.88.88L20 12.75l.88-.88c.16-.16.16-.42 0-.58zM11 18.25V20h1.75l6.67-6.67-1.75-1.75zM16 4h4v4h-4z"})
"AppRegistration"))
================================================
FILE: src/icons/reagent_mui/icons/app_registration_outlined.cljs
================================================
(ns reagent-mui.icons.app-registration-outlined
"Imports @mui/icons-material/AppRegistrationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-registration-outlined (create-svg-icon (e "path" #js {"d" "M10 4h4v4h-4zM4 16h4v4H4zm0-6h4v4H4zm0-6h4v4H4zm12 0h4v4h-4zm-5 13.86V20h2.1l5.98-5.97-2.12-2.12zm3-5.83V10h-4v4h2.03zm6.85-.47-1.41-1.41c-.2-.2-.51-.2-.71 0l-1.06 1.06 2.12 2.12 1.06-1.06c.2-.2.2-.51 0-.71z"})
"AppRegistrationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/app_registration_rounded.cljs
================================================
(ns reagent-mui.icons.app-registration-rounded
"Imports @mui/icons-material/AppRegistrationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-registration-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "6", "r" "2"}) (e "circle" #js {"cx" "6", "cy" "18", "r" "2"}) (e "circle" #js {"cx" "6", "cy" "12", "r" "2"}) (e "circle" #js {"cx" "6", "cy" "6", "r" "2"}) (e "circle" #js {"cx" "18", "cy" "6", "r" "2"}) (e "path" #js {"d" "M11 18.07v1.43c0 .28.22.5.5.5h1.4c.13 0 .26-.05.35-.15l5.83-5.83-2.12-2.12-5.81 5.81c-.1.1-.15.23-.15.36zM12.03 14 14 12.03V12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2h.03zm8.82-2.44-1.41-1.41c-.2-.2-.51-.2-.71 0l-1.06 1.06 2.12 2.12 1.06-1.06c.2-.2.2-.51 0-.71z"})]
"AppRegistrationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/app_registration_sharp.cljs
================================================
(ns reagent-mui.icons.app-registration-sharp
"Imports @mui/icons-material/AppRegistrationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-registration-sharp (create-svg-icon (e "path" #js {"d" "M10 4h4v4h-4zM4 16h4v4H4zm0-6h4v4H4zm0-6h4v4H4zm12 0h4v4h-4zm-5 13.86V20h2.1l5.98-5.97-2.12-2.12zm3-5.83V10h-4v4h2.03zm3.6713-.8243 1.4142-1.4143 2.1214 2.1214-1.4143 1.4142z"})
"AppRegistrationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/app_registration_two_tone.cljs
================================================
(ns reagent-mui.icons.app-registration-two-tone
"Imports @mui/icons-material/AppRegistrationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-registration-two-tone (create-svg-icon (e "path" #js {"d" "M10 4h4v4h-4zM4 16h4v4H4zm0-6h4v4H4zm0-6h4v4H4zm12 0h4v4h-4zm-5 13.86V20h2.1l5.98-5.97-2.12-2.12zm3-5.83V10h-4v4h2.03zm6.85-.47-1.41-1.41c-.2-.2-.51-.2-.71 0l-1.06 1.06 2.12 2.12 1.06-1.06c.2-.2.2-.51 0-.71z"})
"AppRegistrationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/app_settings_alt.cljs
================================================
(ns reagent-mui.icons.app-settings-alt
"Imports @mui/icons-material/AppSettingsAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-settings-alt (create-svg-icon (e "path" #js {"d" "m21.81 12.74-.82-.63v-.22l.8-.63c.16-.12.2-.34.1-.51l-.85-1.48c-.07-.13-.21-.2-.35-.2-.05 0-.1.01-.15.03l-.95.38c-.08-.05-.11-.07-.19-.11l-.15-1.01c-.03-.21-.2-.36-.4-.36h-1.71c-.2 0-.37.15-.4.34l-.14 1.01c-.03.02-.07.03-.1.05l-.09.06-.95-.38c-.05-.02-.1-.03-.15-.03-.14 0-.27.07-.35.2l-.85 1.48c-.1.17-.06.39.1.51l.8.63v.23l-.8.63c-.16.12-.2.34-.1.51l.85 1.48c.07.13.21.2.35.2.05 0 .1-.01.15-.03l.95-.37c.08.05.12.07.2.11l.15 1.01c.03.2.2.34.4.34h1.71c.2 0 .37-.15.4-.34l.15-1.01c.03-.02.07-.03.1-.05l.09-.06.95.38c.05.02.1.03.15.03.14 0 .27-.07.35-.2l.85-1.48c.1-.17.06-.39-.1-.51zM18 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM17 17h2v4c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v4h-2V6H7v12h10v-1z"})
"AppSettingsAlt"))
================================================
FILE: src/icons/reagent_mui/icons/app_settings_alt_outlined.cljs
================================================
(ns reagent-mui.icons.app-settings-alt-outlined
"Imports @mui/icons-material/AppSettingsAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-settings-alt-outlined (create-svg-icon (e "path" #js {"d" "m21.81 12.74-.82-.63v-.22l.8-.63c.16-.12.2-.34.1-.51l-.85-1.48c-.07-.13-.21-.2-.35-.2-.05 0-.1.01-.15.03l-.95.38c-.08-.05-.11-.07-.19-.11l-.15-1.01c-.03-.21-.2-.36-.4-.36h-1.71c-.2 0-.37.15-.4.34l-.14 1.01c-.03.02-.07.03-.1.05l-.09.06-.95-.38c-.05-.02-.1-.03-.15-.03-.14 0-.27.07-.35.2l-.85 1.48c-.1.17-.06.39.1.51l.8.63v.23l-.8.63c-.16.12-.2.34-.1.51l.85 1.48c.07.13.21.2.35.2.05 0 .1-.01.15-.03l.95-.37c.08.05.12.07.2.11l.15 1.01c.03.2.2.34.4.34h1.71c.2 0 .37-.15.4-.34l.15-1.01c.03-.02.07-.03.1-.05l.09-.06.95.38c.05.02.1.03.15.03.14 0 .27-.07.35-.2l.85-1.48c.1-.17.06-.39-.1-.51zM18 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM17 18H7V6h10v1h2V3c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v1zM7 3h10v1H7V3zm10 18H7v-1h10v1z"})
"AppSettingsAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/app_settings_alt_rounded.cljs
================================================
(ns reagent-mui.icons.app-settings-alt-rounded
"Imports @mui/icons-material/AppSettingsAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-settings-alt-rounded (create-svg-icon (e "path" #js {"d" "M17 18H7V6h10v1h2V3c0-1.1-.9-2-2-2L7 1.01C5.9 1.01 5 1.9 5 3v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v1zm4-6c0-.13-.02-.26-.04-.39l.64-.48c.2-.15.26-.44.13-.66l-.57-.96c-.13-.21-.39-.3-.62-.2l-.72.3c-.2-.15-.42-.29-.65-.39l-.1-.77c-.03-.25-.24-.43-.49-.44l-1.12-.02c-.26 0-.47.18-.5.44l-.1.79c-.24.1-.45.23-.65.39l-.72-.3c-.23-.1-.5-.01-.62.2l-.57.96c-.13.22-.08.5.13.66l.64.48c-.05.13-.07.26-.07.39s.02.25.04.37l-.64.49c-.2.15-.26.43-.13.65l.56.97c.13.22.39.31.63.21l.73-.31c.2.16.42.3.67.4l.1.77c.03.25.24.44.5.44h1.12c.25 0 .46-.19.5-.44l.1-.77c.24-.1.46-.24.67-.4l.73.31c.23.1.5.01.63-.21l.56-.97c.13-.22.07-.5-.13-.65l-.64-.49c-.02-.12 0-.24 0-.37zm-3 1.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"AppSettingsAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/app_settings_alt_sharp.cljs
================================================
(ns reagent-mui.icons.app-settings-alt-sharp
"Imports @mui/icons-material/AppSettingsAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-settings-alt-sharp (create-svg-icon (e "path" #js {"d" "m21.81 12.74-.82-.63v-.22l.8-.63c.16-.12.2-.34.1-.51l-.85-1.48c-.07-.13-.21-.2-.35-.2-.05 0-.1.01-.15.03l-.95.38c-.08-.05-.11-.07-.19-.11l-.15-1.01c-.03-.21-.2-.36-.4-.36h-1.71c-.2 0-.37.15-.4.34l-.14 1.01c-.03.02-.07.03-.1.05l-.09.06-.95-.38c-.05-.02-.1-.03-.15-.03-.14 0-.27.07-.35.2l-.85 1.48c-.1.17-.06.39.1.51l.8.63v.23l-.8.63c-.16.12-.2.34-.1.51l.85 1.48c.07.13.21.2.35.2.05 0 .1-.01.15-.03l.95-.37c.08.05.12.07.2.11l.15 1.01c.03.2.2.34.4.34h1.71c.2 0 .37-.15.4-.34l.15-1.01c.03-.02.07-.03.1-.05l.09-.06.95.38c.05.02.1.03.15.03.14 0 .27-.07.35-.2l.85-1.48c.1-.17.06-.39-.1-.51zM18 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 23V1h14v6h-2V6H7v12h10v-1h2v6H5z"})
"AppSettingsAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/app_settings_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.app-settings-alt-two-tone
"Imports @mui/icons-material/AppSettingsAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-settings-alt-two-tone (create-svg-icon [(e "path" #js {"d" "m21.81 12.74-.82-.63v-.22l.8-.63c.16-.12.2-.34.1-.51l-.85-1.48c-.07-.13-.21-.2-.35-.2-.05 0-.1.01-.15.03l-.95.38c-.08-.05-.11-.07-.19-.11l-.15-1.01c-.03-.21-.2-.36-.4-.36h-1.71c-.2 0-.37.15-.4.34l-.14 1.01c-.03.02-.07.03-.1.05l-.09.06-.95-.38c-.05-.02-.1-.03-.15-.03-.14 0-.27.07-.35.2l-.85 1.48c-.1.17-.06.39.1.51l.8.63v.23l-.8.63c-.16.12-.2.34-.1.51l.85 1.48c.07.13.21.2.35.2.05 0 .1-.01.15-.03l.95-.37c.08.05.12.07.2.11l.15 1.01c.03.2.2.34.4.34h1.71c.2 0 .37-.15.4-.34l.15-1.01c.03-.02.07-.03.1-.05l.09-.06.95.38c.05.02.1.03.15.03.14 0 .27-.07.35-.2l.85-1.48c.1-.17.06-.39-.1-.51zM18 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM17 18H7V6h10v1h2V3c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v1zM7 3h10v1H7V3zm10 18H7v-1h10v1z"}) (e "path" #js {"d" "M7 3h10v1H7zm0 17h10v1H7z", "opacity" ".3"})]
"AppSettingsAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/app_shortcut.cljs
================================================
(ns reagent-mui.icons.app-shortcut
"Imports @mui/icons-material/AppShortcut as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-shortcut (create-svg-icon [(e "path" #js {"d" "M17 18H7V6h10v1h2V3c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v1zm3.38-8.38L21 11l.62-1.38L23 9l-1.38-.62L21 7l-.62 1.38L19 9z"}) (e "path" #js {"d" "m16 8-1.25 2.75L12 12l2.75 1.25L16 16l1.25-2.75L20 12l-2.75-1.25zm5 5-.62 1.38L19 15l1.38.62L21 17l.62-1.38L23 15l-1.38-.62z"})]
"AppShortcut"))
================================================
FILE: src/icons/reagent_mui/icons/app_shortcut_outlined.cljs
================================================
(ns reagent-mui.icons.app-shortcut-outlined
"Imports @mui/icons-material/AppShortcutOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-shortcut-outlined (create-svg-icon [(e "path" #js {"d" "M17 18H7V6h10v1h2V3c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v1zM7 3h10v1H7V3zm10 18H7v-1h10v1zm3.38-11.38L21 11l.62-1.38L23 9l-1.38-.62L21 7l-.62 1.38L19 9z"}) (e "path" #js {"d" "m16 8-1.25 2.75L12 12l2.75 1.25L16 16l1.25-2.75L20 12l-2.75-1.25zm5 5-.62 1.38L19 15l1.38.62L21 17l.62-1.38L23 15l-1.38-.62z"})]
"AppShortcutOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/app_shortcut_rounded.cljs
================================================
(ns reagent-mui.icons.app-shortcut-rounded
"Imports @mui/icons-material/AppShortcutRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-shortcut-rounded (create-svg-icon [(e "path" #js {"d" "M17 18H7V6h10v1h2V3c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v1zm3.38-8.38.4.87c.09.2.37.2.46 0l.4-.87.87-.4c.2-.09.2-.37 0-.46l-.87-.4-.4-.87c-.09-.2-.37-.2-.46 0l-.4.87-.87.4c-.2.09-.2.37 0 .46l.87.4z"}) (e "path" #js {"d" "m15.54 9-.79 1.75-1.75.79c-.39.18-.39.73 0 .91l1.75.79.79 1.76c.18.39.73.39.91 0l.79-1.75 1.76-.79c.39-.18.39-.73 0-.91l-1.75-.79L16.46 9c-.18-.39-.74-.39-.92 0zm5.23 4.5-.4.87-.87.4c-.2.09-.2.37 0 .46l.87.4.4.87c.09.2.37.2.46 0l.4-.87.87-.4c.2-.09.2-.37 0-.46l-.87-.4-.4-.87c-.09-.19-.37-.19-.46 0z"})]
"AppShortcutRounded"))
================================================
FILE: src/icons/reagent_mui/icons/app_shortcut_sharp.cljs
================================================
(ns reagent-mui.icons.app-shortcut-sharp
"Imports @mui/icons-material/AppShortcutSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-shortcut-sharp (create-svg-icon [(e "path" #js {"d" "M17 18H7V6h10v1h2V1H5v22h14v-6h-2zm3.38-8.38L21 11l.62-1.38L23 9l-1.38-.62L21 7l-.62 1.38L19 9z"}) (e "path" #js {"d" "m16 8-1.25 2.75L12 12l2.75 1.25L16 16l1.25-2.75L20 12l-2.75-1.25zm5 5-.62 1.38L19 15l1.38.62L21 17l.62-1.38L23 15l-1.38-.62z"})]
"AppShortcutSharp"))
================================================
FILE: src/icons/reagent_mui/icons/app_shortcut_two_tone.cljs
================================================
(ns reagent-mui.icons.app-shortcut-two-tone
"Imports @mui/icons-material/AppShortcutTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def app-shortcut-two-tone (create-svg-icon [(e "path" #js {"d" "M7 20h10v1H7zM7 3h10v1H7z", "opacity" ".3"}) (e "path" #js {"d" "M17 18H7V6h10v1h2V3c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v1zM7 3h10v1H7V3zm10 18H7v-1h10v1zm3.38-11.38L21 11l.62-1.38L23 9l-1.38-.62L21 7l-.62 1.38L19 9z"}) (e "path" #js {"d" "m16 8-1.25 2.75L12 12l2.75 1.25L16 16l1.25-2.75L20 12l-2.75-1.25zm5 5-.62 1.38L19 15l1.38.62L21 17l.62-1.38L23 15l-1.38-.62z"})]
"AppShortcutTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/apple.cljs
================================================
(ns reagent-mui.icons.apple
"Imports @mui/icons-material/Apple as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apple (create-svg-icon (e "path" #js {"d" "M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z"})
"Apple"))
================================================
FILE: src/icons/reagent_mui/icons/approval.cljs
================================================
(ns reagent-mui.icons.approval
"Imports @mui/icons-material/Approval as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def approval (create-svg-icon (e "path" #js {"d" "M4 16v6h16v-6c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2zm14 2H6v-2h12v2zM12 2C9.24 2 7 4.24 7 7l5 7 5-7c0-2.76-2.24-5-5-5zm0 9L9 7c0-1.66 1.34-3 3-3s3 1.34 3 3l-3 4z"})
"Approval"))
================================================
FILE: src/icons/reagent_mui/icons/approval_outlined.cljs
================================================
(ns reagent-mui.icons.approval-outlined
"Imports @mui/icons-material/ApprovalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def approval-outlined (create-svg-icon (e "path" #js {"d" "M4 16v6h16v-6c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2zm14 2H6v-2h12v2zM12 2C9.24 2 7 4.24 7 7l5 7 5-7c0-2.76-2.24-5-5-5zm0 9L9 7c0-1.66 1.34-3 3-3s3 1.34 3 3l-3 4z"})
"ApprovalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/approval_rounded.cljs
================================================
(ns reagent-mui.icons.approval-rounded
"Imports @mui/icons-material/ApprovalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def approval-rounded (create-svg-icon (e "path" #js {"d" "M4 16v4c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2zm13 2H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1zM12 2C9.54 2 7.48 3.79 7.07 6.13c-.08.52.06 1.05.36 1.47l3.76 5.26c.4.56 1.23.56 1.63 0l3.76-5.26c.3-.42.44-.95.35-1.47C16.52 3.79 14.46 2 12 2z"})
"ApprovalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/approval_sharp.cljs
================================================
(ns reagent-mui.icons.approval-sharp
"Imports @mui/icons-material/ApprovalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def approval-sharp (create-svg-icon (e "path" #js {"d" "M4 14v8h16v-8H4zm14 4H6v-2h12v2zM12 2C9.24 2 7 4.24 7 7l5 7 5-7c0-2.76-2.24-5-5-5z"})
"ApprovalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/approval_two_tone.cljs
================================================
(ns reagent-mui.icons.approval-two-tone
"Imports @mui/icons-material/ApprovalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def approval-two-tone (create-svg-icon [(e "path" #js {"d" "M6 16h12v2H6zm6-12c-1.66 0-3 1.34-3 3l3 4 3-4c0-1.66-1.34-3-3-3z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C9.24 2 7 4.24 7 7l5 7 5-7c0-2.76-2.24-5-5-5zm0 9L9 7c0-1.66 1.34-3 3-3s3 1.34 3 3l-3 4zm6 3H6c-1.1 0-2 .9-2 2v6h16v-6c0-1.1-.9-2-2-2zm0 4H6v-2h12v2z"})]
"ApprovalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/apps.cljs
================================================
(ns reagent-mui.icons.apps
"Imports @mui/icons-material/Apps as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apps (create-svg-icon (e "path" #js {"d" "M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z"})
"Apps"))
================================================
FILE: src/icons/reagent_mui/icons/apps_outage.cljs
================================================
(ns reagent-mui.icons.apps-outage
"Imports @mui/icons-material/AppsOutage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apps-outage (create-svg-icon (e "path" #js {"d" "M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6 6h4v-4h-4v4zm3-20c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 8h-1V7h1v1zm0-2h-1V2h1v4zM16 14h4v-2.07c-.33.05-.66.07-1 .07-1.07 0-2.09-.24-3-.68V14zM10 4v4h2.68c-.44-.91-.68-1.93-.68-3 0-.34.02-.67.07-1H10z"})
"AppsOutage"))
================================================
FILE: src/icons/reagent_mui/icons/apps_outage_outlined.cljs
================================================
(ns reagent-mui.icons.apps-outage-outlined
"Imports @mui/icons-material/AppsOutageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apps-outage-outlined (create-svg-icon (e "path" #js {"d" "M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6 6h4v-4h-4v4zm3-20c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 8h-1V7h1v1zm0-2h-1V2h1v4zM16 14h4v-2.07c-.33.05-.66.07-1 .07-1.07 0-2.09-.24-3-.68V14zM10 4v4h2.68c-.44-.91-.68-1.93-.68-3 0-.34.02-.67.07-1H10z"})
"AppsOutageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/apps_outage_rounded.cljs
================================================
(ns reagent-mui.icons.apps-outage-rounded
"Imports @mui/icons-material/AppsOutageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apps-outage-rounded (create-svg-icon (e "path" #js {"d" "M6 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6 12c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-6 0c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0-6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6 0c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm.07-10H12c-1.1 0-2 .9-2 2s.9 2 2 2c.22 0 .43-.04.63-.1C12.22 7.01 12 6.03 12 5c0-.34.02-.67.07-1zM19 12c-1.03 0-2.01-.22-2.9-.63-.06.2-.1.41-.1.63 0 1.1.9 2 2 2s2-.9 2-2v-.07c-.33.05-.66.07-1 .07zm-1 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1-20c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 7.5c0 .28-.22.5-.5.5-.27 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5zM19 6c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5s.5.22.5.5v3c0 .28-.22.5-.5.5z"})
"AppsOutageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/apps_outage_sharp.cljs
================================================
(ns reagent-mui.icons.apps-outage-sharp
"Imports @mui/icons-material/AppsOutageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apps-outage-sharp (create-svg-icon (e "path" #js {"d" "M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6 6h4v-4h-4v4zm3-20c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 8h-1V7h1v1zm0-2h-1V2h1v4zM16 14h4v-2.07c-.33.05-.66.07-1 .07-1.07 0-2.09-.24-3-.68V14zM10 4v4h2.68c-.44-.91-.68-1.93-.68-3 0-.34.02-.67.07-1H10z"})
"AppsOutageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/apps_outage_two_tone.cljs
================================================
(ns reagent-mui.icons.apps-outage-two-tone
"Imports @mui/icons-material/AppsOutageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apps-outage-two-tone (create-svg-icon (e "path" #js {"d" "M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6 6h4v-4h-4v4zm3-20c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 8h-1V7h1v1zm0-2h-1V2h1v4zM16 14h4v-2.07c-.33.05-.66.07-1 .07-1.07 0-2.09-.24-3-.68V14zM10 4v4h2.68c-.44-.91-.68-1.93-.68-3 0-.34.02-.67.07-1H10z"})
"AppsOutageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/apps_outlined.cljs
================================================
(ns reagent-mui.icons.apps-outlined
"Imports @mui/icons-material/AppsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apps-outlined (create-svg-icon (e "path" #js {"d" "M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z"})
"AppsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/apps_rounded.cljs
================================================
(ns reagent-mui.icons.apps-rounded
"Imports @mui/icons-material/AppsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apps-rounded (create-svg-icon (e "path" #js {"d" "M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z"})
"AppsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/apps_sharp.cljs
================================================
(ns reagent-mui.icons.apps-sharp
"Imports @mui/icons-material/AppsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apps-sharp (create-svg-icon (e "path" #js {"d" "M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z"})
"AppsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/apps_two_tone.cljs
================================================
(ns reagent-mui.icons.apps-two-tone
"Imports @mui/icons-material/AppsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def apps-two-tone (create-svg-icon (e "path" #js {"d" "M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z"})
"AppsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/architecture.cljs
================================================
(ns reagent-mui.icons.architecture
"Imports @mui/icons-material/Architecture as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def architecture (create-svg-icon (e "path" #js {"d" "M6.36 18.78 6.61 21l1.62-1.54 2.77-7.6c-.68-.17-1.28-.51-1.77-.98l-2.87 7.9zm8.41-7.9c-.49.47-1.1.81-1.77.98l2.77 7.6L17.39 21l.26-2.22-2.88-7.9zM15 8c0-1.3-.84-2.4-2-2.82V3h-2v2.18C9.84 5.6 9 6.7 9 8c0 1.66 1.34 3 3 3s3-1.34 3-3zm-3 1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"Architecture"))
================================================
FILE: src/icons/reagent_mui/icons/architecture_outlined.cljs
================================================
(ns reagent-mui.icons.architecture-outlined
"Imports @mui/icons-material/ArchitectureOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def architecture-outlined (create-svg-icon (e "path" #js {"d" "M6.36 18.78 6.61 21l1.62-1.54 2.77-7.6c-.68-.17-1.28-.51-1.77-.98l-2.87 7.9zm8.41-7.9c-.49.47-1.1.81-1.77.98l2.77 7.6L17.39 21l.26-2.22-2.88-7.9zM15 8c0-1.3-.84-2.4-2-2.82V3h-2v2.18C9.84 5.6 9 6.7 9 8c0 1.66 1.34 3 3 3s3-1.34 3-3zm-3 1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"ArchitectureOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/architecture_rounded.cljs
================================================
(ns reagent-mui.icons.architecture-rounded
"Imports @mui/icons-material/ArchitectureRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def architecture-rounded (create-svg-icon (e "path" #js {"d" "M6.36 18.78 6.61 21l1.62-1.54 2.77-7.6c-.68-.17-1.28-.51-1.77-.98l-2.87 7.9zm8.41-7.9c-.49.47-1.1.81-1.77.98l2.77 7.6L17.39 21l.26-2.22-2.88-7.9zm.17-2.28c.3-1.56-.6-2.94-1.94-3.42V4c0-.55-.45-1-1-1s-1 .45-1 1v1.18C9.84 5.6 9 6.7 9 8c0 1.84 1.66 3.3 3.56 2.95 1.18-.22 2.15-1.17 2.38-2.35zM12 9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"ArchitectureRounded"))
================================================
FILE: src/icons/reagent_mui/icons/architecture_sharp.cljs
================================================
(ns reagent-mui.icons.architecture-sharp
"Imports @mui/icons-material/ArchitectureSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def architecture-sharp (create-svg-icon (e "path" #js {"d" "M6.36 18.78 6.61 21l1.62-1.54 2.77-7.6c-.68-.17-1.28-.51-1.77-.98l-2.87 7.9zm8.41-7.9c-.49.47-1.1.81-1.77.98l2.77 7.6L17.39 21l.26-2.22-2.88-7.9zM15 8c0-1.3-.84-2.4-2-2.82V3h-2v2.18C9.84 5.6 9 6.7 9 8c0 1.66 1.34 3 3 3s3-1.34 3-3zm-3 1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"ArchitectureSharp"))
================================================
FILE: src/icons/reagent_mui/icons/architecture_two_tone.cljs
================================================
(ns reagent-mui.icons.architecture-two-tone
"Imports @mui/icons-material/ArchitectureTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def architecture-two-tone (create-svg-icon (e "path" #js {"d" "M6.36 18.78 6.61 21l1.62-1.54 2.77-7.6c-.68-.17-1.28-.51-1.77-.98l-2.87 7.9zm8.41-7.9c-.49.47-1.1.81-1.77.98l2.77 7.6L17.39 21l.26-2.22-2.88-7.9zM15 8c0-1.3-.84-2.4-2-2.82V3h-2v2.18C9.84 5.6 9 6.7 9 8c0 1.66 1.34 3 3 3s3-1.34 3-3zm-3 1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"ArchitectureTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/archive.cljs
================================================
(ns reagent-mui.icons.archive
"Imports @mui/icons-material/Archive as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def archive (create-svg-icon (e "path" #js {"d" "m20.54 5.23-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27zM12 17.5 6.5 12H10v-2h4v2h3.5L12 17.5zM5.12 5l.81-1h12l.94 1H5.12z"})
"Archive"))
================================================
FILE: src/icons/reagent_mui/icons/archive_outlined.cljs
================================================
(ns reagent-mui.icons.archive-outlined
"Imports @mui/icons-material/ArchiveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def archive-outlined (create-svg-icon (e "path" #js {"d" "m20.54 5.23-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27zM6.24 5h11.52l.81.97H5.44l.8-.97zM5 19V8h14v11H5zm8.45-9h-2.9v3H8l4 4 4-4h-2.55z"})
"ArchiveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/archive_rounded.cljs
================================================
(ns reagent-mui.icons.archive-rounded
"Imports @mui/icons-material/ArchiveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def archive-rounded (create-svg-icon (e "path" #js {"d" "m20.54 5.23-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27zm-8.89 11.92L6.5 12H10v-2h4v2h3.5l-5.15 5.15c-.19.19-.51.19-.7 0zM5.12 5l.81-1h12l.94 1H5.12z"})
"ArchiveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/archive_sharp.cljs
================================================
(ns reagent-mui.icons.archive-sharp
"Imports @mui/icons-material/ArchiveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def archive-sharp (create-svg-icon (e "path" #js {"d" "M18.71 3H5.29L3 5.79V21h18V5.79L18.71 3zM12 17.5 6.5 12H10v-2h4v2h3.5L12 17.5zM5.12 5l.81-1h12l.94 1H5.12z"})
"ArchiveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/archive_two_tone.cljs
================================================
(ns reagent-mui.icons.archive-two-tone
"Imports @mui/icons-material/ArchiveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def archive-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V8H5v11zm5.55-6v-3h2.91v3H16l-4 4-4-4h2.55z", "opacity" ".3"}) (e "path" #js {"d" "M16 13h-2.55v-3h-2.9v3H8l4 4zm4.54-7.77-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27zM6.24 5h11.52l.81.97H5.44l.8-.97zM19 19H5V8h14v11z"})]
"ArchiveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_back.cljs
================================================
(ns reagent-mui.icons.arrow-back
"Imports @mui/icons-material/ArrowBack as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-back (create-svg-icon (e "path" #js {"d" "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"})
"ArrowBack"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_back_ios.cljs
================================================
(ns reagent-mui.icons.arrow-back-ios
"Imports @mui/icons-material/ArrowBackIos as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-back-ios (create-svg-icon (e "path" #js {"d" "M11.67 3.87 9.9 2.1 0 12l9.9 9.9 1.77-1.77L3.54 12z"})
"ArrowBackIos"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_back_ios_new.cljs
================================================
(ns reagent-mui.icons.arrow-back-ios-new
"Imports @mui/icons-material/ArrowBackIosNew as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-back-ios-new (create-svg-icon (e "path" #js {"d" "M17.77 3.77 16 2 6 12l10 10 1.77-1.77L9.54 12z"})
"ArrowBackIosNew"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_back_ios_new_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-back-ios-new-outlined
"Imports @mui/icons-material/ArrowBackIosNewOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-back-ios-new-outlined (create-svg-icon (e "path" #js {"d" "M17.77 3.77 16 2 6 12l10 10 1.77-1.77L9.54 12z"})
"ArrowBackIosNewOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_back_ios_new_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-back-ios-new-rounded
"Imports @mui/icons-material/ArrowBackIosNewRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-back-ios-new-rounded (create-svg-icon (e "path" #js {"d" "M16.88 2.88c-.49-.49-1.28-.49-1.77 0L6.7 11.29c-.39.39-.39 1.02 0 1.41l8.41 8.41c.49.49 1.28.49 1.77 0s.49-1.28 0-1.77L9.54 12l7.35-7.35c.48-.49.48-1.28-.01-1.77z"})
"ArrowBackIosNewRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_back_ios_new_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-back-ios-new-sharp
"Imports @mui/icons-material/ArrowBackIosNewSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-back-ios-new-sharp (create-svg-icon (e "path" #js {"d" "M17.77 3.77 16 2 6 12l10 10 1.77-1.77L9.54 12z"})
"ArrowBackIosNewSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_back_ios_new_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-back-ios-new-two-tone
"Imports @mui/icons-material/ArrowBackIosNewTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-back-ios-new-two-tone (create-svg-icon (e "path" #js {"d" "M17.77 3.77 16 2 6 12l10 10 1.77-1.77L9.54 12z"})
"ArrowBackIosNewTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_back_ios_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-back-ios-outlined
"Imports @mui/icons-material/ArrowBackIosOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-back-ios-outlined (create-svg-icon (e "path" #js {"d" "M17.51 3.87 15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"})
"ArrowBackIosOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_back_ios_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-back-ios-rounded
"Imports @mui/icons-material/ArrowBackIosRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-back-ios-rounded (create-svg-icon (e "path" #js {"d" "M16.62 2.99c-.49-.49-1.28-.49-1.77 0L6.54 11.3c-.39.39-.39 1.02 0 1.41l8.31 8.31c.49.49 1.28.49 1.77 0s.49-1.28 0-1.77L9.38 12l7.25-7.25c.48-.48.48-1.28-.01-1.76z"})
"ArrowBackIosRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_back_ios_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-back-ios-sharp
"Imports @mui/icons-material/ArrowBackIosSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-back-ios-sharp (create-svg-icon (e "path" #js {"d" "M17.51 3.87 15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"})
"ArrowBackIosSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_back_ios_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-back-ios-two-tone
"Imports @mui/icons-material/ArrowBackIosTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-back-ios-two-tone (create-svg-icon (e "path" #js {"d" "M17.51 3.87 15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"})
"ArrowBackIosTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_back_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-back-outlined
"Imports @mui/icons-material/ArrowBackOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-back-outlined (create-svg-icon (e "path" #js {"d" "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"})
"ArrowBackOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_back_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-back-rounded
"Imports @mui/icons-material/ArrowBackRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-back-rounded (create-svg-icon (e "path" #js {"d" "M19 11H7.83l4.88-4.88c.39-.39.39-1.03 0-1.42a.9959.9959 0 0 0-1.41 0l-6.59 6.59c-.39.39-.39 1.02 0 1.41l6.59 6.59c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L7.83 13H19c.55 0 1-.45 1-1s-.45-1-1-1z"})
"ArrowBackRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_back_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-back-sharp
"Imports @mui/icons-material/ArrowBackSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-back-sharp (create-svg-icon (e "path" #js {"d" "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"})
"ArrowBackSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_back_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-back-two-tone
"Imports @mui/icons-material/ArrowBackTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-back-two-tone (create-svg-icon (e "path" #js {"d" "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"})
"ArrowBackTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_down.cljs
================================================
(ns reagent-mui.icons.arrow-circle-down
"Imports @mui/icons-material/ArrowCircleDown as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-down (create-svg-icon (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 10V8h-2v4H8l4 4 4-4h-3z"})
"ArrowCircleDown"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_down_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-circle-down-outlined
"Imports @mui/icons-material/ArrowCircleDownOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-down-outlined (create-svg-icon (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 10V8h-2v4H8l4 4 4-4h-3z"})
"ArrowCircleDownOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_down_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-circle-down-rounded
"Imports @mui/icons-material/ArrowCircleDownRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-down-rounded (create-svg-icon (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 10V9c0-.55-.45-1-1-1s-1 .45-1 1v3H9.21c-.45 0-.67.54-.35.85l2.79 2.79c.2.2.51.2.71 0l2.79-2.79c.31-.31.09-.85-.35-.85H13z"})
"ArrowCircleDownRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_down_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-circle-down-sharp
"Imports @mui/icons-material/ArrowCircleDownSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-down-sharp (create-svg-icon (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 10V8h-2v4H8l4 4 4-4h-3z"})
"ArrowCircleDownSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_down_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-circle-down-two-tone
"Imports @mui/icons-material/ArrowCircleDownTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-down-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm0 12-4-4h3V8h2v4h3l-4 4z", "opacity" ".3"}) (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 10V8h-2v4H8l4 4 4-4h-3z"})]
"ArrowCircleDownTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_left.cljs
================================================
(ns reagent-mui.icons.arrow-circle-left
"Imports @mui/icons-material/ArrowCircleLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-left (create-svg-icon (e "path" #js {"d" "M2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2 2 6.48 2 12zm10-1h4v2h-4v3l-4-4 4-4v3z"})
"ArrowCircleLeft"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_left_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-circle-left-outlined
"Imports @mui/icons-material/ArrowCircleLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-left-outlined (create-svg-icon (e "path" #js {"d" "M2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2 2 6.48 2 12zm18 0c0 4.42-3.58 8-8 8s-8-3.58-8-8 3.58-8 8-8 8 3.58 8 8zM8 12l4-4 1.41 1.41L11.83 11H16v2h-4.17l1.59 1.59L12 16l-4-4z"})
"ArrowCircleLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_left_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-circle-left-rounded
"Imports @mui/icons-material/ArrowCircleLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-left-rounded (create-svg-icon (e "path" #js {"d" "M2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2 2 6.48 2 12zm10-2.79V11h3c.55 0 1 .45 1 1s-.45 1-1 1h-3v1.79c0 .45-.54.67-.85.35l-2.79-2.79c-.2-.2-.2-.51 0-.71l2.79-2.79c.31-.31.85-.09.85.36z"})
"ArrowCircleLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_left_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-circle-left-sharp
"Imports @mui/icons-material/ArrowCircleLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-left-sharp (create-svg-icon (e "path" #js {"d" "M2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2 2 6.48 2 12zm10-1h4v2h-4v3l-4-4 4-4v3z"})
"ArrowCircleLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_left_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-circle-left-two-tone
"Imports @mui/icons-material/ArrowCircleLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-left-two-tone (create-svg-icon [(e "path" #js {"d" "M20 12c0 4.41-3.59 8-8 8s-8-3.59-8-8 3.59-8 8-8 8 3.59 8 8m-8 1h4v-2h-4V8l-4 4 4 4v-3z", "opacity" ".3"}) (e "path" #js {"d" "M20 12c0 4.41-3.59 8-8 8s-8-3.59-8-8 3.59-8 8-8 8 3.59 8 8m2 0c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zm-10 1h4v-2h-4V8l-4 4 4 4v-3z"})]
"ArrowCircleLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_right.cljs
================================================
(ns reagent-mui.icons.arrow-circle-right
"Imports @mui/icons-material/ArrowCircleRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-right (create-svg-icon (e "path" #js {"d" "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zm-10 1H8v-2h4V8l4 4-4 4v-3z"})
"ArrowCircleRight"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_right_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-circle-right-outlined
"Imports @mui/icons-material/ArrowCircleRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-right-outlined (create-svg-icon (e "path" #js {"d" "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zM4 12c0-4.42 3.58-8 8-8s8 3.58 8 8-3.58 8-8 8-8-3.58-8-8zm12 0-4 4-1.41-1.41L12.17 13H8v-2h4.17l-1.59-1.59L12 8l4 4z"})
"ArrowCircleRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_right_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-circle-right-rounded
"Imports @mui/icons-material/ArrowCircleRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-right-rounded (create-svg-icon (e "path" #js {"d" "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zm-10 2.79V13H9c-.55 0-1-.45-1-1s.45-1 1-1h3V9.21c0-.45.54-.67.85-.35l2.79 2.79c.2.2.2.51 0 .71l-2.79 2.79c-.31.31-.85.09-.85-.36z"})
"ArrowCircleRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_right_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-circle-right-sharp
"Imports @mui/icons-material/ArrowCircleRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-right-sharp (create-svg-icon (e "path" #js {"d" "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zm-10 1H8v-2h4V8l4 4-4 4v-3z"})
"ArrowCircleRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_right_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-circle-right-two-tone
"Imports @mui/icons-material/ArrowCircleRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-right-two-tone (create-svg-icon [(e "path" #js {"d" "M4 12c0-4.41 3.59-8 8-8s8 3.59 8 8-3.59 8-8 8-8-3.59-8-8m8-1H8v2h4v3l4-4-4-4v3z", "opacity" ".3"}) (e "path" #js {"d" "M4 12c0-4.41 3.59-8 8-8s8 3.59 8 8-3.59 8-8 8-8-3.59-8-8m-2 0c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2 2 6.48 2 12zm10-1H8v2h4v3l4-4-4-4v3z"})]
"ArrowCircleRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_up.cljs
================================================
(ns reagent-mui.icons.arrow-circle-up
"Imports @mui/icons-material/ArrowCircleUp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-up (create-svg-icon (e "path" #js {"d" "M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0 2c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm-1-10v4h2v-4h3l-4-4-4 4h3z"})
"ArrowCircleUp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_up_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-circle-up-outlined
"Imports @mui/icons-material/ArrowCircleUpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-up-outlined (create-svg-icon (e "path" #js {"d" "M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0 2c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm-1-10v4h2v-4h3l-4-4-4 4h3z"})
"ArrowCircleUpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_up_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-circle-up-rounded
"Imports @mui/icons-material/ArrowCircleUpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-up-rounded (create-svg-icon (e "path" #js {"d" "M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0 2c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm-1-10v3c0 .55.45 1 1 1s1-.45 1-1v-3h1.79c.45 0 .67-.54.35-.85l-2.79-2.79c-.2-.2-.51-.2-.71 0l-2.79 2.79c-.31.31-.09.85.36.85H11z"})
"ArrowCircleUpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_up_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-circle-up-sharp
"Imports @mui/icons-material/ArrowCircleUpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-up-sharp (create-svg-icon (e "path" #js {"d" "M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0 2c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm-1-10v4h2v-4h3l-4-4-4 4h3z"})
"ArrowCircleUpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_circle_up_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-circle-up-two-tone
"Imports @mui/icons-material/ArrowCircleUpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-circle-up-two-tone (create-svg-icon [(e "path" #js {"d" "M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m-1-8v4h2v-4h3l-4-4-4 4h3z", "opacity" ".3"}) (e "path" #js {"d" "M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0 2c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm-1-10v4h2v-4h3l-4-4-4 4h3z"})]
"ArrowCircleUpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_downward.cljs
================================================
(ns reagent-mui.icons.arrow-downward
"Imports @mui/icons-material/ArrowDownward as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-downward (create-svg-icon (e "path" #js {"d" "m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"})
"ArrowDownward"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_downward_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-downward-outlined
"Imports @mui/icons-material/ArrowDownwardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-downward-outlined (create-svg-icon (e "path" #js {"d" "m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"})
"ArrowDownwardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_downward_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-downward-rounded
"Imports @mui/icons-material/ArrowDownwardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-downward-rounded (create-svg-icon (e "path" #js {"d" "M11 5v11.17l-4.88-4.88c-.39-.39-1.03-.39-1.42 0-.39.39-.39 1.02 0 1.41l6.59 6.59c.39.39 1.02.39 1.41 0l6.59-6.59c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L13 16.17V5c0-.55-.45-1-1-1s-1 .45-1 1z"})
"ArrowDownwardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_downward_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-downward-sharp
"Imports @mui/icons-material/ArrowDownwardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-downward-sharp (create-svg-icon (e "path" #js {"d" "m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"})
"ArrowDownwardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_downward_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-downward-two-tone
"Imports @mui/icons-material/ArrowDownwardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-downward-two-tone (create-svg-icon (e "path" #js {"d" "m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"})
"ArrowDownwardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_drop_down.cljs
================================================
(ns reagent-mui.icons.arrow-drop-down
"Imports @mui/icons-material/ArrowDropDown as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-drop-down (create-svg-icon (e "path" #js {"d" "m7 10 5 5 5-5z"})
"ArrowDropDown"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_drop_down_circle.cljs
================================================
(ns reagent-mui.icons.arrow-drop-down-circle
"Imports @mui/icons-material/ArrowDropDownCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-drop-down-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 12-4-4h8l-4 4z"})
"ArrowDropDownCircle"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_drop_down_circle_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-drop-down-circle-outlined
"Imports @mui/icons-material/ArrowDropDownCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-drop-down-circle-outlined (create-svg-icon (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 13-4-4h8z"})
"ArrowDropDownCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_drop_down_circle_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-drop-down-circle-rounded
"Imports @mui/icons-material/ArrowDropDownCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-drop-down-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-.35 12.65-2.79-2.79c-.32-.32-.1-.86.35-.86h5.59c.45 0 .67.54.35.85l-2.79 2.79c-.2.2-.52.2-.71.01z"})
"ArrowDropDownCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_drop_down_circle_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-drop-down-circle-sharp
"Imports @mui/icons-material/ArrowDropDownCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-drop-down-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 13-4-4h8l-4 4z"})
"ArrowDropDownCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_drop_down_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-drop-down-circle-two-tone
"Imports @mui/icons-material/ArrowDropDownCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-drop-down-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm0 11-4-4h8l-4 4z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-5 4-4H8z"})]
"ArrowDropDownCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_drop_down_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-drop-down-outlined
"Imports @mui/icons-material/ArrowDropDownOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-drop-down-outlined (create-svg-icon (e "path" #js {"d" "m7 10 5 5 5-5H7z"})
"ArrowDropDownOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_drop_down_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-drop-down-rounded
"Imports @mui/icons-material/ArrowDropDownRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-drop-down-rounded (create-svg-icon (e "path" #js {"d" "m8.71 11.71 2.59 2.59c.39.39 1.02.39 1.41 0l2.59-2.59c.63-.63.18-1.71-.71-1.71H9.41c-.89 0-1.33 1.08-.7 1.71z"})
"ArrowDropDownRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_drop_down_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-drop-down-sharp
"Imports @mui/icons-material/ArrowDropDownSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-drop-down-sharp (create-svg-icon (e "path" #js {"d" "m7 10 5 5 5-5H7z"})
"ArrowDropDownSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_drop_down_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-drop-down-two-tone
"Imports @mui/icons-material/ArrowDropDownTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-drop-down-two-tone (create-svg-icon (e "path" #js {"d" "m7 10 5 5 5-5H7z"})
"ArrowDropDownTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_drop_up.cljs
================================================
(ns reagent-mui.icons.arrow-drop-up
"Imports @mui/icons-material/ArrowDropUp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-drop-up (create-svg-icon (e "path" #js {"d" "m7 14 5-5 5 5z"})
"ArrowDropUp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_drop_up_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-drop-up-outlined
"Imports @mui/icons-material/ArrowDropUpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-drop-up-outlined (create-svg-icon (e "path" #js {"d" "m7 14 5-5 5 5H7z"})
"ArrowDropUpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_drop_up_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-drop-up-rounded
"Imports @mui/icons-material/ArrowDropUpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-drop-up-rounded (create-svg-icon (e "path" #js {"d" "M8.71 12.29 11.3 9.7c.39-.39 1.02-.39 1.41 0l2.59 2.59c.63.63.18 1.71-.71 1.71H9.41c-.89 0-1.33-1.08-.7-1.71z"})
"ArrowDropUpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_drop_up_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-drop-up-sharp
"Imports @mui/icons-material/ArrowDropUpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-drop-up-sharp (create-svg-icon (e "path" #js {"d" "m7 14 5-5 5 5H7z"})
"ArrowDropUpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_drop_up_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-drop-up-two-tone
"Imports @mui/icons-material/ArrowDropUpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-drop-up-two-tone (create-svg-icon (e "path" #js {"d" "m7 14 5-5 5 5H7z"})
"ArrowDropUpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_forward.cljs
================================================
(ns reagent-mui.icons.arrow-forward
"Imports @mui/icons-material/ArrowForward as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-forward (create-svg-icon (e "path" #js {"d" "m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"})
"ArrowForward"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_forward_ios.cljs
================================================
(ns reagent-mui.icons.arrow-forward-ios
"Imports @mui/icons-material/ArrowForwardIos as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-forward-ios (create-svg-icon (e "path" #js {"d" "M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z"})
"ArrowForwardIos"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_forward_ios_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-forward-ios-outlined
"Imports @mui/icons-material/ArrowForwardIosOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-forward-ios-outlined (create-svg-icon (e "path" #js {"d" "M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z"})
"ArrowForwardIosOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_forward_ios_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-forward-ios-rounded
"Imports @mui/icons-material/ArrowForwardIosRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-forward-ios-rounded (create-svg-icon (e "path" #js {"d" "M7.38 21.01c.49.49 1.28.49 1.77 0l8.31-8.31c.39-.39.39-1.02 0-1.41L9.15 2.98c-.49-.49-1.28-.49-1.77 0s-.49 1.28 0 1.77L14.62 12l-7.25 7.25c-.48.48-.48 1.28.01 1.76z"})
"ArrowForwardIosRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_forward_ios_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-forward-ios-sharp
"Imports @mui/icons-material/ArrowForwardIosSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-forward-ios-sharp (create-svg-icon (e "path" #js {"d" "M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z"})
"ArrowForwardIosSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_forward_ios_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-forward-ios-two-tone
"Imports @mui/icons-material/ArrowForwardIosTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-forward-ios-two-tone (create-svg-icon (e "path" #js {"d" "M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z"})
"ArrowForwardIosTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_forward_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-forward-outlined
"Imports @mui/icons-material/ArrowForwardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-forward-outlined (create-svg-icon (e "path" #js {"d" "m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"})
"ArrowForwardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_forward_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-forward-rounded
"Imports @mui/icons-material/ArrowForwardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-forward-rounded (create-svg-icon (e "path" #js {"d" "M5 13h11.17l-4.88 4.88c-.39.39-.39 1.03 0 1.42.39.39 1.02.39 1.41 0l6.59-6.59c.39-.39.39-1.02 0-1.41l-6.58-6.6a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L16.17 11H5c-.55 0-1 .45-1 1s.45 1 1 1z"})
"ArrowForwardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_forward_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-forward-sharp
"Imports @mui/icons-material/ArrowForwardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-forward-sharp (create-svg-icon (e "path" #js {"d" "m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"})
"ArrowForwardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_forward_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-forward-two-tone
"Imports @mui/icons-material/ArrowForwardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-forward-two-tone (create-svg-icon (e "path" #js {"d" "m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"})
"ArrowForwardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_left.cljs
================================================
(ns reagent-mui.icons.arrow-left
"Imports @mui/icons-material/ArrowLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-left (create-svg-icon (e "path" #js {"d" "m14 7-5 5 5 5V7z"})
"ArrowLeft"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_left_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-left-outlined
"Imports @mui/icons-material/ArrowLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-left-outlined (create-svg-icon (e "path" #js {"d" "m14 7-5 5 5 5V7z"})
"ArrowLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_left_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-left-rounded
"Imports @mui/icons-material/ArrowLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-left-rounded (create-svg-icon (e "path" #js {"d" "M12.29 8.71 9.7 11.3c-.39.39-.39 1.02 0 1.41l2.59 2.59c.63.63 1.71.18 1.71-.71V9.41c0-.89-1.08-1.33-1.71-.7z"})
"ArrowLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_left_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-left-sharp
"Imports @mui/icons-material/ArrowLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-left-sharp (create-svg-icon (e "path" #js {"d" "m14 7-5 5 5 5V7z"})
"ArrowLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_left_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-left-two-tone
"Imports @mui/icons-material/ArrowLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-left-two-tone (create-svg-icon (e "path" #js {"d" "m14 7-5 5 5 5V7z"})
"ArrowLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_outward.cljs
================================================
(ns reagent-mui.icons.arrow-outward
"Imports @mui/icons-material/ArrowOutward as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-outward (create-svg-icon (e "path" #js {"d" "M6 6v2h8.59L5 17.59 6.41 19 16 9.41V18h2V6z"})
"ArrowOutward"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_outward_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-outward-outlined
"Imports @mui/icons-material/ArrowOutwardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-outward-outlined (create-svg-icon (e "path" #js {"d" "M6 6v2h8.59L5 17.59 6.41 19 16 9.41V18h2V6z"})
"ArrowOutwardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_outward_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-outward-rounded
"Imports @mui/icons-material/ArrowOutwardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-outward-rounded (create-svg-icon (e "path" #js {"d" "M6 7c0 .55.45 1 1 1h7.59l-8.88 8.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L16 9.41V17c0 .55.45 1 1 1s1-.45 1-1V7c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1z"})
"ArrowOutwardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_outward_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-outward-sharp
"Imports @mui/icons-material/ArrowOutwardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-outward-sharp (create-svg-icon (e "path" #js {"d" "M6 6v2h8.59L5 17.59 6.41 19 16 9.41V18h2V6z"})
"ArrowOutwardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_outward_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-outward-two-tone
"Imports @mui/icons-material/ArrowOutwardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-outward-two-tone (create-svg-icon (e "path" #js {"d" "M6 6v2h8.59L5 17.59 6.41 19 16 9.41V18h2V6z"})
"ArrowOutwardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_right.cljs
================================================
(ns reagent-mui.icons.arrow-right
"Imports @mui/icons-material/ArrowRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-right (create-svg-icon (e "path" #js {"d" "m10 17 5-5-5-5v10z"})
"ArrowRight"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_right_alt.cljs
================================================
(ns reagent-mui.icons.arrow-right-alt
"Imports @mui/icons-material/ArrowRightAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-right-alt (create-svg-icon (e "path" #js {"d" "M16.01 11H4v2h12.01v3L20 12l-3.99-4z"})
"ArrowRightAlt"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_right_alt_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-right-alt-outlined
"Imports @mui/icons-material/ArrowRightAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-right-alt-outlined (create-svg-icon (e "path" #js {"d" "M16.01 11H4v2h12.01v3L20 12l-3.99-4v3z"})
"ArrowRightAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_right_alt_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-right-alt-rounded
"Imports @mui/icons-material/ArrowRightAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-right-alt-rounded (create-svg-icon (e "path" #js {"d" "M16.01 11H5c-.55 0-1 .45-1 1s.45 1 1 1h11.01v1.79c0 .45.54.67.85.35l2.78-2.79c.19-.2.19-.51 0-.71l-2.78-2.79c-.31-.32-.85-.09-.85.35V11z"})
"ArrowRightAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_right_alt_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-right-alt-sharp
"Imports @mui/icons-material/ArrowRightAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-right-alt-sharp (create-svg-icon (e "path" #js {"d" "M16.01 11H4v2h12.01v3L20 12l-3.99-4v3z"})
"ArrowRightAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_right_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-right-alt-two-tone
"Imports @mui/icons-material/ArrowRightAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-right-alt-two-tone (create-svg-icon (e "path" #js {"d" "M16.01 11H4v2h12.01v3L20 12l-3.99-4v3z"})
"ArrowRightAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_right_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-right-outlined
"Imports @mui/icons-material/ArrowRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-right-outlined (create-svg-icon (e "path" #js {"d" "m10 17 5-5-5-5v10z"})
"ArrowRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_right_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-right-rounded
"Imports @mui/icons-material/ArrowRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-right-rounded (create-svg-icon (e "path" #js {"d" "m11.71 15.29 2.59-2.59c.39-.39.39-1.02 0-1.41L11.71 8.7c-.63-.62-1.71-.18-1.71.71v5.17c0 .9 1.08 1.34 1.71.71z"})
"ArrowRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_right_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-right-sharp
"Imports @mui/icons-material/ArrowRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-right-sharp (create-svg-icon (e "path" #js {"d" "m10 17 5-5-5-5v10z"})
"ArrowRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_right_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-right-two-tone
"Imports @mui/icons-material/ArrowRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-right-two-tone (create-svg-icon (e "path" #js {"d" "m10 17 5-5-5-5v10z"})
"ArrowRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_upward.cljs
================================================
(ns reagent-mui.icons.arrow-upward
"Imports @mui/icons-material/ArrowUpward as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-upward (create-svg-icon (e "path" #js {"d" "m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"})
"ArrowUpward"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_upward_outlined.cljs
================================================
(ns reagent-mui.icons.arrow-upward-outlined
"Imports @mui/icons-material/ArrowUpwardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-upward-outlined (create-svg-icon (e "path" #js {"d" "m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"})
"ArrowUpwardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_upward_rounded.cljs
================================================
(ns reagent-mui.icons.arrow-upward-rounded
"Imports @mui/icons-material/ArrowUpwardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-upward-rounded (create-svg-icon (e "path" #js {"d" "M13 19V7.83l4.88 4.88c.39.39 1.03.39 1.42 0 .39-.39.39-1.02 0-1.41l-6.59-6.59a.9959.9959 0 0 0-1.41 0l-6.6 6.58c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L11 7.83V19c0 .55.45 1 1 1s1-.45 1-1z"})
"ArrowUpwardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_upward_sharp.cljs
================================================
(ns reagent-mui.icons.arrow-upward-sharp
"Imports @mui/icons-material/ArrowUpwardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-upward-sharp (create-svg-icon (e "path" #js {"d" "m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"})
"ArrowUpwardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/arrow_upward_two_tone.cljs
================================================
(ns reagent-mui.icons.arrow-upward-two-tone
"Imports @mui/icons-material/ArrowUpwardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def arrow-upward-two-tone (create-svg-icon (e "path" #js {"d" "m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"})
"ArrowUpwardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/art_track.cljs
================================================
(ns reagent-mui.icons.art-track
"Imports @mui/icons-material/ArtTrack as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def art-track (create-svg-icon (e "path" #js {"d" "M22 13h-8v-2h8v2zm0-6h-8v2h8V7zm-8 10h8v-2h-8v2zm-2-8v6c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zm-1.5 6-2.25-3-1.75 2.26-1.25-1.51L3.5 15h7z"})
"ArtTrack"))
================================================
FILE: src/icons/reagent_mui/icons/art_track_outlined.cljs
================================================
(ns reagent-mui.icons.art-track-outlined
"Imports @mui/icons-material/ArtTrackOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def art-track-outlined (create-svg-icon (e "path" #js {"d" "M22 13h-8v-2h8v2zm0-6h-8v2h8V7zm-8 10h8v-2h-8v2zm-2-8v6c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zm-1.5 6-2.25-3-1.75 2.26-1.25-1.51L3.5 15h7z"})
"ArtTrackOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/art_track_rounded.cljs
================================================
(ns reagent-mui.icons.art-track-rounded
"Imports @mui/icons-material/ArtTrackRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def art-track-rounded (create-svg-icon (e "path" #js {"d" "M21 13h-6c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1zm0-6h-6c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm-6 10h6c.55 0 1-.45 1-1s-.45-1-1-1h-6c-.55 0-1 .45-1 1s.45 1 1 1zm-3-8v6c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zm-2.1 5.2-1.26-1.68c-.2-.26-.59-.27-.8-.01L6.5 14.26l-.85-1.03c-.2-.25-.58-.24-.78.01l-.74.95c-.26.33-.02.81.39.81H9.5c.41 0 .65-.47.4-.8z"})
"ArtTrackRounded"))
================================================
FILE: src/icons/reagent_mui/icons/art_track_sharp.cljs
================================================
(ns reagent-mui.icons.art-track-sharp
"Imports @mui/icons-material/ArtTrackSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def art-track-sharp (create-svg-icon (e "path" #js {"d" "M22 13h-8v-2h8v2zm0-6h-8v2h8V7zm-8 10h8v-2h-8v2zM12 7v10H2V7h10zm-1.5 8-2.25-3-1.75 2.26-1.25-1.51L3.5 15h7z"})
"ArtTrackSharp"))
================================================
FILE: src/icons/reagent_mui/icons/art_track_two_tone.cljs
================================================
(ns reagent-mui.icons.art-track-two-tone
"Imports @mui/icons-material/ArtTrackTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def art-track-two-tone (create-svg-icon (e "path" #js {"d" "M14 7h8v2h-8zm0 4h8v2h-8zm0 4h8v2h-8zM4 17h6c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2zm1.25-4.25 1.25 1.51L8.25 12l2.25 3h-7l1.75-2.25z"})
"ArtTrackTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/article.cljs
================================================
(ns reagent-mui.icons.article
"Imports @mui/icons-material/Article as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def article (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z"})
"Article"))
================================================
FILE: src/icons/reagent_mui/icons/article_outlined.cljs
================================================
(ns reagent-mui.icons.article-outlined
"Imports @mui/icons-material/ArticleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def article-outlined (create-svg-icon [(e "path" #js {"d" "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "M14 17H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z"})]
"ArticleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/article_rounded.cljs
================================================
(ns reagent-mui.icons.article-rounded
"Imports @mui/icons-material/ArticleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def article-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6 14H8c-.55 0-1-.45-1-1s.45-1 1-1h5c.55 0 1 .45 1 1s-.45 1-1 1zm3-4H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1z"})
"ArticleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/article_sharp.cljs
================================================
(ns reagent-mui.icons.article-sharp
"Imports @mui/icons-material/ArticleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def article-sharp (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm11 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z"})
"ArticleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/article_two_tone.cljs
================================================
(ns reagent-mui.icons.article-two-tone
"Imports @mui/icons-material/ArticleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def article-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5v14h14V5H5zm9 12H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-2-6H7v-2h10v2zm0-4H7V7h10v2zm-3 8H7v-2h7v2z"})]
"ArticleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/aspect_ratio.cljs
================================================
(ns reagent-mui.icons.aspect-ratio
"Imports @mui/icons-material/AspectRatio as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def aspect-ratio (create-svg-icon (e "path" #js {"d" "M19 12h-2v3h-3v2h5v-5zM7 9h3V7H5v5h2V9zm14-6H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02z"})
"AspectRatio"))
================================================
FILE: src/icons/reagent_mui/icons/aspect_ratio_outlined.cljs
================================================
(ns reagent-mui.icons.aspect-ratio-outlined
"Imports @mui/icons-material/AspectRatioOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def aspect-ratio-outlined (create-svg-icon (e "path" #js {"d" "M19 12h-2v3h-3v2h5v-5zM7 9h3V7H5v5h2V9zm14-6H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02z"})
"AspectRatioOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/aspect_ratio_rounded.cljs
================================================
(ns reagent-mui.icons.aspect-ratio-rounded
"Imports @mui/icons-material/AspectRatioRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def aspect-ratio-rounded (create-svg-icon (e "path" #js {"d" "M18 12c-.55 0-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zM7 9h2c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1V9zm14-6H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16.01H4c-.55 0-1-.45-1-1V5.99c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12.02c0 .55-.45 1-1 1z"})
"AspectRatioRounded"))
================================================
FILE: src/icons/reagent_mui/icons/aspect_ratio_sharp.cljs
================================================
(ns reagent-mui.icons.aspect-ratio-sharp
"Imports @mui/icons-material/AspectRatioSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def aspect-ratio-sharp (create-svg-icon (e "path" #js {"d" "M19 12h-2v3h-3v2h5v-5zM7 9h3V7H5v5h2V9zm16-6H1v18h22V3zm-2 16.01H3V4.99h18v14.02z"})
"AspectRatioSharp"))
================================================
FILE: src/icons/reagent_mui/icons/aspect_ratio_two_tone.cljs
================================================
(ns reagent-mui.icons.aspect-ratio-two-tone
"Imports @mui/icons-material/AspectRatioTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def aspect-ratio-two-tone (create-svg-icon [(e "path" #js {"d" "M3 19.01h18V4.99H3v14.02zM14 15h3v-3h2v5h-5v-2zM5 7h5v2H7v3H5V7z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02zM7 9h3V7H5v5h2zm12 3h-2v3h-3v2h5z"})]
"AspectRatioTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/assessment.cljs
================================================
(ns reagent-mui.icons.assessment
"Imports @mui/icons-material/Assessment as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assessment (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z"})
"Assessment"))
================================================
FILE: src/icons/reagent_mui/icons/assessment_outlined.cljs
================================================
(ns reagent-mui.icons.assessment-outlined
"Imports @mui/icons-material/AssessmentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assessment-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 10h2v7H7zm4-3h2v10h-2zm4 6h2v4h-2z"})
"AssessmentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/assessment_rounded.cljs
================================================
(ns reagent-mui.icons.assessment-rounded
"Imports @mui/icons-material/AssessmentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assessment-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8 17c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v5c0 .55-.45 1-1 1zm4 0c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v8c0 .55-.45 1-1 1zm4 0c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1z"})
"AssessmentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/assessment_sharp.cljs
================================================
(ns reagent-mui.icons.assessment-sharp
"Imports @mui/icons-material/AssessmentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assessment-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z"})
"AssessmentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/assessment_two_tone.cljs
================================================
(ns reagent-mui.icons.assessment-two-tone
"Imports @mui/icons-material/AssessmentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assessment-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5v14h14V5H5zm4 12H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 10h2v7H7zm4-3h2v10h-2zm4 6h2v4h-2z"})]
"AssessmentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/assignment.cljs
================================================
(ns reagent-mui.icons.assignment
"Imports @mui/icons-material/Assignment as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z"})
"Assignment"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_ind.cljs
================================================
(ns reagent-mui.icons.assignment-ind
"Imports @mui/icons-material/AssignmentInd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-ind (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 4c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H6v-1.4c0-2 4-3.1 6-3.1s6 1.1 6 3.1V19z"})
"AssignmentInd"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_ind_outlined.cljs
================================================
(ns reagent-mui.icons.assignment-ind-outlined
"Imports @mui/icons-material/AssignmentIndOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-ind-outlined (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.22 0 .41.1.55.25.12.13.2.31.2.5 0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-.19.08-.37.2-.5.14-.15.33-.25.55-.25zM19 19H5V5h14v14zM12 6c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-6 6.47V18h12v-1.53c0-2.5-3.97-3.58-6-3.58s-6 1.07-6 3.58zM8.31 16c.69-.56 2.38-1.12 3.69-1.12s3.01.56 3.69 1.12H8.31z"})
"AssignmentIndOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_ind_rounded.cljs
================================================
(ns reagent-mui.icons.assignment-ind-rounded
"Imports @mui/icons-material/AssignmentIndRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-ind-rounded (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 4c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H6v-1.4c0-2 4-3.1 6-3.1s6 1.1 6 3.1V19z"})
"AssignmentIndRounded"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_ind_sharp.cljs
================================================
(ns reagent-mui.icons.assignment-ind-sharp
"Imports @mui/icons-material/AssignmentIndSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-ind-sharp (create-svg-icon (e "path" #js {"d" "M21 3h-6.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H3v18h18V3zm-9 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 4c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H6v-1.4c0-2 4-3.1 6-3.1s6 1.1 6 3.1V19z"})
"AssignmentIndSharp"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_ind_two_tone.cljs
================================================
(ns reagent-mui.icons.assignment-ind-two-tone
"Imports @mui/icons-material/AssignmentIndTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-ind-two-tone (create-svg-icon [(e "path" #js {"d" "M19 5H5v14h14V5zm-7 1c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3zm6 12H6v-1.53c0-2.5 3.97-3.58 6-3.58s6 1.08 6 3.58V18z", "opacity" ".3"}) (e "path" #js {"d" "M20.66 3.88c-.14-.21-.33-.4-.54-.54-.11-.07-.22-.13-.34-.18-.24-.1-.5-.16-.78-.16h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c.28 0 .54-.06.78-.16.12-.05.23-.11.34-.18.21-.14.4-.33.54-.54.21-.32.34-.71.34-1.12V5c0-.41-.13-.8-.34-1.12zM12 2.75c.22 0 .41.1.55.25.12.13.2.31.2.5 0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-.19.08-.37.2-.5.14-.15.33-.25.55-.25zM19 19H5V5h14v14zm-7-7c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3zm0-2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0 2.88c-2.03 0-6 1.08-6 3.58V18h12v-1.53c0-2.51-3.97-3.59-6-3.59zM8.31 16c.69-.56 2.38-1.12 3.69-1.12s3.01.56 3.69 1.12H8.31z"})]
"AssignmentIndTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_late.cljs
================================================
(ns reagent-mui.icons.assignment-late
"Imports @mui/icons-material/AssignmentLate as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-late (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6 15h-2v-2h2v2zm0-4h-2V8h2v6zm-1-9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"AssignmentLate"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_late_outlined.cljs
================================================
(ns reagent-mui.icons.assignment-late-outlined
"Imports @mui/icons-material/AssignmentLateOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-late-outlined (create-svg-icon (e "path" #js {"d" "M11 15h2v2h-2zm0-8h2v6h-2zm8-4h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z"})
"AssignmentLateOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_late_rounded.cljs
================================================
(ns reagent-mui.icons.assignment-late-rounded
"Imports @mui/icons-material/AssignmentLateRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-late-rounded (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM12 13c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1zm1 3c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1z"})
"AssignmentLateRounded"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_late_sharp.cljs
================================================
(ns reagent-mui.icons.assignment-late-sharp
"Imports @mui/icons-material/AssignmentLateSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-late-sharp (create-svg-icon (e "path" #js {"d" "M21 3h-6.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H3v18h18V3zm-8 15h-2v-2h2v2zm0-4h-2V8h2v6zm-1-9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"AssignmentLateSharp"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_late_two_tone.cljs
================================================
(ns reagent-mui.icons.assignment-late-two-tone
"Imports @mui/icons-material/AssignmentLateTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-late-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5v14h14V5H5zm8 12h-2v-2h2v2zm0-4h-2V7h2v6z", "opacity" ".3"}) (e "path" #js {"d" "M11 15h2v2h-2zm0-8h2v6h-2zm8-4h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64S3 4.72 3 5v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z"})]
"AssignmentLateTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_outlined.cljs
================================================
(ns reagent-mui.icons.assignment-outlined
"Imports @mui/icons-material/AssignmentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-outlined (create-svg-icon (e "path" #js {"d" "M7 15h7v2H7zm0-4h10v2H7zm0-4h10v2H7zm12-4h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z"})
"AssignmentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_return.cljs
================================================
(ns reagent-mui.icons.assignment-return
"Imports @mui/icons-material/AssignmentReturn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-return (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm4 12h-4v3l-5-5 5-5v3h4v4z"})
"AssignmentReturn"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_return_outlined.cljs
================================================
(ns reagent-mui.icons.assignment-return-outlined
"Imports @mui/icons-material/AssignmentReturnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-return-outlined (create-svg-icon (e "path" #js {"d" "M12 14h4v-4h-4V7l-5 5 5 5zm7-11h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z"})
"AssignmentReturnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_return_rounded.cljs
================================================
(ns reagent-mui.icons.assignment-return-rounded
"Imports @mui/icons-material/AssignmentReturnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-return-rounded (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm4 12h-4v3l-4.65-4.65c-.2-.2-.2-.51 0-.71L12 8v3h4v4z"})
"AssignmentReturnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_return_sharp.cljs
================================================
(ns reagent-mui.icons.assignment-return-sharp
"Imports @mui/icons-material/AssignmentReturnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-return-sharp (create-svg-icon (e "path" #js {"d" "M21 3h-6.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H3v18h18V3zm-9 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm4 12h-4v3l-5-5 5-5v3h4v4z"})
"AssignmentReturnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_return_two_tone.cljs
================================================
(ns reagent-mui.icons.assignment-return-two-tone
"Imports @mui/icons-material/AssignmentReturnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-return-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5v14h14V5H5zm11 9h-4v3l-5-5 5-5v3h4v4z", "opacity" ".3"}) (e "path" #js {"d" "m12 7-5 5 5 5v-3h4v-4h-4zm7-4h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64S3 4.72 3 5v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z"})]
"AssignmentReturnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_returned.cljs
================================================
(ns reagent-mui.icons.assignment-returned
"Imports @mui/icons-material/AssignmentReturned as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-returned (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 15-5-5h3V9h4v4h3l-5 5z"})
"AssignmentReturned"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_returned_outlined.cljs
================================================
(ns reagent-mui.icons.assignment-returned-outlined
"Imports @mui/icons-material/AssignmentReturnedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-returned-outlined (create-svg-icon (e "path" #js {"d" "M17 12h-3V8h-4v4H7l5 5zm2-9h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z"})
"AssignmentReturnedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_returned_rounded.cljs
================================================
(ns reagent-mui.icons.assignment-returned-rounded
"Imports @mui/icons-material/AssignmentReturnedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-returned-rounded (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-.35 14.65L7 13h3V9h4v4h3l-4.65 4.65c-.19.19-.51.19-.7 0z"})
"AssignmentReturnedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_returned_sharp.cljs
================================================
(ns reagent-mui.icons.assignment-returned-sharp
"Imports @mui/icons-material/AssignmentReturnedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-returned-sharp (create-svg-icon (e "path" #js {"d" "M21 3h-6.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H3v18h18V3zm-9 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 15-5-5h3V9h4v4h3l-5 5z"})
"AssignmentReturnedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_returned_two_tone.cljs
================================================
(ns reagent-mui.icons.assignment-returned-two-tone
"Imports @mui/icons-material/AssignmentReturnedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-returned-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm5-7V8h4v4h3l-5 5-5-5h3z", "opacity" ".3"}) (e "path" #js {"d" "M17 12h-3V8h-4v4H7l5 5zm2-9h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64S3 4.72 3 5v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z"})]
"AssignmentReturnedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_rounded.cljs
================================================
(ns reagent-mui.icons.assignment-rounded
"Imports @mui/icons-material/AssignmentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-rounded (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm1 14H8c-.55 0-1-.45-1-1s.45-1 1-1h5c.55 0 1 .45 1 1s-.45 1-1 1zm3-4H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1z"})
"AssignmentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_sharp.cljs
================================================
(ns reagent-mui.icons.assignment-sharp
"Imports @mui/icons-material/AssignmentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-sharp (create-svg-icon (e "path" #js {"d" "M21 3h-6.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H3v18h18V3zm-9 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z"})
"AssignmentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_turned_in.cljs
================================================
(ns reagent-mui.icons.assignment-turned-in
"Imports @mui/icons-material/AssignmentTurnedIn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-turned-in (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-2 14-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"})
"AssignmentTurnedIn"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_turned_in_outlined.cljs
================================================
(ns reagent-mui.icons.assignment-turned-in-outlined
"Imports @mui/icons-material/AssignmentTurnedInOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-turned-in-outlined (create-svg-icon (e "path" #js {"d" "m18 9-1.41-1.42L10 14.17l-2.59-2.58L6 13l4 4zm1-6h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z"})
"AssignmentTurnedInOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_turned_in_rounded.cljs
================================================
(ns reagent-mui.icons.assignment-turned-in-rounded
"Imports @mui/icons-material/AssignmentTurnedInRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-turned-in-rounded (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9.29 16.29 6.7 13.7a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0L10 14.17l5.88-5.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-6.59 6.59c-.38.39-1.02.39-1.41 0z"})
"AssignmentTurnedInRounded"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_turned_in_sharp.cljs
================================================
(ns reagent-mui.icons.assignment-turned-in-sharp
"Imports @mui/icons-material/AssignmentTurnedInSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-turned-in-sharp (create-svg-icon (e "path" #js {"d" "M21 3h-6.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H3v18h18V3zm-9 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-2 14-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"})
"AssignmentTurnedInSharp"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_turned_in_two_tone.cljs
================================================
(ns reagent-mui.icons.assignment-turned-in-two-tone
"Imports @mui/icons-material/AssignmentTurnedInTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-turned-in-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm2.41-7.41L10 14.17l6.59-6.59L18 9l-8 8-4-4 1.41-1.41z", "opacity" ".3"}) (e "path" #js {"d" "m18 9-1.41-1.42L10 14.17l-2.59-2.58L6 13l4 4zm1-6h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64S3 4.72 3 5v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z"})]
"AssignmentTurnedInTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/assignment_two_tone.cljs
================================================
(ns reagent-mui.icons.assignment-two-tone
"Imports @mui/icons-material/AssignmentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assignment-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5v14h14V5H5zm9 12H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z", "opacity" ".3"}) (e "path" #js {"d" "M7 15h7v2H7zm0-4h10v2H7zm0-4h10v2H7zm12-4h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64S3 4.72 3 5v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z"})]
"AssignmentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/assist_walker.cljs
================================================
(ns reagent-mui.icons.assist-walker
"Imports @mui/icons-material/AssistWalker as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assist-walker (create-svg-icon [(e "circle" #js {"cx" "12.5", "cy" "4.5", "r" "2"}) (e "path" #js {"d" "m19.77 17.72-.64-6.37c-.07-.77-.72-1.35-1.49-1.35H16c-1.5-.02-2.86-.54-3.76-1.44l-2-1.98C10.08 6.42 9.62 6 8.83 6c-.51 0-1.02.2-1.41.59L4.08 9.91c-.53.68-.51 1.57-.21 2.13l1.43 2.8-3.15 4.05 1.57 1.24L7.4 15.4l-.17-1.36.77.71V20h2v-6.12l-2.12-2.12 2.36-2.36c.94.94 1.72 1.82 3.59 2.32L13 20h1.5l.41-3.5h3.18l.14 1.22c-.44.26-.73.74-.73 1.28 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.54-.29-1.02-.73-1.28zM15.09 15l.41-3.5h2l.41 3.5h-2.82z"})]
"AssistWalker"))
================================================
FILE: src/icons/reagent_mui/icons/assist_walker_outlined.cljs
================================================
(ns reagent-mui.icons.assist-walker-outlined
"Imports @mui/icons-material/AssistWalkerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assist-walker-outlined (create-svg-icon [(e "circle" #js {"cx" "12.5", "cy" "4.5", "r" "2"}) (e "path" #js {"d" "m19.77 17.72-.64-6.37c-.07-.77-.72-1.35-1.49-1.35H16c-1.5-.02-2.86-.54-3.76-1.44l-2-1.98C10.08 6.42 9.62 6 8.83 6c-.51 0-1.02.2-1.41.59L4.08 9.91c-.53.68-.51 1.57-.21 2.13l1.43 2.8-3.15 4.05 1.57 1.24L7.4 15.4l-.17-1.36.77.71V20h2v-6.12l-2.12-2.12 2.36-2.36c.94.94 1.72 1.82 3.59 2.32L13 20h1.5l.41-3.5h3.18l.14 1.22c-.44.26-.73.74-.73 1.28 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.54-.29-1.02-.73-1.28zM15.09 15l.41-3.5h2l.41 3.5h-2.82z"})]
"AssistWalkerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/assist_walker_rounded.cljs
================================================
(ns reagent-mui.icons.assist-walker-rounded
"Imports @mui/icons-material/AssistWalkerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assist-walker-rounded (create-svg-icon [(e "circle" #js {"cx" "12.5", "cy" "4.5", "r" "2"}) (e "path" #js {"d" "m19.77 17.72-.64-6.37c-.07-.77-.72-1.35-1.49-1.35H16c-1.5-.02-2.86-.54-3.76-1.44l-2-1.98C10.08 6.42 9.62 6 8.83 6c-.51 0-1.02.2-1.41.59L4.08 9.91c-.53.68-.51 1.57-.21 2.13l1.43 2.8-2.55 3.26c-.34.43-.26 1.06.17 1.4.44.34 1.07.26 1.41-.17l2.56-3.29c.33-.42.47-.95.41-1.48l-.07-.53.77.72V19c0 .55.45 1 1 1s1-.45 1-1v-4.29c0-.53-.21-1.04-.59-1.41l-1.53-1.53 2.36-2.36c.94.94 1.72 1.82 3.59 2.32l-.75 7.46c-.04.44.3.83.75.83.38 0 .7-.29.75-.66l.33-2.84h3.18l.14 1.22c-.44.26-.73.74-.73 1.28 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.56-.29-1.04-.73-1.3zM15.09 15l.41-3.5h2l.41 3.5h-2.82z"})]
"AssistWalkerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/assist_walker_sharp.cljs
================================================
(ns reagent-mui.icons.assist-walker-sharp
"Imports @mui/icons-material/AssistWalkerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assist-walker-sharp (create-svg-icon [(e "circle" #js {"cx" "12.5", "cy" "4.5", "r" "2"}) (e "path" #js {"d" "M19.77 17.72 19 10h-3c-1.5-.02-2.86-.54-3.76-1.44l-2-1.98C10.08 6.42 9.62 6 8.83 6c-.51 0-1.02.2-1.41.59l-4.2 4.17 2.08 4.07-3.15 4.05 1.57 1.24 3.68-4.73-.17-1.36.77.72V20h2v-6.12l-2.12-2.12 2.36-2.36c.94.94 1.72 1.82 3.59 2.32L13 20h1.5l.41-3.5h3.18l.14 1.22c-.44.26-.73.74-.73 1.28 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.54-.29-1.02-.73-1.28zM15.09 15l.41-3.5h2l.41 3.5h-2.82z"})]
"AssistWalkerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/assist_walker_two_tone.cljs
================================================
(ns reagent-mui.icons.assist-walker-two-tone
"Imports @mui/icons-material/AssistWalkerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assist-walker-two-tone (create-svg-icon [(e "circle" #js {"cx" "12.5", "cy" "4.5", "r" "2"}) (e "path" #js {"d" "m19.77 17.72-.64-6.37c-.07-.77-.72-1.35-1.49-1.35H16c-1.5-.02-2.86-.54-3.76-1.44l-2-1.98C10.08 6.42 9.62 6 8.83 6c-.51 0-1.02.2-1.41.59L4.08 9.91c-.53.68-.51 1.57-.21 2.13l1.43 2.8-3.15 4.05 1.57 1.24L7.4 15.4l-.17-1.36.77.71V20h2v-6.12l-2.12-2.12 2.36-2.36c.94.94 1.72 1.82 3.59 2.32L13 20h1.5l.41-3.5h3.18l.14 1.22c-.44.26-.73.74-.73 1.28 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.54-.29-1.02-.73-1.28zM15.09 15l.41-3.5h2l.41 3.5h-2.82z"})]
"AssistWalkerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/assistant.cljs
================================================
(ns reagent-mui.icons.assistant
"Imports @mui/icons-material/Assistant as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assistant (create-svg-icon (e "path" #js {"d" "M19 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h4l3 3 3-3h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-5.12 10.88L12 17l-1.88-4.12L6 11l4.12-1.88L12 5l1.88 4.12L18 11l-4.12 1.88z"})
"Assistant"))
================================================
FILE: src/icons/reagent_mui/icons/assistant_direction.cljs
================================================
(ns reagent-mui.icons.assistant-direction
"Imports @mui/icons-material/AssistantDirection as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assistant-direction (create-svg-icon (e "path" #js {"d" "M14 10H9c-.6 0-1 .4-1 1v4h2v-3h4v2.5l3.5-3.5L14 7.5V10zm-2-9C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm7.73 11.58-7.19 7.22c-.35.27-.79.27-1.15 0L4.2 12.58c-.27-.36-.27-.8 0-1.16l7.19-7.22c.35-.27.79-.27 1.15 0l7.19 7.22c.36.27.36.8 0 1.16z"})
"AssistantDirection"))
================================================
FILE: src/icons/reagent_mui/icons/assistant_direction_outlined.cljs
================================================
(ns reagent-mui.icons.assistant-direction-outlined
"Imports @mui/icons-material/AssistantDirectionOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assistant-direction-outlined (create-svg-icon [(e "path" #js {"d" "M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm0 20c-4.99 0-9-4.01-9-9s4.01-9 9-9 9 4.01 9 9-4.01 9-9 9z"}) (e "path" #js {"d" "M19.73 11.42 12.54 4.2c-.36-.27-.8-.27-1.15 0L4.2 11.42c-.27.36-.27.8 0 1.16l7.19 7.22c.36.27.8.27 1.15 0l7.19-7.22c.36-.36.36-.89 0-1.16zM13.5 14.5l-1.41-1.41L13.17 12H10v3H8v-4c0-.6.4-1 1-1h4.17l-1.09-1.09L13.5 7.5 17 11l-3.5 3.5z"})]
"AssistantDirectionOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/assistant_direction_rounded.cljs
================================================
(ns reagent-mui.icons.assistant-direction-rounded
"Imports @mui/icons-material/AssistantDirectionRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assistant-direction-rounded (create-svg-icon (e "path" #js {"d" "M13.5 10H9c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1v-2h3.5v1.29c0 .45.54.67.85.35l2.29-2.29c.2-.2.2-.51 0-.71l-2.29-2.29c-.31-.31-.85-.09-.85.35V10zM12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm7.73 11.58-7.19 7.22c-.35.27-.79.27-1.15 0L4.2 12.58c-.27-.36-.27-.8 0-1.16l7.19-7.22c.35-.27.79-.27 1.15 0l7.19 7.22c.36.27.36.8 0 1.16z"})
"AssistantDirectionRounded"))
================================================
FILE: src/icons/reagent_mui/icons/assistant_direction_sharp.cljs
================================================
(ns reagent-mui.icons.assistant-direction-sharp
"Imports @mui/icons-material/AssistantDirectionSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assistant-direction-sharp (create-svg-icon (e "path" #js {"d" "M13.5 10H8v5h2v-3h3.5v2.5L17 11l-3.5-3.5V10zM12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm8.31 11-8.34 8.37L3.62 12l8.34-8.37L20.31 12z"})
"AssistantDirectionSharp"))
================================================
FILE: src/icons/reagent_mui/icons/assistant_direction_two_tone.cljs
================================================
(ns reagent-mui.icons.assistant-direction-two-tone
"Imports @mui/icons-material/AssistantDirectionTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assistant-direction-two-tone (create-svg-icon [(e "path" #js {"d" "M12 3c-4.99 0-9 4.01-9 9s4.01 9 9 9 9-4.01 9-9-4.01-9-9-9zm.54 16.8c-.35.27-.79.27-1.15 0L4.2 12.58c-.27-.36-.27-.8 0-1.16l7.19-7.22c.35-.27.79-.27 1.15 0l7.19 7.22c.36.27.36.8 0 1.16l-7.19 7.22z", "opacity" ".3"}) (e "path" #js {"d" "M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm0 20c-4.99 0-9-4.01-9-9s4.01-9 9-9 9 4.01 9 9-4.01 9-9 9z"}) (e "path" #js {"d" "M19.73 11.42 12.54 4.2c-.36-.27-.8-.27-1.15 0L4.2 11.42c-.27.36-.27.8 0 1.16l7.19 7.22c.36.27.8.27 1.15 0l7.19-7.22c.36-.36.36-.89 0-1.16zM13.5 14.5V12H10v3H8v-4c0-.6.4-1 1-1h4.5V7.5L17 11l-3.5 3.5z"})]
"AssistantDirectionTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/assistant_outlined.cljs
================================================
(ns reagent-mui.icons.assistant-outlined
"Imports @mui/icons-material/AssistantOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assistant-outlined (create-svg-icon (e "path" #js {"d" "M19 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h4l3 3 3-3h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 16h-4.83l-.59.59L12 20.17l-1.59-1.59-.58-.58H5V4h14v14zm-7-1 1.88-4.12L18 11l-4.12-1.88L12 5l-1.88 4.12L6 11l4.12 1.88z"})
"AssistantOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/assistant_photo.cljs
================================================
(ns reagent-mui.icons.assistant-photo
"Imports @mui/icons-material/AssistantPhoto as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assistant-photo (create-svg-icon (e "path" #js {"d" "M14.4 6 14 4H5v17h2v-7h5.6l.4 2h7V6z"})
"AssistantPhoto"))
================================================
FILE: src/icons/reagent_mui/icons/assistant_photo_outlined.cljs
================================================
(ns reagent-mui.icons.assistant-photo-outlined
"Imports @mui/icons-material/AssistantPhotoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assistant-photo-outlined (create-svg-icon (e "path" #js {"d" "m12.36 6 .08.39.32 1.61H18v6h-3.36l-.08-.39-.32-1.61H7V6h5.36M14 4H5v17h2v-7h5.6l.4 2h7V6h-5.6L14 4z"})
"AssistantPhotoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/assistant_photo_rounded.cljs
================================================
(ns reagent-mui.icons.assistant-photo-rounded
"Imports @mui/icons-material/AssistantPhotoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assistant-photo-rounded (create-svg-icon (e "path" #js {"d" "m14.4 6-.24-1.2c-.09-.46-.5-.8-.98-.8H6c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1s1-.45 1-1v-6h5.6l.24 1.2c.09.47.5.8.98.8H19c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1h-4.6z"})
"AssistantPhotoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/assistant_photo_sharp.cljs
================================================
(ns reagent-mui.icons.assistant-photo-sharp
"Imports @mui/icons-material/AssistantPhotoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assistant-photo-sharp (create-svg-icon (e "path" #js {"d" "M14.4 6 14 4H5v17h2v-7h5.6l.4 2h7V6h-5.6z"})
"AssistantPhotoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/assistant_photo_two_tone.cljs
================================================
(ns reagent-mui.icons.assistant-photo-two-tone
"Imports @mui/icons-material/AssistantPhotoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assistant-photo-two-tone (create-svg-icon [(e "path" #js {"d" "m14.24 12 .4 2H18V8h-5.24l-.4-2H7v6z", "opacity" ".3"}) (e "path" #js {"d" "M7 14h5.6l.4 2h7V6h-5.6L14 4H5v17h2v-7zm0-8h5.36l.4 2H18v6h-3.36l-.4-2H7V6z"})]
"AssistantPhotoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/assistant_rounded.cljs
================================================
(ns reagent-mui.icons.assistant-rounded
"Imports @mui/icons-material/AssistantRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assistant-rounded (create-svg-icon (e "path" #js {"d" "M19 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h4l2.29 2.29c.39.39 1.02.39 1.41 0L15 20h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-5.12 10.88L12 17l-1.88-4.12L6 11l4.12-1.88L12 5l1.88 4.12L18 11l-4.12 1.88z"})
"AssistantRounded"))
================================================
FILE: src/icons/reagent_mui/icons/assistant_sharp.cljs
================================================
(ns reagent-mui.icons.assistant-sharp
"Imports @mui/icons-material/AssistantSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assistant-sharp (create-svg-icon (e "path" #js {"d" "M21 2H3v18h6l3 3 3-3h6V2zm-7.12 10.88L12 17l-1.88-4.12L6 11l4.12-1.88L12 5l1.88 4.12L18 11l-4.12 1.88z"})
"AssistantSharp"))
================================================
FILE: src/icons/reagent_mui/icons/assistant_two_tone.cljs
================================================
(ns reagent-mui.icons.assistant-two-tone
"Imports @mui/icons-material/AssistantTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assistant-two-tone (create-svg-icon [(e "path" #js {"d" "m9.83 18 .59.59L12 20.17l1.59-1.59.58-.58H19V4H5v14h4.83zm.29-8.88L12 5l1.88 4.12L18 11l-4.12 1.88L12 17l-1.88-4.12L6 11l4.12-1.88z", "opacity" ".3"}) (e "path" #js {"d" "M5 20h4l3 3 3-3h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2zM5 4h14v14h-4.83l-.59.59L12 20.17l-1.59-1.59-.58-.58H5V4zm7 13 1.88-4.12L18 11l-4.12-1.88L12 5l-1.88 4.12L6 11l4.12 1.88z"})]
"AssistantTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/assured_workload.cljs
================================================
(ns reagent-mui.icons.assured-workload
"Imports @mui/icons-material/AssuredWorkload as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assured-workload (create-svg-icon (e "path" #js {"d" "M5 10h2v7H5zm6 0h2v7h-2zm11-4L12 1 2 6v2h20zM2 19v2h12.4c-.21-.64-.32-1.31-.36-2H2zm17-6.74V10h-2v3.26zM20 14l-4 2v2.55c0 2.52 1.71 4.88 4 5.45 2.29-.57 4-2.93 4-5.45V16l-4-2zm-.72 7-2.03-2.03 1.06-1.06.97.97 2.41-2.38 1.06 1.06L19.28 21z"})
"AssuredWorkload"))
================================================
FILE: src/icons/reagent_mui/icons/assured_workload_outlined.cljs
================================================
(ns reagent-mui.icons.assured-workload-outlined
"Imports @mui/icons-material/AssuredWorkloadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assured-workload-outlined (create-svg-icon (e "path" #js {"d" "M5 10h2v7H5zm6 0h2v7h-2zm11-4L12 1 2 6v2h20V6zM6.47 6 12 3.24 17.53 6H6.47zM2 19v2h12.4c-.21-.64-.32-1.31-.36-2H2zm17-6.74V10h-2v3.26zM20 14l-4 2v2.55c0 2.52 1.71 4.88 4 5.45 2.29-.57 4-2.93 4-5.45V16l-4-2zm-.72 7-2.03-2.03 1.06-1.06.97.97 2.41-2.38 1.06 1.06L19.28 21z"})
"AssuredWorkloadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/assured_workload_rounded.cljs
================================================
(ns reagent-mui.icons.assured-workload-rounded
"Imports @mui/icons-material/AssuredWorkloadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assured-workload-rounded (create-svg-icon (e "path" #js {"d" "M6 17c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1zm6 0c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1zm9.32-11.34L12.9 1.45c-.56-.28-1.23-.28-1.79 0L2.68 5.66c-.42.21-.68.64-.68 1.1C2 7.45 2.55 8 3.24 8h17.53C21.45 8 22 7.45 22 6.76c0-.46-.26-.89-.68-1.1zM2 20c0 .55.45 1 1 1h11.4c-.21-.64-.32-1.31-.36-2H3c-.55 0-1 .45-1 1zm17-7.74V11c0-.55-.45-1-1-1s-1 .45-1 1v2.26l2-1zm.55 1.96-3 1.5c-.34.17-.55.52-.55.9v1.93c0 2.52 1.71 4.88 4 5.45 2.29-.57 4-2.93 4-5.45v-1.93c0-.38-.21-.73-.55-.89l-3-1.5c-.28-.15-.62-.15-.9-.01zm-.97 6.08-.8-.8c-.29-.29-.29-.77 0-1.06.29-.29.77-.29 1.06 0l.44.44 1.88-1.85c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-2.23 2.21c-.39.39-1.02.39-1.41 0z"})
"AssuredWorkloadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/assured_workload_sharp.cljs
================================================
(ns reagent-mui.icons.assured-workload-sharp
"Imports @mui/icons-material/AssuredWorkloadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assured-workload-sharp (create-svg-icon (e "path" #js {"d" "M5 10h2v7H5zm6 0h2v7h-2zm11-4L12 1 2 6v2h20zM2 19v2h12.4c-.21-.64-.32-1.31-.36-2H2zm17-6.74V10h-2v3.26zM20 14l-4 2v2.55c0 2.52 1.71 4.88 4 5.45 2.29-.57 4-2.93 4-5.45V16l-4-2zm-.72 7-2.03-2.03 1.06-1.06.97.97 2.41-2.38 1.06 1.06L19.28 21z"})
"AssuredWorkloadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/assured_workload_two_tone.cljs
================================================
(ns reagent-mui.icons.assured-workload-two-tone
"Imports @mui/icons-material/AssuredWorkloadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def assured-workload-two-tone (create-svg-icon [(e "path" #js {"d" "M6.47 6h11.06L12 3.24z", "opacity" ".3"}) (e "path" #js {"d" "M5 10h2v7H5zm6 0h2v7h-2zm11-4L12 1 2 6v2h20V6zM6.47 6 12 3.24 17.53 6H6.47zM2 19v2h12.4c-.21-.64-.32-1.31-.36-2H2zm17-6.74V10h-2v3.26zM20 14l-4 2v2.55c0 2.52 1.71 4.88 4 5.45 2.29-.57 4-2.93 4-5.45V16l-4-2zm-.72 7-2.03-2.03 1.06-1.06.97.97 2.41-2.38 1.06 1.06L19.28 21z"})]
"AssuredWorkloadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/atm.cljs
================================================
(ns reagent-mui.icons.atm
"Imports @mui/icons-material/Atm as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def atm (create-svg-icon (e "path" #js {"d" "M8 9v1.5h2.25V15h1.5v-4.5H14V9zM6 9H3c-.55 0-1 .45-1 1v5h1.5v-1.5h2V15H7v-5c0-.55-.45-1-1-1zm-.5 3h-2v-1.5h2V12zM21 9h-4.5c-.55 0-1 .45-1 1v5H17v-4.5h1V14h1.5v-3.51h1V15H22v-5c0-.55-.45-1-1-1z"})
"Atm"))
================================================
FILE: src/icons/reagent_mui/icons/atm_outlined.cljs
================================================
(ns reagent-mui.icons.atm-outlined
"Imports @mui/icons-material/AtmOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def atm-outlined (create-svg-icon (e "path" #js {"d" "M8 9v1.5h2.25V15h1.5v-4.5H14V9H8zM6 9H3c-.55 0-1 .45-1 1v5h1.5v-1.5h2V15H7v-5c0-.55-.45-1-1-1zm-.5 3h-2v-1.5h2V12zM21 9h-4.5c-.55 0-1 .45-1 1v5H17v-4.5h1V14h1.5v-3.51h1V15H22v-5c0-.55-.45-1-1-1z"})
"AtmOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/atm_rounded.cljs
================================================
(ns reagent-mui.icons.atm-rounded
"Imports @mui/icons-material/AtmRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def atm-rounded (create-svg-icon (e "path" #js {"d" "M8 9.75c0 .41.34.75.75.75h1.5v3.75c0 .41.34.75.75.75s.75-.34.75-.75V10.5h1.5c.41 0 .75-.34.75-.75S13.66 9 13.25 9h-4.5c-.41 0-.75.34-.75.75zM6 9H3c-.55 0-1 .45-1 1v4.25c0 .41.34.75.75.75s.75-.34.75-.75v-.75h2v.75c0 .41.34.75.75.75s.75-.34.75-.75V10c0-.55-.45-1-1-1zm-.5 3h-2v-1.5h2V12zM21 9h-4.5c-.55 0-1 .45-1 1v4.25c0 .41.34.75.75.75s.75-.34.75-.75V10.5h1v2.75c0 .41.34.75.75.75s.75-.34.75-.75v-2.76h1v3.76c0 .41.34.75.75.75s.75-.34.75-.75V10c0-.55-.45-1-1-1z"})
"AtmRounded"))
================================================
FILE: src/icons/reagent_mui/icons/atm_sharp.cljs
================================================
(ns reagent-mui.icons.atm-sharp
"Imports @mui/icons-material/AtmSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def atm-sharp (create-svg-icon (e "path" #js {"d" "M8 9v1.5h2.25V15h1.5v-4.5H14V9H8zM7 9H2v6h1.5v-1.5h2V15H7V9zm-1.5 3h-2v-1.5h2V12zM22 9h-6.5v6H17v-4.5h1V14h1.5v-3.51h1V15H22V9z"})
"AtmSharp"))
================================================
FILE: src/icons/reagent_mui/icons/atm_two_tone.cljs
================================================
(ns reagent-mui.icons.atm-two-tone
"Imports @mui/icons-material/AtmTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def atm-two-tone (create-svg-icon (e "path" #js {"d" "M3.5 13.5h2V15H7v-5c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v5h1.5v-1.5zm0-3h2V12h-2v-1.5zm13.5 0h1V14h1.5v-3.51h1V15H22v-5c0-.55-.45-1-1-1h-4.5c-.55 0-1 .45-1 1v5H17v-4.5zM10.25 15h1.5v-4.5H14V9H8v1.5h2.25z"})
"AtmTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/attach_email.cljs
================================================
(ns reagent-mui.icons.attach-email
"Imports @mui/icons-material/AttachEmail as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attach-email (create-svg-icon [(e "path" #js {"d" "M21 10V4c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2L1 16c0 1.1.9 2 2 2h11v-5c0-1.66 1.34-3 3-3h4zm-10 1L3 6V4l8 5 8-5v2l-8 5z"}) (e "path" #js {"d" "M21 14v4c0 1.1-.9 2-2 2s-2-.9-2-2v-4.5c0-.28.22-.5.5-.5s.5.22.5.5V18h2v-4.5c0-1.38-1.12-2.5-2.5-2.5S15 12.12 15 13.5V18c0 2.21 1.79 4 4 4s4-1.79 4-4v-4h-2z"})]
"AttachEmail"))
================================================
FILE: src/icons/reagent_mui/icons/attach_email_outlined.cljs
================================================
(ns reagent-mui.icons.attach-email-outlined
"Imports @mui/icons-material/AttachEmailOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attach-email-outlined (create-svg-icon [(e "path" #js {"d" "m3 6 8 5 8-5v3h2V4c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2L1 16c0 1.1.9 2 2 2h10v-2H3V6zm16-2-8 5-8-5h16z"}) (e "path" #js {"d" "M21 14v4c0 1.1-.9 2-2 2s-2-.9-2-2v-4.5c0-.28.22-.5.5-.5s.5.22.5.5V18h2v-4.5c0-1.38-1.12-2.5-2.5-2.5S15 12.12 15 13.5V18c0 2.21 1.79 4 4 4s4-1.79 4-4v-4h-2z"})]
"AttachEmailOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/attach_email_rounded.cljs
================================================
(ns reagent-mui.icons.attach-email-rounded
"Imports @mui/icons-material/AttachEmailRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attach-email-rounded (create-svg-icon [(e "path" #js {"d" "M21 10V4c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2L1 16c0 1.1.9 2 2 2h11v-5c0-1.66 1.34-3 3-3h4zm-9.47.67c-.32.2-.74.2-1.06 0L3.4 6.25c-.25-.16-.4-.43-.4-.72 0-.67.73-1.07 1.3-.72L11 9l6.7-4.19c.57-.35 1.3.05 1.3.72 0 .29-.15.56-.4.72l-7.07 4.42z"}) (e "path" #js {"d" "M22 14c-.55 0-1 .45-1 1v3c0 1.1-.9 2-2 2s-2-.9-2-2v-4.5c0-.28.22-.5.5-.5s.5.22.5.5V17c0 .55.45 1 1 1s1-.45 1-1v-3.5c0-1.38-1.12-2.5-2.5-2.5S15 12.12 15 13.5V18c0 2.21 1.79 4 4 4s4-1.79 4-4v-3c0-.55-.45-1-1-1z"})]
"AttachEmailRounded"))
================================================
FILE: src/icons/reagent_mui/icons/attach_email_sharp.cljs
================================================
(ns reagent-mui.icons.attach-email-sharp
"Imports @mui/icons-material/AttachEmailSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attach-email-sharp (create-svg-icon [(e "path" #js {"d" "M21 10V2H1v16h13v-5c0-1.66 1.34-3 3-3h4zm-10 1L3 6V4l8 5 8-5v2l-8 5z"}) (e "path" #js {"d" "M21 14v4c0 1.1-.9 2-2 2s-2-.9-2-2v-4.5c0-.28.22-.5.5-.5s.5.22.5.5V18h2v-4.5c0-1.38-1.12-2.5-2.5-2.5S15 12.12 15 13.5V18c0 2.21 1.79 4 4 4s4-1.79 4-4v-4h-2z"})]
"AttachEmailSharp"))
================================================
FILE: src/icons/reagent_mui/icons/attach_email_two_tone.cljs
================================================
(ns reagent-mui.icons.attach-email-two-tone
"Imports @mui/icons-material/AttachEmailTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attach-email-two-tone (create-svg-icon [(e "path" #js {"d" "m3 6 8 5 8-5v3h2V4c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2L1 16c0 1.1.9 2 2 2h10v-2H3V6zm16-2-8 5-8-5h16z"}) (e "path" #js {"d" "M21 14v4c0 1.1-.9 2-2 2s-2-.9-2-2v-4.5c0-.28.22-.5.5-.5s.5.22.5.5V18h2v-4.5c0-1.38-1.12-2.5-2.5-2.5S15 12.12 15 13.5V18c0 2.21 1.79 4 4 4s4-1.79 4-4v-4h-2z"})]
"AttachEmailTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/attach_file.cljs
================================================
(ns reagent-mui.icons.attach-file
"Imports @mui/icons-material/AttachFile as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attach-file (create-svg-icon (e "path" #js {"d" "M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z"})
"AttachFile"))
================================================
FILE: src/icons/reagent_mui/icons/attach_file_outlined.cljs
================================================
(ns reagent-mui.icons.attach-file-outlined
"Imports @mui/icons-material/AttachFileOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attach-file-outlined (create-svg-icon (e "path" #js {"d" "M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z"})
"AttachFileOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/attach_file_rounded.cljs
================================================
(ns reagent-mui.icons.attach-file-rounded
"Imports @mui/icons-material/AttachFileRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attach-file-rounded (create-svg-icon (e "path" #js {"d" "M16.5 6.75v10.58c0 2.09-1.53 3.95-3.61 4.15-2.39.23-4.39-1.64-4.39-3.98V5.14c0-1.31.94-2.5 2.24-2.63 1.5-.15 2.76 1.02 2.76 2.49v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6.75c0-.41-.34-.75-.75-.75s-.75.34-.75.75v8.61c0 1.31.94 2.5 2.24 2.63 1.5.15 2.76-1.02 2.76-2.49V5.17c0-2.09-1.53-3.95-3.61-4.15C9.01.79 7 2.66 7 5v12.27c0 2.87 2.1 5.44 4.96 5.71 3.29.3 6.04-2.26 6.04-5.48V6.75c0-.41-.34-.75-.75-.75s-.75.34-.75.75z"})
"AttachFileRounded"))
================================================
FILE: src/icons/reagent_mui/icons/attach_file_sharp.cljs
================================================
(ns reagent-mui.icons.attach-file-sharp
"Imports @mui/icons-material/AttachFileSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attach-file-sharp (create-svg-icon (e "path" #js {"d" "M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z"})
"AttachFileSharp"))
================================================
FILE: src/icons/reagent_mui/icons/attach_file_two_tone.cljs
================================================
(ns reagent-mui.icons.attach-file-two-tone
"Imports @mui/icons-material/AttachFileTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attach-file-two-tone (create-svg-icon (e "path" #js {"d" "M12.5 23c3.04 0 5.5-2.46 5.5-5.5V6h-1.5v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5z"})
"AttachFileTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/attach_money.cljs
================================================
(ns reagent-mui.icons.attach-money
"Imports @mui/icons-material/AttachMoney as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attach-money (create-svg-icon (e "path" #js {"d" "M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z"})
"AttachMoney"))
================================================
FILE: src/icons/reagent_mui/icons/attach_money_outlined.cljs
================================================
(ns reagent-mui.icons.attach-money-outlined
"Imports @mui/icons-material/AttachMoneyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attach-money-outlined (create-svg-icon (e "path" #js {"d" "M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z"})
"AttachMoneyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/attach_money_rounded.cljs
================================================
(ns reagent-mui.icons.attach-money-rounded
"Imports @mui/icons-material/AttachMoneyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attach-money-rounded (create-svg-icon (e "path" #js {"d" "M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.42 0 2.13.54 2.39 1.4.12.4.45.7.87.7h.3c.66 0 1.13-.65.9-1.27-.42-1.18-1.4-2.16-2.96-2.54V4.5c0-.83-.67-1.5-1.5-1.5S10 3.67 10 4.5v.66c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-1.65 0-2.5-.59-2.83-1.43-.15-.39-.49-.67-.9-.67h-.28c-.67 0-1.14.68-.89 1.3.57 1.39 1.9 2.21 3.4 2.53v.67c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-.65c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z"})
"AttachMoneyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/attach_money_sharp.cljs
================================================
(ns reagent-mui.icons.attach-money-sharp
"Imports @mui/icons-material/AttachMoneySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attach-money-sharp (create-svg-icon (e "path" #js {"d" "M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z"})
"AttachMoneySharp"))
================================================
FILE: src/icons/reagent_mui/icons/attach_money_two_tone.cljs
================================================
(ns reagent-mui.icons.attach-money-two-tone
"Imports @mui/icons-material/AttachMoneyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attach-money-two-tone (create-svg-icon (e "path" #js {"d" "M11.5 17.1c-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79z"})
"AttachMoneyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/attachment.cljs
================================================
(ns reagent-mui.icons.attachment
"Imports @mui/icons-material/Attachment as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attachment (create-svg-icon (e "path" #js {"d" "M2 12.5C2 9.46 4.46 7 7.5 7H18c2.21 0 4 1.79 4 4s-1.79 4-4 4H9.5C8.12 15 7 13.88 7 12.5S8.12 10 9.5 10H17v2H9.41c-.55 0-.55 1 0 1H18c1.1 0 2-.9 2-2s-.9-2-2-2H7.5C5.57 9 4 10.57 4 12.5S5.57 16 7.5 16H17v2H7.5C4.46 18 2 15.54 2 12.5z"})
"Attachment"))
================================================
FILE: src/icons/reagent_mui/icons/attachment_outlined.cljs
================================================
(ns reagent-mui.icons.attachment-outlined
"Imports @mui/icons-material/AttachmentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attachment-outlined (create-svg-icon (e "path" #js {"d" "M18.5 16H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h12.5c1.38 0 2.5 1.12 2.5 2.5S20.88 13 19.5 13H9c-.55 0-1-.45-1-1s.45-1 1-1h9.5V9.5H9c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5h10.5c2.21 0 4-1.79 4-4s-1.79-4-4-4H7c-3.04 0-5.5 2.46-5.5 5.5s2.46 5.5 5.5 5.5h11.5V16z"})
"AttachmentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/attachment_rounded.cljs
================================================
(ns reagent-mui.icons.attachment-rounded
"Imports @mui/icons-material/AttachmentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attachment-rounded (create-svg-icon (e "path" #js {"d" "M17.75 16H7.17c-2.09 0-3.95-1.53-4.15-3.61C2.79 10.01 4.66 8 7 8h12.36c1.31 0 2.5.94 2.63 2.24.15 1.5-1.02 2.76-2.49 2.76H9c-.55 0-1-.45-1-1s.45-1 1-1h8.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H9.14c-1.31 0-2.5.94-2.63 2.24-.15 1.5 1.02 2.76 2.49 2.76h10.33c2.09 0 3.95-1.53 4.15-3.61.23-2.39-1.64-4.39-3.98-4.39H7.23c-2.87 0-5.44 2.1-5.71 4.96-.3 3.29 2.26 6.04 5.48 6.04h10.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75z"})
"AttachmentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/attachment_sharp.cljs
================================================
(ns reagent-mui.icons.attachment-sharp
"Imports @mui/icons-material/AttachmentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attachment-sharp (create-svg-icon (e "path" #js {"d" "M18.5 16H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h12.5c1.38 0 2.5 1.12 2.5 2.5S20.88 13 19.5 13H9c-.55 0-1-.45-1-1s.45-1 1-1h9.5V9.5H9c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5h10.5c2.21 0 4-1.79 4-4s-1.79-4-4-4H7c-3.04 0-5.5 2.46-5.5 5.5s2.46 5.5 5.5 5.5h11.5V16z"})
"AttachmentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/attachment_two_tone.cljs
================================================
(ns reagent-mui.icons.attachment-two-tone
"Imports @mui/icons-material/AttachmentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attachment-two-tone (create-svg-icon (e "path" #js {"d" "M18.5 16H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h12.5c1.38 0 2.5 1.12 2.5 2.5S20.88 13 19.5 13H9c-.55 0-1-.45-1-1s.45-1 1-1h9.5V9.5H9c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5h10.5c2.21 0 4-1.79 4-4s-1.79-4-4-4H7c-3.04 0-5.5 2.46-5.5 5.5s2.46 5.5 5.5 5.5h11.5V16z"})
"AttachmentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/attractions.cljs
================================================
(ns reagent-mui.icons.attractions
"Imports @mui/icons-material/Attractions as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attractions (create-svg-icon (e "path" #js {"d" "M10.43 18.75c.37-.46.94-.75 1.57-.75.63 0 1.19.29 1.56.75.39-.09.76-.21 1.12-.36l-1.42-3.18c-.39.15-.82.23-1.26.23-.46 0-.9-.09-1.3-.25l-1.43 3.19c.38.16.76.29 1.16.37zM5.15 10c-.16.59-.25 1.21-.25 1.85 0 .75.12 1.47.33 2.15.63.05 1.22.4 1.56.99.33.57.35 1.23.11 1.79.27.27.56.53.87.76l1.52-3.39c-.47-.58-.75-1.32-.75-2.13 0-1.89 1.55-3.41 3.46-3.41s3.46 1.53 3.46 3.41c0 .82-.29 1.57-.78 2.16l1.5 3.35c.32-.24.62-.5.9-.79-.22-.55-.2-1.2.12-1.75.33-.57.9-.92 1.52-.99.22-.68.34-1.41.34-2.16 0-.64-.09-1.27-.25-1.86-.64-.04-1.26-.39-1.6-1-.36-.62-.35-1.36-.03-1.95-.91-.98-2.1-1.71-3.44-2.05C13.39 5.6 12.74 6 12 6s-1.39-.41-1.74-1.01c-1.34.34-2.53 1.05-3.44 2.03.33.6.35 1.35-.02 1.98-.35.62-.99.97-1.65 1zm-1.3-.42c-.78-.6-1.02-1.7-.51-2.58.51-.88 1.58-1.23 2.49-.85 1.11-1.17 2.56-2.03 4.18-2.42C10.15 2.75 10.99 2 12 2s1.85.75 1.98 1.73c1.63.39 3.07 1.24 4.18 2.42.91-.38 1.99-.03 2.49.85.51.88.27 1.98-.51 2.58.23.77.35 1.58.35 2.42s-.12 1.65-.35 2.42c.78.6 1.02 1.7.51 2.58-.51.88-1.58 1.23-2.49.85-.4.43-.85.81-1.34 1.15l1.34 3H16.3l-.97-2.17c-.43.18-.88.33-1.34.44-.14.98-.98 1.73-1.99 1.73s-1.85-.75-1.98-1.73c-.48-.12-.94-.27-1.38-.46L7.66 22H5.78l1.36-3.03a8.72 8.72 0 0 1-1.3-1.12c-.92.38-1.99.03-2.5-.85s-.27-1.98.51-2.58c-.23-.77-.35-1.58-.35-2.42s.12-1.65.35-2.42z"})
"Attractions"))
================================================
FILE: src/icons/reagent_mui/icons/attractions_outlined.cljs
================================================
(ns reagent-mui.icons.attractions-outlined
"Imports @mui/icons-material/AttractionsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attractions-outlined (create-svg-icon (e "path" #js {"d" "M20.15 14.42c.23-.77.35-1.58.35-2.42s-.12-1.65-.35-2.42c.78-.6 1.02-1.7.51-2.58s-1.58-1.23-2.49-.85c-1.11-1.17-2.56-2.03-4.18-2.42C13.85 2.75 13.01 2 12 2s-1.85.75-1.98 1.73c-1.63.39-3.07 1.25-4.19 2.42-.91-.38-1.98-.03-2.49.85s-.27 1.98.51 2.58c-.23.77-.35 1.58-.35 2.42s.12 1.65.35 2.42c-.78.6-1.02 1.7-.51 2.58s1.58 1.23 2.49.85c.4.42.83.79 1.3 1.12L5.78 22h1.88l.98-2.19c.44.19.9.34 1.38.46.13.98.97 1.73 1.98 1.73s1.85-.75 1.98-1.73c.46-.11.91-.26 1.34-.44L16.3 22h1.88l-1.34-3c.48-.34.93-.72 1.34-1.15.91.38 1.99.03 2.49-.85.5-.88.26-1.98-.52-2.58zm-6.59 4.33c-.37-.46-.93-.75-1.56-.75s-1.2.29-1.57.75c-.4-.09-.79-.21-1.16-.37l1.43-3.19c.4.16.84.25 1.3.25.44 0 .87-.08 1.26-.23l1.42 3.18c-.36.15-.73.27-1.12.36zm-3.08-6.73c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm8.23 1.99c-.61.07-1.18.41-1.52.99-.32.56-.34 1.2-.12 1.75-.28.29-.58.55-.9.79l-1.5-3.35c.49-.59.78-1.34.78-2.16 0-1.89-1.55-3.41-3.46-3.41s-3.46 1.53-3.46 3.41c0 .8.28 1.54.75 2.13l-1.52 3.39c-.31-.23-.6-.48-.87-.76.26-.56.24-1.22-.09-1.79-.34-.59-.93-.94-1.56-.99-.22-.68-.33-1.4-.33-2.15 0-.64.09-1.26.25-1.85.66-.03 1.3-.38 1.65-1 .37-.63.35-1.38.01-1.98.92-.98 2.11-1.69 3.45-2.03.34.59.99 1 1.73 1s1.39-.4 1.73-1c1.34.34 2.53 1.07 3.44 2.05-.32.59-.33 1.33.03 1.95.35.6.96.95 1.6 1 .16.59.25 1.21.25 1.86 0 .75-.12 1.47-.34 2.15z"})
"AttractionsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/attractions_rounded.cljs
================================================
(ns reagent-mui.icons.attractions-rounded
"Imports @mui/icons-material/AttractionsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attractions-rounded (create-svg-icon (e "path" #js {"d" "M10.44 18.75c.37-.46.94-.75 1.57-.75s1.19.29 1.56.75c.39-.09.76-.21 1.12-.36l-1.42-3.18c-.39.15-.82.23-1.26.23-.46 0-.9-.09-1.3-.25l-1.43 3.19c.37.16.75.29 1.16.37zM5.16 10c-.16.59-.25 1.21-.25 1.85 0 .75.12 1.47.33 2.15.63.05 1.22.4 1.56.99.33.57.35 1.23.11 1.79.27.27.56.53.87.76l1.52-3.39c-.47-.58-.75-1.32-.75-2.13 0-1.89 1.55-3.41 3.46-3.41s3.46 1.53 3.46 3.41c0 .82-.29 1.57-.78 2.16l1.5 3.35c.32-.24.62-.5.9-.79-.22-.55-.2-1.2.12-1.75.33-.57.9-.92 1.52-.99.22-.68.34-1.41.34-2.16 0-.64-.09-1.27-.25-1.86-.64-.04-1.26-.39-1.6-1-.36-.62-.35-1.36-.03-1.95-.91-.98-2.1-1.71-3.44-2.05C13.4 5.6 12.74 6 12.01 6s-1.39-.41-1.74-1.01c-1.34.34-2.53 1.05-3.44 2.03.33.6.35 1.35-.02 1.98-.36.62-.99.97-1.65 1zm-1.3-.42c-.78-.6-1.02-1.7-.51-2.58s1.58-1.23 2.49-.85c1.11-1.17 2.56-2.03 4.18-2.42.13-.98.97-1.73 1.99-1.73s1.85.75 1.98 1.73c1.63.39 3.07 1.24 4.18 2.42.91-.38 1.99-.03 2.49.85.51.88.27 1.98-.51 2.58.23.77.35 1.58.35 2.42s-.12 1.65-.35 2.42c.78.6 1.02 1.7.51 2.58s-1.58 1.23-2.49.85c-.4.43-.85.81-1.34 1.15l.81 1.8c.25.56-.16 1.2-.78 1.2-.33 0-.64-.2-.78-.5l-.75-1.67c-.43.18-.88.33-1.34.44-.13.98-.97 1.73-1.98 1.73s-1.85-.75-1.98-1.73c-.48-.12-.94-.27-1.38-.46l-.76 1.69c-.14.3-.44.5-.78.5H7.1c-.62 0-1.03-.64-.77-1.2l.82-1.83a8.72 8.72 0 0 1-1.3-1.12c-.92.38-1.99.03-2.5-.85s-.27-1.98.51-2.58c-.24-.77-.35-1.58-.35-2.42s.11-1.65.35-2.42z"})
"AttractionsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/attractions_sharp.cljs
================================================
(ns reagent-mui.icons.attractions-sharp
"Imports @mui/icons-material/AttractionsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attractions-sharp (create-svg-icon (e "path" #js {"d" "M10.44 18.75c.37-.46.94-.75 1.57-.75s1.19.29 1.56.75c.39-.09.76-.21 1.12-.36l-1.42-3.18c-.39.15-.82.23-1.26.23-.46 0-.9-.09-1.3-.25l-1.43 3.19c.37.16.75.29 1.16.37zM5.16 10c-.16.59-.25 1.21-.25 1.85 0 .75.12 1.47.33 2.15.63.05 1.22.4 1.56.99.33.57.35 1.23.11 1.79.27.27.56.53.87.76l1.52-3.39c-.47-.58-.75-1.32-.75-2.13 0-1.89 1.55-3.41 3.46-3.41s3.46 1.53 3.46 3.41c0 .82-.29 1.57-.78 2.16l1.5 3.35c.32-.24.62-.5.9-.79-.22-.55-.2-1.2.12-1.75.33-.57.9-.92 1.52-.99.22-.68.34-1.41.34-2.16 0-.64-.09-1.27-.25-1.86-.64-.04-1.26-.39-1.6-1-.36-.62-.35-1.36-.03-1.95-.91-.98-2.1-1.71-3.44-2.05C13.4 5.6 12.74 6 12.01 6s-1.39-.41-1.74-1.01c-1.34.34-2.53 1.05-3.44 2.03.33.6.35 1.35-.02 1.98-.36.62-.99.97-1.65 1zm-1.3-.42c-.78-.6-1.02-1.7-.51-2.58s1.58-1.23 2.49-.85c1.11-1.17 2.56-2.03 4.18-2.42.13-.98.97-1.73 1.99-1.73s1.85.75 1.98 1.73c1.63.39 3.07 1.24 4.18 2.42.91-.38 1.99-.03 2.49.85.51.88.27 1.98-.51 2.58.23.77.35 1.58.35 2.42s-.12 1.65-.35 2.42c.78.6 1.02 1.7.51 2.58s-1.58 1.23-2.49.85c-.4.43-.85.81-1.34 1.15l1.34 3h-1.86l-.97-2.17c-.43.18-.88.33-1.34.44-.14.98-.98 1.73-1.99 1.73s-1.85-.75-1.98-1.73c-.48-.12-.94-.27-1.38-.46L7.66 22H5.79l1.36-3.03a8.72 8.72 0 0 1-1.3-1.12c-.92.38-1.99.03-2.5-.85s-.27-1.98.51-2.58c-.24-.77-.35-1.58-.35-2.42s.11-1.65.35-2.42z"})
"AttractionsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/attractions_two_tone.cljs
================================================
(ns reagent-mui.icons.attractions-two-tone
"Imports @mui/icons-material/AttractionsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attractions-two-tone (create-svg-icon [(e "circle" #js {"cx" "11.98", "cy" "12.02", "r" "1.5", "opacity" ".3"}) (e "path" #js {"d" "M20.15 14.42c.23-.77.35-1.58.35-2.42s-.12-1.65-.35-2.42c.78-.6 1.02-1.7.51-2.58-.51-.88-1.58-1.23-2.49-.85-1.11-1.17-2.56-2.03-4.18-2.42C13.85 2.75 13.01 2 12 2s-1.85.75-1.98 1.73c-1.63.39-3.07 1.25-4.19 2.42-.91-.38-1.98-.03-2.49.85-.51.88-.27 1.98.51 2.58-.23.77-.35 1.58-.35 2.42s.12 1.65.35 2.42c-.78.6-1.02 1.7-.51 2.58.51.88 1.58 1.23 2.49.85.4.42.83.79 1.3 1.12L5.78 22h1.88l.98-2.19c.44.19.9.34 1.38.46.13.98.97 1.73 1.98 1.73s1.85-.75 1.98-1.73c.46-.11.91-.26 1.34-.44L16.3 22h1.88l-1.34-3c.48-.34.93-.72 1.34-1.15.91.38 1.99.03 2.49-.85s.26-1.98-.52-2.58zm-6.59 4.33c-.37-.46-.93-.75-1.56-.75s-1.2.29-1.57.75c-.4-.09-.79-.21-1.16-.37l1.43-3.19c.4.16.84.25 1.3.25.44 0 .87-.08 1.26-.23l1.42 3.18c-.36.15-.73.27-1.12.36zm-3.08-6.73c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm8.23 1.99c-.61.07-1.18.41-1.52.99-.32.56-.34 1.2-.12 1.75-.28.29-.58.55-.9.79l-1.5-3.35c.49-.59.78-1.34.78-2.16 0-1.89-1.55-3.41-3.46-3.41s-3.46 1.53-3.46 3.41c0 .8.28 1.54.75 2.13l-1.52 3.39c-.31-.23-.6-.48-.87-.76.26-.56.24-1.22-.09-1.79-.34-.59-.93-.94-1.56-.99-.22-.68-.33-1.4-.33-2.15 0-.64.09-1.26.25-1.85.66-.03 1.3-.38 1.65-1 .37-.63.35-1.38.01-1.98.92-.98 2.11-1.69 3.45-2.03.34.59.99 1 1.73 1s1.39-.4 1.73-1c1.34.34 2.53 1.07 3.44 2.05-.32.59-.33 1.33.03 1.95.35.6.96.95 1.6 1 .16.59.25 1.21.25 1.86 0 .75-.12 1.47-.34 2.15z"})]
"AttractionsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/attribution.cljs
================================================
(ns reagent-mui.icons.attribution
"Imports @mui/icons-material/Attribution as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attribution (create-svg-icon [(e "path" #js {"d" "M12 8.5c-.91 0-2.75.46-2.75 1.38v4.62h1.5V19h2.5v-4.5h1.5V9.88c0-.91-1.84-1.38-2.75-1.38z"}) (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "circle" #js {"cx" "12", "cy" "6.5", "r" "1.5"})]
"Attribution"))
================================================
FILE: src/icons/reagent_mui/icons/attribution_outlined.cljs
================================================
(ns reagent-mui.icons.attribution-outlined
"Imports @mui/icons-material/AttributionOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attribution-outlined (create-svg-icon [(e "path" #js {"d" "M12 8.5c-.91 0-2.75.46-2.75 1.38v4.62h1.5V19h2.5v-4.5h1.5V9.88c0-.91-1.84-1.38-2.75-1.38zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "circle" #js {"cx" "12", "cy" "6.5", "r" "1.5"})]
"AttributionOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/attribution_rounded.cljs
================================================
(ns reagent-mui.icons.attribution-rounded
"Imports @mui/icons-material/AttributionRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attribution-rounded (create-svg-icon [(e "path" #js {"d" "M12 8.5c-.91 0-2.75.46-2.75 1.38V14c0 .28.22.5.5.5h1v3.25c0 .69.56 1.25 1.25 1.25s1.25-.56 1.25-1.25V14.5h1c.28 0 .5-.22.5-.5V9.88c0-.91-1.84-1.38-2.75-1.38zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "circle" #js {"cx" "12", "cy" "6.5", "r" "1.5"})]
"AttributionRounded"))
================================================
FILE: src/icons/reagent_mui/icons/attribution_sharp.cljs
================================================
(ns reagent-mui.icons.attribution-sharp
"Imports @mui/icons-material/AttributionSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attribution-sharp (create-svg-icon [(e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-2.75-5.5h1.5V19h2.5v-4.5h1.5v-6h-5.5z"}) (e "circle" #js {"cx" "12", "cy" "6.5", "r" "1.5"})]
"AttributionSharp"))
================================================
FILE: src/icons/reagent_mui/icons/attribution_two_tone.cljs
================================================
(ns reagent-mui.icons.attribution-two-tone
"Imports @mui/icons-material/AttributionTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def attribution-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 1c.83 0 1.5.67 1.5 1.5S12.83 8 12 8s-1.5-.67-1.5-1.5S11.17 5 12 5zm2.75 9.5h-1.5V19h-2.5v-4.5h-1.5V9.88c0-.92 1.84-1.38 2.75-1.38s2.75.47 2.75 1.38v4.62z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-11.5c-.91 0-2.75.46-2.75 1.38v4.62h1.5V19h2.5v-4.5h1.5V9.88c0-.91-1.84-1.38-2.75-1.38z"}) (e "circle" #js {"cx" "12", "cy" "6.5", "r" "1.5"})]
"AttributionTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/audio_file.cljs
================================================
(ns reagent-mui.icons.audio-file
"Imports @mui/icons-material/AudioFile as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def audio-file (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 11h-3v3.75c0 1.24-1.01 2.25-2.25 2.25S8.5 17.99 8.5 16.75s1.01-2.25 2.25-2.25c.46 0 .89.14 1.25.38V11h4v2zm-3-4V3.5L18.5 9H13z"})
"AudioFile"))
================================================
FILE: src/icons/reagent_mui/icons/audio_file_outlined.cljs
================================================
(ns reagent-mui.icons.audio-file-outlined
"Imports @mui/icons-material/AudioFileOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def audio-file-outlined (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v5h5v11H6zm10-9h-4v3.88c-.36-.24-.79-.38-1.25-.38-1.24 0-2.25 1.01-2.25 2.25S9.51 19 10.75 19 13 17.99 13 16.75V13h3v-2z"})
"AudioFileOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/audio_file_rounded.cljs
================================================
(ns reagent-mui.icons.audio-file-rounded
"Imports @mui/icons-material/AudioFileRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def audio-file-rounded (create-svg-icon (e "path" #js {"d" "m19.41 7.41-4.83-4.83c-.37-.37-.88-.58-1.41-.58H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.42zM15 13h-2v3.61c0 1.28-1 2.41-2.28 2.39-1.44-.02-2.56-1.39-2.13-2.91.21-.72.8-1.31 1.53-1.51.7-.19 1.36-.05 1.88.29V12c0-.55.45-1 1-1h2c.55 0 1 .45 1 1s-.45 1-1 1zm-1-4c-.55 0-1-.45-1-1V3.5L18.5 9H14z"})
"AudioFileRounded"))
================================================
FILE: src/icons/reagent_mui/icons/audio_file_sharp.cljs
================================================
(ns reagent-mui.icons.audio-file-sharp
"Imports @mui/icons-material/AudioFileSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def audio-file-sharp (create-svg-icon (e "path" #js {"d" "M14 2H4v20h16V8l-6-6zm2 11h-3v3.75c0 1.24-1.01 2.25-2.25 2.25S8.5 17.99 8.5 16.75s1.01-2.25 2.25-2.25c.46 0 .89.14 1.25.38V11h4v2zm-3-4V3.5L18.5 9H13z"})
"AudioFileSharp"))
================================================
FILE: src/icons/reagent_mui/icons/audio_file_two_tone.cljs
================================================
(ns reagent-mui.icons.audio-file-two-tone
"Imports @mui/icons-material/AudioFileTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def audio-file-two-tone (create-svg-icon [(e "path" #js {"d" "M13 4H6v16h12V9h-5V4zm3 7v2h-3v3.75c0 1.24-1.01 2.25-2.25 2.25S8.5 17.99 8.5 16.75s1.01-2.25 2.25-2.25c.46 0 .89.14 1.25.38V11h4z", "opacity" ".3"}) (e "path" #js {"d" "M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"}) (e "path" #js {"d" "M12 14.88c-.36-.24-.79-.38-1.25-.38-1.24 0-2.25 1.01-2.25 2.25S9.51 19 10.75 19 13 17.99 13 16.75V13h3v-2h-4v3.88z"})]
"AudioFileTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/audiotrack.cljs
================================================
(ns reagent-mui.icons.audiotrack
"Imports @mui/icons-material/Audiotrack as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def audiotrack (create-svg-icon (e "path" #js {"d" "M12 3v9.28c-.47-.17-.97-.28-1.5-.28C8.01 12 6 14.01 6 16.5S8.01 21 10.5 21c2.31 0 4.2-1.75 4.45-4H15V6h4V3h-7z"})
"Audiotrack"))
================================================
FILE: src/icons/reagent_mui/icons/audiotrack_outlined.cljs
================================================
(ns reagent-mui.icons.audiotrack-outlined
"Imports @mui/icons-material/AudiotrackOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def audiotrack-outlined (create-svg-icon (e "path" #js {"d" "M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6zm-2 16c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"AudiotrackOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/audiotrack_rounded.cljs
================================================
(ns reagent-mui.icons.audiotrack-rounded
"Imports @mui/icons-material/AudiotrackRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def audiotrack-rounded (create-svg-icon (e "path" #js {"d" "M12 5v8.55c-.94-.54-2.1-.75-3.33-.32-1.34.48-2.37 1.67-2.61 3.07-.46 2.74 1.86 5.08 4.59 4.65 1.96-.31 3.35-2.11 3.35-4.1V7h2c1.1 0 2-.9 2-2s-.9-2-2-2h-2c-1.1 0-2 .9-2 2z"})
"AudiotrackRounded"))
================================================
FILE: src/icons/reagent_mui/icons/audiotrack_sharp.cljs
================================================
(ns reagent-mui.icons.audiotrack-sharp
"Imports @mui/icons-material/AudiotrackSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def audiotrack-sharp (create-svg-icon (e "path" #js {"d" "M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z"})
"AudiotrackSharp"))
================================================
FILE: src/icons/reagent_mui/icons/audiotrack_two_tone.cljs
================================================
(ns reagent-mui.icons.audiotrack-two-tone
"Imports @mui/icons-material/AudiotrackTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def audiotrack-two-tone (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "17", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M10 21c2.21 0 4-1.79 4-4V7h4V3h-6v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z"})]
"AudiotrackTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/auto_awesome.cljs
================================================
(ns reagent-mui.icons.auto-awesome
"Imports @mui/icons-material/AutoAwesome as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-awesome (create-svg-icon (e "path" #js {"d" "m19 9 1.25-2.75L23 5l-2.75-1.25L19 1l-1.25 2.75L15 5l2.75 1.25L19 9zm-7.5.5L9 4 6.5 9.5 1 12l5.5 2.5L9 20l2.5-5.5L17 12l-5.5-2.5zM19 15l-1.25 2.75L15 19l2.75 1.25L19 23l1.25-2.75L23 19l-2.75-1.25L19 15z"})
"AutoAwesome"))
================================================
FILE: src/icons/reagent_mui/icons/auto_awesome_mosaic.cljs
================================================
(ns reagent-mui.icons.auto-awesome-mosaic
"Imports @mui/icons-material/AutoAwesomeMosaic as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-awesome-mosaic (create-svg-icon (e "path" #js {"d" "M3 5v14c0 1.1.89 2 2 2h6V3H5c-1.11 0-2 .9-2 2zm16-2h-6v8h8V5c0-1.1-.9-2-2-2zm-6 18h6c1.1 0 2-.9 2-2v-6h-8v8z"})
"AutoAwesomeMosaic"))
================================================
FILE: src/icons/reagent_mui/icons/auto_awesome_mosaic_outlined.cljs
================================================
(ns reagent-mui.icons.auto-awesome-mosaic-outlined
"Imports @mui/icons-material/AutoAwesomeMosaicOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-awesome-mosaic-outlined (create-svg-icon (e "path" #js {"d" "M3 5v14c0 1.1.89 2 2 2h6V3H5c-1.11 0-2 .9-2 2zm6 14H5V5h4v14zM19 3h-6v8h8V5c0-1.1-.9-2-2-2zm0 6h-4V5h4v4zm-6 12h6c1.1 0 2-.9 2-2v-6h-8v8zm2-6h4v4h-4v-4z"})
"AutoAwesomeMosaicOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/auto_awesome_mosaic_rounded.cljs
================================================
(ns reagent-mui.icons.auto-awesome-mosaic-rounded
"Imports @mui/icons-material/AutoAwesomeMosaicRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-awesome-mosaic-rounded (create-svg-icon (e "path" #js {"d" "M3 5v14c0 1.1.89 2 2 2h6V3H5c-1.11 0-2 .9-2 2zm16-2h-6v8h8V5c0-1.1-.9-2-2-2zm-6 18h6c1.1 0 2-.9 2-2v-6h-8v8z"})
"AutoAwesomeMosaicRounded"))
================================================
FILE: src/icons/reagent_mui/icons/auto_awesome_mosaic_sharp.cljs
================================================
(ns reagent-mui.icons.auto-awesome-mosaic-sharp
"Imports @mui/icons-material/AutoAwesomeMosaicSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-awesome-mosaic-sharp (create-svg-icon (e "path" #js {"d" "M3 21h8V3H3v18zM21 3h-8v8h8V3zm-8 18h8v-8h-8v8z"})
"AutoAwesomeMosaicSharp"))
================================================
FILE: src/icons/reagent_mui/icons/auto_awesome_mosaic_two_tone.cljs
================================================
(ns reagent-mui.icons.auto-awesome-mosaic-two-tone
"Imports @mui/icons-material/AutoAwesomeMosaicTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-awesome-mosaic-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5h4v14H5zm10 10h4v4h-4zm0-10h4v4h-4z", "opacity" ".3"}) (e "path" #js {"d" "M3 5v14c0 1.1.89 2 2 2h6V3H5c-1.11 0-2 .9-2 2zm6 14H5V5h4v14zM19 3h-6v8h8V5c0-1.1-.9-2-2-2zm0 6h-4V5h4v4zm-6 12h6c1.1 0 2-.9 2-2v-6h-8v8zm2-6h4v4h-4v-4z"})]
"AutoAwesomeMosaicTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/auto_awesome_motion.cljs
================================================
(ns reagent-mui.icons.auto-awesome-motion
"Imports @mui/icons-material/AutoAwesomeMotion as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-awesome-motion (create-svg-icon (e "path" #js {"d" "M14 2H4c-1.11 0-2 .9-2 2v10h2V4h10V2zm4 4H8c-1.11 0-2 .9-2 2v10h2V8h10V6zm2 4h-8c-1.11 0-2 .9-2 2v8c0 1.1.89 2 2 2h8c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2z"})
"AutoAwesomeMotion"))
================================================
FILE: src/icons/reagent_mui/icons/auto_awesome_motion_outlined.cljs
================================================
(ns reagent-mui.icons.auto-awesome-motion-outlined
"Imports @mui/icons-material/AutoAwesomeMotionOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-awesome-motion-outlined (create-svg-icon (e "path" #js {"d" "M14 2H4c-1.1 0-2 .9-2 2v10h2V4h10V2zm4 4H8c-1.1 0-2 .9-2 2v10h2V8h10V6zm2 4h-8c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm0 10h-8v-8h8v8z"})
"AutoAwesomeMotionOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/auto_awesome_motion_rounded.cljs
================================================
(ns reagent-mui.icons.auto-awesome-motion-rounded
"Imports @mui/icons-material/AutoAwesomeMotionRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-awesome-motion-rounded (create-svg-icon (e "path" #js {"d" "M13 2H4c-1.1 0-2 .9-2 2v9c0 .55.45 1 1 1s1-.45 1-1V4h9c.55 0 1-.45 1-1s-.45-1-1-1zm4 4H8c-1.1 0-2 .9-2 2v9c0 .55.45 1 1 1s1-.45 1-1V8h9c.55 0 1-.45 1-1s-.45-1-1-1zm3 4h-8c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2z"})
"AutoAwesomeMotionRounded"))
================================================
FILE: src/icons/reagent_mui/icons/auto_awesome_motion_sharp.cljs
================================================
(ns reagent-mui.icons.auto-awesome-motion-sharp
"Imports @mui/icons-material/AutoAwesomeMotionSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-awesome-motion-sharp (create-svg-icon (e "path" #js {"d" "M14 2H2v12h2V4h10V2zm4 4H6v12h2V8h10V6zm4 4H10v12h12V10z"})
"AutoAwesomeMotionSharp"))
================================================
FILE: src/icons/reagent_mui/icons/auto_awesome_motion_two_tone.cljs
================================================
(ns reagent-mui.icons.auto-awesome-motion-two-tone
"Imports @mui/icons-material/AutoAwesomeMotionTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-awesome-motion-two-tone (create-svg-icon [(e "path" #js {"d" "M12 12h8v8h-8z", "opacity" ".3"}) (e "path" #js {"d" "M14 2H4c-1.1 0-2 .9-2 2v10h2V4h10V2zm6 8h-8c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm0 10h-8v-8h8v8z"}) (e "path" #js {"d" "M18 6H8c-1.1 0-2 .9-2 2v10h2V8h10V6z"})]
"AutoAwesomeMotionTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/auto_awesome_outlined.cljs
================================================
(ns reagent-mui.icons.auto-awesome-outlined
"Imports @mui/icons-material/AutoAwesomeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-awesome-outlined (create-svg-icon (e "path" #js {"d" "m19 9 1.25-2.75L23 5l-2.75-1.25L19 1l-1.25 2.75L15 5l2.75 1.25zm0 6-1.25 2.75L15 19l2.75 1.25L19 23l1.25-2.75L23 19l-2.75-1.25zm-7.5-5.5L9 4 6.5 9.5 1 12l5.5 2.5L9 20l2.5-5.5L17 12l-5.5-2.5zm-1.51 3.49L9 15.17l-.99-2.18L5.83 12l2.18-.99L9 8.83l.99 2.18 2.18.99-2.18.99z"})
"AutoAwesomeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/auto_awesome_rounded.cljs
================================================
(ns reagent-mui.icons.auto-awesome-rounded
"Imports @mui/icons-material/AutoAwesomeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-awesome-rounded (create-svg-icon (e "path" #js {"d" "m19.46 8 .79-1.75L22 5.46c.39-.18.39-.73 0-.91l-1.75-.79L19.46 2c-.18-.39-.73-.39-.91 0l-.79 1.75-1.76.79c-.39.18-.39.73 0 .91l1.75.79.79 1.76c.18.39.74.39.92 0zM11.5 9.5 9.91 6c-.35-.78-1.47-.78-1.82 0L6.5 9.5 3 11.09c-.78.36-.78 1.47 0 1.82l3.5 1.59L8.09 18c.36.78 1.47.78 1.82 0l1.59-3.5 3.5-1.59c.78-.36.78-1.47 0-1.82L11.5 9.5zm7.04 6.5-.79 1.75-1.75.79c-.39.18-.39.73 0 .91l1.75.79.79 1.76c.18.39.73.39.91 0l.79-1.75 1.76-.79c.39-.18.39-.73 0-.91l-1.75-.79-.79-1.76c-.18-.39-.74-.39-.92 0z"})
"AutoAwesomeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/auto_awesome_sharp.cljs
================================================
(ns reagent-mui.icons.auto-awesome-sharp
"Imports @mui/icons-material/AutoAwesomeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-awesome-sharp (create-svg-icon (e "path" #js {"d" "m19 9 1.25-2.75L23 5l-2.75-1.25L19 1l-1.25 2.75L15 5l2.75 1.25L19 9zm-7.5.5L9 4 6.5 9.5 1 12l5.5 2.5L9 20l2.5-5.5L17 12l-5.5-2.5zM19 15l-1.25 2.75L15 19l2.75 1.25L19 23l1.25-2.75L23 19l-2.75-1.25L19 15z"})
"AutoAwesomeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/auto_awesome_two_tone.cljs
================================================
(ns reagent-mui.icons.auto-awesome-two-tone
"Imports @mui/icons-material/AutoAwesomeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-awesome-two-tone (create-svg-icon [(e "path" #js {"d" "M9.99 11.01 9 8.83l-.99 2.18-2.18.99 2.18.99.99 2.18.99-2.18 2.18-.99z", "opacity" ".3"}) (e "path" #js {"d" "m19 9 1.25-2.75L23 5l-2.75-1.25L19 1l-1.25 2.75L15 5l2.75 1.25zm0 6-1.25 2.75L15 19l2.75 1.25L19 23l1.25-2.75L23 19l-2.75-1.25zm-7.5-5.5L9 4 6.5 9.5 1 12l5.5 2.5L9 20l2.5-5.5L17 12l-5.5-2.5zm-1.51 3.49L9 15.17l-.99-2.18L5.83 12l2.18-.99L9 8.83l.99 2.18 2.18.99-2.18.99z"})]
"AutoAwesomeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/auto_delete.cljs
================================================
(ns reagent-mui.icons.auto-delete
"Imports @mui/icons-material/AutoDelete as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-delete (create-svg-icon [(e "path" #js {"d" "M15 2h-3.5l-1-1h-5l-1 1H1v2h14zm1 7c-.7 0-1.37.1-2 .29V5H2v12c0 1.1.9 2 2 2h5.68c1.12 2.36 3.53 4 6.32 4 3.87 0 7-3.13 7-7s-3.13-7-7-7zm0 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"}) (e "path" #js {"d" "M16.5 12H15v5l3.6 2.1.8-1.2-2.9-1.7z"})]
"AutoDelete"))
================================================
FILE: src/icons/reagent_mui/icons/auto_delete_outlined.cljs
================================================
(ns reagent-mui.icons.auto-delete-outlined
"Imports @mui/icons-material/AutoDeleteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-delete-outlined (create-svg-icon [(e "path" #js {"d" "M15 2h-3.5l-1-1h-5l-1 1H1v2h14zm1 7c-.7 0-1.37.1-2 .29V5H2v12c0 1.1.9 2 2 2h5.68c1.12 2.36 3.53 4 6.32 4 3.87 0 7-3.13 7-7s-3.13-7-7-7zm-7 7c0 .34.03.67.08 1H4V7h8v3.26c-1.81 1.27-3 3.36-3 5.74zm7 5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"}) (e "path" #js {"d" "M16.5 12H15v5l3.6 2.1.8-1.2-2.9-1.7z"})]
"AutoDeleteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/auto_delete_rounded.cljs
================================================
(ns reagent-mui.icons.auto-delete-rounded
"Imports @mui/icons-material/AutoDeleteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-delete-rounded (create-svg-icon [(e "path" #js {"d" "M16 9c-.7 0-1.37.1-2 .29V7c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h5.68c1.12 2.36 3.53 4 6.32 4 3.87 0 7-3.13 7-7s-3.13-7-7-7zm0 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zM14 4c.55 0 1-.45 1-1s-.45-1-1-1h-2.5l-.71-.71c-.18-.18-.44-.29-.7-.29H5.91c-.26 0-.52.11-.7.29L4.5 2H2c-.55 0-1 .45-1 1s.45 1 1 1h12z"}) (e "path" #js {"d" "M15.75 12c-.41 0-.75.34-.75.75v3.68c0 .36.19.68.5.86l2.52 1.47c.33.19.75.09.96-.22.23-.34.12-.81-.24-1.02L16.5 16.2v-3.45c0-.41-.34-.75-.75-.75z"})]
"AutoDeleteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/auto_delete_sharp.cljs
================================================
(ns reagent-mui.icons.auto-delete-sharp
"Imports @mui/icons-material/AutoDeleteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-delete-sharp (create-svg-icon [(e "path" #js {"d" "M15 2h-3.5l-1-1h-5l-1 1H1v2h14zm1 7c-.7 0-1.37.1-2 .29V5H2v14h7.68c1.12 2.36 3.53 4 6.32 4 3.87 0 7-3.13 7-7s-3.13-7-7-7zm0 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"}) (e "path" #js {"d" "M16.5 12H15v5l3.6 2.1.8-1.2-2.9-1.7z"})]
"AutoDeleteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/auto_delete_two_tone.cljs
================================================
(ns reagent-mui.icons.auto-delete-two-tone
"Imports @mui/icons-material/AutoDeleteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-delete-two-tone (create-svg-icon [(e "path" #js {"d" "M12 7H4v10h5.08c-.05-.33-.08-.66-.08-1 0-2.38 1.19-4.47 3-5.74V7z", "opacity" ".3"}) (e "path" #js {"d" "M15 2h-3.5l-1-1h-5l-1 1H1v2h14zm1 7c-.7 0-1.37.1-2 .29V5H2v12c0 1.1.9 2 2 2h5.68c1.12 2.36 3.53 4 6.32 4 3.87 0 7-3.13 7-7s-3.13-7-7-7zm-7 7c0 .34.03.67.08 1H4V7h8v3.26c-1.81 1.27-3 3.36-3 5.74zm7 5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"}) (e "path" #js {"d" "M16.5 12H15v5l3.6 2.1.8-1.2-2.9-1.7z"})]
"AutoDeleteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/auto_fix_high.cljs
================================================
(ns reagent-mui.icons.auto-fix-high
"Imports @mui/icons-material/AutoFixHigh as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-fix-high (create-svg-icon (e "path" #js {"d" "M7.5 5.6 10 7 8.6 4.5 10 2 7.5 3.4 5 2l1.4 2.5L5 7zm12 9.8L17 14l1.4 2.5L17 19l2.5-1.4L22 19l-1.4-2.5L22 14zM22 2l-2.5 1.4L17 2l1.4 2.5L17 7l2.5-1.4L22 7l-1.4-2.5zm-7.63 5.29a.9959.9959 0 0 0-1.41 0L1.29 18.96c-.39.39-.39 1.02 0 1.41l2.34 2.34c.39.39 1.02.39 1.41 0L16.7 11.05c.39-.39.39-1.02 0-1.41l-2.33-2.35zm-1.03 5.49-2.12-2.12 2.44-2.44 2.12 2.12-2.44 2.44z"})
"AutoFixHigh"))
================================================
FILE: src/icons/reagent_mui/icons/auto_fix_high_outlined.cljs
================================================
(ns reagent-mui.icons.auto-fix-high-outlined
"Imports @mui/icons-material/AutoFixHighOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-fix-high-outlined (create-svg-icon (e "path" #js {"d" "m20 7 .94-2.06L23 4l-2.06-.94L20 1l-.94 2.06L17 4l2.06.94zM8.5 7l.94-2.06L11.5 4l-2.06-.94L8.5 1l-.94 2.06L5.5 4l2.06.94zM20 12.5l-.94 2.06-2.06.94 2.06.94.94 2.06.94-2.06L23 15.5l-2.06-.94zm-2.29-3.38-2.83-2.83c-.2-.19-.45-.29-.71-.29-.26 0-.51.1-.71.29L2.29 17.46c-.39.39-.39 1.02 0 1.41l2.83 2.83c.2.2.45.3.71.3s.51-.1.71-.29l11.17-11.17c.39-.39.39-1.03 0-1.42zm-3.54-.7 1.41 1.41L14.41 11 13 9.59l1.17-1.17zM5.83 19.59l-1.41-1.41L11.59 11 13 12.41l-7.17 7.18z"})
"AutoFixHighOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/auto_fix_high_rounded.cljs
================================================
(ns reagent-mui.icons.auto-fix-high-rounded
"Imports @mui/icons-material/AutoFixHighRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-fix-high-rounded (create-svg-icon (e "path" #js {"d" "m20.45 6 .49-1.06L22 4.45c.39-.18.39-.73 0-.91l-1.06-.49L20.45 2c-.18-.39-.73-.39-.91 0l-.49 1.06-1.05.49c-.39.18-.39.73 0 .91l1.06.49.49 1.05c.17.39.73.39.9 0zM8.95 6l.49-1.06 1.06-.49c.39-.18.39-.73 0-.91l-1.06-.48L8.95 2c-.17-.39-.73-.39-.9 0l-.49 1.06-1.06.49c-.39.18-.39.73 0 .91l1.06.49L8.05 6c.17.39.73.39.9 0zm10.6 7.5-.49 1.06-1.06.49c-.39.18-.39.73 0 .91l1.06.49.49 1.06c.18.39.73.39.91 0l.49-1.06 1.05-.5c.39-.18.39-.73 0-.91l-1.06-.49-.49-1.06c-.17-.38-.73-.38-.9.01zm-1.84-4.38-2.83-2.83a.9959.9959 0 0 0-1.41 0L2.29 17.46c-.39.39-.39 1.02 0 1.41l2.83 2.83c.39.39 1.02.39 1.41 0L17.7 10.53c.4-.38.4-1.02.01-1.41zm-3.5 2.09L12.8 9.8l1.38-1.38 1.41 1.41-1.38 1.38z"})
"AutoFixHighRounded"))
================================================
FILE: src/icons/reagent_mui/icons/auto_fix_high_sharp.cljs
================================================
(ns reagent-mui.icons.auto-fix-high-sharp
"Imports @mui/icons-material/AutoFixHighSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-fix-high-sharp (create-svg-icon (e "path" #js {"d" "m20 7 .94-2.06L23 4l-2.06-.94L20 1l-.94 2.06L17 4l2.06.94zM8.5 7l.94-2.06L11.5 4l-2.06-.94L8.5 1l-.94 2.06L5.5 4l2.06.94zM20 12.5l-.94 2.06-2.06.94 2.06.94.94 2.06.94-2.06L23 15.5l-2.06-.94zm-1.59-2.67-4.24-4.24L1.59 18.17l4.24 4.24L18.41 9.83zm-4.2 1.38L12.8 9.8l1.38-1.38 1.41 1.41-1.38 1.38z"})
"AutoFixHighSharp"))
================================================
FILE: src/icons/reagent_mui/icons/auto_fix_high_two_tone.cljs
================================================
(ns reagent-mui.icons.auto-fix-high-two-tone
"Imports @mui/icons-material/AutoFixHighTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-fix-high-two-tone (create-svg-icon [(e "path" #js {"d" "m4.4149 18.1667 7.17-7.17 1.4142 1.4141-7.17 7.1701z", "opacity" ".3"}) (e "path" #js {"d" "m20 7 .94-2.06L23 4l-2.06-.94L20 1l-.94 2.06L17 4l2.06.94zM8.5 7l.94-2.06L11.5 4l-2.06-.94L8.5 1l-.94 2.06L5.5 4l2.06.94zM20 12.5l-.94 2.06-2.06.94 2.06.94.94 2.06.94-2.06L23 15.5l-2.06-.94zm-2.29-3.38-2.83-2.83c-.2-.19-.45-.29-.71-.29-.26 0-.51.1-.71.29L2.29 17.46c-.39.39-.39 1.02 0 1.41l2.83 2.83c.2.2.45.3.71.3s.51-.1.71-.29l11.17-11.17c.39-.39.39-1.03 0-1.42zM5.83 19.59l-1.41-1.41L11.59 11 13 12.41l-7.17 7.18zM14.41 11 13 9.59l1.17-1.17 1.41 1.41L14.41 11z"})]
"AutoFixHighTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/auto_fix_normal.cljs
================================================
(ns reagent-mui.icons.auto-fix-normal
"Imports @mui/icons-material/AutoFixNormal as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-fix-normal (create-svg-icon (e "path" #js {"d" "m22 2-2.5 1.4L17 2l1.4 2.5L17 7l2.5-1.4L22 7l-1.4-2.5zm-7.63 5.29a.9959.9959 0 0 0-1.41 0L1.29 18.96c-.39.39-.39 1.02 0 1.41l2.34 2.34c.39.39 1.02.39 1.41 0L16.7 11.05c.39-.39.39-1.02 0-1.41l-2.33-2.35zm-1.03 5.49-2.12-2.12 2.44-2.44 2.12 2.12-2.44 2.44z"})
"AutoFixNormal"))
================================================
FILE: src/icons/reagent_mui/icons/auto_fix_normal_outlined.cljs
================================================
(ns reagent-mui.icons.auto-fix-normal-outlined
"Imports @mui/icons-material/AutoFixNormalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-fix-normal-outlined (create-svg-icon (e "path" #js {"d" "m20 7 .94-2.06L23 4l-2.06-.94L20 1l-.94 2.06L17 4l2.06.94zm-2.29 2.12-2.83-2.83c-.2-.19-.45-.29-.71-.29-.26 0-.51.1-.71.29L2.29 17.46c-.39.39-.39 1.02 0 1.41l2.83 2.83c.2.2.45.3.71.3s.51-.1.71-.29l11.17-11.17c.39-.39.39-1.03 0-1.42zm-3.54-.7 1.41 1.41L14.41 11 13 9.59l1.17-1.17zM5.83 19.59l-1.41-1.41L11.59 11 13 12.41l-7.17 7.18z"})
"AutoFixNormalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/auto_fix_normal_rounded.cljs
================================================
(ns reagent-mui.icons.auto-fix-normal-rounded
"Imports @mui/icons-material/AutoFixNormalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-fix-normal-rounded (create-svg-icon (e "path" #js {"d" "m20.45 6 .49-1.06L22 4.45c.39-.18.39-.73 0-.91l-1.06-.49L20.45 2c-.18-.39-.73-.39-.91 0l-.49 1.06-1.05.49c-.39.18-.39.73 0 .91l1.06.49.49 1.05c.17.39.73.39.9 0zm-2.74 3.12-2.83-2.83a.9959.9959 0 0 0-1.41 0L2.29 17.46c-.39.39-.39 1.02 0 1.41l2.83 2.83c.39.39 1.02.39 1.41 0L17.7 10.53c.4-.38.4-1.02.01-1.41zm-3.5 2.09L12.8 9.8l1.38-1.38 1.41 1.41-1.38 1.38z"})
"AutoFixNormalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/auto_fix_normal_sharp.cljs
================================================
(ns reagent-mui.icons.auto-fix-normal-sharp
"Imports @mui/icons-material/AutoFixNormalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-fix-normal-sharp (create-svg-icon (e "path" #js {"d" "m20 7 .94-2.06L23 4l-2.06-.94L20 1l-.94 2.06L17 4l2.06.94zm-1.59 2.83-4.24-4.24L1.59 18.17l4.24 4.24L18.41 9.83zm-4.2 1.38L12.8 9.8l1.38-1.38 1.41 1.41-1.38 1.38z"})
"AutoFixNormalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/auto_fix_normal_two_tone.cljs
================================================
(ns reagent-mui.icons.auto-fix-normal-two-tone
"Imports @mui/icons-material/AutoFixNormalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-fix-normal-two-tone (create-svg-icon [(e "path" #js {"d" "m4.4149 18.1667 7.17-7.17 1.4142 1.4141-7.17 7.1701z", "opacity" ".3"}) (e "path" #js {"d" "m20 7 .94-2.06L23 4l-2.06-.94L20 1l-.94 2.06L17 4l2.06.94zm-2.29 2.12-2.83-2.83c-.2-.19-.45-.29-.71-.29-.26 0-.51.1-.71.29L2.29 17.46c-.39.39-.39 1.02 0 1.41l2.83 2.83c.2.2.45.3.71.3s.51-.1.71-.29l11.17-11.17c.39-.39.39-1.03 0-1.42zM5.83 19.59l-1.41-1.41L11.59 11 13 12.41l-7.17 7.18zM14.41 11 13 9.59l1.17-1.17 1.41 1.41L14.41 11z"})]
"AutoFixNormalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/auto_fix_off.cljs
================================================
(ns reagent-mui.icons.auto-fix-off
"Imports @mui/icons-material/AutoFixOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-fix-off (create-svg-icon (e "path" #js {"d" "m23 1-2.5 1.4L18 1l1.4 2.5L18 6l2.5-1.4L23 6l-1.4-2.5L23 1zm-8.34 6.22 2.12 2.12-2.44 2.44.81.81 2.55-2.55c.39-.39.39-1.02 0-1.41l-2.34-2.34a.9959.9959 0 0 0-1.41 0L11.4 8.84l.81.81 2.45-2.43zm-.78 6.65-3.75-3.75-6.86-6.86L2 4.53l6.86 6.86-6.57 6.57c-.39.39-.39 1.02 0 1.41l2.34 2.34c.39.39 1.02.39 1.41 0l6.57-6.57L19.47 22l1.27-1.27-6.86-6.86z"})
"AutoFixOff"))
================================================
FILE: src/icons/reagent_mui/icons/auto_fix_off_outlined.cljs
================================================
(ns reagent-mui.icons.auto-fix-off-outlined
"Imports @mui/icons-material/AutoFixOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-fix-off-outlined (create-svg-icon (e "path" #js {"d" "m20 7 .94-2.06L23 4l-2.06-.94L20 1l-.94 2.06L17 4l2.06.94zm-5.83 1.42 1.41 1.41-1.46 1.46 1.41 1.41 2.17-2.17c.39-.39.39-1.02 0-1.41l-2.83-2.83c-.19-.19-.44-.29-.7-.29-.26 0-.51.1-.71.29l-2.17 2.17 1.41 1.41 1.47-1.45zM1.39 4.22l7.07 7.07-6.17 6.17c-.39.39-.39 1.02 0 1.41l2.83 2.83c.2.2.45.3.71.3s.51-.1.71-.29l6.17-6.17 7.07 7.07 1.41-1.41L2.81 2.81 1.39 4.22zm9.9 9.9-5.46 5.46-1.41-1.41 5.46-5.46 1.41 1.41z"})
"AutoFixOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/auto_fix_off_rounded.cljs
================================================
(ns reagent-mui.icons.auto-fix-off-rounded
"Imports @mui/icons-material/AutoFixOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-fix-off-rounded (create-svg-icon (e "path" #js {"d" "m22 3.55-1.06-.49L20.45 2c-.18-.39-.73-.39-.91 0l-.49 1.06-1.05.49c-.39.18-.39.73 0 .91l1.06.49.49 1.05c.18.39.73.39.91 0l.49-1.06L22 4.45c.39-.17.39-.73 0-.9zm-7.83 4.87 1.41 1.41-1.46 1.46 1.41 1.41 2.17-2.17c.39-.39.39-1.02 0-1.41l-2.83-2.83a.9959.9959 0 0 0-1.41 0l-2.17 2.17 1.41 1.41 1.47-1.45zM2.1 4.93l6.36 6.36-6.17 6.17c-.39.39-.39 1.02 0 1.41l2.83 2.83c.39.39 1.02.39 1.41 0l6.17-6.17 6.36 6.36c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.4-.39 1.03 0 1.42z"})
"AutoFixOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/auto_fix_off_sharp.cljs
================================================
(ns reagent-mui.icons.auto-fix-off-sharp
"Imports @mui/icons-material/AutoFixOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-fix-off-sharp (create-svg-icon (e "path" #js {"d" "m20 7 .94-2.06L23 4l-2.06-.94L20 1l-.94 2.06L17 4l2.06.94zm-5.83 1.42 1.41 1.41-1.46 1.46 1.42 1.42 2.87-2.88-4.24-4.24-2.88 2.87 1.42 1.42zM1.39 4.22l7.07 7.07-6.87 6.88 4.24 4.24 6.88-6.87 7.07 7.07 1.41-1.42L2.81 2.81z"})
"AutoFixOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/auto_fix_off_two_tone.cljs
================================================
(ns reagent-mui.icons.auto-fix-off-two-tone
"Imports @mui/icons-material/AutoFixOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-fix-off-two-tone (create-svg-icon [(e "path" #js {"d" "m4.4169 18.1737 5.4659-5.4659 1.4142 1.4142-5.466 5.466z", "opacity" ".3"}) (e "path" #js {"d" "m20 7 .94-2.06L23 4l-2.06-.94L20 1l-.94 2.06L17 4l2.06.94zm-5.83 1.42 1.41 1.41-1.46 1.46 1.41 1.41 2.17-2.17c.39-.39.39-1.02 0-1.41l-2.83-2.83c-.19-.19-.44-.29-.7-.29-.26 0-.51.1-.71.29l-2.17 2.17 1.41 1.41 1.47-1.45zM2.81 2.81 1.39 4.22l7.07 7.07-6.17 6.17c-.39.39-.39 1.02 0 1.41l2.83 2.83c.2.2.45.3.71.3s.51-.1.71-.29l6.17-6.17 7.07 7.07 1.41-1.41L2.81 2.81zm3.02 16.78-1.41-1.41 5.46-5.46 1.41 1.41-5.46 5.46z"})]
"AutoFixOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/auto_graph.cljs
================================================
(ns reagent-mui.icons.auto-graph
"Imports @mui/icons-material/AutoGraph as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-graph (create-svg-icon (e "path" #js {"d" "M14.06 9.94 12 9l2.06-.94L15 6l.94 2.06L18 9l-2.06.94L15 12l-.94-2.06zM4 14l.94-2.06L7 11l-2.06-.94L4 8l-.94 2.06L1 11l2.06.94L4 14zm4.5-5 1.09-2.41L12 5.5 9.59 4.41 8.5 2 7.41 4.41 5 5.5l2.41 1.09L8.5 9zm-4 11.5 6-6.01 4 4L23 8.93l-1.41-1.41-7.09 7.97-4-4L3 19l1.5 1.5z"})
"AutoGraph"))
================================================
FILE: src/icons/reagent_mui/icons/auto_graph_outlined.cljs
================================================
(ns reagent-mui.icons.auto-graph-outlined
"Imports @mui/icons-material/AutoGraphOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-graph-outlined (create-svg-icon (e "path" #js {"d" "M14.06 9.94 12 9l2.06-.94L15 6l.94 2.06L18 9l-2.06.94L15 12l-.94-2.06zM4 14l.94-2.06L7 11l-2.06-.94L4 8l-.94 2.06L1 11l2.06.94L4 14zm4.5-5 1.09-2.41L12 5.5 9.59 4.41 8.5 2 7.41 4.41 5 5.5l2.41 1.09L8.5 9zm-4 11.5 6-6.01 4 4L23 8.93l-1.41-1.41-7.09 7.97-4-4L3 19l1.5 1.5z"})
"AutoGraphOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/auto_graph_rounded.cljs
================================================
(ns reagent-mui.icons.auto-graph-rounded
"Imports @mui/icons-material/AutoGraphRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-graph-rounded (create-svg-icon (e "path" #js {"d" "M14.06 9.94 13 9.45c-.39-.18-.39-.73 0-.91l1.06-.49.49-1.05c.18-.39.73-.39.91 0l.49 1.06 1.05.49c.39.18.39.73 0 .91l-1.06.49-.49 1.05c-.18.39-.73.39-.91 0l-.48-1.06zM4.45 13l.49-1.06L6 11.45c.39-.18.39-.73 0-.91l-1.06-.49L4.45 9c-.17-.39-.73-.39-.9 0l-.49 1.06-1.06.49c-.39.18-.39.73 0 .91l1.06.49.49 1.05c.17.39.73.39.9 0zm4.51-5.01.63-1.4 1.4-.63c.39-.18.39-.73 0-.91l-1.4-.63-.63-1.4c-.18-.39-.73-.39-.91 0l-.63 1.4-1.4.63c-.39.18-.39.73 0 .91l1.4.63.63 1.4c.17.39.73.39.91 0zm13.38.28c-.4-.4-1.07-.39-1.45.04l-6.39 7.18-3.29-3.29a.9959.9959 0 0 0-1.41 0l-6.04 6.05c-.41.41-.41 1.09 0 1.5.41.41 1.09.41 1.5 0l5.25-5.26 3.25 3.25c.41.41 1.07.39 1.45-.04l7.17-8.07c.35-.39.33-.99-.04-1.36z"})
"AutoGraphRounded"))
================================================
FILE: src/icons/reagent_mui/icons/auto_graph_sharp.cljs
================================================
(ns reagent-mui.icons.auto-graph-sharp
"Imports @mui/icons-material/AutoGraphSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-graph-sharp (create-svg-icon (e "path" #js {"d" "M14.06 9.94 12 9l2.06-.94L15 6l.94 2.06L18 9l-2.06.94L15 12l-.94-2.06zM4 14l.94-2.06L7 11l-2.06-.94L4 8l-.94 2.06L1 11l2.06.94L4 14zm4.5-5 1.09-2.41L12 5.5 9.59 4.41 8.5 2 7.41 4.41 5 5.5l2.41 1.09L8.5 9zm-4 11.5 6-6.01 4 4L23 8.93l-1.41-1.41-7.09 7.97-4-4L3 19l1.5 1.5z"})
"AutoGraphSharp"))
================================================
FILE: src/icons/reagent_mui/icons/auto_graph_two_tone.cljs
================================================
(ns reagent-mui.icons.auto-graph-two-tone
"Imports @mui/icons-material/AutoGraphTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-graph-two-tone (create-svg-icon (e "path" #js {"d" "M14.06 9.94 12 9l2.06-.94L15 6l.94 2.06L18 9l-2.06.94L15 12l-.94-2.06zM4 14l.94-2.06L7 11l-2.06-.94L4 8l-.94 2.06L1 11l2.06.94L4 14zm4.5-5 1.09-2.41L12 5.5 9.59 4.41 8.5 2 7.41 4.41 5 5.5l2.41 1.09L8.5 9zm-4 11.5 6-6.01 4 4L23 8.93l-1.41-1.41-7.09 7.97-4-4L3 19l1.5 1.5z"})
"AutoGraphTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/auto_mode.cljs
================================================
(ns reagent-mui.icons.auto-mode
"Imports @mui/icons-material/AutoMode as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-mode (create-svg-icon [(e "path" #js {"d" "M19.03 3.56c-1.67-1.39-3.74-2.3-6.03-2.51v2.01c1.73.19 3.31.88 4.61 1.92l1.42-1.42zM11 3.06V1.05c-2.29.2-4.36 1.12-6.03 2.51l1.42 1.42C7.69 3.94 9.27 3.25 11 3.06zM4.98 6.39 3.56 4.97C2.17 6.64 1.26 8.71 1.05 11h2.01c.19-1.73.88-3.31 1.92-4.61zM20.94 11h2.01c-.21-2.29-1.12-4.36-2.51-6.03l-1.42 1.42c1.04 1.3 1.73 2.88 1.92 4.61zM7 12l3.44 1.56L12 17l1.56-3.44L17 12l-3.44-1.56L12 7l-1.56 3.44z"}) (e "path" #js {"d" "M12 21c-3.11 0-5.85-1.59-7.46-4H7v-2H1v6h2v-2.7c1.99 2.84 5.27 4.7 9 4.7 4.87 0 9-3.17 10.44-7.56l-1.96-.45C19.25 18.48 15.92 21 12 21z"})]
"AutoMode"))
================================================
FILE: src/icons/reagent_mui/icons/auto_mode_outlined.cljs
================================================
(ns reagent-mui.icons.auto-mode-outlined
"Imports @mui/icons-material/AutoModeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-mode-outlined (create-svg-icon [(e "path" #js {"d" "M19.03 3.56c-1.67-1.39-3.74-2.3-6.03-2.51v2.01c1.73.19 3.31.88 4.61 1.92l1.42-1.42zM11 3.06V1.05c-2.29.2-4.36 1.12-6.03 2.51l1.42 1.42C7.69 3.94 9.27 3.25 11 3.06zM4.98 6.39 3.56 4.97C2.17 6.64 1.26 8.71 1.05 11h2.01c.19-1.73.88-3.31 1.92-4.61zM20.94 11h2.01c-.21-2.29-1.12-4.36-2.51-6.03l-1.42 1.42c1.04 1.3 1.73 2.88 1.92 4.61zM7 12l3.44 1.56L12 17l1.56-3.44L17 12l-3.44-1.56L12 7l-1.56 3.44z"}) (e "path" #js {"d" "M12 21c-3.11 0-5.85-1.59-7.46-4H7v-2H1v6h2v-2.7c1.99 2.84 5.27 4.7 9 4.7 4.87 0 9-3.17 10.44-7.56l-1.96-.45C19.25 18.48 15.92 21 12 21z"})]
"AutoModeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/auto_mode_rounded.cljs
================================================
(ns reagent-mui.icons.auto-mode-rounded
"Imports @mui/icons-material/AutoModeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-mode-rounded (create-svg-icon [(e "path" #js {"d" "M18.06 2.83c-1.15-.77-2.46-1.32-3.86-1.61-.62-.12-1.2.35-1.2.99 0 .46.31.88.76.97 1.17.23 2.26.7 3.21 1.34.39.26.9.19 1.23-.14.46-.45.39-1.2-.14-1.55zM11 2.21c0-.64-.58-1.11-1.2-.99-1.4.29-2.71.84-3.86 1.61-.52.35-.59 1.1-.15 1.54.33.33.84.4 1.23.14.96-.64 2.04-1.1 3.21-1.34.46-.08.77-.5.77-.96zM4.38 5.79c-.45-.45-1.2-.37-1.54.15-.77 1.15-1.33 2.45-1.61 3.86-.13.62.35 1.2.98 1.2.46 0 .88-.31.97-.76.23-1.17.7-2.26 1.34-3.22.25-.38.18-.9-.14-1.23zM21.79 11c.63 0 1.11-.58.98-1.2-.29-1.4-.84-2.7-1.61-3.86-.35-.52-1.1-.6-1.54-.15-.33.33-.4.84-.14 1.23.64.96 1.1 2.05 1.34 3.22.09.45.51.76.97.76zM8 12.46l2.44 1.11 1.1 2.43c.18.39.73.39.91 0l1.11-2.44 2.44-1.1c.39-.18.39-.73 0-.91l-2.44-1.11L12.46 8c-.18-.39-.73-.39-.91 0l-1.11 2.44L8 11.54c-.39.18-.39.74 0 .92z"}) (e "path" #js {"d" "M12 21c-3.11 0-5.85-1.59-7.46-4H6c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-1.7c1.99 2.84 5.27 4.7 9 4.7 4.45 0 8.27-2.64 10-6.43.26-.57-.08-1.25-.69-1.39-.45-.1-.93.11-1.12.54C18.77 18.83 15.64 21 12 21z"})]
"AutoModeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/auto_mode_sharp.cljs
================================================
(ns reagent-mui.icons.auto-mode-sharp
"Imports @mui/icons-material/AutoModeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-mode-sharp (create-svg-icon [(e "path" #js {"d" "M19.03 3.56c-1.67-1.39-3.74-2.3-6.03-2.51v2.01c1.73.19 3.31.88 4.61 1.92l1.42-1.42zM11 3.06V1.05c-2.29.2-4.36 1.12-6.03 2.51l1.42 1.42C7.69 3.94 9.27 3.25 11 3.06zM4.98 6.39 3.56 4.97C2.17 6.64 1.26 8.71 1.05 11h2.01c.19-1.73.88-3.31 1.92-4.61zM20.94 11h2.01c-.21-2.29-1.12-4.36-2.51-6.03l-1.42 1.42c1.04 1.3 1.73 2.88 1.92 4.61zM7 12l3.44 1.56L12 17l1.56-3.44L17 12l-3.44-1.56L12 7l-1.56 3.44z"}) (e "path" #js {"d" "M12 21c-3.11 0-5.85-1.59-7.46-4H7v-2H1v6h2v-2.7c1.99 2.84 5.27 4.7 9 4.7 4.87 0 9-3.17 10.44-7.56l-1.96-.45C19.25 18.48 15.92 21 12 21z"})]
"AutoModeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/auto_mode_two_tone.cljs
================================================
(ns reagent-mui.icons.auto-mode-two-tone
"Imports @mui/icons-material/AutoModeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-mode-two-tone (create-svg-icon [(e "path" #js {"d" "M19.03 3.56c-1.67-1.39-3.74-2.3-6.03-2.51v2.01c1.73.19 3.31.88 4.61 1.92l1.42-1.42zM11 3.06V1.05c-2.29.2-4.36 1.12-6.03 2.51l1.42 1.42C7.69 3.94 9.27 3.25 11 3.06zM4.98 6.39 3.56 4.97C2.17 6.64 1.26 8.71 1.05 11h2.01c.19-1.73.88-3.31 1.92-4.61zM20.94 11h2.01c-.21-2.29-1.12-4.36-2.51-6.03l-1.42 1.42c1.04 1.3 1.73 2.88 1.92 4.61zM7 12l3.44 1.56L12 17l1.56-3.44L17 12l-3.44-1.56L12 7l-1.56 3.44z"}) (e "path" #js {"d" "M12 21c-3.11 0-5.85-1.59-7.46-4H7v-2H1v6h2v-2.7c1.99 2.84 5.27 4.7 9 4.7 4.87 0 9-3.17 10.44-7.56l-1.96-.45C19.25 18.48 15.92 21 12 21z"})]
"AutoModeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/auto_stories.cljs
================================================
(ns reagent-mui.icons.auto-stories
"Imports @mui/icons-material/AutoStories as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-stories (create-svg-icon (e "path" #js {"d" "m19 1-5 5v11l5-4.5V1zM1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5V6c-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6zm22 13.5V6c-.6-.45-1.25-.75-2-1v13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5v2c1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5v-1.1z"})
"AutoStories"))
================================================
FILE: src/icons/reagent_mui/icons/auto_stories_outlined.cljs
================================================
(ns reagent-mui.icons.auto-stories-outlined
"Imports @mui/icons-material/AutoStoriesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-stories-outlined (create-svg-icon (e "path" #js {"d" "M22.47 5.2c-.47-.24-.96-.44-1.47-.61v12.03c-1.14-.41-2.31-.62-3.5-.62-1.9 0-3.78.54-5.5 1.58V5.48C10.38 4.55 8.51 4 6.5 4c-1.79 0-3.48.44-4.97 1.2-.33.16-.53.51-.53.88v12.08c0 .58.47.99 1 .99.16 0 .32-.04.48-.12C3.69 18.4 5.05 18 6.5 18c2.07 0 3.98.82 5.5 2 1.52-1.18 3.43-2 5.5-2 1.45 0 2.81.4 4.02 1.04.16.08.32.12.48.12.52 0 1-.41 1-.99V6.08c0-.37-.2-.72-.53-.88zM10 16.62C8.86 16.21 7.69 16 6.5 16s-2.36.21-3.5.62V6.71C4.11 6.24 5.28 6 6.5 6c1.2 0 2.39.25 3.5.72v9.9zM19 .5l-5 5V15l5-4.5V.5z"})
"AutoStoriesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/auto_stories_rounded.cljs
================================================
(ns reagent-mui.icons.auto-stories-rounded
"Imports @mui/icons-material/AutoStoriesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-stories-rounded (create-svg-icon (e "path" #js {"d" "m18.15 1.35-4 4c-.1.1-.15.22-.15.36v8.17c0 .43.51.66.83.37l4-3.6c.11-.09.17-.23.17-.37V1.71c0-.45-.54-.67-.85-.36zm4.32 3.85c-.47-.24-.96-.44-1.47-.61v12.03c-1.14-.41-2.31-.62-3.5-.62-1.9 0-3.78.54-5.5 1.58V5.48C10.38 4.55 8.51 4 6.5 4c-1.79 0-3.48.44-4.97 1.2-.33.16-.53.51-.53.88v12.08c0 .76.81 1.23 1.48.87C3.69 18.4 5.05 18 6.5 18c2.07 0 3.98.82 5.5 2 1.52-1.18 3.43-2 5.5-2 1.45 0 2.81.4 4.02 1.04.67.36 1.48-.11 1.48-.87V6.08c0-.37-.2-.72-.53-.88z"})
"AutoStoriesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/auto_stories_sharp.cljs
================================================
(ns reagent-mui.icons.auto-stories-sharp
"Imports @mui/icons-material/AutoStoriesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-stories-sharp (create-svg-icon [(e "path" #js {"d" "M21 4.6v12.02c-1.14-.41-2.31-.62-3.5-.62-1.9 0-3.78.54-5.5 1.58V5.48C10.38 4.55 8.51 4 6.5 4S2.62 4.55 1 5.48V20c1.52-1.18 3.43-2 5.5-2s3.98.82 5.5 2c1.52-1.18 3.43-2 5.5-2s3.98.82 5.5 2V5.48c-.63-.36-1.3-.64-2-.88z"}) (e "path" #js {"d" "m19 .5-5 5V15l5-4.5z"})]
"AutoStoriesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/auto_stories_two_tone.cljs
================================================
(ns reagent-mui.icons.auto-stories-two-tone
"Imports @mui/icons-material/AutoStoriesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def auto-stories-two-tone (create-svg-icon [(e "path" #js {"d" "M3 6.71v9.91c1.14-.41 2.31-.62 3.5-.62s2.36.21 3.5.62v-9.9C8.89 6.25 7.7 6 6.5 6c-1.22 0-2.39.24-3.5.71z", "opacity" ".3"}) (e "path" #js {"d" "m19 .5-5 5V15l5-4.5z"}) (e "path" #js {"d" "M22.47 5.2c-.47-.24-.96-.44-1.47-.61v12.03c-1.14-.41-2.31-.62-3.5-.62-1.9 0-3.78.54-5.5 1.58V5.48C10.38 4.55 8.51 4 6.5 4c-1.79 0-3.48.44-4.97 1.2-.33.16-.53.51-.53.88v12.08c0 .58.47.99 1 .99.16 0 .32-.04.48-.12C3.69 18.4 5.05 18 6.5 18c2.07 0 3.98.82 5.5 2 1.52-1.18 3.43-2 5.5-2 1.45 0 2.81.4 4.02 1.04.16.08.32.12.48.12.52 0 1-.41 1-.99V6.08c0-.37-.2-.72-.53-.88zM10 16.62C8.86 16.21 7.69 16 6.5 16s-2.36.21-3.5.62V6.71C4.11 6.24 5.28 6 6.5 6c1.2 0 2.39.25 3.5.72v9.9z"})]
"AutoStoriesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/autofps_select.cljs
================================================
(ns reagent-mui.icons.autofps-select
"Imports @mui/icons-material/AutofpsSelect as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def autofps-select (create-svg-icon [(e "path" #js {"d" "M12.03 6.3h-.06l-1.02 2.89h2.1zM3 17h2v5H3z"}) (e "path" #js {"d" "M12 15c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm-.63-10h1.25l2.63 7h-1.21l-.63-1.79h-2.83L9.96 12H8.74l2.63-7zM7 17h2v5H7zm4 0h2v5h-2zm4 0h6v5h-6z"})]
"AutofpsSelect"))
================================================
FILE: src/icons/reagent_mui/icons/autofps_select_outlined.cljs
================================================
(ns reagent-mui.icons.autofps-select-outlined
"Imports @mui/icons-material/AutofpsSelectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def autofps-select-outlined (create-svg-icon [(e "path" #js {"d" "M12.03 6.3h-.06l-1.02 2.89h2.1zM3 17h2v5H3z"}) (e "path" #js {"d" "M12 15c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm-.63-10h1.25l2.63 7h-1.21l-.63-1.79h-2.83L9.96 12H8.74l2.63-7zM7 17h2v5H7zm4 0h2v5h-2zm4 0h6v5h-6z"})]
"AutofpsSelectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/autofps_select_rounded.cljs
================================================
(ns reagent-mui.icons.autofps-select-rounded
"Imports @mui/icons-material/AutofpsSelectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def autofps-select-rounded (create-svg-icon [(e "path" #js {"d" "M12.03 6.3h-.06l-1.02 2.89h2.1z"}) (e "path" #js {"d" "M4 22c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1zm8-7c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm0-10c.38 0 .71.23.85.59l2.12 5.65c.14.37-.13.76-.53.76-.24 0-.45-.15-.53-.38l-.49-1.41h-2.83l-.5 1.41c-.08.23-.29.38-.53.38-.39 0-.67-.39-.53-.76l2.12-5.65c.14-.36.47-.59.85-.59zM8 22c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1zm4 0c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1zm3-4v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1z"})]
"AutofpsSelectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/autofps_select_sharp.cljs
================================================
(ns reagent-mui.icons.autofps-select-sharp
"Imports @mui/icons-material/AutofpsSelectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def autofps-select-sharp (create-svg-icon [(e "path" #js {"d" "M12.03 6.3h-.06l-1.02 2.89h2.1zM3 17h2v5H3z"}) (e "path" #js {"d" "M12 15c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm-.63-10h1.25l2.63 7h-1.21l-.63-1.79h-2.83L9.96 12H8.74l2.63-7zM7 17h2v5H7zm4 0h2v5h-2zm4 0h6v5h-6z"})]
"AutofpsSelectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/autofps_select_two_tone.cljs
================================================
(ns reagent-mui.icons.autofps-select-two-tone
"Imports @mui/icons-material/AutofpsSelectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def autofps-select-two-tone (create-svg-icon [(e "path" #js {"d" "M12.03 6.3h-.06l-1.02 2.89h2.1zM3 17h2v5H3z"}) (e "path" #js {"d" "M12 15c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm-.63-10h1.25l2.63 7h-1.21l-.63-1.79h-2.83L9.96 12H8.74l2.63-7zM7 17h2v5H7zm4 0h2v5h-2zm4 0h6v5h-6z"})]
"AutofpsSelectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/autorenew.cljs
================================================
(ns reagent-mui.icons.autorenew
"Imports @mui/icons-material/Autorenew as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def autorenew (create-svg-icon (e "path" #js {"d" "M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"})
"Autorenew"))
================================================
FILE: src/icons/reagent_mui/icons/autorenew_outlined.cljs
================================================
(ns reagent-mui.icons.autorenew-outlined
"Imports @mui/icons-material/AutorenewOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def autorenew-outlined (create-svg-icon (e "path" #js {"d" "M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"})
"AutorenewOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/autorenew_rounded.cljs
================================================
(ns reagent-mui.icons.autorenew-rounded
"Imports @mui/icons-material/AutorenewRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def autorenew-rounded (create-svg-icon (e "path" #js {"d" "M12 6v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.2.2-.51 0-.71l-2.79-2.79c-.31-.31-.85-.09-.85.36V4c-4.42 0-8 3.58-8 8 0 1.04.2 2.04.57 2.95.27.67 1.13.85 1.64.34.27-.27.38-.68.23-1.04C6.15 13.56 6 12.79 6 12c0-3.31 2.69-6 6-6zm5.79 2.71c-.27.27-.38.69-.23 1.04.28.7.44 1.46.44 2.25 0 3.31-2.69 6-6 6v-1.79c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.2-.2.51 0 .71l2.79 2.79c.31.31.85.09.85-.35V20c4.42 0 8-3.58 8-8 0-1.04-.2-2.04-.57-2.95-.27-.67-1.13-.85-1.64-.34z"})
"AutorenewRounded"))
================================================
FILE: src/icons/reagent_mui/icons/autorenew_sharp.cljs
================================================
(ns reagent-mui.icons.autorenew-sharp
"Imports @mui/icons-material/AutorenewSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def autorenew-sharp (create-svg-icon (e "path" #js {"d" "M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"})
"AutorenewSharp"))
================================================
FILE: src/icons/reagent_mui/icons/autorenew_two_tone.cljs
================================================
(ns reagent-mui.icons.autorenew-two-tone
"Imports @mui/icons-material/AutorenewTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def autorenew-two-tone (create-svg-icon (e "path" #js {"d" "M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"})
"AutorenewTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/av_timer.cljs
================================================
(ns reagent-mui.icons.av-timer
"Imports @mui/icons-material/AvTimer as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def av-timer (create-svg-icon (e "path" #js {"d" "M11 17c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1zm0-14v4h2V5.08c3.39.49 6 3.39 6 6.92 0 3.87-3.13 7-7 7s-7-3.13-7-7c0-1.68.59-3.22 1.58-4.42L12 13l1.41-1.41-6.8-6.8v.02C4.42 6.45 3 9.05 3 12c0 4.97 4.02 9 9 9 4.97 0 9-4.03 9-9s-4.03-9-9-9h-1zm7 9c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zM6 12c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1z"})
"AvTimer"))
================================================
FILE: src/icons/reagent_mui/icons/av_timer_outlined.cljs
================================================
(ns reagent-mui.icons.av-timer-outlined
"Imports @mui/icons-material/AvTimerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def av-timer-outlined (create-svg-icon (e "path" #js {"d" "M11 17c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1zm0-14v4h2V5.08c3.39.49 6 3.39 6 6.92 0 3.87-3.13 7-7 7s-7-3.13-7-7c0-1.68.59-3.22 1.58-4.42L12 13l1.41-1.41-6.8-6.8v.02C4.42 6.45 3 9.05 3 12c0 4.97 4.02 9 9 9 4.97 0 9-4.03 9-9s-4.03-9-9-9h-1zm7 9c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zM6 12c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1z"})
"AvTimerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/av_timer_rounded.cljs
================================================
(ns reagent-mui.icons.av-timer-rounded
"Imports @mui/icons-material/AvTimerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def av-timer-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "17", "r" "1"}) (e "circle" #js {"cx" "7", "cy" "12", "r" "1"}) (e "circle" #js {"cx" "17", "cy" "12", "r" "1"}) (e "path" #js {"d" "M12 3c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1v-.92c3.31.48 5.87 3.25 6 6.66.14 3.85-3.03 7.2-6.88 7.26C8.19 19.06 5 15.91 5 12c0-1.68.59-3.22 1.58-4.42l4.71 4.72c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L7.26 5.46c-.38-.38-1-.39-1.4-.02C4.1 7.07 3 9.4 3 12c0 5.04 4.14 9.12 9.21 9 4.7-.11 8.63-4.01 8.78-8.71C21.16 7.19 17.07 3 12 3z"})]
"AvTimerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/av_timer_sharp.cljs
================================================
(ns reagent-mui.icons.av-timer-sharp
"Imports @mui/icons-material/AvTimerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def av-timer-sharp (create-svg-icon (e "path" #js {"d" "M11 17c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1zm0-14v4h2V5.08c3.39.49 6 3.39 6 6.92 0 3.87-3.13 7-7 7s-7-3.13-7-7c0-1.68.59-3.22 1.58-4.42L12 13l1.41-1.41-6.8-6.8v.02C4.42 6.45 3 9.05 3 12c0 4.97 4.02 9 9 9 4.97 0 9-4.03 9-9s-4.03-9-9-9h-1zm7 9c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zM6 12c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1z"})
"AvTimerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/av_timer_two_tone.cljs
================================================
(ns reagent-mui.icons.av-timer-two-tone
"Imports @mui/icons-material/AvTimerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def av-timer-two-tone (create-svg-icon [(e "path" #js {"d" "M12 21c4.97 0 9-4.03 9-9s-4.03-9-9-9h-1v4h2V5.08c3.39.49 6 3.39 6 6.92 0 3.87-3.13 7-7 7s-7-3.13-7-7c0-1.68.59-3.22 1.58-4.42L12 13l1.41-1.41-6.8-6.8v.02C4.42 6.45 3 9.05 3 12c0 4.97 4.02 9 9 9z"}) (e "circle" #js {"cx" "12", "cy" "17", "r" "1"}) (e "circle" #js {"cx" "17", "cy" "12", "r" "1"}) (e "circle" #js {"cx" "7", "cy" "12", "r" "1"})]
"AvTimerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/baby_changing_station.cljs
================================================
(ns reagent-mui.icons.baby-changing-station
"Imports @mui/icons-material/BabyChangingStation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def baby-changing-station (create-svg-icon (e "path" #js {"d" "M14 8v2h-3L8.31 8.82 7 12.75V22H3V12l1.58-4.63c.38-1.12 1.64-1.68 2.72-1.19l4.15 1.83L14 8zM8 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm1 18h12v-2H9v2zm10.5-3c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM13 12c0-.55-.45-1-1-1H9v2h2v1c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-3h-2v2h-2v-1z"})
"BabyChangingStation"))
================================================
FILE: src/icons/reagent_mui/icons/baby_changing_station_outlined.cljs
================================================
(ns reagent-mui.icons.baby-changing-station-outlined
"Imports @mui/icons-material/BabyChangingStationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def baby-changing-station-outlined (create-svg-icon (e "path" #js {"d" "M14 8v2h-3L8.31 8.82 7 12.75V22H3V12l1.58-4.63c.38-1.12 1.64-1.68 2.72-1.19l4.15 1.83L14 8zM8 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm1 18h12v-2H9v2zm10.5-3c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM13 12c0-.55-.45-1-1-1H9v2h2v1c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-3h-2v2h-2v-1z"})
"BabyChangingStationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/baby_changing_station_rounded.cljs
================================================
(ns reagent-mui.icons.baby-changing-station-rounded
"Imports @mui/icons-material/BabyChangingStationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def baby-changing-station-rounded (create-svg-icon (e "path" #js {"d" "M14 9c0 .55-.45 1-1 1h-1.58c-.28 0-.55-.06-.8-.17l-2.3-1.01L7 12.75V21c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-8.67c0-.22.04-.44.11-.65l1.48-4.32c.37-1.11 1.63-1.67 2.71-1.18l4.15 1.83L13 8c.55 0 1 .45 1 1zM8 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm2 18h10c.55 0 1-.45 1-1s-.45-1-1-1H10c-.55 0-1 .45-1 1s.45 1 1 1zm9.5-3c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM13 12c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v1h-2v-1z"})
"BabyChangingStationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/baby_changing_station_sharp.cljs
================================================
(ns reagent-mui.icons.baby-changing-station-sharp
"Imports @mui/icons-material/BabyChangingStationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def baby-changing-station-sharp (create-svg-icon (e "path" #js {"d" "M14 8v2h-3L8.31 8.82 7 12.75V22H3V12l1.58-4.63C4.86 6.53 5.63 6.01 6.46 6c.28 0 .56.05.84.18l4.15 1.83L14 8zM8 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm1 18h12v-2H9v2zm10.5-3c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM13 13v-2H9v2h2v3h6v-5h-2v2h-2z"})
"BabyChangingStationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/baby_changing_station_two_tone.cljs
================================================
(ns reagent-mui.icons.baby-changing-station-two-tone
"Imports @mui/icons-material/BabyChangingStationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def baby-changing-station-two-tone (create-svg-icon (e "path" #js {"d" "M14 8v2h-3L8.31 8.82 7 12.75V22H3V12l1.58-4.63c.38-1.12 1.64-1.68 2.72-1.19l4.15 1.83L14 8zM8 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm1 18h12v-2H9v2zm10.5-3c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM13 12c0-.55-.45-1-1-1H9v2h2v1c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-3h-2v2h-2v-1z"})
"BabyChangingStationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/backpack.cljs
================================================
(ns reagent-mui.icons.backpack
"Imports @mui/icons-material/Backpack as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backpack (create-svg-icon (e "path" #js {"d" "M20 8v12c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V8c0-1.86 1.28-3.41 3-3.86V2h3v2h4V2h3v2.14c1.72.45 3 2 3 3.86zM6 12v2h10v2h2v-4H6z"})
"Backpack"))
================================================
FILE: src/icons/reagent_mui/icons/backpack_outlined.cljs
================================================
(ns reagent-mui.icons.backpack-outlined
"Imports @mui/icons-material/BackpackOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backpack-outlined (create-svg-icon (e "path" #js {"d" "M17 4.14V2h-3v2h-4V2H7v2.14c-1.72.45-3 2-3 3.86v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8c0-1.86-1.28-3.41-3-3.86zM18 20H6V8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v12zm-1.5-8v4h-2v-2h-7v-2h9z"})
"BackpackOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/backpack_rounded.cljs
================================================
(ns reagent-mui.icons.backpack-rounded
"Imports @mui/icons-material/BackpackRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backpack-rounded (create-svg-icon (e "path" #js {"d" "M20 8v12c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V8c0-1.86 1.28-3.41 3-3.86V3.5C7 2.67 7.67 2 8.5 2s1.5.67 1.5 1.5V4h4v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.64c1.72.45 3 2 3 3.86zM6 13c0 .55.45 1 1 1h9v1c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1z"})
"BackpackRounded"))
================================================
FILE: src/icons/reagent_mui/icons/backpack_sharp.cljs
================================================
(ns reagent-mui.icons.backpack-sharp
"Imports @mui/icons-material/BackpackSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backpack-sharp (create-svg-icon (e "path" #js {"d" "M20 8v14H4V8c0-1.86 1.28-3.41 3-3.86V2h3v2h4V2h3v2.14c1.72.45 3 2 3 3.86zM6 12v2h10v2h2v-4H6z"})
"BackpackSharp"))
================================================
FILE: src/icons/reagent_mui/icons/backpack_two_tone.cljs
================================================
(ns reagent-mui.icons.backpack-two-tone
"Imports @mui/icons-material/BackpackTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backpack-two-tone (create-svg-icon [(e "path" #js {"d" "M18 20H6V8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v12zM7.5 12v2h7v2h2v-4h-9z", "opacity" ".3"}) (e "path" #js {"d" "M17 4.14V2h-3v2h-4V2H7v2.14c-1.72.45-3 2-3 3.86v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8c0-1.86-1.28-3.41-3-3.86zM18 20H6V8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v12zM7.5 12v2h7v2h2v-4h-9z"})]
"BackpackTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/backspace.cljs
================================================
(ns reagent-mui.icons.backspace
"Imports @mui/icons-material/Backspace as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backspace (create-svg-icon (e "path" #js {"d" "M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.9.89 1.59.89h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 12.59L17.59 17 14 13.41 10.41 17 9 15.59 12.59 12 9 8.41 10.41 7 14 10.59 17.59 7 19 8.41 15.41 12 19 15.59z"})
"Backspace"))
================================================
FILE: src/icons/reagent_mui/icons/backspace_outlined.cljs
================================================
(ns reagent-mui.icons.backspace-outlined
"Imports @mui/icons-material/BackspaceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backspace-outlined (create-svg-icon (e "path" #js {"d" "M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.9.89 1.59.89h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H7.07L2.4 12l4.66-7H22v14zm-11.59-2L14 13.41 17.59 17 19 15.59 15.41 12 19 8.41 17.59 7 14 10.59 10.41 7 9 8.41 12.59 12 9 15.59z"})
"BackspaceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/backspace_rounded.cljs
================================================
(ns reagent-mui.icons.backspace-rounded
"Imports @mui/icons-material/BackspaceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backspace-rounded (create-svg-icon (e "path" #js {"d" "M22 3H7c-.69 0-1.23.35-1.59.88L.37 11.45c-.22.34-.22.77 0 1.11l5.04 7.56c.36.52.9.88 1.59.88h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3.7 13.3c-.39.39-1.02.39-1.41 0L14 13.41l-2.89 2.89c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41L12.59 12 9.7 9.11a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0L14 10.59l2.89-2.89c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41L15.41 12l2.89 2.89c.38.38.38 1.02 0 1.41z"})
"BackspaceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/backspace_sharp.cljs
================================================
(ns reagent-mui.icons.backspace-sharp
"Imports @mui/icons-material/BackspaceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backspace-sharp (create-svg-icon (e "path" #js {"d" "M24 3H6l-6 9 6 9h18V3zm-5 12.59L17.59 17 14 13.41 10.41 17 9 15.59 12.59 12 9 8.41 10.41 7 14 10.59 17.59 7 19 8.41 15.41 12 19 15.59z"})
"BackspaceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/backspace_two_tone.cljs
================================================
(ns reagent-mui.icons.backspace-two-tone
"Imports @mui/icons-material/BackspaceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backspace-two-tone (create-svg-icon [(e "path" #js {"d" "M7.06 5 2.4 12l4.67 7H22V5H7.06c.01 0 .01 0 0 0zM9 8.41 10.41 7 14 10.59 17.59 7 19 8.41 15.41 12 19 15.59 17.59 17 14 13.41 10.41 17 9 15.59 12.59 12 9 8.41z", "opacity" ".3"}) (e "path" #js {"d" "M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.9.89 1.59.89h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H7.07L2.4 12l4.66-7H22v14zm-11.59-2L14 13.41 17.59 17 19 15.59 15.41 12 19 8.41 17.59 7 14 10.59 10.41 7 9 8.41 12.59 12 9 15.59z"})]
"BackspaceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/backup.cljs
================================================
(ns reagent-mui.icons.backup
"Imports @mui/icons-material/Backup as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backup (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z"})
"Backup"))
================================================
FILE: src/icons/reagent_mui/icons/backup_outlined.cljs
================================================
(ns reagent-mui.icons.backup-outlined
"Imports @mui/icons-material/BackupOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backup-outlined (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3zM8 13h2.55v3h2.9v-3H16l-4-4z"})
"BackupOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/backup_rounded.cljs
================================================
(ns reagent-mui.icons.backup-rounded
"Imports @mui/icons-material/BackupRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backup-rounded (create-svg-icon (e "path" #js {"d" "M19 11c0-3.87-3.13-7-7-7-3.22 0-5.93 2.18-6.74 5.15C2.82 9.71 1 11.89 1 14.5 1 17.54 3.46 20 6.5 20h12c2.49-.01 4.5-2.03 4.5-4.52 0-2.33-1.75-4.22-4-4.48zm-6 2v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H9.21c-.45 0-.67-.54-.35-.85l2.79-2.79c.2-.2.51-.2.71 0l2.79 2.79c.31.31.09.85-.35.85H13z"})
"BackupRounded"))
================================================
FILE: src/icons/reagent_mui/icons/backup_sharp.cljs
================================================
(ns reagent-mui.icons.backup-sharp
"Imports @mui/icons-material/BackupSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backup-sharp (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z"})
"BackupSharp"))
================================================
FILE: src/icons/reagent_mui/icons/backup_table.cljs
================================================
(ns reagent-mui.icons.backup-table
"Imports @mui/icons-material/BackupTable as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backup-table (create-svg-icon [(e "path" #js {"d" "M20 6v14H6v2h14c1.1 0 2-.9 2-2V6h-2z"}) (e "path" #js {"d" "M16 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 16H4v-5h5v5zm7 0h-5v-5h5v5zm0-7H4V4h12v5z"})]
"BackupTable"))
================================================
FILE: src/icons/reagent_mui/icons/backup_table_outlined.cljs
================================================
(ns reagent-mui.icons.backup-table-outlined
"Imports @mui/icons-material/BackupTableOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backup-table-outlined (create-svg-icon [(e "path" #js {"d" "M20 6v14H6v2h14c1.1 0 2-.9 2-2V6h-2z"}) (e "path" #js {"d" "M16 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 16H4v-5h5v5zm7 0h-5v-5h5v5zm0-7H4V4h12v5z"})]
"BackupTableOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/backup_table_rounded.cljs
================================================
(ns reagent-mui.icons.backup-table-rounded
"Imports @mui/icons-material/BackupTableRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backup-table-rounded (create-svg-icon [(e "path" #js {"d" "M4 7v13h13c.55 0 1 .45 1 1s-.45 1-1 1H4c-1.1 0-2-.9-2-2V7c0-.55.45-1 1-1s1 .45 1 1z"}) (e "path" #js {"d" "M6 4v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2zm9 7h5v5h-5v-5zm-7 0h5v5H8v-5zm0-7h12v5H8V4z"})]
"BackupTableRounded"))
================================================
FILE: src/icons/reagent_mui/icons/backup_table_sharp.cljs
================================================
(ns reagent-mui.icons.backup-table-sharp
"Imports @mui/icons-material/BackupTableSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backup-table-sharp (create-svg-icon [(e "path" #js {"d" "M20 6v14H6v2h16V6z"}) (e "path" #js {"d" "M18 2H2v16h16V2zM9 16H4v-5h5v5zm7 0h-5v-5h5v5zm0-7H4V4h12v5z"})]
"BackupTableSharp"))
================================================
FILE: src/icons/reagent_mui/icons/backup_table_two_tone.cljs
================================================
(ns reagent-mui.icons.backup-table-two-tone
"Imports @mui/icons-material/BackupTableTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backup-table-two-tone (create-svg-icon [(e "path" #js {"d" "M11 11h5v5h-5zm-7 0h5v5H4zm0-7h12v5H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 6v14H6v2h14c1.1 0 2-.9 2-2V6h-2z"}) (e "path" #js {"d" "M18 16V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zM4 4h12v5H4V4zm5 12H4v-5h5v5zm2-5h5v5h-5v-5z"})]
"BackupTableTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/backup_two_tone.cljs
================================================
(ns reagent-mui.icons.backup-two-tone
"Imports @mui/icons-material/BackupTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def backup-two-tone (create-svg-icon [(e "path" #js {"d" "m19.21 12.04-1.53-.11-.3-1.5C16.88 7.86 14.62 6 12 6 9.94 6 8.08 7.14 7.12 8.96l-.5.95-1.07.11C3.53 10.24 2 11.95 2 14c0 2.21 1.79 4 4 4h13c1.65 0 3-1.35 3-3 0-1.55-1.22-2.86-2.79-2.96zm-5.76.96v3h-2.91v-3H8l4-4 4 4h-2.55z", "opacity" ".3"}) (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3zM8 13h2.55v3h2.9v-3H16l-4-4z"})]
"BackupTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/badge.cljs
================================================
(ns reagent-mui.icons.badge
"Imports @mui/icons-material/Badge as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def badge (create-svg-icon (e "path" #js {"d" "M20 7h-5V4c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zM9 12c.83 0 1.5.67 1.5 1.5S9.83 15 9 15s-1.5-.67-1.5-1.5S8.17 12 9 12zm3 6H6v-.75c0-1 2-1.5 3-1.5s3 .5 3 1.5V18zm1-9h-2V4h2v5zm5 7.5h-4V15h4v1.5zm0-3h-4V12h4v1.5z"})
"Badge"))
================================================
FILE: src/icons/reagent_mui/icons/badge_outlined.cljs
================================================
(ns reagent-mui.icons.badge-outlined
"Imports @mui/icons-material/BadgeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def badge-outlined (create-svg-icon [(e "path" #js {"d" "M14 12h4v1.5h-4zm0 3h4v1.5h-4z"}) (e "path" #js {"d" "M20 7h-5V4c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm-9 0V4h2v5h-2V7zm9 13H4V9h5c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2h5v11z"}) (e "circle" #js {"cx" "9", "cy" "13.5", "r" "1.5"}) (e "path" #js {"d" "M11.08 16.18c-.64-.28-1.34-.43-2.08-.43s-1.44.15-2.08.43c-.56.24-.92.78-.92 1.39V18h6v-.43c0-.61-.36-1.15-.92-1.39z"})]
"BadgeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/badge_rounded.cljs
================================================
(ns reagent-mui.icons.badge-rounded
"Imports @mui/icons-material/BadgeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def badge-rounded (create-svg-icon (e "path" #js {"d" "M20 7h-5V4c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zM9 12c.83 0 1.5.67 1.5 1.5S9.83 15 9 15s-1.5-.67-1.5-1.5S8.17 12 9 12zm3 6H6v-.43c0-.6.36-1.15.92-1.39.64-.28 1.34-.43 2.08-.43s1.44.15 2.08.43c.55.24.92.78.92 1.39V18zm1-9h-2V4h2v5zm4.25 7.5h-2.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.5c.41 0 .75.34.75.75s-.34.75-.75.75zm0-3h-2.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.5c.41 0 .75.34.75.75s-.34.75-.75.75z"})
"BadgeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/badge_sharp.cljs
================================================
(ns reagent-mui.icons.badge-sharp
"Imports @mui/icons-material/BadgeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def badge-sharp (create-svg-icon (e "path" #js {"d" "M22 7h-7V2H9v5H2v15h20V7zM9 12c.83 0 1.5.67 1.5 1.5S9.83 15 9 15s-1.5-.67-1.5-1.5S8.17 12 9 12zm3 6H6v-.43c0-.6.36-1.15.92-1.39.64-.28 1.34-.43 2.08-.43s1.44.15 2.08.43c.55.24.92.78.92 1.39V18zm1-9h-2V4h2v5zm5 7.5h-4V15h4v1.5zm0-3h-4V12h4v1.5z"})
"BadgeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/badge_two_tone.cljs
================================================
(ns reagent-mui.icons.badge-two-tone
"Imports @mui/icons-material/BadgeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def badge-two-tone (create-svg-icon [(e "path" #js {"d" "M14 13.5h4V12h-4v1.5zm0 3h4V15h-4v1.5zM20 7h-5V4c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm-9-3h2v5h-2V4zm9 16H4V9h5c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2h5v11zM9 15c.83 0 1.5-.67 1.5-1.5S9.83 12 9 12s-1.5.67-1.5 1.5S8.17 15 9 15zm2.08 1.18c-.64-.28-1.34-.43-2.08-.43s-1.44.15-2.08.43c-.56.24-.92.78-.92 1.39V18h6v-.43c0-.61-.36-1.15-.92-1.39z"}) (e "path" #js {"d" "M13 11h-2c-1.1 0-2-.9-2-2H4v11h16V9h-5c0 1.1-.9 2-2 2zm-4 1c.83 0 1.5.67 1.5 1.5S9.83 15 9 15s-1.5-.67-1.5-1.5S8.17 12 9 12zm3 6H6v-.43c0-.6.36-1.15.92-1.39.64-.28 1.34-.43 2.08-.43s1.44.15 2.08.43c.55.24.92.78.92 1.39V18zm6-1.5h-4V15h4v1.5zm0-3h-4V12h4v1.5z", "opacity" ".3"})]
"BadgeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bakery_dining.cljs
================================================
(ns reagent-mui.icons.bakery-dining
"Imports @mui/icons-material/BakeryDining as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bakery-dining (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M19.28 16.34c-1.21-.89-1.82-1.34-1.82-1.34s.32-.59.96-1.78c.38-.59 1.22-.59 1.6 0l.81 1.26c.19.3.21.68.06 1l-.22.47c-.25.54-.91.72-1.39.39zm-14.56 0c-.48.33-1.13.15-1.39-.38l-.23-.47c-.15-.32-.13-.7.06-1l.81-1.26c.38-.59 1.22-.59 1.6 0 .65 1.18.97 1.77.97 1.77s-.61.45-1.82 1.34zm10.64-6.97c.09-.68.73-1.06 1.27-.75l1.59.9c.46.26.63.91.36 1.41L16.5 15h-1.8l.66-5.63zm-6.73 0L9.3 15H7.5l-2.09-4.08c-.27-.5-.1-1.15.36-1.41l1.59-.9c.53-.3 1.18.08 1.27.76zM13.8 15h-3.6l-.74-6.88c-.07-.59.35-1.12.88-1.12h3.3c.53 0 .94.53.88 1.12L13.8 15z"})
"BakeryDining"))
================================================
FILE: src/icons/reagent_mui/icons/bakery_dining_outlined.cljs
================================================
(ns reagent-mui.icons.bakery-dining-outlined
"Imports @mui/icons-material/BakeryDiningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bakery-dining-outlined (create-svg-icon (e "path" #js {"d" "M20.5 10.94c.13-.32.1-.23.15-.39.3-1.21-.34-2.47-1.5-2.93l-2.01-.8c-.46-.18-.95-.21-1.41-.12-.11-.33-.29-.63-.52-.89-.48-.52-1.15-.81-1.85-.81h-2.71c-.71 0-1.38.29-1.85.81-.24.26-.42.56-.53.88-.46-.09-.95-.06-1.41.12l-2.01.8c-1.16.46-1.8 1.72-1.5 2.93l.15.38C1.1 15.55 1 15.55 1 16.38c0 .91.46 1.74 1.24 2.22 1.42.88 2.49.14 4-.61h11.53c1.52.76 1.86 1.01 2.63 1.01 1 0 2.61-.77 2.61-2.61-.01-.85-.13-.88-2.51-5.45zm-.38 5.99-1.68-.84 1.08-2.7 1.41 2.71c.28.53-.29 1.09-.81.83zm-5.03-.94.62-6.9c.03-.33.37-.54.68-.42l2.01.8c.22.09.34.31.31.54l-2.4 5.98h-1.22zm-7.41 0-2.4-5.98c-.03-.23.09-.45.31-.54l2.01-.8c.31-.12.65.08.68.42l.62 6.9H7.68zm-4.61.11 1.41-2.72 1.08 2.71-1.68.84c-.52.26-1.09-.3-.81-.83zm7.08-8.56c-.03-.31.23-.54.5-.54h2.71c.27 0 .53.23.5.54l-.77 8.45h-2.17l-.77-8.45z"})
"BakeryDiningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bakery_dining_rounded.cljs
================================================
(ns reagent-mui.icons.bakery-dining-rounded
"Imports @mui/icons-material/BakeryDiningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bakery-dining-rounded (create-svg-icon (e "path" #js {"d" "m18.77 8.55-1.17-.47c-.62-.25-1.31.17-1.37.84L15.49 17H17l2.6-6.5c.31-.77-.06-1.65-.83-1.95zM6.4 8.08l-1.17.47c-.77.3-1.14 1.18-.83 1.95L7 17h1.5l-.74-8.08c-.06-.67-.74-1.09-1.36-.84zM13.36 6h-2.71c-.89 0-1.58.76-1.5 1.64l.85 9.35h4l.85-9.36c.08-.87-.61-1.63-1.49-1.63zM3.18 13.72l-1 1.93c-.19.36-.23.78-.12 1.19.29 1.01 1.43 1.41 2.38.94l1.05-.52-1.4-3.49c-.16-.4-.71-.43-.91-.05zm18.64 1.93-1-1.93c-.2-.38-.75-.35-.91.04l-1.4 3.49 1.05.52c.94.47 2.09.07 2.38-.94.11-.4.07-.82-.12-1.18z"})
"BakeryDiningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bakery_dining_sharp.cljs
================================================
(ns reagent-mui.icons.bakery-dining-sharp
"Imports @mui/icons-material/BakeryDiningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bakery-dining-sharp (create-svg-icon (e "path" #js {"d" "m16.36 7.58-.86 9.41H17l3.16-7.89zM3.84 9.1 7 16.99h1.5l-.86-9.41zM10 16.99h4L15 6H9zm10.32-4.24-1.81 4.5 1.95.96 2.06-1.22zM1.48 16.99l2.06 1.22 1.95-.96-1.81-4.5z"})
"BakeryDiningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bakery_dining_two_tone.cljs
================================================
(ns reagent-mui.icons.bakery-dining-two-tone
"Imports @mui/icons-material/BakeryDiningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bakery-dining-two-tone (create-svg-icon [(e "path" #js {"d" "m7.6 8.67-2.01.8c-.22.09-.34.31-.31.54l2.4 5.98h1.23l-.62-6.9c-.04-.34-.38-.55-.69-.42zM3.07 16.1c-.27.53.29 1.09.82.83l1.68-.84-1.08-2.71-1.42 2.72zm10.29-9.11h-2.71c-.27 0-.53.23-.5.54l.77 8.45h2.17l.77-8.45c.02-.31-.23-.54-.5-.54zm5.05 2.48-2.01-.8c-.31-.12-.65.09-.68.42l-.62 6.9h1.23l2.4-5.98c.02-.23-.1-.45-.32-.54zm1.11 3.92-1.08 2.7 1.68.84c.52.26 1.09-.3.82-.83l-1.42-2.71z", "opacity" ".3"}) (e "path" #js {"d" "M20.5 10.94c.13-.32.1-.23.15-.39.3-1.21-.34-2.47-1.5-2.93l-2.01-.8c-.46-.18-.95-.21-1.41-.12-.11-.33-.29-.63-.52-.89-.48-.52-1.15-.81-1.85-.81h-2.71c-.71 0-1.38.29-1.85.81-.24.26-.42.56-.53.88-.46-.09-.95-.06-1.41.12l-2.01.8c-1.16.46-1.8 1.72-1.5 2.93l.15.38C1.1 15.55 1 15.55 1 16.38c0 .91.46 1.74 1.24 2.22 1.42.88 2.49.14 4-.61h11.53c1.52.76 1.86 1.01 2.63 1.01 1 0 2.61-.77 2.61-2.61-.01-.85-.13-.88-2.51-5.45zM3.88 16.93c-.53.26-1.09-.3-.82-.83l1.41-2.72 1.08 2.71-1.67.84zm3.8-.94-2.4-5.98c-.03-.23.09-.45.31-.54l2.01-.8c.31-.12.65.08.68.42l.62 6.9H7.68zm5.41 0h-2.17l-.77-8.45c-.03-.31.23-.54.5-.54h2.71c.27 0 .53.23.5.54l-.77 8.45zm3.23 0h-1.23l.62-6.9c.03-.33.37-.54.68-.42l2.01.8c.22.09.34.31.31.54l-2.39 5.98zm3.8.94-1.68-.84 1.08-2.7 1.41 2.71c.28.53-.29 1.09-.81.83z"})]
"BakeryDiningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/balance.cljs
================================================
(ns reagent-mui.icons.balance
"Imports @mui/icons-material/Balance as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def balance (create-svg-icon (e "path" #js {"d" "M13 7.83c.85-.3 1.53-.98 1.83-1.83H18l-3 7c0 1.66 1.57 3 3.5 3s3.5-1.34 3.5-3l-3-7h2V4h-6.17c-.41-1.17-1.52-2-2.83-2s-2.42.83-2.83 2H3v2h2l-3 7c0 1.66 1.57 3 3.5 3S9 14.66 9 13L6 6h3.17c.3.85.98 1.53 1.83 1.83V19H2v2h20v-2h-9V7.83zM20.37 13h-3.74l1.87-4.36L20.37 13zm-13 0H3.63L5.5 8.64 7.37 13zM12 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"Balance"))
================================================
FILE: src/icons/reagent_mui/icons/balance_outlined.cljs
================================================
(ns reagent-mui.icons.balance-outlined
"Imports @mui/icons-material/BalanceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def balance-outlined (create-svg-icon (e "path" #js {"d" "M13 7.83c.85-.3 1.53-.98 1.83-1.83H18l-3 7c0 1.66 1.57 3 3.5 3s3.5-1.34 3.5-3l-3-7h2V4h-6.17c-.41-1.17-1.52-2-2.83-2s-2.42.83-2.83 2H3v2h2l-3 7c0 1.66 1.57 3 3.5 3S9 14.66 9 13L6 6h3.17c.3.85.98 1.53 1.83 1.83V19H2v2h20v-2h-9V7.83zM20.37 13h-3.74l1.87-4.36L20.37 13zm-13 0H3.63L5.5 8.64 7.37 13zM12 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"BalanceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/balance_rounded.cljs
================================================
(ns reagent-mui.icons.balance-rounded
"Imports @mui/icons-material/BalanceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def balance-rounded (create-svg-icon (e "path" #js {"d" "M13 19V7.83c.85-.3 1.53-.98 1.83-1.83H18l-2.78 6.49c-.17.39-.23.84-.11 1.25.39 1.3 1.76 2.26 3.39 2.26s3.01-.96 3.39-2.26c.12-.41.06-.86-.11-1.25L19 6h1c.55 0 1-.45 1-1s-.45-1-1-1h-5.17c-.41-1.17-1.52-2-2.83-2s-2.42.83-2.83 2H4c-.55 0-1 .45-1 1s.45 1 1 1h1l-2.78 6.49c-.17.39-.23.84-.11 1.25C2.49 15.04 3.87 16 5.5 16s3.01-.96 3.39-2.26c.12-.41.06-.86-.11-1.25L6 6h3.17c.3.85.98 1.53 1.83 1.83V19m0 0H3c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1h-8m7.37-6h-3.74l1.87-4.36L20.37 13zm-13 0H3.63L5.5 8.64 7.37 13zM12 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"BalanceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/balance_sharp.cljs
================================================
(ns reagent-mui.icons.balance-sharp
"Imports @mui/icons-material/BalanceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def balance-sharp (create-svg-icon (e "path" #js {"d" "M13 7.83c.85-.3 1.53-.98 1.83-1.83H18l-3 7c0 1.66 1.57 3 3.5 3s3.5-1.34 3.5-3l-3-7h2V4h-6.17c-.41-1.17-1.52-2-2.83-2s-2.42.83-2.83 2H3v2h2l-3 7c0 1.66 1.57 3 3.5 3S9 14.66 9 13L6 6h3.17c.3.85.98 1.53 1.83 1.83V19H2v2h20v-2h-9V7.83zM20.37 13h-3.74l1.87-4.36L20.37 13zm-13 0H3.63L5.5 8.64 7.37 13zM12 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"BalanceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/balance_two_tone.cljs
================================================
(ns reagent-mui.icons.balance-two-tone
"Imports @mui/icons-material/BalanceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def balance-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "5", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M13 7.83c.85-.3 1.53-.98 1.83-1.83H18l-3 7c0 1.66 1.57 3 3.5 3s3.5-1.34 3.5-3l-3-7h2V4h-6.17c-.41-1.17-1.52-2-2.83-2s-2.42.83-2.83 2H3v2h2l-3 7c0 1.66 1.57 3 3.5 3S9 14.66 9 13L6 6h3.17c.3.85.98 1.53 1.83 1.83V19H2v2h20v-2h-9V7.83zM20.37 13h-3.74l1.87-4.36L20.37 13zm-13 0H3.63L5.5 8.64 7.37 13zM12 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"BalanceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/balcony.cljs
================================================
(ns reagent-mui.icons.balcony
"Imports @mui/icons-material/Balcony as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def balcony (create-svg-icon (e "path" #js {"d" "M10 10v2H8v-2h2zm6 2v-2h-2v2h2zm5 2v8H3v-8h1v-4c0-4.42 3.58-8 8-8s8 3.58 8 8v4h1zM7 16H5v4h2v-4zm4 0H9v4h2v-4zm0-11.92C8.16 4.56 6 7.03 6 10v4h5V4.08zM13 14h5v-4c0-2.97-2.16-5.44-5-5.92V14zm2 2h-2v4h2v-4zm4 0h-2v4h2v-4z"})
"Balcony"))
================================================
FILE: src/icons/reagent_mui/icons/balcony_outlined.cljs
================================================
(ns reagent-mui.icons.balcony-outlined
"Imports @mui/icons-material/BalconyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def balcony-outlined (create-svg-icon (e "path" #js {"d" "M10 10v2H8v-2h2zm6 2v-2h-2v2h2zm5 2v8H3v-8h1v-4c0-4.42 3.58-8 8-8s8 3.58 8 8v4h1zM7 16H5v4h2v-4zm4 0H9v4h2v-4zm0-11.92C8.16 4.56 6 7.03 6 10v4h5V4.08zM13 14h5v-4c0-2.97-2.16-5.44-5-5.92V14zm2 2h-2v4h2v-4zm4 0h-2v4h2v-4z"})
"BalconyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/balcony_rounded.cljs
================================================
(ns reagent-mui.icons.balcony-rounded
"Imports @mui/icons-material/BalconyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def balcony-rounded (create-svg-icon (e "path" #js {"d" "M20 14.27V10c0-4.42-3.58-8-8-8s-8 3.58-8 8v4.27c-.6.34-1 .99-1 1.73v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4c0-.74-.4-1.39-1-1.73zM7 20H5v-4h2v4zm4 0H9v-4h2v4zm0-6H6v-4c0-2.97 2.16-5.44 5-5.92V14zm2-9.92c2.84.48 5 2.94 5 5.92v4h-5V4.08zM15 20h-2v-4h2v4zm4 0h-2v-4h2v4zM8 11c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm8 0c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1z"})
"BalconyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/balcony_sharp.cljs
================================================
(ns reagent-mui.icons.balcony-sharp
"Imports @mui/icons-material/BalconySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def balcony-sharp (create-svg-icon (e "path" #js {"d" "M10 10v2H8v-2h2zm6 2v-2h-2v2h2zm5 2v8H3v-8h1v-4c0-4.42 3.58-8 8-8s8 3.58 8 8v4h1zM7 16H5v4h2v-4zm4 0H9v4h2v-4zm0-11.92C8.16 4.56 6 7.03 6 10v4h5V4.08zM13 14h5v-4c0-2.97-2.16-5.44-5-5.92V14zm2 2h-2v4h2v-4zm4 0h-2v4h2v-4z"})
"BalconySharp"))
================================================
FILE: src/icons/reagent_mui/icons/balcony_two_tone.cljs
================================================
(ns reagent-mui.icons.balcony-two-tone
"Imports @mui/icons-material/BalconyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def balcony-two-tone (create-svg-icon [(e "path" #js {"d" "M7 16H5v4h2v-4zm4 0H9v4h2v-4zm-5-6v4h5V4.08C8.16 4.56 6 7.03 6 10zm4 2H8v-2h2v2zm3-7.92V14h5v-4c0-2.97-2.16-5.44-5-5.92zM16 12h-2v-2h2v2zm-1 4h-2v4h2v-4zm4 0h-2v4h2v-4z", "opacity" ".3"}) (e "path" #js {"d" "M10 10v2H8v-2h2zm6 2v-2h-2v2h2zm5 2v8H3v-8h1v-4c0-4.42 3.58-8 8-8s8 3.58 8 8v4h1zM7 16H5v4h2v-4zm4 0H9v4h2v-4zm0-11.92C8.16 4.56 6 7.03 6 10v4h5V4.08zM13 14h5v-4c0-2.97-2.16-5.44-5-5.92V14zm2 2h-2v4h2v-4zm4 0h-2v4h2v-4z"})]
"BalconyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/ballot.cljs
================================================
(ns reagent-mui.icons.ballot
"Imports @mui/icons-material/Ballot as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ballot (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M13 9.5h5v-2h-5v2zm0 7h5v-2h-5v2zm6 4.5H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2zM6 11h5V6H6v5zm1-4h3v3H7V7zM6 18h5v-5H6v5zm1-4h3v3H7v-3z"})
"Ballot"))
================================================
FILE: src/icons/reagent_mui/icons/ballot_outlined.cljs
================================================
(ns reagent-mui.icons.ballot-outlined
"Imports @mui/icons-material/BallotOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ballot-outlined (create-svg-icon (e "path" #js {"d" "M13 7.5h5v2h-5zm0 7h5v2h-5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM11 6H6v5h5V6zm-1 4H7V7h3v3zm1 3H6v5h5v-5zm-1 4H7v-3h3v3z"})
"BallotOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/ballot_rounded.cljs
================================================
(ns reagent-mui.icons.ballot-rounded
"Imports @mui/icons-material/BallotRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ballot-rounded (create-svg-icon (e "path" #js {"d" "M14 9.5h3c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1s.45 1 1 1zm0 7h3c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1s.45 1 1 1zm5 4.5H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2zM7 11h3c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1zm0-4h3v3H7V7zm0 11h3c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1zm0-4h3v3H7v-3z"})
"BallotRounded"))
================================================
FILE: src/icons/reagent_mui/icons/ballot_sharp.cljs
================================================
(ns reagent-mui.icons.ballot-sharp
"Imports @mui/icons-material/BallotSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ballot-sharp (create-svg-icon (e "path" #js {"d" "M13 9.5h5v-2h-5v2zm0 7h5v-2h-5v2zm8 4.5H3V3h18v18zM6 11h5V6H6v5zm1-4h3v3H7V7zM6 18h5v-5H6v5zm1-4h3v3H7v-3z"})
"BallotSharp"))
================================================
FILE: src/icons/reagent_mui/icons/ballot_two_tone.cljs
================================================
(ns reagent-mui.icons.ballot-two-tone
"Imports @mui/icons-material/BallotTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ballot-two-tone (create-svg-icon [(e "path" #js {"d" "M7 14h3v3H7zm0-7h3v3H7zM5 19h14V5H5v14zm8-11.5h5v2h-5v-2zm0 7h5v2h-5v-2zM6 6h5v5H6V6zm0 7h5v5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M13 7.5h5v2h-5zm0 7h5v2h-5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM11 6H6v5h5V6zm-1 4H7V7h3v3zm1 3H6v5h5v-5zm-1 4H7v-3h3v3z"})]
"BallotTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bar_chart.cljs
================================================
(ns reagent-mui.icons.bar-chart
"Imports @mui/icons-material/BarChart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bar-chart (create-svg-icon (e "path" #js {"d" "M4 9h4v11H4zm12 4h4v7h-4zm-6-9h4v16h-4z"})
"BarChart"))
================================================
FILE: src/icons/reagent_mui/icons/bar_chart_outlined.cljs
================================================
(ns reagent-mui.icons.bar-chart-outlined
"Imports @mui/icons-material/BarChartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bar-chart-outlined (create-svg-icon (e "path" #js {"d" "M4 9h4v11H4zm12 4h4v7h-4zm-6-9h4v16h-4z"})
"BarChartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bar_chart_rounded.cljs
================================================
(ns reagent-mui.icons.bar-chart-rounded
"Imports @mui/icons-material/BarChartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bar-chart-rounded (create-svg-icon (e "path" #js {"d" "M6 20c1.1 0 2-.9 2-2v-7c0-1.1-.9-2-2-2s-2 .9-2 2v7c0 1.1.9 2 2 2zm10-5v3c0 1.1.9 2 2 2s2-.9 2-2v-3c0-1.1-.9-2-2-2s-2 .9-2 2zm-4 5c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2s-2 .9-2 2v12c0 1.1.9 2 2 2z"})
"BarChartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bar_chart_sharp.cljs
================================================
(ns reagent-mui.icons.bar-chart-sharp
"Imports @mui/icons-material/BarChartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bar-chart-sharp (create-svg-icon (e "path" #js {"d" "M4 9h4v11H4zm12 4h4v7h-4zm-6-9h4v16h-4z"})
"BarChartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bar_chart_two_tone.cljs
================================================
(ns reagent-mui.icons.bar-chart-two-tone
"Imports @mui/icons-material/BarChartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bar-chart-two-tone (create-svg-icon (e "path" #js {"d" "M4 9h4v11H4zm12 4h4v7h-4zm-6-9h4v16h-4z"})
"BarChartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/batch_prediction.cljs
================================================
(ns reagent-mui.icons.batch-prediction
"Imports @mui/icons-material/BatchPrediction as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def batch-prediction (create-svg-icon (e "path" #js {"d" "M17 8H7c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-4 12.5h-2V19h2v1.5zm0-2.5h-2c0-1.5-2.5-3-2.5-5 0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 2-2.5 3.5-2.5 5zm5-11.5H6C6 5.67 6.67 5 7.5 5h9c.83 0 1.5.67 1.5 1.5zm-1-3H7C7 2.67 7.67 2 8.5 2h7c.83 0 1.5.67 1.5 1.5z"})
"BatchPrediction"))
================================================
FILE: src/icons/reagent_mui/icons/batch_prediction_outlined.cljs
================================================
(ns reagent-mui.icons.batch-prediction-outlined
"Imports @mui/icons-material/BatchPredictionOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def batch-prediction-outlined (create-svg-icon (e "path" #js {"d" "M17 8H7c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-4 12.5h-2V19h2v1.5zm0-2.5h-2c0-1.5-2.5-3-2.5-5 0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 2-2.5 3.5-2.5 5zm5-11.5H6C6 5.67 6.67 5 7.5 5h9c.83 0 1.5.67 1.5 1.5zm-1-3H7C7 2.67 7.67 2 8.5 2h7c.83 0 1.5.67 1.5 1.5z"})
"BatchPredictionOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/batch_prediction_rounded.cljs
================================================
(ns reagent-mui.icons.batch-prediction-rounded
"Imports @mui/icons-material/BatchPredictionRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def batch-prediction-rounded (create-svg-icon (e "path" #js {"d" "M17 8H7c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-5 12.5c-.55 0-1-.45-1-1V19h2v.5c0 .55-.45 1-1 1zm1-2.5h-2c0-1.5-2.5-3-2.5-5 0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 2-2.5 3.5-2.5 5zm5-11.5H6C6 5.67 6.67 5 7.5 5h9c.83 0 1.5.67 1.5 1.5zm-1-3H7C7 2.67 7.67 2 8.5 2h7c.83 0 1.5.67 1.5 1.5z"})
"BatchPredictionRounded"))
================================================
FILE: src/icons/reagent_mui/icons/batch_prediction_sharp.cljs
================================================
(ns reagent-mui.icons.batch-prediction-sharp
"Imports @mui/icons-material/BatchPredictionSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def batch-prediction-sharp (create-svg-icon (e "path" #js {"d" "M19 8H5v14h14V8zm-6 12.5h-2V19h2v1.5zm0-2.5h-2c0-1.5-2.5-3-2.5-5 0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 2-2.5 3.5-2.5 5zm5-11.5H6V5h12v1.5zm-1-3H7V2h10v1.5z"})
"BatchPredictionSharp"))
================================================
FILE: src/icons/reagent_mui/icons/batch_prediction_two_tone.cljs
================================================
(ns reagent-mui.icons.batch-prediction-two-tone
"Imports @mui/icons-material/BatchPredictionTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def batch-prediction-two-tone (create-svg-icon [(e "path" #js {"d" "M13 20.5h-2V19h2v1.5zm0-2.5h-2c0-1.5-2.5-3-2.5-5 0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 2-2.5 3.5-2.5 5z", "opacity" ".3"}) (e "path" #js {"d" "M17 8H7c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-4 12.5h-2V19h2v1.5zm0-2.5h-2c0-1.5-2.5-3-2.5-5 0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 2-2.5 3.5-2.5 5zm5-11.5H6C6 5.67 6.67 5 7.5 5h9c.83 0 1.5.67 1.5 1.5zm-1-3H7C7 2.67 7.67 2 8.5 2h7c.83 0 1.5.67 1.5 1.5z"})]
"BatchPredictionTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bathroom.cljs
================================================
(ns reagent-mui.icons.bathroom
"Imports @mui/icons-material/Bathroom as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bathroom (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2-3H7v-1c0-2.76 2.24-5 5-5s5 2.24 5 5v1z"})
"Bathroom"))
================================================
FILE: src/icons/reagent_mui/icons/bathroom_outlined.cljs
================================================
(ns reagent-mui.icons.bathroom-outlined
"Imports @mui/icons-material/BathroomOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bathroom-outlined (create-svg-icon (e "path" #js {"d" "M8 14c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm4 1c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm3 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm-3-7.5c-1.76 0-3.22 1.31-3.46 3h6.93c-.25-1.69-1.71-3-3.47-3M12 6c2.76 0 5 2.24 5 5v1H7v-1c0-2.76 2.24-5 5-5zM9 18c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm3 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm3 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm5-14H4v16h16V4m0-2c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h16z"})
"BathroomOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bathroom_rounded.cljs
================================================
(ns reagent-mui.icons.bathroom-rounded
"Imports @mui/icons-material/BathroomRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bathroom-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-8-4c0-2.76 2.24-5 5-5s5 2.24 5 5c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1z"})
"BathroomRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bathroom_sharp.cljs
================================================
(ns reagent-mui.icons.bathroom-sharp
"Imports @mui/icons-material/BathroomSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bathroom-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v20h20V2zM9 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2-3H7v-1c0-2.76 2.24-5 5-5s5 2.24 5 5v1z"})
"BathroomSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bathroom_two_tone.cljs
================================================
(ns reagent-mui.icons.bathroom-two-tone
"Imports @mui/icons-material/BathroomTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bathroom-two-tone (create-svg-icon [(e "path" #js {"d" "M4 20h16V4H4v16zm5-2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-8-4c0-2.76 2.24-5 5-5s5 2.24 5 5v1H7v-1z", "opacity" ".3"}) (e "circle" #js {"cx" "15", "cy" "14", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "14", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "17", "r" "1"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h16v16z"}) (e "path" #js {"d" "M17 11c0-2.76-2.24-5-5-5s-5 2.24-5 5v1h10v-1zm-8.46-.5c.24-1.69 1.7-3 3.46-3s3.22 1.31 3.47 3H8.54z"}) (e "circle" #js {"cx" "9", "cy" "17", "r" "1"}) (e "circle" #js {"cx" "9", "cy" "14", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "17", "r" "1"})]
"BathroomTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bathtub.cljs
================================================
(ns reagent-mui.icons.bathtub
"Imports @mui/icons-material/Bathtub as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bathtub (create-svg-icon [(e "circle" #js {"cx" "7", "cy" "7", "r" "2"}) (e "path" #js {"d" "M20 13V4.83C20 3.27 18.73 2 17.17 2c-.75 0-1.47.3-2 .83l-1.25 1.25c-.16-.05-.33-.08-.51-.08-.4 0-.77.12-1.08.32l2.76 2.76c.2-.31.32-.68.32-1.08 0-.18-.03-.34-.07-.51l1.25-1.25c.15-.15.36-.24.58-.24.46 0 .83.37.83.83V13h-6.85c-.3-.21-.57-.45-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.31-.15-.65-.23-1-.23C6 10.01 5 11.01 5 12.25V13H2v6c0 1.1.9 2 2 2 0 .55.45 1 1 1h14c.55 0 1-.45 1-1 1.1 0 2-.9 2-2v-6h-2z"})]
"Bathtub"))
================================================
FILE: src/icons/reagent_mui/icons/bathtub_outlined.cljs
================================================
(ns reagent-mui.icons.bathtub-outlined
"Imports @mui/icons-material/BathtubOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bathtub-outlined (create-svg-icon [(e "circle" #js {"cx" "7", "cy" "7", "r" "2"}) (e "path" #js {"d" "M20 13V4.83C20 3.27 18.73 2 17.17 2c-.75 0-1.47.3-2 .83l-1.25 1.25c-.16-.05-.33-.08-.51-.08-.4 0-.77.12-1.08.32l2.76 2.76c.2-.31.32-.68.32-1.08 0-.18-.03-.34-.07-.51l1.25-1.25c.15-.15.36-.24.58-.24.46 0 .83.37.83.83V13h-6.85c-.3-.21-.57-.45-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.31-.15-.65-.23-1-.23C6 10.01 5 11.01 5 12.25V13H2v6c0 1.1.9 2 2 2 0 .55.45 1 1 1h14c.55 0 1-.45 1-1 1.1 0 2-.9 2-2v-6h-2zm0 6H4v-4h16v4z"})]
"BathtubOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bathtub_rounded.cljs
================================================
(ns reagent-mui.icons.bathtub-rounded
"Imports @mui/icons-material/BathtubRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bathtub-rounded (create-svg-icon [(e "circle" #js {"cx" "7", "cy" "7", "r" "2"}) (e "path" #js {"d" "M21 13h-1V4.83C20 3.27 18.73 2 17.17 2c-.75 0-1.47.3-2 .83l-1.25 1.25c-.16-.05-.33-.08-.51-.08-.4 0-.77.12-1.08.32l2.76 2.76c.2-.31.32-.68.32-1.08 0-.18-.03-.34-.07-.51l1.25-1.25c.15-.15.36-.24.58-.24.46 0 .83.37.83.83V13h-6.85c-.3-.21-.57-.45-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.31-.15-.65-.23-1-.23C6 10.01 5 11.01 5 12.25V13H3c-.55 0-1 .45-1 1v5c0 1.1.9 2 2 2 0 .55.45 1 1 1h14c.55 0 1-.45 1-1 1.1 0 2-.9 2-2v-5c0-.55-.45-1-1-1z"})]
"BathtubRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bathtub_sharp.cljs
================================================
(ns reagent-mui.icons.bathtub-sharp
"Imports @mui/icons-material/BathtubSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bathtub-sharp (create-svg-icon [(e "circle" #js {"cx" "7", "cy" "7", "r" "2"}) (e "path" #js {"d" "M20 13V4.83C20 3.27 18.73 2 17.17 2c-.75 0-1.47.3-2 .83l-1.25 1.25c-.16-.05-.33-.08-.51-.08-.4 0-.77.12-1.08.32l2.76 2.76c.2-.31.32-.68.32-1.08 0-.18-.03-.34-.07-.51l1.25-1.25c.15-.15.36-.24.58-.24.46 0 .83.37.83.83V13h-6.85c-.3-.21-.57-.45-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.31-.15-.65-.23-1-.23C6 10.01 5 11.01 5 12.25V13H2v8h2v1h16v-1h2v-8h-2z"})]
"BathtubSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bathtub_two_tone.cljs
================================================
(ns reagent-mui.icons.bathtub-two-tone
"Imports @mui/icons-material/BathtubTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bathtub-two-tone (create-svg-icon [(e "path" #js {"d" "M4 15h16v4H4z", "opacity" ".3"}) (e "circle" #js {"cx" "7", "cy" "7", "r" "2"}) (e "path" #js {"d" "M20 13V4.83C20 3.27 18.73 2 17.17 2c-.75 0-1.47.3-2 .83l-1.25 1.25c-.16-.05-.33-.08-.51-.08-.4 0-.77.12-1.08.32l2.76 2.76c.2-.31.32-.68.32-1.08 0-.18-.03-.34-.07-.51l1.25-1.25c.15-.15.36-.24.58-.24.46 0 .83.37.83.83V13h-6.85c-.3-.21-.57-.45-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.31-.15-.65-.23-1-.23C6 10.01 5 11.01 5 12.25V13H2v6c0 1.1.9 2 2 2 0 .55.45 1 1 1h14c.55 0 1-.45 1-1 1.1 0 2-.9 2-2v-6h-2zm0 6H4v-4h16v4z"})]
"BathtubTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_0_bar.cljs
================================================
(ns reagent-mui.icons.battery-0-bar
"Imports @mui/icons-material/Battery0Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-0-bar (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v14h6V6z"})
"Battery0Bar"))
================================================
FILE: src/icons/reagent_mui/icons/battery_0_bar_outlined.cljs
================================================
(ns reagent-mui.icons.battery-0-bar-outlined
"Imports @mui/icons-material/Battery0BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-0-bar-outlined (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v14h6V6z"})
"Battery0BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_0_bar_rounded.cljs
================================================
(ns reagent-mui.icons.battery-0-bar-rounded
"Imports @mui/icons-material/Battery0BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-0-bar-rounded (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V3c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1zm-2 1H9v14h6V6z"})
"Battery0BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_0_bar_sharp.cljs
================================================
(ns reagent-mui.icons.battery-0-bar-sharp
"Imports @mui/icons-material/Battery0BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-0-bar-sharp (create-svg-icon (e "path" #js {"d" "M17 4v18H7V4h3V2h4v2h3zm-2 2H9v14h6V6z"})
"Battery0BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_0_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-0-bar-two-tone
"Imports @mui/icons-material/Battery0BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-0-bar-two-tone (create-svg-icon [(e "path" #js {"d" "M9 6h6v14H9z", "opacity" ".3"}) (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v14h6V6z"})]
"Battery0BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_1_bar.cljs
================================================
(ns reagent-mui.icons.battery-1-bar
"Imports @mui/icons-material/Battery1Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-1-bar (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v12h6V6z"})
"Battery1Bar"))
================================================
FILE: src/icons/reagent_mui/icons/battery_1_bar_outlined.cljs
================================================
(ns reagent-mui.icons.battery-1-bar-outlined
"Imports @mui/icons-material/Battery1BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-1-bar-outlined (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v12h6V6z"})
"Battery1BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_1_bar_rounded.cljs
================================================
(ns reagent-mui.icons.battery-1-bar-rounded
"Imports @mui/icons-material/Battery1BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-1-bar-rounded (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V3c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1zm-2 1H9v12h6V6z"})
"Battery1BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_1_bar_sharp.cljs
================================================
(ns reagent-mui.icons.battery-1-bar-sharp
"Imports @mui/icons-material/Battery1BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-1-bar-sharp (create-svg-icon (e "path" #js {"d" "M17 4v18H7V4h3V2h4v2h3zm-2 2H9v12h6V6z"})
"Battery1BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_1_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-1-bar-two-tone
"Imports @mui/icons-material/Battery1BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-1-bar-two-tone (create-svg-icon [(e "path" #js {"d" "M9 6h6v12H9z", "opacity" ".3"}) (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v12h6V6z"})]
"Battery1BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_20.cljs
================================================
(ns reagent-mui.icons.battery-20
"Imports @mui/icons-material/Battery20 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-20 (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M7 17v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17H7z"}) (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V17h10V5.33z"}))
"Battery20"))
================================================
FILE: src/icons/reagent_mui/icons/battery_20_outlined.cljs
================================================
(ns reagent-mui.icons.battery-20-outlined
"Imports @mui/icons-material/Battery20Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-20-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M7 17v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17H7z"}) (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V17h10V5.33z"}))
"Battery20Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_20_rounded.cljs
================================================
(ns reagent-mui.icons.battery-20-rounded
"Imports @mui/icons-material/Battery20Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-20-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M7 17v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17H7z"}) (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V17h10V5.33z"}))
"Battery20Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_20_sharp.cljs
================================================
(ns reagent-mui.icons.battery-20-sharp
"Imports @mui/icons-material/Battery20Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-20-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M7 17v5h10v-5H7z"}) (e "path" #js {"fillOpacity" ".3", "d" "M17 4h-3V2h-4v2H7v13h10V4z"}))
"Battery20Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_20_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-20-two-tone
"Imports @mui/icons-material/Battery20TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-20-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M7 17v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17H7z"}) (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V17h10V5.33z"}))
"Battery20TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_2_bar.cljs
================================================
(ns reagent-mui.icons.battery-2-bar
"Imports @mui/icons-material/Battery2Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-2-bar (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v10h6V6z"})
"Battery2Bar"))
================================================
FILE: src/icons/reagent_mui/icons/battery_2_bar_outlined.cljs
================================================
(ns reagent-mui.icons.battery-2-bar-outlined
"Imports @mui/icons-material/Battery2BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-2-bar-outlined (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v10h6V6z"})
"Battery2BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_2_bar_rounded.cljs
================================================
(ns reagent-mui.icons.battery-2-bar-rounded
"Imports @mui/icons-material/Battery2BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-2-bar-rounded (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V3c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1zm-2 1H9v10h6V6z"})
"Battery2BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_2_bar_sharp.cljs
================================================
(ns reagent-mui.icons.battery-2-bar-sharp
"Imports @mui/icons-material/Battery2BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-2-bar-sharp (create-svg-icon (e "path" #js {"d" "M17 4v18H7V4h3V2h4v2h3zm-2 2H9v10h6V6z"})
"Battery2BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_2_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-2-bar-two-tone
"Imports @mui/icons-material/Battery2BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-2-bar-two-tone (create-svg-icon [(e "path" #js {"d" "M9 6h6v10H9z", "opacity" ".3"}) (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v10h6V6z"})]
"Battery2BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_30.cljs
================================================
(ns reagent-mui.icons.battery-30
"Imports @mui/icons-material/Battery30 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-30 (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V15h10V5.33z"}) (e "path" #js {"d" "M7 15v5.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V15H7z"}))
"Battery30"))
================================================
FILE: src/icons/reagent_mui/icons/battery_30_outlined.cljs
================================================
(ns reagent-mui.icons.battery-30-outlined
"Imports @mui/icons-material/Battery30Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-30-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V15h10V5.33z"}) (e "path" #js {"d" "M7 15v5.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V15H7z"}))
"Battery30Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_30_rounded.cljs
================================================
(ns reagent-mui.icons.battery-30-rounded
"Imports @mui/icons-material/Battery30Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-30-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V15h10V5.33z"}) (e "path" #js {"d" "M7 15v5.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V15H7z"}))
"Battery30Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_30_sharp.cljs
================================================
(ns reagent-mui.icons.battery-30-sharp
"Imports @mui/icons-material/Battery30Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-30-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 4h-3V2h-4v2H7v11h10V4z"}) (e "path" #js {"d" "M7 15v7h10v-7H7z"}))
"Battery30Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_30_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-30-two-tone
"Imports @mui/icons-material/Battery30TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-30-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V15h10V5.33z"}) (e "path" #js {"d" "M7 15v5.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V15H7z"}))
"Battery30TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_3_bar.cljs
================================================
(ns reagent-mui.icons.battery-3-bar
"Imports @mui/icons-material/Battery3Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-3-bar (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v8h6V6z"})
"Battery3Bar"))
================================================
FILE: src/icons/reagent_mui/icons/battery_3_bar_outlined.cljs
================================================
(ns reagent-mui.icons.battery-3-bar-outlined
"Imports @mui/icons-material/Battery3BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-3-bar-outlined (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v8h6V6z"})
"Battery3BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_3_bar_rounded.cljs
================================================
(ns reagent-mui.icons.battery-3-bar-rounded
"Imports @mui/icons-material/Battery3BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-3-bar-rounded (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V3c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1zm-2 1H9v8h6V6z"})
"Battery3BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_3_bar_sharp.cljs
================================================
(ns reagent-mui.icons.battery-3-bar-sharp
"Imports @mui/icons-material/Battery3BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-3-bar-sharp (create-svg-icon (e "path" #js {"d" "M17 4v18H7V4h3V2h4v2h3zm-2 2H9v8h6V6z"})
"Battery3BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_3_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-3-bar-two-tone
"Imports @mui/icons-material/Battery3BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-3-bar-two-tone (create-svg-icon [(e "path" #js {"d" "M9 6h6v8H9z", "opacity" ".3"}) (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v8h6V6z"})]
"Battery3BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_4_bar.cljs
================================================
(ns reagent-mui.icons.battery-4-bar
"Imports @mui/icons-material/Battery4Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-4-bar (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v6h6V6z"})
"Battery4Bar"))
================================================
FILE: src/icons/reagent_mui/icons/battery_4_bar_outlined.cljs
================================================
(ns reagent-mui.icons.battery-4-bar-outlined
"Imports @mui/icons-material/Battery4BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-4-bar-outlined (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v6h6V6z"})
"Battery4BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_4_bar_rounded.cljs
================================================
(ns reagent-mui.icons.battery-4-bar-rounded
"Imports @mui/icons-material/Battery4BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-4-bar-rounded (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V3c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1zm-2 1H9v6h6V6z"})
"Battery4BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_4_bar_sharp.cljs
================================================
(ns reagent-mui.icons.battery-4-bar-sharp
"Imports @mui/icons-material/Battery4BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-4-bar-sharp (create-svg-icon (e "path" #js {"d" "M17 4v18H7V4h3V2h4v2h3zm-2 2H9v6h6V6z"})
"Battery4BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_4_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-4-bar-two-tone
"Imports @mui/icons-material/Battery4BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-4-bar-two-tone (create-svg-icon [(e "path" #js {"d" "M9 6h6v6H9z", "opacity" ".3"}) (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v6h6V6z"})]
"Battery4BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_50.cljs
================================================
(ns reagent-mui.icons.battery-50
"Imports @mui/icons-material/Battery50 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-50 (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V13h10V5.33z"}) (e "path" #js {"d" "M7 13v7.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V13H7z"}))
"Battery50"))
================================================
FILE: src/icons/reagent_mui/icons/battery_50_outlined.cljs
================================================
(ns reagent-mui.icons.battery-50-outlined
"Imports @mui/icons-material/Battery50Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-50-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V13h10V5.33z"}) (e "path" #js {"d" "M7 13v7.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V13H7z"}))
"Battery50Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_50_rounded.cljs
================================================
(ns reagent-mui.icons.battery-50-rounded
"Imports @mui/icons-material/Battery50Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-50-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V13h10V5.33z"}) (e "path" #js {"d" "M7 13v7.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V13H7z"}))
"Battery50Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_50_sharp.cljs
================================================
(ns reagent-mui.icons.battery-50-sharp
"Imports @mui/icons-material/Battery50Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-50-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 4h-3V2h-4v2H7v9h10V4z"}) (e "path" #js {"d" "M7 13v9h10v-9H7z"}))
"Battery50Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_50_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-50-two-tone
"Imports @mui/icons-material/Battery50TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-50-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V13h10V5.33z"}) (e "path" #js {"d" "M7 13v7.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V13H7z"}))
"Battery50TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_5_bar.cljs
================================================
(ns reagent-mui.icons.battery-5-bar
"Imports @mui/icons-material/Battery5Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-5-bar (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v4h6V6z"})
"Battery5Bar"))
================================================
FILE: src/icons/reagent_mui/icons/battery_5_bar_outlined.cljs
================================================
(ns reagent-mui.icons.battery-5-bar-outlined
"Imports @mui/icons-material/Battery5BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-5-bar-outlined (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v4h6V6z"})
"Battery5BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_5_bar_rounded.cljs
================================================
(ns reagent-mui.icons.battery-5-bar-rounded
"Imports @mui/icons-material/Battery5BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-5-bar-rounded (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V3c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1zm-2 1H9v4h6V6z"})
"Battery5BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_5_bar_sharp.cljs
================================================
(ns reagent-mui.icons.battery-5-bar-sharp
"Imports @mui/icons-material/Battery5BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-5-bar-sharp (create-svg-icon (e "path" #js {"d" "M17 4v18H7V4h3V2h4v2h3zm-2 2H9v4h6V6z"})
"Battery5BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_5_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-5-bar-two-tone
"Imports @mui/icons-material/Battery5BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-5-bar-two-tone (create-svg-icon [(e "path" #js {"d" "M9 6h6v4H9z", "opacity" ".3"}) (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v4h6V6z"})]
"Battery5BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_60.cljs
================================================
(ns reagent-mui.icons.battery-60
"Imports @mui/icons-material/Battery60 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-60 (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V11h10V5.33z"}) (e "path" #js {"d" "M7 11v9.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V11H7z"}))
"Battery60"))
================================================
FILE: src/icons/reagent_mui/icons/battery_60_outlined.cljs
================================================
(ns reagent-mui.icons.battery-60-outlined
"Imports @mui/icons-material/Battery60Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-60-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V11h10V5.33z"}) (e "path" #js {"d" "M7 11v9.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V11H7z"}))
"Battery60Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_60_rounded.cljs
================================================
(ns reagent-mui.icons.battery-60-rounded
"Imports @mui/icons-material/Battery60Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-60-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V11h10V5.33z"}) (e "path" #js {"d" "M7 11v9.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V11H7z"}))
"Battery60Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_60_sharp.cljs
================================================
(ns reagent-mui.icons.battery-60-sharp
"Imports @mui/icons-material/Battery60Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-60-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 4h-3V2h-4v2H7v7h10V4z"}) (e "path" #js {"d" "M7 11v11h10V11H7z"}))
"Battery60Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_60_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-60-two-tone
"Imports @mui/icons-material/Battery60TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-60-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V11h10V5.33z"}) (e "path" #js {"d" "M7 11v9.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V11H7z"}))
"Battery60TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_6_bar.cljs
================================================
(ns reagent-mui.icons.battery-6-bar
"Imports @mui/icons-material/Battery6Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-6-bar (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v2h6V6z"})
"Battery6Bar"))
================================================
FILE: src/icons/reagent_mui/icons/battery_6_bar_outlined.cljs
================================================
(ns reagent-mui.icons.battery-6-bar-outlined
"Imports @mui/icons-material/Battery6BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-6-bar-outlined (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v2h6V6z"})
"Battery6BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_6_bar_rounded.cljs
================================================
(ns reagent-mui.icons.battery-6-bar-rounded
"Imports @mui/icons-material/Battery6BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-6-bar-rounded (create-svg-icon (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V3c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1zm-2 1H9v2h6V6z"})
"Battery6BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_6_bar_sharp.cljs
================================================
(ns reagent-mui.icons.battery-6-bar-sharp
"Imports @mui/icons-material/Battery6BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-6-bar-sharp (create-svg-icon (e "path" #js {"d" "M17 4v18H7V4h3V2h4v2h3zm-2 2H9v2h6V6z"})
"Battery6BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_6_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-6-bar-two-tone
"Imports @mui/icons-material/Battery6BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-6-bar-two-tone (create-svg-icon [(e "path" #js {"d" "M9 6h6v4H9z", "opacity" ".3"}) (e "path" #js {"d" "M17 5v16c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V2h4v2h2c.55 0 1 .45 1 1zm-2 1H9v2h6V6z"})]
"Battery6BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_80.cljs
================================================
(ns reagent-mui.icons.battery-80
"Imports @mui/icons-material/Battery80 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-80 (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V9h10V5.33z"}) (e "path" #js {"d" "M7 9v11.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V9H7z"}))
"Battery80"))
================================================
FILE: src/icons/reagent_mui/icons/battery_80_outlined.cljs
================================================
(ns reagent-mui.icons.battery-80-outlined
"Imports @mui/icons-material/Battery80Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-80-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V9h10V5.33z"}) (e "path" #js {"d" "M7 9v11.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V9H7z"}))
"Battery80Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_80_rounded.cljs
================================================
(ns reagent-mui.icons.battery-80-rounded
"Imports @mui/icons-material/Battery80Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-80-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V9h10V5.33z"}) (e "path" #js {"d" "M7 9v11.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V9H7z"}))
"Battery80Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_80_sharp.cljs
================================================
(ns reagent-mui.icons.battery-80-sharp
"Imports @mui/icons-material/Battery80Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-80-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 4h-3V2h-4v2H7v5h10V4z"}) (e "path" #js {"d" "M7 9v13h10V9H7z"}))
"Battery80Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_80_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-80-two-tone
"Imports @mui/icons-material/Battery80TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-80-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V9h10V5.33z"}) (e "path" #js {"d" "M7 9v11.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V9H7z"}))
"Battery80TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_90.cljs
================================================
(ns reagent-mui.icons.battery-90
"Imports @mui/icons-material/Battery90 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-90 (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V8h10V5.33z"}) (e "path" #js {"d" "M7 8v12.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V8H7z"}))
"Battery90"))
================================================
FILE: src/icons/reagent_mui/icons/battery_90_outlined.cljs
================================================
(ns reagent-mui.icons.battery-90-outlined
"Imports @mui/icons-material/Battery90Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-90-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V8h10V5.33z"}) (e "path" #js {"d" "M7 8v12.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V8H7z"}))
"Battery90Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_90_rounded.cljs
================================================
(ns reagent-mui.icons.battery-90-rounded
"Imports @mui/icons-material/Battery90Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-90-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V8h10V5.33z"}) (e "path" #js {"d" "M7 8v12.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V8H7z"}))
"Battery90Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_90_sharp.cljs
================================================
(ns reagent-mui.icons.battery-90-sharp
"Imports @mui/icons-material/Battery90Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-90-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 4h-3V2h-4v2H7v4h10V4z"}) (e "path" #js {"d" "M7 8v14h10V8H7z"}))
"Battery90Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_90_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-90-two-tone
"Imports @mui/icons-material/Battery90TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-90-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V8h10V5.33z"}) (e "path" #js {"d" "M7 8v12.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V8H7z"}))
"Battery90TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_alert.cljs
================================================
(ns reagent-mui.icons.battery-alert
"Imports @mui/icons-material/BatteryAlert as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-alert (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM13 18h-2v-2h2v2zm0-4h-2V9h2v5z"})
"BatteryAlert"))
================================================
FILE: src/icons/reagent_mui/icons/battery_alert_outlined.cljs
================================================
(ns reagent-mui.icons.battery-alert-outlined
"Imports @mui/icons-material/BatteryAlertOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-alert-outlined (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM13 18h-2v-2h2v2zm0-4h-2V9h2v5z"})
"BatteryAlertOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_alert_rounded.cljs
================================================
(ns reagent-mui.icons.battery-alert-rounded
"Imports @mui/icons-material/BatteryAlertRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-alert-rounded (create-svg-icon (e "path" #js {"d" "M15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.34 22h7.32c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM13 18h-2v-2h2v2zm0-5c0 .55-.45 1-1 1s-1-.45-1-1v-3c0-.55.45-1 1-1s1 .45 1 1v3z"})
"BatteryAlertRounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_alert_sharp.cljs
================================================
(ns reagent-mui.icons.battery-alert-sharp
"Imports @mui/icons-material/BatteryAlertSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-alert-sharp (create-svg-icon (e "path" #js {"d" "M17 4h-3V2h-4v2H7v18h10V4zm-4 14h-2v-2h2v2zm0-4h-2V9h2v5z"})
"BatteryAlertSharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_alert_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-alert-two-tone
"Imports @mui/icons-material/BatteryAlertTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-alert-two-tone (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM13 18h-2v-2h2v2zm0-4h-2V9h2v5z"})
"BatteryAlertTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_20.cljs
================================================
(ns reagent-mui.icons.battery-charging-20
"Imports @mui/icons-material/BatteryCharging20 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-20 (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M11 20v-3H7v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17h-4.4L11 20z"}) (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V17h4v-2.5H9L13 7v5.5h2L12.6 17H17V5.33C17 4.6 16.4 4 15.67 4z"}))
"BatteryCharging20"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_20_outlined.cljs
================================================
(ns reagent-mui.icons.battery-charging-20-outlined
"Imports @mui/icons-material/BatteryCharging20Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-20-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M11 20v-3H7v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17h-4.4L11 20z"}) (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V17h4v-2.5H9L13 7v5.5h2L12.6 17H17V5.33C17 4.6 16.4 4 15.67 4z"}))
"BatteryCharging20Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_20_rounded.cljs
================================================
(ns reagent-mui.icons.battery-charging-20-rounded
"Imports @mui/icons-material/BatteryCharging20Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-20-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M11.94 18.24c-.24.45-.94.28-.94-.24v-1H7v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17h-4.4l-.66 1.24z"}) (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V17h4v-2.5H9.83c-.38 0-.62-.4-.44-.74l2.67-5c.24-.45.94-.28.94.24v3.5h1.17c.38 0 .62.4.44.74L12.6 17H17V5.33C17 4.6 16.4 4 15.67 4z"}))
"BatteryCharging20Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_20_sharp.cljs
================================================
(ns reagent-mui.icons.battery-charging-20-sharp
"Imports @mui/icons-material/BatteryCharging20Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-20-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M11 20v-3H7v5h10v-5h-4.4L11 20z"}) (e "path" #js {"fillOpacity" ".3", "d" "M17 4h-3V2h-4v2H7v13h4v-2.5H9L13 7v5.5h2L12.6 17H17V4z"}))
"BatteryCharging20Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_20_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-charging-20-two-tone
"Imports @mui/icons-material/BatteryCharging20TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-20-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M11 20v-3H7v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17h-4.4L11 20z"}) (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V17h4v-2.5H9L13 7v5.5h2L12.6 17H17V5.33C17 4.6 16.4 4 15.67 4z"}))
"BatteryCharging20TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_30.cljs
================================================
(ns reagent-mui.icons.battery-charging-30
"Imports @mui/icons-material/BatteryCharging30 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-30 (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v9.17h2L13 7v5.5h2l-1.07 2H17V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M11 20v-5.5H7v6.17C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V14.5h-3.07L11 20z"}))
"BatteryCharging30"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_30_outlined.cljs
================================================
(ns reagent-mui.icons.battery-charging-30-outlined
"Imports @mui/icons-material/BatteryCharging30Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-30-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v9.17h2L13 7v5.5h2l-1.07 2H17V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M11 20v-5.5H7v6.17C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V14.5h-3.07L11 20z"}))
"BatteryCharging30Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_30_rounded.cljs
================================================
(ns reagent-mui.icons.battery-charging-30-rounded
"Imports @mui/icons-material/BatteryCharging30Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-30-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33v9.17h2.83c-.38 0-.62-.4-.44-.74l2.67-5c.24-.45.94-.28.94.24v3.5h1.17c.38 0 .62.4.44.74l-.67 1.26H17V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M11.94 18.24c-.24.45-.94.28-.94-.24v-3.5H7v6.17C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V14.5h-3.07l-1.99 3.74z"}))
"BatteryCharging30Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_30_sharp.cljs
================================================
(ns reagent-mui.icons.battery-charging-30-sharp
"Imports @mui/icons-material/BatteryCharging30Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-30-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 4h-3V2h-4v2H7v10.5h2L13 7v5.5h2l-1.07 2H17V4z"}) (e "path" #js {"d" "M11 20v-5.5H7V22h10v-7.5h-3.07L11 20z"}))
"BatteryCharging30Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_30_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-charging-30-two-tone
"Imports @mui/icons-material/BatteryCharging30TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-30-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v9.17h2L13 7v5.5h2l-1.07 2H17V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M11 20v-5.5H7v6.17C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V14.5h-3.07L11 20z"}))
"BatteryCharging30TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_50.cljs
================================================
(ns reagent-mui.icons.battery-charging-50
"Imports @mui/icons-material/BatteryCharging50 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-50 (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M14.47 13.5L11 20v-5.5H9l.53-1H7v7.17C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V13.5h-2.53z"}) (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v8.17h2.53L13 7v5.5h2l-.53 1H17V5.33C17 4.6 16.4 4 15.67 4z"}))
"BatteryCharging50"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_50_outlined.cljs
================================================
(ns reagent-mui.icons.battery-charging-50-outlined
"Imports @mui/icons-material/BatteryCharging50Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-50-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M14.47 13.5L11 20v-5.5H9l.53-1H7v7.17C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V13.5h-2.53z"}) (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v8.17h2.53L13 7v5.5h2l-.53 1H17V5.33C17 4.6 16.4 4 15.67 4z"}))
"BatteryCharging50Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_50_rounded.cljs
================================================
(ns reagent-mui.icons.battery-charging-50-rounded
"Imports @mui/icons-material/BatteryCharging50Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-50-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M11.94 18.24c-.24.45-.94.28-.94-.24v-3.5H9.83c-.38 0-.62-.4-.44-.74l.14-.26H7v7.17C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V13.5h-2.53l-2.53 4.74z"}) (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33v8.17h2.53l2.53-4.74c.24-.45.94-.28.94.24v3.5h1.17c.38 0 .62.4.44.74l-.14.26H17V5.33C17 4.6 16.4 4 15.67 4z"}))
"BatteryCharging50Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_50_sharp.cljs
================================================
(ns reagent-mui.icons.battery-charging-50-sharp
"Imports @mui/icons-material/BatteryCharging50Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-50-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M14.47 13.5L11 20v-5.5H9l.53-1H7V22h10v-8.5h-2.53z"}) (e "path" #js {"fillOpacity" ".3", "d" "M17 4h-3V2h-4v2H7v9.5h2.53L13 7v5.5h2l-.53 1H17V4z"}))
"BatteryCharging50Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_50_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-charging-50-two-tone
"Imports @mui/icons-material/BatteryCharging50TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-50-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M14.47 13.5L11 20v-5.5H9l.53-1H7v7.17C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V13.5h-2.53z"}) (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v8.17h2.53L13 7v5.5h2l-.53 1H17V5.33C17 4.6 16.4 4 15.67 4z"}))
"BatteryCharging50TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_60.cljs
================================================
(ns reagent-mui.icons.battery-charging-60
"Imports @mui/icons-material/BatteryCharging60 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-60 (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V11h3.87L13 7v4h4V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M13 12.5h2L11 20v-5.5H9l1.87-3.5H7v9.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V11h-4v1.5z"}))
"BatteryCharging60"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_60_outlined.cljs
================================================
(ns reagent-mui.icons.battery-charging-60-outlined
"Imports @mui/icons-material/BatteryCharging60Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-60-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V11h3.87L13 7v4h4V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M13 12.5h2L11 20v-5.5H9l1.87-3.5H7v9.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V11h-4v1.5z"}))
"BatteryCharging60Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_60_rounded.cljs
================================================
(ns reagent-mui.icons.battery-charging-60-rounded
"Imports @mui/icons-material/BatteryCharging60Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-60-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V11h3.87l1.19-2.24c.24-.45.94-.28.94.24v2h4V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M13 12.5h1.17c.38 0 .62.4.44.74l-2.67 5c-.24.45-.94.28-.94-.24v-3.5H9.83c-.38 0-.62-.4-.44-.74L10.87 11H7v9.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V11h-4v1.5z"}))
"BatteryCharging60Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_60_sharp.cljs
================================================
(ns reagent-mui.icons.battery-charging-60-sharp
"Imports @mui/icons-material/BatteryCharging60Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-60-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 4h-3V2h-4v2H7v7h3.87L13 7v4h4V4z"}) (e "path" #js {"d" "M13 12.5h2L11 20v-5.5H9l1.87-3.5H7v11h10V11h-4v1.5z"}))
"BatteryCharging60Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_60_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-charging-60-two-tone
"Imports @mui/icons-material/BatteryCharging60TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-60-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V11h3.87L13 7v4h4V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M13 12.5h2L11 20v-5.5H9l1.87-3.5H7v9.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V11h-4v1.5z"}))
"BatteryCharging60TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_80.cljs
================================================
(ns reagent-mui.icons.battery-charging-80
"Imports @mui/icons-material/BatteryCharging80 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-80 (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V9h4.93L13 7v2h4V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M13 12.5h2L11 20v-5.5H9L11.93 9H7v11.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V9h-4v3.5z"}))
"BatteryCharging80"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_80_outlined.cljs
================================================
(ns reagent-mui.icons.battery-charging-80-outlined
"Imports @mui/icons-material/BatteryCharging80Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-80-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V9h4.93L13 7v2h4V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M13 12.5h2L11 20v-5.5H9L11.93 9H7v11.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V9h-4v3.5z"}))
"BatteryCharging80Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_80_rounded.cljs
================================================
(ns reagent-mui.icons.battery-charging-80-rounded
"Imports @mui/icons-material/BatteryCharging80Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-80-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V9h4.93l.13-.24c.24-.45.94-.28.94.24h4V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M13 12.5h1.17c.38 0 .62.4.44.74l-2.67 5c-.24.45-.94.28-.94-.24v-3.5H9.83c-.38 0-.62-.4-.44-.74L11.93 9H7v11.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V9h-4v3.5z"}))
"BatteryCharging80Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_80_sharp.cljs
================================================
(ns reagent-mui.icons.battery-charging-80-sharp
"Imports @mui/icons-material/BatteryCharging80Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-80-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 4h-3V2h-4v2H7v5h4.93L13 7v2h4V4z"}) (e "path" #js {"d" "M13 12.5h2L11 20v-5.5H9L11.93 9H7v13h10V9h-4v3.5z"}))
"BatteryCharging80Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_80_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-charging-80-two-tone
"Imports @mui/icons-material/BatteryCharging80TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-80-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V9h4.93L13 7v2h4V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M13 12.5h2L11 20v-5.5H9L11.93 9H7v11.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V9h-4v3.5z"}))
"BatteryCharging80TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_90.cljs
================================================
(ns reagent-mui.icons.battery-charging-90
"Imports @mui/icons-material/BatteryCharging90 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-90 (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V8h5.47L13 7v1h4V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M13 12.5h2L11 20v-5.5H9L12.47 8H7v12.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V8h-4v4.5z"}))
"BatteryCharging90"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_90_outlined.cljs
================================================
(ns reagent-mui.icons.battery-charging-90-outlined
"Imports @mui/icons-material/BatteryCharging90Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-90-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V8h5.47L13 7v1h4V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M13 12.5h2L11 20v-5.5H9L12.47 8H7v12.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V8h-4v4.5z"}))
"BatteryCharging90Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_90_rounded.cljs
================================================
(ns reagent-mui.icons.battery-charging-90-rounded
"Imports @mui/icons-material/BatteryCharging90Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-90-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V8h10V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M7 20.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V8H7v12.67zm2.39-6.91l2.67-5c.24-.45.94-.28.94.24v3.5h1.17c.38 0 .62.4.44.74l-2.67 5c-.24.45-.94.28-.94-.24v-3.5H9.83c-.37 0-.62-.4-.44-.74z"}))
"BatteryCharging90Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_90_sharp.cljs
================================================
(ns reagent-mui.icons.battery-charging-90-sharp
"Imports @mui/icons-material/BatteryCharging90Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-90-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M17 4h-3V2h-4v2H7v4h5.47L13 7v1h4V4z"}) (e "path" #js {"d" "M13 12.5h2L11 20v-5.5H9L12.47 8H7v14h10V8h-4v4.5z"}))
"BatteryCharging90Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_90_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-charging-90-two-tone
"Imports @mui/icons-material/BatteryCharging90TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-90-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V8h5.47L13 7v1h4V5.33C17 4.6 16.4 4 15.67 4z"}) (e "path" #js {"d" "M13 12.5h2L11 20v-5.5H9L12.47 8H7v12.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V8h-4v4.5z"}))
"BatteryCharging90TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_full.cljs
================================================
(ns reagent-mui.icons.battery-charging-full
"Imports @mui/icons-material/BatteryChargingFull as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-full (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM11 20v-5.5H9L13 7v5.5h2L11 20z"})
"BatteryChargingFull"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_full_outlined.cljs
================================================
(ns reagent-mui.icons.battery-charging-full-outlined
"Imports @mui/icons-material/BatteryChargingFullOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-full-outlined (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM11 20v-5.5H9L13 7v5.5h2L11 20z"})
"BatteryChargingFullOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_full_rounded.cljs
================================================
(ns reagent-mui.icons.battery-charging-full-rounded
"Imports @mui/icons-material/BatteryChargingFullRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-full-rounded (create-svg-icon (e "path" #js {"d" "M15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.34 22h7.32c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zm-1.06 9.24-2.67 5c-.24.45-.94.28-.94-.24v-3.5H9.83c-.38 0-.62-.4-.44-.74l2.67-5c.24-.45.94-.28.94.24v3.5h1.17c.37 0 .62.4.44.74z"})
"BatteryChargingFullRounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_full_sharp.cljs
================================================
(ns reagent-mui.icons.battery-charging-full-sharp
"Imports @mui/icons-material/BatteryChargingFullSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-full-sharp (create-svg-icon (e "path" #js {"d" "M17 4h-3V2h-4v2H7v18h10V4zm-6 16v-5.5H9L13 7v5.5h2L11 20z"})
"BatteryChargingFullSharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_charging_full_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-charging-full-two-tone
"Imports @mui/icons-material/BatteryChargingFullTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-charging-full-two-tone (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM11 20v-5.5H9L13 7v5.5h2L11 20z"})
"BatteryChargingFullTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_full.cljs
================================================
(ns reagent-mui.icons.battery-full
"Imports @mui/icons-material/BatteryFull as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-full (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4z"})
"BatteryFull"))
================================================
FILE: src/icons/reagent_mui/icons/battery_full_outlined.cljs
================================================
(ns reagent-mui.icons.battery-full-outlined
"Imports @mui/icons-material/BatteryFullOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-full-outlined (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4z"})
"BatteryFullOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_full_rounded.cljs
================================================
(ns reagent-mui.icons.battery-full-rounded
"Imports @mui/icons-material/BatteryFullRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-full-rounded (create-svg-icon (e "path" #js {"d" "M15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.34 22h7.32c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4z"})
"BatteryFullRounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_full_sharp.cljs
================================================
(ns reagent-mui.icons.battery-full-sharp
"Imports @mui/icons-material/BatteryFullSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-full-sharp (create-svg-icon (e "path" #js {"d" "M17 4h-3V2h-4v2H7v18h10V4z"})
"BatteryFullSharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_full_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-full-two-tone
"Imports @mui/icons-material/BatteryFullTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-full-two-tone (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4z"})
"BatteryFullTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_saver.cljs
================================================
(ns reagent-mui.icons.battery-saver
"Imports @mui/icons-material/BatterySaver as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-saver (create-svg-icon (e "path" #js {"d" "M16 4h-2V2h-4v2H8c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-1 10h-2v2h-2v-2H9v-2h2v-2h2v2h2v2z"})
"BatterySaver"))
================================================
FILE: src/icons/reagent_mui/icons/battery_saver_outlined.cljs
================================================
(ns reagent-mui.icons.battery-saver-outlined
"Imports @mui/icons-material/BatterySaverOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-saver-outlined (create-svg-icon (e "path" #js {"d" "M16 4h-2V2h-4v2H8c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-1 10h-2v2h-2v-2H9v-2h2v-2h2v2h2v2z"})
"BatterySaverOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_saver_rounded.cljs
================================================
(ns reagent-mui.icons.battery-saver-rounded
"Imports @mui/icons-material/BatterySaverRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-saver-rounded (create-svg-icon (e "path" #js {"d" "M16 4h-2V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-2 10h-1v1c0 .55-.45 1-1 1s-1-.45-1-1v-1h-1c-.55 0-1-.45-1-1s.45-1 1-1h1v-1c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1s-.45 1-1 1z"})
"BatterySaverRounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_saver_sharp.cljs
================================================
(ns reagent-mui.icons.battery-saver-sharp
"Imports @mui/icons-material/BatterySaverSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-saver-sharp (create-svg-icon (e "path" #js {"d" "M17 4h-3V2h-4v2H7v18h10V4zm-2 10h-2v2h-2v-2H9v-2h2v-2h2v2h2v2z"})
"BatterySaverSharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_saver_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-saver-two-tone
"Imports @mui/icons-material/BatterySaverTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-saver-two-tone (create-svg-icon (e "path" #js {"d" "M16 4h-2V2h-4v2H8c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-1 10h-2v2h-2v-2H9v-2h2v-2h2v2h2v2z"})
"BatterySaverTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_std.cljs
================================================
(ns reagent-mui.icons.battery-std
"Imports @mui/icons-material/BatteryStd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-std (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4z"})
"BatteryStd"))
================================================
FILE: src/icons/reagent_mui/icons/battery_std_outlined.cljs
================================================
(ns reagent-mui.icons.battery-std-outlined
"Imports @mui/icons-material/BatteryStdOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-std-outlined (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4z"})
"BatteryStdOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_std_rounded.cljs
================================================
(ns reagent-mui.icons.battery-std-rounded
"Imports @mui/icons-material/BatteryStdRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-std-rounded (create-svg-icon (e "path" #js {"d" "M15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.34 22h7.32c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4z"})
"BatteryStdRounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_std_sharp.cljs
================================================
(ns reagent-mui.icons.battery-std-sharp
"Imports @mui/icons-material/BatteryStdSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-std-sharp (create-svg-icon (e "path" #js {"d" "M17 4h-3V2h-4v2H7v18h10V4z"})
"BatteryStdSharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_std_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-std-two-tone
"Imports @mui/icons-material/BatteryStdTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-std-two-tone (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4z"})
"BatteryStdTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/battery_unknown.cljs
================================================
(ns reagent-mui.icons.battery-unknown
"Imports @mui/icons-material/BatteryUnknown as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-unknown (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zm-2.72 13.95h-1.9v-1.9h1.9v1.9zm1.35-5.26s-.38.42-.67.71c-.48.48-.83 1.15-.83 1.6h-1.6c0-.83.46-1.52.93-2l.93-.94c.27-.27.44-.65.44-1.06 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5H9c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .66-.27 1.26-.7 1.69z"})
"BatteryUnknown"))
================================================
FILE: src/icons/reagent_mui/icons/battery_unknown_outlined.cljs
================================================
(ns reagent-mui.icons.battery-unknown-outlined
"Imports @mui/icons-material/BatteryUnknownOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-unknown-outlined (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM13 18h-2v-2h2v2zm1.3-5.31s-.38.42-.67.71c-.48.48-.83 1.15-.83 1.6h-1.6c0-.83.46-1.52.93-2l.93-.94c.27-.27.44-.65.44-1.06 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5H9c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .66-.27 1.26-.7 1.69z"})
"BatteryUnknownOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/battery_unknown_rounded.cljs
================================================
(ns reagent-mui.icons.battery-unknown-rounded
"Imports @mui/icons-material/BatteryUnknownRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-unknown-rounded (create-svg-icon (e "path" #js {"d" "M15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.34 22h7.32c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM13 18h-2v-2h2v2zm1.3-5.31s-.38.42-.67.71c-.14.14-.27.31-.39.47l-.09.15c-.08.12-.14.25-.19.37-.09.22-.16.43-.16.61h-1.6c0-.42.12-.8.29-1.13.06-.11.13-.21.2-.31.03-.05.06-.11.1-.16.11-.14.23-.28.34-.4l.93-.94c.27-.27.44-.65.44-1.06 0-.83-.67-1.5-1.5-1.5-.65 0-1.21.41-1.41.99-.11.31-.39.51-.71.51-.52 0-.88-.52-.71-1.01C9.59 8.83 10.69 8 12 8c1.66 0 3 1.34 3 3 0 .66-.27 1.26-.7 1.69z"})
"BatteryUnknownRounded"))
================================================
FILE: src/icons/reagent_mui/icons/battery_unknown_sharp.cljs
================================================
(ns reagent-mui.icons.battery-unknown-sharp
"Imports @mui/icons-material/BatteryUnknownSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-unknown-sharp (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM13 18h-2v-2h2v2zm1.3-5.31s-.38.42-.67.71c-.48.48-.83 1.15-.83 1.6h-1.6c0-.83.46-1.52.93-2l.93-.94c.27-.27.44-.65.44-1.06 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5H9c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .66-.27 1.26-.7 1.69z"})
"BatteryUnknownSharp"))
================================================
FILE: src/icons/reagent_mui/icons/battery_unknown_two_tone.cljs
================================================
(ns reagent-mui.icons.battery-unknown-two-tone
"Imports @mui/icons-material/BatteryUnknownTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def battery-unknown-two-tone (create-svg-icon (e "path" #js {"d" "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM13 18h-2v-2h2v2zm1.3-5.31s-.38.42-.67.71c-.48.48-.83 1.15-.83 1.6h-1.6c0-.83.46-1.52.93-2l.93-.94c.27-.27.44-.65.44-1.06 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5H9c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .66-.27 1.26-.7 1.69z"})
"BatteryUnknownTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/beach_access.cljs
================================================
(ns reagent-mui.icons.beach-access
"Imports @mui/icons-material/BeachAccess as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def beach-access (create-svg-icon (e "path" #js {"d" "m13.127 14.56 1.43-1.43 6.44 6.443L19.57 21zm4.293-5.73 2.86-2.86c-3.95-3.95-10.35-3.96-14.3-.02 3.93-1.3 8.31-.25 11.44 2.88zM5.95 5.98c-3.94 3.95-3.93 10.35.02 14.3l2.86-2.86C5.7 14.29 4.65 9.91 5.95 5.98zm.02-.02-.01.01c-.38 3.01 1.17 6.88 4.3 10.02l5.73-5.73c-3.13-3.13-7.01-4.68-10.02-4.3z"})
"BeachAccess"))
================================================
FILE: src/icons/reagent_mui/icons/beach_access_outlined.cljs
================================================
(ns reagent-mui.icons.beach-access-outlined
"Imports @mui/icons-material/BeachAccessOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def beach-access-outlined (create-svg-icon (e "path" #js {"d" "m21 19.57-1.427 1.428-6.442-6.442 1.43-1.428zM13.12 3c-2.58 0-5.16.98-7.14 2.95l-.01.01c-3.95 3.95-3.95 10.36 0 14.31l14.3-14.31C18.3 3.99 15.71 3 13.12 3zM6.14 17.27C5.4 16.03 5 14.61 5 13.12c0-.93.16-1.82.46-2.67.19 1.91.89 3.79 2.07 5.44l-1.39 1.38zm2.84-2.84C7.63 12.38 7.12 9.93 7.6 7.6c.58-.12 1.16-.18 1.75-.18 1.8 0 3.55.55 5.08 1.56l-5.45 5.45zm1.47-8.97c.85-.3 1.74-.46 2.67-.46 1.49 0 2.91.4 4.15 1.14l-1.39 1.39c-1.65-1.18-3.52-1.88-5.43-2.07z"})
"BeachAccessOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/beach_access_rounded.cljs
================================================
(ns reagent-mui.icons.beach-access-rounded
"Imports @mui/icons-material/BeachAccessRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def beach-access-rounded (create-svg-icon (e "path" #js {"d" "m13.13 14.56 1.43-1.43 5.73 5.73c.39.39.39 1.03 0 1.43-.39.39-1.03.39-1.43 0l-5.73-5.73zm4.29-5.73 1.27-1.27c.89-.89.77-2.43-.31-3.08-3.89-2.38-9.03-1.89-12.4 1.47 3.93-1.3 8.31-.25 11.44 2.88zM5.95 5.98c-3.36 3.37-3.85 8.51-1.48 12.4.66 1.08 2.19 1.21 3.08.31l1.27-1.27C5.7 14.29 4.65 9.91 5.95 5.98zm.02-.02-.01.01c-.38 3.01 1.17 6.88 4.3 10.02l5.73-5.73c-3.13-3.13-7.01-4.68-10.02-4.3z"})
"BeachAccessRounded"))
================================================
FILE: src/icons/reagent_mui/icons/beach_access_sharp.cljs
================================================
(ns reagent-mui.icons.beach-access-sharp
"Imports @mui/icons-material/BeachAccessSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def beach-access-sharp (create-svg-icon (e "path" #js {"d" "M5.95 5.98c-3.94 3.95-3.93 10.35.02 14.3l2.86-2.86C5.7 14.29 4.65 9.91 5.95 5.98zm11.47 2.85 2.86-2.86c-3.95-3.95-10.35-3.96-14.3-.02 3.93-1.3 8.31-.25 11.44 2.88zM5.97 5.96l-.01.01c-.38 3.01 1.17 6.88 4.3 10.02l5.73-5.73c-3.13-3.13-7.01-4.68-10.02-4.3zm7.156 8.6 1.428-1.428 6.442 6.442-1.43 1.428z"})
"BeachAccessSharp"))
================================================
FILE: src/icons/reagent_mui/icons/beach_access_two_tone.cljs
================================================
(ns reagent-mui.icons.beach-access-two-tone
"Imports @mui/icons-material/BeachAccessTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def beach-access-two-tone (create-svg-icon [(e "path" #js {"d" "M7.6 7.6c-.47 2.34.03 4.78 1.39 6.83l5.45-5.45c-1.53-1.02-3.28-1.56-5.08-1.56-.6 0-1.19.06-1.76.18zM13.12 5c-.93 0-1.82.16-2.67.46 1.91.19 3.79.89 5.44 2.07l1.39-1.39C16.03 5.4 14.61 5 13.12 5zM5 13.12c0 1.49.4 2.91 1.14 4.15l1.39-1.39c-1.18-1.65-1.88-3.52-2.07-5.44-.3.86-.46 1.76-.46 2.68z", "opacity" ".3"}) (e "path" #js {"d" "m13.126 14.56 1.428-1.428 6.442 6.442-1.43 1.428zM13.12 3c-2.58 0-5.16.98-7.14 2.95l-.01.01c-3.95 3.95-3.95 10.36 0 14.31l14.3-14.31C18.3 3.99 15.71 3 13.12 3zM6.14 17.27C5.4 16.03 5 14.61 5 13.12c0-.93.16-1.82.46-2.67.19 1.91.89 3.79 2.07 5.44l-1.39 1.38zm2.84-2.84C7.63 12.38 7.12 9.93 7.6 7.6c.58-.12 1.16-.18 1.75-.18 1.8 0 3.55.55 5.08 1.56l-5.45 5.45zm1.47-8.97c.85-.3 1.74-.46 2.67-.46 1.49 0 2.91.4 4.15 1.14l-1.39 1.39c-1.65-1.18-3.52-1.88-5.43-2.07z"})]
"BeachAccessTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bed.cljs
================================================
(ns reagent-mui.icons.bed
"Imports @mui/icons-material/Bed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bed (create-svg-icon (e "path" #js {"d" "M21 10.78V8c0-1.65-1.35-3-3-3h-4c-.77 0-1.47.3-2 .78-.53-.48-1.23-.78-2-.78H6C4.35 5 3 6.35 3 8v2.78c-.61.55-1 1.34-1 2.22v6h2v-2h16v2h2v-6c0-.88-.39-1.67-1-2.22zM14 7h4c.55 0 1 .45 1 1v2h-6V8c0-.55.45-1 1-1zM5 8c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v2H5V8z"})
"Bed"))
================================================
FILE: src/icons/reagent_mui/icons/bed_outlined.cljs
================================================
(ns reagent-mui.icons.bed-outlined
"Imports @mui/icons-material/BedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bed-outlined (create-svg-icon (e "path" #js {"d" "M21 10.78V8c0-1.65-1.35-3-3-3h-4c-.77 0-1.47.3-2 .78-.53-.48-1.23-.78-2-.78H6C4.35 5 3 6.35 3 8v2.78c-.61.55-1 1.34-1 2.22v6h2v-2h16v2h2v-6c0-.88-.39-1.67-1-2.22zM14 7h4c.55 0 1 .45 1 1v2h-6V8c0-.55.45-1 1-1zM5 8c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v2H5V8zm-1 7v-2c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v2H4z"})
"BedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bed_rounded.cljs
================================================
(ns reagent-mui.icons.bed-rounded
"Imports @mui/icons-material/BedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bed-rounded (create-svg-icon (e "path" #js {"d" "M21 10.78V8c0-1.65-1.35-3-3-3h-4c-.77 0-1.47.3-2 .78-.53-.48-1.23-.78-2-.78H6C4.35 5 3 6.35 3 8v2.78c-.61.55-1 1.34-1 2.22v5c0 .55.45 1 1 1s1-.45 1-1v-1h16v1c0 .55.45 1 1 1s1-.45 1-1v-5c0-.88-.39-1.67-1-2.22zM14 7h4c.55 0 1 .45 1 1v2h-6V8c0-.55.45-1 1-1zM5 8c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v2H5V8zm-1 7v-2c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v2H4z"})
"BedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bed_sharp.cljs
================================================
(ns reagent-mui.icons.bed-sharp
"Imports @mui/icons-material/BedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bed-sharp (create-svg-icon (e "path" #js {"d" "M21 10V5H3v5H2v9h2v-2h16v2h2v-9h-1zm-8-3h6v3h-6V7zm-8 3V7h6v3H5zm-1 5v-3h16v3H4z"})
"BedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bed_two_tone.cljs
================================================
(ns reagent-mui.icons.bed-two-tone
"Imports @mui/icons-material/BedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bed-two-tone (create-svg-icon [(e "path" #js {"d" "M19 8c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v2h6V8zm-8 0c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v2h6V8zm8 4H5c-.55 0-1 .45-1 1v2h16v-2c0-.55-.45-1-1-1z", "opacity" ".3"}) (e "path" #js {"d" "M21 10.78V8c0-1.65-1.35-3-3-3h-4c-.77 0-1.47.3-2 .78-.53-.48-1.23-.78-2-.78H6C4.35 5 3 6.35 3 8v2.78c-.61.55-1 1.34-1 2.22v6h2v-2h16v2h2v-6c0-.88-.39-1.67-1-2.22zM13 8c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v2h-6V8zM5 8c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v2H5V8zm15 7H4v-2c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v2z"})]
"BedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bedroom_baby.cljs
================================================
(ns reagent-mui.icons.bedroom-baby
"Imports @mui/icons-material/BedroomBaby as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedroom-baby (create-svg-icon [(e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 16c-2.64 0-5.13-1.03-7-2.9l1.06-1.06c.34.34.71.65 1.1.92L8 13.5V9.51l-1.55.99-.95-1L7 7.76 6 7h3.65l1.73 3H17v1h-1v2.5l.84 1.46c.39-.28.76-.58 1.1-.92L19 15.1c-1.87 1.87-4.36 2.9-7 2.9z"}) (e "path" #js {"d" "M14.69 14.24c-1.74.65-3.66.65-5.4 0l-.81 1.41-.03.06c1.1.52 2.28.79 3.53.79s2.45-.28 3.55-.79l-.03-.06-.81-1.41z"})]
"BedroomBaby"))
================================================
FILE: src/icons/reagent_mui/icons/bedroom_baby_outlined.cljs
================================================
(ns reagent-mui.icons.bedroom-baby-outlined
"Imports @mui/icons-material/BedroomBabyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedroom-baby-outlined (create-svg-icon (e "path" #js {"d" "M17.94 14.04c-.34.34-.71.64-1.1.92L16 13.5V11h1v-1h-5.62L9.65 7H6l1 .76L5.5 9.5l.95 1L8 9.51v3.99l-.84 1.46c-.39-.27-.76-.58-1.1-.92L5 15.1c1.87 1.87 4.36 2.9 7 2.9s5.13-1.03 7-2.9l-1.06-1.06zm-9.49 1.67.03-.06.81-1.41c1.74.65 3.66.65 5.4 0l.81 1.41.03.06c-1.1.51-2.3.79-3.55.79s-2.43-.27-3.53-.79zM20 4v16H4V4h16m0-2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"})
"BedroomBabyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bedroom_baby_rounded.cljs
================================================
(ns reagent-mui.icons.bedroom-baby-rounded
"Imports @mui/icons-material/BedroomBabyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedroom-baby-rounded (create-svg-icon [(e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 15.99c-2.37 0-4.61-.83-6.4-2.35-.33-.28-.35-.8-.04-1.11.27-.27.71-.29 1.01-.04.19.16.39.31.6.46L8 13.49V9.5l-1 .65c-.32.21-.73.16-.99-.12L6 10.01c-.29-.3-.3-.77-.03-1.08.3-.33.65-.74.86-.98.09-.11.07-.28-.04-.36 0 0-.81-.31-.79-.57 0-.11 3.36-.03 3.36-.03.18 0 .34.1.43.25l1.44 2.5c.09.15.25.25.43.25h4.83c.28 0 .5.22.5.5s-.22.5-.5.5H16v2.5l.84 1.46c.2-.15.4-.3.6-.46.3-.25.73-.23 1.01.04.31.31.29.82-.04 1.11-1.8 1.52-4.04 2.35-6.41 2.35z"}) (e "path" #js {"d" "M14.69 14.24c-1.74.65-3.66.65-5.4 0l-.81 1.41-.03.06c1.1.52 2.28.79 3.53.79s2.45-.28 3.55-.79l-.03-.06-.81-1.41z"})]
"BedroomBabyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bedroom_baby_sharp.cljs
================================================
(ns reagent-mui.icons.bedroom-baby-sharp
"Imports @mui/icons-material/BedroomBabySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedroom-baby-sharp (create-svg-icon [(e "path" #js {"d" "M22 2H2v20h20V2zM12 18c-2.64 0-5.13-1.03-7-2.9l1.06-1.06c.34.34.71.65 1.1.92L8 13.5V9.51l-1.55.99-.95-1L7 7.76 6 7h3.65l1.73 3H17v1h-1v2.5l.84 1.46c.39-.28.76-.58 1.1-.92L19 15.1c-1.87 1.87-4.36 2.9-7 2.9z"}) (e "path" #js {"d" "M14.69 14.24c-1.74.65-3.66.65-5.4 0l-.81 1.41-.03.06c1.1.52 2.28.79 3.53.79s2.45-.28 3.55-.79l-.03-.06-.81-1.41z"})]
"BedroomBabySharp"))
================================================
FILE: src/icons/reagent_mui/icons/bedroom_baby_two_tone.cljs
================================================
(ns reagent-mui.icons.bedroom-baby-two-tone
"Imports @mui/icons-material/BedroomBabyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedroom-baby-two-tone (create-svg-icon [(e "path" #js {"d" "M4 20h16V4H4v16zm2.45-9.5-.95-1L7 7.76 6 7h3.65l1.73 3H17v1h-1v2.5l.84 1.46c.39-.28.76-.58 1.1-.92L19 15.1c-1.87 1.87-4.36 2.9-7 2.9s-5.13-1.03-7-2.9l1.06-1.06c.34.34.71.65 1.1.92L8 13.5V9.51l-1.55.99z", "opacity" ".3"}) (e "path" #js {"d" "m15.53 15.71-.03-.06-.81-1.41c-1.74.65-3.66.65-5.4 0l-.81 1.41-.03.06c1.1.52 2.28.79 3.53.79s2.45-.28 3.55-.79z", "opacity" ".3"}) (e "path" #js {"d" "M7.16 14.96c-.39-.27-.76-.58-1.1-.92L5 15.1c1.87 1.87 4.36 2.9 7 2.9s5.13-1.03 7-2.9l-1.06-1.06c-.34.34-.71.64-1.1.92L16 13.5V11h1v-1h-5.62L9.65 7H6l1 .76L5.5 9.5l.95 1L8 9.51v3.99l-.84 1.46zm1.32.69.81-1.41c1.74.65 3.66.65 5.4 0l.81 1.41.03.06c-1.1.51-2.3.79-3.55.79s-2.43-.27-3.53-.79l.03-.06z"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h16v16z"})]
"BedroomBabyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bedroom_child.cljs
================================================
(ns reagent-mui.icons.bedroom-child
"Imports @mui/icons-material/BedroomChild as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedroom-child (create-svg-icon [(e "path" #js {"d" "M9 8.5h6v2H9zm6.64 3.5H8.37c-.48 0-.87.39-.87.87h.01V14h9v-1.13c0-.48-.39-.87-.87-.87z"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 15h-1.5v-1.5h-9V17H6v-4.13c0-1 .62-1.85 1.5-2.2V9c0-1.1.9-2 2-2h5c1.1 0 2 .9 2 2v1.67c.88.35 1.5 1.2 1.5 2.2V17z"})]
"BedroomChild"))
================================================
FILE: src/icons/reagent_mui/icons/bedroom_child_outlined.cljs
================================================
(ns reagent-mui.icons.bedroom-child-outlined
"Imports @mui/icons-material/BedroomChildOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedroom-child-outlined (create-svg-icon (e "path" #js {"d" "M20 4v16H4V4h16m0-2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-3.5 8.67V9c0-1.1-.9-2-2-2h-5c-1.1 0-2 .9-2 2v1.67c-.88.35-1.5 1.2-1.5 2.2V17h1.5v-1.5h9V17H18v-4.13c0-1-.62-1.85-1.5-2.2zM15 8.5v2H9v-2h6zm-7.5 4.37c0-.48.39-.87.87-.87h7.27c.48 0 .87.39.87.87V14h-9v-1.13H7.5z"})
"BedroomChildOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bedroom_child_rounded.cljs
================================================
(ns reagent-mui.icons.bedroom-child-rounded
"Imports @mui/icons-material/BedroomChildRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedroom-child-rounded (create-svg-icon [(e "path" #js {"d" "M9 8.5h6v2H9zm6.64 3.5H8.37c-.48 0-.87.39-.87.87h.01V14h9v-1.13c0-.48-.39-.87-.87-.87z"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2.75 15c-.41 0-.75-.34-.75-.75v-.75h-9v.75c0 .41-.34.75-.75.75S6 16.66 6 16.25v-3.38c0-1 .62-1.85 1.5-2.2V9c0-1.1.9-2 2-2h5c1.1 0 2 .9 2 2v1.67c.88.35 1.5 1.2 1.5 2.2v3.38c0 .41-.34.75-.75.75z"})]
"BedroomChildRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bedroom_child_sharp.cljs
================================================
(ns reagent-mui.icons.bedroom-child-sharp
"Imports @mui/icons-material/BedroomChildSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedroom-child-sharp (create-svg-icon [(e "path" #js {"d" "M9 8.5h6v2H9zM7.51 12h9v2h-9z"}) (e "path" #js {"d" "M22 2H2v20h20V2zm-4 15h-1.5v-1.5h-9V17H6v-6.32l1.5-.01V7h9v3.67H18V17z"})]
"BedroomChildSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bedroom_child_two_tone.cljs
================================================
(ns reagent-mui.icons.bedroom-child-two-tone
"Imports @mui/icons-material/BedroomChildTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedroom-child-two-tone (create-svg-icon [(e "path" #js {"d" "M4 20h16V4H4v16zm2-7.13c0-1 .62-1.85 1.5-2.2V9c0-1.1.9-2 2-2h5c1.1 0 2 .9 2 2v1.67c.88.35 1.5 1.2 1.5 2.2V17h-1.5v-1.5h-9V17H6v-4.13z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h16v16z"}) (e "path" #js {"d" "M7.5 15.5h9V17H18v-4.13c0-1-.62-1.85-1.5-2.2V9c0-1.1-.9-2-2-2h-5c-1.1 0-2 .9-2 2v1.67c-.88.35-1.5 1.2-1.5 2.2V17h1.5v-1.5zm1.5-7h6v2H9v-2zM8.37 12h7.27c.48 0 .87.39.87.87V14h-9v-1.13H7.5c0-.48.39-.87.87-.87z"})]
"BedroomChildTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bedroom_parent.cljs
================================================
(ns reagent-mui.icons.bedroom-parent
"Imports @mui/icons-material/BedroomParent as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedroom-parent (create-svg-icon [(e "path" #js {"d" "M16.5 12h-9c-.55 0-1 .45-1 1v1h11v-1c0-.55-.45-1-1-1zM7.25 8.5h4v2h-4zm5.5 0h4v2h-4z"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 15h-1.5v-1.5h-11V17H5v-3.83c0-.66.25-1.26.65-1.72V9c0-1.1.9-2 2-2H11c.37 0 .72.12 1 .32.28-.2.63-.32 1-.32h3.35c1.1 0 2 .9 2 2v2.45c.4.46.65 1.06.65 1.72V17z"})]
"BedroomParent"))
================================================
FILE: src/icons/reagent_mui/icons/bedroom_parent_outlined.cljs
================================================
(ns reagent-mui.icons.bedroom-parent-outlined
"Imports @mui/icons-material/BedroomParentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedroom-parent-outlined (create-svg-icon (e "path" #js {"d" "M18.35 11.45V9c0-1.1-.9-2-2-2H13c-.37 0-.72.12-1 .32-.28-.2-.63-.32-1-.32H7.65c-1.1 0-2 .9-2 2v2.45c-.4.46-.65 1.06-.65 1.72V17h1.5v-1.5h11V17H19v-3.83c0-.66-.25-1.26-.65-1.72zm-1.6-.95h-4v-2h4v2zm-9.5-2h4v2h-4v-2zM17.5 14h-11v-1c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v1zM20 4v16H4V4h16m0-2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"})
"BedroomParentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bedroom_parent_rounded.cljs
================================================
(ns reagent-mui.icons.bedroom-parent-rounded
"Imports @mui/icons-material/BedroomParentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedroom-parent-rounded (create-svg-icon [(e "path" #js {"d" "M16.5 12h-9c-.55 0-1 .45-1 1v1h11v-1c0-.55-.45-1-1-1zM7.25 8.5h4v2h-4zm5.5 0h4v2h-4z"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1.75 15c-.41 0-.75-.34-.75-.75v-.75h-11v.75c0 .41-.34.75-.75.75S5 16.66 5 16.25v-3.08c0-.66.25-1.26.65-1.72V9c0-1.1.9-2 2-2H11c.37 0 .72.12 1 .32.28-.2.63-.32 1-.32h3.35c1.1 0 2 .9 2 2v2.45c.4.46.65 1.06.65 1.72v3.08c0 .41-.34.75-.75.75z"})]
"BedroomParentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bedroom_parent_sharp.cljs
================================================
(ns reagent-mui.icons.bedroom-parent-sharp
"Imports @mui/icons-material/BedroomParentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedroom-parent-sharp (create-svg-icon [(e "path" #js {"d" "M6.5 12h11v2h-11zm.75-3.5h4v2h-4zm5.5 0h4v2h-4z"}) (e "path" #js {"d" "M22 2H2v20h20V2zm-3 15h-1.5v-1.5h-11V17H5v-5l.65-.55V7H11c.37 0 .72.12 1 .32.28-.2.63-.32 1-.32h5.35v4.45L19 12v5z"})]
"BedroomParentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bedroom_parent_two_tone.cljs
================================================
(ns reagent-mui.icons.bedroom-parent-two-tone
"Imports @mui/icons-material/BedroomParentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedroom-parent-two-tone (create-svg-icon [(e "path" #js {"d" "M4 20h16V4H4v16zm1-6.83c0-.66.25-1.26.65-1.72V9c0-1.1.9-2 2-2H11c.37 0 .72.12 1 .32.28-.2.63-.32 1-.32h3.35c1.1 0 2 .9 2 2v2.45c.4.46.65 1.06.65 1.72V17h-1.5v-1.5h-11V17H5v-3.83z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h16v16z"}) (e "path" #js {"d" "M6.5 15.5h11V17H19v-3.83c0-.66-.25-1.26-.65-1.72V9c0-1.1-.9-2-2-2H13c-.37 0-.72.12-1 .32-.28-.2-.63-.32-1-.32H7.65c-1.1 0-2 .9-2 2v2.45c-.4.46-.65 1.06-.65 1.72V17h1.5v-1.5zm6.25-7h4v2h-4v-2zm-5.5 0h4v2h-4v-2zM6.5 13c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v1h-11v-1z"})]
"BedroomParentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bedtime.cljs
================================================
(ns reagent-mui.icons.bedtime
"Imports @mui/icons-material/Bedtime as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedtime (create-svg-icon (e "path" #js {"d" "M12.34 2.02C6.59 1.82 2 6.42 2 12c0 5.52 4.48 10 10 10 3.71 0 6.93-2.02 8.66-5.02-7.51-.25-12.09-8.43-8.32-14.96z"})
"Bedtime"))
================================================
FILE: src/icons/reagent_mui/icons/bedtime_off.cljs
================================================
(ns reagent-mui.icons.bedtime-off
"Imports @mui/icons-material/BedtimeOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedtime-off (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22l2.27 2.27C2.61 8.08 2 9.97 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.62 5.51-1.66l2.27 2.27 1.41-1.42zM12.34 2.02c-2.18-.07-4.19.55-5.85 1.64l4.59 4.59c-.27-2.05.1-4.22 1.26-6.23z"})
"BedtimeOff"))
================================================
FILE: src/icons/reagent_mui/icons/bedtime_off_outlined.cljs
================================================
(ns reagent-mui.icons.bedtime-off-outlined
"Imports @mui/icons-material/BedtimeOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedtime-off-outlined (create-svg-icon (e "path" #js {"d" "M9.27 4.49c-.13.59-.2 1.15-.24 1.71l2.05 2.05c-.27-2.05.1-4.22 1.26-6.23-.12 0-.23-.01-.35-.01-2.05 0-3.93.61-5.5 1.65l1.46 1.46c.42-.24.86-.46 1.32-.63zm-7.88-.27 2.27 2.27C2.61 8.07 2 9.97 2 12c0 5.52 4.48 10 10 10 2.04 0 3.92-.63 5.5-1.67l2.28 2.28 1.41-1.41L2.81 2.81 1.39 4.22zm3.74 3.74 10.92 10.92C14.84 19.6 13.45 20 12 20c-4.41 0-8-3.59-8-8 0-1.48.42-2.85 1.13-4.04z"})
"BedtimeOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bedtime_off_rounded.cljs
================================================
(ns reagent-mui.icons.bedtime-off-rounded
"Imports @mui/icons-material/BedtimeOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedtime-off-rounded (create-svg-icon (e "path" #js {"d" "M11.65 3.46c.27-.71-.36-1.45-1.12-1.34-1.48.21-2.85.76-4.04 1.54l4.59 4.59c-.2-1.56-.04-3.2.57-4.79zm-9.55.05c-.39.39-.39 1.02 0 1.41l1.56 1.56c-1.4 2.11-2.02 4.77-1.46 7.56.79 3.94 3.99 7.07 7.94 7.78 2.74.49 5.3-.15 7.35-1.51l1.57 1.57c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0z"})
"BedtimeOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bedtime_off_sharp.cljs
================================================
(ns reagent-mui.icons.bedtime-off-sharp
"Imports @mui/icons-material/BedtimeOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedtime-off-sharp (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22l2.27 2.27C2.61 8.08 2 9.97 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.62 5.51-1.66l2.27 2.27 1.41-1.42zM12.34 2.02c-2.18-.07-4.19.55-5.85 1.64l4.59 4.59c-.27-2.05.1-4.22 1.26-6.23z"})
"BedtimeOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bedtime_off_two_tone.cljs
================================================
(ns reagent-mui.icons.bedtime-off-two-tone
"Imports @mui/icons-material/BedtimeOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedtime-off-two-tone (create-svg-icon [(e "path" #js {"d" "M7.95 5.13 9.03 6.2c.05-.55.12-1.12.24-1.71-.46.17-.9.39-1.32.64zM5.13 7.96C4.42 9.15 4 10.52 4 12c0 4.41 3.59 8 8 8 1.45 0 2.84-.4 4.05-1.12L5.13 7.96z", "opacity" ".3"}) (e "path" #js {"d" "M9.27 4.49c-.13.59-.2 1.15-.24 1.71l2.05 2.05c-.27-2.05.1-4.22 1.26-6.23-.12 0-.23-.01-.35-.01-2.05 0-3.93.61-5.5 1.65l1.46 1.46c.42-.24.86-.46 1.32-.63zM2.81 2.81 1.39 4.22l2.27 2.27C2.61 8.07 2 9.97 2 12c0 5.52 4.48 10 10 10 2.04 0 3.92-.63 5.5-1.67l2.28 2.28 1.41-1.41L2.81 2.81zM12 20c-4.41 0-8-3.59-8-8 0-1.48.42-2.85 1.13-4.04l10.92 10.92C14.84 19.6 13.45 20 12 20z"})]
"BedtimeOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bedtime_outlined.cljs
================================================
(ns reagent-mui.icons.bedtime-outlined
"Imports @mui/icons-material/BedtimeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedtime-outlined (create-svg-icon (e "path" #js {"d" "M9.27 4.49c-1.63 7.54 3.75 12.41 7.66 13.8C15.54 19.38 13.81 20 12 20c-4.41 0-8-3.59-8-8 0-3.45 2.2-6.4 5.27-7.51m2.72-2.48C6.4 2.01 2 6.54 2 12c0 5.52 4.48 10 10 10 3.71 0 6.93-2.02 8.66-5.02-7.51-.25-12.09-8.43-8.32-14.97h-.35z"})
"BedtimeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bedtime_rounded.cljs
================================================
(ns reagent-mui.icons.bedtime-rounded
"Imports @mui/icons-material/BedtimeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedtime-rounded (create-svg-icon (e "path" #js {"d" "M11.65 3.46c.27-.71-.36-1.45-1.12-1.34-5.52.8-9.47 6.07-8.34 11.88.78 4.02 4.09 7.21 8.14 7.87 3.74.61 7.16-.87 9.32-3.44.48-.57.19-1.48-.55-1.62-6.02-1.15-9.68-7.54-7.45-13.35z"})
"BedtimeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bedtime_sharp.cljs
================================================
(ns reagent-mui.icons.bedtime-sharp
"Imports @mui/icons-material/BedtimeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedtime-sharp (create-svg-icon (e "path" #js {"d" "M12.34 2.02C6.59 1.82 2 6.42 2 12c0 5.52 4.48 10 10 10 3.71 0 6.93-2.02 8.66-5.02-7.51-.25-12.09-8.43-8.32-14.96z"})
"BedtimeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bedtime_two_tone.cljs
================================================
(ns reagent-mui.icons.bedtime-two-tone
"Imports @mui/icons-material/BedtimeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bedtime-two-tone (create-svg-icon [(e "path" #js {"d" "M9.27 4.49C6.2 5.6 4 8.55 4 12c0 4.41 3.59 8 8 8 1.81 0 3.54-.62 4.93-1.71-3.91-1.39-9.29-6.26-7.66-13.8z", "opacity" ".3"}) (e "path" #js {"d" "M12.34 2.02c-.12 0-.23-.01-.35-.01C6.4 2.01 2 6.54 2 12c0 5.52 4.48 10 10 10 3.71 0 6.93-2.02 8.66-5.02-7.51-.25-12.09-8.43-8.32-14.96zM12 20c-4.41 0-8-3.59-8-8 0-3.45 2.2-6.4 5.27-7.51-1.63 7.54 3.75 12.41 7.66 13.8C15.54 19.38 13.81 20 12 20z"})]
"BedtimeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/beenhere.cljs
================================================
(ns reagent-mui.icons.beenhere
"Imports @mui/icons-material/Beenhere as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def beenhere (create-svg-icon (e "path" #js {"d" "M19 1H5c-1.1 0-1.99.9-1.99 2L3 15.93c0 .69.35 1.3.88 1.66L12 23l8.11-5.41c.53-.36.88-.97.88-1.66L21 3c0-1.1-.9-2-2-2zm-9 15-5-5 1.41-1.41L10 13.17l7.59-7.59L19 7l-9 9z"})
"Beenhere"))
================================================
FILE: src/icons/reagent_mui/icons/beenhere_outlined.cljs
================================================
(ns reagent-mui.icons.beenhere-outlined
"Imports @mui/icons-material/BeenhereOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def beenhere-outlined (create-svg-icon (e "path" #js {"d" "M19 1H5c-1.1 0-1.99.9-1.99 2L3 15.93c0 .69.35 1.3.88 1.66L12 23l8.11-5.41c.53-.36.88-.97.88-1.66L21 3c0-1.1-.9-2-2-2zm-7 19.6-7-4.66V3h14v12.93l-7 4.67zm-2.01-7.42-2.58-2.59L6 12l4 4 8-8-1.42-1.42z"})
"BeenhereOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/beenhere_rounded.cljs
================================================
(ns reagent-mui.icons.beenhere-rounded
"Imports @mui/icons-material/BeenhereRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def beenhere-rounded (create-svg-icon (e "path" #js {"d" "M19 1H5c-1.1 0-1.99.9-1.99 2L3 15.93c0 .69.35 1.3.88 1.66l7.57 5.04c.34.22.77.22 1.11 0l7.56-5.04c.53-.36.88-.97.88-1.66V3c0-1.1-.9-2-2-2zm-.7 6.7-7.59 7.59c-.39.39-1.02.39-1.41 0L5.71 11.7c-.39-.39-.39-1.02 0-1.41s1.02-.39 1.41 0L10 13.17l6.88-6.88c.39-.39 1.02-.39 1.41 0s.4 1.02.01 1.41z"})
"BeenhereRounded"))
================================================
FILE: src/icons/reagent_mui/icons/beenhere_sharp.cljs
================================================
(ns reagent-mui.icons.beenhere-sharp
"Imports @mui/icons-material/BeenhereSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def beenhere-sharp (create-svg-icon (e "path" #js {"d" "M3.01 1 3 17l9 6 8.99-6L21 1H3.01zM10 16l-5-5 1.41-1.42L10 13.17l7.59-7.59L19 7l-9 9z"})
"BeenhereSharp"))
================================================
FILE: src/icons/reagent_mui/icons/beenhere_two_tone.cljs
================================================
(ns reagent-mui.icons.beenhere-two-tone
"Imports @mui/icons-material/BeenhereTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def beenhere-two-tone (create-svg-icon [(e "path" #js {"d" "M19 3H5v12.93l7 4.66 7-4.67V3zm-9 13-4-4 1.41-1.41 2.58 2.58 6.59-6.59L18 8l-8 8z", "opacity" ".3"}) (e "path" #js {"d" "M19 1H5c-1.1 0-1.99.9-1.99 2L3 15.93c0 .69.35 1.3.88 1.66L12 23l8.11-5.41c.53-.36.88-.97.88-1.66L21 3c0-1.1-.9-2-2-2zm-7 19.6-7-4.66V3h14v12.93l-7 4.67zm-2.01-7.42-2.58-2.59L6 12l4 4 8-8-1.42-1.42z"})]
"BeenhereTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bento.cljs
================================================
(ns reagent-mui.icons.bento
"Imports @mui/icons-material/Bento as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bento (create-svg-icon (e "path" #js {"d" "M16 11V5h4c1.1 0 2 .9 2 2v4h-6zm4 8c1.1 0 2-.9 2-2v-4h-6v6h4zM14 5v14H4c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h10zm-4.5 7c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.67 1.5 1.5 1.5 1.5-.67 1.5-1.5z"})
"Bento"))
================================================
FILE: src/icons/reagent_mui/icons/bento_outlined.cljs
================================================
(ns reagent-mui.icons.bento-outlined
"Imports @mui/icons-material/BentoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bento-outlined (create-svg-icon (e "path" #js {"d" "M20 5H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 6h-6V7h6v4zM4 7h8v10H4V7zm10 10v-4h6v4h-6zm-4.5-5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5z"})
"BentoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bento_rounded.cljs
================================================
(ns reagent-mui.icons.bento-rounded
"Imports @mui/icons-material/BentoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bento-rounded (create-svg-icon (e "path" #js {"d" "M16 11V5h4c1.1 0 2 .9 2 2v4h-6zm4 8c1.1 0 2-.9 2-2v-4h-6v6h4zM14 5v14H4c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h10zm-4.5 7c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.67 1.5 1.5 1.5 1.5-.67 1.5-1.5z"})
"BentoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bento_sharp.cljs
================================================
(ns reagent-mui.icons.bento-sharp
"Imports @mui/icons-material/BentoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bento-sharp (create-svg-icon (e "path" #js {"d" "M16 11V5h6v6h-6zm0 8h6v-6h-6v6zM14 5v14H2V5h12zm-4.5 7c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.67 1.5 1.5 1.5 1.5-.67 1.5-1.5z"})
"BentoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bento_two_tone.cljs
================================================
(ns reagent-mui.icons.bento-two-tone
"Imports @mui/icons-material/BentoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bento-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17h8V7H4v10zm4-6.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm6 2.5h6v4h-6v-4zm6-6v4h-6V7h6z", "opacity" ".3"}) (e "path" #js {"d" "M20 5H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 6h-6V7h6v4zM4 7h8v10H4V7zm10 10v-4h6v4h-6zm-4.5-5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5z"})]
"BentoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bike_scooter.cljs
================================================
(ns reagent-mui.icons.bike-scooter
"Imports @mui/icons-material/BikeScooter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bike-scooter (create-svg-icon [(e "path" #js {"d" "M10 14h.74L8.82 5.56C8.61 4.65 7.8 4 6.87 4H3v2h3.87l1.42 6.25h-.01c-2.16.65-3.81 2.48-4.19 4.75H0v2h6v-1c0-2.21 1.79-4 4-4zm9-6h-.82l-1.35-3.69C16.55 3.52 15.8 3 14.96 3H11v2h3.96l1.1 3H10.4l.46 2H15c-.43.58-.75 1.25-.9 2h-2.79l.46 2h2.33c.44 2.23 2.31 3.88 4.65 3.99 2.8.13 5.25-2.19 5.25-5C24 10.2 21.8 8 19 8zm0 8c-1.68 0-3-1.32-3-3 0-.93.41-1.73 1.05-2.28l.96 2.64 1.88-.68-.97-2.67c.03 0 .06-.01.09-.01 1.68 0 3 1.32 3 3s-1.33 3-3.01 3z"}) (e "path" #js {"d" "M10 15c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"BikeScooter"))
================================================
FILE: src/icons/reagent_mui/icons/bike_scooter_outlined.cljs
================================================
(ns reagent-mui.icons.bike-scooter-outlined
"Imports @mui/icons-material/BikeScooterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bike-scooter-outlined (create-svg-icon [(e "path" #js {"d" "M10 14h.74L8.82 5.56C8.61 4.65 7.8 4 6.87 4H3v2h3.87l1.42 6.25h-.01c-2.16.65-3.81 2.48-4.19 4.75H0v2h6v-1c0-2.21 1.79-4 4-4zm9-6h-.82l-1.35-3.69C16.55 3.52 15.8 3 14.96 3H11v2h3.96l1.1 3H10.4l.46 2H15c-.43.58-.75 1.25-.9 2h-2.79l.46 2h2.33c.44 2.23 2.31 3.88 4.65 3.99 2.8.13 5.25-2.19 5.25-5C24 10.2 21.8 8 19 8zm0 8c-1.68 0-3-1.32-3-3 0-.93.41-1.73 1.05-2.28l.96 2.64 1.88-.68-.97-2.67c.03 0 .06-.01.09-.01 1.68 0 3 1.32 3 3s-1.33 3-3.01 3z"}) (e "path" #js {"d" "M10 15c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"BikeScooterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bike_scooter_rounded.cljs
================================================
(ns reagent-mui.icons.bike-scooter-rounded
"Imports @mui/icons-material/BikeScooterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bike-scooter-rounded (create-svg-icon [(e "path" #js {"d" "M10 14h.74L8.82 5.56C8.61 4.65 7.8 4 6.87 4H4c-.55 0-1 .45-1 1s.45 1 1 1h2.87l1.42 6.25h-.01c-2.16.65-3.81 2.48-4.19 4.75H0v2h6v-1c0-2.21 1.79-4 4-4zm8.75-6h-.56l-1.35-3.69C16.55 3.52 15.8 3 14.96 3H12c-.55 0-1 .45-1 1s.45 1 1 1h2.96l1.1 3H10.4l.46 2H15c-.43.58-.75 1.25-.9 2h-2.79l.46 2h2.33c.44 2.23 2.31 3.88 4.65 3.99 3.16.15 5.88-2.83 5.12-6.1C23.34 9.57 21.13 8 18.75 8zm.13 8c-1.54-.06-2.84-1.37-2.88-2.92-.02-.96.39-1.8 1.05-2.36l.62 1.7c.19.52.76.79 1.28.6.52-.19.79-.76.6-1.28l-.63-1.73.01-.01c1.71-.04 3.07 1.29 3.07 3 0 1.72-1.38 3.06-3.12 3z"}) (e "path" #js {"d" "M10 15c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"BikeScooterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bike_scooter_sharp.cljs
================================================
(ns reagent-mui.icons.bike-scooter-sharp
"Imports @mui/icons-material/BikeScooterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bike-scooter-sharp (create-svg-icon [(e "path" #js {"d" "M10 14h.74L8.47 4H3v2h3.87l1.42 6.25h-.01c-2.16.65-3.81 2.48-4.19 4.75H0v2h6v-1c0-2.21 1.79-4 4-4zm8.18-6-1.83-5H11v2h3.96l1.1 3H10.4l.46 2H15c-.43.58-.75 1.25-.9 2h-2.79l.46 2h2.33c.44 2.23 2.31 3.88 4.65 3.99 2.8.13 5.25-2.19 5.25-5 0-2.8-2.2-5-5-5h-.82zm.82 8c-1.68 0-3-1.32-3-3 0-.93.41-1.73 1.05-2.28l.96 2.64 1.88-.68-.97-2.67c.03 0 .06-.01.09-.01 1.68 0 3 1.32 3 3s-1.33 3-3.01 3z"}) (e "path" #js {"d" "M10 15c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"BikeScooterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bike_scooter_two_tone.cljs
================================================
(ns reagent-mui.icons.bike-scooter-two-tone
"Imports @mui/icons-material/BikeScooterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bike-scooter-two-tone (create-svg-icon [(e "path" #js {"d" "M10 14h.74L8.82 5.56C8.61 4.65 7.8 4 6.87 4H3v2h3.87l1.42 6.25h-.01c-2.16.65-3.81 2.48-4.19 4.75H0v2h6v-1c0-2.21 1.79-4 4-4zm9-6h-.82l-1.35-3.69C16.55 3.52 15.8 3 14.96 3H11v2h3.96l1.1 3H10.4l.46 2H15c-.43.58-.75 1.25-.9 2h-2.79l.46 2h2.33c.44 2.23 2.31 3.88 4.65 3.99 2.8.13 5.25-2.19 5.25-5C24 10.2 21.8 8 19 8zm0 8c-1.68 0-3-1.32-3-3 0-.93.41-1.73 1.05-2.28l.96 2.64 1.88-.68-.97-2.67c.03 0 .06-.01.09-.01 1.68 0 3 1.32 3 3s-1.33 3-3.01 3z"}) (e "path" #js {"d" "M10 15c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"BikeScooterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/biotech.cljs
================================================
(ns reagent-mui.icons.biotech
"Imports @mui/icons-material/Biotech as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def biotech (create-svg-icon [(e "path" #js {"d" "M7 19c-1.1 0-2 .9-2 2h14c0-1.1-.9-2-2-2h-4v-2h3c1.1 0 2-.9 2-2h-8c-1.66 0-3-1.34-3-3 0-1.09.59-2.04 1.46-2.56C8.17 9.03 8 8.54 8 8c0-.21.04-.42.09-.62C6.28 8.13 5 9.92 5 12c0 2.76 2.24 5 5 5v2H7z"}) (e "path" #js {"d" "M10.56 5.51C11.91 5.54 13 6.64 13 8c0 .75-.33 1.41-.85 1.87l.59 1.62.94-.34.34.94 1.88-.68-.34-.94.94-.34-2.74-7.53-.94.34-.34-.94-1.88.68.34.94-.94.35.56 1.54z"}) (e "circle" #js {"cx" "10.5", "cy" "8", "r" "1.5"})]
"Biotech"))
================================================
FILE: src/icons/reagent_mui/icons/biotech_outlined.cljs
================================================
(ns reagent-mui.icons.biotech-outlined
"Imports @mui/icons-material/BiotechOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def biotech-outlined (create-svg-icon (e "path" #js {"d" "M7 19c-1.1 0-2 .9-2 2h14c0-1.1-.9-2-2-2h-4v-2h3c1.1 0 2-.9 2-2h-8c-1.66 0-3-1.34-3-3 0-1.09.59-2.04 1.47-2.57.41.59 1.06 1 1.83 1.06.7.06 1.36-.19 1.85-.62l.59 1.61.94-.34.34.94 1.88-.68-.34-.94.94-.34-2.74-7.52-.94.34-.34-.94-1.88.68.34.94-.94.35.56 1.55c-1.17-.04-2.19.75-2.48 1.86C6.27 8.14 5 9.92 5 12c0 2.76 2.24 5 5 5v2H7zm5.86-14.48 1.71 4.7-.94.34-1.71-4.7.94-.34zM10.5 7c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})
"BiotechOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/biotech_rounded.cljs
================================================
(ns reagent-mui.icons.biotech-rounded
"Imports @mui/icons-material/BiotechRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def biotech-rounded (create-svg-icon [(e "path" #js {"d" "M7 19c-1.1 0-2 .9-2 2h14c0-1.1-.9-2-2-2h-4v-2h3c1.1 0 2-.9 2-2h-8c-1.66 0-3-1.34-3-3 0-1.09.59-2.04 1.46-2.56C8.17 9.03 8 8.54 8 8c0-.21.04-.42.09-.62C6.28 8.13 5 9.92 5 12c0 2.76 2.24 5 5 5v2H7z"}) (e "path" #js {"d" "M10.56 5.51C11.91 5.54 13 6.64 13 8c0 .75-.33 1.41-.85 1.87l.25.68c.19.52.76.79 1.28.6.19.52.76.79 1.28.6.52-.19.79-.76.6-1.28.52-.19.79-.76.6-1.28L14.1 3.54c-.19-.52-.76-.79-1.28-.6-.19-.52-.76-.79-1.28-.6-.52.19-.79.76-.6 1.28-.52.19-.79.76-.6 1.28l.22.61z"}) (e "circle" #js {"cx" "10.5", "cy" "8", "r" "1.5"})]
"BiotechRounded"))
================================================
FILE: src/icons/reagent_mui/icons/biotech_sharp.cljs
================================================
(ns reagent-mui.icons.biotech-sharp
"Imports @mui/icons-material/BiotechSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def biotech-sharp (create-svg-icon [(e "path" #js {"d" "M13 19v-2h5v-2h-8c-1.66 0-3-1.34-3-3 0-1.09.59-2.04 1.46-2.56C8.17 9.03 8 8.54 8 8c0-.21.04-.42.09-.62C6.28 8.13 5 9.92 5 12c0 2.76 2.24 5 5 5v2H5v2h14v-2h-6z"}) (e "path" #js {"d" "M10.56 5.51C11.91 5.54 13 6.64 13 8c0 .75-.33 1.41-.85 1.87l.59 1.62.94-.34.34.94 1.88-.68-.34-.94.94-.34-2.74-7.53-.94.34-.34-.94-1.88.68.34.94-.94.35.56 1.54z"}) (e "circle" #js {"cx" "10.5", "cy" "8", "r" "1.5"})]
"BiotechSharp"))
================================================
FILE: src/icons/reagent_mui/icons/biotech_two_tone.cljs
================================================
(ns reagent-mui.icons.biotech-two-tone
"Imports @mui/icons-material/BiotechTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def biotech-two-tone (create-svg-icon [(e "path" #js {"d" "m11.9247 4.8613.9397-.342 1.71 4.6985-.9397.342z", "opacity" ".3"}) (e "circle" #js {"cx" "10.5", "cy" "8", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M7 19c-1.1 0-2 .9-2 2h14c0-1.1-.9-2-2-2h-4v-2h3c1.1 0 2-.9 2-2h-8c-1.66 0-3-1.34-3-3 0-1.09.59-2.04 1.47-2.57.41.59 1.06 1 1.83 1.06.7.06 1.36-.19 1.85-.62l.59 1.61.94-.34.34.94 1.88-.68-.34-.94.94-.34-2.74-7.52-.94.34-.34-.94-1.88.68.34.94-.94.35.56 1.55c-1.17-.04-2.19.75-2.48 1.86C6.27 8.14 5 9.92 5 12c0 2.76 2.24 5 5 5v2H7zm5.86-14.48 1.71 4.7-.94.34-1.71-4.7.94-.34zM10.5 7c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})]
"BiotechTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/blender.cljs
================================================
(ns reagent-mui.icons.blender
"Imports @mui/icons-material/Blender as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blender (create-svg-icon (e "path" #js {"d" "M16.13 15.13 18 3h-4V2h-4v1H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h2.23l.64 4.13C6.74 16.05 6 17.43 6 19v1c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-1c0-1.57-.74-2.95-1.87-3.87zM5 9V5h1.31l.62 4H5zm7 10c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2.29-5H9.72L8.33 5h7.34l-1.38 9z"})
"Blender"))
================================================
FILE: src/icons/reagent_mui/icons/blender_outlined.cljs
================================================
(ns reagent-mui.icons.blender-outlined
"Imports @mui/icons-material/BlenderOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blender-outlined (create-svg-icon [(e "path" #js {"d" "M16.13 15.13 18 3h-4V2h-4v1H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h2.23l.64 4.13C6.74 16.05 6 17.43 6 19v1c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-1c0-1.57-.74-2.95-1.87-3.87zM5 9V5h1.31l.62 4H5zm10.67-4-1.38 9H9.72L8.33 5h7.34zM16 20H8v-1c0-1.65 1.35-3 3-3h2c1.65 0 3 1.35 3 3v1z"}) (e "circle" #js {"cx" "12", "cy" "18", "r" "1"})]
"BlenderOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/blender_rounded.cljs
================================================
(ns reagent-mui.icons.blender-rounded
"Imports @mui/icons-material/BlenderRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blender-rounded (create-svg-icon (e "path" #js {"d" "m16.13 15.13 1.69-10.98c.1-.6-.37-1.15-.99-1.15H14c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h2.23l.64 4.13C6.74 16.05 6 17.43 6 19v1c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-1c0-1.57-.74-2.95-1.87-3.87zM5 9V5h1.31l.62 4H5zm7 10c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2.29-5H9.72L8.33 5h7.34l-1.38 9z"})
"BlenderRounded"))
================================================
FILE: src/icons/reagent_mui/icons/blender_sharp.cljs
================================================
(ns reagent-mui.icons.blender-sharp
"Imports @mui/icons-material/BlenderSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blender-sharp (create-svg-icon (e "path" #js {"d" "M18 3h-4V2h-4v1H3v8h4.23l.64 4.13L6 17v5h12v-5l-1.87-1.87L18 3zM5 9V5h1.31l.62 4H5zm7 10c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2.29-5H9.72L8.33 5h7.34l-1.38 9z"})
"BlenderSharp"))
================================================
FILE: src/icons/reagent_mui/icons/blender_two_tone.cljs
================================================
(ns reagent-mui.icons.blender-two-tone
"Imports @mui/icons-material/BlenderTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blender-two-tone (create-svg-icon [(e "path" #js {"d" "M13 16h-2c-1.65 0-3 1.35-3 3v1h8v-1c0-1.65-1.35-3-3-3zm-1 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "path" #js {"d" "M16.13 15.13 18 3h-4V2h-4v1H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h2.23l.64 4.13C6.74 16.05 6 17.43 6 19v1c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-1c0-1.57-.74-2.95-1.87-3.87zM5 9V5h1.31l.62 4H5zm10.67-4-1.38 9H9.72L8.33 5h7.34zM16 20H8v-1c0-1.65 1.35-3 3-3h2c1.65 0 3 1.35 3 3v1z"}) (e "circle" #js {"cx" "12", "cy" "18", "r" "1"})]
"BlenderTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/blind.cljs
================================================
(ns reagent-mui.icons.blind
"Imports @mui/icons-material/Blind as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blind (create-svg-icon [(e "circle" #js {"cx" "11.5", "cy" "3.5", "r" "2"}) (e "path" #js {"d" "M12.13 7.12c-.17-.35-.44-.65-.8-.85-.61-.36-1.34-.34-1.93-.03v-.01L4 9.3V14h2v-3.54l1.5-.85C7.18 10.71 7 11.85 7 13v5.33L4.4 21.8 6 23l3-4 .22-3.54L11 18v5h2v-6.5l-1.97-2.81c-.04-.52-.14-1.76.45-3.4.75 1.14 1.88 1.98 3.2 2.41L20.63 23l.87-.5-5.48-9.5H17v-2c-.49 0-2.88.17-4.08-2.21"})]
"Blind"))
================================================
FILE: src/icons/reagent_mui/icons/blind_outlined.cljs
================================================
(ns reagent-mui.icons.blind-outlined
"Imports @mui/icons-material/BlindOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blind-outlined (create-svg-icon [(e "circle" #js {"cx" "11.5", "cy" "3.5", "r" "2"}) (e "path" #js {"d" "M12.13 7.12c-.17-.35-.44-.65-.8-.85-.61-.36-1.34-.34-1.93-.03v-.01L4 9.3V14h2v-3.54l1.5-.85C7.18 10.71 7 11.85 7 13v5.33L4.4 21.8 6 23l3-4 .22-3.54L11 18v5h2v-6.5l-1.97-2.81c-.04-.52-.14-1.76.45-3.4.75 1.14 1.88 1.98 3.2 2.41L20.63 23l.87-.5-5.48-9.5H17v-2c-.49 0-2.88.17-4.08-2.21"})]
"BlindOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/blind_rounded.cljs
================================================
(ns reagent-mui.icons.blind-rounded
"Imports @mui/icons-material/BlindRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blind-rounded (create-svg-icon [(e "circle" #js {"cx" "11.41", "cy" "3.5", "r" "2"}) (e "path" #js {"d" "M12.04 7.12c-.17-.35-.44-.65-.8-.85-.61-.36-1.34-.34-1.93-.03v-.01l-4.39 2.5c-.62.35-1.01 1.01-1.01 1.73V13c0 .55.45 1 1 1s1-.45 1-1v-2.54l1.5-.85c-.32 1.1-.5 2.24-.5 3.39v5.33l-2 2.67c-.33.44-.24 1.07.2 1.4.44.33 1.07.24 1.4-.2l2.04-2.72c.23-.31.37-.69.4-1.08l.18-2.94L10.91 18v4c0 .55.45 1 1 1s1-.45 1-1v-4.87c0-.41-.13-.81-.36-1.15l-1.6-2.29v-.01c-.11-1.16.07-2.32.46-3.4.75 1.14 1.88 1.98 3.2 2.41l5.7 9.87c.14.24.44.32.68.18.24-.14.32-.44.18-.68L15.92 13c.54 0 .98-.44.98-.98v-.05c0-.5-.37-.94-.87-.99-.95-.1-2.37-.52-3.21-2.18"})]
"BlindRounded"))
================================================
FILE: src/icons/reagent_mui/icons/blind_sharp.cljs
================================================
(ns reagent-mui.icons.blind-sharp
"Imports @mui/icons-material/BlindSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blind-sharp (create-svg-icon [(e "circle" #js {"cx" "11.5", "cy" "3.5", "r" "2"}) (e "path" #js {"d" "M12.13 7.12c-.17-.35-.44-.65-.8-.85-.61-.36-1.34-.34-1.93-.03v-.01L4 9.3V14h2v-3.54l1.5-.85C7.18 10.71 7 11.85 7 13v5.33L4.4 21.8 6 23l3-4 .22-3.54L11 18v5h2v-6.5l-1.97-2.81c-.04-.52-.14-1.76.45-3.4.75 1.14 1.88 1.98 3.2 2.41L20.63 23l.87-.5-5.48-9.5H17v-2c-.49 0-2.88.17-4.08-2.21"})]
"BlindSharp"))
================================================
FILE: src/icons/reagent_mui/icons/blind_two_tone.cljs
================================================
(ns reagent-mui.icons.blind-two-tone
"Imports @mui/icons-material/BlindTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blind-two-tone (create-svg-icon [(e "circle" #js {"cx" "11.5", "cy" "3.5", "r" "2"}) (e "path" #js {"d" "M12.13 7.12c-.17-.35-.44-.65-.8-.85-.61-.36-1.34-.34-1.93-.03v-.01L4 9.3V14h2v-3.54l1.5-.85C7.18 10.71 7 11.85 7 13v5.33L4.4 21.8 6 23l3-4 .22-3.54L11 18v5h2v-6.5l-1.97-2.81c-.04-.52-.14-1.76.45-3.4.75 1.14 1.88 1.98 3.2 2.41L20.63 23l.87-.5-5.48-9.5H17v-2c-.49 0-2.88.17-4.08-2.21"})]
"BlindTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/blinds.cljs
================================================
(ns reagent-mui.icons.blinds
"Imports @mui/icons-material/Blinds as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blinds (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM16 9h2v2h-2V9zm-2 2H6V9h8v2zm4-4h-2V5h2v2zm-4-2v2H6V5h8zM6 19v-6h8v1.82c-.45.32-.75.84-.75 1.43 0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75c0-.59-.3-1.12-.75-1.43V13h2v6H6z"})
"Blinds"))
================================================
FILE: src/icons/reagent_mui/icons/blinds_closed.cljs
================================================
(ns reagent-mui.icons.blinds-closed
"Imports @mui/icons-material/BlindsClosed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blinds-closed (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h11.25c0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75H22v-2h-2zm-2-8h-2V9h2v2zm-4 0H6V9h8v2zm0 2v2H6v-2h8zm2 0h2v2h-2v-2zm2-6h-2V5h2v2zm-4-2v2H6V5h8zM6 19v-2h8v2H6zm10 0v-2h2v2h-2z"})
"BlindsClosed"))
================================================
FILE: src/icons/reagent_mui/icons/blinds_closed_outlined.cljs
================================================
(ns reagent-mui.icons.blinds-closed-outlined
"Imports @mui/icons-material/BlindsClosedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blinds-closed-outlined (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h11.25c0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75H22v-2h-2zm-2-8h-2V9h2v2zm-4 0H6V9h8v2zm0 2v2H6v-2h8zm2 0h2v2h-2v-2zm2-6h-2V5h2v2zm-4-2v2H6V5h8zM6 19v-2h8v2H6zm10 0v-2h2v2h-2z"})
"BlindsClosedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/blinds_closed_rounded.cljs
================================================
(ns reagent-mui.icons.blinds-closed-rounded
"Imports @mui/icons-material/BlindsClosedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blinds-closed-rounded (create-svg-icon (e "path" #js {"d" "M20 19V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v14H3c-.55 0-1 .45-1 1s.45 1 1 1h10.25c0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75H21c.55 0 1-.45 1-1s-.45-1-1-1h-1zm-2-8h-2V9h2v2zm-4 0H6V9h8v2zm0 2v2H6v-2h8zm2 0h2v2h-2v-2zm2-6h-2V5h2v2zm-4-2v2H6V5h8zM6 19v-2h8v2H6zm10 0v-2h2v2h-2z"})
"BlindsClosedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/blinds_closed_sharp.cljs
================================================
(ns reagent-mui.icons.blinds-closed-sharp
"Imports @mui/icons-material/BlindsClosedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blinds-closed-sharp (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h11.25c0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75H22v-2h-2zm-2-8h-2V9h2v2zm-4 0H6V9h8v2zm0 2v2H6v-2h8zm2 0h2v2h-2v-2zm2-6h-2V5h2v2zm-4-2v2H6V5h8zM6 19v-2h8v2H6zm10 0v-2h2v2h-2z"})
"BlindsClosedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/blinds_closed_two_tone.cljs
================================================
(ns reagent-mui.icons.blinds-closed-two-tone
"Imports @mui/icons-material/BlindsClosedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blinds-closed-two-tone (create-svg-icon [(e "path" #js {"d" "M6 5h8v2H6zm0 4h8v2H6zm10 8h2v2h-2zM6 13h8v2H6zm0 4h8v2H6zm10-4h2v2h-2zm0-8h2v2h-2zm0 4h2v2h-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 19V3H4v16H2v2h11.25c0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75H22v-2h-2zm-6 0H6v-2h8v2zm0-4H6v-2h8v2zm0-4H6V9h8v2zm0-4H6V5h8v2zm4 12h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2z"})]
"BlindsClosedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/blinds_outlined.cljs
================================================
(ns reagent-mui.icons.blinds-outlined
"Imports @mui/icons-material/BlindsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blinds-outlined (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM16 9h2v2h-2V9zm-2 2H6V9h8v2zm4-4h-2V5h2v2zm-4-2v2H6V5h8zM6 19v-6h8v1.82c-.45.32-.75.84-.75 1.43 0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75c0-.59-.3-1.12-.75-1.43V13h2v6H6z"})
"BlindsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/blinds_rounded.cljs
================================================
(ns reagent-mui.icons.blinds-rounded
"Imports @mui/icons-material/BlindsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blinds-rounded (create-svg-icon (e "path" #js {"d" "M20 19V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v14H3c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1h-1zM16 9h2v2h-2V9zm-2 2H6V9h8v2zm4-4h-2V5h2v2zm-4-2v2H6V5h8zM6 19v-6h8v1.82c-.45.32-.75.84-.75 1.43 0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75c0-.59-.3-1.12-.75-1.43V13h2v6H6z"})
"BlindsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/blinds_sharp.cljs
================================================
(ns reagent-mui.icons.blinds-sharp
"Imports @mui/icons-material/BlindsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blinds-sharp (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM16 9h2v2h-2V9zm-2 2H6V9h8v2zm4-4h-2V5h2v2zm-4-2v2H6V5h8zM6 19v-6h8v1.82c-.45.32-.75.84-.75 1.43 0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75c0-.59-.3-1.12-.75-1.43V13h2v6H6z"})
"BlindsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/blinds_two_tone.cljs
================================================
(ns reagent-mui.icons.blinds-two-tone
"Imports @mui/icons-material/BlindsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blinds-two-tone (create-svg-icon [(e "path" #js {"d" "M6 9h8v2H6zm0-4h8v2H6zm10 4h2v2h-2zm0-4h2v2h-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM6 5h8v2H6V5zm0 4h8v2H6V9zm12 10H6v-6h8v1.82c-.45.32-.75.84-.75 1.43 0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75c0-.59-.3-1.12-.75-1.43V13h2v6zm0-8h-2V9h2v2zm0-4h-2V5h2v2z"})]
"BlindsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/block.cljs
================================================
(ns reagent-mui.icons.block
"Imports @mui/icons-material/Block as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def block (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9C4.63 15.55 4 13.85 4 12zm8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1C19.37 8.45 20 10.15 20 12c0 4.42-3.58 8-8 8z"})
"Block"))
================================================
FILE: src/icons/reagent_mui/icons/block_outlined.cljs
================================================
(ns reagent-mui.icons.block-outlined
"Imports @mui/icons-material/BlockOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def block-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9C4.63 15.55 4 13.85 4 12zm8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1C19.37 8.45 20 10.15 20 12c0 4.42-3.58 8-8 8z"})
"BlockOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/block_rounded.cljs
================================================
(ns reagent-mui.icons.block-rounded
"Imports @mui/icons-material/BlockRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def block-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9C4.63 15.55 4 13.85 4 12zm8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1C19.37 8.45 20 10.15 20 12c0 4.42-3.58 8-8 8z"})
"BlockRounded"))
================================================
FILE: src/icons/reagent_mui/icons/block_sharp.cljs
================================================
(ns reagent-mui.icons.block-sharp
"Imports @mui/icons-material/BlockSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def block-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9C4.63 15.55 4 13.85 4 12zm8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1C19.37 8.45 20 10.15 20 12c0 4.42-3.58 8-8 8z"})
"BlockSharp"))
================================================
FILE: src/icons/reagent_mui/icons/block_two_tone.cljs
================================================
(ns reagent-mui.icons.block-two-tone
"Imports @mui/icons-material/BlockTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def block-two-tone (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9C4.63 15.55 4 13.85 4 12zm8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1C19.37 8.45 20 10.15 20 12c0 4.42-3.58 8-8 8z"})
"BlockTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bloodtype.cljs
================================================
(ns reagent-mui.icons.bloodtype
"Imports @mui/icons-material/Bloodtype as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bloodtype (create-svg-icon (e "path" #js {"d" "M12 2c-5.33 4.55-8 8.48-8 11.8 0 4.98 3.8 8.2 8 8.2s8-3.22 8-8.2c0-3.32-2.67-7.25-8-11.8zm3 16H9v-2h6v2zm0-5h-2v2h-2v-2H9v-2h2V9h2v2h2v2z"})
"Bloodtype"))
================================================
FILE: src/icons/reagent_mui/icons/bloodtype_outlined.cljs
================================================
(ns reagent-mui.icons.bloodtype-outlined
"Imports @mui/icons-material/BloodtypeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bloodtype-outlined (create-svg-icon [(e "path" #js {"d" "M9 16h6v2H9zm4-7h-2v2H9v2h2v2h2v-2h2v-2h-2z"}) (e "path" #js {"d" "M12 2c-5.33 4.55-8 8.48-8 11.8 0 4.98 3.8 8.2 8 8.2s8-3.22 8-8.2c0-3.32-2.67-7.25-8-11.8zm0 18c-3.35 0-6-2.57-6-6.2 0-2.34 1.95-5.44 6-9.14 4.05 3.7 6 6.79 6 9.14 0 3.63-2.65 6.2-6 6.2z"})]
"BloodtypeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bloodtype_rounded.cljs
================================================
(ns reagent-mui.icons.bloodtype-rounded
"Imports @mui/icons-material/BloodtypeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bloodtype-rounded (create-svg-icon (e "path" #js {"d" "M12.66 2.58c-.38-.33-.95-.33-1.33 0C6.45 6.88 4 10.62 4 13.8c0 4.98 3.8 8.2 8 8.2s8-3.22 8-8.2c0-3.18-2.45-6.92-7.34-11.22zM14 18h-4c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1zm0-5h-1v1c0 .55-.45 1-1 1s-1-.45-1-1v-1h-1c-.55 0-1-.45-1-1s.45-1 1-1h1v-1c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1s-.45 1-1 1z"})
"BloodtypeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bloodtype_sharp.cljs
================================================
(ns reagent-mui.icons.bloodtype-sharp
"Imports @mui/icons-material/BloodtypeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bloodtype-sharp (create-svg-icon (e "path" #js {"d" "M12 2c-5.33 4.55-8 8.48-8 11.8 0 4.98 3.8 8.2 8 8.2s8-3.22 8-8.2c0-3.32-2.67-7.25-8-11.8zm3 16H9v-2h6v2zm0-5h-2v2h-2v-2H9v-2h2V9h2v2h2v2z"})
"BloodtypeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bloodtype_two_tone.cljs
================================================
(ns reagent-mui.icons.bloodtype-two-tone
"Imports @mui/icons-material/BloodtypeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bloodtype-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4.67c-4.05 3.7-6 6.79-6 9.14 0 3.63 2.65 6.2 6 6.2s6-2.57 6-6.2c0-2.35-1.95-5.45-6-9.14zM15 18H9v-2h6v2zm0-5h-2v2h-2v-2H9v-2h2V9h2v2h2v2z", "opacity" ".3"}) (e "path" #js {"d" "M9 16h6v2H9zm4-7h-2v2H9v2h2v2h2v-2h2v-2h-2z"}) (e "path" #js {"d" "M12 2c-5.33 4.55-8 8.48-8 11.8 0 4.98 3.8 8.2 8 8.2s8-3.22 8-8.2c0-3.32-2.67-7.25-8-11.8zm0 18c-3.35 0-6-2.57-6-6.2 0-2.34 1.95-5.44 6-9.14 4.05 3.7 6 6.79 6 9.14 0 3.63-2.65 6.2-6 6.2z"})]
"BloodtypeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth.cljs
================================================
(ns reagent-mui.icons.bluetooth
"Imports @mui/icons-material/Bluetooth as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth (create-svg-icon (e "path" #js {"d" "M17.71 7.71 12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88z"})
"Bluetooth"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_audio.cljs
================================================
(ns reagent-mui.icons.bluetooth-audio
"Imports @mui/icons-material/BluetoothAudio as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-audio (create-svg-icon (e "path" #js {"d" "m14.24 12.01 2.32 2.32c.28-.72.44-1.51.44-2.33 0-.82-.16-1.59-.43-2.31l-2.33 2.32zm5.29-5.3-1.26 1.26c.63 1.21.98 2.57.98 4.02s-.36 2.82-.98 4.02l1.2 1.2c.97-1.54 1.54-3.36 1.54-5.31-.01-1.89-.55-3.67-1.48-5.19zm-3.82 1L10 2H9v7.59L4.41 5 3 6.41 8.59 12 3 17.59 4.41 19 9 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM11 5.83l1.88 1.88L11 9.59V5.83zm1.88 10.46L11 18.17v-3.76l1.88 1.88z"})
"BluetoothAudio"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_audio_outlined.cljs
================================================
(ns reagent-mui.icons.bluetooth-audio-outlined
"Imports @mui/icons-material/BluetoothAudioOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-audio-outlined (create-svg-icon (e "path" #js {"d" "m14.24 12.01 2.32 2.32c.28-.72.44-1.51.44-2.33s-.16-1.59-.43-2.31l-2.33 2.32zm5.29-5.3-1.26 1.26c.63 1.21.98 2.57.98 4.02s-.36 2.82-.98 4.02l1.2 1.2c.97-1.54 1.54-3.36 1.54-5.31-.01-1.89-.55-3.67-1.48-5.19zm-3.82 1L10 2H9v7.59L4.41 5 3 6.41 8.59 12 3 17.59 4.41 19 9 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM11 5.83l1.88 1.88L11 9.59V5.83zm1.88 10.46L11 18.17v-3.76l1.88 1.88z"})
"BluetoothAudioOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_audio_rounded.cljs
================================================
(ns reagent-mui.icons.bluetooth-audio-rounded
"Imports @mui/icons-material/BluetoothAudioRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-audio-rounded (create-svg-icon (e "path" #js {"d" "m15.98 10.28-1.38 1.38c-.2.2-.2.51 0 .71l1.38 1.38c.28.28.75.15.85-.23.11-.5.17-1 .17-1.52 0-.51-.06-1.01-.18-1.48-.09-.38-.56-.52-.84-.24zm4.12-2.5c-.25-.55-.98-.67-1.4-.24-.26.26-.31.64-.17.98.46 1.07.72 2.24.72 3.47 0 1.24-.26 2.42-.73 3.49-.14.32-.09.69.16.94.41.41 1.1.29 1.35-.23.63-1.3.98-2.76.98-4.3-.01-1.45-.33-2.85-.91-4.11zM11.39 12l3.59-3.58c.39-.39.39-1.02 0-1.42l-4.29-4.29c-.63-.63-1.71-.18-1.71.71V9.6L5.09 5.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L8.57 12l-4.89 4.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l3.89-3.89v6.18c0 .89 1.08 1.34 1.71.71l4.3-4.3c.39-.39.39-1.02 0-1.42L11.39 12zm-.41-6.17 1.88 1.88-1.88 1.88V5.83zm0 12.34v-3.76l1.88 1.88-1.88 1.88z"})
"BluetoothAudioRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_audio_sharp.cljs
================================================
(ns reagent-mui.icons.bluetooth-audio-sharp
"Imports @mui/icons-material/BluetoothAudioSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-audio-sharp (create-svg-icon (e "path" #js {"d" "m14.24 12.01 2.32 2.32c.28-.72.44-1.51.44-2.33s-.16-1.59-.43-2.31l-2.33 2.32zm5.29-5.3-1.26 1.26c.63 1.21.98 2.57.98 4.02s-.36 2.82-.98 4.02l1.2 1.2c.97-1.54 1.54-3.36 1.54-5.31-.01-1.89-.55-3.67-1.48-5.19zm-3.82 1L10 2H9v7.59L4.41 5 3 6.41 8.59 12 3 17.59 4.41 19 9 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM11 5.83l1.88 1.88L11 9.59V5.83zm1.88 10.46L11 18.17v-3.76l1.88 1.88z"})
"BluetoothAudioSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_audio_two_tone.cljs
================================================
(ns reagent-mui.icons.bluetooth-audio-two-tone
"Imports @mui/icons-material/BluetoothAudioTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-audio-two-tone (create-svg-icon (e "path" #js {"d" "m14.24 12.01 2.32 2.32c.28-.72.44-1.51.44-2.33s-.16-1.59-.43-2.31l-2.33 2.32zm5.29-5.3-1.26 1.26c.63 1.21.98 2.57.98 4.02s-.36 2.82-.98 4.02l1.2 1.2c.97-1.54 1.54-3.36 1.54-5.31-.01-1.89-.55-3.67-1.48-5.19zm-3.82 1L10 2H9v7.59L4.41 5 3 6.41 8.59 12 3 17.59 4.41 19 9 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM11 5.83l1.88 1.88L11 9.59V5.83zm1.88 10.46L11 18.17v-3.76l1.88 1.88z"})
"BluetoothAudioTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_connected.cljs
================================================
(ns reagent-mui.icons.bluetooth-connected
"Imports @mui/icons-material/BluetoothConnected as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-connected (create-svg-icon (e "path" #js {"d" "m7 12-2-2-2 2 2 2 2-2zm10.71-4.29L12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88zM19 10l-2 2 2 2 2-2-2-2z"})
"BluetoothConnected"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_connected_outlined.cljs
================================================
(ns reagent-mui.icons.bluetooth-connected-outlined
"Imports @mui/icons-material/BluetoothConnectedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-connected-outlined (create-svg-icon (e "path" #js {"d" "m7 12-2-2-2 2 2 2 2-2zm10.71-4.29L12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88zM19 10l-2 2 2 2 2-2-2-2z"})
"BluetoothConnectedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_connected_rounded.cljs
================================================
(ns reagent-mui.icons.bluetooth-connected-rounded
"Imports @mui/icons-material/BluetoothConnectedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-connected-rounded (create-svg-icon (e "path" #js {"d" "M6 13c.55-.55.55-1.44 0-1.99V11c-.55-.55-1.45-.55-2 0s-.55 1.45 0 2 1.45.55 2 0zm14-2c-.56-.56-1.45-.56-2-.01V11c-.55.55-.55 1.44 0 1.99V13c.55.55 1.44.55 1.99 0H20c.55-.55.55-1.45 0-2zm-3-4-4.29-4.29c-.63-.63-1.71-.19-1.71.7v6.18L7.11 5.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L11 14.41v6.18c0 .89 1.08 1.34 1.71.71L17 17c.39-.39.39-1.02 0-1.42L13.41 12 17 8.42c.39-.39.39-1.03 0-1.42zm-2.12 9.29L13 18.17v-3.76l1.88 1.88zM13 9.59V5.83l1.88 1.88L13 9.59z"})
"BluetoothConnectedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_connected_sharp.cljs
================================================
(ns reagent-mui.icons.bluetooth-connected-sharp
"Imports @mui/icons-material/BluetoothConnectedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-connected-sharp (create-svg-icon (e "path" #js {"d" "m7 12-2-2-2 2 2 2 2-2zm10.71-4.29L12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88zM19 10l-2 2 2 2 2-2-2-2z"})
"BluetoothConnectedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_connected_two_tone.cljs
================================================
(ns reagent-mui.icons.bluetooth-connected-two-tone
"Imports @mui/icons-material/BluetoothConnectedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-connected-two-tone (create-svg-icon (e "path" #js {"d" "m7 12-2-2-2 2 2 2 2-2zm10.71-4.29L12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88zM19 10l-2 2 2 2 2-2-2-2z"})
"BluetoothConnectedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_disabled.cljs
================================================
(ns reagent-mui.icons.bluetooth-disabled
"Imports @mui/icons-material/BluetoothDisabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-disabled (create-svg-icon (e "path" #js {"d" "m13 5.83 1.88 1.88-1.6 1.6 1.41 1.41 3.02-3.02L12 2h-1v5.03l2 2v-3.2zM5.41 4 4 5.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l4.29-4.29 2.3 2.29L20 18.59 5.41 4zM13 18.17v-3.76l1.88 1.88L13 18.17z"})
"BluetoothDisabled"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_disabled_outlined.cljs
================================================
(ns reagent-mui.icons.bluetooth-disabled-outlined
"Imports @mui/icons-material/BluetoothDisabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-disabled-outlined (create-svg-icon (e "path" #js {"d" "m13 5.83 1.88 1.88-1.6 1.6 1.41 1.41 3.02-3.02L12 2h-1v5.03l2 2v-3.2zM5.41 4 4 5.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l4.29-4.29 2.3 2.29L20 18.59 5.41 4zM13 18.17v-3.76l1.88 1.88L13 18.17z"})
"BluetoothDisabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_disabled_rounded.cljs
================================================
(ns reagent-mui.icons.bluetooth-disabled-rounded
"Imports @mui/icons-material/BluetoothDisabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-disabled-rounded (create-svg-icon (e "path" #js {"d" "M19.29 17.89 6.11 4.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L11 14.41v6.18c0 .89 1.08 1.34 1.71.71l3.59-3.59 1.59 1.59c.39.39 1.02.39 1.41 0 .38-.39.38-1.03-.01-1.41zm-6.29.28v-3.76l1.88 1.88L13 18.17zm0-12.34 1.88 1.88-1.47 1.47 1.41 1.41L17 8.42c.39-.39.39-1.02 0-1.42l-4.29-4.29c-.63-.63-1.71-.19-1.71.7v3.36l2 2V5.83z"})
"BluetoothDisabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_disabled_sharp.cljs
================================================
(ns reagent-mui.icons.bluetooth-disabled-sharp
"Imports @mui/icons-material/BluetoothDisabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-disabled-sharp (create-svg-icon (e "path" #js {"d" "m13 5.83 1.88 1.88-1.6 1.6 1.41 1.41 3.02-3.02L12 2h-1v5.03l2 2v-3.2zM5.41 4 4 5.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l4.29-4.29 2.3 2.29L20 18.59 5.41 4zM13 18.17v-3.76l1.88 1.88L13 18.17z"})
"BluetoothDisabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_disabled_two_tone.cljs
================================================
(ns reagent-mui.icons.bluetooth-disabled-two-tone
"Imports @mui/icons-material/BluetoothDisabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-disabled-two-tone (create-svg-icon (e "path" #js {"d" "m13 5.83 1.88 1.88-1.6 1.6 1.41 1.41 3.02-3.02L12 2h-1v5.03l2 2v-3.2zM5.41 4 4 5.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l4.29-4.29 2.3 2.29L20 18.59 5.41 4zM13 18.17v-3.76l1.88 1.88L13 18.17z"})
"BluetoothDisabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_drive.cljs
================================================
(ns reagent-mui.icons.bluetooth-drive
"Imports @mui/icons-material/BluetoothDrive as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-drive (create-svg-icon [(e "path" #js {"d" "M15 10H4.81l1.04-3H15V5H5.5c-.66 0-1.21.42-1.42 1.01L2 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8h-3c-1.1 0-2-.9-2-2zm-8.5 6c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"}) (e "path" #js {"d" "M22 3.85 19.15 1h-.5v3.79l-2.3-2.29-.7.7L18.44 6l-2.79 2.79.7.71 2.3-2.3V11h.5L22 8.14 19.85 6 22 3.85zm-2.35-.94.94.94-.94.94V2.91zm.94 5.23-.94.94V7.2l.94.94z"})]
"BluetoothDrive"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_drive_outlined.cljs
================================================
(ns reagent-mui.icons.bluetooth-drive-outlined
"Imports @mui/icons-material/BluetoothDriveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-drive-outlined (create-svg-icon [(e "circle" #js {"cx" "6.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"}) (e "path" #js {"d" "M18 17H4v-5h11v-2H4.81l1.04-3H15V5H5.5c-.66 0-1.21.42-1.42 1.01L2 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8h-2v5z"}) (e "path" #js {"d" "M22 3.85 19.15 1h-.5v3.79l-2.3-2.29-.7.7L18.44 6l-2.79 2.79.7.71 2.3-2.3V11h.5L22 8.14 19.85 6 22 3.85zm-2.35-.94.94.94-.94.94V2.91zm.94 5.23-.94.94V7.2l.94.94z"})]
"BluetoothDriveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_drive_rounded.cljs
================================================
(ns reagent-mui.icons.bluetooth-drive-rounded
"Imports @mui/icons-material/BluetoothDriveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-drive-rounded (create-svg-icon [(e "path" #js {"d" "m19.85 6 1.8-1.8c.2-.2.2-.51 0-.71L19.5 1.36c-.32-.31-.85-.09-.85.35v3.08L16.7 2.85c-.19-.19-.51-.19-.7 0-.19.19-.19.51 0 .7L18.44 6 16 8.44c-.19.19-.19.5 0 .7.19.2.51.2.7 0l1.95-1.95v3.09c0 .45.54.67.85.35l2.14-2.15c.2-.2.19-.51 0-.71L19.85 6zm-.2-3.09.94.94-.94.94V2.91zm0 6.17V7.2l.94.94-.94.94z"}) (e "path" #js {"d" "M15 10H4.81l1.04-3H15V5H5.5c-.66 0-1.21.42-1.42 1.01L2 12v7.5c0 .83.67 1.5 1.5 1.5S5 20.33 5 19.5V19h12v.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V12h-3c-1.1 0-2-.9-2-2zm-8.5 6c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})]
"BluetoothDriveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_drive_sharp.cljs
================================================
(ns reagent-mui.icons.bluetooth-drive-sharp
"Imports @mui/icons-material/BluetoothDriveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-drive-sharp (create-svg-icon [(e "path" #js {"d" "M15 10H4.81l1.04-3H15V5H4.43L2 12v9h3v-2h12v2h3v-9h-3c-1.1 0-2-.9-2-2zm-8.5 6c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"}) (e "path" #js {"d" "M22 3.85 19.15 1h-.5v3.79l-2.3-2.29-.7.7L18.44 6l-2.79 2.79.7.71 2.3-2.3V11h.5L22 8.14 19.85 6 22 3.85zm-2.35-.94.94.94-.94.94V2.91zm.94 5.23-.94.94V7.2l.94.94z"})]
"BluetoothDriveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_drive_two_tone.cljs
================================================
(ns reagent-mui.icons.bluetooth-drive-two-tone
"Imports @mui/icons-material/BluetoothDriveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-drive-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17h14v-5H4v5zm11.5-4c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-9 0c.83 0 1.5.67 1.5 1.5S7.33 16 6.5 16 5 15.33 5 14.5 5.67 13 6.5 13z", "opacity" ".3"}) (e "path" #js {"d" "M18 17H4v-5h13c-1.1 0-2-.9-2-2H4.81l1.04-3H15V5H5.5c-.66 0-1.21.42-1.42 1.01L2 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8h-2v5z"}) (e "circle" #js {"cx" "6.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"}) (e "path" #js {"d" "M22 3.85 19.15 1h-.5v3.79l-2.3-2.29-.7.7L18.44 6l-2.79 2.79.7.71 2.3-2.3V11h.5L22 8.14 19.85 6 22 3.85zm-2.35-.94.94.94-.94.94V2.91zm.94 5.23-.94.94V7.2l.94.94z"})]
"BluetoothDriveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_outlined.cljs
================================================
(ns reagent-mui.icons.bluetooth-outlined
"Imports @mui/icons-material/BluetoothOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-outlined (create-svg-icon (e "path" #js {"d" "M17.71 7.71 12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88z"})
"BluetoothOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_rounded.cljs
================================================
(ns reagent-mui.icons.bluetooth-rounded
"Imports @mui/icons-material/BluetoothRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-rounded (create-svg-icon (e "path" #js {"d" "m17 7-4.29-4.29c-.63-.63-1.71-.19-1.71.7v6.18L7.11 5.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L11 14.41v6.18c0 .89 1.08 1.34 1.71.71L17 17c.39-.39.39-1.02 0-1.41L13.41 12 17 8.42c.39-.39.39-1.03 0-1.42zm-4-1.17 1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88z"})
"BluetoothRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_searching.cljs
================================================
(ns reagent-mui.icons.bluetooth-searching
"Imports @mui/icons-material/BluetoothSearching as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-searching (create-svg-icon (e "path" #js {"d" "m14.24 12.01 2.32 2.32c.28-.72.44-1.51.44-2.33 0-.82-.16-1.59-.43-2.31l-2.33 2.32zm5.29-5.3-1.26 1.26c.63 1.21.98 2.57.98 4.02s-.36 2.82-.98 4.02l1.2 1.2c.97-1.54 1.54-3.36 1.54-5.31-.01-1.89-.55-3.67-1.48-5.19zm-3.82 1L10 2H9v7.59L4.41 5 3 6.41 8.59 12 3 17.59 4.41 19 9 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM11 5.83l1.88 1.88L11 9.59V5.83zm1.88 10.46L11 18.17v-3.76l1.88 1.88z"})
"BluetoothSearching"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_searching_outlined.cljs
================================================
(ns reagent-mui.icons.bluetooth-searching-outlined
"Imports @mui/icons-material/BluetoothSearchingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-searching-outlined (create-svg-icon (e "path" #js {"d" "m14.24 12.01 2.32 2.32c.28-.72.44-1.51.44-2.33s-.16-1.59-.43-2.31l-2.33 2.32zm5.29-5.3-1.26 1.26c.63 1.21.98 2.57.98 4.02s-.36 2.82-.98 4.02l1.2 1.2c.97-1.54 1.54-3.36 1.54-5.31-.01-1.89-.55-3.67-1.48-5.19zm-3.82 1L10 2H9v7.59L4.41 5 3 6.41 8.59 12 3 17.59 4.41 19 9 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM11 5.83l1.88 1.88L11 9.59V5.83zm1.88 10.46L11 18.17v-3.76l1.88 1.88z"})
"BluetoothSearchingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_searching_rounded.cljs
================================================
(ns reagent-mui.icons.bluetooth-searching-rounded
"Imports @mui/icons-material/BluetoothSearchingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-searching-rounded (create-svg-icon (e "path" #js {"d" "m15.98 10.28-1.38 1.38c-.2.2-.2.51 0 .71l1.38 1.38c.28.28.75.15.85-.23.11-.5.17-1 .17-1.52 0-.51-.06-1.01-.18-1.48-.09-.38-.56-.52-.84-.24zm4.12-2.5c-.25-.55-.98-.67-1.4-.24-.26.26-.31.64-.17.98.46 1.07.72 2.24.72 3.47 0 1.24-.26 2.42-.73 3.49-.14.32-.09.69.16.94.41.41 1.1.29 1.35-.23.63-1.3.98-2.76.98-4.3-.01-1.45-.33-2.85-.91-4.11zM11.41 12 15 8.42c.39-.39.39-1.02 0-1.42l-4.29-4.29c-.63-.63-1.71-.19-1.71.7v6.18L5.11 5.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L8.59 12 3.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L9 14.41v6.18c0 .89 1.08 1.34 1.71.71L15 17c.39-.39.39-1.02 0-1.42L11.41 12zM11 5.83l1.88 1.88L11 9.59V5.83zm0 12.34v-3.76l1.88 1.88L11 18.17z"})
"BluetoothSearchingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_searching_sharp.cljs
================================================
(ns reagent-mui.icons.bluetooth-searching-sharp
"Imports @mui/icons-material/BluetoothSearchingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-searching-sharp (create-svg-icon (e "path" #js {"d" "m14.24 12.01 2.32 2.32c.28-.72.44-1.51.44-2.33s-.16-1.59-.43-2.31l-2.33 2.32zm5.29-5.3-1.26 1.26c.63 1.21.98 2.57.98 4.02s-.36 2.82-.98 4.02l1.2 1.2c.97-1.54 1.54-3.36 1.54-5.31-.01-1.89-.55-3.67-1.48-5.19zm-3.82 1L10 2H9v7.59L4.41 5 3 6.41 8.59 12 3 17.59 4.41 19 9 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM11 5.83l1.88 1.88L11 9.59V5.83zm1.88 10.46L11 18.17v-3.76l1.88 1.88z"})
"BluetoothSearchingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_searching_two_tone.cljs
================================================
(ns reagent-mui.icons.bluetooth-searching-two-tone
"Imports @mui/icons-material/BluetoothSearchingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-searching-two-tone (create-svg-icon (e "path" #js {"d" "m14.24 12.01 2.32 2.32c.28-.72.44-1.51.44-2.33s-.16-1.59-.43-2.31l-2.33 2.32zm5.29-5.3-1.26 1.26c.63 1.21.98 2.57.98 4.02s-.36 2.82-.98 4.02l1.2 1.2c.97-1.54 1.54-3.36 1.54-5.31-.01-1.89-.55-3.67-1.48-5.19zm-3.82 1L10 2H9v7.59L4.41 5 3 6.41 8.59 12 3 17.59 4.41 19 9 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM11 5.83l1.88 1.88L11 9.59V5.83zm1.88 10.46L11 18.17v-3.76l1.88 1.88z"})
"BluetoothSearchingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_sharp.cljs
================================================
(ns reagent-mui.icons.bluetooth-sharp
"Imports @mui/icons-material/BluetoothSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-sharp (create-svg-icon (e "path" #js {"d" "M17.71 7.71 12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88z"})
"BluetoothSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bluetooth_two_tone.cljs
================================================
(ns reagent-mui.icons.bluetooth-two-tone
"Imports @mui/icons-material/BluetoothTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bluetooth-two-tone (create-svg-icon (e "path" #js {"d" "M17.71 7.71 12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88z"})
"BluetoothTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/blur_circular.cljs
================================================
(ns reagent-mui.icons.blur-circular
"Imports @mui/icons-material/BlurCircular as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-circular (create-svg-icon (e "path" #js {"d" "M10 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM7 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm3 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-3-3c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm3-6c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-1.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm3 6c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-4c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm2-3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-3.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"})
"BlurCircular"))
================================================
FILE: src/icons/reagent_mui/icons/blur_circular_outlined.cljs
================================================
(ns reagent-mui.icons.blur-circular-outlined
"Imports @mui/icons-material/BlurCircularOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-circular-outlined (create-svg-icon (e "path" #js {"d" "M10 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM7 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm3 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-3-3c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm3-6c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-1.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm3 6c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-4c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm2-3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-3.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"})
"BlurCircularOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/blur_circular_rounded.cljs
================================================
(ns reagent-mui.icons.blur-circular-rounded
"Imports @mui/icons-material/BlurCircularRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-circular-rounded (create-svg-icon (e "path" #js {"d" "M10 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM7 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm3 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-3-3c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm3-6c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-1.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm3 6c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-4c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm2-3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-3.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"})
"BlurCircularRounded"))
================================================
FILE: src/icons/reagent_mui/icons/blur_circular_sharp.cljs
================================================
(ns reagent-mui.icons.blur-circular-sharp
"Imports @mui/icons-material/BlurCircularSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-circular-sharp (create-svg-icon (e "path" #js {"d" "M10 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM7 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm3 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-3-3c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm3-6c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-1.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm3 6c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-4c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm2-3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-3.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"})
"BlurCircularSharp"))
================================================
FILE: src/icons/reagent_mui/icons/blur_circular_two_tone.cljs
================================================
(ns reagent-mui.icons.blur-circular-two-tone
"Imports @mui/icons-material/BlurCircularTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-circular-two-tone (create-svg-icon [(e "path" #js {"d" "M14 7.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"}) (e "circle" #js {"cx" "14", "cy" "10", "r" "1"}) (e "circle" #js {"cx" "14", "cy" "14", "r" "1"}) (e "path" #js {"d" "M10 16.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"}) (e "circle" #js {"cx" "10", "cy" "10", "r" "1"}) (e "path" #js {"d" "M7 13.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zM7 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"}) (e "circle" #js {"cx" "10", "cy" "14", "r" "1"}) (e "path" #js {"d" "M10 7.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm4 9c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm3-7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0 4c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"})]
"BlurCircularTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/blur_linear.cljs
================================================
(ns reagent-mui.icons.blur-linear
"Imports @mui/icons-material/BlurLinear as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-linear (create-svg-icon (e "path" #js {"d" "M5 17.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM9 13c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM3 21h18v-2H3v2zM5 9.5c.83 0 1.5-.67 1.5-1.5S5.83 6.5 5 6.5 3.5 7.17 3.5 8 4.17 9.5 5 9.5zm0 4c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM9 17c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm8-.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM3 3v2h18V3H3zm14 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm0 4c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM13 9c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"})
"BlurLinear"))
================================================
FILE: src/icons/reagent_mui/icons/blur_linear_outlined.cljs
================================================
(ns reagent-mui.icons.blur-linear-outlined
"Imports @mui/icons-material/BlurLinearOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-linear-outlined (create-svg-icon (e "path" #js {"d" "M5 17.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM9 13c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM3 21h18v-2H3v2zM5 9.5c.83 0 1.5-.67 1.5-1.5S5.83 6.5 5 6.5 3.5 7.17 3.5 8 4.17 9.5 5 9.5zm0 4c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM9 17c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm8-.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM3 3v2h18V3H3zm14 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm0 4c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM13 9c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"})
"BlurLinearOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/blur_linear_rounded.cljs
================================================
(ns reagent-mui.icons.blur-linear-rounded
"Imports @mui/icons-material/BlurLinearRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-linear-rounded (create-svg-icon (e "path" #js {"d" "M5 17.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM9 13c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM4 21h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM5 9.5c.83 0 1.5-.67 1.5-1.5S5.83 6.5 5 6.5 3.5 7.17 3.5 8 4.17 9.5 5 9.5zm0 4c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM9 17c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm8-.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM3 4c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1zm14 4.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm0 4c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM13 9c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"})
"BlurLinearRounded"))
================================================
FILE: src/icons/reagent_mui/icons/blur_linear_sharp.cljs
================================================
(ns reagent-mui.icons.blur-linear-sharp
"Imports @mui/icons-material/BlurLinearSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-linear-sharp (create-svg-icon (e "path" #js {"d" "M5 17.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM9 13c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM3 21h18v-2H3v2zM5 9.5c.83 0 1.5-.67 1.5-1.5S5.83 6.5 5 6.5 3.5 7.17 3.5 8 4.17 9.5 5 9.5zm0 4c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM9 17c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm8-.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM3 3v2h18V3H3zm14 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm0 4c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM13 9c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"})
"BlurLinearSharp"))
================================================
FILE: src/icons/reagent_mui/icons/blur_linear_two_tone.cljs
================================================
(ns reagent-mui.icons.blur-linear-two-tone
"Imports @mui/icons-material/BlurLinearTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-linear-two-tone (create-svg-icon [(e "path" #js {"d" "M17 16.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"}) (e "circle" #js {"cx" "9", "cy" "12", "r" "1"}) (e "circle" #js {"cx" "13", "cy" "8", "r" "1"}) (e "circle" #js {"cx" "13", "cy" "16", "r" "1"}) (e "path" #js {"d" "M17 12.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"}) (e "circle" #js {"cx" "13", "cy" "12", "r" "1"}) (e "path" #js {"d" "M3 3h18v2H3z"}) (e "circle" #js {"cx" "5", "cy" "8", "r" "1.5"}) (e "circle" #js {"cx" "5", "cy" "12", "r" "1.5"}) (e "circle" #js {"cx" "5", "cy" "16", "r" "1.5"}) (e "path" #js {"d" "M17 8.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"}) (e "circle" #js {"cx" "9", "cy" "16", "r" "1"}) (e "circle" #js {"cx" "9", "cy" "8", "r" "1"}) (e "path" #js {"d" "M3 19h18v2H3z"})]
"BlurLinearTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/blur_off.cljs
================================================
(ns reagent-mui.icons.blur-off
"Imports @mui/icons-material/BlurOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-off (create-svg-icon (e "path" #js {"d" "M14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm-.2 4.48.2.02c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5l.02.2c.09.67.61 1.19 1.28 1.28zM14 3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-4 0c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm11 7c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm8 8c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm-4 13.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM2.5 5.27l3.78 3.78L6 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l2.81 2.81c-.71.11-1.25.73-1.25 1.47 0 .83.67 1.5 1.5 1.5.74 0 1.36-.54 1.47-1.25l2.81 2.81c-.09-.03-.18-.06-.28-.06-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l3.78 3.78L20 20.23 3.77 4 2.5 5.27zM10 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm11-3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM3 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 11c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3-3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"})
"BlurOff"))
================================================
FILE: src/icons/reagent_mui/icons/blur_off_outlined.cljs
================================================
(ns reagent-mui.icons.blur-off-outlined
"Imports @mui/icons-material/BlurOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-off-outlined (create-svg-icon [(e "circle" #js {"cx" "14", "cy" "6", "r" "1"}) (e "path" #js {"d" "m13.8 11.48.2.02c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5l.02.2c.09.67.61 1.19 1.28 1.28zM14 3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-4 0c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"}) (e "circle" #js {"cx" "18", "cy" "10", "r" "1"}) (e "circle" #js {"cx" "18", "cy" "6", "r" "1"}) (e "path" #js {"d" "M21 10.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"}) (e "circle" #js {"cx" "10", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "18", "cy" "14", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "18", "r" "1"}) (e "path" #js {"d" "M14 20.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7-7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-18 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"}) (e "circle" #js {"cx" "10", "cy" "18", "r" "1"}) (e "path" #js {"d" "M3 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 11c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"}) (e "circle" #js {"cx" "6", "cy" "14", "r" "1"}) (e "path" #js {"d" "M2.5 5.27 6 8.77l.28.28L6 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l2.81 2.81c-.71.11-1.25.73-1.25 1.47 0 .83.67 1.5 1.5 1.5.74 0 1.36-.54 1.47-1.25l2.81 2.81c-.09-.03-.18-.06-.28-.06-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l3.78 3.78h.01l1.41-1.41L3.91 3.86 2.5 5.27z"})]
"BlurOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/blur_off_rounded.cljs
================================================
(ns reagent-mui.icons.blur-off-rounded
"Imports @mui/icons-material/BlurOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-off-rounded (create-svg-icon [(e "circle" #js {"cx" "14", "cy" "6", "r" "1"}) (e "path" #js {"d" "m13.8 11.48.2.02c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5l.02.2c.09.67.61 1.19 1.28 1.28zM14 3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-4 0c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"}) (e "circle" #js {"cx" "18", "cy" "10", "r" "1"}) (e "circle" #js {"cx" "18", "cy" "6", "r" "1"}) (e "path" #js {"d" "M21 10.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"}) (e "circle" #js {"cx" "10", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "18", "cy" "14", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "18", "r" "1"}) (e "path" #js {"d" "M14 20.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7-7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-18 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"}) (e "circle" #js {"cx" "10", "cy" "18", "r" "1"}) (e "path" #js {"d" "M3 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 11c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"}) (e "circle" #js {"cx" "6", "cy" "14", "r" "1"}) (e "path" #js {"d" "M3.21 4.56c-.39.39-.39 1.02 0 1.41l3.07 3.07L6 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l2.81 2.81c-.71.11-1.25.73-1.25 1.47 0 .83.67 1.5 1.5 1.5.74 0 1.36-.54 1.47-1.25l2.81 2.81c-.09-.03-.18-.06-.28-.06-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l3.08 3.07c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.42L4.62 4.56a.9959.9959 0 0 0-1.41 0z"})]
"BlurOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/blur_off_sharp.cljs
================================================
(ns reagent-mui.icons.blur-off-sharp
"Imports @mui/icons-material/BlurOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-off-sharp (create-svg-icon [(e "circle" #js {"cx" "14", "cy" "6", "r" "1"}) (e "path" #js {"d" "m13.8 11.48.2.02c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5l.02.2c.09.67.61 1.19 1.28 1.28zM14 3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-4 0c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"}) (e "circle" #js {"cx" "18", "cy" "10", "r" "1"}) (e "circle" #js {"cx" "18", "cy" "6", "r" "1"}) (e "path" #js {"d" "M21 10.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"}) (e "circle" #js {"cx" "10", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "18", "cy" "14", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "18", "r" "1"}) (e "path" #js {"d" "M14 20.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7-7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-18 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"}) (e "circle" #js {"cx" "10", "cy" "18", "r" "1"}) (e "path" #js {"d" "M3 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 11c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"}) (e "circle" #js {"cx" "6", "cy" "14", "r" "1"}) (e "path" #js {"d" "M2.5 5.27 6 8.77l.28.28L6 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l2.81 2.81c-.71.11-1.25.73-1.25 1.47 0 .83.67 1.5 1.5 1.5.74 0 1.36-.54 1.47-1.25l2.81 2.81c-.09-.03-.18-.06-.28-.06-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l3.78 3.78h.01l1.41-1.41L3.91 3.86 2.5 5.27z"})]
"BlurOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/blur_off_two_tone.cljs
================================================
(ns reagent-mui.icons.blur-off-two-tone
"Imports @mui/icons-material/BlurOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-off-two-tone (create-svg-icon [(e "circle" #js {"cx" "14", "cy" "6", "r" "1"}) (e "path" #js {"d" "m13.8 11.48.2.02c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5l.02.2c.09.67.61 1.19 1.28 1.28zM14 3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-4 0c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"}) (e "circle" #js {"cx" "18", "cy" "10", "r" "1"}) (e "circle" #js {"cx" "18", "cy" "6", "r" "1"}) (e "path" #js {"d" "M21 10.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"}) (e "circle" #js {"cx" "10", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "18", "cy" "14", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "18", "r" "1"}) (e "path" #js {"d" "M14 20.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7-7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-18 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"}) (e "circle" #js {"cx" "10", "cy" "18", "r" "1"}) (e "path" #js {"d" "M3 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 11c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"}) (e "circle" #js {"cx" "6", "cy" "14", "r" "1"}) (e "path" #js {"d" "M2.5 5.27 6 8.77l.28.28L6 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l2.81 2.81c-.71.11-1.25.73-1.25 1.47 0 .83.67 1.5 1.5 1.5.74 0 1.36-.54 1.47-1.25l2.81 2.81c-.09-.03-.18-.06-.28-.06-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l3.78 3.78h.01l1.41-1.41L3.91 3.86 2.5 5.27z"})]
"BlurOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/blur_on.cljs
================================================
(ns reagent-mui.icons.blur-on
"Imports @mui/icons-material/BlurOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-on (create-svg-icon (e "path" #js {"d" "M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3 .5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-11 10c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm8 .5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 8.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-4-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"})
"BlurOn"))
================================================
FILE: src/icons/reagent_mui/icons/blur_on_outlined.cljs
================================================
(ns reagent-mui.icons.blur-on-outlined
"Imports @mui/icons-material/BlurOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-on-outlined (create-svg-icon (e "path" #js {"d" "M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3 .5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-11 10c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm8 .5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 8.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-4-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"})
"BlurOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/blur_on_rounded.cljs
================================================
(ns reagent-mui.icons.blur-on-rounded
"Imports @mui/icons-material/BlurOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-on-rounded (create-svg-icon (e "path" #js {"d" "M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3 .5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-11 10c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm8 .5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 8.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-4-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"})
"BlurOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/blur_on_sharp.cljs
================================================
(ns reagent-mui.icons.blur-on-sharp
"Imports @mui/icons-material/BlurOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-on-sharp (create-svg-icon (e "path" #js {"d" "M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3 .5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-11 10c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm8 .5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 8.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-4-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"})
"BlurOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/blur_on_two_tone.cljs
================================================
(ns reagent-mui.icons.blur-on-two-tone
"Imports @mui/icons-material/BlurOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def blur-on-two-tone (create-svg-icon [(e "circle" #js {"cx" "14", "cy" "10", "r" "1.5"}) (e "circle" #js {"cx" "14", "cy" "18", "r" "1"}) (e "circle" #js {"cx" "14", "cy" "14", "r" "1.5"}) (e "circle" #js {"cx" "14", "cy" "6", "r" "1"}) (e "path" #js {"d" "M3 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14.5 3c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5zM21 14.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"}) (e "circle" #js {"cx" "18", "cy" "18", "r" "1"}) (e "path" #js {"d" "M13.5 21c0 .28.22.5.5.5s.5-.22.5-.5-.22-.5-.5-.5-.5.22-.5.5zM21 10.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"}) (e "circle" #js {"cx" "18", "cy" "14", "r" "1"}) (e "circle" #js {"cx" "18", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "18", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "14", "r" "1"}) (e "path" #js {"d" "M3.5 14c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5z"}) (e "circle" #js {"cx" "10", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "10", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "6", "r" "1"}) (e "path" #js {"d" "M9.5 21c0 .28.22.5.5.5s.5-.22.5-.5-.22-.5-.5-.5-.5.22-.5.5z"}) (e "circle" #js {"cx" "10", "cy" "18", "r" "1"}) (e "path" #js {"d" "M10.5 3c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5z"}) (e "circle" #js {"cx" "10", "cy" "14", "r" "1.5"}) (e "circle" #js {"cx" "10", "cy" "10", "r" "1.5"}) (e "circle" #js {"cx" "18", "cy" "10", "r" "1"})]
"BlurOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bolt.cljs
================================================
(ns reagent-mui.icons.bolt
"Imports @mui/icons-material/Bolt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bolt (create-svg-icon (e "path" #js {"d" "M11 21h-1l1-7H7.5c-.58 0-.57-.32-.38-.66.19-.34.05-.08.07-.12C8.48 10.94 10.42 7.54 13 3h1l-1 7h3.5c.49 0 .56.33.47.51l-.07.15C12.96 17.55 11 21 11 21z"})
"Bolt"))
================================================
FILE: src/icons/reagent_mui/icons/bolt_outlined.cljs
================================================
(ns reagent-mui.icons.bolt-outlined
"Imports @mui/icons-material/BoltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bolt-outlined (create-svg-icon (e "path" #js {"d" "M11 21h-1l1-7H7.5c-.88 0-.33-.75-.31-.78C8.48 10.94 10.42 7.54 13.01 3h1l-1 7h3.51c.4 0 .62.19.4.66C12.97 17.55 11 21 11 21z"})
"BoltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bolt_rounded.cljs
================================================
(ns reagent-mui.icons.bolt-rounded
"Imports @mui/icons-material/BoltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bolt-rounded (create-svg-icon (e "path" #js {"d" "M10.67 21c-.35 0-.62-.31-.57-.66L11 14H7.5c-.88 0-.33-.75-.31-.78 1.26-2.23 3.15-5.53 5.65-9.93.1-.18.3-.29.5-.29.35 0 .62.31.57.66l-.9 6.34h3.51c.4 0 .62.19.4.66-3.29 5.74-5.2 9.09-5.75 10.05-.1.18-.29.29-.5.29z"})
"BoltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bolt_sharp.cljs
================================================
(ns reagent-mui.icons.bolt-sharp
"Imports @mui/icons-material/BoltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bolt-sharp (create-svg-icon (e "path" #js {"d" "M11 21h-1l1-7H6.74S10.42 7.54 13 3h1l-1 7h4.28L11 21z"})
"BoltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bolt_two_tone.cljs
================================================
(ns reagent-mui.icons.bolt-two-tone
"Imports @mui/icons-material/BoltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bolt-two-tone (create-svg-icon (e "path" #js {"d" "M11 21h-1l1-7H7.5c-.88 0-.33-.75-.31-.78C8.48 10.94 10.42 7.54 13.01 3h1l-1 7h3.51c.4 0 .62.19.4.66C12.97 17.55 11 21 11 21z"})
"BoltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/book.cljs
================================================
(ns reagent-mui.icons.book
"Imports @mui/icons-material/Book as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def book (create-svg-icon (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4z"})
"Book"))
================================================
FILE: src/icons/reagent_mui/icons/book_online.cljs
================================================
(ns reagent-mui.icons.book-online
"Imports @mui/icons-material/BookOnline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def book-online (create-svg-icon (e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7 18V6h10v12H7zm9-7V9.14C16 8.51 15.55 8 15 8H9c-.55 0-1 .51-1 1.14v1.96c.55 0 1 .45 1 1s-.45 1-1 1v1.76c0 .63.45 1.14 1 1.14h6c.55 0 1-.51 1-1.14V13c-.55 0-1-.45-1-1s.45-1 1-1zm-3.5 3.5h-1v-1h1v1zm0-2h-1v-1h1v1zm0-2h-1v-1h1v1z"})
"BookOnline"))
================================================
FILE: src/icons/reagent_mui/icons/book_online_outlined.cljs
================================================
(ns reagent-mui.icons.book-online-outlined
"Imports @mui/icons-material/BookOnlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def book-online-outlined (create-svg-icon (e "path" #js {"d" "M17 4H7V3h10v1zm0 17H7v-1h10v1zm0-20H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7 6h10v12H7V6zm9 5V9.14C16 8.51 15.55 8 15 8H9c-.55 0-1 .51-1 1.14v1.96c.55 0 1 .45 1 1s-.45 1-1 1v1.76c0 .63.45 1.14 1 1.14h6c.55 0 1-.51 1-1.14V13c-.55 0-1-.45-1-1s.45-1 1-1zm-3.5 3.5h-1v-1h1v1zm0-2h-1v-1h1v1zm0-2h-1v-1h1v1z"})
"BookOnlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/book_online_rounded.cljs
================================================
(ns reagent-mui.icons.book-online-rounded
"Imports @mui/icons-material/BookOnlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def book-online-rounded (create-svg-icon (e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7 6h10v12H7V6zm9 5V9.14C16 8.51 15.55 8 15 8H9c-.55 0-1 .51-1 1.14v1.96c.55 0 1 .45 1 1s-.45 1-1 1v1.76c0 .63.45 1.14 1 1.14h6c.55 0 1-.51 1-1.14V13c-.55 0-1-.45-1-1s.45-1 1-1zm-4 3.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zm0-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zm0-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5z"})
"BookOnlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/book_online_sharp.cljs
================================================
(ns reagent-mui.icons.book-online-sharp
"Imports @mui/icons-material/BookOnlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def book-online-sharp (create-svg-icon (e "path" #js {"d" "M19 1H5v22h14V1zM7 18V6h10v12H7zm9-7V8H8v3.1c.55 0 1 .45 1 1s-.45 1-1 1V16h8v-3c-.55 0-1-.45-1-1s.45-1 1-1zm-3.5 3.5h-1v-1h1v1zm0-2h-1v-1h1v1zm0-2h-1v-1h1v1z"})
"BookOnlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/book_online_two_tone.cljs
================================================
(ns reagent-mui.icons.book-online-two-tone
"Imports @mui/icons-material/BookOnlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def book-online-two-tone (create-svg-icon [(e "path" #js {"d" "M17 4H7V3h10v1zm0 17H7v-1h10v1z", "opacity" ".3"}) (e "path" #js {"d" "M17 4H7V3h10v1zm0 17H7v-1h10v1zm0-20H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7 6h10v12H7V6zm9 5V9.14C16 8.51 15.55 8 15 8H9c-.55 0-1 .51-1 1.14v1.96c.55 0 1 .45 1 1s-.45 1-1 1v1.76c0 .63.45 1.14 1 1.14h6c.55 0 1-.51 1-1.14V13c-.55 0-1-.45-1-1s.45-1 1-1zm-3.5 3.5h-1v-1h1v1zm0-2h-1v-1h1v1zm0-2h-1v-1h1v1z"})]
"BookOnlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/book_outlined.cljs
================================================
(ns reagent-mui.icons.book-outlined
"Imports @mui/icons-material/BookOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def book-outlined (create-svg-icon (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 4h2v5l-1-.75L9 9V4zm9 16H6V4h1v9l3-2.25L13 13V4h5v16z"})
"BookOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/book_rounded.cljs
================================================
(ns reagent-mui.icons.book-rounded
"Imports @mui/icons-material/BookRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def book-rounded (create-svg-icon (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4z"})
"BookRounded"))
================================================
FILE: src/icons/reagent_mui/icons/book_sharp.cljs
================================================
(ns reagent-mui.icons.book-sharp
"Imports @mui/icons-material/BookSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def book-sharp (create-svg-icon (e "path" #js {"d" "M20 2H4v20h16V2zM6 4h5v8l-2.5-1.5L6 12V4z"})
"BookSharp"))
================================================
FILE: src/icons/reagent_mui/icons/book_two_tone.cljs
================================================
(ns reagent-mui.icons.book-two-tone
"Imports @mui/icons-material/BookTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def book-two-tone (create-svg-icon [(e "path" #js {"d" "m13 13-3-2.25L7 13V4H6v16h12V4h-5z", "opacity" ".3"}) (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 4h2v5l-1-.75L9 9V4zm9 16H6V4h1v9l3-2.25L13 13V4h5v16z"})]
"BookTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark.cljs
================================================
(ns reagent-mui.icons.bookmark
"Imports @mui/icons-material/Bookmark as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2z"})
"Bookmark"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_add.cljs
================================================
(ns reagent-mui.icons.bookmark-add
"Imports @mui/icons-material/BookmarkAdd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-add (create-svg-icon (e "path" #js {"d" "M21 7h-2v2h-2V7h-2V5h2V3h2v2h2v2zm-2 14-7-3-7 3V5c0-1.1.9-2 2-2h7c-.63.84-1 1.87-1 3 0 2.76 2.24 5 5 5 .34 0 .68-.03 1-.1V21z"})
"BookmarkAdd"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_add_outlined.cljs
================================================
(ns reagent-mui.icons.bookmark-add-outlined
"Imports @mui/icons-material/BookmarkAddOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-add-outlined (create-svg-icon (e "path" #js {"d" "M17 11v6.97l-5-2.14-5 2.14V5h6V3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V11h-2zm4-4h-2v2h-2V7h-2V5h2V3h2v2h2v2z"})
"BookmarkAddOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_add_rounded.cljs
================================================
(ns reagent-mui.icons.bookmark-add-rounded
"Imports @mui/icons-material/BookmarkAddRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-add-rounded (create-svg-icon (e "path" #js {"d" "M21 6c0 .55-.45 1-1 1h-1v1c0 .55-.45 1-1 1s-1-.45-1-1V7h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V4c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1zm-2 13.48c0 .72-.73 1.2-1.39.92L12 18l-5.61 2.4c-.66.29-1.39-.2-1.39-.92V5c0-1.1.9-2 2-2h7c-.63.84-1 1.87-1 3 0 2.76 2.24 5 5 5 .34 0 .68-.03 1-.1v8.58z"})
"BookmarkAddRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_add_sharp.cljs
================================================
(ns reagent-mui.icons.bookmark-add-sharp
"Imports @mui/icons-material/BookmarkAddSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-add-sharp (create-svg-icon (e "path" #js {"d" "M21 7h-2v2h-2V7h-2V5h2V3h2v2h2v2zm-2 14-7-3-7 3V3h9c-.63.84-1 1.87-1 3 0 2.76 2.24 5 5 5 .34 0 .68-.03 1-.1V21z"})
"BookmarkAddSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_add_two_tone.cljs
================================================
(ns reagent-mui.icons.bookmark-add-two-tone
"Imports @mui/icons-material/BookmarkAddTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-add-two-tone (create-svg-icon [(e "path" #js {"d" "M17 17.97V10.9c-2.28-.46-4-2.48-4-4.9 0-.34.03-.68.1-1H7v12.97l5-2.14 5 2.14z", "opacity" ".3"}) (e "path" #js {"d" "M21 7h-2v2h-2V7h-2V5h2V3h2v2h2v2zm-4 10.97-5-2.14-5 2.14V5h6.1c.15-.74.46-1.42.9-2H7c-1.1 0-2 .9-2 2v16l7-3 7 3V10.9c-.32.07-.66.1-1 .1-.34 0-.68-.03-1-.1v7.07z"})]
"BookmarkAddTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_added.cljs
================================================
(ns reagent-mui.icons.bookmark-added
"Imports @mui/icons-material/BookmarkAdded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-added (create-svg-icon (e "path" #js {"d" "m19 21-7-3-7 3V5c0-1.1.9-2 2-2h7c-.63.84-1 1.87-1 3 0 2.76 2.24 5 5 5 .34 0 .68-.03 1-.1V21zM17.83 9 15 6.17l1.41-1.41 1.41 1.41 3.54-3.54 1.41 1.41L17.83 9z"})
"BookmarkAdded"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_added_outlined.cljs
================================================
(ns reagent-mui.icons.bookmark-added-outlined
"Imports @mui/icons-material/BookmarkAddedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-added-outlined (create-svg-icon (e "path" #js {"d" "M17 11v6.97l-5-2.14-5 2.14V5h6V3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V11h-2zm.83-2L15 6.17l1.41-1.41 1.41 1.41 3.54-3.54 1.41 1.41L17.83 9z"})
"BookmarkAddedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_added_rounded.cljs
================================================
(ns reagent-mui.icons.bookmark-added-rounded
"Imports @mui/icons-material/BookmarkAddedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-added-rounded (create-svg-icon (e "path" #js {"d" "M5 5c0-1.1.9-2 2-2h7c-.63.84-1 1.87-1 3 0 2.76 2.24 5 5 5 .34 0 .68-.03 1-.1v8.58c0 .72-.73 1.2-1.39.92L12 18l-5.61 2.4c-.66.29-1.39-.2-1.39-.92V5zm17.07-1.66c.39.39.39 1.02 0 1.41l-3.54 3.54c-.39.39-1.02.39-1.41 0l-1.41-1.41a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l.71.71 2.83-2.83c.39-.4 1.02-.4 1.41-.01z"})
"BookmarkAddedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_added_sharp.cljs
================================================
(ns reagent-mui.icons.bookmark-added-sharp
"Imports @mui/icons-material/BookmarkAddedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-added-sharp (create-svg-icon (e "path" #js {"d" "m19 21-7-3-7 3V3h9c-.63.84-1 1.87-1 3 0 2.76 2.24 5 5 5 .34 0 .68-.03 1-.1V21zM17.83 9 15 6.17l1.41-1.41 1.41 1.41 3.54-3.54 1.41 1.41L17.83 9z"})
"BookmarkAddedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_added_two_tone.cljs
================================================
(ns reagent-mui.icons.bookmark-added-two-tone
"Imports @mui/icons-material/BookmarkAddedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-added-two-tone (create-svg-icon [(e "path" #js {"d" "M17 17.97V10.9c-2.28-.46-4-2.48-4-4.9 0-.34.03-.68.1-1H7v12.97l5-2.14 5 2.14z", "opacity" ".3"}) (e "path" #js {"d" "M17.83 9 15 6.17l1.41-1.41 1.41 1.41 3.54-3.54 1.41 1.41L17.83 9zM17 17.97l-5-2.14-5 2.14V5h6.1c.15-.74.46-1.42.9-2H7c-1.1 0-2 .9-2 2v16l7-3 7 3V10.9c-.32.07-.66.1-1 .1-.34 0-.68-.03-1-.1v7.07z"})]
"BookmarkAddedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_border.cljs
================================================
(ns reagent-mui.icons.bookmark-border
"Imports @mui/icons-material/BookmarkBorder as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-border (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15-5-2.18L7 18V5h10v13z"})
"BookmarkBorder"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_border_outlined.cljs
================================================
(ns reagent-mui.icons.bookmark-border-outlined
"Imports @mui/icons-material/BookmarkBorderOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-border-outlined (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15-5-2.18L7 18V5h10v13z"})
"BookmarkBorderOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_border_rounded.cljs
================================================
(ns reagent-mui.icons.bookmark-border-rounded
"Imports @mui/icons-material/BookmarkBorderRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-border-rounded (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15-5-2.18L7 18V6c0-.55.45-1 1-1h8c.55 0 1 .45 1 1v12z"})
"BookmarkBorderRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_border_sharp.cljs
================================================
(ns reagent-mui.icons.bookmark-border-sharp
"Imports @mui/icons-material/BookmarkBorderSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-border-sharp (create-svg-icon (e "path" #js {"d" "M19 3H5v18l7-3 7 3V3zm-2 15-5-2.18L7 18V5h10v13z"})
"BookmarkBorderSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_border_two_tone.cljs
================================================
(ns reagent-mui.icons.bookmark-border-two-tone
"Imports @mui/icons-material/BookmarkBorderTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-border-two-tone (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15-5-2.18L7 18V5h10v13z"})
"BookmarkBorderTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_outlined.cljs
================================================
(ns reagent-mui.icons.bookmark-outlined
"Imports @mui/icons-material/BookmarkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-outlined (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"})
"BookmarkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_remove.cljs
================================================
(ns reagent-mui.icons.bookmark-remove
"Imports @mui/icons-material/BookmarkRemove as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-remove (create-svg-icon (e "path" #js {"d" "M21 7h-6V5h6v2zm-2 3.9c-.32.07-.66.1-1 .1-2.76 0-5-2.24-5-5 0-1.13.37-2.16 1-3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V10.9z"})
"BookmarkRemove"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_remove_outlined.cljs
================================================
(ns reagent-mui.icons.bookmark-remove-outlined
"Imports @mui/icons-material/BookmarkRemoveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-remove-outlined (create-svg-icon (e "path" #js {"d" "M17 11v6.97l-5-2.14-5 2.14V5h6V3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V11h-2zm4-4h-6V5h6v2z"})
"BookmarkRemoveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_remove_rounded.cljs
================================================
(ns reagent-mui.icons.bookmark-remove-rounded
"Imports @mui/icons-material/BookmarkRemoveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-remove-rounded (create-svg-icon (e "path" #js {"d" "M21 6c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1zm-2 4.9c-.32.07-.66.1-1 .1-2.76 0-5-2.24-5-5 0-1.13.37-2.16 1-3H7c-1.1 0-2 .9-2 2v14.48c0 .72.73 1.2 1.39.92L12 18l5.61 2.4c.66.28 1.39-.2 1.39-.92V10.9z"})
"BookmarkRemoveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_remove_sharp.cljs
================================================
(ns reagent-mui.icons.bookmark-remove-sharp
"Imports @mui/icons-material/BookmarkRemoveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-remove-sharp (create-svg-icon (e "path" #js {"d" "M21 7h-6V5h6v2zm-2 3.9c-.64.13-1.32.14-2.02 0-1.91-.38-3.47-1.92-3.87-3.83-.32-1.53.07-2.97.89-4.07H5v18l7-3 7 3V10.9z"})
"BookmarkRemoveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_remove_two_tone.cljs
================================================
(ns reagent-mui.icons.bookmark-remove-two-tone
"Imports @mui/icons-material/BookmarkRemoveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-remove-two-tone (create-svg-icon [(e "path" #js {"d" "M17 17.97V10.9c-2.28-.46-4-2.48-4-4.9 0-.34.03-.68.1-1H7v12.97l5-2.14 5 2.14z", "opacity" ".3"}) (e "path" #js {"d" "M21 7h-6V5h6v2zm-4 10.97-5-2.14-5 2.14V5h6.1c.15-.74.46-1.42.9-2H7c-1.1 0-2 .9-2 2v16l7-3 7 3V10.9c-.32.07-.66.1-1 .1-.34 0-.68-.03-1-.1v7.07z"})]
"BookmarkRemoveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_rounded.cljs
================================================
(ns reagent-mui.icons.bookmark-rounded
"Imports @mui/icons-material/BookmarkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-rounded (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"})
"BookmarkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_sharp.cljs
================================================
(ns reagent-mui.icons.bookmark-sharp
"Imports @mui/icons-material/BookmarkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-sharp (create-svg-icon (e "path" #js {"d" "M19 3H5v18l7-3 7 3V3z"})
"BookmarkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bookmark_two_tone.cljs
================================================
(ns reagent-mui.icons.bookmark-two-tone
"Imports @mui/icons-material/BookmarkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmark-two-tone (create-svg-icon [(e "path" #js {"d" "m7 17.97 5-2.15 5 2.15V5H7z", "opacity" ".3"}) (e "path" #js {"d" "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2zm0 14.97-5-2.14-5 2.14V5h10v12.97z"})]
"BookmarkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bookmarks.cljs
================================================
(ns reagent-mui.icons.bookmarks
"Imports @mui/icons-material/Bookmarks as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmarks (create-svg-icon (e "path" #js {"d" "m19 18 2 1V3c0-1.1-.9-2-2-2H8.99C7.89 1 7 1.9 7 3h10c1.1 0 2 .9 2 2v13zM15 5H5c-1.1 0-2 .9-2 2v16l7-3 7 3V7c0-1.1-.9-2-2-2z"})
"Bookmarks"))
================================================
FILE: src/icons/reagent_mui/icons/bookmarks_outlined.cljs
================================================
(ns reagent-mui.icons.bookmarks-outlined
"Imports @mui/icons-material/BookmarksOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmarks-outlined (create-svg-icon (e "path" #js {"d" "M15 7v12.97l-4.21-1.81-.79-.34-.79.34L5 19.97V7h10m4-6H8.99C7.89 1 7 1.9 7 3h10c1.1 0 2 .9 2 2v13l2 1V3c0-1.1-.9-2-2-2zm-4 4H5c-1.1 0-2 .9-2 2v16l7-3 7 3V7c0-1.1-.9-2-2-2z"})
"BookmarksOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bookmarks_rounded.cljs
================================================
(ns reagent-mui.icons.bookmarks-rounded
"Imports @mui/icons-material/BookmarksRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmarks-rounded (create-svg-icon (e "path" #js {"d" "m19 18 2 1V3c0-1.1-.9-2-2-2H8.99C7.89 1 7 1.9 7 3h10c1.1 0 2 .9 2 2v13zM15 5H5c-1.1 0-2 .9-2 2v16l7-3 7 3V7c0-1.1-.9-2-2-2z"})
"BookmarksRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bookmarks_sharp.cljs
================================================
(ns reagent-mui.icons.bookmarks-sharp
"Imports @mui/icons-material/BookmarksSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmarks-sharp (create-svg-icon (e "path" #js {"d" "m19 18 2 1V1H7v2h12v15zM17 5H3v18l7-3 7 3V5z"})
"BookmarksSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bookmarks_two_tone.cljs
================================================
(ns reagent-mui.icons.bookmarks-two-tone
"Imports @mui/icons-material/BookmarksTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bookmarks-two-tone (create-svg-icon [(e "path" #js {"d" "M19 1H8.99C7.89 1 7 1.9 7 3h10c1.1 0 2 .9 2 2v13l2 1V3c0-1.1-.9-2-2-2zm-4 4H5c-1.1 0-2 .9-2 2v16l7-3 7 3V7c0-1.1-.9-2-2-2zm0 14.97-4.21-1.81-.79-.34-.79.34L5 19.97V7h10v12.97z"}) (e "path" #js {"d" "m5 19.97 5-2.15 5 2.15V7H5z", "opacity" ".3"})]
"BookmarksTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/border_all.cljs
================================================
(ns reagent-mui.icons.border-all
"Imports @mui/icons-material/BorderAll as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-all (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm8 16H5v-6h6v6zm0-8H5V5h6v6zm8 8h-6v-6h6v6zm0-8h-6V5h6v6z"})
"BorderAll"))
================================================
FILE: src/icons/reagent_mui/icons/border_all_outlined.cljs
================================================
(ns reagent-mui.icons.border-all-outlined
"Imports @mui/icons-material/BorderAllOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-all-outlined (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm8 16H5v-6h6v6zm0-8H5V5h6v6zm8 8h-6v-6h6v6zm0-8h-6V5h6v6z"})
"BorderAllOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/border_all_rounded.cljs
================================================
(ns reagent-mui.icons.border-all-rounded
"Imports @mui/icons-material/BorderAllRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-all-rounded (create-svg-icon (e "path" #js {"d" "M3 5v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2zm8 14H6c-.55 0-1-.45-1-1v-5h5c.55 0 1 .45 1 1v5zm-1-8H5V6c0-.55.45-1 1-1h5v5c0 .55-.45 1-1 1zm8 8h-5v-5c0-.55.45-1 1-1h5v5c0 .55-.45 1-1 1zm1-8h-5c-.55 0-1-.45-1-1V5h5c.55 0 1 .45 1 1v5z"})
"BorderAllRounded"))
================================================
FILE: src/icons/reagent_mui/icons/border_all_sharp.cljs
================================================
(ns reagent-mui.icons.border-all-sharp
"Imports @mui/icons-material/BorderAllSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-all-sharp (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm8 16H5v-6h6v6zm0-8H5V5h6v6zm8 8h-6v-6h6v6zm0-8h-6V5h6v6z"})
"BorderAllSharp"))
================================================
FILE: src/icons/reagent_mui/icons/border_all_two_tone.cljs
================================================
(ns reagent-mui.icons.border-all-two-tone
"Imports @mui/icons-material/BorderAllTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-all-two-tone (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM11 19H5v-6h6v6zm0-8H5V5h6v6zm8 8h-6v-6h6v6zm0-8h-6V5h6v6z"})
"BorderAllTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/border_bottom.cljs
================================================
(ns reagent-mui.icons.border-bottom
"Imports @mui/icons-material/BorderBottom as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-bottom (create-svg-icon (e "path" #js {"d" "M9 11H7v2h2v-2zm4 4h-2v2h2v-2zM9 3H7v2h2V3zm4 8h-2v2h2v-2zM5 3H3v2h2V3zm8 4h-2v2h2V7zm4 4h-2v2h2v-2zm-4-8h-2v2h2V3zm4 0h-2v2h2V3zm2 10h2v-2h-2v2zm0 4h2v-2h-2v2zM5 7H3v2h2V7zm14-4v2h2V3h-2zm0 6h2V7h-2v2zM5 11H3v2h2v-2zM3 21h18v-2H3v2zm2-6H3v2h2v-2z"})
"BorderBottom"))
================================================
FILE: src/icons/reagent_mui/icons/border_bottom_outlined.cljs
================================================
(ns reagent-mui.icons.border-bottom-outlined
"Imports @mui/icons-material/BorderBottomOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-bottom-outlined (create-svg-icon (e "path" #js {"d" "M9 11H7v2h2v-2zm4 4h-2v2h2v-2zM9 3H7v2h2V3zm4 8h-2v2h2v-2zM5 3H3v2h2V3zm8 4h-2v2h2V7zm4 4h-2v2h2v-2zm-4-8h-2v2h2V3zm4 0h-2v2h2V3zm2 10h2v-2h-2v2zm0 4h2v-2h-2v2zM5 7H3v2h2V7zm14-4v2h2V3h-2zm0 6h2V7h-2v2zM5 11H3v2h2v-2zM3 21h18v-2H3v2zm2-6H3v2h2v-2z"})
"BorderBottomOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/border_bottom_rounded.cljs
================================================
(ns reagent-mui.icons.border-bottom-rounded
"Imports @mui/icons-material/BorderBottomRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-bottom-rounded (create-svg-icon (e "path" #js {"d" "M9 11H7v2h2v-2zm4 4h-2v2h2v-2zM9 3H7v2h2V3zm4 8h-2v2h2v-2zM5 3H3v2h2V3zm8 4h-2v2h2V7zm4 4h-2v2h2v-2zm-4-8h-2v2h2V3zm4 0h-2v2h2V3zm2 10h2v-2h-2v2zm0 4h2v-2h-2v2zM5 7H3v2h2V7zm14-4v2h2V3h-2zm0 6h2V7h-2v2zM5 11H3v2h2v-2zM4 21h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm1-6H3v2h2v-2z"})
"BorderBottomRounded"))
================================================
FILE: src/icons/reagent_mui/icons/border_bottom_sharp.cljs
================================================
(ns reagent-mui.icons.border-bottom-sharp
"Imports @mui/icons-material/BorderBottomSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-bottom-sharp (create-svg-icon (e "path" #js {"d" "M9 11H7v2h2v-2zm4 4h-2v2h2v-2zM9 3H7v2h2V3zm4 8h-2v2h2v-2zM5 3H3v2h2V3zm8 4h-2v2h2V7zm4 4h-2v2h2v-2zm-4-8h-2v2h2V3zm4 0h-2v2h2V3zm2 10h2v-2h-2v2zm0 4h2v-2h-2v2zM5 7H3v2h2V7zm14-4v2h2V3h-2zm0 6h2V7h-2v2zM5 11H3v2h2v-2zM3 21h18v-2H3v2zm2-6H3v2h2v-2z"})
"BorderBottomSharp"))
================================================
FILE: src/icons/reagent_mui/icons/border_bottom_two_tone.cljs
================================================
(ns reagent-mui.icons.border-bottom-two-tone
"Imports @mui/icons-material/BorderBottomTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-bottom-two-tone (create-svg-icon (e "path" #js {"d" "M3 11h2v2H3zm0 4h2v2H3zm0 4h18v2H3zm16-4h2v2h-2zM3 7h2v2H3zm16 4h2v2h-2zm0-8h2v2h-2zm-4 8h2v2h-2zm4-4h2v2h-2zm-4-4h2v2h-2zm-8 8h2v2H7zM3 3h2v2H3zm8 4h2v2h-2zM7 3h2v2H7zm4 8h2v2h-2zm0 4h2v2h-2zm0-12h2v2h-2z"})
"BorderBottomTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/border_clear.cljs
================================================
(ns reagent-mui.icons.border-clear
"Imports @mui/icons-material/BorderClear as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-clear (create-svg-icon (e "path" #js {"d" "M7 5h2V3H7v2zm0 8h2v-2H7v2zm0 8h2v-2H7v2zm4-4h2v-2h-2v2zm0 4h2v-2h-2v2zm-8 0h2v-2H3v2zm0-4h2v-2H3v2zm0-4h2v-2H3v2zm0-4h2V7H3v2zm0-4h2V3H3v2zm8 8h2v-2h-2v2zm8 4h2v-2h-2v2zm0-4h2v-2h-2v2zm0 8h2v-2h-2v2zm0-12h2V7h-2v2zm-8 0h2V7h-2v2zm8-6v2h2V3h-2zm-8 2h2V3h-2v2zm4 16h2v-2h-2v2zm0-8h2v-2h-2v2zm0-8h2V3h-2v2z"})
"BorderClear"))
================================================
FILE: src/icons/reagent_mui/icons/border_clear_outlined.cljs
================================================
(ns reagent-mui.icons.border-clear-outlined
"Imports @mui/icons-material/BorderClearOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-clear-outlined (create-svg-icon (e "path" #js {"d" "M7 5h2V3H7v2zm0 8h2v-2H7v2zm0 8h2v-2H7v2zm4-4h2v-2h-2v2zm0 4h2v-2h-2v2zm-8 0h2v-2H3v2zm0-4h2v-2H3v2zm0-4h2v-2H3v2zm0-4h2V7H3v2zm0-4h2V3H3v2zm8 8h2v-2h-2v2zm8 4h2v-2h-2v2zm0-4h2v-2h-2v2zm0 8h2v-2h-2v2zm0-12h2V7h-2v2zm-8 0h2V7h-2v2zm8-6v2h2V3h-2zm-8 2h2V3h-2v2zm4 16h2v-2h-2v2zm0-8h2v-2h-2v2zm0-8h2V3h-2v2z"})
"BorderClearOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/border_clear_rounded.cljs
================================================
(ns reagent-mui.icons.border-clear-rounded
"Imports @mui/icons-material/BorderClearRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-clear-rounded (create-svg-icon (e "path" #js {"d" "M7 5h2V3H7v2zm0 8h2v-2H7v2zm0 8h2v-2H7v2zm4-4h2v-2h-2v2zm0 4h2v-2h-2v2zm-8 0h2v-2H3v2zm0-4h2v-2H3v2zm0-4h2v-2H3v2zm0-4h2V7H3v2zm0-4h2V3H3v2zm8 8h2v-2h-2v2zm8 4h2v-2h-2v2zm0-4h2v-2h-2v2zm0 8h2v-2h-2v2zm0-12h2V7h-2v2zm-8 0h2V7h-2v2zm8-6v2h2V3h-2zm-8 2h2V3h-2v2zm4 16h2v-2h-2v2zm0-8h2v-2h-2v2zm0-8h2V3h-2v2z"})
"BorderClearRounded"))
================================================
FILE: src/icons/reagent_mui/icons/border_clear_sharp.cljs
================================================
(ns reagent-mui.icons.border-clear-sharp
"Imports @mui/icons-material/BorderClearSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-clear-sharp (create-svg-icon (e "path" #js {"d" "M7 5h2V3H7v2zm0 8h2v-2H7v2zm0 8h2v-2H7v2zm4-4h2v-2h-2v2zm0 4h2v-2h-2v2zm-8 0h2v-2H3v2zm0-4h2v-2H3v2zm0-4h2v-2H3v2zm0-4h2V7H3v2zm0-4h2V3H3v2zm8 8h2v-2h-2v2zm8 4h2v-2h-2v2zm0-4h2v-2h-2v2zm0 8h2v-2h-2v2zm0-12h2V7h-2v2zm-8 0h2V7h-2v2zm8-6v2h2V3h-2zm-8 2h2V3h-2v2zm4 16h2v-2h-2v2zm0-8h2v-2h-2v2zm0-8h2V3h-2v2z"})
"BorderClearSharp"))
================================================
FILE: src/icons/reagent_mui/icons/border_clear_two_tone.cljs
================================================
(ns reagent-mui.icons.border-clear-two-tone
"Imports @mui/icons-material/BorderClearTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-clear-two-tone (create-svg-icon (e "path" #js {"d" "M7 3h2v2H7zm0 16h2v2H7zM3 3h2v2H3zm16 0h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zM3 7h2v2H3zm0 12h2v2H3zm16 0h2v2h-2zm0-4h2v2h-2zM3 15h2v2H3zm0-4h2v2H3zm4 0h2v2H7zm8 0h2v2h-2zm-4 8h2v2h-2zm4 0h2v2h-2zm0-16h2v2h-2zm-4 0h2v2h-2zm0 4h2v2h-2zm0 8h2v2h-2zm0-4h2v2h-2z"})
"BorderClearTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/border_color.cljs
================================================
(ns reagent-mui.icons.border-color
"Imports @mui/icons-material/BorderColor as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-color (create-svg-icon (e "path" #js {"d" "M22 24H2v-4h20v4zM13.06 5.19l3.75 3.75L7.75 18H4v-3.75l9.06-9.06zm4.82 2.68-3.75-3.75 1.83-1.83c.39-.39 1.02-.39 1.41 0l2.34 2.34c.39.39.39 1.02 0 1.41l-1.83 1.83z"})
"BorderColor"))
================================================
FILE: src/icons/reagent_mui/icons/border_color_outlined.cljs
================================================
(ns reagent-mui.icons.border-color-outlined
"Imports @mui/icons-material/BorderColorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-color-outlined (create-svg-icon (e "path" #js {"d" "m16.81 8.94-3.75-3.75L4 14.25V18h3.75l9.06-9.06zM6 16v-.92l7.06-7.06.92.92L6.92 16H6zm13.71-9.96c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83zM2 20h20v4H2z"})
"BorderColorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/border_color_rounded.cljs
================================================
(ns reagent-mui.icons.border-color-rounded
"Imports @mui/icons-material/BorderColorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-color-rounded (create-svg-icon (e "path" #js {"d" "M20 24H4c-1.1 0-2-.9-2-2s.9-2 2-2h16c1.1 0 2 .9 2 2s-.9 2-2 2zM13.06 5.19l3.75 3.75-8.77 8.77c-.18.19-.44.29-.7.29H5c-.55 0-1-.45-1-1v-2.34c0-.27.11-.52.29-.71l8.77-8.76zm4.82 2.68-3.75-3.75 1.83-1.83c.39-.39 1.02-.39 1.41 0l2.34 2.34c.39.39.39 1.02 0 1.41l-1.83 1.83z"})
"BorderColorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/border_color_sharp.cljs
================================================
(ns reagent-mui.icons.border-color-sharp
"Imports @mui/icons-material/BorderColorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-color-sharp (create-svg-icon (e "path" #js {"d" "M22 24H2v-4h20v4zM13.06 5.19l3.75 3.75L7.75 18H4v-3.75l9.06-9.06zm4.82 2.68-3.75-3.75 2.53-2.54 3.75 3.75-2.53 2.54z"})
"BorderColorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/border_color_two_tone.cljs
================================================
(ns reagent-mui.icons.border-color-two-tone
"Imports @mui/icons-material/BorderColorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-color-two-tone (create-svg-icon (e "path" #js {"d" "m16.81 8.94-3.75-3.75L4 14.25V18h3.75l9.06-9.06zM6 16v-.92l7.06-7.06.92.92L6.92 16H6zm13.71-9.96c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83zM2 20h20v4H2z"})
"BorderColorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/border_horizontal.cljs
================================================
(ns reagent-mui.icons.border-horizontal
"Imports @mui/icons-material/BorderHorizontal as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-horizontal (create-svg-icon (e "path" #js {"d" "M3 21h2v-2H3v2zM5 7H3v2h2V7zM3 17h2v-2H3v2zm4 4h2v-2H7v2zM5 3H3v2h2V3zm4 0H7v2h2V3zm8 0h-2v2h2V3zm-4 4h-2v2h2V7zm0-4h-2v2h2V3zm6 14h2v-2h-2v2zm-8 4h2v-2h-2v2zm-8-8h18v-2H3v2zM19 3v2h2V3h-2zm0 6h2V7h-2v2zm-8 8h2v-2h-2v2zm4 4h2v-2h-2v2zm4 0h2v-2h-2v2z"})
"BorderHorizontal"))
================================================
FILE: src/icons/reagent_mui/icons/border_horizontal_outlined.cljs
================================================
(ns reagent-mui.icons.border-horizontal-outlined
"Imports @mui/icons-material/BorderHorizontalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-horizontal-outlined (create-svg-icon (e "path" #js {"d" "M3 21h2v-2H3v2zM5 7H3v2h2V7zM3 17h2v-2H3v2zm4 4h2v-2H7v2zM5 3H3v2h2V3zm4 0H7v2h2V3zm8 0h-2v2h2V3zm-4 4h-2v2h2V7zm0-4h-2v2h2V3zm6 14h2v-2h-2v2zm-8 4h2v-2h-2v2zm-8-8h18v-2H3v2zM19 3v2h2V3h-2zm0 6h2V7h-2v2zm-8 8h2v-2h-2v2zm4 4h2v-2h-2v2zm4 0h2v-2h-2v2z"})
"BorderHorizontalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/border_horizontal_rounded.cljs
================================================
(ns reagent-mui.icons.border-horizontal-rounded
"Imports @mui/icons-material/BorderHorizontalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-horizontal-rounded (create-svg-icon (e "path" #js {"d" "M3 21h2v-2H3v2zM5 7H3v2h2V7zM3 17h2v-2H3v2zm4 4h2v-2H7v2zM5 3H3v2h2V3zm4 0H7v2h2V3zm8 0h-2v2h2V3zm-4 4h-2v2h2V7zm0-4h-2v2h2V3zm6 14h2v-2h-2v2zm-8 4h2v-2h-2v2zm-7-8h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM19 3v2h2V3h-2zm0 6h2V7h-2v2zm-8 8h2v-2h-2v2zm4 4h2v-2h-2v2zm4 0h2v-2h-2v2z"})
"BorderHorizontalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/border_horizontal_sharp.cljs
================================================
(ns reagent-mui.icons.border-horizontal-sharp
"Imports @mui/icons-material/BorderHorizontalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-horizontal-sharp (create-svg-icon (e "path" #js {"d" "M3 21h2v-2H3v2zM5 7H3v2h2V7zM3 17h2v-2H3v2zm4 4h2v-2H7v2zM5 3H3v2h2V3zm4 0H7v2h2V3zm8 0h-2v2h2V3zm-4 4h-2v2h2V7zm0-4h-2v2h2V3zm6 14h2v-2h-2v2zm-8 4h2v-2h-2v2zm-8-8h18v-2H3v2zM19 3v2h2V3h-2zm0 6h2V7h-2v2zm-8 8h2v-2h-2v2zm4 4h2v-2h-2v2zm4 0h2v-2h-2v2z"})
"BorderHorizontalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/border_horizontal_two_tone.cljs
================================================
(ns reagent-mui.icons.border-horizontal-two-tone
"Imports @mui/icons-material/BorderHorizontalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-horizontal-two-tone (create-svg-icon (e "path" #js {"d" "M11 3h2v2h-2zm8 0h2v2h-2zm0 4h2v2h-2zm-4-4h2v2h-2zM3 19h2v2H3zm0-4h2v2H3zm0-8h2v2H3zm4 12h2v2H7zm4-12h2v2h-2zM7 3h2v2H7zM3 3h2v2H3zm12 16h2v2h-2zm-4 0h2v2h-2zm8-4h2v2h-2zm0 4h2v2h-2zm-8-4h2v2h-2zm-8-4h18v2H3z"})
"BorderHorizontalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/border_inner.cljs
================================================
(ns reagent-mui.icons.border-inner
"Imports @mui/icons-material/BorderInner as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-inner (create-svg-icon (e "path" #js {"d" "M3 21h2v-2H3v2zm4 0h2v-2H7v2zM5 7H3v2h2V7zM3 17h2v-2H3v2zM9 3H7v2h2V3zM5 3H3v2h2V3zm12 0h-2v2h2V3zm2 6h2V7h-2v2zm0-6v2h2V3h-2zm-4 18h2v-2h-2v2zM13 3h-2v8H3v2h8v8h2v-8h8v-2h-8V3zm6 18h2v-2h-2v2zm0-4h2v-2h-2v2z"})
"BorderInner"))
================================================
FILE: src/icons/reagent_mui/icons/border_inner_outlined.cljs
================================================
(ns reagent-mui.icons.border-inner-outlined
"Imports @mui/icons-material/BorderInnerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-inner-outlined (create-svg-icon (e "path" #js {"d" "M3 21h2v-2H3v2zm4 0h2v-2H7v2zM5 7H3v2h2V7zM3 17h2v-2H3v2zM9 3H7v2h2V3zM5 3H3v2h2V3zm12 0h-2v2h2V3zm2 6h2V7h-2v2zm0-6v2h2V3h-2zm-4 18h2v-2h-2v2zM13 3h-2v8H3v2h8v8h2v-8h8v-2h-8V3zm6 18h2v-2h-2v2zm0-4h2v-2h-2v2z"})
"BorderInnerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/border_inner_rounded.cljs
================================================
(ns reagent-mui.icons.border-inner-rounded
"Imports @mui/icons-material/BorderInnerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-inner-rounded (create-svg-icon (e "path" #js {"d" "M3 21h2v-2H3v2zm4 0h2v-2H7v2zM5 7H3v2h2V7zM3 17h2v-2H3v2zM9 3H7v2h2V3zM5 3H3v2h2V3zm12 0h-2v2h2V3zm2 6h2V7h-2v2zm0-6v2h2V3h-2zm-4 18h2v-2h-2v2zM12 3c-.55 0-1 .45-1 1v7H4c-.55 0-1 .45-1 1s.45 1 1 1h7v7c0 .55.45 1 1 1s1-.45 1-1v-7h7c.55 0 1-.45 1-1s-.45-1-1-1h-7V4c0-.55-.45-1-1-1zm7 18h2v-2h-2v2zm0-4h2v-2h-2v2z"})
"BorderInnerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/border_inner_sharp.cljs
================================================
(ns reagent-mui.icons.border-inner-sharp
"Imports @mui/icons-material/BorderInnerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-inner-sharp (create-svg-icon (e "path" #js {"d" "M3 21h2v-2H3v2zm4 0h2v-2H7v2zM5 7H3v2h2V7zM3 17h2v-2H3v2zM9 3H7v2h2V3zM5 3H3v2h2V3zm12 0h-2v2h2V3zm2 6h2V7h-2v2zm0-6v2h2V3h-2zm-4 18h2v-2h-2v2zM13 3h-2v8H3v2h8v8h2v-8h8v-2h-8V3zm6 18h2v-2h-2v2zm0-4h2v-2h-2v2z"})
"BorderInnerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/border_inner_two_tone.cljs
================================================
(ns reagent-mui.icons.border-inner-two-tone
"Imports @mui/icons-material/BorderInnerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-inner-two-tone (create-svg-icon (e "path" #js {"d" "M3 15h2v2H3zM3 3h2v2H3zm0 16h2v2H3zm8 2h2v-8h8v-2h-8V3h-2v8H3v2h8zm-4-2h2v2H7zm12-4h2v2h-2zm-4 4h2v2h-2zm4 0h2v2h-2zM3 7h2v2H3zm16 0h2v2h-2zM7 3h2v2H7zm8 0h2v2h-2zm4 0h2v2h-2z"})
"BorderInnerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/border_left.cljs
================================================
(ns reagent-mui.icons.border-left
"Imports @mui/icons-material/BorderLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-left (create-svg-icon (e "path" #js {"d" "M11 21h2v-2h-2v2zm0-4h2v-2h-2v2zm0-12h2V3h-2v2zm0 4h2V7h-2v2zm0 4h2v-2h-2v2zm-4 8h2v-2H7v2zM7 5h2V3H7v2zm0 8h2v-2H7v2zm-4 8h2V3H3v18zM19 9h2V7h-2v2zm-4 12h2v-2h-2v2zm4-4h2v-2h-2v2zm0-14v2h2V3h-2zm0 10h2v-2h-2v2zm0 8h2v-2h-2v2zm-4-8h2v-2h-2v2zm0-8h2V3h-2v2z"})
"BorderLeft"))
================================================
FILE: src/icons/reagent_mui/icons/border_left_outlined.cljs
================================================
(ns reagent-mui.icons.border-left-outlined
"Imports @mui/icons-material/BorderLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-left-outlined (create-svg-icon (e "path" #js {"d" "M11 21h2v-2h-2v2zm0-4h2v-2h-2v2zm0-12h2V3h-2v2zm0 4h2V7h-2v2zm0 4h2v-2h-2v2zm-4 8h2v-2H7v2zM7 5h2V3H7v2zm0 8h2v-2H7v2zm-4 8h2V3H3v18zM19 9h2V7h-2v2zm-4 12h2v-2h-2v2zm4-4h2v-2h-2v2zm0-14v2h2V3h-2zm0 10h2v-2h-2v2zm0 8h2v-2h-2v2zm-4-8h2v-2h-2v2zm0-8h2V3h-2v2z"})
"BorderLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/border_left_rounded.cljs
================================================
(ns reagent-mui.icons.border-left-rounded
"Imports @mui/icons-material/BorderLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-left-rounded (create-svg-icon (e "path" #js {"d" "M11 21h2v-2h-2v2zm0-4h2v-2h-2v2zm0-12h2V3h-2v2zm0 4h2V7h-2v2zm0 4h2v-2h-2v2zm-4 8h2v-2H7v2zM7 5h2V3H7v2zm0 8h2v-2H7v2zm-3 8c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1v16c0 .55.45 1 1 1zM19 9h2V7h-2v2zm-4 12h2v-2h-2v2zm4-4h2v-2h-2v2zm0-14v2h2V3h-2zm0 10h2v-2h-2v2zm0 8h2v-2h-2v2zm-4-8h2v-2h-2v2zm0-8h2V3h-2v2z"})
"BorderLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/border_left_sharp.cljs
================================================
(ns reagent-mui.icons.border-left-sharp
"Imports @mui/icons-material/BorderLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-left-sharp (create-svg-icon (e "path" #js {"d" "M11 21h2v-2h-2v2zm0-4h2v-2h-2v2zm0-12h2V3h-2v2zm0 4h2V7h-2v2zm0 4h2v-2h-2v2zm-4 8h2v-2H7v2zM7 5h2V3H7v2zm0 8h2v-2H7v2zm-4 8h2V3H3v18zM19 9h2V7h-2v2zm-4 12h2v-2h-2v2zm4-4h2v-2h-2v2zm0-14v2h2V3h-2zm0 10h2v-2h-2v2zm0 8h2v-2h-2v2zm-4-8h2v-2h-2v2zm0-8h2V3h-2v2z"})
"BorderLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/border_left_two_tone.cljs
================================================
(ns reagent-mui.icons.border-left-two-tone
"Imports @mui/icons-material/BorderLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-left-two-tone (create-svg-icon (e "path" #js {"d" "M11 3h2v2h-2zM3 3h2v18H3zm12 0h2v2h-2zm-4 16h2v2h-2zm0-4h2v2h-2zm4 4h2v2h-2zM11 7h2v2h-2zm0 4h2v2h-2zm8 4h2v2h-2zm0 4h2v2h-2zm0-12h2v2h-2zm0 4h2v2h-2zm0-8h2v2h-2zm-4 8h2v2h-2zm-8 8h2v2H7zm0-8h2v2H7zm0-8h2v2H7z"})
"BorderLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/border_outer.cljs
================================================
(ns reagent-mui.icons.border-outer
"Imports @mui/icons-material/BorderOuter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-outer (create-svg-icon (e "path" #js {"d" "M13 7h-2v2h2V7zm0 4h-2v2h2v-2zm4 0h-2v2h2v-2zM3 3v18h18V3H3zm16 16H5V5h14v14zm-6-4h-2v2h2v-2zm-4-4H7v2h2v-2z"})
"BorderOuter"))
================================================
FILE: src/icons/reagent_mui/icons/border_outer_outlined.cljs
================================================
(ns reagent-mui.icons.border-outer-outlined
"Imports @mui/icons-material/BorderOuterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-outer-outlined (create-svg-icon (e "path" #js {"d" "M13 7h-2v2h2V7zm0 4h-2v2h2v-2zm4 0h-2v2h2v-2zM3 3v18h18V3H3zm16 16H5V5h14v14zm-6-4h-2v2h2v-2zm-4-4H7v2h2v-2z"})
"BorderOuterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/border_outer_rounded.cljs
================================================
(ns reagent-mui.icons.border-outer-rounded
"Imports @mui/icons-material/BorderOuterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-outer-rounded (create-svg-icon (e "path" #js {"d" "M13 7h-2v2h2V7zm0 4h-2v2h2v-2zm4 0h-2v2h2v-2zM3 5v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2zm15 14H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zm-5-4h-2v2h2v-2zm-4-4H7v2h2v-2z"})
"BorderOuterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/border_outer_sharp.cljs
================================================
(ns reagent-mui.icons.border-outer-sharp
"Imports @mui/icons-material/BorderOuterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-outer-sharp (create-svg-icon (e "path" #js {"d" "M13 7h-2v2h2V7zm0 4h-2v2h2v-2zm4 0h-2v2h2v-2zM3 3v18h18V3H3zm16 16H5V5h14v14zm-6-4h-2v2h2v-2zm-4-4H7v2h2v-2z"})
"BorderOuterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/border_outer_two_tone.cljs
================================================
(ns reagent-mui.icons.border-outer-two-tone
"Imports @mui/icons-material/BorderOuterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-outer-two-tone (create-svg-icon (e "path" #js {"d" "M11 11h2v2h-2zm0-4h2v2h-2zm10-4H3v18h18V3zm-2 16H5V5h14v14zm-4-8h2v2h-2zm-8 0h2v2H7zm4 4h2v2h-2z"})
"BorderOuterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/border_right.cljs
================================================
(ns reagent-mui.icons.border-right
"Imports @mui/icons-material/BorderRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-right (create-svg-icon (e "path" #js {"d" "M7 21h2v-2H7v2zM3 5h2V3H3v2zm4 0h2V3H7v2zm0 8h2v-2H7v2zm-4 8h2v-2H3v2zm8 0h2v-2h-2v2zm-8-8h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm8 8h2v-2h-2v2zm4-4h2v-2h-2v2zm4-10v18h2V3h-2zm-4 18h2v-2h-2v2zm0-16h2V3h-2v2zm-4 8h2v-2h-2v2zm0-8h2V3h-2v2zm0 4h2V7h-2v2z"})
"BorderRight"))
================================================
FILE: src/icons/reagent_mui/icons/border_right_outlined.cljs
================================================
(ns reagent-mui.icons.border-right-outlined
"Imports @mui/icons-material/BorderRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-right-outlined (create-svg-icon (e "path" #js {"d" "M7 21h2v-2H7v2zM3 5h2V3H3v2zm4 0h2V3H7v2zm0 8h2v-2H7v2zm-4 8h2v-2H3v2zm8 0h2v-2h-2v2zm-8-8h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm8 8h2v-2h-2v2zm4-4h2v-2h-2v2zm4-10v18h2V3h-2zm-4 18h2v-2h-2v2zm0-16h2V3h-2v2zm-4 8h2v-2h-2v2zm0-8h2V3h-2v2zm0 4h2V7h-2v2z"})
"BorderRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/border_right_rounded.cljs
================================================
(ns reagent-mui.icons.border-right-rounded
"Imports @mui/icons-material/BorderRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-right-rounded (create-svg-icon (e "path" #js {"d" "M7 21h2v-2H7v2zM3 5h2V3H3v2zm4 0h2V3H7v2zm0 8h2v-2H7v2zm-4 8h2v-2H3v2zm8 0h2v-2h-2v2zm-8-8h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm8 8h2v-2h-2v2zm4-4h2v-2h-2v2zm4-9v16c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1zm-4 17h2v-2h-2v2zm0-16h2V3h-2v2zm-4 8h2v-2h-2v2zm0-8h2V3h-2v2zm0 4h2V7h-2v2z"})
"BorderRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/border_right_sharp.cljs
================================================
(ns reagent-mui.icons.border-right-sharp
"Imports @mui/icons-material/BorderRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-right-sharp (create-svg-icon (e "path" #js {"d" "M7 21h2v-2H7v2zM3 5h2V3H3v2zm4 0h2V3H7v2zm0 8h2v-2H7v2zm-4 8h2v-2H3v2zm8 0h2v-2h-2v2zm-8-8h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm8 8h2v-2h-2v2zm4-4h2v-2h-2v2zm4-10v18h2V3h-2zm-4 18h2v-2h-2v2zm0-16h2V3h-2v2zm-4 8h2v-2h-2v2zm0-8h2V3h-2v2zm0 4h2V7h-2v2z"})
"BorderRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/border_right_two_tone.cljs
================================================
(ns reagent-mui.icons.border-right-two-tone
"Imports @mui/icons-material/BorderRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-right-two-tone (create-svg-icon (e "path" #js {"d" "M3 3h2v2H3zm0 16h2v2H3zM15 3h2v2h-2zm0 16h2v2h-2zm0-8h2v2h-2zM3 15h2v2H3zm0-4h2v2H3zm0-4h2v2H3zm8 8h2v2h-2zm-4-4h2v2H7zm0-8h2v2H7zm12 0h2v18h-2zM7 19h2v2H7zm4-16h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zm0 8h2v2h-2z"})
"BorderRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/border_style.cljs
================================================
(ns reagent-mui.icons.border-style
"Imports @mui/icons-material/BorderStyle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-style (create-svg-icon (e "path" #js {"d" "M15 21h2v-2h-2v2zm4 0h2v-2h-2v2zM7 21h2v-2H7v2zm4 0h2v-2h-2v2zm8-4h2v-2h-2v2zm0-4h2v-2h-2v2zM3 3v18h2V5h16V3H3zm16 6h2V7h-2v2z"})
"BorderStyle"))
================================================
FILE: src/icons/reagent_mui/icons/border_style_outlined.cljs
================================================
(ns reagent-mui.icons.border-style-outlined
"Imports @mui/icons-material/BorderStyleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-style-outlined (create-svg-icon (e "path" #js {"d" "M15 21h2v-2h-2v2zm4 0h2v-2h-2v2zM7 21h2v-2H7v2zm4 0h2v-2h-2v2zm8-4h2v-2h-2v2zm0-4h2v-2h-2v2zM3 3v18h2V5h16V3H3zm16 6h2V7h-2v2z"})
"BorderStyleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/border_style_rounded.cljs
================================================
(ns reagent-mui.icons.border-style-rounded
"Imports @mui/icons-material/BorderStyleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-style-rounded (create-svg-icon (e "path" #js {"d" "M15 21h2v-2h-2v2zm4 0h2v-2h-2v2zM7 21h2v-2H7v2zm4 0h2v-2h-2v2zm8-4h2v-2h-2v2zm0-4h2v-2h-2v2zM3 5v15c0 .55.45 1 1 1s1-.45 1-1V6c0-.55.45-1 1-1h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2zm16 4h2V7h-2v2z"})
"BorderStyleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/border_style_sharp.cljs
================================================
(ns reagent-mui.icons.border-style-sharp
"Imports @mui/icons-material/BorderStyleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-style-sharp (create-svg-icon (e "path" #js {"d" "M15 21h2v-2h-2v2zm4 0h2v-2h-2v2zM7 21h2v-2H7v2zm4 0h2v-2h-2v2zm8-4h2v-2h-2v2zm0-4h2v-2h-2v2zM3 3v18h2V5h16V3H3zm16 6h2V7h-2v2z"})
"BorderStyleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/border_style_two_tone.cljs
================================================
(ns reagent-mui.icons.border-style-two-tone
"Imports @mui/icons-material/BorderStyleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-style-two-tone (create-svg-icon (e "path" #js {"d" "M19 19h2v2h-2zm0-8h2v2h-2zm0 4h2v2h-2zm-4 4h2v2h-2zM3 21h2V5h16V3H3zM19 7h2v2h-2zm-8 12h2v2h-2zm-4 0h2v2H7z"})
"BorderStyleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/border_top.cljs
================================================
(ns reagent-mui.icons.border-top
"Imports @mui/icons-material/BorderTop as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-top (create-svg-icon (e "path" #js {"d" "M7 21h2v-2H7v2zm0-8h2v-2H7v2zm4 0h2v-2h-2v2zm0 8h2v-2h-2v2zm-8-4h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2v-2H3v2zm0-4h2V7H3v2zm8 8h2v-2h-2v2zm8-8h2V7h-2v2zm0 4h2v-2h-2v2zM3 3v2h18V3H3zm16 14h2v-2h-2v2zm-4 4h2v-2h-2v2zM11 9h2V7h-2v2zm8 12h2v-2h-2v2zm-4-8h2v-2h-2v2z"})
"BorderTop"))
================================================
FILE: src/icons/reagent_mui/icons/border_top_outlined.cljs
================================================
(ns reagent-mui.icons.border-top-outlined
"Imports @mui/icons-material/BorderTopOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-top-outlined (create-svg-icon (e "path" #js {"d" "M7 21h2v-2H7v2zm0-8h2v-2H7v2zm4 0h2v-2h-2v2zm0 8h2v-2h-2v2zm-8-4h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2v-2H3v2zm0-4h2V7H3v2zm8 8h2v-2h-2v2zm8-8h2V7h-2v2zm0 4h2v-2h-2v2zM3 3v2h18V3H3zm16 14h2v-2h-2v2zm-4 4h2v-2h-2v2zM11 9h2V7h-2v2zm8 12h2v-2h-2v2zm-4-8h2v-2h-2v2z"})
"BorderTopOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/border_top_rounded.cljs
================================================
(ns reagent-mui.icons.border-top-rounded
"Imports @mui/icons-material/BorderTopRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-top-rounded (create-svg-icon (e "path" #js {"d" "M7 21h2v-2H7v2zm0-8h2v-2H7v2zm4 0h2v-2h-2v2zm0 8h2v-2h-2v2zm-8-4h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2v-2H3v2zm0-4h2V7H3v2zm8 8h2v-2h-2v2zm8-8h2V7h-2v2zm0 4h2v-2h-2v2zM3 4c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1zm16 13h2v-2h-2v2zm-4 4h2v-2h-2v2zM11 9h2V7h-2v2zm8 12h2v-2h-2v2zm-4-8h2v-2h-2v2z"})
"BorderTopRounded"))
================================================
FILE: src/icons/reagent_mui/icons/border_top_sharp.cljs
================================================
(ns reagent-mui.icons.border-top-sharp
"Imports @mui/icons-material/BorderTopSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-top-sharp (create-svg-icon (e "path" #js {"d" "M7 21h2v-2H7v2zm0-8h2v-2H7v2zm4 0h2v-2h-2v2zm0 8h2v-2h-2v2zm-8-4h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2v-2H3v2zm0-4h2V7H3v2zm8 8h2v-2h-2v2zm8-8h2V7h-2v2zm0 4h2v-2h-2v2zM3 3v2h18V3H3zm16 14h2v-2h-2v2zm-4 4h2v-2h-2v2zM11 9h2V7h-2v2zm8 12h2v-2h-2v2zm-4-8h2v-2h-2v2z"})
"BorderTopSharp"))
================================================
FILE: src/icons/reagent_mui/icons/border_top_two_tone.cljs
================================================
(ns reagent-mui.icons.border-top-two-tone
"Imports @mui/icons-material/BorderTopTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-top-two-tone (create-svg-icon (e "path" #js {"d" "M19 19h2v2h-2zM3 19h2v2H3zm8 0h2v2h-2zm-8-8h2v2H3zm0 4h2v2H3zm4 4h2v2H7zm4-12h2v2h-2zm0 4h2v2h-2zM3 7h2v2H3zm0-4h18v2H3zm8 12h2v2h-2zm4 4h2v2h-2zm-8-8h2v2H7zm8 0h2v2h-2zm4 4h2v2h-2zm0-4h2v2h-2zm0-4h2v2h-2z"})
"BorderTopTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/border_vertical.cljs
================================================
(ns reagent-mui.icons.border-vertical
"Imports @mui/icons-material/BorderVertical as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-vertical (create-svg-icon (e "path" #js {"d" "M3 9h2V7H3v2zm0-4h2V3H3v2zm4 16h2v-2H7v2zm0-8h2v-2H7v2zm-4 0h2v-2H3v2zm0 8h2v-2H3v2zm0-4h2v-2H3v2zM7 5h2V3H7v2zm12 12h2v-2h-2v2zm-8 4h2V3h-2v18zm8 0h2v-2h-2v2zm0-8h2v-2h-2v2zm0-10v2h2V3h-2zm0 6h2V7h-2v2zm-4-4h2V3h-2v2zm0 16h2v-2h-2v2zm0-8h2v-2h-2v2z"})
"BorderVertical"))
================================================
FILE: src/icons/reagent_mui/icons/border_vertical_outlined.cljs
================================================
(ns reagent-mui.icons.border-vertical-outlined
"Imports @mui/icons-material/BorderVerticalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-vertical-outlined (create-svg-icon (e "path" #js {"d" "M3 9h2V7H3v2zm0-4h2V3H3v2zm4 16h2v-2H7v2zm0-8h2v-2H7v2zm-4 0h2v-2H3v2zm0 8h2v-2H3v2zm0-4h2v-2H3v2zM7 5h2V3H7v2zm12 12h2v-2h-2v2zm-8 4h2V3h-2v18zm8 0h2v-2h-2v2zm0-8h2v-2h-2v2zm0-10v2h2V3h-2zm0 6h2V7h-2v2zm-4-4h2V3h-2v2zm0 16h2v-2h-2v2zm0-8h2v-2h-2v2z"})
"BorderVerticalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/border_vertical_rounded.cljs
================================================
(ns reagent-mui.icons.border-vertical-rounded
"Imports @mui/icons-material/BorderVerticalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-vertical-rounded (create-svg-icon (e "path" #js {"d" "M3 9h2V7H3v2zm0-4h2V3H3v2zm4 16h2v-2H7v2zm0-8h2v-2H7v2zm-4 0h2v-2H3v2zm0 8h2v-2H3v2zm0-4h2v-2H3v2zM7 5h2V3H7v2zm12 12h2v-2h-2v2zm-7 4c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1v16c0 .55.45 1 1 1zm7 0h2v-2h-2v2zm0-8h2v-2h-2v2zm0-10v2h2V3h-2zm0 6h2V7h-2v2zm-4-4h2V3h-2v2zm0 16h2v-2h-2v2zm0-8h2v-2h-2v2z"})
"BorderVerticalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/border_vertical_sharp.cljs
================================================
(ns reagent-mui.icons.border-vertical-sharp
"Imports @mui/icons-material/BorderVerticalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-vertical-sharp (create-svg-icon (e "path" #js {"d" "M3 9h2V7H3v2zm0-4h2V3H3v2zm4 16h2v-2H7v2zm0-8h2v-2H7v2zm-4 0h2v-2H3v2zm0 8h2v-2H3v2zm0-4h2v-2H3v2zM7 5h2V3H7v2zm12 12h2v-2h-2v2zm-8 4h2V3h-2v18zm8 0h2v-2h-2v2zm0-8h2v-2h-2v2zm0-10v2h2V3h-2zm0 6h2V7h-2v2zm-4-4h2V3h-2v2zm0 16h2v-2h-2v2zm0-8h2v-2h-2v2z"})
"BorderVerticalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/border_vertical_two_tone.cljs
================================================
(ns reagent-mui.icons.border-vertical-two-tone
"Imports @mui/icons-material/BorderVerticalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def border-vertical-two-tone (create-svg-icon (e "path" #js {"d" "M7 3h2v2H7zm0 8h2v2H7zm0 8h2v2H7zm-4 0h2v2H3zM3 3h2v2H3zm0 8h2v2H3zm16-8h2v2h-2zM3 7h2v2H3zm8-4h2v18h-2zM3 15h2v2H3zm12-4h2v2h-2zm4 4h2v2h-2zm0-4h2v2h-2zm0-4h2v2h-2zm0 12h2v2h-2zm-4 0h2v2h-2zm0-16h2v2h-2z"})
"BorderVerticalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/boy.cljs
================================================
(ns reagent-mui.icons.boy
"Imports @mui/icons-material/Boy as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def boy (create-svg-icon (e "path" #js {"d" "M12 7.5c.97 0 1.75-.78 1.75-1.75S12.97 4 12 4s-1.75.78-1.75 1.75S11.03 7.5 12 7.5zM14 20v-5h1v-4.5c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2V15h1v5h4z"})
"Boy"))
================================================
FILE: src/icons/reagent_mui/icons/boy_outlined.cljs
================================================
(ns reagent-mui.icons.boy-outlined
"Imports @mui/icons-material/BoyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def boy-outlined (create-svg-icon (e "path" #js {"d" "M12 7.5c.97 0 1.75-.78 1.75-1.75S12.97 4 12 4s-1.75.78-1.75 1.75S11.03 7.5 12 7.5zM14 20v-5h1v-4.5c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2V15h1v5h4z"})
"BoyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/boy_rounded.cljs
================================================
(ns reagent-mui.icons.boy-rounded
"Imports @mui/icons-material/BoyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def boy-rounded (create-svg-icon (e "path" #js {"d" "M12 7.5c.97 0 1.75-.78 1.75-1.75S12.97 4 12 4s-1.75.78-1.75 1.75S11.03 7.5 12 7.5zM14 19c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-4c-.55 0-1-.45-1-1v-3.5c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2V14c0 .55-.45 1-1 1v4z"})
"BoyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/boy_sharp.cljs
================================================
(ns reagent-mui.icons.boy-sharp
"Imports @mui/icons-material/BoySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def boy-sharp (create-svg-icon (e "path" #js {"d" "M12 7.5c.97 0 1.75-.78 1.75-1.75S12.97 4 12 4s-1.75.78-1.75 1.75S11.03 7.5 12 7.5zM14 20v-5h1v-4.5c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2V15h1v5h4z"})
"BoySharp"))
================================================
FILE: src/icons/reagent_mui/icons/boy_two_tone.cljs
================================================
(ns reagent-mui.icons.boy-two-tone
"Imports @mui/icons-material/BoyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def boy-two-tone (create-svg-icon (e "path" #js {"d" "M12 7.5c.97 0 1.75-.78 1.75-1.75S12.97 4 12 4s-1.75.78-1.75 1.75S11.03 7.5 12 7.5zM14 20v-5h1v-4.5c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2V15h1v5h4z"})
"BoyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/branding_watermark.cljs
================================================
(ns reagent-mui.icons.branding-watermark
"Imports @mui/icons-material/BrandingWatermark as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def branding-watermark (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16h-9v-6h9v6z"})
"BrandingWatermark"))
================================================
FILE: src/icons/reagent_mui/icons/branding_watermark_outlined.cljs
================================================
(ns reagent-mui.icons.branding-watermark-outlined
"Imports @mui/icons-material/BrandingWatermarkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def branding-watermark-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zm-10-7h9v6h-9z"})
"BrandingWatermarkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/branding_watermark_rounded.cljs
================================================
(ns reagent-mui.icons.branding-watermark-rounded
"Imports @mui/icons-material/BrandingWatermarkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def branding-watermark-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16h-7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h7c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1z"})
"BrandingWatermarkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/branding_watermark_sharp.cljs
================================================
(ns reagent-mui.icons.branding-watermark-sharp
"Imports @mui/icons-material/BrandingWatermarkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def branding-watermark-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v18h22V3zm-2 16h-9v-6h9v6z"})
"BrandingWatermarkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/branding_watermark_two_tone.cljs
================================================
(ns reagent-mui.icons.branding-watermark-two-tone
"Imports @mui/icons-material/BrandingWatermarkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def branding-watermark-two-tone (create-svg-icon [(e "path" #js {"d" "M3 19h18V5H3v14zm8-7h9v6h-9v-6z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zm-10-7h9v6h-9z"})]
"BrandingWatermarkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/breakfast_dining.cljs
================================================
(ns reagent-mui.icons.breakfast-dining
"Imports @mui/icons-material/BreakfastDining as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def breakfast-dining (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M18 3H6C3.79 3 2 4.79 2 7c0 1.48.81 2.75 2 3.45V19c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8.55c1.19-.69 2-1.97 2-3.45 0-2.21-1.79-4-4-4zm-4 12h-4v-4h4v4z"})
"BreakfastDining"))
================================================
FILE: src/icons/reagent_mui/icons/breakfast_dining_outlined.cljs
================================================
(ns reagent-mui.icons.breakfast-dining-outlined
"Imports @mui/icons-material/BreakfastDiningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def breakfast-dining-outlined (create-svg-icon [(e "path" #js {"d" "M18 3H6C3.79 3 2 4.79 2 7c0 1.48.81 2.75 2 3.45V19c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8.55c1.19-.69 2-1.97 2-3.45 0-2.21-1.79-4-4-4zm1 5.72-1 .58V19H6V9.31l-.99-.58C4.38 8.35 4 7.71 4 7c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2 0 .71-.38 1.36-1 1.72z"}) (e "path" #js {"d" "M12.71 9.29C12.51 9.1 12.26 9 12 9s-.51.1-.71.29l-3 3c-.39.39-.39 1.02 0 1.41l3 3c.2.2.45.3.71.3s.51-.1.71-.29l3-3c.39-.39.39-1.02 0-1.41l-3-3.01zM12 14.58 10.41 13 12 11.41 13.59 13 12 14.58z"})]
"BreakfastDiningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/breakfast_dining_rounded.cljs
================================================
(ns reagent-mui.icons.breakfast-dining-rounded
"Imports @mui/icons-material/BreakfastDiningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def breakfast-dining-rounded (create-svg-icon (e "path" #js {"d" "M18 3H6C3.79 3 2 4.79 2 7c0 1.48.81 2.75 2 3.45V19c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8.55c1.19-.69 2-1.97 2-3.45 0-2.21-1.79-4-4-4zm-2.29 10.7-3 3c-.39.39-1.02.39-1.42 0l-3-3a.9959.9959 0 0 1 0-1.41l3-3c.39-.39 1.02-.39 1.41 0l3 3c.4.39.4 1.02.01 1.41z"})
"BreakfastDiningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/breakfast_dining_sharp.cljs
================================================
(ns reagent-mui.icons.breakfast-dining-sharp
"Imports @mui/icons-material/BreakfastDiningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def breakfast-dining-sharp (create-svg-icon (e "path" #js {"d" "M17.85 3H6.14C4.15 3 2.36 4.39 2.05 6.36c-.27 1.75.59 3.29 1.95 4.09V21h16V10.45c1.36-.79 2.23-2.36 1.95-4.11C21.63 4.38 19.83 3 17.85 3zm-1.44 10L12 17.42 7.59 13 12 8.59 16.41 13z"})
"BreakfastDiningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/breakfast_dining_two_tone.cljs
================================================
(ns reagent-mui.icons.breakfast-dining-two-tone
"Imports @mui/icons-material/BreakfastDiningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def breakfast-dining-two-tone (create-svg-icon [(e "path" #js {"d" "M18 5H6c-1.1 0-2 .9-2 2 0 .71.38 1.35 1.01 1.73l.99.58V19h12V9.3l1-.58c.63-.36 1-1.01 1-1.72 0-1.1-.9-2-2-2zm-2.29 8.7-3 3c-.2.2-.45.3-.71.3s-.51-.1-.71-.29l-3-3a.9959.9959 0 0 1 0-1.41l3-3c.2-.2.45-.3.71-.3s.51.1.71.29l3 3c.39.39.39 1.02 0 1.41z", "opacity" ".3"}) (e "path" #js {"d" "M18 3H6C3.79 3 2 4.79 2 7c0 1.48.81 2.75 2 3.45V19c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8.55c1.19-.69 2-1.97 2-3.45 0-2.21-1.79-4-4-4zm1 5.72-1 .58V19H6V9.31l-.99-.58C4.38 8.35 4 7.71 4 7c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2 0 .71-.38 1.36-1 1.72z"}) (e "path" #js {"d" "M12.71 9.29C12.51 9.1 12.26 9 12 9s-.51.1-.71.29l-3 3c-.39.39-.39 1.02 0 1.41l3 3c.2.2.45.3.71.3s.51-.1.71-.29l3-3c.39-.39.39-1.02 0-1.41l-3-3.01zM12 14.58 10.41 13 12 11.41 13.59 13 12 14.58z"})]
"BreakfastDiningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_1.cljs
================================================
(ns reagent-mui.icons.brightness-1
"Imports @mui/icons-material/Brightness1 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-1 (create-svg-icon (e "circle" #js {"cx" "12", "cy" "12", "r" "10"})
"Brightness1"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_1_outlined.cljs
================================================
(ns reagent-mui.icons.brightness-1-outlined
"Imports @mui/icons-material/Brightness1Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-1-outlined (create-svg-icon (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"})
"Brightness1Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_1_rounded.cljs
================================================
(ns reagent-mui.icons.brightness-1-rounded
"Imports @mui/icons-material/Brightness1Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-1-rounded (create-svg-icon (e "circle" #js {"cx" "12", "cy" "12", "r" "10"})
"Brightness1Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_1_sharp.cljs
================================================
(ns reagent-mui.icons.brightness-1-sharp
"Imports @mui/icons-material/Brightness1Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-1-sharp (create-svg-icon (e "circle" #js {"cx" "12", "cy" "12", "r" "10"})
"Brightness1Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_1_two_tone.cljs
================================================
(ns reagent-mui.icons.brightness-1-two-tone
"Imports @mui/icons-material/Brightness1TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-1-two-tone (create-svg-icon [(e "path" #js {"d" "M12 20c4.41 0 8-3.59 8-8s-3.59-8-8-8-8 3.59-8 8 3.59 8 8 8z", "opacity" ".3"}) (e "path" #js {"d" "M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm0-18c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8z"})]
"Brightness1TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_2.cljs
================================================
(ns reagent-mui.icons.brightness-2
"Imports @mui/icons-material/Brightness2 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-2 (create-svg-icon (e "path" #js {"d" "M10 2c-1.82 0-3.53.5-5 1.35C7.99 5.08 10 8.3 10 12s-2.01 6.92-5 8.65C6.47 21.5 8.18 22 10 22c5.52 0 10-4.48 10-10S15.52 2 10 2z"})
"Brightness2"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_2_outlined.cljs
================================================
(ns reagent-mui.icons.brightness-2-outlined
"Imports @mui/icons-material/Brightness2Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-2-outlined (create-svg-icon (e "path" #js {"d" "M10 4c4.41 0 8 3.59 8 8s-3.59 8-8 8c-.34 0-.68-.02-1.01-.07C10.9 17.77 12 14.95 12 12s-1.1-5.77-3.01-7.93C9.32 4.02 9.66 4 10 4m0-2c-1.82 0-3.53.5-5 1.35C7.99 5.08 10 8.3 10 12s-2.01 6.92-5 8.65C6.47 21.5 8.18 22 10 22c5.52 0 10-4.48 10-10S15.52 2 10 2z"})
"Brightness2Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_2_rounded.cljs
================================================
(ns reagent-mui.icons.brightness-2-rounded
"Imports @mui/icons-material/Brightness2Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-2-rounded (create-svg-icon (e "path" #js {"d" "M12.43 2.3c-2.38-.59-4.68-.27-6.63.64-.35.16-.41.64-.1.86C8.3 5.6 10 8.6 10 12c0 3.4-1.7 6.4-4.3 8.2-.32.22-.26.7.09.86 1.28.6 2.71.94 4.21.94 6.05 0 10.85-5.38 9.87-11.6-.61-3.92-3.59-7.16-7.44-8.1z"})
"Brightness2Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_2_sharp.cljs
================================================
(ns reagent-mui.icons.brightness-2-sharp
"Imports @mui/icons-material/Brightness2Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-2-sharp (create-svg-icon (e "path" #js {"d" "M10 2c-1.82 0-3.53.5-5 1.35C7.99 5.08 10 8.3 10 12s-2.01 6.92-5 8.65C6.47 21.5 8.18 22 10 22c5.52 0 10-4.48 10-10S15.52 2 10 2z"})
"Brightness2Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_2_two_tone.cljs
================================================
(ns reagent-mui.icons.brightness-2-two-tone
"Imports @mui/icons-material/Brightness2TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-2-two-tone (create-svg-icon [(e "path" #js {"d" "M18 12c0-4.41-3.59-8-8-8-.34 0-.68.02-1.01.07C10.9 6.23 12 9.05 12 12c0 2.95-1.1 5.77-3.01 7.93.33.05.67.07 1.01.07 4.41 0 8-3.59 8-8z", "opacity" ".3"}) (e "path" #js {"d" "M5 20.65C6.47 21.5 8.18 22 10 22c5.52 0 10-4.48 10-10S15.52 2 10 2c-1.82 0-3.53.5-5 1.35C7.99 5.08 10 8.3 10 12s-2.01 6.92-5 8.65zM12 12c0-2.95-1.1-5.77-3.01-7.93C9.32 4.02 9.66 4 10 4c4.41 0 8 3.59 8 8s-3.59 8-8 8c-.34 0-.68-.02-1.01-.07C10.9 17.77 12 14.95 12 12z"})]
"Brightness2TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_3.cljs
================================================
(ns reagent-mui.icons.brightness-3
"Imports @mui/icons-material/Brightness3 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-3 (create-svg-icon (e "path" #js {"d" "M9 2c-1.05 0-2.05.16-3 .46 4.06 1.27 7 5.06 7 9.54 0 4.48-2.94 8.27-7 9.54.95.3 1.95.46 3 .46 5.52 0 10-4.48 10-10S14.52 2 9 2z"})
"Brightness3"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_3_outlined.cljs
================================================
(ns reagent-mui.icons.brightness-3-outlined
"Imports @mui/icons-material/Brightness3Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-3-outlined (create-svg-icon (e "path" #js {"d" "M12.7 4.91C15.25 6.24 17 8.92 17 12s-1.75 5.76-4.3 7.09c1.46-2 2.3-4.46 2.3-7.09s-.84-5.09-2.3-7.09M9 2c-1.05 0-2.05.16-3 .46 4.06 1.27 7 5.06 7 9.54s-2.94 8.27-7 9.54c.95.3 1.95.46 3 .46 5.52 0 10-4.48 10-10S14.52 2 9 2z"})
"Brightness3Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_3_rounded.cljs
================================================
(ns reagent-mui.icons.brightness-3-rounded
"Imports @mui/icons-material/Brightness3Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-3-rounded (create-svg-icon (e "path" #js {"d" "M8.93 2h-.14c-.83.02-1.09 1.12-.39 1.56 2.78 1.77 4.63 4.89 4.63 8.44s-1.84 6.66-4.62 8.43c-.71.46-.43 1.55.41 1.57h.21c6.05 0 10.86-5.39 9.87-11.63-.76-4.84-5.07-8.42-9.97-8.37z"})
"Brightness3Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_3_sharp.cljs
================================================
(ns reagent-mui.icons.brightness-3-sharp
"Imports @mui/icons-material/Brightness3Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-3-sharp (create-svg-icon (e "path" #js {"d" "M9 2c-1.05 0-2.05.16-3 .46 4.06 1.27 7 5.06 7 9.54s-2.94 8.27-7 9.54c.95.3 1.95.46 3 .46 5.52 0 10-4.48 10-10S14.52 2 9 2z"})
"Brightness3Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_3_two_tone.cljs
================================================
(ns reagent-mui.icons.brightness-3-two-tone
"Imports @mui/icons-material/Brightness3TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-3-two-tone (create-svg-icon [(e "path" #js {"d" "M12.7 4.91c1.46 2 2.3 4.46 2.3 7.09s-.84 5.09-2.3 7.09C15.25 17.76 17 15.08 17 12s-1.75-5.76-4.3-7.09z", "opacity" ".3"}) (e "path" #js {"d" "M9 2c-1.05 0-2.05.16-3 .46 4.06 1.27 7 5.06 7 9.54 0 4.48-2.94 8.27-7 9.54.95.3 1.95.46 3 .46 5.52 0 10-4.48 10-10S14.52 2 9 2zm3.7 17.09c1.46-2 2.3-4.46 2.3-7.09s-.84-5.09-2.3-7.09C15.25 6.24 17 8.92 17 12s-1.75 5.76-4.3 7.09z"})]
"Brightness3TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_4.cljs
================================================
(ns reagent-mui.icons.brightness-4
"Imports @mui/icons-material/Brightness4 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-4 (create-svg-icon (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zM12 18c-.89 0-1.74-.2-2.5-.55C11.56 16.5 13 14.42 13 12s-1.44-4.5-3.5-5.45C10.26 6.2 11.11 6 12 6c3.31 0 6 2.69 6 6s-2.69 6-6 6z"})
"Brightness4"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_4_outlined.cljs
================================================
(ns reagent-mui.icons.brightness-4-outlined
"Imports @mui/icons-material/Brightness4Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-4-outlined (create-svg-icon (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48zM12.29 7c-.74 0-1.45.17-2.08.46 1.72.79 2.92 2.53 2.92 4.54s-1.2 3.75-2.92 4.54c.63.29 1.34.46 2.08.46 2.76 0 5-2.24 5-5s-2.24-5-5-5z"})
"Brightness4Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_4_rounded.cljs
================================================
(ns reagent-mui.icons.brightness-4-rounded
"Imports @mui/icons-material/Brightness4Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-4-rounded (create-svg-icon (e "path" #js {"d" "M22.6 11.29 20 8.69V5c0-.55-.45-1-1-1h-3.69l-2.6-2.6a.9959.9959 0 0 0-1.41 0L8.69 4H5c-.55 0-1 .45-1 1v3.69l-2.6 2.6c-.39.39-.39 1.02 0 1.41L4 15.3V19c0 .55.45 1 1 1h3.69l2.6 2.6c.39.39 1.02.39 1.41 0l2.6-2.6H19c.55 0 1-.45 1-1v-3.69l2.6-2.6c.39-.39.39-1.03 0-1.42zm-4.68 1.69c-.34 2.12-1.85 3.94-3.88 4.66-1.21.43-2.41.45-3.5.18-.41-.1-.48-.65-.13-.9C11.98 15.84 13 14.04 13 12s-1.02-3.84-2.58-4.92c-.35-.24-.29-.79.13-.9 1.09-.27 2.29-.25 3.5.18 2.02.72 3.54 2.54 3.88 4.66.05.33.07.66.07.98-.01.32-.03.65-.08.98z"})
"Brightness4Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_4_sharp.cljs
================================================
(ns reagent-mui.icons.brightness-4-sharp
"Imports @mui/icons-material/Brightness4Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-4-sharp (create-svg-icon (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zM12 18c-.89 0-1.74-.2-2.5-.55C11.56 16.5 13 14.42 13 12s-1.44-4.5-3.5-5.45C10.26 6.2 11.11 6 12 6c3.31 0 6 2.69 6 6s-2.69 6-6 6z"})
"Brightness4Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_4_two_tone.cljs
================================================
(ns reagent-mui.icons.brightness-4-two-tone
"Imports @mui/icons-material/Brightness4TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-4-two-tone (create-svg-icon [(e "path" #js {"d" "M18 9.52V6h-3.52L12 3.52 9.52 6H6v3.52L3.52 12 6 14.48V18h3.52L12 20.48 14.48 18H18v-3.52L20.48 12 18 9.52zM12.29 17c-.74 0-1.45-.17-2.08-.46 1.72-.79 2.92-2.52 2.92-4.54s-1.2-3.75-2.92-4.54c.63-.29 1.34-.46 2.08-.46 2.76 0 5 2.24 5 5s-2.24 5-5 5z", "opacity" ".3"}) (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48zM12.29 7c-.74 0-1.45.17-2.08.46 1.72.79 2.92 2.53 2.92 4.54s-1.2 3.75-2.92 4.54c.63.29 1.34.46 2.08.46 2.76 0 5-2.24 5-5s-2.24-5-5-5z"})]
"Brightness4TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_5.cljs
================================================
(ns reagent-mui.icons.brightness-5
"Imports @mui/icons-material/Brightness5 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-5 (create-svg-icon (e "path" #js {"d" "M20 15.31 23.31 12 20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})
"Brightness5"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_5_outlined.cljs
================================================
(ns reagent-mui.icons.brightness-5-outlined
"Imports @mui/icons-material/Brightness5Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-5-outlined (create-svg-icon (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48zM12 6.5c-3.03 0-5.5 2.47-5.5 5.5s2.47 5.5 5.5 5.5 5.5-2.47 5.5-5.5-2.47-5.5-5.5-5.5zm0 9c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"})
"Brightness5Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_5_rounded.cljs
================================================
(ns reagent-mui.icons.brightness-5-rounded
"Imports @mui/icons-material/Brightness5Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-5-rounded (create-svg-icon (e "path" #js {"d" "m20 15.31 2.6-2.6c.39-.39.39-1.02 0-1.41L20 8.69V5c0-.55-.45-1-1-1h-3.69l-2.6-2.6a.9959.9959 0 0 0-1.41 0L8.69 4H5c-.55 0-1 .45-1 1v3.69l-2.6 2.6c-.39.39-.39 1.02 0 1.41L4 15.3V19c0 .55.45 1 1 1h3.69l2.6 2.6c.39.39 1.02.39 1.41 0l2.6-2.6H19c.55 0 1-.45 1-1v-3.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})
"Brightness5Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_5_sharp.cljs
================================================
(ns reagent-mui.icons.brightness-5-sharp
"Imports @mui/icons-material/Brightness5Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-5-sharp (create-svg-icon (e "path" #js {"d" "M20 15.31 23.31 12 20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})
"Brightness5Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_5_two_tone.cljs
================================================
(ns reagent-mui.icons.brightness-5-two-tone
"Imports @mui/icons-material/Brightness5TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-5-two-tone (create-svg-icon [(e "path" #js {"d" "M18 9.52V6h-3.52L12 3.52 9.52 6H6v3.52L3.52 12 6 14.48V18h3.52L12 20.48 14.48 18H18v-3.52L20.48 12 18 9.52zm-6 7.98c-3.03 0-5.5-2.47-5.5-5.5S8.97 6.5 12 6.5s5.5 2.47 5.5 5.5-2.47 5.5-5.5 5.5z", "opacity" ".3"}) (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48zM12 6.5c-3.03 0-5.5 2.47-5.5 5.5s2.47 5.5 5.5 5.5 5.5-2.47 5.5-5.5-2.47-5.5-5.5-5.5zm0 9c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"})]
"Brightness5TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_6.cljs
================================================
(ns reagent-mui.icons.brightness-6
"Imports @mui/icons-material/Brightness6 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-6 (create-svg-icon (e "path" #js {"d" "M20 15.31 23.31 12 20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69zM12 18V6c3.31 0 6 2.69 6 6s-2.69 6-6 6z"})
"Brightness6"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_6_outlined.cljs
================================================
(ns reagent-mui.icons.brightness-6-outlined
"Imports @mui/icons-material/Brightness6Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-6-outlined (create-svg-icon (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48zM12 6.5v11c3.03 0 5.5-2.47 5.5-5.5S15.03 6.5 12 6.5z"})
"Brightness6Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_6_rounded.cljs
================================================
(ns reagent-mui.icons.brightness-6-rounded
"Imports @mui/icons-material/Brightness6Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-6-rounded (create-svg-icon (e "path" #js {"d" "m20 15.31 2.6-2.6c.39-.39.39-1.02 0-1.41L20 8.69V5c0-.55-.45-1-1-1h-3.69l-2.6-2.6a.9959.9959 0 0 0-1.41 0L8.69 4H5c-.55 0-1 .45-1 1v3.69l-2.6 2.6c-.39.39-.39 1.02 0 1.41L4 15.3V19c0 .55.45 1 1 1h3.69l2.6 2.6c.39.39 1.02.39 1.41 0l2.6-2.6H19c.55 0 1-.45 1-1v-3.69zm-8 1.59V7.1c0-.61.55-1.11 1.15-.99C15.91 6.65 18 9.08 18 12s-2.09 5.35-4.85 5.89c-.6.12-1.15-.38-1.15-.99z"})
"Brightness6Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_6_sharp.cljs
================================================
(ns reagent-mui.icons.brightness-6-sharp
"Imports @mui/icons-material/Brightness6Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-6-sharp (create-svg-icon (e "path" #js {"d" "M20 15.31 23.31 12 20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69zM12 18V6c3.31 0 6 2.69 6 6s-2.69 6-6 6z"})
"Brightness6Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_6_two_tone.cljs
================================================
(ns reagent-mui.icons.brightness-6-two-tone
"Imports @mui/icons-material/Brightness6TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-6-two-tone (create-svg-icon [(e "path" #js {"d" "M18 9.52V6h-3.52L12 3.52 9.52 6H6v3.52L3.52 12 6 14.48V18h3.52L12 20.48 14.48 18H18v-3.52L20.48 12 18 9.52zm-6 7.98v-11c3.03 0 5.5 2.47 5.5 5.5s-2.47 5.5-5.5 5.5z", "opacity" ".3"}) (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48zM12 6.5v11c3.03 0 5.5-2.47 5.5-5.5S15.03 6.5 12 6.5z"})]
"Brightness6TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_7.cljs
================================================
(ns reagent-mui.icons.brightness-7
"Imports @mui/icons-material/Brightness7 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-7 (create-svg-icon (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm0-10c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"})
"Brightness7"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_7_outlined.cljs
================================================
(ns reagent-mui.icons.brightness-7-outlined
"Imports @mui/icons-material/Brightness7Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-7-outlined (create-svg-icon [(e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48zM12 6.5c-3.03 0-5.5 2.47-5.5 5.5s2.47 5.5 5.5 5.5 5.5-2.47 5.5-5.5-2.47-5.5-5.5-5.5zm0 9c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "2"})]
"Brightness7Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_7_rounded.cljs
================================================
(ns reagent-mui.icons.brightness-7-rounded
"Imports @mui/icons-material/Brightness7Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-7-rounded (create-svg-icon (e "path" #js {"d" "M20 8.69V5c0-.55-.45-1-1-1h-3.69l-2.6-2.6a.9959.9959 0 0 0-1.41 0L8.69 4H5c-.55 0-1 .45-1 1v3.69l-2.6 2.6c-.39.39-.39 1.02 0 1.41L4 15.3V19c0 .55.45 1 1 1h3.69l2.6 2.6c.39.39 1.02.39 1.41 0l2.6-2.6H19c.55 0 1-.45 1-1v-3.69l2.6-2.6c.39-.39.39-1.02 0-1.41L20 8.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm0-10c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"})
"Brightness7Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_7_sharp.cljs
================================================
(ns reagent-mui.icons.brightness-7-sharp
"Imports @mui/icons-material/Brightness7Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-7-sharp (create-svg-icon (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm0-10c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"})
"Brightness7Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_7_two_tone.cljs
================================================
(ns reagent-mui.icons.brightness-7-two-tone
"Imports @mui/icons-material/Brightness7TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-7-two-tone (create-svg-icon [(e "path" #js {"d" "M18 9.52V6h-3.52L12 3.52 9.52 6H6v3.52L3.52 12 6 14.48V18h3.52L12 20.48 14.48 18H18v-3.52L20.48 12 18 9.52zm-6 7.98c-3.03 0-5.5-2.47-5.5-5.5S8.97 6.5 12 6.5s5.5 2.47 5.5 5.5-2.47 5.5-5.5 5.5z", "opacity" ".3"}) (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48zM12 6.5c-3.03 0-5.5 2.47-5.5 5.5s2.47 5.5 5.5 5.5 5.5-2.47 5.5-5.5-2.47-5.5-5.5-5.5zm0 9c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "2"})]
"Brightness7TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_auto.cljs
================================================
(ns reagent-mui.icons.brightness-auto
"Imports @mui/icons-material/BrightnessAuto as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-auto (create-svg-icon (e "path" #js {"d" "M10.85 12.65h2.3L12 9l-1.15 3.65zM20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zM14.3 16l-.7-2h-3.2l-.7 2H7.8L11 7h2l3.2 9h-1.9z"})
"BrightnessAuto"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_auto_outlined.cljs
================================================
(ns reagent-mui.icons.brightness-auto-outlined
"Imports @mui/icons-material/BrightnessAutoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-auto-outlined (create-svg-icon (e "path" #js {"d" "m11 7-3.2 9h1.9l.7-2h3.2l.7 2h1.9L13 7h-2zm-.15 5.65L12 9l1.15 3.65h-2.3zM20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48z"})
"BrightnessAutoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_auto_rounded.cljs
================================================
(ns reagent-mui.icons.brightness-auto-rounded
"Imports @mui/icons-material/BrightnessAutoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-auto-rounded (create-svg-icon (e "path" #js {"d" "M10.85 12.65h2.3L12 9l-1.15 3.65zM20 8.69V6c0-1.1-.9-2-2-2h-2.69l-1.9-1.9c-.78-.78-2.05-.78-2.83 0L8.69 4H6c-1.1 0-2 .9-2 2v2.69l-1.9 1.9c-.78.78-.78 2.05 0 2.83l1.9 1.9V18c0 1.1.9 2 2 2h2.69l1.9 1.9c.78.78 2.05.78 2.83 0l1.9-1.9H18c1.1 0 2-.9 2-2v-2.69l1.9-1.9c.78-.78.78-2.05 0-2.83L20 8.69zm-5.91 6.71L13.6 14h-3.2l-.49 1.4c-.13.36-.46.6-.84.6-.62 0-1.05-.61-.84-1.19l2.44-6.86c.2-.57.73-.95 1.33-.95.6 0 1.13.38 1.34.94l2.44 6.86c.21.58-.22 1.19-.84 1.19-.39.01-.72-.23-.85-.59z"})
"BrightnessAutoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_auto_sharp.cljs
================================================
(ns reagent-mui.icons.brightness-auto-sharp
"Imports @mui/icons-material/BrightnessAutoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-auto-sharp (create-svg-icon (e "path" #js {"d" "M10.85 12.65h2.3L12 9l-1.15 3.65zM20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zM14.3 16l-.7-2h-3.2l-.7 2H7.8L11 7h2l3.2 9h-1.9z"})
"BrightnessAutoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_auto_two_tone.cljs
================================================
(ns reagent-mui.icons.brightness-auto-two-tone
"Imports @mui/icons-material/BrightnessAutoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-auto-two-tone (create-svg-icon [(e "path" #js {"fillOpacity" ".3", "d" "M18 9.52V6h-3.52L12 3.52 9.52 6H6v3.52L3.52 12 6 14.48V18h3.52L12 20.48 14.48 18H18v-3.52L20.48 12 18 9.52zM14.3 16l-.7-2h-3.2l-.7 2H7.8L11 7h2l3.2 9h-1.9zm-3.45-3.35h2.3L12 9z"}) (e "path" #js {"d" "m11 7-3.2 9h1.9l.7-2h3.2l.7 2h1.9L13 7h-2zm-.15 5.65L12 9l1.15 3.65h-2.3zM20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48z"})]
"BrightnessAutoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_high.cljs
================================================
(ns reagent-mui.icons.brightness-high
"Imports @mui/icons-material/BrightnessHigh as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-high (create-svg-icon (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm0-10c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"})
"BrightnessHigh"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_high_outlined.cljs
================================================
(ns reagent-mui.icons.brightness-high-outlined
"Imports @mui/icons-material/BrightnessHighOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-high-outlined (create-svg-icon [(e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48zM12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "2.5"})]
"BrightnessHighOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_high_rounded.cljs
================================================
(ns reagent-mui.icons.brightness-high-rounded
"Imports @mui/icons-material/BrightnessHighRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-high-rounded (create-svg-icon (e "path" #js {"d" "M20 8.69V6c0-1.1-.9-2-2-2h-2.69l-1.9-1.9c-.78-.78-2.05-.78-2.83 0L8.69 4H6c-1.1 0-2 .9-2 2v2.69l-1.9 1.9c-.78.78-.78 2.05 0 2.83l1.9 1.9V18c0 1.1.9 2 2 2h2.69l1.9 1.9c.78.78 2.05.78 2.83 0l1.9-1.9H18c1.1 0 2-.9 2-2v-2.69l1.9-1.9c.78-.78.78-2.05 0-2.83L20 8.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm0-10c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"})
"BrightnessHighRounded"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_high_sharp.cljs
================================================
(ns reagent-mui.icons.brightness-high-sharp
"Imports @mui/icons-material/BrightnessHighSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-high-sharp (create-svg-icon (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm0-10c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"})
"BrightnessHighSharp"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_high_two_tone.cljs
================================================
(ns reagent-mui.icons.brightness-high-two-tone
"Imports @mui/icons-material/BrightnessHighTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-high-two-tone (create-svg-icon [(e "path" #js {"fillOpacity" ".3", "d" "M18 9.52V6h-3.52L12 3.52 9.52 6H6v3.52L3.52 12 6 14.48V18h3.52L12 20.48 14.48 18H18v-3.52L20.48 12 18 9.52zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"}) (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48zM12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "2.5"})]
"BrightnessHighTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_low.cljs
================================================
(ns reagent-mui.icons.brightness-low
"Imports @mui/icons-material/BrightnessLow as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-low (create-svg-icon (e "path" #js {"d" "M20 15.31 23.31 12 20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})
"BrightnessLow"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_low_outlined.cljs
================================================
(ns reagent-mui.icons.brightness-low-outlined
"Imports @mui/icons-material/BrightnessLowOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-low-outlined (create-svg-icon (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48zM12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"})
"BrightnessLowOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_low_rounded.cljs
================================================
(ns reagent-mui.icons.brightness-low-rounded
"Imports @mui/icons-material/BrightnessLowRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-low-rounded (create-svg-icon (e "path" #js {"d" "m20 15.31 1.9-1.9c.78-.78.78-2.05 0-2.83L20 8.69V6c0-1.1-.9-2-2-2h-2.69l-1.9-1.9c-.78-.78-2.05-.78-2.83 0L8.69 4H6c-1.1 0-2 .9-2 2v2.69l-1.9 1.9c-.78.78-.78 2.05 0 2.83l1.9 1.9V18c0 1.1.9 2 2 2h2.69l1.9 1.9c.78.78 2.05.78 2.83 0l1.9-1.9H18c1.1 0 2-.9 2-2v-2.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})
"BrightnessLowRounded"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_low_sharp.cljs
================================================
(ns reagent-mui.icons.brightness-low-sharp
"Imports @mui/icons-material/BrightnessLowSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-low-sharp (create-svg-icon (e "path" #js {"d" "M20 15.31 23.31 12 20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})
"BrightnessLowSharp"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_low_two_tone.cljs
================================================
(ns reagent-mui.icons.brightness-low-two-tone
"Imports @mui/icons-material/BrightnessLowTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-low-two-tone (create-svg-icon [(e "path" #js {"fillOpacity" ".3", "d" "M18 9.52V6h-3.52L12 3.52 9.52 6H6v3.52L3.52 12 6 14.48V18h3.52L12 20.48 14.48 18H18v-3.52L20.48 12 18 9.52zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"}) (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48zM12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"})]
"BrightnessLowTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_medium.cljs
================================================
(ns reagent-mui.icons.brightness-medium
"Imports @mui/icons-material/BrightnessMedium as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-medium (create-svg-icon (e "path" #js {"d" "M20 15.31 23.31 12 20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69zM12 18V6c3.31 0 6 2.69 6 6s-2.69 6-6 6z"})
"BrightnessMedium"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_medium_outlined.cljs
================================================
(ns reagent-mui.icons.brightness-medium-outlined
"Imports @mui/icons-material/BrightnessMediumOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-medium-outlined (create-svg-icon (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48zM12 6v12c3.31 0 6-2.69 6-6s-2.69-6-6-6z"})
"BrightnessMediumOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_medium_rounded.cljs
================================================
(ns reagent-mui.icons.brightness-medium-rounded
"Imports @mui/icons-material/BrightnessMediumRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-medium-rounded (create-svg-icon (e "path" #js {"d" "m20 15.31 1.9-1.9c.78-.78.78-2.05 0-2.83L20 8.69V6c0-1.1-.9-2-2-2h-2.69l-1.9-1.9c-.78-.78-2.05-.78-2.83 0L8.69 4H6c-1.1 0-2 .9-2 2v2.69l-1.9 1.9c-.78.78-.78 2.05 0 2.83l1.9 1.9V18c0 1.1.9 2 2 2h2.69l1.9 1.9c.78.78 2.05.78 2.83 0l1.9-1.9H18c1.1 0 2-.9 2-2v-2.69zm-8 1.59V7.1c0-.61.55-1.11 1.15-.99C15.91 6.65 18 9.08 18 12s-2.09 5.35-4.85 5.89c-.6.12-1.15-.38-1.15-.99z"})
"BrightnessMediumRounded"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_medium_sharp.cljs
================================================
(ns reagent-mui.icons.brightness-medium-sharp
"Imports @mui/icons-material/BrightnessMediumSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-medium-sharp (create-svg-icon (e "path" #js {"d" "M20 15.31 23.31 12 20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69zM12 18V6c3.31 0 6 2.69 6 6s-2.69 6-6 6z"})
"BrightnessMediumSharp"))
================================================
FILE: src/icons/reagent_mui/icons/brightness_medium_two_tone.cljs
================================================
(ns reagent-mui.icons.brightness-medium-two-tone
"Imports @mui/icons-material/BrightnessMediumTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brightness-medium-two-tone (create-svg-icon [(e "path" #js {"fillOpacity" ".3", "d" "M18 9.52V6h-3.52L12 3.52 9.52 6H6v3.52L3.52 12 6 14.48V18h3.52L12 20.48 14.48 18H18v-3.52L20.48 12 18 9.52zM12 18V6c3.31 0 6 2.69 6 6s-2.69 6-6 6z"}) (e "path" #js {"d" "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48zM12 6v12c3.31 0 6-2.69 6-6s-2.69-6-6-6z"})]
"BrightnessMediumTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/broadcast_on_home.cljs
================================================
(ns reagent-mui.icons.broadcast-on-home
"Imports @mui/icons-material/BroadcastOnHome as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def broadcast-on-home (create-svg-icon [(e "path" #js {"d" "M22 6c0-1.1-.9-2-2-2H4v2h16v2.59c.73.29 1.4.69 2 1.17V6zM8 9H3c-.5 0-1 .5-1 1v9c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-9c0-.5-.5-1-1-1zm-1 9H4v-7h3v7zm10.75-1.03c.3-.23.5-.57.5-.97 0-.69-.56-1.25-1.25-1.25s-1.25.56-1.25 1.25c0 .4.2.75.5.97V22h1.5v-5.03z"}) (e "path" #js {"d" "M17 13.5c1.38 0 2.5 1.12 2.5 2.5 0 .69-.28 1.31-.73 1.76l1.06 1.06C20.55 18.1 21 17.1 21 16c0-2.21-1.79-4-4-4s-4 1.79-4 4c0 1.1.45 2.1 1.17 2.83l1.06-1.06c-.45-.45-.73-1.08-.73-1.77 0-1.38 1.12-2.5 2.5-2.5z"}) (e "path" #js {"d" "M17 9.5c-3.59 0-6.5 2.91-6.5 6.5 0 1.79.73 3.42 1.9 4.6l1.06-1.06C12.56 18.63 12 17.38 12 16c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.37-.56 2.62-1.46 3.52l1.07 1.06c1.17-1.18 1.89-2.8 1.89-4.58 0-3.59-2.91-6.5-6.5-6.5z"})]
"BroadcastOnHome"))
================================================
FILE: src/icons/reagent_mui/icons/broadcast_on_home_outlined.cljs
================================================
(ns reagent-mui.icons.broadcast-on-home-outlined
"Imports @mui/icons-material/BroadcastOnHomeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def broadcast-on-home-outlined (create-svg-icon [(e "path" #js {"d" "M22 6c0-1.1-.9-2-2-2H4v2h16v2.59c.73.29 1.4.69 2 1.17V6zM8 9H3c-.5 0-1 .5-1 1v9c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-9c0-.5-.5-1-1-1zm-1 9H4v-7h3v7zm10.75-1.03c.3-.23.5-.57.5-.97 0-.69-.56-1.25-1.25-1.25s-1.25.56-1.25 1.25c0 .4.2.75.5.97V22h1.5v-5.03z"}) (e "path" #js {"d" "M17 13.5c1.38 0 2.5 1.12 2.5 2.5 0 .69-.28 1.31-.73 1.76l1.06 1.06C20.55 18.1 21 17.1 21 16c0-2.21-1.79-4-4-4s-4 1.79-4 4c0 1.1.45 2.1 1.17 2.83l1.06-1.06c-.45-.45-.73-1.08-.73-1.77 0-1.38 1.12-2.5 2.5-2.5z"}) (e "path" #js {"d" "M17 9.5c-3.59 0-6.5 2.91-6.5 6.5 0 1.79.73 3.42 1.9 4.6l1.06-1.06C12.56 18.63 12 17.38 12 16c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.37-.56 2.62-1.46 3.52l1.07 1.06c1.17-1.18 1.89-2.8 1.89-4.58 0-3.59-2.91-6.5-6.5-6.5z"})]
"BroadcastOnHomeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/broadcast_on_home_rounded.cljs
================================================
(ns reagent-mui.icons.broadcast-on-home-rounded
"Imports @mui/icons-material/BroadcastOnHomeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def broadcast-on-home-rounded (create-svg-icon [(e "path" #js {"d" "M22 6c0-1.1-.9-2-2-2H5c-.55 0-1 .45-1 1s.45 1 1 1h15v2.59c.73.29 1.4.69 2 1.17V6zM8 9H3c-.5 0-1 .5-1 1v9c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-9c0-.5-.5-1-1-1zm-1 9H4v-7h3v7zm10.75-1.03c.3-.23.5-.57.5-.97 0-.69-.56-1.25-1.25-1.25s-1.25.56-1.25 1.25c0 .4.2.75.5.97v4.28c0 .41.34.75.75.75s.75-.34.75-.75v-4.28z"}) (e "path" #js {"d" "M17.54 13.56c.98.21 1.76 1.03 1.93 2.02.11.64-.03 1.25-.34 1.74-.18.29-.13.67.12.91.34.33.9.29 1.16-.12.51-.82.73-1.83.53-2.9-.3-1.56-1.56-2.83-3.12-3.13C15.24 11.58 13 13.53 13 16c0 .78.22 1.5.6 2.11.25.41.83.46 1.16.12.24-.24.29-.63.11-.92-.24-.38-.37-.83-.37-1.31 0-1.55 1.43-2.78 3.04-2.44z"}) (e "path" #js {"d" "M16.25 9.54c-2.94.33-5.32 2.68-5.69 5.61-.23 1.82.29 3.51 1.3 4.82.27.35.8.37 1.12.06.27-.27.28-.7.05-1-.8-1.05-1.2-2.43-.95-3.89.34-2.03 1.95-3.67 3.98-4.05C19.22 10.5 22 12.93 22 16c0 1.13-.38 2.18-1.02 3.02-.23.3-.21.73.06 1 .31.31.84.3 1.11-.06.85-1.09 1.35-2.47 1.35-3.96 0-3.84-3.33-6.9-7.25-6.46z"})]
"BroadcastOnHomeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/broadcast_on_home_sharp.cljs
================================================
(ns reagent-mui.icons.broadcast-on-home-sharp
"Imports @mui/icons-material/BroadcastOnHomeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def broadcast-on-home-sharp (create-svg-icon [(e "path" #js {"d" "M22 9.76V4H4v2h16v2.59c.73.29 1.4.69 2 1.17zM9 9H2v11h7V9zm-2 9H4v-7h3v7zm10.75-1.03c.3-.23.5-.57.5-.97 0-.69-.56-1.25-1.25-1.25s-1.25.56-1.25 1.25c0 .4.2.75.5.97V22h1.5v-5.03z"}) (e "path" #js {"d" "M17 13.5c1.38 0 2.5 1.12 2.5 2.5 0 .69-.28 1.31-.73 1.76l1.06 1.06C20.55 18.1 21 17.1 21 16c0-2.21-1.79-4-4-4s-4 1.79-4 4c0 1.1.45 2.1 1.17 2.83l1.06-1.06c-.45-.45-.73-1.08-.73-1.77 0-1.38 1.12-2.5 2.5-2.5z"}) (e "path" #js {"d" "M17 9.5c-3.59 0-6.5 2.91-6.5 6.5 0 1.79.73 3.42 1.9 4.6l1.06-1.06C12.56 18.63 12 17.38 12 16c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.37-.56 2.62-1.46 3.52l1.07 1.06c1.17-1.18 1.89-2.8 1.89-4.58 0-3.59-2.91-6.5-6.5-6.5z"})]
"BroadcastOnHomeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/broadcast_on_home_two_tone.cljs
================================================
(ns reagent-mui.icons.broadcast-on-home-two-tone
"Imports @mui/icons-material/BroadcastOnHomeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def broadcast-on-home-two-tone (create-svg-icon [(e "path" #js {"d" "M4 11h3v7H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 8.59c.73.29 1.4.69 2 1.17V6c0-1.1-.9-2-2-2H4v2h16v2.59zM8 9H3c-.5 0-1 .5-1 1v9c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-9c0-.5-.5-1-1-1zm-1 9H4v-7h3v7zm10-3.25c-.69 0-1.25.56-1.25 1.25 0 .4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97 0-.69-.56-1.25-1.25-1.25z"}) (e "path" #js {"d" "M17 12c-2.21 0-4 1.79-4 4 0 1.1.45 2.1 1.17 2.83l1.06-1.06c-.45-.45-.73-1.08-.73-1.77 0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5c0 .69-.28 1.31-.73 1.76l1.06 1.06C20.55 18.1 21 17.1 21 16c0-2.21-1.79-4-4-4z"}) (e "path" #js {"d" "M17 9.5c-3.59 0-6.5 2.91-6.5 6.5 0 1.79.73 3.42 1.9 4.6l1.06-1.06C12.56 18.63 12 17.38 12 16c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.37-.56 2.62-1.46 3.52l1.07 1.06c1.17-1.18 1.89-2.8 1.89-4.58 0-3.59-2.91-6.5-6.5-6.5z"})]
"BroadcastOnHomeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/broadcast_on_personal.cljs
================================================
(ns reagent-mui.icons.broadcast-on-personal
"Imports @mui/icons-material/BroadcastOnPersonal as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def broadcast-on-personal (create-svg-icon [(e "path" #js {"d" "M17 8c.7 0 1.38.1 2.02.27L12 3 4 9v12h6.76C9.66 19.63 9 17.89 9 16c0-4.42 3.58-8 8-8zm0 6.75c-.69 0-1.25.56-1.25 1.25 0 .4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97 0-.69-.56-1.25-1.25-1.25z"}) (e "path" #js {"d" "M17 12c-2.21 0-4 1.79-4 4 0 1.1.45 2.1 1.17 2.83l1.06-1.06c-.45-.45-.73-1.08-.73-1.77 0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5c0 .69-.28 1.31-.73 1.76l1.06 1.06C20.55 18.1 21 17.1 21 16c0-2.21-1.79-4-4-4z"}) (e "path" #js {"d" "M17 9.5c-3.59 0-6.5 2.91-6.5 6.5 0 1.79.73 3.42 1.9 4.6l1.06-1.06C12.56 18.63 12 17.38 12 16c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.37-.56 2.62-1.46 3.52l1.07 1.06c1.17-1.18 1.89-2.8 1.89-4.58 0-3.59-2.91-6.5-6.5-6.5z"})]
"BroadcastOnPersonal"))
================================================
FILE: src/icons/reagent_mui/icons/broadcast_on_personal_outlined.cljs
================================================
(ns reagent-mui.icons.broadcast-on-personal-outlined
"Imports @mui/icons-material/BroadcastOnPersonalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def broadcast-on-personal-outlined (create-svg-icon [(e "path" #js {"d" "M4 19v-9l6-4.5 4.08 3.06c.81-.32 1.69-.51 2.61-.54L10 3 2 9v12h8.76c-.48-.6-.88-1.27-1.17-2H4zm13-4.25c-.69 0-1.25.56-1.25 1.25 0 .4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97 0-.69-.56-1.25-1.25-1.25z"}) (e "path" #js {"d" "M17 12c-2.21 0-4 1.79-4 4 0 1.1.45 2.1 1.17 2.83l1.06-1.06c-.45-.45-.73-1.08-.73-1.77 0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5c0 .69-.28 1.31-.73 1.76l1.06 1.06C20.55 18.1 21 17.1 21 16c0-2.21-1.79-4-4-4z"}) (e "path" #js {"d" "M17 9.5c-3.59 0-6.5 2.91-6.5 6.5 0 1.79.73 3.42 1.9 4.6l1.06-1.06C12.56 18.63 12 17.38 12 16c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.37-.56 2.62-1.46 3.52l1.07 1.06c1.17-1.18 1.89-2.8 1.89-4.58 0-3.59-2.91-6.5-6.5-6.5z"})]
"BroadcastOnPersonalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/broadcast_on_personal_rounded.cljs
================================================
(ns reagent-mui.icons.broadcast-on-personal-rounded
"Imports @mui/icons-material/BroadcastOnPersonalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def broadcast-on-personal-rounded (create-svg-icon [(e "path" #js {"d" "M17 8c.7 0 1.38.1 2.02.27L12 3 4 9v12h6.76C9.66 19.63 9 17.89 9 16c0-4.42 3.58-8 8-8zm0 6.75c-.69 0-1.25.56-1.25 1.25 0 .4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97 0-.69-.56-1.25-1.25-1.25z"}) (e "path" #js {"d" "M17 12c-2.21 0-4 1.79-4 4 0 1.1.45 2.1 1.17 2.83l1.06-1.06c-.45-.45-.73-1.08-.73-1.77 0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5c0 .69-.28 1.31-.73 1.76l1.06 1.06C20.55 18.1 21 17.1 21 16c0-2.21-1.79-4-4-4z"}) (e "path" #js {"d" "M17 9.5c-3.59 0-6.5 2.91-6.5 6.5 0 1.79.73 3.42 1.9 4.6l1.06-1.06C12.56 18.63 12 17.38 12 16c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.37-.56 2.62-1.46 3.52l1.07 1.06c1.17-1.18 1.89-2.8 1.89-4.58 0-3.59-2.91-6.5-6.5-6.5z"})]
"BroadcastOnPersonalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/broadcast_on_personal_sharp.cljs
================================================
(ns reagent-mui.icons.broadcast-on-personal-sharp
"Imports @mui/icons-material/BroadcastOnPersonalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def broadcast-on-personal-sharp (create-svg-icon [(e "path" #js {"d" "M17 8c.7 0 1.38.1 2.02.27L12 3 4 9v12h6.76C9.66 19.63 9 17.89 9 16c0-4.42 3.58-8 8-8zm0 6.75c-.69 0-1.25.56-1.25 1.25 0 .4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97 0-.69-.56-1.25-1.25-1.25z"}) (e "path" #js {"d" "M17 12c-2.21 0-4 1.79-4 4 0 1.1.45 2.1 1.17 2.83l1.06-1.06c-.45-.45-.73-1.08-.73-1.77 0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5c0 .69-.28 1.31-.73 1.76l1.06 1.06C20.55 18.1 21 17.1 21 16c0-2.21-1.79-4-4-4z"}) (e "path" #js {"d" "M17 9.5c-3.59 0-6.5 2.91-6.5 6.5 0 1.79.73 3.42 1.9 4.6l1.06-1.06C12.56 18.63 12 17.38 12 16c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.37-.56 2.62-1.46 3.52l1.07 1.06c1.17-1.18 1.89-2.8 1.89-4.58 0-3.59-2.91-6.5-6.5-6.5z"})]
"BroadcastOnPersonalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/broadcast_on_personal_two_tone.cljs
================================================
(ns reagent-mui.icons.broadcast-on-personal-two-tone
"Imports @mui/icons-material/BroadcastOnPersonalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def broadcast-on-personal-two-tone (create-svg-icon [(e "path" #js {"d" "M4 10v9h5.59c-.38-.93-.59-1.94-.59-3 0-3.39 2.11-6.27 5.08-7.44L10 5.5 4 10z", "opacity" ".3"}) (e "path" #js {"d" "M4 19v-9l6-4.5 4.08 3.06c.81-.32 1.69-.51 2.61-.54L10 3 2 9v12h8.76c-.48-.6-.88-1.27-1.17-2H4zm13-4.25c-.69 0-1.25.56-1.25 1.25 0 .4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97 0-.69-.56-1.25-1.25-1.25z"}) (e "path" #js {"d" "M17 12c-2.21 0-4 1.79-4 4 0 1.1.45 2.1 1.17 2.83l1.06-1.06c-.45-.45-.73-1.08-.73-1.77 0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5c0 .69-.28 1.31-.73 1.76l1.06 1.06C20.55 18.1 21 17.1 21 16c0-2.21-1.79-4-4-4z"}) (e "path" #js {"d" "M17 9.5c-3.59 0-6.5 2.91-6.5 6.5 0 1.79.73 3.42 1.9 4.6l1.06-1.06C12.56 18.63 12 17.38 12 16c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.37-.56 2.62-1.46 3.52l1.07 1.06c1.17-1.18 1.89-2.8 1.89-4.58 0-3.59-2.91-6.5-6.5-6.5z"})]
"BroadcastOnPersonalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/broken_image.cljs
================================================
(ns reagent-mui.icons.broken-image
"Imports @mui/icons-material/BrokenImage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def broken-image (create-svg-icon (e "path" #js {"d" "M21 5v6.59l-3-3.01-4 4.01-4-4-4 4-3-3.01V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2zm-3 6.42 3 3.01V19c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-6.58l3 2.99 4-4 4 4 4-3.99z"})
"BrokenImage"))
================================================
FILE: src/icons/reagent_mui/icons/broken_image_outlined.cljs
================================================
(ns reagent-mui.icons.broken-image-outlined
"Imports @mui/icons-material/BrokenImageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def broken-image-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5v-4.58l.99.99 4-4 4 4 4-3.99L19 12.43V19zm0-9.41-1.01-1.01-4 4.01-4-4-4 4-.99-1V5h14v4.59z"})
"BrokenImageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/broken_image_rounded.cljs
================================================
(ns reagent-mui.icons.broken-image-rounded
"Imports @mui/icons-material/BrokenImageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def broken-image-rounded (create-svg-icon (e "path" #js {"d" "M21 5v6.59l-2.29-2.3c-.39-.39-1.03-.39-1.42 0L14 12.59 10.71 9.3a.9959.9959 0 0 0-1.41 0L6 12.59 3 9.58V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2zm-3 6.42 3 3.01V19c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-6.58l2.29 2.29c.39.39 1.02.39 1.41 0l3.3-3.3 3.29 3.29c.39.39 1.02.39 1.41 0l3.3-3.28z"})
"BrokenImageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/broken_image_sharp.cljs
================================================
(ns reagent-mui.icons.broken-image-sharp
"Imports @mui/icons-material/BrokenImageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def broken-image-sharp (create-svg-icon (e "path" #js {"d" "M21 3v8.59l-3-3.01-4 4.01-4-4-4 4-3-3.01V3h18zm-3 8.42 3 3.01V21H3v-8.58l3 2.99 4-4 4 4 4-3.99z"})
"BrokenImageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/broken_image_two_tone.cljs
================================================
(ns reagent-mui.icons.broken-image-two-tone
"Imports @mui/icons-material/BrokenImageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def broken-image-two-tone (create-svg-icon [(e "path" #js {"d" "m13.99 15.41-4-4-4 4-.99-.99V19h14v-6.57l-1.01-1.01zM5 11.59l.99 1 4-4 4 4 4-4.01L19 9.59V5H5z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5v-4.58l.99.99 4-4 4 4 4-3.99L19 12.43V19zm0-9.41-1.01-1.01-4 4.01-4-4-4 4-.99-1V5h14v4.59z"})]
"BrokenImageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/browse_gallery.cljs
================================================
(ns reagent-mui.icons.browse-gallery
"Imports @mui/icons-material/BrowseGallery as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def browse-gallery (create-svg-icon [(e "path" #js {"d" "M9 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm2.79 13.21L8 12.41V7h2v4.59l3.21 3.21-1.42 1.41z"}) (e "path" #js {"d" "M17.99 3.52v2.16C20.36 6.8 22 9.21 22 12c0 2.79-1.64 5.2-4.01 6.32v2.16C21.48 19.24 24 15.91 24 12s-2.52-7.24-6.01-8.48z"})]
"BrowseGallery"))
================================================
FILE: src/icons/reagent_mui/icons/browse_gallery_outlined.cljs
================================================
(ns reagent-mui.icons.browse-gallery-outlined
"Imports @mui/icons-material/BrowseGalleryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def browse-gallery-outlined (create-svg-icon [(e "path" #js {"d" "M9 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"}) (e "path" #js {"d" "M10 7H8v5.41l3.79 3.8 1.42-1.42-3.21-3.2zm7.99-3.48v2.16C20.36 6.8 22 9.21 22 12c0 2.79-1.64 5.2-4.01 6.32v2.16C21.48 19.24 24 15.91 24 12s-2.52-7.24-6.01-8.48z"})]
"BrowseGalleryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/browse_gallery_rounded.cljs
================================================
(ns reagent-mui.icons.browse-gallery-rounded
"Imports @mui/icons-material/BrowseGalleryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def browse-gallery-rounded (create-svg-icon [(e "path" #js {"d" "M9 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm2.09 12.5L8.59 13c-.38-.38-.59-.88-.59-1.41V8c0-.55.45-1 1-1s1 .45 1 1v3.59l2.5 2.5c.39.39.39 1.02 0 1.41-.39.39-1.02.39-1.41 0z"}) (e "path" #js {"d" "M17.99 5.08c0 .37.21.69.53.88C20.6 7.17 22 9.42 22 12s-1.4 4.83-3.48 6.04c-.32.19-.53.51-.53.88 0 .77.84 1.25 1.51.86C22.18 18.22 24 15.32 24 12c0-3.32-1.82-6.22-4.5-7.78-.67-.39-1.51.09-1.51.86z"})]
"BrowseGalleryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/browse_gallery_sharp.cljs
================================================
(ns reagent-mui.icons.browse-gallery-sharp
"Imports @mui/icons-material/BrowseGallerySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def browse-gallery-sharp (create-svg-icon [(e "path" #js {"d" "M9 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm2.79 13.21L8 12.41V7h2v4.59l3.21 3.21-1.42 1.41z"}) (e "path" #js {"d" "M17.99 3.52v2.16C20.36 6.8 22 9.21 22 12c0 2.79-1.64 5.2-4.01 6.32v2.16C21.48 19.24 24 15.91 24 12s-2.52-7.24-6.01-8.48z"})]
"BrowseGallerySharp"))
================================================
FILE: src/icons/reagent_mui/icons/browse_gallery_two_tone.cljs
================================================
(ns reagent-mui.icons.browse-gallery-two-tone
"Imports @mui/icons-material/BrowseGalleryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def browse-gallery-two-tone (create-svg-icon [(e "path" #js {"d" "M9 5c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm2.79 11.21L8 12.41V7h2v4.59l3.21 3.21-1.42 1.41z", "opacity" ".3"}) (e "path" #js {"d" "M9 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"}) (e "path" #js {"d" "M10 7H8v5.41l3.79 3.8 1.42-1.42-3.21-3.2zm7.99-3.48v2.16C20.36 6.8 22 9.21 22 12c0 2.79-1.64 5.2-4.01 6.32v2.16C21.48 19.24 24 15.91 24 12s-2.52-7.24-6.01-8.48z"})]
"BrowseGalleryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/browser_not_supported.cljs
================================================
(ns reagent-mui.icons.browser-not-supported
"Imports @mui/icons-material/BrowserNotSupported as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def browser-not-supported (create-svg-icon (e "path" #js {"d" "M19 6v10.5l1.95 1.95c.03-.15.05-.3.05-.45V6c0-1.1-.9-2-2-2H6.5l2 2H19zM3.22 3.32 1.95 4.59 3 5.64V18c0 1.1.9 2 2 2h12.36l2.06 2.06 1.27-1.27L3.22 3.32zM15 18H5V7.64L15.36 18H15z"})
"BrowserNotSupported"))
================================================
FILE: src/icons/reagent_mui/icons/browser_not_supported_outlined.cljs
================================================
(ns reagent-mui.icons.browser-not-supported-outlined
"Imports @mui/icons-material/BrowserNotSupportedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def browser-not-supported-outlined (create-svg-icon (e "path" #js {"d" "M19 6v10.5l1.95 1.95c.03-.15.05-.3.05-.45V6c0-1.1-.9-2-2-2H6.5l2 2H19zM3.22 3.32 1.95 4.59 3 5.64V18c0 1.1.9 2 2 2h12.36l2.06 2.06 1.27-1.27L3.22 3.32zM15 18H5V7.64L15.36 18H15z"})
"BrowserNotSupportedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/browser_not_supported_rounded.cljs
================================================
(ns reagent-mui.icons.browser-not-supported-rounded
"Imports @mui/icons-material/BrowserNotSupportedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def browser-not-supported-rounded (create-svg-icon (e "path" #js {"d" "M19 6v10.5l1.95 1.95c.03-.15.05-.3.05-.45V6c0-1.1-.9-2-2-2H6.5l2 2H19zM3.86 3.95c-.35-.35-.92-.35-1.27 0s-.35.92 0 1.27l.41.42V18c0 1.1.9 2 2 2h12.36l1.42 1.42c.35.35.92.35 1.27 0s.35-.92 0-1.27L3.86 3.95zM5 18V7.64L15.36 18H5z"})
"BrowserNotSupportedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/browser_not_supported_sharp.cljs
================================================
(ns reagent-mui.icons.browser-not-supported-sharp
"Imports @mui/icons-material/BrowserNotSupportedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def browser-not-supported-sharp (create-svg-icon (e "path" #js {"d" "M19 6v10.5l2 2V4H6.5l2 2zM3.22 3.32 1.95 4.59 3 5.64V20h14.36l2.06 2.06 1.27-1.27L3.22 3.32zM15 18H5V7.64L15.36 18H15z"})
"BrowserNotSupportedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/browser_not_supported_two_tone.cljs
================================================
(ns reagent-mui.icons.browser-not-supported-two-tone
"Imports @mui/icons-material/BrowserNotSupportedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def browser-not-supported-two-tone (create-svg-icon (e "path" #js {"d" "M19 6v10.5l1.95 1.95c.03-.15.05-.3.05-.45V6c0-1.1-.9-2-2-2H6.5l2 2H19zM3.22 3.32 1.95 4.59 3 5.64V18c0 1.1.9 2 2 2h12.36l2.06 2.06 1.27-1.27L3.22 3.32zM15 18H5V7.64L15.36 18H15z"})
"BrowserNotSupportedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/browser_updated.cljs
================================================
(ns reagent-mui.icons.browser-updated
"Imports @mui/icons-material/BrowserUpdated as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def browser-updated (create-svg-icon (e "path" #js {"d" "M22 13v3c0 1.1-.9 2-2 2h-3l1 1v2H6v-2l1-1H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h8v2H4v11h16v-3h2zm-7 2-5-5h4V3h2v7h4l-5 5z"})
"BrowserUpdated"))
================================================
FILE: src/icons/reagent_mui/icons/browser_updated_outlined.cljs
================================================
(ns reagent-mui.icons.browser-updated-outlined
"Imports @mui/icons-material/BrowserUpdatedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def browser-updated-outlined (create-svg-icon (e "path" #js {"d" "M22 13v3c0 1.1-.9 2-2 2h-3l1 1v2H6v-2l1-1H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h8v2H4v11h16v-3h2zm-7 2-5-5 1.41-1.41L14 11.17V3h2v8.17l2.59-2.58L20 10l-5 5z"})
"BrowserUpdatedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/browser_updated_rounded.cljs
================================================
(ns reagent-mui.icons.browser-updated-rounded
"Imports @mui/icons-material/BrowserUpdatedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def browser-updated-rounded (create-svg-icon (e "path" #js {"d" "M15 3c.55 0 1 .45 1 1v6h1.59c.89 0 1.34 1.08.71 1.71l-2.59 2.59c-.39.39-1.02.39-1.41 0l-2.59-2.59c-.63-.63-.19-1.71.7-1.71H14V4c0-.55.45-1 1-1zM6 19.59c0 .78.63 1.41 1.41 1.41h9.17c.78 0 1.41-.63 1.41-1.41 0-.72-.44-1.03-1-1.59h3c1.1 0 2-.9 2-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2H4V5h7c.55 0 1-.45 1-1s-.45-1-1-1H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h3c-.55.55-1 .87-1 1.59z"})
"BrowserUpdatedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/browser_updated_sharp.cljs
================================================
(ns reagent-mui.icons.browser-updated-sharp
"Imports @mui/icons-material/BrowserUpdatedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def browser-updated-sharp (create-svg-icon (e "path" #js {"d" "M22 13v5h-5l1 1v2H6v-2l1-1H2V3h10v2H4v11h16v-3h2zm-7 2-5-5h4V3h2v7h4l-5 5z"})
"BrowserUpdatedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/browser_updated_two_tone.cljs
================================================
(ns reagent-mui.icons.browser-updated-two-tone
"Imports @mui/icons-material/BrowserUpdatedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def browser-updated-two-tone (create-svg-icon (e "path" #js {"d" "M22 13v3c0 1.1-.9 2-2 2h-3l1 1v2H6v-2l1-1H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h8v2H4v11h16v-3h2zm-7 2-5-5h4V3h2v7h4l-5 5z"})
"BrowserUpdatedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/brunch_dining.cljs
================================================
(ns reagent-mui.icons.brunch-dining
"Imports @mui/icons-material/BrunchDining as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brunch-dining (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M18 8h2V4h-2v4zm-2.49 14H2.49c-.27 0-.49-.22-.49-.5V20h14v1.5c0 .28-.22.5-.49.5zM18 15.89l-.4-.42c-1.02-1.08-1.6-2.52-1.6-4V2h6v9.51c0 1.46-.54 2.87-1.53 3.94l-.47.52V20h2v2h-4v-6.11zM7 16v-2h4v2h4.5c.28 0 .5.22.5.5v1c0 .28-.22.5-.5.5h-13c-.28 0-.5-.22-.5-.5v-1c0-.28.22-.5.5-.5H7z"})
"BrunchDining"))
================================================
FILE: src/icons/reagent_mui/icons/brunch_dining_outlined.cljs
================================================
(ns reagent-mui.icons.brunch-dining-outlined
"Imports @mui/icons-material/BrunchDiningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brunch-dining-outlined (create-svg-icon (e "path" #js {"d" "M2 21.5c0 .28.22.5.49.5h13.02c.27 0 .49-.22.49-.5V20H2v1.5zM15.5 16H11v-2H7v2H2.5c-.28 0-.5.22-.5.5V18h14v-1.5c0-.28-.22-.5-.5-.5zm4.97-.55c.99-1.07 1.53-2.48 1.53-3.94V2h-6v9.47c0 1.48.58 2.92 1.6 4l.4.42V22h4v-2h-2v-4.03l.47-.52zM18 4h2v4h-2V4zm1.03 10.07c-.65-.71-1.03-1.65-1.03-2.6V10h2v1.51c0 .95-.34 1.85-.97 2.56z"})
"BrunchDiningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/brunch_dining_rounded.cljs
================================================
(ns reagent-mui.icons.brunch-dining-rounded
"Imports @mui/icons-material/BrunchDiningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brunch-dining-rounded (create-svg-icon (e "path" #js {"d" "M18 8h2V4h-2v4zm-3 14H3c-.55 0-1-.45-1-1v-1h14v1c0 .55-.45 1-1 1zm3-6.11-.4-.42c-1.03-1.08-1.6-2.51-1.6-4V3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v8.51c0 1.46-.54 2.87-1.53 3.94l-.47.52V20h1c.55 0 1 .45 1 1s-.45 1-1 1h-2c-.55 0-1-.45-1-1v-5.11zM7 16v-1c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v1h4c.55 0 1 .45 1 1v1H2v-1c0-.55.45-1 1-1h4z"})
"BrunchDiningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/brunch_dining_sharp.cljs
================================================
(ns reagent-mui.icons.brunch-dining-sharp
"Imports @mui/icons-material/BrunchDiningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brunch-dining-sharp (create-svg-icon (e "path" #js {"d" "M18 8h2V4h-2v4zm-2 14H2v-2h14v2zm2-6.11-.4-.42c-1.02-1.08-1.6-2.52-1.6-4V2h6v9.51c0 1.46-.54 2.87-1.53 3.94l-.47.52V20h2v2h-4v-6.11zM7 16v-2h4v2h5v2H2v-2h5z"})
"BrunchDiningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/brunch_dining_two_tone.cljs
================================================
(ns reagent-mui.icons.brunch-dining-two-tone
"Imports @mui/icons-material/BrunchDiningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brunch-dining-two-tone (create-svg-icon [(e "path" #js {"d" "M20 10h-2v1.47c0 .95.37 1.89 1.03 2.6.63-.71.97-1.61.97-2.56V10z", "opacity" ".3"}) (e "path" #js {"d" "M2 21.5c0 .28.22.5.49.5h13.02c.27 0 .49-.22.49-.5V20H2v1.5zm18.47-6.05c.99-1.07 1.53-2.48 1.53-3.94V2h-6v9.47c0 1.48.58 2.92 1.6 4l.4.42V22h4v-2h-2v-4.03l.47-.52zM18 4h2v4h-2V4zm1.03 10.07c-.65-.71-1.03-1.65-1.03-2.6V10h2v1.51c0 .95-.34 1.85-.97 2.56zM15.5 16H11v-2H7v2H2.5c-.28 0-.5.22-.5.5V18h14v-1.5c0-.28-.22-.5-.5-.5z"})]
"BrunchDiningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/brush.cljs
================================================
(ns reagent-mui.icons.brush
"Imports @mui/icons-material/Brush as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brush (create-svg-icon (e "path" #js {"d" "M7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3zm13.71-9.37-1.34-1.34a.9959.9959 0 0 0-1.41 0L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.02 0-1.41z"})
"Brush"))
================================================
FILE: src/icons/reagent_mui/icons/brush_outlined.cljs
================================================
(ns reagent-mui.icons.brush-outlined
"Imports @mui/icons-material/BrushOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brush-outlined (create-svg-icon (e "path" #js {"d" "M7 16c.55 0 1 .45 1 1 0 1.1-.9 2-2 2-.17 0-.33-.02-.5-.05.31-.55.5-1.21.5-1.95 0-.55.45-1 1-1M18.67 3c-.26 0-.51.1-.71.29L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.02 0-1.41l-1.34-1.34c-.2-.2-.45-.29-.7-.29zM7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3z"})
"BrushOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/brush_rounded.cljs
================================================
(ns reagent-mui.icons.brush-rounded
"Imports @mui/icons-material/BrushRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brush-rounded (create-svg-icon (e "path" #js {"d" "M7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3zm13.71-9.37-1.34-1.34a.9959.9959 0 0 0-1.41 0L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.02 0-1.41z"})
"BrushRounded"))
================================================
FILE: src/icons/reagent_mui/icons/brush_sharp.cljs
================================================
(ns reagent-mui.icons.brush-sharp
"Imports @mui/icons-material/BrushSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brush-sharp (create-svg-icon (e "path" #js {"d" "M7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3zm14.41-8.66-2.75-2.75L9 12.25 11.75 15l9.66-9.66z"})
"BrushSharp"))
================================================
FILE: src/icons/reagent_mui/icons/brush_two_tone.cljs
================================================
(ns reagent-mui.icons.brush-two-tone
"Imports @mui/icons-material/BrushTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def brush-two-tone (create-svg-icon [(e "path" #js {"d" "M8 17c0-.55-.45-1-1-1s-1 .45-1 1c0 .74-.19 1.4-.5 1.95.17.03.33.05.5.05 1.1 0 2-.9 2-2z", "opacity" ".3"}) (e "path" #js {"d" "m11.75 15 8.96-8.96c.39-.39.39-1.02 0-1.41l-1.34-1.34c-.2-.2-.45-.29-.7-.29s-.51.1-.71.29L9 12.25 11.75 15zM6 21c2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3s-3 1.34-3 3c0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2zm0-4c0-.55.45-1 1-1s1 .45 1 1c0 1.1-.9 2-2 2-.17 0-.33-.02-.5-.05.31-.55.5-1.21.5-1.95z"})]
"BrushTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bubble_chart.cljs
================================================
(ns reagent-mui.icons.bubble-chart
"Imports @mui/icons-material/BubbleChart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bubble-chart (create-svg-icon [(e "circle" #js {"cx" "7.2", "cy" "14.4", "r" "3.2"}) (e "circle" #js {"cx" "14.8", "cy" "18", "r" "2"}) (e "circle" #js {"cx" "15.2", "cy" "8.8", "r" "4.8"})]
"BubbleChart"))
================================================
FILE: src/icons/reagent_mui/icons/bubble_chart_outlined.cljs
================================================
(ns reagent-mui.icons.bubble-chart-outlined
"Imports @mui/icons-material/BubbleChartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bubble-chart-outlined (create-svg-icon (e "path" #js {"d" "M7 10c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm8.01-1c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM16.5 3C13.47 3 11 5.47 11 8.5s2.47 5.5 5.5 5.5S22 11.53 22 8.5 19.53 3 16.5 3zm0 9c-1.93 0-3.5-1.57-3.5-3.5S14.57 5 16.5 5 20 6.57 20 8.5 18.43 12 16.5 12z"})
"BubbleChartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bubble_chart_rounded.cljs
================================================
(ns reagent-mui.icons.bubble-chart-rounded
"Imports @mui/icons-material/BubbleChartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bubble-chart-rounded (create-svg-icon [(e "circle" #js {"cx" "7.2", "cy" "14.4", "r" "3.2"}) (e "circle" #js {"cx" "14.8", "cy" "18", "r" "2"}) (e "circle" #js {"cx" "15.2", "cy" "8.8", "r" "4.8"})]
"BubbleChartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bubble_chart_sharp.cljs
================================================
(ns reagent-mui.icons.bubble-chart-sharp
"Imports @mui/icons-material/BubbleChartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bubble-chart-sharp (create-svg-icon [(e "circle" #js {"cx" "7.2", "cy" "14.4", "r" "3.2"}) (e "circle" #js {"cx" "14.8", "cy" "18", "r" "2"}) (e "circle" #js {"cx" "15.2", "cy" "8.8", "r" "4.8"})]
"BubbleChartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bubble_chart_two_tone.cljs
================================================
(ns reagent-mui.icons.bubble-chart-two-tone
"Imports @mui/icons-material/BubbleChartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bubble-chart-two-tone (create-svg-icon [(e "path" #js {"d" "M16.5 12c1.93 0 3.5-1.57 3.5-3.5S18.43 5 16.5 5 13 6.57 13 8.5s1.57 3.5 3.5 3.5z", "opacity" ".3"}) (e "circle" #js {"cx" "15.01", "cy" "18", "r" "1", "opacity" ".3"}) (e "circle" #js {"cx" "7", "cy" "14", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M7 18c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm11.01 6c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3zm-4 0c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm2.49-4c3.03 0 5.5-2.47 5.5-5.5S19.53 3 16.5 3 11 5.47 11 8.5s2.47 5.5 5.5 5.5zm0-9C18.43 5 20 6.57 20 8.5S18.43 12 16.5 12 13 10.43 13 8.5 14.57 5 16.5 5z"})]
"BubbleChartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bug_report.cljs
================================================
(ns reagent-mui.icons.bug-report
"Imports @mui/icons-material/BugReport as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bug-report (create-svg-icon (e "path" #js {"d" "M20 8h-2.81c-.45-.78-1.07-1.45-1.82-1.96L17 4.41 15.59 3l-2.17 2.17C12.96 5.06 12.49 5 12 5c-.49 0-.96.06-1.41.17L8.41 3 7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20V8zm-6 8h-4v-2h4v2zm0-4h-4v-2h4v2z"})
"BugReport"))
================================================
FILE: src/icons/reagent_mui/icons/bug_report_outlined.cljs
================================================
(ns reagent-mui.icons.bug-report-outlined
"Imports @mui/icons-material/BugReportOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bug-report-outlined (create-svg-icon (e "path" #js {"d" "M20 8h-2.81c-.45-.78-1.07-1.45-1.82-1.96L17 4.41 15.59 3l-2.17 2.17C12.96 5.06 12.49 5 12 5s-.96.06-1.41.17L8.41 3 7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20V8zm-4 4v3c0 .22-.03.47-.07.7l-.1.65-.37.65c-.72 1.24-2.04 2-3.46 2s-2.74-.77-3.46-2l-.37-.64-.1-.65C8.03 15.48 8 15.23 8 15v-4c0-.23.03-.48.07-.7l.1-.65.37-.65c.3-.52.72-.97 1.21-1.31l.57-.39.74-.18c.31-.08.63-.12.94-.12.32 0 .63.04.95.12l.68.16.61.42c.5.34.91.78 1.21 1.31l.38.65.1.65c.04.22.07.47.07.69v1zm-6 2h4v2h-4zm0-4h4v2h-4z"})
"BugReportOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bug_report_rounded.cljs
================================================
(ns reagent-mui.icons.bug-report-rounded
"Imports @mui/icons-material/BugReportRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bug-report-rounded (create-svg-icon (e "path" #js {"d" "M19 8h-1.81c-.45-.78-1.07-1.45-1.82-1.96l.93-.93c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-1.47 1.47C12.96 5.06 12.49 5 12 5s-.96.06-1.41.17L9.11 3.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.92.93C7.88 6.55 7.26 7.22 6.81 8H5c-.55 0-1 .45-1 1s.45 1 1 1h1.09c-.05.33-.09.66-.09 1v1H5c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .34.04.67.09 1H5c-.55 0-1 .45-1 1s.45 1 1 1h1.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H19c.55 0 1-.45 1-1s-.45-1-1-1h-1.09c.05-.33.09-.66.09-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1h-1v-1c0-.34-.04-.67-.09-1H19c.55 0 1-.45 1-1s-.45-1-1-1zm-6 8h-2c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1s-.45 1-1 1zm0-4h-2c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1s-.45 1-1 1z"})
"BugReportRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bug_report_sharp.cljs
================================================
(ns reagent-mui.icons.bug-report-sharp
"Imports @mui/icons-material/BugReportSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bug-report-sharp (create-svg-icon (e "path" #js {"d" "M20 8h-2.81c-.45-.78-1.07-1.45-1.82-1.96L17 4.41 15.59 3l-2.17 2.17C12.96 5.06 12.49 5 12 5s-.96.06-1.41.17L8.41 3 7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20V8zm-6 8h-4v-2h4v2zm0-4h-4v-2h4v2z"})
"BugReportSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bug_report_two_tone.cljs
================================================
(ns reagent-mui.icons.bug-report-two-tone
"Imports @mui/icons-material/BugReportTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bug-report-two-tone (create-svg-icon [(e "path" #js {"d" "M15.83 9.65 15.46 9c-.3-.53-.71-.96-1.21-1.31l-.61-.42-.68-.16C12.63 7.04 12.32 7 12 7c-.31 0-.63.04-.94.11l-.74.18-.57.4c-.49.34-.91.79-1.21 1.31l-.37.65-.1.65c-.04.23-.07.48-.07.7v4c0 .22.03.47.07.7l.1.65.37.65c.72 1.24 2.04 2 3.46 2s2.74-.77 3.46-2l.37-.64.1-.65c.04-.24.07-.49.07-.71v-4c0-.22-.03-.47-.07-.7l-.1-.65zM14 16h-4v-2h4v2zm0-4h-4v-2h4v2z", "opacity" ".3"}) (e "path" #js {"d" "M20 8h-2.81c-.45-.78-1.07-1.45-1.82-1.96L17 4.41 15.59 3l-2.17 2.17C12.96 5.06 12.49 5 12 5s-.96.06-1.41.17L8.41 3 7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20V8zm-4 4v3c0 .22-.03.47-.07.7l-.1.65-.37.65c-.72 1.24-2.04 2-3.46 2s-2.74-.77-3.46-2l-.37-.64-.1-.65C8.03 15.47 8 15.22 8 15v-4c0-.22.03-.47.07-.7l.1-.65.37-.65c.3-.52.72-.97 1.21-1.31l.57-.39.74-.18c.31-.08.63-.12.94-.12.32 0 .63.04.95.12l.68.16.61.42c.5.34.91.78 1.21 1.31l.38.65.1.65c.04.22.07.47.07.69v1zm-6 2h4v2h-4zm0-4h4v2h-4z"})]
"BugReportTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/build.cljs
================================================
(ns reagent-mui.icons.build
"Imports @mui/icons-material/Build as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def build (create-svg-icon (e "path" #js {"d" "m22.7 19-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z"})
"Build"))
================================================
FILE: src/icons/reagent_mui/icons/build_circle.cljs
================================================
(ns reagent-mui.icons.build-circle
"Imports @mui/icons-material/BuildCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def build-circle (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4.9 13.49-1.4 1.4c-.2.2-.51.2-.71 0l-3.41-3.41c-1.22.43-2.64.17-3.62-.81-1.11-1.11-1.3-2.79-.59-4.1l2.35 2.35 1.41-1.41-2.35-2.34c1.32-.71 2.99-.52 4.1.59.98.98 1.24 2.4.81 3.62l3.41 3.41c.19.19.19.51 0 .7z"})
"BuildCircle"))
================================================
FILE: src/icons/reagent_mui/icons/build_circle_outlined.cljs
================================================
(ns reagent-mui.icons.build-circle-outlined
"Imports @mui/icons-material/BuildCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def build-circle-outlined (create-svg-icon (e "g" #js {"fillRule" "evenodd"} (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}) (e "path" #js {"d" "M13.49 11.38c.43-1.22.17-2.64-.81-3.62-1.11-1.11-2.79-1.3-4.1-.59l2.35 2.35-1.41 1.41-2.35-2.35c-.71 1.32-.52 2.99.59 4.1.98.98 2.4 1.24 3.62.81l3.41 3.41c.2.2.51.2.71 0l1.4-1.4c.2-.2.2-.51 0-.71l-3.41-3.41z"}))
"BuildCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/build_circle_rounded.cljs
================================================
(ns reagent-mui.icons.build-circle-rounded
"Imports @mui/icons-material/BuildCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def build-circle-rounded (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4.54 13.85-.69.69c-.39.39-1.02.39-1.41 0l-3.05-3.05c-1.22.43-2.64.17-3.62-.81-1.11-1.11-1.3-2.79-.59-4.1l2.35 2.35 1.41-1.41-2.36-2.35c1.32-.71 2.99-.52 4.1.59.98.98 1.24 2.4.81 3.62l3.05 3.05c.39.39.39 1.03 0 1.42z"})
"BuildCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/build_circle_sharp.cljs
================================================
(ns reagent-mui.icons.build-circle-sharp
"Imports @mui/icons-material/BuildCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def build-circle-sharp (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm3.14 15.25-3.76-3.76c-1.22.43-2.64.17-3.62-.81-1.11-1.11-1.3-2.79-.59-4.1l2.35 2.35 1.41-1.41-2.35-2.35c1.32-.71 2.99-.52 4.1.59.98.98 1.24 2.4.81 3.62l3.76 3.76-2.11 2.11z"})
"BuildCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/build_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.build-circle-two-tone
"Imports @mui/icons-material/BuildCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def build-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}) (e "path" #js {"d" "M12.68 7.76c-1.11-1.11-2.79-1.3-4.1-.59l2.35 2.35-1.41 1.41-2.35-2.35c-.71 1.32-.52 2.99.59 4.1.98.98 2.4 1.24 3.62.81l3.41 3.41c.2.2.51.2.71 0l1.4-1.4c.2-.2.2-.51 0-.71l-3.41-3.41c.43-1.23.17-2.64-.81-3.62z"})]
"BuildCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/build_outlined.cljs
================================================
(ns reagent-mui.icons.build-outlined
"Imports @mui/icons-material/BuildOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def build-outlined (create-svg-icon (e "path" #js {"d" "m22.61 18.99-9.08-9.08c.93-2.34.45-5.1-1.44-7C9.79.61 6.21.4 3.66 2.26L7.5 6.11 6.08 7.52 2.25 3.69C.39 6.23.6 9.82 2.9 12.11c1.86 1.86 4.57 2.35 6.89 1.48l9.11 9.11c.39.39 1.02.39 1.41 0l2.3-2.3c.4-.38.4-1.01 0-1.41zm-3 1.6-9.46-9.46c-.61.45-1.29.72-2 .82-1.36.2-2.79-.21-3.83-1.25C3.37 9.76 2.93 8.5 3 7.26l3.09 3.09 4.24-4.24-3.09-3.09c1.24-.07 2.49.37 3.44 1.31 1.08 1.08 1.49 2.57 1.24 3.96-.12.71-.42 1.37-.88 1.96l9.45 9.45-.88.89z"})
"BuildOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/build_rounded.cljs
================================================
(ns reagent-mui.icons.build-rounded
"Imports @mui/icons-material/BuildRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def build-rounded (create-svg-icon (e "path" #js {"d" "M12.09 2.91C10.08.9 7.07.49 4.65 1.67L8.28 5.3c.39.39.39 1.02 0 1.41L6.69 8.3c-.39.4-1.02.4-1.41 0L1.65 4.67C.48 7.1.89 10.09 2.9 12.1c1.86 1.86 4.58 2.35 6.89 1.48l7.96 7.96c1.03 1.03 2.69 1.03 3.71 0 1.03-1.03 1.03-2.69 0-3.71L13.54 9.9c.92-2.34.44-5.1-1.45-6.99z"})
"BuildRounded"))
================================================
FILE: src/icons/reagent_mui/icons/build_sharp.cljs
================================================
(ns reagent-mui.icons.build-sharp
"Imports @mui/icons-material/BuildSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def build-sharp (create-svg-icon (e "path" #js {"d" "M12.09 2.91C10.08.9 7.07.49 4.65 1.67l4.34 4.34-3 3-4.34-4.34C.48 7.1.89 10.09 2.9 12.1c1.86 1.86 4.58 2.35 6.89 1.48l9.82 9.82 3.71-3.71-9.78-9.79c.92-2.34.44-5.1-1.45-6.99z"})
"BuildSharp"))
================================================
FILE: src/icons/reagent_mui/icons/build_two_tone.cljs
================================================
(ns reagent-mui.icons.build-two-tone
"Imports @mui/icons-material/BuildTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def build-two-tone (create-svg-icon [(e "path" #js {"d" "M11.92 8.28c.24-1.4-.16-2.89-1.24-3.96-.94-.95-2.2-1.39-3.44-1.32l3.09 3.09-4.24 4.24L3 7.24c-.07 1.24.37 2.49 1.31 3.44 1.04 1.04 2.47 1.45 3.83 1.25.71-.1 1.4-.38 2-.82l9.46 9.46.88-.88-9.45-9.45c.47-.6.77-1.26.89-1.96z", "opacity" ".3"}) (e "path" #js {"d" "M22.61 18.97 13.54 9.9c.93-2.34.45-5.1-1.44-7C9.8.6 6.22.39 3.67 2.25L7.5 6.08 6.08 7.5 2.25 3.67C.39 6.21.6 9.79 2.9 12.09c1.86 1.86 4.57 2.35 6.89 1.48l9.11 9.11c.39.39 1.02.39 1.41 0l2.3-2.3c.4-.38.4-1.02 0-1.41zm-3 1.6-9.46-9.46c-.61.45-1.29.72-2 .82-1.36.2-2.79-.21-3.83-1.25-.95-.94-1.39-2.2-1.32-3.44l3.09 3.09 4.24-4.24L7.24 3c1.24-.07 2.49.37 3.44 1.31 1.08 1.08 1.49 2.57 1.24 3.96-.12.7-.42 1.36-.88 1.95l9.45 9.45-.88.9z"})]
"BuildTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bungalow.cljs
================================================
(ns reagent-mui.icons.bungalow
"Imports @mui/icons-material/Bungalow as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bungalow (create-svg-icon (e "path" #js {"d" "M12 3 4.2 15.5l1.7 1.06L7 14.8V21h4v-5h2v5h4v-6.21l1.1 1.77 1.7-1.06L12 3zm1 11h-2v-2h2v2z"})
"Bungalow"))
================================================
FILE: src/icons/reagent_mui/icons/bungalow_outlined.cljs
================================================
(ns reagent-mui.icons.bungalow-outlined
"Imports @mui/icons-material/BungalowOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bungalow-outlined (create-svg-icon (e "path" #js {"d" "M13 14h-2v-2h2v2zm5.1 2.56L17 14.79V21H7v-6.2l-1.1 1.76-1.7-1.06L12 3l7.8 12.5-1.7 1.06zM15 11.59l-3-4.8-3 4.8V19h2v-3h2v3h2v-7.41z"})
"BungalowOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bungalow_rounded.cljs
================================================
(ns reagent-mui.icons.bungalow-rounded
"Imports @mui/icons-material/BungalowRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bungalow-rounded (create-svg-icon (e "path" #js {"d" "M12 16c.55 0 1 .45 1 1v4h3c.55 0 1-.45 1-1v-5.21l.57.92c.29.47.91.61 1.38.32.47-.29.61-.91.32-1.38L12.85 4.36c-.39-.63-1.31-.63-1.7 0L4.73 14.65c-.29.47-.15 1.09.32 1.38.47.29 1.08.15 1.38-.32L7 14.8V20c0 .55.45 1 1 1h3v-4c0-.55.45-1 1-1zm1-3c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1z"})
"BungalowRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bungalow_sharp.cljs
================================================
(ns reagent-mui.icons.bungalow-sharp
"Imports @mui/icons-material/BungalowSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bungalow-sharp (create-svg-icon (e "path" #js {"d" "M12 3 4.2 15.5l1.7 1.06L7 14.8V21h4v-5h2v5h4v-6.21l1.1 1.77 1.7-1.06L12 3zm1 11h-2v-2h2v2z"})
"BungalowSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bungalow_two_tone.cljs
================================================
(ns reagent-mui.icons.bungalow-two-tone
"Imports @mui/icons-material/BungalowTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bungalow-two-tone (create-svg-icon [(e "path" #js {"d" "m12 6.78-3 4.8V19h2v-3h2v3h2v-7.42l-3-4.8zM13 14h-2v-2h2v2z", "opacity" ".3"}) (e "path" #js {"d" "M13 14h-2v-2h2v2zm5.1 2.56L17 14.79V21H7v-6.2l-1.1 1.76-1.7-1.06L12 3l7.8 12.5-1.7 1.06zM15 11.59l-3-4.8-3 4.8V19h2v-3h2v3h2v-7.41z"})]
"BungalowTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/burst_mode.cljs
================================================
(ns reagent-mui.icons.burst-mode
"Imports @mui/icons-material/BurstMode as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def burst-mode (create-svg-icon (e "path" #js {"d" "M1 5h2v14H1zm4 0h2v14H5zm17 0H10c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zM11 17l2.5-3.15L15.29 16l2.5-3.22L21 17H11z"})
"BurstMode"))
================================================
FILE: src/icons/reagent_mui/icons/burst_mode_outlined.cljs
================================================
(ns reagent-mui.icons.burst-mode-outlined
"Imports @mui/icons-material/BurstModeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def burst-mode-outlined (create-svg-icon (e "path" #js {"d" "M1 5h2v14H1zm4 0h2v14H5zm17 0H10c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-1 12H11V7h10v10zm-3.57-4.38-2 2.57L14 13.47l-2 2.52h8z"})
"BurstModeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/burst_mode_rounded.cljs
================================================
(ns reagent-mui.icons.burst-mode-rounded
"Imports @mui/icons-material/BurstModeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def burst-mode-rounded (create-svg-icon (e "path" #js {"d" "M2 5c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1s-1-.45-1-1V6c0-.55.45-1 1-1zm4 0c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1s-1-.45-1-1V6c0-.55.45-1 1-1zm16 0H10c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zM11.64 16.19l1.47-1.86c.2-.25.57-.25.78-.01l1.4 1.68 2.1-2.71c.2-.26.59-.26.79 0l2.21 2.9c.25.33.02.8-.4.8h-7.96c-.41.01-.65-.47-.39-.8z"})
"BurstModeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/burst_mode_sharp.cljs
================================================
(ns reagent-mui.icons.burst-mode-sharp
"Imports @mui/icons-material/BurstModeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def burst-mode-sharp (create-svg-icon (e "path" #js {"d" "M1 5h2v14H1V5zm4 0h2v14H5V5zm18 0H9v14h14V5zM11 17l2.5-3.15L15.29 16l2.5-3.22L21 17H11z"})
"BurstModeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/burst_mode_two_tone.cljs
================================================
(ns reagent-mui.icons.burst-mode-two-tone
"Imports @mui/icons-material/BurstModeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def burst-mode-two-tone (create-svg-icon [(e "path" #js {"d" "M11 17h10V7H11v10zm3-3.53 1.43 1.72 2-2.58L20 15.99h-8l2-2.52z", "opacity" ".3"}) (e "path" #js {"d" "M1 5h2v14H1zm4 0h2v14H5zm17 0H10c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-1 12H11V7h10v10zm-3.57-4.38-2 2.57L14 13.47l-2 2.52h8z"})]
"BurstModeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/bus_alert.cljs
================================================
(ns reagent-mui.icons.bus-alert
"Imports @mui/icons-material/BusAlert as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bus-alert (create-svg-icon (e "path" #js {"d" "M16 1a7 7 0 0 0-5.78 3.05l.02-.03C9.84 4 9.42 4 9 4c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22V22a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h8v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.78c.61-.55 1-1.34 1-2.22v-3.08A7 7 0 0 0 16 1zM4.5 19a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM3 13V8h6c0 1.96.81 3.73 2.11 5H3zm10.5 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm2.5-6a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm-1-9h2v5h-2zm0 6h2v2h-2z"})
"BusAlert"))
================================================
FILE: src/icons/reagent_mui/icons/bus_alert_outlined.cljs
================================================
(ns reagent-mui.icons.bus-alert-outlined
"Imports @mui/icons-material/BusAlertOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bus-alert-outlined (create-svg-icon [(e "circle" #js {"cx" "6.5", "cy" "15.5", "r" "1.5"}) (e "circle" #js {"cx" "13.5", "cy" "15.5", "r" "1.5"}) (e "path" #js {"d" "M4 11V8h7.29C11.1 7.37 11 6.7 11 6H4.43c.83-.71 2.98-1.09 6.65-.98.1-.7.3-1.37.59-1.99C2.97 2.67 2 5.02 2 7v9.5c0 .95.38 1.81 1 2.44V21c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-2.06c.62-.63 1-1.49 1-2.44V13c-1.91 0-3.63-.76-4.89-2H4zm12 5c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-3h12v3z"}) (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 8h-1V8h1v1zm0-2h-1V3h1v4z"})]
"BusAlertOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/bus_alert_rounded.cljs
================================================
(ns reagent-mui.icons.bus-alert-rounded
"Imports @mui/icons-material/BusAlertRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bus-alert-rounded (create-svg-icon [(e "path" #js {"d" "M4 11V8h7.29c-.77-2.6.21-4.61.37-4.97C2.97 2.67 2 5.02 2 7v9.5c0 .95.38 1.81 1 2.44v1.56c0 .83.67 1.5 1.5 1.5S6 21.33 6 20.5V20h8v.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5v-1.56c.62-.63 1-1.49 1-2.44V13c-1.91 0-3.63-.76-4.89-2H4zm2.5 6c-.83 0-1.5-.67-1.5-1.5S5.67 14 6.5 14s1.5.67 1.5 1.5S7.33 17 6.5 17zm8.5-1.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5z"}) (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 5.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5s.5.22.5.5v3zm0 2c0 .28-.22.5-.5.5s-.5-.22-.5-.5.22-.5.5-.5.5.22.5.5z"})]
"BusAlertRounded"))
================================================
FILE: src/icons/reagent_mui/icons/bus_alert_sharp.cljs
================================================
(ns reagent-mui.icons.bus-alert-sharp
"Imports @mui/icons-material/BusAlertSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bus-alert-sharp (create-svg-icon [(e "path" #js {"d" "M4 11V8h7.29c-.77-2.6.21-4.61.37-4.97C2.97 2.67 2 5.02 2 7v9.5c0 .95.38 1.81 1 2.44V22h3v-2h8v2h3v-3.06c.62-.63 1-1.49 1-2.44V13c-1.91 0-3.63-.76-4.89-2H4zm2.5 6c-.83 0-1.5-.67-1.5-1.5S5.67 14 6.5 14s1.5.67 1.5 1.5S7.33 17 6.5 17zm8.5-1.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5z"}) (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 8h-1V8h1v1zm0-2h-1V3h1v4z"})]
"BusAlertSharp"))
================================================
FILE: src/icons/reagent_mui/icons/bus_alert_two_tone.cljs
================================================
(ns reagent-mui.icons.bus-alert-two-tone
"Imports @mui/icons-material/BusAlertTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def bus-alert-two-tone (create-svg-icon [(e "path" #js {"d" "M4 16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-3H4v3zm9.5-2c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S7.33 17 6.5 17 5 16.33 5 15.5 5.67 14 6.5 14zM4.43 6H11c0-.33.03-.66.08-.98-3.68-.11-5.83.27-6.65.98z", "opacity" ".3"}) (e "path" #js {"d" "M4 11V8h7.29C11.1 7.37 11 6.7 11 6H4.43c.83-.71 2.98-1.09 6.65-.98.1-.7.3-1.37.59-1.99C2.97 2.67 2 5.02 2 7v9.5c0 .95.38 1.81 1 2.44V21c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-2.06c.62-.63 1-1.49 1-2.44V13c-1.91 0-3.63-.76-4.89-2H4zm12 5c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-3h12v3z"}) (e "circle" #js {"cx" "6.5", "cy" "15.5", "r" "1.5"}) (e "circle" #js {"cx" "13.5", "cy" "15.5", "r" "1.5"}) (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 8h-1V8h1v1zm0-2h-1V3h1v4z"})]
"BusAlertTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/business.cljs
================================================
(ns reagent-mui.icons.business
"Imports @mui/icons-material/Business as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def business (create-svg-icon (e "path" #js {"d" "M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0 4h-2v2h2v-2z"})
"Business"))
================================================
FILE: src/icons/reagent_mui/icons/business_center.cljs
================================================
(ns reagent-mui.icons.business-center
"Imports @mui/icons-material/BusinessCenter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def business-center (create-svg-icon (e "path" #js {"d" "M10 16v-1H3.01L3 19c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2v-4h-7v1h-4zm10-9h-4.01V5l-2-2h-4l-2 2v2H4c-1.1 0-2 .9-2 2v3c0 1.11.89 2 2 2h6v-2h4v2h6c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm-6 0h-4V5h4v2z"})
"BusinessCenter"))
================================================
FILE: src/icons/reagent_mui/icons/business_center_outlined.cljs
================================================
(ns reagent-mui.icons.business-center-outlined
"Imports @mui/icons-material/BusinessCenterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def business-center-outlined (create-svg-icon (e "path" #js {"d" "M20 7h-4V5l-2-2h-4L8 5v2H4c-1.1 0-2 .9-2 2v5c0 .75.4 1.38 1 1.73V19c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2v-3.28c.59-.35 1-.99 1-1.72V9c0-1.1-.9-2-2-2zM10 5h4v2h-4V5zM4 9h16v5h-5v-3H9v3H4V9zm9 6h-2v-2h2v2zm6 4H5v-3h4v1h6v-1h4v3z"})
"BusinessCenterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/business_center_rounded.cljs
================================================
(ns reagent-mui.icons.business-center-rounded
"Imports @mui/icons-material/BusinessCenterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def business-center-rounded (create-svg-icon (e "path" #js {"d" "M13 16h-2c-.55 0-1-.45-1-1H3.01v4c0 1.1.9 2 2 2H19c1.1 0 2-.9 2-2v-4h-7c0 .55-.45 1-1 1zm7-9h-4c0-2.21-1.79-4-4-4S8 4.79 8 7H4c-1.1 0-2 .9-2 2v3c0 1.11.89 2 2 2h6v-1c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v1h6c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zM10 7c0-1.1.9-2 2-2s2 .9 2 2H9.99 10z"})
"BusinessCenterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/business_center_sharp.cljs
================================================
(ns reagent-mui.icons.business-center-sharp
"Imports @mui/icons-material/BusinessCenterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def business-center-sharp (create-svg-icon (e "path" #js {"d" "M10 16v-1H3.01v6H21v-6h-7v1h-4zm12-9h-6V5l-2-2h-4L8 5v2H2v7h8v-2h4v2h8V7zm-8 0h-4V5h4v2z"})
"BusinessCenterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/business_center_two_tone.cljs
================================================
(ns reagent-mui.icons.business-center-two-tone
"Imports @mui/icons-material/BusinessCenterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def business-center-two-tone (create-svg-icon [(e "path" #js {"d" "M15 17H9v-1H5v3h14v-3h-4zM4 14h5v-3h6v3h5V9H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 7h-4V5l-2-2h-4L8 5v2H4c-1.1 0-2 .9-2 2v5c0 .75.4 1.38 1 1.73V19c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2v-3.28c.59-.35 1-.99 1-1.72V9c0-1.1-.9-2-2-2zM10 5h4v2h-4V5zm9 14H5v-3h4v1h6v-1h4v3zm-8-4v-2h2v2h-2zm9-1h-5v-3H9v3H4V9h16v5z"})]
"BusinessCenterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/business_outlined.cljs
================================================
(ns reagent-mui.icons.business-outlined
"Imports @mui/icons-material/BusinessOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def business-outlined (create-svg-icon (e "path" #js {"d" "M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0 4h-2v2h2v-2z"})
"BusinessOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/business_rounded.cljs
================================================
(ns reagent-mui.icons.business-rounded
"Imports @mui/icons-material/BusinessRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def business-rounded (create-svg-icon (e "path" #js {"d" "M12 7V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2h-8zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm9 12h-7v-2h2v-2h-2v-2h2v-2h-2V9h7c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1zm-1-8h-2v2h2v-2zm0 4h-2v2h2v-2z"})
"BusinessRounded"))
================================================
FILE: src/icons/reagent_mui/icons/business_sharp.cljs
================================================
(ns reagent-mui.icons.business-sharp
"Imports @mui/icons-material/BusinessSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def business-sharp (create-svg-icon (e "path" #js {"d" "M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0 4h-2v2h2v-2z"})
"BusinessSharp"))
================================================
FILE: src/icons/reagent_mui/icons/business_two_tone.cljs
================================================
(ns reagent-mui.icons.business-two-tone
"Imports @mui/icons-material/BusinessTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def business-two-tone (create-svg-icon [(e "path" #js {"d" "M12 11h2v2h-2v2h2v2h-2v2h8V9h-8v2zm4 0h2v2h-2v-2zm0 4h2v2h-2v-2z", "opacity" ".3"}) (e "path" #js {"d" "M16 15h2v2h-2zm0-4h2v2h-2zm6-4H12V3H2v18h20V7zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10z"})]
"BusinessTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cabin.cljs
================================================
(ns reagent-mui.icons.cabin
"Imports @mui/icons-material/Cabin as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cabin (create-svg-icon (e "path" #js {"d" "M10 1c0 1.66-1.34 3-3 3-.55 0-1 .45-1 1H4c0-1.66 1.34-3 3-3 .55 0 1-.45 1-1h2zm2 2L6 7.58V6H4v3.11L1 11.4l1.21 1.59L4 11.62V21h16v-9.38l1.79 1.36L23 11.4 12 3zm1.94 4h-3.89L12 5.52 13.94 7zm-6.5 2h9.12L18 10.1v.9H6v-.9L7.44 9zM18 13v2H6v-2h12zM6 19v-2h12v2H6z"})
"Cabin"))
================================================
FILE: src/icons/reagent_mui/icons/cabin_outlined.cljs
================================================
(ns reagent-mui.icons.cabin-outlined
"Imports @mui/icons-material/CabinOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cabin-outlined (create-svg-icon (e "path" #js {"d" "M10 1c0 1.66-1.34 3-3 3-.55 0-1 .45-1 1H4c0-1.66 1.34-3 3-3 .55 0 1-.45 1-1h2zm2 2L6 7.58V6H4v3.11L1 11.4l1.21 1.59L4 11.62V21h16v-9.38l1.79 1.36L23 11.4 12 3zm1.94 4h-3.89L12 5.52 13.94 7zm-6.5 2h9.12L18 10.1v.9H6v-.9L7.44 9zM18 13v2H6v-2h12zM6 19v-2h12v2H6z"})
"CabinOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cabin_rounded.cljs
================================================
(ns reagent-mui.icons.cabin-rounded
"Imports @mui/icons-material/CabinRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cabin-rounded (create-svg-icon (e "path" #js {"d" "M4.37 3.55C4.89 2.62 5.87 2 7 2c.38 0 .72-.22.89-.53.15-.31.5-.47.84-.47.74 0 1.26.8.9 1.45C9.11 3.38 8.13 4 7 4c-.38 0-.72.22-.89.53-.15.31-.5.47-.84.47-.74 0-1.26-.8-.9-1.45zm18.02 8.64c-.34.44-.96.52-1.4.19l-.99-.76V20c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1v-8.38l-.99.76c-.44.34-1.07.25-1.4-.19-.33-.44-.25-1.07.19-1.4L4 9.11V7c0-.55.45-1 1-1s1 .45 1 1v.58l5.39-4.12c.36-.27.86-.27 1.21 0l9.6 7.33c.44.34.53.97.19 1.4zM10.06 7h3.89L12 5.52 10.06 7zM6 10.1v.9h12v-.9L16.56 9H7.44L6 10.1zM6 13v2h12v-2H6zm12 6v-2H6v2h12z"})
"CabinRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cabin_sharp.cljs
================================================
(ns reagent-mui.icons.cabin-sharp
"Imports @mui/icons-material/CabinSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cabin-sharp (create-svg-icon (e "path" #js {"d" "M10 1c0 1.66-1.34 3-3 3-.55 0-1 .45-1 1H4c0-1.66 1.34-3 3-3 .55 0 1-.45 1-1h2zm2 2L6 7.58V6H4v3.11L1 11.4l1.21 1.59L4 11.62V21h16v-9.38l1.79 1.36L23 11.4 12 3zm1.94 4h-3.89L12 5.52 13.94 7zm-6.5 2h9.12L18 10.1v.9H6v-.9L7.44 9zM18 13v2H6v-2h12zM6 19v-2h12v2H6z"})
"CabinSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cabin_two_tone.cljs
================================================
(ns reagent-mui.icons.cabin-two-tone
"Imports @mui/icons-material/CabinTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cabin-two-tone (create-svg-icon [(e "path" #js {"d" "M13.94 7h-3.89L12 5.52 13.94 7zm-6.5 2h9.12L18 10.1v.9H6v-.9L7.44 9zM18 13v2H6v-2h12zM6 19v-2h12v2H6z", "opacity" ".3"}) (e "path" #js {"d" "M10 1c0 1.66-1.34 3-3 3-.55 0-1 .45-1 1H4c0-1.66 1.34-3 3-3 .55 0 1-.45 1-1h2zm2 2L6 7.58V6H4v3.11L1 11.4l1.21 1.59L4 11.62V21h16v-9.38l1.79 1.36L23 11.4 12 3zm1.94 4h-3.89L12 5.52 13.94 7zm-6.5 2h9.12L18 10.1v.9H6v-.9L7.44 9zM18 13v2H6v-2h12zM6 19v-2h12v2H6z"})]
"CabinTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cable.cljs
================================================
(ns reagent-mui.icons.cable
"Imports @mui/icons-material/Cable as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cable (create-svg-icon (e "path" #js {"d" "M20 5V4c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1h-1v4c0 .55.45 1 1 1h1v7c0 1.1-.9 2-2 2s-2-.9-2-2V7c0-2.21-1.79-4-4-4S5 4.79 5 7v7H4c-.55 0-1 .45-1 1v4h1v1c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1h1v-4c0-.55-.45-1-1-1H7V7c0-1.1.9-2 2-2s2 .9 2 2v10c0 2.21 1.79 4 4 4s4-1.79 4-4v-7h1c.55 0 1-.45 1-1V5h-1z"})
"Cable"))
================================================
FILE: src/icons/reagent_mui/icons/cable_outlined.cljs
================================================
(ns reagent-mui.icons.cable-outlined
"Imports @mui/icons-material/CableOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cable-outlined (create-svg-icon (e "path" #js {"d" "M20 5V4c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1h-1v4c0 .55.45 1 1 1h1v7c0 1.1-.9 2-2 2s-2-.9-2-2V7c0-2.21-1.79-4-4-4S5 4.79 5 7v7H4c-.55 0-1 .45-1 1v4h1v1c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1h1v-4c0-.55-.45-1-1-1H7V7c0-1.1.9-2 2-2s2 .9 2 2v10c0 2.21 1.79 4 4 4s4-1.79 4-4v-7h1c.55 0 1-.45 1-1V5h-1z"})
"CableOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cable_rounded.cljs
================================================
(ns reagent-mui.icons.cable-rounded
"Imports @mui/icons-material/CableRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cable-rounded (create-svg-icon (e "path" #js {"d" "M20 5V4c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h1v6.91c0 1.04-.76 1.98-1.79 2.08-1.2.12-2.21-.82-2.21-1.99V7.14c0-2.13-1.61-3.99-3.74-4.13C6.93 2.86 5 4.7 5 7v7H4c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1v1c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1H7V7.09c0-1.04.76-1.98 1.79-2.08C9.99 4.89 11 5.83 11 7v9.86c0 2.13 1.61 3.99 3.74 4.13C17.07 21.14 19 19.3 19 17v-7h1c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"})
"CableRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cable_sharp.cljs
================================================
(ns reagent-mui.icons.cable-sharp
"Imports @mui/icons-material/CableSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cable-sharp (create-svg-icon (e "path" #js {"d" "M20 5V3h-4v2h-1v5h2v9h-4V3H5v11H3v5h1v2h4v-2h1v-5H7V5h4v16h8V10h2V5h-1z"})
"CableSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cable_two_tone.cljs
================================================
(ns reagent-mui.icons.cable-two-tone
"Imports @mui/icons-material/CableTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cable-two-tone (create-svg-icon (e "path" #js {"d" "M20 5V4c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1h-1v4c0 .55.45 1 1 1h1v7c0 1.1-.9 2-2 2s-2-.9-2-2V7c0-2.21-1.79-4-4-4S5 4.79 5 7v7H4c-.55 0-1 .45-1 1v4h1v1c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1h1v-4c0-.55-.45-1-1-1H7V7c0-1.1.9-2 2-2s2 .9 2 2v10c0 2.21 1.79 4 4 4s4-1.79 4-4v-7h1c.55 0 1-.45 1-1V5h-1z"})
"CableTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cached.cljs
================================================
(ns reagent-mui.icons.cached
"Imports @mui/icons-material/Cached as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cached (create-svg-icon (e "path" #js {"d" "m19 8-4 4h3c0 3.31-2.69 6-6 6-1.01 0-1.97-.25-2.8-.7l-1.46 1.46C8.97 19.54 10.43 20 12 20c4.42 0 8-3.58 8-8h3l-4-4zM6 12c0-3.31 2.69-6 6-6 1.01 0 1.97.25 2.8.7l1.46-1.46C15.03 4.46 13.57 4 12 4c-4.42 0-8 3.58-8 8H1l4 4 4-4H6z"})
"Cached"))
================================================
FILE: src/icons/reagent_mui/icons/cached_outlined.cljs
================================================
(ns reagent-mui.icons.cached-outlined
"Imports @mui/icons-material/CachedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cached-outlined (create-svg-icon (e "path" #js {"d" "m19 8-4 4h3c0 3.31-2.69 6-6 6-1.01 0-1.97-.25-2.8-.7l-1.46 1.46C8.97 19.54 10.43 20 12 20c4.42 0 8-3.58 8-8h3l-4-4zM6 12c0-3.31 2.69-6 6-6 1.01 0 1.97.25 2.8.7l1.46-1.46C15.03 4.46 13.57 4 12 4c-4.42 0-8 3.58-8 8H1l4 4 4-4H6z"})
"CachedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cached_rounded.cljs
================================================
(ns reagent-mui.icons.cached-rounded
"Imports @mui/icons-material/CachedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cached-rounded (create-svg-icon (e "path" #js {"d" "m18.65 8.35-2.79 2.79c-.32.32-.1.86.35.86H18c0 3.31-2.69 6-6 6-.79 0-1.56-.15-2.25-.44-.36-.15-.77-.04-1.04.23-.51.51-.33 1.37.34 1.64.91.37 1.91.57 2.95.57 4.42 0 8-3.58 8-8h1.79c.45 0 .67-.54.35-.85l-2.79-2.79c-.19-.2-.51-.2-.7-.01zM6 12c0-3.31 2.69-6 6-6 .79 0 1.56.15 2.25.44.36.15.77.04 1.04-.23.51-.51.33-1.37-.34-1.64C14.04 4.2 13.04 4 12 4c-4.42 0-8 3.58-8 8H2.21c-.45 0-.67.54-.35.85l2.79 2.79c.2.2.51.2.71 0l2.79-2.79c.31-.31.09-.85-.36-.85H6z"})
"CachedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cached_sharp.cljs
================================================
(ns reagent-mui.icons.cached-sharp
"Imports @mui/icons-material/CachedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cached-sharp (create-svg-icon (e "path" #js {"d" "m19 8-4 4h3c0 3.31-2.69 6-6 6-1.01 0-1.97-.25-2.8-.7l-1.46 1.46C8.97 19.54 10.43 20 12 20c4.42 0 8-3.58 8-8h3l-4-4zM6 12c0-3.31 2.69-6 6-6 1.01 0 1.97.25 2.8.7l1.46-1.46C15.03 4.46 13.57 4 12 4c-4.42 0-8 3.58-8 8H1l4 4 4-4H6z"})
"CachedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cached_two_tone.cljs
================================================
(ns reagent-mui.icons.cached-two-tone
"Imports @mui/icons-material/CachedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cached-two-tone (create-svg-icon (e "path" #js {"d" "m19 8-4 4h3c0 3.31-2.69 6-6 6-1.01 0-1.97-.25-2.8-.7l-1.46 1.46C8.97 19.54 10.43 20 12 20c4.42 0 8-3.58 8-8h3l-4-4zM6 12c0-3.31 2.69-6 6-6 1.01 0 1.97.25 2.8.7l1.46-1.46C15.03 4.46 13.57 4 12 4c-4.42 0-8 3.58-8 8H1l4 4 4-4H6z"})
"CachedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cake.cljs
================================================
(ns reagent-mui.icons.cake
"Imports @mui/icons-material/Cake as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cake (create-svg-icon (e "path" #js {"d" "M12 6c1.11 0 2-.9 2-2 0-.38-.1-.73-.29-1.03L12 0l-1.71 2.97c-.19.3-.29.65-.29 1.03 0 1.1.9 2 2 2zm4.6 9.99-1.07-1.07-1.08 1.07c-1.3 1.3-3.58 1.31-4.89 0l-1.07-1.07-1.09 1.07C6.75 16.64 5.88 17 4.96 17c-.73 0-1.4-.23-1.96-.61V21c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-4.61c-.56.38-1.23.61-1.96.61-.92 0-1.79-.36-2.44-1.01zM18 9h-5V7h-2v2H6c-1.66 0-3 1.34-3 3v1.54c0 1.08.88 1.96 1.96 1.96.52 0 1.02-.2 1.38-.57l2.14-2.13 2.13 2.13c.74.74 2.03.74 2.77 0l2.14-2.13 2.13 2.13c.37.37.86.57 1.38.57 1.08 0 1.96-.88 1.96-1.96V12C21 10.34 19.66 9 18 9z"})
"Cake"))
================================================
FILE: src/icons/reagent_mui/icons/cake_outlined.cljs
================================================
(ns reagent-mui.icons.cake-outlined
"Imports @mui/icons-material/CakeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cake-outlined (create-svg-icon (e "path" #js {"d" "M12 6c1.11 0 2-.9 2-2 0-.38-.1-.73-.29-1.03L12 0l-1.71 2.97c-.19.3-.29.65-.29 1.03 0 1.1.9 2 2 2zm6 3h-5V7h-2v2H6c-1.66 0-3 1.34-3 3v9c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-9c0-1.66-1.34-3-3-3zm1 11H5v-3c.9-.01 1.76-.37 2.4-1.01l1.09-1.07 1.07 1.07c1.31 1.31 3.59 1.3 4.89 0l1.08-1.07 1.07 1.07c.64.64 1.5 1 2.4 1.01v3zm0-4.5c-.51-.01-.99-.2-1.35-.57l-2.13-2.13-2.14 2.13c-.74.74-2.03.74-2.77 0L8.48 12.8l-2.14 2.13c-.35.36-.83.56-1.34.57V12c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v3.5z"})
"CakeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cake_rounded.cljs
================================================
(ns reagent-mui.icons.cake-rounded
"Imports @mui/icons-material/CakeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cake-rounded (create-svg-icon (e "path" #js {"d" "M12.68 5.88c.7-.24 1.22-.9 1.3-1.64.05-.47-.05-.91-.28-1.27L12.42.75c-.19-.33-.67-.33-.87 0l-1.28 2.22c-.17.3-.27.65-.27 1.03 0 1.32 1.3 2.35 2.68 1.88zm3.85 10.04-1-1-1.08 1.07c-1.3 1.3-3.58 1.31-4.89 0l-1.07-1.07-1.09 1.07C6.75 16.64 5.88 17 4.96 17c-.73 0-1.4-.23-1.96-.61V20c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-3.61c-.75.51-1.71.75-2.74.52-.66-.14-1.25-.51-1.73-.99zM18 9h-5V8c0-.55-.45-1-1-1s-1 .45-1 1v1H6c-1.66 0-3 1.34-3 3v1.46c0 .85.5 1.67 1.31 1.94.73.24 1.52.06 2.03-.46l2.14-2.13 2.13 2.13c.76.76 2.01.76 2.77 0l2.14-2.13 2.13 2.13c.43.43 1.03.63 1.65.55.99-.13 1.69-1.06 1.69-2.06v-1.42C21 10.34 19.66 9 18 9z"})
"CakeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cake_sharp.cljs
================================================
(ns reagent-mui.icons.cake-sharp
"Imports @mui/icons-material/CakeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cake-sharp (create-svg-icon (e "path" #js {"d" "M12 6c1.11 0 2-.9 2-2 0-.38-.1-.73-.29-1.03L12 0l-1.71 2.97c-.19.3-.29.65-.29 1.03 0 1.1.9 2 2 2zm4.53 9.92-1-1-1.08 1.07c-1.3 1.3-3.58 1.31-4.89 0l-1.07-1.07-1.09 1.07C6.75 16.64 5.88 17 4.96 17c-.73 0-1.4-.23-1.96-.61V22h18v-5.61c-.75.51-1.71.75-2.74.52-.66-.14-1.25-.51-1.73-.99zM18 9h-5V7h-2v2H6c-1.66 0-3 1.34-3 3v1.54c0 1.08.88 1.96 1.96 1.96.52 0 1.02-.2 1.38-.57l2.14-2.13 2.13 2.13c.74.74 2.03.74 2.77 0l2.14-2.13 2.13 2.13c.37.37.86.57 1.38.57 1.08 0 1.96-.88 1.96-1.96V12C21 10.34 19.66 9 18 9z"})
"CakeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cake_two_tone.cljs
================================================
(ns reagent-mui.icons.cake-two-tone
"Imports @mui/icons-material/CakeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cake-two-tone (create-svg-icon [(e "path" #js {"d" "m15.53 14.92-1.08 1.07c-1.3 1.3-3.58 1.31-4.89 0l-1.07-1.07-1.09 1.07c-.64.64-1.5 1-2.4 1.01v3h14v-3c-.9-.01-1.76-.37-2.4-1.01l-1.07-1.07zM18 11H6c-.55 0-1 .45-1 1v3.5c.51-.01.99-.21 1.34-.57l2.14-2.13 2.13 2.13c.74.74 2.03.74 2.77 0l2.14-2.13 2.13 2.13c.36.36.84.56 1.35.57V12c0-.55-.45-1-1-1z", "opacity" ".3"}) (e "path" #js {"d" "M12 6c1.11 0 2-.9 2-2 0-.38-.1-.73-.29-1.03L12 0l-1.71 2.97c-.19.3-.29.65-.29 1.03 0 1.1.9 2 2 2zm6 3h-5V7h-2v2H6c-1.66 0-3 1.34-3 3v9c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-9c0-1.66-1.34-3-3-3zm1 11H5v-3c.9-.01 1.76-.37 2.4-1.01l1.09-1.07 1.07 1.07c1.31 1.31 3.59 1.3 4.89 0l1.08-1.07 1.07 1.07c.64.64 1.5 1 2.4 1.01v3zm0-4.5c-.51-.01-.99-.2-1.35-.57l-2.13-2.13-2.14 2.13c-.74.74-2.03.74-2.77 0L8.48 12.8l-2.14 2.13c-.35.36-.83.56-1.34.57V12c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v3.5z"})]
"CakeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/calculate.cljs
================================================
(ns reagent-mui.icons.calculate
"Imports @mui/icons-material/Calculate as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calculate (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5.97 4.06L14.09 6l1.41 1.41L16.91 6l1.06 1.06-1.41 1.41 1.41 1.41-1.06 1.06-1.41-1.4-1.41 1.41-1.06-1.06 1.41-1.41-1.41-1.42zm-6.78.66h5v1.5h-5v-1.5zM11.5 16h-2v2H8v-2H6v-1.5h2v-2h1.5v2h2V16zm6.5 1.25h-5v-1.5h5v1.5zm0-2.5h-5v-1.5h5v1.5z"})
"Calculate"))
================================================
FILE: src/icons/reagent_mui/icons/calculate_outlined.cljs
================================================
(ns reagent-mui.icons.calculate-outlined
"Imports @mui/icons-material/CalculateOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calculate-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M6.25 7.72h5v1.5h-5zM13 15.75h5v1.5h-5zm0-2.5h5v1.5h-5zM8 18h1.5v-2h2v-1.5h-2v-2H8v2H6V16h2zm6.09-7.05 1.41-1.41 1.41 1.41 1.06-1.06-1.41-1.42 1.41-1.41L16.91 6 15.5 7.41 14.09 6l-1.06 1.06 1.41 1.41-1.41 1.42z"})]
"CalculateOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/calculate_rounded.cljs
================================================
(ns reagent-mui.icons.calculate-rounded
"Imports @mui/icons-material/CalculateRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calculate-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5.44 3.53c.29-.29.77-.29 1.06 0l.88.88.88-.88c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-.88.88.88.88c.29.29.29.77 0 1.06-.29.29-.77.29-1.06 0l-.88-.87-.88.88c-.29.29-.77.29-1.06 0-.29-.29-.29-.77 0-1.06l.88-.88-.88-.88c-.3-.3-.3-.78 0-1.07zM7 7.72h3.5c.41 0 .75.34.75.75s-.34.75-.75.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75zM10.75 16H9.5v1.25c0 .41-.34.75-.75.75S8 17.66 8 17.25V16H6.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H8v-1.25c0-.41.34-.75.75-.75s.75.34.75.75v1.25h1.25c.41 0 .75.34.75.75s-.34.75-.75.75zm6.5 1.25h-3.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.5c.41 0 .75.34.75.75s-.34.75-.75.75zm0-2.5h-3.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.5c.41 0 .75.34.75.75s-.34.75-.75.75z"})
"CalculateRounded"))
================================================
FILE: src/icons/reagent_mui/icons/calculate_sharp.cljs
================================================
(ns reagent-mui.icons.calculate-sharp
"Imports @mui/icons-material/CalculateSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calculate-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-7.97 4.06L14.09 6l1.41 1.41L16.91 6l1.06 1.06-1.41 1.41 1.41 1.41-1.06 1.06-1.41-1.4-1.41 1.41-1.06-1.06 1.41-1.41-1.41-1.42zm-6.78.66h5v1.5h-5v-1.5zM11.5 16h-2v2H8v-2H6v-1.5h2v-2h1.5v2h2V16zm6.5 1.25h-5v-1.5h5v1.5zm0-2.5h-5v-1.5h5v1.5z"})
"CalculateSharp"))
================================================
FILE: src/icons/reagent_mui/icons/calculate_two_tone.cljs
================================================
(ns reagent-mui.icons.calculate-two-tone
"Imports @mui/icons-material/CalculateTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calculate-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm8.03-11.94L14.09 6l1.41 1.41L16.91 6l1.06 1.06-1.41 1.41 1.41 1.41-1.06 1.06-1.41-1.4-1.41 1.41-1.06-1.06 1.41-1.41-1.41-1.42zM13 13.25h5v1.5h-5v-1.5zm0 2.5h5v1.5h-5v-1.5zM6.25 7.72h5v1.5h-5v-1.5zM6 14.5h2v-2h1.5v2h2V16h-2v2H8v-2H6v-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M6.25 7.72h5v1.5h-5zM13 15.75h5v1.5h-5zm0-2.5h5v1.5h-5zM8 18h1.5v-2h2v-1.5h-2v-2H8v2H6V16h2zm6.09-7.05 1.41-1.41 1.41 1.41 1.06-1.06-1.41-1.42 1.41-1.41L16.91 6 15.5 7.41 14.09 6l-1.06 1.06 1.41 1.41-1.41 1.42z"})]
"CalculateTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_month.cljs
================================================
(ns reagent-mui.icons.calendar-month
"Imports @mui/icons-material/CalendarMonth as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-month (create-svg-icon (e "path" #js {"d" "M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM9 14H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm-8 4H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z"})
"CalendarMonth"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_month_outlined.cljs
================================================
(ns reagent-mui.icons.calendar-month-outlined
"Imports @mui/icons-material/CalendarMonthOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-month-outlined (create-svg-icon (e "path" #js {"d" "M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2zM9 14H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm-8 4H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z"})
"CalendarMonthOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_month_rounded.cljs
================================================
(ns reagent-mui.icons.calendar-month-rounded
"Imports @mui/icons-material/CalendarMonthRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-month-rounded (create-svg-icon (e "path" #js {"d" "M17 2c-.55 0-1 .45-1 1v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-1V3c0-.55-.45-1-1-1zm2 18H5V10h14v10zm-8-7c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm-4 0c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm8 0c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm-4 4c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm-4 0c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm8 0c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1z"})
"CalendarMonthRounded"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_month_sharp.cljs
================================================
(ns reagent-mui.icons.calendar-month-sharp
"Imports @mui/icons-material/CalendarMonthSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-month-sharp (create-svg-icon (e "path" #js {"d" "M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM9 14H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm-8 4H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z"})
"CalendarMonthSharp"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_month_two_tone.cljs
================================================
(ns reagent-mui.icons.calendar-month-two-tone
"Imports @mui/icons-material/CalendarMonthTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-month-two-tone (create-svg-icon [(e "path" #js {"d" "M5 6h14v2H5z", "opacity" ".3"}) (e "path" #js {"d" "M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2zM9 14H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm-8 4H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z"})]
"CalendarMonthTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_today.cljs
================================================
(ns reagent-mui.icons.calendar-today
"Imports @mui/icons-material/CalendarToday as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-today (create-svg-icon (e "path" #js {"d" "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"})
"CalendarToday"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_today_outlined.cljs
================================================
(ns reagent-mui.icons.calendar-today-outlined
"Imports @mui/icons-material/CalendarTodayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-today-outlined (create-svg-icon (e "path" #js {"d" "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z"})
"CalendarTodayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_today_rounded.cljs
================================================
(ns reagent-mui.icons.calendar-today-rounded
"Imports @mui/icons-material/CalendarTodayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-today-rounded (create-svg-icon (e "path" #js {"d" "M20 3h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1H7V2c0-.55-.45-1-1-1s-1 .45-1 1v1H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 18H5c-.55 0-1-.45-1-1V8h16v12c0 .55-.45 1-1 1z"})
"CalendarTodayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_today_sharp.cljs
================================================
(ns reagent-mui.icons.calendar-today-sharp
"Imports @mui/icons-material/CalendarTodaySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-today-sharp (create-svg-icon (e "path" #js {"d" "M22 3h-3V1h-2v2H7V1H5v2H2v20h20V3zm-2 18H4V8h16v13z"})
"CalendarTodaySharp"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_today_two_tone.cljs
================================================
(ns reagent-mui.icons.calendar-today-two-tone
"Imports @mui/icons-material/CalendarTodayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-today-two-tone (create-svg-icon [(e "path" #js {"d" "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 2v3H4V5h16zM4 21V10h16v11H4z"}) (e "path" #js {"d" "M4 5.01h16V8H4z", "opacity" ".3"})]
"CalendarTodayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_view_day.cljs
================================================
(ns reagent-mui.icons.calendar-view-day
"Imports @mui/icons-material/CalendarViewDay as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-view-day (create-svg-icon (e "path" #js {"d" "M3 17h18v2H3zm0-7h18v5H3zm0-4h18v2H3z"})
"CalendarViewDay"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_view_day_outlined.cljs
================================================
(ns reagent-mui.icons.calendar-view-day-outlined
"Imports @mui/icons-material/CalendarViewDayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-view-day-outlined (create-svg-icon (e "path" #js {"d" "M3 17h18v2H3zm16-5v1H5v-1h14m2-2H3v5h18v-5zM3 6h18v2H3z"})
"CalendarViewDayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_view_day_rounded.cljs
================================================
(ns reagent-mui.icons.calendar-view-day-rounded
"Imports @mui/icons-material/CalendarViewDayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-view-day-rounded (create-svg-icon (e "path" #js {"d" "M5 7h14c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2zM4 3h16c.55 0 1 .45 1 1s-.45 1-1 1H4c-.55 0-1-.45-1-1s.45-1 1-1zm0 16h16c.55 0 1 .45 1 1s-.45 1-1 1H4c-.55 0-1-.45-1-1s.45-1 1-1z"})
"CalendarViewDayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_view_day_sharp.cljs
================================================
(ns reagent-mui.icons.calendar-view-day-sharp
"Imports @mui/icons-material/CalendarViewDaySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-view-day-sharp (create-svg-icon (e "path" #js {"d" "M3 17h18v2H3v-2zm0-7h18v5H3v-5zm0-4h18v2H3V6z"})
"CalendarViewDaySharp"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_view_day_two_tone.cljs
================================================
(ns reagent-mui.icons.calendar-view-day-two-tone
"Imports @mui/icons-material/CalendarViewDayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-view-day-two-tone (create-svg-icon [(e "path" #js {"d" "M3 17h18v2H3zm16-5v1H5v-1h14m2-2H3v5h18v-5zM3 6h18v2H3z"}) (e "path" #js {"d" "M5 12h14v1H5z", "opacity" ".3"})]
"CalendarViewDayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_view_month.cljs
================================================
(ns reagent-mui.icons.calendar-view-month
"Imports @mui/icons-material/CalendarViewMonth as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-view-month (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM8 11H4V6h4v5zm6 0h-4V6h4v5zm6 0h-4V6h4v5zM8 18H4v-5h4v5zm6 0h-4v-5h4v5zm6 0h-4v-5h4v5z"})
"CalendarViewMonth"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_view_month_outlined.cljs
================================================
(ns reagent-mui.icons.calendar-view-month-outlined
"Imports @mui/icons-material/CalendarViewMonthOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-view-month-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM8 11H4V6h4v5zm6 0h-4V6h4v5zm6 0h-4V6h4v5zM8 18H4v-5h4v5zm6 0h-4v-5h4v5zm6 0h-4v-5h4v5z"})
"CalendarViewMonthOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_view_month_rounded.cljs
================================================
(ns reagent-mui.icons.calendar-view-month-rounded
"Imports @mui/icons-material/CalendarViewMonthRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-view-month-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM8 11H4V6h4v5zm6 0h-4V6h4v5zm6 0h-4V6h4v5zM8 18H4v-5h4v5zm6 0h-4v-5h4v5zm6 0h-4v-5h4v5z"})
"CalendarViewMonthRounded"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_view_month_sharp.cljs
================================================
(ns reagent-mui.icons.calendar-view-month-sharp
"Imports @mui/icons-material/CalendarViewMonthSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-view-month-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zM8 11H4V6h4v5zm6 0h-4V6h4v5zm6 0h-4V6h4v5zM8 18H4v-5h4v5zm6 0h-4v-5h4v5zm6 0h-4v-5h4v5z"})
"CalendarViewMonthSharp"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_view_month_two_tone.cljs
================================================
(ns reagent-mui.icons.calendar-view-month-two-tone
"Imports @mui/icons-material/CalendarViewMonthTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-view-month-two-tone (create-svg-icon [(e "path" #js {"d" "M4 6h4v5H4zm0 7h4v5H4zm6 0h4v5h-4zm6 0h4v5h-4zm0-7h4v5h-4zm-6 0h4v5h-4z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM8 18H4v-5h4v5zm0-7H4V6h4v5zm6 7h-4v-5h4v5zm0-7h-4V6h4v5zm6 7h-4v-5h4v5zm0-7h-4V6h4v5z"})]
"CalendarViewMonthTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_view_week.cljs
================================================
(ns reagent-mui.icons.calendar-view-week
"Imports @mui/icons-material/CalendarViewWeek as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-view-week (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 2h2.5v12H13V6zm-2 12H8.5V6H11v12zM4 6h2.5v12H4V6zm16 12h-2.5V6H20v12z"})
"CalendarViewWeek"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_view_week_outlined.cljs
================================================
(ns reagent-mui.icons.calendar-view-week-outlined
"Imports @mui/icons-material/CalendarViewWeekOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-view-week-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 2h2.5v12H13V6zm-2 12H8.5V6H11v12zM4 6h2.5v12H4V6zm16 12h-2.5V6H20v12z"})
"CalendarViewWeekOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_view_week_rounded.cljs
================================================
(ns reagent-mui.icons.calendar-view-week-rounded
"Imports @mui/icons-material/CalendarViewWeekRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-view-week-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 2h2.5v12H13V6zm-2 12H8.5V6H11v12zM4 6h2.5v12H4V6zm16 12h-2.5V6H20v12z"})
"CalendarViewWeekRounded"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_view_week_sharp.cljs
================================================
(ns reagent-mui.icons.calendar-view-week-sharp
"Imports @mui/icons-material/CalendarViewWeekSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-view-week-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zm-9 2h2.5v12H13V6zm-2 12H8.5V6H11v12zM4 6h2.5v12H4V6zm16 12h-2.5V6H20v12z"})
"CalendarViewWeekSharp"))
================================================
FILE: src/icons/reagent_mui/icons/calendar_view_week_two_tone.cljs
================================================
(ns reagent-mui.icons.calendar-view-week-two-tone
"Imports @mui/icons-material/CalendarViewWeekTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def calendar-view-week-two-tone (create-svg-icon [(e "path" #js {"d" "M8.5 6H11v12H8.5zM13 6h2.5v12H13zM4 6h2.5v12H4zm13.5 0H20v12h-2.5z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM6.5 18H4V6h2.5v12zm4.5 0H8.5V6H11v12zm4.5 0H13V6h2.5v12zm4.5 0h-2.5V6H20v12z"})]
"CalendarViewWeekTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/call.cljs
================================================
(ns reagent-mui.icons.call
"Imports @mui/icons-material/Call as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call (create-svg-icon (e "path" #js {"d" "M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z"})
"Call"))
================================================
FILE: src/icons/reagent_mui/icons/call_end.cljs
================================================
(ns reagent-mui.icons.call-end
"Imports @mui/icons-material/CallEnd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-end (create-svg-icon (e "path" #js {"d" "M12 9c-1.6 0-3.15.25-4.6.72v3.1c0 .39-.23.74-.56.9-.98.49-1.87 1.12-2.66 1.85-.18.18-.43.28-.7.28-.28 0-.53-.11-.71-.29L.29 13.08c-.18-.17-.29-.42-.29-.7 0-.28.11-.53.29-.71C3.34 8.78 7.46 7 12 7s8.66 1.78 11.71 4.67c.18.18.29.43.29.71 0 .28-.11.53-.29.71l-2.48 2.48c-.18.18-.43.29-.71.29-.27 0-.52-.11-.7-.28-.79-.74-1.69-1.36-2.67-1.85-.33-.16-.56-.5-.56-.9v-3.1C15.15 9.25 13.6 9 12 9z"})
"CallEnd"))
================================================
FILE: src/icons/reagent_mui/icons/call_end_outlined.cljs
================================================
(ns reagent-mui.icons.call-end-outlined
"Imports @mui/icons-material/CallEndOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-end-outlined (create-svg-icon (e "path" #js {"d" "M18.59 10.52c1.05.51 2.04 1.15 2.96 1.91l-1.07 1.07c-.58-.47-1.21-.89-1.88-1.27v-1.71m-13.2 0v1.7c-.65.37-1.28.79-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.38 2.94-1.9M12 7C7.46 7 3.34 8.78.29 11.67c-.18.18-.29.43-.29.71s.11.53.29.7l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.1.7-.28.79-.73 1.68-1.36 2.66-1.85.33-.16.56-.51.56-.9v-3.1C8.85 9.25 10.4 9 12 9s3.15.25 4.59.73v3.1c0 .4.23.74.56.9.98.49 1.88 1.11 2.67 1.85.18.17.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.11-.53-.29-.71C20.66 8.78 16.54 7 12 7z"})
"CallEndOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/call_end_rounded.cljs
================================================
(ns reagent-mui.icons.call-end-rounded
"Imports @mui/icons-material/CallEndRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-end-rounded (create-svg-icon (e "path" #js {"d" "m4.51 15.48 2-1.59c.48-.38.76-.96.76-1.57v-2.6c3.02-.98 6.29-.99 9.32 0v2.61c0 .61.28 1.19.76 1.57l1.99 1.58c.8.63 1.94.57 2.66-.15l1.22-1.22c.8-.8.8-2.13-.05-2.88-6.41-5.66-16.07-5.66-22.48 0-.85.75-.85 2.08-.05 2.88l1.22 1.22c.71.72 1.85.78 2.65.15z"})
"CallEndRounded"))
================================================
FILE: src/icons/reagent_mui/icons/call_end_sharp.cljs
================================================
(ns reagent-mui.icons.call-end-sharp
"Imports @mui/icons-material/CallEndSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-end-sharp (create-svg-icon (e "path" #js {"d" "m3.68 16.07 3.92-3.11V9.59c2.85-.93 5.94-.93 8.8 0v3.38l3.91 3.1L24 12.39c-6.41-7.19-17.59-7.19-24 0l3.68 3.68z"})
"CallEndSharp"))
================================================
FILE: src/icons/reagent_mui/icons/call_end_two_tone.cljs
================================================
(ns reagent-mui.icons.call-end-two-tone
"Imports @mui/icons-material/CallEndTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-end-two-tone (create-svg-icon [(e "path" #js {"d" "M18.59 12.23c.67.38 1.3.8 1.88 1.27l1.07-1.07c-.92-.75-1.91-1.39-2.96-1.91v1.71zM3.53 13.49c.59-.48 1.22-.9 1.87-1.27v-1.7c-1.04.51-2.03 1.15-2.94 1.9l1.07 1.07z", "opacity" ".3"}) (e "path" #js {"d" "M12 7C7.46 7 3.34 8.78.29 11.67c-.18.18-.29.43-.29.71 0 .28.11.53.29.7l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.1.7-.28.79-.73 1.68-1.36 2.66-1.85.33-.16.56-.51.56-.9v-3.1C8.85 9.25 10.4 9 12 9c1.6 0 3.15.25 4.59.73v3.1c0 .4.23.74.56.9.98.49 1.88 1.11 2.67 1.85.18.17.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71C20.66 8.78 16.54 7 12 7zm-6.6 5.22c-.65.37-1.28.79-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.38 2.94-1.9v1.7zm15.07 1.28c-.58-.47-1.21-.89-1.88-1.27v-1.71c1.05.51 2.04 1.15 2.96 1.91l-1.08 1.07z"})]
"CallEndTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/call_made.cljs
================================================
(ns reagent-mui.icons.call-made
"Imports @mui/icons-material/CallMade as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-made (create-svg-icon (e "path" #js {"d" "M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5z"})
"CallMade"))
================================================
FILE: src/icons/reagent_mui/icons/call_made_outlined.cljs
================================================
(ns reagent-mui.icons.call-made-outlined
"Imports @mui/icons-material/CallMadeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-made-outlined (create-svg-icon (e "path" #js {"d" "M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"})
"CallMadeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/call_made_rounded.cljs
================================================
(ns reagent-mui.icons.call-made-rounded
"Imports @mui/icons-material/CallMadeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-made-rounded (create-svg-icon (e "path" #js {"d" "M9 6c0 .56.45 1 1 1h5.59L4.7 17.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L17 8.41V14c0 .55.45 1 1 1s1-.45 1-1V6c0-.55-.45-1-1-1h-8c-.55 0-1 .45-1 1z"})
"CallMadeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/call_made_sharp.cljs
================================================
(ns reagent-mui.icons.call-made-sharp
"Imports @mui/icons-material/CallMadeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-made-sharp (create-svg-icon (e "path" #js {"d" "M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"})
"CallMadeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/call_made_two_tone.cljs
================================================
(ns reagent-mui.icons.call-made-two-tone
"Imports @mui/icons-material/CallMadeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-made-two-tone (create-svg-icon (e "path" #js {"d" "M5.41 20 17 8.41V15h2V5H9v2h6.59L4 18.59z"})
"CallMadeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/call_merge.cljs
================================================
(ns reagent-mui.icons.call-merge
"Imports @mui/icons-material/CallMerge as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-merge (create-svg-icon (e "path" #js {"d" "M17 20.41 18.41 19 15 15.59 13.59 17 17 20.41zM7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z"})
"CallMerge"))
================================================
FILE: src/icons/reagent_mui/icons/call_merge_outlined.cljs
================================================
(ns reagent-mui.icons.call-merge-outlined
"Imports @mui/icons-material/CallMergeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-merge-outlined (create-svg-icon (e "path" #js {"d" "M17 20.41 18.41 19 15 15.59 13.59 17 17 20.41zM7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z"})
"CallMergeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/call_merge_rounded.cljs
================================================
(ns reagent-mui.icons.call-merge-rounded
"Imports @mui/icons-material/CallMergeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-merge-rounded (create-svg-icon (e "path" #js {"d" "M17.7 19.7c.39-.39.39-1.02 0-1.41l-2.7-2.7L13.59 17l2.7 2.7c.39.39 1.03.39 1.41 0zM8.71 8H11v5.59l-4.71 4.7c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l5.3-5.3V8h2.29c.45 0 .67-.54.35-.85l-3.29-3.29c-.2-.2-.51-.2-.71 0L8.35 7.15c-.31.31-.09.85.36.85z"})
"CallMergeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/call_merge_sharp.cljs
================================================
(ns reagent-mui.icons.call-merge-sharp
"Imports @mui/icons-material/CallMergeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-merge-sharp (create-svg-icon (e "path" #js {"d" "M17 20.41 18.41 19 15 15.59 13.59 17 17 20.41zM7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z"})
"CallMergeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/call_merge_two_tone.cljs
================================================
(ns reagent-mui.icons.call-merge-two-tone
"Imports @mui/icons-material/CallMergeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-merge-two-tone (create-svg-icon (e "path" #js {"d" "m16.997 20.41-3.408-3.407 1.4-1.407 3.41 3.408zM5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8H11v5.59z"})
"CallMergeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/call_missed.cljs
================================================
(ns reagent-mui.icons.call-missed
"Imports @mui/icons-material/CallMissed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-missed (create-svg-icon (e "path" #js {"d" "M19.59 7 12 14.59 6.41 9H11V7H3v8h2v-4.59l7 7 9-9z"})
"CallMissed"))
================================================
FILE: src/icons/reagent_mui/icons/call_missed_outgoing.cljs
================================================
(ns reagent-mui.icons.call-missed-outgoing
"Imports @mui/icons-material/CallMissedOutgoing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-missed-outgoing (create-svg-icon (e "path" #js {"d" "m3 8.41 9 9 7-7V15h2V7h-8v2h4.59L12 14.59 4.41 7 3 8.41z"})
"CallMissedOutgoing"))
================================================
FILE: src/icons/reagent_mui/icons/call_missed_outgoing_outlined.cljs
================================================
(ns reagent-mui.icons.call-missed-outgoing-outlined
"Imports @mui/icons-material/CallMissedOutgoingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-missed-outgoing-outlined (create-svg-icon (e "path" #js {"d" "m3 8.41 9 9 7-7V15h2V7h-8v2h4.59L12 14.59 4.41 7 3 8.41z"})
"CallMissedOutgoingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/call_missed_outgoing_rounded.cljs
================================================
(ns reagent-mui.icons.call-missed-outgoing-rounded
"Imports @mui/icons-material/CallMissedOutgoingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-missed-outgoing-rounded (create-svg-icon (e "path" #js {"d" "m3.7 9.11 7.59 7.59c.39.39 1.02.39 1.41 0l6.3-6.3V14c0 .55.45 1 1 1s1-.45 1-1V8c0-.55-.45-1-1-1h-6c-.55 0-1 .45-1 1s.45 1 1 1h3.59L12 14.59 5.11 7.7a.9959.9959 0 0 0-1.41 0c-.38.39-.38 1.03 0 1.41z"})
"CallMissedOutgoingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/call_missed_outgoing_sharp.cljs
================================================
(ns reagent-mui.icons.call-missed-outgoing-sharp
"Imports @mui/icons-material/CallMissedOutgoingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-missed-outgoing-sharp (create-svg-icon (e "path" #js {"d" "m3 8.41 9 9 7-7V15h2V7h-8v2h4.59L12 14.59 4.41 7 3 8.41z"})
"CallMissedOutgoingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/call_missed_outgoing_two_tone.cljs
================================================
(ns reagent-mui.icons.call-missed-outgoing-two-tone
"Imports @mui/icons-material/CallMissedOutgoingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-missed-outgoing-two-tone (create-svg-icon (e "path" #js {"d" "M19 10.41V15h2V7h-8v2h4.59L12 14.59 4.41 7 3 8.41l9 9z"})
"CallMissedOutgoingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/call_missed_outlined.cljs
================================================
(ns reagent-mui.icons.call-missed-outlined
"Imports @mui/icons-material/CallMissedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-missed-outlined (create-svg-icon (e "path" #js {"d" "M19.59 7 12 14.59 6.41 9H11V7H3v8h2v-4.59l7 7 9-9L19.59 7z"})
"CallMissedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/call_missed_rounded.cljs
================================================
(ns reagent-mui.icons.call-missed-rounded
"Imports @mui/icons-material/CallMissedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-missed-rounded (create-svg-icon (e "path" #js {"d" "M18.89 7.7 12 14.59 6.41 9H10c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1s1-.45 1-1v-3.59l6.29 6.29c.39.39 1.02.39 1.41 0l7.59-7.59c.39-.39.39-1.02 0-1.41-.38-.38-1.02-.38-1.4 0z"})
"CallMissedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/call_missed_sharp.cljs
================================================
(ns reagent-mui.icons.call-missed-sharp
"Imports @mui/icons-material/CallMissedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-missed-sharp (create-svg-icon (e "path" #js {"d" "M19.59 7 12 14.59 6.41 9H11V7H3v8h2v-4.59l7 7 9-9L19.59 7z"})
"CallMissedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/call_missed_two_tone.cljs
================================================
(ns reagent-mui.icons.call-missed-two-tone
"Imports @mui/icons-material/CallMissedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-missed-two-tone (create-svg-icon (e "path" #js {"d" "m5 10.41 7 7 9-9L19.59 7 12 14.59 6.41 9H11V7H3v8h2z"})
"CallMissedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/call_outlined.cljs
================================================
(ns reagent-mui.icons.call-outlined
"Imports @mui/icons-material/CallOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-outlined (create-svg-icon (e "path" #js {"d" "M6.54 5c.06.89.21 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.79h1.51m9.86 12.02c.85.24 1.72.39 2.6.45v1.49c-1.32-.09-2.59-.35-3.8-.75l1.2-1.19M7.5 3H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1-1.24 0-2.45-.2-3.57-.57-.1-.04-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.45-5.15-3.76-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1z"})
"CallOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/call_received.cljs
================================================
(ns reagent-mui.icons.call-received
"Imports @mui/icons-material/CallReceived as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-received (create-svg-icon (e "path" #js {"d" "M20 5.41 18.59 4 7 15.59V9H5v10h10v-2H8.41z"})
"CallReceived"))
================================================
FILE: src/icons/reagent_mui/icons/call_received_outlined.cljs
================================================
(ns reagent-mui.icons.call-received-outlined
"Imports @mui/icons-material/CallReceivedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-received-outlined (create-svg-icon (e "path" #js {"d" "M20 5.41 18.59 4 7 15.59V9H5v10h10v-2H8.41L20 5.41z"})
"CallReceivedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/call_received_rounded.cljs
================================================
(ns reagent-mui.icons.call-received-rounded
"Imports @mui/icons-material/CallReceivedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-received-rounded (create-svg-icon (e "path" #js {"d" "M19.3 4.71a.9959.9959 0 0 0-1.41 0L7 15.59V10c0-.55-.45-1-1-1s-1 .45-1 1v8c0 .55.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1H8.41L19.3 6.11c.38-.38.38-1.02 0-1.4z"})
"CallReceivedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/call_received_sharp.cljs
================================================
(ns reagent-mui.icons.call-received-sharp
"Imports @mui/icons-material/CallReceivedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-received-sharp (create-svg-icon (e "path" #js {"d" "M20 5.41 18.59 4 7 15.59V9H5v10h10v-2H8.41L20 5.41z"})
"CallReceivedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/call_received_two_tone.cljs
================================================
(ns reagent-mui.icons.call-received-two-tone
"Imports @mui/icons-material/CallReceivedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-received-two-tone (create-svg-icon (e "path" #js {"d" "M15 17H8.41L20 5.41 18.59 4 7 15.59V9H5v10h10z"})
"CallReceivedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/call_rounded.cljs
================================================
(ns reagent-mui.icons.call-rounded
"Imports @mui/icons-material/CallRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-rounded (create-svg-icon (e "path" #js {"d" "m19.23 15.26-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98z"})
"CallRounded"))
================================================
FILE: src/icons/reagent_mui/icons/call_sharp.cljs
================================================
(ns reagent-mui.icons.call-sharp
"Imports @mui/icons-material/CallSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-sharp (create-svg-icon (e "path" #js {"d" "m21 15.46-5.27-.61-2.52 2.52c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51z"})
"CallSharp"))
================================================
FILE: src/icons/reagent_mui/icons/call_split.cljs
================================================
(ns reagent-mui.icons.call-split
"Imports @mui/icons-material/CallSplit as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-split (create-svg-icon (e "path" #js {"d" "m14 4 2.29 2.29-2.88 2.88 1.42 1.42 2.88-2.88L20 10V4zm-4 0H4v6l2.29-2.29 4.71 4.7V20h2v-8.41l-5.29-5.3z"})
"CallSplit"))
================================================
FILE: src/icons/reagent_mui/icons/call_split_outlined.cljs
================================================
(ns reagent-mui.icons.call-split-outlined
"Imports @mui/icons-material/CallSplitOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-split-outlined (create-svg-icon (e "path" #js {"d" "m14 4 2.29 2.29-2.88 2.88 1.42 1.42 2.88-2.88L20 10V4h-6zm-4 0H4v6l2.29-2.29 4.71 4.7V20h2v-8.41l-5.29-5.3L10 4z"})
"CallSplitOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/call_split_rounded.cljs
================================================
(ns reagent-mui.icons.call-split-rounded
"Imports @mui/icons-material/CallSplitRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-split-rounded (create-svg-icon (e "path" #js {"d" "m14.85 4.85 1.44 1.44-2.88 2.88 1.42 1.42 2.88-2.88 1.44 1.44c.31.31.85.09.85-.36V4.5c0-.28-.22-.5-.5-.5h-4.29c-.45 0-.67.54-.36.85zM8.79 4H4.5c-.28 0-.5.22-.5.5v4.29c0 .45.54.67.85.35L6.29 7.7 11 12.4V19c0 .55.45 1 1 1s1-.45 1-1v-7c0-.26-.11-.52-.29-.71l-5-5.01 1.44-1.44c.31-.3.09-.84-.36-.84z"})
"CallSplitRounded"))
================================================
FILE: src/icons/reagent_mui/icons/call_split_sharp.cljs
================================================
(ns reagent-mui.icons.call-split-sharp
"Imports @mui/icons-material/CallSplitSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-split-sharp (create-svg-icon (e "path" #js {"d" "m14 4 2.29 2.29-2.88 2.88 1.42 1.42 2.88-2.88L20 10V4h-6zm-4 0H4v6l2.29-2.29 4.71 4.7V20h2v-8.41l-5.29-5.3L10 4z"})
"CallSplitSharp"))
================================================
FILE: src/icons/reagent_mui/icons/call_split_two_tone.cljs
================================================
(ns reagent-mui.icons.call-split-two-tone
"Imports @mui/icons-material/CallSplitTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-split-two-tone (create-svg-icon (e "path" #js {"d" "M20 4h-6l2.29 2.29-2.88 2.88 1.42 1.42 2.88-2.88L20 10zM4 4v6l2.29-2.29 4.71 4.7V20h2v-8.41l-5.29-5.3L10 4z"})
"CallSplitTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/call_to_action.cljs
================================================
(ns reagent-mui.icons.call-to-action
"Imports @mui/icons-material/CallToAction as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-to-action (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3v-3h18v3z"})
"CallToAction"))
================================================
FILE: src/icons/reagent_mui/icons/call_to_action_outlined.cljs
================================================
(ns reagent-mui.icons.call-to-action-outlined
"Imports @mui/icons-material/CallToActionOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-to-action-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zM5 15h14v3H5z"})
"CallToActionOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/call_to_action_rounded.cljs
================================================
(ns reagent-mui.icons.call-to-action-rounded
"Imports @mui/icons-material/CallToActionRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-to-action-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H4c-.55 0-1-.45-1-1v-1c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1z"})
"CallToActionRounded"))
================================================
FILE: src/icons/reagent_mui/icons/call_to_action_sharp.cljs
================================================
(ns reagent-mui.icons.call-to-action-sharp
"Imports @mui/icons-material/CallToActionSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-to-action-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v18h22V3zm-2 16H3v-3h18v3z"})
"CallToActionSharp"))
================================================
FILE: src/icons/reagent_mui/icons/call_to_action_two_tone.cljs
================================================
(ns reagent-mui.icons.call-to-action-two-tone
"Imports @mui/icons-material/CallToActionTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-to-action-two-tone (create-svg-icon [(e "path" #js {"d" "M3 19h18V5H3v14zm2-4h14v3H5v-3z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zM5 15h14v3H5z"})]
"CallToActionTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/call_two_tone.cljs
================================================
(ns reagent-mui.icons.call-two-tone
"Imports @mui/icons-material/CallTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def call-two-tone (create-svg-icon [(e "path" #js {"d" "M19 17.47c-.88-.07-1.75-.22-2.6-.45l-1.19 1.19c1.2.41 2.48.67 3.8.75v-1.49zM6.54 5h-1.5c.09 1.32.35 2.59.75 3.8l1.2-1.2c-.24-.84-.39-1.71-.45-2.6z", "opacity" ".3"}) (e "path" #js {"d" "M20 21c.55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1-1.24 0-2.45-.2-3.57-.57-.1-.04-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.45-5.15-3.76-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17zm-3.6-3.98c.85.24 1.72.39 2.6.45v1.49c-1.32-.09-2.59-.35-3.8-.75l1.2-1.19zM5.03 5h1.5c.07.89.22 1.76.46 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.79z"})]
"CallTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/camera.cljs
================================================
(ns reagent-mui.icons.camera
"Imports @mui/icons-material/Camera as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera (create-svg-icon (e "path" #js {"d" "m9.4 10.5 4.77-8.26C13.47 2.09 12.75 2 12 2c-2.4 0-4.6.85-6.32 2.25l3.66 6.35.06-.1zM21.54 9c-.92-2.92-3.15-5.26-6-6.34L11.88 9h9.66zm.26 1h-7.49l.29.5 4.76 8.25C21 16.97 22 14.61 22 12c0-.69-.07-1.35-.2-2zM8.54 12l-3.9-6.75C3.01 7.03 2 9.39 2 12c0 .69.07 1.35.2 2h7.49l-1.15-2zm-6.08 3c.92 2.92 3.15 5.26 6 6.34L12.12 15H2.46zm11.27 0-3.9 6.76c.7.15 1.42.24 2.17.24 2.4 0 4.6-.85 6.32-2.25l-3.66-6.35-.93 1.6z"})
"Camera"))
================================================
FILE: src/icons/reagent_mui/icons/camera_alt.cljs
================================================
(ns reagent-mui.icons.camera-alt
"Imports @mui/icons-material/CameraAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-alt (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "3.2"}) (e "path" #js {"d" "M9 2 7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})]
"CameraAlt"))
================================================
FILE: src/icons/reagent_mui/icons/camera_alt_outlined.cljs
================================================
(ns reagent-mui.icons.camera-alt-outlined
"Imports @mui/icons-material/CameraAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-alt-outlined (create-svg-icon (e "path" #js {"d" "M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h4.05l1.83-2h4.24l1.83 2H20v12zM12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"})
"CameraAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/camera_alt_rounded.cljs
================================================
(ns reagent-mui.icons.camera-alt-rounded
"Imports @mui/icons-material/CameraAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-alt-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "3"}) (e "path" #js {"d" "M20 4h-3.17l-1.24-1.35c-.37-.41-.91-.65-1.47-.65H9.88c-.56 0-1.1.24-1.48.65L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 13c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})]
"CameraAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/camera_alt_sharp.cljs
================================================
(ns reagent-mui.icons.camera-alt-sharp
"Imports @mui/icons-material/CameraAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-alt-sharp (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "3"}) (e "path" #js {"d" "M16.83 4 15 2H9L7.17 4H2v16h20V4h-5.17zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})]
"CameraAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/camera_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.camera-alt-two-tone
"Imports @mui/icons-material/CameraAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M14.12 4H9.88L8.05 6H4v12h16V6h-4.05l-1.83-2zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z", "opacity" ".3"}) (e "path" #js {"d" "M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h4.05l1.83-2h4.24l1.83 2H20v12zM12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"})]
"CameraAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/camera_enhance.cljs
================================================
(ns reagent-mui.icons.camera-enhance
"Imports @mui/icons-material/CameraEnhance as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-enhance (create-svg-icon [(e "path" #js {"d" "M9 3 7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-3.17L15 3H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"}) (e "path" #js {"d" "m12 17 1.25-2.75L16 13l-2.75-1.25L12 9l-1.25 2.75L8 13l2.75 1.25z"})]
"CameraEnhance"))
================================================
FILE: src/icons/reagent_mui/icons/camera_enhance_outlined.cljs
================================================
(ns reagent-mui.icons.camera-enhance-outlined
"Imports @mui/icons-material/CameraEnhanceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-enhance-outlined (create-svg-icon (e "path" #js {"d" "m12 10-.94 2.06L9 13l2.06.94L12 16l.94-2.06L15 13l-2.06-.94zm8-5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14H4V7h4.05l.59-.65L9.88 5h4.24l1.24 1.35.59.65H20v12zM12 8c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"})
"CameraEnhanceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/camera_enhance_rounded.cljs
================================================
(ns reagent-mui.icons.camera-enhance-rounded
"Imports @mui/icons-material/CameraEnhanceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-enhance-rounded (create-svg-icon (e "path" #js {"d" "M20 5h-3.17l-1.24-1.35c-.37-.41-.91-.65-1.47-.65H9.88c-.56 0-1.1.24-1.48.65L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-8 13c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-9-1.25 2.75L8 13l2.75 1.25L12 17l1.25-2.75L16 13l-2.75-1.25z"})
"CameraEnhanceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/camera_enhance_sharp.cljs
================================================
(ns reagent-mui.icons.camera-enhance-sharp
"Imports @mui/icons-material/CameraEnhanceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-enhance-sharp (create-svg-icon (e "path" #js {"d" "M16.83 5 15 3H9L7.17 5H2v16h20V5h-5.17zM12 18c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-9-1.25 2.75L8 13l2.75 1.25L12 17l1.25-2.75L16 13l-2.75-1.25z"})
"CameraEnhanceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/camera_enhance_two_tone.cljs
================================================
(ns reagent-mui.icons.camera-enhance-two-tone
"Imports @mui/icons-material/CameraEnhanceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-enhance-two-tone (create-svg-icon [(e "path" #js {"d" "m15.95 7-.59-.65L14.12 5H9.88L8.65 6.35l-.6.65H4v12h16V7h-4.05zM12 18c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z", "opacity" ".3"}) (e "path" #js {"d" "m12 10-.94 2.06L9 13l2.06.94L12 16l.94-2.06L15 13l-2.06-.94zm8-5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14H4V7h4.05l.59-.65L9.88 5h4.24l1.24 1.35.59.65H20v12zM12 8c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"})]
"CameraEnhanceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/camera_front.cljs
================================================
(ns reagent-mui.icons.camera-front
"Imports @mui/icons-material/CameraFront as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-front (create-svg-icon (e "path" #js {"d" "M10 20H5v2h5v2l3-3-3-3v2zm4 0v2h5v-2h-5zM12 8c1.1 0 2-.9 2-2s-.9-2-2-2-1.99.9-1.99 2S10.9 8 12 8zm5-8H7C5.9 0 5 .9 5 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zM7 2h10v10.5c0-1.67-3.33-2.5-5-2.5s-5 .83-5 2.5V2z"})
"CameraFront"))
================================================
FILE: src/icons/reagent_mui/icons/camera_front_outlined.cljs
================================================
(ns reagent-mui.icons.camera-front-outlined
"Imports @mui/icons-material/CameraFrontOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-front-outlined (create-svg-icon (e "path" #js {"d" "M5 20v2h5v2l3-3-3-3v2zm9 0h5v2h-5zM11.99 8C13.1 8 14 7.1 14 6s-.9-2-2.01-2S10 4.9 10 6s.89 2 1.99 2zM17 0H7C5.9 0 5 .9 5 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm0 16H7v-2h10v2zm0-3.5c0-1.67-3.33-2.5-5-2.5s-5 .83-5 2.5V2h10v10.5z"})
"CameraFrontOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/camera_front_rounded.cljs
================================================
(ns reagent-mui.icons.camera-front-rounded
"Imports @mui/icons-material/CameraFrontRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-front-rounded (create-svg-icon (e "path" #js {"d" "M17 0H7C5.9 0 5 .9 5 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm0 12.5c0-1.67-3.33-2.5-5-2.5s-5 .83-5 2.5V3c0-.55.45-1 1-1h8c.55 0 1 .45 1 1v9.5zm-6.15 6.35c-.31-.31-.85-.09-.85.36V20H6c-.55 0-1 .45-1 1s.45 1 1 1h4v.79c0 .45.54.67.85.35l1.79-1.79c.2-.2.2-.51 0-.71l-1.79-1.79zM18 20h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zM12 8c1.1 0 2-.9 2-2s-.9-2-2-2-1.99.9-1.99 2S10.9 8 12 8z"})
"CameraFrontRounded"))
================================================
FILE: src/icons/reagent_mui/icons/camera_front_sharp.cljs
================================================
(ns reagent-mui.icons.camera-front-sharp
"Imports @mui/icons-material/CameraFrontSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-front-sharp (create-svg-icon (e "path" #js {"d" "M10 20H5v2h5v2l3-3-3-3v2zm4 0v2h5v-2h-5zM12 8c1.1 0 2-.9 2-2s-.9-2-2-2-1.99.9-1.99 2S10.9 8 12 8zm7-8H5v18h14V0zM7 2h10v10.5c0-1.67-3.33-2.5-5-2.5s-5 .83-5 2.5V2z"})
"CameraFrontSharp"))
================================================
FILE: src/icons/reagent_mui/icons/camera_front_two_tone.cljs
================================================
(ns reagent-mui.icons.camera-front-two-tone
"Imports @mui/icons-material/CameraFrontTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-front-two-tone (create-svg-icon [(e "path" #js {"d" "M7 14h10v2H7z", "opacity" ".3"}) (e "path" #js {"d" "M5 20v2h5v2l3-3-3-3v2zm9 0h5v2h-5zM11.99 8C13.1 8 14 7.1 14 6s-.9-2-2.01-2S10 4.9 10 6s.89 2 1.99 2zM17 0H7C5.9 0 5 .9 5 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm0 16H7v-2h10v2zm0-3.5c0-1.67-3.33-2.5-5-2.5s-5 .83-5 2.5V2h10v10.5z"})]
"CameraFrontTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/camera_indoor.cljs
================================================
(ns reagent-mui.icons.camera-indoor
"Imports @mui/icons-material/CameraIndoor as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-indoor (create-svg-icon (e "path" #js {"d" "M12 3 4 9v12h16V9l-8-6zm4 13.06L14 15v1c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1l2-1.06v4.12z"})
"CameraIndoor"))
================================================
FILE: src/icons/reagent_mui/icons/camera_indoor_outlined.cljs
================================================
(ns reagent-mui.icons.camera-indoor-outlined
"Imports @mui/icons-material/CameraIndoorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-indoor-outlined (create-svg-icon (e "path" #js {"d" "M14 13v-1c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1l2 1.06v-4.12L14 13zm-2-7.5 6 4.5v9H6v-9l6-4.5M12 3 4 9v12h16V9l-8-6z"})
"CameraIndoorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/camera_indoor_rounded.cljs
================================================
(ns reagent-mui.icons.camera-indoor-rounded
"Imports @mui/icons-material/CameraIndoorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-indoor-rounded (create-svg-icon (e "path" #js {"d" "m10.8 3.65-6 4.5c-.5.38-.8.97-.8 1.6v9c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-9c0-.63-.3-1.22-.8-1.6l-6-4.5c-.71-.53-1.69-.53-2.4 0zm4.47 12.02L14 15v1c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1l1.27-.67c.33-.18.73.06.73.44v2.46c0 .38-.4.62-.73.44z"})
"CameraIndoorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/camera_indoor_sharp.cljs
================================================
(ns reagent-mui.icons.camera-indoor-sharp
"Imports @mui/icons-material/CameraIndoorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-indoor-sharp (create-svg-icon (e "path" #js {"d" "M12 3 4 9v12h16V9l-8-6zm4 13.06L14 15v2H8v-6h6v2l2-1.06v4.12z"})
"CameraIndoorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/camera_indoor_two_tone.cljs
================================================
(ns reagent-mui.icons.camera-indoor-two-tone
"Imports @mui/icons-material/CameraIndoorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-indoor-two-tone (create-svg-icon [(e "path" #js {"d" "M6 10v9h12v-9l-6-4.5L6 10zm8 2v1l2-1.06v4.12L14 15v1c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h4c.55 0 1 .45 1 1z", "opacity" ".3"}) (e "path" #js {"d" "M8 12v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1l2 1.06v-4.12L14 13v-1c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1z"}) (e "path" #js {"d" "M12 3 4 9v12h16V9l-8-6zm6 16H6v-9l6-4.5 6 4.5v9z"})]
"CameraIndoorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/camera_outdoor.cljs
================================================
(ns reagent-mui.icons.camera-outdoor
"Imports @mui/icons-material/CameraOutdoor as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-outdoor (create-svg-icon (e "path" #js {"d" "M18 13c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1l2 1.06v-4.12L18 14v-1zM12 3 4 9v12h16v-2H6v-9l6-4.5 6 4.5v1h2V9l-8-6z"})
"CameraOutdoor"))
================================================
FILE: src/icons/reagent_mui/icons/camera_outdoor_outlined.cljs
================================================
(ns reagent-mui.icons.camera-outdoor-outlined
"Imports @mui/icons-material/CameraOutdoorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-outdoor-outlined (create-svg-icon (e "path" #js {"d" "M18 13c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1l2 1.06v-4.12L18 14v-1zM12 3 4 9v12h16v-2H6v-9l6-4.5 6 4.5v1h2V9l-8-6z"})
"CameraOutdoorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/camera_outdoor_rounded.cljs
================================================
(ns reagent-mui.icons.camera-outdoor-rounded
"Imports @mui/icons-material/CameraOutdoorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-outdoor-rounded (create-svg-icon (e "path" #js {"d" "M18 13c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1l1.27.67c.33.18.73-.06.73-.44v-2.46c0-.38-.4-.62-.73-.44L18 14v-1zm-7.2-9.1-6 4.5c-.5.38-.8.97-.8 1.6v9c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H6v-9l6-4.5 6 4.5v1h2v-1c0-.63-.3-1.22-.8-1.6l-6-4.5c-.71-.53-1.69-.53-2.4 0z"})
"CameraOutdoorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/camera_outdoor_sharp.cljs
================================================
(ns reagent-mui.icons.camera-outdoor-sharp
"Imports @mui/icons-material/CameraOutdoorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-outdoor-sharp (create-svg-icon (e "path" #js {"d" "M18 14v-2h-6v6h6v-2l2 1.06v-4.12L18 14zM12 3 4 9v12h16v-2H6v-9l6-4.5 6 4.5v1h2V9l-8-6z"})
"CameraOutdoorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/camera_outdoor_two_tone.cljs
================================================
(ns reagent-mui.icons.camera-outdoor-two-tone
"Imports @mui/icons-material/CameraOutdoorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-outdoor-two-tone (create-svg-icon (e "path" #js {"d" "M18 13c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1l2 1.06v-4.12L18 14v-1zM12 3 4 9v12h16v-2H6v-9l6-4.5 6 4.5v1h2V9l-8-6z"})
"CameraOutdoorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/camera_outlined.cljs
================================================
(ns reagent-mui.icons.camera-outlined
"Imports @mui/icons-material/CameraOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-outlined (create-svg-icon (e "path" #js {"d" "m14.25 2.26-.08-.04-.01.02C13.46 2.09 12.74 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-4.75-3.31-8.72-7.75-9.74zM19.41 9h-7.99l2.71-4.7c2.4.66 4.35 2.42 5.28 4.7zM13.1 4.08 10.27 9l-1.15 2L6.4 6.3C7.84 4.88 9.82 4 12 4c.37 0 .74.03 1.1.08zM5.7 7.09 8.54 12l1.15 2H4.26C4.1 13.36 4 12.69 4 12c0-1.85.64-3.55 1.7-4.91zM4.59 15h7.98l-2.71 4.7c-2.4-.67-4.34-2.42-5.27-4.7zm6.31 4.91L14.89 13l2.72 4.7C16.16 19.12 14.18 20 12 20c-.38 0-.74-.04-1.1-.09zm7.4-3-4-6.91h5.43c.17.64.27 1.31.27 2 0 1.85-.64 3.55-1.7 4.91z"})
"CameraOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/camera_rear.cljs
================================================
(ns reagent-mui.icons.camera-rear
"Imports @mui/icons-material/CameraRear as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-rear (create-svg-icon (e "path" #js {"d" "M10 20H5v2h5v2l3-3-3-3v2zm4 0v2h5v-2h-5zm3-20H7C5.9 0 5 .9 5 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm-5 6c-1.11 0-2-.9-2-2s.89-2 1.99-2 2 .9 2 2C14 5.1 13.1 6 12 6z"})
"CameraRear"))
================================================
FILE: src/icons/reagent_mui/icons/camera_rear_outlined.cljs
================================================
(ns reagent-mui.icons.camera-rear-outlined
"Imports @mui/icons-material/CameraRearOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-rear-outlined (create-svg-icon (e "path" #js {"d" "M5 20v2h5v2l3-3-3-3v2zm9 0h5v2h-5zm3-20H7C5.9 0 5 .9 5 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm0 16H7V2h10v14zm-5-9c1.1 0 2-.9 1.99-2 0-1.1-.9-2-2-2S10 3.9 10 5s.89 2 2 2z"})
"CameraRearOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/camera_rear_rounded.cljs
================================================
(ns reagent-mui.icons.camera-rear-rounded
"Imports @mui/icons-material/CameraRearRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-rear-rounded (create-svg-icon (e "path" #js {"d" "M10.85 18.85c-.31-.31-.85-.09-.85.36V20H6c-.55 0-1 .45-1 1s.45 1 1 1h4v.79c0 .45.54.67.85.35l1.79-1.79c.2-.2.2-.51 0-.71l-1.79-1.79zM18 20h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zM17 0H7C5.9 0 5 .9 5 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm-5 6c-1.11 0-2-.9-2-2s.89-2 1.99-2 2 .9 2 2C14 5.1 13.1 6 12 6z"})
"CameraRearRounded"))
================================================
FILE: src/icons/reagent_mui/icons/camera_rear_sharp.cljs
================================================
(ns reagent-mui.icons.camera-rear-sharp
"Imports @mui/icons-material/CameraRearSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-rear-sharp (create-svg-icon (e "path" #js {"d" "M10 20H5v2h5v2l3-3-3-3v2zm4 0v2h5v-2h-5zm5-20H5v18h14V0zm-7 6c-1.11 0-2-.9-2-2s.89-2 1.99-2 2 .9 2 2C14 5.1 13.1 6 12 6z"})
"CameraRearSharp"))
================================================
FILE: src/icons/reagent_mui/icons/camera_rear_two_tone.cljs
================================================
(ns reagent-mui.icons.camera-rear-two-tone
"Imports @mui/icons-material/CameraRearTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-rear-two-tone (create-svg-icon [(e "path" #js {"d" "M7 16h10V2H7v14zm4.99-13c1.1 0 2 .9 2 2C14 6.1 13.1 7 12 7c-1.11 0-2-.9-2-2s.89-2 1.99-2z", "opacity" ".3"}) (e "path" #js {"d" "M5 20v2h5v2l3-3-3-3v2zm9 0h5v2h-5zm5-18c0-1.1-.9-2-2-2H7C5.9 0 5 .9 5 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2zm-2 14H7V2h10v14zm-5-9c1.1 0 2-.9 1.99-2 0-1.1-.9-2-2-2S10 3.9 10 5s.89 2 2 2z"})]
"CameraRearTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/camera_roll.cljs
================================================
(ns reagent-mui.icons.camera-roll
"Imports @mui/icons-material/CameraRoll as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-roll (create-svg-icon (e "path" #js {"d" "M14 5c0-1.1-.9-2-2-2h-1V2c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v1H4c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2h8V5h-8zm-2 13h-2v-2h2v2zm0-9h-2V7h2v2zm4 9h-2v-2h2v2zm0-9h-2V7h2v2zm4 9h-2v-2h2v2zm0-9h-2V7h2v2z"})
"CameraRoll"))
================================================
FILE: src/icons/reagent_mui/icons/camera_roll_outlined.cljs
================================================
(ns reagent-mui.icons.camera-roll-outlined
"Imports @mui/icons-material/CameraRollOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-roll-outlined (create-svg-icon (e "path" #js {"d" "M14 5c0-1.1-.9-2-2-2h-1V2c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v1H4c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2h8V5h-8zm6 13h-8v2H4V5h3V3h2v2h3v2h8v11zM9 15h2v2H9zm0-7h2v2H9zm4 7h2v2h-2zm0-7h2v2h-2zm4 7h2v2h-2zm0-7h2v2h-2z"})
"CameraRollOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/camera_roll_rounded.cljs
================================================
(ns reagent-mui.icons.camera-roll-rounded
"Imports @mui/icons-material/CameraRollRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-roll-rounded (create-svg-icon (e "path" #js {"d" "M14 5c0-1.1-.9-2-2-2h-1V2c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v1H4c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2h6c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-6zm-2 13h-2v-2h2v2zm0-9h-2V7h2v2zm4 9h-2v-2h2v2zm0-9h-2V7h2v2zm4 9h-2v-2h2v2zm0-9h-2V7h2v2z"})
"CameraRollRounded"))
================================================
FILE: src/icons/reagent_mui/icons/camera_roll_sharp.cljs
================================================
(ns reagent-mui.icons.camera-roll-sharp
"Imports @mui/icons-material/CameraRollSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-roll-sharp (create-svg-icon (e "path" #js {"d" "M14 5V3h-3V1H5v2H2v19h12v-2h8V5h-8zm-2 13h-2v-2h2v2zm0-9h-2V7h2v2zm4 9h-2v-2h2v2zm0-9h-2V7h2v2zm4 9h-2v-2h2v2zm0-9h-2V7h2v2z"})
"CameraRollSharp"))
================================================
FILE: src/icons/reagent_mui/icons/camera_roll_two_tone.cljs
================================================
(ns reagent-mui.icons.camera-roll-two-tone
"Imports @mui/icons-material/CameraRollTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-roll-two-tone (create-svg-icon [(e "path" #js {"d" "M12 5H9V3H7v2H4v15h8v-2h8V7h-8V5zm-1 12H9v-2h2v2zm0-7H9V8h2v2zm6-2h2v2h-2V8zm0 7h2v2h-2v-2zm-4-7h2v2h-2V8zm0 7h2v2h-2v-2z", "opacity" ".3"}) (e "path" #js {"d" "M14 5c0-1.1-.9-2-2-2h-1V2c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v1H4c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2h8V5h-8zm6 13h-8v2H4V5h3V3h2v2h3v2h8v11zM9 15h2v2H9zm0-7h2v2H9zm4 7h2v2h-2zm0-7h2v2h-2zm4 7h2v2h-2zm0-7h2v2h-2z"})]
"CameraRollTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/camera_rounded.cljs
================================================
(ns reagent-mui.icons.camera-rounded
"Imports @mui/icons-material/CameraRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-rounded (create-svg-icon (e "path" #js {"d" "M13.81 2.86c.17-.3 0-.7-.35-.74-2.62-.37-5.3.28-7.44 1.86-.19.15-.25.43-.12.65l3.01 5.22c.19.33.67.33.87 0l4.03-6.99zm7.49 5.47c-.98-2.47-2.92-4.46-5.35-5.5-.23-.1-.5 0-.63.22l-3.01 5.21c-.19.32.05.74.44.74h8.08c.35 0 .6-.35.47-.67zm.07 1.67h-6.2c-.38 0-.63.42-.43.75L19 18.14c.17.3.6.35.82.08 1.74-2.18 2.48-5.03 2.05-7.79-.03-.25-.25-.43-.5-.43zM4.18 5.79c-1.73 2.19-2.48 5.02-2.05 7.79.03.24.25.42.5.42h6.2c.38 0 .63-.42.43-.75L5 5.87c-.18-.3-.61-.35-.82-.08zM2.7 15.67c.98 2.47 2.92 4.46 5.35 5.5.23.1.5 0 .63-.22l3.01-5.21c.19-.33-.05-.75-.43-.75H3.17c-.35.01-.6.36-.47.68zm7.83 6.22c2.62.37 5.3-.28 7.44-1.86.2-.15.26-.44.13-.66l-3.01-5.22c-.19-.33-.67-.33-.87 0l-4.04 6.99c-.17.3.01.7.35.75z"})
"CameraRounded"))
================================================
FILE: src/icons/reagent_mui/icons/camera_sharp.cljs
================================================
(ns reagent-mui.icons.camera-sharp
"Imports @mui/icons-material/CameraSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-sharp (create-svg-icon (e "path" #js {"d" "m9.4 10.5 4.77-8.26C13.47 2.09 12.75 2 12 2c-2.4 0-4.6.85-6.32 2.25l3.66 6.35.06-.1zM21.54 9c-.92-2.92-3.15-5.26-6-6.34L11.88 9h9.66zm.26 1h-7.49l.29.5 4.76 8.25C21 16.97 22 14.61 22 12c0-.69-.07-1.35-.2-2zM8.54 12l-3.9-6.75C3.01 7.03 2 9.39 2 12c0 .69.07 1.35.2 2h7.49l-1.15-2zm-6.08 3c.92 2.92 3.15 5.26 6 6.34L12.12 15H2.46zm11.27 0-3.9 6.76c.7.15 1.42.24 2.17.24 2.4 0 4.6-.85 6.32-2.25l-3.66-6.35-.93 1.6z"})
"CameraSharp"))
================================================
FILE: src/icons/reagent_mui/icons/camera_two_tone.cljs
================================================
(ns reagent-mui.icons.camera-two-tone
"Imports @mui/icons-material/CameraTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def camera-two-tone (create-svg-icon [(e "path" #js {"d" "M10.9 19.91c.36.05.72.09 1.1.09 2.18 0 4.16-.88 5.61-2.3L14.89 13l-3.99 6.91zm-1.04-.21 2.71-4.7H4.59c.93 2.28 2.87 4.03 5.27 4.7zM8.54 12 5.7 7.09C4.64 8.45 4 10.15 4 12c0 .69.1 1.36.26 2h5.43l-1.15-2zm9.76 4.91C19.36 15.55 20 13.85 20 12c0-.69-.1-1.36-.26-2h-5.43l3.99 6.91zM13.73 9h5.68c-.93-2.28-2.88-4.04-5.28-4.7L11.42 9h2.31zm-3.46 0 2.83-4.92C12.74 4.03 12.37 4 12 4c-2.18 0-4.16.88-5.6 2.3L9.12 11l1.15-2z", "opacity" ".3"}) (e "path" #js {"d" "M12 22c5.52 0 10-4.48 10-10 0-4.75-3.31-8.72-7.75-9.74l-.08-.04-.01.02C13.46 2.09 12.74 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10zm0-2c-.38 0-.74-.04-1.1-.09L14.89 13l2.72 4.7C16.16 19.12 14.18 20 12 20zm8-8c0 1.85-.64 3.55-1.7 4.91l-4-6.91h5.43c.17.64.27 1.31.27 2zm-.59-3h-7.99l2.71-4.7c2.4.66 4.35 2.42 5.28 4.7zM12 4c.37 0 .74.03 1.1.08L10.27 9l-1.15 2L6.4 6.3C7.84 4.88 9.82 4 12 4zm-8 8c0-1.85.64-3.55 1.7-4.91L8.54 12l1.15 2H4.26C4.1 13.36 4 12.69 4 12zm6.27 3h2.3l-2.71 4.7c-2.4-.67-4.35-2.42-5.28-4.7h5.69z"})]
"CameraTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cameraswitch.cljs
================================================
(ns reagent-mui.icons.cameraswitch
"Imports @mui/icons-material/Cameraswitch as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cameraswitch (create-svg-icon [(e "path" #js {"d" "M16 7h-1l-1-1h-4L9 7H8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm-4 7c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}) (e "path" #js {"d" "m8.57.51 4.48 4.48V2.04c4.72.47 8.48 4.23 8.95 8.95h2C23.34 3.02 15.49-1.59 8.57.51zm2.38 21.45c-4.72-.47-8.48-4.23-8.95-8.95H0c.66 7.97 8.51 12.58 15.43 10.48l-4.48-4.48v2.95z"})]
"Cameraswitch"))
================================================
FILE: src/icons/reagent_mui/icons/cameraswitch_outlined.cljs
================================================
(ns reagent-mui.icons.cameraswitch-outlined
"Imports @mui/icons-material/CameraswitchOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cameraswitch-outlined (create-svg-icon [(e "path" #js {"d" "M16 7h-1l-1-1h-4L9 7H8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8H8V9h1.83l1-1h2.34l1 1H16v6z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "2"}) (e "path" #js {"d" "M8.57.52 13.05 5l1.41-1.41-1.54-1.54C17.7 2.46 21.53 6.24 22 11h2C23.36 3.3 15.79-1.67 8.57.52zm.97 19.89 1.54 1.54C6.3 21.54 2.47 17.76 2 13H0c.64 7.7 8.21 12.67 15.43 10.48L10.95 19l-1.41 1.41z"})]
"CameraswitchOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cameraswitch_rounded.cljs
================================================
(ns reagent-mui.icons.cameraswitch-rounded
"Imports @mui/icons-material/CameraswitchRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cameraswitch-rounded (create-svg-icon [(e "path" #js {"d" "M16 7h-1l-1-1h-4L9 7H8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm-4 7c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}) (e "path" #js {"d" "M9.45.28c-.4.08-.55.56-.26.84l3.01 3.01c.32.31.85.09.85-.35V2.04c4.45.44 8.06 3.82 8.84 8.17.08.46.5.78.97.78.62 0 1.09-.57.98-1.18C22.61 2.89 15.79-1.12 9.45.28zm2.35 19.59c-.32-.32-.85-.09-.85.35v1.74c-4.45-.44-8.06-3.82-8.84-8.17-.08-.46-.5-.78-.97-.78-.62 0-1.09.57-.98 1.18 1.24 6.92 8.06 10.93 14.4 9.53.39-.09.55-.56.26-.85l-3.02-3z"})]
"CameraswitchRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cameraswitch_sharp.cljs
================================================
(ns reagent-mui.icons.cameraswitch-sharp
"Imports @mui/icons-material/CameraswitchSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cameraswitch-sharp (create-svg-icon [(e "path" #js {"d" "M14 6h-4L9 7H6v10h12V7h-3l-1-1zm-2 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}) (e "path" #js {"d" "m8.57.51 4.48 4.48V2.04c4.72.47 8.48 4.23 8.95 8.95h2C23.34 3.02 15.49-1.59 8.57.51zm2.38 21.45c-4.72-.47-8.48-4.23-8.95-8.95H0c.66 7.97 8.51 12.58 15.43 10.48l-4.48-4.48v2.95z"})]
"CameraswitchSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cameraswitch_two_tone.cljs
================================================
(ns reagent-mui.icons.cameraswitch-two-tone
"Imports @mui/icons-material/CameraswitchTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cameraswitch-two-tone (create-svg-icon [(e "path" #js {"d" "M13.17 8h-2.34l-1 1H8v6h8V9h-1.83l-1-1zM12 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z", "opacity" ".3"}) (e "path" #js {"d" "M16 7h-1l-1-1h-4L9 7H8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8H8V9h1.83l1-1h2.34l1 1H16v6z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "2"}) (e "path" #js {"d" "M8.57.52 13.05 5V2.05c4.72.47 8.48 4.23 8.95 8.95h2C23.34 3.03 15.49-1.58 8.57.52zm2.38 21.44c-4.72-.47-8.48-4.23-8.95-8.95H0c.66 7.97 8.51 12.58 15.43 10.48l-4.48-4.48v2.95z"})]
"CameraswitchTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/campaign.cljs
================================================
(ns reagent-mui.icons.campaign
"Imports @mui/icons-material/Campaign as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def campaign (create-svg-icon (e "path" #js {"d" "M18 11v2h4v-2h-4zm-2 6.61c.96.71 2.21 1.65 3.2 2.39.4-.53.8-1.07 1.2-1.6-.99-.74-2.24-1.68-3.2-2.4-.4.54-.8 1.08-1.2 1.61zM20.4 5.6c-.4-.53-.8-1.07-1.2-1.6-.99.74-2.24 1.68-3.2 2.4.4.53.8 1.07 1.2 1.6.96-.72 2.21-1.65 3.2-2.4zM4 9c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v4h2v-4h1l5 3V6L8 9H4zm11.5 3c0-1.33-.58-2.53-1.5-3.35v6.69c.92-.81 1.5-2.01 1.5-3.34z"})
"Campaign"))
================================================
FILE: src/icons/reagent_mui/icons/campaign_outlined.cljs
================================================
(ns reagent-mui.icons.campaign-outlined
"Imports @mui/icons-material/CampaignOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def campaign-outlined (create-svg-icon (e "path" #js {"d" "M18 11v2h4v-2h-4zm-2 6.61c.96.71 2.21 1.65 3.2 2.39.4-.53.8-1.07 1.2-1.6-.99-.74-2.24-1.68-3.2-2.4-.4.54-.8 1.08-1.2 1.61zM20.4 5.6c-.4-.53-.8-1.07-1.2-1.6-.99.74-2.24 1.68-3.2 2.4.4.53.8 1.07 1.2 1.6.96-.72 2.21-1.65 3.2-2.4zM4 9c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v4h2v-4h1l5 3V6L8 9H4zm5.03 1.71L11 9.53v4.94l-1.97-1.18-.48-.29H4v-2h4.55l.48-.29zM15.5 12c0-1.33-.58-2.53-1.5-3.35v6.69c.92-.81 1.5-2.01 1.5-3.34z"})
"CampaignOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/campaign_rounded.cljs
================================================
(ns reagent-mui.icons.campaign-rounded
"Imports @mui/icons-material/CampaignRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def campaign-rounded (create-svg-icon (e "path" #js {"d" "M18 12c0 .55.45 1 1 1h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1zm-1.41 4.82c-.33.44-.24 1.05.2 1.37.53.39 1.09.81 1.62 1.21.44.33 1.06.24 1.38-.2 0-.01.01-.01.01-.02.33-.44.24-1.06-.2-1.38-.53-.4-1.09-.82-1.61-1.21-.44-.33-1.06-.23-1.39.21 0 .01-.01.02-.01.02zm3.22-12.01c0-.01-.01-.01-.01-.02-.33-.44-.95-.53-1.38-.2-.53.4-1.1.82-1.62 1.22-.44.33-.52.95-.19 1.38 0 .01.01.01.01.02.33.44.94.53 1.38.2.53-.39 1.09-.82 1.62-1.22.43-.32.51-.94.19-1.38zM8 9H4c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v3c0 .55.45 1 1 1s1-.45 1-1v-3h1l5 3V6L8 9zm7.5 3c0-1.33-.58-2.53-1.5-3.35v6.69c.92-.81 1.5-2.01 1.5-3.34z"})
"CampaignRounded"))
================================================
FILE: src/icons/reagent_mui/icons/campaign_sharp.cljs
================================================
(ns reagent-mui.icons.campaign-sharp
"Imports @mui/icons-material/CampaignSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def campaign-sharp (create-svg-icon (e "path" #js {"d" "M18 11v2h4v-2h-4zm-2 6.61c.96.71 2.21 1.65 3.2 2.39.4-.53.8-1.07 1.2-1.6-.99-.74-2.24-1.68-3.2-2.4-.4.54-.8 1.08-1.2 1.61zM20.4 5.6c-.4-.53-.8-1.07-1.2-1.6-.99.74-2.24 1.68-3.2 2.4.4.53.8 1.07 1.2 1.6.96-.72 2.21-1.65 3.2-2.4zM8 9H2v6h3v4h2v-4h1l5 3V6L8 9zm7.5 3c0-1.33-.58-2.53-1.5-3.35v6.69c.92-.81 1.5-2.01 1.5-3.34z"})
"CampaignSharp"))
================================================
FILE: src/icons/reagent_mui/icons/campaign_two_tone.cljs
================================================
(ns reagent-mui.icons.campaign-two-tone
"Imports @mui/icons-material/CampaignTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def campaign-two-tone (create-svg-icon [(e "path" #js {"d" "M18 11v2h4v-2h-4zm-2 6.61c.96.71 2.21 1.65 3.2 2.39.4-.53.8-1.07 1.2-1.6-.99-.74-2.24-1.68-3.2-2.4-.4.54-.8 1.08-1.2 1.61zM20.4 5.6c-.4-.53-.8-1.07-1.2-1.6-.99.74-2.24 1.68-3.2 2.4.4.53.8 1.07 1.2 1.6.96-.72 2.21-1.65 3.2-2.4zM4 9c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v4h2v-4h1l5 3V6L8 9H4zm5.03 1.71L11 9.53v4.94l-1.97-1.18-.48-.29H4v-2h4.55l.48-.29zM15.5 12c0-1.33-.58-2.53-1.5-3.35v6.69c.92-.81 1.5-2.01 1.5-3.34z"}) (e "path" #js {"d" "M9.03 10.71 11 9.53v4.94l-1.97-1.18-.48-.29H4v-2h4.55l.48-.29z", "opacity" ".3"})]
"CampaignTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cancel.cljs
================================================
(ns reagent-mui.icons.cancel
"Imports @mui/icons-material/Cancel as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cancel (create-svg-icon (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"})
"Cancel"))
================================================
FILE: src/icons/reagent_mui/icons/cancel_outlined.cljs
================================================
(ns reagent-mui.icons.cancel-outlined
"Imports @mui/icons-material/CancelOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cancel-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3.59-13L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41z"})
"CancelOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cancel_presentation.cljs
================================================
(ns reagent-mui.icons.cancel-presentation
"Imports @mui/icons-material/CancelPresentation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cancel-presentation (create-svg-icon [(e "path" #js {"d" "M21 19.1H3V5h18v14.1zM21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "M14.59 8 12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41z"})]
"CancelPresentation"))
================================================
FILE: src/icons/reagent_mui/icons/cancel_presentation_outlined.cljs
================================================
(ns reagent-mui.icons.cancel-presentation-outlined
"Imports @mui/icons-material/CancelPresentationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cancel-presentation-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zM9.41 15.95 12 13.36l2.59 2.59L16 14.54l-2.59-2.59L16 9.36l-1.41-1.41L12 10.54 9.41 7.95 8 9.36l2.59 2.59L8 14.54z"})
"CancelPresentationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cancel_presentation_rounded.cljs
================================================
(ns reagent-mui.icons.cancel-presentation-rounded
"Imports @mui/icons-material/CancelPresentationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cancel-presentation-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 15c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12zm-5.71-9.3a.9959.9959 0 0 0-1.41 0L12 10.59 10.11 8.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10.59 12 8.7 13.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l1.89 1.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l1.89-1.89c.38-.38.38-1.02-.01-1.41z"})
"CancelPresentationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cancel_presentation_sharp.cljs
================================================
(ns reagent-mui.icons.cancel-presentation-sharp
"Imports @mui/icons-material/CancelPresentationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cancel-presentation-sharp (create-svg-icon (e "path" #js {"d" "M1 3v18h22V3H1zm20 16H3V5h18v14zM9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41 14.59 8 12 10.59 9.41 8 8 9.41 10.59 12 8 14.59z"})
"CancelPresentationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cancel_presentation_two_tone.cljs
================================================
(ns reagent-mui.icons.cancel-presentation-two-tone
"Imports @mui/icons-material/CancelPresentationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cancel-presentation-two-tone (create-svg-icon [(e "path" #js {"d" "M3 19.1h18V4.95H3V19.1zm5-9.74 1.41-1.41L12 10.54l2.59-2.59L16 9.36l-2.59 2.59L16 14.54l-1.41 1.41L12 13.36l-2.59 2.59L8 14.54l2.59-2.59L8 9.36z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zM9.41 15.95 12 13.36l2.59 2.59L16 14.54l-2.59-2.59L16 9.36l-1.41-1.41L12 10.54 9.41 7.95 8 9.36l2.59 2.59L8 14.54z"})]
"CancelPresentationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cancel_rounded.cljs
================================================
(ns reagent-mui.icons.cancel-rounded
"Imports @mui/icons-material/CancelRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cancel-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm4.3 14.3c-.39.39-1.02.39-1.41 0L12 13.41 9.11 16.3c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41L10.59 12 7.7 9.11a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0L12 10.59l2.89-2.89c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41L13.41 12l2.89 2.89c.38.38.38 1.02 0 1.41z"})
"CancelRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cancel_schedule_send.cljs
================================================
(ns reagent-mui.icons.cancel-schedule-send
"Imports @mui/icons-material/CancelScheduleSend as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cancel-schedule-send (create-svg-icon [(e "path" #js {"d" "M16.5 9c-.42 0-.83.04-1.24.11L1.01 3 1 10l9 2-9 2 .01 7 8.07-3.46C9.59 21.19 12.71 24 16.5 24c4.14 0 7.5-3.36 7.5-7.5S20.64 9 16.5 9zm0 13c-3.03 0-5.5-2.47-5.5-5.5s2.47-5.5 5.5-5.5 5.5 2.47 5.5 5.5-2.47 5.5-5.5 5.5z"}) (e "path" #js {"d" "m18.27 14.03-1.77 1.76-1.77-1.76-.7.7 1.76 1.77-1.76 1.77.7.7 1.77-1.76 1.77 1.76.7-.7-1.76-1.77 1.76-1.77z"})]
"CancelScheduleSend"))
================================================
FILE: src/icons/reagent_mui/icons/cancel_schedule_send_outlined.cljs
================================================
(ns reagent-mui.icons.cancel-schedule-send-outlined
"Imports @mui/icons-material/CancelScheduleSendOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cancel-schedule-send-outlined (create-svg-icon [(e "path" #js {"d" "M16.5 9c-.42 0-.83.04-1.24.11L1.01 3 1 10l10.06 1.34c-.42.44-.78.93-1.09 1.46L1 14l.01 7 8.07-3.46C9.59 21.19 12.71 24 16.5 24c4.14 0 7.5-3.36 7.5-7.5S20.64 9 16.5 9zM3 8.25l.01-2.22 7.51 3.22-7.52-1zm6.1 7.11L3 17.97v-2.22l6.17-.82c-.03.14-.05.28-.07.43zM16.5 22c-3.03 0-5.5-2.47-5.5-5.5s2.47-5.5 5.5-5.5 5.5 2.47 5.5 5.5-2.47 5.5-5.5 5.5z"}) (e "path" #js {"d" "m18.27 14.03-1.77 1.76-1.77-1.76-.7.7 1.76 1.77-1.76 1.77.7.7 1.77-1.76 1.77 1.76.7-.7-1.76-1.77 1.76-1.77z"})]
"CancelScheduleSendOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cancel_schedule_send_rounded.cljs
================================================
(ns reagent-mui.icons.cancel-schedule-send-rounded
"Imports @mui/icons-material/CancelScheduleSendRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cancel-schedule-send-rounded (create-svg-icon [(e "path" #js {"d" "M16.5 9c-.42 0-.83.04-1.24.11L2.4 3.6c-.66-.29-1.39.2-1.39.91L1 9.2c0 .47.33.88.78.98L10 12l-8.22 1.83c-.45.1-.78.5-.78.97l.01 4.68c0 .72.73 1.2 1.39.92l6.68-2.86C9.59 21.19 12.71 24 16.5 24c4.14 0 7.5-3.36 7.5-7.5S20.64 9 16.5 9zm0 13c-3.03 0-5.5-2.47-5.5-5.5s2.47-5.5 5.5-5.5 5.5 2.47 5.5 5.5-2.47 5.5-5.5 5.5z"}) (e "path" #js {"d" "M18.62 14.38c-.2-.2-.51-.2-.71 0l-1.41 1.41-1.41-1.41c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l1.41 1.41-1.41 1.41c-.2.2-.2.51 0 .71.2.2.51.2.71 0l1.41-1.41 1.41 1.41c.2.2.51.2.71 0 .2-.2.2-.51 0-.71l-1.41-1.41 1.41-1.41c.2-.2.2-.52 0-.71z"})]
"CancelScheduleSendRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cancel_schedule_send_sharp.cljs
================================================
(ns reagent-mui.icons.cancel-schedule-send-sharp
"Imports @mui/icons-material/CancelScheduleSendSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cancel-schedule-send-sharp (create-svg-icon [(e "path" #js {"d" "M16.5 9c-.42 0-.83.04-1.24.11L1.01 3 1 10l9 2-9 2 .01 7 8.07-3.46C9.59 21.19 12.71 24 16.5 24c4.14 0 7.5-3.36 7.5-7.5S20.64 9 16.5 9zm0 13c-3.03 0-5.5-2.47-5.5-5.5s2.47-5.5 5.5-5.5 5.5 2.47 5.5 5.5-2.47 5.5-5.5 5.5z"}) (e "path" #js {"d" "m18.27 14.03-1.77 1.76-1.77-1.76-.7.7 1.76 1.77-1.76 1.77.7.7 1.77-1.76 1.77 1.76.7-.7-1.76-1.77 1.76-1.77z"})]
"CancelScheduleSendSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cancel_schedule_send_two_tone.cljs
================================================
(ns reagent-mui.icons.cancel-schedule-send-two-tone
"Imports @mui/icons-material/CancelScheduleSendTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cancel-schedule-send-two-tone (create-svg-icon [(e "path" #js {"d" "m3 17.97 6.1-2.61c.02-.14.04-.29.07-.43L3 15.75v2.22zM16.5 11c-3.03 0-5.5 2.47-5.5 5.5s2.47 5.5 5.5 5.5 5.5-2.47 5.5-5.5-2.47-5.5-5.5-5.5zm2.47 7.27-.71.71-1.77-1.77-1.77 1.77-.71-.71 1.77-1.77-1.77-1.77.71-.71 1.77 1.77 1.77-1.77.71.71-1.77 1.77 1.77 1.77zM3 8.25l7.52 1-7.51-3.22z", "opacity" ".3"}) (e "path" #js {"d" "M16.5 9c-.42 0-.83.04-1.24.11L1.01 3 1 10l10.06 1.34c-.42.44-.78.93-1.09 1.46L1 14l.01 7 8.07-3.46C9.59 21.19 12.71 24 16.5 24c4.14 0 7.5-3.36 7.5-7.5S20.64 9 16.5 9zM3 8.25l.01-2.22 7.51 3.22-7.52-1zm6.1 7.11L3 17.97v-2.22l6.17-.82c-.03.14-.05.28-.07.43zM16.5 22c-3.03 0-5.5-2.47-5.5-5.5s2.47-5.5 5.5-5.5 5.5 2.47 5.5 5.5-2.47 5.5-5.5 5.5z"}) (e "path" #js {"d" "m18.27 14.03-1.77 1.76-1.77-1.76-.7.7 1.76 1.77-1.76 1.77.7.7 1.77-1.76 1.77 1.76.7-.7-1.76-1.77 1.76-1.77z"})]
"CancelScheduleSendTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cancel_sharp.cljs
================================================
(ns reagent-mui.icons.cancel-sharp
"Imports @mui/icons-material/CancelSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cancel-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"})
"CancelSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cancel_two_tone.cljs
================================================
(ns reagent-mui.icons.cancel-two-tone
"Imports @mui/icons-material/CancelTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cancel-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm5 11.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3.59-13L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41z"})]
"CancelTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/candlestick_chart.cljs
================================================
(ns reagent-mui.icons.candlestick-chart
"Imports @mui/icons-material/CandlestickChart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def candlestick-chart (create-svg-icon (e "path" #js {"d" "M9 4H7v2H5v12h2v2h2v-2h2V6H9zm10 4h-2V4h-2v4h-2v7h2v5h2v-5h2z"})
"CandlestickChart"))
================================================
FILE: src/icons/reagent_mui/icons/candlestick_chart_outlined.cljs
================================================
(ns reagent-mui.icons.candlestick-chart-outlined
"Imports @mui/icons-material/CandlestickChartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def candlestick-chart-outlined (create-svg-icon (e "path" #js {"d" "M9 4H7v2H5v12h2v2h2v-2h2V6H9V4zm0 12H7V8h2v8zm10-8h-2V4h-2v4h-2v7h2v5h2v-5h2V8zm-2 5h-2v-3h2v3z"})
"CandlestickChartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/candlestick_chart_rounded.cljs
================================================
(ns reagent-mui.icons.candlestick-chart-rounded
"Imports @mui/icons-material/CandlestickChartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def candlestick-chart-rounded (create-svg-icon (e "path" #js {"d" "M8 4c-.55 0-1 .45-1 1v1H6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H9V5c0-.55-.45-1-1-1zm10 4h-1V5c0-.55-.45-1-1-1s-1 .45-1 1v3h-1c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h1v4c0 .55.45 1 1 1s1-.45 1-1v-4h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1z"})
"CandlestickChartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/candlestick_chart_sharp.cljs
================================================
(ns reagent-mui.icons.candlestick-chart-sharp
"Imports @mui/icons-material/CandlestickChartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def candlestick-chart-sharp (create-svg-icon (e "path" #js {"d" "M9 4H7v2H5v12h2v2h2v-2h2V6H9zm10 4h-2V4h-2v4h-2v7h2v5h2v-5h2z"})
"CandlestickChartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/candlestick_chart_two_tone.cljs
================================================
(ns reagent-mui.icons.candlestick-chart-two-tone
"Imports @mui/icons-material/CandlestickChartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def candlestick-chart-two-tone (create-svg-icon [(e "path" #js {"d" "M9 4H7v2H5v12h2v2h2v-2h2V6H9V4zm0 12H7V8h2v8z"}) (e "path" #js {"d" "M7 8h2v8H7zm8 2h2v3h-2z", "opacity" ".3"}) (e "path" #js {"d" "M19 8h-2V4h-2v4h-2v7h2v5h2v-5h2V8zm-2 5h-2v-3h2v3z"})]
"CandlestickChartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/car_crash.cljs
================================================
(ns reagent-mui.icons.car-crash
"Imports @mui/icons-material/CarCrash as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def car-crash (create-svg-icon (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 6h-1V3h1v4zm0 1v1h-1V8h1zm-.59 5c.06.16.09.33.09.5 0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.39.15-.74.39-1.01-1.63-.66-2.96-1.91-3.71-3.49H5.81l1.04-3H11c0-.69.1-1.37.29-2H6.5c-.66 0-1.21.42-1.42 1.01L3 11v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-6.68c-1.05.51-2.16.69-3.09.68zM7.5 15c-.83 0-1.5-.67-1.5-1.5S6.67 12 7.5 12s1.5.67 1.5 1.5S8.33 15 7.5 15z"})
"CarCrash"))
================================================
FILE: src/icons/reagent_mui/icons/car_crash_outlined.cljs
================================================
(ns reagent-mui.icons.car-crash-outlined
"Imports @mui/icons-material/CarCrashOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def car-crash-outlined (create-svg-icon (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 6h-1V3h1v4zm0 1v1h-1V8h1zM6 13.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S8.33 15 7.5 15 6 14.33 6 13.5zm13-.57c.65-.09 1.34-.28 2-.6V19c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1v-1H6v1c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-8l2.08-5.99C5.29 4.42 5.84 4 6.5 4h4.79c-.19.63-.29 1.31-.29 2H6.85L5.81 9h5.86c.36.75.84 1.43 1.43 2H5v5h14v-3.07zm-1.09.07c-.89-.01-1.74-.19-2.53-.51-.23.27-.38.62-.38 1.01 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.18-.03-.34-.09-.5z"})
"CarCrashOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/car_crash_rounded.cljs
================================================
(ns reagent-mui.icons.car-crash-rounded
"Imports @mui/icons-material/CarCrashRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def car-crash-rounded (create-svg-icon (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 6c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5s.5.22.5.5v3c0 .28-.22.5-.5.5zm.5 1.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5.22-.5.5-.5.5.22.5.5zm1 11.5c.82 0 1.5-.67 1.5-1.5v-6.18c-1.05.51-2.16.69-3.09.68.06.16.09.33.09.5 0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.39.15-.74.39-1.01-1.63-.66-2.96-1.91-3.71-3.49H5.81l1.04-3H11c0-.69.1-1.37.29-2H6.5c-.66 0-1.21.42-1.42 1.01l-1.97 5.67c-.07.21-.11.43-.11.66v7.16c0 .83.67 1.5 1.5 1.5S6 19.33 6 18.5V18h12v.5c0 .83.68 1.5 1.5 1.5zm-12-5c-.83 0-1.5-.67-1.5-1.5S6.67 12 7.5 12s1.5.67 1.5 1.5S8.33 15 7.5 15z"})
"CarCrashRounded"))
================================================
FILE: src/icons/reagent_mui/icons/car_crash_sharp.cljs
================================================
(ns reagent-mui.icons.car-crash-sharp
"Imports @mui/icons-material/CarCrashSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def car-crash-sharp (create-svg-icon (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 6h-1V3h1v4zm0 1v1h-1V8h1zm-.59 5c.06.16.09.33.09.5 0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.39.15-.74.39-1.01-1.63-.66-2.96-1.91-3.71-3.49H5.81l1.04-3H11c0-.69.1-1.37.29-2H5.41L3 11v9h3v-2h12v2h3v-7.68c-1.05.51-2.16.69-3.09.68zM7.5 15c-.83 0-1.5-.67-1.5-1.5S6.67 12 7.5 12s1.5.67 1.5 1.5S8.33 15 7.5 15z"})
"CarCrashSharp"))
================================================
FILE: src/icons/reagent_mui/icons/car_crash_two_tone.cljs
================================================
(ns reagent-mui.icons.car-crash-two-tone
"Imports @mui/icons-material/CarCrashTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def car-crash-two-tone (create-svg-icon [(e "path" #js {"d" "M17.91 13c.06.16.09.33.09.5 0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.39.15-.74.39-1-.86-.35-1.63-.86-2.29-1.5H5v5h14v-3.07c-.33.05-.61.07-1.09.07zM7.5 15c-.83 0-1.5-.67-1.5-1.5S6.67 12 7.5 12s1.5.67 1.5 1.5S8.33 15 7.5 15z", "opacity" ".3"}) (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 6h-1V3h1v4zm0 1v1h-1V8h1zM6 13.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S8.33 15 7.5 15 6 14.33 6 13.5zm13-.57c.65-.09 1.34-.28 2-.6V19c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1v-1H6v1c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-8l2.08-5.99C5.29 4.42 5.84 4 6.5 4h4.79c-.19.63-.29 1.31-.29 2H6.85L5.81 9h5.86c.36.75.84 1.43 1.43 2H5v5h14v-3.07zm-1.09.07c-.89-.01-1.74-.19-2.53-.51-.23.27-.38.62-.38 1.01 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.18-.03-.34-.09-.5z"})]
"CarCrashTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/car_rental.cljs
================================================
(ns reagent-mui.icons.car-rental
"Imports @mui/icons-material/CarRental as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def car-rental (create-svg-icon (e "path" #js {"d" "M16.39 9H7.61c-.43 0-.81.28-.95.68l-1.66 5v6.81c0 .29.23.51.5.51h1c.28 0 .5-.22.5-.5V20h10v1.5c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-6.81l-1.66-5c-.14-.41-.52-.69-.95-.69zm-8.61 9c-.68 0-1.22-.54-1.22-1.22s.54-1.22 1.22-1.22S9 16.11 9 16.78 8.46 18 7.78 18zm8.44 0c-.67 0-1.22-.54-1.22-1.22s.54-1.22 1.22-1.22 1.22.54 1.22 1.22S16.9 18 16.22 18zm-9.93-4 1.33-4h8.78l1.33 4H6.29zm4.54-11C10.41 1.83 9.3 1 8 1 6.34 1 5 2.34 5 4c0 1.65 1.34 3 3 3 1.3 0 2.41-.84 2.83-2H16v2h2V5h1V3h-8.17zM8 5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"CarRental"))
================================================
FILE: src/icons/reagent_mui/icons/car_rental_outlined.cljs
================================================
(ns reagent-mui.icons.car-rental-outlined
"Imports @mui/icons-material/CarRentalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def car-rental-outlined (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "16.5", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "16.5", "r" "1"}) (e "path" #js {"d" "M17.25 9.6c-.02-.02-.03-.04-.05-.07-.38-.52-.92-.53-.92-.53H7.72s-.54.01-.92.54c-.02.02-.03.04-.05.06-.07.11-.14.24-.19.4-.22.66-.74 2.22-1.56 4.69v6.5c0 .45.35.81.78.81h.44c.43 0 .78-.36.78-.81V20h10v1.19c0 .45.34.81.78.81h.44c.43 0 .78-.36.78-.81v-6.5c-.82-2.46-1.34-4.03-1.56-4.69-.05-.16-.12-.29-.19-.4zM8.33 11h7.34l.23.69.43 1.31H7.67l.66-2zM17 18H7v-3h10v3zM10.83 3C10.41 1.83 9.3 1 8 1 6.34 1 5 2.34 5 4c0 1.65 1.34 3 3 3 1.3 0 2.41-.84 2.83-2H16v2h2V5h1V3h-8.17zM8 5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"CarRentalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/car_rental_rounded.cljs
================================================
(ns reagent-mui.icons.car-rental-rounded
"Imports @mui/icons-material/CarRentalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def car-rental-rounded (create-svg-icon (e "path" #js {"d" "M8 7c1.3 0 2.41-.84 2.83-2H16v1c0 .55.45 1 1 1s1-.45 1-1V5c.55 0 1-.45 1-1s-.45-1-1-1h-7.17C10.35 1.65 8.95.76 7.4 1.06c-1.17.23-2.12 1.19-2.35 2.36C4.7 5.32 6.15 7 8 7zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm8.39 6H7.61c-.43 0-.81.28-.95.68L5 14.69V21c0 .55.45 1 1 1s1-.45 1-1v-1h10v1c0 .55.45 1 1 1s1-.45 1-1v-6.31l-1.66-5.01c-.14-.4-.52-.68-.95-.68zM9 17.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM7.67 13l.66-2h7.34l.66 2H7.67z"})
"CarRentalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/car_rental_sharp.cljs
================================================
(ns reagent-mui.icons.car-rental-sharp
"Imports @mui/icons-material/CarRentalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def car-rental-sharp (create-svg-icon (e "path" #js {"d" "M10.83 3C10.41 1.83 9.3 1 8 1 6.34 1 5 2.34 5 4c0 1.65 1.34 3 3 3 1.3 0 2.41-.84 2.83-2H16v2h2V5h1V3h-8.17zM8 5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm9.11 4H6.89L5 14.69V22h2v-2h10v2h2v-7.31L17.11 9zM9 17.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM7.67 13l.66-2h7.34l.66 2H7.67z"})
"CarRentalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/car_rental_two_tone.cljs
================================================
(ns reagent-mui.icons.car-rental-two-tone
"Imports @mui/icons-material/CarRentalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def car-rental-two-tone (create-svg-icon [(e "path" #js {"d" "M7 15.01V18h10v-3H7v.01zm8 .49c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-6 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z", "opacity" ".3"}) (e "circle" #js {"cx" "9", "cy" "16.5", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "16.5", "r" "1"}) (e "path" #js {"d" "M17.25 9.6c-.02-.02-.03-.04-.05-.07-.38-.52-.92-.53-.92-.53H7.72s-.54.01-.92.54c-.02.02-.03.04-.05.06-.07.11-.14.24-.19.4-.22.66-.74 2.22-1.56 4.69v6.5c0 .45.35.81.78.81h.44c.43 0 .78-.36.78-.81V20h10v1.19c0 .45.34.81.78.81h.44c.43 0 .78-.36.78-.81v-6.5c-.82-2.46-1.34-4.03-1.56-4.69-.05-.16-.12-.29-.19-.4zM8.33 11h7.34l.23.69.43 1.31H7.67l.66-2zM17 15.01V18H7v-3h10v.01zM10.83 3C10.41 1.83 9.3 1 8 1 6.34 1 5 2.34 5 4c0 1.65 1.34 3 3 3 1.3 0 2.41-.84 2.83-2H16v2h2V5h1V3h-8.17zM8 5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"CarRentalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/car_repair.cljs
================================================
(ns reagent-mui.icons.car-repair
"Imports @mui/icons-material/CarRepair as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def car-repair (create-svg-icon (e "path" #js {"d" "M16.22 12c.68 0 1.22-.54 1.22-1.22 0-.67-.54-1.22-1.22-1.22S15 10.11 15 10.78c0 .68.55 1.22 1.22 1.22zm-9.66-1.22c0 .67.54 1.22 1.22 1.22S9 11.46 9 10.78c0-.67-.54-1.22-1.22-1.22s-1.22.55-1.22 1.22zM7.61 4 6.28 8h11.43l-1.33-4H7.61zm8.67-1s.54.01.92.54c.02.02.03.04.05.07.07.11.14.24.19.4.22.65 1.56 4.68 1.56 4.68v6.5c0 .45-.35.81-.78.81h-.44c-.43 0-.78-.36-.78-.81V14H7v1.19c0 .45-.35.81-.78.81h-.44c-.43 0-.78-.36-.78-.81v-6.5S6.34 4.67 6.55 4c.05-.16.12-.28.19-.4.03-.02.04-.04.06-.06.38-.53.92-.54.92-.54h8.56zM4 17.01h16V19h-7v3h-2v-3H4v-1.99z"})
"CarRepair"))
================================================
FILE: src/icons/reagent_mui/icons/car_repair_outlined.cljs
================================================
(ns reagent-mui.icons.car-repair-outlined
"Imports @mui/icons-material/CarRepairOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def car-repair-outlined (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "10.5", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "10.5", "r" "1"}) (e "path" #js {"d" "M5.78 16h.44c.43 0 .78-.36.78-.81V14h10v1.19c0 .45.34.81.78.81h.44c.43 0 .78-.36.78-.81v-6.5S17.66 4.66 17.44 4c-.05-.16-.12-.29-.19-.4-.02-.02-.03-.04-.05-.07-.38-.52-.92-.53-.92-.53H7.72s-.54.01-.92.54c-.02.02-.03.04-.05.06-.07.11-.14.24-.19.4C6.34 4.66 5 8.69 5 8.69v6.5c0 .45.35.81.78.81zM8.33 5h7.34l.23.69.43 1.31H7.67l.66-2zM7 9.01V9h10v3H7V9.01zm-3 8V19h7v3h2v-3h7v-1.99z"})]
"CarRepairOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/car_repair_rounded.cljs
================================================
(ns reagent-mui.icons.car-repair-rounded
"Imports @mui/icons-material/CarRepairRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def car-repair-rounded (create-svg-icon (e "path" #js {"d" "M7 15v-1h10v1c0 .55.45 1 1 1s1-.45 1-1V8.69S17.66 4.66 17.44 4c-.05-.16-.12-.29-.19-.4-.02-.02-.03-.04-.05-.07-.38-.52-.92-.53-.92-.53H7.72s-.54.01-.92.54c-.02.02-.03.04-.05.06-.07.11-.14.24-.19.4C6.34 4.66 5 8.69 5 8.69V15c0 .55.45 1 1 1s1-.45 1-1zm2-3.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM8.33 5h7.34l.23.69.43 1.31H7.67l.66-2zM4 18.01c0 .54.45.99.99.99H11v2.01c0 .55.45.99.99.99H12c.55 0 .99-.45.99-.99V19H19c.55 0 .99-.45.99-.99 0-.55-.45-.99-.99-.99H4.99c-.54-.01-.99.44-.99.99z"})
"CarRepairRounded"))
================================================
FILE: src/icons/reagent_mui/icons/car_repair_sharp.cljs
================================================
(ns reagent-mui.icons.car-repair-sharp
"Imports @mui/icons-material/CarRepairSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def car-repair-sharp (create-svg-icon (e "path" #js {"d" "M4 17.01V19h7v3h2v-3h7v-1.99H4zM7 14h10v2h2V8.69L17.11 3H6.89L5 8.69V16h2v-2zm2-2.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM8.33 5h7.34l.66 2H7.67l.66-2z"})
"CarRepairSharp"))
================================================
FILE: src/icons/reagent_mui/icons/car_repair_two_tone.cljs
================================================
(ns reagent-mui.icons.car-repair-two-tone
"Imports @mui/icons-material/CarRepairTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def car-repair-two-tone (create-svg-icon [(e "path" #js {"d" "M17 9.01V9H7v3h10V9.01zM9 11.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "circle" #js {"cx" "9", "cy" "10.5", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "10.5", "r" "1"}) (e "path" #js {"d" "M5.78 16h.44c.43 0 .78-.36.78-.81V14h10v1.19c0 .45.34.81.78.81h.44c.43 0 .78-.36.78-.81v-6.5S17.66 4.66 17.44 4c-.05-.16-.12-.29-.19-.4-.02-.02-.03-.04-.05-.07-.38-.52-.92-.53-.92-.53H7.72s-.54.01-.92.54c-.02.02-.03.04-.05.06-.07.11-.14.24-.19.4C6.34 4.66 5 8.69 5 8.69v6.5c0 .45.35.81.78.81zM8.33 5h7.34l.23.69.43 1.31H7.67l.66-2zM7 9.01V9h10v3H7V9.01zm-3 8V19h7v3h2v-3h7v-1.99z"})]
"CarRepairTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/card_giftcard.cljs
================================================
(ns reagent-mui.icons.card-giftcard
"Imports @mui/icons-material/CardGiftcard as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def card-giftcard (create-svg-icon (e "path" #js {"d" "M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z"})
"CardGiftcard"))
================================================
FILE: src/icons/reagent_mui/icons/card_giftcard_outlined.cljs
================================================
(ns reagent-mui.icons.card-giftcard-outlined
"Imports @mui/icons-material/CardGiftcardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def card-giftcard-outlined (create-svg-icon (e "path" #js {"d" "M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 12 7.4l3.38 4.6L17 10.83 14.92 8H20v6z"})
"CardGiftcardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/card_giftcard_rounded.cljs
================================================
(ns reagent-mui.icons.card-giftcard-rounded
"Imports @mui/icons-material/CardGiftcardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def card-giftcard-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V9c0-.55.45-1 1-1h4.08L7.6 10.02c-.33.45-.23 1.08.22 1.4.44.32 1.07.22 1.39-.22L12 7.4l2.79 3.8c.32.44.95.54 1.39.22.45-.32.55-.95.22-1.4L14.92 8H19c.55 0 1 .45 1 1v5z"})
"CardGiftcardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/card_giftcard_sharp.cljs
================================================
(ns reagent-mui.icons.card-giftcard-sharp
"Imports @mui/icons-material/CardGiftcardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def card-giftcard-sharp (create-svg-icon (e "path" #js {"d" "M22 6h-4.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H2.01v15H22V6zm-7-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 12 7.4l3.38 4.6L17 10.83 14.92 8H20v6z"})
"CardGiftcardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/card_giftcard_two_tone.cljs
================================================
(ns reagent-mui.icons.card-giftcard-two-tone
"Imports @mui/icons-material/CardGiftcardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def card-giftcard-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17h16v2H4zm13-6.17L15.38 12 12 7.4 8.62 12 7 10.83 9.08 8H4v6h16V8h-5.08z", "opacity" ".3"}) (e "path" #js {"d" "M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 12 7.4l3.38 4.6L17 10.83 14.92 8H20v6z"})]
"CardGiftcardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/card_membership.cljs
================================================
(ns reagent-mui.icons.card-membership
"Imports @mui/icons-material/CardMembership as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def card-membership (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h4v5l4-2 4 2v-5h4c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2zm0 13H4v-2h16v2zm0-5H4V4h16v6z"})
"CardMembership"))
================================================
FILE: src/icons/reagent_mui/icons/card_membership_outlined.cljs
================================================
(ns reagent-mui.icons.card-membership-outlined
"Imports @mui/icons-material/CardMembershipOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def card-membership-outlined (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h4v5l4-2 4 2v-5h4c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2zm0 13H4v-2h16v2zm0-5H4V4h16v6z"})
"CardMembershipOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/card_membership_rounded.cljs
================================================
(ns reagent-mui.icons.card-membership-rounded
"Imports @mui/icons-material/CardMembershipRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def card-membership-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h4v5l4-2 4 2v-5h4c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2zm0 13H4v-2h16v2zm0-5H4V5c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v5z"})
"CardMembershipRounded"))
================================================
FILE: src/icons/reagent_mui/icons/card_membership_sharp.cljs
================================================
(ns reagent-mui.icons.card-membership-sharp
"Imports @mui/icons-material/CardMembershipSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def card-membership-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v15h6v5l4-2 4 2v-5h6V2zm-2 13H4v-2h16v2zm0-5H4V4h16v6z"})
"CardMembershipSharp"))
================================================
FILE: src/icons/reagent_mui/icons/card_membership_two_tone.cljs
================================================
(ns reagent-mui.icons.card-membership-two-tone
"Imports @mui/icons-material/CardMembershipTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def card-membership-two-tone (create-svg-icon [(e "path" #js {"d" "M4 4h16v6H4zm0 9h16v2H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h4v5l4-2 4 2v-5h4c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2zm0 13H4v-2h16v2zm0-5H4V4h16v6z"})]
"CardMembershipTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/card_travel.cljs
================================================
(ns reagent-mui.icons.card-travel
"Imports @mui/icons-material/CardTravel as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def card-travel (create-svg-icon (e "path" #js {"d" "M20 6h-3V4c0-1.11-.89-2-2-2H9c-1.11 0-2 .89-2 2v2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zM9 4h6v2H9V4zm11 15H4v-2h16v2zm0-5H4V8h3v2h2V8h6v2h2V8h3v6z"})
"CardTravel"))
================================================
FILE: src/icons/reagent_mui/icons/card_travel_outlined.cljs
================================================
(ns reagent-mui.icons.card-travel-outlined
"Imports @mui/icons-material/CardTravelOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def card-travel-outlined (create-svg-icon (e "path" #js {"d" "M20 6h-3V4c0-1.11-.89-2-2-2H9c-1.11 0-2 .89-2 2v2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zM9 4h6v2H9V4zm11 15H4v-2h16v2zm0-5H4V8h3v2h2V8h6v2h2V8h3v6z"})
"CardTravelOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/card_travel_rounded.cljs
================================================
(ns reagent-mui.icons.card-travel-rounded
"Imports @mui/icons-material/CardTravelRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def card-travel-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-3V4c0-1.11-.89-2-2-2H9c-1.11 0-2 .89-2 2v2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zM9 4h6v2H9V4zm11 15H4v-2h16v2zm0-5H4V9c0-.55.45-1 1-1h2v1c0 .55.45 1 1 1s1-.45 1-1V8h6v1c0 .55.45 1 1 1s1-.45 1-1V8h2c.55 0 1 .45 1 1v5z"})
"CardTravelRounded"))
================================================
FILE: src/icons/reagent_mui/icons/card_travel_sharp.cljs
================================================
(ns reagent-mui.icons.card-travel-sharp
"Imports @mui/icons-material/CardTravelSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def card-travel-sharp (create-svg-icon (e "path" #js {"d" "M22 6h-5V4c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2H2v15h20V6zM9 4h6v2H9V4zm11 15H4v-2h16v2zm0-5H4V8h3v2h2V8h6v2h2V8h3v6z"})
"CardTravelSharp"))
================================================
FILE: src/icons/reagent_mui/icons/card_travel_two_tone.cljs
================================================
(ns reagent-mui.icons.card-travel-two-tone
"Imports @mui/icons-material/CardTravelTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def card-travel-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17h16v2H4zm13-7h-2V8H9v2H7V8H4v6h16V8h-3z", "opacity" ".3"}) (e "path" #js {"d" "M20 6h-3V4c0-1.11-.89-2-2-2H9c-1.11 0-2 .89-2 2v2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zM9 4h6v2H9V4zm11 15H4v-2h16v2zm0-5H4V8h3v2h2V8h6v2h2V8h3v6z"})]
"CardTravelTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/carpenter.cljs
================================================
(ns reagent-mui.icons.carpenter
"Imports @mui/icons-material/Carpenter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def carpenter (create-svg-icon (e "path" #js {"d" "M19.73 14.23 7 1.5 3.11 5.39l8.13 11.67c-.78.78-.78 2.05 0 2.83l1.41 1.41c.78.78 2.05.78 2.83 0l4.24-4.24c.79-.78.79-2.05.01-2.83zm-5.66 5.65-1.41-1.41 4.24-4.24 1.41 1.41-4.24 4.24z"})
"Carpenter"))
================================================
FILE: src/icons/reagent_mui/icons/carpenter_outlined.cljs
================================================
(ns reagent-mui.icons.carpenter-outlined
"Imports @mui/icons-material/CarpenterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def carpenter-outlined (create-svg-icon (e "path" #js {"d" "M19.73 14.23 7 1.5 3.11 5.39l8.13 11.67c-.78.78-.78 2.05 0 2.83l1.41 1.41c.78.78 2.05.78 2.83 0l4.24-4.24c.79-.78.79-2.05.01-2.83zM5.71 5.62 7 4.33l8.49 8.49-2.81 2.81L5.71 5.62zm8.36 14.26-1.41-1.41 4.24-4.24 1.41 1.41-4.24 4.24z"})
"CarpenterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/carpenter_rounded.cljs
================================================
(ns reagent-mui.icons.carpenter-rounded
"Imports @mui/icons-material/CarpenterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def carpenter-rounded (create-svg-icon (e "path" #js {"d" "M19.73 14.23 7.71 2.21a.9959.9959 0 0 0-1.41 0L3.7 4.8c-.34.34-.39.88-.11 1.28l7.65 10.98c-.78.78-.78 2.05 0 2.83l1.41 1.41c.78.78 2.05.78 2.83 0l4.24-4.24c.79-.78.79-2.05.01-2.83zm-5.66 5.65-1.41-1.41 4.24-4.24 1.41 1.41-4.24 4.24z"})
"CarpenterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/carpenter_sharp.cljs
================================================
(ns reagent-mui.icons.carpenter-sharp
"Imports @mui/icons-material/CarpenterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def carpenter-sharp (create-svg-icon (e "path" #js {"d" "M7 1.5 3.11 5.39l8.13 11.67-1.41 1.41 4.24 4.24 7.07-7.07L7 1.5zm5.66 16.97 4.24-4.24 1.41 1.41-4.24 4.24-1.41-1.41z"})
"CarpenterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/carpenter_two_tone.cljs
================================================
(ns reagent-mui.icons.carpenter-two-tone
"Imports @mui/icons-material/CarpenterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def carpenter-two-tone (create-svg-icon [(e "path" #js {"d" "M5.71 5.62 7 4.33l8.49 8.49-2.81 2.81L5.71 5.62z", "opacity" ".3"}) (e "path" #js {"d" "M19.73 14.23 7 1.5 3.11 5.39l8.13 11.67c-.78.78-.78 2.05 0 2.83l1.41 1.41c.78.78 2.05.78 2.83 0l4.24-4.24c.79-.78.79-2.05.01-2.83zM5.71 5.62 7 4.33l8.49 8.49-2.81 2.81L5.71 5.62zm8.36 14.26-1.41-1.41 4.24-4.24 1.41 1.41-4.24 4.24z"})]
"CarpenterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cases.cljs
================================================
(ns reagent-mui.icons.cases
"Imports @mui/icons-material/Cases as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cases (create-svg-icon (e "path" #js {"d" "M18 6V4l-2-2h-5L9 4v2H5v11s1 2 2 2h13s2-.98 2-2V6h-4zM4 9H2v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2H4V9zm7-4c0-.55.53-1 1-1h3c.46 0 1 .54 1 1v1h-5V5zM5 6h17v11c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V6z"})
"Cases"))
================================================
FILE: src/icons/reagent_mui/icons/cases_outlined.cljs
================================================
(ns reagent-mui.icons.cases-outlined
"Imports @mui/icons-material/CasesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cases-outlined (create-svg-icon [(e "path" #js {"d" "M3 9H1v11c0 1.11.89 2 2 2h17v-2H3V9z"}) (e "path" #js {"d" "M18 5V3c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H5v11c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5h-5zm-6-2h4v2h-4V3zm9 13H7V7h14v9z"})]
"CasesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cases_rounded.cljs
================================================
(ns reagent-mui.icons.cases-rounded
"Imports @mui/icons-material/CasesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cases-rounded (create-svg-icon (e "path" #js {"d" "M18 5V3c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H7c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-3zm-2 0h-4V3h4v2zM2 9c-.55 0-1 .45-1 1v10c0 1.1.9 2 2 2h15c.55 0 1-.45 1-1s-.45-1-1-1H3V10c0-.55-.45-1-1-1z"})
"CasesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cases_sharp.cljs
================================================
(ns reagent-mui.icons.cases-sharp
"Imports @mui/icons-material/CasesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cases-sharp (create-svg-icon (e "path" #js {"d" "M18 5V1h-8v4H5v13h18V5h-5zm-2 0h-4V3h4v2zM3 9H1v13h18v-2H3V9z"})
"CasesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cases_two_tone.cljs
================================================
(ns reagent-mui.icons.cases-two-tone
"Imports @mui/icons-material/CasesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cases-two-tone (create-svg-icon [(e "path" #js {"d" "M7 7h14v9H7z", "opacity" ".3"}) (e "path" #js {"d" "M3 9H1v11c0 1.11.89 2 2 2h17v-2H3V9z"}) (e "path" #js {"d" "M18 5V3c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H5v11c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5h-5zm-6-2h4v2h-4V3zm9 13H7V7h14v9z"})]
"CasesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/casino.cljs
================================================
(ns reagent-mui.icons.casino
"Imports @mui/icons-material/Casino as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def casino (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.5 18c-.83 0-1.5-.67-1.5-1.5S6.67 15 7.5 15s1.5.67 1.5 1.5S8.33 18 7.5 18zm0-9C6.67 9 6 8.33 6 7.5S6.67 6 7.5 6 9 6.67 9 7.5 8.33 9 7.5 9zm4.5 4.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5 4.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm0-9c-.83 0-1.5-.67-1.5-1.5S15.67 6 16.5 6s1.5.67 1.5 1.5S17.33 9 16.5 9z"})
"Casino"))
================================================
FILE: src/icons/reagent_mui/icons/casino_outlined.cljs
================================================
(ns reagent-mui.icons.casino-outlined
"Imports @mui/icons-material/CasinoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def casino-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "circle" #js {"cx" "7.5", "cy" "16.5", "r" "1.5"}) (e "circle" #js {"cx" "7.5", "cy" "7.5", "r" "1.5"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "16.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "7.5", "r" "1.5"})]
"CasinoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/casino_rounded.cljs
================================================
(ns reagent-mui.icons.casino-rounded
"Imports @mui/icons-material/CasinoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def casino-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.5 18c-.83 0-1.5-.67-1.5-1.5S6.67 15 7.5 15s1.5.67 1.5 1.5S8.33 18 7.5 18zm0-9C6.67 9 6 8.33 6 7.5S6.67 6 7.5 6 9 6.67 9 7.5 8.33 9 7.5 9zm4.5 4.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5 4.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm0-9c-.83 0-1.5-.67-1.5-1.5S15.67 6 16.5 6s1.5.67 1.5 1.5S17.33 9 16.5 9z"})
"CasinoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/casino_sharp.cljs
================================================
(ns reagent-mui.icons.casino-sharp
"Imports @mui/icons-material/CasinoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def casino-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM7.5 18c-.83 0-1.5-.67-1.5-1.5S6.67 15 7.5 15s1.5.67 1.5 1.5S8.33 18 7.5 18zm0-9C6.67 9 6 8.33 6 7.5S6.67 6 7.5 6 9 6.67 9 7.5 8.33 9 7.5 9zm4.5 4.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5 4.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm0-9c-.83 0-1.5-.67-1.5-1.5S15.67 6 16.5 6s1.5.67 1.5 1.5S17.33 9 16.5 9z"})
"CasinoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/casino_two_tone.cljs
================================================
(ns reagent-mui.icons.casino-two-tone
"Imports @mui/icons-material/CasinoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def casino-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zM16.5 6c.83 0 1.5.67 1.5 1.5S17.33 9 16.5 9 15 8.33 15 7.5 15.67 6 16.5 6zm0 9c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zM12 10.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zM7.5 6C8.33 6 9 6.67 9 7.5S8.33 9 7.5 9 6 8.33 6 7.5 6.67 6 7.5 6zm0 9c.83 0 1.5.67 1.5 1.5S8.33 18 7.5 18 6 17.33 6 16.5 6.67 15 7.5 15z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "circle" #js {"cx" "7.5", "cy" "16.5", "r" "1.5"}) (e "circle" #js {"cx" "7.5", "cy" "7.5", "r" "1.5"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "16.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "7.5", "r" "1.5"})]
"CasinoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cast.cljs
================================================
(ns reagent-mui.icons.cast
"Imports @mui/icons-material/Cast as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cast (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11z"})
"Cast"))
================================================
FILE: src/icons/reagent_mui/icons/cast_connected.cljs
================================================
(ns reagent-mui.icons.cast-connected
"Imports @mui/icons-material/CastConnected as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cast-connected (create-svg-icon (e "path" #js {"d" "M1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm18-7H5v1.63c3.96 1.28 7.09 4.41 8.37 8.37H19V7zM1 10v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11zm20-7H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"CastConnected"))
================================================
FILE: src/icons/reagent_mui/icons/cast_connected_outlined.cljs
================================================
(ns reagent-mui.icons.cast-connected-outlined
"Imports @mui/icons-material/CastConnectedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cast-connected-outlined (create-svg-icon (e "path" #js {"d" "M1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11zm20-7H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5 7v2h12v6h-3v2h5V7z"})
"CastConnectedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cast_connected_rounded.cljs
================================================
(ns reagent-mui.icons.cast-connected-rounded
"Imports @mui/icons-material/CastConnectedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cast-connected-rounded (create-svg-icon (e "path" #js {"d" "M19 16V8c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v.63c3.96 1.28 7.09 4.41 8.37 8.37H18c.55 0 1-.45 1-1zm2-13H3c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1s1-.45 1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1h-5c-.55 0-1 .45-1 1s.45 1 1 1h6c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM1 18v3h3c0-.62-.19-1.2-.51-1.68C2.95 18.52 2.04 18 1 18zm1.14-3.91c-.6-.1-1.14.39-1.14 1 0 .49.36.9.85.98 2.08.36 3.72 2 4.08 4.08.08.49.49.85.98.85.61 0 1.09-.54 1-1.14-.48-2.96-2.82-5.29-5.77-5.77zm-.04-4.04c-.59-.05-1.1.41-1.1 1 0 .51.38.94.88.99 4.27.41 7.67 3.81 8.08 8.08.05.5.48.87.99.87.6 0 1.06-.52 1-1.11-.53-5.19-4.66-9.31-9.85-9.83z"})
"CastConnectedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cast_connected_sharp.cljs
================================================
(ns reagent-mui.icons.cast-connected-sharp
"Imports @mui/icons-material/CastConnectedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cast-connected-sharp (create-svg-icon (e "path" #js {"d" "M1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm18-7H5v1.63c3.96 1.28 7.09 4.41 8.37 8.37H19V7zM1 10v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11zm22-7H1v5h2V5h18v14h-7v2h9V3z"})
"CastConnectedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cast_connected_two_tone.cljs
================================================
(ns reagent-mui.icons.cast-connected-two-tone
"Imports @mui/icons-material/CastConnectedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cast-connected-two-tone (create-svg-icon [(e "path" #js {"d" "M17 9H5.95c2.83 1.17 5.15 3.3 6.56 6H17V9z", "opacity" ".3"}) (e "path" #js {"d" "M1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11zm20-7H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5 7v1.63c.32.1.63.24.95.37H17v6h-4.49c.15.29.29.58.42.88.16.36.31.74.44 1.12H19V7H5z"})]
"CastConnectedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cast_for_education.cljs
================================================
(ns reagent-mui.icons.cast-for-education
"Imports @mui/icons-material/CastForEducation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cast-for-education (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11zm10 1.09v2L14.5 15l3.5-1.91v-2L14.5 13 11 11.09zM14.5 6 9 9l5.5 3L20 9l-5.5-3z"})
"CastForEducation"))
================================================
FILE: src/icons/reagent_mui/icons/cast_for_education_outlined.cljs
================================================
(ns reagent-mui.icons.cast-for-education-outlined
"Imports @mui/icons-material/CastForEducationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cast-for-education-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11zm10 1.09v2L14.5 15l3.5-1.91v-2L14.5 13 11 11.09zM14.5 6 9 9l5.5 3L20 9l-5.5-3z"})
"CastForEducationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cast_for_education_rounded.cljs
================================================
(ns reagent-mui.icons.cast-for-education-rounded
"Imports @mui/icons-material/CastForEducationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cast-for-education-rounded (create-svg-icon (e "path" #js {"d" "m19.2 8.56-4.22-2.3c-.3-.16-.66-.16-.96 0L9.8 8.56c-.35.19-.35.69 0 .88l4.22 2.3c.3.16.66.16.96 0l4.22-2.3c.34-.19.34-.69 0-.88zM21 3H3c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1s1-.45 1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1h-5c-.55 0-1 .45-1 1s.45 1 1 1h6c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6.98 9.74L11 11.09v1.41c0 .37.2.7.52.88l2.5 1.36c.3.16.66.16.96 0l2.5-1.36c.32-.18.52-.52.52-.88v-1.41l-3.02 1.65c-.3.16-.66.16-.96 0zM1 18v3h3c0-1.66-1.34-3-3-3zm1.14-3.91c-.6-.1-1.14.39-1.14 1 0 .49.36.9.85.98 2.08.36 3.72 2 4.08 4.08.08.49.49.85.98.85.61 0 1.09-.54 1-1.14-.48-2.96-2.82-5.29-5.77-5.77zm-.04-4.04c-.59-.05-1.1.41-1.1 1 0 .51.38.94.88.99 4.27.41 7.67 3.81 8.08 8.08.05.5.48.87.99.87.6 0 1.06-.52 1-1.11-.53-5.19-4.66-9.31-9.85-9.83z"})
"CastForEducationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cast_for_education_sharp.cljs
================================================
(ns reagent-mui.icons.cast-for-education-sharp
"Imports @mui/icons-material/CastForEducationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cast-for-education-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v5h2V5h18v14h-7v2h9V3zM1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11zm10 1.09v2L14.5 15l3.5-1.91v-2L14.5 13 11 11.09zM14.5 6 9 9l5.5 3L20 9l-5.5-3z"})
"CastForEducationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cast_for_education_two_tone.cljs
================================================
(ns reagent-mui.icons.cast-for-education-two-tone
"Imports @mui/icons-material/CastForEducationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cast-for-education-two-tone (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11zm10 1.09v2L14.5 15l3.5-1.91v-2L14.5 13 11 11.09zM14.5 6 9 9l5.5 3L20 9l-5.5-3z"})
"CastForEducationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cast_outlined.cljs
================================================
(ns reagent-mui.icons.cast-outlined
"Imports @mui/icons-material/CastOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cast-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11z"})
"CastOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cast_rounded.cljs
================================================
(ns reagent-mui.icons.cast-rounded
"Imports @mui/icons-material/CastRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cast-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1s1-.45 1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1h-5c-.55 0-1 .45-1 1s.45 1 1 1h6c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM2.14 14.09c-.6-.1-1.14.39-1.14 1 0 .49.36.9.85.98 2.08.36 3.72 2 4.08 4.08.08.49.49.85.98.85.61 0 1.09-.54 1-1.14-.48-2.96-2.82-5.29-5.77-5.77zM1 18v3h3c0-1.66-1.34-3-3-3zm1.1-7.95c-.59-.05-1.1.41-1.1 1 0 .51.38.94.88.99 4.27.41 7.67 3.81 8.08 8.08.05.5.48.87.99.87.6 0 1.06-.52 1-1.11-.53-5.19-4.66-9.31-9.85-9.83z"})
"CastRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cast_sharp.cljs
================================================
(ns reagent-mui.icons.cast-sharp
"Imports @mui/icons-material/CastSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cast-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v5h2V5h18v14h-7v2h9V3zM1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11z"})
"CastSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cast_two_tone.cljs
================================================
(ns reagent-mui.icons.cast-two-tone
"Imports @mui/icons-material/CastTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cast-two-tone (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11z"})
"CastTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/castle.cljs
================================================
(ns reagent-mui.icons.castle
"Imports @mui/icons-material/Castle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def castle (create-svg-icon (e "path" #js {"d" "M21 9v2h-2V3h-2v2h-2V3h-2v2h-2V3H9v2H7V3H5v8H3V9H1v12h9v-3c0-1.1.9-2 2-2s2 .9 2 2v3h9V9h-2zm-10 3H9V9h2v3zm4 0h-2V9h2v3z"})
"Castle"))
================================================
FILE: src/icons/reagent_mui/icons/castle_outlined.cljs
================================================
(ns reagent-mui.icons.castle-outlined
"Imports @mui/icons-material/CastleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def castle-outlined (create-svg-icon [(e "path" #js {"d" "M21 9v2h-2V3h-2v2h-2V3h-2v2h-2V3H9v2H7V3H5v8H3V9H1v12h9v-3c0-1.1.9-2 2-2s2 .9 2 2v3h9V9h-2zm0 10h-5v-1c0-2.21-1.79-4-4-4s-4 1.79-4 4v1H3v-6h4V7h10v6h4v6z"}) (e "path" #js {"d" "M9 9h2v3H9zm4 0h2v3h-2z"})]
"CastleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/castle_rounded.cljs
================================================
(ns reagent-mui.icons.castle-rounded
"Imports @mui/icons-material/CastleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def castle-rounded (create-svg-icon (e "path" #js {"d" "M22 9c-.55 0-1 .45-1 1v1h-2V4c0-.55-.45-1-1-1s-1 .45-1 1v1h-2V4c0-.55-.45-1-1-1s-1 .45-1 1v1h-2V4c0-.55-.45-1-1-1s-1 .45-1 1v1H7V4c0-.55-.45-1-1-1s-1 .45-1 1v7H3v-1c0-.55-.45-1-1-1s-1 .45-1 1v9c0 1.1.9 2 2 2h7v-3c0-1.1.9-2 2-2s2 .9 2 2v3h7c1.1 0 2-.9 2-2v-9c0-.55-.45-1-1-1zm-11 3H9V9h2v3zm4 0h-2V9h2v3z"})
"CastleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/castle_sharp.cljs
================================================
(ns reagent-mui.icons.castle-sharp
"Imports @mui/icons-material/CastleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def castle-sharp (create-svg-icon (e "path" #js {"d" "M21 9v2h-2V3h-2v2h-2V3h-2v2h-2V3H9v2H7V3H5v8H3V9H1v12h9v-5h4v5h9V9h-2zm-10 3H9V9h2v3zm4 0h-2V9h2v3z"})
"CastleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/castle_two_tone.cljs
================================================
(ns reagent-mui.icons.castle-two-tone
"Imports @mui/icons-material/CastleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def castle-two-tone (create-svg-icon [(e "path" #js {"d" "M17 7H7v6H3v6h5v-1c0-2.21 1.79-4 4-4s4 1.79 4 4v1h5v-6h-4V7zm-6 5H9V9h2v3zm4 0h-2V9h2v3z", "opacity" ".3"}) (e "path" #js {"d" "M21 9v2h-2V3h-2v2h-2V3h-2v2h-2V3H9v2H7V3H5v8H3V9H1v12h9v-3c0-1.1.9-2 2-2s2 .9 2 2v3h9V9h-2zm0 10h-5v-1c0-2.21-1.79-4-4-4s-4 1.79-4 4v1H3v-6h4V7h10v6h4v6z"}) (e "path" #js {"d" "M9 9h2v3H9zm4 0h2v3h-2z"})]
"CastleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/catching_pokemon.cljs
================================================
(ns reagent-mui.icons.catching-pokemon
"Imports @mui/icons-material/CatchingPokemon as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def catching-pokemon (create-svg-icon (e "path" #js {"d" "M14.5 12c0 1.38-1.12 2.5-2.5 2.5S9.5 13.38 9.5 12s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5zm7.5 0c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2s10 4.48 10 10zm-2 0h-4c0-2.21-1.79-4-4-4s-4 1.79-4 4H4c0 4.41 3.59 8 8 8s8-3.59 8-8z"})
"CatchingPokemon"))
================================================
FILE: src/icons/reagent_mui/icons/catching_pokemon_outlined.cljs
================================================
(ns reagent-mui.icons.catching-pokemon-outlined
"Imports @mui/icons-material/CatchingPokemonOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def catching-pokemon-outlined (create-svg-icon (e "path" #js {"d" "M14.5 12c0 1.38-1.12 2.5-2.5 2.5S9.5 13.38 9.5 12s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5zm7.5 0c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2s10 4.48 10 10zm-2 0h-4c0-2.21-1.79-4-4-4s-4 1.79-4 4H4c0 4.41 3.59 8 8 8s8-3.59 8-8z"})
"CatchingPokemonOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/catching_pokemon_rounded.cljs
================================================
(ns reagent-mui.icons.catching-pokemon-rounded
"Imports @mui/icons-material/CatchingPokemonRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def catching-pokemon-rounded (create-svg-icon (e "path" #js {"d" "M14.5 12c0 1.38-1.12 2.5-2.5 2.5S9.5 13.38 9.5 12s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5zm7.5 0c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2s10 4.48 10 10zm-2 0h-4c0-2.21-1.79-4-4-4s-4 1.79-4 4H4c0 4.41 3.59 8 8 8s8-3.59 8-8z"})
"CatchingPokemonRounded"))
================================================
FILE: src/icons/reagent_mui/icons/catching_pokemon_sharp.cljs
================================================
(ns reagent-mui.icons.catching-pokemon-sharp
"Imports @mui/icons-material/CatchingPokemonSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def catching-pokemon-sharp (create-svg-icon (e "path" #js {"d" "M14.5 12c0 1.38-1.12 2.5-2.5 2.5S9.5 13.38 9.5 12s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5zm7.5 0c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2s10 4.48 10 10zm-2 0h-4c0-2.21-1.79-4-4-4s-4 1.79-4 4H4c0 4.41 3.59 8 8 8s8-3.59 8-8z"})
"CatchingPokemonSharp"))
================================================
FILE: src/icons/reagent_mui/icons/catching_pokemon_two_tone.cljs
================================================
(ns reagent-mui.icons.catching-pokemon-two-tone
"Imports @mui/icons-material/CatchingPokemonTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def catching-pokemon-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c4.08 0 7.45 3.05 7.94 7h-4.06c-.45-1.73-2.02-3-3.88-3s-3.43 1.27-3.87 3H4.06C4.55 7.05 7.92 4 12 4z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 2c4.08 0 7.45 3.05 7.94 7h-4.06c-.45-1.73-2.02-3-3.88-3s-3.43 1.27-3.87 3H4.06C4.55 7.05 7.92 4 12 4zm2 8c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2 8c-4.08 0-7.45-3.05-7.94-7h4.06c.44 1.73 2.01 3 3.87 3s3.43-1.27 3.87-3h4.06c-.47 3.95-3.84 7-7.92 7z"})]
"CatchingPokemonTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/category.cljs
================================================
(ns reagent-mui.icons.category
"Imports @mui/icons-material/Category as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def category (create-svg-icon [(e "path" #js {"d" "m12 2-5.5 9h11z"}) (e "circle" #js {"cx" "17.5", "cy" "17.5", "r" "4.5"}) (e "path" #js {"d" "M3 13.5h8v8H3z"})]
"Category"))
================================================
FILE: src/icons/reagent_mui/icons/category_outlined.cljs
================================================
(ns reagent-mui.icons.category-outlined
"Imports @mui/icons-material/CategoryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def category-outlined (create-svg-icon (e "path" #js {"d" "m12 2-5.5 9h11L12 2zm0 3.84L13.93 9h-3.87L12 5.84zM17.5 13c-2.49 0-4.5 2.01-4.5 4.5s2.01 4.5 4.5 4.5 4.5-2.01 4.5-4.5-2.01-4.5-4.5-4.5zm0 7c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zM3 21.5h8v-8H3v8zm2-6h4v4H5v-4z"})
"CategoryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/category_rounded.cljs
================================================
(ns reagent-mui.icons.category-rounded
"Imports @mui/icons-material/CategoryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def category-rounded (create-svg-icon [(e "path" #js {"d" "M11.15 3.4 7.43 9.48c-.41.66.07 1.52.85 1.52h7.43c.78 0 1.26-.86.85-1.52L12.85 3.4c-.39-.64-1.31-.64-1.7 0z"}) (e "circle" #js {"cx" "17.5", "cy" "17.5", "r" "4.5"}) (e "path" #js {"d" "M4 21.5h6c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1z"})]
"CategoryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/category_sharp.cljs
================================================
(ns reagent-mui.icons.category-sharp
"Imports @mui/icons-material/CategorySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def category-sharp (create-svg-icon [(e "path" #js {"d" "m12 2-5.5 9h11z"}) (e "circle" #js {"cx" "17.5", "cy" "17.5", "r" "4.5"}) (e "path" #js {"d" "M3 13.5h8v8H3z"})]
"CategorySharp"))
================================================
FILE: src/icons/reagent_mui/icons/category_two_tone.cljs
================================================
(ns reagent-mui.icons.category-two-tone
"Imports @mui/icons-material/CategoryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def category-two-tone (create-svg-icon [(e "circle" #js {"cx" "17.5", "cy" "17.5", "r" "2.5", "opacity" ".3"}) (e "path" #js {"d" "M5 15.5h4v4H5zm7-9.66L10.07 9h3.86z", "opacity" ".3"}) (e "path" #js {"d" "m12 2-5.5 9h11L12 2zm0 3.84L13.93 9h-3.87L12 5.84zM17.5 13c-2.49 0-4.5 2.01-4.5 4.5s2.01 4.5 4.5 4.5 4.5-2.01 4.5-4.5-2.01-4.5-4.5-4.5zm0 7c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zM11 13.5H3v8h8v-8zm-2 6H5v-4h4v4z"})]
"CategoryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/celebration.cljs
================================================
(ns reagent-mui.icons.celebration
"Imports @mui/icons-material/Celebration as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def celebration (create-svg-icon (e "path" #js {"d" "m2 22 14-5-9-9zm12.53-9.47 5.59-5.59c.49-.49 1.28-.49 1.77 0l.59.59 1.06-1.06-.59-.59c-1.07-1.07-2.82-1.07-3.89 0l-5.59 5.59 1.06 1.06zm-4.47-5.65-.59.59 1.06 1.06.59-.59c1.07-1.07 1.07-2.82 0-3.89l-.59-.59-1.06 1.07.59.59c.48.48.48 1.28 0 1.76zm7 5-1.59 1.59 1.06 1.06 1.59-1.59c.49-.49 1.28-.49 1.77 0l1.61 1.61 1.06-1.06-1.61-1.61c-1.08-1.07-2.82-1.07-3.89 0zm-2-6-3.59 3.59 1.06 1.06 3.59-3.59c1.07-1.07 1.07-2.82 0-3.89l-1.59-1.59-1.06 1.06 1.59 1.59c.48.49.48 1.29 0 1.77z"})
"Celebration"))
================================================
FILE: src/icons/reagent_mui/icons/celebration_outlined.cljs
================================================
(ns reagent-mui.icons.celebration-outlined
"Imports @mui/icons-material/CelebrationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def celebration-outlined (create-svg-icon (e "path" #js {"d" "m2 22 14-5-9-9-5 14zm10.35-5.82L5.3 18.7l2.52-7.05 4.53 4.53zm2.18-3.65 5.59-5.59c.49-.49 1.28-.49 1.77 0l.59.59 1.06-1.06-.59-.59c-1.07-1.07-2.82-1.07-3.89 0l-5.59 5.59 1.06 1.06zm-4.47-5.65-.59.59 1.06 1.06.59-.59c1.07-1.07 1.07-2.82 0-3.89l-.59-.59-1.06 1.07.59.59c.48.48.48 1.28 0 1.76zm7 5-1.59 1.59 1.06 1.06 1.59-1.59c.49-.49 1.28-.49 1.77 0l1.61 1.61 1.06-1.06-1.61-1.61c-1.08-1.07-2.82-1.07-3.89 0zm-2-6-3.59 3.59 1.06 1.06 3.59-3.59c1.07-1.07 1.07-2.82 0-3.89l-1.59-1.59-1.06 1.06 1.59 1.59c.48.49.48 1.29 0 1.77z"})
"CelebrationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/celebration_rounded.cljs
================================================
(ns reagent-mui.icons.celebration-rounded
"Imports @mui/icons-material/CelebrationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def celebration-rounded (create-svg-icon (e "path" #js {"d" "m3.99 21.29 9.04-3.23c1.38-.49 1.78-2.26.74-3.3l-4.53-4.53c-1.04-1.04-2.8-.64-3.3.74l-3.23 9.04c-.28.8.48 1.56 1.28 1.28zM15.06 12l5.06-5.06c.49-.49 1.28-.49 1.77 0l.06.06c.29.29.77.29 1.06 0 .29-.29.29-.77 0-1.06l-.06-.06c-1.07-1.07-2.82-1.07-3.89 0L14 10.94c-.29.29-.29.77 0 1.06.29.29.77.29 1.06 0zm-5-5.12-.06.06c-.29.29-.29.77 0 1.06.29.29.77.29 1.06 0l.06-.06c1.07-1.07 1.07-2.82 0-3.89L11.07 4c-.3-.3-.78-.3-1.07 0-.29.29-.29.77 0 1.06l.06.06c.48.48.48 1.28 0 1.76zm7 5L16 12.94c-.29.29-.29.77 0 1.06.29.29.77.29 1.06 0l1.06-1.06c.49-.49 1.28-.49 1.77 0l1.08 1.08c.29.29.77.29 1.06 0 .29-.29.29-.77 0-1.06l-1.08-1.08c-1.08-1.07-2.82-1.07-3.89 0zm-2-6L12 8.94c-.29.29-.29.77 0 1.06.29.29.77.29 1.06 0l3.06-3.06c1.07-1.07 1.07-2.82 0-3.89l-1.06-1.06c-.29-.29-.77-.29-1.06 0-.29.29-.29.77 0 1.06l1.06 1.06c.48.49.48 1.29 0 1.77z"})
"CelebrationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/celebration_sharp.cljs
================================================
(ns reagent-mui.icons.celebration-sharp
"Imports @mui/icons-material/CelebrationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def celebration-sharp (create-svg-icon [(e "path" #js {"d" "m2 22 14-5-9-9zm12.53-9.47L21 6.05l1.48 1.48 1.06-1.06L21 3.93l-7.53 7.53 1.06 1.07zM10.94 6 9.47 7.47l1.06 1.06 2.54-2.54-2.54-2.53-1.06 1.07L10.94 6zm8.03 3.97-3.5 3.5 1.06 1.06L19 12.06l2.5 2.49 1.06-1.06-3.59-3.52z"}) (e "path" #js {"d" "m15.97 4.97-4.5 4.5 1.06 1.06L18.07 5l-3.53-3.53-1.06 1.06 2.49 2.44z"})]
"CelebrationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/celebration_two_tone.cljs
================================================
(ns reagent-mui.icons.celebration-two-tone
"Imports @mui/icons-material/CelebrationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def celebration-two-tone (create-svg-icon [(e "path" #js {"d" "m12.35 16.18-4.53-4.53L5.3 18.7z", "opacity" ".3"}) (e "path" #js {"d" "m2 22 14-5-9-9-5 14zm10.35-5.82L5.3 18.7l2.52-7.05 4.53 4.53zm2.18-3.65 5.59-5.59c.49-.49 1.28-.49 1.77 0l.59.59 1.06-1.06-.59-.59c-1.07-1.07-2.82-1.07-3.89 0l-5.59 5.59 1.06 1.06zM9.47 7.47l1.06 1.06.59-.59c1.07-1.07 1.07-2.82 0-3.89l-.59-.59-1.06 1.07.59.59c.48.48.48 1.28 0 1.76l-.59.59zm7.59 4.41-1.59 1.59 1.06 1.06 1.59-1.59c.49-.49 1.28-.49 1.77 0l1.61 1.61 1.06-1.06-1.61-1.61c-1.08-1.07-2.82-1.07-3.89 0zm-2-6-3.59 3.59 1.06 1.06 3.59-3.59c1.07-1.07 1.07-2.82 0-3.89l-1.59-1.59-1.06 1.06 1.59 1.59c.48.49.48 1.29 0 1.77z"})]
"CelebrationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cell_tower.cljs
================================================
(ns reagent-mui.icons.cell-tower
"Imports @mui/icons-material/CellTower as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cell-tower (create-svg-icon [(e "path" #js {"d" "m7.3 14.7 1.2-1.2c-1-1-1.5-2.3-1.5-3.5 0-1.3.5-2.6 1.5-3.5L7.3 5.3c-1.3 1.3-2 3-2 4.7s.7 3.4 2 4.7zM19.1 2.9l-1.2 1.2c1.6 1.6 2.4 3.8 2.4 5.9 0 2.1-.8 4.3-2.4 5.9l1.2 1.2c2-2 2.9-4.5 2.9-7.1 0-2.6-1-5.1-2.9-7.1z"}) (e "path" #js {"d" "M6.1 4.1 4.9 2.9C3 4.9 2 7.4 2 10c0 2.6 1 5.1 2.9 7.1l1.2-1.2c-1.6-1.6-2.4-3.8-2.4-5.9 0-2.1.8-4.3 2.4-5.9zm10.6 10.6c1.3-1.3 2-3 2-4.7-.1-1.7-.7-3.4-2-4.7l-1.2 1.2c1 1 1.5 2.3 1.5 3.5 0 1.3-.5 2.6-1.5 3.5l1.2 1.2zM14.5 10c0-1.38-1.12-2.5-2.5-2.5S9.5 8.62 9.5 10c0 .76.34 1.42.87 1.88L7 22h2l.67-2h4.67l.66 2h2l-3.37-10.12c.53-.46.87-1.12.87-1.88zm-4.17 8L12 13l1.67 5h-3.34z"})]
"CellTower"))
================================================
FILE: src/icons/reagent_mui/icons/cell_tower_outlined.cljs
================================================
(ns reagent-mui.icons.cell-tower-outlined
"Imports @mui/icons-material/CellTowerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cell-tower-outlined (create-svg-icon [(e "path" #js {"d" "m7.3 14.7 1.2-1.2c-1-1-1.5-2.3-1.5-3.5 0-1.3.5-2.6 1.5-3.5L7.3 5.3c-1.3 1.3-2 3-2 4.7s.7 3.4 2 4.7zM19.1 2.9l-1.2 1.2c1.6 1.6 2.4 3.8 2.4 5.9 0 2.1-.8 4.3-2.4 5.9l1.2 1.2c2-2 2.9-4.5 2.9-7.1 0-2.6-1-5.1-2.9-7.1z"}) (e "path" #js {"d" "M6.1 4.1 4.9 2.9C3 4.9 2 7.4 2 10c0 2.6 1 5.1 2.9 7.1l1.2-1.2c-1.6-1.6-2.4-3.8-2.4-5.9 0-2.1.8-4.3 2.4-5.9zm10.6 10.6c1.3-1.3 2-3 2-4.7-.1-1.7-.7-3.4-2-4.7l-1.2 1.2c1 1 1.5 2.3 1.5 3.5 0 1.3-.5 2.6-1.5 3.5l1.2 1.2zM14.5 10c0-1.38-1.12-2.5-2.5-2.5S9.5 8.62 9.5 10c0 .76.34 1.42.87 1.88L7 22h2l.67-2h4.67l.66 2h2l-3.37-10.12c.53-.46.87-1.12.87-1.88zm-4.17 8L12 13l1.67 5h-3.34z"})]
"CellTowerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cell_tower_rounded.cljs
================================================
(ns reagent-mui.icons.cell-tower-rounded
"Imports @mui/icons-material/CellTowerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cell-tower-rounded (create-svg-icon [(e "path" #js {"d" "m7.9 14.1.09-.09c.27-.27.32-.71.08-1.01C7.36 12.09 7 11.01 7 10c0-1.08.35-2.16 1.04-3.01.25-.3.21-.75-.07-1.02L7.9 5.9c-.34-.34-.9-.3-1.2.08-.91 1.18-1.4 2.6-1.4 4.02 0 1.42.49 2.84 1.4 4.02.3.38.86.42 1.2.08zM18.51 3.49l-.08.08c-.3.3-.29.76-.03 1.08 1.26 1.53 1.9 3.48 1.9 5.35 0 1.87-.63 3.81-1.9 5.35-.28.33-.23.83.08 1.14.35.35.93.31 1.24-.07C21.29 14.54 22 12.31 22 10c0-2.32-.79-4.55-2.31-6.43-.3-.37-.85-.41-1.18-.08z"}) (e "path" #js {"d" "m5.57 3.57-.08-.08c-.33-.33-.88-.29-1.18.08C2.79 5.45 2 7.68 2 10c0 2.32.79 4.55 2.31 6.43.3.37.85.42 1.18.08l.08-.08c.3-.3.29-.76.03-1.08-1.27-1.54-1.9-3.48-1.9-5.35 0-1.87.63-3.81 1.9-5.35.26-.32.27-.78-.03-1.08zm10.5 10.5c.36.36.95.32 1.26-.09.9-1.18 1.37-2.58 1.37-3.98-.08-1.41-.51-2.83-1.4-4.01-.29-.39-.86-.43-1.2-.09l-.08.08c-.27.27-.32.71-.08 1.01.7.92 1.06 2 1.06 3.01 0 1.07-.34 2.13-1.01 2.98-.26.32-.22.79.08 1.09zM14.5 10c0-1.6-1.51-2.85-3.18-2.41-.8.21-1.46.85-1.7 1.65-.32 1.06.06 2.04.76 2.64l-2.96 8.87c-.21.62.25 1.25.9 1.25.41 0 .77-.26.9-.65L9.67 20h4.67l.45 1.35c.13.39.49.65.9.65.65 0 1.1-.63.9-1.25l-2.96-8.87c.53-.46.87-1.12.87-1.88zm-4.17 8L12 13l1.67 5h-3.34z"})]
"CellTowerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cell_tower_sharp.cljs
================================================
(ns reagent-mui.icons.cell-tower-sharp
"Imports @mui/icons-material/CellTowerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cell-tower-sharp (create-svg-icon [(e "path" #js {"d" "m7.3 14.7 1.2-1.2c-1-1-1.5-2.3-1.5-3.5 0-1.3.5-2.6 1.5-3.5L7.3 5.3c-1.3 1.3-2 3-2 4.7s.7 3.4 2 4.7zM19.1 2.9l-1.2 1.2c1.6 1.6 2.4 3.8 2.4 5.9 0 2.1-.8 4.3-2.4 5.9l1.2 1.2c2-2 2.9-4.5 2.9-7.1 0-2.6-1-5.1-2.9-7.1z"}) (e "path" #js {"d" "M6.1 4.1 4.9 2.9C3 4.9 2 7.4 2 10c0 2.6 1 5.1 2.9 7.1l1.2-1.2c-1.6-1.6-2.4-3.8-2.4-5.9 0-2.1.8-4.3 2.4-5.9zm10.6 10.6c1.3-1.3 2-3 2-4.7-.1-1.7-.7-3.4-2-4.7l-1.2 1.2c1 1 1.5 2.3 1.5 3.5 0 1.3-.5 2.6-1.5 3.5l1.2 1.2zM14.5 10c0-1.38-1.12-2.5-2.5-2.5S9.5 8.62 9.5 10c0 .76.34 1.42.87 1.88L7 22h2l.67-2h4.67l.66 2h2l-3.37-10.12c.53-.46.87-1.12.87-1.88zm-4.17 8L12 13l1.67 5h-3.34z"})]
"CellTowerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cell_tower_two_tone.cljs
================================================
(ns reagent-mui.icons.cell-tower-two-tone
"Imports @mui/icons-material/CellTowerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cell-tower-two-tone (create-svg-icon [(e "path" #js {"d" "m7.3 14.7 1.2-1.2c-1-1-1.5-2.3-1.5-3.5 0-1.3.5-2.6 1.5-3.5L7.3 5.3c-1.3 1.3-2 3-2 4.7s.7 3.4 2 4.7zM19.1 2.9l-1.2 1.2c1.6 1.6 2.4 3.8 2.4 5.9 0 2.1-.8 4.3-2.4 5.9l1.2 1.2c2-2 2.9-4.5 2.9-7.1 0-2.6-1-5.1-2.9-7.1z"}) (e "path" #js {"d" "M6.1 4.1 4.9 2.9C3 4.9 2 7.4 2 10c0 2.6 1 5.1 2.9 7.1l1.2-1.2c-1.6-1.6-2.4-3.8-2.4-5.9 0-2.1.8-4.3 2.4-5.9zm10.6 10.6c1.3-1.3 2-3 2-4.7-.1-1.7-.7-3.4-2-4.7l-1.2 1.2c1 1 1.5 2.3 1.5 3.5 0 1.3-.5 2.6-1.5 3.5l1.2 1.2zM14.5 10c0-1.38-1.12-2.5-2.5-2.5S9.5 8.62 9.5 10c0 .76.34 1.42.87 1.88L7 22h2l.67-2h4.67l.66 2h2l-3.37-10.12c.53-.46.87-1.12.87-1.88zm-4.17 8L12 13l1.67 5h-3.34z"})]
"CellTowerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cell_wifi.cljs
================================================
(ns reagent-mui.icons.cell-wifi
"Imports @mui/icons-material/CellWifi as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cell-wifi (create-svg-icon (e "path" #js {"d" "M18 9.98 6 22h16V5.97l-4 4.01zM20 20h-2v-7.22l2-2V20zM5.22 7.22 3.93 5.93c3.9-3.91 10.24-3.91 14.15 0l-1.29 1.29c-3.19-3.19-8.38-3.19-11.57 0zm7.71 3.85L11 13l-1.93-1.93c1.07-1.06 2.79-1.06 3.86 0zm1.29-1.28c-1.78-1.77-4.66-1.77-6.43 0L6.5 8.5c2.48-2.48 6.52-2.48 9 0l-1.28 1.29z"})
"CellWifi"))
================================================
FILE: src/icons/reagent_mui/icons/cell_wifi_outlined.cljs
================================================
(ns reagent-mui.icons.cell-wifi-outlined
"Imports @mui/icons-material/CellWifiOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cell-wifi-outlined (create-svg-icon (e "path" #js {"d" "M6 22h16V5.97L6 22zm14-2h-2v-7.22l2-2V20zM5.22 7.22 3.93 5.93c3.9-3.91 10.24-3.91 14.15 0l-1.29 1.29c-3.19-3.19-8.38-3.19-11.57 0zm7.71 3.85L11 13l-1.93-1.93c1.07-1.06 2.79-1.06 3.86 0zm1.29-1.28c-1.78-1.77-4.66-1.77-6.43 0L6.5 8.5c2.48-2.48 6.52-2.48 9 0l-1.28 1.29z"})
"CellWifiOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cell_wifi_rounded.cljs
================================================
(ns reagent-mui.icons.cell-wifi-rounded
"Imports @mui/icons-material/CellWifiRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cell-wifi-rounded (create-svg-icon [(e "path" #js {"d" "M20.29 7.68 7.7 20.29c-.63.63-.18 1.71.71 1.71H21c.55 0 1-.45 1-1V8.39c0-.89-1.08-1.34-1.71-.71zM20 20h-2v-7.22l2-2V20zM9.61 10.68c-.28.17-.32.56-.09.79l.82.82c.39.39 1.02.39 1.41 0l.82-.82c.23-.23.18-.62-.09-.79-.87-.54-1.99-.54-2.87 0zM8.42 9.3c1.57-1.12 3.7-1.12 5.27 0 .36.26.85.22 1.16-.1.39-.39.35-1.06-.1-1.38-2.2-1.57-5.19-1.57-7.4 0-.45.32-.5.99-.1 1.38.32.32.81.36 1.17.1z"}) (e "path" #js {"d" "M16.26 6.69c.34.28.83.28 1.14-.03l.12-.12c.35-.35.31-.92-.08-1.24-3.67-3.05-9.02-3.07-12.7-.06-.43.35-.47.99-.08 1.37.32.33.84.37 1.19.08 3.01-2.48 7.4-2.48 10.41 0z"})]
"CellWifiRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cell_wifi_sharp.cljs
================================================
(ns reagent-mui.icons.cell-wifi-sharp
"Imports @mui/icons-material/CellWifiSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cell-wifi-sharp (create-svg-icon (e "path" #js {"d" "M6 22h16V5.97L6 22zm14-2h-2v-7.22l2-2V20zM5.22 7.22 3.93 5.93c3.9-3.91 10.24-3.91 14.15 0l-1.29 1.29c-3.19-3.19-8.38-3.19-11.57 0zm7.71 3.85L11 13l-1.93-1.93c1.07-1.06 2.79-1.06 3.86 0zm1.29-1.28c-1.78-1.77-4.66-1.77-6.43 0L6.5 8.5c2.48-2.48 6.52-2.48 9 0l-1.28 1.29z"})
"CellWifiSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cell_wifi_two_tone.cljs
================================================
(ns reagent-mui.icons.cell-wifi-two-tone
"Imports @mui/icons-material/CellWifiTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cell-wifi-two-tone (create-svg-icon (e "path" #js {"d" "M6 22h16V5.97L6 22zm14-2h-2v-7.22l2-2V20zM5.22 7.22 3.93 5.93c3.9-3.91 10.24-3.91 14.15 0l-1.29 1.29c-3.19-3.19-8.38-3.19-11.57 0zm7.71 3.85L11 13l-1.93-1.93c1.07-1.06 2.79-1.06 3.86 0zm1.29-1.28c-1.78-1.77-4.66-1.77-6.43 0L6.5 8.5c2.48-2.48 6.52-2.48 9 0l-1.28 1.29z"})
"CellWifiTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/center_focus_strong.cljs
================================================
(ns reagent-mui.icons.center-focus-strong
"Imports @mui/icons-material/CenterFocusStrong as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def center-focus-strong (create-svg-icon (e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-7 7H3v4c0 1.1.9 2 2 2h4v-2H5v-4zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm14-2h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4z"})
"CenterFocusStrong"))
================================================
FILE: src/icons/reagent_mui/icons/center_focus_strong_outlined.cljs
================================================
(ns reagent-mui.icons.center-focus-strong-outlined
"Imports @mui/icons-material/CenterFocusStrongOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def center-focus-strong-outlined (create-svg-icon (e "path" #js {"d" "M17 12c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5zm-5 3c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm-7 0H3v4c0 1.1.9 2 2 2h4v-2H5v-4zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm14-2h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4z"})
"CenterFocusStrongOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/center_focus_strong_rounded.cljs
================================================
(ns reagent-mui.icons.center-focus-strong-rounded
"Imports @mui/icons-material/CenterFocusStrongRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def center-focus-strong-rounded (create-svg-icon (e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-8 7c-.55 0-1 .45-1 1v3c0 1.1.9 2 2 2h3c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1-.45-1-1v-2c0-.55-.45-1-1-1zm1-9c0-.55.45-1 1-1h2c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2v3c0 .55.45 1 1 1s1-.45 1-1V6zm14-3h-3c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1 .45 1 1v2c0 .55.45 1 1 1s1-.45 1-1V5c0-1.1-.9-2-2-2zm0 15c0 .55-.45 1-1 1h-2c-.55 0-1 .45-1 1s.45 1 1 1h3c1.1 0 2-.9 2-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v2z"})
"CenterFocusStrongRounded"))
================================================
FILE: src/icons/reagent_mui/icons/center_focus_strong_sharp.cljs
================================================
(ns reagent-mui.icons.center-focus-strong-sharp
"Imports @mui/icons-material/CenterFocusStrongSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def center-focus-strong-sharp (create-svg-icon (e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-7 7H3v6h6v-2H5v-4zM5 5h4V3H3v6h2V5zm16-2h-6v2h4v4h2V3zm-2 16h-4v2h6v-6h-2v4z"})
"CenterFocusStrongSharp"))
================================================
FILE: src/icons/reagent_mui/icons/center_focus_strong_two_tone.cljs
================================================
(ns reagent-mui.icons.center-focus-strong-two-tone
"Imports @mui/icons-material/CenterFocusStrongTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def center-focus-strong-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "3", "opacity" ".3"}) (e "path" #js {"d" "M7 12c0 2.76 2.24 5 5 5s5-2.24 5-5-2.24-5-5-5-5 2.24-5 5zm8 0c0 1.65-1.35 3-3 3s-3-1.35-3-3 1.35-3 3-3 3 1.35 3 3zM3 19c0 1.1.9 2 2 2h4v-2H5v-4H3v4zM3 5v4h2V5h4V3H5c-1.1 0-2 .9-2 2zm18 0c0-1.1-.9-2-2-2h-4v2h4v4h2V5zm-2 14h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4z"})]
"CenterFocusStrongTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/center_focus_weak.cljs
================================================
(ns reagent-mui.icons.center-focus-weak
"Imports @mui/icons-material/CenterFocusWeak as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def center-focus-weak (create-svg-icon (e "path" #js {"d" "M5 15H3v4c0 1.1.9 2 2 2h4v-2H5v-4zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm14-2h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"CenterFocusWeak"))
================================================
FILE: src/icons/reagent_mui/icons/center_focus_weak_outlined.cljs
================================================
(ns reagent-mui.icons.center-focus-weak-outlined
"Imports @mui/icons-material/CenterFocusWeakOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def center-focus-weak-outlined (create-svg-icon (e "path" #js {"d" "M5 15H3v4c0 1.1.9 2 2 2h4v-2H5v-4zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm7 3c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm7-11h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4z"})
"CenterFocusWeakOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/center_focus_weak_rounded.cljs
================================================
(ns reagent-mui.icons.center-focus-weak-rounded
"Imports @mui/icons-material/CenterFocusWeakRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def center-focus-weak-rounded (create-svg-icon (e "path" #js {"d" "M4 15c-.55 0-1 .45-1 1v3c0 1.1.9 2 2 2h3c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1-.45-1-1v-2c0-.55-.45-1-1-1zm1-9c0-.55.45-1 1-1h2c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2v3c0 .55.45 1 1 1s1-.45 1-1V6zm14-3h-3c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1 .45 1 1v2c0 .55.45 1 1 1s1-.45 1-1V5c0-1.1-.9-2-2-2zm0 15c0 .55-.45 1-1 1h-2c-.55 0-1 .45-1 1s.45 1 1 1h3c1.1 0 2-.9 2-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v2zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"CenterFocusWeakRounded"))
================================================
FILE: src/icons/reagent_mui/icons/center_focus_weak_sharp.cljs
================================================
(ns reagent-mui.icons.center-focus-weak-sharp
"Imports @mui/icons-material/CenterFocusWeakSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def center-focus-weak-sharp (create-svg-icon (e "path" #js {"d" "M5 15H3v6h6v-2H5v-4zM5 5h4V3H3v6h2V5zm16-2h-6v2h4v4h2V3zm-2 16h-4v2h6v-6h-2v4zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"CenterFocusWeakSharp"))
================================================
FILE: src/icons/reagent_mui/icons/center_focus_weak_two_tone.cljs
================================================
(ns reagent-mui.icons.center-focus-weak-two-tone
"Imports @mui/icons-material/CenterFocusWeakTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def center-focus-weak-two-tone (create-svg-icon [(e "path" #js {"d" "M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z", "opacity" ".3"}) (e "path" #js {"d" "M3 19c0 1.1.9 2 2 2h4v-2H5v-4H3v4zM3 5v4h2V5h4V3H5c-1.1 0-2 .9-2 2zm9 3c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm9-9c0-1.1-.9-2-2-2h-4v2h4v4h2V5zm-2 14h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4z"})]
"CenterFocusWeakTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/chair.cljs
================================================
(ns reagent-mui.icons.chair
"Imports @mui/icons-material/Chair as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chair (create-svg-icon [(e "path" #js {"d" "M7 11v2h10v-2c0-1.86 1.28-3.41 3-3.86V6c0-1.65-1.35-3-3-3H7C5.35 3 4 4.35 4 6v1.14c1.72.45 3 2 3 3.86z"}) (e "path" #js {"d" "M21 9c-1.1 0-2 .9-2 2v4H5v-4c0-1.1-.9-2-2-2s-2 .9-2 2v5c0 1.65 1.35 3 3 3v1c0 .55.45 1 1 1s1-.45 1-1v-1h12v1c0 .55.45 1 1 1s1-.45 1-1v-1c1.65 0 3-1.35 3-3v-5c0-1.1-.9-2-2-2z"})]
"Chair"))
================================================
FILE: src/icons/reagent_mui/icons/chair_alt.cljs
================================================
(ns reagent-mui.icons.chair-alt
"Imports @mui/icons-material/ChairAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chair-alt (create-svg-icon (e "path" #js {"d" "M17 10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h1v2H7c-1.1 0-2 .9-2 2v7h2v-3h10v3h2v-7c0-1.1-.9-2-2-2h-1v-2h1zM7 8V5h10v3H7zm10 8H7v-2h10v2zm-3-4h-4v-2h4v2z"})
"ChairAlt"))
================================================
FILE: src/icons/reagent_mui/icons/chair_alt_outlined.cljs
================================================
(ns reagent-mui.icons.chair-alt-outlined
"Imports @mui/icons-material/ChairAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chair-alt-outlined (create-svg-icon (e "path" #js {"d" "M17 10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h1v2H7c-1.1 0-2 .9-2 2v7h2v-3h10v3h2v-7c0-1.1-.9-2-2-2h-1v-2h1zM7 8V5h10v3H7zm10 8H7v-2h10v2zm-3-4h-4v-2h4v2z"})
"ChairAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/chair_alt_rounded.cljs
================================================
(ns reagent-mui.icons.chair-alt-rounded
"Imports @mui/icons-material/ChairAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chair-alt-rounded (create-svg-icon (e "path" #js {"d" "M17 10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h1v2H7c-1.1 0-2 .9-2 2v6c0 .55.45 1 1 1s1-.45 1-1v-2h10v2c0 .55.45 1 1 1s1-.45 1-1v-6c0-1.1-.9-2-2-2h-1v-2h1zM7 8V5h10v3H7zm10 8H7v-2h10v2zm-3-4h-4v-2h4v2z"})
"ChairAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/chair_alt_sharp.cljs
================================================
(ns reagent-mui.icons.chair-alt-sharp
"Imports @mui/icons-material/ChairAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chair-alt-sharp (create-svg-icon (e "path" #js {"d" "M16 10h3V3H5v7h3v2H5v9h2v-3h10v3h2v-9h-3v-2zM7 8V5h10v3H7zm10 8H7v-2h10v2zm-3-4h-4v-2h4v2z"})
"ChairAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/chair_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.chair-alt-two-tone
"Imports @mui/icons-material/ChairAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chair-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M7 14h10v2H7zm0-9h10v3H7z", "opacity" ".3"}) (e "path" #js {"d" "M17 10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h1v2H7c-1.1 0-2 .9-2 2v7h2v-3h10v3h2v-7c0-1.1-.9-2-2-2h-1v-2h1zm0 4v2H7v-2h10zm-7-2v-2h4v2h-4zM7 8V5h10v3H7z"})]
"ChairAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/chair_outlined.cljs
================================================
(ns reagent-mui.icons.chair-outlined
"Imports @mui/icons-material/ChairOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chair-outlined (create-svg-icon (e "path" #js {"d" "M20 8V6c0-1.65-1.35-3-3-3H7C5.35 3 4 4.35 4 6v2c-1.65 0-3 1.35-3 3v5c0 1.65 1.35 3 3 3v1c0 .55.45 1 1 1s1-.45 1-1v-1h12v1c0 .55.45 1 1 1s1-.45 1-1v-1c1.65 0 3-1.35 3-3v-5c0-1.65-1.35-3-3-3zM6 6c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v2.78c-.61.55-1 1.34-1 2.22v2H7v-2c0-.88-.39-1.67-1-2.22V6zm15 10c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v4h14v-4c0-.55.45-1 1-1s1 .45 1 1v5z"})
"ChairOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/chair_rounded.cljs
================================================
(ns reagent-mui.icons.chair-rounded
"Imports @mui/icons-material/ChairRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chair-rounded (create-svg-icon [(e "path" #js {"d" "M21 9c-1.1 0-2 .9-2 2v4H5v-4c0-1.1-.9-2-2-2s-2 .9-2 2v5c0 1.65 1.35 3 3 3v1c0 .55.45 1 1 1s1-.45 1-1v-1h12v1c0 .55.45 1 1 1s1-.45 1-1v-1c1.65 0 3-1.35 3-3v-5c0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "M7 11v2h10v-2c0-1.86 1.28-3.41 3-3.86V6c0-1.65-1.35-3-3-3H7C5.35 3 4 4.35 4 6v1.14c1.72.45 3 2 3 3.86z"})]
"ChairRounded"))
================================================
FILE: src/icons/reagent_mui/icons/chair_sharp.cljs
================================================
(ns reagent-mui.icons.chair-sharp
"Imports @mui/icons-material/ChairSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chair-sharp (create-svg-icon [(e "path" #js {"d" "M7 13h10V7h3V3H4v4h3z"}) (e "path" #js {"d" "M23 9h-4v6H5V9H1v10h3v1c0 .55.45 1 1 1s1-.45 1-1v-1h12v1c0 .55.45 1 1 1s1-.45 1-1v-1h3V9z"})]
"ChairSharp"))
================================================
FILE: src/icons/reagent_mui/icons/chair_two_tone.cljs
================================================
(ns reagent-mui.icons.chair-two-tone
"Imports @mui/icons-material/ChairTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chair-two-tone (create-svg-icon [(e "path" #js {"d" "M7 13h10v-2c0-.88.39-1.67 1-2.22V6c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v2.78c.61.55 1 1.34 1 2.22v2z", "opacity" ".3"}) (e "path" #js {"d" "M20 10c-.55 0-1 .45-1 1v4H5v-4c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1z", "opacity" ".3"}) (e "path" #js {"d" "M20 8V6c0-1.65-1.35-3-3-3H7C5.35 3 4 4.35 4 6v2c-1.65 0-3 1.35-3 3v5c0 1.65 1.35 3 3 3v1c0 .55.45 1 1 1s1-.45 1-1v-1h12v1c0 .55.45 1 1 1s1-.45 1-1v-1c1.65 0 3-1.35 3-3v-5c0-1.65-1.35-3-3-3zM6 6c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v2.78c-.61.55-1 1.34-1 2.22v2H7v-2c0-.88-.39-1.67-1-2.22V6zm15 10c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v4h14v-4c0-.55.45-1 1-1s1 .45 1 1v5z"})]
"ChairTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/chalet.cljs
================================================
(ns reagent-mui.icons.chalet
"Imports @mui/icons-material/Chalet as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chalet (create-svg-icon (e "path" #js {"d" "m10 7.5 7.5 7.5-1.41 1.41L15 15.33V20h-4v-5H9v5H5v-4.67l-1.09 1.09L2.5 15 10 7.5zm12-1h-1.19l.75-.75-.71-.71-1.46 1.46h-.89v-.89l1.45-1.45-.71-.71-.74.74V3h-1v1.19l-.75-.75-.71.71 1.45 1.45v.9h-.89l-1.45-1.45-.71.71.75.75H14v1h1.19l-.75.75.71.71 1.45-1.45h.89v.89l-1.45 1.45.71.71.75-.75V11h1V9.81l.75.75.71-.71-1.46-1.46V7.5h.89l1.45 1.45.71-.71-.74-.74H22v-1z"})
"Chalet"))
================================================
FILE: src/icons/reagent_mui/icons/chalet_outlined.cljs
================================================
(ns reagent-mui.icons.chalet-outlined
"Imports @mui/icons-material/ChaletOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chalet-outlined (create-svg-icon (e "path" #js {"d" "M17.5 15 10 7.5 2.5 15l1.41 1.41L5 15.33V20h10v-4.67l1.09 1.09L17.5 15zM13 18h-2v-3H9v3H7v-4.67l3-3 3 3V18zm9-10.5h-1.19l.75.75-.71.71-1.46-1.46h-.89v.89l1.45 1.45-.71.71-.74-.74V11h-1V9.81l-.75.75-.71-.71 1.45-1.45v-.9h-.89l-1.45 1.45-.71-.71.75-.75H14v-1h1.19l-.75-.75.71-.71 1.45 1.45h.89v-.87l-1.45-1.45.71-.71.75.75V3h1v1.19l.75-.75.71.71-1.46 1.46v.89h.89l1.45-1.45.71.71-.74.74H22v1z"})
"ChaletOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/chalet_rounded.cljs
================================================
(ns reagent-mui.icons.chalet-rounded
"Imports @mui/icons-material/ChaletRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chalet-rounded (create-svg-icon (e "path" #js {"d" "M10 15c-.55 0-1 .45-1 1v4H6c-.55 0-1-.45-1-1v-3.67l-.38.38c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41L9.3 8.21c.39-.39 1.02-.39 1.41 0l6.09 6.09c.39.39.39 1.02 0 1.41-.39.39-1.02.39-1.41 0l-.39-.38V19c0 .55-.45 1-1 1h-3v-4c0-.55-.45-1-1-1zm7.5-7.5v.89l-1.08 1.08c-.18.18-.21.48-.05.69.19.23.53.24.74.04l.39-.39v.69c0 .28.22.5.5.5s.5-.22.5-.5v-.69l.39.39c.21.21.55.19.74-.04.17-.2.14-.5-.05-.69L18.5 8.39V7.5h.89l1.08 1.08c.18.18.48.21.69.05.23-.19.24-.53.04-.74l-.39-.39h.69c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-.69l.39-.39c.21-.21.19-.55-.04-.74-.2-.17-.5-.14-.69.05L19.39 6.5h-.89v-.89l1.08-1.08c.18-.18.21-.48.05-.69-.19-.23-.53-.24-.74-.04l-.39.39V3.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v.69l-.39-.39c-.21-.21-.55-.19-.74.04-.17.2-.14.5.05.69l1.08 1.08v.89h-.89l-1.08-1.08c-.18-.18-.48-.21-.69-.05-.23.19-.24.53-.04.74l.39.39h-.69c-.28 0-.5.22-.5.5s.22.5.5.5h.69l-.39.39c-.21.21-.19.55.04.74.2.17.5.14.69-.05l1.08-1.08h.89z"})
"ChaletRounded"))
================================================
FILE: src/icons/reagent_mui/icons/chalet_sharp.cljs
================================================
(ns reagent-mui.icons.chalet-sharp
"Imports @mui/icons-material/ChaletSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chalet-sharp (create-svg-icon (e "path" #js {"d" "m10 7.5 7.5 7.5-1.41 1.41L15 15.33V20h-4v-5H9v5H5v-4.67l-1.09 1.09L2.5 15 10 7.5zm12-1h-1.19l.75-.75-.71-.71-1.46 1.46h-.89v-.89l1.45-1.45-.71-.71-.74.74V3h-1v1.19l-.75-.75-.71.71 1.45 1.45v.9h-.89l-1.45-1.45-.71.71.75.75H14v1h1.19l-.75.75.71.71 1.45-1.45h.89v.89l-1.45 1.45.71.71.75-.75V11h1V9.81l.75.75.71-.71-1.46-1.46V7.5h.89l1.45 1.45.71-.71-.74-.74H22v-1z"})
"ChaletSharp"))
================================================
FILE: src/icons/reagent_mui/icons/chalet_two_tone.cljs
================================================
(ns reagent-mui.icons.chalet-two-tone
"Imports @mui/icons-material/ChaletTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chalet-two-tone (create-svg-icon [(e "path" #js {"d" "M13 18h-2v-3H9v3H7v-4.67l3-3 3 3z", "opacity" ".3"}) (e "path" #js {"d" "M17.5 15 10 7.5 2.5 15l1.41 1.41L5 15.33V20h10v-4.67l1.09 1.09L17.5 15zM13 18h-2v-3H9v3H7v-4.67l3-3 3 3V18zm9-10.5h-1.19l.75.75-.71.71-1.46-1.46h-.89v.89l1.45 1.45-.71.71-.74-.74V11h-1V9.81l-.75.75-.71-.71 1.45-1.45v-.9h-.89l-1.45 1.45-.71-.71.75-.75H14v-1h1.19l-.75-.75.71-.71 1.45 1.45h.89v-.87l-1.45-1.45.71-.71.75.75V3h1v1.19l.75-.75.71.71-1.46 1.46v.89h.89l1.45-1.45.71.71-.74.74H22v1z"})]
"ChaletTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/change_circle.cljs
================================================
(ns reagent-mui.icons.change-circle
"Imports @mui/icons-material/ChangeCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def change-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm.06 17v-2.01H12c-1.28 0-2.56-.49-3.54-1.46-1.71-1.71-1.92-4.35-.64-6.29l1.1 1.1c-.71 1.33-.53 3.01.59 4.13.7.7 1.62 1.03 2.54 1.01v-2.14l2.83 2.83L12.06 19zm4.11-4.24-1.1-1.1c.71-1.33.53-3.01-.59-4.13C13.79 8.84 12.9 8.5 12 8.5h-.06v2.15L9.11 7.83 11.94 5v2.02c1.3-.02 2.61.45 3.6 1.45 1.7 1.7 1.91 4.35.63 6.29z"})
"ChangeCircle"))
================================================
FILE: src/icons/reagent_mui/icons/change_circle_outlined.cljs
================================================
(ns reagent-mui.icons.change-circle-outlined
"Imports @mui/icons-material/ChangeCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def change-circle-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.17-5.24-1.1-1.1c.71-1.33.53-3.01-.59-4.13C13.79 8.84 12.9 8.5 12 8.5c-.03 0-.06.01-.09.01L13 9.6l-1.06 1.06-2.83-2.83L11.94 5 13 6.06l-.96.96c1.27.01 2.53.48 3.5 1.44 1.7 1.71 1.91 4.36.63 6.3zm-1.28 1.41L12.06 19 11 17.94l.95-.95c-1.26-.01-2.52-.5-3.48-1.46-1.71-1.71-1.92-4.35-.64-6.29l1.1 1.1c-.71 1.33-.53 3.01.59 4.13.7.7 1.63 1.04 2.56 1.01L11 14.4l1.06-1.06 2.83 2.83z"})
"ChangeCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/change_circle_rounded.cljs
================================================
(ns reagent-mui.icons.change-circle-rounded
"Imports @mui/icons-material/ChangeCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def change-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm.91 16.15c-.31.31-.85.09-.85-.35V17H12c-1.28 0-2.56-.49-3.54-1.46-1.43-1.43-1.81-3.52-1.14-5.3.19-.51.86-.64 1.24-.25.22.22.27.54.17.82-.46 1.24-.2 2.68.8 3.68.7.7 1.62 1.03 2.54 1.01v-.94c0-.45.54-.67.85-.35l1.62 1.62c.2.2.2.51 0 .71l-1.63 1.61zm2.53-4.13c-.22-.22-.27-.54-.17-.82.46-1.24.2-2.68-.8-3.68-.7-.7-1.62-1.04-2.53-1.02v.94c0 .45-.54.67-.85.35L9.46 8.18c-.2-.2-.2-.51 0-.71l1.62-1.62c.31-.31.85-.09.85.35v.81c1.3-.02 2.61.45 3.6 1.45 1.43 1.43 1.81 3.52 1.14 5.3-.19.52-.85.65-1.23.26z"})
"ChangeCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/change_circle_sharp.cljs
================================================
(ns reagent-mui.icons.change-circle-sharp
"Imports @mui/icons-material/ChangeCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def change-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm.06 17v-2.01H12c-1.28 0-2.56-.49-3.54-1.46-1.71-1.71-1.92-4.35-.64-6.29l1.1 1.1c-.71 1.33-.53 3.01.59 4.13.7.7 1.62 1.03 2.54 1.01v-2.14l2.83 2.83L12.06 19zm4.11-4.24-1.1-1.1c.71-1.33.53-3.01-.59-4.13C13.79 8.84 12.9 8.5 12 8.5h-.06v2.15L9.11 7.83 11.94 5v2.02c1.3-.02 2.61.45 3.6 1.45 1.7 1.7 1.91 4.35.63 6.29z"})
"ChangeCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/change_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.change-circle-two-tone
"Imports @mui/icons-material/ChangeCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def change-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m.06 9.34v2.14c-.92.02-1.84-.31-2.54-1.01-1.12-1.12-1.3-2.8-.59-4.13l-1.1-1.1c-1.28 1.94-1.07 4.59.64 6.29.97.98 2.25 1.47 3.53 1.47h.06v2l2.83-2.83-2.83-2.83zm3.48-4.88c-.99-.99-2.3-1.46-3.6-1.45V5L9.11 7.83l2.83 2.83V8.51H12c.9 0 1.79.34 2.48 1.02 1.12 1.12 1.3 2.8.59 4.13l1.1 1.1c1.28-1.94 1.07-4.59-.63-6.3z", "opacity" ".3"}) (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm.06 11.34v2.14c-.92.02-1.84-.31-2.54-1.01-1.12-1.12-1.3-2.8-.59-4.13l-1.1-1.1c-1.28 1.94-1.07 4.59.64 6.29.97.98 2.25 1.47 3.53 1.47h.06v2l2.83-2.83-2.83-2.83zm3.48-4.88c-.99-.99-2.3-1.46-3.6-1.45V5L9.11 7.83l2.83 2.83V8.51H12c.9 0 1.79.34 2.48 1.02 1.12 1.12 1.3 2.8.59 4.13l1.1 1.1c1.28-1.94 1.07-4.59-.63-6.3z"})]
"ChangeCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/change_history.cljs
================================================
(ns reagent-mui.icons.change-history
"Imports @mui/icons-material/ChangeHistory as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def change-history (create-svg-icon (e "path" #js {"d" "M12 7.77 18.39 18H5.61L12 7.77M12 4 2 20h20L12 4z"})
"ChangeHistory"))
================================================
FILE: src/icons/reagent_mui/icons/change_history_outlined.cljs
================================================
(ns reagent-mui.icons.change-history-outlined
"Imports @mui/icons-material/ChangeHistoryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def change-history-outlined (create-svg-icon (e "path" #js {"d" "M12 7.77 18.39 18H5.61L12 7.77M12 4 2 20h20L12 4z"})
"ChangeHistoryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/change_history_rounded.cljs
================================================
(ns reagent-mui.icons.change-history-rounded
"Imports @mui/icons-material/ChangeHistoryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def change-history-rounded (create-svg-icon (e "path" #js {"d" "M12 7.77 18.39 18H5.61L12 7.77m-.85-2.41-8.2 13.11c-.41.67.07 1.53.85 1.53h16.4c.79 0 1.26-.86.85-1.53l-8.2-13.11c-.39-.63-1.31-.63-1.7 0z"})
"ChangeHistoryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/change_history_sharp.cljs
================================================
(ns reagent-mui.icons.change-history-sharp
"Imports @mui/icons-material/ChangeHistorySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def change-history-sharp (create-svg-icon (e "path" #js {"d" "M12 7.77 18.39 18H5.61L12 7.77M12 4 2 20h20L12 4z"})
"ChangeHistorySharp"))
================================================
FILE: src/icons/reagent_mui/icons/change_history_two_tone.cljs
================================================
(ns reagent-mui.icons.change-history-two-tone
"Imports @mui/icons-material/ChangeHistoryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def change-history-two-tone (create-svg-icon [(e "path" #js {"d" "M12 7.77 5.61 18h12.78z", "opacity" ".3"}) (e "path" #js {"d" "M12 4 2 20h20L12 4zm0 3.77L18.39 18H5.61L12 7.77z"})]
"ChangeHistoryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/charging_station.cljs
================================================
(ns reagent-mui.icons.charging-station
"Imports @mui/icons-material/ChargingStation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def charging-station (create-svg-icon (e "path" #js {"d" "m14.5 11-3 6v-4h-2l3-6v4h2zM7 1h10c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2zm0 5v12h10V6H7z"})
"ChargingStation"))
================================================
FILE: src/icons/reagent_mui/icons/charging_station_outlined.cljs
================================================
(ns reagent-mui.icons.charging-station-outlined
"Imports @mui/icons-material/ChargingStationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def charging-station-outlined (create-svg-icon (e "path" #js {"d" "m14.5 11-3 6v-4h-2l3-6v4h2zM17 3H7v1h10V3m0 17H7v1h10v-1m0-19c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h10zM7 18h10V6H7v12z"})
"ChargingStationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/charging_station_rounded.cljs
================================================
(ns reagent-mui.icons.charging-station-rounded
"Imports @mui/icons-material/ChargingStationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def charging-station-rounded (create-svg-icon (e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 17H7V6h10v12zm-4.5-7V9.12c0-.53-.71-.7-.95-.22l-1.69 3.38c-.16.33.08.72.45.72h1.19v1.88c0 .53.71.7.95.22l1.69-3.38c.16-.33-.08-.72-.45-.72H12.5z"})
"ChargingStationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/charging_station_sharp.cljs
================================================
(ns reagent-mui.icons.charging-station-sharp
"Imports @mui/icons-material/ChargingStationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def charging-station-sharp (create-svg-icon (e "path" #js {"d" "m14.5 11-3 6v-4h-2l3-6v4h2zM5 1h14v22H5V1zm2 5v12h10V6H7z"})
"ChargingStationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/charging_station_two_tone.cljs
================================================
(ns reagent-mui.icons.charging-station-two-tone
"Imports @mui/icons-material/ChargingStationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def charging-station-two-tone (create-svg-icon [(e "path" #js {"d" "M17 3v1H7V3h10m0 17H7v1h10v-1", "opacity" ".3"}) (e "path" #js {"d" "m14.5 11-3 6v-4h-2l3-6v4h2zM17 3H7v1h10V3m0 17H7v1h10v-1m0-19c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h10zM7 18h10V6H7v12z"})]
"ChargingStationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/chat.cljs
================================================
(ns reagent-mui.icons.chat
"Imports @mui/icons-material/Chat as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chat (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 9h12v2H6V9zm8 5H6v-2h8v2zm4-6H6V6h12v2z"})
"Chat"))
================================================
FILE: src/icons/reagent_mui/icons/chat_bubble.cljs
================================================
(ns reagent-mui.icons.chat-bubble
"Imports @mui/icons-material/ChatBubble as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chat-bubble (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"})
"ChatBubble"))
================================================
FILE: src/icons/reagent_mui/icons/chat_bubble_outline.cljs
================================================
(ns reagent-mui.icons.chat-bubble-outline
"Imports @mui/icons-material/ChatBubbleOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chat-bubble-outline (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"})
"ChatBubbleOutline"))
================================================
FILE: src/icons/reagent_mui/icons/chat_bubble_outline_outlined.cljs
================================================
(ns reagent-mui.icons.chat-bubble-outline-outlined
"Imports @mui/icons-material/ChatBubbleOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chat-bubble-outline-outlined (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"})
"ChatBubbleOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/chat_bubble_outline_rounded.cljs
================================================
(ns reagent-mui.icons.chat-bubble-outline-rounded
"Imports @mui/icons-material/ChatBubbleOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chat-bubble-outline-rounded (create-svg-icon (e "path" #js {"d" "M20 4v12H5.17L4 17.17V4h16m0-2H4c-1.1 0-2 .9-2 2v15.59c0 .89 1.08 1.34 1.71.71L6 18h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"})
"ChatBubbleOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/chat_bubble_outline_sharp.cljs
================================================
(ns reagent-mui.icons.chat-bubble-outline-sharp
"Imports @mui/icons-material/ChatBubbleOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chat-bubble-outline-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v20l4-4h16V2zm-2 14H6l-2 2V4h16v12z"})
"ChatBubbleOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/chat_bubble_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.chat-bubble-outline-two-tone
"Imports @mui/icons-material/ChatBubbleOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chat-bubble-outline-two-tone (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"})
"ChatBubbleOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/chat_bubble_outlined.cljs
================================================
(ns reagent-mui.icons.chat-bubble-outlined
"Imports @mui/icons-material/ChatBubbleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chat-bubble-outlined (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"})
"ChatBubbleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/chat_bubble_rounded.cljs
================================================
(ns reagent-mui.icons.chat-bubble-rounded
"Imports @mui/icons-material/ChatBubbleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chat-bubble-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"})
"ChatBubbleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/chat_bubble_sharp.cljs
================================================
(ns reagent-mui.icons.chat-bubble-sharp
"Imports @mui/icons-material/ChatBubbleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chat-bubble-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v20l4-4h16V2z"})
"ChatBubbleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/chat_bubble_two_tone.cljs
================================================
(ns reagent-mui.icons.chat-bubble-two-tone
"Imports @mui/icons-material/ChatBubbleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chat-bubble-two-tone (create-svg-icon [(e "path" #js {"d" "m4 18 2-2h14V4H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"})]
"ChatBubbleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/chat_outlined.cljs
================================================
(ns reagent-mui.icons.chat-outlined
"Imports @mui/icons-material/ChatOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chat-outlined (create-svg-icon (e "path" #js {"d" "M4 4h16v12H5.17L4 17.17V4m0-2c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4zm2 10h8v2H6v-2zm0-3h12v2H6V9zm0-3h12v2H6V6z"})
"ChatOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/chat_rounded.cljs
================================================
(ns reagent-mui.icons.chat-rounded
"Imports @mui/icons-material/ChatRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chat-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM7 9h10c.55 0 1 .45 1 1s-.45 1-1 1H7c-.55 0-1-.45-1-1s.45-1 1-1zm6 5H7c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1zm4-6H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1z"})
"ChatRounded"))
================================================
FILE: src/icons/reagent_mui/icons/chat_sharp.cljs
================================================
(ns reagent-mui.icons.chat-sharp
"Imports @mui/icons-material/ChatSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chat-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2.01L2 22l4-4h16V2zM6 9h12v2H6V9zm8 5H6v-2h8v2zm4-6H6V6h12v2z"})
"ChatSharp"))
================================================
FILE: src/icons/reagent_mui/icons/chat_two_tone.cljs
================================================
(ns reagent-mui.icons.chat-two-tone
"Imports @mui/icons-material/ChatTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chat-two-tone (create-svg-icon [(e "path" #js {"d" "M20 4H4v13.17L5.17 16H20V4zm-6 10H6v-2h8v2zm4-3H6V9h12v2zm0-3H6V6h12v2z", "opacity" ".3"}) (e "path" #js {"d" "M20 18c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14zm-16-.83V4h16v12H5.17L4 17.17zM6 12h8v2H6zm0-3h12v2H6zm0-3h12v2H6z"})]
"ChatTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/check.cljs
================================================
(ns reagent-mui.icons.check
"Imports @mui/icons-material/Check as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check (create-svg-icon (e "path" #js {"d" "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"})
"Check"))
================================================
FILE: src/icons/reagent_mui/icons/check_box.cljs
================================================
(ns reagent-mui.icons.check-box
"Imports @mui/icons-material/CheckBox as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-box (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"})
"CheckBox"))
================================================
FILE: src/icons/reagent_mui/icons/check_box_outline_blank.cljs
================================================
(ns reagent-mui.icons.check-box-outline-blank
"Imports @mui/icons-material/CheckBoxOutlineBlank as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-box-outline-blank (create-svg-icon (e "path" #js {"d" "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"CheckBoxOutlineBlank"))
================================================
FILE: src/icons/reagent_mui/icons/check_box_outline_blank_outlined.cljs
================================================
(ns reagent-mui.icons.check-box-outline-blank-outlined
"Imports @mui/icons-material/CheckBoxOutlineBlankOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-box-outline-blank-outlined (create-svg-icon (e "path" #js {"d" "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"CheckBoxOutlineBlankOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/check_box_outline_blank_rounded.cljs
================================================
(ns reagent-mui.icons.check-box-outline-blank-rounded
"Imports @mui/icons-material/CheckBoxOutlineBlankRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-box-outline-blank-rounded (create-svg-icon (e "path" #js {"d" "M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zm1-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"CheckBoxOutlineBlankRounded"))
================================================
FILE: src/icons/reagent_mui/icons/check_box_outline_blank_sharp.cljs
================================================
(ns reagent-mui.icons.check-box-outline-blank-sharp
"Imports @mui/icons-material/CheckBoxOutlineBlankSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-box-outline-blank-sharp (create-svg-icon (e "path" #js {"d" "M19 5v14H5V5h14m2-2H3v18h18V3z"})
"CheckBoxOutlineBlankSharp"))
================================================
FILE: src/icons/reagent_mui/icons/check_box_outline_blank_two_tone.cljs
================================================
(ns reagent-mui.icons.check-box-outline-blank-two-tone
"Imports @mui/icons-material/CheckBoxOutlineBlankTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-box-outline-blank-two-tone (create-svg-icon (e "path" #js {"d" "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"CheckBoxOutlineBlankTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/check_box_outlined.cljs
================================================
(ns reagent-mui.icons.check-box-outlined
"Imports @mui/icons-material/CheckBoxOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-box-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM17.99 9l-1.41-1.42-6.59 6.59-2.58-2.57-1.42 1.41 4 3.99z"})
"CheckBoxOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/check_box_rounded.cljs
================================================
(ns reagent-mui.icons.check-box-rounded
"Imports @mui/icons-material/CheckBoxRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-box-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.29 13.29c-.39.39-1.02.39-1.41 0L5.71 12.7a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0L10 14.17l6.88-6.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-7.58 7.59z"})
"CheckBoxRounded"))
================================================
FILE: src/icons/reagent_mui/icons/check_box_sharp.cljs
================================================
(ns reagent-mui.icons.check-box-sharp
"Imports @mui/icons-material/CheckBoxSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-box-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM10 17l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"})
"CheckBoxSharp"))
================================================
FILE: src/icons/reagent_mui/icons/check_box_two_tone.cljs
================================================
(ns reagent-mui.icons.check-box-two-tone
"Imports @mui/icons-material/CheckBoxTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-box-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm2.41-7.4 2.58 2.58 6.59-6.59L17.99 9l-8 8L6 13.01l1.41-1.41z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM17.99 9l-1.41-1.42-6.59 6.59-2.58-2.57-1.42 1.41 4 3.99z"})]
"CheckBoxTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/check_circle.cljs
================================================
(ns reagent-mui.icons.check-circle
"Imports @mui/icons-material/CheckCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"})
"CheckCircle"))
================================================
FILE: src/icons/reagent_mui/icons/check_circle_outline.cljs
================================================
(ns reagent-mui.icons.check-circle-outline
"Imports @mui/icons-material/CheckCircleOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-circle-outline (create-svg-icon (e "path" #js {"d" "M16.59 7.58 10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"CheckCircleOutline"))
================================================
FILE: src/icons/reagent_mui/icons/check_circle_outline_outlined.cljs
================================================
(ns reagent-mui.icons.check-circle-outline-outlined
"Imports @mui/icons-material/CheckCircleOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-circle-outline-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"})
"CheckCircleOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/check_circle_outline_rounded.cljs
================================================
(ns reagent-mui.icons.check-circle-outline-rounded
"Imports @mui/icons-material/CheckCircleOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-circle-outline-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3.88-11.71L10 14.17l-1.88-1.88a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7c.39-.39.39-1.02 0-1.41-.39-.39-1.03-.39-1.42 0z"})
"CheckCircleOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/check_circle_outline_sharp.cljs
================================================
(ns reagent-mui.icons.check-circle-outline-sharp
"Imports @mui/icons-material/CheckCircleOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-circle-outline-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"})
"CheckCircleOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/check_circle_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.check-circle-outline-two-tone
"Imports @mui/icons-material/CheckCircleOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-circle-outline-two-tone (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"})
"CheckCircleOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/check_circle_outlined.cljs
================================================
(ns reagent-mui.icons.check-circle-outlined
"Imports @mui/icons-material/CheckCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-circle-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"})
"CheckCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/check_circle_rounded.cljs
================================================
(ns reagent-mui.icons.check-circle-rounded
"Imports @mui/icons-material/CheckCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM9.29 16.29 5.7 12.7a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0L10 14.17l6.88-6.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-7.59 7.59c-.38.39-1.02.39-1.41 0z"})
"CheckCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/check_circle_sharp.cljs
================================================
(ns reagent-mui.icons.check-circle-sharp
"Imports @mui/icons-material/CheckCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"})
"CheckCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/check_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.check-circle-two-tone
"Imports @mui/icons-material/CheckCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm-2 13-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"})]
"CheckCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/check_outlined.cljs
================================================
(ns reagent-mui.icons.check-outlined
"Imports @mui/icons-material/CheckOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-outlined (create-svg-icon (e "path" #js {"d" "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"})
"CheckOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/check_rounded.cljs
================================================
(ns reagent-mui.icons.check-rounded
"Imports @mui/icons-material/CheckRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-rounded (create-svg-icon (e "path" #js {"d" "M9 16.17 5.53 12.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 7.71c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L9 16.17z"})
"CheckRounded"))
================================================
FILE: src/icons/reagent_mui/icons/check_sharp.cljs
================================================
(ns reagent-mui.icons.check-sharp
"Imports @mui/icons-material/CheckSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-sharp (create-svg-icon (e "path" #js {"d" "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"})
"CheckSharp"))
================================================
FILE: src/icons/reagent_mui/icons/check_two_tone.cljs
================================================
(ns reagent-mui.icons.check-two-tone
"Imports @mui/icons-material/CheckTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def check-two-tone (create-svg-icon (e "path" #js {"d" "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"})
"CheckTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/checkroom.cljs
================================================
(ns reagent-mui.icons.checkroom
"Imports @mui/icons-material/Checkroom as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def checkroom (create-svg-icon (e "path" #js {"d" "M21.6 18.2 13 11.75v-.91c1.65-.49 2.8-2.17 2.43-4.05-.26-1.31-1.3-2.4-2.61-2.7C10.54 3.57 8.5 5.3 8.5 7.5h2c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5c0 .84-.69 1.52-1.53 1.5-.54-.01-.97.45-.97.99v1.76L2.4 18.2c-.77.58-.36 1.8.6 1.8h18c.96 0 1.37-1.22.6-1.8zM6 18l6-4.5 6 4.5H6z"})
"Checkroom"))
================================================
FILE: src/icons/reagent_mui/icons/checkroom_outlined.cljs
================================================
(ns reagent-mui.icons.checkroom-outlined
"Imports @mui/icons-material/CheckroomOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def checkroom-outlined (create-svg-icon (e "path" #js {"d" "M21.6 18.2 13 11.75v-.91c1.65-.49 2.8-2.17 2.43-4.05-.26-1.31-1.3-2.4-2.61-2.7C10.54 3.57 8.5 5.3 8.5 7.5h2c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5c0 .84-.69 1.52-1.53 1.5-.54-.01-.97.45-.97.99v1.76L2.4 18.2c-.77.58-.36 1.8.6 1.8h18c.96 0 1.37-1.22.6-1.8zM6 18l6-4.5 6 4.5H6z"})
"CheckroomOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/checkroom_rounded.cljs
================================================
(ns reagent-mui.icons.checkroom-rounded
"Imports @mui/icons-material/CheckroomRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def checkroom-rounded (create-svg-icon (e "path" #js {"d" "M21.6 18.2 13 11.75v-.91c1.65-.49 2.8-2.17 2.43-4.05-.26-1.31-1.3-2.4-2.61-2.7-1.76-.4-3.37.53-4.02 1.98-.3.67.18 1.43.91 1.43.39 0 .75-.22.9-.57.23-.55.76-.93 1.39-.93.83 0 1.5.67 1.5 1.5 0 .84-.69 1.52-1.53 1.5-.54-.01-.97.45-.97.99v1.76L2.4 18.2c-.77.58-.36 1.8.6 1.8h18c.96 0 1.37-1.22.6-1.8zM6 18l6-4.5 6 4.5H6z"})
"CheckroomRounded"))
================================================
FILE: src/icons/reagent_mui/icons/checkroom_sharp.cljs
================================================
(ns reagent-mui.icons.checkroom-sharp
"Imports @mui/icons-material/CheckroomSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def checkroom-sharp (create-svg-icon (e "path" #js {"d" "M21.6 18.2 13 11.75v-.91c1.65-.49 2.8-2.17 2.43-4.05-.26-1.31-1.3-2.4-2.61-2.7C10.54 3.57 8.5 5.3 8.5 7.5h2c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5c0 .84-.69 1.52-1.53 1.5H11v2.75L2.4 18.2c-.77.58-.36 1.8.6 1.8h18c.96 0 1.37-1.22.6-1.8zM6 18l6-4.5 6 4.5H6z"})
"CheckroomSharp"))
================================================
FILE: src/icons/reagent_mui/icons/checkroom_two_tone.cljs
================================================
(ns reagent-mui.icons.checkroom-two-tone
"Imports @mui/icons-material/CheckroomTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def checkroom-two-tone (create-svg-icon (e "path" #js {"d" "M21.6 18.2 13 11.75v-.91c1.65-.49 2.8-2.17 2.43-4.05-.26-1.31-1.3-2.4-2.61-2.7C10.54 3.57 8.5 5.3 8.5 7.5h2c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5c0 .84-.69 1.52-1.53 1.5-.54-.01-.97.45-.97.99v1.76L2.4 18.2c-.77.58-.36 1.8.6 1.8h18c.96 0 1.37-1.22.6-1.8zM6 18l6-4.5 6 4.5H6z"})
"CheckroomTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/chevron_left.cljs
================================================
(ns reagent-mui.icons.chevron-left
"Imports @mui/icons-material/ChevronLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chevron-left (create-svg-icon (e "path" #js {"d" "M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"})
"ChevronLeft"))
================================================
FILE: src/icons/reagent_mui/icons/chevron_left_outlined.cljs
================================================
(ns reagent-mui.icons.chevron-left-outlined
"Imports @mui/icons-material/ChevronLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chevron-left-outlined (create-svg-icon (e "path" #js {"d" "M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12l4.58-4.59z"})
"ChevronLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/chevron_left_rounded.cljs
================================================
(ns reagent-mui.icons.chevron-left-rounded
"Imports @mui/icons-material/ChevronLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chevron-left-rounded (create-svg-icon (e "path" #js {"d" "M14.71 6.71a.9959.9959 0 0 0-1.41 0L8.71 11.3c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L10.83 12l3.88-3.88c.39-.39.38-1.03 0-1.41z"})
"ChevronLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/chevron_left_sharp.cljs
================================================
(ns reagent-mui.icons.chevron-left-sharp
"Imports @mui/icons-material/ChevronLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chevron-left-sharp (create-svg-icon (e "path" #js {"d" "M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12l4.58-4.59z"})
"ChevronLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/chevron_left_two_tone.cljs
================================================
(ns reagent-mui.icons.chevron-left-two-tone
"Imports @mui/icons-material/ChevronLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chevron-left-two-tone (create-svg-icon (e "path" #js {"d" "M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12l4.58-4.59z"})
"ChevronLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/chevron_right.cljs
================================================
(ns reagent-mui.icons.chevron-right
"Imports @mui/icons-material/ChevronRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chevron-right (create-svg-icon (e "path" #js {"d" "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"})
"ChevronRight"))
================================================
FILE: src/icons/reagent_mui/icons/chevron_right_outlined.cljs
================================================
(ns reagent-mui.icons.chevron-right-outlined
"Imports @mui/icons-material/ChevronRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chevron-right-outlined (create-svg-icon (e "path" #js {"d" "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z"})
"ChevronRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/chevron_right_rounded.cljs
================================================
(ns reagent-mui.icons.chevron-right-rounded
"Imports @mui/icons-material/ChevronRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chevron-right-rounded (create-svg-icon (e "path" #js {"d" "M9.29 6.71c-.39.39-.39 1.02 0 1.41L13.17 12l-3.88 3.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"})
"ChevronRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/chevron_right_sharp.cljs
================================================
(ns reagent-mui.icons.chevron-right-sharp
"Imports @mui/icons-material/ChevronRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chevron-right-sharp (create-svg-icon (e "path" #js {"d" "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z"})
"ChevronRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/chevron_right_two_tone.cljs
================================================
(ns reagent-mui.icons.chevron-right-two-tone
"Imports @mui/icons-material/ChevronRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chevron-right-two-tone (create-svg-icon (e "path" #js {"d" "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z"})
"ChevronRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/child_care.cljs
================================================
(ns reagent-mui.icons.child-care
"Imports @mui/icons-material/ChildCare as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def child-care (create-svg-icon [(e "circle" #js {"cx" "14.5", "cy" "10.5", "r" "1.25"}) (e "circle" #js {"cx" "9.5", "cy" "10.5", "r" "1.25"}) (e "path" #js {"d" "M22.94 12.66c.04-.21.06-.43.06-.66s-.02-.45-.06-.66c-.25-1.51-1.36-2.74-2.81-3.17-.53-1.12-1.28-2.1-2.19-2.91C16.36 3.85 14.28 3 12 3s-4.36.85-5.94 2.26c-.92.81-1.67 1.8-2.19 2.91-1.45.43-2.56 1.65-2.81 3.17-.04.21-.06.43-.06.66s.02.45.06.66c.25 1.51 1.36 2.74 2.81 3.17.52 1.11 1.27 2.09 2.17 2.89C7.62 20.14 9.71 21 12 21s4.38-.86 5.97-2.28c.9-.8 1.65-1.79 2.17-2.89 1.44-.43 2.55-1.65 2.8-3.17zM19 14c-.1 0-.19-.02-.29-.03-.2.67-.49 1.29-.86 1.86C16.6 17.74 14.45 19 12 19s-4.6-1.26-5.85-3.17c-.37-.57-.66-1.19-.86-1.86-.1.01-.19.03-.29.03-1.1 0-2-.9-2-2s.9-2 2-2c.1 0 .19.02.29.03.2-.67.49-1.29.86-1.86C7.4 6.26 9.55 5 12 5s4.6 1.26 5.85 3.17c.37.57.66 1.19.86 1.86.1-.01.19-.03.29-.03 1.1 0 2 .9 2 2s-.9 2-2 2zM7.5 14c.76 1.77 2.49 3 4.5 3s3.74-1.23 4.5-3h-9z"})]
"ChildCare"))
================================================
FILE: src/icons/reagent_mui/icons/child_care_outlined.cljs
================================================
(ns reagent-mui.icons.child-care-outlined
"Imports @mui/icons-material/ChildCareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def child-care-outlined (create-svg-icon [(e "circle" #js {"cx" "14.5", "cy" "10.5", "r" "1.25"}) (e "circle" #js {"cx" "9.5", "cy" "10.5", "r" "1.25"}) (e "path" #js {"d" "M22.94 11.34c-.25-1.51-1.36-2.74-2.81-3.17-.53-1.12-1.28-2.1-2.19-2.91C16.36 3.85 14.28 3 12 3s-4.36.85-5.94 2.26c-.92.81-1.67 1.8-2.19 2.91-1.45.43-2.56 1.65-2.81 3.17-.04.21-.06.43-.06.66 0 .23.02.45.06.66.25 1.51 1.36 2.74 2.81 3.17.52 1.11 1.27 2.09 2.17 2.89C7.62 20.14 9.71 21 12 21s4.38-.86 5.97-2.28c.9-.8 1.65-1.79 2.17-2.89 1.44-.43 2.55-1.65 2.8-3.17.04-.21.06-.43.06-.66 0-.23-.02-.45-.06-.66zM19 14c-.1 0-.19-.02-.29-.03-.2.67-.49 1.29-.86 1.86C16.6 17.74 14.45 19 12 19s-4.6-1.26-5.85-3.17c-.37-.57-.66-1.19-.86-1.86-.1.01-.19.03-.29.03-1.1 0-2-.9-2-2s.9-2 2-2c.1 0 .19.02.29.03.2-.67.49-1.29.86-1.86C7.4 6.26 9.55 5 12 5s4.6 1.26 5.85 3.17c.37.57.66 1.19.86 1.86.1-.01.19-.03.29-.03 1.1 0 2 .9 2 2s-.9 2-2 2zm-7 3c2.01 0 3.74-1.23 4.5-3h-9c.76 1.77 2.49 3 4.5 3z"})]
"ChildCareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/child_care_rounded.cljs
================================================
(ns reagent-mui.icons.child-care-rounded
"Imports @mui/icons-material/ChildCareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def child-care-rounded (create-svg-icon [(e "circle" #js {"cx" "14.5", "cy" "10.5", "r" "1.25"}) (e "circle" #js {"cx" "9.5", "cy" "10.5", "r" "1.25"}) (e "path" #js {"d" "M16.1 14H7.9c-.19 0-.32.2-.23.37C8.5 15.94 10.13 17 12 17s3.5-1.06 4.33-2.63c.08-.17-.05-.37-.23-.37zm6.84-2.66c-.25-1.51-1.36-2.74-2.81-3.17-.53-1.12-1.28-2.1-2.19-2.91C16.36 3.85 14.28 3 12 3s-4.36.85-5.94 2.26c-.92.81-1.67 1.8-2.19 2.91-1.45.43-2.56 1.65-2.81 3.17-.04.21-.06.43-.06.66 0 .23.02.45.06.66.25 1.51 1.36 2.74 2.81 3.17.52 1.11 1.27 2.09 2.17 2.89C7.62 20.14 9.71 21 12 21s4.38-.86 5.97-2.28c.9-.8 1.65-1.79 2.17-2.89 1.44-.43 2.55-1.65 2.8-3.17.04-.21.06-.43.06-.66 0-.23-.02-.45-.06-.66zM19 14c-.1 0-.19-.02-.29-.03-.2.67-.49 1.29-.86 1.86C16.6 17.74 14.45 19 12 19s-4.6-1.26-5.85-3.17c-.37-.57-.66-1.19-.86-1.86-.1.01-.19.03-.29.03-1.1 0-2-.9-2-2s.9-2 2-2c.1 0 .19.02.29.03.2-.67.49-1.29.86-1.86C7.4 6.26 9.55 5 12 5s4.6 1.26 5.85 3.17c.37.57.66 1.19.86 1.86.1-.01.19-.03.29-.03 1.1 0 2 .9 2 2s-.9 2-2 2z"})]
"ChildCareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/child_care_sharp.cljs
================================================
(ns reagent-mui.icons.child-care-sharp
"Imports @mui/icons-material/ChildCareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def child-care-sharp (create-svg-icon [(e "circle" #js {"cx" "14.5", "cy" "10.5", "r" "1.25"}) (e "circle" #js {"cx" "9.5", "cy" "10.5", "r" "1.25"}) (e "path" #js {"d" "M12 17c2.01 0 3.74-1.23 4.5-3h-9c.76 1.77 2.49 3 4.5 3zm10.94-5.66c-.25-1.51-1.36-2.74-2.81-3.17-.53-1.12-1.28-2.1-2.19-2.91C16.36 3.85 14.28 3 12 3s-4.36.85-5.94 2.26c-.92.81-1.67 1.8-2.19 2.91-1.45.43-2.56 1.65-2.81 3.17-.04.21-.06.43-.06.66 0 .23.02.45.06.66.25 1.51 1.36 2.74 2.81 3.17.52 1.11 1.27 2.09 2.17 2.89C7.62 20.14 9.71 21 12 21s4.38-.86 5.97-2.28c.9-.8 1.65-1.79 2.17-2.89 1.44-.43 2.55-1.65 2.8-3.17.04-.21.06-.43.06-.66 0-.23-.02-.45-.06-.66zM19 14c-.1 0-.19-.02-.29-.03-.2.67-.49 1.29-.86 1.86C16.6 17.74 14.45 19 12 19s-4.6-1.26-5.85-3.17c-.37-.57-.66-1.19-.86-1.86-.1.01-.19.03-.29.03-1.1 0-2-.9-2-2s.9-2 2-2c.1 0 .19.02.29.03.2-.67.49-1.29.86-1.86C7.4 6.26 9.55 5 12 5s4.6 1.26 5.85 3.17c.37.57.66 1.19.86 1.86.1-.01.19-.03.29-.03 1.1 0 2 .9 2 2s-.9 2-2 2z"})]
"ChildCareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/child_care_two_tone.cljs
================================================
(ns reagent-mui.icons.child-care-two-tone
"Imports @mui/icons-material/ChildCareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def child-care-two-tone (create-svg-icon [(e "path" #js {"d" "M19 10c-.1 0-.19.02-.29.03-.2-.67-.49-1.29-.86-1.86C16.6 6.26 14.45 5 12 5S7.4 6.26 6.15 8.17c-.37.57-.66 1.19-.86 1.86-.1-.01-.19-.03-.29-.03-1.1 0-2 .9-2 2s.9 2 2 2c.1 0 .19-.02.29-.03.2.67.49 1.29.86 1.86C7.4 17.74 9.55 19 12 19s4.6-1.26 5.85-3.17c.37-.57.66-1.19.86-1.86.1.01.19.03.29.03 1.1 0 2-.9 2-2s-.9-2-2-2zm-4.5-.75c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm-5 0c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zM12 17c-2.01 0-3.74-1.23-4.5-3h9c-.76 1.77-2.49 3-4.5 3z", "opacity" ".3"}) (e "circle" #js {"cx" "14.5", "cy" "10.5", "r" "1.25"}) (e "circle" #js {"cx" "9.5", "cy" "10.5", "r" "1.25"}) (e "path" #js {"d" "M12 17c2.01 0 3.74-1.23 4.5-3h-9c.76 1.77 2.49 3 4.5 3zm10.94-5.66c-.25-1.51-1.36-2.74-2.81-3.17-.53-1.12-1.28-2.1-2.19-2.91C16.36 3.85 14.28 3 12 3s-4.36.85-5.94 2.26c-.92.81-1.67 1.8-2.19 2.91-1.45.43-2.56 1.65-2.81 3.17-.04.21-.06.43-.06.66 0 .23.02.45.06.66.25 1.51 1.36 2.74 2.81 3.17.52 1.11 1.27 2.09 2.17 2.89C7.62 20.14 9.71 21 12 21s4.38-.86 5.97-2.28c.9-.8 1.65-1.79 2.17-2.89 1.44-.43 2.55-1.65 2.8-3.17.04-.21.06-.43.06-.66 0-.23-.02-.45-.06-.66zM19 14c-.1 0-.19-.02-.29-.03-.2.67-.49 1.29-.86 1.86C16.6 17.74 14.45 19 12 19s-4.6-1.26-5.85-3.17c-.37-.57-.66-1.19-.86-1.86-.1.01-.19.03-.29.03-1.1 0-2-.9-2-2s.9-2 2-2c.1 0 .19.02.29.03.2-.67.49-1.29.86-1.86C7.4 6.26 9.55 5 12 5s4.6 1.26 5.85 3.17c.37.57.66 1.19.86 1.86.1-.01.19-.03.29-.03 1.1 0 2 .9 2 2s-.9 2-2 2z"})]
"ChildCareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/child_friendly.cljs
================================================
(ns reagent-mui.icons.child-friendly
"Imports @mui/icons-material/ChildFriendly as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def child-friendly (create-svg-icon (e "path" #js {"d" "M13 2v8h8c0-4.42-3.58-8-8-8zm6.32 13.89C20.37 14.54 21 12.84 21 11H6.44l-.95-2H2v2h2.22s1.89 4.07 2.12 4.42c-1.1.59-1.84 1.75-1.84 3.08C4.5 20.43 6.07 22 8 22c1.76 0 3.22-1.3 3.46-3h2.08c.24 1.7 1.7 3 3.46 3 1.93 0 3.5-1.57 3.5-3.5 0-1.04-.46-1.97-1.18-2.61zM8 20c-.83 0-1.5-.67-1.5-1.5S7.17 17 8 17s1.5.67 1.5 1.5S8.83 20 8 20zm9 0c-.83 0-1.5-.67-1.5-1.5S16.17 17 17 17s1.5.67 1.5 1.5S17.83 20 17 20z"})
"ChildFriendly"))
================================================
FILE: src/icons/reagent_mui/icons/child_friendly_outlined.cljs
================================================
(ns reagent-mui.icons.child-friendly-outlined
"Imports @mui/icons-material/ChildFriendlyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def child-friendly-outlined (create-svg-icon (e "path" #js {"d" "M13 2v8h8c0-4.42-3.58-8-8-8zm2 6V4.34c1.7.6 3.05 1.95 3.66 3.66H15zm-8.56 3-.95-2H2v2h2.22s1.89 4.07 2.12 4.42c-1.1.59-1.84 1.75-1.84 3.08C4.5 20.43 6.07 22 8 22c1.76 0 3.22-1.3 3.46-3h2.08c.24 1.7 1.7 3 3.46 3 1.93 0 3.5-1.57 3.5-3.5 0-1.04-.46-1.97-1.18-2.61C20.37 14.54 21 12.84 21 11H6.44zM8 20c-.83 0-1.5-.67-1.5-1.5S7.17 17 8 17s1.5.67 1.5 1.5S8.83 20 8 20zm9 0c-.83 0-1.5-.67-1.5-1.5S16.17 17 17 17s1.5.67 1.5 1.5S17.83 20 17 20zm.74-5.34-.29.37c-.14-.02-.3-.03-.45-.03-1.39 0-2.6.82-3.16 2h-2.68c-.5-1.04-1.5-1.8-2.68-1.97l-.44-.67c-.1-.17-.34-.69-.67-1.36h11.29c-.21.59-.52 1.15-.92 1.66z"})
"ChildFriendlyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/child_friendly_rounded.cljs
================================================
(ns reagent-mui.icons.child-friendly-rounded
"Imports @mui/icons-material/ChildFriendlyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def child-friendly-rounded (create-svg-icon (e "path" #js {"d" "M13 3.08V10h8c0-4.03-2.98-7.37-6.86-7.92-.6-.09-1.14.39-1.14 1zm6.32 12.81C20.37 14.54 21 12.84 21 11H6.44l-.68-1.43C5.6 9.22 5.24 9 4.86 9H3c-.55 0-1 .45-1 1s.45 1 1 1h1.22s1.89 4.07 2.12 4.42c-1.33.71-2.14 2.27-1.74 3.94.3 1.26 1.34 2.27 2.6 2.55 2.1.46 3.98-.96 4.25-2.91h2.08c.27 1.94 2.14 3.36 4.22 2.92 1.27-.27 2.31-1.27 2.63-2.53.35-1.39-.14-2.68-1.06-3.5zM8 20c-.83 0-1.5-.67-1.5-1.5S7.17 17 8 17s1.5.67 1.5 1.5S8.83 20 8 20zm9 0c-.83 0-1.5-.67-1.5-1.5S16.17 17 17 17s1.5.67 1.5 1.5S17.83 20 17 20z"})
"ChildFriendlyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/child_friendly_sharp.cljs
================================================
(ns reagent-mui.icons.child-friendly-sharp
"Imports @mui/icons-material/ChildFriendlySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def child-friendly-sharp (create-svg-icon (e "path" #js {"d" "M13 2v8h8c0-4.42-3.58-8-8-8zm6.32 13.89C20.37 14.54 21 12.84 21 11H6.44l-.95-2H2v2h2.22s1.89 4.07 2.12 4.42c-1.1.59-1.84 1.75-1.84 3.08C4.5 20.43 6.07 22 8 22c1.76 0 3.22-1.3 3.46-3h2.08c.24 1.7 1.7 3 3.46 3 1.93 0 3.5-1.57 3.5-3.5 0-1.04-.46-1.97-1.18-2.61zM8 20c-.83 0-1.5-.67-1.5-1.5S7.17 17 8 17s1.5.67 1.5 1.5S8.83 20 8 20zm9 0c-.83 0-1.5-.67-1.5-1.5S16.17 17 17 17s1.5.67 1.5 1.5S17.83 20 17 20z"})
"ChildFriendlySharp"))
================================================
FILE: src/icons/reagent_mui/icons/child_friendly_two_tone.cljs
================================================
(ns reagent-mui.icons.child-friendly-two-tone
"Imports @mui/icons-material/ChildFriendlyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def child-friendly-two-tone (create-svg-icon [(e "path" #js {"d" "M15 4.34V8h3.66C18.05 6.3 16.7 4.95 15 4.34zM8.04 14.36l.44.67c1.19.16 2.19.92 2.68 1.97h2.68c.56-1.18 1.77-2 3.16-2 .15 0 .31.01.46.03l.29-.37c.4-.51.7-1.07.92-1.66H7.37c.32.67.57 1.19.67 1.36z", "opacity" ".3"}) (e "path" #js {"d" "M13 2v8h8c0-4.42-3.58-8-8-8zm2 6V4.34c1.7.6 3.05 1.95 3.66 3.66H15zm-8.56 3-.95-2H2v2h2.22s1.89 4.07 2.12 4.42c-1.1.59-1.84 1.75-1.84 3.08C4.5 20.43 6.07 22 8 22c1.76 0 3.22-1.3 3.46-3h2.08c.24 1.7 1.7 3 3.46 3 1.93 0 3.5-1.57 3.5-3.5 0-1.04-.46-1.97-1.18-2.61C20.37 14.54 21 12.84 21 11H6.44zM8 20c-.83 0-1.5-.67-1.5-1.5S7.17 17 8 17s1.5.67 1.5 1.5S8.83 20 8 20zm9 0c-.83 0-1.5-.67-1.5-1.5S16.17 17 17 17s1.5.67 1.5 1.5S17.83 20 17 20zm.74-5.34-.29.37c-.14-.02-.3-.03-.45-.03-1.39 0-2.6.82-3.16 2h-2.68c-.5-1.04-1.5-1.8-2.68-1.97l-.44-.67c-.1-.17-.34-.69-.67-1.36h11.29c-.21.59-.52 1.15-.92 1.66z"})]
"ChildFriendlyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/chrome_reader_mode.cljs
================================================
(ns reagent-mui.icons.chrome-reader-mode
"Imports @mui/icons-material/ChromeReaderMode as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chrome-reader-mode (create-svg-icon (e "path" #js {"d" "M13 12h7v1.5h-7zm0-2.5h7V11h-7zm0 5h7V16h-7zM21 4H3c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 15h-9V6h9v13z"})
"ChromeReaderMode"))
================================================
FILE: src/icons/reagent_mui/icons/chrome_reader_mode_outlined.cljs
================================================
(ns reagent-mui.icons.chrome-reader-mode-outlined
"Imports @mui/icons-material/ChromeReaderModeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chrome-reader-mode-outlined (create-svg-icon (e "path" #js {"d" "M21 4H3c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM3 19V6h8v13H3zm18 0h-8V6h8v13zm-7-9.5h6V11h-6zm0 2.5h6v1.5h-6zm0 2.5h6V16h-6z"})
"ChromeReaderModeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/chrome_reader_mode_rounded.cljs
================================================
(ns reagent-mui.icons.chrome-reader-mode-rounded
"Imports @mui/icons-material/ChromeReaderModeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chrome-reader-mode-rounded (create-svg-icon (e "path" #js {"d" "M21 4H3c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14c0 .55-.45 1-1 1h-8V6h8c.55 0 1 .45 1 1v11zm-1.75-8.5h-5.5c-.41 0-.75.34-.75.75s.34.75.75.75h5.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zm0 2.5h-5.5c-.41 0-.75.34-.75.75s.34.75.75.75h5.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zm0 2.5h-5.5c-.41 0-.75.34-.75.75s.34.75.75.75h5.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75z"})
"ChromeReaderModeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/chrome_reader_mode_sharp.cljs
================================================
(ns reagent-mui.icons.chrome-reader-mode-sharp
"Imports @mui/icons-material/ChromeReaderModeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chrome-reader-mode-sharp (create-svg-icon (e "path" #js {"d" "M13 12h7v1.5h-7V12zm0-2.5h7V11h-7V9.5zm0 5h7V16h-7v-1.5zM23 4H1v17h22V4zm-2 15h-9V6h9v13z"})
"ChromeReaderModeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/chrome_reader_mode_two_tone.cljs
================================================
(ns reagent-mui.icons.chrome-reader-mode-two-tone
"Imports @mui/icons-material/ChromeReaderModeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def chrome-reader-mode-two-tone (create-svg-icon [(e "path" #js {"d" "M3 6h8v13H3z", "opacity" ".3"}) (e "path" #js {"d" "M21 4H3c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM11 19H3V6h8v13zm10 0h-8V6h8v13zm-7-9.5h6V11h-6zm0 2.5h6v1.5h-6zm0 2.5h6V16h-6z"})]
"ChromeReaderModeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/church.cljs
================================================
(ns reagent-mui.icons.church
"Imports @mui/icons-material/Church as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def church (create-svg-icon (e "path" #js {"d" "M18 12.22V9l-5-2.5V5h2V3h-2V1h-2v2H9v2h2v1.5L6 9v3.22L2 14v8h8v-3c0-1.1.9-2 2-2s2 .9 2 2v3h8v-8l-4-1.78zm-6 1.28c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"Church"))
================================================
FILE: src/icons/reagent_mui/icons/church_outlined.cljs
================================================
(ns reagent-mui.icons.church-outlined
"Imports @mui/icons-material/ChurchOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def church-outlined (create-svg-icon [(e "path" #js {"d" "M18 12.22V9l-5-2.5V5h2V3h-2V1h-2v2H9v2h2v1.5L6 9v3.22L2 14v8h9v-4c0-.55.45-1 1-1s1 .45 1 1v4h9v-8l-4-1.78zM20 20h-5v-2.04c0-1.69-1.35-3.06-3-3.06s-3 1.37-3 3.06V20H4v-4.79l4-1.81v-3.35L12 8l4 2.04v3.35l4 1.81V20z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "1.5"})]
"ChurchOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/church_rounded.cljs
================================================
(ns reagent-mui.icons.church-rounded
"Imports @mui/icons-material/ChurchRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def church-rounded (create-svg-icon (e "path" #js {"d" "M18 12.22v-1.99c0-.76-.43-1.45-1.11-1.79L13 6.5V5h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1.5L7.11 8.45C6.43 8.79 6 9.48 6 10.24v1.99l-2.81 1.25C2.47 13.79 2 14.51 2 15.3V20c0 1.1.9 2 2 2h6v-2.89c0-1 .68-1.92 1.66-2.08 1.26-.21 2.34.76 2.34 1.97v3h6c1.1 0 2-.9 2-2v-4.7c0-.79-.47-1.51-1.19-1.83L18 12.22zm-6 1.28c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"ChurchRounded"))
================================================
FILE: src/icons/reagent_mui/icons/church_sharp.cljs
================================================
(ns reagent-mui.icons.church-sharp
"Imports @mui/icons-material/ChurchSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def church-sharp (create-svg-icon (e "path" #js {"d" "M18 12.22V9l-5-2.5V5h2V3h-2V1h-2v2H9v2h2v1.5L6 9v3.22L2 14v8h8v-5h4v5h8v-8l-4-1.78zm-6 1.28c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"ChurchSharp"))
================================================
FILE: src/icons/reagent_mui/icons/church_two_tone.cljs
================================================
(ns reagent-mui.icons.church-two-tone
"Imports @mui/icons-material/ChurchTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def church-two-tone (create-svg-icon [(e "path" #js {"d" "M16 10.04 12 8l-4 2.04v3.35L4 15.2V20h5v-2.04c0-1.69 1.35-3.06 3-3.06s3 1.37 3 3.06V20h5v-4.79l-4-1.81v-3.36zm-4 3.46c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z", "opacity" ".3"}) (e "path" #js {"d" "M18 12.22V9l-5-2.5V5h2V3h-2V1h-2v2H9v2h2v1.5L6 9v3.22L2 14v8h9v-4c0-.55.45-1 1-1s1 .45 1 1v4h9v-8l-4-1.78zM20 20h-5v-2.04c0-1.69-1.35-3.06-3-3.06s-3 1.37-3 3.06V20H4v-4.79l4-1.81v-3.35L12 8l4 2.04v3.35l4 1.81V20z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "1.5"})]
"ChurchTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/circle.cljs
================================================
(ns reagent-mui.icons.circle
"Imports @mui/icons-material/Circle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def circle (create-svg-icon (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"})
"Circle"))
================================================
FILE: src/icons/reagent_mui/icons/circle_notifications.cljs
================================================
(ns reagent-mui.icons.circle-notifications
"Imports @mui/icons-material/CircleNotifications as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def circle-notifications (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 16.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5zm5-2.5H7v-1l1-1v-2.61C8 9.27 9.03 7.47 11 7v-.5c0-.57.43-1 1-1s1 .43 1 1V7c1.97.47 3 2.28 3 4.39V14l1 1v1z"})
"CircleNotifications"))
================================================
FILE: src/icons/reagent_mui/icons/circle_notifications_outlined.cljs
================================================
(ns reagent-mui.icons.circle-notifications-outlined
"Imports @mui/icons-material/CircleNotificationsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def circle-notifications-outlined (create-svg-icon (e "path" #js {"d" "M12 18.5c.83 0 1.5-.67 1.5-1.5h-3c0 .83.67 1.5 1.5 1.5zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4-8.61c0-2.11-1.03-3.92-3-4.39v-.5c0-.57-.43-1-1-1s-1 .43-1 1V7c-1.97.47-3 2.27-3 4.39V14H7v2h10v-2h-1v-2.61zM14 14h-4v-3c0-1.1.9-2 2-2s2 .9 2 2v3z"})
"CircleNotificationsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/circle_notifications_rounded.cljs
================================================
(ns reagent-mui.icons.circle-notifications-rounded
"Imports @mui/icons-material/CircleNotificationsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def circle-notifications-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 16.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5zm4-2.5H8c-.55 0-1-.45-1-1s.45-1 1-1v-3c0-1.86 1.28-3.41 3-3.86V6.5c0-.55.45-1 1-1s1 .45 1 1v.64c1.72.45 3 2 3 3.86v3c.55 0 1 .45 1 1s-.45 1-1 1z"})
"CircleNotificationsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/circle_notifications_sharp.cljs
================================================
(ns reagent-mui.icons.circle-notifications-sharp
"Imports @mui/icons-material/CircleNotificationsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def circle-notifications-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 16.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5zm5-2.5H7v-2h1v-3c0-1.86 1.28-3.41 3-3.86V5.5h2v1.64c1.72.45 3 2 3 3.86v3h1v2z"})
"CircleNotificationsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/circle_notifications_two_tone.cljs
================================================
(ns reagent-mui.icons.circle-notifications-two-tone
"Imports @mui/icons-material/CircleNotificationsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def circle-notifications-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm0 14.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5zm5-2.5H7v-2h1v-2.61C8 9.27 9.03 7.47 11 7v-.5c0-.57.43-1 1-1s1 .43 1 1V7c1.97.47 3 2.28 3 4.39V14h1v2z", "opacity" ".3"}) (e "path" #js {"d" "M12 18.5c.83 0 1.5-.67 1.5-1.5h-3c0 .83.67 1.5 1.5 1.5zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4-8.61c0-2.11-1.03-3.92-3-4.39v-.5c0-.57-.43-1-1-1s-1 .43-1 1V7c-1.97.47-3 2.27-3 4.39V14H7v2h10v-2h-1v-2.61zM14 14h-4v-3c0-1.1.9-2 2-2s2 .9 2 2v3z"})]
"CircleNotificationsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/circle_outlined.cljs
================================================
(ns reagent-mui.icons.circle-outlined
"Imports @mui/icons-material/CircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def circle-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"CircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/circle_rounded.cljs
================================================
(ns reagent-mui.icons.circle-rounded
"Imports @mui/icons-material/CircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"})
"CircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/circle_sharp.cljs
================================================
(ns reagent-mui.icons.circle-sharp
"Imports @mui/icons-material/CircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"})
"CircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/circle_two_tone.cljs
================================================
(ns reagent-mui.icons.circle-two-tone
"Imports @mui/icons-material/CircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def circle-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "8", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})]
"CircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/class.cljs
================================================
(ns reagent-mui.icons.class
"Imports @mui/icons-material/Class as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def class (create-svg-icon (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4z"})
"Class"))
================================================
FILE: src/icons/reagent_mui/icons/class_outlined.cljs
================================================
(ns reagent-mui.icons.class-outlined
"Imports @mui/icons-material/ClassOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def class-outlined (create-svg-icon (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 4h2v5l-1-.75L9 9V4zm9 16H6V4h1v9l3-2.25L13 13V4h5v16z"})
"ClassOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/class_rounded.cljs
================================================
(ns reagent-mui.icons.class-rounded
"Imports @mui/icons-material/ClassRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def class-rounded (create-svg-icon (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4z"})
"ClassRounded"))
================================================
FILE: src/icons/reagent_mui/icons/class_sharp.cljs
================================================
(ns reagent-mui.icons.class-sharp
"Imports @mui/icons-material/ClassSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def class-sharp (create-svg-icon (e "path" #js {"d" "M20 2H4v20h16V2zM6 4h5v8l-2.5-1.5L6 12V4z"})
"ClassSharp"))
================================================
FILE: src/icons/reagent_mui/icons/class_two_tone.cljs
================================================
(ns reagent-mui.icons.class-two-tone
"Imports @mui/icons-material/ClassTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def class-two-tone (create-svg-icon [(e "path" #js {"d" "m13 13-3-2.25L7 13V4H6v16h12V4h-5z", "opacity" ".3"}) (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 4h2v5l-1-.75L9 9V4zm9 16H6V4h1v9l3-2.25L13 13V4h5v16z"})]
"ClassTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/clean_hands.cljs
================================================
(ns reagent-mui.icons.clean-hands
"Imports @mui/icons-material/CleanHands as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def clean-hands (create-svg-icon (e "path" #js {"d" "m16.99 5 .63 1.37 1.37.63-1.37.63L16.99 9l-.63-1.37L14.99 7l1.37-.63.63-1.37M11 6.13V4h2c.57 0 1.1.17 1.55.45l1.43-1.43C15.15 2.39 14.13 2 13 2H7.5v2H9v2.14C7.23 6.51 5.81 7.8 5.26 9.5h3.98L15 11.65v-.62c0-2.42-1.72-4.44-4-4.9zM1 22h4V11H1v11zm19-5h-7l-2.09-.73.33-.94L13 16h2.82c.65 0 1.18-.53 1.18-1.18 0-.49-.31-.93-.77-1.11L8.97 11H7v9.02L14 22l8-3c-.01-1.1-.89-2-2-2zm0-3c1.1 0 2-.9 2-2s-2-4-2-4-2 2.9-2 4 .9 2 2 2z"})
"CleanHands"))
================================================
FILE: src/icons/reagent_mui/icons/clean_hands_outlined.cljs
================================================
(ns reagent-mui.icons.clean-hands-outlined
"Imports @mui/icons-material/CleanHandsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def clean-hands-outlined (create-svg-icon (e "path" #js {"d" "m16.99 5 .63 1.37 1.37.63-1.37.63L16.99 9l-.63-1.37L14.99 7l1.37-.63.63-1.37M20 14c1.1 0 2-.9 2-2s-2-4-2-4-2 2.9-2 4 .9 2 2 2zm-9-7.9V4h2c.57 0 1.1.17 1.55.45l1.43-1.43C15.15 2.39 14.13 2 13 2H7.5v2H9v2.11c-1.78.37-3.2 1.68-3.75 3.39h2.16C7.94 8.61 8.89 8 10 8c1.62 0 2.94 1.29 2.99 2.9l2.01.75V11c0-2.42-1.72-4.44-4-4.9zM22 19v1l-8 2.5-7-1.94V22H1V11h7.97l6.16 2.3c1.12.42 1.87 1.5 1.87 2.7h2c1.66 0 3 1.34 3 3zM5 20v-7H3v7h2zm14.9-1.43c-.16-.33-.51-.56-.9-.56h-5.35c-.54 0-1.07-.09-1.58-.26l-2.38-.79.63-1.9 2.38.79c.31.1 2.3.15 2.3.15 0-.37-.23-.7-.57-.83L8.61 13H7v5.48l6.97 1.93 5.93-1.84z"})
"CleanHandsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/clean_hands_rounded.cljs
================================================
(ns reagent-mui.icons.clean-hands-rounded
"Imports @mui/icons-material/CleanHandsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def clean-hands-rounded (create-svg-icon (e "path" #js {"d" "m14.99 7 1.37-.63.63-1.37.63 1.37 1.37.63-1.37.63L16.99 9l-.63-1.37L14.99 7zM20 14c1.1 0 2-.9 2-2 0-.78-.99-2.44-1.58-3.36-.2-.31-.64-.31-.84 0C18.99 9.56 18 11.22 18 12c0 1.1.9 2 2 2zM9.24 9.5 15 11.65V11c0-2.42-1.72-4.44-4-4.9V4h2c.35 0 .68.06 1 .18.37.13.78.05 1.05-.22.51-.51.34-1.39-.33-1.64C14.19 2.11 13.61 2 13 2H8.5c-.55 0-1 .45-1 1s.45 1 1 1H9v2.11c-1.78.37-3.2 1.68-3.75 3.39h3.99zM3 11c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2s2-.9 2-2v-7c0-1.1-.9-2-2-2zm16.99 6h-6.83a.96.96 0 0 1-.33-.06l-1.47-.51c-.26-.09-.39-.37-.3-.63.09-.26.38-.4.64-.3l1.12.43c.11.04.24.07.36.07h2.63c.65 0 1.18-.53 1.18-1.18 0-.49-.31-.93-.77-1.11L9.3 11.13c-.22-.09-.46-.13-.7-.13H7v9.02l6.37 1.81c.41.12.85.1 1.25-.05L22 19c0-1.11-.9-2-2.01-2z"})
"CleanHandsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/clean_hands_sharp.cljs
================================================
(ns reagent-mui.icons.clean-hands-sharp
"Imports @mui/icons-material/CleanHandsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def clean-hands-sharp (create-svg-icon (e "path" #js {"d" "m14.99 7 1.37-.63.63-1.37.63 1.37 1.37.63-1.37.63L16.99 9l-.63-1.37L14.99 7zM20 14c1.1 0 2-.9 2-2s-2-4-2-4-2 2.9-2 4 .9 2 2 2zM1 22h4V11H1v11zM9.24 9.5 15 11.65V11c0-2.42-1.72-4.44-4-4.9V4h2c.57 0 1.1.17 1.55.45l1.43-1.43C15.15 2.39 14.13 2 13 2H7.5v2H9v2.11c-1.78.37-3.2 1.68-3.75 3.39h3.99zM22 17h-9l-2.09-.73.33-.94L13 16h4v-2l-8.03-3H7v9.02L14 22l8-3v-2z"})
"CleanHandsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/clean_hands_two_tone.cljs
================================================
(ns reagent-mui.icons.clean-hands-two-tone
"Imports @mui/icons-material/CleanHandsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def clean-hands-two-tone (create-svg-icon [(e "path" #js {"d" "M9.24 9.5H7.42C7.94 8.61 8.89 8 10 8c1.62 0 2.94 1.29 2.99 2.9L9.24 9.5zM5 20v-7H3v7h2zm14.9-1.43c-.16-.33-.51-.56-.9-.56h-5.35c-.54 0-1.07-.09-1.58-.26l-2.38-.79.63-1.9 2.38.79c.31.1 2.3.15 2.3.15 0-.37-.23-.7-.57-.83L8.61 13H7v5.48l6.97 1.93 5.93-1.84z", "opacity" ".3"}) (e "path" #js {"d" "m16.99 5 .63 1.37 1.37.63-1.37.63L16.99 9l-.63-1.37L14.99 7l1.37-.63.63-1.37M20 14c1.1 0 2-.9 2-2s-2-4-2-4-2 2.9-2 4 .9 2 2 2zm-9-7.9V4h2c.57 0 1.1.17 1.55.45l1.43-1.43C15.15 2.39 14.13 2 13 2H7.5v2H9v2.11c-1.78.37-3.2 1.68-3.75 3.39h2.16C7.94 8.61 8.89 8 10 8c1.62 0 2.94 1.29 2.99 2.9l2.01.75V11c0-2.42-1.72-4.44-4-4.9zM22 19v1l-8 2.5-7-1.94V22H1V11h7.97l6.16 2.3c1.12.42 1.87 1.5 1.87 2.7h2c1.66 0 3 1.34 3 3zM5 20v-7H3v7h2zm14.9-1.43c-.16-.33-.51-.56-.9-.56h-5.35c-.54 0-1.07-.09-1.58-.26l-2.38-.79.63-1.9 2.38.79c.31.1 2.3.15 2.3.15 0-.37-.23-.7-.57-.83L8.61 13H7v5.48l6.97 1.93 5.93-1.84z"})]
"CleanHandsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cleaning_services.cljs
================================================
(ns reagent-mui.icons.cleaning-services
"Imports @mui/icons-material/CleaningServices as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cleaning-services (create-svg-icon (e "path" #js {"d" "M16 11h-1V3c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v8H8c-2.76 0-5 2.24-5 5v7h18v-7c0-2.76-2.24-5-5-5zm3 10h-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v3h-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v3H9v-3c0-.55-.45-1-1-1s-1 .45-1 1v3H5v-5c0-1.65 1.35-3 3-3h8c1.65 0 3 1.35 3 3v5z"})
"CleaningServices"))
================================================
FILE: src/icons/reagent_mui/icons/cleaning_services_outlined.cljs
================================================
(ns reagent-mui.icons.cleaning-services-outlined
"Imports @mui/icons-material/CleaningServicesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cleaning-services-outlined (create-svg-icon (e "path" #js {"d" "M16 11h-1V3c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v8H8c-2.76 0-5 2.24-5 5v7h18v-7c0-2.76-2.24-5-5-5zm-5-8h2v8h-2V3zm8 18h-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v3h-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v3H9v-3c0-.55-.45-1-1-1s-1 .45-1 1v3H5v-5c0-1.65 1.35-3 3-3h8c1.65 0 3 1.35 3 3v5z"})
"CleaningServicesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cleaning_services_rounded.cljs
================================================
(ns reagent-mui.icons.cleaning-services-rounded
"Imports @mui/icons-material/CleaningServicesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cleaning-services-rounded (create-svg-icon (e "path" #js {"d" "M16 11h-1V4c0-1.66-1.34-3-3-3S9 2.34 9 4v7H8c-2.76 0-5 2.24-5 5v5c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5c0-2.76-2.24-5-5-5zm3 10h-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v3h-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v3H9v-3c0-.55-.45-1-1-1s-1 .45-1 1v3H5v-5c0-1.65 1.35-3 3-3h8c1.65 0 3 1.35 3 3v5z"})
"CleaningServicesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cleaning_services_sharp.cljs
================================================
(ns reagent-mui.icons.cleaning-services-sharp
"Imports @mui/icons-material/CleaningServicesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cleaning-services-sharp (create-svg-icon (e "path" #js {"d" "M15 11V1H9v10H3v12h18V11h-6zm4 10h-2v-4h-2v4h-2v-4h-2v4H9v-4H7v4H5v-8h14v8z"})
"CleaningServicesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cleaning_services_two_tone.cljs
================================================
(ns reagent-mui.icons.cleaning-services-two-tone
"Imports @mui/icons-material/CleaningServicesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cleaning-services-two-tone (create-svg-icon [(e "path" #js {"d" "M11 3h2v8h-2zm5 10H8c-1.65 0-3 1.35-3 3v5h2v-3c0-.55.45-1 1-1s1 .45 1 1v3h2v-3c0-.55.45-1 1-1s1 .45 1 1v3h2v-3c0-.55.45-1 1-1s1 .45 1 1v3h2v-5c0-1.65-1.35-3-3-3z", "opacity" ".3"}) (e "path" #js {"d" "M16 11h-1V3c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v8H8c-2.76 0-5 2.24-5 5v7h18v-7c0-2.76-2.24-5-5-5zm-5-8h2v8h-2V3zm8 18h-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v3h-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v3H9v-3c0-.55-.45-1-1-1s-1 .45-1 1v3H5v-5c0-1.65 1.35-3 3-3h8c1.65 0 3 1.35 3 3v5z"})]
"CleaningServicesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/clear.cljs
================================================
(ns reagent-mui.icons.clear
"Imports @mui/icons-material/Clear as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def clear (create-svg-icon (e "path" #js {"d" "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"})
"Clear"))
================================================
FILE: src/icons/reagent_mui/icons/clear_all.cljs
================================================
(ns reagent-mui.icons.clear-all
"Imports @mui/icons-material/ClearAll as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def clear-all (create-svg-icon (e "path" #js {"d" "M5 13h14v-2H5v2zm-2 4h14v-2H3v2zM7 7v2h14V7H7z"})
"ClearAll"))
================================================
FILE: src/icons/reagent_mui/icons/clear_all_outlined.cljs
================================================
(ns reagent-mui.icons.clear-all-outlined
"Imports @mui/icons-material/ClearAllOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def clear-all-outlined (create-svg-icon (e "path" #js {"d" "M5 13h14v-2H5v2zm-2 4h14v-2H3v2zM7 7v2h14V7H7z"})
"ClearAllOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/clear_all_rounded.cljs
================================================
(ns reagent-mui.icons.clear-all-rounded
"Imports @mui/icons-material/ClearAllRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def clear-all-rounded (create-svg-icon (e "path" #js {"d" "M6 13h12c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1zm-2 4h12c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm3-9c0 .55.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1z"})
"ClearAllRounded"))
================================================
FILE: src/icons/reagent_mui/icons/clear_all_sharp.cljs
================================================
(ns reagent-mui.icons.clear-all-sharp
"Imports @mui/icons-material/ClearAllSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def clear-all-sharp (create-svg-icon (e "path" #js {"d" "M5 13h14v-2H5v2zm-2 4h14v-2H3v2zM7 7v2h14V7H7z"})
"ClearAllSharp"))
================================================
FILE: src/icons/reagent_mui/icons/clear_all_two_tone.cljs
================================================
(ns reagent-mui.icons.clear-all-two-tone
"Imports @mui/icons-material/ClearAllTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def clear-all-two-tone (create-svg-icon (e "path" #js {"d" "M5 11h14v2H5zm-2 4h14v2H3zm4-8h14v2H7z"})
"ClearAllTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/clear_outlined.cljs
================================================
(ns reagent-mui.icons.clear-outlined
"Imports @mui/icons-material/ClearOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def clear-outlined (create-svg-icon (e "path" #js {"d" "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"})
"ClearOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/clear_rounded.cljs
================================================
(ns reagent-mui.icons.clear-rounded
"Imports @mui/icons-material/ClearRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def clear-rounded (create-svg-icon (e "path" #js {"d" "M18.3 5.71a.9959.9959 0 0 0-1.41 0L12 10.59 7.11 5.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"})
"ClearRounded"))
================================================
FILE: src/icons/reagent_mui/icons/clear_sharp.cljs
================================================
(ns reagent-mui.icons.clear-sharp
"Imports @mui/icons-material/ClearSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def clear-sharp (create-svg-icon (e "path" #js {"d" "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"})
"ClearSharp"))
================================================
FILE: src/icons/reagent_mui/icons/clear_two_tone.cljs
================================================
(ns reagent-mui.icons.clear-two-tone
"Imports @mui/icons-material/ClearTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def clear-two-tone (create-svg-icon (e "path" #js {"d" "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"})
"ClearTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/close.cljs
================================================
(ns reagent-mui.icons.close
"Imports @mui/icons-material/Close as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def close (create-svg-icon (e "path" #js {"d" "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"})
"Close"))
================================================
FILE: src/icons/reagent_mui/icons/close_fullscreen.cljs
================================================
(ns reagent-mui.icons.close-fullscreen
"Imports @mui/icons-material/CloseFullscreen as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def close-fullscreen (create-svg-icon (e "path" #js {"d" "M22 3.41 16.71 8.7 20 12h-8V4l3.29 3.29L20.59 2 22 3.41zM3.41 22l5.29-5.29L12 20v-8H4l3.29 3.29L2 20.59 3.41 22z"})
"CloseFullscreen"))
================================================
FILE: src/icons/reagent_mui/icons/close_fullscreen_outlined.cljs
================================================
(ns reagent-mui.icons.close-fullscreen-outlined
"Imports @mui/icons-material/CloseFullscreenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def close-fullscreen-outlined (create-svg-icon (e "path" #js {"d" "M22 3.41 16.71 8.7 20 12h-8V4l3.29 3.29L20.59 2 22 3.41zM3.41 22l5.29-5.29L12 20v-8H4l3.29 3.29L2 20.59 3.41 22z"})
"CloseFullscreenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/close_fullscreen_rounded.cljs
================================================
(ns reagent-mui.icons.close-fullscreen-rounded
"Imports @mui/icons-material/CloseFullscreenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def close-fullscreen-rounded (create-svg-icon (e "path" #js {"d" "M21.29 4.12 16.7 8.71l1.59 1.59c.63.63.18 1.71-.71 1.71H13c-.55 0-1-.45-1-1v-4.6c0-.89 1.08-1.34 1.71-.71l1.59 1.59 4.59-4.59c.39-.39 1.02-.39 1.41 0 .38.4.38 1.03-.01 1.42zM4.12 21.29l4.59-4.59 1.59 1.59c.63.63 1.71.18 1.71-.71V13c0-.55-.45-1-1-1h-4.6c-.89 0-1.34 1.08-.71 1.71l1.59 1.59-4.59 4.59c-.39.39-.39 1.02 0 1.41.4.38 1.03.38 1.42-.01z"})
"CloseFullscreenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/close_fullscreen_sharp.cljs
================================================
(ns reagent-mui.icons.close-fullscreen-sharp
"Imports @mui/icons-material/CloseFullscreenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def close-fullscreen-sharp (create-svg-icon (e "path" #js {"d" "M22 3.41 16.71 8.7 20 12h-8V4l3.29 3.29L20.59 2 22 3.41zM3.41 22l5.29-5.29L12 20v-8H4l3.29 3.29L2 20.59 3.41 22z"})
"CloseFullscreenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/close_fullscreen_two_tone.cljs
================================================
(ns reagent-mui.icons.close-fullscreen-two-tone
"Imports @mui/icons-material/CloseFullscreenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def close-fullscreen-two-tone (create-svg-icon (e "path" #js {"d" "M22 3.41 16.71 8.7 20 12h-8V4l3.29 3.29L20.59 2 22 3.41zM3.41 22l5.29-5.29L12 20v-8H4l3.29 3.29L2 20.59 3.41 22z"})
"CloseFullscreenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/close_outlined.cljs
================================================
(ns reagent-mui.icons.close-outlined
"Imports @mui/icons-material/CloseOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def close-outlined (create-svg-icon (e "path" #js {"d" "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"})
"CloseOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/close_rounded.cljs
================================================
(ns reagent-mui.icons.close-rounded
"Imports @mui/icons-material/CloseRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def close-rounded (create-svg-icon (e "path" #js {"d" "M18.3 5.71a.9959.9959 0 0 0-1.41 0L12 10.59 7.11 5.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"})
"CloseRounded"))
================================================
FILE: src/icons/reagent_mui/icons/close_sharp.cljs
================================================
(ns reagent-mui.icons.close-sharp
"Imports @mui/icons-material/CloseSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def close-sharp (create-svg-icon (e "path" #js {"d" "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"})
"CloseSharp"))
================================================
FILE: src/icons/reagent_mui/icons/close_two_tone.cljs
================================================
(ns reagent-mui.icons.close-two-tone
"Imports @mui/icons-material/CloseTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def close-two-tone (create-svg-icon (e "path" #js {"d" "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"})
"CloseTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/closed_caption.cljs
================================================
(ns reagent-mui.icons.closed-caption
"Imports @mui/icons-material/ClosedCaption as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def closed-caption (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 7H9.5v-.5h-2v3h2V13H11v1c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1zm7 0h-1.5v-.5h-2v3h2V13H18v1c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1z"})
"ClosedCaption"))
================================================
FILE: src/icons/reagent_mui/icons/closed_caption_disabled.cljs
================================================
(ns reagent-mui.icons.closed-caption-disabled
"Imports @mui/icons-material/ClosedCaptionDisabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def closed-caption-disabled (create-svg-icon (e "path" #js {"d" "M6.83 4H19c1.1 0 2 .9 2 2v12c0 .05-.01.1-.02.16l-3.38-3.38c.24-.19.4-.46.4-.78v-1h-1.5v.5h-.17l-1.83-1.83V10.5h2v.5H18v-1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v.17L6.83 4zm12.95 18.61L17.17 20H5c-1.11 0-2-.9-2-2V6c0-.05.02-.1.02-.15L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM11 13.83l-.83-.83H9.5v.5h-2v-3h.17L6.4 9.22c-.24.19-.4.46-.4.78v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-.17z"})
"ClosedCaptionDisabled"))
================================================
FILE: src/icons/reagent_mui/icons/closed_caption_disabled_outlined.cljs
================================================
(ns reagent-mui.icons.closed-caption-disabled-outlined
"Imports @mui/icons-material/ClosedCaptionDisabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def closed-caption-disabled-outlined (create-svg-icon (e "path" #js {"d" "M13 10c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1h-1.5v-.5h-2v1L13 10zm3.5 3.5 1.21 1.21c.18-.19.29-.44.29-.71v-1h-1.5v.5zM8.83 6H19v10.17l1.98 1.98c0-.05.02-.1.02-.16V6c0-1.1-.9-2-2-2H6.83l2 2zm10.95 16.61L17.17 20H5c-1.11 0-2-.9-2-2V6c0-.05.02-.1.02-.15L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM7.5 13.5h2V13h.67l-2.5-2.5H7.5v3zm7.67 4.5L11 13.83V14c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.32.16-.59.4-.78L5 7.83V18h10.17z"})
"ClosedCaptionDisabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/closed_caption_disabled_rounded.cljs
================================================
(ns reagent-mui.icons.closed-caption-disabled-rounded
"Imports @mui/icons-material/ClosedCaptionDisabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def closed-caption-disabled-rounded (create-svg-icon (e "path" #js {"d" "M6.83 4H19c1.1 0 2 .9 2 2v12c0 .05-.01.1-.02.16l-3.38-3.38c.24-.19.4-.46.4-.78v-.5c0-.28-.22-.5-.5-.5H17c-.28 0-.5.22-.5.5h-.17l-1.83-1.83V10.5h2c0 .28.22.5.5.5h.5c.28 0 .5-.22.5-.5V10c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v.17L6.83 4zm13.66 17.9c-.39.39-1.02.39-1.41 0l-1.9-1.9H5c-1.11 0-2-.9-2-2V6c0-.05.02-.1.02-.15l-.92-.92a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l16.97 16.97c.4.39.4 1.02.01 1.41zM11 13.83l-.83-.83H10c-.28 0-.5.22-.5.5h-2v-3h.17L6.4 9.22c-.24.19-.4.46-.4.78v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-.17z"})
"ClosedCaptionDisabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/closed_caption_disabled_sharp.cljs
================================================
(ns reagent-mui.icons.closed-caption-disabled-sharp
"Imports @mui/icons-material/ClosedCaptionDisabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def closed-caption-disabled-sharp (create-svg-icon (e "path" #js {"d" "M6.83 4H21v14.17L17.83 15H18v-2h-1.5v.5h-.17l-1.83-1.83V10.5h2v.5H18V9h-5v1.17L6.83 4zm12.95 18.61L17.17 20H3V5.83L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM11 13.83l-.83-.83H9.5v.5h-2v-3h.17L6.17 9H6v6h5v-1.17z"})
"ClosedCaptionDisabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/closed_caption_disabled_two_tone.cljs
================================================
(ns reagent-mui.icons.closed-caption-disabled-two-tone
"Imports @mui/icons-material/ClosedCaptionDisabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def closed-caption-disabled-two-tone (create-svg-icon [(e "path" #js {"d" "M8.83 6H19v10.17l-1.4-1.4c.24-.18.4-.45.4-.77v-1h-1.5v.5h-.17l-1.83-1.83V10.5h2v.5H18v-1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v.17L8.83 6zM7.5 13.5h2V13h.67l-2.5-2.5H7.5v3zm3.5.5c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.32.16-.59.4-.78L5 7.83V18h10.17L11 13.83V14z", "opacity" ".3"}) (e "path" #js {"d" "M6.83 4H19c1.1 0 2 .9 2 2v12c0 .05-.01.1-.02.16L19 16.17V6H8.83l-2-2zm12.95 18.61L17.17 20H5c-1.11 0-2-.9-2-2V6c0-.05.02-.1.02-.15L1.39 4.22 2.8 2.81 18 18l1.82 1.82 1.37 1.37-1.41 1.42zM7.5 13.5h2V13h.67l-2.5-2.5H7.5v3zm7.67 4.5L11 13.83V14c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.32.16-.59.4-.78L5 7.83V18h10.17zM18 14v-1h-1.5v.5h-.17l1.28 1.28c.23-.19.39-.46.39-.78zm-3.5-2.33V10.5h2v.5H18v-1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v.17l1.5 1.5z"})]
"ClosedCaptionDisabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/closed_caption_off.cljs
================================================
(ns reagent-mui.icons.closed-caption-off
"Imports @mui/icons-material/ClosedCaptionOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def closed-caption-off (create-svg-icon (e "path" #js {"d" "M19.5 5.5v13h-15v-13h15zM19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 7H9.5v-.5h-2v3h2V13H11v1c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1zm7 0h-1.5v-.5h-2v3h2V13H18v1c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1z"})
"ClosedCaptionOff"))
================================================
FILE: src/icons/reagent_mui/icons/closed_caption_off_outlined.cljs
================================================
(ns reagent-mui.icons.closed-caption-off-outlined
"Imports @mui/icons-material/ClosedCaptionOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def closed-caption-off-outlined (create-svg-icon [(e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H5V6h14v12z"}) (e "path" #js {"d" "M7 15h3c.55 0 1-.45 1-1v-1H9.5v.5h-2v-3h2v.5H11v-1c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm7 0h3c.55 0 1-.45 1-1v-1h-1.5v.5h-2v-3h2v.5H18v-1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1z"})]
"ClosedCaptionOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/closed_caption_off_rounded.cljs
================================================
(ns reagent-mui.icons.closed-caption-off-rounded
"Imports @mui/icons-material/ClosedCaptionOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def closed-caption-off-rounded (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 6.5c0 .28-.22.5-.5.5H10c-.28 0-.5-.22-.5-.5h-2v3h2c0-.28.22-.5.5-.5h.5c.28 0 .5.22.5.5v.5c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v.5zm7 0c0 .28-.22.5-.5.5H17c-.28 0-.5-.22-.5-.5h-2v3h2c0-.28.22-.5.5-.5h.5c.28 0 .5.22.5.5v.5c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v.5z"})
"ClosedCaptionOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/closed_caption_off_sharp.cljs
================================================
(ns reagent-mui.icons.closed-caption-off-sharp
"Imports @mui/icons-material/ClosedCaptionOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def closed-caption-off-sharp (create-svg-icon (e "path" #js {"d" "M21 4H3v16h18V4zm-10 7H9.5v-.5h-2v3h2V13H11v2H6V9h5v2zm7 0h-1.5v-.5h-2v3h2V13H18v2h-5V9h5v2z"})
"ClosedCaptionOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/closed_caption_off_two_tone.cljs
================================================
(ns reagent-mui.icons.closed-caption-off-two-tone
"Imports @mui/icons-material/ClosedCaptionOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def closed-caption-off-two-tone (create-svg-icon [(e "path" #js {"d" "M19 6H5v12h14V6zm-8 5H9.5v-.5h-2v3h2V13H11v1c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1zm7 0h-1.5v-.5h-2v3h2V13H18v1c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1z", "opacity" ".3"}) (e "path" #js {"d" "M5 20h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2zM5 6h14v12H5V6z"}) (e "path" #js {"d" "M10 9H7c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-1H9.5v.5h-2v-3h2v.5H11v-1c0-.55-.45-1-1-1zm7 0h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-1h-1.5v.5h-2v-3h2v.5H18v-1c0-.55-.45-1-1-1z"})]
"ClosedCaptionOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/closed_caption_outlined.cljs
================================================
(ns reagent-mui.icons.closed-caption-outlined
"Imports @mui/icons-material/ClosedCaptionOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def closed-caption-outlined (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H5V6h14v12zM7 15h3c.55 0 1-.45 1-1v-1H9.5v.5h-2v-3h2v.5H11v-1c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm7 0h3c.55 0 1-.45 1-1v-1h-1.5v.5h-2v-3h2v.5H18v-1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1z"})
"ClosedCaptionOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/closed_caption_rounded.cljs
================================================
(ns reagent-mui.icons.closed-caption-rounded
"Imports @mui/icons-material/ClosedCaptionRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def closed-caption-rounded (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 6.5c0 .28-.22.5-.5.5H10c-.28 0-.5-.22-.5-.5h-2v3h2c0-.28.22-.5.5-.5h.5c.28 0 .5.22.5.5v.5c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v.5zm7 0c0 .28-.22.5-.5.5H17c-.28 0-.5-.22-.5-.5h-2v3h2c0-.28.22-.5.5-.5h.5c.28 0 .5.22.5.5v.5c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v.5z"})
"ClosedCaptionRounded"))
================================================
FILE: src/icons/reagent_mui/icons/closed_caption_sharp.cljs
================================================
(ns reagent-mui.icons.closed-caption-sharp
"Imports @mui/icons-material/ClosedCaptionSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def closed-caption-sharp (create-svg-icon (e "path" #js {"d" "M21 4H3v16h18V4zm-10 7H9.5v-.5h-2v3h2V13H11v2H6V9h5v2zm7 0h-1.5v-.5h-2v3h2V13H18v2h-5V9h5v2z"})
"ClosedCaptionSharp"))
================================================
FILE: src/icons/reagent_mui/icons/closed_caption_two_tone.cljs
================================================
(ns reagent-mui.icons.closed-caption-two-tone
"Imports @mui/icons-material/ClosedCaptionTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def closed-caption-two-tone (create-svg-icon [(e "path" #js {"d" "M19 6H5v12h14V6zm-8 5H9.5v-.5h-2v3h2V13H11v1c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1zm7 0h-1.5v-.5h-2v3h2V13H18v1c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1z", "opacity" ".3"}) (e "path" #js {"d" "M5 20h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2zM5 6h14v12H5V6zm5 3H7c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-1H9.5v.5h-2v-3h2v.5H11v-1c0-.55-.45-1-1-1zm7 0h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-1h-1.5v.5h-2v-3h2v.5H18v-1c0-.55-.45-1-1-1z"})]
"ClosedCaptionTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cloud.cljs
================================================
(ns reagent-mui.icons.cloud
"Imports @mui/icons-material/Cloud as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96z"})
"Cloud"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_circle.cljs
================================================
(ns reagent-mui.icons.cloud-circle
"Imports @mui/icons-material/CloudCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4.5 14H8c-1.66 0-3-1.34-3-3s1.34-3 3-3l.14.01C8.58 8.28 10.13 7 12 7c2.21 0 4 1.79 4 4h.5c1.38 0 2.5 1.12 2.5 2.5S17.88 16 16.5 16z"})
"CloudCircle"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_circle_outlined.cljs
================================================
(ns reagent-mui.icons.cloud-circle-outlined
"Imports @mui/icons-material/CloudCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-circle-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.29-9.81c-.4-2.01-2.16-3.52-4.29-3.52-1.69 0-3.15.96-3.88 2.36C6.36 9.21 5 10.7 5 12.5 5 14.43 6.57 16 8.5 16h7.58c1.61 0 2.92-1.31 2.92-2.92 0-1.54-1.2-2.79-2.71-2.89zM16 14H8.5c-.83 0-1.5-.67-1.5-1.5S7.67 11 8.5 11h.9l.49-1.05c.41-.79 1.22-1.28 2.11-1.28 1.13 0 2.11.8 2.33 1.91l.28 1.42H16c.55 0 1 .45 1 1s-.45 1-1 1z"})
"CloudCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_circle_rounded.cljs
================================================
(ns reagent-mui.icons.cloud-circle-rounded
"Imports @mui/icons-material/CloudCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4.5 14H8c-1.66 0-3-1.34-3-3s1.34-3 3-3h.14c.44-1.73 1.99-3 3.86-3 2.21 0 4 1.79 4 4h.5c1.38 0 2.5 1.12 2.5 2.5S17.88 16 16.5 16z"})
"CloudCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_circle_sharp.cljs
================================================
(ns reagent-mui.icons.cloud-circle-sharp
"Imports @mui/icons-material/CloudCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4.5 14H8c-1.66 0-3-1.34-3-3s1.34-3 3-3h.14c.44-1.73 1.99-3 3.86-3 2.21 0 4 1.79 4 4h.5c1.38 0 2.5 1.12 2.5 2.5S17.88 16 16.5 16z"})
"CloudCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.cloud-circle-two-tone
"Imports @mui/icons-material/CloudCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm4.08 12H8.5C6.57 16 5 14.43 5 12.5c0-1.8 1.36-3.29 3.12-3.48.73-1.4 2.19-2.36 3.88-2.36 2.12 0 3.89 1.51 4.29 3.52 1.52.1 2.71 1.35 2.71 2.89 0 1.62-1.31 2.93-2.92 2.93z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.29-9.81c-.4-2.01-2.16-3.52-4.29-3.52-1.69 0-3.15.96-3.88 2.36C6.36 9.21 5 10.7 5 12.5 5 14.43 6.57 16 8.5 16h7.58c1.61 0 2.92-1.31 2.92-2.92 0-1.54-1.2-2.79-2.71-2.89zM16 14H8.5c-.83 0-1.5-.67-1.5-1.5S7.67 11 8.5 11h.9l.49-1.05c.41-.79 1.22-1.28 2.11-1.28 1.13 0 2.11.8 2.33 1.91l.28 1.42H16c.55 0 1 .45 1 1s-.45 1-1 1z"})]
"CloudCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_done.cljs
================================================
(ns reagent-mui.icons.cloud-done
"Imports @mui/icons-material/CloudDone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-done (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM10 17l-3.5-3.5 1.41-1.41L10 14.17 15.18 9l1.41 1.41L10 17z"})
"CloudDone"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_done_outlined.cljs
================================================
(ns reagent-mui.icons.cloud-done-outlined
"Imports @mui/icons-material/CloudDoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-done-outlined (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3zm-9-3.82-2.09-2.09L6.5 13.5 10 17l6.01-6.01-1.41-1.41z"})
"CloudDoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_done_rounded.cljs
================================================
(ns reagent-mui.icons.cloud-done-rounded
"Imports @mui/icons-material/CloudDoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-done-rounded (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zm-8.64 6.25c-.39.39-1.02.39-1.41 0L7.2 14.2a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0L10 14.18l4.48-4.48c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-5.18 5.18z"})
"CloudDoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_done_sharp.cljs
================================================
(ns reagent-mui.icons.cloud-done-sharp
"Imports @mui/icons-material/CloudDoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-done-sharp (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM10 17l-3.5-3.5 1.41-1.41L10 14.18 15.18 9l1.41 1.41L10 17z"})
"CloudDoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_done_two_tone.cljs
================================================
(ns reagent-mui.icons.cloud-done-two-tone
"Imports @mui/icons-material/CloudDoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-done-two-tone (create-svg-icon [(e "path" #js {"d" "m19.21 12.04-1.53-.11-.3-1.5C16.88 7.86 14.62 6 12 6 9.94 6 8.08 7.14 7.12 8.96l-.5.95-1.07.11C3.53 10.24 2 11.95 2 14c0 2.21 1.79 4 4 4h13c1.65 0 3-1.35 3-3 0-1.55-1.22-2.86-2.79-2.96zM10 17l-3.5-3.5 1.41-1.41L10 14.18l4.6-4.6 1.41 1.41L10 17z", "opacity" ".3"}) (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3zm-9-3.82-2.09-2.09L6.5 13.5 10 17l6.01-6.01-1.41-1.41z"})]
"CloudDoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_download.cljs
================================================
(ns reagent-mui.icons.cloud-download
"Imports @mui/icons-material/CloudDownload as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-download (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM17 13l-5 5-5-5h3V9h4v4h3z"})
"CloudDownload"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_download_outlined.cljs
================================================
(ns reagent-mui.icons.cloud-download-outlined
"Imports @mui/icons-material/CloudDownloadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-download-outlined (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3zm-5.55-8h-2.9v3H8l4 4 4-4h-2.55z"})
"CloudDownloadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_download_rounded.cljs
================================================
(ns reagent-mui.icons.cloud-download-rounded
"Imports @mui/icons-material/CloudDownloadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-download-rounded (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM17 13l-4.65 4.65c-.2.2-.51.2-.71 0L7 13h3V9h4v4h3z"})
"CloudDownloadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_download_sharp.cljs
================================================
(ns reagent-mui.icons.cloud-download-sharp
"Imports @mui/icons-material/CloudDownloadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-download-sharp (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM17 13l-5 5-5-5h3V9h4v4h3z"})
"CloudDownloadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_download_two_tone.cljs
================================================
(ns reagent-mui.icons.cloud-download-two-tone
"Imports @mui/icons-material/CloudDownloadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-download-two-tone (create-svg-icon [(e "path" #js {"d" "m19.21 12.04-1.53-.11-.3-1.5C16.88 7.86 14.62 6 12 6 9.94 6 8.08 7.14 7.12 8.96l-.5.95-1.07.11C3.53 10.24 2 11.95 2 14c0 2.21 1.79 4 4 4h13c1.65 0 3-1.35 3-3 0-1.55-1.22-2.86-2.79-2.96zM12 17l-4-4h2.55v-3h2.91v3H16l-4 4z", "opacity" ".3"}) (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3zm-5.55-8h-2.9v3H8l4 4 4-4h-2.55z"})]
"CloudDownloadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_off.cljs
================================================
(ns reagent-mui.icons.cloud-off
"Imports @mui/icons-material/CloudOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-off (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4c-1.48 0-2.85.43-4.01 1.17l1.46 1.46C10.21 6.23 11.08 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3 0 1.13-.64 2.11-1.56 2.62l1.45 1.45C23.16 18.16 24 16.68 24 15c0-2.64-2.05-4.78-4.65-4.96zM3 5.27l2.75 2.74C2.56 8.15 0 10.77 0 14c0 3.31 2.69 6 6 6h11.73l2 2L21 20.73 4.27 4 3 5.27zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73z"})
"CloudOff"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_off_outlined.cljs
================================================
(ns reagent-mui.icons.cloud-off-outlined
"Imports @mui/icons-material/CloudOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-off-outlined (create-svg-icon (e "path" #js {"d" "M24 15c0-2.64-2.05-4.78-4.65-4.96C18.67 6.59 15.64 4 12 4c-1.33 0-2.57.36-3.65.97l1.49 1.49C10.51 6.17 11.23 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3 0 .99-.48 1.85-1.21 2.4l1.41 1.41c1.09-.92 1.8-2.27 1.8-3.81zM4.41 3.86 3 5.27l2.77 2.77h-.42C2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h11.73l2 2 1.41-1.41L4.41 3.86zM6 18c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73l8 8H6z"})
"CloudOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_off_rounded.cljs
================================================
(ns reagent-mui.icons.cloud-off-rounded
"Imports @mui/icons-material/CloudOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-off-rounded (create-svg-icon (e "path" #js {"d" "M24 15c0-2.64-2.05-4.78-4.65-4.96C18.67 6.59 15.64 4 12 4c-1.33 0-2.57.36-3.65.97l1.49 1.49C10.51 6.17 11.23 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3 0 .99-.48 1.85-1.21 2.4l1.41 1.41c1.09-.92 1.8-2.27 1.8-3.81zM3.71 4.56c-.39.39-.39 1.02 0 1.41l2.06 2.06h-.42c-3.28.35-5.76 3.34-5.29 6.79C.46 17.84 3.19 20 6.22 20h11.51l1.29 1.29c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L5.12 4.56a.9959.9959 0 0 0-1.41 0zM6 18c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73l8 8H6z"})
"CloudOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_off_sharp.cljs
================================================
(ns reagent-mui.icons.cloud-off-sharp
"Imports @mui/icons-material/CloudOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-off-sharp (create-svg-icon (e "path" #js {"d" "M24 15c0-2.64-2.05-4.78-4.65-4.96C18.67 6.59 15.64 4 12 4c-1.33 0-2.57.36-3.65.97l1.49 1.49C10.51 6.17 11.23 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3 0 .99-.48 1.85-1.21 2.4l1.41 1.41c1.09-.92 1.8-2.27 1.8-3.81zM4.41 3.86 3 5.27l2.77 2.77h-.42C2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h11.73l2 2 1.41-1.41L4.41 3.86zM6 18c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73l8 8H6z"})
"CloudOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_off_two_tone.cljs
================================================
(ns reagent-mui.icons.cloud-off-two-tone
"Imports @mui/icons-material/CloudOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-off-two-tone (create-svg-icon [(e "path" #js {"d" "M22 15c0-1.66-1.34-3-3-3h-1.5v-.5C17.5 8.46 15.04 6 12 6c-.77 0-1.49.17-2.16.46L20.79 17.4c.73-.55 1.21-1.41 1.21-2.4zM2 14c0 2.21 1.79 4 4 4h9.73l-8-8H6c-2.21 0-4 1.79-4 4z", "opacity" ".3"}) (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4c-1.33 0-2.57.36-3.65.97l1.49 1.49C10.51 6.17 11.23 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3 0 .99-.48 1.85-1.21 2.4l1.41 1.41c1.09-.92 1.8-2.27 1.8-3.81 0-2.64-2.05-4.78-4.65-4.96zM3 5.27l2.77 2.77h-.42C2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h11.73l2 2 1.41-1.41L4.41 3.86 3 5.27zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73z"})]
"CloudOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_outlined.cljs
================================================
(ns reagent-mui.icons.cloud-outlined
"Imports @mui/icons-material/CloudOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-outlined (create-svg-icon (e "path" #js {"d" "M12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6m0-2C9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96C18.67 6.59 15.64 4 12 4z"})
"CloudOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_queue.cljs
================================================
(ns reagent-mui.icons.cloud-queue
"Imports @mui/icons-material/CloudQueue as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-queue (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z"})
"CloudQueue"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_queue_outlined.cljs
================================================
(ns reagent-mui.icons.cloud-queue-outlined
"Imports @mui/icons-material/CloudQueueOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-queue-outlined (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z"})
"CloudQueueOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_queue_rounded.cljs
================================================
(ns reagent-mui.icons.cloud-queue-rounded
"Imports @mui/icons-material/CloudQueueRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-queue-rounded (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z"})
"CloudQueueRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_queue_sharp.cljs
================================================
(ns reagent-mui.icons.cloud-queue-sharp
"Imports @mui/icons-material/CloudQueueSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-queue-sharp (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z"})
"CloudQueueSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_queue_two_tone.cljs
================================================
(ns reagent-mui.icons.cloud-queue-two-tone
"Imports @mui/icons-material/CloudQueueTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-queue-two-tone (create-svg-icon [(e "path" #js {"d" "M19 12h-1.5v-.5C17.5 8.46 15.04 6 12 6c-2.52 0-4.63 1.69-5.29 4H6c-2.21 0-4 1.79-4 4s1.79 4 4 4h13c1.66 0 3-1.34 3-3s-1.34-3-3-3z", "opacity" ".3"}) (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z"})]
"CloudQueueTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_rounded.cljs
================================================
(ns reagent-mui.icons.cloud-rounded
"Imports @mui/icons-material/CloudRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-rounded (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96z"})
"CloudRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_sharp.cljs
================================================
(ns reagent-mui.icons.cloud-sharp
"Imports @mui/icons-material/CloudSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-sharp (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96z"})
"CloudSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_sync.cljs
================================================
(ns reagent-mui.icons.cloud-sync
"Imports @mui/icons-material/CloudSync as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-sync (create-svg-icon (e "path" #js {"d" "M21.5 14.98c-.02 0-.03 0-.05.01C21.2 13.3 19.76 12 18 12c-1.4 0-2.6.83-3.16 2.02C13.26 14.1 12 15.4 12 17c0 1.66 1.34 3 3 3l6.5-.02c1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5zM10 4.26v2.09C7.67 7.18 6 9.39 6 12c0 1.77.78 3.34 2 4.44V14h2v6H4v-2h2.73C5.06 16.54 4 14.4 4 12c0-3.73 2.55-6.85 6-7.74zM20 6h-2.73c1.43 1.26 2.41 3.01 2.66 5h-2.02c-.23-1.36-.93-2.55-1.91-3.44V10h-2V4h6v2z"})
"CloudSync"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_sync_outlined.cljs
================================================
(ns reagent-mui.icons.cloud-sync-outlined
"Imports @mui/icons-material/CloudSyncOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-sync-outlined (create-svg-icon (e "path" #js {"d" "M21.5 14.98c-.02 0-.03 0-.05.01C21.2 13.3 19.76 12 18 12c-1.4 0-2.6.83-3.16 2.02C13.26 14.1 12 15.4 12 17c0 1.66 1.34 3 3 3l6.5-.02c1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5zm.01 3.02H15c-.55 0-1-.45-1-1s.45-1 1-1h1.25v-.25c0-.97.78-1.75 1.75-1.75s1.75.78 1.75 1.75V17h1.76c.28 0 .5.22.5.5-.01.27-.23.5-.5.5zM10 4.26v2.09C7.67 7.18 6 9.39 6 12c0 1.77.78 3.34 2 4.44V14h2v6H4v-2h2.73C5.06 16.54 4 14.4 4 12c0-3.73 2.55-6.85 6-7.74zM20 6h-2.73c1.43 1.26 2.41 3.01 2.66 5h-2.02c-.23-1.36-.93-2.55-1.91-3.44V10h-2V4h6v2z"})
"CloudSyncOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_sync_rounded.cljs
================================================
(ns reagent-mui.icons.cloud-sync-rounded
"Imports @mui/icons-material/CloudSyncRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-sync-rounded (create-svg-icon (e "path" #js {"d" "M24 17.48c0 1.38-1.12 2.5-2.5 2.5L15 20c-1.66 0-3-1.34-3-3 0-1.6 1.26-2.9 2.84-2.98C15.4 12.83 16.6 12 18 12c1.76 0 3.2 1.3 3.45 2.99.02 0 .03-.01.05-.01 1.38 0 2.5 1.12 2.5 2.5zM10 15c0-.55-.45-1-1-1s-1 .45-1 1v1.44c-1.22-1.1-2-2.67-2-4.44 0-2.38 1.39-4.43 3.4-5.4.37-.18.6-.56.6-.97 0-.71-.73-1.18-1.37-.88C5.89 6.03 4 8.79 4 12c0 2.4 1.06 4.54 2.73 6H5c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1v-4zm9-9c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1V7.56c.98.89 1.68 2.08 1.92 3.44h2.02c-.25-1.99-1.23-3.74-2.66-5H19z"})
"CloudSyncRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_sync_sharp.cljs
================================================
(ns reagent-mui.icons.cloud-sync-sharp
"Imports @mui/icons-material/CloudSyncSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-sync-sharp (create-svg-icon (e "path" #js {"d" "M21.5 14.98c-.02 0-.03 0-.05.01C21.2 13.3 19.76 12 18 12c-1.4 0-2.6.83-3.16 2.02C13.26 14.1 12 15.4 12 17c0 1.66 1.34 3 3 3l6.5-.02c1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5zM10 4.26v2.09C7.67 7.18 6 9.39 6 12c0 1.77.78 3.34 2 4.44V14h2v6H4v-2h2.73C5.06 16.54 4 14.4 4 12c0-3.73 2.55-6.85 6-7.74zM20 6h-2.73c1.43 1.26 2.41 3.01 2.66 5h-2.02c-.23-1.36-.93-2.55-1.91-3.44V10h-2V4h6v2z"})
"CloudSyncSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_sync_two_tone.cljs
================================================
(ns reagent-mui.icons.cloud-sync-two-tone
"Imports @mui/icons-material/CloudSyncTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-sync-two-tone (create-svg-icon [(e "path" #js {"d" "M21.51 18H15c-.55 0-1-.45-1-1s.45-1 1-1h1.25v-.25c0-.97.78-1.75 1.75-1.75s1.75.78 1.75 1.75V17h1.76c.28 0 .5.22.5.5-.01.27-.23.5-.5.5z", "opacity" ".3"}) (e "path" #js {"d" "M21.5 14.98c-.02 0-.03 0-.05.01C21.2 13.3 19.76 12 18 12c-1.4 0-2.6.83-3.16 2.02C13.26 14.1 12 15.4 12 17c0 1.66 1.34 3 3 3l6.5-.02c1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5zm.01 3.02H15c-.55 0-1-.45-1-1s.45-1 1-1h1.25v-.25c0-.97.78-1.75 1.75-1.75s1.75.78 1.75 1.75V17h1.76c.28 0 .5.22.5.5-.01.27-.23.5-.5.5zM10 4.26v2.09C7.67 7.18 6 9.39 6 12c0 1.77.78 3.34 2 4.44V14h2v6H4v-2h2.73C5.06 16.54 4 14.4 4 12c0-3.73 2.55-6.85 6-7.74zM20 6h-2.73c1.43 1.26 2.41 3.01 2.66 5h-2.02c-.23-1.36-.93-2.55-1.91-3.44V10h-2V4h6v2z"})]
"CloudSyncTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_two_tone.cljs
================================================
(ns reagent-mui.icons.cloud-two-tone
"Imports @mui/icons-material/CloudTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-two-tone (create-svg-icon [(e "path" #js {"d" "m19.21 12.04-1.53-.11-.3-1.5C16.88 7.86 14.62 6 12 6 9.94 6 8.08 7.14 7.12 8.96l-.5.95-1.07.11C3.53 10.24 2 11.95 2 14c0 2.21 1.79 4 4 4h13c1.65 0 3-1.35 3-3 0-1.55-1.22-2.86-2.79-2.96z", "opacity" ".3"}) (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3z"})]
"CloudTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_upload.cljs
================================================
(ns reagent-mui.icons.cloud-upload
"Imports @mui/icons-material/CloudUpload as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-upload (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z"})
"CloudUpload"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_upload_outlined.cljs
================================================
(ns reagent-mui.icons.cloud-upload-outlined
"Imports @mui/icons-material/CloudUploadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-upload-outlined (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3zM8 13h2.55v3h2.9v-3H16l-4-4z"})
"CloudUploadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_upload_rounded.cljs
================================================
(ns reagent-mui.icons.cloud-upload-rounded
"Imports @mui/icons-material/CloudUploadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-upload-rounded (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l4.65-4.65c.2-.2.51-.2.71 0L17 13h-3z"})
"CloudUploadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_upload_sharp.cljs
================================================
(ns reagent-mui.icons.cloud-upload-sharp
"Imports @mui/icons-material/CloudUploadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-upload-sharp (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z"})
"CloudUploadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cloud_upload_two_tone.cljs
================================================
(ns reagent-mui.icons.cloud-upload-two-tone
"Imports @mui/icons-material/CloudUploadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cloud-upload-two-tone (create-svg-icon [(e "path" #js {"d" "m19.21 12.04-1.53-.11-.3-1.5C16.88 7.86 14.62 6 12 6 9.94 6 8.08 7.14 7.12 8.96l-.5.95-1.07.11C3.53 10.24 2 11.95 2 14c0 2.21 1.79 4 4 4h13c1.65 0 3-1.35 3-3 0-1.55-1.22-2.86-2.79-2.96zm-5.76.96v3h-2.91v-3H8l4-4 4 4h-2.55z", "opacity" ".3"}) (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3zM8 13h2.55v3h2.9v-3H16l-4-4z"})]
"CloudUploadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/co_2.cljs
================================================
(ns reagent-mui.icons.co-2
"Imports @mui/icons-material/Co2 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def co-2 (create-svg-icon (e "path" #js {"d" "M14 9h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-.5 4.5h-2v-3h2v3zM8 13v1c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1H6.5v-.5h-2v3h2V13H8zm12.5 2.5h-2v1h3V18H17v-2.5c0-.55.45-1 1-1h2v-1h-3V12h3.5c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1z"})
"Co2"))
================================================
FILE: src/icons/reagent_mui/icons/co_2_outlined.cljs
================================================
(ns reagent-mui.icons.co-2-outlined
"Imports @mui/icons-material/Co2Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def co-2-outlined (create-svg-icon (e "path" #js {"d" "M14 9h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-.5 4.5h-2v-3h2v3zM8 13v1c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1H6.5v-.5h-2v3h2V13H8zm12.5 2.5h-2v1h3V18H17v-2.5c0-.55.45-1 1-1h2v-1h-3V12h3.5c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1z"})
"Co2Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/co_2_rounded.cljs
================================================
(ns reagent-mui.icons.co-2-rounded
"Imports @mui/icons-material/Co2Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def co-2-rounded (create-svg-icon (e "path" #js {"d" "M14 9h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-.5 4.5h-2v-3h2v3zm7 2h-2v1h2.25c.41 0 .75.34.75.75s-.34.75-.75.75H18c-.55 0-1-.45-1-1v-1.5c0-.55.45-1 1-1h2v-1h-2.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.75c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1zM8 14c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v.25c0 .41-.34.75-.75.75-.33 0-.6-.21-.71-.5H4.5v3h2.04c.1-.29.38-.5.71-.5.41 0 .75.34.75.75V14z"})
"Co2Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/co_2_sharp.cljs
================================================
(ns reagent-mui.icons.co-2-sharp
"Imports @mui/icons-material/Co2Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def co-2-sharp (create-svg-icon (e "path" #js {"d" "M15 9h-5v6h5V9zm-1.5 4.5h-2v-3h2v3zM8 13v2H3V9h5v2H6.5v-.5h-2v3h2V13H8zm10.5 2.5v1h3V18H17v-3.5h3v-1h-3V12h4.5v3.5h-3z"})
"Co2Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/co_2_two_tone.cljs
================================================
(ns reagent-mui.icons.co-2-two-tone
"Imports @mui/icons-material/Co2TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def co-2-two-tone (create-svg-icon (e "path" #js {"d" "M14 9h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-.5 4.5h-2v-3h2v3zM8 13v1c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1H6.5v-.5h-2v3h2V13H8zm12.5 2.5h-2v1h3V18H17v-2.5c0-.55.45-1 1-1h2v-1h-3V12h3.5c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1z"})
"Co2TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/co_present.cljs
================================================
(ns reagent-mui.icons.co-present
"Imports @mui/icons-material/CoPresent as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def co-present (create-svg-icon [(e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v8h2V5h18v16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}) (e "circle" #js {"cx" "9", "cy" "10", "r" "4"}) (e "path" #js {"d" "M15.39 16.56C13.71 15.7 11.53 15 9 15s-4.71.7-6.39 1.56C1.61 17.07 1 18.1 1 19.22V22h16v-2.78c0-1.12-.61-2.15-1.61-2.66z"})]
"CoPresent"))
================================================
FILE: src/icons/reagent_mui/icons/co_present_outlined.cljs
================================================
(ns reagent-mui.icons.co-present-outlined
"Imports @mui/icons-material/CoPresentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def co-present-outlined (create-svg-icon [(e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v8h2V5h18v16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "M13 10c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4 4-1.79 4-4zm-6 0c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm8.39 6.56C13.71 15.7 11.53 15 9 15s-4.71.7-6.39 1.56C1.61 17.07 1 18.1 1 19.22V22h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM15 20H3c0-.72-.1-1.34.52-1.66C4.71 17.73 6.63 17 9 17c2.37 0 4.29.73 5.48 1.34.63.32.52.95.52 1.66z"})]
"CoPresentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/co_present_rounded.cljs
================================================
(ns reagent-mui.icons.co-present-rounded
"Imports @mui/icons-material/CoPresentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def co-present-rounded (create-svg-icon [(e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v8h2V5h18v16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}) (e "circle" #js {"cx" "9", "cy" "10", "r" "4"}) (e "path" #js {"d" "M15.39 16.56C13.71 15.7 11.53 15 9 15s-4.71.7-6.39 1.56C1.61 17.07 1 18.1 1 19.22V22h16v-2.78c0-1.12-.61-2.15-1.61-2.66z"})]
"CoPresentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/co_present_sharp.cljs
================================================
(ns reagent-mui.icons.co-present-sharp
"Imports @mui/icons-material/CoPresentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def co-present-sharp (create-svg-icon [(e "path" #js {"d" "M23 3H1v10h2V5h18v16h2z"}) (e "circle" #js {"cx" "9", "cy" "10", "r" "4"}) (e "path" #js {"d" "M15.39 16.56C13.71 15.7 11.53 15 9 15s-4.71.7-6.39 1.56C1.61 17.07 1 18.1 1 19.22V22h16v-2.78c0-1.12-.61-2.15-1.61-2.66z"})]
"CoPresentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/co_present_two_tone.cljs
================================================
(ns reagent-mui.icons.co-present-two-tone
"Imports @mui/icons-material/CoPresentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def co-present-two-tone (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "10", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M14.48 18.34C13.29 17.73 11.37 17 9 17c-2.37 0-4.29.73-5.48 1.34-.62.32-.52.94-.52 1.66h12c0-.71.11-1.34-.52-1.66z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v8h2V5h18v16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "M13 10c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4 4-1.79 4-4zm-6 0c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm8.39 6.56C13.71 15.7 11.53 15 9 15s-4.71.7-6.39 1.56C1.61 17.07 1 18.1 1 19.22V22h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM15 20H3c0-.72-.1-1.34.52-1.66C4.71 17.73 6.63 17 9 17c2.37 0 4.29.73 5.48 1.34.63.32.52.95.52 1.66z"})]
"CoPresentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/code.cljs
================================================
(ns reagent-mui.icons.code
"Imports @mui/icons-material/Code as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def code (create-svg-icon (e "path" #js {"d" "M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"})
"Code"))
================================================
FILE: src/icons/reagent_mui/icons/code_off.cljs
================================================
(ns reagent-mui.icons.code-off
"Imports @mui/icons-material/CodeOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def code-off (create-svg-icon (e "path" #js {"d" "m19.17 12-4.58-4.59L16 6l6 6-3.59 3.59L17 14.17 19.17 12zM1.39 4.22l4.19 4.19L2 12l6 6 1.41-1.41L4.83 12 7 9.83l12.78 12.78 1.41-1.41L2.81 2.81 1.39 4.22z"})
"CodeOff"))
================================================
FILE: src/icons/reagent_mui/icons/code_off_outlined.cljs
================================================
(ns reagent-mui.icons.code-off-outlined
"Imports @mui/icons-material/CodeOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def code-off-outlined (create-svg-icon (e "path" #js {"d" "m19.17 12-4.58-4.59L16 6l6 6-3.59 3.59L17 14.17 19.17 12zM1.39 4.22l4.19 4.19L2 12l6 6 1.41-1.41L4.83 12 7 9.83l12.78 12.78 1.41-1.41L2.81 2.81 1.39 4.22z"})
"CodeOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/code_off_rounded.cljs
================================================
(ns reagent-mui.icons.code-off-rounded
"Imports @mui/icons-material/CodeOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def code-off-rounded (create-svg-icon (e "path" #js {"d" "m19.17 12-3.88-3.88a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l4.59 4.59c.39.39.39 1.02 0 1.41l-2.88 2.88L17 14.17 19.17 12zM2.1 4.93l3.49 3.49-2.88 2.88c-.39.39-.39 1.02 0 1.41L7.3 17.3c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L4.83 12 7 9.83 19.07 21.9c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.4-.39 1.03 0 1.42z"})
"CodeOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/code_off_sharp.cljs
================================================
(ns reagent-mui.icons.code-off-sharp
"Imports @mui/icons-material/CodeOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def code-off-sharp (create-svg-icon (e "path" #js {"d" "m19.17 12-4.58-4.59L16 6l6 6-3.59 3.59L17 14.17 19.17 12zM1.39 4.22l4.19 4.19L2 12l6 6 1.41-1.41L4.83 12 7 9.83l12.78 12.78 1.41-1.41L2.81 2.81 1.39 4.22z"})
"CodeOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/code_off_two_tone.cljs
================================================
(ns reagent-mui.icons.code-off-two-tone
"Imports @mui/icons-material/CodeOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def code-off-two-tone (create-svg-icon (e "path" #js {"d" "m19.17 12-4.58-4.59L16 6l6 6-3.59 3.59L17 14.17 19.17 12zM1.39 4.22l4.19 4.19L2 12l6 6 1.41-1.41L4.83 12 7 9.83l12.78 12.78 1.41-1.41L2.81 2.81 1.39 4.22z"})
"CodeOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/code_outlined.cljs
================================================
(ns reagent-mui.icons.code-outlined
"Imports @mui/icons-material/CodeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def code-outlined (create-svg-icon (e "path" #js {"d" "M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"})
"CodeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/code_rounded.cljs
================================================
(ns reagent-mui.icons.code-rounded
"Imports @mui/icons-material/CodeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def code-rounded (create-svg-icon (e "path" #js {"d" "M8.7 15.9 4.8 12l3.9-3.9c.39-.39.39-1.01 0-1.4a.9839.9839 0 0 0-1.4 0l-4.59 4.59c-.39.39-.39 1.02 0 1.41l4.59 4.6c.39.39 1.01.39 1.4 0 .39-.39.39-1.01 0-1.4zm6.6 0 3.9-3.9-3.9-3.9a.9839.9839 0 0 1 0-1.4c.39-.39 1.01-.39 1.4 0l4.59 4.59c.39.39.39 1.02 0 1.41l-4.59 4.6c-.39.39-1.01.39-1.4 0a.9839.9839 0 0 1 0-1.4z"})
"CodeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/code_sharp.cljs
================================================
(ns reagent-mui.icons.code-sharp
"Imports @mui/icons-material/CodeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def code-sharp (create-svg-icon (e "path" #js {"d" "M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"})
"CodeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/code_two_tone.cljs
================================================
(ns reagent-mui.icons.code-two-tone
"Imports @mui/icons-material/CodeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def code-two-tone (create-svg-icon (e "path" #js {"d" "M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"})
"CodeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/coffee.cljs
================================================
(ns reagent-mui.icons.coffee
"Imports @mui/icons-material/Coffee as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def coffee (create-svg-icon (e "path" #js {"d" "M18.5 3H6c-1.1 0-2 .9-2 2v5.71c0 3.83 2.95 7.18 6.78 7.29 3.96.12 7.22-3.06 7.22-7v-1h.5c1.93 0 3.5-1.57 3.5-3.5S20.43 3 18.5 3zM16 5v3H6V5h10zm2.5 3H18V5h.5c.83 0 1.5.67 1.5 1.5S19.33 8 18.5 8zM4 19h16v2H4v-2z"})
"Coffee"))
================================================
FILE: src/icons/reagent_mui/icons/coffee_maker.cljs
================================================
(ns reagent-mui.icons.coffee-maker
"Imports @mui/icons-material/CoffeeMaker as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def coffee-maker (create-svg-icon [(e "path" #js {"d" "M18 6V4h2V2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14v-2h-4.03c1.23-.91 2.03-2.36 2.03-4v-5H8v5c0 1.64.81 3.09 2.03 4H6V4h2v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1z"}) (e "circle" #js {"cx" "13", "cy" "9", "r" "1"})]
"CoffeeMaker"))
================================================
FILE: src/icons/reagent_mui/icons/coffee_maker_outlined.cljs
================================================
(ns reagent-mui.icons.coffee-maker-outlined
"Imports @mui/icons-material/CoffeeMakerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def coffee-maker-outlined (create-svg-icon [(e "path" #js {"d" "M18 6V4h2V2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14v-2h-4.03c1.23-.91 2.03-2.36 2.03-4v-5H8v5c0 1.64.81 3.09 2.03 4H6V4h2v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1zm-8 10v-3h6v3c0 1.65-1.35 3-3 3s-3-1.35-3-3z"}) (e "circle" #js {"cx" "13", "cy" "9", "r" "1"})]
"CoffeeMakerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/coffee_maker_rounded.cljs
================================================
(ns reagent-mui.icons.coffee-maker-rounded
"Imports @mui/icons-material/CoffeeMakerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def coffee-maker-rounded (create-svg-icon [(e "path" #js {"d" "M18 6V4h1c.55 0 1-.45 1-1s-.45-1-1-1H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1h-3.03c1.23-.91 2.03-2.36 2.03-4v-3c0-1.1-.9-2-2-2h-6c-1.1 0-2 .9-2 2v3c0 1.64.81 3.09 2.03 4H6V4h2v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1z"}) (e "circle" #js {"cx" "13", "cy" "9", "r" "1"})]
"CoffeeMakerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/coffee_maker_sharp.cljs
================================================
(ns reagent-mui.icons.coffee-maker-sharp
"Imports @mui/icons-material/CoffeeMakerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def coffee-maker-sharp (create-svg-icon [(e "path" #js {"d" "M18 7V4h2V2H4v20h16v-2h-4.03c1.23-.91 2.03-2.36 2.03-4v-5H8v5c0 1.64.81 3.09 2.03 4H6V4h2v3h10z"}) (e "circle" #js {"cx" "13", "cy" "9", "r" "1"})]
"CoffeeMakerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/coffee_maker_two_tone.cljs
================================================
(ns reagent-mui.icons.coffee-maker-two-tone
"Imports @mui/icons-material/CoffeeMakerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def coffee-maker-two-tone (create-svg-icon [(e "path" #js {"d" "M13 19c1.65 0 3-1.35 3-3v-3h-6v3c0 1.65 1.35 3 3 3z", "opacity" ".3"}) (e "path" #js {"d" "M9 7h8c.55 0 1-.45 1-1V4h2V2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14v-2h-4.03c1.23-.91 2.03-2.36 2.03-4v-5H8v5c0 1.64.81 3.09 2.03 4H6V4h2v2c0 .55.45 1 1 1zm1 9v-3h6v3c0 1.65-1.35 3-3 3s-3-1.35-3-3z"}) (e "circle" #js {"cx" "13", "cy" "9", "r" "1"})]
"CoffeeMakerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/coffee_outlined.cljs
================================================
(ns reagent-mui.icons.coffee-outlined
"Imports @mui/icons-material/CoffeeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def coffee-outlined (create-svg-icon (e "path" #js {"d" "M18.5 3H6c-1.1 0-2 .9-2 2v5.71c0 3.83 2.95 7.18 6.78 7.29 3.96.12 7.22-3.06 7.22-7v-1h.5c1.93 0 3.5-1.57 3.5-3.5S20.43 3 18.5 3zM16 5v3H6V5h10zm0 5v1c0 2.76-2.24 5-5 5s-5-2.24-5-5v-1m12.5-2H18V5h.5c.83 0 1.5.67 1.5 1.5S19.33 8 18.5 8zM4 19h16v2H4v-2z"})
"CoffeeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/coffee_rounded.cljs
================================================
(ns reagent-mui.icons.coffee-rounded
"Imports @mui/icons-material/CoffeeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def coffee-rounded (create-svg-icon (e "path" #js {"d" "M18.5 3H6c-1.1 0-2 .9-2 2v5.71c0 3.83 2.95 7.18 6.78 7.29 3.96.12 7.22-3.06 7.22-7v-1h.5c1.93 0 3.5-1.57 3.5-3.5S20.43 3 18.5 3zM16 5v3H6V5h10zm2.5 3H18V5h.5c.83 0 1.5.67 1.5 1.5S19.33 8 18.5 8zM5 19h14c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1z"})
"CoffeeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/coffee_sharp.cljs
================================================
(ns reagent-mui.icons.coffee-sharp
"Imports @mui/icons-material/CoffeeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def coffee-sharp (create-svg-icon (e "path" #js {"d" "M18.5 3H4v8c0 3.87 3.13 7 7 7s7-3.13 7-7v-1h.4c1.67 0 3.19-1.13 3.52-2.77C22.39 4.98 20.67 3 18.5 3zM16 5v3H6V5h10zm2.5 3H18V5h.5c.83 0 1.5.67 1.5 1.5S19.33 8 18.5 8zM4 19h16v2H4v-2z"})
"CoffeeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/coffee_two_tone.cljs
================================================
(ns reagent-mui.icons.coffee-two-tone
"Imports @mui/icons-material/CoffeeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def coffee-two-tone (create-svg-icon [(e "path" #js {"d" "M6 11c0 2.76 2.24 5 5 5s5-2.24 5-5v-1H6v1z", "opacity" ".3"}) (e "path" #js {"d" "M4 19h16v2H4zM18.5 3H6c-1.1 0-2 .9-2 2v5.71c0 3.83 2.95 7.18 6.78 7.29 3.96.12 7.22-3.06 7.22-7v-1h.5c1.93 0 3.5-1.57 3.5-3.5S20.43 3 18.5 3zM16 11c0 2.76-2.24 5-5 5s-5-2.24-5-5v-1h10v1zm0-3H6V5h10v3zm2.5 0H18V5h.5c.83 0 1.5.67 1.5 1.5S19.33 8 18.5 8z"})]
"CoffeeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/collections.cljs
================================================
(ns reagent-mui.icons.collections
"Imports @mui/icons-material/Collections as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def collections (create-svg-icon (e "path" #js {"d" "M22 16V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm-11-4 2.03 2.71L16 11l4 5H8l3-4zM2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z"})
"Collections"))
================================================
FILE: src/icons/reagent_mui/icons/collections_bookmark.cljs
================================================
(ns reagent-mui.icons.collections-bookmark
"Imports @mui/icons-material/CollectionsBookmark as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def collections-bookmark (create-svg-icon [(e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"}) (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 10-2.5-1.5L15 12V4h5v8z"})]
"CollectionsBookmark"))
================================================
FILE: src/icons/reagent_mui/icons/collections_bookmark_outlined.cljs
================================================
(ns reagent-mui.icons.collections-bookmark-outlined
"Imports @mui/icons-material/CollectionsBookmarkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def collections-bookmark-outlined (create-svg-icon (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-3 2v5l-1-.75L15 9V4h2zm3 12H8V4h5v9l3-2.25L19 13V4h1v12z"})
"CollectionsBookmarkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/collections_bookmark_rounded.cljs
================================================
(ns reagent-mui.icons.collections-bookmark-rounded
"Imports @mui/icons-material/CollectionsBookmarkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def collections-bookmark-rounded (create-svg-icon (e "path" #js {"d" "M17 20H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1s-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1zm3-18H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 10-2.5-1.5L15 12V4h5v8z"})
"CollectionsBookmarkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/collections_bookmark_sharp.cljs
================================================
(ns reagent-mui.icons.collections-bookmark-sharp
"Imports @mui/icons-material/CollectionsBookmarkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def collections-bookmark-sharp (create-svg-icon (e "path" #js {"d" "M4 6H2v16h16v-2H4V6zm18-4H6v16h16V2zm-2 10-2.5-1.5L15 12V4h5v8z"})
"CollectionsBookmarkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/collections_bookmark_two_tone.cljs
================================================
(ns reagent-mui.icons.collections-bookmark-two-tone
"Imports @mui/icons-material/CollectionsBookmarkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def collections-bookmark-two-tone (create-svg-icon [(e "path" #js {"d" "M20 4h-1v9l-3-2.25L13 13V4H8v12h12z", "opacity" ".3"}) (e "path" #js {"d" "M4 22h14v-2H4V6H2v14c0 1.1.9 2 2 2zm18-6V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zM15 4h2v5l-1-.75L15 9V4zM8 4h5v9l3-2.25L19 13V4h1v12H8V4z"})]
"CollectionsBookmarkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/collections_outlined.cljs
================================================
(ns reagent-mui.icons.collections-outlined
"Imports @mui/icons-material/CollectionsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def collections-outlined (create-svg-icon (e "path" #js {"d" "M20 4v12H8V4h12m0-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8.5 9.67 1.69 2.26 2.48-3.1L19 15H9zM2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z"})
"CollectionsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/collections_rounded.cljs
================================================
(ns reagent-mui.icons.collections-rounded
"Imports @mui/icons-material/CollectionsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def collections-rounded (create-svg-icon (e "path" #js {"d" "M22 16V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm-10.6-3.47 1.63 2.18 2.58-3.22c.2-.25.58-.25.78 0l2.96 3.7c.26.33.03.81-.39.81H9c-.41 0-.65-.47-.4-.8l2-2.67c.2-.26.6-.26.8 0zM2 7v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1s-1 .45-1 1z"})
"CollectionsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/collections_sharp.cljs
================================================
(ns reagent-mui.icons.collections-sharp
"Imports @mui/icons-material/CollectionsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def collections-sharp (create-svg-icon (e "path" #js {"d" "M22 18V2H6v16h16zm-11-6 2.03 2.71L16 11l4 5H8l3-4zM2 6v16h16v-2H4V6H2z"})
"CollectionsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/collections_two_tone.cljs
================================================
(ns reagent-mui.icons.collections-two-tone
"Imports @mui/icons-material/CollectionsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def collections-two-tone (create-svg-icon [(e "path" #js {"d" "M8 16h12V4H8v12zm3.5-4.33 1.69 2.26 2.48-3.09L19 15H9l2.5-3.33z", "opacity" ".3"}) (e "path" #js {"d" "M8 2c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H8zm12 14H8V4h12v12zm-4.33-5.17-2.48 3.09-1.69-2.25L9 15h10zM4 22h14v-2H4V6H2v14c0 1.1.9 2 2 2z"})]
"CollectionsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/color_lens.cljs
================================================
(ns reagent-mui.icons.color-lens
"Imports @mui/icons-material/ColorLens as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def color-lens (create-svg-icon (e "path" #js {"d" "M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9c.83 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99 0-.83.67-1.5 1.5-1.5H16c2.76 0 5-2.24 5-5 0-4.42-4.03-8-9-8zm-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm3-4C8.67 8 8 7.33 8 6.5S8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 5 14.5 5s1.5.67 1.5 1.5S15.33 8 14.5 8zm3 4c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"ColorLens"))
================================================
FILE: src/icons/reagent_mui/icons/color_lens_outlined.cljs
================================================
(ns reagent-mui.icons.color-lens-outlined
"Imports @mui/icons-material/ColorLensOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def color-lens-outlined (create-svg-icon [(e "path" #js {"d" "M12 22C6.49 22 2 17.51 2 12S6.49 2 12 2s10 4.04 10 9c0 3.31-2.69 6-6 6h-1.77c-.28 0-.5.22-.5.5 0 .12.05.23.13.33.41.47.64 1.06.64 1.67 0 1.38-1.12 2.5-2.5 2.5zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8c.28 0 .5-.22.5-.5 0-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65 0-1.38 1.12-2.5 2.5-2.5H16c2.21 0 4-1.79 4-4 0-3.86-3.59-7-8-7z"}) (e "circle" #js {"cx" "6.5", "cy" "11.5", "r" "1.5"}) (e "circle" #js {"cx" "9.5", "cy" "7.5", "r" "1.5"}) (e "circle" #js {"cx" "14.5", "cy" "7.5", "r" "1.5"}) (e "circle" #js {"cx" "17.5", "cy" "11.5", "r" "1.5"})]
"ColorLensOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/color_lens_rounded.cljs
================================================
(ns reagent-mui.icons.color-lens-rounded
"Imports @mui/icons-material/ColorLensRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def color-lens-rounded (create-svg-icon (e "path" #js {"d" "M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9c.83 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99 0-.83.67-1.5 1.5-1.5H16c2.76 0 5-2.24 5-5 0-4.42-4.03-8-9-8zm-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm3-4C8.67 8 8 7.33 8 6.5S8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 5 14.5 5s1.5.67 1.5 1.5S15.33 8 14.5 8zm3 4c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"ColorLensRounded"))
================================================
FILE: src/icons/reagent_mui/icons/color_lens_sharp.cljs
================================================
(ns reagent-mui.icons.color-lens-sharp
"Imports @mui/icons-material/ColorLensSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def color-lens-sharp (create-svg-icon (e "path" #js {"d" "M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9c.83 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99 0-.83.67-1.5 1.5-1.5H16c2.76 0 5-2.24 5-5 0-4.42-4.03-8-9-8zm-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm3-4C8.67 8 8 7.33 8 6.5S8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 5 14.5 5s1.5.67 1.5 1.5S15.33 8 14.5 8zm3 4c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"ColorLensSharp"))
================================================
FILE: src/icons/reagent_mui/icons/color_lens_two_tone.cljs
================================================
(ns reagent-mui.icons.color-lens-two-tone
"Imports @mui/icons-material/ColorLensTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def color-lens-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8c.28 0 .5-.22.5-.5 0-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65 0-1.38 1.12-2.5 2.5-2.5H16c2.21 0 4-1.79 4-4 0-3.86-3.59-7-8-7zm-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 10 6.5 10s1.5.67 1.5 1.5S7.33 13 6.5 13zm3-4C8.67 9 8 8.33 8 7.5S8.67 6 9.5 6s1.5.67 1.5 1.5S10.33 9 9.5 9zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 6 14.5 6s1.5.67 1.5 1.5S15.33 9 14.5 9zm4.5 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10c1.38 0 2.5-1.12 2.5-2.5 0-.61-.23-1.21-.64-1.67-.08-.09-.13-.21-.13-.33 0-.28.22-.5.5-.5H16c3.31 0 6-2.69 6-6 0-4.96-4.49-9-10-9zm4 13h-1.77c-1.38 0-2.5 1.12-2.5 2.5 0 .61.22 1.19.63 1.65.06.07.14.19.14.35 0 .28-.22.5-.5.5-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.14 8 7c0 2.21-1.79 4-4 4z"}) (e "circle" #js {"cx" "6.5", "cy" "11.5", "r" "1.5"}) (e "circle" #js {"cx" "9.5", "cy" "7.5", "r" "1.5"}) (e "circle" #js {"cx" "14.5", "cy" "7.5", "r" "1.5"}) (e "circle" #js {"cx" "17.5", "cy" "11.5", "r" "1.5"})]
"ColorLensTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/colorize.cljs
================================================
(ns reagent-mui.icons.colorize
"Imports @mui/icons-material/Colorize as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def colorize (create-svg-icon (e "path" #js {"d" "m20.71 5.63-2.34-2.34a.9959.9959 0 0 0-1.41 0l-3.12 3.12-1.93-1.91-1.41 1.41 1.42 1.42L3 16.25V21h4.75l8.92-8.92 1.42 1.42 1.41-1.41-1.92-1.92 3.12-3.12c.4-.4.4-1.03.01-1.42zM6.92 19 5 17.08l8.06-8.06 1.92 1.92L6.92 19z"})
"Colorize"))
================================================
FILE: src/icons/reagent_mui/icons/colorize_outlined.cljs
================================================
(ns reagent-mui.icons.colorize-outlined
"Imports @mui/icons-material/ColorizeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def colorize-outlined (create-svg-icon (e "path" #js {"d" "m17.66 5.41.92.92-2.69 2.69-.92-.92 2.69-2.69M17.67 3c-.26 0-.51.1-.71.29l-3.12 3.12-1.93-1.91-1.41 1.41 1.42 1.42L3 16.25V21h4.75l8.92-8.92 1.42 1.42 1.41-1.41-1.92-1.92 3.12-3.12c.4-.4.4-1.03.01-1.42l-2.34-2.34c-.2-.19-.45-.29-.7-.29zM6.92 19 5 17.08l8.06-8.06 1.92 1.92L6.92 19z"})
"ColorizeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/colorize_rounded.cljs
================================================
(ns reagent-mui.icons.colorize-rounded
"Imports @mui/icons-material/ColorizeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def colorize-rounded (create-svg-icon (e "path" #js {"d" "m20.71 5.63-2.34-2.34a.9959.9959 0 0 0-1.41 0l-3.12 3.12-1.23-1.21c-.39-.39-1.02-.38-1.41 0-.39.39-.39 1.02 0 1.41l.72.72-8.77 8.77c-.1.1-.15.22-.15.36v4.04c0 .28.22.5.5.5h4.04c.13 0 .26-.05.35-.15l8.77-8.77.72.72c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-1.22-1.22 3.12-3.12c.41-.4.41-1.03.02-1.42zM6.92 19 5 17.08l8.06-8.06 1.92 1.92L6.92 19z"})
"ColorizeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/colorize_sharp.cljs
================================================
(ns reagent-mui.icons.colorize-sharp
"Imports @mui/icons-material/ColorizeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def colorize-sharp (create-svg-icon (e "path" #js {"d" "m21.42 6.34-3.75-3.75-3.82 3.82-1.94-1.91-1.41 1.41 1.42 1.42L3 16.25V21h4.75l8.92-8.92 1.42 1.42 1.41-1.41-1.92-1.92 3.84-3.83zM6.92 19 5 17.08l8.06-8.06 1.92 1.92L6.92 19z"})
"ColorizeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/colorize_two_tone.cljs
================================================
(ns reagent-mui.icons.colorize-two-tone
"Imports @mui/icons-material/ColorizeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def colorize-two-tone (create-svg-icon [(e "path" #js {"d" "m15.896 9.023-.92-.92L17.67 5.41l.92.92z", "opacity" ".3"}) (e "path" #js {"d" "m20.71 5.63-2.34-2.34c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-3.12 3.12-1.93-1.91-1.41 1.41 1.42 1.42L3 16.25V21h4.75l8.92-8.92 1.42 1.42 1.41-1.41-1.92-1.92 3.12-3.12c.4-.4.4-1.03.01-1.42zM6.92 19 5 17.08l8.06-8.06 1.92 1.92L6.92 19zm8.98-9.97-.93-.93 2.69-2.69.92.92-2.68 2.7z"})]
"ColorizeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/comment.cljs
================================================
(ns reagent-mui.icons.comment
"Imports @mui/icons-material/Comment as a Reagent component."
(:refer-clojure :exclude [comment])
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def comment (create-svg-icon (e "path" #js {"d" "M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18zM18 14H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z"})
"Comment"))
================================================
FILE: src/icons/reagent_mui/icons/comment_bank.cljs
================================================
(ns reagent-mui.icons.comment-bank
"Imports @mui/icons-material/CommentBank as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def comment-bank (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 11-2.5-1.5L14 13V5h5v8z"})
"CommentBank"))
================================================
FILE: src/icons/reagent_mui/icons/comment_bank_outlined.cljs
================================================
(ns reagent-mui.icons.comment-bank-outlined
"Imports @mui/icons-material/CommentBankOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def comment-bank-outlined (create-svg-icon [(e "path" #js {"d" "M18 14V6h-5v8l2.5-1.5z"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"})]
"CommentBankOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/comment_bank_rounded.cljs
================================================
(ns reagent-mui.icons.comment-bank-rounded
"Imports @mui/icons-material/CommentBankRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def comment-bank-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v15.59c0 .89 1.08 1.34 1.71.71L6 18h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1.76 9.55L16.5 10.5l-1.74 1.05c-.33.2-.76-.04-.76-.43V4h5v7.12c0 .39-.42.63-.76.43z"})
"CommentBankRounded"))
================================================
FILE: src/icons/reagent_mui/icons/comment_bank_sharp.cljs
================================================
(ns reagent-mui.icons.comment-bank-sharp
"Imports @mui/icons-material/CommentBankSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def comment-bank-sharp (create-svg-icon (e "path" #js {"d" "M2 2v20l4-4h16V2H2zm17 11-2.5-1.5L14 13V5h5v8z"})
"CommentBankSharp"))
================================================
FILE: src/icons/reagent_mui/icons/comment_bank_two_tone.cljs
================================================
(ns reagent-mui.icons.comment-bank-two-tone
"Imports @mui/icons-material/CommentBankTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def comment-bank-two-tone (create-svg-icon [(e "path" #js {"d" "m4 18 2-2h14V4H4v14zm9-12h5v8l-2.5-1.5L13 14V6z", "opacity" ".3"}) (e "path" #js {"d" "M18 14V6h-5v8l2.5-1.5z"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"})]
"CommentBankTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/comment_outlined.cljs
================================================
(ns reagent-mui.icons.comment-outlined
"Imports @mui/icons-material/CommentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def comment-outlined (create-svg-icon (e "path" #js {"d" "M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18zM20 4v13.17L18.83 16H4V4h16zM6 12h12v2H6zm0-3h12v2H6zm0-3h12v2H6z"})
"CommentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/comment_rounded.cljs
================================================
(ns reagent-mui.icons.comment-rounded
"Imports @mui/icons-material/CommentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def comment-rounded (create-svg-icon (e "path" #js {"d" "M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18zM17 14H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1zm0-3H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1zm0-3H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1z"})
"CommentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/comment_sharp.cljs
================================================
(ns reagent-mui.icons.comment-sharp
"Imports @mui/icons-material/CommentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def comment-sharp (create-svg-icon (e "path" #js {"d" "M21.99 2H2v16h16l4 4-.01-20zM18 14H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z"})
"CommentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/comment_two_tone.cljs
================================================
(ns reagent-mui.icons.comment-two-tone
"Imports @mui/icons-material/CommentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def comment-two-tone (create-svg-icon [(e "path" #js {"d" "M20 17.17V4H4v12h14.83L20 17.17zM18 14H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z", "opacity" ".3"}) (e "path" #js {"d" "M4 18h14l4 4-.01-18c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2zM4 4h16v13.17L18.83 16H4V4zm2 8h12v2H6zm0-3h12v2H6zm0-3h12v2H6z"})]
"CommentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/comments_disabled.cljs
================================================
(ns reagent-mui.icons.comments-disabled
"Imports @mui/icons-material/CommentsDisabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def comments-disabled (create-svg-icon (e "path" #js {"d" "M16.83 14H18v-2h-3.17l-1-1H18V9h-6.17l-1-1H18V6H8.83l-4-4H20c1.1 0 2 .9 2 2v15.17L16.83 14zM2.1 2.1.69 3.51 2 4.83V16c0 1.1.9 2 2 2h11.17l5.31 5.31 1.41-1.41L2.1 2.1zM6 9h.17l2 2H6V9zm0 5v-2h3.17l2 2H6z"})
"CommentsDisabled"))
================================================
FILE: src/icons/reagent_mui/icons/comments_disabled_outlined.cljs
================================================
(ns reagent-mui.icons.comments-disabled-outlined
"Imports @mui/icons-material/CommentsDisabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def comments-disabled-outlined (create-svg-icon (e "path" #js {"d" "M18.83 16H20V4H6.83l-2-2H20c1.1 0 2 .9 2 2v15.17L18.83 16zM18 6H8.83l2 2H18V6zm0 3h-6.17l2 2H18V9zm0 5v-2h-3.17l2 2H18zm3.9 7.9-1.41 1.41L15.17 18H4c-1.1 0-2-.9-2-2V4.83L.69 3.51 2.1 2.1l19.8 19.8zM13.17 16l-2-2H6v-2h3.17l-1-1H6V9h.17L4 6.83V16h9.17z"})
"CommentsDisabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/comments_disabled_rounded.cljs
================================================
(ns reagent-mui.icons.comments-disabled-rounded
"Imports @mui/icons-material/CommentsDisabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def comments-disabled-rounded (create-svg-icon (e "path" #js {"d" "M1.39 2.81C1 3.2 1 3.83 1.39 4.22l.61.61V16c0 1.1.9 2 2 2h11.17l4.61 4.61c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L2.81 2.81c-.39-.39-1.03-.39-1.42 0zm4.99 6.4L8.17 11H7c-.55 0-1-.45-1-1 0-.32.15-.6.38-.79zM7 14c-.55 0-1-.45-1-1s.45-1 1-1h2.17l2 2H7zm7.83-2-1-1H17c.55 0 1-.45 1-1s-.45-1-1-1h-5.17l-1-1H17c.55 0 1-.45 1-1s-.45-1-1-1H8.83l-4-4H20c1.1 0 2 .9 2 2v15.17L16.83 14H17c.55 0 1-.45 1-1s-.45-1-1-1h-2.17z"})
"CommentsDisabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/comments_disabled_sharp.cljs
================================================
(ns reagent-mui.icons.comments-disabled-sharp
"Imports @mui/icons-material/CommentsDisabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def comments-disabled-sharp (create-svg-icon (e "path" #js {"d" "M16.83 14H18v-2h-3.17l-1-1H18V9h-6.17l-1-1H18V6H8.83l-4-4H22v17.17L16.83 14zM2.1 2.1.69 3.51 2 4.83V18h13.17l5.31 5.31 1.41-1.41L2.1 2.1zM6 9h.17l2 2H6V9zm0 5v-2h3.17l2 2H6z"})
"CommentsDisabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/comments_disabled_two_tone.cljs
================================================
(ns reagent-mui.icons.comments-disabled-two-tone
"Imports @mui/icons-material/CommentsDisabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def comments-disabled-two-tone (create-svg-icon [(e "path" #js {"d" "M6.83 4H20v12h-1.17l-2-2H18v-2h-3.17l-1-1H18V9h-6.17l-1-1H18V6H8.83l-2-2zm6.34 12-2-2H6v-2h3.17l-1-1H6V9h.17L4 6.83V16h9.17z", "opacity" ".3"}) (e "path" #js {"d" "M18.83 16H20V4H6.83l-2-2H20c1.1 0 2 .9 2 2v15.17L18.83 16zM18 6H8.83l2 2H18V6zm0 3h-6.17l2 2H18V9zm0 5v-2h-3.17l2 2H18zm3.9 7.9-1.41 1.41L15.17 18H4c-1.1 0-2-.9-2-2V4.83L.69 3.51 2.1 2.1l19.8 19.8zM13.17 16l-2-2H6v-2h3.17l-1-1H6V9h.17L4 6.83V16h9.17z"})]
"CommentsDisabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/commit.cljs
================================================
(ns reagent-mui.icons.commit
"Imports @mui/icons-material/Commit as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def commit (create-svg-icon (e "path" #js {"d" "M16.9 11c-.46-2.28-2.48-4-4.9-4s-4.44 1.72-4.9 4H2v2h5.1c.46 2.28 2.48 4 4.9 4s4.44-1.72 4.9-4H22v-2h-5.1zM12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"Commit"))
================================================
FILE: src/icons/reagent_mui/icons/commit_outlined.cljs
================================================
(ns reagent-mui.icons.commit-outlined
"Imports @mui/icons-material/CommitOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def commit-outlined (create-svg-icon (e "path" #js {"d" "M16.9 11c-.46-2.28-2.48-4-4.9-4s-4.44 1.72-4.9 4H2v2h5.1c.46 2.28 2.48 4 4.9 4s4.44-1.72 4.9-4H22v-2h-5.1zM12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"CommitOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/commit_rounded.cljs
================================================
(ns reagent-mui.icons.commit-rounded
"Imports @mui/icons-material/CommitRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def commit-rounded (create-svg-icon (e "path" #js {"d" "M21 13c.55 0 1-.45 1-1s-.45-1-1-1h-4.1c-.46-2.28-2.48-4-4.9-4s-4.44 1.72-4.9 4H3c-.55 0-1 .45-1 1s.45 1 1 1h4.1c.46 2.28 2.48 4 4.9 4s4.44-1.72 4.9-4H21zm-9 2c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"CommitRounded"))
================================================
FILE: src/icons/reagent_mui/icons/commit_sharp.cljs
================================================
(ns reagent-mui.icons.commit-sharp
"Imports @mui/icons-material/CommitSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def commit-sharp (create-svg-icon (e "path" #js {"d" "M16.9 11c-.46-2.28-2.48-4-4.9-4s-4.44 1.72-4.9 4H2v2h5.1c.46 2.28 2.48 4 4.9 4s4.44-1.72 4.9-4H22v-2h-5.1zM12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"CommitSharp"))
================================================
FILE: src/icons/reagent_mui/icons/commit_two_tone.cljs
================================================
(ns reagent-mui.icons.commit-two-tone
"Imports @mui/icons-material/CommitTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def commit-two-tone (create-svg-icon (e "path" #js {"d" "M16.9 11c-.46-2.28-2.48-4-4.9-4s-4.44 1.72-4.9 4H2v2h5.1c.46 2.28 2.48 4 4.9 4s4.44-1.72 4.9-4H22v-2h-5.1zM12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"CommitTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/commute.cljs
================================================
(ns reagent-mui.icons.commute
"Imports @mui/icons-material/Commute as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def commute (create-svg-icon (e "path" #js {"d" "M12 4H5C3.34 4 2 5.34 2 7v8c0 1.66 1.34 3 3 3l-1 1v1h1l2-2.03L9 18v-5H4V5.98L13 6v2h2V7c0-1.66-1.34-3-3-3zM5 14c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm15.57-4.34c-.14-.4-.52-.66-.97-.66h-7.19c-.46 0-.83.26-.98.66L10 13.77l.01 5.51c0 .38.31.72.69.72h.62c.38 0 .68-.38.68-.76V18h8v1.24c0 .38.31.76.69.76h.61c.38 0 .69-.34.69-.72l.01-1.37v-4.14l-1.43-4.11zm-8.16.34h7.19l1.03 3h-9.25l1.03-3zM12 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"Commute"))
================================================
FILE: src/icons/reagent_mui/icons/commute_outlined.cljs
================================================
(ns reagent-mui.icons.commute-outlined
"Imports @mui/icons-material/CommuteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def commute-outlined (create-svg-icon (e "path" #js {"d" "M12 4H5C3.34 4 2 5.34 2 7v8c0 1.66 1.34 3 3 3l-1 1v1h1l2-2h2v-5H4V6h9v2h2V7c0-1.66-1.34-3-3-3zM5 14c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm15.57-4.34c-.14-.4-.52-.66-.97-.66h-7.19c-.46 0-.83.26-.98.66l-1.42 4.11v5.51c0 .38.31.72.69.72h.62c.38 0 .68-.38.68-.76V18h8v1.24c0 .38.31.76.69.76h.61c.38 0 .69-.34.69-.72l.01-1.37v-4.14l-1.43-4.11zm-8.16.34h7.19l1.03 3h-9.25l1.03-3zM12 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"CommuteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/commute_rounded.cljs
================================================
(ns reagent-mui.icons.commute-rounded
"Imports @mui/icons-material/CommuteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def commute-rounded (create-svg-icon (e "path" #js {"d" "M12 4H5C3.34 4 2 5.34 2 7v8c0 1.66 1.34 3 3 3l-.77.77c-.28.28-.28.72 0 1s.72.28 1 0L7 18h2v-5H4.5c-.28 0-.5-.22-.5-.5v-6c0-.28.22-.5.5-.5h8c.28 0 .5.22.5.5V8h2V7c0-1.66-1.34-3-3-3zM5 14c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm15.57-4.34c-.14-.4-.52-.66-.97-.66h-7.19c-.46 0-.83.26-.98.66l-1.42 4.11v5.24c0 .55.45.99 1 .99s1-.45 1-1v-1h8v1c0 .55.45 1 1 1s.99-.44 1-.99L22 13.77l-1.43-4.11zm-7.8.34h6.48c.21 0 .4.14.47.34l.69 2c.11.32-.13.66-.47.66h-7.85c-.34 0-.58-.34-.47-.66l.69-2c.05-.2.24-.34.46-.34zM12 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"CommuteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/commute_sharp.cljs
================================================
(ns reagent-mui.icons.commute-sharp
"Imports @mui/icons-material/CommuteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def commute-sharp (create-svg-icon (e "path" #js {"d" "M12 4H5C3.34 4 2 5.34 2 7v8c0 1.66 1.34 3 3 3l-1 1v1h1l2-2h2v-5H4V6h9v2h2V7c0-1.66-1.34-3-3-3zM5 14c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm15.57-4.34c-.14-.4-.52-.66-.97-.66h-7.19c-.46 0-.83.26-.98.66l-1.42 4.11v5.51c0 .38.31.72.69.72h.62c.38 0 .68-.38.68-.76V18h8v1.24c0 .38.31.76.69.76h.61c.38 0 .69-.34.69-.72l.01-1.37v-4.14l-1.43-4.11zm-8.16.34h7.19l1.03 3h-9.25l1.03-3zM12 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"CommuteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/commute_two_tone.cljs
================================================
(ns reagent-mui.icons.commute-two-tone
"Imports @mui/icons-material/CommuteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def commute-two-tone (create-svg-icon (e "path" #js {"d" "M12 4H5C3.34 4 2 5.34 2 7v8c0 1.66 1.34 3 3 3l-1 1v1h1l2-2h2v-5H4V6h9v2h2V7c0-1.66-1.34-3-3-3zM5 14c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm15.57-4.34c-.14-.4-.52-.66-.97-.66h-7.19c-.46 0-.83.26-.98.66l-1.42 4.11v5.51c0 .38.31.72.69.72h.62c.38 0 .68-.38.68-.76V18h8v1.24c0 .38.31.76.69.76h.61c.38 0 .69-.34.69-.72l.01-1.37v-4.14l-1.43-4.11zm-8.16.34h7.19l1.03 3h-9.25l1.03-3zM12 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"CommuteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/compare.cljs
================================================
(ns reagent-mui.icons.compare
"Imports @mui/icons-material/Compare as a Reagent component."
(:refer-clojure :exclude [compare])
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compare (create-svg-icon (e "path" #js {"d" "M10 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h5v2h2V1h-2v2zm0 15H5l5-6v6zm9-15h-5v2h5v13l-5-6v9h5c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"Compare"))
================================================
FILE: src/icons/reagent_mui/icons/compare_arrows.cljs
================================================
(ns reagent-mui.icons.compare-arrows
"Imports @mui/icons-material/CompareArrows as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compare-arrows (create-svg-icon (e "path" #js {"d" "M9.01 14H2v2h7.01v3L13 15l-3.99-4v3zm5.98-1v-3H22V8h-7.01V5L11 9l3.99 4z"})
"CompareArrows"))
================================================
FILE: src/icons/reagent_mui/icons/compare_arrows_outlined.cljs
================================================
(ns reagent-mui.icons.compare-arrows-outlined
"Imports @mui/icons-material/CompareArrowsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compare-arrows-outlined (create-svg-icon (e "path" #js {"d" "M9.01 14H2v2h7.01v3L13 15l-3.99-4v3zm5.98-1v-3H22V8h-7.01V5L11 9l3.99 4z"})
"CompareArrowsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/compare_arrows_rounded.cljs
================================================
(ns reagent-mui.icons.compare-arrows-rounded
"Imports @mui/icons-material/CompareArrowsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compare-arrows-rounded (create-svg-icon (e "path" #js {"d" "M9.01 14H3c-.55 0-1 .45-1 1s.45 1 1 1h6.01v1.79c0 .45.54.67.85.35l2.78-2.79c.19-.2.19-.51 0-.71l-2.78-2.79c-.31-.32-.85-.09-.85.35V14zm5.98-2.21V10H21c.55 0 1-.45 1-1s-.45-1-1-1h-6.01V6.21c0-.45-.54-.67-.85-.35l-2.78 2.79c-.19.2-.19.51 0 .71l2.78 2.79c.31.31.85.09.85-.36z"})
"CompareArrowsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/compare_arrows_sharp.cljs
================================================
(ns reagent-mui.icons.compare-arrows-sharp
"Imports @mui/icons-material/CompareArrowsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compare-arrows-sharp (create-svg-icon (e "path" #js {"d" "M9.01 14H2v2h7.01v3L13 15l-3.99-4v3zm5.98-1v-3H22V8h-7.01V5L11 9l3.99 4z"})
"CompareArrowsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/compare_arrows_two_tone.cljs
================================================
(ns reagent-mui.icons.compare-arrows-two-tone
"Imports @mui/icons-material/CompareArrowsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compare-arrows-two-tone (create-svg-icon (e "path" #js {"d" "M9.01 14H2v2h7.01v3L13 15l-3.99-4v3zm5.98-1v-3H22V8h-7.01V5L11 9l3.99 4z"})
"CompareArrowsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/compare_outlined.cljs
================================================
(ns reagent-mui.icons.compare-outlined
"Imports @mui/icons-material/CompareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compare-outlined (create-svg-icon (e "path" #js {"d" "M10 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h5v2h2V1h-2v2zm0 15H5l5-6v6zm9-15h-5v2h5v13l-5-6v9h5c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"CompareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/compare_rounded.cljs
================================================
(ns reagent-mui.icons.compare-rounded
"Imports @mui/icons-material/CompareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compare-rounded (create-svg-icon (e "path" #js {"d" "M10 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1zm0 15H5l5-6v6zm9-15h-5v2h4c.55 0 1 .45 1 1v12l-5-6v9h5c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"CompareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/compare_sharp.cljs
================================================
(ns reagent-mui.icons.compare-sharp
"Imports @mui/icons-material/CompareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compare-sharp (create-svg-icon (e "path" #js {"d" "M10 3H3v18h7v2h2V1h-2v2zm0 15H5l5-6v6zM21 3h-7v2h5v13l-5-6v9h7V3z"})
"CompareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/compare_two_tone.cljs
================================================
(ns reagent-mui.icons.compare-two-tone
"Imports @mui/icons-material/CompareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compare-two-tone (create-svg-icon [(e "path" #js {"d" "M19 5h-5v7l5 6zm-9 13v-6l-5 6z", "opacity" ".3"}) (e "path" #js {"d" "M19 3h-5v2h5v13l-5-6v9h5c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-2h-2v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h5v2h2V1zm-2 17H5l5-6v6z"})]
"CompareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/compass_calibration.cljs
================================================
(ns reagent-mui.icons.compass-calibration
"Imports @mui/icons-material/CompassCalibration as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compass-calibration (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "17", "r" "4"}) (e "path" #js {"d" "M12 10.07c1.95 0 3.72.79 5 2.07l5-5C19.44 4.59 15.9 3 12 3S4.56 4.59 2 7.15l5 5c1.28-1.28 3.05-2.08 5-2.08z"})]
"CompassCalibration"))
================================================
FILE: src/icons/reagent_mui/icons/compass_calibration_outlined.cljs
================================================
(ns reagent-mui.icons.compass-calibration-outlined
"Imports @mui/icons-material/CompassCalibrationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compass-calibration-outlined (create-svg-icon (e "path" #js {"d" "M12 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm0-17C8.1 3 4.56 4.59 2 7.15l5 5c1.28-1.28 3.05-2.08 5-2.08s3.72.79 5 2.07l5-5C19.44 4.59 15.9 3 12 3zm4.84 6.47c-1.44-.91-3.1-1.4-4.84-1.4-1.74 0-3.41.49-4.85 1.41L4.94 7.26C6.99 5.79 9.44 5 12 5c2.56 0 5 .79 7.05 2.26l-2.21 2.21z"})
"CompassCalibrationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/compass_calibration_rounded.cljs
================================================
(ns reagent-mui.icons.compass-calibration-rounded
"Imports @mui/icons-material/CompassCalibrationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compass-calibration-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "17", "r" "4"}) (e "path" #js {"d" "M12 3C8.49 3 5.28 4.29 2.8 6.41c-.44.38-.48 1.06-.06 1.48l3.6 3.6c.36.36.92.39 1.32.08 1.2-.94 2.71-1.5 4.34-1.5 1.64 0 3.14.56 4.34 1.49.4.31.96.28 1.31-.08l3.6-3.6c.42-.42.38-1.1-.07-1.48C18.72 4.28 15.51 3 12 3z"})]
"CompassCalibrationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/compass_calibration_sharp.cljs
================================================
(ns reagent-mui.icons.compass-calibration-sharp
"Imports @mui/icons-material/CompassCalibrationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compass-calibration-sharp (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "17", "r" "4"}) (e "path" #js {"d" "M12 3C8.1 3 4.56 4.59 2 7.15l5 5c1.28-1.28 3.05-2.08 5-2.08s3.72.79 5 2.07l5-5C19.44 4.59 15.9 3 12 3z"})]
"CompassCalibrationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/compass_calibration_two_tone.cljs
================================================
(ns reagent-mui.icons.compass-calibration-two-tone
"Imports @mui/icons-material/CompassCalibrationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compass-calibration-two-tone (create-svg-icon [(e "path" #js {"d" "m4.94 7.26 2.21 2.21c1.44-.91 3.11-1.4 4.85-1.4 1.74 0 3.41.49 4.84 1.4l2.21-2.21C17 5.79 14.56 5 12 5c-2.56 0-5.01.79-7.06 2.26z", "opacity" ".3"}) (e "circle" #js {"cx" "12", "cy" "17", "r" "3", "opacity" ".3"}) (e "path" #js {"d" "M17 17c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5zm-8 0c0-1.65 1.35-3 3-3s3 1.35 3 3-1.35 3-3 3-3-1.35-3-3zM2 7.15l5 5c1.28-1.28 3.05-2.08 5-2.08s3.72.79 5 2.07l5-5C19.44 4.59 15.9 3 12 3 8.1 3 4.56 4.59 2 7.15zm14.84 2.32c-1.44-.91-3.1-1.4-4.84-1.4-1.74 0-3.41.49-4.85 1.41L4.94 7.26C6.99 5.79 9.44 5 12 5c2.56 0 5 .79 7.05 2.26l-2.21 2.21z"})]
"CompassCalibrationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/compress.cljs
================================================
(ns reagent-mui.icons.compress
"Imports @mui/icons-material/Compress as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compress (create-svg-icon (e "path" #js {"d" "M8 19h3v3h2v-3h3l-4-4-4 4zm8-15h-3V1h-2v3H8l4 4 4-4zM4 9v2h16V9H4zm0 3h16v2H4z"})
"Compress"))
================================================
FILE: src/icons/reagent_mui/icons/compress_outlined.cljs
================================================
(ns reagent-mui.icons.compress-outlined
"Imports @mui/icons-material/CompressOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compress-outlined (create-svg-icon (e "path" #js {"d" "M4 9v2h16V9H4zm12-5-1.41-1.41L13 4.17V1h-2v3.19L9.39 2.61 8 4l4 4 4-4zM4 14h16v-2H4v2zm4 5 1.39 1.39L11 18.81V22h2v-3.17l1.59 1.59L16 19l-4-4-4 4z"})
"CompressOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/compress_rounded.cljs
================================================
(ns reagent-mui.icons.compress-rounded
"Imports @mui/icons-material/CompressRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compress-rounded (create-svg-icon (e "path" #js {"d" "M4 10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1zm10.79-6H13V2c0-.55-.45-1-1-1s-1 .45-1 1v2H9.21c-.45 0-.67.54-.36.85l2.79 2.79c.2.2.51.2.71 0l2.79-2.79c.32-.31.1-.85-.35-.85zM9.21 19H11v2c0 .55.45 1 1 1s1-.45 1-1v-2h1.79c.45 0 .67-.54.35-.85l-2.79-2.79c-.2-.2-.51-.2-.71 0l-2.79 2.79c-.31.31-.09.85.36.85zM5 14h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1s.45 1 1 1z"})
"CompressRounded"))
================================================
FILE: src/icons/reagent_mui/icons/compress_sharp.cljs
================================================
(ns reagent-mui.icons.compress-sharp
"Imports @mui/icons-material/CompressSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compress-sharp (create-svg-icon (e "path" #js {"d" "M4 9h16v2H4zm12-5h-3V1h-2v3H8l4 4zM8 19h3v3h2v-3h3l-4-4zm-4-7h16v2H4z"})
"CompressSharp"))
================================================
FILE: src/icons/reagent_mui/icons/compress_two_tone.cljs
================================================
(ns reagent-mui.icons.compress-two-tone
"Imports @mui/icons-material/CompressTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def compress-two-tone (create-svg-icon (e "path" #js {"d" "M4 9h16v2H4zm12-5h-3V1h-2v3H8l4 4zM8 19h3v3h2v-3h3l-4-4zm-4-7h16v2H4z"})
"CompressTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/computer.cljs
================================================
(ns reagent-mui.icons.computer
"Imports @mui/icons-material/Computer as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def computer (create-svg-icon (e "path" #js {"d" "M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z"})
"Computer"))
================================================
FILE: src/icons/reagent_mui/icons/computer_outlined.cljs
================================================
(ns reagent-mui.icons.computer-outlined
"Imports @mui/icons-material/ComputerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def computer-outlined (create-svg-icon (e "path" #js {"d" "M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z"})
"ComputerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/computer_rounded.cljs
================================================
(ns reagent-mui.icons.computer-rounded
"Imports @mui/icons-material/ComputerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def computer-rounded (create-svg-icon (e "path" #js {"d" "M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H1c-.55 0-1 .45-1 1s.45 1 1 1h22c.55 0 1-.45 1-1s-.45-1-1-1h-3zM5 6h14c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1z"})
"ComputerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/computer_sharp.cljs
================================================
(ns reagent-mui.icons.computer-sharp
"Imports @mui/icons-material/ComputerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def computer-sharp (create-svg-icon (e "path" #js {"d" "m20 18 2-2V4H2v12l2 2H0v2h24v-2h-4zM4 6h16v10H4V6z"})
"ComputerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/computer_two_tone.cljs
================================================
(ns reagent-mui.icons.computer-two-tone
"Imports @mui/icons-material/ComputerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def computer-two-tone (create-svg-icon [(e "path" #js {"d" "M4 6h16v10H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z"})]
"ComputerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/confirmation_number.cljs
================================================
(ns reagent-mui.icons.confirmation-number
"Imports @mui/icons-material/ConfirmationNumber as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def confirmation-number (create-svg-icon (e "path" #js {"d" "M22 10V6c0-1.11-.9-2-2-2H4c-1.1 0-1.99.89-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2zm-9 7.5h-2v-2h2v2zm0-4.5h-2v-2h2v2zm0-4.5h-2v-2h2v2z"})
"ConfirmationNumber"))
================================================
FILE: src/icons/reagent_mui/icons/confirmation_number_outlined.cljs
================================================
(ns reagent-mui.icons.confirmation-number-outlined
"Imports @mui/icons-material/ConfirmationNumberOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def confirmation-number-outlined (create-svg-icon (e "path" #js {"d" "M22 10V6c0-1.11-.9-2-2-2H4c-1.1 0-1.99.89-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2zm-2-1.46c-1.19.69-2 1.99-2 3.46s.81 2.77 2 3.46V18H4v-2.54c1.19-.69 2-1.99 2-3.46 0-1.48-.8-2.77-1.99-3.46L4 6h16v2.54zM11 15h2v2h-2zm0-4h2v2h-2zm0-4h2v2h-2z"})
"ConfirmationNumberOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/confirmation_number_rounded.cljs
================================================
(ns reagent-mui.icons.confirmation-number-rounded
"Imports @mui/icons-material/ConfirmationNumberRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def confirmation-number-rounded (create-svg-icon (e "path" #js {"d" "M22 8.54V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.89-1.99 2v2.54c0 .69.33 1.37.94 1.69C3.58 10.58 4 11.24 4 12s-.43 1.43-1.06 1.76c-.6.33-.94 1.01-.94 1.7V18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-2.54c0-.69-.34-1.37-.94-1.7-.63-.34-1.06-1-1.06-1.76s.43-1.42 1.06-1.76c.6-.33.94-1.01.94-1.7zm-9 8.96h-2v-2h2v2zm0-4.5h-2v-2h2v2zm0-4.5h-2v-2h2v2z"})
"ConfirmationNumberRounded"))
================================================
FILE: src/icons/reagent_mui/icons/confirmation_number_sharp.cljs
================================================
(ns reagent-mui.icons.confirmation-number-sharp
"Imports @mui/icons-material/ConfirmationNumberSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def confirmation-number-sharp (create-svg-icon (e "path" #js {"d" "M22 10V4H2.01v6c1.1 0 1.99.9 1.99 2s-.89 2-2 2v6h20v-6c-1.1 0-2-.9-2-2s.9-2 2-2zm-9 7.5h-2v-2h2v2zm0-4.5h-2v-2h2v2zm0-4.5h-2v-2h2v2z"})
"ConfirmationNumberSharp"))
================================================
FILE: src/icons/reagent_mui/icons/confirmation_number_two_tone.cljs
================================================
(ns reagent-mui.icons.confirmation-number-two-tone
"Imports @mui/icons-material/ConfirmationNumberTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def confirmation-number-two-tone (create-svg-icon [(e "path" #js {"d" "M4.01 8.54C5.2 9.23 6 10.52 6 12s-.81 2.77-2 3.46V18h16v-2.54c-1.19-.69-2-1.99-2-3.46s.81-2.77 2-3.46V6H4l.01 2.54zM11 7h2v2h-2V7zm0 4h2v2h-2v-2zm0 4h2v2h-2v-2z", "opacity" ".3"}) (e "path" #js {"d" "M22 10V6c0-1.11-.9-2-2-2H4c-1.1 0-1.99.89-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2zm-2-1.46c-1.19.69-2 1.99-2 3.46s.81 2.77 2 3.46V18H4v-2.54c1.19-.69 2-1.99 2-3.46 0-1.48-.8-2.77-1.99-3.46L4 6h16v2.54zM11 15h2v2h-2zm0-4h2v2h-2zm0-4h2v2h-2z"})]
"ConfirmationNumberTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/connect_without_contact.cljs
================================================
(ns reagent-mui.icons.connect-without-contact
"Imports @mui/icons-material/ConnectWithoutContact as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def connect-without-contact (create-svg-icon (e "path" #js {"d" "M11 14H9c0-4.97 4.03-9 9-9v2c-3.87 0-7 3.13-7 7zm7-3V9c-2.76 0-5 2.24-5 5h2c0-1.66 1.34-3 3-3zM7 4c0-1.11-.89-2-2-2s-2 .89-2 2 .89 2 2 2 2-.89 2-2zm4.45.5h-2C9.21 5.92 7.99 7 6.5 7h-3C2.67 7 2 7.67 2 8.5V11h6V8.74c1.86-.59 3.25-2.23 3.45-4.24zM19 17c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm1.5 1h-3c-1.49 0-2.71-1.08-2.95-2.5h-2c.2 2.01 1.59 3.65 3.45 4.24V22h6v-2.5c0-.83-.67-1.5-1.5-1.5z"})
"ConnectWithoutContact"))
================================================
FILE: src/icons/reagent_mui/icons/connect_without_contact_outlined.cljs
================================================
(ns reagent-mui.icons.connect-without-contact-outlined
"Imports @mui/icons-material/ConnectWithoutContactOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def connect-without-contact-outlined (create-svg-icon (e "path" #js {"d" "M11 14H9c0-4.97 4.03-9 9-9v2c-3.87 0-7 3.13-7 7zm7-3V9c-2.76 0-5 2.24-5 5h2c0-1.66 1.34-3 3-3zM7 4c0-1.11-.89-2-2-2s-2 .89-2 2 .89 2 2 2 2-.89 2-2zm4.45.5h-2C9.21 5.92 7.99 7 6.5 7h-3C2.67 7 2 7.67 2 8.5V11h6V8.74c1.86-.59 3.25-2.23 3.45-4.24zM19 17c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm1.5 1h-3c-1.49 0-2.71-1.08-2.95-2.5h-2c.2 2.01 1.59 3.65 3.45 4.24V22h6v-2.5c0-.83-.67-1.5-1.5-1.5z"})
"ConnectWithoutContactOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/connect_without_contact_rounded.cljs
================================================
(ns reagent-mui.icons.connect-without-contact-rounded
"Imports @mui/icons-material/ConnectWithoutContactRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def connect-without-contact-rounded (create-svg-icon (e "path" #js {"d" "M7 4c0-1.11-.89-2-2-2s-2 .89-2 2 .89 2 2 2 2-.89 2-2zm3.19.5c-.41 0-.76.25-.92.63C8.83 6.23 7.76 7 6.5 7h-3C2.67 7 2 7.67 2 8.5V11h6V8.74c1.43-.45 2.58-1.53 3.12-2.91.26-.64-.24-1.33-.93-1.33zM19 17c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm1.5 1h-3c-1.26 0-2.33-.77-2.77-1.87-.15-.38-.51-.63-.92-.63-.69 0-1.19.69-.94 1.33.55 1.38 1.69 2.46 3.12 2.91V22h6v-2.5c.01-.83-.66-1.5-1.49-1.5zm-3.25-6.91s0-.01.01 0c-1.06.27-1.9 1.11-2.17 2.17v-.01c-.11.43-.51.75-.98.75-.55 0-1-.45-1-1 0-.05.02-.14.02-.14.43-1.85 1.89-3.31 3.75-3.73.04 0 .08-.01.12-.01.55 0 1 .45 1 1 0 .46-.32.86-.75.97zM18 6.06c0 .51-.37.92-.86.99-3.19.39-5.7 2.91-6.09 6.1-.07.48-.49.85-.99.85-.55 0-1-.45-1-1v-.09c.5-4.12 3.79-7.38 7.92-7.85h.01c.56 0 1.01.45 1.01 1z"})
"ConnectWithoutContactRounded"))
================================================
FILE: src/icons/reagent_mui/icons/connect_without_contact_sharp.cljs
================================================
(ns reagent-mui.icons.connect-without-contact-sharp
"Imports @mui/icons-material/ConnectWithoutContactSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def connect-without-contact-sharp (create-svg-icon (e "path" #js {"d" "M11 14H9c0-4.97 4.03-9 9-9v2c-3.87 0-7 3.13-7 7zm7-3V9c-2.76 0-5 2.24-5 5h2c0-1.66 1.34-3 3-3zM7 4c0-1.11-.89-2-2-2s-2 .89-2 2 .89 2 2 2 2-.89 2-2zm4.45.5h-2C9.21 5.92 7.99 7 6.5 7H2v4h6V8.74c1.86-.59 3.25-2.23 3.45-4.24zM19 17c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm-1.5 1c-1.49 0-2.71-1.08-2.95-2.5h-2c.2 2.01 1.59 3.65 3.45 4.24V22h6v-4h-4.5z"})
"ConnectWithoutContactSharp"))
================================================
FILE: src/icons/reagent_mui/icons/connect_without_contact_two_tone.cljs
================================================
(ns reagent-mui.icons.connect-without-contact-two-tone
"Imports @mui/icons-material/ConnectWithoutContactTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def connect-without-contact-two-tone (create-svg-icon (e "path" #js {"d" "M11 14H9c0-4.97 4.03-9 9-9v2c-3.87 0-7 3.13-7 7zm7-3V9c-2.76 0-5 2.24-5 5h2c0-1.66 1.34-3 3-3zM7 4c0-1.11-.89-2-2-2s-2 .89-2 2 .89 2 2 2 2-.89 2-2zm4.45.5h-2C9.21 5.92 7.99 7 6.5 7h-3C2.67 7 2 7.67 2 8.5V11h6V8.74c1.86-.59 3.25-2.23 3.45-4.24zM19 17c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm1.5 1h-3c-1.49 0-2.71-1.08-2.95-2.5h-2c.2 2.01 1.59 3.65 3.45 4.24V22h6v-2.5c0-.83-.67-1.5-1.5-1.5z"})
"ConnectWithoutContactTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/connected_tv.cljs
================================================
(ns reagent-mui.icons.connected-tv
"Imports @mui/icons-material/ConnectedTv as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def connected-tv (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.1-.9-2-2-2zm0 14H3V5h18v12zM4 14v2h2c0-1.11-.89-2-2-2zm0-3v1.43c1.97 0 3.57 1.6 3.57 3.57H9c0-2.76-2.24-5-5-5zm0-3v1.45c3.61 0 6.55 2.93 6.55 6.55H12c0-4.42-3.59-8-8-8z"})
"ConnectedTv"))
================================================
FILE: src/icons/reagent_mui/icons/connected_tv_outlined.cljs
================================================
(ns reagent-mui.icons.connected-tv-outlined
"Imports @mui/icons-material/ConnectedTvOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def connected-tv-outlined (create-svg-icon (e "path" #js {"d" "M20 3H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v2h8v-2h4c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2zm0 14H4V5h16v12zM5 14v2h2c0-1.11-.89-2-2-2zm0-3v1.43c1.97 0 3.57 1.6 3.57 3.57H10c0-2.76-2.24-5-5-5zm0-3v1.45c3.61 0 6.55 2.93 6.55 6.55H13c0-4.42-3.59-8-8-8z"})
"ConnectedTvOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/connected_tv_rounded.cljs
================================================
(ns reagent-mui.icons.connected-tv-rounded
"Imports @mui/icons-material/ConnectedTvRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def connected-tv-rounded (create-svg-icon (e "path" #js {"d" "M20 3H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h4c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2zm0 14H4V5h16v12zM7 15.97c-.02-1.08-.89-1.95-1.97-1.97H5v2h2v-.03zm-1.38-3.42c1.44.26 2.58 1.4 2.83 2.84.06.36.37.61.73.61.46 0 .82-.41.75-.86-.36-2.07-1.99-3.7-4.06-4.06-.46-.08-.87.28-.87.74 0 .37.26.67.62.73zm.02-3.02c3.07.3 5.52 2.75 5.83 5.82.04.37.37.65.74.65.45 0 .79-.4.75-.85-.4-3.74-3.37-6.71-7.11-7.1C5.4 8 5 8.34 5 8.79c0 .37.27.71.64.74z"})
"ConnectedTvRounded"))
================================================
FILE: src/icons/reagent_mui/icons/connected_tv_sharp.cljs
================================================
(ns reagent-mui.icons.connected-tv-sharp
"Imports @mui/icons-material/ConnectedTvSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def connected-tv-sharp (create-svg-icon [(e "path" #js {"d" "M8.57 16H10c0-2.76-2.24-5-5-5v1.43c1.97 0 3.57 1.6 3.57 3.57z"}) (e "path" #js {"d" "M11.55 16H13c0-4.42-3.59-8-8-8v1.45c3.61 0 6.55 2.93 6.55 6.55zM5 14v2h2c0-1.11-.89-2-2-2z"}) (e "path" #js {"d" "M22 3H2v16h6v2h8v-2h6V3zm-2 14H4V5h16v12z"})]
"ConnectedTvSharp"))
================================================
FILE: src/icons/reagent_mui/icons/connected_tv_two_tone.cljs
================================================
(ns reagent-mui.icons.connected-tv-two-tone
"Imports @mui/icons-material/ConnectedTvTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def connected-tv-two-tone (create-svg-icon [(e "path" #js {"d" "M20 3H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v2h8v-2h4c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2zm0 14H4V5h16v12zM5 14v2h2c0-1.11-.89-2-2-2zm0-3v1.43c1.97 0 3.57 1.6 3.57 3.57H10c0-2.76-2.24-5-5-5zm0-3v1.45c3.61 0 6.55 2.93 6.55 6.55H13c0-4.42-3.59-8-8-8z"}) (e "path" #js {"d" "M4 5h16v12H4z", "opacity" ".3"})]
"ConnectedTvTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/connecting_airports.cljs
================================================
(ns reagent-mui.icons.connecting-airports
"Imports @mui/icons-material/ConnectingAirports as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def connecting-airports (create-svg-icon (e "path" #js {"d" "m15.4 17 1.3 4.4h-1.1L13 17h-3c-.55 0-1-.45-1-1s.45-1 1-1h3l2.6-4.4h1.1L15.4 15h2.85l.75-1h1l-.6 2 .6 2h-1l-.75-1H15.4zM5.75 7 5 6H4l.6 2-.6 2h1l.75-1H8.6l-1.3 4.4h1.1L11 9h3c.55 0 1-.45 1-1s-.45-1-1-1h-3L8.4 2.6H7.3L8.6 7H5.75z"})
"ConnectingAirports"))
================================================
FILE: src/icons/reagent_mui/icons/connecting_airports_outlined.cljs
================================================
(ns reagent-mui.icons.connecting-airports-outlined
"Imports @mui/icons-material/ConnectingAirportsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def connecting-airports-outlined (create-svg-icon (e "path" #js {"d" "m15.4 17 1.3 4.4h-1.1L13 17h-3c-.55 0-1-.45-1-1s.45-1 1-1h3l2.6-4.4h1.1L15.4 15h2.85l.75-1h1l-.6 2 .6 2h-1l-.75-1H15.4zM5.75 7 5 6H4l.6 2-.6 2h1l.75-1H8.6l-1.3 4.4h1.1L11 9h3c.55 0 1-.45 1-1s-.45-1-1-1h-3L8.4 2.6H7.3L8.6 7H5.75z"})
"ConnectingAirportsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/connecting_airports_rounded.cljs
================================================
(ns reagent-mui.icons.connecting-airports-rounded
"Imports @mui/icons-material/ConnectingAirportsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def connecting-airports-rounded (create-svg-icon (e "path" #js {"d" "M15.93 10.6c.39 0 .66.37.55.74L15.4 15h2.85l.59-.78c.1-.14.26-.22.43-.22.36 0 .62.35.52.7L19.4 16l.39 1.3c.1.35-.16.7-.52.7-.17 0-.33-.08-.43-.22l-.59-.78H15.4l1.08 3.66c.11.37-.17.74-.55.74-.2 0-.39-.11-.5-.28L13 17h-2.97c-.53 0-1-.4-1.03-.93-.04-.59.43-1.07 1-1.07h3l2.43-4.12c.11-.17.3-.28.5-.28zm-7.86-8c-.39 0-.66.37-.55.74L8.6 7H5.75l-.59-.78C5.06 6.08 4.9 6 4.73 6c-.36 0-.62.35-.52.7L4.6 8l-.39 1.3c-.1.35.16.7.52.7.17 0 .33-.08.43-.22L5.75 9H8.6l-1.08 3.66c-.11.37.17.74.55.74.2 0 .39-.11.5-.28L11 9h2.97c.53 0 1-.4 1.03-.93.04-.59-.43-1.07-1-1.07h-3L8.57 2.88c-.11-.17-.3-.28-.5-.28z"})
"ConnectingAirportsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/connecting_airports_sharp.cljs
================================================
(ns reagent-mui.icons.connecting-airports-sharp
"Imports @mui/icons-material/ConnectingAirportsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def connecting-airports-sharp (create-svg-icon (e "path" #js {"d" "m15.4 17 1.3 4.4h-1.1L13 17h-3c-.55 0-1-.45-1-1s.45-1 1-1h3l2.6-4.4h1.1L15.4 15h2.85l.75-1h1l-.6 2 .6 2h-1l-.75-1H15.4zM5.75 7 5 6H4l.6 2-.6 2h1l.75-1H8.6l-1.3 4.4h1.1L11 9h3c.55 0 1-.45 1-1s-.45-1-1-1h-3L8.4 2.6H7.3L8.6 7H5.75z"})
"ConnectingAirportsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/connecting_airports_two_tone.cljs
================================================
(ns reagent-mui.icons.connecting-airports-two-tone
"Imports @mui/icons-material/ConnectingAirportsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def connecting-airports-two-tone (create-svg-icon (e "path" #js {"d" "m15.4 17 1.3 4.4h-1.1L13 17h-3c-.55 0-1-.45-1-1s.45-1 1-1h3l2.6-4.4h1.1L15.4 15h2.85l.75-1h1l-.6 2 .6 2h-1l-.75-1H15.4zM5.75 7 5 6H4l.6 2-.6 2h1l.75-1H8.6l-1.3 4.4h1.1L11 9h3c.55 0 1-.45 1-1s-.45-1-1-1h-3L8.4 2.6H7.3L8.6 7H5.75z"})
"ConnectingAirportsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/construction.cljs
================================================
(ns reagent-mui.icons.construction
"Imports @mui/icons-material/Construction as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def construction (create-svg-icon (e "path" #js {"d" "m13.7826 15.1719 2.1213-2.1213 5.9963 5.9962-2.1213 2.1213zM17.5 10c1.93 0 3.5-1.57 3.5-3.5 0-.58-.16-1.12-.41-1.6l-2.7 2.7-1.49-1.49 2.7-2.7c-.48-.25-1.02-.41-1.6-.41C15.57 3 14 4.57 14 6.5c0 .41.08.8.21 1.16l-1.85 1.85-1.78-1.78.71-.71-1.41-1.41L12 3.49c-1.17-1.17-3.07-1.17-4.24 0L4.22 7.03l1.41 1.41H2.81l-.71.71 3.54 3.54.71-.71V9.15l1.41 1.41.71-.71 1.78 1.78-7.41 7.41 2.12 2.12L16.34 9.79c.36.13.75.21 1.16.21z"})
"Construction"))
================================================
FILE: src/icons/reagent_mui/icons/construction_outlined.cljs
================================================
(ns reagent-mui.icons.construction-outlined
"Imports @mui/icons-material/ConstructionOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def construction-outlined (create-svg-icon (e "path" #js {"d" "m13.7826 15.1719 2.1213-2.1213 5.9963 5.9962-2.1213 2.1213zM17.5 10c1.93 0 3.5-1.57 3.5-3.5 0-.58-.16-1.12-.41-1.6l-2.7 2.7-1.49-1.49 2.7-2.7c-.48-.25-1.02-.41-1.6-.41C15.57 3 14 4.57 14 6.5c0 .41.08.8.21 1.16l-1.85 1.85-1.78-1.78.71-.71-1.41-1.41L12 3.49c-1.17-1.17-3.07-1.17-4.24 0L4.22 7.03l1.41 1.41H2.81l-.71.71 3.54 3.54.71-.71V9.15l1.41 1.41.71-.71 1.78 1.78-7.41 7.41 2.12 2.12L16.34 9.79c.36.13.75.21 1.16.21z"})
"ConstructionOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/construction_rounded.cljs
================================================
(ns reagent-mui.icons.construction-rounded
"Imports @mui/icons-material/ConstructionRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def construction-rounded (create-svg-icon (e "path" #js {"d" "m20.99 17.99-4.94-4.94-2.12 2.12 4.94 4.94c.59.59 1.54.59 2.12 0 .58-.59.58-1.54 0-2.12zM17.65 10c1.93 0 3.5-1.57 3.5-3.5 0-.58-.16-1.12-.41-1.6l-2.7 2.7-1.49-1.49 2.7-2.7c-.48-.25-1.02-.41-1.6-.41-1.93 0-3.5 1.57-3.5 3.5 0 .41.08.8.21 1.16l-1.85 1.85-1.78-1.78c.39-.39.39-1.02 0-1.41l-.71-.71 2.12-2.12c-1.17-1.17-3.07-1.17-4.24 0L5.08 6.32c-.39.39-.39 1.02 0 1.41l.71.71H3.25c-.19 0-.37.07-.5.21-.28.28-.28.72 0 1l2.54 2.54c.28.28.72.28 1 0 .13-.13.21-.31.21-.5V9.15l.7.7c.39.39 1.02.39 1.41 0l1.78 1.78-6.35 6.35c-.59.59-.59 1.54 0 2.12.59.59 1.54.59 2.12 0L16.48 9.79c.37.13.76.21 1.17.21z"})
"ConstructionRounded"))
================================================
FILE: src/icons/reagent_mui/icons/construction_sharp.cljs
================================================
(ns reagent-mui.icons.construction-sharp
"Imports @mui/icons-material/ConstructionSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def construction-sharp (create-svg-icon (e "path" #js {"d" "m13.7826 15.1719 2.1213-2.1213 5.9963 5.9962-2.1213 2.1213zM17.5 10c1.93 0 3.5-1.57 3.5-3.5 0-.58-.16-1.12-.41-1.6l-2.7 2.7-1.49-1.49 2.7-2.7c-.48-.25-1.02-.41-1.6-.41C15.57 3 14 4.57 14 6.5c0 .41.08.8.21 1.16l-1.85 1.85-1.78-1.78.71-.71-1.41-1.41L12 3.49c-1.17-1.17-3.07-1.17-4.24 0L4.22 7.03l1.41 1.41H2.81l-.71.71 3.54 3.54.71-.71V9.15l1.41 1.41.71-.71 1.78 1.78-7.41 7.41 2.12 2.12L16.34 9.79c.36.13.75.21 1.16.21z"})
"ConstructionSharp"))
================================================
FILE: src/icons/reagent_mui/icons/construction_two_tone.cljs
================================================
(ns reagent-mui.icons.construction-two-tone
"Imports @mui/icons-material/ConstructionTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def construction-two-tone (create-svg-icon (e "path" #js {"d" "m13.7826 15.1719 2.1213-2.1213 5.9963 5.9962-2.1213 2.1213zM17.5 10c1.93 0 3.5-1.57 3.5-3.5 0-.58-.16-1.12-.41-1.6l-2.7 2.7-1.49-1.49 2.7-2.7c-.48-.25-1.02-.41-1.6-.41C15.57 3 14 4.57 14 6.5c0 .41.08.8.21 1.16l-1.85 1.85-1.78-1.78.71-.71-1.41-1.41L12 3.49c-1.17-1.17-3.07-1.17-4.24 0L4.22 7.03l1.41 1.41H2.81l-.71.71 3.54 3.54.71-.71V9.15l1.41 1.41.71-.71 1.78 1.78-7.41 7.41 2.12 2.12L16.34 9.79c.36.13.75.21 1.16.21z"})
"ConstructionTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/contact_emergency.cljs
================================================
(ns reagent-mui.icons.contact-emergency
"Imports @mui/icons-material/ContactEmergency as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-emergency (create-svg-icon (e "path" #js {"d" "M22 3H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2zM9 8c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3zM2.08 19c1.38-2.39 3.96-4 6.92-4s5.54 1.61 6.92 4H2.08zm18.89-9.15-.75 1.3-1.47-.85V12h-1.5v-1.7l-1.47.85-.75-1.3L16.5 9l-1.47-.85.75-1.3 1.47.85V6h1.5v1.7l1.47-.85.75 1.3L19.5 9l1.47.85z"})
"ContactEmergency"))
================================================
FILE: src/icons/reagent_mui/icons/contact_emergency_outlined.cljs
================================================
(ns reagent-mui.icons.contact-emergency-outlined
"Imports @mui/icons-material/ContactEmergencyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-emergency-outlined (create-svg-icon [(e "path" #js {"d" "M9 14c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3zm0-4c.54 0 1 .46 1 1s-.46 1-1 1-1-.46-1-1 .46-1 1-1z"}) (e "path" #js {"d" "M22 3H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2zM4.54 19c1.1-1.22 2.69-2 4.46-2s3.36.78 4.46 2H4.54zM22 19h-6.08c-1.38-2.39-3.96-4-6.92-4s-5.54 1.61-6.92 4H2V5h20v14z"}) (e "path" #js {"d" "m15.78 11.15 1.47-.85V12h1.5v-1.7l1.47.85.75-1.3L19.5 9l1.47-.85-.75-1.3-1.47.85V6h-1.5v1.7l-1.47-.85-.75 1.3L16.5 9l-1.47.85z"})]
"ContactEmergencyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/contact_emergency_rounded.cljs
================================================
(ns reagent-mui.icons.contact-emergency-rounded
"Imports @mui/icons-material/ContactEmergencyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-emergency-rounded (create-svg-icon (e "path" #js {"d" "M22 3H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2zM9 8c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3zM2.08 19c1.38-2.39 3.96-4 6.92-4s5.54 1.61 6.92 4H2.08zm18.52-8.5c-.21.36-.67.48-1.02.27l-.82-.48v.95c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.94l-.82.48c-.36.21-.82.08-1.02-.27-.21-.36-.08-.82.27-1.02L16.5 9l-.82-.48c-.36-.21-.48-.67-.27-1.02.21-.36.67-.48 1.02-.27l.82.48v-.96c0-.41.34-.75.75-.75s.75.34.75.75v.95l.82-.48c.36-.21.82-.08 1.02.27.21.36.08.82-.27 1.02L19.5 9l.82.48c.36.2.49.66.28 1.02z"})
"ContactEmergencyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/contact_emergency_sharp.cljs
================================================
(ns reagent-mui.icons.contact-emergency-sharp
"Imports @mui/icons-material/ContactEmergencySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-emergency-sharp (create-svg-icon (e "path" #js {"d" "M23.99 3H0v18h23.99V3zM9 8c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3zM2.08 19c1.38-2.39 3.96-4 6.92-4s5.54 1.61 6.92 4H2.08zm18.89-9.15-.75 1.3-1.47-.85V12h-1.5v-1.7l-1.47.85-.75-1.3L16.5 9l-1.47-.85.75-1.3 1.47.85V6h1.5v1.7l1.47-.85.75 1.3L19.5 9l1.47.85z"})
"ContactEmergencySharp"))
================================================
FILE: src/icons/reagent_mui/icons/contact_emergency_two_tone.cljs
================================================
(ns reagent-mui.icons.contact-emergency-two-tone
"Imports @mui/icons-material/ContactEmergencyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-emergency-two-tone (create-svg-icon [(e "path" #js {"d" "M2 19h.08c1.38-2.39 3.96-4 6.92-4s5.54 1.61 6.92 4H22V5H2v14zM15.03 8.15l.75-1.3 1.47.85V6h1.5v1.7l1.47-.85.75 1.3L19.5 9l1.47.85-.75 1.3-1.47-.85V12h-1.5v-1.7l-1.47.85-.75-1.3L16.5 9l-1.47-.85zM9 8c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3z", "opacity" ".3"}) (e "path" #js {"d" "M9 14c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3zm0-4c.54 0 1 .46 1 1s-.46 1-1 1-1-.46-1-1 .46-1 1-1z"}) (e "path" #js {"d" "M22 3H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2zM4.54 19c1.1-1.22 2.69-2 4.46-2s3.36.78 4.46 2H4.54zM22 19h-6.08c-1.38-2.39-3.96-4-6.92-4s-5.54 1.61-6.92 4H2V5h20v14z"}) (e "path" #js {"d" "m15.78 11.15 1.47-.85V12h1.5v-1.7l1.47.85.75-1.3L19.5 9l1.47-.85-.75-1.3-1.47.85V6h-1.5v1.7l-1.47-.85-.75 1.3L16.5 9l-1.47.85z"})]
"ContactEmergencyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/contact_mail.cljs
================================================
(ns reagent-mui.icons.contact-mail
"Imports @mui/icons-material/ContactMail as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-mail (create-svg-icon (e "path" #js {"d" "M21 8V7l-3 2-3-2v1l3 2 3-2zm1-5H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2zM8 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1zm8-6h-8V6h8v6z"})
"ContactMail"))
================================================
FILE: src/icons/reagent_mui/icons/contact_mail_outlined.cljs
================================================
(ns reagent-mui.icons.contact-mail-outlined
"Imports @mui/icons-material/ContactMailOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-mail-outlined (create-svg-icon (e "path" #js {"d" "M22 3H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2zm0 16H2V5h20v14zM21 6h-7v5h7V6zm-1 2-2.5 1.75L15 8V7l2.5 1.75L20 7v1zM9 12c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm6 8.59c0-2.5-3.97-3.58-6-3.58s-6 1.08-6 3.58V18h12v-1.41zM5.48 16c.74-.5 2.22-1 3.52-1s2.77.49 3.52 1H5.48z"})
"ContactMailOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/contact_mail_rounded.cljs
================================================
(ns reagent-mui.icons.contact-mail-rounded
"Imports @mui/icons-material/ContactMailRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-mail-rounded (create-svg-icon (e "path" #js {"d" "M21 8V7l-3 2-3-2v1l2.72 1.82c.17.11.39.11.55 0L21 8zm1-5H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2zM8 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1zm7.5-6h-7c-.28 0-.5-.22-.5-.5v-5c0-.28.22-.5.5-.5h7c.28 0 .5.22.5.5v5c0 .28-.22.5-.5.5z"})
"ContactMailRounded"))
================================================
FILE: src/icons/reagent_mui/icons/contact_mail_sharp.cljs
================================================
(ns reagent-mui.icons.contact-mail-sharp
"Imports @mui/icons-material/ContactMailSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-mail-sharp (create-svg-icon (e "path" #js {"d" "M21 8V7l-3 2-3-2v1l3 2 3-2zm3-5H0v18h23.99L24 3zM8 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1zm8-6h-8V6h8v6z"})
"ContactMailSharp"))
================================================
FILE: src/icons/reagent_mui/icons/contact_mail_two_tone.cljs
================================================
(ns reagent-mui.icons.contact-mail-two-tone
"Imports @mui/icons-material/ContactMailTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-mail-two-tone (create-svg-icon [(e "path" #js {"d" "M2 19h20V5H2v14zM14 6h7v5h-7V6zM9 6c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3zM3 16.59C3 14.08 6.97 13 9 13s6 1.08 6 3.58V18H3v-1.41z", "opacity" ".3"}) (e "path" #js {"d" "M22 3H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2zm0 16H2V5h20v14zM21 6h-7v5h7V6zm-1 2-2.5 1.75L15 8V7l2.5 1.75L20 7v1zM9 12c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm6 8.59c0-2.5-3.97-3.58-6-3.58s-6 1.08-6 3.58V18h12v-1.41zM5.48 16c.74-.5 2.22-1 3.52-1s2.77.49 3.52 1H5.48z"})]
"ContactMailTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/contact_page.cljs
================================================
(ns reagent-mui.icons.contact-page
"Imports @mui/icons-material/ContactPage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-page (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm-2 8c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8H8v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V18z"})
"ContactPage"))
================================================
FILE: src/icons/reagent_mui/icons/contact_page_outlined.cljs
================================================
(ns reagent-mui.icons.contact-page-outlined
"Imports @mui/icons-material/ContactPageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-page-outlined (create-svg-icon (e "path" #js {"d" "M13.17 4 18 8.83V20H6V4h7.17M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm-2 12c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 3.43c0-.81-.48-1.53-1.22-1.85-.85-.37-1.79-.58-2.78-.58-.99 0-1.93.21-2.78.58C8.48 15.9 8 16.62 8 17.43V18h8v-.57z"})
"ContactPageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/contact_page_rounded.cljs
================================================
(ns reagent-mui.icons.contact-page-rounded
"Imports @mui/icons-material/ContactPageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-page-rounded (create-svg-icon (e "path" #js {"d" "M13.17 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59zM12 10c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8H8v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V18z"})
"ContactPageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/contact_page_sharp.cljs
================================================
(ns reagent-mui.icons.contact-page-sharp
"Imports @mui/icons-material/ContactPageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-page-sharp (create-svg-icon (e "path" #js {"d" "M14 2H4v20h16V8l-6-6zm-2 8c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8H8v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V18z"})
"ContactPageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/contact_page_two_tone.cljs
================================================
(ns reagent-mui.icons.contact-page-two-tone
"Imports @mui/icons-material/ContactPageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-page-two-tone (create-svg-icon [(e "path" #js {"d" "M13.17 4 18 8.83V20H6V4h7.17M12 14c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 3.43c0-.81-.48-1.53-1.22-1.85-.85-.37-1.79-.58-2.78-.58-.99 0-1.93.21-2.78.58C8.48 15.9 8 16.62 8 17.43V18h8v-.57z", "opacity" ".3"}) (e "path" #js {"d" "M13.17 4 18 8.83V20H6V4h7.17M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm-2 12c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 3.43c0-.81-.48-1.53-1.22-1.85-.85-.37-1.79-.58-2.78-.58-.99 0-1.93.21-2.78.58C8.48 15.9 8 16.62 8 17.43V18h8v-.57z"})]
"ContactPageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/contact_phone.cljs
================================================
(ns reagent-mui.icons.contact-phone
"Imports @mui/icons-material/ContactPhone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-phone (create-svg-icon (e "path" #js {"d" "M22 3H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2zM8 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1zm3.85-4h1.64L21 16l-1.99 1.99c-1.31-.98-2.28-2.38-2.73-3.99-.18-.64-.28-1.31-.28-2s.1-1.36.28-2c.45-1.62 1.42-3.01 2.73-3.99L21 8l-1.51 2h-1.64c-.22.63-.35 1.3-.35 2s.13 1.37.35 2z"})
"ContactPhone"))
================================================
FILE: src/icons/reagent_mui/icons/contact_phone_outlined.cljs
================================================
(ns reagent-mui.icons.contact-phone-outlined
"Imports @mui/icons-material/ContactPhoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-phone-outlined (create-svg-icon (e "path" #js {"d" "M22 3H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2zm0 16H2V5h20v14zm-2.99-1.01L21 16l-1.51-2h-1.64c-.22-.63-.35-1.3-.35-2s.13-1.37.35-2h1.64L21 8l-1.99-1.99c-1.31.98-2.28 2.37-2.73 3.99-.18.64-.28 1.31-.28 2s.1 1.36.28 2c.45 1.61 1.42 3.01 2.73 3.99zM9 12c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm6 8.59c0-2.5-3.97-3.58-6-3.58s-6 1.08-6 3.58V18h12v-1.41zM5.48 16c.74-.5 2.22-1 3.52-1s2.77.49 3.52 1H5.48z"})
"ContactPhoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/contact_phone_rounded.cljs
================================================
(ns reagent-mui.icons.contact-phone-rounded
"Imports @mui/icons-material/ContactPhoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-phone-rounded (create-svg-icon (e "path" #js {"d" "M22 3H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2zM8 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1zm3.85-4h1.39c.16 0 .3.07.4.2l1.1 1.45c.15.2.13.48-.05.65l-1.36 1.36c-.18.18-.48.2-.67.04a7.557 7.557 0 0 1-2.38-3.71c-.18-.63-.28-1.3-.28-1.99s.1-1.36.28-2c.41-1.47 1.25-2.75 2.38-3.71.2-.17.49-.14.67.04l1.36 1.36c.18.18.2.46.05.65l-1.1 1.45c-.09.13-.24.2-.4.2h-1.39c-.22.63-.35 1.3-.35 2s.13 1.38.35 2.01z"})
"ContactPhoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/contact_phone_sharp.cljs
================================================
(ns reagent-mui.icons.contact-phone-sharp
"Imports @mui/icons-material/ContactPhoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-phone-sharp (create-svg-icon (e "path" #js {"d" "M23.99 3H0v18h24l-.01-18zM8 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1zm3.85-4h1.64L21 16l-1.99 1.99c-1.31-.98-2.28-2.38-2.73-3.99-.18-.64-.28-1.31-.28-2s.1-1.36.28-2c.45-1.62 1.42-3.01 2.73-3.99L21 8l-1.51 2h-1.64c-.22.63-.35 1.3-.35 2s.13 1.37.35 2z"})
"ContactPhoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/contact_phone_two_tone.cljs
================================================
(ns reagent-mui.icons.contact-phone-two-tone
"Imports @mui/icons-material/ContactPhoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-phone-two-tone (create-svg-icon [(e "path" #js {"d" "M22 5H2v14h20V5zM9 6c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3zm6 12H3v-1.41C3 14.08 6.97 13 9 13s6 1.08 6 3.58V18zm2.85-4h1.64L21 16l-1.99 1.99c-1.31-.98-2.28-2.38-2.73-3.99-.18-.64-.28-1.31-.28-2s.1-1.36.28-2c.45-1.62 1.42-3.01 2.73-3.99L21 8l-1.51 2h-1.64c-.22.63-.35 1.3-.35 2s.13 1.37.35 2z", "opacity" ".3"}) (e "path" #js {"d" "M2 21h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2zM2 5h20v14H2V5zm17.49 5L21 8l-1.99-1.99c-1.31.98-2.28 2.37-2.73 3.99-.18.64-.28 1.31-.28 2s.1 1.36.28 2c.45 1.61 1.42 3.01 2.73 3.99L21 16l-1.51-2h-1.64c-.22-.63-.35-1.3-.35-2s.13-1.37.35-2h1.64zM9 12c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 5c-2.03 0-6 1.08-6 3.58V18h12v-1.41C15 14.08 11.03 13 9 13zm-3.52 3c.74-.5 2.22-1 3.52-1s2.77.49 3.52 1H5.48z"})]
"ContactPhoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/contact_support.cljs
================================================
(ns reagent-mui.icons.contact-support
"Imports @mui/icons-material/ContactSupport as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-support (create-svg-icon (e "path" #js {"d" "M11.5 2C6.81 2 3 5.81 3 10.5S6.81 19 11.5 19h.5v3c4.86-2.34 8-7 8-11.5C20 5.81 16.19 2 11.5 2zm1 14.5h-2v-2h2v2zm0-3.5h-2c0-3.25 3-3 3-5 0-1.1-.9-2-2-2s-2 .9-2 2h-2c0-2.21 1.79-4 4-4s4 1.79 4 4c0 2.5-3 2.75-3 5z"})
"ContactSupport"))
================================================
FILE: src/icons/reagent_mui/icons/contact_support_outlined.cljs
================================================
(ns reagent-mui.icons.contact-support-outlined
"Imports @mui/icons-material/ContactSupportOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-support-outlined (create-svg-icon (e "path" #js {"d" "M11 23.59v-3.6c-5.01-.26-9-4.42-9-9.49C2 5.26 6.26 1 11.5 1S21 5.26 21 10.5c0 4.95-3.44 9.93-8.57 12.4l-1.43.69zM11.5 3C7.36 3 4 6.36 4 10.5S7.36 18 11.5 18H13v2.3c3.64-2.3 6-6.08 6-9.8C19 6.36 15.64 3 11.5 3zm-1 11.5h2v2h-2zm2-1.5h-2c0-3.25 3-3 3-5 0-1.1-.9-2-2-2s-2 .9-2 2h-2c0-2.21 1.79-4 4-4s4 1.79 4 4c0 2.5-3 2.75-3 5z"})
"ContactSupportOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/contact_support_rounded.cljs
================================================
(ns reagent-mui.icons.contact-support-rounded
"Imports @mui/icons-material/ContactSupportRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-support-rounded (create-svg-icon (e "path" #js {"d" "M11.5 2C6.81 2 3 5.81 3 10.5S6.81 19 11.5 19h.5v3c4.86-2.34 8-7 8-11.5C20 5.81 16.19 2 11.5 2zm1 14.5h-2v-2h2v2zm.4-4.78c-.01.01-.02.03-.03.05-.05.08-.1.16-.14.24-.02.03-.03.07-.04.11-.03.07-.06.14-.08.21-.07.21-.1.43-.1.68H10.5c0-.51.08-.94.2-1.3 0-.01 0-.02.01-.03.01-.04.04-.06.05-.1.06-.16.13-.3.22-.44.03-.05.07-.1.1-.15.03-.04.05-.09.08-.12l.01.01c.84-1.1 2.21-1.44 2.32-2.68.09-.98-.61-1.93-1.57-2.13-1.04-.22-1.98.39-2.3 1.28-.14.36-.47.65-.88.65h-.2c-.6 0-1.04-.59-.87-1.17.55-1.82 2.37-3.09 4.43-2.79 1.69.25 3.04 1.64 3.33 3.33.44 2.44-1.63 3.03-2.53 4.35z"})
"ContactSupportRounded"))
================================================
FILE: src/icons/reagent_mui/icons/contact_support_sharp.cljs
================================================
(ns reagent-mui.icons.contact-support-sharp
"Imports @mui/icons-material/ContactSupportSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-support-sharp (create-svg-icon (e "path" #js {"d" "M11.5 2C6.81 2 3 5.81 3 10.5S6.81 19 11.5 19h.5v3c4.86-2.34 8-7 8-11.5C20 5.81 16.19 2 11.5 2zm1 14.5h-2v-2h2v2zm0-3.5h-2c0-3.25 3-3 3-5 0-1.1-.9-2-2-2s-2 .9-2 2h-2c0-2.21 1.79-4 4-4s4 1.79 4 4c0 2.5-3 2.75-3 5z"})
"ContactSupportSharp"))
================================================
FILE: src/icons/reagent_mui/icons/contact_support_two_tone.cljs
================================================
(ns reagent-mui.icons.contact-support-two-tone
"Imports @mui/icons-material/ContactSupportTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contact-support-two-tone (create-svg-icon [(e "path" #js {"d" "M11.5 3C7.36 3 4 6.36 4 10.5S7.36 18 11.5 18H13v2.3c3.64-2.3 6-6.08 6-9.8C19 6.36 15.64 3 11.5 3zm1 13.5h-2v-2h2v2zm0-3.5h-2c0-3.25 3-3 3-5 0-1.1-.9-2-2-2s-2 .9-2 2h-2c0-2.21 1.79-4 4-4s4 1.79 4 4c0 2.5-3 2.75-3 5z", "opacity" ".3"}) (e "path" #js {"d" "M11.5 1C6.26 1 2 5.26 2 10.5c0 5.07 3.99 9.23 9 9.49v3.6l1.43-.69C17.56 20.43 21 15.45 21 10.5 21 5.26 16.74 1 11.5 1zM13 20.3V18h-1.5C7.36 18 4 14.64 4 10.5S7.36 3 11.5 3 19 6.36 19 10.5c0 3.73-2.36 7.51-6 9.8zm-2.5-5.8h2v2h-2zm1-10.5c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"})]
"ContactSupportTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/contactless.cljs
================================================
(ns reagent-mui.icons.contactless
"Imports @mui/icons-material/Contactless as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contactless (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8.46 14.45l-1.36-.62c.28-.61.41-1.24.4-1.86-.01-.63-.14-1.24-.4-1.8l1.36-.63c.35.75.53 1.56.54 2.4.01.86-.17 1.7-.54 2.51zm3.07 1.56-1.3-.74c.52-.92.78-1.98.78-3.15 0-1.19-.27-2.33-.8-3.4l1.34-.67c.64 1.28.96 2.65.96 4.07 0 1.43-.33 2.74-.98 3.89zm3.14 1.32-1.35-.66c.78-1.6 1.18-3.18 1.18-4.69 0-1.51-.4-3.07-1.18-4.64l1.34-.67c.9 1.78 1.34 3.56 1.34 5.31 0 1.74-.44 3.54-1.33 5.35z"})
"Contactless"))
================================================
FILE: src/icons/reagent_mui/icons/contactless_outlined.cljs
================================================
(ns reagent-mui.icons.contactless-outlined
"Imports @mui/icons-material/ContactlessOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contactless-outlined (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "path" #js {"d" "M7.1 10.18c.26.56.39 1.16.4 1.8.01.63-.13 1.25-.4 1.86l1.37.62c.37-.81.55-1.65.54-2.5-.01-.84-.19-1.65-.54-2.4l-1.37.62zm6.23-2.85c.78 1.57 1.18 3.14 1.18 4.64 0 1.51-.4 3.09-1.18 4.69l1.35.66c.88-1.81 1.33-3.61 1.33-5.35 0-1.74-.45-3.53-1.33-5.31l-1.35.67zM10.2 8.72c.53 1.07.8 2.21.8 3.4 0 1.17-.26 2.23-.78 3.15l1.3.74c.65-1.15.98-2.45.98-3.89 0-1.42-.32-2.79-.96-4.07l-1.34.67z"})]
"ContactlessOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/contactless_rounded.cljs
================================================
(ns reagent-mui.icons.contactless-rounded
"Imports @mui/icons-material/ContactlessRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contactless-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8.75 13.68c-.13.43-.62.63-1.02.45a.749.749 0 0 1-.4-.9c.12-.41.18-.83.17-1.24-.01-.41-.06-.8-.17-1.18-.1-.36.06-.75.4-.9.42-.19.91.04 1.04.49.15.51.22 1.03.23 1.57 0 .56-.08 1.14-.25 1.71zm3.14 1.59c-.17.41-.67.57-1.06.35-.33-.19-.46-.59-.32-.94.33-.77.49-1.63.49-2.56 0-.96-.18-1.89-.53-2.78-.14-.36.02-.76.36-.94.39-.2.87-.02 1.03.39.42 1.06.63 2.18.63 3.33.02 1.13-.19 2.19-.6 3.15zM15 16.6c-.17.4-.64.58-1.02.39-.35-.17-.52-.59-.37-.95.59-1.39.89-2.75.89-4.06 0-1.31-.3-2.65-.88-4.01-.16-.36.01-.78.36-.95.39-.2.85-.02 1.02.38.66 1.54 1 3.08 1 4.58s-.34 3.06-1 4.62z"})
"ContactlessRounded"))
================================================
FILE: src/icons/reagent_mui/icons/contactless_sharp.cljs
================================================
(ns reagent-mui.icons.contactless-sharp
"Imports @mui/icons-material/ContactlessSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contactless-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8.46 14.45l-1.36-.62c.28-.61.41-1.24.4-1.86-.01-.63-.14-1.24-.4-1.8l1.36-.63c.35.75.53 1.56.54 2.4.01.86-.17 1.7-.54 2.51zm3.07 1.56-1.3-.74c.52-.92.78-1.98.78-3.15 0-1.19-.27-2.33-.8-3.4l1.34-.67c.64 1.28.96 2.65.96 4.07 0 1.43-.33 2.74-.98 3.89zm3.14 1.32-1.35-.66c.78-1.6 1.18-3.18 1.18-4.69 0-1.51-.4-3.07-1.18-4.64l1.34-.67c.9 1.78 1.34 3.56 1.34 5.31 0 1.74-.44 3.54-1.33 5.35z"})
"ContactlessSharp"))
================================================
FILE: src/icons/reagent_mui/icons/contactless_two_tone.cljs
================================================
(ns reagent-mui.icons.contactless-two-tone
"Imports @mui/icons-material/ContactlessTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contactless-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zM8.46 14.45l-1.36-.62c.28-.61.41-1.24.4-1.86-.01-.63-.14-1.24-.4-1.8l1.36-.63c.35.75.53 1.56.54 2.4.01.86-.17 1.7-.54 2.51zm3.07 1.56-1.3-.74c.52-.92.78-1.98.78-3.15 0-1.19-.27-2.33-.8-3.4l1.34-.67c.64 1.28.96 2.65.96 4.07 0 1.43-.33 2.74-.98 3.89zm3.14 1.32-1.35-.66c.78-1.6 1.18-3.18 1.18-4.69 0-1.51-.4-3.07-1.18-4.64l1.34-.67c.9 1.78 1.34 3.56 1.34 5.31 0 1.74-.44 3.54-1.33 5.35z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "path" #js {"d" "M7.1 10.18c.26.56.39 1.16.4 1.8.01.63-.13 1.25-.4 1.86l1.37.62c.37-.81.55-1.65.54-2.5-.01-.84-.19-1.65-.54-2.4l-1.37.62zm6.23-2.85c.78 1.57 1.18 3.14 1.18 4.64 0 1.51-.4 3.09-1.18 4.69l1.35.66c.88-1.81 1.33-3.61 1.33-5.35 0-1.74-.45-3.53-1.33-5.31l-1.35.67zM10.2 8.72c.53 1.07.8 2.21.8 3.4 0 1.17-.26 2.23-.78 3.15l1.3.74c.65-1.15.98-2.45.98-3.89 0-1.42-.32-2.79-.96-4.07l-1.34.67z"})]
"ContactlessTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/contacts.cljs
================================================
(ns reagent-mui.icons.contacts
"Imports @mui/icons-material/Contacts as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contacts (create-svg-icon (e "path" #js {"d" "M20 0H4v2h16V0zM4 24h16v-2H4v2zM20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 2.75c1.24 0 2.25 1.01 2.25 2.25s-1.01 2.25-2.25 2.25S9.75 10.24 9.75 9 10.76 6.75 12 6.75zM17 17H7v-1.5c0-1.67 3.33-2.5 5-2.5s5 .83 5 2.5V17z"})
"Contacts"))
================================================
FILE: src/icons/reagent_mui/icons/contacts_outlined.cljs
================================================
(ns reagent-mui.icons.contacts-outlined
"Imports @mui/icons-material/ContactsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contacts-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12zM4 0h16v2H4zm0 22h16v2H4zm8-10c1.38 0 2.5-1.12 2.5-2.5S13.38 7 12 7 9.5 8.12 9.5 9.5 10.62 12 12 12zm0-3.5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm5 7.49C17 13.9 13.69 13 12 13s-5 .9-5 2.99V17h10v-1.01zm-8.19-.49c.61-.52 2.03-1 3.19-1 1.17 0 2.59.48 3.2 1H8.81z"})
"ContactsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/contacts_rounded.cljs
================================================
(ns reagent-mui.icons.contacts-rounded
"Imports @mui/icons-material/ContactsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contacts-rounded (create-svg-icon (e "path" #js {"d" "M19 0H5c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM5 24h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1s.45 1 1 1zM20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 2.75c1.24 0 2.25 1.01 2.25 2.25s-1.01 2.25-2.25 2.25S9.75 10.24 9.75 9 10.76 6.75 12 6.75zM17 17H7v-1.5c0-1.67 3.33-2.5 5-2.5s5 .83 5 2.5V17z"})
"ContactsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/contacts_sharp.cljs
================================================
(ns reagent-mui.icons.contacts-sharp
"Imports @mui/icons-material/ContactsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contacts-sharp (create-svg-icon (e "path" #js {"d" "M20 0H4v2h16V0zM4 24h16v-2H4v2zM22 4H2v16h20V4zM12 6.75c1.24 0 2.25 1.01 2.25 2.25s-1.01 2.25-2.25 2.25S9.75 10.24 9.75 9 10.76 6.75 12 6.75zM17 17H7v-1.5c0-1.67 3.33-2.5 5-2.5s5 .83 5 2.5V17z"})
"ContactsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/contacts_two_tone.cljs
================================================
(ns reagent-mui.icons.contacts-two-tone
"Imports @mui/icons-material/ContactsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contacts-two-tone (create-svg-icon [(e "path" #js {"d" "M20 6H4v12h16V6zm-8 1c1.38 0 2.5 1.12 2.5 2.5S13.38 12 12 12s-2.5-1.12-2.5-2.5S10.62 7 12 7zm5 10H7v-1.01C7 13.9 10.31 13 12 13s5 .9 5 2.99V17z", "opacity" ".3"}) (e "path" #js {"d" "M4 20h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2zM4 6h16v12H4V6zm0-6h16v2H4zm0 22h16v2H4zm8-10c1.38 0 2.5-1.12 2.5-2.5S13.38 7 12 7 9.5 8.12 9.5 9.5 10.62 12 12 12zm0-3.5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 4.5c-1.69 0-5 .9-5 2.99V17h10v-1.01C17 13.9 13.69 13 12 13zm-3.19 2.5c.61-.52 2.03-1 3.19-1 1.17 0 2.59.48 3.2 1H8.81z"})]
"ContactsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/content_copy.cljs
================================================
(ns reagent-mui.icons.content-copy
"Imports @mui/icons-material/ContentCopy as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-copy (create-svg-icon (e "path" #js {"d" "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"})
"ContentCopy"))
================================================
FILE: src/icons/reagent_mui/icons/content_copy_outlined.cljs
================================================
(ns reagent-mui.icons.content-copy-outlined
"Imports @mui/icons-material/ContentCopyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-copy-outlined (create-svg-icon (e "path" #js {"d" "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"})
"ContentCopyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/content_copy_rounded.cljs
================================================
(ns reagent-mui.icons.content-copy-rounded
"Imports @mui/icons-material/ContentCopyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-copy-rounded (create-svg-icon (e "path" #js {"d" "M15 20H5V7c0-.55-.45-1-1-1s-1 .45-1 1v13c0 1.1.9 2 2 2h10c.55 0 1-.45 1-1s-.45-1-1-1zm5-4V4c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2zm-2 0H9V4h9v12z"})
"ContentCopyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/content_copy_sharp.cljs
================================================
(ns reagent-mui.icons.content-copy-sharp
"Imports @mui/icons-material/ContentCopySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-copy-sharp (create-svg-icon (e "path" #js {"d" "M16 1H2v16h2V3h12V1zm5 4H6v18h15V5zm-2 16H8V7h11v14z"})
"ContentCopySharp"))
================================================
FILE: src/icons/reagent_mui/icons/content_copy_two_tone.cljs
================================================
(ns reagent-mui.icons.content-copy-two-tone
"Imports @mui/icons-material/ContentCopyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-copy-two-tone (create-svg-icon [(e "path" #js {"d" "M8 7h11v14H8z", "opacity" ".3"}) (e "path" #js {"d" "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"})]
"ContentCopyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/content_cut.cljs
================================================
(ns reagent-mui.icons.content-cut
"Imports @mui/icons-material/ContentCut as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-cut (create-svg-icon (e "path" #js {"d" "M9.64 7.64c.23-.5.36-1.05.36-1.64 0-2.21-1.79-4-4-4S2 3.79 2 6s1.79 4 4 4c.59 0 1.14-.13 1.64-.36L10 12l-2.36 2.36C7.14 14.13 6.59 14 6 14c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.59-.13-1.14-.36-1.64L12 14l7 7h3v-1L9.64 7.64zM6 8c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm0 12c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm6-7.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zM19 3l-6 6 2 2 7-7V3z"})
"ContentCut"))
================================================
FILE: src/icons/reagent_mui/icons/content_cut_outlined.cljs
================================================
(ns reagent-mui.icons.content-cut-outlined
"Imports @mui/icons-material/ContentCutOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-cut-outlined (create-svg-icon (e "path" #js {"d" "M9.64 7.64c.23-.5.36-1.05.36-1.64 0-2.21-1.79-4-4-4S2 3.79 2 6s1.79 4 4 4c.59 0 1.14-.13 1.64-.36L10 12l-2.36 2.36C7.14 14.13 6.59 14 6 14c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.59-.13-1.14-.36-1.64L12 14l7 7h3v-1L9.64 7.64zM6 8c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm0 12c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm6-7.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zM19 3l-6 6 2 2 7-7V3h-3z"})
"ContentCutOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/content_cut_rounded.cljs
================================================
(ns reagent-mui.icons.content-cut-rounded
"Imports @mui/icons-material/ContentCutRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-cut-rounded (create-svg-icon (e "path" #js {"d" "M9.64 7.64c.29-.62.42-1.33.34-2.09-.19-1.73-1.54-3.2-3.26-3.49-2.77-.48-5.14 1.89-4.66 4.65.3 1.72 1.76 3.07 3.49 3.26.76.08 1.46-.05 2.09-.34L10 12l-2.36 2.36c-.62-.29-1.33-.42-2.09-.34-1.73.19-3.2 1.54-3.49 3.26-.48 2.77 1.89 5.13 4.65 4.65 1.72-.3 3.07-1.76 3.26-3.49.08-.76-.05-1.46-.34-2.09L12 14l7.59 7.59c.89.89 2.41.26 2.41-1v-.01c0-.37-.15-.73-.41-1L9.64 7.64zM6 8c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm0 12c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm6-7.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zm7.59-10.09L13 9l2 2 6.59-6.59c.26-.26.41-.62.41-1V3.4c0-1.25-1.52-1.88-2.41-.99z"})
"ContentCutRounded"))
================================================
FILE: src/icons/reagent_mui/icons/content_cut_sharp.cljs
================================================
(ns reagent-mui.icons.content-cut-sharp
"Imports @mui/icons-material/ContentCutSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-cut-sharp (create-svg-icon (e "path" #js {"d" "M9.64 7.64c.23-.5.36-1.05.36-1.64 0-2.21-1.79-4-4-4S2 3.79 2 6s1.79 4 4 4c.59 0 1.14-.13 1.64-.36L10 12l-2.36 2.36C7.14 14.13 6.59 14 6 14c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.59-.13-1.14-.36-1.64L12 14l7 7h3v-1L9.64 7.64zM6 8c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm0 12c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm6-7.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zM19 3l-6 6 2 2 7-7V3h-3z"})
"ContentCutSharp"))
================================================
FILE: src/icons/reagent_mui/icons/content_cut_two_tone.cljs
================================================
(ns reagent-mui.icons.content-cut-two-tone
"Imports @mui/icons-material/ContentCutTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-cut-two-tone (create-svg-icon (e "path" #js {"d" "m19 3-6 6 2 2 7-7V3zm-9 3c0-2.21-1.79-4-4-4S2 3.79 2 6s1.79 4 4 4c.59 0 1.14-.13 1.64-.36L10 12l-2.36 2.36C7.14 14.13 6.59 14 6 14c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.59-.13-1.14-.36-1.64L12 14l7 7h3v-1L9.64 7.64c.23-.5.36-1.05.36-1.64zM6 8c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm0 12c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm6-8.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z"})
"ContentCutTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste.cljs
================================================
(ns reagent-mui.icons.content-paste
"Imports @mui/icons-material/ContentPaste as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste (create-svg-icon (e "path" #js {"d" "M19 2h-4.18C14.4.84 13.3 0 12 0c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm7 18H5V4h2v3h10V4h2v16z"})
"ContentPaste"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_go.cljs
================================================
(ns reagent-mui.icons.content-paste-go
"Imports @mui/icons-material/ContentPasteGo as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-go (create-svg-icon [(e "path" #js {"d" "M5 5h2v3h10V5h2v6h2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h5v-2H5V5zm7-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"}) (e "path" #js {"d" "m18.01 13-1.42 1.41 1.58 1.58H12v2h6.17l-1.58 1.59 1.42 1.41 3.99-4z"})]
"ContentPasteGo"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_go_outlined.cljs
================================================
(ns reagent-mui.icons.content-paste-go-outlined
"Imports @mui/icons-material/ContentPasteGoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-go-outlined (create-svg-icon [(e "path" #js {"d" "M5 5h2v3h10V5h2v6h2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h5v-2H5V5zm7-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"}) (e "path" #js {"d" "m18.01 13-1.42 1.41 1.58 1.58H12v2h6.17l-1.58 1.59 1.42 1.41 3.99-4z"})]
"ContentPasteGoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_go_rounded.cljs
================================================
(ns reagent-mui.icons.content-paste-go-rounded
"Imports @mui/icons-material/ContentPasteGoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-go-rounded (create-svg-icon [(e "path" #js {"d" "M5 5h2v1c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V5h2v6h2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h5v-2H5V5zm7-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"}) (e "path" #js {"d" "m21.29 16.29-2.58-2.58a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.87.88H13c-.55 0-1 .45-1 1s.45 1 1 1h5.17l-.87.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l2.58-2.58c.39-.4.39-1.03 0-1.42z"})]
"ContentPasteGoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_go_sharp.cljs
================================================
(ns reagent-mui.icons.content-paste-go-sharp
"Imports @mui/icons-material/ContentPasteGoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-go-sharp (create-svg-icon [(e "path" #js {"d" "M5 5h2v3h10V5h2v6h2V3h-6.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H3v18h7v-2H5V5zm7-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"}) (e "path" #js {"d" "m18.01 13-1.42 1.41 1.58 1.58H12v2h6.17l-1.58 1.59 1.42 1.41 3.99-4z"})]
"ContentPasteGoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_go_two_tone.cljs
================================================
(ns reagent-mui.icons.content-paste-go-two-tone
"Imports @mui/icons-material/ContentPasteGoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-go-two-tone (create-svg-icon [(e "path" #js {"d" "M10 17c0-3.31 2.69-6 6-6h3V5h-2v3H7V5H5v14h5v-2z", "opacity" ".3"}) (e "path" #js {"d" "M10 19H5V5h2v3h10V5h2v6h2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h5v-2zm2-16c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"}) (e "path" #js {"d" "m18.01 13-1.42 1.41 1.58 1.58H12v2h6.17l-1.58 1.59 1.42 1.41 3.99-4z"})]
"ContentPasteGoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_off.cljs
================================================
(ns reagent-mui.icons.content-paste-off
"Imports @mui/icons-material/ContentPasteOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-off (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22 3 5.83V19c0 1.1.9 2 2 2h13.17l1.61 1.61 1.41-1.42zM5 19V7.83L16.17 19H5zM17 8V5h2v11.17l2 2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5.83l5 5H17zm-5-5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})
"ContentPasteOff"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_off_outlined.cljs
================================================
(ns reagent-mui.icons.content-paste-off-outlined
"Imports @mui/icons-material/ContentPasteOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-off-outlined (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22 3 5.83V19c0 1.1.9 2 2 2h13.17l1.61 1.61 1.41-1.42zM5 19V7.83L16.17 19H5zM17 8V5h2v11.17l2 2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5.83l5 5H17zm-5-5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})
"ContentPasteOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_off_rounded.cljs
================================================
(ns reagent-mui.icons.content-paste-off-rounded
"Imports @mui/icons-material/ContentPasteOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-off-rounded (create-svg-icon (e "path" #js {"d" "M20.49 20.49 3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.9.91V19c0 1.1.9 2 2 2h13.17l.9.9c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41zM5 19V7.83L16.17 19H5zM17 8V5h2v11.17l2 2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5.83l5 5H17zm-5-5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})
"ContentPasteOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_off_sharp.cljs
================================================
(ns reagent-mui.icons.content-paste-off-sharp
"Imports @mui/icons-material/ContentPasteOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-off-sharp (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22 3 5.83V21h15.17l1.61 1.61 1.41-1.42zM5 19V7.83L16.17 19H5zM17 8V5h2v11.17l2 2V3h-6.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5.83l5 5H17zm-5-5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})
"ContentPasteOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_off_two_tone.cljs
================================================
(ns reagent-mui.icons.content-paste-off-two-tone
"Imports @mui/icons-material/ContentPasteOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-off-two-tone (create-svg-icon [(e "path" #js {"d" "M10.83 8H17V5h2v11.17L10.83 8zM5 19V7.83L16.17 19H5z", "opacity" ".3"}) (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22 3 5.83V19c0 1.1.9 2 2 2h13.17l1.61 1.61 1.41-1.42zM5 19V7.83L16.17 19H5zM17 8V5h2v11.17l2 2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5.83l5 5H17zm-5-5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})]
"ContentPasteOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_outlined.cljs
================================================
(ns reagent-mui.icons.content-paste-outlined
"Imports @mui/icons-material/ContentPasteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-outlined (create-svg-icon (e "path" #js {"d" "M19 2h-4.18C14.4.84 13.3 0 12 0S9.6.84 9.18 2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm7 18H5V4h2v3h10V4h2v16z"})
"ContentPasteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_rounded.cljs
================================================
(ns reagent-mui.icons.content-paste-rounded
"Imports @mui/icons-material/ContentPasteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-rounded (create-svg-icon (e "path" #js {"d" "M19 2h-4.18C14.4.84 13.3 0 12 0S9.6.84 9.18 2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm6 18H6c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h1v1c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V4h1c.55 0 1 .45 1 1v14c0 .55-.45 1-1 1z"})
"ContentPasteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_search.cljs
================================================
(ns reagent-mui.icons.content-paste-search
"Imports @mui/icons-material/ContentPasteSearch as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-search (create-svg-icon [(e "path" #js {"d" "M5 5h2v3h10V5h2v5h2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h5v-2H5V5zm7-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"}) (e "path" #js {"d" "M20.3 18.9c.4-.7.7-1.5.7-2.4 0-2.5-2-4.5-4.5-4.5S12 14 12 16.5s2 4.5 4.5 4.5c.9 0 1.7-.3 2.4-.7l2.7 2.7 1.4-1.4-2.7-2.7zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5z"})]
"ContentPasteSearch"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_search_outlined.cljs
================================================
(ns reagent-mui.icons.content-paste-search-outlined
"Imports @mui/icons-material/ContentPasteSearchOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-search-outlined (create-svg-icon [(e "path" #js {"d" "M5 5h2v3h10V5h2v5h2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h5v-2H5V5zm7-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"}) (e "path" #js {"d" "M20.3 18.9c.4-.7.7-1.5.7-2.4 0-2.5-2-4.5-4.5-4.5S12 14 12 16.5s2 4.5 4.5 4.5c.9 0 1.7-.3 2.4-.7l2.7 2.7 1.4-1.4-2.7-2.7zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5z"})]
"ContentPasteSearchOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_search_rounded.cljs
================================================
(ns reagent-mui.icons.content-paste-search-rounded
"Imports @mui/icons-material/ContentPasteSearchRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-search-rounded (create-svg-icon [(e "path" #js {"d" "M5 5h2v1c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V5h2v5h2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h5v-2H5V5zm7-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"}) (e "path" #js {"d" "m22.3 20.9-2-2c.58-1.01.95-2.23.51-3.65-.53-1.72-2.04-3.05-3.84-3.22-2.87-.28-5.23 2.07-4.95 4.95.18 1.79 1.5 3.31 3.22 3.84 1.43.44 2.64.07 3.65-.51l2 2c.39.39 1.01.39 1.4 0s.4-1.02.01-1.41zM16.5 19c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5z"})]
"ContentPasteSearchRounded"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_search_sharp.cljs
================================================
(ns reagent-mui.icons.content-paste-search-sharp
"Imports @mui/icons-material/ContentPasteSearchSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-search-sharp (create-svg-icon [(e "path" #js {"d" "M5 5h2v3h10V5h2v5h2V3h-6.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H3v18h7v-2H5V5zm7-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"}) (e "path" #js {"d" "M20.3 18.9c.4-.7.7-1.5.7-2.4 0-2.5-2-4.5-4.5-4.5S12 14 12 16.5s2 4.5 4.5 4.5c.9 0 1.7-.3 2.4-.7l2.7 2.7 1.4-1.4-2.7-2.7zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5z"})]
"ContentPasteSearchSharp"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_search_two_tone.cljs
================================================
(ns reagent-mui.icons.content-paste-search-two-tone
"Imports @mui/icons-material/ContentPasteSearchTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-search-two-tone (create-svg-icon [(e "path" #js {"d" "M10 16.5c0-3.58 2.92-6.5 6.5-6.5.89 0 1.73.18 2.5.5V5h-2v3H7V5H5v14h5.5c-.32-.77-.5-1.61-.5-2.5z", "opacity" ".3"}) (e "path" #js {"d" "M10.5 19H5V5h2v3h10V5h2v5.5c.75.31 1.42.76 2 1.32V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6.82c-.55-.58-1.01-1.25-1.32-2zM12 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"}) (e "path" #js {"d" "M20.3 18.9c.4-.7.7-1.5.7-2.4 0-2.5-2-4.5-4.5-4.5S12 14 12 16.5s2 4.5 4.5 4.5c.9 0 1.7-.3 2.4-.7l2.7 2.7 1.4-1.4-2.7-2.7zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5z"})]
"ContentPasteSearchTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_sharp.cljs
================================================
(ns reagent-mui.icons.content-paste-sharp
"Imports @mui/icons-material/ContentPasteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-sharp (create-svg-icon (e "path" #js {"d" "M21 2h-6.18C14.4.84 13.3 0 12 0S9.6.84 9.18 2H3v20h18V2zm-9 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm7 18H5V4h2v3h10V4h2v16z"})
"ContentPasteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/content_paste_two_tone.cljs
================================================
(ns reagent-mui.icons.content-paste-two-tone
"Imports @mui/icons-material/ContentPasteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def content-paste-two-tone (create-svg-icon [(e "path" #js {"d" "M17 7H7V4H5v16h14V4h-2z", "opacity" ".3"}) (e "path" #js {"d" "M19 2h-4.18C14.4.84 13.3 0 12 0S9.6.84 9.18 2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm7 18H5V4h2v3h10V4h2v16z"})]
"ContentPasteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/contrast.cljs
================================================
(ns reagent-mui.icons.contrast
"Imports @mui/icons-material/Contrast as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contrast (create-svg-icon (e "path" #js {"d" "M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm1-17.93c3.94.49 7 3.85 7 7.93s-3.05 7.44-7 7.93V4.07z"})
"Contrast"))
================================================
FILE: src/icons/reagent_mui/icons/contrast_outlined.cljs
================================================
(ns reagent-mui.icons.contrast-outlined
"Imports @mui/icons-material/ContrastOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contrast-outlined (create-svg-icon (e "path" #js {"d" "M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm1-17.93c3.94.49 7 3.85 7 7.93s-3.05 7.44-7 7.93V4.07z"})
"ContrastOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/contrast_rounded.cljs
================================================
(ns reagent-mui.icons.contrast-rounded
"Imports @mui/icons-material/ContrastRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contrast-rounded (create-svg-icon (e "path" #js {"d" "M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm1-17.93c3.94.49 7 3.85 7 7.93s-3.05 7.44-7 7.93V4.07z"})
"ContrastRounded"))
================================================
FILE: src/icons/reagent_mui/icons/contrast_sharp.cljs
================================================
(ns reagent-mui.icons.contrast-sharp
"Imports @mui/icons-material/ContrastSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contrast-sharp (create-svg-icon (e "path" #js {"d" "M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm1-17.93c3.94.49 7 3.85 7 7.93s-3.05 7.44-7 7.93V4.07z"})
"ContrastSharp"))
================================================
FILE: src/icons/reagent_mui/icons/contrast_two_tone.cljs
================================================
(ns reagent-mui.icons.contrast-two-tone
"Imports @mui/icons-material/ContrastTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def contrast-two-tone (create-svg-icon (e "path" #js {"d" "M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm1-17.93c3.94.49 7 3.85 7 7.93s-3.05 7.44-7 7.93V4.07z"})
"ContrastTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/control_camera.cljs
================================================
(ns reagent-mui.icons.control-camera
"Imports @mui/icons-material/ControlCamera as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def control-camera (create-svg-icon [(e "path" #js {"d" "M15.54 5.54 13.77 7.3 12 5.54 10.23 7.3 8.46 5.54 12 2zm2.92 10-1.76-1.77L18.46 12l-1.76-1.77 1.76-1.77L22 12zm-10 2.92 1.77-1.76L12 18.46l1.77-1.76 1.77 1.76L12 22zm-2.92-10 1.76 1.77L5.54 12l1.76 1.77-1.76 1.77L2 12z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "3"})]
"ControlCamera"))
================================================
FILE: src/icons/reagent_mui/icons/control_camera_outlined.cljs
================================================
(ns reagent-mui.icons.control-camera-outlined
"Imports @mui/icons-material/ControlCameraOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def control-camera-outlined (create-svg-icon [(e "path" #js {"d" "M5.54 8.46 2 12l3.54 3.54 1.76-1.77L5.54 12l1.76-1.77zm6.46 10-1.77-1.76-1.77 1.76L12 22l3.54-3.54-1.77-1.76zm6.46-10-1.76 1.77L18.46 12l-1.76 1.77 1.76 1.77L22 12zm-10-2.92 1.77 1.76L12 5.54l1.77 1.76 1.77-1.76L12 2z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "3"})]
"ControlCameraOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/control_camera_rounded.cljs
================================================
(ns reagent-mui.icons.control-camera-rounded
"Imports @mui/icons-material/ControlCameraRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def control-camera-rounded (create-svg-icon [(e "path" #js {"d" "M4.65 9.35 2.7 11.3c-.39.39-.39 1.02 0 1.41l1.95 1.95c.49.49 1.28.49 1.77 0 .48-.49.48-1.27 0-1.76l-.88-.9.88-.89c.48-.49.48-1.27 0-1.76s-1.28-.49-1.77 0zm12.93 0c-.48.49-.48 1.27 0 1.76l.88.89-.88.89c-.48.49-.48 1.27 0 1.76.49.49 1.28.49 1.77 0l1.95-1.95c.39-.39.39-1.02 0-1.41l-1.95-1.95c-.49-.48-1.29-.48-1.77.01zM12 18.46l-.89-.88c-.49-.48-1.27-.48-1.76 0-.49.49-.49 1.28 0 1.77l1.95 1.95c.39.39 1.02.39 1.41 0l1.95-1.95c.49-.49.49-1.28 0-1.77-.49-.48-1.27-.48-1.76 0l-.9.88zM9.35 6.42c.49.48 1.27.48 1.76 0l.89-.88.89.88c.49.48 1.27.48 1.76 0 .49-.49.49-1.28 0-1.77L12.7 2.7a.9959.9959 0 0 0-1.41 0L9.35 4.65c-.49.49-.49 1.29 0 1.77z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "3"})]
"ControlCameraRounded"))
================================================
FILE: src/icons/reagent_mui/icons/control_camera_sharp.cljs
================================================
(ns reagent-mui.icons.control-camera-sharp
"Imports @mui/icons-material/ControlCameraSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def control-camera-sharp (create-svg-icon [(e "path" #js {"d" "M5.54 8.46 2 12l3.54 3.54 1.76-1.77L5.54 12l1.76-1.77zm12.92 0-1.76 1.77L18.46 12l-1.76 1.77 1.76 1.77L22 12zm-6.46 10-1.77-1.76-1.77 1.76L12 22l3.54-3.54-1.77-1.76zM8.46 5.54l1.77 1.76L12 5.54l1.77 1.76 1.77-1.76L12 2z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "3"})]
"ControlCameraSharp"))
================================================
FILE: src/icons/reagent_mui/icons/control_camera_two_tone.cljs
================================================
(ns reagent-mui.icons.control-camera-two-tone
"Imports @mui/icons-material/ControlCameraTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def control-camera-two-tone (create-svg-icon [(e "path" #js {"d" "M7.3 13.77 5.54 12l1.76-1.77-1.76-1.77L2 12l3.54 3.54zm8.24 4.69-1.77-1.76L12 18.46l-1.77-1.76-1.77 1.76L12 22zm2.92-2.92L22 12l-3.54-3.54-1.76 1.77L18.46 12l-1.76 1.77zM12 5.54l1.77 1.76 1.77-1.76L12 2 8.46 5.54l1.77 1.76z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "3"})]
"ControlCameraTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/control_point.cljs
================================================
(ns reagent-mui.icons.control-point
"Imports @mui/icons-material/ControlPoint as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def control-point (create-svg-icon (e "path" #js {"d" "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"ControlPoint"))
================================================
FILE: src/icons/reagent_mui/icons/control_point_duplicate.cljs
================================================
(ns reagent-mui.icons.control-point-duplicate
"Imports @mui/icons-material/ControlPointDuplicate as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def control-point-duplicate (create-svg-icon (e "path" #js {"d" "M16 8h-2v3h-3v2h3v3h2v-3h3v-2h-3zM2 12c0-2.79 1.64-5.2 4.01-6.32V3.52C2.52 4.76 0 8.09 0 12s2.52 7.24 6.01 8.48v-2.16C3.64 17.2 2 14.79 2 12zm13-9c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})
"ControlPointDuplicate"))
================================================
FILE: src/icons/reagent_mui/icons/control_point_duplicate_outlined.cljs
================================================
(ns reagent-mui.icons.control-point-duplicate-outlined
"Imports @mui/icons-material/ControlPointDuplicateOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def control-point-duplicate-outlined (create-svg-icon (e "path" #js {"d" "M16 8h-2v3h-3v2h3v3h2v-3h3v-2h-3V8zM2 12c0-2.79 1.64-5.2 4.01-6.32V3.52C2.52 4.76 0 8.09 0 12s2.52 7.24 6.01 8.48v-2.16C3.64 17.2 2 14.79 2 12zm13-9c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})
"ControlPointDuplicateOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/control_point_duplicate_rounded.cljs
================================================
(ns reagent-mui.icons.control-point-duplicate-rounded
"Imports @mui/icons-material/ControlPointDuplicateRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def control-point-duplicate-rounded (create-svg-icon (e "path" #js {"d" "M15 8c-.55 0-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V9c0-.55-.45-1-1-1zM2 12c0-2.58 1.4-4.83 3.48-6.04.32-.19.53-.51.53-.88 0-.77-.84-1.25-1.51-.86C1.82 5.78 0 8.68 0 12s1.82 6.22 4.5 7.78c.67.39 1.51-.09 1.51-.86 0-.37-.21-.69-.53-.88C3.4 16.83 2 14.58 2 12zm13-9c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})
"ControlPointDuplicateRounded"))
================================================
FILE: src/icons/reagent_mui/icons/control_point_duplicate_sharp.cljs
================================================
(ns reagent-mui.icons.control-point-duplicate-sharp
"Imports @mui/icons-material/ControlPointDuplicateSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def control-point-duplicate-sharp (create-svg-icon (e "path" #js {"d" "M16 8h-2v3h-3v2h3v3h2v-3h3v-2h-3V8zM2 12c0-2.79 1.64-5.2 4.01-6.32V3.52C2.52 4.76 0 8.09 0 12s2.52 7.24 6.01 8.48v-2.16C3.64 17.2 2 14.79 2 12zm13-9c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})
"ControlPointDuplicateSharp"))
================================================
FILE: src/icons/reagent_mui/icons/control_point_duplicate_two_tone.cljs
================================================
(ns reagent-mui.icons.control-point-duplicate-two-tone
"Imports @mui/icons-material/ControlPointDuplicateTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def control-point-duplicate-two-tone (create-svg-icon [(e "path" #js {"d" "M15 5c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm4 8h-3v3h-2v-3h-3v-2h3V8h2v3h3v2z", "opacity" ".3"}) (e "path" #js {"d" "M16 8h-2v3h-3v2h3v3h2v-3h3v-2h-3zm-1-5c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7zM2 12c0-2.79 1.64-5.2 4.01-6.32V3.52C2.52 4.76 0 8.09 0 12s2.52 7.24 6.01 8.48v-2.16C3.64 17.2 2 14.79 2 12z"})]
"ControlPointDuplicateTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/control_point_outlined.cljs
================================================
(ns reagent-mui.icons.control-point-outlined
"Imports @mui/icons-material/ControlPointOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def control-point-outlined (create-svg-icon (e "path" #js {"d" "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"ControlPointOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/control_point_rounded.cljs
================================================
(ns reagent-mui.icons.control-point-rounded
"Imports @mui/icons-material/ControlPointRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def control-point-rounded (create-svg-icon (e "path" #js {"d" "M12 7c-.55 0-1 .45-1 1v3H8c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1h-3V8c0-.55-.45-1-1-1zm0-5C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"ControlPointRounded"))
================================================
FILE: src/icons/reagent_mui/icons/control_point_sharp.cljs
================================================
(ns reagent-mui.icons.control-point-sharp
"Imports @mui/icons-material/ControlPointSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def control-point-sharp (create-svg-icon (e "path" #js {"d" "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"ControlPointSharp"))
================================================
FILE: src/icons/reagent_mui/icons/control_point_two_tone.cljs
================================================
(ns reagent-mui.icons.control-point-two-tone
"Imports @mui/icons-material/ControlPointTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def control-point-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm5 9h-4v4h-2v-4H7v-2h4V7h2v4h4v2z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm1-13h-2v4H7v2h4v4h2v-4h4v-2h-4z"})]
"ControlPointTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cookie.cljs
================================================
(ns reagent-mui.icons.cookie
"Imports @mui/icons-material/Cookie as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cookie (create-svg-icon (e "path" #js {"d" "M21.95 10.99c-1.79-.03-3.7-1.95-2.68-4.22-2.98 1-5.77-1.59-5.19-4.56C6.95.71 2 6.58 2 12c0 5.52 4.48 10 10 10 5.89 0 10.54-5.08 9.95-11.01zM8.5 15c-.83 0-1.5-.67-1.5-1.5S7.67 12 8.5 12s1.5.67 1.5 1.5S9.33 15 8.5 15zm2-5C9.67 10 9 9.33 9 8.5S9.67 7 10.5 7s1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"Cookie"))
================================================
FILE: src/icons/reagent_mui/icons/cookie_outlined.cljs
================================================
(ns reagent-mui.icons.cookie-outlined
"Imports @mui/icons-material/CookieOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cookie-outlined (create-svg-icon [(e "circle" #js {"cx" "10.5", "cy" "8.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "13.5", "r" "1.5"}) (e "circle" #js {"cx" "15", "cy" "15", "r" "1"}) (e "path" #js {"d" "M21.95 10.99c-1.79-.03-3.7-1.95-2.68-4.22-2.97 1-5.78-1.59-5.19-4.56C7.11.74 2 6.41 2 12c0 5.52 4.48 10 10 10 5.89 0 10.54-5.08 9.95-11.01zM12 20c-4.41 0-8-3.59-8-8 0-3.31 2.73-8.18 8.08-8.02.42 2.54 2.44 4.56 4.99 4.94.07.36.52 2.55 2.92 3.63C19.7 16.86 16.06 20 12 20z"})]
"CookieOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cookie_rounded.cljs
================================================
(ns reagent-mui.icons.cookie-rounded
"Imports @mui/icons-material/CookieRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cookie-rounded (create-svg-icon (e "path" #js {"d" "M21.27 10.9c-1.21-.33-2.31-1.46-2.29-2.89.01-.56-.4-1.02-.96-1.01C15.83 7.03 14 5.22 14 3.02c0-.49-.35-.9-.84-.96C6.53 1.22 2 6.81 2 12c0 5.52 4.48 10 10 10 5.61 0 10.11-4.62 10-10.18-.01-.44-.31-.81-.73-.92zM8.5 15c-.83 0-1.5-.67-1.5-1.5S7.67 12 8.5 12s1.5.67 1.5 1.5S9.33 15 8.5 15zm2-5C9.67 10 9 9.33 9 8.5S9.67 7 10.5 7s1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"CookieRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cookie_sharp.cljs
================================================
(ns reagent-mui.icons.cookie-sharp
"Imports @mui/icons-material/CookieSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cookie-sharp (create-svg-icon (e "path" #js {"d" "M21.95 10.99c-1.79-.03-3.7-1.95-2.68-4.22-2.98 1-5.77-1.59-5.19-4.56C6.95.71 2 6.58 2 12c0 5.52 4.48 10 10 10 5.89 0 10.54-5.08 9.95-11.01zM8.5 15c-.83 0-1.5-.67-1.5-1.5S7.67 12 8.5 12s1.5.67 1.5 1.5S9.33 15 8.5 15zm2-5C9.67 10 9 9.33 9 8.5S9.67 7 10.5 7s1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"CookieSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cookie_two_tone.cljs
================================================
(ns reagent-mui.icons.cookie-two-tone
"Imports @mui/icons-material/CookieTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cookie-two-tone (create-svg-icon [(e "path" #js {"d" "M17.07 8.93c-2.55-.39-4.57-2.41-4.99-4.94C6.73 3.82 4 8.69 4 12c0 4.41 3.59 8 8 8 4.06 0 7.7-3.14 7.98-7.45-2.39-1.07-2.84-3.26-2.91-3.62zM8.5 15c-.83 0-1.5-.67-1.5-1.5S7.67 12 8.5 12s1.5.67 1.5 1.5S9.33 15 8.5 15zm2-5C9.67 10 9 9.33 9 8.5S9.67 7 10.5 7s1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "circle" #js {"cx" "10.5", "cy" "8.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "13.5", "r" "1.5"}) (e "circle" #js {"cx" "15", "cy" "15", "r" "1"}) (e "path" #js {"d" "M21.95 10.99c-1.79-.03-3.7-1.95-2.68-4.22-2.97 1-5.78-1.59-5.19-4.56C7.1.74 2 6.41 2 12c0 5.52 4.48 10 10 10 5.89 0 10.54-5.08 9.95-11.01zM12 20c-4.41 0-8-3.59-8-8 0-3.31 2.73-8.18 8.08-8.02.42 2.54 2.44 4.56 4.99 4.94.07.36.52 2.55 2.92 3.63C19.7 16.86 16.06 20 12 20z"})]
"CookieTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/copy_all.cljs
================================================
(ns reagent-mui.icons.copy-all
"Imports @mui/icons-material/CopyAll as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def copy-all (create-svg-icon (e "path" #js {"d" "M18 2H9c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H9V4h9v12zM3 15v-2h2v2H3zm0-5.5h2v2H3v-2zM10 20h2v2h-2v-2zm-7-1.5v-2h2v2H3zM5 22c-1.1 0-2-.9-2-2h2v2zm3.5 0h-2v-2h2v2zm5 0v-2h2c0 1.1-.9 2-2 2zM5 6v2H3c0-1.1.9-2 2-2z"})
"CopyAll"))
================================================
FILE: src/icons/reagent_mui/icons/copy_all_outlined.cljs
================================================
(ns reagent-mui.icons.copy-all-outlined
"Imports @mui/icons-material/CopyAllOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def copy-all-outlined (create-svg-icon (e "path" #js {"d" "M18 2H9c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H9V4h9v12zM3 15v-2h2v2H3zm0-5.5h2v2H3v-2zM10 20h2v2h-2v-2zm-7-1.5v-2h2v2H3zM5 22c-1.1 0-2-.9-2-2h2v2zm3.5 0h-2v-2h2v2zm5 0v-2h2c0 1.1-.9 2-2 2zM5 6v2H3c0-1.1.9-2 2-2z"})
"CopyAllOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/copy_all_rounded.cljs
================================================
(ns reagent-mui.icons.copy-all-rounded
"Imports @mui/icons-material/CopyAllRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def copy-all-rounded (create-svg-icon (e "path" #js {"d" "M18 2H9c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H9V4h9v12zM3 15v-2h2v2H3zm0-5.5h2v2H3v-2zM10 20h2v2h-2v-2zm-7-1.5v-2h2v2H3zM5 22c-1.1 0-2-.9-2-2h2v2zm3.5 0h-2v-2h2v2zm5 0v-2h2c0 1.1-.9 2-2 2zM5 6v2H3c0-1.1.9-2 2-2z"})
"CopyAllRounded"))
================================================
FILE: src/icons/reagent_mui/icons/copy_all_sharp.cljs
================================================
(ns reagent-mui.icons.copy-all-sharp
"Imports @mui/icons-material/CopyAllSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def copy-all-sharp (create-svg-icon (e "path" #js {"d" "M20 2H7v16h13V2zm-2 14H9V4h9v12zM3 15v-2h2v2H3zm0-5.5h2v2H3v-2zM10 20h2v2h-2v-2zm-7-1.5v-2h2v2H3zM5 22H3v-2h2v2zm3.5 0h-2v-2h2v2zm7 0h-2v-2h2v2zM3 6h2v2H3V6z"})
"CopyAllSharp"))
================================================
FILE: src/icons/reagent_mui/icons/copy_all_two_tone.cljs
================================================
(ns reagent-mui.icons.copy-all-two-tone
"Imports @mui/icons-material/CopyAllTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def copy-all-two-tone (create-svg-icon [(e "path" #js {"d" "M9 4h9v12H9z", "opacity" ".3"}) (e "path" #js {"d" "M18 2H9c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H9V4h9v12zM3 15v-2h2v2H3zm0-5.5h2v2H3v-2zM10 20h2v2h-2v-2zm-7-1.5v-2h2v2H3zM5 22c-1.1 0-2-.9-2-2h2v2zm3.5 0h-2v-2h2v2zm5 0v-2h2c0 1.1-.9 2-2 2zM5 6v2H3c0-1.1.9-2 2-2z"})]
"CopyAllTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/copyright.cljs
================================================
(ns reagent-mui.icons.copyright
"Imports @mui/icons-material/Copyright as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def copyright (create-svg-icon (e "path" #js {"d" "M11.88 9.14c1.28.06 1.61 1.15 1.63 1.66h1.79c-.08-1.98-1.49-3.19-3.45-3.19C9.64 7.61 8 9 8 12.14c0 1.94.93 4.24 3.84 4.24 2.22 0 3.41-1.65 3.44-2.95h-1.79c-.03.59-.45 1.38-1.63 1.44-1.31-.04-1.86-1.06-1.86-2.73 0-2.89 1.28-2.98 1.88-3zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"Copyright"))
================================================
FILE: src/icons/reagent_mui/icons/copyright_outlined.cljs
================================================
(ns reagent-mui.icons.copyright-outlined
"Imports @mui/icons-material/CopyrightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def copyright-outlined (create-svg-icon (e "path" #js {"d" "M10.08 10.86c.05-.33.16-.62.3-.87s.34-.46.59-.62c.24-.15.54-.22.91-.23.23.01.44.05.63.13.2.09.38.21.52.36s.25.33.34.53.13.42.14.64h1.79c-.02-.47-.11-.9-.28-1.29s-.4-.73-.7-1.01-.66-.5-1.08-.66-.88-.23-1.39-.23c-.65 0-1.22.11-1.7.34s-.88.53-1.2.92-.56.84-.71 1.36S8 11.29 8 11.87v.27c0 .58.08 1.12.23 1.64s.39.97.71 1.35.72.69 1.2.91c.48.22 1.05.34 1.7.34.47 0 .91-.08 1.32-.23s.77-.36 1.08-.63.56-.58.74-.94.29-.74.3-1.15h-1.79c-.01.21-.06.4-.15.58s-.21.33-.36.46-.32.23-.52.3c-.19.07-.39.09-.6.1-.36-.01-.66-.08-.89-.23-.25-.16-.45-.37-.59-.62s-.25-.55-.3-.88-.08-.67-.08-1v-.27c0-.35.03-.68.08-1.01zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"CopyrightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/copyright_rounded.cljs
================================================
(ns reagent-mui.icons.copyright-rounded
"Imports @mui/icons-material/CopyrightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def copyright-rounded (create-svg-icon (e "path" #js {"d" "M10.08 10.86c.05-.33.16-.62.3-.87s.34-.46.59-.62c.24-.15.54-.22.91-.23.23.01.44.05.63.13.2.09.38.21.52.36s.25.33.34.53.13.42.14.64h1.79c-.02-.47-.11-.9-.28-1.29s-.4-.73-.7-1.01-.66-.5-1.08-.66-.88-.23-1.39-.23c-.65 0-1.22.11-1.7.34s-.88.53-1.2.92-.56.84-.71 1.36S8 11.29 8 11.87v.27c0 .58.08 1.12.23 1.64s.39.97.71 1.35.72.69 1.2.91c.48.22 1.05.34 1.7.34.47 0 .91-.08 1.32-.23s.77-.36 1.08-.63.56-.58.74-.94.29-.74.3-1.15h-1.79c-.01.21-.06.4-.15.58s-.21.33-.36.46-.32.23-.52.3c-.19.07-.39.09-.6.1-.36-.01-.66-.08-.89-.23-.25-.16-.45-.37-.59-.62s-.25-.55-.3-.88-.08-.67-.08-1v-.27c0-.35.03-.68.08-1.01zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"CopyrightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/copyright_sharp.cljs
================================================
(ns reagent-mui.icons.copyright-sharp
"Imports @mui/icons-material/CopyrightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def copyright-sharp (create-svg-icon (e "path" #js {"d" "M10.08 10.86c.05-.33.16-.62.3-.87s.34-.46.59-.62c.24-.15.54-.22.91-.23.23.01.44.05.63.13.2.09.38.21.52.36s.25.33.34.53.13.42.14.64h1.79c-.02-.47-.11-.9-.28-1.29s-.4-.73-.7-1.01-.66-.5-1.08-.66-.88-.23-1.39-.23c-.65 0-1.22.11-1.7.34s-.88.53-1.2.92-.56.84-.71 1.36S8 11.29 8 11.87v.27c0 .58.08 1.12.23 1.64s.39.97.71 1.35.72.69 1.2.91c.48.22 1.05.34 1.7.34.47 0 .91-.08 1.32-.23s.77-.36 1.08-.63.56-.58.74-.94.29-.74.3-1.15h-1.79c-.01.21-.06.4-.15.58s-.21.33-.36.46-.32.23-.52.3c-.19.07-.39.09-.6.1-.36-.01-.66-.08-.89-.23-.25-.16-.45-.37-.59-.62s-.25-.55-.3-.88-.08-.67-.08-1v-.27c0-.35.03-.68.08-1.01zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"CopyrightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/copyright_two_tone.cljs
================================================
(ns reagent-mui.icons.copyright-two-tone
"Imports @mui/icons-material/CopyrightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def copyright-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm-1.92 9.14c.05.33.16.63.3.88s.34.46.59.62c.23.15.53.22.89.23.21-.01.41-.03.6-.1.2-.07.37-.17.52-.3.15-.13.27-.28.36-.46.09-.18.14-.37.15-.58h1.79c-.01.41-.12.79-.3 1.15-.18.36-.43.67-.74.94-.31.27-.67.48-1.08.63-.41.15-.85.23-1.32.23-.65 0-1.22-.12-1.7-.34-.48-.22-.88-.53-1.2-.91s-.56-.83-.71-1.35c-.15-.52-.23-1.06-.23-1.64v-.27c0-.58.09-1.12.24-1.64.15-.52.39-.97.71-1.36s.72-.69 1.2-.92c.48-.23 1.05-.34 1.7-.34.51 0 .97.07 1.39.23.42.16.78.38 1.08.66.3.28.53.62.7 1.01.17.39.26.82.28 1.29h-1.79c-.01-.22-.05-.44-.14-.64-.09-.2-.2-.38-.34-.53-.14-.15-.32-.27-.52-.36-.19-.08-.4-.12-.63-.13-.37.01-.67.08-.91.23-.25.16-.45.37-.59.62s-.25.54-.3.87c-.05.33-.08.66-.08 1.01v.27c0 .33.03.67.08 1z", "opacity" ".3"}) (e "path" #js {"d" "M10.08 10.86c.05-.33.16-.62.3-.87s.34-.46.59-.62c.24-.15.54-.22.91-.23.23.01.44.05.63.13.2.09.38.21.52.36s.25.33.34.53c.09.2.13.42.14.64h1.79c-.02-.47-.11-.9-.28-1.29-.17-.39-.4-.73-.7-1.01-.3-.28-.66-.5-1.08-.66-.42-.16-.88-.23-1.39-.23-.65 0-1.22.11-1.7.34-.48.23-.88.53-1.2.92s-.56.84-.71 1.36c-.15.52-.24 1.06-.24 1.64v.27c0 .58.08 1.12.23 1.64.15.52.39.97.71 1.35s.72.69 1.2.91c.48.22 1.05.34 1.7.34.47 0 .91-.08 1.32-.23.41-.15.77-.36 1.08-.63.31-.27.56-.58.74-.94.18-.36.29-.74.3-1.15h-1.79c-.01.21-.06.4-.15.58-.09.18-.21.33-.36.46s-.32.23-.52.3c-.19.07-.39.09-.6.1-.36-.01-.66-.08-.89-.23-.25-.16-.45-.37-.59-.62s-.25-.55-.3-.88c-.05-.33-.08-.67-.08-1v-.27c0-.35.03-.68.08-1.01zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})]
"CopyrightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/coronavirus.cljs
================================================
(ns reagent-mui.icons.coronavirus
"Imports @mui/icons-material/Coronavirus as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def coronavirus (create-svg-icon (e "path" #js {"d" "M21.25 10.5c-.41 0-.75.34-.75.75h-1.54c-.15-1.37-.69-2.63-1.52-3.65l1.09-1.09.01.01c.29.29.77.29 1.06 0s.29-.77 0-1.06L18.54 4.4c-.29-.29-.77-.29-1.06 0-.29.29-.29.76-.01 1.05l-1.09 1.09a7.015 7.015 0 0 0-3.64-1.51V3.5h.01c.41 0 .75-.34.75-.75S13.16 2 12.75 2h-1.5c-.41 0-.75.34-.75.75s.33.74.74.75v1.55c-1.37.14-2.62.69-3.64 1.51L6.51 5.47l.01-.01c.29-.29.29-.77 0-1.06-.29-.29-.77-.29-1.06 0L4.4 5.46c-.29.29-.29.77 0 1.06.29.29.76.29 1.05.01l1.09 1.09c-.82 1.02-1.36 2.26-1.5 3.63H3.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5c0 .41.34.75.75.75s.75-.34.75-.75h1.54c.15 1.37.69 2.61 1.5 3.63l-1.09 1.09c-.29-.29-.76-.28-1.05.01-.29.29-.29.77 0 1.06l1.06 1.06c.29.29.77.29 1.06 0 .29-.29.29-.77 0-1.06l-.01-.01 1.09-1.09c1.02.82 2.26 1.36 3.63 1.51v1.55c-.41.01-.74.34-.74.75s.34.75.75.75h1.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.01v-1.54c1.37-.14 2.62-.69 3.64-1.51l1.09 1.09c-.29.29-.28.76.01 1.05.29.29.77.29 1.06 0l1.06-1.06c.29-.29.29-.77 0-1.06-.29-.29-.77-.29-1.06 0l-.01.01-1.09-1.09c.82-1.02 1.37-2.27 1.52-3.65h1.54c0 .41.34.75.75.75s.75-.34.75-.75v-1.5c.01-.4-.33-.74-.74-.74zM13.75 8c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM12 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1.75-5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM8.5 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1.75 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3.5 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm.75-4c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1z"})
"Coronavirus"))
================================================
FILE: src/icons/reagent_mui/icons/coronavirus_outlined.cljs
================================================
(ns reagent-mui.icons.coronavirus-outlined
"Imports @mui/icons-material/CoronavirusOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def coronavirus-outlined (create-svg-icon (e "path" #js {"d" "M9.5 12c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm4.25-2c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm-3.5 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM22 11.25v1.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75h-1.54c-.15 1.37-.69 2.63-1.52 3.65l1.09 1.09.01-.01c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-1.06 1.06c-.29.29-.77.29-1.06 0-.29-.29-.29-.76-.01-1.05l-1.09-1.09a7.015 7.015 0 0 1-3.64 1.51v1.54h.01c.41 0 .75.34.75.75s-.34.75-.75.75h-1.5c-.41 0-.75-.34-.75-.75s.33-.74.74-.75v-1.55c-1.37-.15-2.62-.69-3.63-1.51l-1.09 1.09.01.01c.29.29.29.77 0 1.06-.29.29-.77.29-1.06 0L4.4 18.54c-.29-.29-.29-.77 0-1.06.29-.29.76-.29 1.05-.01l1.09-1.09c-.82-1.02-1.36-2.26-1.5-3.63H3.5c0 .41-.34.75-.75.75S2 13.16 2 12.75v-1.5c0-.41.34-.75.75-.75s.75.34.75.75h1.54c.15-1.37.69-2.61 1.5-3.63L5.45 6.53c-.29.28-.76.28-1.05-.01-.29-.29-.29-.77 0-1.06L5.46 4.4c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-.01.01L7.6 6.56c1.02-.82 2.26-1.36 3.63-1.51V3.5c-.41-.01-.74-.34-.74-.75.01-.41.35-.75.76-.75h1.5c.41 0 .75.34.75.75s-.34.75-.75.75h-.01v1.54c1.37.14 2.62.69 3.64 1.51l1.09-1.09c-.29-.29-.28-.76.01-1.05.29-.29.77-.29 1.06 0l1.06 1.06c.29.29.29.77 0 1.06s-.77.29-1.06 0l-.01-.01-1.09 1.08c.82 1.02 1.37 2.27 1.52 3.65h1.54c0-.41.34-.75.75-.75s.75.34.75.75zM17 12c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5zm-5-1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3.5 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-1.75 3c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"})
"CoronavirusOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/coronavirus_rounded.cljs
================================================
(ns reagent-mui.icons.coronavirus-rounded
"Imports @mui/icons-material/CoronavirusRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def coronavirus-rounded (create-svg-icon (e "path" #js {"d" "M21.25 10.5c-.41 0-.75.34-.75.75h-1.54c-.15-1.37-.69-2.63-1.52-3.65l1.09-1.09.01.01c.29.29.77.29 1.06 0s.29-.77 0-1.06L18.54 4.4c-.29-.29-.77-.29-1.06 0-.29.29-.29.76-.01 1.05l-1.09 1.09a7.015 7.015 0 0 0-3.64-1.51V3.5h.01c.41 0 .75-.34.75-.75S13.16 2 12.75 2h-1.5c-.41 0-.75.34-.75.75s.33.74.74.75v1.55c-1.37.14-2.62.69-3.64 1.51L6.51 5.47l.01-.01c.29-.29.29-.77 0-1.06-.29-.29-.77-.29-1.06 0L4.4 5.46c-.29.29-.29.77 0 1.06.29.29.76.29 1.05.01l1.09 1.09c-.82 1.02-1.36 2.26-1.5 3.63H3.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5c0 .41.34.75.75.75s.75-.34.75-.75h1.54c.15 1.37.69 2.61 1.5 3.63l-1.09 1.09c-.29-.29-.76-.28-1.05.01-.29.29-.29.77 0 1.06l1.06 1.06c.29.29.77.29 1.06 0 .29-.29.29-.77 0-1.06l-.01-.01 1.09-1.09c1.02.82 2.26 1.36 3.63 1.51v1.55c-.41.01-.74.34-.74.75s.34.75.75.75h1.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.01v-1.54c1.37-.14 2.62-.69 3.64-1.51l1.09 1.09c-.29.29-.28.76.01 1.05.29.29.77.29 1.06 0l1.06-1.06c.29-.29.29-.77 0-1.06-.29-.29-.77-.29-1.06 0l-.01.01-1.09-1.09c.82-1.02 1.37-2.27 1.52-3.65h1.54c0 .41.34.75.75.75s.75-.34.75-.75v-1.5c.01-.4-.33-.74-.74-.74zM13.75 8c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM12 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1.75-5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM8.5 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1.75 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3.5 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm.75-4c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1z"})
"CoronavirusRounded"))
================================================
FILE: src/icons/reagent_mui/icons/coronavirus_sharp.cljs
================================================
(ns reagent-mui.icons.coronavirus-sharp
"Imports @mui/icons-material/CoronavirusSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def coronavirus-sharp (create-svg-icon (e "path" #js {"d" "M20.5 10.5v.75h-1.54c-.15-1.37-.69-2.63-1.52-3.65l1.09-1.09.01.01.53.53 1.06-1.06-2.12-2.12-1.06 1.06.52.52-1.09 1.09a7.015 7.015 0 0 0-3.64-1.51V3.5h.76V2h-3v1.5h.74v1.54c-1.37.15-2.62.7-3.64 1.52L6.51 5.47l.01-.01.53-.53-1.06-1.06-2.12 2.12 1.06 1.06.52-.52 1.09 1.09c-.82 1.02-1.36 2.26-1.5 3.63H3.5v-.75H2v3h1.5v-.75h1.54c.15 1.37.69 2.61 1.5 3.63l-1.09 1.09-.52-.52-1.06 1.06 2.12 2.12 1.06-1.06-.53-.53-.01-.01 1.09-1.09c1.02.82 2.26 1.36 3.63 1.51v1.54h-.73V22h3v-1.5h-.76v-1.54c1.37-.14 2.62-.69 3.64-1.51l1.09 1.09-.52.52 1.06 1.06L20.13 18l-1.06-1.06-.53.53-.01.01-1.09-1.09c.82-1.02 1.37-2.27 1.52-3.65h1.54v.75H22v-3h-1.5zM13.75 8c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-3.5 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM8.5 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1.75 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM12 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1.75 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1.75-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"CoronavirusSharp"))
================================================
FILE: src/icons/reagent_mui/icons/coronavirus_two_tone.cljs
================================================
(ns reagent-mui.icons.coronavirus-two-tone
"Imports @mui/icons-material/CoronavirusTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def coronavirus-two-tone (create-svg-icon [(e "path" #js {"d" "M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.75 1c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-3.5 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM8.5 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1.75 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM12 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1.75 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1.75-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "path" #js {"d" "M9.5 12c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm4.25-2c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm-3.5 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM22 11.25v1.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75h-1.54c-.15 1.37-.69 2.63-1.52 3.65l1.09 1.09.01-.01c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-1.06 1.06c-.29.29-.77.29-1.06 0-.29-.29-.29-.76-.01-1.05l-1.09-1.09a7.015 7.015 0 0 1-3.64 1.51v1.54h.01c.41 0 .75.34.75.75s-.34.75-.75.75h-1.5c-.41 0-.75-.34-.75-.75s.33-.74.74-.75v-1.55c-1.37-.15-2.62-.69-3.63-1.51l-1.09 1.09.01.01c.29.29.29.77 0 1.06-.29.29-.77.29-1.06 0L4.4 18.54c-.29-.29-.29-.77 0-1.06.29-.29.76-.29 1.05-.01l1.09-1.09c-.82-1.02-1.36-2.26-1.5-3.63H3.5c0 .41-.34.75-.75.75S2 13.16 2 12.75v-1.5c0-.41.34-.75.75-.75s.75.34.75.75h1.54c.15-1.37.69-2.61 1.5-3.63L5.45 6.53c-.29.28-.76.28-1.05-.01-.29-.29-.29-.77 0-1.06L5.46 4.4c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-.01.01L7.6 6.56c1.02-.82 2.26-1.36 3.63-1.51V3.5c-.41-.01-.74-.34-.74-.75.01-.41.35-.75.76-.75h1.5c.41 0 .75.34.75.75s-.34.75-.75.75h-.01v1.54c1.37.14 2.62.69 3.64 1.51l1.09-1.09c-.29-.29-.28-.76.01-1.05.29-.29.77-.29 1.06 0l1.06 1.06c.29.29.29.77 0 1.06s-.77.29-1.06 0l-.01-.01-1.09 1.08c.82 1.02 1.37 2.27 1.52 3.65h1.54c0-.41.34-.75.75-.75s.75.34.75.75zM17 12c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5zm-5-1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3.5 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-1.75 3c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"})]
"CoronavirusTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/corporate_fare.cljs
================================================
(ns reagent-mui.icons.corporate-fare
"Imports @mui/icons-material/CorporateFare as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def corporate-fare (create-svg-icon (e "path" #js {"d" "M12 7V3H2v18h20V7H12zm-2 12H4v-2h6v2zm0-4H4v-2h6v2zm0-4H4V9h6v2zm0-4H4V5h6v2zm10 12h-8V9h8v10zm-2-8h-4v2h4v-2zm0 4h-4v2h4v-2z"})
"CorporateFare"))
================================================
FILE: src/icons/reagent_mui/icons/corporate_fare_outlined.cljs
================================================
(ns reagent-mui.icons.corporate-fare-outlined
"Imports @mui/icons-material/CorporateFareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def corporate-fare-outlined (create-svg-icon (e "path" #js {"d" "M12 7V3H2v18h20V7H12zm-2 12H4v-2h6v2zm0-4H4v-2h6v2zm0-4H4V9h6v2zm0-4H4V5h6v2zm10 12h-8V9h8v10zm-2-8h-4v2h4v-2zm0 4h-4v2h4v-2z"})
"CorporateFareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/corporate_fare_rounded.cljs
================================================
(ns reagent-mui.icons.corporate-fare-rounded
"Imports @mui/icons-material/CorporateFareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def corporate-fare-rounded (create-svg-icon (e "path" #js {"d" "M12 7V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2h-8zm-2 12H4v-2h6v2zm0-4H4v-2h6v2zm0-4H4V9h6v2zm0-4H4V5h6v2zm10 12h-8V9h8v10zm-2-8h-4v2h4v-2zm0 4h-4v2h4v-2z"})
"CorporateFareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/corporate_fare_sharp.cljs
================================================
(ns reagent-mui.icons.corporate-fare-sharp
"Imports @mui/icons-material/CorporateFareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def corporate-fare-sharp (create-svg-icon (e "path" #js {"d" "M12 7V3H2v18h20V7H12zm-2 12H4v-2h6v2zm0-4H4v-2h6v2zm0-4H4V9h6v2zm0-4H4V5h6v2zm10 12h-8V9h8v10zm-2-8h-4v2h4v-2zm0 4h-4v2h4v-2z"})
"CorporateFareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/corporate_fare_two_tone.cljs
================================================
(ns reagent-mui.icons.corporate-fare-two-tone
"Imports @mui/icons-material/CorporateFareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def corporate-fare-two-tone (create-svg-icon [(e "path" #js {"d" "M10 19H4v-2h6v2zm0-4H4v-2h6v2zm0-4H4V9h6v2zm0-4H4V5h6v2zm10 12h-8V9h8v10zm-2-8h-4v2h4v-2zm0 4h-4v2h4v-2z", "opacity" ".3"}) (e "path" #js {"d" "M12 7V3H2v18h20V7H12zm-2 12H4v-2h6v2zm0-4H4v-2h6v2zm0-4H4V9h6v2zm0-4H4V5h6v2zm10 12h-8V9h8v10zm-2-8h-4v2h4v-2zm0 4h-4v2h4v-2z"})]
"CorporateFareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cottage.cljs
================================================
(ns reagent-mui.icons.cottage
"Imports @mui/icons-material/Cottage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cottage (create-svg-icon (e "path" #js {"d" "M12 3 6 7.58V6H4v3.11L1 11.4l1.21 1.59L4 11.62V21h7v-6h2v6h7v-9.38l1.79 1.36L23 11.4 12 3zm-2-2c0 1.66-1.34 3-3 3-.55 0-1 .45-1 1H4c0-1.66 1.34-3 3-3 .55 0 1-.45 1-1h2z"})
"Cottage"))
================================================
FILE: src/icons/reagent_mui/icons/cottage_outlined.cljs
================================================
(ns reagent-mui.icons.cottage-outlined
"Imports @mui/icons-material/CottageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cottage-outlined (create-svg-icon (e "path" #js {"d" "M12 3 6 7.58V6H4v3.11L1 11.4l1.21 1.59L4 11.62V21h16v-9.38l1.79 1.36L23 11.4 12 3zm6 16h-5v-4h-2v4H6v-8.9l6-4.58 6 4.58V19zM10 1c0 1.66-1.34 3-3 3-.55 0-1 .45-1 1H4c0-1.66 1.34-3 3-3 .55 0 1-.45 1-1h2z"})
"CottageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cottage_rounded.cljs
================================================
(ns reagent-mui.icons.cottage-rounded
"Imports @mui/icons-material/CottageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cottage-rounded (create-svg-icon (e "path" #js {"d" "M22.39 12.19c.34-.44.25-1.07-.19-1.4l-9.6-7.33c-.36-.27-.86-.27-1.21 0L6 7.58V7c0-.55-.45-1-1-1s-1 .45-1 1v2.11l-2.21 1.68c-.44.33-.52.96-.19 1.4.34.44.96.52 1.4.19l1-.76V20c0 .55.45 1 1 1h6v-5c0-.55.45-1 1-1s1 .45 1 1v5h6c.55 0 1-.45 1-1v-8.38l.99.76c.44.34 1.07.25 1.4-.19zM5.27 5c-.74 0-1.26-.8-.9-1.45C4.89 2.62 5.87 2 7 2c.38 0 .72-.22.89-.53.15-.31.5-.47.84-.47.74 0 1.26.8.9 1.45C9.11 3.38 8.13 4 7 4c-.38 0-.72.22-.89.53-.15.31-.5.47-.84.47z"})
"CottageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cottage_sharp.cljs
================================================
(ns reagent-mui.icons.cottage-sharp
"Imports @mui/icons-material/CottageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cottage-sharp (create-svg-icon (e "path" #js {"d" "M12 3 6 7.58V6H4v3.11L1 11.4l1.21 1.59L4 11.62V21h7v-6h2v6h7v-9.38l1.79 1.36L23 11.4 12 3zm-2-2c0 1.66-1.34 3-3 3-.55 0-1 .45-1 1H4c0-1.66 1.34-3 3-3 .55 0 1-.45 1-1h2z"})
"CottageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cottage_two_tone.cljs
================================================
(ns reagent-mui.icons.cottage-two-tone
"Imports @mui/icons-material/CottageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cottage-two-tone (create-svg-icon [(e "path" #js {"d" "M18 19h-5v-4h-2v4H6v-8.9l6-4.58 6 4.58z", "opacity" ".3"}) (e "path" #js {"d" "M12 3 6 7.58V6H4v3.11L1 11.4l1.21 1.59L4 11.62V21h16v-9.38l1.79 1.36L23 11.4 12 3zm6 16h-5v-4h-2v4H6v-8.9l6-4.58 6 4.58V19zM10 1c0 1.66-1.34 3-3 3-.55 0-1 .45-1 1H4c0-1.66 1.34-3 3-3 .55 0 1-.45 1-1h2z"})]
"CottageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/countertops.cljs
================================================
(ns reagent-mui.icons.countertops
"Imports @mui/icons-material/Countertops as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def countertops (create-svg-icon (e "path" #js {"d" "M18 10V7c0-1.66-1.34-3-3-3s-3 1.34-3 3h2c0-.55.45-1 1-1s1 .45 1 1v3H8c1.1 0 2-.9 2-2V4H4v4c0 1.1.9 2 2 2H2v2h2v8h16v-8h2v-2h-4zm-5 8h-2v-6h2v6z"})
"Countertops"))
================================================
FILE: src/icons/reagent_mui/icons/countertops_outlined.cljs
================================================
(ns reagent-mui.icons.countertops-outlined
"Imports @mui/icons-material/CountertopsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def countertops-outlined (create-svg-icon (e "path" #js {"d" "M22 10h-4V7c0-1.66-1.34-3-3-3s-3 1.34-3 3h2c0-.55.45-1 1-1s1 .45 1 1v3H8c1.1 0 2-.9 2-2V4H4v4c0 1.1.9 2 2 2H2v2h2v8h16v-8h2v-2zM6 6h2v2H6V6zm0 12v-6h5v6H6zm12 0h-5v-6h5v6z"})
"CountertopsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/countertops_rounded.cljs
================================================
(ns reagent-mui.icons.countertops-rounded
"Imports @mui/icons-material/CountertopsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def countertops-rounded (create-svg-icon (e "path" #js {"d" "M18 10V7.17c0-1.62-1.22-3.08-2.84-3.17-1.21-.06-2.27.59-2.8 1.57-.35.65.17 1.43.91 1.43h.01c.34 0 .68-.16.84-.46.16-.32.5-.54.88-.54.55 0 1 .45 1 1v3H8c1.1 0 2-.9 2-2V5c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v3c0 1.1.9 2 2 2H3c-.55 0-1 .45-1 1s.45 1 1 1h1v7c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-7h1c.55 0 1-.45 1-1s-.45-1-1-1h-3zm-5 8h-2v-6h2v6z"})
"CountertopsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/countertops_sharp.cljs
================================================
(ns reagent-mui.icons.countertops-sharp
"Imports @mui/icons-material/CountertopsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def countertops-sharp (create-svg-icon (e "path" #js {"d" "M18 10V7c0-1.66-1.34-3-3-3s-3 1.34-3 3h2c0-.55.45-1 1-1s1 .45 1 1v3H8c1.1 0 2-.9 2-2V4H4v4c0 1.1.9 2 2 2H2v2h2v8h16v-8h2v-2h-4zm-5 8h-2v-6h2v6z"})
"CountertopsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/countertops_two_tone.cljs
================================================
(ns reagent-mui.icons.countertops-two-tone
"Imports @mui/icons-material/CountertopsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def countertops-two-tone (create-svg-icon [(e "path" #js {"d" "M6 6h2v2H6V6zm0 12v-6h5v6H6zm12 0h-5v-6h5v6z", "opacity" ".3"}) (e "path" #js {"d" "M22 10h-4V7c0-1.66-1.34-3-3-3s-3 1.34-3 3h2c0-.55.45-1 1-1s1 .45 1 1v3H8c1.1 0 2-.9 2-2V4H4v4c0 1.1.9 2 2 2H2v2h2v8h16v-8h2v-2zM6 6h2v2H6V6zm0 12v-6h5v6H6zm12 0h-5v-6h5v6z"})]
"CountertopsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/create.cljs
================================================
(ns reagent-mui.icons.create
"Imports @mui/icons-material/Create as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def create (create-svg-icon (e "path" #js {"d" "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"})
"Create"))
================================================
FILE: src/icons/reagent_mui/icons/create_new_folder.cljs
================================================
(ns reagent-mui.icons.create-new-folder
"Imports @mui/icons-material/CreateNewFolder as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def create-new-folder (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-1 8h-3v3h-2v-3h-3v-2h3V9h2v3h3v2z"})
"CreateNewFolder"))
================================================
FILE: src/icons/reagent_mui/icons/create_new_folder_outlined.cljs
================================================
(ns reagent-mui.icons.create-new-folder-outlined
"Imports @mui/icons-material/CreateNewFolderOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def create-new-folder-outlined (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm0 12H4V6h5.17l2 2H20v10zm-8-4h2v2h2v-2h2v-2h-2v-2h-2v2h-2z"})
"CreateNewFolderOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/create_new_folder_rounded.cljs
================================================
(ns reagent-mui.icons.create-new-folder-rounded
"Imports @mui/icons-material/CreateNewFolderRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def create-new-folder-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-8l-1.41-1.41C10.21 4.21 9.7 4 9.17 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-2 8h-2v2c0 .55-.45 1-1 1s-1-.45-1-1v-2h-2c-.55 0-1-.45-1-1s.45-1 1-1h2v-2c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1z"})
"CreateNewFolderRounded"))
================================================
FILE: src/icons/reagent_mui/icons/create_new_folder_sharp.cljs
================================================
(ns reagent-mui.icons.create-new-folder-sharp
"Imports @mui/icons-material/CreateNewFolderSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def create-new-folder-sharp (create-svg-icon (e "path" #js {"d" "M22 6H12l-2-2H2v16h20V6zm-3 8h-3v3h-2v-3h-3v-2h3V9h2v3h3v2z"})
"CreateNewFolderSharp"))
================================================
FILE: src/icons/reagent_mui/icons/create_new_folder_two_tone.cljs
================================================
(ns reagent-mui.icons.create-new-folder-two-tone
"Imports @mui/icons-material/CreateNewFolderTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def create-new-folder-two-tone (create-svg-icon [(e "path" #js {"d" "m11.17 8-.59-.59L9.17 6H4v12h16V8h-8.83zM14 10h2v2h2v2h-2v2h-2v-2h-2v-2h2v-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm0 12H4V6h5.17l1.41 1.41.59.59H20v10zm-8-4h2v2h2v-2h2v-2h-2v-2h-2v2h-2z"})]
"CreateNewFolderTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/create_outlined.cljs
================================================
(ns reagent-mui.icons.create-outlined
"Imports @mui/icons-material/CreateOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def create-outlined (create-svg-icon (e "path" #js {"d" "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM5.92 19H5v-.92l9.06-9.06.92.92L5.92 19zM20.71 5.63l-2.34-2.34c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41z"})
"CreateOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/create_rounded.cljs
================================================
(ns reagent-mui.icons.create-rounded
"Imports @mui/icons-material/CreateRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def create-rounded (create-svg-icon (e "path" #js {"d" "M3 17.46v3.04c0 .28.22.5.5.5h3.04c.13 0 .26-.05.35-.15L17.81 9.94l-3.75-3.75L3.15 17.1c-.1.1-.15.22-.15.36zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"})
"CreateRounded"))
================================================
FILE: src/icons/reagent_mui/icons/create_sharp.cljs
================================================
(ns reagent-mui.icons.create-sharp
"Imports @mui/icons-material/CreateSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def create-sharp (create-svg-icon (e "path" #js {"d" "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM21.41 6.34l-3.75-3.75-2.53 2.54 3.75 3.75 2.53-2.54z"})
"CreateSharp"))
================================================
FILE: src/icons/reagent_mui/icons/create_two_tone.cljs
================================================
(ns reagent-mui.icons.create-two-tone
"Imports @mui/icons-material/CreateTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def create-two-tone (create-svg-icon [(e "path" #js {"d" "M5 18.08V19h.92l9.06-9.06-.92-.92z", "opacity" ".3"}) (e "path" #js {"d" "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM5.92 19H5v-.92l9.06-9.06.92.92L5.92 19zM20.71 5.63l-2.34-2.34c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41z"})]
"CreateTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/credit_card.cljs
================================================
(ns reagent-mui.icons.credit-card
"Imports @mui/icons-material/CreditCard as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def credit-card (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z"})
"CreditCard"))
================================================
FILE: src/icons/reagent_mui/icons/credit_card_off.cljs
================================================
(ns reagent-mui.icons.credit-card-off
"Imports @mui/icons-material/CreditCardOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def credit-card-off (create-svg-icon (e "path" #js {"d" "M21.9 21.9 2.1 2.1.69 3.51l1.55 1.55c-.15.28-.23.6-.23.94L2 18c0 1.11.89 2 2 2h13.17l3.31 3.31 1.42-1.41zM4 12V8h1.17l4 4H4zm2.83-8H20c1.11 0 2 .89 2 2v12c0 .34-.08.66-.23.94L14.83 12H20V8h-9.17l-4-4z"})
"CreditCardOff"))
================================================
FILE: src/icons/reagent_mui/icons/credit_card_off_outlined.cljs
================================================
(ns reagent-mui.icons.credit-card-off-outlined
"Imports @mui/icons-material/CreditCardOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def credit-card-off-outlined (create-svg-icon (e "path" #js {"d" "M6.83 4H20c1.11 0 2 .89 2 2v12c0 .34-.08.66-.23.94L20 17.17V12h-5.17l-4-4H20V6H8.83l-2-2zm13.66 19.31L17.17 20H4c-1.11 0-2-.89-2-2l.01-12c0-.34.08-.66.23-.93L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM4 6.83V8h1.17L4 6.83zM15.17 18l-6-6H4v6h11.17z"})
"CreditCardOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/credit_card_off_rounded.cljs
================================================
(ns reagent-mui.icons.credit-card-off-rounded
"Imports @mui/icons-material/CreditCardOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def credit-card-off-rounded (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81a.9959.9959 0 0 0-1.41 0C1 3.2 1 3.83 1.39 4.22l.84.84c-.14.28-.22.6-.22.94L2 18c0 1.11.89 2 2 2h13.17l2.61 2.61c.39.39 1.02.39 1.41 0 .39-.39.39-1.03 0-1.42zM4 12V8h1.17l4 4H4zm2.83-8H20c1.11 0 2 .89 2 2v12c0 .34-.08.66-.23.94L14.83 12H20V8h-9.17l-4-4z"})
"CreditCardOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/credit_card_off_sharp.cljs
================================================
(ns reagent-mui.icons.credit-card-off-sharp
"Imports @mui/icons-material/CreditCardOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def credit-card-off-sharp (create-svg-icon (e "path" #js {"d" "M6.83 4H22v15.17L14.83 12H20V8h-9.17l-4-4zm13.66 19.31L17.17 20H2V4.83L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM9.17 12l-4-4H4v4h5.17z"})
"CreditCardOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/credit_card_off_two_tone.cljs
================================================
(ns reagent-mui.icons.credit-card-off-two-tone
"Imports @mui/icons-material/CreditCardOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def credit-card-off-two-tone (create-svg-icon [(e "path" #js {"d" "M20 17.17V12h-5.17L20 17.17zM10.83 8H20V6H8.83l2 2zM4 6.83V8h1.17L4 6.83zM15.17 18l-6-6H4v6h11.17z", "opacity" ".3"}) (e "path" #js {"d" "M6.83 4H20c1.11 0 2 .89 2 2v12c0 .34-.08.66-.23.94L20 17.17V12h-5.17l-4-4H20V6H8.83l-2-2zm13.66 19.31L17.17 20H4c-1.11 0-2-.89-2-2l.01-12c0-.34.08-.66.23-.93L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM4 6.83V8h1.17L4 6.83zM15.17 18l-6-6H4v6h11.17z"})]
"CreditCardOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/credit_card_outlined.cljs
================================================
(ns reagent-mui.icons.credit-card-outlined
"Imports @mui/icons-material/CreditCardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def credit-card-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z"})
"CreditCardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/credit_card_rounded.cljs
================================================
(ns reagent-mui.icons.credit-card-rounded
"Imports @mui/icons-material/CreditCardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def credit-card-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm-1 14H5c-.55 0-1-.45-1-1v-5h16v5c0 .55-.45 1-1 1zm1-10H4V6h16v2z"})
"CreditCardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/credit_card_sharp.cljs
================================================
(ns reagent-mui.icons.credit-card-sharp
"Imports @mui/icons-material/CreditCardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def credit-card-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2.01L2 20h20V4zm-2 14H4v-6h16v6zm0-10H4V6h16v2z"})
"CreditCardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/credit_card_two_tone.cljs
================================================
(ns reagent-mui.icons.credit-card-two-tone
"Imports @mui/icons-material/CreditCardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def credit-card-two-tone (create-svg-icon [(e "path" #js {"d" "M4 12h16v6H4zm0-6h16v2H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z"})]
"CreditCardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/credit_score.cljs
================================================
(ns reagent-mui.icons.credit-score
"Imports @mui/icons-material/CreditScore as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def credit-score (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h5v-2H4v-6h18V6c0-1.11-.89-2-2-2zm0 4H4V6h16v2zm-5.07 11.17-2.83-2.83-1.41 1.41L14.93 22 22 14.93l-1.41-1.41-5.66 5.65z"})
"CreditScore"))
================================================
FILE: src/icons/reagent_mui/icons/credit_score_outlined.cljs
================================================
(ns reagent-mui.icons.credit-score-outlined
"Imports @mui/icons-material/CreditScoreOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def credit-score-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h5v-2H4v-6h18V6c0-1.11-.89-2-2-2zm0 4H4V6h16v2zm-5.07 11.17-2.83-2.83-1.41 1.41L14.93 22 22 14.93l-1.41-1.41-5.66 5.65z"})
"CreditScoreOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/credit_score_rounded.cljs
================================================
(ns reagent-mui.icons.credit-score-rounded
"Imports @mui/icons-material/CreditScoreRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def credit-score-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h4c.55 0 1-.45 1-1s-.45-1-1-1H4v-6h18V6c0-1.1-.9-2-2-2zm0 4H4V6h16v2zm-5.07 11.17-2.12-2.12a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l2.83 2.83c.39.39 1.02.39 1.41 0l5.66-5.66c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-4.96 4.95z"})
"CreditScoreRounded"))
================================================
FILE: src/icons/reagent_mui/icons/credit_score_sharp.cljs
================================================
(ns reagent-mui.icons.credit-score-sharp
"Imports @mui/icons-material/CreditScoreSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def credit-score-sharp (create-svg-icon (e "path" #js {"d" "M2 4v16h7v-2H4v-6h18V4H2zm18 4H4V6h16v2zm-5.07 11.17-2.83-2.83-1.41 1.41L14.93 22 22 14.93l-1.41-1.41-5.66 5.65z"})
"CreditScoreSharp"))
================================================
FILE: src/icons/reagent_mui/icons/credit_score_two_tone.cljs
================================================
(ns reagent-mui.icons.credit-score-two-tone
"Imports @mui/icons-material/CreditScoreTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def credit-score-two-tone (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h5v-2H4v-6h18V6c0-1.11-.89-2-2-2zm0 4H4V6h16v2zm-5.07 11.17-2.83-2.83-1.41 1.41L14.93 22 22 14.93l-1.41-1.41-5.66 5.65z"})
"CreditScoreTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/crib.cljs
================================================
(ns reagent-mui.icons.crib
"Imports @mui/icons-material/Crib as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crib (create-svg-icon (e "path" #js {"d" "M18 9h-6V4H8C5.79 4 4 5.79 4 8v6c0 1.1.9 2 2 2h2v2.93c-.61-.35-1.16-.78-1.65-1.27l-1.42 1.42C6.74 20.88 9.24 22 12 22c2.76 0 5.26-1.12 7.07-2.93l-1.42-1.42c-.49.49-1.05.92-1.65 1.27V16h2c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2zm-4 10.75c-.64.16-1.31.25-2 .25s-1.36-.09-2-.25V16h4v3.75z"})
"Crib"))
================================================
FILE: src/icons/reagent_mui/icons/crib_outlined.cljs
================================================
(ns reagent-mui.icons.crib-outlined
"Imports @mui/icons-material/CribOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crib-outlined (create-svg-icon (e "path" #js {"d" "M18 9h-6V4H8C5.79 4 4 5.79 4 8v6c0 1.1.9 2 2 2h2v2.93c-.61-.35-1.16-.78-1.65-1.27l-1.42 1.42C6.74 20.88 9.24 22 12 22c2.76 0 5.26-1.12 7.07-2.93l-1.42-1.42c-.49.49-1.05.92-1.65 1.27V16h2c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2zm-4 10.75c-.64.16-1.31.25-2 .25s-1.36-.09-2-.25V16h4v3.75zM18 14H6V8c0-1.1.9-2 2-2h2v5h8v3z"})
"CribOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/crib_rounded.cljs
================================================
(ns reagent-mui.icons.crib-rounded
"Imports @mui/icons-material/CribRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crib-rounded (create-svg-icon (e "path" #js {"d" "M18.32 18.32c-.36-.36-.92-.4-1.31-.08-.32.25-.65.48-1 .69V16h2c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2h-6V6c0-1.1-.9-2-2-2H8C5.79 4 4 5.79 4 8v6c0 1.1.9 2 2 2h2v2.93c-.35-.2-.69-.43-1-.69-.39-.32-.96-.27-1.31.08-.42.42-.39 1.12.08 1.5C7.47 21.18 9.64 22 12 22c2.36 0 4.53-.82 6.24-2.18.47-.38.5-1.08.08-1.5zM14 19.75c-.64.16-1.31.25-2 .25s-1.36-.09-2-.25V16h4v3.75z"})
"CribRounded"))
================================================
FILE: src/icons/reagent_mui/icons/crib_sharp.cljs
================================================
(ns reagent-mui.icons.crib-sharp
"Imports @mui/icons-material/CribSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crib-sharp (create-svg-icon (e "path" #js {"d" "M20 9h-8V4H8C5.79 4 4 5.79 4 8v8h4v2.93c-.61-.35-1.16-.78-1.65-1.27l-1.42 1.42C6.74 20.88 9.24 22 12 22c2.76 0 5.26-1.12 7.07-2.93l-1.42-1.42c-.49.49-1.05.92-1.65 1.27V16h4V9zm-6 10.75c-.64.16-1.31.25-2 .25s-1.36-.09-2-.25V16h4v3.75z"})
"CribSharp"))
================================================
FILE: src/icons/reagent_mui/icons/crib_two_tone.cljs
================================================
(ns reagent-mui.icons.crib-two-tone
"Imports @mui/icons-material/CribTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crib-two-tone (create-svg-icon [(e "path" #js {"d" "M18 14H6V8c0-1.1.9-2 2-2h2v5h8v3z", "opacity" ".3"}) (e "path" #js {"d" "M18 9h-6V4H8C5.79 4 4 5.79 4 8v6c0 1.1.9 2 2 2h2v2.93c-.61-.35-1.16-.78-1.65-1.27l-1.42 1.42C6.74 20.88 9.24 22 12 22c2.76 0 5.26-1.12 7.07-2.93l-1.42-1.42c-.49.49-1.05.92-1.65 1.27V16h2c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2zm-4 10.75c-.64.16-1.31.25-2 .25s-1.36-.09-2-.25V16h4v3.75zM18 14H6V8c0-1.1.9-2 2-2h2v5h8v3z"})]
"CribTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/crisis_alert.cljs
================================================
(ns reagent-mui.icons.crisis-alert
"Imports @mui/icons-material/CrisisAlert as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crisis-alert (create-svg-icon (e "path" #js {"d" "M14.5 2.5c0 1.5-1.5 6-1.5 6h-2S9.5 4 9.5 2.5C9.5 1.12 10.62 0 12 0s2.5 1.12 2.5 2.5zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm4.08-4.89c.18-.75.33-1.47.39-2.06C19.75 4.69 22 8.08 22 12c0 5.52-4.48 10-10 10S2 17.52 2 12c0-3.92 2.25-7.31 5.53-8.95.07.59.21 1.32.39 2.06C5.58 6.51 4 9.07 4 12c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.93-1.58-5.49-3.92-6.89zM18 12c0 3.31-2.69 6-6 6s-6-2.69-6-6c0-2 .98-3.77 2.48-4.86.23.81.65 2.07.65 2.07C8.43 9.93 8 10.92 8 12c0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.08-.43-2.07-1.13-2.79 0 0 .41-1.22.65-2.07C17.02 8.23 18 10 18 12z"})
"CrisisAlert"))
================================================
FILE: src/icons/reagent_mui/icons/crisis_alert_outlined.cljs
================================================
(ns reagent-mui.icons.crisis-alert-outlined
"Imports @mui/icons-material/CrisisAlertOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crisis-alert-outlined (create-svg-icon (e "path" #js {"d" "M14.5 2.5c0 1.5-1.5 6-1.5 6h-2S9.5 4 9.5 2.5C9.5 1.12 10.62 0 12 0s2.5 1.12 2.5 2.5zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm4.08-4.89c.18-.75.33-1.47.39-2.06C19.75 4.69 22 8.08 22 12c0 5.52-4.48 10-10 10S2 17.52 2 12c0-3.92 2.25-7.31 5.53-8.95.07.59.21 1.32.39 2.06C5.58 6.51 4 9.07 4 12c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.93-1.58-5.49-3.92-6.89zM18 12c0 3.31-2.69 6-6 6s-6-2.69-6-6c0-2 .98-3.77 2.48-4.86.23.81.65 2.07.65 2.07C8.43 9.93 8 10.92 8 12c0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.08-.43-2.07-1.13-2.79 0 0 .41-1.22.65-2.07C17.02 8.23 18 10 18 12z"})
"CrisisAlertOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/crisis_alert_rounded.cljs
================================================
(ns reagent-mui.icons.crisis-alert-rounded
"Imports @mui/icons-material/CrisisAlertRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crisis-alert-rounded (create-svg-icon (e "path" #js {"d" "M14.5 2.5c0 1.5-1.5 6-1.5 6h-2S9.5 4 9.5 2.5C9.5 1.12 10.62 0 12 0s2.5 1.12 2.5 2.5zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm4.08-4.89c.18-.75.33-1.47.39-2.06C19.75 4.69 22 8.08 22 12c0 5.52-4.48 10-10 10S2 17.52 2 12c0-3.92 2.25-7.31 5.53-8.95.07.59.21 1.32.39 2.06C5.58 6.51 4 9.07 4 12c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.93-1.58-5.49-3.92-6.89zM18 12c0 3.31-2.69 6-6 6s-6-2.69-6-6c0-2 .98-3.77 2.48-4.86.23.81.65 2.07.65 2.07C8.43 9.93 8 10.92 8 12c0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.08-.43-2.07-1.13-2.79 0 0 .41-1.22.65-2.07C17.02 8.23 18 10 18 12z"})
"CrisisAlertRounded"))
================================================
FILE: src/icons/reagent_mui/icons/crisis_alert_sharp.cljs
================================================
(ns reagent-mui.icons.crisis-alert-sharp
"Imports @mui/icons-material/CrisisAlertSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crisis-alert-sharp (create-svg-icon (e "path" #js {"d" "M14.5 2.5c0 1.06-.75 3.64-1.19 5.04-.18.57-.71.96-1.31.96-.6 0-1.13-.39-1.31-.96-.44-1.4-1.19-3.98-1.19-5.04C9.5 1.12 10.62 0 12 0s2.5 1.12 2.5 2.5zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm4.08-4.89c.18-.75.33-1.47.39-2.06C19.75 4.69 22 8.08 22 12c0 5.52-4.48 10-10 10S2 17.52 2 12c0-3.92 2.25-7.31 5.53-8.95.07.59.21 1.32.39 2.06C5.58 6.51 4 9.07 4 12c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.93-1.58-5.49-3.92-6.89zM18 12c0 3.31-2.69 6-6 6s-6-2.69-6-6c0-2 .98-3.77 2.48-4.86.23.81.65 2.07.65 2.07C8.43 9.93 8 10.92 8 12c0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.08-.43-2.07-1.13-2.79 0 0 .41-1.22.65-2.07C17.02 8.23 18 10 18 12z"})
"CrisisAlertSharp"))
================================================
FILE: src/icons/reagent_mui/icons/crisis_alert_two_tone.cljs
================================================
(ns reagent-mui.icons.crisis-alert-two-tone
"Imports @mui/icons-material/CrisisAlertTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crisis-alert-two-tone (create-svg-icon (e "path" #js {"d" "M14.5 2.5c0 1.5-1.5 6-1.5 6h-2S9.5 4 9.5 2.5C9.5 1.12 10.62 0 12 0s2.5 1.12 2.5 2.5zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm4.08-4.89c.18-.75.33-1.47.39-2.06C19.75 4.69 22 8.08 22 12c0 5.52-4.48 10-10 10S2 17.52 2 12c0-3.92 2.25-7.31 5.53-8.95.07.59.21 1.32.39 2.06C5.58 6.51 4 9.07 4 12c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.93-1.58-5.49-3.92-6.89zM18 12c0 3.31-2.69 6-6 6s-6-2.69-6-6c0-2 .98-3.77 2.48-4.86.23.81.65 2.07.65 2.07C8.43 9.93 8 10.92 8 12c0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.08-.43-2.07-1.13-2.79 0 0 .41-1.22.65-2.07C17.02 8.23 18 10 18 12z"})
"CrisisAlertTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/crop.cljs
================================================
(ns reagent-mui.icons.crop
"Imports @mui/icons-material/Crop as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop (create-svg-icon (e "path" #js {"d" "M17 15h2V7c0-1.1-.9-2-2-2H9v2h8v8zM7 17V1H5v4H1v2h4v10c0 1.1.9 2 2 2h10v4h2v-4h4v-2H7z"})
"Crop"))
================================================
FILE: src/icons/reagent_mui/icons/crop_169.cljs
================================================
(ns reagent-mui.icons.crop-169
"Imports @mui/icons-material/Crop169 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-169 (create-svg-icon (e "path" #js {"d" "M19 7H5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8H5V9h14v6z"})
"Crop169"))
================================================
FILE: src/icons/reagent_mui/icons/crop_169_outlined.cljs
================================================
(ns reagent-mui.icons.crop-169-outlined
"Imports @mui/icons-material/Crop169Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-169-outlined (create-svg-icon (e "path" #js {"d" "M19 7H5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8H5V9h14v6z"})
"Crop169Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/crop_169_rounded.cljs
================================================
(ns reagent-mui.icons.crop-169-rounded
"Imports @mui/icons-material/Crop169Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-169-rounded (create-svg-icon (e "path" #js {"d" "M19 7H5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8H5V9h14v6z"})
"Crop169Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/crop_169_sharp.cljs
================================================
(ns reagent-mui.icons.crop-169-sharp
"Imports @mui/icons-material/Crop169Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-169-sharp (create-svg-icon (e "path" #js {"d" "M21 7H3v10h18V7zm-2 8H5V9h14v6z"})
"Crop169Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/crop_169_two_tone.cljs
================================================
(ns reagent-mui.icons.crop-169-two-tone
"Imports @mui/icons-material/Crop169TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-169-two-tone (create-svg-icon (e "path" #js {"d" "M19 7H5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8H5V9h14v6z"})
"Crop169TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/crop_32.cljs
================================================
(ns reagent-mui.icons.crop-32
"Imports @mui/icons-material/Crop32 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-32 (create-svg-icon (e "path" #js {"d" "M19 6H5c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 10H5V8h14v8z"})
"Crop32"))
================================================
FILE: src/icons/reagent_mui/icons/crop_32_outlined.cljs
================================================
(ns reagent-mui.icons.crop-32-outlined
"Imports @mui/icons-material/Crop32Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-32-outlined (create-svg-icon (e "path" #js {"d" "M19 6H5c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 10H5V8h14v8z"})
"Crop32Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/crop_32_rounded.cljs
================================================
(ns reagent-mui.icons.crop-32-rounded
"Imports @mui/icons-material/Crop32Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-32-rounded (create-svg-icon (e "path" #js {"d" "M19 6H5c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 10H5V8h14v8z"})
"Crop32Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/crop_32_sharp.cljs
================================================
(ns reagent-mui.icons.crop-32-sharp
"Imports @mui/icons-material/Crop32Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-32-sharp (create-svg-icon (e "path" #js {"d" "M21 6H3v12h18V6zm-2 10H5V8h14v8z"})
"Crop32Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/crop_32_two_tone.cljs
================================================
(ns reagent-mui.icons.crop-32-two-tone
"Imports @mui/icons-material/Crop32TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-32-two-tone (create-svg-icon (e "path" #js {"d" "M19 6H5c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 10H5V8h14v8z"})
"Crop32TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/crop_54.cljs
================================================
(ns reagent-mui.icons.crop-54
"Imports @mui/icons-material/Crop54 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-54 (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H5V6h14v12z"})
"Crop54"))
================================================
FILE: src/icons/reagent_mui/icons/crop_54_outlined.cljs
================================================
(ns reagent-mui.icons.crop-54-outlined
"Imports @mui/icons-material/Crop54Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-54-outlined (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H5V6h14v12z"})
"Crop54Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/crop_54_rounded.cljs
================================================
(ns reagent-mui.icons.crop-54-rounded
"Imports @mui/icons-material/Crop54Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-54-rounded (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H5V6h14v12z"})
"Crop54Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/crop_54_sharp.cljs
================================================
(ns reagent-mui.icons.crop-54-sharp
"Imports @mui/icons-material/Crop54Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-54-sharp (create-svg-icon (e "path" #js {"d" "M21 4H3v16h18V4zm-2 14H5V6h14v12z"})
"Crop54Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/crop_54_two_tone.cljs
================================================
(ns reagent-mui.icons.crop-54-two-tone
"Imports @mui/icons-material/Crop54TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-54-two-tone (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H5V6h14v12z"})
"Crop54TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/crop_75.cljs
================================================
(ns reagent-mui.icons.crop-75
"Imports @mui/icons-material/Crop75 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-75 (create-svg-icon (e "path" #js {"d" "M19 5H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 12H5V7h14v10z"})
"Crop75"))
================================================
FILE: src/icons/reagent_mui/icons/crop_75_outlined.cljs
================================================
(ns reagent-mui.icons.crop-75-outlined
"Imports @mui/icons-material/Crop75Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-75-outlined (create-svg-icon (e "path" #js {"d" "M19 5H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 12H5V7h14v10z"})
"Crop75Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/crop_75_rounded.cljs
================================================
(ns reagent-mui.icons.crop-75-rounded
"Imports @mui/icons-material/Crop75Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-75-rounded (create-svg-icon (e "path" #js {"d" "M19 5H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 12H5V7h14v10z"})
"Crop75Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/crop_75_sharp.cljs
================================================
(ns reagent-mui.icons.crop-75-sharp
"Imports @mui/icons-material/Crop75Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-75-sharp (create-svg-icon (e "path" #js {"d" "M21 5H3v14h18V5zm-2 12H5V7h14v10z"})
"Crop75Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/crop_75_two_tone.cljs
================================================
(ns reagent-mui.icons.crop-75-two-tone
"Imports @mui/icons-material/Crop75TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-75-two-tone (create-svg-icon (e "path" #js {"d" "M19 5H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 12H5V7h14v10z"})
"Crop75TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/crop_din.cljs
================================================
(ns reagent-mui.icons.crop-din
"Imports @mui/icons-material/CropDin as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-din (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})
"CropDin"))
================================================
FILE: src/icons/reagent_mui/icons/crop_din_outlined.cljs
================================================
(ns reagent-mui.icons.crop-din-outlined
"Imports @mui/icons-material/CropDinOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-din-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})
"CropDinOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/crop_din_rounded.cljs
================================================
(ns reagent-mui.icons.crop-din-rounded
"Imports @mui/icons-material/CropDinRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-din-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1z"})
"CropDinRounded"))
================================================
FILE: src/icons/reagent_mui/icons/crop_din_sharp.cljs
================================================
(ns reagent-mui.icons.crop-din-sharp
"Imports @mui/icons-material/CropDinSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-din-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-2 16H5V5h14v14z"})
"CropDinSharp"))
================================================
FILE: src/icons/reagent_mui/icons/crop_din_two_tone.cljs
================================================
(ns reagent-mui.icons.crop-din-two-tone
"Imports @mui/icons-material/CropDinTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-din-two-tone (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})
"CropDinTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/crop_free.cljs
================================================
(ns reagent-mui.icons.crop-free
"Imports @mui/icons-material/CropFree as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-free (create-svg-icon (e "path" #js {"d" "M3 5v4h2V5h4V3H5c-1.1 0-2 .9-2 2zm2 10H3v4c0 1.1.9 2 2 2h4v-2H5v-4zm14 4h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4zm0-16h-4v2h4v4h2V5c0-1.1-.9-2-2-2z"})
"CropFree"))
================================================
FILE: src/icons/reagent_mui/icons/crop_free_outlined.cljs
================================================
(ns reagent-mui.icons.crop-free-outlined
"Imports @mui/icons-material/CropFreeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-free-outlined (create-svg-icon (e "path" #js {"d" "M3 5v4h2V5h4V3H5c-1.1 0-2 .9-2 2zm2 10H3v4c0 1.1.9 2 2 2h4v-2H5v-4zm14 4h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4zm0-16h-4v2h4v4h2V5c0-1.1-.9-2-2-2z"})
"CropFreeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/crop_free_rounded.cljs
================================================
(ns reagent-mui.icons.crop-free-rounded
"Imports @mui/icons-material/CropFreeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-free-rounded (create-svg-icon (e "path" #js {"d" "M3 5v3c0 .55.45 1 1 1s1-.45 1-1V6c0-.55.45-1 1-1h2c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2zm1 10c-.55 0-1 .45-1 1v3c0 1.1.9 2 2 2h3c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1-.45-1-1v-2c0-.55-.45-1-1-1zm15 3c0 .55-.45 1-1 1h-2c-.55 0-1 .45-1 1s.45 1 1 1h3c1.1 0 2-.9 2-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v2zm0-15h-3c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1 .45 1 1v2c0 .55.45 1 1 1s1-.45 1-1V5c0-1.1-.9-2-2-2z"})
"CropFreeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/crop_free_sharp.cljs
================================================
(ns reagent-mui.icons.crop-free-sharp
"Imports @mui/icons-material/CropFreeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-free-sharp (create-svg-icon (e "path" #js {"d" "M3 3v6h2V5h4V3H3zm2 12H3v6h6v-2H5v-4zm14 4h-4v2h6v-6h-2v4zm2-16h-6v2h4v4h2V3z"})
"CropFreeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/crop_free_two_tone.cljs
================================================
(ns reagent-mui.icons.crop-free-two-tone
"Imports @mui/icons-material/CropFreeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-free-two-tone (create-svg-icon (e "path" #js {"d" "M3 19c0 1.1.9 2 2 2h4v-2H5v-4H3v4zM21 5c0-1.1-.9-2-2-2h-4v2h4v4h2V5zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm16 14v-4h-2v4h-4v2h4c1.1 0 2-.9 2-2z"})
"CropFreeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/crop_landscape.cljs
================================================
(ns reagent-mui.icons.crop-landscape
"Imports @mui/icons-material/CropLandscape as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-landscape (create-svg-icon (e "path" #js {"d" "M19 5H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 12H5V7h14v10z"})
"CropLandscape"))
================================================
FILE: src/icons/reagent_mui/icons/crop_landscape_outlined.cljs
================================================
(ns reagent-mui.icons.crop-landscape-outlined
"Imports @mui/icons-material/CropLandscapeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-landscape-outlined (create-svg-icon (e "path" #js {"d" "M19 5H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 12H5V7h14v10z"})
"CropLandscapeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/crop_landscape_rounded.cljs
================================================
(ns reagent-mui.icons.crop-landscape-rounded
"Imports @mui/icons-material/CropLandscapeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-landscape-rounded (create-svg-icon (e "path" #js {"d" "M19 5H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-1 12H6c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1z"})
"CropLandscapeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/crop_landscape_sharp.cljs
================================================
(ns reagent-mui.icons.crop-landscape-sharp
"Imports @mui/icons-material/CropLandscapeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-landscape-sharp (create-svg-icon (e "path" #js {"d" "M21 5H3v14h18V5zm-2 12H5V7h14v10z"})
"CropLandscapeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/crop_landscape_two_tone.cljs
================================================
(ns reagent-mui.icons.crop-landscape-two-tone
"Imports @mui/icons-material/CropLandscapeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-landscape-two-tone (create-svg-icon (e "path" #js {"d" "M19 5H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 12H5V7h14v10z"})
"CropLandscapeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/crop_original.cljs
================================================
(ns reagent-mui.icons.crop-original
"Imports @mui/icons-material/CropOriginal as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-original (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-5.04-6.71-2.75 3.54-1.96-2.36L6.5 17h11l-3.54-4.71z"})
"CropOriginal"))
================================================
FILE: src/icons/reagent_mui/icons/crop_original_outlined.cljs
================================================
(ns reagent-mui.icons.crop-original-outlined
"Imports @mui/icons-material/CropOriginalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-original-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-5.04-6.71-2.75 3.54-1.96-2.36L6.5 17h11l-3.54-4.71z"})
"CropOriginalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/crop_original_rounded.cljs
================================================
(ns reagent-mui.icons.crop-original-rounded
"Imports @mui/icons-material/CropOriginalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-original-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zm-4.44-6.19-2.35 3.02-1.56-1.88c-.2-.25-.58-.24-.78.01l-1.74 2.23c-.26.33-.02.81.39.81h8.98c.41 0 .65-.47.4-.8l-2.55-3.39c-.19-.26-.59-.26-.79 0z"})
"CropOriginalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/crop_original_sharp.cljs
================================================
(ns reagent-mui.icons.crop-original-sharp
"Imports @mui/icons-material/CropOriginalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-original-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-2 16H5V5h14v14zm-5.04-6.71-2.75 3.54-1.96-2.36L6.5 17h11l-3.54-4.71z"})
"CropOriginalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/crop_original_two_tone.cljs
================================================
(ns reagent-mui.icons.crop-original-two-tone
"Imports @mui/icons-material/CropOriginalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-original-two-tone (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-5.04-6.71-2.75 3.54-1.96-2.36L6.5 17h11z"})
"CropOriginalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/crop_outlined.cljs
================================================
(ns reagent-mui.icons.crop-outlined
"Imports @mui/icons-material/CropOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-outlined (create-svg-icon (e "path" #js {"d" "M17 15h2V7c0-1.1-.9-2-2-2H9v2h8v8zM7 17V1H5v4H1v2h4v10c0 1.1.9 2 2 2h10v4h2v-4h4v-2H7z"})
"CropOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/crop_portrait.cljs
================================================
(ns reagent-mui.icons.crop-portrait
"Imports @mui/icons-material/CropPortrait as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-portrait (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H7V5h10v14z"})
"CropPortrait"))
================================================
FILE: src/icons/reagent_mui/icons/crop_portrait_outlined.cljs
================================================
(ns reagent-mui.icons.crop-portrait-outlined
"Imports @mui/icons-material/CropPortraitOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-portrait-outlined (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H7V5h10v14z"})
"CropPortraitOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/crop_portrait_rounded.cljs
================================================
(ns reagent-mui.icons.crop-portrait-rounded
"Imports @mui/icons-material/CropPortraitRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-portrait-rounded (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H8c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h8c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1z"})
"CropPortraitRounded"))
================================================
FILE: src/icons/reagent_mui/icons/crop_portrait_sharp.cljs
================================================
(ns reagent-mui.icons.crop-portrait-sharp
"Imports @mui/icons-material/CropPortraitSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-portrait-sharp (create-svg-icon (e "path" #js {"d" "M19 3H5v18h14V3zm-2 16H7V5h10v14z"})
"CropPortraitSharp"))
================================================
FILE: src/icons/reagent_mui/icons/crop_portrait_two_tone.cljs
================================================
(ns reagent-mui.icons.crop-portrait-two-tone
"Imports @mui/icons-material/CropPortraitTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-portrait-two-tone (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H7V5h10v14z"})
"CropPortraitTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/crop_rotate.cljs
================================================
(ns reagent-mui.icons.crop-rotate
"Imports @mui/icons-material/CropRotate as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-rotate (create-svg-icon (e "path" #js {"d" "M7.47 21.49C4.2 19.93 1.86 16.76 1.5 13H0c.51 6.16 5.66 11 11.95 11 .23 0 .44-.02.66-.03L8.8 20.15l-1.33 1.34zM12.05 0c-.23 0-.44.02-.66.04l3.81 3.81 1.33-1.33C19.8 4.07 22.14 7.24 22.5 11H24c-.51-6.16-5.66-11-11.95-11zM16 14h2V8c0-1.11-.9-2-2-2h-6v2h6v6zm-8 2V4H6v2H4v2h2v8c0 1.1.89 2 2 2h8v2h2v-2h2v-2H8z"})
"CropRotate"))
================================================
FILE: src/icons/reagent_mui/icons/crop_rotate_outlined.cljs
================================================
(ns reagent-mui.icons.crop-rotate-outlined
"Imports @mui/icons-material/CropRotateOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-rotate-outlined (create-svg-icon (e "path" #js {"d" "M7.47 21.49C4.2 19.93 1.86 16.76 1.5 13H0c.51 6.16 5.66 11 11.95 11 .23 0 .44-.02.66-.03L8.8 20.15l-1.33 1.34zM12.05 0c-.23 0-.44.02-.66.04l3.81 3.81 1.33-1.33C19.8 4.07 22.14 7.24 22.5 11H24c-.51-6.16-5.66-11-11.95-11zM16 14h2V8c0-1.11-.9-2-2-2h-6v2h6v6zm-8 2V4H6v2H4v2h2v8c0 1.1.89 2 2 2h8v2h2v-2h2v-2H8z"})
"CropRotateOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/crop_rotate_rounded.cljs
================================================
(ns reagent-mui.icons.crop-rotate-rounded
"Imports @mui/icons-material/CropRotateRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-rotate-rounded (create-svg-icon (e "path" #js {"d" "M16 9v5h2V8c0-1.1-.9-2-2-2h-6v2h5c.55 0 1 .45 1 1zm3 7H9c-.55 0-1-.45-1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-.55 0-1 .45-1 1s.45 1 1 1h1v8c0 1.1.9 2 2 2h8v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1zM17.66 1.4C15.99.51 13.83-.11 11.39.04l3.81 3.81 1.33-1.33c3.09 1.46 5.34 4.37 5.89 7.86.06.41.44.69.86.62.41-.06.69-.45.62-.86-.6-3.8-2.96-7-6.24-8.74zM7.47 21.49c-3.09-1.46-5.34-4.37-5.89-7.86-.06-.41-.44-.69-.86-.62-.41.06-.69.45-.62.86.6 3.81 2.96 7.01 6.24 8.75 1.67.89 3.83 1.51 6.27 1.36L8.8 20.16l-1.33 1.33z"})
"CropRotateRounded"))
================================================
FILE: src/icons/reagent_mui/icons/crop_rotate_sharp.cljs
================================================
(ns reagent-mui.icons.crop-rotate-sharp
"Imports @mui/icons-material/CropRotateSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-rotate-sharp (create-svg-icon (e "path" #js {"d" "M7.47 21.49C4.2 19.93 1.86 16.76 1.5 13H0c.51 6.16 5.66 11 11.95 11 .23 0 .44-.02.66-.03L8.8 20.15l-1.33 1.34zM12.05 0c-.23 0-.44.02-.66.04l3.81 3.81 1.33-1.33C19.8 4.07 22.14 7.24 22.5 11H24c-.51-6.16-5.66-11-11.95-11zM16 14h2V6h-8v2h6v6zm-8 2V4H6v2H4v2h2v10h10v2h2v-2h2v-2H8z"})
"CropRotateSharp"))
================================================
FILE: src/icons/reagent_mui/icons/crop_rotate_two_tone.cljs
================================================
(ns reagent-mui.icons.crop-rotate-two-tone
"Imports @mui/icons-material/CropRotateTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-rotate-two-tone (create-svg-icon (e "path" #js {"d" "M11.95 24c.23 0 .44-.02.66-.03L8.8 20.15l-1.33 1.34C4.2 19.93 1.86 16.76 1.5 13H0c.51 6.16 5.66 11 11.95 11zm.1-24c-.23 0-.44.02-.66.04l3.81 3.81 1.33-1.33C19.8 4.07 22.14 7.24 22.5 11H24c-.51-6.16-5.66-11-11.95-11zM16 6h-6v2h6v6h2V8c0-1.11-.9-2-2-2zm2 12h2v-2H8V4H6v2H4v2h2v8c0 1.1.89 2 2 2h8v2h2v-2z"})
"CropRotateTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/crop_rounded.cljs
================================================
(ns reagent-mui.icons.crop-rounded
"Imports @mui/icons-material/CropRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-rounded (create-svg-icon (e "path" #js {"d" "M17 15h2V7c0-1.1-.9-2-2-2H9v2h7c.55 0 1 .45 1 1v7zm-9 2c-.55 0-1-.45-1-1V2c0-.55-.45-1-1-1s-1 .45-1 1v3H2c-.55 0-1 .45-1 1s.45 1 1 1h3v10c0 1.1.9 2 2 2h10v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1H8z"})
"CropRounded"))
================================================
FILE: src/icons/reagent_mui/icons/crop_sharp.cljs
================================================
(ns reagent-mui.icons.crop-sharp
"Imports @mui/icons-material/CropSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-sharp (create-svg-icon (e "path" #js {"d" "M17 15h2V5H9v2h8v8zM7 17V1H5v4H1v2h4v12h12v4h2v-4h4v-2H7z"})
"CropSharp"))
================================================
FILE: src/icons/reagent_mui/icons/crop_square.cljs
================================================
(ns reagent-mui.icons.crop-square
"Imports @mui/icons-material/CropSquare as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-square (create-svg-icon (e "path" #js {"d" "M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H6V6h12v12z"})
"CropSquare"))
================================================
FILE: src/icons/reagent_mui/icons/crop_square_outlined.cljs
================================================
(ns reagent-mui.icons.crop-square-outlined
"Imports @mui/icons-material/CropSquareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-square-outlined (create-svg-icon (e "path" #js {"d" "M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H6V6h12v12z"})
"CropSquareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/crop_square_rounded.cljs
================================================
(ns reagent-mui.icons.crop-square-rounded
"Imports @mui/icons-material/CropSquareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-square-rounded (create-svg-icon (e "path" #js {"d" "M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-1 14H7c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1z"})
"CropSquareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/crop_square_sharp.cljs
================================================
(ns reagent-mui.icons.crop-square-sharp
"Imports @mui/icons-material/CropSquareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-square-sharp (create-svg-icon (e "path" #js {"d" "M20 4H4v16h16V4zm-2 14H6V6h12v12z"})
"CropSquareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/crop_square_two_tone.cljs
================================================
(ns reagent-mui.icons.crop-square-two-tone
"Imports @mui/icons-material/CropSquareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-square-two-tone (create-svg-icon (e "path" #js {"d" "M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H6V6h12v12z"})
"CropSquareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/crop_two_tone.cljs
================================================
(ns reagent-mui.icons.crop-two-tone
"Imports @mui/icons-material/CropTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def crop-two-tone (create-svg-icon (e "path" #js {"d" "M5 17c0 1.1.9 2 2 2h10v4h2v-4h4v-2H7V1H5v4H1v2h4v10zm14-2V7c0-1.1-.9-2-2-2H9v2h8v8h2z"})
"CropTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/css.cljs
================================================
(ns reagent-mui.icons.css
"Imports @mui/icons-material/Css as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def css (create-svg-icon (e "path" #js {"d" "M9.5 14v-1H11v.5h2v-1h-2.5c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1H13v-.5h-2v1h2.5c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1zm7.5 1h3c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1h-2.5v-1h2v.5H21v-1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1h2.5v1h-2V13H16v1c0 .55.45 1 1 1zm-9-5c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-1H6.5v.5h-2v-3h2v.5H8v-1z"})
"Css"))
================================================
FILE: src/icons/reagent_mui/icons/css_outlined.cljs
================================================
(ns reagent-mui.icons.css-outlined
"Imports @mui/icons-material/CssOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def css-outlined (create-svg-icon (e "path" #js {"d" "M9.5 14v-1H11v.5h2v-1h-2.5c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1H13v-.5h-2v1h2.5c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1zm7.5 1h3c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1h-2.5v-1h2v.5H21v-1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1h2.5v1h-2V13H16v1c0 .55.45 1 1 1zm-9-5c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-1H6.5v.5h-2v-3h2v.5H8v-1z"})
"CssOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/css_rounded.cljs
================================================
(ns reagent-mui.icons.css-rounded
"Imports @mui/icons-material/CssRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def css-rounded (create-svg-icon (e "path" #js {"d" "M8 10.25c0 .41-.34.75-.75.75-.33 0-.6-.21-.71-.5H4.5v3h2.04c.1-.29.38-.5.71-.5.41 0 .75.34.75.75V14c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v.25zm5.04.25c.1.29.38.5.71.5.41 0 .75-.34.75-.75V10c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1H13v1h-2.04c-.1-.29-.38-.5-.71-.5-.41 0-.75.34-.75.75V14c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1H11v-1h2.04zm6.5 0c.1.29.38.5.71.5.41 0 .75-.34.75-.75V10c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1h2.5v1h-2.04c-.1-.29-.38-.5-.71-.5-.41 0-.75.34-.75.75V14c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1h-2.5v-1h2.04z"})
"CssRounded"))
================================================
FILE: src/icons/reagent_mui/icons/css_sharp.cljs
================================================
(ns reagent-mui.icons.css-sharp
"Imports @mui/icons-material/CssSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def css-sharp (create-svg-icon (e "path" #js {"d" "M9.5 15v-2H11v.5h2v-1H9.5V9h5v2H13v-.5h-2v1h3.5V15h-5zm6.5 0h5v-3.5h-3.5v-1h2v.5H21V9h-5v3.5h3.5v1h-2V13H16v2zm-8-4V9H3v6h5v-2H6.5v.5h-2v-3h2v.5H8z"})
"CssSharp"))
================================================
FILE: src/icons/reagent_mui/icons/css_two_tone.cljs
================================================
(ns reagent-mui.icons.css-two-tone
"Imports @mui/icons-material/CssTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def css-two-tone (create-svg-icon (e "path" #js {"d" "M9.5 14v-1H11v.5h2v-1h-2.5c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1H13v-.5h-2v1h2.5c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1zm7.5 1h3c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1h-2.5v-1h2v.5H21v-1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1h2.5v1h-2V13H16v1c0 .55.45 1 1 1zm-9-5c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-1H6.5v.5h-2v-3h2v.5H8v-1z"})
"CssTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/currency_bitcoin.cljs
================================================
(ns reagent-mui.icons.currency-bitcoin
"Imports @mui/icons-material/CurrencyBitcoin as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-bitcoin (create-svg-icon (e "path" #js {"d" "M17.06 11.57c.59-.69.94-1.59.94-2.57 0-1.86-1.27-3.43-3-3.87V3h-2v2h-2V3H9v2H6v2h2v10H6v2h3v2h2v-2h2v2h2v-2c2.21 0 4-1.79 4-4 0-1.45-.78-2.73-1.94-3.43zM10 7h4c1.1 0 2 .9 2 2s-.9 2-2 2h-4V7zm5 10h-5v-4h5c1.1 0 2 .9 2 2s-.9 2-2 2z"})
"CurrencyBitcoin"))
================================================
FILE: src/icons/reagent_mui/icons/currency_bitcoin_outlined.cljs
================================================
(ns reagent-mui.icons.currency-bitcoin-outlined
"Imports @mui/icons-material/CurrencyBitcoinOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-bitcoin-outlined (create-svg-icon (e "path" #js {"d" "M17.06 11.57c.59-.69.94-1.59.94-2.57 0-1.86-1.27-3.43-3-3.87V3h-2v2h-2V3H9v2H6v2h2v10H6v2h3v2h2v-2h2v2h2v-2c2.21 0 4-1.79 4-4 0-1.45-.78-2.73-1.94-3.43zM10 7h4c1.1 0 2 .9 2 2s-.9 2-2 2h-4V7zm5 10h-5v-4h5c1.1 0 2 .9 2 2s-.9 2-2 2z"})
"CurrencyBitcoinOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/currency_bitcoin_rounded.cljs
================================================
(ns reagent-mui.icons.currency-bitcoin-rounded
"Imports @mui/icons-material/CurrencyBitcoinRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-bitcoin-rounded (create-svg-icon (e "path" #js {"d" "M10 7h4c1.1 0 2 .9 2 2s-.9 2-2 2h-4V7zm5 10h-5v-4h5c1.1 0 2 .9 2 2s-.9 2-2 2zm0-13c0-.55-.45-1-1-1s-1 .45-1 1v1h-2V4c0-.55-.45-1-1-1s-1 .45-1 1v1H7c-.55 0-1 .45-1 1s.45 1 1 1h1v10H7c-.55 0-1 .45-1 1s.45 1 1 1h2v1c0 .55.45 1 1 1s1-.45 1-1v-1h2v1c0 .55.45 1 1 1s1-.45 1-1v-1c2.21 0 4-1.79 4-4 0-1.45-.78-2.73-1.94-3.43.59-.69.94-1.59.94-2.57 0-1.86-1.27-3.43-3-3.87V4z"})
"CurrencyBitcoinRounded"))
================================================
FILE: src/icons/reagent_mui/icons/currency_bitcoin_sharp.cljs
================================================
(ns reagent-mui.icons.currency-bitcoin-sharp
"Imports @mui/icons-material/CurrencyBitcoinSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-bitcoin-sharp (create-svg-icon (e "path" #js {"d" "M17.06 11.57c.59-.69.94-1.59.94-2.57 0-1.86-1.27-3.43-3-3.87V3h-2v2h-2V3H9v2H6v2h2v10H6v2h3v2h2v-2h2v2h2v-2c2.21 0 4-1.79 4-4 0-1.45-.78-2.73-1.94-3.43zM10 7h4c1.1 0 2 .9 2 2s-.9 2-2 2h-4V7zm5 10h-5v-4h5c1.1 0 2 .9 2 2s-.9 2-2 2z"})
"CurrencyBitcoinSharp"))
================================================
FILE: src/icons/reagent_mui/icons/currency_bitcoin_two_tone.cljs
================================================
(ns reagent-mui.icons.currency-bitcoin-two-tone
"Imports @mui/icons-material/CurrencyBitcoinTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-bitcoin-two-tone (create-svg-icon (e "path" #js {"d" "M17.06 11.57c.59-.69.94-1.59.94-2.57 0-1.86-1.27-3.43-3-3.87V3h-2v2h-2V3H9v2H6v2h2v10H6v2h3v2h2v-2h2v2h2v-2c2.21 0 4-1.79 4-4 0-1.45-.78-2.73-1.94-3.43zM10 7h4c1.1 0 2 .9 2 2s-.9 2-2 2h-4V7zm5 10h-5v-4h5c1.1 0 2 .9 2 2s-.9 2-2 2z"})
"CurrencyBitcoinTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/currency_exchange.cljs
================================================
(ns reagent-mui.icons.currency-exchange
"Imports @mui/icons-material/CurrencyExchange as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-exchange (create-svg-icon (e "path" #js {"d" "M12.89 11.1c-1.78-.59-2.64-.96-2.64-1.9 0-1.02 1.11-1.39 1.81-1.39 1.31 0 1.79.99 1.9 1.34l1.58-.67c-.15-.45-.82-1.92-2.54-2.24V5h-2v1.26c-2.48.56-2.49 2.86-2.49 2.96 0 2.27 2.25 2.91 3.35 3.31 1.58.56 2.28 1.07 2.28 2.03 0 1.13-1.05 1.61-1.98 1.61-1.82 0-2.34-1.87-2.4-2.09l-1.66.67c.63 2.19 2.28 2.78 2.9 2.96V19h2v-1.24c.4-.09 2.9-.59 2.9-3.22 0-1.39-.61-2.61-3.01-3.44zM3 21H1v-6h6v2H4.52c1.61 2.41 4.36 4 7.48 4 4.97 0 9-4.03 9-9h2c0 6.08-4.92 11-11 11-3.72 0-7.01-1.85-9-4.67V21zm-2-9C1 5.92 5.92 1 12 1c3.72 0 7.01 1.85 9 4.67V3h2v6h-6V7h2.48C17.87 4.59 15.12 3 12 3c-4.97 0-9 4.03-9 9H1z"})
"CurrencyExchange"))
================================================
FILE: src/icons/reagent_mui/icons/currency_exchange_outlined.cljs
================================================
(ns reagent-mui.icons.currency-exchange-outlined
"Imports @mui/icons-material/CurrencyExchangeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-exchange-outlined (create-svg-icon (e "path" #js {"d" "M12.89 11.1c-1.78-.59-2.64-.96-2.64-1.9 0-1.02 1.11-1.39 1.81-1.39 1.31 0 1.79.99 1.9 1.34l1.58-.67c-.15-.45-.82-1.92-2.54-2.24V5h-2v1.26c-2.48.56-2.49 2.86-2.49 2.96 0 2.27 2.25 2.91 3.35 3.31 1.58.56 2.28 1.07 2.28 2.03 0 1.13-1.05 1.61-1.98 1.61-1.82 0-2.34-1.87-2.4-2.09l-1.66.67c.63 2.19 2.28 2.78 2.9 2.96V19h2v-1.24c.4-.09 2.9-.59 2.9-3.22 0-1.39-.61-2.61-3.01-3.44zM3 21H1v-6h6v2H4.52c1.61 2.41 4.36 4 7.48 4 4.97 0 9-4.03 9-9h2c0 6.08-4.92 11-11 11-3.72 0-7.01-1.85-9-4.67V21zm-2-9C1 5.92 5.92 1 12 1c3.72 0 7.01 1.85 9 4.67V3h2v6h-6V7h2.48C17.87 4.59 15.12 3 12 3c-4.97 0-9 4.03-9 9H1z"})
"CurrencyExchangeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/currency_exchange_rounded.cljs
================================================
(ns reagent-mui.icons.currency-exchange-rounded
"Imports @mui/icons-material/CurrencyExchangeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-exchange-rounded (create-svg-icon (e "path" #js {"d" "M12 23c5.7 0 10.39-4.34 10.95-9.9.06-.59-.41-1.1-1-1.1-.51 0-.94.38-.99.88C20.52 17.44 16.67 21 12 21c-3.12 0-5.87-1.59-7.48-4H6c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-1.67C4.99 21.15 8.28 23 12 23zm0-22C6.3 1 1.61 5.34 1.05 10.9c-.05.59.41 1.1 1 1.1.51 0 .94-.38.99-.88C3.48 6.56 7.33 3 12 3c3.12 0 5.87 1.59 7.48 4H18c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1v1.67C19.01 2.85 15.72 1 12 1zm-.88 4.88c0-.49.4-.88.88-.88s.88.39.88.88v.37c1.07.19 1.75.76 2.16 1.3.34.44.16 1.08-.36 1.3-.36.15-.78.03-1.02-.28-.28-.38-.78-.77-1.6-.77-.7 0-1.81.37-1.81 1.39 0 .95.86 1.31 2.64 1.9 2.4.83 3.01 2.05 3.01 3.45 0 2.62-2.5 3.13-3.02 3.22v.37c0 .48-.39.88-.88.88s-.88-.39-.88-.88v-.42c-.63-.15-1.93-.61-2.69-2.1-.23-.44.03-1.02.49-1.2.41-.16.9-.01 1.11.38.32.61.95 1.37 2.12 1.37.93 0 1.98-.48 1.98-1.61 0-.96-.7-1.46-2.28-2.03-1.1-.39-3.35-1.03-3.35-3.31 0-.1.01-2.4 2.62-2.96v-.37z"})
"CurrencyExchangeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/currency_exchange_sharp.cljs
================================================
(ns reagent-mui.icons.currency-exchange-sharp
"Imports @mui/icons-material/CurrencyExchangeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-exchange-sharp (create-svg-icon (e "path" #js {"d" "M12.89 11.1c-1.78-.59-2.64-.96-2.64-1.9 0-1.02 1.11-1.39 1.81-1.39 1.31 0 1.79.99 1.9 1.34l1.58-.67c-.15-.45-.82-1.92-2.54-2.24V5h-2v1.26c-2.48.56-2.49 2.86-2.49 2.96 0 2.27 2.25 2.91 3.35 3.31 1.58.56 2.28 1.07 2.28 2.03 0 1.13-1.05 1.61-1.98 1.61-1.82 0-2.34-1.87-2.4-2.09l-1.66.67c.63 2.19 2.28 2.78 2.9 2.96V19h2v-1.24c.4-.09 2.9-.59 2.9-3.22 0-1.39-.61-2.61-3.01-3.44zM3 21H1v-6h6v2H4.52c1.61 2.41 4.36 4 7.48 4 4.97 0 9-4.03 9-9h2c0 6.08-4.92 11-11 11-3.72 0-7.01-1.85-9-4.67V21zm-2-9C1 5.92 5.92 1 12 1c3.72 0 7.01 1.85 9 4.67V3h2v6h-6V7h2.48C17.87 4.59 15.12 3 12 3c-4.97 0-9 4.03-9 9H1z"})
"CurrencyExchangeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/currency_exchange_two_tone.cljs
================================================
(ns reagent-mui.icons.currency-exchange-two-tone
"Imports @mui/icons-material/CurrencyExchangeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-exchange-two-tone (create-svg-icon (e "path" #js {"d" "M12.89 11.1c-1.78-.59-2.64-.96-2.64-1.9 0-1.02 1.11-1.39 1.81-1.39 1.31 0 1.79.99 1.9 1.34l1.58-.67c-.15-.45-.82-1.92-2.54-2.24V5h-2v1.26c-2.48.56-2.49 2.86-2.49 2.96 0 2.27 2.25 2.91 3.35 3.31 1.58.56 2.28 1.07 2.28 2.03 0 1.13-1.05 1.61-1.98 1.61-1.82 0-2.34-1.87-2.4-2.09l-1.66.67c.63 2.19 2.28 2.78 2.9 2.96V19h2v-1.24c.4-.09 2.9-.59 2.9-3.22 0-1.39-.61-2.61-3.01-3.44zM3 21H1v-6h6v2H4.52c1.61 2.41 4.36 4 7.48 4 4.97 0 9-4.03 9-9h2c0 6.08-4.92 11-11 11-3.72 0-7.01-1.85-9-4.67V21zm-2-9C1 5.92 5.92 1 12 1c3.72 0 7.01 1.85 9 4.67V3h2v6h-6V7h2.48C17.87 4.59 15.12 3 12 3c-4.97 0-9 4.03-9 9H1z"})
"CurrencyExchangeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/currency_franc.cljs
================================================
(ns reagent-mui.icons.currency-franc
"Imports @mui/icons-material/CurrencyFranc as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-franc (create-svg-icon (e "path" #js {"d" "M18 5V3H7v13H5v2h2v3h2v-3h4v-2H9v-3h8v-2H9V5z"})
"CurrencyFranc"))
================================================
FILE: src/icons/reagent_mui/icons/currency_franc_outlined.cljs
================================================
(ns reagent-mui.icons.currency-franc-outlined
"Imports @mui/icons-material/CurrencyFrancOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-franc-outlined (create-svg-icon (e "path" #js {"d" "M18 5V3H7v13H5v2h2v3h2v-3h4v-2H9v-3h8v-2H9V5z"})
"CurrencyFrancOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/currency_franc_rounded.cljs
================================================
(ns reagent-mui.icons.currency-franc-rounded
"Imports @mui/icons-material/CurrencyFrancRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-franc-rounded (create-svg-icon (e "path" #js {"d" "M18 4c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v12H6c-.55 0-1 .45-1 1s.45 1 1 1h1v2c0 .55.45 1 1 1s1-.45 1-1v-2h3c.55 0 1-.45 1-1s-.45-1-1-1H9v-3h7c.55 0 1-.45 1-1s-.45-1-1-1H9V5h8c.55 0 1-.45 1-1z"})
"CurrencyFrancRounded"))
================================================
FILE: src/icons/reagent_mui/icons/currency_franc_sharp.cljs
================================================
(ns reagent-mui.icons.currency-franc-sharp
"Imports @mui/icons-material/CurrencyFrancSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-franc-sharp (create-svg-icon (e "path" #js {"d" "M18 5V3H7v13H5v2h2v3h2v-3h4v-2H9v-3h8v-2H9V5z"})
"CurrencyFrancSharp"))
================================================
FILE: src/icons/reagent_mui/icons/currency_franc_two_tone.cljs
================================================
(ns reagent-mui.icons.currency-franc-two-tone
"Imports @mui/icons-material/CurrencyFrancTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-franc-two-tone (create-svg-icon (e "path" #js {"d" "M18 5V3H7v13H5v2h2v3h2v-3h4v-2H9v-3h8v-2H9V5z"})
"CurrencyFrancTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/currency_lira.cljs
================================================
(ns reagent-mui.icons.currency-lira
"Imports @mui/icons-material/CurrencyLira as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-lira (create-svg-icon (e "path" #js {"d" "M9 8.76V3h2v4.51L15 5v2.36l-4 2.51.01 2.35L15 9.72v2.36l-4 2.51V19c2.76 0 5-2.24 5-5h2c0 3.87-3.13 7-7 7H9v-5.16l-3 1.88v-2.36l3-1.88v-2.36L6 13v-2.36l3-1.88z"})
"CurrencyLira"))
================================================
FILE: src/icons/reagent_mui/icons/currency_lira_outlined.cljs
================================================
(ns reagent-mui.icons.currency-lira-outlined
"Imports @mui/icons-material/CurrencyLiraOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-lira-outlined (create-svg-icon (e "path" #js {"d" "M9 8.76V3h2v4.51L15 5v2.36l-4 2.51.01 2.35L15 9.72v2.36l-4 2.51V19c2.76 0 5-2.24 5-5h2c0 3.87-3.13 7-7 7H9v-5.16l-3 1.88v-2.36l3-1.88v-2.36L6 13v-2.36l3-1.88z"})
"CurrencyLiraOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/currency_lira_rounded.cljs
================================================
(ns reagent-mui.icons.currency-lira-rounded
"Imports @mui/icons-material/CurrencyLiraRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-lira-rounded (create-svg-icon (e "path" #js {"d" "m9 15.84-1.47.92c-.67.42-1.53-.06-1.53-.85 0-.34.18-.66.47-.85L9 13.48v-2.36l-1.47.92c-.67.42-1.53-.06-1.53-.85 0-.34.18-.66.47-.85L9 8.76V4c0-.55.45-1 1-1s1 .45 1 1v3.51l2.47-1.55c.67-.42 1.53.06 1.53.85 0 .34-.18.66-.47.85L11 9.87l.01 2.35 2.46-1.54c.67-.42 1.53.06 1.53.85 0 .34-.18.66-.47.85L11 14.59V19c2.47 0 4.52-1.79 4.93-4.15.08-.49.49-.85.98-.85.61 0 1.09.54 1 1.14C17.37 18.46 14.48 21 11 21h-1c-.55 0-1-.45-1-1v-4.16z"})
"CurrencyLiraRounded"))
================================================
FILE: src/icons/reagent_mui/icons/currency_lira_sharp.cljs
================================================
(ns reagent-mui.icons.currency-lira-sharp
"Imports @mui/icons-material/CurrencyLiraSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-lira-sharp (create-svg-icon (e "path" #js {"d" "M9 8.76V3h2v4.51L15 5v2.36l-4 2.51.01 2.35L15 9.72v2.36l-4 2.51V19c2.76 0 5-2.24 5-5h2c0 3.87-3.13 7-7 7H9v-5.16l-3 1.88v-2.36l3-1.88v-2.36L6 13v-2.36l3-1.88z"})
"CurrencyLiraSharp"))
================================================
FILE: src/icons/reagent_mui/icons/currency_lira_two_tone.cljs
================================================
(ns reagent-mui.icons.currency-lira-two-tone
"Imports @mui/icons-material/CurrencyLiraTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-lira-two-tone (create-svg-icon (e "path" #js {"d" "M9 8.76V3h2v4.51L15 5v2.36l-4 2.51.01 2.35L15 9.72v2.36l-4 2.51V19c2.76 0 5-2.24 5-5h2c0 3.87-3.13 7-7 7H9v-5.16l-3 1.88v-2.36l3-1.88v-2.36L6 13v-2.36l3-1.88z"})
"CurrencyLiraTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/currency_pound.cljs
================================================
(ns reagent-mui.icons.currency-pound
"Imports @mui/icons-material/CurrencyPound as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-pound (create-svg-icon (e "path" #js {"d" "M14 21c1.93 0 3.62-1.17 4-3l-1.75-.88C16 18.21 15.33 19 14 19H9.1c.83-1 1.5-2.34 1.5-4 0-.35-.03-.69-.08-1H14v-2H9.82C9 10.42 8 9.6 8 8c0-1.93 1.57-3.5 3.5-3.5 1.5 0 2.79.95 3.28 2.28L16.63 6c-.8-2.05-2.79-3.5-5.13-3.5C8.46 2.5 6 4.96 6 8c0 1.78.79 2.9 1.49 4H6v2h2.47c.08.31.13.64.13 1 0 2.7-2.6 4-2.6 4v2h8z"})
"CurrencyPound"))
================================================
FILE: src/icons/reagent_mui/icons/currency_pound_outlined.cljs
================================================
(ns reagent-mui.icons.currency-pound-outlined
"Imports @mui/icons-material/CurrencyPoundOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-pound-outlined (create-svg-icon (e "path" #js {"d" "M14 21c1.93 0 3.62-1.17 4-3l-1.75-.88C16 18.21 15.33 19 14 19H9.1c.83-1 1.5-2.34 1.5-4 0-.35-.03-.69-.08-1H14v-2H9.82C9 10.42 8 9.6 8 8c0-1.93 1.57-3.5 3.5-3.5 1.5 0 2.79.95 3.28 2.28L16.63 6c-.8-2.05-2.79-3.5-5.13-3.5C8.46 2.5 6 4.96 6 8c0 1.78.79 2.9 1.49 4H6v2h2.47c.08.31.13.64.13 1 0 2.7-2.6 4-2.6 4v2h8z"})
"CurrencyPoundOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/currency_pound_rounded.cljs
================================================
(ns reagent-mui.icons.currency-pound-rounded
"Imports @mui/icons-material/CurrencyPoundRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-pound-rounded (create-svg-icon (e "path" #js {"d" "M17.21 17.61c-.47-.24-1.03-.05-1.31.4-.36.6-.97.99-1.9.99H9.1c.83-1 1.5-2.34 1.5-4 0-.35-.03-.69-.08-1H13c.55 0 1-.45 1-1s-.45-1-1-1H9.82C9 10.42 8 9.6 8 8c0-1.93 1.57-3.5 3.5-3.5 1.2 0 2.26.61 2.89 1.53.27.4.77.59 1.22.4.6-.25.8-.99.43-1.53-.99-1.45-2.66-2.4-4.54-2.4C8.46 2.5 6 4.96 6 8c0 1.78.79 2.9 1.49 4H7c-.55 0-1 .45-1 1s.45 1 1 1h1.47c.08.31.13.64.13 1 0 1.9-1.29 3.11-2.06 3.66-.34.24-.54.63-.54 1.05 0 .71.58 1.29 1.29 1.29H14c1.55 0 2.95-.76 3.63-2 .28-.51.09-1.14-.42-1.39z"})
"CurrencyPoundRounded"))
================================================
FILE: src/icons/reagent_mui/icons/currency_pound_sharp.cljs
================================================
(ns reagent-mui.icons.currency-pound-sharp
"Imports @mui/icons-material/CurrencyPoundSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-pound-sharp (create-svg-icon (e "path" #js {"d" "M14 21c1.93 0 3.62-1.17 4-3l-1.75-.88C16 18.21 15.33 19 14 19H9.1c.83-1 1.5-2.34 1.5-4 0-.35-.03-.69-.08-1H14v-2H9.82C9 10.42 8 9.6 8 8c0-1.93 1.57-3.5 3.5-3.5 1.5 0 2.79.95 3.28 2.28L16.63 6c-.8-2.05-2.79-3.5-5.13-3.5C8.46 2.5 6 4.96 6 8c0 1.78.79 2.9 1.49 4H6v2h2.47c.08.31.13.64.13 1 0 2.7-2.6 4-2.6 4v2h8z"})
"CurrencyPoundSharp"))
================================================
FILE: src/icons/reagent_mui/icons/currency_pound_two_tone.cljs
================================================
(ns reagent-mui.icons.currency-pound-two-tone
"Imports @mui/icons-material/CurrencyPoundTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-pound-two-tone (create-svg-icon (e "path" #js {"d" "M14 21c1.93 0 3.62-1.17 4-3l-1.75-.88C16 18.21 15.33 19 14 19H9.1c.83-1 1.5-2.34 1.5-4 0-.35-.03-.69-.08-1H14v-2H9.82C9 10.42 8 9.6 8 8c0-1.93 1.57-3.5 3.5-3.5 1.5 0 2.79.95 3.28 2.28L16.63 6c-.8-2.05-2.79-3.5-5.13-3.5C8.46 2.5 6 4.96 6 8c0 1.78.79 2.9 1.49 4H6v2h2.47c.08.31.13.64.13 1 0 2.7-2.6 4-2.6 4v2h8z"})
"CurrencyPoundTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/currency_ruble.cljs
================================================
(ns reagent-mui.icons.currency-ruble
"Imports @mui/icons-material/CurrencyRuble as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-ruble (create-svg-icon (e "path" #js {"d" "M13.5 3H7v9H5v2h2v2H5v2h2v3h2v-3h4v-2H9v-2h4.5c3.04 0 5.5-2.46 5.5-5.5S16.54 3 13.5 3zm0 9H9V5h4.5C15.43 5 17 6.57 17 8.5S15.43 12 13.5 12z"})
"CurrencyRuble"))
================================================
FILE: src/icons/reagent_mui/icons/currency_ruble_outlined.cljs
================================================
(ns reagent-mui.icons.currency-ruble-outlined
"Imports @mui/icons-material/CurrencyRubleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-ruble-outlined (create-svg-icon (e "path" #js {"d" "M13.5 3H7v9H5v2h2v2H5v2h2v3h2v-3h4v-2H9v-2h4.5c3.04 0 5.5-2.46 5.5-5.5S16.54 3 13.5 3zm0 9H9V5h4.5C15.43 5 17 6.57 17 8.5S15.43 12 13.5 12z"})
"CurrencyRubleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/currency_ruble_rounded.cljs
================================================
(ns reagent-mui.icons.currency-ruble-rounded
"Imports @mui/icons-material/CurrencyRubleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-ruble-rounded (create-svg-icon (e "path" #js {"d" "M8 21c.55 0 1-.45 1-1v-2h3c.55 0 1-.45 1-1s-.45-1-1-1H9v-2h4.5c3.22 0 5.79-2.76 5.47-6.04C18.7 5.1 16.14 3 13.26 3H8c-.55 0-1 .45-1 1v8H6c-.55 0-1 .45-1 1s.45 1 1 1h1v2H6c-.55 0-1 .45-1 1s.45 1 1 1h1v2c0 .55.45 1 1 1zm5.5-9H9V5h4.5C15.43 5 17 6.57 17 8.5S15.43 12 13.5 12z"})
"CurrencyRubleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/currency_ruble_sharp.cljs
================================================
(ns reagent-mui.icons.currency-ruble-sharp
"Imports @mui/icons-material/CurrencyRubleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-ruble-sharp (create-svg-icon (e "path" #js {"d" "M13.5 3H7v9H5v2h2v2H5v2h2v3h2v-3h4v-2H9v-2h4.5c3.04 0 5.5-2.46 5.5-5.5S16.54 3 13.5 3zm0 9H9V5h4.5C15.43 5 17 6.57 17 8.5S15.43 12 13.5 12z"})
"CurrencyRubleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/currency_ruble_two_tone.cljs
================================================
(ns reagent-mui.icons.currency-ruble-two-tone
"Imports @mui/icons-material/CurrencyRubleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-ruble-two-tone (create-svg-icon (e "path" #js {"d" "M13.5 3H7v9H5v2h2v2H5v2h2v3h2v-3h4v-2H9v-2h4.5c3.04 0 5.5-2.46 5.5-5.5S16.54 3 13.5 3zm0 9H9V5h4.5C15.43 5 17 6.57 17 8.5S15.43 12 13.5 12z"})
"CurrencyRubleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/currency_rupee.cljs
================================================
(ns reagent-mui.icons.currency-rupee
"Imports @mui/icons-material/CurrencyRupee as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-rupee (create-svg-icon (e "path" #js {"d" "M13.66 7c-.56-1.18-1.76-2-3.16-2H6V3h12v2h-3.26c.48.58.84 1.26 1.05 2H18v2h-2.02c-.25 2.8-2.61 5-5.48 5h-.73l6.73 7h-2.77L7 14v-2h3.5c1.76 0 3.22-1.3 3.46-3H6V7h7.66z"})
"CurrencyRupee"))
================================================
FILE: src/icons/reagent_mui/icons/currency_rupee_outlined.cljs
================================================
(ns reagent-mui.icons.currency-rupee-outlined
"Imports @mui/icons-material/CurrencyRupeeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-rupee-outlined (create-svg-icon (e "path" #js {"d" "M13.66 7c-.56-1.18-1.76-2-3.16-2H6V3h12v2h-3.26c.48.58.84 1.26 1.05 2H18v2h-2.02c-.25 2.8-2.61 5-5.48 5h-.73l6.73 7h-2.77L7 14v-2h3.5c1.76 0 3.22-1.3 3.46-3H6V7h7.66z"})
"CurrencyRupeeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/currency_rupee_rounded.cljs
================================================
(ns reagent-mui.icons.currency-rupee-rounded
"Imports @mui/icons-material/CurrencyRupeeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-rupee-rounded (create-svg-icon (e "path" #js {"d" "M10.5 14h-.73l5.1 5.31c.61.64.16 1.69-.72 1.69-.27 0-.53-.11-.72-.31L7.4 14.41c-.26-.26-.4-.62-.4-.98 0-.79.64-1.43 1.43-1.43h2.07c1.76 0 3.22-1.3 3.46-3H7c-.55 0-1-.45-1-1s.45-1 1-1h6.66c-.56-1.18-1.76-2-3.16-2H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1h-2.26c.48.58.84 1.26 1.05 2H17c.55 0 1 .45 1 1s-.45 1-1 1h-1.02c-.26 2.8-2.62 5-5.48 5z"})
"CurrencyRupeeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/currency_rupee_sharp.cljs
================================================
(ns reagent-mui.icons.currency-rupee-sharp
"Imports @mui/icons-material/CurrencyRupeeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-rupee-sharp (create-svg-icon (e "path" #js {"d" "M13.66 7c-.56-1.18-1.76-2-3.16-2H6V3h12v2h-3.26c.48.58.84 1.26 1.05 2H18v2h-2.02c-.25 2.8-2.61 5-5.48 5h-.73l6.73 7h-2.77L7 14v-2h3.5c1.76 0 3.22-1.3 3.46-3H6V7h7.66z"})
"CurrencyRupeeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/currency_rupee_two_tone.cljs
================================================
(ns reagent-mui.icons.currency-rupee-two-tone
"Imports @mui/icons-material/CurrencyRupeeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-rupee-two-tone (create-svg-icon (e "path" #js {"d" "M13.66 7c-.56-1.18-1.76-2-3.16-2H6V3h12v2h-3.26c.48.58.84 1.26 1.05 2H18v2h-2.02c-.25 2.8-2.61 5-5.48 5h-.73l6.73 7h-2.77L7 14v-2h3.5c1.76 0 3.22-1.3 3.46-3H6V7h7.66z"})
"CurrencyRupeeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/currency_yen.cljs
================================================
(ns reagent-mui.icons.currency-yen
"Imports @mui/icons-material/CurrencyYen as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-yen (create-svg-icon (e "path" #js {"d" "M13.92 11H18v2h-5v2h5v2h-5v4h-2v-4H6v-2h5v-2H6v-2h4.08L5 3h2.37L12 10.29 16.63 3H19z"})
"CurrencyYen"))
================================================
FILE: src/icons/reagent_mui/icons/currency_yen_outlined.cljs
================================================
(ns reagent-mui.icons.currency-yen-outlined
"Imports @mui/icons-material/CurrencyYenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-yen-outlined (create-svg-icon (e "path" #js {"d" "M13.92 11H18v2h-5v2h5v2h-5v4h-2v-4H6v-2h5v-2H6v-2h4.08L5 3h2.37L12 10.29 16.63 3H19z"})
"CurrencyYenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/currency_yen_rounded.cljs
================================================
(ns reagent-mui.icons.currency-yen-rounded
"Imports @mui/icons-material/CurrencyYenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-yen-rounded (create-svg-icon (e "path" #js {"d" "M6.82 3c.34 0 .66.17.84.46L12 10.29l4.34-6.83c.18-.29.5-.46.84-.46.79 0 1.27.87.84 1.54L13.92 11H17c.55 0 1 .45 1 1s-.45 1-1 1h-4v2h4c.55 0 1 .45 1 1s-.45 1-1 1h-4v3c0 .55-.45 1-1 1s-1-.45-1-1v-3H7c-.55 0-1-.45-1-1s.45-1 1-1h4v-2H7c-.55 0-1-.45-1-1s.45-1 1-1h3.08l-4.1-6.46C5.55 3.87 6.03 3 6.82 3z"})
"CurrencyYenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/currency_yen_sharp.cljs
================================================
(ns reagent-mui.icons.currency-yen-sharp
"Imports @mui/icons-material/CurrencyYenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-yen-sharp (create-svg-icon (e "path" #js {"d" "M13.92 11H18v2h-5v2h5v2h-5v4h-2v-4H6v-2h5v-2H6v-2h4.08L5 3h2.37L12 10.29 16.63 3H19z"})
"CurrencyYenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/currency_yen_two_tone.cljs
================================================
(ns reagent-mui.icons.currency-yen-two-tone
"Imports @mui/icons-material/CurrencyYenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-yen-two-tone (create-svg-icon (e "path" #js {"d" "M13.92 11H18v2h-5v2h5v2h-5v4h-2v-4H6v-2h5v-2H6v-2h4.08L5 3h2.37L12 10.29 16.63 3H19z"})
"CurrencyYenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/currency_yuan.cljs
================================================
(ns reagent-mui.icons.currency-yuan
"Imports @mui/icons-material/CurrencyYuan as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-yuan (create-svg-icon (e "path" #js {"d" "M13.28 12H18v2h-5v7h-2v-7H6v-2h4.72L5 3h2.37L12 10.29 16.63 3H19z"})
"CurrencyYuan"))
================================================
FILE: src/icons/reagent_mui/icons/currency_yuan_outlined.cljs
================================================
(ns reagent-mui.icons.currency-yuan-outlined
"Imports @mui/icons-material/CurrencyYuanOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-yuan-outlined (create-svg-icon (e "path" #js {"d" "M13.28 12H18v2h-5v7h-2v-7H6v-2h4.72L5 3h2.37L12 10.29 16.63 3H19z"})
"CurrencyYuanOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/currency_yuan_rounded.cljs
================================================
(ns reagent-mui.icons.currency-yuan-rounded
"Imports @mui/icons-material/CurrencyYuanRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-yuan-rounded (create-svg-icon (e "path" #js {"d" "M12 21c-.55 0-1-.45-1-1v-6H7c-.55 0-1-.45-1-1s.45-1 1-1h3.72L5.98 4.54C5.55 3.87 6.03 3 6.82 3c.34 0 .66.17.84.46L12 10.29l4.34-6.83c.18-.29.5-.46.84-.46.79 0 1.27.87.84 1.54L13.28 12H17c.55 0 1 .45 1 1s-.45 1-1 1h-4v6c0 .55-.45 1-1 1z"})
"CurrencyYuanRounded"))
================================================
FILE: src/icons/reagent_mui/icons/currency_yuan_sharp.cljs
================================================
(ns reagent-mui.icons.currency-yuan-sharp
"Imports @mui/icons-material/CurrencyYuanSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-yuan-sharp (create-svg-icon (e "path" #js {"d" "M13.28 12H18v2h-5v7h-2v-7H6v-2h4.72L5 3h2.37L12 10.29 16.63 3H19z"})
"CurrencyYuanSharp"))
================================================
FILE: src/icons/reagent_mui/icons/currency_yuan_two_tone.cljs
================================================
(ns reagent-mui.icons.currency-yuan-two-tone
"Imports @mui/icons-material/CurrencyYuanTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def currency-yuan-two-tone (create-svg-icon (e "path" #js {"d" "M13.28 12H18v2h-5v7h-2v-7H6v-2h4.72L5 3h2.37L12 10.29 16.63 3H19z"})
"CurrencyYuanTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/curtains.cljs
================================================
(ns reagent-mui.icons.curtains
"Imports @mui/icons-material/Curtains as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def curtains (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM8.19 12c2.04-1.35 3.5-3.94 3.76-7h.09c.26 3.06 1.72 5.65 3.76 7-2.04 1.35-3.5 3.94-3.76 7h-.09c-.26-3.06-1.72-5.65-3.76-7z"})
"Curtains"))
================================================
FILE: src/icons/reagent_mui/icons/curtains_closed.cljs
================================================
(ns reagent-mui.icons.curtains-closed
"Imports @mui/icons-material/CurtainsClosed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def curtains-closed (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM11 5h2v14h-2V5z"})
"CurtainsClosed"))
================================================
FILE: src/icons/reagent_mui/icons/curtains_closed_outlined.cljs
================================================
(ns reagent-mui.icons.curtains-closed-outlined
"Imports @mui/icons-material/CurtainsClosedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def curtains-closed-outlined (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM13 5v14h-2V5h2zM6 5h3v14H6V5zm9 14V5h3v14h-3z"})
"CurtainsClosedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/curtains_closed_rounded.cljs
================================================
(ns reagent-mui.icons.curtains-closed-rounded
"Imports @mui/icons-material/CurtainsClosedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def curtains-closed-rounded (create-svg-icon (e "path" #js {"d" "M20 19V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v14H3c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1h-1zM11 5h2v14h-2V5z"})
"CurtainsClosedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/curtains_closed_sharp.cljs
================================================
(ns reagent-mui.icons.curtains-closed-sharp
"Imports @mui/icons-material/CurtainsClosedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def curtains-closed-sharp (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM11 5h2v14h-2V5z"})
"CurtainsClosedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/curtains_closed_two_tone.cljs
================================================
(ns reagent-mui.icons.curtains-closed-two-tone
"Imports @mui/icons-material/CurtainsClosedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def curtains-closed-two-tone (create-svg-icon [(e "path" #js {"d" "M6 5h3v14H6zm9 0h3v14h-3z", "opacity" ".3"}) (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM9 19H6V5h3v14zm4 0h-2V5h2v14zm5 0h-3V5h3v14z"})]
"CurtainsClosedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/curtains_outlined.cljs
================================================
(ns reagent-mui.icons.curtains-outlined
"Imports @mui/icons-material/CurtainsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def curtains-outlined (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zm-2-8.14c-2.05-.58-3.64-2.93-3.94-5.86H18v5.86zM15.81 12c-2.04 1.35-3.5 3.94-3.76 7h-.09c-.26-3.06-1.72-5.65-3.76-7 2.04-1.35 3.5-3.94 3.76-7h.09c.26 3.06 1.72 5.65 3.76 7zM9.94 5c-.3 2.93-1.89 5.27-3.94 5.86V5h3.94zM6 13.14c2.05.58 3.64 2.93 3.94 5.86H6v-5.86zM14.06 19c.3-2.93 1.89-5.27 3.94-5.86V19h-3.94z"})
"CurtainsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/curtains_rounded.cljs
================================================
(ns reagent-mui.icons.curtains-rounded
"Imports @mui/icons-material/CurtainsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def curtains-rounded (create-svg-icon (e "path" #js {"d" "M20 19V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v14H3c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1h-1zM8.19 12c2.04-1.35 3.5-3.94 3.76-7h.09c.26 3.06 1.72 5.65 3.76 7-2.04 1.35-3.5 3.94-3.76 7h-.09c-.26-3.06-1.72-5.65-3.76-7z"})
"CurtainsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/curtains_sharp.cljs
================================================
(ns reagent-mui.icons.curtains-sharp
"Imports @mui/icons-material/CurtainsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def curtains-sharp (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM8.19 12c2.04-1.35 3.5-3.94 3.76-7h.09c.26 3.06 1.72 5.65 3.76 7-2.04 1.35-3.5 3.94-3.76 7h-.09c-.26-3.06-1.72-5.65-3.76-7z"})
"CurtainsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/curtains_two_tone.cljs
================================================
(ns reagent-mui.icons.curtains-two-tone
"Imports @mui/icons-material/CurtainsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def curtains-two-tone (create-svg-icon [(e "path" #js {"d" "M6 13.14V19h3.94c-.3-2.93-1.89-5.27-3.94-5.86zM9.94 5H6v5.86C8.05 10.27 9.64 7.93 9.94 5zm4.12 14H18v-5.86c-2.05.59-3.64 2.93-3.94 5.86zM18 10.86V5h-3.94c.3 2.93 1.89 5.27 3.94 5.86z", "opacity" ".3"}) (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM6 5h3.94c-.3 2.93-1.89 5.27-3.94 5.86V5zm0 14v-5.86c2.05.58 3.64 2.93 3.94 5.86H6zm5.95 0c-.26-3.06-1.72-5.65-3.76-7 2.04-1.35 3.5-3.94 3.76-7h.09c.26 3.06 1.72 5.65 3.76 7-2.04 1.35-3.5 3.94-3.76 7h-.09zM18 19h-3.94c.3-2.93 1.89-5.27 3.94-5.86V19zm0-8.14c-2.05-.58-3.64-2.93-3.94-5.86H18v5.86z"})]
"CurtainsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/cyclone.cljs
================================================
(ns reagent-mui.icons.cyclone
"Imports @mui/icons-material/Cyclone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cyclone (create-svg-icon [(e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}) (e "path" #js {"d" "M22 7.47V5.35C20.05 4.77 16.56 4 12 4c-2.15 0-4.11.86-5.54 2.24.13-.85.4-2.4 1.01-4.24H5.35C4.77 3.95 4 7.44 4 12c0 2.15.86 4.11 2.24 5.54-.85-.14-2.4-.4-4.24-1.01v2.12C3.95 19.23 7.44 20 12 20c2.15 0 4.11-.86 5.54-2.24-.14.85-.4 2.4-1.01 4.24h2.12c.58-1.95 1.35-5.44 1.35-10 0-2.15-.86-4.11-2.24-5.54.85.13 2.4.4 4.24 1.01zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})]
"Cyclone"))
================================================
FILE: src/icons/reagent_mui/icons/cyclone_outlined.cljs
================================================
(ns reagent-mui.icons.cyclone-outlined
"Imports @mui/icons-material/CycloneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cyclone-outlined (create-svg-icon [(e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}) (e "path" #js {"d" "M22 7.47V5.35C20.05 4.77 16.56 4 12 4c-2.15 0-4.11.86-5.54 2.24.13-.85.4-2.4 1.01-4.24H5.35C4.77 3.95 4 7.44 4 12c0 2.15.86 4.11 2.24 5.54-.85-.14-2.4-.4-4.24-1.01v2.12C3.95 19.23 7.44 20 12 20c2.15 0 4.11-.86 5.54-2.24-.14.85-.4 2.4-1.01 4.24h2.12c.58-1.95 1.35-5.44 1.35-10 0-2.15-.86-4.11-2.24-5.54.85.13 2.4.4 4.24 1.01zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})]
"CycloneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/cyclone_rounded.cljs
================================================
(ns reagent-mui.icons.cyclone-rounded
"Imports @mui/icons-material/CycloneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cyclone-rounded (create-svg-icon [(e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}) (e "path" #js {"d" "M22 6.11c0-.46-.3-.86-.74-.97C19.23 4.6 16.03 4 12 4c-2.15 0-4.11.86-5.54 2.24.1-.65.28-1.69.62-2.96.17-.64-.3-1.28-.97-1.28-.45 0-.85.3-.97.74C4.6 4.77 4 7.97 4 12c0 2.15.86 4.11 2.24 5.54-.65-.1-1.69-.28-2.96-.62-.64-.17-1.28.3-1.28.97 0 .46.3.86.74.97C4.77 19.4 7.97 20 12 20c2.15 0 4.11-.86 5.54-2.24-.1.65-.28 1.69-.62 2.96-.17.64.3 1.28.97 1.28.46 0 .86-.3.97-.74C19.4 19.23 20 16.03 20 12c0-2.15-.86-4.11-2.24-5.54.65.1 1.69.28 2.96.62.64.17 1.28-.3 1.28-.97zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})]
"CycloneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/cyclone_sharp.cljs
================================================
(ns reagent-mui.icons.cyclone-sharp
"Imports @mui/icons-material/CycloneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cyclone-sharp (create-svg-icon [(e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}) (e "path" #js {"d" "M22 7.47V5.35C20.05 4.77 16.56 4 12 4c-2.15 0-4.11.86-5.54 2.24.13-.85.4-2.4 1.01-4.24H5.35C4.77 3.95 4 7.44 4 12c0 2.15.86 4.11 2.24 5.54-.85-.14-2.4-.4-4.24-1.01v2.12C3.95 19.23 7.44 20 12 20c2.15 0 4.11-.86 5.54-2.24-.14.85-.4 2.4-1.01 4.24h2.12c.58-1.95 1.35-5.44 1.35-10 0-2.15-.86-4.11-2.24-5.54.85.13 2.4.4 4.24 1.01zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})]
"CycloneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/cyclone_two_tone.cljs
================================================
(ns reagent-mui.icons.cyclone-two-tone
"Imports @mui/icons-material/CycloneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def cyclone-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z", "opacity" ".3"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}) (e "path" #js {"d" "M22 5.35C20.05 4.77 16.56 4 12 4c-2.15 0-4.11.86-5.54 2.24.13-.85.4-2.4 1.01-4.24H5.35C4.77 3.95 4 7.44 4 12c0 2.15.86 4.11 2.24 5.54-.85-.14-2.4-.4-4.24-1.01v2.12C3.95 19.23 7.44 20 12 20c2.15 0 4.11-.86 5.54-2.24-.14.85-.4 2.4-1.01 4.24h2.12c.58-1.95 1.35-5.44 1.35-10 0-2.15-.86-4.11-2.24-5.54.85.14 2.4.4 4.24 1.01V5.35zM18 12c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6 6 2.69 6 6z"})]
"CycloneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dangerous.cljs
================================================
(ns reagent-mui.icons.dangerous
"Imports @mui/icons-material/Dangerous as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dangerous (create-svg-icon (e "path" #js {"d" "M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM17 15.74 15.74 17 12 13.26 8.26 17 7 15.74 10.74 12 7 8.26 8.26 7 12 10.74 15.74 7 17 8.26 13.26 12 17 15.74z"})
"Dangerous"))
================================================
FILE: src/icons/reagent_mui/icons/dangerous_outlined.cljs
================================================
(ns reagent-mui.icons.dangerous-outlined
"Imports @mui/icons-material/DangerousOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dangerous-outlined (create-svg-icon (e "path" #js {"d" "M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9 14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8zm-4.17-7.14L12 10.59 9.17 7.76 7.76 9.17 10.59 12l-2.83 2.83 1.41 1.41L12 13.41l2.83 2.83 1.41-1.41L13.41 12l2.83-2.83-1.41-1.41z"})
"DangerousOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dangerous_rounded.cljs
================================================
(ns reagent-mui.icons.dangerous-rounded
"Imports @mui/icons-material/DangerousRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dangerous-rounded (create-svg-icon (e "path" #js {"d" "M14.9 3H9.1c-.53 0-1.04.21-1.42.59l-4.1 4.1C3.21 8.06 3 8.57 3 9.1v5.8c0 .53.21 1.04.59 1.41l4.1 4.1c.37.38.88.59 1.41.59h5.8c.53 0 1.04-.21 1.41-.59l4.1-4.1c.38-.37.59-.88.59-1.41V9.1c0-.53-.21-1.04-.59-1.41l-4.1-4.1c-.37-.38-.88-.59-1.41-.59zm.64 12.54c-.39.39-1.02.39-1.41 0L12 13.41l-2.12 2.12c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41L10.59 12 8.46 9.88a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0L12 10.59l2.12-2.12c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41L13.41 12l2.12 2.12c.4.39.4 1.03.01 1.42z"})
"DangerousRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dangerous_sharp.cljs
================================================
(ns reagent-mui.icons.dangerous-sharp
"Imports @mui/icons-material/DangerousSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dangerous-sharp (create-svg-icon (e "path" #js {"d" "M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zm.51 11.83-1.41 1.41L12 13.41l-2.83 2.83-1.41-1.41L10.59 12 7.76 9.17l1.41-1.41L12 10.59l2.83-2.83 1.41 1.41L13.41 12l2.83 2.83z"})
"DangerousSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dangerous_two_tone.cljs
================================================
(ns reagent-mui.icons.dangerous-two-tone
"Imports @mui/icons-material/DangerousTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dangerous-two-tone (create-svg-icon [(e "path" #js {"d" "M9.1 5 5 9.1v5.8L9.1 19h5.8l4.1-4.1V9.1L14.9 5H9.1zm7.14 9.83-1.41 1.41L12 13.41l-2.83 2.83-1.41-1.41L10.59 12 7.76 9.17l1.41-1.41L12 10.59l2.83-2.83 1.41 1.41L13.41 12l2.83 2.83z", "opacity" ".3"}) (e "path" #js {"d" "M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9 14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8zm-4.17-7.14L12 10.59 9.17 7.76 7.76 9.17 10.59 12l-2.83 2.83 1.41 1.41L12 13.41l2.83 2.83 1.41-1.41L13.41 12l2.83-2.83-1.41-1.41z"})]
"DangerousTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dark_mode.cljs
================================================
(ns reagent-mui.icons.dark-mode
"Imports @mui/icons-material/DarkMode as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dark-mode (create-svg-icon (e "path" #js {"d" "M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9c0-.46-.04-.92-.1-1.36-.98 1.37-2.58 2.26-4.4 2.26-2.98 0-5.4-2.42-5.4-5.4 0-1.81.89-3.42 2.26-4.4-.44-.06-.9-.1-1.36-.1z"})
"DarkMode"))
================================================
FILE: src/icons/reagent_mui/icons/dark_mode_outlined.cljs
================================================
(ns reagent-mui.icons.dark-mode-outlined
"Imports @mui/icons-material/DarkModeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dark-mode-outlined (create-svg-icon (e "path" #js {"d" "M9.37 5.51c-.18.64-.27 1.31-.27 1.99 0 4.08 3.32 7.4 7.4 7.4.68 0 1.35-.09 1.99-.27C17.45 17.19 14.93 19 12 19c-3.86 0-7-3.14-7-7 0-2.93 1.81-5.45 4.37-6.49zM12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9c0-.46-.04-.92-.1-1.36-.98 1.37-2.58 2.26-4.4 2.26-2.98 0-5.4-2.42-5.4-5.4 0-1.81.89-3.42 2.26-4.4-.44-.06-.9-.1-1.36-.1z"})
"DarkModeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dark_mode_rounded.cljs
================================================
(ns reagent-mui.icons.dark-mode-rounded
"Imports @mui/icons-material/DarkModeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dark-mode-rounded (create-svg-icon (e "path" #js {"d" "M11.01 3.05C6.51 3.54 3 7.36 3 12c0 4.97 4.03 9 9 9 4.63 0 8.45-3.5 8.95-8 .09-.79-.78-1.42-1.54-.95-.84.54-1.84.85-2.91.85-2.98 0-5.4-2.42-5.4-5.4 0-1.06.31-2.06.84-2.89.45-.67-.04-1.63-.93-1.56z"})
"DarkModeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dark_mode_sharp.cljs
================================================
(ns reagent-mui.icons.dark-mode-sharp
"Imports @mui/icons-material/DarkModeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dark-mode-sharp (create-svg-icon (e "path" #js {"d" "M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9c0-.46-.04-.92-.1-1.36-.98 1.37-2.58 2.26-4.4 2.26-2.98 0-5.4-2.42-5.4-5.4 0-1.81.89-3.42 2.26-4.4-.44-.06-.9-.1-1.36-.1z"})
"DarkModeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dark_mode_two_tone.cljs
================================================
(ns reagent-mui.icons.dark-mode-two-tone
"Imports @mui/icons-material/DarkModeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dark-mode-two-tone (create-svg-icon [(e "path" #js {"d" "M9.37 5.51c-.18.64-.27 1.31-.27 1.99 0 4.08 3.32 7.4 7.4 7.4.68 0 1.35-.09 1.99-.27C17.45 17.19 14.93 19 12 19c-3.86 0-7-3.14-7-7 0-2.93 1.81-5.45 4.37-6.49z", "opacity" ".3"}) (e "path" #js {"d" "M9.37 5.51c-.18.64-.27 1.31-.27 1.99 0 4.08 3.32 7.4 7.4 7.4.68 0 1.35-.09 1.99-.27C17.45 17.19 14.93 19 12 19c-3.86 0-7-3.14-7-7 0-2.93 1.81-5.45 4.37-6.49zM12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9c0-.46-.04-.92-.1-1.36-.98 1.37-2.58 2.26-4.4 2.26-2.98 0-5.4-2.42-5.4-5.4 0-1.81.89-3.42 2.26-4.4-.44-.06-.9-.1-1.36-.1z"})]
"DarkModeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dashboard.cljs
================================================
(ns reagent-mui.icons.dashboard
"Imports @mui/icons-material/Dashboard as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dashboard (create-svg-icon (e "path" #js {"d" "M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z"})
"Dashboard"))
================================================
FILE: src/icons/reagent_mui/icons/dashboard_customize.cljs
================================================
(ns reagent-mui.icons.dashboard-customize
"Imports @mui/icons-material/DashboardCustomize as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dashboard-customize (create-svg-icon (e "path" #js {"d" "M3 3h8v8H3zm10 0h8v8h-8zM3 13h8v8H3zm15 0h-2v3h-3v2h3v3h2v-3h3v-2h-3z"})
"DashboardCustomize"))
================================================
FILE: src/icons/reagent_mui/icons/dashboard_customize_outlined.cljs
================================================
(ns reagent-mui.icons.dashboard-customize-outlined
"Imports @mui/icons-material/DashboardCustomizeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dashboard-customize-outlined (create-svg-icon (e "path" #js {"d" "M3 11h8V3H3v8zm2-6h4v4H5V5zm8-2v8h8V3h-8zm6 6h-4V5h4v4zM3 21h8v-8H3v8zm2-6h4v4H5v-4zm13-2h-2v3h-3v2h3v3h2v-3h3v-2h-3z"})
"DashboardCustomizeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dashboard_customize_rounded.cljs
================================================
(ns reagent-mui.icons.dashboard-customize-rounded
"Imports @mui/icons-material/DashboardCustomizeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dashboard-customize-rounded (create-svg-icon (e "path" #js {"d" "M4 3h6c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1zm10 0h6c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1h-6c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1zM4 13h6c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-6c0-.55.45-1 1-1zm13 0c-.55 0-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-2c0-.55-.45-1-1-1z"})
"DashboardCustomizeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dashboard_customize_sharp.cljs
================================================
(ns reagent-mui.icons.dashboard-customize-sharp
"Imports @mui/icons-material/DashboardCustomizeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dashboard-customize-sharp (create-svg-icon (e "path" #js {"d" "M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm15 0h-2v3h-3v2h3v3h2v-3h3v-2h-3v-3z"})
"DashboardCustomizeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dashboard_customize_two_tone.cljs
================================================
(ns reagent-mui.icons.dashboard-customize-two-tone
"Imports @mui/icons-material/DashboardCustomizeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dashboard-customize-two-tone (create-svg-icon [(e "path" #js {"d" "M5 15h4v4H5zM5 5h4v4H5zm10 0h4v4h-4z", "opacity" ".3"}) (e "path" #js {"d" "M3 11h8V3H3v8zm2-6h4v4H5V5zm8-2v8h8V3h-8zm6 6h-4V5h4v4zM3 21h8v-8H3v8zm2-6h4v4H5v-4zm13-2h-2v3h-3v2h3v3h2v-3h3v-2h-3z"})]
"DashboardCustomizeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dashboard_outlined.cljs
================================================
(ns reagent-mui.icons.dashboard-outlined
"Imports @mui/icons-material/DashboardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dashboard-outlined (create-svg-icon (e "path" #js {"d" "M19 5v2h-4V5h4M9 5v6H5V5h4m10 8v6h-4v-6h4M9 17v2H5v-2h4M21 3h-8v6h8V3zM11 3H3v10h8V3zm10 8h-8v10h8V11zm-10 4H3v6h8v-6z"})
"DashboardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dashboard_rounded.cljs
================================================
(ns reagent-mui.icons.dashboard-rounded
"Imports @mui/icons-material/DashboardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dashboard-rounded (create-svg-icon (e "path" #js {"d" "M4 13h6c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1zm0 8h6c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm10 0h6c.55 0 1-.45 1-1v-8c0-.55-.45-1-1-1h-6c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1zM13 4v4c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1h-6c-.55 0-1 .45-1 1z"})
"DashboardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dashboard_sharp.cljs
================================================
(ns reagent-mui.icons.dashboard-sharp
"Imports @mui/icons-material/DashboardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dashboard-sharp (create-svg-icon (e "path" #js {"d" "M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z"})
"DashboardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dashboard_two_tone.cljs
================================================
(ns reagent-mui.icons.dashboard-two-tone
"Imports @mui/icons-material/DashboardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dashboard-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5h4v6H5zm10 8h4v6h-4zM5 17h4v2H5zM15 5h4v2h-4z", "opacity" ".3"}) (e "path" #js {"d" "M3 13h8V3H3v10zm2-8h4v6H5V5zm8 16h8V11h-8v10zm2-8h4v6h-4v-6zM13 3v6h8V3h-8zm6 4h-4V5h4v2zM3 21h8v-6H3v6zm2-4h4v2H5v-2z"})]
"DashboardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/data_array.cljs
================================================
(ns reagent-mui.icons.data-array
"Imports @mui/icons-material/DataArray as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-array (create-svg-icon (e "path" #js {"d" "M15 4v2h3v12h-3v2h5V4zM4 20h5v-2H6V6h3V4H4z"})
"DataArray"))
================================================
FILE: src/icons/reagent_mui/icons/data_array_outlined.cljs
================================================
(ns reagent-mui.icons.data-array-outlined
"Imports @mui/icons-material/DataArrayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-array-outlined (create-svg-icon (e "path" #js {"d" "M15 4v2h3v12h-3v2h5V4zM4 20h5v-2H6V6h3V4H4z"})
"DataArrayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/data_array_rounded.cljs
================================================
(ns reagent-mui.icons.data-array-rounded
"Imports @mui/icons-material/DataArrayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-array-rounded (create-svg-icon (e "path" #js {"d" "M15 5c0 .55.45 1 1 1h2v12h-2c-.55 0-1 .45-1 1s.45 1 1 1h2c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-2c-.55 0-1 .45-1 1zM6 20h2c.55 0 1-.45 1-1s-.45-1-1-1H6V6h2c.55 0 1-.45 1-1s-.45-1-1-1H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2z"})
"DataArrayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/data_array_sharp.cljs
================================================
(ns reagent-mui.icons.data-array-sharp
"Imports @mui/icons-material/DataArraySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-array-sharp (create-svg-icon (e "path" #js {"d" "M15 4v2h3v12h-3v2h5V4zM4 20h5v-2H6V6h3V4H4z"})
"DataArraySharp"))
================================================
FILE: src/icons/reagent_mui/icons/data_array_two_tone.cljs
================================================
(ns reagent-mui.icons.data-array-two-tone
"Imports @mui/icons-material/DataArrayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-array-two-tone (create-svg-icon (e "path" #js {"d" "M15 4v2h3v12h-3v2h5V4zM4 20h5v-2H6V6h3V4H4z"})
"DataArrayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/data_object.cljs
================================================
(ns reagent-mui.icons.data-object
"Imports @mui/icons-material/DataObject as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-object (create-svg-icon (e "path" #js {"d" "M4 7v2c0 .55-.45 1-1 1H2v4h1c.55 0 1 .45 1 1v2c0 1.65 1.35 3 3 3h3v-2H7c-.55 0-1-.45-1-1v-2c0-1.3-.84-2.42-2-2.83v-.34C5.16 11.42 6 10.3 6 9V7c0-.55.45-1 1-1h3V4H7C5.35 4 4 5.35 4 7zm17 3c-.55 0-1-.45-1-1V7c0-1.65-1.35-3-3-3h-3v2h3c.55 0 1 .45 1 1v2c0 1.3.84 2.42 2 2.83v.34c-1.16.41-2 1.52-2 2.83v2c0 .55-.45 1-1 1h-3v2h3c1.65 0 3-1.35 3-3v-2c0-.55.45-1 1-1h1v-4h-1z"})
"DataObject"))
================================================
FILE: src/icons/reagent_mui/icons/data_object_outlined.cljs
================================================
(ns reagent-mui.icons.data-object-outlined
"Imports @mui/icons-material/DataObjectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-object-outlined (create-svg-icon (e "path" #js {"d" "M4 7v2c0 .55-.45 1-1 1H2v4h1c.55 0 1 .45 1 1v2c0 1.65 1.35 3 3 3h3v-2H7c-.55 0-1-.45-1-1v-2c0-1.3-.84-2.42-2-2.83v-.34C5.16 11.42 6 10.3 6 9V7c0-.55.45-1 1-1h3V4H7C5.35 4 4 5.35 4 7zm17 3c-.55 0-1-.45-1-1V7c0-1.65-1.35-3-3-3h-3v2h3c.55 0 1 .45 1 1v2c0 1.3.84 2.42 2 2.83v.34c-1.16.41-2 1.52-2 2.83v2c0 .55-.45 1-1 1h-3v2h3c1.65 0 3-1.35 3-3v-2c0-.55.45-1 1-1h1v-4h-1z"})
"DataObjectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/data_object_rounded.cljs
================================================
(ns reagent-mui.icons.data-object-rounded
"Imports @mui/icons-material/DataObjectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-object-rounded (create-svg-icon (e "path" #js {"d" "M4 7v2c0 .55-.45 1-1 1s-1 .45-1 1v2c0 .55.45 1 1 1s1 .45 1 1v2c0 1.66 1.34 3 3 3h2c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1-.45-1-1v-2c0-1.3-.84-2.42-2-2.83v-.34C5.16 11.42 6 10.3 6 9V7c0-.55.45-1 1-1h2c.55 0 1-.45 1-1s-.45-1-1-1H7C5.34 4 4 5.34 4 7zm17 3c-.55 0-1-.45-1-1V7c0-1.66-1.34-3-3-3h-2c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1 .45 1 1v2c0 1.3.84 2.42 2 2.83v.34c-1.16.41-2 1.52-2 2.83v2c0 .55-.45 1-1 1h-2c-.55 0-1 .45-1 1s.45 1 1 1h2c1.66 0 3-1.34 3-3v-2c0-.55.45-1 1-1s1-.45 1-1v-2c0-.55-.45-1-1-1z"})
"DataObjectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/data_object_sharp.cljs
================================================
(ns reagent-mui.icons.data-object-sharp
"Imports @mui/icons-material/DataObjectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-object-sharp (create-svg-icon (e "path" #js {"d" "M4 10H2v4h2v6h6v-2H6v-5.5H4v-1h2V6h4V4H4zm16 0V4h-6v2h4v5.5h2v1h-2V18h-4v2h6v-6h2v-4z"})
"DataObjectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/data_object_two_tone.cljs
================================================
(ns reagent-mui.icons.data-object-two-tone
"Imports @mui/icons-material/DataObjectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-object-two-tone (create-svg-icon (e "path" #js {"d" "M4 7v2c0 .55-.45 1-1 1H2v4h1c.55 0 1 .45 1 1v2c0 1.65 1.35 3 3 3h3v-2H7c-.55 0-1-.45-1-1v-2c0-1.3-.84-2.42-2-2.83v-.34C5.16 11.42 6 10.3 6 9V7c0-.55.45-1 1-1h3V4H7C5.35 4 4 5.35 4 7zm17 3c-.55 0-1-.45-1-1V7c0-1.65-1.35-3-3-3h-3v2h3c.55 0 1 .45 1 1v2c0 1.3.84 2.42 2 2.83v.34c-1.16.41-2 1.52-2 2.83v2c0 .55-.45 1-1 1h-3v2h3c1.65 0 3-1.35 3-3v-2c0-.55.45-1 1-1h1v-4h-1z"})
"DataObjectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/data_saver_off.cljs
================================================
(ns reagent-mui.icons.data-saver-off
"Imports @mui/icons-material/DataSaverOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-saver-off (create-svg-icon (e "path" #js {"d" "M13 2.05v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95zM12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z"})
"DataSaverOff"))
================================================
FILE: src/icons/reagent_mui/icons/data_saver_off_outlined.cljs
================================================
(ns reagent-mui.icons.data-saver-off-outlined
"Imports @mui/icons-material/DataSaverOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-saver-off-outlined (create-svg-icon (e "path" #js {"d" "M13 2.05v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95zM12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z"})
"DataSaverOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/data_saver_off_rounded.cljs
================================================
(ns reagent-mui.icons.data-saver-off-rounded
"Imports @mui/icons-material/DataSaverOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-saver-off-rounded (create-svg-icon (e "path" #js {"d" "M13 2.05v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95zM12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z"})
"DataSaverOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/data_saver_off_sharp.cljs
================================================
(ns reagent-mui.icons.data-saver-off-sharp
"Imports @mui/icons-material/DataSaverOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-saver-off-sharp (create-svg-icon (e "path" #js {"d" "M13 2.05v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95zM12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z"})
"DataSaverOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/data_saver_off_two_tone.cljs
================================================
(ns reagent-mui.icons.data-saver-off-two-tone
"Imports @mui/icons-material/DataSaverOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-saver-off-two-tone (create-svg-icon (e "path" #js {"d" "M13 2.05v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95zM12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z"})
"DataSaverOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/data_saver_on.cljs
================================================
(ns reagent-mui.icons.data-saver-on
"Imports @mui/icons-material/DataSaverOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-saver-on (create-svg-icon (e "path" #js {"d" "M11 8v3H8v2h3v3h2v-3h3v-2h-3V8h-2zm2-5.95v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95zM12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z"})
"DataSaverOn"))
================================================
FILE: src/icons/reagent_mui/icons/data_saver_on_outlined.cljs
================================================
(ns reagent-mui.icons.data-saver-on-outlined
"Imports @mui/icons-material/DataSaverOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-saver-on-outlined (create-svg-icon (e "path" #js {"d" "M11 8v3H8v2h3v3h2v-3h3v-2h-3V8h-2zm2-5.95v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95zM12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z"})
"DataSaverOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/data_saver_on_rounded.cljs
================================================
(ns reagent-mui.icons.data-saver-on-rounded
"Imports @mui/icons-material/DataSaverOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-saver-on-rounded (create-svg-icon (e "path" #js {"d" "M11 11H9c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V9c0-.55-.45-1-1-1s-1 .45-1 1v2zm1 8c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19zm1-16.95v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95z"})
"DataSaverOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/data_saver_on_sharp.cljs
================================================
(ns reagent-mui.icons.data-saver-on-sharp
"Imports @mui/icons-material/DataSaverOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-saver-on-sharp (create-svg-icon (e "path" #js {"d" "M11 8v3H8v2h3v3h2v-3h3v-2h-3V8h-2zm2-5.95v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95zM12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z"})
"DataSaverOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/data_saver_on_two_tone.cljs
================================================
(ns reagent-mui.icons.data-saver-on-two-tone
"Imports @mui/icons-material/DataSaverOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-saver-on-two-tone (create-svg-icon (e "path" #js {"d" "M11 8v3H8v2h3v3h2v-3h3v-2h-3V8h-2zm2-5.95v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95zM12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z"})
"DataSaverOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/data_thresholding.cljs
================================================
(ns reagent-mui.icons.data-thresholding
"Imports @mui/icons-material/DataThresholding as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-thresholding (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.33 5.17 2 2 3.67-3.67 1.41 1.41L12.67 13l-2-2-3 3-1.41-1.41 4.41-4.42zM5 16h1.72L5 17.72V16zm.84 3 3-3h1.83l-3 3H5.84zm3.96 0 3-3h1.62l-3 3H9.8zm3.73 0 3-3h1.62l-3 3h-1.62zM19 19h-1.73L19 17.27V19z"})
"DataThresholding"))
================================================
FILE: src/icons/reagent_mui/icons/data_thresholding_outlined.cljs
================================================
(ns reagent-mui.icons.data-thresholding-outlined
"Imports @mui/icons-material/DataThresholdingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-thresholding-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16h-1.73L19 17.27V19zm0-3h-.85l-3 3h-1.62l3-3h-2.12l-3 3H9.8l3-3h-2.12l-3 3H5.84l3-3H6.72L5 17.72V5h14v11z"}) (e "path" #js {"d" "m10.67 11 2 2 5.08-5.09-1.41-1.41-3.67 3.67-2-2-4.42 4.42L7.66 14z"})]
"DataThresholdingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/data_thresholding_rounded.cljs
================================================
(ns reagent-mui.icons.data-thresholding-rounded
"Imports @mui/icons-material/DataThresholdingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-thresholding-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7.62 5.88 1.29 1.29 2.96-2.96c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-3.67 3.67c-.39.39-1.02.39-1.41 0L10.67 11l-2.3 2.3c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41l3-3c.39-.41 1.02-.41 1.42-.01zM5 16h1.72L5 17.72V16zm.84 3 3-3h1.83l-3 3H5.84zm3.96 0 3-3h1.62l-3 3H9.8zm3.73 0 3-3h1.62l-3 3h-1.62zM19 19h-1.73L19 17.27V19z"})
"DataThresholdingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/data_thresholding_sharp.cljs
================================================
(ns reagent-mui.icons.data-thresholding-sharp
"Imports @mui/icons-material/DataThresholdingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-thresholding-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM10.67 8.17l2 2 3.67-3.67 1.41 1.41L12.67 13l-2-2-3 3-1.41-1.41 4.41-4.42zM5 16h1.72L5 17.72V16zm.84 3 3-3h1.83l-3 3H5.84zm3.96 0 3-3h1.62l-3 3H9.8zm3.73 0 3-3h1.62l-3 3h-1.62zM19 19h-1.73L19 17.27V19z"})
"DataThresholdingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/data_thresholding_two_tone.cljs
================================================
(ns reagent-mui.icons.data-thresholding-two-tone
"Imports @mui/icons-material/DataThresholdingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-thresholding-two-tone (create-svg-icon [(e "path" #js {"d" "M19 19v-1.73L17.27 19zM5 17.72 6.72 16h2.12l-3 3h1.83l3-3h2.12l-3 3h1.62l3-3h2.12l-3 3h1.62l3-3H19V5H5v12.72zm5.67-9.55 2 2 3.67-3.67 1.41 1.41L12.67 13l-2-2-3 3-1.41-1.41 4.41-4.42z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16h-1.73L19 17.27V19zm0-3h-.85l-3 3h-1.62l3-3h-2.12l-3 3H9.8l3-3h-2.12l-3 3H5.84l3-3H6.72L5 17.72V5h14v11z"}) (e "path" #js {"d" "m10.67 11 2 2 5.08-5.09-1.41-1.41-3.67 3.67-2-2-4.42 4.42L7.66 14z"})]
"DataThresholdingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/data_usage.cljs
================================================
(ns reagent-mui.icons.data-usage
"Imports @mui/icons-material/DataUsage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-usage (create-svg-icon (e "path" #js {"d" "M13 2.05v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95zM12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z"})
"DataUsage"))
================================================
FILE: src/icons/reagent_mui/icons/data_usage_outlined.cljs
================================================
(ns reagent-mui.icons.data-usage-outlined
"Imports @mui/icons-material/DataUsageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-usage-outlined (create-svg-icon (e "path" #js {"d" "M13 2.05v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95zM12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z"})
"DataUsageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/data_usage_rounded.cljs
================================================
(ns reagent-mui.icons.data-usage-rounded
"Imports @mui/icons-material/DataUsageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-usage-rounded (create-svg-icon (e "path" #js {"d" "M13 3.87v.02c0 .67.45 1.23 1.08 1.43C16.93 6.21 19 8.86 19 12c0 .52-.06 1.01-.17 1.49-.14.64.12 1.3.69 1.64l.01.01c.86.5 1.98.05 2.21-.91.17-.72.26-1.47.26-2.23 0-4.5-2.98-8.32-7.08-9.57-.95-.29-1.92.44-1.92 1.44zm-2.06 15.05c-2.99-.43-5.42-2.86-5.86-5.84-.54-3.6 1.66-6.77 4.83-7.76.64-.19 1.09-.76 1.09-1.43v-.02c0-1-.97-1.73-1.93-1.44-4.51 1.38-7.66 5.86-6.98 10.96.59 4.38 4.13 7.92 8.51 8.51 3.14.42 6.04-.61 8.13-2.53.74-.68.61-1.89-.26-2.39-.58-.34-1.3-.23-1.8.22-1.47 1.34-3.51 2.05-5.73 1.72z"})
"DataUsageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/data_usage_sharp.cljs
================================================
(ns reagent-mui.icons.data-usage-sharp
"Imports @mui/icons-material/DataUsageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-usage-sharp (create-svg-icon (e "path" #js {"d" "M13 2.05v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95zM12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z"})
"DataUsageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/data_usage_two_tone.cljs
================================================
(ns reagent-mui.icons.data-usage-two-tone
"Imports @mui/icons-material/DataUsageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def data-usage-two-tone (create-svg-icon (e "path" #js {"d" "M13 2.05v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95zM12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z"})
"DataUsageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dataset.cljs
================================================
(ns reagent-mui.icons.dataset
"Imports @mui/icons-material/Dataset as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dataset (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 14H7v-4h4v4zm0-6H7V7h4v4zm6 6h-4v-4h4v4zm0-6h-4V7h4v4z"})
"Dataset"))
================================================
FILE: src/icons/reagent_mui/icons/dataset_linked.cljs
================================================
(ns reagent-mui.icons.dataset-linked
"Imports @mui/icons-material/DatasetLinked as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dataset-linked (create-svg-icon [(e "path" #js {"d" "M8.09 17H7v-4h3.69c.95-.63 2.09-1 3.31-1h6c.34 0 .67.04 1 .09V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h3.81C8.3 20.12 8 19.09 8 18c0-.34.04-.67.09-1zM13 7h4v4h-4V7zM7 7h4v4H7V7z"}) (e "path" #js {"d" "M12 18c0-1.1.9-2 2-2h2v-2h-2c-2.21 0-4 1.79-4 4s1.79 4 4 4h2v-2h-2c-1.1 0-2-.9-2-2zm8-4h-2v2h2c1.1 0 2 .9 2 2s-.9 2-2 2h-2v2h2c2.21 0 4-1.79 4-4s-1.79-4-4-4z"}) (e "path" #js {"d" "M14 17h6v2h-6z"})]
"DatasetLinked"))
================================================
FILE: src/icons/reagent_mui/icons/dataset_linked_outlined.cljs
================================================
(ns reagent-mui.icons.dataset-linked-outlined
"Imports @mui/icons-material/DatasetLinkedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dataset-linked-outlined (create-svg-icon [(e "path" #js {"d" "M7 17h1.09c.28-1.67 1.24-3.1 2.6-4H7v4z"}) (e "path" #js {"d" "M5 19V5h14v7h1c.34 0 .67.04 1 .09V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h3.81c-.35-.61-.6-1.28-.72-2H5z"}) (e "path" #js {"d" "M7 7h4v4H7zm6 0h4v4h-4zm3 13h-2c-1.1 0-2-.9-2-2s.9-2 2-2h2v-2h-2c-2.21 0-4 1.79-4 4s1.79 4 4 4h2v-2zm4-6h-2v2h2c1.1 0 2 .9 2 2s-.9 2-2 2h-2v2h2c2.21 0 4-1.79 4-4s-1.79-4-4-4z"}) (e "path" #js {"d" "M20 19v-2h-6v2h5z"})]
"DatasetLinkedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dataset_linked_rounded.cljs
================================================
(ns reagent-mui.icons.dataset-linked-rounded
"Imports @mui/icons-material/DatasetLinkedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dataset-linked-rounded (create-svg-icon [(e "path" #js {"d" "M8.09 17H7v-4h3.69c.95-.63 2.09-1 3.31-1h6c.34 0 .67.04 1 .09V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h3.81C8.3 20.12 8 19.09 8 18c0-.34.04-.67.09-1zM13 7h4v4h-4V7zM7 7h4v4H7V7z"}) (e "path" #js {"d" "M12.03 17.66c.16-.98 1.09-1.66 2.08-1.66H15c.55 0 1-.45 1-1s-.45-1-1-1h-.83c-2.09 0-3.95 1.53-4.15 3.61C9.79 19.99 11.66 22 14 22h1c.55 0 1-.45 1-1s-.45-1-1-1h-1c-1.21 0-2.18-1.09-1.97-2.34zm7.8-3.66H19c-.55 0-1 .45-1 1s.45 1 1 1h.89c1 0 1.92.68 2.08 1.66.21 1.25-.76 2.34-1.97 2.34h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c2.34 0 4.21-2.01 3.98-4.39-.2-2.08-2.06-3.61-4.15-3.61z"}) (e "path" #js {"d" "M15 19h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1z"})]
"DatasetLinkedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dataset_linked_sharp.cljs
================================================
(ns reagent-mui.icons.dataset-linked-sharp
"Imports @mui/icons-material/DatasetLinkedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dataset-linked-sharp (create-svg-icon [(e "path" #js {"d" "M8.09 17H7v-4h3.69c.95-.63 2.09-1 3.31-1h6c.34 0 .67.04 1 .09V3H3v18h5.81C8.3 20.12 8 19.09 8 18c0-.34.04-.67.09-1zM13 7h4v4h-4V7zM7 7h4v4H7V7z"}) (e "path" #js {"d" "M12 18c0-1.1.9-2 2-2h2v-2h-2c-2.21 0-4 1.79-4 4s1.79 4 4 4h2v-2h-2c-1.1 0-2-.9-2-2zm8-4h-2v2h2c1.1 0 2 .9 2 2s-.9 2-2 2h-2v2h2c2.21 0 4-1.79 4-4s-1.79-4-4-4z"}) (e "path" #js {"d" "M14 17h6v2h-6z"})]
"DatasetLinkedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dataset_linked_two_tone.cljs
================================================
(ns reagent-mui.icons.dataset-linked-two-tone
"Imports @mui/icons-material/DatasetLinkedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dataset-linked-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5v14h3.09c-.05-.33-.09-.66-.09-1s.04-.67.09-1H7v-4h3.69c.95-.63 2.09-1 3.31-1h5V5H5zm6 6H7V7h4v4zm2 0V7h4v4h-4z", "opacity" ".3"}) (e "path" #js {"d" "M7 17h1.09c.28-1.67 1.24-3.1 2.6-4H7v4z"}) (e "path" #js {"d" "M5 19V5h14v7h1c.34 0 .67.04 1 .09V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h3.81c-.35-.61-.6-1.28-.72-2H5z"}) (e "path" #js {"d" "M7 7h4v4H7zm6 0h4v4h-4zm3 13h-2c-1.1 0-2-.9-2-2s.9-2 2-2h2v-2h-2c-2.21 0-4 1.79-4 4s1.79 4 4 4h2v-2zm4-6h-2v2h2c1.1 0 2 .9 2 2s-.9 2-2 2h-2v2h2c2.21 0 4-1.79 4-4s-1.79-4-4-4z"}) (e "path" #js {"d" "M20 19v-2h-6v2h5z"})]
"DatasetLinkedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dataset_outlined.cljs
================================================
(ns reagent-mui.icons.dataset-outlined
"Imports @mui/icons-material/DatasetOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dataset-outlined (create-svg-icon [(e "path" #js {"d" "M7 13h4v4H7zm6 0h4v4h-4z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M7 7h4v4H7zm6 0h4v4h-4z"})]
"DatasetOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dataset_rounded.cljs
================================================
(ns reagent-mui.icons.dataset-rounded
"Imports @mui/icons-material/DatasetRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dataset-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 14H7v-4h4v4zm0-6H7V7h4v4zm6 6h-4v-4h4v4zm0-6h-4V7h4v4z"})
"DatasetRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dataset_sharp.cljs
================================================
(ns reagent-mui.icons.dataset-sharp
"Imports @mui/icons-material/DatasetSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dataset-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM11 17H7v-4h4v4zm0-6H7V7h4v4zm6 6h-4v-4h4v4zm0-6h-4V7h4v4z"})
"DatasetSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dataset_two_tone.cljs
================================================
(ns reagent-mui.icons.dataset-two-tone
"Imports @mui/icons-material/DatasetTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dataset-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm8-12h4v4h-4V7zm0 6h4v4h-4v-4zM7 7h4v4H7V7zm0 6h4v4H7v-4z", "opacity" ".3"}) (e "path" #js {"d" "M7 13h4v4H7zm6 0h4v4h-4z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M7 7h4v4H7zm6 0h4v4h-4z"})]
"DatasetTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/date_range.cljs
================================================
(ns reagent-mui.icons.date-range
"Imports @mui/icons-material/DateRange as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def date-range (create-svg-icon (e "path" #js {"d" "M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"})
"DateRange"))
================================================
FILE: src/icons/reagent_mui/icons/date_range_outlined.cljs
================================================
(ns reagent-mui.icons.date-range-outlined
"Imports @mui/icons-material/DateRangeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def date-range-outlined (create-svg-icon (e "path" #js {"d" "M7 11h2v2H7v-2zm14-5v14c0 1.1-.9 2-2 2H5c-1.11 0-2-.9-2-2l.01-14c0-1.1.88-2 1.99-2h1V2h2v2h8V2h2v2h1c1.1 0 2 .9 2 2zM5 8h14V6H5v2zm14 12V10H5v10h14zm-4-7h2v-2h-2v2zm-4 0h2v-2h-2v2z"})
"DateRangeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/date_range_rounded.cljs
================================================
(ns reagent-mui.icons.date-range-rounded
"Imports @mui/icons-material/DateRangeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def date-range-rounded (create-svg-icon (e "path" #js {"d" "M19 4h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 15c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V9h14v10zM7 11h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"})
"DateRangeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/date_range_sharp.cljs
================================================
(ns reagent-mui.icons.date-range-sharp
"Imports @mui/icons-material/DateRangeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def date-range-sharp (create-svg-icon (e "path" #js {"d" "M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm4-7h-3V2h-2v2H8V2H6v2H3v18h18V4zm-2 16H5V9h14v11z"})
"DateRangeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/date_range_two_tone.cljs
================================================
(ns reagent-mui.icons.date-range-two-tone
"Imports @mui/icons-material/DateRangeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def date-range-two-tone (create-svg-icon [(e "path" #js {"d" "M5 8h14V6H5z", "opacity" ".3"}) (e "path" #js {"d" "M7 11h2v2H7zm12-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2zm-4 3h2v2h-2zm-4 0h2v2h-2z"})]
"DateRangeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/deblur.cljs
================================================
(ns reagent-mui.icons.deblur
"Imports @mui/icons-material/Deblur as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def deblur (create-svg-icon [(e "path" #js {"d" "M12 3v18c4.97 0 9-4.03 9-9s-4.03-9-9-9z"}) (e "circle" #js {"cx" "6", "cy" "14", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "18", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "10", "r" "1"}) (e "circle" #js {"cx" "3", "cy" "10", "r" ".5"}) (e "circle" #js {"cx" "6", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "3", "cy" "14", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "21", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "3", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "10", "cy" "14", "r" "1.5"}) (e "circle" #js {"cx" "10", "cy" "10", "r" "1.5"}) (e "circle" #js {"cx" "10", "cy" "18", "r" "1"})]
"Deblur"))
================================================
FILE: src/icons/reagent_mui/icons/deblur_outlined.cljs
================================================
(ns reagent-mui.icons.deblur-outlined
"Imports @mui/icons-material/DeblurOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def deblur-outlined (create-svg-icon [(e "circle" #js {"cx" "6", "cy" "14", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "18", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "10", "r" "1"}) (e "circle" #js {"cx" "3", "cy" "10", "r" ".5"}) (e "circle" #js {"cx" "6", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "3", "cy" "14", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "21", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "3", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "10", "cy" "14", "r" "1.5"}) (e "circle" #js {"cx" "10", "cy" "10", "r" "1.5"}) (e "circle" #js {"cx" "10", "cy" "18", "r" "1"}) (e "path" #js {"d" "M12 3v2c3.86 0 7 3.14 7 7s-3.14 7-7 7v2c4.96 0 9-4.04 9-9s-4.04-9-9-9z"})]
"DeblurOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/deblur_rounded.cljs
================================================
(ns reagent-mui.icons.deblur-rounded
"Imports @mui/icons-material/DeblurRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def deblur-rounded (create-svg-icon [(e "path" #js {"d" "M12 3v18c4.97 0 9-4.03 9-9s-4.03-9-9-9z"}) (e "circle" #js {"cx" "6", "cy" "14", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "18", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "10", "r" "1"}) (e "circle" #js {"cx" "3", "cy" "10", "r" ".5"}) (e "circle" #js {"cx" "6", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "3", "cy" "14", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "21", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "3", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "10", "cy" "14", "r" "1.5"}) (e "circle" #js {"cx" "10", "cy" "10", "r" "1.5"}) (e "circle" #js {"cx" "10", "cy" "18", "r" "1"})]
"DeblurRounded"))
================================================
FILE: src/icons/reagent_mui/icons/deblur_sharp.cljs
================================================
(ns reagent-mui.icons.deblur-sharp
"Imports @mui/icons-material/DeblurSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def deblur-sharp (create-svg-icon [(e "path" #js {"d" "M12 3v18c4.97 0 9-4.03 9-9s-4.03-9-9-9z"}) (e "circle" #js {"cx" "6", "cy" "14", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "18", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "10", "r" "1"}) (e "circle" #js {"cx" "3", "cy" "10", "r" ".5"}) (e "circle" #js {"cx" "6", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "3", "cy" "14", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "21", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "3", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "10", "cy" "14", "r" "1.5"}) (e "circle" #js {"cx" "10", "cy" "10", "r" "1.5"}) (e "circle" #js {"cx" "10", "cy" "18", "r" "1"})]
"DeblurSharp"))
================================================
FILE: src/icons/reagent_mui/icons/deblur_two_tone.cljs
================================================
(ns reagent-mui.icons.deblur-two-tone
"Imports @mui/icons-material/DeblurTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def deblur-two-tone (create-svg-icon [(e "circle" #js {"cx" "6", "cy" "14", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "18", "r" "1"}) (e "circle" #js {"cx" "6", "cy" "10", "r" "1"}) (e "circle" #js {"cx" "3", "cy" "10", "r" ".5"}) (e "circle" #js {"cx" "6", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "3", "cy" "14", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "21", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "3", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "10", "cy" "14", "r" "1.5"}) (e "circle" #js {"cx" "10", "cy" "10", "r" "1.5"}) (e "circle" #js {"cx" "10", "cy" "18", "r" "1"}) (e "path" #js {"d" "M12 3v2c3.86 0 7 3.14 7 7s-3.14 7-7 7v2c4.96 0 9-4.04 9-9s-4.04-9-9-9z"}) (e "path" #js {"d" "M12 5v14c3.86 0 7-3.14 7-7s-3.14-7-7-7z", "opacity" ".3"})]
"DeblurTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/deck.cljs
================================================
(ns reagent-mui.icons.deck
"Imports @mui/icons-material/Deck as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def deck (create-svg-icon [(e "path" #js {"d" "M22 9 12 2 2 9h9v13h2V9z"}) (e "path" #js {"d" "m4.14 12-1.96.37.82 4.37V22h2l.02-4H7v4h2v-6H4.9zm14.96 4H15v6h2v-4h1.98l.02 4h2v-5.26l.82-4.37-1.96-.37z"})]
"Deck"))
================================================
FILE: src/icons/reagent_mui/icons/deck_outlined.cljs
================================================
(ns reagent-mui.icons.deck-outlined
"Imports @mui/icons-material/DeckOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def deck-outlined (create-svg-icon [(e "path" #js {"d" "M22 9 12 2 2 9h9v13h2V9h9zM12 4.44 15.66 7H8.34L12 4.44z"}) (e "path" #js {"d" "m4.14 12-1.96.37.82 4.37V22h2l.02-4H7v4h2v-6H4.9zm14.96 4H15v6h2v-4h1.98l.02 4h2v-5.26l.82-4.37-1.96-.37z"})]
"DeckOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/deck_rounded.cljs
================================================
(ns reagent-mui.icons.deck-rounded
"Imports @mui/icons-material/DeckRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def deck-rounded (create-svg-icon [(e "path" #js {"d" "M20.41 9c.49 0 .69-.63.29-.91L13.15 2.8c-.69-.48-1.61-.48-2.29 0L3.3 8.09c-.4.28-.2.91.29.91H11v12c0 .55.45 1 1 1s1-.45 1-1V9h7.41z"}) (e "path" #js {"d" "M8 16H4.9l-.57-3.02c-.1-.54-.62-.9-1.17-.8-.54.1-.9.62-.8 1.17L3 16.74V21c0 .55.45 1 1 1h.01c.55 0 1-.44 1-.99L5.02 18H7v3c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1zm12.84-3.82c-.54-.1-1.06.26-1.17.8L19.1 16H16c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-3h1.98l.02 3.01c0 .55.45.99 1 .99s1-.45 1-1v-4.26l.64-3.39c.1-.54-.26-1.07-.8-1.17z"})]
"DeckRounded"))
================================================
FILE: src/icons/reagent_mui/icons/deck_sharp.cljs
================================================
(ns reagent-mui.icons.deck-sharp
"Imports @mui/icons-material/DeckSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def deck-sharp (create-svg-icon [(e "path" #js {"d" "M22 9 12 2 2 9h9v13h2V9z"}) (e "path" #js {"d" "m4.14 12-1.96.37.82 4.37V22h2l.02-4H7v4h2v-6H4.9zm14.96 4H15v6h2v-4h1.98l.02 4h2v-5.26l.82-4.37-1.96-.37z"})]
"DeckSharp"))
================================================
FILE: src/icons/reagent_mui/icons/deck_two_tone.cljs
================================================
(ns reagent-mui.icons.deck-two-tone
"Imports @mui/icons-material/DeckTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def deck-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4.44 8.34 7h7.32z", "opacity" ".3"}) (e "path" #js {"d" "M22 9 12 2 2 9h9v13h2V9h9zM12 4.44 15.66 7H8.34L12 4.44z"}) (e "path" #js {"d" "m4.14 12-1.96.37.82 4.37V22h2l.02-4H7v4h2v-6H4.9zm14.96 4H15v6h2v-4h1.98l.02 4h2v-5.26l.82-4.37-1.96-.37z"})]
"DeckTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dehaze.cljs
================================================
(ns reagent-mui.icons.dehaze
"Imports @mui/icons-material/Dehaze as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dehaze (create-svg-icon (e "path" #js {"d" "M2 15.5v2h20v-2H2zm0-5v2h20v-2H2zm0-5v2h20v-2H2z"})
"Dehaze"))
================================================
FILE: src/icons/reagent_mui/icons/dehaze_outlined.cljs
================================================
(ns reagent-mui.icons.dehaze-outlined
"Imports @mui/icons-material/DehazeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dehaze-outlined (create-svg-icon (e "path" #js {"d" "M2 16v2h20v-2H2zm0-5v2h20v-2H2zm0-5v2h20V6H2z"})
"DehazeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dehaze_rounded.cljs
================================================
(ns reagent-mui.icons.dehaze-rounded
"Imports @mui/icons-material/DehazeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dehaze-rounded (create-svg-icon (e "path" #js {"d" "M2 17c0 .55.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1zm0-5c0 .55.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1zm0-5c0 .55.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1z"})
"DehazeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dehaze_sharp.cljs
================================================
(ns reagent-mui.icons.dehaze-sharp
"Imports @mui/icons-material/DehazeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dehaze-sharp (create-svg-icon (e "path" #js {"d" "M2 16v2h20v-2H2zm0-5v2h20v-2H2zm0-5v2h20V6H2z"})
"DehazeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dehaze_two_tone.cljs
================================================
(ns reagent-mui.icons.dehaze-two-tone
"Imports @mui/icons-material/DehazeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dehaze-two-tone (create-svg-icon (e "path" #js {"d" "M2 16v2h20v-2H2zm0-5v2h20v-2H2zm0-5v2h20V6H2z"})
"DehazeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/delete.cljs
================================================
(ns reagent-mui.icons.delete
"Imports @mui/icons-material/Delete as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete (create-svg-icon (e "path" #js {"d" "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"})
"Delete"))
================================================
FILE: src/icons/reagent_mui/icons/delete_forever.cljs
================================================
(ns reagent-mui.icons.delete-forever
"Imports @mui/icons-material/DeleteForever as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-forever (create-svg-icon (e "path" #js {"d" "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zm2.46-7.12 1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14l-2.13-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4z"})
"DeleteForever"))
================================================
FILE: src/icons/reagent_mui/icons/delete_forever_outlined.cljs
================================================
(ns reagent-mui.icons.delete-forever-outlined
"Imports @mui/icons-material/DeleteForeverOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-forever-outlined (create-svg-icon (e "path" #js {"d" "M14.12 10.47 12 12.59l-2.13-2.12-1.41 1.41L10.59 14l-2.12 2.12 1.41 1.41L12 15.41l2.12 2.12 1.41-1.41L13.41 14l2.12-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4zM6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9z"})
"DeleteForeverOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/delete_forever_rounded.cljs
================================================
(ns reagent-mui.icons.delete-forever-rounded
"Imports @mui/icons-material/DeleteForeverRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-forever-rounded (create-svg-icon (e "path" #js {"d" "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zm3.17-6.41a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0L12 12.59l1.41-1.41c.39-.39 1.02-.39 1.41 0s.39 1.02 0 1.41L13.41 14l1.41 1.41c.39.39.39 1.02 0 1.41s-1.02.39-1.41 0L12 15.41l-1.41 1.41c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41L10.59 14l-1.42-1.41zM18 4h-2.5l-.71-.71c-.18-.18-.44-.29-.7-.29H9.91c-.26 0-.52.11-.7.29L8.5 4H6c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1z"})
"DeleteForeverRounded"))
================================================
FILE: src/icons/reagent_mui/icons/delete_forever_sharp.cljs
================================================
(ns reagent-mui.icons.delete-forever-sharp
"Imports @mui/icons-material/DeleteForeverSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-forever-sharp (create-svg-icon (e "path" #js {"d" "M6 21h12V7H6v14zm2.46-9.12 1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14l-2.13-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4h-3.5z"})
"DeleteForeverSharp"))
================================================
FILE: src/icons/reagent_mui/icons/delete_forever_two_tone.cljs
================================================
(ns reagent-mui.icons.delete-forever-two-tone
"Imports @mui/icons-material/DeleteForeverTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-forever-two-tone (create-svg-icon [(e "path" #js {"d" "M16 9H8v10h8V9zm-.47 7.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14l-2.13-2.12 1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12z", "opacity" ".3"}) (e "path" #js {"d" "M14.12 10.47 12 12.59l-2.13-2.12-1.41 1.41L10.59 14l-2.12 2.12 1.41 1.41L12 15.41l2.12 2.12 1.41-1.41L13.41 14l2.12-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4zM6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9z"})]
"DeleteForeverTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/delete_outline.cljs
================================================
(ns reagent-mui.icons.delete-outline
"Imports @mui/icons-material/DeleteOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-outline (create-svg-icon (e "path" #js {"d" "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9zm7.5-5-1-1h-5l-1 1H5v2h14V4z"})
"DeleteOutline"))
================================================
FILE: src/icons/reagent_mui/icons/delete_outline_outlined.cljs
================================================
(ns reagent-mui.icons.delete-outline-outlined
"Imports @mui/icons-material/DeleteOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-outline-outlined (create-svg-icon (e "path" #js {"d" "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9zm7.5-5-1-1h-5l-1 1H5v2h14V4h-3.5z"})
"DeleteOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/delete_outline_rounded.cljs
================================================
(ns reagent-mui.icons.delete-outline-rounded
"Imports @mui/icons-material/DeleteOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-outline-rounded (create-svg-icon (e "path" #js {"d" "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v10zM9 9h6c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-8c0-.55.45-1 1-1zm6.5-5-.71-.71c-.18-.18-.44-.29-.7-.29H9.91c-.26 0-.52.11-.7.29L8.5 4H6c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1h-2.5z"})
"DeleteOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/delete_outline_sharp.cljs
================================================
(ns reagent-mui.icons.delete-outline-sharp
"Imports @mui/icons-material/DeleteOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-outline-sharp (create-svg-icon (e "path" #js {"d" "M6 21h12V7H6v14zM8 9h8v10H8V9zm7.5-5-1-1h-5l-1 1H5v2h14V4h-3.5z"})
"DeleteOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/delete_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.delete-outline-two-tone
"Imports @mui/icons-material/DeleteOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-outline-two-tone (create-svg-icon (e "path" #js {"d" "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9zm7.5-5-1-1h-5l-1 1H5v2h14V4h-3.5z"})
"DeleteOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/delete_outlined.cljs
================================================
(ns reagent-mui.icons.delete-outlined
"Imports @mui/icons-material/DeleteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-outlined (create-svg-icon (e "path" #js {"d" "M16 9v10H8V9h8m-1.5-6h-5l-1 1H5v2h14V4h-3.5l-1-1zM18 7H6v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7z"})
"DeleteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/delete_rounded.cljs
================================================
(ns reagent-mui.icons.delete-rounded
"Imports @mui/icons-material/DeleteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-rounded (create-svg-icon (e "path" #js {"d" "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v10zM18 4h-2.5l-.71-.71c-.18-.18-.44-.29-.7-.29H9.91c-.26 0-.52.11-.7.29L8.5 4H6c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1z"})
"DeleteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/delete_sharp.cljs
================================================
(ns reagent-mui.icons.delete-sharp
"Imports @mui/icons-material/DeleteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-sharp (create-svg-icon (e "path" #js {"d" "M6 21h12V7H6v14zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"})
"DeleteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/delete_sweep.cljs
================================================
(ns reagent-mui.icons.delete-sweep
"Imports @mui/icons-material/DeleteSweep as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-sweep (create-svg-icon (e "path" #js {"d" "M15 16h4v2h-4zm0-8h7v2h-7zm0 4h6v2h-6zM3 18c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V8H3v10zM14 5h-3l-1-1H6L5 5H2v2h12z"})
"DeleteSweep"))
================================================
FILE: src/icons/reagent_mui/icons/delete_sweep_outlined.cljs
================================================
(ns reagent-mui.icons.delete-sweep-outlined
"Imports @mui/icons-material/DeleteSweepOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-sweep-outlined (create-svg-icon (e "path" #js {"d" "M15 16h4v2h-4zm0-8h7v2h-7zm0 4h6v2h-6zM3 18c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V8H3v10zm2-8h6v8H5v-8zm5-6H6L5 5H2v2h12V5h-3z"})
"DeleteSweepOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/delete_sweep_rounded.cljs
================================================
(ns reagent-mui.icons.delete-sweep-rounded
"Imports @mui/icons-material/DeleteSweepRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-sweep-rounded (create-svg-icon (e "path" #js {"d" "M16 16h2c.55 0 1 .45 1 1s-.45 1-1 1h-2c-.55 0-1-.45-1-1s.45-1 1-1zm0-8h5c.55 0 1 .45 1 1s-.45 1-1 1h-5c-.55 0-1-.45-1-1s.45-1 1-1zm0 4h4c.55 0 1 .45 1 1s-.45 1-1 1h-4c-.55 0-1-.45-1-1s.45-1 1-1zM3 18c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V8H3v10zM13 5h-2l-.71-.71c-.18-.18-.44-.29-.7-.29H6.41c-.26 0-.52.11-.7.29L5 5H3c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1z"})
"DeleteSweepRounded"))
================================================
FILE: src/icons/reagent_mui/icons/delete_sweep_sharp.cljs
================================================
(ns reagent-mui.icons.delete-sweep-sharp
"Imports @mui/icons-material/DeleteSweepSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-sweep-sharp (create-svg-icon (e "path" #js {"d" "M15 16h4v2h-4v-2zm0-8h7v2h-7V8zm0 4h6v2h-6v-2zM3 20h10V8H3v12zM14 5h-3l-1-1H6L5 5H2v2h12V5z"})
"DeleteSweepSharp"))
================================================
FILE: src/icons/reagent_mui/icons/delete_sweep_two_tone.cljs
================================================
(ns reagent-mui.icons.delete-sweep-two-tone
"Imports @mui/icons-material/DeleteSweepTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-sweep-two-tone (create-svg-icon [(e "path" #js {"d" "M5 10h6v8H5z", "opacity" ".3"}) (e "path" #js {"d" "M15 16h4v2h-4zm0-8h7v2h-7zm0 4h6v2h-6zM3 18c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V8H3v10zm2-8h6v8H5v-8zm5-6H6L5 5H2v2h12V5h-3z"})]
"DeleteSweepTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/delete_two_tone.cljs
================================================
(ns reagent-mui.icons.delete-two-tone
"Imports @mui/icons-material/DeleteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delete-two-tone (create-svg-icon [(e "path" #js {"d" "M8 9h8v10H8z", "opacity" ".3"}) (e "path" #js {"d" "m15.5 4-1-1h-5l-1 1H5v2h14V4zM6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9z"})]
"DeleteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/delivery_dining.cljs
================================================
(ns reagent-mui.icons.delivery-dining
"Imports @mui/icons-material/DeliveryDining as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delivery-dining (create-svg-icon [(e "path" #js {"d" "M19 7c0-1.1-.9-2-2-2h-3v2h3v2.65L13.52 14H10V9H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 10.35V7zM7 17c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1z"}) (e "path" #js {"d" "M5 6h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"DeliveryDining"))
================================================
FILE: src/icons/reagent_mui/icons/delivery_dining_outlined.cljs
================================================
(ns reagent-mui.icons.delivery-dining-outlined
"Imports @mui/icons-material/DeliveryDiningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delivery-dining-outlined (create-svg-icon [(e "path" #js {"d" "M19 7c0-1.1-.9-2-2-2h-3v2h3v2.65L13.52 14H10V9H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 10.35V7zM4 14v-1c0-1.1.9-2 2-2h2v3H4zm3 3c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1z"}) (e "path" #js {"d" "M5 6h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"DeliveryDiningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/delivery_dining_rounded.cljs
================================================
(ns reagent-mui.icons.delivery-dining-rounded
"Imports @mui/icons-material/DeliveryDiningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delivery-dining-rounded (create-svg-icon [(e "path" #js {"d" "M19 7c0-1.1-.9-2-2-2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2.65L13.52 14H10v-4c0-.55-.45-1-1-1H6c-2.21 0-4 1.79-4 4v2c0 .55.45 1 1 1h1c0 1.66 1.34 3 3 3s3-1.34 3-3h3.52c.61 0 1.18-.28 1.56-.75l3.48-4.35c.29-.36.44-.8.44-1.25V7zM7 17c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1z"}) (e "path" #js {"d" "M6 6h3c.55 0 1 .45 1 1s-.45 1-1 1H6c-.55 0-1-.45-1-1s.45-1 1-1zm13 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"DeliveryDiningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/delivery_dining_sharp.cljs
================================================
(ns reagent-mui.icons.delivery-dining-sharp
"Imports @mui/icons-material/DeliveryDiningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delivery-dining-sharp (create-svg-icon [(e "path" #js {"d" "M19 10.35V5h-5v2h3v2.65L13.52 14H10V9H2v7h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 10.35zM7 17c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1z"}) (e "path" #js {"d" "M5 6h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"DeliveryDiningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/delivery_dining_two_tone.cljs
================================================
(ns reagent-mui.icons.delivery-dining-two-tone
"Imports @mui/icons-material/DeliveryDiningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def delivery-dining-two-tone (create-svg-icon [(e "path" #js {"d" "M4 13v1h4v-3H6c-1.1 0-2 .9-2 2z", "opacity" ".3"}) (e "path" #js {"d" "M19 7c0-1.1-.9-2-2-2h-3v2h3v2.65L13.52 14H10V9H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 10.35V7zM7 17c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1zm1-3H4v-1c0-1.1.9-2 2-2h2v3z"}) (e "path" #js {"d" "M5 6h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"DeliveryDiningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/density_large.cljs
================================================
(ns reagent-mui.icons.density-large
"Imports @mui/icons-material/DensityLarge as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def density-large (create-svg-icon (e "path" #js {"d" "M3 3h18v2H3zm0 16h18v2H3z"})
"DensityLarge"))
================================================
FILE: src/icons/reagent_mui/icons/density_large_outlined.cljs
================================================
(ns reagent-mui.icons.density-large-outlined
"Imports @mui/icons-material/DensityLargeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def density-large-outlined (create-svg-icon (e "path" #js {"d" "M3 3h18v2H3zm0 16h18v2H3z"})
"DensityLargeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/density_large_rounded.cljs
================================================
(ns reagent-mui.icons.density-large-rounded
"Imports @mui/icons-material/DensityLargeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def density-large-rounded (create-svg-icon (e "path" #js {"d" "M4 5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm16 14H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1z"})
"DensityLargeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/density_large_sharp.cljs
================================================
(ns reagent-mui.icons.density-large-sharp
"Imports @mui/icons-material/DensityLargeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def density-large-sharp (create-svg-icon (e "path" #js {"d" "M3 3h18v2H3zm0 16h18v2H3z"})
"DensityLargeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/density_large_two_tone.cljs
================================================
(ns reagent-mui.icons.density-large-two-tone
"Imports @mui/icons-material/DensityLargeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def density-large-two-tone (create-svg-icon (e "path" #js {"d" "M3 3h18v2H3zm0 16h18v2H3z"})
"DensityLargeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/density_medium.cljs
================================================
(ns reagent-mui.icons.density-medium
"Imports @mui/icons-material/DensityMedium as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def density-medium (create-svg-icon (e "path" #js {"d" "M3 3h18v2H3zm0 16h18v2H3zm0-8h18v2H3z"})
"DensityMedium"))
================================================
FILE: src/icons/reagent_mui/icons/density_medium_outlined.cljs
================================================
(ns reagent-mui.icons.density-medium-outlined
"Imports @mui/icons-material/DensityMediumOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def density-medium-outlined (create-svg-icon (e "path" #js {"d" "M3 3h18v2H3zm0 16h18v2H3zm0-8h18v2H3z"})
"DensityMediumOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/density_medium_rounded.cljs
================================================
(ns reagent-mui.icons.density-medium-rounded
"Imports @mui/icons-material/DensityMediumRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def density-medium-rounded (create-svg-icon (e "path" #js {"d" "M4 5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm16 14H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1zm0-8H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1z"})
"DensityMediumRounded"))
================================================
FILE: src/icons/reagent_mui/icons/density_medium_sharp.cljs
================================================
(ns reagent-mui.icons.density-medium-sharp
"Imports @mui/icons-material/DensityMediumSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def density-medium-sharp (create-svg-icon (e "path" #js {"d" "M3 3h18v2H3zm0 16h18v2H3zm0-8h18v2H3z"})
"DensityMediumSharp"))
================================================
FILE: src/icons/reagent_mui/icons/density_medium_two_tone.cljs
================================================
(ns reagent-mui.icons.density-medium-two-tone
"Imports @mui/icons-material/DensityMediumTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def density-medium-two-tone (create-svg-icon (e "path" #js {"d" "M3 3h18v2H3zm0 16h18v2H3zm0-8h18v2H3z"})
"DensityMediumTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/density_small.cljs
================================================
(ns reagent-mui.icons.density-small
"Imports @mui/icons-material/DensitySmall as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def density-small (create-svg-icon (e "path" #js {"d" "M3 2h18v2H3zm0 18h18v2H3zm0-6h18v2H3zm0-6h18v2H3z"})
"DensitySmall"))
================================================
FILE: src/icons/reagent_mui/icons/density_small_outlined.cljs
================================================
(ns reagent-mui.icons.density-small-outlined
"Imports @mui/icons-material/DensitySmallOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def density-small-outlined (create-svg-icon (e "path" #js {"d" "M3 2h18v2H3zm0 18h18v2H3zm0-6h18v2H3zm0-6h18v2H3z"})
"DensitySmallOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/density_small_rounded.cljs
================================================
(ns reagent-mui.icons.density-small-rounded
"Imports @mui/icons-material/DensitySmallRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def density-small-rounded (create-svg-icon (e "path" #js {"d" "M3 3c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1zm1 19h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-6h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-6h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1z"})
"DensitySmallRounded"))
================================================
FILE: src/icons/reagent_mui/icons/density_small_sharp.cljs
================================================
(ns reagent-mui.icons.density-small-sharp
"Imports @mui/icons-material/DensitySmallSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def density-small-sharp (create-svg-icon (e "path" #js {"d" "M3 2h18v2H3zm0 18h18v2H3zm0-6h18v2H3zm0-6h18v2H3z"})
"DensitySmallSharp"))
================================================
FILE: src/icons/reagent_mui/icons/density_small_two_tone.cljs
================================================
(ns reagent-mui.icons.density-small-two-tone
"Imports @mui/icons-material/DensitySmallTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def density-small-two-tone (create-svg-icon (e "path" #js {"d" "M3 2h18v2H3zm0 18h18v2H3zm0-6h18v2H3zm0-6h18v2H3z"})
"DensitySmallTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/departure_board.cljs
================================================
(ns reagent-mui.icons.departure-board
"Imports @mui/icons-material/DepartureBoard as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def departure-board (create-svg-icon (e "path" #js {"d" "M16 1c-2.4 0-4.52 1.21-5.78 3.05.01-.01.01-.02.02-.03C9.84 4 9.42 4 9 4c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22V22c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.78c.61-.55 1-1.34 1-2.22v-3.08c3.39-.49 6-3.39 6-6.92 0-3.87-3.13-7-7-7zM4.5 19c-.83 0-1.5-.67-1.5-1.5S3.67 16 4.5 16s1.5.67 1.5 1.5S5.33 19 4.5 19zM3 13V8h6c0 1.96.81 3.73 2.11 5H3zm10.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2.5-6c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm.5-9H15v5l3.62 2.16.75-1.23-2.87-1.68z"})
"DepartureBoard"))
================================================
FILE: src/icons/reagent_mui/icons/departure_board_outlined.cljs
================================================
(ns reagent-mui.icons.departure-board-outlined
"Imports @mui/icons-material/DepartureBoardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def departure-board-outlined (create-svg-icon [(e "circle" #js {"cx" "5.5", "cy" "16.5", "r" "1.5"}) (e "circle" #js {"cx" "12.5", "cy" "16.5", "r" "1.5"}) (e "path" #js {"d" "M16 1c-2.39 0-4.49 1.2-5.75 3.02C9.84 4.01 9.43 4 9 4c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22V22c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.78c.61-.55 1-1.34 1-2.22v-3.08c3.39-.49 6-3.39 6-6.92 0-3.87-3.13-7-7-7zM9 6h.29c-.09.32-.16.66-.21.99H3.34C3.89 6.46 5.31 6 9 6zM3 8.99h6.08c.16 1.11.57 2.13 1.18 3.01H3V8.99zM15 18c0 .37-.21.62-.34.73l-.29.27H3.63l-.29-.27C3.21 18.62 3 18.37 3 18v-4h9.41c.78.47 1.65.79 2.59.92V18zm1-5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm.5-9H15v5l3.62 2.16.75-1.23-2.87-1.68z"})]
"DepartureBoardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/departure_board_rounded.cljs
================================================
(ns reagent-mui.icons.departure-board-rounded
"Imports @mui/icons-material/DepartureBoardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def departure-board-rounded (create-svg-icon (e "path" #js {"d" "M17.34 1.13c-2.94-.55-5.63.75-7.12 2.92.01-.01.01-.02.02-.03C9.84 4 9.42 4 9 4c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22v1.28c0 .83.67 1.5 1.5 1.5S5 22.33 5 21.5V21h8v.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5v-1.28c.61-.55 1-1.34 1-2.22v-3.08c3.72-.54 6.5-3.98 5.92-7.97-.42-2.9-2.7-5.29-5.58-5.82zM4.5 19c-.83 0-1.5-.67-1.5-1.5S3.67 16 4.5 16s1.5.67 1.5 1.5S5.33 19 4.5 19zM3 13V8h6c0 1.96.81 3.73 2.11 5H3zm10.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2.5-6c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm-.25-9c-.41 0-.75.34-.75.75v3.68c0 .35.19.68.49.86l2.52 1.51c.34.2.78.09.98-.24.21-.34.1-.79-.25-.99L16.5 8.25v-3.5c0-.41-.34-.75-.75-.75z"})
"DepartureBoardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/departure_board_sharp.cljs
================================================
(ns reagent-mui.icons.departure-board-sharp
"Imports @mui/icons-material/DepartureBoardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def departure-board-sharp (create-svg-icon (e "path" #js {"d" "M17.34 1.13c-2.94-.55-5.63.75-7.12 2.92.01-.01.01-.02.02-.03C9.84 4 9.42 4 9 4c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22V23h3v-2h8v2h3v-2.78c.61-.55 1-1.34 1-2.22v-3.08c3.72-.54 6.5-3.98 5.92-7.97-.42-2.9-2.7-5.29-5.58-5.82zM4.5 19c-.83 0-1.5-.67-1.5-1.5S3.67 16 4.5 16s1.5.67 1.5 1.5S5.33 19 4.5 19zM3 13V8h6c0 1.96.81 3.73 2.11 5H3zm10.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2.5-6c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm.5-9H15v5l3.62 2.16.75-1.23-2.87-1.68V4z"})
"DepartureBoardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/departure_board_two_tone.cljs
================================================
(ns reagent-mui.icons.departure-board-two-tone
"Imports @mui/icons-material/DepartureBoardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def departure-board-two-tone (create-svg-icon [(e "path" #js {"d" "M9.29 6H9c-3.69 0-5.11.46-5.66.99h5.74c.05-.33.12-.67.21-.99zM3 14v4c0 .37.21.62.34.73l.29.27h10.74l.29-.27c.13-.11.34-.36.34-.73v-3.08c-.94-.13-1.81-.45-2.59-.92H3zm2.5 4c-.83 0-1.5-.67-1.5-1.5S4.67 15 5.5 15s1.5.67 1.5 1.5S6.33 18 5.5 18zm8.5-1.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5z", "opacity" ".3"}) (e "circle" #js {"cx" "5.5", "cy" "16.5", "r" "1.5"}) (e "circle" #js {"cx" "12.5", "cy" "16.5", "r" "1.5"}) (e "path" #js {"d" "M16 1c-2.39 0-4.49 1.2-5.75 3.02C9.84 4.01 9.43 4 9 4c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22V22c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.78c.61-.55 1-1.34 1-2.22v-3.08c3.39-.49 6-3.39 6-6.92 0-3.87-3.13-7-7-7zM9 6h.29c-.09.32-.16.66-.21.99H3.34C3.89 6.46 5.31 6 9 6zM3 8.99h6.08c.16 1.11.57 2.13 1.18 3.01H3V8.99zM15 18c0 .37-.21.62-.34.73l-.29.27H3.63l-.29-.27C3.21 18.62 3 18.37 3 18v-4h9.41c.78.47 1.65.79 2.59.92V18zm1-5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm.5-9H15v5l3.62 2.16.75-1.23-2.87-1.68z"})]
"DepartureBoardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/description.cljs
================================================
(ns reagent-mui.icons.description
"Imports @mui/icons-material/Description as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def description (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z"})
"Description"))
================================================
FILE: src/icons/reagent_mui/icons/description_outlined.cljs
================================================
(ns reagent-mui.icons.description-outlined
"Imports @mui/icons-material/DescriptionOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def description-outlined (create-svg-icon (e "path" #js {"d" "M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"})
"DescriptionOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/description_rounded.cljs
================================================
(ns reagent-mui.icons.description-rounded
"Imports @mui/icons-material/DescriptionRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def description-rounded (create-svg-icon (e "path" #js {"d" "M14.59 2.59c-.38-.38-.89-.59-1.42-.59H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.41l-4.82-4.83zM15 18H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1zm-2-6V3.5L18.5 9H14c-.55 0-1-.45-1-1z"})
"DescriptionRounded"))
================================================
FILE: src/icons/reagent_mui/icons/description_sharp.cljs
================================================
(ns reagent-mui.icons.description-sharp
"Imports @mui/icons-material/DescriptionSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def description-sharp (create-svg-icon (e "path" #js {"d" "M14 2H4v20h16V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z"})
"DescriptionSharp"))
================================================
FILE: src/icons/reagent_mui/icons/description_two_tone.cljs
================================================
(ns reagent-mui.icons.description-two-tone
"Imports @mui/icons-material/DescriptionTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def description-two-tone (create-svg-icon [(e "path" #js {"d" "M13 4H6v16h12V9h-5V4zm3 14H8v-2h8v2zm0-6v2H8v-2h8z", "opacity" ".3"}) (e "path" #js {"d" "M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"})]
"DescriptionTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/deselect.cljs
================================================
(ns reagent-mui.icons.deselect
"Imports @mui/icons-material/Deselect as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def deselect (create-svg-icon (e "path" #js {"d" "M3 13h2v-2H3v2zm4 8h2v-2H7v2zm6-18h-2v2h2V3zm6 0v2h2c0-1.1-.9-2-2-2zM5 21v-2H3c0 1.1.9 2 2 2zm-2-4h2v-2H3v2zm8 4h2v-2h-2v2zm8-8h2v-2h-2v2zm0-4h2V7h-2v2zm-4-4h2V3h-2v2zM7.83 5 7 4.17V3h2v2H7.83zm12 12-.83-.83V15h2v2h-1.17zm1.36 4.19L2.81 2.81 1.39 4.22 4.17 7H3v2h2V7.83l2 2V17h7.17l2 2H15v2h2v-1.17l2.78 2.78 1.41-1.42zM9 15v-3.17L12.17 15H9zm6-2.83V9h-3.17l-2-2H17v7.17l-2-2z"})
"Deselect"))
================================================
FILE: src/icons/reagent_mui/icons/deselect_outlined.cljs
================================================
(ns reagent-mui.icons.deselect-outlined
"Imports @mui/icons-material/DeselectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def deselect-outlined (create-svg-icon (e "path" #js {"d" "M3 13h2v-2H3v2zm4 8h2v-2H7v2zm6-18h-2v2h2V3zm6 0v2h2c0-1.1-.9-2-2-2zM5 21v-2H3c0 1.1.9 2 2 2zm-2-4h2v-2H3v2zm8 4h2v-2h-2v2zm8-8h2v-2h-2v2zm0-4h2V7h-2v2zm-4-4h2V3h-2v2zM7.83 5 7 4.17V3h2v2H7.83zm12 12-.83-.83V15h2v2h-1.17zm1.36 4.19L2.81 2.81 1.39 4.22 4.17 7H3v2h2V7.83l2 2V17h7.17l2 2H15v2h2v-1.17l2.78 2.78 1.41-1.42zM9 15v-3.17L12.17 15H9zm6-2.83V9h-3.17l-2-2H17v7.17l-2-2z"})
"DeselectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/deselect_rounded.cljs
================================================
(ns reagent-mui.icons.deselect-rounded
"Imports @mui/icons-material/DeselectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def deselect-rounded (create-svg-icon (e "path" #js {"d" "M3 13h2v-2H3v2zm4 8h2v-2H7v2zm6-18h-2v2h2V3zm6 0v2h2c0-1.1-.9-2-2-2zM5 21v-2H3c0 1.1.9 2 2 2zm-2-4h2v-2H3v2zm8 4h2v-2h-2v2zm8-8h2v-2h-2v2zm0-4h2V7h-2v2zm-4-4h2V3h-2v2zM7.83 5 7 4.17V3h2v2H7.83zm12 12-.83-.83V15h2v2h-1.17zM9 15v-3.17L12.17 15H9zM2.1 3.51c-.39.39-.39 1.02 0 1.41L4.17 7H3v2h2V7.83l2 2V16c0 .55.45 1 1 1h6.17l2 2H15v2h2v-1.17l2.07 2.07c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0zM17 8c0-.55-.45-1-1-1H9.83l2 2H15v3.17l2 2V8z"})
"DeselectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/deselect_sharp.cljs
================================================
(ns reagent-mui.icons.deselect-sharp
"Imports @mui/icons-material/DeselectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def deselect-sharp (create-svg-icon (e "path" #js {"d" "M3 13h2v-2H3v2zm4 8h2v-2H7v2zm6-18h-2v2h2V3zm6 0v2h2V3h-2zM5 21v-2H3v2h2zm-2-4h2v-2H3v2zm8 4h2v-2h-2v2zm8-8h2v-2h-2v2zm0-4h2V7h-2v2zm-4-4h2V3h-2v2zM7.83 5 7 4.17V3h2v2H7.83zm12 12-.83-.83V15h2v2h-1.17zm1.36 4.19L2.81 2.81 1.39 4.22 4.17 7H3v2h2V7.83l2 2V17h7.17l2 2H15v2h2v-1.17l2.78 2.78 1.41-1.42zM9 15v-3.17L12.17 15H9zm6-2.83V9h-3.17l-2-2H17v7.17l-2-2z"})
"DeselectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/deselect_two_tone.cljs
================================================
(ns reagent-mui.icons.deselect-two-tone
"Imports @mui/icons-material/DeselectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def deselect-two-tone (create-svg-icon (e "path" #js {"d" "M3 13h2v-2H3v2zm4 8h2v-2H7v2zm6-18h-2v2h2V3zm6 0v2h2c0-1.1-.9-2-2-2zM5 21v-2H3c0 1.1.9 2 2 2zm-2-4h2v-2H3v2zm8 4h2v-2h-2v2zm8-8h2v-2h-2v2zm0-4h2V7h-2v2zm-4-4h2V3h-2v2zM7.83 5 7 4.17V3h2v2H7.83zm12 12-.83-.83V15h2v2h-1.17zm1.36 4.19L2.81 2.81 1.39 4.22 4.17 7H3v2h2V7.83l2 2V17h7.17l2 2H15v2h2v-1.17l2.78 2.78 1.41-1.42zM9 15v-3.17L12.17 15H9zm6-2.83V9h-3.17l-2-2H17v7.17l-2-2z"})
"DeselectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/design_services.cljs
================================================
(ns reagent-mui.icons.design-services
"Imports @mui/icons-material/DesignServices as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def design-services (create-svg-icon (e "path" #js {"d" "m16.24 11.51 1.57-1.57-3.75-3.75-1.57 1.57-4.14-4.13c-.78-.78-2.05-.78-2.83 0l-1.9 1.9c-.78.78-.78 2.05 0 2.83l4.13 4.13L3 17.25V21h3.75l4.76-4.76 4.13 4.13c.95.95 2.23.6 2.83 0l1.9-1.9c.78-.78.78-2.05 0-2.83l-4.13-4.13zm-7.06-.44L5.04 6.94l1.89-1.9L8.2 6.31 7.02 7.5l1.41 1.41 1.19-1.19 1.45 1.45-1.89 1.9zm7.88 7.89-4.13-4.13 1.9-1.9 1.45 1.45-1.19 1.19 1.41 1.41 1.19-1.19 1.27 1.27-1.9 1.9zm3.65-11.92c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.47-.47-1.12-.29-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"})
"DesignServices"))
================================================
FILE: src/icons/reagent_mui/icons/design_services_outlined.cljs
================================================
(ns reagent-mui.icons.design-services-outlined
"Imports @mui/icons-material/DesignServicesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def design-services-outlined (create-svg-icon (e "path" #js {"d" "M20.97 7.27c.39-.39.39-1.02 0-1.41l-2.83-2.83a.9959.9959 0 0 0-1.41 0l-4.49 4.49-3.89-3.89c-.78-.78-2.05-.78-2.83 0l-1.9 1.9c-.78.78-.78 2.05 0 2.83l3.89 3.89L3 16.76V21h4.24l4.52-4.52 3.89 3.89c.95.95 2.23.6 2.83 0l1.9-1.9c.78-.78.78-2.05 0-2.83l-3.89-3.89 4.48-4.48zM5.04 6.94l1.89-1.9L8.2 6.31 7.02 7.5l1.41 1.41 1.19-1.19 1.2 1.2-1.9 1.9-3.88-3.88zm11.23 7.44-1.19 1.19 1.41 1.41 1.19-1.19 1.27 1.27-1.9 1.9-3.89-3.89 1.9-1.9 1.21 1.21zM6.41 19H5v-1.41l9.61-9.61 1.3 1.3.11.11L6.41 19zm9.61-12.44 1.41-1.41 1.41 1.41-1.41 1.41-1.41-1.41z"})
"DesignServicesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/design_services_rounded.cljs
================================================
(ns reagent-mui.icons.design-services-rounded
"Imports @mui/icons-material/DesignServicesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def design-services-rounded (create-svg-icon (e "path" #js {"d" "m16.24 11.51 1.57-1.57-3.75-3.75-1.57 1.57-4.14-4.13c-.78-.78-2.05-.78-2.83 0l-1.9 1.9c-.78.78-.78 2.05 0 2.83l4.13 4.13-4.6 4.61c-.1.1-.15.22-.15.36v3.04c0 .28.22.5.5.5h3.04c.13 0 .26-.05.35-.15l4.62-4.62 4.13 4.13c1.32 1.32 2.76.07 2.83 0l1.9-1.9c.78-.78.78-2.05 0-2.83l-4.13-4.12zm-7.06-.44L5.04 6.94l1.89-1.9L8.2 6.31l-.47.49c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l.48-.48 1.45 1.45-1.89 1.89zm7.88 7.89-4.13-4.13 1.9-1.9 1.45 1.45-.48.48c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l.48-.48 1.27 1.27-1.9 1.9zm3.65-11.92c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.47-.47-1.12-.29-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"})
"DesignServicesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/design_services_sharp.cljs
================================================
(ns reagent-mui.icons.design-services-sharp
"Imports @mui/icons-material/DesignServicesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def design-services-sharp (create-svg-icon (e "path" #js {"d" "m21.79 17.06-5.55-5.55 1.57-1.57-3.75-3.75-1.57 1.57-5.55-5.55-4.73 4.73 5.55 5.55L3 17.25V21h3.75l4.76-4.76 5.55 5.55 4.73-4.73zM9.18 11.07 5.04 6.94l1.9-1.9 1.27 1.27L7.02 7.5l1.41 1.41 1.19-1.19 1.45 1.45-1.89 1.9zm3.75 3.75 1.9-1.9 1.45 1.45-1.19 1.19 1.41 1.41 1.19-1.19 1.27 1.27-1.9 1.9-4.13-4.13zm2.2029-9.697 2.5385-2.5386 3.7477 3.7477-2.5386 2.5385z"})
"DesignServicesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/design_services_two_tone.cljs
================================================
(ns reagent-mui.icons.design-services-two-tone
"Imports @mui/icons-material/DesignServicesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def design-services-two-tone (create-svg-icon [(e "path" #js {"d" "m15.91 9.28-1.3-1.3L5 17.59V19h1.41l9.61-9.61zm-5.08-.35-1.2-1.2-1.19 1.19L7.02 7.5l1.19-1.18-1.27-1.28-1.9 1.9 3.89 3.89zm5.44 5.45-1.2-1.21-1.9 1.9 3.89 3.89 1.9-1.9-1.27-1.27-1.19 1.19-1.42-1.41zm-.2493-7.822 1.4142-1.4142 1.4142 1.4143-1.4142 1.4142z", "opacity" ".3"}) (e "path" #js {"d" "m20.97 5.86-2.83-2.83a.9959.9959 0 0 0-1.41 0l-4.49 4.49-3.89-3.89c-.78-.78-2.05-.78-2.83 0l-1.9 1.9c-.78.78-.78 2.05 0 2.83l3.89 3.89L3 16.76V21h4.24l4.52-4.52 3.89 3.89c.95.95 2.23.6 2.83 0l1.9-1.9c.78-.78.78-2.05 0-2.83l-3.89-3.89 4.49-4.49c.38-.38.38-1.01-.01-1.4zM5.04 6.94l1.89-1.9L8.2 6.31 7.02 7.5l1.41 1.41 1.19-1.19 1.2 1.2-1.9 1.9-3.88-3.88zM6.41 19H5v-1.41l9.61-9.61 1.3 1.3.11.11L6.41 19zm10.09-2.02 1.19-1.19 1.27 1.27-1.9 1.9-3.89-3.89 1.9-1.9 1.2 1.2-1.19 1.19 1.42 1.42zm.94-9-1.41-1.41 1.41-1.41 1.41 1.41-1.41 1.41z"})]
"DesignServicesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/desk.cljs
================================================
(ns reagent-mui.icons.desk
"Imports @mui/icons-material/Desk as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desk (create-svg-icon (e "path" #js {"d" "M2 6v12h2V8h10v10h2v-2h4v2h2V6H2zm18 2v2h-4V8h4zm-4 6v-2h4v2h-4z"})
"Desk"))
================================================
FILE: src/icons/reagent_mui/icons/desk_outlined.cljs
================================================
(ns reagent-mui.icons.desk-outlined
"Imports @mui/icons-material/DeskOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desk-outlined (create-svg-icon (e "path" #js {"d" "M2 6v12h2V8h10v10h2v-2h4v2h2V6H2zm18 2v2h-4V8h4zm-4 6v-2h4v2h-4z"})
"DeskOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/desk_rounded.cljs
================================================
(ns reagent-mui.icons.desk-rounded
"Imports @mui/icons-material/DeskRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desk-rounded (create-svg-icon (e "path" #js {"d" "M2 7v10c0 .55.45 1 1 1s1-.45 1-1V8h10v9c0 .55.45 1 1 1s1-.45 1-1v-1h4v1c0 .55.45 1 1 1s1-.45 1-1V7c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1zm18 1v2h-4V8h4zm-4 6v-2h4v2h-4z"})
"DeskRounded"))
================================================
FILE: src/icons/reagent_mui/icons/desk_sharp.cljs
================================================
(ns reagent-mui.icons.desk-sharp
"Imports @mui/icons-material/DeskSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desk-sharp (create-svg-icon (e "path" #js {"d" "M2 6v12h2V8h10v10h2v-2h4v2h2V6H2zm18 2v2h-4V8h4zm-4 6v-2h4v2h-4z"})
"DeskSharp"))
================================================
FILE: src/icons/reagent_mui/icons/desk_two_tone.cljs
================================================
(ns reagent-mui.icons.desk-two-tone
"Imports @mui/icons-material/DeskTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desk-two-tone (create-svg-icon [(e "path" #js {"d" "M16 8h4v2h-4zm0 4h4v2h-4z", "opacity" ".3"}) (e "path" #js {"d" "M2 6v12h2V8h10v10h2v-2h4v2h2V6H2zm18 8h-4v-2h4v2zm0-4h-4V8h4v2z"})]
"DeskTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/desktop_access_disabled.cljs
================================================
(ns reagent-mui.icons.desktop-access-disabled
"Imports @mui/icons-material/DesktopAccessDisabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desktop-access-disabled (create-svg-icon (e "path" #js {"d" "M23 16c0 1.1-.9 2-2 2h-1l-2-2h3V4H6L4 2h17c1.1 0 2 .9 2 2v12zm-5.5 2-2-2zm-2.6 0 6 6 1.3-1.3-4.7-4.7-2-2L1.2 1.8 0 3.1l1 1V16c0 1.1.9 2 2 2h7v2H8v2h8v-2h-2v-2h.9zM3 16V6.1l9.9 9.9H3z"})
"DesktopAccessDisabled"))
================================================
FILE: src/icons/reagent_mui/icons/desktop_access_disabled_outlined.cljs
================================================
(ns reagent-mui.icons.desktop-access-disabled-outlined
"Imports @mui/icons-material/DesktopAccessDisabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desktop-access-disabled-outlined (create-svg-icon (e "path" #js {"d" "M1.41 1.69 0 3.1l1 .99V16c0 1.1.89 2 1.99 2H10v2H8v2h8v-2h-2v-2h.9l6 6 1.41-1.41-20.9-20.9zM2.99 16V6.09L12.9 16H2.99zM4.55 2l2 2H21v12h-2.45l2 2h.44c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4.55z"})
"DesktopAccessDisabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/desktop_access_disabled_rounded.cljs
================================================
(ns reagent-mui.icons.desktop-access-disabled-rounded
"Imports @mui/icons-material/DesktopAccessDisabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desktop-access-disabled-rounded (create-svg-icon (e "path" #js {"d" "M.31 2c-.39.39-.39 1.02 0 1.41l.69.68V16c0 1.1.9 2 2 2h7v2H9c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1h-1v-2h.9l5.29 5.29c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L1.72 2A.9959.9959 0 0 0 .31 2zm2.68 13V6.09L12.9 16H3.99c-.55 0-1-.45-1-1zM4.55 2l2 2H20c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1h-1.45l2 2h.44c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4.55z"})
"DesktopAccessDisabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/desktop_access_disabled_sharp.cljs
================================================
(ns reagent-mui.icons.desktop-access-disabled-sharp
"Imports @mui/icons-material/DesktopAccessDisabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desktop-access-disabled-sharp (create-svg-icon (e "path" #js {"d" "M1.41 1.69 0 3.1l1 .99V18h9v2H8v2h8v-2h-2v-2h.9l6 6 1.41-1.41-20.9-20.9zM2.99 16V6.09L12.9 16H2.99zM4.55 2l2 2H21v12h-2.45l2 2h2.44V2z"})
"DesktopAccessDisabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/desktop_access_disabled_two_tone.cljs
================================================
(ns reagent-mui.icons.desktop-access-disabled-two-tone
"Imports @mui/icons-material/DesktopAccessDisabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desktop-access-disabled-two-tone (create-svg-icon [(e "path" #js {"d" "M1.41 1.69 0 3.1l1 .99V16c0 1.1.89 2 1.99 2H10v2H8v2h8v-2h-2v-2h.9l6 6 1.41-1.41-20.9-20.9zM2.99 16V6.09L12.9 16H2.99zM4.55 2l2 2H21v12h-2.45l2 2h.44c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4.55z"}) (e "path" #js {"d" "M2.99 6.09V16h9.91zM6.55 4l12 12H21V4z", "opacity" ".3"})]
"DesktopAccessDisabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/desktop_mac.cljs
================================================
(ns reagent-mui.icons.desktop-mac
"Imports @mui/icons-material/DesktopMac as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desktop-mac (create-svg-icon (e "path" #js {"d" "M20 3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h6l-2 2v1h8v-1l-2-2h6c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2"})
"DesktopMac"))
================================================
FILE: src/icons/reagent_mui/icons/desktop_mac_outlined.cljs
================================================
(ns reagent-mui.icons.desktop-mac-outlined
"Imports @mui/icons-material/DesktopMacOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desktop-mac-outlined (create-svg-icon (e "path" #js {"d" "M21 2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7l-2 3v1h8v-1l-2-3h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 12H3V4h18v10z"})
"DesktopMacOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/desktop_mac_rounded.cljs
================================================
(ns reagent-mui.icons.desktop-mac-rounded
"Imports @mui/icons-material/DesktopMacRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desktop-mac-rounded (create-svg-icon (e "path" #js {"d" "M21 2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7l-1.63 2.45c-.44.66.03 1.55.83 1.55h5.6c.8 0 1.28-.89.83-1.55L14 18h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 12H3V5c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v9z"})
"DesktopMacRounded"))
================================================
FILE: src/icons/reagent_mui/icons/desktop_mac_sharp.cljs
================================================
(ns reagent-mui.icons.desktop-mac-sharp
"Imports @mui/icons-material/DesktopMacSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desktop-mac-sharp (create-svg-icon (e "path" #js {"d" "M23 2H1v16h9l-2 3v1h8v-1l-2-3h9V2zm-2 12H3V4h18v10z"})
"DesktopMacSharp"))
================================================
FILE: src/icons/reagent_mui/icons/desktop_mac_two_tone.cljs
================================================
(ns reagent-mui.icons.desktop-mac-two-tone
"Imports @mui/icons-material/DesktopMacTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desktop-mac-two-tone (create-svg-icon [(e "path" #js {"d" "M3 4h18v10H3z", "opacity" ".3"}) (e "path" #js {"d" "M21 2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7l-2 3v1h8v-1l-2-3h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 12H3V4h18v10z"})]
"DesktopMacTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/desktop_windows.cljs
================================================
(ns reagent-mui.icons.desktop-windows
"Imports @mui/icons-material/DesktopWindows as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desktop-windows (create-svg-icon (e "path" #js {"d" "M20 3H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6v2H8v2h8v-2h-2v-2h6c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2"})
"DesktopWindows"))
================================================
FILE: src/icons/reagent_mui/icons/desktop_windows_outlined.cljs
================================================
(ns reagent-mui.icons.desktop-windows-outlined
"Imports @mui/icons-material/DesktopWindowsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desktop-windows-outlined (create-svg-icon (e "path" #js {"d" "M21 2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v2H8v2h8v-2h-2v-2h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H3V4h18v12z"})
"DesktopWindowsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/desktop_windows_rounded.cljs
================================================
(ns reagent-mui.icons.desktop-windows-rounded
"Imports @mui/icons-material/DesktopWindowsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desktop-windows-rounded (create-svg-icon (e "path" #js {"d" "M21 2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v2H9c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1h-1v-2h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 14H4c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1z"})
"DesktopWindowsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/desktop_windows_sharp.cljs
================================================
(ns reagent-mui.icons.desktop-windows-sharp
"Imports @mui/icons-material/DesktopWindowsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desktop-windows-sharp (create-svg-icon (e "path" #js {"d" "M23 2H1v16h9v2H8v2h8v-2h-2v-2h9V2zm-2 14H3V4h18v12z"})
"DesktopWindowsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/desktop_windows_two_tone.cljs
================================================
(ns reagent-mui.icons.desktop-windows-two-tone
"Imports @mui/icons-material/DesktopWindowsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def desktop-windows-two-tone (create-svg-icon [(e "path" #js {"d" "M3 4h18v12H3z", "opacity" ".3"}) (e "path" #js {"d" "M21 2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v2H8v2h8v-2h-2v-2h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H3V4h18v12z"})]
"DesktopWindowsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/details.cljs
================================================
(ns reagent-mui.icons.details
"Imports @mui/icons-material/Details as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def details (create-svg-icon (e "path" #js {"d" "M12 3 2 21h20L12 3zm1 5.92L18.6 19H13V8.92zm-2 0V19H5.4L11 8.92z"})
"Details"))
================================================
FILE: src/icons/reagent_mui/icons/details_outlined.cljs
================================================
(ns reagent-mui.icons.details-outlined
"Imports @mui/icons-material/DetailsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def details-outlined (create-svg-icon (e "path" #js {"d" "M12 3 2 21h20L12 3zm1 5.92L18.6 19H13V8.92zm-2 0V19H5.4L11 8.92z"})
"DetailsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/details_rounded.cljs
================================================
(ns reagent-mui.icons.details-rounded
"Imports @mui/icons-material/DetailsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def details-rounded (create-svg-icon (e "path" #js {"d" "m11.13 4.57-8.3 14.94c-.37.67.11 1.49.87 1.49h16.6c.76 0 1.24-.82.87-1.49l-8.3-14.94c-.38-.68-1.36-.68-1.74 0zM13 8.92 18.6 19H13V8.92zm-2 0V19H5.4L11 8.92z"})
"DetailsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/details_sharp.cljs
================================================
(ns reagent-mui.icons.details-sharp
"Imports @mui/icons-material/DetailsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def details-sharp (create-svg-icon (e "path" #js {"d" "M12 3 2 21h20L12 3zm1 5.92L18.6 19H13V8.92zm-2 0V19H5.4L11 8.92z"})
"DetailsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/details_two_tone.cljs
================================================
(ns reagent-mui.icons.details-two-tone
"Imports @mui/icons-material/DetailsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def details-two-tone (create-svg-icon [(e "path" #js {"d" "M13 8.92 18.6 19H13V8.92zm-2 0V19H5.4L11 8.92z", "opacity" ".3"}) (e "path" #js {"d" "M12 3 2 21h20L12 3zm1 5.92L18.6 19H13V8.92zm-2 0V19H5.4L11 8.92z"})]
"DetailsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/developer_board.cljs
================================================
(ns reagent-mui.icons.developer-board
"Imports @mui/icons-material/DeveloperBoard as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def developer-board (create-svg-icon (e "path" #js {"d" "M22 9V7h-2V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-2h2v-2h-2v-2h2v-2h-2V9h2zm-4 10H4V5h14v14zM6 13h5v4H6zm6-6h4v3h-4zM6 7h5v5H6zm6 4h4v6h-4z"})
"DeveloperBoard"))
================================================
FILE: src/icons/reagent_mui/icons/developer_board_off.cljs
================================================
(ns reagent-mui.icons.developer-board-off
"Imports @mui/icons-material/DeveloperBoardOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def developer-board-off (create-svg-icon (e "path" #js {"d" "M7.83 5H18v10.17L19.83 17H22v-2h-2v-2h2v-2h-2V9h2V7h-2V5c0-1.1-.9-2-2-2H5.83l2 2zM12 9.17V7h4v3h-3.17L12 9.17zM9.83 7H11v1.17L9.83 7zm4 4H16v2.17L13.83 11zM18 21c.06 0 .11 0 .16-.01l2.32 2.32 1.41-1.41L2.1 2.1.69 3.51l1.32 1.32C2 4.89 2 4.94 2 5v14c0 1.1.9 2 2 2h14zM4 19V6.83l2 2V12h3.17l1 1H6v4h5v-3.17l1 1V17h2.17l2 2H4z"})
"DeveloperBoardOff"))
================================================
FILE: src/icons/reagent_mui/icons/developer_board_off_outlined.cljs
================================================
(ns reagent-mui.icons.developer-board-off-outlined
"Imports @mui/icons-material/DeveloperBoardOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def developer-board-off-outlined (create-svg-icon (e "path" #js {"d" "M7.83 5H18v10.17L19.83 17H22v-2h-2v-2h2v-2h-2V9h2V7h-2V5c0-1.1-.9-2-2-2H5.83l2 2zM12 9.17V7h4v3h-3.17L12 9.17zM9.83 7H11v1.17L9.83 7zm4 4H16v2.17L13.83 11zM18 21c.06 0 .11 0 .16-.01l2.32 2.32 1.41-1.41L2.1 2.1.69 3.51l1.32 1.32C2 4.89 2 4.94 2 5v14c0 1.1.9 2 2 2h14zM4 19V6.83l2 2V12h3.17l1 1H6v4h5v-3.17l1 1V17h2.17l2 2H4z"})
"DeveloperBoardOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/developer_board_off_rounded.cljs
================================================
(ns reagent-mui.icons.developer-board-off-rounded
"Imports @mui/icons-material/DeveloperBoardOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def developer-board-off-rounded (create-svg-icon (e "path" #js {"d" "M7.83 5H18v10.17L19.83 17H21c.55 0 1-.45 1-1s-.45-1-1-1h-1v-2h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V9h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V5c0-1.1-.9-2-2-2H5.83l2 2zM15 10h-2c-.06 0-.13-.01-.19-.02l-.79-.79C12.01 9.13 12 9.06 12 9V8c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1zm-4-2v.17L9.83 7H10c.55 0 1 .45 1 1zm5 4v1.17L13.83 11H15c.55 0 1 .45 1 1zM1.39 2.81C1 3.2 1 3.83 1.39 4.22l.61.61V19c0 1.1.9 2 2 2h14c.06 0 .11 0 .16-.01l1.61 1.61c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L2.81 2.81c-.39-.39-1.03-.39-1.42 0zM4 19V6.83l2 2V11c0 .55.45 1 1 1h2.17l1.02 1.02c-.06-.01-.13-.02-.19-.02H7c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-2c0-.06-.01-.13-.02-.19L12 14.83V16c0 .55.45 1 1 1h1.18l2 2H4z"})
"DeveloperBoardOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/developer_board_off_sharp.cljs
================================================
(ns reagent-mui.icons.developer-board-off-sharp
"Imports @mui/icons-material/DeveloperBoardOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def developer-board-off-sharp (create-svg-icon (e "path" #js {"d" "M7.83 5H18v10.17L19.83 17H22v-2h-2v-2h2v-2h-2V9h2V7h-2V3H5.83l2 2zM12 9.17V7h4v3h-3.17L12 9.17zM9.83 7H11v1.17L9.83 7zm4 4H16v2.17L13.83 11zm4.34 10 2.31 2.31 1.41-1.41L2.1 2.1.69 3.51 2 4.83V21h16.17zM4 19V6.83l2 2V12h3.17l1 1H6v4h5v-3.17l1 1V17h2.17l2 2H4z"})
"DeveloperBoardOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/developer_board_off_two_tone.cljs
================================================
(ns reagent-mui.icons.developer-board-off-two-tone
"Imports @mui/icons-material/DeveloperBoardOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def developer-board-off-two-tone (create-svg-icon [(e "path" #js {"d" "M4 19V6.83l2 2V12h3.17l1 1H6v4h5v-3.17l1 1V17h2.17l2 2H4zm12-5.83V11h-2.17l-1-1H16V7h-4v2.17l-1-1V7H9.83l-2-2H18v10.17l-2-2z", "opacity" ".3"}) (e "path" #js {"d" "M7.83 5H18v10.17L19.83 17H22v-2h-2v-2h2v-2h-2V9h2V7h-2V5c0-1.1-.9-2-2-2H5.83l2 2zM12 9.17V7h4v3h-3.17L12 9.17zM9.83 7H11v1.17L9.83 7zm4 4H16v2.17L13.83 11zM18 21c.06 0 .11 0 .16-.01l2.32 2.32 1.41-1.41L2.1 2.1.69 3.51l1.32 1.32C2 4.89 2 4.94 2 5v14c0 1.1.9 2 2 2h14zM4 19V6.83l2 2V12h3.17l1 1H6v4h5v-3.17l1 1V17h2.17l2 2H4z"})]
"DeveloperBoardOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/developer_board_outlined.cljs
================================================
(ns reagent-mui.icons.developer-board-outlined
"Imports @mui/icons-material/DeveloperBoardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def developer-board-outlined (create-svg-icon (e "path" #js {"d" "M22 9V7h-2V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-2h2v-2h-2v-2h2v-2h-2V9h2zm-4 10H4V5h14v14zM6 13h5v4H6v-4zm6-6h4v3h-4V7zM6 7h5v5H6V7zm6 4h4v6h-4v-6z"})
"DeveloperBoardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/developer_board_rounded.cljs
================================================
(ns reagent-mui.icons.developer-board-rounded
"Imports @mui/icons-material/DeveloperBoardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def developer-board-rounded (create-svg-icon (e "path" #js {"d" "M22 8c0-.55-.45-1-1-1h-1V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-2h1c.55 0 1-.45 1-1s-.45-1-1-1h-1v-2h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V9h1c.55 0 1-.45 1-1zm-5 11H5c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zM6.5 13h4c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5zm6-6h3c.28 0 .5.22.5.5v2c0 .28-.22.5-.5.5h-3c-.28 0-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5zm-6 0h4c.28 0 .5.22.5.5v4c0 .28-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5v-4c0-.28.22-.5.5-.5zm6 4h3c.28 0 .5.22.5.5v5c0 .28-.22.5-.5.5h-3c-.28 0-.5-.22-.5-.5v-5c0-.28.22-.5.5-.5z"})
"DeveloperBoardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/developer_board_sharp.cljs
================================================
(ns reagent-mui.icons.developer-board-sharp
"Imports @mui/icons-material/DeveloperBoardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def developer-board-sharp (create-svg-icon (e "path" #js {"d" "M22 9V7h-2V3H2v18h18v-4h2v-2h-2v-2h2v-2h-2V9h2zm-4 10H4V5h14v14zM6 13h5v4H6v-4zm6-6h4v3h-4V7zM6 7h5v5H6V7zm6 4h4v6h-4v-6z"})
"DeveloperBoardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/developer_board_two_tone.cljs
================================================
(ns reagent-mui.icons.developer-board-two-tone
"Imports @mui/icons-material/DeveloperBoardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def developer-board-two-tone (create-svg-icon [(e "path" #js {"d" "M4 19h14V5H4v14zm8-12h4v3h-4V7zm0 4h4v6h-4v-6zM6 7h5v5H6V7zm0 6h5v4H6v-4z", "opacity" ".3"}) (e "path" #js {"d" "M6 13h5v4H6zm0-6h5v5H6zm6 0h4v3h-4zm0 4h4v6h-4zm10-2V7h-2V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-2h2v-2h-2v-2h2v-2h-2V9h2zm-4 10H4V5h14v14z"})]
"DeveloperBoardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/developer_mode.cljs
================================================
(ns reagent-mui.icons.developer-mode
"Imports @mui/icons-material/DeveloperMode as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def developer-mode (create-svg-icon (e "path" #js {"d" "M7 5h10v2h2V3c0-1.1-.9-1.99-2-1.99L7 1c-1.1 0-2 .9-2 2v4h2V5zm8.41 11.59L20 12l-4.59-4.59L14 8.83 17.17 12 14 15.17l1.41 1.42zM10 15.17 6.83 12 10 8.83 8.59 7.41 4 12l4.59 4.59L10 15.17zM17 19H7v-2H5v4c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v2z"})
"DeveloperMode"))
================================================
FILE: src/icons/reagent_mui/icons/developer_mode_outlined.cljs
================================================
(ns reagent-mui.icons.developer-mode-outlined
"Imports @mui/icons-material/DeveloperModeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def developer-mode-outlined (create-svg-icon (e "path" #js {"d" "M7 5h10v2h2V3c0-1.1-.9-1.99-2-1.99L7 1c-1.1 0-2 .9-2 2v4h2V5zm8.41 11.59L20 12l-4.59-4.59L14 8.83 17.17 12 14 15.17l1.41 1.42zM10 15.17 6.83 12 10 8.83 8.59 7.41 4 12l4.59 4.59L10 15.17zM17 19H7v-2H5v4c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v2z"})
"DeveloperModeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/developer_mode_rounded.cljs
================================================
(ns reagent-mui.icons.developer-mode-rounded
"Imports @mui/icons-material/DeveloperModeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def developer-mode-rounded (create-svg-icon (e "path" #js {"d" "M7 5h10v1c0 .55.45 1 1 1s1-.45 1-1V3c0-1.1-.9-1.99-2-1.99L7 1c-1.1 0-2 .9-2 2v3c0 .55.45 1 1 1s1-.45 1-1V5zm9.12 10.88 3.17-3.17c.39-.39.39-1.02 0-1.41l-3.17-3.17c-.39-.39-1.03-.39-1.42 0-.39.39-.39 1.02 0 1.41L17.17 12l-2.47 2.47c-.39.39-.39 1.02 0 1.41.39.39 1.03.39 1.42 0zm-6.83-1.42L6.83 12l2.46-2.46c.39-.39.39-1.02 0-1.41-.39-.39-1.03-.39-1.42 0L4.7 11.3c-.39.39-.39 1.02 0 1.41l3.17 3.17c.39.39 1.03.39 1.42 0 .4-.39.39-1.03 0-1.42zM17 19H7v-1c0-.55-.45-1-1-1s-1 .45-1 1v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v1z"})
"DeveloperModeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/developer_mode_sharp.cljs
================================================
(ns reagent-mui.icons.developer-mode-sharp
"Imports @mui/icons-material/DeveloperModeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def developer-mode-sharp (create-svg-icon (e "path" #js {"d" "M7 5h10v2h2V1.01L5 1v6h2V5zm8.41 11.59L20 12l-4.59-4.59L14 8.83 17.17 12 14 15.17l1.41 1.42zM10 15.17 6.83 12 10 8.83 8.59 7.41 4 12l4.59 4.59L10 15.17zM17 19H7v-2H5v6h14v-6h-2v2z"})
"DeveloperModeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/developer_mode_two_tone.cljs
================================================
(ns reagent-mui.icons.developer-mode-two-tone
"Imports @mui/icons-material/DeveloperModeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def developer-mode-two-tone (create-svg-icon (e "path" #js {"d" "M7 5h10v2h2V3c0-1.1-.9-1.99-2-1.99L7 1c-1.1 0-2 .9-2 2v4h2V5zm8.41 11.59L20 12l-4.59-4.59L14 8.83 17.17 12 14 15.17l1.41 1.42zM10 15.17 6.83 12 10 8.83 8.59 7.41 4 12l4.59 4.59L10 15.17zM17 19H7v-2H5v4c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v2z"})
"DeveloperModeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/device_hub.cljs
================================================
(ns reagent-mui.icons.device-hub
"Imports @mui/icons-material/DeviceHub as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def device-hub (create-svg-icon (e "path" #js {"d" "m17 16-4-4V8.82C14.16 8.4 15 7.3 15 6c0-1.66-1.34-3-3-3S9 4.34 9 6c0 1.3.84 2.4 2 2.82V12l-4 4H3v5h5v-3.05l4-4.2 4 4.2V21h5v-5h-4z"})
"DeviceHub"))
================================================
FILE: src/icons/reagent_mui/icons/device_hub_outlined.cljs
================================================
(ns reagent-mui.icons.device-hub-outlined
"Imports @mui/icons-material/DeviceHubOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def device-hub-outlined (create-svg-icon (e "path" #js {"d" "m17 16-4-4V8.82C14.16 8.4 15 7.3 15 6c0-1.66-1.34-3-3-3S9 4.34 9 6c0 1.3.84 2.4 2 2.82V12l-4 4H3v5h5v-3.05l4-4.2 4 4.2V21h5v-5h-4z"})
"DeviceHubOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/device_hub_rounded.cljs
================================================
(ns reagent-mui.icons.device-hub-rounded
"Imports @mui/icons-material/DeviceHubRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def device-hub-rounded (create-svg-icon (e "path" #js {"d" "m17 16-4-4V8.82c1.35-.49 2.26-1.89 1.93-3.46-.25-1.18-1.23-2.12-2.42-2.32C10.63 2.73 9 4.17 9 6c0 1.3.84 2.4 2 2.82V12l-4 4H4c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-2.05l4-4.2 4 4.2V20c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1h-3z"})
"DeviceHubRounded"))
================================================
FILE: src/icons/reagent_mui/icons/device_hub_sharp.cljs
================================================
(ns reagent-mui.icons.device-hub-sharp
"Imports @mui/icons-material/DeviceHubSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def device-hub-sharp (create-svg-icon (e "path" #js {"d" "m17 16-4-4V8.82C14.16 8.4 15 7.3 15 6c0-1.66-1.34-3-3-3S9 4.34 9 6c0 1.3.84 2.4 2 2.82V12l-4 4H3v5h5v-3.05l4-4.2 4 4.2V21h5v-5h-4z"})
"DeviceHubSharp"))
================================================
FILE: src/icons/reagent_mui/icons/device_hub_two_tone.cljs
================================================
(ns reagent-mui.icons.device-hub-two-tone
"Imports @mui/icons-material/DeviceHubTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def device-hub-two-tone (create-svg-icon (e "path" #js {"d" "m17 16-4-4V8.82C14.16 8.4 15 7.3 15 6c0-1.66-1.34-3-3-3S9 4.34 9 6c0 1.3.84 2.4 2 2.82V12l-4 4H3v5h5v-3.05l4-4.2 4 4.2V21h5v-5h-4z"})
"DeviceHubTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/device_thermostat.cljs
================================================
(ns reagent-mui.icons.device-thermostat
"Imports @mui/icons-material/DeviceThermostat as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def device-thermostat (create-svg-icon (e "path" #js {"d" "M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4zm-4-8c0-.55.45-1 1-1s1 .45 1 1h-1v1h1v2h-1v1h1v2h-2V5z"})
"DeviceThermostat"))
================================================
FILE: src/icons/reagent_mui/icons/device_thermostat_outlined.cljs
================================================
(ns reagent-mui.icons.device-thermostat-outlined
"Imports @mui/icons-material/DeviceThermostatOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def device-thermostat-outlined (create-svg-icon (e "path" #js {"d" "M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4zm-4-2V5c0-.55.45-1 1-1s1 .45 1 1v1h-1v1h1v2h-1v1h1v1h-2z"})
"DeviceThermostatOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/device_thermostat_rounded.cljs
================================================
(ns reagent-mui.icons.device-thermostat-rounded
"Imports @mui/icons-material/DeviceThermostatRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def device-thermostat-rounded (create-svg-icon (e "path" #js {"d" "M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4zm-4-2V5c0-.55.45-1 1-1s1 .45 1 1v1h-1v1h1v2h-1v1h1v1h-2z"})
"DeviceThermostatRounded"))
================================================
FILE: src/icons/reagent_mui/icons/device_thermostat_sharp.cljs
================================================
(ns reagent-mui.icons.device-thermostat-sharp
"Imports @mui/icons-material/DeviceThermostatSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def device-thermostat-sharp (create-svg-icon (e "path" #js {"d" "M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4zm-4-2V5c0-.55.45-1 1-1s1 .45 1 1v1h-1v1h1v2h-1v1h1v1h-2z"})
"DeviceThermostatSharp"))
================================================
FILE: src/icons/reagent_mui/icons/device_thermostat_two_tone.cljs
================================================
(ns reagent-mui.icons.device-thermostat-two-tone
"Imports @mui/icons-material/DeviceThermostatTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def device-thermostat-two-tone (create-svg-icon (e "path" #js {"d" "M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4zm-4-2V5c0-.55.45-1 1-1s1 .45 1 1v1h-1v1h1v2h-1v1h1v1h-2z"})
"DeviceThermostatTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/device_unknown.cljs
================================================
(ns reagent-mui.icons.device-unknown
"Imports @mui/icons-material/DeviceUnknown as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def device-unknown (create-svg-icon (e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 18H7V5h10v14zM12 6.72c-1.96 0-3.5 1.52-3.5 3.47h1.75c0-.93.82-1.75 1.75-1.75s1.75.82 1.75 1.75c0 1.75-2.63 1.57-2.63 4.45h1.76c0-1.96 2.62-2.19 2.62-4.45 0-1.96-1.54-3.47-3.5-3.47zm-.88 8.8h1.76v1.76h-1.76z"})
"DeviceUnknown"))
================================================
FILE: src/icons/reagent_mui/icons/device_unknown_outlined.cljs
================================================
(ns reagent-mui.icons.device-unknown-outlined
"Imports @mui/icons-material/DeviceUnknownOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def device-unknown-outlined (create-svg-icon (e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 18H7V5h10v14zM12 6.72c-1.96 0-3.5 1.52-3.5 3.47h1.75c0-.93.82-1.75 1.75-1.75s1.75.82 1.75 1.75c0 1.75-2.63 1.57-2.63 4.45h1.76c0-1.96 2.62-2.19 2.62-4.45 0-1.96-1.54-3.47-3.5-3.47zM11 16h2v2h-2v-2z"})
"DeviceUnknownOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/device_unknown_rounded.cljs
================================================
(ns reagent-mui.icons.device-unknown-rounded
"Imports @mui/icons-material/DeviceUnknownRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def device-unknown-rounded (create-svg-icon (e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 18H7V5h10v14zm-6-3h2v2h-2zm-1.48-5.81h.13c.33 0 .59-.23.7-.54.24-.69.91-1.21 1.66-1.21.93 0 1.75.82 1.75 1.75 0 1.32-1.49 1.55-2.23 2.82h-.01c-.08.14-.14.29-.2.45-.01.02-.02.03-.02.05-.01.02-.01.04-.01.05-.1.31-.16.66-.16 1.08h1.76c0-.25.04-.47.12-.67.54-1.47 2.77-1.86 2.48-4.18-.19-1.55-1.43-2.84-2.98-3.04-1.77-.23-3.29.78-3.81 2.3-.2.56.23 1.14.82 1.14z"})
"DeviceUnknownRounded"))
================================================
FILE: src/icons/reagent_mui/icons/device_unknown_sharp.cljs
================================================
(ns reagent-mui.icons.device-unknown-sharp
"Imports @mui/icons-material/DeviceUnknownSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def device-unknown-sharp (create-svg-icon (e "path" #js {"d" "M19 1H5v22h14V1zm-2 18H7V5h10v14zM12 6.72c-1.96 0-3.5 1.52-3.5 3.47h1.75c0-.93.82-1.75 1.75-1.75s1.75.82 1.75 1.75c0 1.75-2.63 1.57-2.63 4.45h1.76c0-1.96 2.62-2.19 2.62-4.45 0-1.96-1.54-3.47-3.5-3.47zM11 16h2v2h-2v-2z"})
"DeviceUnknownSharp"))
================================================
FILE: src/icons/reagent_mui/icons/device_unknown_two_tone.cljs
================================================
(ns reagent-mui.icons.device-unknown-two-tone
"Imports @mui/icons-material/DeviceUnknownTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def device-unknown-two-tone (create-svg-icon [(e "path" #js {"d" "M7 19h10V5H7v14zm6-1h-2v-2h2v2zM12 6.72c1.96 0 3.5 1.51 3.5 3.47 0 2.26-2.62 2.49-2.62 4.45h-1.76c0-2.88 2.63-2.7 2.63-4.45 0-.93-.82-1.75-1.75-1.75s-1.75.82-1.75 1.75H8.5c0-1.95 1.54-3.47 3.5-3.47z", "opacity" ".3"}) (e "path" #js {"d" "M11 16h2v2h-2zm6-15H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 18H7V5h10v14zM12 8.44c.93 0 1.75.82 1.75 1.75 0 1.75-2.63 1.57-2.63 4.45h1.76c0-1.96 2.62-2.19 2.62-4.45 0-1.96-1.54-3.47-3.5-3.47s-3.5 1.52-3.5 3.47h1.75c0-.93.82-1.75 1.75-1.75z"})]
"DeviceUnknownTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/devices.cljs
================================================
(ns reagent-mui.icons.devices
"Imports @mui/icons-material/Devices as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def devices (create-svg-icon (e "path" #js {"d" "M4 6h18V4H4c-1.1 0-2 .9-2 2v11H0v3h14v-3H4V6zm19 2h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 9h-4v-7h4v7z"})
"Devices"))
================================================
FILE: src/icons/reagent_mui/icons/devices_fold.cljs
================================================
(ns reagent-mui.icons.devices-fold
"Imports @mui/icons-material/DevicesFold as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def devices-fold (create-svg-icon (e "path" #js {"d" "M20 3h-3c0-1.43-1.47-2.4-2.79-1.84l-3 1.29C10.48 2.76 10 3.49 10 4.29V19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16h-5.33l1.12-.48c.73-.32 1.21-1.04 1.21-1.84V5h3v14zM2 3h2v2H2zm0 16h2v2H2zm0-4h2v2H2zm0-4h2v2H2zm0-4h2v2H2zm4-4h2v2H6zm0 16h2v2H6z"})
"DevicesFold"))
================================================
FILE: src/icons/reagent_mui/icons/devices_fold_outlined.cljs
================================================
(ns reagent-mui.icons.devices-fold-outlined
"Imports @mui/icons-material/DevicesFoldOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def devices-fold-outlined (create-svg-icon (e "path" #js {"d" "M20 3h-3c0-1.44-1.47-2.4-2.79-1.84l-3 1.29C10.48 2.76 10 3.49 10 4.29V19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 13.68-3 1.29V4.29L15 3v13.68zM20 19h-5.33l1.12-.48c.73-.32 1.21-1.04 1.21-1.84V5h3v14zM2 3h2v2H2zm0 16h2v2H2zm0-4h2v2H2zm0-4h2v2H2zm0-4h2v2H2zm4-4h2v2H6zm0 16h2v2H6z"})
"DevicesFoldOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/devices_fold_rounded.cljs
================================================
(ns reagent-mui.icons.devices-fold-rounded
"Imports @mui/icons-material/DevicesFoldRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def devices-fold-rounded (create-svg-icon (e "path" #js {"d" "M20 3h-3c0-1.43-1.47-2.4-2.79-1.84l-3 1.29C10.48 2.76 10 3.49 10 4.29V19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16h-5.33l1.12-.48c.73-.32 1.21-1.04 1.21-1.84V5h3v14zM2 3h2v2H2zm0 16h2v2H2zm0-4h2v2H2zm0-4h2v2H2zm0-4h2v2H2zm4-4h2v2H6zm0 16h2v2H6z"})
"DevicesFoldRounded"))
================================================
FILE: src/icons/reagent_mui/icons/devices_fold_sharp.cljs
================================================
(ns reagent-mui.icons.devices-fold-sharp
"Imports @mui/icons-material/DevicesFoldSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def devices-fold-sharp (create-svg-icon (e "path" #js {"d" "M17 3V-.03l-7 3V21h12V3h-5zm3 16h-5.33L17 18V5h3v14zM2 3h2v2H2zm0 16h2v2H2zm0-4h2v2H2zm0-4h2v2H2zm0-4h2v2H2zm4-4h2v2H6zm0 16h2v2H6z"})
"DevicesFoldSharp"))
================================================
FILE: src/icons/reagent_mui/icons/devices_fold_two_tone.cljs
================================================
(ns reagent-mui.icons.devices-fold-two-tone
"Imports @mui/icons-material/DevicesFoldTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def devices-fold-two-tone (create-svg-icon [(e "path" #js {"d" "m15 3-3 1.29v13.68l3-1.29z", "opacity" ".3"}) (e "path" #js {"d" "M20 3h-3c0-1.44-1.47-2.4-2.79-1.84l-3 1.29C10.48 2.76 10 3.49 10 4.29V19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 1.29L15 3v13.68l-3 1.29V4.29zM20 19h-5.33l1.12-.48c.73-.32 1.21-1.04 1.21-1.84V5h3v14zM2 3h2v2H2zm0 16h2v2H2zm0-4h2v2H2zm0-4h2v2H2zm0-4h2v2H2zm4-4h2v2H6zm0 16h2v2H6z"})]
"DevicesFoldTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/devices_other.cljs
================================================
(ns reagent-mui.icons.devices-other
"Imports @mui/icons-material/DevicesOther as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def devices-other (create-svg-icon (e "path" #js {"d" "M3 6h18V4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3V6zm10 6H9v1.78c-.61.55-1 1.33-1 2.22s.39 1.67 1 2.22V20h4v-1.78c.61-.55 1-1.34 1-2.22s-.39-1.67-1-2.22V12zm-2 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM22 8h-6c-.5 0-1 .5-1 1v10c0 .5.5 1 1 1h6c.5 0 1-.5 1-1V9c0-.5-.5-1-1-1zm-1 10h-4v-8h4v8z"})
"DevicesOther"))
================================================
FILE: src/icons/reagent_mui/icons/devices_other_outlined.cljs
================================================
(ns reagent-mui.icons.devices-other-outlined
"Imports @mui/icons-material/DevicesOtherOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def devices-other-outlined (create-svg-icon (e "path" #js {"d" "M3 6h18V4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3V6zm10 6H9v1.78c-.61.55-1 1.33-1 2.22 0 .89.39 1.67 1 2.22V20h4v-1.78c.61-.55 1-1.34 1-2.22s-.39-1.67-1-2.22V12zm-2 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM22 8h-6c-.5 0-1 .5-1 1v10c0 .5.5 1 1 1h6c.5 0 1-.5 1-1V9c0-.5-.5-1-1-1zm-1 10h-4v-8h4v8z"})
"DevicesOtherOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/devices_other_rounded.cljs
================================================
(ns reagent-mui.icons.devices-other-rounded
"Imports @mui/icons-material/DevicesOtherRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def devices-other-rounded (create-svg-icon (e "path" #js {"d" "M3 7c0-.55.45-1 1-1h16c.55 0 1-.45 1-1s-.45-1-1-1H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h3c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1-.45-1-1V7zm9 5h-2c-.55 0-1 .45-1 1v.78c-.61.55-1 1.33-1 2.22 0 .89.39 1.67 1 2.22V19c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-.78c.61-.55 1-1.34 1-2.22s-.39-1.67-1-2.22V13c0-.55-.45-1-1-1zm-1 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM22 8h-6c-.5 0-1 .5-1 1v10c0 .5.5 1 1 1h6c.5 0 1-.5 1-1V9c0-.5-.5-1-1-1zm-1 10h-4v-8h4v8z"})
"DevicesOtherRounded"))
================================================
FILE: src/icons/reagent_mui/icons/devices_other_sharp.cljs
================================================
(ns reagent-mui.icons.devices-other-sharp
"Imports @mui/icons-material/DevicesOtherSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def devices-other-sharp (create-svg-icon (e "path" #js {"d" "M3 6h18V4H1v16h6v-2H3V6zm10 6H9v1.78c-.61.55-1 1.33-1 2.22 0 .89.39 1.67 1 2.22V20h4v-1.78c.61-.55 1-1.34 1-2.22s-.39-1.67-1-2.22V12zm-2 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM23 8h-8v12h8V8zm-2 10h-4v-8h4v8z"})
"DevicesOtherSharp"))
================================================
FILE: src/icons/reagent_mui/icons/devices_other_two_tone.cljs
================================================
(ns reagent-mui.icons.devices-other-two-tone
"Imports @mui/icons-material/DevicesOtherTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def devices-other-two-tone (create-svg-icon [(e "path" #js {"d" "M17 10h4v8h-4z", "opacity" ".3"}) (e "circle" #js {"cx" "11", "cy" "16", "r" "1.5", "opacity" ".3"}) (e "path" #js {"d" "M3 6h18V4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3V6zm19 2h-6c-.5 0-1 .5-1 1v10c0 .5.5 1 1 1h6c.5 0 1-.5 1-1V9c0-.5-.5-1-1-1zm-1 10h-4v-8h4v8zm-8-6H9v1.78c-.61.55-1 1.33-1 2.22s.39 1.67 1 2.22V20h4v-1.78c.61-.55 1-1.34 1-2.22s-.39-1.67-1-2.22V12zm-2 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})]
"DevicesOtherTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/devices_outlined.cljs
================================================
(ns reagent-mui.icons.devices-outlined
"Imports @mui/icons-material/DevicesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def devices-outlined (create-svg-icon (e "path" #js {"d" "M4 6h18V4H4c-1.1 0-2 .9-2 2v11H0v3h14v-3H4V6zm19 2h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 9h-4v-7h4v7z"})
"DevicesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/devices_rounded.cljs
================================================
(ns reagent-mui.icons.devices-rounded
"Imports @mui/icons-material/DevicesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def devices-rounded (create-svg-icon (e "path" #js {"d" "M4 7c0-.55.45-1 1-1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-1.1 0-2 .9-2 2v11h-.5c-.83 0-1.5.67-1.5 1.5S.67 20 1.5 20H14v-3H4V7zm19 1h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 9h-4v-7h4v7z"})
"DevicesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/devices_sharp.cljs
================================================
(ns reagent-mui.icons.devices-sharp
"Imports @mui/icons-material/DevicesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def devices-sharp (create-svg-icon (e "path" #js {"d" "M4 6h18V4H2v13H0v3h14v-3H4V6zm20 2h-8v12h8V8zm-2 9h-4v-7h4v7z"})
"DevicesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/devices_two_tone.cljs
================================================
(ns reagent-mui.icons.devices-two-tone
"Imports @mui/icons-material/DevicesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def devices-two-tone (create-svg-icon [(e "path" #js {"d" "M18 10h4v7h-4z", "opacity" ".3"}) (e "path" #js {"d" "M23 8h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 9h-4v-7h4v7zM4 6h18V4H4c-1.1 0-2 .9-2 2v11H0v3h14v-3H4V6z"})]
"DevicesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dialer_sip.cljs
================================================
(ns reagent-mui.icons.dialer-sip
"Imports @mui/icons-material/DialerSip as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dialer-sip (create-svg-icon (e "path" #js {"d" "M17 3h-1v5h1V3zm-2 2h-2V4h2V3h-3v3h2v1h-2v1h3V5zm3-2v5h1V6h2V3h-3zm2 2h-1V4h1v1zm0 10.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.01.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.27-.26.35-.65.24-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z"})
"DialerSip"))
================================================
FILE: src/icons/reagent_mui/icons/dialer_sip_outlined.cljs
================================================
(ns reagent-mui.icons.dialer-sip-outlined
"Imports @mui/icons-material/DialerSipOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dialer-sip-outlined (create-svg-icon (e "path" #js {"d" "M16 3h1v5h-1zm-1 2h-2V4h2V3h-3v3h2v1h-2v1h3zm3-2v5h1V6h2V3h-3zm2 2h-1V4h1v1zm0 10.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.7.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.27-.26.35-.65.24-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.46 2.59L5.79 8.8c-.41-1.21-.67-2.48-.76-3.8zM19 18.97c-1.32-.09-2.59-.35-3.8-.75l1.2-1.2c.85.24 1.71.39 2.59.45v1.5z"})
"DialerSipOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dialer_sip_rounded.cljs
================================================
(ns reagent-mui.icons.dialer-sip-rounded
"Imports @mui/icons-material/DialerSipRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dialer-sip-rounded (create-svg-icon (e "path" #js {"d" "M16.5 8c.28 0 .5-.22.5-.5v-4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v4c0 .28.22.5.5.5zm-4-1c-.28 0-.5.22-.5.5s.22.5.5.5h1.95c.3 0 .55-.25.55-.55v-1.9c0-.3-.25-.55-.55-.55H13V4h1.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1.95c-.3 0-.55.25-.55.55v1.89c0 .31.25.56.55.56H14v1h-1.5zm7.95-4h-1.89c-.31 0-.56.25-.56.55V7.5c0 .28.22.5.5.5s.5-.22.5-.5V6h1.45c.3 0 .55-.25.55-.55v-1.9c0-.3-.25-.55-.55-.55zM20 5h-1V4h1v1zm-.79 10.27-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.04.57-1.64l-.29-2.52c-.11-1.01-.97-1.78-1.98-1.78H5.02c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1-.76-1.86-1.77-1.97z"})
"DialerSipRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dialer_sip_sharp.cljs
================================================
(ns reagent-mui.icons.dialer-sip-sharp
"Imports @mui/icons-material/DialerSipSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dialer-sip-sharp (create-svg-icon (e "path" #js {"d" "M16 3h1v5h-1zm-1 2h-2V4h2V3h-3v3h2v1h-2v1h3zm3-2v5h1V6h2V3h-3zm2 2h-1V4h1v1zm1 10.46-5.27-.61-2.52 2.52c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51z"})
"DialerSipSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dialer_sip_two_tone.cljs
================================================
(ns reagent-mui.icons.dialer-sip-two-tone
"Imports @mui/icons-material/DialerSipTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dialer-sip-two-tone (create-svg-icon [(e "path" #js {"d" "M15.2 18.21c1.2.41 2.48.67 3.8.75v-1.5c-.88-.06-1.75-.22-2.59-.45l-1.21 1.2zM6.54 5h-1.5c.09 1.32.35 2.59.75 3.79l1.2-1.21c-.24-.83-.39-1.7-.45-2.58z", "opacity" ".3"}) (e "path" #js {"d" "M16 3h1v5h-1zm-4 4v1h3V5h-2V4h2V3h-3v3h2v1zm9-4h-3v5h1V6h2V3zm-1 2h-1V4h1v1zm1 11.5c0-.55-.45-1-1-1-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.7.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.27-.26.35-.65.24-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5zM5.03 5h1.5c.07.88.22 1.75.46 2.59L5.79 8.8c-.41-1.21-.67-2.48-.76-3.8zM19 18.97c-1.32-.09-2.59-.35-3.8-.75l1.2-1.2c.85.24 1.71.39 2.59.45v1.5z"})]
"DialerSipTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dialpad.cljs
================================================
(ns reagent-mui.icons.dialpad
"Imports @mui/icons-material/Dialpad as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dialpad (create-svg-icon (e "path" #js {"d" "M12 19c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12-8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-6 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"Dialpad"))
================================================
FILE: src/icons/reagent_mui/icons/dialpad_outlined.cljs
================================================
(ns reagent-mui.icons.dialpad-outlined
"Imports @mui/icons-material/DialpadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dialpad-outlined (create-svg-icon (e "path" #js {"d" "M12 19c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12-8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-6 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"DialpadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dialpad_rounded.cljs
================================================
(ns reagent-mui.icons.dialpad-rounded
"Imports @mui/icons-material/DialpadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dialpad-rounded (create-svg-icon (e "path" #js {"d" "M12 19c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12-8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-6 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"DialpadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dialpad_sharp.cljs
================================================
(ns reagent-mui.icons.dialpad-sharp
"Imports @mui/icons-material/DialpadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dialpad-sharp (create-svg-icon (e "path" #js {"d" "M12 19c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12-8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-6 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"DialpadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dialpad_two_tone.cljs
================================================
(ns reagent-mui.icons.dialpad-two-tone
"Imports @mui/icons-material/DialpadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dialpad-two-tone (create-svg-icon (e "path" #js {"d" "M18 7c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm2 8c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-8 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM6 5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm12-4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0-6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0-6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0-6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})
"DialpadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/diamond.cljs
================================================
(ns reagent-mui.icons.diamond
"Imports @mui/icons-material/Diamond as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diamond (create-svg-icon (e "path" #js {"d" "M12.16 3h-.32L9.21 8.25h5.58zm4.3 5.25h5.16L19 3h-5.16zm4.92 1.5h-8.63V20.1zM11.25 20.1V9.75H2.62zM7.54 8.25 10.16 3H5L2.38 8.25z"})
"Diamond"))
================================================
FILE: src/icons/reagent_mui/icons/diamond_outlined.cljs
================================================
(ns reagent-mui.icons.diamond-outlined
"Imports @mui/icons-material/DiamondOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diamond-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5L2 9l10 12L22 9l-3-6zM9.62 8l1.5-3h1.76l1.5 3H9.62zM11 10v6.68L5.44 10H11zm2 0h5.56L13 16.68V10zm6.26-2h-2.65l-1.5-3h2.65l1.5 3zM6.24 5h2.65l-1.5 3H4.74l1.5-3z"})
"DiamondOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/diamond_rounded.cljs
================================================
(ns reagent-mui.icons.diamond-rounded
"Imports @mui/icons-material/DiamondRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diamond-rounded (create-svg-icon (e "path" #js {"d" "M12.16 3h-.32L9.21 8.25h5.58zm4.3 5.25h5.16l-2.07-4.14C19.21 3.43 18.52 3 17.76 3h-3.93l2.63 5.25zm4.92 1.5h-8.63V20.1zM11.25 20.1V9.75H2.62zM7.54 8.25 10.16 3H6.24c-.76 0-1.45.43-1.79 1.11L2.38 8.25h5.16z"})
"DiamondRounded"))
================================================
FILE: src/icons/reagent_mui/icons/diamond_sharp.cljs
================================================
(ns reagent-mui.icons.diamond-sharp
"Imports @mui/icons-material/DiamondSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diamond-sharp (create-svg-icon (e "path" #js {"d" "M12.16 3h-.32L9.21 8.25h5.58zm4.3 5.25h5.16L19 3h-5.16zm4.92 1.5h-8.63V20.1zM11.25 20.1V9.75H2.62zM7.54 8.25 10.16 3H5L2.38 8.25z"})
"DiamondSharp"))
================================================
FILE: src/icons/reagent_mui/icons/diamond_two_tone.cljs
================================================
(ns reagent-mui.icons.diamond-two-tone
"Imports @mui/icons-material/DiamondTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diamond-two-tone (create-svg-icon [(e "path" #js {"d" "M8.88 5H6.24l-1.5 3h2.64zm10.38 3-1.5-3h-2.64l1.5 3zM11 16.68V10H5.44zm2 0L18.56 10H13zM12.88 5h-1.76l-1.5 3h4.76z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5L2 9l10 12L22 9l-3-6zm-1.24 2 1.5 3h-2.65l-1.5-3h2.65zM6.24 5h2.65l-1.5 3H4.74l1.5-3zM11 16.68 5.44 10H11v6.68zM9.62 8l1.5-3h1.76l1.5 3H9.62zM13 16.68V10h5.56L13 16.68z"})]
"DiamondTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/difference.cljs
================================================
(ns reagent-mui.icons.difference
"Imports @mui/icons-material/Difference as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def difference (create-svg-icon (e "path" #js {"d" "M18 23H4c-1.1 0-2-.9-2-2V7h2v14h14v2zM15 1H8c-1.1 0-1.99.9-1.99 2L6 17c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V7l-6-6zm1.5 14h-6v-2h6v2zm0-6h-2v2h-2V9h-2V7h2V5h2v2h2v2z"})
"Difference"))
================================================
FILE: src/icons/reagent_mui/icons/difference_outlined.cljs
================================================
(ns reagent-mui.icons.difference-outlined
"Imports @mui/icons-material/DifferenceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def difference-outlined (create-svg-icon (e "path" #js {"d" "M18 23H4c-1.1 0-2-.9-2-2V7h2v14h14v2zM14.5 7V5h-2v2h-2v2h2v2h2V9h2V7h-2zm2 6h-6v2h6v-2zM15 1H8c-1.1 0-1.99.9-1.99 2L6 17c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V7l-6-6zm4 16H8V3h6.17L19 7.83V17z"})
"DifferenceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/difference_rounded.cljs
================================================
(ns reagent-mui.icons.difference-rounded
"Imports @mui/icons-material/DifferenceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def difference-rounded (create-svg-icon (e "path" #js {"d" "M3 7c.55 0 1 .45 1 1v13h13c.55 0 1 .45 1 1s-.45 1-1 1H4c-1.1 0-2-.9-2-2V8c0-.55.45-1 1-1zm12.59-5.41c-.38-.38-.89-.59-1.42-.59H8c-1.1 0-1.99.9-1.99 2L6 17c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V7.83c0-.53-.21-1.04-.59-1.41l-4.82-4.83zM15.5 15h-4c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1zm0-6h-1v1c0 .55-.45 1-1 1s-1-.45-1-1V9h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V6c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1s-.45 1-1 1z"})
"DifferenceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/difference_sharp.cljs
================================================
(ns reagent-mui.icons.difference-sharp
"Imports @mui/icons-material/DifferenceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def difference-sharp (create-svg-icon (e "path" #js {"d" "M18 23H2V7h2v14h14v2zM15 1H6.01L6 19h15V7l-6-6zm1.5 14h-6v-2h6v2zm0-6h-2v2h-2V9h-2V7h2V5h2v2h2v2z"})
"DifferenceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/difference_two_tone.cljs
================================================
(ns reagent-mui.icons.difference-two-tone
"Imports @mui/icons-material/DifferenceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def difference-two-tone (create-svg-icon [(e "path" #js {"d" "M14.17 3H8v14h11V7.83L14.17 3zm2.33 12h-6v-2h6v2zm0-6h-2v2h-2V9h-2V7h2V5h2v2h2v2z", "opacity" ".3"}) (e "path" #js {"d" "M18 23H4c-1.1 0-2-.9-2-2V7h2v14h14v2zM14.5 7V5h-2v2h-2v2h2v2h2V9h2V7h-2zm2 6h-6v2h6v-2zM15 1H8c-1.1 0-1.99.9-1.99 2L6 17c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V7l-6-6zm4 16H8V3h6.17L19 7.83V17z"})]
"DifferenceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dining.cljs
================================================
(ns reagent-mui.icons.dining
"Imports @mui/icons-material/Dining as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dining (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-9 8.3c0 .93-.64 1.71-1.5 1.93V19H8v-6.77c-.86-.22-1.5-1-1.5-1.93V6.5c0-.28.22-.5.5-.5s.5.22.5.5V9h.75V6.5c0-.28.22-.5.5-.5s.5.22.5.5V9H10V6.5c0-.28.23-.5.5-.5.28 0 .5.22.5.5v3.8zm4.58 2.29-.08.03V19H14v-6.38l-.08-.04c-.97-.47-1.67-1.7-1.67-3.18 0-1.88 1.13-3.4 2.5-3.4 1.38 0 2.5 1.53 2.5 3.41 0 1.48-.7 2.71-1.67 3.18z"})
"Dining"))
================================================
FILE: src/icons/reagent_mui/icons/dining_outlined.cljs
================================================
(ns reagent-mui.icons.dining-outlined
"Imports @mui/icons-material/DiningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dining-outlined (create-svg-icon (e "path" #js {"d" "M14.75 6c-1.37 0-2.5 1.52-2.5 3.4 0 1.48.7 2.71 1.67 3.18l.08.04V19h1.5v-6.38l.08-.03c.97-.47 1.67-1.7 1.67-3.18 0-1.88-1.12-3.41-2.5-3.41M10.5 6c-.27 0-.5.22-.5.5V9h-.75V6.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5V9H7.5V6.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v3.8c0 .93.64 1.71 1.5 1.93V19h1.5v-6.77c.86-.22 1.5-1 1.5-1.93V6.5c0-.28-.22-.5-.5-.5zM20 4H4v16h16V4m0-2c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h16z"})
"DiningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dining_rounded.cljs
================================================
(ns reagent-mui.icons.dining-rounded
"Imports @mui/icons-material/DiningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dining-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-9 8.3c0 .93-.64 1.71-1.5 1.93v6.02c0 .41-.34.75-.75.75S8 18.66 8 18.25v-6.02c-.86-.22-1.5-1-1.5-1.93V6.5c0-.28.22-.5.5-.5s.5.22.5.5V9h.75V6.5c0-.28.22-.5.5-.5s.5.22.5.5V9H10V6.5c0-.28.23-.5.5-.5.28 0 .5.22.5.5v3.8zm4.58 2.29-.08.03v5.63c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5.63l-.08-.04c-.97-.47-1.67-1.7-1.67-3.18 0-1.88 1.13-3.4 2.5-3.4 1.38 0 2.5 1.53 2.5 3.41 0 1.48-.7 2.71-1.67 3.18z"})
"DiningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dining_sharp.cljs
================================================
(ns reagent-mui.icons.dining-sharp
"Imports @mui/icons-material/DiningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dining-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v20h20V2zm-11 8.3c0 .93-.64 1.71-1.5 1.93V19H8v-6.77c-.86-.22-1.5-1-1.5-1.93V6h1v3h.75V6h1v3H10V6h1v4.3zm4.58 2.29-.08.03V19H14v-6.38l-.08-.04c-.97-.47-1.67-1.7-1.67-3.18 0-1.88 1.13-3.4 2.5-3.4 1.38 0 2.5 1.53 2.5 3.41 0 1.48-.7 2.71-1.67 3.18z"})
"DiningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dining_two_tone.cljs
================================================
(ns reagent-mui.icons.dining-two-tone
"Imports @mui/icons-material/DiningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dining-two-tone (create-svg-icon [(e "path" #js {"d" "M4 20h16V4H4v16zM14.75 6c1.38 0 2.5 1.53 2.5 3.41 0 1.48-.7 2.71-1.67 3.18l-.08.03V19H14v-6.38l-.08-.04c-.97-.47-1.67-1.7-1.67-3.18 0-1.88 1.13-3.4 2.5-3.4zm-8.25.5c0-.28.22-.5.5-.5s.5.22.5.5V9h.75V6.5c0-.28.22-.5.5-.5s.5.22.5.5V9H10V6.5c0-.28.23-.5.5-.5.28 0 .5.22.5.5v3.8c0 .93-.64 1.71-1.5 1.93V19H8v-6.77c-.86-.22-1.5-1-1.5-1.93V6.5z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h16v16z"}) (e "path" #js {"d" "M8 12.23V19h1.5v-6.77c.86-.22 1.5-1 1.5-1.93V6.5c0-.28-.22-.5-.5-.5-.27 0-.5.22-.5.5V9h-.75V6.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5V9H7.5V6.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v3.8c0 .93.64 1.71 1.5 1.93zm5.92.35.08.04V19h1.5v-6.38l.08-.03c.97-.47 1.67-1.7 1.67-3.18 0-1.88-1.12-3.41-2.5-3.41-1.37 0-2.5 1.52-2.5 3.4 0 1.48.7 2.71 1.67 3.18z"})]
"DiningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dinner_dining.cljs
================================================
(ns reagent-mui.icons.dinner-dining
"Imports @mui/icons-material/DinnerDining as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dinner-dining (create-svg-icon (e "path" #js {"d" "M2 19h20l-2 2H4l-2-2zM5 6h1v1H5V6zm0-2h1v1H5V4zm4 0v1H7V4h2zm0 3H7V6h2v1zm-3 8.23c-.36.11-.69.28-1 .47V8h1v7.23zm-2 1.29c-.38.44-.68.93-.84 1.48h16.82c.01-.16.03-.33.03-.5 0-3.04-2.46-5.5-5.5-5.5-2.29 0-4.25 1.4-5.08 3.4-.59-.25-1.24-.4-1.93-.4-.17 0-.33.02-.5.04V8h2c1.03.06 1.9-.96 2-2h10V5H11c-.1-1.05-.97-1.97-2-2H3v1h1v1H3v1h1v1H3v1h1v8.52z"})
"DinnerDining"))
================================================
FILE: src/icons/reagent_mui/icons/dinner_dining_outlined.cljs
================================================
(ns reagent-mui.icons.dinner-dining-outlined
"Imports @mui/icons-material/DinnerDiningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dinner-dining-outlined (create-svg-icon (e "path" #js {"d" "m2 19 2 2h16l2-2zm1-1h16.97c.29-3.26-2.28-6-5.48-6-2.35 0-4.35 1.48-5.14 3.55-.41-.23-.87-.38-1.35-.47V9h1.75C10.99 9 12 7.99 12 6.75h9v-1.5h-9C12 4.01 10.99 3 9.75 3H3v1.5h1v.75H3v1.5h1v.75H3V9h1v7.39c-.44.46-.78 1-1 1.61zm11.5-4c.99 0 1.91.4 2.58 1.14.24.26.44.55.58.86h-6.32c.58-1.21 1.81-2 3.16-2zM8 4.5h2v.75H8V4.5zm0 2.25h2v.75H8v-.75zM5.5 4.5h1v.75h-1V4.5zm0 2.25h1v.75h-1v-.75zM5.5 9h1v6.06c-.35.06-.68.17-1 .3V9z"})
"DinnerDiningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dinner_dining_rounded.cljs
================================================
(ns reagent-mui.icons.dinner-dining-rounded
"Imports @mui/icons-material/DinnerDiningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dinner-dining-rounded (create-svg-icon (e "path" #js {"d" "m2.85 19.85 1 1c.1.1.22.15.36.15H19.8c.13 0 .26-.05.35-.15l1-1c.31-.31.09-.85-.35-.85H3.21c-.45 0-.67.54-.36.85zM3 18h16.97c.29-3.26-2.28-6-5.48-6-2.35 0-4.35 1.48-5.14 3.55-.41-.23-.87-.38-1.35-.47V9h1.75C10.99 9 12 7.99 12 6.75h8.25c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H12C12 4.01 10.99 3 9.75 3h-6c-.41 0-.75.34-.75.75s.34.75.75.75H4v.75h-.25c-.41 0-.75.34-.75.75s.34.75.75.75H4v.75h-.25c-.41 0-.75.34-.75.75s.34.75.75.75H4v7.39c-.44.46-.78 1-1 1.61zM8 4.5h2v.75H8V4.5zm0 2.25h2v.75H8v-.75zM5.5 4.5h1v.75h-1V4.5zm0 2.25h1v.75h-1v-.75zM5.5 9h1v6.06c-.35.06-.68.17-1 .3V9z"})
"DinnerDiningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dinner_dining_sharp.cljs
================================================
(ns reagent-mui.icons.dinner-dining-sharp
"Imports @mui/icons-material/DinnerDiningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dinner-dining-sharp (create-svg-icon (e "path" #js {"d" "m2 19 2 2h16l2-2zm1-1h16.97c.29-3.26-2.28-6-5.48-6-2.35 0-4.35 1.48-5.14 3.55-.41-.23-.87-.38-1.35-.47V9h4V6.75h9v-1.5h-9V3H3v1.5h1v.75H3v1.5h1v.75H3V9h1v7.39c-.44.46-.78 1-1 1.61zM8 7.5v-.75h2v.75H8zm2-2.25H8V4.5h2v.75zM5.5 4.5h1v.75h-1V4.5zm0 2.25h1v.75h-1v-.75zM6.5 9v6.06c-.35.06-.68.17-1 .3V9h1z"})
"DinnerDiningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dinner_dining_two_tone.cljs
================================================
(ns reagent-mui.icons.dinner-dining-two-tone
"Imports @mui/icons-material/DinnerDiningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dinner-dining-two-tone (create-svg-icon [(e "path" #js {"d" "M17.08 15.14C16.41 14.4 15.49 14 14.5 14c-1.35 0-2.58.79-3.16 2h6.32c-.14-.31-.34-.6-.58-.86z", "opacity" ".3"}) (e "path" #js {"d" "m2 19 2 2h16l2-2zm1-1h16.97c.29-3.26-2.28-6-5.48-6-2.35 0-4.35 1.48-5.14 3.55-.41-.23-.87-.38-1.35-.47V9h1.75C10.99 9 12 7.99 12 6.75h9v-1.5h-9C12 4.01 10.99 3 9.75 3H3v1.5h1v.75H3v1.5h1v.75H3V9h1v7.39c-.44.46-.78 1-1 1.61zm11.5-4c.99 0 1.91.4 2.58 1.14.24.26.44.55.58.86h-6.32c.58-1.21 1.81-2 3.16-2zM8 4.5h2v.75H8V4.5zm0 2.25h2v.75H8v-.75zM5.5 4.5h1v.75h-1V4.5zm0 2.25h1v.75h-1v-.75zM5.5 9h1v6.06c-.35.06-.68.17-1 .3V9z"})]
"DinnerDiningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions.cljs
================================================
(ns reagent-mui.icons.directions
"Imports @mui/icons-material/Directions as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions (create-svg-icon (e "path" #js {"d" "m21.41 10.59-7.99-8c-.78-.78-2.05-.78-2.83 0l-8.01 8c-.78.78-.78 2.05 0 2.83l8.01 8c.78.78 2.05.78 2.83 0l7.99-8c.79-.79.79-2.05 0-2.83zM13.5 14.5V12H10v3H8v-4c0-.55.45-1 1-1h4.5V7.5L17 11l-3.5 3.5z"})
"Directions"))
================================================
FILE: src/icons/reagent_mui/icons/directions_bike.cljs
================================================
(ns reagent-mui.icons.directions-bike
"Imports @mui/icons-material/DirectionsBike as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-bike (create-svg-icon (e "path" #js {"d" "M15.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5zm5.8-10 2.4-2.4.8.8c1.3 1.3 3 2.1 5.1 2.1V9c-1.5 0-2.7-.6-3.6-1.5l-1.9-1.9c-.5-.4-1-.6-1.6-.6s-1.1.2-1.4.6L7.8 8.4c-.4.4-.6.9-.6 1.4 0 .6.2 1.1.6 1.4L11 14v5h2v-6.2l-2.2-2.3zM19 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5z"})
"DirectionsBike"))
================================================
FILE: src/icons/reagent_mui/icons/directions_bike_outlined.cljs
================================================
(ns reagent-mui.icons.directions-bike-outlined
"Imports @mui/icons-material/DirectionsBikeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-bike-outlined (create-svg-icon (e "path" #js {"d" "M15.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5zm5.8-10 2.4-2.4.8.8c1.3 1.3 3 2.1 5.1 2.1V9c-1.5 0-2.7-.6-3.6-1.5l-1.9-1.9c-.5-.4-1-.6-1.6-.6s-1.1.2-1.4.6L7.8 8.4c-.4.4-.6.9-.6 1.4 0 .6.2 1.1.6 1.4L11 14v5h2v-6.2l-2.2-2.3zM19 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5z"})
"DirectionsBikeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_bike_rounded.cljs
================================================
(ns reagent-mui.icons.directions-bike-rounded
"Imports @mui/icons-material/DirectionsBikeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-bike-rounded (create-svg-icon (e "path" #js {"d" "M15.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5zm5.8-10 2.4-2.4.8.8c1.06 1.06 2.38 1.78 3.96 2.02.6.09 1.14-.39 1.14-1 0-.49-.37-.91-.85-.99-1.11-.18-2.02-.71-2.75-1.43l-1.9-1.9c-.5-.4-1-.6-1.6-.6s-1.1.2-1.4.6L7.8 8.4c-.4.4-.6.9-.6 1.4 0 .6.2 1.1.6 1.4L11 14v4c0 .55.45 1 1 1s1-.45 1-1v-4.4c0-.52-.2-1.01-.55-1.38L10.8 10.5zM19 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5z"})
"DirectionsBikeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_bike_sharp.cljs
================================================
(ns reagent-mui.icons.directions-bike-sharp
"Imports @mui/icons-material/DirectionsBikeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-bike-sharp (create-svg-icon (e "path" #js {"d" "M15.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5zm5.8-10 2.4-2.4.8.8c1.3 1.3 3 2.1 5.1 2.1V9c-1.5 0-2.7-.6-3.6-1.5l-1.9-1.9c-.5-.4-1-.6-1.6-.6s-1.1.2-1.4.6L6.31 9.9 11 14v5h2v-6.2l-2.2-2.3zM19 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5z"})
"DirectionsBikeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_bike_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-bike-two-tone
"Imports @mui/icons-material/DirectionsBikeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-bike-two-tone (create-svg-icon (e "path" #js {"d" "M15.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5 22c2.8 0 5-2.2 5-5s-2.2-5-5-5-5 2.2-5 5 2.2 5 5 5zm0-8.5c1.9 0 3.5 1.6 3.5 3.5S6.9 20.5 5 20.5 1.5 18.9 1.5 17s1.6-3.5 3.5-3.5zm2.8-2.3L11 14v5h2v-6.2l-2.2-2.3 2.4-2.4.8.8c1.3 1.3 3 2.1 5.1 2.1V9c-1.5 0-2.7-.6-3.6-1.5l-1.9-1.9c-.5-.4-1-.6-1.6-.6s-1.1.2-1.4.6L7.8 8.4c-.4.4-.6.9-.6 1.4 0 .6.2 1.1.6 1.4zM19 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5z"})
"DirectionsBikeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_boat.cljs
================================================
(ns reagent-mui.icons.directions-boat
"Imports @mui/icons-material/DirectionsBoat as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-boat (create-svg-icon (e "path" #js {"d" "M20 21c-1.39 0-2.78-.47-4-1.32-2.44 1.71-5.56 1.71-8 0C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99 2.52 1.29 5.48 1.29 8 0 1.26.65 2.62.99 4 .99h2v-2h-2zM3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.89-6.68c.08-.26.06-.54-.06-.78s-.34-.42-.6-.5L20 10.62V6c0-1.1-.9-2-2-2h-3V1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.26.08-.48.26-.6.5s-.15.52-.06.78L3.95 19zM6 6h12v3.97L12 8 6 9.97V6z"})
"DirectionsBoat"))
================================================
FILE: src/icons/reagent_mui/icons/directions_boat_filled.cljs
================================================
(ns reagent-mui.icons.directions-boat-filled
"Imports @mui/icons-material/DirectionsBoatFilled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-boat-filled (create-svg-icon (e "path" #js {"d" "M20 21c-1.39 0-2.78-.47-4-1.32-2.44 1.71-5.56 1.71-8 0C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99 2.52 1.29 5.48 1.29 8 0 1.26.65 2.62.99 4 .99h2v-2h-2zM3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.9-6.68c.11-.37.04-1.06-.66-1.28L20 10.62V6c0-1.1-.9-2-2-2h-3V1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.63.19-.81.84-.66 1.28L3.95 19zM6 6h12v3.97L12 8 6 9.97V6z"})
"DirectionsBoatFilled"))
================================================
FILE: src/icons/reagent_mui/icons/directions_boat_filled_outlined.cljs
================================================
(ns reagent-mui.icons.directions-boat-filled-outlined
"Imports @mui/icons-material/DirectionsBoatFilledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-boat-filled-outlined (create-svg-icon (e "path" #js {"d" "m19.77 12.66-1.12 3.97c-.78-.43-1.07-.86-2.65-2.67-1.6 1.82-2.43 3.04-4 3.04-1.53 0-2.34-1.15-4-3.04-1.6 1.82-1.87 2.21-2.65 2.65l-1.13-3.96L12 10.11l7.77 2.55zM15 1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.63.19-.81.84-.66 1.28L3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.91-6.68c.11-.37.04-1.06-.66-1.28l-1.3-.42V6c0-1.1-.9-2-2-2h-3V1zM6 9.97V6h12v3.97L12 8 6 9.97zm10 9.71c-1.22.85-2.61 1.28-4 1.28s-2.78-.43-4-1.28C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99 1.26.64 2.63.97 4 .97s2.74-.32 4-.97c1.26.65 2.62.99 4 .99h2v-2h-2c-1.39 0-2.78-.47-4-1.32z"})
"DirectionsBoatFilledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_boat_filled_rounded.cljs
================================================
(ns reagent-mui.icons.directions-boat-filled-rounded
"Imports @mui/icons-material/DirectionsBoatFilledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-boat-filled-rounded (create-svg-icon (e "path" #js {"d" "M20 21c-1.19 0-2.38-.35-3.47-.98-.33-.19-.73-.19-1.07 0-2.17 1.26-4.76 1.26-6.93 0-.33-.19-.73-.19-1.07 0-1.08.63-2.27.98-3.46.98H3c-.55 0-1 .45-1 1s.45 1 1 1h1c1.38 0 2.74-.35 4-.99 2.52 1.29 5.48 1.29 8 0 1.26.65 2.62.99 4 .99h1c.55 0 1-.45 1-1s-.45-1-1-1h-1zM3.95 19H4c1.27 0 2.42-.55 3.33-1.33.39-.34.95-.34 1.34 0C9.58 18.45 10.73 19 12 19s2.42-.55 3.33-1.33c.39-.34.95-.34 1.34 0 .91.78 2.06 1.33 3.33 1.33h.05l1.9-6.68c.11-.37.04-1.06-.66-1.28L20 10.62V6c0-1.1-.9-2-2-2h-3V2c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v2H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.63.19-.81.84-.66 1.28L3.95 19zM6 6h12v3.97L12.62 8.2c-.41-.13-.84-.13-1.25 0L6 9.97V6z"})
"DirectionsBoatFilledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_boat_filled_sharp.cljs
================================================
(ns reagent-mui.icons.directions-boat-filled-sharp
"Imports @mui/icons-material/DirectionsBoatFilledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-boat-filled-sharp (create-svg-icon (e "path" #js {"d" "M20 21c-1.39 0-2.78-.47-4-1.32-2.44 1.71-5.56 1.71-8 0C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99 2.52 1.29 5.48 1.29 8 0 1.26.65 2.62.99 4 .99h2v-2h-2zM3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l2.18-7.65-2.23-.73V4h-5V1H9v3H4v6.62l-2.23.73L3.95 19zM6 6h12v3.97L12 8 6 9.97V6z"})
"DirectionsBoatFilledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_boat_filled_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-boat-filled-two-tone
"Imports @mui/icons-material/DirectionsBoatFilledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-boat-filled-two-tone (create-svg-icon [(e "path" #js {"d" "m19.77 12.66-1.12 3.97c-.78-.43-1.07-.86-2.65-2.67-1.6 1.82-2.43 3.04-4 3.04-1.53 0-2.34-1.15-4-3.04-1.6 1.82-1.87 2.21-2.65 2.65l-1.13-3.96L12 10.11l7.77 2.55z", "opacity" ".3"}) (e "path" #js {"d" "m19.77 12.66-1.12 3.97c-.78-.43-1.07-.86-2.65-2.67-1.6 1.82-2.43 3.04-4 3.04-1.53 0-2.34-1.15-4-3.04-1.6 1.82-1.87 2.21-2.65 2.65l-1.13-3.96L12 10.11l7.77 2.55zM15 1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.63.19-.81.84-.66 1.28L3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.91-6.68c.11-.37.04-1.06-.66-1.28l-1.3-.42V6c0-1.1-.9-2-2-2h-3V1zM6 9.97V6h12v3.97L12 8 6 9.97zm10 9.71c-1.22.85-2.61 1.28-4 1.28s-2.78-.43-4-1.28C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99 1.26.64 2.63.97 4 .97s2.74-.32 4-.97c1.26.65 2.62.99 4 .99h2v-2h-2c-1.39 0-2.78-.47-4-1.32z"})]
"DirectionsBoatFilledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_boat_outlined.cljs
================================================
(ns reagent-mui.icons.directions-boat-outlined
"Imports @mui/icons-material/DirectionsBoatOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-boat-outlined (create-svg-icon (e "path" #js {"d" "M13 3v1h-2V3h2m-1 7.11 5.38 1.77 2.39.78-1.12 3.97c-.54-.3-.94-.71-1.14-.94L16 13.96l-1.51 1.72c-.34.4-1.28 1.32-2.49 1.32s-2.15-.92-2.49-1.32L8 13.96l-1.51 1.72c-.2.23-.6.63-1.14.93l-1.13-3.96 2.4-.79L12 10.11M15 1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.26.08-.48.26-.6.5s-.15.52-.06.78L3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.89-6.68c.08-.26.06-.54-.06-.78s-.34-.42-.6-.5L20 10.62V6c0-1.1-.9-2-2-2h-3V1zM6 9.97V6h12v3.97L12 8 6 9.97zm10 9.71c-1.22.85-2.61 1.28-4 1.28s-2.78-.43-4-1.28C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99 1.26.64 2.63.97 4 .97s2.74-.32 4-.97c1.26.65 2.62.99 4 .99h2v-2h-2c-1.39 0-2.78-.47-4-1.32z"})
"DirectionsBoatOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_boat_rounded.cljs
================================================
(ns reagent-mui.icons.directions-boat-rounded
"Imports @mui/icons-material/DirectionsBoatRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-boat-rounded (create-svg-icon (e "path" #js {"d" "M20 21c-1.19 0-2.38-.35-3.47-.98-.33-.19-.73-.19-1.07 0-2.17 1.26-4.76 1.26-6.93 0-.33-.19-.73-.19-1.07 0-1.08.63-2.27.98-3.46.98H3c-.55 0-1 .45-1 1s.45 1 1 1h1c1.38 0 2.74-.35 4-.99 2.52 1.29 5.48 1.29 8 0 1.26.65 2.62.99 4 .99h1c.55 0 1-.45 1-1s-.45-1-1-1h-1zM3.95 19H4c1.27 0 2.42-.55 3.33-1.33.39-.34.95-.34 1.34 0C9.58 18.45 10.73 19 12 19s2.42-.55 3.33-1.33c.39-.34.95-.34 1.34 0 .91.78 2.06 1.33 3.33 1.33h.05l1.9-6.68c.11-.37.04-1.06-.66-1.28L20 10.62V6c0-1.1-.9-2-2-2h-3V2c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v2H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.63.19-.81.84-.66 1.28L3.95 19zM6 6h12v3.97L12.62 8.2c-.41-.13-.84-.13-1.25 0L6 9.97V6z"})
"DirectionsBoatRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_boat_sharp.cljs
================================================
(ns reagent-mui.icons.directions-boat-sharp
"Imports @mui/icons-material/DirectionsBoatSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-boat-sharp (create-svg-icon (e "path" #js {"d" "M20 21c-1.39 0-2.78-.47-4-1.32-2.44 1.71-5.56 1.71-8 0C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99 2.52 1.29 5.48 1.29 8 0 1.26.65 2.62.99 4 .99h2v-2h-2zM3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l2.18-7.65-2.23-.73V4h-5V1H9v3H4v6.62l-2.23.73L3.95 19zM6 6h12v3.97L12 8 6 9.97V6z"})
"DirectionsBoatSharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_boat_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-boat-two-tone
"Imports @mui/icons-material/DirectionsBoatTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-boat-two-tone (create-svg-icon [(e "path" #js {"d" "M6.49 15.68 8 13.96l1.51 1.72c.34.4 1.28 1.32 2.49 1.32 1.21 0 2.15-.92 2.49-1.32L16 13.96l1.51 1.72c.2.23.6.64 1.14.94l1.12-3.97-2.39-.78L12 10.11l-5.38 1.77-2.4.79 1.13 3.96c.55-.31.94-.72 1.14-.95zM11 3h2v1h-2z", "opacity" ".3"}) (e "path" #js {"d" "M3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.89-6.68c.08-.26.06-.54-.06-.78s-.34-.42-.6-.5L20 10.62V6c0-1.1-.9-2-2-2h-3V1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.26.08-.48.26-.6.5s-.15.52-.06.78L3.95 19zM11 3h2v1h-2V3zM6 6h12v3.97L12 8 6 9.97V6zm.62 5.87L12 10.11l5.38 1.77 2.39.78-1.12 3.97c-.54-.3-.94-.71-1.14-.94L16 13.96l-1.51 1.72c-.34.4-1.28 1.32-2.49 1.32-1.21 0-2.15-.92-2.49-1.32L8 13.96l-1.51 1.72c-.2.23-.6.63-1.14.93l-1.13-3.96 2.4-.78zM8 22.01c1.26.64 2.63.97 4 .97s2.74-.32 4-.97c1.26.65 2.62.99 4 .99h2v-2h-2c-1.39 0-2.78-.47-4-1.32-1.22.85-2.61 1.28-4 1.28s-2.78-.43-4-1.28C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99z"})]
"DirectionsBoatTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_bus.cljs
================================================
(ns reagent-mui.icons.directions-bus
"Imports @mui/icons-material/DirectionsBus as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-bus (create-svg-icon (e "path" #js {"d" "M4 16c0 .88.39 1.67 1 2.22V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.78c.61-.55 1-1.34 1-2.22V6c0-3.5-3.58-4-8-4s-8 .5-8 4v10zm3.5 1c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-6H6V6h12v5z"})
"DirectionsBus"))
================================================
FILE: src/icons/reagent_mui/icons/directions_bus_filled.cljs
================================================
(ns reagent-mui.icons.directions-bus-filled
"Imports @mui/icons-material/DirectionsBusFilled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-bus-filled (create-svg-icon (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5c0 .95.38 1.81 1 2.44V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-2.06c.62-.63 1-1.49 1-2.44V6c0-3.5-3.58-4-8-4zM8.5 16c-.83 0-1.5-.67-1.5-1.5S7.67 13 8.5 13s1.5.67 1.5 1.5S9.33 16 8.5 16zm7 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2.5-6H6V7h12v3z"})
"DirectionsBusFilled"))
================================================
FILE: src/icons/reagent_mui/icons/directions_bus_filled_outlined.cljs
================================================
(ns reagent-mui.icons.directions-bus-filled-outlined
"Imports @mui/icons-material/DirectionsBusFilledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-bus-filled-outlined (create-svg-icon [(e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5c0 .95.38 1.81 1 2.44V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-2.06c.62-.63 1-1.49 1-2.44V6c0-3.5-3.58-4-8-4zm0 2c3.71 0 5.13.46 5.67 1H6.43c.6-.52 2.05-1 5.57-1zm6 11c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2v-3h12v3zm0-5H6V7h12v3z"}) (e "circle" #js {"cx" "8.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"})]
"DirectionsBusFilledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_bus_filled_rounded.cljs
================================================
(ns reagent-mui.icons.directions-bus-filled-rounded
"Imports @mui/icons-material/DirectionsBusFilledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-bus-filled-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5c0 .95.38 1.81 1 2.44v1.56c0 .83.67 1.5 1.5 1.5S8 20.33 8 19.5V19h8v.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5v-1.56c.62-.63 1-1.49 1-2.44V6c0-3.5-3.58-4-8-4zM8.5 16c-.83 0-1.5-.67-1.5-1.5S7.67 13 8.5 13s1.5.67 1.5 1.5S9.33 16 8.5 16zm7 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2.5-6H6V7h12v3z"})
"DirectionsBusFilledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_bus_filled_sharp.cljs
================================================
(ns reagent-mui.icons.directions-bus-filled-sharp
"Imports @mui/icons-material/DirectionsBusFilledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-bus-filled-sharp (create-svg-icon (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5c0 .95.38 1.81 1 2.44V21h3v-2h8v2h3v-3.06c.62-.63 1-1.49 1-2.44V6c0-3.5-3.58-4-8-4zM8.5 16c-.83 0-1.5-.67-1.5-1.5S7.67 13 8.5 13s1.5.67 1.5 1.5S9.33 16 8.5 16zm7 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2.5-6H6V7h12v3z"})
"DirectionsBusFilledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_bus_filled_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-bus-filled-two-tone
"Imports @mui/icons-material/DirectionsBusFilledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-bus-filled-two-tone (create-svg-icon [(e "path" #js {"d" "M6 15c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-3H6v3zm9.5-2c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 16 8.5 16 7 15.33 7 14.5 7.67 13 8.5 13zM12 4c-3.52 0-4.97.48-5.57 1h11.24c-.54-.54-1.96-1-5.67-1z", "opacity" ".3"}) (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5c0 .95.38 1.81 1 2.44V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-2.06c.62-.63 1-1.49 1-2.44V6c0-3.5-3.58-4-8-4zm0 2c3.71 0 5.13.46 5.67 1H6.43c.6-.52 2.05-1 5.57-1zm6 11c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2v-3h12v3zm0-5H6V7h12v3z"}) (e "circle" #js {"cx" "8.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"})]
"DirectionsBusFilledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_bus_outlined.cljs
================================================
(ns reagent-mui.icons.directions-bus-outlined
"Imports @mui/icons-material/DirectionsBusOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-bus-outlined (create-svg-icon [(e "path" #js {"d" "M12 2c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.78c.61-.55 1-1.34 1-2.22V6c0-3.5-3.58-4-8-4zm5.66 2.99H6.34C6.89 4.46 8.31 4 12 4s5.11.46 5.66.99zm.34 2V10H6V6.99h12zm-.34 9.74-.29.27H6.63l-.29-.27C6.21 16.62 6 16.37 6 16v-4h12v4c0 .37-.21.62-.34.73z"}) (e "circle" #js {"cx" "8.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"})]
"DirectionsBusOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_bus_rounded.cljs
================================================
(ns reagent-mui.icons.directions-bus-rounded
"Imports @mui/icons-material/DirectionsBusRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-bus-rounded (create-svg-icon (e "path" #js {"d" "M4 16c0 .88.39 1.67 1 2.22v1.28c0 .83.67 1.5 1.5 1.5S8 20.33 8 19.5V19h8v.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5v-1.28c.61-.55 1-1.34 1-2.22V6c0-3.5-3.58-4-8-4s-8 .5-8 4v10zm3.5 1c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-6H6V6h12v5z"})
"DirectionsBusRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_bus_sharp.cljs
================================================
(ns reagent-mui.icons.directions-bus-sharp
"Imports @mui/icons-material/DirectionsBusSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-bus-sharp (create-svg-icon (e "path" #js {"d" "M4 16c0 .88.39 1.67 1 2.22V21h3v-2h8v2h3v-2.78c.61-.55 1-1.34 1-2.22V6c0-3.5-3.58-4-8-4s-8 .5-8 4v10zm3.5 1c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-6H6V6h12v5z"})
"DirectionsBusSharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_bus_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-bus-two-tone
"Imports @mui/icons-material/DirectionsBusTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-bus-two-tone (create-svg-icon [(e "path" #js {"d" "m17.37 17 .29-.27c.13-.11.34-.36.34-.73v-4H6v4c0 .37.21.62.34.73l.29.27h10.74zM8.5 16c-.83 0-1.5-.67-1.5-1.5S7.67 13 8.5 13s1.5.67 1.5 1.5S9.33 16 8.5 16zm5.5-1.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zM12 4c-3.69 0-5.11.46-5.66.99h11.31C17.11 4.46 15.69 4 12 4z", "opacity" ".3"}) (e "path" #js {"d" "M17 21h1c.55 0 1-.45 1-1v-1.78c.61-.55 1-1.34 1-2.22V6c0-3.5-3.58-4-8-4s-8 .5-8 4v10c0 .88.39 1.67 1 2.22V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1zM12 4c3.69 0 5.11.46 5.66.99H6.34C6.89 4.46 8.31 4 12 4zM6 6.99h12V10H6V6.99zM8 17H6.63l-.29-.27C6.21 16.62 6 16.37 6 16v-4h12v4c0 .37-.21.62-.34.73l-.29.27H8z"}) (e "circle" #js {"cx" "8.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"})]
"DirectionsBusTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_car.cljs
================================================
(ns reagent-mui.icons.directions-car
"Imports @mui/icons-material/DirectionsCar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-car (create-svg-icon (e "path" #js {"d" "M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z"})
"DirectionsCar"))
================================================
FILE: src/icons/reagent_mui/icons/directions_car_filled.cljs
================================================
(ns reagent-mui.icons.directions-car-filled
"Imports @mui/icons-material/DirectionsCarFilled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-car-filled (create-svg-icon (e "path" #js {"d" "M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM7.5 16c-.83 0-1.5-.67-1.5-1.5S6.67 13 7.5 13s1.5.67 1.5 1.5S8.33 16 7.5 16zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5.81 10l1.04-3h10.29l1.04 3H5.81z"})
"DirectionsCarFilled"))
================================================
FILE: src/icons/reagent_mui/icons/directions_car_filled_outlined.cljs
================================================
(ns reagent-mui.icons.directions-car-filled-outlined
"Imports @mui/icons-material/DirectionsCarFilledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-car-filled-outlined (create-svg-icon [(e "path" #js {"d" "M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 7h10.29l1.04 3H5.81l1.04-3zM19 17H5v-5h14v5z"}) (e "circle" #js {"cx" "7.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "14.5", "r" "1.5"})]
"DirectionsCarFilledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_car_filled_rounded.cljs
================================================
(ns reagent-mui.icons.directions-car-filled-rounded
"Imports @mui/icons-material/DirectionsCarFilledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-car-filled-rounded (create-svg-icon (e "path" #js {"d" "M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v7.5c0 .83.67 1.5 1.5 1.5S6 20.33 6 19.5V19h12v.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5V12l-2.08-5.99zM7.5 16c-.83 0-1.5-.67-1.5-1.5S6.67 13 7.5 13s1.5.67 1.5 1.5S8.33 16 7.5 16zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5.81 10l1.04-3h10.29l1.04 3H5.81z"})
"DirectionsCarFilledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_car_filled_sharp.cljs
================================================
(ns reagent-mui.icons.directions-car-filled-sharp
"Imports @mui/icons-material/DirectionsCarFilledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-car-filled-sharp (create-svg-icon (e "path" #js {"d" "M18.57 5H5.43L3 12v9h3v-2h12v2h3v-9l-2.43-7zM7.5 16c-.83 0-1.5-.67-1.5-1.5S6.67 13 7.5 13s1.5.67 1.5 1.5S8.33 16 7.5 16zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5.81 10l1.04-3h10.29l1.04 3H5.81z"})
"DirectionsCarFilledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_car_filled_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-car-filled-two-tone
"Imports @mui/icons-material/DirectionsCarFilledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-car-filled-two-tone (create-svg-icon [(e "path" #js {"d" "M5 17h14v-5H5v5zm11.5-4c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-9 0c.83 0 1.5.67 1.5 1.5S8.33 16 7.5 16 6 15.33 6 14.5 6.67 13 7.5 13z", "opacity" ".3"}) (e "path" #js {"d" "M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 7h10.29l1.04 3H5.81l1.04-3zM19 17H5v-5h14v5z"}) (e "circle" #js {"cx" "7.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "14.5", "r" "1.5"})]
"DirectionsCarFilledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_car_outlined.cljs
================================================
(ns reagent-mui.icons.directions-car-outlined
"Imports @mui/icons-material/DirectionsCarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-car-outlined (create-svg-icon [(e "path" #js {"d" "M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 7h10.29l1.08 3.11H5.77L6.85 7zM19 17H5v-5h14v5z"}) (e "circle" #js {"cx" "7.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "14.5", "r" "1.5"})]
"DirectionsCarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_car_rounded.cljs
================================================
(ns reagent-mui.icons.directions-car-rounded
"Imports @mui/icons-material/DirectionsCarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-car-rounded (create-svg-icon (e "path" #js {"d" "M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01l-1.97 5.67c-.07.21-.11.43-.11.66v7.16c0 .83.67 1.5 1.5 1.5S6 20.33 6 19.5V19h12v.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5v-7.16c0-.22-.04-.45-.11-.66l-1.97-5.67zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.27-3.82c.14-.4.52-.68.95-.68h9.56c.43 0 .81.28.95.68L19 11H5z"})
"DirectionsCarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_car_sharp.cljs
================================================
(ns reagent-mui.icons.directions-car-sharp
"Imports @mui/icons-material/DirectionsCarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-car-sharp (create-svg-icon (e "path" #js {"d" "M18.58 5H5.43L3 12v9h3v-2h12v2h3v-9l-2.42-7zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z"})
"DirectionsCarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_car_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-car-two-tone
"Imports @mui/icons-material/DirectionsCarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-car-two-tone (create-svg-icon [(e "path" #js {"d" "M5 17h14v-5H5v5zm11.5-4c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-9 0c.83 0 1.5.67 1.5 1.5S8.33 16 7.5 16 6 15.33 6 14.5 6.67 13 7.5 13z", "opacity" ".3"}) (e "path" #js {"d" "M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 7h10.29l1.08 3.11H5.77L6.85 7zM19 17H5v-5h14v5z"}) (e "circle" #js {"cx" "7.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "14.5", "r" "1.5"})]
"DirectionsCarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_off.cljs
================================================
(ns reagent-mui.icons.directions-off
"Imports @mui/icons-material/DirectionsOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-off (create-svg-icon (e "path" #js {"d" "M12.83 10h.67V7.5L17 11l-1.59 1.59L18.83 16l2.59-2.59c.78-.78.78-2.05 0-2.83l-7.99-8c-.78-.78-2.05-.78-2.83 0L8 5.17 12.83 10zM2.81 2.81 1.39 4.22 5.17 8l-2.59 2.59c-.78.78-.78 2.05 0 2.83l8.01 8c.78.78 2.05.78 2.83 0L16 18.83l3.78 3.78 1.41-1.41L2.81 2.81zM10 15H8v-4c0-.05.02-.09.03-.14L10 12.83V15z"})
"DirectionsOff"))
================================================
FILE: src/icons/reagent_mui/icons/directions_off_outlined.cljs
================================================
(ns reagent-mui.icons.directions-off-outlined
"Imports @mui/icons-material/DirectionsOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-off-outlined (create-svg-icon [(e "path" #js {"d" "m21.71 11.29-9-9a.996.996 0 0 0-1.41 0L8.21 5.38l1.41 1.41L12 4.42 19.58 12l-2.38 2.38 1.41 1.41 3.09-3.09c.4-.37.4-1 .01-1.41z"}) (e "path" #js {"d" "M13 7.5v2.67l2.17 2.17L16.5 11zM1.39 4.22l3.99 3.99-3.09 3.09a.996.996 0 0 0 0 1.41l9 9c.39.39 1.02.39 1.41 0l3.09-3.09 3.99 3.99 1.41-1.41L2.81 2.81 1.39 4.22zm6.64 6.63c-.01.05-.04.1-.04.15v4h2v-2.18l4.38 4.38L12 19.58 4.42 12 6.8 9.62l1.23 1.23z"})]
"DirectionsOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_off_rounded.cljs
================================================
(ns reagent-mui.icons.directions-off-rounded
"Imports @mui/icons-material/DirectionsOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-off-rounded (create-svg-icon (e "path" #js {"d" "m21.71 11.29-9-9a.996.996 0 0 0-1.41 0L8.21 5.38 13 10.17V7.5l3.15 3.15c.2.2.2.51 0 .71l-.98.98 3.45 3.45 3.09-3.09c.38-.38.38-1.01 0-1.41zM6.79 6.79 3.51 3.51A.996.996 0 1 0 2.1 4.92L5.38 8.2l-3.09 3.09a.996.996 0 0 0 0 1.41l9 9c.39.39 1.02.39 1.41 0l3.09-3.09 3.28 3.28a.996.996 0 1 0 1.41-1.41L6.79 6.79zM9.99 14c0 .55-.45 1-1 1s-1-.45-1-1v-3c0-.05.02-.1.03-.15l1.97 1.97V14z"})
"DirectionsOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_off_sharp.cljs
================================================
(ns reagent-mui.icons.directions-off-sharp
"Imports @mui/icons-material/DirectionsOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-off-sharp (create-svg-icon (e "path" #js {"d" "m13 7.5 3.5 3.5-1.33 1.34 3.45 3.45L22.41 12 12.01 1.58l-3.8 3.8L13 10.17zM1.39 4.22l3.99 3.99L1.59 12l10.42 10.4 3.79-3.79 3.99 3.99 1.41-1.41L2.81 2.81 1.39 4.22zm8.6 8.6V15h-2v-4.18l2 2z"})
"DirectionsOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_off_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-off-two-tone
"Imports @mui/icons-material/DirectionsOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-off-two-tone (create-svg-icon [(e "path" #js {"d" "m21.71 11.29-9-9a.996.996 0 0 0-1.41 0L8.21 5.38l1.41 1.41L12 4.42 19.58 12l-2.38 2.38 1.41 1.41 3.09-3.09c.4-.37.4-1 .01-1.41z"}) (e "path" #js {"d" "M13 7.5v2.67l2.17 2.17L16.5 11zM1.39 4.22l3.99 3.99-3.09 3.09a.996.996 0 0 0 0 1.41l9 9c.39.39 1.02.39 1.41 0l3.09-3.09 3.99 3.99 1.41-1.41L2.81 2.81 1.39 4.22zm6.64 6.63c-.01.05-.04.1-.04.15v4h2v-2.18l4.38 4.38L12 19.58 4.42 12 6.8 9.62l1.23 1.23z"})]
"DirectionsOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_outlined.cljs
================================================
(ns reagent-mui.icons.directions-outlined
"Imports @mui/icons-material/DirectionsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-outlined (create-svg-icon (e "path" #js {"d" "m22.43 10.59-9.01-9.01c-.75-.75-2.07-.76-2.83 0l-9 9c-.78.78-.78 2.04 0 2.82l9 9c.39.39.9.58 1.41.58.51 0 1.02-.19 1.41-.58l8.99-8.99c.79-.76.8-2.02.03-2.82zm-10.42 10.4-9-9 9-9 9 9-9 9zM8 11v4h2v-3h4v2.5l3.5-3.5L14 7.5V10H9c-.55 0-1 .45-1 1z"})
"DirectionsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_railway.cljs
================================================
(ns reagent-mui.icons.directions-railway
"Imports @mui/icons-material/DirectionsRailway as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-railway (create-svg-icon (e "path" #js {"d" "M4 15.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V5c0-3.5-3.58-4-8-4s-8 .5-8 4v10.5zm8 1.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6-7H6V5h12v5z"})
"DirectionsRailway"))
================================================
FILE: src/icons/reagent_mui/icons/directions_railway_filled.cljs
================================================
(ns reagent-mui.icons.directions-railway-filled
"Imports @mui/icons-material/DirectionsRailwayFilled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-railway-filled (create-svg-icon (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zm0 14c-.83 0-1.5-.67-1.5-1.5S11.17 13 12 13s1.5.67 1.5 1.5S12.83 16 12 16zm6-6H6V7h12v3z"})
"DirectionsRailwayFilled"))
================================================
FILE: src/icons/reagent_mui/icons/directions_railway_filled_outlined.cljs
================================================
(ns reagent-mui.icons.directions-railway-filled-outlined
"Imports @mui/icons-material/DirectionsRailwayFilledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-railway-filled-outlined (create-svg-icon [(e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zm0 2c3.71 0 5.13.46 5.67 1H6.43c.6-.52 2.05-1 5.57-1zm6 11.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V12h12v3.5zm0-5.5H6V7h12v3z"}) (e "circle" #js {"cx" "12", "cy" "14.5", "r" "1.5"})]
"DirectionsRailwayFilledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_railway_filled_rounded.cljs
================================================
(ns reagent-mui.icons.directions-railway-filled-rounded
"Imports @mui/icons-material/DirectionsRailwayFilledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-railway-filled-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19l-1.21.81c-.18.12-.29.32-.29.54 0 .36.29.65.65.65h10.7c.36 0 .65-.29.65-.65 0-.22-.11-.42-.29-.54L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zm0 14c-.83 0-1.5-.67-1.5-1.5S11.17 13 12 13s1.5.67 1.5 1.5S12.83 16 12 16zm6-6H6V7h12v3z"})
"DirectionsRailwayFilledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_railway_filled_sharp.cljs
================================================
(ns reagent-mui.icons.directions-railway-filled-sharp
"Imports @mui/icons-material/DirectionsRailwayFilledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-railway-filled-sharp (create-svg-icon (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zm0 14c-.83 0-1.5-.67-1.5-1.5S11.17 13 12 13s1.5.67 1.5 1.5S12.83 16 12 16zm6-6H6V7h12v3z"})
"DirectionsRailwayFilledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_railway_filled_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-railway-filled-two-tone
"Imports @mui/icons-material/DirectionsRailwayFilledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-railway-filled-two-tone (create-svg-icon [(e "path" #js {"d" "M6 15.5c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5V12H6v3.5zm6-2.5c.83 0 1.5.67 1.5 1.5S12.83 16 12 16s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm0-9c-3.52 0-4.97.48-5.57 1h11.24c-.54-.54-1.96-1-5.67-1z", "opacity" ".3"}) (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zm0 2c3.71 0 5.13.46 5.67 1H6.43c.6-.52 2.05-1 5.57-1zm6 11.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V12h12v3.5zm0-5.5H6V7h12v3z"}) (e "circle" #js {"cx" "12", "cy" "14.5", "r" "1.5"})]
"DirectionsRailwayFilledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_railway_outlined.cljs
================================================
(ns reagent-mui.icons.directions-railway-outlined
"Imports @mui/icons-material/DirectionsRailwayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-railway-outlined (create-svg-icon (e "path" #js {"d" "M12 1c-4.42 0-8 .5-8 4v10.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V5c0-3.5-3.58-4-8-4zm0 2c6 0 6 1.2 6 2H6c0-.8 0-2 6-2zm6 4v3H6V7h12zm-1.5 10h-9c-.83 0-1.5-.67-1.5-1.5V12h12v3.5c0 .83-.67 1.5-1.5 1.5zM12 12.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"DirectionsRailwayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_railway_rounded.cljs
================================================
(ns reagent-mui.icons.directions-railway-rounded
"Imports @mui/icons-material/DirectionsRailwayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-railway-rounded (create-svg-icon (e "path" #js {"d" "M4 15.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V5c0-3.5-3.58-4-8-4s-8 .5-8 4v10.5zm8 1.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6-7H6V5h12v5zM4 15.5C4 17.43 5.57 19 7.5 19l-1.14 1.15c-.32.31-.1.85.35.85h10.58c.45 0 .67-.54.35-.85L16.5 19c1.93 0 3.5-1.57 3.5-3.5V5c0-3.5-3.58-4-8-4s-8 .5-8 4v10.5zm8 1.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6-7H6V5h12v5z"})
"DirectionsRailwayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_railway_sharp.cljs
================================================
(ns reagent-mui.icons.directions-railway-sharp
"Imports @mui/icons-material/DirectionsRailwaySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-railway-sharp (create-svg-icon (e "path" #js {"d" "M4 15.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V5c0-3.5-3.58-4-8-4s-8 .5-8 4v10.5zm8 1.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6-7H6V5h12v5z"})
"DirectionsRailwaySharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_railway_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-railway-two-tone
"Imports @mui/icons-material/DirectionsRailwayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-railway-two-tone (create-svg-icon [(e "path" #js {"d" "M6 15.5c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5V12H6v3.5zm6-3c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM12 3C6 3 6 4.2 6 5h12c0-.8 0-2-6-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 15.5V5c0-3.5-3.58-4-8-4s-8 .5-8 4v10.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5zm-2 0c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V12h12v3.5zm0-5.5H6V7h12v3zM6 5c0-.8 0-2 6-2s6 1.2 6 2H6zm6 11.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})]
"DirectionsRailwayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_rounded.cljs
================================================
(ns reagent-mui.icons.directions-rounded
"Imports @mui/icons-material/DirectionsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-rounded (create-svg-icon (e "path" #js {"d" "m21.71 11.29-9-9a.996.996 0 0 0-1.41 0l-9 9a.996.996 0 0 0 0 1.41l9 9c.39.39 1.02.39 1.41 0l9-9a.996.996 0 0 0 0-1.41zM14 14.5V12h-4v2c0 .55-.45 1-1 1s-1-.45-1-1v-3c0-.55.45-1 1-1h5V7.5l3.15 3.15c.2.2.2.51 0 .71L14 14.5z"})
"DirectionsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_run.cljs
================================================
(ns reagent-mui.icons.directions-run
"Imports @mui/icons-material/DirectionsRun as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-run (create-svg-icon (e "path" #js {"d" "M13.49 5.48c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-3.6 13.9 1-4.4 2.1 2v6h2v-7.5l-2.1-2 .6-3c1.3 1.5 3.3 2.5 5.5 2.5v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1l-5.2 2.2v4.7h2v-3.4l1.8-.7-1.6 8.1-4.9-1-.4 2 7 1.4z"})
"DirectionsRun"))
================================================
FILE: src/icons/reagent_mui/icons/directions_run_outlined.cljs
================================================
(ns reagent-mui.icons.directions-run-outlined
"Imports @mui/icons-material/DirectionsRunOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-run-outlined (create-svg-icon (e "path" #js {"d" "M13.49 5.48c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-3.6 13.9 1-4.4 2.1 2v6h2v-7.5l-2.1-2 .6-3c1.3 1.5 3.3 2.5 5.5 2.5v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1l-5.2 2.2v4.7h2v-3.4l1.8-.7-1.6 8.1-4.9-1-.4 2 7 1.4z"})
"DirectionsRunOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_run_rounded.cljs
================================================
(ns reagent-mui.icons.directions-run-rounded
"Imports @mui/icons-material/DirectionsRunRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-run-rounded (create-svg-icon (e "path" #js {"d" "M13.49 5.48c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-3.17 12 .57-2.5 2.1 2v5c0 .55.45 1 1 1s1-.45 1-1v-5.64c0-.55-.22-1.07-.62-1.45l-1.48-1.41.6-3c1.07 1.24 2.62 2.13 4.36 2.41.6.09 1.14-.39 1.14-1 0-.49-.36-.9-.85-.98-1.52-.25-2.78-1.15-3.45-2.33l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1L7.21 7.76c-.74.32-1.22 1.04-1.22 1.85v2.37c0 .55.45 1 1 1s1-.45 1-1v-2.4l1.8-.7-1.6 8.1-3.92-.8c-.54-.11-1.07.24-1.18.78V17c-.11.54.24 1.07.78 1.18l4.11.82c1.06.21 2.1-.46 2.34-1.52z"})
"DirectionsRunRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_run_sharp.cljs
================================================
(ns reagent-mui.icons.directions-run-sharp
"Imports @mui/icons-material/DirectionsRunSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-run-sharp (create-svg-icon (e "path" #js {"d" "M13.49 5.48c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-3.6 13.9 1-4.4 2.1 2v6h2v-7.5l-2.1-2 .6-3c1.3 1.5 3.3 2.5 5.5 2.5v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1l-5.2 2.2v4.7h2v-3.4l1.8-.7-1.6 8.1-4.9-1-.4 2 7 1.4z"})
"DirectionsRunSharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_run_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-run-two-tone
"Imports @mui/icons-material/DirectionsRunTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-run-two-tone (create-svg-icon (e "path" #js {"d" "M11.49 3.48c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2zm-.6 11.5 2.1 2v6h2v-7.5l-2.1-2 .6-3c1.3 1.5 3.3 2.5 5.5 2.5v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1l-5.2 2.2v4.7h2v-3.4l1.8-.7-1.6 8.1-4.9-1-.4 2 7 1.4 1-4.4z"})
"DirectionsRunTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_sharp.cljs
================================================
(ns reagent-mui.icons.directions-sharp
"Imports @mui/icons-material/DirectionsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-sharp (create-svg-icon (e "path" #js {"d" "M22.41 12 12 1.59 1.59 11.99 12 22.41 22.41 12zM14 14.5V12h-4v3H8v-5h6V7.5l3.5 3.5-3.5 3.5z"})
"DirectionsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_subway.cljs
================================================
(ns reagent-mui.icons.directions-subway
"Imports @mui/icons-material/DirectionsSubway as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-subway (create-svg-icon (e "path" #js {"d" "M12 2c-4.42 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM7.5 17c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm3.5-6H6V6h5v5zm5.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-6h-5V6h5v5z"})
"DirectionsSubway"))
================================================
FILE: src/icons/reagent_mui/icons/directions_subway_filled.cljs
================================================
(ns reagent-mui.icons.directions-subway-filled
"Imports @mui/icons-material/DirectionsSubwayFilled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-subway-filled (create-svg-icon (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM8.5 16c-.83 0-1.5-.67-1.5-1.5S7.67 13 8.5 13s1.5.67 1.5 1.5S9.33 16 8.5 16zm2.5-6H6V7h5v3zm4.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2.5-6h-5V7h5v3z"})
"DirectionsSubwayFilled"))
================================================
FILE: src/icons/reagent_mui/icons/directions_subway_filled_outlined.cljs
================================================
(ns reagent-mui.icons.directions-subway-filled-outlined
"Imports @mui/icons-material/DirectionsSubwayFilledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-subway-filled-outlined (create-svg-icon [(e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zm0 2c3.71 0 5.13.46 5.67 1H6.43c.6-.52 2.05-1 5.57-1zM6 7h5v3H6V7zm12 8.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V12h12v3.5zm0-5.5h-5V7h5v3z"}) (e "circle" #js {"cx" "8.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"})]
"DirectionsSubwayFilledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_subway_filled_rounded.cljs
================================================
(ns reagent-mui.icons.directions-subway-filled-rounded
"Imports @mui/icons-material/DirectionsSubwayFilledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-subway-filled-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19l-1.21.81c-.18.12-.29.32-.29.54 0 .36.29.65.65.65h10.7c.36 0 .65-.29.65-.65 0-.22-.11-.42-.29-.54L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM8.5 16c-.83 0-1.5-.67-1.5-1.5S7.67 13 8.5 13s1.5.67 1.5 1.5S9.33 16 8.5 16zm2.5-6H6V7h5v3zm4.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2.5-6h-5V7h5v3z"})
"DirectionsSubwayFilledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_subway_filled_sharp.cljs
================================================
(ns reagent-mui.icons.directions-subway-filled-sharp
"Imports @mui/icons-material/DirectionsSubwayFilledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-subway-filled-sharp (create-svg-icon (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM8.5 16c-.83 0-1.5-.67-1.5-1.5S7.67 13 8.5 13s1.5.67 1.5 1.5S9.33 16 8.5 16zm2.5-6H6V7h5v3zm4.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2.5-6h-5V7h5v3z"})
"DirectionsSubwayFilledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_subway_filled_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-subway-filled-two-tone
"Imports @mui/icons-material/DirectionsSubwayFilledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-subway-filled-two-tone (create-svg-icon [(e "path" #js {"d" "M13 5h4.67c-.54-.54-1.96-1-5.67-1-3.52 0-4.97.48-5.57 1H13zM6 15.5c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5V12H6v3.5zm9.5-2.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 16 8.5 16 7 15.33 7 14.5 7.67 13 8.5 13z", "opacity" ".3"}) (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zm0 2c3.71 0 5.13.46 5.67 1H6.43c.6-.52 2.05-1 5.57-1zM6 7h5v3H6V7zm12 8.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V12h12v3.5zm0-5.5h-5V7h5v3z"}) (e "circle" #js {"cx" "8.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"})]
"DirectionsSubwayFilledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_subway_outlined.cljs
================================================
(ns reagent-mui.icons.directions-subway-outlined
"Imports @mui/icons-material/DirectionsSubwayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-subway-outlined (create-svg-icon [(e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zm5.66 3H6.43c.61-.52 2.06-1 5.57-1 3.71 0 5.12.46 5.66 1zM11 7v3H6V7h5zm2 0h5v3h-5V7zm3.5 10h-9c-.83 0-1.5-.67-1.5-1.5V12h12v3.5c0 .83-.67 1.5-1.5 1.5z"}) (e "circle" #js {"cx" "8.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"})]
"DirectionsSubwayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_subway_rounded.cljs
================================================
(ns reagent-mui.icons.directions-subway-rounded
"Imports @mui/icons-material/DirectionsSubwayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-subway-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4.42 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19l-1.15 1.15c-.31.31-.09.85.36.85H17.3c.45 0 .67-.54.35-.85L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM7.5 17c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm3.5-6H6V6h5v5zm5.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-6h-5V6h5v5z"})
"DirectionsSubwayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_subway_sharp.cljs
================================================
(ns reagent-mui.icons.directions-subway-sharp
"Imports @mui/icons-material/DirectionsSubwaySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-subway-sharp (create-svg-icon (e "path" #js {"d" "M12 2c-4.42 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM7.5 17c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm3.5-6H6V6h5v5zm5.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-6h-5V6h5v5z"})
"DirectionsSubwaySharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_subway_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-subway-two-tone
"Imports @mui/icons-material/DirectionsSubwayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-subway-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-3.51 0-4.96.48-5.57 1h11.23c-.54-.54-1.95-1-5.66-1zM6 15.5c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5V12H6v3.5zm9.5-2.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 16 8.5 16 7 15.33 7 14.5 7.67 13 8.5 13z", "opacity" ".3"}) (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zm0 2c3.71 0 5.12.46 5.66 1H6.43c.61-.52 2.06-1 5.57-1zM6 7h5v3H6V7zm12 8.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V12h12v3.5zm0-5.5h-5V7h5v3z"}) (e "circle" #js {"cx" "8.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"})]
"DirectionsSubwayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_transit.cljs
================================================
(ns reagent-mui.icons.directions-transit
"Imports @mui/icons-material/DirectionsTransit as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-transit (create-svg-icon (e "path" #js {"d" "M12 2c-4.42 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM7.5 17c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm3.5-6H6V6h5v5zm5.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-6h-5V6h5v5z"})
"DirectionsTransit"))
================================================
FILE: src/icons/reagent_mui/icons/directions_transit_filled.cljs
================================================
(ns reagent-mui.icons.directions-transit-filled
"Imports @mui/icons-material/DirectionsTransitFilled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-transit-filled (create-svg-icon (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM8.5 16c-.83 0-1.5-.67-1.5-1.5S7.67 13 8.5 13s1.5.67 1.5 1.5S9.33 16 8.5 16zm2.5-6H6V7h5v3zm4.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2.5-6h-5V7h5v3z"})
"DirectionsTransitFilled"))
================================================
FILE: src/icons/reagent_mui/icons/directions_transit_filled_outlined.cljs
================================================
(ns reagent-mui.icons.directions-transit-filled-outlined
"Imports @mui/icons-material/DirectionsTransitFilledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-transit-filled-outlined (create-svg-icon [(e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zm0 2c3.71 0 5.13.46 5.67 1H6.43c.6-.52 2.05-1 5.57-1zM6 7h5v3H6V7zm12 8.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V12h12v3.5zm0-5.5h-5V7h5v3z"}) (e "circle" #js {"cx" "8.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"})]
"DirectionsTransitFilledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_transit_filled_rounded.cljs
================================================
(ns reagent-mui.icons.directions-transit-filled-rounded
"Imports @mui/icons-material/DirectionsTransitFilledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-transit-filled-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19l-1.21.81c-.18.12-.29.32-.29.54 0 .36.29.65.65.65h10.7c.36 0 .65-.29.65-.65 0-.22-.11-.42-.29-.54L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM8.5 16c-.83 0-1.5-.67-1.5-1.5S7.67 13 8.5 13s1.5.67 1.5 1.5S9.33 16 8.5 16zm2.5-6H6V7h5v3zm4.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2.5-6h-5V7h5v3z"})
"DirectionsTransitFilledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_transit_filled_sharp.cljs
================================================
(ns reagent-mui.icons.directions-transit-filled-sharp
"Imports @mui/icons-material/DirectionsTransitFilledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-transit-filled-sharp (create-svg-icon (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM8.5 16c-.83 0-1.5-.67-1.5-1.5S7.67 13 8.5 13s1.5.67 1.5 1.5S9.33 16 8.5 16zm2.5-6H6V7h5v3zm4.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2.5-6h-5V7h5v3z"})
"DirectionsTransitFilledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_transit_filled_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-transit-filled-two-tone
"Imports @mui/icons-material/DirectionsTransitFilledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-transit-filled-two-tone (create-svg-icon [(e "path" #js {"d" "M13 5h4.67c-.54-.54-1.96-1-5.67-1-3.52 0-4.97.48-5.57 1H13zM6 15.5c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5V12H6v3.5zm9.5-2.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 16 8.5 16 7 15.33 7 14.5 7.67 13 8.5 13z", "opacity" ".3"}) (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zm0 2c3.71 0 5.13.46 5.67 1H6.43c.6-.52 2.05-1 5.57-1zM6 7h5v3H6V7zm12 8.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V12h12v3.5zm0-5.5h-5V7h5v3z"}) (e "circle" #js {"cx" "8.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"})]
"DirectionsTransitFilledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_transit_outlined.cljs
================================================
(ns reagent-mui.icons.directions-transit-outlined
"Imports @mui/icons-material/DirectionsTransitOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-transit-outlined (create-svg-icon [(e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zm5.66 3H6.43c.61-.52 2.06-1 5.57-1 3.71 0 5.12.46 5.66 1zM11 7v3H6V7h5zm2 0h5v3h-5V7zm3.5 10h-9c-.83 0-1.5-.67-1.5-1.5V12h12v3.5c0 .83-.67 1.5-1.5 1.5z"}) (e "circle" #js {"cx" "8.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"})]
"DirectionsTransitOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_transit_rounded.cljs
================================================
(ns reagent-mui.icons.directions-transit-rounded
"Imports @mui/icons-material/DirectionsTransitRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-transit-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4.42 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19l-1.15 1.15c-.31.31-.09.85.36.85H17.3c.45 0 .67-.54.35-.85L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM7.5 17c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm3.5-6H6V6h5v5zm5.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-6h-5V6h5v5z"})
"DirectionsTransitRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_transit_sharp.cljs
================================================
(ns reagent-mui.icons.directions-transit-sharp
"Imports @mui/icons-material/DirectionsTransitSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-transit-sharp (create-svg-icon (e "path" #js {"d" "M12 2c-4.42 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM7.5 17c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm3.5-6H6V6h5v5zm5.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-6h-5V6h5v5z"})
"DirectionsTransitSharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_transit_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-transit-two-tone
"Imports @mui/icons-material/DirectionsTransitTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-transit-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-3.51 0-4.96.48-5.57 1h11.23c-.54-.54-1.95-1-5.66-1zM7.5 17h9c.83 0 1.5-.67 1.5-1.5V12H6v3.5c0 .83.67 1.5 1.5 1.5zm8-4c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 16 8.5 16 7 15.33 7 14.5 7.67 13 8.5 13z", "opacity" ".3"}) (e "path" #js {"d" "M4 6v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4-4 0-8 .5-8 4zm14 4h-5V7h5v3zm-6-6c3.71 0 5.12.46 5.66 1H6.43c.61-.52 2.06-1 5.57-1zM6 7h5v3H6V7zm0 5h12v3.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V12z"}) (e "circle" #js {"cx" "8.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"})]
"DirectionsTransitTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-two-tone
"Imports @mui/icons-material/DirectionsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-two-tone (create-svg-icon [(e "path" #js {"d" "m3.01 12 9 9L21 12l-9-9-8.99 9zM14 7.5l3.5 3.5-3.5 3.5V12h-4v3H8v-4c0-.55.45-1 1-1h5V7.5z", "opacity" ".3"}) (e "path" #js {"d" "M13.42 1.58c-.75-.75-2.07-.76-2.83 0l-9 9c-.78.78-.78 2.04 0 2.82l9 9c.39.39.9.58 1.41.58.51 0 1.02-.19 1.41-.58l8.99-8.99c.78-.76.79-2.03.02-2.82l-9-9.01zm-1.41 19.41-9-9 9-9 9 9-9 9zM8 11v4h2v-3h4v2.5l3.5-3.5L14 7.5V10H9c-.55 0-1 .45-1 1z"})]
"DirectionsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/directions_walk.cljs
================================================
(ns reagent-mui.icons.directions-walk
"Imports @mui/icons-material/DirectionsWalk as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-walk (create-svg-icon (e "path" #js {"d" "M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM9.8 8.9 7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3C14.8 12 16.8 13 19 13v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1L6 8.3V13h2V9.6l1.8-.7"})
"DirectionsWalk"))
================================================
FILE: src/icons/reagent_mui/icons/directions_walk_outlined.cljs
================================================
(ns reagent-mui.icons.directions-walk-outlined
"Imports @mui/icons-material/DirectionsWalkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-walk-outlined (create-svg-icon (e "path" #js {"d" "M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM9.8 8.9 7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3C14.8 12 16.8 13 19 13v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.56-.89-1.68-1.25-2.65-.84L6 8.3V13h2V9.6l1.8-.7"})
"DirectionsWalkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/directions_walk_rounded.cljs
================================================
(ns reagent-mui.icons.directions-walk-rounded
"Imports @mui/icons-material/DirectionsWalkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-walk-rounded (create-svg-icon (e "path" #js {"d" "M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM9.8 8.9 7.24 21.81c-.13.61.35 1.19.98 1.19h.08c.47 0 .87-.32.98-.78L10.9 15l2.1 2v5c0 .55.45 1 1 1s1-.45 1-1v-5.64c0-.55-.22-1.07-.62-1.45L12.9 13.5l.6-3c1.07 1.24 2.62 2.13 4.36 2.41.6.09 1.14-.39 1.14-1 0-.49-.36-.9-.85-.98-1.52-.25-2.78-1.15-3.45-2.33l-1-1.6c-.56-.89-1.68-1.25-2.65-.84L7.22 7.78C6.48 8.1 6 8.82 6 9.63V12c0 .55.45 1 1 1s1-.45 1-1V9.6l1.8-.7"})
"DirectionsWalkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/directions_walk_sharp.cljs
================================================
(ns reagent-mui.icons.directions-walk-sharp
"Imports @mui/icons-material/DirectionsWalkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-walk-sharp (create-svg-icon (e "path" #js {"d" "M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM9.8 8.9 7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3C14.8 12 16.8 13 19 13v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.56-.89-1.68-1.25-2.65-.84L6 8.3V13h2V9.6l1.8-.7"})
"DirectionsWalkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/directions_walk_two_tone.cljs
================================================
(ns reagent-mui.icons.directions-walk-two-tone
"Imports @mui/icons-material/DirectionsWalkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def directions-walk-two-tone (create-svg-icon (e "path" #js {"d" "M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM9.8 8.9 7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3C14.8 12 16.8 13 19 13v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.56-.89-1.68-1.25-2.65-.84L6 8.3V13h2V9.6l1.8-.7"})
"DirectionsWalkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dirty_lens.cljs
================================================
(ns reagent-mui.icons.dirty-lens
"Imports @mui/icons-material/DirtyLens as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dirty-lens (create-svg-icon (e "path" #js {"d" "M12.95 19H20V7H4v12h7.24c.14-.98.42-2.05-.16-2.43-.89-.59-1.27 2.06-2.8 1.35-1.39-1.12 1.05-1.29.5-3.27-.22-.79-2.28.36-2.4-1.24-.08-1 1.49-.74 1.51-1.49.03-.75-1.03-1.05-.25-1.91.22-.24.71-.26.91-.19.79.27 1.55 1.82 2.51 1.19 1.03-.66-1.88-2.35 0-2.86 1.64-.44 1.31 2.08 2.65 2.44 1.94.52 2.65-4.55 4.41-2.33 1.85 2.33-3.43 2.27-2.85 4.01.34 1.01 2.15-1.2 2.76.53.64 1.83-3.09.82-3.04 1.66.06.83 2.41.55 1.64 2.12-1.14 1.86-3-1.03-3.81.09-.39.57-.09 1.49.13 2.33zM20 5c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h3.17L9 3h6l1.83 2H20zm-1.86 13.01c-.47 0-.86-.38-.86-.86s.38-.86.86-.86c.47 0 .86.38.86.86s-.38.86-.86.86z"})
"DirtyLens"))
================================================
FILE: src/icons/reagent_mui/icons/dirty_lens_outlined.cljs
================================================
(ns reagent-mui.icons.dirty-lens-outlined
"Imports @mui/icons-material/DirtyLensOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dirty-lens-outlined (create-svg-icon [(e "path" #js {"d" "M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14h-7.02c-.22-.84-.52-1.76-.13-2.33.81-1.12 2.67 1.77 3.81-.09.77-1.57-1.58-1.29-1.64-2.12-.05-.84 3.68.17 3.04-1.66-.61-1.73-2.42.48-2.76-.53-.58-1.74 4.7-1.68 2.85-4.01-1.76-2.22-2.47 2.85-4.41 2.33-1.34-.36-1.01-2.88-2.65-2.44-1.88.51 1.03 2.2 0 2.86-.96.63-1.72-.92-2.51-1.19-.2-.07-.69-.05-.91.19-.78.86.28 1.16.25 1.91-.02.75-1.59.49-1.51 1.49.12 1.6 2.18.45 2.4 1.24.55 1.98-1.89 2.15-.5 3.27 1.53.71 1.91-1.94 2.8-1.35.58.38.3 1.45.16 2.43H4V7h4.05l1.83-2h4.24l1.83 2H20v12z"}) (e "path" #js {"d" "M17.28 17.15c0 .48.39.86.86.86.48 0 .86-.38.86-.86s-.39-.86-.86-.86c-.48 0-.86.38-.86.86z"})]
"DirtyLensOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dirty_lens_rounded.cljs
================================================
(ns reagent-mui.icons.dirty-lens-rounded
"Imports @mui/icons-material/DirtyLensRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dirty-lens-rounded (create-svg-icon (e "path" #js {"d" "M20 5h-3.17l-1.24-1.35c-.37-.41-.91-.65-1.47-.65H9.88c-.56 0-1.1.24-1.48.65L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-3.34 11.58c-1.14 1.86-3-1.03-3.81.09-.39.57-.09 1.49.13 2.33 0 .47-.38.85-.85.85s-.86-.38-.86-.85c.14-.98.42-2.05-.16-2.43-.89-.59-1.27 2.06-2.8 1.35-1.39-1.12 1.05-1.29.5-3.27-.22-.79-2.28.36-2.4-1.24-.08-1 1.49-.74 1.51-1.49.03-.75-1.03-1.05-.25-1.91.22-.24.71-.26.91-.19.79.27 1.55 1.82 2.51 1.19 1.03-.66-1.88-2.35 0-2.86 1.64-.44 1.31 2.08 2.65 2.44 1.94.52 2.65-4.55 4.41-2.33 1.85 2.33-3.43 2.27-2.85 4.01.34 1.01 2.15-1.2 2.76.53.64 1.83-3.09.82-3.04 1.66.06.83 2.41.55 1.64 2.12zm1.48 1.43c-.47 0-.86-.38-.86-.86s.38-.86.86-.86c.47 0 .86.38.86.86s-.38.86-.86.86z"})
"DirtyLensRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dirty_lens_sharp.cljs
================================================
(ns reagent-mui.icons.dirty-lens-sharp
"Imports @mui/icons-material/DirtyLensSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dirty-lens-sharp (create-svg-icon (e "path" #js {"d" "M22 5h-5.17L15 3H9L7.17 5H2v16h20V5zm-5.34 11.58c-1.14 1.86-3-1.03-3.81.09-.39.57-.09 1.49.13 2.33 0 .47-.38.85-.85.85s-.86-.38-.86-.85c.14-.98.42-2.05-.16-2.43-.89-.59-1.27 2.06-2.8 1.35-1.39-1.12 1.05-1.29.5-3.27-.22-.79-2.28.36-2.4-1.24-.08-1 1.49-.74 1.51-1.49.03-.75-1.03-1.05-.25-1.91.22-.24.71-.26.91-.19.79.27 1.55 1.82 2.51 1.19 1.03-.66-1.88-2.35 0-2.86 1.64-.44 1.31 2.08 2.65 2.44 1.94.52 2.65-4.55 4.41-2.33 1.85 2.33-3.43 2.27-2.85 4.01.34 1.01 2.15-1.2 2.76.53.64 1.83-3.09.82-3.04 1.66.06.83 2.41.55 1.64 2.12zm1.48 1.43c-.47 0-.86-.38-.86-.86s.38-.86.86-.86c.47 0 .86.38.86.86s-.38.86-.86.86z"})
"DirtyLensSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dirty_lens_two_tone.cljs
================================================
(ns reagent-mui.icons.dirty-lens-two-tone
"Imports @mui/icons-material/DirtyLensTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dirty-lens-two-tone (create-svg-icon [(e "path" #js {"d" "M14.12 5H9.88L8.05 7H4v12h7.27c.14-.98.42-2.05-.16-2.43-.89-.59-1.27 2.06-2.8 1.35-1.39-1.12 1.05-1.29.5-3.27-.22-.79-2.28.36-2.4-1.24-.08-1 1.49-.74 1.51-1.49.03-.75-1.03-1.05-.25-1.91.22-.24.71-.26.91-.19.79.27 1.55 1.82 2.51 1.19 1.03-.66-1.88-2.35 0-2.86 1.64-.44 1.31 2.08 2.65 2.44 1.94.52 2.65-4.55 4.41-2.33 1.85 2.33-3.43 2.27-2.85 4.01.34 1.01 2.15-1.2 2.76.53.64 1.83-3.09.82-3.04 1.66.06.83 2.41.55 1.64 2.12-1.14 1.86-3-1.03-3.81.09-.39.57-.09 1.49.13 2.33H20V7h-4.05l-1.83-2zM19 17.15c0 .48-.38.86-.86.86-.47 0-.86-.38-.86-.86s.38-.86.86-.86c.47 0 .86.38.86.86z", "opacity" ".3"}) (e "path" #js {"d" "M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14h-7.02c-.22-.84-.52-1.76-.13-2.33.81-1.12 2.67 1.77 3.81-.09.77-1.57-1.58-1.29-1.64-2.12-.05-.84 3.68.17 3.04-1.66-.61-1.73-2.42.48-2.76-.53-.58-1.74 4.7-1.68 2.85-4.01-1.76-2.22-2.47 2.85-4.41 2.33-1.34-.36-1.01-2.88-2.65-2.44-1.88.51 1.03 2.2 0 2.86-.96.63-1.72-.92-2.51-1.19-.2-.07-.69-.05-.91.19-.78.86.28 1.16.25 1.91-.02.75-1.59.49-1.51 1.49.12 1.6 2.18.45 2.4 1.24.55 1.98-1.89 2.15-.5 3.27 1.53.71 1.91-1.94 2.8-1.35.58.38.3 1.45.16 2.43H4V7h4.05l1.83-2h4.24l1.83 2H20v12z"}) (e "path" #js {"d" "M17.28 17.15c0 .48.39.86.86.86.48 0 .86-.38.86-.86s-.39-.86-.86-.86c-.48 0-.86.38-.86.86z"})]
"DirtyLensTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/disabled_by_default.cljs
================================================
(ns reagent-mui.icons.disabled-by-default
"Imports @mui/icons-material/DisabledByDefault as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def disabled-by-default (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm14 12.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"})
"DisabledByDefault"))
================================================
FILE: src/icons/reagent_mui/icons/disabled_by_default_outlined.cljs
================================================
(ns reagent-mui.icons.disabled-by-default-outlined
"Imports @mui/icons-material/DisabledByDefaultOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def disabled-by-default-outlined (create-svg-icon (e "path" #js {"d" "M19 19H5V5h14v14zM3 3v18h18V3H3zm14 12.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"})
"DisabledByDefaultOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/disabled_by_default_rounded.cljs
================================================
(ns reagent-mui.icons.disabled-by-default-rounded
"Imports @mui/icons-material/DisabledByDefaultRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def disabled-by-default-rounded (create-svg-icon (e "path" #js {"d" "M3 5v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2zm13.3 11.29c-.39.39-1.02.39-1.41 0L12 13.41 9.11 16.3c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41L10.59 12 7.7 9.11a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0L12 10.59l2.89-2.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41L13.41 12l2.89 2.88c.38.39.38 1.03 0 1.41z"})
"DisabledByDefaultRounded"))
================================================
FILE: src/icons/reagent_mui/icons/disabled_by_default_sharp.cljs
================================================
(ns reagent-mui.icons.disabled-by-default-sharp
"Imports @mui/icons-material/DisabledByDefaultSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def disabled-by-default-sharp (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm14 12.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"})
"DisabledByDefaultSharp"))
================================================
FILE: src/icons/reagent_mui/icons/disabled_by_default_two_tone.cljs
================================================
(ns reagent-mui.icons.disabled-by-default-two-tone
"Imports @mui/icons-material/DisabledByDefaultTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def disabled-by-default-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5v14h14V5H5zm12 10.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z", "opacity" ".3"}) (e "path" #js {"d" "M19 19H5V5h14v14zM3 3v18h18V3H3zm14 12.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"})]
"DisabledByDefaultTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/disc_full.cljs
================================================
(ns reagent-mui.icons.disc-full
"Imports @mui/icons-material/DiscFull as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def disc-full (create-svg-icon (e "path" #js {"d" "M20 16h2v-2h-2v2zm0-9v5h2V7h-2zM10 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"DiscFull"))
================================================
FILE: src/icons/reagent_mui/icons/disc_full_outlined.cljs
================================================
(ns reagent-mui.icons.disc-full-outlined
"Imports @mui/icons-material/DiscFullOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def disc-full-outlined (create-svg-icon (e "path" #js {"d" "M20 7h2v5h-2zM10 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm10-4h2v2h-2zm-10-4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"DiscFullOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/disc_full_rounded.cljs
================================================
(ns reagent-mui.icons.disc-full-rounded
"Imports @mui/icons-material/DiscFullRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def disc-full-rounded (create-svg-icon (e "path" #js {"d" "M20 16h2v-2h-2v2zm0-8v3c0 .55.45 1 1 1s1-.45 1-1V8c0-.55-.45-1-1-1s-1 .45-1 1zM10 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"DiscFullRounded"))
================================================
FILE: src/icons/reagent_mui/icons/disc_full_sharp.cljs
================================================
(ns reagent-mui.icons.disc-full-sharp
"Imports @mui/icons-material/DiscFullSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def disc-full-sharp (create-svg-icon (e "path" #js {"d" "M20 16h2v-2h-2v2zm0-9v5h2V7h-2zM10 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"DiscFullSharp"))
================================================
FILE: src/icons/reagent_mui/icons/disc_full_two_tone.cljs
================================================
(ns reagent-mui.icons.disc-full-two-tone
"Imports @mui/icons-material/DiscFullTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def disc-full-two-tone (create-svg-icon [(e "path" #js {"d" "M10 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z", "opacity" ".3"}) (e "path" #js {"d" "M20 14h2v2h-2zM10 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zM20 7h2v5h-2zm-10 3c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})]
"DiscFullTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/discount.cljs
================================================
(ns reagent-mui.icons.discount
"Imports @mui/icons-material/Discount as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def discount (create-svg-icon [(e "path" #js {"d" "M12.79 21 3 11.21v2c0 .53.21 1.04.59 1.41l7.79 7.79c.78.78 2.05.78 2.83 0l6.21-6.21c.78-.78.78-2.05 0-2.83L12.79 21z"}) (e "path" #js {"d" "M11.38 17.41c.78.78 2.05.78 2.83 0l6.21-6.21c.78-.78.78-2.05 0-2.83L12.63.58C12.25.21 11.74 0 11.21 0H5C3.9 0 3 .9 3 2v6.21c0 .53.21 1.04.59 1.41l7.79 7.79zM7.25 3c.69 0 1.25.56 1.25 1.25S7.94 5.5 7.25 5.5 6 4.94 6 4.25 6.56 3 7.25 3z"})]
"Discount"))
================================================
FILE: src/icons/reagent_mui/icons/discount_outlined.cljs
================================================
(ns reagent-mui.icons.discount-outlined
"Imports @mui/icons-material/DiscountOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def discount-outlined (create-svg-icon [(e "path" #js {"d" "M12.79 21 3 11.21v2c0 .53.21 1.04.59 1.41l7.79 7.79c.78.78 2.05.78 2.83 0l6.21-6.21c.78-.78.78-2.05 0-2.83L12.79 21z"}) (e "path" #js {"d" "M11.38 17.41c.39.39.9.59 1.41.59.51 0 1.02-.2 1.41-.59l6.21-6.21c.78-.78.78-2.05 0-2.83L12.62.58C12.25.21 11.74 0 11.21 0H5C3.9 0 3 .9 3 2v6.21c0 .53.21 1.04.59 1.41l7.79 7.79zM5 2h6.21L19 9.79 12.79 16 5 8.21V2z"}) (e "circle" #js {"cx" "7.25", "cy" "4.25", "r" "1.25"})]
"DiscountOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/discount_rounded.cljs
================================================
(ns reagent-mui.icons.discount-rounded
"Imports @mui/icons-material/DiscountRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def discount-rounded (create-svg-icon [(e "path" #js {"d" "M12.79 21 3 11.21v2c0 .53.21 1.04.59 1.41l7.79 7.79c.78.78 2.05.78 2.83 0l6.21-6.21c.78-.78.78-2.05 0-2.83L12.79 21z"}) (e "path" #js {"d" "M11.38 17.41c.78.78 2.05.78 2.83 0l6.21-6.21c.78-.78.78-2.05 0-2.83L12.63.58C12.25.21 11.74 0 11.21 0H5C3.9 0 3 .9 3 2v6.21c0 .53.21 1.04.59 1.41l7.79 7.79zM7.25 3c.69 0 1.25.56 1.25 1.25S7.94 5.5 7.25 5.5 6 4.94 6 4.25 6.56 3 7.25 3z"})]
"DiscountRounded"))
================================================
FILE: src/icons/reagent_mui/icons/discount_sharp.cljs
================================================
(ns reagent-mui.icons.discount-sharp
"Imports @mui/icons-material/DiscountSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def discount-sharp (create-svg-icon [(e "path" #js {"d" "M12.79 21 3 11.21v2.83l9.79 9.79 9.04-9.04-1.42-1.41z"}) (e "path" #js {"d" "m3 9.04 9.79 9.79 9.04-9.04L12.04 0H3v9.04zM7.25 3c.69 0 1.25.56 1.25 1.25S7.94 5.5 7.25 5.5 6 4.94 6 4.25 6.56 3 7.25 3z"})]
"DiscountSharp"))
================================================
FILE: src/icons/reagent_mui/icons/discount_two_tone.cljs
================================================
(ns reagent-mui.icons.discount-two-tone
"Imports @mui/icons-material/DiscountTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def discount-two-tone (create-svg-icon [(e "path" #js {"d" "M19 9.79 11.21 2H5v6.21L12.79 16 19 9.79zM7.25 5.5C6.56 5.5 6 4.94 6 4.25S6.56 3 7.25 3s1.25.56 1.25 1.25S7.94 5.5 7.25 5.5z", "opacity" ".3"}) (e "path" #js {"d" "M12.79 21 3 11.21v2c0 .53.21 1.04.59 1.41l7.79 7.79c.78.78 2.05.78 2.83 0l6.21-6.21c.78-.78.78-2.05 0-2.83L12.79 21z"}) (e "path" #js {"d" "M11.38 17.41c.39.39.9.59 1.41.59.51 0 1.02-.2 1.41-.59l6.21-6.21c.78-.78.78-2.05 0-2.83L12.62.58C12.25.21 11.74 0 11.21 0H5C3.9 0 3 .9 3 2v6.21c0 .53.21 1.04.59 1.41l7.79 7.79zM5 2h6.21L19 9.79 12.79 16 5 8.21V2z"}) (e "circle" #js {"cx" "7.25", "cy" "4.25", "r" "1.25"})]
"DiscountTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/display_settings.cljs
================================================
(ns reagent-mui.icons.display-settings
"Imports @mui/icons-material/DisplaySettings as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def display-settings (create-svg-icon [(e "path" #js {"d" "M20 3H4c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h4v2h8v-2h4c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm0 14H4V5h16v12z"}) (e "path" #js {"d" "M6 8.25h8v1.5H6zm10.5 1.5H18v-1.5h-1.5V7H15v4h1.5zm-6.5 2.5h8v1.5h-8zM7.5 15H9v-4H7.5v1.25H6v1.5h1.5z"})]
"DisplaySettings"))
================================================
FILE: src/icons/reagent_mui/icons/display_settings_outlined.cljs
================================================
(ns reagent-mui.icons.display-settings-outlined
"Imports @mui/icons-material/DisplaySettingsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def display-settings-outlined (create-svg-icon [(e "path" #js {"d" "M20 3H4c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h4v2h8v-2h4c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm0 14H4V5h16v12z"}) (e "path" #js {"d" "M6 8.25h8v1.5H6zm10.5 1.5H18v-1.5h-1.5V7H15v4h1.5zm-6.5 2.5h8v1.5h-8zM7.5 15H9v-4H7.5v1.25H6v1.5h1.5z"})]
"DisplaySettingsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/display_settings_rounded.cljs
================================================
(ns reagent-mui.icons.display-settings-rounded
"Imports @mui/icons-material/DisplaySettingsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def display-settings-rounded (create-svg-icon [(e "path" #js {"d" "M20 3H4c-1.1 0-2 .9-2 2v12c0 1.1.89 2 2 2h4v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h4c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm0 14H4V5h16v12z"}) (e "path" #js {"d" "M6 8.25h8v1.5H6zm10.5 1.5H18v-1.5h-1.5V7H15v4h1.5zm-6.5 2.5h8v1.5h-8zM7.5 15H9v-4H7.5v1.25H6v1.5h1.5z"})]
"DisplaySettingsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/display_settings_sharp.cljs
================================================
(ns reagent-mui.icons.display-settings-sharp
"Imports @mui/icons-material/DisplaySettingsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def display-settings-sharp (create-svg-icon [(e "path" #js {"d" "M22 3H2v16h6v2h8v-2h6V3zm-2 14H4V5h16v12z"}) (e "path" #js {"d" "M6 8.25h8v1.5H6zm10.5 1.5H18v-1.5h-1.5V7H15v4h1.5zm-6.5 2.5h8v1.5h-8zM7.5 15H9v-4H7.5v1.25H6v1.5h1.5z"})]
"DisplaySettingsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/display_settings_two_tone.cljs
================================================
(ns reagent-mui.icons.display-settings-two-tone
"Imports @mui/icons-material/DisplaySettingsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def display-settings-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17h16V5H4v12zm14-3.25h-8v-1.5h8v1.5zM15 7h1.5v1.25H18v1.5h-1.5V11H15V7zM6 8.25h8v1.5H6v-1.5zm0 4h1.5V11H9v4H7.5v-1.25H6v-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M20 3H4c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h4v2h8v-2h4c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm0 14H4V5h16v12z"}) (e "path" #js {"d" "M6 8.25h8v1.5H6zm10.5 1.5H18v-1.5h-1.5V7H15v4h1.5zm-6.5 2.5h8v1.5h-8zM7.5 15H9v-4H7.5v1.25H6v1.5h1.5z"})]
"DisplaySettingsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/diversity_1.cljs
================================================
(ns reagent-mui.icons.diversity-1
"Imports @mui/icons-material/Diversity1 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diversity-1 (create-svg-icon [(e "circle" #js {"cx" "4", "cy" "14", "r" "2"}) (e "path" #js {"d" "M1.22 17.58C.48 17.9 0 18.62 0 19.43V21h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58z"}) (e "circle" #js {"cx" "20", "cy" "14", "r" "2"}) (e "path" #js {"d" "M22.78 17.58c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V21H24v-1.57c0-.81-.48-1.53-1.22-1.85zm-6.54-.93c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 17.13 6 18.21 6 19.39V21h12v-1.61c0-1.18-.68-2.26-1.76-2.74zM9 12c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"}) (e "path" #js {"d" "M2.48 10.86C2.17 10.1 2 9.36 2 8.6 2 6.02 4.02 4 6.6 4c2.68 0 3.82 1.74 5.4 3.59C13.57 5.76 14.7 4 17.4 4 19.98 4 22 6.02 22 8.6c0 .76-.17 1.5-.48 2.26.65.31 1.18.82 1.53 1.44.6-1.2.95-2.42.95-3.7C24 4.9 21.1 2 17.4 2c-2.09 0-4.09.97-5.4 2.51C10.69 2.97 8.69 2 6.6 2 2.9 2 0 4.9 0 8.6c0 1.28.35 2.5.96 3.7.35-.62.88-1.13 1.52-1.44z"})]
"Diversity1"))
================================================
FILE: src/icons/reagent_mui/icons/diversity_1_outlined.cljs
================================================
(ns reagent-mui.icons.diversity-1-outlined
"Imports @mui/icons-material/Diversity1Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diversity-1-outlined (create-svg-icon [(e "circle" #js {"cx" "4", "cy" "14", "r" "2"}) (e "path" #js {"d" "M1.22 17.58C.48 17.9 0 18.62 0 19.43V21h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58z"}) (e "circle" #js {"cx" "20", "cy" "14", "r" "2"}) (e "path" #js {"d" "M22.78 17.58c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V21H24v-1.57c0-.81-.48-1.53-1.22-1.85zm-6.54-.93c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 17.13 6 18.21 6 19.39V21h12v-1.61c0-1.18-.68-2.26-1.76-2.74zM8.07 19c.09-.23.27-.42.49-.52 1.1-.49 2.26-.73 3.43-.73 1.18 0 2.33.25 3.43.73.23.1.4.29.49.52H8.07zM9 12c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3zm4 0c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1z"}) (e "path" #js {"d" "M2.48 10.86C2.17 10.1 2 9.36 2 8.6 2 6.02 4.02 4 6.6 4c2.68 0 3.82 1.74 5.4 3.59C13.57 5.76 14.7 4 17.4 4 19.98 4 22 6.02 22 8.6c0 .76-.17 1.5-.48 2.26.65.31 1.18.82 1.53 1.44.6-1.2.95-2.42.95-3.7C24 4.9 21.1 2 17.4 2c-2.09 0-4.09.97-5.4 2.51C10.69 2.97 8.69 2 6.6 2 2.9 2 0 4.9 0 8.6c0 1.28.35 2.5.96 3.7.35-.62.88-1.13 1.52-1.44z"})]
"Diversity1Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/diversity_1_rounded.cljs
================================================
(ns reagent-mui.icons.diversity-1-rounded
"Imports @mui/icons-material/Diversity1Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diversity-1-rounded (create-svg-icon [(e "circle" #js {"cx" "4", "cy" "14", "r" "2"}) (e "path" #js {"d" "M1.22 17.58C.48 17.9 0 18.62 0 19.43V20c0 .55.45 1 1 1h3.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58z"}) (e "circle" #js {"cx" "20", "cy" "14", "r" "2"}) (e "path" #js {"d" "M22.78 17.58c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V21H23c.55 0 1-.45 1-1v-.57c0-.81-.48-1.53-1.22-1.85zm-6.54-.93c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 17.13 6 18.21 6 19.39V20c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-.61c0-1.18-.68-2.26-1.76-2.74zM9 12c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"}) (e "path" #js {"d" "M2.48 10.86C2.17 10.1 2 9.36 2 8.6 2 6.02 4.02 4 6.6 4c2.68 0 3.82 1.74 5.4 3.59C13.57 5.76 14.7 4 17.4 4 19.98 4 22 6.02 22 8.6c0 .76-.17 1.5-.48 2.26.65.31 1.18.82 1.53 1.44.6-1.2.95-2.42.95-3.7C24 4.9 21.1 2 17.4 2c-2.09 0-4.09.97-5.4 2.51C10.69 2.97 8.69 2 6.6 2 2.9 2 0 4.9 0 8.6c0 1.28.35 2.5.96 3.7.35-.62.88-1.13 1.52-1.44z"})]
"Diversity1Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/diversity_1_sharp.cljs
================================================
(ns reagent-mui.icons.diversity-1-sharp
"Imports @mui/icons-material/Diversity1Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diversity-1-sharp (create-svg-icon [(e "circle" #js {"cx" "4", "cy" "14", "r" "2"}) (e "path" #js {"d" "M1.22 17.58C.48 17.9 0 18.62 0 19.43V21h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58z"}) (e "circle" #js {"cx" "20", "cy" "14", "r" "2"}) (e "path" #js {"d" "M22.78 17.58c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V21H24v-1.57c0-.81-.48-1.53-1.22-1.85zm-6.54-.93c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 17.13 6 18.21 6 19.39V21h12v-1.61c0-1.18-.68-2.26-1.76-2.74zM9 12c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"}) (e "path" #js {"d" "M2.48 10.86C2.17 10.1 2 9.36 2 8.6 2 6.02 4.02 4 6.6 4c2.68 0 3.82 1.74 5.4 3.59C13.57 5.76 14.7 4 17.4 4 19.98 4 22 6.02 22 8.6c0 .76-.17 1.5-.48 2.26.65.31 1.18.82 1.53 1.44.6-1.2.95-2.42.95-3.7C24 4.9 21.1 2 17.4 2c-2.09 0-4.09.97-5.4 2.51C10.69 2.97 8.69 2 6.6 2 2.9 2 0 4.9 0 8.6c0 1.28.35 2.5.96 3.7.35-.62.88-1.13 1.52-1.44z"})]
"Diversity1Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/diversity_1_two_tone.cljs
================================================
(ns reagent-mui.icons.diversity-1-two-tone
"Imports @mui/icons-material/Diversity1TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diversity-1-two-tone (create-svg-icon [(e "circle" #js {"cx" "4", "cy" "14", "r" "2"}) (e "path" #js {"d" "M1.22 17.58C.48 17.9 0 18.62 0 19.43V21h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58z"}) (e "circle" #js {"cx" "20", "cy" "14", "r" "2"}) (e "path" #js {"d" "M22.78 17.58c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V21H24v-1.57c0-.81-.48-1.53-1.22-1.85zm-6.54-.93c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 17.13 6 18.21 6 19.39V21h12v-1.61c0-1.18-.68-2.26-1.76-2.74zM8.07 19c.09-.23.27-.42.49-.52 1.1-.49 2.26-.73 3.43-.73 1.18 0 2.33.25 3.43.73.23.1.4.29.49.52H8.07zM9 12c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3zm4 0c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1z"}) (e "path" #js {"d" "M2.48 10.86C2.17 10.1 2 9.36 2 8.6 2 6.02 4.02 4 6.6 4c2.68 0 3.82 1.74 5.4 3.59C13.57 5.76 14.7 4 17.4 4 19.98 4 22 6.02 22 8.6c0 .76-.17 1.5-.48 2.26.65.31 1.18.82 1.53 1.44.6-1.2.95-2.42.95-3.7C24 4.9 21.1 2 17.4 2c-2.09 0-4.09.97-5.4 2.51C10.69 2.97 8.69 2 6.6 2 2.9 2 0 4.9 0 8.6c0 1.28.35 2.5.96 3.7.35-.62.88-1.13 1.52-1.44z"}) (e "path" #js {"d" "M17.4 4c-2.68 0-3.82 1.74-5.4 3.59C10.44 5.75 9.3 4 6.6 4 4.02 4 2 6.02 2 8.6c0 .76.17 1.5.48 2.26.46-.22.97-.36 1.52-.36 1.93 0 3.5 1.57 3.5 3.5 0 .45-.09.87-.24 1.26.97-.42 1.96-.69 2.98-.84C9.49 13.87 9 13 9 12c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1-.49 1.87-1.24 2.42 1.02.15 2.02.43 2.98.85-.15-.39-.24-.82-.24-1.26 0-1.93 1.57-3.5 3.5-3.5.55 0 1.06.14 1.52.36.31-.77.48-1.51.48-2.27C22 6.02 19.98 4 17.4 4zM8.07 19.02h7.85c-.09-.23-.27-.42-.49-.52-1.1-.49-2.26-.73-3.43-.73-1.18 0-2.33.25-3.43.73-.23.1-.4.29-.5.52z", "opacity" ".3"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "1", "opacity" ".3"})]
"Diversity1TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/diversity_2.cljs
================================================
(ns reagent-mui.icons.diversity-2
"Imports @mui/icons-material/Diversity2 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diversity-2 (create-svg-icon [(e "path" #js {"d" "m10.1 15.9 1.42-1.42C8.79 12.05 7 10.41 7 8.85 7 7.8 7.8 7 8.85 7c1.11 0 1.54.65 2.68 2h.93c1.12-1.31 1.53-2 2.68-2 .87 0 1.55.54 1.77 1.32.35-.04.68-.06 1-.06.36 0 .7.03 1.03.08C18.7 6.43 17.13 5 15.15 5c-.12 0-.23.03-.35.04.12-.33.2-.67.2-1.04 0-1.66-1.34-3-3-3S9 2.34 9 4c0 .37.08.71.2 1.04-.12-.01-.23-.04-.35-.04C6.69 5 5 6.69 5 8.85c0 2.42 2.04 4.31 5.1 7.05z"}) (e "path" #js {"d" "M22.5 16.24c-.32-.18-.66-.29-1-.35.07-.1.15-.18.21-.28 1.08-1.87.46-4.18-1.41-5.26-2.09-1.21-4.76-.39-8.65.9l.52 1.94c3.47-1.14 5.79-1.88 7.14-1.1.91.53 1.2 1.61.68 2.53-.56.96-1.33 1-3.07 1.32l-.47.81c.58 1.62.97 2.33.39 3.32-.53.91-1.61 1.2-2.53.68-.06-.03-.11-.09-.17-.13-.3.67-.64 1.24-1.03 1.73.07.04.13.09.2.14 1.87 1.08 4.18.46 5.26-1.41.06-.1.09-.21.14-.32.22.27.48.51.8.69 1.43.83 3.27.34 4.1-1.1s.32-3.29-1.11-4.11z"}) (e "path" #js {"d" "M12.32 14.01c-.74 3.58-1.27 5.95-2.62 6.73-.91.53-2 .24-2.53-.68-.56-.96-.2-1.66.39-3.32l-.46-.81c-1.7-.31-2.5-.33-3.07-1.32-.53-.91-.24-2 .68-2.53.09-.05.19-.08.29-.11-.35-.56-.64-1.17-.82-1.85-.16.07-.32.14-.48.23-1.87 1.08-2.49 3.39-1.41 5.26.06.1.14.18.21.28-.34.06-.68.17-1 .35-1.43.83-1.93 2.66-1.1 4.1s2.66 1.93 4.1 1.1c.32-.18.58-.42.8-.69.05.11.08.22.14.32 1.08 1.87 3.39 2.49 5.26 1.41 2.09-1.21 2.71-3.93 3.55-7.94l-1.93-.53z"})]
"Diversity2"))
================================================
FILE: src/icons/reagent_mui/icons/diversity_2_outlined.cljs
================================================
(ns reagent-mui.icons.diversity-2-outlined
"Imports @mui/icons-material/Diversity2Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diversity-2-outlined (create-svg-icon [(e "path" #js {"d" "m10.1 15.9 1.42-1.42C8.79 12.05 7 10.41 7 8.85 7 7.8 7.8 7 8.85 7c1.11 0 1.54.65 2.68 2h.93c1.12-1.31 1.53-2 2.68-2 .87 0 1.55.54 1.77 1.32.35-.04.68-.06 1-.06.36 0 .7.03 1.03.08C18.7 6.43 17.13 5 15.15 5c-.12 0-.23.03-.35.04.12-.33.2-.67.2-1.04 0-1.66-1.34-3-3-3S9 2.34 9 4c0 .37.08.71.2 1.04-.12-.01-.23-.04-.35-.04C6.69 5 5 6.69 5 8.85c0 2.42 2.04 4.31 5.1 7.05z"}) (e "path" #js {"d" "M22.5 16.24c-.32-.18-.66-.29-1-.35.07-.1.15-.18.21-.28 1.08-1.87.46-4.18-1.41-5.26-2.09-1.21-4.76-.39-8.65.9l.52 1.94c3.47-1.14 5.79-1.88 7.14-1.1.91.53 1.2 1.61.68 2.53-.56.96-1.33 1-3.07 1.32l-.47.81c.58 1.62.97 2.33.39 3.32-.53.91-1.61 1.2-2.53.68-.06-.03-.11-.09-.17-.13-.3.67-.64 1.24-1.03 1.73.07.04.13.09.2.14 1.87 1.08 4.18.46 5.26-1.41.06-.1.09-.21.14-.32.22.27.48.51.8.69 1.43.83 3.27.34 4.1-1.1s.32-3.29-1.11-4.11z"}) (e "path" #js {"d" "M12.32 14.01c-.74 3.58-1.27 5.95-2.62 6.73-.91.53-2 .24-2.53-.68-.56-.96-.2-1.66.39-3.32l-.46-.81c-1.7-.31-2.5-.33-3.07-1.32-.53-.91-.24-2 .68-2.53.09-.05.19-.08.29-.11-.35-.56-.64-1.17-.82-1.85-.16.07-.32.14-.48.23-1.87 1.08-2.49 3.39-1.41 5.26.06.1.14.18.21.28-.34.06-.68.17-1 .35-1.43.83-1.93 2.66-1.1 4.1s2.66 1.93 4.1 1.1c.32-.18.58-.42.8-.69.05.11.08.22.14.32 1.08 1.87 3.39 2.49 5.26 1.41 2.09-1.21 2.71-3.93 3.55-7.94l-1.93-.53z"})]
"Diversity2Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/diversity_2_rounded.cljs
================================================
(ns reagent-mui.icons.diversity-2-rounded
"Imports @mui/icons-material/Diversity2Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diversity-2-rounded (create-svg-icon [(e "path" #js {"d" "M10.77 15.23c.4-.4.39-1.07-.04-1.45-2.56-2.31-4.08-3.88-3.66-5.45C7.29 7.52 8.01 7 8.85 7c1.11 0 1.54.65 2.68 2h.93c1.12-1.31 1.53-2 2.68-2 .87 0 1.55.54 1.77 1.32.35-.04.68-.06 1-.06.36 0 .7.03 1.03.08C18.7 6.43 17.13 5 15.15 5c-.12 0-.23.03-.35.04.26-.71.31-1.53-.18-2.43-.43-.81-1.22-1.43-2.12-1.57C10.62.74 9 2.18 9 4c0 .37.08.71.2 1.04-.12-.01-.23-.04-.35-.04C6.69 5 5 6.69 5 8.85c0 2.23 1.73 4.01 4.4 6.41.39.36 1 .34 1.37-.03z"}) (e "path" #js {"d" "M23.52 17.25c-.54-.87-1.27-1.23-2.01-1.36.07-.1.15-.18.21-.28 1.08-1.87.46-4.18-1.41-5.26-1.93-1.11-4.34-.5-7.75.6-.51.16-.79.7-.66 1.21.15.55.73.87 1.28.69 3.28-1.06 5.4-1.6 6.55-.45.59.59.68 1.48.26 2.21-.56.96-1.33 1-3.07 1.32l-.47.81c.58 1.62.97 2.33.39 3.32-.53.91-1.61 1.2-2.53.68-.06-.03-.11-.09-.17-.13-.3.67-.64 1.24-1.03 1.73v.01c1.9 1.24 4.34.64 5.46-1.29.06-.1.09-.21.14-.32.22.27.48.51.8.69 1.58.91 3.64.23 4.31-1.55.32-.86.18-1.85-.3-2.63z"}) (e "path" #js {"d" "M12.1 15.04c-.72 3.38-1.32 5.48-2.89 5.9-.81.22-1.62-.15-2.04-.88-.56-.96-.2-1.66.39-3.32l-.46-.81c-1.7-.31-2.5-.33-3.07-1.32-.53-.91-.24-2 .68-2.53.09-.05.19-.08.29-.11-.27-.42-.5-.87-.67-1.37-.24-.11-.36-.16-.6-.26-1.88 1.07-2.51 3.4-1.43 5.27.06.1.14.18.21.28-.75.13-1.48.49-2.01 1.36-.48.78-.62 1.77-.3 2.63.68 1.78 2.74 2.46 4.31 1.55.32-.18.58-.42.8-.69.05.11.08.22.14.32 1.08 1.87 3.39 2.49 5.26 1.41 1.93-1.11 2.61-3.51 3.36-7.01.11-.52-.21-1.04-.72-1.17-.57-.15-1.13.19-1.25.75z"})]
"Diversity2Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/diversity_2_sharp.cljs
================================================
(ns reagent-mui.icons.diversity-2-sharp
"Imports @mui/icons-material/Diversity2Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diversity-2-sharp (create-svg-icon [(e "path" #js {"d" "m10.1 15.9 1.42-1.42C8.79 12.05 7 10.41 7 8.85 7 7.8 7.8 7 8.85 7c1.11 0 1.54.65 2.68 2h.93c1.12-1.31 1.53-2 2.68-2 .87 0 1.55.54 1.77 1.32.35-.04.68-.06 1-.06.36 0 .7.03 1.03.08C18.7 6.43 17.13 5 15.15 5c-.12 0-.23.03-.35.04.12-.33.2-.67.2-1.04 0-1.66-1.34-3-3-3S9 2.34 9 4c0 .37.08.71.2 1.04-.12-.01-.23-.04-.35-.04C6.69 5 5 6.69 5 8.85c0 2.42 2.04 4.31 5.1 7.05z"}) (e "path" #js {"d" "M22.5 16.24c-.32-.18-.66-.29-1-.35.07-.1.15-.18.21-.28 1.08-1.87.46-4.18-1.41-5.26-2.09-1.21-4.76-.39-8.65.9l.52 1.94c3.47-1.14 5.79-1.88 7.14-1.1.91.53 1.2 1.61.68 2.53-.56.96-1.33 1-3.07 1.32l-.47.81c.58 1.62.97 2.33.39 3.32-.53.91-1.61 1.2-2.53.68-.06-.03-.11-.09-.17-.13-.3.67-.64 1.24-1.03 1.73.07.04.13.09.2.14 1.87 1.08 4.18.46 5.26-1.41.06-.1.09-.21.14-.32.22.27.48.51.8.69 1.43.83 3.27.34 4.1-1.1s.32-3.29-1.11-4.11z"}) (e "path" #js {"d" "M12.32 14.01c-.74 3.58-1.27 5.95-2.62 6.73-.91.53-2 .24-2.53-.68-.56-.96-.2-1.66.39-3.32l-.46-.81c-1.7-.31-2.5-.33-3.07-1.32-.53-.91-.24-2 .68-2.53.09-.05.19-.08.29-.11-.35-.56-.64-1.17-.82-1.85-.16.07-.32.14-.48.23-1.87 1.08-2.49 3.39-1.41 5.26.06.1.14.18.21.28-.34.06-.68.17-1 .35-1.43.83-1.93 2.66-1.1 4.1s2.66 1.93 4.1 1.1c.32-.18.58-.42.8-.69.05.11.08.22.14.32 1.08 1.87 3.39 2.49 5.26 1.41 2.09-1.21 2.71-3.93 3.55-7.94l-1.93-.53z"})]
"Diversity2Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/diversity_2_two_tone.cljs
================================================
(ns reagent-mui.icons.diversity-2-two-tone
"Imports @mui/icons-material/Diversity2TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diversity-2-two-tone (create-svg-icon [(e "path" #js {"d" "M2.5 17.97c-.48.28-.64.89-.37 1.37s.89.64 1.37.37c.48-.28.64-.89.37-1.37s-.89-.65-1.37-.37zm19 0c-.48-.28-1.09-.11-1.37.37s-.11 1.09.37 1.37 1.09.11 1.37-.37.11-1.1-.37-1.37z", "opacity" ".3"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "m10.1 15.9 1.42-1.42C8.79 12.05 7 10.41 7 8.85 7 7.8 7.8 7 8.85 7c1.11 0 1.54.65 2.68 2h.93c1.12-1.31 1.53-2 2.68-2 .87 0 1.55.54 1.77 1.32.35-.04.68-.06 1-.06.36 0 .7.03 1.03.08C18.7 6.43 17.13 5 15.15 5c-.12 0-.23.03-.35.04.12-.33.2-.67.2-1.04 0-1.66-1.34-3-3-3S9 2.34 9 4c0 .37.08.71.2 1.04-.12-.01-.23-.04-.35-.04C6.69 5 5 6.69 5 8.85c0 2.42 2.04 4.31 5.1 7.05zM12 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"}) (e "path" #js {"d" "M22.5 16.24c-.32-.18-.66-.29-1-.35.07-.1.15-.18.21-.28 1.08-1.87.46-4.18-1.41-5.26-2.09-1.21-4.76-.39-8.65.9l.52 1.94c3.47-1.14 5.79-1.88 7.14-1.1.91.53 1.2 1.61.68 2.53-.56.96-1.33 1-3.07 1.32l-.47.81c.58 1.62.97 2.33.39 3.32-.53.91-1.61 1.2-2.53.68-.06-.03-.11-.09-.17-.13-.3.67-.64 1.24-1.03 1.73.07.04.13.09.2.14 1.87 1.08 4.18.46 5.26-1.41.06-.1.09-.21.14-.32.22.27.48.51.8.69 1.43.83 3.27.34 4.1-1.1s.32-3.29-1.11-4.11zm-.63 3.09c-.28.48-.89.64-1.37.37-.48-.28-.64-.89-.37-1.37s.89-.64 1.37-.37c.48.28.64.9.37 1.37z"}) (e "path" #js {"d" "M12.32 14.01c-.74 3.58-1.27 5.95-2.62 6.73-.91.53-2 .24-2.53-.68-.56-.96-.2-1.66.39-3.32l-.46-.81c-1.7-.31-2.5-.33-3.07-1.32-.53-.91-.24-2 .68-2.53.09-.05.19-.08.29-.11-.35-.56-.64-1.17-.82-1.85-.16.07-.32.14-.48.23-1.87 1.08-2.49 3.39-1.41 5.26.06.1.14.18.21.28-.34.06-.68.17-1 .35-1.43.83-1.93 2.66-1.1 4.1s2.66 1.93 4.1 1.1c.32-.18.58-.42.8-.69.05.11.08.22.14.32 1.08 1.87 3.39 2.49 5.26 1.41 2.09-1.21 2.71-3.93 3.55-7.94l-1.93-.53zM3.5 19.7c-.48.28-1.09.11-1.37-.37s-.11-1.09.37-1.37 1.09-.11 1.37.37.11 1.09-.37 1.37z"})]
"Diversity2TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/diversity_3.cljs
================================================
(ns reagent-mui.icons.diversity-3
"Imports @mui/icons-material/Diversity3 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diversity-3 (create-svg-icon [(e "path" #js {"d" "M6.32 13.01c.96.02 1.85.5 2.45 1.34C9.5 15.38 10.71 16 12 16s2.5-.62 3.23-1.66c.6-.84 1.49-1.32 2.45-1.34-.72-1.22-3.6-2-5.68-2-2.07 0-4.96.78-5.68 2.01zM4 13c1.66 0 3-1.34 3-3S5.66 7 4 7s-3 1.34-3 3 1.34 3 3 3zm16 0c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm-8-3c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z"}) (e "path" #js {"d" "M21 14h-3.27c-.77 0-1.35.45-1.68.92-.04.06-1.36 2.08-4.05 2.08-1.43 0-3.03-.64-4.05-2.08-.39-.55-1-.92-1.68-.92H3c-1.1 0-2 .9-2 2v4h7v-2.26c1.15.8 2.54 1.26 4 1.26s2.85-.46 4-1.26V20h7v-4c0-1.1-.9-2-2-2z"})]
"Diversity3"))
================================================
FILE: src/icons/reagent_mui/icons/diversity_3_outlined.cljs
================================================
(ns reagent-mui.icons.diversity-3-outlined
"Imports @mui/icons-material/Diversity3Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diversity-3-outlined (create-svg-icon [(e "path" #js {"d" "M6.32 13.01c.96.02 1.85.5 2.45 1.34C9.5 15.38 10.71 16 12 16s2.5-.62 3.23-1.66c.6-.84 1.49-1.32 2.45-1.34-.72-1.22-3.6-2-5.68-2-2.07 0-4.96.78-5.68 2.01zM4 13c1.66 0 3-1.34 3-3S5.66 7 4 7s-3 1.34-3 3 1.34 3 3 3zm16 0c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm-8-3c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z"}) (e "path" #js {"d" "M21 14h-3.27c-.77 0-1.35.45-1.68.92-.04.06-1.36 2.08-4.05 2.08-1.43 0-3.03-.64-4.05-2.08-.39-.55-1-.92-1.68-.92H3c-1.1 0-2 .9-2 2v4h7v-2.26c1.15.8 2.54 1.26 4 1.26s2.85-.46 4-1.26V20h7v-4c0-1.1-.9-2-2-2z"})]
"Diversity3Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/diversity_3_rounded.cljs
================================================
(ns reagent-mui.icons.diversity-3-rounded
"Imports @mui/icons-material/Diversity3Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diversity-3-rounded (create-svg-icon [(e "path" #js {"d" "M6.32 13.01c.96.02 1.85.5 2.45 1.34C9.5 15.38 10.71 16 12 16s2.5-.62 3.23-1.66c.6-.84 1.49-1.32 2.45-1.34-.72-1.22-3.6-2-5.68-2-2.07 0-4.96.78-5.68 2.01zM4 13c1.66 0 3-1.34 3-3S5.66 7 4 7s-3 1.34-3 3 1.34 3 3 3zm16 0c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm-8-3c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z"}) (e "path" #js {"d" "M21 14h-3.27c-.77 0-1.35.45-1.68.92-.04.06-1.36 2.08-4.05 2.08-1.43 0-3.03-.64-4.05-2.08-.39-.55-1-.92-1.68-.92H3c-1.1 0-2 .9-2 2v3c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-1.26c1.15.8 2.54 1.26 4 1.26s2.85-.46 4-1.26V19c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-3c0-1.1-.9-2-2-2z"})]
"Diversity3Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/diversity_3_sharp.cljs
================================================
(ns reagent-mui.icons.diversity-3-sharp
"Imports @mui/icons-material/Diversity3Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diversity-3-sharp (create-svg-icon [(e "path" #js {"d" "M6.32 13.01c.96.02 1.85.5 2.45 1.34C9.5 15.38 10.71 16 12 16s2.5-.62 3.23-1.66c.6-.84 1.49-1.32 2.45-1.34-.72-1.22-3.6-2-5.68-2-2.07 0-4.96.78-5.68 2.01zM4 13c1.66 0 3-1.34 3-3S5.66 7 4 7s-3 1.34-3 3 1.34 3 3 3zm16 0c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm-8-3c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z"}) (e "path" #js {"d" "M21 14h-3.27c-.77 0-1.35.45-1.68.92-.04.06-1.36 2.08-4.05 2.08-1.43 0-3.03-.64-4.05-2.08-.39-.55-1-.92-1.68-.92H3c-1.1 0-2 .9-2 2v4h7v-2.26c1.15.8 2.54 1.26 4 1.26s2.85-.46 4-1.26V20h7v-4c0-1.1-.9-2-2-2z"})]
"Diversity3Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/diversity_3_two_tone.cljs
================================================
(ns reagent-mui.icons.diversity-3-two-tone
"Imports @mui/icons-material/Diversity3TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def diversity-3-two-tone (create-svg-icon [(e "path" #js {"d" "M6.32 13.01c.96.02 1.85.5 2.45 1.34C9.5 15.38 10.71 16 12 16s2.5-.62 3.23-1.66c.6-.84 1.49-1.32 2.45-1.34-.72-1.22-3.6-2-5.68-2-2.07 0-4.96.78-5.68 2.01zM4 13c1.66 0 3-1.34 3-3S5.66 7 4 7s-3 1.34-3 3 1.34 3 3 3zm16 0c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm-8-3c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z"}) (e "path" #js {"d" "M21 14h-3.27c-.77 0-1.35.45-1.68.92-.04.06-1.36 2.08-4.05 2.08-1.43 0-3.03-.64-4.05-2.08-.39-.55-1-.92-1.68-.92H3c-1.1 0-2 .9-2 2v4h7v-2.26c1.15.8 2.54 1.26 4 1.26s2.85-.46 4-1.26V20h7v-4c0-1.1-.9-2-2-2z"})]
"Diversity3TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dns.cljs
================================================
(ns reagent-mui.icons.dns
"Imports @mui/icons-material/Dns as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dns (create-svg-icon (e "path" #js {"d" "M20 13H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zM7 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM20 3H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM7 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"Dns"))
================================================
FILE: src/icons/reagent_mui/icons/dns_outlined.cljs
================================================
(ns reagent-mui.icons.dns-outlined
"Imports @mui/icons-material/DnsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dns-outlined (create-svg-icon (e "path" #js {"d" "M19 15v4H5v-4h14m1-2H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zM7 18.5c-.82 0-1.5-.67-1.5-1.5s.68-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM19 5v4H5V5h14m1-2H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM7 8.5c-.82 0-1.5-.67-1.5-1.5S6.18 5.5 7 5.5s1.5.68 1.5 1.5S7.83 8.5 7 8.5z"})
"DnsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dns_rounded.cljs
================================================
(ns reagent-mui.icons.dns-rounded
"Imports @mui/icons-material/DnsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dns-rounded (create-svg-icon (e "path" #js {"d" "M19 13H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zM7 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM19 3H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"DnsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dns_sharp.cljs
================================================
(ns reagent-mui.icons.dns-sharp
"Imports @mui/icons-material/DnsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dns-sharp (create-svg-icon (e "path" #js {"d" "M21 13H3v8h18v-8zM7 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM21 3H3v8h18V3zM7 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"DnsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dns_two_tone.cljs
================================================
(ns reagent-mui.icons.dns-two-tone
"Imports @mui/icons-material/DnsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dns-two-tone (create-svg-icon [(e "path" #js {"d" "M5 9h14V5H5v4zm2-3.5c.83 0 1.5.67 1.5 1.5S7.83 8.5 7 8.5 5.5 7.83 5.5 7 6.17 5.5 7 5.5zM5 19h14v-4H5v4zm2-3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M20 13H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zm-1 6H5v-4h14v4zm-12-.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM20 3H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-1 6H5V5h14v4zM7 8.5c.83 0 1.5-.67 1.5-1.5S7.83 5.5 7 5.5 5.5 6.17 5.5 7 6.17 8.5 7 8.5z"})]
"DnsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb.cljs
================================================
(ns reagent-mui.icons.do-disturb
"Imports @mui/icons-material/DoDisturb as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM4 12c0-4.4 3.6-8 8-8 1.8 0 3.5.6 4.9 1.7L5.7 16.9C4.6 15.5 4 13.8 4 12zm8 8c-1.8 0-3.5-.6-4.9-1.7L18.3 7.1C19.4 8.5 20 10.2 20 12c0 4.4-3.6 8-8 8z"})
"DoDisturb"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_alt.cljs
================================================
(ns reagent-mui.icons.do-disturb-alt
"Imports @mui/icons-material/DoDisturbAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-alt (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"})
"DoDisturbAlt"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_alt_outlined.cljs
================================================
(ns reagent-mui.icons.do-disturb-alt-outlined
"Imports @mui/icons-material/DoDisturbAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-alt-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM4 12c0-4.4 3.6-8 8-8 1.8 0 3.5.6 4.9 1.7L5.7 16.9C4.6 15.5 4 13.8 4 12zm8 8c-1.8 0-3.5-.6-4.9-1.7L18.3 7.1C19.4 8.5 20 10.2 20 12c0 4.4-3.6 8-8 8z"})
"DoDisturbAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_alt_rounded.cljs
================================================
(ns reagent-mui.icons.do-disturb-alt-rounded
"Imports @mui/icons-material/DoDisturbAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-alt-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM4 12c0-4.4 3.6-8 8-8 1.8 0 3.5.6 4.9 1.7L5.7 16.9C4.6 15.5 4 13.8 4 12zm8 8c-1.8 0-3.5-.6-4.9-1.7L18.3 7.1C19.4 8.5 20 10.2 20 12c0 4.4-3.6 8-8 8z"})
"DoDisturbAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_alt_sharp.cljs
================================================
(ns reagent-mui.icons.do-disturb-alt-sharp
"Imports @mui/icons-material/DoDisturbAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-alt-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM4 12c0-4.4 3.6-8 8-8 1.8 0 3.5.6 4.9 1.7L5.7 16.9C4.6 15.5 4 13.8 4 12zm8 8c-1.8 0-3.5-.6-4.9-1.7L18.3 7.1C19.4 8.5 20 10.2 20 12c0 4.4-3.6 8-8 8z"})
"DoDisturbAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.do-disturb-alt-two-tone
"Imports @mui/icons-material/DoDisturbAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-alt-two-tone (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM4 12c0-4.4 3.6-8 8-8 1.8 0 3.5.6 4.9 1.7L5.7 16.9C4.6 15.5 4 13.8 4 12zm8 8c-1.8 0-3.5-.6-4.9-1.7L18.3 7.1C19.4 8.5 20 10.2 20 12c0 4.4-3.6 8-8 8z"})
"DoDisturbAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_off.cljs
================================================
(ns reagent-mui.icons.do-disturb-off
"Imports @mui/icons-material/DoDisturbOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-off (create-svg-icon (e "path" #js {"d" "M17 11v2h-1.17l4.51 4.51C21.39 15.93 22 14.04 22 12c0-5.52-4.48-10-10-10-2.04 0-3.93.61-5.51 1.66L13.83 11H17zM1.39 4.22l2.27 2.27C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l2.27 2.27 1.41-1.41L2.81 2.81 1.39 4.22zM7 11h1.17l2 2H7v-2z"})
"DoDisturbOff"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_off_outlined.cljs
================================================
(ns reagent-mui.icons.do-disturb-off-outlined
"Imports @mui/icons-material/DoDisturbOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-off-outlined (create-svg-icon (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8 0 1.41-.37 2.73-1.01 3.88l1.46 1.46C21.43 15.79 22 13.96 22 12c0-5.52-4.48-10-10-10-1.96 0-3.79.57-5.33 1.55l1.46 1.46C9.27 4.37 10.59 4 12 4zm5 7h-2.88l2 2H17zM2.41 2.13 1 3.54l2.78 2.78C2.66 7.93 2 9.89 2 12c0 5.52 4.48 10 10 10 2.11 0 4.07-.66 5.68-1.78L20.46 23l1.41-1.41L2.41 2.13zM12 20c-4.41 0-8-3.59-8-8 0-1.56.45-3 1.23-4.23L8.46 11H7v2h3.46l5.77 5.77C15 19.55 13.56 20 12 20z"})
"DoDisturbOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_off_rounded.cljs
================================================
(ns reagent-mui.icons.do-disturb-off-rounded
"Imports @mui/icons-material/DoDisturbOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-off-rounded (create-svg-icon (e "path" #js {"d" "M17 11v2h-.88l4.33 4.33C21.43 15.79 22 13.96 22 12c0-5.52-4.48-10-10-10-1.96 0-3.79.57-5.33 1.55L14.12 11H17zm4.17 9.88L3.12 2.83a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l2.07 2.07C2.66 7.93 2 9.89 2 12c0 5.52 4.48 10 10 10 2.11 0 4.07-.66 5.68-1.78l2.07 2.07c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41zM7 13v-2h1.46l2 2H7z"})
"DoDisturbOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_off_sharp.cljs
================================================
(ns reagent-mui.icons.do-disturb-off-sharp
"Imports @mui/icons-material/DoDisturbOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-off-sharp (create-svg-icon (e "path" #js {"d" "M17 11v2h-.88l4.33 4.33C21.43 15.79 22 13.96 22 12c0-5.52-4.48-10-10-10-1.96 0-3.79.57-5.33 1.55L14.12 11H17zM2.41 2.13 1 3.54l2.78 2.78C2.66 7.93 2 9.89 2 12c0 5.52 4.48 10 10 10 2.11 0 4.07-.66 5.68-1.78L20.46 23l1.41-1.41L2.41 2.13zM7 13v-2h1.46l2 2H7z"})
"DoDisturbOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_off_two_tone.cljs
================================================
(ns reagent-mui.icons.do-disturb-off-two-tone
"Imports @mui/icons-material/DoDisturbOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-off-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-1.41 0-2.73.37-3.88 1.01l6 5.99H17v2h-.88L19 15.88c.63-1.15 1-2.47 1-3.88 0-4.41-3.59-8-8-8zm0 16c1.56 0 3-.45 4.23-1.23L10.46 13H7v-2h1.46L5.23 7.77C4.45 9 4 10.44 4 12c0 4.41 3.59 8 8 8z", "opacity" ".3"}) (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8 0 1.41-.37 2.73-1.01 3.88l1.46 1.46C21.43 15.79 22 13.96 22 12c0-5.52-4.48-10-10-10-1.96 0-3.79.57-5.33 1.55l1.46 1.46C9.27 4.37 10.59 4 12 4zm5 7h-2.88l2 2H17zM2.41 2.13 1 3.54l2.78 2.78C2.66 7.93 2 9.89 2 12c0 5.52 4.48 10 10 10 2.11 0 4.07-.66 5.68-1.78L20.46 23l1.41-1.41L2.41 2.13zM12 20c-4.41 0-8-3.59-8-8 0-1.56.45-3 1.23-4.23L8.46 11H7v2h3.46l5.77 5.77C15 19.55 13.56 20 12 20z"})]
"DoDisturbOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_on.cljs
================================================
(ns reagent-mui.icons.do-disturb-on
"Imports @mui/icons-material/DoDisturbOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-on (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"})
"DoDisturbOn"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_on_outlined.cljs
================================================
(ns reagent-mui.icons.do-disturb-on-outlined
"Imports @mui/icons-material/DoDisturbOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-on-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-5-9h10v2H7z"})
"DoDisturbOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_on_rounded.cljs
================================================
(ns reagent-mui.icons.do-disturb-on-rounded
"Imports @mui/icons-material/DoDisturbOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-on-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4 11H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1z"})
"DoDisturbOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_on_sharp.cljs
================================================
(ns reagent-mui.icons.do-disturb-on-sharp
"Imports @mui/icons-material/DoDisturbOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-on-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"})
"DoDisturbOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_on_two_tone.cljs
================================================
(ns reagent-mui.icons.do-disturb-on-two-tone
"Imports @mui/icons-material/DoDisturbOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-on-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm5 9H7v-2h10v2z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-5-9h10v2H7z"})]
"DoDisturbOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_outlined.cljs
================================================
(ns reagent-mui.icons.do-disturb-outlined
"Imports @mui/icons-material/DoDisturbOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"})
"DoDisturbOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_rounded.cljs
================================================
(ns reagent-mui.icons.do-disturb-rounded
"Imports @mui/icons-material/DoDisturbRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"})
"DoDisturbRounded"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_sharp.cljs
================================================
(ns reagent-mui.icons.do-disturb-sharp
"Imports @mui/icons-material/DoDisturbSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"})
"DoDisturbSharp"))
================================================
FILE: src/icons/reagent_mui/icons/do_disturb_two_tone.cljs
================================================
(ns reagent-mui.icons.do-disturb-two-tone
"Imports @mui/icons-material/DoDisturbTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-disturb-two-tone (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"})
"DoDisturbTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb.cljs
================================================
(ns reagent-mui.icons.do-not-disturb
"Imports @mui/icons-material/DoNotDisturb as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"})
"DoNotDisturb"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_alt.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-alt
"Imports @mui/icons-material/DoNotDisturbAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-alt (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM4 12c0-4.4 3.6-8 8-8 1.8 0 3.5.6 4.9 1.7L5.7 16.9C4.6 15.5 4 13.8 4 12zm8 8c-1.8 0-3.5-.6-4.9-1.7L18.3 7.1C19.4 8.5 20 10.2 20 12c0 4.4-3.6 8-8 8z"})
"DoNotDisturbAlt"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_alt_outlined.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-alt-outlined
"Imports @mui/icons-material/DoNotDisturbAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-alt-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM4 12c0-4.4 3.6-8 8-8 1.8 0 3.5.6 4.9 1.7L5.7 16.9C4.6 15.5 4 13.8 4 12zm8 8c-1.8 0-3.5-.6-4.9-1.7L18.3 7.1C19.4 8.5 20 10.2 20 12c0 4.4-3.6 8-8 8z"})
"DoNotDisturbAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_alt_rounded.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-alt-rounded
"Imports @mui/icons-material/DoNotDisturbAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-alt-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM4 12c0-4.4 3.6-8 8-8 1.8 0 3.5.6 4.9 1.7L5.7 16.9C4.6 15.5 4 13.8 4 12zm8 8c-1.8 0-3.5-.6-4.9-1.7L18.3 7.1C19.4 8.5 20 10.2 20 12c0 4.4-3.6 8-8 8z"})
"DoNotDisturbAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_alt_sharp.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-alt-sharp
"Imports @mui/icons-material/DoNotDisturbAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-alt-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM4 12c0-4.4 3.6-8 8-8 1.8 0 3.5.6 4.9 1.7L5.7 16.9C4.6 15.5 4 13.8 4 12zm8 8c-1.8 0-3.5-.6-4.9-1.7L18.3 7.1C19.4 8.5 20 10.2 20 12c0 4.4-3.6 8-8 8z"})
"DoNotDisturbAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-alt-two-tone
"Imports @mui/icons-material/DoNotDisturbAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-alt-two-tone (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM4 12c0-4.4 3.6-8 8-8 1.8 0 3.5.6 4.9 1.7L5.7 16.9C4.6 15.5 4 13.8 4 12zm8 8c-1.8 0-3.5-.6-4.9-1.7L18.3 7.1C19.4 8.5 20 10.2 20 12c0 4.4-3.6 8-8 8z"})
"DoNotDisturbAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_off.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-off
"Imports @mui/icons-material/DoNotDisturbOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-off (create-svg-icon (e "path" #js {"d" "M17 11v2h-1.46l4.68 4.68C21.34 16.07 22 14.11 22 12c0-5.52-4.48-10-10-10-2.11 0-4.07.66-5.68 1.78L13.54 11H17zM2.27 2.27 1 3.54l2.78 2.78C2.66 7.93 2 9.89 2 12c0 5.52 4.48 10 10 10 2.11 0 4.07-.66 5.68-1.78L20.46 23l1.27-1.27L11 11 2.27 2.27zM7 13v-2h1.46l2 2H7z"})
"DoNotDisturbOff"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_off_outlined.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-off-outlined
"Imports @mui/icons-material/DoNotDisturbOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-off-outlined (create-svg-icon [(e "path" #js {"d" "M7.94 5.12C9.14 4.41 10.52 4 12 4c4.41 0 8 3.59 8 8 0 1.48-.41 2.86-1.12 4.06l1.46 1.46C21.39 15.93 22 14.04 22 12c0-5.52-4.48-10-10-10-2.04 0-3.93.61-5.51 1.66l1.45 1.46zM2.81 2.81 1.39 4.22l2.27 2.27C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l2.27 2.27 1.41-1.41L2.81 2.81zM12 20c-4.41 0-8-3.59-8-8 0-1.48.41-2.86 1.12-4.06L8.17 11H7v2h3.17l5.88 5.88C14.86 19.59 13.48 20 12 20z"}) (e "path" #js {"d" "m13.83 11 2 2H17v-2z"})]
"DoNotDisturbOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_off_rounded.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-off-rounded
"Imports @mui/icons-material/DoNotDisturbOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-off-rounded (create-svg-icon (e "path" #js {"d" "M17 11v2h-1.17l4.51 4.51C21.39 15.93 22 14.04 22 12c0-5.52-4.48-10-10-10-2.04 0-3.93.61-5.51 1.66L13.83 11H17zM2.1 4.93l1.56 1.56c-1.37 2.07-2 4.68-1.48 7.45.75 3.95 3.92 7.13 7.88 7.88 2.77.52 5.38-.1 7.45-1.48l1.56 1.56c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.4-.39 1.03 0 1.42zM7 11h1.17l2 2H7v-2z"})
"DoNotDisturbOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_off_sharp.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-off-sharp
"Imports @mui/icons-material/DoNotDisturbOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-off-sharp (create-svg-icon (e "path" #js {"d" "M17 11v2h-1.17l4.51 4.51C21.39 15.93 22 14.04 22 12c0-5.52-4.48-10-10-10-2.04 0-3.93.61-5.51 1.66L13.83 11H17zM1.39 4.22l2.27 2.27C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l2.27 2.27 1.41-1.41L2.81 2.81 1.39 4.22zM7 11h1.17l2 2H7v-2z"})
"DoNotDisturbOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_off_two_tone.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-off-two-tone
"Imports @mui/icons-material/DoNotDisturbOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-off-two-tone (create-svg-icon [(e "path" #js {"d" "M7 13v-2h1.17L5.12 7.94C4.41 9.14 4 10.52 4 12c0 4.41 3.59 8 8 8 1.48 0 2.86-.41 4.06-1.12L10.17 13H7zm5-9c-1.48 0-2.86.41-4.06 1.12L13.83 11H17v2h-1.17l3.06 3.06c.7-1.2 1.11-2.58 1.11-4.06 0-4.41-3.59-8-8-8z"}) (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8 0 1.48-.41 2.86-1.12 4.06l1.46 1.46C21.39 15.93 22 14.04 22 12c0-5.52-4.48-10-10-10-2.04 0-3.93.61-5.51 1.66l1.46 1.46C9.14 4.41 10.52 4 12 4zm5 9v-2h-3.17l2 2H17zM1.39 4.22l2.27 2.27C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l2.27 2.27 1.41-1.41L2.81 2.81 1.39 4.22zm3.73 3.72L8.17 11H7v2h3.17l5.88 5.88C14.86 19.59 13.48 20 12 20c-4.41 0-8-3.59-8-8 0-1.48.41-2.86 1.12-4.06z"})]
"DoNotDisturbOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_on.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-on
"Imports @mui/icons-material/DoNotDisturbOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-on (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"})
"DoNotDisturbOn"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_on_outlined.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-on-outlined
"Imports @mui/icons-material/DoNotDisturbOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-on-outlined (create-svg-icon (e "path" #js {"d" "M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"DoNotDisturbOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_on_rounded.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-on-rounded
"Imports @mui/icons-material/DoNotDisturbOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-on-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4 11H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1z"})
"DoNotDisturbOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_on_sharp.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-on-sharp
"Imports @mui/icons-material/DoNotDisturbOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-on-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"})
"DoNotDisturbOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_on_total_silence.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-on-total-silence
"Imports @mui/icons-material/DoNotDisturbOnTotalSilence as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-on-total-silence (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.6-6-6-6zm3 7H9v-2h6v2z"})
"DoNotDisturbOnTotalSilence"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_on_total_silence_outlined.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-on-total-silence-outlined
"Imports @mui/icons-material/DoNotDisturbOnTotalSilenceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-on-total-silence-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.6-6-6-6zm3 7H9v-2h6v2z"})
"DoNotDisturbOnTotalSilenceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_on_total_silence_rounded.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-on-total-silence-rounded
"Imports @mui/icons-material/DoNotDisturbOnTotalSilenceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-on-total-silence-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.6-6-6-6zm2 7h-4c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1z"})
"DoNotDisturbOnTotalSilenceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_on_total_silence_sharp.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-on-total-silence-sharp
"Imports @mui/icons-material/DoNotDisturbOnTotalSilenceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-on-total-silence-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.6-6-6-6zm3 7H9v-2h6v2z"})
"DoNotDisturbOnTotalSilenceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_on_total_silence_two_tone.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-on-total-silence-two-tone
"Imports @mui/icons-material/DoNotDisturbOnTotalSilenceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-on-total-silence-two-tone (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.6-6-6-6zm3 7H9v-2h6v2z"})
"DoNotDisturbOnTotalSilenceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_on_two_tone.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-on-two-tone
"Imports @mui/icons-material/DoNotDisturbOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-on-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm5 9H7v-2h10v2z", "opacity" ".3"}) (e "path" #js {"d" "M7 11h10v2H7z"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})]
"DoNotDisturbOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_outlined.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-outlined
"Imports @mui/icons-material/DoNotDisturbOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"})
"DoNotDisturbOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_rounded.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-rounded
"Imports @mui/icons-material/DoNotDisturbRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"})
"DoNotDisturbRounded"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_sharp.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-sharp
"Imports @mui/icons-material/DoNotDisturbSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"})
"DoNotDisturbSharp"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_disturb_two_tone.cljs
================================================
(ns reagent-mui.icons.do-not-disturb-two-tone
"Imports @mui/icons-material/DoNotDisturbTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-disturb-two-tone (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"})
"DoNotDisturbTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_step.cljs
================================================
(ns reagent-mui.icons.do-not-step
"Imports @mui/icons-material/DoNotStep as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-step (create-svg-icon (e "path" #js {"d" "m1.39 4.22 7.9 7.9c.18.2.18.5-.01.7-.1.1-.23.15-.35.15s-.26-.05-.35-.15L6.87 11.1c-.11.4-.26.78-.45 1.12l1.4 1.4c.2.2.2.51 0 .71-.1.1-.23.15-.35.15s-.26-.05-.35-.15l-1.27-1.27c-.24.29-.5.56-.77.8l1.28 1.28c.2.2.2.51 0 .71-.1.1-.23.15-.36.15s-.26-.05-.35-.15l-1.38-1.38c-.69.46-1.39.79-1.97 1.02-.78.31-1.3 1.04-1.3 1.88V20h9.5l3.33-3.33 5.94 5.94 1.41-1.41L2.81 2.81 1.39 4.22zm17.12 11.46-1.41-1.41 4.48-4.48L23 11.2l-4.49 4.48zm2.37-6.6-4.48 4.48-7.1-7.09L13.8 2l7.08 7.08z"})
"DoNotStep"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_step_outlined.cljs
================================================
(ns reagent-mui.icons.do-not-step-outlined
"Imports @mui/icons-material/DoNotStepOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-step-outlined (create-svg-icon (e "path" #js {"d" "m18.51 15.68-1.41-1.41 4.48-4.48L23 11.2l-4.49 4.48zm-3.53-3.53 3.07-3.07-4.25-4.26-3.08 3.07L9.3 6.47 13.8 2l7.08 7.08-4.48 4.48-1.42-1.41zm6.2 9.05-1.41 1.41-5.94-5.94L10.5 20H1v-2.63c0-.84.52-1.57 1.3-1.88.58-.23 1.28-.56 1.97-1.02l1.38 1.38c.09.1.22.15.35.15s.26-.05.36-.15c.2-.2.2-.51 0-.71l-1.28-1.28c.27-.24.53-.51.77-.8l1.27 1.27c.09.1.23.15.35.15s.25-.05.35-.15c.2-.2.2-.51 0-.71l-1.4-1.4c.19-.34.34-.72.45-1.12l1.71 1.72c.09.1.23.15.35.15s.25-.05.35-.15c.19-.2.19-.5.01-.7l-7.9-7.9 1.42-1.41L21.18 21.2zm-8.76-5.94-1.67-1.68-3.33 3.32c-.78.78-2.05.78-2.83-.01l-.19-.17-.47.24c-.29.14-.59.27-.89.39l-.01.65h6.64l2.75-2.74z"})
"DoNotStepOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_step_rounded.cljs
================================================
(ns reagent-mui.icons.do-not-step-rounded
"Imports @mui/icons-material/DoNotStepRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-step-rounded (create-svg-icon (e "path" #js {"d" "M2.1 3.51c-.39.39-.39 1.02 0 1.41l7.19 7.19c.18.2.18.5-.01.7-.1.1-.23.15-.35.15s-.26-.05-.35-.15L6.87 11.1c-.11.4-.26.78-.45 1.12l1.4 1.4c.2.2.2.51 0 .71-.1.1-.23.15-.35.15s-.26-.05-.35-.15l-1.27-1.27c-.24.29-.5.56-.77.8l1.28 1.28c.2.2.2.51 0 .71-.1.1-.23.15-.36.15s-.26-.05-.35-.15l-1.38-1.38c-.71.47-1.43.81-2.02 1.04-.76.3-1.25 1.04-1.25 1.86V18c0 1.1.9 2 2 2h6.67c.53 0 1.04-.21 1.41-.59l2.74-2.74 5.23 5.23c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0zm16.41 12.17-1.41-1.41 4.48-4.48c.78.78.78 2.05 0 2.83l-3.07 3.06zm2.37-6.6-4.48 4.48-7.1-7.09 3.09-3.07c.78-.78 2.04-.77 2.82 0l5.67 5.68z"})
"DoNotStepRounded"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_step_sharp.cljs
================================================
(ns reagent-mui.icons.do-not-step-sharp
"Imports @mui/icons-material/DoNotStepSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-step-sharp (create-svg-icon (e "path" #js {"d" "m1.39 4.22 8.24 8.24-.69.72-2.07-2.08c-.11.4-.26.78-.45 1.12l1.75 1.75-.69.72-1.63-1.63c-.24.29-.5.56-.77.8l1.63 1.63-.7.72-1.74-1.74c-1.44.96-2.93 1.35-3.27 1.45V20h9.5l3.33-3.33 5.94 5.94 1.41-1.41L2.81 2.81 1.39 4.22zm17.12 11.46-1.41-1.41 4.48-4.48L23 11.2l-4.49 4.48zm2.37-6.6-4.48 4.48-7.1-7.09L13.8 2l7.08 7.08z"})
"DoNotStepSharp"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_step_two_tone.cljs
================================================
(ns reagent-mui.icons.do-not-step-two-tone
"Imports @mui/icons-material/DoNotStepTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-step-two-tone (create-svg-icon [(e "path" #js {"d" "m14.98 12.15 3.07-3.07-4.25-4.26-3.08 3.07 4.26 4.26zm-2.56 3.11-1.67-1.68-3.33 3.32c-.78.78-2.05.78-2.83-.01l-.19-.17-.47.24c-.29.14-.59.27-.89.39l-.01.65h6.64l2.75-2.74z", "opacity" ".3"}) (e "path" #js {"d" "m18.51 15.68-1.41-1.41 4.48-4.48L23 11.2l-4.49 4.48zm-3.53-3.53 3.07-3.07-4.25-4.26-3.08 3.07L9.3 6.47 13.8 2l7.08 7.08-4.48 4.48-1.42-1.41zm6.2 9.05-1.41 1.41-5.94-5.94L10.5 20H1v-2.63c0-.84.52-1.57 1.3-1.88.58-.23 1.28-.56 1.97-1.02l1.38 1.38c.09.1.22.15.35.15s.26-.05.36-.15c.2-.2.2-.51 0-.71l-1.28-1.28c.27-.24.53-.51.77-.8l1.27 1.27c.09.1.23.15.35.15s.25-.05.35-.15c.2-.2.2-.51 0-.71l-1.4-1.4c.19-.34.34-.72.45-1.12l1.71 1.72c.09.1.23.15.35.15s.25-.05.35-.15c.19-.2.19-.5.01-.7l-7.9-7.9 1.42-1.41L21.18 21.2zm-8.76-5.94-1.67-1.68-3.33 3.32c-.78.78-2.05.78-2.83-.01l-.19-.17-.47.24c-.29.14-.59.27-.89.39l-.01.65h6.64l2.75-2.74z"})]
"DoNotStepTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_touch.cljs
================================================
(ns reagent-mui.icons.do-not-touch
"Imports @mui/icons-material/DoNotTouch as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-touch (create-svg-icon (e "path" #js {"d" "m13 10.17-2.5-2.5V2.25c0-.69.56-1.25 1.25-1.25S13 1.56 13 2.25v7.92zm7 2.58v-7.5C20 4.56 19.44 4 18.75 4s-1.25.56-1.25 1.25V11h-1V3.25c0-.69-.56-1.25-1.25-1.25S14 2.56 14 3.25v7.92l6 6v-4.42zM9.5 4.25C9.5 3.56 8.94 3 8.25 3c-.67 0-1.2.53-1.24 1.18L9.5 6.67V4.25zm3.5 5.92-2.5-2.5V2.25c0-.69.56-1.25 1.25-1.25S13 1.56 13 2.25v7.92zm7 2.58v-7.5C20 4.56 19.44 4 18.75 4s-1.25.56-1.25 1.25V11h-1V3.25c0-.69-.56-1.25-1.25-1.25S14 2.56 14 3.25v7.92l6 6v-4.42zM9.5 4.25C9.5 3.56 8.94 3 8.25 3c-.67 0-1.2.53-1.24 1.18L9.5 6.67V4.25zm11.69 16.94L2.81 2.81 1.39 4.22l5.63 5.63L7 9.83v4.3c-1.11-.64-2.58-1.47-2.6-1.48-.17-.09-.34-.14-.54-.14-.26 0-.5.09-.7.26-.04.01-1.16 1.11-1.16 1.11l6.8 7.18c.57.6 1.35.94 2.18.94H17c.62 0 1.18-.19 1.65-.52l-.02-.02 1.15 1.15 1.41-1.42z"})
"DoNotTouch"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_touch_outlined.cljs
================================================
(ns reagent-mui.icons.do-not-touch-outlined
"Imports @mui/icons-material/DoNotTouchOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-touch-outlined (create-svg-icon (e "path" #js {"d" "M2.81 2.81 1.39 4.22 7 9.83v4.3l-2.6-1.48c-.17-.09-.34-.14-.54-.14-.26 0-.5.09-.7.26L2 13.88l6.8 7.18c.57.6 1.35.94 2.18.94H17c.62 0 1.18-.19 1.66-.52l1.12 1.12 1.41-1.41L2.81 2.81zM17 20h-6c-.39 0-.64-.23-.75-.36L6.87 16H9v-4.17l8.14 8.14c-.05.01-.09.03-.14.03zm-3.17-9H14V3.25c0-.69.56-1.25 1.25-1.25s1.25.56 1.25 1.25V11h1V5.25c0-.69.56-1.25 1.25-1.25S20 4.56 20 5.25v11.92l-2-2V13h-2.17l-2-2zm-.83-.83V2.25C13 1.56 12.44 1 11.75 1s-1.25.56-1.25 1.25v5.42l2.5 2.5zm-3.5-3.5V4.25C9.5 3.56 8.94 3 8.25 3c-.67 0-1.2.53-1.24 1.18L9.5 6.67z"})
"DoNotTouchOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_touch_rounded.cljs
================================================
(ns reagent-mui.icons.do-not-touch-rounded
"Imports @mui/icons-material/DoNotTouchRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-touch-rounded (create-svg-icon (e "path" #js {"d" "m13 10.17-2.5-2.5V2.25c0-.69.56-1.25 1.25-1.25S13 1.56 13 2.25v7.92zm7-4.85c0-.65-.47-1.25-1.12-1.32-.75-.08-1.38.51-1.38 1.24v5.25c0 .28-.22.5-.5.5s-.5-.22-.5-.5V3.31c0-.65-.47-1.25-1.12-1.32-.75-.06-1.38.53-1.38 1.26v7.92l6 6V5.32zM9.5 4.25C9.5 3.56 8.94 3 8.25 3c-.67 0-1.2.53-1.24 1.18L9.5 6.67V4.25zM17 22c.62 0 1.18-.19 1.65-.52l-.02-.02.44.44c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.92 4.92L7 9.83v4.3l-2.6-1.48c-.17-.09-.34-.14-.54-.14-.26 0-.5.09-.7.26L2 13.88l6.8 7.18c.57.6 1.35.94 2.18.94H17z"})
"DoNotTouchRounded"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_touch_sharp.cljs
================================================
(ns reagent-mui.icons.do-not-touch-sharp
"Imports @mui/icons-material/DoNotTouchSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-touch-sharp (create-svg-icon (e "path" #js {"d" "m13 10.17-2.5-2.5V1H13v9.17zM20 4h-2.5v7h-1V2H14v9.17l6 6V4zM9.5 3H7.01v1.18L9.5 6.67V3zm11.69 18.19L2.81 2.81 1.39 4.22 7 9.83v4.3l-3.32-1.9L2 13.88 9.68 22h9.54l.56.61 1.41-1.42z"})
"DoNotTouchSharp"))
================================================
FILE: src/icons/reagent_mui/icons/do_not_touch_two_tone.cljs
================================================
(ns reagent-mui.icons.do-not-touch-two-tone
"Imports @mui/icons-material/DoNotTouchTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def do-not-touch-two-tone (create-svg-icon [(e "path" #js {"d" "M18 15.17V13h-2.17L18 15.17zm-9-3.34 8.14 8.14c-.05.01-.09.03-.14.03h-6c-.39 0-.64-.23-.75-.36L6.87 16H9v-4.17z", "opacity" ".3"}) (e "path" #js {"d" "M2.81 2.81 1.39 4.22 7 9.83v4.3l-2.6-1.48c-.17-.09-.34-.14-.54-.14-.26 0-.5.09-.7.26L2 13.88l6.8 7.18c.57.6 1.35.94 2.18.94H17c.62 0 1.18-.19 1.66-.52l1.12 1.12 1.41-1.41L2.81 2.81zM17 20h-6c-.39 0-.64-.23-.75-.36L6.87 16H9v-4.17l8.14 8.14c-.05.01-.09.03-.14.03zm-3.17-9H14V3.25c0-.69.56-1.25 1.25-1.25s1.25.56 1.25 1.25V11h1V5.25c0-.69.56-1.25 1.25-1.25S20 4.56 20 5.25v11.92l-2-2V13h-2.17l-2-2zm-.83-.83V2.25C13 1.56 12.44 1 11.75 1s-1.25.56-1.25 1.25v5.42l2.5 2.5zm-3.5-3.5V4.25C9.5 3.56 8.94 3 8.25 3c-.67 0-1.2.53-1.24 1.18L9.5 6.67z"})]
"DoNotTouchTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dock.cljs
================================================
(ns reagent-mui.icons.dock
"Imports @mui/icons-material/Dock as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dock (create-svg-icon (e "path" #js {"d" "M8 23h8v-2H8v2zm8-21.99L8 1c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM16 15H8V5h8v10z"})
"Dock"))
================================================
FILE: src/icons/reagent_mui/icons/dock_outlined.cljs
================================================
(ns reagent-mui.icons.dock-outlined
"Imports @mui/icons-material/DockOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dock-outlined (create-svg-icon (e "path" #js {"d" "M8 23h8v-2H8v2zm8-21.99L8 1c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM16 15H8V5h8v10z"})
"DockOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dock_rounded.cljs
================================================
(ns reagent-mui.icons.dock-rounded
"Imports @mui/icons-material/DockRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dock-rounded (create-svg-icon (e "path" #js {"d" "M9 23h6c.55 0 1-.45 1-1s-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1zm7-21.99L8 1c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM16 15H8V5h8v10z"})
"DockRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dock_sharp.cljs
================================================
(ns reagent-mui.icons.dock-sharp
"Imports @mui/icons-material/DockSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dock-sharp (create-svg-icon (e "path" #js {"d" "M8 23h8v-2H8v2zM18 1.01 6 1v18h12V1.01zM16 15H8V5h8v10z"})
"DockSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dock_two_tone.cljs
================================================
(ns reagent-mui.icons.dock-two-tone
"Imports @mui/icons-material/DockTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dock-two-tone (create-svg-icon [(e "path" #js {"d" "M8 5h8v10H8z", "opacity" ".3"}) (e "path" #js {"d" "M8 21h8v2H8zm8-19.99L8 1c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM16 15H8V5h8v10z"})]
"DockTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/document_scanner.cljs
================================================
(ns reagent-mui.icons.document-scanner
"Imports @mui/icons-material/DocumentScanner as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def document-scanner (create-svg-icon (e "path" #js {"d" "M7 3H4v3H2V1h5v2zm15 3V1h-5v2h3v3h2zM7 21H4v-3H2v5h5v-2zm13-3v3h-3v2h5v-5h-2zm-1 0c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v12zM15 8H9v2h6V8zm0 3H9v2h6v-2zm0 3H9v2h6v-2z"})
"DocumentScanner"))
================================================
FILE: src/icons/reagent_mui/icons/document_scanner_outlined.cljs
================================================
(ns reagent-mui.icons.document-scanner-outlined
"Imports @mui/icons-material/DocumentScannerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def document-scanner-outlined (create-svg-icon (e "path" #js {"d" "M7 3H4v3H2V1h5v2zm15 3V1h-5v2h3v3h2zM7 21H4v-3H2v5h5v-2zm13-3v3h-3v2h5v-5h-2zM17 6H7v12h10V6zm2 12c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v12zM15 8H9v2h6V8zm0 3H9v2h6v-2zm0 3H9v2h6v-2z"})
"DocumentScannerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/document_scanner_rounded.cljs
================================================
(ns reagent-mui.icons.document-scanner-rounded
"Imports @mui/icons-material/DocumentScannerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def document-scanner-rounded (create-svg-icon (e "path" #js {"d" "M3 6c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h3c.55 0 1 .45 1 1s-.45 1-1 1H4v2c0 .55-.45 1-1 1zm14-4c0 .55.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1zM3 18c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1H4v-2c0-.55-.45-1-1-1zm14 4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1zm2-4c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v12zM9 9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1zm0 3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1zm0 3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1z"})
"DocumentScannerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/document_scanner_sharp.cljs
================================================
(ns reagent-mui.icons.document-scanner-sharp
"Imports @mui/icons-material/DocumentScannerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def document-scanner-sharp (create-svg-icon (e "path" #js {"d" "M7 3H4v3H2V1h5v2zm15 3V1h-5v2h3v3h2zM7 21H4v-3H2v5h5v-2zm13-3v3h-3v2h5v-5h-2zM19 4v16H5V4h14zm-4 4H9v2h6V8zm0 3H9v2h6v-2zm0 3H9v2h6v-2z"})
"DocumentScannerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/document_scanner_two_tone.cljs
================================================
(ns reagent-mui.icons.document-scanner-two-tone
"Imports @mui/icons-material/DocumentScannerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def document-scanner-two-tone (create-svg-icon [(e "path" #js {"d" "M7 6v12h10V6H7zm8 10H9v-2h6v2zm0-3H9v-2h6v2zm0-3H9V8h6v2z", "opacity" ".3"}) (e "path" #js {"d" "M7 3H4v3H2V1h5v2zm15 3V1h-5v2h3v3h2zM7 21H4v-3H2v5h5v-2zm13-3v3h-3v2h5v-5h-2zM17 6H7v12h10V6zm2 12c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v12zM15 8H9v2h6V8zm0 3H9v2h6v-2zm0 3H9v2h6v-2z"})]
"DocumentScannerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/domain.cljs
================================================
(ns reagent-mui.icons.domain
"Imports @mui/icons-material/Domain as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain (create-svg-icon (e "path" #js {"d" "M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0 4h-2v2h2v-2z"})
"Domain"))
================================================
FILE: src/icons/reagent_mui/icons/domain_add.cljs
================================================
(ns reagent-mui.icons.domain-add
"Imports @mui/icons-material/DomainAdd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-add (create-svg-icon (e "path" #js {"d" "M12 7V3H2v18h14v-2h-4v-2h2v-2h-2v-2h2v-2h-2V9h8v6h2V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm14 12v2h-2v2h-2v-2h-2v-2h2v-2h2v2h2zm-6-8h-2v2h2v-2zm0 4h-2v2h2v-2z"})
"DomainAdd"))
================================================
FILE: src/icons/reagent_mui/icons/domain_add_outlined.cljs
================================================
(ns reagent-mui.icons.domain-add-outlined
"Imports @mui/icons-material/DomainAddOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-add-outlined (create-svg-icon (e "path" #js {"d" "M12 7V3H2v18h14v-2h-4v-2h2v-2h-2v-2h2v-2h-2V9h8v6h2V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm14 12v2h-2v2h-2v-2h-2v-2h2v-2h2v2h2zm-6-8h-2v2h2v-2zm0 4h-2v2h2v-2z"})
"DomainAddOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/domain_add_rounded.cljs
================================================
(ns reagent-mui.icons.domain-add-rounded
"Imports @mui/icons-material/DomainAddRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-add-rounded (create-svg-icon (e "path" #js {"d" "M6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm6 12h-4v-2h2v-2h-2v-2h2v-2h-2V9h8v6h2V8c0-.55-.45-1-1-1h-9V4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h13v-2zm2-8h-2v2h2v-2zm0 4h-2v2h2v-2zm6 5c0 .55-.45 1-1 1h-1v1c0 .55-.45 1-1 1s-1-.45-1-1v-1h-1c-.55 0-1-.45-1-1s.45-1 1-1h1v-1c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1z"})
"DomainAddRounded"))
================================================
FILE: src/icons/reagent_mui/icons/domain_add_sharp.cljs
================================================
(ns reagent-mui.icons.domain-add-sharp
"Imports @mui/icons-material/DomainAddSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-add-sharp (create-svg-icon (e "path" #js {"d" "M12 7V3H2v18h14v-2h-4v-2h2v-2h-2v-2h2v-2h-2V9h8v6h2V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm14 12v2h-2v2h-2v-2h-2v-2h2v-2h2v2h2zm-6-8h-2v2h2v-2zm0 4h-2v2h2v-2z"})
"DomainAddSharp"))
================================================
FILE: src/icons/reagent_mui/icons/domain_add_two_tone.cljs
================================================
(ns reagent-mui.icons.domain-add-two-tone
"Imports @mui/icons-material/DomainAddTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-add-two-tone (create-svg-icon [(e "path" #js {"d" "M12 9v2h2v2h-2v2h2v2h-2v2h4v-4h4V9h-8zm6 4h-2v-2h2v2z", "opacity" ".3"}) (e "path" #js {"d" "M12 7V3H2v18h14v-2h-4v-2h2v-2h-2v-2h2v-2h-2V9h8v6h2V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm14 12v2h-2v2h-2v-2h-2v-2h2v-2h2v2h2zm-6-8h-2v2h2v-2zm0 4h-2v2h2v-2z"})]
"DomainAddTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/domain_disabled.cljs
================================================
(ns reagent-mui.icons.domain-disabled
"Imports @mui/icons-material/DomainDisabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-disabled (create-svg-icon (e "path" #js {"d" "M8 5h2v2h-.9L12 9.9V9h8v8.9l2 2V7H12V3H5.1L8 5.9zm8 6h2v2h-2zM1.3 1.8.1 3.1 2 5v16h16l3 3 1.3-1.3-21-20.9zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm4 8H8v-2h2v2zm0-4H8v-2h2v2zm2 4v-2h2l2 2h-4z"})
"DomainDisabled"))
================================================
FILE: src/icons/reagent_mui/icons/domain_disabled_outlined.cljs
================================================
(ns reagent-mui.icons.domain-disabled-outlined
"Imports @mui/icons-material/DomainDisabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-disabled-outlined (create-svg-icon (e "path" #js {"d" "M1.41 1.69 0 3.1l2 2V21h15.9l3 3 1.41-1.41-20.9-20.9zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm-2-4V9h2v2H4zm6 8H8v-2h2v2zm-2-4v-2h2v2H8zm4 4v-2h1.9l2 2H12zM8 5h2v2h-.45L12 9.45V9h8v8.45l2 2V7H12V3H5.55L8 5.45zm8 6h2v2h-2z"})
"DomainDisabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/domain_disabled_rounded.cljs
================================================
(ns reagent-mui.icons.domain-disabled-rounded
"Imports @mui/icons-material/DomainDisabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-disabled-rounded (create-svg-icon (e "path" #js {"d" "M.71 2.39c-.39.39-.39 1.02 0 1.41L2 5.1V19c0 1.1.9 2 2 2h13.9l2.29 2.29c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L2.12 2.39a.9959.9959 0 0 0-1.41 0zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm-2-4V9h2v2H4zm6 8H8v-2h2v2zm-2-4v-2h2v2H8zm4 4v-2h1.9l2 2H12zM8 5h2v2h-.45L12 9.45V9h7c.55 0 1 .45 1 1v7.45l2 2V9c0-1.1-.9-2-2-2h-8V5c0-1.1-.9-2-2-2H5.55L8 5.45V5zm8 6h2v2h-2z"})
"DomainDisabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/domain_disabled_sharp.cljs
================================================
(ns reagent-mui.icons.domain-disabled-sharp
"Imports @mui/icons-material/DomainDisabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-disabled-sharp (create-svg-icon (e "path" #js {"d" "M1.41 1.69 0 3.1l2 2V21h15.9l3 3 1.41-1.41-20.9-20.9zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm-2-4V9h2v2H4zm6 8H8v-2h2v2zm-2-4v-2h2v2H8zm4 4v-2h1.9l2 2H12zM8 5h2v2h-.45L12 9.45V9h8v8.45l2 2V7H12V3H5.55L8 5.45zm8 6h2v2h-2z"})
"DomainDisabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/domain_disabled_two_tone.cljs
================================================
(ns reagent-mui.icons.domain-disabled-two-tone
"Imports @mui/icons-material/DomainDisabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-disabled-two-tone (create-svg-icon [(e "path" #js {"d" "M1.41 1.69 0 3.1l2 2V21h15.9l3 3 1.41-1.41-20.9-20.9zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm-2-4V9h2v2H4zm6 8H8v-2h2v2zm-2-4v-2h2v2H8zm4 4v-2h1.9l2 2H12zM8 5h2v2h-.45L12 9.45V9h8v8.45l2 2V7H12V3H5.55L8 5.45zm8 6h2v2h-2z"}) (e "path" #js {"d" "M12 9v.45l8 8V9h-8zm6 4h-2v-2h2v2z", "opacity" ".3"})]
"DomainDisabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/domain_outlined.cljs
================================================
(ns reagent-mui.icons.domain-outlined
"Imports @mui/icons-material/DomainOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-outlined (create-svg-icon (e "path" #js {"d" "M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0 4h-2v2h2v-2z"})
"DomainOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/domain_rounded.cljs
================================================
(ns reagent-mui.icons.domain-rounded
"Imports @mui/icons-material/DomainRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-rounded (create-svg-icon (e "path" #js {"d" "M12 7V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2h-8zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm9 12h-7v-2h2v-2h-2v-2h2v-2h-2V9h7c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1zm-1-8h-2v2h2v-2zm0 4h-2v2h2v-2z"})
"DomainRounded"))
================================================
FILE: src/icons/reagent_mui/icons/domain_sharp.cljs
================================================
(ns reagent-mui.icons.domain-sharp
"Imports @mui/icons-material/DomainSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-sharp (create-svg-icon (e "path" #js {"d" "M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0 4h-2v2h2v-2z"})
"DomainSharp"))
================================================
FILE: src/icons/reagent_mui/icons/domain_two_tone.cljs
================================================
(ns reagent-mui.icons.domain-two-tone
"Imports @mui/icons-material/DomainTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-two-tone (create-svg-icon [(e "path" #js {"d" "M12 11h2v2h-2v2h2v2h-2v2h8V9h-8v2zm4 0h2v2h-2v-2zm0 4h2v2h-2v-2z", "opacity" ".3"}) (e "path" #js {"d" "M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-4-8h2v2h-2zm0 4h2v2h-2z"})]
"DomainTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/domain_verification.cljs
================================================
(ns reagent-mui.icons.domain-verification
"Imports @mui/icons-material/DomainVerification as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-verification (create-svg-icon [(e "path" #js {"d" "m16.6 10.88-1.42-1.42-4.24 4.25-2.12-2.13L7.4 13l3.54 3.54z"}) (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm0 14H5V8h14v10z"})]
"DomainVerification"))
================================================
FILE: src/icons/reagent_mui/icons/domain_verification_outlined.cljs
================================================
(ns reagent-mui.icons.domain-verification-outlined
"Imports @mui/icons-material/DomainVerificationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-verification-outlined (create-svg-icon [(e "path" #js {"d" "m16.6 10.88-1.42-1.42-4.24 4.25-2.12-2.13L7.4 13l3.54 3.54z"}) (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm0 14H5V8h14v10z"})]
"DomainVerificationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/domain_verification_rounded.cljs
================================================
(ns reagent-mui.icons.domain-verification-rounded
"Imports @mui/icons-material/DomainVerificationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-verification-rounded (create-svg-icon [(e "path" #js {"d" "M10.23 15.83c.39.39 1.02.39 1.41 0l4.24-4.24c.39-.39.39-1.02 0-1.42a.9959.9959 0 0 0-1.41 0l-3.54 3.53-1.41-1.41c-.39-.39-1.02-.39-1.42 0s-.39 1.02 0 1.41l2.13 2.13z"}) (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm0 13c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V8h14v9z"})]
"DomainVerificationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/domain_verification_sharp.cljs
================================================
(ns reagent-mui.icons.domain-verification-sharp
"Imports @mui/icons-material/DomainVerificationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-verification-sharp (create-svg-icon [(e "path" #js {"d" "m16.6 10.88-1.42-1.42-4.24 4.25-2.12-2.13L7.4 13l3.54 3.54z"}) (e "path" #js {"d" "M3 4v16h18V4H3zm16 14H5V8h14v10z"})]
"DomainVerificationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/domain_verification_two_tone.cljs
================================================
(ns reagent-mui.icons.domain-verification-two-tone
"Imports @mui/icons-material/DomainVerificationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def domain-verification-two-tone (create-svg-icon [(e "path" #js {"d" "M5 18h14V8H5v10zm3.82-6.42 2.12 2.12 4.24-4.24 1.41 1.41-5.66 5.66L7.4 13l1.42-1.42z", "opacity" ".3"}) (e "path" #js {"d" "m16.6 10.88-1.42-1.42-4.24 4.25-2.12-2.13L7.4 13l3.54 3.54z"}) (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm0 14H5V8h14v10z"})]
"DomainVerificationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/done.cljs
================================================
(ns reagent-mui.icons.done
"Imports @mui/icons-material/Done as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def done (create-svg-icon (e "path" #js {"d" "M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"})
"Done"))
================================================
FILE: src/icons/reagent_mui/icons/done_all.cljs
================================================
(ns reagent-mui.icons.done-all
"Imports @mui/icons-material/DoneAll as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def done-all (create-svg-icon (e "path" #js {"d" "m18 7-1.41-1.41-6.34 6.34 1.41 1.41L18 7zm4.24-1.41L11.66 16.17 7.48 12l-1.41 1.41L11.66 19l12-12-1.42-1.41zM.41 13.41 6 19l1.41-1.41L1.83 12 .41 13.41z"})
"DoneAll"))
================================================
FILE: src/icons/reagent_mui/icons/done_all_outlined.cljs
================================================
(ns reagent-mui.icons.done-all-outlined
"Imports @mui/icons-material/DoneAllOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def done-all-outlined (create-svg-icon (e "path" #js {"d" "m18 7-1.41-1.41-6.34 6.34 1.41 1.41L18 7zm4.24-1.41L11.66 16.17 7.48 12l-1.41 1.41L11.66 19l12-12-1.42-1.41zM.41 13.41 6 19l1.41-1.41L1.83 12 .41 13.41z"})
"DoneAllOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/done_all_rounded.cljs
================================================
(ns reagent-mui.icons.done-all-rounded
"Imports @mui/icons-material/DoneAllRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def done-all-rounded (create-svg-icon (e "path" #js {"d" "M17.3 6.3a.9959.9959 0 0 0-1.41 0l-5.64 5.64 1.41 1.41L17.3 7.7c.38-.38.38-1.02 0-1.4zm4.24-.01-9.88 9.88-3.48-3.47a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L22.95 7.71c.39-.39.39-1.02 0-1.41h-.01c-.38-.4-1.01-.4-1.4-.01zM1.12 14.12 5.3 18.3c.39.39 1.02.39 1.41 0l.7-.7-4.88-4.9a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.03 0 1.42z"})
"DoneAllRounded"))
================================================
FILE: src/icons/reagent_mui/icons/done_all_sharp.cljs
================================================
(ns reagent-mui.icons.done-all-sharp
"Imports @mui/icons-material/DoneAllSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def done-all-sharp (create-svg-icon (e "path" #js {"d" "m18 7-1.41-1.41-6.34 6.34 1.41 1.41L18 7zm4.24-1.41L11.66 16.17 7.48 12l-1.41 1.41L11.66 19l12-12-1.42-1.41zM.41 13.41 6 19l1.41-1.41L1.83 12 .41 13.41z"})
"DoneAllSharp"))
================================================
FILE: src/icons/reagent_mui/icons/done_all_two_tone.cljs
================================================
(ns reagent-mui.icons.done-all-two-tone
"Imports @mui/icons-material/DoneAllTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def done-all-two-tone (create-svg-icon (e "path" #js {"d" "m18 7-1.41-1.41-6.34 6.34 1.41 1.41L18 7zm4.24-1.41L11.66 16.17 7.48 12l-1.41 1.41L11.66 19l12-12-1.42-1.41zM.41 13.41 6 19l1.41-1.41L1.83 12 .41 13.41z"})
"DoneAllTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/done_outline.cljs
================================================
(ns reagent-mui.icons.done-outline
"Imports @mui/icons-material/DoneOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def done-outline (create-svg-icon (e "path" #js {"d" "m19.77 5.03 1.4 1.4L8.43 19.17l-5.6-5.6 1.4-1.4 4.2 4.2L19.77 5.03m0-2.83L8.43 13.54l-4.2-4.2L0 13.57 8.43 22 24 6.43 19.77 2.2z"})
"DoneOutline"))
================================================
FILE: src/icons/reagent_mui/icons/done_outline_outlined.cljs
================================================
(ns reagent-mui.icons.done-outline-outlined
"Imports @mui/icons-material/DoneOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def done-outline-outlined (create-svg-icon (e "path" #js {"d" "m19.77 4.93 1.4 1.4L8.43 19.07l-5.6-5.6 1.4-1.4 4.2 4.2L19.77 4.93m0-2.83L8.43 13.44l-4.2-4.2L0 13.47l8.43 8.43L24 6.33 19.77 2.1z"})
"DoneOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/done_outline_rounded.cljs
================================================
(ns reagent-mui.icons.done-outline-rounded
"Imports @mui/icons-material/DoneOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def done-outline-rounded (create-svg-icon (e "path" #js {"d" "M20.47 5.63c.39.39.39 1.01 0 1.4L9.13 18.37c-.39.39-1.01.39-1.4 0l-4.2-4.2a.9839.9839 0 0 1 0-1.4c.39-.39 1.01-.39 1.4 0l3.5 3.5L19.07 5.63c.39-.39 1.01-.39 1.4 0zm-2.11-2.12-9.93 9.93-2.79-2.79c-.78-.78-2.05-.78-2.83 0l-1.4 1.4c-.78.78-.78 2.05 0 2.83l5.6 5.6c.78.78 2.05.78 2.83 0L22.59 7.74c.78-.78.78-2.05 0-2.83l-1.4-1.4c-.79-.78-2.05-.78-2.83 0z"})
"DoneOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/done_outline_sharp.cljs
================================================
(ns reagent-mui.icons.done-outline-sharp
"Imports @mui/icons-material/DoneOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def done-outline-sharp (create-svg-icon (e "path" #js {"d" "m19.77 4.93 1.4 1.4L8.43 19.07l-5.6-5.6 1.4-1.4 4.2 4.2L19.77 4.93m0-2.83L8.43 13.44l-4.2-4.2L0 13.47l8.43 8.43L24 6.33 19.77 2.1z"})
"DoneOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/done_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.done-outline-two-tone
"Imports @mui/icons-material/DoneOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def done-outline-two-tone (create-svg-icon (e "path" #js {"d" "m19.77 4.93 1.4 1.4L8.43 19.07l-5.6-5.6 1.4-1.4 4.2 4.2L19.77 4.93m0-2.83L8.43 13.44l-4.2-4.2L0 13.47l8.43 8.43L24 6.33 19.77 2.1z"})
"DoneOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/done_outlined.cljs
================================================
(ns reagent-mui.icons.done-outlined
"Imports @mui/icons-material/DoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def done-outlined (create-svg-icon (e "path" #js {"d" "M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"})
"DoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/done_rounded.cljs
================================================
(ns reagent-mui.icons.done-rounded
"Imports @mui/icons-material/DoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def done-rounded (create-svg-icon (e "path" #js {"d" "m9 16.2-3.5-3.5a.9839.9839 0 0 0-1.4 0c-.39.39-.39 1.01 0 1.4l4.19 4.19c.39.39 1.02.39 1.41 0L20.3 7.7c.39-.39.39-1.01 0-1.4a.9839.9839 0 0 0-1.4 0L9 16.2z"})
"DoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/done_sharp.cljs
================================================
(ns reagent-mui.icons.done-sharp
"Imports @mui/icons-material/DoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def done-sharp (create-svg-icon (e "path" #js {"d" "M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"})
"DoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/done_two_tone.cljs
================================================
(ns reagent-mui.icons.done-two-tone
"Imports @mui/icons-material/DoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def done-two-tone (create-svg-icon (e "path" #js {"d" "M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"})
"DoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/donut_large.cljs
================================================
(ns reagent-mui.icons.donut-large
"Imports @mui/icons-material/DonutLarge as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def donut-large (create-svg-icon (e "path" #js {"d" "M11 5.08V2c-5 .5-9 4.81-9 10s4 9.5 9 10v-3.08c-3-.48-6-3.4-6-6.92s3-6.44 6-6.92zM18.97 11H22c-.47-5-4-8.53-9-9v3.08C16 5.51 18.54 8 18.97 11zM13 18.92V22c5-.47 8.53-4 9-9h-3.03c-.43 3-2.97 5.49-5.97 5.92z"})
"DonutLarge"))
================================================
FILE: src/icons/reagent_mui/icons/donut_large_outlined.cljs
================================================
(ns reagent-mui.icons.donut-large-outlined
"Imports @mui/icons-material/DonutLargeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def donut-large-outlined (create-svg-icon (e "path" #js {"d" "M13 5.08c3.06.44 5.48 2.86 5.92 5.92h3.03c-.47-4.72-4.23-8.48-8.95-8.95v3.03zM18.92 13c-.44 3.06-2.86 5.48-5.92 5.92v3.03c4.72-.47 8.48-4.23 8.95-8.95h-3.03zM11 18.92c-3.39-.49-6-3.4-6-6.92s2.61-6.43 6-6.92V2.05c-5.05.5-9 4.76-9 9.95 0 5.19 3.95 9.45 9 9.95v-3.03z"})
"DonutLargeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/donut_large_rounded.cljs
================================================
(ns reagent-mui.icons.donut-large-rounded
"Imports @mui/icons-material/DonutLargeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def donut-large-rounded (create-svg-icon (e "path" #js {"d" "M14.07 5.32C16.26 6 18 7.74 18.68 9.93c.19.63.76 1.07 1.41 1.07h.04c1 0 1.72-.96 1.43-1.91-.97-3.18-3.48-5.69-6.66-6.66-.94-.29-1.9.43-1.9 1.43v.04c0 .66.44 1.23 1.07 1.42zm4.61 8.75c-.68 2.2-2.42 3.93-4.61 4.61-.63.19-1.07.76-1.07 1.41v.04c0 1 .96 1.72 1.91 1.43 3.18-.97 5.69-3.48 6.66-6.66.29-.95-.43-1.91-1.42-1.91h-.05c-.66.01-1.23.45-1.42 1.08zM11 20.11c0-.67-.45-1.24-1.09-1.44C7.07 17.78 5 15.13 5 12s2.07-5.78 4.91-6.67c.64-.2 1.09-.77 1.09-1.44v-.01c0-1-.97-1.74-1.93-1.44C4.98 3.69 2 7.5 2 12c0 4.5 2.98 8.31 7.07 9.56.96.3 1.93-.44 1.93-1.45z"})
"DonutLargeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/donut_large_sharp.cljs
================================================
(ns reagent-mui.icons.donut-large-sharp
"Imports @mui/icons-material/DonutLargeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def donut-large-sharp (create-svg-icon (e "path" #js {"d" "M13 5.08c3.06.44 5.48 2.86 5.92 5.92h3.03c-.47-4.72-4.23-8.48-8.95-8.95v3.03zM18.92 13c-.44 3.06-2.86 5.48-5.92 5.92v3.03c4.72-.47 8.48-4.23 8.95-8.95h-3.03zM11 18.92c-3.39-.49-6-3.4-6-6.92s2.61-6.43 6-6.92V2.05c-5.05.5-9 4.76-9 9.95 0 5.19 3.95 9.45 9 9.95v-3.03z"})
"DonutLargeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/donut_large_two_tone.cljs
================================================
(ns reagent-mui.icons.donut-large-two-tone
"Imports @mui/icons-material/DonutLargeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def donut-large-two-tone (create-svg-icon (e "path" #js {"d" "M13 5.08c3.06.44 5.48 2.86 5.92 5.92h3.03c-.47-4.72-4.23-8.48-8.95-8.95v3.03zM18.92 13c-.44 3.06-2.86 5.48-5.92 5.92v3.03c4.72-.47 8.48-4.23 8.95-8.95h-3.03zM11 18.92c-3.39-.49-6-3.4-6-6.92s2.61-6.43 6-6.92V2.05c-5.05.5-9 4.76-9 9.95 0 5.19 3.95 9.45 9 9.95v-3.03z"})
"DonutLargeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/donut_small.cljs
================================================
(ns reagent-mui.icons.donut-small
"Imports @mui/icons-material/DonutSmall as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def donut-small (create-svg-icon (e "path" #js {"d" "M11 9.16V2c-5 .5-9 4.79-9 10s4 9.5 9 10v-7.16c-1-.41-2-1.52-2-2.84s1-2.43 2-2.84zM14.86 11H22c-.48-4.75-4-8.53-9-9v7.16c1 .3 1.52.98 1.86 1.84zM13 14.84V22c5-.47 8.52-4.25 9-9h-7.14c-.34.86-.86 1.54-1.86 1.84z"})
"DonutSmall"))
================================================
FILE: src/icons/reagent_mui/icons/donut_small_outlined.cljs
================================================
(ns reagent-mui.icons.donut-small-outlined
"Imports @mui/icons-material/DonutSmallOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def donut-small-outlined (create-svg-icon (e "path" #js {"d" "M14.82 11h7.13c-.47-4.72-4.23-8.48-8.95-8.95v7.13c.85.31 1.51.97 1.82 1.82zM15 4.58C17 5.4 18.6 7 19.42 9h-3.43c-.28-.37-.62-.71-.99-.99V4.58zM2 12c0 5.19 3.95 9.45 9 9.95v-7.13C9.84 14.4 9 13.3 9 12c0-1.3.84-2.4 2-2.82V2.05c-5.05.5-9 4.76-9 9.95zm7-7.42v3.44c-1.23.92-2 2.39-2 3.98 0 1.59.77 3.06 2 3.99v3.44C6.04 18.24 4 15.35 4 12c0-3.35 2.04-6.24 5-7.42zm4 10.24v7.13c4.72-.47 8.48-4.23 8.95-8.95h-7.13c-.31.85-.97 1.51-1.82 1.82zm2 1.17c.37-.28.71-.61.99-.99h3.43C18.6 17 17 18.6 15 19.42v-3.43z"})
"DonutSmallOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/donut_small_rounded.cljs
================================================
(ns reagent-mui.icons.donut-small-rounded
"Imports @mui/icons-material/DonutSmallRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def donut-small-rounded (create-svg-icon (e "path" #js {"d" "M11 3.18v17.64c0 .64-.59 1.12-1.21.98C5.32 20.8 2 16.79 2 12s3.32-8.8 7.79-9.8c.62-.14 1.21.34 1.21.98zm2.03 0v6.81c0 .55.45 1 1 1h6.79c.64 0 1.12-.59.98-1.22-.85-3.76-3.8-6.72-7.55-7.57-.63-.14-1.22.34-1.22.98zm0 10.83v6.81c0 .64.59 1.12 1.22.98 3.76-.85 6.71-3.82 7.56-7.58.14-.62-.35-1.22-.98-1.22h-6.79c-.56.01-1.01.46-1.01 1.01z"})
"DonutSmallRounded"))
================================================
FILE: src/icons/reagent_mui/icons/donut_small_sharp.cljs
================================================
(ns reagent-mui.icons.donut-small-sharp
"Imports @mui/icons-material/DonutSmallSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def donut-small-sharp (create-svg-icon (e "path" #js {"d" "M13 9.18c.85.3 1.51.97 1.82 1.82h7.13c-.47-4.72-4.23-8.48-8.95-8.95v7.13zm-2 5.64C9.84 14.4 9 13.3 9 12c0-1.3.84-2.4 2-2.82V2.05c-5.05.5-9 4.76-9 9.95 0 5.19 3.95 9.45 9 9.95v-7.13zM14.82 13c-.3.85-.97 1.51-1.82 1.82v7.13c4.72-.47 8.48-4.23 8.95-8.95h-7.13z"})
"DonutSmallSharp"))
================================================
FILE: src/icons/reagent_mui/icons/donut_small_two_tone.cljs
================================================
(ns reagent-mui.icons.donut-small-two-tone
"Imports @mui/icons-material/DonutSmallTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def donut-small-two-tone (create-svg-icon [(e "path" #js {"d" "M15.99 9h3.43C18.6 7 17 5.4 15 4.58v3.43c.37.28.71.62.99.99zM4 12c0 3.35 2.04 6.24 5 7.42v-3.44c-1.23-.93-2-2.4-2-3.99C7 10.4 7.77 8.93 9 8V4.58C6.04 5.76 4 8.65 4 12zm11 3.99v3.43c2-.82 3.6-2.42 4.42-4.42h-3.43c-.28.37-.62.71-.99.99z", "opacity" ".3"}) (e "path" #js {"d" "M14.82 11h7.13c-.47-4.72-4.23-8.48-8.95-8.95v7.13c.85.31 1.51.97 1.82 1.82zM15 4.58C17 5.4 18.6 7 19.42 9h-3.43c-.28-.37-.62-.71-.99-.99V4.58zM2 12c0 5.19 3.95 9.45 9 9.95v-7.13C9.84 14.4 9 13.3 9 12c0-1.3.84-2.4 2-2.82V2.05c-5.05.5-9 4.76-9 9.95zm7-7.42v3.44c-1.23.92-2 2.39-2 3.98 0 1.59.77 3.06 2 3.99v3.44C6.04 18.24 4 15.35 4 12c0-3.35 2.04-6.24 5-7.42zm4 10.24v7.13c4.72-.47 8.48-4.23 8.95-8.95h-7.13c-.31.85-.97 1.51-1.82 1.82zm2 1.17c.37-.28.71-.61.99-.99h3.43C18.6 17 17 18.6 15 19.42v-3.43z"})]
"DonutSmallTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/door_back.cljs
================================================
(ns reagent-mui.icons.door-back
"Imports @mui/icons-material/DoorBack as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def door-back (create-svg-icon (e "path" #js {"d" "M19 19V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v14H3v2h18v-2h-2zm-8-6H9v-2h2v2z"})
"DoorBack"))
================================================
FILE: src/icons/reagent_mui/icons/door_back_outlined.cljs
================================================
(ns reagent-mui.icons.door-back-outlined
"Imports @mui/icons-material/DoorBackOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def door-back-outlined (create-svg-icon [(e "path" #js {"d" "M19 19V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v14H3v2h18v-2h-2zm-2 0H7V5h10v14z"}) (e "path" #js {"d" "M9 11h2v2H9z"})]
"DoorBackOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/door_back_rounded.cljs
================================================
(ns reagent-mui.icons.door-back-rounded
"Imports @mui/icons-material/DoorBackRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def door-back-rounded (create-svg-icon (e "path" #js {"d" "M20 19h-1V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v14H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1zm-10-6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"DoorBackRounded"))
================================================
FILE: src/icons/reagent_mui/icons/door_back_sharp.cljs
================================================
(ns reagent-mui.icons.door-back-sharp
"Imports @mui/icons-material/DoorBackSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def door-back-sharp (create-svg-icon (e "path" #js {"d" "M19 19V3H5v16H3v2h18v-2h-2zm-8-6H9v-2h2v2z"})
"DoorBackSharp"))
================================================
FILE: src/icons/reagent_mui/icons/door_back_two_tone.cljs
================================================
(ns reagent-mui.icons.door-back-two-tone
"Imports @mui/icons-material/DoorBackTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def door-back-two-tone (create-svg-icon [(e "path" #js {"d" "M7 19h10V5H7v14zm2-8h2v2H9v-2z", "opacity" ".3"}) (e "path" #js {"d" "M19 19V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v14H3v2h18v-2h-2zm-2 0H7V5h10v14z"}) (e "path" #js {"d" "M9 11h2v2H9z"})]
"DoorBackTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/door_front.cljs
================================================
(ns reagent-mui.icons.door-front
"Imports @mui/icons-material/DoorFront as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def door-front (create-svg-icon (e "path" #js {"d" "M19 19V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v14H3v2h18v-2h-2zm-4-6h-2v-2h2v2z"})
"DoorFront"))
================================================
FILE: src/icons/reagent_mui/icons/door_front_outlined.cljs
================================================
(ns reagent-mui.icons.door-front-outlined
"Imports @mui/icons-material/DoorFrontOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def door-front-outlined (create-svg-icon (e "path" #js {"d" "M19 19V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v14H3v2h18v-2h-2zm-2 0H7V5h10v14zm-4-8h2v2h-2v-2z"})
"DoorFrontOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/door_front_rounded.cljs
================================================
(ns reagent-mui.icons.door-front-rounded
"Imports @mui/icons-material/DoorFrontRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def door-front-rounded (create-svg-icon (e "path" #js {"d" "M20 19h-1V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v14H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1zm-6-6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"DoorFrontRounded"))
================================================
FILE: src/icons/reagent_mui/icons/door_front_sharp.cljs
================================================
(ns reagent-mui.icons.door-front-sharp
"Imports @mui/icons-material/DoorFrontSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def door-front-sharp (create-svg-icon (e "path" #js {"d" "M19 19V3H5v16H3v2h18v-2h-2zm-4-6h-2v-2h2v2z"})
"DoorFrontSharp"))
================================================
FILE: src/icons/reagent_mui/icons/door_front_two_tone.cljs
================================================
(ns reagent-mui.icons.door-front-two-tone
"Imports @mui/icons-material/DoorFrontTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def door-front-two-tone (create-svg-icon [(e "path" #js {"d" "M7 19h10V5H7v14zm6-8h2v2h-2v-2z", "opacity" ".3"}) (e "path" #js {"d" "M13 11h2v2h-2z"}) (e "path" #js {"d" "M19 19V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v14H3v2h18v-2h-2zm-2 0H7V5h10v14z"})]
"DoorFrontTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/door_sliding.cljs
================================================
(ns reagent-mui.icons.door-sliding
"Imports @mui/icons-material/DoorSliding as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def door-sliding (create-svg-icon (e "path" #js {"d" "M20 19V5c0-1.1-.9-2-2-2h-5.25v16h-1.5V3H6c-1.1 0-2 .9-2 2v14H3v2h18v-2h-1zm-10-6H8v-2h2v2zm6 0h-2v-2h2v2z"})
"DoorSliding"))
================================================
FILE: src/icons/reagent_mui/icons/door_sliding_outlined.cljs
================================================
(ns reagent-mui.icons.door-sliding-outlined
"Imports @mui/icons-material/DoorSlidingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def door-sliding-outlined (create-svg-icon (e "path" #js {"d" "M10 13H8v-2h2v2zm6-2h-2v2h2v-2zm5 8v2H3v-2h1V5c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v14h1zM11 5H6v14h5V5zm7 0h-5v14h5V5z"})
"DoorSlidingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/door_sliding_rounded.cljs
================================================
(ns reagent-mui.icons.door-sliding-rounded
"Imports @mui/icons-material/DoorSlidingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def door-sliding-rounded (create-svg-icon (e "path" #js {"d" "M20 19V5c0-1.1-.9-2-2-2h-5.25v16h-1.5V3H6c-1.1 0-2 .9-2 2v14c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1zM9 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"DoorSlidingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/door_sliding_sharp.cljs
================================================
(ns reagent-mui.icons.door-sliding-sharp
"Imports @mui/icons-material/DoorSlidingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def door-sliding-sharp (create-svg-icon (e "path" #js {"d" "M20 19V3h-7.25v16h-1.5V3H4v16H3v2h18v-2h-1zm-10-6H8v-2h2v2zm6 0h-2v-2h2v2z"})
"DoorSlidingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/door_sliding_two_tone.cljs
================================================
(ns reagent-mui.icons.door-sliding-two-tone
"Imports @mui/icons-material/DoorSlidingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def door-sliding-two-tone (create-svg-icon [(e "path" #js {"d" "M13 19h5V5h-5v14zm1-8h2v2h-2v-2zm-8 8h5V5H6v14zm2-8h2v2H8v-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 19V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v14H3v2h18v-2h-1zm-9 0H6V5h5v14zm7 0h-5V5h5v14z"}) (e "path" #js {"d" "M8 11h2v2H8zm6 0h2v2h-2z"})]
"DoorSlidingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/doorbell.cljs
================================================
(ns reagent-mui.icons.doorbell
"Imports @mui/icons-material/Doorbell as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def doorbell (create-svg-icon (e "path" #js {"d" "M12 3 4 9v12h16V9l-8-6zm0 14.5c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1zm4-1.5H8v-1h1v-2.34c0-1.54.82-2.82 2.25-3.16v-.25c0-.41.34-.75.75-.75s.75.34.75.75v.25c1.44.34 2.25 1.62 2.25 3.16V15h1v1z"})
"Doorbell"))
================================================
FILE: src/icons/reagent_mui/icons/doorbell_outlined.cljs
================================================
(ns reagent-mui.icons.doorbell-outlined
"Imports @mui/icons-material/DoorbellOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def doorbell-outlined (create-svg-icon (e "path" #js {"d" "M11 16.5h2c0 .55-.45 1-1 1s-1-.45-1-1zm4-1.5v-2.34c0-1.54-.81-2.82-2.25-3.16v-.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v.25C9.82 9.84 9 11.12 9 12.66V15H8v1h8v-1h-1zm-3-9.5L6 10v9h12v-9l-6-4.5M12 3l8 6v12H4V9l8-6z"})
"DoorbellOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/doorbell_rounded.cljs
================================================
(ns reagent-mui.icons.doorbell-rounded
"Imports @mui/icons-material/DoorbellRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def doorbell-rounded (create-svg-icon (e "path" #js {"d" "m10.8 3.9-6 4.5c-.5.38-.8.97-.8 1.6v9c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-9c0-.63-.3-1.22-.8-1.6l-6-4.5c-.71-.53-1.69-.53-2.4 0zM12 17.5c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1zm3.5-1.5h-7c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H9v-2.34c0-1.54.82-2.82 2.25-3.16v-.25c0-.41.34-.75.75-.75s.75.34.75.75v.25c1.44.34 2.25 1.62 2.25 3.16V15h.5c.28 0 .5.22.5.5s-.22.5-.5.5z"})
"DoorbellRounded"))
================================================
FILE: src/icons/reagent_mui/icons/doorbell_sharp.cljs
================================================
(ns reagent-mui.icons.doorbell-sharp
"Imports @mui/icons-material/DoorbellSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def doorbell-sharp (create-svg-icon (e "path" #js {"d" "M12 3 4 9v12h16V9l-8-6zm0 14.5c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1zm4-1.5H8v-1h1v-2.34c0-1.54.82-2.82 2.25-3.16v-1h1.5v1c1.44.34 2.25 1.62 2.25 3.16V15h1v1z"})
"DoorbellSharp"))
================================================
FILE: src/icons/reagent_mui/icons/doorbell_two_tone.cljs
================================================
(ns reagent-mui.icons.doorbell-two-tone
"Imports @mui/icons-material/DoorbellTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def doorbell-two-tone (create-svg-icon [(e "path" #js {"d" "M6 10v9h12v-9l-6-4.5L6 10zm6 7.5c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1zm.75-8.25v.25c1.44.34 2.25 1.62 2.25 3.16V15h1v1H8v-1h1v-2.34c0-1.54.82-2.82 2.25-3.16v-.25c0-.41.34-.75.75-.75s.75.34.75.75z", "opacity" ".3"}) (e "path" #js {"d" "M12 3 4 9v12h16V9l-8-6zm6 16H6v-9l6-4.5 6 4.5v9z"}) (e "path" #js {"d" "M11.25 9.25v.25C9.82 9.84 9 11.12 9 12.66V15H8v1h8v-1h-1v-2.34c0-1.54-.81-2.82-2.25-3.16v-.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75zM12 17.5c.55 0 1-.45 1-1h-2c0 .55.45 1 1 1z"})]
"DoorbellTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/double_arrow.cljs
================================================
(ns reagent-mui.icons.double-arrow
"Imports @mui/icons-material/DoubleArrow as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def double-arrow (create-svg-icon [(e "path" #js {"d" "M15.5 5H11l5 7-5 7h4.5l5-7z"}) (e "path" #js {"d" "M8.5 5H4l5 7-5 7h4.5l5-7z"})]
"DoubleArrow"))
================================================
FILE: src/icons/reagent_mui/icons/double_arrow_outlined.cljs
================================================
(ns reagent-mui.icons.double-arrow-outlined
"Imports @mui/icons-material/DoubleArrowOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def double-arrow-outlined (create-svg-icon [(e "path" #js {"d" "M15.5 5H11l5 7-5 7h4.5l5-7z"}) (e "path" #js {"d" "M8.5 5H4l5 7-5 7h4.5l5-7z"})]
"DoubleArrowOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/double_arrow_rounded.cljs
================================================
(ns reagent-mui.icons.double-arrow-rounded
"Imports @mui/icons-material/DoubleArrowRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def double-arrow-rounded (create-svg-icon [(e "path" #js {"d" "m20.08 11.42-4.04-5.65c-.34-.48-.89-.77-1.48-.77-1.49 0-2.35 1.68-1.49 2.89L16 12l-2.93 4.11c-.87 1.21 0 2.89 1.49 2.89.59 0 1.15-.29 1.49-.77l4.04-5.65c.24-.35.24-.81-.01-1.16z"}) (e "path" #js {"d" "M13.08 11.42 9.05 5.77C8.7 5.29 8.15 5 7.56 5 6.07 5 5.2 6.68 6.07 7.89L9 12l-2.93 4.11C5.2 17.32 6.07 19 7.56 19c.59 0 1.15-.29 1.49-.77l4.04-5.65c.24-.35.24-.81-.01-1.16z"})]
"DoubleArrowRounded"))
================================================
FILE: src/icons/reagent_mui/icons/double_arrow_sharp.cljs
================================================
(ns reagent-mui.icons.double-arrow-sharp
"Imports @mui/icons-material/DoubleArrowSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def double-arrow-sharp (create-svg-icon [(e "path" #js {"d" "M15.5 5H11l5 7-5 7h4.5l5-7z"}) (e "path" #js {"d" "M8.5 5H4l5 7-5 7h4.5l5-7z"})]
"DoubleArrowSharp"))
================================================
FILE: src/icons/reagent_mui/icons/double_arrow_two_tone.cljs
================================================
(ns reagent-mui.icons.double-arrow-two-tone
"Imports @mui/icons-material/DoubleArrowTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def double-arrow-two-tone (create-svg-icon [(e "path" #js {"d" "M15.5 5H11l5 7-5 7h4.5l5-7z"}) (e "path" #js {"d" "M8.5 5H4l5 7-5 7h4.5l5-7z"})]
"DoubleArrowTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/downhill_skiing.cljs
================================================
(ns reagent-mui.icons.downhill-skiing
"Imports @mui/icons-material/DownhillSkiing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def downhill-skiing (create-svg-icon (e "path" #js {"d" "M18.5 4.5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2.72 16.4.76.27c.62.21 1.27.33 1.96.33.84 0 1.65-.18 2.38-.5L22 22.13c-1.05.55-2.24.87-3.5.87-.86 0-1.68-.14-2.45-.41L2 17.47l.5-1.41 6.9 2.51 1.72-4.44-3.57-3.73c-.89-.94-.67-2.47.45-3.12l3.48-2.01c1.1-.64 2.52-.1 2.91 1.11l.33 1.08c.44 1.42 1.48 2.57 2.83 3.14l.52-1.6 1.43.46-1.12 3.45c-2.45-.4-4.48-2.07-5.38-4.32l-2.53 1.45 3.03 3.46-2.22 5.76 3.09 1.12 2.1-6.44c.46.18.94.31 1.44.41l-2.13 6.55z"})
"DownhillSkiing"))
================================================
FILE: src/icons/reagent_mui/icons/downhill_skiing_outlined.cljs
================================================
(ns reagent-mui.icons.downhill-skiing-outlined
"Imports @mui/icons-material/DownhillSkiingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def downhill-skiing-outlined (create-svg-icon (e "path" #js {"d" "M18.5 4.5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2.72 16.4.76.27c.62.21 1.27.33 1.96.33.84 0 1.65-.18 2.38-.5L22 22.13c-1.05.55-2.24.87-3.5.87-.86 0-1.68-.14-2.45-.41L2 17.47l.5-1.41 6.9 2.51 1.72-4.44-3.57-3.73c-.89-.94-.67-2.47.45-3.12l3.48-2.01c1.1-.64 2.52-.1 2.91 1.11l.33 1.08c.44 1.42 1.48 2.57 2.83 3.14l.52-1.6 1.43.46-1.12 3.45c-2.45-.4-4.48-2.07-5.38-4.32l-2.53 1.45 3.03 3.46-2.22 5.76 3.09 1.12 2.1-6.44c.46.18.94.31 1.44.41l-2.13 6.55z"})
"DownhillSkiingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/downhill_skiing_rounded.cljs
================================================
(ns reagent-mui.icons.downhill-skiing-rounded
"Imports @mui/icons-material/DownhillSkiingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def downhill-skiing-rounded (create-svg-icon (e "path" #js {"d" "M18.5 4.5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2.72 16.4.76.27c.62.21 1.27.33 1.96.33.68 0 1.34-.12 1.95-.33.27-.09.57-.02.78.18.39.4.23 1.06-.3 1.24-.76.27-1.58.41-2.43.41-.86 0-1.68-.14-2.45-.41L2.7 17.72c-.39-.14-.59-.57-.45-.95.14-.39.57-.6.96-.45l6.19 2.25 1.72-4.44-3.57-3.73c-.9-.94-.68-2.47.45-3.12l3.48-2.01c1.1-.64 2.52-.1 2.91 1.11l.33 1.08c.44 1.42 1.48 2.57 2.83 3.14l.29-.89c.13-.39.55-.61.94-.48.4.13.61.55.48.95l-.6 1.85c-.17.52-.72.82-1.24.65-2.02-.63-3.64-2.15-4.42-4.1l-2.53 1.45 2.23 2.55c.49.56.63 1.34.36 2.04l-1.78 4.63 3.09 1.12 2.1-6.44c.46.18.94.31 1.44.41l-2.13 6.56z"})
"DownhillSkiingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/downhill_skiing_sharp.cljs
================================================
(ns reagent-mui.icons.downhill-skiing-sharp
"Imports @mui/icons-material/DownhillSkiingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def downhill-skiing-sharp (create-svg-icon (e "path" #js {"d" "M18.5 4.5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2.72 16.4.76.27c.62.21 1.27.33 1.96.33.84 0 1.65-.18 2.38-.5L22 22.13c-1.05.55-2.24.87-3.5.87-.86 0-1.68-.14-2.45-.41L2 17.47l.5-1.41 6.9 2.51 1.72-4.44-3.57-3.73c-.89-.94-.67-2.47.45-3.12l3.48-2.01c1.1-.64 2.52-.1 2.91 1.11l.33 1.08c.44 1.42 1.48 2.57 2.83 3.14l.52-1.6 1.43.46-1.12 3.45c-2.45-.4-4.48-2.07-5.38-4.32l-2.53 1.45 3.03 3.46-2.22 5.76 3.09 1.12 2.1-6.44c.46.18.94.31 1.44.41l-2.13 6.55z"})
"DownhillSkiingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/downhill_skiing_two_tone.cljs
================================================
(ns reagent-mui.icons.downhill-skiing-two-tone
"Imports @mui/icons-material/DownhillSkiingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def downhill-skiing-two-tone (create-svg-icon (e "path" #js {"d" "M18.5 4.5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2.72 16.4.76.27c.62.21 1.27.33 1.96.33.84 0 1.65-.18 2.38-.5L22 22.13c-1.05.55-2.24.87-3.5.87-.86 0-1.68-.14-2.45-.41L2 17.47l.5-1.41 6.9 2.51 1.72-4.44-3.57-3.73c-.89-.94-.67-2.47.45-3.12l3.48-2.01c1.1-.64 2.52-.1 2.91 1.11l.33 1.08c.44 1.42 1.48 2.57 2.83 3.14l.52-1.6 1.43.46-1.12 3.45c-2.45-.4-4.48-2.07-5.38-4.32l-2.53 1.45 3.03 3.46-2.22 5.76 3.09 1.12 2.1-6.44c.46.18.94.31 1.44.41l-2.13 6.55z"})
"DownhillSkiingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/download.cljs
================================================
(ns reagent-mui.icons.download
"Imports @mui/icons-material/Download as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def download (create-svg-icon (e "path" #js {"d" "M5 20h14v-2H5v2zM19 9h-4V3H9v6H5l7 7 7-7z"})
"Download"))
================================================
FILE: src/icons/reagent_mui/icons/download_done.cljs
================================================
(ns reagent-mui.icons.download-done
"Imports @mui/icons-material/DownloadDone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def download-done (create-svg-icon (e "path" #js {"d" "M20.13 5.41 18.72 4l-9.19 9.19-4.25-4.24-1.41 1.41 5.66 5.66zM5 18h14v2H5z"})
"DownloadDone"))
================================================
FILE: src/icons/reagent_mui/icons/download_done_outlined.cljs
================================================
(ns reagent-mui.icons.download-done-outlined
"Imports @mui/icons-material/DownloadDoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def download-done-outlined (create-svg-icon (e "path" #js {"d" "M5 18h14v2H5v-2zm4.6-2.7L5 10.7l2-1.9 2.6 2.6L17 4l2 2-9.4 9.3z"})
"DownloadDoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/download_done_rounded.cljs
================================================
(ns reagent-mui.icons.download-done-rounded
"Imports @mui/icons-material/DownloadDoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def download-done-rounded (create-svg-icon (e "path" #js {"d" "M6 18h12c.55 0 1 .45 1 1s-.45 1-1 1H6c-.55 0-1-.45-1-1s.45-1 1-1zm5.01-4.1c-.78.77-2.04.77-2.82-.01L6 11.7c-.55-.55-.54-1.44.03-1.97.54-.52 1.4-.5 1.92.02L9.6 11.4l6.43-6.43c.54-.54 1.41-.54 1.95 0l.04.04c.54.54.54 1.42-.01 1.96l-7 6.93z"})
"DownloadDoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/download_done_sharp.cljs
================================================
(ns reagent-mui.icons.download-done-sharp
"Imports @mui/icons-material/DownloadDoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def download-done-sharp (create-svg-icon (e "path" #js {"d" "M5 18h14v2H5v-2zm4.6-2.7L5 10.7l2-1.9 2.6 2.6L17 4l2 2-9.4 9.3z"})
"DownloadDoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/download_done_two_tone.cljs
================================================
(ns reagent-mui.icons.download-done-two-tone
"Imports @mui/icons-material/DownloadDoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def download-done-two-tone (create-svg-icon (e "path" #js {"d" "M5 18h14v2H5v-2zm4.6-2.7L5 10.7l2-1.9 2.6 2.6L17 4l2 2-9.4 9.3z"})
"DownloadDoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/download_for_offline.cljs
================================================
(ns reagent-mui.icons.download-for-offline
"Imports @mui/icons-material/DownloadForOffline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def download-for-offline (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm-1 8V6h2v4h3l-4 4-4-4h3zm6 7H7v-2h10v2z"})
"DownloadForOffline"))
================================================
FILE: src/icons/reagent_mui/icons/download_for_offline_outlined.cljs
================================================
(ns reagent-mui.icons.download-for-offline-outlined
"Imports @mui/icons-material/DownloadForOfflineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def download-for-offline-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm2.59-11.41L16 10l-4 4-4-4 1.41-1.41L11 10.17V6h2v4.17l1.59-1.58zM17 17H7v-2h10v2z"})
"DownloadForOfflineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/download_for_offline_rounded.cljs
================================================
(ns reagent-mui.icons.download-for-offline-rounded
"Imports @mui/icons-material/DownloadForOfflineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def download-for-offline-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm-1 8V7c0-.55.45-1 1-1s1 .45 1 1v3h1.79c.45 0 .67.54.35.85l-2.79 2.79c-.2.2-.51.2-.71 0l-2.79-2.79c-.31-.31-.09-.85.36-.85H11zm5 7H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1z"})
"DownloadForOfflineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/download_for_offline_sharp.cljs
================================================
(ns reagent-mui.icons.download-for-offline-sharp
"Imports @mui/icons-material/DownloadForOfflineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def download-for-offline-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm-1 8V6h2v4h3l-4 4-4-4h3zm6 7H7v-2h10v2z"})
"DownloadForOfflineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/download_for_offline_two_tone.cljs
================================================
(ns reagent-mui.icons.download-for-offline-two-tone
"Imports @mui/icons-material/DownloadForOfflineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def download-for-offline-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm-1 6V6h2v4h3l-4 4-4-4h3zm6 7H7v-2h10v2z", "opacity" ".3"}) (e "path" #js {"d" "M16 10h-3V6h-2v4H8l4 4zm-9 5h10v2H7z"}) (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})]
"DownloadForOfflineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/download_outlined.cljs
================================================
(ns reagent-mui.icons.download-outlined
"Imports @mui/icons-material/DownloadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def download-outlined (create-svg-icon (e "path" #js {"d" "M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z"})
"DownloadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/download_rounded.cljs
================================================
(ns reagent-mui.icons.download-rounded
"Imports @mui/icons-material/DownloadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def download-rounded (create-svg-icon (e "path" #js {"d" "M16.59 9H15V4c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v5H7.41c-.89 0-1.34 1.08-.71 1.71l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.63-.63.19-1.71-.7-1.71zM5 19c0 .55.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1z"})
"DownloadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/download_sharp.cljs
================================================
(ns reagent-mui.icons.download-sharp
"Imports @mui/icons-material/DownloadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def download-sharp (create-svg-icon (e "path" #js {"d" "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"})
"DownloadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/download_two_tone.cljs
================================================
(ns reagent-mui.icons.download-two-tone
"Imports @mui/icons-material/DownloadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def download-two-tone (create-svg-icon [(e "path" #js {"d" "M13 9V5h-2v6H9.83L12 13.17 14.17 11H13z", "opacity" ".3"}) (e "path" #js {"d" "M15 9V3H9v6H5l7 7 7-7h-4zm-3 4.17L9.83 11H11V5h2v6h1.17L12 13.17zM5 18h14v2H5z"})]
"DownloadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/downloading.cljs
================================================
(ns reagent-mui.icons.downloading
"Imports @mui/icons-material/Downloading as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def downloading (create-svg-icon (e "path" #js {"d" "M18.32 4.26C16.84 3.05 15.01 2.25 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62l1.42-1.43zM19.93 11h2.02c-.2-2.01-1-3.84-2.21-5.32L18.31 7.1c.86 1.11 1.44 2.44 1.62 3.9zm-1.62 5.9 1.43 1.43c1.21-1.48 2.01-3.32 2.21-5.32h-2.02c-.18 1.45-.76 2.78-1.62 3.89zM13 19.93v2.02c2.01-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62zM13 12V7h-2v5H7l5 5 5-5h-4zm-2 7.93v2.02c-5.05-.5-9-4.76-9-9.95s3.95-9.45 9-9.95v2.02C7.05 4.56 4 7.92 4 12s3.05 7.44 7 7.93z"})
"Downloading"))
================================================
FILE: src/icons/reagent_mui/icons/downloading_outlined.cljs
================================================
(ns reagent-mui.icons.downloading-outlined
"Imports @mui/icons-material/DownloadingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def downloading-outlined (create-svg-icon (e "path" #js {"d" "M18.32 4.26C16.84 3.05 15.01 2.25 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62l1.42-1.43zM19.93 11h2.02c-.2-2.01-1-3.84-2.21-5.32L18.31 7.1c.86 1.11 1.44 2.44 1.62 3.9zm-1.62 5.9 1.43 1.43c1.21-1.48 2.01-3.32 2.21-5.32h-2.02c-.18 1.45-.76 2.78-1.62 3.89zM13 19.93v2.02c2.01-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62zm2.59-9.34L13 13.17V7h-2v6.17l-2.59-2.59L7 12l5 5 5-5-1.41-1.41zM11 19.93v2.02c-5.05-.5-9-4.76-9-9.95s3.95-9.45 9-9.95v2.02C7.05 4.56 4 7.92 4 12s3.05 7.44 7 7.93z"})
"DownloadingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/downloading_rounded.cljs
================================================
(ns reagent-mui.icons.downloading-rounded
"Imports @mui/icons-material/DownloadingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def downloading-rounded (create-svg-icon (e "path" #js {"d" "M17.33 3.55c-.94-.6-1.99-1.04-3.12-1.3-.62-.14-1.21.34-1.21.98 0 .45.3.87.74.97.91.2 1.77.56 2.53 1.05.39.25.89.17 1.22-.16.45-.45.38-1.2-.16-1.54zM20.77 11c.64 0 1.13-.59.98-1.21-.26-1.12-.7-2.17-1.3-3.12-.34-.54-1.1-.61-1.55-.16-.32.32-.4.83-.16 1.22.49.77.85 1.62 1.05 2.53.11.44.52.74.98.74zm-1.87 6.49c.45.45 1.21.38 1.55-.15.6-.94 1.04-1.99 1.3-3.11.14-.62-.35-1.21-.98-1.21-.45 0-.87.3-.97.74-.2.91-.57 1.76-1.05 2.53-.25.37-.17.88.15 1.2zM13 20.77c0 .64.59 1.13 1.21.98 1.12-.26 2.17-.7 3.11-1.3.54-.34.61-1.1.16-1.55-.32-.32-.83-.4-1.21-.15-.76.49-1.61.85-2.53 1.05-.44.1-.74.51-.74.97zM13 12V8c0-.55-.45-1-1-1s-1 .45-1 1v4H9.41c-.89 0-1.34 1.08-.71 1.71l2.59 2.59c.39.39 1.02.39 1.41 0l2.59-2.59c.63-.63.18-1.71-.71-1.71H13zm-2 8.77c0 .64-.59 1.13-1.21.99C5.33 20.75 2 16.77 2 12s3.33-8.75 7.79-9.75c.62-.14 1.21.34 1.21.98 0 .46-.31.87-.76.97C6.67 5 4 8.19 4 12s2.67 7 6.24 7.8c.45.1.76.51.76.97z"})
"DownloadingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/downloading_sharp.cljs
================================================
(ns reagent-mui.icons.downloading-sharp
"Imports @mui/icons-material/DownloadingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def downloading-sharp (create-svg-icon (e "path" #js {"d" "M18.32 4.26C16.84 3.05 15.01 2.25 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62l1.42-1.43zM19.93 11h2.02c-.2-2.01-1-3.84-2.21-5.32L18.31 7.1c.86 1.11 1.44 2.44 1.62 3.9zm-1.62 5.9 1.43 1.43c1.21-1.48 2.01-3.32 2.21-5.32h-2.02c-.18 1.45-.76 2.78-1.62 3.89zM13 19.93v2.02c2.01-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62zM13 12V7h-2v5H7l5 5 5-5h-4zm-2 7.93v2.02c-5.05-.5-9-4.76-9-9.95s3.95-9.45 9-9.95v2.02C7.05 4.56 4 7.92 4 12s3.05 7.44 7 7.93z"})
"DownloadingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/downloading_two_tone.cljs
================================================
(ns reagent-mui.icons.downloading-two-tone
"Imports @mui/icons-material/DownloadingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def downloading-two-tone (create-svg-icon (e "path" #js {"d" "M18.32 4.26C16.84 3.05 15.01 2.25 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62l1.42-1.43zM19.93 11h2.02c-.2-2.01-1-3.84-2.21-5.32L18.31 7.1c.86 1.11 1.44 2.44 1.62 3.9zm-1.62 5.9 1.43 1.43c1.21-1.48 2.01-3.32 2.21-5.32h-2.02c-.18 1.45-.76 2.78-1.62 3.89zM13 19.93v2.02c2.01-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62zM13 12V7h-2v5H7l5 5 5-5h-4zm-2 7.93v2.02c-5.05-.5-9-4.76-9-9.95s3.95-9.45 9-9.95v2.02C7.05 4.56 4 7.92 4 12s3.05 7.44 7 7.93z"})
"DownloadingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/drafts.cljs
================================================
(ns reagent-mui.icons.drafts
"Imports @mui/icons-material/Drafts as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drafts (create-svg-icon (e "path" #js {"d" "M21.99 8c0-.72-.37-1.35-.94-1.7L12 1 2.95 6.3C2.38 6.65 2 7.28 2 8v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2l-.01-10zM12 13 3.74 7.84 12 3l8.26 4.84L12 13z"})
"Drafts"))
================================================
FILE: src/icons/reagent_mui/icons/drafts_outlined.cljs
================================================
(ns reagent-mui.icons.drafts-outlined
"Imports @mui/icons-material/DraftsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drafts-outlined (create-svg-icon (e "path" #js {"d" "M21.99 8c0-.72-.37-1.35-.94-1.7L12 1 2.95 6.3C2.38 6.65 2 7.28 2 8v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2l-.01-10zm-2 0v.01L12 13 4 8l8-4.68L19.99 8zM4 18v-7.66l8 5.02 7.99-4.99L20 18H4z"})
"DraftsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/drafts_rounded.cljs
================================================
(ns reagent-mui.icons.drafts-rounded
"Imports @mui/icons-material/DraftsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drafts-rounded (create-svg-icon (e "path" #js {"d" "M21.99 8c0-.72-.37-1.35-.94-1.7l-8.04-4.71c-.62-.37-1.4-.37-2.02 0L2.95 6.3C2.38 6.65 2 7.28 2 8v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2l-.01-10zm-11.05 4.34-7.2-4.5 7.25-4.25c.62-.37 1.4-.37 2.02 0l7.25 4.25-7.2 4.5c-.65.4-1.47.4-2.12 0z"})
"DraftsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/drafts_sharp.cljs
================================================
(ns reagent-mui.icons.drafts-sharp
"Imports @mui/icons-material/DraftsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drafts-sharp (create-svg-icon (e "path" #js {"d" "M21.99 6.86 12 1 2 6.86V20h20l-.01-13.14zM12 13 3.74 7.84 12 3l8.26 4.84L12 13z"})
"DraftsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/drafts_two_tone.cljs
================================================
(ns reagent-mui.icons.drafts-two-tone
"Imports @mui/icons-material/DraftsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drafts-two-tone (create-svg-icon [(e "path" #js {"d" "m12 15.36-8-5.02V18h16l-.01-7.63z", "opacity" ".3"}) (e "path" #js {"d" "M21.99 8c0-.72-.37-1.35-.94-1.7L12 1 2.95 6.3C2.38 6.65 2 7.28 2 8v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2l-.01-10zM12 3.32 19.99 8v.01L12 13 4 8l8-4.68zM4 18v-7.66l8 5.02 7.99-4.99L20 18H4z"})]
"DraftsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/drag_handle.cljs
================================================
(ns reagent-mui.icons.drag-handle
"Imports @mui/icons-material/DragHandle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drag-handle (create-svg-icon (e "path" #js {"d" "M20 9H4v2h16V9zM4 15h16v-2H4v2z"})
"DragHandle"))
================================================
FILE: src/icons/reagent_mui/icons/drag_handle_outlined.cljs
================================================
(ns reagent-mui.icons.drag-handle-outlined
"Imports @mui/icons-material/DragHandleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drag-handle-outlined (create-svg-icon (e "path" #js {"d" "M20 9H4v2h16V9zM4 15h16v-2H4v2z"})
"DragHandleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/drag_handle_rounded.cljs
================================================
(ns reagent-mui.icons.drag-handle-rounded
"Imports @mui/icons-material/DragHandleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drag-handle-rounded (create-svg-icon (e "path" #js {"d" "M19 9H5c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM5 15h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1s.45 1 1 1z"})
"DragHandleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/drag_handle_sharp.cljs
================================================
(ns reagent-mui.icons.drag-handle-sharp
"Imports @mui/icons-material/DragHandleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drag-handle-sharp (create-svg-icon (e "path" #js {"d" "M20 9H4v2h16V9zM4 15h16v-2H4v2z"})
"DragHandleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/drag_handle_two_tone.cljs
================================================
(ns reagent-mui.icons.drag-handle-two-tone
"Imports @mui/icons-material/DragHandleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drag-handle-two-tone (create-svg-icon (e "path" #js {"d" "M4 9h16v2H4zm0 4h16v2H4z"})
"DragHandleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/drag_indicator.cljs
================================================
(ns reagent-mui.icons.drag-indicator
"Imports @mui/icons-material/DragIndicator as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drag-indicator (create-svg-icon (e "path" #js {"d" "M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"DragIndicator"))
================================================
FILE: src/icons/reagent_mui/icons/drag_indicator_outlined.cljs
================================================
(ns reagent-mui.icons.drag-indicator-outlined
"Imports @mui/icons-material/DragIndicatorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drag-indicator-outlined (create-svg-icon (e "path" #js {"d" "M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"DragIndicatorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/drag_indicator_rounded.cljs
================================================
(ns reagent-mui.icons.drag-indicator-rounded
"Imports @mui/icons-material/DragIndicatorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drag-indicator-rounded (create-svg-icon (e "path" #js {"d" "M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"DragIndicatorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/drag_indicator_sharp.cljs
================================================
(ns reagent-mui.icons.drag-indicator-sharp
"Imports @mui/icons-material/DragIndicatorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drag-indicator-sharp (create-svg-icon (e "path" #js {"d" "M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"DragIndicatorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/drag_indicator_two_tone.cljs
================================================
(ns reagent-mui.icons.drag-indicator-two-tone
"Imports @mui/icons-material/DragIndicatorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drag-indicator-two-tone (create-svg-icon (e "path" #js {"d" "M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"DragIndicatorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/drive_eta.cljs
================================================
(ns reagent-mui.icons.drive-eta
"Imports @mui/icons-material/DriveEta as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-eta (create-svg-icon (e "path" #js {"d" "M18.92 5.01C18.72 4.42 18.16 4 17.5 4h-11c-.66 0-1.21.42-1.42 1.01L3 11v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 15c-.83 0-1.5-.67-1.5-1.5S5.67 12 6.5 12s1.5.67 1.5 1.5S7.33 15 6.5 15zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 10l1.5-4.5h11L19 10H5z"})
"DriveEta"))
================================================
FILE: src/icons/reagent_mui/icons/drive_eta_outlined.cljs
================================================
(ns reagent-mui.icons.drive-eta-outlined
"Imports @mui/icons-material/DriveEtaOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-eta-outlined (create-svg-icon [(e "path" #js {"d" "M18.92 5.01C18.72 4.42 18.16 4 17.5 4h-11c-.66 0-1.21.42-1.42 1.01L3 11v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 6h10.29l1.04 3H5.81l1.04-3zM19 16H5v-4.66l.12-.34h13.77l.11.34V16z"}) (e "circle" #js {"cx" "7.5", "cy" "13.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "13.5", "r" "1.5"})]
"DriveEtaOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/drive_eta_rounded.cljs
================================================
(ns reagent-mui.icons.drive-eta-rounded
"Imports @mui/icons-material/DriveEtaRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-eta-rounded (create-svg-icon (e "path" #js {"d" "M18.92 5.01C18.72 4.42 18.16 4 17.5 4h-11c-.66 0-1.21.42-1.42 1.01l-1.97 5.67c-.07.21-.11.43-.11.66v7.16c0 .83.67 1.5 1.5 1.5S6 19.33 6 18.5V18h12v.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5v-7.16c0-.22-.04-.45-.11-.66l-1.97-5.67zM6.5 15c-.83 0-1.5-.67-1.5-1.5S5.67 12 6.5 12s1.5.67 1.5 1.5S7.33 15 6.5 15zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 10l1.27-3.82c.14-.4.52-.68.95-.68h9.56c.43 0 .81.28.95.68L19 10H5z"})
"DriveEtaRounded"))
================================================
FILE: src/icons/reagent_mui/icons/drive_eta_sharp.cljs
================================================
(ns reagent-mui.icons.drive-eta-sharp
"Imports @mui/icons-material/DriveEtaSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-eta-sharp (create-svg-icon (e "path" #js {"d" "M18.92 5.01 18.57 4H5.43L3 11v9h3v-2h12v2h3v-9l-2.08-5.99zM6.5 15c-.83 0-1.5-.67-1.5-1.5S5.67 12 6.5 12s1.5.67 1.5 1.5S7.33 15 6.5 15zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 10l1.5-4.5h11L19 10H5z"})
"DriveEtaSharp"))
================================================
FILE: src/icons/reagent_mui/icons/drive_eta_two_tone.cljs
================================================
(ns reagent-mui.icons.drive-eta-two-tone
"Imports @mui/icons-material/DriveEtaTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-eta-two-tone (create-svg-icon [(e "path" #js {"d" "m5.12 11-.12.34V16h14v-4.66l-.12-.34H5.12zm2.38 4c-.83 0-1.5-.67-1.5-1.5S6.67 12 7.5 12s1.5.67 1.5 1.5S8.33 15 7.5 15zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z", "opacity" ".3"}) (e "path" #js {"d" "M18.92 5.01C18.72 4.42 18.16 4 17.5 4h-11c-.66 0-1.21.42-1.42 1.01L3 11v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 6h10.29l1.04 3H5.81l1.04-3zM19 16H5v-4.66l.12-.34h13.77l.11.34V16z"}) (e "circle" #js {"cx" "7.5", "cy" "13.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "13.5", "r" "1.5"})]
"DriveEtaTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/drive_file_move.cljs
================================================
(ns reagent-mui.icons.drive-file-move
"Imports @mui/icons-material/DriveFileMove as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-file-move (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-6 12v-3h-4v-4h4V8l5 5-5 5z"})
"DriveFileMove"))
================================================
FILE: src/icons/reagent_mui/icons/drive_file_move_outlined.cljs
================================================
(ns reagent-mui.icons.drive-file-move-outlined
"Imports @mui/icons-material/DriveFileMoveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-file-move-outlined (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l1.41 1.41.59.59H20v10zm-7.84-6H8v2h4.16l-1.59 1.59L11.99 17 16 13.01 11.99 9l-1.41 1.41L12.16 12z"})
"DriveFileMoveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/drive_file_move_rounded.cljs
================================================
(ns reagent-mui.icons.drive-file-move-rounded
"Imports @mui/icons-material/DriveFileMoveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-file-move-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-8l-1.41-1.41C10.21 4.21 9.7 4 9.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-8 9.79V14H9c-.55 0-1-.45-1-1s.45-1 1-1h3v-1.79c0-.45.54-.67.85-.35l2.79 2.79c.2.2.2.51 0 .71l-2.79 2.79c-.31.31-.85.09-.85-.36z"})
"DriveFileMoveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/drive_file_move_sharp.cljs
================================================
(ns reagent-mui.icons.drive-file-move-sharp
"Imports @mui/icons-material/DriveFileMoveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-file-move-sharp (create-svg-icon (e "path" #js {"d" "M22 6H12l-2-2H2v16h20V6zM12 17v-3H8v-2h4V9l4 4-4 4z"})
"DriveFileMoveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/drive_file_move_two_tone.cljs
================================================
(ns reagent-mui.icons.drive-file-move-two-tone
"Imports @mui/icons-material/DriveFileMoveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-file-move-two-tone (create-svg-icon [(e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l1.41 1.41.59.59H20v10z"}) (e "path" #js {"d" "M8 14h4v3l4-4-4-4v3H8z"}) (e "path" #js {"d" "M10.59 7.41 9.17 6H4v12h16V8h-8.83l-.58-.59zM12 9l4 4-4 4v-3H8v-2h4V9z", "opacity" ".3"})]
"DriveFileMoveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/drive_file_rename_outline.cljs
================================================
(ns reagent-mui.icons.drive-file-rename-outline
"Imports @mui/icons-material/DriveFileRenameOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-file-rename-outline (create-svg-icon (e "path" #js {"d" "M18.41 5.8 17.2 4.59c-.78-.78-2.05-.78-2.83 0l-2.68 2.68L3 15.96V20h4.04l8.74-8.74 2.63-2.63c.79-.78.79-2.05 0-2.83zM6.21 18H5v-1.21l8.66-8.66 1.21 1.21L6.21 18zM11 20l4-4h6v4H11z"})
"DriveFileRenameOutline"))
================================================
FILE: src/icons/reagent_mui/icons/drive_file_rename_outline_outlined.cljs
================================================
(ns reagent-mui.icons.drive-file-rename-outline-outlined
"Imports @mui/icons-material/DriveFileRenameOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-file-rename-outline-outlined (create-svg-icon (e "path" #js {"d" "m15 16-4 4h10v-4zm-2.94-8.81L3 16.25V20h3.75l9.06-9.06-3.75-3.75zM5.92 18H5v-.92l7.06-7.06.92.92L5.92 18zm12.79-9.96c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83z"})
"DriveFileRenameOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/drive_file_rename_outline_rounded.cljs
================================================
(ns reagent-mui.icons.drive-file-rename-outline-rounded
"Imports @mui/icons-material/DriveFileRenameOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-file-rename-outline-rounded (create-svg-icon (e "path" #js {"d" "m15 16-4 4h8c1.1 0 2-.9 2-2s-.9-2-2-2h-4zm-2.94-8.81-8.77 8.77c-.18.18-.29.44-.29.7V19c0 .55.45 1 1 1h2.34c.27 0 .52-.11.71-.29l8.77-8.77-3.76-3.75zm6.65.85c.39-.39.39-1.02 0-1.41l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"})
"DriveFileRenameOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/drive_file_rename_outline_sharp.cljs
================================================
(ns reagent-mui.icons.drive-file-rename-outline-sharp
"Imports @mui/icons-material/DriveFileRenameOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-file-rename-outline-sharp (create-svg-icon (e "path" #js {"d" "m15 16-4 4h10v-4zm-2.94-8.81L3 16.25V20h3.75l9.06-9.06zm1.072-1.0673 2.5385-2.5386 3.7477 3.7477-2.5385 2.5385z"})
"DriveFileRenameOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/drive_file_rename_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.drive-file-rename-outline-two-tone
"Imports @mui/icons-material/DriveFileRenameOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-file-rename-outline-two-tone (create-svg-icon [(e "path" #js {"d" "M12.06 10.02 5 17.08V18h.92l7.06-7.06z", "opacity" ".3"}) (e "path" #js {"d" "m15 16-4 4h10v-4zm-2.94-8.81L3 16.25V20h3.75l9.06-9.06-3.75-3.75zM5.92 18H5v-.92l7.06-7.06.92.92L5.92 18zm12.79-9.96c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83z"})]
"DriveFileRenameOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/drive_folder_upload.cljs
================================================
(ns reagent-mui.icons.drive-folder-upload
"Imports @mui/icons-material/DriveFolderUpload as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-folder-upload (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V8h16v10zM8 13.01l1.41 1.41L11 12.84V17h2v-4.16l1.59 1.59L16 13.01 12.01 9 8 13.01z"})
"DriveFolderUpload"))
================================================
FILE: src/icons/reagent_mui/icons/drive_folder_upload_outlined.cljs
================================================
(ns reagent-mui.icons.drive-folder-upload-outlined
"Imports @mui/icons-material/DriveFolderUploadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-folder-upload-outlined (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l2 2H20v10zM9.41 14.42 11 12.84V17h2v-4.16l1.59 1.59L16 13.01 12.01 9 8 13.01l1.41 1.41z"})
"DriveFolderUploadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/drive_folder_upload_rounded.cljs
================================================
(ns reagent-mui.icons.drive-folder-upload-rounded
"Imports @mui/icons-material/DriveFolderUploadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-folder-upload-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-8l-1.41-1.41C10.21 4.21 9.7 4 9.17 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-7 7v3c0 .55-.45 1-1 1s-1-.45-1-1v-3H9.21c-.45 0-.67-.54-.35-.85l2.8-2.79c.2-.2.51-.19.71 0l2.79 2.79c.3.31.08.85-.36.85H13z"})
"DriveFolderUploadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/drive_folder_upload_sharp.cljs
================================================
(ns reagent-mui.icons.drive-folder-upload-sharp
"Imports @mui/icons-material/DriveFolderUploadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-folder-upload-sharp (create-svg-icon (e "path" #js {"d" "M22 6H12l-2-2H2v16h20V6zm-9 7v4h-2v-4H8l4.01-4L16 13h-3z"})
"DriveFolderUploadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/drive_folder_upload_two_tone.cljs
================================================
(ns reagent-mui.icons.drive-folder-upload-two-tone
"Imports @mui/icons-material/DriveFolderUploadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def drive-folder-upload-two-tone (create-svg-icon [(e "path" #js {"d" "M9.17 6H4v12h16V8h-8.83l-2-2zM16 13h-3v4h-2v-4H8l4.01-4L16 13z", "opacity" ".3"}) (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l2 2H20v10z"}) (e "path" #js {"d" "M11 13v4h2v-4h3l-3.99-4L8 13z"})]
"DriveFolderUploadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dry.cljs
================================================
(ns reagent-mui.icons.dry
"Imports @mui/icons-material/Dry as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dry (create-svg-icon (e "path" #js {"d" "m15.65 4.86-.07-.07c-.57-.62-.82-1.41-.67-2.2L15 2h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71zm4 0-.07-.07c-.57-.62-.82-1.41-.67-2.2L19 2h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71zM9.12 5l-7.18 6.79c-.6.56-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.75c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h7.75c.69 0 1.25-.56 1.25-1.25S20.44 17 19.75 17H12v-1h8.75c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h6.75c.69 0 1.25-.56 1.25-1.25S19.44 10 18.75 10H8.86c.64-1.11 1.48-2.58 1.49-2.61.09-.16.14-.33.14-.53 0-.26-.09-.5-.26-.7C10.22 6.12 9.12 5 9.12 5z"})
"Dry"))
================================================
FILE: src/icons/reagent_mui/icons/dry_cleaning.cljs
================================================
(ns reagent-mui.icons.dry-cleaning
"Imports @mui/icons-material/DryCleaning as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dry-cleaning (create-svg-icon (e "path" #js {"d" "M19.56 11.36 13 8.44V7c0-.55-.45-1-1-1s-1-.45-1-1 .45-1 1-1 1 .45 1 1h2c0-1.84-1.66-3.3-3.56-2.95-1.18.22-2.15 1.17-2.38 2.35-.3 1.56.6 2.94 1.94 3.42v.63l-6.56 2.92c-.88.38-1.44 1.25-1.44 2.2v.01C3 14.92 4.08 16 5.42 16H7v6h10v-6h1.58c1.34 0 2.42-1.08 2.42-2.42v-.01c0-.95-.56-1.82-1.44-2.21zM18.58 14H17v-1H7v1H5.42c-.23 0-.42-.19-.42-.43 0-.17.1-.32.25-.38l6.75-3 6.75 3c.15.07.25.22.25.39 0 .23-.19.42-.42.42z"})
"DryCleaning"))
================================================
FILE: src/icons/reagent_mui/icons/dry_cleaning_outlined.cljs
================================================
(ns reagent-mui.icons.dry-cleaning-outlined
"Imports @mui/icons-material/DryCleaningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dry-cleaning-outlined (create-svg-icon (e "path" #js {"d" "M19.56 11.36 13 8.44V7c0-.55-.45-1-1-1s-1-.45-1-1 .45-1 1-1 1 .45 1 1h2c0-1.84-1.66-3.3-3.56-2.95-1.18.22-2.15 1.17-2.38 2.35-.3 1.56.6 2.94 1.94 3.42v.63l-6.56 2.92c-.88.38-1.44 1.25-1.44 2.2v.01C3 14.92 4.08 16 5.42 16H7v6h10v-6h1.58c1.34 0 2.42-1.08 2.42-2.42v-.01c0-.95-.56-1.82-1.44-2.21zM15 20H9v-5h6v5zm3.58-6H17v-1H7v1H5.42c-.46 0-.58-.65-.17-.81l6.75-3 6.75 3c.42.19.28.81-.17.81z"})
"DryCleaningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dry_cleaning_rounded.cljs
================================================
(ns reagent-mui.icons.dry-cleaning-rounded
"Imports @mui/icons-material/DryCleaningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dry-cleaning-rounded (create-svg-icon (e "path" #js {"d" "M19.56 11.36 13 8.44V7c0-.55-.45-1-1-1s-1-.45-1-1 .45-1 1-1c.38 0 .72.22.88.53.16.31.51.47.85.47.74 0 1.26-.79.91-1.44-.6-1.1-1.86-1.78-3.24-1.51-1.17.23-2.12 1.2-2.34 2.37-.29 1.56.61 2.93 1.94 3.4v.63l-6.56 2.92c-.88.38-1.44 1.25-1.44 2.2v.01C3 14.92 4.08 16 5.42 16H7v4c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-4h1.58c1.34 0 2.42-1.08 2.42-2.42v-.01c0-.95-.56-1.82-1.44-2.21zM18.58 14h-1.86c-.35-.6-.98-1-1.72-1H9c-.74 0-1.38.4-1.72 1H5.42c-.46 0-.58-.65-.17-.81l6.75-3 6.75 3c.42.19.28.81-.17.81z"})
"DryCleaningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dry_cleaning_sharp.cljs
================================================
(ns reagent-mui.icons.dry-cleaning-sharp
"Imports @mui/icons-material/DryCleaningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dry-cleaning-sharp (create-svg-icon (e "path" #js {"d" "m21 12-8-3.56V6h-1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1h2c0-1.84-1.66-3.3-3.56-2.95-1.18.22-2.15 1.17-2.38 2.35-.3 1.56.6 2.94 1.94 3.42v.63l-8 3.56V16h4v6h10v-6h4v-4zm-2 2h-2v-1H7v1H5v-.7l7-3.11 7 3.11v.7z"})
"DryCleaningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dry_cleaning_two_tone.cljs
================================================
(ns reagent-mui.icons.dry-cleaning-two-tone
"Imports @mui/icons-material/DryCleaningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dry-cleaning-two-tone (create-svg-icon [(e "path" #js {"d" "M9 15h6v5H9z", "opacity" ".3"}) (e "path" #js {"d" "M19.56 11.36 13 8.44V7c0-.55-.45-1-1-1s-1-.45-1-1 .45-1 1-1 1 .45 1 1h2c0-1.84-1.66-3.3-3.56-2.95-1.18.22-2.15 1.17-2.38 2.35-.3 1.56.6 2.94 1.94 3.42v.63l-6.56 2.92c-.88.38-1.44 1.25-1.44 2.2v.01C3 14.92 4.08 16 5.42 16H7v6h10v-6h1.58c1.34 0 2.42-1.08 2.42-2.42v-.01c0-.95-.56-1.82-1.44-2.21zM15 20H9v-5h6v5zm3.58-6H17v-1H7v1H5.42c-.46 0-.58-.65-.17-.81l6.75-3 6.75 3c.42.19.28.81-.17.81z"})]
"DryCleaningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dry_outlined.cljs
================================================
(ns reagent-mui.icons.dry-outlined
"Imports @mui/icons-material/DryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dry-outlined (create-svg-icon (e "path" #js {"d" "M20.75 16c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h6.75c.69 0 1.25-.56 1.25-1.25 0-.67-.53-1.2-1.18-1.24L8.87 10l1.48-2.6c.09-.17.14-.34.14-.54 0-.26-.09-.5-.26-.7L9.12 5l-7.18 6.8c-.6.56-.94 1.35-.94 2.17V20c0 1.66 1.34 3 3 3h13.75c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h7.75c.69 0 1.25-.56 1.25-1.25S20.44 17 19.75 17H12v-1h8.75zM10 21H4c-.55 0-1-.45-1-1v-6c0-.39.23-.64.36-.75L7 9.87V12h3v9zm5.65-16.14-.07-.07c-.57-.62-.82-1.41-.67-2.2L15 2h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71zm4 0-.07-.07c-.57-.62-.82-1.41-.67-2.2L19 2h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71z"})
"DryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dry_rounded.cljs
================================================
(ns reagent-mui.icons.dry-rounded
"Imports @mui/icons-material/DryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dry-rounded (create-svg-icon (e "path" #js {"d" "M1.94 11.79c-.6.57-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.68c.65 0 1.25-.47 1.32-1.12.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h7.18c.65 0 1.25-.47 1.32-1.12.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h8.18c.65 0 1.25-.47 1.32-1.12.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h6.18c.65 0 1.25-.47 1.32-1.12.08-.75-.51-1.38-1.24-1.38h-9.9l1.49-2.61c.09-.16.14-.33.14-.53 0-.26-.09-.5-.26-.7l-.42-.45c-.38-.39-1.01-.41-1.41-.03l-6.46 6.11zm15.05-3.72c0 .52-.42.93-.93.93-.52 0-.93-.42-.93-.93.03-.67-.22-1.33-.71-1.86l-.07-.06c-.9-.89-1.38-2.03-1.34-3.22-.01-.51.41-.93.92-.93s.93.42.93.93c-.03.67.22 1.33.71 1.86l.07.07c.91.88 1.39 2.02 1.35 3.21zm4.01 0c0 .51-.42.93-.94.93s-.93-.42-.93-.93c.03-.67-.22-1.33-.71-1.86l-.07-.06c-.9-.89-1.38-2.03-1.34-3.22 0-.51.42-.93.93-.93s.93.42.93.93c-.03.67.22 1.33.71 1.86l.07.07c.9.88 1.38 2.02 1.35 3.21z"})
"DryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dry_sharp.cljs
================================================
(ns reagent-mui.icons.dry-sharp
"Imports @mui/icons-material/DrySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dry-sharp (create-svg-icon (e "path" #js {"d" "M1 12.68V23h18v-2.5h-7v-1h9V17h-9v-1h10v-2.5H12v-1h8V10H8.86l1.88-3.3L9.12 5 1 12.68zm14.65-7.82-.07-.07c-.57-.62-.82-1.41-.67-2.2L15 2h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71zm4 0-.07-.07c-.57-.62-.82-1.41-.67-2.2L19 2h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71z"})
"DrySharp"))
================================================
FILE: src/icons/reagent_mui/icons/dry_two_tone.cljs
================================================
(ns reagent-mui.icons.dry-two-tone
"Imports @mui/icons-material/DryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dry-two-tone (create-svg-icon [(e "path" #js {"d" "M10 21H4c-.55 0-1-.45-1-1v-6c0-.39.23-.64.36-.75L7 9.87V12h3v9z", "opacity" ".3"}) (e "path" #js {"d" "M20.75 16c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h6.75c.69 0 1.25-.56 1.25-1.25 0-.67-.53-1.2-1.18-1.24L8.87 10l1.48-2.6c.09-.17.14-.34.14-.54 0-.26-.09-.5-.26-.7L9.12 5l-7.18 6.8c-.6.56-.94 1.35-.94 2.17V20c0 1.66 1.34 3 3 3h13.75c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h7.75c.69 0 1.25-.56 1.25-1.25S20.44 17 19.75 17H12v-1h8.75zM10 21H4c-.55 0-1-.45-1-1v-6c0-.39.23-.64.36-.75L7 9.87V12h3v9zm5.65-16.14-.07-.07c-.57-.62-.82-1.41-.67-2.2L15 2h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71zm4 0-.07-.07c-.57-.62-.82-1.41-.67-2.2L19 2h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71z"})]
"DryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/duo.cljs
================================================
(ns reagent-mui.icons.duo
"Imports @mui/icons-material/Duo as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def duo (create-svg-icon (e "path" #js {"d" "M20 2h-8C6.38 2 2 6.66 2 12.28 2 17.5 6.49 22 11.72 22 17.39 22 22 17.62 22 12V4c0-1.1-.9-2-2-2zm-3 13-3-2v2H7V9h7v2l3-2v6z"})
"Duo"))
================================================
FILE: src/icons/reagent_mui/icons/duo_outlined.cljs
================================================
(ns reagent-mui.icons.duo-outlined
"Imports @mui/icons-material/DuoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def duo-outlined (create-svg-icon (e "path" #js {"d" "M20 2h-8C6.38 2 2 6.66 2 12.28 2 17.5 6.49 22 11.72 22 17.39 22 22 17.62 22 12V4c0-1.1-.9-2-2-2zm-3 13-3-2v2H7V9h7v2l3-2v6z"})
"DuoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/duo_rounded.cljs
================================================
(ns reagent-mui.icons.duo-rounded
"Imports @mui/icons-material/DuoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def duo-rounded (create-svg-icon (e "path" #js {"d" "M20 2h-8C6.38 2 2 6.66 2 12.28 2 17.5 6.49 22 11.72 22 17.39 22 22 17.62 22 12V4c0-1.1-.9-2-2-2zm-3 13-3-2v2H7V9h7v2l3-2v6z"})
"DuoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/duo_sharp.cljs
================================================
(ns reagent-mui.icons.duo-sharp
"Imports @mui/icons-material/DuoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def duo-sharp (create-svg-icon (e "path" #js {"d" "M20 2h-8C6.38 2 2 6.66 2 12.28 2 17.5 6.49 22 11.72 22 17.39 22 22 17.62 22 12V4c0-1.1-.9-2-2-2zm-3 13-3-2v2H7V9h7v2l3-2v6z"})
"DuoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/duo_two_tone.cljs
================================================
(ns reagent-mui.icons.duo-two-tone
"Imports @mui/icons-material/DuoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def duo-two-tone (create-svg-icon (e "path" #js {"d" "M20 2h-8C6.38 2 2 6.66 2 12.28 2 17.5 6.49 22 11.72 22 17.39 22 22 17.62 22 12V4c0-1.1-.9-2-2-2zm-3 13-3-2v2H7V9h7v2l3-2v6z"})
"DuoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dvr.cljs
================================================
(ns reagent-mui.icons.dvr
"Imports @mui/icons-material/Dvr as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dvr (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.1-.9-2-2-2zm0 14H3V5h18v12zm-2-9H8v2h11V8zm0 4H8v2h11v-2zM7 8H5v2h2V8zm0 4H5v2h2v-2z"})
"Dvr"))
================================================
FILE: src/icons/reagent_mui/icons/dvr_outlined.cljs
================================================
(ns reagent-mui.icons.dvr-outlined
"Imports @mui/icons-material/DvrOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dvr-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 14H3V5h18v12zm-2-9H8v2h11V8zm0 4H8v2h11v-2zM7 8H5v2h2V8zm0 4H5v2h2v-2z"})
"DvrOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dvr_rounded.cljs
================================================
(ns reagent-mui.icons.dvr-rounded
"Imports @mui/icons-material/DvrRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dvr-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 14H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1zm-2-9H9c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1zm0 4H9c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1zM7 8H5v2h2V8zm0 4H5v2h2v-2z"})
"DvrRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dvr_sharp.cljs
================================================
(ns reagent-mui.icons.dvr-sharp
"Imports @mui/icons-material/DvrSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dvr-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v16h7v2h8v-2h7V3zm-2 14H3V5h18v12zm-2-9H8v2h11V8zm0 4H8v2h11v-2zM7 8H5v2h2V8zm0 4H5v2h2v-2z"})
"DvrSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dvr_two_tone.cljs
================================================
(ns reagent-mui.icons.dvr-two-tone
"Imports @mui/icons-material/DvrTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dvr-two-tone (create-svg-icon [(e "path" #js {"d" "M3 17h18V5H3v12zm5-9h11v2H8V8zm0 4h11v2H8v-2zM5 8h2v2H5V8zm0 4h2v2H5v-2z", "opacity" ".3"}) (e "path" #js {"d" "M8 12h11v2H8zm0-4h11v2H8zm13-5H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 14H3V5h18v12zM5 12h2v2H5zm0-4h2v2H5z"})]
"DvrTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dynamic_feed.cljs
================================================
(ns reagent-mui.icons.dynamic-feed
"Imports @mui/icons-material/DynamicFeed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dynamic-feed (create-svg-icon [(e "path" #js {"d" "M8 8H6v7c0 1.1.9 2 2 2h9v-2H8V8z"}) (e "path" #js {"d" "M20 3h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8h-8V7h8v4zM4 12H2v7c0 1.1.9 2 2 2h9v-2H4v-7z"})]
"DynamicFeed"))
================================================
FILE: src/icons/reagent_mui/icons/dynamic_feed_outlined.cljs
================================================
(ns reagent-mui.icons.dynamic-feed-outlined
"Imports @mui/icons-material/DynamicFeedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dynamic-feed-outlined (create-svg-icon [(e "path" #js {"d" "M8 8H6v7c0 1.1.9 2 2 2h9v-2H8V8z"}) (e "path" #js {"d" "M20 3h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8h-8V7h8v4zM4 12H2v7c0 1.1.9 2 2 2h9v-2H4v-7z"})]
"DynamicFeedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dynamic_feed_rounded.cljs
================================================
(ns reagent-mui.icons.dynamic-feed-rounded
"Imports @mui/icons-material/DynamicFeedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dynamic-feed-rounded (create-svg-icon [(e "path" #js {"d" "M7 8c-.55 0-1 .45-1 1v6c0 1.1.9 2 2 2h8c.55 0 1-.45 1-1s-.45-1-1-1H8V9c0-.55-.45-1-1-1z"}) (e "path" #js {"d" "M20 3h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8h-8V7h8v4zM3 12c-.55 0-1 .45-1 1v6c0 1.1.9 2 2 2h8c.55 0 1-.45 1-1s-.45-1-1-1H4v-6c0-.55-.45-1-1-1z"})]
"DynamicFeedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dynamic_feed_sharp.cljs
================================================
(ns reagent-mui.icons.dynamic-feed-sharp
"Imports @mui/icons-material/DynamicFeedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dynamic-feed-sharp (create-svg-icon [(e "path" #js {"d" "M8 8H6v9h11v-2H8z"}) (e "path" #js {"d" "M22 3H10v10h12V3zm-2 8h-8V7h8v4zM4 12H2v9h11v-2H4z"})]
"DynamicFeedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dynamic_feed_two_tone.cljs
================================================
(ns reagent-mui.icons.dynamic-feed-two-tone
"Imports @mui/icons-material/DynamicFeedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dynamic-feed-two-tone (create-svg-icon [(e "path" #js {"d" "M12 7h8v4h-8z", "opacity" ".3"}) (e "path" #js {"d" "M8 8H6v7c0 1.1.9 2 2 2h9v-2H8V8z"}) (e "path" #js {"d" "M20 3h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8h-8V7h8v4zM4 12H2v7c0 1.1.9 2 2 2h9v-2H4v-7z"})]
"DynamicFeedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/dynamic_form.cljs
================================================
(ns reagent-mui.icons.dynamic-form
"Imports @mui/icons-material/DynamicForm as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dynamic-form (create-svg-icon (e "path" #js {"d" "M17 20v-9h-2V4h7l-2 5h2l-5 11zm-2-7v7H4c-1.1 0-2-.9-2-2v-3c0-1.1.9-2 2-2h11zm-8.75 2.75h-1.5v1.5h1.5v-1.5zM13 4v7H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h9zM6.25 6.75h-1.5v1.5h1.5v-1.5z"})
"DynamicForm"))
================================================
FILE: src/icons/reagent_mui/icons/dynamic_form_outlined.cljs
================================================
(ns reagent-mui.icons.dynamic-form-outlined
"Imports @mui/icons-material/DynamicFormOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dynamic-form-outlined (create-svg-icon (e "path" #js {"d" "M13 11H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h9v7zM4 9h7V6H4v3zm11 11H4c-1.1 0-2-.9-2-2v-3c0-1.1.9-2 2-2h11v7zM4 18h9v-3H4v3zm18-9h-2l2-5h-7v7h2v9l5-11zM4.75 17.25h1.5v-1.5h-1.5v1.5zm0-9h1.5v-1.5h-1.5v1.5z"})
"DynamicFormOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/dynamic_form_rounded.cljs
================================================
(ns reagent-mui.icons.dynamic-form-rounded
"Imports @mui/icons-material/DynamicFormRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dynamic-form-rounded (create-svg-icon (e "path" #js {"d" "m21.68 9.71-3.72 8.19c-.23.49-.96.33-.96-.21V11h-1.5c-.28 0-.5-.22-.5-.5v-6c0-.28.22-.5.5-.5h5.76c.35 0 .6.36.46.69L20 9h1.22c.37 0 .61.38.46.71zM15 13v7H4c-1.1 0-2-.9-2-2v-3c0-1.1.9-2 2-2h11zm-8.75 3.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75.34.75.75.75.75-.34.75-.75zM13 4v7H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h9zM6.25 7.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75.34.75.75.75.75-.34.75-.75z"})
"DynamicFormRounded"))
================================================
FILE: src/icons/reagent_mui/icons/dynamic_form_sharp.cljs
================================================
(ns reagent-mui.icons.dynamic-form-sharp
"Imports @mui/icons-material/DynamicFormSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dynamic-form-sharp (create-svg-icon (e "path" #js {"d" "M17 20v-9h-2V4h7l-2 5h2l-5 11zm-2-7v7H2v-7h13zm-8.75 2.75h-1.5v1.5h1.5v-1.5zM13 4v7H2V4h11zM6.25 6.75h-1.5v1.5h1.5v-1.5z"})
"DynamicFormSharp"))
================================================
FILE: src/icons/reagent_mui/icons/dynamic_form_two_tone.cljs
================================================
(ns reagent-mui.icons.dynamic-form-two-tone
"Imports @mui/icons-material/DynamicFormTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def dynamic-form-two-tone (create-svg-icon [(e "path" #js {"d" "M4 9h7V6H4v3zm0 9h9v-3H4v3z", "opacity" ".3"}) (e "path" #js {"d" "M13 11H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h9v7zM4 9h7V6H4v3zm11 11H4c-1.1 0-2-.9-2-2v-3c0-1.1.9-2 2-2h11v7zM4 18h9v-3H4v3zm18-9h-2l2-5h-7v7h2v9l5-11zM4.75 17.25h1.5v-1.5h-1.5v1.5zm0-9h1.5v-1.5h-1.5v1.5z"})]
"DynamicFormTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/e_mobiledata.cljs
================================================
(ns reagent-mui.icons.e-mobiledata
"Imports @mui/icons-material/EMobiledata as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def e-mobiledata (create-svg-icon (e "path" #js {"d" "M16 9V7H8v10h8v-2h-6v-2h6v-2h-6V9h6z"})
"EMobiledata"))
================================================
FILE: src/icons/reagent_mui/icons/e_mobiledata_outlined.cljs
================================================
(ns reagent-mui.icons.e-mobiledata-outlined
"Imports @mui/icons-material/EMobiledataOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def e-mobiledata-outlined (create-svg-icon (e "path" #js {"d" "M16 9V7H8v10h8v-2h-6v-2h6v-2h-6V9h6z"})
"EMobiledataOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/e_mobiledata_rounded.cljs
================================================
(ns reagent-mui.icons.e-mobiledata-rounded
"Imports @mui/icons-material/EMobiledataRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def e-mobiledata-rounded (create-svg-icon (e "path" #js {"d" "M16 8c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1h-5v-2h5c.55 0 1-.45 1-1s-.45-1-1-1h-5V9h5c.55 0 1-.45 1-1z"})
"EMobiledataRounded"))
================================================
FILE: src/icons/reagent_mui/icons/e_mobiledata_sharp.cljs
================================================
(ns reagent-mui.icons.e-mobiledata-sharp
"Imports @mui/icons-material/EMobiledataSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def e-mobiledata-sharp (create-svg-icon (e "path" #js {"d" "M16 9V7H8v10h8v-2h-6v-2h6v-2h-6V9h6z"})
"EMobiledataSharp"))
================================================
FILE: src/icons/reagent_mui/icons/e_mobiledata_two_tone.cljs
================================================
(ns reagent-mui.icons.e-mobiledata-two-tone
"Imports @mui/icons-material/EMobiledataTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def e-mobiledata-two-tone (create-svg-icon (e "path" #js {"d" "M16 9V7H8v10h8v-2h-6v-2h6v-2h-6V9h6z"})
"EMobiledataTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/earbuds.cljs
================================================
(ns reagent-mui.icons.earbuds
"Imports @mui/icons-material/Earbuds as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def earbuds (create-svg-icon (e "path" #js {"d" "M6.2 3.01C4.44 2.89 3 4.42 3 6.19V16c0 2.76 2.24 5 5 5s5-2.24 5-5V8c0-1.66 1.34-3 3-3s3 1.34 3 3v7h-.83c-1.61 0-3.06 1.18-3.17 2.79-.12 1.69 1.16 3.1 2.8 3.21 1.76.12 3.2-1.42 3.2-3.18V8c0-2.76-2.24-5-5-5s-5 2.24-5 5v8c0 1.66-1.34 3-3 3s-3-1.34-3-3V9h.83C7.44 9 8.89 7.82 9 6.21c.11-1.68-1.17-3.1-2.8-3.2z"})
"Earbuds"))
================================================
FILE: src/icons/reagent_mui/icons/earbuds_battery.cljs
================================================
(ns reagent-mui.icons.earbuds-battery
"Imports @mui/icons-material/EarbudsBattery as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def earbuds-battery (create-svg-icon (e "path" #js {"d" "M21 7h-1V6h-2v1h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zM10.62 6C8.76 6 7.25 7.51 7.25 9.38v5.25c0 1.04-.84 1.88-1.88 1.88s-1.87-.85-1.87-1.89v-4.7c.16.05.33.08.5.08 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2v6.62C2 16.49 3.51 18 5.38 18s3.38-1.51 3.38-3.38V9.38c0-1.04.84-1.88 1.88-1.88s1.88.84 1.88 1.88v4.7c-.18-.05-.35-.08-.52-.08-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2V9.38C14 7.51 12.49 6 10.62 6z"})
"EarbudsBattery"))
================================================
FILE: src/icons/reagent_mui/icons/earbuds_battery_outlined.cljs
================================================
(ns reagent-mui.icons.earbuds-battery-outlined
"Imports @mui/icons-material/EarbudsBatteryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def earbuds-battery-outlined (create-svg-icon (e "path" #js {"d" "M21 7h-1V6h-2v1h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-1 9h-2V9h2v7zm-6-6.62C14 7.51 12.49 6 10.62 6S7.25 7.51 7.25 9.38v5.25c0 1.04-.84 1.88-1.88 1.88s-1.87-.85-1.87-1.89v-4.7c.16.05.33.08.5.08 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2v6.62C2 16.49 3.51 18 5.38 18s3.38-1.51 3.38-3.38V9.38c0-1.04.84-1.88 1.88-1.88s1.88.84 1.88 1.88v4.7c-.18-.05-.35-.08-.52-.08-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2V9.38z"})
"EarbudsBatteryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/earbuds_battery_rounded.cljs
================================================
(ns reagent-mui.icons.earbuds-battery-rounded
"Imports @mui/icons-material/EarbudsBatteryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def earbuds-battery-rounded (create-svg-icon (e "path" #js {"d" "M21 7h-1v-.5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5V7h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-7 2.38C14 7.51 12.49 6 10.62 6S7.25 7.51 7.25 9.38v5.25c0 1.04-.84 1.88-1.88 1.88s-1.87-.85-1.87-1.89v-4.7c.16.05.33.08.5.08 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2v6.62C2 16.49 3.51 18 5.38 18s3.38-1.51 3.38-3.38V9.38c0-1.04.84-1.88 1.88-1.88s1.88.84 1.88 1.88v4.7c-.18-.05-.35-.08-.52-.08-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2V9.38z"})
"EarbudsBatteryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/earbuds_battery_sharp.cljs
================================================
(ns reagent-mui.icons.earbuds-battery-sharp
"Imports @mui/icons-material/EarbudsBatterySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def earbuds-battery-sharp (create-svg-icon (e "path" #js {"d" "M20 7V6h-2v1h-2v11h6V7zM5.38 16.5c-1.04 0-1.88-.84-1.88-1.87V10H6V6H4c-1.1 0-2 .9-2 2v6.63C2 16.49 3.51 18 5.37 18s3.37-1.51 3.37-3.37V9.37c0-1.04.84-1.87 1.87-1.87 1.04 0 1.87.84 1.87 1.87V14H10v4h2c1.1 0 2-.9 2-2V9.37C14 7.51 12.49 6 10.63 6 8.76 6 7.25 7.51 7.25 9.37v5.25c0 1.04-.84 1.88-1.87 1.88z"})
"EarbudsBatterySharp"))
================================================
FILE: src/icons/reagent_mui/icons/earbuds_battery_two_tone.cljs
================================================
(ns reagent-mui.icons.earbuds-battery-two-tone
"Imports @mui/icons-material/EarbudsBatteryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def earbuds-battery-two-tone (create-svg-icon [(e "path" #js {"d" "M18 9h2v7h-2z", "opacity" ".3"}) (e "path" #js {"d" "M10.62 6C8.76 6 7.25 7.51 7.25 9.38v5.25c0 1.04-.84 1.88-1.88 1.88s-1.87-.85-1.87-1.89v-4.7c.16.05.33.08.5.08 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2v6.62C2 16.49 3.51 18 5.38 18s3.38-1.51 3.38-3.38V9.38c0-1.04.84-1.88 1.88-1.88s1.88.84 1.88 1.88v4.7c-.18-.05-.35-.08-.52-.08-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2V9.38C14 7.51 12.49 6 10.62 6zM21 7h-1V6h-2v1h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-1 9h-2V9h2v7z"})]
"EarbudsBatteryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/earbuds_outlined.cljs
================================================
(ns reagent-mui.icons.earbuds-outlined
"Imports @mui/icons-material/EarbudsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def earbuds-outlined (create-svg-icon (e "path" #js {"d" "M16 3c-2.76 0-5 2.24-5 5v8c0 1.66-1.34 3-3 3s-3-1.34-3-3V9h.83C7.44 9 8.89 7.82 9 6.21 9.12 4.52 7.84 3.11 6.2 3 4.44 2.89 3 4.42 3 6.19V16c0 2.76 2.24 5 5 5s5-2.24 5-5V8c0-1.66 1.34-3 3-3s3 1.34 3 3v7h-.83c-1.61 0-3.06 1.18-3.17 2.79-.12 1.69 1.16 3.1 2.8 3.21 1.76.12 3.2-1.42 3.2-3.18V8c0-2.76-2.24-5-5-5zM5 6c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1H5V6zm14 12c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1h1v1z"})
"EarbudsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/earbuds_rounded.cljs
================================================
(ns reagent-mui.icons.earbuds-rounded
"Imports @mui/icons-material/EarbudsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def earbuds-rounded (create-svg-icon (e "path" #js {"d" "M6.2 3.01C4.44 2.89 3 4.42 3 6.19V16c0 2.76 2.24 5 5 5s5-2.24 5-5V8c0-1.66 1.34-3 3-3s3 1.34 3 3v7h-.83c-1.61 0-3.06 1.18-3.17 2.79-.12 1.69 1.16 3.1 2.8 3.21 1.76.12 3.2-1.42 3.2-3.18V8c0-2.76-2.24-5-5-5s-5 2.24-5 5v8c0 1.66-1.34 3-3 3s-3-1.34-3-3V9h.83C7.44 9 8.89 7.82 9 6.21c.11-1.68-1.17-3.1-2.8-3.2z"})
"EarbudsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/earbuds_sharp.cljs
================================================
(ns reagent-mui.icons.earbuds-sharp
"Imports @mui/icons-material/EarbudsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def earbuds-sharp (create-svg-icon [(e "path" #js {"d" "M6.2 3.01C4.44 2.89 3 4.42 3 6.19V16c0 2.76 2.24 5 5 5s5-2.24 5-5V8c0-1.66 1.34-3 3-3s3 1.34 3 3v7h-.83c-1.61 0-3.06 1.18-3.17 2.79-.12 1.69 1.16 3.1 2.8 3.21 1.76.12 3.2-1.42 3.2-3.18V8c0-2.76-2.24-5-5-5s-5 2.24-5 5v8c0 1.66-1.34 3-3 3s-3-1.34-3-3V9h.83C7.44 9 8.89 7.82 9 6.21c.11-1.68-1.17-3.1-2.8-3.2z"}) (e "path" #js {"d" "M6 3h3v6H6zm9 12h3v6h-3z"})]
"EarbudsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/earbuds_two_tone.cljs
================================================
(ns reagent-mui.icons.earbuds-two-tone
"Imports @mui/icons-material/EarbudsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def earbuds-two-tone (create-svg-icon [(e "path" #js {"d" "M7 6c0-.55-.45-1-1-1s-1 .45-1 1v1h1c.55 0 1-.45 1-1zm10 12c0 .55.45 1 1 1s1-.45 1-1v-1h-1c-.55 0-1 .45-1 1z", "opacity" ".3"}) (e "path" #js {"d" "M16 3c-2.76 0-5 2.24-5 5v8c0 1.66-1.34 3-3 3s-3-1.34-3-3V9h.83C7.44 9 8.89 7.82 9 6.21 9.12 4.52 7.84 3.11 6.2 3 4.44 2.89 3 4.42 3 6.19V16c0 2.76 2.24 5 5 5s5-2.24 5-5V8c0-1.66 1.34-3 3-3s3 1.34 3 3v7h-.83c-1.61 0-3.06 1.18-3.17 2.79-.12 1.69 1.16 3.1 2.8 3.21 1.76.12 3.2-1.42 3.2-3.18V8c0-2.76-2.24-5-5-5zM5 6c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1H5V6zm14 12c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1h1v1z"})]
"EarbudsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/east.cljs
================================================
(ns reagent-mui.icons.east
"Imports @mui/icons-material/East as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def east (create-svg-icon (e "path" #js {"d" "m15 5-1.41 1.41L18.17 11H2v2h16.17l-4.59 4.59L15 19l7-7-7-7z"})
"East"))
================================================
FILE: src/icons/reagent_mui/icons/east_outlined.cljs
================================================
(ns reagent-mui.icons.east-outlined
"Imports @mui/icons-material/EastOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def east-outlined (create-svg-icon (e "path" #js {"d" "m15 5-1.41 1.41L18.17 11H2v2h16.17l-4.59 4.59L15 19l7-7-7-7z"})
"EastOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/east_rounded.cljs
================================================
(ns reagent-mui.icons.east-rounded
"Imports @mui/icons-material/EastRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def east-rounded (create-svg-icon (e "path" #js {"d" "M14.29 5.71c-.39.39-.39 1.02 0 1.41L18.17 11H3c-.55 0-1 .45-1 1s.45 1 1 1h15.18l-3.88 3.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l5.59-5.59c.39-.39.39-1.02 0-1.41l-5.6-5.58c-.38-.39-1.02-.39-1.41 0z"})
"EastRounded"))
================================================
FILE: src/icons/reagent_mui/icons/east_sharp.cljs
================================================
(ns reagent-mui.icons.east-sharp
"Imports @mui/icons-material/EastSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def east-sharp (create-svg-icon (e "path" #js {"d" "m15 5-1.41 1.41L18.17 11H2v2h16.17l-4.59 4.59L15 19l7-7-7-7z"})
"EastSharp"))
================================================
FILE: src/icons/reagent_mui/icons/east_two_tone.cljs
================================================
(ns reagent-mui.icons.east-two-tone
"Imports @mui/icons-material/EastTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def east-two-tone (create-svg-icon (e "path" #js {"d" "m15 5-1.41 1.41L18.17 11H2v2h16.17l-4.59 4.59L15 19l7-7-7-7z"})
"EastTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/edgesensor_high.cljs
================================================
(ns reagent-mui.icons.edgesensor-high
"Imports @mui/icons-material/EdgesensorHigh as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edgesensor-high (create-svg-icon (e "path" #js {"d" "M3 7h2v7H3V7zm-3 3h2v7H0v-7zm22-3h2v7h-2V7zm-3 3h2v7h-2v-7zm-3-7.99L8 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V4c0-1.1-.9-1.99-2-1.99zM16 17H8V7h8v10z"})
"EdgesensorHigh"))
================================================
FILE: src/icons/reagent_mui/icons/edgesensor_high_outlined.cljs
================================================
(ns reagent-mui.icons.edgesensor-high-outlined
"Imports @mui/icons-material/EdgesensorHighOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edgesensor-high-outlined (create-svg-icon (e "path" #js {"d" "M3 7h2v7H3V7zm-3 3h2v7H0v-7zm22-3h2v7h-2V7zm-3 3h2v7h-2v-7zm-3-7.99L8 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V4c0-1.1-.9-1.99-2-1.99zM16 20H8v-1h8v1zm0-3H8V7h8v10zM8 5V4h8v1H8z"})
"EdgesensorHighOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/edgesensor_high_rounded.cljs
================================================
(ns reagent-mui.icons.edgesensor-high-rounded
"Imports @mui/icons-material/EdgesensorHighRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edgesensor-high-rounded (create-svg-icon (e "path" #js {"d" "M4 7c.55 0 1 .45 1 1v5c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1zm-3 3c.55 0 1 .45 1 1v5c0 .55-.45 1-1 1s-1-.45-1-1v-5c0-.55.45-1 1-1zm22-3c.55 0 1 .45 1 1v5c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1zm-3 3c.55 0 1 .45 1 1v5c0 .55-.45 1-1 1s-1-.45-1-1v-5c0-.55.45-1 1-1zm-4-7.99L8 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V4c0-1.1-.9-1.99-2-1.99zM16 17H8V7h8v10z"})
"EdgesensorHighRounded"))
================================================
FILE: src/icons/reagent_mui/icons/edgesensor_high_sharp.cljs
================================================
(ns reagent-mui.icons.edgesensor-high-sharp
"Imports @mui/icons-material/EdgesensorHighSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edgesensor-high-sharp (create-svg-icon (e "path" #js {"d" "M3 7h2v7H3V7zm-3 3h2v7H0v-7zm22-3h2v7h-2V7zm-3 3h2v7h-2v-7zm-1-8H6v20h12V2zm-2 15H8V7h8v10z"})
"EdgesensorHighSharp"))
================================================
FILE: src/icons/reagent_mui/icons/edgesensor_high_two_tone.cljs
================================================
(ns reagent-mui.icons.edgesensor-high-two-tone
"Imports @mui/icons-material/EdgesensorHighTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edgesensor-high-two-tone (create-svg-icon [(e "path" #js {"d" "M8 4h8v1H8zm0 15h8v1H8z", "opacity" ".3"}) (e "path" #js {"d" "M16 2.01 8 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V4c0-1.1-.9-1.99-2-1.99zM16 20H8v-1h8v1zm0-3H8V7h8v10zm0-12H8V4h8v1zm3 5h2v7h-2zm3-3h2v7h-2zM3 7h2v7H3zm-3 3h2v7H0z"})]
"EdgesensorHighTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/edgesensor_low.cljs
================================================
(ns reagent-mui.icons.edgesensor-low
"Imports @mui/icons-material/EdgesensorLow as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edgesensor-low (create-svg-icon (e "path" #js {"d" "M2 7h2v7H2V7zm18 3h2v7h-2v-7zm-4-7.99L8 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V4c0-1.1-.9-1.99-2-1.99zM16 17H8V7h8v10z"})
"EdgesensorLow"))
================================================
FILE: src/icons/reagent_mui/icons/edgesensor_low_outlined.cljs
================================================
(ns reagent-mui.icons.edgesensor-low-outlined
"Imports @mui/icons-material/EdgesensorLowOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edgesensor-low-outlined (create-svg-icon (e "path" #js {"d" "M2 7h2v7H2V7zm18 3h2v7h-2v-7zm-4-7.99L8 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V4c0-1.1-.9-1.99-2-1.99zM16 20H8v-1h8v1zm0-3H8V7h8v10zM8 5V4h8v1H8z"})
"EdgesensorLowOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/edgesensor_low_rounded.cljs
================================================
(ns reagent-mui.icons.edgesensor-low-rounded
"Imports @mui/icons-material/EdgesensorLowRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edgesensor-low-rounded (create-svg-icon (e "path" #js {"d" "M3 7c.55 0 1 .45 1 1v5c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1zm18 3c.55 0 1 .45 1 1v5c0 .55-.45 1-1 1s-1-.45-1-1v-5c0-.55.45-1 1-1zm-5-7.99L8 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V4c0-1.1-.9-1.99-2-1.99zM16 17H8V7h8v10z"})
"EdgesensorLowRounded"))
================================================
FILE: src/icons/reagent_mui/icons/edgesensor_low_sharp.cljs
================================================
(ns reagent-mui.icons.edgesensor-low-sharp
"Imports @mui/icons-material/EdgesensorLowSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edgesensor-low-sharp (create-svg-icon (e "path" #js {"d" "M2 7h2v7H2V7zm18 3h2v7h-2v-7zM6 2v20h12V2H6zm10 15H8V7h8v10z"})
"EdgesensorLowSharp"))
================================================
FILE: src/icons/reagent_mui/icons/edgesensor_low_two_tone.cljs
================================================
(ns reagent-mui.icons.edgesensor-low-two-tone
"Imports @mui/icons-material/EdgesensorLowTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edgesensor-low-two-tone (create-svg-icon [(e "path" #js {"d" "M8 4h8v1H8zm0 15h8v1H8z", "opacity" ".3"}) (e "path" #js {"d" "M20 10h2v7h-2zM2 7h2v7H2zm14-4.99L8 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V4c0-1.1-.9-1.99-2-1.99zM16 20H8v-1h8v1zm0-3H8V7h8v10zm0-12H8V4h8v1z"})]
"EdgesensorLowTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/edit.cljs
================================================
(ns reagent-mui.icons.edit
"Imports @mui/icons-material/Edit as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit (create-svg-icon (e "path" #js {"d" "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"})
"Edit"))
================================================
FILE: src/icons/reagent_mui/icons/edit_attributes.cljs
================================================
(ns reagent-mui.icons.edit-attributes
"Imports @mui/icons-material/EditAttributes as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-attributes (create-svg-icon (e "path" #js {"d" "M17.63 7H6.37C3.96 7 2 9.24 2 12s1.96 5 4.37 5h11.26c2.41 0 4.37-2.24 4.37-5s-1.96-5-4.37-5zM7.24 14.46l-2.57-2.57.7-.7 1.87 1.87 3.52-3.52.7.7-4.22 4.22z"})
"EditAttributes"))
================================================
FILE: src/icons/reagent_mui/icons/edit_attributes_outlined.cljs
================================================
(ns reagent-mui.icons.edit-attributes-outlined
"Imports @mui/icons-material/EditAttributesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-attributes-outlined (create-svg-icon (e "path" #js {"d" "M17.63 7H6.37C3.96 7 2 9.24 2 12s1.96 5 4.37 5h11.26c2.41 0 4.37-2.24 4.37-5s-1.96-5-4.37-5zm0 8H6.37C5.09 15 4 13.63 4 12s1.09-3 2.37-3h11.26C18.91 9 20 10.37 20 12s-1.09 3-2.37 3zM7.24 13.06l-1.87-1.87-.7.7 2.57 2.57 4.22-4.22-.7-.7z"})
"EditAttributesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/edit_attributes_rounded.cljs
================================================
(ns reagent-mui.icons.edit-attributes-rounded
"Imports @mui/icons-material/EditAttributesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-attributes-rounded (create-svg-icon (e "path" #js {"d" "M17.63 7H6.37C3.96 7 2 9.24 2 12s1.96 5 4.37 5h11.26c2.41 0 4.37-2.24 4.37-5s-1.96-5-4.37-5zm-6.52 3.6L7.6 14.11c-.1.1-.23.15-.35.15s-.26-.05-.35-.15l-1.86-1.86c-.2-.2-.2-.51 0-.71s.51-.2.71 0l1.51 1.51 3.16-3.16c.2-.2.51-.2.71 0s.17.51-.02.71z"})
"EditAttributesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/edit_attributes_sharp.cljs
================================================
(ns reagent-mui.icons.edit-attributes-sharp
"Imports @mui/icons-material/EditAttributesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-attributes-sharp (create-svg-icon (e "path" #js {"d" "M17.63 7H6.37C3.96 7 2 9.24 2 12s1.96 5 4.37 5h11.26c2.41 0 4.37-2.24 4.37-5s-1.96-5-4.37-5zM7.24 14.46l-2.57-2.57.7-.7 1.87 1.87 3.52-3.52.7.7-4.22 4.22z"})
"EditAttributesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/edit_attributes_two_tone.cljs
================================================
(ns reagent-mui.icons.edit-attributes-two-tone
"Imports @mui/icons-material/EditAttributesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-attributes-two-tone (create-svg-icon [(e "path" #js {"d" "M17.63 9H6.37C5.09 9 4 10.37 4 12s1.09 3 2.37 3h11.26c1.28 0 2.37-1.37 2.37-3s-1.09-3-2.37-3zM7.24 14.46l-2.57-2.57.7-.7 1.87 1.87 3.52-3.52.7.7-4.22 4.22z", "opacity" ".3"}) (e "path" #js {"d" "M17.63 7H6.37C3.96 7 2 9.24 2 12s1.96 5 4.37 5h11.26c2.41 0 4.37-2.24 4.37-5s-1.96-5-4.37-5zm0 8H6.37C5.09 15 4 13.63 4 12s1.09-3 2.37-3h11.26C18.91 9 20 10.37 20 12s-1.09 3-2.37 3zM7.24 13.06l-1.87-1.87-.7.7 2.57 2.57 4.22-4.22-.7-.7z"})]
"EditAttributesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/edit_location.cljs
================================================
(ns reagent-mui.icons.edit-location
"Imports @mui/icons-material/EditLocation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-location (create-svg-icon (e "path" #js {"d" "M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm-1.56 10H9v-1.44l3.35-3.34 1.43 1.43L10.44 12zm4.45-4.45-.7.7-1.44-1.44.7-.7c.15-.15.39-.15.54 0l.9.9c.15.15.15.39 0 .54z"})
"EditLocation"))
================================================
FILE: src/icons/reagent_mui/icons/edit_location_alt.cljs
================================================
(ns reagent-mui.icons.edit-location-alt
"Imports @mui/icons-material/EditLocationAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-location-alt (create-svg-icon [(e "path" #js {"d" "M13.95 13H9V8.05l5.61-5.61C13.78 2.16 12.9 2 12 2c-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8 0-1.01-.16-1.94-.45-2.8l-5.6 5.6z"}) (e "path" #js {"d" "M11 11h2.12l6.16-6.16-2.12-2.12L11 8.88zm9.71-9L20 1.29c-.2-.19-.45-.29-.71-.29-.13 0-.48.07-.71.29l-.72.72 2.12 2.12.72-.72c.4-.39.4-1.02.01-1.41z"})]
"EditLocationAlt"))
================================================
FILE: src/icons/reagent_mui/icons/edit_location_alt_outlined.cljs
================================================
(ns reagent-mui.icons.edit-location-alt-outlined
"Imports @mui/icons-material/EditLocationAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-location-alt-outlined (create-svg-icon (e "path" #js {"d" "M11 11h2.12l6.16-6.16-2.12-2.12L11 8.88V11zm9.71-9L20 1.29a.9959.9959 0 0 0-1.41 0l-.72.72 2.12 2.12.72-.72c.39-.39.39-1.02 0-1.41zM17.9 9.05c.06.36.1.74.1 1.15 0 1.71-1.08 4.64-6 9.14-4.92-4.49-6-7.43-6-9.14C6 6.17 9.09 4 12 4c.32 0 .65.03.97.08l1.65-1.65C13.78 2.16 12.9 2 12 2c-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8 0-1.01-.16-1.94-.45-2.8L17.9 9.05z"})
"EditLocationAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/edit_location_alt_rounded.cljs
================================================
(ns reagent-mui.icons.edit-location-alt-rounded
"Imports @mui/icons-material/EditLocationAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-location-alt-rounded (create-svg-icon [(e "path" #js {"d" "M13.54 13H10c-.55 0-1-.45-1-1V8.46c0-.26.11-.52.29-.7l5.32-5.32C13.78 2.16 12.9 2 12 2c-4.2 0-8 3.22-8 8.2 0 3.18 2.44 6.92 7.33 11.22.38.33.96.33 1.34 0C17.56 17.12 20 13.37 20 10.2c0-1.01-.16-1.94-.45-2.8l-5.31 5.31c-.18.18-.44.29-.7.29z"}) (e "path" #js {"d" "M11 11h2.12l6.16-6.16-2.12-2.12L11 8.88zm9.71-9L20 1.29a.9959.9959 0 0 0-1.41 0l-.72.72 2.12 2.12.72-.72c.39-.39.39-1.02 0-1.41z"})]
"EditLocationAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/edit_location_alt_sharp.cljs
================================================
(ns reagent-mui.icons.edit-location-alt-sharp
"Imports @mui/icons-material/EditLocationAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-location-alt-sharp (create-svg-icon (e "path" #js {"d" "M13.95 13H9V8.05l5.61-5.61C13.78 2.16 12.9 2 12 2c-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8 0-1.01-.16-1.94-.45-2.8l-5.6 5.6zM11 11h2.12l6.16-6.16-2.12-2.12L11 8.88V11zM19.29.59l-1.42 1.42 2.12 2.12 1.42-1.42L19.29.59z"})
"EditLocationAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/edit_location_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.edit-location-alt-two-tone
"Imports @mui/icons-material/EditLocationAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-location-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M17.9 9.05c.06.36.1.74.1 1.15 0 1.71-1.08 4.64-6 9.14-4.92-4.49-6-7.43-6-9.14C6 6.17 9.09 4 12 4c.32 0 .65.03.97.08l1.65-1.65C13.78 2.16 12.9 2 12 2c-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8 0-1.01-.16-1.94-.45-2.8L17.9 9.05zM20.71 2 20 1.29a.9959.9959 0 0 0-1.41 0l-.72.72 2.12 2.12.72-.72c.39-.39.39-1.02 0-1.41zM11 11h2.12l6.16-6.16-2.12-2.12L11 8.88V11z"}) (e "path" #js {"d" "M13.95 13H9V8.05l3.97-3.97C12.65 4.03 12.32 4 12 4c-2.91 0-6 2.17-6 6.2 0 1.71 1.08 4.64 6 9.14 4.92-4.49 6-7.43 6-9.14 0-.4-.04-.78-.1-1.15L13.95 13z", "opacity" ".3"})]
"EditLocationAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/edit_location_outlined.cljs
================================================
(ns reagent-mui.icons.edit-location-outlined
"Imports @mui/icons-material/EditLocationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-location-outlined (create-svg-icon (e "path" #js {"d" "M18.17 4.91 17.1 3.84l-5.55 5.55v1.08h1.08l5.54-5.56zM16 2.74l1.29-1.29a1.49 1.49 0 0 1 2.12 0l1.15 1.15c.59.59.59 1.54 0 2.12l-.68.68-.02.02-.58.58-6 6H10V8.74l6-6zm-2.28-.55-.55.55-1.27 1.27c-3.3.05-5.9 2.6-5.9 6.2 0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.79 6-9.14v-.1l1.8-1.8c.13.6.2 1.24.2 1.9 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8 0-4.98 3.8-8.2 8-8.2.58 0 1.16.06 1.72.18z"})
"EditLocationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/edit_location_rounded.cljs
================================================
(ns reagent-mui.icons.edit-location-rounded
"Imports @mui/icons-material/EditLocationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-location-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4.2 0-8 3.22-8 8.2 0 3.18 2.45 6.92 7.34 11.23.38.33.95.33 1.33 0C17.55 17.12 20 13.38 20 10.2 20 5.22 16.2 2 12 2zM9.73 13.5H8.5v-1.44l3.93-3.92 1.43 1.43-3.77 3.78c-.1.1-.22.15-.36.15zm5.55-5.34-.7.7-1.44-1.44.7-.7c.15-.15.39-.15.54 0l.9.9c.15.15.15.39 0 .54z"})
"EditLocationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/edit_location_sharp.cljs
================================================
(ns reagent-mui.icons.edit-location-sharp
"Imports @mui/icons-material/EditLocationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-location-sharp (create-svg-icon (e "path" #js {"d" "M18.11 1.77 19.78.1l2.12 2.12-1.67 1.67-2.12-2.12zm-1 1 2.12 2.12L13.12 11H11V8.89l6.11-6.12zm-1.98-.13L9.5 8.27v4.24h4.24l5.62-5.62c.41.99.64 2.1.64 3.32 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8 0-4.98 3.8-8.2 8-8.2 1.09 0 2.16.22 3.13.63z"})
"EditLocationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/edit_location_two_tone.cljs
================================================
(ns reagent-mui.icons.edit-location-two-tone
"Imports @mui/icons-material/EditLocationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-location-two-tone (create-svg-icon [(e "path" #js {"d" "M14.11 14H8V7.91l.59-.59L11.91 4C8.61 4.05 6 6.6 6 10.2c0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.79 6-9.14v-.08l-3.3 3.3-.59.58z", "opacity" ".3"}) (e "path" #js {"d" "M18.17 4.91 17.1 3.84l-5.55 5.55v1.08h1.08l5.54-5.56zM16 2.74l1.29-1.29c.58-.59 1.52-.59 2.11-.01l.01.01 1.15 1.15c.59.59.59 1.54 0 2.12l-.68.68-.02.02-.58.58-6 6H10V8.74l6-6zm-2.28-.55-.55.55-1.27 1.27c-3.3.05-5.9 2.6-5.9 6.2 0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.79 6-9.14v-.1l1.8-1.8c.13.6.2 1.24.2 1.9 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8 0-4.98 3.8-8.2 8-8.2.58 0 1.16.06 1.72.18z"}) (e "path" #js {"d" "M18.17 4.91 17.1 3.84l-5.55 5.55v1.08h1.08z", "opacity" ".3"})]
"EditLocationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/edit_notifications.cljs
================================================
(ns reagent-mui.icons.edit-notifications
"Imports @mui/icons-material/EditNotifications as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-notifications (create-svg-icon (e "path" #js {"d" "m17.58 6.25 1.77 1.77L14.37 13H12.6v-1.77l4.98-4.98zm3.27-.44-1.06-1.06c-.2-.2-.51-.2-.71 0l-.85.85L20 7.37l.85-.85c.2-.2.2-.52 0-.71zM18 12.2V17h2v2H4v-2h2v-7c0-2.79 1.91-5.14 4.5-5.8v-.7c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.7c.82.21 1.57.59 2.21 1.09L10.6 10.4V15h4.6l2.8-2.8zM10 20h4c0 1.1-.9 2-2 2s-2-.9-2-2z"})
"EditNotifications"))
================================================
FILE: src/icons/reagent_mui/icons/edit_notifications_outlined.cljs
================================================
(ns reagent-mui.icons.edit-notifications-outlined
"Imports @mui/icons-material/EditNotificationsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-notifications-outlined (create-svg-icon (e "path" #js {"d" "m17.58 6.25 1.77 1.77L14.37 13H12.6v-1.77l4.98-4.98zm3.27-.44-1.06-1.06c-.2-.2-.51-.2-.71 0l-.85.85L20 7.37l.85-.85c.2-.2.2-.52 0-.71zM18 12.2V17h2v2H4v-2h2v-7c0-2.79 1.91-5.14 4.5-5.8v-.7c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.7c.82.21 1.57.59 2.21 1.09l-1.43 1.43C13.64 6.26 12.85 6 12 6c-2.21 0-4 1.79-4 4v7h8v-2.8l2-2zM10 20h4c0 1.1-.9 2-2 2s-2-.9-2-2z"})
"EditNotificationsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/edit_notifications_rounded.cljs
================================================
(ns reagent-mui.icons.edit-notifications-rounded
"Imports @mui/icons-material/EditNotificationsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-notifications-rounded (create-svg-icon (e "path" #js {"d" "m17.58 6.25 1.77 1.77-4.84 4.84c-.09.09-.22.14-.35.14H13.1c-.28 0-.5-.22-.5-.5v-1.06c0-.13.05-.26.15-.35l4.83-4.84zm3.27-.44-1.06-1.06c-.2-.2-.51-.2-.71 0l-.85.85L20 7.37l.85-.85c.2-.2.2-.52 0-.71zM20 18c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1h1v-7c0-2.79 1.91-5.14 4.5-5.8v-.7c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.7c.82.21 1.57.59 2.21 1.09l-4.52 4.52c-.38.38-.59.88-.59 1.41V13c0 1.1.9 2 2 2h1.77c.53 0 1.04-.21 1.41-.59L18 12.2V17h1c.55 0 1 .45 1 1zm-10 2h4c0 1.1-.9 2-2 2s-2-.9-2-2z"})
"EditNotificationsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/edit_notifications_sharp.cljs
================================================
(ns reagent-mui.icons.edit-notifications-sharp
"Imports @mui/icons-material/EditNotificationsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-notifications-sharp (create-svg-icon (e "path" #js {"d" "m17.58 6.25 1.77 1.77L14.37 13H12.6v-1.77l4.98-4.98zm3.27-.44-1.06-1.06c-.2-.2-.51-.2-.71 0l-.85.85L20 7.37l.85-.85c.2-.2.2-.52 0-.71zM18 12.2V17h2v2H4v-2h2v-7c0-2.79 1.91-5.14 4.5-5.8V2h3v2.2c.82.21 1.57.59 2.21 1.09L10.6 10.4V15h4.6l2.8-2.8zM10 20h4c0 1.1-.9 2-2 2s-2-.9-2-2z"})
"EditNotificationsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/edit_notifications_two_tone.cljs
================================================
(ns reagent-mui.icons.edit-notifications-two-tone
"Imports @mui/icons-material/EditNotificationsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-notifications-two-tone (create-svg-icon [(e "path" #js {"d" "m16 14.2-.8.8h-4.6v-4.6l3.68-3.68C13.64 6.26 12.85 6 12 6c-2.21 0-4 1.79-4 4v7h8v-2.8z", "opacity" ".3"}) (e "path" #js {"d" "m17.58 6.25 1.77 1.77L14.37 13H12.6v-1.77l4.98-4.98zm3.27-.44-1.06-1.06c-.2-.2-.51-.2-.71 0l-.85.85L20 7.37l.85-.85c.2-.2.2-.52 0-.71zM18 12.2V17h2v2H4v-2h2v-7c0-2.79 1.91-5.14 4.5-5.8v-.7c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.7c.82.21 1.57.59 2.21 1.09l-1.43 1.43C13.64 6.26 12.85 6 12 6c-2.21 0-4 1.79-4 4v7h8v-2.8l2-2zM10 20h4c0 1.1-.9 2-2 2s-2-.9-2-2z"})]
"EditNotificationsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/edit_off.cljs
================================================
(ns reagent-mui.icons.edit-off
"Imports @mui/icons-material/EditOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-off (create-svg-icon (e "path" #js {"d" "m12.126 8.125 1.937-1.937 3.747 3.747-1.937 1.938zM20.71 5.63l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75L20.71 7a1 1 0 0 0 0-1.37zM2 5l6.63 6.63L3 17.25V21h3.75l5.63-5.62L18 21l2-2L4 3 2 5z"})
"EditOff"))
================================================
FILE: src/icons/reagent_mui/icons/edit_off_outlined.cljs
================================================
(ns reagent-mui.icons.edit-off-outlined
"Imports @mui/icons-material/EditOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-off-outlined (create-svg-icon (e "path" #js {"d" "m14.06 9.02.92.92-1.11 1.11 1.41 1.41 2.52-2.52-3.75-3.75-2.52 2.52 1.41 1.41 1.12-1.1zm6.65-1.98c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83zM2.81 2.81 1.39 4.22l7.32 7.32L3 17.25V21h3.75l5.71-5.71 7.32 7.32 1.41-1.41L2.81 2.81zM5.92 19H5v-.92l5.13-5.13.92.92L5.92 19z"})
"EditOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/edit_off_rounded.cljs
================================================
(ns reagent-mui.icons.edit-off-rounded
"Imports @mui/icons-material/EditOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-off-rounded (create-svg-icon (e "path" #js {"d" "M2.1 3.51c-.39.39-.39 1.02 0 1.41l6.61 6.61-5.56 5.57c-.1.1-.15.22-.15.36v3.04c0 .28.22.5.5.5h3.04c.13 0 .26-.05.35-.15l5.56-5.56 6.61 6.61c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.52 3.51c-.4-.39-1.03-.39-1.42 0zm18.61 3.53c.39-.39.39-1.02 0-1.41l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83zm-9.1749 1.6697 2.5173-2.5173L17.8001 9.94l-2.5173 2.5173z"})
"EditOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/edit_off_sharp.cljs
================================================
(ns reagent-mui.icons.edit-off-sharp
"Imports @mui/icons-material/EditOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-off-sharp (create-svg-icon (e "path" #js {"d" "m21.41 6.33-3.75-3.75-2.53 2.54 3.75 3.75 2.53-2.54zM1.39 4.22l7.32 7.32L3 17.25V21h3.75l5.71-5.71 7.32 7.32 1.41-1.41L2.81 2.81 1.39 4.22zm16.42 5.72-3.75-3.75-2.52 2.52 3.75 3.75 2.52-2.52z"})
"EditOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/edit_off_two_tone.cljs
================================================
(ns reagent-mui.icons.edit-off-two-tone
"Imports @mui/icons-material/EditOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-off-two-tone (create-svg-icon [(e "path" #js {"d" "M5 18.08V19h.92l5.12-5.12-.92-.92L5 18.08zm9.06-9.06-1.11 1.11.92.92 1.11-1.11-.92-.92z", "opacity" ".3"}) (e "path" #js {"d" "m14.06 9.02.92.92-1.11 1.11 1.41 1.41 2.52-2.52-3.75-3.75-2.52 2.52 1.41 1.41 1.12-1.1zm6.65-1.98c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83zM2.81 2.81 1.39 4.22l7.32 7.32L3 17.25V21h3.75l5.71-5.71 7.32 7.32 1.41-1.41L2.81 2.81zM5.92 19H5v-.92l5.13-5.13.92.92L5.92 19z"})]
"EditOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/edit_outlined.cljs
================================================
(ns reagent-mui.icons.edit-outlined
"Imports @mui/icons-material/EditOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-outlined (create-svg-icon (e "path" #js {"d" "m14.06 9.02.92.92L5.92 19H5v-.92l9.06-9.06M17.66 3c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6 3.19L3 17.25V21h3.75L17.81 9.94l-3.75-3.75z"})
"EditOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/edit_road.cljs
================================================
(ns reagent-mui.icons.edit-road
"Imports @mui/icons-material/EditRoad as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-road (create-svg-icon (e "path" #js {"d" "M18 4h-2v7.9l2-2zM4 4h2v16H4zm6 0h2v4h-2zm0 6h2v4h-2zm0 6h2v4h-2zm12.56-3.41-1.15-1.15c-.59-.59-1.54-.59-2.12 0L14 16.73V20h3.27l5.29-5.29c.59-.59.59-1.54 0-2.12zm-5.98 5.86h-1.03v-1.03L19 13.97 20.03 15l-3.45 3.45z"})
"EditRoad"))
================================================
FILE: src/icons/reagent_mui/icons/edit_road_outlined.cljs
================================================
(ns reagent-mui.icons.edit-road-outlined
"Imports @mui/icons-material/EditRoadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-road-outlined (create-svg-icon (e "path" #js {"d" "M18 4h-2v7.9l2-2zM4 4h2v16H4zm6 0h2v4h-2zm0 6h2v4h-2zm0 6h2v4h-2zm12.56-3.41-1.15-1.15c-.59-.59-1.54-.59-2.12 0L14 16.73V20h3.27l5.29-5.29c.59-.59.59-1.54 0-2.12zm-5.98 5.86h-1.03v-1.03L19 13.97 20.03 15l-3.45 3.45z"})
"EditRoadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/edit_road_rounded.cljs
================================================
(ns reagent-mui.icons.edit-road-rounded
"Imports @mui/icons-material/EditRoadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-road-rounded (create-svg-icon (e "path" #js {"d" "M17 4c-.55 0-1 .45-1 1v6.9l2-2V5c0-.55-.45-1-1-1zM5 20c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v14c0 .55.45 1 1 1zm6-12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1zm0 6c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1zm0 6c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1zm11.56-7.41-1.15-1.15c-.59-.59-1.54-.59-2.12 0L14 16.73v2.77c0 .28.22.5.5.5h2.77l5.29-5.29c.59-.59.59-1.54 0-2.12zm-5.98 5.86h-1.03v-1.03L19 13.97 20.03 15l-3.45 3.45z"})
"EditRoadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/edit_road_sharp.cljs
================================================
(ns reagent-mui.icons.edit-road-sharp
"Imports @mui/icons-material/EditRoadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-road-sharp (create-svg-icon (e "path" #js {"d" "M18 4h-2v7.9l2-2zM4 4h2v16H4zm6 0h2v4h-2zm0 6h2v4h-2zm0 6h2v4h-2zm12.56-3.41-1.15-1.15c-.59-.59-1.54-.59-2.12 0L14 16.73V20h3.27l5.29-5.29c.59-.59.59-1.54 0-2.12zm-5.98 5.86h-1.03v-1.03L19 13.97 20.03 15l-3.45 3.45z"})
"EditRoadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/edit_road_two_tone.cljs
================================================
(ns reagent-mui.icons.edit-road-two-tone
"Imports @mui/icons-material/EditRoadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-road-two-tone (create-svg-icon [(e "path" #js {"d" "M15.55 17.42v1.03h1.03L20.03 15 19 13.97z", "opacity" ".3"}) (e "path" #js {"d" "M18 4h-2v7.9l2-2zM4 4h2v16H4zm6 0h2v4h-2zm0 6h2v4h-2zm0 6h2v4h-2zm12.56-3.41-1.15-1.15c-.59-.59-1.54-.59-2.12 0L14 16.73V20h3.27l5.29-5.29c.59-.59.59-1.54 0-2.12zm-5.98 5.86h-1.03v-1.03L19 13.97 20.03 15l-3.45 3.45z"})]
"EditRoadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/edit_rounded.cljs
================================================
(ns reagent-mui.icons.edit-rounded
"Imports @mui/icons-material/EditRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-rounded (create-svg-icon (e "path" #js {"d" "M3 17.46v3.04c0 .28.22.5.5.5h3.04c.13 0 .26-.05.35-.15L17.81 9.94l-3.75-3.75L3.15 17.1c-.1.1-.15.22-.15.36zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"})
"EditRounded"))
================================================
FILE: src/icons/reagent_mui/icons/edit_sharp.cljs
================================================
(ns reagent-mui.icons.edit-sharp
"Imports @mui/icons-material/EditSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-sharp (create-svg-icon (e "path" #js {"d" "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM21.41 6.34l-3.75-3.75-2.53 2.54 3.75 3.75 2.53-2.54z"})
"EditSharp"))
================================================
FILE: src/icons/reagent_mui/icons/edit_two_tone.cljs
================================================
(ns reagent-mui.icons.edit-two-tone
"Imports @mui/icons-material/EditTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def edit-two-tone (create-svg-icon [(e "path" #js {"d" "M5 18.08V19h.92l9.06-9.06-.92-.92z", "opacity" ".3"}) (e "path" #js {"d" "M20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83zM3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM5.92 19H5v-.92l9.06-9.06.92.92L5.92 19z"})]
"EditTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/egg.cljs
================================================
(ns reagent-mui.icons.egg
"Imports @mui/icons-material/Egg as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def egg (create-svg-icon (e "path" #js {"d" "M12 3C8.5 3 5 9.33 5 14c0 3.87 3.13 7 7 7s7-3.13 7-7c0-4.67-3.5-11-7-11zm1 15c-3 0-5-1.99-5-5 0-.55.45-1 1-1s1 .45 1 1c0 2.92 2.42 3 3 3 .55 0 1 .45 1 1s-.45 1-1 1z"})
"Egg"))
================================================
FILE: src/icons/reagent_mui/icons/egg_alt.cljs
================================================
(ns reagent-mui.icons.egg-alt
"Imports @mui/icons-material/EggAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def egg-alt (create-svg-icon (e "path" #js {"d" "M19 9c-2-2-3.01-7-9.03-7C4.95 2 1.94 6 2 11.52 2.06 17.04 6.96 19 9.97 19c2.01 0 2.01 3 6.02 3C19 22 22 19 22 15.02 22 12 21.01 11 19 9zm-7 6.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"})
"EggAlt"))
================================================
FILE: src/icons/reagent_mui/icons/egg_alt_outlined.cljs
================================================
(ns reagent-mui.icons.egg-alt-outlined
"Imports @mui/icons-material/EggAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def egg-alt-outlined (create-svg-icon [(e "path" #js {"d" "M19 9c-2-2-3.01-7-9.03-7C4.95 2 1.94 6 2 11.52 2.06 17.04 6.96 19 9.97 19c2.01 0 2.01 3 6.02 3C19 22 22 19 22 15.02 22 12 21.01 11 19 9zm-3.01 11c-1.49 0-1.96-.5-2.68-1.26-.65-.69-1.65-1.74-3.34-1.74-1.64 0-5.92-.99-5.97-5.5-.03-2.51.68-4.62 1.99-5.95C7.01 4.52 8.35 4 9.97 4c3.34 0 4.51 1.86 5.86 4.02.55.88 1.07 1.71 1.76 2.39 1.9 1.89 2.41 2.4 2.41 4.61 0 2.85-2.12 4.98-4.01 4.98z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "3.5"})]
"EggAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/egg_alt_rounded.cljs
================================================
(ns reagent-mui.icons.egg-alt-rounded
"Imports @mui/icons-material/EggAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def egg-alt-rounded (create-svg-icon (e "path" #js {"d" "M19 9c-2-2-3.01-7-9.03-7C4.95 2 1.94 6 2 11.52 2.06 17.04 6.96 19 9.97 19c2.01 0 2.01 3 6.02 3C19 22 22 19 22 15.02 22 12 21.01 11 19 9zm-7 6.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"})
"EggAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/egg_alt_sharp.cljs
================================================
(ns reagent-mui.icons.egg-alt-sharp
"Imports @mui/icons-material/EggAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def egg-alt-sharp (create-svg-icon (e "path" #js {"d" "M19 9c-2-2-3.01-7-9.03-7C4.95 2 1.94 6 2 11.52 2.06 17.04 6.96 19 9.97 19c2.01 0 2.01 3 6.02 3C19 22 22 19 22 15.02 22 12 21.01 11 19 9zm-7 6.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"})
"EggAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/egg_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.egg-alt-two-tone
"Imports @mui/icons-material/EggAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def egg-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M17.59 10.42c-.69-.68-1.21-1.51-1.76-2.39C14.48 5.86 13.31 4 9.97 4c-1.62 0-2.96.52-3.98 1.55C4.68 6.88 3.97 8.99 4 11.5c.05 4.51 4.33 5.5 5.97 5.5 1.69 0 2.68 1.05 3.34 1.74.72.76 1.19 1.26 2.68 1.26 1.89 0 4.01-2.13 4.01-4.98 0-2.2-.51-2.71-2.41-4.6zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z", "opacity" ".3"}) (e "path" #js {"d" "M19 9c-2-2-3.01-7-9.03-7C4.95 2 1.94 6 2 11.52 2.06 17.04 6.96 19 9.97 19c2.01 0 2.01 3 6.02 3C19 22 22 19 22 15.02 22 12 21.01 11 19 9zm-3.01 11c-1.49 0-1.96-.5-2.68-1.26-.65-.69-1.65-1.74-3.34-1.74-1.64 0-5.92-.99-5.97-5.5-.03-2.51.68-4.62 1.99-5.95C7.01 4.52 8.35 4 9.97 4c3.34 0 4.51 1.86 5.86 4.02.55.88 1.07 1.71 1.76 2.39 1.9 1.89 2.41 2.4 2.41 4.61 0 2.85-2.12 4.98-4.01 4.98z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "3.5"})]
"EggAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/egg_outlined.cljs
================================================
(ns reagent-mui.icons.egg-outlined
"Imports @mui/icons-material/EggOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def egg-outlined (create-svg-icon [(e "path" #js {"d" "M12 3C8.5 3 5 9.33 5 14c0 3.87 3.13 7 7 7s7-3.13 7-7c0-4.67-3.5-11-7-11zm0 16c-2.76 0-5-2.24-5-5 0-4.09 3.07-9 5-9s5 4.91 5 9c0 2.76-2.24 5-5 5z"}) (e "path" #js {"d" "M13 16c-.58 0-3-.08-3-3 0-.55-.45-1-1-1s-1 .45-1 1c0 3 1.99 5 5 5 .55 0 1-.45 1-1s-.45-1-1-1z"})]
"EggOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/egg_rounded.cljs
================================================
(ns reagent-mui.icons.egg-rounded
"Imports @mui/icons-material/EggRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def egg-rounded (create-svg-icon (e "path" #js {"d" "M12 3C8.5 3 5 9.33 5 14c0 3.87 3.13 7 7 7s7-3.13 7-7c0-4.67-3.5-11-7-11zm1 15c-3 0-5-1.99-5-5 0-.55.45-1 1-1s1 .45 1 1c0 2.92 2.42 3 3 3 .55 0 1 .45 1 1s-.45 1-1 1z"})
"EggRounded"))
================================================
FILE: src/icons/reagent_mui/icons/egg_sharp.cljs
================================================
(ns reagent-mui.icons.egg-sharp
"Imports @mui/icons-material/EggSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def egg-sharp (create-svg-icon (e "path" #js {"d" "M12 3C8.5 3 5 9.33 5 14c0 3.87 3.13 7 7 7s7-3.13 7-7c0-4.67-3.5-11-7-11zm1 15c-3 0-5-1.99-5-5v-1h2v1c0 2.92 2.42 3 3 3h1v2h-1z"})
"EggSharp"))
================================================
FILE: src/icons/reagent_mui/icons/egg_two_tone.cljs
================================================
(ns reagent-mui.icons.egg-two-tone
"Imports @mui/icons-material/EggTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def egg-two-tone (create-svg-icon [(e "path" #js {"d" "M12 5c-1.93 0-5 4.91-5 9 0 2.76 2.24 5 5 5s5-2.24 5-5c0-4.09-3.07-9-5-9zm1 13c-3.01 0-5-2-5-5 0-.55.45-1 1-1s1 .45 1 1c0 2.92 2.42 3 3 3 .55 0 1 .45 1 1s-.45 1-1 1z", "opacity" ".3"}) (e "path" #js {"d" "M12 3C8.5 3 5 9.33 5 14c0 3.87 3.13 7 7 7s7-3.13 7-7c0-4.67-3.5-11-7-11zm0 16c-2.76 0-5-2.24-5-5 0-4.09 3.07-9 5-9s5 4.91 5 9c0 2.76-2.24 5-5 5z"}) (e "path" #js {"d" "M13 16c-.58 0-3-.08-3-3 0-.55-.45-1-1-1s-1 .45-1 1c0 3 1.99 5 5 5 .55 0 1-.45 1-1s-.45-1-1-1z"})]
"EggTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/eight_k.cljs
================================================
(ns reagent-mui.icons.eight-k
"Imports @mui/icons-material/EightK as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eight-k (create-svg-icon (e "path" #js {"d" "M8 12.5h1.5V14H8zM8 10h1.5v1.5H8zm11-7H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 11c0 .55-.45 1-1 1H7.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H10c.55 0 1 .45 1 1v4zm7 1h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"})
"EightK"))
================================================
FILE: src/icons/reagent_mui/icons/eight_k_outlined.cljs
================================================
(ns reagent-mui.icons.eight-k-outlined
"Imports @mui/icons-material/EightKOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eight-k-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 15H10c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H7.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5h1.5v1.5H8V10zm0 2.5h1.5V14H8v-1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 12.75 16.25 15H18l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5z"})]
"EightKOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/eight_k_plus.cljs
================================================
(ns reagent-mui.icons.eight-k-plus
"Imports @mui/icons-material/EightKPlus as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eight-k-plus (create-svg-icon (e "path" #js {"d" "M6.5 12.5H8V14H6.5zm0-2.5H8v1.5H6.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9.5 14c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zm6.5 1h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm4-2.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"})
"EightKPlus"))
================================================
FILE: src/icons/reagent_mui/icons/eight_k_plus_outlined.cljs
================================================
(ns reagent-mui.icons.eight-k-plus-outlined
"Imports @mui/icons-material/EightKPlusOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eight-k-plus-outlined (create-svg-icon [(e "path" #js {"d" "M7 15h2c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5h1v1.5h-1V10zm0 2.5h1V14h-1v-1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M12.5 12.75 14.25 15H16l-2.25-3L16 9h-1.75l-1.75 2.25V9H11v6h1.5z"})]
"EightKPlusOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/eight_k_plus_rounded.cljs
================================================
(ns reagent-mui.icons.eight-k-plus-rounded
"Imports @mui/icons-material/EightKPlusRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eight-k-plus-rounded (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 11c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v4zm4.59 1c-.22 0-.42-.1-.55-.27l-1.54-1.98v1.55c0 .39-.31.7-.7.7h-.1c-.39 0-.7-.31-.7-.7V9.7c0-.39.31-.7.7-.7h.09c.39 0 .7.31.7.7v1.55l1.54-1.98c.14-.17.35-.27.56-.27.58 0 .91.66.56 1.12L13.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12zM19 12.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19v1z"}) (e "path" #js {"d" "M7.5 12.5h1V14h-1zm0-2.5h1v1.5h-1z"})]
"EightKPlusRounded"))
================================================
FILE: src/icons/reagent_mui/icons/eight_k_plus_sharp.cljs
================================================
(ns reagent-mui.icons.eight-k-plus-sharp
"Imports @mui/icons-material/EightKPlusSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eight-k-plus-sharp (create-svg-icon (e "path" #js {"d" "M7.5 12.5h1V14h-1v-1.5zm0-2.5h1v1.5h-1V10zM21 3H3v18h18V3zM10 14c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v4zm6 1h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm3-2.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19v1z"})
"EightKPlusSharp"))
================================================
FILE: src/icons/reagent_mui/icons/eight_k_plus_two_tone.cljs
================================================
(ns reagent-mui.icons.eight-k-plus-two-tone
"Imports @mui/icons-material/EightKPlusTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eight-k-plus-two-tone (create-svg-icon [(e "path" #js {"d" "M7.5 12.5h1V14h-1zm0-2.5h1v1.5h-1z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14v-6.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19V5H5v14zm6-10h1.5v2.25L14.25 9H16l-2.25 3L16 15h-1.75l-1.75-2.25V15H11V9zm-5 1c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4z", "opacity" ".3"}) (e "path" #js {"d" "M7 15h2c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5h1v1.5h-1V10zm0 2.5h1V14h-1v-1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M12.5 12.75 14.25 15H16l-2.25-3L16 9h-1.75l-1.75 2.25V9H11v6h1.5z"})]
"EightKPlusTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/eight_k_rounded.cljs
================================================
(ns reagent-mui.icons.eight-k-rounded
"Imports @mui/icons-material/EightKRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eight-k-rounded (create-svg-icon (e "path" #js {"d" "M8 12.5h1.5V14H8v-1.5zM8 10h1.5v1.5H8V10zm11-7H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 11c0 .55-.45 1-1 1H7.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H10c.55 0 1 .45 1 1v4zm5.59 1c-.22 0-.42-.1-.55-.27l-1.54-1.98v1.55c0 .39-.31.7-.7.7h-.1c-.39 0-.7-.31-.7-.7V9.7c0-.39.31-.7.7-.7h.09c.39 0 .7.31.7.7v1.55l1.54-1.98c.14-.17.35-.27.56-.27.58 0 .91.66.56 1.12L15.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12z"})
"EightKRounded"))
================================================
FILE: src/icons/reagent_mui/icons/eight_k_sharp.cljs
================================================
(ns reagent-mui.icons.eight-k-sharp
"Imports @mui/icons-material/EightKSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eight-k-sharp (create-svg-icon (e "path" #js {"d" "M8 12.5h1.5V14H8v-1.5zM8 10h1.5v1.5H8V10zm13-7H3v18h18V3zm-10 7v4c0 .55-.45 1-1 1H7.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H10c.55 0 1 .45 1 1zm7 5h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"})
"EightKSharp"))
================================================
FILE: src/icons/reagent_mui/icons/eight_k_two_tone.cljs
================================================
(ns reagent-mui.icons.eight-k-two-tone
"Imports @mui/icons-material/EightKTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eight-k-two-tone (create-svg-icon [(e "path" #js {"d" "M8 10h1.5v1.5H8zm0 2.5h1.5V14H8z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14V5H5v14zm8-10h1.5v2.25L16.25 9H18l-2.25 3L18 15h-1.75l-1.75-2.25V15H13V9zm-6.5 1c0-.55.45-1 1-1H10c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H7.5c-.55 0-1-.45-1-1v-4z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 15H10c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H7.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5h1.5v1.5H8V10zm0 2.5h1.5V14H8v-1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 12.75 16.25 15H18l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5z"})]
"EightKTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/eight_mp.cljs
================================================
(ns reagent-mui.icons.eight-mp
"Imports @mui/icons-material/EightMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eight-mp (create-svg-icon (e "path" #js {"d" "M11.5 9H13v1.5h-1.5zm0-2.5H13V8h-1.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm-1-8c0 .55-.45 1-1 1H11c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zm1 3.5H17v1.5h-1.5z"})
"EightMp"))
================================================
FILE: src/icons/reagent_mui/icons/eight_mp_outlined.cljs
================================================
(ns reagent-mui.icons.eight-mp-outlined
"Imports @mui/icons-material/EightMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eight-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 11.5h2.5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H11c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5H13V8h-1.5V6.5zm0 2.5H13v1.5h-1.5V9z"})]
"EightMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/eight_mp_rounded.cljs
================================================
(ns reagent-mui.icons.eight-mp-rounded
"Imports @mui/icons-material/EightMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eight-mp-rounded (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 3.5c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H11c-.55 0-1-.45-1-1v-4zm2.5 11.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"}) (e "path" #js {"d" "M11.5 9H13v1.5h-1.5zm0-2.5H13V8h-1.5z"})]
"EightMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/eight_mp_sharp.cljs
================================================
(ns reagent-mui.icons.eight-mp-sharp
"Imports @mui/icons-material/EightMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eight-mp-sharp (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15zm-3.5-7.5H13V8h-1.5z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm7 2.5h4.5v6H10v-6zm2.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"}) (e "path" #js {"d" "M11.5 9H13v1.5h-1.5z"})]
"EightMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/eight_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.eight-mp-two-tone
"Imports @mui/icons-material/EightMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eight-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15zm-3.5-7.5H13V8h-1.5zm0 2.5H13v1.5h-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zm-8-7c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H11c-.55 0-1-.45-1-1v-4zm-4 7c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 11.5h2.5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H11c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5H13V8h-1.5V6.5zm0 2.5H13v1.5h-1.5V9z"})]
"EightMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/eighteen_mp.cljs
================================================
(ns reagent-mui.icons.eighteen-mp
"Imports @mui/icons-material/EighteenMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eighteen-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zm6.5 5c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zm-3 0H15V9h-1.5v1.5zm0-2.5H15V6.5h-1.5V8zm2 6H17v1.5h-1.5z"})
"EighteenMp"))
================================================
FILE: src/icons/reagent_mui/icons/eighteen_mp_outlined.cljs
================================================
(ns reagent-mui.icons.eighteen-mp-outlined
"Imports @mui/icons-material/EighteenMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eighteen-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm4.5 0h2.5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H13c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5H15V8h-1.5V6.5zm0 2.5H15v1.5h-1.5V9z"})]
"EighteenMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/eighteen_mp_rounded.cljs
================================================
(ns reagent-mui.icons.eighteen-mp-rounded
"Imports @mui/icons-material/EighteenMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eighteen-mp-rounded (create-svg-icon [(e "path" #js {"d" "M13.5 9H15v1.5h-1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.75 5.5H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C7.34 7 7 6.66 7 6.25s.34-.75.75-.75zm4.75 12.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zM12 10.5v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1zm6 5.5c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"}) (e "path" #js {"d" "M13.5 6.5H15V8h-1.5zM15 14h1.5v1.5H15z"})]
"EighteenMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/eighteen_mp_sharp.cljs
================================================
(ns reagent-mui.icons.eighteen-mp-sharp
"Imports @mui/icons-material/EighteenMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eighteen-mp-sharp (create-svg-icon [(e "path" #js {"d" "M13.5 9H15v1.5h-1.5zm0-2.5H15V8h-1.5z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm9 2.5h4.5v6H12v-6zm-5 0h3v6H8.5V7H7V5.5zm5.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"EighteenMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/eighteen_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.eighteen-mp-two-tone
"Imports @mui/icons-material/EighteenMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eighteen-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M13.5 6.5H15V8h-1.5zm0 2.5H15v1.5h-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zm-6-7c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1v-4zm-5-1h3v6H8.5V7H7V5.5zm-1 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm4.5 0h2.5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H13c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5H15V8h-1.5V6.5zm0 2.5H15v1.5h-1.5V9z"})]
"EighteenMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/eighteen_up_rating.cljs
================================================
(ns reagent-mui.icons.eighteen-up-rating
"Imports @mui/icons-material/EighteenUpRating as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eighteen-up-rating (create-svg-icon [(e "path" #js {"d" "M13 12.5h1.5V14H13zm0-2.5h1.5v1.5H13z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 12H8.5v-4.5H7V9h3v6zm6-1c0 .55-.45 1-1 1h-2.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H15c.55 0 1 .45 1 1v4z"})]
"EighteenUpRating"))
================================================
FILE: src/icons/reagent_mui/icons/eighteen_up_rating_outlined.cljs
================================================
(ns reagent-mui.icons.eighteen-up-rating-outlined
"Imports @mui/icons-material/EighteenUpRatingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eighteen-up-rating-outlined (create-svg-icon [(e "path" #js {"d" "M8.5 15H10V9H7v1.5h1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M12.5 15H15c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1h-2.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5h1.5v1.5H13V10zm0 2.5h1.5V14H13v-1.5z"})]
"EighteenUpRatingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/eighteen_up_rating_rounded.cljs
================================================
(ns reagent-mui.icons.eighteen-up-rating-rounded
"Imports @mui/icons-material/EighteenUpRatingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eighteen-up-rating-rounded (create-svg-icon [(e "path" #js {"d" "M13 12.5h1.5V14H13zm0-2.5h1.5v1.5H13z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9.25 15c-.41 0-.75-.34-.75-.75V10.5h-.75c-.41 0-.75-.34-.75-.75S7.34 9 7.75 9H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75zM16 14c0 .55-.45 1-1 1h-2.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H15c.55 0 1 .45 1 1v4z"})]
"EighteenUpRatingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/eighteen_up_rating_sharp.cljs
================================================
(ns reagent-mui.icons.eighteen-up-rating-sharp
"Imports @mui/icons-material/EighteenUpRatingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eighteen-up-rating-sharp (create-svg-icon [(e "path" #js {"d" "M13 12.5h1.5V14H13zm0-2.5h1.5v1.5H13z"}) (e "path" #js {"d" "M21 3H3v18h18V3zM10 15H8.5v-4.5H7V9h3v6zm6-1c0 .55-.45 1-1 1h-2.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H15c.55 0 1 .45 1 1v4z"})]
"EighteenUpRatingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/eighteen_up_rating_two_tone.cljs
================================================
(ns reagent-mui.icons.eighteen-up-rating-two-tone
"Imports @mui/icons-material/EighteenUpRatingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eighteen-up-rating-two-tone (create-svg-icon [(e "path" #js {"d" "M13 10h1.5v1.5H13zm0 2.5h1.5V14H13z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14V5H5v14zm6.5-9c0-.55.45-1 1-1H15c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-2.5c-.55 0-1-.45-1-1v-4zM7 9h3v6H8.5v-4.5H7V9z", "opacity" ".3"}) (e "path" #js {"d" "M8.5 15H10V9H7v1.5h1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M12.5 15H15c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1h-2.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5h1.5v1.5H13V10zm0 2.5h1.5V14H13v-1.5z"})]
"EighteenUpRatingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/eightteen_mp.cljs
================================================
(ns reagent-mui.icons.eightteen-mp
"Imports @mui/icons-material/EightteenMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eightteen-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zm6.5 5c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zm-3 0H15V9h-1.5v1.5zm0-2.5H15V6.5h-1.5V8zm2 6H17v1.5h-1.5z"})
"EightteenMp"))
================================================
FILE: src/icons/reagent_mui/icons/eightteen_mp_outlined.cljs
================================================
(ns reagent-mui.icons.eightteen-mp-outlined
"Imports @mui/icons-material/EightteenMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eightteen-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm4.5 0h2.5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H13c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5H15V8h-1.5V6.5zm0 2.5H15v1.5h-1.5V9z"})]
"EightteenMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/eightteen_mp_rounded.cljs
================================================
(ns reagent-mui.icons.eightteen-mp-rounded
"Imports @mui/icons-material/EightteenMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eightteen-mp-rounded (create-svg-icon [(e "path" #js {"d" "M13.5 9H15v1.5h-1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.75 5.5H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C7.34 7 7 6.66 7 6.25s.34-.75.75-.75zm4.75 12.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zM12 10.5v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1zm6 5.5c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"}) (e "path" #js {"d" "M13.5 6.5H15V8h-1.5zM15 14h1.5v1.5H15z"})]
"EightteenMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/eightteen_mp_sharp.cljs
================================================
(ns reagent-mui.icons.eightteen-mp-sharp
"Imports @mui/icons-material/EightteenMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eightteen-mp-sharp (create-svg-icon [(e "path" #js {"d" "M13.5 9H15v1.5h-1.5zm0-2.5H15V8h-1.5z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm9 2.5h4.5v6H12v-6zm-5 0h3v6H8.5V7H7V5.5zm5.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"EightteenMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/eightteen_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.eightteen-mp-two-tone
"Imports @mui/icons-material/EightteenMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eightteen-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M13.5 6.5H15V8h-1.5zm0 2.5H15v1.5h-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zm-6-7c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1v-4zm-5-1h3v6H8.5V7H7V5.5zm-1 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm4.5 0h2.5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H13c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-5H15V8h-1.5V6.5zm0 2.5H15v1.5h-1.5V9z"})]
"EightteenMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/eject.cljs
================================================
(ns reagent-mui.icons.eject
"Imports @mui/icons-material/Eject as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eject (create-svg-icon (e "path" #js {"d" "M5 17h14v2H5zm7-12L5.33 15h13.34z"})
"Eject"))
================================================
FILE: src/icons/reagent_mui/icons/eject_outlined.cljs
================================================
(ns reagent-mui.icons.eject-outlined
"Imports @mui/icons-material/EjectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eject-outlined (create-svg-icon (e "path" #js {"d" "M5 17h14v2H5zm7-12L5.33 15h13.34L12 5zm0 3.6 2.93 4.4H9.07L12 8.6z"})
"EjectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/eject_rounded.cljs
================================================
(ns reagent-mui.icons.eject-rounded
"Imports @mui/icons-material/EjectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eject-rounded (create-svg-icon (e "path" #js {"d" "M6 17h12c.55 0 1 .45 1 1s-.45 1-1 1H6c-.55 0-1-.45-1-1s.45-1 1-1zm5.17-10.75-4.8 7.2c-.45.66.03 1.55.83 1.55h9.6c.8 0 1.28-.89.83-1.55l-4.8-7.2c-.39-.6-1.27-.6-1.66 0z"})
"EjectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/eject_sharp.cljs
================================================
(ns reagent-mui.icons.eject-sharp
"Imports @mui/icons-material/EjectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eject-sharp (create-svg-icon (e "path" #js {"d" "M5 17h14v2H5v-2zm7-12L5.33 15h13.34L12 5z"})
"EjectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/eject_two_tone.cljs
================================================
(ns reagent-mui.icons.eject-two-tone
"Imports @mui/icons-material/EjectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eject-two-tone (create-svg-icon [(e "path" #js {"d" "M12 8.6 9.07 13h5.86z", "opacity" ".3"}) (e "path" #js {"d" "M5 17h14v2H5zm7-12L5.33 15h13.34L12 5zm0 3.6 2.93 4.4H9.07L12 8.6z"})]
"EjectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/elderly.cljs
================================================
(ns reagent-mui.icons.elderly
"Imports @mui/icons-material/Elderly as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def elderly (create-svg-icon (e "path" #js {"d" "M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6.5 7V23h-1V12.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v1h-1v-.69c-1.46-.38-2.7-1.29-3.51-2.52-.31.87-.49 1.78-.49 2.71 0 .23.02.46.03.69L15 16.5V23h-2v-5l-1.78-2.54L11 19l-3 4-1.6-1.2L9 18.33V13c0-1.15.18-2.29.5-3.39l-1.5.85V14H6V9.3l5.4-3.07v.01c.59-.31 1.32-.33 1.94.03.36.21.63.51.8.85l.79 1.67C15.58 10.1 16.94 11 18.5 11c.83 0 1.5.67 1.5 1.5z"})
"Elderly"))
================================================
FILE: src/icons/reagent_mui/icons/elderly_outlined.cljs
================================================
(ns reagent-mui.icons.elderly-outlined
"Imports @mui/icons-material/ElderlyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def elderly-outlined (create-svg-icon (e "path" #js {"d" "M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6.5 7V23h-1V12.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v1h-1v-.69c-1.46-.38-2.7-1.29-3.51-2.52-.31.87-.49 1.78-.49 2.71 0 .23.02.46.03.69L15 16.5V23h-2v-5l-1.78-2.54L11 19l-3 4-1.6-1.2L9 18.33V13c0-1.15.18-2.29.5-3.39l-1.5.85V14H6V9.3l5.4-3.07v.01c.59-.31 1.32-.33 1.94.03.36.21.63.51.8.85l.79 1.67C15.58 10.1 16.94 11 18.5 11c.83 0 1.5.67 1.5 1.5z"})
"ElderlyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/elderly_rounded.cljs
================================================
(ns reagent-mui.icons.elderly-rounded
"Imports @mui/icons-material/ElderlyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def elderly-rounded (create-svg-icon (e "path" #js {"d" "M11.5 3.5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm7.03 7.5c-1.57.01-2.94-.9-3.6-2.21l-.79-1.67c-.17-.35-.44-.65-.8-.85-.62-.36-1.35-.34-1.94-.03v-.01l-4.39 2.5C6.39 9.08 6 9.74 6 10.46V13c0 .55.45 1 1 1s1-.45 1-1v-2.54l1.5-.85C9.18 10.71 9 11.85 9 13v5.33L7 21c-.33.44-.24 1.07.2 1.4.44.33 1.07.24 1.4-.2l2.04-2.72c.23-.31.37-.69.4-1.08l.18-2.94L13 18v4c0 .55.45 1 1 1s1-.45 1-1v-4.87c0-.41-.13-.81-.36-1.15l-1.6-2.29v-.01c-.11-1.16.07-2.32.46-3.4.81 1.23 2.05 2.14 3.51 2.52v.2c0 .28.22.5.5.5s.49-.22.49-.5v-.5c0-.28.22-.5.5-.5s.5.22.5.5v10c0 .28.22.5.5.5s.5-.22.5-.5v-10c0-.82-.66-1.51-1.47-1.5z"})
"ElderlyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/elderly_sharp.cljs
================================================
(ns reagent-mui.icons.elderly-sharp
"Imports @mui/icons-material/ElderlySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def elderly-sharp (create-svg-icon (e "path" #js {"d" "M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6.5 7V23h-1V12.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v1h-1v-.69c-1.46-.38-2.7-1.29-3.51-2.52-.31.87-.49 1.78-.49 2.71 0 .23.02.46.03.69L15 16.5V23h-2v-5l-1.78-2.54L11 19l-3 4-1.6-1.2L9 18.33V13c0-1.15.18-2.29.5-3.39l-1.5.85V14H6V9.3l5.4-3.07v.01c.59-.31 1.32-.33 1.94.03.36.21.63.51.8.85l.79 1.67C15.58 10.1 16.94 11 18.5 11c.83 0 1.5.67 1.5 1.5z"})
"ElderlySharp"))
================================================
FILE: src/icons/reagent_mui/icons/elderly_two_tone.cljs
================================================
(ns reagent-mui.icons.elderly-two-tone
"Imports @mui/icons-material/ElderlyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def elderly-two-tone (create-svg-icon (e "path" #js {"d" "M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6.5 7V23h-1V12.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v1h-1v-.69c-1.46-.38-2.7-1.29-3.51-2.52-.31.87-.49 1.78-.49 2.71 0 .23.02.46.03.69L15 16.5V23h-2v-5l-1.78-2.54L11 19l-3 4-1.6-1.2L9 18.33V13c0-1.15.18-2.29.5-3.39l-1.5.85V14H6V9.3l5.4-3.07v.01c.59-.31 1.32-.33 1.94.03.36.21.63.51.8.85l.79 1.67C15.58 10.1 16.94 11 18.5 11c.83 0 1.5.67 1.5 1.5z"})
"ElderlyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/elderly_woman.cljs
================================================
(ns reagent-mui.icons.elderly-woman
"Imports @mui/icons-material/ElderlyWoman as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def elderly-woman (create-svg-icon (e "path" #js {"d" "M18.5 11c-1.56 0-2.92-.9-3.58-2.21l-.79-1.67C14.12 7.1 13.63 6 12.34 6 8.72 6 6 16.69 6 19h2.5l-2.1 2.8L8 23l3-4h2v4h2v-4.03L13 13l.49-2.71c.81 1.23 2.05 2.14 3.51 2.52v.69h1v-1c0-.28.22-.5.5-.5s.5.22.5.5V23h1V12.5c0-.83-.67-1.5-1.5-1.5zm-6.9-8.09c-.06.19-.1.38-.1.59 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2c-.21 0-.4.04-.59.1-.15-.35-.5-.6-.91-.6-.55 0-1 .45-1 1 0 .41.25.76.6.91z"})
"ElderlyWoman"))
================================================
FILE: src/icons/reagent_mui/icons/elderly_woman_outlined.cljs
================================================
(ns reagent-mui.icons.elderly-woman-outlined
"Imports @mui/icons-material/ElderlyWomanOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def elderly-woman-outlined (create-svg-icon (e "path" #js {"d" "M18.5 11c-1.56 0-2.92-.9-3.58-2.21l-.79-1.67C14.12 7.1 13.63 6 12.34 6 8.72 6 6 16.69 6 19h2.5l-2.1 2.8L8 23l3-4h2v4h2v-4.03L13 13l.49-2.71c.81 1.23 2.05 2.14 3.51 2.52v.69h1v-1c0-.28.22-.5.5-.5s.5.22.5.5V23h1V12.5c0-.83-.67-1.5-1.5-1.5zm-6.9-8.09c-.06.19-.1.38-.1.59 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2c-.21 0-.4.04-.59.1-.15-.35-.5-.6-.91-.6-.55 0-1 .45-1 1 0 .41.25.76.6.91z"})
"ElderlyWomanOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/elderly_woman_rounded.cljs
================================================
(ns reagent-mui.icons.elderly-woman-rounded
"Imports @mui/icons-material/ElderlyWomanRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def elderly-woman-rounded (create-svg-icon (e "path" #js {"d" "M18.52 11c-1.57 0-2.94-.9-3.6-2.21l-.79-1.67C14.12 7.1 13.63 6 12.34 6 8.72 6 6 16.69 6 19h2.5L7 21c-.33.44-.24 1.07.2 1.4.44.33 1.07.24 1.4-.2L11 19h2v3c0 .55.45 1 1 1s1-.45 1-1v-2.71c0-.22-.04-.43-.1-.64L13 13l.49-2.71c.81 1.23 2.05 2.14 3.51 2.52V13c0 .28.22.5.5.5s.5-.22.5-.5v-.5c0-.28.22-.5.5-.5s.5.22.5.5v10c0 .28.22.5.5.5s.5-.22.5-.5v-10c0-.79-.62-1.5-1.48-1.5zM11.6 2.91c-.06.19-.1.38-.1.59 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2c-.21 0-.4.04-.59.1-.15-.35-.5-.6-.91-.6-.55 0-1 .45-1 1 0 .41.25.76.6.91z"})
"ElderlyWomanRounded"))
================================================
FILE: src/icons/reagent_mui/icons/elderly_woman_sharp.cljs
================================================
(ns reagent-mui.icons.elderly-woman-sharp
"Imports @mui/icons-material/ElderlyWomanSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def elderly-woman-sharp (create-svg-icon (e "path" #js {"d" "M18.5 11c-1.56 0-2.92-.9-3.58-2.21l-.79-1.67C14.12 7.1 13.63 6 12.34 6 8.72 6 6 16.69 6 19h2.5l-2.1 2.8L8 23l3-4h2v4h2v-4.03L13 13l.49-2.71c.81 1.23 2.05 2.14 3.51 2.52v.69h1v-1c0-.28.22-.5.5-.5s.5.22.5.5V23h1V12.5c0-.83-.67-1.5-1.5-1.5zm-6.9-8.09c-.06.19-.1.38-.1.59 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2c-.21 0-.4.04-.59.1-.15-.35-.5-.6-.91-.6-.55 0-1 .45-1 1 0 .41.25.76.6.91z"})
"ElderlyWomanSharp"))
================================================
FILE: src/icons/reagent_mui/icons/elderly_woman_two_tone.cljs
================================================
(ns reagent-mui.icons.elderly-woman-two-tone
"Imports @mui/icons-material/ElderlyWomanTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def elderly-woman-two-tone (create-svg-icon (e "path" #js {"d" "M18.5 11c-1.56 0-2.92-.9-3.58-2.21l-.79-1.67C14.12 7.1 13.63 6 12.34 6 8.72 6 6 16.69 6 19h2.5l-2.1 2.8L8 23l3-4h2v4h2v-4.03L13 13l.49-2.71c.81 1.23 2.05 2.14 3.51 2.52v.69h1v-1c0-.28.22-.5.5-.5s.5.22.5.5V23h1V12.5c0-.83-.67-1.5-1.5-1.5zm-6.9-8.09c-.06.19-.1.38-.1.59 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2c-.21 0-.4.04-.59.1-.15-.35-.5-.6-.91-.6-.55 0-1 .45-1 1 0 .41.25.76.6.91z"})
"ElderlyWomanTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/electric_bike.cljs
================================================
(ns reagent-mui.icons.electric-bike
"Imports @mui/icons-material/ElectricBike as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-bike (create-svg-icon (e "path" #js {"d" "M19 7h-.82l-1.7-4.68C16.19 1.53 15.44 1 14.6 1H12v2h2.6l1.46 4h-4.81l-.36-1H12V4H7v2h1.75l1.82 5H9.9c-.44-2.23-2.31-3.88-4.65-3.99C2.45 6.87 0 9.2 0 12c0 2.8 2.2 5 5 5 2.46 0 4.45-1.69 4.9-4h4.2c.44 2.23 2.31 3.88 4.65 3.99 2.8.13 5.25-2.19 5.25-5C24 9.2 21.8 7 19 7zM7.82 13c-.4 1.17-1.49 2-2.82 2-1.68 0-3-1.32-3-3s1.32-3 3-3c1.33 0 2.42.83 2.82 2H5v2h2.82zm6.28-2h-1.4l-.73-2H15c-.44.58-.76 1.25-.9 2zm4.9 4c-1.68 0-3-1.32-3-3 0-.93.41-1.73 1.05-2.28l.96 2.64 1.88-.68-.97-2.67c.02 0 .05-.01.08-.01 1.68 0 3 1.32 3 3s-1.32 3-3 3zm-8 5H7l6 3v-2h4l-6-3z"})
"ElectricBike"))
================================================
FILE: src/icons/reagent_mui/icons/electric_bike_outlined.cljs
================================================
(ns reagent-mui.icons.electric-bike-outlined
"Imports @mui/icons-material/ElectricBikeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-bike-outlined (create-svg-icon (e "path" #js {"d" "M19 7h-.82l-1.7-4.68C16.19 1.53 15.44 1 14.6 1H12v2h2.6l1.46 4h-4.81l-.36-1H12V4H7v2h1.75l1.82 5H9.9c-.44-2.23-2.31-3.88-4.65-3.99C2.45 6.87 0 9.2 0 12c0 2.8 2.2 5 5 5 2.46 0 4.45-1.69 4.9-4h4.2c.44 2.23 2.31 3.88 4.65 3.99 2.8.13 5.25-2.19 5.25-5C24 9.2 21.8 7 19 7zM7.82 13c-.4 1.17-1.49 2-2.82 2-1.68 0-3-1.32-3-3s1.32-3 3-3c1.33 0 2.42.83 2.82 2H5v2h2.82zm6.28-2h-1.4l-.73-2H15c-.44.58-.76 1.25-.9 2zm4.9 4c-1.68 0-3-1.32-3-3 0-.93.41-1.73 1.05-2.28l.96 2.64 1.88-.68-.97-2.67c.02 0 .05-.01.08-.01 1.68 0 3 1.32 3 3s-1.32 3-3 3zm-8 5H7l6 3v-2h4l-6-3z"})
"ElectricBikeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/electric_bike_rounded.cljs
================================================
(ns reagent-mui.icons.electric-bike-rounded
"Imports @mui/icons-material/ElectricBikeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-bike-rounded (create-svg-icon (e "path" #js {"d" "M19 7h-.82l-1.7-4.68C16.19 1.53 15.44 1 14.6 1H13c-.55 0-1 .45-1 1s.45 1 1 1h1.6l1.46 4h-4.81l-.36-1h.09c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1h.75l1.82 5H9.9c-.44-2.23-2.31-3.88-4.65-3.99C2.45 6.87 0 9.2 0 12c0 2.8 2.2 5 5 5 2.46 0 4.45-1.69 4.9-4h4.2c.44 2.23 2.31 3.88 4.65 3.99 2.8.13 5.25-2.19 5.25-5C24 9.2 21.8 7 19 7zM6 13h1.82c-.42 1.23-1.6 2.08-3.02 1.99-1.49-.09-2.73-1.35-2.8-2.85C1.93 10.39 3.27 9 5 9c1.33 0 2.42.83 2.82 2H6c-.55 0-1 .45-1 1s.45 1 1 1zm8.1-2h-1.4l-.73-2H15c-.44.58-.76 1.25-.9 2zm4.78 4c-1.54-.06-2.84-1.37-2.88-2.92-.02-.96.39-1.8 1.05-2.36l.62 1.7c.19.52.76.79 1.28.6.52-.19.79-.76.6-1.28l-.63-1.73.01-.01c1.71-.04 3.07 1.29 3.07 3 0 1.72-1.38 3.06-3.12 3zM11 20H7l6 3v-2h4l-6-3z"})
"ElectricBikeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/electric_bike_sharp.cljs
================================================
(ns reagent-mui.icons.electric-bike-sharp
"Imports @mui/icons-material/ElectricBikeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-bike-sharp (create-svg-icon (e "path" #js {"d" "M19 7h-.82L16 1h-4v2h2.6l1.46 4h-4.81l-.36-1H12V4H7v2h1.75l1.82 5H9.9c-.44-2.23-2.31-3.88-4.65-3.99C2.45 6.87 0 9.2 0 12c0 2.8 2.2 5 5 5 2.46 0 4.45-1.69 4.9-4h4.2c.44 2.23 2.31 3.88 4.65 3.99 2.8.13 5.25-2.19 5.25-5C24 9.2 21.8 7 19 7zM7.82 13c-.4 1.17-1.49 2-2.82 2-1.68 0-3-1.32-3-3s1.32-3 3-3c1.33 0 2.42.83 2.82 2H5v2h2.82zm6.28-2h-1.4l-.73-2H15c-.44.58-.76 1.25-.9 2zm4.9 4c-1.68 0-3-1.32-3-3 0-.93.41-1.73 1.05-2.28l.96 2.64 1.88-.68-.97-2.67c.02 0 .05-.01.08-.01 1.68 0 3 1.32 3 3s-1.32 3-3 3zm-8 5H7l6 3v-2h4l-6-3z"})
"ElectricBikeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/electric_bike_two_tone.cljs
================================================
(ns reagent-mui.icons.electric-bike-two-tone
"Imports @mui/icons-material/ElectricBikeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-bike-two-tone (create-svg-icon (e "path" #js {"d" "M19 7h-.82l-1.7-4.68C16.19 1.53 15.44 1 14.6 1H12v2h2.6l1.46 4h-4.81l-.36-1H12V4H7v2h1.75l1.82 5H9.9c-.44-2.23-2.31-3.88-4.65-3.99C2.45 6.87 0 9.2 0 12c0 2.8 2.2 5 5 5 2.46 0 4.45-1.69 4.9-4h4.2c.44 2.23 2.31 3.88 4.65 3.99 2.8.13 5.25-2.19 5.25-5C24 9.2 21.8 7 19 7zM7.82 13c-.4 1.17-1.49 2-2.82 2-1.68 0-3-1.32-3-3s1.32-3 3-3c1.33 0 2.42.83 2.82 2H5v2h2.82zm6.28-2h-1.4l-.73-2H15c-.44.58-.76 1.25-.9 2zm4.9 4c-1.68 0-3-1.32-3-3 0-.93.41-1.73 1.05-2.28l.96 2.64 1.88-.68-.97-2.67c.02 0 .05-.01.08-.01 1.68 0 3 1.32 3 3s-1.32 3-3 3zm-8 5H7l6 3v-2h4l-6-3z"})
"ElectricBikeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/electric_bolt.cljs
================================================
(ns reagent-mui.icons.electric-bolt
"Imports @mui/icons-material/ElectricBolt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-bolt (create-svg-icon (e "path" #js {"d" "M14.69 2.21 4.33 11.49c-.64.58-.28 1.65.58 1.73L13 14l-4.85 6.76c-.22.31-.19.74.08 1.01.3.3.77.31 1.08.02l10.36-9.28c.64-.58.28-1.65-.58-1.73L11 10l4.85-6.76c.22-.31.19-.74-.08-1.01-.3-.3-.77-.31-1.08-.02z"})
"ElectricBolt"))
================================================
FILE: src/icons/reagent_mui/icons/electric_bolt_outlined.cljs
================================================
(ns reagent-mui.icons.electric-bolt-outlined
"Imports @mui/icons-material/ElectricBoltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-bolt-outlined (create-svg-icon (e "path" #js {"d" "M14.69 2.21 4.33 11.49c-.64.58-.28 1.65.58 1.73L13 14l-4.85 6.76c-.22.31-.19.74.08 1.01.3.3.77.31 1.08.02l10.36-9.28c.64-.58.28-1.65-.58-1.73L11 10l4.85-6.76c.22-.31.19-.74-.08-1.01-.3-.3-.77-.31-1.08-.02z"})
"ElectricBoltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/electric_bolt_rounded.cljs
================================================
(ns reagent-mui.icons.electric-bolt-rounded
"Imports @mui/icons-material/ElectricBoltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-bolt-rounded (create-svg-icon (e "path" #js {"d" "M14.69 2.21 4.33 11.49c-.64.58-.28 1.65.58 1.73L13 14l-4.85 6.76c-.22.31-.19.74.08 1.01.3.3.77.31 1.08.02l10.36-9.28c.64-.58.28-1.65-.58-1.73L11 10l4.85-6.76c.22-.31.19-.74-.08-1.01-.3-.3-.77-.31-1.08-.02z"})
"ElectricBoltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/electric_bolt_sharp.cljs
================================================
(ns reagent-mui.icons.electric-bolt-sharp
"Imports @mui/icons-material/ElectricBoltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-bolt-sharp (create-svg-icon (e "path" #js {"d" "M15 2 2.5 13 13 14l-5 7 1 1 12.5-11L11 10l5-7z"})
"ElectricBoltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/electric_bolt_two_tone.cljs
================================================
(ns reagent-mui.icons.electric-bolt-two-tone
"Imports @mui/icons-material/ElectricBoltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-bolt-two-tone (create-svg-icon (e "path" #js {"d" "M14.69 2.21 4.33 11.49c-.64.58-.28 1.65.58 1.73L13 14l-4.85 6.76c-.22.31-.19.74.08 1.01.3.3.77.31 1.08.02l10.36-9.28c.64-.58.28-1.65-.58-1.73L11 10l4.85-6.76c.22-.31.19-.74-.08-1.01-.3-.3-.77-.31-1.08-.02z"})
"ElectricBoltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/electric_car.cljs
================================================
(ns reagent-mui.icons.electric-car
"Imports @mui/icons-material/ElectricCar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-car (create-svg-icon (e "path" #js {"d" "M18.92 2.01C18.72 1.42 18.16 1 17.5 1h-11c-.66 0-1.21.42-1.42 1.01L3 8v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V8l-2.08-5.99zM6.5 12c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm11 0c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 7l1.5-4.5h11L19 7H5zm2 13h4v-2l6 3h-4v2z"})
"ElectricCar"))
================================================
FILE: src/icons/reagent_mui/icons/electric_car_outlined.cljs
================================================
(ns reagent-mui.icons.electric-car-outlined
"Imports @mui/icons-material/ElectricCarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-car-outlined (create-svg-icon [(e "path" #js {"d" "M18.92 2.01C18.72 1.42 18.16 1 17.5 1h-11c-.66 0-1.21.42-1.42 1.01L3 8v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V8l-2.08-5.99zM6.85 3h10.29l1.08 3.11H5.77L6.85 3zM19 13H5V8h14v5z"}) (e "circle" #js {"cx" "7.5", "cy" "10.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "10.5", "r" "1.5"}) (e "path" #js {"d" "M7 20h4v-2l6 3h-4v2z"})]
"ElectricCarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/electric_car_rounded.cljs
================================================
(ns reagent-mui.icons.electric-car-rounded
"Imports @mui/icons-material/ElectricCarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-car-rounded (create-svg-icon (e "path" #js {"d" "M18.92 2.01C18.72 1.42 18.16 1 17.5 1h-11c-.66 0-1.21.42-1.42 1.01L3.11 7.68c-.07.21-.11.43-.11.66v7.16c0 .83.67 1.5 1.5 1.5S6 16.33 6 15.5V15h12v.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5V8.34c0-.22-.04-.45-.11-.66l-1.97-5.67zM6.5 12c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm11 0c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 7l1.27-3.82c.14-.4.52-.68.95-.68h9.56c.43 0 .81.28.95.68L19 7H5zm2 13h4v-2l6 3h-4v2z"})
"ElectricCarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/electric_car_sharp.cljs
================================================
(ns reagent-mui.icons.electric-car-sharp
"Imports @mui/icons-material/ElectricCarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-car-sharp (create-svg-icon (e "path" #js {"d" "M18.58 1H5.43L3 8v9h3v-2h12v2h3V8l-2.42-7zM6.5 12c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm11 0c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 7l1.5-4.5h11L19 7H5zm2 13h4v-2l6 3h-4v2z"})
"ElectricCarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/electric_car_two_tone.cljs
================================================
(ns reagent-mui.icons.electric-car-two-tone
"Imports @mui/icons-material/ElectricCarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-car-two-tone (create-svg-icon [(e "path" #js {"d" "M5 13h14V8H5v5zm11.5-4c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-9 0c.83 0 1.5.67 1.5 1.5S8.33 12 7.5 12 6 11.33 6 10.5 6.67 9 7.5 9z", "opacity" ".3"}) (e "path" #js {"d" "M18.92 2.01C18.72 1.42 18.16 1 17.5 1h-11c-.66 0-1.21.42-1.42 1.01L3 8v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V8l-2.08-5.99zM6.85 3h10.29l1.08 3.11H5.77L6.85 3zM19 13H5V8h14v5z"}) (e "circle" #js {"cx" "7.5", "cy" "10.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "10.5", "r" "1.5"}) (e "path" #js {"d" "M7 20h4v-2l6 3h-4v2z"})]
"ElectricCarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/electric_meter.cljs
================================================
(ns reagent-mui.icons.electric-meter
"Imports @mui/icons-material/ElectricMeter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-meter (create-svg-icon (e "path" #js {"d" "M12 2c-4.96 0-9 4.04-9 9 0 3.91 2.51 7.24 6 8.47V22h2v-2.06c.33.04.66.06 1 .06s.67-.02 1-.06V22h2v-2.53c3.49-1.24 6-4.57 6-8.47 0-4.96-4.04-9-9-9zm2.25 12-3 3-1.5-1.5L11 14.25 9.75 13l3-3 1.5 1.5L13 12.75 14.25 14zM16 9H8V7h8v2z"})
"ElectricMeter"))
================================================
FILE: src/icons/reagent_mui/icons/electric_meter_outlined.cljs
================================================
(ns reagent-mui.icons.electric-meter-outlined
"Imports @mui/icons-material/ElectricMeterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-meter-outlined (create-svg-icon [(e "path" #js {"d" "M21 11c0-4.97-4.03-9-9-9s-9 4.03-9 9c0 3.92 2.51 7.24 6 8.48V22h2v-2.06c.33.04.66.06 1 .06s.67-.02 1-.06V22h2v-2.52c3.49-1.24 6-4.56 6-8.48zm-9 7c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"}) (e "path" #js {"d" "M8 7h8v2H8zm4.75 3-3 3L11 14.25 9.75 15.5l1.5 1.5 3-3L13 12.75l1.25-1.25z"})]
"ElectricMeterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/electric_meter_rounded.cljs
================================================
(ns reagent-mui.icons.electric-meter-rounded
"Imports @mui/icons-material/ElectricMeterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-meter-rounded (create-svg-icon (e "path" #js {"d" "M11.73 2C7.05 2.14 3.15 6.03 3 10.71c-.13 4.04 2.42 7.5 6 8.77V21c0 .55.45 1 1 1s1-.45 1-1v-1.06c.33.04.66.06 1 .06s.67-.02 1-.06V21c0 .55.45 1 1 1s1-.45 1-1v-1.53c3.49-1.24 6-4.57 6-8.47 0-5.05-4.18-9.15-9.27-9zm1.81 12.71L12 16.25c-.41.41-1.09.41-1.5 0-.41-.41-.41-1.09 0-1.5l.5-.5-.54-.54a.9959.9959 0 0 1 0-1.41L12 10.75c.41-.41 1.09-.41 1.5 0 .41.41.41 1.09 0 1.5l-.5.5.54.54c.39.39.39 1.03 0 1.42zM15 9H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1z"})
"ElectricMeterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/electric_meter_sharp.cljs
================================================
(ns reagent-mui.icons.electric-meter-sharp
"Imports @mui/icons-material/ElectricMeterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-meter-sharp (create-svg-icon (e "path" #js {"d" "M12 2c-4.96 0-9 4.04-9 9 0 3.91 2.51 7.24 6 8.47V22h2v-2.06c.33.04.66.06 1 .06s.67-.02 1-.06V22h2v-2.53c3.49-1.24 6-4.57 6-8.47 0-4.96-4.04-9-9-9zm2.25 12-3 3-1.5-1.5L11 14.25 9.75 13l3-3 1.5 1.5L13 12.75 14.25 14zM16 9H8V7h8v2z"})
"ElectricMeterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/electric_meter_two_tone.cljs
================================================
(ns reagent-mui.icons.electric-meter-two-tone
"Imports @mui/icons-material/ElectricMeterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-meter-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm2.25 10-3 3-1.5-1.5L11 14.25 9.75 13l3-3 1.5 1.5L13 12.75 14.25 14zM16 9H8V7h8v2z", "opacity" ".3"}) (e "path" #js {"d" "M12 2c-4.97 0-9 4.03-9 9 0 3.92 2.51 7.24 6 8.48V22h2v-2.06c.33.04.66.06 1 .06s.67-.02 1-.06V22h2v-2.52c3.49-1.24 6-4.56 6-8.48 0-4.97-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"}) (e "path" #js {"d" "M8 7h8v2H8zm4.75 3-3 3L11 14.25 9.75 15.5l1.5 1.5 3-3L13 12.75l1.25-1.25z"})]
"ElectricMeterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/electric_moped.cljs
================================================
(ns reagent-mui.icons.electric-moped
"Imports @mui/icons-material/ElectricMoped as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-moped (create-svg-icon [(e "path" #js {"d" "M19 5c0-1.1-.9-2-2-2h-3v2h3v2.65L13.52 12H10V7H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 8.35V5zM7 15c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1z"}) (e "path" #js {"d" "M5 4h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM7 20h4v-2l6 3h-4v2z"})]
"ElectricMoped"))
================================================
FILE: src/icons/reagent_mui/icons/electric_moped_outlined.cljs
================================================
(ns reagent-mui.icons.electric-moped-outlined
"Imports @mui/icons-material/ElectricMopedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-moped-outlined (create-svg-icon [(e "path" #js {"d" "M19 5c0-1.1-.9-2-2-2h-3v2h3v2.65L13.52 12H10V7H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 8.35V5zM4 12v-1c0-1.1.9-2 2-2h2v3H4zm3 3c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1z"}) (e "path" #js {"d" "M5 4h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM7 20h4v-2l6 3h-4v2z"})]
"ElectricMopedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/electric_moped_rounded.cljs
================================================
(ns reagent-mui.icons.electric-moped-rounded
"Imports @mui/icons-material/ElectricMopedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-moped-rounded (create-svg-icon [(e "path" #js {"d" "M19 5c0-1.1-.9-2-2-2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2.65L13.52 12H10V8c0-.55-.45-1-1-1H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 8.35V5zM7 15c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1z"}) (e "path" #js {"d" "M9 4H6c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm10 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM7 20h4v-2l6 3h-4v2z"})]
"ElectricMopedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/electric_moped_sharp.cljs
================================================
(ns reagent-mui.icons.electric-moped-sharp
"Imports @mui/icons-material/ElectricMopedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-moped-sharp (create-svg-icon [(e "path" #js {"d" "M19 8.35V3h-5v2h3v2.65L13.52 12H10V7H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 8.35zM7 15c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1z"}) (e "path" #js {"d" "M5 4h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM7 20h4v-2l6 3h-4v2z"})]
"ElectricMopedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/electric_moped_two_tone.cljs
================================================
(ns reagent-mui.icons.electric-moped-two-tone
"Imports @mui/icons-material/ElectricMopedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-moped-two-tone (create-svg-icon [(e "path" #js {"d" "M4 11v1h4V9H6c-1.1 0-2 .9-2 2z", "opacity" ".3"}) (e "path" #js {"d" "M19 5c0-1.1-.9-2-2-2h-3v2h3v2.65L13.52 12H10V7H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 8.35V5zM7 15c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1zm1-3H4v-1c0-1.1.9-2 2-2h2v3z"}) (e "path" #js {"d" "M5 4h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM7 20h4v-2l6 3h-4v2z"})]
"ElectricMopedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/electric_rickshaw.cljs
================================================
(ns reagent-mui.icons.electric-rickshaw
"Imports @mui/icons-material/ElectricRickshaw as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-rickshaw (create-svg-icon (e "path" #js {"d" "M21 11.18V9.72c0-.47-.16-.92-.46-1.28L16.6 3.72c-.38-.46-.94-.72-1.54-.72H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h.18C3.6 16.16 4.7 17 6 17s2.4-.84 2.82-2h8.37c.41 1.16 1.51 2 2.82 2 1.66 0 3-1.34 3-3-.01-1.3-.85-2.4-2.01-2.82zM18.4 9H16V6.12L18.4 9zM3 5h4v4H3V5zm3 10c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3-2v-2h3V9H9V5h5v8H9zm11 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM7 20h4v-2l6 3h-4v2z"})
"ElectricRickshaw"))
================================================
FILE: src/icons/reagent_mui/icons/electric_rickshaw_outlined.cljs
================================================
(ns reagent-mui.icons.electric-rickshaw-outlined
"Imports @mui/icons-material/ElectricRickshawOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-rickshaw-outlined (create-svg-icon (e "path" #js {"d" "M21 11.18V9.72c0-.47-.16-.92-.46-1.28L16.6 3.72c-.38-.46-.94-.72-1.54-.72H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h.18C3.6 16.16 4.7 17 6 17s2.4-.84 2.82-2h8.37c.41 1.16 1.51 2 2.82 2 1.66 0 3-1.34 3-3-.01-1.3-.85-2.4-2.01-2.82zM6 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1-3.83c-.31-.11-.65-.17-1-.17-1.3 0-2.42.84-2.83 2H3v-3h4v1.17zM7 8H3V5h4v3zm7 5H9v-3h3V8H9V5h5v8zm2-6.88L18.4 9H16V6.12zM17.17 13H16v-2h3v.17c-.85.3-1.53.98-1.83 1.83zM20 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM7 20h4v-2l6 3h-4v2z"})
"ElectricRickshawOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/electric_rickshaw_rounded.cljs
================================================
(ns reagent-mui.icons.electric-rickshaw-rounded
"Imports @mui/icons-material/ElectricRickshawRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-rickshaw-rounded (create-svg-icon (e "path" #js {"d" "M21 11.18V9.72c0-.47-.16-.92-.46-1.28L16.6 3.72c-.38-.46-.94-.72-1.54-.72H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h.18C3.6 16.16 4.7 17 6 17s2.4-.84 2.82-2h8.37c.41 1.16 1.51 2 2.82 2 1.66 0 3-1.34 3-3-.01-1.3-.85-2.4-2.01-2.82zM18.4 9H16V6.12L18.4 9zM4 5h3v4H3V6c0-.55.45-1 1-1zm2 10c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3-2v-2h2c.55 0 1-.45 1-1s-.45-1-1-1H9V5h4c.55 0 1 .45 1 1v7H9zm11 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM7 20h4v-2l6 3h-4v2z"})
"ElectricRickshawRounded"))
================================================
FILE: src/icons/reagent_mui/icons/electric_rickshaw_sharp.cljs
================================================
(ns reagent-mui.icons.electric-rickshaw-sharp
"Imports @mui/icons-material/ElectricRickshawSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-rickshaw-sharp (create-svg-icon (e "path" #js {"d" "M21 11.18V9l-5-6H1v12h2.18C3.6 16.16 4.7 17 6 17s2.4-.84 2.82-2h8.37c.48 1.34 1.86 2.25 3.42 1.94 1.16-.23 2.11-1.17 2.33-2.33.31-1.56-.6-2.95-1.94-3.43zM18.4 9H16V6.12L18.4 9zM3 5h4v4H3V5zm3 10c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3-2v-2h3V9H9V5h5v8H9zm11 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM7 20h4v-2l6 3h-4v2z"})
"ElectricRickshawSharp"))
================================================
FILE: src/icons/reagent_mui/icons/electric_rickshaw_two_tone.cljs
================================================
(ns reagent-mui.icons.electric-rickshaw-two-tone
"Imports @mui/icons-material/ElectricRickshawTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-rickshaw-two-tone (create-svg-icon [(e "path" #js {"d" "M3 13h.17c.41-1.16 1.53-2 2.83-2 .35 0 .69.06 1 .17V10H3v3zm16-2h-3v2h1.17c.3-.85.98-1.53 1.83-1.83V11z", "opacity" ".3"}) (e "path" #js {"d" "M21 11.18V9.72c0-.47-.16-.92-.46-1.28L16.6 3.72c-.38-.46-.94-.72-1.54-.72H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h.18C3.6 16.16 4.7 17 6 17s2.4-.84 2.82-2h8.37c.41 1.16 1.51 2 2.82 2 1.66 0 3-1.34 3-3-.01-1.3-.85-2.4-2.01-2.82zM6 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1-3.83c-.31-.11-.65-.17-1-.17-1.3 0-2.42.84-2.83 2H3v-3h4v1.17zM7 8H3V5h4v3zm7 5H9v-3h3V8H9V5h5v8zm2-6.88L18.4 9H16V6.12zM17.17 13H16v-2h3v.17c-.85.3-1.53.98-1.83 1.83zM20 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM7 20h4v-2l6 3h-4v2z"})]
"ElectricRickshawTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/electric_scooter.cljs
================================================
(ns reagent-mui.icons.electric-scooter
"Imports @mui/icons-material/ElectricScooter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-scooter (create-svg-icon [(e "path" #js {"d" "M7.82 16H15v-1c0-2.21 1.79-4 4-4h.74l-1.9-8.44C17.63 1.65 16.82 1 15.89 1H12v2h3.89l1.4 6.25h-.01c-2.16.65-3.81 2.48-4.19 4.75H7.82c-.48-1.34-1.86-2.24-3.42-1.94-1.18.23-2.13 1.2-2.35 2.38C1.7 16.34 3.16 18 5 18c1.3 0 2.4-.84 2.82-2zM5 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "M19 12c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-8 4H7l6 3v-2h4l-6-3z"})]
"ElectricScooter"))
================================================
FILE: src/icons/reagent_mui/icons/electric_scooter_outlined.cljs
================================================
(ns reagent-mui.icons.electric-scooter-outlined
"Imports @mui/icons-material/ElectricScooterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-scooter-outlined (create-svg-icon [(e "path" #js {"d" "M7.82 16H15v-1c0-2.21 1.79-4 4-4h.74l-1.9-8.44C17.63 1.65 16.82 1 15.89 1H12v2h3.89l1.4 6.25h-.01c-2.16.65-3.81 2.48-4.19 4.75H7.82c-.48-1.34-1.86-2.24-3.42-1.94-1.18.23-2.13 1.2-2.35 2.38C1.7 16.34 3.16 18 5 18c1.3 0 2.4-.84 2.82-2zM5 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "M19 12c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-8 4H7l6 3v-2h4l-6-3z"})]
"ElectricScooterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/electric_scooter_rounded.cljs
================================================
(ns reagent-mui.icons.electric-scooter-rounded
"Imports @mui/icons-material/ElectricScooterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-scooter-rounded (create-svg-icon [(e "path" #js {"d" "M7.82 16H15v-1c0-2.21 1.79-4 4-4h.74l-1.9-8.44C17.63 1.65 16.82 1 15.89 1H13c-.55 0-1 .45-1 1s.45 1 1 1h2.89l1.4 6.25h-.01c-2.16.65-3.81 2.48-4.19 4.75H7.82c-.48-1.34-1.86-2.24-3.42-1.94-1.18.23-2.13 1.2-2.35 2.38C1.7 16.34 3.16 18 5 18c1.3 0 2.4-.84 2.82-2zM5 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "M19 12c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-8 4H7l6 3v-2h4l-6-3z"})]
"ElectricScooterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/electric_scooter_sharp.cljs
================================================
(ns reagent-mui.icons.electric-scooter-sharp
"Imports @mui/icons-material/ElectricScooterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-scooter-sharp (create-svg-icon [(e "path" #js {"d" "M7.82 16H15v-1c0-2.21 1.79-4 4-4h.74L17.49 1H12v2h3.89l1.4 6.25h-.01c-2.16.65-3.81 2.48-4.19 4.75H7.82c-.48-1.34-1.86-2.24-3.42-1.94-1.18.23-2.13 1.2-2.35 2.38C1.7 16.34 3.16 18 5 18c1.3 0 2.4-.84 2.82-2zM5 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "M19 12c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-8 4H7l6 3v-2h4l-6-3z"})]
"ElectricScooterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/electric_scooter_two_tone.cljs
================================================
(ns reagent-mui.icons.electric-scooter-two-tone
"Imports @mui/icons-material/ElectricScooterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electric-scooter-two-tone (create-svg-icon [(e "path" #js {"d" "M7.82 16H15v-1c0-2.21 1.79-4 4-4h.74l-1.9-8.44C17.63 1.65 16.82 1 15.89 1H12v2h3.89l1.4 6.25h-.01c-2.16.65-3.81 2.48-4.19 4.75H7.82c-.48-1.34-1.86-2.24-3.42-1.94-1.18.23-2.13 1.2-2.35 2.38C1.7 16.34 3.16 18 5 18c1.3 0 2.4-.84 2.82-2zM5 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "M19 12c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-8 4H7l6 3v-2h4l-6-3z"})]
"ElectricScooterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/electrical_services.cljs
================================================
(ns reagent-mui.icons.electrical-services
"Imports @mui/icons-material/ElectricalServices as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electrical-services (create-svg-icon [(e "path" #js {"d" "M21 14c0-.55-.45-1-1-1h-2v2h2c.55 0 1-.45 1-1zm-1 3h-2v2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-8-3h-2v4h2c0 1.1.9 2 2 2h3v-8h-3c-1.1 0-2 .9-2 2z"}) (e "path" #js {"d" "M5 13c0-1.1.9-2 2-2h1.5c1.93 0 3.5-1.57 3.5-3.5S10.43 4 8.5 4H5c-.55 0-1 .45-1 1s.45 1 1 1h3.5c.83 0 1.5.67 1.5 1.5S9.33 9 8.5 9H7c-2.21 0-4 1.79-4 4s1.79 4 4 4h2v-2H7c-1.1 0-2-.9-2-2z"})]
"ElectricalServices"))
================================================
FILE: src/icons/reagent_mui/icons/electrical_services_outlined.cljs
================================================
(ns reagent-mui.icons.electrical-services-outlined
"Imports @mui/icons-material/ElectricalServicesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electrical-services-outlined (create-svg-icon [(e "path" #js {"d" "M21 14c0-.55-.45-1-1-1h-2v2h2c.55 0 1-.45 1-1zm-1 3h-2v2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-8-3h-2v4h2c0 1.1.9 2 2 2h3v-8h-3c-1.1 0-2 .9-2 2z"}) (e "path" #js {"d" "M5 13c0-1.1.9-2 2-2h1.5c1.93 0 3.5-1.57 3.5-3.5S10.43 4 8.5 4H5c-.55 0-1 .45-1 1s.45 1 1 1h3.5c.83 0 1.5.67 1.5 1.5S9.33 9 8.5 9H7c-2.21 0-4 1.79-4 4s1.79 4 4 4h2v-2H7c-1.1 0-2-.9-2-2z"})]
"ElectricalServicesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/electrical_services_rounded.cljs
================================================
(ns reagent-mui.icons.electrical-services-rounded
"Imports @mui/icons-material/ElectricalServicesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electrical-services-rounded (create-svg-icon (e "path" #js {"d" "M21 14c0-.55-.45-1-1-1h-2v2h2c.55 0 1-.45 1-1zm-1 3h-2v2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-4-5h-2c-1.1 0-2 .9-2 2h-1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h1c0 1.1.9 2 2 2h2c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zM5 13c0-1.1.9-2 2-2h1.5c1.93 0 3.5-1.57 3.5-3.5S10.43 4 8.5 4H5c-.55 0-1 .45-1 1s.45 1 1 1h3.5c.83 0 1.5.67 1.5 1.5S9.33 9 8.5 9H7c-2.21 0-4 1.79-4 4s1.79 4 4 4h2v-2H7c-1.1 0-2-.9-2-2z"})
"ElectricalServicesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/electrical_services_sharp.cljs
================================================
(ns reagent-mui.icons.electrical-services-sharp
"Imports @mui/icons-material/ElectricalServicesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electrical-services-sharp (create-svg-icon [(e "path" #js {"d" "M18 13h3v2h-3zm-6-1v2h-2v4h2v2h5v-8z"}) (e "path" #js {"d" "M5 11h7V4H4v2h6v3H3v8h6v-2H5zm13 6h3v2h-3z"})]
"ElectricalServicesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/electrical_services_two_tone.cljs
================================================
(ns reagent-mui.icons.electrical-services-two-tone
"Imports @mui/icons-material/ElectricalServicesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def electrical-services-two-tone (create-svg-icon [(e "path" #js {"d" "M20 15h-2v-2h2c.55 0 1 .45 1 1s-.45 1-1 1zm0 4h-2v-2h2c.55 0 1 .45 1 1s-.45 1-1 1zm-6-7c-1.1 0-2 .9-2 2h-2v4h2c0 1.1.9 2 2 2h3v-8h-3z"}) (e "path" #js {"d" "M4 5c0 .55.45 1 1 1h3.5c.83 0 1.5.67 1.5 1.5S9.33 9 8.5 9H7c-2.21 0-4 1.79-4 4s1.79 4 4 4h2v-2H7c-1.1 0-2-.9-2-2s.9-2 2-2h1.5c1.93 0 3.5-1.57 3.5-3.5S10.43 4 8.5 4H5c-.55 0-1 .45-1 1z"})]
"ElectricalServicesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/elevator.cljs
================================================
(ns reagent-mui.icons.elevator
"Imports @mui/icons-material/Elevator as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def elevator (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8.5 6c.69 0 1.25.56 1.25 1.25S9.19 8.5 8.5 8.5s-1.25-.56-1.25-1.25S7.81 6 8.5 6zm2.5 8h-1v4H7v-4H6v-2.5c0-1.1.9-2 2-2h1c1.1 0 2 .9 2 2V14zm4.5 3L13 13h5l-2.5 4zM13 11l2.5-4 2.5 4h-5z"})
"Elevator"))
================================================
FILE: src/icons/reagent_mui/icons/elevator_outlined.cljs
================================================
(ns reagent-mui.icons.elevator-outlined
"Imports @mui/icons-material/ElevatorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def elevator-outlined (create-svg-icon (e "path" #js {"d" "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 15v-4h1v-2.5c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2V14h1v4h3zM8.5 8.5c.69 0 1.25-.56 1.25-1.25S9.19 6 8.5 6s-1.25.56-1.25 1.25S7.81 8.5 8.5 8.5zM18 11l-2.5-4-2.5 4h5zm-5 2 2.5 4 2.5-4h-5z"})
"ElevatorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/elevator_rounded.cljs
================================================
(ns reagent-mui.icons.elevator-rounded
"Imports @mui/icons-material/ElevatorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def elevator-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8.5 6c.69 0 1.25.56 1.25 1.25S9.19 8.5 8.5 8.5s-1.25-.56-1.25-1.25S7.81 6 8.5 6zm2.5 7c0 .55-.45 1-1 1v3c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1v-3c-.55 0-1-.45-1-1v-1.5c0-1.1.9-2 2-2h1c1.1 0 2 .9 2 2V13zm6.52.76-1.6 2.56c-.2.31-.65.31-.85 0l-1.6-2.56c-.2-.33.04-.76.43-.76h3.2c.39 0 .63.43.42.76zM17.1 11h-3.2c-.39 0-.63-.43-.42-.77l1.6-2.56c.2-.31.65-.31.85 0l1.6 2.56c.2.34-.04.77-.43.77z"})
"ElevatorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/elevator_sharp.cljs
================================================
(ns reagent-mui.icons.elevator-sharp
"Imports @mui/icons-material/ElevatorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def elevator-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM8.5 6c.69 0 1.25.56 1.25 1.25S9.19 8.5 8.5 8.5s-1.25-.56-1.25-1.25S7.81 6 8.5 6zm2.5 8h-1v4H7v-4H6V9.5h5V14zm4.5 3L13 13h5l-2.5 4zM13 11l2.5-4 2.5 4h-5z"})
"ElevatorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/elevator_two_tone.cljs
================================================
(ns reagent-mui.icons.elevator-two-tone
"Imports @mui/icons-material/ElevatorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def elevator-two-tone (create-svg-icon [(e "path" #js {"d" "M19 5v14H5V5h14m-9 13v-4h1v-2.5c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2V14h1v4h3zM8.5 8.5c.69 0 1.25-.56 1.25-1.25S9.19 6 8.5 6s-1.25.56-1.25 1.25S7.81 8.5 8.5 8.5zM18 11l-2.5-4-2.5 4h5zm-5 2 2.5 4 2.5-4h-5z", "opacity" ".3"}) (e "path" #js {"d" "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 15v-4h1v-2.5c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2V14h1v4h3zM8.5 8.5c.69 0 1.25-.56 1.25-1.25S9.19 6 8.5 6s-1.25.56-1.25 1.25S7.81 8.5 8.5 8.5zM18 11l-2.5-4-2.5 4h5zm-5 2 2.5 4 2.5-4h-5z"})]
"ElevatorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/eleven_mp.cljs
================================================
(ns reagent-mui.icons.eleven-mp
"Imports @mui/icons-material/ElevenMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eleven-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM11 5.5v6H9.5V7H8V5.5h3zm5 0v6h-1.5V7H13V5.5h3zm-.5 8.5H17v1.5h-1.5z"})
"ElevenMp"))
================================================
FILE: src/icons/reagent_mui/icons/eleven_mp_outlined.cljs
================================================
(ns reagent-mui.icons.eleven-mp-outlined
"Imports @mui/icons-material/ElevenMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eleven-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M9.5 11.5H11v-6H8V7h1.5zm5 0H16v-6h-3V7h1.5z"})]
"ElevenMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/eleven_mp_rounded.cljs
================================================
(ns reagent-mui.icons.eleven-mp-rounded
"Imports @mui/icons-material/ElevenMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eleven-mp-rounded (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8.75 5.5H10c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C8.34 7 8 6.66 8 6.25s.34-.75.75-.75zm3.75 12.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zm.5-11.5c0-.41.34-.75.75-.75H15c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75c-.41 0-.75-.34-.75-.75zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"ElevenMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/eleven_mp_sharp.cljs
================================================
(ns reagent-mui.icons.eleven-mp-sharp
"Imports @mui/icons-material/ElevenMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eleven-mp-sharp (create-svg-icon [(e "path" #js {"d" "M3 3v18h18V3H3zm5 2.5h3v6H9.5V7H8V5.5zm4.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zm.5-13h3v6h-1.5V7H13V5.5zM18 17h-3v1.5h-1.5v-6H18V17z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"ElevenMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/eleven_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.eleven-mp-two-tone
"Imports @mui/icons-material/ElevenMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def eleven-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zm-5-8h3v6h-1.5V7H13V5.5zm-5 0h3v6H9.5V7H8V5.5zm-2 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M9.5 11.5H11v-6H8V7h1.5zm5 0H16v-6h-3V7h1.5z"})]
"ElevenMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/email.cljs
================================================
(ns reagent-mui.icons.email
"Imports @mui/icons-material/Email as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def email (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z"})
"Email"))
================================================
FILE: src/icons/reagent_mui/icons/email_outlined.cljs
================================================
(ns reagent-mui.icons.email-outlined
"Imports @mui/icons-material/EmailOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def email-outlined (create-svg-icon (e "path" #js {"d" "M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6zm-2 0-8 5-8-5h16zm0 12H4V8l8 5 8-5v10z"})
"EmailOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/email_rounded.cljs
================================================
(ns reagent-mui.icons.email-rounded
"Imports @mui/icons-material/EmailRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def email-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-.4 4.25-7.07 4.42c-.32.2-.74.2-1.06 0L4.4 8.25c-.25-.16-.4-.43-.4-.72 0-.67.73-1.07 1.3-.72L12 11l6.7-4.19c.57-.35 1.3.05 1.3.72 0 .29-.15.56-.4.72z"})
"EmailRounded"))
================================================
FILE: src/icons/reagent_mui/icons/email_sharp.cljs
================================================
(ns reagent-mui.icons.email-sharp
"Imports @mui/icons-material/EmailSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def email-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zm-2 4-8 5-8-5V6l8 5 8-5v2z"})
"EmailSharp"))
================================================
FILE: src/icons/reagent_mui/icons/email_two_tone.cljs
================================================
(ns reagent-mui.icons.email-two-tone
"Imports @mui/icons-material/EmailTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def email-two-tone (create-svg-icon [(e "path" #js {"d" "m20 8-8 5-8-5v10h16zm0-2H4l8 4.99z", "opacity" ".3"}) (e "path" #js {"d" "M4 20h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2zM20 6l-8 4.99L4 6h16zM4 8l8 5 8-5v10H4V8z"})]
"EmailTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/emergency_recording.cljs
================================================
(ns reagent-mui.icons.emergency-recording
"Imports @mui/icons-material/EmergencyRecording as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emergency-recording (create-svg-icon (e "path" #js {"d" "M18 10.48V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4.48l4 3.98v-11l-4 3.98zM12 12l3 1.73-1 1.73-3-1.73V17H9v-3.27l-3 1.73-1-1.73L8 12l-3-1.73 1-1.73 3 1.73V7h2v3.27l3-1.73 1 1.73L12 12z"})
"EmergencyRecording"))
================================================
FILE: src/icons/reagent_mui/icons/emergency_recording_outlined.cljs
================================================
(ns reagent-mui.icons.emergency-recording-outlined
"Imports @mui/icons-material/EmergencyRecordingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emergency-recording-outlined (create-svg-icon (e "path" #js {"d" "M18 10.48V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4.48l4 3.98v-11l-4 3.98zM16 18H4V6h12v12zm-4-6 3 1.73-1 1.73-3-1.73V17H9v-3.27l-3 1.73-1-1.73L8 12l-3-1.73 1-1.73 3 1.73V7h2v3.27l3-1.73 1 1.73L12 12z"})
"EmergencyRecordingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/emergency_recording_rounded.cljs
================================================
(ns reagent-mui.icons.emergency-recording-rounded
"Imports @mui/icons-material/EmergencyRecordingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emergency-recording-rounded (create-svg-icon (e "path" #js {"d" "M18 10.48V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4.48l3.15 3.13c.31.32.85.09.85-.35V7.7c0-.44-.54-.67-.85-.35L18 10.48zm-3.5 4.12c-.28.48-.89.64-1.37.37L11 13.73V16c0 .55-.45 1-1 1s-1-.45-1-1v-2.27l-2.13 1.23c-.48.28-1.09.11-1.37-.37s-.11-1.09.37-1.37L8 12l-2.13-1.23c-.48-.28-.65-.89-.37-1.37.28-.48.89-.64 1.37-.37L9 10.27V8c0-.55.45-1 1-1s1 .45 1 1v2.27l2.13-1.23c.48-.28 1.09-.11 1.37.37s.11 1.09-.37 1.37L12 12l2.13 1.23c.48.28.65.89.37 1.37z"})
"EmergencyRecordingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/emergency_recording_sharp.cljs
================================================
(ns reagent-mui.icons.emergency-recording-sharp
"Imports @mui/icons-material/EmergencyRecordingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emergency-recording-sharp (create-svg-icon (e "path" #js {"d" "M18 10.48V4H2v16h16v-6.48l4 3.98v-11l-4 3.98zM12 12l3 1.73-1 1.73-3-1.73V17H9v-3.27l-3 1.73-1-1.73L8 12l-3-1.73 1-1.73 3 1.73V7h2v3.27l3-1.73 1 1.73L12 12z"})
"EmergencyRecordingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/emergency_recording_two_tone.cljs
================================================
(ns reagent-mui.icons.emergency-recording-two-tone
"Imports @mui/icons-material/EmergencyRecordingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emergency-recording-two-tone (create-svg-icon [(e "path" #js {"d" "M4 6v12h12V6H4zm11 7.73-1 1.73-3-1.73V17H9v-3.27l-3 1.73-1-1.73L8 12l-3-1.73 1-1.73 3 1.73V7h2v3.27l3-1.73 1 1.73L12 12l3 1.73z", "opacity" ".3"}) (e "path" #js {"d" "M18 10.48V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4.48l4 3.98v-11l-4 3.98zM16 18H4V6h12v12zm-4-6 3 1.73-1 1.73-3-1.73V17H9v-3.27l-3 1.73-1-1.73L8 12l-3-1.73 1-1.73 3 1.73V7h2v3.27l3-1.73 1 1.73L12 12z"})]
"EmergencyRecordingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/emergency_share.cljs
================================================
(ns reagent-mui.icons.emergency-share
"Imports @mui/icons-material/EmergencyShare as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emergency-share (create-svg-icon (e "path" #js {"d" "M12 9c-3.15 0-6 2.41-6 6.15 0 2.49 2 5.44 6 8.85 4-3.41 6-6.36 6-8.85C18 11.41 15.15 9 12 9zm0 7.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM12 4c1.93 0 3.68.78 4.95 2.05l-1.41 1.41C14.63 6.56 13.38 6 12 6s-2.63.56-3.54 1.46L7.05 6.05C8.32 4.78 10.07 4 12 4zm7.78-.77-1.41 1.41C16.74 3.01 14.49 2 12.01 2S7.27 3.01 5.64 4.63L4.22 3.22C6.22 1.23 8.97 0 12.01 0s5.78 1.23 7.77 3.23z"})
"EmergencyShare"))
================================================
FILE: src/icons/reagent_mui/icons/emergency_share_outlined.cljs
================================================
(ns reagent-mui.icons.emergency-share-outlined
"Imports @mui/icons-material/EmergencyShareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emergency-share-outlined (create-svg-icon (e "path" #js {"d" "M12 4c1.93 0 3.68.78 4.95 2.05l-1.41 1.41C14.63 6.56 13.38 6 12 6s-2.63.56-3.54 1.46L7.05 6.05C8.32 4.78 10.07 4 12 4zm7.78-.77-1.41 1.41C16.74 3.01 14.49 2 12.01 2S7.27 3.01 5.64 4.63L4.22 3.22C6.22 1.23 8.97 0 12.01 0s5.78 1.23 7.77 3.23zM12 11c1.94 0 4 1.45 4 4.15 0 .94-.55 2.93-4 6.17-3.45-3.24-4-5.23-4-6.17 0-2.7 2.06-4.15 4-4.15zm0-2c-3.15 0-6 2.41-6 6.15 0 2.49 2 5.44 6 8.85 4-3.41 6-6.36 6-8.85C18 11.41 15.15 9 12 9zm1.5 6c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.67 1.5 1.5 1.5 1.5-.67 1.5-1.5z"})
"EmergencyShareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/emergency_share_rounded.cljs
================================================
(ns reagent-mui.icons.emergency-share-rounded
"Imports @mui/icons-material/EmergencyShareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emergency-share-rounded (create-svg-icon (e "path" #js {"d" "M12 9c-3.15 0-6 2.41-6 6.15 0 2.35 1.78 5.11 5.34 8.27.37.33.95.33 1.33 0C16.22 20.25 18 17.5 18 15.15 18 11.41 15.15 9 12 9zm0 7.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.18-9.68c-.35.35-.89.38-1.3.09C14.07 6.34 13.07 6 12 6s-2.07.34-2.88.91c-.41.28-.95.26-1.3-.09-.43-.43-.39-1.15.09-1.5C9.06 4.49 10.48 4 12 4s2.94.49 4.09 1.32c.49.35.52 1.07.09 1.5zM4.97 3.97c-.42-.43-.38-1.12.08-1.5C6.95.93 9.37 0 12.01 0c2.64 0 5.06.93 6.95 2.48.46.38.5 1.07.08 1.49-.36.36-.93.39-1.32.07C16.16 2.77 14.17 2 12.01 2c-2.18 0-4.17.77-5.72 2.04-.39.32-.96.28-1.32-.07z"})
"EmergencyShareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/emergency_share_sharp.cljs
================================================
(ns reagent-mui.icons.emergency-share-sharp
"Imports @mui/icons-material/EmergencyShareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emergency-share-sharp (create-svg-icon (e "path" #js {"d" "M12 9c-3.15 0-6 2.41-6 6.15 0 2.49 2 5.44 6 8.85 4-3.41 6-6.36 6-8.85C18 11.41 15.15 9 12 9zm0 7.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM12 4c1.93 0 3.68.78 4.95 2.05l-1.41 1.41C14.63 6.56 13.38 6 12 6s-2.63.56-3.54 1.46L7.05 6.05C8.32 4.78 10.07 4 12 4zm7.78-.77-1.41 1.41C16.74 3.01 14.49 2 12.01 2S7.27 3.01 5.64 4.63L4.22 3.22C6.22 1.23 8.97 0 12.01 0s5.78 1.23 7.77 3.23z"})
"EmergencyShareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/emergency_share_two_tone.cljs
================================================
(ns reagent-mui.icons.emergency-share-two-tone
"Imports @mui/icons-material/EmergencyShareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emergency-share-two-tone (create-svg-icon [(e "path" #js {"d" "M12 11c-1.94 0-4 1.45-4 4.15 0 .94.55 2.93 4 6.17 3.45-3.24 4-5.23 4-6.17 0-2.7-2.06-4.15-4-4.15zm0 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 4c1.93 0 3.68.78 4.95 2.05l-1.41 1.41C14.63 6.56 13.38 6 12 6s-2.63.56-3.54 1.46L7.05 6.05C8.32 4.78 10.07 4 12 4zm7.78-.77-1.41 1.41C16.74 3.01 14.49 2 12.01 2S7.27 3.01 5.64 4.63L4.22 3.22C6.22 1.23 8.97 0 12.01 0s5.78 1.23 7.77 3.23zM12 11c1.94 0 4 1.45 4 4.15 0 .94-.55 2.93-4 6.17-3.45-3.24-4-5.23-4-6.17 0-2.7 2.06-4.15 4-4.15zm0-2c-3.15 0-6 2.41-6 6.15 0 2.49 2 5.44 6 8.85 4-3.41 6-6.36 6-8.85C18 11.41 15.15 9 12 9zm1.5 6c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.67 1.5 1.5 1.5 1.5-.67 1.5-1.5z"})]
"EmergencyShareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_emotions.cljs
================================================
(ns reagent-mui.icons.emoji-emotions
"Imports @mui/icons-material/EmojiEmotions as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-emotions (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM8.5 8c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zM12 18c-2.28 0-4.22-1.66-5-4h10c-.78 2.34-2.72 4-5 4zm3.5-7c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"EmojiEmotions"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_emotions_outlined.cljs
================================================
(ns reagent-mui.icons.emoji-emotions-outlined
"Imports @mui/icons-material/EmojiEmotionsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-emotions-outlined (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M12 18c2.28 0 4.22-1.66 5-4H7c.78 2.34 2.72 4 5 4z"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})]
"EmojiEmotionsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_emotions_rounded.cljs
================================================
(ns reagent-mui.icons.emoji-emotions-rounded
"Imports @mui/icons-material/EmojiEmotionsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-emotions-rounded (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM8.5 8c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zm8.21 6.72C15.8 16.67 14.04 18 12 18s-3.8-1.33-4.71-3.28c-.16-.33.08-.72.45-.72h8.52c.37 0 .61.39.45.72zM15.5 11c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"EmojiEmotionsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_emotions_sharp.cljs
================================================
(ns reagent-mui.icons.emoji-emotions-sharp
"Imports @mui/icons-material/EmojiEmotionsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-emotions-sharp (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM8.5 8c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zM12 18c-2.28 0-4.22-1.66-5-4h10c-.78 2.34-2.72 4-5 4zm3.5-7c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"EmojiEmotionsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_emotions_two_tone.cljs
================================================
(ns reagent-mui.icons.emoji-emotions-two-tone
"Imports @mui/icons-material/EmojiEmotionsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-emotions-two-tone (create-svg-icon [(e "path" #js {"d" "M20 12c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zM8.5 8c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zM12 18c-2.28 0-4.22-1.66-5-4h10c-.78 2.34-2.72 4-5 4zm3.5-7c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z", "opacity" ".3"}) (e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "path" #js {"d" "M12 18c2.28 0 4.22-1.66 5-4H7c.78 2.34 2.72 4 5 4z"})]
"EmojiEmotionsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_events.cljs
================================================
(ns reagent-mui.icons.emoji-events
"Imports @mui/icons-material/EmojiEvents as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-events (create-svg-icon (e "path" #js {"d" "M19 5h-2V3H7v2H5c-1.1 0-2 .9-2 2v1c0 2.55 1.92 4.63 4.39 4.94.63 1.5 1.98 2.63 3.61 2.96V19H7v2h10v-2h-4v-3.1c1.63-.33 2.98-1.46 3.61-2.96C19.08 12.63 21 10.55 21 8V7c0-1.1-.9-2-2-2zM5 8V7h2v3.82C5.84 10.4 5 9.3 5 8zm14 0c0 1.3-.84 2.4-2 2.82V7h2v1z"})
"EmojiEvents"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_events_outlined.cljs
================================================
(ns reagent-mui.icons.emoji-events-outlined
"Imports @mui/icons-material/EmojiEventsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-events-outlined (create-svg-icon (e "path" #js {"d" "M19 5h-2V3H7v2H5c-1.1 0-2 .9-2 2v1c0 2.55 1.92 4.63 4.39 4.94.63 1.5 1.98 2.63 3.61 2.96V19H7v2h10v-2h-4v-3.1c1.63-.33 2.98-1.46 3.61-2.96C19.08 12.63 21 10.55 21 8V7c0-1.1-.9-2-2-2zM5 8V7h2v3.82C5.84 10.4 5 9.3 5 8zm7 6c-1.65 0-3-1.35-3-3V5h6v6c0 1.65-1.35 3-3 3zm7-6c0 1.3-.84 2.4-2 2.82V7h2v1z"})
"EmojiEventsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_events_rounded.cljs
================================================
(ns reagent-mui.icons.emoji-events-rounded
"Imports @mui/icons-material/EmojiEventsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-events-rounded (create-svg-icon (e "path" #js {"d" "M19 5h-2V4c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v1H5c-1.1 0-2 .9-2 2v1c0 2.55 1.92 4.63 4.39 4.94.63 1.5 1.98 2.63 3.61 2.96V19H8c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1h-3v-3.1c1.63-.33 2.98-1.46 3.61-2.96C19.08 12.63 21 10.55 21 8V7c0-1.1-.9-2-2-2zM5 8V7h2v3.82C5.84 10.4 5 9.3 5 8zm14 0c0 1.3-.84 2.4-2 2.82V7h2v1z"})
"EmojiEventsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_events_sharp.cljs
================================================
(ns reagent-mui.icons.emoji-events-sharp
"Imports @mui/icons-material/EmojiEventsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-events-sharp (create-svg-icon (e "path" #js {"d" "M19 5h-2V3H7v2H5c-1.1 0-2 .9-2 2v1c0 2.55 1.92 4.63 4.39 4.94.63 1.5 1.98 2.63 3.61 2.96V19H7v2h10v-2h-4v-3.1c1.63-.33 2.98-1.46 3.61-2.96C19.08 12.63 21 10.55 21 8V7c0-1.1-.9-2-2-2zM5 8V7h2v3.82C5.84 10.4 5 9.3 5 8zm14 0c0 1.3-.84 2.4-2 2.82V7h2v1z"})
"EmojiEventsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_events_two_tone.cljs
================================================
(ns reagent-mui.icons.emoji-events-two-tone
"Imports @mui/icons-material/EmojiEventsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-events-two-tone (create-svg-icon [(e "path" #js {"d" "M12 14c-1.65 0-3-1.35-3-3V5h6v6c0 1.65-1.35 3-3 3z", "opacity" ".3"}) (e "path" #js {"d" "M19 5h-2V3H7v2H5c-1.1 0-2 .9-2 2v1c0 2.55 1.92 4.63 4.39 4.94.63 1.5 1.98 2.63 3.61 2.96V19H7v2h10v-2h-4v-3.1c1.63-.33 2.98-1.46 3.61-2.96C19.08 12.63 21 10.55 21 8V7c0-1.1-.9-2-2-2zM5 8V7h2v3.82C5.84 10.4 5 9.3 5 8zm7 6c-1.65 0-3-1.35-3-3V5h6v6c0 1.65-1.35 3-3 3zm7-6c0 1.3-.84 2.4-2 2.82V7h2v1z"})]
"EmojiEventsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_flags.cljs
================================================
(ns reagent-mui.icons.emoji-flags
"Imports @mui/icons-material/EmojiFlags as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-flags (create-svg-icon (e "path" #js {"d" "m14 9-1-2H7V5.72c.6-.34 1-.98 1-1.72 0-1.1-.9-2-2-2s-2 .9-2 2c0 .74.4 1.38 1 1.72V21h2v-4h5l1 2h7V9h-6zm4 8h-4l-1-2H7V9h5l1 2h5v6z"})
"EmojiFlags"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_flags_outlined.cljs
================================================
(ns reagent-mui.icons.emoji-flags-outlined
"Imports @mui/icons-material/EmojiFlagsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-flags-outlined (create-svg-icon (e "path" #js {"d" "m14 9-1-2H7V5.72c.6-.34 1-.98 1-1.72 0-1.1-.9-2-2-2s-2 .9-2 2c0 .74.4 1.38 1 1.72V21h2v-4h5l1 2h7V9h-6zm4 8h-4l-1-2H7V9h5l1 2h5v6z"})
"EmojiFlagsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_flags_rounded.cljs
================================================
(ns reagent-mui.icons.emoji-flags-rounded
"Imports @mui/icons-material/EmojiFlagsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-flags-rounded (create-svg-icon (e "path" #js {"d" "M19 9h-5l-.72-1.45c-.17-.34-.52-.55-.9-.55H7V5.72c.6-.34 1-.98 1-1.72 0-1.1-.9-2-2-2s-2 .9-2 2c0 .74.4 1.38 1 1.72V20c0 .55.45 1 1 1s1-.45 1-1v-3h5l.72 1.45c.17.34.52.55.89.55H19c.55 0 1-.45 1-1v-8c0-.55-.45-1-1-1zm-1 8h-4l-1-2H7V9h5l1 2h5v6z"})
"EmojiFlagsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_flags_sharp.cljs
================================================
(ns reagent-mui.icons.emoji-flags-sharp
"Imports @mui/icons-material/EmojiFlagsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-flags-sharp (create-svg-icon (e "path" #js {"d" "m14 9-1-2H7V5.72c.6-.34 1-.98 1-1.72 0-1.1-.9-2-2-2s-2 .9-2 2c0 .74.4 1.38 1 1.72V21h2v-4h5l1 2h7V9h-6zm4 8h-4l-1-2H7V9h5l1 2h5v6z"})
"EmojiFlagsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_flags_two_tone.cljs
================================================
(ns reagent-mui.icons.emoji-flags-two-tone
"Imports @mui/icons-material/EmojiFlagsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-flags-two-tone (create-svg-icon [(e "path" #js {"d" "M12 9H7v6h6l1 2h4v-6h-5z", "opacity" ".3"}) (e "path" #js {"d" "m14 9-1-2H7V5.72c.6-.34 1-.98 1-1.72 0-1.1-.9-2-2-2s-2 .9-2 2c0 .74.4 1.38 1 1.72V21h2v-4h5l1 2h7V9h-6zm4 8h-4l-1-2H7V9h5l1 2h5v6z"})]
"EmojiFlagsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_food_beverage.cljs
================================================
(ns reagent-mui.icons.emoji-food-beverage
"Imports @mui/icons-material/EmojiFoodBeverage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-food-beverage (create-svg-icon (e "path" #js {"d" "M20 3H9v2.4l1.81 1.45c.12.09.19.24.19.39v4.26c0 .28-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5V7.24c0-.15.07-.3.19-.39L8 5.4V3H4v10c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.11 0 2-.9 2-2V5c0-1.11-.89-2-2-2zm0 5h-2V5h2v3zM4 19h16v2H4z"})
"EmojiFoodBeverage"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_food_beverage_outlined.cljs
================================================
(ns reagent-mui.icons.emoji-food-beverage-outlined
"Imports @mui/icons-material/EmojiFoodBeverageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-food-beverage-outlined (create-svg-icon (e "path" #js {"d" "M2 19h18v2H2zM20 3H4v10c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zm-4 10c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V5h3v1.4L7.19 7.85c-.12.09-.19.24-.19.39v4.26c0 .28.22.5.5.5h4c.28 0 .5-.22.5-.5V8.24c0-.15-.07-.3-.19-.39L10 6.4V5h6v8zM9.5 7.28l1.5 1.2V12H8V8.48l1.5-1.2zM20 8h-2V5h2v3z"})
"EmojiFoodBeverageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_food_beverage_rounded.cljs
================================================
(ns reagent-mui.icons.emoji-food-beverage-rounded
"Imports @mui/icons-material/EmojiFoodBeverageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-food-beverage-rounded (create-svg-icon (e "path" #js {"d" "M19 19H3c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1zm1-16H9v2.4l1.81 1.45c.12.09.19.24.19.39v4.26c0 .28-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5V7.24c0-.15.07-.3.19-.39L8 5.4V3H6c-1.1 0-2 .9-2 2v8c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 5h-2V5h2v3z"})
"EmojiFoodBeverageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_food_beverage_sharp.cljs
================================================
(ns reagent-mui.icons.emoji-food-beverage-sharp
"Imports @mui/icons-material/EmojiFoodBeverageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-food-beverage-sharp (create-svg-icon (e "path" #js {"d" "M2 19h18v2H2zM20 3H9v2.4L11 7v5H6V7l2-1.6V3H4v14h14v-7h2c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 5h-2V5h2v3z"})
"EmojiFoodBeverageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_food_beverage_two_tone.cljs
================================================
(ns reagent-mui.icons.emoji-food-beverage-two-tone
"Imports @mui/icons-material/EmojiFoodBeverageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-food-beverage-two-tone (create-svg-icon [(e "path" #js {"d" "m10 6.4 1.81 1.45c.12.09.19.24.19.39v4.26c0 .28-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5V8.24c0-.15.07-.3.19-.39L9 6.4V5H6v8c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V5h-6v1.4z", "opacity" ".3"}) (e "path" #js {"d" "M2 19h18v2H2zM20 3H4v10c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zM9.5 7.28l1.5 1.2V12H8V8.48l1.5-1.2zM16 13c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V5h3v1.4L7.19 7.85c-.12.09-.19.24-.19.39v4.26c0 .28.22.5.5.5h4c.28 0 .5-.22.5-.5V8.24c0-.15-.07-.3-.19-.39L10 6.4V5h6v8zm4-5h-2V5h2v3z"})]
"EmojiFoodBeverageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_nature.cljs
================================================
(ns reagent-mui.icons.emoji-nature
"Imports @mui/icons-material/EmojiNature as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-nature (create-svg-icon (e "path" #js {"d" "M21.94 4.88c-.18-.53-.69-.88-1.26-.88H19.6l-.31-.97C19.15 2.43 18.61 2 18 2s-1.15.43-1.29 1.04L16.4 4h-1.07c-.57 0-1.08.35-1.26.88-.19.56.04 1.17.56 1.48l.87.52-.4 1.24c-.23.58-.04 1.25.45 1.62.23.17.51.26.78.26.31 0 .61-.11.86-.32l.81-.7.81.7c.25.21.55.32.86.32.27 0 .55-.09.78-.26.5-.37.68-1.04.45-1.62l-.39-1.24.87-.52c.51-.31.74-.92.56-1.48zM18 7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-4.51 3.51c-.43-.43-.94-.73-1.49-.93V8h-1v1.38c-.11-.01-.23-.03-.34-.03-1.02 0-2.05.39-2.83 1.17-.16.16-.3.34-.43.53L6 10.52c-1.56-.55-3.28.27-3.83 1.82-.27.75-.23 1.57.12 2.29.23.48.58.87 1 1.16-.38 1.35-.06 2.85 1 3.91s2.57 1.38 3.91 1c.29.42.68.77 1.16 1 .42.2.85.3 1.29.3.34 0 .68-.06 1.01-.17 1.56-.55 2.38-2.27 1.82-3.85l-.52-1.37c.18-.13.36-.27.53-.43.87-.87 1.24-2.04 1.14-3.17H16v-1h-1.59c-.19-.55-.49-1.06-.92-1.5zm-8.82 3.78c-.25-.09-.45-.27-.57-.51s-.13-.51-.04-.76c.19-.52.76-.79 1.26-.61l3.16 1.19c-1.15.6-2.63 1.11-3.81.69zm6.32 5.65c-.25.09-.52.08-.76-.04-.24-.11-.42-.32-.51-.57-.42-1.18.09-2.65.7-3.8l1.18 3.13c.18.52-.09 1.1-.61 1.28zm1.21-5.34-.61-1.61c0-.01-.01-.02-.02-.03l-.06-.12c-.02-.04-.04-.07-.07-.11l-.09-.09-.09-.09c-.03-.03-.07-.05-.11-.07-.04-.02-.07-.05-.12-.06-.01 0-.02-.01-.03-.02l-1.6-.6c.36-.29.79-.46 1.26-.46.53 0 1.04.21 1.41.59.73.73.77 1.88.13 2.67z"})
"EmojiNature"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_nature_outlined.cljs
================================================
(ns reagent-mui.icons.emoji-nature-outlined
"Imports @mui/icons-material/EmojiNatureOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-nature-outlined (create-svg-icon (e "path" #js {"d" "M21.94 4.88c-.18-.53-.69-.88-1.26-.88H19.6l-.31-.97C19.15 2.43 18.61 2 18 2s-1.15.43-1.29 1.04L16.4 4h-1.07c-.57 0-1.08.35-1.26.88-.19.56.04 1.17.56 1.48l.87.52-.4 1.24c-.23.58-.04 1.25.45 1.62.23.17.51.26.78.26.31 0 .61-.11.86-.32l.81-.7.81.7c.25.21.55.32.86.32.27 0 .55-.09.78-.26.5-.37.68-1.04.45-1.62l-.39-1.24.87-.52c.51-.31.74-.92.56-1.48zM18 7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-4.51 3.51c-.43-.43-.94-.73-1.49-.93V8h-1v1.38c-.11-.01-.23-.03-.34-.03-1.02 0-2.05.39-2.83 1.17l-.5.5-1.33-.5c-1.56-.55-3.28.27-3.83 1.82-.27.75-.23 1.57.12 2.29.23.48.58.87 1 1.16-.38 1.35-.06 2.85 1 3.91.78.78 1.8 1.17 2.83 1.17.37 0 .73-.07 1.09-.17.29.42.68.77 1.16 1 .41.2.84.3 1.28.3.34 0 .68-.06 1.01-.17 1.56-.55 2.38-2.27 1.82-3.85l-.49-1.3.5-.5c.87-.87 1.24-2.04 1.14-3.17H16v-1h-1.59c-.19-.55-.49-1.06-.92-1.5zm-5.91 8.31c-.15.04-.3.06-.46.06-.53 0-1.04-.21-1.41-.59-.38-.38-.59-.88-.59-1.41 0-.16.03-.32.06-.47.14.01.28.03.42.03.85 0 1.68-.2 2.44-.48-.32.89-.54 1.87-.46 2.86zm-2.91-4.53c-.25-.09-.45-.27-.57-.51s-.13-.51-.04-.76c.19-.52.76-.79 1.26-.61l3.16 1.19c-1.15.6-2.63 1.11-3.81.69zm6.32 5.65c-.25.09-.52.08-.76-.04-.24-.11-.42-.32-.51-.57-.42-1.18.09-2.65.7-3.8l1.18 3.13c.18.52-.09 1.1-.61 1.28zm1.21-5.34-.61-1.61c0-.01-.01-.02-.02-.03l-.06-.12c-.02-.04-.04-.07-.07-.11l-.09-.09-.09-.09c-.03-.03-.07-.05-.11-.07-.04-.02-.07-.05-.12-.06-.01 0-.02-.01-.03-.02l-1.6-.6c.36-.29.79-.46 1.26-.46.53 0 1.04.21 1.41.59.73.73.77 1.88.13 2.67z"})
"EmojiNatureOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_nature_rounded.cljs
================================================
(ns reagent-mui.icons.emoji-nature-rounded
"Imports @mui/icons-material/EmojiNatureRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-nature-rounded (create-svg-icon (e "path" #js {"d" "M21.94 4.88c-.18-.53-.69-.88-1.26-.88H19.6l-.31-.97C19.15 2.43 18.61 2 18 2s-1.15.43-1.29 1.04L16.4 4h-1.07c-.57 0-1.08.35-1.26.88-.19.56.04 1.17.56 1.48l.87.52-.4 1.24c-.23.58-.04 1.25.45 1.62.23.17.51.26.78.26.31 0 .61-.11.86-.32l.81-.7.81.7c.25.21.55.32.86.32.27 0 .55-.09.78-.26.5-.37.68-1.04.45-1.62l-.39-1.24.87-.52c.51-.31.74-.92.56-1.48zM18 7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-2.5 5h-1.09c-.19-.54-.49-1.05-.93-1.49s-.94-.73-1.48-.92V8.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v.88c-.11-.01-.23-.03-.34-.03-1.02 0-2.05.39-2.83 1.17-.16.16-.3.34-.43.53L6 10.52c-1.56-.55-3.28.27-3.83 1.82-.27.75-.23 1.57.12 2.29.23.48.58.87 1 1.16-.38 1.35-.06 2.85 1 3.91s2.57 1.38 3.91 1c.29.42.68.77 1.16 1 .42.2.85.3 1.29.3.34 0 .68-.06 1.01-.17 1.56-.55 2.38-2.27 1.82-3.85l-.52-1.37c.18-.13.36-.27.53-.43.87-.87 1.24-2.04 1.14-3.17h.88c.28 0 .5-.22.5-.5-.01-.29-.23-.51-.51-.51zM4.67 14.29c-.25-.09-.45-.27-.57-.51s-.13-.51-.04-.76c.19-.52.76-.79 1.26-.61l3.16 1.19c-1.15.6-2.63 1.11-3.81.69zm6.32 5.65c-.25.09-.52.08-.76-.04-.24-.11-.42-.32-.51-.57-.42-1.18.09-2.65.7-3.8l1.18 3.13c.18.52-.09 1.1-.61 1.28zm1.21-5.34-.61-1.61c0-.01-.01-.02-.02-.03l-.06-.12c-.02-.04-.04-.07-.07-.11l-.09-.09-.09-.09c-.03-.03-.07-.05-.11-.07-.04-.02-.07-.05-.12-.06-.01 0-.02-.01-.03-.02l-1.6-.6c.36-.29.79-.46 1.26-.46.53 0 1.04.21 1.41.59.73.73.77 1.88.13 2.67z"})
"EmojiNatureRounded"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_nature_sharp.cljs
================================================
(ns reagent-mui.icons.emoji-nature-sharp
"Imports @mui/icons-material/EmojiNatureSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-nature-sharp (create-svg-icon (e "path" #js {"d" "M21.94 4.88c-.18-.53-.69-.88-1.26-.88H19.6l-.31-.97C19.15 2.43 18.61 2 18 2s-1.15.43-1.29 1.04L16.4 4h-1.07c-.57 0-1.08.35-1.26.88-.19.56.04 1.17.56 1.48l.87.52-.4 1.24c-.23.58-.04 1.25.45 1.62.23.17.51.26.78.26.31 0 .61-.11.86-.32l.81-.7.81.7c.25.21.55.32.86.32.27 0 .55-.09.78-.26.5-.37.68-1.04.45-1.62l-.39-1.24.87-.52c.51-.31.74-.92.56-1.48zM18 7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-4.51 3.51c-.43-.43-.94-.73-1.49-.93V8h-1v1.38c-.11-.01-.23-.03-.34-.03-1.02 0-2.05.39-2.83 1.17-.16.16-.3.34-.43.53L6 10.52c-1.56-.55-3.28.27-3.83 1.82-.27.75-.23 1.57.12 2.29.23.48.58.87 1 1.16-.38 1.35-.06 2.85 1 3.91s2.57 1.38 3.91 1c.29.42.68.77 1.16 1 .42.2.85.3 1.29.3.34 0 .68-.06 1.01-.17 1.56-.55 2.38-2.27 1.82-3.85l-.52-1.37c.18-.13.36-.27.53-.43.87-.87 1.24-2.04 1.14-3.17H16v-1h-1.59c-.19-.55-.49-1.06-.92-1.5zm-8.82 3.78c-.25-.09-.45-.27-.57-.51s-.13-.51-.04-.76c.19-.52.76-.79 1.26-.61l3.16 1.19c-1.15.6-2.63 1.11-3.81.69zm6.32 5.65c-.25.09-.52.08-.76-.04-.24-.11-.42-.32-.51-.57-.42-1.18.09-2.65.7-3.8l1.18 3.13c.18.52-.09 1.1-.61 1.28zm1.21-5.34-.61-1.61c0-.01-.01-.02-.02-.03l-.06-.12c-.02-.04-.04-.07-.07-.11l-.09-.09-.09-.09c-.03-.03-.07-.05-.11-.07-.04-.02-.07-.05-.12-.06-.01 0-.02-.01-.03-.02l-1.6-.6c.36-.29.79-.46 1.26-.46.53 0 1.04.21 1.41.59.73.73.77 1.88.13 2.67z"})
"EmojiNatureSharp"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_nature_two_tone.cljs
================================================
(ns reagent-mui.icons.emoji-nature-two-tone
"Imports @mui/icons-material/EmojiNatureTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-nature-two-tone (create-svg-icon [(e "circle" #js {"cx" "18", "cy" "6", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M21.94 4.88c-.19-.55-.75-.92-1.36-.88h-.98l-.31-.97C19.15 2.43 18.61 2 18 2s-1.15.43-1.29 1.04L16.4 4h-.98c-.61-.04-1.16.32-1.35.88-.19.56.04 1.17.56 1.48l.87.52-.4 1.24c-.23.58-.04 1.25.45 1.62.5.37 1.17.35 1.64-.06l.81-.7.81.7c.47.4 1.15.43 1.64.06.5-.37.68-1.04.45-1.62l-.39-1.24.87-.52c.51-.31.74-.92.56-1.48zM18 7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "M6.1 17.9c.53.53 1.27.69 1.94.5-.03-1.19.35-2.37.92-3.36-1 .57-2.17.95-3.36.92-.19.67-.02 1.41.5 1.94zm3.55-6.35 1.61.66c.25.1.44.3.54.54l.66 1.61c.75-.78.74-2.01-.03-2.78-.77-.78-2-.78-2.78-.03z", "opacity" ".3"}) (e "path" #js {"d" "M14.86 12c-.17-.67-.5-1.31-1.03-1.84-.52-.52-1.16-.85-1.83-1.02V7h-1v2c-1.01.01-2.02.39-2.79 1.16l-.56.56-1.53-.63c-1.52-.63-3.27.1-3.89 1.62-.6 1.46.05 3.11 1.44 3.8-.33 1.31 0 2.76 1.03 3.79 1.03 1.03 2.48 1.36 3.79 1.03.69 1.39 2.34 2.04 3.8 1.44 1.52-.63 2.25-2.37 1.62-3.89l-.63-1.53.56-.56C14.61 15.02 15 14.01 15 13h2v-1h-2.14zM4.58 13.8c-.51-.21-.75-.79-.54-1.3.21-.51.79-.75 1.3-.54l2.92 1.2c-1.04.68-2.43 1.15-3.68.64zm3.46 4.6c-.67.19-1.41.02-1.94-.5-.53-.53-.69-1.27-.5-1.94 1.19.03 2.37-.35 3.36-.92-.57.99-.95 2.17-.92 3.36zm3.46 1.56c-.51.21-1.09-.03-1.3-.54-.51-1.25-.04-2.64.64-3.67l1.2 2.92c.21.5-.03 1.09-.54 1.29zm.95-5.61-.66-1.61c-.1-.25-.3-.44-.54-.54l-1.61-.66c.78-.75 2.01-.74 2.78.03.78.77.78 2 .03 2.78z"})]
"EmojiNatureTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_objects.cljs
================================================
(ns reagent-mui.icons.emoji-objects
"Imports @mui/icons-material/EmojiObjects as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-objects (create-svg-icon (e "path" #js {"d" "M12 3c-.46 0-.93.04-1.4.14-2.76.53-4.96 2.76-5.48 5.52-.48 2.61.48 5.01 2.22 6.56.43.38.66.91.66 1.47V19c0 1.1.9 2 2 2h.28c.35.6.98 1 1.72 1s1.38-.4 1.72-1H14c1.1 0 2-.9 2-2v-2.31c0-.55.22-1.09.64-1.46C18.09 13.95 19 12.08 19 10c0-3.87-3.13-7-7-7zm2 16h-4v-1h4v1zm0-2h-4v-1h4v1zm-1.5-5.59V14h-1v-2.59L9.67 9.59l.71-.71L12 10.5l1.62-1.62.71.71-1.83 1.82z"})
"EmojiObjects"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_objects_outlined.cljs
================================================
(ns reagent-mui.icons.emoji-objects-outlined
"Imports @mui/icons-material/EmojiObjectsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-objects-outlined (create-svg-icon [(e "path" #js {"d" "M12 3c-.46 0-.93.04-1.4.14-2.76.53-4.96 2.76-5.48 5.52-.48 2.61.48 5.01 2.22 6.56.43.38.66.91.66 1.47V19c0 1.1.9 2 2 2h.28c.35.6.98 1 1.72 1s1.38-.4 1.72-1H14c1.1 0 2-.9 2-2v-2.31c0-.55.22-1.09.64-1.46C18.09 13.95 19 12.08 19 10c0-3.87-3.13-7-7-7zm2 14h-4v-1h4v1zm-4 2v-1h4v1h-4zm5.31-5.26c-.09.08-.16.18-.24.26H8.92c-.08-.09-.15-.19-.24-.27-1.32-1.18-1.91-2.94-1.59-4.7.36-1.94 1.96-3.55 3.89-3.93.34-.07.68-.1 1.02-.1 2.76 0 5 2.24 5 5 0 1.43-.61 2.79-1.69 3.74z"}) (e "path" #js {"d" "M11.5 11h1v3h-1z"}) (e "path" #js {"d" "m9.6724 9.5808.7071-.7071 2.1214 2.1213-.7071.7071z"}) (e "path" #js {"d" "m12.2081 11.7124-.707-.7071 2.1212-2.1214.7071.7072z"})]
"EmojiObjectsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_objects_rounded.cljs
================================================
(ns reagent-mui.icons.emoji-objects-rounded
"Imports @mui/icons-material/EmojiObjectsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-objects-rounded (create-svg-icon (e "path" #js {"d" "M12 3c-.46 0-.93.04-1.4.14-2.76.53-4.96 2.76-5.48 5.52-.48 2.61.48 5.01 2.22 6.56.43.38.66.91.66 1.47V19c0 1.1.9 2 2 2h.28c.35.6.98 1 1.72 1s1.38-.4 1.72-1H14c1.1 0 2-.9 2-2v-2.31c0-.55.22-1.09.64-1.46C18.09 13.95 19 12.08 19 10c0-3.87-3.13-7-7-7zm.5 11h-1v-2.59L9.67 9.59l.71-.71L12 10.5l1.62-1.62.71.71-1.83 1.83V14zm1 5c-.01 0-.02-.01-.03-.01V19h-2.94v-.01c-.01 0-.02.01-.03.01-.28 0-.5-.22-.5-.5s.22-.5.5-.5c.01 0 .02.01.03.01V18h2.94v.01c.01 0 .02-.01.03-.01.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5z"})
"EmojiObjectsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_objects_sharp.cljs
================================================
(ns reagent-mui.icons.emoji-objects-sharp
"Imports @mui/icons-material/EmojiObjectsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-objects-sharp (create-svg-icon (e "path" #js {"d" "M12 3c-.42 0-.85.04-1.28.11-2.81.5-5.08 2.75-5.6 5.55-.48 2.61.48 5.01 2.22 6.56.43.38.66.91.66 1.47V21h2.28c.35.6.98 1 1.72 1s1.38-.4 1.72-1H16v-4.31c0-.55.22-1.09.64-1.46C18.09 13.95 19 12.08 19 10c0-3.87-3.13-7-7-7zm2 16h-4v-1h4v1zm0-2h-4v-1h4v1zm-1.5-5.59V14h-1v-2.59L9.67 9.59l.71-.71L12 10.5l1.62-1.62.71.71-1.83 1.82z"})
"EmojiObjectsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_objects_two_tone.cljs
================================================
(ns reagent-mui.icons.emoji-objects-two-tone
"Imports @mui/icons-material/EmojiObjectsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-objects-two-tone (create-svg-icon [(e "path" #js {"d" "M10 18h4v1h-4zm0-2h4v1h-4z", "opacity" ".3"}) (e "path" #js {"d" "M12 3c-.46 0-.93.04-1.4.14-2.76.53-4.96 2.76-5.48 5.52-.48 2.61.48 5.01 2.22 6.56.43.38.66.91.66 1.47V19c0 1.1.9 2 2 2h.28c.35.6.98 1 1.72 1s1.38-.4 1.72-1H14c1.1 0 2-.9 2-2v-2.31c0-.55.22-1.09.64-1.46C18.09 13.95 19 12.08 19 10c0-3.87-3.13-7-7-7zm2 16h-4v-1h4v1zm0-2h-4v-1h4v1zm1.31-3.26c-.09.08-.16.18-.24.26H8.92c-.08-.09-.15-.19-.24-.27-1.32-1.18-1.91-2.94-1.59-4.7.36-1.94 1.96-3.55 3.89-3.93.34-.07.68-.1 1.02-.1 2.76 0 5 2.24 5 5 0 1.43-.61 2.79-1.69 3.74z"}) (e "path" #js {"d" "M11.5 11h1v3h-1z"}) (e "path" #js {"d" "m9.6724 9.5808.7071-.7071 2.1214 2.1213-.7071.7071z"}) (e "path" #js {"d" "m12.2081 11.7124-.707-.7071 2.1212-2.1214.7071.7072z"})]
"EmojiObjectsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_people.cljs
================================================
(ns reagent-mui.icons.emoji-people
"Imports @mui/icons-material/EmojiPeople as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-people (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "4", "r" "2"}) (e "path" #js {"d" "M15.89 8.11C15.5 7.72 14.83 7 13.53 7h-2.54C8.24 6.99 6 4.75 6 2H4c0 3.16 2.11 5.84 5 6.71V22h2v-6h2v6h2V10.05L18.95 14l1.41-1.41-4.47-4.48z"})]
"EmojiPeople"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_people_outlined.cljs
================================================
(ns reagent-mui.icons.emoji-people-outlined
"Imports @mui/icons-material/EmojiPeopleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-people-outlined (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "4", "r" "2"}) (e "path" #js {"d" "M15.89 8.11C15.5 7.72 14.83 7 13.53 7h-2.54C8.24 6.99 6 4.75 6 2H4c0 3.16 2.11 5.84 5 6.71V22h2v-6h2v6h2V10.05L18.95 14l1.41-1.41-4.47-4.48z"})]
"EmojiPeopleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_people_rounded.cljs
================================================
(ns reagent-mui.icons.emoji-people-rounded
"Imports @mui/icons-material/EmojiPeopleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-people-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "4", "r" "2"}) (e "path" #js {"d" "M15.89 8.11C15.5 7.72 14.83 7 13.53 7h-2.54c-2.46-.01-4.51-1.8-4.92-4.15-.08-.49-.49-.85-.98-.85-.61 0-1.09.54-1 1.14C4.53 5.8 6.47 7.95 9 8.71V21c0 .55.45 1 1 1s1-.45 1-1v-5h2v5c0 .55.45 1 1 1s1-.45 1-1V10.05l3.24 3.24c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-3.76-3.77z"})]
"EmojiPeopleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_people_sharp.cljs
================================================
(ns reagent-mui.icons.emoji-people-sharp
"Imports @mui/icons-material/EmojiPeopleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-people-sharp (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "4", "r" "2"}) (e "path" #js {"d" "M15.89 8.11C15.5 7.72 14.83 7 13.53 7h-2.54C8.24 6.99 6 4.75 6 2H4c0 3.16 2.11 5.84 5 6.71V22h2v-6h2v6h2V10.05L18.95 14l1.41-1.41-4.47-4.48z"})]
"EmojiPeopleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_people_two_tone.cljs
================================================
(ns reagent-mui.icons.emoji-people-two-tone
"Imports @mui/icons-material/EmojiPeopleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-people-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "4", "r" "2"}) (e "path" #js {"d" "M15.89 8.11C15.5 7.72 14.83 7 13.53 7h-2.54C8.24 6.99 6 4.75 6 2H4c0 3.16 2.11 5.84 5 6.71V22h2v-6h2v6h2V10.05L18.95 14l1.41-1.41-4.47-4.48z"})]
"EmojiPeopleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_symbols.cljs
================================================
(ns reagent-mui.icons.emoji-symbols
"Imports @mui/icons-material/EmojiSymbols as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-symbols (create-svg-icon [(e "path" #js {"d" "M3 2h8v2H3zm3 9h2V7h3V5H3v2h3zm6.4036 9.1819 7.7782-7.7782 1.4142 1.4142-7.7782 7.7782z"}) (e "circle" #js {"cx" "14.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "19.5", "cy" "19.5", "r" "1.5"}) (e "path" #js {"d" "M15.5 11c1.38 0 2.5-1.12 2.5-2.5V4h3V2h-4v4.51c-.42-.32-.93-.51-1.5-.51C14.12 6 13 7.12 13 8.5s1.12 2.5 2.5 2.5zm-5.76 4.96-1.41 1.41-.71-.71.35-.35c.98-.98.98-2.56 0-3.54-.49-.49-1.13-.73-1.77-.73-.64 0-1.28.24-1.77.73-.98.98-.98 2.56 0 3.54l.35.35-1.06 1.06c-.98.98-.98 2.56 0 3.54.5.5 1.14.74 1.78.74s1.28-.24 1.77-.73l1.06-1.06 1.41 1.41 1.41-1.41-1.41-1.41 1.41-1.41-1.41-1.43zM5.85 14.2c.12-.12.26-.15.35-.15s.23.03.35.15c.19.2.19.51 0 .71l-.35.35-.35-.36c-.19-.19-.19-.51 0-.7zm0 5.65c-.12.12-.26.15-.35.15s-.23-.03-.35-.15c-.19-.19-.19-.51 0-.71l1.06-1.06.71.71-1.07 1.06z"})]
"EmojiSymbols"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_symbols_outlined.cljs
================================================
(ns reagent-mui.icons.emoji-symbols-outlined
"Imports @mui/icons-material/EmojiSymbolsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-symbols-outlined (create-svg-icon [(e "path" #js {"d" "M3 2h8v2H3zm3 9h2V7h3V5H3v2h3zm6.4036 9.1819 7.7782-7.7782 1.4142 1.4142-7.7782 7.7782z"}) (e "circle" #js {"cx" "14.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "19.5", "cy" "19.5", "r" "1.5"}) (e "path" #js {"d" "M15.5 11c1.38 0 2.5-1.12 2.5-2.5V4h3V2h-4v4.51c-.42-.32-.93-.51-1.5-.51C14.12 6 13 7.12 13 8.5s1.12 2.5 2.5 2.5zm-5.76 4.96-1.41 1.41-.71-.71.35-.35c.98-.98.98-2.56 0-3.54-.49-.49-1.13-.73-1.77-.73-.64 0-1.28.24-1.77.73-.98.98-.98 2.56 0 3.54l.35.35-1.06 1.06c-.98.98-.98 2.56 0 3.54.5.5 1.14.74 1.78.74s1.28-.24 1.77-.73l1.06-1.06 1.41 1.41 1.41-1.41-1.41-1.41 1.41-1.41-1.41-1.43zM5.85 14.2c.12-.12.26-.15.35-.15s.23.03.35.15c.19.2.19.51 0 .71l-.35.35-.35-.36c-.19-.19-.19-.51 0-.7zm0 5.65c-.12.12-.26.15-.35.15s-.23-.03-.35-.15c-.19-.19-.19-.51 0-.71l1.06-1.06.71.71-1.07 1.06z"})]
"EmojiSymbolsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_symbols_rounded.cljs
================================================
(ns reagent-mui.icons.emoji-symbols-rounded
"Imports @mui/icons-material/EmojiSymbolsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-symbols-rounded (create-svg-icon [(e "path" #js {"d" "M10 5H4c-.55 0-1 .45-1 1s.45 1 1 1h2v3c0 .55.45 1 1 1s1-.45 1-1V7h2c.55 0 1-.45 1-1s-.45-1-1-1zm0-3H4c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm10.89 11.11a.9959.9959 0 0 0-1.41 0l-6.36 6.36c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l6.36-6.36c.39-.39.39-1.02 0-1.41z"}) (e "circle" #js {"cx" "14.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "19.5", "cy" "19.5", "r" "1.5"}) (e "path" #js {"d" "M15.5 11c1.38 0 2.5-1.12 2.5-2.5V4h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1v3.51c-.42-.32-.93-.51-1.5-.51C14.12 6 13 7.12 13 8.5s1.12 2.5 2.5 2.5zm-5.05 7.09c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-.71.71-.71-.71.35-.35c.98-.98.98-2.56 0-3.54-.49-.49-1.13-.73-1.77-.73-.64 0-1.28.24-1.77.73-.98.98-.98 2.56 0 3.54l.35.35-1.06 1.06c-.98.98-.98 2.56 0 3.54.5.48 1.14.72 1.78.72.64 0 1.28-.24 1.77-.73l1.06-1.06.71.71c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-.71-.71.71-.71zm-4.6-3.89c.12-.12.26-.15.35-.15s.23.03.35.15c.19.2.19.51 0 .71l-.35.35-.35-.36c-.12-.12-.15-.26-.15-.35s.03-.23.15-.35zm0 5.65c-.12.12-.26.15-.35.15s-.23-.03-.35-.15c-.12-.12-.15-.26-.15-.35s.03-.23.15-.35l1.06-1.06.71.71-1.07 1.05z"})]
"EmojiSymbolsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_symbols_sharp.cljs
================================================
(ns reagent-mui.icons.emoji-symbols-sharp
"Imports @mui/icons-material/EmojiSymbolsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-symbols-sharp (create-svg-icon [(e "path" #js {"d" "M3 2h8v2H3zm3 9h2V7h3V5H3v2h3zm6.4036 9.1819 7.7782-7.7782 1.4142 1.4142-7.7782 7.7782z"}) (e "circle" #js {"cx" "14.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "19.5", "cy" "19.5", "r" "1.5"}) (e "path" #js {"d" "M15.5 11c1.38 0 2.5-1.12 2.5-2.5V4h3V2h-4v4.51c-.42-.32-.93-.51-1.5-.51C14.12 6 13 7.12 13 8.5s1.12 2.5 2.5 2.5zm-5.76 4.96-1.41 1.41-.71-.71.35-.35c.98-.98.98-2.56 0-3.54-.49-.49-1.13-.73-1.77-.73-.64 0-1.28.24-1.77.73-.98.98-.98 2.56 0 3.54l.35.35-1.06 1.06c-.98.98-.98 2.56 0 3.54.5.5 1.14.74 1.78.74s1.28-.24 1.77-.73l1.06-1.06 1.41 1.41 1.41-1.41-1.41-1.41 1.41-1.41-1.41-1.43zM5.85 14.2c.12-.12.26-.15.35-.15s.23.03.35.15c.19.2.19.51 0 .71l-.35.35-.35-.36c-.19-.19-.19-.51 0-.7zm0 5.65c-.12.12-.26.15-.35.15s-.23-.03-.35-.15c-.19-.19-.19-.51 0-.71l1.06-1.06.71.71-1.07 1.06z"})]
"EmojiSymbolsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_symbols_two_tone.cljs
================================================
(ns reagent-mui.icons.emoji-symbols-two-tone
"Imports @mui/icons-material/EmojiSymbolsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-symbols-two-tone (create-svg-icon [(e "path" #js {"d" "M3 2h8v2H3zm3 9h2V7h3V5H3v2h3zm6.4036 9.1819 7.7782-7.7782 1.4142 1.4142-7.7782 7.7782z"}) (e "circle" #js {"cx" "14.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "19.5", "cy" "19.5", "r" "1.5"}) (e "path" #js {"d" "M15.5 11c1.38 0 2.5-1.12 2.5-2.5V4h3V2h-4v4.51c-.42-.32-.93-.51-1.5-.51C14.12 6 13 7.12 13 8.5s1.12 2.5 2.5 2.5zm-5.76 4.96-1.41 1.41-.71-.71.35-.35c.98-.98.98-2.56 0-3.54-.49-.49-1.13-.73-1.77-.73-.64 0-1.28.24-1.77.73-.98.98-.98 2.56 0 3.54l.35.35-1.06 1.06c-.98.98-.98 2.56 0 3.54.5.5 1.14.74 1.78.74s1.28-.24 1.77-.73l1.06-1.06 1.41 1.41 1.41-1.41-1.41-1.41 1.41-1.41-1.41-1.43zM5.85 14.2c.12-.12.26-.15.35-.15s.23.03.35.15c.19.2.19.51 0 .71l-.35.35-.35-.36c-.19-.19-.19-.51 0-.7zm0 5.65c-.12.12-.26.15-.35.15s-.23-.03-.35-.15c-.19-.19-.19-.51 0-.71l1.06-1.06.71.71-1.07 1.06z"})]
"EmojiSymbolsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_transportation.cljs
================================================
(ns reagent-mui.icons.emoji-transportation
"Imports @mui/icons-material/EmojiTransportation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-transportation (create-svg-icon [(e "path" #js {"d" "M20.57 10.66c-.14-.4-.52-.66-.97-.66h-7.19c-.46 0-.83.26-.98.66L10 14.77l.01 5.51c0 .38.31.72.69.72h.62c.38 0 .68-.38.68-.76V19h8v1.24c0 .38.31.76.69.76h.61c.38 0 .69-.34.69-.72l.01-1.37v-4.14l-1.43-4.11zm-8.16.34h7.19l1.03 3h-9.25l1.03-3zM12 17c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "M14 9h1V3H7v5H2v13h1V9h5V4h6z"}) (e "path" #js {"d" "M5 11h2v2H5zm5-6h2v2h-2zM5 15h2v2H5zm0 4h2v2H5z"})]
"EmojiTransportation"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_transportation_outlined.cljs
================================================
(ns reagent-mui.icons.emoji-transportation-outlined
"Imports @mui/icons-material/EmojiTransportationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-transportation-outlined (create-svg-icon [(e "path" #js {"d" "M20.57 10.66c-.14-.4-.52-.66-.97-.66h-7.19c-.46 0-.83.26-.98.66L10 14.77l.01 5.51c0 .38.31.72.69.72h.62c.38 0 .68-.38.68-.76V19h8v1.24c0 .38.31.76.69.76h.61c.38 0 .69-.34.69-.72l.01-1.37v-4.14l-1.43-4.11zm-8.16.34h7.19l1.03 3h-9.25l1.03-3zM12 17c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "M14 9h1V3H7v5H2v13h1V9h5V4h6z"}) (e "path" #js {"d" "M5 11h2v2H5zm5-6h2v2h-2zM5 15h2v2H5zm0 4h2v2H5z"})]
"EmojiTransportationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_transportation_rounded.cljs
================================================
(ns reagent-mui.icons.emoji-transportation-rounded
"Imports @mui/icons-material/EmojiTransportationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-transportation-rounded (create-svg-icon [(e "path" #js {"d" "m21.99 14.77-1.43-4.11c-.14-.4-.52-.66-.97-.66H12.4c-.46 0-.83.26-.98.66L10 14.77v5.24c0 .55.45.99 1 .99s1-.45 1-1v-1h8v1c0 .55.45 1 1 1s.99-.44 1-.99l-.01-5.24zm-10.38-1.43.69-2c.05-.2.24-.34.46-.34h6.48c.21 0 .4.14.47.34l.69 2c.11.32-.13.66-.47.66h-7.85c-.34 0-.58-.34-.47-.66zm.38 3.66c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "M14 4.5V9h1V4c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v4H3c-.55 0-1 .45-1 1v12h1V9.5c0-.28.22-.5.5-.5h4c.28 0 .5-.22.5-.5v-4c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5z"}) (e "path" #js {"d" "M5 11h2v2H5zm5-6h2v2h-2zM5 15h2v2H5zm0 4h2v2H5z"})]
"EmojiTransportationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_transportation_sharp.cljs
================================================
(ns reagent-mui.icons.emoji-transportation-sharp
"Imports @mui/icons-material/EmojiTransportationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-transportation-sharp (create-svg-icon [(e "path" #js {"d" "M20.57 10.66c-.14-.4-.52-.66-.97-.66h-7.19c-.46 0-.83.26-.98.66L10 14.77l.01 5.51c0 .38.31.72.69.72h.62c.38 0 .68-.38.68-.76V19h8v1.24c0 .38.31.76.69.76h.61c.38 0 .69-.34.69-.72l.01-1.37v-4.14l-1.43-4.11zm-8.16.34h7.19l1.03 3h-9.25l1.03-3zM12 17c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "M14 9h1V3H7v5H2v13h1V9h5V4h6z"}) (e "path" #js {"d" "M5 11h2v2H5zm5-6h2v2h-2zM5 15h2v2H5zm0 4h2v2H5z"})]
"EmojiTransportationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/emoji_transportation_two_tone.cljs
================================================
(ns reagent-mui.icons.emoji-transportation-two-tone
"Imports @mui/icons-material/EmojiTransportationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def emoji-transportation-two-tone (create-svg-icon [(e "path" #js {"d" "M20.57 10.66c-.14-.4-.52-.66-.97-.66h-7.19c-.46 0-.83.26-.98.66L10 14.77l.01 5.51c0 .38.31.72.69.72h.62c.38 0 .68-.38.68-.76V19h8v1.24c0 .38.31.76.69.76h.61c.38 0 .69-.34.69-.72l.01-1.37v-4.14l-1.43-4.11zm-8.16.34h7.19l1.03 3h-9.25l1.03-3zM12 17c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "M14 9h1V3H7v5H2v13h1V9h5V4h6z"}) (e "path" #js {"d" "M5 11h2v2H5zm5-6h2v2h-2zM5 15h2v2H5zm0 4h2v2H5z"})]
"EmojiTransportationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/energy_savings_leaf.cljs
================================================
(ns reagent-mui.icons.energy-savings-leaf
"Imports @mui/icons-material/EnergySavingsLeaf as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def energy-savings-leaf (create-svg-icon (e "path" #js {"d" "M12 3c-4.8 0-9 3.86-9 9 0 2.12.74 4.07 1.97 5.61L3 19.59 4.41 21l1.97-1.97C7.93 20.26 9.88 21 12 21c2.3 0 4.61-.88 6.36-2.64C20.12 16.61 21 14.3 21 12V3h-9zm3.83 9.26-5.16 4.63c-.16.15-.41.14-.56-.01-.14-.14-.16-.36-.04-.52l2.44-3.33-4.05-.4c-.44-.04-.63-.59-.3-.89l5.16-4.63c.16-.15.41-.14.56.01.14.14.16.36.04.52l-2.44 3.33 4.05.4c.45.04.63.59.3.89z"})
"EnergySavingsLeaf"))
================================================
FILE: src/icons/reagent_mui/icons/energy_savings_leaf_outlined.cljs
================================================
(ns reagent-mui.icons.energy-savings-leaf-outlined
"Imports @mui/icons-material/EnergySavingsLeafOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def energy-savings-leaf-outlined (create-svg-icon [(e "path" #js {"d" "M12 3c-4.8 0-9 3.86-9 9 0 2.12.74 4.07 1.97 5.61L3 19.59 4.41 21l1.97-1.97C7.93 20.26 9.88 21 12 21c2.3 0 4.61-.88 6.36-2.64C20.12 16.61 21 14.3 21 12V3h-9zm7 9c0 1.87-.73 3.63-2.05 4.95C15.63 18.27 13.87 19 12 19c-3.86 0-7-3.14-7-7 0-1.9.74-3.68 2.1-4.99C8.42 5.71 10.16 5 12 5h7v7z"}) (e "path" #js {"d" "m8.46 12.63 4.05.4-2.44 3.33c-.11.16-.1.38.04.52.15.15.4.16.56.01l5.16-4.63c.33-.3.15-.85-.3-.89l-4.05-.4 2.44-3.33c.11-.16.1-.38-.04-.52-.15-.15-.4-.16-.56-.01l-5.16 4.63c-.32.3-.14.85.3.89z"})]
"EnergySavingsLeafOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/energy_savings_leaf_rounded.cljs
================================================
(ns reagent-mui.icons.energy-savings-leaf-rounded
"Imports @mui/icons-material/EnergySavingsLeafRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def energy-savings-leaf-rounded (create-svg-icon (e "path" #js {"d" "M12 3c-4.8 0-9 3.86-9 9 0 2.12.74 4.07 1.97 5.61l-1.68 1.68c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l1.68-1.68C7.93 20.26 9.88 21 12 21c2.3 0 4.61-.88 6.36-2.64C20.12 16.61 21 14.3 21 12V5c0-1.1-.9-2-2-2h-7zm3.83 9.26-5.16 4.63c-.16.15-.41.14-.56-.01-.14-.14-.16-.36-.04-.52l2.44-3.33-4.05-.4c-.44-.04-.63-.59-.3-.89l5.16-4.63c.16-.15.41-.14.56.01.14.14.16.36.04.52l-2.44 3.33 4.05.4c.45.04.63.59.3.89z"})
"EnergySavingsLeafRounded"))
================================================
FILE: src/icons/reagent_mui/icons/energy_savings_leaf_sharp.cljs
================================================
(ns reagent-mui.icons.energy-savings-leaf-sharp
"Imports @mui/icons-material/EnergySavingsLeafSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def energy-savings-leaf-sharp (create-svg-icon (e "path" #js {"d" "M12 3c-4.8 0-9 3.86-9 9 0 2.12.74 4.07 1.97 5.61L3 19.59 4.41 21l1.97-1.97C7.93 20.26 9.88 21 12 21c2.3 0 4.61-.88 6.36-2.64C20.12 16.61 21 14.3 21 12V3h-9zm-1.5 14-.5-.5 2.5-3.5-5-.5 6-5.5.5.5-2.5 3.5 5 .5-6 5.5z"})
"EnergySavingsLeafSharp"))
================================================
FILE: src/icons/reagent_mui/icons/energy_savings_leaf_two_tone.cljs
================================================
(ns reagent-mui.icons.energy-savings-leaf-two-tone
"Imports @mui/icons-material/EnergySavingsLeafTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def energy-savings-leaf-two-tone (create-svg-icon [(e "path" #js {"d" "M7.1 7.01C5.74 8.32 5 10.1 5 12c0 3.86 3.14 7 7 7 1.87 0 3.63-.73 4.95-2.05C18.27 15.63 19 13.87 19 12V5h-7c-1.84 0-3.58.71-4.9 2.01zm6.78.11c.14.14.16.36.04.52l-2.44 3.33 4.05.4c.44.04.63.59.3.89l-5.16 4.63c-.16.15-.41.14-.56-.01-.14-.14-.16-.36-.04-.52l2.44-3.33-4.05-.4c-.44-.04-.63-.59-.3-.89l5.16-4.63c.16-.15.41-.14.56.01z", "opacity" ".3"}) (e "path" #js {"d" "M12 3c-4.8 0-9 3.86-9 9 0 2.12.74 4.07 1.97 5.61L3 19.59 4.41 21l1.97-1.97C7.93 20.26 9.88 21 12 21c2.3 0 4.61-.88 6.36-2.64C20.12 16.61 21 14.3 21 12V3h-9zm7 9c0 1.87-.73 3.63-2.05 4.95C15.63 18.27 13.87 19 12 19c-3.86 0-7-3.14-7-7 0-1.9.74-3.68 2.1-4.99C8.42 5.71 10.16 5 12 5h7v7z"}) (e "path" #js {"d" "m8.46 12.63 4.05.4-2.44 3.33c-.11.16-.1.38.04.52.15.15.4.16.56.01l5.16-4.63c.33-.3.15-.85-.3-.89l-4.05-.4 2.44-3.33c.11-.16.1-.38-.04-.52-.15-.15-.4-.16-.56-.01l-5.16 4.63c-.32.3-.14.85.3.89z"})]
"EnergySavingsLeafTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/engineering.cljs
================================================
(ns reagent-mui.icons.engineering
"Imports @mui/icons-material/Engineering as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def engineering (create-svg-icon (e "path" #js {"d" "M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm13.1-8.16c.01-.11.02-.22.02-.34 0-.12-.01-.23-.03-.34l.74-.58c.07-.05.08-.15.04-.22l-.7-1.21c-.04-.08-.14-.1-.21-.08l-.86.35c-.18-.14-.38-.25-.59-.34l-.13-.93c-.02-.09-.09-.15-.18-.15h-1.4c-.09 0-.16.06-.17.15l-.13.93c-.21.09-.41.21-.59.34l-.87-.35c-.08-.03-.17 0-.21.08l-.7 1.21c-.04.08-.03.17.04.22l.74.58c-.02.11-.03.23-.03.34 0 .11.01.23.03.34l-.74.58c-.07.05-.08.15-.04.22l.7 1.21c.04.08.14.1.21.08l.87-.35c.18.14.38.25.59.34l.13.93c.01.09.08.15.17.15h1.4c.09 0 .16-.06.17-.15l.13-.93c.21-.09.41-.21.59-.34l.87.35c.08.03.17 0 .21-.08l.7-1.21c.04-.08.03-.17-.04-.22l-.73-.58zm-2.6.91c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zm.42 3.93-.5-.87c-.03-.06-.1-.08-.15-.06l-.62.25c-.13-.1-.27-.18-.42-.24l-.09-.66c-.02-.06-.08-.1-.14-.1h-1c-.06 0-.11.04-.12.11l-.09.66c-.15.06-.29.15-.42.24l-.62-.25c-.06-.02-.12 0-.15.06l-.5.87c-.03.06-.02.12.03.16l.53.41c-.01.08-.02.16-.02.24 0 .08.01.17.02.24l-.53.41c-.05.04-.06.11-.03.16l.5.87c.03.06.1.08.15.06l.62-.25c.13.1.27.18.42.24l.09.66c.01.07.06.11.12.11h1c.06 0 .12-.04.12-.11l.09-.66c.15-.06.29-.15.42-.24l.62.25c.06.02.12 0 .15-.06l.5-.87c.03-.06.02-.12-.03-.16l-.52-.41c.01-.08.02-.16.02-.24 0-.08-.01-.17-.02-.24l.53-.41c.05-.04.06-.11.04-.17zm-2.42 1.65c-.46 0-.83-.38-.83-.83 0-.46.38-.83.83-.83s.83.38.83.83c0 .46-.37.83-.83.83zM4.74 9h8.53c.27 0 .49-.22.49-.49v-.02c0-.27-.22-.49-.49-.49H13c0-1.48-.81-2.75-2-3.45v.95c0 .28-.22.5-.5.5s-.5-.22-.5-.5V4.14C9.68 4.06 9.35 4 9 4s-.68.06-1 .14V5.5c0 .28-.22.5-.5.5S7 5.78 7 5.5v-.95C5.81 5.25 5 6.52 5 8h-.26c-.27 0-.49.22-.49.49v.03c0 .26.22.48.49.48zM9 13c1.86 0 3.41-1.28 3.86-3H5.14c.45 1.72 2 3 3.86 3z"})
"Engineering"))
================================================
FILE: src/icons/reagent_mui/icons/engineering_outlined.cljs
================================================
(ns reagent-mui.icons.engineering-outlined
"Imports @mui/icons-material/EngineeringOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def engineering-outlined (create-svg-icon (e "path" #js {"d" "M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm-6 4c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2H3zM4.74 9H5c0 2.21 1.79 4 4 4s4-1.79 4-4h.26c.27 0 .49-.22.49-.49v-.02c0-.27-.22-.49-.49-.49H13c0-1.48-.81-2.75-2-3.45v.95c0 .28-.22.5-.5.5s-.5-.22-.5-.5V4.14C9.68 4.06 9.35 4 9 4s-.68.06-1 .14V5.5c0 .28-.22.5-.5.5S7 5.78 7 5.5v-.95C5.81 5.25 5 6.52 5 8h-.26c-.27 0-.49.22-.49.49v.03c0 .26.22.48.49.48zM11 9c0 1.1-.9 2-2 2s-2-.9-2-2h4zm10.98-2.77.93-.83-.75-1.3-1.19.39c-.14-.11-.3-.2-.47-.27L20.25 3h-1.5l-.25 1.22c-.17.07-.33.16-.48.27l-1.18-.39-.75 1.3.93.83c-.02.17-.02.35 0 .52l-.93.85.75 1.3 1.2-.38c.13.1.28.18.43.25l.28 1.23h1.5l.27-1.22c.16-.07.3-.15.44-.25l1.19.38.75-1.3-.93-.85c.03-.19.02-.36.01-.53zM19.5 7.75c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zm-.1 3.04-.85.28c-.1-.08-.21-.14-.33-.19l-.18-.88h-1.07l-.18.87c-.12.05-.24.12-.34.19l-.84-.28-.54.93.66.59c-.01.13-.01.25 0 .37l-.66.61.54.93.86-.27c.1.07.2.13.31.18l.18.88h1.07l.19-.87c.11-.05.22-.11.32-.18l.85.27.54-.93-.66-.61c.01-.13.01-.25 0-.37l.66-.59-.53-.93zm-1.9 2.6c-.49 0-.89-.4-.89-.89s.4-.89.89-.89.89.4.89.89-.4.89-.89.89z"})
"EngineeringOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/engineering_rounded.cljs
================================================
(ns reagent-mui.icons.engineering-rounded
"Imports @mui/icons-material/EngineeringRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def engineering-rounded (create-svg-icon (e "path" #js {"d" "M9 15c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4zM4.74 9h8.53c.27 0 .49-.22.49-.49v-.02c0-.27-.22-.49-.49-.49H13c0-1.48-.81-2.75-2-3.45v.95c0 .28-.22.5-.5.5s-.5-.22-.5-.5V4.14C9.68 4.06 9.35 4 9 4s-.68.06-1 .14V5.5c0 .28-.22.5-.5.5S7 5.78 7 5.5v-.95C5.81 5.25 5 6.52 5 8h-.26c-.27 0-.49.22-.49.49v.03c0 .26.22.48.49.48zM9 13c1.86 0 3.41-1.28 3.86-3H5.14c.45 1.72 2 3 3.86 3zm12.98-6.77.93-.83-.75-1.3-1.19.39c-.14-.11-.3-.2-.47-.27L20.25 3h-1.5l-.25 1.22c-.17.07-.33.16-.48.27l-1.18-.39-.75 1.3.93.83c-.02.17-.02.35 0 .52l-.93.85.75 1.3 1.2-.38c.13.1.28.18.43.25l.28 1.23h1.5l.27-1.22c.16-.07.3-.15.44-.25l1.19.38.75-1.3-.93-.85c.03-.19.02-.36.01-.53zM19.5 7.75c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zm-.1 3.04-.85.28c-.1-.08-.21-.14-.33-.19l-.18-.88h-1.07l-.18.87c-.12.05-.24.12-.34.19l-.84-.28-.54.93.66.59c-.01.13-.01.25 0 .37l-.66.61.54.93.86-.27c.1.07.2.13.31.18l.18.88h1.07l.19-.87c.11-.05.22-.11.32-.18l.85.27.54-.93-.66-.61c.01-.13.01-.25 0-.37l.66-.59-.53-.93zm-1.9 2.6c-.49 0-.89-.4-.89-.89s.4-.89.89-.89.89.4.89.89-.4.89-.89.89z"})
"EngineeringRounded"))
================================================
FILE: src/icons/reagent_mui/icons/engineering_sharp.cljs
================================================
(ns reagent-mui.icons.engineering-sharp
"Imports @mui/icons-material/EngineeringSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def engineering-sharp (create-svg-icon (e "path" #js {"d" "M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm4.75-7H13c0-1.48-.81-2.75-2-3.45v.95c0 .28-.22.5-.5.5s-.5-.22-.5-.5V4.14C9.68 4.06 9.35 4 9 4s-.68.06-1 .14V5.5c0 .28-.22.5-.5.5S7 5.78 7 5.5v-.95C5.81 5.25 5 6.52 5 8h-.75v1h9.5V8zM9 13c1.86 0 3.41-1.28 3.86-3H5.14c.45 1.72 2 3 3.86 3zm12.98-6.77.93-.83-.75-1.3-1.19.39c-.14-.11-.3-.2-.47-.27L20.25 3h-1.5l-.25 1.22c-.17.07-.33.16-.48.27l-1.18-.39-.75 1.3.93.83c-.02.17-.02.35 0 .52l-.93.85.75 1.3 1.2-.38c.13.1.28.18.43.25l.28 1.23h1.5l.27-1.22c.16-.07.3-.15.44-.25l1.19.38.75-1.3-.93-.85c.03-.19.02-.36.01-.53zM19.5 7.75c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zm-.1 3.04-.85.28c-.1-.08-.21-.14-.33-.19l-.18-.88h-1.07l-.18.87c-.12.05-.24.12-.34.19l-.84-.28-.54.93.66.59c-.01.13-.01.25 0 .37l-.66.61.54.93.86-.27c.1.07.2.13.31.18l.18.88h1.07l.19-.87c.11-.05.22-.11.32-.18l.85.27.54-.93-.66-.61c.01-.13.01-.25 0-.37l.66-.59-.53-.93zm-1.9 2.6c-.49 0-.89-.4-.89-.89s.4-.89.89-.89.89.4.89.89-.4.89-.89.89z"})
"EngineeringSharp"))
================================================
FILE: src/icons/reagent_mui/icons/engineering_two_tone.cljs
================================================
(ns reagent-mui.icons.engineering-two-tone
"Imports @mui/icons-material/EngineeringTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def engineering-two-tone (create-svg-icon [(e "path" #js {"d" "M9 11c1.1 0 2-.9 2-2H7c0 1.1.9 2 2 2zM7.5 6c.28 0 .5-.22.5-.5V4.14c-.36.09-.69.23-1 .41v.95c0 .28.22.5.5.5zm3 0c.28 0 .5-.22.5-.5v-.95c-.31-.18-.64-.32-1-.41V5.5c0 .28.22.5.5.5zM9 17c-2.69 0-5.77 1.28-6 2h12c-.2-.71-3.3-2-6-2z", "opacity" ".3"}) (e "path" #js {"d" "M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm-6 4c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2H3zM4.74 9H5c0 2.21 1.79 4 4 4s4-1.79 4-4h.26c.27 0 .49-.22.49-.49v-.02c0-.27-.22-.49-.49-.49H13c0-1.48-.81-2.75-2-3.45v.95c0 .28-.22.5-.5.5s-.5-.22-.5-.5V4.14C9.68 4.06 9.35 4 9 4s-.68.06-1 .14V5.5c0 .28-.22.5-.5.5S7 5.78 7 5.5v-.95C5.81 5.25 5 6.52 5 8h-.26c-.27 0-.49.22-.49.49v.03c0 .26.22.48.49.48zM11 9c0 1.1-.9 2-2 2s-2-.9-2-2h4zm10.98-2.77.93-.83-.75-1.3-1.19.39c-.14-.11-.3-.2-.47-.27L20.25 3h-1.5l-.25 1.22c-.17.07-.33.16-.48.27l-1.18-.39-.75 1.3.93.83c-.02.17-.02.35 0 .52l-.93.85.75 1.3 1.2-.38c.13.1.28.18.43.25l.28 1.23h1.5l.27-1.22c.16-.07.3-.15.44-.25l1.19.38.75-1.3-.93-.85c.03-.19.02-.36.01-.53zM19.5 7.75c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zm-.23 4.56.66-.59-.54-.93-.85.28c-.1-.08-.21-.14-.33-.19l-.17-.88h-1.07l-.18.87c-.12.05-.24.12-.34.19l-.84-.28-.54.93.66.59c-.01.13-.01.25 0 .37l-.66.61.54.93.86-.27c.1.07.2.13.31.18l.18.88h1.07l.19-.87c.11-.05.22-.11.32-.18l.85.27.54-.93-.66-.61c.01-.13.01-.25 0-.37zm-1.77 1.08c-.49 0-.89-.4-.89-.89s.4-.89.89-.89.89.4.89.89-.4.89-.89.89z"})]
"EngineeringTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/enhanced_encryption.cljs
================================================
(ns reagent-mui.icons.enhanced-encryption
"Imports @mui/icons-material/EnhancedEncryption as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def enhanced-encryption (create-svg-icon (e "path" #js {"d" "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2H8.9V6zM16 16h-3v3h-2v-3H8v-2h3v-3h2v3h3v2z"})
"EnhancedEncryption"))
================================================
FILE: src/icons/reagent_mui/icons/enhanced_encryption_outlined.cljs
================================================
(ns reagent-mui.icons.enhanced-encryption-outlined
"Imports @mui/icons-material/EnhancedEncryptionOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def enhanced-encryption-outlined (create-svg-icon (e "path" #js {"d" "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM8.9 6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H8.9V6zM18 20H6V10h12v10zm-5-9h-2v3H8v2h3v3h2v-3h3v-2h-3z"})
"EnhancedEncryptionOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/enhanced_encryption_rounded.cljs
================================================
(ns reagent-mui.icons.enhanced-encryption-rounded
"Imports @mui/icons-material/EnhancedEncryptionRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def enhanced-encryption-rounded (create-svg-icon (e "path" #js {"d" "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2H8.9V6zM15 16h-2v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H9c-.55 0-1-.45-1-1s.45-1 1-1h2v-2c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1z"})
"EnhancedEncryptionRounded"))
================================================
FILE: src/icons/reagent_mui/icons/enhanced_encryption_sharp.cljs
================================================
(ns reagent-mui.icons.enhanced-encryption-sharp
"Imports @mui/icons-material/EnhancedEncryptionSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def enhanced-encryption-sharp (create-svg-icon (e "path" #js {"d" "M20 8h-3V6.22c0-2.61-1.91-4.94-4.51-5.19C9.51.74 7 3.08 7 6v2H4v14h16V8zM8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2H8.9V6zM16 16h-3v3h-2v-3H8v-2h3v-3h2v3h3v2z"})
"EnhancedEncryptionSharp"))
================================================
FILE: src/icons/reagent_mui/icons/enhanced_encryption_two_tone.cljs
================================================
(ns reagent-mui.icons.enhanced-encryption-two-tone
"Imports @mui/icons-material/EnhancedEncryptionTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def enhanced-encryption-two-tone (create-svg-icon [(e "path" #js {"d" "M6 20h12V10H6v10zm2-6h3v-3h2v3h3v2h-3v3h-2v-3H8v-2z", "opacity" ".3"}) (e "path" #js {"d" "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM8.9 6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H8.9V6zM18 20H6V10h12v10zm-7-1h2v-3h3v-2h-3v-3h-2v3H8v2h3z"})]
"EnhancedEncryptionTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/equalizer.cljs
================================================
(ns reagent-mui.icons.equalizer
"Imports @mui/icons-material/Equalizer as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def equalizer (create-svg-icon (e "path" #js {"d" "M10 20h4V4h-4v16zm-6 0h4v-8H4v8zM16 9v11h4V9h-4z"})
"Equalizer"))
================================================
FILE: src/icons/reagent_mui/icons/equalizer_outlined.cljs
================================================
(ns reagent-mui.icons.equalizer-outlined
"Imports @mui/icons-material/EqualizerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def equalizer-outlined (create-svg-icon (e "path" #js {"d" "M10 20h4V4h-4v16zm-6 0h4v-8H4v8zM16 9v11h4V9h-4z"})
"EqualizerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/equalizer_rounded.cljs
================================================
(ns reagent-mui.icons.equalizer-rounded
"Imports @mui/icons-material/EqualizerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def equalizer-rounded (create-svg-icon (e "path" #js {"d" "M12 20c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2s-2 .9-2 2v12c0 1.1.9 2 2 2zm-6 0c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2s-2 .9-2 2v4c0 1.1.9 2 2 2zm10-9v7c0 1.1.9 2 2 2s2-.9 2-2v-7c0-1.1-.9-2-2-2s-2 .9-2 2z"})
"EqualizerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/equalizer_sharp.cljs
================================================
(ns reagent-mui.icons.equalizer-sharp
"Imports @mui/icons-material/EqualizerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def equalizer-sharp (create-svg-icon (e "path" #js {"d" "M10 20h4V4h-4v16zm-6 0h4v-8H4v8zM16 9v11h4V9h-4z"})
"EqualizerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/equalizer_two_tone.cljs
================================================
(ns reagent-mui.icons.equalizer-two-tone
"Imports @mui/icons-material/EqualizerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def equalizer-two-tone (create-svg-icon (e "path" #js {"d" "M16 9h4v11h-4zm-6-5h4v16h-4zm-6 8h4v8H4z"})
"EqualizerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/error.cljs
================================================
(ns reagent-mui.icons.error
"Imports @mui/icons-material/Error as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def error (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"})
"Error"))
================================================
FILE: src/icons/reagent_mui/icons/error_outline.cljs
================================================
(ns reagent-mui.icons.error-outline
"Imports @mui/icons-material/ErrorOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def error-outline (create-svg-icon (e "path" #js {"d" "M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"ErrorOutline"))
================================================
FILE: src/icons/reagent_mui/icons/error_outline_outlined.cljs
================================================
(ns reagent-mui.icons.error-outline-outlined
"Imports @mui/icons-material/ErrorOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def error-outline-outlined (create-svg-icon (e "path" #js {"d" "M11 15h2v2h-2v-2zm0-8h2v6h-2V7zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"ErrorOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/error_outline_rounded.cljs
================================================
(ns reagent-mui.icons.error-outline-rounded
"Imports @mui/icons-material/ErrorOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def error-outline-rounded (create-svg-icon (e "path" #js {"d" "M12 7c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1zm-.01-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm1-3h-2v-2h2v2z"})
"ErrorOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/error_outline_sharp.cljs
================================================
(ns reagent-mui.icons.error-outline-sharp
"Imports @mui/icons-material/ErrorOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def error-outline-sharp (create-svg-icon (e "path" #js {"d" "M11 15h2v2h-2v-2zm0-8h2v6h-2V7zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"ErrorOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/error_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.error-outline-two-tone
"Imports @mui/icons-material/ErrorOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def error-outline-two-tone (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-1-5h2v2h-2zm0-8h2v6h-2z"})
"ErrorOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/error_outlined.cljs
================================================
(ns reagent-mui.icons.error-outlined
"Imports @mui/icons-material/ErrorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def error-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"})
"ErrorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/error_rounded.cljs
================================================
(ns reagent-mui.icons.error-rounded
"Imports @mui/icons-material/ErrorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def error-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 11c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1zm1 4h-2v-2h2v2z"})
"ErrorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/error_sharp.cljs
================================================
(ns reagent-mui.icons.error-sharp
"Imports @mui/icons-material/ErrorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def error-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"})
"ErrorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/error_two_tone.cljs
================================================
(ns reagent-mui.icons.error-two-tone
"Imports @mui/icons-material/ErrorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def error-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm1 13h-2v-2h2v2zm0-4h-2V7h2v6z", "opacity" ".3"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-1-5h2v2h-2zm0-8h2v6h-2z"})]
"ErrorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/escalator.cljs
================================================
(ns reagent-mui.icons.escalator
"Imports @mui/icons-material/Escalator as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def escalator (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 6h-1.7l-5 9H7c-.83 0-1.5-.67-1.5-1.5S6.17 15 7 15h1.7l5-9H17c.83 0 1.5.67 1.5 1.5S17.83 9 17 9z"})
"Escalator"))
================================================
FILE: src/icons/reagent_mui/icons/escalator_outlined.cljs
================================================
(ns reagent-mui.icons.escalator-outlined
"Imports @mui/icons-material/EscalatorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def escalator-outlined (create-svg-icon (e "path" #js {"d" "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 3h-3.3l-5 9H7c-.83 0-1.5.67-1.5 1.5S6.17 18 7 18h3.3l5-9H17c.83 0 1.5-.67 1.5-1.5S17.83 6 17 6z"})
"EscalatorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/escalator_rounded.cljs
================================================
(ns reagent-mui.icons.escalator-rounded
"Imports @mui/icons-material/EscalatorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def escalator-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 6h-1.7l-4.71 8.49c-.18.31-.52.51-.88.51H7c-.83 0-1.5-.67-1.5-1.5S6.17 15 7 15h1.7l4.71-8.49c.18-.31.52-.51.88-.51H17c.83 0 1.5.67 1.5 1.5S17.83 9 17 9z"})
"EscalatorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/escalator_sharp.cljs
================================================
(ns reagent-mui.icons.escalator-sharp
"Imports @mui/icons-material/EscalatorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def escalator-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-2.5 6h-3.2l-5 9H5.5v-3h3.2l5-9h4.8v3z"})
"EscalatorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/escalator_two_tone.cljs
================================================
(ns reagent-mui.icons.escalator-two-tone
"Imports @mui/icons-material/EscalatorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def escalator-two-tone (create-svg-icon [(e "path" #js {"d" "M19 5v14H5V5h14m-2 1h-3.3l-5 9H7c-.83 0-1.5.67-1.5 1.5S6.17 18 7 18h3.3l5-9H17c.83 0 1.5-.67 1.5-1.5S17.83 6 17 6z", "opacity" ".3"}) (e "path" #js {"d" "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 3h-3.3l-5 9H7c-.83 0-1.5.67-1.5 1.5S6.17 18 7 18h3.3l5-9H17c.83 0 1.5-.67 1.5-1.5S17.83 6 17 6z"})]
"EscalatorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/escalator_warning.cljs
================================================
(ns reagent-mui.icons.escalator-warning
"Imports @mui/icons-material/EscalatorWarning as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def escalator-warning (create-svg-icon (e "path" #js {"d" "M6.5 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 7.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S17.83 8 17 8s-1.5.67-1.5 1.5zm3 2.5h-2.84c-.58.01-1.14.32-1.45.86l-.92 1.32L9.72 8c-.37-.63-1.03-.99-1.71-1H5c-1.1 0-2 .9-2 2v6h1.5v7h5V11.61L12.03 16h2.2l.77-1.1V22h4v-5h1v-3.5c0-.82-.67-1.5-1.5-1.5z"})
"EscalatorWarning"))
================================================
FILE: src/icons/reagent_mui/icons/escalator_warning_outlined.cljs
================================================
(ns reagent-mui.icons.escalator-warning-outlined
"Imports @mui/icons-material/EscalatorWarningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def escalator-warning-outlined (create-svg-icon (e "path" #js {"d" "M6.5 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 7.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S17.83 8 17 8s-1.5.67-1.5 1.5zm3 2.5h-2.84c-.58.01-1.14.32-1.45.86l-.92 1.32L9.72 8c-.37-.63-1.03-.99-1.71-1H5c-1.1 0-2 .9-2 2v6h1.5v7h5V11.61L12.03 16h2.2l.77-1.1V22h4v-5h1v-3.5c0-.82-.67-1.5-1.5-1.5z"})
"EscalatorWarningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/escalator_warning_rounded.cljs
================================================
(ns reagent-mui.icons.escalator-warning-rounded
"Imports @mui/icons-material/EscalatorWarningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def escalator-warning-rounded (create-svg-icon (e "path" #js {"d" "M6.5 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 7.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S17.83 8 17 8s-1.5.67-1.5 1.5zm3 2.5h-2.84c-.58.01-1.14.32-1.45.86l-.92 1.32L9.72 8c-.37-.63-1.03-.99-1.71-1H5c-1.1 0-2 .9-2 2v5c0 .55.45 1 1 1h.5v6c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-9.39l2.24 3.89c.18.31.51.5.87.5h1.1c.33 0 .63-.16.82-.43l.47-.67V21c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-4c.55 0 1-.45 1-1v-2.5c0-.82-.67-1.5-1.5-1.5z"})
"EscalatorWarningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/escalator_warning_sharp.cljs
================================================
(ns reagent-mui.icons.escalator-warning-sharp
"Imports @mui/icons-material/EscalatorWarningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def escalator-warning-sharp (create-svg-icon (e "path" #js {"d" "M6.5 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 7.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S17.83 8 17 8s-1.5.67-1.5 1.5zm-1.29 3.36-.92 1.32L9.72 8c-.35-.62-1.01-1-1.73-1H3v8h1.5v7h5V11.61L12.03 16h2.2l.77-1.1V22h4v-5h1v-5h-4.15c-.66 0-1.27.32-1.64.86z"})
"EscalatorWarningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/escalator_warning_two_tone.cljs
================================================
(ns reagent-mui.icons.escalator-warning-two-tone
"Imports @mui/icons-material/EscalatorWarningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def escalator-warning-two-tone (create-svg-icon (e "path" #js {"d" "M6.5 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 7.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S17.83 8 17 8s-1.5.67-1.5 1.5zm3 2.5h-2.84c-.58.01-1.14.32-1.45.86l-.92 1.32L9.72 8c-.37-.63-1.03-.99-1.71-1H5c-1.1 0-2 .9-2 2v6h1.5v7h5V11.61L12.03 16h2.2l.77-1.1V22h4v-5h1v-3.5c0-.82-.67-1.5-1.5-1.5z"})
"EscalatorWarningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/euro.cljs
================================================
(ns reagent-mui.icons.euro
"Imports @mui/icons-material/Euro as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def euro (create-svg-icon (e "path" #js {"d" "M15 18.5c-2.51 0-4.68-1.42-5.76-3.5H15l1-2H8.58c-.05-.33-.08-.66-.08-1s.03-.67.08-1H15l1-2H9.24C10.32 6.92 12.5 5.5 15 5.5c1.61 0 3.09.59 4.23 1.57L21 5.3C19.41 3.87 17.3 3 15 3c-3.92 0-7.24 2.51-8.48 6H3l-1 2h4.06c-.04.33-.06.66-.06 1s.02.67.06 1H3l-1 2h4.52c1.24 3.49 4.56 6 8.48 6 2.31 0 4.41-.87 6-2.3l-1.78-1.77c-1.13.98-2.6 1.57-4.22 1.57z"})
"Euro"))
================================================
FILE: src/icons/reagent_mui/icons/euro_outlined.cljs
================================================
(ns reagent-mui.icons.euro-outlined
"Imports @mui/icons-material/EuroOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def euro-outlined (create-svg-icon (e "path" #js {"d" "M15 18.5c-2.51 0-4.68-1.42-5.76-3.5H15l1-2H8.58c-.05-.33-.08-.66-.08-1s.03-.67.08-1H15l1-2H9.24C10.32 6.92 12.5 5.5 15 5.5c1.61 0 3.09.59 4.23 1.57L21 5.3C19.41 3.87 17.3 3 15 3c-3.92 0-7.24 2.51-8.48 6H3l-1 2h4.06c-.04.33-.06.66-.06 1s.02.67.06 1H3l-1 2h4.52c1.24 3.49 4.56 6 8.48 6 2.31 0 4.41-.87 6-2.3l-1.78-1.77c-1.13.98-2.6 1.57-4.22 1.57z"})
"EuroOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/euro_rounded.cljs
================================================
(ns reagent-mui.icons.euro-rounded
"Imports @mui/icons-material/EuroRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def euro-rounded (create-svg-icon (e "path" #js {"d" "M15 18.5c-2.51 0-4.68-1.42-5.76-3.5h5.14c.38 0 .73-.21.89-.55.33-.66-.15-1.45-.89-1.45h-5.8c-.05-.33-.08-.66-.08-1s.03-.67.08-1h5.8c.38 0 .73-.21.89-.55.34-.67-.14-1.45-.89-1.45H9.24C10.32 6.92 12.5 5.5 15 5.5c1.25 0 2.42.36 3.42.97.5.31 1.15.26 1.57-.16.58-.58.45-1.53-.25-1.96C18.36 3.5 16.73 3 15 3c-3.92 0-7.24 2.51-8.48 6h-2.9c-.38 0-.73.21-.9.55-.33.67.15 1.45.9 1.45h2.44c-.04.33-.06.66-.06 1s.02.67.06 1H3.62c-.38 0-.73.21-.89.55-.34.67.14 1.45.89 1.45h2.9c1.24 3.49 4.56 6 8.48 6 1.74 0 3.36-.49 4.74-1.35.69-.43.82-1.39.24-1.97-.42-.42-1.07-.47-1.57-.15-.99.62-2.15.97-3.41.97z"})
"EuroRounded"))
================================================
FILE: src/icons/reagent_mui/icons/euro_sharp.cljs
================================================
(ns reagent-mui.icons.euro-sharp
"Imports @mui/icons-material/EuroSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def euro-sharp (create-svg-icon (e "path" #js {"d" "M15 18.5c-2.51 0-4.68-1.42-5.76-3.5H15l1-2H8.58c-.05-.33-.08-.66-.08-1s.03-.67.08-1H15l1-2H9.24C10.32 6.92 12.5 5.5 15 5.5c1.61 0 3.09.59 4.23 1.57L21 5.3C19.41 3.87 17.3 3 15 3c-3.92 0-7.24 2.51-8.48 6H3l-1 2h4.06c-.04.33-.06.66-.06 1s.02.67.06 1H3l-1 2h4.52c1.24 3.49 4.56 6 8.48 6 2.31 0 4.41-.87 6-2.3l-1.78-1.77c-1.13.98-2.6 1.57-4.22 1.57z"})
"EuroSharp"))
================================================
FILE: src/icons/reagent_mui/icons/euro_symbol.cljs
================================================
(ns reagent-mui.icons.euro-symbol
"Imports @mui/icons-material/EuroSymbol as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def euro-symbol (create-svg-icon (e "path" #js {"d" "M15 18.5c-2.51 0-4.68-1.42-5.76-3.5H15v-2H8.58c-.05-.33-.08-.66-.08-1s.03-.67.08-1H15V9H9.24C10.32 6.92 12.5 5.5 15 5.5c1.61 0 3.09.59 4.23 1.57L21 5.3C19.41 3.87 17.3 3 15 3c-3.92 0-7.24 2.51-8.48 6H3v2h3.06c-.04.33-.06.66-.06 1 0 .34.02.67.06 1H3v2h3.52c1.24 3.49 4.56 6 8.48 6 2.31 0 4.41-.87 6-2.3l-1.78-1.77c-1.13.98-2.6 1.57-4.22 1.57z"})
"EuroSymbol"))
================================================
FILE: src/icons/reagent_mui/icons/euro_symbol_outlined.cljs
================================================
(ns reagent-mui.icons.euro-symbol-outlined
"Imports @mui/icons-material/EuroSymbolOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def euro-symbol-outlined (create-svg-icon (e "path" #js {"d" "M15 18.5c-2.51 0-4.68-1.42-5.76-3.5H15v-2H8.58c-.05-.33-.08-.66-.08-1s.03-.67.08-1H15V9H9.24C10.32 6.92 12.5 5.5 15 5.5c1.61 0 3.09.59 4.23 1.57L21 5.3C19.41 3.87 17.3 3 15 3c-3.92 0-7.24 2.51-8.48 6H3v2h3.06c-.04.33-.06.66-.06 1s.02.67.06 1H3v2h3.52c1.24 3.49 4.56 6 8.48 6 2.31 0 4.41-.87 6-2.3l-1.78-1.77c-1.13.98-2.6 1.57-4.22 1.57z"})
"EuroSymbolOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/euro_symbol_rounded.cljs
================================================
(ns reagent-mui.icons.euro-symbol-rounded
"Imports @mui/icons-material/EuroSymbolRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def euro-symbol-rounded (create-svg-icon (e "path" #js {"d" "M15 18.5c-2.51 0-4.68-1.42-5.76-3.5H14c.55 0 1-.45 1-1s-.45-1-1-1H8.58c-.05-.33-.08-.66-.08-1s.03-.67.08-1H14c.55 0 1-.45 1-1s-.45-1-1-1H9.24C10.32 6.92 12.5 5.5 15 5.5c1.25 0 2.42.36 3.42.97.5.31 1.15.26 1.57-.16.58-.58.45-1.53-.25-1.96C18.36 3.5 16.73 3 15 3c-3.92 0-7.24 2.51-8.48 6H4c-.55 0-1 .45-1 1s.45 1 1 1h2.06c-.04.33-.06.66-.06 1s.02.67.06 1H4c-.55 0-1 .45-1 1s.45 1 1 1h2.52c1.24 3.49 4.56 6 8.48 6 1.74 0 3.36-.49 4.74-1.35.69-.43.82-1.39.24-1.97-.42-.42-1.07-.47-1.57-.15-.99.62-2.15.97-3.41.97z"})
"EuroSymbolRounded"))
================================================
FILE: src/icons/reagent_mui/icons/euro_symbol_sharp.cljs
================================================
(ns reagent-mui.icons.euro-symbol-sharp
"Imports @mui/icons-material/EuroSymbolSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def euro-symbol-sharp (create-svg-icon (e "path" #js {"d" "M15 18.5c-2.51 0-4.68-1.42-5.76-3.5H15v-2H8.58c-.05-.33-.08-.66-.08-1s.03-.67.08-1H15V9H9.24C10.32 6.92 12.5 5.5 15 5.5c1.61 0 3.09.59 4.23 1.57L21 5.3C19.41 3.87 17.3 3 15 3c-3.92 0-7.24 2.51-8.48 6H3v2h3.06c-.04.33-.06.66-.06 1s.02.67.06 1H3v2h3.52c1.24 3.49 4.56 6 8.48 6 2.31 0 4.41-.87 6-2.3l-1.78-1.77c-1.13.98-2.6 1.57-4.22 1.57z"})
"EuroSymbolSharp"))
================================================
FILE: src/icons/reagent_mui/icons/euro_symbol_two_tone.cljs
================================================
(ns reagent-mui.icons.euro-symbol-two-tone
"Imports @mui/icons-material/EuroSymbolTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def euro-symbol-two-tone (create-svg-icon (e "path" #js {"d" "M15 18.5c-2.51 0-4.68-1.42-5.76-3.5H15v-2H8.58c-.05-.33-.08-.66-.08-1s.03-.67.08-1H15V9H9.24C10.32 6.92 12.5 5.5 15 5.5c1.61 0 3.09.59 4.23 1.57L21 5.3C19.41 3.87 17.3 3 15 3c-3.92 0-7.24 2.51-8.48 6H3v2h3.06c-.04.33-.06.66-.06 1s.02.67.06 1H3v2h3.52c1.24 3.49 4.56 6 8.48 6 2.31 0 4.41-.87 6-2.3l-1.78-1.77c-1.13.98-2.6 1.57-4.22 1.57z"})
"EuroSymbolTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/euro_two_tone.cljs
================================================
(ns reagent-mui.icons.euro-two-tone
"Imports @mui/icons-material/EuroTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def euro-two-tone (create-svg-icon (e "path" #js {"d" "M15 18.5c-2.51 0-4.68-1.42-5.76-3.5H15l1-2H8.58c-.05-.33-.08-.66-.08-1s.03-.67.08-1H15l1-2H9.24C10.32 6.92 12.5 5.5 15 5.5c1.61 0 3.09.59 4.23 1.57L21 5.3C19.41 3.87 17.3 3 15 3c-3.92 0-7.24 2.51-8.48 6H3l-1 2h4.06c-.04.33-.06.66-.06 1s.02.67.06 1H3l-1 2h4.52c1.24 3.49 4.56 6 8.48 6 2.31 0 4.41-.87 6-2.3l-1.78-1.77c-1.13.98-2.6 1.57-4.22 1.57z"})
"EuroTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/ev_station.cljs
================================================
(ns reagent-mui.icons.ev-station
"Imports @mui/icons-material/EvStation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ev-station (create-svg-icon (e "path" #js {"d" "m19.77 7.23.01-.01-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33 0 1.38 1.12 2.5 2.5 2.5.36 0 .69-.08 1-.21v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v16h10v-7.5h1.5v5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V9c0-.69-.28-1.32-.73-1.77zM18 10c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM8 18v-4.5H6L10 6v5h2l-4 7z"})
"EvStation"))
================================================
FILE: src/icons/reagent_mui/icons/ev_station_outlined.cljs
================================================
(ns reagent-mui.icons.ev-station-outlined
"Imports @mui/icons-material/EvStationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ev-station-outlined (create-svg-icon (e "path" #js {"d" "m19.77 7.23.01-.01-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33 0 1.38 1.12 2.5 2.5 2.5.36 0 .69-.08 1-.21v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v16h10v-7.5h1.5v5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V9c0-.69-.28-1.32-.73-1.77zM12 11v8H6V5h6v6zm6-1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-8-4-4 7.5h2V18l4-7h-2z"})
"EvStationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/ev_station_rounded.cljs
================================================
(ns reagent-mui.icons.ev-station-rounded
"Imports @mui/icons-material/EvStationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ev-station-rounded (create-svg-icon (e "path" #js {"d" "m19.77 7.23.01-.01-3.19-3.19c-.29-.29-.77-.29-1.06 0-.29.29-.29.77 0 1.06l1.58 1.58c-1.05.4-1.76 1.47-1.58 2.71.16 1.1 1.1 1.99 2.2 2.11.47.05.88-.03 1.27-.2v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v15c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-6.5h1.5v4.86c0 1.31.94 2.5 2.24 2.63 1.5.15 2.76-1.02 2.76-2.49V9c0-.69-.28-1.32-.73-1.77zM18 10c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM8 16.12V13.5H6.83c-.38 0-.62-.4-.44-.74l2.67-5c.24-.45.94-.28.94.24v3h1.14c.38 0 .62.41.43.75l-2.64 4.62c-.25.44-.93.26-.93-.25z"})
"EvStationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/ev_station_sharp.cljs
================================================
(ns reagent-mui.icons.ev-station-sharp
"Imports @mui/icons-material/EvStationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ev-station-sharp (create-svg-icon (e "path" #js {"d" "m19.77 7.23.01-.01-3.72-3.72L15 4.56l2.11 2.11c-1.05.4-1.76 1.47-1.58 2.71.16 1.1 1.1 1.99 2.2 2.11.47.05.88-.03 1.27-.2v8.21h-2V12h-3V3H4v18h10v-7.5h1.5V21h5V9c0-.69-.28-1.32-.73-1.77zM18 10c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM8 18v-4.5H6L10 6v5h2l-4 7z"})
"EvStationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/ev_station_two_tone.cljs
================================================
(ns reagent-mui.icons.ev-station-two-tone
"Imports @mui/icons-material/EvStationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ev-station-two-tone (create-svg-icon [(e "path" #js {"d" "M8 13.5H6V19h6v-8l-4 7zm-2 0L10 6v5h2V5H6z", "opacity" ".3"}) (e "path" #js {"d" "M12 3H6c-1.1 0-2 .9-2 2v16h10v-7.5h1.5v5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V9c0-.69-.28-1.32-.73-1.77l.01-.01-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33 0 1.38 1.12 2.5 2.5 2.5.36 0 .69-.08 1-.21v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2zm0 8v8H6V5h6v6zm6-1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-8-4-4 7.5h2V18l4-7h-2z"})]
"EvStationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/event.cljs
================================================
(ns reagent-mui.icons.event
"Imports @mui/icons-material/Event as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event (create-svg-icon (e "path" #js {"d" "M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"})
"Event"))
================================================
FILE: src/icons/reagent_mui/icons/event_available.cljs
================================================
(ns reagent-mui.icons.event-available
"Imports @mui/icons-material/EventAvailable as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-available (create-svg-icon (e "path" #js {"d" "M16.53 11.06 15.47 10l-4.88 4.88-2.12-2.12-1.06 1.06L10.59 17l5.94-5.94zM19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11z"})
"EventAvailable"))
================================================
FILE: src/icons/reagent_mui/icons/event_available_outlined.cljs
================================================
(ns reagent-mui.icons.event-available-outlined
"Imports @mui/icons-material/EventAvailableOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-available-outlined (create-svg-icon (e "path" #js {"d" "M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V9h14v10zM5 7V5h14v2H5zm5.56 10.46 5.93-5.93-1.06-1.06-4.87 4.87-2.11-2.11-1.06 1.06z"})
"EventAvailableOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/event_available_rounded.cljs
================================================
(ns reagent-mui.icons.event-available-rounded
"Imports @mui/icons-material/EventAvailableRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-available-rounded (create-svg-icon (e "path" #js {"d" "M16 10.53c-.29-.29-.77-.29-1.06 0l-4.35 4.35L9 13.29c-.29-.29-.77-.29-1.06 0-.29.29-.29.77 0 1.06l1.94 1.94c.39.39 1.02.39 1.41 0l4.7-4.7c.3-.29.3-.77.01-1.06zM19 3h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1H8V2c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H6c-.55 0-1-.45-1-1V8h14v10c0 .55-.45 1-1 1z"})
"EventAvailableRounded"))
================================================
FILE: src/icons/reagent_mui/icons/event_available_sharp.cljs
================================================
(ns reagent-mui.icons.event-available-sharp
"Imports @mui/icons-material/EventAvailableSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-available-sharp (create-svg-icon (e "path" #js {"d" "M16.53 11.06 15.47 10l-4.88 4.88-2.12-2.12-1.06 1.06L10.59 17l5.94-5.94zM21 3h-3V1h-2v2H8V1H6v2H3v18h18V3zm-2 16H5V8h14v11z"})
"EventAvailableSharp"))
================================================
FILE: src/icons/reagent_mui/icons/event_available_two_tone.cljs
================================================
(ns reagent-mui.icons.event-available-two-tone
"Imports @mui/icons-material/EventAvailableTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-available-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5h14v2H5z", "opacity" ".3"}) (e "path" #js {"d" "M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V9h14v10zm0-12H5V5h14v2zm-2.51 4.53-1.06-1.06-4.87 4.87-2.11-2.11-1.06 1.06 3.17 3.17z"})]
"EventAvailableTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/event_busy.cljs
================================================
(ns reagent-mui.icons.event-busy
"Imports @mui/icons-material/EventBusy as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-busy (create-svg-icon (e "path" #js {"d" "m9.31 17 2.44-2.44L14.19 17l1.06-1.06-2.44-2.44 2.44-2.44L14.19 10l-2.44 2.44L9.31 10l-1.06 1.06 2.44 2.44-2.44 2.44L9.31 17zM19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11z"})
"EventBusy"))
================================================
FILE: src/icons/reagent_mui/icons/event_busy_outlined.cljs
================================================
(ns reagent-mui.icons.event-busy-outlined
"Imports @mui/icons-material/EventBusyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-busy-outlined (create-svg-icon (e "path" #js {"d" "M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V9h14v10zM5 7V5h14v2H5zm3.23 9.41 1.06 1.06 2.44-2.44 2.44 2.44 1.06-1.06-2.44-2.44 2.44-2.44-1.06-1.06-2.44 2.44-2.44-2.44-1.06 1.06 2.44 2.44z"})
"EventBusyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/event_busy_rounded.cljs
================================================
(ns reagent-mui.icons.event-busy-rounded
"Imports @mui/icons-material/EventBusyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-busy-rounded (create-svg-icon (e "path" #js {"d" "m9.84 16.47 1.91-1.91 1.91 1.91c.29.29.77.29 1.06 0 .29-.29.29-.77 0-1.06l-1.91-1.91 1.91-1.91c.29-.29.29-.77 0-1.06-.29-.29-.77-.29-1.06 0l-1.91 1.91-1.91-1.91c-.29-.29-.77-.29-1.06 0-.29.29-.29.77 0 1.06l1.91 1.91-1.91 1.91c-.29.29-.29.77 0 1.06.29.29.77.29 1.06 0zM19 3h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1H8V2c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H6c-.55 0-1-.45-1-1V8h14v10c0 .55-.45 1-1 1z"})
"EventBusyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/event_busy_sharp.cljs
================================================
(ns reagent-mui.icons.event-busy-sharp
"Imports @mui/icons-material/EventBusySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-busy-sharp (create-svg-icon (e "path" #js {"d" "m9.31 17 2.44-2.44L14.19 17l1.06-1.06-2.44-2.44 2.44-2.44L14.19 10l-2.44 2.44L9.31 10l-1.06 1.06 2.44 2.44-2.44 2.44L9.31 17zM21 3h-3V1h-2v2H8V1H6v2H3.01L3 21h18V3zm-2 16H5V8h14v11z"})
"EventBusySharp"))
================================================
FILE: src/icons/reagent_mui/icons/event_busy_two_tone.cljs
================================================
(ns reagent-mui.icons.event-busy-two-tone
"Imports @mui/icons-material/EventBusyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-busy-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5h14v2H5z", "opacity" ".3"}) (e "path" #js {"d" "M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V9h14v10zm0-12H5V5h14v2zM9.29 17.47l2.44-2.44 2.44 2.44 1.06-1.06-2.44-2.44 2.44-2.44-1.06-1.06-2.44 2.44-2.44-2.44-1.06 1.06 2.44 2.44-2.44 2.44z"})]
"EventBusyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/event_note.cljs
================================================
(ns reagent-mui.icons.event-note
"Imports @mui/icons-material/EventNote as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-note (create-svg-icon (e "path" #js {"d" "M17 10H7v2h10v-2zm2-7h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zm-5-5H7v2h7v-2z"})
"EventNote"))
================================================
FILE: src/icons/reagent_mui/icons/event_note_outlined.cljs
================================================
(ns reagent-mui.icons.event-note-outlined
"Imports @mui/icons-material/EventNoteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-note-outlined (create-svg-icon (e "path" #js {"d" "M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V9h14v10zM5 7V5h14v2H5zm2 4h10v2H7zm0 4h7v2H7z"})
"EventNoteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/event_note_rounded.cljs
================================================
(ns reagent-mui.icons.event-note-rounded
"Imports @mui/icons-material/EventNoteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-note-rounded (create-svg-icon (e "path" #js {"d" "M16 10H8c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1zm3-7h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1H8V2c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H6c-.55 0-1-.45-1-1V8h14v10c0 .55-.45 1-1 1zm-5-5H8c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1z"})
"EventNoteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/event_note_sharp.cljs
================================================
(ns reagent-mui.icons.event-note-sharp
"Imports @mui/icons-material/EventNoteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-note-sharp (create-svg-icon (e "path" #js {"d" "M17 10H7v2h10v-2zm4-7h-3V1h-2v2H8V1H6v2H3v18h18V3zm-2 16H5V8h14v11zm-5-5H7v2h7v-2z"})
"EventNoteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/event_note_two_tone.cljs
================================================
(ns reagent-mui.icons.event-note-two-tone
"Imports @mui/icons-material/EventNoteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-note-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5h14v2H5z", "opacity" ".3"}) (e "path" #js {"d" "M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V9h14v10zm0-12H5V5h14v2zM7 11h10v2H7zm0 4h7v2H7z"})]
"EventNoteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/event_outlined.cljs
================================================
(ns reagent-mui.icons.event-outlined
"Imports @mui/icons-material/EventOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-outlined (create-svg-icon (e "path" #js {"d" "M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2zm-7 5h5v5h-5z"})
"EventOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/event_repeat.cljs
================================================
(ns reagent-mui.icons.event-repeat
"Imports @mui/icons-material/EventRepeat as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-repeat (create-svg-icon (e "path" #js {"d" "M21 12V6c0-1.1-.9-2-2-2h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h7v-2H5V10h14v2h2zm-5.36 8c.43 1.45 1.77 2.5 3.36 2.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5c-.95 0-1.82.38-2.45 1H18V18h-4v-4h1.5v1.43c.9-.88 2.14-1.43 3.5-1.43 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.44-1.72-4.9-4h1.54z"})
"EventRepeat"))
================================================
FILE: src/icons/reagent_mui/icons/event_repeat_outlined.cljs
================================================
(ns reagent-mui.icons.event-repeat-outlined
"Imports @mui/icons-material/EventRepeatOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-repeat-outlined (create-svg-icon (e "path" #js {"d" "M21 12V6c0-1.1-.9-2-2-2h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h7v-2H5V10h14v2h2zm-2-4H5V6h14v2zm-3.36 12c.43 1.45 1.77 2.5 3.36 2.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5c-.95 0-1.82.38-2.45 1H18V18h-4v-4h1.5v1.43c.9-.88 2.14-1.43 3.5-1.43 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.44-1.72-4.9-4h1.54z"})
"EventRepeatOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/event_repeat_rounded.cljs
================================================
(ns reagent-mui.icons.event-repeat-rounded
"Imports @mui/icons-material/EventRepeatRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-repeat-rounded (create-svg-icon (e "path" #js {"d" "M21 12V6c0-1.1-.9-2-2-2h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h7v-2H5V10h14v2h2zm-5.87 8c-.55 0-.91.56-.68 1.06C15.23 22.79 16.97 24 19 24c2.76 0 5-2.24 5-5s-2.24-5-5-5c-1.36 0-2.6.55-3.5 1.43v-.68c0-.41-.34-.75-.75-.75s-.75.34-.75.75V17c0 .55.45 1 1 1h2.25c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.7c.63-.62 1.5-1 2.45-1 1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5c-1.42 0-2.64-.85-3.19-2.06-.12-.27-.39-.44-.68-.44z"})
"EventRepeatRounded"))
================================================
FILE: src/icons/reagent_mui/icons/event_repeat_sharp.cljs
================================================
(ns reagent-mui.icons.event-repeat-sharp
"Imports @mui/icons-material/EventRepeatSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-repeat-sharp (create-svg-icon (e "path" #js {"d" "M21 12V4h-3V2h-2v2H8V2H6v2H3v18h9v-2H5V10h14v2h2zm-5.36 8c.43 1.45 1.77 2.5 3.36 2.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5c-.95 0-1.82.38-2.45 1H18V18h-4v-4h1.5v1.43c.9-.88 2.14-1.43 3.5-1.43 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.44-1.72-4.9-4h1.54z"})
"EventRepeatSharp"))
================================================
FILE: src/icons/reagent_mui/icons/event_repeat_two_tone.cljs
================================================
(ns reagent-mui.icons.event-repeat-two-tone
"Imports @mui/icons-material/EventRepeatTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-repeat-two-tone (create-svg-icon [(e "path" #js {"d" "M5 6h14v2H5z", "opacity" ".3"}) (e "path" #js {"d" "M21 12V6c0-1.1-.9-2-2-2h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h7v-2H5V10h14v2h2zm-2-4H5V6h14v2zm-3.36 12c.43 1.45 1.77 2.5 3.36 2.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5c-.95 0-1.82.38-2.45 1H18V18h-4v-4h1.5v1.43c.9-.88 2.14-1.43 3.5-1.43 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.44-1.72-4.9-4h1.54z"})]
"EventRepeatTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/event_rounded.cljs
================================================
(ns reagent-mui.icons.event-rounded
"Imports @mui/icons-material/EventRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-rounded (create-svg-icon (e "path" #js {"d" "M16 13h-3c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm0-10v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-1V3c0-.55-.45-1-1-1s-1 .45-1 1zm2 17H6c-.55 0-1-.45-1-1V9h14v10c0 .55-.45 1-1 1z"})
"EventRounded"))
================================================
FILE: src/icons/reagent_mui/icons/event_seat.cljs
================================================
(ns reagent-mui.icons.event-seat
"Imports @mui/icons-material/EventSeat as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-seat (create-svg-icon (e "path" #js {"d" "M4 18v3h3v-3h10v3h3v-6H4v3zm15-8h3v3h-3v-3zM2 10h3v3H2v-3zm15 3H7V5c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v8z"})
"EventSeat"))
================================================
FILE: src/icons/reagent_mui/icons/event_seat_outlined.cljs
================================================
(ns reagent-mui.icons.event-seat-outlined
"Imports @mui/icons-material/EventSeatOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-seat-outlined (create-svg-icon (e "path" #js {"d" "M15 5v7H9V5h6m0-2H9c-1.1 0-2 .9-2 2v9h10V5c0-1.1-.9-2-2-2zm7 7h-3v3h3v-3zM5 10H2v3h3v-3zm15 5H4v6h2v-4h12v4h2v-6z"})
"EventSeatOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/event_seat_rounded.cljs
================================================
(ns reagent-mui.icons.event-seat-rounded
"Imports @mui/icons-material/EventSeatRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-seat-rounded (create-svg-icon (e "path" #js {"d" "M5.5 21c.83 0 1.5-.67 1.5-1.5V18h10v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V17c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v2.5c0 .83.67 1.5 1.5 1.5zM20 10h1c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1v-1c0-.55.45-1 1-1zM3 10h1c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-1c0-.55.45-1 1-1zm14 3H7V5c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v8z"})
"EventSeatRounded"))
================================================
FILE: src/icons/reagent_mui/icons/event_seat_sharp.cljs
================================================
(ns reagent-mui.icons.event-seat-sharp
"Imports @mui/icons-material/EventSeatSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-seat-sharp (create-svg-icon (e "path" #js {"d" "M4 21h3v-3h10v3h3v-6H4v6zm15-11h3v3h-3v-3zM2 10h3v3H2v-3zm15 3H7V5c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v8z"})
"EventSeatSharp"))
================================================
FILE: src/icons/reagent_mui/icons/event_seat_two_tone.cljs
================================================
(ns reagent-mui.icons.event-seat-two-tone
"Imports @mui/icons-material/EventSeatTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-seat-two-tone (create-svg-icon [(e "path" #js {"d" "M9 5h6v7H9z", "opacity" ".3"}) (e "path" #js {"d" "M4 21h2v-4h12v4h2v-6H4zM17 5c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v9h10V5zm-2 7H9V5h6v7zm4-2h3v3h-3zM2 10h3v3H2z"})]
"EventSeatTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/event_sharp.cljs
================================================
(ns reagent-mui.icons.event-sharp
"Imports @mui/icons-material/EventSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-sharp (create-svg-icon (e "path" #js {"d" "M17 13h-5v5h5v-5zM16 2v2H8V2H6v2H3.01L3 22h18V4h-3V2h-2zm3 18H5V9h14v11z"})
"EventSharp"))
================================================
FILE: src/icons/reagent_mui/icons/event_two_tone.cljs
================================================
(ns reagent-mui.icons.event-two-tone
"Imports @mui/icons-material/EventTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def event-two-tone (create-svg-icon [(e "path" #js {"d" "M5 8h14V6H5z", "opacity" ".3"}) (e "path" #js {"d" "M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2zm-7 5h5v5h-5z"})]
"EventTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/exit_to_app.cljs
================================================
(ns reagent-mui.icons.exit-to-app
"Imports @mui/icons-material/ExitToApp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def exit-to-app (create-svg-icon (e "path" #js {"d" "M10.09 15.59 11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"ExitToApp"))
================================================
FILE: src/icons/reagent_mui/icons/exit_to_app_outlined.cljs
================================================
(ns reagent-mui.icons.exit-to-app-outlined
"Imports @mui/icons-material/ExitToAppOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def exit-to-app-outlined (create-svg-icon (e "path" #js {"d" "M10.09 15.59 11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"ExitToAppOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/exit_to_app_rounded.cljs
================================================
(ns reagent-mui.icons.exit-to-app-rounded
"Imports @mui/icons-material/ExitToAppRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def exit-to-app-rounded (create-svg-icon (e "path" #js {"d" "M10.79 16.29c.39.39 1.02.39 1.41 0l3.59-3.59c.39-.39.39-1.02 0-1.41L12.2 7.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L12.67 11H4c-.55 0-1 .45-1 1s.45 1 1 1h8.67l-1.88 1.88c-.39.39-.38 1.03 0 1.41zM19 3H5c-1.11 0-2 .9-2 2v3c0 .55.45 1 1 1s1-.45 1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1v3c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"ExitToAppRounded"))
================================================
FILE: src/icons/reagent_mui/icons/exit_to_app_sharp.cljs
================================================
(ns reagent-mui.icons.exit-to-app-sharp
"Imports @mui/icons-material/ExitToAppSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def exit-to-app-sharp (create-svg-icon (e "path" #js {"d" "M10.09 15.59 11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM21 3H3v6h2V5h14v14H5v-4H3v6h18V3z"})
"ExitToAppSharp"))
================================================
FILE: src/icons/reagent_mui/icons/exit_to_app_two_tone.cljs
================================================
(ns reagent-mui.icons.exit-to-app-two-tone
"Imports @mui/icons-material/ExitToAppTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def exit-to-app-two-tone (create-svg-icon (e "path" #js {"d" "M10.09 15.59 11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"ExitToAppTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/expand.cljs
================================================
(ns reagent-mui.icons.expand
"Imports @mui/icons-material/Expand as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand (create-svg-icon (e "path" #js {"d" "M4 20h16v2H4zM4 2h16v2H4zm9 7h3l-4-4-4 4h3v6H8l4 4 4-4h-3z"})
"Expand"))
================================================
FILE: src/icons/reagent_mui/icons/expand_circle_down.cljs
================================================
(ns reagent-mui.icons.expand-circle-down
"Imports @mui/icons-material/ExpandCircleDown as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-circle-down (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 13.5L7.5 11l1.42-1.41L12 12.67l3.08-3.08L16.5 11 12 15.5z"})
"ExpandCircleDown"))
================================================
FILE: src/icons/reagent_mui/icons/expand_circle_down_outlined.cljs
================================================
(ns reagent-mui.icons.expand-circle-down-outlined
"Imports @mui/icons-material/ExpandCircleDownOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-circle-down-outlined (create-svg-icon (e "path" #js {"d" "M15.08 9.59 12 12.67 8.92 9.59 7.5 11l4.5 4.5 4.5-4.5-1.42-1.41zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"ExpandCircleDownOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/expand_circle_down_rounded.cljs
================================================
(ns reagent-mui.icons.expand-circle-down-rounded
"Imports @mui/icons-material/ExpandCircleDownRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-circle-down-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm3.79 9.71-3.08 3.08c-.39.39-1.02.39-1.42 0l-3.08-3.08c-.39-.39-.39-1.03 0-1.42.39-.39 1.02-.39 1.41 0L12 12.67l2.38-2.38c.39-.39 1.02-.39 1.41 0 .39.39.39 1.03 0 1.42z"})
"ExpandCircleDownRounded"))
================================================
FILE: src/icons/reagent_mui/icons/expand_circle_down_sharp.cljs
================================================
(ns reagent-mui.icons.expand-circle-down-sharp
"Imports @mui/icons-material/ExpandCircleDownSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-circle-down-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 13.5L7.5 11l1.42-1.41L12 12.67l3.08-3.08L16.5 11 12 15.5z"})
"ExpandCircleDownSharp"))
================================================
FILE: src/icons/reagent_mui/icons/expand_circle_down_two_tone.cljs
================================================
(ns reagent-mui.icons.expand-circle-down-two-tone
"Imports @mui/icons-material/ExpandCircleDownTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-circle-down-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 11.5L7.5 11l1.42-1.41L12 12.67l3.08-3.08L16.5 11 12 15.5z", "opacity" ".3"}) (e "path" #js {"d" "M15.08 9.59 12 12.67 8.92 9.59 7.5 11l4.5 4.5 4.5-4.5-1.42-1.41zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})]
"ExpandCircleDownTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/expand_less.cljs
================================================
(ns reagent-mui.icons.expand-less
"Imports @mui/icons-material/ExpandLess as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-less (create-svg-icon (e "path" #js {"d" "m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"})
"ExpandLess"))
================================================
FILE: src/icons/reagent_mui/icons/expand_less_outlined.cljs
================================================
(ns reagent-mui.icons.expand-less-outlined
"Imports @mui/icons-material/ExpandLessOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-less-outlined (create-svg-icon (e "path" #js {"d" "m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14l-6-6z"})
"ExpandLessOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/expand_less_rounded.cljs
================================================
(ns reagent-mui.icons.expand-less-rounded
"Imports @mui/icons-material/ExpandLessRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-less-rounded (create-svg-icon (e "path" #js {"d" "M11.29 8.71 6.7 13.3c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 10.83l3.88 3.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 8.71c-.38-.39-1.02-.39-1.41 0z"})
"ExpandLessRounded"))
================================================
FILE: src/icons/reagent_mui/icons/expand_less_sharp.cljs
================================================
(ns reagent-mui.icons.expand-less-sharp
"Imports @mui/icons-material/ExpandLessSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-less-sharp (create-svg-icon (e "path" #js {"d" "m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14l-6-6z"})
"ExpandLessSharp"))
================================================
FILE: src/icons/reagent_mui/icons/expand_less_two_tone.cljs
================================================
(ns reagent-mui.icons.expand-less-two-tone
"Imports @mui/icons-material/ExpandLessTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-less-two-tone (create-svg-icon (e "path" #js {"d" "m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14l-6-6z"})
"ExpandLessTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/expand_more.cljs
================================================
(ns reagent-mui.icons.expand-more
"Imports @mui/icons-material/ExpandMore as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-more (create-svg-icon (e "path" #js {"d" "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"})
"ExpandMore"))
================================================
FILE: src/icons/reagent_mui/icons/expand_more_outlined.cljs
================================================
(ns reagent-mui.icons.expand-more-outlined
"Imports @mui/icons-material/ExpandMoreOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-more-outlined (create-svg-icon (e "path" #js {"d" "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"})
"ExpandMoreOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/expand_more_rounded.cljs
================================================
(ns reagent-mui.icons.expand-more-rounded
"Imports @mui/icons-material/ExpandMoreRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-more-rounded (create-svg-icon (e "path" #js {"d" "M15.88 9.29 12 13.17 8.12 9.29a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.39-1.42 0z"})
"ExpandMoreRounded"))
================================================
FILE: src/icons/reagent_mui/icons/expand_more_sharp.cljs
================================================
(ns reagent-mui.icons.expand-more-sharp
"Imports @mui/icons-material/ExpandMoreSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-more-sharp (create-svg-icon (e "path" #js {"d" "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"})
"ExpandMoreSharp"))
================================================
FILE: src/icons/reagent_mui/icons/expand_more_two_tone.cljs
================================================
(ns reagent-mui.icons.expand-more-two-tone
"Imports @mui/icons-material/ExpandMoreTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-more-two-tone (create-svg-icon (e "path" #js {"d" "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"})
"ExpandMoreTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/expand_outlined.cljs
================================================
(ns reagent-mui.icons.expand-outlined
"Imports @mui/icons-material/ExpandOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-outlined (create-svg-icon (e "path" #js {"d" "M4 20h16v2H4zM4 2h16v2H4zm5.41 11.59L8 15l4 4 4-4-1.41-1.41L13 15.17V8.83l1.59 1.58L16 9l-4-4-4 4 1.41 1.41L11 8.83v6.34z"})
"ExpandOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/expand_rounded.cljs
================================================
(ns reagent-mui.icons.expand-rounded
"Imports @mui/icons-material/ExpandRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-rounded (create-svg-icon (e "path" #js {"d" "M5 20h14c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1zM5 2h14c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1zm8 7h1.79c.45 0 .67-.54.35-.85l-2.79-2.79c-.2-.2-.51-.2-.71 0L8.85 8.15c-.31.31-.09.85.36.85H11v6H9.21c-.45 0-.67.54-.35.85l2.79 2.79c.2.2.51.2.71 0l2.79-2.79c.31-.31.09-.85-.35-.85H13V9z"})
"ExpandRounded"))
================================================
FILE: src/icons/reagent_mui/icons/expand_sharp.cljs
================================================
(ns reagent-mui.icons.expand-sharp
"Imports @mui/icons-material/ExpandSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-sharp (create-svg-icon (e "path" #js {"d" "M4 20h16v2H4v-2zM4 2h16v2H4V2zm9 7h3l-4-4-4 4h3v6H8l4 4 4-4h-3V9z"})
"ExpandSharp"))
================================================
FILE: src/icons/reagent_mui/icons/expand_two_tone.cljs
================================================
(ns reagent-mui.icons.expand-two-tone
"Imports @mui/icons-material/ExpandTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def expand-two-tone (create-svg-icon (e "path" #js {"d" "M4 20h16v2H4v-2zM4 2h16v2H4V2zm9 7h3l-4-4-4 4h3v6H8l4 4 4-4h-3V9z"})
"ExpandTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/explicit.cljs
================================================
(ns reagent-mui.icons.explicit
"Imports @mui/icons-material/Explicit as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def explicit (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 6h-4v2h4v2h-4v2h4v2H9V7h6v2z"})
"Explicit"))
================================================
FILE: src/icons/reagent_mui/icons/explicit_outlined.cljs
================================================
(ns reagent-mui.icons.explicit-outlined
"Imports @mui/icons-material/ExplicitOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def explicit-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-4-4h-4v-2h4v-2h-4V9h4V7H9v10h6z"})
"ExplicitOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/explicit_rounded.cljs
================================================
(ns reagent-mui.icons.explicit-rounded
"Imports @mui/icons-material/ExplicitRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def explicit-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 6h-3v2h3c.55 0 1 .45 1 1s-.45 1-1 1h-3v2h3c.55 0 1 .45 1 1s-.45 1-1 1h-4c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1z"})
"ExplicitRounded"))
================================================
FILE: src/icons/reagent_mui/icons/explicit_sharp.cljs
================================================
(ns reagent-mui.icons.explicit-sharp
"Imports @mui/icons-material/ExplicitSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def explicit-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-6 6h-4v2h4v2h-4v2h4v2H9V7h6v2z"})
"ExplicitSharp"))
================================================
FILE: src/icons/reagent_mui/icons/explicit_two_tone.cljs
================================================
(ns reagent-mui.icons.explicit-two-tone
"Imports @mui/icons-material/ExplicitTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def explicit-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zM9 7h6v2h-4v2h4v2h-4v2h4v2H9V7z", "opacity" ".3"}) (e "path" #js {"d" "M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zm-2 0H5V5h14v14zm-4-4h-4v-2h4v-2h-4V9h4V7H9v10h6z"})]
"ExplicitTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/explore.cljs
================================================
(ns reagent-mui.icons.explore
"Imports @mui/icons-material/Explore as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def explore (create-svg-icon (e "path" #js {"d" "M12 10.9c-.61 0-1.1.49-1.1 1.1s.49 1.1 1.1 1.1c.61 0 1.1-.49 1.1-1.1s-.49-1.1-1.1-1.1zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm2.19 12.19L6 18l3.81-8.19L18 6l-3.81 8.19z"})
"Explore"))
================================================
FILE: src/icons/reagent_mui/icons/explore_off.cljs
================================================
(ns reagent-mui.icons.explore-off
"Imports @mui/icons-material/ExploreOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def explore-off (create-svg-icon (e "path" #js {"d" "m14.19 14.19-1.41-1.41-1.56-1.56L11 11 9.81 9.81 4.93 4.93 2.27 2.27 1 3.54l2.78 2.78c-.11.16-.21.32-.31.48-.04.07-.09.14-.13.21-.09.15-.17.31-.25.47-.05.1-.1.21-.16.32-.06.14-.13.28-.19.43-.1.24-.19.48-.27.73l-.09.3c-.05.2-.1.39-.14.59-.02.11-.04.22-.07.33-.04.2-.07.4-.09.61-.01.1-.03.2-.03.3-.03.29-.05.6-.05.91 0 5.52 4.48 10 10 10 .31 0 .62-.02.92-.05l.3-.03c.2-.02.41-.06.61-.09.11-.02.22-.04.33-.07.2-.04.39-.09.58-.15.1-.03.2-.05.3-.09.25-.08.49-.17.73-.27.15-.06.29-.13.43-.19.11-.05.22-.1.33-.16.16-.08.31-.16.46-.25.07-.04.14-.09.21-.13.16-.1.32-.2.48-.31L20.46 23l1.27-1.27-2.66-2.66-4.88-4.88zM6 18l3-6.46L12.46 15 6 18zm16-6c0 .31-.02.62-.05.92l-.03.3c-.02.2-.06.41-.09.61-.02.11-.04.22-.07.33-.04.2-.09.39-.15.58-.03.1-.05.21-.09.31-.08.25-.17.49-.27.73-.06.15-.13.29-.19.43-.05.11-.1.22-.16.33-.08.16-.16.31-.25.46-.04.07-.09.14-.13.21-.1.16-.2.32-.31.48L15 12.46 18 6l-6.46 3-5.22-5.22c.16-.11.32-.21.48-.31.07-.04.14-.09.21-.13.15-.09.31-.17.46-.25.11-.05.22-.1.33-.16.14-.06.28-.13.43-.19.24-.1.48-.19.73-.27l.31-.09c.19-.05.38-.11.58-.15.11-.02.22-.04.33-.07.2-.04.4-.07.61-.09.1-.01.2-.03.3-.03.29-.02.6-.04.91-.04 5.52 0 10 4.48 10 10z"})
"ExploreOff"))
================================================
FILE: src/icons/reagent_mui/icons/explore_off_outlined.cljs
================================================
(ns reagent-mui.icons.explore-off-outlined
"Imports @mui/icons-material/ExploreOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def explore-off-outlined (create-svg-icon (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8 0 1.48-.41 2.86-1.12 4.06l1.46 1.46C21.39 15.93 22 14.04 22 12c0-5.52-4.48-10-10-10-2.04 0-3.93.61-5.51 1.66l1.46 1.46C9.14 4.41 10.52 4 12 4zm2.91 8.08L17.5 6.5l-5.58 2.59 2.99 2.99zM2.1 4.93l1.56 1.56C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l1.56 1.56 1.41-1.41L3.51 3.51 2.1 4.93zm3.02 3.01 3.98 3.98-2.6 5.58 5.58-2.59 3.98 3.98c-1.2.7-2.58 1.11-4.06 1.11-4.41 0-8-3.59-8-8 0-1.48.41-2.86 1.12-4.06z"})
"ExploreOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/explore_off_rounded.cljs
================================================
(ns reagent-mui.icons.explore-off-rounded
"Imports @mui/icons-material/ExploreOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def explore-off-rounded (create-svg-icon (e "path" #js {"d" "m18 6-2.91 6.26 5.25 5.25C21.39 15.93 22 14.04 22 12c0-5.52-4.48-10-10-10-2.04 0-3.93.61-5.51 1.66l5.25 5.25L18 6zM2.81 5.64l.85.85c-1.37 2.07-2 4.68-1.48 7.45.75 3.95 3.92 7.13 7.88 7.88 2.77.52 5.38-.1 7.45-1.48l.85.85c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L4.22 4.22a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.03 0 1.42zm6.1 6.1 3.35 3.35L6 18l2.91-6.26z"})
"ExploreOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/explore_off_sharp.cljs
================================================
(ns reagent-mui.icons.explore-off-sharp
"Imports @mui/icons-material/ExploreOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def explore-off-sharp (create-svg-icon (e "path" #js {"d" "m18 6-2.91 6.26 5.25 5.25C21.39 15.93 22 14.04 22 12c0-5.52-4.48-10-10-10-2.04 0-3.93.61-5.51 1.66l5.25 5.25L18 6zM2.1 4.93l1.56 1.56C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l1.56 1.56 1.41-1.41L3.51 3.51 2.1 4.93zm6.81 6.81 3.35 3.35L6 18l2.91-6.26z"})
"ExploreOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/explore_off_two_tone.cljs
================================================
(ns reagent-mui.icons.explore-off-two-tone
"Imports @mui/icons-material/ExploreOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def explore-off-two-tone (create-svg-icon [(e "path" #js {"d" "M12 20c1.48 0 2.86-.41 4.06-1.12l-3.98-3.98-5.58 2.6 2.59-5.58-3.97-3.98C4.41 9.14 4 10.52 4 12c0 4.41 3.59 8 8 8zm0-16c-1.48 0-2.86.41-4.06 1.12l3.98 3.98 5.58-2.6-2.59 5.58 3.98 3.98c.7-1.2 1.11-2.58 1.11-4.06 0-4.41-3.59-8-8-8z", "opacity" ".3"}) (e "path" #js {"d" "m17.5 6.5-5.58 2.59 2.99 2.99zM2.1 4.93l1.56 1.56C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l1.56 1.56 1.41-1.41L3.51 3.51 2.1 4.93zm3.02 3.01 3.98 3.98-2.6 5.58 5.58-2.59 3.98 3.98c-1.2.7-2.58 1.11-4.06 1.11-4.41 0-8-3.59-8-8 0-1.48.41-2.86 1.12-4.06zM12 4c4.41 0 8 3.59 8 8 0 1.48-.41 2.86-1.12 4.06l1.46 1.46C21.39 15.93 22 14.04 22 12c0-5.52-4.48-10-10-10-2.04 0-3.93.61-5.51 1.66l1.46 1.46C9.14 4.41 10.52 4 12 4z"})]
"ExploreOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/explore_outlined.cljs
================================================
(ns reagent-mui.icons.explore-outlined
"Imports @mui/icons-material/ExploreOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def explore-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-5.5-2.5 7.51-3.49L17.5 6.5 9.99 9.99 6.5 17.5zm5.5-6.6c.61 0 1.1.49 1.1 1.1s-.49 1.1-1.1 1.1-1.1-.49-1.1-1.1.49-1.1 1.1-1.1z"})
"ExploreOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/explore_rounded.cljs
================================================
(ns reagent-mui.icons.explore-rounded
"Imports @mui/icons-material/ExploreRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def explore-rounded (create-svg-icon (e "path" #js {"d" "M12 10.9c-.61 0-1.1.49-1.1 1.1s.49 1.1 1.1 1.1c.61 0 1.1-.49 1.1-1.1s-.49-1.1-1.1-1.1zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm2.19 12.19L6 18l3.81-8.19L18 6l-3.81 8.19z"})
"ExploreRounded"))
================================================
FILE: src/icons/reagent_mui/icons/explore_sharp.cljs
================================================
(ns reagent-mui.icons.explore-sharp
"Imports @mui/icons-material/ExploreSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def explore-sharp (create-svg-icon (e "path" #js {"d" "M12 10.9c-.61 0-1.1.49-1.1 1.1s.49 1.1 1.1 1.1c.61 0 1.1-.49 1.1-1.1s-.49-1.1-1.1-1.1zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm2.19 12.19L6 18l3.81-8.19L18 6l-3.81 8.19z"})
"ExploreSharp"))
================================================
FILE: src/icons/reagent_mui/icons/explore_two_tone.cljs
================================================
(ns reagent-mui.icons.explore-two-tone
"Imports @mui/icons-material/ExploreTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def explore-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm2.01 10.01L6.5 17.5l3.49-7.51L17.5 6.5l-3.49 7.51z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-5.5-2.5 7.51-3.49L17.5 6.5 9.99 9.99 6.5 17.5zm5.5-6.6c.61 0 1.1.49 1.1 1.1s-.49 1.1-1.1 1.1-1.1-.49-1.1-1.1.49-1.1 1.1-1.1z"})]
"ExploreTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/exposure.cljs
================================================
(ns reagent-mui.icons.exposure
"Imports @mui/icons-material/Exposure as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def exposure (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM6 7h5v1.5H6V7zm13 12H5L19 5v14zm-4.5-3v2H16v-2h2v-1.5h-2v-2h-1.5v2h-2V16z"})
"Exposure"))
================================================
FILE: src/icons/reagent_mui/icons/exposure_outlined.cljs
================================================
(ns reagent-mui.icons.exposure-outlined
"Imports @mui/icons-material/ExposureOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def exposure-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1.41 2L5 17.59V5h12.59zM6.41 19 19 6.41V19H6.41zM6 7h5v1.5H6zm10 5.5h-1.5v2h-2V16h2v2H16v-2h2v-1.5h-2z"})
"ExposureOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/exposure_rounded.cljs
================================================
(ns reagent-mui.icons.exposure-rounded
"Imports @mui/icons-material/ExposureRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def exposure-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM6.75 7h3.5c.41 0 .75.34.75.75s-.34.75-.75.75h-3.5c-.41 0-.75-.34-.75-.75S6.34 7 6.75 7zM18 19H5L19 5v13c0 .55-.45 1-1 1zm-3.5-3v1.25c0 .41.34.75.75.75s.75-.34.75-.75V16h1.25c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H16v-1.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.25h-1.25c-.41 0-.75.34-.75.75s.34.75.75.75h1.25z"})
"ExposureRounded"))
================================================
FILE: src/icons/reagent_mui/icons/exposure_sharp.cljs
================================================
(ns reagent-mui.icons.exposure-sharp
"Imports @mui/icons-material/ExposureSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def exposure-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM6 7h5v1.5H6V7zm13 12H5L19 5v14zm-4.5-3v2H16v-2h2v-1.5h-2v-2h-1.5v2h-2V16h2z"})
"ExposureSharp"))
================================================
FILE: src/icons/reagent_mui/icons/exposure_two_tone.cljs
================================================
(ns reagent-mui.icons.exposure-two-tone
"Imports @mui/icons-material/ExposureTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def exposure-two-tone (create-svg-icon [(e "path" #js {"d" "M19 19V5L5 19h14zm-4.5-4.5v-2H16v2h2V16h-2v2h-1.5v-2h-2v-1.5h2z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM6 7h5v1.5H6V7zm13 12H5L19 5v14zm-4.5-3v2H16v-2h2v-1.5h-2v-2h-1.5v2h-2V16z"})]
"ExposureTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/extension.cljs
================================================
(ns reagent-mui.icons.extension
"Imports @mui/icons-material/Extension as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def extension (create-svg-icon (e "path" #js {"d" "M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7 1.49 0 2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z"})
"Extension"))
================================================
FILE: src/icons/reagent_mui/icons/extension_off.cljs
================================================
(ns reagent-mui.icons.extension-off
"Imports @mui/icons-material/ExtensionOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def extension-off (create-svg-icon (e "path" #js {"d" "m19.78 22.61-1.63-1.63c-.05 0-.1.02-.15.02h-3.8c0-2.71-2.16-3-2.7-3s-2.7.29-2.7 3H5c-1.1 0-2-.9-2-2v-3.8c2.71 0 3-2.16 3-2.7s-.3-2.7-2.99-2.7V6c0-.05.02-.09.02-.14L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zm.22-5.44V15c1.38 0 2.5-1.12 2.5-2.5S21.38 10 20 10V6c0-1.1-.9-2-2-2h-4c0-1.38-1.12-2.5-2.5-2.5S9 2.62 9 4H6.83L20 17.17z"})
"ExtensionOff"))
================================================
FILE: src/icons/reagent_mui/icons/extension_off_outlined.cljs
================================================
(ns reagent-mui.icons.extension-off-outlined
"Imports @mui/icons-material/ExtensionOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def extension-off-outlined (create-svg-icon (e "path" #js {"d" "m1.39 4.22 1.62 1.62c0 .05-.01.1-.01.16v3.8c2.7 0 3 2.16 3 2.7s-.29 2.7-3 2.7V19c0 1.1.9 2 2 2h3.8c0-2.71 2.16-3 2.7-3s2.7.29 2.7 3H18c.06 0 .11 0 .16-.01l1.61 1.61 1.41-1.41L2.81 2.81 1.39 4.22zM11.5 16c-1.5 0-3.57.83-4.37 3H5v-2.13c2.17-.8 3-2.87 3-4.37 0-.69-.18-1.5-.58-2.25l6.33 6.33c-.75-.4-1.56-.58-2.25-.58zM8.83 6l-2-2H9c0-1.38 1.12-2.5 2.5-2.5S14 2.62 14 4h4c1.1 0 2 .9 2 2v4c1.38 0 2.5 1.12 2.5 2.5S21.38 15 20 15v2.17l-2-2V13h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2V6h-6V4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2H8.83z"})
"ExtensionOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/extension_off_rounded.cljs
================================================
(ns reagent-mui.icons.extension-off-rounded
"Imports @mui/icons-material/ExtensionOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def extension-off-rounded (create-svg-icon (e "path" #js {"d" "M20.49 21.9c-.39.39-1.02.39-1.41 0l-.92-.92c-.06 0-.11.02-.16.02h-3.8c0-2.71-2.16-3-2.7-3s-2.7.29-2.7 3H5c-1.1 0-2-.9-2-2v-3.8c2.71 0 3-2.16 3-2.7s-.3-2.7-2.99-2.7V6c0-.05.02-.09.02-.14l-.93-.93a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l16.97 16.97c.4.39.4 1.02.01 1.41zM20 17.17V15c1.38 0 2.5-1.12 2.5-2.5S21.38 10 20 10V6c0-1.1-.9-2-2-2h-4c0-1.38-1.12-2.5-2.5-2.5S9 2.62 9 4H6.83L20 17.17z"})
"ExtensionOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/extension_off_sharp.cljs
================================================
(ns reagent-mui.icons.extension-off-sharp
"Imports @mui/icons-material/ExtensionOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def extension-off-sharp (create-svg-icon (e "path" #js {"d" "m19.78 22.61-1.63-1.63c-.05 0-.1.02-.15.02h-3.8c0-2.71-2.16-3-2.7-3s-2.7.29-2.7 3H3v-5.8c2.71 0 3-2.16 3-2.7s-.3-2.7-2.99-2.7V6c0-.05.02-.09.02-.14L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zm.22-5.44V15c1.38 0 2.5-1.12 2.5-2.5S21.38 10 20 10V4h-6c0-1.38-1.12-2.5-2.5-2.5S9 2.62 9 4H6.83L20 17.17z"})
"ExtensionOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/extension_off_two_tone.cljs
================================================
(ns reagent-mui.icons.extension-off-two-tone
"Imports @mui/icons-material/ExtensionOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def extension-off-two-tone (create-svg-icon [(e "path" #js {"d" "M18 13v2.17L8.83 6H11V4c0-.28.22-.5.5-.5s.5.22.5.5v2h6v6h2c.28 0 .5.22.5.5s-.22.5-.5.5h-2zm-10-.5c0 1.5-.83 3.57-3 4.37V19h2.13c.8-2.17 2.87-3 4.37-3 .69 0 1.5.18 2.25.58l-6.33-6.33c.4.75.58 1.56.58 2.25z", "opacity" ".3"}) (e "path" #js {"d" "m1.39 4.22 1.62 1.62c0 .05-.01.1-.01.16v3.8c2.7 0 3 2.16 3 2.7s-.29 2.7-3 2.7V19c0 1.1.9 2 2 2h3.8c0-2.71 2.16-3 2.7-3s2.7.29 2.7 3H18c.06 0 .11 0 .16-.01l1.61 1.61 1.41-1.41L2.81 2.81 1.39 4.22zM11.5 16c-1.5 0-3.57.83-4.37 3H5v-2.13c2.17-.8 3-2.87 3-4.37 0-.69-.18-1.5-.58-2.25l6.33 6.33c-.75-.4-1.56-.58-2.25-.58zM8.83 6l-2-2H9c0-1.38 1.12-2.5 2.5-2.5S14 2.62 14 4h4c1.1 0 2 .9 2 2v4c1.38 0 2.5 1.12 2.5 2.5S21.38 15 20 15v2.17l-2-2V13h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2V6h-6V4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2H8.83z"})]
"ExtensionOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/extension_outlined.cljs
================================================
(ns reagent-mui.icons.extension-outlined
"Imports @mui/icons-material/ExtensionOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def extension-outlined (create-svg-icon (e "path" #js {"d" "M10.5 4.5c.28 0 .5.22.5.5v2h6v6h2c.28 0 .5.22.5.5s-.22.5-.5.5h-2v6h-2.12c-.68-1.75-2.39-3-4.38-3s-3.7 1.25-4.38 3H4v-2.12c1.75-.68 3-2.39 3-4.38 0-1.99-1.24-3.7-2.99-4.38L4 7h6V5c0-.28.22-.5.5-.5m0-2C9.12 2.5 8 3.62 8 5H4c-1.1 0-1.99.9-1.99 2v3.8h.29c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-.3c0-1.49 1.21-2.7 2.7-2.7s2.7 1.21 2.7 2.7v.3H17c1.1 0 2-.9 2-2v-4c1.38 0 2.5-1.12 2.5-2.5S20.38 11 19 11V7c0-1.1-.9-2-2-2h-4c0-1.38-1.12-2.5-2.5-2.5z"})
"ExtensionOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/extension_rounded.cljs
================================================
(ns reagent-mui.icons.extension-rounded
"Imports @mui/icons-material/ExtensionRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def extension-rounded (create-svg-icon (e "path" #js {"d" "M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7s2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z"})
"ExtensionRounded"))
================================================
FILE: src/icons/reagent_mui/icons/extension_sharp.cljs
================================================
(ns reagent-mui.icons.extension-sharp
"Imports @mui/icons-material/ExtensionSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def extension-sharp (create-svg-icon (e "path" #js {"d" "M20.36 11H19V5h-6V3.64c0-1.31-.94-2.5-2.24-2.63C9.26.86 8 2.03 8 3.5V5H2.01v5.8H3.4c1.31 0 2.5.88 2.75 2.16.33 1.72-.98 3.24-2.65 3.24H2V22h5.8v-1.4c0-1.31.88-2.5 2.16-2.75 1.72-.33 3.24.98 3.24 2.65V22H19v-6h1.5c1.47 0 2.64-1.26 2.49-2.76-.13-1.3-1.33-2.24-2.63-2.24z"})
"ExtensionSharp"))
================================================
FILE: src/icons/reagent_mui/icons/extension_two_tone.cljs
================================================
(ns reagent-mui.icons.extension-two-tone
"Imports @mui/icons-material/ExtensionTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def extension-two-tone (create-svg-icon [(e "path" #js {"d" "M19 13h-2V7h-6V5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2H4l.01 2.12C5.76 9.8 7 11.51 7 13.5c0 1.99-1.25 3.7-3 4.38V20h2.12c.68-1.75 2.39-3 4.38-3 1.99 0 3.7 1.25 4.38 3H17v-6h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5z", "opacity" ".3"}) (e "path" #js {"d" "M19 11V7c0-1.1-.9-2-2-2h-4c0-1.38-1.12-2.5-2.5-2.5S8 3.62 8 5H4c-1.1 0-1.99.9-1.99 2v3.8h.29c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-.3c0-1.49 1.21-2.7 2.7-2.7s2.7 1.21 2.7 2.7v.3H17c1.1 0 2-.9 2-2v-4c1.38 0 2.5-1.12 2.5-2.5S20.38 11 19 11zm0 3h-2v6h-2.12c-.68-1.75-2.39-3-4.38-3-1.99 0-3.7 1.25-4.38 3H4v-2.12c1.75-.68 3-2.39 3-4.38 0-1.99-1.24-3.7-2.99-4.38L4 7h6V5c0-.28.22-.5.5-.5s.5.22.5.5v2h6v6h2c.28 0 .5.22.5.5s-.22.5-.5.5z"})]
"ExtensionTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/face.cljs
================================================
(ns reagent-mui.icons.face
"Imports @mui/icons-material/Face as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face (create-svg-icon (e "path" #js {"d" "M9 11.75c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6 0c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-.29.02-.58.05-.86 2.36-1.05 4.23-2.98 5.21-5.37C11.07 8.33 14.05 10 17.42 10c.78 0 1.53-.09 2.25-.26.21.71.33 1.47.33 2.26 0 4.41-3.59 8-8 8z"})
"Face"))
================================================
FILE: src/icons/reagent_mui/icons/face_2.cljs
================================================
(ns reagent-mui.icons.face-2
"Imports @mui/icons-material/Face2 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-2 (create-svg-icon [(e "path" #js {"d" "M21.97 13.52v-.04C23.21 12.38 24 10.78 24 9c0-3.31-2.69-6-6-6-.26 0-.52.02-.78.06C16.19 1.23 14.24 0 12 0S7.81 1.23 6.78 3.06C6.52 3.02 6.26 3 6 3 2.69 3 0 5.69 0 9c0 1.78.79 3.38 2.02 4.48v.04C.79 14.62 0 16.22 0 18c0 3.31 2.69 6 6 6 1.39 0 2.67-.48 3.69-1.28.74.18 1.51.28 2.31.28s1.57-.1 2.31-.28c1.02.8 2.3 1.28 3.69 1.28 3.31 0 6-2.69 6-6 0-1.78-.79-3.38-2.03-4.48zM12 21c-4.41 0-8-3.59-8-8 0-3.72 2.56-6.85 6-7.74v.05c0 3.34 2.72 6.06 6.06 6.06 1.26 0 2.45-.39 3.45-1.09.31.86.49 1.77.49 2.72 0 4.41-3.59 8-8 8z"}) (e "circle" #js {"cx" "9", "cy" "14", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "14", "r" "1.25"})]
"Face2"))
================================================
FILE: src/icons/reagent_mui/icons/face_2_outlined.cljs
================================================
(ns reagent-mui.icons.face-2-outlined
"Imports @mui/icons-material/Face2Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-2-outlined (create-svg-icon [(e "path" #js {"d" "M21.97 13.52v-.04C23.21 12.38 24 10.78 24 9c0-3.31-2.69-6-6-6-.26 0-.52.02-.78.06C16.19 1.23 14.24 0 12 0S7.81 1.23 6.78 3.06C6.52 3.02 6.26 3 6 3 2.69 3 0 5.69 0 9c0 1.78.79 3.38 2.02 4.48v.04C.79 14.62 0 16.22 0 18c0 3.31 2.69 6 6 6 1.39 0 2.67-.48 3.69-1.28.74.18 1.51.28 2.31.28s1.57-.1 2.31-.28c1.02.8 2.3 1.28 3.69 1.28 3.31 0 6-2.69 6-6 0-1.78-.79-3.38-2.03-4.48zM22 9c0 .55-.12 1.07-.32 1.54-.57-2.25-1.9-4.19-3.7-5.54H18c2.21 0 4 1.79 4 4zm-9.97-4c2.73.01 5.13 1.39 6.57 3.48-.71.57-1.6.89-2.53.89C13.82 9.38 12 7.55 12 5.31c0-.1.02-.2.03-.31zM12 2c1.25 0 2.36.59 3.1 1.5-.98-.32-2.02-.5-3.1-.5s-2.12.18-3.1.5C9.64 2.59 10.75 2 12 2zM6 5h.02c-1.8 1.35-3.13 3.29-3.7 5.54C2.12 10.07 2 9.55 2 9c0-2.21 1.79-4 4-4zm0 17c-2.21 0-4-1.79-4-4 0-.69.19-1.32.5-1.88.8 2.44 2.52 4.47 4.74 5.68-.39.13-.8.2-1.24.2zm-2-9c0-3.72 2.56-6.85 6-7.74v.05c0 3.34 2.72 6.06 6.06 6.06 1.26 0 2.45-.39 3.45-1.09.31.86.49 1.77.49 2.72 0 4.41-3.59 8-8 8s-8-3.59-8-8zm14 9c-.44 0-.85-.07-1.25-.2 2.23-1.21 3.94-3.24 4.74-5.68.31.56.5 1.2.5 1.88.01 2.21-1.78 4-3.99 4z"}) (e "circle" #js {"cx" "9", "cy" "14", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "14", "r" "1.25"})]
"Face2Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/face_2_rounded.cljs
================================================
(ns reagent-mui.icons.face-2-rounded
"Imports @mui/icons-material/Face2Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-2-rounded (create-svg-icon [(e "path" #js {"d" "M21.97 13.52v-.04C23.21 12.38 24 10.78 24 9c0-3.31-2.69-6-6-6-.26 0-.52.02-.78.06C16.19 1.23 14.24 0 12 0S7.81 1.23 6.78 3.06C6.52 3.02 6.26 3 6 3 2.69 3 0 5.69 0 9c0 1.78.79 3.38 2.02 4.48v.04C.79 14.62 0 16.22 0 18c0 3.31 2.69 6 6 6 1.39 0 2.67-.48 3.69-1.28.74.18 1.51.28 2.31.28s1.57-.1 2.31-.28c1.02.8 2.3 1.28 3.69 1.28 3.31 0 6-2.69 6-6 0-1.78-.79-3.38-2.03-4.48zM12 21c-4.41 0-8-3.59-8-8 0-3.72 2.56-6.85 6-7.74v.05c0 3.34 2.72 6.06 6.06 6.06 1.26 0 2.45-.39 3.45-1.09.31.86.49 1.77.49 2.72 0 4.41-3.59 8-8 8z"}) (e "circle" #js {"cx" "9", "cy" "14", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "14", "r" "1.25"})]
"Face2Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/face_2_sharp.cljs
================================================
(ns reagent-mui.icons.face-2-sharp
"Imports @mui/icons-material/Face2Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-2-sharp (create-svg-icon [(e "path" #js {"d" "M21.97 13.52v-.04C23.21 12.38 24 10.78 24 9c0-3.31-2.69-6-6-6-.26 0-.52.02-.78.06C16.19 1.23 14.24 0 12 0S7.81 1.23 6.78 3.06C6.52 3.02 6.26 3 6 3 2.69 3 0 5.69 0 9c0 1.78.79 3.38 2.02 4.48v.04C.79 14.62 0 16.22 0 18c0 3.31 2.69 6 6 6 1.39 0 2.67-.48 3.69-1.28.74.18 1.51.28 2.31.28s1.57-.1 2.31-.28c1.02.8 2.3 1.28 3.69 1.28 3.31 0 6-2.69 6-6 0-1.78-.79-3.38-2.03-4.48zM12 21c-4.41 0-8-3.59-8-8 0-3.72 2.56-6.85 6-7.74v.05c0 3.34 2.72 6.06 6.06 6.06 1.26 0 2.45-.39 3.45-1.09.31.86.49 1.77.49 2.72 0 4.41-3.59 8-8 8z"}) (e "circle" #js {"cx" "9", "cy" "14", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "14", "r" "1.25"})]
"Face2Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/face_2_two_tone.cljs
================================================
(ns reagent-mui.icons.face-2-two-tone
"Imports @mui/icons-material/Face2TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-2-two-tone (create-svg-icon [(e "path" #js {"d" "M6.02 5H6C3.79 5 2 6.79 2 9c0 .55.12 1.07.32 1.54.57-2.25 1.9-4.19 3.7-5.54zm9.08-1.5C14.36 2.59 13.25 2 12 2s-2.36.59-3.1 1.5c.98-.32 2.02-.5 3.1-.5s2.12.18 3.1.5zM12 5.31c0 2.24 1.82 4.06 4.06 4.06.93 0 1.82-.32 2.53-.89-1.43-2.09-3.84-3.47-6.56-3.48-.01.11-.03.21-.03.31zM2.5 16.12c-.31.56-.5 1.19-.5 1.88 0 2.21 1.79 4 4 4 .44 0 .85-.07 1.25-.2-2.23-1.21-3.94-3.24-4.75-5.68zm19.18-5.58c.2-.47.32-.99.32-1.54 0-2.21-1.79-4-4-4h-.02c1.8 1.35 3.13 3.29 3.7 5.54zM16.75 21.8c.4.13.81.2 1.25.2 2.21 0 4-1.79 4-4 0-.69-.19-1.32-.5-1.88-.81 2.44-2.52 4.47-4.75 5.68z", "opacity" ".3"}) (e "path" #js {"d" "M21.97 13.52v-.04C23.21 12.38 24 10.78 24 9c0-3.31-2.69-6-6-6-.26 0-.52.02-.78.06C16.19 1.23 14.24 0 12 0S7.81 1.23 6.78 3.06C6.52 3.02 6.26 3 6 3 2.69 3 0 5.69 0 9c0 1.78.79 3.38 2.02 4.48v.04C.79 14.62 0 16.22 0 18c0 3.31 2.69 6 6 6 1.39 0 2.67-.48 3.69-1.28.74.18 1.51.28 2.31.28s1.57-.1 2.31-.28c1.02.8 2.3 1.28 3.69 1.28 3.31 0 6-2.69 6-6 0-1.78-.79-3.38-2.03-4.48zM18 5c2.21 0 4 1.79 4 4 0 .55-.12 1.07-.32 1.54-.57-2.25-1.9-4.19-3.7-5.54H18zm.6 3.48c-.71.57-1.6.89-2.53.89C13.82 9.38 12 7.55 12 5.31c0-.1.02-.21.03-.31 2.72.01 5.13 1.39 6.57 3.48zM12 2c1.25 0 2.36.59 3.1 1.5-.98-.32-2.02-.5-3.1-.5s-2.12.18-3.1.5C9.64 2.59 10.75 2 12 2zM2 9c0-2.21 1.79-4 4-4h.02c-1.8 1.35-3.13 3.29-3.7 5.54C2.12 10.07 2 9.55 2 9zm4 13c-2.21 0-4-1.79-4-4 0-.69.19-1.32.5-1.88.8 2.44 2.52 4.47 4.74 5.68-.39.13-.8.2-1.24.2zm6-1c-4.41 0-8-3.59-8-8 0-3.72 2.56-6.85 6-7.74v.05c0 3.34 2.72 6.06 6.06 6.06 1.26 0 2.45-.39 3.45-1.09.31.86.49 1.77.49 2.72 0 4.41-3.59 8-8 8zm6 1c-.44 0-.85-.07-1.25-.2 2.23-1.21 3.94-3.24 4.74-5.68.31.56.5 1.2.5 1.88.01 2.21-1.78 4-3.99 4z"}) (e "circle" #js {"cx" "9", "cy" "14", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "14", "r" "1.25"})]
"Face2TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/face_3.cljs
================================================
(ns reagent-mui.icons.face-3
"Imports @mui/icons-material/Face3 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-3 (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "M22.91 11.96C22.39 6.32 17.66 2 12 2S1.61 6.32 1.09 11.96l-.9 9.86c-.1 1.17.82 2.18 2 2.18h19.62c1.18 0 2.1-1.01 1.99-2.18l-.89-9.86zM4.54 9.13c.87.55 1.89.87 2.96.87 1.86 0 3.5-.93 4.5-2.35C13 9.07 14.64 10 16.5 10c1.07 0 2.09-.32 2.96-.87.34.89.54 1.86.54 2.87 0 4.41-3.59 8-8 8s-8-3.59-8-8c0-1.01.2-1.98.54-2.87z"})]
"Face3"))
================================================
FILE: src/icons/reagent_mui/icons/face_3_outlined.cljs
================================================
(ns reagent-mui.icons.face-3-outlined
"Imports @mui/icons-material/Face3Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-3-outlined (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "M22.91 11.96C22.39 6.32 17.66 2 12 2S1.61 6.32 1.09 11.96l-.9 9.86c-.1 1.17.82 2.18 2 2.18h19.62c1.18 0 2.1-1.01 1.99-2.18l-.89-9.86zM13 4.07c2.26.28 4.22 1.51 5.49 3.28-.58.4-1.26.65-1.99.65C14.57 8 13 6.43 13 4.5v-.43zm-2 0v.43C11 6.43 9.43 8 7.5 8c-.73 0-1.41-.25-1.99-.65 1.27-1.77 3.23-3 5.49-3.28zM4.54 9.13c.87.55 1.89.87 2.96.87 1.86 0 3.5-.93 4.5-2.35C13 9.07 14.64 10 16.5 10c1.07 0 2.09-.32 2.96-.87.34.89.54 1.86.54 2.87 0 4.41-3.59 8-8 8s-8-3.59-8-8c0-1.01.2-1.98.54-2.87zM12 22H2.19l.56-6.2C4.25 19.44 7.82 22 12 22s7.75-2.56 9.25-6.2l.56 6.2H12z"})]
"Face3Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/face_3_rounded.cljs
================================================
(ns reagent-mui.icons.face-3-rounded
"Imports @mui/icons-material/Face3Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-3-rounded (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "M22.91 11.96C22.39 6.32 17.66 2 12 2S1.61 6.32 1.09 11.96l-.9 9.86c-.1 1.17.82 2.18 2 2.18h19.62c1.18 0 2.1-1.01 1.99-2.18l-.89-9.86zM4.54 9.13c.87.55 1.89.87 2.96.87 1.86 0 3.5-.93 4.5-2.35C13 9.07 14.64 10 16.5 10c1.07 0 2.09-.32 2.96-.87.34.89.54 1.86.54 2.87 0 4.41-3.59 8-8 8s-8-3.59-8-8c0-1.01.2-1.98.54-2.87z"})]
"Face3Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/face_3_sharp.cljs
================================================
(ns reagent-mui.icons.face-3-sharp
"Imports @mui/icons-material/Face3Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-3-sharp (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "M22.91 11.96c-.54-5.93-5.75-10.41-11.8-9.92-5.38.42-9.56 4.9-10.05 10.28L0 24h24l-1.09-12.04zM4.54 9.13c.87.55 1.89.87 2.96.87 1.86 0 3.5-.93 4.5-2.35C13 9.07 14.64 10 16.5 10c1.07 0 2.09-.32 2.96-.87.34.89.54 1.86.54 2.87 0 4.41-3.59 8-8 8s-8-3.59-8-8c0-1.01.2-1.98.54-2.87z"})]
"Face3Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/face_3_two_tone.cljs
================================================
(ns reagent-mui.icons.face-3-two-tone
"Imports @mui/icons-material/Face3TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-3-two-tone (create-svg-icon [(e "path" #js {"d" "M16.5 8c.73 0 1.41-.25 1.99-.65-1.27-1.77-3.23-3-5.49-3.28v.43C13 6.43 14.57 8 16.5 8zM11 4.5v-.43c-2.26.28-4.22 1.51-5.49 3.28.58.4 1.26.65 1.99.65C9.43 8 11 6.43 11 4.5zM2.75 15.8 2.19 22H12c-4.18 0-7.75-2.56-9.25-6.2zM12 22h9.81l-.56-6.2C19.75 19.44 16.18 22 12 22z", "opacity" ".3"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "M22.91 11.96C22.39 6.32 17.66 2 12 2S1.61 6.32 1.09 11.96l-.9 9.86c-.1 1.17.82 2.18 2 2.18h19.62c1.18 0 2.1-1.01 1.99-2.18l-.89-9.86zM13 4.07c2.26.28 4.22 1.51 5.49 3.28-.58.4-1.26.65-1.99.65C14.57 8 13 6.43 13 4.5v-.43zm-2 0v.43C11 6.43 9.43 8 7.5 8c-.73 0-1.41-.25-1.99-.65 1.27-1.77 3.23-3 5.49-3.28zM4.54 9.13c.87.55 1.89.87 2.96.87 1.86 0 3.5-.93 4.5-2.35C13 9.07 14.64 10 16.5 10c1.07 0 2.09-.32 2.96-.87.34.89.54 1.86.54 2.87 0 4.41-3.59 8-8 8s-8-3.59-8-8c0-1.01.2-1.98.54-2.87zM12 22H2.19l.56-6.2C4.25 19.44 7.82 22 12 22s7.75-2.56 9.25-6.2l.56 6.2H12z"})]
"Face3TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/face_4.cljs
================================================
(ns reagent-mui.icons.face-4
"Imports @mui/icons-material/Face4 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-4 (create-svg-icon [(e "path" #js {"d" "M12 2c-.96 0-1.88.14-2.75.39C8.37.96 6.8 0 5 0 2.24 0 0 2.24 0 5c0 1.8.96 3.37 2.39 4.25C2.14 10.12 2 11.04 2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-.05.01-.1.01-.15 2.6-.98 4.68-2.99 5.74-5.55 1.83 2.26 4.62 3.7 7.75 3.7.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 4.41-3.59 8-8 8z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"Face4"))
================================================
FILE: src/icons/reagent_mui/icons/face_4_outlined.cljs
================================================
(ns reagent-mui.icons.face-4-outlined
"Imports @mui/icons-material/Face4Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-4-outlined (create-svg-icon [(e "path" #js {"d" "M12 2c-.96 0-1.88.14-2.75.39C8.37.96 6.8 0 5 0 2.24 0 0 2.24 0 5c0 1.8.96 3.37 2.39 4.25C2.14 10.12 2 11.04 2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm0 2c2.9 0 5.44 1.56 6.84 3.88-.43.07-.88.12-1.34.12-2.9 0-5.44-1.56-6.84-3.88.43-.07.88-.12 1.34-.12zM4.42 9.47C5.05 7.58 6.37 6 8.08 5.03 7.45 6.92 6.13 8.5 4.42 9.47zM2 5c0-1.65 1.35-3 3-3 .95 0 1.8.46 2.35 1.15-1.79.94-3.26 2.41-4.2 4.2C2.46 6.8 2 5.95 2 5zm10 15c-4.41 0-8-3.59-8-8 0-.05.01-.1.01-.15 2.6-.98 4.68-2.99 5.74-5.55 1.83 2.26 4.62 3.7 7.75 3.7.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 4.41-3.59 8-8 8z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"Face4Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/face_4_rounded.cljs
================================================
(ns reagent-mui.icons.face-4-rounded
"Imports @mui/icons-material/Face4Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-4-rounded (create-svg-icon [(e "path" #js {"d" "M12 2c-.96 0-1.88.14-2.75.39C8.37.96 6.8 0 5 0 2.24 0 0 2.24 0 5c0 1.8.96 3.37 2.39 4.25C2.14 10.12 2 11.04 2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-.05.01-.1.01-.15 2.6-.98 4.68-2.99 5.74-5.55 1.83 2.26 4.62 3.7 7.75 3.7.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 4.41-3.59 8-8 8z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"Face4Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/face_4_sharp.cljs
================================================
(ns reagent-mui.icons.face-4-sharp
"Imports @mui/icons-material/Face4Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-4-sharp (create-svg-icon [(e "path" #js {"d" "M12 2c-.96 0-1.88.14-2.75.39C8.37.96 6.8 0 5 0 2.24 0 0 2.24 0 5c0 1.8.96 3.37 2.39 4.25C2.14 10.12 2 11.04 2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-.05.01-.1.01-.15 2.6-.98 4.68-2.99 5.74-5.55 1.83 2.26 4.62 3.7 7.75 3.7.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 4.41-3.59 8-8 8z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"Face4Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/face_4_two_tone.cljs
================================================
(ns reagent-mui.icons.face-4-two-tone
"Imports @mui/icons-material/Face4TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-4-two-tone (create-svg-icon [(e "path" #js {"d" "M4.42 9.47c1.71-.97 3.03-2.55 3.66-4.44C6.37 6 5.05 7.58 4.42 9.47zM17.5 8c.46 0 .91-.05 1.34-.12C17.44 5.56 14.9 4 12 4c-.46 0-.91.05-1.34.12C12.06 6.44 14.6 8 17.5 8zM7.35 3.15C6.8 2.46 5.95 2 5 2 3.35 2 2 3.35 2 5c0 .95.46 1.8 1.15 2.35.94-1.79 2.41-3.26 4.2-4.2z", "opacity" ".3"}) (e "path" #js {"d" "M12 2c-.96 0-1.88.14-2.75.39C8.37.96 6.8 0 5 0 2.24 0 0 2.24 0 5c0 1.8.96 3.37 2.39 4.25C2.14 10.12 2 11.04 2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm0 2c2.9 0 5.44 1.56 6.84 3.88-.43.07-.88.12-1.34.12-2.9 0-5.44-1.56-6.84-3.88.43-.07.88-.12 1.34-.12zM2 5c0-1.65 1.35-3 3-3 .95 0 1.8.46 2.35 1.15-1.79.94-3.26 2.41-4.2 4.2C2.46 6.8 2 5.95 2 5zm6.08.03C7.45 6.92 6.13 8.5 4.42 9.47 5.05 7.58 6.37 6 8.08 5.03zM12 20c-4.41 0-8-3.59-8-8 0-.05.01-.1.01-.15 2.6-.98 4.68-2.99 5.74-5.55 1.83 2.26 4.62 3.7 7.75 3.7.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 4.41-3.59 8-8 8z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"Face4TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/face_5.cljs
================================================
(ns reagent-mui.icons.face-5
"Imports @mui/icons-material/Face5 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-5 (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-1.12.23-2.18.65-3.15.09.09.21.15.35.15.28 0 .5-.22.5-.5 0-.25-.19-.45-.43-.49.15-.26.32-.51.49-.75-.03.08-.06.15-.06.24 0 .28.22.5.5.5s.5-.22.5-.5S6.28 7 6 7c-.13 0-.25.05-.34.13.52-.68 1.15-1.28 1.86-1.76-.01.04-.02.08-.02.13 0 .28.22.5.5.5s.5-.22.5-.5c0-.24-.17-.43-.4-.48.16-.09.32-.17.49-.25.09.14.24.23.41.23.28 0 .5-.22.5-.5 0-.03-.01-.06-.02-.09.39-.13.79-.23 1.21-.3-.11.1-.19.23-.19.39 0 .28.22.5.5.5s.5-.22.5-.5c0-.21-.13-.38-.3-.46.26-.03.53-.04.8-.04s.54.01.8.04c-.18.08-.3.25-.3.46 0 .28.22.5.5.5s.5-.22.5-.5c0-.16-.08-.29-.19-.38.41.07.82.17 1.21.3-.01.02-.02.05-.02.08 0 .28.22.5.5.5.17 0 .32-.09.41-.23.17.08.33.16.49.25-.23.05-.4.24-.4.48 0 .28.22.5.5.5s.5-.22.5-.5c0-.05-.01-.09-.03-.13.71.48 1.34 1.08 1.86 1.76-.08-.08-.2-.13-.33-.13-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5c0-.09-.03-.16-.07-.23.18.24.34.49.49.75-.23.03-.42.23-.42.48 0 .28.22.5.5.5.14 0 .26-.06.35-.15.42.97.65 2.03.65 3.15 0 4.41-3.59 8-8 8z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "12", "cy" "5.5", "r" ".5"}) (e "circle" #js {"cx" "14", "cy" "5.5", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "5.5", "r" ".5"}) (e "circle" #js {"cx" "17", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "9", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "7", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "11", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "13", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "15", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "12", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "14", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "16", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "8", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "9", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "7", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "11", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "13", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "15", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "17", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"Face5"))
================================================
FILE: src/icons/reagent_mui/icons/face_5_outlined.cljs
================================================
(ns reagent-mui.icons.face-5-outlined
"Imports @mui/icons-material/Face5Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-5-outlined (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-1.12.23-2.18.65-3.15.09.09.21.15.35.15.28 0 .5-.22.5-.5 0-.25-.19-.45-.43-.49.15-.26.32-.51.49-.75-.03.08-.06.15-.06.24 0 .28.22.5.5.5s.5-.22.5-.5S6.28 7 6 7c-.13 0-.25.05-.34.13.52-.68 1.15-1.28 1.86-1.76-.01.04-.02.08-.02.13 0 .28.22.5.5.5s.5-.22.5-.5c0-.24-.17-.43-.4-.48.16-.09.32-.17.49-.25.09.14.24.23.41.23.28 0 .5-.22.5-.5 0-.03-.01-.06-.02-.09.39-.13.79-.23 1.21-.3-.11.1-.19.23-.19.39 0 .28.22.5.5.5s.5-.22.5-.5c0-.21-.13-.38-.3-.46.26-.03.53-.04.8-.04s.54.01.8.04c-.18.08-.3.25-.3.46 0 .28.22.5.5.5s.5-.22.5-.5c0-.16-.08-.29-.19-.38.41.07.82.17 1.21.3-.01.02-.02.05-.02.08 0 .28.22.5.5.5.17 0 .32-.09.41-.23.17.08.33.16.49.25-.23.05-.4.24-.4.48 0 .28.22.5.5.5s.5-.22.5-.5c0-.05-.01-.09-.03-.13.71.48 1.34 1.08 1.86 1.76-.08-.08-.2-.13-.33-.13-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5c0-.09-.03-.16-.07-.23.18.24.34.49.49.75-.23.03-.42.23-.42.48 0 .28.22.5.5.5.14 0 .26-.06.35-.15.42.97.65 2.03.65 3.15 0 4.41-3.59 8-8 8z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "12", "cy" "5.5", "r" ".5"}) (e "circle" #js {"cx" "14", "cy" "5.5", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "5.5", "r" ".5"}) (e "circle" #js {"cx" "17", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "9", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "7", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "11", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "13", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "15", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "12", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "14", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "16", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "8", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "9", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "7", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "11", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "13", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "15", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "17", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"Face5Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/face_5_rounded.cljs
================================================
(ns reagent-mui.icons.face-5-rounded
"Imports @mui/icons-material/Face5Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-5-rounded (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-1.12.23-2.18.65-3.15.09.09.21.15.35.15.28 0 .5-.22.5-.5 0-.25-.19-.45-.43-.49.15-.26.32-.51.49-.75-.03.08-.06.15-.06.24 0 .28.22.5.5.5s.5-.22.5-.5S6.28 7 6 7c-.13 0-.25.05-.34.13.52-.68 1.15-1.28 1.86-1.76-.01.04-.02.08-.02.13 0 .28.22.5.5.5s.5-.22.5-.5c0-.24-.17-.43-.4-.48.16-.09.32-.17.49-.25.09.14.24.23.41.23.28 0 .5-.22.5-.5 0-.03-.01-.06-.02-.09.39-.13.79-.23 1.21-.3-.11.1-.19.23-.19.39 0 .28.22.5.5.5s.5-.22.5-.5c0-.21-.13-.38-.3-.46.26-.03.53-.04.8-.04s.54.01.8.04c-.18.08-.3.25-.3.46 0 .28.22.5.5.5s.5-.22.5-.5c0-.16-.08-.29-.19-.38.41.07.82.17 1.21.3-.01.02-.02.05-.02.08 0 .28.22.5.5.5.17 0 .32-.09.41-.23.17.08.33.16.49.25-.23.05-.4.24-.4.48 0 .28.22.5.5.5s.5-.22.5-.5c0-.05-.01-.09-.03-.13.71.48 1.34 1.08 1.86 1.76-.08-.08-.2-.13-.33-.13-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5c0-.09-.03-.16-.07-.23.18.24.34.49.49.75-.23.03-.42.23-.42.48 0 .28.22.5.5.5.14 0 .26-.06.35-.15.42.97.65 2.03.65 3.15 0 4.41-3.59 8-8 8z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "12", "cy" "5.5", "r" ".5"}) (e "circle" #js {"cx" "14", "cy" "5.5", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "5.5", "r" ".5"}) (e "circle" #js {"cx" "17", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "9", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "7", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "11", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "13", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "15", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "12", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "14", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "16", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "8", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "9", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "7", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "11", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "13", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "15", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "17", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"Face5Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/face_5_sharp.cljs
================================================
(ns reagent-mui.icons.face-5-sharp
"Imports @mui/icons-material/Face5Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-5-sharp (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-1.12.23-2.18.65-3.15.09.09.21.15.35.15.28 0 .5-.22.5-.5 0-.25-.19-.45-.43-.49.15-.26.32-.51.49-.75-.03.08-.06.15-.06.24 0 .28.22.5.5.5s.5-.22.5-.5S6.28 7 6 7c-.13 0-.25.05-.34.13.52-.68 1.15-1.28 1.86-1.76-.01.04-.02.08-.02.13 0 .28.22.5.5.5s.5-.22.5-.5c0-.24-.17-.43-.4-.48.16-.09.32-.17.49-.25.09.14.24.23.41.23.28 0 .5-.22.5-.5 0-.03-.01-.06-.02-.09.39-.13.79-.23 1.21-.3-.11.1-.19.23-.19.39 0 .28.22.5.5.5s.5-.22.5-.5c0-.21-.13-.38-.3-.46.26-.03.53-.04.8-.04s.54.01.8.04c-.18.08-.3.25-.3.46 0 .28.22.5.5.5s.5-.22.5-.5c0-.16-.08-.29-.19-.38.41.07.82.17 1.21.3-.01.02-.02.05-.02.08 0 .28.22.5.5.5.17 0 .32-.09.41-.23.17.08.33.16.49.25-.23.05-.4.24-.4.48 0 .28.22.5.5.5s.5-.22.5-.5c0-.05-.01-.09-.03-.13.71.48 1.34 1.08 1.86 1.76-.08-.08-.2-.13-.33-.13-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5c0-.09-.03-.16-.07-.23.18.24.34.49.49.75-.23.03-.42.23-.42.48 0 .28.22.5.5.5.14 0 .26-.06.35-.15.42.97.65 2.03.65 3.15 0 4.41-3.59 8-8 8z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "12", "cy" "5.5", "r" ".5"}) (e "circle" #js {"cx" "14", "cy" "5.5", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "5.5", "r" ".5"}) (e "circle" #js {"cx" "17", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "9", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "7", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "11", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "13", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "15", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "12", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "14", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "16", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "8", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "9", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "7", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "11", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "13", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "15", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "17", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"Face5Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/face_5_two_tone.cljs
================================================
(ns reagent-mui.icons.face-5-two-tone
"Imports @mui/icons-material/Face5TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-5-two-tone (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-1.12.23-2.18.65-3.15.09.09.21.15.35.15.28 0 .5-.22.5-.5 0-.25-.19-.45-.43-.49.15-.26.32-.51.49-.75-.03.08-.06.15-.06.24 0 .28.22.5.5.5s.5-.22.5-.5S6.28 7 6 7c-.13 0-.25.05-.34.13.52-.68 1.15-1.28 1.86-1.76-.01.04-.02.08-.02.13 0 .28.22.5.5.5s.5-.22.5-.5c0-.24-.17-.43-.4-.48.16-.09.32-.17.49-.25.09.14.24.23.41.23.28 0 .5-.22.5-.5 0-.03-.01-.06-.02-.09.39-.13.79-.23 1.21-.3-.11.1-.19.23-.19.39 0 .28.22.5.5.5s.5-.22.5-.5c0-.21-.13-.38-.3-.46.26-.03.53-.04.8-.04s.54.01.8.04c-.18.08-.3.25-.3.46 0 .28.22.5.5.5s.5-.22.5-.5c0-.16-.08-.29-.19-.38.41.07.82.17 1.21.3-.01.02-.02.05-.02.08 0 .28.22.5.5.5.17 0 .32-.09.41-.23.17.08.33.16.49.25-.23.05-.4.24-.4.48 0 .28.22.5.5.5s.5-.22.5-.5c0-.05-.01-.09-.03-.13.71.48 1.34 1.08 1.86 1.76-.08-.08-.2-.13-.33-.13-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5c0-.09-.03-.16-.07-.23.18.24.34.49.49.75-.23.03-.42.23-.42.48 0 .28.22.5.5.5.14 0 .26-.06.35-.15.42.97.65 2.03.65 3.15 0 4.41-3.59 8-8 8z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "12", "cy" "5.5", "r" ".5"}) (e "circle" #js {"cx" "14", "cy" "5.5", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "5.5", "r" ".5"}) (e "circle" #js {"cx" "17", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "9", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "7", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "11", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "13", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "15", "cy" "6.5", "r" ".5"}) (e "circle" #js {"cx" "12", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "14", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "16", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "10", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "8", "cy" "7.5", "r" ".5"}) (e "circle" #js {"cx" "9", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "7", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "11", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "13", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "15", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "17", "cy" "8.5", "r" ".5"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"Face5TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/face_6.cljs
================================================
(ns reagent-mui.icons.face-6
"Imports @mui/icons-material/Face6 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-6 (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8v-.03c2.31-.22 3.43-1.59 4.34-3.41.17-.35.51-.56.9-.56h5.53c.38 0 .72.21.89.55.9 1.8 1.99 3.19 4.34 3.41v.03c0 4.42-3.59 8.01-8 8.01z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"Face6"))
================================================
FILE: src/icons/reagent_mui/icons/face_6_outlined.cljs
================================================
(ns reagent-mui.icons.face-6-outlined
"Imports @mui/icons-material/Face6Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-6-outlined (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 2c3.68 0 6.78 2.51 7.71 5.9-.6-.16-1.33-.37-2.26-2.24C16.94 6.64 15.91 6 14.76 6H9.24c-1.15 0-2.18.64-2.69 1.66-.93 1.86-1.58 2.06-2.26 2.24C5.22 6.51 8.32 4 12 4zm0 16c-4.41 0-8-3.59-8-8v-.03c2.31-.22 3.43-1.59 4.34-3.41.17-.35.51-.56.9-.56h5.53c.38 0 .72.21.89.55.9 1.8 1.99 3.19 4.34 3.41v.03c0 4.42-3.59 8.01-8 8.01z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"Face6Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/face_6_rounded.cljs
================================================
(ns reagent-mui.icons.face-6-rounded
"Imports @mui/icons-material/Face6Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-6-rounded (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8v-.03c2.31-.22 3.43-1.59 4.34-3.41.17-.35.51-.56.9-.56h5.53c.38 0 .72.21.89.55.9 1.8 1.99 3.19 4.34 3.41v.03c0 4.42-3.59 8.01-8 8.01z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"Face6Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/face_6_sharp.cljs
================================================
(ns reagent-mui.icons.face-6-sharp
"Imports @mui/icons-material/Face6Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-6-sharp (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8h2.62l2-4h6.76l2 4H20c0 4.41-3.59 8-8 8z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"Face6Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/face_6_two_tone.cljs
================================================
(ns reagent-mui.icons.face-6-two-tone
"Imports @mui/icons-material/Face6TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-6-two-tone (create-svg-icon [(e "path" #js {"d" "M6.55 7.66C7.06 6.64 8.09 6 9.24 6h5.53c1.14 0 2.17.64 2.68 1.66.94 1.87 1.66 2.08 2.26 2.24C18.78 6.51 15.68 4 12 4S5.22 6.51 4.29 9.9c.68-.18 1.33-.38 2.26-2.24z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 2c3.68 0 6.78 2.51 7.71 5.9-.6-.16-1.33-.37-2.26-2.24C16.94 6.64 15.91 6 14.76 6H9.24c-1.15 0-2.18.64-2.69 1.66-.93 1.86-1.58 2.06-2.26 2.24C5.22 6.51 8.32 4 12 4zm0 16c-4.41 0-8-3.59-8-8v-.03c2.31-.22 3.43-1.59 4.34-3.41.17-.35.51-.56.9-.56h5.53c.38 0 .72.21.89.55.9 1.8 1.99 3.19 4.34 3.41v.03c0 4.42-3.59 8.01-8 8.01z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"Face6TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/face_outlined.cljs
================================================
(ns reagent-mui.icons.face-outlined
"Imports @mui/icons-material/FaceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-outlined (create-svg-icon (e "path" #js {"d" "M10.25 13c0 .69-.56 1.25-1.25 1.25S7.75 13.69 7.75 13s.56-1.25 1.25-1.25 1.25.56 1.25 1.25zM15 11.75c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm7 .25c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2s10 4.48 10 10zM10.66 4.12C12.06 6.44 14.6 8 17.5 8c.46 0 .91-.05 1.34-.12C17.44 5.56 14.9 4 12 4c-.46 0-.91.05-1.34.12zM4.42 9.47c1.71-.97 3.03-2.55 3.66-4.44C6.37 6 5.05 7.58 4.42 9.47zM20 12c0-.78-.12-1.53-.33-2.24-.7.15-1.42.24-2.17.24-3.13 0-5.92-1.44-7.76-3.69C8.69 8.87 6.6 10.88 4 11.86c.01.04 0 .09 0 .14 0 4.41 3.59 8 8 8s8-3.59 8-8z"})
"FaceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/face_retouching_natural.cljs
================================================
(ns reagent-mui.icons.face-retouching-natural
"Imports @mui/icons-material/FaceRetouchingNatural as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-retouching-natural (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "m20.77 8.58-.92 2.01c.09.46.15.93.15 1.41 0 4.41-3.59 8-8 8s-8-3.59-8-8c0-.05.01-.1 0-.14 2.6-.98 4.69-2.99 5.74-5.55C11.58 8.56 14.37 10 17.5 10c.45 0 .89-.04 1.33-.1l-.6-1.32-.88-1.93-1.93-.88-2.79-1.27 2.79-1.27.71-.32C14.87 2.33 13.47 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-1.47-.33-2.87-.9-4.13l-.33.71z"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "M20.6 5.6 19.5 8l-1.1-2.4L16 4.5l2.4-1.1L19.5 1l1.1 2.4L23 4.5z"})]
"FaceRetouchingNatural"))
================================================
FILE: src/icons/reagent_mui/icons/face_retouching_natural_outlined.cljs
================================================
(ns reagent-mui.icons.face-retouching-natural-outlined
"Imports @mui/icons-material/FaceRetouchingNaturalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-retouching-natural-outlined (create-svg-icon [(e "path" #js {"d" "M19.89 10.75c.07.41.11.82.11 1.25 0 4.41-3.59 8-8 8s-8-3.59-8-8c0-.05.01-.1 0-.14 2.6-.98 4.69-2.99 5.74-5.55 3.38 4.14 7.97 3.73 8.99 3.61l-.89-1.93c-.13.01-4.62.38-7.18-3.86 1.01-.16 1.71-.15 2.59-.01 2.52-1.15 1.93-.89 2.76-1.26C14.78 2.3 13.43 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-1.43-.3-2.78-.84-4.01l-1.27 2.76zM8.08 5.03C7.45 6.92 6.13 8.5 4.42 9.47 5.05 7.58 6.37 6 8.08 5.03z"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "m23 4.5-2.4-1.1L19.5 1l-1.1 2.4L16 4.5l2.4 1.1L19.5 8l1.1-2.4z"})]
"FaceRetouchingNaturalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/face_retouching_natural_rounded.cljs
================================================
(ns reagent-mui.icons.face-retouching-natural-rounded
"Imports @mui/icons-material/FaceRetouchingNaturalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-retouching-natural-rounded (create-svg-icon [(e "path" #js {"d" "M22.01 4.05 20.6 3.4l-.65-1.41c-.18-.39-.73-.39-.91 0L18.4 3.4l-1.41.65c-.39.18-.39.73 0 .91l1.41.64.65 1.41c.18.39.73.39.91 0l.64-1.41 1.41-.65c.39-.17.39-.73 0-.9z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "M19.5 8.8c-.78 0-1.49-.46-1.82-1.17l-.41-.9-.9-.41c-.71-.33-1.17-1.04-1.17-1.82 0-.66.34-1.26.87-1.63C14.83 2.32 13.45 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-1.45-.32-2.83-.87-4.07-.37.53-.97.87-1.63.87zM12 20c-4.41 0-8-3.59-8-8 0-.05.01-.1 0-.14 2.6-.98 4.69-2.99 5.74-5.55C11.58 8.56 14.37 10 17.5 10c.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 4.41-3.59 8-8 8z"})]
"FaceRetouchingNaturalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/face_retouching_natural_sharp.cljs
================================================
(ns reagent-mui.icons.face-retouching-natural-sharp
"Imports @mui/icons-material/FaceRetouchingNaturalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-retouching-natural-sharp (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "M19.85 10.59C20.79 15.4 17.01 20 12 20c-4.41 0-8-3.59-8-8 0-.39 3.87-1.12 5.74-5.69 3.42 4.19 8.07 3.73 9.09 3.59l-1.48-3.25-4.72-2.15 3.5-1.59C9.51-.14 2 4.77 2 12c0 5.52 4.48 10 10 10 7.21 0 12.12-7.45 9.1-14.13l-1.25 2.72z"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "M20.6 5.6 19.5 8l-1.1-2.4L16 4.5l2.4-1.1L19.5 1l1.1 2.4L23 4.5l-2.4 1.1z"})]
"FaceRetouchingNaturalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/face_retouching_natural_two_tone.cljs
================================================
(ns reagent-mui.icons.face-retouching-natural-two-tone
"Imports @mui/icons-material/FaceRetouchingNaturalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-retouching-natural-two-tone (create-svg-icon [(e "path" #js {"d" "M10.66 4.12c2.55 4.23 7.03 3.87 7.18 3.86l-.57-1.25L12.4 4.5l.85-.39C12.84 4.04 12.43 4 12 4c-.46 0-.91.05-1.34.12zm-2.58.91C6.37 6 5.05 7.58 4.42 9.47c1.71-.97 3.03-2.55 3.66-4.44z", "opacity" ".3"}) (e "path" #js {"d" "M19.89 10.75c.07.41.11.82.11 1.25 0 4.41-3.59 8-8 8s-8-3.59-8-8c0-.05.01-.1 0-.14 2.6-.98 4.69-2.99 5.74-5.55 3.38 4.14 7.97 3.73 8.99 3.61l-.89-1.93c-.13.01-4.62.38-7.18-3.86 1.01-.16 1.71-.15 2.59-.01l2.12-.97.64-.29C14.78 2.3 13.43 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-1.43-.3-2.78-.84-4.01l-1.27 2.76zM8.08 5.03C7.45 6.92 6.13 8.5 4.42 9.47 5.05 7.58 6.37 6 8.08 5.03z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "M20.6 3.4 19.5 1l-1.1 2.4L16 4.5l2.4 1.1L19.5 8l1.1-2.4L23 4.5z"})]
"FaceRetouchingNaturalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/face_retouching_off.cljs
================================================
(ns reagent-mui.icons.face-retouching-off
"Imports @mui/icons-material/FaceRetouchingOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-retouching-off (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "M17.5 10c.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 1.22-.28 2.37-.77 3.4l1.49 1.49C21.53 15.44 22 13.78 22 12c0-5.52-4.48-10-10-10-1.78 0-3.44.47-4.89 1.28l5.33 5.33c1.49.88 3.21 1.39 5.06 1.39zM1.89 3.72l2.19 2.19C2.78 7.6 2 9.71 2 12c0 5.52 4.48 10 10 10 2.29 0 4.4-.78 6.09-2.08l2.19 2.19 1.41-1.41L3.31 2.31 1.89 3.72zm14.77 14.77C15.35 19.44 13.74 20 12 20c-4.41 0-8-3.59-8-8 0-.05.01-.1 0-.14 1.39-.52 2.63-1.35 3.64-2.39l9.02 9.02z"})]
"FaceRetouchingOff"))
================================================
FILE: src/icons/reagent_mui/icons/face_retouching_off_outlined.cljs
================================================
(ns reagent-mui.icons.face-retouching-off-outlined
"Imports @mui/icons-material/FaceRetouchingOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-retouching-off-outlined (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "M17.5 10c.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 1.22-.28 2.37-.77 3.4l1.49 1.49C21.53 15.44 22 13.78 22 12c0-5.52-4.48-10-10-10-1.78 0-3.44.47-4.89 1.28l5.33 5.33c1.49.88 3.21 1.39 5.06 1.39zm-6.84-5.88c.43-.07.88-.12 1.34-.12 2.9 0 5.44 1.56 6.84 3.88-.43.07-.88.12-1.34.12-2.9 0-5.44-1.56-6.84-3.88zm-8.77-.4 2.19 2.19C2.78 7.6 2 9.71 2 12c0 5.52 4.48 10 10 10 2.29 0 4.4-.78 6.09-2.08l2.19 2.19 1.41-1.41L3.31 2.31 1.89 3.72zm14.77 14.77C15.35 19.44 13.74 20 12 20c-4.41 0-8-3.59-8-8 0-.05.01-.1 0-.14 1.39-.52 2.63-1.35 3.64-2.39l9.02 9.02zM6.23 8.06c-.53.55-1.14 1.03-1.81 1.41.26-.77.63-1.48 1.09-2.13l.72.72z"})]
"FaceRetouchingOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/face_retouching_off_rounded.cljs
================================================
(ns reagent-mui.icons.face-retouching-off-rounded
"Imports @mui/icons-material/FaceRetouchingOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-retouching-off-rounded (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "M17.5 10c.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 1.22-.28 2.37-.77 3.4l1.49 1.49C21.53 15.44 22 13.78 22 12c0-5.52-4.48-10-10-10-1.78 0-3.44.47-4.89 1.28l5.33 5.33c1.49.88 3.21 1.39 5.06 1.39zM2.6 4.43l1.48 1.48C2.51 7.95 1.7 10.6 2.1 13.46c.62 4.33 4.11 7.82 8.44 8.44 2.85.41 5.51-.41 7.55-1.98l1.48 1.48c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L4.01 3.01a.9959.9959 0 0 0-1.41 0c-.39.4-.39 1.03 0 1.42zm14.06 14.06C15.35 19.44 13.74 20 12 20c-4.41 0-8-3.59-8-8 0-.05.01-.1 0-.14 1.39-.52 2.63-1.35 3.64-2.39l9.02 9.02z"})]
"FaceRetouchingOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/face_retouching_off_sharp.cljs
================================================
(ns reagent-mui.icons.face-retouching-off-sharp
"Imports @mui/icons-material/FaceRetouchingOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-retouching-off-sharp (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "path" #js {"d" "M17.5 10c.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 1.22-.28 2.37-.77 3.4l1.49 1.49C21.53 15.44 22 13.78 22 12c0-5.52-4.48-10-10-10-1.78 0-3.44.47-4.89 1.28l5.33 5.33c1.49.88 3.21 1.39 5.06 1.39zM1.89 3.72l2.19 2.19C2.78 7.6 2 9.71 2 12c0 5.52 4.48 10 10 10 2.29 0 4.4-.78 6.09-2.08l2.19 2.19 1.41-1.41L3.31 2.31 1.89 3.72zm14.77 14.77C15.35 19.44 13.74 20 12 20c-4.41 0-8-3.59-8-8 0-.05.01-.1 0-.14 1.39-.52 2.63-1.35 3.64-2.39l9.02 9.02z"})]
"FaceRetouchingOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/face_retouching_off_two_tone.cljs
================================================
(ns reagent-mui.icons.face-retouching-off-two-tone
"Imports @mui/icons-material/FaceRetouchingOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-retouching-off-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-.46 0-.91.05-1.34.12C12.06 6.44 14.6 8 17.5 8c.46 0 .91-.05 1.34-.12C17.44 5.56 14.9 4 12 4zM4.42 9.47c.67-.38 1.28-.86 1.81-1.41l-.72-.72c-.46.65-.83 1.36-1.09 2.13z", "opacity" ".3"}) (e "path" #js {"d" "M9 14.25c.69 0 1.25-.56 1.25-1.25S9.69 11.75 9 11.75s-1.25.56-1.25 1.25.56 1.25 1.25 1.25zM17.5 10c.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 1.22-.28 2.37-.77 3.4l1.49 1.49C21.53 15.44 22 13.78 22 12c0-5.52-4.48-10-10-10-1.78 0-3.44.47-4.89 1.28l5.33 5.33c1.49.88 3.21 1.39 5.06 1.39zm-6.84-5.88c.43-.07.88-.12 1.34-.12 2.9 0 5.44 1.56 6.84 3.88-.43.07-.88.12-1.34.12-2.9 0-5.44-1.56-6.84-3.88zm-8.77-.4 2.19 2.19C2.78 7.6 2 9.71 2 12c0 5.52 4.48 10 10 10 2.29 0 4.4-.78 6.09-2.08l2.19 2.19 1.41-1.41L3.31 2.31 1.89 3.72zm14.77 14.77C15.35 19.44 13.74 20 12 20c-4.41 0-8-3.59-8-8 0-.05.01-.1 0-.14 1.39-.52 2.63-1.35 3.64-2.39l9.02 9.02zM5.51 7.34l.72.72c-.53.55-1.14 1.03-1.81 1.41.26-.77.63-1.48 1.09-2.13z"})]
"FaceRetouchingOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/face_rounded.cljs
================================================
(ns reagent-mui.icons.face-rounded
"Imports @mui/icons-material/FaceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-rounded (create-svg-icon (e "path" #js {"d" "M10.25 13c0 .69-.56 1.25-1.25 1.25S7.75 13.69 7.75 13s.56-1.25 1.25-1.25 1.25.56 1.25 1.25zM15 11.75c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm7 .25c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2s10 4.48 10 10zm-2 0c0-.78-.12-1.53-.33-2.24-.7.15-1.42.24-2.17.24-3.13 0-5.92-1.44-7.76-3.69C8.69 8.87 6.6 10.88 4 11.86c.01.04 0 .09 0 .14 0 4.41 3.59 8 8 8s8-3.59 8-8z"})
"FaceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/face_sharp.cljs
================================================
(ns reagent-mui.icons.face-sharp
"Imports @mui/icons-material/FaceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-sharp (create-svg-icon (e "path" #js {"d" "M9 11.75c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6 0c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-.29.02-.58.05-.86 2.36-1.05 4.23-2.98 5.21-5.37C11.07 8.33 14.05 10 17.42 10c.78 0 1.53-.09 2.25-.26.21.71.33 1.47.33 2.26 0 4.41-3.59 8-8 8z"})
"FaceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/face_two_tone.cljs
================================================
(ns reagent-mui.icons.face-two-tone
"Imports @mui/icons-material/FaceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def face-two-tone (create-svg-icon [(e "path" #js {"d" "M17.5 8c.46 0 .91-.05 1.34-.12C17.44 5.56 14.9 4 12 4c-.46 0-.91.05-1.34.12C12.06 6.44 14.6 8 17.5 8zM8.08 5.03C6.37 6 5.05 7.58 4.42 9.47c1.71-.97 3.03-2.55 3.66-4.44z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 2c2.9 0 5.44 1.56 6.84 3.88-.43.07-.88.12-1.34.12-2.9 0-5.44-1.56-6.84-3.88.43-.07.88-.12 1.34-.12zM8.08 5.03C7.45 6.92 6.13 8.5 4.42 9.47 5.05 7.58 6.37 6 8.08 5.03zM12 20c-4.41 0-8-3.59-8-8 0-.05.01-.1.01-.15 2.6-.98 4.68-2.99 5.74-5.55 1.83 2.26 4.62 3.7 7.75 3.7.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 4.41-3.59 8-8 8z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1.25"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1.25"})]
"FaceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/facebook.cljs
================================================
(ns reagent-mui.icons.facebook
"Imports @mui/icons-material/Facebook as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def facebook (create-svg-icon (e "path" #js {"d" "M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m13 2h-2.5A3.5 3.5 0 0 0 12 8.5V11h-2v3h2v7h3v-7h3v-3h-3V9a1 1 0 0 1 1-1h2V5z"})
"Facebook"))
================================================
FILE: src/icons/reagent_mui/icons/facebook_outlined.cljs
================================================
(ns reagent-mui.icons.facebook-outlined
"Imports @mui/icons-material/FacebookOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def facebook-outlined (create-svg-icon (e "path" #js {"d" "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z"})
"FacebookOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/facebook_rounded.cljs
================================================
(ns reagent-mui.icons.facebook-rounded
"Imports @mui/icons-material/FacebookRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def facebook-rounded (create-svg-icon (e "path" #js {"d" "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z"})
"FacebookRounded"))
================================================
FILE: src/icons/reagent_mui/icons/facebook_sharp.cljs
================================================
(ns reagent-mui.icons.facebook-sharp
"Imports @mui/icons-material/FacebookSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def facebook-sharp (create-svg-icon (e "path" #js {"d" "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z"})
"FacebookSharp"))
================================================
FILE: src/icons/reagent_mui/icons/facebook_two_tone.cljs
================================================
(ns reagent-mui.icons.facebook-two-tone
"Imports @mui/icons-material/FacebookTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def facebook-two-tone (create-svg-icon (e "path" #js {"d" "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z"})
"FacebookTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fact_check.cljs
================================================
(ns reagent-mui.icons.fact-check
"Imports @mui/icons-material/FactCheck as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fact-check (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M20 3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM10 17H5v-2h5v2zm0-4H5v-2h5v2zm0-4H5V7h5v2zm4.82 6L12 12.16l1.41-1.41 1.41 1.42L17.99 9l1.42 1.42L14.82 15z"})
"FactCheck"))
================================================
FILE: src/icons/reagent_mui/icons/fact_check_outlined.cljs
================================================
(ns reagent-mui.icons.fact-check-outlined
"Imports @mui/icons-material/FactCheckOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fact-check-outlined (create-svg-icon (e "g" #js {"fillRule" "evenodd"} (e "path" #js {"d" "M20 3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H4V5h16v14z"}) (e "path" #js {"d" "M19.41 10.42 17.99 9l-3.17 3.17-1.41-1.42L12 12.16 14.82 15zM5 7h5v2H5zm0 4h5v2H5zm0 4h5v2H5z"}))
"FactCheckOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fact_check_rounded.cljs
================================================
(ns reagent-mui.icons.fact-check-rounded
"Imports @mui/icons-material/FactCheckRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fact-check-rounded (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M20 3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H6c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H6c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H6c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1s-.45 1-1 1zm9.7 2.12-3.17 3.17c-.39.39-1.03.39-1.42 0l-1.41-1.42a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l.71.71 2.47-2.47c.39-.39 1.02-.39 1.41 0l.01.01c.38.39.38 1.03-.01 1.41z"})
"FactCheckRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fact_check_sharp.cljs
================================================
(ns reagent-mui.icons.fact-check-sharp
"Imports @mui/icons-material/FactCheckSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fact-check-sharp (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M2 3v18h20V3H2zm8 14H5v-2h5v2zm0-4H5v-2h5v2zm0-4H5V7h5v2zm4.82 6L12 12.16l1.41-1.41 1.41 1.42L17.99 9l1.42 1.42L14.82 15z"})
"FactCheckSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fact_check_two_tone.cljs
================================================
(ns reagent-mui.icons.fact-check-two-tone
"Imports @mui/icons-material/FactCheckTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fact-check-two-tone (create-svg-icon [(e "path" #js {"d" "M4 19h16V5H4v14zm9.41-8.25 1.41 1.42L17.99 9l1.42 1.42L14.82 15 12 12.16l1.41-1.41zM5 7h5v2H5V7zm0 4h5v2H5v-2zm0 4h5v2H5v-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H4V5h16v14z"}) (e "path" #js {"d" "M19.41 10.42 17.99 9l-3.17 3.17-1.41-1.42L12 12.16 14.82 15zM5 7h5v2H5zm0 4h5v2H5zm0 4h5v2H5z"})]
"FactCheckTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/factory.cljs
================================================
(ns reagent-mui.icons.factory
"Imports @mui/icons-material/Factory as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def factory (create-svg-icon (e "path" #js {"d" "M22 10v12H2V10l7-3v2l5-2v3h8zm-4.8-1.5L18 2h3l.8 6.5h-4.6zM11 18h2v-4h-2v4zm-4 0h2v-4H7v4zm10-4h-2v4h2v-4z"})
"Factory"))
================================================
FILE: src/icons/reagent_mui/icons/factory_outlined.cljs
================================================
(ns reagent-mui.icons.factory-outlined
"Imports @mui/icons-material/FactoryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def factory-outlined (create-svg-icon (e "path" #js {"d" "M22 22H2V10l7-3v2l5-2v3h3l1-8h3l1 8v12zM12 9.95l-5 2V10l-3 1.32V20h16v-8h-8V9.95zM11 18h2v-4h-2v4zm-4 0h2v-4H7v4zm10-4h-2v4h2v-4z"})
"FactoryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/factory_rounded.cljs
================================================
(ns reagent-mui.icons.factory-rounded
"Imports @mui/icons-material/FactoryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def factory-rounded (create-svg-icon (e "path" #js {"d" "M14 10V8.48c0-.71-.71-1.19-1.37-.93L9 9v-.48c0-.72-.73-1.21-1.39-.92l-4.4 1.88C2.48 9.8 2 10.52 2 11.32V20c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V10h-8zm-5 7c0 .55-.45 1-1 1s-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2zm4 0c0 .55-.45 1-1 1s-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2zm4 0c0 .55-.45 1-1 1s-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2zm3.12-15h-1.23c-.51 0-.93.38-.99.88l-.7 5.62h4.6l-.69-5.62c-.06-.5-.49-.88-.99-.88z"})
"FactoryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/factory_sharp.cljs
================================================
(ns reagent-mui.icons.factory-sharp
"Imports @mui/icons-material/FactorySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def factory-sharp (create-svg-icon (e "path" #js {"d" "M22 10v12H2V10l7-3v2l5-2v3h8zm-4.8-1.5L18 2h3l.8 6.5h-4.6zM11 18h2v-4h-2v4zm-4 0h2v-4H7v4zm10-4h-2v4h2v-4z"})
"FactorySharp"))
================================================
FILE: src/icons/reagent_mui/icons/factory_two_tone.cljs
================================================
(ns reagent-mui.icons.factory-two-tone
"Imports @mui/icons-material/FactoryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def factory-two-tone (create-svg-icon [(e "path" #js {"d" "M12 12V9.95l-5 2V10l-3 1.32V20h16v-8h-8zm-3 6H7v-4h2v4zm4 0h-2v-4h2v4zm4 0h-2v-4h2v4z", "opacity" ".3"}) (e "path" #js {"d" "M22 22H2V10l7-3v2l5-2v3h3l1-8h3l1 8v12zM12 9.95l-5 2V10l-3 1.32V20h16v-8h-8V9.95zM11 18h2v-4h-2v4zm-4 0h2v-4H7v4zm10-4h-2v4h2v-4z"})]
"FactoryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/family_restroom.cljs
================================================
(ns reagent-mui.icons.family-restroom
"Imports @mui/icons-material/FamilyRestroom as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def family-restroom (create-svg-icon (e "path" #js {"d" "M16 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm4 18v-6h2.5l-2.54-7.63C19.68 7.55 18.92 7 18.06 7h-.12c-.86 0-1.63.55-1.9 1.37l-.86 2.58c1.08.6 1.82 1.73 1.82 3.05v8h3zm-7.5-10.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5S11 9.17 11 10s.67 1.5 1.5 1.5zM5.5 6c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm2 16v-7H9V9c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v6h1.5v7h4zm6.5 0v-4h1v-4c0-.82-.68-1.5-1.5-1.5h-2c-.82 0-1.5.68-1.5 1.5v4h1v4h3z"})
"FamilyRestroom"))
================================================
FILE: src/icons/reagent_mui/icons/family_restroom_outlined.cljs
================================================
(ns reagent-mui.icons.family-restroom-outlined
"Imports @mui/icons-material/FamilyRestroomOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def family-restroom-outlined (create-svg-icon (e "path" #js {"d" "M16 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm4 18v-6h2.5l-2.54-7.63C19.68 7.55 18.92 7 18.06 7h-.12c-.86 0-1.63.55-1.9 1.37l-.86 2.58c1.08.6 1.82 1.73 1.82 3.05v8h3zm-7.5-10.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5S11 9.17 11 10s.67 1.5 1.5 1.5zM5.5 6c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm2 16v-7H9V9c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v6h1.5v7h4zm6.5 0v-4h1v-4c0-.82-.68-1.5-1.5-1.5h-2c-.82 0-1.5.68-1.5 1.5v4h1v4h3z"})
"FamilyRestroomOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/family_restroom_rounded.cljs
================================================
(ns reagent-mui.icons.family-restroom-rounded
"Imports @mui/icons-material/FamilyRestroomRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def family-restroom-rounded (create-svg-icon (e "path" #js {"d" "M16 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm4 17v-5h1.11c.68 0 1.16-.67.95-1.32l-2.1-6.31C19.68 7.55 18.92 7 18.06 7h-.12c-.86 0-1.63.55-1.9 1.37l-.86 2.58c1.08.6 1.82 1.73 1.82 3.05v8h2c.55 0 1-.45 1-1zm-7.5-9.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5S11 9.17 11 10s.67 1.5 1.5 1.5zM5.5 6c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm2 15v-6H8c.55 0 1-.45 1-1V9c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v5c0 .55.45 1 1 1h.5v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1zm2.5-7v3c0 .55.45 1 1 1v3c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-3c.55 0 1-.45 1-1v-3c0-.82-.68-1.5-1.5-1.5h-2c-.82 0-1.5.68-1.5 1.5"})
"FamilyRestroomRounded"))
================================================
FILE: src/icons/reagent_mui/icons/family_restroom_sharp.cljs
================================================
(ns reagent-mui.icons.family-restroom-sharp
"Imports @mui/icons-material/FamilyRestroomSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def family-restroom-sharp (create-svg-icon (e "path" #js {"d" "M16 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm4 18v-6h2.5l-3-9h-3l-1.17 3.5H17V22h3zm-7.5-10.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5S11 9.17 11 10s.67 1.5 1.5 1.5zM5.5 6c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm2 16v-7H9V7H2v8h1.5v7h4zm6.5 0v-4h1v-5.5h-5V18h1v4h3z"})
"FamilyRestroomSharp"))
================================================
FILE: src/icons/reagent_mui/icons/family_restroom_two_tone.cljs
================================================
(ns reagent-mui.icons.family-restroom-two-tone
"Imports @mui/icons-material/FamilyRestroomTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def family-restroom-two-tone (create-svg-icon (e "path" #js {"d" "M16 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm4 18v-6h2.5l-2.54-7.63C19.68 7.55 18.92 7 18.06 7h-.12c-.86 0-1.63.55-1.9 1.37l-.86 2.58c1.08.6 1.82 1.73 1.82 3.05v8h3zm-7.5-10.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5S11 9.17 11 10s.67 1.5 1.5 1.5zM5.5 6c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm2 16v-7H9V9c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v6h1.5v7h4zm6.5 0v-4h1v-4c0-.82-.68-1.5-1.5-1.5h-2c-.82 0-1.5.68-1.5 1.5v4h1v4h3z"})
"FamilyRestroomTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fast_forward.cljs
================================================
(ns reagent-mui.icons.fast-forward
"Imports @mui/icons-material/FastForward as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fast-forward (create-svg-icon (e "path" #js {"d" "m4 18 8.5-6L4 6v12zm9-12v12l8.5-6L13 6z"})
"FastForward"))
================================================
FILE: src/icons/reagent_mui/icons/fast_forward_outlined.cljs
================================================
(ns reagent-mui.icons.fast-forward-outlined
"Imports @mui/icons-material/FastForwardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fast-forward-outlined (create-svg-icon (e "path" #js {"d" "M15 9.86 18.03 12 15 14.14V9.86m-9 0L9.03 12 6 14.14V9.86M13 6v12l8.5-6L13 6zM4 6v12l8.5-6L4 6z"})
"FastForwardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fast_forward_rounded.cljs
================================================
(ns reagent-mui.icons.fast-forward-rounded
"Imports @mui/icons-material/FastForwardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fast-forward-rounded (create-svg-icon (e "path" #js {"d" "m5.58 16.89 5.77-4.07c.56-.4.56-1.24 0-1.63L5.58 7.11C4.91 6.65 4 7.12 4 7.93v8.14c0 .81.91 1.28 1.58.82zM13 7.93v8.14c0 .81.91 1.28 1.58.82l5.77-4.07c.56-.4.56-1.24 0-1.63l-5.77-4.07c-.67-.47-1.58 0-1.58.81z"})
"FastForwardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fast_forward_sharp.cljs
================================================
(ns reagent-mui.icons.fast-forward-sharp
"Imports @mui/icons-material/FastForwardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fast-forward-sharp (create-svg-icon (e "path" #js {"d" "m4 18 8.5-6L4 6v12zm9-12v12l8.5-6L13 6z"})
"FastForwardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fast_forward_two_tone.cljs
================================================
(ns reagent-mui.icons.fast-forward-two-tone
"Imports @mui/icons-material/FastForwardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fast-forward-two-tone (create-svg-icon [(e "path" #js {"d" "M15 9.86v4.28L18.03 12zm-9 0v4.28L9.03 12z", "opacity" ".3"}) (e "path" #js {"d" "m4 18 8.5-6L4 6v12zm2-8.14L9.03 12 6 14.14V9.86zM21.5 12 13 6v12l8.5-6zM15 9.86 18.03 12 15 14.14V9.86z"})]
"FastForwardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fast_rewind.cljs
================================================
(ns reagent-mui.icons.fast-rewind
"Imports @mui/icons-material/FastRewind as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fast-rewind (create-svg-icon (e "path" #js {"d" "M11 18V6l-8.5 6 8.5 6zm.5-6 8.5 6V6l-8.5 6z"})
"FastRewind"))
================================================
FILE: src/icons/reagent_mui/icons/fast_rewind_outlined.cljs
================================================
(ns reagent-mui.icons.fast-rewind-outlined
"Imports @mui/icons-material/FastRewindOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fast-rewind-outlined (create-svg-icon (e "path" #js {"d" "M18 9.86v4.28L14.97 12 18 9.86m-9 0v4.28L5.97 12 9 9.86M20 6l-8.5 6 8.5 6V6zm-9 0-8.5 6 8.5 6V6z"})
"FastRewindOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fast_rewind_rounded.cljs
================================================
(ns reagent-mui.icons.fast-rewind-rounded
"Imports @mui/icons-material/FastRewindRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fast-rewind-rounded (create-svg-icon (e "path" #js {"d" "M11 16.07V7.93c0-.81-.91-1.28-1.58-.82l-5.77 4.07c-.56.4-.56 1.24 0 1.63l5.77 4.07c.67.47 1.58 0 1.58-.81zm1.66-3.25 5.77 4.07c.66.47 1.58-.01 1.58-.82V7.93c0-.81-.91-1.28-1.58-.82l-5.77 4.07c-.57.4-.57 1.24 0 1.64z"})
"FastRewindRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fast_rewind_sharp.cljs
================================================
(ns reagent-mui.icons.fast-rewind-sharp
"Imports @mui/icons-material/FastRewindSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fast-rewind-sharp (create-svg-icon (e "path" #js {"d" "M11 18V6l-8.5 6 8.5 6zm.5-6 8.5 6V6l-8.5 6z"})
"FastRewindSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fast_rewind_two_tone.cljs
================================================
(ns reagent-mui.icons.fast-rewind-two-tone
"Imports @mui/icons-material/FastRewindTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fast-rewind-two-tone (create-svg-icon [(e "path" #js {"d" "M9 14.14V9.86L5.97 12zm9 0V9.86L14.97 12z", "opacity" ".3"}) (e "path" #js {"d" "m11 6-8.5 6 8.5 6V6zm-2 8.14L5.97 12 9 9.86v4.28zM20 6l-8.5 6 8.5 6V6zm-2 8.14L14.97 12 18 9.86v4.28z"})]
"FastRewindTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fastfood.cljs
================================================
(ns reagent-mui.icons.fastfood
"Imports @mui/icons-material/Fastfood as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fastfood (create-svg-icon (e "path" #js {"d" "M18.06 22.99h1.66c.84 0 1.53-.64 1.63-1.46L23 5.05h-5V1h-1.97v4.05h-4.97l.3 2.34c1.71.47 3.31 1.32 4.27 2.26 1.44 1.42 2.43 2.89 2.43 5.29v8.05zM1 21.99V21h15.03v.99c0 .55-.45 1-1.01 1H2.01c-.56 0-1.01-.45-1.01-1zm15.03-7c0-8-15.03-8-15.03 0h15.03zM1.02 17h15v2h-15z"})
"Fastfood"))
================================================
FILE: src/icons/reagent_mui/icons/fastfood_outlined.cljs
================================================
(ns reagent-mui.icons.fastfood-outlined
"Imports @mui/icons-material/FastfoodOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fastfood-outlined (create-svg-icon (e "path" #js {"d" "M1 21.98c0 .56.45 1.01 1.01 1.01H15c.56 0 1.01-.45 1.01-1.01V21H1v.98zM8.5 8.99C4.75 8.99 1 11 1 15h15c0-4-3.75-6.01-7.5-6.01zM3.62 13c1.11-1.55 3.47-2.01 4.88-2.01s3.77.46 4.88 2.01H3.62zM1 17h15v2H1zM18 5V1h-2v4h-5l.23 2h9.56l-1.4 14H18v2h1.72c.84 0 1.53-.65 1.63-1.47L23 5h-5z"})
"FastfoodOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fastfood_rounded.cljs
================================================
(ns reagent-mui.icons.fastfood-rounded
"Imports @mui/icons-material/FastfoodRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fastfood-rounded (create-svg-icon (e "path" #js {"d" "M21.9 5H18V2c0-.55-.45-1-1-1s-1 .45-1 1v3h-3.9c-.59 0-1.05.51-1 1.1l.12 1.21C14.9 8.16 18 10.77 18 15l.02 8h1.7c.84 0 1.53-.65 1.63-1.47L22.89 6.1c.06-.59-.4-1.1-.99-1.1zM15 21H2c-.55 0-1 .45-1 1s.45 1 1 1h13c.55 0 1-.45 1-1s-.45-1-1-1zM2.1 15h12.8c.62 0 1.11-.56.99-1.16-.65-3.23-4.02-4.85-7.39-4.85s-6.73 1.62-7.39 4.85c-.12.6.38 1.16.99 1.16zM15 17H2c-.55 0-1 .45-1 1s.45 1 1 1h13c.55 0 1-.45 1-1s-.45-1-1-1z"})
"FastfoodRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fastfood_sharp.cljs
================================================
(ns reagent-mui.icons.fastfood-sharp
"Imports @mui/icons-material/FastfoodSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fastfood-sharp (create-svg-icon (e "path" #js {"d" "M18 5V1h-2v4h-5l.23 2.31C14.9 8.16 18 10.77 18 15l.02 8h3.18L23 5h-5zM1 21h15v2H1zM8.5 8.99C4.75 8.99 1 11 1 15h15c0-4-3.75-6.01-7.5-6.01zM1 17h15v2H1z"})
"FastfoodSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fastfood_two_tone.cljs
================================================
(ns reagent-mui.icons.fastfood-two-tone
"Imports @mui/icons-material/FastfoodTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fastfood-two-tone (create-svg-icon [(e "path" #js {"d" "M1 21.98c0 .56.45 1.01 1.01 1.01H15c.56 0 1.01-.45 1.01-1.01V21H1v.98z"}) (e "path" #js {"d" "M8.5 10.99c-1.42 0-3.77.46-4.88 2.01h9.77c-1.12-1.55-3.47-2.01-4.89-2.01z", "opacity" ".3"}) (e "path" #js {"d" "M8.5 8.99C4.75 8.99 1 11 1 15h15c0-4-3.75-6.01-7.5-6.01zM3.62 13c1.11-1.55 3.47-2.01 4.88-2.01s3.77.46 4.88 2.01H3.62zM1 17h15v2H1zM18 5V1h-2v4h-5l.23 2h9.56l-1.4 14H18v2h1.72c.84 0 1.53-.65 1.63-1.47L23 5h-5z"})]
"FastfoodTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/favorite.cljs
================================================
(ns reagent-mui.icons.favorite
"Imports @mui/icons-material/Favorite as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def favorite (create-svg-icon (e "path" #js {"d" "m12 21.35-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"})
"Favorite"))
================================================
FILE: src/icons/reagent_mui/icons/favorite_border.cljs
================================================
(ns reagent-mui.icons.favorite-border
"Imports @mui/icons-material/FavoriteBorder as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def favorite-border (create-svg-icon (e "path" #js {"d" "M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"})
"FavoriteBorder"))
================================================
FILE: src/icons/reagent_mui/icons/favorite_border_outlined.cljs
================================================
(ns reagent-mui.icons.favorite-border-outlined
"Imports @mui/icons-material/FavoriteBorderOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def favorite-border-outlined (create-svg-icon (e "path" #js {"d" "M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"})
"FavoriteBorderOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/favorite_border_rounded.cljs
================================================
(ns reagent-mui.icons.favorite-border-rounded
"Imports @mui/icons-material/FavoriteBorderRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def favorite-border-rounded (create-svg-icon (e "path" #js {"d" "M19.66 3.99c-2.64-1.8-5.9-.96-7.66 1.1-1.76-2.06-5.02-2.91-7.66-1.1-1.4.96-2.28 2.58-2.34 4.29-.14 3.88 3.3 6.99 8.55 11.76l.1.09c.76.69 1.93.69 2.69-.01l.11-.1c5.25-4.76 8.68-7.87 8.55-11.75-.06-1.7-.94-3.32-2.34-4.28zM12.1 18.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"})
"FavoriteBorderRounded"))
================================================
FILE: src/icons/reagent_mui/icons/favorite_border_sharp.cljs
================================================
(ns reagent-mui.icons.favorite-border-sharp
"Imports @mui/icons-material/FavoriteBorderSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def favorite-border-sharp (create-svg-icon (e "path" #js {"d" "M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"})
"FavoriteBorderSharp"))
================================================
FILE: src/icons/reagent_mui/icons/favorite_border_two_tone.cljs
================================================
(ns reagent-mui.icons.favorite-border-two-tone
"Imports @mui/icons-material/FavoriteBorderTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def favorite-border-two-tone (create-svg-icon (e "path" #js {"d" "M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"})
"FavoriteBorderTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/favorite_outlined.cljs
================================================
(ns reagent-mui.icons.favorite-outlined
"Imports @mui/icons-material/FavoriteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def favorite-outlined (create-svg-icon (e "path" #js {"d" "m12 21.35-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"})
"FavoriteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/favorite_rounded.cljs
================================================
(ns reagent-mui.icons.favorite-rounded
"Imports @mui/icons-material/FavoriteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def favorite-rounded (create-svg-icon (e "path" #js {"d" "M13.35 20.13c-.76.69-1.93.69-2.69-.01l-.11-.1C5.3 15.27 1.87 12.16 2 8.28c.06-1.7.93-3.33 2.34-4.29 2.64-1.8 5.9-.96 7.66 1.1 1.76-2.06 5.02-2.91 7.66-1.1 1.41.96 2.28 2.59 2.34 4.29.14 3.88-3.3 6.99-8.55 11.76l-.1.09z"})
"FavoriteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/favorite_sharp.cljs
================================================
(ns reagent-mui.icons.favorite-sharp
"Imports @mui/icons-material/FavoriteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def favorite-sharp (create-svg-icon (e "path" #js {"d" "m12 21.35-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"})
"FavoriteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/favorite_two_tone.cljs
================================================
(ns reagent-mui.icons.favorite-two-tone
"Imports @mui/icons-material/FavoriteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def favorite-two-tone (create-svg-icon [(e "path" #js {"d" "M16.5 5c-1.54 0-3.04.99-3.56 2.36h-1.87C10.54 5.99 9.04 5 7.5 5 5.5 5 4 6.5 4 8.5c0 2.89 3.14 5.74 7.9 10.05l.1.1.1-.1C16.86 14.24 20 11.39 20 8.5c0-2-1.5-3.5-3.5-3.5z", "opacity" ".3"}) (e "path" #js {"d" "M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"})]
"FavoriteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fax.cljs
================================================
(ns reagent-mui.icons.fax
"Imports @mui/icons-material/Fax as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fax (create-svg-icon (e "path" #js {"d" "M19 9h-1V4H8v16h14v-8c0-1.66-1.34-3-3-3zm-9-3h6v3h-6V6zm4 11h-4v-5h4v5zm2 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM4.5 8C3.12 8 2 9.12 2 10.5v8C2 19.88 3.12 21 4.5 21S7 19.88 7 18.5v-8C7 9.12 5.88 8 4.5 8z"})
"Fax"))
================================================
FILE: src/icons/reagent_mui/icons/fax_outlined.cljs
================================================
(ns reagent-mui.icons.fax-outlined
"Imports @mui/icons-material/FaxOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fax-outlined (create-svg-icon [(e "path" #js {"d" "M19 9h-1V4H8v5h-.78C6.67 8.39 5.89 8 5 8c-1.66 0-3 1.34-3 3v7c0 1.66 1.34 3 3 3 .89 0 1.67-.39 2.22-1H22v-8c0-1.66-1.34-3-3-3zM6 18c0 .55-.45 1-1 1s-1-.45-1-1v-7c0-.55.45-1 1-1s1 .45 1 1v7zm4-12h6v3h-6V6zm10 12H8v-7h11c.55 0 1 .45 1 1v6z"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1"}) (e "circle" #js {"cx" "18", "cy" "13", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "16", "r" "1"}) (e "circle" #js {"cx" "18", "cy" "16", "r" "1"}) (e "path" #js {"d" "M9 12h4v5H9z"})]
"FaxOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fax_rounded.cljs
================================================
(ns reagent-mui.icons.fax-rounded
"Imports @mui/icons-material/FaxRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fax-rounded (create-svg-icon (e "path" #js {"d" "M19 9h-1V6c0-1.1-.9-2-2-2h-6c-1.1 0-2 .9-2 2v14h12c1.1 0 2-.9 2-2v-6c0-1.66-1.34-3-3-3zm-9-3h6v3h-6V6zm4 11h-4v-5h4v5zm2 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM4.5 8C3.12 8 2 9.12 2 10.5v8C2 19.88 3.12 21 4.5 21S7 19.88 7 18.5v-8C7 9.12 5.88 8 4.5 8z"})
"FaxRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fax_sharp.cljs
================================================
(ns reagent-mui.icons.fax-sharp
"Imports @mui/icons-material/FaxSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fax-sharp (create-svg-icon (e "path" #js {"d" "M22 9h-4V4H8v16h14V9zM10 6h6v3h-6V6zm4 11h-4v-5h4v5zm2 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM2 8h5v13H2z"})
"FaxSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fax_two_tone.cljs
================================================
(ns reagent-mui.icons.fax-two-tone
"Imports @mui/icons-material/FaxTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fax-two-tone (create-svg-icon [(e "path" #js {"d" "M5 10c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1s1-.45 1-1v-7c0-.55-.45-1-1-1zm5-4h6v3h-6zm9 5H8v7h12v-6c0-.55-.45-1-1-1zm-6 6H9v-5h4v5zm2 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "path" #js {"d" "M19 9h-1V4H8v5h-.78C6.67 8.39 5.89 8 5 8c-1.66 0-3 1.34-3 3v7c0 1.66 1.34 3 3 3 .89 0 1.67-.39 2.22-1H22v-8c0-1.66-1.34-3-3-3zM6 18c0 .55-.45 1-1 1s-1-.45-1-1v-7c0-.55.45-1 1-1s1 .45 1 1v7zm4-12h6v3h-6V6zm10 12H8v-7h11c.55 0 1 .45 1 1v6z"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1"}) (e "circle" #js {"cx" "18", "cy" "13", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "16", "r" "1"}) (e "circle" #js {"cx" "18", "cy" "16", "r" "1"}) (e "path" #js {"d" "M9 12h4v5H9z"})]
"FaxTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/featured_play_list.cljs
================================================
(ns reagent-mui.icons.featured-play-list
"Imports @mui/icons-material/FeaturedPlayList as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def featured-play-list (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 8H3V9h9v2zm0-4H3V5h9v2z"})
"FeaturedPlayList"))
================================================
FILE: src/icons/reagent_mui/icons/featured_play_list_outlined.cljs
================================================
(ns reagent-mui.icons.featured-play-list-outlined
"Imports @mui/icons-material/FeaturedPlayListOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def featured-play-list-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zM5 10h9v2H5zm0-3h9v2H5z"})
"FeaturedPlayListOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/featured_play_list_rounded.cljs
================================================
(ns reagent-mui.icons.featured-play-list-rounded
"Imports @mui/icons-material/FeaturedPlayListRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def featured-play-list-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-10 8H4c-.55 0-1-.45-1-1s.45-1 1-1h7c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H4c-.55 0-1-.45-1-1s.45-1 1-1h7c.55 0 1 .45 1 1s-.45 1-1 1z"})
"FeaturedPlayListRounded"))
================================================
FILE: src/icons/reagent_mui/icons/featured_play_list_sharp.cljs
================================================
(ns reagent-mui.icons.featured-play-list-sharp
"Imports @mui/icons-material/FeaturedPlayListSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def featured-play-list-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v18h22V3zm-11 8H3V9h9v2zm0-4H3V5h9v2z"})
"FeaturedPlayListSharp"))
================================================
FILE: src/icons/reagent_mui/icons/featured_play_list_two_tone.cljs
================================================
(ns reagent-mui.icons.featured-play-list-two-tone
"Imports @mui/icons-material/FeaturedPlayListTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def featured-play-list-two-tone (create-svg-icon [(e "path" #js {"d" "M3 19h18V5H3v14zM5 7h9v2H5V7zm0 3h9v2H5v-2z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zM5 10h9v2H5zm0-3h9v2H5z"})]
"FeaturedPlayListTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/featured_video.cljs
================================================
(ns reagent-mui.icons.featured-video
"Imports @mui/icons-material/FeaturedVideo as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def featured-video (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 9H3V5h9v7z"})
"FeaturedVideo"))
================================================
FILE: src/icons/reagent_mui/icons/featured_video_outlined.cljs
================================================
(ns reagent-mui.icons.featured-video-outlined
"Imports @mui/icons-material/FeaturedVideoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def featured-video-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zM4 6h9v7H4z"})
"FeaturedVideoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/featured_video_rounded.cljs
================================================
(ns reagent-mui.icons.featured-video-rounded
"Imports @mui/icons-material/FeaturedVideoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def featured-video-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-10 9H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h7c.55 0 1 .45 1 1v5c0 .55-.45 1-1 1z"})
"FeaturedVideoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/featured_video_sharp.cljs
================================================
(ns reagent-mui.icons.featured-video-sharp
"Imports @mui/icons-material/FeaturedVideoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def featured-video-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v18h22V3zm-11 9H3V5h9v7z"})
"FeaturedVideoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/featured_video_two_tone.cljs
================================================
(ns reagent-mui.icons.featured-video-two-tone
"Imports @mui/icons-material/FeaturedVideoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def featured-video-two-tone (create-svg-icon [(e "path" #js {"d" "M3 19h18V5H3v14zM4 6h9v7H4V6z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zM4 6h9v7H4z"})]
"FeaturedVideoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/feed.cljs
================================================
(ns reagent-mui.icons.feed
"Imports @mui/icons-material/Feed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def feed (create-svg-icon (e "path" #js {"d" "M16 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8l-5-5zM7 7h5v2H7V7zm10 10H7v-2h10v2zm0-4H7v-2h10v2zm-2-4V5l4 4h-4z"})
"Feed"))
================================================
FILE: src/icons/reagent_mui/icons/feed_outlined.cljs
================================================
(ns reagent-mui.icons.feed-outlined
"Imports @mui/icons-material/FeedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def feed-outlined (create-svg-icon (e "path" #js {"d" "M16 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8l-5-5zm3 16H5V5h10v4h4v10zM7 17h10v-2H7v2zm5-10H7v2h5V7zm-5 6h10v-2H7v2z"})
"FeedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/feed_rounded.cljs
================================================
(ns reagent-mui.icons.feed-rounded
"Imports @mui/icons-material/FeedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def feed-rounded (create-svg-icon (e "path" #js {"d" "M16 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8l-5-5zM8 7h3c.55 0 1 .45 1 1s-.45 1-1 1H8c-.55 0-1-.45-1-1s.45-1 1-1zm8 10H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1zm-1-5V5l4 4h-3c-.55 0-1-.45-1-1z"})
"FeedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/feed_sharp.cljs
================================================
(ns reagent-mui.icons.feed-sharp
"Imports @mui/icons-material/FeedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def feed-sharp (create-svg-icon (e "path" #js {"d" "M16 3H3v18h18V8l-5-5zM7 7h5v2H7V7zm10 10H7v-2h10v2zm0-4H7v-2h10v2zm-2-4V5l4 4h-4z"})
"FeedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/feed_two_tone.cljs
================================================
(ns reagent-mui.icons.feed-two-tone
"Imports @mui/icons-material/FeedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def feed-two-tone (create-svg-icon [(e "path" #js {"d" "M15 5H5v14h14V9h-4V5zM7 7h5v2H7V7zm10 10H7v-2h10v2zm0-6v2H7v-2h10z", "opacity" ".3"}) (e "path" #js {"d" "M7 13h10v-2H7v2zm0 4h10v-2H7v2zm9-14H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8l-5-5zm3 16H5V5h10v4h4v10zM12 7H7v2h5V7z"})]
"FeedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/feedback.cljs
================================================
(ns reagent-mui.icons.feedback
"Imports @mui/icons-material/Feedback as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def feedback (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 12h-2v-2h2v2zm0-4h-2V6h2v4z"})
"Feedback"))
================================================
FILE: src/icons/reagent_mui/icons/feedback_outlined.cljs
================================================
(ns reagent-mui.icons.feedback-outlined
"Imports @mui/icons-material/FeedbackOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def feedback-outlined (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17l-.59.59-.58.58V4h16v12zm-9-4h2v2h-2zm0-6h2v4h-2z"})
"FeedbackOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/feedback_rounded.cljs
================================================
(ns reagent-mui.icons.feedback-rounded
"Imports @mui/icons-material/FeedbackRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def feedback-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4.01c-1.1 0-2 .9-2 2v18L6 18h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 12h-2v-2h2v2zm0-5c0 .55-.45 1-1 1s-1-.45-1-1V7c0-.55.45-1 1-1s1 .45 1 1v2z"})
"FeedbackRounded"))
================================================
FILE: src/icons/reagent_mui/icons/feedback_sharp.cljs
================================================
(ns reagent-mui.icons.feedback-sharp
"Imports @mui/icons-material/FeedbackSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def feedback-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2.01L2 22l4-4h16V2zm-9 12h-2v-2h2v2zm0-4h-2V6h2v4z"})
"FeedbackSharp"))
================================================
FILE: src/icons/reagent_mui/icons/feedback_two_tone.cljs
================================================
(ns reagent-mui.icons.feedback-two-tone
"Imports @mui/icons-material/FeedbackTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def feedback-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17.17 5.17 16H20V4H4v13.17zM11 6h2v4h-2V6zm0 6h2v2h-2v-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zm-9-4h2v2h-2zm0-6h2v4h-2z"})]
"FeedbackTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/female.cljs
================================================
(ns reagent-mui.icons.female
"Imports @mui/icons-material/Female as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def female (create-svg-icon (e "path" #js {"d" "M17.5 9.5C17.5 6.46 15.04 4 12 4S6.5 6.46 6.5 9.5c0 2.7 1.94 4.93 4.5 5.4V17H9v2h2v2h2v-2h2v-2h-2v-2.1c2.56-.47 4.5-2.7 4.5-5.4zm-9 0C8.5 7.57 10.07 6 12 6s3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5z"})
"Female"))
================================================
FILE: src/icons/reagent_mui/icons/female_outlined.cljs
================================================
(ns reagent-mui.icons.female-outlined
"Imports @mui/icons-material/FemaleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def female-outlined (create-svg-icon (e "path" #js {"d" "M17.5 9.5C17.5 6.46 15.04 4 12 4S6.5 6.46 6.5 9.5c0 2.7 1.94 4.93 4.5 5.4V17H9v2h2v2h2v-2h2v-2h-2v-2.1c2.56-.47 4.5-2.7 4.5-5.4zm-9 0C8.5 7.57 10.07 6 12 6s3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5z"})
"FemaleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/female_rounded.cljs
================================================
(ns reagent-mui.icons.female-rounded
"Imports @mui/icons-material/FemaleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def female-rounded (create-svg-icon (e "path" #js {"d" "M12 6c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm1 8.91c2.56-.47 4.5-2.71 4.5-5.41C17.5 6.46 15.04 4 12 4S6.5 6.46 6.5 9.5c0 2.7 1.94 4.94 4.5 5.41V17h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1h-1v-2.09z"})
"FemaleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/female_sharp.cljs
================================================
(ns reagent-mui.icons.female-sharp
"Imports @mui/icons-material/FemaleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def female-sharp (create-svg-icon (e "path" #js {"d" "M17.5 9.5C17.5 6.46 15.04 4 12 4S6.5 6.46 6.5 9.5c0 2.7 1.94 4.93 4.5 5.4V17H9v2h2v2h2v-2h2v-2h-2v-2.1c2.56-.47 4.5-2.7 4.5-5.4zm-9 0C8.5 7.57 10.07 6 12 6s3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5z"})
"FemaleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/female_two_tone.cljs
================================================
(ns reagent-mui.icons.female-two-tone
"Imports @mui/icons-material/FemaleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def female-two-tone (create-svg-icon (e "path" #js {"d" "M17.5 9.5C17.5 6.46 15.04 4 12 4S6.5 6.46 6.5 9.5c0 2.7 1.94 4.93 4.5 5.4V17H9v2h2v2h2v-2h2v-2h-2v-2.1c2.56-.47 4.5-2.7 4.5-5.4zm-9 0C8.5 7.57 10.07 6 12 6s3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5z"})
"FemaleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fence.cljs
================================================
(ns reagent-mui.icons.fence
"Imports @mui/icons-material/Fence as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fence (create-svg-icon (e "path" #js {"d" "M21 12v-2h-2V7l-3-3-2 2-2-2-2 2-2-2-3 3v3H3v2h2v2H3v2h2v4h14v-4h2v-2h-2v-2h2zm-5-5.17 1 1V10h-2V7.83l.41-.41.59-.59zm-4 0 .59.59.41.41V10h-2V7.83l.41-.41.59-.59zM11 14v-2h2v2h-2zm2 2v2h-2v-2h2zM7 7.83l1-1 .59.59.41.41V10H7V7.83zM7 12h2v2H7v-2zm0 4h2v2H7v-2zm10 2h-2v-2h2v2zm0-4h-2v-2h2v2z"})
"Fence"))
================================================
FILE: src/icons/reagent_mui/icons/fence_outlined.cljs
================================================
(ns reagent-mui.icons.fence-outlined
"Imports @mui/icons-material/FenceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fence-outlined (create-svg-icon (e "path" #js {"d" "M21 12v-2h-2V7l-3-3-2 2-2-2-2 2-2-2-3 3v3H3v2h2v2H3v2h2v4h14v-4h2v-2h-2v-2h2zm-5-5.17 1 1V10h-2V7.83l.41-.41.59-.59zm-4 0 .59.59.41.41V10h-2V7.83l.41-.41.59-.59zM11 14v-2h2v2h-2zm2 2v2h-2v-2h2zM7 7.83l1-1 .59.59.41.41V10H7V7.83zM7 12h2v2H7v-2zm0 4h2v2H7v-2zm10 2h-2v-2h2v2zm0-4h-2v-2h2v2z"})
"FenceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fence_rounded.cljs
================================================
(ns reagent-mui.icons.fence-rounded
"Imports @mui/icons-material/FenceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fence-rounded (create-svg-icon (e "path" #js {"d" "M21 11c0-.55-.45-1-1-1h-1V7l-2.29-2.29a.9959.9959 0 0 0-1.41 0L14 6l-1.29-1.29a.9959.9959 0 0 0-1.41 0L10 6 8.71 4.71a.9959.9959 0 0 0-1.41 0L5 7v3H4c-.55 0-1 .45-1 1s.45 1 1 1h1v2H4c-.55 0-1 .45-1 1s.45 1 1 1h1v3c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3h1c.55 0 1-.45 1-1s-.45-1-1-1h-1v-2h1c.55 0 1-.45 1-1zm-5-4.17 1 1V10h-2V7.83l.41-.41.59-.59zm-4 0 .59.59.41.41V10h-2V7.83l.41-.41.59-.59zM11 14v-2h2v2h-2zm2 2v2h-2v-2h2zM7 7.83l1-1 .59.59.41.41V10H7V7.83zM7 12h2v2H7v-2zm0 4h2v2H7v-2zm10 2h-2v-2h2v2zm0-4h-2v-2h2v2z"})
"FenceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fence_sharp.cljs
================================================
(ns reagent-mui.icons.fence-sharp
"Imports @mui/icons-material/FenceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fence-sharp (create-svg-icon (e "path" #js {"d" "M21 12v-2h-2V7l-3-3-2 2-2-2-2 2-2-2-3 3v3H3v2h2v2H3v2h2v4h14v-4h2v-2h-2v-2h2zm-5-5.17 1 1V10h-2V7.83l.41-.41.59-.59zm-4 0 .59.59.41.41V10h-2V7.83l.41-.41.59-.59zM11 14v-2h2v2h-2zm2 2v2h-2v-2h2zM7 7.83l1-1 .59.59.41.41V10H7V7.83zM7 12h2v2H7v-2zm0 4h2v2H7v-2zm10 2h-2v-2h2v2zm0-4h-2v-2h2v2z"})
"FenceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fence_two_tone.cljs
================================================
(ns reagent-mui.icons.fence-two-tone
"Imports @mui/icons-material/FenceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fence-two-tone (create-svg-icon [(e "path" #js {"d" "m16 6.83 1 1V10h-2V7.83l.41-.41.59-.59zm-4 0 .59.59.41.41V10h-2V7.83l.41-.41.59-.59zM11 14v-2h2v2h-2zm2 2v2h-2v-2h2zM7 7.83l1-1 .59.59.41.41V10H7V7.83zM7 12h2v2H7v-2zm0 4h2v2H7v-2zm10 2h-2v-2h2v2zm0-4h-2v-2h2v2z", "opacity" ".3"}) (e "path" #js {"d" "M21 12v-2h-2V7l-3-3-2 2-2-2-2 2-2-2-3 3v3H3v2h2v2H3v2h2v4h14v-4h2v-2h-2v-2h2zm-5-5.17 1 1V10h-2V7.83l.41-.41.59-.59zm-4 0 .59.59.41.41V10h-2V7.83l.41-.41.59-.59zM11 14v-2h2v2h-2zm2 2v2h-2v-2h2zM7 7.83l1-1 .59.59.41.41V10H7V7.83zM7 12h2v2H7v-2zm0 4h2v2H7v-2zm10 2h-2v-2h2v2zm0-4h-2v-2h2v2z"})]
"FenceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/festival.cljs
================================================
(ns reagent-mui.icons.festival
"Imports @mui/icons-material/Festival as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def festival (create-svg-icon (e "path" #js {"d" "M13 5.7V4h3l-1-1.49L16 1h-5v4.7L2 12v10h7v-5l3.03-2L15 17v5h7V12z"})
"Festival"))
================================================
FILE: src/icons/reagent_mui/icons/festival_outlined.cljs
================================================
(ns reagent-mui.icons.festival-outlined
"Imports @mui/icons-material/FestivalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def festival-outlined (create-svg-icon (e "path" #js {"d" "M23 11V9c-6-2-11-7-11-7S7 7 1 9v2c0 1.49.93 2.75 2.24 3.26C3.2 16.76 2.92 19.69 2 22h20c-.92-2.31-1.2-5.24-1.24-7.74C22.07 13.75 23 12.49 23 11zM12 4.71c1.33 1.14 3.49 2.84 6.11 4.29H5.89C8.51 7.55 10.67 5.85 12 4.71zM13 11h3c0 .83-.67 1.5-1.5 1.5S13 11.83 13 11zm-3.5 1.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5zM6 11c0 .83-.67 1.5-1.5 1.5S3 11.83 3 11h3zm-1.34 9c.39-1.86.54-3.82.57-5.58.68-.15 1.29-.49 1.76-.98.25.25.54.45.85.62-.1 1.87-.26 4-.52 5.93H4.66zm4.69 0c.24-1.83.39-3.78.48-5.53.84-.08 1.61-.45 2.17-1.02.56.57 1.32.94 2.17 1.02.1 1.75.24 3.7.48 5.53h-5.3zm7.32 0c-.27-1.94-.43-4.07-.52-5.93.31-.17.61-.37.85-.62.47.48 1.08.83 1.76.98.03 1.76.18 3.72.57 5.58h-2.66zm2.83-7.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5z"})
"FestivalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/festival_rounded.cljs
================================================
(ns reagent-mui.icons.festival-rounded
"Imports @mui/icons-material/FestivalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def festival-rounded (create-svg-icon (e "path" #js {"d" "M23 11v-.61c0-.8-.48-1.54-1.23-1.84-3.65-1.48-6.81-3.93-8.48-5.37-.74-.64-1.84-.64-2.58 0-1.68 1.44-4.83 3.88-8.48 5.37C1.48 8.85 1 9.58 1 10.39V11c0 1.49.93 2.75 2.24 3.26-.03 1.68-.16 3.55-.52 5.29-.26 1.26.66 2.45 1.95 2.45h14.67c1.29 0 2.21-1.19 1.95-2.45-.36-1.75-.5-3.62-.52-5.29C22.07 13.75 23 12.49 23 11zM12 4.71c1.33 1.14 3.49 2.84 6.11 4.29H5.89C8.51 7.55 10.67 5.85 12 4.71zM13 11h3c0 .83-.67 1.5-1.5 1.5S13 11.83 13 11zm-3.5 1.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5zM6 11c0 .83-.67 1.5-1.5 1.5S3 11.83 3 11h3zm-1.34 9c.39-1.86.54-3.82.57-5.58.68-.15 1.29-.49 1.76-.98.25.25.54.45.85.62-.1 1.87-.26 4-.52 5.93H4.66zm4.69 0c.24-1.83.39-3.78.48-5.53.84-.08 1.61-.45 2.17-1.02.56.57 1.32.94 2.17 1.02.1 1.75.24 3.7.48 5.53h-5.3zm7.32 0c-.27-1.94-.43-4.07-.52-5.93.31-.17.61-.37.85-.62.47.48 1.08.83 1.76.98.03 1.76.18 3.72.57 5.58h-2.66zm2.83-7.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5z"})
"FestivalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/festival_sharp.cljs
================================================
(ns reagent-mui.icons.festival-sharp
"Imports @mui/icons-material/FestivalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def festival-sharp (create-svg-icon (e "path" #js {"d" "M23 11V9c-6-2-11-7-11-7S7 7 1 9v2c0 1.49.93 2.75 2.24 3.26C3.2 16.76 2.92 19.69 2 22h20c-.92-2.31-1.2-5.24-1.24-7.74C22.07 13.75 23 12.49 23 11zM12 4.71c1.33 1.14 3.49 2.84 6.11 4.29H5.89C8.51 7.55 10.67 5.85 12 4.71zM13 11h3c0 .83-.67 1.5-1.5 1.5S13 11.83 13 11zm-3.5 1.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5zM6 11c0 .83-.67 1.5-1.5 1.5S3 11.83 3 11h3zm-1.34 9c.39-1.86.54-3.82.57-5.58.68-.15 1.29-.49 1.76-.98.25.25.54.45.85.62-.1 1.87-.26 4-.52 5.93H4.66zm4.69 0c.24-1.83.39-3.78.48-5.53.84-.08 1.61-.45 2.17-1.02.56.57 1.32.94 2.17 1.02.1 1.75.24 3.7.48 5.53h-5.3zm7.32 0c-.27-1.94-.43-4.07-.52-5.93.31-.17.61-.37.85-.62.47.48 1.08.83 1.76.98.03 1.76.18 3.72.57 5.58h-2.66zm2.83-7.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5z"})
"FestivalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/festival_two_tone.cljs
================================================
(ns reagent-mui.icons.festival-two-tone
"Imports @mui/icons-material/FestivalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def festival-two-tone (create-svg-icon [(e "path" #js {"d" "M5.24 14.42c-.04 1.76-.18 3.72-.58 5.58h2.67c.27-1.94.43-4.07.52-5.93-.31-.17-.6-.37-.85-.63-.47.49-1.08.83-1.76.98zM11 11H8c0 .83.67 1.5 1.5 1.5S11 11.83 11 11zm-5 0H3c0 .83.67 1.5 1.5 1.5S6 11.83 6 11zm6-6.29C10.67 5.85 8.51 7.55 5.89 9h12.23C15.49 7.55 13.33 5.85 12 4.71zm7.5 7.79c.83 0 1.5-.67 1.5-1.5h-3c0 .83.67 1.5 1.5 1.5zm-5 0c.83 0 1.5-.67 1.5-1.5h-3c0 .83.67 1.5 1.5 1.5zm2.5.94c-.25.25-.54.45-.85.62.1 1.87.26 4 .52 5.93h2.67c-.39-1.86-.54-3.82-.57-5.58-.69-.14-1.3-.48-1.77-.97z", "opacity" ".3"}) (e "path" #js {"d" "M12 2S7 7 1 9v2c0 1.49.93 2.75 2.24 3.26C3.2 16.76 2.92 19.69 2 22h20c-.92-2.31-1.2-5.24-1.24-7.74C22.07 13.75 23 12.49 23 11V9c-6-2-11-7-11-7zm0 2.71c1.33 1.14 3.49 2.84 6.11 4.29H5.89C8.51 7.55 10.67 5.85 12 4.71zM3 11h3c0 .83-.67 1.5-1.5 1.5S3 11.83 3 11zm4.33 9H4.66c.39-1.86.54-3.82.57-5.58.68-.15 1.29-.49 1.76-.98.25.25.54.45.85.62-.08 1.87-.24 4-.51 5.94zM8 11h3c0 .83-.67 1.5-1.5 1.5S8 11.83 8 11zm1.35 9c.24-1.83.39-3.78.48-5.53.84-.08 1.61-.45 2.17-1.02.56.57 1.32.94 2.17 1.02.1 1.75.24 3.7.48 5.53h-5.3zm5.15-7.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5zm2.17 7.5c-.27-1.94-.43-4.07-.52-5.93.31-.17.61-.37.85-.62.47.48 1.08.83 1.76.98.03 1.76.18 3.72.57 5.58h-2.66zm2.83-7.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5z"})]
"FestivalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_dvr.cljs
================================================
(ns reagent-mui.icons.fiber-dvr
"Imports @mui/icons-material/FiberDvr as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-dvr (create-svg-icon (e "path" #js {"d" "M17.5 10.5h2v1h-2v-1zm-13 0h2v3h-2v-3zM21 3H3c-1.11 0-2 .89-2 2v14c0 1.1.89 2 2 2h18c1.11 0 2-.9 2-2V5c0-1.11-.89-2-2-2zM8 13.5c0 .85-.65 1.5-1.5 1.5H3V9h3.5c.85 0 1.5.65 1.5 1.5v3zm4.62 1.5h-1.5L9.37 9h1.5l1 3.43 1-3.43h1.5l-1.75 6zM21 11.5c0 .6-.4 1.15-.9 1.4L21 15h-1.5l-.85-2H17.5v2H16V9h3.5c.85 0 1.5.65 1.5 1.5v1z"})
"FiberDvr"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_dvr_outlined.cljs
================================================
(ns reagent-mui.icons.fiber-dvr-outlined
"Imports @mui/icons-material/FiberDvrOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-dvr-outlined (create-svg-icon (e "path" #js {"d" "m11.87 12.43-1-3.43h-1.5l1.75 6h1.5l1.75-6h-1.5zM21 11.5v-1c0-.85-.65-1.5-1.5-1.5H16v6h1.5v-2h1.15l.85 2H21l-.9-2.1c.5-.25.9-.8.9-1.4zm-1.5 0h-2v-1h2v1zM6.5 9H3v6h3.5c.85 0 1.5-.65 1.5-1.5v-3C8 9.65 7.35 9 6.5 9zm0 4.5h-2v-3h2v3z"})
"FiberDvrOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_dvr_rounded.cljs
================================================
(ns reagent-mui.icons.fiber-dvr-rounded
"Imports @mui/icons-material/FiberDvrRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-dvr-rounded (create-svg-icon (e "path" #js {"d" "M4.5 10.5h2v3h-2zm13 0h2v1h-2zM21 3H3c-1.11 0-2 .89-2 2v14c0 1.1.89 2 2 2h18c1.11 0 2-.9 2-2V5c0-1.11-.89-2-2-2zM8 13.5c0 .83-.67 1.5-1.5 1.5h-3c-.28 0-.5-.22-.5-.5v-5c0-.28.22-.5.5-.5h3c.83 0 1.5.67 1.5 1.5v3zm6.1-3.58-1.27 4.36c-.12.43-.52.72-.96.72s-.84-.29-.96-.72L9.64 9.92c-.14-.46.21-.92.69-.92.32 0 .6.21.69.52l.85 2.91.85-2.91c.09-.31.37-.52.69-.52.48 0 .83.46.69.92zM21 11.5c0 .6-.4 1.15-.9 1.4l.63 1.48c.19.45-.14.96-.63.96-.28 0-.53-.16-.63-.42L18.65 13H17.5v1.31c0 .38-.31.69-.69.69h-.12c-.38 0-.69-.31-.69-.69V9.64c0-.35.29-.64.64-.64h2.86c.83 0 1.5.67 1.5 1.5v1z"})
"FiberDvrRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_dvr_sharp.cljs
================================================
(ns reagent-mui.icons.fiber-dvr-sharp
"Imports @mui/icons-material/FiberDvrSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-dvr-sharp (create-svg-icon (e "path" #js {"d" "M17.5 10.5h2v1h-2v-1zm-13 0h2v3h-2v-3zM23 3H1v18h22V3zM8 13.5c0 .85-.65 1.5-1.5 1.5H3V9h3.5c.85 0 1.5.65 1.5 1.5v3zm4.62 1.5h-1.5L9.37 9h1.5l1 3.43 1-3.43h1.5l-1.75 6zM21 12.9h-.9L21 15h-1.5l-.85-2H17.5v2H16V9h5v3.9z"})
"FiberDvrSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_dvr_two_tone.cljs
================================================
(ns reagent-mui.icons.fiber-dvr-two-tone
"Imports @mui/icons-material/FiberDvrTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-dvr-two-tone (create-svg-icon [(e "path" #js {"d" "M20 11.56v-.89c0-.76-.58-1.33-1.33-1.33h-3.11v5.33h1.33v-1.78h1.02l.76 1.78H20l-.8-1.87c.44-.22.8-.71.8-1.24zm-1.33 0h-1.78v-.89h1.78v.89zM7.11 9.33H4v5.33h3.11c.76 0 1.33-.58 1.33-1.33v-2.67c0-.75-.57-1.33-1.33-1.33zm0 4H5.33v-2.67h1.78v2.67zm7-4h-1.34l-.89 3.05L11 9.33H9.66l1.56 5.34h1.33z"}) (e "path" #js {"d" "M3 5h18v14H3z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.11 0-2 .89-2 2v14c0 1.1.89 2 2 2h18c1.11 0 2-.9 2-2V5c0-1.11-.89-2-2-2zm0 16H3V5h18v14z"})]
"FiberDvrTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_manual_record.cljs
================================================
(ns reagent-mui.icons.fiber-manual-record
"Imports @mui/icons-material/FiberManualRecord as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-manual-record (create-svg-icon (e "circle" #js {"cx" "12", "cy" "12", "r" "8"})
"FiberManualRecord"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_manual_record_outlined.cljs
================================================
(ns reagent-mui.icons.fiber-manual-record-outlined
"Imports @mui/icons-material/FiberManualRecordOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-manual-record-outlined (create-svg-icon (e "path" #js {"d" "M12 6c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6m0-2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8z"})
"FiberManualRecordOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_manual_record_rounded.cljs
================================================
(ns reagent-mui.icons.fiber-manual-record-rounded
"Imports @mui/icons-material/FiberManualRecordRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-manual-record-rounded (create-svg-icon (e "circle" #js {"cx" "12", "cy" "12", "r" "8"})
"FiberManualRecordRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_manual_record_sharp.cljs
================================================
(ns reagent-mui.icons.fiber-manual-record-sharp
"Imports @mui/icons-material/FiberManualRecordSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-manual-record-sharp (create-svg-icon (e "circle" #js {"cx" "12", "cy" "12", "r" "8"})
"FiberManualRecordSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_manual_record_two_tone.cljs
================================================
(ns reagent-mui.icons.fiber-manual-record-two-tone
"Imports @mui/icons-material/FiberManualRecordTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-manual-record-two-tone (create-svg-icon [(e "path" #js {"d" "M12 18c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6z", "opacity" ".3"}) (e "path" #js {"d" "M12 20c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8zm0-14c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6z"})]
"FiberManualRecordTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_new.cljs
================================================
(ns reagent-mui.icons.fiber-new
"Imports @mui/icons-material/FiberNew as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-new (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zM8.5 15H7.3l-2.55-3.5V15H3.5V9h1.25l2.5 3.5V9H8.5v6zm5-4.74H11v1.12h2.5v1.26H11v1.11h2.5V15h-4V9h4v1.26zm7 3.74c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1V9h1.25v4.51h1.13V9.99h1.25v3.51h1.12V9h1.25v5z"})
"FiberNew"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_new_outlined.cljs
================================================
(ns reagent-mui.icons.fiber-new-outlined
"Imports @mui/icons-material/FiberNewOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-new-outlined (create-svg-icon (e "path" #js {"d" "M7.25 12.5 4.75 9H3.5v6h1.25v-3.5L7.3 15h1.2V9H7.25zM9.5 15h4v-1.25H11v-1.11h2.5v-1.26H11v-1.12h2.5V9h-4zm9.75-6v4.5h-1.12V9.99h-1.25v3.52h-1.13V9H14.5v5c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V9h-1.25z"})
"FiberNewOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_new_rounded.cljs
================================================
(ns reagent-mui.icons.fiber-new-rounded
"Imports @mui/icons-material/FiberNewRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-new-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zM8.5 14.21c0 .43-.36.79-.79.79-.25 0-.49-.12-.64-.33L4.75 11.5v2.88c0 .35-.28.62-.62.62s-.63-.28-.63-.62V9.79c0-.43.36-.79.79-.79h.05c.26 0 .5.12.65.33l2.26 3.17V9.62c0-.34.28-.62.63-.62s.62.28.62.62v4.59zm5-4.57c0 .35-.28.62-.62.62H11v1.12h1.88c.35 0 .62.28.62.62v.01c0 .35-.28.62-.62.62H11v1.11h1.88c.35 0 .62.28.62.62 0 .35-.28.62-.62.62h-2.53c-.47 0-.85-.38-.85-.85v-4.3c0-.45.38-.83.85-.83h2.53c.35 0 .62.28.62.62v.02zm7 4.36c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1V9.62c0-.34.28-.62.62-.62s.62.28.62.62v3.89h1.13v-2.9c0-.35.28-.62.62-.62s.62.28.62.62v2.89h1.12V9.62c0-.35.28-.62.62-.62s.62.28.62.62V14z"})
"FiberNewRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_new_sharp.cljs
================================================
(ns reagent-mui.icons.fiber-new-sharp
"Imports @mui/icons-material/FiberNewSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-new-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zM8.5 15H7.3l-2.55-3.5V15H3.5V9h1.25l2.5 3.5V9H8.5v6zm5-4.74H11v1.12h2.5v1.26H11v1.11h2.5V15h-4V9h4v1.26zm7 4.74h-6V9h1.25v4.51h1.13V9.99h1.25v3.51h1.12V9h1.25v6z"})
"FiberNewSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_new_two_tone.cljs
================================================
(ns reagent-mui.icons.fiber-new-two-tone
"Imports @mui/icons-material/FiberNewTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-new-two-tone (create-svg-icon [(e "path" #js {"d" "M9.12 14.47V9.53H8.09v2.88L6.03 9.53H5v4.94h1.03v-2.88l2.1 2.88zm4.12-3.9V9.53h-3.3v4.94h3.3v-1.03h-2.06v-.91h2.06v-1.04h-2.06v-.92zm.82-1.04v4.12c0 .45.37.82.82.82h3.29c.45 0 .82-.37.82-.82V9.53h-1.03v3.71h-.92v-2.89h-1.03v2.9h-.93V9.53h-1.02z"}) (e "path" #js {"d" "M4 6h16v12H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4V6h16v12z"})]
"FiberNewTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_pin.cljs
================================================
(ns reagent-mui.icons.fiber-pin
"Imports @mui/icons-material/FiberPin as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-pin (create-svg-icon (e "path" #js {"d" "M5.5 10.5h2v1h-2zM20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zM9 11.5c0 .85-.65 1.5-1.5 1.5h-2v2H4V9h3.5c.85 0 1.5.65 1.5 1.5v1zm3.5 3.5H11V9h1.5v6zm7.5 0h-1.2l-2.55-3.5V15H15V9h1.25l2.5 3.5V9H20v6z"})
"FiberPin"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_pin_outlined.cljs
================================================
(ns reagent-mui.icons.fiber-pin-outlined
"Imports @mui/icons-material/FiberPinOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-pin-outlined (create-svg-icon (e "path" #js {"d" "M11 15h1.5V9H11v6zm7.75-6v3.5L16.25 9H15v6h1.25v-3.5L18.8 15H20V9h-1.25zM7.5 9H4v6h1.5v-2h2c.85 0 1.5-.65 1.5-1.5v-1C9 9.65 8.35 9 7.5 9zm0 2.5h-2v-1h2v1z"})
"FiberPinOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_pin_rounded.cljs
================================================
(ns reagent-mui.icons.fiber-pin-rounded
"Imports @mui/icons-material/FiberPinRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-pin-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zM9 11.5c0 .83-.67 1.5-1.5 1.5h-2v1.25c0 .41-.34.75-.75.75S4 14.66 4 14.25V10c0-.55.45-1 1-1h2.5c.83 0 1.5.67 1.5 1.5v1zm3.5 2.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.5c0-.41.34-.75.75-.75s.75.34.75.75v4.5zm7.5-.04c0 .44-.35.79-.79.79-.25 0-.49-.12-.64-.33l-2.31-3.17v2.88c0 .34-.28.62-.62.62h-.01c-.35 0-.63-.28-.63-.62V9.83c0-.46.37-.83.83-.83.27 0 .52.13.67.35l2.25 3.15V9.62c0-.34.28-.62.62-.62h.01c.34 0 .62.28.62.62v4.59zM5.5 10.5h2v1h-2z"})
"FiberPinRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_pin_sharp.cljs
================================================
(ns reagent-mui.icons.fiber-pin-sharp
"Imports @mui/icons-material/FiberPinSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-pin-sharp (create-svg-icon (e "path" #js {"d" "M5.5 10.5h2v1h-2v-1zM22 4H2v16h20V4zM9 13H5.5v2H4V9h5v4zm3.5 2H11V9h1.5v6zm7.5 0h-1.2l-2.55-3.5V15H15V9h1.25l2.5 3.5V9H20v6z"})
"FiberPinSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_pin_two_tone.cljs
================================================
(ns reagent-mui.icons.fiber-pin-two-tone
"Imports @mui/icons-material/FiberPinTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-pin-two-tone (create-svg-icon [(e "path" #js {"d" "M5 14.62h1.31v-1.75h1.75c.74 0 1.31-.57 1.31-1.31v-.88c0-.74-.57-1.31-1.31-1.31H5v5.25zm1.31-3.93h1.75v.88H6.31v-.88zm5.03-1.31h1.31v5.25h-1.31zm3.28 5.24h1.1v-3.06l2.23 3.06H19V9.38h-1.09v3.06l-2.19-3.06h-1.1z"}) (e "path" #js {"d" "M4 6h16v12H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4V6h16v12z"})]
"FiberPinTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_smart_record.cljs
================================================
(ns reagent-mui.icons.fiber-smart-record
"Imports @mui/icons-material/FiberSmartRecord as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-smart-record (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "12", "r" "8"}) (e "path" #js {"d" "M17 4.26v2.09c2.33.82 4 3.04 4 5.65s-1.67 4.83-4 5.65v2.09c3.45-.89 6-4.01 6-7.74s-2.55-6.85-6-7.74z"})]
"FiberSmartRecord"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_smart_record_outlined.cljs
================================================
(ns reagent-mui.icons.fiber-smart-record-outlined
"Imports @mui/icons-material/FiberSmartRecordOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-smart-record-outlined (create-svg-icon (e "path" #js {"d" "M9 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm8-13.74v2.09c2.33.82 4 3.04 4 5.65s-1.67 4.83-4 5.65v2.09c3.45-.89 6-4.01 6-7.74 0-3.73-2.55-6.85-6-7.74z"})
"FiberSmartRecordOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_smart_record_rounded.cljs
================================================
(ns reagent-mui.icons.fiber-smart-record-rounded
"Imports @mui/icons-material/FiberSmartRecordRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-smart-record-rounded (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "12", "r" "8"}) (e "path" #js {"d" "M17 5.55v.18c0 .37.23.69.57.85C19.6 7.54 21 9.61 21 12s-1.4 4.46-3.43 5.42c-.34.16-.57.47-.57.84v.18c0 .68.71 1.11 1.32.82C21.08 18.01 23 15.23 23 12s-1.92-6.01-4.68-7.27c-.61-.28-1.32.14-1.32.82z"})]
"FiberSmartRecordRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_smart_record_sharp.cljs
================================================
(ns reagent-mui.icons.fiber-smart-record-sharp
"Imports @mui/icons-material/FiberSmartRecordSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-smart-record-sharp (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "12", "r" "8"}) (e "path" #js {"d" "M17 4.26v2.09c2.33.82 4 3.04 4 5.65s-1.67 4.83-4 5.65v2.09c3.45-.89 6-4.01 6-7.74s-2.55-6.85-6-7.74z"})]
"FiberSmartRecordSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fiber_smart_record_two_tone.cljs
================================================
(ns reagent-mui.icons.fiber-smart-record-two-tone
"Imports @mui/icons-material/FiberSmartRecordTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fiber-smart-record-two-tone (create-svg-icon [(e "path" #js {"d" "M9 18c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6z", "opacity" ".3"}) (e "path" #js {"d" "M9 20c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8zM9 6c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6zm8-1.74v2.09c2.33.82 4 3.04 4 5.65s-1.67 4.83-4 5.65v2.09c3.45-.89 6-4.01 6-7.74 0-3.73-2.55-6.85-6-7.74z"})]
"FiberSmartRecordTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fifteen_mp.cljs
================================================
(ns reagent-mui.icons.fifteen-mp
"Imports @mui/icons-material/FifteenMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fifteen-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zM16.5 7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H12V10h3V9h-3V5.5h4.5V7zm-1 7H17v1.5h-1.5z"})
"FifteenMp"))
================================================
FILE: src/icons/reagent_mui/icons/fifteen_mp_outlined.cljs
================================================
(ns reagent-mui.icons.fifteen-mp-outlined
"Imports @mui/icons-material/FifteenMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fifteen-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm8-1V9c0-.55-.45-1-1-1h-2V7h3V5.5H12V9h3v1h-3v1.5h3.5c.55 0 1-.45 1-1z"})]
"FifteenMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fifteen_mp_rounded.cljs
================================================
(ns reagent-mui.icons.fifteen-mp-rounded
"Imports @mui/icons-material/FifteenMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fifteen-mp-rounded (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.75 5.5H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C7.34 7 7 6.66 7 6.25s.34-.75.75-.75zm4.75 12.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zm-.5-7c0-.41.34-.75.75-.75H15V9h-2c-.55 0-1-.45-1-1V6.5c0-.55.45-1 1-1h2.75c.41 0 .75.34.75.75s-.34.75-.75.75H13.5v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1h-2.75c-.41 0-.75-.34-.75-.75zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"FifteenMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fifteen_mp_sharp.cljs
================================================
(ns reagent-mui.icons.fifteen-mp-sharp
"Imports @mui/icons-material/FifteenMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fifteen-mp-sharp (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm9 7h3V9h-3V5.5h4.5V7h-3v1h3v3.5H12V10zM7 5.5h3v6H8.5V7H7V5.5zm5.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"})]
"FifteenMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fifteen_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.fifteen-mp-two-tone
"Imports @mui/icons-material/FifteenMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fifteen-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zM12 10h3V9h-3V5.5h4.5V7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H12V10zM7 5.5h3v6H8.5V7H7V5.5zm-1 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm8-1V9c0-.55-.45-1-1-1h-2V7h3V5.5H12V9h3v1h-3v1.5h3.5c.55 0 1-.45 1-1z"})]
"FifteenMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/file_copy.cljs
================================================
(ns reagent-mui.icons.file-copy
"Imports @mui/icons-material/FileCopy as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-copy (create-svg-icon (e "path" #js {"d" "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm-1 4 6 6v10c0 1.1-.9 2-2 2H7.99C6.89 23 6 22.1 6 21l.01-14c0-1.1.89-2 1.99-2h7zm-1 7h5.5L14 6.5V12z"})
"FileCopy"))
================================================
FILE: src/icons/reagent_mui/icons/file_copy_outlined.cljs
================================================
(ns reagent-mui.icons.file-copy-outlined
"Imports @mui/icons-material/FileCopyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-copy-outlined (create-svg-icon (e "path" #js {"d" "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm-1 4H8c-1.1 0-1.99.9-1.99 2L6 21c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V11l-6-6zM8 21V7h6v5h5v9H8z"})
"FileCopyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/file_copy_rounded.cljs
================================================
(ns reagent-mui.icons.file-copy-rounded
"Imports @mui/icons-material/FileCopyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-copy-rounded (create-svg-icon (e "path" #js {"d" "M15 1H4c-1.1 0-2 .9-2 2v13c0 .55.45 1 1 1s1-.45 1-1V4c0-.55.45-1 1-1h10c.55 0 1-.45 1-1s-.45-1-1-1zm.59 4.59 4.83 4.83c.37.37.58.88.58 1.41V21c0 1.1-.9 2-2 2H7.99C6.89 23 6 22.1 6 21l.01-14c0-1.1.89-2 1.99-2h6.17c.53 0 1.04.21 1.42.59zM15 12h4.5L14 6.5V11c0 .55.45 1 1 1z"})
"FileCopyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/file_copy_sharp.cljs
================================================
(ns reagent-mui.icons.file-copy-sharp
"Imports @mui/icons-material/FileCopySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-copy-sharp (create-svg-icon (e "path" #js {"d" "M16 1H2v16h2V3h12V1zm-1 4 6 6v12H6V5h9zm-1 7h5.5L14 6.5V12z"})
"FileCopySharp"))
================================================
FILE: src/icons/reagent_mui/icons/file_copy_two_tone.cljs
================================================
(ns reagent-mui.icons.file-copy-two-tone
"Imports @mui/icons-material/FileCopyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-copy-two-tone (create-svg-icon [(e "path" #js {"d" "M14 7H8v14h11v-9h-5z", "opacity" ".3"}) (e "path" #js {"d" "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm-1 4H8c-1.1 0-1.99.9-1.99 2L6 21c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V11l-6-6zm4 16H8V7h6v5h5v9z"})]
"FileCopyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/file_download.cljs
================================================
(ns reagent-mui.icons.file-download
"Imports @mui/icons-material/FileDownload as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-download (create-svg-icon (e "path" #js {"d" "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"})
"FileDownload"))
================================================
FILE: src/icons/reagent_mui/icons/file_download_done.cljs
================================================
(ns reagent-mui.icons.file-download-done
"Imports @mui/icons-material/FileDownloadDone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-download-done (create-svg-icon (e "path" #js {"d" "M5 18h14v2H5v-2zm4.6-2.7L5 10.7l2-1.9 2.6 2.6L17 4l2 2-9.4 9.3z"})
"FileDownloadDone"))
================================================
FILE: src/icons/reagent_mui/icons/file_download_done_outlined.cljs
================================================
(ns reagent-mui.icons.file-download-done-outlined
"Imports @mui/icons-material/FileDownloadDoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-download-done-outlined (create-svg-icon (e "path" #js {"d" "M20.13 5.41 18.72 4l-9.19 9.19-4.25-4.24-1.41 1.41 5.66 5.66zM5 18h14v2H5z"})
"FileDownloadDoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/file_download_done_rounded.cljs
================================================
(ns reagent-mui.icons.file-download-done-rounded
"Imports @mui/icons-material/FileDownloadDoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-download-done-rounded (create-svg-icon (e "path" #js {"d" "M19.42 4.71a.9959.9959 0 0 0-1.41 0L9.53 13.2 5.99 9.66a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.24 4.24c.39.39 1.02.39 1.41 0l9.19-9.19c.4-.39.4-1.02 0-1.41zM6 20h12c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1z"})
"FileDownloadDoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/file_download_done_sharp.cljs
================================================
(ns reagent-mui.icons.file-download-done-sharp
"Imports @mui/icons-material/FileDownloadDoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-download-done-sharp (create-svg-icon (e "path" #js {"d" "M20.13 5.41 18.72 4l-9.19 9.19-4.25-4.24-1.41 1.41 5.66 5.66zM5 18h14v2H5z"})
"FileDownloadDoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/file_download_done_two_tone.cljs
================================================
(ns reagent-mui.icons.file-download-done-two-tone
"Imports @mui/icons-material/FileDownloadDoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-download-done-two-tone (create-svg-icon (e "path" #js {"d" "M20.13 5.41 18.72 4l-9.19 9.19-4.25-4.24-1.41 1.41 5.66 5.66zM5 18h14v2H5z"})
"FileDownloadDoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/file_download_off.cljs
================================================
(ns reagent-mui.icons.file-download-off
"Imports @mui/icons-material/FileDownloadOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-download-off (create-svg-icon (e "path" #js {"d" "M9 6.17V3h6v6h4l-3.59 3.59L9 6.17zm12.19 15.02L2.81 2.81 1.39 4.22 6.17 9H5l7 7 .59-.59L15.17 18H5v2h12.17l2.61 2.61 1.41-1.42z"})
"FileDownloadOff"))
================================================
FILE: src/icons/reagent_mui/icons/file_download_off_outlined.cljs
================================================
(ns reagent-mui.icons.file-download-off-outlined
"Imports @mui/icons-material/FileDownloadOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-download-off-outlined (create-svg-icon (e "path" #js {"d" "M18 15.17V15h2v2.17l-2-2zm-2.59-2.58L17 11l-1.41-1.41L14 11.17l1.41 1.42zM13 10.17V4h-2v4.17l2 2zm8.19 11.02-1.78-1.78-16.6-16.6-1.42 1.41 6.19 6.19L7 11l5 5 .59-.59L15.17 18H6v-3H4v3c0 1.1.9 2 2 2h11.17l2.61 2.61 1.41-1.42z"})
"FileDownloadOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/file_download_off_rounded.cljs
================================================
(ns reagent-mui.icons.file-download-off-rounded
"Imports @mui/icons-material/FileDownloadOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-download-off-rounded (create-svg-icon (e "path" #js {"d" "M9 6.17V4c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v5h1.59c.89 0 1.33 1.08.7 1.71l-1.88 1.88L9 6.17zm11.49 14.32L3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.5 4.5c-.26.37-.28.91.1 1.28l4.59 4.59c.35.35.88.37 1.27.09L15.17 18H6c-.55 0-1 .45-1 1s.45 1 1 1h11.17l1.9 1.9c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41z"})
"FileDownloadOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/file_download_off_sharp.cljs
================================================
(ns reagent-mui.icons.file-download-off-sharp
"Imports @mui/icons-material/FileDownloadOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-download-off-sharp (create-svg-icon (e "path" #js {"d" "M9 6.17V3h6v6h4l-3.59 3.59L9 6.17zm12.19 15.02L2.81 2.81 1.39 4.22 6.17 9H5l7 7 .59-.59L15.17 18H5v2h12.17l2.61 2.61 1.41-1.42z"})
"FileDownloadOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/file_download_off_two_tone.cljs
================================================
(ns reagent-mui.icons.file-download-off-two-tone
"Imports @mui/icons-material/FileDownloadOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-download-off-two-tone (create-svg-icon [(e "path" #js {"d" "M13 5h-2v3.17l2 2z", "opacity" ".3"}) (e "path" #js {"d" "m11 8.17-2-2V3h6v6h4l-3.59 3.59L13 10.17V5h-2v3.17zm10.19 13.02L2.81 2.81 1.39 4.22 6.17 9H5l7 7 .59-.59L15.17 18H5v2h12.17l2.61 2.61 1.41-1.42z"})]
"FileDownloadOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/file_download_outlined.cljs
================================================
(ns reagent-mui.icons.file-download-outlined
"Imports @mui/icons-material/FileDownloadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-download-outlined (create-svg-icon (e "path" #js {"d" "M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zm-1-4-1.41-1.41L13 12.17V4h-2v8.17L8.41 9.59 7 11l5 5 5-5z"})
"FileDownloadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/file_download_rounded.cljs
================================================
(ns reagent-mui.icons.file-download-rounded
"Imports @mui/icons-material/FileDownloadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-download-rounded (create-svg-icon (e "path" #js {"d" "M16.59 9H15V4c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v5H7.41c-.89 0-1.34 1.08-.71 1.71l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.63-.63.19-1.71-.7-1.71zM5 19c0 .55.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1z"})
"FileDownloadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/file_download_sharp.cljs
================================================
(ns reagent-mui.icons.file-download-sharp
"Imports @mui/icons-material/FileDownloadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-download-sharp (create-svg-icon (e "path" #js {"d" "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"})
"FileDownloadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/file_download_two_tone.cljs
================================================
(ns reagent-mui.icons.file-download-two-tone
"Imports @mui/icons-material/FileDownloadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-download-two-tone (create-svg-icon [(e "path" #js {"d" "M14.17 11H13V5h-2v6H9.83L12 13.17z", "opacity" ".3"}) (e "path" #js {"d" "M5 18h14v2H5zm14-9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11z"})]
"FileDownloadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/file_open.cljs
================================================
(ns reagent-mui.icons.file-open
"Imports @mui/icons-material/FileOpen as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-open (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H15v-8h5V8l-6-6zm-1 7V3.5L18.5 9H13zm4 12.66V16h5.66v2h-2.24l2.95 2.95-1.41 1.41L19 19.41v2.24h-2z"})
"FileOpen"))
================================================
FILE: src/icons/reagent_mui/icons/file_open_outlined.cljs
================================================
(ns reagent-mui.icons.file-open-outlined
"Imports @mui/icons-material/FileOpenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-open-outlined (create-svg-icon (e "path" #js {"d" "M15 22H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h8l6 6v6h-2V9h-5V4H6v16h9v2zm4-.34v-2.24l2.95 2.95 1.41-1.41L20.41 18h2.24v-2H17v5.66h2z"})
"FileOpenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/file_open_rounded.cljs
================================================
(ns reagent-mui.icons.file-open-rounded
"Imports @mui/icons-material/FileOpenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-open-rounded (create-svg-icon (e "path" #js {"d" "M13.17 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h9v-6c0-1.1.9-2 2-2h3V8.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59zM13 8V3.5L18.5 9H14c-.55 0-1-.45-1-1zm9.66 9c0 .55-.45 1-1 1h-1.24l2.24 2.24c.39.39.39 1.02 0 1.41-.39.39-1.02.39-1.41 0L19 19.41v1.24c0 .55-.45 1-1 1s-1-.45-1-1V17c0-.55.45-1 1-1h3.66c.55 0 1 .45 1 1z"})
"FileOpenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/file_open_sharp.cljs
================================================
(ns reagent-mui.icons.file-open-sharp
"Imports @mui/icons-material/FileOpenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-open-sharp (create-svg-icon (e "path" #js {"d" "M14 2H4v20h11v-8h5V8l-6-6zm-1 7V3.5L18.5 9H13zm4 12.66V16h5.66v2h-2.24l2.95 2.95-1.41 1.41L19 19.41v2.24h-2z"})
"FileOpenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/file_open_two_tone.cljs
================================================
(ns reagent-mui.icons.file-open-two-tone
"Imports @mui/icons-material/FileOpenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-open-two-tone (create-svg-icon [(e "path" #js {"d" "M15 14h3V9h-5V4H6v16h9z", "opacity" ".3"}) (e "path" #js {"d" "M15 22H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h8l6 6v6h-2V9h-5V4H6v16h9v2zm4-.34v-2.24l2.95 2.95 1.41-1.41L20.41 18h2.24v-2H17v5.66h2z"})]
"FileOpenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/file_present.cljs
================================================
(ns reagent-mui.icons.file-present
"Imports @mui/icons-material/FilePresent as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-present (create-svg-icon (e "path" #js {"d" "M15 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V7l-5-5zM6 20V4h8v4h4v12H6zm10-10v5c0 2.21-1.79 4-4 4s-4-1.79-4-4V8.5c0-1.47 1.26-2.64 2.76-2.49 1.3.13 2.24 1.32 2.24 2.63V15h-2V8.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5V15c0 1.1.9 2 2 2s2-.9 2-2v-5h2z"})
"FilePresent"))
================================================
FILE: src/icons/reagent_mui/icons/file_present_outlined.cljs
================================================
(ns reagent-mui.icons.file-present-outlined
"Imports @mui/icons-material/FilePresentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-present-outlined (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h8v4h4v12zm-6-3c-1.1 0-2-.9-2-2V9.5c0-.28.22-.5.5-.5s.5.22.5.5V15h2V9.5C13 8.12 11.88 7 10.5 7S8 8.12 8 9.5V15c0 2.21 1.79 4 4 4s4-1.79 4-4v-4h-2v4c0 1.1-.9 2-2 2z"})
"FilePresentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/file_present_rounded.cljs
================================================
(ns reagent-mui.icons.file-present-rounded
"Imports @mui/icons-material/FilePresentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-present-rounded (create-svg-icon (e "path" #js {"d" "M13.17 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59zM16 15c0 2.34-2.01 4.21-4.39 3.98C9.53 18.78 8 16.92 8 14.83V9.64c0-1.31.94-2.5 2.24-2.63C11.74 6.86 13 8.03 13 9.5V14c0 .55-.45 1-1 1s-1-.45-1-1V9.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v5.39c0 1 .68 1.92 1.66 2.08 1.26.21 2.34-.76 2.34-1.97v-3c0-.55.45-1 1-1s1 .45 1 1v3zm-2-8V4l4 4h-3c-.55 0-1-.45-1-1z"})
"FilePresentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/file_present_sharp.cljs
================================================
(ns reagent-mui.icons.file-present-sharp
"Imports @mui/icons-material/FilePresentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-present-sharp (create-svg-icon (e "path" #js {"d" "M14 2H4v20h16V8l-6-6zm2 13c0 2.21-1.79 4-4 4s-4-1.79-4-4V9.5C8 8.12 9.12 7 10.5 7S13 8.12 13 9.5V15h-2V9.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5V15c0 1.1.9 2 2 2s2-.9 2-2v-4h2v4zm-2-7V4l4 4h-4z"})
"FilePresentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/file_present_two_tone.cljs
================================================
(ns reagent-mui.icons.file-present-two-tone
"Imports @mui/icons-material/FilePresentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-present-two-tone (create-svg-icon [(e "path" #js {"d" "M14 4H6v16h12V8h-4V4zm2 7v4c0 2.21-1.79 4-4 4s-4-1.79-4-4V9.5C8 8.12 9.12 7 10.5 7S13 8.12 13 9.5V15h-2V9.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5V15c0 1.1.9 2 2 2s2-.9 2-2v-4h2z", "opacity" ".3"}) (e "path" #js {"d" "M14 15c0 1.1-.9 2-2 2s-2-.9-2-2V9.5c0-.28.22-.5.5-.5s.5.22.5.5V15h2V9.5C13 8.12 11.88 7 10.5 7S8 8.12 8 9.5V15c0 2.21 1.79 4 4 4s4-1.79 4-4v-4h-2v4z"}) (e "path" #js {"d" "M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h8v4h4v12z"})]
"FilePresentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/file_upload.cljs
================================================
(ns reagent-mui.icons.file-upload
"Imports @mui/icons-material/FileUpload as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-upload (create-svg-icon (e "path" #js {"d" "M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z"})
"FileUpload"))
================================================
FILE: src/icons/reagent_mui/icons/file_upload_outlined.cljs
================================================
(ns reagent-mui.icons.file-upload-outlined
"Imports @mui/icons-material/FileUploadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-upload-outlined (create-svg-icon (e "path" #js {"d" "M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z"})
"FileUploadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/file_upload_rounded.cljs
================================================
(ns reagent-mui.icons.file-upload-rounded
"Imports @mui/icons-material/FileUploadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-upload-rounded (create-svg-icon (e "path" #js {"d" "M7.4 10h1.59v5c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-5h1.59c.89 0 1.34-1.08.71-1.71L12.7 3.7a.9959.9959 0 0 0-1.41 0L6.7 8.29c-.63.63-.19 1.71.7 1.71zM5 19c0 .55.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1z"})
"FileUploadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/file_upload_sharp.cljs
================================================
(ns reagent-mui.icons.file-upload-sharp
"Imports @mui/icons-material/FileUploadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-upload-sharp (create-svg-icon (e "path" #js {"d" "M5 10h4v6h6v-6h4l-7-7-7 7zm0 8v2h14v-2H5z"})
"FileUploadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/file_upload_two_tone.cljs
================================================
(ns reagent-mui.icons.file-upload-two-tone
"Imports @mui/icons-material/FileUploadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def file-upload-two-tone (create-svg-icon [(e "path" #js {"d" "M9.83 8H11v6h2V8h1.17L12 5.83z", "opacity" ".3"}) (e "path" #js {"d" "M5 18h14v2H5zm0-8h4v6h6v-6h4l-7-7-7 7zm8-2v6h-2V8H9.83L12 5.83 14.17 8H13z"})]
"FileUploadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter.cljs
================================================
(ns reagent-mui.icons.filter
"Imports @mui/icons-material/Filter as a Reagent component."
(:refer-clojure :exclude [filter])
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter (create-svg-icon (e "path" #js {"d" "m15.96 10.29-2.75 3.54-1.96-2.36L8.5 15h11l-3.54-4.71zM3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14z"})
"Filter"))
================================================
FILE: src/icons/reagent_mui/icons/filter_1.cljs
================================================
(ns reagent-mui.icons.filter-1
"Imports @mui/icons-material/Filter1 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-1 (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm11 10h2V5h-4v2h2v8zm7-14H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14z"})
"Filter1"))
================================================
FILE: src/icons/reagent_mui/icons/filter_1_outlined.cljs
================================================
(ns reagent-mui.icons.filter-1-outlined
"Imports @mui/icons-material/Filter1Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-1-outlined (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm11 10h2V5h-4v2h2v8zm7-14H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14z"})
"Filter1Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_1_rounded.cljs
================================================
(ns reagent-mui.icons.filter-1-rounded
"Imports @mui/icons-material/Filter1Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-1-rounded (create-svg-icon (e "path" #js {"d" "M2 5c-.55 0-1 .45-1 1v15c0 1.1.9 2 2 2h15c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1-.45-1-1V6c0-.55-.45-1-1-1zm13 10c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1h1v7c0 .55.45 1 1 1zm6-14H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-1 16H8c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1z"})
"Filter1Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_1_sharp.cljs
================================================
(ns reagent-mui.icons.filter-1-sharp
"Imports @mui/icons-material/Filter1Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-1-sharp (create-svg-icon (e "path" #js {"d" "M3 5H1v18h18v-2H3V5zm11 10h2V5h-4v2h2v8zm9-14H5v18h18V1zm-2 16H7V3h14v14z"})
"Filter1Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_1_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-1-two-tone
"Imports @mui/icons-material/Filter1TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-1-two-tone (create-svg-icon [(e "path" #js {"d" "M7 17h14V3H7v14zm5-12h4v10h-2V7h-2V5z", "opacity" ".3"}) (e "path" #js {"d" "M14 15h2V5h-4v2h2zm7-14H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zM1 5v16c0 1.1.9 2 2 2h16v-2H3V5H1z"})]
"Filter1TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_2.cljs
================================================
(ns reagent-mui.icons.filter-2
"Imports @mui/icons-material/Filter2 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-2 (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zm-4-4h-4v-2h2c1.1 0 2-.89 2-2V7c0-1.11-.9-2-2-2h-4v2h4v2h-2c-1.1 0-2 .89-2 2v4h6v-2z"})
"Filter2"))
================================================
FILE: src/icons/reagent_mui/icons/filter_2_outlined.cljs
================================================
(ns reagent-mui.icons.filter-2-outlined
"Imports @mui/icons-material/Filter2Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-2-outlined (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zm-4-4h-4v-2h2c1.1 0 2-.89 2-2V7c0-1.11-.9-2-2-2h-4v2h4v2h-2c-1.1 0-2 .89-2 2v4h6v-2z"})
"Filter2Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_2_rounded.cljs
================================================
(ns reagent-mui.icons.filter-2-rounded
"Imports @mui/icons-material/Filter2Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-2-rounded (create-svg-icon (e "path" #js {"d" "M2 5c-.55 0-1 .45-1 1v15c0 1.1.9 2 2 2h15c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1-.45-1-1V6c0-.55-.45-1-1-1zm19-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-1 16H8c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zm-4-4h-3v-2h2c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-3c-.55 0-1 .45-1 1s.45 1 1 1h3v2h-2c-1.1 0-2 .9-2 2v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1z"})
"Filter2Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_2_sharp.cljs
================================================
(ns reagent-mui.icons.filter-2-sharp
"Imports @mui/icons-material/Filter2Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-2-sharp (create-svg-icon (e "path" #js {"d" "M3 5H1v18h18v-2H3V5zm20-4H5v18h18V1zm-2 16H7V3h14v14zm-4-4h-4v-2h4V5h-6v2h4v2h-4v6h6v-2z"})
"Filter2Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_2_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-2-two-tone
"Imports @mui/icons-material/Filter2TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-2-two-tone (create-svg-icon [(e "path" #js {"d" "M7 17h14V3H7v14zm4-6c0-1.11.9-2 2-2h2V7h-4V5h4c1.1 0 2 .89 2 2v2c0 1.11-.9 2-2 2h-2v2h4v2h-6v-4z", "opacity" ".3"}) (e "path" #js {"d" "M17 13h-4v-2h2c1.1 0 2-.89 2-2V7c0-1.11-.9-2-2-2h-4v2h4v2h-2c-1.1 0-2 .89-2 2v4h6v-2zm4-12H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zM1 21c0 1.1.9 2 2 2h16v-2H3V5H1v16z"})]
"Filter2TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_3.cljs
================================================
(ns reagent-mui.icons.filter-3
"Imports @mui/icons-material/Filter3 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-3 (create-svg-icon (e "path" #js {"d" "M21 1H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zM3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm14 8v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V7c0-1.11-.9-2-2-2h-4v2h4v2h-2v2h2v2h-4v2h4c1.1 0 2-.89 2-2z"})
"Filter3"))
================================================
FILE: src/icons/reagent_mui/icons/filter_3_outlined.cljs
================================================
(ns reagent-mui.icons.filter-3-outlined
"Imports @mui/icons-material/Filter3Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-3-outlined (create-svg-icon (e "path" #js {"d" "M21 1H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zM3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm14 8v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V7c0-1.11-.9-2-2-2h-4v2h4v2h-2v2h2v2h-4v2h4c1.1 0 2-.89 2-2z"})
"Filter3Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_3_rounded.cljs
================================================
(ns reagent-mui.icons.filter-3-rounded
"Imports @mui/icons-material/Filter3Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-3-rounded (create-svg-icon (e "path" #js {"d" "M21 1H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-1 16H8c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zM2 5c-.55 0-1 .45-1 1v15c0 1.1.9 2 2 2h15c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1-.45-1-1V6c0-.55-.45-1-1-1zm15 8v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V7c0-1.1-.9-2-2-2h-3c-.55 0-1 .45-1 1s.45 1 1 1h3v2h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v2h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c1.1 0 2-.9 2-2z"})
"Filter3Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_3_sharp.cljs
================================================
(ns reagent-mui.icons.filter-3-sharp
"Imports @mui/icons-material/Filter3Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-3-sharp (create-svg-icon (e "path" #js {"d" "M23 1H5v18h18V1zm-2 16H7V3h14v14zM3 5H1v18h18v-2H3V5zm14 10V5h-6v2h4v2h-2v2h2v2h-4v2h6z"})
"Filter3Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_3_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-3-two-tone
"Imports @mui/icons-material/Filter3TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-3-two-tone (create-svg-icon [(e "path" #js {"d" "M7 17h14V3H7v14zm4-4h4v-2h-2V9h2V7h-4V5h4c1.1 0 2 .89 2 2v1.5c0 .83-.67 1.5-1.5 1.5.83 0 1.5.67 1.5 1.5V13c0 1.11-.9 2-2 2h-4v-2z", "opacity" ".3"}) (e "path" #js {"d" "M21 1H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zm-4-4v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V7c0-1.11-.9-2-2-2h-4v2h4v2h-2v2h2v2h-4v2h4c1.1 0 2-.89 2-2zm2 10v-2H3V5H1v16c0 1.1.9 2 2 2h16z"})]
"Filter3TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_4.cljs
================================================
(ns reagent-mui.icons.filter-4
"Imports @mui/icons-material/Filter4 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-4 (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm12 10h2V5h-2v4h-2V5h-2v6h4v4zm6-14H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14z"})
"Filter4"))
================================================
FILE: src/icons/reagent_mui/icons/filter_4_outlined.cljs
================================================
(ns reagent-mui.icons.filter-4-outlined
"Imports @mui/icons-material/Filter4Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-4-outlined (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm12 10h2V5h-2v4h-2V5h-2v6h4v4zm6-14H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14z"})
"Filter4Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_4_rounded.cljs
================================================
(ns reagent-mui.icons.filter-4-rounded
"Imports @mui/icons-material/Filter4Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-4-rounded (create-svg-icon (e "path" #js {"d" "M2 5c-.55 0-1 .45-1 1v15c0 1.1.9 2 2 2h15c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1-.45-1-1V6c0-.55-.45-1-1-1zm14 10c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1s-1 .45-1 1v3h-2V6c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h3v3c0 .55.45 1 1 1zm5-14H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-1 16H8c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1z"})
"Filter4Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_4_sharp.cljs
================================================
(ns reagent-mui.icons.filter-4-sharp
"Imports @mui/icons-material/Filter4Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-4-sharp (create-svg-icon (e "path" #js {"d" "M3 5H1v18h18v-2H3V5zm12 10h2V5h-2v4h-2V5h-2v6h4v4zm8-14H5v18h18V1zm-2 16H7V3h14v14z"})
"Filter4Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_4_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-4-two-tone
"Imports @mui/icons-material/Filter4TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-4-two-tone (create-svg-icon [(e "path" #js {"d" "M21 3H7v14h14V3zm-4 12h-2v-4h-4V5h2v4h2V5h2v10z", "opacity" ".3"}) (e "path" #js {"d" "M3 23h16v-2H3V5H1v16c0 1.1.9 2 2 2zm4-4h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2zM7 3h14v14H7V3zm8 6h-2V5h-2v6h4v4h2V5h-2z"})]
"Filter4TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_5.cljs
================================================
(ns reagent-mui.icons.filter-5
"Imports @mui/icons-material/Filter5 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-5 (create-svg-icon (e "path" #js {"d" "M21 1H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zM3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm14 8v-2c0-1.11-.9-2-2-2h-2V7h4V5h-6v6h4v2h-4v2h4c1.1 0 2-.89 2-2z"})
"Filter5"))
================================================
FILE: src/icons/reagent_mui/icons/filter_5_outlined.cljs
================================================
(ns reagent-mui.icons.filter-5-outlined
"Imports @mui/icons-material/Filter5Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-5-outlined (create-svg-icon (e "path" #js {"d" "M21 1H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zM3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm14 8v-2c0-1.11-.9-2-2-2h-2V7h4V5h-6v6h4v2h-4v2h4c1.1 0 2-.89 2-2z"})
"Filter5Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_5_rounded.cljs
================================================
(ns reagent-mui.icons.filter-5-rounded
"Imports @mui/icons-material/Filter5Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-5-rounded (create-svg-icon (e "path" #js {"d" "M21 1H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-1 16H8c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zM2 5c-.55 0-1 .45-1 1v15c0 1.1.9 2 2 2h15c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1-.45-1-1V6c0-.55-.45-1-1-1zm15 8v-2c0-1.1-.9-2-2-2h-2V7h3c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3v2h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c1.1 0 2-.9 2-2z"})
"Filter5Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_5_sharp.cljs
================================================
(ns reagent-mui.icons.filter-5-sharp
"Imports @mui/icons-material/Filter5Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-5-sharp (create-svg-icon (e "path" #js {"d" "M23 1H5v18h18V1zm-2 16H7V3h14v14zM3 5H1v18h18v-2H3V5zm14 10V9h-4V7h4V5h-6v6h4v2h-4v2h6z"})
"Filter5Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_5_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-5-two-tone
"Imports @mui/icons-material/Filter5TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-5-two-tone (create-svg-icon [(e "path" #js {"d" "M7 17h14V3H7v14zm4-4h4v-2h-4V5h6v2h-4v2h2c1.1 0 2 .89 2 2v2c0 1.11-.9 2-2 2h-4v-2z", "opacity" ".3"}) (e "path" #js {"d" "M19 23v-2H3V5H1v16c0 1.1.9 2 2 2h16zm-2-10v-2c0-1.11-.9-2-2-2h-2V7h4V5h-6v6h4v2h-4v2h4c1.1 0 2-.89 2-2zm4-12H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14z"})]
"Filter5TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_6.cljs
================================================
(ns reagent-mui.icons.filter-6
"Imports @mui/icons-material/Filter6 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-6 (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zm-8-2h2c1.1 0 2-.89 2-2v-2c0-1.11-.9-2-2-2h-2V7h4V5h-4c-1.1 0-2 .89-2 2v6c0 1.11.9 2 2 2zm0-4h2v2h-2v-2z"})
"Filter6"))
================================================
FILE: src/icons/reagent_mui/icons/filter_6_outlined.cljs
================================================
(ns reagent-mui.icons.filter-6-outlined
"Imports @mui/icons-material/Filter6Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-6-outlined (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zm-8-2h2c1.1 0 2-.89 2-2v-2c0-1.11-.9-2-2-2h-2V7h4V5h-4c-1.1 0-2 .89-2 2v6c0 1.11.9 2 2 2zm0-4h2v2h-2v-2z"})
"Filter6Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_6_rounded.cljs
================================================
(ns reagent-mui.icons.filter-6-rounded
"Imports @mui/icons-material/Filter6Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-6-rounded (create-svg-icon (e "path" #js {"d" "M2 5c-.55 0-1 .45-1 1v15c0 1.1.9 2 2 2h15c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1-.45-1-1V6c0-.55-.45-1-1-1zm19-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-1 16H8c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zm-7-2h2c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2h-2V7h3c.55 0 1-.45 1-1s-.45-1-1-1h-3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2zm0-4h2v2h-2v-2z"})
"Filter6Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_6_sharp.cljs
================================================
(ns reagent-mui.icons.filter-6-sharp
"Imports @mui/icons-material/Filter6Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-6-sharp (create-svg-icon (e "path" #js {"d" "M3 5H1v18h18v-2H3V5zm20-4H5v18h18V1zm-2 16H7V3h14v14zm-10-2h6V9h-4V7h4V5h-6v10zm2-4h2v2h-2v-2z"})
"Filter6Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_6_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-6-two-tone
"Imports @mui/icons-material/Filter6TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-6-two-tone (create-svg-icon [(e "path" #js {"d" "M7 17h14V3H7v14zm4-10c0-1.11.9-2 2-2h4v2h-4v2h2c1.1 0 2 .89 2 2v2c0 1.11-.9 2-2 2h-2c-1.1 0-2-.89-2-2V7zm2 4h2v2h-2z", "opacity" ".3"}) (e "path" #js {"d" "M21 1H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zm-8-2h2c1.1 0 2-.89 2-2v-2c0-1.11-.9-2-2-2h-2V7h4V5h-4c-1.1 0-2 .89-2 2v6c0 1.11.9 2 2 2zm0-4h2v2h-2v-2zM3 23h16v-2H3V5H1v16c0 1.1.9 2 2 2z"})]
"Filter6TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_7.cljs
================================================
(ns reagent-mui.icons.filter-7
"Imports @mui/icons-material/Filter7 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-7 (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zm-8-2 4-8V5h-6v2h4l-4 8h2z"})
"Filter7"))
================================================
FILE: src/icons/reagent_mui/icons/filter_7_outlined.cljs
================================================
(ns reagent-mui.icons.filter-7-outlined
"Imports @mui/icons-material/Filter7Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-7-outlined (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zm-8-2 4-8V5h-6v2h4l-4 8h2z"})
"Filter7Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_7_rounded.cljs
================================================
(ns reagent-mui.icons.filter-7-rounded
"Imports @mui/icons-material/Filter7Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-7-rounded (create-svg-icon (e "path" #js {"d" "M2 5c-.55 0-1 .45-1 1v15c0 1.1.9 2 2 2h15c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1-.45-1-1V6c0-.55-.45-1-1-1zm19-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-1 16H8c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zm-6.75-2.49 3.58-7.17c.11-.22.17-.47.17-.72 0-.9-.72-1.62-1.62-1.62H12c-.55 0-1 .45-1 1s.45 1 1 1h3l-3.36 6.71c-.3.59.13 1.29.8 1.29h.01c.34 0 .65-.19.8-.49z"})
"Filter7Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_7_sharp.cljs
================================================
(ns reagent-mui.icons.filter-7-sharp
"Imports @mui/icons-material/Filter7Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-7-sharp (create-svg-icon (e "path" #js {"d" "M3 5H1v18h18v-2H3V5zm20-4H5v18h18V1zm-2 16H7V3h14v14zm-8-2 4-8V5h-6v2h4l-4 8h2z"})
"Filter7Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_7_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-7-two-tone
"Imports @mui/icons-material/Filter7TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-7-two-tone (create-svg-icon [(e "path" #js {"d" "M7 17h14V3H7v14zm4-10V5h6v2l-4 8h-2l4-8h-4z", "opacity" ".3"}) (e "path" #js {"d" "M3 23h16v-2H3V5H1v16c0 1.1.9 2 2 2zm10-8 4-8V5h-6v2h4l-4 8zm8-14H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14z"})]
"Filter7TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_8.cljs
================================================
(ns reagent-mui.icons.filter-8
"Imports @mui/icons-material/Filter8 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-8 (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zm-8-2h2c1.1 0 2-.89 2-2v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V7c0-1.11-.9-2-2-2h-2c-1.1 0-2 .89-2 2v1.5c0 .83.67 1.5 1.5 1.5-.83 0-1.5.67-1.5 1.5V13c0 1.11.9 2 2 2zm0-8h2v2h-2V7zm0 4h2v2h-2v-2z"})
"Filter8"))
================================================
FILE: src/icons/reagent_mui/icons/filter_8_outlined.cljs
================================================
(ns reagent-mui.icons.filter-8-outlined
"Imports @mui/icons-material/Filter8Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-8-outlined (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zm-8-2h2c1.1 0 2-.89 2-2v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V7c0-1.11-.9-2-2-2h-2c-1.1 0-2 .89-2 2v1.5c0 .83.67 1.5 1.5 1.5-.83 0-1.5.67-1.5 1.5V13c0 1.11.9 2 2 2zm0-8h2v2h-2V7zm0 4h2v2h-2v-2z"})
"Filter8Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_8_rounded.cljs
================================================
(ns reagent-mui.icons.filter-8-rounded
"Imports @mui/icons-material/Filter8Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-8-rounded (create-svg-icon (e "path" #js {"d" "M2 5c-.55 0-1 .45-1 1v15c0 1.1.9 2 2 2h15c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1-.45-1-1V6c0-.55-.45-1-1-1zm19-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-1 16H8c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zm-7-2h2c1.1 0 2-.89 2-2v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V7c0-1.11-.9-2-2-2h-2c-1.1 0-2 .89-2 2v1.5c0 .83.67 1.5 1.5 1.5-.83 0-1.5.67-1.5 1.5V13c0 1.11.9 2 2 2zm0-8h2v2h-2V7zm0 4h2v2h-2v-2z"})
"Filter8Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_8_sharp.cljs
================================================
(ns reagent-mui.icons.filter-8-sharp
"Imports @mui/icons-material/Filter8Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-8-sharp (create-svg-icon (e "path" #js {"d" "M3 5H1v18h18v-2H3V5zm20-4H5v18h18V1zm-2 16H7V3h14v14zm-8-2h2c1.1 0 2-.89 2-2v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V7c0-1.11-.9-2-2-2h-2c-1.1 0-2 .89-2 2v1.5c0 .83.67 1.5 1.5 1.5-.83 0-1.5.67-1.5 1.5V13c0 1.11.9 2 2 2zm0-8h2v2h-2V7zm0 4h2v2h-2v-2z"})
"Filter8Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_8_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-8-two-tone
"Imports @mui/icons-material/Filter8TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-8-two-tone (create-svg-icon [(e "path" #js {"d" "M7 17h14V3H7v14zm4-5.5c0-.83.67-1.5 1.5-1.5-.83 0-1.5-.67-1.5-1.5V7c0-1.11.9-2 2-2h2c1.1 0 2 .89 2 2v1.5c0 .83-.67 1.5-1.5 1.5.83 0 1.5.67 1.5 1.5V13c0 1.11-.9 2-2 2h-2c-1.1 0-2-.89-2-2v-1.5zM13 7h2v2h-2zm0 4h2v2h-2z", "opacity" ".3"}) (e "path" #js {"d" "M21 1H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zM3 23h16v-2H3V5H1v16c0 1.1.9 2 2 2zm10-8h2c1.1 0 2-.89 2-2v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V7c0-1.11-.9-2-2-2h-2c-1.1 0-2 .89-2 2v1.5c0 .83.67 1.5 1.5 1.5-.83 0-1.5.67-1.5 1.5V13c0 1.11.9 2 2 2zm0-8h2v2h-2V7zm0 4h2v2h-2v-2z"})]
"Filter8TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_9.cljs
================================================
(ns reagent-mui.icons.filter-9
"Imports @mui/icons-material/Filter9 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-9 (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zM15 5h-2c-1.1 0-2 .89-2 2v2c0 1.11.9 2 2 2h2v2h-4v2h4c1.1 0 2-.89 2-2V7c0-1.11-.9-2-2-2zm0 4h-2V7h2v2z"})
"Filter9"))
================================================
FILE: src/icons/reagent_mui/icons/filter_9_outlined.cljs
================================================
(ns reagent-mui.icons.filter-9-outlined
"Imports @mui/icons-material/Filter9Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-9-outlined (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zM15 5h-2c-1.1 0-2 .89-2 2v2c0 1.11.9 2 2 2h2v2h-4v2h4c1.1 0 2-.89 2-2V7c0-1.11-.9-2-2-2zm0 4h-2V7h2v2z"})
"Filter9Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_9_plus.cljs
================================================
(ns reagent-mui.icons.filter-9-plus
"Imports @mui/icons-material/Filter9Plus as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-9-plus (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm11 7V8c0-1.11-.9-2-2-2h-1c-1.1 0-2 .89-2 2v1c0 1.11.9 2 2 2h1v1H9v2h3c1.1 0 2-.89 2-2zm-3-3V8h1v1h-1zm10-8H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 8h-2V7h-2v2h-2v2h2v2h2v-2h2v6H7V3h14v6z"})
"Filter9Plus"))
================================================
FILE: src/icons/reagent_mui/icons/filter_9_plus_outlined.cljs
================================================
(ns reagent-mui.icons.filter-9-plus-outlined
"Imports @mui/icons-material/Filter9PlusOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-9-plus-outlined (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm11 7V8c0-1.11-.9-2-2-2h-1c-1.1 0-2 .89-2 2v1c0 1.11.9 2 2 2h1v1H9v2h3c1.1 0 2-.89 2-2zm-3-3V8h1v1h-1zm10-8H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 8h-2V7h-2v2h-2v2h2v2h2v-2h2v6H7V3h14v6z"})
"Filter9PlusOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_9_plus_rounded.cljs
================================================
(ns reagent-mui.icons.filter-9-plus-rounded
"Imports @mui/icons-material/Filter9PlusRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-9-plus-rounded (create-svg-icon (e "path" #js {"d" "M2 5c-.55 0-1 .45-1 1v15c0 1.1.9 2 2 2h15c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1-.45-1-1V6c0-.55-.45-1-1-1zm12 7V8c0-1.1-.9-2-2-2h-1c-1.1 0-2 .9-2 2v1c0 1.1.9 2 2 2h1v1h-2c-.55 0-1 .45-1 1s.45 1 1 1h2c1.1 0 2-.9 2-2zm-3-3V8h1v1h-1zm10-8H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-1 16H8c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zm1-7c0-.55-.45-1-1-1h-1V8c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1z"})
"Filter9PlusRounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_9_plus_sharp.cljs
================================================
(ns reagent-mui.icons.filter-9-plus-sharp
"Imports @mui/icons-material/Filter9PlusSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-9-plus-sharp (create-svg-icon (e "path" #js {"d" "M3 5H1v18h18v-2H3V5zm11 9V6H9v5h3v1H9v2h5zm-3-5V8h1v1h-1zm12-8H5v18h18V1zm-2 8h-2V7h-2v2h-2v2h2v2h2v-2h2v6H7V3h14v6z"})
"Filter9PlusSharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_9_plus_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-9-plus-two-tone
"Imports @mui/icons-material/Filter9PlusTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-9-plus-two-tone (create-svg-icon [(e "path" #js {"d" "M7 17h14v-6h-2v2h-2v-2h-2V9h2V7h2v2h2V3H7v14zm2-5h3v-1h-1c-1.1 0-2-.89-2-2V8c0-1.11.9-2 2-2h1c1.1 0 2 .89 2 2v4c0 1.11-.9 2-2 2H9v-2z", "opacity" ".3"}) (e "path" #js {"d" "M19 21H3V5H1v16c0 1.1.9 2 2 2h16v-2z"}) (e "path" #js {"d" "M11 8h1v1h-1z", "opacity" ".3"}) (e "path" #js {"d" "M12 6h-1c-1.1 0-2 .89-2 2v1c0 1.11.9 2 2 2h1v1H9v2h3c1.1 0 2-.89 2-2V8c0-1.11-.9-2-2-2zm0 3h-1V8h1v1zm9-8H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 8h-2V7h-2v2h-2v2h2v2h2v-2h2v6H7V3h14v6z"})]
"Filter9PlusTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_9_rounded.cljs
================================================
(ns reagent-mui.icons.filter-9-rounded
"Imports @mui/icons-material/Filter9Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-9-rounded (create-svg-icon (e "path" #js {"d" "M2 5c-.55 0-1 .45-1 1v15c0 1.1.9 2 2 2h15c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1-.45-1-1V6c0-.55-.45-1-1-1zm19-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-1 16H8c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zM15 5h-2c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h2v2h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 4h-2V7h2v2z"})
"Filter9Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_9_sharp.cljs
================================================
(ns reagent-mui.icons.filter-9-sharp
"Imports @mui/icons-material/Filter9Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-9-sharp (create-svg-icon (e "path" #js {"d" "M3 5H1v18h18v-2H3V5zm20-4H5v18h18V1zm-2 16H7V3h14v14zM17 5h-6v6h4v2h-4v2h6V5zm-2 4h-2V7h2v2z"})
"Filter9Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_9_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-9-two-tone
"Imports @mui/icons-material/Filter9TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-9-two-tone (create-svg-icon [(e "path" #js {"d" "M13 7h2v2h-2zM7 17h14V3H7v14zm4-4h4v-2h-2c-1.1 0-2-.89-2-2V7c0-1.11.9-2 2-2h2c1.1 0 2 .89 2 2v6c0 1.11-.9 2-2 2h-4v-2z", "opacity" ".3"}) (e "path" #js {"d" "M21 1H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zM3 23h16v-2H3V5H1v16c0 1.1.9 2 2 2zm14-10V7c0-1.11-.9-2-2-2h-2c-1.1 0-2 .89-2 2v2c0 1.11.9 2 2 2h2v2h-4v2h4c1.1 0 2-.89 2-2zm-4-4V7h2v2h-2z"})]
"Filter9TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_alt.cljs
================================================
(ns reagent-mui.icons.filter-alt
"Imports @mui/icons-material/FilterAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-alt (create-svg-icon (e "path" #js {"d" "M4.25 5.61C6.27 8.2 10 13 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6s3.72-4.8 5.74-7.39c.51-.66.04-1.61-.79-1.61H5.04c-.83 0-1.3.95-.79 1.61z"})
"FilterAlt"))
================================================
FILE: src/icons/reagent_mui/icons/filter_alt_off.cljs
================================================
(ns reagent-mui.icons.filter-alt-off
"Imports @mui/icons-material/FilterAltOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-alt-off (create-svg-icon (e "path" #js {"d" "M19.79 5.61C20.3 4.95 19.83 4 19 4H6.83l7.97 7.97 4.99-6.36zM2.81 2.81 1.39 4.22 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2.17l5.78 5.78 1.41-1.41L2.81 2.81z"})
"FilterAltOff"))
================================================
FILE: src/icons/reagent_mui/icons/filter_alt_off_outlined.cljs
================================================
(ns reagent-mui.icons.filter-alt-off-outlined
"Imports @mui/icons-material/FilterAltOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-alt-off-outlined (create-svg-icon (e "path" #js {"d" "m16.95 6-3.57 4.55 1.43 1.43c1.03-1.31 4.98-6.37 4.98-6.37C20.3 4.95 19.83 4 19 4H6.83l2 2h8.12zM2.81 2.81 1.39 4.22 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2.17l5.78 5.78 1.41-1.41L2.81 2.81z"})
"FilterAltOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_alt_off_rounded.cljs
================================================
(ns reagent-mui.icons.filter-alt-off-rounded
"Imports @mui/icons-material/FilterAltOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-alt-off-rounded (create-svg-icon (e "path" #js {"d" "M19.79 5.61C20.3 4.95 19.83 4 19 4H6.83l7.97 7.97 4.99-6.36zm.7 14.88L3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10 13v5c0 1.1.9 2 2 2s2-.9 2-2v-1.17l5.07 5.07c.39.39 1.02.39 1.41 0s.4-1.02.01-1.41z"})
"FilterAltOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_alt_off_sharp.cljs
================================================
(ns reagent-mui.icons.filter-alt-off-sharp
"Imports @mui/icons-material/FilterAltOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-alt-off-sharp (create-svg-icon (e "path" #js {"d" "M21.05 4H6.83l7.97 7.97zM2.81 2.81 1.39 4.22 10 13v7h4v-3.17l5.78 5.78 1.41-1.42z"})
"FilterAltOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_alt_off_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-alt-off-two-tone
"Imports @mui/icons-material/FilterAltOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-alt-off-two-tone (create-svg-icon [(e "path" #js {"d" "M8.83 6h8.12l-3.57 4.55z", "opacity" ".3"}) (e "path" #js {"d" "m16.95 6-3.57 4.55 1.43 1.43c1.03-1.31 4.98-6.37 4.98-6.37C20.3 4.95 19.83 4 19 4H6.83l2 2h8.12zM2.81 2.81 1.39 4.22 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2.17l5.78 5.78 1.41-1.41L2.81 2.81z"})]
"FilterAltOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_alt_outlined.cljs
================================================
(ns reagent-mui.icons.filter-alt-outlined
"Imports @mui/icons-material/FilterAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-alt-outlined (create-svg-icon (e "path" #js {"d" "M7 6h10l-5.01 6.3L7 6zm-2.75-.39C6.27 8.2 10 13 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6s3.72-4.8 5.74-7.39c.51-.66.04-1.61-.79-1.61H5.04c-.83 0-1.3.95-.79 1.61z"})
"FilterAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_alt_rounded.cljs
================================================
(ns reagent-mui.icons.filter-alt-rounded
"Imports @mui/icons-material/FilterAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-alt-rounded (create-svg-icon (e "path" #js {"d" "M4.25 5.61C6.57 8.59 10 13 10 13v5c0 1.1.9 2 2 2s2-.9 2-2v-5s3.43-4.41 5.75-7.39c.51-.66.04-1.61-.8-1.61H5.04c-.83 0-1.3.95-.79 1.61z"})
"FilterAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_alt_sharp.cljs
================================================
(ns reagent-mui.icons.filter-alt-sharp
"Imports @mui/icons-material/FilterAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-alt-sharp (create-svg-icon (e "path" #js {"d" "M3 4c2.01 2.59 7 9 7 9v7h4v-7s4.98-6.41 7-9H3z"})
"FilterAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-alt-two-tone
"Imports @mui/icons-material/FilterAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M7 6h10l-5.01 6.3L7 6zm-2.75-.39C6.27 8.2 10 13 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6s3.72-4.8 5.74-7.39c.51-.66.04-1.61-.79-1.61H5.04c-.83 0-1.3.95-.79 1.61z"}) (e "path" #js {"d" "M7 6h10l-5.01 6.3z", "opacity" ".3"})]
"FilterAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_b_and_w.cljs
================================================
(ns reagent-mui.icons.filter-b-and-w
"Imports @mui/icons-material/FilterBAndW as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-b-and-w (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16-7-8v8H5l7-8V5h7v14z"})
"FilterBAndW"))
================================================
FILE: src/icons/reagent_mui/icons/filter_b_and_w_outlined.cljs
================================================
(ns reagent-mui.icons.filter-b-and-w-outlined
"Imports @mui/icons-material/FilterBAndWOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-b-and-w-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16-7-8v8H5l7-8V5h7v14z"})
"FilterBAndWOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_b_and_w_rounded.cljs
================================================
(ns reagent-mui.icons.filter-b-and-w-rounded
"Imports @mui/icons-material/FilterBAndWRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-b-and-w-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16-7-8v8H5l7-8V5h6c.55 0 1 .45 1 1v13z"})
"FilterBAndWRounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_b_and_w_sharp.cljs
================================================
(ns reagent-mui.icons.filter-b-and-w-sharp
"Imports @mui/icons-material/FilterBAndWSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-b-and-w-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-2 16-7-8v8H5l7-8V5h7v14z"})
"FilterBAndWSharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_b_and_w_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-b-and-w-two-tone
"Imports @mui/icons-material/FilterBAndWTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-b-and-w-two-tone (create-svg-icon [(e "path" #js {"d" "M19 5h-7v6l7 8zm-7 14v-8l-7 8z", "opacity" ".3"}) (e "path" #js {"d" "M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zm-9 0H5l7-8V5h7v14l-7-8v8z"})]
"FilterBAndWTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_center_focus.cljs
================================================
(ns reagent-mui.icons.filter-center-focus
"Imports @mui/icons-material/FilterCenterFocus as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-center-focus (create-svg-icon (e "path" #js {"d" "M5 15H3v4c0 1.1.9 2 2 2h4v-2H5v-4zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm14-2h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4zM12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"FilterCenterFocus"))
================================================
FILE: src/icons/reagent_mui/icons/filter_center_focus_outlined.cljs
================================================
(ns reagent-mui.icons.filter-center-focus-outlined
"Imports @mui/icons-material/FilterCenterFocusOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-center-focus-outlined (create-svg-icon (e "path" #js {"d" "M5 15H3v4c0 1.1.9 2 2 2h4v-2H5v-4zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm14-2h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4zM12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"FilterCenterFocusOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_center_focus_rounded.cljs
================================================
(ns reagent-mui.icons.filter-center-focus-rounded
"Imports @mui/icons-material/FilterCenterFocusRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-center-focus-rounded (create-svg-icon (e "path" #js {"d" "M4 15c-.55 0-1 .45-1 1v3c0 1.1.9 2 2 2h3c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1-.45-1-1v-2c0-.55-.45-1-1-1zm1-9c0-.55.45-1 1-1h2c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2v3c0 .55.45 1 1 1s1-.45 1-1V6zm14-3h-3c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1 .45 1 1v2c0 .55.45 1 1 1s1-.45 1-1V5c0-1.1-.9-2-2-2zm0 15c0 .55-.45 1-1 1h-2c-.55 0-1 .45-1 1s.45 1 1 1h3c1.1 0 2-.9 2-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v2zm-7-9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"FilterCenterFocusRounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_center_focus_sharp.cljs
================================================
(ns reagent-mui.icons.filter-center-focus-sharp
"Imports @mui/icons-material/FilterCenterFocusSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-center-focus-sharp (create-svg-icon (e "path" #js {"d" "M5 15H3v6h6v-2H5v-4zM5 5h4V3H3v6h2V5zm16-2h-6v2h4v4h2V3zm-2 16h-4v2h6v-6h-2v4zM12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"FilterCenterFocusSharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_center_focus_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-center-focus-two-tone
"Imports @mui/icons-material/FilterCenterFocusTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-center-focus-two-tone (create-svg-icon (e "path" #js {"d" "M5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm7 4c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm7-6h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4zM5 15H3v4c0 1.1.9 2 2 2h4v-2H5v-4z"})
"FilterCenterFocusTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_drama.cljs
================================================
(ns reagent-mui.icons.filter-drama
"Imports @mui/icons-material/FilterDrama as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-drama (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.61 5.64 5.36 8.04 2.35 8.36 0 10.9 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4h2c0-2.76-1.86-5.08-4.4-5.78C8.61 6.88 10.2 6 12 6c3.03 0 5.5 2.47 5.5 5.5v.5H19c1.65 0 3 1.35 3 3s-1.35 3-3 3z"})
"FilterDrama"))
================================================
FILE: src/icons/reagent_mui/icons/filter_drama_outlined.cljs
================================================
(ns reagent-mui.icons.filter-drama-outlined
"Imports @mui/icons-material/FilterDramaOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-drama-outlined (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.61 5.64 5.36 8.04 2.35 8.36 0 10.9 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4h2c0-2.76-1.86-5.08-4.4-5.78C8.61 6.88 10.2 6 12 6c3.03 0 5.5 2.47 5.5 5.5v.5H19c1.65 0 3 1.35 3 3s-1.35 3-3 3z"})
"FilterDramaOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_drama_rounded.cljs
================================================
(ns reagent-mui.icons.filter-drama-rounded
"Imports @mui/icons-material/FilterDramaRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-drama-rounded (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.61 5.64 5.36 8.04 2.35 8.36 0 10.9 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6.17c-2.09 0-3.95-1.53-4.15-3.61C1.79 12.01 3.66 10 6 10c1.92 0 3.53 1.36 3.91 3.17.1.48.5.83.98.83.61 0 1.11-.55.99-1.15-.43-2.24-2.11-4.03-4.29-4.63 1.1-1.46 2.89-2.37 4.89-2.2 2.88.25 5.01 2.82 5.01 5.71V12h1.37c1.45 0 2.79.97 3.07 2.4.39 1.91-1.08 3.6-2.93 3.6z"})
"FilterDramaRounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_drama_sharp.cljs
================================================
(ns reagent-mui.icons.filter-drama-sharp
"Imports @mui/icons-material/FilterDramaSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-drama-sharp (create-svg-icon (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.61 5.64 5.36 8.04 2.35 8.36 0 10.9 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4h2c0-2.76-1.86-5.08-4.4-5.78C8.61 6.88 10.2 6 12 6c3.03 0 5.5 2.47 5.5 5.5v.5H19c1.65 0 3 1.35 3 3s-1.35 3-3 3z"})
"FilterDramaSharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_drama_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-drama-two-tone
"Imports @mui/icons-material/FilterDramaTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-drama-two-tone (create-svg-icon [(e "path" #js {"d" "M19 12h-1.5v-.5C17.5 8.47 15.03 6 12 6c-1.8 0-3.39.88-4.4 2.22 2.54.7 4.4 3.02 4.4 5.78h-2c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4h13c1.65 0 3-1.35 3-3s-1.35-3-3-3z", "opacity" ".3"}) (e "path" #js {"d" "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.61 5.64 5.36 8.04 2.35 8.36 0 10.9 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4h2c0-2.76-1.86-5.08-4.4-5.78C8.61 6.88 10.2 6 12 6c3.03 0 5.5 2.47 5.5 5.5v.5H19c1.65 0 3 1.35 3 3s-1.35 3-3 3z"})]
"FilterDramaTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_frames.cljs
================================================
(ns reagent-mui.icons.filter-frames
"Imports @mui/icons-material/FilterFrames as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-frames (create-svg-icon (e "path" #js {"d" "M20 4h-4l-4-4-4 4H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H4V6h4.52l3.52-3.5L15.52 6H20v14zM18 8H6v10h12"})
"FilterFrames"))
================================================
FILE: src/icons/reagent_mui/icons/filter_frames_outlined.cljs
================================================
(ns reagent-mui.icons.filter-frames-outlined
"Imports @mui/icons-material/FilterFramesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-frames-outlined (create-svg-icon (e "path" #js {"d" "M20 4h-4l-4-4-4 4H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H4V6h4.52l3.52-3.5L15.52 6H20v14zM6 18h12V8H6v10zm2-8h8v6H8v-6z"})
"FilterFramesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_frames_rounded.cljs
================================================
(ns reagent-mui.icons.filter-frames-rounded
"Imports @mui/icons-material/FilterFramesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-frames-rounded (create-svg-icon (e "path" #js {"d" "M20 4h-4L12.71.71a.9959.9959 0 0 0-1.41 0L8 4H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-1 16H5c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h3.52l3.52-3.5L15.52 6H19c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zM17 8H7c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1z"})
"FilterFramesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_frames_sharp.cljs
================================================
(ns reagent-mui.icons.filter-frames-sharp
"Imports @mui/icons-material/FilterFramesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-frames-sharp (create-svg-icon (e "path" #js {"d" "M22 4h-6l-4-4-4 4H2v18h20V4zm-2 16H4V6h4.52l3.52-3.5L15.52 6H20v14zM18 8H6v10h12"})
"FilterFramesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_frames_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-frames-two-tone
"Imports @mui/icons-material/FilterFramesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-frames-two-tone (create-svg-icon [(e "path" #js {"d" "M8 10h8v6H8z", "opacity" ".3"}) (e "path" #js {"d" "M20 4h-4l-4-4-4 4H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H4V6h4.52l3.52-3.5L15.52 6H20v14zM6 18h12V8H6v10zm2-8h8v6H8v-6z"})]
"FilterFramesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_hdr.cljs
================================================
(ns reagent-mui.icons.filter-hdr
"Imports @mui/icons-material/FilterHdr as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-hdr (create-svg-icon (e "path" #js {"d" "m14 6-3.75 5 2.85 3.8-1.6 1.2C9.81 13.75 7 10 7 10l-6 8h22L14 6z"})
"FilterHdr"))
================================================
FILE: src/icons/reagent_mui/icons/filter_hdr_outlined.cljs
================================================
(ns reagent-mui.icons.filter-hdr-outlined
"Imports @mui/icons-material/FilterHdrOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-hdr-outlined (create-svg-icon (e "path" #js {"d" "m14 6-4.22 5.63 1.25 1.67L14 9.33 19 16h-8.46l-4.01-5.37L1 18h22L14 6zM5 16l1.52-2.03L8.04 16H5z"})
"FilterHdrOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_hdr_rounded.cljs
================================================
(ns reagent-mui.icons.filter-hdr-rounded
"Imports @mui/icons-material/FilterHdrRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-hdr-rounded (create-svg-icon (e "path" #js {"d" "M13.2 7.07 10.25 11l2.25 3c.33.44.24 1.07-.2 1.4-.44.33-1.07.25-1.4-.2-1.05-1.4-2.31-3.07-3.1-4.14-.4-.53-1.2-.53-1.6 0l-4 5.33c-.49.67-.02 1.61.8 1.61h18c.82 0 1.29-.94.8-1.6l-7-9.33c-.4-.54-1.2-.54-1.6 0z"})
"FilterHdrRounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_hdr_sharp.cljs
================================================
(ns reagent-mui.icons.filter-hdr-sharp
"Imports @mui/icons-material/FilterHdrSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-hdr-sharp (create-svg-icon (e "path" #js {"d" "m14 6-3.75 5 2.85 3.8-1.6 1.2C9.81 13.75 7 10 7 10l-6 8h22L14 6z"})
"FilterHdrSharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_hdr_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-hdr-two-tone
"Imports @mui/icons-material/FilterHdrTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-hdr-two-tone (create-svg-icon [(e "path" #js {"d" "M5 16h3.04l-1.52-2.03z", "opacity" ".3"}) (e "path" #js {"d" "m9.78 11.63 1.25 1.67L14 9.33 19 16h-8.46l-4.01-5.37L1 18h22L14 6l-4.22 5.63zM5 16l1.52-2.03L8.04 16H5z"})]
"FilterHdrTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_list.cljs
================================================
(ns reagent-mui.icons.filter-list
"Imports @mui/icons-material/FilterList as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-list (create-svg-icon (e "path" #js {"d" "M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"})
"FilterList"))
================================================
FILE: src/icons/reagent_mui/icons/filter_list_off.cljs
================================================
(ns reagent-mui.icons.filter-list-off
"Imports @mui/icons-material/FilterListOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-list-off (create-svg-icon (e "path" #js {"d" "M10.83 8H21V6H8.83l2 2zm5 5H18v-2h-4.17l2 2zM14 16.83V18h-4v-2h3.17l-3-3H6v-2h2.17l-3-3H3V6h.17L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41L14 16.83z"})
"FilterListOff"))
================================================
FILE: src/icons/reagent_mui/icons/filter_list_off_outlined.cljs
================================================
(ns reagent-mui.icons.filter-list-off-outlined
"Imports @mui/icons-material/FilterListOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-list-off-outlined (create-svg-icon (e "path" #js {"d" "M10.83 8H21V6H8.83l2 2zm5 5H18v-2h-4.17l2 2zM14 16.83V18h-4v-2h3.17l-3-3H6v-2h2.17l-3-3H3V6h.17L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41L14 16.83z"})
"FilterListOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_list_off_rounded.cljs
================================================
(ns reagent-mui.icons.filter-list-off-rounded
"Imports @mui/icons-material/FilterListOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-list-off-rounded (create-svg-icon (e "path" #js {"d" "M21 7c0-.55-.45-1-1-1H8.83l2 2H20c.55 0 1-.45 1-1zm-3 5c0-.55-.45-1-1-1h-3.17l2 2H17c.55 0 1-.45 1-1zm-4.02 4.81c.01.06.02.13.02.19 0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1s.45-1 1-1h2c.06 0 .13.01.19.02L10.17 13H7c-.55 0-1-.45-1-1s.45-1 1-1h1.17l-3-3H4c-.55 0-1-.45-1-1 0-.32.15-.6.38-.79L2.1 4.93c-.39-.39-.39-1.02 0-1.41s1.02-.39 1.41 0l16.97 16.97c.39.39.39 1.02 0 1.41s-1.02.39-1.41 0l-5.09-5.09z"})
"FilterListOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_list_off_sharp.cljs
================================================
(ns reagent-mui.icons.filter-list-off-sharp
"Imports @mui/icons-material/FilterListOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-list-off-sharp (create-svg-icon (e "path" #js {"d" "M10.83 8H21V6H8.83l2 2zm5 5H18v-2h-4.17l2 2zM14 16.83V18h-4v-2h3.17l-3-3H6v-2h2.17l-3-3H3V6h.17L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41L14 16.83z"})
"FilterListOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_list_off_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-list-off-two-tone
"Imports @mui/icons-material/FilterListOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-list-off-two-tone (create-svg-icon (e "path" #js {"d" "M10.83 8H21V6H8.83l2 2zm5 5H18v-2h-4.17l2 2zM14 16.83V18h-4v-2h3.17l-3-3H6v-2h2.17l-3-3H3V6h.17L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41L14 16.83z"})
"FilterListOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_list_outlined.cljs
================================================
(ns reagent-mui.icons.filter-list-outlined
"Imports @mui/icons-material/FilterListOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-list-outlined (create-svg-icon (e "path" #js {"d" "M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"})
"FilterListOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_list_rounded.cljs
================================================
(ns reagent-mui.icons.filter-list-rounded
"Imports @mui/icons-material/FilterListRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-list-rounded (create-svg-icon (e "path" #js {"d" "M11 18h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1zm4 6h10c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1z"})
"FilterListRounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_list_sharp.cljs
================================================
(ns reagent-mui.icons.filter-list-sharp
"Imports @mui/icons-material/FilterListSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-list-sharp (create-svg-icon (e "path" #js {"d" "M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"})
"FilterListSharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_list_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-list-two-tone
"Imports @mui/icons-material/FilterListTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-list-two-tone (create-svg-icon (e "path" #js {"d" "M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"})
"FilterListTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_none.cljs
================================================
(ns reagent-mui.icons.filter-none
"Imports @mui/icons-material/FilterNone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-none (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14z"})
"FilterNone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_none_outlined.cljs
================================================
(ns reagent-mui.icons.filter-none-outlined
"Imports @mui/icons-material/FilterNoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-none-outlined (create-svg-icon (e "path" #js {"d" "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14z"})
"FilterNoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_none_rounded.cljs
================================================
(ns reagent-mui.icons.filter-none-rounded
"Imports @mui/icons-material/FilterNoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-none-rounded (create-svg-icon (e "path" #js {"d" "M2 5c-.55 0-1 .45-1 1v15c0 1.1.9 2 2 2h15c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1-.45-1-1V6c0-.55-.45-1-1-1zm19-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-1 16H8c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1z"})
"FilterNoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_none_sharp.cljs
================================================
(ns reagent-mui.icons.filter-none-sharp
"Imports @mui/icons-material/FilterNoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-none-sharp (create-svg-icon (e "path" #js {"d" "M3 5H1v18h18v-2H3V5zm20-4H5v18h18V1zm-2 16H7V3h14v14z"})
"FilterNoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_none_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-none-two-tone
"Imports @mui/icons-material/FilterNoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-none-two-tone (create-svg-icon [(e "path" #js {"d" "M7 3h14v14H7z", "opacity" ".3"}) (e "path" #js {"d" "M3 23h16v-2H3V5H1v16c0 1.1.9 2 2 2zM21 1H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14z"})]
"FilterNoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_outlined.cljs
================================================
(ns reagent-mui.icons.filter-outlined
"Imports @mui/icons-material/FilterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-outlined (create-svg-icon (e "path" #js {"d" "m15.96 10.29-2.75 3.54-1.96-2.36L8.5 15h11l-3.54-4.71zM3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14z"})
"FilterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_rounded.cljs
================================================
(ns reagent-mui.icons.filter-rounded
"Imports @mui/icons-material/FilterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-rounded (create-svg-icon (e "path" #js {"d" "m15.56 10.81-2.35 3.02-1.56-1.88c-.2-.25-.58-.24-.78.01l-1.74 2.23c-.26.33-.02.81.39.81h8.98c.41 0 .65-.47.4-.8l-2.55-3.39c-.19-.26-.59-.26-.79 0zM2 5c-.55 0-1 .45-1 1v15c0 1.1.9 2 2 2h15c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1-.45-1-1V6c0-.55-.45-1-1-1zm19-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-1 16H8c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1z"})
"FilterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_sharp.cljs
================================================
(ns reagent-mui.icons.filter-sharp
"Imports @mui/icons-material/FilterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-sharp (create-svg-icon (e "path" #js {"d" "m15.96 10.29-2.75 3.54-1.96-2.36L8.5 15h11l-3.54-4.71zM3 5H1v18h18v-2H3V5zm20-4H5v18h18V1zm-2 16H7V3h14v14z"})
"FilterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_tilt_shift.cljs
================================================
(ns reagent-mui.icons.filter-tilt-shift
"Imports @mui/icons-material/FilterTiltShift as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-tilt-shift (create-svg-icon (e "path" #js {"d" "M11 4.07V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69c1.11-.86 2.44-1.44 3.9-1.62zm7.32.19C16.84 3.05 15.01 2.25 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62l1.42-1.43zM19.93 11h2.02c-.2-2.01-1-3.84-2.21-5.32L18.31 7.1c.86 1.11 1.44 2.44 1.62 3.9zM5.69 7.1 4.26 5.68C3.05 7.16 2.25 8.99 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9zM4.07 13H2.05c.2 2.01 1 3.84 2.21 5.32l1.43-1.43c-.86-1.1-1.44-2.43-1.62-3.89zM15 12c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3zm3.31 4.9 1.43 1.43c1.21-1.48 2.01-3.32 2.21-5.32h-2.02c-.18 1.45-.76 2.78-1.62 3.89zM13 19.93v2.02c2.01-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62zm-7.32-.19C7.16 20.95 9 21.75 11 21.95v-2.02c-1.46-.18-2.79-.76-3.9-1.62l-1.42 1.43z"})
"FilterTiltShift"))
================================================
FILE: src/icons/reagent_mui/icons/filter_tilt_shift_outlined.cljs
================================================
(ns reagent-mui.icons.filter-tilt-shift-outlined
"Imports @mui/icons-material/FilterTiltShiftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-tilt-shift-outlined (create-svg-icon (e "path" #js {"d" "M11 4.07V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69c1.11-.86 2.44-1.44 3.9-1.62zm7.32.19C16.84 3.05 15.01 2.25 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62l1.42-1.43zM19.93 11h2.02c-.2-2.01-1-3.84-2.21-5.32L18.31 7.1c.86 1.11 1.44 2.44 1.62 3.9zM5.69 7.1 4.26 5.68C3.05 7.16 2.25 8.99 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9zM4.07 13H2.05c.2 2.01 1 3.84 2.21 5.32l1.43-1.43c-.86-1.1-1.44-2.43-1.62-3.89zM15 12c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3zm3.31 4.9 1.43 1.43c1.21-1.48 2.01-3.32 2.21-5.32h-2.02c-.18 1.45-.76 2.78-1.62 3.89zM13 19.93v2.02c2.01-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62zm-7.32-.19C7.16 20.95 9 21.75 11 21.95v-2.02c-1.46-.18-2.79-.76-3.9-1.62l-1.42 1.43z"})
"FilterTiltShiftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_tilt_shift_rounded.cljs
================================================
(ns reagent-mui.icons.filter-tilt-shift-rounded
"Imports @mui/icons-material/FilterTiltShiftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-tilt-shift-rounded (create-svg-icon (e "path" #js {"d" "M11 3.23c0-.64-.59-1.13-1.21-.99-1.12.26-2.18.7-3.12 1.3-.53.34-.61 1.1-.16 1.55.32.32.83.4 1.21.16.77-.49 1.62-.85 2.54-1.05.44-.1.74-.51.74-.97zm6.33.32c-.94-.6-2-1.04-3.12-1.3-.62-.14-1.21.34-1.21.98 0 .45.3.87.74.96.91.2 1.77.57 2.53 1.05.39.24.89.17 1.21-.16.46-.44.39-1.19-.15-1.53zM20.77 11c.64 0 1.13-.59.99-1.21-.26-1.12-.7-2.18-1.3-3.12-.34-.53-1.1-.61-1.55-.16-.32.32-.4.83-.16 1.21.49.77.85 1.62 1.05 2.53.1.45.51.75.97.75zM5.1 6.51c-.46-.45-1.21-.38-1.55.16-.6.94-1.04 2-1.3 3.12-.14.62.34 1.21.98 1.21.45 0 .87-.3.96-.74.2-.91.57-1.77 1.05-2.53.26-.39.18-.9-.14-1.22zM3.23 13c-.64 0-1.13.59-.99 1.21.26 1.12.7 2.17 1.3 3.12.34.54 1.1.61 1.55.16.32-.32.4-.83.15-1.21-.49-.76-.85-1.61-1.05-2.53-.09-.45-.5-.75-.96-.75zM15 12c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3zm3.9 5.49c.45.45 1.21.38 1.55-.15.6-.94 1.04-2 1.3-3.11.14-.62-.35-1.21-.98-1.21-.45 0-.87.3-.96.74-.2.91-.57 1.76-1.05 2.53-.26.37-.18.88.14 1.2zM13 20.77c0 .64.59 1.13 1.21.99 1.12-.26 2.17-.7 3.12-1.3.54-.34.61-1.1.16-1.55-.32-.32-.83-.4-1.21-.15-.76.49-1.61.85-2.53 1.05-.45.09-.75.5-.75.96zm-6.33-.32c.95.6 2 1.04 3.12 1.3.62.14 1.21-.35 1.21-.98 0-.45-.3-.87-.74-.96-.91-.2-1.77-.57-2.53-1.05-.39-.24-.89-.17-1.21.16-.46.44-.39 1.19.15 1.53z"})
"FilterTiltShiftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_tilt_shift_sharp.cljs
================================================
(ns reagent-mui.icons.filter-tilt-shift-sharp
"Imports @mui/icons-material/FilterTiltShiftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-tilt-shift-sharp (create-svg-icon (e "path" #js {"d" "M11 4.07V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69c1.11-.86 2.44-1.44 3.9-1.62zm7.32.19C16.84 3.05 15.01 2.25 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62l1.42-1.43zM19.93 11h2.02c-.2-2.01-1-3.84-2.21-5.32L18.31 7.1c.86 1.11 1.44 2.44 1.62 3.9zM5.69 7.1 4.26 5.68C3.05 7.16 2.25 8.99 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9zM4.07 13H2.05c.2 2.01 1 3.84 2.21 5.32l1.43-1.43c-.86-1.1-1.44-2.43-1.62-3.89zM15 12c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3zm3.31 4.9 1.43 1.43c1.21-1.48 2.01-3.32 2.21-5.32h-2.02c-.18 1.45-.76 2.78-1.62 3.89zM13 19.93v2.02c2.01-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62zm-7.32-.19C7.16 20.95 9 21.75 11 21.95v-2.02c-1.46-.18-2.79-.76-3.9-1.62l-1.42 1.43z"})
"FilterTiltShiftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_tilt_shift_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-tilt-shift-two-tone
"Imports @mui/icons-material/FilterTiltShiftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-tilt-shift-two-tone (create-svg-icon (e "path" #js {"d" "M13 2.05v2.02c1.46.18 2.79.76 3.9 1.62l1.42-1.43C16.84 3.05 15.01 2.25 13 2.05zm0 17.88v2.02c2.01-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62zm-8.74-1.61 1.43-1.43c-.86-1.1-1.44-2.43-1.62-3.89H2.05c.2 2.01 1 3.84 2.21 5.32zM2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9L4.26 5.68C3.05 7.16 2.25 8.99 2.05 11zm16.26-3.9c.86 1.11 1.44 2.44 1.62 3.9h2.02c-.2-2.01-1-3.84-2.21-5.32L18.31 7.1zM7.1 5.69c1.11-.86 2.44-1.44 3.9-1.62V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69zM5.68 19.74C7.16 20.95 9 21.75 11 21.95v-2.02c-1.46-.18-2.79-.76-3.9-1.62l-1.42 1.43zm16.27-6.73h-2.02c-.18 1.45-.76 2.78-1.62 3.89l1.43 1.43c1.21-1.48 2.01-3.32 2.21-5.32zM9 12c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})
"FilterTiltShiftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-two-tone
"Imports @mui/icons-material/FilterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-two-tone (create-svg-icon [(e "path" #js {"d" "M7 17h14V3H7v14zm4.25-5.53 1.96 2.36 2.75-3.54L19.5 15h-11l2.75-3.53z", "opacity" ".3"}) (e "path" #js {"d" "M1 21c0 1.1.9 2 2 2h16v-2H3V5H1v16zM21 1H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zm-5.04-6.71-2.75 3.54-1.96-2.36L8.5 15h11z"})]
"FilterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/filter_vintage.cljs
================================================
(ns reagent-mui.icons.filter-vintage
"Imports @mui/icons-material/FilterVintage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-vintage (create-svg-icon (e "path" #js {"d" "M18.7 12.4c-.28-.16-.57-.29-.86-.4.29-.11.58-.24.86-.4 1.92-1.11 2.99-3.12 3-5.19-1.79-1.03-4.07-1.11-6 0-.28.16-.54.35-.78.54.05-.31.08-.63.08-.95 0-2.22-1.21-4.15-3-5.19C10.21 1.85 9 3.78 9 6c0 .32.03.64.08.95-.24-.2-.5-.39-.78-.55-1.92-1.11-4.2-1.03-6 0 0 2.07 1.07 4.08 3 5.19.28.16.57.29.86.4-.29.11-.58.24-.86.4-1.92 1.11-2.99 3.12-3 5.19 1.79 1.03 4.07 1.11 6 0 .28-.16.54-.35.78-.54-.05.32-.08.64-.08.96 0 2.22 1.21 4.15 3 5.19 1.79-1.04 3-2.97 3-5.19 0-.32-.03-.64-.08-.95.24.2.5.38.78.54 1.92 1.11 4.2 1.03 6 0-.01-2.07-1.08-4.08-3-5.19zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"})
"FilterVintage"))
================================================
FILE: src/icons/reagent_mui/icons/filter_vintage_outlined.cljs
================================================
(ns reagent-mui.icons.filter-vintage-outlined
"Imports @mui/icons-material/FilterVintageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-vintage-outlined (create-svg-icon (e "path" #js {"d" "M18.7 12.4c-.28-.16-.57-.29-.86-.4.29-.11.58-.24.86-.4 1.92-1.11 2.99-3.12 3-5.19-.91-.52-1.95-.8-3.01-.8-1.02 0-2.05.26-2.99.8-.28.16-.54.35-.78.54.05-.31.08-.63.08-.95 0-2.22-1.21-4.15-3-5.19C10.21 1.85 9 3.78 9 6c0 .32.03.64.08.95-.24-.2-.5-.39-.78-.55-.94-.54-1.97-.8-2.99-.8-1.05 0-2.1.28-3.01.8 0 2.07 1.07 4.08 3 5.19.28.16.57.29.86.4-.29.11-.58.24-.86.4-1.92 1.11-2.99 3.12-3 5.19.91.52 1.95.8 3.01.8 1.02 0 2.05-.26 2.99-.8.28-.16.54-.35.78-.54-.05.32-.08.64-.08.96 0 2.22 1.21 4.15 3 5.19 1.79-1.04 3-2.97 3-5.19 0-.32-.03-.64-.08-.95.24.2.5.38.78.54.94.54 1.97.8 2.99.8 1.05 0 2.1-.28 3.01-.8-.01-2.07-1.08-4.08-3-5.19zm-2.54-3.88c.21-.17.38-.29.54-.37.61-.35 1.3-.54 2-.54.27 0 .53.03.79.08-.31.91-.94 1.69-1.78 2.18-.17.1-.36.18-.58.27l-1.38.52c-.17-.46-.41-.87-.72-1.24l1.13-.9zM12 3.37c.63.72 1 1.66 1 2.63 0 .19-.02.41-.05.63l-.23 1.44C12.48 8.03 12.24 8 12 8s-.48.03-.71.07l-.23-1.44C11.02 6.41 11 6.19 11 6c0-.98.37-1.91 1-2.63zM4.51 7.68c.26-.06.53-.08.8-.08.69 0 1.38.18 1.99.54.15.09.32.2.49.35l1.15.96c-.3.36-.53.76-.7 1.2l-1.38-.52c-.21-.09-.4-.18-.56-.27-.87-.5-1.49-1.27-1.79-2.18zm3.33 7.79c-.21.17-.38.29-.54.37-.61.35-1.3.54-2 .54-.27 0-.53-.03-.79-.08.31-.91.94-1.69 1.78-2.18.17-.1.36-.18.58-.27l1.38-.52c.16.46.41.88.72 1.24l-1.13.9zM12 20.63c-.63-.72-1-1.66-1-2.63 0-.2.02-.41.06-.65l.22-1.42c.23.04.47.07.72.07.24 0 .48-.03.71-.07l.23 1.44c.04.22.06.44.06.63 0 .98-.37 1.91-1 2.63zm6.69-4.24c-.69 0-1.38-.18-1.99-.54-.18-.1-.34-.22-.49-.34l-1.15-.96c.3-.36.54-.76.7-1.21l1.38.52c.22.08.41.17.57.26.85.49 1.47 1.27 1.78 2.18-.27.07-.54.09-.8.09z"})
"FilterVintageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/filter_vintage_rounded.cljs
================================================
(ns reagent-mui.icons.filter-vintage-rounded
"Imports @mui/icons-material/FilterVintageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-vintage-rounded (create-svg-icon (e "path" #js {"d" "M18.7 12.4c-.28-.16-.57-.29-.86-.4.29-.11.58-.24.86-.4 1.92-1.11 2.99-3.12 3-5.19-1.79-1.03-4.07-1.11-6 0-.28.16-.54.35-.78.54.05-.31.08-.63.08-.95 0-2.22-1.21-4.15-3-5.19C10.21 1.85 9 3.78 9 6c0 .32.03.64.08.95-.24-.2-.5-.39-.78-.55-1.92-1.11-4.2-1.03-6 0 0 2.07 1.07 4.08 3 5.19.28.16.57.29.86.4-.29.11-.58.24-.86.4-1.92 1.11-2.99 3.12-3 5.19 1.79 1.03 4.07 1.11 6 0 .28-.16.54-.35.78-.54-.05.32-.08.64-.08.96 0 2.22 1.21 4.15 3 5.19 1.79-1.04 3-2.97 3-5.19 0-.32-.03-.64-.08-.95.24.2.5.38.78.54 1.92 1.11 4.2 1.03 6 0-.01-2.07-1.08-4.08-3-5.19zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"})
"FilterVintageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/filter_vintage_sharp.cljs
================================================
(ns reagent-mui.icons.filter-vintage-sharp
"Imports @mui/icons-material/FilterVintageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-vintage-sharp (create-svg-icon (e "path" #js {"d" "M18.7 12.4c-.28-.16-.57-.29-.86-.4.29-.11.58-.24.86-.4 1.92-1.11 2.99-3.12 3-5.19-1.79-1.03-4.07-1.11-6 0-.28.16-.54.35-.78.54.05-.31.08-.63.08-.95 0-2.22-1.21-4.15-3-5.19C10.21 1.85 9 3.78 9 6c0 .32.03.64.08.95-.24-.2-.5-.39-.78-.55-1.92-1.11-4.2-1.03-6 0 0 2.07 1.07 4.08 3 5.19.28.16.57.29.86.4-.29.11-.58.24-.86.4-1.92 1.11-2.99 3.12-3 5.19 1.79 1.03 4.07 1.11 6 0 .28-.16.54-.35.78-.54-.05.32-.08.64-.08.96 0 2.22 1.21 4.15 3 5.19 1.79-1.04 3-2.97 3-5.19 0-.32-.03-.64-.08-.95.24.2.5.38.78.54 1.92 1.11 4.2 1.03 6 0-.01-2.07-1.08-4.08-3-5.19zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"})
"FilterVintageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/filter_vintage_two_tone.cljs
================================================
(ns reagent-mui.icons.filter-vintage-two-tone
"Imports @mui/icons-material/FilterVintageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def filter-vintage-two-tone (create-svg-icon [(e "path" #js {"d" "M18.69 7.61c-.7 0-1.39.19-2 .54-.16.09-.32.21-.54.37l-1.13.9c.31.36.56.78.72 1.24l1.38-.52c.22-.08.41-.17.58-.27.84-.49 1.47-1.27 1.78-2.18-.26-.06-.52-.08-.79-.08zm-1.56 6.26-1.38-.52c-.16.45-.4.85-.7 1.21l1.15.96c.15.12.31.24.49.34.61.35 1.3.54 1.99.54.27 0 .53-.03.8-.08-.31-.91-.94-1.69-1.78-2.18-.16-.1-.35-.19-.57-.27zM11 6c0 .19.02.41.05.63l.23 1.44c.24-.04.48-.07.72-.07s.48.03.71.07l.23-1.44c.04-.22.06-.44.06-.63 0-.98-.37-1.91-1-2.63-.63.72-1 1.65-1 2.63zm1.71 9.93c-.23.04-.47.07-.71.07-.25 0-.49-.03-.72-.07l-.22 1.42c-.04.24-.06.45-.06.65 0 .98.37 1.91 1 2.63.63-.72 1-1.66 1-2.63 0-.19-.02-.41-.05-.63l-.24-1.44zm-5.84-5.81 1.38.52c.16-.44.4-.85.7-1.2L7.8 8.49c-.17-.15-.34-.27-.49-.35-.62-.36-1.3-.54-2-.54-.27 0-.54.03-.81.08.3.91.93 1.68 1.79 2.18.17.09.36.18.58.26zm0 3.74c-.22.08-.41.17-.58.27-.84.49-1.47 1.27-1.78 2.18.26.05.52.08.79.08.7 0 1.39-.19 2-.54.16-.09.32-.21.54-.37l1.13-.89c-.31-.36-.56-.78-.72-1.24l-1.38.51z", "opacity" ".3"}) (e "path" #js {"d" "M18.7 12.4c-.28-.16-.57-.29-.86-.4.29-.11.58-.24.86-.4 1.92-1.11 2.99-3.12 3-5.19-.91-.52-1.95-.8-3.01-.8-1.02 0-2.05.26-2.99.8-.28.16-.54.35-.78.54.05-.31.08-.63.08-.95 0-2.22-1.21-4.15-3-5.19C10.21 1.85 9 3.78 9 6c0 .32.03.64.08.95-.24-.2-.5-.39-.78-.55-.94-.54-1.97-.8-2.99-.8-1.05 0-2.1.28-3.01.8 0 2.07 1.07 4.08 3 5.19.28.16.57.29.86.4-.29.11-.58.24-.86.4-1.92 1.11-2.99 3.12-3 5.19.91.52 1.95.8 3.01.8 1.02 0 2.05-.26 2.99-.8.28-.16.54-.35.78-.54-.05.32-.08.64-.08.96 0 2.22 1.21 4.15 3 5.19 1.79-1.04 3-2.97 3-5.19 0-.32-.03-.64-.08-.95.24.2.5.38.78.54.94.54 1.97.8 2.99.8 1.05 0 2.1-.28 3.01-.8-.01-2.07-1.08-4.08-3-5.19zM4.51 7.68c.26-.06.53-.08.8-.08.69 0 1.38.18 1.99.54.15.09.32.2.49.35l1.15.96c-.3.36-.53.76-.7 1.2l-1.38-.52c-.21-.09-.4-.18-.56-.27-.87-.5-1.49-1.27-1.79-2.18zm3.33 7.79c-.21.17-.38.29-.54.37-.61.35-1.3.54-2 .54-.27 0-.53-.03-.79-.08.31-.91.94-1.69 1.78-2.18.17-.1.36-.18.58-.27l1.38-.52c.16.46.41.88.72 1.24l-1.13.9zM12 3.37c.63.72 1 1.66 1 2.63 0 .19-.02.41-.05.63l-.23 1.44C12.48 8.03 12.24 8 12 8s-.48.03-.71.07l-.23-1.44C11.02 6.41 11 6.19 11 6c0-.98.37-1.91 1-2.63zm0 17.26c-.63-.72-1-1.66-1-2.63 0-.2.02-.41.06-.65l.22-1.42c.23.04.47.07.72.07.24 0 .48-.03.71-.07l.23 1.44c.04.22.06.44.06.63 0 .98-.37 1.91-1 2.63zM12 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm4.16-5.48c.21-.17.38-.29.54-.37.61-.35 1.3-.54 2-.54.27 0 .53.03.79.08-.31.91-.94 1.69-1.78 2.18-.17.1-.36.18-.58.27l-1.38.52c-.17-.46-.41-.87-.72-1.24l1.13-.9zm2.53 7.87c-.69 0-1.38-.18-1.99-.54-.18-.1-.34-.22-.49-.34l-1.15-.96c.3-.36.54-.76.7-1.21l1.38.52c.22.08.41.17.57.26.85.49 1.47 1.27 1.78 2.18-.27.07-.54.09-.8.09z"})]
"FilterVintageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/find_in_page.cljs
================================================
(ns reagent-mui.icons.find-in-page
"Imports @mui/icons-material/FindInPage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def find-in-page (create-svg-icon (e "path" #js {"d" "M20 19.59V8l-6-6H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c.45 0 .85-.15 1.19-.4l-4.43-4.43c-.8.52-1.74.83-2.76.83-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5c0 1.02-.31 1.96-.83 2.75L20 19.59zM9 13c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})
"FindInPage"))
================================================
FILE: src/icons/reagent_mui/icons/find_in_page_outlined.cljs
================================================
(ns reagent-mui.icons.find-in-page-outlined
"Imports @mui/icons-material/FindInPageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def find-in-page-outlined (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zM6 4h7l5 5v8.58l-1.84-1.84c1.28-1.94 1.07-4.57-.64-6.28C14.55 8.49 13.28 8 12 8c-1.28 0-2.55.49-3.53 1.46-1.95 1.95-1.95 5.11 0 7.05.97.97 2.25 1.46 3.53 1.46.96 0 1.92-.28 2.75-.83L17.6 20H6V4zm8.11 11.1c-.56.56-1.31.88-2.11.88s-1.55-.31-2.11-.88c-.56-.56-.88-1.31-.88-2.11s.31-1.55.88-2.11c.56-.57 1.31-.88 2.11-.88s1.55.31 2.11.88c.56.56.88 1.31.88 2.11s-.31 1.55-.88 2.11z"})
"FindInPageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/find_in_page_rounded.cljs
================================================
(ns reagent-mui.icons.find-in-page-rounded
"Imports @mui/icons-material/FindInPageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def find-in-page-rounded (create-svg-icon (e "path" #js {"d" "M20 19.59V8.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c.45 0 .85-.15 1.19-.4l-4.43-4.43c-.86.56-1.89.88-3 .82-2.37-.11-4.4-1.96-4.72-4.31-.44-3.35 2.45-6.18 5.83-5.61 1.95.33 3.57 1.85 4 3.78.33 1.46.01 2.82-.7 3.9L20 19.59zM9 13c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})
"FindInPageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/find_in_page_sharp.cljs
================================================
(ns reagent-mui.icons.find-in-page-sharp
"Imports @mui/icons-material/FindInPageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def find-in-page-sharp (create-svg-icon (e "path" #js {"d" "M20 19.59V8l-6-6H4v20l15.57-.02-4.81-4.81c-.8.52-1.74.83-2.76.83-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5c0 1.02-.31 1.96-.83 2.75L20 19.59zM9 13c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})
"FindInPageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/find_in_page_two_tone.cljs
================================================
(ns reagent-mui.icons.find-in-page-two-tone
"Imports @mui/icons-material/FindInPageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def find-in-page-two-tone (create-svg-icon [(e "path" #js {"d" "M6 4v16h11.6l-2.85-2.85c-.83.55-1.79.83-2.75.83-1.28 0-2.55-.49-3.53-1.46-1.95-1.95-1.95-5.11 0-7.05C9.45 8.49 10.72 8 12 8c1.28 0 2.55.49 3.53 1.46 1.71 1.71 1.92 4.34.64 6.28L18 17.58V9l-5-5H6z", "opacity" ".3"}) (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 15.58-1.84-1.84c1.28-1.94 1.07-4.57-.64-6.28C14.55 8.49 13.28 8 12 8c-1.28 0-2.55.49-3.53 1.46-1.95 1.95-1.95 5.11 0 7.05.97.97 2.25 1.46 3.53 1.46.96 0 1.92-.28 2.75-.83L17.6 20H6V4h7l5 5v8.58zm-3.01-4.59c0 .8-.31 1.55-.88 2.11-.56.56-1.31.88-2.11.88s-1.55-.31-2.11-.88c-.56-.56-.88-1.31-.88-2.11s.31-1.55.88-2.11S11.2 10 12 10s1.55.31 2.11.88c.57.56.88 1.31.88 2.11z"})]
"FindInPageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/find_replace.cljs
================================================
(ns reagent-mui.icons.find-replace
"Imports @mui/icons-material/FindReplace as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def find-replace (create-svg-icon (e "path" #js {"d" "M11 6c1.38 0 2.63.56 3.54 1.46L12 10h6V4l-2.05 2.05C14.68 4.78 12.93 4 11 4c-3.53 0-6.43 2.61-6.92 6H6.1c.46-2.28 2.48-4 4.9-4zm5.64 9.14c.66-.9 1.12-1.97 1.28-3.14H15.9c-.46 2.28-2.48 4-4.9 4-1.38 0-2.63-.56-3.54-1.46L10 12H4v6l2.05-2.05C7.32 17.22 9.07 18 11 18c1.55 0 2.98-.51 4.14-1.36L20 21.49 21.49 20l-4.85-4.86z"})
"FindReplace"))
================================================
FILE: src/icons/reagent_mui/icons/find_replace_outlined.cljs
================================================
(ns reagent-mui.icons.find-replace-outlined
"Imports @mui/icons-material/FindReplaceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def find-replace-outlined (create-svg-icon (e "path" #js {"d" "M11 6c1.38 0 2.63.56 3.54 1.46L12 10h6V4l-2.05 2.05C14.68 4.78 12.93 4 11 4c-3.53 0-6.43 2.61-6.92 6H6.1c.46-2.28 2.48-4 4.9-4zm5.64 9.14c.66-.9 1.12-1.97 1.28-3.14H15.9c-.46 2.28-2.48 4-4.9 4-1.38 0-2.63-.56-3.54-1.46L10 12H4v6l2.05-2.05C7.32 17.22 9.07 18 11 18c1.55 0 2.98-.51 4.14-1.36L20 21.49 21.49 20l-4.85-4.86z"})
"FindReplaceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/find_replace_rounded.cljs
================================================
(ns reagent-mui.icons.find-replace-rounded
"Imports @mui/icons-material/FindReplaceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def find-replace-rounded (create-svg-icon (e "path" #js {"d" "M11 6c1.38 0 2.63.56 3.54 1.46l-1.69 1.69c-.31.31-.09.85.36.85h4.29c.28 0 .5-.22.5-.5V5.21c0-.45-.54-.67-.85-.35l-1.2 1.2C14.68 4.78 12.93 4 11 4 7.96 4 5.38 5.94 4.42 8.64c-.24.66.23 1.36.93 1.36.42 0 .79-.26.93-.66C6.96 7.4 8.82 6 11 6zm5.64 9.14c.4-.54.72-1.15.95-1.8.23-.65-.25-1.34-.94-1.34-.42 0-.79.26-.93.66C15.04 14.6 13.18 16 11 16c-1.38 0-2.63-.56-3.54-1.46l1.69-1.69c.31-.31.09-.85-.36-.85H4.5c-.28 0-.5.22-.5.5v4.29c0 .45.54.67.85.35l1.2-1.2C7.32 17.22 9.07 18 11 18c1.55 0 2.98-.51 4.14-1.36l4.11 4.11c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49l-4.1-4.12z"})
"FindReplaceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/find_replace_sharp.cljs
================================================
(ns reagent-mui.icons.find-replace-sharp
"Imports @mui/icons-material/FindReplaceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def find-replace-sharp (create-svg-icon (e "path" #js {"d" "M11 6c1.38 0 2.63.56 3.54 1.46L12 10h6V4l-2.05 2.05C14.68 4.78 12.93 4 11 4c-3.53 0-6.43 2.61-6.92 6H6.1c.46-2.28 2.48-4 4.9-4zm5.64 9.14c.66-.9 1.12-1.97 1.28-3.14H15.9c-.46 2.28-2.48 4-4.9 4-1.38 0-2.63-.56-3.54-1.46L10 12H4v6l2.05-2.05C7.32 17.22 9.07 18 11 18c1.55 0 2.98-.51 4.14-1.36L20 21.49 21.49 20l-4.85-4.86z"})
"FindReplaceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/find_replace_two_tone.cljs
================================================
(ns reagent-mui.icons.find-replace-two-tone
"Imports @mui/icons-material/FindReplaceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def find-replace-two-tone (create-svg-icon (e "path" #js {"d" "M11 6c1.38 0 2.63.56 3.54 1.46L12 10h6V4l-2.05 2.05C14.68 4.78 12.93 4 11 4c-3.53 0-6.43 2.61-6.92 6H6.1c.46-2.28 2.48-4 4.9-4zm5.64 9.14c.66-.9 1.12-1.97 1.28-3.14H15.9c-.46 2.28-2.48 4-4.9 4-1.38 0-2.63-.56-3.54-1.46L10 12H4v6l2.05-2.05C7.32 17.22 9.07 18 11 18c1.55 0 2.98-.51 4.14-1.36L20 21.49 21.49 20l-4.85-4.86z"})
"FindReplaceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fingerprint.cljs
================================================
(ns reagent-mui.icons.fingerprint
"Imports @mui/icons-material/Fingerprint as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fingerprint (create-svg-icon (e "path" #js {"d" "M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86.47-5.57 1.41-.24.13-.54.04-.68-.2-.13-.24-.04-.55.2-.68C7.82 2.52 9.86 2 12.01 2c2.13 0 3.99.47 6.03 1.52.25.13.34.43.21.67-.09.18-.26.28-.44.28zM3.5 9.72c-.1 0-.2-.03-.29-.09-.23-.16-.28-.47-.12-.7.99-1.4 2.25-2.5 3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.86 3.75 3.25.16.22.11.54-.12.7-.23.16-.54.11-.7-.12-.9-1.26-2.04-2.25-3.39-2.94-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.96-.08.14-.23.21-.39.21zm6.25 12.07c-.13 0-.26-.05-.35-.15-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39-2.57 0-4.66 1.97-4.66 4.39 0 1.44.32 2.77.93 3.85.64 1.15 1.08 1.64 1.85 2.42.19.2.19.51 0 .71-.11.1-.24.15-.37.15zm7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28.22-.5.5-.5s.5.22.5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.53.13.58.41.05.27-.13.53-.41.58-.57.11-1.07.12-1.21.12zM14.91 22c-.04 0-.09-.01-.13-.02-1.59-.44-2.63-1.03-3.72-2.1-1.4-1.39-2.17-3.24-2.17-5.22 0-1.62 1.38-2.94 3.08-2.94 1.7 0 3.08 1.32 3.08 2.94 0 1.07.93 1.94 2.08 1.94s2.08-.87 2.08-1.94c0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.44 1.58-6.61 4.03-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64-.26.1-.55-.04-.64-.29-.49-1.31-.73-2.61-.73-3.96 0-1.2.23-2.29.68-3.24 1.33-2.79 4.28-4.6 7.51-4.6 4.55 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08 2.94s-3.08-1.32-3.08-2.94c0-1.07-.93-1.94-2.08-1.94s-2.08.87-2.08 1.94c0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.85.27.07.42.35.35.61-.05.23-.26.38-.47.38z"})
"Fingerprint"))
================================================
FILE: src/icons/reagent_mui/icons/fingerprint_outlined.cljs
================================================
(ns reagent-mui.icons.fingerprint-outlined
"Imports @mui/icons-material/FingerprintOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fingerprint-outlined (create-svg-icon (e "path" #js {"d" "M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86.47-5.57 1.41-.24.13-.54.04-.68-.2-.13-.24-.04-.55.2-.68C7.82 2.52 9.86 2 12.01 2c2.13 0 3.99.47 6.03 1.52.25.13.34.43.21.67-.09.18-.26.28-.44.28zM3.5 9.72c-.1 0-.2-.03-.29-.09-.23-.16-.28-.47-.12-.7.99-1.4 2.25-2.5 3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.86 3.75 3.25.16.22.11.54-.12.7-.23.16-.54.11-.7-.12-.9-1.26-2.04-2.25-3.39-2.94-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.96-.08.14-.23.21-.39.21zm6.25 12.07c-.13 0-.26-.05-.35-.15-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39s-4.66 1.97-4.66 4.39c0 1.44.32 2.77.93 3.85.64 1.15 1.08 1.64 1.85 2.42.19.2.19.51 0 .71-.11.1-.24.15-.37.15zm7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28.22-.5.5-.5s.5.22.5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.53.13.58.41.05.27-.13.53-.41.58-.57.11-1.07.12-1.21.12zM14.91 22c-.04 0-.09-.01-.13-.02-1.59-.44-2.63-1.03-3.72-2.1-1.4-1.39-2.17-3.24-2.17-5.22 0-1.62 1.38-2.94 3.08-2.94s3.08 1.32 3.08 2.94c0 1.07.93 1.94 2.08 1.94s2.08-.87 2.08-1.94c0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.44 1.58-6.61 4.03-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64-.26.1-.55-.04-.64-.29-.49-1.31-.73-2.61-.73-3.96 0-1.2.23-2.29.68-3.24 1.33-2.79 4.28-4.6 7.51-4.6 4.55 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08 2.94s-3.08-1.32-3.08-2.94c0-1.07-.93-1.94-2.08-1.94s-2.08.87-2.08 1.94c0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.85.27.07.42.35.35.61-.05.23-.26.38-.47.38z"})
"FingerprintOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fingerprint_rounded.cljs
================================================
(ns reagent-mui.icons.fingerprint-rounded
"Imports @mui/icons-material/FingerprintRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fingerprint-rounded (create-svg-icon (e "path" #js {"d" "M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86.47-5.57 1.41-.24.13-.54.04-.68-.2-.13-.24-.04-.55.2-.68C7.82 2.52 9.86 2 12.01 2c2.13 0 3.99.47 6.03 1.52.25.13.34.43.21.67-.09.18-.26.28-.44.28zM3.5 9.72c-.1 0-.2-.03-.29-.09-.23-.16-.28-.47-.12-.7.99-1.4 2.25-2.5 3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.86 3.75 3.25.16.22.11.54-.12.7-.23.16-.54.11-.7-.12-.9-1.26-2.04-2.25-3.39-2.94-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.96-.08.14-.23.21-.39.21zm6.25 12.07c-.13 0-.26-.05-.35-.15-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39s-4.66 1.97-4.66 4.39c0 1.44.32 2.77.93 3.85.64 1.15 1.08 1.64 1.85 2.42.19.2.19.51 0 .71-.11.1-.24.15-.37.15zm7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28.22-.5.5-.5s.5.22.5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.53.13.58.41.05.27-.13.53-.41.58-.57.11-1.07.12-1.21.12zM14.91 22c-.04 0-.09-.01-.13-.02-1.59-.44-2.63-1.03-3.72-2.1-1.4-1.39-2.17-3.24-2.17-5.22 0-1.62 1.38-2.94 3.08-2.94s3.08 1.32 3.08 2.94c0 1.07.93 1.94 2.08 1.94s2.08-.87 2.08-1.94c0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.44 1.58-6.61 4.03-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64-.26.1-.55-.04-.64-.29-.49-1.31-.73-2.61-.73-3.96 0-1.2.23-2.29.68-3.24 1.33-2.79 4.28-4.6 7.51-4.6 4.55 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08 2.94s-3.08-1.32-3.08-2.94c0-1.07-.93-1.94-2.08-1.94s-2.08.87-2.08 1.94c0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.85.27.07.42.35.35.61-.05.23-.26.38-.47.38z"})
"FingerprintRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fingerprint_sharp.cljs
================================================
(ns reagent-mui.icons.fingerprint-sharp
"Imports @mui/icons-material/FingerprintSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fingerprint-sharp (create-svg-icon (e "path" #js {"d" "M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86.47-5.57 1.41-.24.13-.54.04-.68-.2-.13-.24-.04-.55.2-.68C7.82 2.52 9.86 2 12.01 2c2.13 0 3.99.47 6.03 1.52.25.13.34.43.21.67-.09.18-.26.28-.44.28zM3.5 9.72c-.1 0-.2-.03-.29-.09-.23-.16-.28-.47-.12-.7.99-1.4 2.25-2.5 3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.86 3.75 3.25.16.22.11.54-.12.7-.23.16-.54.11-.7-.12-.9-1.26-2.04-2.25-3.39-2.94-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.96-.08.14-.23.21-.39.21zm6.25 12.07c-.13 0-.26-.05-.35-.15-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39s-4.66 1.97-4.66 4.39c0 1.44.32 2.77.93 3.85.64 1.15 1.08 1.64 1.85 2.42.19.2.19.51 0 .71-.11.1-.24.15-.37.15zm7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28.22-.5.5-.5s.5.22.5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.53.13.58.41.05.27-.13.53-.41.58-.57.11-1.07.12-1.21.12zM14.91 22c-.04 0-.09-.01-.13-.02-1.59-.44-2.63-1.03-3.72-2.1-1.4-1.39-2.17-3.24-2.17-5.22 0-1.62 1.38-2.94 3.08-2.94s3.08 1.32 3.08 2.94c0 1.07.93 1.94 2.08 1.94s2.08-.87 2.08-1.94c0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.44 1.58-6.61 4.03-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64-.26.1-.55-.04-.64-.29-.49-1.31-.73-2.61-.73-3.96 0-1.2.23-2.29.68-3.24 1.33-2.79 4.28-4.6 7.51-4.6 4.55 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08 2.94s-3.08-1.32-3.08-2.94c0-1.07-.93-1.94-2.08-1.94s-2.08.87-2.08 1.94c0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.85.27.07.42.35.35.61-.05.23-.26.38-.47.38z"})
"FingerprintSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fingerprint_two_tone.cljs
================================================
(ns reagent-mui.icons.fingerprint-two-tone
"Imports @mui/icons-material/FingerprintTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fingerprint-two-tone (create-svg-icon (e "path" #js {"d" "M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86.47-5.57 1.41-.24.13-.54.04-.68-.2-.13-.24-.04-.55.2-.68C7.82 2.52 9.86 2 12.01 2c2.13 0 3.99.47 6.03 1.52.25.13.34.43.21.67-.09.18-.26.28-.44.28zM3.5 9.72c-.1 0-.2-.03-.29-.09-.23-.16-.28-.47-.12-.7.99-1.4 2.25-2.5 3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.86 3.75 3.25.16.22.11.54-.12.7-.23.16-.54.11-.7-.12-.9-1.26-2.04-2.25-3.39-2.94-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.96-.08.14-.23.21-.39.21zm6.25 12.07c-.13 0-.26-.05-.35-.15-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39s-4.66 1.97-4.66 4.39c0 1.44.32 2.77.93 3.85.64 1.15 1.08 1.64 1.85 2.42.19.2.19.51 0 .71-.11.1-.24.15-.37.15zm7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28.22-.5.5-.5s.5.22.5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.53.13.58.41.05.27-.13.53-.41.58-.57.11-1.07.12-1.21.12zM14.91 22c-.04 0-.09-.01-.13-.02-1.59-.44-2.63-1.03-3.72-2.1-1.4-1.39-2.17-3.24-2.17-5.22 0-1.62 1.38-2.94 3.08-2.94s3.08 1.32 3.08 2.94c0 1.07.93 1.94 2.08 1.94s2.08-.87 2.08-1.94c0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.44 1.58-6.61 4.03-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64-.26.1-.55-.04-.64-.29-.49-1.31-.73-2.61-.73-3.96 0-1.2.23-2.29.68-3.24 1.33-2.79 4.28-4.6 7.51-4.6 4.55 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08 2.94s-3.08-1.32-3.08-2.94c0-1.07-.93-1.94-2.08-1.94s-2.08.87-2.08 1.94c0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.85.27.07.42.35.35.61-.05.23-.26.38-.47.38z"})
"FingerprintTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fire_extinguisher.cljs
================================================
(ns reagent-mui.icons.fire-extinguisher
"Imports @mui/icons-material/FireExtinguisher as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fire-extinguisher (create-svg-icon (e "path" #js {"d" "M7 19h10v1c0 1.1-.9 2-2 2H9c-1.1 0-2-.9-2-2v-1zm0-1h10v-5H7v5zM17 3v6l-3.15-.66c-.01 0-.01.01-.02.02 1.55.62 2.72 1.98 3.07 3.64H7.1c.34-1.66 1.52-3.02 3.07-3.64-.33-.26-.6-.58-.8-.95L5 6.5v-1l4.37-.91C9.87 3.65 10.86 3 12 3c.7 0 1.34.25 1.85.66L17 3zm-4 3c-.03-.59-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1z"})
"FireExtinguisher"))
================================================
FILE: src/icons/reagent_mui/icons/fire_extinguisher_outlined.cljs
================================================
(ns reagent-mui.icons.fire-extinguisher-outlined
"Imports @mui/icons-material/FireExtinguisherOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fire-extinguisher-outlined (create-svg-icon (e "path" #js {"d" "M7 19h10v1c0 1.1-.9 2-2 2H9c-1.1 0-2-.9-2-2v-1zm0-1h10v-5H7v5zM17 3v6l-3.15-.66c-.01 0-.01.01-.02.02 1.55.62 2.72 1.98 3.07 3.64H7.1c.34-1.66 1.52-3.02 3.07-3.64-.33-.26-.6-.58-.8-.95L5 6.5v-1l4.37-.91C9.87 3.65 10.86 3 12 3c.7 0 1.34.25 1.85.66L17 3zm-4 3c-.03-.59-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1z"})
"FireExtinguisherOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fire_extinguisher_rounded.cljs
================================================
(ns reagent-mui.icons.fire-extinguisher-rounded
"Imports @mui/icons-material/FireExtinguisherRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fire-extinguisher-rounded (create-svg-icon (e "path" #js {"d" "M7 19h10v1c0 1.1-.9 2-2 2H9c-1.1 0-2-.9-2-2v-1zm0-1h10v-5H7v5zM17 4.23v3.54c0 .63-.58 1.11-1.21.98l-1.94-.41c0 .02 0 .01-.01.03 1.54.62 2.71 1.98 3.06 3.63H7.1c.34-1.66 1.52-3.02 3.07-3.64-.33-.26-.6-.58-.8-.95L5.49 6.6C5.2 6.54 5 6.29 5 6s.2-.54.49-.6l3.88-.81C9.87 3.65 10.86 3 12 3c.7 0 1.34.25 1.85.66l1.94-.41c.63-.13 1.21.35 1.21.98zM13 6c-.03-.59-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1z"})
"FireExtinguisherRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fire_extinguisher_sharp.cljs
================================================
(ns reagent-mui.icons.fire-extinguisher-sharp
"Imports @mui/icons-material/FireExtinguisherSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fire-extinguisher-sharp (create-svg-icon (e "path" #js {"d" "M7 19h10v3H7v-3zm0-1h10v-5H7v5zM17 3v6l-3.15-.66c-.01 0-.01.01-.02.02 1.55.62 2.72 1.98 3.07 3.64H7.1c.34-1.66 1.52-3.02 3.07-3.64-.33-.26-.6-.58-.8-.95L5 6.5v-1l4.37-.91C9.87 3.65 10.86 3 12 3c.7 0 1.34.25 1.85.66L17 3zm-4 3c-.03-.59-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1z"})
"FireExtinguisherSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fire_extinguisher_two_tone.cljs
================================================
(ns reagent-mui.icons.fire-extinguisher-two-tone
"Imports @mui/icons-material/FireExtinguisherTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fire-extinguisher-two-tone (create-svg-icon (e "path" #js {"d" "M7 19h10v1c0 1.1-.9 2-2 2H9c-1.1 0-2-.9-2-2v-1zm0-1h10v-5H7v5zM17 3v6l-3.15-.66c-.01 0-.01.01-.02.02 1.55.62 2.72 1.98 3.07 3.64H7.1c.34-1.66 1.52-3.02 3.07-3.64-.33-.26-.6-.58-.8-.95L5 6.5v-1l4.37-.91C9.87 3.65 10.86 3 12 3c.7 0 1.34.25 1.85.66L17 3zm-4 3c-.03-.59-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1z"})
"FireExtinguisherTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fire_hydrant_alt.cljs
================================================
(ns reagent-mui.icons.fire-hydrant-alt
"Imports @mui/icons-material/FireHydrantAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fire-hydrant-alt (create-svg-icon [(e "path" #js {"d" "M19 11h-1V8h2V6h-2.35c-.82-2.33-3.04-4-5.65-4S7.17 3.67 6.35 6H4v2h2v3H5c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v3H4v2h16v-2h-2v-3h1c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2zm-7 6.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"}) (e "circle" #js {"cx" "12", "cy" "14", "r" "1.5"})]
"FireHydrantAlt"))
================================================
FILE: src/icons/reagent_mui/icons/fire_hydrant_alt_outlined.cljs
================================================
(ns reagent-mui.icons.fire-hydrant-alt-outlined
"Imports @mui/icons-material/FireHydrantAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fire-hydrant-alt-outlined (create-svg-icon [(e "path" #js {"d" "M12 10.5c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm0 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"}) (e "path" #js {"d" "M19 11h-1V8h2V6h-2.35c-.82-2.33-3.04-4-5.65-4S7.17 3.67 6.35 6H4v2h2v3H5c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v3H4v2h16v-2h-2v-3h1c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2zm-7-7c1.47 0 2.75.81 3.44 2H8.56c.69-1.19 1.97-2 3.44-2zm7 11h-3v5H8v-5H5v-2h3V8h8v5h3v2z"})]
"FireHydrantAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fire_hydrant_alt_rounded.cljs
================================================
(ns reagent-mui.icons.fire-hydrant-alt-rounded
"Imports @mui/icons-material/FireHydrantAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fire-hydrant-alt-rounded (create-svg-icon [(e "path" #js {"d" "M19 11h-1V8h1c.55 0 1-.45 1-1s-.45-1-1-1h-1.35c-.82-2.33-3.04-4-5.65-4S7.17 3.67 6.35 6H5c-.55 0-1 .45-1 1s.45 1 1 1h1v3H5c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v3H5c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1h-1v-3h1c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2zm-7 6.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"}) (e "circle" #js {"cx" "12", "cy" "14", "r" "1.5"})]
"FireHydrantAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fire_hydrant_alt_sharp.cljs
================================================
(ns reagent-mui.icons.fire-hydrant-alt-sharp
"Imports @mui/icons-material/FireHydrantAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fire-hydrant-alt-sharp (create-svg-icon [(e "path" #js {"d" "M21 11h-3V8h2V6h-2.35c-.82-2.33-3.04-4-5.65-4S7.17 3.67 6.35 6H4v2h2v3H3v6h3v3H4v2h16v-2h-2v-3h3v-6zm-9 6.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"}) (e "circle" #js {"cx" "12", "cy" "14", "r" "1.5"})]
"FireHydrantAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fire_hydrant_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.fire-hydrant-alt-two-tone
"Imports @mui/icons-material/FireHydrantAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fire-hydrant-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-1.47 0-2.75.81-3.44 2h6.89c-.7-1.19-1.98-2-3.45-2z", "opacity" ".3"}) (e "circle" #js {"cx" "12", "cy" "14", "r" "1.5", "opacity" ".3"}) (e "path" #js {"d" "M16 8H8v5H5v2h3v5h8v-5h3v-2h-3V8zm-4 9.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 10.5c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm0 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"}) (e "path" #js {"d" "M19 11h-1V8h2V6h-2.35c-.82-2.33-3.04-4-5.65-4S7.17 3.67 6.35 6H4v2h2v3H5c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v3H4v2h16v-2h-2v-3h1c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2zm-7-7c1.47 0 2.75.81 3.44 2H8.56c.69-1.19 1.97-2 3.44-2zm7 11h-3v5H8v-5H5v-2h3V8h8v5h3v2z"})]
"FireHydrantAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fire_truck.cljs
================================================
(ns reagent-mui.icons.fire-truck
"Imports @mui/icons-material/FireTruck as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fire-truck (create-svg-icon [(e "path" #js {"d" "m22.9 10.69-1.44-4.32C21.18 5.55 20.42 5 19.56 5H19V4c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-2c-1.1 0-2 .9-2 2v4H1v5c0 1.1.9 2 2 2h1c0 1.66 1.34 3 3 3s3-1.34 3-3h4c0 1.66 1.34 3 3 3s3-1.34 3-3h3v-6.68c0-.21-.03-.42-.1-.63zM7 19c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm10 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-3-8V7h5.56l1.33 4H14z"}) (e "path" #js {"d" "M11 8.5h-1v-2h1V5H1v1.5h1v2H1V10h10V8.5zm-5.75 0H3.5v-2h1.75v2zm3.25 0H6.75v-2H8.5v2z"})]
"FireTruck"))
================================================
FILE: src/icons/reagent_mui/icons/fire_truck_outlined.cljs
================================================
(ns reagent-mui.icons.fire-truck-outlined
"Imports @mui/icons-material/FireTruckOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fire-truck-outlined (create-svg-icon [(e "path" #js {"d" "m22.9 10.69-1.44-4.32C21.18 5.55 20.42 5 19.56 5H19V4c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-2c-1.1 0-2 .9-2 2v4H1v5c0 1.1.9 2 2 2h1c0 1.66 1.34 3 3 3s3-1.34 3-3h4c0 1.66 1.34 3 3 3s3-1.34 3-3h3v-6.68c0-.21-.03-.42-.1-.63zM14 7h5.56l1.33 4H14V7zM7 19c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm5-3H9.22c-.55-.61-1.33-1-2.22-1s-1.67.39-2.22 1H3v-3h9v3zm5 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2.22-3c-.55-.61-1.34-1-2.22-1s-1.67.39-2.22 1H14v-3h7v3h-1.78z"}) (e "path" #js {"d" "M11 8.5h-1v-2h1V5H1v1.5h1v2H1V10h10V8.5zm-2.5 0H6.75v-2H8.5v2zm-5-2h1.75v2H3.5v-2z"})]
"FireTruckOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fire_truck_rounded.cljs
================================================
(ns reagent-mui.icons.fire-truck-rounded
"Imports @mui/icons-material/FireTruckRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fire-truck-rounded (create-svg-icon [(e "path" #js {"d" "m22.9 10.69-1.44-4.32C21.18 5.55 20.42 5 19.56 5H19V4c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-2c-1.1 0-2 .9-2 2v4H3c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h1c0 1.66 1.34 3 3 3s3-1.34 3-3h4c0 1.66 1.34 3 3 3s3-1.34 3-3h1c1.1 0 2-.9 2-2v-4.68c0-.21-.03-.42-.1-.63zM7 19c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm10 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-3-8V7h5.56l1.33 4H14z"}) (e "path" #js {"d" "M10.25 8.5H10v-2h.25c.41 0 .75-.34.75-.75S10.66 5 10.25 5h-8.5c-.41 0-.75.34-.75.75s.34.75.75.75H2v2h-.25c-.41 0-.75.34-.75.75s.34.75.75.75h8.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zm-5 0H3.5v-2h1.75v2zm3.25 0H6.75v-2H8.5v2z"})]
"FireTruckRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fire_truck_sharp.cljs
================================================
(ns reagent-mui.icons.fire-truck-sharp
"Imports @mui/icons-material/FireTruckSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fire-truck-sharp (create-svg-icon [(e "path" #js {"d" "m23 11-2-6h-2V3h-3v2h-4v6H1v7h3c0 1.66 1.34 3 3 3s3-1.34 3-3h4c0 1.66 1.34 3 3 3s3-1.34 3-3h3v-7zM7 19c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm10 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-3-8V7h5.56l1.33 4H14z"}) (e "path" #js {"d" "M11 8.5h-1v-2h1V5H1v1.5h1v2H1V10h10V8.5zm-5.75 0H3.5v-2h1.75v2zm3.25 0H6.75v-2H8.5v2z"})]
"FireTruckSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fire_truck_two_tone.cljs
================================================
(ns reagent-mui.icons.fire-truck-two-tone
"Imports @mui/icons-material/FireTruckTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fire-truck-two-tone (create-svg-icon [(e "path" #js {"d" "M3 16h1.78c.55-.61 1.34-1 2.22-1s1.67.39 2.22 1H12v-3H3v3zm11 0h.78c.55-.61 1.34-1 2.22-1s1.67.39 2.22 1H21v-3h-7v3z", "opacity" ".3"}) (e "path" #js {"d" "m22.9 10.69-1.44-4.32C21.18 5.55 20.42 5 19.56 5H19V4c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-2c-1.1 0-2 .9-2 2v4H1v5c0 1.1.9 2 2 2h1c0 1.66 1.34 3 3 3s3-1.34 3-3h4c0 1.66 1.34 3 3 3s3-1.34 3-3h3v-6.68c0-.21-.03-.42-.1-.63zM7 19c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm5-3H9.22c-.55-.61-1.33-1-2.22-1s-1.67.39-2.22 1H3v-3h9v3zm2-9h5.56l1.33 4H14V7zm3 12c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4-3h-1.78c-.55-.61-1.34-1-2.22-1s-1.67.39-2.22 1H14v-3h7v3z"}) (e "path" #js {"d" "M11 8.5h-1v-2h1V5H1v1.5h1v2H1V10h10V8.5zm-5.75 0H3.5v-2h1.75v2zm3.25 0H6.75v-2H8.5v2z"})]
"FireTruckTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fireplace.cljs
================================================
(ns reagent-mui.icons.fireplace
"Imports @mui/icons-material/Fireplace as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fireplace (create-svg-icon (e "path" #js {"d" "M2 2v20h20V2H2zm9.86 14.96c.76-.24 1.4-1.04 1.53-1.63.13-.56-.1-1.05-.2-1.6-.08-.46-.07-.85.08-1.28.54 1.21 2.15 1.64 1.98 3.18-.19 1.7-2.11 2.38-3.39 1.33zM20 20h-2v-2h-2.02c.63-.84 1.02-1.87 1.02-3 0-1.89-1.09-2.85-1.85-3.37C12.2 9.61 13 7 13 7c-6.73 3.57-6.02 7.47-6 8 .03.96.49 2.07 1.23 3H6v2H4V4h16v16z"})
"Fireplace"))
================================================
FILE: src/icons/reagent_mui/icons/fireplace_outlined.cljs
================================================
(ns reagent-mui.icons.fireplace-outlined
"Imports @mui/icons-material/FireplaceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fireplace-outlined (create-svg-icon [(e "path" #js {"d" "M12.01 12.46c-.15.42-.15.82-.08 1.28.1.55.33 1.04.2 1.6-.13.59-.77 1.38-1.53 1.63 1.28 1.05 3.2.37 3.39-1.32.17-1.54-1.44-1.98-1.98-3.19z"}) (e "path" #js {"d" "M2 2v20h20V2H2zm10 16c-1.58 0-2.97-1.88-3-3.06 0-.05-.01-.13-.01-.22-.13-1.73 1-3.2 2.47-4.37.47 1.01 1.27 2.03 2.57 2.92.58.42.97.86.97 1.73 0 1.65-1.35 3-3 3zm8 2h-2v-2h-2.02c.63-.84 1.02-1.87 1.02-3 0-1.89-1.09-2.85-1.85-3.37C12.2 9.61 13 7 13 7c-6.73 3.57-6.02 7.47-6 8 .03.96.49 2.07 1.23 3H6v2H4V4h16v16z"})]
"FireplaceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fireplace_rounded.cljs
================================================
(ns reagent-mui.icons.fireplace-rounded
"Imports @mui/icons-material/FireplaceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fireplace-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 17c0 .55-.45 1-1 1h-1v-1c0-.55-.45-1-1-1h-1.15c.71-.85 1.15-1.89 1.15-3 0-1.89-1.09-2.84-1.85-3.36-1.86-1.27-2.23-2.78-2.25-3.72-.01-.4-.43-.63-.77-.43-5.8 3.43-5.15 7-5.13 7.51.03.96.49 2.07 1.24 3H7c-.55 0-1 .45-1 1v1H5c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v14zm-6.8-5.26c-.08-.46-.07-.85.08-1.28.54 1.21 2.15 1.64 1.98 3.18-.19 1.69-2.11 2.37-3.39 1.32.76-.24 1.4-1.04 1.53-1.63.12-.55-.11-1.04-.2-1.59z"})
"FireplaceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fireplace_sharp.cljs
================================================
(ns reagent-mui.icons.fireplace-sharp
"Imports @mui/icons-material/FireplaceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fireplace-sharp (create-svg-icon (e "path" #js {"d" "M2 2v20h20V2H2zm11.2 11.74c-.08-.46-.07-.85.08-1.28.54 1.21 2.15 1.64 1.98 3.18-.19 1.69-2.11 2.37-3.39 1.32.76-.24 1.4-1.04 1.53-1.63.12-.55-.11-1.04-.2-1.59zM20 20h-2v-2h-2.02c.63-.84 1.02-1.87 1.02-3 0-1.89-1.09-2.85-1.85-3.37C12.2 9.61 13 7 13 7c-6.73 3.57-6.02 7.47-6 8 .03.96.49 2.07 1.23 3H6v2H4V4h16v16z"})
"FireplaceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fireplace_two_tone.cljs
================================================
(ns reagent-mui.icons.fireplace-two-tone
"Imports @mui/icons-material/FireplaceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fireplace-two-tone (create-svg-icon [(e "path" #js {"d" "M4 20h2v-2h2.23c-.75-.93-1.2-2.04-1.23-3-.02-.53-.73-4.43 6-8 0 0-.8 2.61 2.15 4.63.76.52 1.85 1.48 1.85 3.37 0 1.13-.39 2.16-1.02 3H18v2h2V4H4v16z", "opacity" ".3"}) (e "path" #js {"d" "M12.01 12.46c-.15.42-.15.82-.08 1.28.1.55.33 1.04.2 1.6-.13.59-.77 1.38-1.53 1.63 1.28 1.05 3.2.37 3.39-1.32.17-1.54-1.44-1.98-1.98-3.19z"}) (e "path" #js {"d" "M2 2v20h20V2H2zm10 16c-1.58 0-2.97-1.88-3-3.06 0-.05-.01-.13-.01-.22-.13-1.73 1-3.2 2.47-4.37.47 1.01 1.27 2.03 2.57 2.92.58.42.97.86.97 1.73 0 1.65-1.35 3-3 3zm8 2h-2v-2h-2.02c.63-.84 1.02-1.87 1.02-3 0-1.89-1.09-2.85-1.85-3.37C12.2 9.61 13 7 13 7c-6.73 3.57-6.02 7.47-6 8 .03.96.49 2.07 1.23 3H6v2H4V4h16v16z"})]
"FireplaceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/first_page.cljs
================================================
(ns reagent-mui.icons.first-page
"Imports @mui/icons-material/FirstPage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def first-page (create-svg-icon (e "path" #js {"d" "M18.41 16.59 13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"})
"FirstPage"))
================================================
FILE: src/icons/reagent_mui/icons/first_page_outlined.cljs
================================================
(ns reagent-mui.icons.first-page-outlined
"Imports @mui/icons-material/FirstPageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def first-page-outlined (create-svg-icon (e "path" #js {"d" "M18.41 16.59 13.82 12l4.59-4.59L17 6l-6 6 6 6 1.41-1.41zM6 6h2v12H6V6z"})
"FirstPageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/first_page_rounded.cljs
================================================
(ns reagent-mui.icons.first-page-rounded
"Imports @mui/icons-material/FirstPageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def first-page-rounded (create-svg-icon (e "path" #js {"d" "M17.7 15.89 13.82 12l3.89-3.89c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-4.59 4.59c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0 .38-.38.38-1.02-.01-1.4zM7 6c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1s-1-.45-1-1V7c0-.55.45-1 1-1z"})
"FirstPageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/first_page_sharp.cljs
================================================
(ns reagent-mui.icons.first-page-sharp
"Imports @mui/icons-material/FirstPageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def first-page-sharp (create-svg-icon (e "path" #js {"d" "M18.41 16.59 13.82 12l4.59-4.59L17 6l-6 6 6 6 1.41-1.41zM6 6h2v12H6V6z"})
"FirstPageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/first_page_two_tone.cljs
================================================
(ns reagent-mui.icons.first-page-two-tone
"Imports @mui/icons-material/FirstPageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def first-page-two-tone (create-svg-icon (e "path" #js {"d" "M18.41 16.59 13.82 12l4.59-4.59L17 6l-6 6 6 6 1.41-1.41zM6 6h2v12H6V6z"})
"FirstPageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fit_screen.cljs
================================================
(ns reagent-mui.icons.fit-screen
"Imports @mui/icons-material/FitScreen as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fit-screen (create-svg-icon (e "path" #js {"d" "M17 4h3c1.1 0 2 .9 2 2v2h-2V6h-3V4zM4 8V6h3V4H4c-1.1 0-2 .9-2 2v2h2zm16 8v2h-3v2h3c1.1 0 2-.9 2-2v-2h-2zM7 18H4v-2H2v2c0 1.1.9 2 2 2h3v-2zM18 8H6v8h12V8z"})
"FitScreen"))
================================================
FILE: src/icons/reagent_mui/icons/fit_screen_outlined.cljs
================================================
(ns reagent-mui.icons.fit-screen-outlined
"Imports @mui/icons-material/FitScreenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fit-screen-outlined (create-svg-icon (e "path" #js {"d" "M6 16h12V8H6v8zm2-6h8v4H8v-4zm-4 5H2v3c0 1.1.9 2 2 2h3v-2H4v-3zm0-9h3V4H4c-1.1 0-2 .9-2 2v3h2V6zm16-2h-3v2h3v3h2V6c0-1.1-.9-2-2-2zm0 14h-3v2h3c1.1 0 2-.9 2-2v-3h-2v3z"})
"FitScreenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fit_screen_rounded.cljs
================================================
(ns reagent-mui.icons.fit-screen-rounded
"Imports @mui/icons-material/FitScreenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fit-screen-rounded (create-svg-icon (e "path" #js {"d" "M18 4h2c1.1 0 2 .9 2 2v2c0 .55-.45 1-1 1s-1-.45-1-1V6h-2c-.55 0-1-.45-1-1s.45-1 1-1zM4 8V6h2c.55 0 1-.45 1-1s-.45-1-1-1H4c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1s1-.45 1-1zm16 8v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2c1.1 0 2-.9 2-2v-2c0-.55-.45-1-1-1s-1 .45-1 1zM6 18H4v-2c0-.55-.45-1-1-1s-1 .45-1 1v2c0 1.1.9 2 2 2h2c.55 0 1-.45 1-1s-.45-1-1-1zM16 8H8c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2z"})
"FitScreenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fit_screen_sharp.cljs
================================================
(ns reagent-mui.icons.fit-screen-sharp
"Imports @mui/icons-material/FitScreenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fit-screen-sharp (create-svg-icon (e "path" #js {"d" "M17 4h5v5h-2V6h-3V4zM4 9V6h3V4H2v5h2zm16 6v3h-3v2h5v-5h-2zM7 18H4v-3H2v5h5v-2zM18 8H6v8h12V8z"})
"FitScreenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fit_screen_two_tone.cljs
================================================
(ns reagent-mui.icons.fit-screen-two-tone
"Imports @mui/icons-material/FitScreenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fit-screen-two-tone (create-svg-icon [(e "path" #js {"d" "M8 10h8v4H8z", "opacity" ".3"}) (e "path" #js {"d" "M6 16h12V8H6v8zm2-6h8v4H8v-4zm-4 5H2v3c0 1.1.9 2 2 2h3v-2H4v-3zm0-9h3V4H4c-1.1 0-2 .9-2 2v3h2V6zm16-2h-3v2h3v3h2V6c0-1.1-.9-2-2-2zm0 14h-3v2h3c1.1 0 2-.9 2-2v-3h-2v3z"})]
"FitScreenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fitbit.cljs
================================================
(ns reagent-mui.icons.fitbit
"Imports @mui/icons-material/Fitbit as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fitbit (create-svg-icon (e "path" #js {"d" "M19.89 13.89c1.04 0 1.89-.85 1.89-1.89s-.85-1.89-1.89-1.89S18 10.96 18 12s.85 1.89 1.89 1.89zm-4.24-.21c.93 0 1.68-.75 1.68-1.68s-.75-1.68-1.68-1.68c-.93 0-1.68.75-1.68 1.68s.75 1.68 1.68 1.68zm0-4.26c.93 0 1.68-.75 1.68-1.68 0-.93-.75-1.68-1.68-1.68-.93 0-1.68.75-1.68 1.68 0 .93.75 1.68 1.68 1.68zm0 8.51c.93 0 1.68-.75 1.68-1.68 0-.93-.75-1.68-1.68-1.68-.93 0-1.68.75-1.68 1.68 0 .92.75 1.68 1.68 1.68zm-4.24-4.46c.81 0 1.47-.66 1.47-1.47s-.66-1.47-1.47-1.47c-.81 0-1.47.66-1.47 1.47s.65 1.47 1.47 1.47zm0-4.26c.81 0 1.47-.66 1.47-1.47s-.66-1.47-1.47-1.47c-.81 0-1.47.66-1.47 1.47s.65 1.47 1.47 1.47zm0 8.52c.81 0 1.47-.66 1.47-1.47 0-.81-.66-1.47-1.47-1.47-.81 0-1.47.66-1.47 1.47-.01.81.65 1.47 1.47 1.47zm0 4.27c.81 0 1.47-.66 1.47-1.47 0-.81-.66-1.47-1.47-1.47-.81 0-1.47.66-1.47 1.47-.01.81.65 1.47 1.47 1.47zm0-17.06c.81 0 1.47-.66 1.47-1.47S12.22 2 11.41 2c-.81 0-1.47.66-1.47 1.47s.65 1.47 1.47 1.47zm-4.25 8.32c.7 0 1.26-.57 1.26-1.26s-.57-1.26-1.26-1.26c-.7 0-1.26.57-1.26 1.26s.56 1.26 1.26 1.26zm0 4.25c.7 0 1.26-.57 1.26-1.26 0-.7-.57-1.26-1.26-1.26-.7 0-1.26.57-1.26 1.26 0 .69.56 1.26 1.26 1.26zm0-8.49c.7 0 1.26-.57 1.26-1.26 0-.7-.57-1.26-1.26-1.26-.7 0-1.26.57-1.26 1.26 0 .69.56 1.26 1.26 1.26zm-3.87 4.03c.58 0 1.05-.47 1.05-1.05s-.47-1.05-1.05-1.05c-.58 0-1.05.47-1.05 1.05s.47 1.05 1.05 1.05z"})
"Fitbit"))
================================================
FILE: src/icons/reagent_mui/icons/fitbit_outlined.cljs
================================================
(ns reagent-mui.icons.fitbit-outlined
"Imports @mui/icons-material/FitbitOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fitbit-outlined (create-svg-icon (e "path" #js {"d" "M19.89 13.89c1.04 0 1.89-.85 1.89-1.89s-.85-1.89-1.89-1.89S18 10.96 18 12s.85 1.89 1.89 1.89zm-4.24-.21c.93 0 1.68-.75 1.68-1.68s-.75-1.68-1.68-1.68c-.93 0-1.68.75-1.68 1.68s.75 1.68 1.68 1.68zm0-4.26c.93 0 1.68-.75 1.68-1.68 0-.93-.75-1.68-1.68-1.68-.93 0-1.68.75-1.68 1.68 0 .93.75 1.68 1.68 1.68zm0 8.51c.93 0 1.68-.75 1.68-1.68 0-.93-.75-1.68-1.68-1.68-.93 0-1.68.75-1.68 1.68 0 .92.75 1.68 1.68 1.68zm-4.24-4.46c.81 0 1.47-.66 1.47-1.47s-.66-1.47-1.47-1.47c-.81 0-1.47.66-1.47 1.47s.65 1.47 1.47 1.47zm0-4.26c.81 0 1.47-.66 1.47-1.47s-.66-1.47-1.47-1.47c-.81 0-1.47.66-1.47 1.47s.65 1.47 1.47 1.47zm0 8.52c.81 0 1.47-.66 1.47-1.47 0-.81-.66-1.47-1.47-1.47-.81 0-1.47.66-1.47 1.47-.01.81.65 1.47 1.47 1.47zm0 4.27c.81 0 1.47-.66 1.47-1.47 0-.81-.66-1.47-1.47-1.47-.81 0-1.47.66-1.47 1.47-.01.81.65 1.47 1.47 1.47zm0-17.06c.81 0 1.47-.66 1.47-1.47S12.22 2 11.41 2c-.81 0-1.47.66-1.47 1.47s.65 1.47 1.47 1.47zm-4.25 8.32c.7 0 1.26-.57 1.26-1.26s-.57-1.26-1.26-1.26c-.7 0-1.26.57-1.26 1.26s.56 1.26 1.26 1.26zm0 4.25c.7 0 1.26-.57 1.26-1.26 0-.7-.57-1.26-1.26-1.26-.7 0-1.26.57-1.26 1.26 0 .69.56 1.26 1.26 1.26zm0-8.49c.7 0 1.26-.57 1.26-1.26 0-.7-.57-1.26-1.26-1.26-.7 0-1.26.57-1.26 1.26 0 .69.56 1.26 1.26 1.26zm-3.87 4.03c.58 0 1.05-.47 1.05-1.05s-.47-1.05-1.05-1.05c-.58 0-1.05.47-1.05 1.05s.47 1.05 1.05 1.05z"})
"FitbitOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fitbit_rounded.cljs
================================================
(ns reagent-mui.icons.fitbit-rounded
"Imports @mui/icons-material/FitbitRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fitbit-rounded (create-svg-icon (e "path" #js {"d" "M19.89 13.89c1.04 0 1.89-.85 1.89-1.89s-.85-1.89-1.89-1.89S18 10.96 18 12s.85 1.89 1.89 1.89zm-4.24-.21c.93 0 1.68-.75 1.68-1.68s-.75-1.68-1.68-1.68c-.93 0-1.68.75-1.68 1.68s.75 1.68 1.68 1.68zm0-4.26c.93 0 1.68-.75 1.68-1.68 0-.93-.75-1.68-1.68-1.68-.93 0-1.68.75-1.68 1.68 0 .93.75 1.68 1.68 1.68zm0 8.51c.93 0 1.68-.75 1.68-1.68 0-.93-.75-1.68-1.68-1.68-.93 0-1.68.75-1.68 1.68 0 .92.75 1.68 1.68 1.68zm-4.24-4.46c.81 0 1.47-.66 1.47-1.47s-.66-1.47-1.47-1.47c-.81 0-1.47.66-1.47 1.47s.65 1.47 1.47 1.47zm0-4.26c.81 0 1.47-.66 1.47-1.47s-.66-1.47-1.47-1.47c-.81 0-1.47.66-1.47 1.47s.65 1.47 1.47 1.47zm0 8.52c.81 0 1.47-.66 1.47-1.47 0-.81-.66-1.47-1.47-1.47-.81 0-1.47.66-1.47 1.47-.01.81.65 1.47 1.47 1.47zm0 4.27c.81 0 1.47-.66 1.47-1.47 0-.81-.66-1.47-1.47-1.47-.81 0-1.47.66-1.47 1.47-.01.81.65 1.47 1.47 1.47zm0-17.06c.81 0 1.47-.66 1.47-1.47S12.22 2 11.41 2c-.81 0-1.47.66-1.47 1.47s.65 1.47 1.47 1.47zm-4.25 8.32c.7 0 1.26-.57 1.26-1.26s-.57-1.26-1.26-1.26c-.7 0-1.26.57-1.26 1.26s.56 1.26 1.26 1.26zm0 4.25c.7 0 1.26-.57 1.26-1.26 0-.7-.57-1.26-1.26-1.26-.7 0-1.26.57-1.26 1.26 0 .69.56 1.26 1.26 1.26zm0-8.49c.7 0 1.26-.57 1.26-1.26 0-.7-.57-1.26-1.26-1.26-.7 0-1.26.57-1.26 1.26 0 .69.56 1.26 1.26 1.26zm-3.87 4.03c.58 0 1.05-.47 1.05-1.05s-.47-1.05-1.05-1.05c-.58 0-1.05.47-1.05 1.05s.47 1.05 1.05 1.05z"})
"FitbitRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fitbit_sharp.cljs
================================================
(ns reagent-mui.icons.fitbit-sharp
"Imports @mui/icons-material/FitbitSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fitbit-sharp (create-svg-icon (e "path" #js {"d" "M19.89 13.89c1.04 0 1.89-.85 1.89-1.89s-.85-1.89-1.89-1.89S18 10.96 18 12s.85 1.89 1.89 1.89zm-4.24-.21c.93 0 1.68-.75 1.68-1.68s-.75-1.68-1.68-1.68c-.93 0-1.68.75-1.68 1.68s.75 1.68 1.68 1.68zm0-4.26c.93 0 1.68-.75 1.68-1.68 0-.93-.75-1.68-1.68-1.68-.93 0-1.68.75-1.68 1.68 0 .93.75 1.68 1.68 1.68zm0 8.51c.93 0 1.68-.75 1.68-1.68 0-.93-.75-1.68-1.68-1.68-.93 0-1.68.75-1.68 1.68 0 .92.75 1.68 1.68 1.68zm-4.24-4.46c.81 0 1.47-.66 1.47-1.47s-.66-1.47-1.47-1.47c-.81 0-1.47.66-1.47 1.47s.65 1.47 1.47 1.47zm0-4.26c.81 0 1.47-.66 1.47-1.47s-.66-1.47-1.47-1.47c-.81 0-1.47.66-1.47 1.47s.65 1.47 1.47 1.47zm0 8.52c.81 0 1.47-.66 1.47-1.47 0-.81-.66-1.47-1.47-1.47-.81 0-1.47.66-1.47 1.47-.01.81.65 1.47 1.47 1.47zm0 4.27c.81 0 1.47-.66 1.47-1.47 0-.81-.66-1.47-1.47-1.47-.81 0-1.47.66-1.47 1.47-.01.81.65 1.47 1.47 1.47zm0-17.06c.81 0 1.47-.66 1.47-1.47S12.22 2 11.41 2c-.81 0-1.47.66-1.47 1.47s.65 1.47 1.47 1.47zm-4.25 8.32c.7 0 1.26-.57 1.26-1.26s-.57-1.26-1.26-1.26c-.7 0-1.26.57-1.26 1.26s.56 1.26 1.26 1.26zm0 4.25c.7 0 1.26-.57 1.26-1.26 0-.7-.57-1.26-1.26-1.26-.7 0-1.26.57-1.26 1.26 0 .69.56 1.26 1.26 1.26zm0-8.49c.7 0 1.26-.57 1.26-1.26 0-.7-.57-1.26-1.26-1.26-.7 0-1.26.57-1.26 1.26 0 .69.56 1.26 1.26 1.26zm-3.87 4.03c.58 0 1.05-.47 1.05-1.05s-.47-1.05-1.05-1.05c-.58 0-1.05.47-1.05 1.05s.47 1.05 1.05 1.05z"})
"FitbitSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fitbit_two_tone.cljs
================================================
(ns reagent-mui.icons.fitbit-two-tone
"Imports @mui/icons-material/FitbitTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fitbit-two-tone (create-svg-icon (e "path" #js {"d" "M19.89 13.89c1.04 0 1.89-.85 1.89-1.89s-.85-1.89-1.89-1.89S18 10.96 18 12s.85 1.89 1.89 1.89zm-4.24-.21c.93 0 1.68-.75 1.68-1.68s-.75-1.68-1.68-1.68c-.93 0-1.68.75-1.68 1.68s.75 1.68 1.68 1.68zm0-4.26c.93 0 1.68-.75 1.68-1.68 0-.93-.75-1.68-1.68-1.68-.93 0-1.68.75-1.68 1.68 0 .93.75 1.68 1.68 1.68zm0 8.51c.93 0 1.68-.75 1.68-1.68 0-.93-.75-1.68-1.68-1.68-.93 0-1.68.75-1.68 1.68 0 .92.75 1.68 1.68 1.68zm-4.24-4.46c.81 0 1.47-.66 1.47-1.47s-.66-1.47-1.47-1.47c-.81 0-1.47.66-1.47 1.47s.65 1.47 1.47 1.47zm0-4.26c.81 0 1.47-.66 1.47-1.47s-.66-1.47-1.47-1.47c-.81 0-1.47.66-1.47 1.47s.65 1.47 1.47 1.47zm0 8.52c.81 0 1.47-.66 1.47-1.47 0-.81-.66-1.47-1.47-1.47-.81 0-1.47.66-1.47 1.47-.01.81.65 1.47 1.47 1.47zm0 4.27c.81 0 1.47-.66 1.47-1.47 0-.81-.66-1.47-1.47-1.47-.81 0-1.47.66-1.47 1.47-.01.81.65 1.47 1.47 1.47zm0-17.06c.81 0 1.47-.66 1.47-1.47S12.22 2 11.41 2c-.81 0-1.47.66-1.47 1.47s.65 1.47 1.47 1.47zm-4.25 8.32c.7 0 1.26-.57 1.26-1.26s-.57-1.26-1.26-1.26c-.7 0-1.26.57-1.26 1.26s.56 1.26 1.26 1.26zm0 4.25c.7 0 1.26-.57 1.26-1.26 0-.7-.57-1.26-1.26-1.26-.7 0-1.26.57-1.26 1.26 0 .69.56 1.26 1.26 1.26zm0-8.49c.7 0 1.26-.57 1.26-1.26 0-.7-.57-1.26-1.26-1.26-.7 0-1.26.57-1.26 1.26 0 .69.56 1.26 1.26 1.26zm-3.87 4.03c.58 0 1.05-.47 1.05-1.05s-.47-1.05-1.05-1.05c-.58 0-1.05.47-1.05 1.05s.47 1.05 1.05 1.05z"})
"FitbitTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fitness_center.cljs
================================================
(ns reagent-mui.icons.fitness-center
"Imports @mui/icons-material/FitnessCenter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fitness-center (create-svg-icon (e "path" #js {"d" "M20.57 14.86 22 13.43 20.57 12 17 15.57 8.43 7 12 3.43 10.57 2 9.14 3.43 7.71 2 5.57 4.14 4.14 2.71 2.71 4.14l1.43 1.43L2 7.71l1.43 1.43L2 10.57 3.43 12 7 8.43 15.57 17 12 20.57 13.43 22l1.43-1.43L16.29 22l2.14-2.14 1.43 1.43 1.43-1.43-1.43-1.43L22 16.29z"})
"FitnessCenter"))
================================================
FILE: src/icons/reagent_mui/icons/fitness_center_outlined.cljs
================================================
(ns reagent-mui.icons.fitness-center-outlined
"Imports @mui/icons-material/FitnessCenterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fitness-center-outlined (create-svg-icon (e "path" #js {"d" "M20.57 14.86 22 13.43 20.57 12 17 15.57 8.43 7 12 3.43 10.57 2 9.14 3.43 7.71 2 5.57 4.14 4.14 2.71 2.71 4.14l1.43 1.43L2 7.71l1.43 1.43L2 10.57 3.43 12 7 8.43 15.57 17 12 20.57 13.43 22l1.43-1.43L16.29 22l2.14-2.14 1.43 1.43 1.43-1.43-1.43-1.43L22 16.29l-1.43-1.43z"})
"FitnessCenterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fitness_center_rounded.cljs
================================================
(ns reagent-mui.icons.fitness-center-rounded
"Imports @mui/icons-material/FitnessCenterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fitness-center-rounded (create-svg-icon (e "path" #js {"d" "m20.57 14.86.72-.72c.39-.39.39-1.02 0-1.41l-.02-.02a.9959.9959 0 0 0-1.41 0L17 15.57 8.43 7l2.86-2.86c.39-.39.39-1.02 0-1.41l-.02-.02a.9959.9959 0 0 0-1.41 0l-.72.72-.72-.72c-.39-.39-1.03-.39-1.42 0L5.57 4.14l-.72-.72c-.39-.39-1.04-.39-1.43 0-.39.39-.39 1.04 0 1.43l.72.72L2.71 7c-.39.39-.39 1.02 0 1.41l.72.72-.72.73c-.39.39-.39 1.02 0 1.41l.02.02c.39.39 1.02.39 1.41 0L7 8.43 15.57 17l-2.86 2.86c-.39.39-.39 1.02 0 1.41l.02.02c.39.39 1.02.39 1.41 0l.72-.72.72.72c.39.39 1.02.39 1.41 0l1.43-1.43.72.72c.39.39 1.04.39 1.43 0 .39-.39.39-1.04 0-1.43l-.72-.72L21.29 17c.39-.39.39-1.02 0-1.41l-.72-.73z"})
"FitnessCenterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fitness_center_sharp.cljs
================================================
(ns reagent-mui.icons.fitness-center-sharp
"Imports @mui/icons-material/FitnessCenterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fitness-center-sharp (create-svg-icon (e "path" #js {"d" "M20.57 14.86 22 13.43 20.57 12 17 15.57 8.43 7 12 3.43 10.57 2 9.14 3.43 7.71 2 5.57 4.14 4.14 2.71 2.71 4.14l1.43 1.43L2 7.71l1.43 1.43L2 10.57 3.43 12 7 8.43 15.57 17 12 20.57 13.43 22l1.43-1.43L16.29 22l2.14-2.14 1.43 1.43 1.43-1.43-1.43-1.43L22 16.29l-1.43-1.43z"})
"FitnessCenterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fitness_center_two_tone.cljs
================================================
(ns reagent-mui.icons.fitness-center-two-tone
"Imports @mui/icons-material/FitnessCenterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fitness-center-two-tone (create-svg-icon (e "path" #js {"d" "M20.57 14.86 22 13.43 20.57 12 17 15.57 8.43 7 12 3.43 10.57 2 9.14 3.43 7.71 2 5.57 4.14 4.14 2.71 2.71 4.14l1.43 1.43L2 7.71l1.43 1.43L2 10.57 3.43 12 7 8.43 15.57 17 12 20.57 13.43 22l1.43-1.43L16.29 22l2.14-2.14 1.43 1.43 1.43-1.43-1.43-1.43L22 16.29l-1.43-1.43z"})
"FitnessCenterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/five_g.cljs
================================================
(ns reagent-mui.icons.five-g
"Imports @mui/icons-material/FiveG as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-g (create-svg-icon (e "path" #js {"d" "M17 13h2v2h-5V9h7c0-1.1-.9-2-2-2h-5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-4h-4v2zM3 13h5v2H3v2h5c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2H5V9h5V7H3v6z"})
"FiveG"))
================================================
FILE: src/icons/reagent_mui/icons/five_g_outlined.cljs
================================================
(ns reagent-mui.icons.five-g-outlined
"Imports @mui/icons-material/FiveGOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-g-outlined (create-svg-icon (e "path" #js {"d" "M16.5 13H19v2h-5V9h7c0-1.1-.9-2-2-2h-5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-4h-4.5v2zM3 13h5v2H3v2h5c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2H5V9h5V7H3v6z"})
"FiveGOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/five_g_rounded.cljs
================================================
(ns reagent-mui.icons.five-g-rounded
"Imports @mui/icons-material/FiveGRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-g-rounded (create-svg-icon (e "path" #js {"d" "M18 13h1v2h-5V9h6c.55 0 1-.45 1-1s-.45-1-1-1h-6c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1zM4 13h4v2H4c-.55 0-1 .45-1 1s.45 1 1 1h4c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2H5V9h4c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1z"})
"FiveGRounded"))
================================================
FILE: src/icons/reagent_mui/icons/five_g_sharp.cljs
================================================
(ns reagent-mui.icons.five-g-sharp
"Imports @mui/icons-material/FiveGSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-g-sharp (create-svg-icon (e "path" #js {"d" "M17 13h2v2h-5V9h7V7h-9v10h9v-6h-4zM3 13h5v2H3v2h7v-6H5V9h5V7H3z"})
"FiveGSharp"))
================================================
FILE: src/icons/reagent_mui/icons/five_g_two_tone.cljs
================================================
(ns reagent-mui.icons.five-g-two-tone
"Imports @mui/icons-material/FiveGTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-g-two-tone (create-svg-icon (e "path" #js {"d" "M16.5 13H19v2h-5V9h7c0-1.1-.9-2-2-2h-5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-4h-4.5v2zM3 13h5v2H3v2h5c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2H5V9h5V7H3v6z"})
"FiveGTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/five_k.cljs
================================================
(ns reagent-mui.icons.five-k
"Imports @mui/icons-material/FiveK as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-k (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 7.5H8v1h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H6.5v-1.5h3v-1h-3V9H11v1.5zm7 4.5h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"})
"FiveK"))
================================================
FILE: src/icons/reagent_mui/icons/five_k_outlined.cljs
================================================
(ns reagent-mui.icons.five-k-outlined
"Imports @mui/icons-material/FiveKOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-k-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 14v-1.5c0-.55-.45-1-1-1H8v-1h3V9H6.5v3.5h3v1h-3V15H10c.55 0 1-.45 1-1zm3.5-1.25L16.25 15H18l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5z"})]
"FiveKOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/five_k_plus.cljs
================================================
(ns reagent-mui.icons.five-k-plus
"Imports @mui/icons-material/FiveKPlus as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-k-plus (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9.5 7.5h-3v1h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H5v-1.5h3v-1H5V9h4.5v1.5zM16 15h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm4-2.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"})
"FiveKPlus"))
================================================
FILE: src/icons/reagent_mui/icons/five_k_plus_outlined.cljs
================================================
(ns reagent-mui.icons.five-k-plus-outlined
"Imports @mui/icons-material/FiveKPlusOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-k-plus-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M10 14v-1.5c0-.55-.45-1-1-1H7.5v-1H10V9H6v3.5h2.5v1H6V15h3c.55 0 1-.45 1-1zm2.5-1.25L14.25 15H16l-2.25-3L16 9h-1.75l-1.75 2.25V9H11v6h1.5z"})]
"FiveKPlusOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/five_k_plus_rounded.cljs
================================================
(ns reagent-mui.icons.five-k-plus-rounded
"Imports @mui/icons-material/FiveKPlusRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-k-plus-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9.75 7.5H7.5v1H9c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H6.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H8.5v-1H7c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h2.25c.41 0 .75.34.75.75s-.34.75-.75.75zm5.34 4.5c-.22 0-.42-.1-.55-.27l-1.54-1.98v1.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.5c0-.41.34-.75.75-.75s.75.34.75.75v1.5l1.54-1.98c.13-.17.34-.27.55-.27.58 0 .91.66.56 1.12L13.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12zm3.91-2.5h-1v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1v-1c0-.28.22-.5.5-.5s.5.22.5.5v1h1c.28 0 .5.22.5.5s-.22.5-.5.5z"})
"FiveKPlusRounded"))
================================================
FILE: src/icons/reagent_mui/icons/five_k_plus_sharp.cljs
================================================
(ns reagent-mui.icons.five-k-plus-sharp
"Imports @mui/icons-material/FiveKPlusSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-k-plus-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-11 7.5H7.5v1H10V15H6v-1.5h2.5v-1H6V9h4v1.5zm6 4.5h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm3-2.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19v1z"})
"FiveKPlusSharp"))
================================================
FILE: src/icons/reagent_mui/icons/five_k_plus_two_tone.cljs
================================================
(ns reagent-mui.icons.five-k-plus-two-tone
"Imports @mui/icons-material/FiveKPlusTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-k-plus-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14v-6.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19V5H5v14zm6-10h1.5v2.25L14.25 9H16l-2.25 3L16 15h-1.75l-1.75-2.25V15H11V9zm-5 4.5h2.5v-1H6V9h4v1.5H7.5v1H9c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H6v-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M10 14v-1.5c0-.55-.45-1-1-1H7.5v-1H10V9H6v3.5h2.5v1H6V15h3c.55 0 1-.45 1-1zm2.5-1.25L14.25 15H16l-2.25-3L16 9h-1.75l-1.75 2.25V9H11v6h1.5z"})]
"FiveKPlusTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/five_k_rounded.cljs
================================================
(ns reagent-mui.icons.five-k-rounded
"Imports @mui/icons-material/FiveKRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-k-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.75 7.5H8v1h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H7.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H9.5v-1H7.25c-.41 0-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75zm6.34 4.5c-.22 0-.42-.1-.55-.27l-1.54-1.98v1.55c0 .39-.31.7-.7.7h-.1c-.39 0-.7-.31-.7-.7V9.7c0-.39.31-.7.7-.7h.09c.39 0 .7.31.7.7v1.55l1.54-1.98c.14-.17.35-.27.56-.27.58 0 .91.66.56 1.12L15.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12z"})
"FiveKRounded"))
================================================
FILE: src/icons/reagent_mui/icons/five_k_sharp.cljs
================================================
(ns reagent-mui.icons.five-k-sharp
"Imports @mui/icons-material/FiveKSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-k-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-10 7.5H8v1h3V15H6.5v-1.5h3v-1h-3V9H11v1.5zm7 4.5h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"})
"FiveKSharp"))
================================================
FILE: src/icons/reagent_mui/icons/five_k_two_tone.cljs
================================================
(ns reagent-mui.icons.five-k-two-tone
"Imports @mui/icons-material/FiveKTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-k-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm8-10h1.5v2.25L16.25 9H18l-2.25 3L18 15h-1.75l-1.75-2.25V15H13V9zm-6.5 4.5h3v-1h-3V9H11v1.5H8v1h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H6.5v-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 14v-1.5c0-.55-.45-1-1-1H8v-1h3V9H6.5v3.5h3v1h-3V15H10c.55 0 1-.45 1-1zm3.5-1.25L16.25 15H18l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5z"})]
"FiveKTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/five_mp.cljs
================================================
(ns reagent-mui.icons.five-mp
"Imports @mui/icons-material/FiveMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM14.5 7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H10V10h3V9h-3V5.5h4.5V7zm1 7H17v1.5h-1.5z"})
"FiveMp"))
================================================
FILE: src/icons/reagent_mui/icons/five_mp_outlined.cljs
================================================
(ns reagent-mui.icons.five-mp-outlined
"Imports @mui/icons-material/FiveMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 10.5V9c0-.55-.45-1-1-1h-2V7h3V5.5H10V9h3v1h-3v1.5h3.5c.55 0 1-.45 1-1z"})]
"FiveMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/five_mp_rounded.cljs
================================================
(ns reagent-mui.icons.five-mp-rounded
"Imports @mui/icons-material/FiveMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-mp-rounded (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 6c-.55 0-1-.45-1-1V6.5c0-.55.45-1 1-1h2.75c.41 0 .75.34.75.75s-.34.75-.75.75H11.5v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1h-2.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H13V9h-2zm1.5 8.75c0 .41-.34.75-.75.75s-.75-.33-.75-.75V14h-1v2.25c0 .42-.34.75-.75.75s-.75-.33-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.17 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"})]
"FiveMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/five_mp_sharp.cljs
================================================
(ns reagent-mui.icons.five-mp-sharp
"Imports @mui/icons-material/FiveMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-mp-sharp (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm7 7h3V9h-3V5.5h4.5V7h-3v1h3v3.5H10V10zm2.5 8.5H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"})]
"FiveMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/five_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.five-mp-two-tone
"Imports @mui/icons-material/FiveMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def five-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zM10 10h3V9h-3V5.5h4.5V7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H10V10zm-4 3.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 10.5V9c0-.55-.45-1-1-1h-2V7h3V5.5H10V9h3v1h-3v1.5h3.5c.55 0 1-.45 1-1z"})]
"FiveMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fivteen_mp.cljs
================================================
(ns reagent-mui.icons.fivteen-mp
"Imports @mui/icons-material/FivteenMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fivteen-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zM16.5 7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H12V10h3V9h-3V5.5h4.5V7zm-1 7H17v1.5h-1.5z"})
"FivteenMp"))
================================================
FILE: src/icons/reagent_mui/icons/fivteen_mp_outlined.cljs
================================================
(ns reagent-mui.icons.fivteen-mp-outlined
"Imports @mui/icons-material/FivteenMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fivteen-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm8-1V9c0-.55-.45-1-1-1h-2V7h3V5.5H12V9h3v1h-3v1.5h3.5c.55 0 1-.45 1-1z"})]
"FivteenMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fivteen_mp_rounded.cljs
================================================
(ns reagent-mui.icons.fivteen-mp-rounded
"Imports @mui/icons-material/FivteenMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fivteen-mp-rounded (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.75 5.5H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C7.34 7 7 6.66 7 6.25s.34-.75.75-.75zm4.75 12.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zm-.5-7c0-.41.34-.75.75-.75H15V9h-2c-.55 0-1-.45-1-1V6.5c0-.55.45-1 1-1h2.75c.41 0 .75.34.75.75s-.34.75-.75.75H13.5v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1h-2.75c-.41 0-.75-.34-.75-.75zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"FivteenMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fivteen_mp_sharp.cljs
================================================
(ns reagent-mui.icons.fivteen-mp-sharp
"Imports @mui/icons-material/FivteenMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fivteen-mp-sharp (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm9 7h3V9h-3V5.5h4.5V7h-3v1h3v3.5H12V10zM7 5.5h3v6H8.5V7H7V5.5zm5.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"})]
"FivteenMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fivteen_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.fivteen-mp-two-tone
"Imports @mui/icons-material/FivteenMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fivteen-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zM12 10h3V9h-3V5.5h4.5V7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H12V10zM7 5.5h3v6H8.5V7H7V5.5zm-1 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm8-1V9c0-.55-.45-1-1-1h-2V7h3V5.5H12V9h3v1h-3v1.5h3.5c.55 0 1-.45 1-1z"})]
"FivteenMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flag.cljs
================================================
(ns reagent-mui.icons.flag
"Imports @mui/icons-material/Flag as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flag (create-svg-icon (e "path" #js {"d" "M14.4 6 14 4H5v17h2v-7h5.6l.4 2h7V6z"})
"Flag"))
================================================
FILE: src/icons/reagent_mui/icons/flag_circle.cljs
================================================
(ns reagent-mui.icons.flag-circle
"Imports @mui/icons-material/FlagCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flag-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6 13h-5l-1-2H9.5v5H8V7h6l1 2h3v6z"})
"FlagCircle"))
================================================
FILE: src/icons/reagent_mui/icons/flag_circle_outlined.cljs
================================================
(ns reagent-mui.icons.flag-circle-outlined
"Imports @mui/icons-material/FlagCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flag-circle-outlined (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}) (e "path" #js {"d" "m15 9-1-2H8v11h1.5v-5H12l1 2h5V9h-3zm1.5 4.5h-2.57l-1-2H9.5v-3h3.57l1 2h2.43v3z"})]
"FlagCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flag_circle_rounded.cljs
================================================
(ns reagent-mui.icons.flag-circle-rounded
"Imports @mui/icons-material/FlagCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flag-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 13h-3.38c-.38 0-.73-.21-.89-.55L12 13H9.5v4.25c0 .41-.34.75-.75.75S8 17.66 8 17.25V8c0-.55.45-1 1-1h4.38c.38 0 .73.21.89.55L15 9h2c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1z"})
"FlagCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flag_circle_sharp.cljs
================================================
(ns reagent-mui.icons.flag-circle-sharp
"Imports @mui/icons-material/FlagCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flag-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6 13h-5l-1-2H9.5v5H8V7h6l1 2h3v6z"})
"FlagCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flag_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.flag-circle-two-tone
"Imports @mui/icons-material/FlagCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flag-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm1 11-1-2H9.5v5H8V7h6l1 2h3v6h-5z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}) (e "path" #js {"d" "m15 9-1-2H8v11h1.5v-5H12l1 2h5V9h-3zm1.5 4.5h-2.57l-1-2H9.5v-3h3.57l1 2h2.43v3z"})]
"FlagCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flag_outlined.cljs
================================================
(ns reagent-mui.icons.flag-outlined
"Imports @mui/icons-material/FlagOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flag-outlined (create-svg-icon (e "path" #js {"d" "m12.36 6 .4 2H18v6h-3.36l-.4-2H7V6h5.36M14 4H5v17h2v-7h5.6l.4 2h7V6h-5.6L14 4z"})
"FlagOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flag_rounded.cljs
================================================
(ns reagent-mui.icons.flag-rounded
"Imports @mui/icons-material/FlagRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flag-rounded (create-svg-icon (e "path" #js {"d" "m14.4 6-.24-1.2c-.09-.46-.5-.8-.98-.8H6c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1s1-.45 1-1v-6h5.6l.24 1.2c.09.47.5.8.98.8H19c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1h-4.6z"})
"FlagRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flag_sharp.cljs
================================================
(ns reagent-mui.icons.flag-sharp
"Imports @mui/icons-material/FlagSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flag-sharp (create-svg-icon (e "path" #js {"d" "M14.4 6 14 4H5v17h2v-7h5.6l.4 2h7V6h-5.6z"})
"FlagSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flag_two_tone.cljs
================================================
(ns reagent-mui.icons.flag-two-tone
"Imports @mui/icons-material/FlagTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flag-two-tone (create-svg-icon [(e "path" #js {"d" "M12.36 6H7v6h7.24l.4 2H18V8h-5.24z", "opacity" ".3"}) (e "path" #js {"d" "M14.4 6 14 4H5v17h2v-7h5.6l.4 2h7V6h-5.6zm3.6 8h-3.36l-.4-2H7V6h5.36l.4 2H18v6z"})]
"FlagTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flaky.cljs
================================================
(ns reagent-mui.icons.flaky
"Imports @mui/icons-material/Flaky as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flaky (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "m14.05 17.58-.01.01-2.4-2.4 1.06-1.06 1.35 1.35L16.54 13l1.06 1.06-3.54 3.54-.01-.02zM12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM7.34 6.28l1.41 1.41 1.41-1.41 1.06 1.06-1.41 1.41 1.41 1.41-1.06 1.06-1.41-1.41-1.41 1.41-1.06-1.06 1.41-1.41-1.41-1.41 1.06-1.06zM12 20c-2.2 0-4.2-.9-5.7-2.3L17.7 6.3C19.1 7.8 20 9.8 20 12c0 4.4-3.6 8-8 8z"})
"Flaky"))
================================================
FILE: src/icons/reagent_mui/icons/flaky_outlined.cljs
================================================
(ns reagent-mui.icons.flaky-outlined
"Imports @mui/icons-material/FlakyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flaky-outlined (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "m14.05 17.58-.01.01-2.4-2.4 1.06-1.06 1.35 1.35L16.54 13l1.06 1.06-3.54 3.54-.01-.02zM12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM7.34 6.28l1.41 1.41 1.41-1.41 1.06 1.06-1.41 1.41 1.41 1.41-1.06 1.06-1.41-1.41-1.41 1.41-1.06-1.06 1.41-1.41-1.41-1.41 1.06-1.06zM12 20c-2.2 0-4.2-.9-5.7-2.3L17.7 6.3C19.1 7.8 20 9.8 20 12c0 4.4-3.6 8-8 8z"})
"FlakyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flaky_rounded.cljs
================================================
(ns reagent-mui.icons.flaky-rounded
"Imports @mui/icons-material/FlakyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flaky-rounded (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M12.16 15.72c-.29-.29-.29-.77 0-1.06.29-.29.77-.29 1.06 0l.82.82L16 13.52c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-2.65 2.65c-.19.19-.51.2-.7 0l-1.55-1.51zM12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM7.87 6.81l.88.88.88-.88c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-.88.88.88.88c.29.29.29.77 0 1.06-.29.29-.77.29-1.06 0l-.88-.88-.88.88c-.29.29-.77.29-1.06 0-.29-.29-.29-.77 0-1.06l.88-.88-.88-.88c-.29-.29-.29-.77 0-1.06.29-.3.76-.3 1.06 0zM12 20c-2.2 0-4.2-.9-5.7-2.3L17.7 6.3C19.1 7.8 20 9.8 20 12c0 4.4-3.6 8-8 8z"})
"FlakyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flaky_sharp.cljs
================================================
(ns reagent-mui.icons.flaky-sharp
"Imports @mui/icons-material/FlakySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flaky-sharp (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "m14.05 17.58-.01.01-2.4-2.4 1.06-1.06 1.35 1.35L16.54 13l1.06 1.06-3.54 3.54-.01-.02zM12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM7.34 6.28l1.41 1.41 1.41-1.41 1.06 1.06-1.41 1.41 1.41 1.41-1.06 1.06-1.41-1.41-1.41 1.41-1.06-1.06 1.41-1.41-1.41-1.41 1.06-1.06zM12 20c-2.2 0-4.2-.9-5.7-2.3L17.7 6.3C19.1 7.8 20 9.8 20 12c0 4.4-3.6 8-8 8z"})
"FlakySharp"))
================================================
FILE: src/icons/reagent_mui/icons/flaky_two_tone.cljs
================================================
(ns reagent-mui.icons.flaky-two-tone
"Imports @mui/icons-material/FlakyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flaky-two-tone (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "m14.05 17.58-.01.01-2.4-2.4 1.06-1.06 1.35 1.35L16.54 13l1.06 1.06-3.54 3.54-.01-.02zM12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM7.34 6.28l1.41 1.41 1.41-1.41 1.06 1.06-1.41 1.41 1.41 1.41-1.06 1.06-1.41-1.41-1.41 1.41-1.06-1.06 1.41-1.41-1.41-1.41 1.06-1.06zM12 20c-2.2 0-4.2-.9-5.7-2.3L17.7 6.3C19.1 7.8 20 9.8 20 12c0 4.4-3.6 8-8 8z"})
"FlakyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flare.cljs
================================================
(ns reagent-mui.icons.flare
"Imports @mui/icons-material/Flare as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flare (create-svg-icon (e "path" #js {"d" "M7 11H1v2h6v-2zm2.17-3.24L7.05 5.64 5.64 7.05l2.12 2.12 1.41-1.41zM13 1h-2v6h2V1zm5.36 6.05-1.41-1.41-2.12 2.12 1.41 1.41 2.12-2.12zM17 11v2h6v-2h-6zm-5-2c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm2.83 7.24 2.12 2.12 1.41-1.41-2.12-2.12-1.41 1.41zm-9.19.71 1.41 1.41 2.12-2.12-1.41-1.41-2.12 2.12zM11 23h2v-6h-2v6z"})
"Flare"))
================================================
FILE: src/icons/reagent_mui/icons/flare_outlined.cljs
================================================
(ns reagent-mui.icons.flare-outlined
"Imports @mui/icons-material/FlareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flare-outlined (create-svg-icon (e "path" #js {"d" "M7 11H1v2h6v-2zm2.17-3.24L7.05 5.64 5.64 7.05l2.12 2.12 1.41-1.41zM13 1h-2v6h2V1zm5.36 6.05-1.41-1.41-2.12 2.12 1.41 1.41 2.12-2.12zM17 11v2h6v-2h-6zm-5-2c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm2.83 7.24 2.12 2.12 1.41-1.41-2.12-2.12-1.41 1.41zm-9.19.71 1.41 1.41 2.12-2.12-1.41-1.41-2.12 2.12zM11 23h2v-6h-2v6z"})
"FlareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flare_rounded.cljs
================================================
(ns reagent-mui.icons.flare-rounded
"Imports @mui/icons-material/FlareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flare-rounded (create-svg-icon (e "path" #js {"d" "M6 11H2c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1zm2.47-3.94-.72-.72a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.71.71c.39.39 1.02.39 1.41 0 .39-.38.39-1.02.01-1.4zM12 1c-.56 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1zm5.66 5.35a.9959.9959 0 0 0-1.41 0l-.71.71c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l.71-.71c.38-.39.38-1.03 0-1.41zM17 12c0 .56.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1zm-5-3c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm3.53 7.94.71.71c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-.71-.71a.9959.9959 0 0 0-1.41 0c-.38.39-.38 1.03 0 1.41zm-9.19.71c.39.39 1.02.39 1.41 0l.71-.71c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-.71.71c-.38.39-.38 1.03 0 1.41zM12 23c.56 0 1-.45 1-1v-4c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1z"})
"FlareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flare_sharp.cljs
================================================
(ns reagent-mui.icons.flare-sharp
"Imports @mui/icons-material/FlareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flare-sharp (create-svg-icon (e "path" #js {"d" "M7 11H1v2h6v-2zm2.17-3.24L7.05 5.64 5.64 7.05l2.12 2.12 1.41-1.41zM13 1h-2v6h2V1zm5.36 6.05-1.41-1.41-2.12 2.12 1.41 1.41 2.12-2.12zM17 11v2h6v-2h-6zm-5-2c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm2.83 7.24 2.12 2.12 1.41-1.41-2.12-2.12-1.41 1.41zm-9.19.71 1.41 1.41 2.12-2.12-1.41-1.41-2.12 2.12zM11 23h2v-6h-2v6z"})
"FlareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flare_two_tone.cljs
================================================
(ns reagent-mui.icons.flare-two-tone
"Imports @mui/icons-material/FlareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flare-two-tone (create-svg-icon (e "path" #js {"d" "M5.644 7.05 7.05 5.645l2.123 2.122-1.408 1.407zM11 1h2v6h-2zm5.242 13.834 2.12 2.12-1.406 1.408-2.12-2.12zM14.834 7.76l2.12-2.123 1.41 1.407-2.123 2.122zm-5.668 8.482-2.122 2.12-1.407-1.406 2.122-2.122zM12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm-1 8h2v6h-2zM1 11h6v2H1zm16 0h6v2h-6z"})
"FlareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flash_auto.cljs
================================================
(ns reagent-mui.icons.flash-auto
"Imports @mui/icons-material/FlashAuto as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flash-auto (create-svg-icon (e "path" #js {"d" "M3 2v12h3v9l7-12H9l4-9H3zm16 0h-2l-3.2 9h1.9l.7-2h3.2l.7 2h1.9L19 2zm-2.15 5.65L18 4l1.15 3.65h-2.3z"})
"FlashAuto"))
================================================
FILE: src/icons/reagent_mui/icons/flash_auto_outlined.cljs
================================================
(ns reagent-mui.icons.flash-auto-outlined
"Imports @mui/icons-material/FlashAutoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flash-auto-outlined (create-svg-icon (e "path" #js {"d" "M3 2v12h3v9l7-12H9l4-9H3zm16 0h-2l-3.2 9h1.9l.7-2h3.2l.7 2h1.9L19 2zm-2.15 5.65L18 4l1.15 3.65h-2.3z"})
"FlashAutoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flash_auto_rounded.cljs
================================================
(ns reagent-mui.icons.flash-auto-rounded
"Imports @mui/icons-material/FlashAutoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flash-auto-rounded (create-svg-icon (e "path" #js {"d" "M3 3v10c0 .55.45 1 1 1h2v7.15c0 .51.67.69.93.25l5.19-8.9c.39-.67-.09-1.5-.86-1.5H9l3.38-7.59c.29-.67-.2-1.41-.92-1.41H4c-.55 0-1 .45-1 1zm15-1c-.6 0-1.13.38-1.34.94L14.22 9.8c-.2.59.23 1.2.85 1.2.38 0 .72-.24.84-.6L16.4 9h3.2l.49 1.4c.13.36.46.6.84.6.62 0 1.05-.61.84-1.19l-2.44-6.86C19.13 2.38 18.6 2 18 2zm-1.15 5.65L18 4l1.15 3.65h-2.3z"})
"FlashAutoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flash_auto_sharp.cljs
================================================
(ns reagent-mui.icons.flash-auto-sharp
"Imports @mui/icons-material/FlashAutoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flash-auto-sharp (create-svg-icon (e "path" #js {"d" "M3 2v12h3v9l7-12H9l4-9H3zm16 0h-2l-3.2 9h1.9l.7-2h3.2l.7 2h1.9L19 2zm-2.15 5.65L18 4l1.15 3.65h-2.3z"})
"FlashAutoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flash_auto_two_tone.cljs
================================================
(ns reagent-mui.icons.flash-auto-two-tone
"Imports @mui/icons-material/FlashAutoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flash-auto-two-tone (create-svg-icon (e "path" #js {"d" "M3 2v12h3v9l7-12H9l4-9zm14 0-3.2 9h1.9l.7-2h3.2l.7 2h1.9L19 2h-2zm-.15 5.65L18 4l1.15 3.65h-2.3z"})
"FlashAutoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flash_off.cljs
================================================
(ns reagent-mui.icons.flash-off
"Imports @mui/icons-material/FlashOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flash-off (create-svg-icon (e "path" #js {"d" "M3.27 3 2 4.27l5 5V13h3v9l3.58-6.14L17.73 20 19 18.73 3.27 3zM17 10h-4l4-8H7v2.18l8.46 8.46L17 10z"})
"FlashOff"))
================================================
FILE: src/icons/reagent_mui/icons/flash_off_outlined.cljs
================================================
(ns reagent-mui.icons.flash-off-outlined
"Imports @mui/icons-material/FlashOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flash-off-outlined (create-svg-icon (e "path" #js {"d" "M17 10h-3.61l2.28 2.28zm0-8H7v1.61l6.13 6.13zm-13.59.86L2 4.27l5 5V13h3v9l3.58-6.15L17.73 20l1.41-1.41z"})
"FlashOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flash_off_rounded.cljs
================================================
(ns reagent-mui.icons.flash-off-rounded
"Imports @mui/icons-material/FlashOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flash-off-rounded (create-svg-icon (e "path" #js {"d" "M16.12 11.5c.39-.67-.09-1.5-.86-1.5h-1.87l2.28 2.28.45-.78zm.16-8.05c.33-.67-.15-1.45-.9-1.45H8c-.55 0-1 .45-1 1v.61l6.13 6.13 3.15-6.29zm2.16 14.43L4.12 3.56a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L7 9.27V12c0 .55.45 1 1 1h2v7.15c0 .51.67.69.93.25l2.65-4.55 3.44 3.44c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41z"})
"FlashOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flash_off_sharp.cljs
================================================
(ns reagent-mui.icons.flash-off-sharp
"Imports @mui/icons-material/FlashOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flash-off-sharp (create-svg-icon (e "path" #js {"d" "M17 10h-3.61l2.28 2.28zm0-8H7v1.61l6.13 6.13zm-13.59.86L2 4.27l5 5V13h3v9l3.58-6.15L17.73 20l1.41-1.41z"})
"FlashOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flash_off_two_tone.cljs
================================================
(ns reagent-mui.icons.flash-off-two-tone
"Imports @mui/icons-material/FlashOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flash-off-two-tone (create-svg-icon (e "path" #js {"d" "M17 10h-3.61l2.28 2.28zm0-8H7v1.61l6.13 6.13zm-13.59.86L2 4.27l5 5V13h3v9l3.58-6.15L17.73 20l1.41-1.41z"})
"FlashOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flash_on.cljs
================================================
(ns reagent-mui.icons.flash-on
"Imports @mui/icons-material/FlashOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flash-on (create-svg-icon (e "path" #js {"d" "M7 2v11h3v9l7-12h-4l4-8z"})
"FlashOn"))
================================================
FILE: src/icons/reagent_mui/icons/flash_on_outlined.cljs
================================================
(ns reagent-mui.icons.flash-on-outlined
"Imports @mui/icons-material/FlashOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flash-on-outlined (create-svg-icon (e "path" #js {"d" "M7 2v11h3v9l7-12h-4l3-8z"})
"FlashOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flash_on_rounded.cljs
================================================
(ns reagent-mui.icons.flash-on-rounded
"Imports @mui/icons-material/FlashOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flash-on-rounded (create-svg-icon (e "path" #js {"d" "M7 3v9c0 .55.45 1 1 1h2v7.15c0 .51.67.69.93.25l5.19-8.9c.39-.67-.09-1.5-.86-1.5H13l2.49-6.65c.25-.65-.23-1.35-.93-1.35H8c-.55 0-1 .45-1 1z"})
"FlashOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flash_on_sharp.cljs
================================================
(ns reagent-mui.icons.flash-on-sharp
"Imports @mui/icons-material/FlashOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flash-on-sharp (create-svg-icon (e "path" #js {"d" "M7 2v11h3v9l7-12h-4l3-8z"})
"FlashOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flash_on_two_tone.cljs
================================================
(ns reagent-mui.icons.flash-on-two-tone
"Imports @mui/icons-material/FlashOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flash-on-two-tone (create-svg-icon (e "path" #js {"d" "M17 10h-4l3-8H7v11h3v9z"})
"FlashOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flashlight_off.cljs
================================================
(ns reagent-mui.icons.flashlight-off
"Imports @mui/icons-material/FlashlightOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flashlight-off (create-svg-icon (e "path" #js {"d" "M18 5V2H6v1.17L7.83 5zm-2 6 2-3V7H9.83L16 13.17zM2.81 2.81 1.39 4.22 8 10.83V22h8v-3.17l3.78 3.78 1.41-1.41L2.81 2.81z"})
"FlashlightOff"))
================================================
FILE: src/icons/reagent_mui/icons/flashlight_off_outlined.cljs
================================================
(ns reagent-mui.icons.flashlight-off-outlined
"Imports @mui/icons-material/FlashlightOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flashlight-off-outlined (create-svg-icon (e "path" #js {"d" "M2.81 2.81 1.39 4.22 8 10.83V22h8v-3.17l3.78 3.78 1.41-1.41L2.81 2.81zM14 20h-4v-7.17l4 4V20zm2-16v1H7.83l2 2H16v.39l-2 3.01v.77l2 2V11l2-3V2H6v1.17l.83.83z"})
"FlashlightOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flashlight_off_rounded.cljs
================================================
(ns reagent-mui.icons.flashlight-off-rounded
"Imports @mui/icons-material/FlashlightOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flashlight-off-rounded (create-svg-icon (e "path" #js {"d" "M18 5V4c0-1.1-.9-2-2-2H8c-.86 0-1.58.54-1.87 1.3L7.83 5H18zm-2 6 2-3V7H9.83L16 13.17zM2.1 3.51c-.39.39-.39 1.02 0 1.41l5.9 5.9V20c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-1.17l3.07 3.07c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0z"})
"FlashlightOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flashlight_off_sharp.cljs
================================================
(ns reagent-mui.icons.flashlight-off-sharp
"Imports @mui/icons-material/FlashlightOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flashlight-off-sharp (create-svg-icon (e "path" #js {"d" "M18 5V2H6v1.17L7.83 5zm-2 6 2-3V7H9.83L16 13.17zM2.81 2.81 1.39 4.22 8 10.83V22h8v-3.17l3.78 3.78 1.41-1.41L2.81 2.81z"})
"FlashlightOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flashlight_off_two_tone.cljs
================================================
(ns reagent-mui.icons.flashlight-off-two-tone
"Imports @mui/icons-material/FlashlightOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flashlight-off-two-tone (create-svg-icon [(e "path" #js {"d" "M16 7H9.83L14 11.17v-.77l2-3.01zm-6 5.83V20h4v-3.17zM16 5V4H6.83l1 1z", "opacity" ".3"}) (e "path" #js {"d" "M2.81 2.81 1.39 4.22 8 10.83V22h8v-3.17l3.78 3.78 1.41-1.41L2.81 2.81zM14 20h-4v-7.17l4 4V20zm2-16v1H7.83l2 2H16v.39l-2 3.01v.77l2 2V11l2-3V2H6v1.17l.83.83z"})]
"FlashlightOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flashlight_on.cljs
================================================
(ns reagent-mui.icons.flashlight-on
"Imports @mui/icons-material/FlashlightOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flashlight-on (create-svg-icon (e "path" #js {"d" "M6 2h12v3H6zm0 5v1l2 3v11h8V11l2-3V7H6zm6 8.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"FlashlightOn"))
================================================
FILE: src/icons/reagent_mui/icons/flashlight_on_outlined.cljs
================================================
(ns reagent-mui.icons.flashlight-on-outlined
"Imports @mui/icons-material/FlashlightOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flashlight-on-outlined (create-svg-icon [(e "path" #js {"d" "M18 2H6v6l2 3v11h8V11l2-3V2zm-2 2v1H8V4h8zm-2 6.4V20h-4v-9.61l-2-3V7h8v.39l-2 3.01z"}) (e "circle" #js {"cx" "12", "cy" "14", "r" "1.5"})]
"FlashlightOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flashlight_on_rounded.cljs
================================================
(ns reagent-mui.icons.flashlight-on-rounded
"Imports @mui/icons-material/FlashlightOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flashlight-on-rounded (create-svg-icon (e "path" #js {"d" "M6 4v1h12V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2zm0 3v1l2 3v9c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-9l2-3V7H6zm6 8.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"FlashlightOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flashlight_on_sharp.cljs
================================================
(ns reagent-mui.icons.flashlight-on-sharp
"Imports @mui/icons-material/FlashlightOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flashlight-on-sharp (create-svg-icon (e "path" #js {"d" "M6 2h12v3H6zm0 5v1l2 3v11h8V11l2-3V7H6zm6 8.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"FlashlightOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flashlight_on_two_tone.cljs
================================================
(ns reagent-mui.icons.flashlight-on-two-tone
"Imports @mui/icons-material/FlashlightOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flashlight-on-two-tone (create-svg-icon [(e "path" #js {"d" "m8 7.39 2 3V20h4v-9.6l2-3.01V7H8v.39zm4 5.11c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zM8 4h8v1H8z", "opacity" ".3"}) (e "path" #js {"d" "M6 2v6l2 3v11h8V11l2-3V2H6zm10 5.39-2 3.01V20h-4v-9.61l-2-3V7h8v.39zM16 5H8V4h8v1z"}) (e "circle" #js {"cx" "12", "cy" "14", "r" "1.5"})]
"FlashlightOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flatware.cljs
================================================
(ns reagent-mui.icons.flatware
"Imports @mui/icons-material/Flatware as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flatware (create-svg-icon (e "path" #js {"d" "M16 7.08c0 1.77-.84 3.25-2 3.82V21h-2V10.9c-1.16-.57-2-2.05-2-3.82C10.01 4.83 11.35 3 13 3c1.66 0 3 1.83 3 4.08zM17 3v18h2v-8h2V7c0-1.76-1.24-4-4-4zM8.28 3c-.4 0-.72.32-.72.72V7h-.84V3.72C6.72 3.32 6.4 3 6 3s-.72.32-.72.72V7h-.84V3.72c0-.4-.32-.72-.72-.72S3 3.32 3 3.72V9c0 1.1.9 2 2 2v10h2V11c1.1 0 2-.9 2-2V3.72c0-.4-.32-.72-.72-.72z"})
"Flatware"))
================================================
FILE: src/icons/reagent_mui/icons/flatware_outlined.cljs
================================================
(ns reagent-mui.icons.flatware-outlined
"Imports @mui/icons-material/FlatwareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flatware-outlined (create-svg-icon (e "path" #js {"d" "M16 7.08c0 1.77-.84 3.25-2 3.82V21h-2V10.9c-1.16-.57-2-2.05-2-3.82C10.01 4.83 11.35 3 13 3c1.66 0 3 1.83 3 4.08zM17 3v18h2v-8h2V7c0-1.76-1.24-4-4-4zM8.28 3c-.4 0-.72.32-.72.72V7h-.84V3.72C6.72 3.32 6.4 3 6 3s-.72.32-.72.72V7h-.84V3.72c0-.4-.32-.72-.72-.72S3 3.32 3 3.72V9c0 1.1.9 2 2 2v10h2V11c1.1 0 2-.9 2-2V3.72c0-.4-.32-.72-.72-.72z"})
"FlatwareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flatware_rounded.cljs
================================================
(ns reagent-mui.icons.flatware-rounded
"Imports @mui/icons-material/FlatwareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flatware-rounded (create-svg-icon (e "path" #js {"d" "M16 7.08c0 1.77-.84 3.25-2 3.82V20c0 .55-.45 1-1 1s-1-.45-1-1v-9.1c-1.16-.57-2-2.05-2-3.82C10.01 4.83 11.35 3 13 3c1.66 0 3 1.83 3 4.08zm2.27-3.9c-.63-.19-1.27.31-1.27.97V20c0 .55.45 1 1 1s1-.45 1-1v-7h1c.55 0 1-.45 1-1V7c0-1.46-.86-3.26-2.73-3.82zM8.28 3c-.4 0-.72.32-.72.72V7h-.84V3.72C6.72 3.32 6.4 3 6 3s-.72.32-.72.72V7h-.84V3.72c0-.4-.32-.72-.72-.72S3 3.32 3 3.72V9c0 1.1.9 2 2 2v9c0 .55.45 1 1 1s1-.45 1-1v-9c1.1 0 2-.9 2-2V3.72c0-.4-.32-.72-.72-.72z"})
"FlatwareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flatware_sharp.cljs
================================================
(ns reagent-mui.icons.flatware-sharp
"Imports @mui/icons-material/FlatwareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flatware-sharp (create-svg-icon (e "path" #js {"d" "M16 7.08c0 1.77-.84 3.25-2 3.82V21h-2V10.9c-1.16-.57-2-2.05-2-3.82C10.01 4.83 11.35 3 13 3c1.66 0 3 1.83 3 4.08zM17 3v18h2v-8h2V7c0-1.76-1.24-4-4-4zM8.28 3h-.72v4h-.84V3H5.28v4h-.84V3H3v8h2v10h2V11h2V3h-.72z"})
"FlatwareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flatware_two_tone.cljs
================================================
(ns reagent-mui.icons.flatware-two-tone
"Imports @mui/icons-material/FlatwareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flatware-two-tone (create-svg-icon (e "path" #js {"d" "M16 7.08c0 1.77-.84 3.25-2 3.82V21h-2V10.9c-1.16-.57-2-2.05-2-3.82C10.01 4.83 11.35 3 13 3c1.66 0 3 1.83 3 4.08zM17 3v18h2v-8h2V7c0-1.76-1.24-4-4-4zM8.28 3c-.4 0-.72.32-.72.72V7h-.84V3.72C6.72 3.32 6.4 3 6 3s-.72.32-.72.72V7h-.84V3.72c0-.4-.32-.72-.72-.72S3 3.32 3 3.72V9c0 1.1.9 2 2 2v10h2V11c1.1 0 2-.9 2-2V3.72c0-.4-.32-.72-.72-.72z"})
"FlatwareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flight.cljs
================================================
(ns reagent-mui.icons.flight
"Imports @mui/icons-material/Flight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight (create-svg-icon (e "path" #js {"d" "M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z"})
"Flight"))
================================================
FILE: src/icons/reagent_mui/icons/flight_class.cljs
================================================
(ns reagent-mui.icons.flight-class
"Imports @mui/icons-material/FlightClass as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-class (create-svg-icon (e "path" #js {"d" "M16 4h-2c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM9.5 16H18v2H9.49c-.88 0-1.66-.58-1.92-1.43L5 8V4h2v4l2.5 8zM8 19h10v2H8v-2z"})
"FlightClass"))
================================================
FILE: src/icons/reagent_mui/icons/flight_class_outlined.cljs
================================================
(ns reagent-mui.icons.flight-class-outlined
"Imports @mui/icons-material/FlightClassOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-class-outlined (create-svg-icon (e "path" #js {"d" "M16 4h-2c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 7h-2V6h2v5zm-6.5 5H18v2H9.49c-.88 0-1.66-.58-1.92-1.43L5 8V4h2v4l2.5 8zM8 19h10v2H8v-2z"})
"FlightClassOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flight_class_rounded.cljs
================================================
(ns reagent-mui.icons.flight-class-rounded
"Imports @mui/icons-material/FlightClassRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-class-rounded (create-svg-icon (e "path" #js {"d" "M16 4h-2c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM6 4c.55 0 1 .45 1 1v3l2.5 8H17c.55 0 1 .45 1 1s-.45 1-1 1H9.49c-.88 0-1.66-.58-1.92-1.43L5.08 8.28C5.03 8.09 5 7.9 5 7.71V5c0-.55.45-1 1-1zm12 16c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1z"})
"FlightClassRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flight_class_sharp.cljs
================================================
(ns reagent-mui.icons.flight-class-sharp
"Imports @mui/icons-material/FlightClassSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-class-sharp (create-svg-icon (e "path" #js {"d" "M18 4h-6v9h6V4zM9.5 16H18v2H8L5 8V4h2v4l2.5 8zM8 19h10v2H8v-2z"})
"FlightClassSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flight_class_two_tone.cljs
================================================
(ns reagent-mui.icons.flight-class-two-tone
"Imports @mui/icons-material/FlightClassTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-class-two-tone (create-svg-icon [(e "path" #js {"d" "M14 6h2v5h-2z", "opacity" ".3"}) (e "path" #js {"d" "M16 4h-2c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 7h-2V6h2v5zm-6.5 5H18v2H9.49c-.88 0-1.66-.58-1.92-1.43L5 8V4h2v4l2.5 8zM8 19h10v2H8v-2z"})]
"FlightClassTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flight_land.cljs
================================================
(ns reagent-mui.icons.flight-land
"Imports @mui/icons-material/FlightLand as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-land (create-svg-icon (e "path" #js {"d" "M2.5 19h19v2h-19v-2zm16.84-3.15c.8.21 1.62-.26 1.84-1.06.21-.8-.26-1.62-1.06-1.84l-5.31-1.42-2.76-9.02L10.12 2v8.28L5.15 8.95l-.93-2.32-1.45-.39v5.17l16.57 4.44z"})
"FlightLand"))
================================================
FILE: src/icons/reagent_mui/icons/flight_land_outlined.cljs
================================================
(ns reagent-mui.icons.flight-land-outlined
"Imports @mui/icons-material/FlightLandOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-land-outlined (create-svg-icon (e "path" #js {"d" "M2.5 19h19v2h-19v-2zm16.84-3.15c.8.21 1.62-.26 1.84-1.06.21-.8-.26-1.62-1.06-1.84l-5.31-1.42-2.76-9.02L10.12 2v8.28L5.15 8.95l-.93-2.32-1.45-.39v5.17l16.57 4.44z"})
"FlightLandOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flight_land_rounded.cljs
================================================
(ns reagent-mui.icons.flight-land-rounded
"Imports @mui/icons-material/FlightLandRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-land-rounded (create-svg-icon (e "path" #js {"d" "M20.5 19h-17c-.55 0-1 .45-1 1s.45 1 1 1h17c.55 0 1-.45 1-1s-.45-1-1-1zM3.51 11.61l15.83 4.24c.8.21 1.62-.26 1.84-1.06.21-.8-.26-1.62-1.06-1.84l-5.31-1.42-2.58-8.45c-.11-.36-.39-.63-.75-.73-.68-.18-1.35.33-1.35 1.04v6.88L5.15 8.95 4.4 7.09c-.12-.29-.36-.51-.67-.59l-.33-.09c-.32-.09-.63.15-.63.48v3.75c0 .46.3.85.74.97z"})
"FlightLandRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flight_land_sharp.cljs
================================================
(ns reagent-mui.icons.flight-land-sharp
"Imports @mui/icons-material/FlightLandSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-land-sharp (create-svg-icon (e "path" #js {"d" "M2.5 19h19v2h-19v-2zm16.84-3.15c.8.21 1.62-.26 1.84-1.06.21-.8-.26-1.62-1.06-1.84l-5.31-1.42-2.76-9.02L10.12 2v8.28L5.15 8.95l-.93-2.32-1.45-.39v5.17l16.57 4.44z"})
"FlightLandSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flight_land_two_tone.cljs
================================================
(ns reagent-mui.icons.flight-land-two-tone
"Imports @mui/icons-material/FlightLandTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-land-two-tone (create-svg-icon (e "path" #js {"d" "M2.5 19h19v2h-19v-2zm16.84-3.15c.8.21 1.62-.26 1.84-1.06.21-.8-.26-1.62-1.06-1.84l-5.31-1.42-2.76-9.02L10.12 2v8.28L5.15 8.95l-.93-2.32-1.45-.39v5.17l16.57 4.44z"})
"FlightLandTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flight_outlined.cljs
================================================
(ns reagent-mui.icons.flight-outlined
"Imports @mui/icons-material/FlightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-outlined (create-svg-icon (e "path" #js {"d" "M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z"})
"FlightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flight_rounded.cljs
================================================
(ns reagent-mui.icons.flight-rounded
"Imports @mui/icons-material/FlightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-rounded (create-svg-icon (e "path" #js {"d" "M21 14.58c0-.36-.19-.69-.49-.89L13 9V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-7.51 4.69c-.3.19-.49.53-.49.89 0 .7.68 1.21 1.36 1L10 13.5V19l-1.8 1.35c-.13.09-.2.24-.2.4v.59c0 .33.32.57.64.48L11.5 21l2.86.82c.32.09.64-.15.64-.48v-.59c0-.16-.07-.31-.2-.4L13 19v-5.5l6.64 2.08c.68.21 1.36-.3 1.36-1z"})
"FlightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flight_sharp.cljs
================================================
(ns reagent-mui.icons.flight-sharp
"Imports @mui/icons-material/FlightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-sharp (create-svg-icon (e "path" #js {"d" "M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z"})
"FlightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flight_takeoff.cljs
================================================
(ns reagent-mui.icons.flight-takeoff
"Imports @mui/icons-material/FlightTakeoff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-takeoff (create-svg-icon (e "path" #js {"d" "M2.5 19h19v2h-19v-2zm19.57-9.36c-.21-.8-1.04-1.28-1.84-1.06L14.92 10l-6.9-6.43-1.93.51 4.14 7.17-4.97 1.33-1.97-1.54-1.45.39 2.59 4.49s7.12-1.9 16.57-4.43c.81-.23 1.28-1.05 1.07-1.85z"})
"FlightTakeoff"))
================================================
FILE: src/icons/reagent_mui/icons/flight_takeoff_outlined.cljs
================================================
(ns reagent-mui.icons.flight-takeoff-outlined
"Imports @mui/icons-material/FlightTakeoffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-takeoff-outlined (create-svg-icon (e "path" #js {"d" "M2.5 19h19v2h-19v-2zm19.57-9.36c-.21-.8-1.04-1.28-1.84-1.06L14.92 10l-6.9-6.43-1.93.51 4.14 7.17-4.97 1.33-1.97-1.54-1.45.39 2.59 4.49L21 11.49c.81-.23 1.28-1.05 1.07-1.85z"})
"FlightTakeoffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flight_takeoff_rounded.cljs
================================================
(ns reagent-mui.icons.flight-takeoff-rounded
"Imports @mui/icons-material/FlightTakeoffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-takeoff-rounded (create-svg-icon (e "path" #js {"d" "M20.5 19h-17c-.55 0-1 .45-1 1s.45 1 1 1h17c.55 0 1-.45 1-1s-.45-1-1-1zm1.57-9.36c-.22-.8-1.04-1.27-1.84-1.06L14.92 10 8.46 3.98c-.27-.26-.66-.35-1.02-.25-.68.19-1 .97-.65 1.58l3.44 5.96-4.97 1.33-1.57-1.24c-.25-.19-.57-.26-.88-.18l-.33.09c-.32.08-.47.45-.3.73l1.88 3.25c.23.39.69.58 1.12.47L21 11.48c.8-.22 1.28-1.04 1.07-1.84z"})
"FlightTakeoffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flight_takeoff_sharp.cljs
================================================
(ns reagent-mui.icons.flight-takeoff-sharp
"Imports @mui/icons-material/FlightTakeoffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-takeoff-sharp (create-svg-icon (e "path" #js {"d" "M2.5 19h19v2h-19v-2zm19.57-9.36c-.21-.8-1.04-1.28-1.84-1.06L14.92 10l-6.9-6.43-1.93.51 4.14 7.17-4.97 1.33-1.97-1.54-1.45.39 1.82 3.16.77 1.33L21 11.49c.81-.23 1.28-1.05 1.07-1.85z"})
"FlightTakeoffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flight_takeoff_two_tone.cljs
================================================
(ns reagent-mui.icons.flight-takeoff-two-tone
"Imports @mui/icons-material/FlightTakeoffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-takeoff-two-tone (create-svg-icon (e "path" #js {"d" "M2.5 19h19v2h-19v-2zm19.57-9.36c-.21-.8-1.04-1.28-1.84-1.06L14.92 10l-6.9-6.43-1.93.51 4.14 7.17-4.97 1.33-1.97-1.54-1.45.39 2.59 4.49L21 11.49c.81-.23 1.28-1.05 1.07-1.85z"})
"FlightTakeoffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flight_two_tone.cljs
================================================
(ns reagent-mui.icons.flight-two-tone
"Imports @mui/icons-material/FlightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flight-two-tone (create-svg-icon (e "path" #js {"d" "m10 19-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19z"})
"FlightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flip.cljs
================================================
(ns reagent-mui.icons.flip
"Imports @mui/icons-material/Flip as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip (create-svg-icon (e "path" #js {"d" "M15 21h2v-2h-2v2zm4-12h2V7h-2v2zM3 5v14c0 1.1.9 2 2 2h4v-2H5V5h4V3H5c-1.1 0-2 .9-2 2zm16-2v2h2c0-1.1-.9-2-2-2zm-8 20h2V1h-2v22zm8-6h2v-2h-2v2zM15 5h2V3h-2v2zm4 8h2v-2h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2z"})
"Flip"))
================================================
FILE: src/icons/reagent_mui/icons/flip_camera_android.cljs
================================================
(ns reagent-mui.icons.flip-camera-android
"Imports @mui/icons-material/FlipCameraAndroid as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-camera-android (create-svg-icon [(e "path" #js {"d" "M9 12c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"}) (e "path" #js {"d" "M8 10V8H5.09C6.47 5.61 9.05 4 12 4c3.72 0 6.85 2.56 7.74 6h2.06c-.93-4.56-4.96-8-9.8-8-3.27 0-6.18 1.58-8 4.01V4H2v6h6zm8 4v2h2.91c-1.38 2.39-3.96 4-6.91 4-3.72 0-6.85-2.56-7.74-6H2.2c.93 4.56 4.96 8 9.8 8 3.27 0 6.18-1.58 8-4.01V20h2v-6h-6z"})]
"FlipCameraAndroid"))
================================================
FILE: src/icons/reagent_mui/icons/flip_camera_android_outlined.cljs
================================================
(ns reagent-mui.icons.flip-camera-android-outlined
"Imports @mui/icons-material/FlipCameraAndroidOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-camera-android-outlined (create-svg-icon [(e "path" #js {"d" "M9 12c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3zm4 0c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1z"}) (e "path" #js {"d" "M8 10V8H5.09C6.47 5.61 9.05 4 12 4c3.72 0 6.85 2.56 7.74 6h2.06c-.93-4.56-4.96-8-9.8-8-3.27 0-6.18 1.58-8 4.01V4H2v6h6zm8 4v2h2.91c-1.38 2.39-3.96 4-6.91 4-3.72 0-6.85-2.56-7.74-6H2.2c.93 4.56 4.96 8 9.8 8 3.27 0 6.18-1.58 8-4.01V20h2v-6h-6z"})]
"FlipCameraAndroidOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flip_camera_android_rounded.cljs
================================================
(ns reagent-mui.icons.flip-camera-android-rounded
"Imports @mui/icons-material/FlipCameraAndroidRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-camera-android-rounded (create-svg-icon [(e "path" #js {"d" "M9 12c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"}) (e "path" #js {"d" "M8 9c0-.55-.45-1-1-1H5.09C6.47 5.61 9.05 4 12 4c3.49 0 6.45 2.24 7.54 5.36.14.39.53.64.94.64.68 0 1.18-.67.96-1.31C20.07 4.79 16.36 2 12 2 8.73 2 5.82 3.58 4 6.01V5c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1zm8 6c0 .55.45 1 1 1h1.91c-1.38 2.39-3.96 4-6.91 4-3.49 0-6.45-2.24-7.54-5.36-.14-.39-.53-.64-.94-.64-.68 0-1.18.67-.96 1.31C3.93 19.21 7.64 22 12 22c3.27 0 6.18-1.58 8-4.01V19c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1z"})]
"FlipCameraAndroidRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flip_camera_android_sharp.cljs
================================================
(ns reagent-mui.icons.flip-camera-android-sharp
"Imports @mui/icons-material/FlipCameraAndroidSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-camera-android-sharp (create-svg-icon [(e "path" #js {"d" "M9 12c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"}) (e "path" #js {"d" "M8 10V8H5.09C6.47 5.61 9.05 4 12 4c3.72 0 6.85 2.56 7.74 6h2.06c-.93-4.56-4.96-8-9.8-8-3.27 0-6.18 1.58-8 4.01V4H2v6h6zm8 4v2h2.91c-1.38 2.39-3.96 4-6.91 4-3.72 0-6.85-2.56-7.74-6H2.2c.93 4.56 4.96 8 9.8 8 3.27 0 6.18-1.58 8-4.01V20h2v-6h-6z"})]
"FlipCameraAndroidSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flip_camera_android_two_tone.cljs
================================================
(ns reagent-mui.icons.flip-camera-android-two-tone
"Imports @mui/icons-material/FlipCameraAndroidTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-camera-android-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M9 12c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3zm4 0c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1z"}) (e "path" #js {"d" "M8 8H5.09C6.47 5.61 9.05 4 12 4c3.72 0 6.85 2.56 7.74 6h2.06c-.93-4.56-4.96-8-9.8-8-3.27 0-6.18 1.58-8 4.01V4H2v6h6V8zm8 6v2h2.91c-1.38 2.39-3.96 4-6.91 4-3.72 0-6.85-2.56-7.74-6H2.2c.93 4.56 4.96 8 9.8 8 3.27 0 6.18-1.58 8-4.01V20h2v-6h-6z"})]
"FlipCameraAndroidTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flip_camera_ios.cljs
================================================
(ns reagent-mui.icons.flip-camera-ios
"Imports @mui/icons-material/FlipCameraIos as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-camera-ios (create-svg-icon (e "path" #js {"d" "M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-8 13c-2.76 0-5-2.24-5-5H5l2.5-2.5L10 13H8c0 2.21 1.79 4 4 4 .58 0 1.13-.13 1.62-.35l.74.74c-.71.37-1.5.61-2.36.61zm4.5-2.5L14 13h2c0-2.21-1.79-4-4-4-.58 0-1.13.13-1.62.35l-.74-.73C10.35 8.24 11.14 8 12 8c2.76 0 5 2.24 5 5h2l-2.5 2.5z"})
"FlipCameraIos"))
================================================
FILE: src/icons/reagent_mui/icons/flip_camera_ios_outlined.cljs
================================================
(ns reagent-mui.icons.flip-camera-ios-outlined
"Imports @mui/icons-material/FlipCameraIosOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-camera-ios-outlined (create-svg-icon [(e "path" #js {"d" "M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14H4V7h4.05l.59-.65L9.88 5h4.24l1.24 1.35.59.65H20v12z"}) (e "path" #js {"d" "M12 17c-2.21 0-4-1.79-4-4h2l-2.5-2.5L5 13h2c0 2.76 2.24 5 5 5 .86 0 1.65-.24 2.36-.62l-.74-.74c-.49.23-1.04.36-1.62.36zm0-9c-.86 0-1.65.24-2.36.62l.74.73C10.87 9.13 11.42 9 12 9c2.21 0 4 1.79 4 4h-2l2.5 2.5L19 13h-2c0-2.76-2.24-5-5-5z"})]
"FlipCameraIosOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flip_camera_ios_rounded.cljs
================================================
(ns reagent-mui.icons.flip-camera-ios-rounded
"Imports @mui/icons-material/FlipCameraIosRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-camera-ios-rounded (create-svg-icon (e "path" #js {"d" "M20 5h-3.17l-1.24-1.35c-.37-.41-.91-.65-1.47-.65H9.88c-.56 0-1.1.24-1.48.65L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-6.33 12.7c-.52.19-1.08.3-1.67.3-2.76 0-5-2.24-5-5H5l2.5-2.5L10 13H8c0 2.21 1.79 4 4 4 .46 0 .91-.08 1.32-.23.19-.07.39-.03.53.11.26.26.16.69-.18.82zm2.83-2.2L14 13h2c0-2.21-1.79-4-4-4-.46 0-.91.08-1.32.23-.19.07-.39.03-.53-.11-.26-.26-.16-.69.18-.82.52-.19 1.08-.3 1.67-.3 2.76 0 5 2.24 5 5h2l-2.5 2.5z"})
"FlipCameraIosRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flip_camera_ios_sharp.cljs
================================================
(ns reagent-mui.icons.flip-camera-ios-sharp
"Imports @mui/icons-material/FlipCameraIosSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-camera-ios-sharp (create-svg-icon (e "path" #js {"d" "M16.83 5 15 3H9L7.17 5H2v16h20V5h-5.17zM12 18c-2.76 0-5-2.24-5-5H5l2.5-2.5L10 13H8c0 2.21 1.79 4 4 4 .58 0 1.13-.13 1.62-.35l.74.74c-.71.37-1.5.61-2.36.61zm4.5-2.5L14 13h2c0-2.21-1.79-4-4-4-.58 0-1.13.13-1.62.35l-.74-.73C10.35 8.24 11.14 8 12 8c2.76 0 5 2.24 5 5h2l-2.5 2.5z"})
"FlipCameraIosSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flip_camera_ios_two_tone.cljs
================================================
(ns reagent-mui.icons.flip-camera-ios-two-tone
"Imports @mui/icons-material/FlipCameraIosTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-camera-ios-two-tone (create-svg-icon [(e "path" #js {"d" "M14.12 5H9.88L8.05 7H4v12h16V7h-4.05l-1.83-2zM12 18c-2.76 0-5-2.24-5-5H5l2.49-2.49.01-.01L10 13H8c0 2.21 1.79 4 4 4 .58 0 1.13-.13 1.62-.35l.74.74c-.71.37-1.5.61-2.36.61zm7-5-2.49 2.49-.01.01L14 13h2c0-2.21-1.79-4-4-4-.58 0-1.13.13-1.62.35l-.74-.73C10.35 8.24 11.14 8 12 8c2.76 0 5 2.24 5 5h2z", "opacity" ".3"}) (e "path" #js {"d" "M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14H4V7h4.05l1.83-2h4.24l1.83 2H20v12z"}) (e "path" #js {"d" "M12 17c-2.21 0-4-1.79-4-4h2l-2.5-2.5-.01.01L5 13h2c0 2.76 2.24 5 5 5 .86 0 1.65-.24 2.36-.62l-.74-.74c-.49.23-1.04.36-1.62.36zm0-9c-.86 0-1.65.24-2.36.62l.74.73C10.87 9.13 11.42 9 12 9c2.21 0 4 1.79 4 4h-2l2.5 2.5.01-.01L19 13h-2c0-2.76-2.24-5-5-5z"})]
"FlipCameraIosTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flip_outlined.cljs
================================================
(ns reagent-mui.icons.flip-outlined
"Imports @mui/icons-material/FlipOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-outlined (create-svg-icon (e "path" #js {"d" "M15 21h2v-2h-2v2zm4-12h2V7h-2v2zM3 5v14c0 1.1.9 2 2 2h4v-2H5V5h4V3H5c-1.1 0-2 .9-2 2zm16-2v2h2c0-1.1-.9-2-2-2zm-8 20h2V1h-2v22zm8-6h2v-2h-2v2zM15 5h2V3h-2v2zm4 8h2v-2h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2z"})
"FlipOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flip_rounded.cljs
================================================
(ns reagent-mui.icons.flip-rounded
"Imports @mui/icons-material/FlipRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-rounded (create-svg-icon (e "path" #js {"d" "M15 21h2v-2h-2v2zm4-12h2V7h-2v2zM3 5v14c0 1.1.9 2 2 2h3c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h2c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2zm16-2v2h2c0-1.1-.9-2-2-2zm-7 20c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1v20c0 .55.45 1 1 1zm7-6h2v-2h-2v2zM15 5h2V3h-2v2zm4 8h2v-2h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2z"})
"FlipRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flip_sharp.cljs
================================================
(ns reagent-mui.icons.flip-sharp
"Imports @mui/icons-material/FlipSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-sharp (create-svg-icon (e "path" #js {"d" "M15 21h2v-2h-2v2zm4-12h2V7h-2v2zM3 3v18h6v-2H5V5h4V3H3zm16 0v2h2V3h-2zm-8 20h2V1h-2v22zm8-6h2v-2h-2v2zM15 5h2V3h-2v2zm4 8h2v-2h-2v2zm0 8h2v-2h-2v2z"})
"FlipSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flip_to_back.cljs
================================================
(ns reagent-mui.icons.flip-to-back
"Imports @mui/icons-material/FlipToBack as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-to-back (create-svg-icon (e "path" #js {"d" "M9 7H7v2h2V7zm0 4H7v2h2v-2zm0-8c-1.11 0-2 .9-2 2h2V3zm4 12h-2v2h2v-2zm6-12v2h2c0-1.1-.9-2-2-2zm-6 0h-2v2h2V3zM9 17v-2H7c0 1.1.89 2 2 2zm10-4h2v-2h-2v2zm0-4h2V7h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2zM5 7H3v12c0 1.1.89 2 2 2h12v-2H5V7zm10-2h2V3h-2v2zm0 12h2v-2h-2v2z"})
"FlipToBack"))
================================================
FILE: src/icons/reagent_mui/icons/flip_to_back_outlined.cljs
================================================
(ns reagent-mui.icons.flip-to-back-outlined
"Imports @mui/icons-material/FlipToBackOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-to-back-outlined (create-svg-icon (e "path" #js {"d" "M9 7H7v2h2V7zm0 4H7v2h2v-2zm0-8c-1.11 0-2 .9-2 2h2V3zm4 12h-2v2h2v-2zm6-12v2h2c0-1.1-.9-2-2-2zm-6 0h-2v2h2V3zM9 17v-2H7c0 1.1.89 2 2 2zm10-4h2v-2h-2v2zm0-4h2V7h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2zM5 7H3v12c0 1.1.89 2 2 2h12v-2H5V7zm10-2h2V3h-2v2zm0 12h2v-2h-2v2z"})
"FlipToBackOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flip_to_back_rounded.cljs
================================================
(ns reagent-mui.icons.flip-to-back-rounded
"Imports @mui/icons-material/FlipToBackRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-to-back-rounded (create-svg-icon (e "path" #js {"d" "M9 7H7v2h2V7zm0 4H7v2h2v-2zm0-8c-1.11 0-2 .9-2 2h2V3zm4 12h-2v2h2v-2zm6-12v2h2c0-1.1-.9-2-2-2zm-6 0h-2v2h2V3zM9 17v-2H7c0 1.1.89 2 2 2zm10-4h2v-2h-2v2zm0-4h2V7h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2zM4 7c-.55 0-1 .45-1 1v11c0 1.1.9 2 2 2h11c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1-.45-1-1V8c0-.55-.45-1-1-1zm11-2h2V3h-2v2zm0 12h2v-2h-2v2z"})
"FlipToBackRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flip_to_back_sharp.cljs
================================================
(ns reagent-mui.icons.flip-to-back-sharp
"Imports @mui/icons-material/FlipToBackSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-to-back-sharp (create-svg-icon (e "path" #js {"d" "M9 7H7v2h2V7zm0 4H7v2h2v-2zm4 4h-2v2h2v-2zm0-12h-2v2h2V3zM9 3H7v2h2V3zm12 0h-2v2h2V3zm0 12h-2v2h2v-2zM9 15H7v2h2v-2zm10-2h2v-2h-2v2zm0-4h2V7h-2v2zM5 7H3v14h14v-2H5V7zm10-2h2V3h-2v2zm0 12h2v-2h-2v2z"})
"FlipToBackSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flip_to_back_two_tone.cljs
================================================
(ns reagent-mui.icons.flip-to-back-two-tone
"Imports @mui/icons-material/FlipToBackTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-to-back-two-tone (create-svg-icon (e "path" #js {"d" "M9 7H7v2h2V7zm0 4H7v2h2v-2zm0-8c-1.11 0-2 .9-2 2h2V3zm4 12h-2v2h2v-2zm6-12v2h2c0-1.1-.9-2-2-2zm-6 0h-2v2h2V3zM9 17v-2H7c0 1.1.89 2 2 2zm10-4h2v-2h-2v2zm0-4h2V7h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2zM5 7H3v12c0 1.1.89 2 2 2h12v-2H5V7zm10-2h2V3h-2v2zm0 12h2v-2h-2v2z"})
"FlipToBackTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flip_to_front.cljs
================================================
(ns reagent-mui.icons.flip-to-front
"Imports @mui/icons-material/FlipToFront as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-to-front (create-svg-icon (e "path" #js {"d" "M3 13h2v-2H3v2zm0 4h2v-2H3v2zm2 4v-2H3c0 1.1.89 2 2 2zM3 9h2V7H3v2zm12 12h2v-2h-2v2zm4-18H9c-1.11 0-2 .9-2 2v10c0 1.1.89 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 12H9V5h10v10zm-8 6h2v-2h-2v2zm-4 0h2v-2H7v2z"})
"FlipToFront"))
================================================
FILE: src/icons/reagent_mui/icons/flip_to_front_outlined.cljs
================================================
(ns reagent-mui.icons.flip-to-front-outlined
"Imports @mui/icons-material/FlipToFrontOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-to-front-outlined (create-svg-icon (e "path" #js {"d" "M3 13h2v-2H3v2zm0 4h2v-2H3v2zm2 4v-2H3c0 1.1.89 2 2 2zM3 9h2V7H3v2zm12 12h2v-2h-2v2zm4-18H9c-1.11 0-2 .9-2 2v10c0 1.1.89 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 12H9V5h10v10zm-8 6h2v-2h-2v2zm-4 0h2v-2H7v2z"})
"FlipToFrontOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flip_to_front_rounded.cljs
================================================
(ns reagent-mui.icons.flip-to-front-rounded
"Imports @mui/icons-material/FlipToFrontRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-to-front-rounded (create-svg-icon (e "path" #js {"d" "M3 13h2v-2H3v2zm0 4h2v-2H3v2zm2 4v-2H3c0 1.1.89 2 2 2zM3 9h2V7H3v2zm12 12h2v-2h-2v2zm4-18H9c-1.11 0-2 .9-2 2v10c0 1.1.89 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 12h-8c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h8c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1zm-7 6h2v-2h-2v2zm-4 0h2v-2H7v2z"})
"FlipToFrontRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flip_to_front_sharp.cljs
================================================
(ns reagent-mui.icons.flip-to-front-sharp
"Imports @mui/icons-material/FlipToFrontSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-to-front-sharp (create-svg-icon (e "path" #js {"d" "M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm12 12h2v-2h-2v2zm6-18H7v14h14V3zm-2 12H9V5h10v10zm-8 6h2v-2h-2v2zm-4 0h2v-2H7v2zm-4 0h2v-2H3v2z"})
"FlipToFrontSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flip_to_front_two_tone.cljs
================================================
(ns reagent-mui.icons.flip-to-front-two-tone
"Imports @mui/icons-material/FlipToFrontTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-to-front-two-tone (create-svg-icon (e "path" #js {"d" "M3 13h2v-2H3v2zm0 4h2v-2H3v2zm2 4v-2H3c0 1.1.89 2 2 2zM3 9h2V7H3v2zm12 12h2v-2h-2v2zm4-18H9c-1.11 0-2 .9-2 2v10c0 1.1.89 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 12H9V5h10v10zm-8 6h2v-2h-2v2zm-4 0h2v-2H7v2z"})
"FlipToFrontTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flip_two_tone.cljs
================================================
(ns reagent-mui.icons.flip-two-tone
"Imports @mui/icons-material/FlipTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flip-two-tone (create-svg-icon (e "path" #js {"d" "M19 7h2v2h-2zm0 14c1.1 0 2-.9 2-2h-2v2zm0-6h2v2h-2zm0-4h2v2h-2zM9 5V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h4v-2H5V5h4zm10-2v2h2c0-1.1-.9-2-2-2zm-8-2h2v22h-2zm4 2h2v2h-2zm0 16h2v2h-2z"})
"FlipTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flood.cljs
================================================
(ns reagent-mui.icons.flood
"Imports @mui/icons-material/Flood as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flood (create-svg-icon (e "path" #js {"d" "M18.67 19c-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.1 1-3.34 1-1.24 0-1.38-1-3.33-1-1.95 0-2.1 1-3.34 1v2c1.95 0 2.11-1 3.34-1 1.24 0 1.38 1 3.33 1 1.95 0 2.1-1 3.34-1 1.22 0 1.4 1 3.33 1 1.93 0 2.1-1 3.33-1 1.22 0 1.4 1 3.33 1v-2c-1.24 0-1.38-1-3.33-1zm-9.99-1.5c1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4.98 3.31 1v-2c-.63 0-1-.28-1.48-.55l-2.02-7.53 2.09.85.74-1.86L9.78 2 2 11.61l1.57 1.23 1.39-1.78.93 3.48c-.18-.02-.35-.05-.56-.05-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1 1.19.01 1.42 1.01 3.33 1.01zm5.36-7.32 1.42 5.31c-1.34.09-1.47-.99-3.47-.99-.36 0-.65.04-.91.1l-.91-3.39 3.87-1.03z"})
"Flood"))
================================================
FILE: src/icons/reagent_mui/icons/flood_outlined.cljs
================================================
(ns reagent-mui.icons.flood-outlined
"Imports @mui/icons-material/FloodOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flood-outlined (create-svg-icon (e "path" #js {"d" "M18.67 19c-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.1 1-3.34 1-1.24 0-1.38-1-3.33-1-1.95 0-2.1 1-3.34 1v2c1.95 0 2.11-1 3.34-1 1.24 0 1.38 1 3.33 1 1.95 0 2.1-1 3.34-1 1.22 0 1.4 1 3.33 1 1.93 0 2.1-1 3.33-1 1.22 0 1.4 1 3.33 1v-2c-1.24 0-1.38-1-3.33-1zm-9.99-1.5c1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4.98 3.31 1v-2c-.63 0-1-.28-1.48-.55l-2.02-7.53 2.09.85.74-1.86L9.78 2 2 11.61l1.57 1.23 1.39-1.78.93 3.48c-.18-.02-.35-.05-.56-.05-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1 1.19.01 1.42 1.01 3.33 1.01zm1.74-13.09 5.74 2.09 2.15 8.02c-1.54.11-1.82.89-2.85.96l-1.42-5.31-3.86 1.04.91 3.39c-1.12.25-1.41.9-2.42.9-.18 0-.33-.02-.45-.05L6.5 9.09l3.92-4.68z"})
"FloodOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flood_rounded.cljs
================================================
(ns reagent-mui.icons.flood-rounded
"Imports @mui/icons-material/FloodRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flood-rounded (create-svg-icon (e "path" #js {"d" "M18.67 19c-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.1 1-3.34 1-1.24 0-1.38-1-3.33-1-1.54 0-1.96.62-2.67.88-.4.15-.67.52-.67.95 0 .71.72 1.19 1.38.94.77-.29 1.11-.77 1.96-.77 1.24 0 1.38 1 3.33 1 1.95 0 2.1-1 3.34-1 1.22 0 1.4 1 3.33 1 1.93 0 2.1-1 3.33-1 .84 0 1.18.47 1.95.77.66.26 1.38-.23 1.38-.94v-.01c0-.42-.27-.8-.67-.94-.71-.26-1.12-.88-2.66-.88zm-9.99-1.5c1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 .82 0 1.17.46 1.93.76.66.26 1.38-.23 1.38-.94 0-.42-.26-.79-.65-.94-.29-.11-.54-.27-.83-.43l-2.02-7.53 1.17.47c.51.21 1.09-.04 1.29-.55.21-.51-.05-1.1-.57-1.29l-9.24-3.54c-.81-.31-1.72-.06-2.27.61l-6.23 7.7c-.35.43-.28 1.06.16 1.4.43.34 1.06.26 1.39-.17l.78-1 .93 3.48c-.18-.02-.35-.05-.56-.05-1.54 0-1.95.62-2.66.88-.4.17-.67.55-.67.97 0 .7.69 1.19 1.35.95.8-.29 1.18-.78 2-.78 1.19 0 1.42 1 3.33 1zm5.36-7.32 1.42 5.31c-1.34.09-1.47-.99-3.47-.99-.36 0-.65.04-.91.1l-.91-3.39 3.87-1.03z"})
"FloodRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flood_sharp.cljs
================================================
(ns reagent-mui.icons.flood-sharp
"Imports @mui/icons-material/FloodSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flood-sharp (create-svg-icon (e "path" #js {"d" "M18.67 19c-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.1 1-3.34 1-1.24 0-1.38-1-3.33-1-1.95 0-2.1 1-3.34 1v2c1.95 0 2.11-1 3.34-1 1.24 0 1.38 1 3.33 1 1.95 0 2.1-1 3.34-1 1.22 0 1.4 1 3.33 1 1.93 0 2.1-1 3.33-1 1.22 0 1.4 1 3.33 1v-2c-1.24 0-1.38-1-3.33-1zm-9.99-1.5c1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4.98 3.31 1v-2c-.63 0-1-.28-1.48-.55l-2.02-7.53 2.09.85.74-1.86L9.78 2 2 11.61l1.57 1.23 1.39-1.78.93 3.48c-.18-.02-.35-.05-.56-.05-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1 1.19.01 1.42 1.01 3.33 1.01zm5.36-7.32 1.42 5.31c-1.34.09-1.47-.99-3.47-.99-.36 0-.65.04-.91.1l-.91-3.39 3.87-1.03z"})
"FloodSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flood_two_tone.cljs
================================================
(ns reagent-mui.icons.flood-two-tone
"Imports @mui/icons-material/FloodTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flood-two-tone (create-svg-icon [(e "path" #js {"d" "M8.66 15.5c1.01 0 1.3-.65 2.42-.9l-.91-3.39 3.86-1.04 1.42 5.31c1.03-.07 1.3-.85 2.85-.96L16.16 6.5l-5.74-2.09L6.5 9.09l1.7 6.36c.13.03.28.05.46.05z", "opacity" ".3"}) (e "path" #js {"d" "M18.67 19c-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.1 1-3.34 1-1.24 0-1.38-1-3.33-1-1.95 0-2.1 1-3.34 1v2c1.95 0 2.11-1 3.34-1 1.24 0 1.38 1 3.33 1 1.95 0 2.1-1 3.34-1 1.22 0 1.4 1 3.33 1 1.93 0 2.1-1 3.33-1 1.22 0 1.4 1 3.33 1v-2c-1.24 0-1.38-1-3.33-1zm-9.99-1.5c1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4.98 3.31 1v-2c-.63 0-1-.28-1.48-.55l-2.02-7.53 2.09.85.74-1.86L9.78 2 2 11.61l1.57 1.23 1.39-1.78.93 3.48c-.18-.02-.35-.05-.56-.05-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1 1.19.01 1.42 1.01 3.33 1.01zm1.74-13.09 5.74 2.09 2.15 8.02c-1.54.11-1.82.89-2.85.96l-1.42-5.31-3.86 1.04.91 3.39c-1.12.25-1.41.9-2.42.9-.18 0-.33-.02-.45-.05L6.5 9.09l3.92-4.68z"})]
"FloodTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fluorescent.cljs
================================================
(ns reagent-mui.icons.fluorescent
"Imports @mui/icons-material/Fluorescent as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fluorescent (create-svg-icon (e "path" #js {"d" "M5 9h14v6H5zm6-7h2v3h-2zm6.2863 4.3989 1.7897-1.8024 1.4192 1.4092-1.7897 1.8024zM11 19h2v3h-2zm6.29-1.29 1.79 1.8 1.42-1.42-1.8-1.79zM3.4947 6.0091 4.902 4.602l1.789 1.789-1.4074 1.407zm-.0026 12.0672 1.8024-1.7897 1.4092 1.4192-1.8023 1.7897z"})
"Fluorescent"))
================================================
FILE: src/icons/reagent_mui/icons/fluorescent_outlined.cljs
================================================
(ns reagent-mui.icons.fluorescent-outlined
"Imports @mui/icons-material/FluorescentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fluorescent-outlined (create-svg-icon (e "path" #js {"d" "M5 15h14V9H5v6zm2-4h10v2H7v-2zm4-9h2v3h-2zm6.2863 4.3989 1.7897-1.8024 1.4192 1.4092-1.7897 1.8024zM11 19h2v3h-2zm6.29-1.29 1.79 1.8 1.42-1.42-1.8-1.79zM3.4947 6.0091 4.902 4.602l1.789 1.789-1.4074 1.407zm-.0026 12.0672 1.8024-1.7897 1.4092 1.4192-1.8023 1.7897z"})
"FluorescentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fluorescent_rounded.cljs
================================================
(ns reagent-mui.icons.fluorescent-rounded
"Imports @mui/icons-material/FluorescentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fluorescent-rounded (create-svg-icon (e "path" #js {"d" "M7 15h10c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2zm5-13c-.56 0-1 .45-1 1v1c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1zm7.79 3.3a.9959.9959 0 0 0-1.41 0l-.38.38c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l.38-.38c.39-.38.39-1.02 0-1.41zM12 22c.56 0 1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1c0 .55.45 1 1 1zm5.99-3.59.38.39c.39.39 1.02.39 1.41 0l.01-.01c.39-.39.39-1.02 0-1.41L19.4 17a.9959.9959 0 0 0-1.41 0c-.39.4-.39 1.03 0 1.41zM6 5.69l-.39-.38a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.39.38c.39.39 1.02.39 1.41 0 .38-.39.38-1.03 0-1.41zm-1.8 13.1c.39.4 1.03.4 1.42 0L6 18.4c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-.39.39c-.39.39-.39 1.02 0 1.41z"})
"FluorescentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fluorescent_sharp.cljs
================================================
(ns reagent-mui.icons.fluorescent-sharp
"Imports @mui/icons-material/FluorescentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fluorescent-sharp (create-svg-icon (e "path" #js {"d" "M5 9h14v6H5zm6-7h2v3h-2zm6.2863 4.3989 1.7897-1.8024 1.4192 1.4092-1.7897 1.8024zM11 19h2v3h-2zm6.29-1.29 1.79 1.8 1.42-1.42-1.8-1.79zM3.4947 6.0091 4.902 4.602l1.789 1.789-1.4074 1.407zm-.0026 12.0672 1.8024-1.7897 1.4092 1.4192-1.8023 1.7897z"})
"FluorescentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fluorescent_two_tone.cljs
================================================
(ns reagent-mui.icons.fluorescent-two-tone
"Imports @mui/icons-material/FluorescentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fluorescent-two-tone (create-svg-icon [(e "path" #js {"d" "M7 11h10v2H7z", "opacity" ".3"}) (e "path" #js {"d" "M5 15h14V9H5v6zm2-4h10v2H7v-2zm4-9h2v3h-2zm6.2863 4.3989 1.7897-1.8024 1.4192 1.4092-1.7897 1.8024zM11 19h2v3h-2zm6.29-1.29 1.79 1.8 1.42-1.42-1.8-1.79zM3.4947 6.0091 4.902 4.602l1.789 1.789-1.4074 1.407zm-.0026 12.0672 1.8024-1.7897 1.4092 1.4192-1.8023 1.7897z"})]
"FluorescentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/flutter_dash.cljs
================================================
(ns reagent-mui.icons.flutter-dash
"Imports @mui/icons-material/FlutterDash as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flutter-dash (create-svg-icon (e "path" #js {"d" "M11.07 11.7c.29-.39.81-.56 1.27-.37.17.07.32.18.43.33.22.28.25.59.22.85-.05.33-.25.63-.54.79 0 0-4.87 2.95-5.07 2.69s3.69-4.29 3.69-4.29zM22 10c0 2.5-1 3-1.5 3-.23 0-.44-.1-.62-.26-.48 3.32-2.36 5.31-5.33 5.99.11.44.48.77.95.77h.58c.22 0 .41.15.48.36.17.52.66 1.02 1.02 1.32.25.21.24.59-.03.78-.34.24-.9.49-1.79.53-.18.01-.35-.07-.45-.22-.13-.2-.31-.56-.31-1.01 0-.3.04-.57.09-.8-.78-.16-1.39-.78-1.55-1.56-.49.06-1 .1-1.54.1-.88 0-1.7-.09-2.45-.25-.02.08-.05.16-.05.25 0 .55.45 1 1 1h.58c.22 0 .41.15.48.36.17.52.66 1.02 1.02 1.32.25.21.24.59-.03.78-.34.24-.9.49-1.79.53-.18.01-.35-.07-.45-.22-.13-.2-.31-.56-.31-1.01 0-.3.04-.57.09-.8-.9-.19-1.59-1-1.59-1.96 0-.18.03-.36.08-.53-2.46-.86-4.03-2.78-4.46-5.74-.18.17-.38.27-.62.27C3 13 2 12.5 2 10c0-2.27 1.7-4.5 3-4.5.43 0 .49.49.5.85 1.28-1.78 3.26-3.02 5.55-3.29.2-.96 1.08-1.56 1.95-1.56v1s.33-.5 1-.5c.67 0 1 .5 1 .5-.49 0-.85.35-.96.77 1.82.48 3.39 1.59 4.46 3.08.01-.36.07-.85.5-.85 1.3 0 3 2.23 3 4.5zM5 11c0 .81.1 1.53.25 2.21.18-.69.46-1.33.83-1.92-.21-.47-.34-.99-.34-1.54C5.75 7.68 7.43 6 9.5 6c.96 0 1.84.37 2.5.97.66-.6 1.54-.97 2.5-.97 2.07 0 3.75 1.68 3.75 3.75 0 .55-.12 1.07-.34 1.54.37.59.66 1.24.84 1.94.15-.68.25-1.41.25-2.23 0-3.86-3.14-7-7-7s-7 3.14-7 7zm12.98 4.29c0-.1.02-.19.02-.29 0-1.01-.26-1.95-.7-2.78-.69.78-1.68 1.28-2.8 1.28-.27 0-.54-.03-.79-.09.14-.23.23-.49.27-.77.01-.07.01-.13.02-.19.17.03.33.05.5.05 1.52 0 2.75-1.23 2.75-2.75S16.02 7 14.5 7c-.67 0-1.32.25-1.83.72l-.67.6-.67-.6C10.82 7.25 10.17 7 9.5 7 7.98 7 6.75 8.23 6.75 9.75c0 1.34.96 2.46 2.23 2.7l-.76.83c-.6-.22-1.12-.59-1.53-1.05C6.26 13.06 6 14 6 15c0 .08.01.15.01.24C7.13 17.06 9.14 18 12 18c2.88 0 4.88-.91 5.98-2.71zM16 9.75c0 .97-.67 1.75-1.5 1.75S13 10.72 13 9.75 13.67 8 14.5 8s1.5.78 1.5 1.75zm-.75-.87c0-.21-.17-.38-.38-.38s-.37.17-.37.38.17.38.38.38.37-.18.37-.38zM11 9.75c0 .97-.67 1.75-1.5 1.75S8 10.72 8 9.75 8.67 8 9.5 8s1.5.78 1.5 1.75zm-.75-.87c0-.21-.17-.38-.38-.38s-.37.17-.37.38.17.38.38.38.37-.18.37-.38z"})
"FlutterDash"))
================================================
FILE: src/icons/reagent_mui/icons/flutter_dash_outlined.cljs
================================================
(ns reagent-mui.icons.flutter-dash-outlined
"Imports @mui/icons-material/FlutterDashOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flutter-dash-outlined (create-svg-icon (e "path" #js {"d" "M11.07 11.7c.29-.39.81-.56 1.27-.37.17.07.32.18.43.33.22.28.25.59.22.85-.05.33-.25.63-.54.79 0 0-4.87 2.95-5.07 2.69s3.69-4.29 3.69-4.29zM22 10c0 2.5-1 3-1.5 3-.23 0-.44-.1-.62-.26-.48 3.32-2.36 5.31-5.33 5.99.11.44.48.77.95.77h.58c.22 0 .41.15.48.36.17.52.66 1.02 1.02 1.32.25.21.24.59-.03.78-.34.24-.9.49-1.79.53-.18.01-.35-.07-.45-.22-.13-.2-.31-.56-.31-1.01 0-.3.04-.57.09-.8-.78-.16-1.39-.78-1.55-1.56-.49.06-1 .1-1.54.1-.88 0-1.7-.09-2.45-.25-.02.08-.05.16-.05.25 0 .55.45 1 1 1h.58c.22 0 .41.15.48.36.17.52.66 1.02 1.02 1.32.25.21.24.59-.03.78-.34.24-.9.49-1.79.53-.18.01-.35-.07-.45-.22-.13-.2-.31-.56-.31-1.01 0-.3.04-.57.09-.8-.9-.19-1.59-1-1.59-1.96 0-.18.03-.36.08-.53-2.46-.86-4.03-2.78-4.46-5.74-.18.17-.38.27-.62.27C3 13 2 12.5 2 10c0-2.27 1.7-4.5 3-4.5.43 0 .49.49.5.85 1.28-1.78 3.26-3.02 5.55-3.29.2-.96 1.08-1.56 1.95-1.56v1s.33-.5 1-.5c.67 0 1 .5 1 .5-.49 0-.85.35-.96.77 1.82.48 3.39 1.59 4.46 3.08.01-.36.07-.85.5-.85 1.3 0 3 2.23 3 4.5zM5 11c0 .81.1 1.53.25 2.21.18-.69.46-1.33.83-1.92-.21-.47-.34-.99-.34-1.54C5.75 7.68 7.43 6 9.5 6c.96 0 1.84.37 2.5.97.66-.6 1.54-.97 2.5-.97 2.07 0 3.75 1.68 3.75 3.75 0 .55-.12 1.07-.34 1.54.37.59.66 1.24.84 1.94.15-.68.25-1.41.25-2.23 0-3.86-3.14-7-7-7s-7 3.14-7 7zm12.98 4.29c0-.1.02-.19.02-.29 0-1.01-.26-1.95-.7-2.78-.69.78-1.68 1.28-2.8 1.28-.27 0-.54-.03-.79-.09.14-.23.23-.49.27-.77.01-.07.01-.13.02-.19.17.03.33.05.5.05 1.52 0 2.75-1.23 2.75-2.75S16.02 7 14.5 7c-.67 0-1.32.25-1.83.72l-.67.6-.67-.6C10.82 7.25 10.17 7 9.5 7 7.98 7 6.75 8.23 6.75 9.75c0 1.34.96 2.46 2.23 2.7l-.76.83c-.6-.22-1.12-.59-1.53-1.05C6.26 13.06 6 14 6 15c0 .08.01.15.01.24C7.13 17.06 9.14 18 12 18c2.88 0 4.88-.91 5.98-2.71zM16 9.75c0 .97-.67 1.75-1.5 1.75S13 10.72 13 9.75 13.67 8 14.5 8s1.5.78 1.5 1.75zm-.75-.87c0-.21-.17-.38-.38-.38s-.37.17-.37.38.17.38.38.38.37-.18.37-.38zM11 9.75c0 .97-.67 1.75-1.5 1.75S8 10.72 8 9.75 8.67 8 9.5 8s1.5.78 1.5 1.75zm-.75-.87c0-.21-.17-.38-.38-.38s-.37.17-.37.38.17.38.38.38.37-.18.37-.38z"})
"FlutterDashOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/flutter_dash_rounded.cljs
================================================
(ns reagent-mui.icons.flutter-dash-rounded
"Imports @mui/icons-material/FlutterDashRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flutter-dash-rounded (create-svg-icon (e "path" #js {"d" "M11.07 11.7c.29-.39.81-.56 1.27-.37.17.07.32.18.43.33.22.28.25.59.22.85-.05.33-.25.63-.54.79 0 0-4.87 2.95-5.07 2.69s3.69-4.29 3.69-4.29zM22 10c0 2.5-1 3-1.5 3-.23 0-.44-.1-.62-.26-.48 3.32-2.36 5.31-5.33 5.99.11.44.48.77.95.77h.58c.22 0 .41.15.48.36.17.52.66 1.02 1.02 1.32.25.21.24.59-.03.78-.34.24-.9.49-1.79.53-.18.01-.35-.07-.45-.22-.13-.2-.31-.56-.31-1.01 0-.3.04-.57.09-.8-.78-.16-1.39-.78-1.55-1.56-.49.06-1 .1-1.54.1-.88 0-1.7-.09-2.45-.25-.02.08-.05.16-.05.25 0 .55.45 1 1 1h.58c.22 0 .41.15.48.36.17.52.66 1.02 1.02 1.32.25.21.24.59-.03.78-.34.24-.9.49-1.79.53-.18.01-.35-.07-.45-.22-.13-.2-.31-.56-.31-1.01 0-.3.04-.57.09-.8-.9-.19-1.59-1-1.59-1.96 0-.18.03-.36.08-.53-2.46-.86-4.03-2.78-4.46-5.74-.18.17-.38.27-.62.27C3 13 2 12.5 2 10c0-2.27 1.7-4.5 3-4.5.43 0 .49.49.5.85 1.28-1.78 3.26-3.02 5.55-3.29.2-.96 1.08-1.56 1.95-1.56v1s.33-.5 1-.5c.67 0 1 .5 1 .5-.49 0-.85.35-.96.77 1.82.48 3.39 1.59 4.46 3.08.01-.36.07-.85.5-.85 1.3 0 3 2.23 3 4.5zM5 11c0 .81.1 1.53.25 2.21.18-.69.46-1.33.83-1.92-.21-.47-.34-.99-.34-1.54C5.75 7.68 7.43 6 9.5 6c.96 0 1.84.37 2.5.97.66-.6 1.54-.97 2.5-.97 2.07 0 3.75 1.68 3.75 3.75 0 .55-.12 1.07-.34 1.54.37.59.66 1.24.84 1.94.15-.68.25-1.41.25-2.23 0-3.86-3.14-7-7-7s-7 3.14-7 7zm12.98 4.29c0-.1.02-.19.02-.29 0-1.01-.26-1.95-.7-2.78-.69.78-1.68 1.28-2.8 1.28-.27 0-.54-.03-.79-.09.14-.23.23-.49.27-.77.01-.07.01-.13.02-.19.17.03.33.05.5.05 1.52 0 2.75-1.23 2.75-2.75S16.02 7 14.5 7c-.67 0-1.32.25-1.83.72l-.67.6-.67-.6C10.82 7.25 10.17 7 9.5 7 7.98 7 6.75 8.23 6.75 9.75c0 1.34.96 2.46 2.23 2.7l-.76.83c-.6-.22-1.12-.59-1.53-1.05C6.26 13.06 6 14 6 15c0 .08.01.15.01.24C7.13 17.06 9.14 18 12 18c2.88 0 4.88-.91 5.98-2.71zM16 9.75c0 .97-.67 1.75-1.5 1.75S13 10.72 13 9.75 13.67 8 14.5 8s1.5.78 1.5 1.75zm-.75-.87c0-.21-.17-.38-.38-.38s-.37.17-.37.38.17.38.38.38.37-.18.37-.38zM11 9.75c0 .97-.67 1.75-1.5 1.75S8 10.72 8 9.75 8.67 8 9.5 8s1.5.78 1.5 1.75zm-.75-.87c0-.21-.17-.38-.38-.38s-.37.17-.37.38.17.38.38.38.37-.18.37-.38z"})
"FlutterDashRounded"))
================================================
FILE: src/icons/reagent_mui/icons/flutter_dash_sharp.cljs
================================================
(ns reagent-mui.icons.flutter-dash-sharp
"Imports @mui/icons-material/FlutterDashSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flutter-dash-sharp (create-svg-icon (e "path" #js {"d" "M11.07 11.7c.29-.39.81-.56 1.27-.37.17.07.32.18.43.33.22.28.25.59.22.85-.05.33-.25.63-.54.79 0 0-4.87 2.95-5.07 2.69s3.69-4.29 3.69-4.29zM22 10c0 2.5-1 3-1.5 3-.23 0-.44-.1-.62-.26-.48 3.32-2.36 5.31-5.33 5.99.11.44.48.77.95.77h.58c.22 0 .41.15.48.36.17.52.66 1.02 1.02 1.32.25.21.24.59-.03.78-.34.24-.9.49-1.79.53-.18.01-.35-.07-.45-.22-.13-.2-.31-.56-.31-1.01 0-.3.04-.57.09-.8-.78-.16-1.39-.78-1.55-1.56-.49.06-1 .1-1.54.1-.88 0-1.7-.09-2.45-.25-.02.08-.05.16-.05.25 0 .55.45 1 1 1h.58c.22 0 .41.15.48.36.17.52.66 1.02 1.02 1.32.25.21.24.59-.03.78-.34.24-.9.49-1.79.53-.18.01-.35-.07-.45-.22-.13-.2-.31-.56-.31-1.01 0-.3.04-.57.09-.8-.9-.19-1.59-1-1.59-1.96 0-.18.03-.36.08-.53-2.46-.86-4.03-2.78-4.46-5.74-.18.17-.38.27-.62.27C3 13 2 12.5 2 10c0-2.27 1.7-4.5 3-4.5.43 0 .49.49.5.85 1.28-1.78 3.26-3.02 5.55-3.29.2-.96 1.08-1.56 1.95-1.56v1s.33-.5 1-.5c.67 0 1 .5 1 .5-.49 0-.85.35-.96.77 1.82.48 3.39 1.59 4.46 3.08.01-.36.07-.85.5-.85 1.3 0 3 2.23 3 4.5zM5 11c0 .81.1 1.53.25 2.21.18-.69.46-1.33.83-1.92-.21-.47-.34-.99-.34-1.54C5.75 7.68 7.43 6 9.5 6c.96 0 1.84.37 2.5.97.66-.6 1.54-.97 2.5-.97 2.07 0 3.75 1.68 3.75 3.75 0 .55-.12 1.07-.34 1.54.37.59.66 1.24.84 1.94.15-.68.25-1.41.25-2.23 0-3.86-3.14-7-7-7s-7 3.14-7 7zm12.98 4.29c0-.1.02-.19.02-.29 0-1.01-.26-1.95-.7-2.78-.69.78-1.68 1.28-2.8 1.28-.27 0-.54-.03-.79-.09.14-.23.23-.49.27-.77.01-.07.01-.13.02-.19.17.03.33.05.5.05 1.52 0 2.75-1.23 2.75-2.75S16.02 7 14.5 7c-.67 0-1.32.25-1.83.72l-.67.6-.67-.6C10.82 7.25 10.17 7 9.5 7 7.98 7 6.75 8.23 6.75 9.75c0 1.34.96 2.46 2.23 2.7l-.76.83c-.6-.22-1.12-.59-1.53-1.05C6.26 13.06 6 14 6 15c0 .08.01.15.01.24C7.13 17.06 9.14 18 12 18c2.88 0 4.88-.91 5.98-2.71zM16 9.75c0 .97-.67 1.75-1.5 1.75S13 10.72 13 9.75 13.67 8 14.5 8s1.5.78 1.5 1.75zm-.75-.87c0-.21-.17-.38-.38-.38s-.37.17-.37.38.17.38.38.38.37-.18.37-.38zM11 9.75c0 .97-.67 1.75-1.5 1.75S8 10.72 8 9.75 8.67 8 9.5 8s1.5.78 1.5 1.75zm-.75-.87c0-.21-.17-.38-.38-.38s-.37.17-.37.38.17.38.38.38.37-.18.37-.38z"})
"FlutterDashSharp"))
================================================
FILE: src/icons/reagent_mui/icons/flutter_dash_two_tone.cljs
================================================
(ns reagent-mui.icons.flutter-dash-two-tone
"Imports @mui/icons-material/FlutterDashTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def flutter-dash-two-tone (create-svg-icon [(e "path" #js {"d" "M5 11c0 .81.1 1.53.25 2.21.18-.69.46-1.33.83-1.92-.21-.47-.34-.99-.34-1.54C5.75 7.68 7.43 6 9.5 6c.96 0 1.84.37 2.5.97.66-.6 1.54-.97 2.5-.97 2.07 0 3.75 1.68 3.75 3.75 0 .55-.12 1.07-.34 1.54.37.59.66 1.24.84 1.94.15-.68.25-1.41.25-2.23 0-3.86-3.14-7-7-7s-7 3.14-7 7z", "opacity" ".3"}) (e "path" #js {"d" "M11.07 11.7c.29-.39.81-.56 1.27-.37.17.07.32.18.43.33.22.28.25.59.22.85-.05.33-.25.63-.54.79 0 0-4.87 2.95-5.07 2.69s3.69-4.29 3.69-4.29zM22 10c0 2.5-1 3-1.5 3-.23 0-.44-.1-.62-.26-.48 3.32-2.36 5.31-5.33 5.99.11.44.48.77.95.77h.58c.22 0 .41.15.48.36.17.52.66 1.02 1.02 1.32.25.21.24.59-.03.78-.34.24-.9.49-1.79.53-.18.01-.35-.07-.45-.22-.13-.2-.31-.56-.31-1.01 0-.3.04-.57.09-.8-.78-.16-1.39-.78-1.55-1.56-.49.06-1 .1-1.54.1-.88 0-1.7-.09-2.45-.25-.02.08-.05.16-.05.25 0 .55.45 1 1 1h.58c.22 0 .41.15.48.36.17.52.66 1.02 1.02 1.32.25.21.24.59-.03.78-.34.24-.9.49-1.79.53-.18.01-.35-.07-.45-.22-.13-.2-.31-.56-.31-1.01 0-.3.04-.57.09-.8-.9-.19-1.59-1-1.59-1.96 0-.18.03-.36.08-.53-2.46-.86-4.03-2.78-4.46-5.74-.18.17-.38.27-.62.27C3 13 2 12.5 2 10c0-2.27 1.7-4.5 3-4.5.43 0 .49.49.5.85 1.28-1.78 3.26-3.02 5.55-3.29.2-.96 1.08-1.56 1.95-1.56v1s.33-.5 1-.5c.67 0 1 .5 1 .5-.49 0-.85.35-.96.77 1.82.48 3.39 1.59 4.46 3.08.01-.36.07-.85.5-.85 1.3 0 3 2.23 3 4.5zM5 11c0 .81.1 1.53.25 2.21.18-.69.46-1.33.83-1.92-.21-.47-.34-.99-.34-1.54C5.75 7.68 7.43 6 9.5 6c.96 0 1.84.37 2.5.97.66-.6 1.54-.97 2.5-.97 2.07 0 3.75 1.68 3.75 3.75 0 .55-.12 1.07-.34 1.54.37.59.66 1.24.84 1.94.15-.68.25-1.41.25-2.23 0-3.86-3.14-7-7-7s-7 3.14-7 7zm12.98 4.29c0-.1.02-.19.02-.29 0-1.01-.26-1.95-.7-2.78-.69.78-1.68 1.28-2.8 1.28-.27 0-.54-.03-.79-.09.14-.23.23-.49.27-.77.01-.07.01-.13.02-.19.17.03.33.05.5.05 1.52 0 2.75-1.23 2.75-2.75S16.02 7 14.5 7c-.67 0-1.32.25-1.83.72l-.67.6-.67-.6C10.82 7.25 10.17 7 9.5 7 7.98 7 6.75 8.23 6.75 9.75c0 1.34.96 2.46 2.23 2.7l-.76.83c-.6-.22-1.12-.59-1.53-1.05C6.26 13.06 6 14 6 15c0 .08.01.15.01.24C7.13 17.06 9.14 18 12 18c2.88 0 4.88-.91 5.98-2.71zM16 9.75c0 .97-.67 1.75-1.5 1.75S13 10.72 13 9.75 13.67 8 14.5 8s1.5.78 1.5 1.75zm-.75-.87c0-.21-.17-.38-.38-.38s-.37.17-.37.38.17.38.38.38.37-.18.37-.38zM11 9.75c0 .97-.67 1.75-1.5 1.75S8 10.72 8 9.75 8.67 8 9.5 8s1.5.78 1.5 1.75zm-.75-.87c0-.21-.17-.38-.38-.38s-.37.17-.37.38.17.38.38.38.37-.18.37-.38z"})]
"FlutterDashTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fmd_bad.cljs
================================================
(ns reagent-mui.icons.fmd-bad
"Imports @mui/icons-material/FmdBad as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fmd-bad (create-svg-icon (e "path" #js {"d" "M12 2c-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8C20 5.22 16.2 2 12 2zm1 13h-2v-2h2v2zm0-4h-2V6h2v5z"})
"FmdBad"))
================================================
FILE: src/icons/reagent_mui/icons/fmd_bad_outlined.cljs
================================================
(ns reagent-mui.icons.fmd-bad-outlined
"Imports @mui/icons-material/FmdBadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fmd-bad-outlined (create-svg-icon [(e "path" #js {"d" "M12 2c-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8C20 5.22 16.2 2 12 2zm0 17.33c-4.05-3.7-6-6.79-6-9.14C6 6.57 8.65 4 12 4s6 2.57 6 6.2c0 2.34-1.95 5.44-6 9.13z"}) (e "path" #js {"d" "M11 6h2v5h-2zm0 7h2v2h-2z"})]
"FmdBadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fmd_bad_rounded.cljs
================================================
(ns reagent-mui.icons.fmd-bad-rounded
"Imports @mui/icons-material/FmdBadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fmd-bad-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4.2 0-8 3.22-8 8.2 0 3.18 2.45 6.92 7.34 11.23.38.33.95.33 1.33 0C17.55 17.12 20 13.38 20 10.2 20 5.22 16.2 2 12 2zm0 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1z"})
"FmdBadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fmd_bad_sharp.cljs
================================================
(ns reagent-mui.icons.fmd-bad-sharp
"Imports @mui/icons-material/FmdBadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fmd-bad-sharp (create-svg-icon (e "path" #js {"d" "M12 2c-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8C20 5.22 16.2 2 12 2zm1 13h-2v-2h2v2zm0-4h-2V6h2v5z"})
"FmdBadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fmd_bad_two_tone.cljs
================================================
(ns reagent-mui.icons.fmd-bad-two-tone
"Imports @mui/icons-material/FmdBadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fmd-bad-two-tone (create-svg-icon [(e "path" #js {"d" "M11 15h2v-2h-2v2zm0-4h2V6h-2v5zm1-9c-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8C20 5.22 16.2 2 12 2zm0 17.33c-4.05-3.7-6-6.79-6-9.14C6 6.57 8.65 4 12 4s6 2.57 6 6.2c0 2.34-1.95 5.44-6 9.13z"}) (e "path" #js {"d" "M12 19.33c4.05-3.7 6-6.79 6-9.14C18 6.57 15.35 4 12 4s-6 2.57-6 6.2c0 2.34 1.95 5.44 6 9.13zM11 6h2v5h-2V6zm0 7h2v2h-2v-2z", "opacity" ".3"})]
"FmdBadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fmd_good.cljs
================================================
(ns reagent-mui.icons.fmd-good
"Imports @mui/icons-material/FmdGood as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fmd-good (create-svg-icon (e "path" #js {"d" "M12 2c-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8C20 5.22 16.2 2 12 2zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"FmdGood"))
================================================
FILE: src/icons/reagent_mui/icons/fmd_good_outlined.cljs
================================================
(ns reagent-mui.icons.fmd-good-outlined
"Imports @mui/icons-material/FmdGoodOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fmd-good-outlined (create-svg-icon (e "path" #js {"d" "M12 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6-1.8C18 6.57 15.35 4 12 4s-6 2.57-6 6.2c0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.8 6-9.14zM12 2c4.2 0 8 3.22 8 8.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2z"})
"FmdGoodOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fmd_good_rounded.cljs
================================================
(ns reagent-mui.icons.fmd-good-rounded
"Imports @mui/icons-material/FmdGoodRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fmd-good-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4.2 0-8 3.22-8 8.2 0 3.18 2.45 6.92 7.34 11.23.38.33.95.33 1.33 0C17.55 17.12 20 13.38 20 10.2 20 5.22 16.2 2 12 2zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"FmdGoodRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fmd_good_sharp.cljs
================================================
(ns reagent-mui.icons.fmd-good-sharp
"Imports @mui/icons-material/FmdGoodSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fmd-good-sharp (create-svg-icon (e "path" #js {"d" "M12 2c-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8C20 5.22 16.2 2 12 2zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"FmdGoodSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fmd_good_two_tone.cljs
================================================
(ns reagent-mui.icons.fmd-good-two-tone
"Imports @mui/icons-material/FmdGoodTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fmd-good-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-3.35 0-6 2.57-6 6.2 0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.79 6-9.14C18 6.57 15.35 4 12 4zm0 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z", "opacity" ".3"}) (e "path" #js {"d" "M12 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8C20 5.22 16.2 2 12 2zm0 17.33c-4.05-3.7-6-6.79-6-9.14C6 6.57 8.65 4 12 4s6 2.57 6 6.2c0 2.34-1.95 5.44-6 9.13z"})]
"FmdGoodTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/folder.cljs
================================================
(ns reagent-mui.icons.folder
"Imports @mui/icons-material/Folder as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder (create-svg-icon (e "path" #js {"d" "M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"})
"Folder"))
================================================
FILE: src/icons/reagent_mui/icons/folder_copy.cljs
================================================
(ns reagent-mui.icons.folder-copy
"Imports @mui/icons-material/FolderCopy as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-copy (create-svg-icon [(e "path" #js {"d" "M3 6H1v13c0 1.1.9 2 2 2h17v-2H3V6z"}) (e "path" #js {"d" "M21 4h-7l-2-2H7c-1.1 0-1.99.9-1.99 2L5 15c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"})]
"FolderCopy"))
================================================
FILE: src/icons/reagent_mui/icons/folder_copy_outlined.cljs
================================================
(ns reagent-mui.icons.folder-copy-outlined
"Imports @mui/icons-material/FolderCopyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-copy-outlined (create-svg-icon (e "path" #js {"d" "M3 19h17v2H3c-1.1 0-2-.9-2-2V6h2v13zM23 6v9c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2l.01-11c0-1.1.89-2 1.99-2h5l2 2h7c1.1 0 2 .9 2 2zM7 15h14V6h-7.83l-2-2H7v11z"})
"FolderCopyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/folder_copy_rounded.cljs
================================================
(ns reagent-mui.icons.folder-copy-rounded
"Imports @mui/icons-material/FolderCopyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-copy-rounded (create-svg-icon [(e "path" #js {"d" "M2 6c-.55 0-1 .45-1 1v12c0 1.1.9 2 2 2h16c.55 0 1-.45 1-1s-.45-1-1-1H3V7c0-.55-.45-1-1-1z"}) (e "path" #js {"d" "M21 4h-7l-1.41-1.41c-.38-.38-.89-.59-1.42-.59H7c-1.1 0-1.99.9-1.99 2L5 15c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"})]
"FolderCopyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/folder_copy_sharp.cljs
================================================
(ns reagent-mui.icons.folder-copy-sharp
"Imports @mui/icons-material/FolderCopySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-copy-sharp (create-svg-icon [(e "path" #js {"d" "M3 6H1v15h19v-2H3z"}) (e "path" #js {"d" "M23 4h-9l-2-2H5.01L5 17h18V4z"})]
"FolderCopySharp"))
================================================
FILE: src/icons/reagent_mui/icons/folder_copy_two_tone.cljs
================================================
(ns reagent-mui.icons.folder-copy-two-tone
"Imports @mui/icons-material/FolderCopyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-copy-two-tone (create-svg-icon [(e "path" #js {"d" "M11.17 4H7v11h14V6h-7.83z", "opacity" ".3"}) (e "path" #js {"d" "M21 4h-7l-2-2H7c-1.1 0-1.99.9-1.99 2L5 15c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 11H7V4h4.17l2 2H21v9z"}) (e "path" #js {"d" "M3 6H1v13c0 1.1.9 2 2 2h17v-2H3V6z"})]
"FolderCopyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/folder_delete.cljs
================================================
(ns reagent-mui.icons.folder-delete
"Imports @mui/icons-material/FolderDelete as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-delete (create-svg-icon (e "path" #js {"d" "M22 8v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2l.01-12c0-1.1.89-2 1.99-2h6l2 2h8c1.1 0 2 .9 2 2zm-5.5 2V9h-2v1H12v1.5h1v4c0 .83.67 1.5 1.5 1.5h2c.83 0 1.5-.67 1.5-1.5v-4h1V10h-2.5zm0 5.5h-2v-4h2v4z"})
"FolderDelete"))
================================================
FILE: src/icons/reagent_mui/icons/folder_delete_outlined.cljs
================================================
(ns reagent-mui.icons.folder-delete-outlined
"Imports @mui/icons-material/FolderDeleteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-delete-outlined (create-svg-icon (e "path" #js {"d" "M16.5 10V9h-2v1H12v1.5h1v4c0 .83.67 1.5 1.5 1.5h2c.83 0 1.5-.67 1.5-1.5v-4h1V10h-2.5zm0 5.5h-2v-4h2v4zM20 6h-8l-2-2H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm0 12H4V6h5.17l2 2H20v10z"})
"FolderDeleteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/folder_delete_rounded.cljs
================================================
(ns reagent-mui.icons.folder-delete-rounded
"Imports @mui/icons-material/FolderDeleteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-delete-rounded (create-svg-icon (e "path" #js {"d" "M16.5 15.5h-2v-4h2v4zM20 6h-8l-1.41-1.41C10.21 4.21 9.7 4 9.17 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-1.75 5.5H18v4c0 .83-.67 1.5-1.5 1.5h-2c-.83 0-1.5-.67-1.5-1.5v-4h-.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.75v-.25c0-.41.34-.75.75-.75h.5c.41 0 .75.34.75.75V10h1.75c.41 0 .75.34.75.75s-.34.75-.75.75z"})
"FolderDeleteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/folder_delete_sharp.cljs
================================================
(ns reagent-mui.icons.folder-delete-sharp
"Imports @mui/icons-material/FolderDeleteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-delete-sharp (create-svg-icon (e "path" #js {"d" "M22 6v14H2V4h8l2 2h10zm-5.5 4V9h-2v1H12v1.5h1V17h5v-5.5h1V10h-2.5zm0 5.5h-2v-4h2v4z"})
"FolderDeleteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/folder_delete_two_tone.cljs
================================================
(ns reagent-mui.icons.folder-delete-two-tone
"Imports @mui/icons-material/FolderDeleteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-delete-two-tone (create-svg-icon [(e "path" #js {"d" "M14.5 11.5h2v4h-2v-4zM20 8v10H4V6h5.17l2 2H20zm-1 2h-2.5V9h-2v1H12v1.5h1v4c0 .83.67 1.5 1.5 1.5h2c.83 0 1.5-.67 1.5-1.5v-4h1V10z", "opacity" ".3"}) (e "path" #js {"d" "M16.5 10V9h-2v1H12v1.5h1v4c0 .83.67 1.5 1.5 1.5h2c.83 0 1.5-.67 1.5-1.5v-4h1V10h-2.5zm0 5.5h-2v-4h2v4zM20 6h-8l-2-2H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm0 12H4V6h5.17l2 2H20v10z"})]
"FolderDeleteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/folder_off.cljs
================================================
(ns reagent-mui.icons.folder-off
"Imports @mui/icons-material/FolderOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-off (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H6.83l14.93 14.93c.15-.28.24-.59.24-.93V8c0-1.1-.9-2-2-2zM2.1 2.1.69 3.51l1.56 1.56c-.15.28-.24.59-.24.93L2 18c0 1.1.9 2 2 2h13.17l3.31 3.31 1.41-1.41L2.1 2.1z"})
"FolderOff"))
================================================
FILE: src/icons/reagent_mui/icons/folder_off_outlined.cljs
================================================
(ns reagent-mui.icons.folder-off-outlined
"Imports @mui/icons-material/FolderOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-off-outlined (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H7.17l4 4H20v9.17l1.76 1.76c.15-.28.24-.59.24-.93V8c0-1.1-.9-2-2-2zM2.1 2.1.69 3.51l1.56 1.56c-.15.28-.24.59-.24.93L2 18c0 1.1.9 2 2 2h13.17l3.31 3.31 1.41-1.41L2.1 2.1zM4 18V6.83L15.17 18H4z"})
"FolderOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/folder_off_rounded.cljs
================================================
(ns reagent-mui.icons.folder-off-rounded
"Imports @mui/icons-material/FolderOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-off-rounded (create-svg-icon (e "path" #js {"d" "M2.81 2.81a.9959.9959 0 0 0-1.41 0C1 3.2 1 3.83 1.39 4.22l.85.85c-.14.28-.23.59-.23.93L2 18c0 1.1.9 2 2 2h13.17l2.61 2.61c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L2.81 2.81zM20 6h-8l-1.41-1.41C10.21 4.21 9.7 4 9.17 4H6.83l14.93 14.93c.15-.28.24-.59.24-.93V8c0-1.1-.9-2-2-2z"})
"FolderOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/folder_off_sharp.cljs
================================================
(ns reagent-mui.icons.folder-off-sharp
"Imports @mui/icons-material/FolderOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-off-sharp (create-svg-icon (e "path" #js {"d" "m12 6-2-2H6.83L22 19.17V6zM2.1 2.1.69 3.51 2 4.83V20h15.17l3.32 3.31 1.41-1.41z"})
"FolderOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/folder_off_two_tone.cljs
================================================
(ns reagent-mui.icons.folder-off-two-tone
"Imports @mui/icons-material/FolderOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-off-two-tone (create-svg-icon [(e "path" #js {"d" "M15.17 18 4 6.83V18zm-4-10L20 17.17V8z", "opacity" ".3"}) (e "path" #js {"d" "m.69 3.51 1.56 1.56c-.15.28-.24.59-.24.93L2 18c0 1.1.9 2 2 2h13.17l3.31 3.31 1.41-1.41L2.1 2.1.69 3.51zM15.17 18H4V6.83L15.17 18zM20 6h-8l-2-2H7.17l4 4H20v9.17l1.76 1.76c.15-.28.24-.59.24-.93V8c0-1.1-.9-2-2-2z"})]
"FolderOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/folder_open.cljs
================================================
(ns reagent-mui.icons.folder-open
"Imports @mui/icons-material/FolderOpen as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-open (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V8h16v10z"})
"FolderOpen"))
================================================
FILE: src/icons/reagent_mui/icons/folder_open_outlined.cljs
================================================
(ns reagent-mui.icons.folder-open-outlined
"Imports @mui/icons-material/FolderOpenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-open-outlined (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V8h16v10z"})
"FolderOpenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/folder_open_rounded.cljs
================================================
(ns reagent-mui.icons.folder-open-rounded
"Imports @mui/icons-material/FolderOpenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-open-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-8l-1.41-1.41C10.21 4.21 9.7 4 9.17 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-1 12H5c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1z"})
"FolderOpenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/folder_open_sharp.cljs
================================================
(ns reagent-mui.icons.folder-open-sharp
"Imports @mui/icons-material/FolderOpenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-open-sharp (create-svg-icon (e "path" #js {"d" "M22 6H12l-2-2H2v16h20V6zm-2 12H4V8h16v10z"})
"FolderOpenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/folder_open_two_tone.cljs
================================================
(ns reagent-mui.icons.folder-open-two-tone
"Imports @mui/icons-material/FolderOpenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-open-two-tone (create-svg-icon [(e "path" #js {"d" "M4 8h16v10H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V8h16v10z"})]
"FolderOpenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/folder_outlined.cljs
================================================
(ns reagent-mui.icons.folder-outlined
"Imports @mui/icons-material/FolderOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-outlined (create-svg-icon (e "path" #js {"d" "m9.17 6 2 2H20v10H4V6h5.17M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"})
"FolderOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/folder_rounded.cljs
================================================
(ns reagent-mui.icons.folder-rounded
"Imports @mui/icons-material/FolderRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-rounded (create-svg-icon (e "path" #js {"d" "M10.59 4.59C10.21 4.21 9.7 4 9.17 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-1.41-1.41z"})
"FolderRounded"))
================================================
FILE: src/icons/reagent_mui/icons/folder_shared.cljs
================================================
(ns reagent-mui.icons.folder-shared
"Imports @mui/icons-material/FolderShared as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-shared (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-5 3c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8h-8v-1c0-1.33 2.67-2 4-2s4 .67 4 2v1z"})
"FolderShared"))
================================================
FILE: src/icons/reagent_mui/icons/folder_shared_outlined.cljs
================================================
(ns reagent-mui.icons.folder-shared-outlined
"Imports @mui/icons-material/FolderSharedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-shared-outlined (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l2 2H20v10zm-5-5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-4 4h8v-1c0-1.33-2.67-2-4-2s-4 .67-4 2v1z"})
"FolderSharedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/folder_shared_rounded.cljs
================================================
(ns reagent-mui.icons.folder-shared-rounded
"Imports @mui/icons-material/FolderSharedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-shared-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-8l-1.41-1.41C10.21 4.21 9.7 4 9.17 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-5 3c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8h-8v-1c0-1.33 2.67-2 4-2s4 .67 4 2v1z"})
"FolderSharedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/folder_shared_sharp.cljs
================================================
(ns reagent-mui.icons.folder-shared-sharp
"Imports @mui/icons-material/FolderSharedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-shared-sharp (create-svg-icon (e "path" #js {"d" "M22 6H12l-2-2H2v16h20V6zm-7 3c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8h-8v-1c0-1.33 2.67-2 4-2s4 .67 4 2v1z"})
"FolderSharedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/folder_shared_two_tone.cljs
================================================
(ns reagent-mui.icons.folder-shared-two-tone
"Imports @mui/icons-material/FolderSharedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-shared-two-tone (create-svg-icon [(e "path" #js {"d" "m11.17 8-.59-.59L9.17 6H4v12h16V8h-8.83zM19 16v1h-8v-1c0-1.33 2.67-2 4-2s4 .67 4 2zm-4-7c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l2 2H20v10zm-5-5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-4 3v1h8v-1c0-1.33-2.67-2-4-2s-4 .67-4 2z"})]
"FolderSharedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/folder_sharp.cljs
================================================
(ns reagent-mui.icons.folder-sharp
"Imports @mui/icons-material/FolderSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-sharp (create-svg-icon (e "path" #js {"d" "M10 4H2v16h20V6H12l-2-2z"})
"FolderSharp"))
================================================
FILE: src/icons/reagent_mui/icons/folder_special.cljs
================================================
(ns reagent-mui.icons.folder-special
"Imports @mui/icons-material/FolderSpecial as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-special (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-2.06 11L15 15.28 12.06 17l.78-3.33-2.59-2.24 3.41-.29L15 8l1.34 3.14 3.41.29-2.59 2.24.78 3.33z"})
"FolderSpecial"))
================================================
FILE: src/icons/reagent_mui/icons/folder_special_outlined.cljs
================================================
(ns reagent-mui.icons.folder-special-outlined
"Imports @mui/icons-material/FolderSpecialOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-special-outlined (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l2 2H20v10zm-6.92-3.96L12.39 17 15 15.47 17.61 17l-.69-2.96 2.3-1.99-3.03-.26L15 9l-1.19 2.79-3.03.26z"})
"FolderSpecialOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/folder_special_rounded.cljs
================================================
(ns reagent-mui.icons.folder-special-rounded
"Imports @mui/icons-material/FolderSpecialRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-special-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-8l-1.41-1.41C10.21 4.21 9.7 4 9.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-3.06 10.41L15 15.28l-1.94 1.13c-.38.22-.84-.12-.74-.55l.51-2.2-1.69-1.46c-.33-.29-.16-.84.28-.88l2.23-.19.88-2.06c.17-.4.75-.4.92 0l.88 2.06 2.23.19c.44.04.62.59.28.88l-1.69 1.46.51 2.2c.11.43-.35.77-.72.55z"})
"FolderSpecialRounded"))
================================================
FILE: src/icons/reagent_mui/icons/folder_special_sharp.cljs
================================================
(ns reagent-mui.icons.folder-special-sharp
"Imports @mui/icons-material/FolderSpecialSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-special-sharp (create-svg-icon (e "path" #js {"d" "M22 6H12l-2-2H2v16h20V6zm-4.06 11L15 15.28 12.06 17l.78-3.33-2.59-2.24 3.41-.29L15 8l1.34 3.14 3.41.29-2.59 2.24.78 3.33z"})
"FolderSpecialSharp"))
================================================
FILE: src/icons/reagent_mui/icons/folder_special_two_tone.cljs
================================================
(ns reagent-mui.icons.folder-special-two-tone
"Imports @mui/icons-material/FolderSpecialTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-special-two-tone (create-svg-icon [(e "path" #js {"d" "m11.17 8-2-2H4v12h16V8h-8.83zM15 9l1.19 2.79 3.03.26-2.3 1.99.69 2.96L15 15.47 12.39 17l.69-2.96-2.3-1.99 3.03-.26L15 9z", "opacity" ".3"}) (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l2 2H20v10zm-6.92-3.96L12.39 17 15 15.47 17.61 17l-.69-2.96 2.3-1.99-3.03-.26L15 9l-1.19 2.79-3.03.26z"})]
"FolderSpecialTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/folder_two_tone.cljs
================================================
(ns reagent-mui.icons.folder-two-tone
"Imports @mui/icons-material/FolderTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-two-tone (create-svg-icon [(e "path" #js {"d" "m11.17 8-.58-.59L9.17 6H4v12h16V8h-8z", "opacity" ".3"}) (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l1.41 1.41.59.59H20v10z"})]
"FolderTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/folder_zip.cljs
================================================
(ns reagent-mui.icons.folder-zip
"Imports @mui/icons-material/FolderZip as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-zip (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-2 6h-2v2h2v2h-2v2h-2v-2h2v-2h-2v-2h2v-2h-2V8h2v2h2v2z"})
"FolderZip"))
================================================
FILE: src/icons/reagent_mui/icons/folder_zip_outlined.cljs
================================================
(ns reagent-mui.icons.folder-zip-outlined
"Imports @mui/icons-material/FolderZipOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-zip-outlined (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-4 10h2v-2h-2v-2h2v-2h-2V8h4v10h-4v-2zm0 0h-2v2H4V6h5.17l2 2H14v2h2v2h-2v2h2v2z"})
"FolderZipOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/folder_zip_rounded.cljs
================================================
(ns reagent-mui.icons.folder-zip-rounded
"Imports @mui/icons-material/FolderZipRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-zip-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-8l-1.41-1.41C10.21 4.21 9.7 4 9.17 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-2 6h-2v2h2v2h-2v2h-2v-2h2v-2h-2v-2h2v-2h-2V8h2v2h2v2z"})
"FolderZipRounded"))
================================================
FILE: src/icons/reagent_mui/icons/folder_zip_sharp.cljs
================================================
(ns reagent-mui.icons.folder-zip-sharp
"Imports @mui/icons-material/FolderZipSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-zip-sharp (create-svg-icon (e "path" #js {"d" "m12 6-2-2H2v16h20V6H12zm6 6h-2v2h2v2h-2v2h-2v-2h2v-2h-2v-2h2v-2h-2V8h2v2h2v2z"})
"FolderZipSharp"))
================================================
FILE: src/icons/reagent_mui/icons/folder_zip_two_tone.cljs
================================================
(ns reagent-mui.icons.folder-zip-two-tone
"Imports @mui/icons-material/FolderZipTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def folder-zip-two-tone (create-svg-icon [(e "path" #js {"d" "M16 16h2v-2h-2v-2h2v-2h-2V8h4v10h-4v-2zm0 0h-2v2H4V6h5.17l2 2H14v2h2v2h-2v2h2v2z", "opacity" ".3"}) (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-4 10h2v-2h-2v-2h2v-2h-2V8h4v10h-4v-2zm0 0h-2v2H4V6h5.17l2 2H14v2h2v2h-2v2h2v2z"})]
"FolderZipTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/follow_the_signs.cljs
================================================
(ns reagent-mui.icons.follow-the-signs
"Imports @mui/icons-material/FollowTheSigns as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def follow-the-signs (create-svg-icon (e "path" #js {"d" "M9.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5.75 8.9 3 23h2.1l1.75-8L9 17v6h2v-7.55L8.95 13.4l.6-3C10.85 12 12.8 13 15 13v-2c-1.85 0-3.45-1-4.35-2.45l-.95-1.6C9.35 6.35 8.7 6 8 6c-.25 0-.5.05-.75.15L2 8.3V13h2V9.65l1.75-.75M13 2v7h3.75v14h1.5V9H22V2h-9zm5.01 6V6.25H14.5v-1.5h3.51V3l2.49 2.5L18.01 8z"})
"FollowTheSigns"))
================================================
FILE: src/icons/reagent_mui/icons/follow_the_signs_outlined.cljs
================================================
(ns reagent-mui.icons.follow-the-signs-outlined
"Imports @mui/icons-material/FollowTheSignsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def follow-the-signs-outlined (create-svg-icon (e "path" #js {"d" "M9.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5.75 8.9 3 23h2.1l1.75-8L9 17v6h2v-7.55L8.95 13.4l.6-3C10.85 12 12.8 13 15 13v-2c-1.85 0-3.45-1-4.35-2.45l-.95-1.6C9.35 6.35 8.7 6 8 6c-.25 0-.5.05-.75.15L2 8.3V13h2V9.65l1.75-.75M13 2v7h3.75v14h1.5V9H22V2h-9zm5.01 6V6.25H14.5v-1.5h3.51V3l2.49 2.5L18.01 8z"})
"FollowTheSignsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/follow_the_signs_rounded.cljs
================================================
(ns reagent-mui.icons.follow-the-signs-rounded
"Imports @mui/icons-material/FollowTheSignsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def follow-the-signs-rounded (create-svg-icon (e "path" #js {"d" "M9.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5.75 8.9 3.23 21.81c-.12.62.35 1.19.98 1.19h.09c.47 0 .88-.33.98-.79L6.85 15 9 17v5c0 .55.45 1 1 1s1-.45 1-1v-6.14c0-.27-.11-.52-.29-.71L8.95 13.4l.6-3c1.07 1.32 2.58 2.23 4.31 2.51.6.1 1.14-.39 1.14-1 0-.49-.36-.9-.84-.98-1.49-.25-2.75-1.15-3.51-2.38l-.95-1.6C9.35 6.35 8.7 6 8 6c-.25 0-.5.05-.75.15l-4.63 1.9c-.37.15-.62.52-.62.92V12c0 .55.45 1 1 1s1-.45 1-1V9.65l1.75-.75M21 2h-7c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h2.75v13.25c0 .41.34.75.75.75s.75-.34.75-.75V9H21c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-.85 3.85-1.28 1.29c-.31.32-.85.09-.85-.35v-.54h-2.76c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.76v-.54c0-.45.54-.67.85-.35l1.28 1.29c.19.19.19.51 0 .7z"})
"FollowTheSignsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/follow_the_signs_sharp.cljs
================================================
(ns reagent-mui.icons.follow-the-signs-sharp
"Imports @mui/icons-material/FollowTheSignsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def follow-the-signs-sharp (create-svg-icon (e "path" #js {"d" "M9.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5.75 8.9 3 23h2.1l1.75-8L9 17v6h2v-7.55L8.95 13.4l.6-3C10.85 12 12.8 13 15 13v-2c-1.85 0-3.45-1-4.35-2.45l-.95-1.6C9.35 6.35 8.7 6 8 6c-.25 0-.5.05-.75.15L2 8.3V13h2V9.65l1.75-.75M13 2v7h3.75v14h1.5V9H22V2h-9zm5.01 6V6.25H14.5v-1.5h3.51V3l2.49 2.5L18.01 8z"})
"FollowTheSignsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/follow_the_signs_two_tone.cljs
================================================
(ns reagent-mui.icons.follow-the-signs-two-tone
"Imports @mui/icons-material/FollowTheSignsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def follow-the-signs-two-tone (create-svg-icon [(e "path" #js {"d" "M17.64 7.75V6h-3.51V4.5h3.51V2.75l2.49 2.5-2.49 2.5z", "opacity" ".3"}) (e "path" #js {"d" "M9.12 5.25c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-3.74 3.4-2.75 14.1h2.1l1.75-8 2.15 2v6h2V15.2l-2.05-2.05.6-3c1.3 1.6 3.25 2.6 5.45 2.6v-2c-1.85 0-3.45-1-4.35-2.45l-.96-1.6c-.35-.6-1-.95-1.7-.95-.25 0-.5.05-.75.15L1.62 8.05v4.7h2V9.4l1.76-.75m7.24-6.9v7h3.75v14h1.5v-14h3.75v-7h-9zm5.02 6V6h-3.51V4.5h3.51V2.75l2.49 2.5-2.49 2.5z"})]
"FollowTheSignsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/font_download.cljs
================================================
(ns reagent-mui.icons.font-download
"Imports @mui/icons-material/FontDownload as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def font-download (create-svg-icon (e "path" #js {"d" "M9.93 13.5h4.14L12 7.98zM20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-4.05 16.5-1.14-3H9.17l-1.12 3H5.96l5.11-13h1.86l5.11 13h-2.09z"})
"FontDownload"))
================================================
FILE: src/icons/reagent_mui/icons/font_download_off.cljs
================================================
(ns reagent-mui.icons.font-download-off
"Imports @mui/icons-material/FontDownloadOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def font-download-off (create-svg-icon (e "path" #js {"d" "m12.58 9.75-.87-.87.23-.66h.1l.54 1.53zm-2.23-2.23L10.92 6h2.14l2.55 6.79L22 19.17V4c0-1.1-.9-2-2-2H4.83l5.52 5.52zm10.14 15.79L19.17 22H4c-1.1 0-2-.9-2-2V4.83L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zm-8.39-8.38-3.3-3.3L6.41 18h2.08l1.09-3.07h2.52z"})
"FontDownloadOff"))
================================================
FILE: src/icons/reagent_mui/icons/font_download_off_outlined.cljs
================================================
(ns reagent-mui.icons.font-download-off-outlined
"Imports @mui/icons-material/FontDownloadOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def font-download-off-outlined (create-svg-icon (e "path" #js {"d" "M4.83 2H20c1.1 0 2 .9 2 2v15.17l-2-2V4H6.83l-2-2zm6.09 4-.57 1.52 1.36 1.36.23-.66h.1l.54 1.52 3.04 3.04L13.07 6h-2.15zm9.57 17.31L19.17 22H4c-1.1 0-2-.9-2-2V4.83L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM17.17 20l-5.07-5.07H9.58L8.49 18H6.41l2.39-6.37L4 6.83V20h13.17z"})
"FontDownloadOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/font_download_off_rounded.cljs
================================================
(ns reagent-mui.icons.font-download-off-rounded
"Imports @mui/icons-material/FontDownloadOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def font-download-off-rounded (create-svg-icon (e "path" #js {"d" "m12.58 9.75-.87-.87.23-.66h.1l.54 1.53zm-2.23-2.23.2-.52c.23-.6.8-1 1.45-1s1.22.4 1.45 1l2.17 5.79L22 19.17V4c0-1.1-.9-2-2-2H4.83l5.52 5.52zm10.84 15.09c-.39.39-1.02.39-1.41 0l-.61-.61H4c-1.1 0-2-.9-2-2V4.83l-.61-.61a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l18.38 18.38c.4.39.4 1.03.01 1.42zm-9.09-7.68-3.3-3.3-1.9 5.07c-.23.63.23 1.3.9 1.3h.01c.41 0 .77-.26.9-.64l.86-2.43h2.53z"})
"FontDownloadOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/font_download_off_sharp.cljs
================================================
(ns reagent-mui.icons.font-download-off-sharp
"Imports @mui/icons-material/FontDownloadOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def font-download-off-sharp (create-svg-icon (e "path" #js {"d" "m12.58 9.75-.87-.87.23-.66h.1l.54 1.53zm7.91 13.56L19.17 22H2V4.83L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zm-8.39-8.38-3.3-3.3L6.41 18h2.08l1.09-3.07h2.52zm-1.75-7.41L10.92 6h2.14l2.55 6.79L22 19.17V2H4.83l5.52 5.52z"})
"FontDownloadOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/font_download_off_two_tone.cljs
================================================
(ns reagent-mui.icons.font-download-off-two-tone
"Imports @mui/icons-material/FontDownloadOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def font-download-off-two-tone (create-svg-icon [(e "path" #js {"d" "M10.35 7.52 10.92 6h2.14l2.55 6.79L20 17.17V4H6.83l3.52 3.52zm2.23 2.23-.54-1.52h-.1l-.23.66.87.86zM17.17 20l-5.07-5.07H9.58L8.49 18H6.41l2.39-6.37L4 6.83V20h13.17z", "opacity" ".3"}) (e "path" #js {"d" "M4.83 2H20c1.1 0 2 .9 2 2v15.17l-2-2V4H6.83l-2-2zm6.09 4-.57 1.52 1.36 1.36.23-.66h.1l.54 1.52 3.04 3.04L13.07 6h-2.15zm9.57 17.31L19.17 22H4c-1.1 0-2-.9-2-2V4.83L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM17.17 20l-5.07-5.07H9.58L8.49 18H6.41l2.39-6.37L4 6.83V20h13.17z"})]
"FontDownloadOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/font_download_outlined.cljs
================================================
(ns reagent-mui.icons.font-download-outlined
"Imports @mui/icons-material/FontDownloadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def font-download-outlined (create-svg-icon (e "path" #js {"d" "M9.17 15.5h5.64l1.14 3h2.09l-5.11-13h-1.86l-5.11 13h2.09l1.12-3zM12 7.98l2.07 5.52H9.93L12 7.98zM20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h16v16z"})
"FontDownloadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/font_download_rounded.cljs
================================================
(ns reagent-mui.icons.font-download-rounded
"Imports @mui/icons-material/FontDownloadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def font-download-rounded (create-svg-icon (e "path" #js {"d" "M9.93 13.5h4.14L12 7.98 9.93 13.5zM20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-4.29 15.88-.9-2.38H9.17l-.89 2.37c-.14.38-.5.63-.91.63-.68 0-1.15-.69-.9-1.32l4.25-10.81c.22-.53.72-.87 1.28-.87s1.06.34 1.27.87l4.25 10.81c.25.63-.22 1.32-.9 1.32-.4 0-.76-.25-.91-.62z"})
"FontDownloadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/font_download_sharp.cljs
================================================
(ns reagent-mui.icons.font-download-sharp
"Imports @mui/icons-material/FontDownloadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def font-download-sharp (create-svg-icon (e "path" #js {"d" "M9.93 13.5h4.14L12 7.98 9.93 13.5zM22 2H2v20h20V2zm-6.05 16.5-1.14-3H9.17l-1.12 3H5.96l5.11-13h1.86l5.11 13h-2.09z"})
"FontDownloadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/font_download_two_tone.cljs
================================================
(ns reagent-mui.icons.font-download-two-tone
"Imports @mui/icons-material/FontDownloadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def font-download-two-tone (create-svg-icon [(e "path" #js {"d" "M4 20h16V4H4v16zm7.07-14.5h1.86l5.11 13h-2.09l-1.14-3H9.17l-1.12 3H5.96l5.11-13zM12 7.98 9.93 13.5h4.14z", "opacity" ".3"}) (e "path" #js {"d" "M9.17 15.5h5.64l1.14 3h2.09l-5.11-13h-1.86l-5.11 13h2.09l1.12-3zM12 7.98l2.07 5.52H9.93L12 7.98zM20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h16v16z"})]
"FontDownloadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/food_bank.cljs
================================================
(ns reagent-mui.icons.food-bank
"Imports @mui/icons-material/FoodBank as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def food-bank (create-svg-icon (e "path" #js {"d" "M12 3 4 9v12h16V9l-8-6zm.5 9.5c0 .83-.67 1.5-1.5 1.5v4h-1v-4c-.83 0-1.5-.67-1.5-1.5v-3h1v3h.5v-3h1v3h.5v-3h1v3zM15 18h-1v-3.5h-1v-3c0-1.1.9-2 2-2V18z"})
"FoodBank"))
================================================
FILE: src/icons/reagent_mui/icons/food_bank_outlined.cljs
================================================
(ns reagent-mui.icons.food-bank-outlined
"Imports @mui/icons-material/FoodBankOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def food-bank-outlined (create-svg-icon (e "path" #js {"d" "m12 5.5 6 4.5v9H6v-9l6-4.5M12 3 4 9v12h16V9l-8-6zm-.5 6.5v3H11v-3h-1v3h-.5v-3h-1v3c0 .83.67 1.5 1.5 1.5v4h1v-4c.83 0 1.5-.67 1.5-1.5v-3h-1zm1.5 2v3h1V18h1V9.5c-1.1 0-2 .9-2 2z"})
"FoodBankOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/food_bank_rounded.cljs
================================================
(ns reagent-mui.icons.food-bank-rounded
"Imports @mui/icons-material/FoodBankRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def food-bank-rounded (create-svg-icon (e "path" #js {"d" "m10.8 3.9-6 4.5c-.5.38-.8.97-.8 1.6v9c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-9c0-.63-.3-1.22-.8-1.6l-6-4.5c-.71-.53-1.69-.53-2.4 0zm1.7 8.6c0 .83-.67 1.5-1.5 1.5v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V14c-.83 0-1.5-.67-1.5-1.5V10c0-.28.22-.5.5-.5s.5.22.5.5v2.5h.5V10c0-.28.22-.5.5-.5s.5.22.5.5v2.5h.5V10c0-.28.22-.5.5-.5s.5.22.5.5v2.5zm2 5.5c-.28 0-.5-.22-.5-.5v-3h-.5c-.28 0-.5-.22-.5-.5v-2.5c0-.88.57-1.63 1.36-1.89.31-.11.64.14.64.48v7.41c0 .28-.22.5-.5.5z"})
"FoodBankRounded"))
================================================
FILE: src/icons/reagent_mui/icons/food_bank_sharp.cljs
================================================
(ns reagent-mui.icons.food-bank-sharp
"Imports @mui/icons-material/FoodBankSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def food-bank-sharp (create-svg-icon (e "path" #js {"d" "M12 3 4 9v12h16V9l-8-6zm.5 9.5c0 .83-.67 1.5-1.5 1.5v4h-1v-4c-.83 0-1.5-.67-1.5-1.5v-3h1v3h.5v-3h1v3h.5v-3h1v3zM15 18h-1v-3.5h-1v-3c0-1.1.9-2 2-2V18z"})
"FoodBankSharp"))
================================================
FILE: src/icons/reagent_mui/icons/food_bank_two_tone.cljs
================================================
(ns reagent-mui.icons.food-bank-two-tone
"Imports @mui/icons-material/FoodBankTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def food-bank-two-tone (create-svg-icon [(e "path" #js {"d" "m12 5.5 6 4.5v9H6v-9l6-4.5m-.5 4v3H11v-3h-1v3h-.5v-3h-1v3c0 .83.67 1.5 1.5 1.5v4h1v-4c.83 0 1.5-.67 1.5-1.5v-3h-1zm1.5 2v3h1V18h1V9.5c-1.1 0-2 .9-2 2z", "opacity" ".3"}) (e "path" #js {"d" "m12 5.5 6 4.5v9H6v-9l6-4.5M12 3 4 9v12h16V9l-8-6zm-.5 6.5v3H11v-3h-1v3h-.5v-3h-1v3c0 .83.67 1.5 1.5 1.5v4h1v-4c.83 0 1.5-.67 1.5-1.5v-3h-1zm1.5 2v3h1V18h1V9.5c-1.1 0-2 .9-2 2z"})]
"FoodBankTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/forest.cljs
================================================
(ns reagent-mui.icons.forest
"Imports @mui/icons-material/Forest as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forest (create-svg-icon [(e "path" #js {"d" "M16 12 9 2 2 12h1.86L0 18h7v4h4v-4h7l-3.86-6z"}) (e "path" #js {"d" "M20.14 12H22L15 2l-2.39 3.41L17.92 13h-1.95l3.22 5H24zM13 19h4v3h-4z"})]
"Forest"))
================================================
FILE: src/icons/reagent_mui/icons/forest_outlined.cljs
================================================
(ns reagent-mui.icons.forest-outlined
"Imports @mui/icons-material/ForestOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forest-outlined (create-svg-icon (e "path" #js {"d" "m24 18-3.86-6H22L15 2l-3 4.29L9 2 2 12h1.86L0 18h7v4h4v-4h2v4h4v-4h7zM15 5.49 18.16 10h-1.68l3.86 6h-3.62l-2.57-4H16l-2.78-3.97L15 5.49zM3.66 16l3.86-6H5.84L9 5.49 12.16 10h-1.68l3.86 6H3.66z"})
"ForestOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/forest_rounded.cljs
================================================
(ns reagent-mui.icons.forest-rounded
"Imports @mui/icons-material/ForestRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forest-rounded (create-svg-icon [(e "path" #js {"d" "M14.14 12h-.06c.81 0 1.28-.91.82-1.57L9.82 3.17c-.4-.57-1.24-.57-1.64 0L3.1 10.43c-.46.66.01 1.57.82 1.57h-.06L.99 16.46c-.43.66.05 1.54.84 1.54H7v2c0 1.1.9 2 2 2s2-.9 2-2v-2h5.17c.79 0 1.27-.88.84-1.54L14.14 12z"}) (e "path" #js {"d" "M23.01 16.46 20.14 12h-.06c.81 0 1.28-.91.82-1.57l-5.08-7.26c-.4-.57-1.24-.57-1.64 0l-1.57 2.24 3.11 4.44c.43.61.48 1.41.14 2.07-.08.16-.18.3-.3.43l2.29 3.57c.4.62.42 1.4.07 2.04-.01.02-.02.03-.03.04h4.28c.79 0 1.27-.88.84-1.54zM13 20c0 1.1.9 2 2 2s2-.9 2-2v-1h-4v1z"})]
"ForestRounded"))
================================================
FILE: src/icons/reagent_mui/icons/forest_sharp.cljs
================================================
(ns reagent-mui.icons.forest-sharp
"Imports @mui/icons-material/ForestSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forest-sharp (create-svg-icon [(e "path" #js {"d" "M16 12 9 2 2 12h1.86L0 18h7v4h4v-4h7l-3.86-6z"}) (e "path" #js {"d" "M20.14 12H22L15 2l-2.39 3.41L17.92 13h-1.95l3.22 5H24zM13 19h4v3h-4z"})]
"ForestSharp"))
================================================
FILE: src/icons/reagent_mui/icons/forest_two_tone.cljs
================================================
(ns reagent-mui.icons.forest-two-tone
"Imports @mui/icons-material/ForestTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forest-two-tone (create-svg-icon [(e "path" #js {"d" "M16.48 10h1.68L15 5.49l-1.78 2.54L16 12h-1.86l2.57 4h3.63zm-4.32 0L9 5.49 5.84 10h1.68l-3.86 6h10.68l-3.86-6z", "opacity" ".3"}) (e "path" #js {"d" "M20.14 12H22L15 2l-3 4.29L9 2 2 12h1.86L0 18h7v4h4v-4h2v4h4v-4h7l-3.86-6zM3.66 16l3.86-6H5.84L9 5.49 12.16 10h-1.68l3.86 6H3.66zm13.05 0-2.57-4H16l-2.78-3.97L15 5.49 18.16 10h-1.68l3.86 6h-3.63z"})]
"ForestTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fork_left.cljs
================================================
(ns reagent-mui.icons.fork-left
"Imports @mui/icons-material/ForkLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fork-left (create-svg-icon (e "path" #js {"d" "M9.41 15.59 8 17l-4-4 4-4 1.41 1.41L7.83 12c1.51-.33 3.73.08 5.17 1.36V6.83l-1.59 1.59L10 7l4-4 4 4-1.41 1.41L15 6.83V21h-2v-4c-.73-2.58-3.07-3.47-5.17-3l1.58 1.59z"})
"ForkLeft"))
================================================
FILE: src/icons/reagent_mui/icons/fork_left_outlined.cljs
================================================
(ns reagent-mui.icons.fork-left-outlined
"Imports @mui/icons-material/ForkLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fork-left-outlined (create-svg-icon (e "path" #js {"d" "M9.41 15.59 8 17l-4-4 4-4 1.41 1.41L7.83 12c1.51-.33 3.73.08 5.17 1.36V6.83l-1.59 1.59L10 7l4-4 4 4-1.41 1.41L15 6.83V21h-2v-4c-.73-2.58-3.07-3.47-5.17-3l1.58 1.59z"})
"ForkLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fork_left_rounded.cljs
================================================
(ns reagent-mui.icons.fork-left-rounded
"Imports @mui/icons-material/ForkLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fork-left-rounded (create-svg-icon (e "path" #js {"d" "M15 20c0 .55-.45 1-1 1s-1-.45-1-1v-3c-.73-2.58-3.07-3.47-5.17-3l.88.88c.39.39.39 1.02 0 1.41-.39.39-1.02.39-1.41 0L4.71 13.7a.9959.9959 0 0 1 0-1.41L7.3 9.7c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-.88.89c1.51-.33 3.73.08 5.17 1.36V6.83l-.88.88c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41l2.59-2.59c.39-.39 1.02-.39 1.41 0L17.3 6.3c.39.39.39 1.02 0 1.41-.39.39-1.02.39-1.41 0L15 6.83V20z"})
"ForkLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fork_left_sharp.cljs
================================================
(ns reagent-mui.icons.fork-left-sharp
"Imports @mui/icons-material/ForkLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fork-left-sharp (create-svg-icon (e "path" #js {"d" "M9.41 15.59 8 17l-4-4 4-4 1.41 1.41L7.83 12c1.51-.33 3.73.08 5.17 1.36V6.83l-1.59 1.59L10 7l4-4 4 4-1.41 1.41L15 6.83V21h-2v-4c-.73-2.58-3.07-3.47-5.17-3l1.58 1.59z"})
"ForkLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fork_left_two_tone.cljs
================================================
(ns reagent-mui.icons.fork-left-two-tone
"Imports @mui/icons-material/ForkLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fork-left-two-tone (create-svg-icon (e "path" #js {"d" "M9.41 15.59 8 17l-4-4 4-4 1.41 1.41L7.83 12c1.51-.33 3.73.08 5.17 1.36V6.83l-1.59 1.59L10 7l4-4 4 4-1.41 1.41L15 6.83V21h-2v-4c-.73-2.58-3.07-3.47-5.17-3l1.58 1.59z"})
"ForkLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fork_right.cljs
================================================
(ns reagent-mui.icons.fork-right
"Imports @mui/icons-material/ForkRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fork-right (create-svg-icon (e "path" #js {"d" "M14.59 15.59 16 17l4-4-4-4-1.41 1.41L16.17 12c-1.51-.33-3.73.08-5.17 1.36V6.83l1.59 1.59L14 7l-4-4-4 4 1.41 1.41L9 6.83V21h2v-4c.73-2.58 3.07-3.47 5.17-3l-1.58 1.59z"})
"ForkRight"))
================================================
FILE: src/icons/reagent_mui/icons/fork_right_outlined.cljs
================================================
(ns reagent-mui.icons.fork-right-outlined
"Imports @mui/icons-material/ForkRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fork-right-outlined (create-svg-icon (e "path" #js {"d" "M14.59 15.59 16 17l4-4-4-4-1.41 1.41L16.17 12c-1.51-.33-3.73.08-5.17 1.36V6.83l1.59 1.59L14 7l-4-4-4 4 1.41 1.41L9 6.83V21h2v-4c.73-2.58 3.07-3.47 5.17-3l-1.58 1.59z"})
"ForkRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fork_right_rounded.cljs
================================================
(ns reagent-mui.icons.fork-right-rounded
"Imports @mui/icons-material/ForkRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fork-right-rounded (create-svg-icon (e "path" #js {"d" "M9 20c0 .55.45 1 1 1s1-.45 1-1v-3c.73-2.58 3.07-3.47 5.17-3l-.88.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l2.59-2.59c.39-.39.39-1.02 0-1.41L16.7 9.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.88.89c-1.51-.33-3.73.08-5.17 1.36V6.83l.88.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L10.7 3.71a.9959.9959 0 0 0-1.41 0L6.71 6.29c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L9 6.83V20z"})
"ForkRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fork_right_sharp.cljs
================================================
(ns reagent-mui.icons.fork-right-sharp
"Imports @mui/icons-material/ForkRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fork-right-sharp (create-svg-icon (e "path" #js {"d" "M14.59 15.59 16 17l4-4-4-4-1.41 1.41L16.17 12c-1.51-.33-3.73.08-5.17 1.36V6.83l1.59 1.59L14 7l-4-4-4 4 1.41 1.41L9 6.83V21h2v-4c.73-2.58 3.07-3.47 5.17-3l-1.58 1.59z"})
"ForkRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fork_right_two_tone.cljs
================================================
(ns reagent-mui.icons.fork-right-two-tone
"Imports @mui/icons-material/ForkRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fork-right-two-tone (create-svg-icon (e "path" #js {"d" "M14.59 15.59 16 17l4-4-4-4-1.41 1.41L16.17 12c-1.51-.33-3.73.08-5.17 1.36V6.83l1.59 1.59L14 7l-4-4-4 4 1.41 1.41L9 6.83V21h2v-4c.73-2.58 3.07-3.47 5.17-3l-1.58 1.59z"})
"ForkRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_center.cljs
================================================
(ns reagent-mui.icons.format-align-center
"Imports @mui/icons-material/FormatAlignCenter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-center (create-svg-icon (e "path" #js {"d" "M7 15v2h10v-2H7zm-4 6h18v-2H3v2zm0-8h18v-2H3v2zm4-6v2h10V7H7zM3 3v2h18V3H3z"})
"FormatAlignCenter"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_center_outlined.cljs
================================================
(ns reagent-mui.icons.format-align-center-outlined
"Imports @mui/icons-material/FormatAlignCenterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-center-outlined (create-svg-icon (e "path" #js {"d" "M7 15v2h10v-2H7zm-4 6h18v-2H3v2zm0-8h18v-2H3v2zm4-6v2h10V7H7zM3 3v2h18V3H3z"})
"FormatAlignCenterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_center_rounded.cljs
================================================
(ns reagent-mui.icons.format-align-center-rounded
"Imports @mui/icons-material/FormatAlignCenterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-center-rounded (create-svg-icon (e "path" #js {"d" "M7 16c0 .55.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1zm-3 5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-8h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm3-5c0 .55.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1zM3 4c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"})
"FormatAlignCenterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_center_sharp.cljs
================================================
(ns reagent-mui.icons.format-align-center-sharp
"Imports @mui/icons-material/FormatAlignCenterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-center-sharp (create-svg-icon (e "path" #js {"d" "M7 15v2h10v-2H7zm-4 6h18v-2H3v2zm0-8h18v-2H3v2zm4-6v2h10V7H7zM3 3v2h18V3H3z"})
"FormatAlignCenterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_center_two_tone.cljs
================================================
(ns reagent-mui.icons.format-align-center-two-tone
"Imports @mui/icons-material/FormatAlignCenterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-center-two-tone (create-svg-icon (e "path" #js {"d" "M3 3h18v2H3zm4 12h10v2H7zm0-8h10v2H7zm-4 4h18v2H3zm0 8h18v2H3z"})
"FormatAlignCenterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_justify.cljs
================================================
(ns reagent-mui.icons.format-align-justify
"Imports @mui/icons-material/FormatAlignJustify as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-justify (create-svg-icon (e "path" #js {"d" "M3 21h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18V7H3v2zm0-6v2h18V3H3z"})
"FormatAlignJustify"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_justify_outlined.cljs
================================================
(ns reagent-mui.icons.format-align-justify-outlined
"Imports @mui/icons-material/FormatAlignJustifyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-justify-outlined (create-svg-icon (e "path" #js {"d" "M3 21h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18V7H3v2zm0-6v2h18V3H3z"})
"FormatAlignJustifyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_justify_rounded.cljs
================================================
(ns reagent-mui.icons.format-align-justify-rounded
"Imports @mui/icons-material/FormatAlignJustifyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-justify-rounded (create-svg-icon (e "path" #js {"d" "M4 21h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-4h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-4h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-4h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 4c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"})
"FormatAlignJustifyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_justify_sharp.cljs
================================================
(ns reagent-mui.icons.format-align-justify-sharp
"Imports @mui/icons-material/FormatAlignJustifySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-justify-sharp (create-svg-icon (e "path" #js {"d" "M3 21h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18V7H3v2zm0-6v2h18V3H3z"})
"FormatAlignJustifySharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_justify_two_tone.cljs
================================================
(ns reagent-mui.icons.format-align-justify-two-tone
"Imports @mui/icons-material/FormatAlignJustifyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-justify-two-tone (create-svg-icon (e "path" #js {"d" "M3 3h18v2H3zm0 8h18v2H3zm0 8h18v2H3zm0-4h18v2H3zm0-8h18v2H3z"})
"FormatAlignJustifyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_left.cljs
================================================
(ns reagent-mui.icons.format-align-left
"Imports @mui/icons-material/FormatAlignLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-left (create-svg-icon (e "path" #js {"d" "M15 15H3v2h12v-2zm0-8H3v2h12V7zM3 13h18v-2H3v2zm0 8h18v-2H3v2zM3 3v2h18V3H3z"})
"FormatAlignLeft"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_left_outlined.cljs
================================================
(ns reagent-mui.icons.format-align-left-outlined
"Imports @mui/icons-material/FormatAlignLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-left-outlined (create-svg-icon (e "path" #js {"d" "M15 15H3v2h12v-2zm0-8H3v2h12V7zM3 13h18v-2H3v2zm0 8h18v-2H3v2zM3 3v2h18V3H3z"})
"FormatAlignLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_left_rounded.cljs
================================================
(ns reagent-mui.icons.format-align-left-rounded
"Imports @mui/icons-material/FormatAlignLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-left-rounded (create-svg-icon (e "path" #js {"d" "M14 15H4c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1zm0-8H4c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1zM4 13h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0 8h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 4c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"})
"FormatAlignLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_left_sharp.cljs
================================================
(ns reagent-mui.icons.format-align-left-sharp
"Imports @mui/icons-material/FormatAlignLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-left-sharp (create-svg-icon (e "path" #js {"d" "M15 15H3v2h12v-2zm0-8H3v2h12V7zM3 13h18v-2H3v2zm0 8h18v-2H3v2zM3 3v2h18V3H3z"})
"FormatAlignLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_left_two_tone.cljs
================================================
(ns reagent-mui.icons.format-align-left-two-tone
"Imports @mui/icons-material/FormatAlignLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-left-two-tone (create-svg-icon (e "path" #js {"d" "M3 19h18v2H3zM3 7h12v2H3zm0-4h18v2H3zm0 12h12v2H3zm0-4h18v2H3z"})
"FormatAlignLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_right.cljs
================================================
(ns reagent-mui.icons.format-align-right
"Imports @mui/icons-material/FormatAlignRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-right (create-svg-icon (e "path" #js {"d" "M3 21h18v-2H3v2zm6-4h12v-2H9v2zm-6-4h18v-2H3v2zm6-4h12V7H9v2zM3 3v2h18V3H3z"})
"FormatAlignRight"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_right_outlined.cljs
================================================
(ns reagent-mui.icons.format-align-right-outlined
"Imports @mui/icons-material/FormatAlignRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-right-outlined (create-svg-icon (e "path" #js {"d" "M3 21h18v-2H3v2zm6-4h12v-2H9v2zm-6-4h18v-2H3v2zm6-4h12V7H9v2zM3 3v2h18V3H3z"})
"FormatAlignRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_right_rounded.cljs
================================================
(ns reagent-mui.icons.format-align-right-rounded
"Imports @mui/icons-material/FormatAlignRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-right-rounded (create-svg-icon (e "path" #js {"d" "M4 21h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm6-4h10c.55 0 1-.45 1-1s-.45-1-1-1H10c-.55 0-1 .45-1 1s.45 1 1 1zm-6-4h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm6-4h10c.55 0 1-.45 1-1s-.45-1-1-1H10c-.55 0-1 .45-1 1s.45 1 1 1zM3 4c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"})
"FormatAlignRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_right_sharp.cljs
================================================
(ns reagent-mui.icons.format-align-right-sharp
"Imports @mui/icons-material/FormatAlignRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-right-sharp (create-svg-icon (e "path" #js {"d" "M3 21h18v-2H3v2zm6-4h12v-2H9v2zm-6-4h18v-2H3v2zm6-4h12V7H9v2zM3 3v2h18V3H3z"})
"FormatAlignRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_align_right_two_tone.cljs
================================================
(ns reagent-mui.icons.format-align-right-two-tone
"Imports @mui/icons-material/FormatAlignRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-align-right-two-tone (create-svg-icon (e "path" #js {"d" "M3 3h18v2H3zm0 16h18v2H3zm0-8h18v2H3zm6 4h12v2H9zm0-8h12v2H9z"})
"FormatAlignRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_bold.cljs
================================================
(ns reagent-mui.icons.format-bold
"Imports @mui/icons-material/FormatBold as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-bold (create-svg-icon (e "path" #js {"d" "M15.6 10.79c.97-.67 1.65-1.77 1.65-2.79 0-2.26-1.75-4-4-4H7v14h7.04c2.09 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42zM10 6.5h3c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-3v-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5z"})
"FormatBold"))
================================================
FILE: src/icons/reagent_mui/icons/format_bold_outlined.cljs
================================================
(ns reagent-mui.icons.format-bold-outlined
"Imports @mui/icons-material/FormatBoldOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-bold-outlined (create-svg-icon (e "path" #js {"d" "M15.6 10.79c.97-.67 1.65-1.77 1.65-2.79 0-2.26-1.75-4-4-4H7v14h7.04c2.09 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42zM10 6.5h3c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-3v-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5z"})
"FormatBoldOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_bold_rounded.cljs
================================================
(ns reagent-mui.icons.format-bold-rounded
"Imports @mui/icons-material/FormatBoldRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-bold-rounded (create-svg-icon (e "path" #js {"d" "M15.6 10.79c.97-.67 1.65-1.77 1.65-2.79 0-2.26-1.75-4-4-4H8c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h5.78c2.07 0 3.96-1.69 3.97-3.77.01-1.53-.85-2.84-2.15-3.44zM10 6.5h3c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-3v-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5z"})
"FormatBoldRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_bold_sharp.cljs
================================================
(ns reagent-mui.icons.format-bold-sharp
"Imports @mui/icons-material/FormatBoldSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-bold-sharp (create-svg-icon (e "path" #js {"d" "M15.6 10.79c.97-.67 1.65-1.77 1.65-2.79 0-2.26-1.75-4-4-4H7v14h7.04c2.09 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42zM10 6.5h3c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-3v-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5z"})
"FormatBoldSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_bold_two_tone.cljs
================================================
(ns reagent-mui.icons.format-bold-two-tone
"Imports @mui/icons-material/FormatBoldTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-bold-two-tone (create-svg-icon (e "path" #js {"d" "M17.25 8c0-2.26-1.75-4-4-4H7v14h7.04c2.09 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42.97-.67 1.65-1.77 1.65-2.79zM10 6.5h3c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-3v-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5z"})
"FormatBoldTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_clear.cljs
================================================
(ns reagent-mui.icons.format-clear
"Imports @mui/icons-material/FormatClear as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-clear (create-svg-icon (e "path" #js {"d" "M3.27 5 2 6.27l6.97 6.97L6.5 19h3l1.57-3.66L16.73 21 18 19.73 3.55 5.27 3.27 5zM6 5v.18L8.82 8h2.4l-.72 1.68 2.1 2.1L14.21 8H20V5H6z"})
"FormatClear"))
================================================
FILE: src/icons/reagent_mui/icons/format_clear_outlined.cljs
================================================
(ns reagent-mui.icons.format-clear-outlined
"Imports @mui/icons-material/FormatClearOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-clear-outlined (create-svg-icon (e "path" #js {"d" "M20 8V5H6.39l3 3h1.83l-.55 1.28 2.09 2.1L14.21 8zM3.41 4.86 2 6.27l6.97 6.97L6.5 19h3l1.57-3.66L16.73 21l1.41-1.41z"})
"FormatClearOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_clear_rounded.cljs
================================================
(ns reagent-mui.icons.format-clear-rounded
"Imports @mui/icons-material/FormatClearRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-clear-rounded (create-svg-icon (e "path" #js {"d" "M18.5 8c.83 0 1.5-.67 1.5-1.5S19.33 5 18.5 5H6.39l3 3h1.83l-.55 1.28 2.09 2.09L14.21 8h4.29zm-1.06 10.88L4.12 5.56a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l6.26 6.26-1.65 3.84c-.39.92.28 1.93 1.27 1.93.55 0 1.05-.33 1.27-.84l1.21-2.83 4.95 4.95c.39.39 1.02.39 1.41 0 .4-.38.4-1.01.01-1.4z"})
"FormatClearRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_clear_sharp.cljs
================================================
(ns reagent-mui.icons.format-clear-sharp
"Imports @mui/icons-material/FormatClearSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-clear-sharp (create-svg-icon (e "path" #js {"d" "M20 8V5H6.39l3 3h1.83l-.55 1.28 2.09 2.1L14.21 8zM3.41 4.86 2 6.27l6.97 6.97L6.5 19h3l1.57-3.66L16.73 21l1.41-1.41z"})
"FormatClearSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_clear_two_tone.cljs
================================================
(ns reagent-mui.icons.format-clear-two-tone
"Imports @mui/icons-material/FormatClearTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-clear-two-tone (create-svg-icon (e "path" #js {"d" "M20 8V5H6.39l3 3h1.83l-.55 1.28 2.09 2.1L14.21 8zM3.41 4.86 2 6.27l6.97 6.97L6.5 19h3l1.57-3.66L16.73 21l1.41-1.41z"})
"FormatClearTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_color_fill.cljs
================================================
(ns reagent-mui.icons.format-color-fill
"Imports @mui/icons-material/FormatColorFill as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-color-fill (create-svg-icon (e "path" #js {"d" "M16.56 8.94 7.62 0 6.21 1.41l2.38 2.38-5.15 5.15c-.59.59-.59 1.54 0 2.12l5.5 5.5c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.5-5.5c.59-.58.59-1.53 0-2.12zM5.21 10 10 5.21 14.79 10H5.21zM19 11.5s-2 2.17-2 3.5c0 1.1.9 2 2 2s2-.9 2-2c0-1.33-2-3.5-2-3.5zM2 20h20v4H2v-4z"})
"FormatColorFill"))
================================================
FILE: src/icons/reagent_mui/icons/format_color_fill_outlined.cljs
================================================
(ns reagent-mui.icons.format-color-fill-outlined
"Imports @mui/icons-material/FormatColorFillOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-color-fill-outlined (create-svg-icon (e "path" #js {"d" "M16.56 8.94 7.62 0 6.21 1.41l2.38 2.38-5.15 5.15c-.59.59-.59 1.54 0 2.12l5.5 5.5c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.5-5.5c.59-.58.59-1.53 0-2.12zM5.21 10 10 5.21 14.79 10H5.21zM19 11.5s-2 2.17-2 3.5c0 1.1.9 2 2 2s2-.9 2-2c0-1.33-2-3.5-2-3.5zM2 20h20v4H2v-4z"})
"FormatColorFillOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_color_fill_rounded.cljs
================================================
(ns reagent-mui.icons.format-color-fill-rounded
"Imports @mui/icons-material/FormatColorFillRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-color-fill-rounded (create-svg-icon (e "path" #js {"d" "M8.94 16.56c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.5-5.5c.59-.58.59-1.53 0-2.12L8.32.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.68 1.68-5.15 5.15c-.59.59-.59 1.54 0 2.12l5.5 5.5zM10 5.21 14.79 10H5.21L10 5.21zM19 17c1.1 0 2-.9 2-2 0-1.33-2-3.5-2-3.5s-2 2.17-2 3.5c0 1.1.9 2 2 2zm1 3H4c-1.1 0-2 .9-2 2s.9 2 2 2h16c1.1 0 2-.9 2-2s-.9-2-2-2z"})
"FormatColorFillRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_color_fill_sharp.cljs
================================================
(ns reagent-mui.icons.format-color-fill-sharp
"Imports @mui/icons-material/FormatColorFillSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-color-fill-sharp (create-svg-icon (e "path" #js {"d" "M10 17.62 17.62 10l-10-10-1.41 1.41 2.38 2.38L2.38 10 10 17.62zm0-12.41L14.79 10H5.21L10 5.21zM19 17c1.1 0 2-.9 2-2 0-1.33-2-3.5-2-3.5s-2 2.17-2 3.5c0 1.1.9 2 2 2zM2 20h20v4H2z"})
"FormatColorFillSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_color_fill_two_tone.cljs
================================================
(ns reagent-mui.icons.format-color-fill-two-tone
"Imports @mui/icons-material/FormatColorFillTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-color-fill-two-tone (create-svg-icon (e "path" #js {"d" "M16.56 8.94 7.62 0 6.21 1.41l2.38 2.38-5.15 5.15c-.59.59-.59 1.54 0 2.12l5.5 5.5c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.5-5.5c.59-.58.59-1.53 0-2.12zM5.21 10 10 5.21 14.79 10H5.21zM19 11.5s-2 2.17-2 3.5c0 1.1.9 2 2 2s2-.9 2-2c0-1.33-2-3.5-2-3.5zM2 20h20v4H2v-4z"})
"FormatColorFillTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_color_reset.cljs
================================================
(ns reagent-mui.icons.format-color-reset
"Imports @mui/icons-material/FormatColorReset as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-color-reset (create-svg-icon (e "path" #js {"d" "M18 14c0-4-6-10.8-6-10.8s-1.33 1.51-2.73 3.52l8.59 8.59c.09-.42.14-.86.14-1.31zm-.88 3.12L12.5 12.5 5.27 5.27 4 6.55l3.32 3.32C6.55 11.32 6 12.79 6 14c0 3.31 2.69 6 6 6 1.52 0 2.9-.57 3.96-1.5l2.63 2.63 1.27-1.27-2.74-2.74z"})
"FormatColorReset"))
================================================
FILE: src/icons/reagent_mui/icons/format_color_reset_outlined.cljs
================================================
(ns reagent-mui.icons.format-color-reset-outlined
"Imports @mui/icons-material/FormatColorResetOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-color-reset-outlined (create-svg-icon (e "path" #js {"d" "M12 6.36c1.53 2 3.08 4.43 3.71 6.24l2.23 2.23c.03-.27.06-.55.06-.83 0-3.98-6-10.8-6-10.8s-1.18 1.35-2.5 3.19l1.44 1.44c.34-.51.7-1 1.06-1.47zM5.41 5.14 4 6.55l3.32 3.32C6.55 11.33 6 12.79 6 14c0 3.31 2.69 6 6 6 1.52 0 2.9-.57 3.95-1.5l2.63 2.63L20 19.72 5.41 5.14zM12 18c-2.21 0-4-1.79-4-4 0-.69.32-1.62.81-2.64l5.72 5.72c-.7.56-1.57.92-2.53.92z"})
"FormatColorResetOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_color_reset_rounded.cljs
================================================
(ns reagent-mui.icons.format-color-reset-rounded
"Imports @mui/icons-material/FormatColorResetRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-color-reset-rounded (create-svg-icon (e "path" #js {"d" "M18 14c0-3.09-3.6-7.88-5.23-9.87-.4-.49-1.15-.49-1.55 0-.46.57-1.08 1.36-1.73 2.27l8.44 8.44c.04-.28.07-.56.07-.84zm1.29 5.01L6.12 5.84a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l2.61 2.61C6.55 11.33 6 12.79 6 14c0 3.31 2.69 6 6 6 1.52 0 2.9-.57 3.95-1.5l1.92 1.92c.39.39 1.02.39 1.41 0 .4-.38.4-1.02.01-1.41z"})
"FormatColorResetRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_color_reset_sharp.cljs
================================================
(ns reagent-mui.icons.format-color-reset-sharp
"Imports @mui/icons-material/FormatColorResetSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-color-reset-sharp (create-svg-icon (e "path" #js {"d" "M18 14c0-3.98-6-10.8-6-10.8s-1.18 1.35-2.5 3.19l8.44 8.44c.03-.27.06-.55.06-.83zM5.41 5.14 4 6.55l3.32 3.32C6.55 11.33 6 12.79 6 14c0 3.31 2.69 6 6 6 1.52 0 2.9-.57 3.95-1.5l2.63 2.63L20 19.72 5.41 5.14z"})
"FormatColorResetSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_color_reset_two_tone.cljs
================================================
(ns reagent-mui.icons.format-color-reset-two-tone
"Imports @mui/icons-material/FormatColorResetTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-color-reset-two-tone (create-svg-icon [(e "path" #js {"d" "m10.93 7.83 4.77 4.77c-.62-1.81-2.17-4.24-3.71-6.24-.35.47-.71.96-1.06 1.47zM12 18c.96 0 1.83-.36 2.53-.92l-5.72-5.72C8.32 12.38 8 13.31 8 14c0 2.21 1.79 4 4 4z", "opacity" ".3"}) (e "path" #js {"d" "M12 6.36c1.53 2 3.08 4.43 3.71 6.24l2.23 2.23c.03-.27.06-.55.06-.83 0-3.98-6-10.8-6-10.8s-1.18 1.35-2.5 3.19l1.44 1.44c.34-.51.7-1 1.06-1.47zM5.41 5.14 4 6.55l3.32 3.32C6.55 11.33 6 12.79 6 14c0 3.31 2.69 6 6 6 1.52 0 2.9-.57 3.95-1.5l2.63 2.63L20 19.72 5.41 5.14zM12 18c-2.21 0-4-1.79-4-4 0-.69.32-1.62.81-2.64l5.72 5.72c-.7.56-1.57.92-2.53.92z"})]
"FormatColorResetTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_color_text.cljs
================================================
(ns reagent-mui.icons.format-color-text
"Imports @mui/icons-material/FormatColorText as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-color-text (create-svg-icon (e "path" #js {"d" "M2 20h20v4H2v-4zm3.49-3h2.42l1.27-3.58h5.65L16.09 17h2.42L13.25 3h-2.5L5.49 17zm4.42-5.61 2.03-5.79h.12l2.03 5.79H9.91z"})
"FormatColorText"))
================================================
FILE: src/icons/reagent_mui/icons/format_color_text_outlined.cljs
================================================
(ns reagent-mui.icons.format-color-text-outlined
"Imports @mui/icons-material/FormatColorTextOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-color-text-outlined (create-svg-icon (e "path" #js {"d" "M2 20h20v4H2v-4zm3.49-3h2.42l1.27-3.58h5.65L16.09 17h2.42L13.25 3h-2.5L5.49 17zm4.42-5.61 2.03-5.79h.12l2.03 5.79H9.91z"})
"FormatColorTextOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_color_text_rounded.cljs
================================================
(ns reagent-mui.icons.format-color-text-rounded
"Imports @mui/icons-material/FormatColorTextRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-color-text-rounded (create-svg-icon (e "path" #js {"d" "M20 20H4c-1.1 0-2 .9-2 2s.9 2 2 2h16c1.1 0 2-.9 2-2s-.9-2-2-2zM7.11 17c.48 0 .91-.3 1.06-.75l1.01-2.83h5.65l.99 2.82c.16.46.59.76 1.07.76.79 0 1.33-.79 1.05-1.52L13.69 4.17C13.43 3.47 12.75 3 12 3s-1.43.47-1.69 1.17L6.06 15.48c-.28.73.27 1.52 1.05 1.52zm4.83-11.4h.12l2.03 5.79H9.91l2.03-5.79z"})
"FormatColorTextRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_color_text_sharp.cljs
================================================
(ns reagent-mui.icons.format-color-text-sharp
"Imports @mui/icons-material/FormatColorTextSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-color-text-sharp (create-svg-icon (e "path" #js {"d" "M2 20h20v4H2v-4zm3.49-3h2.42l1.27-3.58h5.65L16.09 17h2.42L13.25 3h-2.5L5.49 17zm4.42-5.61 2.03-5.79h.12l2.03 5.79H9.91z"})
"FormatColorTextSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_color_text_two_tone.cljs
================================================
(ns reagent-mui.icons.format-color-text-two-tone
"Imports @mui/icons-material/FormatColorTextTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-color-text-two-tone (create-svg-icon (e "path" #js {"d" "M2 20h20v4H2v-4zm3.49-3h2.42l1.27-3.58h5.65L16.09 17h2.42L13.25 3h-2.5L5.49 17zm4.42-5.61 2.03-5.79h.12l2.03 5.79H9.91z"})
"FormatColorTextTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_indent_decrease.cljs
================================================
(ns reagent-mui.icons.format-indent-decrease
"Imports @mui/icons-material/FormatIndentDecrease as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-indent-decrease (create-svg-icon (e "path" #js {"d" "M11 17h10v-2H11v2zm-8-5 4 4V8l-4 4zm0 9h18v-2H3v2zM3 3v2h18V3H3zm8 6h10V7H11v2zm0 4h10v-2H11v2z"})
"FormatIndentDecrease"))
================================================
FILE: src/icons/reagent_mui/icons/format_indent_decrease_outlined.cljs
================================================
(ns reagent-mui.icons.format-indent-decrease-outlined
"Imports @mui/icons-material/FormatIndentDecreaseOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-indent-decrease-outlined (create-svg-icon (e "path" #js {"d" "M11 17h10v-2H11v2zm-8-5 4 4V8l-4 4zm0 9h18v-2H3v2zM3 3v2h18V3H3zm8 6h10V7H11v2zm0 4h10v-2H11v2z"})
"FormatIndentDecreaseOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_indent_decrease_rounded.cljs
================================================
(ns reagent-mui.icons.format-indent-decrease-rounded
"Imports @mui/icons-material/FormatIndentDecreaseRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-indent-decrease-rounded (create-svg-icon (e "path" #js {"d" "M12 17h8c.55 0 1-.45 1-1s-.45-1-1-1h-8c-.55 0-1 .45-1 1s.45 1 1 1zm-8.65-4.65 2.79 2.79c.32.32.86.1.86-.35V9.21c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.19-.2.51-.01.7zM4 21h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 4c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1zm9 5h8c.55 0 1-.45 1-1s-.45-1-1-1h-8c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h8c.55 0 1-.45 1-1s-.45-1-1-1h-8c-.55 0-1 .45-1 1s.45 1 1 1z"})
"FormatIndentDecreaseRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_indent_decrease_sharp.cljs
================================================
(ns reagent-mui.icons.format-indent-decrease-sharp
"Imports @mui/icons-material/FormatIndentDecreaseSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-indent-decrease-sharp (create-svg-icon (e "path" #js {"d" "M11 17h10v-2H11v2zm-8-5 4 4V8l-4 4zm0 9h18v-2H3v2zM3 3v2h18V3H3zm8 6h10V7H11v2zm0 4h10v-2H11v2z"})
"FormatIndentDecreaseSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_indent_decrease_two_tone.cljs
================================================
(ns reagent-mui.icons.format-indent-decrease-two-tone
"Imports @mui/icons-material/FormatIndentDecreaseTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-indent-decrease-two-tone (create-svg-icon (e "path" #js {"d" "M7 16V8l-4 4zm4-9h10v2H11zm0 4h10v2H11zm0 4h10v2H11zm-8 4h18v2H3zM3 3h18v2H3z"})
"FormatIndentDecreaseTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_indent_increase.cljs
================================================
(ns reagent-mui.icons.format-indent-increase
"Imports @mui/icons-material/FormatIndentIncrease as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-indent-increase (create-svg-icon (e "path" #js {"d" "M3 21h18v-2H3v2zM3 8v8l4-4-4-4zm8 9h10v-2H11v2zM3 3v2h18V3H3zm8 6h10V7H11v2zm0 4h10v-2H11v2z"})
"FormatIndentIncrease"))
================================================
FILE: src/icons/reagent_mui/icons/format_indent_increase_outlined.cljs
================================================
(ns reagent-mui.icons.format-indent-increase-outlined
"Imports @mui/icons-material/FormatIndentIncreaseOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-indent-increase-outlined (create-svg-icon (e "path" #js {"d" "M3 21h18v-2H3v2zM3 8v8l4-4-4-4zm8 9h10v-2H11v2zM3 3v2h18V3H3zm8 6h10V7H11v2zm0 4h10v-2H11v2z"})
"FormatIndentIncreaseOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_indent_increase_rounded.cljs
================================================
(ns reagent-mui.icons.format-indent-increase-rounded
"Imports @mui/icons-material/FormatIndentIncreaseRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-indent-increase-rounded (create-svg-icon (e "path" #js {"d" "M4 21h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 9.21v5.59c0 .45.54.67.85.35l2.79-2.79c.2-.2.2-.51 0-.71l-2.79-2.8c-.31-.31-.85-.09-.85.36zM12 17h8c.55 0 1-.45 1-1s-.45-1-1-1h-8c-.55 0-1 .45-1 1s.45 1 1 1zM3 4c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1zm9 5h8c.55 0 1-.45 1-1s-.45-1-1-1h-8c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h8c.55 0 1-.45 1-1s-.45-1-1-1h-8c-.55 0-1 .45-1 1s.45 1 1 1z"})
"FormatIndentIncreaseRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_indent_increase_sharp.cljs
================================================
(ns reagent-mui.icons.format-indent-increase-sharp
"Imports @mui/icons-material/FormatIndentIncreaseSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-indent-increase-sharp (create-svg-icon (e "path" #js {"d" "M3 21h18v-2H3v2zM3 8v8l4-4-4-4zm8 9h10v-2H11v2zM3 3v2h18V3H3zm8 6h10V7H11v2zm0 4h10v-2H11v2z"})
"FormatIndentIncreaseSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_indent_increase_two_tone.cljs
================================================
(ns reagent-mui.icons.format-indent-increase-two-tone
"Imports @mui/icons-material/FormatIndentIncreaseTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-indent-increase-two-tone (create-svg-icon (e "path" #js {"d" "M3 19h18v2H3zM3 3h18v2H3zm8 4h10v2H11zM3 8v8l4-4zm8 3h10v2H11zm0 4h10v2H11z"})
"FormatIndentIncreaseTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_italic.cljs
================================================
(ns reagent-mui.icons.format-italic
"Imports @mui/icons-material/FormatItalic as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-italic (create-svg-icon (e "path" #js {"d" "M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4z"})
"FormatItalic"))
================================================
FILE: src/icons/reagent_mui/icons/format_italic_outlined.cljs
================================================
(ns reagent-mui.icons.format-italic-outlined
"Imports @mui/icons-material/FormatItalicOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-italic-outlined (create-svg-icon (e "path" #js {"d" "M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4h-8z"})
"FormatItalicOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_italic_rounded.cljs
================================================
(ns reagent-mui.icons.format-italic-rounded
"Imports @mui/icons-material/FormatItalicRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-italic-rounded (create-svg-icon (e "path" #js {"d" "M10 5.5c0 .83.67 1.5 1.5 1.5h.71l-3.42 8H7.5c-.83 0-1.5.67-1.5 1.5S6.67 18 7.5 18h5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5h-.71l3.42-8h1.29c.83 0 1.5-.67 1.5-1.5S17.33 4 16.5 4h-5c-.83 0-1.5.67-1.5 1.5z"})
"FormatItalicRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_italic_sharp.cljs
================================================
(ns reagent-mui.icons.format-italic-sharp
"Imports @mui/icons-material/FormatItalicSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-italic-sharp (create-svg-icon (e "path" #js {"d" "M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4h-8z"})
"FormatItalicSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_italic_two_tone.cljs
================================================
(ns reagent-mui.icons.format-italic-two-tone
"Imports @mui/icons-material/FormatItalicTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-italic-two-tone (create-svg-icon (e "path" #js {"d" "M6 15v3h8v-3h-2.21l3.42-8H18V4h-8v3h2.21l-3.42 8z"})
"FormatItalicTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_line_spacing.cljs
================================================
(ns reagent-mui.icons.format-line-spacing
"Imports @mui/icons-material/FormatLineSpacing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-line-spacing (create-svg-icon (e "path" #js {"d" "M6 7h2.5L5 3.5 1.5 7H4v10H1.5L5 20.5 8.5 17H6V7zm4-2v2h12V5H10zm0 14h12v-2H10v2zm0-6h12v-2H10v2z"})
"FormatLineSpacing"))
================================================
FILE: src/icons/reagent_mui/icons/format_line_spacing_outlined.cljs
================================================
(ns reagent-mui.icons.format-line-spacing-outlined
"Imports @mui/icons-material/FormatLineSpacingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-line-spacing-outlined (create-svg-icon (e "path" #js {"d" "M6 7h2.5L5 3.5 1.5 7H4v10H1.5L5 20.5 8.5 17H6V7zm4-2v2h12V5H10zm0 14h12v-2H10v2zm0-6h12v-2H10v2z"})
"FormatLineSpacingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_line_spacing_rounded.cljs
================================================
(ns reagent-mui.icons.format-line-spacing-rounded
"Imports @mui/icons-material/FormatLineSpacingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-line-spacing-rounded (create-svg-icon (e "path" #js {"d" "M7.29 7c.45 0 .67-.54.35-.85l-2.29-2.3c-.2-.2-.51-.2-.71 0l-2.29 2.3c-.31.31-.09.85.36.85H4v10H2.71c-.45 0-.67.54-.35.85l2.29 2.29c.2.2.51.2.71 0l2.29-2.29c.31-.31.09-.85-.36-.85H6V7h1.29zM11 7h10c.55 0 1-.45 1-1s-.45-1-1-1H11c-.55 0-1 .45-1 1s.45 1 1 1zm10 10H11c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1zm0-6H11c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1z"})
"FormatLineSpacingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_line_spacing_sharp.cljs
================================================
(ns reagent-mui.icons.format-line-spacing-sharp
"Imports @mui/icons-material/FormatLineSpacingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-line-spacing-sharp (create-svg-icon (e "path" #js {"d" "M6 7h2.5L5 3.5 1.5 7H4v10H1.5L5 20.5 8.5 17H6V7zm4-2v2h12V5H10zm0 14h12v-2H10v2zm0-6h12v-2H10v2z"})
"FormatLineSpacingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_line_spacing_two_tone.cljs
================================================
(ns reagent-mui.icons.format-line-spacing-two-tone
"Imports @mui/icons-material/FormatLineSpacingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-line-spacing-two-tone (create-svg-icon (e "path" #js {"d" "M10 5h12v2H10zm0 12h12v2H10zm-8.5 0L5 20.5 8.5 17H6V7h2.5L5 3.5 1.5 7H4v10zm8.5-6h12v2H10z"})
"FormatLineSpacingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_list_bulleted.cljs
================================================
(ns reagent-mui.icons.format-list-bulleted
"Imports @mui/icons-material/FormatListBulleted as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-list-bulleted (create-svg-icon (e "path" #js {"d" "M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5zm0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5 1.5-.68 1.5-1.5-.67-1.5-1.5-1.5zM7 19h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z"})
"FormatListBulleted"))
================================================
FILE: src/icons/reagent_mui/icons/format_list_bulleted_outlined.cljs
================================================
(ns reagent-mui.icons.format-list-bulleted-outlined
"Imports @mui/icons-material/FormatListBulletedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-list-bulleted-outlined (create-svg-icon (e "path" #js {"d" "M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5zm0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5 1.5-.68 1.5-1.5-.67-1.5-1.5-1.5zM7 19h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z"})
"FormatListBulletedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_list_bulleted_rounded.cljs
================================================
(ns reagent-mui.icons.format-list-bulleted-rounded
"Imports @mui/icons-material/FormatListBulletedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-list-bulleted-rounded (create-svg-icon (e "path" #js {"d" "M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5zm0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5 1.5-.68 1.5-1.5-.67-1.5-1.5-1.5zM8 19h12c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zm0-6h12c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zM7 6c0 .55.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1z"})
"FormatListBulletedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_list_bulleted_sharp.cljs
================================================
(ns reagent-mui.icons.format-list-bulleted-sharp
"Imports @mui/icons-material/FormatListBulletedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-list-bulleted-sharp (create-svg-icon (e "path" #js {"d" "M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5zm0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5 1.5-.68 1.5-1.5-.67-1.5-1.5-1.5zM7 19h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z"})
"FormatListBulletedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_list_bulleted_two_tone.cljs
================================================
(ns reagent-mui.icons.format-list-bulleted-two-tone
"Imports @mui/icons-material/FormatListBulletedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-list-bulleted-two-tone (create-svg-icon [(e "path" #js {"d" "M7 5h14v2H7z"}) (e "circle" #js {"cx" "4", "cy" "6", "r" "1.5"}) (e "path" #js {"d" "M7 11h14v2H7zm0 6h14v2H7zm-3 2.5c.82 0 1.5-.68 1.5-1.5s-.67-1.5-1.5-1.5-1.5.68-1.5 1.5.68 1.5 1.5 1.5z"}) (e "circle" #js {"cx" "4", "cy" "12", "r" "1.5"})]
"FormatListBulletedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_list_numbered.cljs
================================================
(ns reagent-mui.icons.format-list-numbered
"Imports @mui/icons-material/FormatListNumbered as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-list-numbered (create-svg-icon (e "path" #js {"d" "M2 17h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1 3h1.8L2 13.1v.9h3v-1H3.2L5 10.9V10H2v1zm5-6v2h14V5H7zm0 14h14v-2H7v2zm0-6h14v-2H7v2z"})
"FormatListNumbered"))
================================================
FILE: src/icons/reagent_mui/icons/format_list_numbered_outlined.cljs
================================================
(ns reagent-mui.icons.format-list-numbered-outlined
"Imports @mui/icons-material/FormatListNumberedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-list-numbered-outlined (create-svg-icon (e "path" #js {"d" "M2 17h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1 3h1.8L2 13.1v.9h3v-1H3.2L5 10.9V10H2v1zm5-6v2h14V5H7zm0 14h14v-2H7v2zm0-6h14v-2H7v2z"})
"FormatListNumberedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_list_numbered_rounded.cljs
================================================
(ns reagent-mui.icons.format-list-numbered-rounded
"Imports @mui/icons-material/FormatListNumberedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-list-numbered-rounded (create-svg-icon (e "path" #js {"d" "M8 7h12c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zm12 10H8c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm0-6H8c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zM4.5 16h-2c-.28 0-.5.22-.5.5s.22.5.5.5H4v.5h-.5c-.28 0-.5.22-.5.5s.22.5.5.5H4v.5H2.5c-.28 0-.5.22-.5.5s.22.5.5.5h2c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5zm-2-11H3v2.5c0 .28.22.5.5.5s.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5zm2 5h-2c-.28 0-.5.22-.5.5s.22.5.5.5h1.3l-1.68 1.96c-.08.09-.12.21-.12.32v.22c0 .28.22.5.5.5h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H3.2l1.68-1.96c.08-.09.12-.21.12-.32v-.22c0-.28-.22-.5-.5-.5z"})
"FormatListNumberedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_list_numbered_rtl.cljs
================================================
(ns reagent-mui.icons.format-list-numbered-rtl
"Imports @mui/icons-material/FormatListNumberedRtl as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-list-numbered-rtl (create-svg-icon (e "path" #js {"d" "M18 17h2v.5h-1v1h1v.5h-2v1h3v-4h-3zm1-9h1V4h-2v1h1zm-1 3h1.8L18 13.1v.9h3v-1h-1.8l1.8-2.1V10h-3zM2 5h14v2H2zm0 12h14v2H2zm0-6h14v2H2z"})
"FormatListNumberedRtl"))
================================================
FILE: src/icons/reagent_mui/icons/format_list_numbered_rtl_outlined.cljs
================================================
(ns reagent-mui.icons.format-list-numbered-rtl-outlined
"Imports @mui/icons-material/FormatListNumberedRtlOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-list-numbered-rtl-outlined (create-svg-icon (e "path" #js {"d" "M18 17h2v.5h-1v1h1v.5h-2v1h3v-4h-3v1zm1-9h1V4h-2v1h1v3zm-1 3h1.8L18 13.1v.9h3v-1h-1.8l1.8-2.1V10h-3v1zM2 5h14v2H2V5zm0 12h14v2H2v-2zm0-6h14v2H2v-2z"})
"FormatListNumberedRtlOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_list_numbered_rtl_rounded.cljs
================================================
(ns reagent-mui.icons.format-list-numbered-rtl-rounded
"Imports @mui/icons-material/FormatListNumberedRtlRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-list-numbered-rtl-rounded (create-svg-icon (e "path" #js {"d" "M20.5 16h-2c-.28 0-.5.22-.5.5s.22.5.5.5H20v.5h-.5c-.28 0-.5.22-.5.5s.22.5.5.5h.5v.5h-1.5c-.28 0-.5.22-.5.5s.22.5.5.5h2c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5zm-2-11h.5v2.5c0 .28.22.5.5.5s.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5zm2.5 5.72v-.22c0-.28-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5h1.3l-1.68 1.96c-.08.09-.12.21-.12.32v.22c0 .28.22.5.5.5h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1.3l1.68-1.96c.08-.09.12-.21.12-.32zM15 5H3c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm0 12H3c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm0-6H3c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1z"})
"FormatListNumberedRtlRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_list_numbered_rtl_sharp.cljs
================================================
(ns reagent-mui.icons.format-list-numbered-rtl-sharp
"Imports @mui/icons-material/FormatListNumberedRtlSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-list-numbered-rtl-sharp (create-svg-icon (e "path" #js {"d" "M18 17h2v.5h-1v1h1v.5h-2v1h3v-4h-3v1zm1-9h1V4h-2v1h1v3zm-1 3h1.8L18 13.1v.9h3v-1h-1.8l1.8-2.1V10h-3v1zM2 5h14v2H2V5zm0 12h14v2H2v-2zm0-6h14v2H2v-2z"})
"FormatListNumberedRtlSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_list_numbered_rtl_two_tone.cljs
================================================
(ns reagent-mui.icons.format-list-numbered-rtl-two-tone
"Imports @mui/icons-material/FormatListNumberedRtlTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-list-numbered-rtl-two-tone (create-svg-icon (e "path" #js {"d" "M2 11h14v2H2zm16 6h2v.5h-1v1h1v.5h-2v1h3v-4h-3zm0-6h1.8L18 13.1v.9h3v-1h-1.8l1.8-2.1V10h-3zm2-3V4h-2v1h1v3zM2 17h14v2H2zM2 5h14v2H2z"})
"FormatListNumberedRtlTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_list_numbered_sharp.cljs
================================================
(ns reagent-mui.icons.format-list-numbered-sharp
"Imports @mui/icons-material/FormatListNumberedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-list-numbered-sharp (create-svg-icon (e "path" #js {"d" "M2 17h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1 3h1.8L2 13.1v.9h3v-1H3.2L5 10.9V10H2v1zm5-6v2h14V5H7zm0 14h14v-2H7v2zm0-6h14v-2H7v2z"})
"FormatListNumberedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_list_numbered_two_tone.cljs
================================================
(ns reagent-mui.icons.format-list-numbered-two-tone
"Imports @mui/icons-material/FormatListNumberedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-list-numbered-two-tone (create-svg-icon (e "path" #js {"d" "M5 13H3.2L5 10.9V10H2v1h1.8L2 13.1v.9h3zm2-8h14v2H7zM5 16H2v1h2v.5H3v1h1v.5H2v1h3zm2 1h14v2H7zM3 8h1V4H2v1h1zm4 3h14v2H7z"})
"FormatListNumberedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_overline.cljs
================================================
(ns reagent-mui.icons.format-overline
"Imports @mui/icons-material/FormatOverline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-overline (create-svg-icon (e "path" #js {"d" "M19 3v2H5V3h14zm-7 4c-3.87 0-7 3.13-7 7s3.13 7 7 7 7-3.13 7-7-3.13-7-7-7zm0 11.5c-2.49 0-4.5-2.01-4.5-4.5S9.51 9.5 12 9.5s4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5z"})
"FormatOverline"))
================================================
FILE: src/icons/reagent_mui/icons/format_overline_outlined.cljs
================================================
(ns reagent-mui.icons.format-overline-outlined
"Imports @mui/icons-material/FormatOverlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-overline-outlined (create-svg-icon (e "path" #js {"d" "M19 3v2H5V3h14zm-7 4c-3.87 0-7 3.13-7 7s3.13 7 7 7 7-3.13 7-7-3.13-7-7-7zm0 11.5c-2.49 0-4.5-2.01-4.5-4.5S9.51 9.5 12 9.5s4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5z"})
"FormatOverlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_overline_rounded.cljs
================================================
(ns reagent-mui.icons.format-overline-rounded
"Imports @mui/icons-material/FormatOverlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-overline-rounded (create-svg-icon (e "path" #js {"d" "M5 4c0-.55.45-1 1-1h12c.55 0 1 .45 1 1s-.45 1-1 1H6c-.55 0-1-.45-1-1zm7 3c-3.87 0-7 3.13-7 7s3.13 7 7 7 7-3.13 7-7-3.13-7-7-7zm0 11.5c-2.49 0-4.5-2.01-4.5-4.5S9.51 9.5 12 9.5s4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5z"})
"FormatOverlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_overline_sharp.cljs
================================================
(ns reagent-mui.icons.format-overline-sharp
"Imports @mui/icons-material/FormatOverlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-overline-sharp (create-svg-icon (e "path" #js {"d" "M19 3v2H5V3h14zm-7 4c-3.87 0-7 3.13-7 7s3.13 7 7 7 7-3.13 7-7-3.13-7-7-7zm0 11.5c-2.49 0-4.5-2.01-4.5-4.5S9.51 9.5 12 9.5s4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5z"})
"FormatOverlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_overline_two_tone.cljs
================================================
(ns reagent-mui.icons.format-overline-two-tone
"Imports @mui/icons-material/FormatOverlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-overline-two-tone (create-svg-icon (e "path" #js {"d" "M19 3v2H5V3h14zm-7 4c-3.87 0-7 3.13-7 7s3.13 7 7 7 7-3.13 7-7-3.13-7-7-7zm0 11.5c-2.49 0-4.5-2.01-4.5-4.5S9.51 9.5 12 9.5s4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5z"})
"FormatOverlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_paint.cljs
================================================
(ns reagent-mui.icons.format-paint
"Imports @mui/icons-material/FormatPaint as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-paint (create-svg-icon (e "path" #js {"d" "M18 4V3c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6h1v4H9v11c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-9h8V4h-3z"})
"FormatPaint"))
================================================
FILE: src/icons/reagent_mui/icons/format_paint_outlined.cljs
================================================
(ns reagent-mui.icons.format-paint-outlined
"Imports @mui/icons-material/FormatPaintOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-paint-outlined (create-svg-icon (e "path" #js {"d" "M18 4V3c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6h1v4H9v11c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-9h8V4h-3zm-2 2H6V4h10v2z"})
"FormatPaintOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_paint_rounded.cljs
================================================
(ns reagent-mui.icons.format-paint-rounded
"Imports @mui/icons-material/FormatPaintRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-paint-rounded (create-svg-icon (e "path" #js {"d" "M18 4V3c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6h1v4h-9c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-9h7c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1h-2z"})
"FormatPaintRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_paint_sharp.cljs
================================================
(ns reagent-mui.icons.format-paint-sharp
"Imports @mui/icons-material/FormatPaintSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-paint-sharp (create-svg-icon (e "path" #js {"d" "M18 4V2H4v6h14V6h1v4H9v12h4V12h8V4h-3z"})
"FormatPaintSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_paint_two_tone.cljs
================================================
(ns reagent-mui.icons.format-paint-two-tone
"Imports @mui/icons-material/FormatPaintTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-paint-two-tone (create-svg-icon [(e "path" #js {"d" "M6 4h10v2H6z", "opacity" ".3"}) (e "path" #js {"d" "M17 2H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6h1v4H9v11c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-9h8V4h-3V3c0-.55-.45-1-1-1zm-1 4H6V4h10v2z"})]
"FormatPaintTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_quote.cljs
================================================
(ns reagent-mui.icons.format-quote
"Imports @mui/icons-material/FormatQuote as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-quote (create-svg-icon (e "path" #js {"d" "M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z"})
"FormatQuote"))
================================================
FILE: src/icons/reagent_mui/icons/format_quote_outlined.cljs
================================================
(ns reagent-mui.icons.format-quote-outlined
"Imports @mui/icons-material/FormatQuoteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-quote-outlined (create-svg-icon (e "path" #js {"d" "M18.62 18h-5.24l2-4H13V6h8v7.24L18.62 18zm-2-2h.76L19 12.76V8h-4v4h3.62l-2 4zm-8 2H3.38l2-4H3V6h8v7.24L8.62 18zm-2-2h.76L9 12.76V8H5v4h3.62l-2 4z"})
"FormatQuoteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_quote_rounded.cljs
================================================
(ns reagent-mui.icons.format-quote-rounded
"Imports @mui/icons-material/FormatQuoteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-quote-rounded (create-svg-icon (e "path" #js {"d" "M7.17 17c.51 0 .98-.29 1.2-.74l1.42-2.84c.14-.28.21-.58.21-.89V8c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h2l-1.03 2.06c-.45.89.2 1.94 1.2 1.94zm10 0c.51 0 .98-.29 1.2-.74l1.42-2.84c.14-.28.21-.58.21-.89V8c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h2l-1.03 2.06c-.45.89.2 1.94 1.2 1.94z"})
"FormatQuoteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_quote_sharp.cljs
================================================
(ns reagent-mui.icons.format-quote-sharp
"Imports @mui/icons-material/FormatQuoteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-quote-sharp (create-svg-icon (e "path" #js {"d" "M5 17h3l2-4V7H4v6h3l-2 4zm10 0h3l2-4V7h-6v6h3l-2 4z"})
"FormatQuoteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_quote_two_tone.cljs
================================================
(ns reagent-mui.icons.format-quote-two-tone
"Imports @mui/icons-material/FormatQuoteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-quote-two-tone (create-svg-icon [(e "path" #js {"d" "M16.62 16h.76L19 12.76V8h-4v4h3.62zm-10 0h.76L9 12.76V8H5v4h3.62z", "opacity" ".3"}) (e "path" #js {"d" "M18.62 18 21 13.24V6h-8v8h2.38l-2 4h5.24zM15 12V8h4v4.76L17.38 16h-.76l2-4H15zM3.38 18h5.24L11 13.24V6H3v8h2.38l-2 4zM5 12V8h4v4.76L7.38 16h-.76l2-4H5z"})]
"FormatQuoteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_shapes.cljs
================================================
(ns reagent-mui.icons.format-shapes
"Imports @mui/icons-material/FormatShapes as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-shapes (create-svg-icon (e "path" #js {"d" "M23 7V1h-6v2H7V1H1v6h2v10H1v6h6v-2h10v2h6v-6h-2V7h2zM3 3h2v2H3V3zm2 18H3v-2h2v2zm12-2H7v-2H5V7h2V5h10v2h2v10h-2v2zm4 2h-2v-2h2v2zM19 5V3h2v2h-2zm-5.27 9h-3.49l-.73 2H7.89l3.4-9h1.4l3.41 9h-1.63l-.74-2zm-3.04-1.26h2.61L12 8.91l-1.31 3.83z"})
"FormatShapes"))
================================================
FILE: src/icons/reagent_mui/icons/format_shapes_outlined.cljs
================================================
(ns reagent-mui.icons.format-shapes-outlined
"Imports @mui/icons-material/FormatShapesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-shapes-outlined (create-svg-icon (e "path" #js {"d" "M23 7V1h-6v2H7V1H1v6h2v10H1v6h6v-2h10v2h6v-6h-2V7h2zM3 3h2v2H3V3zm2 18H3v-2h2v2zm12-2H7v-2H5V7h2V5h10v2h2v10h-2v2zm4 2h-2v-2h2v2zM19 5V3h2v2h-2zm-5.27 9h-3.49l-.73 2H7.89l3.4-9h1.4l3.41 9h-1.63l-.74-2zm-3.04-1.26h2.61L12 8.91l-1.31 3.83z"})
"FormatShapesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_shapes_rounded.cljs
================================================
(ns reagent-mui.icons.format-shapes-rounded
"Imports @mui/icons-material/FormatShapesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-shapes-rounded (create-svg-icon (e "path" #js {"d" "M23 6V2c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v1H7V2c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h1v10H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1h10v1c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1h-1V7h1c.55 0 1-.45 1-1zM3 3h2v2H3V3zm2 18H3v-2h2v2zm12-2H7v-1c0-.55-.45-1-1-1H5V7h1c.55 0 1-.45 1-1V5h10v1c0 .55.45 1 1 1h1v10h-1c-.55 0-1 .45-1 1v1zm4 2h-2v-2h2v2zM19 5V3h2v2h-2zm-6.06 2.65c-.15-.39-.53-.65-.95-.65-.42 0-.8.26-.94.65l-2.77 7.33c-.19.49.17 1.02.7 1.02.32 0 .6-.2.71-.5l.55-1.5h3.49l.56 1.51c.11.29.39.49.71.49h.01c.53 0 .89-.53.71-1.02l-2.78-7.33zm-2.25 5.09L12 8.91l1.3 3.83h-2.61z"})
"FormatShapesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_shapes_sharp.cljs
================================================
(ns reagent-mui.icons.format-shapes-sharp
"Imports @mui/icons-material/FormatShapesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-shapes-sharp (create-svg-icon (e "path" #js {"d" "M23 7V1h-6v2H7V1H1v6h2v10H1v6h6v-2h10v2h6v-6h-2V7h2zM3 3h2v2H3V3zm2 18H3v-2h2v2zm12-2H7v-2H5V7h2V5h10v2h2v10h-2v2zm4 2h-2v-2h2v2zM19 5V3h2v2h-2zm-5.27 9h-3.49l-.73 2H7.89l3.4-9h1.4l3.41 9h-1.63l-.74-2zm-3.04-1.26h2.61L12 8.91l-1.31 3.83z"})
"FormatShapesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_shapes_two_tone.cljs
================================================
(ns reagent-mui.icons.format-shapes-two-tone
"Imports @mui/icons-material/FormatShapesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-shapes-two-tone (create-svg-icon [(e "path" #js {"d" "M3 3h2v2H3zm16 16h2v2h-2zm0-16h2v2h-2zM3 19h2v2H3z", "opacity" ".3"}) (e "path" #js {"d" "m11.29 7-3.4 9h1.62l.73-2h3.49l.74 2h1.63l-3.41-9h-1.4zm-.6 5.74L12 8.91l1.3 3.83h-2.61zM17 3H7V1H1v6h2v10H1v6h6v-2h10v2h6v-6h-2V7h2V1h-6v2zM3 3h2v2H3V3zm2 18H3v-2h2v2zm16 0h-2v-2h2v2zM19 3h2v2h-2V3zm0 14h-2v2H7v-2H5V7h2V5h10v2h2v10z"})]
"FormatShapesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_size.cljs
================================================
(ns reagent-mui.icons.format-size
"Imports @mui/icons-material/FormatSize as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-size (create-svg-icon (e "path" #js {"d" "M9 4v3h5v12h3V7h5V4H9zm-6 8h3v7h3v-7h3V9H3v3z"})
"FormatSize"))
================================================
FILE: src/icons/reagent_mui/icons/format_size_outlined.cljs
================================================
(ns reagent-mui.icons.format-size-outlined
"Imports @mui/icons-material/FormatSizeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-size-outlined (create-svg-icon (e "path" #js {"d" "M9 4v3h5v12h3V7h5V4H9zm-6 8h3v7h3v-7h3V9H3v3z"})
"FormatSizeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_size_rounded.cljs
================================================
(ns reagent-mui.icons.format-size-rounded
"Imports @mui/icons-material/FormatSizeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-size-rounded (create-svg-icon (e "path" #js {"d" "M9 5.5c0 .83.67 1.5 1.5 1.5H14v10.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V7h3.5c.83 0 1.5-.67 1.5-1.5S21.33 4 20.5 4h-10C9.67 4 9 4.67 9 5.5zM4.5 12H6v5.5c0 .83.67 1.5 1.5 1.5S9 18.33 9 17.5V12h1.5c.83 0 1.5-.67 1.5-1.5S11.33 9 10.5 9h-6C3.67 9 3 9.67 3 10.5S3.67 12 4.5 12z"})
"FormatSizeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_size_sharp.cljs
================================================
(ns reagent-mui.icons.format-size-sharp
"Imports @mui/icons-material/FormatSizeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-size-sharp (create-svg-icon (e "path" #js {"d" "M9 4v3h5v12h3V7h5V4H9zm-6 8h3v7h3v-7h3V9H3v3z"})
"FormatSizeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_size_two_tone.cljs
================================================
(ns reagent-mui.icons.format-size-two-tone
"Imports @mui/icons-material/FormatSizeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-size-two-tone (create-svg-icon (e "path" #js {"d" "M3 12h3v7h3v-7h3V9H3zm6-5h5v12h3V7h5V4H9z"})
"FormatSizeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_strikethrough.cljs
================================================
(ns reagent-mui.icons.format-strikethrough
"Imports @mui/icons-material/FormatStrikethrough as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-strikethrough (create-svg-icon (e "path" #js {"d" "M10 19h4v-3h-4v3zM5 4v3h5v3h4V7h5V4H5zM3 14h18v-2H3v2z"})
"FormatStrikethrough"))
================================================
FILE: src/icons/reagent_mui/icons/format_strikethrough_outlined.cljs
================================================
(ns reagent-mui.icons.format-strikethrough-outlined
"Imports @mui/icons-material/FormatStrikethroughOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-strikethrough-outlined (create-svg-icon (e "path" #js {"d" "M10 19h4v-3h-4v3zM5 4v3h5v3h4V7h5V4H5zM3 14h18v-2H3v2z"})
"FormatStrikethroughOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_strikethrough_rounded.cljs
================================================
(ns reagent-mui.icons.format-strikethrough-rounded
"Imports @mui/icons-material/FormatStrikethroughRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-strikethrough-rounded (create-svg-icon (e "path" #js {"d" "M12 19c1.1 0 2-.9 2-2v-1h-4v1c0 1.1.9 2 2 2zM5 5.5C5 6.33 5.67 7 6.5 7H10v3h4V7h3.5c.83 0 1.5-.67 1.5-1.5S18.33 4 17.5 4h-11C5.67 4 5 4.67 5 5.5zM4 14h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1z"})
"FormatStrikethroughRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_strikethrough_sharp.cljs
================================================
(ns reagent-mui.icons.format-strikethrough-sharp
"Imports @mui/icons-material/FormatStrikethroughSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-strikethrough-sharp (create-svg-icon (e "path" #js {"d" "M10 19h4v-3h-4v3zM5 4v3h5v3h4V7h5V4H5zM3 14h18v-2H3v2z"})
"FormatStrikethroughSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_strikethrough_two_tone.cljs
================================================
(ns reagent-mui.icons.format-strikethrough-two-tone
"Imports @mui/icons-material/FormatStrikethroughTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-strikethrough-two-tone (create-svg-icon (e "path" #js {"d" "M3 12h18v2H3zm11-2V7h5V4H5v3h5v3zm-4 6h4v3h-4z"})
"FormatStrikethroughTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_textdirection_l_to_r.cljs
================================================
(ns reagent-mui.icons.format-textdirection-l-to-r
"Imports @mui/icons-material/FormatTextdirectionLToR as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-textdirection-l-to-r (create-svg-icon (e "path" #js {"d" "M9 10v5h2V4h2v11h2V4h2V2H9C6.79 2 5 3.79 5 6s1.79 4 4 4zm12 8-4-4v3H5v2h12v3l4-4z"})
"FormatTextdirectionLToR"))
================================================
FILE: src/icons/reagent_mui/icons/format_textdirection_l_to_r_outlined.cljs
================================================
(ns reagent-mui.icons.format-textdirection-l-to-r-outlined
"Imports @mui/icons-material/FormatTextdirectionLToROutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-textdirection-l-to-r-outlined (create-svg-icon (e "path" #js {"d" "M9 4v4c-1.1 0-2-.9-2-2s.9-2 2-2m8-2H9C6.79 2 5 3.79 5 6s1.79 4 4 4v5h2V4h2v11h2V4h2V2zm0 12v3H5v2h12v3l4-4-4-4z"})
"FormatTextdirectionLToROutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_textdirection_l_to_r_rounded.cljs
================================================
(ns reagent-mui.icons.format-textdirection-l-to-r-rounded
"Imports @mui/icons-material/FormatTextdirectionLToRRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-textdirection-l-to-r-rounded (create-svg-icon (e "path" #js {"d" "M9 10v4c0 .55.45 1 1 1s1-.45 1-1V4h2v10c0 .55.45 1 1 1s1-.45 1-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1H9.17C7.08 2 5.22 3.53 5.02 5.61 4.79 7.99 6.66 10 9 10zm11.65 7.65-2.79-2.79c-.32-.32-.86-.1-.86.35V17H6c-.55 0-1 .45-1 1s.45 1 1 1h11v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7z"})
"FormatTextdirectionLToRRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_textdirection_l_to_r_sharp.cljs
================================================
(ns reagent-mui.icons.format-textdirection-l-to-r-sharp
"Imports @mui/icons-material/FormatTextdirectionLToRSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-textdirection-l-to-r-sharp (create-svg-icon (e "path" #js {"d" "M9 10v5h2V4h2v11h2V4h2V2H9C6.79 2 5 3.79 5 6s1.79 4 4 4zm12 8-4-4v3H5v2h12v3l4-4z"})
"FormatTextdirectionLToRSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_textdirection_l_to_r_two_tone.cljs
================================================
(ns reagent-mui.icons.format-textdirection-l-to-r-two-tone
"Imports @mui/icons-material/FormatTextdirectionLToRTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-textdirection-l-to-r-two-tone (create-svg-icon [(e "path" #js {"d" "M9 8V4c-1.1 0-2 .9-2 2s.9 2 2 2z", "opacity" ".3"}) (e "path" #js {"d" "M9 10v5h2V4h2v11h2V4h2V2H9C6.79 2 5 3.79 5 6s1.79 4 4 4zm0-6v4c-1.1 0-2-.9-2-2s.9-2 2-2zm12 14-4-4v3H5v2h12v3z"})]
"FormatTextdirectionLToRTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_textdirection_r_to_l.cljs
================================================
(ns reagent-mui.icons.format-textdirection-r-to-l
"Imports @mui/icons-material/FormatTextdirectionRToL as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-textdirection-r-to-l (create-svg-icon (e "path" #js {"d" "M10 10v5h2V4h2v11h2V4h2V2h-8C7.79 2 6 3.79 6 6s1.79 4 4 4zm-2 7v-3l-4 4 4 4v-3h12v-2H8z"})
"FormatTextdirectionRToL"))
================================================
FILE: src/icons/reagent_mui/icons/format_textdirection_r_to_l_outlined.cljs
================================================
(ns reagent-mui.icons.format-textdirection-r-to-l-outlined
"Imports @mui/icons-material/FormatTextdirectionRToLOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-textdirection-r-to-l-outlined (create-svg-icon (e "path" #js {"d" "M10 4v4c-1.1 0-2-.9-2-2s.9-2 2-2m8-2h-8C7.79 2 6 3.79 6 6s1.79 4 4 4v5h2V4h2v11h2V4h2V2zM8 14l-4 4 4 4v-3h12v-2H8v-3z"})
"FormatTextdirectionRToLOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_textdirection_r_to_l_rounded.cljs
================================================
(ns reagent-mui.icons.format-textdirection-r-to-l-rounded
"Imports @mui/icons-material/FormatTextdirectionRToLRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-textdirection-r-to-l-rounded (create-svg-icon (e "path" #js {"d" "M10 10v4c0 .55.45 1 1 1s1-.45 1-1V4h2v10c0 .55.45 1 1 1s1-.45 1-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1h-6.83C8.08 2 6.22 3.53 6.02 5.61 5.79 7.99 7.66 10 10 10zm-2 7v-1.79c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.2-.2.51 0 .71l2.79 2.79c.31.31.85.09.85-.36V19h11c.55 0 1-.45 1-1s-.45-1-1-1H8z"})
"FormatTextdirectionRToLRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_textdirection_r_to_l_sharp.cljs
================================================
(ns reagent-mui.icons.format-textdirection-r-to-l-sharp
"Imports @mui/icons-material/FormatTextdirectionRToLSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-textdirection-r-to-l-sharp (create-svg-icon (e "path" #js {"d" "M10 10v5h2V4h2v11h2V4h2V2h-8C7.79 2 6 3.79 6 6s1.79 4 4 4zm-2 7v-3l-4 4 4 4v-3h12v-2H8z"})
"FormatTextdirectionRToLSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_textdirection_r_to_l_two_tone.cljs
================================================
(ns reagent-mui.icons.format-textdirection-r-to-l-two-tone
"Imports @mui/icons-material/FormatTextdirectionRToLTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-textdirection-r-to-l-two-tone (create-svg-icon [(e "path" #js {"d" "M8 6c0 1.1.9 2 2 2V4c-1.1 0-2 .9-2 2z", "opacity" ".3"}) (e "path" #js {"d" "M6 6c0 2.21 1.79 4 4 4v5h2V4h2v11h2V4h2V2h-8C7.79 2 6 3.79 6 6zm4 2c-1.1 0-2-.9-2-2s.9-2 2-2v4zM4 18l4 4v-3h12v-2H8v-3z"})]
"FormatTextdirectionRToLTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/format_underlined.cljs
================================================
(ns reagent-mui.icons.format-underlined
"Imports @mui/icons-material/FormatUnderlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-underlined (create-svg-icon (e "path" #js {"d" "M12 17c3.31 0 6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6v8c0 3.31 2.69 6 6 6zm-7 2v2h14v-2H5z"})
"FormatUnderlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_underlined_outlined.cljs
================================================
(ns reagent-mui.icons.format-underlined-outlined
"Imports @mui/icons-material/FormatUnderlinedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-underlined-outlined (create-svg-icon (e "path" #js {"d" "M12 17c3.31 0 6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6v8c0 3.31 2.69 6 6 6zm-7 2v2h14v-2H5z"})
"FormatUnderlinedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/format_underlined_rounded.cljs
================================================
(ns reagent-mui.icons.format-underlined-rounded
"Imports @mui/icons-material/FormatUnderlinedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-underlined-rounded (create-svg-icon (e "path" #js {"d" "M12.79 16.95c3.03-.39 5.21-3.11 5.21-6.16V4.25C18 3.56 17.44 3 16.75 3s-1.25.56-1.25 1.25v6.65c0 1.67-1.13 3.19-2.77 3.52-2.25.47-4.23-1.25-4.23-3.42V4.25C8.5 3.56 7.94 3 7.25 3S6 3.56 6 4.25V11c0 3.57 3.13 6.42 6.79 5.95zM5 20c0 .55.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1z"})
"FormatUnderlinedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/format_underlined_sharp.cljs
================================================
(ns reagent-mui.icons.format-underlined-sharp
"Imports @mui/icons-material/FormatUnderlinedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-underlined-sharp (create-svg-icon (e "path" #js {"d" "M12 17c3.31 0 6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6v8c0 3.31 2.69 6 6 6zm-7 2v2h14v-2H5z"})
"FormatUnderlinedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/format_underlined_two_tone.cljs
================================================
(ns reagent-mui.icons.format-underlined-two-tone
"Imports @mui/icons-material/FormatUnderlinedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def format-underlined-two-tone (create-svg-icon (e "path" #js {"d" "M5 19h14v2H5zM6 3v8c0 3.31 2.69 6 6 6s6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6z"})
"FormatUnderlinedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fort.cljs
================================================
(ns reagent-mui.icons.fort
"Imports @mui/icons-material/Fort as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fort (create-svg-icon (e "path" #js {"d" "M21 3v2h-2V3h-2v2h-2V3h-2v4l2 2v1H9V9l2-2V3H9v2H7V3H5v2H3V3H1v4l2 2v6l-2 2v4h9v-3c0-1.1.9-2 2-2s2 .9 2 2v3h9v-4l-2-2V9l2-2V3h-2z"})
"Fort"))
================================================
FILE: src/icons/reagent_mui/icons/fort_outlined.cljs
================================================
(ns reagent-mui.icons.fort-outlined
"Imports @mui/icons-material/FortOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fort-outlined (create-svg-icon (e "path" #js {"d" "M21 3v2h-2V3h-2v2h-2V3h-2v4l2 2v1H9V9l2-2V3H9v2H7V3H5v2H3V3H1v4l2 2v6l-2 2v4h9v-3c0-1.1.9-2 2-2s2 .9 2 2v3h9v-4l-2-2V9l2-2V3h-2zm0 16h-5v-1c0-2.21-1.79-4-4-4s-4 1.79-4 4v1H3v-1.17l2-2V8.17L3.83 7h4.34L7 8.17V12h10V8.17L15.83 7h4.34L19 8.17v7.66l2 2V19z"})
"FortOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fort_rounded.cljs
================================================
(ns reagent-mui.icons.fort-rounded
"Imports @mui/icons-material/FortRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fort-rounded (create-svg-icon (e "path" #js {"d" "M21 4v1h-2V4c0-.55-.45-1-1-1s-1 .45-1 1v1h-2V4c0-.55-.45-1-1-1s-1 .45-1 1v2.17c0 .53.21 1.04.59 1.41L15 9v1H9V9l1.41-1.41c.38-.38.59-.89.59-1.42V4c0-.55-.45-1-1-1s-1 .45-1 1v1H7V4c0-.55-.45-1-1-1s-1 .45-1 1v1H3V4c0-.55-.45-1-1-1s-1 .45-1 1v2.17c0 .53.21 1.04.59 1.42L3 9v6l-1.41 1.41c-.38.38-.59.89-.59 1.42V19c0 1.1.9 2 2 2h7v-2.89c0-1 .68-1.92 1.66-2.08 1.26-.21 2.34.76 2.34 1.97v3h7c1.1 0 2-.9 2-2v-1.17c0-.53-.21-1.04-.59-1.41L21 15V9l1.41-1.41c.38-.38.59-.89.59-1.42V4c0-.55-.45-1-1-1s-1 .45-1 1z"})
"FortRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fort_sharp.cljs
================================================
(ns reagent-mui.icons.fort-sharp
"Imports @mui/icons-material/FortSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fort-sharp (create-svg-icon (e "path" #js {"d" "M21 3v2h-2V3h-2v2h-2V3h-2v4l2 2v1H9V9l2-2V3H9v2H7V3H5v2H3V3H1v4l2 2v6l-2 2v4h9v-5h4v5h9v-4l-2-2V9l2-2V3z"})
"FortSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fort_two_tone.cljs
================================================
(ns reagent-mui.icons.fort-two-tone
"Imports @mui/icons-material/FortTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fort-two-tone (create-svg-icon [(e "path" #js {"d" "M19 8.17 20.17 7h-4.34L17 8.17V12H7V8.17L8.17 7H3.83L5 8.17v7.66l-2 2V19h5v-1c0-2.21 1.79-4 4-4s4 1.79 4 4v1h5v-1.17l-2-2V8.17z", "opacity" ".3"}) (e "path" #js {"d" "M23 7V3h-2v2h-2V3h-2v2h-2V3h-2v4l2 2v1H9V9l2-2V3H9v2H7V3H5v2H3V3H1v4l2 2v6l-2 2v4h9v-3c0-1.1.9-2 2-2s2 .9 2 2v3h9v-4l-2-2V9l2-2zm-2 12h-5v-1c0-2.21-1.79-4-4-4s-4 1.79-4 4v1H3v-1.17l2-2V8.17L3.83 7h4.34L7 8.17V12h10V8.17L15.83 7h4.34L19 8.17v7.66l2 2V19z"})]
"FortTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/forum.cljs
================================================
(ns reagent-mui.icons.forum
"Imports @mui/icons-material/Forum as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forum (create-svg-icon (e "path" #js {"d" "M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1zm-4 6V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1z"})
"Forum"))
================================================
FILE: src/icons/reagent_mui/icons/forum_outlined.cljs
================================================
(ns reagent-mui.icons.forum-outlined
"Imports @mui/icons-material/ForumOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forum-outlined (create-svg-icon (e "path" #js {"d" "M15 4v7H5.17L4 12.17V4h11m1-2H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm5 4h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1z"})
"ForumOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/forum_rounded.cljs
================================================
(ns reagent-mui.icons.forum-rounded
"Imports @mui/icons-material/ForumRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forum-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-1v8c0 .55-.45 1-1 1H6v1c0 1.1.9 2 2 2h10l4 4V8c0-1.1-.9-2-2-2zm-3 5V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v13l4-4h9c1.1 0 2-.9 2-2z"})
"ForumRounded"))
================================================
FILE: src/icons/reagent_mui/icons/forum_sharp.cljs
================================================
(ns reagent-mui.icons.forum-sharp
"Imports @mui/icons-material/ForumSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forum-sharp (create-svg-icon (e "path" #js {"d" "M22 6h-3v9H6v3h12l4 4V6zm-5 7V2H2v15l4-4h11z"})
"ForumSharp"))
================================================
FILE: src/icons/reagent_mui/icons/forum_two_tone.cljs
================================================
(ns reagent-mui.icons.forum-two-tone
"Imports @mui/icons-material/ForumTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forum-two-tone (create-svg-icon [(e "path" #js {"d" "M15 11V4H4v8.17L5.17 11H6z", "opacity" ".3"}) (e "path" #js {"d" "M16 13c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10zm-12-.83V4h11v7H5.17L4 12.17zM22 7c0-.55-.45-1-1-1h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7z"})]
"ForumTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/forward.cljs
================================================
(ns reagent-mui.icons.forward
"Imports @mui/icons-material/Forward as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward (create-svg-icon (e "path" #js {"d" "M12 8V4l8 8-8 8v-4H4V8z"})
"Forward"))
================================================
FILE: src/icons/reagent_mui/icons/forward_10.cljs
================================================
(ns reagent-mui.icons.forward-10
"Imports @mui/icons-material/Forward10 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-10 (create-svg-icon [(e "path" #js {"d" "M18 13c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6v4l5-5-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8h-2z"}) (e "path" #js {"d" "M10.86 15.94v-4.27h-.09L9 12.3v.69l1.01-.31v3.26zm1.39-2.5v.74c0 1.9 1.31 1.82 1.44 1.82.14 0 1.44.09 1.44-1.82v-.74c0-1.9-1.31-1.82-1.44-1.82-.14 0-1.44-.09-1.44 1.82zm2.04-.12v.97c0 .77-.21 1.03-.59 1.03s-.6-.26-.6-1.03v-.97c0-.75.22-1.01.59-1.01.38-.01.6.26.6 1.01z"})]
"Forward10"))
================================================
FILE: src/icons/reagent_mui/icons/forward_10_outlined.cljs
================================================
(ns reagent-mui.icons.forward-10-outlined
"Imports @mui/icons-material/Forward10Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-10-outlined (create-svg-icon [(e "path" #js {"d" "M18 13c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6v4l5-5-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8h-2z"}) (e "path" #js {"d" "M10.9 16v-4.27h-.09l-1.77.63v.69l1.01-.31V16zm3.42-4.22c-.18-.07-.37-.1-.59-.1s-.41.03-.59.1-.33.18-.45.33-.23.34-.29.57-.1.5-.1.82v.74c0 .32.04.6.11.82s.17.42.3.57.28.26.46.33.37.1.59.1.41-.03.59-.1.33-.18.45-.33.22-.34.29-.57.1-.5.1-.82v-.74c0-.32-.04-.6-.11-.82s-.17-.42-.3-.57-.29-.26-.46-.33zm.01 2.57c0 .19-.01.35-.04.48s-.06.24-.11.32-.11.14-.19.17-.16.05-.25.05-.18-.02-.25-.05-.14-.09-.19-.17-.09-.19-.12-.32-.04-.29-.04-.48v-.97c0-.19.01-.35.04-.48s.06-.23.12-.31.11-.14.19-.17.16-.05.25-.05.18.02.25.05.14.09.19.17.09.18.12.31.04.29.04.48v.97z"})]
"Forward10Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/forward_10_rounded.cljs
================================================
(ns reagent-mui.icons.forward-10-rounded
"Imports @mui/icons-material/Forward10Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-10-rounded (create-svg-icon (e "path" #js {"d" "M18.92 13c-.5 0-.91.37-.98.86-.48 3.37-3.77 5.84-7.42 4.96-2.25-.54-3.91-2.27-4.39-4.53C5.32 10.42 8.27 7 12 7v2.79c0 .45.54.67.85.35l3.79-3.79c.2-.2.2-.51 0-.71l-3.79-3.79c-.31-.31-.85-.09-.85.36V5c-4.94 0-8.84 4.48-7.84 9.6.6 3.11 2.9 5.5 5.99 6.19 4.83 1.08 9.15-2.2 9.77-6.67.09-.59-.4-1.12-1-1.12zm-8.02 3v-4.27h-.09l-1.77.63v.69l1.01-.31V16zm3.42-4.22c-.18-.07-.37-.1-.59-.1s-.41.03-.59.1-.33.18-.45.33-.23.34-.29.57-.1.5-.1.82v.74c0 .32.04.6.11.82s.17.42.3.57.28.26.46.33.37.1.59.1.41-.03.59-.1.33-.18.45-.33.22-.34.29-.57.1-.5.1-.82v-.74c0-.32-.04-.6-.11-.82s-.17-.42-.3-.57-.29-.26-.46-.33zm.01 2.57c0 .19-.01.35-.04.48s-.06.24-.11.32-.11.14-.19.17-.16.05-.25.05-.18-.02-.25-.05-.14-.09-.19-.17-.09-.19-.12-.32-.04-.29-.04-.48v-.97c0-.19.01-.35.04-.48s.06-.23.12-.31.11-.14.19-.17.16-.05.25-.05.18.02.25.05.14.09.19.17.09.18.12.31.04.29.04.48v.97z"})
"Forward10Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/forward_10_sharp.cljs
================================================
(ns reagent-mui.icons.forward-10-sharp
"Imports @mui/icons-material/Forward10Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-10-sharp (create-svg-icon [(e "path" #js {"d" "M18 13c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6v4l5-5-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8h-2z"}) (e "path" #js {"d" "M10.9 16v-4.27h-.09l-1.77.63v.69l1.01-.31V16zm3.42-4.22c-.18-.07-.37-.1-.59-.1s-.41.03-.59.1-.33.18-.45.33-.23.34-.29.57-.1.5-.1.82v.74c0 .32.04.6.11.82s.17.42.3.57.28.26.46.33.37.1.59.1.41-.03.59-.1.33-.18.45-.33.22-.34.29-.57.1-.5.1-.82v-.74c0-.32-.04-.6-.11-.82s-.17-.42-.3-.57-.29-.26-.46-.33zm.01 2.57c0 .19-.01.35-.04.48s-.06.24-.11.32-.11.14-.19.17-.16.05-.25.05-.18-.02-.25-.05-.14-.09-.19-.17-.09-.19-.12-.32-.04-.29-.04-.48v-.97c0-.19.01-.35.04-.48s.06-.23.12-.31.11-.14.19-.17.16-.05.25-.05.18.02.25.05.14.09.19.17.09.18.12.31.04.29.04.48v.97z"})]
"Forward10Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/forward_10_two_tone.cljs
================================================
(ns reagent-mui.icons.forward-10-two-tone
"Imports @mui/icons-material/Forward10TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-10-two-tone (create-svg-icon [(e "path" #js {"d" "M18 13c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6v4l5-5-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8h-2z"}) (e "path" #js {"d" "M10.9 16v-4.27h-.09l-1.77.63v.69l1.01-.31V16zm3.42-4.22c-.18-.07-.37-.1-.59-.1s-.41.03-.59.1-.33.18-.45.33-.23.34-.29.57-.1.5-.1.82v.74c0 .32.04.6.11.82s.17.42.3.57.28.26.46.33.37.1.59.1.41-.03.59-.1.33-.18.45-.33.22-.34.29-.57.1-.5.1-.82v-.74c0-.32-.04-.6-.11-.82s-.17-.42-.3-.57-.29-.26-.46-.33zm.01 2.57c0 .19-.01.35-.04.48s-.06.24-.11.32-.11.14-.19.17-.16.05-.25.05-.18-.02-.25-.05-.14-.09-.19-.17-.09-.19-.12-.32-.04-.29-.04-.48v-.97c0-.19.01-.35.04-.48s.06-.23.12-.31.11-.14.19-.17.16-.05.25-.05.18.02.25.05.14.09.19.17.09.18.12.31.04.29.04.48v.97z"})]
"Forward10TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/forward_30.cljs
================================================
(ns reagent-mui.icons.forward-30
"Imports @mui/icons-material/Forward30 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-30 (create-svg-icon [(e "path" #js {"d" "M18 13c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6v4l5-5-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8h-2z"}) (e "path" #js {"d" "M10.06 15.38c-.29 0-.62-.17-.62-.54h-.85c0 .97.9 1.23 1.45 1.23.87 0 1.51-.46 1.51-1.25 0-.66-.45-.9-.71-1 .11-.05.65-.32.65-.92 0-.21-.05-1.22-1.44-1.22-.62 0-1.4.35-1.4 1.16h.85c0-.34.31-.48.57-.48.59 0 .58.5.58.54 0 .52-.41.59-.63.59h-.46v.66h.45c.65 0 .7.42.7.64 0 .32-.21.59-.65.59zm3.79-3.7c-.14 0-1.44-.08-1.44 1.82v.74c0 1.9 1.31 1.82 1.44 1.82.14 0 1.44.09 1.44-1.82v-.74c.01-1.91-1.3-1.82-1.44-1.82zm.6 2.67c0 .77-.21 1.03-.59 1.03s-.6-.26-.6-1.03v-.97c0-.75.22-1.01.59-1.01.38 0 .6.26.6 1.01v.97z"})]
"Forward30"))
================================================
FILE: src/icons/reagent_mui/icons/forward_30_outlined.cljs
================================================
(ns reagent-mui.icons.forward-30-outlined
"Imports @mui/icons-material/Forward30Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-30-outlined (create-svg-icon (e "path" #js {"d" "M18 13c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6v4l5-5-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8h-2zm-7.46 2.22c-.06.05-.12.09-.2.12s-.17.04-.27.04c-.09 0-.17-.01-.25-.04s-.14-.06-.2-.11-.1-.1-.13-.17-.05-.14-.05-.22h-.85c0 .21.04.39.12.55s.19.28.33.38.29.18.46.23.35.07.53.07c.21 0 .41-.03.6-.08s.34-.14.48-.24.24-.24.32-.39.12-.33.12-.53c0-.23-.06-.44-.18-.61s-.3-.3-.54-.39c.1-.05.2-.1.28-.17s.15-.14.2-.22.1-.16.13-.25.04-.18.04-.27c0-.2-.04-.37-.11-.53s-.17-.28-.3-.38-.28-.18-.46-.23-.37-.08-.59-.08c-.19 0-.38.03-.54.08s-.32.13-.44.23-.23.22-.3.37-.11.3-.11.48h.85c0-.07.02-.14.05-.2s.07-.11.12-.15.11-.07.18-.1.14-.03.22-.03c.1 0 .18.01.25.04s.13.06.18.11.08.11.11.17.04.14.04.22c0 .18-.05.32-.16.43s-.26.16-.48.16h-.43v.66h.45c.11 0 .2.01.29.04s.16.06.22.11.11.12.14.2.05.18.05.29c0 .09-.01.17-.04.24s-.08.11-.13.17zm3.9-3.44c-.18-.07-.37-.1-.59-.1s-.41.03-.59.1-.33.18-.45.33-.23.34-.29.57-.1.5-.1.82v.74c0 .32.04.6.11.82s.17.42.3.57.28.26.46.33.37.1.59.1.41-.03.59-.1.33-.18.45-.33.22-.34.29-.57.1-.5.1-.82v-.74c0-.32-.04-.6-.11-.82s-.17-.42-.3-.57-.28-.26-.46-.33zm.01 2.57c0 .19-.01.35-.04.48s-.06.24-.11.32-.11.14-.19.17-.16.05-.25.05-.18-.02-.25-.05-.14-.09-.19-.17-.09-.19-.12-.32-.04-.29-.04-.48v-.97c0-.19.01-.35.04-.48s.06-.23.12-.31.11-.14.19-.17.16-.05.25-.05.18.02.25.05.14.09.19.17.09.18.12.31.04.29.04.48v.97z"})
"Forward30Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/forward_30_rounded.cljs
================================================
(ns reagent-mui.icons.forward-30-rounded
"Imports @mui/icons-material/Forward30Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-30-rounded (create-svg-icon (e "path" #js {"d" "M18.92 13c-.5 0-.91.37-.98.86-.48 3.37-3.77 5.84-7.42 4.96-2.25-.54-3.91-2.27-4.39-4.53C5.32 10.42 8.27 7 12 7v2.79c0 .45.54.67.85.35l3.79-3.79c.2-.2.2-.51 0-.71l-3.79-3.79c-.31-.31-.85-.09-.85.36V5c-4.94 0-8.84 4.48-7.84 9.6.6 3.11 2.9 5.5 5.99 6.19 4.83 1.08 9.15-2.2 9.77-6.67.09-.59-.4-1.12-1-1.12zm-8.38 2.22c-.06.05-.12.09-.2.12s-.17.04-.27.04c-.09 0-.17-.01-.25-.04s-.14-.06-.2-.11-.1-.1-.13-.17-.05-.14-.05-.22h-.85c0 .21.04.39.12.55s.19.28.33.38.29.18.46.23.35.07.53.07c.21 0 .41-.03.6-.08s.34-.14.48-.24.24-.24.32-.39.12-.33.12-.53c0-.23-.06-.44-.18-.61s-.3-.3-.54-.39c.1-.05.2-.1.28-.17s.15-.14.2-.22.1-.16.13-.25.04-.18.04-.27c0-.2-.04-.37-.11-.53s-.17-.28-.3-.38-.28-.18-.46-.23-.37-.08-.59-.08c-.19 0-.38.03-.54.08s-.32.13-.44.23-.23.22-.3.37-.11.3-.11.48h.85c0-.07.02-.14.05-.2s.07-.11.12-.15.11-.07.18-.1.14-.03.22-.03c.1 0 .18.01.25.04s.13.06.18.11.08.11.11.17.04.14.04.22c0 .18-.05.32-.16.43s-.26.16-.48.16h-.43v.66h.45c.11 0 .2.01.29.04s.16.06.22.11.11.12.14.2.05.18.05.29c0 .09-.01.17-.04.24s-.08.11-.13.17zm3.9-3.44c-.18-.07-.37-.1-.59-.1s-.41.03-.59.1-.33.18-.45.33-.23.34-.29.57-.1.5-.1.82v.74c0 .32.04.6.11.82s.17.42.3.57.28.26.46.33.37.1.59.1.41-.03.59-.1.33-.18.45-.33.22-.34.29-.57.1-.5.1-.82v-.74c0-.32-.04-.6-.11-.82s-.17-.42-.3-.57-.28-.26-.46-.33zm.01 2.57c0 .19-.01.35-.04.48s-.06.24-.11.32-.11.14-.19.17-.16.05-.25.05-.18-.02-.25-.05-.14-.09-.19-.17-.09-.19-.12-.32-.04-.29-.04-.48v-.97c0-.19.01-.35.04-.48s.06-.23.12-.31.11-.14.19-.17.16-.05.25-.05.18.02.25.05.14.09.19.17.09.18.12.31.04.29.04.48v.97z"})
"Forward30Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/forward_30_sharp.cljs
================================================
(ns reagent-mui.icons.forward-30-sharp
"Imports @mui/icons-material/Forward30Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-30-sharp (create-svg-icon (e "path" #js {"d" "M18 13c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6v4l5-5-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8h-2zm-7.46 2.22c-.06.05-.12.09-.2.12s-.17.04-.27.04c-.09 0-.17-.01-.25-.04s-.14-.06-.2-.11-.1-.1-.13-.17-.05-.14-.05-.22h-.85c0 .21.04.39.12.55s.19.28.33.38.29.18.46.23.35.07.53.07c.21 0 .41-.03.6-.08s.34-.14.48-.24.24-.24.32-.39.12-.33.12-.53c0-.23-.06-.44-.18-.61s-.3-.3-.54-.39c.1-.05.2-.1.28-.17s.15-.14.2-.22.1-.16.13-.25.04-.18.04-.27c0-.2-.04-.37-.11-.53s-.17-.28-.3-.38-.28-.18-.46-.23-.37-.08-.59-.08c-.19 0-.38.03-.54.08s-.32.13-.44.23-.23.22-.3.37-.11.3-.11.48h.85c0-.07.02-.14.05-.2s.07-.11.12-.15.11-.07.18-.1.14-.03.22-.03c.1 0 .18.01.25.04s.13.06.18.11.08.11.11.17.04.14.04.22c0 .18-.05.32-.16.43s-.26.16-.48.16h-.43v.66h.45c.11 0 .2.01.29.04s.16.06.22.11.11.12.14.2.05.18.05.29c0 .09-.01.17-.04.24s-.08.11-.13.17zm3.9-3.44c-.18-.07-.37-.1-.59-.1s-.41.03-.59.1-.33.18-.45.33-.23.34-.29.57-.1.5-.1.82v.74c0 .32.04.6.11.82s.17.42.3.57.28.26.46.33.37.1.59.1.41-.03.59-.1.33-.18.45-.33.22-.34.29-.57.1-.5.1-.82v-.74c0-.32-.04-.6-.11-.82s-.17-.42-.3-.57-.28-.26-.46-.33zm.01 2.57c0 .19-.01.35-.04.48s-.06.24-.11.32-.11.14-.19.17-.16.05-.25.05-.18-.02-.25-.05-.14-.09-.19-.17-.09-.19-.12-.32-.04-.29-.04-.48v-.97c0-.19.01-.35.04-.48s.06-.23.12-.31.11-.14.19-.17.16-.05.25-.05.18.02.25.05.14.09.19.17.09.18.12.31.04.29.04.48v.97z"})
"Forward30Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/forward_30_two_tone.cljs
================================================
(ns reagent-mui.icons.forward-30-two-tone
"Imports @mui/icons-material/Forward30TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-30-two-tone (create-svg-icon (e "path" #js {"d" "M18 13c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6v4l5-5-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8h-2zm-7.46 2.22c-.06.05-.12.09-.2.12s-.17.04-.27.04c-.09 0-.17-.01-.25-.04s-.14-.06-.2-.11-.1-.1-.13-.17-.05-.14-.05-.22h-.85c0 .21.04.39.12.55s.19.28.33.38.29.18.46.23.35.07.53.07c.21 0 .41-.03.6-.08s.34-.14.48-.24.24-.24.32-.39.12-.33.12-.53c0-.23-.06-.44-.18-.61s-.3-.3-.54-.39c.1-.05.2-.1.28-.17s.15-.14.2-.22.1-.16.13-.25.04-.18.04-.27c0-.2-.04-.37-.11-.53s-.17-.28-.3-.38-.28-.18-.46-.23-.37-.08-.59-.08c-.19 0-.38.03-.54.08s-.32.13-.44.23-.23.22-.3.37-.11.3-.11.48h.85c0-.07.02-.14.05-.2s.07-.11.12-.15.11-.07.18-.1.14-.03.22-.03c.1 0 .18.01.25.04s.13.06.18.11.08.11.11.17.04.14.04.22c0 .18-.05.32-.16.43s-.26.16-.48.16h-.43v.66h.45c.11 0 .2.01.29.04s.16.06.22.11.11.12.14.2.05.18.05.29c0 .09-.01.17-.04.24s-.08.11-.13.17zm3.9-3.44c-.18-.07-.37-.1-.59-.1s-.41.03-.59.1-.33.18-.45.33-.23.34-.29.57-.1.5-.1.82v.74c0 .32.04.6.11.82s.17.42.3.57.28.26.46.33.37.1.59.1.41-.03.59-.1.33-.18.45-.33.22-.34.29-.57.1-.5.1-.82v-.74c0-.32-.04-.6-.11-.82s-.17-.42-.3-.57-.28-.26-.46-.33zm.01 2.57c0 .19-.01.35-.04.48s-.06.24-.11.32-.11.14-.19.17-.16.05-.25.05-.18-.02-.25-.05-.14-.09-.19-.17-.09-.19-.12-.32-.04-.29-.04-.48v-.97c0-.19.01-.35.04-.48s.06-.23.12-.31.11-.14.19-.17.16-.05.25-.05.18.02.25.05.14.09.19.17.09.18.12.31.04.29.04.48v.97z"})
"Forward30TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/forward_5.cljs
================================================
(ns reagent-mui.icons.forward-5
"Imports @mui/icons-material/Forward5 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-5 (create-svg-icon [(e "path" #js {"d" "M18 13c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6v4l5-5-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8h-2z"}) (e "path" #js {"d" "M12.03 15.38c-.44 0-.58-.31-.6-.56h-.84c.03.85.79 1.25 1.44 1.25.93 0 1.44-.63 1.44-1.43 0-1.33-.97-1.44-1.3-1.44-.2 0-.43.05-.64.16l.11-.92h1.7v-.71h-2.39l-.25 2.17.67.17c.13-.13.28-.23.57-.23.4 0 .69.23.69.75-.01.05.02.79-.6.79z"})]
"Forward5"))
================================================
FILE: src/icons/reagent_mui/icons/forward_5_outlined.cljs
================================================
(ns reagent-mui.icons.forward-5-outlined
"Imports @mui/icons-material/Forward5Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-5-outlined (create-svg-icon (e "path" #js {"d" "M17.95 13c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6v4l5-5-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8h-2zm-5.52 2.15c-.05.07-.11.13-.18.17s-.17.06-.27.06c-.17 0-.31-.05-.42-.15s-.17-.24-.19-.41h-.84c.01.2.05.37.13.53s.19.28.32.39.29.19.46.24.35.08.53.08c.24 0 .46-.04.64-.12s.33-.18.45-.31.21-.28.27-.45.09-.35.09-.54c0-.22-.03-.43-.09-.6s-.14-.33-.25-.45-.25-.22-.41-.28-.34-.1-.55-.1c-.07 0-.14.01-.2.02s-.13.02-.18.04-.1.03-.15.05-.08.04-.11.05l.11-.92h1.7v-.71H10.9l-.25 2.17.67.17c.03-.03.06-.06.1-.09s.07-.05.12-.07.1-.04.15-.05.13-.02.2-.02c.12 0 .22.02.3.05s.16.09.21.15.1.14.13.24.04.19.04.31-.01.22-.03.31-.06.17-.11.24z"})
"Forward5Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/forward_5_rounded.cljs
================================================
(ns reagent-mui.icons.forward-5-rounded
"Imports @mui/icons-material/Forward5Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-5-rounded (create-svg-icon (e "path" #js {"d" "M18.87 13c-.5 0-.91.37-.98.86-.48 3.37-3.77 5.84-7.42 4.96-2.25-.54-3.91-2.27-4.39-4.53C5.27 10.42 8.22 7 11.95 7v2.79c0 .45.54.67.85.35l3.79-3.79c.2-.2.2-.51 0-.71L12.8 1.85c-.31-.31-.85-.09-.85.35V5c-4.94 0-8.84 4.48-7.84 9.6.6 3.11 2.9 5.5 5.99 6.19 4.83 1.08 9.15-2.2 9.77-6.67.09-.59-.4-1.12-1-1.12zm-6.44 2.15c-.05.07-.11.13-.18.17s-.17.06-.27.06c-.17 0-.31-.05-.42-.15s-.17-.24-.19-.41h-.84c.01.2.05.37.13.53s.19.28.32.39.29.19.46.24.35.08.53.08c.24 0 .46-.04.64-.12s.33-.18.45-.31.21-.28.27-.45.09-.35.09-.54c0-.22-.03-.43-.09-.6s-.14-.33-.25-.45-.25-.22-.41-.28-.34-.1-.55-.1c-.07 0-.14.01-.2.02s-.13.02-.18.04-.1.03-.15.05-.08.04-.11.05l.11-.92h1.7v-.71H10.9l-.25 2.17.67.17c.03-.03.06-.06.1-.09s.07-.05.12-.07.1-.04.15-.05.13-.02.2-.02c.12 0 .22.02.3.05s.16.09.21.15.1.14.13.24.04.19.04.31-.01.22-.03.31-.06.17-.11.24z"})
"Forward5Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/forward_5_sharp.cljs
================================================
(ns reagent-mui.icons.forward-5-sharp
"Imports @mui/icons-material/Forward5Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-5-sharp (create-svg-icon (e "path" #js {"d" "M17.95 13c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6v4l5-5-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8h-2zm-5.52 2.15c-.05.07-.11.13-.18.17s-.17.06-.27.06c-.17 0-.31-.05-.42-.15s-.17-.24-.19-.41h-.84c.01.2.05.37.13.53s.19.28.32.39.29.19.46.24.35.08.53.08c.24 0 .46-.04.64-.12s.33-.18.45-.31.21-.28.27-.45.09-.35.09-.54c0-.22-.03-.43-.09-.6s-.14-.33-.25-.45-.25-.22-.41-.28-.34-.1-.55-.1c-.07 0-.14.01-.2.02s-.13.02-.18.04-.1.03-.15.05-.08.04-.11.05l.11-.92h1.7v-.71H10.9l-.25 2.17.67.17c.03-.03.06-.06.1-.09s.07-.05.12-.07.1-.04.15-.05.13-.02.2-.02c.12 0 .22.02.3.05s.16.09.21.15.1.14.13.24.04.19.04.31-.01.22-.03.31-.06.17-.11.24z"})
"Forward5Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/forward_5_two_tone.cljs
================================================
(ns reagent-mui.icons.forward-5-two-tone
"Imports @mui/icons-material/Forward5TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-5-two-tone (create-svg-icon (e "path" #js {"d" "M17.95 13c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6v4l5-5-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8h-2zm-5.52 2.15c-.05.07-.11.13-.18.17s-.17.06-.27.06c-.17 0-.31-.05-.42-.15s-.17-.24-.19-.41h-.84c.01.2.05.37.13.53s.19.28.32.39.29.19.46.24.35.08.53.08c.24 0 .46-.04.64-.12s.33-.18.45-.31.21-.28.27-.45.09-.35.09-.54c0-.22-.03-.43-.09-.6s-.14-.33-.25-.45-.25-.22-.41-.28-.34-.1-.55-.1c-.07 0-.14.01-.2.02s-.13.02-.18.04-.1.03-.15.05-.08.04-.11.05l.11-.92h1.7v-.71H10.9l-.25 2.17.67.17c.03-.03.06-.06.1-.09s.07-.05.12-.07.1-.04.15-.05.13-.02.2-.02c.12 0 .22.02.3.05s.16.09.21.15.1.14.13.24.04.19.04.31-.01.22-.03.31-.06.17-.11.24z"})
"Forward5TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/forward_outlined.cljs
================================================
(ns reagent-mui.icons.forward-outlined
"Imports @mui/icons-material/ForwardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-outlined (create-svg-icon (e "path" #js {"d" "M14 8.83 17.17 12 14 15.17V14H6v-4h8V8.83M12 4v4H4v8h8v4l8-8-8-8z"})
"ForwardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/forward_rounded.cljs
================================================
(ns reagent-mui.icons.forward-rounded
"Imports @mui/icons-material/ForwardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-rounded (create-svg-icon (e "path" #js {"d" "M12 8V6.41c0-.89 1.08-1.34 1.71-.71l5.59 5.59c.39.39.39 1.02 0 1.41l-5.59 5.59c-.63.63-1.71.19-1.71-.7V16H5c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1h7z"})
"ForwardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/forward_sharp.cljs
================================================
(ns reagent-mui.icons.forward-sharp
"Imports @mui/icons-material/ForwardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-sharp (create-svg-icon (e "path" #js {"d" "M12 8V4l8 8-8 8v-4H4V8h8z"})
"ForwardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/forward_to_inbox.cljs
================================================
(ns reagent-mui.icons.forward-to-inbox
"Imports @mui/icons-material/ForwardToInbox as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-to-inbox (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9v-2H4V8l8 5 8-5v5h2V6c0-1.1-.9-2-2-2zm-8 7L4 6h16l-8 5zm7 4 4 4-4 4v-3h-4v-2h4v-3z"})
"ForwardToInbox"))
================================================
FILE: src/icons/reagent_mui/icons/forward_to_inbox_outlined.cljs
================================================
(ns reagent-mui.icons.forward-to-inbox-outlined
"Imports @mui/icons-material/ForwardToInboxOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-to-inbox-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9v-2H4V8l8 5 8-5v5h2V6c0-1.1-.9-2-2-2zm-8 7L4 6h16l-8 5zm7 4 4 4-4 4v-3h-4v-2h4v-3z"})
"ForwardToInboxOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/forward_to_inbox_rounded.cljs
================================================
(ns reagent-mui.icons.forward-to-inbox-rounded
"Imports @mui/icons-material/ForwardToInboxRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-to-inbox-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9v-2H4V8l6.94 4.34c.65.41 1.47.41 2.12 0L20 8v5h2V6c0-1.1-.9-2-2-2zm-8 7L4 6h16l-8 5zm7 5.21c0-.45.54-.67.85-.35l2.79 2.79c.2.2.2.51 0 .71l-2.79 2.79c-.31.31-.85.09-.85-.36V20h-3c-.55 0-1-.45-1-1s.45-1 1-1h3v-1.79z"})
"ForwardToInboxRounded"))
================================================
FILE: src/icons/reagent_mui/icons/forward_to_inbox_sharp.cljs
================================================
(ns reagent-mui.icons.forward-to-inbox-sharp
"Imports @mui/icons-material/ForwardToInboxSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-to-inbox-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h11v-2H4V8l8 5 8-5v5h2V4zm-10 7L4 6h16l-8 5zm7 4 4 4-4 4v-3h-4v-2h4v-3z"})
"ForwardToInboxSharp"))
================================================
FILE: src/icons/reagent_mui/icons/forward_to_inbox_two_tone.cljs
================================================
(ns reagent-mui.icons.forward-to-inbox-two-tone
"Imports @mui/icons-material/ForwardToInboxTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-to-inbox-two-tone (create-svg-icon [(e "path" #js {"d" "M13 18H4V8l8 5 8-5v5h-2c-2.76 0-5 2.24-5 5zm-1-7L4 6h16l-8 5z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9v-2H4V8l8 5 8-5v5h2V6c0-1.1-.9-2-2-2zm-8 7L4 6h16l-8 5zm7 4 4 4-4 4v-3h-4v-2h4v-3z"})]
"ForwardToInboxTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/forward_two_tone.cljs
================================================
(ns reagent-mui.icons.forward-two-tone
"Imports @mui/icons-material/ForwardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def forward-two-tone (create-svg-icon [(e "path" #js {"d" "M14 14v1.17L17.17 12 14 8.83V10H6v4z", "opacity" ".3"}) (e "path" #js {"d" "m20 12-8-8v4H4v8h8v4l8-8zM6 14v-4h8V8.83L17.17 12 14 15.17V14H6z"})]
"ForwardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/foundation.cljs
================================================
(ns reagent-mui.icons.foundation
"Imports @mui/icons-material/Foundation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def foundation (create-svg-icon (e "path" #js {"d" "M19 12h3L12 3 2 12h3v3H3v2h2v3h2v-3h4v3h2v-3h4v3h2v-3h2v-2h-2v-3zM7 15v-4.81l4-3.6V15H7zm6 0V6.59l4 3.6V15h-4z"})
"Foundation"))
================================================
FILE: src/icons/reagent_mui/icons/foundation_outlined.cljs
================================================
(ns reagent-mui.icons.foundation-outlined
"Imports @mui/icons-material/FoundationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def foundation-outlined (create-svg-icon (e "path" #js {"d" "M19 12h3L12 3 2 12h3v3H3v2h2v3h2v-3h4v3h2v-3h4v3h2v-3h2v-2h-2v-3zM7 15v-4.81l4-3.6V15H7zm6 0V6.59l4 3.6V15h-4z"})
"FoundationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/foundation_rounded.cljs
================================================
(ns reagent-mui.icons.foundation-rounded
"Imports @mui/icons-material/FoundationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def foundation-rounded (create-svg-icon (e "path" #js {"d" "M19 12h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v3H4c-.55 0-1 .45-1 1s.45 1 1 1h1v2c0 .55.45 1 1 1s1-.45 1-1v-2h4v2c0 .55.45 1 1 1s1-.45 1-1v-2h4v2c0 .55.45 1 1 1s1-.45 1-1v-2h1c.55 0 1-.45 1-1s-.45-1-1-1h-1v-3zM7 15v-4.81l4-3.6V15H7zm6 0V6.59l4 3.6V15h-4z"})
"FoundationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/foundation_sharp.cljs
================================================
(ns reagent-mui.icons.foundation-sharp
"Imports @mui/icons-material/FoundationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def foundation-sharp (create-svg-icon (e "path" #js {"d" "M19 12h3L12 3 2 12h3v3H3v2h2v3h2v-3h4v3h2v-3h4v3h2v-3h2v-2h-2v-3zM7 15v-4.81l4-3.6V15H7zm6 0V6.59l4 3.6V15h-4z"})
"FoundationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/foundation_two_tone.cljs
================================================
(ns reagent-mui.icons.foundation-two-tone
"Imports @mui/icons-material/FoundationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def foundation-two-tone (create-svg-icon [(e "path" #js {"d" "M7 15v-4.81l4-3.6V15H7zm6 0V6.59l4 3.6V15h-4z", "opacity" ".3"}) (e "path" #js {"d" "M19 12h3L12 3 2 12h3v3H3v2h2v3h2v-3h4v3h2v-3h4v3h2v-3h2v-2h-2v-3zM7 15v-4.81l4-3.6V15H7zm6 0V6.59l4 3.6V15h-4z"})]
"FoundationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/four_g_mobiledata.cljs
================================================
(ns reagent-mui.icons.four-g-mobiledata
"Imports @mui/icons-material/FourGMobiledata as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-g-mobiledata (create-svg-icon (e "path" #js {"d" "M9 7H7v5H5V7H3v7h4v3h2v-3h2v-2H9V7zm8 4v2h2v2h-5V9h7c0-1.1-.9-2-2-2h-5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-4h-4z"})
"FourGMobiledata"))
================================================
FILE: src/icons/reagent_mui/icons/four_g_mobiledata_outlined.cljs
================================================
(ns reagent-mui.icons.four-g-mobiledata-outlined
"Imports @mui/icons-material/FourGMobiledataOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-g-mobiledata-outlined (create-svg-icon (e "path" #js {"d" "M9 7H7v5H5V7H3v7h4v3h2v-3h2v-2H9V7zm8 4v2h2v2h-5V9h7c0-1.1-.9-2-2-2h-5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-4h-4z"})
"FourGMobiledataOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/four_g_mobiledata_rounded.cljs
================================================
(ns reagent-mui.icons.four-g-mobiledata-rounded
"Imports @mui/icons-material/FourGMobiledataRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-g-mobiledata-rounded (create-svg-icon (e "path" #js {"d" "M8 7c-.55 0-1 .45-1 1v4H5V8c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h3v2c0 .55.45 1 1 1s1-.45 1-1v-2h1c.55 0 1-.45 1-1s-.45-1-1-1H9V8c0-.55-.45-1-1-1zm9 5c0 .55.45 1 1 1h1v2h-5V9h6c.55 0 1-.45 1-1s-.45-1-1-1h-6c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1z"})
"FourGMobiledataRounded"))
================================================
FILE: src/icons/reagent_mui/icons/four_g_mobiledata_sharp.cljs
================================================
(ns reagent-mui.icons.four-g-mobiledata-sharp
"Imports @mui/icons-material/FourGMobiledataSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-g-mobiledata-sharp (create-svg-icon (e "path" #js {"d" "M9 7H7v5H5V7H3v7h4v3h2v-3h2v-2H9V7zm8 4v2h2v2h-5V9h7V7h-9v10h9v-6h-4z"})
"FourGMobiledataSharp"))
================================================
FILE: src/icons/reagent_mui/icons/four_g_mobiledata_two_tone.cljs
================================================
(ns reagent-mui.icons.four-g-mobiledata-two-tone
"Imports @mui/icons-material/FourGMobiledataTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-g-mobiledata-two-tone (create-svg-icon (e "path" #js {"d" "M9 7H7v5H5V7H3v7h4v3h2v-3h2v-2H9V7zm8 4v2h2v2h-5V9h7c0-1.1-.9-2-2-2h-5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-4h-4z"})
"FourGMobiledataTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/four_g_plus_mobiledata.cljs
================================================
(ns reagent-mui.icons.four-g-plus-mobiledata
"Imports @mui/icons-material/FourGPlusMobiledata as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-g-plus-mobiledata (create-svg-icon (e "path" #js {"d" "M13 11v2h2v2h-4V9h6c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-4h-4zm11 0h-2V9h-2v2h-2v2h2v2h2v-2h2v-2zM7 7H5v5H3V7H1v7h4v3h2v-3h1v-2H7V7z"})
"FourGPlusMobiledata"))
================================================
FILE: src/icons/reagent_mui/icons/four_g_plus_mobiledata_outlined.cljs
================================================
(ns reagent-mui.icons.four-g-plus-mobiledata-outlined
"Imports @mui/icons-material/FourGPlusMobiledataOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-g-plus-mobiledata-outlined (create-svg-icon (e "path" #js {"d" "M13 11v2h2v2h-4V9h6c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-4h-4zm11 0h-2V9h-2v2h-2v2h2v2h2v-2h2v-2zM7 7H5v5H3V7H1v7h4v3h2v-3h1v-2H7V7z"})
"FourGPlusMobiledataOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/four_g_plus_mobiledata_rounded.cljs
================================================
(ns reagent-mui.icons.four-g-plus-mobiledata-rounded
"Imports @mui/icons-material/FourGPlusMobiledataRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-g-plus-mobiledata-rounded (create-svg-icon (e "path" #js {"d" "M16 9c.55 0 1-.45 1-1s-.45-1-1-1h-5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1h1v2h-4V9h5zm7 2h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1zM7 12V8c0-.55-.45-1-1-1s-1 .45-1 1v4H3V8c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h3v2c0 .55.45 1 1 1s1-.45 1-1v-2c.55 0 1-.45 1-1s-.45-1-1-1z"})
"FourGPlusMobiledataRounded"))
================================================
FILE: src/icons/reagent_mui/icons/four_g_plus_mobiledata_sharp.cljs
================================================
(ns reagent-mui.icons.four-g-plus-mobiledata-sharp
"Imports @mui/icons-material/FourGPlusMobiledataSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-g-plus-mobiledata-sharp (create-svg-icon (e "path" #js {"d" "M13 11v2h2v2h-4V9h6V7H9v10h8v-6h-4zm11 0h-2V9h-2v2h-2v2h2v2h2v-2h2v-2zM7 7H5v5H3V7H1v7h4v3h2v-3h1v-2H7V7z"})
"FourGPlusMobiledataSharp"))
================================================
FILE: src/icons/reagent_mui/icons/four_g_plus_mobiledata_two_tone.cljs
================================================
(ns reagent-mui.icons.four-g-plus-mobiledata-two-tone
"Imports @mui/icons-material/FourGPlusMobiledataTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-g-plus-mobiledata-two-tone (create-svg-icon (e "path" #js {"d" "M13 11v2h2v2h-4V9h6c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-4h-4zm11 0h-2V9h-2v2h-2v2h2v2h2v-2h2v-2zM7 7H5v5H3V7H1v7h4v3h2v-3h1v-2H7V7z"})
"FourGPlusMobiledataTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/four_k.cljs
================================================
(ns reagent-mui.icons.four-k
"Imports @mui/icons-material/FourK as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-k (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 10.5h-1V15H9.5v-1.5h-3V9H8v3h1.5V9H11v3h1v1.5zm6 1.5h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"})
"FourK"))
================================================
FILE: src/icons/reagent_mui/icons/four_k_outlined.cljs
================================================
(ns reagent-mui.icons.four-k-outlined
"Imports @mui/icons-material/FourKOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-k-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V5h14v14zm-9.5-4H11v-1.49h1V12h-1V9H9.5v3H8V9H6.5v4.5h3zm8.7 0-2-3 2-3h-1.7l-2 3 2 3zm-3.7-3V9H13v6h1.5z"})
"FourKOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/four_k_plus.cljs
================================================
(ns reagent-mui.icons.four-k-plus
"Imports @mui/icons-material/FourKPlus as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-k-plus (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.5 10.5h-1V15H8v-1.5H5V9h1.5v3H8V9h1.5v3h1v1.5zM16 15h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm4-2.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"})
"FourKPlus"))
================================================
FILE: src/icons/reagent_mui/icons/four_k_plus_outlined.cljs
================================================
(ns reagent-mui.icons.four-k-plus-outlined
"Imports @mui/icons-material/FourKPlusOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-k-plus-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M8.5 15H10v-1.5h1V12h-1V9H8.5v3H7V9H5.5v4.5h3zm4.5-2.25L14.75 15h1.75l-2.25-3 2.25-3h-1.75L13 11.25V9h-1.5v6H13z"})]
"FourKPlusOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/four_k_plus_rounded.cljs
================================================
(ns reagent-mui.icons.four-k-plus-rounded
"Imports @mui/icons-material/FourKPlusRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-k-plus-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.75 10.5H10v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.75h-2c-.55 0-1-.45-1-1V9.75c0-.41.34-.75.75-.75s.75.34.75.75V12h1.5V9.75c0-.41.34-.75.75-.75s.75.34.75.75V12h.25c.41 0 .75.34.75.75s-.34.75-.75.75zm4.84 1.5c-.22 0-.42-.1-.55-.27L13 12.75v1.55c0 .39-.31.7-.7.7h-.1c-.39 0-.7-.31-.7-.7V9.7c0-.39.31-.7.7-.7h.09c.4 0 .71.31.71.7v1.55l1.54-1.98c.13-.17.34-.27.55-.27.58 0 .91.66.56 1.12L14.25 12l1.41 1.88c.34.46.01 1.12-.57 1.12zm3.41-2.5h-1v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1v-1c0-.28.22-.5.5-.5s.5.22.5.5v1h1c.28 0 .5.22.5.5s-.22.5-.5.5z"})
"FourKPlusRounded"))
================================================
FILE: src/icons/reagent_mui/icons/four_k_plus_sharp.cljs
================================================
(ns reagent-mui.icons.four-k-plus-sharp
"Imports @mui/icons-material/FourKPlusSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-k-plus-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM11 13.5h-1V15H8.5v-1.5h-3V9H7v3h1.5V9H10v3h1v1.5zm3.75 1.5L13 12.75V15h-1.5V9H13v2.25L14.75 9h1.75l-2.25 3 2.25 3h-1.75zM19 12.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19v1z"})
"FourKPlusSharp"))
================================================
FILE: src/icons/reagent_mui/icons/four_k_plus_two_tone.cljs
================================================
(ns reagent-mui.icons.four-k-plus-two-tone
"Imports @mui/icons-material/FourKPlusTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-k-plus-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14v-6.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19V5H5v14zm6.5-10H13v2.25L14.75 9h1.75l-2.25 3 2.25 3h-1.75L13 12.75V15h-1.5V9zm-6 0H7v3h1.5V9H10v3h1v1.5h-1V15H8.5v-1.5h-3V9z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M8.5 15H10v-1.5h1V12h-1V9H8.5v3H7V9H5.5v4.5h3zm4.5-2.25L14.75 15h1.75l-2.25-3 2.25-3h-1.75L13 11.25V9h-1.5v6H13z"})]
"FourKPlusTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/four_k_rounded.cljs
================================================
(ns reagent-mui.icons.four-k-rounded
"Imports @mui/icons-material/FourKRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-k-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-7 9.76c0 .41-.34.75-.75.75H11v.74c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.75h-2c-.55 0-1-.45-1-1V9.75c0-.41.34-.75.75-.75s.75.34.75.75V12h1.5V9.75c0-.41.34-.75.75-.75s.75.34.75.75V12h.25c.41 0 .75.34.75.75v.01zm5.47 1.14c.22.33.13.77-.2.98-.12.08-.26.12-.39.12-.23 0-.45-.11-.59-.32L14.5 12v2.24c0 .41-.34.75-.75.75-.41.01-.75-.33-.75-.74v-4.5c0-.41.34-.75.75-.75s.75.34.75.75v2.24l1.79-2.68c.22-.33.66-.41.98-.2.33.22.41.66.2.98L16.2 12l1.27 1.9z"})
"FourKRounded"))
================================================
FILE: src/icons/reagent_mui/icons/four_k_sharp.cljs
================================================
(ns reagent-mui.icons.four-k-sharp
"Imports @mui/icons-material/FourKSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-k-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-9 10.51h-1V15H9.5v-1.5h-3V9H8v3h1.5V9H11v3h1v1.51zM18.2 15h-1.7l-2-3v3H13V9h1.5v3l2-3h1.7l-2 3 2 3z"})
"FourKSharp"))
================================================
FILE: src/icons/reagent_mui/icons/four_k_two_tone.cljs
================================================
(ns reagent-mui.icons.four-k-two-tone
"Imports @mui/icons-material/FourKTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-k-two-tone (create-svg-icon [(e "path" #js {"d" "M19 5H5v14h14V5zm-7 8.51h-1V15H9.5v-1.5h-3V9H8v3h1.5V9H11v3h1v1.51zM18.2 15h-1.7l-2-3v3H13V9h1.5v3l2-3h1.7l-2 3 2 3z", "opacity" ".3"}) (e "path" #js {"d" "M5 21h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.89 2 2 2zM5 5h14v14H5V5zm6 4H9.5v3H8V9H6.5v4.5h3V15H11v-1.49h1V12h-1zm5.5 0-2 3 2 3h1.7l-2-3 2-3zM13 9v6h1.5V9z"})]
"FourKTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/four_mp.cljs
================================================
(ns reagent-mui.icons.four-mp
"Imports @mui/icons-material/FourMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3-8.5h-1v1.5h-1.5V10h-3V5.5H11v3h1.5v-3H14v3h1V10zm.5 8.5H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm0-4.5H17v1.5h-1.5z"})
"FourMp"))
================================================
FILE: src/icons/reagent_mui/icons/four_mp_outlined.cljs
================================================
(ns reagent-mui.icons.four-mp-outlined
"Imports @mui/icons-material/FourMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M12.5 11.5H14V10h1V8.5h-1v-3h-1.5v3H11v-3H9.5V10h3z"})]
"FourMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/four_mp_rounded.cljs
================================================
(ns reagent-mui.icons.four-mp-rounded
"Imports @mui/icons-material/FourMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-mp-rounded (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6.5 14.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zm0-7V10h-2c-.55 0-1-.45-1-1V6.25c0-.41.34-.75.75-.75s.75.34.75.75V8.5h1.5V6.25c0-.41.34-.75.75-.75s.75.34.75.75V8.5h.25c.41 0 .75.34.75.75s-.34.75-.75.75H14v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"})]
"FourMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/four_mp_sharp.cljs
================================================
(ns reagent-mui.icons.four-mp-sharp
"Imports @mui/icons-material/FourMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-mp-sharp (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm9.5 15.5H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zm-3-8.5V5.5H11v3h1.5v-3H14v3h1V10h-1v1.5h-1.5V10h-3zm8.5 7h-3v1.5h-1.5v-6H18V17z"})]
"FourMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/four_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.four-mp-two-tone
"Imports @mui/icons-material/FourMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def four-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zm-8.5-8H11v3h1.5v-3H14v3h1V10h-1v1.5h-1.5V10h-3V5.5zm-3.5 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M12.5 11.5H14V10h1V8.5h-1v-3h-1.5v3H11v-3H9.5V10h3z"})]
"FourMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fourteen_mp.cljs
================================================
(ns reagent-mui.icons.fourteen-mp
"Imports @mui/icons-material/FourteenMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fourteen-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zm7.5 4.5h-1v1.5H15V10h-3V5.5h1.5v3H15v-3h1.5v3h1V10zm-2 4H17v1.5h-1.5z"})
"FourteenMp"))
================================================
FILE: src/icons/reagent_mui/icons/fourteen_mp_outlined.cljs
================================================
(ns reagent-mui.icons.fourteen-mp-outlined
"Imports @mui/icons-material/FourteenMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fourteen-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6-1.5v6H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5zm3 3H15V14h1.5v1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm6.5 0h1.5V10h1V8.5h-1v-3H15v3h-1.5v-3H12V10h3z"})]
"FourteenMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fourteen_mp_rounded.cljs
================================================
(ns reagent-mui.icons.fourteen-mp-rounded
"Imports @mui/icons-material/FourteenMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fourteen-mp-rounded (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.75 5.5H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C7.34 7 7 6.66 7 6.25s.34-.75.75-.75zm4.75 12.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zM12 9V6.25c0-.41.34-.75.75-.75s.75.34.75.75V8.5H15V6.25c0-.41.34-.75.75-.75s.75.34.75.75V8.5h.25c.41 0 .75.34.75.75s-.34.75-.75.75h-.25v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V10h-2c-.55 0-1-.45-1-1zm6 7c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"FourteenMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fourteen_mp_sharp.cljs
================================================
(ns reagent-mui.icons.fourteen-mp-sharp
"Imports @mui/icons-material/FourteenMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fourteen-mp-sharp (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm9 2.5h1.5v3H15v-3h1.5v3h1V10h-1v1.5H15V10h-3V5.5zm-5 0h3v6H8.5V7H7V5.5zm5.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"})]
"FourteenMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fourteen_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.fourteen-mp-two-tone
"Imports @mui/icons-material/FourteenMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fourteen-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zm-6-8h1.5v3H15v-3h1.5v3h1V10h-1v1.5H15V10h-3V5.5zm-5 0h3v6H8.5V7H7V5.5zm-1 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6-1.5v6H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5zm3 3H15V14h1.5v1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm6.5 0h1.5V10h1V8.5h-1v-3H15v3h-1.5v-3H12V10h3z"})]
"FourteenMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/free_breakfast.cljs
================================================
(ns reagent-mui.icons.free-breakfast
"Imports @mui/icons-material/FreeBreakfast as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def free-breakfast (create-svg-icon (e "path" #js {"d" "M20 3H4v10c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.11 0 2-.9 2-2V5c0-1.11-.89-2-2-2zm0 5h-2V5h2v3zM4 19h16v2H4z"})
"FreeBreakfast"))
================================================
FILE: src/icons/reagent_mui/icons/free_breakfast_outlined.cljs
================================================
(ns reagent-mui.icons.free-breakfast-outlined
"Imports @mui/icons-material/FreeBreakfastOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def free-breakfast-outlined (create-svg-icon (e "path" #js {"d" "M4 19h16v2H4zM20 3H4v10c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.11 0 2-.9 2-2V5c0-1.11-.89-2-2-2zm-4 10c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V5h10v8zm4-5h-2V5h2v3z"})
"FreeBreakfastOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/free_breakfast_rounded.cljs
================================================
(ns reagent-mui.icons.free-breakfast-rounded
"Imports @mui/icons-material/FreeBreakfastRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def free-breakfast-rounded (create-svg-icon (e "path" #js {"d" "M20 3H6c-1.1 0-2 .9-2 2v8c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.11 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 5h-2V5h2v3zM5 19h14c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1z"})
"FreeBreakfastRounded"))
================================================
FILE: src/icons/reagent_mui/icons/free_breakfast_sharp.cljs
================================================
(ns reagent-mui.icons.free-breakfast-sharp
"Imports @mui/icons-material/FreeBreakfastSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def free-breakfast-sharp (create-svg-icon (e "path" #js {"d" "M20 3H4v14h14v-7h2c1.11 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 5h-2V5h2v3zM4 19h16v2H4v-2z"})
"FreeBreakfastSharp"))
================================================
FILE: src/icons/reagent_mui/icons/free_breakfast_two_tone.cljs
================================================
(ns reagent-mui.icons.free-breakfast-two-tone
"Imports @mui/icons-material/FreeBreakfastTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def free-breakfast-two-tone (create-svg-icon [(e "path" #js {"d" "M6 13c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V5H6v8z", "opacity" ".3"}) (e "path" #js {"d" "M4 19h16v2H4zM20 3H4v10c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.11 0 2-.9 2-2V5c0-1.11-.89-2-2-2zm-4 10c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V5h10v8zm4-5h-2V5h2v3z"})]
"FreeBreakfastTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fullscreen.cljs
================================================
(ns reagent-mui.icons.fullscreen
"Imports @mui/icons-material/Fullscreen as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fullscreen (create-svg-icon (e "path" #js {"d" "M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"})
"Fullscreen"))
================================================
FILE: src/icons/reagent_mui/icons/fullscreen_exit.cljs
================================================
(ns reagent-mui.icons.fullscreen-exit
"Imports @mui/icons-material/FullscreenExit as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fullscreen-exit (create-svg-icon (e "path" #js {"d" "M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"})
"FullscreenExit"))
================================================
FILE: src/icons/reagent_mui/icons/fullscreen_exit_outlined.cljs
================================================
(ns reagent-mui.icons.fullscreen-exit-outlined
"Imports @mui/icons-material/FullscreenExitOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fullscreen-exit-outlined (create-svg-icon (e "path" #js {"d" "M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"})
"FullscreenExitOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fullscreen_exit_rounded.cljs
================================================
(ns reagent-mui.icons.fullscreen-exit-rounded
"Imports @mui/icons-material/FullscreenExitRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fullscreen-exit-rounded (create-svg-icon (e "path" #js {"d" "M6 16h2v2c0 .55.45 1 1 1s1-.45 1-1v-3c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1zm2-8H6c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1s-1 .45-1 1v2zm7 11c.55 0 1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1zm1-11V6c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1h-2z"})
"FullscreenExitRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fullscreen_exit_sharp.cljs
================================================
(ns reagent-mui.icons.fullscreen-exit-sharp
"Imports @mui/icons-material/FullscreenExitSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fullscreen-exit-sharp (create-svg-icon (e "path" #js {"d" "M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"})
"FullscreenExitSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fullscreen_exit_two_tone.cljs
================================================
(ns reagent-mui.icons.fullscreen-exit-two-tone
"Imports @mui/icons-material/FullscreenExitTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fullscreen-exit-two-tone (create-svg-icon (e "path" #js {"d" "M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"})
"FullscreenExitTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/fullscreen_outlined.cljs
================================================
(ns reagent-mui.icons.fullscreen-outlined
"Imports @mui/icons-material/FullscreenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fullscreen-outlined (create-svg-icon (e "path" #js {"d" "M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"})
"FullscreenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/fullscreen_rounded.cljs
================================================
(ns reagent-mui.icons.fullscreen-rounded
"Imports @mui/icons-material/FullscreenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fullscreen-rounded (create-svg-icon (e "path" #js {"d" "M6 14c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1H7v-2c0-.55-.45-1-1-1zm0-4c.55 0 1-.45 1-1V7h2c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1zm11 7h-2c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1s-1 .45-1 1v2zM14 6c0 .55.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V6c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1z"})
"FullscreenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/fullscreen_sharp.cljs
================================================
(ns reagent-mui.icons.fullscreen-sharp
"Imports @mui/icons-material/FullscreenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fullscreen-sharp (create-svg-icon (e "path" #js {"d" "M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"})
"FullscreenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/fullscreen_two_tone.cljs
================================================
(ns reagent-mui.icons.fullscreen-two-tone
"Imports @mui/icons-material/FullscreenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def fullscreen-two-tone (create-svg-icon (e "path" #js {"d" "M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"})
"FullscreenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/functions.cljs
================================================
(ns reagent-mui.icons.functions
"Imports @mui/icons-material/Functions as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def functions (create-svg-icon (e "path" #js {"d" "M18 4H6v2l6.5 6L6 18v2h12v-3h-7l5-5-5-5h7z"})
"Functions"))
================================================
FILE: src/icons/reagent_mui/icons/functions_outlined.cljs
================================================
(ns reagent-mui.icons.functions-outlined
"Imports @mui/icons-material/FunctionsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def functions-outlined (create-svg-icon (e "path" #js {"d" "M18 4H6v2l6.5 6L6 18v2h12v-3h-7l5-5-5-5h7V4z"})
"FunctionsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/functions_rounded.cljs
================================================
(ns reagent-mui.icons.functions-rounded
"Imports @mui/icons-material/FunctionsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def functions-rounded (create-svg-icon (e "path" #js {"d" "M16.5 4H7.56C6.7 4 6 4.7 6 5.56c0 .28.12.55.32.74L12.5 12l-6.18 5.7c-.2.19-.32.46-.32.74C6 19.3 6.7 20 7.56 20h8.94c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5H11l3.59-3.59c.78-.78.78-2.05 0-2.83L11 7h5.5c.83 0 1.5-.67 1.5-1.5S17.33 4 16.5 4z"})
"FunctionsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/functions_sharp.cljs
================================================
(ns reagent-mui.icons.functions-sharp
"Imports @mui/icons-material/FunctionsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def functions-sharp (create-svg-icon (e "path" #js {"d" "M18 4H6v2l6.5 6L6 18v2h12v-3h-7l5-5-5-5h7V4z"})
"FunctionsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/functions_two_tone.cljs
================================================
(ns reagent-mui.icons.functions-two-tone
"Imports @mui/icons-material/FunctionsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def functions-two-tone (create-svg-icon (e "path" #js {"d" "M18 17h-7l5-5-5-5h7V4H6v2l6.5 6L6 18v2h12z"})
"FunctionsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/g_mobiledata.cljs
================================================
(ns reagent-mui.icons.g-mobiledata
"Imports @mui/icons-material/GMobiledata as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def g-mobiledata (create-svg-icon (e "path" #js {"d" "M12 11v2h2v2H9V9h7c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-4h-4z"})
"GMobiledata"))
================================================
FILE: src/icons/reagent_mui/icons/g_mobiledata_outlined.cljs
================================================
(ns reagent-mui.icons.g-mobiledata-outlined
"Imports @mui/icons-material/GMobiledataOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def g-mobiledata-outlined (create-svg-icon (e "path" #js {"d" "M12 11v2h2v2H9V9h7c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-4h-4z"})
"GMobiledataOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/g_mobiledata_rounded.cljs
================================================
(ns reagent-mui.icons.g-mobiledata-rounded
"Imports @mui/icons-material/GMobiledataRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def g-mobiledata-rounded (create-svg-icon (e "path" #js {"d" "M12 12c0 .55.45 1 1 1h1v2H9V9h6c.55 0 1-.45 1-1s-.45-1-1-1H9c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1z"})
"GMobiledataRounded"))
================================================
FILE: src/icons/reagent_mui/icons/g_mobiledata_sharp.cljs
================================================
(ns reagent-mui.icons.g-mobiledata-sharp
"Imports @mui/icons-material/GMobiledataSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def g-mobiledata-sharp (create-svg-icon (e "path" #js {"d" "M12 11v2h2v2H9V9h7V7H7v10h9v-6h-4z"})
"GMobiledataSharp"))
================================================
FILE: src/icons/reagent_mui/icons/g_mobiledata_two_tone.cljs
================================================
(ns reagent-mui.icons.g-mobiledata-two-tone
"Imports @mui/icons-material/GMobiledataTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def g-mobiledata-two-tone (create-svg-icon (e "path" #js {"d" "M12 11v2h2v2H9V9h7c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-4h-4z"})
"GMobiledataTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/g_translate.cljs
================================================
(ns reagent-mui.icons.g-translate
"Imports @mui/icons-material/GTranslate as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def g-translate (create-svg-icon (e "path" #js {"d" "M21 4H11l-1-3H3c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h8l1 3h9c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7 16c-2.76 0-5-2.24-5-5s2.24-5 5-5c1.35 0 2.48.5 3.35 1.3L9.03 8.57c-.38-.36-1.04-.78-2.03-.78-1.74 0-3.15 1.44-3.15 3.21S5.26 14.21 7 14.21c2.01 0 2.84-1.44 2.92-2.41H7v-1.71h4.68c.07.31.12.61.12 1.02C11.8 13.97 9.89 16 7 16zm6.17-5.42h3.7c-.43 1.25-1.11 2.43-2.05 3.47-.31-.35-.6-.72-.86-1.1l-.79-2.37zm8.33 9.92c0 .55-.45 1-1 1H14l2-2.5-1.04-3.1 3.1 3.1.92-.92-3.3-3.25.02-.02c1.13-1.25 1.93-2.69 2.4-4.22H20v-1.3h-4.53V8h-1.29v1.29h-1.44L11.46 5.5h9.04c.55 0 1 .45 1 1v14z"})
"GTranslate"))
================================================
FILE: src/icons/reagent_mui/icons/g_translate_outlined.cljs
================================================
(ns reagent-mui.icons.g-translate-outlined
"Imports @mui/icons-material/GTranslateOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def g-translate-outlined (create-svg-icon (e "path" #js {"d" "M20 5h-9.12L10 2H4c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h7l1 3h8c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zM7.17 14.59c-2.25 0-4.09-1.83-4.09-4.09s1.83-4.09 4.09-4.09c1.04 0 1.99.37 2.74 1.07l.07.06-1.23 1.18-.06-.05c-.29-.27-.78-.59-1.52-.59-1.31 0-2.38 1.09-2.38 2.42s1.07 2.42 2.38 2.42c1.37 0 1.96-.87 2.12-1.46H7.08V9.91h3.95l.01.07c.04.21.05.4.05.61 0 2.35-1.61 4-3.92 4zm6.03-1.71c.33.6.74 1.18 1.19 1.7l-.54.53-.65-2.23zm.77-.76h-.99l-.31-1.04h3.99s-.34 1.31-1.56 2.74c-.52-.62-.89-1.23-1.13-1.7zM21 20c0 .55-.45 1-1 1h-7l2-2-.81-2.77.92-.92L17.79 18l.73-.73-2.71-2.68c.9-1.03 1.6-2.25 1.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18 6H20c.55 0 1 .45 1 1v13z"})
"GTranslateOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/g_translate_rounded.cljs
================================================
(ns reagent-mui.icons.g-translate-rounded
"Imports @mui/icons-material/GTranslateRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def g-translate-rounded (create-svg-icon (e "path" #js {"d" "M20 5h-9.12L10 2H4c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h7l1 3h8c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zM7.17 14.59c-2.25 0-4.09-1.83-4.09-4.09s1.83-4.09 4.09-4.09c1.04 0 1.99.37 2.74 1.07l.07.06-1.23 1.18-.06-.05c-.29-.27-.78-.59-1.52-.59-1.31 0-2.38 1.09-2.38 2.42s1.07 2.42 2.38 2.42c1.37 0 1.96-.87 2.12-1.46H7.08V9.91h3.95l.01.07c.04.21.05.4.05.61 0 2.35-1.61 4-3.92 4zm6.03-1.71c.33.6.74 1.18 1.19 1.7l-.54.53-.65-2.23zm.77-.76h-.99l-.31-1.04h3.99s-.34 1.31-1.56 2.74c-.52-.62-.89-1.23-1.13-1.7zM21 20c0 .55-.45 1-1 1h-7l2-2-.81-2.77.92-.92L17.79 18l.73-.73-2.71-2.68c.9-1.03 1.6-2.25 1.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18 6H20c.55 0 1 .45 1 1v13z"})
"GTranslateRounded"))
================================================
FILE: src/icons/reagent_mui/icons/g_translate_sharp.cljs
================================================
(ns reagent-mui.icons.g-translate-sharp
"Imports @mui/icons-material/GTranslateSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def g-translate-sharp (create-svg-icon (e "path" #js {"d" "M20 5h-9.12L10 2H4c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h7l1 3h8c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zM7.17 14.59c-2.25 0-4.09-1.83-4.09-4.09s1.83-4.09 4.09-4.09c1.04 0 1.99.37 2.74 1.07l.07.06-1.23 1.18-.06-.05c-.29-.27-.78-.59-1.52-.59-1.31 0-2.38 1.09-2.38 2.42s1.07 2.42 2.38 2.42c1.37 0 1.96-.87 2.12-1.46H7.08V9.91h3.95l.01.07c.04.21.05.4.05.61 0 2.35-1.61 4-3.92 4zm6.03-1.71c.33.6.74 1.18 1.19 1.7l-.54.53-.65-2.23zm.77-.76h-.99l-.31-1.04h3.99s-.34 1.31-1.56 2.74c-.52-.62-.89-1.23-1.13-1.7zM21 20c0 .55-.45 1-1 1h-7l2-2-.81-2.77.92-.92L17.79 18l.73-.73-2.71-2.68c.9-1.03 1.6-2.25 1.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18 6H20c.55 0 1 .45 1 1v13z"})
"GTranslateSharp"))
================================================
FILE: src/icons/reagent_mui/icons/g_translate_two_tone.cljs
================================================
(ns reagent-mui.icons.g-translate-two-tone
"Imports @mui/icons-material/GTranslateTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def g-translate-two-tone (create-svg-icon (e "path" #js {"d" "M20 5h-9.12L10 2H4c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h7l1 3h8c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zM7.17 14.59c-2.25 0-4.09-1.83-4.09-4.09s1.83-4.09 4.09-4.09c1.04 0 1.99.37 2.74 1.07l.07.06-1.23 1.18-.06-.05c-.29-.27-.78-.59-1.52-.59-1.31 0-2.38 1.09-2.38 2.42 0 1.33 1.07 2.42 2.38 2.42 1.37 0 1.96-.87 2.12-1.46H7.08V9.91h3.95l.01.07c.04.21.05.4.05.61 0 2.35-1.61 4-3.92 4zm5.5-3.51h3.99s-.34 1.31-1.56 2.74c-.52-.62-.89-1.23-1.13-1.7h-.99l-.31-1.04zm1.72 3.5-.54.53-.65-2.23c.33.6.74 1.18 1.19 1.7zM21 20c0 .55-.45 1-1 1h-7l2-2-.81-2.77.92-.92L17.79 18l.73-.73-2.71-2.68c.9-1.03 1.6-2.25 1.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18 6H20c.55 0 1 .45 1 1v13z"})
"GTranslateTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/gamepad.cljs
================================================
(ns reagent-mui.icons.gamepad
"Imports @mui/icons-material/Gamepad as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gamepad (create-svg-icon (e "path" #js {"d" "M15 7.5V2H9v5.5l3 3 3-3zM7.5 9H2v6h5.5l3-3-3-3zM9 16.5V22h6v-5.5l-3-3-3 3zM16.5 9l-3 3 3 3H22V9h-5.5z"})
"Gamepad"))
================================================
FILE: src/icons/reagent_mui/icons/gamepad_outlined.cljs
================================================
(ns reagent-mui.icons.gamepad-outlined
"Imports @mui/icons-material/GamepadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gamepad-outlined (create-svg-icon (e "path" #js {"d" "M13 4v2.67l-1 1-1-1V4h2m7 7v2h-2.67l-1-1 1-1H20M6.67 11l1 1-1 1H4v-2h2.67M12 16.33l1 1V20h-2v-2.67l1-1M15 2H9v5.5l3 3 3-3V2zm7 7h-5.5l-3 3 3 3H22V9zM7.5 9H2v6h5.5l3-3-3-3zm4.5 4.5-3 3V22h6v-5.5l-3-3z"})
"GamepadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/gamepad_rounded.cljs
================================================
(ns reagent-mui.icons.gamepad-rounded
"Imports @mui/icons-material/GamepadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gamepad-rounded (create-svg-icon (e "path" #js {"d" "M15 7.29V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v4.29c0 .13.05.26.15.35l2.5 2.5c.2.2.51.2.71 0l2.5-2.5c.09-.09.14-.21.14-.35zM7.29 9H3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4.29c.13 0 .26-.05.35-.15l2.5-2.5c.2-.2.2-.51 0-.71l-2.5-2.5C7.55 9.05 7.43 9 7.29 9zM9 16.71V21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-4.29c0-.13-.05-.26-.15-.35l-2.5-2.5c-.2-.2-.51-.2-.71 0l-2.5 2.5c-.09.09-.14.21-.14.35zm7.35-7.56-2.5 2.5c-.2.2-.2.51 0 .71l2.5 2.5c.09.09.22.15.35.15H21c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1h-4.29c-.14-.01-.26.04-.36.14z"})
"GamepadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/gamepad_sharp.cljs
================================================
(ns reagent-mui.icons.gamepad-sharp
"Imports @mui/icons-material/GamepadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gamepad-sharp (create-svg-icon (e "path" #js {"d" "M15 7.5V2H9v5.5l3 3 3-3zM7.5 9H2v6h5.5l3-3-3-3zM9 16.5V22h6v-5.5l-3-3-3 3zM16.5 9l-3 3 3 3H22V9h-5.5z"})
"GamepadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/gamepad_two_tone.cljs
================================================
(ns reagent-mui.icons.gamepad-two-tone
"Imports @mui/icons-material/GamepadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gamepad-two-tone (create-svg-icon [(e "path" #js {"d" "M6.67 11H4v2h2.67l1-1zM13 6.67V4h-2v2.67l1 1zm-2 10.66V20h2v-2.67l-1-1zM16.33 12l1 1H20v-2h-2.67z", "opacity" ".3"}) (e "path" #js {"d" "M9 16.5V22h6v-5.5l-3-3-3 3zm4 3.5h-2v-2.67l1-1 1 1V20zm2-12.5V2H9v5.5l3 3 3-3zM11 4h2v2.67l-1 1-1-1V4zM7.5 9H2v6h5.5l3-3-3-3zm-.83 4H4v-2h2.67l1 1-1 1zm9.83-4-3 3 3 3H22V9h-5.5zm3.5 4h-2.67l-1-1 1-1H20v2z"})]
"GamepadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/games.cljs
================================================
(ns reagent-mui.icons.games
"Imports @mui/icons-material/Games as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def games (create-svg-icon (e "path" #js {"d" "M15 7.5V2H9v5.5l3 3 3-3zM7.5 9H2v6h5.5l3-3-3-3zM9 16.5V22h6v-5.5l-3-3-3 3zM16.5 9l-3 3 3 3H22V9h-5.5z"})
"Games"))
================================================
FILE: src/icons/reagent_mui/icons/games_outlined.cljs
================================================
(ns reagent-mui.icons.games-outlined
"Imports @mui/icons-material/GamesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def games-outlined (create-svg-icon (e "path" #js {"d" "M13 4v2.67l-1 1-1-1V4h2m7 7v2h-2.67l-1-1 1-1H20M6.67 11l1 1-1 1H4v-2h2.67M12 16.33l1 1V20h-2v-2.67l1-1M15 2H9v5.5l3 3 3-3V2zm7 7h-5.5l-3 3 3 3H22V9zM7.5 9H2v6h5.5l3-3-3-3zm4.5 4.5-3 3V22h6v-5.5l-3-3z"})
"GamesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/games_rounded.cljs
================================================
(ns reagent-mui.icons.games-rounded
"Imports @mui/icons-material/GamesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def games-rounded (create-svg-icon (e "path" #js {"d" "M15 7.29V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v4.29c0 .13.05.26.15.35l2.5 2.5c.2.2.51.2.71 0l2.5-2.5c.09-.09.14-.21.14-.35zM7.29 9H3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4.29c.13 0 .26-.05.35-.15l2.5-2.5c.2-.2.2-.51 0-.71l-2.5-2.5C7.55 9.05 7.43 9 7.29 9zM9 16.71V21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-4.29c0-.13-.05-.26-.15-.35l-2.5-2.5c-.2-.2-.51-.2-.71 0l-2.5 2.5c-.09.09-.14.21-.14.35zm7.35-7.56-2.5 2.5c-.2.2-.2.51 0 .71l2.5 2.5c.09.09.22.15.35.15H21c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1h-4.29c-.14-.01-.26.04-.36.14z"})
"GamesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/games_sharp.cljs
================================================
(ns reagent-mui.icons.games-sharp
"Imports @mui/icons-material/GamesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def games-sharp (create-svg-icon (e "path" #js {"d" "M15 7.5V2H9v5.5l3 3 3-3zM7.5 9H2v6h5.5l3-3-3-3zM9 16.5V22h6v-5.5l-3-3-3 3zM16.5 9l-3 3 3 3H22V9h-5.5z"})
"GamesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/games_two_tone.cljs
================================================
(ns reagent-mui.icons.games-two-tone
"Imports @mui/icons-material/GamesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def games-two-tone (create-svg-icon [(e "path" #js {"d" "M11 17.33V20h2v-2.67l-1-1zm2-10.66V4h-2v2.67l1 1zM16.33 12l1 1H20v-2h-2.67zM4 11v2h2.67l1-1-1-1z", "opacity" ".3"}) (e "path" #js {"d" "M2 9v6h5.5l3-3-3-3H2zm4.67 4H4v-2h2.67l1 1-1 1zM22 9h-5.5l-3 3 3 3H22V9zm-2 4h-2.67l-1-1 1-1H20v2zm-5 3.5-3-3-3 3V22h6v-5.5zM13 20h-2v-2.67l1-1 1 1V20zM9 7.5l3 3 3-3V2H9v5.5zM11 4h2v2.67l-1 1-1-1V4z"})]
"GamesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/garage.cljs
================================================
(ns reagent-mui.icons.garage
"Imports @mui/icons-material/Garage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def garage (create-svg-icon [(e "circle" #js {"cx" "15", "cy" "13", "r" "1"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1"}) (e "path" #js {"d" "m8.33 7.5-.66 2h8.66l-.66-2z"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 15.69c0 .45-.35.81-.78.81h-.44c-.44 0-.78-.36-.78-.81V16.5H7v1.19c0 .45-.35.81-.78.81h-.44c-.43 0-.78-.36-.78-.81v-6.5c.82-2.47 1.34-4.03 1.56-4.69.05-.16.12-.29.19-.4.02-.02.03-.04.05-.06.38-.53.92-.54.92-.54h8.56s.54.01.92.53c.02.03.03.05.05.07.07.11.14.24.19.4.22.66.74 2.23 1.56 4.69v6.5z"})]
"Garage"))
================================================
FILE: src/icons/reagent_mui/icons/garage_outlined.cljs
================================================
(ns reagent-mui.icons.garage-outlined
"Imports @mui/icons-material/GarageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def garage-outlined (create-svg-icon [(e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h16v16z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1"}) (e "path" #js {"d" "M5.78 18.5h.44c.43 0 .78-.36.78-.81V16.5h10v1.19c0 .45.34.81.78.81h.44c.43 0 .78-.36.78-.81v-6.5c-.82-2.46-1.34-4.03-1.56-4.69-.05-.16-.12-.29-.19-.4-.02-.02-.03-.04-.05-.07-.38-.52-.92-.53-.92-.53H7.72s-.54.01-.92.54c-.02.02-.03.04-.05.06-.07.11-.14.24-.19.4-.22.66-.74 2.22-1.56 4.69v6.5c0 .45.35.81.78.81zm2.55-11h7.34l.23.69.43 1.31H7.67l.66-2zM7 11.51v-.01h10v3H7v-2.99z"})]
"GarageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/garage_rounded.cljs
================================================
(ns reagent-mui.icons.garage-rounded
"Imports @mui/icons-material/GarageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def garage-rounded (create-svg-icon [(e "circle" #js {"cx" "15", "cy" "13", "r" "1"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1"}) (e "path" #js {"d" "m8.33 7.5-.66 2h8.66l-.66-2z"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 15.69c0 .45-.35.81-.78.81h-.44c-.44 0-.78-.36-.78-.81V16.5H7v1.19c0 .45-.35.81-.78.81h-.44c-.43 0-.78-.36-.78-.81v-6.5c.82-2.47 1.34-4.03 1.56-4.69.05-.16.12-.29.19-.4.02-.02.03-.04.05-.06.38-.53.92-.54.92-.54h8.56s.54.01.92.53c.02.03.03.05.05.07.07.11.14.24.19.4.22.66.74 2.23 1.56 4.69v6.5z"})]
"GarageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/garage_sharp.cljs
================================================
(ns reagent-mui.icons.garage-sharp
"Imports @mui/icons-material/GarageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def garage-sharp (create-svg-icon [(e "circle" #js {"cx" "15", "cy" "13", "r" "1"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1"}) (e "path" #js {"d" "m8.33 7.5-.66 2h8.66l-.66-2z"}) (e "path" #js {"d" "M22 2H2v20h20V2zm-3 16.5h-2v-2H7v2H5v-7.31L6.89 5.5H17.1l1.9 5.69v7.31z"})]
"GarageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/garage_two_tone.cljs
================================================
(ns reagent-mui.icons.garage-two-tone
"Imports @mui/icons-material/GarageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def garage-two-tone (create-svg-icon [(e "path" #js {"d" "M17 11.51v-.01H7v3h10v-2.99zM9 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "path" #js {"d" "M4 20h16V4H4v16zm1-8.81c.82-2.47 1.34-4.03 1.56-4.69.05-.16.12-.29.19-.4.02-.02.03-.04.05-.06.38-.53.92-.54.92-.54h8.56s.54.01.92.53c.02.03.03.05.05.07.07.11.14.24.19.4.22.66.74 2.23 1.56 4.69v6.5c0 .45-.35.81-.78.81h-.44c-.44 0-.78-.36-.78-.81V16.5H7v1.19c0 .45-.35.81-.78.81h-.44c-.43 0-.78-.36-.78-.81v-6.5z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h16v16z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1"}) (e "path" #js {"d" "M5.78 18.5h.44c.43 0 .78-.36.78-.81V16.5h10v1.19c0 .45.34.81.78.81h.44c.43 0 .78-.36.78-.81v-6.5c-.82-2.46-1.34-4.03-1.56-4.69-.05-.16-.12-.29-.19-.4-.02-.02-.03-.04-.05-.07-.38-.52-.92-.53-.92-.53H7.72s-.54.01-.92.54c-.02.02-.03.04-.05.06-.07.11-.14.24-.19.4-.22.66-.74 2.22-1.56 4.69v6.5c0 .45.35.81.78.81zm2.55-11h7.34l.23.69.43 1.31H7.67l.66-2zM7 11.51v-.01h10v3H7v-2.99z"})]
"GarageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/gas_meter.cljs
================================================
(ns reagent-mui.icons.gas-meter
"Imports @mui/icons-material/GasMeter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gas-meter (create-svg-icon (e "path" #js {"d" "M16 4h-1V2h-2v2h-2V2H9v2H8C5.79 4 4 5.79 4 8v10c0 2.21 1.79 4 4 4h8c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm-4 14c-1.38 0-2.5-1.1-2.5-2.46 0-1.09.43-1.39 2.5-3.79 2.05 2.38 2.5 2.7 2.5 3.79C14.5 16.9 13.38 18 12 18zm4-8H8V8h8v2z"})
"GasMeter"))
================================================
FILE: src/icons/reagent_mui/icons/gas_meter_outlined.cljs
================================================
(ns reagent-mui.icons.gas-meter-outlined
"Imports @mui/icons-material/GasMeterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gas-meter-outlined (create-svg-icon [(e "path" #js {"d" "M16 4h-1V2h-2v2h-2V2H9v2H8C5.79 4 4 5.79 4 8v10c0 2.21 1.79 4 4 4h8c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm2 14c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v10z"}) (e "path" #js {"d" "M9.5 15.54C9.5 16.9 10.62 18 12 18s2.5-1.1 2.5-2.46c0-1.09-.45-1.41-2.5-3.79-2.07 2.4-2.5 2.71-2.5 3.79zM8 8h8v2H8z"})]
"GasMeterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/gas_meter_rounded.cljs
================================================
(ns reagent-mui.icons.gas-meter-rounded
"Imports @mui/icons-material/GasMeterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gas-meter-rounded (create-svg-icon (e "path" #js {"d" "M16 4h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1h-2V3c0-.55-.45-1-1-1s-1 .45-1 1v1H8C5.79 4 4 5.79 4 8v10c0 2.21 1.79 4 4 4h8c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm-4 14c-1.38 0-2.5-1.1-2.5-2.46 0-1.02.38-1.35 2.12-3.35.2-.23.56-.23.75 0 1.73 1.99 2.12 2.34 2.12 3.35C14.5 16.9 13.38 18 12 18zm3-8H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1z"})
"GasMeterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/gas_meter_sharp.cljs
================================================
(ns reagent-mui.icons.gas-meter-sharp
"Imports @mui/icons-material/GasMeterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gas-meter-sharp (create-svg-icon (e "path" #js {"d" "M20 4h-5V2h-2v2h-2V2H9v2H4v18h16V4zm-8 14c-1.38 0-2.5-1.1-2.5-2.46 0-1.09.43-1.39 2.5-3.79 2.05 2.38 2.5 2.7 2.5 3.79C14.5 16.9 13.38 18 12 18zm4-8H8V8h8v2z"})
"GasMeterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/gas_meter_two_tone.cljs
================================================
(ns reagent-mui.icons.gas-meter-two-tone
"Imports @mui/icons-material/GasMeterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gas-meter-two-tone (create-svg-icon [(e "path" #js {"d" "M16 6H8c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-4 12c-1.38 0-2.5-1.1-2.5-2.46 0-1.09.43-1.39 2.5-3.79 2.05 2.38 2.5 2.7 2.5 3.79C14.5 16.9 13.38 18 12 18zm4-8H8V8h8v2z", "opacity" ".3"}) (e "path" #js {"d" "M16 4h-1V2h-2v2h-2V2H9v2H8C5.79 4 4 5.79 4 8v10c0 2.21 1.79 4 4 4h8c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm2 14c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v10z"}) (e "path" #js {"d" "M9.5 15.54C9.5 16.9 10.62 18 12 18s2.5-1.1 2.5-2.46c0-1.09-.45-1.41-2.5-3.79-2.07 2.4-2.5 2.71-2.5 3.79zM8 8h8v2H8z"})]
"GasMeterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/gavel.cljs
================================================
(ns reagent-mui.icons.gavel
"Imports @mui/icons-material/Gavel as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gavel (create-svg-icon (e "path" #js {"d" "m5.2494 8.0688 2.83-2.8269 14.1343 14.15-2.83 2.8269zm4.2363-4.2415 2.828-2.8289 5.6577 5.656-2.828 2.8289zM.9989 12.3147l2.8284-2.8285 5.6569 5.6569-2.8285 2.8284zM1 21h12v2H1z"})
"Gavel"))
================================================
FILE: src/icons/reagent_mui/icons/gavel_outlined.cljs
================================================
(ns reagent-mui.icons.gavel-outlined
"Imports @mui/icons-material/GavelOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gavel-outlined (create-svg-icon (e "path" #js {"d" "M1 21h12v2H1v-2zM5.24 8.07l2.83-2.83 14.14 14.14-2.83 2.83L5.24 8.07zM12.32 1l5.66 5.66-2.83 2.83-5.66-5.66L12.32 1zM3.83 9.48l5.66 5.66-2.83 2.83L1 12.31l2.83-2.83z"})
"GavelOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/gavel_rounded.cljs
================================================
(ns reagent-mui.icons.gavel-rounded
"Imports @mui/icons-material/GavelRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gavel-rounded (create-svg-icon (e "path" #js {"d" "M2 21h10c.55 0 1 .45 1 1s-.45 1-1 1H2c-.55 0-1-.45-1-1s.45-1 1-1zM5.24 8.07l2.83-2.83L20.8 17.97c.78.78.78 2.05 0 2.83-.78.78-2.05.78-2.83 0L5.24 8.07zm8.49-5.66 2.83 2.83c.78.78.78 2.05 0 2.83l-1.42 1.42-5.65-5.66 1.41-1.41c.78-.79 2.05-.79 2.83-.01zm-9.9 7.07 5.66 5.66-1.41 1.41c-.78.78-2.05.78-2.83 0l-2.83-2.83c-.78-.78-.78-2.05 0-2.83l1.41-1.41z"})
"GavelRounded"))
================================================
FILE: src/icons/reagent_mui/icons/gavel_sharp.cljs
================================================
(ns reagent-mui.icons.gavel-sharp
"Imports @mui/icons-material/GavelSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gavel-sharp (create-svg-icon (e "path" #js {"d" "M1 21h12v2H1v-2zM5.24 8.07l2.83-2.83 14.14 14.14-2.83 2.83L5.24 8.07zM12.32 1l5.66 5.66-2.83 2.83-5.66-5.66L12.32 1zM3.83 9.48l5.66 5.66-2.83 2.83L1 12.31l2.83-2.83z"})
"GavelSharp"))
================================================
FILE: src/icons/reagent_mui/icons/gavel_two_tone.cljs
================================================
(ns reagent-mui.icons.gavel-two-tone
"Imports @mui/icons-material/GavelTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gavel-two-tone (create-svg-icon (e "path" #js {"d" "M1 21h12v2H1v-2zM5.24 8.07l2.83-2.83 14.14 14.14-2.83 2.83L5.24 8.07zM12.32 1l5.66 5.66-2.83 2.83-5.66-5.66L12.32 1zM3.83 9.48l5.66 5.66-2.83 2.83L1 12.31l2.83-2.83z"})
"GavelTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/gesture.cljs
================================================
(ns reagent-mui.icons.gesture
"Imports @mui/icons-material/Gesture as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gesture (create-svg-icon (e "path" #js {"d" "M4.59 6.89c.7-.71 1.4-1.35 1.71-1.22.5.2 0 1.03-.3 1.52-.25.42-2.86 3.89-2.86 6.31 0 1.28.48 2.34 1.34 2.98.75.56 1.74.73 2.64.46 1.07-.31 1.95-1.4 3.06-2.77 1.21-1.49 2.83-3.44 4.08-3.44 1.63 0 1.65 1.01 1.76 1.79-3.78.64-5.38 3.67-5.38 5.37 0 1.7 1.44 3.09 3.21 3.09 1.63 0 4.29-1.33 4.69-6.1H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2-2.25 0-4.18 1.91-4.94 2.84-.58.73-2.06 2.48-2.29 2.72-.25.3-.68.84-1.11.84-.45 0-.72-.83-.36-1.92.35-1.09 1.4-2.86 1.85-3.52.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3 5.12 3 3.97 4 3.72 4.25c-.36.36-.66.66-.88.93l1.75 1.71zm9.29 11.66c-.31 0-.74-.26-.74-.72 0-.6.73-2.2 2.87-2.76-.3 2.69-1.43 3.48-2.13 3.48z"})
"Gesture"))
================================================
FILE: src/icons/reagent_mui/icons/gesture_outlined.cljs
================================================
(ns reagent-mui.icons.gesture-outlined
"Imports @mui/icons-material/GestureOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gesture-outlined (create-svg-icon (e "path" #js {"d" "M4.59 6.89c.7-.71 1.4-1.35 1.71-1.22.5.2 0 1.03-.3 1.52-.25.42-2.86 3.89-2.86 6.31 0 1.28.48 2.34 1.34 2.98.75.56 1.74.73 2.64.46 1.07-.31 1.95-1.4 3.06-2.77 1.21-1.49 2.83-3.44 4.08-3.44 1.63 0 1.65 1.01 1.76 1.79-3.78.64-5.38 3.67-5.38 5.37 0 1.7 1.44 3.09 3.21 3.09 1.63 0 4.29-1.33 4.69-6.1H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2-2.25 0-4.18 1.91-4.94 2.84-.58.73-2.06 2.48-2.29 2.72-.25.3-.68.84-1.11.84-.45 0-.72-.83-.36-1.92.35-1.09 1.4-2.86 1.85-3.52.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3 5.12 3 3.97 4 3.72 4.25c-.36.36-.66.66-.88.93l1.75 1.71zm9.29 11.66c-.31 0-.74-.26-.74-.72 0-.6.73-2.2 2.87-2.76-.3 2.69-1.43 3.48-2.13 3.48z"})
"GestureOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/gesture_rounded.cljs
================================================
(ns reagent-mui.icons.gesture-rounded
"Imports @mui/icons-material/GestureRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gesture-rounded (create-svg-icon (e "path" #js {"d" "M3.72 6.04c.47.46 1.21.48 1.71.06.37-.32.69-.51.87-.43.5.2 0 1.03-.3 1.52-.25.42-2.86 3.89-2.86 6.31 0 1.28.48 2.34 1.34 2.98.75.56 1.74.73 2.64.46 1.07-.31 1.95-1.4 3.06-2.77 1.21-1.49 2.83-3.44 4.08-3.44 1.63 0 1.65 1.01 1.76 1.79-3.78.64-5.38 3.67-5.38 5.37 0 1.7 1.44 3.09 3.21 3.09 1.63 0 4.29-1.33 4.69-6.1h1.21c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25h-1.22c-.15-1.65-1.09-4.2-4.03-4.2-2.25 0-4.18 1.91-4.94 2.84-.58.73-2.06 2.48-2.29 2.72-.25.3-.68.84-1.11.84-.45 0-.72-.83-.36-1.92.35-1.09 1.4-2.86 1.85-3.52.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3c-1.09 0-2.04.63-2.7 1.22-.53.48-.53 1.32-.02 1.82zm10.16 12.51c-.31 0-.74-.26-.74-.72 0-.6.73-2.2 2.87-2.76-.3 2.69-1.43 3.48-2.13 3.48z"})
"GestureRounded"))
================================================
FILE: src/icons/reagent_mui/icons/gesture_sharp.cljs
================================================
(ns reagent-mui.icons.gesture-sharp
"Imports @mui/icons-material/GestureSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gesture-sharp (create-svg-icon (e "path" #js {"d" "M4.59 6.89c.7-.71 1.4-1.35 1.71-1.22.5.2 0 1.03-.3 1.52-.25.42-2.86 3.89-2.86 6.31 0 1.28.48 2.34 1.34 2.98.75.56 1.74.73 2.64.46 1.07-.31 1.95-1.4 3.06-2.77 1.21-1.49 2.83-3.44 4.08-3.44 1.63 0 1.65 1.01 1.76 1.79-3.78.64-5.38 3.67-5.38 5.37 0 1.7 1.44 3.09 3.21 3.09 1.63 0 4.29-1.33 4.69-6.1H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2-2.25 0-4.18 1.91-4.94 2.84-.58.73-2.06 2.48-2.29 2.72-.25.3-.68.84-1.11.84-.45 0-.72-.83-.36-1.92.35-1.09 1.4-2.86 1.85-3.52.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3 5.12 3 3.97 4 3.72 4.25c-.36.36-.66.66-.88.93l1.75 1.71zm9.29 11.66c-.31 0-.74-.26-.74-.72 0-.6.73-2.2 2.87-2.76-.3 2.69-1.43 3.48-2.13 3.48z"})
"GestureSharp"))
================================================
FILE: src/icons/reagent_mui/icons/gesture_two_tone.cljs
================================================
(ns reagent-mui.icons.gesture-two-tone
"Imports @mui/icons-material/GestureTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gesture-two-tone (create-svg-icon (e "path" #js {"d" "M4.59 6.89c.7-.71 1.4-1.35 1.71-1.22.5.2 0 1.03-.3 1.52-.25.42-2.86 3.89-2.86 6.31 0 1.28.48 2.34 1.34 2.98.75.56 1.74.73 2.64.46 1.07-.31 1.95-1.4 3.06-2.77 1.21-1.49 2.83-3.44 4.08-3.44 1.63 0 1.65 1.01 1.76 1.79-3.78.64-5.38 3.67-5.38 5.37 0 1.7 1.44 3.09 3.21 3.09 1.63 0 4.29-1.33 4.69-6.1H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2-2.25 0-4.18 1.91-4.94 2.84-.58.73-2.06 2.48-2.29 2.72-.25.3-.68.84-1.11.84-.45 0-.72-.83-.36-1.92.35-1.09 1.4-2.86 1.85-3.52.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3 5.12 3 3.97 4 3.72 4.25c-.36.36-.66.66-.88.93l1.75 1.71zm9.29 11.66c-.31 0-.74-.26-.74-.72 0-.6.73-2.2 2.87-2.76-.3 2.69-1.43 3.48-2.13 3.48z"})
"GestureTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/get_app.cljs
================================================
(ns reagent-mui.icons.get-app
"Imports @mui/icons-material/GetApp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def get-app (create-svg-icon (e "path" #js {"d" "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"})
"GetApp"))
================================================
FILE: src/icons/reagent_mui/icons/get_app_outlined.cljs
================================================
(ns reagent-mui.icons.get-app-outlined
"Imports @mui/icons-material/GetAppOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def get-app-outlined (create-svg-icon (e "path" #js {"d" "M13 5v6h1.17L12 13.17 9.83 11H11V5h2m2-2H9v6H5l7 7 7-7h-4V3zm4 15H5v2h14v-2z"})
"GetAppOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/get_app_rounded.cljs
================================================
(ns reagent-mui.icons.get-app-rounded
"Imports @mui/icons-material/GetAppRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def get-app-rounded (create-svg-icon (e "path" #js {"d" "M16.59 9H15V4c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v5H7.41c-.89 0-1.34 1.08-.71 1.71l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.63-.63.19-1.71-.7-1.71zM5 19c0 .55.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1z"})
"GetAppRounded"))
================================================
FILE: src/icons/reagent_mui/icons/get_app_sharp.cljs
================================================
(ns reagent-mui.icons.get-app-sharp
"Imports @mui/icons-material/GetAppSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def get-app-sharp (create-svg-icon (e "path" #js {"d" "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"})
"GetAppSharp"))
================================================
FILE: src/icons/reagent_mui/icons/get_app_two_tone.cljs
================================================
(ns reagent-mui.icons.get-app-two-tone
"Imports @mui/icons-material/GetAppTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def get-app-two-tone (create-svg-icon [(e "path" #js {"d" "M14.17 11H13V5h-2v6H9.83L12 13.17z", "opacity" ".3"}) (e "path" #js {"d" "M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z"})]
"GetAppTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/gif.cljs
================================================
(ns reagent-mui.icons.gif
"Imports @mui/icons-material/Gif as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gif (create-svg-icon (e "path" #js {"d" "M11.5 9H13v6h-1.5zM9 9H6c-.6 0-1 .5-1 1v4c0 .5.4 1 1 1h3c.6 0 1-.5 1-1v-2H8.5v1.5h-2v-3H10V10c0-.5-.4-1-1-1zm10 1.5V9h-4.5v6H16v-2h2v-1.5h-2v-1z"})
"Gif"))
================================================
FILE: src/icons/reagent_mui/icons/gif_box.cljs
================================================
(ns reagent-mui.icons.gif-box
"Imports @mui/icons-material/GifBox as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gif-box (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9.5 13v-1h1v1c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1h1c.55 0 1 .45 1 1h-2v2h1zm3 1h-1v-4h1v4zm4-3h-2v.5H16v1h-1.5V14h-1v-4h3v1z"})
"GifBox"))
================================================
FILE: src/icons/reagent_mui/icons/gif_box_outlined.cljs
================================================
(ns reagent-mui.icons.gif-box-outlined
"Imports @mui/icons-material/GifBoxOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gif-box-outlined (create-svg-icon (e "path" #js {"d" "M19 19H5V5h14v14zM5 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5zm6.5 11h1v-4h-1v4zm2 0h1v-1.5H16v-1h-1.5V11h2v-1h-3v4zm-4-2v1h-1v-2h2c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h-1z"})
"GifBoxOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/gif_box_rounded.cljs
================================================
(ns reagent-mui.icons.gif-box-rounded
"Imports @mui/icons-material/GifBoxRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gif-box-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.5 7.5c0 .28-.22.5-.5.5H8.5v2h1v-.5c0-.29.25-.53.55-.5.26.02.45.26.45.52V13c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1H10c.28 0 .5.22.5.5zM12 10c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5zm2 4c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h2c.28 0 .5.22.5.5s-.22.5-.5.5h-1.5v.5h1c.28 0 .5.22.5.5s-.22.5-.5.5h-1v1c0 .28-.22.5-.5.5z"})
"GifBoxRounded"))
================================================
FILE: src/icons/reagent_mui/icons/gif_box_sharp.cljs
================================================
(ns reagent-mui.icons.gif-box-sharp
"Imports @mui/icons-material/GifBoxSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gif-box-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM9.5 13v-1h1v2h-3v-4h3v1h-2v2h1zm3 1h-1v-4h1v4zm4-3h-2v.5H16v1h-1.5V14h-1v-4h3v1z"})
"GifBoxSharp"))
================================================
FILE: src/icons/reagent_mui/icons/gif_box_two_tone.cljs
================================================
(ns reagent-mui.icons.gif-box-two-tone
"Imports @mui/icons-material/GifBoxTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gif-box-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5v14h14V5H5zm4.5 8v-1h1v1c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1h1c.55 0 1 .45 1 1h-2v2h1zm3 1h-1v-4h1v4zm4-3h-2v.5H16v1h-1.5V14h-1v-4h3v1z", "opacity" ".3"}) (e "path" #js {"d" "M19 19H5V5h14v14zM5 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5zm6.5 11h1v-4h-1v4zm2 0h1v-1.5H16v-1h-1.5V11h2v-1h-3v4zm-4-2v1h-1v-2h2c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h-1z"})]
"GifBoxTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/gif_outlined.cljs
================================================
(ns reagent-mui.icons.gif-outlined
"Imports @mui/icons-material/GifOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gif-outlined (create-svg-icon (e "path" #js {"d" "M11.5 9H13v6h-1.5V9zM9 9H6c-.6 0-1 .5-1 1v4c0 .5.4 1 1 1h3c.6 0 1-.5 1-1v-2H8.5v1.5h-2v-3H10V10c0-.5-.4-1-1-1zm10 1.5V9h-4.5v6H16v-2h2v-1.5h-2v-1h3z"})
"GifOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/gif_rounded.cljs
================================================
(ns reagent-mui.icons.gif-rounded
"Imports @mui/icons-material/GifRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gif-rounded (create-svg-icon (e "path" #js {"d" "M12.25 9c.41 0 .75.34.75.75v4.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.5c0-.41.34-.75.75-.75zM10 9.75c0-.41-.34-.75-.75-.75H6c-.6 0-1 .5-1 1v4c0 .5.4 1 1 1h3c.6 0 1-.5 1-1v-1.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v.75h-2v-3h2.75c.41 0 .75-.34.75-.75zm9 0c0-.41-.34-.75-.75-.75H15.5c-.55 0-1 .45-1 1v4.25c0 .41.34.75.75.75s.75-.34.75-.75V13h1.25c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H16v-1h2.25c.41 0 .75-.34.75-.75z"})
"GifRounded"))
================================================
FILE: src/icons/reagent_mui/icons/gif_sharp.cljs
================================================
(ns reagent-mui.icons.gif-sharp
"Imports @mui/icons-material/GifSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gif-sharp (create-svg-icon (e "path" #js {"d" "M11.5 9H13v6h-1.5V9zM10 9H5v6h5v-3H8.5v1.5h-2v-3H10V9zm9 1.5V9h-4.5v6H16v-2h2v-1.5h-2v-1h3z"})
"GifSharp"))
================================================
FILE: src/icons/reagent_mui/icons/gif_two_tone.cljs
================================================
(ns reagent-mui.icons.gif-two-tone
"Imports @mui/icons-material/GifTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gif-two-tone (create-svg-icon (e "path" #js {"d" "M11.5 9H13v6h-1.5V9zM9 9H6c-.6 0-1 .5-1 1v4c0 .5.4 1 1 1h3c.6 0 1-.5 1-1v-2H8.5v1.5h-2v-3H10V10c0-.5-.4-1-1-1zm10 1.5V9h-4.5v6H16v-2h2v-1.5h-2v-1h3z", "opacity" ".87"})
"GifTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/girl.cljs
================================================
(ns reagent-mui.icons.girl
"Imports @mui/icons-material/Girl as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def girl (create-svg-icon (e "path" #js {"d" "M12 7.5c.97 0 1.75-.78 1.75-1.75S12.97 4 12 4s-1.75.78-1.75 1.75S11.03 7.5 12 7.5zm2 8.5v4h-4v-4H8l2.38-6.38c.25-.67.9-1.12 1.62-1.12s1.37.45 1.62 1.12L16 16h-2z"})
"Girl"))
================================================
FILE: src/icons/reagent_mui/icons/girl_outlined.cljs
================================================
(ns reagent-mui.icons.girl-outlined
"Imports @mui/icons-material/GirlOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def girl-outlined (create-svg-icon (e "path" #js {"d" "M12 7.5c.97 0 1.75-.78 1.75-1.75S12.97 4 12 4s-1.75.78-1.75 1.75S11.03 7.5 12 7.5zm2 8.5v4h-4v-4H8l2.38-6.38c.25-.67.9-1.12 1.62-1.12s1.37.45 1.62 1.12L16 16h-2z"})
"GirlOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/girl_rounded.cljs
================================================
(ns reagent-mui.icons.girl-rounded
"Imports @mui/icons-material/GirlRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def girl-rounded (create-svg-icon (e "path" #js {"d" "M12 7.5c.97 0 1.75-.78 1.75-1.75S12.97 4 12 4s-1.75.78-1.75 1.75S11.03 7.5 12 7.5zm2 8.5v3c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-3h-.56c-.7 0-1.18-.7-.94-1.35l1.88-5.03c.25-.67.9-1.12 1.62-1.12s1.37.45 1.62 1.12l1.88 5.03c.24.65-.24 1.35-.94 1.35H14z"})
"GirlRounded"))
================================================
FILE: src/icons/reagent_mui/icons/girl_sharp.cljs
================================================
(ns reagent-mui.icons.girl-sharp
"Imports @mui/icons-material/GirlSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def girl-sharp (create-svg-icon (e "path" #js {"d" "M12 7.5c.97 0 1.75-.78 1.75-1.75S12.97 4 12 4s-1.75.78-1.75 1.75S11.03 7.5 12 7.5zm2 8.5v4h-4v-4H8l2.38-6.38c.25-.67.9-1.12 1.62-1.12s1.37.45 1.62 1.12L16 16h-2z"})
"GirlSharp"))
================================================
FILE: src/icons/reagent_mui/icons/girl_two_tone.cljs
================================================
(ns reagent-mui.icons.girl-two-tone
"Imports @mui/icons-material/GirlTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def girl-two-tone (create-svg-icon (e "path" #js {"d" "M12 7.5c.97 0 1.75-.78 1.75-1.75S12.97 4 12 4s-1.75.78-1.75 1.75S11.03 7.5 12 7.5zm2 8.5v4h-4v-4H8l2.38-6.38c.25-.67.9-1.12 1.62-1.12s1.37.45 1.62 1.12L16 16h-2z"})
"GirlTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/git_hub.cljs
================================================
(ns reagent-mui.icons.git-hub
"Imports @mui/icons-material/GitHub as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def git-hub (create-svg-icon (e "path" #js {"d" "M12 1.27a11 11 0 00-3.48 21.46c.55.09.73-.28.73-.55v-1.84c-3.03.64-3.67-1.46-3.67-1.46-.55-1.29-1.28-1.65-1.28-1.65-.92-.65.1-.65.1-.65 1.1 0 1.73 1.1 1.73 1.1.92 1.65 2.57 1.2 3.21.92a2 2 0 01.64-1.47c-2.47-.27-5.04-1.19-5.04-5.5 0-1.1.46-2.1 1.2-2.84a3.76 3.76 0 010-2.93s.91-.28 3.11 1.1c1.8-.49 3.7-.49 5.5 0 2.1-1.38 3.02-1.1 3.02-1.1a3.76 3.76 0 010 2.93c.83.74 1.2 1.74 1.2 2.94 0 4.21-2.57 5.13-5.04 5.4.45.37.82.92.82 2.02v3.03c0 .27.1.64.73.55A11 11 0 0012 1.27"})
"GitHub"))
================================================
FILE: src/icons/reagent_mui/icons/gite.cljs
================================================
(ns reagent-mui.icons.gite
"Imports @mui/icons-material/Gite as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gite (create-svg-icon (e "path" #js {"d" "M18 6H9V4H7v2H6l-4 4v9h20v-9l-4-4zM4 12h10v5H4v-5zm16 5h-4v-6.17l2-2 2 2V17z"})
"Gite"))
================================================
FILE: src/icons/reagent_mui/icons/gite_outlined.cljs
================================================
(ns reagent-mui.icons.gite-outlined
"Imports @mui/icons-material/GiteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gite-outlined (create-svg-icon (e "path" #js {"d" "M18 6H9V4H7v2H6l-4 4v9h20v-9l-4-4zM4 12h10v5H4v-5zm16 5h-4v-6.17l2-2 2 2V17z"})
"GiteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/gite_rounded.cljs
================================================
(ns reagent-mui.icons.gite-rounded
"Imports @mui/icons-material/GiteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gite-rounded (create-svg-icon (e "path" #js {"d" "m21.41 9.41-2.83-2.83c-.37-.37-.88-.58-1.41-.58H9V5c0-.55-.45-1-1-1s-1 .45-1 1v1h-.17c-.53 0-1.04.21-1.42.59L2.59 9.41c-.38.38-.59.89-.59 1.42V17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-6.17c0-.53-.21-1.04-.59-1.42zM14 17H4v-5h10v5zm6 0h-4v-6.17l2-2 2 2V17z"})
"GiteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/gite_sharp.cljs
================================================
(ns reagent-mui.icons.gite-sharp
"Imports @mui/icons-material/GiteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gite-sharp (create-svg-icon (e "path" #js {"d" "M18 6H9V4H7v2H6l-4 4v9h20v-9l-4-4zM4 12h10v5H4v-5zm16 5h-4v-6.17l2-2 2 2V17z"})
"GiteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/gite_two_tone.cljs
================================================
(ns reagent-mui.icons.gite-two-tone
"Imports @mui/icons-material/GiteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gite-two-tone (create-svg-icon [(e "path" #js {"d" "M4 12h10v5H4v-5zm16 5h-4v-6.17l2-2 2 2V17z", "opacity" ".3"}) (e "path" #js {"d" "M18 6H9V4H7v2H6l-4 4v9h20v-9l-4-4zM4 12h10v5H4v-5zm16 5h-4v-6.17l2-2 2 2V17z"})]
"GiteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/golf_course.cljs
================================================
(ns reagent-mui.icons.golf-course
"Imports @mui/icons-material/GolfCourse as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def golf-course (create-svg-icon [(e "circle" #js {"cx" "19.5", "cy" "19.5", "r" "1.5"}) (e "path" #js {"d" "M17 5.92 9 2v18H7v-1.73c-1.79.35-3 .99-3 1.73 0 1.1 2.69 2 6 2s6-.9 6-2c0-.99-2.16-1.81-5-1.97V8.98l6-3.06z"})]
"GolfCourse"))
================================================
FILE: src/icons/reagent_mui/icons/golf_course_outlined.cljs
================================================
(ns reagent-mui.icons.golf-course-outlined
"Imports @mui/icons-material/GolfCourseOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def golf-course-outlined (create-svg-icon [(e "circle" #js {"cx" "19.5", "cy" "19.5", "r" "1.5"}) (e "path" #js {"d" "M17 5.92 9 2v18H7v-1.73c-1.79.35-3 .99-3 1.73 0 1.1 2.69 2 6 2s6-.9 6-2c0-.99-2.16-1.81-5-1.97V8.98l6-3.06z"})]
"GolfCourseOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/golf_course_rounded.cljs
================================================
(ns reagent-mui.icons.golf-course-rounded
"Imports @mui/icons-material/GolfCourseRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def golf-course-rounded (create-svg-icon [(e "circle" #js {"cx" "19.5", "cy" "19.5", "r" "1.5"}) (e "path" #js {"d" "M11 18.03V8.98l4.22-2.15c.73-.37.73-1.43-.01-1.79l-4.76-2.33C9.78 2.38 9 2.86 9 3.6V19c0 .55-.45 1-1 1s-1-.45-1-1v-.73c-1.79.35-3 .99-3 1.73 0 1.1 2.69 2 6 2s6-.9 6-2c0-.99-2.16-1.81-5-1.97z"})]
"GolfCourseRounded"))
================================================
FILE: src/icons/reagent_mui/icons/golf_course_sharp.cljs
================================================
(ns reagent-mui.icons.golf-course-sharp
"Imports @mui/icons-material/GolfCourseSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def golf-course-sharp (create-svg-icon [(e "circle" #js {"cx" "19.5", "cy" "19.5", "r" "1.5"}) (e "path" #js {"d" "M17 5.92 9 2v18H7v-1.73c-1.79.35-3 .99-3 1.73 0 1.1 2.69 2 6 2s6-.9 6-2c0-.99-2.16-1.81-5-1.97V8.98l6-3.06z"})]
"GolfCourseSharp"))
================================================
FILE: src/icons/reagent_mui/icons/golf_course_two_tone.cljs
================================================
(ns reagent-mui.icons.golf-course-two-tone
"Imports @mui/icons-material/GolfCourseTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def golf-course-two-tone (create-svg-icon [(e "circle" #js {"cx" "19.5", "cy" "19.5", "r" "1.5", "opacity" ".3"}) (e "path" #js {"d" "M17 5.92 9 2v18H7v-1.73c-1.79.35-3 .99-3 1.73 0 1.1 2.69 2 6 2s6-.9 6-2c0-.99-2.16-1.81-5-1.97V8.98l6-3.06z", "opacity" ".3"}) (e "circle" #js {"cx" "19.5", "cy" "19.5", "r" "1.5"}) (e "path" #js {"d" "M17 5.92 9 2v18H7v-1.73c-1.79.35-3 .99-3 1.73 0 1.1 2.69 2 6 2s6-.9 6-2c0-.99-2.16-1.81-5-1.97V8.98l6-3.06z"})]
"GolfCourseTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/google.cljs
================================================
(ns reagent-mui.icons.google
"Imports @mui/icons-material/Google as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def google (create-svg-icon (e "path" #js {"d" "M12.545,10.239v3.821h5.445c-0.712,2.315-2.647,3.972-5.445,3.972c-3.332,0-6.033-2.701-6.033-6.032s2.701-6.032,6.033-6.032c1.498,0,2.866,0.549,3.921,1.453l2.814-2.814C17.503,2.988,15.139,2,12.545,2C7.021,2,2.543,6.477,2.543,12s4.478,10,10.002,10c8.396,0,10.249-7.85,9.426-11.748L12.545,10.239z"})
"Google"))
================================================
FILE: src/icons/reagent_mui/icons/gpp_bad.cljs
================================================
(ns reagent-mui.icons.gpp-bad
"Imports @mui/icons-material/GppBad as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gpp-bad (create-svg-icon (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm3.5 12.09-1.41 1.41L12 13.42 9.91 15.5 8.5 14.09 10.59 12 8.5 9.91 9.91 8.5 12 10.59l2.09-2.09 1.41 1.41L13.42 12l2.08 2.09z"})
"GppBad"))
================================================
FILE: src/icons/reagent_mui/icons/gpp_bad_outlined.cljs
================================================
(ns reagent-mui.icons.gpp-bad-outlined
"Imports @mui/icons-material/GppBadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gpp-bad-outlined (create-svg-icon (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83v-4.7l6-2.25 6 2.25v4.7zM9.91 8.5 8.5 9.91 10.59 12 8.5 14.09l1.41 1.41L12 13.42l2.09 2.08 1.41-1.41L13.42 12l2.08-2.09-1.41-1.41L12 10.59 9.91 8.5z"})
"GppBadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/gpp_bad_rounded.cljs
================================================
(ns reagent-mui.icons.gpp-bad-rounded
"Imports @mui/icons-material/GppBadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gpp-bad-rounded (create-svg-icon (e "path" #js {"d" "m18.7 4.51-6-2.25c-.45-.17-.95-.17-1.4 0l-6 2.25C4.52 4.81 4 5.55 4 6.39v4.7c0 4.94 3.27 9.57 7.71 10.83.19.05.39.05.57 0C16.73 20.66 20 16.03 20 11.09v-4.7c0-.84-.52-1.58-1.3-1.88zm-3.9 10.28c-.39.39-1.02.39-1.41.01L12 13.42l-1.39 1.38c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41L10.59 12 9.2 10.61a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0L12 10.59l1.39-1.39c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41L13.42 12l1.38 1.38c.39.39.39 1.02 0 1.41z"})
"GppBadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/gpp_bad_sharp.cljs
================================================
(ns reagent-mui.icons.gpp-bad-sharp
"Imports @mui/icons-material/GppBadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gpp-bad-sharp (create-svg-icon (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm3.5 12.09-1.41 1.41L12 13.42 9.91 15.5 8.5 14.09 10.59 12 8.5 9.91 9.91 8.5 12 10.59l2.09-2.09 1.41 1.41L13.42 12l2.08 2.09z"})
"GppBadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/gpp_bad_two_tone.cljs
================================================
(ns reagent-mui.icons.gpp-bad-two-tone
"Imports @mui/icons-material/GppBadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gpp-bad-two-tone (create-svg-icon [(e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83v-4.7l6-2.25 6 2.25v4.7zM9.91 8.5 8.5 9.91 10.59 12 8.5 14.09l1.41 1.41L12 13.42l2.09 2.08 1.41-1.41L13.42 12l2.08-2.09-1.41-1.41L12 10.59 9.91 8.5z"}) (e "path" #js {"d" "M6 6.39v4.7c0 4 2.55 7.7 6 8.83 3.45-1.13 6-4.82 6-8.83v-4.7l-6-2.25-6 2.25zm9.5 3.52L13.42 12l2.08 2.09-1.41 1.41L12 13.42 9.91 15.5 8.5 14.09 10.59 12 8.5 9.91 9.91 8.5 12 10.59l2.09-2.09 1.41 1.41z", "opacity" ".3"})]
"GppBadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/gpp_good.cljs
================================================
(ns reagent-mui.icons.gpp-good
"Imports @mui/icons-material/GppGood as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gpp-good (create-svg-icon (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm-1.06 13.54L7.4 12l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41-5.64 5.66z"})
"GppGood"))
================================================
FILE: src/icons/reagent_mui/icons/gpp_good_outlined.cljs
================================================
(ns reagent-mui.icons.gpp-good-outlined
"Imports @mui/icons-material/GppGoodOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gpp-good-outlined (create-svg-icon (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83V6.31l6-2.12 6 2.12v4.78zm-9.18-.5L7.4 12l3.54 3.54 5.66-5.66-1.41-1.41-4.24 4.24-2.13-2.12z"})
"GppGoodOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/gpp_good_rounded.cljs
================================================
(ns reagent-mui.icons.gpp-good-rounded
"Imports @mui/icons-material/GppGoodRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gpp-good-rounded (create-svg-icon (e "path" #js {"d" "m11.3 2.26-6 2.25C4.52 4.81 4 5.55 4 6.39v4.71c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V6.39c0-.83-.52-1.58-1.3-1.87l-6-2.25c-.45-.18-.95-.18-1.4-.01zm-1.07 12.57-2.12-2.12a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l1.41 1.41 3.54-3.54c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.24 4.24c-.38.4-1.02.4-1.41.01z"})
"GppGoodRounded"))
================================================
FILE: src/icons/reagent_mui/icons/gpp_good_sharp.cljs
================================================
(ns reagent-mui.icons.gpp-good-sharp
"Imports @mui/icons-material/GppGoodSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gpp-good-sharp (create-svg-icon (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm-1.06 13.54L7.4 12l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41-5.64 5.66z"})
"GppGoodSharp"))
================================================
FILE: src/icons/reagent_mui/icons/gpp_good_two_tone.cljs
================================================
(ns reagent-mui.icons.gpp-good-two-tone
"Imports @mui/icons-material/GppGoodTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gpp-good-two-tone (create-svg-icon [(e "path" #js {"d" "M6 6.31v4.78c0 4 2.55 7.7 6 8.83 3.45-1.13 6-4.82 6-8.83V6.31l-6-2.12-6 2.12zm10.6 3.57-5.66 5.66L7.4 12l1.41-1.41 2.12 2.12 4.24-4.24 1.43 1.41z", "opacity" ".3"}) (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83V6.31l6-2.12 6 2.12v4.78zm-9.18-.5L7.4 12l3.54 3.54 5.66-5.66-1.41-1.41-4.24 4.24-2.13-2.12z"})]
"GppGoodTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/gpp_maybe.cljs
================================================
(ns reagent-mui.icons.gpp-maybe
"Imports @mui/icons-material/GppMaybe as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gpp-maybe (create-svg-icon (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm1 14h-2v-2h2v2zm0-4h-2V7h2v5z"})
"GppMaybe"))
================================================
FILE: src/icons/reagent_mui/icons/gpp_maybe_outlined.cljs
================================================
(ns reagent-mui.icons.gpp-maybe-outlined
"Imports @mui/icons-material/GppMaybeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gpp-maybe-outlined (create-svg-icon [(e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83v-4.7l6-2.25 6 2.25v4.7z"}) (e "path" #js {"d" "M11 14h2v2h-2zm0-7h2v5h-2z"})]
"GppMaybeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/gpp_maybe_rounded.cljs
================================================
(ns reagent-mui.icons.gpp-maybe-rounded
"Imports @mui/icons-material/GppMaybeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gpp-maybe-rounded (create-svg-icon (e "path" #js {"d" "m11.3 2.26-6 2.25C4.52 4.81 4 5.55 4 6.39v4.7c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91v-4.7c0-.83-.52-1.58-1.3-1.87l-6-2.25c-.45-.18-.95-.18-1.4-.01zM12 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1z"})
"GppMaybeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/gpp_maybe_sharp.cljs
================================================
(ns reagent-mui.icons.gpp-maybe-sharp
"Imports @mui/icons-material/GppMaybeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gpp-maybe-sharp (create-svg-icon (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm1 14h-2v-2h2v2zm0-4h-2V7h2v5z"})
"GppMaybeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/gpp_maybe_two_tone.cljs
================================================
(ns reagent-mui.icons.gpp-maybe-two-tone
"Imports @mui/icons-material/GppMaybeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gpp-maybe-two-tone (create-svg-icon [(e "path" #js {"d" "M6 6.39v4.7c0 4 2.55 7.7 6 8.83 3.45-1.13 6-4.82 6-8.83v-4.7l-6-2.25-6 2.25zM13 16h-2v-2h2v2zm0-4h-2V7h2v5z", "opacity" ".3"}) (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83v-4.7l6-2.25 6 2.25v4.7zM11 16h2v-2h-2v2zm0-4h2V7h-2v5z"})]
"GppMaybeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/gps_fixed.cljs
================================================
(ns reagent-mui.icons.gps-fixed
"Imports @mui/icons-material/GpsFixed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gps-fixed (create-svg-icon (e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm8.94 3c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"GpsFixed"))
================================================
FILE: src/icons/reagent_mui/icons/gps_fixed_outlined.cljs
================================================
(ns reagent-mui.icons.gps-fixed-outlined
"Imports @mui/icons-material/GpsFixedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gps-fixed-outlined (create-svg-icon (e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm8.94 3c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"GpsFixedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/gps_fixed_rounded.cljs
================================================
(ns reagent-mui.icons.gps-fixed-rounded
"Imports @mui/icons-material/GpsFixedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gps-fixed-rounded (create-svg-icon (e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm8.94 3c-.46-4.17-3.77-7.48-7.94-7.94V2c0-.55-.45-1-1-1s-1 .45-1 1v1.06C6.83 3.52 3.52 6.83 3.06 11H2c-.55 0-1 .45-1 1s.45 1 1 1h1.06c.46 4.17 3.77 7.48 7.94 7.94V22c0 .55.45 1 1 1s1-.45 1-1v-1.06c4.17-.46 7.48-3.77 7.94-7.94H22c.55 0 1-.45 1-1s-.45-1-1-1h-1.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"GpsFixedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/gps_fixed_sharp.cljs
================================================
(ns reagent-mui.icons.gps-fixed-sharp
"Imports @mui/icons-material/GpsFixedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gps-fixed-sharp (create-svg-icon (e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm8.94 3c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"GpsFixedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/gps_fixed_two_tone.cljs
================================================
(ns reagent-mui.icons.gps-fixed-two-tone
"Imports @mui/icons-material/GpsFixedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gps-fixed-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm8.94-3c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})]
"GpsFixedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/gps_not_fixed.cljs
================================================
(ns reagent-mui.icons.gps-not-fixed
"Imports @mui/icons-material/GpsNotFixed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gps-not-fixed (create-svg-icon (e "path" #js {"d" "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"GpsNotFixed"))
================================================
FILE: src/icons/reagent_mui/icons/gps_not_fixed_outlined.cljs
================================================
(ns reagent-mui.icons.gps-not-fixed-outlined
"Imports @mui/icons-material/GpsNotFixedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gps-not-fixed-outlined (create-svg-icon (e "path" #js {"d" "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"GpsNotFixedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/gps_not_fixed_rounded.cljs
================================================
(ns reagent-mui.icons.gps-not-fixed-rounded
"Imports @mui/icons-material/GpsNotFixedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gps-not-fixed-rounded (create-svg-icon (e "path" #js {"d" "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V2c0-.55-.45-1-1-1s-1 .45-1 1v1.06C6.83 3.52 3.52 6.83 3.06 11H2c-.55 0-1 .45-1 1s.45 1 1 1h1.06c.46 4.17 3.77 7.48 7.94 7.94V22c0 .55.45 1 1 1s1-.45 1-1v-1.06c4.17-.46 7.48-3.77 7.94-7.94H22c.55 0 1-.45 1-1s-.45-1-1-1h-1.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"GpsNotFixedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/gps_not_fixed_sharp.cljs
================================================
(ns reagent-mui.icons.gps-not-fixed-sharp
"Imports @mui/icons-material/GpsNotFixedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gps-not-fixed-sharp (create-svg-icon (e "path" #js {"d" "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"GpsNotFixedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/gps_not_fixed_two_tone.cljs
================================================
(ns reagent-mui.icons.gps-not-fixed-two-tone
"Imports @mui/icons-material/GpsNotFixedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gps-not-fixed-two-tone (create-svg-icon (e "path" #js {"d" "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"GpsNotFixedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/gps_off.cljs
================================================
(ns reagent-mui.icons.gps-off
"Imports @mui/icons-material/GpsOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gps-off (create-svg-icon (e "path" #js {"d" "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06c-1.13.12-2.19.46-3.16.97l1.5 1.5C10.16 5.19 11.06 5 12 5c3.87 0 7 3.13 7 7 0 .94-.19 1.84-.52 2.65l1.5 1.5c.5-.96.84-2.02.97-3.15H23v-2h-2.06zM3 4.27l2.04 2.04C3.97 7.62 3.25 9.23 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c1.77-.2 3.38-.91 4.69-1.98L19.73 21 21 19.73 4.27 3 3 4.27zm13.27 13.27C15.09 18.45 13.61 19 12 19c-3.87 0-7-3.13-7-7 0-1.61.55-3.09 1.46-4.27l9.81 9.81z"})
"GpsOff"))
================================================
FILE: src/icons/reagent_mui/icons/gps_off_outlined.cljs
================================================
(ns reagent-mui.icons.gps-off-outlined
"Imports @mui/icons-material/GpsOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gps-off-outlined (create-svg-icon (e "path" #js {"d" "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06c-.98.11-1.91.38-2.77.78l1.53 1.53C10.46 5.13 11.22 5 12 5c3.87 0 7 3.13 7 7 0 .79-.13 1.54-.37 2.24l1.53 1.53c.4-.86.67-1.79.78-2.77H23v-2h-2.06zM3 4.27l2.04 2.04C3.97 7.62 3.26 9.23 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c1.77-.2 3.38-.91 4.69-1.98L19.73 21l1.41-1.41L4.41 2.86 3 4.27zm13.27 13.27C15.09 18.45 13.61 19 12 19c-3.87 0-7-3.13-7-7 0-1.61.55-3.09 1.46-4.27l9.81 9.81z"})
"GpsOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/gps_off_rounded.cljs
================================================
(ns reagent-mui.icons.gps-off-rounded
"Imports @mui/icons-material/GpsOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gps-off-rounded (create-svg-icon (e "path" #js {"d" "M22 13c.55 0 1-.45 1-1s-.45-1-1-1h-1.06c-.46-4.17-3.77-7.48-7.94-7.94V2c0-.55-.45-1-1-1s-1 .45-1 1v1.06c-.98.11-1.91.38-2.77.78l1.53 1.53C10.46 5.13 11.22 5 12 5c3.87 0 7 3.13 7 7 0 .79-.13 1.54-.37 2.24l1.53 1.53c.4-.86.67-1.79.78-2.77H22zm-1.56 5.88L5.12 3.56a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L5.04 6.3C3.97 7.62 3.26 9.23 3.06 11H2c-.55 0-1 .45-1 1s.45 1 1 1h1.06c.46 4.17 3.77 7.48 7.94 7.94V22c0 .55.45 1 1 1s1-.45 1-1v-1.06c1.77-.2 3.38-.91 4.69-1.98l1.33 1.33c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41zM12 19c-3.87 0-7-3.13-7-7 0-1.61.55-3.09 1.46-4.27l9.81 9.81C15.09 18.45 13.61 19 12 19z"})
"GpsOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/gps_off_sharp.cljs
================================================
(ns reagent-mui.icons.gps-off-sharp
"Imports @mui/icons-material/GpsOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gps-off-sharp (create-svg-icon (e "path" #js {"d" "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06c-.98.11-1.91.38-2.77.78l1.53 1.53C10.46 5.13 11.22 5 12 5c3.87 0 7 3.13 7 7 0 .79-.13 1.54-.37 2.24l1.53 1.53c.4-.86.67-1.79.78-2.77H23v-2h-2.06zM3 4.27l2.04 2.04C3.97 7.62 3.26 9.23 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c1.77-.2 3.38-.91 4.69-1.98L19.73 21l1.41-1.41L4.41 2.86 3 4.27zm13.27 13.27C15.09 18.45 13.61 19 12 19c-3.87 0-7-3.13-7-7 0-1.61.55-3.09 1.46-4.27l9.81 9.81z"})
"GpsOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/gps_off_two_tone.cljs
================================================
(ns reagent-mui.icons.gps-off-two-tone
"Imports @mui/icons-material/GpsOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gps-off-two-tone (create-svg-icon (e "path" #js {"d" "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06c-.98.11-1.91.38-2.77.78l1.53 1.53C10.46 5.13 11.22 5 12 5c3.87 0 7 3.13 7 7 0 .79-.13 1.54-.37 2.24l1.53 1.53c.4-.86.67-1.79.78-2.77H23v-2h-2.06zM3 4.27l2.04 2.04C3.97 7.62 3.26 9.23 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c1.77-.2 3.38-.91 4.69-1.98L19.73 21l1.41-1.41L4.41 2.86 3 4.27zm13.27 13.27C15.09 18.45 13.61 19 12 19c-3.87 0-7-3.13-7-7 0-1.61.55-3.09 1.46-4.27l9.81 9.81z"})
"GpsOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/grade.cljs
================================================
(ns reagent-mui.icons.grade
"Imports @mui/icons-material/Grade as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grade (create-svg-icon (e "path" #js {"d" "M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"})
"Grade"))
================================================
FILE: src/icons/reagent_mui/icons/grade_outlined.cljs
================================================
(ns reagent-mui.icons.grade-outlined
"Imports @mui/icons-material/GradeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grade-outlined (create-svg-icon (e "path" #js {"d" "m12 7.13.97 2.29.47 1.11 1.2.1 2.47.21-1.88 1.63-.91.79.27 1.18.56 2.41-2.12-1.28-1.03-.64-1.03.62-2.12 1.28.56-2.41.27-1.18-.91-.79-1.88-1.63 2.47-.21 1.2-.1.47-1.11.97-2.27M12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2z"})
"GradeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/grade_rounded.cljs
================================================
(ns reagent-mui.icons.grade-rounded
"Imports @mui/icons-material/GradeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grade-rounded (create-svg-icon (e "path" #js {"d" "m12 17.27 5.17 3.12c.38.23.85-.11.75-.54l-1.37-5.88 4.56-3.95c.33-.29.16-.84-.29-.88l-6.01-.51-2.35-5.54c-.17-.41-.75-.41-.92 0L9.19 8.63l-6.01.51c-.44.04-.62.59-.28.88l4.56 3.95-1.37 5.88c-.1.43.37.77.75.54L12 17.27z"})
"GradeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/grade_sharp.cljs
================================================
(ns reagent-mui.icons.grade-sharp
"Imports @mui/icons-material/GradeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grade-sharp (create-svg-icon (e "path" #js {"d" "M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27z"})
"GradeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/grade_two_tone.cljs
================================================
(ns reagent-mui.icons.grade-two-tone
"Imports @mui/icons-material/GradeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grade-two-tone (create-svg-icon [(e "path" #js {"d" "m17.11 10.83-2.47-.21-1.2-.1-.47-1.11L12 7.13l-.97 2.28-.47 1.11-1.2.1-2.47.21 1.88 1.63.91.79-.27 1.17-.57 2.42 2.13-1.28 1.03-.63 1.03.63 2.13 1.28-.57-2.42-.27-1.17.91-.79z", "opacity" ".3"}) (e "path" #js {"d" "m22 9.24-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.64-7.03L22 9.24zm-7.41 5.18.56 2.41-2.12-1.28-1.03-.62-1.03.62-2.12 1.28.56-2.41.27-1.18-.91-.79-1.88-1.63 2.47-.21 1.2-.1.47-1.11.97-2.27.97 2.29.47 1.11 1.2.1 2.47.21-1.88 1.63-.91.79.27 1.16z"})]
"GradeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/gradient.cljs
================================================
(ns reagent-mui.icons.gradient
"Imports @mui/icons-material/Gradient as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gradient (create-svg-icon (e "path" #js {"d" "M11 9h2v2h-2zm-2 2h2v2H9zm4 0h2v2h-2zm2-2h2v2h-2zM7 9h2v2H7zm12-6H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 18H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm2-7h-2v2h2v2h-2v-2h-2v2h-2v-2h-2v2H9v-2H7v2H5v-2h2v-2H5V5h14v6z"})
"Gradient"))
================================================
FILE: src/icons/reagent_mui/icons/gradient_outlined.cljs
================================================
(ns reagent-mui.icons.gradient-outlined
"Imports @mui/icons-material/GradientOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gradient-outlined (create-svg-icon (e "path" #js {"d" "M11 9h2v2h-2V9zm-2 2h2v2H9v-2zm4 0h2v2h-2v-2zm2-2h2v2h-2V9zM7 9h2v2H7V9zm12-6H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 18H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm2-7h-2v2h2v2h-2v-2h-2v2h-2v-2h-2v2H9v-2H7v2H5v-2h2v-2H5V5h14v6z"})
"GradientOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/gradient_rounded.cljs
================================================
(ns reagent-mui.icons.gradient-rounded
"Imports @mui/icons-material/GradientRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gradient-rounded (create-svg-icon (e "path" #js {"d" "M11 9h2v2h-2V9zm-2 2h2v2H9v-2zm4 0h2v2h-2v-2zm2-2h2v2h-2V9zM7 9h2v2H7V9zm12-6H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 18H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm2-7h-2v2h2v2h-2v-2h-2v2h-2v-2h-2v2H9v-2H7v2H5v-2h2v-2H5V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v5z"})
"GradientRounded"))
================================================
FILE: src/icons/reagent_mui/icons/gradient_sharp.cljs
================================================
(ns reagent-mui.icons.gradient-sharp
"Imports @mui/icons-material/GradientSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gradient-sharp (create-svg-icon (e "path" #js {"d" "M11 9h2v2h-2V9zm-2 2h2v2H9v-2zm4 0h2v2h-2v-2zm2-2h2v2h-2V9zM7 9h2v2H7V9zm14-6H3v18h18V3zM9 18H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm2-7h-2v2h2v2h-2v-2h-2v2h-2v-2h-2v2H9v-2H7v2H5v-2h2v-2H5V5h14v6z"})
"GradientSharp"))
================================================
FILE: src/icons/reagent_mui/icons/gradient_two_tone.cljs
================================================
(ns reagent-mui.icons.gradient-two-tone
"Imports @mui/icons-material/GradientTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def gradient-two-tone (create-svg-icon (e "path" #js {"d" "M13 11h2v2h-2zm6 10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14zM9 18H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zM5 13h2v-2H5V5h14v6h-2v2h2v2h-2v-2h-2v2h-2v-2h-2v2H9v-2H7v2H5v-2zm2-4h2v2H7zm8 0h2v2h-2zm-4 0h2v2h-2zm-2 2h2v2H9z"})
"GradientTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/grading.cljs
================================================
(ns reagent-mui.icons.grading
"Imports @mui/icons-material/Grading as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grading (create-svg-icon (e "path" #js {"d" "M4 7h16v2H4V7zm0 6h16v-2H4v2zm0 4h7v-2H4v2zm0 4h7v-2H4v2zm11.41-2.83L14 16.75l-1.41 1.41L15.41 21 20 16.42 18.58 15l-3.17 3.17zM4 3v2h16V3H4z"})
"Grading"))
================================================
FILE: src/icons/reagent_mui/icons/grading_outlined.cljs
================================================
(ns reagent-mui.icons.grading-outlined
"Imports @mui/icons-material/GradingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grading-outlined (create-svg-icon (e "path" #js {"d" "M4 7h16v2H4V7zm0 6h16v-2H4v2zm0 4h7v-2H4v2zm0 4h7v-2H4v2zm11.41-2.83L14 16.75l-1.41 1.41L15.41 21 20 16.42 18.58 15l-3.17 3.17zM4 3v2h16V3H4z"})
"GradingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/grading_rounded.cljs
================================================
(ns reagent-mui.icons.grading-rounded
"Imports @mui/icons-material/GradingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grading-rounded (create-svg-icon (e "path" #js {"d" "M5 7h14c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1zm0 6h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1s.45 1 1 1zm10.41-2.83-.71-.71a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.42 1.42c.39.39 1.02.39 1.41 0l3.17-3.17c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-2.47 2.46zM4 4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1z"})
"GradingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/grading_sharp.cljs
================================================
(ns reagent-mui.icons.grading-sharp
"Imports @mui/icons-material/GradingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grading-sharp (create-svg-icon (e "path" #js {"d" "M4 7h16v2H4V7zm0 6h16v-2H4v2zm0 4h7v-2H4v2zm0 4h7v-2H4v2zm11.41-2.83L14 16.75l-1.41 1.41L15.41 21 20 16.42 18.58 15l-3.17 3.17zM4 3v2h16V3H4z"})
"GradingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/grading_two_tone.cljs
================================================
(ns reagent-mui.icons.grading-two-tone
"Imports @mui/icons-material/GradingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grading-two-tone (create-svg-icon (e "path" #js {"d" "M4 7h16v2H4V7zm0 6h16v-2H4v2zm0 4h7v-2H4v2zm0 4h7v-2H4v2zm11.41-2.83L14 16.75l-1.41 1.41L15.41 21 20 16.42 18.58 15l-3.17 3.17zM4 3v2h16V3H4z"})
"GradingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/grain.cljs
================================================
(ns reagent-mui.icons.grain
"Imports @mui/icons-material/Grain as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grain (create-svg-icon (e "path" #js {"d" "M10 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12-8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-4 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm4-4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-4-4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-4-4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"Grain"))
================================================
FILE: src/icons/reagent_mui/icons/grain_outlined.cljs
================================================
(ns reagent-mui.icons.grain-outlined
"Imports @mui/icons-material/GrainOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grain-outlined (create-svg-icon (e "path" #js {"d" "M10 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12-8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-4 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm4-4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-4-4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-4-4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"GrainOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/grain_rounded.cljs
================================================
(ns reagent-mui.icons.grain-rounded
"Imports @mui/icons-material/GrainRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grain-rounded (create-svg-icon (e "path" #js {"d" "M10 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12-8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-4 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm4-4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-4-4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-4-4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"GrainRounded"))
================================================
FILE: src/icons/reagent_mui/icons/grain_sharp.cljs
================================================
(ns reagent-mui.icons.grain-sharp
"Imports @mui/icons-material/GrainSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grain-sharp (create-svg-icon (e "path" #js {"d" "M10 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12-8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-4 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm4-4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-4-4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-4-4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"GrainSharp"))
================================================
FILE: src/icons/reagent_mui/icons/grain_two_tone.cljs
================================================
(ns reagent-mui.icons.grain-two-tone
"Imports @mui/icons-material/GrainTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grain-two-tone (create-svg-icon (e "path" #js {"d" "M18 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM6 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm8 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-4 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0-12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm4 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-8 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})
"GrainTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/graphic_eq.cljs
================================================
(ns reagent-mui.icons.graphic-eq
"Imports @mui/icons-material/GraphicEq as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def graphic-eq (create-svg-icon (e "path" #js {"d" "M7 18h2V6H7v12zm4 4h2V2h-2v20zm-8-8h2v-4H3v4zm12 4h2V6h-2v12zm4-8v4h2v-4h-2z"})
"GraphicEq"))
================================================
FILE: src/icons/reagent_mui/icons/graphic_eq_outlined.cljs
================================================
(ns reagent-mui.icons.graphic-eq-outlined
"Imports @mui/icons-material/GraphicEqOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def graphic-eq-outlined (create-svg-icon (e "path" #js {"d" "M7 18h2V6H7v12zm4 4h2V2h-2v20zm-8-8h2v-4H3v4zm12 4h2V6h-2v12zm4-8v4h2v-4h-2z"})
"GraphicEqOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/graphic_eq_rounded.cljs
================================================
(ns reagent-mui.icons.graphic-eq-rounded
"Imports @mui/icons-material/GraphicEqRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def graphic-eq-rounded (create-svg-icon (e "path" #js {"d" "M8 18c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1zm4 4c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1s-1 .45-1 1v18c0 .55.45 1 1 1zm-8-8c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1zm12 4c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1zm3-7v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1z"})
"GraphicEqRounded"))
================================================
FILE: src/icons/reagent_mui/icons/graphic_eq_sharp.cljs
================================================
(ns reagent-mui.icons.graphic-eq-sharp
"Imports @mui/icons-material/GraphicEqSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def graphic-eq-sharp (create-svg-icon (e "path" #js {"d" "M7 18h2V6H7v12zm4 4h2V2h-2v20zm-8-8h2v-4H3v4zm12 4h2V6h-2v12zm4-8v4h2v-4h-2z"})
"GraphicEqSharp"))
================================================
FILE: src/icons/reagent_mui/icons/graphic_eq_two_tone.cljs
================================================
(ns reagent-mui.icons.graphic-eq-two-tone
"Imports @mui/icons-material/GraphicEqTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def graphic-eq-two-tone (create-svg-icon (e "path" #js {"d" "M7 18h2V6H7v12zm4 4h2V2h-2v20zm-8-8h2v-4H3v4zm12 4h2V6h-2v12zm4-8v4h2v-4h-2z"})
"GraphicEqTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/grass.cljs
================================================
(ns reagent-mui.icons.grass
"Imports @mui/icons-material/Grass as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grass (create-svg-icon (e "path" #js {"d" "M12 20H2v-2h5.75c-.73-2.81-2.94-5.01-5.75-5.74.64-.16 1.31-.26 2-.26 4.42 0 8 3.58 8 8zm10-7.74c-.64-.16-1.31-.26-2-.26-2.93 0-5.48 1.58-6.88 3.93.29.66.53 1.35.67 2.07.13.65.2 1.32.2 2h8v-2h-5.75c.74-2.81 2.95-5.01 5.76-5.74zm-6.36-1.24c.78-2.09 2.23-3.84 4.09-5C15.44 6.16 12 9.67 12 14v.02c.95-1.27 2.2-2.3 3.64-3zm-4.22-2.17C10.58 6.66 8.88 4.89 6.7 4 8.14 5.86 9 8.18 9 10.71c0 .21-.03.41-.04.61.43.24.83.52 1.22.82.21-1.18.65-2.29 1.24-3.29z"})
"Grass"))
================================================
FILE: src/icons/reagent_mui/icons/grass_outlined.cljs
================================================
(ns reagent-mui.icons.grass-outlined
"Imports @mui/icons-material/GrassOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grass-outlined (create-svg-icon (e "path" #js {"d" "M12 20H2v-2h5.75c-.73-2.81-2.94-5.01-5.75-5.74.64-.16 1.31-.26 2-.26 4.42 0 8 3.58 8 8zm10-7.74c-.64-.16-1.31-.26-2-.26-2.93 0-5.48 1.58-6.88 3.93.29.66.53 1.35.67 2.07.13.65.2 1.32.2 2h8v-2h-5.75c.74-2.81 2.95-5.01 5.76-5.74zm-6.36-1.24c.78-2.09 2.23-3.84 4.09-5C15.44 6.16 12 9.67 12 14v.02c.95-1.27 2.2-2.3 3.64-3zm-4.22-2.17C10.58 6.66 8.88 4.89 6.7 4 8.14 5.86 9 8.18 9 10.71c0 .21-.03.41-.04.61.43.24.83.52 1.22.82.21-1.18.65-2.29 1.24-3.29z"})
"GrassOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/grass_rounded.cljs
================================================
(ns reagent-mui.icons.grass-rounded
"Imports @mui/icons-material/GrassRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grass-rounded (create-svg-icon (e "path" #js {"d" "M15.64 11.02c.55-1.47 1.43-2.78 2.56-3.83.38-.36.04-1-.46-.85-3.32.98-5.75 4.05-5.74 7.69.95-1.28 2.2-2.31 3.64-3.01zm-4.22-2.17c-.6-1.56-1.63-2.91-2.96-3.87-.42-.3-.96.19-.72.65C8.54 7.15 9 8.88 9 10.71c0 .21-.03.41-.04.61.43.24.83.52 1.22.82.21-1.18.65-2.29 1.24-3.29zM12 20H3c-.55 0-1-.45-1-1s.45-1 1-1h4.75c-.57-2.19-2.04-4.02-4-5.06-.16-.08-.26-.25-.26-.44 0-.27.22-.49.49-.5H4c4.42 0 8 3.58 8 8zm8.26-7.06c-1.96 1.04-3.44 2.87-4 5.06H21c.55 0 1 .45 1 1s-.45 1-1 1h-7c0-.68-.07-1.35-.2-2-.15-.72-.38-1.42-.67-2.07C14.52 13.58 17.07 12 20 12h.02c.27 0 .49.23.49.5.01.19-.1.35-.25.44z"})
"GrassRounded"))
================================================
FILE: src/icons/reagent_mui/icons/grass_sharp.cljs
================================================
(ns reagent-mui.icons.grass-sharp
"Imports @mui/icons-material/GrassSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grass-sharp (create-svg-icon (e "path" #js {"d" "M12 20H2v-2h5.75c-.73-2.81-2.94-5.01-5.75-5.74.64-.16 1.31-.26 2-.26 4.42 0 8 3.58 8 8zm10-7.74c-.64-.16-1.31-.26-2-.26-2.93 0-5.48 1.58-6.88 3.93.29.66.53 1.35.67 2.07.13.65.2 1.32.2 2h8v-2h-5.75c.74-2.81 2.95-5.01 5.76-5.74zm-6.36-1.24c.78-2.09 2.23-3.84 4.09-5C15.44 6.16 12 9.67 12 14v.02c.95-1.27 2.2-2.3 3.64-3zm-4.22-2.17C10.58 6.66 8.88 4.89 6.7 4 8.14 5.86 9 8.18 9 10.71c0 .21-.03.41-.04.61.43.24.83.52 1.22.82.21-1.18.65-2.29 1.24-3.29z"})
"GrassSharp"))
================================================
FILE: src/icons/reagent_mui/icons/grass_two_tone.cljs
================================================
(ns reagent-mui.icons.grass-two-tone
"Imports @mui/icons-material/GrassTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grass-two-tone (create-svg-icon (e "path" #js {"d" "M12 20H2v-2h5.75c-.73-2.81-2.94-5.01-5.75-5.74.64-.16 1.31-.26 2-.26 4.42 0 8 3.58 8 8zm10-7.74c-.64-.16-1.31-.26-2-.26-2.93 0-5.48 1.58-6.88 3.93.29.66.53 1.35.67 2.07.13.65.2 1.32.2 2h8v-2h-5.75c.74-2.81 2.95-5.01 5.76-5.74zm-6.36-1.24c.78-2.09 2.23-3.84 4.09-5C15.44 6.16 12 9.67 12 14v.02c.95-1.27 2.2-2.3 3.64-3zm-4.22-2.17C10.58 6.66 8.88 4.89 6.7 4 8.14 5.86 9 8.18 9 10.71c0 .21-.03.41-.04.61.43.24.83.52 1.22.82.21-1.18.65-2.29 1.24-3.29z"})
"GrassTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/grid_3x_3.cljs
================================================
(ns reagent-mui.icons.grid-3x-3
"Imports @mui/icons-material/Grid3x3 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-3x-3 (create-svg-icon (e "path" #js {"d" "M20 10V8h-4V4h-2v4h-4V4H8v4H4v2h4v4H4v2h4v4h2v-4h4v4h2v-4h4v-2h-4v-4h4zm-6 4h-4v-4h4v4z"})
"Grid3x3"))
================================================
FILE: src/icons/reagent_mui/icons/grid_3x_3_outlined.cljs
================================================
(ns reagent-mui.icons.grid-3x-3-outlined
"Imports @mui/icons-material/Grid3x3Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-3x-3-outlined (create-svg-icon (e "path" #js {"d" "M20 10V8h-4V4h-2v4h-4V4H8v4H4v2h4v4H4v2h4v4h2v-4h4v4h2v-4h4v-2h-4v-4h4zm-6 4h-4v-4h4v4z"})
"Grid3x3Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/grid_3x_3_rounded.cljs
================================================
(ns reagent-mui.icons.grid-3x-3-rounded
"Imports @mui/icons-material/Grid3x3Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-3x-3-rounded (create-svg-icon (e "path" #js {"d" "M20 9c0-.55-.45-1-1-1h-3V5c0-.55-.45-1-1-1s-1 .45-1 1v3h-4V5c0-.55-.45-1-1-1s-1 .45-1 1v3H5c-.55 0-1 .45-1 1s.45 1 1 1h3v4H5c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h4v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1h-3v-4h3c.55 0 1-.45 1-1zm-6 5h-4v-4h4v4z"})
"Grid3x3Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/grid_3x_3_sharp.cljs
================================================
(ns reagent-mui.icons.grid-3x-3-sharp
"Imports @mui/icons-material/Grid3x3Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-3x-3-sharp (create-svg-icon (e "path" #js {"d" "M20 10V8h-4V4h-2v4h-4V4H8v4H4v2h4v4H4v2h4v4h2v-4h4v4h2v-4h4v-2h-4v-4h4zm-6 4h-4v-4h4v4z"})
"Grid3x3Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/grid_3x_3_two_tone.cljs
================================================
(ns reagent-mui.icons.grid-3x-3-two-tone
"Imports @mui/icons-material/Grid3x3TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-3x-3-two-tone (create-svg-icon (e "path" #js {"d" "M20 10V8h-4V4h-2v4h-4V4H8v4H4v2h4v4H4v2h4v4h2v-4h4v4h2v-4h4v-2h-4v-4h4zm-6 4h-4v-4h4v4z"})
"Grid3x3TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/grid_4x_4.cljs
================================================
(ns reagent-mui.icons.grid-4x-4
"Imports @mui/icons-material/Grid4x4 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-4x-4 (create-svg-icon (e "path" #js {"d" "M22 7V5h-3V2h-2v3h-4V2h-2v3H7V2H5v3H2v2h3v4H2v2h3v4H2v2h3v3h2v-3h4v3h2v-3h4v3h2v-3h3v-2h-3v-4h3v-2h-3V7h3zM7 7h4v4H7V7zm0 10v-4h4v4H7zm10 0h-4v-4h4v4zm0-6h-4V7h4v4z"})
"Grid4x4"))
================================================
FILE: src/icons/reagent_mui/icons/grid_4x_4_outlined.cljs
================================================
(ns reagent-mui.icons.grid-4x-4-outlined
"Imports @mui/icons-material/Grid4x4Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-4x-4-outlined (create-svg-icon (e "path" #js {"d" "M22 7V5h-3V2h-2v3h-4V2h-2v3H7V2H5v3H2v2h3v4H2v2h3v4H2v2h3v3h2v-3h4v3h2v-3h4v3h2v-3h3v-2h-3v-4h3v-2h-3V7h3zM7 7h4v4H7V7zm0 10v-4h4v4H7zm10 0h-4v-4h4v4zm0-6h-4V7h4v4z"})
"Grid4x4Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/grid_4x_4_rounded.cljs
================================================
(ns reagent-mui.icons.grid-4x-4-rounded
"Imports @mui/icons-material/Grid4x4Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-4x-4-rounded (create-svg-icon (e "path" #js {"d" "M22 6c0-.55-.45-1-1-1h-2V3c0-.55-.45-1-1-1s-1 .45-1 1v2h-4V3c0-.55-.45-1-1-1s-1 .45-1 1v2H7V3c0-.55-.45-1-1-1s-1 .45-1 1v2H3c-.55 0-1 .45-1 1s.45 1 1 1h2v4H3c-.55 0-1 .45-1 1s.45 1 1 1h2v4H3c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h4v2c0 .55.45 1 1 1s1-.45 1-1v-2h4v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-4h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V7h2c.55 0 1-.45 1-1zM7 7h4v4H7V7zm0 10v-4h4v4H7zm10 0h-4v-4h4v4zm0-6h-4V7h4v4z"})
"Grid4x4Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/grid_4x_4_sharp.cljs
================================================
(ns reagent-mui.icons.grid-4x-4-sharp
"Imports @mui/icons-material/Grid4x4Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-4x-4-sharp (create-svg-icon (e "path" #js {"d" "M22 7V5h-3V2h-2v3h-4V2h-2v3H7V2H5v3H2v2h3v4H2v2h3v4H2v2h3v3h2v-3h4v3h2v-3h4v3h2v-3h3v-2h-3v-4h3v-2h-3V7h3zM7 7h4v4H7V7zm0 10v-4h4v4H7zm10 0h-4v-4h4v4zm0-6h-4V7h4v4z"})
"Grid4x4Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/grid_4x_4_two_tone.cljs
================================================
(ns reagent-mui.icons.grid-4x-4-two-tone
"Imports @mui/icons-material/Grid4x4TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-4x-4-two-tone (create-svg-icon (e "path" #js {"d" "M22 7V5h-3V2h-2v3h-4V2h-2v3H7V2H5v3H2v2h3v4H2v2h3v4H2v2h3v3h2v-3h4v3h2v-3h4v3h2v-3h3v-2h-3v-4h3v-2h-3V7h3zM7 7h4v4H7V7zm0 10v-4h4v4H7zm10 0h-4v-4h4v4zm0-6h-4V7h4v4z"})
"Grid4x4TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/grid_goldenratio.cljs
================================================
(ns reagent-mui.icons.grid-goldenratio
"Imports @mui/icons-material/GridGoldenratio as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-goldenratio (create-svg-icon (e "path" #js {"d" "M22 11V9h-7V2h-2v7h-2V2H9v7H2v2h7v2H2v2h7v7h2v-7h2v7h2v-7h7v-2h-7v-2h7zm-9 2h-2v-2h2v2z"})
"GridGoldenratio"))
================================================
FILE: src/icons/reagent_mui/icons/grid_goldenratio_outlined.cljs
================================================
(ns reagent-mui.icons.grid-goldenratio-outlined
"Imports @mui/icons-material/GridGoldenratioOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-goldenratio-outlined (create-svg-icon (e "path" #js {"d" "M22 11V9h-7V2h-2v7h-2V2H9v7H2v2h7v2H2v2h7v7h2v-7h2v7h2v-7h7v-2h-7v-2h7zm-9 2h-2v-2h2v2z"})
"GridGoldenratioOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/grid_goldenratio_rounded.cljs
================================================
(ns reagent-mui.icons.grid-goldenratio-rounded
"Imports @mui/icons-material/GridGoldenratioRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-goldenratio-rounded (create-svg-icon (e "path" #js {"d" "M21 13h-6v-2h6c.55 0 1-.45 1-1s-.45-1-1-1h-6V3c0-.55-.45-1-1-1s-1 .45-1 1v6h-2V3c0-.55-.45-1-1-1s-1 .45-1 1v6H3c-.55 0-1 .45-1 1s.45 1 1 1h6v2H3c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1v-6h2v6c0 .55.45 1 1 1s1-.45 1-1v-6h6c.55 0 1-.45 1-1s-.45-1-1-1zm-8 0h-2v-2h2v2z"})
"GridGoldenratioRounded"))
================================================
FILE: src/icons/reagent_mui/icons/grid_goldenratio_sharp.cljs
================================================
(ns reagent-mui.icons.grid-goldenratio-sharp
"Imports @mui/icons-material/GridGoldenratioSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-goldenratio-sharp (create-svg-icon (e "path" #js {"d" "M22 11V9h-7V2h-2v7h-2V2H9v7H2v2h7v2H2v2h7v7h2v-7h2v7h2v-7h7v-2h-7v-2h7zm-9 2h-2v-2h2v2z"})
"GridGoldenratioSharp"))
================================================
FILE: src/icons/reagent_mui/icons/grid_goldenratio_two_tone.cljs
================================================
(ns reagent-mui.icons.grid-goldenratio-two-tone
"Imports @mui/icons-material/GridGoldenratioTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-goldenratio-two-tone (create-svg-icon (e "path" #js {"d" "M22 11V9h-7V2h-2v7h-2V2H9v7H2v2h7v2H2v2h7v7h2v-7h2v7h2v-7h7v-2h-7v-2h7zm-9 2h-2v-2h2v2z"})
"GridGoldenratioTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/grid_off.cljs
================================================
(ns reagent-mui.icons.grid-off
"Imports @mui/icons-material/GridOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-off (create-svg-icon (e "path" #js {"d" "M8 4v1.45l2 2V4h4v4h-3.45l2 2H14v1.45l2 2V10h4v4h-3.45l2 2H20v1.45l2 2V4c0-1.1-.9-2-2-2H4.55l2 2H8zm8 0h4v4h-4V4zM1.27 1.27 0 2.55l2 2V20c0 1.1.9 2 2 2h15.46l2 2 1.27-1.27L1.27 1.27zM10 12.55 11.45 14H10v-1.45zm-6-6L5.45 8H4V6.55zM8 20H4v-4h4v4zm0-6H4v-4h3.45l.55.55V14zm6 6h-4v-4h3.45l.55.54V20zm2 0v-1.46L17.46 20H16z"})
"GridOff"))
================================================
FILE: src/icons/reagent_mui/icons/grid_off_outlined.cljs
================================================
(ns reagent-mui.icons.grid-off-outlined
"Imports @mui/icons-material/GridOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-off-outlined (create-svg-icon (e "path" #js {"d" "M8 4v.89l2 2V4h4v4h-2.89l2 2H14v.89l2 2V10h4v4h-2.89l2 2H20v.89l2 2V4c0-1.1-.9-2-2-2H5.11l2 2H8zm8 0h4v4h-4V4zM1.41 1.14 0 2.55l2 2V20c0 1.1.9 2 2 2h15.45l2.01 2.01 1.41-1.41L1.41 1.14zM10 12.55 11.45 14H10v-1.45zm-6-6L5.45 8H4V6.55zM8 20H4v-4h4v4zm0-6H4v-4h3.45l.55.55V14zm6 6h-4v-4h3.45l.55.55V20zm2 0v-1.45L17.45 20H16z"})
"GridOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/grid_off_rounded.cljs
================================================
(ns reagent-mui.icons.grid-off-rounded
"Imports @mui/icons-material/GridOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-off-rounded (create-svg-icon (e "path" #js {"d" "M8 4v.89l2 2V4h4v4h-2.89l2 2H14v.89l2 2V10h4v4h-2.89l2 2H20v.89l2 2V4c0-1.1-.9-2-2-2H5.11l2 2H8zm8 0h3c.55 0 1 .45 1 1v3h-4V4zm6.16 17.88L2.12 1.84a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L2 4.55V20c0 1.1.9 2 2 2h15.45l1.3 1.3c.39.39 1.02.39 1.41 0 .39-.39.39-1.03 0-1.42zM10 12.55 11.45 14H10v-1.45zm-6-6L5.45 8H4V6.55zM8 20H5c-.55 0-1-.45-1-1v-3h4v4zm0-6H4v-4h3.45l.55.55V14zm6 6h-4v-4h3.45l.55.55V20zm2 0v-1.45L17.45 20H16z"})
"GridOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/grid_off_sharp.cljs
================================================
(ns reagent-mui.icons.grid-off-sharp
"Imports @mui/icons-material/GridOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-off-sharp (create-svg-icon (e "path" #js {"d" "M8 4v.89l2 2V4h4v4h-2.89l2 2H14v.89l2 2V10h4v4h-2.89l2 2H20v.89l2 2V2H5.11l2 2H8zm8 0h4v4h-4V4zM1.41 1.14 0 2.55l2 2V22h17.45l2.01 2.01 1.41-1.41L1.41 1.14zM10 12.55 11.45 14H10v-1.45zm-6-6L5.45 8H4V6.55zM8 20H4v-4h4v4zm0-6H4v-4h3.45l.55.55V14zm6 6h-4v-4h3.45l.55.55V20zm2 0v-1.45L17.45 20H16z"})
"GridOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/grid_off_two_tone.cljs
================================================
(ns reagent-mui.icons.grid-off-two-tone
"Imports @mui/icons-material/GridOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-off-two-tone (create-svg-icon [(e "path" #js {"d" "M20 14v-4h-4v2.89L17.11 14zm-10-1.45V14h1.45zM14 10h-.89l.89.89zm5.11 6 .89.89V16zM8 4h-.89l.89.89zm6 4V4h-4v2.89L11.11 8zm2-4h4v4h-4zm-6 12v4h4v-3.45l-.55-.55zm-6-6v4h4v-3.45L7.45 10zm12 10h1.45L16 18.55zM4 16h4v4H4zm0-9.45V8h1.45z", "opacity" ".3"}) (e "path" #js {"d" "M8 4v.89l2 2V4h4v4h-2.89l2 2H14v.89l2 2V10h4v4h-2.89l2 2H20v.89l2 2V4c0-1.1-.9-2-2-2H5.11l2 2H8zm8 0h4v4h-4V4zM1.41 1.14 0 2.55l2 2V20c0 1.1.9 2 2 2h15.45l2.01 2.01 1.41-1.41L1.41 1.14zM10 12.55 11.45 14H10v-1.45zm-6-6L5.45 8H4V6.55zM8 20H4v-4h4v4zm0-6H4v-4h3.45l.55.55V14zm6 6h-4v-4h3.45l.55.55V20zm2 0v-1.45L17.45 20H16z"})]
"GridOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/grid_on.cljs
================================================
(ns reagent-mui.icons.grid-on
"Imports @mui/icons-material/GridOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-on (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 20H4v-4h4v4zm0-6H4v-4h4v4zm0-6H4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4z"})
"GridOn"))
================================================
FILE: src/icons/reagent_mui/icons/grid_on_outlined.cljs
================================================
(ns reagent-mui.icons.grid-on-outlined
"Imports @mui/icons-material/GridOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-on-outlined (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 20H4v-4h4v4zm0-6H4v-4h4v4zm0-6H4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4z"})
"GridOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/grid_on_rounded.cljs
================================================
(ns reagent-mui.icons.grid-on-rounded
"Imports @mui/icons-material/GridOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-on-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 20H5c-.55 0-1-.45-1-1v-3h4v4zm0-6H4v-4h4v4zm0-6H4V5c0-.55.45-1 1-1h3v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4zm5 12h-3v-4h4v3c0 .55-.45 1-1 1zm1-6h-4v-4h4v4zm0-6h-4V4h3c.55 0 1 .45 1 1v3z"})
"GridOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/grid_on_sharp.cljs
================================================
(ns reagent-mui.icons.grid-on-sharp
"Imports @mui/icons-material/GridOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-on-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v20h20V2zM8 20H4v-4h4v4zm0-6H4v-4h4v4zm0-6H4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4z"})
"GridOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/grid_on_two_tone.cljs
================================================
(ns reagent-mui.icons.grid-on-two-tone
"Imports @mui/icons-material/GridOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-on-two-tone (create-svg-icon [(e "path" #js {"d" "M10 10h4v4h-4zm0 6h4v4h-4zM4 4h4v4H4zm0 6h4v4H4zm0 6h4v4H4zM16 4h4v4h-4zm0 6h4v4h-4zm0 6h4v4h-4zM10 4h4v4h-4z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 20H4v-4h4v4zm0-6H4v-4h4v4zm0-6H4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4z"})]
"GridOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/grid_view.cljs
================================================
(ns reagent-mui.icons.grid-view
"Imports @mui/icons-material/GridView as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-view (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M3 3v8h8V3H3zm6 6H5V5h4v4zm-6 4v8h8v-8H3zm6 6H5v-4h4v4zm4-16v8h8V3h-8zm6 6h-4V5h4v4zm-6 4v8h8v-8h-8zm6 6h-4v-4h4v4z"})
"GridView"))
================================================
FILE: src/icons/reagent_mui/icons/grid_view_outlined.cljs
================================================
(ns reagent-mui.icons.grid-view-outlined
"Imports @mui/icons-material/GridViewOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-view-outlined (create-svg-icon (e "path" #js {"d" "M3 3v8h8V3H3zm6 6H5V5h4v4zm-6 4v8h8v-8H3zm6 6H5v-4h4v4zm4-16v8h8V3h-8zm6 6h-4V5h4v4zm-6 4v8h8v-8h-8zm6 6h-4v-4h4v4z"})
"GridViewOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/grid_view_rounded.cljs
================================================
(ns reagent-mui.icons.grid-view-rounded
"Imports @mui/icons-material/GridViewRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-view-rounded (create-svg-icon (e "path" #js {"d" "M5 11h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2zm0 10h4c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2zm8-16v4c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2zm2 16h4c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2z"})
"GridViewRounded"))
================================================
FILE: src/icons/reagent_mui/icons/grid_view_sharp.cljs
================================================
(ns reagent-mui.icons.grid-view-sharp
"Imports @mui/icons-material/GridViewSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-view-sharp (create-svg-icon (e "path" #js {"d" "M3 3h8v8H3zm0 10h8v8H3zM13 3h8v8h-8zm0 10h8v8h-8z"})
"GridViewSharp"))
================================================
FILE: src/icons/reagent_mui/icons/grid_view_two_tone.cljs
================================================
(ns reagent-mui.icons.grid-view-two-tone
"Imports @mui/icons-material/GridViewTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def grid-view-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5h4v4H5zm0 10h4v4H5zm10 0h4v4h-4zm0-10h4v4h-4z", "opacity" ".3"}) (e "path" #js {"d" "M3 21h8v-8H3v8zm2-6h4v4H5v-4zm-2-4h8V3H3v8zm2-6h4v4H5V5zm8 16h8v-8h-8v8zm2-6h4v4h-4v-4zM13 3v8h8V3h-8zm6 6h-4V5h4v4z"})]
"GridViewTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/group.cljs
================================================
(ns reagent-mui.icons.group
"Imports @mui/icons-material/Group as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group (create-svg-icon (e "path" #js {"d" "M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"})
"Group"))
================================================
FILE: src/icons/reagent_mui/icons/group_add.cljs
================================================
(ns reagent-mui.icons.group-add
"Imports @mui/icons-material/GroupAdd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-add (create-svg-icon (e "path" #js {"d" "M22 9V7h-2v2h-2v2h2v2h2v-2h2V9zM8 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 1c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm4.51-8.95C13.43 5.11 14 6.49 14 8s-.57 2.89-1.49 3.95C14.47 11.7 16 10.04 16 8s-1.53-3.7-3.49-3.95zm4.02 9.78C17.42 14.66 18 15.7 18 17v3h2v-3c0-1.45-1.59-2.51-3.47-3.17z"})
"GroupAdd"))
================================================
FILE: src/icons/reagent_mui/icons/group_add_outlined.cljs
================================================
(ns reagent-mui.icons.group-add-outlined
"Imports @mui/icons-material/GroupAddOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-add-outlined (create-svg-icon (e "path" #js {"d" "M22 9V7h-2v2h-2v2h2v2h2v-2h2V9zM8 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 7c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H2v-.99C2.2 16.29 5.3 15 8 15s5.8 1.29 6 2v1zM12.51 4.05C13.43 5.11 14 6.49 14 8s-.57 2.89-1.49 3.95C14.47 11.7 16 10.04 16 8s-1.53-3.7-3.49-3.95zm4.02 9.78C17.42 14.66 18 15.7 18 17v3h2v-3c0-1.45-1.59-2.51-3.47-3.17z"})
"GroupAddOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/group_add_rounded.cljs
================================================
(ns reagent-mui.icons.group-add-rounded
"Imports @mui/icons-material/GroupAddRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-add-rounded (create-svg-icon (e "path" #js {"d" "M22 9V8c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1h-1zM8 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 1c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm4.51-8.95C13.43 5.11 14 6.49 14 8s-.57 2.89-1.49 3.95C14.47 11.7 16 10.04 16 8s-1.53-3.7-3.49-3.95zm4.02 9.78C17.42 14.66 18 15.7 18 17v3h2v-3c0-1.45-1.59-2.51-3.47-3.17z"})
"GroupAddRounded"))
================================================
FILE: src/icons/reagent_mui/icons/group_add_sharp.cljs
================================================
(ns reagent-mui.icons.group-add-sharp
"Imports @mui/icons-material/GroupAddSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-add-sharp (create-svg-icon (e "path" #js {"d" "M22 9V7h-2v2h-2v2h2v2h2v-2h2V9zM8 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 1c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm4.51-8.95C13.43 5.11 14 6.49 14 8s-.57 2.89-1.49 3.95C14.47 11.7 16 10.04 16 8s-1.53-3.7-3.49-3.95zm4.02 9.78C17.42 14.66 18 15.7 18 17v3h2v-3c0-1.45-1.59-2.51-3.47-3.17z"})
"GroupAddSharp"))
================================================
FILE: src/icons/reagent_mui/icons/group_add_two_tone.cljs
================================================
(ns reagent-mui.icons.group-add-two-tone
"Imports @mui/icons-material/GroupAddTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-add-two-tone (create-svg-icon [(e "path" #js {"d" "M8 15c-2.7 0-5.8 1.29-6 2.01V18h12v-1c-.2-.71-3.3-2-6-2z", "opacity" ".3"}) (e "circle" #js {"cx" "8", "cy" "8", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M22 9V7h-2v2h-2v2h2v2h2v-2h2V9zM8 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 7c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H2v-.99C2.2 16.29 5.3 15 8 15s5.8 1.29 6 2v1zM12.51 4.05C13.43 5.11 14 6.49 14 8s-.57 2.89-1.49 3.95C14.47 11.7 16 10.04 16 8s-1.53-3.7-3.49-3.95zm4.02 9.78C17.42 14.66 18 15.7 18 17v3h2v-3c0-1.45-1.59-2.51-3.47-3.17z"})]
"GroupAddTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/group_outlined.cljs
================================================
(ns reagent-mui.icons.group-outlined
"Imports @mui/icons-material/GroupOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-outlined (create-svg-icon (e "path" #js {"d" "M9 13.75c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H4.34zM9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5 5.5 6.57 5.5 8.5 7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm7.04 6.81c1.16.84 1.96 1.96 1.96 3.44V19h4v-1.75c0-2.02-3.5-3.17-5.96-3.44zM15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35z"})
"GroupOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/group_remove.cljs
================================================
(ns reagent-mui.icons.group-remove
"Imports @mui/icons-material/GroupRemove as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-remove (create-svg-icon (e "path" #js {"d" "M24 9v2h-6V9h6zM8 4C5.79 4 4 5.79 4 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm4.51-8.95C13.43 5.11 14 6.49 14 8s-.57 2.89-1.49 3.95C14.47 11.7 16 10.04 16 8s-1.53-3.7-3.49-3.95zm4.02 9.78C17.42 14.66 18 15.7 18 17v3h2v-3c0-1.45-1.59-2.51-3.47-3.17z"})
"GroupRemove"))
================================================
FILE: src/icons/reagent_mui/icons/group_remove_outlined.cljs
================================================
(ns reagent-mui.icons.group-remove-outlined
"Imports @mui/icons-material/GroupRemoveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-remove-outlined (create-svg-icon (e "path" #js {"d" "M24 9v2h-6V9h6zM8 4C5.79 4 4 5.79 4 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm0 3c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H2v-.99C2.2 16.29 5.3 15 8 15s5.8 1.29 6 2v1zM12.51 4.05C13.43 5.11 14 6.49 14 8s-.57 2.89-1.49 3.95C14.47 11.7 16 10.04 16 8s-1.53-3.7-3.49-3.95zm4.02 9.78C17.42 14.66 18 15.7 18 17v3h2v-3c0-1.45-1.59-2.51-3.47-3.17z"})
"GroupRemoveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/group_remove_rounded.cljs
================================================
(ns reagent-mui.icons.group-remove-rounded
"Imports @mui/icons-material/GroupRemoveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-remove-rounded (create-svg-icon (e "path" #js {"d" "M18 10c0-.55.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1h-4c-.55 0-1-.45-1-1zM8 4C5.79 4 4 5.79 4 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm4.51-8.95C13.43 5.11 14 6.49 14 8s-.57 2.89-1.49 3.95C14.47 11.7 16 10.04 16 8s-1.53-3.7-3.49-3.95zm4.02 9.78C17.42 14.66 18 15.7 18 17v3h2v-3c0-1.45-1.59-2.51-3.47-3.17z"})
"GroupRemoveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/group_remove_sharp.cljs
================================================
(ns reagent-mui.icons.group-remove-sharp
"Imports @mui/icons-material/GroupRemoveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-remove-sharp (create-svg-icon (e "path" #js {"d" "M24 9v2h-6V9h6zM8 4C5.79 4 4 5.79 4 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm4.51-8.95C13.43 5.11 14 6.49 14 8s-.57 2.89-1.49 3.95C14.47 11.7 16 10.04 16 8s-1.53-3.7-3.49-3.95zm4.02 9.78C17.42 14.66 18 15.7 18 17v3h2v-3c0-1.45-1.59-2.51-3.47-3.17z"})
"GroupRemoveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/group_remove_two_tone.cljs
================================================
(ns reagent-mui.icons.group-remove-two-tone
"Imports @mui/icons-material/GroupRemoveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-remove-two-tone (create-svg-icon [(e "path" #js {"d" "M8 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6 8H2v-.99C2.2 16.29 5.3 15 8 15s5.8 1.29 6 2v1z", "opacity" ".3"}) (e "path" #js {"d" "M24 9v2h-6V9h6zM8 4C5.79 4 4 5.79 4 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm0 3c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H2v-.99C2.2 16.29 5.3 15 8 15s5.8 1.29 6 2v1zM12.51 4.05C13.43 5.11 14 6.49 14 8s-.57 2.89-1.49 3.95C14.47 11.7 16 10.04 16 8s-1.53-3.7-3.49-3.95zm4.02 9.78C17.42 14.66 18 15.7 18 17v3h2v-3c0-1.45-1.59-2.51-3.47-3.17z"})]
"GroupRemoveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/group_rounded.cljs
================================================
(ns reagent-mui.icons.group-rounded
"Imports @mui/icons-material/GroupRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-rounded (create-svg-icon (e "path" #js {"d" "M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05.02.01.03.03.04.04 1.14.83 1.93 1.94 1.93 3.41V18c0 .35-.07.69-.18 1H22c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5z"})
"GroupRounded"))
================================================
FILE: src/icons/reagent_mui/icons/group_sharp.cljs
================================================
(ns reagent-mui.icons.group-sharp
"Imports @mui/icons-material/GroupSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-sharp (create-svg-icon (e "path" #js {"d" "M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"})
"GroupSharp"))
================================================
FILE: src/icons/reagent_mui/icons/group_two_tone.cljs
================================================
(ns reagent-mui.icons.group-two-tone
"Imports @mui/icons-material/GroupTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-two-tone (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "8.5", "r" "1.5", "opacity" ".3"}) (e "path" #js {"d" "M4.34 17h9.32c-.84-.58-2.87-1.25-4.66-1.25s-3.82.67-4.66 1.25z", "opacity" ".3"}) (e "path" #js {"d" "M9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5 5.5 6.57 5.5 8.5 7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm0 6.75c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H4.34zm11.7-3.19c1.16.84 1.96 1.96 1.96 3.44V19h4v-1.75c0-2.02-3.5-3.17-5.96-3.44zM15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35z"})]
"GroupTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/group_work.cljs
================================================
(ns reagent-mui.icons.group-work
"Imports @mui/icons-material/GroupWork as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-work (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8 17.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zM9.5 8c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5S9.5 9.38 9.5 8zm6.5 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})
"GroupWork"))
================================================
FILE: src/icons/reagent_mui/icons/group_work_outlined.cljs
================================================
(ns reagent-mui.icons.group-work-outlined
"Imports @mui/icons-material/GroupWorkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-work-outlined (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}) (e "circle" #js {"cx" "8", "cy" "14", "r" "2"}) (e "circle" #js {"cx" "12", "cy" "8", "r" "2"}) (e "circle" #js {"cx" "16", "cy" "14", "r" "2"})]
"GroupWorkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/group_work_rounded.cljs
================================================
(ns reagent-mui.icons.group-work-rounded
"Imports @mui/icons-material/GroupWorkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-work-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8 17.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zM9.5 8c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5S9.5 9.38 9.5 8zm6.5 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})
"GroupWorkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/group_work_sharp.cljs
================================================
(ns reagent-mui.icons.group-work-sharp
"Imports @mui/icons-material/GroupWorkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-work-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8 17.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zM9.5 8c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5S9.5 9.38 9.5 8zm6.5 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})
"GroupWorkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/group_work_two_tone.cljs
================================================
(ns reagent-mui.icons.group-work-two-tone
"Imports @mui/icons-material/GroupWorkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def group-work-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zM8 16c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm4-6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm4 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}) (e "circle" #js {"cx" "8", "cy" "14", "r" "2"}) (e "circle" #js {"cx" "12", "cy" "8", "r" "2"}) (e "circle" #js {"cx" "16", "cy" "14", "r" "2"})]
"GroupWorkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/groups.cljs
================================================
(ns reagent-mui.icons.groups
"Imports @mui/icons-material/Groups as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def groups (create-svg-icon (e "path" #js {"d" "M12 12.75c1.63 0 3.07.39 4.24.9 1.08.48 1.76 1.56 1.76 2.73V18H6v-1.61c0-1.18.68-2.26 1.76-2.73 1.17-.52 2.61-.91 4.24-.91zM4 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.13 1.1c-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58C.48 14.9 0 15.62 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29zM20 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 3.43c0-.81-.48-1.53-1.22-1.85-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57zM12 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3z"})
"Groups"))
================================================
FILE: src/icons/reagent_mui/icons/groups_2.cljs
================================================
(ns reagent-mui.icons.groups-2
"Imports @mui/icons-material/Groups2 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def groups-2 (create-svg-icon (e "path" #js {"d" "M10.27 12h3.46c.93 0 1.63-.83 1.48-1.75l-.3-1.79C14.67 7.04 13.44 6 12 6S9.33 7.04 9.09 8.47l-.3 1.79c-.15.91.55 1.74 1.48 1.74zm-8.61-.89c-.13.26-.18.57-.1.88.16.69.76 1.03 1.53 1h1.95c.83 0 1.51-.58 1.51-1.29 0-.14-.03-.27-.07-.4-.01-.03-.01-.05.01-.08.09-.16.14-.34.14-.53 0-.31-.14-.6-.36-.82-.03-.03-.03-.06-.02-.1.07-.2.07-.43.01-.65-.16-.43-.55-.72-.99-.74-.03 0-.05-.01-.07-.03-.17-.21-.48-.35-.83-.35-.3 0-.57.1-.75.26-.03.03-.06.03-.09.02-.14-.06-.3-.09-.46-.09-.65 0-1.18.49-1.24 1.12 0 .02-.01.04-.03.06-.29.26-.46.65-.41 1.05.03.22.12.43.25.6.03.02.03.06.02.09zm14.58 2.54c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 14.13 6 15.21 6 16.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74zm-15.02.93C.48 14.9 0 15.62 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58zm21.56 0c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57c0-.81-.48-1.53-1.22-1.85zM22 11v-.5c0-1.1-.9-2-2-2h-2c-.42 0-.65.48-.39.81l.7.63c-.19.31-.31.67-.31 1.06 0 1.1.9 2 2 2s2-.9 2-2z"})
"Groups2"))
================================================
FILE: src/icons/reagent_mui/icons/groups_2_outlined.cljs
================================================
(ns reagent-mui.icons.groups-2-outlined
"Imports @mui/icons-material/Groups2Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def groups-2-outlined (create-svg-icon (e "path" #js {"d" "M10.27 12h3.46c.93 0 1.63-.83 1.48-1.75l-.3-1.79C14.67 7.04 13.44 6 12 6S9.33 7.04 9.09 8.47l-.3 1.79c-.15.91.55 1.74 1.48 1.74zm.79-3.21c.08-.46.47-.79.94-.79s.86.33.94.79l.2 1.21h-2.28l.2-1.21zm-9.4 2.32c-.13.26-.18.57-.1.88.16.69.76 1.03 1.53 1h1.95c.83 0 1.51-.58 1.51-1.29 0-.14-.03-.27-.07-.4-.01-.03-.01-.05.01-.08.09-.16.14-.34.14-.53 0-.31-.14-.6-.36-.82-.03-.03-.03-.06-.02-.1.07-.2.07-.43.01-.65-.16-.43-.55-.72-.99-.74-.03 0-.05-.01-.07-.03-.17-.21-.48-.35-.83-.35-.3 0-.57.1-.75.26-.03.03-.06.03-.09.02-.14-.06-.3-.09-.46-.09-.65 0-1.18.49-1.24 1.12 0 .02-.01.04-.03.06-.29.26-.46.65-.41 1.05.03.22.12.43.25.6.03.02.03.06.02.09zm14.58 2.54c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 14.13 6 15.21 6 16.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74zM8.07 16c.09-.23.27-.42.49-.52 1.1-.49 2.26-.73 3.43-.73 1.18 0 2.33.25 3.43.73.23.1.4.29.49.52H8.07zm-6.85-1.42C.48 14.9 0 15.62 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58zm21.56 0c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57c0-.81-.48-1.53-1.22-1.85zM22 11v-.5c0-1.1-.9-2-2-2h-2c-.42 0-.65.48-.39.81l.7.63c-.19.31-.31.67-.31 1.06 0 1.1.9 2 2 2s2-.9 2-2z"})
"Groups2Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/groups_2_rounded.cljs
================================================
(ns reagent-mui.icons.groups-2-rounded
"Imports @mui/icons-material/Groups2Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def groups-2-rounded (create-svg-icon (e "path" #js {"d" "M10.27 12h3.46c.93 0 1.63-.83 1.48-1.75l-.3-1.79C14.67 7.04 13.44 6 12 6S9.33 7.04 9.09 8.47l-.3 1.79c-.15.91.55 1.74 1.48 1.74zm-8.61-.89c-.13.26-.18.57-.1.88.16.69.76 1.03 1.53 1h1.95c.83 0 1.51-.58 1.51-1.29 0-.14-.03-.27-.07-.4-.01-.03-.01-.05.01-.08.09-.16.14-.34.14-.53 0-.31-.14-.6-.36-.82-.03-.03-.03-.06-.02-.1.07-.2.07-.43.01-.65-.16-.43-.55-.72-.99-.74-.03 0-.05-.01-.07-.03-.17-.21-.48-.35-.83-.35-.3 0-.57.1-.75.26-.03.03-.06.03-.09.02-.14-.06-.3-.09-.46-.09-.65 0-1.18.49-1.24 1.12 0 .02-.01.04-.03.06-.29.26-.46.65-.41 1.05.03.22.12.43.25.6.03.02.03.06.02.09zm14.58 2.54c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 14.13 6 15.21 6 16.39V17c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-.61c0-1.18-.68-2.26-1.76-2.74zm-15.02.93C.48 14.9 0 15.62 0 16.43V17c0 .55.45 1 1 1h3.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58zm21.56 0c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H23c.55 0 1-.45 1-1v-.57c0-.81-.48-1.53-1.22-1.85zM22 11v-.5c0-1.1-.9-2-2-2h-2c-.42 0-.65.48-.39.81l.7.63c-.19.31-.31.67-.31 1.06 0 1.1.9 2 2 2s2-.9 2-2z"})
"Groups2Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/groups_2_sharp.cljs
================================================
(ns reagent-mui.icons.groups-2-sharp
"Imports @mui/icons-material/Groups2Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def groups-2-sharp (create-svg-icon (e "path" #js {"d" "M10.27 12h3.46c.93 0 1.63-.83 1.48-1.75l-.3-1.79C14.67 7.04 13.44 6 12 6S9.33 7.04 9.09 8.47l-.3 1.79c-.15.91.55 1.74 1.48 1.74zm-8.61-.89c-.13.26-.18.57-.1.88.16.69.76 1.03 1.53 1h1.95c.83 0 1.51-.58 1.51-1.29 0-.14-.03-.27-.07-.4-.01-.03-.01-.05.01-.08.09-.16.14-.34.14-.53 0-.31-.14-.6-.36-.82-.03-.03-.03-.06-.02-.1.07-.2.07-.43.01-.65-.16-.43-.55-.72-.99-.74-.03 0-.05-.01-.07-.03-.17-.21-.48-.35-.83-.35-.3 0-.57.1-.75.26-.03.03-.06.03-.09.02-.14-.06-.3-.09-.46-.09-.65 0-1.18.49-1.24 1.12 0 .02-.01.04-.03.06-.29.26-.46.65-.41 1.05.03.22.12.43.25.6.03.02.03.06.02.09zm14.58 2.54c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 14.13 6 15.21 6 16.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74zm-15.02.93C.48 14.9 0 15.62 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58zm21.56 0c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57c0-.81-.48-1.53-1.22-1.85zM22 11v-.5c0-1.1-.9-2-2-2h-2c-.42 0-.65.48-.39.81l.7.63c-.19.31-.31.67-.31 1.06 0 1.1.9 2 2 2s2-.9 2-2z"})
"Groups2Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/groups_2_two_tone.cljs
================================================
(ns reagent-mui.icons.groups-2-two-tone
"Imports @mui/icons-material/Groups2TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def groups-2-two-tone (create-svg-icon [(e "path" #js {"d" "M15.43 15.48c-1.1-.49-2.26-.73-3.43-.73-1.18 0-2.33.25-3.43.73-.23.1-.4.29-.49.52h7.85c-.1-.23-.27-.42-.5-.52zm-2.49-6.69C12.86 8.33 12.47 8 12 8s-.86.33-.94.79l-.2 1.21h2.28l-.2-1.21z", "opacity" ".3"}) (e "path" #js {"d" "M10.27 12h3.46c.93 0 1.63-.83 1.48-1.75l-.3-1.79C14.67 7.04 13.44 6 12 6S9.33 7.04 9.09 8.47l-.3 1.79c-.15.91.55 1.74 1.48 1.74zm.79-3.21c.08-.46.47-.79.94-.79s.86.33.94.79l.2 1.21h-2.28l.2-1.21zm-9.4 2.32c-.13.26-.18.57-.1.88.16.69.76 1.03 1.53 1h1.95c.83 0 1.51-.58 1.51-1.29 0-.14-.03-.27-.07-.4-.01-.03-.01-.05.01-.08.09-.16.14-.34.14-.53 0-.31-.14-.6-.36-.82-.03-.03-.03-.06-.02-.1.07-.2.07-.43.01-.65-.16-.43-.55-.72-.99-.74-.03 0-.05-.01-.07-.03-.17-.21-.48-.35-.83-.35-.3 0-.57.1-.75.26-.03.03-.06.03-.09.02-.14-.06-.3-.09-.46-.09-.65 0-1.18.49-1.24 1.12 0 .02-.01.04-.03.06-.29.26-.46.65-.41 1.05.03.22.12.43.25.6.03.02.03.06.02.09zm14.58 2.54c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 14.13 6 15.21 6 16.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74zM8.07 16c.09-.23.27-.42.49-.52 1.1-.49 2.26-.73 3.43-.73 1.18 0 2.33.25 3.43.73.23.1.4.29.49.52H8.07zm-6.85-1.42C.48 14.9 0 15.62 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58zm21.56 0c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57c0-.81-.48-1.53-1.22-1.85zM22 11v-.5c0-1.1-.9-2-2-2h-2c-.42 0-.65.48-.39.81l.7.63c-.19.31-.31.67-.31 1.06 0 1.1.9 2 2 2s2-.9 2-2z"})]
"Groups2TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/groups_3.cljs
================================================
(ns reagent-mui.icons.groups-3
"Imports @mui/icons-material/Groups3 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def groups-3 (create-svg-icon (e "path" #js {"d" "M16.24 13.65c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 14.13 6 15.21 6 16.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74zm-15.02.93C.48 14.9 0 15.62 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58zm21.56 0c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57c0-.81-.48-1.53-1.22-1.85zM12 12c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zM1.4968 11l2.5031-2.503L6.5031 11l-2.5032 2.5032zM20 9l-2.5 4h5z"})
"Groups3"))
================================================
FILE: src/icons/reagent_mui/icons/groups_3_outlined.cljs
================================================
(ns reagent-mui.icons.groups-3-outlined
"Imports @mui/icons-material/Groups3Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def groups-3-outlined (create-svg-icon (e "path" #js {"d" "M16.24 13.65c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 14.13 6 15.21 6 16.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74zM8.07 16c.09-.23.27-.42.49-.52 1.1-.49 2.26-.73 3.43-.73 1.18 0 2.33.25 3.43.73.23.1.4.29.49.52H8.07zm-6.85-1.42C.48 14.9 0 15.62 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58zm21.56 0c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57c0-.81-.48-1.53-1.22-1.85zM12 12c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM1.4968 11l2.5031-2.503L6.5031 11l-2.5032 2.5032zM20 9l-2.5 4h5z"})
"Groups3Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/groups_3_rounded.cljs
================================================
(ns reagent-mui.icons.groups-3-rounded
"Imports @mui/icons-material/Groups3Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def groups-3-rounded (create-svg-icon (e "path" #js {"d" "M16.24 13.65c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 14.13 6 15.21 6 16.39V17c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-.61c0-1.18-.68-2.26-1.76-2.74zm-15.02.93C.48 14.9 0 15.62 0 16.43V17c0 .55.45 1 1 1h3.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58zm21.56 0c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H23c.55 0 1-.45 1-1v-.57c0-.81-.48-1.53-1.22-1.85zM12 12c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zM1.4968 11l2.5031-2.503L6.5031 11l-2.5032 2.5032zM20 9l-2.5 4h5z"})
"Groups3Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/groups_3_sharp.cljs
================================================
(ns reagent-mui.icons.groups-3-sharp
"Imports @mui/icons-material/Groups3Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def groups-3-sharp (create-svg-icon (e "path" #js {"d" "M16.24 13.65c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 14.13 6 15.21 6 16.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74zm-15.02.93C.48 14.9 0 15.62 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58zm21.56 0c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57c0-.81-.48-1.53-1.22-1.85zM12 12c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zM1.4968 11l2.5031-2.503L6.5031 11l-2.5032 2.5032zM20 9l-2.5 4h5z"})
"Groups3Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/groups_3_two_tone.cljs
================================================
(ns reagent-mui.icons.groups-3-two-tone
"Imports @mui/icons-material/Groups3TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def groups-3-two-tone (create-svg-icon [(e "path" #js {"d" "M15.43 15.48c-1.1-.49-2.26-.73-3.43-.73-1.18 0-2.33.25-3.43.73-.23.1-.4.29-.49.52h7.85c-.1-.23-.27-.42-.5-.52z", "opacity" ".3"}) (e "circle" #js {"cx" "12", "cy" "9", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M16.24 13.65c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 14.13 6 15.21 6 16.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74zM8.07 16c.09-.23.27-.42.49-.52 1.1-.49 2.26-.73 3.43-.73 1.18 0 2.33.25 3.43.73.23.1.4.29.49.52H8.07zm-6.85-1.42C.48 14.9 0 15.62 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58zm21.56 0c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57c0-.81-.48-1.53-1.22-1.85zM12 12c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM1.4968 11l2.5031-2.503L6.5031 11l-2.5032 2.5032zM20 9l-2.5 4h5z"})]
"Groups3TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/groups_outlined.cljs
================================================
(ns reagent-mui.icons.groups-outlined
"Imports @mui/icons-material/GroupsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def groups-outlined (create-svg-icon (e "path" #js {"d" "M4 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.13 1.1c-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58C.48 14.9 0 15.62 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29zM20 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 3.43c0-.81-.48-1.53-1.22-1.85-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57zm-7.76-2.78c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 14.13 6 15.21 6 16.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74zM8.07 16c.09-.23.13-.39.91-.69.97-.38 1.99-.56 3.02-.56s2.05.18 3.02.56c.77.3.81.46.91.69H8.07zM12 8c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m0-2c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"GroupsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/groups_rounded.cljs
================================================
(ns reagent-mui.icons.groups-rounded
"Imports @mui/icons-material/GroupsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def groups-rounded (create-svg-icon (e "path" #js {"d" "M12 12.75c1.63 0 3.07.39 4.24.9 1.08.48 1.76 1.56 1.76 2.73V17c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-.61c0-1.18.68-2.26 1.76-2.73 1.17-.52 2.61-.91 4.24-.91zM4 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.13 1.1c-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58C.48 14.9 0 15.62 0 16.43V17c0 .55.45 1 1 1h3.5v-1.61c0-.83.23-1.61.63-2.29zM20 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 3.43c0-.81-.48-1.53-1.22-1.85-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H23c.55 0 1-.45 1-1v-.57zM12 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3z"})
"GroupsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/groups_sharp.cljs
================================================
(ns reagent-mui.icons.groups-sharp
"Imports @mui/icons-material/GroupsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def groups-sharp (create-svg-icon (e "path" #js {"d" "M12 12.75c1.63 0 3.07.39 4.24.9 1.08.48 1.76 1.56 1.76 2.73V18H6v-1.61c0-1.18.68-2.26 1.76-2.73 1.17-.52 2.61-.91 4.24-.91zM4 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.13 1.1c-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58C.48 14.9 0 15.62 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29zM20 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 3.43c0-.81-.48-1.53-1.22-1.85-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57zM12 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3z"})
"GroupsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/groups_two_tone.cljs
================================================
(ns reagent-mui.icons.groups-two-tone
"Imports @mui/icons-material/GroupsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def groups-two-tone (create-svg-icon [(e "path" #js {"d" "M8.07 16c.09-.23.13-.39.91-.69.97-.38 1.99-.56 3.02-.56s2.05.18 3.02.56c.77.3.81.46.91.69H8.07zM12 8c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1", "opacity" ".3"}) (e "path" #js {"d" "M4 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.13 1.1c-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58C.48 14.9 0 15.62 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29zM20 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 3.43c0-.81-.48-1.53-1.22-1.85-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57zm-7.76-2.78c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 14.13 6 15.21 6 16.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74zM8.07 16c.09-.23.13-.39.91-.69.97-.38 1.99-.56 3.02-.56s2.05.18 3.02.56c.77.3.81.46.91.69H8.07zM12 8c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m0-2c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})]
"GroupsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/h_mobiledata.cljs
================================================
(ns reagent-mui.icons.h-mobiledata
"Imports @mui/icons-material/HMobiledata as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def h-mobiledata (create-svg-icon (e "path" #js {"d" "M15 11H9V7H7v10h2v-4h6v4h2V7h-2v4z"})
"HMobiledata"))
================================================
FILE: src/icons/reagent_mui/icons/h_mobiledata_outlined.cljs
================================================
(ns reagent-mui.icons.h-mobiledata-outlined
"Imports @mui/icons-material/HMobiledataOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def h-mobiledata-outlined (create-svg-icon (e "path" #js {"d" "M15 11H9V7H7v10h2v-4h6v4h2V7h-2v4z"})
"HMobiledataOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/h_mobiledata_rounded.cljs
================================================
(ns reagent-mui.icons.h-mobiledata-rounded
"Imports @mui/icons-material/HMobiledataRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def h-mobiledata-rounded (create-svg-icon (e "path" #js {"d" "M15 11H9V8c0-.55-.45-1-1-1s-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1v-3h6v3c0 .55.45 1 1 1s1-.45 1-1V8c0-.55-.45-1-1-1s-1 .45-1 1v3z"})
"HMobiledataRounded"))
================================================
FILE: src/icons/reagent_mui/icons/h_mobiledata_sharp.cljs
================================================
(ns reagent-mui.icons.h-mobiledata-sharp
"Imports @mui/icons-material/HMobiledataSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def h-mobiledata-sharp (create-svg-icon (e "path" #js {"d" "M15 11H9V7H7v10h2v-4h6v4h2V7h-2v4z"})
"HMobiledataSharp"))
================================================
FILE: src/icons/reagent_mui/icons/h_mobiledata_two_tone.cljs
================================================
(ns reagent-mui.icons.h-mobiledata-two-tone
"Imports @mui/icons-material/HMobiledataTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def h-mobiledata-two-tone (create-svg-icon (e "path" #js {"d" "M15 11H9V7H7v10h2v-4h6v4h2V7h-2v4z"})
"HMobiledataTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/h_plus_mobiledata.cljs
================================================
(ns reagent-mui.icons.h-plus-mobiledata
"Imports @mui/icons-material/HPlusMobiledata as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def h-plus-mobiledata (create-svg-icon (e "path" #js {"d" "M12 11H6V7H4v10h2v-4h6v4h2V7h-2v4zm10 0h-2V9h-2v2h-2v2h2v2h2v-2h2v-2z"})
"HPlusMobiledata"))
================================================
FILE: src/icons/reagent_mui/icons/h_plus_mobiledata_outlined.cljs
================================================
(ns reagent-mui.icons.h-plus-mobiledata-outlined
"Imports @mui/icons-material/HPlusMobiledataOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def h-plus-mobiledata-outlined (create-svg-icon (e "path" #js {"d" "M12 11H6V7H4v10h2v-4h6v4h2V7h-2v4zm10 0h-2V9h-2v2h-2v2h2v2h2v-2h2v-2z"})
"HPlusMobiledataOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/h_plus_mobiledata_rounded.cljs
================================================
(ns reagent-mui.icons.h-plus-mobiledata-rounded
"Imports @mui/icons-material/HPlusMobiledataRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def h-plus-mobiledata-rounded (create-svg-icon (e "path" #js {"d" "M12 11H6V8c0-.55-.45-1-1-1s-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1v-3h6v3c0 .55.45 1 1 1s1-.45 1-1V8c0-.55-.45-1-1-1s-1 .45-1 1v3zm9 0h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1z"})
"HPlusMobiledataRounded"))
================================================
FILE: src/icons/reagent_mui/icons/h_plus_mobiledata_sharp.cljs
================================================
(ns reagent-mui.icons.h-plus-mobiledata-sharp
"Imports @mui/icons-material/HPlusMobiledataSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def h-plus-mobiledata-sharp (create-svg-icon (e "path" #js {"d" "M12 11H6V7H4v10h2v-4h6v4h2V7h-2v4zm10 0h-2V9h-2v2h-2v2h2v2h2v-2h2v-2z"})
"HPlusMobiledataSharp"))
================================================
FILE: src/icons/reagent_mui/icons/h_plus_mobiledata_two_tone.cljs
================================================
(ns reagent-mui.icons.h-plus-mobiledata-two-tone
"Imports @mui/icons-material/HPlusMobiledataTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def h-plus-mobiledata-two-tone (create-svg-icon (e "path" #js {"d" "M12 11H6V7H4v10h2v-4h6v4h2V7h-2v4zm10 0h-2V9h-2v2h-2v2h2v2h2v-2h2v-2z"})
"HPlusMobiledataTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hail.cljs
================================================
(ns reagent-mui.icons.hail
"Imports @mui/icons-material/Hail as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hail (create-svg-icon (e "path" #js {"d" "M12 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5-4h2v.4c-.1 2.2-.8 3.9-2.3 5.1-.5.4-1.1.7-1.7.9V22h-2v-6h-2v6H9V10.1c-.3.1-.5.2-.6.3-.9.7-1.39 1.6-1.4 3.1v.5H5v-.5c0-2 .71-3.59 2.11-4.79C8.21 7.81 10 7 12 7s2.68-.46 3.48-1.06C16.48 5.14 17 4 17 2.5V2zM4 16h3v6H4v-6z"})
"Hail"))
================================================
FILE: src/icons/reagent_mui/icons/hail_outlined.cljs
================================================
(ns reagent-mui.icons.hail-outlined
"Imports @mui/icons-material/HailOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hail-outlined (create-svg-icon (e "path" #js {"d" "M12 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5-4h2c0 2.7-.93 4.41-2.3 5.5-.5.4-1.1.7-1.7.9V22h-2v-6h-2v6H9V10.1c-.3.1-.5.2-.6.3-.53.41-1.4 1.03-1.4 3.6H5c0-2.06.35-3.78 2.11-5.29C8.21 7.81 10 7 12 7s2.68-.46 3.48-1.06C15.96 5.55 17 4.76 17 2zM4 16h3v6H4v-6z"})
"HailOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hail_rounded.cljs
================================================
(ns reagent-mui.icons.hail-rounded
"Imports @mui/icons-material/HailRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hail-rounded (create-svg-icon (e "path" #js {"d" "M12 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5.95-4c.59 0 1.06.51 1 1.09-.02.15-.21 4.06-3.95 5.31V21c0 .55-.45 1-1 1s-1-.45-1-1v-5h-2v5c0 .55-.45 1-1 1s-1-.45-1-1V10.1c-.3.1-.5.2-.6.3-.46.36-1.17.87-1.36 2.67-.05.52-.47.93-1 .93-.58 0-1.05-.49-1-1.07.13-1.6.62-2.98 2.07-4.22C8.21 7.81 10 7 12 7s2.68-.46 3.48-1.06c.43-.34 1.28-.99 1.48-3.02.05-.52.47-.92.99-.92zM5 16h1c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1z"})
"HailRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hail_sharp.cljs
================================================
(ns reagent-mui.icons.hail-sharp
"Imports @mui/icons-material/HailSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hail-sharp (create-svg-icon (e "path" #js {"d" "M12 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5-4h2c0 2.7-.93 4.41-2.3 5.5-.5.4-1.1.7-1.7.9V22h-2v-6h-2v6H9V10.1c-.3.1-.5.2-.6.3-.53.41-1.4 1.03-1.4 3.6H5c0-2.06.35-3.78 2.11-5.29C8.21 7.81 10 7 12 7s2.68-.46 3.48-1.06C15.96 5.55 17 4.76 17 2zM4 16h3v6H4v-6z"})
"HailSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hail_two_tone.cljs
================================================
(ns reagent-mui.icons.hail-two-tone
"Imports @mui/icons-material/HailTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hail-two-tone (create-svg-icon (e "path" #js {"d" "M12 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5-4h2c0 2.7-.93 4.41-2.3 5.5-.5.4-1.1.7-1.7.9V22h-2v-6h-2v6H9V10.1c-.3.1-.5.2-.6.3-.53.41-1.4 1.03-1.4 3.6H5c0-2.06.35-3.78 2.11-5.29C8.21 7.81 10 7 12 7s2.68-.46 3.48-1.06C15.96 5.55 17 4.76 17 2zM4 16h3v6H4v-6z"})
"HailTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/handshake.cljs
================================================
(ns reagent-mui.icons.handshake
"Imports @mui/icons-material/Handshake as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def handshake (create-svg-icon (e "path" #js {"d" "M16.48 10.41c-.39.39-1.04.39-1.43 0l-4.47-4.46-7.05 7.04-.66-.63c-1.17-1.17-1.17-3.07 0-4.24l4.24-4.24c1.17-1.17 3.07-1.17 4.24 0L16.48 9c.39.39.39 1.02 0 1.41zm.7-2.12c.78.78.78 2.05 0 2.83-1.27 1.27-2.61.22-2.83 0l-3.76-3.76-5.57 5.57c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.42 0l4.62-4.62.71.71-4.62 4.62c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.42 0l4.62-4.62.71.71-4.62 4.62c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.62-4.62.71.71-4.62 4.62c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l8.32-8.34c1.17-1.17 1.17-3.07 0-4.24l-4.24-4.24c-1.15-1.15-3.01-1.17-4.18-.06l4.47 4.47z"})
"Handshake"))
================================================
FILE: src/icons/reagent_mui/icons/handshake_outlined.cljs
================================================
(ns reagent-mui.icons.handshake-outlined
"Imports @mui/icons-material/HandshakeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def handshake-outlined (create-svg-icon (e "path" #js {"d" "M12.22 19.85c-.18.18-.5.21-.71 0-.18-.18-.21-.5 0-.71l3.39-3.39-1.41-1.41-3.39 3.39c-.19.2-.51.19-.71 0-.21-.21-.18-.53 0-.71l3.39-3.39-1.41-1.41-3.39 3.39c-.18.18-.5.21-.71 0-.19-.19-.19-.51 0-.71l3.39-3.39-1.42-1.41-3.39 3.39c-.18.18-.5.21-.71 0-.19-.2-.19-.51 0-.71L9.52 8.4l1.87 1.86c.95.95 2.59.94 3.54 0 .98-.98.98-2.56 0-3.54l-1.86-1.86.28-.28c.78-.78 2.05-.78 2.83 0l4.24 4.24c.78.78.78 2.05 0 2.83l-8.2 8.2zm9.61-6.78c1.56-1.56 1.56-4.09 0-5.66l-4.24-4.24c-1.56-1.56-4.09-1.56-5.66 0l-.28.28-.28-.28c-1.56-1.56-4.09-1.56-5.66 0L2.17 6.71C.75 8.13.62 10.34 1.77 11.9l1.45-1.45c-.39-.75-.26-1.7.37-2.33l3.54-3.54c.78-.78 2.05-.78 2.83 0l3.56 3.56c.18.18.21.5 0 .71-.21.21-.53.18-.71 0L9.52 5.57l-5.8 5.79c-.98.97-.98 2.56 0 3.54.39.39.89.63 1.42.7.07.52.3 1.02.7 1.42.4.4.9.63 1.42.7.07.52.3 1.02.7 1.42.4.4.9.63 1.42.7.07.54.31 1.03.7 1.42.47.47 1.1.73 1.77.73.67 0 1.3-.26 1.77-.73l8.21-8.19z"})
"HandshakeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/handshake_rounded.cljs
================================================
(ns reagent-mui.icons.handshake-rounded
"Imports @mui/icons-material/HandshakeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def handshake-rounded (create-svg-icon (e "path" #js {"d" "M16.48 10.41c-.39.39-1.04.39-1.43 0l-4.47-4.46-7.05 7.04-.66-.63c-1.17-1.17-1.17-3.07 0-4.24l4.24-4.24c1.17-1.17 3.07-1.17 4.24 0L16.48 9c.39.39.39 1.02 0 1.41zm.7-2.12c.78.78.78 2.05 0 2.83-1.27 1.27-2.61.22-2.83 0l-3.76-3.76-5.57 5.57c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.42 0l4.62-4.62.71.71-4.62 4.62c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.42 0l4.62-4.62.71.71-4.62 4.62c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.62-4.62.71.71-4.62 4.62c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l8.32-8.34c1.17-1.17 1.17-3.07 0-4.24l-4.24-4.24c-1.15-1.15-3.01-1.17-4.18-.06l4.47 4.47z"})
"HandshakeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/handshake_sharp.cljs
================================================
(ns reagent-mui.icons.handshake-sharp
"Imports @mui/icons-material/HandshakeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def handshake-sharp (create-svg-icon (e "path" #js {"d" "m10.59 5.95-7.05 7.04L.7 10.3l8.55-8.55L17.2 9.7l-1.42 1.42-5.19-5.17zm12.65 4.29-8.49-8.49-2.06 2.06 5.9 5.88-2.83 2.83-5.17-5.17-6.27 6.27 1.42 1.41 5.32-5.32.71.71-5.32 5.32 1.42 1.41 5.32-5.32.71.71-5.32 5.32 1.41 1.41 5.32-5.32.71.71L10.68 20l1.41 1.41 11.15-11.17z"})
"HandshakeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/handshake_two_tone.cljs
================================================
(ns reagent-mui.icons.handshake-two-tone
"Imports @mui/icons-material/HandshakeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def handshake-two-tone (create-svg-icon [(e "path" #js {"d" "M12.22 19.85c-.18.18-.5.21-.71 0-.18-.18-.21-.5 0-.71l3.39-3.39-1.41-1.41-3.39 3.39c-.19.2-.51.19-.71 0-.21-.21-.18-.53 0-.71l3.39-3.39-1.41-1.41-3.39 3.39c-.18.18-.5.21-.71 0-.19-.19-.19-.51 0-.71l3.39-3.39-1.42-1.41-3.39 3.39c-.18.18-.5.21-.71 0-.19-.2-.19-.51 0-.71L9.52 8.4l1.87 1.86c.95.95 2.59.94 3.54 0 .98-.98.98-2.56 0-3.54l-1.86-1.86.28-.28c.78-.78 2.05-.78 2.83 0l4.24 4.24c.78.78.78 2.05 0 2.83l-8.2 8.2z", "opacity" ".3"}) (e "path" #js {"d" "M12.22 19.85c-.18.18-.5.21-.71 0-.18-.18-.21-.5 0-.71l3.39-3.39-1.41-1.41-3.39 3.39c-.19.2-.51.19-.71 0-.21-.21-.18-.53 0-.71l3.39-3.39-1.41-1.41-3.39 3.39c-.18.18-.5.21-.71 0-.19-.19-.19-.51 0-.71l3.39-3.39-1.42-1.41-3.39 3.39c-.18.18-.5.21-.71 0-.19-.2-.19-.51 0-.71L9.52 8.4l1.87 1.86c.95.95 2.59.94 3.54 0 .98-.98.98-2.56 0-3.54l-1.86-1.86.28-.28c.78-.78 2.05-.78 2.83 0l4.24 4.24c.78.78.78 2.05 0 2.83l-8.2 8.2zm9.61-6.78c1.56-1.56 1.56-4.09 0-5.66l-4.24-4.24c-1.56-1.56-4.09-1.56-5.66 0l-.28.28-.28-.28c-1.56-1.56-4.09-1.56-5.66 0L2.17 6.71C.75 8.13.62 10.34 1.77 11.9l1.45-1.45c-.39-.75-.26-1.7.37-2.33l3.54-3.54c.78-.78 2.05-.78 2.83 0l3.56 3.56c.18.18.21.5 0 .71-.21.21-.53.18-.71 0L9.52 5.57l-5.8 5.79c-.98.97-.98 2.56 0 3.54.39.39.89.63 1.42.7.07.52.3 1.02.7 1.42.4.4.9.63 1.42.7.07.52.3 1.02.7 1.42.4.4.9.63 1.42.7.07.54.31 1.03.7 1.42.47.47 1.1.73 1.77.73.67 0 1.3-.26 1.77-.73l8.21-8.19z"})]
"HandshakeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/handyman.cljs
================================================
(ns reagent-mui.icons.handyman
"Imports @mui/icons-material/Handyman as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def handyman (create-svg-icon [(e "path" #js {"d" "m21.67 18.17-5.3-5.3h-.99l-2.54 2.54v.99l5.3 5.3c.39.39 1.02.39 1.41 0l2.12-2.12c.39-.38.39-1.02 0-1.41z"}) (e "path" #js {"d" "m17.34 10.19 1.41-1.41 2.12 2.12c1.17-1.17 1.17-3.07 0-4.24l-3.54-3.54-1.41 1.41V1.71l-.7-.71-3.54 3.54.71.71h2.83l-1.41 1.41 1.06 1.06-2.89 2.89-4.13-4.13V5.06L4.83 2.04 2 4.87 5.03 7.9h1.41l4.13 4.13-.85.85H7.6l-5.3 5.3c-.39.39-.39 1.02 0 1.41l2.12 2.12c.39.39 1.02.39 1.41 0l5.3-5.3v-2.12l5.15-5.15 1.06 1.05z"})]
"Handyman"))
================================================
FILE: src/icons/reagent_mui/icons/handyman_outlined.cljs
================================================
(ns reagent-mui.icons.handyman-outlined
"Imports @mui/icons-material/HandymanOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def handyman-outlined (create-svg-icon [(e "path" #js {"d" "m21.67 18.17-5.3-5.3h-.99l-2.54 2.54v.99l5.3 5.3c.39.39 1.02.39 1.41 0l2.12-2.12c.39-.38.39-1.02 0-1.41zm-2.83 1.42-4.24-4.24.71-.71 4.24 4.24-.71.71z"}) (e "path" #js {"d" "m17.34 10.19 1.41-1.41 2.12 2.12c1.17-1.17 1.17-3.07 0-4.24l-3.54-3.54-1.41 1.41V1.71l-.7-.71-3.54 3.54.71.71h2.83l-1.41 1.41 1.06 1.06-2.89 2.89-4.13-4.13V5.06L4.83 2.04 2 4.87 5.03 7.9h1.41l4.13 4.13-.85.85H7.6l-5.3 5.3c-.39.39-.39 1.02 0 1.41l2.12 2.12c.39.39 1.02.39 1.41 0l5.3-5.3v-2.12l5.15-5.15 1.06 1.05zm-7.98 5.15-4.24 4.24-.71-.71 4.24-4.24.71.71z"})]
"HandymanOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/handyman_rounded.cljs
================================================
(ns reagent-mui.icons.handyman-rounded
"Imports @mui/icons-material/HandymanRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def handyman-rounded (create-svg-icon [(e "path" #js {"d" "m21.67 18.17-4.72-4.72c-.48-.48-.99-.59-1.58-.59l-2.54 2.54c0 .59.11 1.11.59 1.58l4.72 4.72c.39.39 1.02.39 1.41 0l2.12-2.12c.39-.38.39-1.02 0-1.41z"}) (e "path" #js {"d" "M16.63 9.49c.39.39 1.02.39 1.41 0l.71-.71 2.12 2.12c1.17-1.17 1.17-3.07 0-4.24l-2.83-2.83a.9959.9959 0 0 0-1.41 0l-.71.71V2c0-.62-.76-.95-1.21-.5l-2.54 2.54c-.45.45-.12 1.21.5 1.21h2.54l-.71.71c-.39.39-.39 1.02 0 1.41l.35.35-2.89 2.89-4.11-4.13v-1c0-.27-.11-.52-.29-.71L5.54 2.74a.9959.9959 0 0 0-1.41 0L2.71 4.16c-.39.39-.39 1.02 0 1.41L4.73 7.6c.19.19.44.29.71.29h1l4.13 4.13-.85.85h-1.3c-.53 0-1.04.21-1.41.59l-4.72 4.72c-.39.39-.39 1.02 0 1.41l2.12 2.12c.39.39 1.02.39 1.41 0l4.72-4.72c.38-.38.59-.88.59-1.41v-1.29l5.15-5.15.35.35z"})]
"HandymanRounded"))
================================================
FILE: src/icons/reagent_mui/icons/handyman_sharp.cljs
================================================
(ns reagent-mui.icons.handyman-sharp
"Imports @mui/icons-material/HandymanSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def handyman-sharp (create-svg-icon [(e "path" #js {"d" "M16.37 12.87h-.99l-2.54 2.54v.99l6.01 6.01 3.54-3.54-6.02-6z"}) (e "path" #js {"d" "m17.34 10.19 1.41-1.41 2.12 2.12c1.17-1.17 1.17-3.07 0-4.24l-3.54-3.54-1.41 1.41V1.71l-.7-.71-3.54 3.54.71.71h2.83l-1.41 1.41 1.06 1.06-2.89 2.89-4.13-4.13V5.06L4.83 2.04 2 4.87 5.03 7.9h1.41l4.13 4.13-.85.85H7.6l-6.01 6.01 3.54 3.54 6.01-6.01V14.3l5.15-5.15 1.05 1.04z"})]
"HandymanSharp"))
================================================
FILE: src/icons/reagent_mui/icons/handyman_two_tone.cljs
================================================
(ns reagent-mui.icons.handyman-two-tone
"Imports @mui/icons-material/HandymanTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def handyman-two-tone (create-svg-icon [(e "path" #js {"d" "m8.66 14.64-4.25 4.24.71.71 4.24-4.25-.7-.7zm5.9356.7054.7071-.7072 4.2426 4.2427-.707.7071z", "opacity" ".3"}) (e "path" #js {"d" "m21.67 18.17-5.3-5.3h-.99l-2.54 2.54v.99l5.3 5.3c.39.39 1.02.39 1.41 0l2.12-2.12c.39-.38.39-1.02 0-1.41zm-2.83 1.42-4.24-4.24.71-.71 4.24 4.24-.71.71z"}) (e "path" #js {"d" "m17.34 10.19 1.41-1.41 2.12 2.12c1.17-1.17 1.17-3.07 0-4.24l-3.54-3.54-1.41 1.41V1.71l-.7-.71-3.54 3.54.71.71h2.83l-1.41 1.41 1.06 1.06-2.89 2.89-4.13-4.13V5.06L4.83 2.04 2 4.87 5.03 7.9h1.41l4.13 4.13-.85.85H7.6l-5.3 5.3c-.39.39-.39 1.02 0 1.41l2.12 2.12c.39.39 1.02.39 1.41 0l5.3-5.3v-2.12l5.15-5.15 1.06 1.05zm-7.98 5.15-4.24 4.24-.71-.71 4.24-4.24.71.71z"})]
"HandymanTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hardware.cljs
================================================
(ns reagent-mui.icons.hardware
"Imports @mui/icons-material/Hardware as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hardware (create-svg-icon (e "path" #js {"d" "m18 3-3 3V3H9C6.24 3 4 5.24 4 8h5v3h6V8l3 3h2V3h-2zM9 13v7c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-7H9z"})
"Hardware"))
================================================
FILE: src/icons/reagent_mui/icons/hardware_outlined.cljs
================================================
(ns reagent-mui.icons.hardware-outlined
"Imports @mui/icons-material/HardwareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hardware-outlined (create-svg-icon (e "path" #js {"d" "m18 3-3 3V3H9C6.24 3 4 5.24 4 8h5v12c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8l3 3h2V3h-2zm-5 16h-2v-6h2v6zm-2-8V6H6.77C7.32 5.39 8.11 5 9 5h4v6h-2z"})
"HardwareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hardware_rounded.cljs
================================================
(ns reagent-mui.icons.hardware-rounded
"Imports @mui/icons-material/HardwareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hardware-rounded (create-svg-icon (e "path" #js {"d" "M17.59 3.41 15 6V5c0-1.1-.9-2-2-2H9C6.24 3 4 5.24 4 8h5v3h6V8l2.59 2.59c.26.26.62.41 1 .41h.01c.77 0 1.4-.63 1.4-1.41V4.41C20 3.63 19.37 3 18.59 3h-.01c-.37 0-.73.15-.99.41zM9 13v7c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-7H9z"})
"HardwareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hardware_sharp.cljs
================================================
(ns reagent-mui.icons.hardware-sharp
"Imports @mui/icons-material/HardwareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hardware-sharp (create-svg-icon (e "path" #js {"d" "m18 3-3 3V3H9C6.24 3 4 5.24 4 8h5v3h6V8l3 3h2V3h-2zM9 13v8h6v-8H9z"})
"HardwareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hardware_two_tone.cljs
================================================
(ns reagent-mui.icons.hardware-two-tone
"Imports @mui/icons-material/HardwareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hardware-two-tone (create-svg-icon [(e "path" #js {"d" "M6.77 6H11v5h2V5H9c-.89 0-1.68.39-2.23 1zM11 13h2v6h-2z", "opacity" ".3"}) (e "path" #js {"d" "m18 3-3 3V3H9C6.24 3 4 5.24 4 8h5v12c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8l3 3h2V3h-2zm-5 16h-2v-6h2v6zm0-8h-2V6H6.77C7.32 5.39 8.11 5 9 5h4v6z"})]
"HardwareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hd.cljs
================================================
(ns reagent-mui.icons.hd
"Imports @mui/icons-material/Hd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hd (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 12H9.5v-2h-2v2H6V9h1.5v2.5h2V9H11v6zm2-6h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-4V9zm1.5 4.5h2v-3h-2v3z"})
"Hd"))
================================================
FILE: src/icons/reagent_mui/icons/hd_outlined.cljs
================================================
(ns reagent-mui.icons.hd-outlined
"Imports @mui/icons-material/HdOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hd-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7.5 13h2v2H11V9H9.5v2.5h-2V9H6v6h1.5zM18 14v-4c0-.55-.45-1-1-1h-4v6h4c.55 0 1-.45 1-1zm-1.5-.5h-2v-3h2v3z"})
"HdOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hd_rounded.cljs
================================================
(ns reagent-mui.icons.hd-rounded
"Imports @mui/icons-material/HdRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hd-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.75 12c-.41 0-.75-.34-.75-.75V13h-2v1.25c0 .41-.34.75-.75.75S6 14.66 6 14.25v-4.5c0-.41.34-.75.75-.75s.75.34.75.75v1.75h2V9.75c0-.41.34-.75.75-.75s.75.34.75.75v4.5c0 .41-.34.75-.75.75zm3.25-6H17c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-3.5c-.28 0-.5-.22-.5-.5v-5c0-.28.22-.5.5-.5zm1 4.5h2v-3h-2v3z"})
"HdRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hd_sharp.cljs
================================================
(ns reagent-mui.icons.hd-sharp
"Imports @mui/icons-material/HdSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hd-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM11 15H9.5v-2h-2v2H6V9h1.5v2.5h2V9H11v6zm2-6h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-4V9zm1.5 4.5h2v-3h-2v3z"})
"HdSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hd_two_tone.cljs
================================================
(ns reagent-mui.icons.hd-two-tone
"Imports @mui/icons-material/HdTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hd-two-tone (create-svg-icon [(e "path" #js {"d" "M14.5 10.5h2v3h-2zM19 5H5v14h14V5zm-8 10H9.5v-2h-2v2H6V9h1.5v2.5h2V9H11v6zm7-1c0 .55-.45 1-1 1h-4V9h4c.55 0 1 .45 1 1v4z", "opacity" ".3"}) (e "path" #js {"d" "M5 21h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2zM5 5h14v14H5V5zm4.5 6.5h-2V9H6v6h1.5v-2h2v2H11V9H9.5zM17 9h-4v6h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-.5 4.5h-2v-3h2v3z"})]
"HdTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_auto.cljs
================================================
(ns reagent-mui.icons.hdr-auto
"Imports @mui/icons-material/HdrAuto as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-auto (create-svg-icon [(e "path" #js {"d" "M12.04 8.04h-.09l-1.6 4.55h3.29z"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm3.21 15-.98-2.81H9.78l-1 2.81h-1.9l4.13-11h1.97l4.13 11h-1.9z"})]
"HdrAuto"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_auto_outlined.cljs
================================================
(ns reagent-mui.icons.hdr-auto-outlined
"Imports @mui/icons-material/HdrAutoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-auto-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-.99-14L6.88 17h1.9l1-2.81h4.44l.99 2.81h1.9L12.98 6h-1.97zm-.66 6.59 1.6-4.55h.09l1.6 4.55h-3.29z"})
"HdrAutoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_auto_rounded.cljs
================================================
(ns reagent-mui.icons.hdr-auto-rounded
"Imports @mui/icons-material/HdrAutoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-auto-rounded (create-svg-icon [(e "path" #js {"d" "M12.04 8.04h-.09l-1.6 4.55h3.29z"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm3 14.41-.78-2.22H9.78l-.79 2.22c-.12.35-.46.59-.83.59-.62 0-1.05-.62-.83-1.2l3.34-8.88C10.88 6.37 11.4 6 12 6c.59 0 1.12.37 1.33.92l3.34 8.88c.22.58-.21 1.2-.83 1.2-.38 0-.72-.24-.84-.59z"})]
"HdrAutoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_auto_select.cljs
================================================
(ns reagent-mui.icons.hdr-auto-select
"Imports @mui/icons-material/HdrAutoSelect as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-auto-select (create-svg-icon [(e "path" #js {"d" "M10 16H6.5v6H10c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5H8v-3h2v3zm6.5-4.5H13v6h1.5v-2h1.1l.9 2H18l-.9-2.1c.5-.3.9-.8.9-1.4v-1c0-.8-.7-1.5-1.5-1.5zm0 2.5h-2v-1h2v1zm-13-.5h-2v-2H0v6h1.5v-2.5h2V22H5v-6H3.5zm18.5.5v-2h-1.5v2h-2V20h2v2H22v-2h2v-1.5zM11.97 5.3l-1.02 2.89h2.1L12.03 5.3z"}) (e "path" #js {"d" "M12 2C8.69 2 6 4.69 6 8s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm2.04 9-.63-1.79h-2.83L9.96 11H8.74l2.63-7h1.25l2.63 7h-1.21z"})]
"HdrAutoSelect"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_auto_select_outlined.cljs
================================================
(ns reagent-mui.icons.hdr-auto-select-outlined
"Imports @mui/icons-material/HdrAutoSelectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-auto-select-outlined (create-svg-icon [(e "path" #js {"d" "M10 16H6.5v6H10c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5H8v-3h2v3zM3.5 18h-2v-2H0v6h1.5v-2.5h2V22H5v-6H3.5zm18.5.5v-2h-1.5v2h-2V20h2v2H22v-2h2v-1.5zM16.5 16H13v6h1.5v-2h1.1l.9 2H18l-.9-2.1c.5-.3.9-.8.9-1.4v-1c0-.8-.7-1.5-1.5-1.5zm0 2.5h-2v-1h2v1zM11.97 5.3l-1.02 2.89h2.1L12.03 5.3z"}) (e "path" #js {"d" "M12 2C8.69 2 6 4.69 6 8s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm2.04 9-.63-1.79h-2.83L9.96 11H8.74l2.63-7h1.25l2.63 7h-1.21z"})]
"HdrAutoSelectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_auto_select_rounded.cljs
================================================
(ns reagent-mui.icons.hdr-auto-select-rounded
"Imports @mui/icons-material/HdrAutoSelectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-auto-select-rounded (create-svg-icon [(e "path" #js {"d" "M10 16H7.25c-.41 0-.75.34-.75.75v4.5c0 .41.34.75.75.75H10c.83 0 1.5-.67 1.5-1.5v-3c0-.83-.67-1.5-1.5-1.5zm0 4.5H8v-3h2v3zM4.25 16c-.41 0-.75.34-.75.75V18h-2v-1.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v4.5c0 .41.34.75.75.75s.75-.34.75-.75V19.5h2v1.75c0 .41.34.75.75.75s.75-.34.75-.75v-4.5c0-.41-.34-.75-.75-.75zm19 2.5H22v-1.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.25h-1.25c-.41 0-.75.34-.75.75s.34.75.75.75h1.25v1.25c0 .41.34.75.75.75s.75-.34.75-.75V20h1.25c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zM16.5 16h-2.75c-.41 0-.75.34-.75.75v4.56c0 .38.31.69.69.69h.11c.38 0 .69-.31.69-.69V20h1.1l.72 1.59c.11.25.36.41.63.41.5 0 .83-.51.64-.97l-.48-1.13c.5-.3.9-.8.9-1.4v-1c0-.83-.67-1.5-1.5-1.5zm0 2.5h-2v-1h2v1zM11.97 5.3l-1.02 2.89h2.1L12.03 5.3z"}) (e "path" #js {"d" "M12 2C8.69 2 6 4.69 6 8s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm2.44 9c-.24 0-.45-.15-.53-.38l-.49-1.41h-2.83l-.5 1.41c-.08.23-.29.38-.53.38-.39 0-.67-.39-.53-.76l2.12-5.65c.14-.36.47-.59.85-.59s.71.23.85.59l2.12 5.65c.14.37-.13.76-.53.76z"})]
"HdrAutoSelectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_auto_select_sharp.cljs
================================================
(ns reagent-mui.icons.hdr-auto-select-sharp
"Imports @mui/icons-material/HdrAutoSelectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-auto-select-sharp (create-svg-icon [(e "path" #js {"d" "M3.5 18h-2v-2H0v6h1.5v-2.5h2V22H5v-6H3.5zm6.5-2H6.5v6H10c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5H8v-3h2v3zm12-2v-2h-1.5v2h-2V20h2v2H22v-2h2v-1.5zM13 22h1.5v-2h1.1l.9 2H18l-.86-2H18v-4h-5v6zm1.5-4.5h2v1h-2v-1zM11.97 5.3l-1.02 2.89h2.1L12.03 5.3z"}) (e "path" #js {"d" "M12 2C8.69 2 6 4.69 6 8s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm2.04 9-.63-1.79h-2.83L9.96 11H8.74l2.63-7h1.25l2.63 7h-1.21z"})]
"HdrAutoSelectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_auto_select_two_tone.cljs
================================================
(ns reagent-mui.icons.hdr-auto-select-two-tone
"Imports @mui/icons-material/HdrAutoSelectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-auto-select-two-tone (create-svg-icon [(e "path" #js {"d" "M22 18.5v-2h-1.5v2h-2V20h2v2H22v-2h2v-1.5zM3.5 18h-2v-2H0v6h1.5v-2.5h2V22H5v-6H3.5zm13-2H13v6h1.5v-2h1.1l.9 2H18l-.9-2.1c.5-.3.9-.8.9-1.4v-1c0-.8-.7-1.5-1.5-1.5zm0 2.5h-2v-1h2v1zM10 16H6.5v6H10c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5H8v-3h2v3zm1.97-15.2-1.02 2.89h2.1L12.03 5.3z"}) (e "path" #js {"d" "M12 2C8.69 2 6 4.69 6 8s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm2.04 9-.63-1.79h-2.83L9.96 11H8.74l2.63-7h1.25l2.63 7h-1.21z"})]
"HdrAutoSelectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_auto_sharp.cljs
================================================
(ns reagent-mui.icons.hdr-auto-sharp
"Imports @mui/icons-material/HdrAutoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-auto-sharp (create-svg-icon [(e "path" #js {"d" "M12.04 8.04h-.09l-1.6 4.55h3.29z"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm3.21 15-.98-2.81H9.78l-1 2.81h-1.9l4.13-11h1.97l4.13 11h-1.9z"})]
"HdrAutoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_auto_two_tone.cljs
================================================
(ns reagent-mui.icons.hdr-auto-two-tone
"Imports @mui/icons-material/HdrAutoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-auto-two-tone (create-svg-icon [(e "path" #js {"d" "M12.04 8.04h-.09l-1.6 4.55h3.29z", "opacity" ".3"}) (e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm3.21 13-.98-2.81H9.78l-1 2.81h-1.9l4.13-11h1.97l4.13 11h-1.9z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}) (e "path" #js {"d" "M11.01 6 6.88 17h1.9l1-2.81h4.44l.99 2.81h1.9L12.98 6h-1.97zm-.66 6.59 1.6-4.55h.09l1.6 4.55h-3.29z"})]
"HdrAutoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_enhanced_select.cljs
================================================
(ns reagent-mui.icons.hdr-enhanced-select
"Imports @mui/icons-material/HdrEnhancedSelect as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-enhanced-select (create-svg-icon (e "path" #js {"d" "M12 2c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6zm0 2C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm1 7h-2V9H9V7h2V5h2v2h2v2h-2v2zm11 9h-2v2h-1.5v-2h-2v-1.5h2v-2H22v2h2V20zm-6-1.5c0 .6-.4 1.1-.9 1.4L18 22h-1.5l-.9-2h-1.1v2H13v-6h3.5c.8 0 1.5.7 1.5 1.5v1zm-1.5 0v-1h-2v1h2zm-13-.5v-2H5v6H3.5v-2.5h-2V22H0v-6h1.5v2h2zm6.5-2c.8 0 1.5.7 1.5 1.5v3c0 .8-.7 1.5-1.5 1.5H6.5v-6H10zm0 4.5v-3H8v3h2z"})
"HdrEnhancedSelect"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_enhanced_select_outlined.cljs
================================================
(ns reagent-mui.icons.hdr-enhanced-select-outlined
"Imports @mui/icons-material/HdrEnhancedSelectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-enhanced-select-outlined (create-svg-icon (e "path" #js {"d" "M12 2c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6zm0 2C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm1 7h-2V9H9V7h2V5h2v2h2v2h-2v2zm11 9h-2v2h-1.5v-2h-2v-1.5h2v-2H22v2h2V20zm-6-1.5c0 .6-.4 1.1-.9 1.4L18 22h-1.5l-.9-2h-1.1v2H13v-6h3.5c.8 0 1.5.7 1.5 1.5v1zm-1.5 0v-1h-2v1h2zm-13-.5v-2H5v6H3.5v-2.5h-2V22H0v-6h1.5v2h2zm6.5-2c.8 0 1.5.7 1.5 1.5v3c0 .8-.7 1.5-1.5 1.5H6.5v-6H10zm0 4.5v-3H8v3h2z"})
"HdrEnhancedSelectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_enhanced_select_rounded.cljs
================================================
(ns reagent-mui.icons.hdr-enhanced-select-rounded
"Imports @mui/icons-material/HdrEnhancedSelectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-enhanced-select-rounded (create-svg-icon (e "path" #js {"d" "M12 2C8.69 2 6 4.69 6 8s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm2 7h-1v1c0 .55-.45 1-1 1s-1-.45-1-1V9h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V6c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1s-.45 1-1 1zm-4 7H7c-.28 0-.5.22-.5.5v5c0 .28.22.5.5.5h3c.82 0 1.5-.67 1.5-1.5v-3c0-.83-.68-1.5-1.5-1.5zm0 4.5H8v-3h2v3zm6.5-4.5H14c-.55 0-1 .45-1 1v4.31c0 .38.31.69.69.69h.11c.38 0 .69-.31.69-.69V20h1.1l.72 1.59c.11.25.36.41.63.41.5 0 .83-.51.64-.97l-.48-1.13c.5-.3.9-.8.9-1.4v-1c0-.83-.67-1.5-1.5-1.5zm0 2.5h-2v-1h2v1zm-13-.5h-2v-1.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v4.5c0 .41.34.75.75.75s.75-.34.75-.75V19.5h2v1.75c0 .41.34.75.75.75s.75-.34.75-.75v-4.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75V18zm18.5.5v-1.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.25h-1.25c-.41 0-.75.34-.75.75s.34.75.75.75h1.25v1.25c0 .41.34.75.75.75s.75-.34.75-.75V20h1.25c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H22z"})
"HdrEnhancedSelectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_enhanced_select_sharp.cljs
================================================
(ns reagent-mui.icons.hdr-enhanced-select-sharp
"Imports @mui/icons-material/HdrEnhancedSelectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-enhanced-select-sharp (create-svg-icon (e "path" #js {"d" "M12 2C8.69 2 6 4.69 6 8s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm3 7h-2v2h-2V9H9V7h2V5h2v2h2v2zm-5 7H6.5v6H10c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5H8v-3h2v3zm8-4.5h-5v6h1.5v-2h1.1l.9 2H18l-.86-2H18v-4zm-1.5 2.5h-2v-1h2v1zm-13-.5h-2v-2H0v6h1.5v-2.5h2V22H5v-6H3.5zm18.5.5v-2h-1.5v2h-2V20h2v2H22v-2h2v-1.5z"})
"HdrEnhancedSelectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_enhanced_select_two_tone.cljs
================================================
(ns reagent-mui.icons.hdr-enhanced-select-two-tone
"Imports @mui/icons-material/HdrEnhancedSelectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-enhanced-select-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm3 5h-2v2h-2V9H9V7h2V5h2v2h2v2z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C8.69 2 6 4.69 6 8s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"}) (e "path" #js {"d" "M13 5h-2v2H9v2h2v2h2V9h2V7h-2zM3.5 18h-2v-2H0v6h1.5v-2.5h2V22H5v-6H3.5zm18.5.5v-2h-1.5v2h-2V20h2v2H22v-2h2v-1.5zM16.5 16H13v6h1.5v-2h1.1l.9 2H18l-.9-2.1c.5-.3.9-.8.9-1.4v-1c0-.8-.7-1.5-1.5-1.5zm0 2.5h-2v-1h2v1zM10 16H6.5v6H10c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5H8v-3h2v3z"})]
"HdrEnhancedSelectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_off.cljs
================================================
(ns reagent-mui.icons.hdr-off
"Imports @mui/icons-material/HdrOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-off (create-svg-icon (e "path" #js {"d" "M17.5 15v-2h1.1l.9 2H21l-.9-2.1c.5-.2.9-.8.9-1.4v-1c0-.8-.7-1.5-1.5-1.5H16v4.9l1.1 1.1h.4zm0-4.5h2v1h-2v-1zm-4.5 0v.4l1.5 1.5v-1.9c0-.8-.7-1.5-1.5-1.5h-1.9l1.5 1.5h.4zm-3.5-1-7-7-1.1 1L6.9 9h-.4v2h-2V9H3v6h1.5v-2.5h2V15H8v-4.9l1.5 1.5V15h3.4l7.6 7.6 1.1-1.1-12.1-12z"})
"HdrOff"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_off_outlined.cljs
================================================
(ns reagent-mui.icons.hdr-off-outlined
"Imports @mui/icons-material/HdrOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-off-outlined (create-svg-icon (e "path" #js {"d" "M17.5 15v-2h1.1l.9 2H21l-.9-2.1c.5-.3.9-.8.9-1.4v-1c0-.8-.7-1.5-1.5-1.5H16v4.86L17.14 15h.36zm0-4.5h2v1h-2v-1zm-4.5 0v.36l1.5 1.5V10.5c0-.8-.7-1.5-1.5-1.5h-1.86l1.5 1.5H13zM2.51 2.49 1.45 3.55 6.9 9h-.4v2h-2V9H3v6h1.5v-2.5h2V15H8v-4.9l1.5 1.5V15h3.4l7.6 7.6 1.06-1.06z"})
"HdrOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_off_rounded.cljs
================================================
(ns reagent-mui.icons.hdr-off-rounded
"Imports @mui/icons-material/HdrOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-off-rounded (create-svg-icon (e "path" #js {"d" "M17.5 14.25V13h1.1l.72 1.59c.11.25.36.41.63.41.5 0 .83-.51.64-.96l-.49-1.14c.5-.3.9-.8.9-1.4v-1c0-.83-.67-1.5-1.5-1.5H17c-.55 0-1 .45-1 1v3.9l1.04 1.04c.27-.11.46-.38.46-.69zm0-3.75h2v1h-2v-1zm-4.5 0v.4l1.5 1.5v-1.9c0-.82-.68-1.5-1.5-1.5h-1.9l1.5 1.5h.4zm8.03 10.53-18-18c-.29-.29-.76-.29-1.05 0-.29.29-.29.76 0 1.05l4.98 4.98c-.27.11-.46.38-.46.69V11h-2V9.75c0-.41-.34-.75-.75-.75S3 9.34 3 9.75v4.5c0 .41.34.75.75.75s.75-.34.75-.75V12.5h2v1.75c0 .41.34.75.75.75s.75-.34.75-.75V10.1l1.5 1.5v2.9c0 .28.22.5.5.5h2.5c.12 0 .24-.01.36-.04l7.11 7.11c.29.29.76.29 1.05 0 .29-.28.29-.75.01-1.04z"})
"HdrOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_off_select.cljs
================================================
(ns reagent-mui.icons.hdr-off-select
"Imports @mui/icons-material/HdrOffSelect as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-off-select (create-svg-icon (e "path" #js {"d" "M18 18.5v-1c0-.8-.7-1.5-1.5-1.5H13v6h1.5v-2h1.1l.9 2H18l-.9-2.1c.5-.3.9-.8.9-1.4zm-1.5 0h-2v-1h2v1zm-13-.5h-2v-2H0v6h1.5v-2.5h2V22H5v-6H3.5v2zm6.5-2H6.5v6H10c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5H8v-3h2v3zm14-.5h-2v2h-1.5v-2h-2v-1.5h2v-2H22v2h2V20zM10.98 4.15 9.42 2.59c5.1-2.42 10.41 2.89 7.99 7.99l-1.56-1.56c.81-2.96-1.91-5.68-4.87-4.87zM6.34 2.34 4.93 3.76l1.66 1.66c-2.42 5.1 2.89 10.41 7.99 7.99l1.66 1.66 1.41-1.41L6.34 2.34zm1.81 4.64 4.87 4.87c-2.96.81-5.68-1.91-4.87-4.87z"})
"HdrOffSelect"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_off_select_outlined.cljs
================================================
(ns reagent-mui.icons.hdr-off-select-outlined
"Imports @mui/icons-material/HdrOffSelectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-off-select-outlined (create-svg-icon (e "path" #js {"d" "M18 18.5v-1c0-.8-.7-1.5-1.5-1.5H13v6h1.5v-2h1.1l.9 2H18l-.9-2.1c.5-.3.9-.8.9-1.4zm-1.5 0h-2v-1h2v1zm-13-.5h-2v-2H0v6h1.5v-2.5h2V22H5v-6H3.5v2zm6.5-2H6.5v6H10c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5H8v-3h2v3zm14-.5h-2v2h-1.5v-2h-2v-1.5h2v-2H22v2h2V20zM10.98 4.15 9.42 2.59c5.1-2.42 10.41 2.89 7.99 7.99l-1.56-1.56c.81-2.96-1.91-5.68-4.87-4.87zM6.34 2.34 4.93 3.76l1.66 1.66c-2.42 5.1 2.89 10.41 7.99 7.99l1.66 1.66 1.41-1.41L6.34 2.34zm1.81 4.64 4.87 4.87c-2.96.81-5.68-1.91-4.87-4.87z"})
"HdrOffSelectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_off_select_rounded.cljs
================================================
(ns reagent-mui.icons.hdr-off-select-rounded
"Imports @mui/icons-material/HdrOffSelectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-off-select-rounded (create-svg-icon (e "path" #js {"d" "M18 18.5v-1c0-.83-.67-1.5-1.5-1.5H14c-.55 0-1 .45-1 1v4.31c0 .38.31.69.69.69h.11c.38 0 .69-.31.69-.69V20h1.1l.72 1.59c.11.25.36.41.63.41.5 0 .83-.51.64-.97l-.48-1.13c.5-.3.9-.8.9-1.4zm-1.5 0h-2v-1h2v1zm-13-.5h-2v-1.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v4.5c0 .41.34.75.75.75s.75-.34.75-.75V19.5h2v1.75c0 .41.34.75.75.75s.75-.34.75-.75v-4.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75V18zm6.5-2H7.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1H10c.82 0 1.5-.67 1.5-1.5v-3c0-.83-.68-1.5-1.5-1.5zm0 4.5H8v-3h2v3zm13.25-.5H22v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V20h-1.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.25v-1.25c0-.41.34-.75.75-.75s.75.34.75.75v1.25h1.25c.41 0 .75.34.75.75s-.34.75-.75.75zM10.98 4.15 9.42 2.59c5.1-2.42 10.41 2.89 7.99 7.99l-1.56-1.56c.81-2.96-1.91-5.68-4.87-4.87zm-5.35-1.1c-.39.39-.39 1.02 0 1.41l.96.96c-2.42 5.1 2.88 10.41 7.99 7.99l.95.95c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-9.9-9.91c-.38-.38-1.02-.38-1.41.01zm2.52 3.93 4.87 4.87c-2.96.81-5.68-1.91-4.87-4.87z"})
"HdrOffSelectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_off_select_sharp.cljs
================================================
(ns reagent-mui.icons.hdr-off-select-sharp
"Imports @mui/icons-material/HdrOffSelectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-off-select-sharp (create-svg-icon (e "path" #js {"d" "M18 20v-4h-5v6h1.5v-2h1.1l.9 2H18l-.86-2H18zm-1.5-1.5h-2v-1h2v1zm-13-.5h-2v-2H0v6h1.5v-2.5h2V22H5v-6H3.5v2zm6.5-2H6.5v6H10c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5H8v-3h2v3zm14-.5h-2v2h-1.5v-2h-2v-1.5h2v-2H22v2h2V20zM10.98 4.15 9.42 2.59c5.1-2.42 10.41 2.89 7.99 7.99l-1.56-1.56c.81-2.96-1.91-5.68-4.87-4.87zM6.34 2.34 4.93 3.76l1.66 1.66c-2.42 5.1 2.89 10.41 7.99 7.99l1.66 1.66 1.41-1.41L6.34 2.34zm1.81 4.64 4.87 4.87c-2.96.81-5.68-1.91-4.87-4.87z"})
"HdrOffSelectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_off_select_two_tone.cljs
================================================
(ns reagent-mui.icons.hdr-off-select-two-tone
"Imports @mui/icons-material/HdrOffSelectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-off-select-two-tone (create-svg-icon (e "path" #js {"d" "M18 18.5v-1c0-.8-.7-1.5-1.5-1.5H13v6h1.5v-2h1.1l.9 2H18l-.9-2.1c.5-.3.9-.8.9-1.4zm-1.5 0h-2v-1h2v1zm-13-.5h-2v-2H0v6h1.5v-2.5h2V22H5v-6H3.5v2zm6.5-2H6.5v6H10c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5H8v-3h2v3zm14-.5h-2v2h-1.5v-2h-2v-1.5h2v-2H22v2h2V20zM10.98 4.15 9.42 2.59c5.1-2.42 10.41 2.89 7.99 7.99l-1.56-1.56c.81-2.96-1.91-5.68-4.87-4.87zM6.34 2.34 4.93 3.76l1.66 1.66c-2.42 5.1 2.89 10.41 7.99 7.99l1.66 1.66 1.41-1.41L6.34 2.34zm1.81 4.64 4.87 4.87c-2.96.81-5.68-1.91-4.87-4.87z"})
"HdrOffSelectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_off_sharp.cljs
================================================
(ns reagent-mui.icons.hdr-off-sharp
"Imports @mui/icons-material/HdrOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-off-sharp (create-svg-icon (e "path" #js {"d" "M17.5 15v-2h1.1l.9 2H21l-.9-2.1h.9V9h-5v4.86L17.14 15h.36zm0-4.5h2v1h-2v-1zm-4.5 0v.36l1.5 1.5V10.5c0-.8-.7-1.5-1.5-1.5h-1.86l1.5 1.5H13zM2.51 2.49 1.45 3.55 6.9 9h-.4v2h-2V9H3v6h1.5v-2.5h2V15H8v-4.9l1.5 1.5V15h3.4l7.6 7.6 1.06-1.06z"})
"HdrOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_off_two_tone.cljs
================================================
(ns reagent-mui.icons.hdr-off-two-tone
"Imports @mui/icons-material/HdrOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-off-two-tone (create-svg-icon (e "path" #js {"d" "M17.5 15v-2h1.1l.9 2H21l-.9-2.1c.5-.3.9-.8.9-1.4v-1c0-.8-.7-1.5-1.5-1.5H16v4.86L17.14 15h.36zm0-4.5h2v1h-2v-1zm-4.5 0v.36l1.5 1.5V10.5c0-.8-.7-1.5-1.5-1.5h-1.86l1.5 1.5H13zM2.51 2.49 1.45 3.55 6.9 9h-.4v2h-2V9H3v6h1.5v-2.5h2V15H8v-4.9l1.5 1.5V15h3.4l7.6 7.6 1.06-1.06z"})
"HdrOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_on.cljs
================================================
(ns reagent-mui.icons.hdr-on
"Imports @mui/icons-material/HdrOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-on (create-svg-icon (e "path" #js {"d" "M21 11.5v-1c0-.8-.7-1.5-1.5-1.5H16v6h1.5v-2h1.1l.9 2H21l-.9-2.1c.5-.3.9-.8.9-1.4zm-1.5 0h-2v-1h2v1zm-13-.5h-2V9H3v6h1.5v-2.5h2V15H8V9H6.5v2zM13 9H9.5v6H13c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5h-2v-3h2v3z"})
"HdrOn"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_on_outlined.cljs
================================================
(ns reagent-mui.icons.hdr-on-outlined
"Imports @mui/icons-material/HdrOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-on-outlined (create-svg-icon (e "path" #js {"d" "M21 11.5v-1c0-.8-.7-1.5-1.5-1.5H16v6h1.5v-2h1.1l.9 2H21l-.9-2.1c.5-.3.9-.8.9-1.4zm-1.5 0h-2v-1h2v1zm-13-.5h-2V9H3v6h1.5v-2.5h2V15H8V9H6.5v2zM13 9H9.5v6H13c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5h-2v-3h2v3z"})
"HdrOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_on_rounded.cljs
================================================
(ns reagent-mui.icons.hdr-on-rounded
"Imports @mui/icons-material/HdrOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-on-rounded (create-svg-icon (e "path" #js {"d" "M7.25 9c-.41 0-.75.34-.75.75V11h-2V9.75c0-.41-.34-.75-.75-.75S3 9.34 3 9.75v4.5c0 .41.34.75.75.75s.75-.34.75-.75V12.5h2v1.75c0 .41.34.75.75.75s.75-.34.75-.75v-4.5C8 9.34 7.66 9 7.25 9zM21 11.5v-1c0-.83-.67-1.5-1.5-1.5H17c-.55 0-1 .45-1 1v4.25c0 .41.34.75.75.75s.75-.34.75-.75V13h1.1l.72 1.59c.11.25.36.41.63.41.5 0 .83-.51.64-.96l-.49-1.14c.5-.3.9-.8.9-1.4zm-3.5 0v-1h2v1h-2zM13 9h-3c-.28 0-.5.22-.5.5v5c0 .28.22.5.5.5h3c.82 0 1.5-.68 1.5-1.5v-3c0-.82-.68-1.5-1.5-1.5zm0 4.5h-2v-3h2v3z"})
"HdrOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_on_select.cljs
================================================
(ns reagent-mui.icons.hdr-on-select
"Imports @mui/icons-material/HdrOnSelect as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-on-select (create-svg-icon (e "path" #js {"d" "M18 18.5v-1c0-.8-.7-1.5-1.5-1.5H13v6h1.5v-2h1.1l.9 2H18l-.9-2.1c.5-.3.9-.8.9-1.4zm-1.5 0h-2v-1h2v1zm-13-.5h-2v-2H0v6h1.5v-2.5h2V22H5v-6H3.5v2zm6.5-2H6.5v6H10c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5H8v-3h2v3zm14-.5h-2v2h-1.5v-2h-2v-1.5h2v-2H22v2h2V20zM12 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4m0-2C8.69 2 6 4.69 6 8s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z"})
"HdrOnSelect"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_on_select_outlined.cljs
================================================
(ns reagent-mui.icons.hdr-on-select-outlined
"Imports @mui/icons-material/HdrOnSelectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-on-select-outlined (create-svg-icon (e "path" #js {"d" "M18 18.5v-1c0-.8-.7-1.5-1.5-1.5H13v6h1.5v-2h1.1l.9 2H18l-.9-2.1c.5-.3.9-.8.9-1.4zm-1.5 0h-2v-1h2v1zm-13-.5h-2v-2H0v6h1.5v-2.5h2V22H5v-6H3.5v2zm6.5-2H6.5v6H10c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5H8v-3h2v3zm14-.5h-2v2h-1.5v-2h-2v-1.5h2v-2H22v2h2V20zM12 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4m0-2C8.69 2 6 4.69 6 8s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z"})
"HdrOnSelectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_on_select_rounded.cljs
================================================
(ns reagent-mui.icons.hdr-on-select-rounded
"Imports @mui/icons-material/HdrOnSelectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-on-select-rounded (create-svg-icon (e "path" #js {"d" "M18 18.5v-1c0-.83-.67-1.5-1.5-1.5H14c-.55 0-1 .45-1 1v4.31c0 .38.31.69.69.69h.11c.38 0 .69-.31.69-.69V20h1.1l.72 1.59c.11.25.36.41.63.41.5 0 .83-.51.64-.97l-.48-1.13c.5-.3.9-.8.9-1.4zm-1.5 0h-2v-1h2v1zm-13-.5h-2v-1.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v4.5c0 .41.34.75.75.75s.75-.34.75-.75V19.5h2v1.75c0 .41.34.75.75.75s.75-.34.75-.75v-4.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75V18zm6.5-2H7.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1H10c.82 0 1.5-.67 1.5-1.5v-3c0-.83-.68-1.5-1.5-1.5zm0 4.5H8v-3h2v3zm13.25-.5H22v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V20h-1.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.25v-1.25c0-.41.34-.75.75-.75s.75.34.75.75v1.25h1.25c.41 0 .75.34.75.75s-.34.75-.75.75zM12 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4m0-2C8.69 2 6 4.69 6 8s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z"})
"HdrOnSelectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_on_select_sharp.cljs
================================================
(ns reagent-mui.icons.hdr-on-select-sharp
"Imports @mui/icons-material/HdrOnSelectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-on-select-sharp (create-svg-icon (e "path" #js {"d" "M18 19.9V16h-5v6h1.5v-2h1.1l.9 2H18l-.9-2.1h.9zm-1.5-1.4h-2v-1h2v1zm-13-.5h-2v-2H0v6h1.5v-2.5h2V22H5v-6H3.5v2zm6.5-2H6.5v6H10c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5H8v-3h2v3zm14-.5h-2v2h-1.5v-2h-2v-1.5h2v-2H22v2h2V20zM12 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4m0-2C8.69 2 6 4.69 6 8s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z"})
"HdrOnSelectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_on_select_two_tone.cljs
================================================
(ns reagent-mui.icons.hdr-on-select-two-tone
"Imports @mui/icons-material/HdrOnSelectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-on-select-two-tone (create-svg-icon (e "path" #js {"d" "M18 18.5v-1c0-.8-.7-1.5-1.5-1.5H13v6h1.5v-2h1.1l.9 2H18l-.9-2.1c.5-.3.9-.8.9-1.4zm-1.5 0h-2v-1h2v1zm-13-.5h-2v-2H0v6h1.5v-2.5h2V22H5v-6H3.5v2zm6.5-2H6.5v6H10c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5H8v-3h2v3zm14-.5h-2v2h-1.5v-2h-2v-1.5h2v-2H22v2h2V20zM12 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4m0-2C8.69 2 6 4.69 6 8s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z"})
"HdrOnSelectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_on_sharp.cljs
================================================
(ns reagent-mui.icons.hdr-on-sharp
"Imports @mui/icons-material/HdrOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-on-sharp (create-svg-icon (e "path" #js {"d" "M21 12.9V9h-5v6h1.5v-2h1.1l.9 2H21l-.9-2.1h.9zm-1.5-1.4h-2v-1h2v1zm-13-.5h-2V9H3v6h1.5v-2.5h2V15H8V9H6.5v2zM13 9H9.5v6H13c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5h-2v-3h2v3z"})
"HdrOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_on_two_tone.cljs
================================================
(ns reagent-mui.icons.hdr-on-two-tone
"Imports @mui/icons-material/HdrOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-on-two-tone (create-svg-icon (e "path" #js {"d" "M13 9H9.5v6H13c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5h-2v-3h2v3zm8-2v-1c0-.8-.7-1.5-1.5-1.5H16v6h1.5v-2h1.1l.9 2H21l-.9-2.1c.5-.3.9-.8.9-1.4zm-1.5 0h-2v-1h2v1zm-13-.5h-2V9H3v6h1.5v-2.5h2V15H8V9H6.5z"})
"HdrOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_plus.cljs
================================================
(ns reagent-mui.icons.hdr-plus
"Imports @mui/icons-material/HdrPlus as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-plus (create-svg-icon [(e "path" #js {"d" "M8.5 14.5h2v1h-2zm6-7H16v3h-1.5z"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 13.5c0 .6-.4 1.1-.9 1.4L12 19h-1.5l-.9-2H8.5v2H7v-6h3.5c.8 0 1.5.7 1.5 1.5v1zm0-3.5h-1.5V9.5h-2V12H7V6h1.5v2h2V6H12v6zm5.5 4H16v1.5h-1.5V16H13v-1.5h1.5V13H16v1.49h1.5V16zm0-5.5c0 .8-.7 1.5-1.5 1.5h-3V6h3c.8 0 1.5.7 1.5 1.5v3z"})]
"HdrPlus"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_plus_outlined.cljs
================================================
(ns reagent-mui.icons.hdr-plus-outlined
"Imports @mui/icons-material/HdrPlusOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-plus-outlined (create-svg-icon (e "path" #js {"d" "M8.13 19c1.15.64 2.47 1 3.87 1 4.41 0 8-3.59 8-8s-3.59-8-8-8-8 3.59-8 8c0 2.52 1.17 4.77 3 6.24V13h3.5c.8 0 1.5.7 1.5 1.5v1c0 .6-.4 1.1-.9 1.4L12 19h-1.5l-.9-2H8.5v2h-.37zM12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm5.5 14H16v1.5h-1.5V16H13v-1.5h1.5V13H16v1.49h1.5V16zm-7-.5v-1h-2v1h2zm0-7.5V6H12v6h-1.5V9.5h-2V12H7V6h1.5v2h2zM16 6c.8 0 1.5.7 1.5 1.5v3c0 .8-.7 1.5-1.5 1.5h-3V6h3zm0 4.5v-3h-1.5v3H16z"})
"HdrPlusOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_plus_rounded.cljs
================================================
(ns reagent-mui.icons.hdr-plus-rounded
"Imports @mui/icons-material/HdrPlusRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-plus-rounded (create-svg-icon [(e "path" #js {"d" "M8.5 14.5h2v1h-2zm6-7H16v3h-1.5z"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 13.5c0 .6-.4 1.1-.9 1.4l.49 1.13c.2.46-.14.97-.64.97-.27 0-.52-.16-.63-.41L9.6 17H8.5v1.31c0 .38-.31.69-.69.69h-.12c-.38 0-.69-.31-.69-.69V14c0-.55.45-1 1-1h2.5c.82 0 1.5.68 1.5 1.5v1zm-.75-3.5c-.41 0-.75-.34-.75-.75V9.5h-2v1.75c0 .41-.34.75-.75.75S7 11.66 7 11.25v-4.5c0-.41.34-.75.75-.75s.75.34.75.75V8h2V6.75c0-.41.34-.75.75-.75s.75.34.75.75v4.5c0 .41-.34.75-.75.75zm5.5 4H16v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V16h-.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.75v-.75c0-.41.34-.75.75-.75s.75.34.75.75v.74h.75c.41 0 .75.34.75.75v.01c0 .41-.34.75-.75.75zm.75-5.5c0 .82-.67 1.5-1.5 1.5h-2.5c-.28 0-.5-.22-.5-.5v-5c0-.28.22-.5.5-.5H16c.83 0 1.5.68 1.5 1.5v3z"})]
"HdrPlusRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_plus_sharp.cljs
================================================
(ns reagent-mui.icons.hdr-plus-sharp
"Imports @mui/icons-material/HdrPlusSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-plus-sharp (create-svg-icon [(e "path" #js {"d" "M8.5 14.5h2v1h-2zm6-7H16v3h-1.5z"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 15-.86-.01L12 19h-1.5l-.9-2H8.5v2H7v-6h5v4zm0-5h-1.5V9.5h-2V12H7V6h1.5v2h2V6H12v6zm5.5 4H16v1.5h-1.5V16H13v-1.5h1.5V13H16v1.49h1.5V16zm0-5.5c0 .8-.7 1.5-1.5 1.5h-3V6h3c.8 0 1.5.7 1.5 1.5v3z"})]
"HdrPlusSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_plus_two_tone.cljs
================================================
(ns reagent-mui.icons.hdr-plus-two-tone
"Imports @mui/icons-material/HdrPlusTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-plus-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8 0 2.52 1.17 4.77 3 6.24V13h3.5c.8 0 1.5.7 1.5 1.5v1c0 .6-.4 1.1-.9 1.4L12 19h-1.5l-.9-2H8.5v2h-.37c1.15.64 2.47 1 3.87 1 4.41 0 8-3.59 8-8s-3.59-8-8-8zm0 8h-1.5V9.5h-2V12H7V6h1.5v2h2V6H12v6zm5.5 4H16v1.5h-1.5V16H13v-1.5h1.5V13H16v1.49h1.5V16zm0-5.5c0 .8-.7 1.5-1.5 1.5h-3V6h3c.8 0 1.5.7 1.5 1.5v3z", "opacity" ".3"}) (e "path" #js {"d" "M14.5 7.5H16v3h-1.5zm-6 7h2v1h-2z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-1.4 0-2.72-.36-3.87-1h.37v-2h1.1l.9 2H12l-.9-2.1c.5-.3.9-.8.9-1.4v-1c0-.8-.7-1.5-1.5-1.5H7v5.24C5.17 16.77 4 14.52 4 12c0-4.41 3.59-8 8-8s8 3.59 8 8-3.59 8-8 8zm-3.5-4.5v-1h2v1h-2z"}) (e "path" #js {"d" "M10.5 8h-2V6H7v6h1.5V9.5h2V12H12V6h-1.5zM16 6h-3v6h3c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zm0 4.5h-1.5v-3H16v3zm0 2.5h-1.5v1.5H13V16h1.5v1.5H16V16h1.5v-1.51H16z"})]
"HdrPlusTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_strong.cljs
================================================
(ns reagent-mui.icons.hdr-strong
"Imports @mui/icons-material/HdrStrong as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-strong (create-svg-icon (e "path" #js {"d" "M17 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zM5 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"HdrStrong"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_strong_outlined.cljs
================================================
(ns reagent-mui.icons.hdr-strong-outlined
"Imports @mui/icons-material/HdrStrongOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-strong-outlined (create-svg-icon (e "path" #js {"d" "M17 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zM5 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"HdrStrongOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_strong_rounded.cljs
================================================
(ns reagent-mui.icons.hdr-strong-rounded
"Imports @mui/icons-material/HdrStrongRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-strong-rounded (create-svg-icon (e "path" #js {"d" "M17 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zM5 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"HdrStrongRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_strong_sharp.cljs
================================================
(ns reagent-mui.icons.hdr-strong-sharp
"Imports @mui/icons-material/HdrStrongSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-strong-sharp (create-svg-icon (e "path" #js {"d" "M17 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zM5 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"HdrStrongSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_strong_two_tone.cljs
================================================
(ns reagent-mui.icons.hdr-strong-two-tone
"Imports @mui/icons-material/HdrStrongTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-strong-two-tone (create-svg-icon [(e "path" #js {"d" "M17 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z", "opacity" ".3"}) (e "path" #js {"d" "M17 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zM5 16c2.21 0 4-1.79 4-4S7.21 8 5 8s-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z"})]
"HdrStrongTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_weak.cljs
================================================
(ns reagent-mui.icons.hdr-weak
"Imports @mui/icons-material/HdrWeak as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-weak (create-svg-icon (e "path" #js {"d" "M5 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm12-2c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"})
"HdrWeak"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_weak_outlined.cljs
================================================
(ns reagent-mui.icons.hdr-weak-outlined
"Imports @mui/icons-material/HdrWeakOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-weak-outlined (create-svg-icon (e "path" #js {"d" "M5 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm12-2c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"})
"HdrWeakOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_weak_rounded.cljs
================================================
(ns reagent-mui.icons.hdr-weak-rounded
"Imports @mui/icons-material/HdrWeakRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-weak-rounded (create-svg-icon (e "path" #js {"d" "M5 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm12-2c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"})
"HdrWeakRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_weak_sharp.cljs
================================================
(ns reagent-mui.icons.hdr-weak-sharp
"Imports @mui/icons-material/HdrWeakSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-weak-sharp (create-svg-icon (e "path" #js {"d" "M5 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm12-2c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"})
"HdrWeakSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hdr_weak_two_tone.cljs
================================================
(ns reagent-mui.icons.hdr-weak-two-tone
"Imports @mui/icons-material/HdrWeakTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hdr-weak-two-tone (create-svg-icon [(e "path" #js {"d" "M17 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"}) (e "circle" #js {"cx" "5", "cy" "12", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M5 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"HdrWeakTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/headphones.cljs
================================================
(ns reagent-mui.icons.headphones
"Imports @mui/icons-material/Headphones as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headphones (create-svg-icon (e "path" #js {"d" "M12 3c-4.97 0-9 4.03-9 9v7c0 1.1.9 2 2 2h4v-8H5v-1c0-3.87 3.13-7 7-7s7 3.13 7 7v1h-4v8h4c1.1 0 2-.9 2-2v-7c0-4.97-4.03-9-9-9z"})
"Headphones"))
================================================
FILE: src/icons/reagent_mui/icons/headphones_battery.cljs
================================================
(ns reagent-mui.icons.headphones-battery
"Imports @mui/icons-material/HeadphonesBattery as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headphones-battery (create-svg-icon (e "path" #js {"d" "M21 7h-1V6h-2v1h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zM8 6c-3.31 0-6 2.69-6 6v4c0 1.1.9 2 2 2h2v-5H3.5v-1c0-2.48 2.02-4.5 4.5-4.5s4.5 2.02 4.5 4.5v1H10v5h2c1.1 0 2-.9 2-2v-4c0-3.31-2.69-6-6-6z"})
"HeadphonesBattery"))
================================================
FILE: src/icons/reagent_mui/icons/headphones_battery_outlined.cljs
================================================
(ns reagent-mui.icons.headphones-battery-outlined
"Imports @mui/icons-material/HeadphonesBatteryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headphones-battery-outlined (create-svg-icon (e "path" #js {"d" "M21 7h-1V6h-2v1h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-1 9h-2V9h2v7zM8 6c-3.31 0-6 2.69-6 6v4c0 1.1.9 2 2 2h2v-5H3.5v-1c0-2.48 2.02-4.5 4.5-4.5s4.5 2.02 4.5 4.5v1H10v5h2c1.1 0 2-.9 2-2v-4c0-3.31-2.69-6-6-6z"})
"HeadphonesBatteryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/headphones_battery_rounded.cljs
================================================
(ns reagent-mui.icons.headphones-battery-rounded
"Imports @mui/icons-material/HeadphonesBatteryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headphones-battery-rounded (create-svg-icon (e "path" #js {"d" "M21 7h-1v-.5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5V7h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zM8 6c-3.31 0-6 2.69-6 6v4c0 1.1.9 2 2 2s2-.9 2-2v-1c0-1.1-.9-2-2-2h-.5v-1c0-2.48 2.02-4.5 4.5-4.5s4.5 2.02 4.5 4.5v1H12c-1.1 0-2 .9-2 2v1c0 1.1.9 2 2 2s2-.9 2-2v-4c0-3.31-2.69-6-6-6z"})
"HeadphonesBatteryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/headphones_battery_sharp.cljs
================================================
(ns reagent-mui.icons.headphones-battery-sharp
"Imports @mui/icons-material/HeadphonesBatterySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headphones-battery-sharp (create-svg-icon (e "path" #js {"d" "M20 7V6h-2v1h-2v11h6V7zM8 6c-3.31 0-6 2.69-6 6v6h4v-5H3.5v-1c0-2.48 2.02-4.5 4.5-4.5s4.5 2.02 4.5 4.5v1H10v5h4v-6c0-3.31-2.69-6-6-6z"})
"HeadphonesBatterySharp"))
================================================
FILE: src/icons/reagent_mui/icons/headphones_battery_two_tone.cljs
================================================
(ns reagent-mui.icons.headphones-battery-two-tone
"Imports @mui/icons-material/HeadphonesBatteryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headphones-battery-two-tone (create-svg-icon [(e "path" #js {"d" "M18 9h2v7h-2z", "opacity" ".3"}) (e "path" #js {"d" "M21 7h-1V6h-2v1h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-1 9h-2V9h2v7zM8 6c-3.31 0-6 2.69-6 6v4c0 1.1.9 2 2 2h2v-5H3.5v-1c0-2.48 2.02-4.5 4.5-4.5s4.5 2.02 4.5 4.5v1H10v5h2c1.1 0 2-.9 2-2v-4c0-3.31-2.69-6-6-6z"})]
"HeadphonesBatteryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/headphones_outlined.cljs
================================================
(ns reagent-mui.icons.headphones-outlined
"Imports @mui/icons-material/HeadphonesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headphones-outlined (create-svg-icon (e "path" #js {"d" "M12 3c-4.97 0-9 4.03-9 9v7c0 1.1.9 2 2 2h4v-8H5v-1c0-3.87 3.13-7 7-7s7 3.13 7 7v1h-4v8h4c1.1 0 2-.9 2-2v-7c0-4.97-4.03-9-9-9zM7 15v4H5v-4h2zm12 4h-2v-4h2v4z"})
"HeadphonesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/headphones_rounded.cljs
================================================
(ns reagent-mui.icons.headphones-rounded
"Imports @mui/icons-material/HeadphonesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headphones-rounded (create-svg-icon (e "path" #js {"d" "M3 12v7c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2H5v-1c0-3.87 3.13-7 7-7s7 3.13 7 7v1h-2c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-7c0-4.97-4.03-9-9-9s-9 4.03-9 9z"})
"HeadphonesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/headphones_sharp.cljs
================================================
(ns reagent-mui.icons.headphones-sharp
"Imports @mui/icons-material/HeadphonesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headphones-sharp (create-svg-icon (e "path" #js {"d" "M12 3c-4.97 0-9 4.03-9 9v9h6v-8H5v-1c0-3.87 3.13-7 7-7s7 3.13 7 7v1h-4v8h6v-9c0-4.97-4.03-9-9-9z"})
"HeadphonesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/headphones_two_tone.cljs
================================================
(ns reagent-mui.icons.headphones-two-tone
"Imports @mui/icons-material/HeadphonesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headphones-two-tone (create-svg-icon [(e "path" #js {"d" "M5 15h2v4H5zm12 0h2v4h-2z", "opacity" ".3"}) (e "path" #js {"d" "M12 3c-4.97 0-9 4.03-9 9v7c0 1.1.9 2 2 2h4v-8H5v-1c0-3.87 3.13-7 7-7s7 3.13 7 7v1h-4v8h4c1.1 0 2-.9 2-2v-7c0-4.97-4.03-9-9-9zM7 15v4H5v-4h2zm12 4h-2v-4h2v4z"})]
"HeadphonesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/headset.cljs
================================================
(ns reagent-mui.icons.headset
"Imports @mui/icons-material/Headset as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headset (create-svg-icon (e "path" #js {"d" "M12 1c-4.97 0-9 4.03-9 9v7c0 1.66 1.34 3 3 3h3v-8H5v-2c0-3.87 3.13-7 7-7s7 3.13 7 7v2h-4v8h3c1.66 0 3-1.34 3-3v-7c0-4.97-4.03-9-9-9z"})
"Headset"))
================================================
FILE: src/icons/reagent_mui/icons/headset_mic.cljs
================================================
(ns reagent-mui.icons.headset-mic
"Imports @mui/icons-material/HeadsetMic as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headset-mic (create-svg-icon (e "path" #js {"d" "M12 1c-4.97 0-9 4.03-9 9v7c0 1.66 1.34 3 3 3h3v-8H5v-2c0-3.87 3.13-7 7-7s7 3.13 7 7v2h-4v8h4v1h-7v2h6c1.66 0 3-1.34 3-3V10c0-4.97-4.03-9-9-9z"})
"HeadsetMic"))
================================================
FILE: src/icons/reagent_mui/icons/headset_mic_outlined.cljs
================================================
(ns reagent-mui.icons.headset-mic-outlined
"Imports @mui/icons-material/HeadsetMicOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headset-mic-outlined (create-svg-icon (e "path" #js {"d" "M19 14v4h-2v-4h2M7 14v4H6c-.55 0-1-.45-1-1v-3h2m5-13c-4.97 0-9 4.03-9 9v7c0 1.66 1.34 3 3 3h3v-8H5v-2c0-3.87 3.13-7 7-7s7 3.13 7 7v2h-4v8h4v1h-7v2h6c1.66 0 3-1.34 3-3V10c0-4.97-4.03-9-9-9z"})
"HeadsetMicOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/headset_mic_rounded.cljs
================================================
(ns reagent-mui.icons.headset-mic-rounded
"Imports @mui/icons-material/HeadsetMicRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headset-mic-rounded (create-svg-icon (e "path" #js {"d" "M11.4 1.02C6.62 1.33 3 5.52 3 10.31V17c0 1.66 1.34 3 3 3h1c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2H5v-1.71C5 6.45 7.96 3.11 11.79 3 15.76 2.89 19 6.06 19 10v2h-2c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h2v1h-6c-.55 0-1 .45-1 1s.45 1 1 1h5c1.66 0 3-1.34 3-3V10c0-5.17-4.36-9.32-9.6-8.98z"})
"HeadsetMicRounded"))
================================================
FILE: src/icons/reagent_mui/icons/headset_mic_sharp.cljs
================================================
(ns reagent-mui.icons.headset-mic-sharp
"Imports @mui/icons-material/HeadsetMicSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headset-mic-sharp (create-svg-icon (e "path" #js {"d" "M11.4 1.02C6.62 1.33 3 5.51 3 10.31V20h6v-8H5v-1.71C5 6.45 7.96 3.11 11.79 3 15.76 2.89 19 6.06 19 10v2h-4v8h4v1h-7v2h9V10c0-5.17-4.36-9.32-9.6-8.98z"})
"HeadsetMicSharp"))
================================================
FILE: src/icons/reagent_mui/icons/headset_mic_two_tone.cljs
================================================
(ns reagent-mui.icons.headset-mic-two-tone
"Imports @mui/icons-material/HeadsetMicTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headset-mic-two-tone (create-svg-icon [(e "path" #js {"d" "M5 17c0 .55.45 1 1 1h1v-4H5v3zm12-3h2v4h-2z", "opacity" ".3"}) (e "path" #js {"d" "M12 1c-4.97 0-9 4.03-9 9v7c0 1.66 1.34 3 3 3h3v-8H5v-2c0-3.87 3.13-7 7-7s7 3.13 7 7v2h-4v8h4v1h-7v2h6c1.66 0 3-1.34 3-3V10c0-4.97-4.03-9-9-9zM7 14v4H6c-.55 0-1-.45-1-1v-3h2zm12 4h-2v-4h2v4z"})]
"HeadsetMicTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/headset_off.cljs
================================================
(ns reagent-mui.icons.headset-off
"Imports @mui/icons-material/HeadsetOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headset-off (create-svg-icon (e "path" #js {"d" "M12 4c3.87 0 7 3.13 7 7v2h-2.92L21 17.92V11c0-4.97-4.03-9-9-9-1.95 0-3.76.62-5.23 1.68l1.44 1.44C9.3 4.41 10.6 4 12 4zM2.27 1.72 1 3l3.33 3.32C3.49 7.68 3 9.29 3 11v7c0 1.66 1.34 3 3 3h3v-8H5v-2c0-1.17.29-2.26.79-3.22L15 17v4h3c.3 0 .59-.06.86-.14L21 23l1.27-1.27-20-20.01z"})
"HeadsetOff"))
================================================
FILE: src/icons/reagent_mui/icons/headset_off_outlined.cljs
================================================
(ns reagent-mui.icons.headset-off-outlined
"Imports @mui/icons-material/HeadsetOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headset-off-outlined (create-svg-icon (e "path" #js {"d" "M12 4c3.87 0 7 3.13 7 7v1h-4v.17L16.83 14H19v2.17l2 2V11c0-4.97-4.03-9-9-9-2.02 0-3.88.67-5.38 1.8l1.43 1.43C9.17 4.45 10.53 4 12 4zM2.1 2.1.69 3.51l3.33 3.33C3.37 8.09 3 9.5 3 11v7c0 1.1.9 2 2 2h4v-8H5v-1c0-.94.19-1.83.52-2.65L15 17.83V20h2.17l1 1H12v2h7c.34 0 .65-.09.93-.24l.55.55 1.41-1.41L2.1 2.1zM7 14v4H5v-4h2z"})
"HeadsetOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/headset_off_rounded.cljs
================================================
(ns reagent-mui.icons.headset-off-rounded
"Imports @mui/icons-material/HeadsetOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headset-off-rounded (create-svg-icon (e "path" #js {"d" "M12 4c3.87 0 7 3.13 7 7v1h-2c-.6 0-1.13.27-1.49.68L21 18.17V11c0-4.97-4.03-9-9-9-2.02 0-3.88.67-5.38 1.8l1.43 1.43C9.17 4.45 10.53 4 12 4zm9.19 17.19L2.81 2.81a.9959.9959 0 0 0-1.41 0C1 3.2 1 3.83 1.39 4.22l2.63 2.63C3.37 8.09 3 9.5 3 11v7c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2H5v-1c0-.94.19-1.83.52-2.65L15 17.83V18c0 1.1.9 2 2 2h.17l1 1H13c-.55 0-1 .45-1 1s.45 1 1 1h6c.36 0 .68-.1.97-.26.38.23.89.2 1.22-.13.39-.39.39-1.03 0-1.42z"})
"HeadsetOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/headset_off_sharp.cljs
================================================
(ns reagent-mui.icons.headset-off-sharp
"Imports @mui/icons-material/HeadsetOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headset-off-sharp (create-svg-icon (e "path" #js {"d" "M12 4c3.87 0 7 3.13 7 7v1h-4v.17l6 6V11c0-4.97-4.03-9-9-9-2.02 0-3.88.67-5.38 1.8l1.43 1.43C9.17 4.45 10.53 4 12 4zM2.1 2.1.69 3.51l3.33 3.33C3.37 8.09 3 9.5 3 11v9h6v-8H5v-1c0-.94.19-1.83.52-2.65L15 17.83V20h2.17l1 1H12v2h8.17l.31.31 1.41-1.41L2.1 2.1z"})
"HeadsetOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/headset_off_two_tone.cljs
================================================
(ns reagent-mui.icons.headset-off-two-tone
"Imports @mui/icons-material/HeadsetOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headset-off-two-tone (create-svg-icon [(e "path" #js {"d" "M5 14h2v4H5zm11.83 0L19 16.17V14z", "opacity" ".3"}) (e "path" #js {"d" "M12 4c3.87 0 7 3.13 7 7v1h-4v.17L16.83 14H19v2.17l2 2V11c0-4.97-4.03-9-9-9-2.02 0-3.88.67-5.38 1.8l1.43 1.43C9.17 4.45 10.53 4 12 4zM2.1 2.1.69 3.51l3.33 3.33C3.37 8.09 3 9.5 3 11v7c0 1.1.9 2 2 2h4v-8H5v-1c0-.94.19-1.83.52-2.65L15 17.83V20h2.17l1 1H12v2h7c.34 0 .65-.09.93-.24l.55.55 1.41-1.41L2.1 2.1zM7 14v4H5v-4h2z"})]
"HeadsetOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/headset_outlined.cljs
================================================
(ns reagent-mui.icons.headset-outlined
"Imports @mui/icons-material/HeadsetOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headset-outlined (create-svg-icon (e "path" #js {"d" "M19 14v3c0 .55-.45 1-1 1h-1v-4h2M7 14v4H6c-.55 0-1-.45-1-1v-3h2m5-13c-4.97 0-9 4.03-9 9v7c0 1.66 1.34 3 3 3h3v-8H5v-2c0-3.87 3.13-7 7-7s7 3.13 7 7v2h-4v8h3c1.66 0 3-1.34 3-3v-7c0-4.97-4.03-9-9-9z"})
"HeadsetOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/headset_rounded.cljs
================================================
(ns reagent-mui.icons.headset-rounded
"Imports @mui/icons-material/HeadsetRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headset-rounded (create-svg-icon (e "path" #js {"d" "M11.4 1.02C6.62 1.33 3 5.52 3 10.31V17c0 1.66 1.34 3 3 3h1c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2H5v-1.71C5 6.45 7.96 3.11 11.79 3 15.76 2.89 19 6.06 19 10v2h-2c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h1c1.66 0 3-1.34 3-3v-7c0-5.17-4.36-9.32-9.6-8.98z"})
"HeadsetRounded"))
================================================
FILE: src/icons/reagent_mui/icons/headset_sharp.cljs
================================================
(ns reagent-mui.icons.headset-sharp
"Imports @mui/icons-material/HeadsetSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headset-sharp (create-svg-icon (e "path" #js {"d" "M11.4 1.02C6.62 1.33 3 5.52 3 10.31V20h6v-8H5v-1.71C5 6.45 7.96 3.11 11.79 3 15.76 2.89 19 6.06 19 10v2h-4v8h6V10c0-5.17-4.36-9.32-9.6-8.98z"})
"HeadsetSharp"))
================================================
FILE: src/icons/reagent_mui/icons/headset_two_tone.cljs
================================================
(ns reagent-mui.icons.headset-two-tone
"Imports @mui/icons-material/HeadsetTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def headset-two-tone (create-svg-icon [(e "path" #js {"d" "M17 18h1c.55 0 1-.45 1-1v-3h-2v4zM5 17c0 .55.45 1 1 1h1v-4H5v3z", "opacity" ".3"}) (e "path" #js {"d" "M12 1c-4.97 0-9 4.03-9 9v7c0 1.66 1.34 3 3 3h3v-8H5v-2c0-3.87 3.13-7 7-7s7 3.13 7 7v2h-4v8h3c1.66 0 3-1.34 3-3v-7c0-4.97-4.03-9-9-9zM7 14v4H6c-.55 0-1-.45-1-1v-3h2zm12 3c0 .55-.45 1-1 1h-1v-4h2v3z"})]
"HeadsetTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/healing.cljs
================================================
(ns reagent-mui.icons.healing
"Imports @mui/icons-material/Healing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def healing (create-svg-icon (e "path" #js {"d" "m17.73 12.02 3.98-3.98c.39-.39.39-1.02 0-1.41l-4.34-4.34a.9959.9959 0 0 0-1.41 0l-3.98 3.98L8 2.29C7.8 2.1 7.55 2 7.29 2c-.25 0-.51.1-.7.29L2.25 6.63c-.39.39-.39 1.02 0 1.41l3.98 3.98L2.25 16c-.39.39-.39 1.02 0 1.41l4.34 4.34c.39.39 1.02.39 1.41 0l3.98-3.98 3.98 3.98c.2.2.45.29.71.29.26 0 .51-.1.71-.29l4.34-4.34c.39-.39.39-1.02 0-1.41l-3.99-3.98zM12 9c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-4.71 1.96L3.66 7.34l3.63-3.63 3.62 3.62-3.62 3.63zM10 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2.66 9.34-3.63-3.62 3.63-3.63 3.62 3.62-3.62 3.63z"})
"Healing"))
================================================
FILE: src/icons/reagent_mui/icons/healing_outlined.cljs
================================================
(ns reagent-mui.icons.healing-outlined
"Imports @mui/icons-material/HealingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def healing-outlined (create-svg-icon (e "path" #js {"d" "m17.73 12.02 3.98-3.98c.39-.39.39-1.02 0-1.41l-4.34-4.34a.9959.9959 0 0 0-1.41 0l-3.98 3.98L8 2.29C7.8 2.1 7.55 2 7.29 2c-.25 0-.51.1-.7.29L2.25 6.63c-.39.39-.39 1.02 0 1.41l3.98 3.98L2.25 16c-.39.39-.39 1.02 0 1.41l4.34 4.34c.39.39 1.02.39 1.41 0l3.98-3.98 3.98 3.98c.2.2.45.29.71.29.26 0 .51-.1.71-.29l4.34-4.34c.39-.39.39-1.02 0-1.41l-3.99-3.98zM12 9c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-4.71 1.96L3.66 7.34l3.63-3.63 3.62 3.62-3.62 3.63zM10 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2.66 9.34-3.63-3.62 3.63-3.63 3.62 3.62-3.62 3.63z"})
"HealingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/healing_rounded.cljs
================================================
(ns reagent-mui.icons.healing-rounded
"Imports @mui/icons-material/HealingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def healing-rounded (create-svg-icon (e "path" #js {"d" "m17.73 12.02 3.98-3.98c.39-.39.39-1.02 0-1.41l-4.34-4.34a.9959.9959 0 0 0-1.41 0l-3.98 3.98L8 2.29C7.8 2.1 7.55 2 7.29 2c-.25 0-.51.1-.7.29L2.25 6.63c-.39.39-.39 1.02 0 1.41l3.98 3.98L2.25 16c-.39.39-.39 1.02 0 1.41l4.34 4.34c.39.39 1.02.39 1.41 0l3.98-3.98 3.98 3.98c.2.2.45.29.71.29.26 0 .51-.1.71-.29l4.34-4.34c.39-.39.39-1.02 0-1.41l-3.99-3.98zM12 9c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-4.71 1.96L3.66 7.34l3.63-3.63 3.62 3.62-3.62 3.63zM10 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2.66 9.34-3.63-3.62 3.63-3.63 3.62 3.62-3.62 3.63z"})
"HealingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/healing_sharp.cljs
================================================
(ns reagent-mui.icons.healing-sharp
"Imports @mui/icons-material/HealingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def healing-sharp (create-svg-icon (e "path" #js {"d" "m17.74 12.01 4.68-4.68-5.75-5.75-4.68 4.68L7.3 1.58 1.55 7.34l4.68 4.69-4.68 4.68 5.75 5.75 4.68-4.68 4.69 4.69 5.76-5.76-4.69-4.7zM12 9c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-4.71 1.96L3.66 7.34l3.63-3.63 3.62 3.62-3.62 3.63zM10 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2.66 9.34-3.63-3.62 3.63-3.63 3.62 3.62-3.62 3.63z"})
"HealingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/healing_two_tone.cljs
================================================
(ns reagent-mui.icons.healing-two-tone
"Imports @mui/icons-material/HealingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def healing-two-tone (create-svg-icon [(e "path" #js {"d" "m13.03 16.72 3.63 3.62 3.62-3.63-3.62-3.62zM7.29 3.71 3.66 7.34l3.63 3.62 3.62-3.63z", "opacity" ".3"}) (e "path" #js {"d" "m17.73 12.02 3.98-3.98c.39-.39.39-1.02 0-1.41l-4.34-4.34a.9959.9959 0 0 0-1.41 0l-3.98 3.98L8 2.29C7.8 2.1 7.55 2 7.29 2c-.25 0-.51.1-.7.29L2.25 6.63c-.39.39-.39 1.02 0 1.41l3.98 3.98L2.25 16c-.39.39-.39 1.02 0 1.41l4.34 4.34c.39.39 1.02.39 1.41 0l3.98-3.98 3.98 3.98c.2.2.45.29.71.29s.51-.1.71-.29l4.34-4.34c.39-.39.39-1.02 0-1.41l-3.99-3.98zM12 9c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-4.71 1.96L3.66 7.34l3.63-3.63 3.62 3.62-3.62 3.63zM10 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2.66 9.34-3.63-3.62 3.63-3.63 3.62 3.62-3.62 3.63z"})]
"HealingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/health_and_safety.cljs
================================================
(ns reagent-mui.icons.health-and-safety
"Imports @mui/icons-material/HealthAndSafety as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def health-and-safety (create-svg-icon (e "path" #js {"d" "M10.5 13H8v-3h2.5V7.5h3V10H16v3h-2.5v2.5h-3V13zM12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3z"})
"HealthAndSafety"))
================================================
FILE: src/icons/reagent_mui/icons/health_and_safety_outlined.cljs
================================================
(ns reagent-mui.icons.health-and-safety-outlined
"Imports @mui/icons-material/HealthAndSafetyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def health-and-safety-outlined (create-svg-icon (e "path" #js {"d" "M10.5 13H8v-3h2.5V7.5h3V10H16v3h-2.5v2.5h-3V13zM12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83v-4.7l6-2.25 6 2.25v4.7z"})
"HealthAndSafetyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/health_and_safety_rounded.cljs
================================================
(ns reagent-mui.icons.health-and-safety-rounded
"Imports @mui/icons-material/HealthAndSafetyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def health-and-safety-rounded (create-svg-icon (e "path" #js {"d" "M10.5 13h-1c-.83 0-1.5-.67-1.5-1.5S8.67 10 9.5 10h1V9c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v1h1c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-1v1c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5v-1zm.8-10.74-6 2.25C4.52 4.81 4 5.55 4 6.39v4.7c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91v-4.7c0-.83-.52-1.58-1.3-1.87l-6-2.25c-.45-.18-.95-.18-1.4-.01z"})
"HealthAndSafetyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/health_and_safety_sharp.cljs
================================================
(ns reagent-mui.icons.health-and-safety-sharp
"Imports @mui/icons-material/HealthAndSafetySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def health-and-safety-sharp (create-svg-icon (e "path" #js {"d" "M10.5 13H8v-3h2.5V7.5h3V10H16v3h-2.5v2.5h-3V13zM12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3z"})
"HealthAndSafetySharp"))
================================================
FILE: src/icons/reagent_mui/icons/health_and_safety_two_tone.cljs
================================================
(ns reagent-mui.icons.health-and-safety-two-tone
"Imports @mui/icons-material/HealthAndSafetyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def health-and-safety-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4.14 6 6.39v4.7c0 4 2.55 7.7 6 8.83 3.45-1.13 6-4.82 6-8.83v-4.7l-6-2.25zM16 13h-2.5v2.5h-3V13H8v-3h2.5V7.5h3V10H16v3z", "opacity" ".3"}) (e "path" #js {"d" "M10.5 13H8v-3h2.5V7.5h3V10H16v3h-2.5v2.5h-3V13zM12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83v-4.7l6-2.25 6 2.25v4.7z"})]
"HealthAndSafetyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hearing.cljs
================================================
(ns reagent-mui.icons.hearing
"Imports @mui/icons-material/Hearing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hearing (create-svg-icon (e "path" #js {"d" "M17 20c-.29 0-.56-.06-.76-.15-.71-.37-1.21-.88-1.71-2.38-.51-1.56-1.47-2.29-2.39-3-.79-.61-1.61-1.24-2.32-2.53C9.29 10.98 9 9.93 9 9c0-2.8 2.2-5 5-5s5 2.2 5 5h2c0-3.93-3.07-7-7-7S7 5.07 7 9c0 1.26.38 2.65 1.07 3.9.91 1.65 1.98 2.48 2.85 3.15.81.62 1.39 1.07 1.71 2.05.6 1.82 1.37 2.84 2.73 3.55.51.23 1.07.35 1.64.35 2.21 0 4-1.79 4-4h-2c0 1.1-.9 2-2 2zM7.64 2.64 6.22 1.22C4.23 3.21 3 5.96 3 9s1.23 5.79 3.22 7.78l1.41-1.41C6.01 13.74 5 11.49 5 9s1.01-4.74 2.64-6.36zM11.5 9c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5-2.5 1.12-2.5 2.5z"})
"Hearing"))
================================================
FILE: src/icons/reagent_mui/icons/hearing_disabled.cljs
================================================
(ns reagent-mui.icons.hearing-disabled
"Imports @mui/icons-material/HearingDisabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hearing-disabled (create-svg-icon (e "path" #js {"d" "M6.03 3.2C7.15 2.44 8.51 2 10 2c3.93 0 7 3.07 7 7 0 1.26-.38 2.65-1.07 3.9-.02.04-.05.08-.08.13l-1.48-1.48c.4-.86.63-1.75.63-2.55 0-2.8-2.2-5-5-5-.92 0-1.76.26-2.5.67L6.03 3.2zm11.18 11.18 1.43 1.43C20.11 13.93 21 11.57 21 9c0-3.04-1.23-5.79-3.22-7.78l-1.42 1.42C17.99 4.26 19 6.51 19 9c0 2.02-.67 3.88-1.79 5.38zM10 6.5c-.21 0-.4.03-.59.08l3.01 3.01c.05-.19.08-.38.08-.59 0-1.38-1.12-2.5-2.5-2.5zm11.19 14.69L2.81 2.81 1.39 4.22l2.13 2.13C3.19 7.16 3 8.05 3 9h2c0-.36.05-.71.12-1.05l6.61 6.61c-.88.68-1.78 1.41-2.27 2.9-.5 1.5-1 2.01-1.71 2.38-.19.1-.46.16-.75.16-1.1 0-2-.9-2-2H3c0 2.21 1.79 4 4 4 .57 0 1.13-.12 1.64-.35 1.36-.71 2.13-1.73 2.73-3.55.32-.98.9-1.43 1.71-2.05.03-.02.05-.04.08-.06l6.62 6.62 1.41-1.42z"})
"HearingDisabled"))
================================================
FILE: src/icons/reagent_mui/icons/hearing_disabled_outlined.cljs
================================================
(ns reagent-mui.icons.hearing-disabled-outlined
"Imports @mui/icons-material/HearingDisabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hearing-disabled-outlined (create-svg-icon (e "path" #js {"d" "M6.03 3.2C7.15 2.44 8.51 2 10 2c3.93 0 7 3.07 7 7 0 1.26-.38 2.65-1.07 3.9-.02.04-.05.08-.08.13l-1.48-1.48c.4-.86.63-1.75.63-2.55 0-2.8-2.2-5-5-5-.92 0-1.76.26-2.5.67L6.03 3.2zm11.18 11.18 1.43 1.43C20.11 13.93 21 11.57 21 9c0-3.04-1.23-5.79-3.22-7.78l-1.42 1.42C17.99 4.26 19 6.51 19 9c0 2.02-.67 3.88-1.79 5.38zM10 6.5c-.21 0-.4.03-.59.08l3.01 3.01c.05-.19.08-.38.08-.59 0-1.38-1.12-2.5-2.5-2.5zm11.19 14.69L2.81 2.81 1.39 4.22l2.13 2.13C3.19 7.16 3 8.05 3 9h2c0-.36.05-.71.12-1.05l6.61 6.61c-.88.68-1.78 1.41-2.27 2.9-.5 1.5-1 2.01-1.71 2.38-.19.1-.46.16-.75.16-1.1 0-2-.9-2-2H3c0 2.21 1.79 4 4 4 .57 0 1.13-.12 1.64-.35 1.36-.71 2.13-1.73 2.73-3.55.32-.98.9-1.43 1.71-2.05.03-.02.05-.04.08-.06l6.62 6.62 1.41-1.42z"})
"HearingDisabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hearing_disabled_rounded.cljs
================================================
(ns reagent-mui.icons.hearing-disabled-rounded
"Imports @mui/icons-material/HearingDisabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hearing-disabled-rounded (create-svg-icon (e "path" #js {"d" "M16.96 3.3c-.32-.39-.29-.96.07-1.32l.01-.01c.42-.42 1.12-.38 1.49.08C20.07 3.94 21 6.36 21 9c0 2.57-.89 4.94-2.36 6.81l-1.43-1.43C18.33 12.88 19 11.02 19 9c0-2.17-.77-4.16-2.04-5.7zM7.49 4.66C8.23 4.24 9.08 4 10 4c2.8 0 5 2.2 5 5 0 .8-.23 1.69-.63 2.54l1.48 1.48c.02-.04.05-.08.08-.13C16.62 11.65 17 10.26 17 9c0-3.93-3.07-7-7-7-1.49 0-2.85.44-3.97 1.2l1.46 1.46zM10 6.5c-.21 0-.4.03-.59.08l3.01 3.01c.05-.19.08-.38.08-.59 0-1.38-1.12-2.5-2.5-2.5zm10.49 13.99L3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.42 1.42c-.2.49-.35 1-.43 1.54-.1.59.38 1.12.97 1.12h.04c.48 0 .89-.35.96-.82.02-.08.04-.16.06-.23l6.62 6.62c-.88.68-1.78 1.41-2.27 2.9-.5 1.5-1 2.01-1.71 2.38-.2.09-.47.15-.76.15-.88 0-1.63-.58-1.9-1.37-.13-.39-.53-.63-.95-.63-.66 0-1.15.64-.95 1.26C3.73 20.85 5.23 22 7 22c.57 0 1.13-.12 1.64-.35 1.36-.71 2.13-1.73 2.73-3.55.32-.98.9-1.43 1.71-2.05.03-.02.05-.04.08-.06l5.91 5.91c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41z"})
"HearingDisabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hearing_disabled_sharp.cljs
================================================
(ns reagent-mui.icons.hearing-disabled-sharp
"Imports @mui/icons-material/HearingDisabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hearing-disabled-sharp (create-svg-icon (e "path" #js {"d" "M6.03 3.2C7.15 2.44 8.51 2 10 2c3.93 0 7 3.07 7 7 0 1.26-.38 2.65-1.07 3.9-.02.04-.05.08-.08.13l-1.48-1.48c.4-.86.63-1.75.63-2.55 0-2.8-2.2-5-5-5-.92 0-1.76.26-2.5.67L6.03 3.2zm11.18 11.18 1.43 1.43C20.11 13.93 21 11.57 21 9c0-3.04-1.23-5.79-3.22-7.78l-1.42 1.42C17.99 4.26 19 6.51 19 9c0 2.02-.67 3.88-1.79 5.38zM10 6.5c-.21 0-.4.03-.59.08l3.01 3.01c.05-.19.08-.38.08-.59 0-1.38-1.12-2.5-2.5-2.5zm11.19 14.69L2.81 2.81 1.39 4.22l2.13 2.13C3.19 7.16 3 8.05 3 9h2c0-.36.05-.71.12-1.05l6.61 6.61c-.88.68-1.78 1.41-2.27 2.9-.5 1.5-1 2.01-1.71 2.38-.19.1-.46.16-.75.16-1.1 0-2-.9-2-2H3c0 2.21 1.79 4 4 4 .57 0 1.13-.12 1.64-.35 1.36-.71 2.13-1.73 2.73-3.55.32-.98.9-1.43 1.71-2.05.03-.02.05-.04.08-.06l6.62 6.62 1.41-1.42z"})
"HearingDisabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hearing_disabled_two_tone.cljs
================================================
(ns reagent-mui.icons.hearing-disabled-two-tone
"Imports @mui/icons-material/HearingDisabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hearing-disabled-two-tone (create-svg-icon (e "path" #js {"d" "M6.03 3.2C7.15 2.44 8.51 2 10 2c3.93 0 7 3.07 7 7 0 1.26-.38 2.65-1.07 3.9-.02.04-.05.08-.08.13l-1.48-1.48c.4-.86.63-1.75.63-2.55 0-2.8-2.2-5-5-5-.92 0-1.76.26-2.5.67L6.03 3.2zm11.18 11.18 1.43 1.43C20.11 13.93 21 11.57 21 9c0-3.04-1.23-5.79-3.22-7.78l-1.42 1.42C17.99 4.26 19 6.51 19 9c0 2.02-.67 3.88-1.79 5.38zM10 6.5c-.21 0-.4.03-.59.08l3.01 3.01c.05-.19.08-.38.08-.59 0-1.38-1.12-2.5-2.5-2.5zm11.19 14.69L2.81 2.81 1.39 4.22l2.13 2.13C3.19 7.16 3 8.05 3 9h2c0-.36.05-.71.12-1.05l6.61 6.61c-.88.68-1.78 1.41-2.27 2.9-.5 1.5-1 2.01-1.71 2.38-.19.1-.46.16-.75.16-1.1 0-2-.9-2-2H3c0 2.21 1.79 4 4 4 .57 0 1.13-.12 1.64-.35 1.36-.71 2.13-1.73 2.73-3.55.32-.98.9-1.43 1.71-2.05.03-.02.05-.04.08-.06l6.62 6.62 1.41-1.42z"})
"HearingDisabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hearing_outlined.cljs
================================================
(ns reagent-mui.icons.hearing-outlined
"Imports @mui/icons-material/HearingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hearing-outlined (create-svg-icon (e "path" #js {"d" "M17 20c-.29 0-.56-.06-.76-.15-.71-.37-1.21-.88-1.71-2.38-.51-1.56-1.47-2.29-2.39-3-.79-.61-1.61-1.24-2.32-2.53C9.29 10.98 9 9.93 9 9c0-2.8 2.2-5 5-5s5 2.2 5 5h2c0-3.93-3.07-7-7-7S7 5.07 7 9c0 1.26.38 2.65 1.07 3.9.91 1.65 1.98 2.48 2.85 3.15.81.62 1.39 1.07 1.71 2.05.6 1.82 1.37 2.84 2.73 3.55.51.23 1.07.35 1.64.35 2.21 0 4-1.79 4-4h-2c0 1.1-.9 2-2 2zM7.64 2.64 6.22 1.22C4.23 3.21 3 5.96 3 9s1.23 5.79 3.22 7.78l1.41-1.41C6.01 13.74 5 11.49 5 9s1.01-4.74 2.64-6.36zM11.5 9c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5-2.5 1.12-2.5 2.5z"})
"HearingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hearing_rounded.cljs
================================================
(ns reagent-mui.icons.hearing-rounded
"Imports @mui/icons-material/HearingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hearing-rounded (create-svg-icon (e "path" #js {"d" "M17 20c-.29 0-.56-.06-.76-.15-.71-.37-1.21-.88-1.71-2.38-.51-1.56-1.47-2.29-2.39-3-.79-.61-1.61-1.24-2.32-2.53C9.29 10.98 9 9.93 9 9c0-2.8 2.2-5 5-5 2.56 0 4.63 1.85 4.95 4.31.06.4.41.69.82.69h.34c.5 0 .89-.44.83-.94C20.49 4.59 17.61 2 14 2c-3.93 0-7 3.07-7 7 0 1.26.38 2.65 1.07 3.9.91 1.65 1.98 2.48 2.85 3.15.81.62 1.39 1.07 1.71 2.05.6 1.82 1.37 2.84 2.73 3.55.51.23 1.07.35 1.64.35 1.84 0 3.39-1.24 3.86-2.93.14-.54-.25-1.07-.81-1.07h-.35c-.38 0-.68.27-.81.63-.26.79-1.01 1.37-1.89 1.37zM6.97 1.97c-.43-.43-1.12-.39-1.5.07C3.93 3.94 3 6.36 3 9s.93 5.06 2.47 6.95c.38.46 1.07.5 1.49.08.36-.36.39-.93.07-1.32C5.77 13.16 5 11.17 5 9s.77-4.16 2.04-5.7c.33-.4.29-.97-.07-1.33zM11.5 9c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5-2.5 1.12-2.5 2.5z"})
"HearingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hearing_sharp.cljs
================================================
(ns reagent-mui.icons.hearing-sharp
"Imports @mui/icons-material/HearingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hearing-sharp (create-svg-icon (e "path" #js {"d" "M17 20c-.29 0-.56-.06-.76-.15-.71-.37-1.21-.88-1.71-2.38-.51-1.56-1.47-2.29-2.39-3-.79-.61-1.61-1.24-2.32-2.53C9.29 10.98 9 9.93 9 9c0-2.8 2.2-5 5-5s5 2.2 5 5h2c0-3.93-3.07-7-7-7S7 5.07 7 9c0 1.26.38 2.65 1.07 3.9.91 1.65 1.98 2.48 2.85 3.15.81.62 1.39 1.07 1.71 2.05.6 1.82 1.37 2.84 2.73 3.55.51.23 1.07.35 1.64.35 2.21 0 4-1.79 4-4h-2c0 1.1-.9 2-2 2zM7.64 2.64 6.22 1.22C4.23 3.21 3 5.96 3 9s1.23 5.79 3.22 7.78l1.41-1.41C6.01 13.74 5 11.49 5 9s1.01-4.74 2.64-6.36zM11.5 9c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5-2.5 1.12-2.5 2.5z"})
"HearingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hearing_two_tone.cljs
================================================
(ns reagent-mui.icons.hearing-two-tone
"Imports @mui/icons-material/HearingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hearing-two-tone (create-svg-icon [(e "path" #js {"d" "M7.64 2.64 6.22 1.22C4.23 3.21 3 5.96 3 9s1.23 5.79 3.22 7.78l1.41-1.41C6.01 13.74 5 11.49 5 9s1.01-4.74 2.64-6.36z"}) (e "circle" #js {"cx" "14", "cy" "9", "r" "2.5"}) (e "path" #js {"d" "M17 20c-.29 0-.56-.06-.76-.15-.71-.37-1.21-.88-1.71-2.38-.51-1.56-1.47-2.29-2.39-3-.79-.61-1.61-1.24-2.32-2.53C9.29 10.98 9 9.93 9 9c0-2.8 2.2-5 5-5s5 2.2 5 5h2c0-3.93-3.07-7-7-7S7 5.07 7 9c0 1.26.38 2.65 1.07 3.9.91 1.65 1.98 2.48 2.85 3.15.81.62 1.39 1.07 1.71 2.05.6 1.82 1.37 2.84 2.73 3.55.51.23 1.07.35 1.64.35 2.21 0 4-1.79 4-4h-2c0 1.1-.9 2-2 2z"})]
"HearingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/heart_broken.cljs
================================================
(ns reagent-mui.icons.heart-broken
"Imports @mui/icons-material/HeartBroken as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def heart-broken (create-svg-icon (e "path" #js {"d" "M16.5 3c-.96 0-1.9.25-2.73.69L12 9h3l-3 10 1-9h-3l1.54-5.39C10.47 3.61 9.01 3 7.5 3 4.42 3 2 5.42 2 8.5c0 4.13 4.16 7.18 10 12.5 5.47-4.94 10-8.26 10-12.5C22 5.42 19.58 3 16.5 3z"})
"HeartBroken"))
================================================
FILE: src/icons/reagent_mui/icons/heart_broken_outlined.cljs
================================================
(ns reagent-mui.icons.heart-broken-outlined
"Imports @mui/icons-material/HeartBrokenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def heart-broken-outlined (create-svg-icon (e "path" #js {"d" "M16.5 3c-.96 0-1.9.25-2.73.69L12 9h3l-3 10 1-9h-3l1.54-5.39C10.47 3.61 9.01 3 7.5 3 4.42 3 2 5.42 2 8.5c0 4.13 4.16 7.18 10 12.5 5.47-4.94 10-8.26 10-12.5C22 5.42 19.58 3 16.5 3zm-6.26 13.73C6.45 13.34 4 11 4 8.5 4 6.54 5.54 5 7.5 5c.59 0 1.19.15 1.73.42L7.35 12h3.42l-.53 4.73zm4.89-1.2L17.69 7h-2.91l.61-1.82c.36-.12.74-.18 1.11-.18C18.46 5 20 6.54 20 8.5c0 2.21-2.02 4.43-4.87 7.03z"})
"HeartBrokenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/heart_broken_rounded.cljs
================================================
(ns reagent-mui.icons.heart-broken-rounded
"Imports @mui/icons-material/HeartBrokenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def heart-broken-rounded (create-svg-icon (e "path" #js {"d" "M19.57 3.95c-1.92-1.29-4.08-1.17-5.8-.26L12 9h1.66c.67 0 1.15.65.96 1.29l-1.82 6.07c-.09.29-.52.2-.49-.1L13 10h-1.67c-.66 0-1.14-.64-.96-1.27l1.18-4.11c-1.85-1.73-4.84-2.3-7.28-.58C2.82 5.07 2 6.7 2 8.49c-.01 3.81 3.53 6.71 8.66 11.3.76.68 1.92.69 2.69.01 4.98-4.42 8.87-7.58 8.64-11.62-.09-1.73-.99-3.26-2.42-4.23z"})
"HeartBrokenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/heart_broken_sharp.cljs
================================================
(ns reagent-mui.icons.heart-broken-sharp
"Imports @mui/icons-material/HeartBrokenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def heart-broken-sharp (create-svg-icon (e "path" #js {"d" "M16.5 3c-.96 0-1.9.25-2.73.69L12 9h3l-3 10 1-9h-3l1.54-5.39C10.47 3.61 9.01 3 7.5 3 4.42 3 2 5.42 2 8.5c0 4.13 4.16 7.18 10 12.5 5.47-4.94 10-8.26 10-12.5C22 5.42 19.58 3 16.5 3z"})
"HeartBrokenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/heart_broken_two_tone.cljs
================================================
(ns reagent-mui.icons.heart-broken-two-tone
"Imports @mui/icons-material/HeartBrokenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def heart-broken-two-tone (create-svg-icon [(e "path" #js {"d" "M9.23 5.42C8.69 5.15 8.09 5 7.5 5 5.54 5 4 6.54 4 8.5c0 2.5 2.45 4.84 6.24 8.23l.53-4.73H7.35l1.88-6.58zM16.5 5c-.37 0-.75.06-1.12.18L14.77 7h2.91l-2.56 8.53C17.98 12.93 20 10.71 20 8.5 20 6.54 18.46 5 16.5 5z", "opacity" ".3"}) (e "path" #js {"d" "M16.5 3c-.96 0-1.9.25-2.73.69L12 9h3l-3 10 1-9h-3l1.54-5.39C10.47 3.61 9.01 3 7.5 3 4.42 3 2 5.42 2 8.5c0 4.13 4.16 7.18 10 12.5 5.47-4.94 10-8.26 10-12.5C22 5.42 19.58 3 16.5 3zm-6.26 13.73C6.45 13.34 4 11 4 8.5 4 6.54 5.54 5 7.5 5c.59 0 1.19.15 1.73.42L7.35 12h3.42l-.53 4.73zm4.89-1.2L17.69 7h-2.91l.61-1.82c.36-.12.74-.18 1.11-.18C18.46 5 20 6.54 20 8.5c0 2.21-2.02 4.43-4.87 7.03z"})]
"HeartBrokenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/heat_pump.cljs
================================================
(ns reagent-mui.icons.heat-pump
"Imports @mui/icons-material/HeatPump as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def heat-pump (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6.25 4.08c.82.12 1.57.44 2.2.91l-2.2 2.2V7.08zm-1.5 0v3.11l-2.2-2.2c.63-.47 1.38-.79 2.2-.91zM7.99 9.05l2.2 2.2H7.08c.12-.82.44-1.57.91-2.2zm-.91 3.7h3.11l-2.2 2.2c-.47-.63-.79-1.38-.91-2.2zm4.17 4.17c-.82-.12-1.57-.44-2.2-.91l2.2-2.2v3.11zM12 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm.75 3.92v-3.11l2.2 2.2c-.63.47-1.38.79-2.2.91zm3.26-1.97-2.2-2.2h3.11c-.12.82-.44 1.57-.91 2.2zm-2.2-3.7 2.2-2.2c.47.64.79 1.39.91 2.2h-3.11z"})
"HeatPump"))
================================================
FILE: src/icons/reagent_mui/icons/heat_pump_outlined.cljs
================================================
(ns reagent-mui.icons.heat-pump-outlined
"Imports @mui/icons-material/HeatPumpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def heat-pump-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M12 18c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm-.75-2.08c-.55-.1-1.05-.32-1.5-.62l1.5-1.5v2.12zm1.5 0v-2.11l1.5 1.5c-.45.3-.95.51-1.5.61zm2.56-1.67-1.5-1.5h2.11c-.1.55-.31 1.05-.61 1.5zm.61-3h-2.11l1.5-1.5c.3.45.51.95.61 1.5zm-3.17-3.17c.55.1 1.05.32 1.5.62l-1.5 1.5V8.08zM12 11c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-.75-2.92v2.11l-1.5-1.5c.45-.3.95-.51 1.5-.61zM8.69 9.75l1.5 1.5H8.08c.1-.55.31-1.05.61-1.5zm1.5 3-1.5 1.5c-.3-.44-.51-.95-.62-1.5h2.12z"})]
"HeatPumpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/heat_pump_rounded.cljs
================================================
(ns reagent-mui.icons.heat-pump-rounded
"Imports @mui/icons-material/HeatPumpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def heat-pump-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6.25 4.08c.82.12 1.57.44 2.2.91l-2.2 2.2V7.08zm-1.5 0v3.11l-2.2-2.2c.63-.47 1.38-.79 2.2-.91zM7.99 9.05l2.2 2.2H7.08c.12-.82.44-1.57.91-2.2zm-.91 3.7h3.11l-2.2 2.2c-.47-.63-.79-1.38-.91-2.2zm4.17 4.17c-.82-.12-1.57-.44-2.2-.91l2.2-2.2v3.11zM12 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm.75 3.92v-3.11l2.2 2.2c-.63.47-1.38.79-2.2.91zm3.26-1.97-2.2-2.2h3.11c-.12.82-.44 1.57-.91 2.2zm-2.2-3.7 2.2-2.2c.47.64.79 1.39.91 2.2h-3.11z"})
"HeatPumpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/heat_pump_sharp.cljs
================================================
(ns reagent-mui.icons.heat-pump-sharp
"Imports @mui/icons-material/HeatPumpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def heat-pump-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-8.25 4.08c.82.12 1.57.44 2.2.91l-2.2 2.2V7.08zm-1.5 0v3.11l-2.2-2.2c.63-.47 1.38-.79 2.2-.91zM7.99 9.05l2.2 2.2H7.08c.12-.82.44-1.57.91-2.2zm-.91 3.7h3.11l-2.2 2.2c-.47-.63-.79-1.38-.91-2.2zm4.17 4.17c-.82-.12-1.57-.44-2.2-.91l2.2-2.2v3.11zM12 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm.75 3.92v-3.11l2.2 2.2c-.63.47-1.38.79-2.2.91zm3.26-1.97-2.2-2.2h3.11c-.12.82-.44 1.57-.91 2.2zm-2.2-3.7 2.2-2.2c.47.64.79 1.39.91 2.2h-3.11z"})
"HeatPumpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/heat_pump_two_tone.cljs
================================================
(ns reagent-mui.icons.heat-pump-two-tone
"Imports @mui/icons-material/HeatPumpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def heat-pump-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm7-13c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M12 18c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm-.75-2.08c-.55-.1-1.05-.32-1.5-.62l1.5-1.5v2.12zm1.5 0v-2.11l1.5 1.5c-.45.3-.95.51-1.5.61zm2.56-1.67-1.5-1.5h2.11c-.1.55-.31 1.05-.61 1.5zm.61-3h-2.11l1.5-1.5c.3.45.51.95.61 1.5zm-3.17-3.17c.55.1 1.05.32 1.5.62l-1.5 1.5V8.08zM12 11c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-.75-2.92v2.11l-1.5-1.5c.45-.3.95-.51 1.5-.61zM8.69 9.75l1.5 1.5H8.08c.1-.55.31-1.05.61-1.5zm1.5 3-1.5 1.5c-.3-.44-.51-.95-.62-1.5h2.12z"})]
"HeatPumpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/height.cljs
================================================
(ns reagent-mui.icons.height
"Imports @mui/icons-material/Height as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def height (create-svg-icon (e "path" #js {"d" "M13 6.99h3L12 3 8 6.99h3v10.02H8L12 21l4-3.99h-3z"})
"Height"))
================================================
FILE: src/icons/reagent_mui/icons/height_outlined.cljs
================================================
(ns reagent-mui.icons.height-outlined
"Imports @mui/icons-material/HeightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def height-outlined (create-svg-icon (e "path" #js {"d" "M13 6.99h3L12 3 8 6.99h3v10.02H8L12 21l4-3.99h-3z"})
"HeightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/height_rounded.cljs
================================================
(ns reagent-mui.icons.height-rounded
"Imports @mui/icons-material/HeightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def height-rounded (create-svg-icon (e "path" #js {"d" "M13 6.99h1.79c.45 0 .67-.54.35-.85l-2.79-2.78c-.2-.19-.51-.19-.71 0L8.86 6.14c-.32.31-.1.85.35.85H11v10.02H9.21c-.45 0-.67.54-.35.85l2.79 2.78c.2.19.51.19.71 0l2.79-2.78c.32-.31.09-.85-.35-.85H13V6.99z"})
"HeightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/height_sharp.cljs
================================================
(ns reagent-mui.icons.height-sharp
"Imports @mui/icons-material/HeightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def height-sharp (create-svg-icon (e "path" #js {"d" "M13 6.99h3L12 3 8 6.99h3v10.02H8L12 21l4-3.99h-3z"})
"HeightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/height_two_tone.cljs
================================================
(ns reagent-mui.icons.height-two-tone
"Imports @mui/icons-material/HeightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def height-two-tone (create-svg-icon (e "path" #js {"d" "M13 6.99h3L12 3 8 6.99h3v10.02H8L12 21l4-3.99h-3z"})
"HeightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/help.cljs
================================================
(ns reagent-mui.icons.help
"Imports @mui/icons-material/Help as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def help (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"})
"Help"))
================================================
FILE: src/icons/reagent_mui/icons/help_center.cljs
================================================
(ns reagent-mui.icons.help-center
"Imports @mui/icons-material/HelpCenter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def help-center (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6.99 15c-.7 0-1.26-.56-1.26-1.26 0-.71.56-1.25 1.26-1.25.71 0 1.25.54 1.25 1.25-.01.69-.54 1.26-1.25 1.26zm3.01-7.4c-.76 1.11-1.48 1.46-1.87 2.17-.16.29-.22.48-.22 1.41h-1.82c0-.49-.08-1.29.31-1.98.49-.87 1.42-1.39 1.96-2.16.57-.81.25-2.33-1.37-2.33-1.06 0-1.58.8-1.8 1.48l-1.65-.7C9.01 7.15 10.22 6 11.99 6c1.48 0 2.49.67 3.01 1.52.44.72.7 2.07.02 3.08z"})
"HelpCenter"))
================================================
FILE: src/icons/reagent_mui/icons/help_center_outlined.cljs
================================================
(ns reagent-mui.icons.help-center-outlined
"Imports @mui/icons-material/HelpCenterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def help-center-outlined (create-svg-icon (e "path" #js {"d" "M13.25 16.74c0 .69-.53 1.26-1.25 1.26-.7 0-1.26-.56-1.26-1.26 0-.71.56-1.25 1.26-1.25.71 0 1.25.55 1.25 1.25zM11.99 6c-1.77 0-2.98 1.15-3.43 2.49l1.64.69c.22-.67.74-1.48 1.8-1.48 1.62 0 1.94 1.52 1.37 2.33-.54.77-1.47 1.29-1.96 2.16-.39.69-.31 1.49-.31 1.98h1.82c0-.93.07-1.12.22-1.41.39-.72 1.11-1.06 1.87-2.17.68-1 .42-2.36-.02-3.08-.51-.84-1.52-1.51-3-1.51zM19 5H5v14h14V5m0-2c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14z"})
"HelpCenterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/help_center_rounded.cljs
================================================
(ns reagent-mui.icons.help-center-rounded
"Imports @mui/icons-material/HelpCenterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def help-center-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6.99 15c-.7 0-1.26-.56-1.26-1.26 0-.71.56-1.25 1.26-1.25.71 0 1.25.54 1.25 1.25-.01.69-.54 1.26-1.25 1.26zm3.01-7.4c-.76 1.11-1.48 1.46-1.87 2.17-.1.18-.16.32-.19.63-.05.45-.45.78-.9.78H12c-.52 0-.93-.44-.88-.96.03-.34.11-.69.3-1.03.49-.87 1.42-1.39 1.96-2.16.57-.81.25-2.33-1.37-2.33-.71 0-1.18.36-1.47.79-.25.36-.69.53-1.1.36-.53-.21-.72-.85-.4-1.31C9.65 6.65 10.67 6 11.99 6c1.48 0 2.49.67 3.01 1.52.44.72.7 2.07.02 3.08z"})
"HelpCenterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/help_center_sharp.cljs
================================================
(ns reagent-mui.icons.help-center-sharp
"Imports @mui/icons-material/HelpCenterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def help-center-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-8.99 15c-.7 0-1.26-.56-1.26-1.26 0-.71.56-1.25 1.26-1.25.71 0 1.25.54 1.25 1.25-.01.69-.54 1.26-1.25 1.26zm3.01-7.4c-.76 1.11-1.48 1.46-1.87 2.17-.16.29-.22.48-.22 1.41h-1.82c0-.49-.08-1.29.31-1.98.49-.87 1.42-1.39 1.96-2.16.57-.81.25-2.33-1.37-2.33-1.06 0-1.58.8-1.8 1.48l-1.65-.7C9.01 7.15 10.22 6 11.99 6c1.48 0 2.49.67 3.01 1.52.44.72.7 2.07.02 3.08z"})
"HelpCenterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/help_center_two_tone.cljs
================================================
(ns reagent-mui.icons.help-center-two-tone
"Imports @mui/icons-material/HelpCenterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def help-center-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5v14h14V5H5zm7.01 13c-.7 0-1.26-.56-1.26-1.26 0-.71.56-1.25 1.26-1.25.71 0 1.25.54 1.25 1.25-.01.69-.54 1.26-1.25 1.26zm3.01-7.4c-.76 1.11-1.48 1.46-1.87 2.17-.16.29-.22.48-.22 1.41h-1.82c0-.49-.08-1.29.31-1.98.49-.87 1.42-1.39 1.96-2.16.57-.81.25-2.33-1.37-2.33-1.06 0-1.58.8-1.8 1.48l-1.65-.7C9.01 7.15 10.22 6 11.99 6c1.48 0 2.49.67 3.01 1.52.44.72.7 2.07.02 3.08z", "opacity" ".3"}) (e "path" #js {"d" "M13.25 16.74c0 .69-.53 1.26-1.25 1.26-.7 0-1.26-.56-1.26-1.26 0-.71.56-1.25 1.26-1.25.71 0 1.25.55 1.25 1.25zM11.99 6c-1.77 0-2.98 1.15-3.43 2.49l1.64.69c.22-.67.74-1.48 1.8-1.48 1.62 0 1.94 1.52 1.37 2.33-.54.77-1.47 1.29-1.96 2.16-.39.69-.31 1.49-.31 1.98h1.82c0-.93.07-1.12.22-1.41.39-.72 1.11-1.06 1.87-2.17.68-1 .42-2.36-.02-3.08-.51-.84-1.52-1.51-3-1.51zM19 5H5v14h14V5m0-2c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14z"})]
"HelpCenterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/help_outline.cljs
================================================
(ns reagent-mui.icons.help-outline
"Imports @mui/icons-material/HelpOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def help-outline (create-svg-icon (e "path" #js {"d" "M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"})
"HelpOutline"))
================================================
FILE: src/icons/reagent_mui/icons/help_outline_outlined.cljs
================================================
(ns reagent-mui.icons.help-outline-outlined
"Imports @mui/icons-material/HelpOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def help-outline-outlined (create-svg-icon (e "path" #js {"d" "M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"})
"HelpOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/help_outline_rounded.cljs
================================================
(ns reagent-mui.icons.help-outline-rounded
"Imports @mui/icons-material/HelpOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def help-outline-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-4h2v2h-2zm1.61-9.96c-2.06-.3-3.88.97-4.43 2.79-.18.58.26 1.17.87 1.17h.2c.41 0 .74-.29.88-.67.32-.89 1.27-1.5 2.3-1.28.95.2 1.65 1.13 1.57 2.1-.1 1.34-1.62 1.63-2.45 2.88 0 .01-.01.01-.01.02-.01.02-.02.03-.03.05-.09.15-.18.32-.25.5-.01.03-.03.05-.04.08-.01.02-.01.04-.02.07-.12.34-.2.75-.2 1.25h2c0-.42.11-.77.28-1.07.02-.03.03-.06.05-.09.08-.14.18-.27.28-.39.01-.01.02-.03.03-.04.1-.12.21-.23.33-.34.96-.91 2.26-1.65 1.99-3.56-.24-1.74-1.61-3.21-3.35-3.47z"})
"HelpOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/help_outline_sharp.cljs
================================================
(ns reagent-mui.icons.help-outline-sharp
"Imports @mui/icons-material/HelpOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def help-outline-sharp (create-svg-icon (e "path" #js {"d" "M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"})
"HelpOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/help_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.help-outline-two-tone
"Imports @mui/icons-material/HelpOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def help-outline-two-tone (create-svg-icon (e "path" #js {"d" "M11 16h2v2h-2zm1-14C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"})
"HelpOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/help_outlined.cljs
================================================
(ns reagent-mui.icons.help-outlined
"Imports @mui/icons-material/HelpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def help-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"})
"HelpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/help_rounded.cljs
================================================
(ns reagent-mui.icons.help-rounded
"Imports @mui/icons-material/HelpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def help-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92c-.5.51-.86.97-1.04 1.69-.08.32-.13.68-.13 1.14h-2v-.5c0-.46.08-.9.22-1.31.2-.58.53-1.1.95-1.52l1.24-1.26c.46-.44.68-1.1.55-1.8-.13-.72-.69-1.33-1.39-1.53-1.11-.31-2.14.32-2.47 1.27-.12.37-.43.65-.82.65h-.3C8.4 9 8 8.44 8.16 7.88c.43-1.47 1.68-2.59 3.23-2.83 1.52-.24 2.97.55 3.87 1.8 1.18 1.63.83 3.38-.19 4.4z"})
"HelpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/help_sharp.cljs
================================================
(ns reagent-mui.icons.help-sharp
"Imports @mui/icons-material/HelpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def help-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"})
"HelpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/help_two_tone.cljs
================================================
(ns reagent-mui.icons.help-two-tone
"Imports @mui/icons-material/HelpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def help-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm1 14h-2v-2h2v2zm0-3h-2c0-3.25 3-3 3-5 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 2.5-3 2.75-3 5z", "opacity" ".3"}) (e "path" #js {"d" "M11 16h2v2h-2zm1-14C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"})]
"HelpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hevc.cljs
================================================
(ns reagent-mui.icons.hevc
"Imports @mui/icons-material/Hevc as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hevc (create-svg-icon (e "path" #js {"d" "M5.5 11h-1V9H3v6h1.5v-2.5h1V15H7V9H5.5zM21 11v-1c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1h-1.5v.5h-1v-3h1v.5H21zm-6.75 2.5L13.5 9H12l1 6h2.5l1-6H15zM8 9v6h3.5v-1.5h-2v-1h2V11h-2v-.5h2V9z"})
"Hevc"))
================================================
FILE: src/icons/reagent_mui/icons/hevc_outlined.cljs
================================================
(ns reagent-mui.icons.hevc-outlined
"Imports @mui/icons-material/HevcOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hevc-outlined (create-svg-icon (e "path" #js {"d" "M5.5 11h-1V9H3v6h1.5v-2.5h1V15H7V9H5.5zM21 11v-1c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1h-1.5v.5h-1v-3h1v.5H21zm-6.75 2.5L13.5 9H12l1 6h2.5l1-6H15zM8 9v6h3.5v-1.5h-2v-1h2V11h-2v-.5h2V9z"})
"HevcOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hevc_rounded.cljs
================================================
(ns reagent-mui.icons.hevc-rounded
"Imports @mui/icons-material/HevcRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hevc-rounded (create-svg-icon (e "path" #js {"d" "M6.25 9c-.41 0-.75.34-.75.75V11h-1V9.75c0-.41-.34-.75-.75-.75S3 9.34 3 9.75v4.5c0 .41.34.75.75.75s.75-.34.75-.75V12.5h1v1.75c0 .41.34.75.75.75s.75-.34.75-.75v-4.5C7 9.34 6.66 9 6.25 9zm4.5 1.5c.41 0 .75-.34.75-.75S11.16 9 10.75 9H9c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h1.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H9.5v-1h1.25c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H9.5v-.5h1.25zM15.63 9c-.36 0-.67.26-.73.62l-.65 3.88-.65-3.88c-.06-.36-.37-.62-.73-.62-.46 0-.8.41-.73.86l.65 3.91c.12.71.73 1.23 1.46 1.23s1.34-.52 1.46-1.23l.65-3.91c.07-.45-.28-.86-.73-.86zm3.87 1.5c0 .28.22.5.5.5h.5c.28 0 .5-.22.5-.5V10c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-.5c0-.28-.22-.5-.5-.5H20c-.28 0-.5.22-.5.5h-1v-3h1z"})
"HevcRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hevc_sharp.cljs
================================================
(ns reagent-mui.icons.hevc-sharp
"Imports @mui/icons-material/HevcSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hevc-sharp (create-svg-icon (e "path" #js {"d" "M5.5 11h-1V9H3v6h1.5v-2.5h1V15H7V9H5.5zM21 11V9h-4v6h4v-2h-1.5v.5h-1v-3h1v.5zm-6.75 2.5L13.5 9H12l1 6h2.5l1-6H15zM8 9v6h3.5v-1.5h-2v-1h2V11h-2v-.5h2V9z"})
"HevcSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hevc_two_tone.cljs
================================================
(ns reagent-mui.icons.hevc-two-tone
"Imports @mui/icons-material/HevcTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hevc-two-tone (create-svg-icon (e "path" #js {"d" "M5.5 11h-1V9H3v6h1.5v-2.5h1V15H7V9H5.5zM21 11v-1c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1h-1.5v.5h-1v-3h1v.5H21zm-6.75 2.5L13.5 9H12l1 6h2.5l1-6H15zM8 9v6h3.5v-1.5h-2v-1h2V11h-2v-.5h2V9z"})
"HevcTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hexagon.cljs
================================================
(ns reagent-mui.icons.hexagon
"Imports @mui/icons-material/Hexagon as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hexagon (create-svg-icon (e "path" #js {"d" "M17.2 3H6.8l-5.2 9 5.2 9h10.4l5.2-9z"})
"Hexagon"))
================================================
FILE: src/icons/reagent_mui/icons/hexagon_outlined.cljs
================================================
(ns reagent-mui.icons.hexagon-outlined
"Imports @mui/icons-material/HexagonOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hexagon-outlined (create-svg-icon (e "path" #js {"d" "M17.2 3H6.8l-5.2 9 5.2 9h10.4l5.2-9-5.2-9zm-1.15 16h-8.1l-4.04-7 4.04-7h8.09l4.04 7-4.03 7z"})
"HexagonOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hexagon_rounded.cljs
================================================
(ns reagent-mui.icons.hexagon-rounded
"Imports @mui/icons-material/HexagonRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hexagon-rounded (create-svg-icon (e "path" #js {"d" "M16.05 3h-8.1c-.71 0-1.37.38-1.73 1l-4.04 7c-.36.62-.36 1.38 0 2l4.04 7c.36.62 1.02 1 1.73 1h8.09c.71 0 1.37-.38 1.73-1l4.04-7c.36-.62.36-1.38 0-2l-4.04-7c-.35-.62-1.01-1-1.72-1z"})
"HexagonRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hexagon_sharp.cljs
================================================
(ns reagent-mui.icons.hexagon-sharp
"Imports @mui/icons-material/HexagonSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hexagon-sharp (create-svg-icon (e "path" #js {"d" "M17.2 3H6.8l-5.2 9 5.2 9h10.4l5.2-9z"})
"HexagonSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hexagon_two_tone.cljs
================================================
(ns reagent-mui.icons.hexagon-two-tone
"Imports @mui/icons-material/HexagonTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hexagon-two-tone (create-svg-icon [(e "path" #js {"d" "M16.05 19h-8.1l-4.04-7 4.04-7h8.1l4.04 7z", "opacity" ".3"}) (e "path" #js {"d" "M17.2 3H6.8l-5.2 9 5.2 9h10.4l5.2-9-5.2-9zm-1.15 16h-8.1l-4.04-7 4.04-7h8.09l4.04 7-4.03 7z"})]
"HexagonTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hide_image.cljs
================================================
(ns reagent-mui.icons.hide-image
"Imports @mui/icons-material/HideImage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hide-image (create-svg-icon (e "path" #js {"d" "M21 5c0-1.1-.9-2-2-2H5.83L21 18.17V5zM2.81 2.81 1.39 4.22 3 5.83V19c0 1.1.9 2 2 2h13.17l1.61 1.61 1.41-1.41L2.81 2.81zM6 17l3-4 2.25 3 .82-1.1 2.1 2.1H6z"})
"HideImage"))
================================================
FILE: src/icons/reagent_mui/icons/hide_image_outlined.cljs
================================================
(ns reagent-mui.icons.hide-image-outlined
"Imports @mui/icons-material/HideImageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hide-image-outlined (create-svg-icon (e "path" #js {"d" "M19 5v11.17l2 2V5c0-1.1-.9-2-2-2H5.83l2 2H19zM2.81 2.81 1.39 4.22 3 5.83V19c0 1.1.9 2 2 2h13.17l1.61 1.61 1.41-1.41L2.81 2.81zM5 19V7.83l7.07 7.07-.82 1.1L9 13l-3 4h8.17l2 2H5z"})
"HideImageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hide_image_rounded.cljs
================================================
(ns reagent-mui.icons.hide-image-rounded
"Imports @mui/icons-material/HideImageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hide-image-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5.83L21 18.17V5c0-1.1-.9-2-2-2zm-15.49.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.9.91V19c0 1.1.9 2 2 2h13.17l.9.9c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51zM7 17c-.41 0-.65-.47-.4-.8l2-2.67c.2-.27.6-.27.8 0L11.25 16l.82-1.1 2.1 2.1H7z"})
"HideImageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hide_image_sharp.cljs
================================================
(ns reagent-mui.icons.hide-image-sharp
"Imports @mui/icons-material/HideImageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hide-image-sharp (create-svg-icon (e "path" #js {"d" "M21 3H5.83L21 18.17zM2.81 2.81 1.39 4.22 3 5.83V21h15.17l1.61 1.61 1.41-1.41L2.81 2.81zM6 17l3-4 2.25 3 .82-1.1 2.1 2.1H6z"})
"HideImageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hide_image_two_tone.cljs
================================================
(ns reagent-mui.icons.hide-image-two-tone
"Imports @mui/icons-material/HideImageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hide-image-two-tone (create-svg-icon [(e "path" #js {"d" "m16.17 19-2-2H6l3-4 2.25 3 .82-1.1L5 7.83V19zM7.83 5 19 16.17V5z", "opacity" ".3"}) (e "path" #js {"d" "M19 5v11.17l2 2V5c0-1.1-.9-2-2-2H5.83l2 2H19zM2.81 2.81 1.39 4.22 3 5.83V19c0 1.1.9 2 2 2h13.17l1.61 1.61 1.41-1.41L2.81 2.81zM5 19V7.83l7.07 7.07-.82 1.1L9 13l-3 4h8.17l2 2H5z"})]
"HideImageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hide_source.cljs
================================================
(ns reagent-mui.icons.hide-source
"Imports @mui/icons-material/HideSource as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hide-source (create-svg-icon (e "path" #js {"d" "M2.81 2.81 1.39 4.22l2.27 2.27C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l2.27 2.27 1.41-1.41L2.81 2.81zM12 20c-4.41 0-8-3.59-8-8 0-1.48.41-2.86 1.12-4.06l10.94 10.94C14.86 19.59 13.48 20 12 20zM7.94 5.12 6.49 3.66C8.07 2.61 9.96 2 12 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51l-1.46-1.46C19.59 14.86 20 13.48 20 12c0-4.41-3.59-8-8-8-1.48 0-2.86.41-4.06 1.12z"})
"HideSource"))
================================================
FILE: src/icons/reagent_mui/icons/hide_source_outlined.cljs
================================================
(ns reagent-mui.icons.hide-source-outlined
"Imports @mui/icons-material/HideSourceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hide-source-outlined (create-svg-icon (e "path" #js {"d" "M2.81 2.81 1.39 4.22l2.27 2.27C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l2.27 2.27 1.41-1.41L2.81 2.81zM12 20c-4.41 0-8-3.59-8-8 0-1.48.41-2.86 1.12-4.06l10.94 10.94C14.86 19.59 13.48 20 12 20zM7.94 5.12 6.49 3.66C8.07 2.61 9.96 2 12 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51l-1.46-1.46C19.59 14.86 20 13.48 20 12c0-4.41-3.59-8-8-8-1.48 0-2.86.41-4.06 1.12z"})
"HideSourceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hide_source_rounded.cljs
================================================
(ns reagent-mui.icons.hide-source-rounded
"Imports @mui/icons-material/HideSourceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hide-source-rounded (create-svg-icon (e "path" #js {"d" "M2.1 3.51c-.39.39-.39 1.03 0 1.42l1.56 1.56c-1.25 1.88-1.88 4.2-1.59 6.69.52 4.54 4.21 8.23 8.75 8.75 2.49.29 4.81-.34 6.69-1.59l1.56 1.56c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0zM12 20c-4.41 0-8-3.59-8-8 0-1.48.41-2.86 1.12-4.06l10.94 10.94C14.86 19.59 13.48 20 12 20zM7.94 5.12 6.49 3.66C8.07 2.61 9.96 2 12 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51l-1.46-1.46C19.59 14.86 20 13.48 20 12c0-4.41-3.59-8-8-8-1.48 0-2.86.41-4.06 1.12z"})
"HideSourceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hide_source_sharp.cljs
================================================
(ns reagent-mui.icons.hide-source-sharp
"Imports @mui/icons-material/HideSourceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hide-source-sharp (create-svg-icon (e "path" #js {"d" "M2.81 2.81 1.39 4.22l2.27 2.27C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l2.27 2.27 1.41-1.41L2.81 2.81zM12 20c-4.41 0-8-3.59-8-8 0-1.48.41-2.86 1.12-4.06l10.94 10.94C14.86 19.59 13.48 20 12 20zM7.94 5.12 6.49 3.66C8.07 2.61 9.96 2 12 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51l-1.46-1.46C19.59 14.86 20 13.48 20 12c0-4.41-3.59-8-8-8-1.48 0-2.86.41-4.06 1.12z"})
"HideSourceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hide_source_two_tone.cljs
================================================
(ns reagent-mui.icons.hide-source-two-tone
"Imports @mui/icons-material/HideSourceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hide-source-two-tone (create-svg-icon (e "path" #js {"d" "M2.81 2.81 1.39 4.22l2.27 2.27C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l2.27 2.27 1.41-1.41L2.81 2.81zM12 20c-4.41 0-8-3.59-8-8 0-1.48.41-2.86 1.12-4.06l10.94 10.94C14.86 19.59 13.48 20 12 20zM7.94 5.12 6.49 3.66C8.07 2.61 9.96 2 12 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51l-1.46-1.46C19.59 14.86 20 13.48 20 12c0-4.41-3.59-8-8-8-1.48 0-2.86.41-4.06 1.12z"})
"HideSourceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/high_quality.cljs
================================================
(ns reagent-mui.icons.high-quality
"Imports @mui/icons-material/HighQuality as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def high-quality (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 11H9.5v-2h-2v2H6V9h1.5v2.5h2V9H11v6zm7-1c0 .55-.45 1-1 1h-.75v1.5h-1.5V15H14c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v4zm-3.5-.5h2v-3h-2v3z"})
"HighQuality"))
================================================
FILE: src/icons/reagent_mui/icons/high_quality_outlined.cljs
================================================
(ns reagent-mui.icons.high-quality-outlined
"Imports @mui/icons-material/HighQualityOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def high-quality-outlined (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H5V6h14v12zM7.5 13h2v2H11V9H9.5v2.5h-2V9H6v6h1.5zm6.5 2h.75v1.5h1.5V15H17c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-4.5h2v3h-2v-3z"})
"HighQualityOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/high_quality_rounded.cljs
================================================
(ns reagent-mui.icons.high-quality-rounded
"Imports @mui/icons-material/HighQualityRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def high-quality-rounded (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8.75 11c-.41 0-.75-.34-.75-.75V13h-2v1.25c0 .41-.34.75-.75.75S6 14.66 6 14.25v-4.5c0-.41.34-.75.75-.75s.75.34.75.75v1.75h2V9.75c0-.41.34-.75.75-.75s.75.34.75.75v4.5c0 .41-.34.75-.75.75zM18 14c0 .55-.45 1-1 1h-.75v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V15H14c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v4zm-3.5-.5h2v-3h-2v3z"})
"HighQualityRounded"))
================================================
FILE: src/icons/reagent_mui/icons/high_quality_sharp.cljs
================================================
(ns reagent-mui.icons.high-quality-sharp
"Imports @mui/icons-material/HighQualitySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def high-quality-sharp (create-svg-icon (e "path" #js {"d" "M21 4H3v16h18V4zM11 15H9.5v-2h-2v2H6V9h1.5v2.5h2V9H11v6zm7 0h-1.75v1.5h-1.5V15H13V9h5v6zm-3.5-1.5h2v-3h-2v3z"})
"HighQualitySharp"))
================================================
FILE: src/icons/reagent_mui/icons/high_quality_two_tone.cljs
================================================
(ns reagent-mui.icons.high-quality-two-tone
"Imports @mui/icons-material/HighQualityTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def high-quality-two-tone (create-svg-icon [(e "path" #js {"d" "M19 6H5v12h14V6zm-8 9H9.5v-2h-2v2H6V9h1.5v2.5h2V9H11v6zm7-1c0 .55-.45 1-1 1h-.75v1.5h-1.5V15H14c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v4zm-3.5-3.5h2v3h-2z", "opacity" ".3"}) (e "path" #js {"d" "M3 6v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2 2zm2 0h14v12H5V6zm4.5 5.5h-2V9H6v6h1.5v-2h2v2H11V9H9.5zM17 9h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h.75v1.5h1.5V15H17c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-.5 4.5h-2v-3h2v3z"})]
"HighQualityTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/highlight.cljs
================================================
(ns reagent-mui.icons.highlight
"Imports @mui/icons-material/Highlight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def highlight (create-svg-icon (e "path" #js {"d" "m6 14 3 3v5h6v-5l3-3V9H6v5zm5-12h2v3h-2V2zM3.5 5.88l1.41-1.41 2.12 2.12L5.62 8 3.5 5.88zm13.46.71 2.12-2.12 1.41 1.41L18.38 8l-1.42-1.41z"})
"Highlight"))
================================================
FILE: src/icons/reagent_mui/icons/highlight_alt.cljs
================================================
(ns reagent-mui.icons.highlight-alt
"Imports @mui/icons-material/HighlightAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def highlight-alt (create-svg-icon (e "path" #js {"d" "M17 5h-2V3h2v2zm-2 16h2v-2.59L19.59 21 21 19.59 18.41 17H21v-2h-6v6zm4-12h2V7h-2v2zm0 4h2v-2h-2v2zm-8 8h2v-2h-2v2zM7 5h2V3H7v2zM3 17h2v-2H3v2zm2 4v-2H3c0 1.1.9 2 2 2zM19 3v2h2c0-1.1-.9-2-2-2zm-8 2h2V3h-2v2zM3 9h2V7H3v2zm4 12h2v-2H7v2zm-4-8h2v-2H3v2zm0-8h2V3c-1.1 0-2 .9-2 2z"})
"HighlightAlt"))
================================================
FILE: src/icons/reagent_mui/icons/highlight_alt_outlined.cljs
================================================
(ns reagent-mui.icons.highlight-alt-outlined
"Imports @mui/icons-material/HighlightAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def highlight-alt-outlined (create-svg-icon (e "path" #js {"d" "M17 5h-2V3h2v2zm-2 10v6l2.29-2.29 2.3 2.29L21 19.59l-2.29-2.29L21 15h-6zm4-6h2V7h-2v2zm0 4h2v-2h-2v2zm-8 8h2v-2h-2v2zM7 5h2V3H7v2zM3 17h2v-2H3v2zm2 4v-2H3c0 1.1.9 2 2 2zM19 3v2h2c0-1.1-.9-2-2-2zm-8 2h2V3h-2v2zM3 9h2V7H3v2zm4 12h2v-2H7v2zm-4-8h2v-2H3v2zm0-8h2V3c-1.1 0-2 .9-2 2z"})
"HighlightAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/highlight_alt_rounded.cljs
================================================
(ns reagent-mui.icons.highlight-alt-rounded
"Imports @mui/icons-material/HighlightAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def highlight-alt-rounded (create-svg-icon (e "path" #js {"d" "M17 5h-2V3h2v2zm2 4h2V7h-2v2zm0 4h2v-2h-2v2zm-8 8h2v-2h-2v2zM7 5h2V3H7v2zM3 17h2v-2H3v2zm2 4v-2H3c0 1.1.9 2 2 2zM19 3v2h2c0-1.1-.9-2-2-2zm-8 2h2V3h-2v2zM3 9h2V7H3v2zm4 12h2v-2H7v2zm-4-8h2v-2H3v2zm0-8h2V3c-1.1 0-2 .9-2 2zm15.71 12.29 1.44-1.44c.32-.32.09-.85-.35-.85H16c-.55 0-1 .45-1 1v3.79c0 .45.54.67.85.35l1.44-1.44 2 2c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-1.99-2z"})
"HighlightAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/highlight_alt_sharp.cljs
================================================
(ns reagent-mui.icons.highlight-alt-sharp
"Imports @mui/icons-material/HighlightAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def highlight-alt-sharp (create-svg-icon (e "path" #js {"d" "M17 5h-2V3h2v2zm2-2v2h2V3h-2zm0 6h2V7h-2v2zm0 4h2v-2h-2v2zm-8 8h2v-2h-2v2zM7 5h2V3H7v2zM3 5h2V3H3v2zm0 12h2v-2H3v2zm0 4h2v-2H3v2zm8-16h2V3h-2v2zM3 9h2V7H3v2zm4 12h2v-2H7v2zm-4-8h2v-2H3v2zm12 2v6l2.29-2.29 2.3 2.29L21 19.59l-2.29-2.29L21 15h-6z"})
"HighlightAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/highlight_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.highlight-alt-two-tone
"Imports @mui/icons-material/HighlightAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def highlight-alt-two-tone (create-svg-icon (e "path" #js {"d" "M17 5h-2V3h2v2zm-2 10v6l2.29-2.29 2.3 2.29L21 19.59l-2.29-2.29L21 15h-6zm4-6h2V7h-2v2zm0 4h2v-2h-2v2zm-8 8h2v-2h-2v2zM7 5h2V3H7v2zM3 17h2v-2H3v2zm2 4v-2H3c0 1.1.9 2 2 2zM19 3v2h2c0-1.1-.9-2-2-2zm-8 2h2V3h-2v2zM3 9h2V7H3v2zm4 12h2v-2H7v2zm-4-8h2v-2H3v2zm0-8h2V3c-1.1 0-2 .9-2 2z"})
"HighlightAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/highlight_off.cljs
================================================
(ns reagent-mui.icons.highlight-off
"Imports @mui/icons-material/HighlightOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def highlight-off (create-svg-icon (e "path" #js {"d" "M14.59 8 12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41 14.59 8zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"HighlightOff"))
================================================
FILE: src/icons/reagent_mui/icons/highlight_off_outlined.cljs
================================================
(ns reagent-mui.icons.highlight-off-outlined
"Imports @mui/icons-material/HighlightOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def highlight-off-outlined (create-svg-icon (e "path" #js {"d" "M14.59 8 12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41 14.59 8zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"HighlightOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/highlight_off_rounded.cljs
================================================
(ns reagent-mui.icons.highlight-off-rounded
"Imports @mui/icons-material/HighlightOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def highlight-off-rounded (create-svg-icon (e "path" #js {"d" "M13.89 8.7 12 10.59 10.11 8.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10.59 12 8.7 13.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l1.89 1.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l1.89-1.89c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.38-1.41 0zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"HighlightOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/highlight_off_sharp.cljs
================================================
(ns reagent-mui.icons.highlight-off-sharp
"Imports @mui/icons-material/HighlightOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def highlight-off-sharp (create-svg-icon (e "path" #js {"d" "M14.59 8 12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41 14.59 8zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"HighlightOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/highlight_off_two_tone.cljs
================================================
(ns reagent-mui.icons.highlight-off-two-tone
"Imports @mui/icons-material/HighlightOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def highlight-off-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm4 10.59L14.59 16 12 13.41 9.41 16 8 14.59 10.59 12 8 9.41 9.41 8 12 10.59 14.59 8 16 9.41 13.41 12 16 14.59z", "opacity" ".3"}) (e "path" #js {"d" "M14.59 8 12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})]
"HighlightOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/highlight_outlined.cljs
================================================
(ns reagent-mui.icons.highlight-outlined
"Imports @mui/icons-material/HighlightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def highlight-outlined (create-svg-icon (e "path" #js {"d" "m6 14 3 3v5h6v-5l3-3V9H6v5zm2-3h8v2.17l-3 3V20h-2v-3.83l-3-3V11zm3-9h2v3h-2zM3.502 5.874 4.916 4.46l2.122 2.12-1.414 1.415zm13.458.708 2.123-2.12 1.413 1.416-2.123 2.12z"})
"HighlightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/highlight_rounded.cljs
================================================
(ns reagent-mui.icons.highlight-rounded
"Imports @mui/icons-material/HighlightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def highlight-rounded (create-svg-icon (e "path" #js {"d" "M6.29 14.29 9 17v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-4l2.71-2.71c.19-.19.29-.44.29-.71V10c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v3.59c0 .26.11.52.29.7zM12 2c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1s-1-.45-1-1V3c0-.55.45-1 1-1zM4.21 5.17c.39-.39 1.02-.39 1.42 0l.71.71c.39.39.39 1.02 0 1.41-.39.39-1.02.39-1.41 0l-.72-.71a.9959.9959 0 0 1 0-1.41zm13.46.71.71-.71c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-.71.71c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41z"})
"HighlightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/highlight_sharp.cljs
================================================
(ns reagent-mui.icons.highlight-sharp
"Imports @mui/icons-material/HighlightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def highlight-sharp (create-svg-icon (e "path" #js {"d" "m6 14 3 3v5h6v-5l3-3V9H6v5zm5-12h2v3h-2V2zM3.5 5.88l1.41-1.41 2.12 2.12L5.62 8 3.5 5.88zm13.46.71 2.12-2.12 1.41 1.41L18.38 8l-1.42-1.41z"})
"HighlightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/highlight_two_tone.cljs
================================================
(ns reagent-mui.icons.highlight-two-tone
"Imports @mui/icons-material/HighlightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def highlight-two-tone (create-svg-icon [(e "path" #js {"d" "M11 20h2v-3.83l3-3V11H8v2.17l3 3z", "opacity" ".3"}) (e "path" #js {"d" "m6 14 3 3v5h6v-5l3-3V9H6v5zm2-3h8v2.17l-3 3V20h-2v-3.83l-3-3V11zm3-9h2v3h-2zM4.916 4.464l2.12 2.122L5.62 8 3.5 5.877zM18.372 8l-1.414-1.414 2.12-2.12 1.415 1.413z"})]
"HighlightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hiking.cljs
================================================
(ns reagent-mui.icons.hiking
"Imports @mui/icons-material/Hiking as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hiking (create-svg-icon (e "path" #js {"d" "M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 5.28c-1.23-.37-2.22-1.17-2.8-2.18l-1-1.6c-.41-.65-1.11-1-1.84-1-.78 0-1.59.5-1.78 1.44S7 23 7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3c1 1.15 2.41 2.01 4 2.34V23H19V9h-1.5v1.78zM7.43 13.13l-2.12-.41c-.54-.11-.9-.63-.79-1.17l.76-3.93c.21-1.08 1.26-1.79 2.34-1.58l1.16.23-1.35 6.86z"})
"Hiking"))
================================================
FILE: src/icons/reagent_mui/icons/hiking_outlined.cljs
================================================
(ns reagent-mui.icons.hiking-outlined
"Imports @mui/icons-material/HikingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hiking-outlined (create-svg-icon (e "path" #js {"d" "M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 5.28c-1.23-.37-2.22-1.17-2.8-2.18l-1-1.6c-.41-.65-1.11-1-1.84-1-.78 0-1.59.5-1.78 1.44S7 23 7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3c1 1.15 2.41 2.01 4 2.34V23H19V9h-1.5v1.78zM7.43 13.13l-2.12-.41c-.54-.11-.9-.63-.79-1.17l.76-3.93c.21-1.08 1.26-1.79 2.34-1.58l1.16.23-1.35 6.86z"})
"HikingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hiking_rounded.cljs
================================================
(ns reagent-mui.icons.hiking-rounded
"Imports @mui/icons-material/HikingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hiking-rounded (create-svg-icon (e "path" #js {"d" "M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM18.25 9c-.41 0-.75.34-.75.75v1.03c-1.23-.37-2.22-1.17-2.8-2.18l-1-1.6c-.41-.65-1.11-1-1.84-1-.78 0-1.59.5-1.78 1.44L7.25 21.76c-.13.64.36 1.24 1.02 1.24.49 0 .91-.34 1.02-.81L10.9 15l2.1 2v5c0 .55.45 1 1 1s1-.45 1-1v-5.64c0-.55-.22-1.07-.62-1.45L12.9 13.5l.6-3c1 1.15 2.41 2.01 4 2.34v9.41c0 .41.34.75.75.75s.75-.34.75-.75V9.75c0-.41-.34-.75-.75-.75zM7.43 13.13l-2.12-.41c-.54-.11-.9-.63-.79-1.17l.76-3.93c.21-1.08 1.26-1.79 2.34-1.58l1.16.23-1.35 6.86z"})
"HikingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hiking_sharp.cljs
================================================
(ns reagent-mui.icons.hiking-sharp
"Imports @mui/icons-material/HikingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hiking-sharp (create-svg-icon (e "path" #js {"d" "M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 5.28c-1.23-.37-2.22-1.17-2.8-2.18l-1-1.6c-.41-.65-1.11-1-1.84-1-.78 0-1.59.5-1.78 1.44S7 23 7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3c1 1.15 2.41 2.01 4 2.34V23H19V9h-1.5v1.78zM7.43 13.13l-3.1-.6 1.34-6.87 3.13.61-1.37 6.86z"})
"HikingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hiking_two_tone.cljs
================================================
(ns reagent-mui.icons.hiking-two-tone
"Imports @mui/icons-material/HikingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hiking-two-tone (create-svg-icon (e "path" #js {"d" "M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 5.28c-1.23-.37-2.22-1.17-2.8-2.18l-1-1.6c-.41-.65-1.11-1-1.84-1-.78 0-1.59.5-1.78 1.44S7 23 7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3c1 1.15 2.41 2.01 4 2.34V23H19V9h-1.5v1.78zM7.43 13.13l-2.12-.41c-.54-.11-.9-.63-.79-1.17l.76-3.93c.21-1.08 1.26-1.79 2.34-1.58l1.16.23-1.35 6.86z"})
"HikingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/history.cljs
================================================
(ns reagent-mui.icons.history
"Imports @mui/icons-material/History as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def history (create-svg-icon (e "path" #js {"d" "M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"})
"History"))
================================================
FILE: src/icons/reagent_mui/icons/history_edu.cljs
================================================
(ns reagent-mui.icons.history-edu
"Imports @mui/icons-material/HistoryEdu as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def history-edu (create-svg-icon (e "path" #js {"d" "M9 4v1.38c-.83-.33-1.72-.5-2.61-.5-1.79 0-3.58.68-4.95 2.05l3.33 3.33h1.11v1.11c.86.86 1.98 1.31 3.11 1.36V15H6v3c0 1.1.9 2 2 2h10c1.66 0 3-1.34 3-3V4H9zm-1.11 6.41V8.26H5.61L4.57 7.22a5.07 5.07 0 0 1 1.82-.34c1.34 0 2.59.52 3.54 1.46l1.41 1.41-.2.2c-.51.51-1.19.8-1.92.8-.47 0-.93-.12-1.33-.34zM19 17c0 .55-.45 1-1 1s-1-.45-1-1v-2h-6v-2.59c.57-.23 1.1-.57 1.56-1.03l.2-.2L15.59 14H17v-1.41l-6-5.97V6h8v11z"})
"HistoryEdu"))
================================================
FILE: src/icons/reagent_mui/icons/history_edu_outlined.cljs
================================================
(ns reagent-mui.icons.history-edu-outlined
"Imports @mui/icons-material/HistoryEduOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def history-edu-outlined (create-svg-icon (e "path" #js {"d" "M9 4v1.38c-.83-.33-1.72-.5-2.61-.5-1.79 0-3.58.68-4.95 2.05l3.33 3.33h1.11v1.11c.86.86 1.98 1.31 3.11 1.36V15H6v3c0 1.1.9 2 2 2h10c1.66 0 3-1.34 3-3V4H9zm-1.11 6.41V8.26H5.61L4.57 7.22a5.07 5.07 0 0 1 1.82-.34c1.34 0 2.59.52 3.54 1.46l1.41 1.41-.2.2c-.51.51-1.19.8-1.92.8-.47 0-.93-.12-1.33-.34zM19 17c0 .55-.45 1-1 1s-1-.45-1-1v-2h-6v-2.59c.57-.23 1.1-.57 1.56-1.03l.2-.2L15.59 14H17v-1.41l-6-5.97V6h8v11z"})
"HistoryEduOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/history_edu_rounded.cljs
================================================
(ns reagent-mui.icons.history-edu-rounded
"Imports @mui/icons-material/HistoryEduRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def history-edu-rounded (create-svg-icon (e "path" #js {"d" "M9 5v.38c-.83-.33-1.72-.5-2.61-.5-1.42 0-2.84.43-4.05 1.29-.51.36-.57 1.09-.13 1.53l2.57 2.57h1.11v1.11c.86.86 1.98 1.31 3.11 1.36V15H7c-.55 0-1 .45-1 1v2c0 1.1.9 2 2 2h10c1.66 0 3-1.34 3-3V5c0-.55-.45-1-1-1H10c-.55 0-1 .45-1 1zm-1.11 5.41V8.26H5.61L4.57 7.22a5.07 5.07 0 0 1 1.82-.34c1.34 0 2.59.52 3.54 1.46l1.41 1.41-.2.2c-.51.51-1.19.8-1.92.8-.47 0-.93-.12-1.33-.34zM19 17c0 .55-.45 1-1 1s-1-.45-1-1v-1c0-.55-.45-1-1-1h-5v-2.59c.57-.23 1.1-.57 1.56-1.03l.2-.2L15.59 14H17v-1.41l-6-5.97V6h8v11z"})
"HistoryEduRounded"))
================================================
FILE: src/icons/reagent_mui/icons/history_edu_sharp.cljs
================================================
(ns reagent-mui.icons.history-edu-sharp
"Imports @mui/icons-material/HistoryEduSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def history-edu-sharp (create-svg-icon (e "path" #js {"d" "M9 4v1.38c-.83-.33-1.72-.5-2.61-.5-1.79 0-3.58.68-4.95 2.05l3.33 3.33h1.11v1.11c.86.86 1.98 1.31 3.11 1.36V15H6v3c0 1.1.9 2 2 2h10c1.66 0 3-1.34 3-3V4H9zm-1.11 6.41V8.26H5.61L4.57 7.22a5.07 5.07 0 0 1 1.82-.34c1.34 0 2.59.52 3.54 1.46l1.41 1.41-.2.2c-.51.51-1.19.8-1.92.8-.47 0-.93-.12-1.33-.34zM19 17c0 .55-.45 1-1 1s-1-.45-1-1v-2h-6v-2.59c.57-.23 1.1-.57 1.56-1.03l.2-.2L15.59 14H17v-1.41l-6-5.97V6h8v11z"})
"HistoryEduSharp"))
================================================
FILE: src/icons/reagent_mui/icons/history_edu_two_tone.cljs
================================================
(ns reagent-mui.icons.history-edu-two-tone
"Imports @mui/icons-material/HistoryEduTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def history-edu-two-tone (create-svg-icon [(e "path" #js {"d" "M11.34 9.76 9.93 8.34c-.95-.94-2.2-1.46-3.54-1.46-.63 0-1.25.12-1.82.34l1.04 1.04h2.28v2.14c.4.23.86.35 1.33.35.73 0 1.41-.28 1.92-.8l.2-.19z", "opacity" ".3"}) (e "path" #js {"d" "m11 6.62 6 5.97V14h-1.41l-2.83-2.83-.2.2c-.46.46-.99.8-1.56 1.03V15h6v2c0 .55.45 1 1 1s1-.45 1-1V6h-8v.62z", "opacity" ".3"}) (e "path" #js {"d" "M9 4v1.38c-.83-.33-1.72-.5-2.61-.5-1.79 0-3.58.68-4.95 2.05l3.33 3.33h1.11v1.11c.86.86 1.98 1.31 3.11 1.36V15H6v3c0 1.1.9 2 2 2h10c1.66 0 3-1.34 3-3V4H9zm-1.11 6.41V8.26H5.61L4.57 7.22a5.07 5.07 0 0 1 1.82-.34c1.34 0 2.59.52 3.54 1.46l1.41 1.41-.2.2c-.51.51-1.19.8-1.92.8-.47 0-.93-.12-1.33-.34zM19 17c0 .55-.45 1-1 1s-1-.45-1-1v-2h-6v-2.59c.57-.23 1.1-.57 1.56-1.03l.2-.2L15.59 14H17v-1.41l-6-5.97V6h8v11z"})]
"HistoryEduTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/history_outlined.cljs
================================================
(ns reagent-mui.icons.history-outlined
"Imports @mui/icons-material/HistoryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def history-outlined (create-svg-icon (e "path" #js {"d" "M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.25 2.52.77-1.28-3.52-2.09V8z"})
"HistoryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/history_rounded.cljs
================================================
(ns reagent-mui.icons.history-rounded
"Imports @mui/icons-material/HistoryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def history-rounded (create-svg-icon (e "path" #js {"d" "M13.26 3C8.17 2.86 4 6.95 4 12H2.21c-.45 0-.67.54-.35.85l2.79 2.8c.2.2.51.2.71 0l2.79-2.8c.31-.31.09-.85-.36-.85H6c0-3.9 3.18-7.05 7.1-7 3.72.05 6.85 3.18 6.9 6.9.05 3.91-3.1 7.1-7 7.1-1.61 0-3.1-.55-4.28-1.48-.4-.31-.96-.28-1.32.08-.42.42-.39 1.13.08 1.49C9 20.29 10.91 21 13 21c5.05 0 9.14-4.17 9-9.26-.13-4.69-4.05-8.61-8.74-8.74zm-.51 5c-.41 0-.75.34-.75.75v3.68c0 .35.19.68.49.86l3.12 1.85c.36.21.82.09 1.03-.26.21-.36.09-.82-.26-1.03l-2.88-1.71v-3.4c0-.4-.34-.74-.75-.74z"})
"HistoryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/history_sharp.cljs
================================================
(ns reagent-mui.icons.history-sharp
"Imports @mui/icons-material/HistorySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def history-sharp (create-svg-icon (e "path" #js {"d" "M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.25 2.52.77-1.29-3.52-2.09V8H12z"})
"HistorySharp"))
================================================
FILE: src/icons/reagent_mui/icons/history_toggle_off.cljs
================================================
(ns reagent-mui.icons.history-toggle-off
"Imports @mui/icons-material/HistoryToggleOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def history-toggle-off (create-svg-icon (e "path" #js {"d" "m15.1 19.37 1 1.74c-.96.44-2.01.73-3.1.84v-2.02c.74-.09 1.44-.28 2.1-.56zM4.07 13H2.05c.11 1.1.4 2.14.84 3.1l1.74-1c-.28-.66-.47-1.36-.56-2.1zM15.1 4.63l1-1.74c-.96-.44-2-.73-3.1-.84v2.02c.74.09 1.44.28 2.1.56zM19.93 11h2.02c-.11-1.1-.4-2.14-.84-3.1l-1.74 1c.28.66.47 1.36.56 2.1zM8.9 19.37l-1 1.74c.96.44 2.01.73 3.1.84v-2.02c-.74-.09-1.44-.28-2.1-.56zM11 4.07V2.05c-1.1.11-2.14.4-3.1.84l1 1.74c.66-.28 1.36-.47 2.1-.56zm7.36 3.1 1.74-1.01c-.63-.87-1.4-1.64-2.27-2.27l-1.01 1.74c.59.45 1.1.96 1.54 1.54zM4.63 8.9l-1.74-1c-.44.96-.73 2-.84 3.1h2.02c.09-.74.28-1.44.56-2.1zm15.3 4.1c-.09.74-.28 1.44-.56 2.1l1.74 1c.44-.96.73-2.01.84-3.1h-2.02zm-3.1 5.36 1.01 1.74c.87-.63 1.64-1.4 2.27-2.27l-1.74-1.01c-.45.59-.96 1.1-1.54 1.54zM7.17 5.64l-1-1.75c-.88.64-1.64 1.4-2.27 2.28l1.74 1.01c.44-.59.95-1.1 1.53-1.54zM5.64 16.83l-1.74 1c.63.87 1.4 1.64 2.27 2.27l1.01-1.74c-.59-.44-1.1-.95-1.54-1.53zM13 7h-2v5.41l4.29 4.29 1.41-1.41-3.7-3.7V7z"})
"HistoryToggleOff"))
================================================
FILE: src/icons/reagent_mui/icons/history_toggle_off_outlined.cljs
================================================
(ns reagent-mui.icons.history-toggle-off-outlined
"Imports @mui/icons-material/HistoryToggleOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def history-toggle-off-outlined (create-svg-icon (e "path" #js {"d" "m15.1 19.37 1 1.74c-.96.44-2.01.73-3.1.84v-2.02c.74-.09 1.44-.28 2.1-.56zM4.07 13H2.05c.11 1.1.4 2.14.84 3.1l1.74-1c-.28-.66-.47-1.36-.56-2.1zM15.1 4.63l1-1.74c-.96-.44-2-.73-3.1-.84v2.02c.74.09 1.44.28 2.1.56zM19.93 11h2.02c-.11-1.1-.4-2.14-.84-3.1l-1.74 1c.28.66.47 1.36.56 2.1zM8.9 19.37l-1 1.74c.96.44 2.01.73 3.1.84v-2.02c-.74-.09-1.44-.28-2.1-.56zM11 4.07V2.05c-1.1.11-2.14.4-3.1.84l1 1.74c.66-.28 1.36-.47 2.1-.56zm7.36 3.1 1.74-1.01c-.63-.87-1.4-1.64-2.27-2.27l-1.01 1.74c.59.45 1.1.96 1.54 1.54zM4.63 8.9l-1.74-1c-.44.96-.73 2-.84 3.1h2.02c.09-.74.28-1.44.56-2.1zm15.3 4.1c-.09.74-.28 1.44-.56 2.1l1.74 1c.44-.96.73-2.01.84-3.1h-2.02zm-3.1 5.36 1.01 1.74c.87-.63 1.64-1.4 2.27-2.27l-1.74-1.01c-.45.59-.96 1.1-1.54 1.54zM7.17 5.64l-1-1.75c-.88.64-1.64 1.4-2.27 2.28l1.74 1.01c.44-.59.95-1.1 1.53-1.54zM5.64 16.83l-1.74 1c.63.87 1.4 1.64 2.27 2.27l1.01-1.74c-.59-.44-1.1-.95-1.54-1.53zM13 7h-2v5.41l4.29 4.29 1.41-1.41-3.7-3.7V7z"})
"HistoryToggleOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/history_toggle_off_rounded.cljs
================================================
(ns reagent-mui.icons.history-toggle-off-rounded
"Imports @mui/icons-material/HistoryToggleOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def history-toggle-off-rounded (create-svg-icon (e "path" #js {"d" "m15.1 19.37 1 1.74c-.96.44-2.01.73-3.1.84v-2.02c.74-.09 1.44-.28 2.1-.56zM4.07 13H2.05c.11 1.1.4 2.14.84 3.1l1.74-1c-.28-.66-.47-1.36-.56-2.1zM15.1 4.63l1-1.74c-.96-.44-2-.73-3.1-.84v2.02c.74.09 1.44.28 2.1.56zM19.93 11h2.02c-.11-1.1-.4-2.14-.84-3.1l-1.74 1c.28.66.47 1.36.56 2.1zM8.9 19.37l-1 1.74c.96.44 2.01.73 3.1.84v-2.02c-.74-.09-1.44-.28-2.1-.56zM11 4.07V2.05c-1.1.11-2.14.4-3.1.84l1 1.74c.66-.28 1.36-.47 2.1-.56zm7.36 3.1 1.74-1.01c-.63-.87-1.4-1.64-2.27-2.27l-1.01 1.74c.59.45 1.1.96 1.54 1.54zM4.63 8.9l-1.74-1c-.44.96-.73 2-.84 3.1h2.02c.09-.74.28-1.44.56-2.1zm15.3 4.1c-.09.74-.28 1.44-.56 2.1l1.74 1c.44-.96.73-2.01.84-3.1h-2.02zm-3.1 5.36 1.01 1.74c.87-.63 1.64-1.4 2.27-2.27l-1.74-1.01c-.45.59-.96 1.1-1.54 1.54zM7.17 5.64l-1-1.75c-.88.64-1.64 1.4-2.27 2.28l1.74 1.01c.44-.59.95-1.1 1.53-1.54zM5.64 16.83l-1.74 1c.63.87 1.4 1.64 2.27 2.27l1.01-1.74c-.59-.44-1.1-.95-1.54-1.53zM12 7c-.55 0-1 .45-1 1v3.59c0 .53.21 1.04.59 1.41l3 3c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-3-3V8c0-.55-.45-1-1-1z"})
"HistoryToggleOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/history_toggle_off_sharp.cljs
================================================
(ns reagent-mui.icons.history-toggle-off-sharp
"Imports @mui/icons-material/HistoryToggleOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def history-toggle-off-sharp (create-svg-icon (e "path" #js {"d" "m15.1 19.37 1 1.74c-.96.44-2.01.73-3.1.84v-2.02c.74-.09 1.44-.28 2.1-.56zM4.07 13H2.05c.11 1.1.4 2.14.84 3.1l1.74-1c-.28-.66-.47-1.36-.56-2.1zM15.1 4.63l1-1.74c-.96-.44-2-.73-3.1-.84v2.02c.74.09 1.44.28 2.1.56zM19.93 11h2.02c-.11-1.1-.4-2.14-.84-3.1l-1.74 1c.28.66.47 1.36.56 2.1zM8.9 19.37l-1 1.74c.96.44 2.01.73 3.1.84v-2.02c-.74-.09-1.44-.28-2.1-.56zM11 4.07V2.05c-1.1.11-2.14.4-3.1.84l1 1.74c.66-.28 1.36-.47 2.1-.56zm7.36 3.1 1.74-1.01c-.63-.87-1.4-1.64-2.27-2.27l-1.01 1.74c.59.45 1.1.96 1.54 1.54zM4.63 8.9l-1.74-1c-.44.96-.73 2-.84 3.1h2.02c.09-.74.28-1.44.56-2.1zm15.3 4.1c-.09.74-.28 1.44-.56 2.1l1.74 1c.44-.96.73-2.01.84-3.1h-2.02zm-3.1 5.36 1.01 1.74c.87-.63 1.64-1.4 2.27-2.27l-1.74-1.01c-.45.59-.96 1.1-1.54 1.54zM7.17 5.64l-1-1.75c-.88.64-1.64 1.4-2.27 2.28l1.74 1.01c.44-.59.95-1.1 1.53-1.54zM5.64 16.83l-1.74 1c.63.87 1.4 1.64 2.27 2.27l1.01-1.74c-.59-.44-1.1-.95-1.54-1.53zM13 7h-2v5.41l4.29 4.29 1.41-1.41-3.7-3.7V7z"})
"HistoryToggleOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/history_toggle_off_two_tone.cljs
================================================
(ns reagent-mui.icons.history-toggle-off-two-tone
"Imports @mui/icons-material/HistoryToggleOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def history-toggle-off-two-tone (create-svg-icon (e "path" #js {"d" "m15.1 19.37 1 1.74c-.96.44-2.01.73-3.1.84v-2.02c.74-.09 1.44-.28 2.1-.56zM4.07 13H2.05c.11 1.1.4 2.14.84 3.1l1.74-1c-.28-.66-.47-1.36-.56-2.1zM15.1 4.63l1-1.74c-.96-.44-2-.73-3.1-.84v2.02c.74.09 1.44.28 2.1.56zM19.93 11h2.02c-.11-1.1-.4-2.14-.84-3.1l-1.74 1c.28.66.47 1.36.56 2.1zM8.9 19.37l-1 1.74c.96.44 2.01.73 3.1.84v-2.02c-.74-.09-1.44-.28-2.1-.56zM11 4.07V2.05c-1.1.11-2.14.4-3.1.84l1 1.74c.66-.28 1.36-.47 2.1-.56zm7.36 3.1 1.74-1.01c-.63-.87-1.4-1.64-2.27-2.27l-1.01 1.74c.59.45 1.1.96 1.54 1.54zM4.63 8.9l-1.74-1c-.44.96-.73 2-.84 3.1h2.02c.09-.74.28-1.44.56-2.1zm15.3 4.1c-.09.74-.28 1.44-.56 2.1l1.74 1c.44-.96.73-2.01.84-3.1h-2.02zm-3.1 5.36 1.01 1.74c.87-.63 1.64-1.4 2.27-2.27l-1.74-1.01c-.45.59-.96 1.1-1.54 1.54zM7.17 5.64l-1-1.75c-.88.64-1.64 1.4-2.27 2.28l1.74 1.01c.44-.59.95-1.1 1.53-1.54zM5.64 16.83l-1.74 1c.63.87 1.4 1.64 2.27 2.27l1.01-1.74c-.59-.44-1.1-.95-1.54-1.53zM13 7h-2v5.41l4.29 4.29 1.41-1.41-3.7-3.7V7z"})
"HistoryToggleOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/history_two_tone.cljs
================================================
(ns reagent-mui.icons.history-two-tone
"Imports @mui/icons-material/HistoryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def history-two-tone (create-svg-icon (e "path" #js {"d" "M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.25 2.52.77-1.28-3.52-2.09V8z"})
"HistoryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hive.cljs
================================================
(ns reagent-mui.icons.hive
"Imports @mui/icons-material/Hive as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hive (create-svg-icon (e "path" #js {"d" "m13.79 8 1.8-3-1.8-3h-3.58l-1.8 3 1.8 3zm-3.58 1-1.8 3 1.8 3h3.58l1.8-3-1.8-3zm6.24 2.51h3.59l1.79-3-1.79-3h-3.59l-1.8 3zm3.59 1h-3.59l-1.8 3 1.8 3h3.59l1.79-3zm-12.49-1 1.8-3-1.8-3H3.96l-1.79 3 1.79 3zm0 1H3.96l-1.79 3 1.79 3h3.59l1.8-3zM10.21 16l-1.8 3 1.8 3h3.58l1.8-3-1.8-3z"})
"Hive"))
================================================
FILE: src/icons/reagent_mui/icons/hive_outlined.cljs
================================================
(ns reagent-mui.icons.hive-outlined
"Imports @mui/icons-material/HiveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hive-outlined (create-svg-icon (e "path" #js {"d" "m21.5 9-2.25-4h-3.31l-1.69-3h-4.5L8.06 5H4.75L2.5 9l1.69 3-1.69 3 2.25 4h3.31l1.69 3h4.5l1.69-3h3.31l2.25-4-1.69-3 1.69-3zm-2.29 0-1.12 2h-2.14l-1.12-2 1.12-2h2.14l1.12 2zm-8.27 5-1.12-2 1.12-2h2.12l1.12 2-1.12 2h-2.12zm2.14-10 1.12 1.98L13.06 8h-2.12L9.8 5.98 10.92 4h2.16zM5.92 7h2.14l1.12 2-1.12 2H5.92L4.79 9l1.13-2zm-1.13 8 1.12-2h2.14l1.12 2-1.12 2H5.92l-1.13-2zm6.13 5L9.8 18.02 10.94 16h2.12l1.13 2.02L13.08 20h-2.16zm7.16-3h-2.14l-1.12-2 1.12-2h2.14l1.12 2-1.12 2z"})
"HiveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hive_rounded.cljs
================================================
(ns reagent-mui.icons.hive-rounded
"Imports @mui/icons-material/HiveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hive-rounded (create-svg-icon (e "path" #js {"d" "m14.09 7.51 1.2-2c.19-.32.19-.71 0-1.03l-1.2-2c-.18-.3-.51-.48-.86-.48h-2.45c-.35 0-.68.18-.86.49l-1.2 2c-.19.32-.19.71 0 1.03l1.2 2c.17.3.5.48.85.48h2.45c.36 0 .69-.18.87-.49zM9.91 9.49l-1.2 2c-.19.32-.19.71 0 1.03l1.2 2c.18.3.51.49.86.49h2.46c.35 0 .68-.18.86-.49l1.2-2c.19-.32.19-.71 0-1.03l-1.2-2c-.18-.31-.51-.49-.86-.49h-2.46c-.35 0-.68.18-.86.49zm7.1 2.02h2.45c.35 0 .68-.18.86-.49l1.2-2c.19-.32.19-.71 0-1.03l-1.2-2c-.18-.3-.51-.49-.86-.49h-2.45c-.35 0-.68.18-.86.49l-1.2 2c-.19.32-.19.71 0 1.03l1.2 2c.19.31.51.49.86.49zm2.46 1h-2.46c-.35 0-.68.18-.86.49l-1.2 2c-.19.32-.19.71 0 1.03l1.2 2c.18.3.51.49.86.49h2.46c.35 0 .68-.18.86-.49l1.2-2c.19-.32.19-.71 0-1.03l-1.2-2c-.18-.3-.51-.49-.86-.49zM7.84 11.03l1.2-2c.19-.32.19-.71 0-1.03l-1.2-2c-.18-.3-.5-.49-.85-.49H4.53c-.35 0-.68.19-.86.49l-1.2 2c-.19.32-.19.71 0 1.03l1.2 2c.18.3.51.49.86.49h2.45c.36-.01.68-.19.86-.49zm-.85 1.48H4.53c-.35 0-.68.18-.86.49l-1.2 2c-.19.32-.19.71 0 1.03l1.2 2c.18.3.51.49.86.49h2.46c.35 0 .68-.18.86-.49l1.2-2c.19-.32.19-.71 0-1.03l-1.2-2c-.19-.3-.51-.49-.86-.49zm2.92 3.98-1.2 2c-.19.32-.19.71 0 1.03l1.2 2c.18.3.51.49.86.49h2.46c.35 0 .68-.18.86-.49l1.2-2c.19-.32.19-.71 0-1.03l-1.2-2c-.18-.3-.51-.49-.86-.49h-2.46c-.35 0-.68.18-.86.49z"})
"HiveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hive_sharp.cljs
================================================
(ns reagent-mui.icons.hive-sharp
"Imports @mui/icons-material/HiveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hive-sharp (create-svg-icon (e "path" #js {"d" "m13.79 8 1.8-3-1.8-3h-3.58l-1.8 3 1.8 3zm-3.58 1-1.8 3 1.8 3h3.58l1.8-3-1.8-3zm6.24 2.51h3.59l1.79-3-1.79-3h-3.59l-1.8 3zm3.59 1h-3.59l-1.8 3 1.8 3h3.59l1.79-3zm-12.49-1 1.8-3-1.8-3H3.96l-1.79 3 1.79 3zm0 1H3.96l-1.79 3 1.79 3h3.59l1.8-3zM10.21 16l-1.8 3 1.8 3h3.58l1.8-3-1.8-3z"})
"HiveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hive_two_tone.cljs
================================================
(ns reagent-mui.icons.hive-two-tone
"Imports @mui/icons-material/HiveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hive-two-tone (create-svg-icon [(e "path" #js {"d" "M5.92 7 4.79 9l1.13 2h2.14l1.13-2-1.13-2zm5.02 9L9.8 18.02 10.92 20h2.16l1.12-1.98L13.06 16zm2.12-2 1.13-2-1.13-2h-2.12l-1.13 2 1.13 2zm-7.14-1-1.13 2 1.13 2h2.14l1.13-2-1.13-2zm10.02-6-1.13 2 1.13 2h2.14l1.13-2-1.13-2zm-5.02-3L9.8 5.98 10.94 8h2.12l1.14-2.02L13.08 4zm5.02 9-1.13 2 1.13 2h2.14l1.13-2-1.13-2z", "opacity" ".3"}) (e "path" #js {"d" "m21.5 9-2.25-4h-3.31l-1.69-3h-4.5L8.06 5H4.75L2.5 9l1.69 3-1.69 3 2.25 4h3.31l1.69 3h4.5l1.69-3h3.31l2.25-4-1.69-3 1.69-3zM8.06 17H5.92L4.8 15l1.12-2h2.14l1.12 2-1.12 2zm0-6H5.92L4.79 9l1.12-2h2.14l1.12 2-1.11 2zm5.02 9h-2.16L9.8 18.02 10.94 16h2.12l1.13 2.02L13.08 20zm-3.27-8 1.12-2h2.12l1.12 2-1.12 2h-2.12l-1.12-2zm3.25-4h-2.12L9.8 5.98 10.92 4h2.16l1.12 1.98L13.06 8zm5.02 9h-2.14l-1.12-2 1.12-2h2.14l1.12 2-1.12 2zm0-6h-2.14l-1.12-2 1.12-2h2.14l1.12 2-1.12 2z"})]
"HiveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hls.cljs
================================================
(ns reagent-mui.icons.hls
"Imports @mui/icons-material/Hls as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hls (create-svg-icon (e "path" #js {"d" "M6.5 9H8v6H6.5v-2.5h-2V15H3V9h1.5v2h2V9zm10 6h3c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1H17v-1h2v.5h1.5v-1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1H19v1h-2V13h-1.5v1c0 .55.45 1 1 1zM14 15v-1.5h-2.5V9H10v6h4z"})
"Hls"))
================================================
FILE: src/icons/reagent_mui/icons/hls_off.cljs
================================================
(ns reagent-mui.icons.hls-off
"Imports @mui/icons-material/HlsOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hls-off (create-svg-icon (e "path" #js {"d" "M17.83 15h1.67c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1H17v-1h2v.5h1.5v-1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1H19v1h-2V13h-1.17l2 2zM8 10.83V15H6.5v-2.5h-2V15H3V9h1.5v2h2V9.33L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41-7.6-7.6H10v-2.17l-2-2z"})
"HlsOff"))
================================================
FILE: src/icons/reagent_mui/icons/hls_off_outlined.cljs
================================================
(ns reagent-mui.icons.hls-off-outlined
"Imports @mui/icons-material/HlsOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hls-off-outlined (create-svg-icon (e "path" #js {"d" "M17.83 15h1.67c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1H17v-1h2v.5h1.5v-1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1H19v1h-2V13h-1.17l2 2zM8 10.83V15H6.5v-2.5h-2V15H3V9h1.5v2h2V9.33L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41-7.6-7.6H10v-2.17l-2-2z"})
"HlsOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hls_off_rounded.cljs
================================================
(ns reagent-mui.icons.hls-off-rounded
"Imports @mui/icons-material/HlsOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hls-off-rounded (create-svg-icon (e "path" #js {"d" "M17.83 15h1.67c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1H17v-1h2.04c.1.29.38.5.71.5.41 0 .75-.34.75-.75V10c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1H19v1h-2.04c-.1-.29-.38-.5-.71-.5-.12 0-.24.03-.34.08L17.83 15zm1.24 6.9c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L3.51 3.51c-.39-.39-1.02-.39-1.41 0s-.39 1.02 0 1.41L6.58 9.4c-.05.11-.08.23-.08.35V11h-2V9.75c0-.41-.34-.75-.75-.75S3 9.34 3 9.75v4.5c0 .41.34.75.75.75s.75-.34.75-.75V12.5h2v1.75c0 .41.34.75.75.75s.75-.34.75-.75v-3.42l2 2V14c0 .55.45 1 1 1h1.17l6.9 6.9z"})
"HlsOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hls_off_sharp.cljs
================================================
(ns reagent-mui.icons.hls-off-sharp
"Imports @mui/icons-material/HlsOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hls-off-sharp (create-svg-icon (e "path" #js {"d" "M17.83 15h2.67v-3.5H17v-1h2v.5h1.5V9h-5v3.5H19v1h-2V13h-1.17l2 2zM8 10.83V15H6.5v-2.5h-2V15H3V9h1.5v2h2V9.33L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41-7.6-7.6H10v-2.17l-2-2z"})
"HlsOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hls_off_two_tone.cljs
================================================
(ns reagent-mui.icons.hls-off-two-tone
"Imports @mui/icons-material/HlsOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hls-off-two-tone (create-svg-icon (e "path" #js {"d" "M17.83 15h1.67c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1H17v-1h2v.5h1.5v-1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1H19v1h-2V13h-1.17l2 2zM8 10.83V15H6.5v-2.5h-2V15H3V9h1.5v2h2V9.33L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41-7.6-7.6H10v-2.17l-2-2z"})
"HlsOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hls_outlined.cljs
================================================
(ns reagent-mui.icons.hls-outlined
"Imports @mui/icons-material/HlsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hls-outlined (create-svg-icon (e "path" #js {"d" "M6.5 9H8v6H6.5v-2.5h-2V15H3V9h1.5v2h2V9zm10 6h3c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1H17v-1h2v.5h1.5v-1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1H19v1h-2V13h-1.5v1c0 .55.45 1 1 1zM14 15v-1.5h-2.5V9H10v6h4z"})
"HlsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hls_rounded.cljs
================================================
(ns reagent-mui.icons.hls-rounded
"Imports @mui/icons-material/HlsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hls-rounded (create-svg-icon (e "path" #js {"d" "M10.75 9c-.41 0-.75.34-.75.75V14c0 .55.45 1 1 1h2.25c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H11.5V9.75c0-.41-.34-.75-.75-.75zm8.29 1.5c.1.29.38.5.71.5.41 0 .75-.34.75-.75V10c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1H19v1h-2.04c-.1-.29-.38-.5-.71-.5-.41 0-.75.34-.75.75V14c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1H17v-1h2.04zM8 9.75C8 9.34 7.66 9 7.25 9s-.75.34-.75.75V11h-2V9.75c0-.41-.34-.75-.75-.75S3 9.34 3 9.75v4.5c0 .41.34.75.75.75s.75-.34.75-.75V12.5h2v1.75c0 .41.34.75.75.75s.75-.34.75-.75v-4.5z"})
"HlsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hls_sharp.cljs
================================================
(ns reagent-mui.icons.hls-sharp
"Imports @mui/icons-material/HlsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hls-sharp (create-svg-icon (e "path" #js {"d" "M6.5 9H8v6H6.5v-2.5h-2V15H3V9h1.5v2h2V9zm9 6h5v-3.5H17v-1h2v.5h1.5V9h-5v3.5H19v1h-2V13h-1.5v2zM14 15v-1.5h-2.5V9H10v6h4z"})
"HlsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hls_two_tone.cljs
================================================
(ns reagent-mui.icons.hls-two-tone
"Imports @mui/icons-material/HlsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hls-two-tone (create-svg-icon (e "path" #js {"d" "M6.5 9H8v6H6.5v-2.5h-2V15H3V9h1.5v2h2V9zm10 6h3c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1H17v-1h2v.5h1.5v-1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1H19v1h-2V13h-1.5v1c0 .55.45 1 1 1zM14 15v-1.5h-2.5V9H10v6h4z"})
"HlsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/holiday_village.cljs
================================================
(ns reagent-mui.icons.holiday-village
"Imports @mui/icons-material/HolidayVillage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def holiday-village (create-svg-icon (e "path" #js {"d" "M18 20V8.35L13.65 4h-2.83L16 9.18V20h2zm4 0V6.69L19.31 4h-2.83L20 7.52V20h2zM8 4l-6 6v10h5v-5h2v5h5V10L8 4zm1 9H7v-2h2v2z"})
"HolidayVillage"))
================================================
FILE: src/icons/reagent_mui/icons/holiday_village_outlined.cljs
================================================
(ns reagent-mui.icons.holiday-village-outlined
"Imports @mui/icons-material/HolidayVillageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def holiday-village-outlined (create-svg-icon (e "path" #js {"d" "m8 4-6 6v10h12V10L8 4zm4 14H9v-3H7v3H4v-7.17l4-4 4 4V18zm-3-5H7v-2h2v2zm9 7V8.35L13.65 4h-2.83L16 9.18V20h2zm4 0V6.69L19.31 4h-2.83L20 7.52V20h2z"})
"HolidayVillageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/holiday_village_rounded.cljs
================================================
(ns reagent-mui.icons.holiday-village-rounded
"Imports @mui/icons-material/HolidayVillageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def holiday-village-rounded (create-svg-icon (e "path" #js {"d" "M17 20c.55 0 1-.45 1-1V8.76c0-.27-.11-.52-.29-.71l-3.76-3.76c-.19-.18-.44-.29-.71-.29-.89 0-1.34 1.08-.71 1.71l3.32 3.32c.1.09.15.22.15.35V19c0 .55.45 1 1 1zm4 0c.55 0 1-.45 1-1V7.11c0-.26-.11-.52-.29-.71l-2.1-2.11c-.19-.18-.45-.29-.71-.29-.9 0-1.34 1.08-.71 1.71l1.67 1.67c.09.09.14.22.14.35V19c0 .55.45 1 1 1zM8 15c.55 0 1 .45 1 1v4h4c.55 0 1-.45 1-1v-8.59c0-.27-.11-.52-.29-.71l-5-5a.9959.9959 0 0 0-1.41 0l-5 5c-.19.19-.3.45-.3.71V19c0 .55.45 1 1 1h4v-4c0-.55.45-1 1-1zm0-2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"HolidayVillageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/holiday_village_sharp.cljs
================================================
(ns reagent-mui.icons.holiday-village-sharp
"Imports @mui/icons-material/HolidayVillageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def holiday-village-sharp (create-svg-icon (e "path" #js {"d" "M18 20V8.35L13.65 4h-2.83L16 9.18V20h2zm4 0V6.69L19.31 4h-2.83L20 7.52V20h2zM8 4l-6 6v10h5v-5h2v5h5V10L8 4zm1 9H7v-2h2v2z"})
"HolidayVillageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/holiday_village_two_tone.cljs
================================================
(ns reagent-mui.icons.holiday-village-two-tone
"Imports @mui/icons-material/HolidayVillageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def holiday-village-two-tone (create-svg-icon [(e "path" #js {"d" "m8 6.83-4 4V18h3v-3h2v3h3v-7.17l-4-4zM9 13H7v-2h2v2z", "opacity" ".3"}) (e "path" #js {"d" "m8 4-6 6v10h12V10L8 4zm4 14H9v-3H7v3H4v-7.17l4-4 4 4V18zm-3-5H7v-2h2v2zm9 7V8.35L13.65 4h-2.83L16 9.18V20h2zm4 0V6.69L19.31 4h-2.83L20 7.52V20h2z"})]
"HolidayVillageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/home.cljs
================================================
(ns reagent-mui.icons.home
"Imports @mui/icons-material/Home as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home (create-svg-icon (e "path" #js {"d" "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"})
"Home"))
================================================
FILE: src/icons/reagent_mui/icons/home_max.cljs
================================================
(ns reagent-mui.icons.home-max
"Imports @mui/icons-material/HomeMax as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-max (create-svg-icon (e "path" #js {"d" "M19 5H5C2.79 5 1 6.79 1 9v5c0 2.21 1.79 4 4 4h2v1h10v-1h2c2.21 0 4-1.79 4-4V9c0-2.21-1.79-4-4-4zm2 9c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v5z"})
"HomeMax"))
================================================
FILE: src/icons/reagent_mui/icons/home_max_outlined.cljs
================================================
(ns reagent-mui.icons.home-max-outlined
"Imports @mui/icons-material/HomeMaxOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-max-outlined (create-svg-icon (e "path" #js {"d" "M19 5H5C2.79 5 1 6.79 1 9v5c0 2.21 1.79 4 4 4h2v1h10v-1h2c2.21 0 4-1.79 4-4V9c0-2.21-1.79-4-4-4zm2 9c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v5z"})
"HomeMaxOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/home_max_rounded.cljs
================================================
(ns reagent-mui.icons.home-max-rounded
"Imports @mui/icons-material/HomeMaxRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-max-rounded (create-svg-icon (e "path" #js {"d" "M19 5H5C2.79 5 1 6.79 1 9v5c0 2.21 1.79 4 4 4h2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1h2c2.21 0 4-1.79 4-4V9c0-2.21-1.79-4-4-4zm2 9c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v5z"})
"HomeMaxRounded"))
================================================
FILE: src/icons/reagent_mui/icons/home_max_sharp.cljs
================================================
(ns reagent-mui.icons.home-max-sharp
"Imports @mui/icons-material/HomeMaxSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-max-sharp (create-svg-icon (e "path" #js {"d" "M19 5H5C2.79 5 1 6.79 1 9v5c0 2.21 1.79 4 4 4h2v1h10v-1h2c2.21 0 4-1.79 4-4V9c0-2.21-1.79-4-4-4zm2 9c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v5z"})
"HomeMaxSharp"))
================================================
FILE: src/icons/reagent_mui/icons/home_max_two_tone.cljs
================================================
(ns reagent-mui.icons.home-max-two-tone
"Imports @mui/icons-material/HomeMaxTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-max-two-tone (create-svg-icon [(e "path" #js {"d" "M19 7H5c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2z", "opacity" ".3"}) (e "path" #js {"d" "M19 5H5C2.79 5 1 6.79 1 9v5c0 2.21 1.79 4 4 4h2v1h10v-1h2c2.21 0 4-1.79 4-4V9c0-2.21-1.79-4-4-4zm2 9c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v5z"})]
"HomeMaxTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/home_mini.cljs
================================================
(ns reagent-mui.icons.home-mini
"Imports @mui/icons-material/HomeMini as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-mini (create-svg-icon (e "path" #js {"d" "M12 5C4.19 5 2 9.48 2 12c0 3.86 3.13 7 6.99 7h6.02C17.7 19 22 16.92 22 12c0 0 0-7-10-7zm0 2c7.64 0 7.99 4.51 8 5H4c0-.2.09-5 8-5zm2.86 10H9.14c-2.1 0-3.92-1.24-4.71-3h15.15c-.8 1.76-2.62 3-4.72 3z"})
"HomeMini"))
================================================
FILE: src/icons/reagent_mui/icons/home_mini_outlined.cljs
================================================
(ns reagent-mui.icons.home-mini-outlined
"Imports @mui/icons-material/HomeMiniOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-mini-outlined (create-svg-icon (e "path" #js {"d" "M12 5C4.19 5 2 9.48 2 12c0 3.86 3.13 7 6.99 7h6.02C17.7 19 22 16.92 22 12c0 0 0-7-10-7zm0 2c7.64 0 7.99 4.51 8 5H4c0-.2.09-5 8-5zm2.86 10H9.14c-2.1 0-3.92-1.24-4.71-3h15.15c-.8 1.76-2.62 3-4.72 3z"})
"HomeMiniOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/home_mini_rounded.cljs
================================================
(ns reagent-mui.icons.home-mini-rounded
"Imports @mui/icons-material/HomeMiniRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-mini-rounded (create-svg-icon (e "path" #js {"d" "M12 5C4.19 5 2 9.48 2 12c0 3.86 3.13 7 6.99 7h6.02C17.7 19 22 16.92 22 12c0 0 0-7-10-7zm0 2c7.64 0 7.99 4.51 8 5H4c0-.2.09-5 8-5zm2.86 10H9.14c-2.1 0-3.92-1.24-4.71-3h15.15c-.8 1.76-2.62 3-4.72 3z"})
"HomeMiniRounded"))
================================================
FILE: src/icons/reagent_mui/icons/home_mini_sharp.cljs
================================================
(ns reagent-mui.icons.home-mini-sharp
"Imports @mui/icons-material/HomeMiniSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-mini-sharp (create-svg-icon (e "path" #js {"d" "M12 5C4.19 5 2 9.48 2 12c0 3.86 3.13 7 6.99 7h6.02C17.7 19 22 16.92 22 12c0 0 0-7-10-7zm0 2c7.64 0 7.99 4.51 8 5H4c0-.2.09-5 8-5zm2.86 10H9.14c-2.1 0-3.92-1.24-4.71-3h15.15c-.8 1.76-2.62 3-4.72 3z"})
"HomeMiniSharp"))
================================================
FILE: src/icons/reagent_mui/icons/home_mini_two_tone.cljs
================================================
(ns reagent-mui.icons.home-mini-two-tone
"Imports @mui/icons-material/HomeMiniTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-mini-two-tone (create-svg-icon [(e "path" #js {"d" "M12 7c-7.91 0-8 4.8-8 5h16c-.01-.49-.36-5-8-5zM9.14 17h5.72c2.1 0 3.92-1.24 4.71-3H4.42c.8 1.76 2.62 3 4.72 3z", "opacity" ".3"}) (e "path" #js {"d" "M12 5C4.19 5 2 9.48 2 12c0 3.86 3.13 7 6.99 7h6.02C17.7 19 22 16.92 22 12c0 0 0-7-10-7zm2.86 12H9.14c-2.1 0-3.92-1.24-4.71-3h15.15c-.8 1.76-2.62 3-4.72 3zM4 12c0-.2.09-5 8-5 7.64 0 7.99 4.51 8 5H4z"})]
"HomeMiniTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/home_outlined.cljs
================================================
(ns reagent-mui.icons.home-outlined
"Imports @mui/icons-material/HomeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-outlined (create-svg-icon (e "path" #js {"d" "m12 5.69 5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3 2 12h3v8h6v-6h2v6h6v-8h3L12 3z"})
"HomeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/home_repair_service.cljs
================================================
(ns reagent-mui.icons.home-repair-service
"Imports @mui/icons-material/HomeRepairService as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-repair-service (create-svg-icon (e "path" #js {"d" "M18 16h-2v-1H8v1H6v-1H2v5h20v-5h-4zm2-8h-3V6c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v4h4v-2h2v2h8v-2h2v2h4v-4c0-1.1-.9-2-2-2zm-5 0H9V6h6v2z"})
"HomeRepairService"))
================================================
FILE: src/icons/reagent_mui/icons/home_repair_service_outlined.cljs
================================================
(ns reagent-mui.icons.home-repair-service-outlined
"Imports @mui/icons-material/HomeRepairServiceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-repair-service-outlined (create-svg-icon (e "path" #js {"d" "M20 8h-3V6c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v10h20V10c0-1.1-.9-2-2-2zM9 6h6v2H9V6zm11 12H4v-3h2v1h2v-1h8v1h2v-1h2v3zm-2-5v-1h-2v1H8v-1H6v1H4v-3h16v3h-2z"})
"HomeRepairServiceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/home_repair_service_rounded.cljs
================================================
(ns reagent-mui.icons.home-repair-service-rounded
"Imports @mui/icons-material/HomeRepairServiceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-repair-service-rounded (create-svg-icon (e "path" #js {"d" "M17 16c-.55 0-1-.45-1-1H8c0 .55-.45 1-1 1s-1-.45-1-1H2v3c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-3h-4c0 .55-.45 1-1 1zm3-8h-3V6c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v4h4v-1c0-.55.45-1 1-1s1 .45 1 1v1h8v-1c0-.55.45-1 1-1s1 .45 1 1v1h4v-4c0-1.1-.9-2-2-2zm-5 0H9V6h6v2z"})
"HomeRepairServiceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/home_repair_service_sharp.cljs
================================================
(ns reagent-mui.icons.home-repair-service-sharp
"Imports @mui/icons-material/HomeRepairServiceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-repair-service-sharp (create-svg-icon (e "path" #js {"d" "M18 16h-2v-1H8v1H6v-1H2v5h20v-5h-4zm-1-8V4H7v4H2v6h4v-2h2v2h8v-2h2v2h4V8h-5zM9 6h6v2H9V6z"})
"HomeRepairServiceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/home_repair_service_two_tone.cljs
================================================
(ns reagent-mui.icons.home-repair-service-two-tone
"Imports @mui/icons-material/HomeRepairServiceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-repair-service-two-tone (create-svg-icon [(e "path" #js {"d" "M20 8h-3V6c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v10h20V10c0-1.1-.9-2-2-2zM9 6h6v2H9V6zm11 12H4v-3h2v1h2v-1h8v1h2v-1h2v3zm0-5h-2v-1h-2v1H8v-1H6v1H4v-3h16v3z"}) (e "path" #js {"d" "M18 16h-2v-1H8v1H6v-1H4v3h16v-3h-2zM4 10v3h2v-1h2v1h8v-1h2v1h2v-3H7z", "opacity" ".3"})]
"HomeRepairServiceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/home_rounded.cljs
================================================
(ns reagent-mui.icons.home-rounded
"Imports @mui/icons-material/HomeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-rounded (create-svg-icon (e "path" #js {"d" "M10 19v-5h4v5c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1h3c.55 0 1-.45 1-1z"})
"HomeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/home_sharp.cljs
================================================
(ns reagent-mui.icons.home-sharp
"Imports @mui/icons-material/HomeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-sharp (create-svg-icon (e "path" #js {"d" "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"})
"HomeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/home_two_tone.cljs
================================================
(ns reagent-mui.icons.home-two-tone
"Imports @mui/icons-material/HomeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-two-tone (create-svg-icon [(e "path" #js {"d" "M12 3 2 12h3v8h6v-6h2v6h6v-8h3L12 3zm5 15h-2v-6H9v6H7v-7.81l5-4.5 5 4.5V18z"}) (e "path" #js {"d" "M7 10.19V18h2v-6h6v6h2v-7.81l-5-4.5z", "opacity" ".3"})]
"HomeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/home_work.cljs
================================================
(ns reagent-mui.icons.home-work
"Imports @mui/icons-material/HomeWork as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-work (create-svg-icon [(e "path" #js {"d" "M1 11v10h5v-6h4v6h5V11L8 6z"}) (e "path" #js {"d" "M10 3v1.97l7 5V11h2v2h-2v2h2v2h-2v4h6V3H10zm9 6h-2V7h2v2z"})]
"HomeWork"))
================================================
FILE: src/icons/reagent_mui/icons/home_work_outlined.cljs
================================================
(ns reagent-mui.icons.home-work-outlined
"Imports @mui/icons-material/HomeWorkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-work-outlined (create-svg-icon [(e "path" #js {"d" "M1 11v10h6v-5h2v5h6V11L8 6l-7 5zm12 8h-2v-5H5v5H3v-6.97l5-3.57 5 3.57V19zm4-12h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2z"}) (e "path" #js {"d" "M10 3v1.97l2 1.43V5h9v14h-4v2h6V3z"})]
"HomeWorkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/home_work_rounded.cljs
================================================
(ns reagent-mui.icons.home-work-rounded
"Imports @mui/icons-material/HomeWorkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-work-rounded (create-svg-icon [(e "path" #js {"d" "m14.16 10.4-5-3.57c-.7-.5-1.63-.5-2.32 0l-5 3.57c-.53.38-.84.98-.84 1.63V20c0 .55.45 1 1 1h4v-6h4v6h4c.55 0 1-.45 1-1v-7.97c0-.65-.31-1.25-.84-1.63z"}) (e "path" #js {"d" "M21.03 3h-9.06C10.88 3 10 3.88 10 4.97l.09.09c.08.05.16.09.24.14l5 3.57c.76.54 1.3 1.34 1.54 2.23H19v2h-2v2h2v2h-2v4h4.03c1.09 0 1.97-.88 1.97-1.97V4.97C23 3.88 22.12 3 21.03 3zM19 9h-2V7h2v2z"})]
"HomeWorkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/home_work_sharp.cljs
================================================
(ns reagent-mui.icons.home-work-sharp
"Imports @mui/icons-material/HomeWorkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-work-sharp (create-svg-icon [(e "path" #js {"d" "M1 11v10h5v-6h4v6h5V11L8 6z"}) (e "path" #js {"d" "M10 3v1.97l7 5V11h2v2h-2v2h2v2h-2v4h6V3H10zm9 6h-2V7h2v2z"})]
"HomeWorkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/home_work_two_tone.cljs
================================================
(ns reagent-mui.icons.home-work-two-tone
"Imports @mui/icons-material/HomeWorkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def home-work-two-tone (create-svg-icon [(e "path" #js {"d" "M17 11h2v2h-2v2h2v2h-2v2h4V5h-9v1.4l5 3.57V11zm0-4h2v2h-2V7z", "opacity" ".3"}) (e "path" #js {"d" "M10 3v1.97l.96.69L12 6.4V5h9v14h-4v2h6V3z"}) (e "path" #js {"d" "M3 12v7h2v-5h6v5h2v-7L8 8.5z", "opacity" ".3"}) (e "path" #js {"d" "M17 7h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zM1 11v10h6v-5h2v5h6V11L8 6l-7 5zm12 8h-2v-5H5v5H3v-7l5-3.5 5 3.5v7z"})]
"HomeWorkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/horizontal_rule.cljs
================================================
(ns reagent-mui.icons.horizontal-rule
"Imports @mui/icons-material/HorizontalRule as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def horizontal-rule (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M4 11h16v2H4z"})
"HorizontalRule"))
================================================
FILE: src/icons/reagent_mui/icons/horizontal_rule_outlined.cljs
================================================
(ns reagent-mui.icons.horizontal-rule-outlined
"Imports @mui/icons-material/HorizontalRuleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def horizontal-rule-outlined (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M4 11h16v2H4z"})
"HorizontalRuleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/horizontal_rule_rounded.cljs
================================================
(ns reagent-mui.icons.horizontal-rule-rounded
"Imports @mui/icons-material/HorizontalRuleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def horizontal-rule-rounded (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M19 13H5c-.55 0-1-.45-1-1s.45-1 1-1h14c.55 0 1 .45 1 1s-.45 1-1 1z"})
"HorizontalRuleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/horizontal_rule_sharp.cljs
================================================
(ns reagent-mui.icons.horizontal-rule-sharp
"Imports @mui/icons-material/HorizontalRuleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def horizontal-rule-sharp (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M4 11h16v2H4z"})
"HorizontalRuleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/horizontal_rule_two_tone.cljs
================================================
(ns reagent-mui.icons.horizontal-rule-two-tone
"Imports @mui/icons-material/HorizontalRuleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def horizontal-rule-two-tone (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M4 11h16v2H4z"})
"HorizontalRuleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/horizontal_split.cljs
================================================
(ns reagent-mui.icons.horizontal-split
"Imports @mui/icons-material/HorizontalSplit as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def horizontal-split (create-svg-icon (e "path" #js {"d" "M3 19h18v-6H3v6zm0-8h18V9H3v2zm0-6v2h18V5H3z"})
"HorizontalSplit"))
================================================
FILE: src/icons/reagent_mui/icons/horizontal_split_outlined.cljs
================================================
(ns reagent-mui.icons.horizontal-split-outlined
"Imports @mui/icons-material/HorizontalSplitOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def horizontal-split-outlined (create-svg-icon (e "path" #js {"d" "M19 15v2H5v-2h14m2-10H3v2h18V5zm0 4H3v2h18V9zm0 4H3v6h18v-6z"})
"HorizontalSplitOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/horizontal_split_rounded.cljs
================================================
(ns reagent-mui.icons.horizontal-split-rounded
"Imports @mui/icons-material/HorizontalSplitRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def horizontal-split-rounded (create-svg-icon (e "path" #js {"d" "M4 19h16c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm0-8h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"})
"HorizontalSplitRounded"))
================================================
FILE: src/icons/reagent_mui/icons/horizontal_split_sharp.cljs
================================================
(ns reagent-mui.icons.horizontal-split-sharp
"Imports @mui/icons-material/HorizontalSplitSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def horizontal-split-sharp (create-svg-icon (e "path" #js {"d" "M3 19h18v-6H3v6zm0-8h18V9H3v2zm0-6v2h18V5H3z"})
"HorizontalSplitSharp"))
================================================
FILE: src/icons/reagent_mui/icons/horizontal_split_two_tone.cljs
================================================
(ns reagent-mui.icons.horizontal-split-two-tone
"Imports @mui/icons-material/HorizontalSplitTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def horizontal-split-two-tone (create-svg-icon [(e "path" #js {"d" "M19 15v2H5v-2h14m2-10H3v2h18V5zm0 4H3v2h18V9zm0 4H3v6h18v-6z"}) (e "path" #js {"d" "M5 15h14v2H5z", "opacity" ".3"})]
"HorizontalSplitTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hot_tub.cljs
================================================
(ns reagent-mui.icons.hot-tub
"Imports @mui/icons-material/HotTub as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hot-tub (create-svg-icon [(e "circle" #js {"cx" "7", "cy" "6", "r" "2"}) (e "path" #js {"d" "M11.15 12c-.31-.22-.59-.46-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C6.01 9 5 10.01 5 11.25V12H2v8c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-8H11.15zM7 20H5v-6h2v6zm4 0H9v-6h2v6zm4 0h-2v-6h2v6zm4 0h-2v-6h2v6zm-.35-14.14-.07-.07c-.57-.62-.82-1.41-.67-2.2L18 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71zm-4 0-.07-.07c-.57-.62-.82-1.41-.67-2.2L14 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71z"})]
"HotTub"))
================================================
FILE: src/icons/reagent_mui/icons/hot_tub_outlined.cljs
================================================
(ns reagent-mui.icons.hot-tub-outlined
"Imports @mui/icons-material/HotTubOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hot-tub-outlined (create-svg-icon [(e "circle" #js {"cx" "7", "cy" "6", "r" "2"}) (e "path" #js {"d" "M11.15 12c-.31-.22-.59-.46-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C6.01 9 5 10.01 5 11.25V12H2v8c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-8H11.15zM7 20H5v-6h2v6zm4 0H9v-6h2v6zm4 0h-2v-6h2v6zm4 0h-2v-6h2v6zM17.42 7.21c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71l-.07-.07c-.57-.62-.82-1.41-.67-2.2L18 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06zm-4 0c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71l-.07-.07c-.57-.62-.82-1.41-.67-2.2L14 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06z"})]
"HotTubOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hot_tub_rounded.cljs
================================================
(ns reagent-mui.icons.hot-tub-rounded
"Imports @mui/icons-material/HotTubRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hot-tub-rounded (create-svg-icon [(e "circle" #js {"cx" "7", "cy" "6", "r" "2"}) (e "path" #js {"d" "M21 12h-9.85c-.31-.22-.59-.46-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C6.01 9 5 10.01 5 11.25V12H3c-.55 0-1 .45-1 1v7c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-7c0-.55-.45-1-1-1zM7 19c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4zm4 0c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4zm4 0c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4zm4 0c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4zm-3.94-9c.5 0 .93-.39.94-.89.04-1.4-.58-2.48-1.35-3.25-.65-.72-.8-1.27-.77-1.91.02-.52-.41-.95-.94-.95-.5 0-.93.4-.94.9-.03 1.29.5 2.43 1.35 3.25.61.59.78 1.27.78 1.89-.01.52.4.96.93.96zm4 0c.5 0 .93-.39.94-.89.04-1.4-.58-2.48-1.35-3.25-.65-.72-.8-1.27-.77-1.91.02-.52-.41-.95-.94-.95-.5 0-.93.4-.94.9-.03 1.29.5 2.43 1.35 3.25.61.59.78 1.27.78 1.89-.01.52.4.96.93.96z"})]
"HotTubRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hot_tub_sharp.cljs
================================================
(ns reagent-mui.icons.hot-tub-sharp
"Imports @mui/icons-material/HotTubSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hot-tub-sharp (create-svg-icon [(e "circle" #js {"cx" "7", "cy" "6", "r" "2"}) (e "path" #js {"d" "M11.15 12c-.31-.22-.59-.46-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C6.01 9 5 10.01 5 11.25V12H2v10h20V12H11.15zM7 20H5v-6h2v6zm4 0H9v-6h2v6zm4 0h-2v-6h2v6zm4 0h-2v-6h2v6zm-.35-14.14-.07-.07c-.57-.62-.82-1.41-.67-2.2L18 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71zm-4 0-.07-.07c-.57-.62-.82-1.41-.67-2.2L14 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71z"})]
"HotTubSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hot_tub_two_tone.cljs
================================================
(ns reagent-mui.icons.hot-tub-two-tone
"Imports @mui/icons-material/HotTubTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hot-tub-two-tone (create-svg-icon [(e "circle" #js {"cx" "7", "cy" "6", "r" "2"}) (e "path" #js {"d" "M17.42 7.21c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71l-.07-.07c-.57-.62-.82-1.41-.67-2.2L18 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06zM11.15 12c-.31-.22-.59-.46-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C6.01 9 5 10.01 5 11.25V12H2v8c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-8H11.15zM7 20H5v-6h2v6zm4 0H9v-6h2v6zm4 0h-2v-6h2v6zm4 0h-2v-6h2v6zM13.42 7.21c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71l-.07-.07c-.57-.62-.82-1.41-.67-2.2L14 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06z"})]
"HotTubTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hotel.cljs
================================================
(ns reagent-mui.icons.hotel
"Imports @mui/icons-material/Hotel as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hotel (create-svg-icon (e "path" #js {"d" "M7 13c1.66 0 3-1.34 3-3S8.66 7 7 7s-3 1.34-3 3 1.34 3 3 3zm12-6h-8v7H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4z"})
"Hotel"))
================================================
FILE: src/icons/reagent_mui/icons/hotel_outlined.cljs
================================================
(ns reagent-mui.icons.hotel-outlined
"Imports @mui/icons-material/HotelOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hotel-outlined (create-svg-icon (e "path" #js {"d" "M7 14c1.66 0 3-1.34 3-3S8.66 8 7 8s-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm12-3h-8v8H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4zm2 8h-8V9h6c1.1 0 2 .9 2 2v4z"})
"HotelOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hotel_rounded.cljs
================================================
(ns reagent-mui.icons.hotel-rounded
"Imports @mui/icons-material/HotelRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hotel-rounded (create-svg-icon (e "path" #js {"d" "M7 13c1.66 0 3-1.34 3-3S8.66 7 7 7s-3 1.34-3 3 1.34 3 3 3zm12-6h-6c-1.1 0-2 .9-2 2v5H3V6c0-.55-.45-1-1-1s-1 .45-1 1v13c0 .55.45 1 1 1s1-.45 1-1v-2h18v2c0 .55.45 1 1 1s1-.45 1-1v-8c0-2.21-1.79-4-4-4z"})
"HotelRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hotel_sharp.cljs
================================================
(ns reagent-mui.icons.hotel-sharp
"Imports @mui/icons-material/HotelSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hotel-sharp (create-svg-icon (e "path" #js {"d" "M7 13c1.66 0 3-1.34 3-3S8.66 7 7 7s-3 1.34-3 3 1.34 3 3 3zm16-6H11v7H3V5H1v15h2v-3h18v3h2V7z"})
"HotelSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hotel_two_tone.cljs
================================================
(ns reagent-mui.icons.hotel-two-tone
"Imports @mui/icons-material/HotelTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hotel-two-tone (create-svg-icon [(e "path" #js {"d" "M19 9h-6v6h8v-4c0-1.1-.9-2-2-2z", "opacity" ".3"}) (e "circle" #js {"cx" "7", "cy" "11", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M4 11c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3zm4 0c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm11-4h-8v8H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4zm2 8h-8V9h6c1.1 0 2 .9 2 2v4z"})]
"HotelTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_bottom.cljs
================================================
(ns reagent-mui.icons.hourglass-bottom
"Imports @mui/icons-material/HourglassBottom as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-bottom (create-svg-icon (e "path" #js {"d" "m18 22-.01-6L14 12l3.99-4.01L18 2H6v6l4 4-4 3.99V22h12zM8 7.5V4h8v3.5l-4 4-4-4z"})
"HourglassBottom"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_bottom_outlined.cljs
================================================
(ns reagent-mui.icons.hourglass-bottom-outlined
"Imports @mui/icons-material/HourglassBottomOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-bottom-outlined (create-svg-icon (e "path" #js {"d" "m18 22-.01-6L14 12l3.99-4.01L18 2H6v6l4 4-4 3.99V22h12zM8 7.5V4h8v3.5l-4 4-4-4z"})
"HourglassBottomOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_bottom_rounded.cljs
================================================
(ns reagent-mui.icons.hourglass-bottom-rounded
"Imports @mui/icons-material/HourglassBottomRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-bottom-rounded (create-svg-icon (e "path" #js {"d" "M16 22c1.1 0 2-.9 2-2l-.01-3.18c0-.53-.21-1.03-.58-1.41L14 12l3.41-3.43c.37-.37.58-.88.58-1.41L18 4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3.16c0 .53.21 1.04.58 1.42L10 12l-3.41 3.4c-.38.38-.59.89-.59 1.42V20c0 1.1.9 2 2 2h8zM8 7.09V5c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2.09c0 .27-.11.52-.29.71L12 11.5 8.29 7.79c-.18-.18-.29-.44-.29-.7z"})
"HourglassBottomRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_bottom_sharp.cljs
================================================
(ns reagent-mui.icons.hourglass-bottom-sharp
"Imports @mui/icons-material/HourglassBottomSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-bottom-sharp (create-svg-icon (e "path" #js {"d" "m18 22-.01-6L14 12l3.99-4.01L18 2H6v6l4 4-4 3.99V22h12zM8 7.5V4h8v3.5l-4 4-4-4z"})
"HourglassBottomSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_bottom_two_tone.cljs
================================================
(ns reagent-mui.icons.hourglass-bottom-two-tone
"Imports @mui/icons-material/HourglassBottomTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-bottom-two-tone (create-svg-icon [(e "path" #js {"d" "m16 16.5-4-4-4 4V20h8z", "opacity" ".3"}) (e "path" #js {"d" "m16 16.5-4-4-4 4V20h8z", "opacity" ".3"}) (e "path" #js {"d" "M6 22h12v-6l-4-4 3.99-4.01L18 2H6l.01 5.99L10 12l-4 3.99V22zM8 7.5V4h8v3.5l-4 4-4-4zm0 9 4-4 4 4V20H8v-3.5z"})]
"HourglassBottomTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_disabled.cljs
================================================
(ns reagent-mui.icons.hourglass-disabled
"Imports @mui/icons-material/HourglassDisabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-disabled (create-svg-icon (e "path" #js {"d" "M8 4h8v3.5l-2.84 2.84 1.25 1.25L18 8.01 17.99 8H18V2H6v1.17l2 2zM2.1 2.1.69 3.51l8.9 8.9L6 16l.01.01H6V22h12v-1.17l2.49 2.49 1.41-1.41L2.1 2.1zM16 20H8v-3.5l2.84-2.84L16 18.83V20z"})
"HourglassDisabled"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_disabled_outlined.cljs
================================================
(ns reagent-mui.icons.hourglass-disabled-outlined
"Imports @mui/icons-material/HourglassDisabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-disabled-outlined (create-svg-icon (e "path" #js {"d" "M8 4h8v3.5l-2.84 2.84 1.25 1.25L18 8.01 17.99 8H18V2H6v1.17l2 2zM2.1 2.1.69 3.51l8.9 8.9L6 16l.01.01H6V22h12v-1.17l2.49 2.49 1.41-1.41L2.1 2.1zM16 20H8v-3.5l2.84-2.84L16 18.83V20z"})
"HourglassDisabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_disabled_rounded.cljs
================================================
(ns reagent-mui.icons.hourglass-disabled-rounded
"Imports @mui/icons-material/HourglassDisabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-disabled-rounded (create-svg-icon (e "path" #js {"d" "M2.81 2.81a.9959.9959 0 0 0-1.41 0C1 3.2 1 3.83 1.39 4.22l8.19 8.19-3 3.01c-.37.38-.58.89-.58 1.42V20c0 1.1.9 2 2 2h8c.86 0 1.58-.54 1.87-1.3l1.91 1.91c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L2.81 2.81zM16 19c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-2.5l2.84-2.84L16 18.83V19zM8 5c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2.5l-2.84 2.84 1.25 1.25 3-2.99c.38-.38.59-.89.59-1.42V4c0-1.11-.9-2-2-2H8c-.86 0-1.58.54-1.87 1.3L8 5.17V5z"})
"HourglassDisabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_disabled_sharp.cljs
================================================
(ns reagent-mui.icons.hourglass-disabled-sharp
"Imports @mui/icons-material/HourglassDisabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-disabled-sharp (create-svg-icon (e "path" #js {"d" "M8 4h8v3.5l-2.84 2.84 1.25 1.25L18 8.01 17.99 8H18V2H6v1.17l2 2zM2.1 2.1.69 3.51l8.9 8.9L6 16l.01.01H6V22h12v-1.17l2.49 2.49 1.41-1.41L2.1 2.1zM16 20H8v-3.5l2.84-2.84L16 18.83V20z"})
"HourglassDisabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_disabled_two_tone.cljs
================================================
(ns reagent-mui.icons.hourglass-disabled-two-tone
"Imports @mui/icons-material/HourglassDisabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-disabled-two-tone (create-svg-icon (e "path" #js {"d" "M8 4h8v3.5l-2.84 2.84 1.25 1.25L18 8.01 17.99 8H18V2H6v1.17l2 2zM2.1 2.1.69 3.51l8.9 8.9L6 16l.01.01H6V22h12v-1.17l2.49 2.49 1.41-1.41L2.1 2.1zM16 20H8v-3.5l2.84-2.84L16 18.83V20z"})
"HourglassDisabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_empty.cljs
================================================
(ns reagent-mui.icons.hourglass-empty
"Imports @mui/icons-material/HourglassEmpty as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-empty (create-svg-icon (e "path" #js {"d" "M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6zm10 14.5V20H8v-3.5l4-4 4 4zm-4-5-4-4V4h8v3.5l-4 4z"})
"HourglassEmpty"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_empty_outlined.cljs
================================================
(ns reagent-mui.icons.hourglass-empty-outlined
"Imports @mui/icons-material/HourglassEmptyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-empty-outlined (create-svg-icon (e "path" #js {"d" "M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6zm10 14.5V20H8v-3.5l4-4 4 4zm-4-5-4-4V4h8v3.5l-4 4z"})
"HourglassEmptyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_empty_rounded.cljs
================================================
(ns reagent-mui.icons.hourglass-empty-rounded
"Imports @mui/icons-material/HourglassEmptyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-empty-rounded (create-svg-icon (e "path" #js {"d" "M8 2c-1.1 0-2 .9-2 2v3.17c0 .53.21 1.04.59 1.42L10 12l-3.42 3.42c-.37.38-.58.89-.58 1.42V20c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-3.16c0-.53-.21-1.04-.58-1.41L14 12l3.41-3.4c.38-.38.59-.89.59-1.42V4c0-1.1-.9-2-2-2H8zm8 14.5V19c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-2.5l4-4 4 4zm-4-5-4-4V5c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2.5l-4 4z"})
"HourglassEmptyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_empty_sharp.cljs
================================================
(ns reagent-mui.icons.hourglass-empty-sharp
"Imports @mui/icons-material/HourglassEmptySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-empty-sharp (create-svg-icon (e "path" #js {"d" "M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6zm10 14.5V20H8v-3.5l4-4 4 4zm-4-5-4-4V4h8v3.5l-4 4z"})
"HourglassEmptySharp"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_empty_two_tone.cljs
================================================
(ns reagent-mui.icons.hourglass-empty-two-tone
"Imports @mui/icons-material/HourglassEmptyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-empty-two-tone (create-svg-icon (e "path" #js {"d" "M18 2H6v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2zm-2 14.5V20H8v-3.5l4-4 4 4zm0-9-4 4-4-4V4h8v3.5z"})
"HourglassEmptyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_full.cljs
================================================
(ns reagent-mui.icons.hourglass-full
"Imports @mui/icons-material/HourglassFull as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-full (create-svg-icon (e "path" #js {"d" "M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6z"})
"HourglassFull"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_full_outlined.cljs
================================================
(ns reagent-mui.icons.hourglass-full-outlined
"Imports @mui/icons-material/HourglassFullOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-full-outlined (create-svg-icon (e "path" #js {"d" "M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6z"})
"HourglassFullOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_full_rounded.cljs
================================================
(ns reagent-mui.icons.hourglass-full-rounded
"Imports @mui/icons-material/HourglassFullRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-full-rounded (create-svg-icon (e "path" #js {"d" "M6 4v3.17c0 .53.21 1.04.59 1.42L10 12l-3.42 3.42c-.37.38-.58.89-.58 1.42V20c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-3.16c0-.53-.21-1.04-.58-1.41L14 12l3.41-3.4c.38-.38.59-.89.59-1.42V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2z"})
"HourglassFullRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_full_sharp.cljs
================================================
(ns reagent-mui.icons.hourglass-full-sharp
"Imports @mui/icons-material/HourglassFullSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-full-sharp (create-svg-icon (e "path" #js {"d" "M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6z"})
"HourglassFullSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_full_two_tone.cljs
================================================
(ns reagent-mui.icons.hourglass-full-two-tone
"Imports @mui/icons-material/HourglassFullTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-full-two-tone (create-svg-icon [(e "path" #js {"d" "m8 7.5 4 4 4-4V4H8zm0 9V20h8v-3.5l-4-4z", "opacity" ".3"}) (e "path" #js {"d" "M18 2H6v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2zm-2 14.5V20H8v-3.5l4-4 4 4zm0-9-4 4-4-4V4h8v3.5z"})]
"HourglassFullTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_top.cljs
================================================
(ns reagent-mui.icons.hourglass-top
"Imports @mui/icons-material/HourglassTop as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-top (create-svg-icon (e "path" #js {"d" "m6 2 .01 6L10 12l-3.99 4.01L6 22h12v-6l-4-4 4-3.99V2H6zm10 14.5V20H8v-3.5l4-4 4 4z"})
"HourglassTop"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_top_outlined.cljs
================================================
(ns reagent-mui.icons.hourglass-top-outlined
"Imports @mui/icons-material/HourglassTopOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-top-outlined (create-svg-icon (e "path" #js {"d" "m6 2 .01 6L10 12l-3.99 4.01L6 22h12v-6l-4-4 4-3.99V2H6zm10 14.5V20H8v-3.5l4-4 4 4z"})
"HourglassTopOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_top_rounded.cljs
================================================
(ns reagent-mui.icons.hourglass-top-rounded
"Imports @mui/icons-material/HourglassTopRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-top-rounded (create-svg-icon (e "path" #js {"d" "M8 2c-1.1 0-2 .9-2 2l.01 3.18c0 .53.21 1.03.58 1.41L10 12l-3.41 3.43c-.37.37-.58.88-.58 1.41L6 20c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-3.16c0-.53-.21-1.04-.58-1.41L14 12l3.41-3.4c.38-.38.59-.89.59-1.42V4c0-1.1-.9-2-2-2H8zm8 14.91V19c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-2.09c0-.27.11-.52.29-.71L12 12.5l3.71 3.71c.18.18.29.44.29.7z"})
"HourglassTopRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_top_sharp.cljs
================================================
(ns reagent-mui.icons.hourglass-top-sharp
"Imports @mui/icons-material/HourglassTopSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-top-sharp (create-svg-icon (e "path" #js {"d" "m6 2 .01 6L10 12l-3.99 4.01L6 22h12v-6l-4-4 4-3.99V2H6zm10 14.5V20H8v-3.5l4-4 4 4z"})
"HourglassTopSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hourglass_top_two_tone.cljs
================================================
(ns reagent-mui.icons.hourglass-top-two-tone
"Imports @mui/icons-material/HourglassTopTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hourglass-top-two-tone (create-svg-icon [(e "path" #js {"d" "m8 7.5 4 4 4-4V4H8z", "opacity" ".3"}) (e "path" #js {"d" "m8 7.5 4 4 4-4V4H8z", "opacity" ".3"}) (e "path" #js {"d" "M18 2H6v6l4 4-3.99 4.01L6 22h12l-.01-5.99L14 12l4-3.99V2zm-2 14.5V20H8v-3.5l4-4 4 4zm0-9-4 4-4-4V4h8v3.5z"})]
"HourglassTopTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/house.cljs
================================================
(ns reagent-mui.icons.house
"Imports @mui/icons-material/House as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def house (create-svg-icon (e "path" #js {"d" "M19 9.3V4h-3v2.6L12 3 2 12h3v8h5v-6h4v6h5v-8h3l-3-2.7zm-9 .7c0-1.1.9-2 2-2s2 .9 2 2h-4z"})
"House"))
================================================
FILE: src/icons/reagent_mui/icons/house_outlined.cljs
================================================
(ns reagent-mui.icons.house-outlined
"Imports @mui/icons-material/HouseOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def house-outlined (create-svg-icon [(e "path" #js {"d" "M19 9.3V4h-3v2.6L12 3 2 12h3v8h6v-6h2v6h6v-8h3l-3-2.7zM17 18h-2v-6H9v6H7v-7.81l5-4.5 5 4.5V18z"}) (e "path" #js {"d" "M10 10h4c0-1.1-.9-2-2-2s-2 .9-2 2z"})]
"HouseOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/house_rounded.cljs
================================================
(ns reagent-mui.icons.house-rounded
"Imports @mui/icons-material/HouseRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def house-rounded (create-svg-icon (e "path" #js {"d" "M19 9.3V5c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1.6l-3.33-3c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-5h4v5c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87L19 9.3zm-9 .7c0-1.1.9-2 2-2s2 .9 2 2h-4z"})
"HouseRounded"))
================================================
FILE: src/icons/reagent_mui/icons/house_sharp.cljs
================================================
(ns reagent-mui.icons.house-sharp
"Imports @mui/icons-material/HouseSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def house-sharp (create-svg-icon (e "path" #js {"d" "M19 9.3V4h-3v2.6L12 3 2 12h3v8h5v-6h4v6h5v-8h3l-3-2.7zm-9 .7c0-1.1.9-2 2-2s2 .9 2 2h-4z"})
"HouseSharp"))
================================================
FILE: src/icons/reagent_mui/icons/house_siding.cljs
================================================
(ns reagent-mui.icons.house-siding
"Imports @mui/icons-material/HouseSiding as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def house-siding (create-svg-icon (e "path" #js {"d" "M19 12h3L12 3 2 12h3v8h2v-2h10v2h2v-8zM7.21 10h9.58l.21.19V12H7v-1.81l.21-.19zm7.36-2H9.43L12 5.69 14.57 8zM7 16v-2h10v2H7z"})
"HouseSiding"))
================================================
FILE: src/icons/reagent_mui/icons/house_siding_outlined.cljs
================================================
(ns reagent-mui.icons.house-siding-outlined
"Imports @mui/icons-material/HouseSidingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def house-siding-outlined (create-svg-icon (e "path" #js {"d" "M19 12h3L12 3 2 12h3v8h2v-2h10v2h2v-8zM7.21 10h9.58l.21.19V12H7v-1.81l.21-.19zm7.36-2H9.43L12 5.69 14.57 8zM7 16v-2h10v2H7z"})
"HouseSidingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/house_siding_rounded.cljs
================================================
(ns reagent-mui.icons.house-siding-rounded
"Imports @mui/icons-material/HouseSidingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def house-siding-rounded (create-svg-icon (e "path" #js {"d" "M19 12h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1s1-.45 1-1v-1h10v1c0 .55.45 1 1 1s1-.45 1-1v-7zM7.21 10h9.58l.21.19V12H7v-1.81l.21-.19zm7.36-2H9.43L12 5.69 14.57 8zM7 16v-2h10v2H7z"})
"HouseSidingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/house_siding_sharp.cljs
================================================
(ns reagent-mui.icons.house-siding-sharp
"Imports @mui/icons-material/HouseSidingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def house-siding-sharp (create-svg-icon (e "path" #js {"d" "M19 12h3L12 3 2 12h3v8h2v-2h10v2h2v-8zM7.21 10h9.58l.21.19V12H7v-1.81l.21-.19zm7.36-2H9.43L12 5.69 14.57 8zM7 16v-2h10v2H7z"})
"HouseSidingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/house_siding_two_tone.cljs
================================================
(ns reagent-mui.icons.house-siding-two-tone
"Imports @mui/icons-material/HouseSidingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def house-siding-two-tone (create-svg-icon [(e "path" #js {"d" "M7.21 10h9.58l.21.19V12H7v-1.81l.21-.19zm7.36-2H9.43L12 5.69 14.57 8zM7 16v-2h10v2H7z", "opacity" ".3"}) (e "path" #js {"d" "M19 12h3L12 3 2 12h3v8h2v-2h10v2h2v-8zM7.21 10h9.58l.21.19V12H7v-1.81l.21-.19zm7.36-2H9.43L12 5.69 14.57 8zM7 16v-2h10v2H7z"})]
"HouseSidingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/house_two_tone.cljs
================================================
(ns reagent-mui.icons.house-two-tone
"Imports @mui/icons-material/HouseTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def house-two-tone (create-svg-icon [(e "path" #js {"d" "M7 10.19V18h2v-6h6v6h2v-7.81l-5-4.5-5 4.5zm7-.19h-4c0-1.1.9-2 2-2s2 .9 2 2z", "opacity" ".3"}) (e "path" #js {"d" "M19 9.3V4h-3v2.6L12 3 2 12h3v8h6v-6h2v6h6v-8h3l-3-2.7zM17 18h-2v-6H9v6H7v-7.81l5-4.5 5 4.5V18z"}) (e "path" #js {"d" "M10 10h4c0-1.1-.9-2-2-2s-2 .9-2 2z"})]
"HouseTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/houseboat.cljs
================================================
(ns reagent-mui.icons.houseboat
"Imports @mui/icons-material/Houseboat as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def houseboat (create-svg-icon (e "path" #js {"d" "M12 16c-1.95 0-2.1 1-3.34 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1 1.19 0 1.42 1 3.33 1 1.95 0 2.08-1 3.32-1s1.37 1 3.32 1c1.91 0 2.14-1 3.33-1 1.18 0 1.45 1 3.35 1v-2c-1.24 0-1.38-1-3.33-1-1.91 0-2.14 1-3.33 1-1.24 0-1.39-1-3.34-1zm8.34-4.66-1.37 1.37c-.19.18-.45.29-.71.29H17V9.65l1.32.97L19.5 9 12 3.5 4.5 9l1.18 1.61L7 9.65V13H5.74c-.27 0-.52-.11-.71-.29l-1.37-1.37-1.41 1.41 1.37 1.37c.56.56 1.33.88 2.12.88h12.51c.8 0 1.56-.32 2.12-.88l1.37-1.37-1.4-1.41zM13 13h-2v-2h2v2z"})
"Houseboat"))
================================================
FILE: src/icons/reagent_mui/icons/houseboat_outlined.cljs
================================================
(ns reagent-mui.icons.houseboat-outlined
"Imports @mui/icons-material/HouseboatOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def houseboat-outlined (create-svg-icon (e "path" #js {"d" "M12 16c-1.95 0-2.1 1-3.34 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1 1.19 0 1.42 1 3.33 1 1.95 0 2.08-1 3.32-1s1.37 1 3.32 1c1.91 0 2.14-1 3.33-1 1.18 0 1.45 1 3.35 1v-2c-1.24 0-1.38-1-3.33-1-1.91 0-2.14 1-3.33 1-1.24 0-1.39-1-3.34-1zm8.34-4.66-1.37 1.37c-.19.18-.45.29-.71.29H17V9.65l1.32.97L19.5 9 12 3.5 4.5 9l1.18 1.61L7 9.65V13H5.74c-.27 0-.52-.11-.71-.29l-1.37-1.37-1.41 1.41 1.37 1.37c.56.56 1.33.88 2.12.88h12.51c.8 0 1.56-.32 2.12-.88l1.37-1.37-1.4-1.41zM13 13v-2h-2v2H9V8.18l3-2.2 3 2.2V13h-2z"})
"HouseboatOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/houseboat_rounded.cljs
================================================
(ns reagent-mui.icons.houseboat-rounded
"Imports @mui/icons-material/HouseboatRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def houseboat-rounded (create-svg-icon (e "path" #js {"d" "M22 17.83c0-.42-.27-.8-.67-.94-.71-.27-1.12-.89-2.66-.89-1.91 0-2.14 1-3.33 1-1.24 0-1.39-1-3.34-1s-2.1 1-3.34 1c-1.19 0-1.42-1-3.33-1-1.54 0-1.95.62-2.66.88-.4.15-.67.52-.67.95 0 .7.69 1.19 1.35.95.8-.29 1.18-.78 2-.78 1.19 0 1.42 1 3.33 1 1.95 0 2.08-1 3.32-1s1.37 1 3.32 1c1.91 0 2.14-1 3.33-1 .83 0 1.21.49 2 .78.66.24 1.35-.26 1.35-.95zm-3.09-8.02c.33-.45.23-1.07-.22-1.4l-6.1-4.47a.99.99 0 0 0-1.18 0l-6.1 4.47c-.45.33-.54.95-.22 1.4.33.45.95.54 1.4.22L7 9.65V13H5.74c-.27 0-.52-.11-.71-.29l-.66-.66a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.66.66c.56.56 1.33.88 2.12.88h12.51c.8 0 1.56-.32 2.12-.88l.66-.66c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-.66.66c-.18.18-.44.29-.7.29H17V9.65l.51.37c.45.33 1.07.23 1.4-.21zM13 13h-2v-2h2v2z"})
"HouseboatRounded"))
================================================
FILE: src/icons/reagent_mui/icons/houseboat_sharp.cljs
================================================
(ns reagent-mui.icons.houseboat-sharp
"Imports @mui/icons-material/HouseboatSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def houseboat-sharp (create-svg-icon (e "path" #js {"d" "M12 16c-1.95 0-2.1 1-3.34 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1 1.19 0 1.42 1 3.33 1 1.95 0 2.08-1 3.32-1s1.37 1 3.32 1c1.91 0 2.14-1 3.33-1 1.18 0 1.45 1 3.35 1v-2c-1.24 0-1.38-1-3.33-1-1.91 0-2.14 1-3.33 1-1.24 0-1.39-1-3.34-1zm8.34-4.66L18.67 13H17V9.65l1.32.97L19.5 9 12 3.5 4.5 9l1.18 1.61L7 9.65V13H5.33l-1.66-1.66-1.41 1.41L4.5 15h15l2.25-2.25-1.41-1.41zM13 13h-2v-2h2v2z"})
"HouseboatSharp"))
================================================
FILE: src/icons/reagent_mui/icons/houseboat_two_tone.cljs
================================================
(ns reagent-mui.icons.houseboat-two-tone
"Imports @mui/icons-material/HouseboatTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def houseboat-two-tone (create-svg-icon [(e "path" #js {"d" "M13 13v-2h-2v2H9V8.18l3-2.2 3 2.2V13z", "opacity" ".3"}) (e "path" #js {"d" "M12 16c-1.95 0-2.1 1-3.34 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1 1.19 0 1.42 1 3.33 1 1.95 0 2.08-1 3.32-1s1.37 1 3.32 1c1.91 0 2.14-1 3.33-1 1.18 0 1.45 1 3.35 1v-2c-1.24 0-1.38-1-3.33-1-1.91 0-2.14 1-3.33 1-1.24 0-1.39-1-3.34-1zm8.34-4.66-1.37 1.37c-.19.18-.45.29-.71.29H17V9.65l1.32.97L19.5 9 12 3.5 4.5 9l1.18 1.61L7 9.65V13H5.74c-.27 0-.52-.11-.71-.29l-1.37-1.37-1.41 1.41 1.37 1.37c.56.56 1.33.88 2.12.88h12.51c.8 0 1.56-.32 2.12-.88l1.37-1.37-1.4-1.41zM13 13v-2h-2v2H9V8.18l3-2.2 3 2.2V13h-2z"})]
"HouseboatTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/how_to_reg.cljs
================================================
(ns reagent-mui.icons.how-to-reg
"Imports @mui/icons-material/HowToReg as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def how-to-reg (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "m9 17 3-2.94c-.39-.04-.68-.06-1-.06-2.67 0-8 1.34-8 4v2h9l-3-3zm2-5c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m4.47 8.5L12 17l1.4-1.41 2.07 2.08 5.13-5.17 1.4 1.41z"})
"HowToReg"))
================================================
FILE: src/icons/reagent_mui/icons/how_to_reg_outlined.cljs
================================================
(ns reagent-mui.icons.how-to-reg-outlined
"Imports @mui/icons-material/HowToRegOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def how-to-reg-outlined (create-svg-icon (e "path" #js {"d" "M11 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM5 18c.2-.63 2.57-1.68 4.96-1.94l2.04-2c-.39-.04-.68-.06-1-.06-2.67 0-8 1.34-8 4v2h9l-2-2H5zm15.6-5.5-5.13 5.17-2.07-2.08L12 17l3.47 3.5L22 13.91z"})
"HowToRegOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/how_to_reg_rounded.cljs
================================================
(ns reagent-mui.icons.how-to-reg-rounded
"Imports @mui/icons-material/HowToRegRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def how-to-reg-rounded (create-svg-icon (e "path" #js {"d" "m12 20-.86-.86c-1.18-1.18-1.17-3.1.02-4.26l.84-.82c-.39-.04-.68-.06-1-.06-2.67 0-8 1.34-8 4v2h9zm-1-8c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m5.18 7.78c-.39.39-1.03.39-1.42 0l-2.07-2.09c-.38-.39-.38-1.01 0-1.39l.01-.01c.39-.39 1.02-.39 1.4 0l1.37 1.37 4.43-4.46c.39-.39 1.02-.39 1.41 0l.01.01c.38.39.38 1.01 0 1.39l-5.14 5.18z"})
"HowToRegRounded"))
================================================
FILE: src/icons/reagent_mui/icons/how_to_reg_sharp.cljs
================================================
(ns reagent-mui.icons.how-to-reg-sharp
"Imports @mui/icons-material/HowToRegSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def how-to-reg-sharp (create-svg-icon (e "path" #js {"d" "m9 17 3-2.94c-.39-.04-.68-.06-1-.06-2.67 0-8 1.34-8 4v2h9l-3-3zm2-5c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m4.47 8.5L12 17l1.4-1.41 2.07 2.08 5.13-5.17 1.4 1.41-6.53 6.59z"})
"HowToRegSharp"))
================================================
FILE: src/icons/reagent_mui/icons/how_to_reg_two_tone.cljs
================================================
(ns reagent-mui.icons.how-to-reg-two-tone
"Imports @mui/icons-material/HowToRegTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def how-to-reg-two-tone (create-svg-icon [(e "circle" #js {"cx" "11", "cy" "8", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M5 18h4.99L9 17l.93-.94C7.55 16.33 5.2 17.37 5 18z", "opacity" ".3"}) (e "path" #js {"d" "M11 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm-1 12H5c.2-.63 2.55-1.67 4.93-1.94h.03l.46-.45L12 14.06c-.39-.04-.68-.06-1-.06-2.67 0-8 1.34-8 4v2h9l-2-2zm10.6-5.5-5.13 5.17-2.07-2.08L12 17l3.47 3.5L22 13.91z"})]
"HowToRegTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/how_to_vote.cljs
================================================
(ns reagent-mui.icons.how-to-vote
"Imports @mui/icons-material/HowToVote as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def how-to-vote (create-svg-icon (e "path" #js {"d" "M18 13h-.68l-2 2h1.91L19 17H5l1.78-2h2.05l-2-2H6l-3 3v4c0 1.1.89 2 1.99 2H19c1.1 0 2-.89 2-2v-4l-3-3zm-1-5.05-4.95 4.95-3.54-3.54 4.95-4.95L17 7.95zm-4.24-5.66L6.39 8.66c-.39.39-.39 1.02 0 1.41l4.95 4.95c.39.39 1.02.39 1.41 0l6.36-6.36c.39-.39.39-1.02 0-1.41L14.16 2.3c-.38-.4-1.01-.4-1.4-.01z"})
"HowToVote"))
================================================
FILE: src/icons/reagent_mui/icons/how_to_vote_outlined.cljs
================================================
(ns reagent-mui.icons.how-to-vote-outlined
"Imports @mui/icons-material/HowToVoteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def how-to-vote-outlined (create-svg-icon (e "path" #js {"d" "M18 13h-.68l-2 2h1.91L19 17H5l1.78-2h2.05l-2-2H6l-3 3v4c0 1.1.89 2 1.99 2H19c1.1 0 2-.89 2-2v-4l-3-3zm1 7H5v-1h14v1zm-7.66-4.98c.39.39 1.02.39 1.41 0l6.36-6.36c.39-.39.39-1.02 0-1.41L14.16 2.3c-.38-.4-1.01-.4-1.4-.01L6.39 8.66c-.39.39-.39 1.02 0 1.41l4.95 4.95zm2.12-10.61L17 7.95l-4.95 4.95-3.54-3.54 4.95-4.95z"})
"HowToVoteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/how_to_vote_rounded.cljs
================================================
(ns reagent-mui.icons.how-to-vote-rounded
"Imports @mui/icons-material/HowToVoteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def how-to-vote-rounded (create-svg-icon [(e "path" #js {"d" "m18 12.18-1.5 1.64 2 2.18h-13l2-2.18L6 12.18l-3 3.27V20c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4.54l-3-3.28z"}) (e "path" #js {"d" "M10.59 14.42c.78.79 2.05.8 2.84.01l4.98-4.98c.78-.78.78-2.05 0-2.83l-3.54-3.53c-.78-.78-2.05-.78-2.83 0L7.09 8.04c-.78.78-.78 2.03-.01 2.82l3.51 3.56zm2.87-9.92 3.53 3.53-4.94 4.94-3.53-3.53 4.94-4.94z"})]
"HowToVoteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/how_to_vote_sharp.cljs
================================================
(ns reagent-mui.icons.how-to-vote-sharp
"Imports @mui/icons-material/HowToVoteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def how-to-vote-sharp (create-svg-icon (e "path" #js {"d" "M18 13h-.68l-2 2h1.91L19 17H5l1.78-2h2.05l-2-2H6l-3 3v6h18v-6zm1.81-5.04L13.45 1.6 5.68 9.36l6.36 6.36 7.77-7.76zm-6.35-3.55L17 7.95l-4.95 4.95-3.54-3.54 4.95-4.95z"})
"HowToVoteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/how_to_vote_two_tone.cljs
================================================
(ns reagent-mui.icons.how-to-vote-two-tone
"Imports @mui/icons-material/HowToVoteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def how-to-vote-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14v1H5z", "opacity" ".3"}) (e "path" #js {"d" "M18 13h-.68l-2 2h1.91L19 17H5l1.78-2h2.05l-2-2H6l-3 3v4c0 1.1.89 2 1.99 2H19c1.1 0 2-.89 2-2v-4l-3-3zm1 7H5v-1h14v1z"}) (e "path" #js {"d" "M12.048 12.905 8.505 9.362l4.95-4.95 3.543 3.543z", "opacity" ".3"}) (e "path" #js {"d" "M19.11 7.25 14.16 2.3c-.38-.4-1.01-.4-1.4-.01L6.39 8.66c-.39.39-.39 1.02 0 1.41l4.95 4.95c.39.39 1.02.39 1.41 0l6.36-6.36c.39-.39.39-1.02 0-1.41zm-7.06 5.65L8.51 9.36l4.95-4.95L17 7.95l-4.95 4.95z"})]
"HowToVoteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/html.cljs
================================================
(ns reagent-mui.icons.html
"Imports @mui/icons-material/Html as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def html (create-svg-icon (e "path" #js {"d" "M3.5 9H5v6H3.5v-2.5h-2V15H0V9h1.5v2h2V9zm14 0H13c-.55 0-1 .45-1 1v5h1.5v-4.5h1V14H16v-3.51h1V15h1.5v-5c0-.55-.45-1-1-1zM11 9H6v1.5h1.75V15h1.5v-4.5H11V9zm13 6v-1.5h-2.5V9H20v6h4z"})
"Html"))
================================================
FILE: src/icons/reagent_mui/icons/html_outlined.cljs
================================================
(ns reagent-mui.icons.html-outlined
"Imports @mui/icons-material/HtmlOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def html-outlined (create-svg-icon (e "path" #js {"d" "M3.5 9H5v6H3.5v-2.5h-2V15H0V9h1.5v2h2V9zm14 0H13c-.55 0-1 .45-1 1v5h1.5v-4.5h1V14H16v-3.51h1V15h1.5v-5c0-.55-.45-1-1-1zM11 9H6v1.5h1.75V15h1.5v-4.5H11V9zm13 6v-1.5h-2.5V9H20v6h4z"})
"HtmlOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/html_rounded.cljs
================================================
(ns reagent-mui.icons.html-rounded
"Imports @mui/icons-material/HtmlRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def html-rounded (create-svg-icon (e "path" #js {"d" "M21 15c-.55 0-1-.45-1-1V9.75c0-.41.34-.75.75-.75s.75.34.75.75v3.75h1.75c.41 0 .75.34.75.75s-.34.75-.75.75H21zm-5-4.51h1v3.76c0 .41.34.75.75.75s.75-.34.75-.75V10c0-.55-.45-1-1-1H13c-.55 0-1 .45-1 1v4.25c0 .41.34.75.75.75s.75-.34.75-.75V10.5h1v2.75c0 .41.34.75.75.75s.75-.34.75-.75v-2.76zM5 9.75C5 9.34 4.66 9 4.25 9s-.75.34-.75.75V11h-2V9.75c0-.41-.34-.75-.75-.75S0 9.34 0 9.75v4.5c0 .41.34.75.75.75s.75-.34.75-.75V12.5h2v1.75c0 .41.34.75.75.75s.75-.34.75-.75v-4.5zm5.25.75c.41 0 .75-.34.75-.75S10.66 9 10.25 9h-3.5c-.41 0-.75.34-.75.75s.34.75.75.75h1v3.75c0 .41.34.75.75.75s.75-.34.75-.75V10.5h1z"})
"HtmlRounded"))
================================================
FILE: src/icons/reagent_mui/icons/html_sharp.cljs
================================================
(ns reagent-mui.icons.html-sharp
"Imports @mui/icons-material/HtmlSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def html-sharp (create-svg-icon (e "path" #js {"d" "M3.5 9H5v6H3.5v-2.5h-2V15H0V9h1.5v2h2V9zm15 0H12v6h1.5v-4.5h1V14H16v-3.51h1V15h1.5V9zM11 9H6v1.5h1.75V15h1.5v-4.5H11V9zm13 6v-1.5h-2.5V9H20v6h4z"})
"HtmlSharp"))
================================================
FILE: src/icons/reagent_mui/icons/html_two_tone.cljs
================================================
(ns reagent-mui.icons.html-two-tone
"Imports @mui/icons-material/HtmlTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def html-two-tone (create-svg-icon (e "path" #js {"d" "M3.5 9H5v6H3.5v-2.5h-2V15H0V9h1.5v2h2V9zm14 0H13c-.55 0-1 .45-1 1v5h1.5v-4.5h1V14H16v-3.51h1V15h1.5v-5c0-.55-.45-1-1-1zM11 9H6v1.5h1.75V15h1.5v-4.5H11V9zm13 6v-1.5h-2.5V9H20v6h4z"})
"HtmlTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/http.cljs
================================================
(ns reagent-mui.icons.http
"Imports @mui/icons-material/Http as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def http (create-svg-icon (e "path" #js {"d" "M4.5 11h-2V9H1v6h1.5v-2.5h2V15H6V9H4.5v2zm2.5-.5h1.5V15H10v-4.5h1.5V9H7v1.5zm5.5 0H14V15h1.5v-4.5H17V9h-4.5v1.5zm9-1.5H18v6h1.5v-2h2c.8 0 1.5-.7 1.5-1.5v-1c0-.8-.7-1.5-1.5-1.5zm0 2.5h-2v-1h2v1z"})
"Http"))
================================================
FILE: src/icons/reagent_mui/icons/http_outlined.cljs
================================================
(ns reagent-mui.icons.http-outlined
"Imports @mui/icons-material/HttpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def http-outlined (create-svg-icon (e "path" #js {"d" "M4.5 11h-2V9H1v6h1.5v-2.5h2V15H6V9H4.5v2zm2.5-.5h1.5V15H10v-4.5h1.5V9H7v1.5zm5.5 0H14V15h1.5v-4.5H17V9h-4.5v1.5zm9-1.5H18v6h1.5v-2h2c.8 0 1.5-.7 1.5-1.5v-1c0-.8-.7-1.5-1.5-1.5zm0 2.5h-2v-1h2v1z"})
"HttpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/http_rounded.cljs
================================================
(ns reagent-mui.icons.http-rounded
"Imports @mui/icons-material/HttpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def http-rounded (create-svg-icon (e "path" #js {"d" "M4.5 11h-2V9.75c0-.41-.34-.75-.75-.75S1 9.34 1 9.75v4.5c0 .41.34.75.75.75s.75-.34.75-.75V12.5h2v1.75c0 .41.34.75.75.75s.75-.34.75-.75v-4.5C6 9.34 5.66 9 5.25 9s-.75.34-.75.75V11zm3.25-.5h.75v3.75c0 .41.34.75.75.75s.75-.34.75-.75V10.5h.75c.41 0 .75-.34.75-.75S11.16 9 10.75 9h-3c-.41 0-.75.34-.75.75s.34.75.75.75zm5.5 0H14v3.75c0 .41.34.75.75.75s.75-.34.75-.75V10.5h.75c.41 0 .75-.34.75-.75S16.66 9 16.25 9h-3c-.41 0-.75.34-.75.75s.34.75.75.75zM21.5 9H19c-.55 0-1 .45-1 1v4.25c0 .41.34.75.75.75s.75-.34.75-.75V13h2c.83 0 1.5-.68 1.5-1.5v-1c0-.82-.67-1.5-1.5-1.5zm0 2.5h-2v-1h2v1z"})
"HttpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/http_sharp.cljs
================================================
(ns reagent-mui.icons.http-sharp
"Imports @mui/icons-material/HttpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def http-sharp (create-svg-icon (e "path" #js {"d" "M4.5 11h-2V9H1v6h1.5v-2.5h2V15H6V9H4.5v2zm2.5-.5h1.5V15H10v-4.5h1.5V9H7v1.5zm5.5 0H14V15h1.5v-4.5H17V9h-4.5v1.5zM23 9h-5v6h1.5v-2H23V9zm-1.5 2.5h-2v-1h2v1z"})
"HttpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/http_two_tone.cljs
================================================
(ns reagent-mui.icons.http-two-tone
"Imports @mui/icons-material/HttpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def http-two-tone (create-svg-icon (e "path" #js {"d" "M4.5 11h-2V9H1v6h1.5v-2.5h2V15H6V9H4.5v2zm2.5-.5h1.5V15H10v-4.5h1.5V9H7v1.5zm5.5 0H14V15h1.5v-4.5H17V9h-4.5v1.5zm9-1.5H18v6h1.5v-2h2c.8 0 1.5-.7 1.5-1.5v-1c0-.8-.7-1.5-1.5-1.5zm0 2.5h-2v-1h2v1z"})
"HttpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/https.cljs
================================================
(ns reagent-mui.icons.https
"Imports @mui/icons-material/Https as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def https (create-svg-icon (e "path" #js {"d" "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"})
"Https"))
================================================
FILE: src/icons/reagent_mui/icons/https_outlined.cljs
================================================
(ns reagent-mui.icons.https-outlined
"Imports @mui/icons-material/HttpsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def https-outlined (create-svg-icon (e "path" #js {"d" "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})
"HttpsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/https_rounded.cljs
================================================
(ns reagent-mui.icons.https-rounded
"Imports @mui/icons-material/HttpsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def https-rounded (create-svg-icon (e "path" #js {"d" "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM9 8V6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9z"})
"HttpsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/https_sharp.cljs
================================================
(ns reagent-mui.icons.https-sharp
"Imports @mui/icons-material/HttpsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def https-sharp (create-svg-icon (e "path" #js {"d" "M20 8h-3V6.21c0-2.61-1.91-4.94-4.51-5.19C9.51.74 7 3.08 7 6v2H4v14h16V8zm-8 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM9 8V6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9z"})
"HttpsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/https_two_tone.cljs
================================================
(ns reagent-mui.icons.https-two-tone
"Imports @mui/icons-material/HttpsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def https-two-tone (create-svg-icon [(e "path" #js {"d" "M6 20h12V10H6v10zm6-7c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z", "opacity" ".3"}) (e "path" #js {"d" "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})]
"HttpsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hub.cljs
================================================
(ns reagent-mui.icons.hub
"Imports @mui/icons-material/Hub as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hub (create-svg-icon (e "path" #js {"d" "M8.4 18.2c.38.5.6 1.12.6 1.8 0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3c.44 0 .85.09 1.23.26l1.41-1.77c-.92-1.03-1.29-2.39-1.09-3.69l-2.03-.68c-.54.83-1.46 1.38-2.52 1.38-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3c0 .07 0 .14-.01.21l2.03.68c.64-1.21 1.82-2.09 3.22-2.32V5.91C9.96 5.57 9 4.4 9 3c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.4-.96 2.57-2.25 2.91v2.16c1.4.23 2.58 1.11 3.22 2.32L18 9.71V9.5c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3c-1.06 0-1.98-.55-2.52-1.37l-2.03.68c.2 1.29-.16 2.65-1.09 3.69l1.41 1.77c.38-.18.79-.27 1.23-.27 1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3c0-.68.22-1.3.6-1.8l-1.41-1.77c-1.35.75-3.01.76-4.37 0L8.4 18.2z"})
"Hub"))
================================================
FILE: src/icons/reagent_mui/icons/hub_outlined.cljs
================================================
(ns reagent-mui.icons.hub-outlined
"Imports @mui/icons-material/HubOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hub-outlined (create-svg-icon (e "path" #js {"d" "M21 6.5c-1.66 0-3 1.34-3 3 0 .07 0 .14.01.21l-2.03.68c-.64-1.21-1.82-2.09-3.22-2.32V5.91C14.04 5.57 15 4.4 15 3c0-1.66-1.34-3-3-3S9 1.34 9 3c0 1.4.96 2.57 2.25 2.91v2.16c-1.4.23-2.58 1.11-3.22 2.32l-2.04-.68C6 9.64 6 9.57 6 9.5c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3c1.06 0 1.98-.55 2.52-1.37l2.03.68c-.2 1.29.17 2.66 1.09 3.69l-1.41 1.77C6.85 17.09 6.44 17 6 17c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3c0-.68-.22-1.3-.6-1.8l1.41-1.77c1.36.76 3.02.75 4.37 0l1.41 1.77c-.37.5-.59 1.12-.59 1.8 0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3c-.44 0-.85.09-1.23.26l-1.41-1.77c.93-1.04 1.29-2.4 1.09-3.69l2.03-.68c.53.82 1.46 1.37 2.52 1.37 1.66 0 3-1.34 3-3S22.66 6.5 21 6.5zm-18 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM6 21c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm5-18c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm1 12c-1.38 0-2.5-1.12-2.5-2.5S10.62 10 12 10s2.5 1.12 2.5 2.5S13.38 15 12 15zm6 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm3-8.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"HubOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hub_rounded.cljs
================================================
(ns reagent-mui.icons.hub-rounded
"Imports @mui/icons-material/HubRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hub-rounded (create-svg-icon (e "path" #js {"d" "M8.4 18.2c.38.5.6 1.12.6 1.8 0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3c.44 0 .85.09 1.23.26l1.41-1.77c-.92-1.03-1.29-2.39-1.09-3.69l-2.03-.68c-.54.83-1.46 1.38-2.52 1.38-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3c0 .07 0 .14-.01.21l2.03.68c.64-1.21 1.82-2.09 3.22-2.32V5.91C9.96 5.57 9 4.4 9 3c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.4-.96 2.57-2.25 2.91v2.16c1.4.23 2.58 1.11 3.22 2.32L18 9.71V9.5c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3c-1.06 0-1.98-.55-2.52-1.37l-2.03.68c.2 1.29-.16 2.65-1.09 3.69l1.41 1.77c.38-.18.79-.27 1.23-.27 1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3c0-.68.22-1.3.6-1.8l-1.41-1.77c-1.35.75-3.01.76-4.37 0L8.4 18.2z"})
"HubRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hub_sharp.cljs
================================================
(ns reagent-mui.icons.hub-sharp
"Imports @mui/icons-material/HubSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hub-sharp (create-svg-icon (e "path" #js {"d" "M8.4 18.2c.38.5.6 1.12.6 1.8 0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3c.44 0 .85.09 1.23.26l1.41-1.77c-.92-1.03-1.29-2.39-1.09-3.69l-2.03-.68c-.54.83-1.46 1.38-2.52 1.38-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3c0 .07 0 .14-.01.21l2.03.68c.64-1.21 1.82-2.09 3.22-2.32V5.91C9.96 5.57 9 4.4 9 3c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.4-.96 2.57-2.25 2.91v2.16c1.4.23 2.58 1.11 3.22 2.32L18 9.71V9.5c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3c-1.06 0-1.98-.55-2.52-1.37l-2.03.68c.2 1.29-.16 2.65-1.09 3.69l1.41 1.77c.38-.18.79-.27 1.23-.27 1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3c0-.68.22-1.3.6-1.8l-1.41-1.77c-1.35.75-3.01.76-4.37 0L8.4 18.2z"})
"HubSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hub_two_tone.cljs
================================================
(ns reagent-mui.icons.hub-two-tone
"Imports @mui/icons-material/HubTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hub-two-tone (create-svg-icon [(e "path" #js {"d" "M3 10.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM6 21c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm5-18c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm1 12c-1.38 0-2.5-1.12-2.5-2.5S10.62 10 12 10s2.5 1.12 2.5 2.5S13.38 15 12 15zm6 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm3-8.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "path" #js {"d" "M21 6.5c-1.66 0-3 1.34-3 3 0 .07 0 .14.01.21l-2.03.68c-.64-1.21-1.82-2.09-3.22-2.32V5.91C14.04 5.57 15 4.4 15 3c0-1.66-1.34-3-3-3S9 1.34 9 3c0 1.4.96 2.57 2.25 2.91v2.16c-1.4.23-2.58 1.11-3.22 2.32l-2.04-.68C6 9.64 6 9.57 6 9.5c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3c1.06 0 1.98-.55 2.52-1.37l2.03.68c-.2 1.29.17 2.66 1.09 3.69l-1.41 1.77C6.85 17.09 6.44 17 6 17c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3c0-.68-.22-1.3-.6-1.8l1.41-1.77c1.36.76 3.02.75 4.37 0l1.41 1.77c-.37.5-.59 1.12-.59 1.8 0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3c-.44 0-.85.09-1.23.26l-1.41-1.77c.93-1.04 1.29-2.4 1.09-3.69l2.03-.68c.53.82 1.46 1.37 2.52 1.37 1.66 0 3-1.34 3-3S22.66 6.5 21 6.5zm-18 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM6 21c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm5-18c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm1 12c-1.38 0-2.5-1.12-2.5-2.5S10.62 10 12 10s2.5 1.12 2.5 2.5S13.38 15 12 15zm6 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm3-8.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"HubTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/hvac.cljs
================================================
(ns reagent-mui.icons.hvac
"Imports @mui/icons-material/Hvac as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hvac (create-svg-icon [(e "path" #js {"d" "M12 16c1.01 0 1.91-.39 2.62-1H9.38c.71.61 1.61 1 2.62 1zm-3.44-2h6.89c.26-.45.44-.96.51-1.5h-7.9c.06.54.23 1.05.5 1.5zM12 8c-1.01 0-1.91.39-2.62 1h5.24c-.71-.61-1.61-1-2.62-1zm-3.44 2c-.26.45-.44.96-.51 1.5h7.9c-.07-.54-.24-1.05-.51-1.5H8.56z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})]
"Hvac"))
================================================
FILE: src/icons/reagent_mui/icons/hvac_outlined.cljs
================================================
(ns reagent-mui.icons.hvac-outlined
"Imports @mui/icons-material/HvacOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hvac-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M12 18c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm3.44-8c.26.45.44.96.51 1.5h-7.9c.07-.54.24-1.05.51-1.5h6.88zm.51 2.5c-.07.54-.24 1.05-.51 1.5H8.56c-.26-.45-.44-.96-.51-1.5h7.9zM9.38 15h5.24c-.7.61-1.61 1-2.62 1s-1.91-.39-2.62-1zm5.24-6H9.38c.7-.61 1.61-1 2.62-1s1.91.39 2.62 1z"})]
"HvacOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/hvac_rounded.cljs
================================================
(ns reagent-mui.icons.hvac-rounded
"Imports @mui/icons-material/HvacRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hvac-rounded (create-svg-icon [(e "path" #js {"d" "M12 16c1.01 0 1.91-.39 2.62-1H9.38c.71.61 1.61 1 2.62 1zm-3.44-2h6.89c.26-.45.44-.96.51-1.5h-7.9c.06.54.23 1.05.5 1.5zM12 8c-1.01 0-1.91.39-2.62 1h5.24c-.71-.61-1.61-1-2.62-1zm-3.44 2c-.26.45-.44.96-.51 1.5h7.9c-.07-.54-.24-1.05-.51-1.5H8.56z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})]
"HvacRounded"))
================================================
FILE: src/icons/reagent_mui/icons/hvac_sharp.cljs
================================================
(ns reagent-mui.icons.hvac-sharp
"Imports @mui/icons-material/HvacSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hvac-sharp (create-svg-icon [(e "path" #js {"d" "M8.56 14h6.89c.26-.45.44-.96.51-1.5h-7.9c.06.54.23 1.05.5 1.5zM12 16c1.01 0 1.91-.39 2.62-1H9.38c.71.61 1.61 1 2.62 1zm0-8c-1.01 0-1.91.39-2.62 1h5.24c-.71-.61-1.61-1-2.62-1zm-3.44 2c-.26.45-.44.96-.51 1.5h7.9c-.07-.54-.24-1.05-.51-1.5H8.56z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm9 15c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})]
"HvacSharp"))
================================================
FILE: src/icons/reagent_mui/icons/hvac_two_tone.cljs
================================================
(ns reagent-mui.icons.hvac-two-tone
"Imports @mui/icons-material/HvacTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def hvac-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm7-13c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M12 18c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm0-2c-1.01 0-1.91-.39-2.62-1h5.24c-.71.61-1.61 1-2.62 1zm0-8c1.01 0 1.91.39 2.62 1H9.38c.71-.61 1.61-1 2.62-1zm-3.44 2h6.89c.26.45.44.96.51 1.5h-7.9c.06-.54.23-1.05.5-1.5zm7.39 2.5c-.07.54-.24 1.05-.51 1.5H8.56c-.26-.45-.44-.96-.51-1.5h7.9z"})]
"HvacTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/ice_skating.cljs
================================================
(ns reagent-mui.icons.ice-skating
"Imports @mui/icons-material/IceSkating as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ice-skating (create-svg-icon (e "path" #js {"d" "M8 8.5c0-.28.22-.5.5-.5h2.52L11 7H8.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H11V3H3v15h3v2H2v2h16c2.76 0 5-2.24 5-5h-2c0 1.66-1.34 3-3 3h-2v-2h3v-2.88c0-2.1-1.55-3.53-3.03-3.88l-2.7-.67c-.87-.22-1.57-.81-1.95-1.57H8.5c-.28 0-.5-.22-.5-.5zM14 20H8v-2h6v2z"})
"IceSkating"))
================================================
FILE: src/icons/reagent_mui/icons/ice_skating_outlined.cljs
================================================
(ns reagent-mui.icons.ice-skating-outlined
"Imports @mui/icons-material/IceSkatingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ice-skating-outlined (create-svg-icon (e "path" #js {"d" "M21 17c0 1.66-1.34 3-3 3h-2v-2h3v-4c0-1.79-1.19-3.34-2.91-3.82l-2.62-.74C12.62 9.19 12 8.39 12 7.5V3H3v15h3v2H2v2h16c2.76 0 5-2.24 5-5h-2zM5 16V5h5v1H8.5c-.28 0-.5.22-.5.5s.22.5.5.5H10l.1 1H8.5c-.28 0-.5.22-.5.5s.22.5.5.5h1.81c.45 1.12 1.4 2.01 2.6 2.36l2.62.73C16.4 12.33 17 13.1 17 14v2H5zm9 4H8v-2h6v2z"})
"IceSkatingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/ice_skating_rounded.cljs
================================================
(ns reagent-mui.icons.ice-skating-rounded
"Imports @mui/icons-material/IceSkatingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ice-skating-rounded (create-svg-icon (e "path" #js {"d" "M21.87 17c-.47 0-.85.34-.98.8-.35 1.27-1.51 2.2-2.89 2.2h-2v-2h1c1.1 0 2-.9 2-2v-.88c0-2.1-1.55-3.53-3.03-3.88l-2.7-.67c-.87-.22-1.57-.81-1.95-1.57H8.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2.52L11 7H8.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H11V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h1v2H3c-.55 0-1 .45-1 1s.45 1 1 1h15c2.33 0 4.29-1.6 4.84-3.75.17-.63-.32-1.25-.97-1.25zM14 20H8v-2h6v2z"})
"IceSkatingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/ice_skating_sharp.cljs
================================================
(ns reagent-mui.icons.ice-skating-sharp
"Imports @mui/icons-material/IceSkatingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ice-skating-sharp (create-svg-icon (e "path" #js {"d" "M21 17c0 1.66-1.34 3-3 3h-2v-2h3l-.01-6-5.71-1.43c-.88-.22-1.58-.81-1.96-1.57H8V8h3.02L11 7H8V6h3V3H3v15h3v2H2v2h16c2.76 0 5-2.24 5-5h-2zm-7 3H8v-2h6v2z"})
"IceSkatingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/ice_skating_two_tone.cljs
================================================
(ns reagent-mui.icons.ice-skating-two-tone
"Imports @mui/icons-material/IceSkatingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ice-skating-two-tone (create-svg-icon [(e "path" #js {"d" "M5 16V5h5v1H8.5c-.28 0-.5.22-.5.5s.22.5.5.5H10l.1 1H8.5c-.28 0-.5.22-.5.5s.22.5.5.5h1.81c.45 1.12 1.4 2.01 2.6 2.36l2.62.73C16.4 12.33 17 13.1 17 14v2H5z", "opacity" ".3"}) (e "path" #js {"d" "M21 17c0 1.66-1.34 3-3 3h-2v-2h3v-4c0-1.79-1.19-3.34-2.91-3.82l-2.62-.74C12.62 9.19 12 8.39 12 7.5V3H3v15h3v2H2v2h16c2.76 0 5-2.24 5-5h-2zM5 16V5h5v1H8.5c-.28 0-.5.22-.5.5s.22.5.5.5H10l.1 1H8.5c-.28 0-.5.22-.5.5s.22.5.5.5h1.81c.45 1.12 1.4 2.01 2.6 2.36l2.62.73C16.4 12.33 17 13.1 17 14v2H5zm9 4H8v-2h6v2z"})]
"IceSkatingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/icecream.cljs
================================================
(ns reagent-mui.icons.icecream
"Imports @mui/icons-material/Icecream as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def icecream (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "m8.79 12.4 3.26 6.22 3.17-6.21c-.11-.08-.21-.16-.3-.25-.84.53-1.85.84-2.92.84s-2.08-.31-2.92-.84c-.09.09-.19.17-.29.24zm-1.96.59C5.25 12.9 4 11.6 4 10c0-1.49 1.09-2.73 2.52-2.96C6.75 4.22 9.12 2 12 2s5.25 2.22 5.48 5.04C18.91 7.27 20 8.51 20 10c0 1.59-1.24 2.9-2.81 2.99L12.07 23 6.83 12.99z"})
"Icecream"))
================================================
FILE: src/icons/reagent_mui/icons/icecream_outlined.cljs
================================================
(ns reagent-mui.icons.icecream-outlined
"Imports @mui/icons-material/IcecreamOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def icecream-outlined (create-svg-icon (e "path" #js {"d" "M18.38 6.24C17.79 3.24 15.14 1 12 1S6.21 3.24 5.62 6.24C4.08 6.81 3 8.29 3 10c0 2.21 1.79 4 4 4 .12 0 .23-.02.34-.02L12.07 23l4.61-9.03c.11.01.21.03.32.03 2.21 0 4-1.79 4-4 0-1.71-1.08-3.19-2.62-3.76zm-6.33 12.39-2.73-5.21c.83.37 1.74.58 2.68.58.95 0 1.88-.21 2.72-.6l-2.67 5.23zM17 12c-.52 0-1.01-.2-1.39-.56l-.56-.54-.66.42c-.71.44-1.53.68-2.39.68s-1.68-.24-2.39-.69l-.66-.41-.56.54c-.38.35-.87.56-1.39.56-1.1 0-2-.89-2-2 0-.98.72-1.82 1.68-1.97l.77-.13.06-.78C7.71 4.8 9.66 3 12 3s4.29 1.8 4.48 4.12l.06.78.77.12c.97.16 1.69.99 1.69 1.98 0 1.1-.9 2-2 2z"})
"IcecreamOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/icecream_rounded.cljs
================================================
(ns reagent-mui.icons.icecream-rounded
"Imports @mui/icons-material/IcecreamRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def icecream-rounded (create-svg-icon (e "path" #js {"d" "M18.38 6.24C17.79 3.24 15.14 1 12 1S6.21 3.24 5.62 6.24C4.08 6.81 3 8.29 3 10c0 2.21 1.79 4 4 4 .12 0 .23-.02.34-.02l3.83 7.31c.38.72 1.41.71 1.78-.01l3.73-7.31c.11.01.21.03.32.03 2.21 0 4-1.79 4-4 0-1.71-1.08-3.19-2.62-3.76zm-6.33 12.39-2.73-5.21c.83.37 1.74.58 2.68.58.95 0 1.88-.21 2.72-.6l-2.67 5.23z"})
"IcecreamRounded"))
================================================
FILE: src/icons/reagent_mui/icons/icecream_sharp.cljs
================================================
(ns reagent-mui.icons.icecream-sharp
"Imports @mui/icons-material/IcecreamSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def icecream-sharp (create-svg-icon (e "path" #js {"d" "M18.38 6.24C17.79 3.24 15.14 1 12 1S6.21 3.24 5.62 6.24C4.08 6.81 3 8.29 3 10c0 2.21 1.79 4 4 4 .12 0 .23-.02.34-.02L12.07 23l4.61-9.03c.11.01.21.03.32.03 2.21 0 4-1.79 4-4 0-1.71-1.08-3.19-2.62-3.76zm-6.33 12.39-2.73-5.21c.83.37 1.74.58 2.68.58.95 0 1.88-.21 2.72-.6l-2.67 5.23z"})
"IcecreamSharp"))
================================================
FILE: src/icons/reagent_mui/icons/icecream_two_tone.cljs
================================================
(ns reagent-mui.icons.icecream-two-tone
"Imports @mui/icons-material/IcecreamTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def icecream-two-tone (create-svg-icon [(e "path" #js {"d" "m9.32 13.42 2.73 5.21 2.67-5.23c-.84.39-1.77.6-2.72.6-.94 0-1.85-.21-2.68-.58zm7.99-5.4-.77-.12-.06-.78C16.29 4.8 14.34 3 12 3S7.71 4.8 7.51 7.12l-.06.78-.77.13C5.72 8.18 5 9.02 5 10c0 1.11.9 2 2 2 .52 0 1.01-.21 1.39-.56l.56-.54.66.41c.71.45 1.53.69 2.39.69s1.68-.24 2.39-.68l.66-.42.56.54c.38.36.87.56 1.39.56 1.1 0 2-.9 2-2 0-.99-.72-1.82-1.69-1.98z", "opacity" ".3"}) (e "path" #js {"d" "M18.38 6.24C17.79 3.24 15.14 1 12 1S6.21 3.24 5.62 6.24C4.08 6.81 3 8.29 3 10c0 2.21 1.79 4 4 4 .12 0 .23-.02.34-.02L12.07 23l4.61-9.03c.11.01.21.03.32.03 2.21 0 4-1.79 4-4 0-1.71-1.08-3.19-2.62-3.76zm-6.33 12.39-2.73-5.21c.83.37 1.74.58 2.68.58.95 0 1.88-.21 2.72-.6l-2.67 5.23zM17 12c-.52 0-1.01-.2-1.39-.56l-.56-.54-.66.42c-.71.44-1.53.68-2.39.68s-1.68-.24-2.39-.69l-.66-.41-.56.54c-.38.35-.87.56-1.39.56-1.1 0-2-.89-2-2 0-.98.72-1.82 1.68-1.97l.77-.13.06-.78C7.71 4.8 9.66 3 12 3s4.29 1.8 4.48 4.12l.06.78.77.12c.97.16 1.69.99 1.69 1.98 0 1.1-.9 2-2 2z"})]
"IcecreamTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/image.cljs
================================================
(ns reagent-mui.icons.image
"Imports @mui/icons-material/Image as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image (create-svg-icon (e "path" #js {"d" "M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"})
"Image"))
================================================
FILE: src/icons/reagent_mui/icons/image_aspect_ratio.cljs
================================================
(ns reagent-mui.icons.image-aspect-ratio
"Imports @mui/icons-material/ImageAspectRatio as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-aspect-ratio (create-svg-icon (e "path" #js {"d" "M16 10h-2v2h2v-2zm0 4h-2v2h2v-2zm-8-4H6v2h2v-2zm4 0h-2v2h2v-2zm8-6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"})
"ImageAspectRatio"))
================================================
FILE: src/icons/reagent_mui/icons/image_aspect_ratio_outlined.cljs
================================================
(ns reagent-mui.icons.image-aspect-ratio-outlined
"Imports @mui/icons-material/ImageAspectRatioOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-aspect-ratio-outlined (create-svg-icon (e "path" #js {"d" "M16 10h-2v2h2v-2zm0 4h-2v2h2v-2zm-8-4H6v2h2v-2zm4 0h-2v2h2v-2zm8-6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"})
"ImageAspectRatioOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/image_aspect_ratio_rounded.cljs
================================================
(ns reagent-mui.icons.image-aspect-ratio-rounded
"Imports @mui/icons-material/ImageAspectRatioRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-aspect-ratio-rounded (create-svg-icon (e "path" #js {"d" "M16 10h-2v2h2v-2zm0 4h-2v2h2v-2zm-8-4H6v2h2v-2zm4 0h-2v2h2v-2zm8-6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-1 14H5c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1z"})
"ImageAspectRatioRounded"))
================================================
FILE: src/icons/reagent_mui/icons/image_aspect_ratio_sharp.cljs
================================================
(ns reagent-mui.icons.image-aspect-ratio-sharp
"Imports @mui/icons-material/ImageAspectRatioSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-aspect-ratio-sharp (create-svg-icon (e "path" #js {"d" "M16 10h-2v2h2v-2zm0 4h-2v2h2v-2zm-8-4H6v2h2v-2zm4 0h-2v2h2v-2zm10-6H2v16h20V4zm-2 14H4V6h16v12z"})
"ImageAspectRatioSharp"))
================================================
FILE: src/icons/reagent_mui/icons/image_aspect_ratio_two_tone.cljs
================================================
(ns reagent-mui.icons.image-aspect-ratio-two-tone
"Imports @mui/icons-material/ImageAspectRatioTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-aspect-ratio-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18h16V6H4v12zm10-8h2v2h-2v-2zm0 4h2v2h-2v-2zm-4-4h2v2h-2v-2zm-4 0h2v2H6v-2z", "opacity" ".3"}) (e "path" #js {"d" "M14 10h2v2h-2zm0 4h2v2h-2zm-8-4h2v2H6zm4 0h2v2h-2zm10-6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"})]
"ImageAspectRatioTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/image_not_supported.cljs
================================================
(ns reagent-mui.icons.image-not-supported
"Imports @mui/icons-material/ImageNotSupported as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-not-supported (create-svg-icon (e "path" #js {"d" "m21.9 21.9-8.49-8.49-9.82-9.82L2.1 2.1.69 3.51 3 5.83V19c0 1.1.9 2 2 2h13.17l2.31 2.31 1.42-1.41zM5 18l3.5-4.5 2.5 3.01L12.17 15l3 3H5zm16 .17L5.83 3H19c1.1 0 2 .9 2 2v13.17z"})
"ImageNotSupported"))
================================================
FILE: src/icons/reagent_mui/icons/image_not_supported_outlined.cljs
================================================
(ns reagent-mui.icons.image-not-supported-outlined
"Imports @mui/icons-material/ImageNotSupportedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-not-supported-outlined (create-svg-icon (e "path" #js {"d" "m21.9 21.9-6.1-6.1-2.69-2.69L5 5 3.59 3.59 2.1 2.1.69 3.51 3 5.83V19c0 1.1.9 2 2 2h13.17l2.31 2.31 1.42-1.41zM5 19V7.83l6.84 6.84-.84 1.05L9 13l-3 4h8.17l2 2H5zM7.83 5l-2-2H19c1.1 0 2 .9 2 2v13.17l-2-2V5H7.83z"})
"ImageNotSupportedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/image_not_supported_rounded.cljs
================================================
(ns reagent-mui.icons.image-not-supported-rounded
"Imports @mui/icons-material/ImageNotSupportedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-not-supported-rounded (create-svg-icon (e "path" #js {"d" "m21.19 21.19-.78-.78L18 18l-4.59-4.59-9.82-9.82-.78-.78a.9959.9959 0 0 0-1.41 0C1 3.2 1 3.83 1.39 4.22L3 5.83V19c0 1.1.9 2 2 2h13.17l1.61 1.61c.39.39 1.02.39 1.41 0 .39-.39.39-1.03 0-1.42zM6.02 18c-.42 0-.65-.48-.39-.81l2.49-3.2c.2-.25.58-.26.78-.01l2.1 2.53L12.17 15l3 3H6.02zm14.98.17L5.83 3H19c1.1 0 2 .9 2 2v13.17z"})
"ImageNotSupportedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/image_not_supported_sharp.cljs
================================================
(ns reagent-mui.icons.image-not-supported-sharp
"Imports @mui/icons-material/ImageNotSupportedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-not-supported-sharp (create-svg-icon (e "path" #js {"d" "m21.9 21.9-8.49-8.49L3 3l-.9-.9L.69 3.51 3 5.83V21h15.17l2.31 2.31 1.42-1.41zM5 18l3.5-4.5 2.5 3.01L12.17 15l3 3H5zm16 .17L5.83 3H21v15.17z"})
"ImageNotSupportedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/image_not_supported_two_tone.cljs
================================================
(ns reagent-mui.icons.image-not-supported-two-tone
"Imports @mui/icons-material/ImageNotSupportedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-not-supported-two-tone (create-svg-icon [(e "path" #js {"d" "M7.83 5H19v11.17L7.83 5zm8.34 14-2-2H6l3-4 2 2.72.84-1.05L5 7.83V19h11.17z", "opacity" ".3"}) (e "path" #js {"d" "M5.83 3H19c1.1 0 2 .9 2 2v13.17l-2-2V5H7.83l-2-2zm14.66 20.31L18.17 21H5c-1.1 0-2-.9-2-2V5.83L.69 3.51 2.1 2.1l1.49 1.49L5 5l8.11 8.11 2.69 2.69L19 19l1.41 1.41 1.49 1.49-1.41 1.41zM16.17 19l-2-2H6l3-4 2 2.72.84-1.05L5 7.83V19h11.17z"})]
"ImageNotSupportedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/image_outlined.cljs
================================================
(ns reagent-mui.icons.image-outlined
"Imports @mui/icons-material/ImageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-outlined (create-svg-icon (e "path" #js {"d" "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4.86 8.86-3 3.87L9 13.14 6 17h12l-3.86-5.14z"})
"ImageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/image_rounded.cljs
================================================
(ns reagent-mui.icons.image-rounded
"Imports @mui/icons-material/ImageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-rounded (create-svg-icon (e "path" #js {"d" "M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.9 13.98l2.1 2.53 3.1-3.99c.2-.26.6-.26.8.01l3.51 4.68c.25.33.01.8-.4.8H6.02c-.42 0-.65-.48-.39-.81L8.12 14c.19-.26.57-.27.78-.02z"})
"ImageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/image_search.cljs
================================================
(ns reagent-mui.icons.image-search
"Imports @mui/icons-material/ImageSearch as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-search (create-svg-icon (e "path" #js {"d" "M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5l-2-2zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12 19.3 8.89zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9z"})
"ImageSearch"))
================================================
FILE: src/icons/reagent_mui/icons/image_search_outlined.cljs
================================================
(ns reagent-mui.icons.image-search-outlined
"Imports @mui/icons-material/ImageSearchOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-search-outlined (create-svg-icon (e "path" #js {"d" "M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5l-2-2zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54L16.5 18zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12 19.3 8.89zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9z"})
"ImageSearchOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/image_search_rounded.cljs
================================================
(ns reagent-mui.icons.image-search-rounded
"Imports @mui/icons-material/ImageSearchRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-search-rounded (create-svg-icon (e "path" #js {"d" "M18 15v4c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h3.02c.55 0 1-.45 1-1s-.45-1-1-1H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5c0-.55-.45-1-1-1s-1 .45-1 1zm-2.5 3H6.52c-.42 0-.65-.48-.39-.81l1.74-2.23c.2-.25.58-.26.78-.01l1.56 1.88 2.35-3.02c.2-.26.6-.26.79.01l2.55 3.39c.25.32.01.79-.4.79zm3.8-9.11c.48-.77.75-1.67.69-2.66-.13-2.15-1.84-3.97-3.97-4.2C13.3 1.73 11 3.84 11 6.5c0 2.49 2.01 4.5 4.49 4.5.88 0 1.7-.26 2.39-.7l2.41 2.41c.39.39 1.03.39 1.42 0 .39-.39.39-1.03 0-1.42l-2.41-2.4zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9z"})
"ImageSearchRounded"))
================================================
FILE: src/icons/reagent_mui/icons/image_search_sharp.cljs
================================================
(ns reagent-mui.icons.image-search-sharp
"Imports @mui/icons-material/ImageSearchSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-search-sharp (create-svg-icon (e "path" #js {"d" "M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H2v18h18v-7l-2-2zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54L16.5 18zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12 19.3 8.89zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9z"})
"ImageSearchSharp"))
================================================
FILE: src/icons/reagent_mui/icons/image_search_two_tone.cljs
================================================
(ns reagent-mui.icons.image-search-two-tone
"Imports @mui/icons-material/ImageSearchTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-search-two-tone (create-svg-icon [(e "path" #js {"d" "M17.7 11.53c-.7.31-1.45.47-2.21.47C12.46 12 10 9.53 10 6.5c0-.17.01-.34.03-.5H4v14h14v-8.17l-.3-.3zM5.5 18l2.75-3.53 1.96 2.36 2.75-3.54L16.5 18h-11z", "opacity" ".3"}) (e "path" #js {"d" "m10.21 16.83-1.96-2.36L5.5 18h11l-3.54-4.71zM20 6.5C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12 19.3 8.89c.44-.7.7-1.51.7-2.39zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9zM18 20H4V6h6.03c.06-.72.27-1.39.58-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6.17l-2-2V20z"})]
"ImageSearchTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/image_sharp.cljs
================================================
(ns reagent-mui.icons.image-sharp
"Imports @mui/icons-material/ImageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-sharp (create-svg-icon (e "path" #js {"d" "M21 21V3H3v18h18zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"})
"ImageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/image_two_tone.cljs
================================================
(ns reagent-mui.icons.image-two-tone
"Imports @mui/icons-material/ImageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def image-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm4-5.86 2.14 2.58 3-3.87L18 17H6l3-3.86z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-4.86-7.14-3 3.86L9 13.14 6 17h12z"})]
"ImageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/imagesearch_roller.cljs
================================================
(ns reagent-mui.icons.imagesearch-roller
"Imports @mui/icons-material/ImagesearchRoller as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def imagesearch-roller (create-svg-icon (e "path" #js {"d" "M20 2v6H6V6H4v4h10v5h2v8h-6v-8h2v-3H2V4h4V2"})
"ImagesearchRoller"))
================================================
FILE: src/icons/reagent_mui/icons/imagesearch_roller_outlined.cljs
================================================
(ns reagent-mui.icons.imagesearch-roller-outlined
"Imports @mui/icons-material/ImagesearchRollerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def imagesearch-roller-outlined (create-svg-icon (e "path" #js {"d" "M20 7V3c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v1H4c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h8v3h-1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1h-1v-3c0-1.1-.9-2-2-2H4V6h2v1c0 .55.45 1 1 1h12c.55 0 1-.45 1-1zM8 4h10v2H8V4zm6 17h-2v-4h2v4z"})
"ImagesearchRollerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/imagesearch_roller_rounded.cljs
================================================
(ns reagent-mui.icons.imagesearch-roller-rounded
"Imports @mui/icons-material/ImagesearchRollerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def imagesearch-roller-rounded (create-svg-icon (e "path" #js {"d" "M20 3v4c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1V6H4v4h8c1.1 0 2 .9 2 2v3h1c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1v-6c0-.55.45-1 1-1h1v-3H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h2V3c0-.55.45-1 1-1h12c.55 0 1 .45 1 1z"})
"ImagesearchRollerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/imagesearch_roller_sharp.cljs
================================================
(ns reagent-mui.icons.imagesearch-roller-sharp
"Imports @mui/icons-material/ImagesearchRollerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def imagesearch-roller-sharp (create-svg-icon (e "path" #js {"d" "M20 2v6H6V6H4v4h10v5h2v8h-6v-8h2v-3H2V4h4V2h14z"})
"ImagesearchRollerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/imagesearch_roller_two_tone.cljs
================================================
(ns reagent-mui.icons.imagesearch-roller-two-tone
"Imports @mui/icons-material/ImagesearchRollerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def imagesearch-roller-two-tone (create-svg-icon [(e "path" #js {"d" "M8 4h10v2H8zm4 13h2v4h-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 7V3c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v1H4c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h8v3h-1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1h-1v-3c0-1.1-.9-2-2-2H4V6h2v1c0 .55.45 1 1 1h12c.55 0 1-.45 1-1zM8 4h10v2H8V4zm6 17h-2v-4h2v4z"})]
"ImagesearchRollerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/import_contacts.cljs
================================================
(ns reagent-mui.icons.import-contacts
"Imports @mui/icons-material/ImportContacts as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def import-contacts (create-svg-icon (e "path" #js {"d" "M17.5 4.5c-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .65.73.45.75.45C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.41.21.75-.19.75-.45V6c-1.49-1.12-3.63-1.5-5.5-1.5zm3.5 14c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z"})
"ImportContacts"))
================================================
FILE: src/icons/reagent_mui/icons/import_contacts_outlined.cljs
================================================
(ns reagent-mui.icons.import-contacts-outlined
"Imports @mui/icons-material/ImportContactsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def import-contacts-outlined (create-svg-icon (e "path" #js {"d" "M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1zm0 13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z"})
"ImportContactsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/import_contacts_rounded.cljs
================================================
(ns reagent-mui.icons.import-contacts-rounded
"Imports @mui/icons-material/ImportContactsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def import-contacts-rounded (create-svg-icon (e "path" #js {"d" "M17.5 4.5c-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5-1.45 0-2.99.22-4.28.79C1.49 5.62 1 6.33 1 7.14v11.28c0 1.3 1.22 2.26 2.48 1.94.98-.25 2.02-.36 3.02-.36 1.56 0 3.22.26 4.56.92.6.3 1.28.3 1.87 0 1.34-.67 3-.92 4.56-.92 1 0 2.04.11 3.02.36 1.26.33 2.48-.63 2.48-1.94V7.14c0-.81-.49-1.52-1.22-1.85-1.28-.57-2.82-.79-4.27-.79zM21 17.23c0 .63-.58 1.09-1.2.98-.75-.14-1.53-.2-2.3-.2-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5.92 0 1.83.09 2.7.28.46.1.8.51.8.98v9.47z"})
"ImportContactsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/import_contacts_sharp.cljs
================================================
(ns reagent-mui.icons.import-contacts-sharp
"Imports @mui/icons-material/ImportContactsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def import-contacts-sharp (create-svg-icon (e "path" #js {"d" "M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v15.5C2.45 20.4 4.55 20 6.5 20s4.05.4 5.5 1.5c1.45-1.1 3.55-1.5 5.5-1.5 1.17 0 2.39.15 3.5.5.75.25 1.4.55 2 1V6c-.6-.45-1.25-.75-2-1zm0 13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z"})
"ImportContactsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/import_contacts_two_tone.cljs
================================================
(ns reagent-mui.icons.import-contacts-two-tone
"Imports @mui/icons-material/ImportContactsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def import-contacts-two-tone (create-svg-icon [(e "path" #js {"d" "M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1zM3 18.5V7c1.1-.35 2.3-.5 3.5-.5 1.34 0 3.13.41 4.5.99v11.5C9.63 18.41 7.84 18 6.5 18c-1.2 0-2.4.15-3.5.5zm18 0c-1.1-.35-2.3-.5-3.5-.5-1.34 0-3.13.41-4.5.99V7.49c1.37-.59 3.16-.99 4.5-.99 1.2 0 2.4.15 3.5.5v11.5z"}) (e "path" #js {"d" "M11 7.49c-1.37-.58-3.16-.99-4.5-.99-1.2 0-2.4.15-3.5.5v11.5c1.1-.35 2.3-.5 3.5-.5 1.34 0 3.13.41 4.5.99V7.49z", "opacity" ".3"})]
"ImportContactsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/import_export.cljs
================================================
(ns reagent-mui.icons.import-export
"Imports @mui/icons-material/ImportExport as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def import-export (create-svg-icon (e "path" #js {"d" "M9 3 5 6.99h3V14h2V6.99h3L9 3zm7 14.01V10h-2v7.01h-3L15 21l4-3.99h-3z"})
"ImportExport"))
================================================
FILE: src/icons/reagent_mui/icons/import_export_outlined.cljs
================================================
(ns reagent-mui.icons.import-export-outlined
"Imports @mui/icons-material/ImportExportOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def import-export-outlined (create-svg-icon (e "path" #js {"d" "M9 3 5 6.99h3V14h2V6.99h3L9 3zm7 14.01V10h-2v7.01h-3L15 21l4-3.99h-3z"})
"ImportExportOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/import_export_rounded.cljs
================================================
(ns reagent-mui.icons.import-export-rounded
"Imports @mui/icons-material/ImportExportRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def import-export-rounded (create-svg-icon (e "path" #js {"d" "M8.65 3.35 5.86 6.14c-.32.31-.1.85.35.85H8V13c0 .55.45 1 1 1s1-.45 1-1V6.99h1.79c.45 0 .67-.54.35-.85L9.35 3.35c-.19-.19-.51-.19-.7 0zM16 17.01V11c0-.55-.45-1-1-1s-1 .45-1 1v6.01h-1.79c-.45 0-.67.54-.35.85l2.79 2.78c.2.19.51.19.71 0l2.79-2.78c.32-.31.09-.85-.35-.85H16z"})
"ImportExportRounded"))
================================================
FILE: src/icons/reagent_mui/icons/import_export_sharp.cljs
================================================
(ns reagent-mui.icons.import-export-sharp
"Imports @mui/icons-material/ImportExportSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def import-export-sharp (create-svg-icon (e "path" #js {"d" "M9 3 5 6.99h3V14h2V6.99h3L9 3zm7 14.01V10h-2v7.01h-3L15 21l4-3.99h-3z"})
"ImportExportSharp"))
================================================
FILE: src/icons/reagent_mui/icons/import_export_two_tone.cljs
================================================
(ns reagent-mui.icons.import-export-two-tone
"Imports @mui/icons-material/ImportExportTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def import-export-two-tone (create-svg-icon (e "path" #js {"d" "M5 6.99h3V14h2V6.99h3L9 3zM14 10v7.01h-3L15 21l4-3.99h-3V10z"})
"ImportExportTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/important_devices.cljs
================================================
(ns reagent-mui.icons.important-devices
"Imports @mui/icons-material/ImportantDevices as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def important-devices (create-svg-icon (e "path" #js {"d" "M23 11.01 18 11c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-9c0-.55-.45-.99-1-.99zM23 20h-5v-7h5v7zM20 2H2C.89 2 0 2.89 0 4v12c0 1.1.89 2 2 2h7v2H7v2h8v-2h-2v-2h2v-2H2V4h18v5h2V4c0-1.11-.9-2-2-2zm-8.03 7L11 6l-.97 3H7l2.47 1.76-.94 2.91 2.47-1.8 2.47 1.8-.94-2.91L15 9h-3.03z"})
"ImportantDevices"))
================================================
FILE: src/icons/reagent_mui/icons/important_devices_outlined.cljs
================================================
(ns reagent-mui.icons.important-devices-outlined
"Imports @mui/icons-material/ImportantDevicesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def important-devices-outlined (create-svg-icon (e "path" #js {"d" "M23 11.01 18 11c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-9c0-.55-.45-.99-1-.99zM23 20h-5v-7h5v7zM20 2H2C.89 2 0 2.89 0 4v12c0 1.1.89 2 2 2h7v2H7v2h8v-2h-2v-2h2v-2H2V4h18v5h2V4c0-1.11-.9-2-2-2zm-8.03 7L11 6l-.97 3H7l2.47 1.76-.94 2.91 2.47-1.8 2.47 1.8-.94-2.91L15 9h-3.03z"})
"ImportantDevicesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/important_devices_rounded.cljs
================================================
(ns reagent-mui.icons.important-devices-rounded
"Imports @mui/icons-material/ImportantDevicesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def important-devices-rounded (create-svg-icon (e "path" #js {"d" "M23 11.01 18 11c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-9c0-.55-.45-.99-1-.99zM23 20h-5v-7h5v7zM20 2H2C.9 2 0 2.9 0 4v12c0 1.1.9 2 2 2h7v2H8c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1h-1v-2h1c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v3c0 .55.45 1 1 1s1-.45 1-1V4c0-1.1-.9-2-2-2zm-8.03 7L11 6l-.97 3H7l2.47 1.76-.94 2.91 2.47-1.8 2.47 1.8-.94-2.91L15 9h-3.03z"})
"ImportantDevicesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/important_devices_sharp.cljs
================================================
(ns reagent-mui.icons.important-devices-sharp
"Imports @mui/icons-material/ImportantDevicesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def important-devices-sharp (create-svg-icon (e "path" #js {"d" "M24 11.01 17 11v11h7V11.01zM23 20h-5v-7h5v7zM22 2H0v16h9v2H7v2h8v-2h-2v-2h2v-2H2V4h18v5h2V2zM11.97 9 11 6l-.97 3H7l2.47 1.76-.94 2.91 2.47-1.8 2.47 1.8-.94-2.91L15 9h-3.03z"})
"ImportantDevicesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/important_devices_two_tone.cljs
================================================
(ns reagent-mui.icons.important-devices-two-tone
"Imports @mui/icons-material/ImportantDevicesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def important-devices-two-tone (create-svg-icon [(e "path" #js {"d" "M18 13h5v7h-5z", "opacity" ".3"}) (e "path" #js {"d" "M23 11.01 18 11c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-9c0-.55-.45-.99-1-.99zM23 20h-5v-7h5v7zM2 4h18v5h2V4c0-1.11-.9-2-2-2H2C.89 2 0 2.89 0 4v12c0 1.1.89 2 2 2h7v2H7v2h8v-2h-2v-2h2v-2H2V4zm9 2-.97 3H7l2.47 1.76-.94 2.91 2.47-1.8 2.47 1.8-.94-2.91L15 9h-3.03z"})]
"ImportantDevicesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/inbox.cljs
================================================
(ns reagent-mui.icons.inbox
"Imports @mui/icons-material/Inbox as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def inbox (create-svg-icon (e "path" #js {"d" "M19 3H4.99c-1.11 0-1.98.89-1.98 2L3 19c0 1.1.88 2 1.99 2H19c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm0 12h-4c0 1.66-1.35 3-3 3s-3-1.34-3-3H4.99V5H19v10z"})
"Inbox"))
================================================
FILE: src/icons/reagent_mui/icons/inbox_outlined.cljs
================================================
(ns reagent-mui.icons.inbox-outlined
"Imports @mui/icons-material/InboxOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def inbox-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5v-3h3.56c.69 1.19 1.97 2 3.45 2s2.75-.81 3.45-2H19v3zm0-5h-4.99c0 1.1-.9 2-2 2s-2-.9-2-2H5V5h14v9z"})
"InboxOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/inbox_rounded.cljs
================================================
(ns reagent-mui.icons.inbox-rounded
"Imports @mui/icons-material/InboxRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def inbox-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 2v9h-3.56c-.36 0-.68.19-.86.5-.52.9-1.47 1.5-2.58 1.5s-2.06-.6-2.58-1.5c-.18-.31-.51-.5-.86-.5H5V5h14z"})
"InboxRounded"))
================================================
FILE: src/icons/reagent_mui/icons/inbox_sharp.cljs
================================================
(ns reagent-mui.icons.inbox-sharp
"Imports @mui/icons-material/InboxSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def inbox-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3.01v18H21V3zm-2 12h-4c0 1.66-1.35 3-3 3s-3-1.34-3-3H5V5h14v10z"})
"InboxSharp"))
================================================
FILE: src/icons/reagent_mui/icons/inbox_two_tone.cljs
================================================
(ns reagent-mui.icons.inbox-two-tone
"Imports @mui/icons-material/InboxTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def inbox-two-tone (create-svg-icon [(e "path" #js {"d" "M12.01 18c-1.48 0-2.75-.81-3.45-2H5v3h14v-3h-3.55c-.69 1.19-1.97 2-3.44 2z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5v-3h3.56c.69 1.19 1.97 2 3.45 2s2.75-.81 3.45-2H19v3zm0-5h-5c0 1.1-.9 2-2 2s-2-.9-2-2H5V5h14v9z"})]
"InboxTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/indeterminate_check_box.cljs
================================================
(ns reagent-mui.icons.indeterminate-check-box
"Imports @mui/icons-material/IndeterminateCheckBox as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def indeterminate-check-box (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"})
"IndeterminateCheckBox"))
================================================
FILE: src/icons/reagent_mui/icons/indeterminate_check_box_outlined.cljs
================================================
(ns reagent-mui.icons.indeterminate-check-box-outlined
"Imports @mui/icons-material/IndeterminateCheckBoxOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def indeterminate-check-box-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 11h10v2H7z"})
"IndeterminateCheckBoxOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/indeterminate_check_box_rounded.cljs
================================================
(ns reagent-mui.icons.indeterminate-check-box-rounded
"Imports @mui/icons-material/IndeterminateCheckBoxRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def indeterminate-check-box-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 10H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1z"})
"IndeterminateCheckBoxRounded"))
================================================
FILE: src/icons/reagent_mui/icons/indeterminate_check_box_sharp.cljs
================================================
(ns reagent-mui.icons.indeterminate-check-box-sharp
"Imports @mui/icons-material/IndeterminateCheckBoxSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def indeterminate-check-box-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-4 10H7v-2h10v2z"})
"IndeterminateCheckBoxSharp"))
================================================
FILE: src/icons/reagent_mui/icons/indeterminate_check_box_two_tone.cljs
================================================
(ns reagent-mui.icons.indeterminate-check-box-two-tone
"Imports @mui/icons-material/IndeterminateCheckBoxTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def indeterminate-check-box-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm2-8h10v2H7v-2z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 11h10v2H7z"})]
"IndeterminateCheckBoxTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/info.cljs
================================================
(ns reagent-mui.icons.info
"Imports @mui/icons-material/Info as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def info (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"})
"Info"))
================================================
FILE: src/icons/reagent_mui/icons/info_outlined.cljs
================================================
(ns reagent-mui.icons.info-outlined
"Imports @mui/icons-material/InfoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def info-outlined (create-svg-icon (e "path" #js {"d" "M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"InfoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/info_rounded.cljs
================================================
(ns reagent-mui.icons.info-rounded
"Imports @mui/icons-material/InfoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def info-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 15c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1zm1-8h-2V7h2v2z"})
"InfoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/info_sharp.cljs
================================================
(ns reagent-mui.icons.info-sharp
"Imports @mui/icons-material/InfoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def info-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"})
"InfoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/info_two_tone.cljs
================================================
(ns reagent-mui.icons.info-two-tone
"Imports @mui/icons-material/InfoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def info-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm1 13h-2v-6h2v6zm0-8h-2V7h2v2z", "opacity" ".3"}) (e "path" #js {"d" "M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})]
"InfoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/input.cljs
================================================
(ns reagent-mui.icons.input
"Imports @mui/icons-material/Input as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def input (create-svg-icon (e "path" #js {"d" "M21 3.01H3c-1.1 0-2 .9-2 2V9h2V4.99h18v14.03H3V15H1v4.01c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98v-14c0-1.11-.9-2-2-2zM11 16l4-4-4-4v3H1v2h10v3z"})
"Input"))
================================================
FILE: src/icons/reagent_mui/icons/input_outlined.cljs
================================================
(ns reagent-mui.icons.input-outlined
"Imports @mui/icons-material/InputOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def input-outlined (create-svg-icon (e "path" #js {"d" "M21 3.01H3c-1.1 0-2 .9-2 2V9h2V4.99h18v14.03H3V15H1v4.01c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98v-14c0-1.11-.9-2-2-2zM11 16l4-4-4-4v3H1v2h10v3zM21 3.01H3c-1.1 0-2 .9-2 2V9h2V4.99h18v14.03H3V15H1v4.01c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98v-14c0-1.11-.9-2-2-2zM11 16l4-4-4-4v3H1v2h10v3z"})
"InputOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/input_rounded.cljs
================================================
(ns reagent-mui.icons.input-rounded
"Imports @mui/icons-material/InputRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def input-rounded (create-svg-icon (e "path" #js {"d" "M21 3.01H3c-1.1 0-2 .9-2 2V8c0 .55.45 1 1 1s1-.45 1-1V5.99c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12.03c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1V16c0-.55-.45-1-1-1s-1 .45-1 1v3.01c0 1.09.89 1.98 1.98 1.98H21c1.1 0 2-.9 2-2V5.01c0-1.1-.9-2-2-2zm-9.15 12.14 2.79-2.79c.2-.2.2-.51 0-.71l-2.79-2.79c-.31-.32-.85-.1-.85.35V11H2c-.55 0-1 .45-1 1s.45 1 1 1h9v1.79c0 .45.54.67.85.36z"})
"InputRounded"))
================================================
FILE: src/icons/reagent_mui/icons/input_sharp.cljs
================================================
(ns reagent-mui.icons.input-sharp
"Imports @mui/icons-material/InputSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def input-sharp (create-svg-icon (e "path" #js {"d" "M21 3.01H3c-1.1 0-2 .9-2 2V9h2V4.99h18v14.03H3V15H1v4.01c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98v-14c0-1.11-.9-2-2-2zM11 16l4-4-4-4v3H1v2h10v3zM23 3.01H1V9h2V4.99h18v14.03H3V15H1v5.99h22V3.01zM11 16l4-4-4-4v3H1v2h10v3z"})
"InputSharp"))
================================================
FILE: src/icons/reagent_mui/icons/input_two_tone.cljs
================================================
(ns reagent-mui.icons.input-two-tone
"Imports @mui/icons-material/InputTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def input-two-tone (create-svg-icon (e "path" #js {"d" "M21 3.01H3c-1.1 0-2 .9-2 2V9h2V4.99h18v14.03H3V15H1v4.01c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98v-14c0-1.11-.9-2-2-2zM11 16l4-4-4-4v3H1v2h10v3z"})
"InputTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/insert_chart.cljs
================================================
(ns reagent-mui.icons.insert-chart
"Imports @mui/icons-material/InsertChart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-chart (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z"})
"InsertChart"))
================================================
FILE: src/icons/reagent_mui/icons/insert_chart_outlined.cljs
================================================
(ns reagent-mui.icons.insert-chart-outlined
"Imports @mui/icons-material/InsertChartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-chart-outlined (create-svg-icon (e "path" #js {"d" "M9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4zm2.5 2.1h-15V5h15v14.1zm0-16.1h-15c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"InsertChartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/insert_chart_outlined_outlined.cljs
================================================
(ns reagent-mui.icons.insert-chart-outlined-outlined
"Imports @mui/icons-material/InsertChartOutlinedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-chart-outlined-outlined (create-svg-icon (e "path" #js {"d" "M9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4zm2 2H5V5h14v14zm0-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"InsertChartOutlinedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/insert_chart_outlined_rounded.cljs
================================================
(ns reagent-mui.icons.insert-chart-outlined-rounded
"Imports @mui/icons-material/InsertChartOutlinedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-chart-outlined-rounded (create-svg-icon (e "path" #js {"d" "M8 17c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v5c0 .55-.45 1-1 1zm4 0c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v8c0 .55-.45 1-1 1zm4 0c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1zm2 2H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zm1-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"InsertChartOutlinedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/insert_chart_outlined_sharp.cljs
================================================
(ns reagent-mui.icons.insert-chart-outlined-sharp
"Imports @mui/icons-material/InsertChartOutlinedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-chart-outlined-sharp (create-svg-icon (e "path" #js {"d" "M9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4zm2 2H5V5h14v14zm2-16H3v18h18V3z"})
"InsertChartOutlinedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/insert_chart_outlined_two_tone.cljs
================================================
(ns reagent-mui.icons.insert-chart-outlined-two-tone
"Imports @mui/icons-material/InsertChartOutlinedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-chart-outlined-two-tone (create-svg-icon (e "path" #js {"d" "M9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4zm2 2H5V5h14v14zm0-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"InsertChartOutlinedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/insert_chart_rounded.cljs
================================================
(ns reagent-mui.icons.insert-chart-rounded
"Imports @mui/icons-material/InsertChartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-chart-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8 17c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v5c0 .55-.45 1-1 1zm4 0c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v8c0 .55-.45 1-1 1zm4 0c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1z"})
"InsertChartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/insert_chart_sharp.cljs
================================================
(ns reagent-mui.icons.insert-chart-sharp
"Imports @mui/icons-material/InsertChartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-chart-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z"})
"InsertChartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/insert_chart_two_tone.cljs
================================================
(ns reagent-mui.icons.insert-chart-two-tone
"Imports @mui/icons-material/InsertChartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-chart-two-tone (create-svg-icon [(e "path" #js {"d" "M19 5H5v14h14V5zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z", "opacity" ".3"}) (e "path" #js {"d" "M3 5v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2zm2 0h14v14H5V5zm2 5h2v7H7zm4-3h2v10h-2zm4 6h2v4h-2z"})]
"InsertChartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/insert_comment.cljs
================================================
(ns reagent-mui.icons.insert-comment
"Imports @mui/icons-material/InsertComment as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-comment (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z"})
"InsertComment"))
================================================
FILE: src/icons/reagent_mui/icons/insert_comment_outlined.cljs
================================================
(ns reagent-mui.icons.insert-comment-outlined
"Imports @mui/icons-material/InsertCommentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-comment-outlined (create-svg-icon (e "path" #js {"d" "M20 4v13.17L18.83 16H4V4h16m0-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4c0-1.1-.9-2-2-2zm-2 10H6v2h12v-2zm0-3H6v2h12V9zm0-3H6v2h12V6z"})
"InsertCommentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/insert_comment_rounded.cljs
================================================
(ns reagent-mui.icons.insert-comment-rounded
"Imports @mui/icons-material/InsertCommentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-comment-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4c0-1.1-.9-2-2-2zm-3 12H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1zm0-3H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1zm0-3H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1z"})
"InsertCommentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/insert_comment_sharp.cljs
================================================
(ns reagent-mui.icons.insert-comment-sharp
"Imports @mui/icons-material/InsertCommentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-comment-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v16h16l4 4V2zm-4 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z"})
"InsertCommentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/insert_comment_two_tone.cljs
================================================
(ns reagent-mui.icons.insert-comment-two-tone
"Imports @mui/icons-material/InsertCommentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-comment-two-tone (create-svg-icon [(e "path" #js {"d" "M4 16h14.83L20 17.17V4H4v12zM6 6h12v2H6V6zm0 3h12v2H6V9zm0 3h12v2H6v-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4c0-1.1-.9-2-2-2zm0 2v13.17L18.83 16H4V4h16zM6 12h12v2H6zm0-3h12v2H6zm0-3h12v2H6z"})]
"InsertCommentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/insert_drive_file.cljs
================================================
(ns reagent-mui.icons.insert-drive-file
"Imports @mui/icons-material/InsertDriveFile as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-drive-file (create-svg-icon (e "path" #js {"d" "M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6H6zm7 7V3.5L18.5 9H13z"})
"InsertDriveFile"))
================================================
FILE: src/icons/reagent_mui/icons/insert_drive_file_outlined.cljs
================================================
(ns reagent-mui.icons.insert-drive-file-outlined
"Imports @mui/icons-material/InsertDriveFileOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-drive-file-outlined (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v5h5v11H6z"})
"InsertDriveFileOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/insert_drive_file_rounded.cljs
================================================
(ns reagent-mui.icons.insert-drive-file-rounded
"Imports @mui/icons-material/InsertDriveFileRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-drive-file-rounded (create-svg-icon (e "path" #js {"d" "M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59H6zm7 6V3.5L18.5 9H14c-.55 0-1-.45-1-1z"})
"InsertDriveFileRounded"))
================================================
FILE: src/icons/reagent_mui/icons/insert_drive_file_sharp.cljs
================================================
(ns reagent-mui.icons.insert-drive-file-sharp
"Imports @mui/icons-material/InsertDriveFileSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-drive-file-sharp (create-svg-icon (e "path" #js {"d" "M4.01 2 4 22h16V8l-6-6H4.01zM13 9V3.5L18.5 9H13z"})
"InsertDriveFileSharp"))
================================================
FILE: src/icons/reagent_mui/icons/insert_drive_file_two_tone.cljs
================================================
(ns reagent-mui.icons.insert-drive-file-two-tone
"Imports @mui/icons-material/InsertDriveFileTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-drive-file-two-tone (create-svg-icon [(e "path" #js {"d" "M13 4H6v16h12V9h-5z", "opacity" ".3"}) (e "path" #js {"d" "m20 8-6-6H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8zm-2 12H6V4h7v5h5v11z"})]
"InsertDriveFileTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/insert_emoticon.cljs
================================================
(ns reagent-mui.icons.insert-emoticon
"Imports @mui/icons-material/InsertEmoticon as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-emoticon (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"})
"InsertEmoticon"))
================================================
FILE: src/icons/reagent_mui/icons/insert_emoticon_outlined.cljs
================================================
(ns reagent-mui.icons.insert-emoticon-outlined
"Imports @mui/icons-material/InsertEmoticonOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-emoticon-outlined (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"})
"InsertEmoticonOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/insert_emoticon_rounded.cljs
================================================
(ns reagent-mui.icons.insert-emoticon-rounded
"Imports @mui/icons-material/InsertEmoticonRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-emoticon-rounded (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM8.5 8c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zm8.25 6.75c-.95 1.64-2.72 2.75-4.75 2.75s-3.8-1.11-4.75-2.75c-.19-.33.06-.75.44-.75h8.62c.39 0 .63.42.44.75zM15.5 11c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"InsertEmoticonRounded"))
================================================
FILE: src/icons/reagent_mui/icons/insert_emoticon_sharp.cljs
================================================
(ns reagent-mui.icons.insert-emoticon-sharp
"Imports @mui/icons-material/InsertEmoticonSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-emoticon-sharp (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"})
"InsertEmoticonSharp"))
================================================
FILE: src/icons/reagent_mui/icons/insert_emoticon_two_tone.cljs
================================================
(ns reagent-mui.icons.insert-emoticon-two-tone
"Imports @mui/icons-material/InsertEmoticonTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-emoticon-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm3.5 4c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zm3.5 9.5c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.8 2.04-2.78 3.5-5.11 3.5z", "opacity" ".3"}) (e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M12 17.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"})]
"InsertEmoticonTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/insert_invitation.cljs
================================================
(ns reagent-mui.icons.insert-invitation
"Imports @mui/icons-material/InsertInvitation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-invitation (create-svg-icon (e "path" #js {"d" "M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"})
"InsertInvitation"))
================================================
FILE: src/icons/reagent_mui/icons/insert_invitation_outlined.cljs
================================================
(ns reagent-mui.icons.insert-invitation-outlined
"Imports @mui/icons-material/InsertInvitationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-invitation-outlined (create-svg-icon (e "path" #js {"d" "M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V9h14v10zm0-12H5V5h14v2zm-2 5h-5v5h5v-5z"})
"InsertInvitationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/insert_invitation_rounded.cljs
================================================
(ns reagent-mui.icons.insert-invitation-rounded
"Imports @mui/icons-material/InsertInvitationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-invitation-rounded (create-svg-icon (e "path" #js {"d" "M16 12h-3c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm0-10v1H8V2c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm2 17H6c-.55 0-1-.45-1-1V8h14v10c0 .55-.45 1-1 1z"})
"InsertInvitationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/insert_invitation_sharp.cljs
================================================
(ns reagent-mui.icons.insert-invitation-sharp
"Imports @mui/icons-material/InsertInvitationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-invitation-sharp (create-svg-icon (e "path" #js {"d" "M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H3.01v18H21V3h-3V1h-2zm3 18H5V8h14v11z"})
"InsertInvitationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/insert_invitation_two_tone.cljs
================================================
(ns reagent-mui.icons.insert-invitation-two-tone
"Imports @mui/icons-material/InsertInvitationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-invitation-two-tone (create-svg-icon [(e "path" #js {"d" "M19 5H5v2h14z", "opacity" ".3"}) (e "path" #js {"d" "M5 21h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2zM5 7V5h14v2H5zm0 2h14v10H5V9zm7 3h5v5h-5z"})]
"InsertInvitationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/insert_link.cljs
================================================
(ns reagent-mui.icons.insert-link
"Imports @mui/icons-material/InsertLink as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-link (create-svg-icon (e "path" #js {"d" "M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"})
"InsertLink"))
================================================
FILE: src/icons/reagent_mui/icons/insert_link_outlined.cljs
================================================
(ns reagent-mui.icons.insert-link-outlined
"Imports @mui/icons-material/InsertLinkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-link-outlined (create-svg-icon (e "path" #js {"d" "M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"})
"InsertLinkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/insert_link_rounded.cljs
================================================
(ns reagent-mui.icons.insert-link-rounded
"Imports @mui/icons-material/InsertLinkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-link-rounded (create-svg-icon (e "path" #js {"d" "M3.96 11.38C4.24 9.91 5.62 8.9 7.12 8.9h2.93c.52 0 .95-.43.95-.95S10.57 7 10.05 7H7.22c-2.61 0-4.94 1.91-5.19 4.51C1.74 14.49 4.08 17 7 17h3.05c.52 0 .95-.43.95-.95s-.43-.95-.95-.95H7c-1.91 0-3.42-1.74-3.04-3.72zM9 13h6c.55 0 1-.45 1-1s-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1zm7.78-6h-2.83c-.52 0-.95.43-.95.95s.43.95.95.95h2.93c1.5 0 2.88 1.01 3.16 2.48.38 1.98-1.13 3.72-3.04 3.72h-3.05c-.52 0-.95.43-.95.95s.43.95.95.95H17c2.92 0 5.26-2.51 4.98-5.49-.25-2.6-2.59-4.51-5.2-4.51z"})
"InsertLinkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/insert_link_sharp.cljs
================================================
(ns reagent-mui.icons.insert-link-sharp
"Imports @mui/icons-material/InsertLinkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-link-sharp (create-svg-icon (e "path" #js {"d" "M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"})
"InsertLinkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/insert_link_two_tone.cljs
================================================
(ns reagent-mui.icons.insert-link-two-tone
"Imports @mui/icons-material/InsertLinkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-link-two-tone (create-svg-icon (e "path" #js {"d" "M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"})
"InsertLinkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/insert_page_break.cljs
================================================
(ns reagent-mui.icons.insert-page-break
"Imports @mui/icons-material/InsertPageBreak as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-page-break (create-svg-icon (e "path" #js {"d" "M4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2v-3H4v3zM20 8l-6-6H6c-1.1 0-1.99.9-1.99 2v7H20V8zm-7 1V3.5L18.5 9H13zm-4 4h6v2H9zm8 0h6v2h-6zM1 13h6v2H1z"})
"InsertPageBreak"))
================================================
FILE: src/icons/reagent_mui/icons/insert_page_break_outlined.cljs
================================================
(ns reagent-mui.icons.insert-page-break-outlined
"Imports @mui/icons-material/InsertPageBreakOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-page-break-outlined (create-svg-icon (e "path" #js {"d" "M18 20H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2v3zM6 4h7v5h5v2h2V8l-6-6H6c-1.1 0-2 .9-2 2v7h2V4zm3 9h6v2H9zm8 0h6v2h-6zM1 13h6v2H1z"})
"InsertPageBreakOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/insert_page_break_rounded.cljs
================================================
(ns reagent-mui.icons.insert-page-break-rounded
"Imports @mui/icons-material/InsertPageBreakRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-page-break-rounded (create-svg-icon (e "path" #js {"d" "M4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2v-3H4v3zM19.41 7.41l-4.83-4.83c-.37-.37-.88-.58-1.41-.58H6c-1.1 0-1.99.89-1.99 1.99V11H20V8.83c0-.53-.21-1.04-.59-1.42zM13 8V3.5L18.5 9H14c-.55 0-1-.45-1-1zm2 6c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1zm2 0c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1zM6 13H2c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1z"})
"InsertPageBreakRounded"))
================================================
FILE: src/icons/reagent_mui/icons/insert_page_break_sharp.cljs
================================================
(ns reagent-mui.icons.insert-page-break-sharp
"Imports @mui/icons-material/InsertPageBreakSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-page-break-sharp (create-svg-icon (e "path" #js {"d" "M4 17h16v5H4zm16-9-6-6H4.01L4 11h16V8zm-7 1V3.5L18.5 9H13zm-4 4h6v2H9zm8 0h6v2h-6zM1 13h6v2H1z"})
"InsertPageBreakSharp"))
================================================
FILE: src/icons/reagent_mui/icons/insert_page_break_two_tone.cljs
================================================
(ns reagent-mui.icons.insert-page-break-two-tone
"Imports @mui/icons-material/InsertPageBreakTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-page-break-two-tone (create-svg-icon [(e "path" #js {"d" "M18 11H6V4h7v5h5z", "opacity" ".3"}) (e "path" #js {"d" "M18 20H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2v3zM6 4h7v5h5v2h2V8l-6-6H6c-1.1 0-2 .9-2 2v7h2V4zm3 9h6v2H9zm8 0h6v2h-6zM1 13h6v2H1z"}) (e "path" #js {"d" "M6 17h12v3H6z", "opacity" ".3"})]
"InsertPageBreakTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/insert_photo.cljs
================================================
(ns reagent-mui.icons.insert-photo
"Imports @mui/icons-material/InsertPhoto as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-photo (create-svg-icon (e "path" #js {"d" "M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"})
"InsertPhoto"))
================================================
FILE: src/icons/reagent_mui/icons/insert_photo_outlined.cljs
================================================
(ns reagent-mui.icons.insert-photo-outlined
"Imports @mui/icons-material/InsertPhotoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-photo-outlined (create-svg-icon (e "path" #js {"d" "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4.86 8.86-3 3.87L9 13.14 6 17h12l-3.86-5.14z"})
"InsertPhotoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/insert_photo_rounded.cljs
================================================
(ns reagent-mui.icons.insert-photo-rounded
"Imports @mui/icons-material/InsertPhotoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-photo-rounded (create-svg-icon (e "path" #js {"d" "M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.9 13.98l2.1 2.53 3.1-3.99c.2-.26.6-.26.8.01l3.51 4.68c.25.33.01.8-.4.8H6.02c-.42 0-.65-.48-.39-.81L8.12 14c.19-.26.57-.27.78-.02z"})
"InsertPhotoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/insert_photo_sharp.cljs
================================================
(ns reagent-mui.icons.insert-photo-sharp
"Imports @mui/icons-material/InsertPhotoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-photo-sharp (create-svg-icon (e "path" #js {"d" "M21 21V3H3v18h18zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"})
"InsertPhotoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/insert_photo_two_tone.cljs
================================================
(ns reagent-mui.icons.insert-photo-two-tone
"Imports @mui/icons-material/InsertPhotoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insert-photo-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm4-5.86 2.14 2.58 3-3.87L18 17H6l3-3.86z", "opacity" ".3"}) (e "path" #js {"d" "M3 5v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2zm16 14H5V5h14v14zm-4.86-7.14-3 3.86L9 13.14 6 17h12z"})]
"InsertPhotoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/insights.cljs
================================================
(ns reagent-mui.icons.insights
"Imports @mui/icons-material/Insights as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insights (create-svg-icon [(e "path" #js {"d" "M21 8c-1.45 0-2.26 1.44-1.93 2.51l-3.55 3.56c-.3-.09-.74-.09-1.04 0l-2.55-2.55C12.27 10.45 11.46 9 10 9c-1.45 0-2.27 1.44-1.93 2.52l-4.56 4.55C2.44 15.74 1 16.55 1 18c0 1.1.9 2 2 2 1.45 0 2.26-1.44 1.93-2.51l4.55-4.56c.3.09.74.09 1.04 0l2.55 2.55C12.73 16.55 13.54 18 15 18c1.45 0 2.27-1.44 1.93-2.52l3.56-3.55c1.07.33 2.51-.48 2.51-1.93 0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "m15 9 .94-2.07L18 6l-2.06-.93L15 3l-.92 2.07L12 6l2.08.93zM3.5 11 4 9l2-.5L4 8l-.5-2L3 8l-2 .5L3 9z"})]
"Insights"))
================================================
FILE: src/icons/reagent_mui/icons/insights_outlined.cljs
================================================
(ns reagent-mui.icons.insights-outlined
"Imports @mui/icons-material/InsightsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insights-outlined (create-svg-icon [(e "path" #js {"d" "M21 8c-1.45 0-2.26 1.44-1.93 2.51l-3.55 3.56c-.3-.09-.74-.09-1.04 0l-2.55-2.55C12.27 10.45 11.46 9 10 9c-1.45 0-2.27 1.44-1.93 2.52l-4.56 4.55C2.44 15.74 1 16.55 1 18c0 1.1.9 2 2 2 1.45 0 2.26-1.44 1.93-2.51l4.55-4.56c.3.09.74.09 1.04 0l2.55 2.55C12.73 16.55 13.54 18 15 18c1.45 0 2.27-1.44 1.93-2.52l3.56-3.55c1.07.33 2.51-.48 2.51-1.93 0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "m15 9 .94-2.07L18 6l-2.06-.93L15 3l-.92 2.07L12 6l2.08.93zM3.5 11 4 9l2-.5L4 8l-.5-2L3 8l-2 .5L3 9z"})]
"InsightsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/insights_rounded.cljs
================================================
(ns reagent-mui.icons.insights-rounded
"Imports @mui/icons-material/InsightsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insights-rounded (create-svg-icon [(e "path" #js {"d" "M21 8c-1.45 0-2.26 1.44-1.93 2.51l-3.55 3.56c-.3-.09-.74-.09-1.04 0l-2.55-2.55C12.27 10.45 11.46 9 10 9c-1.45 0-2.27 1.44-1.93 2.52l-4.56 4.55C2.44 15.74 1 16.55 1 18c0 1.1.9 2 2 2 1.45 0 2.26-1.44 1.93-2.51l4.55-4.56c.3.09.74.09 1.04 0l2.55 2.55C12.73 16.55 13.54 18 15 18c1.45 0 2.27-1.44 1.93-2.52l3.56-3.55c1.07.33 2.51-.48 2.51-1.93 0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "m15 9 .94-2.07L18 6l-2.06-.93L15 3l-.92 2.07L12 6l2.08.93zM3.5 11 4 9l2-.5L4 8l-.5-2L3 8l-2 .5L3 9z"})]
"InsightsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/insights_sharp.cljs
================================================
(ns reagent-mui.icons.insights-sharp
"Imports @mui/icons-material/InsightsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insights-sharp (create-svg-icon [(e "path" #js {"d" "M21 8c-1.45 0-2.26 1.44-1.93 2.51l-3.55 3.56c-.3-.09-.74-.09-1.04 0l-2.55-2.55C12.27 10.45 11.46 9 10 9c-1.45 0-2.27 1.44-1.93 2.52l-4.56 4.55C2.44 15.74 1 16.55 1 18c0 1.1.9 2 2 2 1.45 0 2.26-1.44 1.93-2.51l4.55-4.56c.3.09.74.09 1.04 0l2.55 2.55C12.73 16.55 13.54 18 15 18c1.45 0 2.27-1.44 1.93-2.52l3.56-3.55c1.07.33 2.51-.48 2.51-1.93 0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "m15 9 .94-2.07L18 6l-2.06-.93L15 3l-.92 2.07L12 6l2.08.93zM3.5 11 4 9l2-.5L4 8l-.5-2L3 8l-2 .5L3 9z"})]
"InsightsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/insights_two_tone.cljs
================================================
(ns reagent-mui.icons.insights-two-tone
"Imports @mui/icons-material/InsightsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def insights-two-tone (create-svg-icon [(e "path" #js {"d" "M21 8c-1.45 0-2.26 1.44-1.93 2.51l-3.55 3.56c-.3-.09-.74-.09-1.04 0l-2.55-2.55C12.27 10.45 11.46 9 10 9c-1.45 0-2.27 1.44-1.93 2.52l-4.56 4.55C2.44 15.74 1 16.55 1 18c0 1.1.9 2 2 2 1.45 0 2.26-1.44 1.93-2.51l4.55-4.56c.3.09.74.09 1.04 0l2.55 2.55C12.73 16.55 13.54 18 15 18c1.45 0 2.27-1.44 1.93-2.52l3.56-3.55c1.07.33 2.51-.48 2.51-1.93 0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "m15 9 .94-2.07L18 6l-2.06-.93L15 3l-.92 2.07L12 6l2.08.93zM3.5 11 4 9l2-.5L4 8l-.5-2L3 8l-2 .5L3 9z"})]
"InsightsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/instagram.cljs
================================================
(ns reagent-mui.icons.instagram
"Imports @mui/icons-material/Instagram as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def instagram (create-svg-icon (e "path" #js {"d" "M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8 1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z"})
"Instagram"))
================================================
FILE: src/icons/reagent_mui/icons/install_desktop.cljs
================================================
(ns reagent-mui.icons.install-desktop
"Imports @mui/icons-material/InstallDesktop as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def install-desktop (create-svg-icon [(e "path" #js {"d" "M20 17H4V5h8V3H4c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h4v2h8v-2h4c1.1 0 2-.9 2-2v-3h-2v3z"}) (e "path" #js {"d" "m17 14 5-5-1.41-1.41L18 10.17V3h-2v7.17l-2.59-2.58L12 9z"})]
"InstallDesktop"))
================================================
FILE: src/icons/reagent_mui/icons/install_desktop_outlined.cljs
================================================
(ns reagent-mui.icons.install-desktop-outlined
"Imports @mui/icons-material/InstallDesktopOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def install-desktop-outlined (create-svg-icon [(e "path" #js {"d" "M20 17H4V5h8V3H4c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h4v2h8v-2h4c1.1 0 2-.9 2-2v-3h-2v3z"}) (e "path" #js {"d" "m17 14 5-5-1.41-1.41L18 10.17V3h-2v7.17l-2.59-2.58L12 9z"})]
"InstallDesktopOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/install_desktop_rounded.cljs
================================================
(ns reagent-mui.icons.install-desktop-rounded
"Imports @mui/icons-material/InstallDesktopRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def install-desktop-rounded (create-svg-icon [(e "path" #js {"d" "M20 17H4V5h8V3H4c-1.1 0-2 .9-2 2v12c0 1.1.89 2 2 2h4v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h4c1.1 0 2-.9 2-2v-3h-2v3z"}) (e "path" #js {"d" "M17.71 13.29 21.3 9.7c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L18 10.17V4c0-.55-.45-1-1-1s-1 .45-1 1v6.17l-1.89-1.88a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l3.59 3.59c.4.39 1.03.39 1.42 0z"})]
"InstallDesktopRounded"))
================================================
FILE: src/icons/reagent_mui/icons/install_desktop_sharp.cljs
================================================
(ns reagent-mui.icons.install-desktop-sharp
"Imports @mui/icons-material/InstallDesktopSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def install-desktop-sharp (create-svg-icon [(e "path" #js {"d" "M20 17H4V5h8V3H2v16h6v2h8v-2h6v-5h-2z"}) (e "path" #js {"d" "m17 14 5-5-1.41-1.41L18 10.17V3h-2v7.17l-2.59-2.58L12 9z"})]
"InstallDesktopSharp"))
================================================
FILE: src/icons/reagent_mui/icons/install_desktop_two_tone.cljs
================================================
(ns reagent-mui.icons.install-desktop-two-tone
"Imports @mui/icons-material/InstallDesktopTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def install-desktop-two-tone (create-svg-icon [(e "path" #js {"d" "M14.83 9 16 10.17zM4 17h16v-3.17l-3 3L9.17 9 13 5.17V5H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 17H4V5h9V3H4c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h4v2h8v-2h4c1.1 0 2-.9 2-2v-5.17l-2 2V17z"}) (e "path" #js {"d" "M18 10.17V3h-2v7.17l-2.59-2.58L12 9l5 5 5-5-1.41-1.41z"})]
"InstallDesktopTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/install_mobile.cljs
================================================
(ns reagent-mui.icons.install-mobile
"Imports @mui/icons-material/InstallMobile as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def install-mobile (create-svg-icon [(e "path" #js {"d" "M17 18H7V6h7V1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-5h-2v2z"}) (e "path" #js {"d" "m18 14 5-5-1.41-1.41L19 10.17V3h-2v7.17l-2.59-2.58L13 9z"})]
"InstallMobile"))
================================================
FILE: src/icons/reagent_mui/icons/install_mobile_outlined.cljs
================================================
(ns reagent-mui.icons.install-mobile-outlined
"Imports @mui/icons-material/InstallMobileOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def install-mobile-outlined (create-svg-icon [(e "path" #js {"d" "M17 18H7V6h7V4H7V3h7V1.01L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-5h-2v2zm0 3H7v-1h10v1z"}) (e "path" #js {"d" "m18 14 5-5-1.41-1.41L19 10.17V3h-2v7.17l-2.59-2.58L13 9z"})]
"InstallMobileOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/install_mobile_rounded.cljs
================================================
(ns reagent-mui.icons.install-mobile-rounded
"Imports @mui/icons-material/InstallMobileRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def install-mobile-rounded (create-svg-icon [(e "path" #js {"d" "M18.71 13.29 22.3 9.7c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L19 10.17V4c0-.55-.45-1-1-1s-1 .45-1 1v6.17l-1.89-1.88a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l3.59 3.59c.4.39 1.03.39 1.42 0z"}) (e "path" #js {"d" "M17 18H7V6h7V1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-5h-2v2z"})]
"InstallMobileRounded"))
================================================
FILE: src/icons/reagent_mui/icons/install_mobile_sharp.cljs
================================================
(ns reagent-mui.icons.install-mobile-sharp
"Imports @mui/icons-material/InstallMobileSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def install-mobile-sharp (create-svg-icon [(e "path" #js {"d" "M17 18H7V6h7V1H5v22h14v-7h-2z"}) (e "path" #js {"d" "m18 14 5-5-1.41-1.41L19 10.17V3h-2v7.17l-2.59-2.58L13 9z"})]
"InstallMobileSharp"))
================================================
FILE: src/icons/reagent_mui/icons/install_mobile_two_tone.cljs
================================================
(ns reagent-mui.icons.install-mobile-two-tone
"Imports @mui/icons-material/InstallMobileTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def install-mobile-two-tone (create-svg-icon [(e "path" #js {"d" "M7 20h10v1H7zM7 3h7v1H7z", "opacity" ".3"}) (e "path" #js {"d" "M17 18H7V6h7V4H7V3h7V1.01L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-5h-2v2zm0 3H7v-1h10v1z"}) (e "path" #js {"d" "M19 3h-2v7.17l-2.59-2.58L14 8l-1 1 1 1 4 4 3-3 2-2-1.41-1.41-.59.59-2 1.99z"})]
"InstallMobileTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/integration_instructions.cljs
================================================
(ns reagent-mui.icons.integration-instructions
"Imports @mui/icons-material/IntegrationInstructions as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def integration-instructions (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 11.17-1.41 1.42L6 12l3.59-3.59L11 9.83 8.83 12 11 14.17zm1-9.92c-.41 0-.75-.34-.75-.75s.34-.75.75-.75.75.34.75.75-.34.75-.75.75zm2.41 11.34L13 14.17 15.17 12 13 9.83l1.41-1.42L18 12l-3.59 3.59z"})
"IntegrationInstructions"))
================================================
FILE: src/icons/reagent_mui/icons/integration_instructions_outlined.cljs
================================================
(ns reagent-mui.icons.integration-instructions-outlined
"Imports @mui/icons-material/IntegrationInstructionsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def integration-instructions-outlined (create-svg-icon [(e "path" #js {"d" "M11 14.17 8.83 12 11 9.83 9.59 8.41 6 12l3.59 3.59zm3.41 1.42L18 12l-3.59-3.59L13 9.83 15.17 12 13 14.17z"}) (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 15v4H5V5h14v10z"})]
"IntegrationInstructionsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/integration_instructions_rounded.cljs
================================================
(ns reagent-mui.icons.integration-instructions-rounded
"Imports @mui/icons-material/IntegrationInstructionsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def integration-instructions-rounded (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.7 11.88c-.39.39-1.03.39-1.42 0l-2.17-2.17a.9959.9959 0 0 1 0-1.41l2.17-2.17c.39-.39 1.03-.39 1.42 0 .39.39.39 1.02 0 1.41L8.83 12l1.46 1.46c.39.39.4 1.03.01 1.42zM12 4.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75.75.34.75.75-.34.75-.75.75zm1.7 10.63a.9959.9959 0 0 1 0-1.41L15.17 12l-1.47-1.47a.9959.9959 0 0 1 0-1.41c.39-.39 1.03-.39 1.42 0l2.17 2.17c.39.39.39 1.02 0 1.41l-2.17 2.17c-.39.4-1.03.4-1.42.01z"})
"IntegrationInstructionsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/integration_instructions_sharp.cljs
================================================
(ns reagent-mui.icons.integration-instructions-sharp
"Imports @mui/icons-material/IntegrationInstructionsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def integration-instructions-sharp (create-svg-icon (e "path" #js {"d" "M21 3h-6.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H3v18h18V3zM11 14.17l-1.41 1.42L6 12l3.59-3.59L11 9.83 8.83 12 11 14.17zm1-9.92c-.41 0-.75-.34-.75-.75s.34-.75.75-.75.75.34.75.75-.34.75-.75.75zm2.41 11.34L13 14.17 15.17 12 13 9.83l1.41-1.42L18 12l-3.59 3.59z"})
"IntegrationInstructionsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/integration_instructions_two_tone.cljs
================================================
(ns reagent-mui.icons.integration-instructions-two-tone
"Imports @mui/icons-material/IntegrationInstructionsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def integration-instructions-two-tone (create-svg-icon [(e "path" #js {"d" "M11 14.17 8.83 12 11 9.83 9.59 8.41 6 12l3.59 3.59zm3.41 1.42L18 12l-3.59-3.59L13 9.83 15.17 12 13 14.17z"}) (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z"}) (e "path" #js {"d" "M5 5h14v14H5z", "opacity" ".3"})]
"IntegrationInstructionsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/interests.cljs
================================================
(ns reagent-mui.icons.interests
"Imports @mui/icons-material/Interests as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def interests (create-svg-icon (e "path" #js {"d" "M7.02 13c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zM13 13v8h8v-8h-8zM7 2l-5 9h10L7 2zm12.25.5c-1.06 0-1.81.56-2.25 1.17-.44-.61-1.19-1.17-2.25-1.17C13.19 2.5 12 3.78 12 5.25c0 2 2.42 3.42 5 5.75 2.58-2.33 5-3.75 5-5.75 0-1.47-1.19-2.75-2.75-2.75z"})
"Interests"))
================================================
FILE: src/icons/reagent_mui/icons/interests_outlined.cljs
================================================
(ns reagent-mui.icons.interests-outlined
"Imports @mui/icons-material/InterestsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def interests-outlined (create-svg-icon (e "path" #js {"d" "M7.02 13c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM13 13v8h8v-8h-8zm6 6h-4v-4h4v4zM7 2l-5 9h10L7 2zm0 4.12L8.6 9H5.4L7 6.12zM19.25 2.5c-1.06 0-1.81.56-2.25 1.17-.44-.61-1.19-1.17-2.25-1.17C13.19 2.5 12 3.78 12 5.25c0 2 2.42 3.42 5 5.75 2.58-2.33 5-3.75 5-5.75 0-1.47-1.19-2.75-2.75-2.75zM17 8.35c-1.45-1.22-3-2.4-3-3.1 0-.43.35-.75.75-.75.31 0 .52.17.73.37L17 6.3l1.52-1.43c.21-.2.42-.37.73-.37.4 0 .75.32.75.75 0 .7-1.55 1.88-3 3.1z"})
"InterestsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/interests_rounded.cljs
================================================
(ns reagent-mui.icons.interests-rounded
"Imports @mui/icons-material/InterestsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def interests-rounded (create-svg-icon (e "path" #js {"d" "M7.02 13c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zM13 14v6c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1h-6c-.55 0-1 .45-1 1zM6.13 3.57l-3.3 5.94c-.37.67.11 1.49.87 1.49h6.6c.76 0 1.24-.82.87-1.49l-3.3-5.94c-.38-.68-1.36-.68-1.74 0zM19.25 2.5c-1.06 0-1.81.56-2.25 1.17-.44-.61-1.19-1.17-2.25-1.17C13.19 2.5 12 3.78 12 5.25c0 1.83 2.03 3.17 4.35 5.18.37.32.92.32 1.3 0C19.97 8.42 22 7.08 22 5.25c0-1.47-1.19-2.75-2.75-2.75z"})
"InterestsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/interests_sharp.cljs
================================================
(ns reagent-mui.icons.interests-sharp
"Imports @mui/icons-material/InterestsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def interests-sharp (create-svg-icon (e "path" #js {"d" "M7.02 13c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zM13 13v8h8v-8h-8zM7 2l-5 9h10L7 2zm12.25.5c-1.06 0-1.81.56-2.25 1.17-.44-.61-1.19-1.17-2.25-1.17C13.19 2.5 12 3.78 12 5.25c0 2 2.42 3.42 5 5.75 2.58-2.33 5-3.75 5-5.75 0-1.47-1.19-2.75-2.75-2.75z"})
"InterestsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/interests_two_tone.cljs
================================================
(ns reagent-mui.icons.interests-two-tone
"Imports @mui/icons-material/InterestsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def interests-two-tone (create-svg-icon [(e "path" #js {"d" "M7.02 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM19 19h-4v-4h4v4zM7 6.12 8.6 9H5.4L7 6.12zm10 2.23c-1.45-1.22-3-2.4-3-3.1 0-.43.35-.75.75-.75.31 0 .52.17.73.37L17 6.3l1.52-1.43c.21-.2.42-.37.73-.37.4 0 .75.32.75.75 0 .7-1.55 1.88-3 3.1z", "opacity" ".3"}) (e "path" #js {"d" "M7.02 13c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM13 13v8h8v-8h-8zm6 6h-4v-4h4v4zM7 2l-5 9h10L7 2zm0 4.12L8.6 9H5.4L7 6.12zM19.25 2.5c-1.06 0-1.81.56-2.25 1.17-.44-.61-1.19-1.17-2.25-1.17C13.19 2.5 12 3.78 12 5.25c0 2 2.42 3.42 5 5.75 2.58-2.33 5-3.75 5-5.75 0-1.47-1.19-2.75-2.75-2.75zM17 8.35c-1.45-1.22-3-2.4-3-3.1 0-.43.35-.75.75-.75.31 0 .52.17.73.37L17 6.3l1.52-1.43c.21-.2.42-.37.73-.37.4 0 .75.32.75.75 0 .7-1.55 1.88-3 3.1z"})]
"InterestsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/interpreter_mode.cljs
================================================
(ns reagent-mui.icons.interpreter-mode
"Imports @mui/icons-material/InterpreterMode as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def interpreter-mode (create-svg-icon (e "path" #js {"d" "M20.5 16.5c-.83 0-1.5-.67-1.5-1.5v-2.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V15c0 .83-.67 1.5-1.5 1.5zM20 20h1v-1.54c1.69-.24 3-1.7 3-3.46h-1c0 1.38-1.12 2.5-2.5 2.5S18 16.38 18 15h-1c0 1.76 1.31 3.22 3 3.46V20zM9 12c-2.21 0-4-1.79-4-4s1.79-4 4-4c.47 0 .92.08 1.34.23C9.5 5.26 9 6.57 9 8c0 1.43.5 2.74 1.34 3.77-.42.15-.87.23-1.34.23zm-1.89 1.13C5.79 14.05 5 15.57 5 17.22V20H1v-2.78c0-1.12.61-2.15 1.61-2.66 1.24-.64 2.76-1.19 4.5-1.43zM11 8c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4zm7.32 12c-1.67-.81-2.82-2.52-2.82-4.5 0-.89.23-1.73.64-2.45-.37-.03-.75-.05-1.14-.05-2.53 0-4.71.7-6.39 1.56-1 .51-1.61 1.54-1.61 2.66V20h11.32z"})
"InterpreterMode"))
================================================
FILE: src/icons/reagent_mui/icons/interpreter_mode_outlined.cljs
================================================
(ns reagent-mui.icons.interpreter-mode-outlined
"Imports @mui/icons-material/InterpreterModeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def interpreter-mode-outlined (create-svg-icon (e "path" #js {"d" "M20.5 16.5c-.83 0-1.5-.67-1.5-1.5v-2.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V15c0 .83-.67 1.5-1.5 1.5zM20 20h1v-1.54c1.69-.24 3-1.7 3-3.46h-1c0 1.38-1.12 2.5-2.5 2.5S18 16.38 18 15h-1c0 1.76 1.31 3.22 3 3.46V20zM9 12c-2.21 0-4-1.79-4-4s1.79-4 4-4c.47 0 .92.08 1.34.23C9.5 5.26 9 6.57 9 8c0 1.43.5 2.74 1.34 3.77-.42.15-.87.23-1.34.23zm-1.89 1.13C5.79 14.05 5 15.57 5 17.22V20H1v-2.78c0-1.12.61-2.15 1.61-2.66 1.24-.64 2.76-1.19 4.5-1.43zM11 8c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4zm2 0c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2zm2 7c-2.37 0-4.29.73-5.48 1.34-.32.16-.52.5-.52.88V18h7.17c.5.86 1.25 1.56 2.15 2H7v-2.78c0-1.12.61-2.15 1.61-2.66C10.29 13.7 12.47 13 15 13c.39 0 .77.02 1.14.05-.33.59-.55 1.26-.62 1.96-.17-.01-.34-.01-.52-.01z"})
"InterpreterModeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/interpreter_mode_rounded.cljs
================================================
(ns reagent-mui.icons.interpreter-mode-rounded
"Imports @mui/icons-material/InterpreterModeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def interpreter-mode-rounded (create-svg-icon (e "path" #js {"d" "M20.5 16.5c-.83 0-1.5-.67-1.5-1.5v-2.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V15c0 .83-.67 1.5-1.5 1.5zm0 3.5c.28 0 .5-.22.5-.5v-1.04c1.51-.22 2.71-1.4 2.95-2.89.05-.3-.19-.57-.49-.57-.24 0-.45.17-.49.41-.2 1.18-1.23 2.09-2.47 2.09s-2.27-.9-2.47-2.09c-.04-.24-.25-.41-.49-.41-.3 0-.54.27-.5.57.25 1.5 1.45 2.68 2.95 2.89v1.04c.01.28.23.5.51.5zM9 12c-2.21 0-4-1.79-4-4s1.79-4 4-4c.47 0 .92.08 1.34.23C9.5 5.26 9 6.57 9 8c0 1.43.5 2.74 1.34 3.77-.42.15-.87.23-1.34.23zm-1.89 1.13C5.79 14.05 5 15.57 5 17.22V20H1v-2.78c0-1.12.61-2.15 1.61-2.66 1.24-.64 2.76-1.19 4.5-1.43zM11 8c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4zm7.32 12c-1.67-.81-2.82-2.52-2.82-4.5 0-.89.23-1.73.64-2.45-.37-.03-.75-.05-1.14-.05-2.53 0-4.71.7-6.39 1.56-1 .51-1.61 1.54-1.61 2.66V20h11.32z"})
"InterpreterModeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/interpreter_mode_sharp.cljs
================================================
(ns reagent-mui.icons.interpreter-mode-sharp
"Imports @mui/icons-material/InterpreterModeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def interpreter-mode-sharp (create-svg-icon (e "path" #js {"d" "M20.5 16.5c-.83 0-1.5-.67-1.5-1.5v-2.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V15c0 .83-.67 1.5-1.5 1.5zM20 20h1v-1.54c1.69-.24 3-1.7 3-3.46h-1c0 1.38-1.12 2.5-2.5 2.5S18 16.38 18 15h-1c0 1.76 1.31 3.22 3 3.46V20zM9 12c-2.21 0-4-1.79-4-4s1.79-4 4-4c.47 0 .92.08 1.34.23C9.5 5.26 9 6.57 9 8c0 1.43.5 2.74 1.34 3.77-.42.15-.87.23-1.34.23zm-1.89 1.13C5.79 14.05 5 15.57 5 17.22V20H1v-2.78c0-1.12.61-2.15 1.61-2.66 1.24-.64 2.76-1.19 4.5-1.43zM11 8c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4zm7.32 12c-1.67-.81-2.82-2.52-2.82-4.5 0-.89.23-1.73.64-2.45-.37-.03-.75-.05-1.14-.05-2.53 0-4.71.7-6.39 1.56-1 .51-1.61 1.54-1.61 2.66V20h11.32z"})
"InterpreterModeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/interpreter_mode_two_tone.cljs
================================================
(ns reagent-mui.icons.interpreter-mode-two-tone
"Imports @mui/icons-material/InterpreterModeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def interpreter-mode-two-tone (create-svg-icon [(e "path" #js {"d" "M15.52 15.01C15.35 15 15.18 15 15 15c-2.37 0-4.29.73-5.48 1.34-.32.16-.52.5-.52.88V18h7.17c-.43-.74-.77-1.76-.65-2.99zM13 8c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2z", "opacity" ".3"}) (e "path" #js {"d" "M20.5 16.5c-.83 0-1.5-.67-1.5-1.5v-2.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V15c0 .83-.67 1.5-1.5 1.5zM20 20h1v-1.54c1.69-.24 3-1.7 3-3.46h-1c0 1.38-1.12 2.5-2.5 2.5S18 16.38 18 15h-1c0 1.76 1.31 3.22 3 3.46V20zM9 12c-2.21 0-4-1.79-4-4s1.79-4 4-4c.47 0 .92.08 1.34.23C9.5 5.26 9 6.57 9 8c0 1.43.5 2.74 1.34 3.77-.42.15-.87.23-1.34.23zm-1.89 1.13C5.79 14.05 5 15.57 5 17.22V20H1v-2.78c0-1.12.61-2.15 1.61-2.66 1.24-.64 2.76-1.19 4.5-1.43zM11 8c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4zm2 0c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2zm2 7c-2.37 0-4.29.73-5.48 1.34-.32.16-.52.5-.52.88V18h7.17c.5.86 1.25 1.56 2.15 2H7v-2.78c0-1.12.61-2.15 1.61-2.66C10.29 13.7 12.47 13 15 13c.39 0 .77.02 1.14.05-.33.59-.55 1.26-.62 1.96-.17-.01-.34-.01-.52-.01z"})]
"InterpreterModeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/inventory.cljs
================================================
(ns reagent-mui.icons.inventory
"Imports @mui/icons-material/Inventory as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def inventory (create-svg-icon (e "path" #js {"d" "M20 2H4c-1 0-2 .9-2 2v3.01c0 .72.43 1.34 1 1.69V20c0 1.1 1.1 2 2 2h14c.9 0 2-.9 2-2V8.7c.57-.35 1-.97 1-1.69V4c0-1.1-1-2-2-2zm-5 12H9v-2h6v2zm5-7H4V4l16-.02V7z"})
"Inventory"))
================================================
FILE: src/icons/reagent_mui/icons/inventory_2.cljs
================================================
(ns reagent-mui.icons.inventory-2
"Imports @mui/icons-material/Inventory2 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def inventory-2 (create-svg-icon (e "path" #js {"d" "M20 2H4c-1 0-2 .9-2 2v3.01c0 .72.43 1.34 1 1.69V20c0 1.1 1.1 2 2 2h14c.9 0 2-.9 2-2V8.7c.57-.35 1-.97 1-1.69V4c0-1.1-1-2-2-2zm-5 12H9v-2h6v2zm5-7H4V4h16v3z"})
"Inventory2"))
================================================
FILE: src/icons/reagent_mui/icons/inventory_2_outlined.cljs
================================================
(ns reagent-mui.icons.inventory-2-outlined
"Imports @mui/icons-material/Inventory2Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def inventory-2-outlined (create-svg-icon [(e "path" #js {"d" "M20 2H4c-1 0-2 .9-2 2v3.01c0 .72.43 1.34 1 1.69V20c0 1.1 1.1 2 2 2h14c.9 0 2-.9 2-2V8.7c.57-.35 1-.97 1-1.69V4c0-1.1-1-2-2-2zm-1 18H5V9h14v11zm1-13H4V4h16v3z"}) (e "path" #js {"d" "M9 12h6v2H9z"})]
"Inventory2Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/inventory_2_rounded.cljs
================================================
(ns reagent-mui.icons.inventory-2-rounded
"Imports @mui/icons-material/Inventory2Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def inventory-2-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1 0-2 .9-2 2v3.01c0 .72.43 1.34 1 1.69V20c0 1.1 1.1 2 2 2h14c.9 0 2-.9 2-2V8.7c.57-.35 1-.97 1-1.69V4c0-1.1-1-2-2-2zm-6 12h-4c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1zm6-7H4V4h16v3z"})
"Inventory2Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/inventory_2_sharp.cljs
================================================
(ns reagent-mui.icons.inventory-2-sharp
"Imports @mui/icons-material/Inventory2Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def inventory-2-sharp (create-svg-icon (e "path" #js {"d" "M2 2v6.7h1V22h18V8.7h1V2H2zm13 12H9v-2h6v2zm5-7H4V4h16v3z"})
"Inventory2Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/inventory_2_two_tone.cljs
================================================
(ns reagent-mui.icons.inventory-2-two-tone
"Imports @mui/icons-material/Inventory2TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def inventory-2-two-tone (create-svg-icon [(e "path" #js {"d" "M4 7h16V3.98L4 4zm1 13h14V9H5v11zm4-8h6v2H9v-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1 0-2 .9-2 2v3.01c0 .72.43 1.34 1 1.69V20c0 1.1 1.1 2 2 2h14c.9 0 2-.9 2-2V8.7c.57-.35 1-.97 1-1.69V4c0-1.1-1-2-2-2zm-1 18H5V9h14v11zm1-13H4V4l16-.02V7z"}) (e "path" #js {"d" "M9 12h6v2H9z"})]
"Inventory2TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/inventory_outlined.cljs
================================================
(ns reagent-mui.icons.inventory-outlined
"Imports @mui/icons-material/InventoryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def inventory-outlined (create-svg-icon [(e "path" #js {"d" "M5 5h2v3h10V5h2v5h2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6v-2H5V5zm7-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"}) (e "path" #js {"d" "M21 11.5 15.51 17l-3.01-3-1.5 1.5 4.51 4.5 6.99-7z"})]
"InventoryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/inventory_rounded.cljs
================================================
(ns reagent-mui.icons.inventory-rounded
"Imports @mui/icons-material/InventoryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def inventory-rounded (create-svg-icon [(e "path" #js {"d" "M5 5h2v1c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V5h2v5h2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6v-2H5V5zm7-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"}) (e "path" #js {"d" "M21.75 12.25c-.41-.41-1.09-.41-1.5 0L15.51 17l-2.26-2.25c-.41-.41-1.08-.41-1.5 0-.41.41-.41 1.09 0 1.5l3.05 3.04c.39.39 1.02.39 1.41 0l5.53-5.54c.42-.41.42-1.09.01-1.5z"})]
"InventoryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/inventory_sharp.cljs
================================================
(ns reagent-mui.icons.inventory-sharp
"Imports @mui/icons-material/InventorySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def inventory-sharp (create-svg-icon [(e "path" #js {"d" "M5 5h2v3h10V5h2v5h2V3h-6.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H3v18h8v-2H5V5zm7-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"}) (e "path" #js {"d" "M21 11.5 15.51 17l-3.01-3-1.5 1.5 4.51 4.5 6.99-7z"})]
"InventorySharp"))
================================================
FILE: src/icons/reagent_mui/icons/inventory_two_tone.cljs
================================================
(ns reagent-mui.icons.inventory-two-tone
"Imports @mui/icons-material/InventoryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def inventory-two-tone (create-svg-icon [(e "path" #js {"d" "m21 11.5 1.5 1.5-6.99 7L11 15.5l1.5-1.5 3.01 3L21 11.5z"}) (e "path" #js {"d" "M17 5v3H7V5H5v14h6.68l-3.51-3.5 4.33-4.33 3.01 3 3.49-3.5V5z", "opacity" ".3"}) (e "path" #js {"d" "M5 19V5h2v3h10V5h2v5.67l2-2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8.68l-2-2H5zm7-16c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})]
"InventoryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/invert_colors.cljs
================================================
(ns reagent-mui.icons.invert-colors
"Imports @mui/icons-material/InvertColors as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def invert-colors (create-svg-icon (e "path" #js {"d" "M12 4.81V19c-3.31 0-6-2.63-6-5.87 0-1.56.62-3.03 1.75-4.14L12 4.81M6.35 7.56C4.9 8.99 4 10.96 4 13.13 4 17.48 7.58 21 12 21s8-3.52 8-7.87c0-2.17-.9-4.14-2.35-5.57L12 2 6.35 7.56z"})
"InvertColors"))
================================================
FILE: src/icons/reagent_mui/icons/invert_colors_off.cljs
================================================
(ns reagent-mui.icons.invert-colors-off
"Imports @mui/icons-material/InvertColorsOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def invert-colors-off (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22l4.2 4.2c-1 1.31-1.6 2.94-1.6 4.7C4 17.48 7.58 21 12 21c1.75 0 3.36-.56 4.67-1.5l3.1 3.1 1.42-1.41zM12 19c-3.31 0-6-2.63-6-5.87 0-1.19.36-2.32 1.02-3.28L12 14.83V19zM8.38 5.56 12 2l5.65 5.56C19.1 8.99 20 10.96 20 13.13c0 1.18-.27 2.29-.74 3.3L12 9.17V4.81L9.8 6.97 8.38 5.56z"})
"InvertColorsOff"))
================================================
FILE: src/icons/reagent_mui/icons/invert_colors_off_outlined.cljs
================================================
(ns reagent-mui.icons.invert-colors-off-outlined
"Imports @mui/icons-material/InvertColorsOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def invert-colors-off-outlined (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22l4.2 4.2c-1 1.31-1.6 2.94-1.6 4.7C4 17.48 7.58 21 12 21c1.75 0 3.36-.56 4.67-1.5l3.1 3.1 1.42-1.41zM12 19c-3.31 0-6-2.63-6-5.87 0-1.19.36-2.32 1.02-3.28L12 14.83V19zM8.38 5.56 12 2l5.65 5.56C19.1 8.99 20 10.96 20 13.13c0 1.18-.27 2.29-.74 3.3L12 9.17V4.81L9.8 6.97 8.38 5.56z"})
"InvertColorsOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/invert_colors_off_rounded.cljs
================================================
(ns reagent-mui.icons.invert-colors-off-rounded
"Imports @mui/icons-material/InvertColorsOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def invert-colors-off-rounded (create-svg-icon (e "path" #js {"d" "M20.49 20.49 3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l3.5 3.5c-1 1.31-1.6 2.94-1.6 4.7C4 17.48 7.58 21 12 21c1.75 0 3.36-.56 4.67-1.5l2.4 2.4c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41zM12 19c-3.31 0-6-2.63-6-5.87 0-1.19.36-2.32 1.02-3.28L12 14.83V19zM8.38 5.56l2.91-2.87c.39-.38 1.01-.38 1.4 0l4.95 4.87C19.1 8.99 20 10.96 20 13.13c0 1.18-.27 2.29-.74 3.3L12 9.17V4.81L9.8 6.97 8.38 5.56z"})
"InvertColorsOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/invert_colors_off_sharp.cljs
================================================
(ns reagent-mui.icons.invert-colors-off-sharp
"Imports @mui/icons-material/InvertColorsOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def invert-colors-off-sharp (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22l4.2 4.2c-1 1.31-1.6 2.94-1.6 4.7C4 17.48 7.58 21 12 21c1.75 0 3.36-.56 4.67-1.5l3.1 3.1 1.42-1.41zM12 19c-3.31 0-6-2.63-6-5.87 0-1.19.36-2.32 1.02-3.28L12 14.83V19zM8.38 5.56 12 2l5.65 5.56C19.1 8.99 20 10.96 20 13.13c0 1.18-.27 2.29-.74 3.3L12 9.17V4.81L9.8 6.97 8.38 5.56z"})
"InvertColorsOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/invert_colors_off_two_tone.cljs
================================================
(ns reagent-mui.icons.invert-colors-off-two-tone
"Imports @mui/icons-material/InvertColorsOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def invert-colors-off-two-tone (create-svg-icon [(e "path" #js {"d" "M12 14.83V19c-3.31 0-6-2.63-6-5.87 0-1.19.36-2.32 1.02-3.28L12 14.83zm0-10.02v4.37l-2.2-2.2L12 4.81", "opacity" ".3"}) (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22l4.2 4.2c-1 1.31-1.6 2.94-1.6 4.7C4 17.48 7.58 21 12 21c1.75 0 3.36-.56 4.67-1.5l3.1 3.1 1.42-1.41zM12 19c-3.31 0-6-2.63-6-5.87 0-1.19.36-2.32 1.02-3.28L12 14.83V19zM8.38 5.56 12 2l5.65 5.56C19.1 8.99 20 10.96 20 13.13c0 1.18-.27 2.29-.74 3.3L12 9.17V4.81L9.8 6.97 8.38 5.56z"})]
"InvertColorsOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/invert_colors_outlined.cljs
================================================
(ns reagent-mui.icons.invert-colors-outlined
"Imports @mui/icons-material/InvertColorsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def invert-colors-outlined (create-svg-icon (e "path" #js {"d" "M12 4.81V19c-3.31 0-6-2.63-6-5.87 0-1.56.62-3.03 1.75-4.14L12 4.81M12 2 6.35 7.56C4.9 8.99 4 10.96 4 13.13 4 17.48 7.58 21 12 21s8-3.52 8-7.87c0-2.17-.9-4.14-2.35-5.57L12 2z"})
"InvertColorsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/invert_colors_rounded.cljs
================================================
(ns reagent-mui.icons.invert-colors-rounded
"Imports @mui/icons-material/InvertColorsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def invert-colors-rounded (create-svg-icon (e "path" #js {"d" "M12 4.81V19c-3.31 0-6-2.63-6-5.87 0-1.56.62-3.03 1.75-4.14L12 4.81M6.35 7.56C4.9 8.99 4 10.96 4 13.13 4 17.48 7.58 21 12 21s8-3.52 8-7.87c0-2.17-.9-4.14-2.35-5.57L12.7 2.69c-.39-.38-1.01-.38-1.4 0L6.35 7.56z"})
"InvertColorsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/invert_colors_sharp.cljs
================================================
(ns reagent-mui.icons.invert-colors-sharp
"Imports @mui/icons-material/InvertColorsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def invert-colors-sharp (create-svg-icon (e "path" #js {"d" "M12 4.81V19c-3.31 0-6-2.63-6-5.87 0-1.56.62-3.03 1.75-4.14L12 4.81M6.35 7.56C4.9 8.99 4 10.96 4 13.13 4 17.48 7.58 21 12 21s8-3.52 8-7.87c0-2.17-.9-4.14-2.35-5.57L12 2 6.35 7.56z"})
"InvertColorsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/invert_colors_two_tone.cljs
================================================
(ns reagent-mui.icons.invert-colors-two-tone
"Imports @mui/icons-material/InvertColorsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def invert-colors-two-tone (create-svg-icon [(e "path" #js {"d" "M7.75 8.99C6.62 10.1 6 11.57 6 13.13 6 16.37 8.69 19 12 19V4.81L7.75 8.99z", "opacity" ".3"}) (e "path" #js {"d" "M17.65 7.56 12 2 6.35 7.56C4.9 8.99 4 10.96 4 13.13 4 17.48 7.58 21 12 21s8-3.52 8-7.87c0-2.17-.9-4.14-2.35-5.57zM6 13.13c0-1.56.62-3.03 1.75-4.14L12 4.81V19c-3.31 0-6-2.63-6-5.87z"})]
"InvertColorsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/ios_share.cljs
================================================
(ns reagent-mui.icons.ios-share
"Imports @mui/icons-material/IosShare as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ios-share (create-svg-icon (e "path" #js {"d" "m16 5-1.42 1.42-1.59-1.59V16h-1.98V4.83L9.42 6.42 8 5l4-4 4 4zm4 5v11c0 1.1-.9 2-2 2H6c-1.11 0-2-.9-2-2V10c0-1.11.89-2 2-2h3v2H6v11h12V10h-3V8h3c1.1 0 2 .89 2 2z"})
"IosShare"))
================================================
FILE: src/icons/reagent_mui/icons/ios_share_outlined.cljs
================================================
(ns reagent-mui.icons.ios-share-outlined
"Imports @mui/icons-material/IosShareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ios-share-outlined (create-svg-icon (e "path" #js {"d" "m16 5-1.42 1.42-1.59-1.59V16h-1.98V4.83L9.42 6.42 8 5l4-4 4 4zm4 5v11c0 1.1-.9 2-2 2H6c-1.11 0-2-.9-2-2V10c0-1.11.89-2 2-2h3v2H6v11h12V10h-3V8h3c1.1 0 2 .89 2 2z"})
"IosShareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/ios_share_rounded.cljs
================================================
(ns reagent-mui.icons.ios-share-rounded
"Imports @mui/icons-material/IosShareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ios-share-rounded (create-svg-icon [(e "path" #js {"d" "M18 8h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v11H6V10h2c.55 0 1-.45 1-1s-.45-1-1-1H6c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "M12 16c.55 0 1-.45 1-1V5h1.79c.45 0 .67-.54.35-.85l-2.79-2.79c-.2-.2-.51-.2-.71 0L8.85 4.15c-.31.31-.09.85.36.85H11v10c0 .55.45 1 1 1z"})]
"IosShareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/ios_share_sharp.cljs
================================================
(ns reagent-mui.icons.ios-share-sharp
"Imports @mui/icons-material/IosShareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ios-share-sharp (create-svg-icon [(e "path" #js {"d" "M20 8h-5v2h3v11H6V10h3V8H4v15h16z"}) (e "path" #js {"d" "M11 16h2V5h3l-4-4-4 4h3z"})]
"IosShareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/ios_share_two_tone.cljs
================================================
(ns reagent-mui.icons.ios-share-two-tone
"Imports @mui/icons-material/IosShareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ios-share-two-tone (create-svg-icon [(e "path" #js {"d" "M18 8h-3v2h3v11H6V10h3V8H6c-1.11 0-2 .89-2 2v11c0 1.1.89 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.11-.9-2-2-2z"}) (e "path" #js {"d" "M11 16h2V5h3l-4-4-4 4h3z"})]
"IosShareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/iron.cljs
================================================
(ns reagent-mui.icons.iron
"Imports @mui/icons-material/Iron as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def iron (create-svg-icon (e "path" #js {"d" "M21 6c-1.66 0-3 1.34-3 3v4c0 .55-.45 1-1 1v-4c0-1.66-1.34-3-3-3h-4c-1.66 0-3 1.34-3 3h2c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1H6c-2.21 0-4 1.79-4 4v3h15v-2c1.66 0 3-1.34 3-3V9c0-.55.45-1 1-1h1V6h-1z"})
"Iron"))
================================================
FILE: src/icons/reagent_mui/icons/iron_outlined.cljs
================================================
(ns reagent-mui.icons.iron-outlined
"Imports @mui/icons-material/IronOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def iron-outlined (create-svg-icon (e "path" #js {"d" "M21 6c-1.66 0-3 1.34-3 3v4c0 .55-.45 1-1 1v-4c0-1.66-1.34-3-3-3h-4c-1.66 0-3 1.34-3 3h2c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1H6c-2.21 0-4 1.79-4 4v3h15v-2c1.66 0 3-1.34 3-3V9c0-.55.45-1 1-1h1V6h-1zm-6 10H4v-1c0-1.1.9-2 2-2h9v3z"})
"IronOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/iron_rounded.cljs
================================================
(ns reagent-mui.icons.iron-rounded
"Imports @mui/icons-material/IronRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def iron-rounded (create-svg-icon (e "path" #js {"d" "M8.27 10c.34 0 .68-.16.84-.47.17-.31.51-.53.89-.53h4c.55 0 1 .45 1 1v1H6c-2.21 0-4 1.79-4 4v2c0 .55.45 1 1 1h13c.55 0 1-.45 1-1v-1c1.66 0 3-1.34 3-3V9c0-.55.45-1 1-1s1-.45 1-1-.45-1-1-1c-1.66 0-3 1.34-3 3v4c0 .55-.45 1-1 1v-4c0-1.66-1.34-3-3-3h-4c-1.13 0-2.11.62-2.63 1.55-.36.65.16 1.45.9 1.45z"})
"IronRounded"))
================================================
FILE: src/icons/reagent_mui/icons/iron_sharp.cljs
================================================
(ns reagent-mui.icons.iron-sharp
"Imports @mui/icons-material/IronSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def iron-sharp (create-svg-icon (e "path" #js {"d" "M18 6v8h-1V7H7v3h2V9h6v2H6c-2.21 0-4 1.79-4 4v3h15v-2h3V8h2V6h-4z"})
"IronSharp"))
================================================
FILE: src/icons/reagent_mui/icons/iron_two_tone.cljs
================================================
(ns reagent-mui.icons.iron-two-tone
"Imports @mui/icons-material/IronTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def iron-two-tone (create-svg-icon [(e "path" #js {"d" "M15 16H4v-1c0-1.1.9-2 2-2h9v3z", "opacity" ".3"}) (e "path" #js {"d" "M21 6c-1.66 0-3 1.34-3 3v4c0 .55-.45 1-1 1v-4c0-1.66-1.34-3-3-3h-4c-1.66 0-3 1.34-3 3h2c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1H6c-2.21 0-4 1.79-4 4v3h15v-2c1.66 0 3-1.34 3-3V9c0-.55.45-1 1-1h1V6h-1zm-6 10H4v-1c0-1.1.9-2 2-2h9v3z"})]
"IronTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/iso.cljs
================================================
(ns reagent-mui.icons.iso
"Imports @mui/icons-material/Iso as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def iso (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5.5 7.5h2v-2H9v2h2V9H9v2H7.5V9h-2V7.5zM19 19H5L19 5v14zm-2-2v-1.5h-5V17h5z"})
"Iso"))
================================================
FILE: src/icons/reagent_mui/icons/iso_outlined.cljs
================================================
(ns reagent-mui.icons.iso-outlined
"Imports @mui/icons-material/IsoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def iso-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5.5 7.5h2v-2H9v2h2V9H9v2H7.5V9h-2V7.5zM19 19H5L19 5v14zm-2-2v-1.5h-5V17h5z"})
"IsoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/iso_rounded.cljs
================================================
(ns reagent-mui.icons.iso-rounded
"Imports @mui/icons-material/IsoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def iso-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM6.25 7.5H7.5V6.25c0-.41.34-.75.75-.75s.75.34.75.75V7.5h1.25c.41 0 .75.34.75.75s-.34.75-.75.75H9v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9H6.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75zM18 19H5L19 5v13c0 .55-.45 1-1 1zm-1-2.75c0-.41-.34-.75-.75-.75h-3.5c-.41 0-.75.34-.75.75s.34.75.75.75h3.5c.41 0 .75-.34.75-.75z"})
"IsoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/iso_sharp.cljs
================================================
(ns reagent-mui.icons.iso-sharp
"Imports @mui/icons-material/IsoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def iso-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM5.5 7.5h2v-2H9v2h2V9H9v2H7.5V9h-2V7.5zM19 19H5L19 5v14zm-2-2v-1.5h-5V17h5z"})
"IsoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/iso_two_tone.cljs
================================================
(ns reagent-mui.icons.iso-two-tone
"Imports @mui/icons-material/IsoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def iso-two-tone (create-svg-icon [(e "path" #js {"d" "M19 19V5L5 19h14zm-2-3.5V17h-5v-1.5h5z", "opacity" ".3"}) (e "path" #js {"d" "M12 15.5h5V17h-5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5.5 7.5h2v-2H9v2h2V9H9v2H7.5V9h-2V7.5zM19 19H5L19 5v14z"})]
"IsoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/javascript.cljs
================================================
(ns reagent-mui.icons.javascript
"Imports @mui/icons-material/Javascript as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def javascript (create-svg-icon (e "path" #js {"d" "M12 14v-1h1.5v.5h2v-1H13c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1h-1.5v-.5h-2v1H16c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1zM9 9v4.5H7.5v-1H6v1c0 .83.67 1.5 1.5 1.5H9c.83 0 1.5-.67 1.5-1.5V9H9z"})
"Javascript"))
================================================
FILE: src/icons/reagent_mui/icons/javascript_outlined.cljs
================================================
(ns reagent-mui.icons.javascript-outlined
"Imports @mui/icons-material/JavascriptOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def javascript-outlined (create-svg-icon (e "path" #js {"d" "M12 14v-1h1.5v.5h2v-1H13c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1h-1.5v-.5h-2v1H16c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1zM9 9v4.5H7.5v-1H6v1c0 .83.67 1.5 1.5 1.5H9c.83 0 1.5-.67 1.5-1.5V9H9z"})
"JavascriptOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/javascript_rounded.cljs
================================================
(ns reagent-mui.icons.javascript-rounded
"Imports @mui/icons-material/JavascriptRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def javascript-rounded (create-svg-icon (e "path" #js {"d" "M15.54 10.5c.1.29.38.5.71.5.41 0 .75-.34.75-.75V10c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1h2.5v1h-2.04c-.1-.29-.38-.5-.71-.5-.41 0-.75.34-.75.75V14c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1h-2.5v-1h2.04zm-8.04 3H9V9.75c0-.41.34-.75.75-.75s.75.34.75.75v3.75c0 .83-.67 1.5-1.5 1.5H7.5c-.83 0-1.5-.67-1.5-1.5v-.25c0-.41.34-.75.75-.75s.75.34.75.75v.25z"})
"JavascriptRounded"))
================================================
FILE: src/icons/reagent_mui/icons/javascript_sharp.cljs
================================================
(ns reagent-mui.icons.javascript-sharp
"Imports @mui/icons-material/JavascriptSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def javascript-sharp (create-svg-icon (e "path" #js {"d" "M12 15v-2h1.5v.5h2v-1H12V9h5v2h-1.5v-.5h-2v1H17V15h-5zM9 9v4.5H7.5v-1H6V15h4.5V9H9z"})
"JavascriptSharp"))
================================================
FILE: src/icons/reagent_mui/icons/javascript_two_tone.cljs
================================================
(ns reagent-mui.icons.javascript-two-tone
"Imports @mui/icons-material/JavascriptTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def javascript-two-tone (create-svg-icon (e "path" #js {"d" "M12 14v-1h1.5v.5h2v-1H13c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1h-1.5v-.5h-2v1H16c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1zM9 9v4.5H7.5v-1H6v1c0 .83.67 1.5 1.5 1.5H9c.83 0 1.5-.67 1.5-1.5V9H9z"})
"JavascriptTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/join_full.cljs
================================================
(ns reagent-mui.icons.join-full
"Imports @mui/icons-material/JoinFull as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-full (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M7.5 12c0-.97.23-4.16 3.03-6.5C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-2.8-2.34-3.03-5.53-3.03-6.5zM16 5c-.9 0-1.75.19-2.53.5 2.8 2.34 3.03 5.53 3.03 6.5 0 .97-.23 4.16-3.03 6.5.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7z"})]
"JoinFull"))
================================================
FILE: src/icons/reagent_mui/icons/join_full_outlined.cljs
================================================
(ns reagent-mui.icons.join-full-outlined
"Imports @mui/icons-material/JoinFullOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-full-outlined (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M7.5 12c0-.97.23-4.16 3.03-6.5C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-2.8-2.34-3.03-5.53-3.03-6.5zM16 5c-.9 0-1.75.19-2.53.5 2.8 2.34 3.03 5.53 3.03 6.5 0 .97-.23 4.16-3.03 6.5.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7z"})]
"JoinFullOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/join_full_rounded.cljs
================================================
(ns reagent-mui.icons.join-full-rounded
"Imports @mui/icons-material/JoinFullRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-full-rounded (create-svg-icon [(e "path" #js {"d" "M12.68 6.8c-.39-.35-.98-.35-1.37 0C9.35 8.56 9 10.84 9 12c0 1.15.35 3.44 2.32 5.2.39.35.98.35 1.37 0C14.65 15.44 15 13.16 15 12c0-1.15-.35-3.44-2.32-5.2z"}) (e "path" #js {"d" "M7.5 12c0-.97.23-4.16 3.03-6.5C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-2.8-2.34-3.03-5.53-3.03-6.5zM16 5c-.9 0-1.75.19-2.53.5 2.8 2.34 3.03 5.53 3.03 6.5 0 .97-.23 4.16-3.03 6.5.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7z"})]
"JoinFullRounded"))
================================================
FILE: src/icons/reagent_mui/icons/join_full_sharp.cljs
================================================
(ns reagent-mui.icons.join-full-sharp
"Imports @mui/icons-material/JoinFullSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-full-sharp (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M7.5 12c0-.97.23-4.16 3.03-6.5C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-2.8-2.34-3.03-5.53-3.03-6.5zM16 5c-.9 0-1.75.19-2.53.5 2.8 2.34 3.03 5.53 3.03 6.5 0 .97-.23 4.16-3.03 6.5.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7z"})]
"JoinFullSharp"))
================================================
FILE: src/icons/reagent_mui/icons/join_full_two_tone.cljs
================================================
(ns reagent-mui.icons.join-full-two-tone
"Imports @mui/icons-material/JoinFullTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-full-two-tone (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M7.5 12c0-.97.23-4.16 3.03-6.5C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-2.8-2.34-3.03-5.53-3.03-6.5zM16 5c-.9 0-1.75.19-2.53.5 2.8 2.34 3.03 5.53 3.03 6.5 0 .97-.23 4.16-3.03 6.5.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7z"})]
"JoinFullTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/join_inner.cljs
================================================
(ns reagent-mui.icons.join-inner
"Imports @mui/icons-material/JoinInner as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-inner (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M9.04 16.87c-.33.08-.68.13-1.04.13-2.76 0-5-2.24-5-5s2.24-5 5-5c.36 0 .71.05 1.04.13.39-.56.88-1.12 1.49-1.63C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-.61-.51-1.1-1.07-1.49-1.63zM16 5c-.9 0-1.75.19-2.53.5.61.51 1.1 1.07 1.49 1.63.33-.08.68-.13 1.04-.13 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.36 0-.71-.05-1.04-.13-.39.56-.88 1.12-1.49 1.63.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7z"})]
"JoinInner"))
================================================
FILE: src/icons/reagent_mui/icons/join_inner_outlined.cljs
================================================
(ns reagent-mui.icons.join-inner-outlined
"Imports @mui/icons-material/JoinInnerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-inner-outlined (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M9.04 16.87c-.33.08-.68.13-1.04.13-2.76 0-5-2.24-5-5s2.24-5 5-5c.36 0 .71.05 1.04.13.39-.56.88-1.12 1.49-1.63C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-.61-.51-1.1-1.07-1.49-1.63zM16 5c-.9 0-1.75.19-2.53.5.61.51 1.1 1.07 1.49 1.63.33-.08.68-.13 1.04-.13 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.36 0-.71-.05-1.04-.13-.39.56-.88 1.12-1.49 1.63.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7z"})]
"JoinInnerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/join_inner_rounded.cljs
================================================
(ns reagent-mui.icons.join-inner-rounded
"Imports @mui/icons-material/JoinInnerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-inner-rounded (create-svg-icon [(e "path" #js {"d" "M12.68 6.8c-.39-.35-.98-.35-1.37 0C9.35 8.56 9 10.84 9 12c0 1.15.35 3.44 2.32 5.2.39.35.98.35 1.37 0C14.65 15.44 15 13.16 15 12c0-1.15-.35-3.44-2.32-5.2z"}) (e "path" #js {"d" "M9.04 16.87c-.33.08-.68.13-1.04.13-2.76 0-5-2.24-5-5s2.24-5 5-5c.36 0 .71.05 1.04.13.39-.56.88-1.12 1.49-1.63C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-.61-.51-1.1-1.07-1.49-1.63zM16 5c-.9 0-1.75.19-2.53.5.61.51 1.1 1.07 1.49 1.63.33-.08.68-.13 1.04-.13 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.36 0-.71-.05-1.04-.13-.39.56-.88 1.12-1.49 1.63.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7z"})]
"JoinInnerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/join_inner_sharp.cljs
================================================
(ns reagent-mui.icons.join-inner-sharp
"Imports @mui/icons-material/JoinInnerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-inner-sharp (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M9.04 16.87c-.33.08-.68.13-1.04.13-2.76 0-5-2.24-5-5s2.24-5 5-5c.36 0 .71.05 1.04.13.39-.56.88-1.12 1.49-1.63C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-.61-.51-1.1-1.07-1.49-1.63zM16 5c-.9 0-1.75.19-2.53.5.61.51 1.1 1.07 1.49 1.63.33-.08.68-.13 1.04-.13 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.36 0-.71-.05-1.04-.13-.39.56-.88 1.12-1.49 1.63.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7z"})]
"JoinInnerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/join_inner_two_tone.cljs
================================================
(ns reagent-mui.icons.join-inner-two-tone
"Imports @mui/icons-material/JoinInnerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-inner-two-tone (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M9.04 16.87c-.33.08-.68.13-1.04.13-2.76 0-5-2.24-5-5s2.24-5 5-5c.36 0 .71.05 1.04.13.39-.56.88-1.12 1.49-1.63C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-.61-.51-1.1-1.07-1.49-1.63zM16 5c-.9 0-1.75.19-2.53.5.61.51 1.1 1.07 1.49 1.63.33-.08.68-.13 1.04-.13 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.36 0-.71-.05-1.04-.13-.39.56-.88 1.12-1.49 1.63.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7z"})]
"JoinInnerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/join_left.cljs
================================================
(ns reagent-mui.icons.join-left
"Imports @mui/icons-material/JoinLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-left (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M7.5 12c0-.97.23-4.16 3.03-6.5C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-2.8-2.34-3.03-5.53-3.03-6.5zM16 5c-.9 0-1.75.19-2.53.5.61.51 1.1 1.07 1.49 1.63.33-.08.68-.13 1.04-.13 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.36 0-.71-.05-1.04-.13-.39.56-.88 1.12-1.49 1.63.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7z"})]
"JoinLeft"))
================================================
FILE: src/icons/reagent_mui/icons/join_left_outlined.cljs
================================================
(ns reagent-mui.icons.join-left-outlined
"Imports @mui/icons-material/JoinLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-left-outlined (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M7.5 12c0-.97.23-4.16 3.03-6.5C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-2.8-2.34-3.03-5.53-3.03-6.5zM16 5c-.9 0-1.75.19-2.53.5.61.51 1.1 1.07 1.49 1.63.33-.08.68-.13 1.04-.13 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.36 0-.71-.05-1.04-.13-.39.56-.88 1.12-1.49 1.63.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7z"})]
"JoinLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/join_left_rounded.cljs
================================================
(ns reagent-mui.icons.join-left-rounded
"Imports @mui/icons-material/JoinLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-left-rounded (create-svg-icon [(e "path" #js {"d" "M12.68 6.8c-.39-.35-.98-.35-1.37 0C9.35 8.56 9 10.84 9 12c0 1.15.35 3.44 2.32 5.2.39.35.98.35 1.37 0C14.65 15.44 15 13.16 15 12c0-1.15-.35-3.44-2.32-5.2z"}) (e "path" #js {"d" "M7.5 12c0-.97.23-4.16 3.03-6.5C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-2.8-2.34-3.03-5.53-3.03-6.5zM16 5c-.9 0-1.75.19-2.53.5.61.51 1.1 1.07 1.49 1.63.33-.08.68-.13 1.04-.13 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.36 0-.71-.05-1.04-.13-.39.56-.88 1.12-1.49 1.63.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7z"})]
"JoinLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/join_left_sharp.cljs
================================================
(ns reagent-mui.icons.join-left-sharp
"Imports @mui/icons-material/JoinLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-left-sharp (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M7.5 12c0-.97.23-4.16 3.03-6.5C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-2.8-2.34-3.03-5.53-3.03-6.5zM16 5c-.9 0-1.75.19-2.53.5.61.51 1.1 1.07 1.49 1.63.33-.08.68-.13 1.04-.13 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.36 0-.71-.05-1.04-.13-.39.56-.88 1.12-1.49 1.63.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7z"})]
"JoinLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/join_left_two_tone.cljs
================================================
(ns reagent-mui.icons.join-left-two-tone
"Imports @mui/icons-material/JoinLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-left-two-tone (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M7.5 12c0-.97.23-4.16 3.03-6.5C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-2.8-2.34-3.03-5.53-3.03-6.5zM16 5c-.9 0-1.75.19-2.53.5.61.51 1.1 1.07 1.49 1.63.33-.08.68-.13 1.04-.13 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.36 0-.71-.05-1.04-.13-.39.56-.88 1.12-1.49 1.63.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7z"})]
"JoinLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/join_right.cljs
================================================
(ns reagent-mui.icons.join-right
"Imports @mui/icons-material/JoinRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-right (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M16.5 12c0 .97-.23 4.16-3.03 6.5.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7c-.9 0-1.75.19-2.53.5 2.8 2.34 3.03 5.53 3.03 6.5zM8 19c.9 0 1.75-.19 2.53-.5-.61-.51-1.1-1.07-1.49-1.63-.33.08-.68.13-1.04.13-2.76 0-5-2.24-5-5s2.24-5 5-5c.36 0 .71.05 1.04.13.39-.56.88-1.12 1.49-1.63C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7z"})]
"JoinRight"))
================================================
FILE: src/icons/reagent_mui/icons/join_right_outlined.cljs
================================================
(ns reagent-mui.icons.join-right-outlined
"Imports @mui/icons-material/JoinRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-right-outlined (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M16.5 12c0 .97-.23 4.16-3.03 6.5.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7c-.9 0-1.75.19-2.53.5 2.8 2.34 3.03 5.53 3.03 6.5zM8 19c.9 0 1.75-.19 2.53-.5-.61-.51-1.1-1.07-1.49-1.63-.33.08-.68.13-1.04.13-2.76 0-5-2.24-5-5s2.24-5 5-5c.36 0 .71.05 1.04.13.39-.56.88-1.12 1.49-1.63C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7z"})]
"JoinRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/join_right_rounded.cljs
================================================
(ns reagent-mui.icons.join-right-rounded
"Imports @mui/icons-material/JoinRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-right-rounded (create-svg-icon [(e "path" #js {"d" "M11.32 17.2c.39.35.98.35 1.37 0C14.65 15.44 15 13.16 15 12c0-1.15-.35-3.44-2.32-5.2-.39-.35-.98-.35-1.37 0C9.35 8.56 9 10.84 9 12c0 1.15.35 3.44 2.32 5.2z"}) (e "path" #js {"d" "M16.5 12c0 .97-.23 4.16-3.03 6.5.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7c-.9 0-1.75.19-2.53.5 2.8 2.34 3.03 5.53 3.03 6.5zM8 19c.9 0 1.75-.19 2.53-.5-.61-.51-1.1-1.07-1.49-1.63-.33.08-.68.13-1.04.13-2.76 0-5-2.24-5-5s2.24-5 5-5c.36 0 .71.05 1.04.13.39-.56.88-1.12 1.49-1.63C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7z"})]
"JoinRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/join_right_sharp.cljs
================================================
(ns reagent-mui.icons.join-right-sharp
"Imports @mui/icons-material/JoinRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-right-sharp (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M16.5 12c0 .97-.23 4.16-3.03 6.5.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7c-.9 0-1.75.19-2.53.5 2.8 2.34 3.03 5.53 3.03 6.5zM8 19c.9 0 1.75-.19 2.53-.5-.61-.51-1.1-1.07-1.49-1.63-.33.08-.68.13-1.04.13-2.76 0-5-2.24-5-5s2.24-5 5-5c.36 0 .71.05 1.04.13.39-.56.88-1.12 1.49-1.63C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7z"})]
"JoinRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/join_right_two_tone.cljs
================================================
(ns reagent-mui.icons.join-right-two-tone
"Imports @mui/icons-material/JoinRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def join-right-two-tone (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "12", "rx" "3", "ry" "5.74"}) (e "path" #js {"d" "M16.5 12c0 .97-.23 4.16-3.03 6.5.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7c-.9 0-1.75.19-2.53.5 2.8 2.34 3.03 5.53 3.03 6.5zM8 19c.9 0 1.75-.19 2.53-.5-.61-.51-1.1-1.07-1.49-1.63-.33.08-.68.13-1.04.13-2.76 0-5-2.24-5-5s2.24-5 5-5c.36 0 .71.05 1.04.13.39-.56.88-1.12 1.49-1.63C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7z"})]
"JoinRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/kayaking.cljs
================================================
(ns reagent-mui.icons.kayaking
"Imports @mui/icons-material/Kayaking as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kayaking (create-svg-icon (e "path" #js {"d" "M21 23c-1.03 0-2.06-.25-3-.75-1.89 1-4.11 1-6 0-1.89 1-4.11 1-6 0-.95.5-1.97.75-3 .75H2v-2h1c1.04 0 2.08-.35 3-1 1.83 1.3 4.17 1.3 6 0 1.83 1.3 4.17 1.3 6 0 .91.65 1.96 1 3 1h1v2h-1zM12 5.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 12s-1.52.71-3.93 1.37c-.82-.23-1.53-.75-2.07-1.37-.73.84-1.8 1.5-3 1.5s-2.27-.66-3-1.5c-.73.84-1.8 1.5-3 1.5s-2.27-.66-3-1.5c-.54.61-1.25 1.13-2.07 1.37C1.52 18.21 0 17.5 0 17.5s2.93-1.36 7.13-2.08l1.35-4.17c.31-.95 1.32-1.47 2.27-1.16.09.03.19.07.27.11l2.47 1.3 2.84-1.5 1.65-3.71-.51-1.32L18.8 2 22 3.43 20.67 6.4l-1.31.5-3.72 8.34c4.85.63 8.36 2.26 8.36 2.26zm-8.98-4.54-1.52.8-1.75-.92-.71 2.17c.32 0 .64-.01.96-.01.71 0 1.4.03 2.07.08l.95-2.12z"})
"Kayaking"))
================================================
FILE: src/icons/reagent_mui/icons/kayaking_outlined.cljs
================================================
(ns reagent-mui.icons.kayaking-outlined
"Imports @mui/icons-material/KayakingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kayaking-outlined (create-svg-icon (e "path" #js {"d" "M21 23c-1.03 0-2.06-.25-3-.75-1.89 1-4.11 1-6 0-1.89 1-4.11 1-6 0-.95.5-1.97.75-3 .75H2v-2h1c1.04 0 2.08-.35 3-1 1.83 1.3 4.17 1.3 6 0 1.83 1.3 4.17 1.3 6 0 .91.65 1.96 1 3 1h1v2h-1zM12 5.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 12s-1.52.71-3.93 1.37c-.82-.23-1.53-.75-2.07-1.37-.73.84-1.8 1.5-3 1.5s-2.27-.66-3-1.5c-.73.84-1.8 1.5-3 1.5s-2.27-.66-3-1.5c-.54.61-1.25 1.13-2.07 1.37C1.52 18.21 0 17.5 0 17.5s2.93-1.36 7.13-2.08l1.35-4.17c.31-.95 1.32-1.47 2.27-1.16.09.03.19.07.27.11l2.47 1.3 2.84-1.5 1.65-3.71-.51-1.32L18.8 2 22 3.43 20.67 6.4l-1.31.5-3.72 8.34c4.85.63 8.36 2.26 8.36 2.26zm-8.98-4.54-1.52.8-1.75-.92-.71 2.17c.32 0 .64-.01.96-.01.71 0 1.4.03 2.07.08l.95-2.12z"})
"KayakingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/kayaking_rounded.cljs
================================================
(ns reagent-mui.icons.kayaking-rounded
"Imports @mui/icons-material/KayakingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kayaking-rounded (create-svg-icon (e "path" #js {"d" "M2 22c0-.55.45-1 1-1 .87 0 1.73-.24 2.53-.7.29-.16.65-.17.94 0 1.59.9 3.48.9 5.06 0 .29-.16.65-.16.94 0 1.59.9 3.48.9 5.06 0 .29-.16.65-.16.94 0 .8.46 1.66.7 2.53.7.55 0 1 .45 1 1s-.45 1-1 1c-1.03 0-2.06-.25-3-.75-1.92 1.02-4.18 1-6.09-.05-1.79.87-3.92.98-5.58-.14C5.3 22.69 4.15 23 3 23c-.55 0-1-.45-1-1zM12 5.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm9.47 12.95c-.42.14-.9.28-1.41.42-.53-.15-1.03-.43-1.45-.77-.35-.29-.87-.29-1.23 0-.66.53-1.48.9-2.38.9s-1.72-.37-2.39-.91c-.35-.28-.87-.28-1.22 0-.67.54-1.49.91-2.39.91s-1.72-.37-2.39-.91c-.35-.29-.87-.28-1.23 0-.43.35-.92.62-1.45.77-.51-.14-.98-.28-1.4-.42-.92-.3-.92-1.6 0-1.9 1.21-.39 2.79-.82 4.6-1.13l1.35-4.17c.31-.95 1.32-1.47 2.27-1.16.09.03.19.07.27.11l2.47 1.3 2.84-1.5 1.65-3.71-.36-.93c-.1-.25-.09-.52.02-.76l.74-1.68c.22-.51.82-.73 1.32-.51l1.37.61c.5.23.73.82.5 1.32l-.75 1.68c-.11.24-.31.43-.56.53l-.9.36-3.72 8.34c2.33.3 4.35.84 5.82 1.31.93.3.94 1.6.01 1.9zm-6.45-5.49-.59.31c-.58.31-1.28.31-1.86 0l-.81-.43-.71 2.17c.31 0 .63-.01.95-.01.71 0 1.4.03 2.07.08l.95-2.12z"})
"KayakingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/kayaking_sharp.cljs
================================================
(ns reagent-mui.icons.kayaking-sharp
"Imports @mui/icons-material/KayakingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kayaking-sharp (create-svg-icon (e "path" #js {"d" "M21 23c-1.03 0-2.06-.25-3-.75-1.89 1-4.11 1-6 0-1.89 1-4.11 1-6 0-.95.5-1.97.75-3 .75H2v-2h1c1.04 0 2.08-.35 3-1 1.83 1.3 4.17 1.3 6 0 1.83 1.3 4.17 1.3 6 0 .91.65 1.96 1 3 1h1v2h-1zM12 5.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 12s-1.52.71-3.93 1.37c-.82-.23-1.53-.75-2.07-1.37-.73.84-1.8 1.5-3 1.5s-2.27-.66-3-1.5c-.73.84-1.8 1.5-3 1.5s-2.27-.66-3-1.5c-.54.61-1.25 1.13-2.07 1.37C1.52 18.21 0 17.5 0 17.5s2.93-1.36 7.13-2.08l1.35-4.17c.31-.95 1.32-1.47 2.27-1.16.09.03.19.07.27.11l2.47 1.3 2.84-1.5 1.65-3.71-.51-1.32L18.8 2 22 3.43 20.67 6.4l-1.31.5-3.72 8.34c4.85.63 8.36 2.26 8.36 2.26zm-8.98-4.54-1.52.8-1.75-.92-.71 2.17c.32 0 .64-.01.96-.01.71 0 1.4.03 2.07.08l.95-2.12z"})
"KayakingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/kayaking_two_tone.cljs
================================================
(ns reagent-mui.icons.kayaking-two-tone
"Imports @mui/icons-material/KayakingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kayaking-two-tone (create-svg-icon (e "path" #js {"d" "M21 23c-1.03 0-2.06-.25-3-.75-1.89 1-4.11 1-6 0-1.89 1-4.11 1-6 0-.95.5-1.97.75-3 .75H2v-2h1c1.04 0 2.08-.35 3-1 1.83 1.3 4.17 1.3 6 0 1.83 1.3 4.17 1.3 6 0 .91.65 1.96 1 3 1h1v2h-1zM12 5.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 12s-1.52.71-3.93 1.37c-.82-.23-1.53-.75-2.07-1.37-.73.84-1.8 1.5-3 1.5s-2.27-.66-3-1.5c-.73.84-1.8 1.5-3 1.5s-2.27-.66-3-1.5c-.54.61-1.25 1.13-2.07 1.37C1.52 18.21 0 17.5 0 17.5s2.93-1.36 7.13-2.08l1.35-4.17c.31-.95 1.32-1.47 2.27-1.16.09.03.19.07.27.11l2.47 1.3 2.84-1.5 1.65-3.71-.51-1.32L18.8 2 22 3.43 20.67 6.4l-1.31.5-3.72 8.34c4.85.63 8.36 2.26 8.36 2.26zm-8.98-4.54-1.52.8-1.75-.92-.71 2.17c.32 0 .64-.01.96-.01.71 0 1.4.03 2.07.08l.95-2.12z"})
"KayakingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/kebab_dining.cljs
================================================
(ns reagent-mui.icons.kebab-dining
"Imports @mui/icons-material/KebabDining as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kebab-dining (create-svg-icon (e "path" #js {"d" "M7.75 8H11v5H7.75v1h.75c1.38 0 2.5 1.12 2.5 2.5S9.88 19 8.5 19h-.75v4h-1.5v-4H5.5C4.12 19 3 17.88 3 16.5S4.12 14 5.5 14h.75v-1H3V8h3.25V7H5.5C4.12 7 3 5.88 3 4.5S4.12 2 5.5 2h.75V1h1.5v1h.75C9.88 2 11 3.12 11 4.5S9.88 7 8.5 7h-.75v1zm10-1h.75C19.88 7 21 5.88 21 4.5S19.88 2 18.5 2h-.75V1h-1.5v1h-.75C14.12 2 13 3.12 13 4.5S14.12 7 15.5 7h.75v1H13v5h3.25v1h-.75c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5h.75v4h1.5v-4h.75c1.38 0 2.5-1.12 2.5-2.5S19.88 14 18.5 14h-.75v-1H21V8h-3.25V7z"})
"KebabDining"))
================================================
FILE: src/icons/reagent_mui/icons/kebab_dining_outlined.cljs
================================================
(ns reagent-mui.icons.kebab-dining-outlined
"Imports @mui/icons-material/KebabDiningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kebab-dining-outlined (create-svg-icon (e "path" #js {"d" "M17.75 7h.75C19.88 7 21 5.88 21 4.5S19.88 2 18.5 2h-.75V1h-1.5v1h-.75C14.12 2 13 3.12 13 4.5S14.12 7 15.5 7h.75v1H13v5h3.25v1h-.75c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5h.75v4h1.5v-4h.75c1.38 0 2.5-1.12 2.5-2.5S19.88 14 18.5 14h-.75v-1H21V8h-3.25V7zM15.5 5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3zm3 11c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3zm.5-6v1h-4v-1h4zM7.75 7h.75C9.88 7 11 5.88 11 4.5S9.88 2 8.5 2h-.75V1h-1.5v1H5.5C4.12 2 3 3.12 3 4.5S4.12 7 5.5 7h.75v1H3v5h3.25v1H5.5C4.12 14 3 15.12 3 16.5S4.12 19 5.5 19h.75v4h1.5v-4h.75c1.38 0 2.5-1.12 2.5-2.5S9.88 14 8.5 14h-.75v-1H11V8H7.75V7zM5.5 5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3zm3 11c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3zm.5-6v1H5v-1h4z"})
"KebabDiningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/kebab_dining_rounded.cljs
================================================
(ns reagent-mui.icons.kebab-dining-rounded
"Imports @mui/icons-material/KebabDiningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kebab-dining-rounded (create-svg-icon (e "path" #js {"d" "M7.75 13v1h.75c1.38 0 2.5 1.12 2.5 2.5S9.88 19 8.5 19h-.75v3.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V19H5.5C4.12 19 3 17.88 3 16.5S4.12 14 5.5 14h.75v-1H4c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1h2.25V7H5.5C4.12 7 3 5.88 3 4.5S4.12 2 5.5 2h.75v-.25c0-.41.34-.75.75-.75s.75.34.75.75V2h.75C9.88 2 11 3.12 11 4.5S9.88 7 8.5 7h-.75v1H10c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1H7.75zm10 0v1h.75c1.38 0 2.5 1.12 2.5 2.5S19.88 19 18.5 19h-.75v3.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V19h-.75c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5h.75v-1H14c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1h2.25V7h-.75C14.12 7 13 5.88 13 4.5S14.12 2 15.5 2h.75v-.25c0-.41.34-.75.75-.75s.75.34.75.75V2h.75C19.88 2 21 3.12 21 4.5S19.88 7 18.5 7h-.75v1H20c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-2.25z"})
"KebabDiningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/kebab_dining_sharp.cljs
================================================
(ns reagent-mui.icons.kebab-dining-sharp
"Imports @mui/icons-material/KebabDiningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kebab-dining-sharp (create-svg-icon (e "path" #js {"d" "M7.75 8H11v5H7.75v1h.75c1.38 0 2.5 1.12 2.5 2.5S9.88 19 8.5 19h-.75v4h-1.5v-4H5.5C4.12 19 3 17.88 3 16.5S4.12 14 5.5 14h.75v-1H3V8h3.25V7H5.5C4.12 7 3 5.88 3 4.5S4.12 2 5.5 2h.75V1h1.5v1h.75C9.88 2 11 3.12 11 4.5S9.88 7 8.5 7h-.75v1zm10-1h.75C19.88 7 21 5.88 21 4.5S19.88 2 18.5 2h-.75V1h-1.5v1h-.75C14.12 2 13 3.12 13 4.5S14.12 7 15.5 7h.75v1H13v5h3.25v1h-.75c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5h.75v4h1.5v-4h.75c1.38 0 2.5-1.12 2.5-2.5S19.88 14 18.5 14h-.75v-1H21V8h-3.25V7z"})
"KebabDiningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/kebab_dining_two_tone.cljs
================================================
(ns reagent-mui.icons.kebab-dining-two-tone
"Imports @mui/icons-material/KebabDiningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kebab-dining-two-tone (create-svg-icon [(e "path" #js {"d" "M15.5 5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3zm3 11c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3zm.5-6v1h-4v-1h4zM5.5 5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3zm3 11c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3zm.5-6v1H5v-1h4z", "opacity" ".3"}) (e "path" #js {"d" "M17.75 7h.75C19.88 7 21 5.88 21 4.5S19.88 2 18.5 2h-.75V1h-1.5v1h-.75C14.12 2 13 3.12 13 4.5S14.12 7 15.5 7h.75v1H13v5h3.25v1h-.75c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5h.75v4h1.5v-4h.75c1.38 0 2.5-1.12 2.5-2.5S19.88 14 18.5 14h-.75v-1H21V8h-3.25V7zM15.5 5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3zm3 11c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3zm.5-6v1h-4v-1h4zM7.75 7h.75C9.88 7 11 5.88 11 4.5S9.88 2 8.5 2h-.75V1h-1.5v1H5.5C4.12 2 3 3.12 3 4.5S4.12 7 5.5 7h.75v1H3v5h3.25v1H5.5C4.12 14 3 15.12 3 16.5S4.12 19 5.5 19h.75v4h1.5v-4h.75c1.38 0 2.5-1.12 2.5-2.5S9.88 14 8.5 14h-.75v-1H11V8H7.75V7zM5.5 5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3zm3 11c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3zm.5-6v1H5v-1h4z"})]
"KebabDiningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/key.cljs
================================================
(ns reagent-mui.icons.key
"Imports @mui/icons-material/Key as a Reagent component."
(:refer-clojure :exclude [key])
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def key (create-svg-icon (e "path" #js {"d" "M21 10h-8.35C11.83 7.67 9.61 6 7 6c-3.31 0-6 2.69-6 6s2.69 6 6 6c2.61 0 4.83-1.67 5.65-4H13l2 2 2-2 2 2 4-4.04L21 10zM7 15c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"})
"Key"))
================================================
FILE: src/icons/reagent_mui/icons/key_off.cljs
================================================
(ns reagent-mui.icons.key-off
"Imports @mui/icons-material/KeyOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def key-off (create-svg-icon (e "path" #js {"d" "M16.91 14.09 17 14l2 2 4-4.04L21 10h-8.17l4.08 4.09zM3.98 6.81C2.2 7.85 1 9.79 1 12c0 3.31 2.69 6 6 6 2.21 0 4.15-1.2 5.18-2.99l7.59 7.59 1.41-1.41L2.81 2.81 1.39 4.22l2.59 2.59zm5.93 5.93C9.58 14.03 8.4 15 7 15c-1.65 0-3-1.35-3-3 0-1.4.97-2.58 2.26-2.91l3.65 3.65z"})
"KeyOff"))
================================================
FILE: src/icons/reagent_mui/icons/key_off_outlined.cljs
================================================
(ns reagent-mui.icons.key-off-outlined
"Imports @mui/icons-material/KeyOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def key-off-outlined (create-svg-icon (e "path" #js {"d" "m10.7 13.53-1.71-1.71c.01.06.01.12.01.18 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.06 0 .12 0 .18.01L5.47 8.3C4.02 8.9 3 10.33 3 12c0 2.21 1.79 4 4 4 1.67 0 3.1-1.02 3.7-2.47zm1.49 1.49C11.15 16.8 9.21 18 7 18c-3.31 0-6-2.69-6-6 0-2.21 1.2-4.15 2.98-5.19L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41-7.58-7.58zm4.07-1.59 1.24-.93 1.81 1.36L21.17 12l-1-1h-6.34l-2-2H21l3 3-4.5 4.5-.69-.51-2.55-2.56z"})
"KeyOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/key_off_rounded.cljs
================================================
(ns reagent-mui.icons.key-off-rounded
"Imports @mui/icons-material/KeyOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def key-off-rounded (create-svg-icon (e "path" #js {"d" "m12.83 10 4.09 4.09L17 14l1.29 1.29c.39.39 1.03.39 1.42 0l2.59-2.61c.39-.39.39-1.03-.01-1.42l-.99-.97c-.2-.19-.45-.29-.71-.29h-7.76zm6.24 11.9c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L3.98 6.8C2.2 7.85 1 9.79 1 12c0 3.31 2.69 6 6 6 2.21 0 4.15-1.2 5.18-2.99l6.89 6.89zm-9.16-9.16C9.58 14.03 8.4 15 7 15c-1.65 0-3-1.35-3-3 0-1.4.97-2.58 2.26-2.91l3.65 3.65z"})
"KeyOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/key_off_sharp.cljs
================================================
(ns reagent-mui.icons.key-off-sharp
"Imports @mui/icons-material/KeyOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def key-off-sharp (create-svg-icon (e "path" #js {"d" "M16.91 14.09 17 14l2 2 4-4.04L21 10h-8.17l4.08 4.09zM3.98 6.81C2.2 7.85 1 9.79 1 12c0 3.31 2.69 6 6 6 2.21 0 4.15-1.2 5.18-2.99l7.59 7.59 1.41-1.41L2.81 2.81 1.39 4.22l2.59 2.59zm5.93 5.93C9.58 14.03 8.4 15 7 15c-1.65 0-3-1.35-3-3 0-1.4.97-2.58 2.26-2.91l3.65 3.65z"})
"KeyOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/key_off_two_tone.cljs
================================================
(ns reagent-mui.icons.key-off-two-tone
"Imports @mui/icons-material/KeyOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def key-off-two-tone (create-svg-icon [(e "path" #js {"d" "m10.7 13.53-1.71-1.71c.01.06.01.12.01.18 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.06 0 .12 0 .18.01L5.47 8.3C4.02 8.9 3 10.33 3 12c0 2.21 1.79 4 4 4 1.67 0 3.1-1.02 3.7-2.47zm5.56-.1 1.24-.93 1.81 1.36L21.17 12l-1-1h-6.34l2.43 2.43z", "opacity" ".3"}) (e "path" #js {"d" "m10.7 13.53-1.71-1.71c.01.06.01.12.01.18 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.06 0 .12 0 .18.01L5.47 8.3C4.02 8.9 3 10.33 3 12c0 2.21 1.79 4 4 4 1.67 0 3.1-1.02 3.7-2.47zm1.49 1.49C11.15 16.8 9.21 18 7 18c-3.31 0-6-2.69-6-6 0-2.21 1.2-4.15 2.98-5.19L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41-7.58-7.58zm4.07-1.59 1.24-.93 1.81 1.36L21.17 12l-1-1h-6.34l-2-2H21l3 3-4.5 4.5-.69-.51-2.55-2.56z"})]
"KeyOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/key_outlined.cljs
================================================
(ns reagent-mui.icons.key-outlined
"Imports @mui/icons-material/KeyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def key-outlined (create-svg-icon (e "path" #js {"d" "M21 10h-8.35C11.83 7.67 9.61 6 7 6c-3.31 0-6 2.69-6 6s2.69 6 6 6c2.61 0 4.83-1.67 5.65-4H13l2 2 2-2 2 2 4-4.04L21 10zM7 15c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"})
"KeyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/key_rounded.cljs
================================================
(ns reagent-mui.icons.key-rounded
"Imports @mui/icons-material/KeyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def key-rounded (create-svg-icon (e "path" #js {"d" "M20.59 10h-7.94c-.95-2.69-3.76-4.5-6.88-3.88-2.29.46-4.15 2.3-4.63 4.58C.32 14.58 3.26 18 7 18c2.61 0 4.83-1.67 5.65-4H13l1.29 1.29c.39.39 1.02.39 1.41 0L17 14l1.29 1.29c.39.39 1.03.39 1.42 0l2.59-2.61c.39-.39.39-1.03-.01-1.42l-.99-.97c-.2-.19-.45-.29-.71-.29zM7 15c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"})
"KeyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/key_sharp.cljs
================================================
(ns reagent-mui.icons.key-sharp
"Imports @mui/icons-material/KeySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def key-sharp (create-svg-icon (e "path" #js {"d" "M21 10h-8.35C11.83 7.67 9.61 6 7 6c-3.31 0-6 2.69-6 6s2.69 6 6 6c2.61 0 4.83-1.67 5.65-4H13l2 2 2-2 2 2 4-4.04L21 10zM7 15c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"})
"KeySharp"))
================================================
FILE: src/icons/reagent_mui/icons/key_two_tone.cljs
================================================
(ns reagent-mui.icons.key-two-tone
"Imports @mui/icons-material/KeyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def key-two-tone (create-svg-icon (e "path" #js {"d" "M21 10h-8.35C11.83 7.67 9.61 6 7 6c-3.31 0-6 2.69-6 6s2.69 6 6 6c2.61 0 4.83-1.67 5.65-4H13l2 2 2-2 2 2 4-4.04L21 10zM7 15c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"})
"KeyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard.cljs
================================================
(ns reagent-mui.icons.keyboard
"Imports @mui/icons-material/Keyboard as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard (create-svg-icon (e "path" #js {"d" "M20 5H4c-1.1 0-1.99.9-1.99 2L2 17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-9 3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zm-1 2H5v-2h2v2zm0-3H5V8h2v2zm9 7H8v-2h8v2zm0-4h-2v-2h2v2zm0-3h-2V8h2v2zm3 3h-2v-2h2v2zm0-3h-2V8h2v2z"})
"Keyboard"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_alt.cljs
================================================
(ns reagent-mui.icons.keyboard-alt
"Imports @mui/icons-material/KeyboardAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-alt (create-svg-icon (e "path" #js {"d" "M21 4H3c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7 12v2H5v-2h2zm-2-2V8h2v2H5zm6 2v2H9v-2h2zm-2-2V8h2v2H9zm7 6v1H8v-1h8zm-1-4v2h-2v-2h2zm-2-2V8h2v2h-2zm4 4v-2h2v2h-2zm2-4h-2V8h2v2z"})
"KeyboardAlt"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_alt_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-alt-outlined
"Imports @mui/icons-material/KeyboardAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-alt-outlined (create-svg-icon (e "path" #js {"d" "M21 4H3c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 15H3V6h18v13zM9 8h2v2H9V8zM5 8h2v2H5V8zm3 8h8v1H8v-1zm5-8h2v2h-2V8zm-4 4h2v2H9v-2zm-4 0h2v2H5v-2zm8 0h2v2h-2v-2zm4-4h2v2h-2V8zm0 4h2v2h-2v-2z"})
"KeyboardAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_alt_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-alt-rounded
"Imports @mui/icons-material/KeyboardAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-alt-rounded (create-svg-icon (e "path" #js {"d" "M21 4H3c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7 12v2H5v-2h2zm-2-2V8h2v2H5zm6 2v2H9v-2h2zm-2-2V8h2v2H9zm7 6.5c0 .28-.22.5-.5.5h-7c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h7c.28 0 .5.22.5.5zM15 12v2h-2v-2h2zm-2-2V8h2v2h-2zm4 4v-2h2v2h-2zm2-4h-2V8h2v2z"})
"KeyboardAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_alt_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-alt-sharp
"Imports @mui/icons-material/KeyboardAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-alt-sharp (create-svg-icon (e "path" #js {"d" "M23 4H1v17h22V4zM7 12v2H5v-2h2zm-2-2V8h2v2H5zm6 2v2H9v-2h2zm-2-2V8h2v2H9zm7 6v1H8v-1h8zm-1-4v2h-2v-2h2zm-2-2V8h2v2h-2zm4 4v-2h2v2h-2zm2-4h-2V8h2v2z"})
"KeyboardAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-alt-two-tone
"Imports @mui/icons-material/KeyboardAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M3 19h18V6H3v13zM17 8h2v2h-2V8zm0 4h2v2h-2v-2zm-4-4h2v2h-2V8zm0 4h2v2h-2v-2zM9 8h2v2H9V8zm0 4h2v2H9v-2zm-1 4h8v1H8v-1zM5 8h2v2H5V8zm0 4h2v2H5v-2z", "opacity" ".3"}) (e "path" #js {"d" "M21 4H3c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 15H3V6h18v13z"}) (e "path" #js {"d" "M9 8h2v2H9zM5 8h2v2H5zm3 8h8v1H8zm5-8h2v2h-2zm-4 4h2v2H9zm-4 0h2v2H5zm8 0h2v2h-2zm4-4h2v2h-2zm0 4h2v2h-2z"})]
"KeyboardAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_down.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-down
"Imports @mui/icons-material/KeyboardArrowDown as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-down (create-svg-icon (e "path" #js {"d" "M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"})
"KeyboardArrowDown"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_down_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-down-outlined
"Imports @mui/icons-material/KeyboardArrowDownOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-down-outlined (create-svg-icon (e "path" #js {"d" "M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"})
"KeyboardArrowDownOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_down_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-down-rounded
"Imports @mui/icons-material/KeyboardArrowDownRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-down-rounded (create-svg-icon (e "path" #js {"d" "M8.12 9.29 12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7a.9959.9959 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0z"})
"KeyboardArrowDownRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_down_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-down-sharp
"Imports @mui/icons-material/KeyboardArrowDownSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-down-sharp (create-svg-icon (e "path" #js {"d" "M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"})
"KeyboardArrowDownSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_down_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-down-two-tone
"Imports @mui/icons-material/KeyboardArrowDownTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-down-two-tone (create-svg-icon (e "path" #js {"d" "M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"})
"KeyboardArrowDownTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_left.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-left
"Imports @mui/icons-material/KeyboardArrowLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-left (create-svg-icon (e "path" #js {"d" "M15.41 16.59 10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"})
"KeyboardArrowLeft"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_left_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-left-outlined
"Imports @mui/icons-material/KeyboardArrowLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-left-outlined (create-svg-icon (e "path" #js {"d" "M15.41 16.59 10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"})
"KeyboardArrowLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_left_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-left-rounded
"Imports @mui/icons-material/KeyboardArrowLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-left-rounded (create-svg-icon (e "path" #js {"d" "M14.71 15.88 10.83 12l3.88-3.88c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L8.71 11.3c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0 .38-.39.39-1.03 0-1.42z"})
"KeyboardArrowLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_left_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-left-sharp
"Imports @mui/icons-material/KeyboardArrowLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-left-sharp (create-svg-icon (e "path" #js {"d" "M15.41 16.59 10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"})
"KeyboardArrowLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_left_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-left-two-tone
"Imports @mui/icons-material/KeyboardArrowLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-left-two-tone (create-svg-icon (e "path" #js {"d" "M15.41 16.59 10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"})
"KeyboardArrowLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_right.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-right
"Imports @mui/icons-material/KeyboardArrowRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-right (create-svg-icon (e "path" #js {"d" "M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"})
"KeyboardArrowRight"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_right_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-right-outlined
"Imports @mui/icons-material/KeyboardArrowRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-right-outlined (create-svg-icon (e "path" #js {"d" "M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"})
"KeyboardArrowRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_right_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-right-rounded
"Imports @mui/icons-material/KeyboardArrowRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-right-rounded (create-svg-icon (e "path" #js {"d" "M9.29 15.88 13.17 12 9.29 8.12a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l4.59 4.59c.39.39.39 1.02 0 1.41L10.7 17.3c-.39.39-1.02.39-1.41 0-.38-.39-.39-1.03 0-1.42z"})
"KeyboardArrowRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_right_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-right-sharp
"Imports @mui/icons-material/KeyboardArrowRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-right-sharp (create-svg-icon (e "path" #js {"d" "M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"})
"KeyboardArrowRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_right_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-right-two-tone
"Imports @mui/icons-material/KeyboardArrowRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-right-two-tone (create-svg-icon (e "path" #js {"d" "M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"})
"KeyboardArrowRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_up.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-up
"Imports @mui/icons-material/KeyboardArrowUp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-up (create-svg-icon (e "path" #js {"d" "M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z"})
"KeyboardArrowUp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_up_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-up-outlined
"Imports @mui/icons-material/KeyboardArrowUpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-up-outlined (create-svg-icon (e "path" #js {"d" "M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6 1.41 1.41z"})
"KeyboardArrowUpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_up_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-up-rounded
"Imports @mui/icons-material/KeyboardArrowUpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-up-rounded (create-svg-icon (e "path" #js {"d" "M8.12 14.71 12 10.83l3.88 3.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 8.71a.9959.9959 0 0 0-1.41 0L6.7 13.3c-.39.39-.39 1.02 0 1.41.39.38 1.03.39 1.42 0z"})
"KeyboardArrowUpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_up_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-up-sharp
"Imports @mui/icons-material/KeyboardArrowUpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-up-sharp (create-svg-icon (e "path" #js {"d" "M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6 1.41 1.41z"})
"KeyboardArrowUpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_arrow_up_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-arrow-up-two-tone
"Imports @mui/icons-material/KeyboardArrowUpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-arrow-up-two-tone (create-svg-icon (e "path" #js {"d" "M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6 1.41 1.41z"})
"KeyboardArrowUpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_backspace.cljs
================================================
(ns reagent-mui.icons.keyboard-backspace
"Imports @mui/icons-material/KeyboardBackspace as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-backspace (create-svg-icon (e "path" #js {"d" "M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21z"})
"KeyboardBackspace"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_backspace_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-backspace-outlined
"Imports @mui/icons-material/KeyboardBackspaceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-backspace-outlined (create-svg-icon (e "path" #js {"d" "M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21v-2z"})
"KeyboardBackspaceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_backspace_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-backspace-rounded
"Imports @mui/icons-material/KeyboardBackspaceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-backspace-rounded (create-svg-icon (e "path" #js {"d" "M20 11H6.83l2.88-2.88c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L3.71 11.3c-.39.39-.39 1.02 0 1.41L8.3 17.3c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L6.83 13H20c.55 0 1-.45 1-1s-.45-1-1-1z"})
"KeyboardBackspaceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_backspace_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-backspace-sharp
"Imports @mui/icons-material/KeyboardBackspaceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-backspace-sharp (create-svg-icon (e "path" #js {"d" "M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21v-2z"})
"KeyboardBackspaceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_backspace_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-backspace-two-tone
"Imports @mui/icons-material/KeyboardBackspaceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-backspace-two-tone (create-svg-icon (e "path" #js {"d" "M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21v-2z"})
"KeyboardBackspaceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_capslock.cljs
================================================
(ns reagent-mui.icons.keyboard-capslock
"Imports @mui/icons-material/KeyboardCapslock as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-capslock (create-svg-icon (e "path" #js {"d" "M12 8.41 16.59 13 18 11.59l-6-6-6 6L7.41 13 12 8.41zM6 18h12v-2H6v2z"})
"KeyboardCapslock"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_capslock_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-capslock-outlined
"Imports @mui/icons-material/KeyboardCapslockOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-capslock-outlined (create-svg-icon (e "path" #js {"d" "M12 8.41 16.59 13 18 11.59l-6-6-6 6L7.41 13 12 8.41zM6 18h12v-2H6v2z"})
"KeyboardCapslockOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_capslock_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-capslock-rounded
"Imports @mui/icons-material/KeyboardCapslockRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-capslock-rounded (create-svg-icon (e "path" #js {"d" "m12 8.41 3.89 3.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.71 6.3a.9959.9959 0 0 0-1.41 0l-4.6 4.59c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 8.41zM7 18h10c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1z"})
"KeyboardCapslockRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_capslock_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-capslock-sharp
"Imports @mui/icons-material/KeyboardCapslockSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-capslock-sharp (create-svg-icon (e "path" #js {"d" "M12 8.41 16.59 13 18 11.59l-6-6-6 6L7.41 13 12 8.41zM6 18h12v-2H6v2z"})
"KeyboardCapslockSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_capslock_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-capslock-two-tone
"Imports @mui/icons-material/KeyboardCapslockTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-capslock-two-tone (create-svg-icon (e "path" #js {"d" "M12 8.41 16.59 13 18 11.59l-6-6-6 6L7.41 13 12 8.41zM6 18h12v-2H6v2z"})
"KeyboardCapslockTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_command_key.cljs
================================================
(ns reagent-mui.icons.keyboard-command-key
"Imports @mui/icons-material/KeyboardCommandKey as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-command-key (create-svg-icon (e "path" #js {"d" "M17.5 3C15.57 3 14 4.57 14 6.5V8h-4V6.5C10 4.57 8.43 3 6.5 3S3 4.57 3 6.5 4.57 10 6.5 10H8v4H6.5C4.57 14 3 15.57 3 17.5S4.57 21 6.5 21s3.5-1.57 3.5-3.5V16h4v1.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5H16v-4h1.5c1.93 0 3.5-1.57 3.5-3.5S19.43 3 17.5 3zM16 8V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S18.33 8 17.5 8H16zM6.5 8C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5 8 5.67 8 6.5V8H6.5zm3.5 6v-4h4v4h-4zm7.5 5c-.83 0-1.5-.67-1.5-1.5V16h1.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5zm-11 0c-.83 0-1.5-.67-1.5-1.5S5.67 16 6.5 16H8v1.5c0 .83-.67 1.5-1.5 1.5z"})
"KeyboardCommandKey"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_command_key_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-command-key-outlined
"Imports @mui/icons-material/KeyboardCommandKeyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-command-key-outlined (create-svg-icon (e "path" #js {"d" "M17.5 3C15.57 3 14 4.57 14 6.5V8h-4V6.5C10 4.57 8.43 3 6.5 3S3 4.57 3 6.5 4.57 10 6.5 10H8v4H6.5C4.57 14 3 15.57 3 17.5S4.57 21 6.5 21s3.5-1.57 3.5-3.5V16h4v1.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5H16v-4h1.5c1.93 0 3.5-1.57 3.5-3.5S19.43 3 17.5 3zM16 8V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S18.33 8 17.5 8H16zM6.5 8C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5 8 5.67 8 6.5V8H6.5zm3.5 6v-4h4v4h-4zm7.5 5c-.83 0-1.5-.67-1.5-1.5V16h1.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5zm-11 0c-.83 0-1.5-.67-1.5-1.5S5.67 16 6.5 16H8v1.5c0 .83-.67 1.5-1.5 1.5z"})
"KeyboardCommandKeyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_command_key_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-command-key-rounded
"Imports @mui/icons-material/KeyboardCommandKeyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-command-key-rounded (create-svg-icon (e "path" #js {"d" "M17.5 3C15.57 3 14 4.57 14 6.5V8h-4V6.5C10 4.57 8.43 3 6.5 3S3 4.57 3 6.5 4.57 10 6.5 10H8v4H6.5C4.57 14 3 15.57 3 17.5S4.57 21 6.5 21s3.5-1.57 3.5-3.5V16h4v1.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5H16v-4h1.5c1.93 0 3.5-1.57 3.5-3.5S19.43 3 17.5 3zM16 8V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S18.33 8 17.5 8H16zM6.5 8C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5 8 5.67 8 6.5V8H6.5zm3.5 6v-4h4v4h-4zm7.5 5c-.83 0-1.5-.67-1.5-1.5V16h1.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5zm-11 0c-.83 0-1.5-.67-1.5-1.5S5.67 16 6.5 16H8v1.5c0 .83-.67 1.5-1.5 1.5z"})
"KeyboardCommandKeyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_command_key_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-command-key-sharp
"Imports @mui/icons-material/KeyboardCommandKeySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-command-key-sharp (create-svg-icon (e "path" #js {"d" "M17.5 3C15.57 3 14 4.57 14 6.5V8h-4V6.5C10 4.57 8.43 3 6.5 3S3 4.57 3 6.5 4.57 10 6.5 10H8v4H6.5C4.57 14 3 15.57 3 17.5S4.57 21 6.5 21s3.5-1.57 3.5-3.5V16h4v1.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5H16v-4h1.5c1.93 0 3.5-1.57 3.5-3.5S19.43 3 17.5 3zM16 8V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S18.33 8 17.5 8H16zM6.5 8C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5 8 5.67 8 6.5V8H6.5zm3.5 6v-4h4v4h-4zm7.5 5c-.83 0-1.5-.67-1.5-1.5V16h1.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5zm-11 0c-.83 0-1.5-.67-1.5-1.5S5.67 16 6.5 16H8v1.5c0 .83-.67 1.5-1.5 1.5z"})
"KeyboardCommandKeySharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_command_key_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-command-key-two-tone
"Imports @mui/icons-material/KeyboardCommandKeyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-command-key-two-tone (create-svg-icon (e "path" #js {"d" "M17.5 3C15.57 3 14 4.57 14 6.5V8h-4V6.5C10 4.57 8.43 3 6.5 3S3 4.57 3 6.5 4.57 10 6.5 10H8v4H6.5C4.57 14 3 15.57 3 17.5S4.57 21 6.5 21s3.5-1.57 3.5-3.5V16h4v1.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5H16v-4h1.5c1.93 0 3.5-1.57 3.5-3.5S19.43 3 17.5 3zM16 8V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S18.33 8 17.5 8H16zM6.5 8C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5 8 5.67 8 6.5V8H6.5zm3.5 6v-4h4v4h-4zm7.5 5c-.83 0-1.5-.67-1.5-1.5V16h1.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5zm-11 0c-.83 0-1.5-.67-1.5-1.5S5.67 16 6.5 16H8v1.5c0 .83-.67 1.5-1.5 1.5z"})
"KeyboardCommandKeyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_control_key.cljs
================================================
(ns reagent-mui.icons.keyboard-control-key
"Imports @mui/icons-material/KeyboardControlKey as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-control-key (create-svg-icon (e "path" #js {"d" "m5 12 1.41 1.41L12 7.83l5.59 5.58L19 12l-7-7z"})
"KeyboardControlKey"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_control_key_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-control-key-outlined
"Imports @mui/icons-material/KeyboardControlKeyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-control-key-outlined (create-svg-icon (e "path" #js {"d" "m5 12 1.41 1.41L12 7.83l5.59 5.58L19 12l-7-7z"})
"KeyboardControlKeyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_control_key_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-control-key-rounded
"Imports @mui/icons-material/KeyboardControlKeyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-control-key-rounded (create-svg-icon (e "path" #js {"d" "M5.71 12.71c.39.39 1.02.39 1.41 0L12 7.83l4.88 4.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 5.71a.9959.9959 0 0 0-1.41 0L5.7 11.3c-.38.38-.38 1.02.01 1.41z"})
"KeyboardControlKeyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_control_key_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-control-key-sharp
"Imports @mui/icons-material/KeyboardControlKeySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-control-key-sharp (create-svg-icon (e "path" #js {"d" "m5 12 1.41 1.41L12 7.83l5.59 5.58L19 12l-7-7z"})
"KeyboardControlKeySharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_control_key_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-control-key-two-tone
"Imports @mui/icons-material/KeyboardControlKeyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-control-key-two-tone (create-svg-icon (e "path" #js {"d" "m5 12 1.41 1.41L12 7.83l5.59 5.58L19 12l-7-7z"})
"KeyboardControlKeyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_down.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-down
"Imports @mui/icons-material/KeyboardDoubleArrowDown as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-down (create-svg-icon [(e "path" #js {"d" "M18 6.41 16.59 5 12 9.58 7.41 5 6 6.41l6 6z"}) (e "path" #js {"d" "m18 13-1.41-1.41L12 16.17l-4.59-4.58L6 13l6 6z"})]
"KeyboardDoubleArrowDown"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_down_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-down-outlined
"Imports @mui/icons-material/KeyboardDoubleArrowDownOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-down-outlined (create-svg-icon [(e "path" #js {"d" "M18 6.41 16.59 5 12 9.58 7.41 5 6 6.41l6 6z"}) (e "path" #js {"d" "m18 13-1.41-1.41L12 16.17l-4.59-4.58L6 13l6 6z"})]
"KeyboardDoubleArrowDownOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_down_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-down-rounded
"Imports @mui/icons-material/KeyboardDoubleArrowDownRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-down-rounded (create-svg-icon [(e "path" #js {"d" "M17.29 5.71a.9959.9959 0 0 0-1.41 0L12 9.58 8.11 5.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.38.39-1.01 0-1.4z"}) (e "path" #js {"d" "M17.29 12.3a.9959.9959 0 0 0-1.41 0L12 16.17l-3.88-3.88a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.38-.38.38-1.01-.01-1.4z"})]
"KeyboardDoubleArrowDownRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_down_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-down-sharp
"Imports @mui/icons-material/KeyboardDoubleArrowDownSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-down-sharp (create-svg-icon [(e "path" #js {"d" "M18 6.41 16.59 5 12 9.58 7.41 5 6 6.41l6 6z"}) (e "path" #js {"d" "m18 13-1.41-1.41L12 16.17l-4.59-4.58L6 13l6 6z"})]
"KeyboardDoubleArrowDownSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_down_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-down-two-tone
"Imports @mui/icons-material/KeyboardDoubleArrowDownTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-down-two-tone (create-svg-icon [(e "path" #js {"d" "M18 6.41 16.59 5 12 9.58 7.41 5 6 6.41l6 6z"}) (e "path" #js {"d" "m18 13-1.41-1.41L12 16.17l-4.59-4.58L6 13l6 6z"})]
"KeyboardDoubleArrowDownTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_left.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-left
"Imports @mui/icons-material/KeyboardDoubleArrowLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-left (create-svg-icon [(e "path" #js {"d" "M17.59 18 19 16.59 14.42 12 19 7.41 17.59 6l-6 6z"}) (e "path" #js {"d" "m11 18 1.41-1.41L7.83 12l4.58-4.59L11 6l-6 6z"})]
"KeyboardDoubleArrowLeft"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_left_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-left-outlined
"Imports @mui/icons-material/KeyboardDoubleArrowLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-left-outlined (create-svg-icon [(e "path" #js {"d" "M17.59 18 19 16.59 14.42 12 19 7.41 17.59 6l-6 6z"}) (e "path" #js {"d" "m11 18 1.41-1.41L7.83 12l4.58-4.59L11 6l-6 6z"})]
"KeyboardDoubleArrowLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_left_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-left-rounded
"Imports @mui/icons-material/KeyboardDoubleArrowLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-left-rounded (create-svg-icon [(e "path" #js {"d" "M18.29 17.29c.39-.39.39-1.02 0-1.41L14.42 12l3.88-3.88c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L12.3 11.3c-.39.39-.39 1.02 0 1.41l4.59 4.59c.38.38 1.01.38 1.4-.01z"}) (e "path" #js {"d" "M11.7 17.29c.39-.39.39-1.02 0-1.41L7.83 12l3.88-3.88c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L5.71 11.3c-.39.39-.39 1.02 0 1.41l4.59 4.59c.38.38 1.01.38 1.4-.01z"})]
"KeyboardDoubleArrowLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_left_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-left-sharp
"Imports @mui/icons-material/KeyboardDoubleArrowLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-left-sharp (create-svg-icon [(e "path" #js {"d" "M17.59 18 19 16.59 14.42 12 19 7.41 17.59 6l-6 6z"}) (e "path" #js {"d" "m11 18 1.41-1.41L7.83 12l4.58-4.59L11 6l-6 6z"})]
"KeyboardDoubleArrowLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_left_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-left-two-tone
"Imports @mui/icons-material/KeyboardDoubleArrowLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-left-two-tone (create-svg-icon [(e "path" #js {"d" "M17.59 18 19 16.59 14.42 12 19 7.41 17.59 6l-6 6z"}) (e "path" #js {"d" "m11 18 1.41-1.41L7.83 12l4.58-4.59L11 6l-6 6z"})]
"KeyboardDoubleArrowLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_right.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-right
"Imports @mui/icons-material/KeyboardDoubleArrowRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-right (create-svg-icon [(e "path" #js {"d" "M6.41 6 5 7.41 9.58 12 5 16.59 6.41 18l6-6z"}) (e "path" #js {"d" "m13 6-1.41 1.41L16.17 12l-4.58 4.59L13 18l6-6z"})]
"KeyboardDoubleArrowRight"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_right_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-right-outlined
"Imports @mui/icons-material/KeyboardDoubleArrowRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-right-outlined (create-svg-icon [(e "path" #js {"d" "M6.41 6 5 7.41 9.58 12 5 16.59 6.41 18l6-6z"}) (e "path" #js {"d" "m13 6-1.41 1.41L16.17 12l-4.58 4.59L13 18l6-6z"})]
"KeyboardDoubleArrowRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_right_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-right-rounded
"Imports @mui/icons-material/KeyboardDoubleArrowRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-right-rounded (create-svg-icon [(e "path" #js {"d" "M5.7 6.71c-.39.39-.39 1.02 0 1.41L9.58 12 5.7 15.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41L7.12 6.71c-.39-.39-1.03-.39-1.42 0z"}) (e "path" #js {"d" "M12.29 6.71c-.39.39-.39 1.02 0 1.41L16.17 12l-3.88 3.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41L13.7 6.7c-.38-.38-1.02-.38-1.41.01z"})]
"KeyboardDoubleArrowRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_right_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-right-sharp
"Imports @mui/icons-material/KeyboardDoubleArrowRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-right-sharp (create-svg-icon [(e "path" #js {"d" "M6.41 6 5 7.41 9.58 12 5 16.59 6.41 18l6-6z"}) (e "path" #js {"d" "m13 6-1.41 1.41L16.17 12l-4.58 4.59L13 18l6-6z"})]
"KeyboardDoubleArrowRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_right_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-right-two-tone
"Imports @mui/icons-material/KeyboardDoubleArrowRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-right-two-tone (create-svg-icon [(e "path" #js {"d" "M6.41 6 5 7.41 9.58 12 5 16.59 6.41 18l6-6z"}) (e "path" #js {"d" "m13 6-1.41 1.41L16.17 12l-4.58 4.59L13 18l6-6z"})]
"KeyboardDoubleArrowRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_up.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-up
"Imports @mui/icons-material/KeyboardDoubleArrowUp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-up (create-svg-icon [(e "path" #js {"d" "M6 17.59 7.41 19 12 14.42 16.59 19 18 17.59l-6-6z"}) (e "path" #js {"d" "m6 11 1.41 1.41L12 7.83l4.59 4.58L18 11l-6-6z"})]
"KeyboardDoubleArrowUp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_up_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-up-outlined
"Imports @mui/icons-material/KeyboardDoubleArrowUpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-up-outlined (create-svg-icon [(e "path" #js {"d" "M6 17.59 7.41 19 12 14.42 16.59 19 18 17.59l-6-6z"}) (e "path" #js {"d" "m6 11 1.41 1.41L12 7.83l4.59 4.58L18 11l-6-6z"})]
"KeyboardDoubleArrowUpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_up_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-up-rounded
"Imports @mui/icons-material/KeyboardDoubleArrowUpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-up-rounded (create-svg-icon [(e "path" #js {"d" "M6.7 18.29c.39.39 1.02.39 1.41 0L12 14.42l3.88 3.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 12.3a.9959.9959 0 0 0-1.41 0L6.7 16.88c-.39.39-.39 1.02 0 1.41z"}) (e "path" #js {"d" "M6.7 11.7c.39.39 1.02.39 1.41 0L12 7.83l3.88 3.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 5.71a.9959.9959 0 0 0-1.41 0L6.7 10.29c-.39.39-.39 1.02 0 1.41z"})]
"KeyboardDoubleArrowUpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_up_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-up-sharp
"Imports @mui/icons-material/KeyboardDoubleArrowUpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-up-sharp (create-svg-icon [(e "path" #js {"d" "M6 17.59 7.41 19 12 14.42 16.59 19 18 17.59l-6-6z"}) (e "path" #js {"d" "m6 11 1.41 1.41L12 7.83l4.59 4.58L18 11l-6-6z"})]
"KeyboardDoubleArrowUpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_double_arrow_up_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-double-arrow-up-two-tone
"Imports @mui/icons-material/KeyboardDoubleArrowUpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-double-arrow-up-two-tone (create-svg-icon [(e "path" #js {"d" "M6 17.59 7.41 19 12 14.42 16.59 19 18 17.59l-6-6z"}) (e "path" #js {"d" "m6 11 1.41 1.41L12 7.83l4.59 4.58L18 11l-6-6z"})]
"KeyboardDoubleArrowUpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_hide.cljs
================================================
(ns reagent-mui.icons.keyboard-hide
"Imports @mui/icons-material/KeyboardHide as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-hide (create-svg-icon (e "path" #js {"d" "M20 3H4c-1.1 0-1.99.9-1.99 2L2 15c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 3h2v2h-2V6zm0 3h2v2h-2V9zM8 6h2v2H8V6zm0 3h2v2H8V9zm-1 2H5V9h2v2zm0-3H5V6h2v2zm9 7H8v-2h8v2zm0-4h-2V9h2v2zm0-3h-2V6h2v2zm3 3h-2V9h2v2zm0-3h-2V6h2v2zm-7 15 4-4H8l4 4z"})
"KeyboardHide"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_hide_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-hide-outlined
"Imports @mui/icons-material/KeyboardHideOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-hide-outlined (create-svg-icon (e "path" #js {"d" "M20 3H4c-1.1 0-1.99.9-1.99 2L2 15c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 12H4V5h16v10zm-9-9h2v2h-2zm0 3h2v2h-2zM8 6h2v2H8zm0 3h2v2H8zM5 9h2v2H5zm0-3h2v2H5zm3 6h8v2H8zm6-3h2v2h-2zm0-3h2v2h-2zm3 3h2v2h-2zm0-3h2v2h-2zm-5 17 4-4H8z"})
"KeyboardHideOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_hide_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-hide-rounded
"Imports @mui/icons-material/KeyboardHideRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-hide-rounded (create-svg-icon (e "path" #js {"d" "M20 3H4c-1.1 0-1.99.9-1.99 2L2 15c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 3h2v2h-2V6zm0 3h2v2h-2V9zM8 6h2v2H8V6zm0 3h2v2H8V9zm-1 2H5V9h2v2zm0-3H5V6h2v2zm8 7H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1zm1-4h-2V9h2v2zm0-3h-2V6h2v2zm3 3h-2V9h2v2zm0-3h-2V6h2v2zm-6.65 14.65 2.79-2.79a.5.5 0 0 0-.35-.85H9.21c-.45 0-.67.54-.35.85l2.79 2.79c.19.19.51.19.7 0z"})
"KeyboardHideRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_hide_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-hide-sharp
"Imports @mui/icons-material/KeyboardHideSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-hide-sharp (create-svg-icon (e "path" #js {"d" "M22 3H2.01L2 17h20V3zM11 6h2v2h-2V6zm0 3h2v2h-2V9zM8 6h2v2H8V6zm0 3h2v2H8V9zm-1 2H5V9h2v2zm0-3H5V6h2v2zm9 7H8v-2h8v2zm0-4h-2V9h2v2zm0-3h-2V6h2v2zm3 3h-2V9h2v2zm0-3h-2V6h2v2zm-7 15 4-4H8l4 4z"})
"KeyboardHideSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_hide_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-hide-two-tone
"Imports @mui/icons-material/KeyboardHideTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-hide-two-tone (create-svg-icon [(e "path" #js {"d" "M4 15h16V5H4v10zm13-9h2v2h-2V6zm0 3h2v2h-2V9zm-3-3h2v2h-2V6zm0 3h2v2h-2V9zm-3-3h2v2h-2V6zm0 3h2v2h-2V9zM8 6h2v2H8V6zm0 3h2v2H8V9zm0 3h8v2H8v-2zM5 6h2v2H5V6zm0 3h2v2H5V9z", "opacity" ".3"}) (e "path" #js {"d" "M20 3H4c-1.1 0-1.99.9-1.99 2L2 15c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 12H4V5h16v10zm-9-9h2v2h-2zm0 3h2v2h-2zM8 6h2v2H8zm0 3h2v2H8zM5 9h2v2H5zm0-3h2v2H5zm3 6h8v2H8zm6-3h2v2h-2zm0-3h2v2h-2zm3 3h2v2h-2zm0-3h2v2h-2zm-5 17 4-4H8l4 4z"})]
"KeyboardHideTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_option_key.cljs
================================================
(ns reagent-mui.icons.keyboard-option-key
"Imports @mui/icons-material/KeyboardOptionKey as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-option-key (create-svg-icon (e "path" #js {"d" "M15 5h6v2h-6zM9 5H3v2h4.85l6.92 12H21v-2h-5.07z"})
"KeyboardOptionKey"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_option_key_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-option-key-outlined
"Imports @mui/icons-material/KeyboardOptionKeyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-option-key-outlined (create-svg-icon (e "path" #js {"d" "M15 5h6v2h-6zM9 5H3v2h4.85l6.92 12H21v-2h-5.07z"})
"KeyboardOptionKeyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_option_key_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-option-key-rounded
"Imports @mui/icons-material/KeyboardOptionKeyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-option-key-rounded (create-svg-icon (e "path" #js {"d" "M15 6c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1zM9.58 6c-.36-.62-1.02-1-1.73-1H4c-.55 0-1 .45-1 1s.45 1 1 1h3.85l6.35 11c.36.62 1.02 1 1.73 1H20c.55 0 1-.45 1-1s-.45-1-1-1h-4.07L9.58 6z"})
"KeyboardOptionKeyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_option_key_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-option-key-sharp
"Imports @mui/icons-material/KeyboardOptionKeySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-option-key-sharp (create-svg-icon (e "path" #js {"d" "M15 5h6v2h-6zM9 5H3v2h4.85l6.92 12H21v-2h-5.07z"})
"KeyboardOptionKeySharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_option_key_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-option-key-two-tone
"Imports @mui/icons-material/KeyboardOptionKeyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-option-key-two-tone (create-svg-icon (e "path" #js {"d" "M15 5h6v2h-6zM9 5H3v2h4.85l6.92 12H21v-2h-5.07z"})
"KeyboardOptionKeyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-outlined
"Imports @mui/icons-material/KeyboardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-outlined (create-svg-icon (e "path" #js {"d" "M20 7v10H4V7h16m0-2H4c-1.1 0-1.99.9-1.99 2L2 17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-9 3h2v2h-2zm0 3h2v2h-2zM8 8h2v2H8zm0 3h2v2H8zm-3 0h2v2H5zm0-3h2v2H5zm3 6h8v2H8zm6-3h2v2h-2zm0-3h2v2h-2zm3 3h2v2h-2zm0-3h2v2h-2z"})
"KeyboardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_return.cljs
================================================
(ns reagent-mui.icons.keyboard-return
"Imports @mui/icons-material/KeyboardReturn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-return (create-svg-icon (e "path" #js {"d" "M19 7v4H5.83l3.58-3.59L8 6l-6 6 6 6 1.41-1.41L5.83 13H21V7z"})
"KeyboardReturn"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_return_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-return-outlined
"Imports @mui/icons-material/KeyboardReturnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-return-outlined (create-svg-icon (e "path" #js {"d" "M19 7v4H5.83l3.58-3.59L8 6l-6 6 6 6 1.41-1.41L5.83 13H21V7h-2z"})
"KeyboardReturnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_return_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-return-rounded
"Imports @mui/icons-material/KeyboardReturnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-return-rounded (create-svg-icon (e "path" #js {"d" "M19 8v3H5.83l2.88-2.88c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L2.71 11.3c-.39.39-.39 1.02 0 1.41L7.3 17.3c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L5.83 13H20c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1s-1 .45-1 1z"})
"KeyboardReturnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_return_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-return-sharp
"Imports @mui/icons-material/KeyboardReturnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-return-sharp (create-svg-icon (e "path" #js {"d" "M19 7v4H5.83l3.58-3.59L8 6l-6 6 6 6 1.41-1.41L5.83 13H21V7h-2z"})
"KeyboardReturnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_return_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-return-two-tone
"Imports @mui/icons-material/KeyboardReturnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-return-two-tone (create-svg-icon (e "path" #js {"d" "M19 7v4H5.83l3.58-3.59L8 6l-6 6 6 6 1.41-1.41L5.83 13H21V7h-2z"})
"KeyboardReturnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-rounded
"Imports @mui/icons-material/KeyboardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-rounded (create-svg-icon (e "path" #js {"d" "M20 5H4c-1.1 0-1.99.9-1.99 2L2 17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-9 3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zm-1 2H5v-2h2v2zm0-3H5V8h2v2zm8 7H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1zm1-4h-2v-2h2v2zm0-3h-2V8h2v2zm3 3h-2v-2h2v2zm0-3h-2V8h2v2z"})
"KeyboardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-sharp
"Imports @mui/icons-material/KeyboardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-sharp (create-svg-icon (e "path" #js {"d" "M22 5H2.01L2 19h20V5zM11 8h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zm-1 2H5v-2h2v2zm0-3H5V8h2v2zm9 7H8v-2h8v2zm0-4h-2v-2h2v2zm0-3h-2V8h2v2zm3 3h-2v-2h2v2zm0-3h-2V8h2v2z"})
"KeyboardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_tab.cljs
================================================
(ns reagent-mui.icons.keyboard-tab
"Imports @mui/icons-material/KeyboardTab as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-tab (create-svg-icon (e "path" #js {"d" "M11.59 7.41 15.17 11H1v2h14.17l-3.59 3.59L13 18l6-6-6-6-1.41 1.41zM20 6v12h2V6h-2z"})
"KeyboardTab"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_tab_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-tab-outlined
"Imports @mui/icons-material/KeyboardTabOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-tab-outlined (create-svg-icon (e "path" #js {"d" "M11.59 7.41 15.17 11H1v2h14.17l-3.59 3.59L13 18l6-6-6-6-1.41 1.41zM20 6v12h2V6h-2z"})
"KeyboardTabOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_tab_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-tab-rounded
"Imports @mui/icons-material/KeyboardTabRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-tab-rounded (create-svg-icon (e "path" #js {"d" "M12.29 8.12 15.17 11H2c-.55 0-1 .45-1 1s.45 1 1 1h13.17l-2.88 2.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41L13.7 6.7a.9959.9959 0 0 0-1.41 0c-.38.39-.39 1.03 0 1.42zM20 7v10c0 .55.45 1 1 1s1-.45 1-1V7c0-.55-.45-1-1-1s-1 .45-1 1z"})
"KeyboardTabRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_tab_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-tab-sharp
"Imports @mui/icons-material/KeyboardTabSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-tab-sharp (create-svg-icon (e "path" #js {"d" "M11.59 7.41 15.17 11H1v2h14.17l-3.59 3.59L13 18l6-6-6-6-1.41 1.41zM20 6v12h2V6h-2z"})
"KeyboardTabSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_tab_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-tab-two-tone
"Imports @mui/icons-material/KeyboardTabTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-tab-two-tone (create-svg-icon (e "path" #js {"d" "M11.59 7.41 15.17 11H1v2h14.17l-3.59 3.59L13 18l6-6-6-6-1.41 1.41zM20 6v12h2V6h-2z"})
"KeyboardTabTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-two-tone
"Imports @mui/icons-material/KeyboardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17h16V7H4v10zm13-9h2v2h-2V8zm0 3h2v2h-2v-2zm-3-3h2v2h-2V8zm0 3h2v2h-2v-2zm-3-3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zm0 3h8v2H8v-2zM5 8h2v2H5V8zm0 3h2v2H5v-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 5H4c-1.1 0-1.99.9-1.99 2L2 17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 12H4V7h16v10zm-9-9h2v2h-2zm0 3h2v2h-2zM8 8h2v2H8zm0 3h2v2H8zm-3 0h2v2H5zm0-3h2v2H5zm3 6h8v2H8zm6-3h2v2h-2zm0-3h2v2h-2zm3 3h2v2h-2zm0-3h2v2h-2z"})]
"KeyboardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_voice.cljs
================================================
(ns reagent-mui.icons.keyboard-voice
"Imports @mui/icons-material/KeyboardVoice as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-voice (create-svg-icon (e "path" #js {"d" "M12 15c1.66 0 2.99-1.34 2.99-3L15 6c0-1.66-1.34-3-3-3S9 4.34 9 6v6c0 1.66 1.34 3 3 3zm5.3-3c0 3-2.54 5.1-5.3 5.1S6.7 15 6.7 12H5c0 3.42 2.72 6.23 6 6.72V22h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z"})
"KeyboardVoice"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_voice_outlined.cljs
================================================
(ns reagent-mui.icons.keyboard-voice-outlined
"Imports @mui/icons-material/KeyboardVoiceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-voice-outlined (create-svg-icon (e "path" #js {"d" "M12 15c1.66 0 2.99-1.34 2.99-3L15 6c0-1.66-1.34-3-3-3S9 4.34 9 6v6c0 1.66 1.34 3 3 3zm-1.2-9.1c0-.66.54-1.2 1.2-1.2s1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2s-1.2-.54-1.2-1.2V5.9zm6.5 6.1c0 3-2.54 5.1-5.3 5.1S6.7 15 6.7 12H5c0 3.41 2.72 6.23 6 6.72V22h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z"})
"KeyboardVoiceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_voice_rounded.cljs
================================================
(ns reagent-mui.icons.keyboard-voice-rounded
"Imports @mui/icons-material/KeyboardVoiceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-voice-rounded (create-svg-icon (e "path" #js {"d" "M12 15c1.66 0 2.99-1.34 2.99-3L15 6c0-1.66-1.34-3-3-3S9 4.34 9 6v6c0 1.66 1.34 3 3 3zm6.08-3c-.42 0-.77.3-.83.71-.37 2.61-2.72 4.39-5.25 4.39s-4.88-1.77-5.25-4.39c-.06-.41-.42-.71-.83-.71-.52 0-.92.46-.85.97.46 2.97 2.96 5.3 5.93 5.75V21c0 .55.45 1 1 1s1-.45 1-1v-2.28c2.96-.43 5.47-2.78 5.93-5.75.07-.51-.33-.97-.85-.97z"})
"KeyboardVoiceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_voice_sharp.cljs
================================================
(ns reagent-mui.icons.keyboard-voice-sharp
"Imports @mui/icons-material/KeyboardVoiceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-voice-sharp (create-svg-icon (e "path" #js {"d" "M12 15c1.66 0 2.99-1.34 2.99-3L15 6c0-1.66-1.34-3-3-3S9 4.34 9 6v6c0 1.66 1.34 3 3 3zm5.3-3c0 3-2.54 5.1-5.3 5.1S6.7 15 6.7 12H5c0 3.42 2.72 6.23 6 6.72V22h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z"})
"KeyboardVoiceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/keyboard_voice_two_tone.cljs
================================================
(ns reagent-mui.icons.keyboard-voice-two-tone
"Imports @mui/icons-material/KeyboardVoiceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def keyboard-voice-two-tone (create-svg-icon [(e "path" #js {"d" "M12 13.3c.66 0 1.19-.54 1.19-1.2l.01-6.2c0-.66-.54-1.2-1.2-1.2s-1.2.54-1.2 1.2v6.2c0 .66.54 1.2 1.2 1.2z", "opacity" ".3"}) (e "path" #js {"d" "M12 15c1.66 0 2.99-1.34 2.99-3L15 6c0-1.66-1.34-3-3-3S9 4.34 9 6v6c0 1.66 1.34 3 3 3zm-1.2-9.1c0-.66.54-1.2 1.2-1.2s1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2s-1.2-.54-1.2-1.2V5.9zm6.5 6.1c0 3-2.54 5.1-5.3 5.1S6.7 15 6.7 12H5c0 3.41 2.72 6.23 6 6.72V22h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z"})]
"KeyboardVoiceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/king_bed.cljs
================================================
(ns reagent-mui.icons.king-bed
"Imports @mui/icons-material/KingBed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def king-bed (create-svg-icon (e "path" #js {"d" "M20 10V7c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v3c-1.1 0-2 .9-2 2v5h1.33L4 19h1l.67-2h12.67l.66 2h1l.67-2H22v-5c0-1.1-.9-2-2-2zm-9 0H6V7h5v3zm7 0h-5V7h5v3z"})
"KingBed"))
================================================
FILE: src/icons/reagent_mui/icons/king_bed_outlined.cljs
================================================
(ns reagent-mui.icons.king-bed-outlined
"Imports @mui/icons-material/KingBedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def king-bed-outlined (create-svg-icon (e "path" #js {"d" "M22 12c0-1.1-.9-2-2-2V7c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v3c-1.1 0-2 .9-2 2v5h1.33L4 19h1l.67-2h12.67l.66 2h1l.67-2H22v-5zm-4-2h-5V7h5v3zM6 7h5v3H6V7zm-2 5h16v3H4v-3z"})
"KingBedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/king_bed_rounded.cljs
================================================
(ns reagent-mui.icons.king-bed-rounded
"Imports @mui/icons-material/KingBedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def king-bed-rounded (create-svg-icon (e "path" #js {"d" "M20 10V7c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v3c-1.1 0-2 .9-2 2v5h1.33l.51 1.53c.1.28.36.47.66.47.3 0 .56-.19.66-.47L5.67 17h12.67l.51 1.53c.09.28.35.47.65.47.3 0 .56-.19.66-.47l.51-1.53H22v-5c0-1.1-.9-2-2-2zm-9 0H6V8c0-.55.45-1 1-1h4v3zm7 0h-5V7h4c.55 0 1 .45 1 1v2z"})
"KingBedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/king_bed_sharp.cljs
================================================
(ns reagent-mui.icons.king-bed-sharp
"Imports @mui/icons-material/KingBedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def king-bed-sharp (create-svg-icon (e "path" #js {"d" "M20 10V5H4v5H2v7h1.33L4 19h1l.67-2h12.67l.66 2h1l.67-2H22v-7h-2zm-9 0H6V7h5v3zm7 0h-5V7h5v3z"})
"KingBedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/king_bed_two_tone.cljs
================================================
(ns reagent-mui.icons.king-bed-two-tone
"Imports @mui/icons-material/KingBedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def king-bed-two-tone (create-svg-icon [(e "path" #js {"d" "M4 12h16v3H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 10V7c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v3c-1.1 0-2 .9-2 2v5h1.33L4 19h1l.67-2h12.67l.66 2h1l.67-2H22v-5c0-1.1-.9-2-2-2zm-7-3h5v3h-5V7zM6 7h5v3H6V7zm14 8H4v-3h16v3z"})]
"KingBedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/kitchen.cljs
================================================
(ns reagent-mui.icons.kitchen
"Imports @mui/icons-material/Kitchen as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kitchen (create-svg-icon (e "path" #js {"d" "M20 9V4c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v5h16zM8 5h2v3H8V5zm-4 6v9c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-9H4zm6 6H8v-5h2v5z"})
"Kitchen"))
================================================
FILE: src/icons/reagent_mui/icons/kitchen_outlined.cljs
================================================
(ns reagent-mui.icons.kitchen-outlined
"Imports @mui/icons-material/KitchenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kitchen-outlined (create-svg-icon (e "path" #js {"d" "M8 5h2v3H8zm0 7h2v5H8zm10-9.99L6 2a2 2 0 0 0-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.11-.9-1.99-2-1.99zM18 20H6v-9.02h12V20zm0-11H6V4h12v5z"})
"KitchenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/kitchen_rounded.cljs
================================================
(ns reagent-mui.icons.kitchen-rounded
"Imports @mui/icons-material/KitchenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kitchen-rounded (create-svg-icon (e "path" #js {"d" "M18 2.01 6 2a2 2 0 0 0-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.11-.9-1.99-2-1.99zM17 20H7c-.55 0-1-.45-1-1v-7.02c0-.55.45-1 1-1h10c.55 0 1 .45 1 1V19c0 .55-.45 1-1 1zm0-11H7c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1zM9 5c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1s-1-.45-1-1V6c0-.55.45-1 1-1zm0 7c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1s-1-.45-1-1v-3c0-.55.45-1 1-1z"})
"KitchenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/kitchen_sharp.cljs
================================================
(ns reagent-mui.icons.kitchen-sharp
"Imports @mui/icons-material/KitchenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kitchen-sharp (create-svg-icon (e "path" #js {"d" "M20 2.01 4 2v20h16V2.01zM18 20H6v-9.02h12V20zm0-11H6V4h12v5zM8 5h2v3H8V5zm0 7h2v5H8v-5z"})
"KitchenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/kitchen_two_tone.cljs
================================================
(ns reagent-mui.icons.kitchen-two-tone
"Imports @mui/icons-material/KitchenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kitchen-two-tone (create-svg-icon [(e "path" #js {"d" "M8 5h2v3H8zm0 7h2v5H8zm-2 8h12v-9.02H6V20zm2-8h2v5H8v-5zM6 9h12V4H6v5zm2-4h2v3H8V5z", "opacity" ".3"}) (e "path" #js {"d" "M18 2.01 6 2a2 2 0 0 0-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.11-.9-1.99-2-1.99zM18 20H6v-9.02h12V20zm0-11H6V4h12v5zM8 5h2v3H8zm0 7h2v5H8z"})]
"KitchenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/kitesurfing.cljs
================================================
(ns reagent-mui.icons.kitesurfing
"Imports @mui/icons-material/Kitesurfing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kitesurfing (create-svg-icon (e "path" #js {"d" "M6 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm14.06-2h-2.12L15.5 3.44l1.06 1.06 3.5-3.5zM22 23v-2h-1c-1.04 0-2.08-.35-3-1-1.83 1.3-4.17 1.3-6 0-1.83 1.3-4.17 1.3-6 0-.91.65-1.96 1-3 1H2v2h1c1.03 0 2.05-.25 3-.75 1.89 1 4.11 1 6 0 1.89 1 4.11 1 6 0 .95.5 1.97.75 3 .75h1zm-1-9.72c0 1.44-2.19 3.62-5.04 5.58-.31.09-.63.14-.96.14-1.2 0-2.27-.66-3-1.5-.73.84-1.8 1.5-3 1.5-.94 0-1.81-.41-2.49-.99.46-.39.96-.78 1.49-1.17l-1.55-2.97C6.15 13.3 6 12.64 6 12V8c0-1.1.9-2 2-2h3c1.38 0 2.63-.56 3.54-1.46l1.41 1.41C14.68 7.21 12.93 8 11 8H9.6v3.5h2.8l1.69 1.88c1.95-.84 3.77-1.38 5.06-1.38.84 0 1.85.25 1.85 1.28zm-8.8.99-.7-.77-2.5.1.83 2.01c.59-.38 1.81-1.06 2.37-1.34z"})
"Kitesurfing"))
================================================
FILE: src/icons/reagent_mui/icons/kitesurfing_outlined.cljs
================================================
(ns reagent-mui.icons.kitesurfing-outlined
"Imports @mui/icons-material/KitesurfingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kitesurfing-outlined (create-svg-icon (e "path" #js {"d" "M6 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm14.06-2h-2.12L15.5 3.44l1.06 1.06 3.5-3.5zM22 23v-2h-1c-1.04 0-2.08-.35-3-1-1.83 1.3-4.17 1.3-6 0-1.83 1.3-4.17 1.3-6 0-.91.65-1.96 1-3 1H2v2h1c1.03 0 2.05-.25 3-.75 1.89 1 4.11 1 6 0 1.89 1 4.11 1 6 0 .95.5 1.97.75 3 .75h1zm-1-9.72c0 1.44-2.19 3.62-5.04 5.58-.31.09-.63.14-.96.14-1.2 0-2.27-.66-3-1.5-.73.84-1.8 1.5-3 1.5-.94 0-1.81-.41-2.49-.99.46-.39.96-.78 1.49-1.17l-1.55-2.97C6.15 13.3 6 12.64 6 12V8c0-1.1.9-2 2-2h3c1.38 0 2.63-.56 3.54-1.46l1.41 1.41C14.68 7.21 12.93 8 11 8H9.6v3.5h2.8l1.69 1.88c1.95-.84 3.77-1.38 5.06-1.38.84 0 1.85.25 1.85 1.28zm-8.8.99-.7-.77-2.5.1.83 2.01c.59-.38 1.81-1.06 2.37-1.34z"})
"KitesurfingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/kitesurfing_rounded.cljs
================================================
(ns reagent-mui.icons.kitesurfing-rounded
"Imports @mui/icons-material/KitesurfingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kitesurfing-rounded (create-svg-icon (e "path" #js {"d" "M6 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm10.03.97c.29.29.77.29 1.06 0L20.06 1h-2.12l-1.91 1.91c-.29.29-.29.77 0 1.06zM19.15 12c-1.29 0-3.11.53-5.06 1.38L13 12.16c-.38-.42-.92-.66-1.49-.66H9.6V8H11c1.52 0 2.94-.49 4.09-1.32.49-.35.52-1.07.09-1.5-.35-.35-.9-.38-1.3-.09-.82.57-1.81.91-2.88.91H8c-1.1 0-2 .9-2 2v4.04c0 .64.15 1.27.45 1.83L8 16.84c-.53.38-1.03.78-1.49 1.17.68.58 1.55.99 2.49.99 1.2 0 2.27-.66 3-1.5.73.84 1.8 1.5 3 1.5.33 0 .65-.05.96-.14C18.81 16.9 21 14.72 21 13.28c0-1.03-1.01-1.28-1.85-1.28zm-9.32 3.61L9 13.6l2.5-.1.7.77c-.56.28-1.78.96-2.37 1.34zM22 22c0-.55-.45-1-1-1-.87 0-1.73-.24-2.53-.7-.29-.16-.65-.17-.94 0-1.59.9-3.47.9-5.06 0-.29-.16-.65-.16-.94 0-1.59.9-3.47.9-5.06 0-.29-.16-.65-.16-.94 0-.8.46-1.66.7-2.53.7-.55 0-1 .45-1 1s.45 1 1 1c1.15 0 2.3-.31 3.33-.94 1.66 1.11 3.78 1.01 5.58.14 1.91 1.05 4.17 1.07 6.09.05.95.5 1.97.75 3 .75.55 0 1-.45 1-1z"})
"KitesurfingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/kitesurfing_sharp.cljs
================================================
(ns reagent-mui.icons.kitesurfing-sharp
"Imports @mui/icons-material/KitesurfingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kitesurfing-sharp (create-svg-icon (e "path" #js {"d" "M6 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm14.06-2h-2.12L15.5 3.44l1.06 1.06 3.5-3.5zM22 23v-2h-1c-1.04 0-2.08-.35-3-1-1.83 1.3-4.17 1.3-6 0-1.83 1.3-4.17 1.3-6 0-.91.65-1.96 1-3 1H2v2h1c1.03 0 2.05-.25 3-.75 1.89 1 4.11 1 6 0 1.89 1 4.11 1 6 0 .95.5 1.97.75 3 .75h1zm-1-9.72c0 1.44-2.19 3.62-5.04 5.58-.31.09-.63.14-.96.14-1.2 0-2.27-.66-3-1.5-.73.84-1.8 1.5-3 1.5-.94 0-1.81-.41-2.49-.99.46-.39.96-.78 1.49-1.17L6 13V8c0-1.1.9-2 2-2h3c1.38 0 2.63-.56 3.54-1.46l1.41 1.41C14.68 7.21 12.93 8 11 8H9.6v3.5h2.8l1.69 1.88c1.95-.84 3.77-1.38 5.06-1.38.84 0 1.85.25 1.85 1.28zm-8.8.99-.7-.77-2.5.1.83 2.01c.59-.38 1.81-1.06 2.37-1.34z"})
"KitesurfingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/kitesurfing_two_tone.cljs
================================================
(ns reagent-mui.icons.kitesurfing-two-tone
"Imports @mui/icons-material/KitesurfingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def kitesurfing-two-tone (create-svg-icon (e "path" #js {"d" "M6 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm14.06-2h-2.12L15.5 3.44l1.06 1.06 3.5-3.5zM22 23v-2h-1c-1.04 0-2.08-.35-3-1-1.83 1.3-4.17 1.3-6 0-1.83 1.3-4.17 1.3-6 0-.91.65-1.96 1-3 1H2v2h1c1.03 0 2.05-.25 3-.75 1.89 1 4.11 1 6 0 1.89 1 4.11 1 6 0 .95.5 1.97.75 3 .75h1zm-1-9.72c0 1.44-2.19 3.62-5.04 5.58-.31.09-.63.14-.96.14-1.2 0-2.27-.66-3-1.5-.73.84-1.8 1.5-3 1.5-.94 0-1.81-.41-2.49-.99.46-.39.96-.78 1.49-1.17l-1.55-2.97C6.15 13.3 6 12.64 6 12V8c0-1.1.9-2 2-2h3c1.38 0 2.63-.56 3.54-1.46l1.41 1.41C14.68 7.21 12.93 8 11 8H9.6v3.5h2.8l1.69 1.88c1.95-.84 3.77-1.38 5.06-1.38.84 0 1.85.25 1.85 1.28zm-8.8.99-.7-.77-2.5.1.83 2.01c.59-.38 1.81-1.06 2.37-1.34z"})
"KitesurfingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/label.cljs
================================================
(ns reagent-mui.icons.label
"Imports @mui/icons-material/Label as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def label (create-svg-icon (e "path" #js {"d" "M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z"})
"Label"))
================================================
FILE: src/icons/reagent_mui/icons/label_important.cljs
================================================
(ns reagent-mui.icons.label-important
"Imports @mui/icons-material/LabelImportant as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def label-important (create-svg-icon (e "path" #js {"d" "m3.5 18.99 11 .01c.67 0 1.27-.33 1.63-.84L20.5 12l-4.37-6.16c-.36-.51-.96-.84-1.63-.84l-11 .01L8.34 12 3.5 18.99z"})
"LabelImportant"))
================================================
FILE: src/icons/reagent_mui/icons/label_important_outlined.cljs
================================================
(ns reagent-mui.icons.label-important-outlined
"Imports @mui/icons-material/LabelImportantOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def label-important-outlined (create-svg-icon (e "path" #js {"d" "M4 18.99h11c.67 0 1.27-.32 1.63-.83L21 12l-4.37-6.16C16.27 5.33 15.67 5 15 5H4l5 7-5 6.99z"})
"LabelImportantOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/label_important_rounded.cljs
================================================
(ns reagent-mui.icons.label-important-rounded
"Imports @mui/icons-material/LabelImportantRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def label-important-rounded (create-svg-icon (e "path" #js {"d" "M5.94 18.99H15c.65 0 1.26-.31 1.63-.84l3.95-5.57c.25-.35.25-.81 0-1.16l-3.96-5.58C16.26 5.31 15.65 5 15 5H5.94c-.81 0-1.28.93-.81 1.59L9 12l-3.87 5.41c-.47.66 0 1.58.81 1.58z"})
"LabelImportantRounded"))
================================================
FILE: src/icons/reagent_mui/icons/label_important_sharp.cljs
================================================
(ns reagent-mui.icons.label-important-sharp
"Imports @mui/icons-material/LabelImportantSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def label-important-sharp (create-svg-icon (e "path" #js {"d" "M4 18.99h12.04L21 12l-4.97-7H4l5 7-5 6.99z"})
"LabelImportantSharp"))
================================================
FILE: src/icons/reagent_mui/icons/label_important_two_tone.cljs
================================================
(ns reagent-mui.icons.label-important-two-tone
"Imports @mui/icons-material/LabelImportantTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def label-important-two-tone (create-svg-icon [(e "path" #js {"d" "M15 7H7.89l3.57 5-3.57 5H15l3.55-5z", "opacity" ".3"}) (e "path" #js {"d" "M16.63 5.84C16.27 5.33 15.67 5 15 5H4l5 7-5 6.99h11c.67 0 1.27-.32 1.63-.83L21 12l-4.37-6.16zM15 17H7.89l3.57-5-3.57-5H15l3.55 5L15 17z"})]
"LabelImportantTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/label_off.cljs
================================================
(ns reagent-mui.icons.label-off
"Imports @mui/icons-material/LabelOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def label-off (create-svg-icon (e "path" #js {"d" "m3.25 2.75 17 17L19 21l-2-2H5c-1.1 0-2-.9-2-2V7c0-.55.23-1.05.59-1.41L2 4l1.25-1.25zM22 12l-4.37-6.16C17.27 5.33 16.67 5 16 5H8l11 11 3-4z"})
"LabelOff"))
================================================
FILE: src/icons/reagent_mui/icons/label_off_outlined.cljs
================================================
(ns reagent-mui.icons.label-off-outlined
"Imports @mui/icons-material/LabelOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def label-off-outlined (create-svg-icon (e "path" #js {"d" "m16 7 3.55 5-1.63 2.29 1.43 1.43L22 12l-4.37-6.16C17.27 5.33 16.67 5 16 5l-7.37.01 2 1.99H16zM2 4.03l1.58 1.58C3.22 5.96 3 6.46 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.28 0 .55-.07.79-.18L18.97 21l1.41-1.41L3.41 2.62 2 4.03zM14.97 17H5V7.03L14.97 17z"})
"LabelOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/label_off_rounded.cljs
================================================
(ns reagent-mui.icons.label-off-rounded
"Imports @mui/icons-material/LabelOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def label-off-rounded (create-svg-icon (e "path" #js {"d" "M21.59 12.58c.25-.35.25-.81 0-1.16l-3.96-5.58C17.27 5.33 16.67 5 16 5H8.66l10.7 10.73 2.23-3.15zM2.72 4.72l.87.87C3.23 5.95 3 6.45 3 7v10c0 1.1.9 2 2 2h12l1.29 1.29c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L4.14 3.31c-.38-.38-1.01-.39-1.4-.01-.41.38-.41 1.03-.02 1.42z"})
"LabelOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/label_off_sharp.cljs
================================================
(ns reagent-mui.icons.label-off-sharp
"Imports @mui/icons-material/LabelOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def label-off-sharp (create-svg-icon (e "path" #js {"d" "m22 12-4.97-7H8.66l10.7 10.73zM2 4l1 1v14h14l2 2 1.41-1.41L3.44 2.62z"})
"LabelOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/label_off_two_tone.cljs
================================================
(ns reagent-mui.icons.label-off-two-tone
"Imports @mui/icons-material/LabelOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def label-off-two-tone (create-svg-icon [(e "path" #js {"d" "M5 7.03V17h9.97zM16 7h-5.37l7.29 7.29L19.55 12z", "opacity" ".3"}) (e "path" #js {"d" "m16 7 3.55 5-1.63 2.29 1.43 1.43L22 12l-4.37-6.16C17.27 5.33 16.67 5 16 5l-7.37.01 2 1.99H16zM2 4.03l1.58 1.58C3.22 5.96 3 6.46 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.28 0 .55-.07.79-.18L18.97 21l1.41-1.41L3.41 2.62 2 4.03zm3 3L14.97 17H5V7.03z"})]
"LabelOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/label_outlined.cljs
================================================
(ns reagent-mui.icons.label-outlined
"Imports @mui/icons-material/LabelOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def label-outlined (create-svg-icon (e "path" #js {"d" "M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16zM16 17H5V7h11l3.55 5L16 17z"})
"LabelOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/label_rounded.cljs
================================================
(ns reagent-mui.icons.label-rounded
"Imports @mui/icons-material/LabelRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def label-rounded (create-svg-icon (e "path" #js {"d" "M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84l3.96-5.58c.25-.35.25-.81 0-1.16l-3.96-5.58z"})
"LabelRounded"))
================================================
FILE: src/icons/reagent_mui/icons/label_sharp.cljs
================================================
(ns reagent-mui.icons.label-sharp
"Imports @mui/icons-material/LabelSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def label-sharp (create-svg-icon (e "path" #js {"d" "M17.03 5 3 5.01v13.98l14.03.01L22 12l-4.97-7z"})
"LabelSharp"))
================================================
FILE: src/icons/reagent_mui/icons/label_two_tone.cljs
================================================
(ns reagent-mui.icons.label-two-tone
"Imports @mui/icons-material/LabelTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def label-two-tone (create-svg-icon [(e "path" #js {"d" "M16 7H5v10h11l3.55-5z", "opacity" ".3"}) (e "path" #js {"d" "M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16zM16 17H5V7h11l3.55 5L16 17z"})]
"LabelTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/lan.cljs
================================================
(ns reagent-mui.icons.lan
"Imports @mui/icons-material/Lan as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lan (create-svg-icon (e "path" #js {"d" "M13 22h8v-7h-3v-4h-5V9h3V2H8v7h3v2H6v4H3v7h8v-7H8v-2h8v2h-3z"})
"Lan"))
================================================
FILE: src/icons/reagent_mui/icons/lan_outlined.cljs
================================================
(ns reagent-mui.icons.lan-outlined
"Imports @mui/icons-material/LanOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lan-outlined (create-svg-icon (e "path" #js {"d" "M13 22h8v-7h-3v-4h-5V9h3V2H8v7h3v2H6v4H3v7h8v-7H8v-2h8v2h-3v7zM10 7V4h4v3h-4zM9 17v3H5v-3h4zm10 0v3h-4v-3h4z"})
"LanOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/lan_rounded.cljs
================================================
(ns reagent-mui.icons.lan-rounded
"Imports @mui/icons-material/LanRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lan-rounded (create-svg-icon (e "path" #js {"d" "M15 22h4c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2h-1v-2c0-1.1-.9-2-2-2h-3V9h1c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h1v2H8c-1.1 0-2 .9-2 2v2H5c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2H8v-2h8v2h-1c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2z"})
"LanRounded"))
================================================
FILE: src/icons/reagent_mui/icons/lan_sharp.cljs
================================================
(ns reagent-mui.icons.lan-sharp
"Imports @mui/icons-material/LanSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lan-sharp (create-svg-icon (e "path" #js {"d" "M13 22h8v-7h-3v-4h-5V9h3V2H8v7h3v2H6v4H3v7h8v-7H8v-2h8v2h-3z"})
"LanSharp"))
================================================
FILE: src/icons/reagent_mui/icons/lan_two_tone.cljs
================================================
(ns reagent-mui.icons.lan-two-tone
"Imports @mui/icons-material/LanTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lan-two-tone (create-svg-icon [(e "path" #js {"d" "M10 7V4h4v3h-4zM9 17v3H5v-3h4zm10 0v3h-4v-3h4z", "opacity" ".3"}) (e "path" #js {"d" "M13 22h8v-7h-3v-4h-5V9h3V2H8v7h3v2H6v4H3v7h8v-7H8v-2h8v2h-3v7zM10 7V4h4v3h-4zM9 17v3H5v-3h4zm10 0v3h-4v-3h4z"})]
"LanTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/landscape.cljs
================================================
(ns reagent-mui.icons.landscape
"Imports @mui/icons-material/Landscape as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def landscape (create-svg-icon (e "path" #js {"d" "m14 6-3.75 5 2.85 3.8-1.6 1.2C9.81 13.75 7 10 7 10l-6 8h22L14 6z"})
"Landscape"))
================================================
FILE: src/icons/reagent_mui/icons/landscape_outlined.cljs
================================================
(ns reagent-mui.icons.landscape-outlined
"Imports @mui/icons-material/LandscapeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def landscape-outlined (create-svg-icon (e "path" #js {"d" "m14 6-4.22 5.63 1.25 1.67L14 9.33 19 16h-8.46l-4.01-5.37L1 18h22L14 6zM5 16l1.52-2.03L8.04 16H5z"})
"LandscapeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/landscape_rounded.cljs
================================================
(ns reagent-mui.icons.landscape-rounded
"Imports @mui/icons-material/LandscapeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def landscape-rounded (create-svg-icon (e "path" #js {"d" "M13.2 7.07 10.25 11l2.25 3c.33.44.24 1.07-.2 1.4-.44.33-1.07.25-1.4-.2-1.05-1.4-2.31-3.07-3.1-4.14-.4-.53-1.2-.53-1.6 0l-4 5.33c-.49.67-.02 1.61.8 1.61h18c.82 0 1.29-.94.8-1.6l-7-9.33c-.4-.54-1.2-.54-1.6 0z"})
"LandscapeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/landscape_sharp.cljs
================================================
(ns reagent-mui.icons.landscape-sharp
"Imports @mui/icons-material/LandscapeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def landscape-sharp (create-svg-icon (e "path" #js {"d" "m14 6-3.75 5 2.85 3.8-1.6 1.2C9.81 13.75 7 10 7 10l-6 8h22L14 6z"})
"LandscapeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/landscape_two_tone.cljs
================================================
(ns reagent-mui.icons.landscape-two-tone
"Imports @mui/icons-material/LandscapeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def landscape-two-tone (create-svg-icon [(e "path" #js {"d" "M5 16h3.04l-1.52-2.03z", "opacity" ".3"}) (e "path" #js {"d" "m9.78 11.63 1.25 1.67L14 9.33 19 16h-8.46l-4.01-5.37L1 18h22L14 6l-4.22 5.63zM5 16l1.52-2.03L8.04 16H5z"})]
"LandscapeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/landslide.cljs
================================================
(ns reagent-mui.icons.landslide
"Imports @mui/icons-material/Landslide as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def landslide (create-svg-icon (e "path" #js {"d" "m15.47 13.79-2.58-1.03L6 15.05l-4-1.54v2.1l4 1.34zm-4.9-2.37L8 8H2v3.61l4 1.34zM6 19.05l-4-1.33V22h20l-4.97-6.62zM17 6V1l-5-1-3 2v4l3 2zm1.5 1L16 9v3l2.5 2 4.5-2V8z"})
"Landslide"))
================================================
FILE: src/icons/reagent_mui/icons/landslide_outlined.cljs
================================================
(ns reagent-mui.icons.landslide-outlined
"Imports @mui/icons-material/LandslideOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def landslide-outlined (create-svg-icon (e "path" #js {"d" "M11 12 8 8H2v14h20l-6-8-5-2zm1.53 2.77L6 16.95l-2-.67v-1.89l2 .67 3.95-1.32 2.58 1.03zM7 10l1.57 2.09-2.57.86-2-.67V10h3zM4 20v-1.61l2 .67 9.03-3.01L18 20H4zM17 6V1l-5-1-3 2v4l3 2 5-2zm-6-2.93 1.42-.95 2.58.52v2.01l-2.77 1.11L11 4.93V3.07zM18.5 7 16 9v3l2.5 2 4.5-2V8l-4.5-1zm2.5 3.7-2.2.98-.8-.64V9.96l1-.8 2 .44v1.1z"})
"LandslideOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/landslide_rounded.cljs
================================================
(ns reagent-mui.icons.landslide-rounded
"Imports @mui/icons-material/LandslideRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def landslide-rounded (create-svg-icon (e "path" #js {"d" "m15.47 13.79-2.58-1.03L6 15.05l-4-1.54v2.1l4 1.34zm-4.9-2.37L8.6 8.8C8.22 8.3 7.63 8 7 8H4c-1.1 0-2 .9-2 2v1.61l4 1.33 4.57-1.52zM6 19.05l-4-1.33V20c0 1.1.9 2 2 2h14c1.65 0 2.59-1.88 1.6-3.2l-2.57-3.42L6 19.05zm11-14.4V2.64c0-.95-.67-1.77-1.61-1.96L12.81.16c-.52-.1-1.06 0-1.5.3l-1.42.95C9.33 1.78 9 2.4 9 3.07v1.86c0 .67.33 1.29.89 1.66l1.23.82c.55.37 1.24.44 1.85.19l2.77-1.11C16.5 6.2 17 5.46 17 4.65zm.75 2.95-1 .8c-.47.38-.75.95-.75 1.56v1.08c0 .61.28 1.18.75 1.56l.8.64c.58.47 1.38.57 2.06.27l2.2-.98c.72-.32 1.19-1.04 1.19-1.83V9.6c0-.94-.65-1.75-1.57-1.95l-2-.44c-.59-.13-1.21.01-1.68.39z"})
"LandslideRounded"))
================================================
FILE: src/icons/reagent_mui/icons/landslide_sharp.cljs
================================================
(ns reagent-mui.icons.landslide-sharp
"Imports @mui/icons-material/LandslideSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def landslide-sharp (create-svg-icon (e "path" #js {"d" "m15.47 13.79-2.58-1.03L6 15.05l-4-1.54v2.1l4 1.34zm-4.9-2.37L8 8H2v3.61l4 1.34zM6 19.05l-4-1.33V22h20l-4.97-6.62zM17 6V1l-5-1-3 2v4l3 2zm1.5 1L16 9v3l2.5 2 4.5-2V8z"})
"LandslideSharp"))
================================================
FILE: src/icons/reagent_mui/icons/landslide_two_tone.cljs
================================================
(ns reagent-mui.icons.landslide-two-tone
"Imports @mui/icons-material/LandslideTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def landslide-two-tone (create-svg-icon [(e "path" #js {"d" "M8.57 12.09 7 10H4v2.28l2 .67zm3.96 2.68-2.58-1.03L6 15.05l-2-.66v1.89l2 .67zM15 4.65V2.64l-2.58-.52-1.42.95v1.86l1.23.82zm-9 14.4-2-.66V20h14l-2.97-3.96zm12-9.09v1.08l.8.64 2.2-.98V9.6l-2-.44z", "opacity" ".3"}) (e "path" #js {"d" "M11 12 8 8H2v14h20l-6-8-5-2zm-7-2h3l1.57 2.09-2.57.86-2-.67V10zm0 4.39 2 .67 3.95-1.32 2.58 1.03L6 16.95l-2-.67v-1.89zM4 20v-1.61l2 .67 9.03-3.01L18 20H4zM17 6V1l-5-1-3 2v4l3 2 5-2zm-6-2.93 1.42-.95 2.58.52v2.01l-2.77 1.11L11 4.93V3.07zM18.5 7 16 9v3l2.5 2 4.5-2V8l-4.5-1zm2.5 3.7-2.2.98-.8-.64V9.96l1-.8 2 .44v1.1z"})]
"LandslideTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/language.cljs
================================================
(ns reagent-mui.icons.language
"Imports @mui/icons-material/Language as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def language (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95c-.32-1.25-.78-2.45-1.38-3.56 1.84.63 3.37 1.91 4.33 3.56zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2 0 .68.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66 2.49-2.93 4.33-3.56C8.81 5.55 8.35 6.75 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2 0-.68.07-1.35.16-2h4.68c.09.65.16 1.32.16 2 0 .68-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95c-.96 1.65-2.49 2.93-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2 0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"})
"Language"))
================================================
FILE: src/icons/reagent_mui/icons/language_outlined.cljs
================================================
(ns reagent-mui.icons.language-outlined
"Imports @mui/icons-material/LanguageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def language-outlined (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95c-.32-1.25-.78-2.45-1.38-3.56 1.84.63 3.37 1.91 4.33 3.56zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66 2.49-2.93 4.33-3.56C8.81 5.55 8.35 6.75 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95c-.96 1.65-2.49 2.93-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"})
"LanguageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/language_rounded.cljs
================================================
(ns reagent-mui.icons.language-rounded
"Imports @mui/icons-material/LanguageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def language-rounded (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95c-.32-1.25-.78-2.45-1.38-3.56 1.84.63 3.37 1.91 4.33 3.56zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66 2.49-2.93 4.33-3.56C8.81 5.55 8.35 6.75 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95c-.96 1.65-2.49 2.93-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"})
"LanguageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/language_sharp.cljs
================================================
(ns reagent-mui.icons.language-sharp
"Imports @mui/icons-material/LanguageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def language-sharp (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95c-.32-1.25-.78-2.45-1.38-3.56 1.84.63 3.37 1.91 4.33 3.56zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66 2.49-2.93 4.33-3.56C8.81 5.55 8.35 6.75 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95c-.96 1.65-2.49 2.93-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"})
"LanguageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/language_two_tone.cljs
================================================
(ns reagent-mui.icons.language-two-tone
"Imports @mui/icons-material/LanguageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def language-two-tone (create-svg-icon [(e "path" #js {"d" "M5.08 8h2.95c.32-1.25.78-2.45 1.38-3.56-1.84.63-3.37 1.9-4.33 3.56zm2.42 4c0-.68.06-1.34.14-2H4.26c-.16.64-.26 1.31-.26 2s.1 1.36.26 2h3.38c-.08-.66-.14-1.32-.14-2zm-2.42 4c.96 1.66 2.49 2.93 4.33 3.56-.6-1.11-1.06-2.31-1.38-3.56H5.08zM12 4.04c-.83 1.2-1.48 2.53-1.91 3.96h3.82c-.43-1.43-1.08-2.76-1.91-3.96zM18.92 8c-.96-1.65-2.49-2.93-4.33-3.56.6 1.11 1.06 2.31 1.38 3.56h2.95zM12 19.96c.83-1.2 1.48-2.53 1.91-3.96h-3.82c.43 1.43 1.08 2.76 1.91 3.96zm2.59-.4c1.84-.63 3.37-1.91 4.33-3.56h-2.95c-.32 1.25-.78 2.45-1.38 3.56zM19.74 10h-3.38c.08.66.14 1.32.14 2s-.06 1.34-.14 2h3.38c.16-.64.26-1.31.26-2s-.1-1.36-.26-2zM9.66 10c-.09.65-.16 1.32-.16 2s.07 1.34.16 2h4.68c.09-.66.16-1.32.16-2s-.07-1.35-.16-2H9.66z", "opacity" ".3"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95c-.32-1.25-.78-2.45-1.38-3.56 1.84.63 3.37 1.91 4.33 3.56zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66 2.49-2.93 4.33-3.56C8.81 5.55 8.35 6.75 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95c-.96 1.65-2.49 2.93-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"})]
"LanguageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/laptop.cljs
================================================
(ns reagent-mui.icons.laptop
"Imports @mui/icons-material/Laptop as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop (create-svg-icon (e "path" #js {"d" "M20 18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z"})
"Laptop"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_chromebook.cljs
================================================
(ns reagent-mui.icons.laptop-chromebook
"Imports @mui/icons-material/LaptopChromebook as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-chromebook (create-svg-icon (e "path" #js {"d" "M22 18V3H2v15H0v2h24v-2h-2zm-8 0h-4v-1h4v1zm6-3H4V5h16v10z"})
"LaptopChromebook"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_chromebook_outlined.cljs
================================================
(ns reagent-mui.icons.laptop-chromebook-outlined
"Imports @mui/icons-material/LaptopChromebookOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-chromebook-outlined (create-svg-icon (e "path" #js {"d" "M22 18V3H2v15H0v2h24v-2h-2zm-8 0h-4v-1h4v1zm6-3H4V5h16v10z"})
"LaptopChromebookOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_chromebook_rounded.cljs
================================================
(ns reagent-mui.icons.laptop-chromebook-rounded
"Imports @mui/icons-material/LaptopChromebookRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-chromebook-rounded (create-svg-icon (e "path" #js {"d" "M23 18h-1V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v13H1c-.55 0-1 .45-1 1s.45 1 1 1h22c.55 0 1-.45 1-1s-.45-1-1-1zm-9.5 0h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5zm6.5-3H4V6c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v9z"})
"LaptopChromebookRounded"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_chromebook_sharp.cljs
================================================
(ns reagent-mui.icons.laptop-chromebook-sharp
"Imports @mui/icons-material/LaptopChromebookSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-chromebook-sharp (create-svg-icon (e "path" #js {"d" "M22 18V3H2v15H0v2h24v-2h-2zm-8 0h-4v-1h4v1zm6-3H4V5h16v10z"})
"LaptopChromebookSharp"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_chromebook_two_tone.cljs
================================================
(ns reagent-mui.icons.laptop-chromebook-two-tone
"Imports @mui/icons-material/LaptopChromebookTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-chromebook-two-tone (create-svg-icon [(e "path" #js {"d" "M4 5h16v10H4z", "opacity" ".3"}) (e "path" #js {"d" "M22 18V3H2v15H0v2h24v-2h-2zm-8 0h-4v-1h4v1zm6-3H4V5h16v10z"})]
"LaptopChromebookTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_mac.cljs
================================================
(ns reagent-mui.icons.laptop-mac
"Imports @mui/icons-material/LaptopMac as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-mac (create-svg-icon (e "path" #js {"d" "M20 18c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2H0c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2h-4zM4 5h16v11H4V5zm8 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"LaptopMac"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_mac_outlined.cljs
================================================
(ns reagent-mui.icons.laptop-mac-outlined
"Imports @mui/icons-material/LaptopMacOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-mac-outlined (create-svg-icon (e "path" #js {"d" "M20 18c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2H0c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2h-4zM4 5h16v11H4V5zm8 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"LaptopMacOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_mac_rounded.cljs
================================================
(ns reagent-mui.icons.laptop-mac-rounded
"Imports @mui/icons-material/LaptopMacRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-mac-rounded (create-svg-icon (e "path" #js {"d" "M20 18c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2H0c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2h-4zM5 5h14c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1zm7 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"LaptopMacRounded"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_mac_sharp.cljs
================================================
(ns reagent-mui.icons.laptop-mac-sharp
"Imports @mui/icons-material/LaptopMacSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-mac-sharp (create-svg-icon (e "path" #js {"d" "m20 18 1.99-2L22 3H2v13l2 2H0v2h24v-2h-4zM4 5h16v11H4V5zm8 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"LaptopMacSharp"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_mac_two_tone.cljs
================================================
(ns reagent-mui.icons.laptop-mac-two-tone
"Imports @mui/icons-material/LaptopMacTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-mac-two-tone (create-svg-icon [(e "path" #js {"d" "M4 5h16v11H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 18c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2H0c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2h-4zM4 5h16v11H4V5zm8 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"LaptopMacTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_outlined.cljs
================================================
(ns reagent-mui.icons.laptop-outlined
"Imports @mui/icons-material/LaptopOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-outlined (create-svg-icon (e "path" #js {"d" "M20 18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z"})
"LaptopOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_rounded.cljs
================================================
(ns reagent-mui.icons.laptop-rounded
"Imports @mui/icons-material/LaptopRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-rounded (create-svg-icon (e "path" #js {"d" "M20 18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H1c-.55 0-1 .45-1 1s.45 1 1 1h22c.55 0 1-.45 1-1s-.45-1-1-1h-3zM5 6h14c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1z"})
"LaptopRounded"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_sharp.cljs
================================================
(ns reagent-mui.icons.laptop-sharp
"Imports @mui/icons-material/LaptopSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-sharp (create-svg-icon (e "path" #js {"d" "m20 18 2-2V4H2v12l2 2H0v2h24v-2h-4zM4 6h16v10H4V6z"})
"LaptopSharp"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_two_tone.cljs
================================================
(ns reagent-mui.icons.laptop-two-tone
"Imports @mui/icons-material/LaptopTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-two-tone (create-svg-icon [(e "path" #js {"d" "M4 6h16v10H4V6z", "opacity" ".3"}) (e "path" #js {"d" "M20 18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z"})]
"LaptopTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_windows.cljs
================================================
(ns reagent-mui.icons.laptop-windows
"Imports @mui/icons-material/LaptopWindows as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-windows (create-svg-icon (e "path" #js {"d" "M20 18v-1c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2v1H0v2h24v-2h-4zM4 5h16v10H4V5z"})
"LaptopWindows"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_windows_outlined.cljs
================================================
(ns reagent-mui.icons.laptop-windows-outlined
"Imports @mui/icons-material/LaptopWindowsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-windows-outlined (create-svg-icon (e "path" #js {"d" "M20 18v-1c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2v1H0v2h24v-2h-4zM4 5h16v10H4V5z"})
"LaptopWindowsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_windows_rounded.cljs
================================================
(ns reagent-mui.icons.laptop-windows-rounded
"Imports @mui/icons-material/LaptopWindowsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-windows-rounded (create-svg-icon (e "path" #js {"d" "M20 18v-1c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2v1H1c-.55 0-1 .45-1 1s.45 1 1 1h22c.55 0 1-.45 1-1s-.45-1-1-1h-3zM5 5h14c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1z"})
"LaptopWindowsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_windows_sharp.cljs
================================================
(ns reagent-mui.icons.laptop-windows-sharp
"Imports @mui/icons-material/LaptopWindowsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-windows-sharp (create-svg-icon (e "path" #js {"d" "M20 18v-1h1.99L22 3H2v14h2v1H0v2h24v-2h-4zM4 5h16v10H4V5z"})
"LaptopWindowsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/laptop_windows_two_tone.cljs
================================================
(ns reagent-mui.icons.laptop-windows-two-tone
"Imports @mui/icons-material/LaptopWindowsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def laptop-windows-two-tone (create-svg-icon [(e "path" #js {"d" "M4 5h16v10H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 18v-1c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2v1H0v2h24v-2h-4zM4 5h16v10H4V5z"})]
"LaptopWindowsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/last_page.cljs
================================================
(ns reagent-mui.icons.last-page
"Imports @mui/icons-material/LastPage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def last-page (create-svg-icon (e "path" #js {"d" "M5.59 7.41 10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"})
"LastPage"))
================================================
FILE: src/icons/reagent_mui/icons/last_page_outlined.cljs
================================================
(ns reagent-mui.icons.last-page-outlined
"Imports @mui/icons-material/LastPageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def last-page-outlined (create-svg-icon (e "path" #js {"d" "M5.59 7.41 10.18 12l-4.59 4.59L7 18l6-6-6-6-1.41 1.41zM16 6h2v12h-2V6z"})
"LastPageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/last_page_rounded.cljs
================================================
(ns reagent-mui.icons.last-page-rounded
"Imports @mui/icons-material/LastPageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def last-page-rounded (create-svg-icon (e "path" #js {"d" "M6.29 8.11 10.18 12l-3.89 3.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41L7.7 6.7a.9959.9959 0 0 0-1.41 0c-.38.39-.38 1.03 0 1.41zM17 6c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1s-1-.45-1-1V7c0-.55.45-1 1-1z"})
"LastPageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/last_page_sharp.cljs
================================================
(ns reagent-mui.icons.last-page-sharp
"Imports @mui/icons-material/LastPageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def last-page-sharp (create-svg-icon (e "path" #js {"d" "M5.59 7.41 10.18 12l-4.59 4.59L7 18l6-6-6-6-1.41 1.41zM16 6h2v12h-2V6z"})
"LastPageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/last_page_two_tone.cljs
================================================
(ns reagent-mui.icons.last-page-two-tone
"Imports @mui/icons-material/LastPageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def last-page-two-tone (create-svg-icon (e "path" #js {"d" "M5.59 7.41 10.18 12l-4.59 4.59L7 18l6-6-6-6-1.41 1.41zM16 6h2v12h-2V6z"})
"LastPageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/launch.cljs
================================================
(ns reagent-mui.icons.launch
"Imports @mui/icons-material/Launch as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def launch (create-svg-icon (e "path" #js {"d" "M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"})
"Launch"))
================================================
FILE: src/icons/reagent_mui/icons/launch_outlined.cljs
================================================
(ns reagent-mui.icons.launch-outlined
"Imports @mui/icons-material/LaunchOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def launch-outlined (create-svg-icon (e "path" #js {"d" "M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"})
"LaunchOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/launch_rounded.cljs
================================================
(ns reagent-mui.icons.launch-rounded
"Imports @mui/icons-material/LaunchRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def launch-rounded (create-svg-icon (e "path" #js {"d" "M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.11 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55-.45 1-1 1zM14 4c0 .55.45 1 1 1h2.59l-9.13 9.13c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V3h-6c-.55 0-1 .45-1 1z"})
"LaunchRounded"))
================================================
FILE: src/icons/reagent_mui/icons/launch_sharp.cljs
================================================
(ns reagent-mui.icons.launch-sharp
"Imports @mui/icons-material/LaunchSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def launch-sharp (create-svg-icon (e "path" #js {"d" "M19 19H5V5h7V3H3v18h18v-9h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"})
"LaunchSharp"))
================================================
FILE: src/icons/reagent_mui/icons/launch_two_tone.cljs
================================================
(ns reagent-mui.icons.launch-two-tone
"Imports @mui/icons-material/LaunchTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def launch-two-tone (create-svg-icon (e "path" #js {"d" "M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"})
"LaunchTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/layers.cljs
================================================
(ns reagent-mui.icons.layers
"Imports @mui/icons-material/Layers as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def layers (create-svg-icon (e "path" #js {"d" "m11.99 18.54-7.37-5.73L3 14.07l9 7 9-7-1.63-1.27-7.38 5.74zM12 16l7.36-5.73L21 9l-9-7-9 7 1.63 1.27L12 16z"})
"Layers"))
================================================
FILE: src/icons/reagent_mui/icons/layers_clear.cljs
================================================
(ns reagent-mui.icons.layers-clear
"Imports @mui/icons-material/LayersClear as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def layers-clear (create-svg-icon (e "path" #js {"d" "m19.81 14.99 1.19-.92-1.43-1.43-1.19.92 1.43 1.43zm-.45-4.72L21 9l-9-7-2.91 2.27 7.87 7.88 2.4-1.88zM3.27 1 2 2.27l4.22 4.22L3 9l1.63 1.27L12 16l2.1-1.63 1.43 1.43L12 18.54l-7.37-5.73L3 14.07l9 7 4.95-3.85L20.73 21 22 19.73 3.27 1z"})
"LayersClear"))
================================================
FILE: src/icons/reagent_mui/icons/layers_clear_outlined.cljs
================================================
(ns reagent-mui.icons.layers-clear-outlined
"Imports @mui/icons-material/LayersClearOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def layers-clear-outlined (create-svg-icon (e "path" #js {"d" "M12 4.53 17.74 9l-1.89 1.47 1.43 1.42L21 9l-9-7-2.59 2.02 1.42 1.42zm9 9.54-1.63-1.27-.67.52 1.43 1.43zM3.41.86 2 2.27l4.22 4.22L3 9l9 7 2.1-1.63 1.42 1.42-3.53 2.75-7.37-5.73L3 14.07l9 7 4.95-3.85L20.73 21l1.41-1.41L3.41.86zM12 13.47 6.26 9l1.39-1.08 5.02 5.02-.67.53z"})
"LayersClearOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/layers_clear_rounded.cljs
================================================
(ns reagent-mui.icons.layers-clear-rounded
"Imports @mui/icons-material/LayersClearRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def layers-clear-rounded (create-svg-icon (e "path" #js {"d" "M19.99 9.79c.51-.4.51-1.18 0-1.58l-6.76-5.26c-.72-.56-1.73-.56-2.46 0L9.41 4.02l7.88 7.88 2.7-2.11zm0 3.49-.01-.01a.991.991 0 0 0-1.22 0l-.05.04 1.4 1.4c.37-.41.34-1.07-.12-1.43zm1.45 5.6L4.12 1.56a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l3.52 3.52-2.22 1.72c-.51.4-.51 1.18 0 1.58l6.76 5.26c.72.56 1.73.56 2.46 0l.87-.68 1.42 1.42-2.92 2.27c-.36.28-.87.28-1.23 0l-6.15-4.78a.991.991 0 0 0-1.22 0c-.51.4-.51 1.17 0 1.57l6.76 5.26c.72.56 1.73.56 2.46 0l3.72-2.89 3.07 3.07c.39.39 1.02.39 1.41 0 .41-.39.41-1.02.02-1.41z"})
"LayersClearRounded"))
================================================
FILE: src/icons/reagent_mui/icons/layers_clear_sharp.cljs
================================================
(ns reagent-mui.icons.layers-clear-sharp
"Imports @mui/icons-material/LayersClearSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def layers-clear-sharp (create-svg-icon (e "path" #js {"d" "m21 9-9-7-2.59 2.02 7.87 7.87zm0 5.07-1.63-1.27-.67.52 1.43 1.43zM3.41.86 2 2.27l4.22 4.22L3 9l9 7 2.1-1.63 1.42 1.42-3.53 2.75-7.37-5.73L3 14.07l9 7 4.95-3.85L20.73 21l1.41-1.41z"})
"LayersClearSharp"))
================================================
FILE: src/icons/reagent_mui/icons/layers_clear_two_tone.cljs
================================================
(ns reagent-mui.icons.layers-clear-two-tone
"Imports @mui/icons-material/LayersClearTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def layers-clear-two-tone (create-svg-icon [(e "path" #js {"d" "m12 13.47.67-.53-5.02-5.02L6.26 9zm0-8.94-1.17.91 5.02 5.03L17.74 9z", "opacity" ".3"}) (e "path" #js {"d" "M12 4.53 17.74 9l-1.89 1.47 1.43 1.42L21 9l-9-7-2.59 2.02 1.42 1.42zm9 9.54-1.63-1.27-.67.52 1.43 1.43zM3.41.86 2 2.27l4.22 4.22L3 9l9 7 2.1-1.63 1.42 1.42-3.53 2.75-7.37-5.73L3 14.07l9 7 4.95-3.85L20.73 21l1.41-1.41L3.41.86zM12 13.47 6.26 9l1.39-1.08 5.02 5.02-.67.53z"})]
"LayersClearTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/layers_outlined.cljs
================================================
(ns reagent-mui.icons.layers-outlined
"Imports @mui/icons-material/LayersOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def layers-outlined (create-svg-icon (e "path" #js {"d" "m11.99 18.54-7.37-5.73L3 14.07l9 7 9-7-1.63-1.27zM12 16l7.36-5.73L21 9l-9-7-9 7 1.63 1.27L12 16zm0-11.47L17.74 9 12 13.47 6.26 9 12 4.53z"})
"LayersOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/layers_rounded.cljs
================================================
(ns reagent-mui.icons.layers-rounded
"Imports @mui/icons-material/LayersRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def layers-rounded (create-svg-icon (e "path" #js {"d" "M12.6 18.06c-.36.28-.87.28-1.23 0l-6.15-4.78a.991.991 0 0 0-1.22 0c-.51.4-.51 1.17 0 1.57l6.76 5.26c.72.56 1.73.56 2.46 0l6.76-5.26c.51-.4.51-1.17 0-1.57l-.01-.01a.991.991 0 0 0-1.22 0l-6.15 4.79zm.63-3.02 6.76-5.26c.51-.4.51-1.18 0-1.58l-6.76-5.26c-.72-.56-1.73-.56-2.46 0L4.01 8.21c-.51.4-.51 1.18 0 1.58l6.76 5.26c.72.56 1.74.56 2.46-.01z"})
"LayersRounded"))
================================================
FILE: src/icons/reagent_mui/icons/layers_sharp.cljs
================================================
(ns reagent-mui.icons.layers-sharp
"Imports @mui/icons-material/LayersSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def layers-sharp (create-svg-icon (e "path" #js {"d" "m11.99 18.54-7.37-5.73L3 14.07l9 7 9-7-1.63-1.27-7.38 5.74zM12 16l7.36-5.73L21 9l-9-7-9 7 1.63 1.27L12 16z"})
"LayersSharp"))
================================================
FILE: src/icons/reagent_mui/icons/layers_two_tone.cljs
================================================
(ns reagent-mui.icons.layers-two-tone
"Imports @mui/icons-material/LayersTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def layers-two-tone (create-svg-icon [(e "path" #js {"d" "M6.26 9 12 13.47 17.74 9 12 4.53z", "opacity" ".3"}) (e "path" #js {"d" "m19.37 12.8-7.38 5.74-7.37-5.73L3 14.07l9 7 9-7zM12 2 3 9l1.63 1.27L12 16l7.36-5.73L21 9l-9-7zm0 11.47L6.26 9 12 4.53 17.74 9 12 13.47z"})]
"LayersTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/leaderboard.cljs
================================================
(ns reagent-mui.icons.leaderboard
"Imports @mui/icons-material/Leaderboard as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def leaderboard (create-svg-icon (e "path" #js {"d" "M7.5 21H2V9h5.5v12zm7.25-18h-5.5v18h5.5V3zM22 11h-5.5v10H22V11z"})
"Leaderboard"))
================================================
FILE: src/icons/reagent_mui/icons/leaderboard_outlined.cljs
================================================
(ns reagent-mui.icons.leaderboard-outlined
"Imports @mui/icons-material/LeaderboardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def leaderboard-outlined (create-svg-icon (e "path" #js {"d" "M16 11V3H8v6H2v12h20V11h-6zm-6-6h4v14h-4V5zm-6 6h4v8H4v-8zm16 8h-4v-6h4v6z"})
"LeaderboardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/leaderboard_rounded.cljs
================================================
(ns reagent-mui.icons.leaderboard-rounded
"Imports @mui/icons-material/LeaderboardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def leaderboard-rounded (create-svg-icon (e "path" #js {"d" "M6.5 21H3c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1zm7.25-18h-3.5c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h3.5c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM21 11h-3.5c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1H21c.55 0 1-.45 1-1v-8c0-.55-.45-1-1-1z"})
"LeaderboardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/leaderboard_sharp.cljs
================================================
(ns reagent-mui.icons.leaderboard-sharp
"Imports @mui/icons-material/LeaderboardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def leaderboard-sharp (create-svg-icon (e "path" #js {"d" "M7.5 21H2V9h5.5v12zm7.25-18h-5.5v18h5.5V3zM22 11h-5.5v10H22V11z"})
"LeaderboardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/leaderboard_two_tone.cljs
================================================
(ns reagent-mui.icons.leaderboard-two-tone
"Imports @mui/icons-material/LeaderboardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def leaderboard-two-tone (create-svg-icon [(e "path" #js {"d" "M10 5h4v14h-4V5zm-6 6h4v8H4v-8zm16 8h-4v-6h4v6z", "opacity" ".3"}) (e "path" #js {"d" "M16 11V3H8v6H2v12h20V11h-6zm-6-6h4v14h-4V5zm-6 6h4v8H4v-8zm16 8h-4v-6h4v6z"})]
"LeaderboardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/leak_add.cljs
================================================
(ns reagent-mui.icons.leak-add
"Imports @mui/icons-material/LeakAdd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def leak-add (create-svg-icon (e "path" #js {"d" "M6 3H3v3c1.66 0 3-1.34 3-3zm8 0h-2c0 4.97-4.03 9-9 9v2c6.08 0 11-4.93 11-11zm-4 0H8c0 2.76-2.24 5-5 5v2c3.87 0 7-3.13 7-7zm0 18h2c0-4.97 4.03-9 9-9v-2c-6.07 0-11 4.93-11 11zm8 0h3v-3c-1.66 0-3 1.34-3 3zm-4 0h2c0-2.76 2.24-5 5-5v-2c-3.87 0-7 3.13-7 7z"})
"LeakAdd"))
================================================
FILE: src/icons/reagent_mui/icons/leak_add_outlined.cljs
================================================
(ns reagent-mui.icons.leak-add-outlined
"Imports @mui/icons-material/LeakAddOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def leak-add-outlined (create-svg-icon (e "path" #js {"d" "M6 3H3v3c1.66 0 3-1.34 3-3zm8 0h-2c0 4.97-4.03 9-9 9v2c6.08 0 11-4.93 11-11zm-4 0H8c0 2.76-2.24 5-5 5v2c3.87 0 7-3.13 7-7zm0 18h2c0-4.97 4.03-9 9-9v-2c-6.07 0-11 4.93-11 11zm8 0h3v-3c-1.66 0-3 1.34-3 3zm-4 0h2c0-2.76 2.24-5 5-5v-2c-3.87 0-7 3.13-7 7z"})
"LeakAddOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/leak_add_rounded.cljs
================================================
(ns reagent-mui.icons.leak-add-rounded
"Imports @mui/icons-material/LeakAddRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def leak-add-rounded (create-svg-icon (e "path" #js {"d" "M11.05 21c.5 0 .94-.37.99-.87.41-4.27 3.81-7.67 8.08-8.08.5-.05.88-.48.88-.99 0-.59-.51-1.06-1.1-1-5.19.52-9.32 4.65-9.84 9.83-.06.59.4 1.11.99 1.11zM18 21h3v-3c-1.66 0-3 1.34-3 3zm-2.91 0c.49 0 .9-.36.98-.85.36-2.08 2-3.72 4.08-4.08.49-.08.85-.49.85-.98 0-.61-.54-1.09-1.14-1-2.96.48-5.29 2.81-5.77 5.77-.1.6.39 1.14 1 1.14zM12.97 3.02c-.5 0-.94.37-.99.87-.41 4.27-3.81 7.67-8.08 8.08-.5.05-.88.48-.88.99 0 .59.51 1.06 1.1 1 5.19-.52 9.32-4.65 9.84-9.83.07-.58-.39-1.11-.99-1.11zm-6.94 0h-3v3c1.66 0 3-1.34 3-3zm2.91 0c-.49 0-.9.36-.98.85-.36 2.08-2 3.72-4.08 4.08-.49.09-.85.49-.85.99 0 .61.54 1.09 1.14 1 2.96-.48 5.29-2.81 5.77-5.77.09-.61-.4-1.15-1-1.15z"})
"LeakAddRounded"))
================================================
FILE: src/icons/reagent_mui/icons/leak_add_sharp.cljs
================================================
(ns reagent-mui.icons.leak-add-sharp
"Imports @mui/icons-material/LeakAddSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def leak-add-sharp (create-svg-icon (e "path" #js {"d" "M6 3H3v3c1.66 0 3-1.34 3-3zm8 0h-2c0 4.97-4.03 9-9 9v2c6.08 0 11-4.93 11-11zm-4 0H8c0 2.76-2.24 5-5 5v2c3.87 0 7-3.13 7-7zm0 18h2c0-4.97 4.03-9 9-9v-2c-6.07 0-11 4.93-11 11zm8 0h3v-3c-1.66 0-3 1.34-3 3zm-4 0h2c0-2.76 2.24-5 5-5v-2c-3.87 0-7 3.13-7 7z"})
"LeakAddSharp"))
================================================
FILE: src/icons/reagent_mui/icons/leak_add_two_tone.cljs
================================================
(ns reagent-mui.icons.leak-add-two-tone
"Imports @mui/icons-material/LeakAddTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def leak-add-two-tone (create-svg-icon (e "path" #js {"d" "M18 21h3v-3c-1.66 0-3 1.34-3 3zM3 14c6.08 0 11-4.93 11-11h-2c0 4.97-4.03 9-9 9v2zm11 7h2c0-2.76 2.24-5 5-5v-2c-3.87 0-7 3.13-7 7zM3 10c3.87 0 7-3.13 7-7H8c0 2.76-2.24 5-5 5v2zm7 11h2c0-4.97 4.03-9 9-9v-2c-6.07 0-11 4.93-11 11zM3 3v3c1.66 0 3-1.34 3-3H3z"})
"LeakAddTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/leak_remove.cljs
================================================
(ns reagent-mui.icons.leak-remove
"Imports @mui/icons-material/LeakRemove as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def leak-remove (create-svg-icon (e "path" #js {"d" "M10 3H8c0 .37-.04.72-.12 1.06l1.59 1.59C9.81 4.84 10 3.94 10 3zM3 4.27l2.84 2.84C5.03 7.67 4.06 8 3 8v2c1.61 0 3.09-.55 4.27-1.46L8.7 9.97C7.14 11.24 5.16 12 3 12v2c2.71 0 5.19-.99 7.11-2.62l2.5 2.5C10.99 15.81 10 18.29 10 21h2c0-2.16.76-4.14 2.03-5.69l1.43 1.43C14.55 17.91 14 19.39 14 21h2c0-1.06.33-2.03.89-2.84L19.73 21 21 19.73 4.27 3 3 4.27zM14 3h-2c0 1.5-.37 2.91-1.02 4.16l1.46 1.46C13.42 6.98 14 5.06 14 3zm5.94 13.12c.34-.08.69-.12 1.06-.12v-2c-.94 0-1.84.19-2.66.52l1.6 1.6zm-4.56-4.56 1.46 1.46C18.09 12.37 19.5 12 21 12v-2c-2.06 0-3.98.58-5.62 1.56z"})
"LeakRemove"))
================================================
FILE: src/icons/reagent_mui/icons/leak_remove_outlined.cljs
================================================
(ns reagent-mui.icons.leak-remove-outlined
"Imports @mui/icons-material/LeakRemoveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def leak-remove-outlined (create-svg-icon (e "path" #js {"d" "M14 3h-2c0 1.35-.31 2.63-.84 3.77l1.49 1.49C13.51 6.7 14 4.91 14 3zm7 9v-2c-1.91 0-3.7.49-5.27 1.35l1.49 1.49c1.15-.53 2.43-.84 3.78-.84zm0 4v-2c-.79 0-1.54.13-2.24.37l1.68 1.68c.19-.01.37-.05.56-.05zM10 3H8c0 .19-.04.37-.06.56l1.68 1.68c.25-.7.38-1.46.38-2.24zm-5.59-.14L3 4.27l2.84 2.84C5.03 7.67 4.06 8 3 8v2c1.61 0 3.09-.55 4.27-1.46L8.7 9.97C7.14 11.24 5.16 12 3 12v2c2.72 0 5.2-.99 7.11-2.62l2.51 2.51C10.99 15.81 10 18.29 10 21h2c0-2.16.76-4.14 2.03-5.7l1.43 1.43C14.55 17.91 14 19.39 14 21h2c0-1.06.33-2.03.89-2.84L19.73 21l1.41-1.41L4.41 2.86z"})
"LeakRemoveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/leak_remove_rounded.cljs
================================================
(ns reagent-mui.icons.leak-remove-rounded
"Imports @mui/icons-material/LeakRemoveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def leak-remove-rounded (create-svg-icon (e "path" #js {"d" "M20.12 12.04c.5-.05.88-.48.88-.99 0-.59-.51-1.06-1.1-1-1.5.15-2.9.61-4.16 1.3l1.48 1.48c.9-.41 1.87-.69 2.9-.79zm.88 3.05c0-.61-.54-1.09-1.14-1-.38.06-.75.16-1.11.28l1.62 1.62c.37-.15.63-.49.63-.9zM13.97 4.14c.06-.59-.4-1.11-1-1.11-.5 0-.94.37-.99.87-.1 1.03-.38 2.01-.79 2.91l1.48 1.48c.69-1.26 1.15-2.66 1.3-4.15zm-4.04.02c.1-.6-.39-1.14-1-1.14-.41 0-.75.26-.9.62l1.62 1.62c.13-.35.22-.72.28-1.1zm10.51 14.72L5.12 3.56a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l2.15 2.15c-.59.41-1.26.7-1.99.82-.48.1-.84.5-.84 1 0 .61.54 1.09 1.14 1 1.17-.19 2.23-.68 3.13-1.37L8.73 10c-1.34 1.1-3 1.82-4.81 1.99-.5.05-.88.48-.88.99 0 .59.51 1.06 1.1 1 2.28-.23 4.36-1.15 6.01-2.56l2.48 2.48c-1.4 1.65-2.33 3.72-2.56 6-.06.59.4 1.11 1 1.11.5 0 .94-.37.99-.87.18-1.82.9-3.48 1.99-4.82l1.43 1.43c-.69.9-1.18 1.96-1.37 3.13-.1.6.39 1.14 1 1.14.49 0 .9-.36.98-.85.12-.73.42-1.4.82-1.99l2.13 2.13c.39.39 1.02.39 1.41 0 .38-.41.38-1.04-.01-1.43z"})
"LeakRemoveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/leak_remove_sharp.cljs
================================================
(ns reagent-mui.icons.leak-remove-sharp
"Imports @mui/icons-material/LeakRemoveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def leak-remove-sharp (create-svg-icon (e "path" #js {"d" "M14 3h-2c0 1.35-.31 2.63-.84 3.77l1.49 1.49C13.51 6.7 14 4.91 14 3zm7 9v-2c-1.91 0-3.7.49-5.27 1.35l1.49 1.49c1.15-.53 2.43-.84 3.78-.84zm0 4v-2c-.79 0-1.54.13-2.24.37l1.68 1.68c.19-.01.37-.05.56-.05zM10 3H8c0 .19-.04.37-.06.56l1.68 1.68c.25-.7.38-1.46.38-2.24zm-5.59-.14L3 4.27l2.84 2.84C5.03 7.67 4.06 8 3 8v2c1.61 0 3.09-.55 4.27-1.46L8.7 9.97C7.14 11.24 5.16 12 3 12v2c2.72 0 5.2-.99 7.11-2.62l2.51 2.51C10.99 15.81 10 18.29 10 21h2c0-2.16.76-4.14 2.03-5.7l1.43 1.43C14.55 17.91 14 19.39 14 21h2c0-1.06.33-2.03.89-2.84L19.73 21l1.41-1.41L4.41 2.86z"})
"LeakRemoveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/leak_remove_two_tone.cljs
================================================
(ns reagent-mui.icons.leak-remove-two-tone
"Imports @mui/icons-material/LeakRemoveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def leak-remove-two-tone (create-svg-icon (e "path" #js {"d" "M14 3h-2c0 1.35-.31 2.63-.84 3.77l1.49 1.49C13.51 6.7 14 4.91 14 3zm7 9v-2c-1.91 0-3.7.49-5.27 1.35l1.49 1.49c1.15-.53 2.43-.84 3.78-.84zm0 4v-2c-.79 0-1.54.13-2.24.37l1.68 1.68c.19-.01.37-.05.56-.05zM10 3H8c0 .19-.04.37-.06.56l1.68 1.68c.25-.7.38-1.46.38-2.24zm-5.59-.14L3 4.27l2.84 2.84C5.03 7.67 4.06 8 3 8v2c1.61 0 3.09-.55 4.27-1.46L8.7 9.97C7.14 11.24 5.16 12 3 12v2c2.72 0 5.2-.99 7.11-2.62l2.51 2.51C10.99 15.81 10 18.29 10 21h2c0-2.16.76-4.14 2.03-5.7l1.43 1.43C14.55 17.91 14 19.39 14 21h2c0-1.06.33-2.03.89-2.84L19.73 21l1.41-1.41L4.41 2.86z"})
"LeakRemoveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/legend_toggle.cljs
================================================
(ns reagent-mui.icons.legend-toggle
"Imports @mui/icons-material/LegendToggle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def legend-toggle (create-svg-icon (e "path" #js {"d" "M20 15H4v-2h16v2zm0 2H4v2h16v-2zm-5-6 5-3.55V5l-5 3.55L10 5 4 8.66V11l5.92-3.61L15 11z"})
"LegendToggle"))
================================================
FILE: src/icons/reagent_mui/icons/legend_toggle_outlined.cljs
================================================
(ns reagent-mui.icons.legend-toggle-outlined
"Imports @mui/icons-material/LegendToggleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def legend-toggle-outlined (create-svg-icon (e "path" #js {"d" "M20 15H4v-2h16v2zm0 2H4v2h16v-2zm-5-6 5-3.55V5l-5 3.55L10 5 4 8.66V11l5.92-3.61L15 11z"})
"LegendToggleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/legend_toggle_rounded.cljs
================================================
(ns reagent-mui.icons.legend-toggle-rounded
"Imports @mui/icons-material/LegendToggleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def legend-toggle-rounded (create-svg-icon (e "path" #js {"d" "M19 15H5c-.55 0-1-.45-1-1s.45-1 1-1h14c.55 0 1 .45 1 1s-.45 1-1 1zm0 2H5c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm-4-6 4.58-3.25c.26-.19.42-.49.42-.81 0-.81-.92-1.29-1.58-.82L15 8.55 10 5 4.48 8.36c-.3.19-.48.51-.48.86 0 .78.85 1.26 1.52.85l4.4-2.68L15 11z"})
"LegendToggleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/legend_toggle_sharp.cljs
================================================
(ns reagent-mui.icons.legend-toggle-sharp
"Imports @mui/icons-material/LegendToggleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def legend-toggle-sharp (create-svg-icon (e "path" #js {"d" "M20 15H4v-2h16v2zm0 2H4v2h16v-2zm-5-6 5-3.55V5l-5 3.55L10 5 4 8.66V11l5.92-3.61L15 11z"})
"LegendToggleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/legend_toggle_two_tone.cljs
================================================
(ns reagent-mui.icons.legend-toggle-two-tone
"Imports @mui/icons-material/LegendToggleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def legend-toggle-two-tone (create-svg-icon (e "path" #js {"d" "M20 15H4v-2h16v2zm0 2H4v2h16v-2zm-5-6 5-3.55V5l-5 3.55L10 5 4 8.66V11l5.92-3.61L15 11z"})
"LegendToggleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/lens.cljs
================================================
(ns reagent-mui.icons.lens
"Imports @mui/icons-material/Lens as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lens (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"})
"Lens"))
================================================
FILE: src/icons/reagent_mui/icons/lens_blur.cljs
================================================
(ns reagent-mui.icons.lens-blur
"Imports @mui/icons-material/LensBlur as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lens-blur (create-svg-icon (e "path" #js {"d" "M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3 .5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-11 10c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm8 .5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 8.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-4-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"})
"LensBlur"))
================================================
FILE: src/icons/reagent_mui/icons/lens_blur_outlined.cljs
================================================
(ns reagent-mui.icons.lens-blur-outlined
"Imports @mui/icons-material/LensBlurOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lens-blur-outlined (create-svg-icon (e "path" #js {"d" "M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3 .5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-11 10c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm8 .5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 8.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-4-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"})
"LensBlurOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/lens_blur_rounded.cljs
================================================
(ns reagent-mui.icons.lens-blur-rounded
"Imports @mui/icons-material/LensBlurRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lens-blur-rounded (create-svg-icon (e "path" #js {"d" "M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3 .5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-11 10c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm8 .5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 8.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-4-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"})
"LensBlurRounded"))
================================================
FILE: src/icons/reagent_mui/icons/lens_blur_sharp.cljs
================================================
(ns reagent-mui.icons.lens-blur-sharp
"Imports @mui/icons-material/LensBlurSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lens-blur-sharp (create-svg-icon (e "path" #js {"d" "M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3 .5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-11 10c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm8 .5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 8.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-4-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"})
"LensBlurSharp"))
================================================
FILE: src/icons/reagent_mui/icons/lens_blur_two_tone.cljs
================================================
(ns reagent-mui.icons.lens-blur-two-tone
"Imports @mui/icons-material/LensBlurTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lens-blur-two-tone (create-svg-icon (e "path" #js {"d" "M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3 .5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-11 10c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm8 .5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 8.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-4-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"})
"LensBlurTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/lens_outlined.cljs
================================================
(ns reagent-mui.icons.lens-outlined
"Imports @mui/icons-material/LensOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lens-outlined (create-svg-icon (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"})
"LensOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/lens_rounded.cljs
================================================
(ns reagent-mui.icons.lens-rounded
"Imports @mui/icons-material/LensRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lens-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"})
"LensRounded"))
================================================
FILE: src/icons/reagent_mui/icons/lens_sharp.cljs
================================================
(ns reagent-mui.icons.lens-sharp
"Imports @mui/icons-material/LensSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lens-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"})
"LensSharp"))
================================================
FILE: src/icons/reagent_mui/icons/lens_two_tone.cljs
================================================
(ns reagent-mui.icons.lens-two-tone
"Imports @mui/icons-material/LensTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lens-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})]
"LensTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/library_add.cljs
================================================
(ns reagent-mui.icons.library-add
"Imports @mui/icons-material/LibraryAdd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-add (create-svg-icon (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z"})
"LibraryAdd"))
================================================
FILE: src/icons/reagent_mui/icons/library_add_check.cljs
================================================
(ns reagent-mui.icons.library-add-check
"Imports @mui/icons-material/LibraryAddCheck as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-add-check (create-svg-icon (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7.53 12L9 10.5l1.4-1.41 2.07 2.08L17.6 6 19 7.41 12.47 14zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"})
"LibraryAddCheck"))
================================================
FILE: src/icons/reagent_mui/icons/library_add_check_outlined.cljs
================================================
(ns reagent-mui.icons.library-add-check-outlined
"Imports @mui/icons-material/LibraryAddCheckOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-add-check-outlined (create-svg-icon (e "path" #js {"d" "M20 4v12H8V4h12m0-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7.53 12L9 10.5l1.4-1.41 2.07 2.08L17.6 6 19 7.41 12.47 14zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"})
"LibraryAddCheckOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/library_add_check_rounded.cljs
================================================
(ns reagent-mui.icons.library-add-check-rounded
"Imports @mui/icons-material/LibraryAddCheckRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-add-check-rounded (create-svg-icon (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8.24 11.28L9.69 11.2c-.38-.39-.38-1.01 0-1.4.39-.39 1.02-.39 1.41 0l1.36 1.37 4.42-4.46c.39-.39 1.02-.39 1.41 0 .38.39.38 1.01 0 1.4l-5.13 5.17c-.37.4-1.01.4-1.4 0zM3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1z"})
"LibraryAddCheckRounded"))
================================================
FILE: src/icons/reagent_mui/icons/library_add_check_sharp.cljs
================================================
(ns reagent-mui.icons.library-add-check-sharp
"Imports @mui/icons-material/LibraryAddCheckSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-add-check-sharp (create-svg-icon (e "path" #js {"d" "M22 2H6v16h16V2zm-9.53 12L9 10.5l1.4-1.41 2.07 2.08L17.6 6 19 7.41 12.47 14zM4 6H2v16h16v-2H4V6z"})
"LibraryAddCheckSharp"))
================================================
FILE: src/icons/reagent_mui/icons/library_add_check_two_tone.cljs
================================================
(ns reagent-mui.icons.library-add-check-two-tone
"Imports @mui/icons-material/LibraryAddCheckTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-add-check-two-tone (create-svg-icon [(e "path" #js {"d" "M8 16h12V4H8v12zm2.4-6.91 2.07 2.08L17.6 6 19 7.41 12.47 14 9 10.5l1.4-1.41z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zm-7.53-2L9 10.5l1.4-1.41 2.07 2.08L17.6 6 19 7.41 12.47 14zM4 20h14v2H4c-1.1 0-2-.9-2-2V6h2v14z"})]
"LibraryAddCheckTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/library_add_outlined.cljs
================================================
(ns reagent-mui.icons.library-add-outlined
"Imports @mui/icons-material/LibraryAddOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-add-outlined (create-svg-icon (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zm-7-2h2v-3h3V9h-3V6h-2v3h-3v2h3z"})
"LibraryAddOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/library_add_rounded.cljs
================================================
(ns reagent-mui.icons.library-add-rounded
"Imports @mui/icons-material/LibraryAddRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-add-rounded (create-svg-icon (e "path" #js {"d" "M3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1zm17-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 9h-3v3c0 .55-.45 1-1 1s-1-.45-1-1v-3h-3c-.55 0-1-.45-1-1s.45-1 1-1h3V6c0-.55.45-1 1-1s1 .45 1 1v3h3c.55 0 1 .45 1 1s-.45 1-1 1z"})
"LibraryAddRounded"))
================================================
FILE: src/icons/reagent_mui/icons/library_add_sharp.cljs
================================================
(ns reagent-mui.icons.library-add-sharp
"Imports @mui/icons-material/LibraryAddSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-add-sharp (create-svg-icon (e "path" #js {"d" "M4 6H2v16h16v-2H4V6zm18-4H6v16h16V2zm-3 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z"})
"LibraryAddSharp"))
================================================
FILE: src/icons/reagent_mui/icons/library_add_two_tone.cljs
================================================
(ns reagent-mui.icons.library-add-two-tone
"Imports @mui/icons-material/LibraryAddTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-add-two-tone (create-svg-icon [(e "path" #js {"d" "M8 16h12V4H8v12zm2-7h3V6h2v3h3v2h-3v3h-2v-3h-3V9z", "opacity" ".3"}) (e "path" #js {"d" "M4 22h14v-2H4V6H2v14c0 1.1.9 2 2 2zM8 2c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H8zm12 14H8V4h12v12zm-7-2h2v-3h3V9h-3V6h-2v3h-3v2h3z"})]
"LibraryAddTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/library_books.cljs
================================================
(ns reagent-mui.icons.library-books
"Imports @mui/icons-material/LibraryBooks as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-books (create-svg-icon (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9H9V9h10v2zm-4 4H9v-2h6v2zm4-8H9V5h10v2z"})
"LibraryBooks"))
================================================
FILE: src/icons/reagent_mui/icons/library_books_outlined.cljs
================================================
(ns reagent-mui.icons.library-books-outlined
"Imports @mui/icons-material/LibraryBooksOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-books-outlined (create-svg-icon (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM10 9h8v2h-8zm0 3h4v2h-4zm0-6h8v2h-8z"})
"LibraryBooksOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/library_books_rounded.cljs
================================================
(ns reagent-mui.icons.library-books-rounded
"Imports @mui/icons-material/LibraryBooksRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-books-rounded (create-svg-icon (e "path" #js {"d" "M3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1zm17-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 9h-8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1zm-4 4h-4c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1zm4-8h-8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1z"})
"LibraryBooksRounded"))
================================================
FILE: src/icons/reagent_mui/icons/library_books_sharp.cljs
================================================
(ns reagent-mui.icons.library-books-sharp
"Imports @mui/icons-material/LibraryBooksSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-books-sharp (create-svg-icon (e "path" #js {"d" "M4 6H2v16h16v-2H4V6zm18-4H6v16h16V2zm-3 9H9V9h10v2zm-4 4H9v-2h6v2zm4-8H9V5h10v2z"})
"LibraryBooksSharp"))
================================================
FILE: src/icons/reagent_mui/icons/library_books_two_tone.cljs
================================================
(ns reagent-mui.icons.library-books-two-tone
"Imports @mui/icons-material/LibraryBooksTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-books-two-tone (create-svg-icon [(e "path" #js {"d" "M8 16h12V4H8v12zm2-10h8v2h-8V6zm0 3h8v2h-8V9zm0 3h4v2h-4v-2z", "opacity" ".3"}) (e "path" #js {"d" "M4 22h14v-2H4V6H2v14c0 1.1.9 2 2 2zM6 4v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2zm14 12H8V4h12v12zM10 9h8v2h-8zm0 3h4v2h-4zm0-6h8v2h-8z"})]
"LibraryBooksTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/library_music.cljs
================================================
(ns reagent-mui.icons.library-music
"Imports @mui/icons-material/LibraryMusic as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-music (create-svg-icon (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 5h-3v5.5c0 1.38-1.12 2.5-2.5 2.5S10 13.88 10 12.5s1.12-2.5 2.5-2.5c.57 0 1.08.19 1.5.51V5h4v2zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"})
"LibraryMusic"))
================================================
FILE: src/icons/reagent_mui/icons/library_music_outlined.cljs
================================================
(ns reagent-mui.icons.library-music-outlined
"Imports @mui/icons-material/LibraryMusicOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-music-outlined (create-svg-icon (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zm-7.5-1c1.38 0 2.5-1.12 2.5-2.5V7h3V5h-4v5.51c-.42-.32-.93-.51-1.5-.51-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"})
"LibraryMusicOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/library_music_rounded.cljs
================================================
(ns reagent-mui.icons.library-music-rounded
"Imports @mui/icons-material/LibraryMusicRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-music-rounded (create-svg-icon (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-3 5h-2v5.37c0 1.27-.9 2.44-2.16 2.6-1.69.23-3.11-1.25-2.8-2.95.2-1.1 1.18-1.95 2.3-2.02.63-.04 1.2.16 1.66.51V6c0-.55.45-1 1-1h2c.55 0 1 .45 1 1s-.45 1-1 1zM3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1z"})
"LibraryMusicRounded"))
================================================
FILE: src/icons/reagent_mui/icons/library_music_sharp.cljs
================================================
(ns reagent-mui.icons.library-music-sharp
"Imports @mui/icons-material/LibraryMusicSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-music-sharp (create-svg-icon (e "path" #js {"d" "M22 2H6v16h16V2zm-4 5h-3v5.5c0 1.38-1.12 2.5-2.5 2.5S10 13.88 10 12.5s1.12-2.5 2.5-2.5c.57 0 1.08.19 1.5.51V5h4v2zM4 6H2v16h16v-2H4V6z"})
"LibraryMusicSharp"))
================================================
FILE: src/icons/reagent_mui/icons/library_music_two_tone.cljs
================================================
(ns reagent-mui.icons.library-music-two-tone
"Imports @mui/icons-material/LibraryMusicTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def library-music-two-tone (create-svg-icon [(e "path" #js {"d" "M8 16h12V4H8v12zm4.5-6c.57 0 1.08.19 1.5.51V5h4v2h-3v5.5c0 1.38-1.12 2.5-2.5 2.5S10 13.88 10 12.5s1.12-2.5 2.5-2.5z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zm-7.5-1c1.38 0 2.5-1.12 2.5-2.5V7h3V5h-4v5.51c-.42-.32-.93-.51-1.5-.51-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5zM2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z"})]
"LibraryMusicTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/light.cljs
================================================
(ns reagent-mui.icons.light
"Imports @mui/icons-material/Light as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def light (create-svg-icon (e "path" #js {"d" "M13 6.06V3h-2v3.06c-4.5.5-8 4.31-8 8.93C3 16.1 3.9 17 5.01 17H8c0 2.21 1.79 4 4 4s4-1.79 4-4h2.99c1.11 0 2.01-.9 2.01-2.01 0-4.62-3.5-8.43-8-8.93zM12 15H5c0-3.86 3.14-7 7-7s7 3.14 7 7h-7z"})
"Light"))
================================================
FILE: src/icons/reagent_mui/icons/light_mode.cljs
================================================
(ns reagent-mui.icons.light-mode
"Imports @mui/icons-material/LightMode as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def light-mode (create-svg-icon (e "path" #js {"d" "M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1s.45 1 1 1zm18 0h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0s.39-1.03 0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0 .39-.39.39-1.03 0-1.41l-1.06-1.06zm1.06-10.96c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06zM7.05 18.36c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06z"})
"LightMode"))
================================================
FILE: src/icons/reagent_mui/icons/light_mode_outlined.cljs
================================================
(ns reagent-mui.icons.light-mode-outlined
"Imports @mui/icons-material/LightModeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def light-mode-outlined (create-svg-icon (e "path" #js {"d" "M12 9c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3m0-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1s.45 1 1 1zm18 0h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0s.39-1.03 0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0 .39-.39.39-1.03 0-1.41l-1.06-1.06zm1.06-10.96c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06zM7.05 18.36c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06z"})
"LightModeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/light_mode_rounded.cljs
================================================
(ns reagent-mui.icons.light-mode-rounded
"Imports @mui/icons-material/LightModeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def light-mode-rounded (create-svg-icon (e "path" #js {"d" "M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1s.45 1 1 1zm18 0h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0s.39-1.03 0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0 .39-.39.39-1.03 0-1.41l-1.06-1.06zm1.06-10.96c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06zM7.05 18.36c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06z"})
"LightModeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/light_mode_sharp.cljs
================================================
(ns reagent-mui.icons.light-mode-sharp
"Imports @mui/icons-material/LightModeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def light-mode-sharp (create-svg-icon (e "path" #js {"d" "M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm-1-6v4h2V1h-2zm0 18v4h2v-4h-2zm12-8h-4v2h4v-2zM5 11H1v2h4v-2zm11.24 6.66 2.47 2.47 1.41-1.41-2.47-2.47-1.41 1.41zM3.87 5.28l2.47 2.47 1.41-1.41-2.47-2.47-1.41 1.41zm2.47 10.96-2.47 2.47 1.41 1.41 2.47-2.47-1.41-1.41zM18.72 3.87l-2.47 2.47 1.41 1.41 2.47-2.47-1.41-1.41z"})
"LightModeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/light_mode_two_tone.cljs
================================================
(ns reagent-mui.icons.light-mode-two-tone
"Imports @mui/icons-material/LightModeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def light-mode-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "3", "opacity" ".3"}) (e "path" #js {"d" "M12 9c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3m0-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1s.45 1 1 1zm18 0h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0s.39-1.03 0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0 .39-.39.39-1.03 0-1.41l-1.06-1.06zm1.06-10.96c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06zM7.05 18.36c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06z"})]
"LightModeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/light_outlined.cljs
================================================
(ns reagent-mui.icons.light-outlined
"Imports @mui/icons-material/LightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def light-outlined (create-svg-icon (e "path" #js {"d" "M13 6.06V3h-2v3.06c-4.5.5-8 4.31-8 8.93C3 16.1 3.9 17 5.01 17H8c0 2.21 1.79 4 4 4s4-1.79 4-4h2.99c1.11 0 2.01-.9 2.01-2.01 0-4.62-3.5-8.43-8-8.93zM12 19c-1.1 0-2-.9-2-2h4c0 1.1-.9 2-2 2zm0-4H5c0-3.86 3.14-7 7-7s7 3.14 7 7h-7z"})
"LightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/light_rounded.cljs
================================================
(ns reagent-mui.icons.light-rounded
"Imports @mui/icons-material/LightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def light-rounded (create-svg-icon (e "path" #js {"d" "M13 6.06V4c0-.55-.45-1-1-1s-1 .45-1 1v2.06c-4.5.5-8 4.31-8 8.93C3 16.1 3.9 17 5.01 17H8c0 2.21 1.79 4 4 4s4-1.79 4-4h2.99c1.11 0 2.01-.9 2.01-2.01 0-4.62-3.5-8.43-8-8.93zM12 15H5c0-3.86 3.14-7 7-7s7 3.14 7 7h-7z"})
"LightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/light_sharp.cljs
================================================
(ns reagent-mui.icons.light-sharp
"Imports @mui/icons-material/LightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def light-sharp (create-svg-icon (e "path" #js {"d" "M13 6.06V3h-2v3.06C5.87 6.63 2.03 11.51 3.22 17H8c0 2.21 1.79 4 4 4s4-1.79 4-4h4.78A9.0056 9.0056 0 0 0 13 6.06zM12 15H5c0-3.86 3.14-7 7-7s7 3.14 7 7h-7z"})
"LightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/light_two_tone.cljs
================================================
(ns reagent-mui.icons.light-two-tone
"Imports @mui/icons-material/LightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def light-two-tone (create-svg-icon [(e "path" #js {"d" "M10 17c0 1.1.9 2 2 2s2-.9 2-2h-4z", "opacity" ".3"}) (e "path" #js {"d" "M13 6.06V3h-2v3.06c-4.5.5-8 4.31-8 8.93C3 16.1 3.9 17 5.01 17H8c0 2.21 1.79 4 4 4s4-1.79 4-4h2.99c1.11 0 2.01-.9 2.01-2.01 0-4.62-3.5-8.43-8-8.93zM12 19c-1.1 0-2-.9-2-2h4c0 1.1-.9 2-2 2zm0-4H5c0-3.86 3.14-7 7-7s7 3.14 7 7h-7z"})]
"LightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/lightbulb.cljs
================================================
(ns reagent-mui.icons.lightbulb
"Imports @mui/icons-material/Lightbulb as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lightbulb (create-svg-icon (e "path" #js {"d" "M9 21c0 .5.4 1 1 1h4c.6 0 1-.5 1-1v-1H9v1zm3-19C8.1 2 5 5.1 5 9c0 2.4 1.2 4.5 3 5.7V17c0 .5.4 1 1 1h6c.6 0 1-.5 1-1v-2.3c1.8-1.3 3-3.4 3-5.7 0-3.9-3.1-7-7-7z"})
"Lightbulb"))
================================================
FILE: src/icons/reagent_mui/icons/lightbulb_circle.cljs
================================================
(ns reagent-mui.icons.lightbulb-circle
"Imports @mui/icons-material/LightbulbCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lightbulb-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 17c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5zm3-2.5H9V15h6v1.5zm-.03-2.5H9.03C7.8 13.09 7 11.64 7 10c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.64-.8 3.09-2.03 4z"})
"LightbulbCircle"))
================================================
FILE: src/icons/reagent_mui/icons/lightbulb_circle_outlined.cljs
================================================
(ns reagent-mui.icons.lightbulb-circle-outlined
"Imports @mui/icons-material/LightbulbCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lightbulb-circle-outlined (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}) (e "path" #js {"d" "M12 19c.83 0 1.5-.67 1.5-1.5h-3c0 .83.67 1.5 1.5 1.5zm-3-4h6v1.5H9zm3-10c-2.76 0-5 2.24-5 5 0 1.64.8 3.09 2.03 4h5.95c1.22-.91 2.02-2.36 2.02-4 0-2.76-2.24-5-5-5zm2.43 7.5H9.57c-.68-.66-1.07-1.55-1.07-2.5 0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 .95-.39 1.84-1.07 2.5z"})]
"LightbulbCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/lightbulb_circle_rounded.cljs
================================================
(ns reagent-mui.icons.lightbulb-circle-rounded
"Imports @mui/icons-material/LightbulbCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lightbulb-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 17c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5zm2.25-2.5h-4.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4.5c.41 0 .75.34.75.75s-.34.75-.75.75zm.72-2.5H9.03C7.8 13.09 7 11.64 7 10c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.64-.8 3.09-2.03 4z"})
"LightbulbCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/lightbulb_circle_sharp.cljs
================================================
(ns reagent-mui.icons.lightbulb-circle-sharp
"Imports @mui/icons-material/LightbulbCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lightbulb-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 17c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5zm3-2.5H9V15h6v1.5zm-.03-2.5H9.03C7.8 13.09 7 11.64 7 10c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.64-.8 3.09-2.03 4z"})
"LightbulbCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/lightbulb_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.lightbulb-circle-two-tone
"Imports @mui/icons-material/LightbulbCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lightbulb-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm0 15c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5zm3-2.5H9V15h6v1.5zm-.03-2.5H9.03C7.8 13.09 7 11.64 7 10c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.64-.8 3.09-2.03 4z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}) (e "path" #js {"d" "M12 19c.83 0 1.5-.67 1.5-1.5h-3c0 .83.67 1.5 1.5 1.5zm-3-4h6v1.5H9zm3-10c-2.76 0-5 2.24-5 5 0 1.64.8 3.09 2.03 4h5.95c1.22-.91 2.02-2.36 2.02-4 0-2.76-2.24-5-5-5zm2.43 7.5H9.57c-.68-.66-1.07-1.55-1.07-2.5 0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 .95-.39 1.84-1.07 2.5z"})]
"LightbulbCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/lightbulb_outlined.cljs
================================================
(ns reagent-mui.icons.lightbulb-outlined
"Imports @mui/icons-material/LightbulbOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lightbulb-outlined (create-svg-icon (e "path" #js {"d" "M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7zm2.85 11.1-.85.6V16h-4v-2.3l-.85-.6C7.8 12.16 7 10.63 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1z"})
"LightbulbOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/lightbulb_rounded.cljs
================================================
(ns reagent-mui.icons.lightbulb-rounded
"Imports @mui/icons-material/LightbulbRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lightbulb-rounded (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm-3-3h6c.55 0 1-.45 1-1s-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1zm3-17C7.86 2 4.5 5.36 4.5 9.5c0 3.82 2.66 5.86 3.77 6.5h7.46c1.11-.64 3.77-2.68 3.77-6.5C19.5 5.36 16.14 2 12 2z"})
"LightbulbRounded"))
================================================
FILE: src/icons/reagent_mui/icons/lightbulb_sharp.cljs
================================================
(ns reagent-mui.icons.lightbulb-sharp
"Imports @mui/icons-material/LightbulbSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lightbulb-sharp (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm-4-5h8v2H8zm4-15C7.86 2 4.5 5.36 4.5 9.5c0 3.82 2.66 5.86 3.77 6.5h7.46c1.11-.64 3.77-2.68 3.77-6.5C19.5 5.36 16.14 2 12 2z"})
"LightbulbSharp"))
================================================
FILE: src/icons/reagent_mui/icons/lightbulb_two_tone.cljs
================================================
(ns reagent-mui.icons.lightbulb-two-tone
"Imports @mui/icons-material/LightbulbTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lightbulb-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4C8.97 4 6.5 6.47 6.5 9.5c0 2.47 1.49 3.89 2.35 4.5h6.3c.86-.61 2.35-2.03 2.35-4.5C17.5 6.47 15.03 4 12 4z", "opacity" ".3"}) (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm-4-5h8v2H8zm4-15C7.86 2 4.5 5.36 4.5 9.5c0 3.82 2.66 5.86 3.77 6.5h7.46c1.11-.64 3.77-2.68 3.77-6.5C19.5 5.36 16.14 2 12 2zm3.15 12h-6.3c-.86-.61-2.35-2.03-2.35-4.5C6.5 6.47 8.97 4 12 4s5.5 2.47 5.5 5.5c0 2.47-1.49 3.89-2.35 4.5z"})]
"LightbulbTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/line_axis.cljs
================================================
(ns reagent-mui.icons.line-axis
"Imports @mui/icons-material/LineAxis as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def line-axis (create-svg-icon (e "path" #js {"d" "m22 7.43-1.41-1.41-4.03 4.53L9.5 4 2 11.51l1.5 1.5 6.14-6.15 5.59 5.18-1.73 1.95-4-4L2 17.5 3.5 19l6-6.01 4 4 3.19-3.59 3.9 3.61L22 15.6l-3.98-3.7z"})
"LineAxis"))
================================================
FILE: src/icons/reagent_mui/icons/line_axis_outlined.cljs
================================================
(ns reagent-mui.icons.line-axis-outlined
"Imports @mui/icons-material/LineAxisOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def line-axis-outlined (create-svg-icon (e "path" #js {"d" "m22 7.43-1.41-1.41-4.03 4.53L9.5 4 2 11.51l1.5 1.5 6.14-6.15 5.59 5.18-1.73 1.95-4-4L2 17.5 3.5 19l6-6.01 4 4 3.19-3.59 3.9 3.61L22 15.6l-3.98-3.7z"})
"LineAxisOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/line_axis_rounded.cljs
================================================
(ns reagent-mui.icons.line-axis-rounded
"Imports @mui/icons-material/LineAxisRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def line-axis-rounded (create-svg-icon (e "path" #js {"d" "M21.34 6.77c-.4-.4-1.07-.39-1.45.04l-3.33 3.74-5.65-5.24c-.79-.73-2.01-.71-2.77.05L2.7 10.81c-.39.39-.39 1.02 0 1.41l.09.09c.39.39 1.02.39 1.41 0l5.44-5.45 5.59 5.19L13.5 14l-2.58-2.58c-.78-.78-2.05-.78-2.83 0L2.7 16.8c-.39.39-.39 1.02 0 1.41l.1.09c.39.39 1.02.39 1.41 0l5.3-5.3 2.5 2.5c.81.81 2.14.77 2.91-.09l1.78-2.01 3.19 2.96c.39.36 1 .35 1.38-.03l.01-.01c.4-.4.39-1.05-.03-1.43l-3.22-2.99 3.35-3.77c.35-.39.33-.99-.04-1.36z"})
"LineAxisRounded"))
================================================
FILE: src/icons/reagent_mui/icons/line_axis_sharp.cljs
================================================
(ns reagent-mui.icons.line-axis-sharp
"Imports @mui/icons-material/LineAxisSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def line-axis-sharp (create-svg-icon (e "path" #js {"d" "m22 7.43-1.41-1.41-4.03 4.53L9.5 4 2 11.51l1.5 1.5 6.14-6.15 5.59 5.18-1.73 1.95-4-4L2 17.5 3.5 19l6-6.01 4 4 3.19-3.59 3.9 3.61L22 15.6l-3.98-3.7z"})
"LineAxisSharp"))
================================================
FILE: src/icons/reagent_mui/icons/line_axis_two_tone.cljs
================================================
(ns reagent-mui.icons.line-axis-two-tone
"Imports @mui/icons-material/LineAxisTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def line-axis-two-tone (create-svg-icon (e "path" #js {"d" "m22 7.43-1.41-1.41-4.03 4.53L9.5 4 2 11.51l1.5 1.5 6.14-6.15 5.59 5.18-1.73 1.95-4-4L2 17.5 3.5 19l6-6.01 4 4 3.19-3.59 3.9 3.61L22 15.6l-3.98-3.7z"})
"LineAxisTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/line_style.cljs
================================================
(ns reagent-mui.icons.line-style
"Imports @mui/icons-material/LineStyle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def line-style (create-svg-icon (e "path" #js {"d" "M3 16h5v-2H3v2zm6.5 0h5v-2h-5v2zm6.5 0h5v-2h-5v2zM3 20h2v-2H3v2zm4 0h2v-2H7v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2zM3 12h8v-2H3v2zm10 0h8v-2h-8v2zM3 4v4h18V4H3z"})
"LineStyle"))
================================================
FILE: src/icons/reagent_mui/icons/line_style_outlined.cljs
================================================
(ns reagent-mui.icons.line-style-outlined
"Imports @mui/icons-material/LineStyleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def line-style-outlined (create-svg-icon (e "path" #js {"d" "M3 16h5v-2H3v2zm6.5 0h5v-2h-5v2zm6.5 0h5v-2h-5v2zM3 20h2v-2H3v2zm4 0h2v-2H7v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2zM3 12h8v-2H3v2zm10 0h8v-2h-8v2zM3 4v4h18V4H3z"})
"LineStyleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/line_style_rounded.cljs
================================================
(ns reagent-mui.icons.line-style-rounded
"Imports @mui/icons-material/LineStyleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def line-style-rounded (create-svg-icon (e "path" #js {"d" "M4 16h3c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm6.5 0h3c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1s.45 1 1 1zm6.5 0h3c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1s.45 1 1 1zM4 20c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM4 12h6c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm10 0h6c.55 0 1-.45 1-1s-.45-1-1-1h-6c-.55 0-1 .45-1 1s.45 1 1 1zM3 5v2c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1z"})
"LineStyleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/line_style_sharp.cljs
================================================
(ns reagent-mui.icons.line-style-sharp
"Imports @mui/icons-material/LineStyleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def line-style-sharp (create-svg-icon (e "path" #js {"d" "M3 16h5v-2H3v2zm6.5 0h5v-2h-5v2zm6.5 0h5v-2h-5v2zM3 20h2v-2H3v2zm4 0h2v-2H7v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2zM3 12h8v-2H3v2zm10 0h8v-2h-8v2zM3 4v4h18V4H3z"})
"LineStyleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/line_style_two_tone.cljs
================================================
(ns reagent-mui.icons.line-style-two-tone
"Imports @mui/icons-material/LineStyleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def line-style-two-tone (create-svg-icon (e "path" #js {"d" "M3 16h5v-2H3v2zm6.5 0h5v-2h-5v2zm6.5 0h5v-2h-5v2zM3 20h2v-2H3v2zm4 0h2v-2H7v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2zM3 12h8v-2H3v2zm10 0h8v-2h-8v2zM3 4v4h18V4H3z"})
"LineStyleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/line_weight.cljs
================================================
(ns reagent-mui.icons.line-weight
"Imports @mui/icons-material/LineWeight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def line-weight (create-svg-icon (e "path" #js {"d" "M3 17h18v-2H3v2zm0 3h18v-1H3v1zm0-7h18v-3H3v3zm0-9v4h18V4H3z"})
"LineWeight"))
================================================
FILE: src/icons/reagent_mui/icons/line_weight_outlined.cljs
================================================
(ns reagent-mui.icons.line-weight-outlined
"Imports @mui/icons-material/LineWeightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def line-weight-outlined (create-svg-icon (e "path" #js {"d" "M3 17h18v-2H3v2zm0 3h18v-1H3v1zm0-7h18v-3H3v3zm0-9v4h18V4H3z"})
"LineWeightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/line_weight_rounded.cljs
================================================
(ns reagent-mui.icons.line-weight-rounded
"Imports @mui/icons-material/LineWeightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def line-weight-rounded (create-svg-icon (e "path" #js {"d" "M20 15H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1zm0-5H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm0-6H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm.5 15h-17c-.28 0-.5.22-.5.5s.22.5.5.5h17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5z"})
"LineWeightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/line_weight_sharp.cljs
================================================
(ns reagent-mui.icons.line-weight-sharp
"Imports @mui/icons-material/LineWeightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def line-weight-sharp (create-svg-icon (e "path" #js {"d" "M3 17h18v-2H3v2zm0 3h18v-1H3v1zm0-7h18v-3H3v3zm0-9v4h18V4H3z"})
"LineWeightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/line_weight_two_tone.cljs
================================================
(ns reagent-mui.icons.line-weight-two-tone
"Imports @mui/icons-material/LineWeightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def line-weight-two-tone (create-svg-icon (e "path" #js {"d" "M3 17h18v-2H3v2zm0 3h18v-1H3v1zm0-7h18v-3H3v3zm0-9v4h18V4H3z"})
"LineWeightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/linear_scale.cljs
================================================
(ns reagent-mui.icons.linear-scale
"Imports @mui/icons-material/LinearScale as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def linear-scale (create-svg-icon (e "path" #js {"d" "M19.5 9.5c-1.03 0-1.9.62-2.29 1.5h-2.92c-.39-.88-1.26-1.5-2.29-1.5s-1.9.62-2.29 1.5H6.79c-.39-.88-1.26-1.5-2.29-1.5C3.12 9.5 2 10.62 2 12s1.12 2.5 2.5 2.5c1.03 0 1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5s1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5 1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5z"})
"LinearScale"))
================================================
FILE: src/icons/reagent_mui/icons/linear_scale_outlined.cljs
================================================
(ns reagent-mui.icons.linear-scale-outlined
"Imports @mui/icons-material/LinearScaleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def linear-scale-outlined (create-svg-icon (e "path" #js {"d" "M19.5 9.5c-1.03 0-1.9.62-2.29 1.5h-2.92c-.39-.88-1.26-1.5-2.29-1.5s-1.9.62-2.29 1.5H6.79c-.39-.88-1.26-1.5-2.29-1.5C3.12 9.5 2 10.62 2 12s1.12 2.5 2.5 2.5c1.03 0 1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5s1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5 1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5z"})
"LinearScaleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/linear_scale_rounded.cljs
================================================
(ns reagent-mui.icons.linear-scale-rounded
"Imports @mui/icons-material/LinearScaleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def linear-scale-rounded (create-svg-icon (e "path" #js {"d" "M17 7c-2.41 0-4.43 1.72-4.9 4H6.79c-.39-.88-1.27-1.5-2.29-1.5C3.12 9.5 2 10.62 2 12s1.12 2.5 2.5 2.5c1.02 0 1.9-.62 2.29-1.5h5.31c.46 2.28 2.48 4 4.9 4 2.76 0 5-2.24 5-5s-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"})
"LinearScaleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/linear_scale_sharp.cljs
================================================
(ns reagent-mui.icons.linear-scale-sharp
"Imports @mui/icons-material/LinearScaleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def linear-scale-sharp (create-svg-icon (e "path" #js {"d" "M19.5 9.5c-1.03 0-1.9.62-2.29 1.5h-2.92c-.39-.88-1.26-1.5-2.29-1.5s-1.9.62-2.29 1.5H6.79c-.39-.88-1.26-1.5-2.29-1.5C3.12 9.5 2 10.62 2 12s1.12 2.5 2.5 2.5c1.03 0 1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5s1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5 1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5z"})
"LinearScaleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/linear_scale_two_tone.cljs
================================================
(ns reagent-mui.icons.linear-scale-two-tone
"Imports @mui/icons-material/LinearScaleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def linear-scale-two-tone (create-svg-icon (e "path" #js {"d" "M19.5 9.5c-1.03 0-1.9.62-2.29 1.5h-2.92c-.39-.88-1.26-1.5-2.29-1.5s-1.9.62-2.29 1.5H6.79c-.39-.88-1.26-1.5-2.29-1.5C3.12 9.5 2 10.62 2 12s1.12 2.5 2.5 2.5c1.03 0 1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5s1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5 1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5z"})
"LinearScaleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/link.cljs
================================================
(ns reagent-mui.icons.link
"Imports @mui/icons-material/Link as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def link (create-svg-icon (e "path" #js {"d" "M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"})
"Link"))
================================================
FILE: src/icons/reagent_mui/icons/link_off.cljs
================================================
(ns reagent-mui.icons.link-off
"Imports @mui/icons-material/LinkOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def link-off (create-svg-icon (e "path" #js {"d" "M17 7h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.43-.98 2.63-2.31 2.98l1.46 1.46C20.88 15.61 22 13.95 22 12c0-2.76-2.24-5-5-5zm-1 4h-2.19l2 2H16zM2 4.27l3.11 3.11C3.29 8.12 2 9.91 2 12c0 2.76 2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07L8.73 11H8v2h2.73L13 15.27V17h1.73l4.01 4L20 19.74 3.27 3 2 4.27z"})
"LinkOff"))
================================================
FILE: src/icons/reagent_mui/icons/link_off_outlined.cljs
================================================
(ns reagent-mui.icons.link-off-outlined
"Imports @mui/icons-material/LinkOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def link-off-outlined (create-svg-icon (e "path" #js {"d" "M14.39 11 16 12.61V11zM17 7h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.27-.77 2.37-1.87 2.84l1.4 1.4C21.05 15.36 22 13.79 22 12c0-2.76-2.24-5-5-5zM2 4.27l3.11 3.11C3.29 8.12 2 9.91 2 12c0 2.76 2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07L8.73 11H8v2h2.73L13 15.27V17h1.73l4.01 4.01 1.41-1.41L3.41 2.86 2 4.27z"})
"LinkOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/link_off_rounded.cljs
================================================
(ns reagent-mui.icons.link-off-rounded
"Imports @mui/icons-material/LinkOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def link-off-rounded (create-svg-icon (e "path" #js {"d" "M14 9h2.87c1.46 0 2.8.98 3.08 2.42.31 1.64-.74 3.11-2.22 3.48l1.53 1.53c1.77-.91 2.95-2.82 2.7-5.01C21.68 8.86 19.37 7 16.79 7H14c-.55 0-1 .45-1 1s.45 1 1 1zM3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l2.64 2.64c-1.77.91-2.95 2.82-2.7 5.01C2.32 15.14 4.63 17 7.21 17H10c.55 0 1-.45 1-1s-.45-1-1-1H7.13c-1.46 0-2.8-.98-3.08-2.42-.31-1.64.75-3.11 2.22-3.48l2.12 2.12c-.23.19-.39.46-.39.78 0 .55.45 1 1 1h1.17l8.9 8.9c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51zM14 11l1.71 1.71c.18-.18.29-.43.29-.71 0-.55-.45-1-1-1h-1z"})
"LinkOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/link_off_sharp.cljs
================================================
(ns reagent-mui.icons.link-off-sharp
"Imports @mui/icons-material/LinkOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def link-off-sharp (create-svg-icon (e "path" #js {"d" "M14.39 11 16 12.61V11zM17 7h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.27-.77 2.37-1.87 2.84l1.4 1.4C21.05 15.36 22 13.79 22 12c0-2.76-2.24-5-5-5zM2 4.27l3.11 3.11C3.29 8.12 2 9.91 2 12c0 2.76 2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07L8.73 11H8v2h2.73L13 15.27V17h1.73l4.01 4.01 1.41-1.41L3.41 2.86 2 4.27z"})
"LinkOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/link_off_two_tone.cljs
================================================
(ns reagent-mui.icons.link-off-two-tone
"Imports @mui/icons-material/LinkOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def link-off-two-tone (create-svg-icon (e "path" #js {"d" "M14.39 11 16 12.61V11zM17 7h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.27-.77 2.37-1.87 2.84l1.4 1.4C21.05 15.36 22 13.79 22 12c0-2.76-2.24-5-5-5zM2 4.27l3.11 3.11C3.29 8.12 2 9.91 2 12c0 2.76 2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07L8.73 11H8v2h2.73L13 15.27V17h1.73l4.01 4.01 1.41-1.41L3.41 2.86 2 4.27z"})
"LinkOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/link_outlined.cljs
================================================
(ns reagent-mui.icons.link-outlined
"Imports @mui/icons-material/LinkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def link-outlined (create-svg-icon (e "path" #js {"d" "M17 7h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5zm-6 8H7c-1.65 0-3-1.35-3-3s1.35-3 3-3h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-2zm-3-4h8v2H8z"})
"LinkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/link_rounded.cljs
================================================
(ns reagent-mui.icons.link-rounded
"Imports @mui/icons-material/LinkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def link-rounded (create-svg-icon (e "path" #js {"d" "M17 7h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c1.65 0 3 1.35 3 3s-1.35 3-3 3h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c2.76 0 5-2.24 5-5s-2.24-5-5-5zm-9 5c0 .55.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1H9c-.55 0-1 .45-1 1zm2 3H7c-1.65 0-3-1.35-3-3s1.35-3 3-3h3c.55 0 1-.45 1-1s-.45-1-1-1H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h3c.55 0 1-.45 1-1s-.45-1-1-1z"})
"LinkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/link_sharp.cljs
================================================
(ns reagent-mui.icons.link-sharp
"Imports @mui/icons-material/LinkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def link-sharp (create-svg-icon (e "path" #js {"d" "M17 7h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5zm-6 8H7c-1.65 0-3-1.35-3-3s1.35-3 3-3h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-2zm-3-4h8v2H8zm9-4h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5zm-6 8H7c-1.65 0-3-1.35-3-3s1.35-3 3-3h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-2zm-3-4h8v2H8z"})
"LinkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/link_two_tone.cljs
================================================
(ns reagent-mui.icons.link-two-tone
"Imports @mui/icons-material/LinkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def link-two-tone (create-svg-icon (e "path" #js {"d" "M17 7h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5zm-6 8H7c-1.65 0-3-1.35-3-3s1.35-3 3-3h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-2zm-3-4h8v2H8z", "opacity" ".87"})
"LinkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/linked_camera.cljs
================================================
(ns reagent-mui.icons.linked-camera
"Imports @mui/icons-material/LinkedCamera as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def linked-camera (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "14", "r" "3.2"}) (e "path" #js {"d" "M16 3.33c2.58 0 4.67 2.09 4.67 4.67H22c0-3.31-2.69-6-6-6v1.33M16 6c1.11 0 2 .89 2 2h1.33c0-1.84-1.49-3.33-3.33-3.33V6"}) (e "path" #js {"d" "M17 9c0-1.11-.89-2-2-2V4H9L7.17 6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9h-5zm-5 10c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})]
"LinkedCamera"))
================================================
FILE: src/icons/reagent_mui/icons/linked_camera_outlined.cljs
================================================
(ns reagent-mui.icons.linked-camera-outlined
"Imports @mui/icons-material/LinkedCameraOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def linked-camera-outlined (create-svg-icon (e "path" #js {"d" "M20 9v11H4V8h4.05l1.83-2H15V4H9L7.17 6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9h-2zm.67-1.01H22C21.99 4.68 19.31 2 16 2v1.33c2.58 0 4.66 2.08 4.67 4.66zm-2.67 0h1.33c-.01-1.84-1.49-3.32-3.33-3.32V6c1.11 0 1.99.89 2 1.99zM7 14c0 2.76 2.24 5 5 5s5-2.24 5-5-2.24-5-5-5-5 2.24-5 5zm8 0c0 1.65-1.35 3-3 3s-3-1.35-3-3 1.35-3 3-3 3 1.34 3 3z"})
"LinkedCameraOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/linked_camera_rounded.cljs
================================================
(ns reagent-mui.icons.linked-camera-rounded
"Imports @mui/icons-material/LinkedCameraRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def linked-camera-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "13", "r" "2.5"}) (e "path" #js {"d" "M16.6 2.37c2.1.27 3.77 1.93 4.03 4.03.04.34.32.6.66.6.39 0 .71-.34.66-.73-.33-2.72-2.5-4.89-5.22-5.22-.39-.05-.73.27-.73.66 0 .34.26.62.6.66zm2.63 3.82a3.338 3.338 0 0 0-2.42-2.42c-.41-.1-.81.22-.81.65 0 .29.19.57.48.64.72.18 1.29.74 1.46 1.46.07.29.34.48.64.48.43 0 .75-.4.65-.81z"}) (e "path" #js {"d" "M17 8c0-1.1-.9-2-2-2V4c0-.55-.45-1-1-1H9.88c-.56 0-1.1.24-1.48.65L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2h-3zm-5 9.5c-2.48 0-4.5-2.02-4.5-4.5S9.52 8.5 12 8.5s4.5 2.02 4.5 4.5-2.02 4.5-4.5 4.5z"})]
"LinkedCameraRounded"))
================================================
FILE: src/icons/reagent_mui/icons/linked_camera_sharp.cljs
================================================
(ns reagent-mui.icons.linked-camera-sharp
"Imports @mui/icons-material/LinkedCameraSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def linked-camera-sharp (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "14", "r" "3"}) (e "path" #js {"d" "M18 8h1.33c0-1.84-1.49-3.33-3.33-3.33V6c1.11 0 2 .89 2 2zm2.67 0H22c0-3.31-2.69-6-6-6v1.33c2.58 0 4.67 2.09 4.67 4.67zM15 7V4H9L7.17 6H2v16h20V9h-5c0-1.1-.9-2-2-2zm-3 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})]
"LinkedCameraSharp"))
================================================
FILE: src/icons/reagent_mui/icons/linked_camera_two_tone.cljs
================================================
(ns reagent-mui.icons.linked-camera-two-tone
"Imports @mui/icons-material/LinkedCameraTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def linked-camera-two-tone (create-svg-icon [(e "path" #js {"d" "M20 20H4V8h4.05l1.83-2H15V4H9L7.17 6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9h-2v11zM16 2v1.33c2.58 0 4.66 2.09 4.67 4.66H22C21.99 4.68 19.31 2 16 2zm0 2.67V6c1.11 0 1.99.89 2 1.99h1.33c-.01-1.84-1.49-3.32-3.33-3.32z"}) (e "path" #js {"d" "M14.98 10.01c-.13-.09-.26-.18-.39-.26.14.08.27.17.39.26zM17 9c0-.37-.11-.71-.28-1.01-.18-.3-.43-.55-.73-.72C15.7 7.1 15.36 7 15 7V6H9.88L8.05 8H4v12h16V9h-3zm-5 10c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z", "opacity" ".3"}) (e "path" #js {"d" "M12 9c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"})]
"LinkedCameraTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/linked_in.cljs
================================================
(ns reagent-mui.icons.linked-in
"Imports @mui/icons-material/LinkedIn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def linked-in (create-svg-icon (e "path" #js {"d" "M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"})
"LinkedIn"))
================================================
FILE: src/icons/reagent_mui/icons/liquor.cljs
================================================
(ns reagent-mui.icons.liquor
"Imports @mui/icons-material/Liquor as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def liquor (create-svg-icon (e "path" #js {"d" "M3 14c0 1.3.84 2.4 2 2.82V20H3v2h6v-2H7v-3.18C8.16 16.4 9 15.3 9 14V6H3v8zm2-6h2v3H5V8zm15.63.54-.95-.32c-.4-.13-.68-.51-.68-.94V3c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v4.28c0 .43-.28.81-.68.95l-.95.32c-.82.27-1.37 1.03-1.37 1.89V20c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2v-9.56c0-.86-.55-1.62-1.37-1.9zM16 4h1v1h-1V4zm-3 6.44.95-.32C15.18 9.72 16 8.57 16 7.28V7h1v.28c0 1.29.82 2.44 2.05 2.85l.95.31V12h-7v-1.56zM20 20h-7v-2h7v2z"})
"Liquor"))
================================================
FILE: src/icons/reagent_mui/icons/liquor_outlined.cljs
================================================
(ns reagent-mui.icons.liquor-outlined
"Imports @mui/icons-material/LiquorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def liquor-outlined (create-svg-icon (e "path" #js {"d" "M3 14c0 1.3.84 2.4 2 2.82V20H3v2h6v-2H7v-3.18C8.16 16.4 9 15.3 9 14V6H3v8zm2-6h2v3H5V8zm0 5h2v1c0 .55-.45 1-1 1s-1-.45-1-1v-1zm15.64-4.46-.96-.32c-.41-.14-.68-.52-.68-.95V3c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v4.28c0 .43-.27.81-.68.95l-.96.32c-.81.28-1.36 1.04-1.36 1.9V20c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2v-9.56c0-.86-.55-1.62-1.36-1.9zM16 4h1v1h-1V4zm4 16h-7v-2h7v2zm0-4h-7v-2h7v2zm0-4h-7v-1.56l.95-.32C15.18 9.72 16 8.57 16 7.28V7h1v.28c0 1.29.82 2.44 2.05 2.85l.95.31V12z"})
"LiquorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/liquor_rounded.cljs
================================================
(ns reagent-mui.icons.liquor-rounded
"Imports @mui/icons-material/LiquorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def liquor-rounded (create-svg-icon (e "path" #js {"d" "M3 14c0 1.3.84 2.4 2 2.82V20H4c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H7v-3.18C8.16 16.4 9 15.3 9 14V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v7zm2-6h2v3H5V8zm15.64.54-.96-.32c-.41-.14-.68-.52-.68-.95V3c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v4.28c0 .43-.27.81-.68.95l-.96.32c-.81.28-1.36 1.04-1.36 1.9V20c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2v-9.56c0-.86-.55-1.62-1.36-1.9zM16 4h1v1h-1V4zm-3 6.44.95-.32C15.18 9.72 16 8.57 16 7.28V7h1v.28c0 1.29.82 2.44 2.05 2.85l.95.31V12h-7v-1.56zM20 20h-7v-2h7v2z"})
"LiquorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/liquor_sharp.cljs
================================================
(ns reagent-mui.icons.liquor-sharp
"Imports @mui/icons-material/LiquorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def liquor-sharp (create-svg-icon (e "path" #js {"d" "M3 14c0 1.3.84 2.4 2 2.82V20H3v2h6v-2H7v-3.18C8.16 16.4 9 15.3 9 14V6H3v8zm2-6h2v3H5V8zm17 1-3-1.01V2h-5v6l-3 1.01V22h11V9zm-6-5h1v1h-1V4zm-3 6.44 3-.98V7h1v2.46l3 .98V12h-7v-1.56zM20 20h-7v-2h7v2z"})
"LiquorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/liquor_two_tone.cljs
================================================
(ns reagent-mui.icons.liquor-two-tone
"Imports @mui/icons-material/LiquorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def liquor-two-tone (create-svg-icon [(e "path" #js {"d" "M16 4h1v1h-1zM6 15c.55 0 1-.45 1-1v-1H5v1c0 .55.45 1 1 1zm7-1h7v2h-7z", "opacity" ".3"}) (e "path" #js {"d" "M3 14c0 1.3.84 2.4 2 2.82V20H3v2h6v-2H7v-3.18C8.16 16.4 9 15.3 9 14V6H3v8zm2-6h2v3H5V8zm0 5h2v1c0 .55-.45 1-1 1s-1-.45-1-1v-1zm15.64-4.46-.96-.32c-.41-.14-.68-.52-.68-.95V3c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v4.28c0 .43-.27.81-.68.95l-.96.32c-.81.28-1.36 1.04-1.36 1.9V20c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2v-9.56c0-.86-.55-1.62-1.36-1.9zM16 4h1v1h-1V4zm4 16h-7v-2h7v2zm0-4h-7v-2h7v2zm0-4h-7v-1.56l.95-.32C15.18 9.72 16 8.57 16 7.28V7h1v.28c0 1.29.82 2.44 2.05 2.85l.95.31V12z"})]
"LiquorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/list.cljs
================================================
(ns reagent-mui.icons.list
"Imports @mui/icons-material/List as a Reagent component."
(:refer-clojure :exclude [list])
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def list (create-svg-icon (e "path" #js {"d" "M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"})
"List"))
================================================
FILE: src/icons/reagent_mui/icons/list_alt.cljs
================================================
(ns reagent-mui.icons.list-alt
"Imports @mui/icons-material/ListAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def list-alt (create-svg-icon (e "path" #js {"d" "M19 5v14H5V5h14m1.1-2H3.9c-.5 0-.9.4-.9.9v16.2c0 .4.4.9.9.9h16.2c.4 0 .9-.5.9-.9V3.9c0-.5-.5-.9-.9-.9zM11 7h6v2h-6V7zm0 4h6v2h-6v-2zm0 4h6v2h-6zM7 7h2v2H7zm0 4h2v2H7zm0 4h2v2H7z"})
"ListAlt"))
================================================
FILE: src/icons/reagent_mui/icons/list_alt_outlined.cljs
================================================
(ns reagent-mui.icons.list-alt-outlined
"Imports @mui/icons-material/ListAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def list-alt-outlined (create-svg-icon (e "path" #js {"d" "M11 7h6v2h-6zm0 4h6v2h-6zm0 4h6v2h-6zM7 7h2v2H7zm0 4h2v2H7zm0 4h2v2H7zM20.1 3H3.9c-.5 0-.9.4-.9.9v16.2c0 .4.4.9.9.9h16.2c.4 0 .9-.5.9-.9V3.9c0-.5-.5-.9-.9-.9zM19 19H5V5h14v14z"})
"ListAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/list_alt_rounded.cljs
================================================
(ns reagent-mui.icons.list-alt-rounded
"Imports @mui/icons-material/ListAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def list-alt-rounded (create-svg-icon (e "path" #js {"d" "M12 9h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1zM7 7h2v2H7zm0 4h2v2H7zm0 4h2v2H7zM20 3H4c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-1 16H5V5h14v14z"})
"ListAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/list_alt_sharp.cljs
================================================
(ns reagent-mui.icons.list-alt-sharp
"Imports @mui/icons-material/ListAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def list-alt-sharp (create-svg-icon (e "path" #js {"d" "M11 7h6v2h-6zm0 4h6v2h-6zm0 4h6v2h-6zM7 7h2v2H7zm0 4h2v2H7zm0 4h2v2H7zM3 3v18h18V3H3zm16 16H5V5h14v14z"})
"ListAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/list_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.list-alt-two-tone
"Imports @mui/icons-material/ListAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def list-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm6-12h6v2h-6V7zm0 4h6v2h-6v-2zm0 4h6v2h-6v-2zM7 7h2v2H7V7zm0 4h2v2H7v-2zm0 4h2v2H7v-2z", "opacity" ".3"}) (e "path" #js {"d" "M11 7h6v2h-6zm0 4h6v2h-6zm0 4h6v2h-6zM7 7h2v2H7zm0 4h2v2H7zm0 4h2v2H7zM20.1 3H3.9c-.5 0-.9.4-.9.9v16.2c0 .4.4.9.9.9h16.2c.4 0 .9-.5.9-.9V3.9c0-.5-.5-.9-.9-.9zM19 19H5V5h14v14z"})]
"ListAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/list_outlined.cljs
================================================
(ns reagent-mui.icons.list-outlined
"Imports @mui/icons-material/ListOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def list-outlined (create-svg-icon (e "path" #js {"d" "M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7zm-4 6h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"})
"ListOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/list_rounded.cljs
================================================
(ns reagent-mui.icons.list-rounded
"Imports @mui/icons-material/ListRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def list-rounded (create-svg-icon (e "path" #js {"d" "M4 13c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-8c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 4h12c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h12c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zM7 8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1zm-3 5c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-8c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 4h12c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h12c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zM7 8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1z"})
"ListRounded"))
================================================
FILE: src/icons/reagent_mui/icons/list_sharp.cljs
================================================
(ns reagent-mui.icons.list-sharp
"Imports @mui/icons-material/ListSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def list-sharp (create-svg-icon (e "path" #js {"d" "M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7zm-4 6h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"})
"ListSharp"))
================================================
FILE: src/icons/reagent_mui/icons/list_two_tone.cljs
================================================
(ns reagent-mui.icons.list-two-tone
"Imports @mui/icons-material/ListTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def list-two-tone (create-svg-icon (e "path" #js {"d" "M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7zm-4 6h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"})
"ListTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/live_help.cljs
================================================
(ns reagent-mui.icons.live-help
"Imports @mui/icons-material/LiveHelp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def live-help (create-svg-icon (e "path" #js {"d" "M19 2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h4l3 3 3-3h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6 16h-2v-2h2v2zm2.07-7.75-.9.92C13.45 11.9 13 12.5 13 14h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"})
"LiveHelp"))
================================================
FILE: src/icons/reagent_mui/icons/live_help_outlined.cljs
================================================
(ns reagent-mui.icons.live-help-outlined
"Imports @mui/icons-material/LiveHelpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def live-help-outlined (create-svg-icon (e "path" #js {"d" "M19 2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h4l3 3 3-3h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 16h-4.83l-.59.59L12 20.17l-1.59-1.59-.58-.58H5V4h14v14zm-8-3h2v2h-2zm1-8c1.1 0 2 .9 2 2 0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2z"})
"LiveHelpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/live_help_rounded.cljs
================================================
(ns reagent-mui.icons.live-help-rounded
"Imports @mui/icons-material/LiveHelpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def live-help-rounded (create-svg-icon (e "path" #js {"d" "M19 2H5c-1.11 0-2 .9-2 2v14c0 1.1.9 2 2 2h4l2.29 2.29c.39.39 1.02.39 1.41 0L15 20h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6 16h-2v-2h2v2zm2.07-7.75-.9.92c-.58.59-.99 1.1-1.12 2.06-.06.43-.41.76-.85.76h-.31c-.52 0-.92-.46-.85-.98.11-.91.53-1.72 1.14-2.34l1.24-1.26c.36-.36.58-.86.58-1.41 0-1.1-.9-2-2-2-.87 0-1.62.57-1.89 1.35-.13.37-.44.64-.83.64h-.3c-.58 0-.98-.56-.82-1.12C8.65 5.21 10.18 4 12 4c2.21 0 4 1.79 4 4 0 .88-.36 1.68-.93 2.25z"})
"LiveHelpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/live_help_sharp.cljs
================================================
(ns reagent-mui.icons.live-help-sharp
"Imports @mui/icons-material/LiveHelpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def live-help-sharp (create-svg-icon (e "path" #js {"d" "M21 2H3v18h6l3 3 3-3h6V2zm-8 16h-2v-2h2v2zm2.07-7.75-.9.92C13.45 11.9 13 12.5 13 14h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"})
"LiveHelpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/live_help_two_tone.cljs
================================================
(ns reagent-mui.icons.live-help-two-tone
"Imports @mui/icons-material/LiveHelpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def live-help-two-tone (create-svg-icon [(e "path" #js {"d" "M5 18h4.83l.59.59L12 20.17l1.59-1.59.58-.58H19V4H5v14zm8-1h-2v-2h2v2zM12 5c2.21 0 4 1.79 4 4 0 2.5-3 2.75-3 5h-2c0-3.25 3-3 3-5 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4z", "opacity" ".3"}) (e "path" #js {"d" "M21 4c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h4l3 3 3-3h4c1.1 0 2-.9 2-2V4zm-2 14h-4.83l-.59.59L12 20.17l-1.59-1.59-.58-.58H5V4h14v14zm-8-3h2v2h-2zm1-8c1.1 0 2 .9 2 2 0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2z"})]
"LiveHelpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/live_tv.cljs
================================================
(ns reagent-mui.icons.live-tv
"Imports @mui/icons-material/LiveTv as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def live-tv (create-svg-icon (e "path" #js {"d" "M21 6h-7.59l3.29-3.29L16 2l-4 4-4-4-.71.71L10.59 6H3c-1.1 0-2 .89-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.11-.9-2-2-2zm0 14H3V8h18v12zM9 10v8l7-4z"})
"LiveTv"))
================================================
FILE: src/icons/reagent_mui/icons/live_tv_outlined.cljs
================================================
(ns reagent-mui.icons.live-tv-outlined
"Imports @mui/icons-material/LiveTvOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def live-tv-outlined (create-svg-icon (e "path" #js {"d" "M9 10v8l7-4zm12-4h-7.58l3.29-3.29L16 2l-4 4h-.03l-4-4-.69.71L10.56 6H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 14H3V8h18v12z"})
"LiveTvOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/live_tv_rounded.cljs
================================================
(ns reagent-mui.icons.live-tv-rounded
"Imports @mui/icons-material/LiveTvRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def live-tv-rounded (create-svg-icon (e "path" #js {"d" "m10.5 17.15 3.98-2.28c.67-.38.67-1.35 0-1.74l-3.98-2.28c-.67-.38-1.5.11-1.5.87v4.55c0 .77.83 1.26 1.5.88zM21 6h-7.59l2.94-2.94c.2-.2.2-.51 0-.71s-.51-.2-.71 0L12 5.99 8.36 2.35c-.2-.2-.51-.2-.71 0s-.2.51 0 .71L10.59 6H3c-1.1 0-2 .89-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.11-.9-2-2-2zm-1 14H4c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1z"})
"LiveTvRounded"))
================================================
FILE: src/icons/reagent_mui/icons/live_tv_sharp.cljs
================================================
(ns reagent-mui.icons.live-tv-sharp
"Imports @mui/icons-material/LiveTvSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def live-tv-sharp (create-svg-icon (e "path" #js {"d" "M23 6h-9.59l3.29-3.29L16 2l-4 4-4-4-.71.71L10.59 6H1v16h22V6zm-2 14H3V8h18v12zM9 10v8l7-4-7-4z"})
"LiveTvSharp"))
================================================
FILE: src/icons/reagent_mui/icons/live_tv_two_tone.cljs
================================================
(ns reagent-mui.icons.live-tv-two-tone
"Imports @mui/icons-material/LiveTvTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def live-tv-two-tone (create-svg-icon [(e "path" #js {"d" "M3 20h18V8H3v12zm6-10 7 4-7 4v-8z", "opacity" ".3"}) (e "path" #js {"d" "M9 10v8l7-4zm12-4h-7.58l3.29-3.29L16 2l-4 4h-.03l-4-4-.69.71L10.56 6H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 14H3V8h18v12z"})]
"LiveTvTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/living.cljs
================================================
(ns reagent-mui.icons.living
"Imports @mui/icons-material/Living as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def living (create-svg-icon [(e "path" #js {"d" "M16.5 11.5c-.55 0-1 .45-1 1v2h-7v-2c0-.55-.45-1-1-1s-1 .45-1 1V16c0 .28.22.5.5.5h10c.28 0 .5-.22.5-.5v-3.5c0-.55-.45-1-1-1z"}) (e "path" #js {"d" "M10 12.5v.5h4v-.5c0-1.3.99-2.35 2.25-2.47V9c0-.83-.67-1.5-1.5-1.5h-5.5c-.83 0-1.5.67-1.5 1.5v1.03C9.01 10.15 10 11.2 10 12.5z"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 14c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2v-3.5c0-.92.51-1.72 1.25-2.15V9c0-1.66 1.34-3 3-3h5.5c1.66 0 3 1.34 3 3v1.35c.74.43 1.25 1.23 1.25 2.15V16z"})]
"Living"))
================================================
FILE: src/icons/reagent_mui/icons/living_outlined.cljs
================================================
(ns reagent-mui.icons.living-outlined
"Imports @mui/icons-material/LivingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def living-outlined (create-svg-icon (e "path" #js {"d" "M17.75 10.35V9c0-1.66-1.34-3-3-3h-5.5c-1.66 0-3 1.34-3 3v1.35C5.51 10.78 5 11.58 5 12.5V16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-3.5c0-.92-.51-1.72-1.25-2.15zM9.25 7.5h5.5c.83 0 1.5.67 1.5 1.5v1.03C14.99 10.15 14 11.2 14 12.5v.5h-4v-.5c0-1.3-.99-2.35-2.25-2.47V9c0-.83.67-1.5 1.5-1.5zM17.5 16c0 .28-.22.5-.5.5H7c-.28 0-.5-.22-.5-.5v-3.5c0-.55.45-1 1-1s1 .45 1 1v2h7v-2c0-.55.45-1 1-1s1 .45 1 1V16zM20 4v16H4V4h16m0-2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"})
"LivingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/living_rounded.cljs
================================================
(ns reagent-mui.icons.living-rounded
"Imports @mui/icons-material/LivingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def living-rounded (create-svg-icon [(e "path" #js {"d" "M16.5 11.5c-.55 0-1 .45-1 1v2h-7v-2c0-.55-.45-1-1-1s-1 .45-1 1V16c0 .28.22.5.5.5h10c.28 0 .5-.22.5-.5v-3.5c0-.55-.45-1-1-1z"}) (e "path" #js {"d" "M10 12.5v.5h4v-.5c0-1.3.99-2.35 2.25-2.47V9c0-.83-.67-1.5-1.5-1.5h-5.5c-.83 0-1.5.67-1.5 1.5v1.03C9.01 10.15 10 11.2 10 12.5z"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 14c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2v-3.5c0-.92.51-1.72 1.25-2.15V9c0-1.66 1.34-3 3-3h5.5c1.66 0 3 1.34 3 3v1.35c.74.43 1.25 1.23 1.25 2.15V16z"})]
"LivingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/living_sharp.cljs
================================================
(ns reagent-mui.icons.living-sharp
"Imports @mui/icons-material/LivingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def living-sharp (create-svg-icon [(e "path" #js {"d" "M15.5 12v2.5h-7V12h-2v4.5h11V12z"}) (e "path" #js {"d" "M10 10v3h4v-3l2.25-.01V7.5h-8.5v2.49z"}) (e "path" #js {"d" "M22 2H2v20h20V2zm-3 7.99V18H5v-8l1.25-.01V6h11.5v3.99H19z"})]
"LivingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/living_two_tone.cljs
================================================
(ns reagent-mui.icons.living-two-tone
"Imports @mui/icons-material/LivingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def living-two-tone (create-svg-icon [(e "path" #js {"d" "M4 20h16V4H4v16zm1-7.5c0-.92.51-1.72 1.25-2.15V9c0-1.66 1.34-3 3-3h5.5c1.66 0 3 1.34 3 3v1.35c.74.43 1.25 1.23 1.25 2.15V16c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2v-3.5z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h16v16zM7 18h10c1.1 0 2-.9 2-2v-3.5c0-.92-.51-1.72-1.25-2.15V9c0-1.66-1.34-3-3-3h-5.5c-1.66 0-3 1.34-3 3v1.35C5.51 10.78 5 11.58 5 12.5V16c0 1.1.9 2 2 2zm.75-9c0-.83.67-1.5 1.5-1.5h5.5c.83 0 1.5.67 1.5 1.5v1.03C14.99 10.15 14 11.2 14 12.5v.5h-4v-.5c0-1.3-.99-2.35-2.25-2.47V9zM6.5 12.5c0-.55.45-1 1-1s1 .45 1 1v2h7v-2c0-.55.45-1 1-1s1 .45 1 1V16c0 .28-.22.5-.5.5H7c-.28 0-.5-.22-.5-.5v-3.5z"})]
"LivingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_activity.cljs
================================================
(ns reagent-mui.icons.local-activity
"Imports @mui/icons-material/LocalActivity as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-activity (create-svg-icon (e "path" #js {"d" "M20 12c0-1.1.9-2 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2zm-4.42 4.8L12 14.5l-3.58 2.3 1.08-4.12-3.29-2.69 4.24-.25L12 5.8l1.54 3.95 4.24.25-3.29 2.69 1.09 4.11z"})
"LocalActivity"))
================================================
FILE: src/icons/reagent_mui/icons/local_activity_outlined.cljs
================================================
(ns reagent-mui.icons.local-activity-outlined
"Imports @mui/icons-material/LocalActivityOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-activity-outlined (create-svg-icon (e "path" #js {"d" "M22 10V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2zm-2-1.46c-1.19.69-2 1.99-2 3.46s.81 2.77 2 3.46V18H4v-2.54c1.19-.69 2-1.99 2-3.46 0-1.48-.8-2.77-1.99-3.46L4 6h16v2.54zM9.07 16 12 14.12 14.93 16l-.89-3.36 2.69-2.2-3.47-.21L12 7l-1.27 3.22-3.47.21 2.69 2.2z"})
"LocalActivityOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_activity_rounded.cljs
================================================
(ns reagent-mui.icons.local-activity-rounded
"Imports @mui/icons-material/LocalActivityRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-activity-rounded (create-svg-icon (e "path" #js {"d" "M20 12c0-.76.43-1.42 1.06-1.76.6-.33.94-1.01.94-1.7V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.89-1.99 1.99v2.55c0 .69.33 1.37.94 1.69C3.58 10.58 4 11.24 4 12s-.43 1.43-1.06 1.76c-.6.33-.94 1.01-.94 1.7V18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-2.54c0-.69-.34-1.37-.94-1.7-.63-.34-1.06-1-1.06-1.76zm-5.5 4.1L12 14.5l-2.5 1.61c-.38.24-.87-.11-.75-.55l.75-2.88-2.3-1.88c-.35-.29-.17-.86.29-.89l2.96-.17 1.08-2.75c.17-.42.77-.42.93 0l1.08 2.76 2.96.17c.45.03.64.6.29.89l-2.3 1.88.76 2.86c.12.45-.37.8-.75.55z"})
"LocalActivityRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_activity_sharp.cljs
================================================
(ns reagent-mui.icons.local-activity-sharp
"Imports @mui/icons-material/LocalActivitySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-activity-sharp (create-svg-icon (e "path" #js {"d" "M20 12c0-1.1.9-2 2-2V4H2.01v6c1.1 0 1.99.9 1.99 2s-.89 2-2 2v6h20v-6c-1.1 0-2-.9-2-2zm-4.42 4.8L12 14.5l-3.58 2.3 1.08-4.12-3.29-2.69 4.24-.25L12 5.8l1.54 3.95 4.24.25-3.29 2.69 1.09 4.11z"})
"LocalActivitySharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_activity_two_tone.cljs
================================================
(ns reagent-mui.icons.local-activity-two-tone
"Imports @mui/icons-material/LocalActivityTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-activity-two-tone (create-svg-icon [(e "path" #js {"d" "M4.01 8.54C5.2 9.23 6 10.52 6 12s-.81 2.77-2 3.46V18h16v-2.54c-1.19-.69-2-1.99-2-3.46s.81-2.77 2-3.46V6H4l.01 2.54zm6.72 1.68L12 7l1.26 3.23 3.47.2-2.69 2.2.89 3.37L12 14.12 9.07 16l.88-3.37-2.69-2.2 3.47-.21z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2V6c0-1.1-.9-2-2-2zm0 4.54c-1.19.69-2 1.99-2 3.46s.81 2.77 2 3.46V18H4v-2.54c1.19-.69 2-1.99 2-3.46 0-1.48-.8-2.77-1.99-3.46L4 6h16v2.54zM9.07 16 12 14.12 14.93 16l-.89-3.36 2.69-2.2-3.47-.21L12 7l-1.27 3.22-3.47.21 2.69 2.2z"})]
"LocalActivityTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_airport.cljs
================================================
(ns reagent-mui.icons.local-airport
"Imports @mui/icons-material/LocalAirport as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-airport (create-svg-icon (e "path" #js {"d" "M22 16v-2l-8.5-5V3.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5V9L2 14v2l8.5-2.5V19L8 20.5V22l4-1 4 1v-1.5L13.5 19v-5.5L22 16z"})
"LocalAirport"))
================================================
FILE: src/icons/reagent_mui/icons/local_airport_outlined.cljs
================================================
(ns reagent-mui.icons.local-airport-outlined
"Imports @mui/icons-material/LocalAirportOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-airport-outlined (create-svg-icon (e "path" #js {"d" "M22 16v-2l-8.5-5V3.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5V9L2 14v2l8.5-2.5V19L8 20.5V22l4-1 4 1v-1.5L13.5 19v-5.5L22 16z"})
"LocalAirportOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_airport_rounded.cljs
================================================
(ns reagent-mui.icons.local-airport-rounded
"Imports @mui/icons-material/LocalAirportRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-airport-rounded (create-svg-icon (e "path" #js {"d" "M21.48 13.7 13.5 9V3.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5V9l-7.98 4.7c-.32.18-.52.53-.52.9 0 .7.67 1.2 1.34 1.01l7.16-2.1V19l-2.26 1.35c-.15.09-.24.26-.24.43v.58c0 .33.31.57.62.49l2.92-.73L12 21l.38.09.42.11 1.9.48.67.17c.32.08.62-.16.62-.49v-.58c0-.18-.09-.34-.24-.43L13.5 19v-5.5l7.16 2.1c.67.2 1.34-.3 1.34-1 0-.37-.2-.72-.52-.9z"})
"LocalAirportRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_airport_sharp.cljs
================================================
(ns reagent-mui.icons.local-airport-sharp
"Imports @mui/icons-material/LocalAirportSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-airport-sharp (create-svg-icon (e "path" #js {"d" "M22 16v-2l-8.5-5V3.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5V9L2 14v2l8.5-2.5V19L8 20.5V22l4-1 4 1v-1.5L13.5 19v-5.5L22 16z"})
"LocalAirportSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_airport_two_tone.cljs
================================================
(ns reagent-mui.icons.local-airport-two-tone
"Imports @mui/icons-material/LocalAirportTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-airport-two-tone (create-svg-icon (e "path" #js {"d" "M22 16v-2l-8.5-5V3.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5V9L2 14v2l8.5-2.5V19L8 20.5V22l4-1 4 1v-1.5L13.5 19v-5.5L22 16z"})
"LocalAirportTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_atm.cljs
================================================
(ns reagent-mui.icons.local-atm
"Imports @mui/icons-material/LocalAtm as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-atm (create-svg-icon (e "path" #js {"d" "M11 17h2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1h-3v-1h4V8h-2V7h-2v1h-1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3v1H9v2h2v1zm9-13H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4V6h16v12z"})
"LocalAtm"))
================================================
FILE: src/icons/reagent_mui/icons/local_atm_outlined.cljs
================================================
(ns reagent-mui.icons.local-atm-outlined
"Imports @mui/icons-material/LocalAtmOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-atm-outlined (create-svg-icon (e "path" #js {"d" "M11 17h2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1h-3v-1h4V8h-2V7h-2v1h-1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3v1H9v2h2v1zm9-13H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4V6h16v12z"})
"LocalAtmOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_atm_rounded.cljs
================================================
(ns reagent-mui.icons.local-atm-rounded
"Imports @mui/icons-material/LocalAtmRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-atm-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 13c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v10zm-6-7c.55 0 1-.45 1-1s-.45-1-1-1h-1v-.01c0-.55-.45-1-1-1s-1 .45-1 1V8h-1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3v1h-3c-.55 0-1 .45-1 1s.45 1 1 1h1c0 .55.45 1 1 1s1-.45 1-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1h-3v-1h3z"})
"LocalAtmRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_atm_sharp.cljs
================================================
(ns reagent-mui.icons.local-atm-sharp
"Imports @mui/icons-material/LocalAtmSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-atm-sharp (create-svg-icon (e "path" #js {"d" "M11 17h2v-1h2v-5h-4v-1h4V8h-2V7h-2v1H9v5h4v1H9v2h2v1zM22 4H2.01L2 20h20V4zm-2 14H4V6h16v12z"})
"LocalAtmSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_atm_two_tone.cljs
================================================
(ns reagent-mui.icons.local-atm-two-tone
"Imports @mui/icons-material/LocalAtmTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-atm-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18h16V6H4v12zm5-4h4v-1h-3c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1h1V7h2v1h2v2h-4v1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-1v1h-2v-1H9v-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4V6h16v12zm-9-1h2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1h-3v-1h4V8h-2V7h-2v1h-1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3v1H9v2h2v1z"})]
"LocalAtmTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_bar.cljs
================================================
(ns reagent-mui.icons.local-bar
"Imports @mui/icons-material/LocalBar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-bar (create-svg-icon (e "path" #js {"d" "M21 5V3H3v2l8 9v5H6v2h12v-2h-5v-5l8-9zM7.43 7 5.66 5h12.69l-1.78 2H7.43z"})
"LocalBar"))
================================================
FILE: src/icons/reagent_mui/icons/local_bar_outlined.cljs
================================================
(ns reagent-mui.icons.local-bar-outlined
"Imports @mui/icons-material/LocalBarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-bar-outlined (create-svg-icon (e "path" #js {"d" "M14.77 9 12 12.11 9.23 9h5.54M21 3H3v2l8 9v5H6v2h12v-2h-5v-5l8-9V3zM7.43 7 5.66 5h12.69l-1.78 2H7.43z"})
"LocalBarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_bar_rounded.cljs
================================================
(ns reagent-mui.icons.local-bar-rounded
"Imports @mui/icons-material/LocalBarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-bar-rounded (create-svg-icon (e "path" #js {"d" "M21 4.45c0-.8-.65-1.45-1.45-1.45H4.45C3.65 3 3 3.65 3 4.45c0 .35.13.7.37.96L11 14v5H7c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1h-4v-5l7.63-8.59c.24-.26.37-.61.37-.96zM7.43 7 5.66 5h12.69l-1.78 2H7.43z"})
"LocalBarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_bar_sharp.cljs
================================================
(ns reagent-mui.icons.local-bar-sharp
"Imports @mui/icons-material/LocalBarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-bar-sharp (create-svg-icon (e "path" #js {"d" "M21 5V3H3v2l8 9v5H6v2h12v-2h-5v-5l8-9zM7.43 7 5.66 5h12.69l-1.78 2H7.43z"})
"LocalBarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.local-bar-two-tone
"Imports @mui/icons-material/LocalBarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-bar-two-tone (create-svg-icon [(e "path" #js {"d" "M9.23 9 12 12.11 14.77 9z", "opacity" ".3"}) (e "path" #js {"d" "M21 5V3H3v2l8 9v5H6v2h12v-2h-5v-5l8-9zM5.66 5h12.69l-1.78 2H7.43L5.66 5zM12 12.11 9.23 9h5.54L12 12.11z"})]
"LocalBarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_cafe.cljs
================================================
(ns reagent-mui.icons.local-cafe
"Imports @mui/icons-material/LocalCafe as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-cafe (create-svg-icon (e "path" #js {"d" "M20 3H4v10c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.11 0 2-.9 2-2V5c0-1.11-.89-2-2-2zm0 5h-2V5h2v3zM4 19h16v2H4z"})
"LocalCafe"))
================================================
FILE: src/icons/reagent_mui/icons/local_cafe_outlined.cljs
================================================
(ns reagent-mui.icons.local-cafe-outlined
"Imports @mui/icons-material/LocalCafeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-cafe-outlined (create-svg-icon (e "path" #js {"d" "M16 5v8c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V5h10m4-2H4v10c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zm-2 5V5h2v3h-2zm2 11H2v2h18v-2z"})
"LocalCafeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_cafe_rounded.cljs
================================================
(ns reagent-mui.icons.local-cafe-rounded
"Imports @mui/icons-material/LocalCafeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-cafe-rounded (create-svg-icon (e "path" #js {"d" "M20 3H6c-1.1 0-2 .9-2 2v8c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 5h-2V5h2v3zM3 21h16c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1z"})
"LocalCafeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_cafe_sharp.cljs
================================================
(ns reagent-mui.icons.local-cafe-sharp
"Imports @mui/icons-material/LocalCafeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-cafe-sharp (create-svg-icon (e "path" #js {"d" "M20 3H4v14h14v-7h2c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 5h-2V5h2v3zM2 21h18v-2H2v2z"})
"LocalCafeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_cafe_two_tone.cljs
================================================
(ns reagent-mui.icons.local-cafe-two-tone
"Imports @mui/icons-material/LocalCafeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-cafe-two-tone (create-svg-icon [(e "path" #js {"d" "M8 15h6c1.1 0 2-.9 2-2V5H6v8c0 1.1.9 2 2 2z", "opacity" ".3"}) (e "path" #js {"d" "M2 19h18v2H2zm2-6c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2H4v10zm14-8h2v3h-2V5zM6 5h10v8c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V5z"})]
"LocalCafeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_car_wash.cljs
================================================
(ns reagent-mui.icons.local-car-wash
"Imports @mui/icons-material/LocalCarWash as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-car-wash (create-svg-icon (e "path" #js {"d" "M17 5c.83 0 1.5-.67 1.5-1.5 0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7c0 .83.67 1.5 1.5 1.5zm-5 0c.83 0 1.5-.67 1.5-1.5 0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7c0 .83.67 1.5 1.5 1.5zM7 5c.83 0 1.5-.67 1.5-1.5C8.5 2.5 7 .8 7 .8S5.5 2.5 5.5 3.5C5.5 4.33 6.17 5 7 5zm11.92 3.01C18.72 7.42 18.16 7 17.5 7h-11c-.66 0-1.21.42-1.42 1.01L3 14v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 18c-.83 0-1.5-.67-1.5-1.5S5.67 15 6.5 15s1.5.67 1.5 1.5S7.33 18 6.5 18zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 13l1.5-4.5h11L19 13H5z"})
"LocalCarWash"))
================================================
FILE: src/icons/reagent_mui/icons/local_car_wash_outlined.cljs
================================================
(ns reagent-mui.icons.local-car-wash-outlined
"Imports @mui/icons-material/LocalCarWashOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-car-wash-outlined (create-svg-icon [(e "path" #js {"d" "M17 5c.83 0 1.5-.67 1.5-1.5 0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7c0 .83.67 1.5 1.5 1.5zm-5 0c.83 0 1.5-.67 1.5-1.5 0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7c0 .83.67 1.5 1.5 1.5zM7 5c.83 0 1.5-.67 1.5-1.5C8.5 2.5 7 .8 7 .8S5.5 2.5 5.5 3.5C5.5 4.33 6.17 5 7 5zm11.92 3.01C18.72 7.42 18.16 7 17.5 7h-11c-.66 0-1.21.42-1.42 1.01L3 14v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 9h10.29l1.04 3H5.81l1.04-3zM19 19H5v-4.66l.12-.34h13.77l.11.34V19z"}) (e "circle" #js {"cx" "7.5", "cy" "16.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "16.5", "r" "1.5"})]
"LocalCarWashOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_car_wash_rounded.cljs
================================================
(ns reagent-mui.icons.local-car-wash-rounded
"Imports @mui/icons-material/LocalCarWashRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-car-wash-rounded (create-svg-icon (e "path" #js {"d" "M17 5c.83 0 1.5-.67 1.5-1.5 0-.66-.66-1.64-1.11-2.22-.2-.26-.59-.26-.79 0-.44.58-1.1 1.56-1.1 2.22 0 .83.67 1.5 1.5 1.5zm-5 0c.83 0 1.5-.67 1.5-1.5 0-.66-.66-1.64-1.11-2.22-.2-.26-.59-.26-.79 0-.44.58-1.1 1.56-1.1 2.22 0 .83.67 1.5 1.5 1.5zM7 5c.83 0 1.5-.67 1.5-1.5 0-.66-.66-1.64-1.11-2.22-.2-.26-.59-.26-.79 0-.44.58-1.1 1.56-1.1 2.22C5.5 4.33 6.17 5 7 5zm11.92 3.01C18.72 7.42 18.16 7 17.5 7h-11c-.66 0-1.21.42-1.42 1.01l-1.97 5.67c-.07.21-.11.43-.11.66v7.16c0 .83.67 1.5 1.5 1.5S6 22.33 6 21.5V21h12v.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5v-7.16c0-.22-.04-.45-.11-.66l-1.97-5.67zM6.5 18c-.83 0-1.5-.67-1.5-1.5S5.67 15 6.5 15s1.5.67 1.5 1.5S7.33 18 6.5 18zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 13l1.27-3.82c.14-.4.52-.68.95-.68h9.56c.43 0 .81.28.95.68L19 13H5z"})
"LocalCarWashRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_car_wash_sharp.cljs
================================================
(ns reagent-mui.icons.local-car-wash-sharp
"Imports @mui/icons-material/LocalCarWashSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-car-wash-sharp (create-svg-icon (e "path" #js {"d" "M18.58 7H5.43L3 14v9h3v-2h12v2h3v-9l-2.42-7zM6.5 18c-.83 0-1.5-.67-1.5-1.5S5.67 15 6.5 15s1.5.67 1.5 1.5S7.33 18 6.5 18zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 13l1.5-4.5h11L19 13H5zm12-8c.83 0 1.5-.67 1.5-1.5 0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7c0 .83.67 1.5 1.5 1.5zm-5 0c.83 0 1.5-.67 1.5-1.5 0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7c0 .83.67 1.5 1.5 1.5zM7 5c.83 0 1.5-.67 1.5-1.5C8.5 2.5 7 .8 7 .8S5.5 2.5 5.5 3.5C5.5 4.33 6.17 5 7 5z"})
"LocalCarWashSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_car_wash_two_tone.cljs
================================================
(ns reagent-mui.icons.local-car-wash-two-tone
"Imports @mui/icons-material/LocalCarWashTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-car-wash-two-tone (create-svg-icon [(e "path" #js {"d" "m5.12 14-.12.34V19h14v-4.66l-.12-.34H5.12zm2.38 4c-.83 0-1.5-.67-1.5-1.5S6.67 15 7.5 15s1.5.67 1.5 1.5S8.33 18 7.5 18zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z", "opacity" ".3"}) (e "path" #js {"d" "M15.5 3.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7zm-2 0c0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5zm-5 0C8.5 2.5 7 .8 7 .8S5.5 2.5 5.5 3.5C5.5 4.33 6.17 5 7 5s1.5-.67 1.5-1.5zM21 14l-2.08-5.99C18.72 7.42 18.16 7 17.5 7h-11c-.66 0-1.21.42-1.42 1.01L3 14v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8zM6.85 9h10.29l1.04 3H5.81l1.04-3zM19 19H5v-4.66l.12-.34h13.77l.11.34V19z"}) (e "circle" #js {"cx" "7.5", "cy" "16.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "16.5", "r" "1.5"})]
"LocalCarWashTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_convenience_store.cljs
================================================
(ns reagent-mui.icons.local-convenience-store
"Imports @mui/icons-material/LocalConvenienceStore as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-convenience-store (create-svg-icon (e "path" #js {"d" "M19 7V4H5v3H2v13h8v-4h4v4h8V7h-3zm-8 3H9v1h2v1H8V9h2V8H8V7h3v3zm5 2h-1v-2h-2V7h1v2h1V7h1v5z"})
"LocalConvenienceStore"))
================================================
FILE: src/icons/reagent_mui/icons/local_convenience_store_outlined.cljs
================================================
(ns reagent-mui.icons.local-convenience-store-outlined
"Imports @mui/icons-material/LocalConvenienceStoreOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-convenience-store-outlined (create-svg-icon (e "path" #js {"d" "M19 7V4H5v3H2v13h8v-4h4v4h8V7h-3zm1 11h-4v-4H8v4H4V9h3V6h10v3h3v9zM8 8h2v1H8v3h3v-1H9v-1h2V7H8zm7 1h-1V7h-1v3h2v2h1V7h-1z"})
"LocalConvenienceStoreOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_convenience_store_rounded.cljs
================================================
(ns reagent-mui.icons.local-convenience-store-rounded
"Imports @mui/icons-material/LocalConvenienceStoreRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-convenience-store-rounded (create-svg-icon (e "path" #js {"d" "m21.9 7.89-1.05-3.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9 0-1.69.63-1.9 1.52L2.1 7.89c-.46 1.97.85 3.11.9 3.17V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7.94c1.12-1.12 1.09-2.41.9-3.17zM13 5h1.96l.54 3.52c.09.71-.39 1.48-1.28 1.48-.67 0-1.22-.59-1.22-1.31V5zM6.44 8.86c-.08.65-.6 1.14-1.21 1.14-.93 0-1.35-.97-1.19-1.64L5.05 5h1.97l-.58 3.86zM10.5 16H9v1h1.5c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5H10v-1H8.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2c.28 0 .5.22.5.5v2c0 .28-.22.5-.5.5zm.5-7.31c0 .72-.55 1.31-1.29 1.31-.75 0-1.3-.7-1.22-1.48L9.04 5H11v3.69zM15.5 18c-.28 0-.5-.22-.5-.5V16h-1.5c-.28 0-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5s.5.22.5.5V15h1v-1.5c0-.28.22-.5.5-.5s.5.22.5.5v4c0 .28-.22.5-.5.5zm3.27-8c-.61 0-1.14-.49-1.21-1.14L16.98 5l1.93-.01 1.05 3.37c.16.67-.25 1.64-1.19 1.64z"})
"LocalConvenienceStoreRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_convenience_store_sharp.cljs
================================================
(ns reagent-mui.icons.local-convenience-store-sharp
"Imports @mui/icons-material/LocalConvenienceStoreSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-convenience-store-sharp (create-svg-icon (e "path" #js {"d" "M19 7V4H5v3H2v13h8v-4h4v4h8V7h-3zm-8 3H9v1h2v1H8V9h2V8H8V7h3v3zm5 2h-1v-2h-2V7h1v2h1V7h1v5z"})
"LocalConvenienceStoreSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_convenience_store_two_tone.cljs
================================================
(ns reagent-mui.icons.local-convenience-store-two-tone
"Imports @mui/icons-material/LocalConvenienceStoreTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-convenience-store-two-tone (create-svg-icon [(e "path" #js {"d" "M14 14h2v4h4V9h-3V6H7v3H4v9h4v-4h6zm-1-7h1v2h1V7h1v5h-1v-2h-2V7zM8 9h2V8H8V7h3v3H9v1h2v1H8V9z", "opacity" ".3"}) (e "path" #js {"d" "M10 16h4v4h8V7h-3V4H5v3H2v13h8v-4zm-2 0v2H4V9h3V6h10v3h3v9h-4v-4H8v2zm3-5H9v-1h2V7H8v1h2v1H8v3h3zm4 1h1V7h-1v2h-1V7h-1v3h2z"})]
"LocalConvenienceStoreTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_dining.cljs
================================================
(ns reagent-mui.icons.local-dining
"Imports @mui/icons-material/LocalDining as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-dining (create-svg-icon (e "path" #js {"d" "m8.1 13.34 2.83-2.83L3.91 3.5c-1.56 1.56-1.56 4.09 0 5.66l4.19 4.18zm6.78-1.81c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27L3.7 19.87l1.41 1.41L12 14.41l6.88 6.88 1.41-1.41L13.41 13l1.47-1.47z"})
"LocalDining"))
================================================
FILE: src/icons/reagent_mui/icons/local_dining_outlined.cljs
================================================
(ns reagent-mui.icons.local-dining-outlined
"Imports @mui/icons-material/LocalDiningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-dining-outlined (create-svg-icon (e "path" #js {"d" "m8.1 13.34 2.83-2.83L3.91 3.5c-1.56 1.56-1.56 4.09 0 5.66l4.19 4.18zm6.78-1.81c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27L3.7 19.87l1.41 1.41L12 14.41l6.88 6.88 1.41-1.41L13.41 13l1.47-1.47z"})
"LocalDiningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_dining_rounded.cljs
================================================
(ns reagent-mui.icons.local-dining-rounded
"Imports @mui/icons-material/LocalDiningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-dining-rounded (create-svg-icon (e "path" #js {"d" "m8.1 13.34 2.83-2.83-6.19-6.18c-.48-.48-1.31-.35-1.61.27-.71 1.49-.45 3.32.78 4.56l4.19 4.18zm6.78-1.81c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27l-9.05 9.05c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 14.41l6.18 6.18c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 13l1.47-1.47z"})
"LocalDiningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_dining_sharp.cljs
================================================
(ns reagent-mui.icons.local-dining-sharp
"Imports @mui/icons-material/LocalDiningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-dining-sharp (create-svg-icon (e "path" #js {"d" "m8.1 13.34 2.83-2.83L3.91 3.5c-1.56 1.56-1.56 4.09 0 5.66l4.19 4.18zm6.78-1.81c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27L3.7 19.87l1.41 1.41L12 14.41l6.88 6.88 1.41-1.41L13.41 13l1.47-1.47z"})
"LocalDiningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_dining_two_tone.cljs
================================================
(ns reagent-mui.icons.local-dining-two-tone
"Imports @mui/icons-material/LocalDiningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-dining-two-tone (create-svg-icon (e "path" #js {"d" "M5.11 21.28 12 14.41l6.88 6.88 1.41-1.41L13.41 13l1.47-1.47c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27L3.7 19.87l1.41 1.41zM3.91 9.16l4.19 4.18 2.83-2.83L3.91 3.5c-1.56 1.56-1.56 4.09 0 5.66z"})
"LocalDiningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_drink.cljs
================================================
(ns reagent-mui.icons.local-drink
"Imports @mui/icons-material/LocalDrink as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-drink (create-svg-icon (e "path" #js {"d" "m3 2 2.01 18.23C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77L21 2H3zm9 17c-1.66 0-3-1.34-3-3 0-2 3-5.4 3-5.4s3 3.4 3 5.4c0 1.66-1.34 3-3 3zm6.33-11H5.67l-.44-4h13.53l-.43 4z"})
"LocalDrink"))
================================================
FILE: src/icons/reagent_mui/icons/local_drink_outlined.cljs
================================================
(ns reagent-mui.icons.local-drink-outlined
"Imports @mui/icons-material/LocalDrinkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-drink-outlined (create-svg-icon (e "path" #js {"d" "m3 2 2.01 18.23C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77L21 2H3zm14 18-10 .01L5.89 10H18.1L17 20zm1.33-12H5.67l-.44-4h13.53l-.43 4zM12 19c1.66 0 3-1.34 3-3 0-2-3-5.4-3-5.4S9 14 9 16c0 1.66 1.34 3 3 3zm0-5.09c.59.91 1 1.73 1 2.09 0 .55-.45 1-1 1s-1-.45-1-1c0-.37.41-1.19 1-2.09z"})
"LocalDrinkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_drink_rounded.cljs
================================================
(ns reagent-mui.icons.local-drink-rounded
"Imports @mui/icons-material/LocalDrinkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-drink-rounded (create-svg-icon (e "path" #js {"d" "M5.23 2C4.04 2 3.11 3.04 3.24 4.22l1.77 16.01C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77l1.77-16.01c.13-1.18-.8-2.22-1.99-2.22H5.23zM12 19c-1.66 0-3-1.34-3-3 0-1.55 1.81-3.95 2.62-4.94.2-.25.57-.25.77 0 .81 1 2.62 3.39 2.62 4.94-.01 1.66-1.35 3-3.01 3zm6.33-11H5.67l-.32-2.89c-.06-.59.4-1.11 1-1.11h11.3c.59 0 1.06.52.99 1.11L18.33 8z"})
"LocalDrinkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_drink_sharp.cljs
================================================
(ns reagent-mui.icons.local-drink-sharp
"Imports @mui/icons-material/LocalDrinkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-drink-sharp (create-svg-icon (e "path" #js {"d" "m3 2 2.21 20H18.8L21 2H3zm9 17c-1.66 0-3-1.34-3-3 0-2 3-5.4 3-5.4s3 3.4 3 5.4c0 1.66-1.34 3-3 3zm6.33-11H5.67l-.44-4h13.53l-.43 4z"})
"LocalDrinkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_drink_two_tone.cljs
================================================
(ns reagent-mui.icons.local-drink-two-tone
"Imports @mui/icons-material/LocalDrinkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-drink-two-tone (create-svg-icon [(e "path" #js {"d" "M7 20.01 17 20l1.1-10H5.89L7 20.01zm5-9.41s3 3.4 3 5.4c0 1.66-1.34 3-3 3s-3-1.34-3-3c0-2 3-5.4 3-5.4z", "opacity" ".3"}) (e "path" #js {"d" "M5.01 20.23C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77L21 2H3l2.01 18.23zM17 20l-10 .01L5.89 10H18.1L17 20zm1.76-16-.43 4H5.67l-.44-4h13.53zM12 19c1.66 0 3-1.34 3-3 0-2-3-5.4-3-5.4S9 14 9 16c0 1.66 1.34 3 3 3zm0-5.09c.59.91 1 1.73 1 2.09 0 .55-.45 1-1 1s-1-.45-1-1c0-.37.41-1.19 1-2.09z"})]
"LocalDrinkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_fire_department.cljs
================================================
(ns reagent-mui.icons.local-fire-department
"Imports @mui/icons-material/LocalFireDepartment as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-fire-department (create-svg-icon [(e "path" #js {"d" "m12 12.9-2.13 2.09c-.56.56-.87 1.29-.87 2.07C9 18.68 10.35 20 12 20s3-1.32 3-2.94c0-.78-.31-1.52-.87-2.07L12 12.9z"}) (e "path" #js {"d" "m16 6-.44.55C14.38 8.02 12 7.19 12 5.3V2S4 6 4 13c0 2.92 1.56 5.47 3.89 6.86-.56-.79-.89-1.76-.89-2.8 0-1.32.52-2.56 1.47-3.5L12 10.1l3.53 3.47c.95.93 1.47 2.17 1.47 3.5 0 1.02-.31 1.96-.85 2.75 1.89-1.15 3.29-3.06 3.71-5.3.66-3.55-1.07-6.9-3.86-8.52z"})]
"LocalFireDepartment"))
================================================
FILE: src/icons/reagent_mui/icons/local_fire_department_outlined.cljs
================================================
(ns reagent-mui.icons.local-fire-department-outlined
"Imports @mui/icons-material/LocalFireDepartmentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-fire-department-outlined (create-svg-icon (e "path" #js {"d" "m16 6-.44.55c-.42.52-.98.75-1.54.75C13 7.3 12 6.52 12 5.3V2S4 6 4 13c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.96-1.61-5.62-4-7zm-4 13c-1.1 0-2-.87-2-1.94 0-.51.2-.99.58-1.36L12 14.3l1.43 1.4c.37.37.57.85.57 1.36 0 1.07-.9 1.94-2 1.94zm3.96-1.5c.04-.36.22-1.89-1.13-3.22L12 11.5l-2.83 2.78C7.81 15.62 8 17.16 8.04 17.5 6.79 16.4 6 14.79 6 13c0-3.16 2.13-5.65 4.03-7.25.23 1.99 1.93 3.55 3.99 3.55.78 0 1.54-.23 2.18-.66C17.34 9.78 18 11.35 18 13c0 1.79-.79 3.4-2.04 4.5z"})
"LocalFireDepartmentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_fire_department_rounded.cljs
================================================
(ns reagent-mui.icons.local-fire-department-rounded
"Imports @mui/icons-material/LocalFireDepartmentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-fire-department-rounded (create-svg-icon [(e "path" #js {"d" "m12 12.9-2.03 2c-.46.46-.82 1.03-.93 1.67C8.74 18.41 10.18 20 12 20s3.26-1.59 2.96-3.42c-.11-.64-.46-1.22-.93-1.67L12 12.9z"}) (e "path" #js {"d" "M15.56 6.55C14.38 8.02 12 7.19 12 5.3V3.77c0-.8-.89-1.28-1.55-.84C8.12 4.49 4 7.97 4 13c0 2.92 1.56 5.47 3.89 6.86-.71-1.02-1.06-2.31-.81-3.68.19-1.04.75-1.98 1.51-2.72l2.71-2.67c.39-.38 1.01-.38 1.4 0l2.73 2.69c.74.73 1.3 1.65 1.48 2.68.25 1.36-.07 2.64-.77 3.66 1.89-1.15 3.29-3.06 3.71-5.3.61-3.27-.81-6.37-3.22-8.1-.33-.25-.8-.2-1.07.13z"})]
"LocalFireDepartmentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_fire_department_sharp.cljs
================================================
(ns reagent-mui.icons.local-fire-department-sharp
"Imports @mui/icons-material/LocalFireDepartmentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-fire-department-sharp (create-svg-icon [(e "path" #js {"d" "m12 12.9-2.13 2.09c-.56.56-.87 1.29-.87 2.07C9 18.68 10.35 20 12 20s3-1.32 3-2.94c0-.78-.31-1.52-.87-2.07L12 12.9z"}) (e "path" #js {"d" "m16 6-.44.55C14.38 8.02 12 7.19 12 5.3V2S4 6 4 13c0 2.92 1.56 5.47 3.89 6.86-.56-.79-.89-1.76-.89-2.8 0-1.32.52-2.56 1.47-3.5L12 10.1l3.53 3.47c.95.93 1.47 2.17 1.47 3.5 0 1.02-.31 1.96-.85 2.75 1.89-1.15 3.29-3.06 3.71-5.3.66-3.55-1.07-6.9-3.86-8.52z"})]
"LocalFireDepartmentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_fire_department_two_tone.cljs
================================================
(ns reagent-mui.icons.local-fire-department-two-tone
"Imports @mui/icons-material/LocalFireDepartmentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-fire-department-two-tone (create-svg-icon [(e "path" #js {"d" "M16.2 8.65c-.64.42-1.4.65-2.18.65-2.06 0-3.77-1.55-3.99-3.55C8.13 7.35 6 9.84 6 13c0 1.79.79 3.4 2.04 4.5-.04-.34-.23-1.88 1.13-3.22L12 11.5l2.83 2.78c1.35 1.33 1.17 2.86 1.13 3.21v.01C17.21 16.4 18 14.79 18 13c0-1.65-.66-3.22-1.8-4.35z", "opacity" ".3"}) (e "path" #js {"d" "m12 14.31-1.42 1.4c-.38.36-.58.84-.58 1.35 0 1.07.9 1.94 2 1.94s2-.87 2-1.94c0-.51-.2-.99-.57-1.36L12 14.31z", "opacity" ".3"}) (e "path" #js {"d" "m16 6-.44.55c-.42.52-.98.75-1.54.75C13 7.3 12 6.52 12 5.3V2S4 6 4 13c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.96-1.61-5.62-4-7zm-4 13c-1.1 0-2-.87-2-1.94 0-.51.2-.99.58-1.36L12 14.3l1.43 1.4c.37.37.57.85.57 1.36 0 1.07-.9 1.94-2 1.94zm3.96-1.5c.04-.36.22-1.89-1.13-3.22L12 11.5l-2.83 2.78C7.81 15.62 8 17.16 8.04 17.5 6.79 16.4 6 14.79 6 13c0-3.16 2.13-5.65 4.03-7.25.23 1.99 1.93 3.55 3.99 3.55.78 0 1.54-.23 2.18-.66C17.34 9.78 18 11.35 18 13c0 1.79-.79 3.4-2.04 4.5z"})]
"LocalFireDepartmentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_florist.cljs
================================================
(ns reagent-mui.icons.local-florist
"Imports @mui/icons-material/LocalFlorist as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-florist (create-svg-icon (e "path" #js {"d" "M12 22c4.97 0 9-4.03 9-9-4.97 0-9 4.03-9 9zM5.6 10.25c0 1.38 1.12 2.5 2.5 2.5.53 0 1.01-.16 1.42-.44l-.02.19c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5l-.02-.19c.4.28.89.44 1.42.44 1.38 0 2.5-1.12 2.5-2.5 0-1-.59-1.85-1.43-2.25.84-.4 1.43-1.25 1.43-2.25 0-1.38-1.12-2.5-2.5-2.5-.53 0-1.01.16-1.42.44l.02-.19C14.5 2.12 13.38 1 12 1S9.5 2.12 9.5 3.5l.02.19c-.4-.28-.89-.44-1.42-.44-1.38 0-2.5 1.12-2.5 2.5 0 1 .59 1.85 1.43 2.25-.84.4-1.43 1.25-1.43 2.25zM12 5.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5S9.5 9.38 9.5 8s1.12-2.5 2.5-2.5zM3 13c0 4.97 4.03 9 9 9 0-4.97-4.03-9-9-9z"})
"LocalFlorist"))
================================================
FILE: src/icons/reagent_mui/icons/local_florist_outlined.cljs
================================================
(ns reagent-mui.icons.local-florist-outlined
"Imports @mui/icons-material/LocalFloristOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-florist-outlined (create-svg-icon (e "path" #js {"d" "M8.66 13.07c.15 0 .29-.01.43-.03C9.56 14.19 10.69 15 12 15s2.44-.81 2.91-1.96c.14.02.29.03.43.03 1.73 0 3.14-1.41 3.14-3.14 0-.71-.25-1.39-.67-1.93.43-.54.67-1.22.67-1.93 0-1.73-1.41-3.14-3.14-3.14-.15 0-.29.01-.43.03C14.44 1.81 13.31 1 12 1s-2.44.81-2.91 1.96c-.14-.02-.29-.03-.43-.03-1.73 0-3.14 1.41-3.14 3.14 0 .71.25 1.39.67 1.93-.43.54-.68 1.22-.68 1.93 0 1.73 1.41 3.14 3.15 3.14zM12 13c-.62 0-1.12-.49-1.14-1.1l.12-1.09c.32.12.66.19 1.02.19s.71-.07 1.03-.19l.11 1.09c-.02.61-.52 1.1-1.14 1.1zm3.34-1.93c-.24 0-.46-.07-.64-.2l-.81-.57c.55-.45.94-1.09 1.06-1.83l.88.42c.4.19.66.59.66 1.03 0 .64-.52 1.15-1.15 1.15zm-.65-5.94c.2-.13.42-.2.65-.2.63 0 1.14.51 1.14 1.14 0 .44-.25.83-.66 1.03l-.88.42c-.12-.74-.51-1.38-1.07-1.83l.82-.56zM12 3c.62 0 1.12.49 1.14 1.1l-.11 1.09C12.71 5.07 12.36 5 12 5s-.7.07-1.02.19l-.12-1.09c.02-.61.52-1.1 1.14-1.1zM8.66 4.93c.24 0 .46.07.64.2l.81.56c-.55.45-.94 1.09-1.06 1.83l-.88-.42c-.4-.2-.66-.59-.66-1.03 0-.63.52-1.14 1.15-1.14zM8.17 8.9l.88-.42c.12.74.51 1.38 1.07 1.83l-.81.55c-.2.13-.42.2-.65.2-.63 0-1.14-.51-1.14-1.14-.01-.43.25-.82.65-1.02zM12 22c4.97 0 9-4.03 9-9-4.97 0-9 4.03-9 9zm2.44-2.44c.71-1.9 2.22-3.42 4.12-4.12-.71 1.9-2.22 3.41-4.12 4.12zM3 13c0 4.97 4.03 9 9 9 0-4.97-4.03-9-9-9zm2.44 2.44c1.9.71 3.42 2.22 4.12 4.12-1.9-.71-3.41-2.22-4.12-4.12z"})
"LocalFloristOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_florist_rounded.cljs
================================================
(ns reagent-mui.icons.local-florist-rounded
"Imports @mui/icons-material/LocalFloristRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-florist-rounded (create-svg-icon (e "path" #js {"d" "M12 22c4.56 0 8.33-3.4 8.92-7.8.09-.64-.48-1.21-1.12-1.12-4.4.59-7.8 4.36-7.8 8.92zM5.6 10.25c0 1.38 1.12 2.5 2.5 2.5.53 0 1.01-.16 1.42-.44l-.02.19c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5l-.02-.19c.4.28.89.44 1.42.44 1.38 0 2.5-1.12 2.5-2.5 0-1-.59-1.85-1.43-2.25.84-.4 1.43-1.25 1.43-2.25 0-1.38-1.12-2.5-2.5-2.5-.53 0-1.01.16-1.42.44l.02-.19C14.5 2.12 13.38 1 12 1S9.5 2.12 9.5 3.5l.02.19c-.4-.28-.89-.44-1.42-.44-1.38 0-2.5 1.12-2.5 2.5 0 1 .59 1.85 1.43 2.25-.84.4-1.43 1.25-1.43 2.25zM12 5.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5S9.5 9.38 9.5 8s1.12-2.5 2.5-2.5zm-8.92 8.7C3.67 18.6 7.44 22 12 22c0-4.56-3.4-8.33-7.8-8.92-.64-.09-1.21.48-1.12 1.12z"})
"LocalFloristRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_florist_sharp.cljs
================================================
(ns reagent-mui.icons.local-florist-sharp
"Imports @mui/icons-material/LocalFloristSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-florist-sharp (create-svg-icon (e "path" #js {"d" "M12 22c4.97 0 9-4.03 9-9-4.97 0-9 4.03-9 9zM5.6 10.25c0 1.38 1.12 2.5 2.5 2.5.53 0 1.01-.16 1.42-.44l-.02.19c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5l-.02-.19c.4.28.89.44 1.42.44 1.38 0 2.5-1.12 2.5-2.5 0-1-.59-1.85-1.43-2.25.84-.4 1.43-1.25 1.43-2.25 0-1.38-1.12-2.5-2.5-2.5-.53 0-1.01.16-1.42.44l.02-.19C14.5 2.12 13.38 1 12 1S9.5 2.12 9.5 3.5l.02.19c-.4-.28-.89-.44-1.42-.44-1.38 0-2.5 1.12-2.5 2.5 0 1 .59 1.85 1.43 2.25-.84.4-1.43 1.25-1.43 2.25zM12 5.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5S9.5 9.38 9.5 8s1.12-2.5 2.5-2.5zM3 13c0 4.97 4.03 9 9 9 0-4.97-4.03-9-9-9z"})
"LocalFloristSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_florist_two_tone.cljs
================================================
(ns reagent-mui.icons.local-florist-two-tone
"Imports @mui/icons-material/LocalFloristTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-florist-two-tone (create-svg-icon [(e "path" #js {"d" "M12 13c.62 0 1.12-.49 1.14-1.1l-.11-1.09c-.32.12-.67.19-1.03.19s-.7-.07-1.02-.19l-.12 1.09c.02.61.52 1.1 1.14 1.1zM8.17 7.1l.88.42c.12-.73.51-1.37 1.06-1.83l-.81-.56c-.18-.13-.41-.2-.64-.2-.63 0-1.14.51-1.14 1.14-.01.44.25.83.65 1.03zm7.66 1.8-.88-.42c-.12.73-.51 1.37-1.06 1.83l.81.57c.18.13.41.2.64.2.63 0 1.14-.51 1.14-1.14.01-.45-.25-.84-.65-1.04zm-.88-1.38.88-.42c.4-.19.66-.59.66-1.03 0-.63-.51-1.14-1.14-1.14-.24 0-.46.07-.65.2l-.81.55c.55.46.94 1.1 1.06 1.84zM12 5c.36 0 .71.07 1.03.19l.11-1.09C13.12 3.49 12.62 3 12 3s-1.12.49-1.14 1.1l.12 1.09C11.3 5.07 11.64 5 12 5zm-3.34 6.07c.24 0 .46-.07.65-.2l.81-.55c-.56-.46-.95-1.1-1.07-1.84l-.88.42c-.4.2-.66.59-.66 1.03 0 .63.52 1.14 1.15 1.14zm9.9 4.37c-1.9.71-3.42 2.22-4.12 4.12 1.9-.71 3.41-2.22 4.12-4.12zm-13.12 0c.71 1.9 2.22 3.42 4.12 4.12-.71-1.9-2.22-3.41-4.12-4.12z", "opacity" ".3"}) (e "path" #js {"d" "M8.66 13.07c.15 0 .29-.01.43-.03C9.56 14.19 10.69 15 12 15s2.44-.81 2.91-1.96c.14.02.29.03.43.03 1.73 0 3.14-1.41 3.14-3.14 0-.71-.25-1.39-.67-1.93.43-.54.67-1.22.67-1.93 0-1.73-1.41-3.14-3.14-3.14-.15 0-.29.01-.43.03C14.44 1.81 13.31 1 12 1s-2.44.81-2.91 1.96c-.14-.02-.29-.03-.43-.03-1.73 0-3.14 1.41-3.14 3.14 0 .71.25 1.39.67 1.93-.43.54-.68 1.22-.68 1.93 0 1.73 1.41 3.14 3.15 3.14zm6.68-2c-.24 0-.46-.07-.64-.2l-.81-.57c.55-.45.94-1.09 1.06-1.83l.88.42c.4.19.66.59.66 1.03 0 .64-.52 1.15-1.15 1.15zm-.65-5.94c.2-.13.42-.2.65-.2.63 0 1.14.51 1.14 1.14 0 .44-.25.83-.66 1.03l-.88.42c-.12-.74-.51-1.38-1.07-1.83l.82-.56zM12 3c.62 0 1.12.49 1.14 1.1l-.11 1.09C12.71 5.07 12.36 5 12 5s-.7.07-1.02.19l-.12-1.09c.02-.61.52-1.1 1.14-1.1zm1 5c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm-2.02 2.81c.32.12.66.19 1.02.19s.71-.07 1.03-.19l.11 1.09c-.02.61-.52 1.1-1.14 1.1s-1.12-.49-1.14-1.1l.12-1.09zM8.66 4.93c.24 0 .46.07.64.2l.81.56c-.55.45-.94 1.09-1.06 1.83l-.88-.42c-.4-.2-.66-.59-.66-1.03 0-.63.52-1.14 1.15-1.14zM8.17 8.9l.88-.42c.12.74.51 1.38 1.07 1.83l-.81.55c-.2.13-.42.2-.65.2-.63 0-1.14-.51-1.14-1.14-.01-.43.25-.82.65-1.02zM12 22c4.97 0 9-4.03 9-9-4.97 0-9 4.03-9 9zm6.56-6.56c-.71 1.9-2.22 3.42-4.12 4.12.71-1.9 2.22-3.41 4.12-4.12zM3 13c0 4.97 4.03 9 9 9 0-4.97-4.03-9-9-9zm2.44 2.44c1.9.71 3.42 2.22 4.12 4.12-1.9-.71-3.41-2.22-4.12-4.12z"})]
"LocalFloristTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_gas_station.cljs
================================================
(ns reagent-mui.icons.local-gas-station
"Imports @mui/icons-material/LocalGasStation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-gas-station (create-svg-icon (e "path" #js {"d" "m19.77 7.23.01-.01-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33 0 1.38 1.12 2.5 2.5 2.5.36 0 .69-.08 1-.21v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v16h10v-7.5h1.5v5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V9c0-.69-.28-1.32-.73-1.77zM12 10H6V5h6v5zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"LocalGasStation"))
================================================
FILE: src/icons/reagent_mui/icons/local_gas_station_outlined.cljs
================================================
(ns reagent-mui.icons.local-gas-station-outlined
"Imports @mui/icons-material/LocalGasStationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-gas-station-outlined (create-svg-icon (e "path" #js {"d" "m19.77 7.23.01-.01-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33 0 1.38 1.12 2.5 2.5 2.5.36 0 .69-.08 1-.21v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v16h10v-7.5h1.5v5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V9c0-.69-.28-1.32-.73-1.77zM12 13.5V19H6v-7h6v1.5zm0-3.5H6V5h6v5zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"LocalGasStationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_gas_station_rounded.cljs
================================================
(ns reagent-mui.icons.local-gas-station-rounded
"Imports @mui/icons-material/LocalGasStationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-gas-station-rounded (create-svg-icon (e "path" #js {"d" "m19.77 7.23.01-.01-3.19-3.19c-.29-.29-.77-.29-1.06 0-.29.29-.29.77 0 1.06l1.58 1.58c-1.05.4-1.76 1.47-1.58 2.71.16 1.1 1.1 1.99 2.2 2.11.47.05.88-.03 1.27-.2v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v15c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-6.5h1.5v4.86c0 1.31.94 2.5 2.24 2.63 1.5.15 2.76-1.02 2.76-2.49V9c0-.69-.28-1.32-.73-1.77zM12 10H6V6c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v4zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"LocalGasStationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_gas_station_sharp.cljs
================================================
(ns reagent-mui.icons.local-gas-station-sharp
"Imports @mui/icons-material/LocalGasStationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-gas-station-sharp (create-svg-icon (e "path" #js {"d" "m19.77 7.23.01-.01-3.72-3.72L15 4.56l2.11 2.11c-1.05.4-1.76 1.47-1.58 2.71.16 1.1 1.1 1.99 2.2 2.11.47.05.88-.03 1.27-.2v8.21h-2V12h-3V3H4v18h10v-7.5h1.5v7.49h5V9c0-.69-.28-1.32-.73-1.77zM12 10H6V5h6v5zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"LocalGasStationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_gas_station_two_tone.cljs
================================================
(ns reagent-mui.icons.local-gas-station-two-tone
"Imports @mui/icons-material/LocalGasStationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-gas-station-two-tone (create-svg-icon [(e "path" #js {"d" "M6 19h6v-7H6z", "opacity" ".3"}) (e "path" #js {"d" "M12 3H6c-1.1 0-2 .9-2 2v16h10v-7.5h1.5v5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V9c0-.69-.28-1.32-.73-1.77l.01-.01-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33 0 1.38 1.12 2.5 2.5 2.5.36 0 .69-.08 1-.21v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2zm0 10.5V19H6v-7h6v1.5zm0-3.5H6V5h6v5zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"LocalGasStationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_grocery_store.cljs
================================================
(ns reagent-mui.icons.local-grocery-store
"Imports @mui/icons-material/LocalGroceryStore as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-grocery-store (create-svg-icon (e "path" #js {"d" "M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z"})
"LocalGroceryStore"))
================================================
FILE: src/icons/reagent_mui/icons/local_grocery_store_outlined.cljs
================================================
(ns reagent-mui.icons.local-grocery-store-outlined
"Imports @mui/icons-material/LocalGroceryStoreOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-grocery-store-outlined (create-svg-icon (e "path" #js {"d" "M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-1.45-5c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.37-.66-.11-1.48-.87-1.48H5.21l-.94-2H1v2h2l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h12v-2H7l1.1-2h7.45zM6.16 6h12.15l-2.76 5H8.53L6.16 6z"})
"LocalGroceryStoreOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_grocery_store_rounded.cljs
================================================
(ns reagent-mui.icons.local-grocery-store-rounded
"Imports @mui/icons-material/LocalGroceryStoreRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-grocery-store-rounded (create-svg-icon (e "path" #js {"d" "M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM2 4h1l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h11c.55 0 1-.45 1-1s-.45-1-1-1H7l1.1-2h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.37-.66-.11-1.48-.87-1.48H5.21l-.67-1.43c-.16-.35-.52-.57-.9-.57H2c-.55 0-1 .45-1 1s.45 1 1 1zm15 14c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z"})
"LocalGroceryStoreRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_grocery_store_sharp.cljs
================================================
(ns reagent-mui.icons.local-grocery-store-sharp
"Imports @mui/icons-material/LocalGroceryStoreSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-grocery-store-sharp (create-svg-icon (e "path" #js {"d" "M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 4h2l3.6 7.59L3.62 17H19v-2H7l1.1-2h8.64l4.97-9H5.21l-.94-2H1v2zm16 14c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z"})
"LocalGroceryStoreSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_grocery_store_two_tone.cljs
================================================
(ns reagent-mui.icons.local-grocery-store-two-tone
"Imports @mui/icons-material/LocalGroceryStoreTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-grocery-store-two-tone (create-svg-icon [(e "path" #js {"d" "M8.53 11h7.02l2.76-5H6.16z", "opacity" ".3"}) (e "path" #js {"d" "M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-1.45-5c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.37-.66-.11-1.48-.87-1.48H5.21l-.94-2H1v2h2l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h12v-2H7l1.1-2h7.45zM6.16 6h12.15l-2.76 5H8.53L6.16 6z"})]
"LocalGroceryStoreTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_hospital.cljs
================================================
(ns reagent-mui.icons.local-hospital
"Imports @mui/icons-material/LocalHospital as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-hospital (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 11h-4v4h-4v-4H6v-4h4V6h4v4h4v4z"})
"LocalHospital"))
================================================
FILE: src/icons/reagent_mui/icons/local_hospital_outlined.cljs
================================================
(ns reagent-mui.icons.local-hospital-outlined
"Imports @mui/icons-material/LocalHospitalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-hospital-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-8.5-2h3v-3.5H17v-3h-3.5V7h-3v3.5H7v3h3.5z"})
"LocalHospitalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_hospital_rounded.cljs
================================================
(ns reagent-mui.icons.local-hospital-rounded
"Imports @mui/icons-material/LocalHospitalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-hospital-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 11h-3v3c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-3H7c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1h3V7c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v3h3c.55 0 1 .45 1 1v2c0 .55-.45 1-1 1z"})
"LocalHospitalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_hospital_sharp.cljs
================================================
(ns reagent-mui.icons.local-hospital-sharp
"Imports @mui/icons-material/LocalHospitalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-hospital-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3.01L3 21h18V3zm-3 11h-4v4h-4v-4H6v-4h4V6h4v4h4v4z"})
"LocalHospitalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_hospital_two_tone.cljs
================================================
(ns reagent-mui.icons.local-hospital-two-tone
"Imports @mui/icons-material/LocalHospitalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-hospital-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm2-8.5h3.5V7h3v3.5H17v3h-3.5V17h-3v-3.5H7v-3z", "opacity" ".3"}) (e "path" #js {"d" "M21 5c0-1.1-.9-2-2-2H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5zm-2 14H5V5h14v14zm-8.5-2h3v-3.5H17v-3h-3.5V7h-3v3.5H7v3h3.5z"})]
"LocalHospitalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_hotel.cljs
================================================
(ns reagent-mui.icons.local-hotel
"Imports @mui/icons-material/LocalHotel as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-hotel (create-svg-icon (e "path" #js {"d" "M7 13c1.66 0 3-1.34 3-3S8.66 7 7 7s-3 1.34-3 3 1.34 3 3 3zm12-6h-8v7H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4z"})
"LocalHotel"))
================================================
FILE: src/icons/reagent_mui/icons/local_hotel_outlined.cljs
================================================
(ns reagent-mui.icons.local-hotel-outlined
"Imports @mui/icons-material/LocalHotelOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-hotel-outlined (create-svg-icon (e "path" #js {"d" "M7 14c1.66 0 3-1.34 3-3S8.66 8 7 8s-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm12-3h-8v8H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4zm2 8h-8V9h6c1.1 0 2 .9 2 2v4z"})
"LocalHotelOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_hotel_rounded.cljs
================================================
(ns reagent-mui.icons.local-hotel-rounded
"Imports @mui/icons-material/LocalHotelRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-hotel-rounded (create-svg-icon (e "path" #js {"d" "M7 13c1.66 0 3-1.34 3-3S8.66 7 7 7s-3 1.34-3 3 1.34 3 3 3zm12-6h-6c-1.1 0-2 .9-2 2v5H3V6c0-.55-.45-1-1-1s-1 .45-1 1v13c0 .55.45 1 1 1s1-.45 1-1v-2h18v2c0 .55.45 1 1 1s1-.45 1-1v-8c0-2.21-1.79-4-4-4z"})
"LocalHotelRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_hotel_sharp.cljs
================================================
(ns reagent-mui.icons.local-hotel-sharp
"Imports @mui/icons-material/LocalHotelSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-hotel-sharp (create-svg-icon (e "path" #js {"d" "M7 13c1.66 0 3-1.34 3-3S8.66 7 7 7s-3 1.34-3 3 1.34 3 3 3zm16-6H11v7H3V5H1v15h2v-3h18v3h2V7z"})
"LocalHotelSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_hotel_two_tone.cljs
================================================
(ns reagent-mui.icons.local-hotel-two-tone
"Imports @mui/icons-material/LocalHotelTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-hotel-two-tone (create-svg-icon [(e "circle" #js {"cx" "7", "cy" "11", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M19 9h-6v6h8v-4c0-1.1-.9-2-2-2z", "opacity" ".3"}) (e "path" #js {"d" "M4 11c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3zm4 0c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm11-4h-8v8H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4zm2 8h-8V9h6c1.1 0 2 .9 2 2v4z"})]
"LocalHotelTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_laundry_service.cljs
================================================
(ns reagent-mui.icons.local-laundry-service
"Imports @mui/icons-material/LocalLaundryService as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-laundry-service (create-svg-icon (e "path" #js {"d" "M9.17 16.83c1.56 1.56 4.1 1.56 5.66 0 1.56-1.56 1.56-4.1 0-5.66l-5.66 5.66zM18 2.01 6 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V4c0-1.11-.89-1.99-2-1.99zM10 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM7 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm5 16c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})
"LocalLaundryService"))
================================================
FILE: src/icons/reagent_mui/icons/local_laundry_service_outlined.cljs
================================================
(ns reagent-mui.icons.local-laundry-service-outlined
"Imports @mui/icons-material/LocalLaundryServiceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-laundry-service-outlined (create-svg-icon [(e "path" #js {"d" "M18 2.01 6 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V4c0-1.11-.89-1.99-2-1.99zM18 20H6L5.99 4H18v16z"}) (e "circle" #js {"cx" "8", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "11", "cy" "6", "r" "1"}) (e "path" #js {"d" "M12 19c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm2.36-7.36c1.3 1.3 1.3 3.42 0 4.72-1.3 1.3-3.42 1.3-4.72 0l4.72-4.72z"})]
"LocalLaundryServiceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_laundry_service_rounded.cljs
================================================
(ns reagent-mui.icons.local-laundry-service-rounded
"Imports @mui/icons-material/LocalLaundryServiceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-laundry-service-rounded (create-svg-icon (e "path" #js {"d" "M9.64 16.36c1.3 1.3 3.42 1.3 4.72 0 1.3-1.3 1.3-3.42 0-4.72l-4.72 4.72zM18 2.01 6 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V4c0-1.11-.89-1.99-2-1.99zM11 5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM8 5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm4 14c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})
"LocalLaundryServiceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_laundry_service_sharp.cljs
================================================
(ns reagent-mui.icons.local-laundry-service-sharp
"Imports @mui/icons-material/LocalLaundryServiceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-laundry-service-sharp (create-svg-icon (e "path" #js {"d" "M9.17 16.83c1.56 1.56 4.1 1.56 5.66 0s1.56-4.1 0-5.66l-5.66 5.66zM20 2.01 4 2v20h16V2.01zM10 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM7 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm5 16c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})
"LocalLaundryServiceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_laundry_service_two_tone.cljs
================================================
(ns reagent-mui.icons.local-laundry-service-two-tone
"Imports @mui/icons-material/LocalLaundryServiceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-laundry-service-two-tone (create-svg-icon [(e "path" #js {"d" "M5.99 4 6 20h12V4H5.99c.01 0 0 0 0 0zM11 5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM8 5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm4 4c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5z", "opacity" ".3"}) (e "path" #js {"d" "M18 2.01 6 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V4c0-1.11-.89-1.99-2-1.99zM18 20H6L5.99 4H18v16z"}) (e "circle" #js {"cx" "8", "cy" "6", "r" "1"}) (e "circle" #js {"cx" "11", "cy" "6", "r" "1"}) (e "path" #js {"d" "M12 19c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm2.36-7.36c1.3 1.3 1.3 3.42 0 4.72-1.3 1.3-3.42 1.3-4.72 0l4.72-4.72z"})]
"LocalLaundryServiceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_library.cljs
================================================
(ns reagent-mui.icons.local-library
"Imports @mui/icons-material/LocalLibrary as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-library (create-svg-icon (e "path" #js {"d" "M12 11.55C9.64 9.35 6.48 8 3 8v11c3.48 0 6.64 1.35 9 3.55 2.36-2.19 5.52-3.55 9-3.55V8c-3.48 0-6.64 1.35-9 3.55zM12 8c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z"})
"LocalLibrary"))
================================================
FILE: src/icons/reagent_mui/icons/local_library_outlined.cljs
================================================
(ns reagent-mui.icons.local-library-outlined
"Imports @mui/icons-material/LocalLibraryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-library-outlined (create-svg-icon (e "path" #js {"d" "M12 9c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 8.55C9.64 9.35 6.48 8 3 8v11c3.48 0 6.64 1.35 9 3.55 2.36-2.19 5.52-3.55 9-3.55V8c-3.48 0-6.64 1.35-9 3.55zm7 5.58c-2.53.34-4.93 1.3-7 2.82-2.06-1.52-4.47-2.49-7-2.83v-6.95c2.1.38 4.05 1.35 5.64 2.83L12 14.28l1.36-1.27c1.59-1.48 3.54-2.45 5.64-2.83v6.95z"})
"LocalLibraryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_library_rounded.cljs
================================================
(ns reagent-mui.icons.local-library-rounded
"Imports @mui/icons-material/LocalLibraryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-library-rounded (create-svg-icon (e "path" #js {"d" "M12 11.55c-1.82-1.7-4.12-2.89-6.68-3.35C4.11 7.99 3 8.95 3 10.18v6.24c0 1.68.72 2.56 1.71 2.69 2.5.32 4.77 1.35 6.63 2.87.35.29.92.32 1.27.04 1.87-1.53 4.16-2.58 6.68-2.9.94-.13 1.71-1.06 1.71-2.02v-6.92c0-1.23-1.11-2.19-2.32-1.98-2.56.46-4.86 1.65-6.68 3.35zM12 8c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z"})
"LocalLibraryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_library_sharp.cljs
================================================
(ns reagent-mui.icons.local-library-sharp
"Imports @mui/icons-material/LocalLibrarySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-library-sharp (create-svg-icon (e "path" #js {"d" "M12 11.55C9.64 9.35 6.48 8 3 8v11c3.48 0 6.64 1.35 9 3.55 2.36-2.19 5.52-3.55 9-3.55V8c-3.48 0-6.64 1.35-9 3.55zM12 8c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z"})
"LocalLibrarySharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_library_two_tone.cljs
================================================
(ns reagent-mui.icons.local-library-two-tone
"Imports @mui/icons-material/LocalLibraryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-library-two-tone (create-svg-icon [(e "path" #js {"d" "M19 17.13v-6.95c-2.1.38-4.05 1.35-5.64 2.83L12 14.28l-1.36-1.27C9.05 11.53 7.1 10.56 5 10.18v6.95c2.53.34 4.94 1.3 7 2.83 2.07-1.52 4.47-2.49 7-2.83z", "opacity" ".3"}) (e "circle" #js {"cx" "12", "cy" "5", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M16 5c0-2.21-1.79-4-4-4S8 2.79 8 5s1.79 4 4 4 4-1.79 4-4zm-6 0c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM3 19c3.48 0 6.64 1.35 9 3.55 2.36-2.19 5.52-3.55 9-3.55V8c-3.48 0-6.64 1.35-9 3.55C9.64 9.35 6.48 8 3 8v11zm2-8.82c2.1.38 4.05 1.35 5.64 2.83L12 14.28l1.36-1.27c1.59-1.48 3.54-2.45 5.64-2.83v6.95c-2.53.34-4.93 1.3-7 2.82-2.06-1.52-4.47-2.49-7-2.83v-6.94z"})]
"LocalLibraryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_mall.cljs
================================================
(ns reagent-mui.icons.local-mall
"Imports @mui/icons-material/LocalMall as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-mall (create-svg-icon (e "path" #js {"d" "M19 6h-2c0-2.76-2.24-5-5-5S7 3.24 7 6H5c-1.1 0-1.99.9-1.99 2L3 20c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-7-3c1.66 0 3 1.34 3 3H9c0-1.66 1.34-3 3-3zm0 10c-2.76 0-5-2.24-5-5h2c0 1.66 1.34 3 3 3s3-1.34 3-3h2c0 2.76-2.24 5-5 5z"})
"LocalMall"))
================================================
FILE: src/icons/reagent_mui/icons/local_mall_outlined.cljs
================================================
(ns reagent-mui.icons.local-mall-outlined
"Imports @mui/icons-material/LocalMallOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-mall-outlined (create-svg-icon (e "path" #js {"d" "M19 6h-2c0-2.76-2.24-5-5-5S7 3.24 7 6H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-7-3c1.66 0 3 1.34 3 3H9c0-1.66 1.34-3 3-3zm7 17H5V8h14v12zm-7-8c-1.66 0-3-1.34-3-3H7c0 2.76 2.24 5 5 5s5-2.24 5-5h-2c0 1.66-1.34 3-3 3z"})
"LocalMallOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_mall_rounded.cljs
================================================
(ns reagent-mui.icons.local-mall-rounded
"Imports @mui/icons-material/LocalMallRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-mall-rounded (create-svg-icon (e "path" #js {"d" "M19 6h-2c0-2.76-2.24-5-5-5S7 3.24 7 6H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-7-3c1.66 0 3 1.34 3 3H9c0-1.66 1.34-3 3-3zm0 10c-2.33 0-4.29-1.59-4.84-3.75-.17-.63.32-1.25.97-1.25.47 0 .85.34.98.8.35 1.27 1.51 2.2 2.89 2.2s2.54-.93 2.89-2.2c.13-.46.51-.8.98-.8.65 0 1.13.62.97 1.25C16.29 11.41 14.33 13 12 13z"})
"LocalMallRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_mall_sharp.cljs
================================================
(ns reagent-mui.icons.local-mall-sharp
"Imports @mui/icons-material/LocalMallSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-mall-sharp (create-svg-icon (e "path" #js {"d" "M21 6h-4c0-2.76-2.24-5-5-5S7 3.24 7 6H3v16h18V6zm-9-3c1.66 0 3 1.34 3 3H9c0-1.66 1.34-3 3-3zm0 10c-2.76 0-5-2.24-5-5h2c0 1.66 1.34 3 3 3s3-1.34 3-3h2c0 2.76-2.24 5-5 5z"})
"LocalMallSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_mall_two_tone.cljs
================================================
(ns reagent-mui.icons.local-mall-two-tone
"Imports @mui/icons-material/LocalMallTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-mall-two-tone (create-svg-icon [(e "path" #js {"d" "M5 8v12h14V8H5zm7 6c-2.76 0-5-2.24-5-5h2c0 1.66 1.34 3 3 3s3-1.34 3-3h2c0 2.76-2.24 5-5 5z", "opacity" ".3"}) (e "path" #js {"d" "M17 6c0-2.76-2.24-5-5-5S7 3.24 7 6H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-2zm-5-3c1.66 0 3 1.34 3 3H9c0-1.66 1.34-3 3-3zm7 17H5V8h14v12zm-7-8c-1.66 0-3-1.34-3-3H7c0 2.76 2.24 5 5 5s5-2.24 5-5h-2c0 1.66-1.34 3-3 3z"})]
"LocalMallTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_movies.cljs
================================================
(ns reagent-mui.icons.local-movies
"Imports @mui/icons-material/LocalMovies as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-movies (create-svg-icon (e "path" #js {"d" "M18 3v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3h-2zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"})
"LocalMovies"))
================================================
FILE: src/icons/reagent_mui/icons/local_movies_outlined.cljs
================================================
(ns reagent-mui.icons.local-movies-outlined
"Imports @mui/icons-material/LocalMoviesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-movies-outlined (create-svg-icon (e "path" #js {"d" "M14 5v14h-4V5h4m6-2h-2v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3zm-4 6V7h2v2h-2zM6 9V7h2v2H6zm10 4v-2h2v2h-2zM6 13v-2h2v2H6zm10 4v-2h2v2h-2zM6 17v-2h2v2H6z"})
"LocalMoviesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_movies_rounded.cljs
================================================
(ns reagent-mui.icons.local-movies-rounded
"Imports @mui/icons-material/LocalMoviesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-movies-rounded (create-svg-icon (e "path" #js {"d" "M18 4v1h-2V4c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1H6V4c0-.55-.45-1-1-1s-1 .45-1 1v16c0 .55.45 1 1 1s1-.45 1-1v-1h2v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h2v1c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"})
"LocalMoviesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_movies_sharp.cljs
================================================
(ns reagent-mui.icons.local-movies-sharp
"Imports @mui/icons-material/LocalMoviesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-movies-sharp (create-svg-icon (e "path" #js {"d" "M18 3v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3h-2zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"})
"LocalMoviesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_movies_two_tone.cljs
================================================
(ns reagent-mui.icons.local-movies-two-tone
"Imports @mui/icons-material/LocalMoviesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-movies-two-tone (create-svg-icon [(e "path" #js {"d" "M10 5h4v14h-4z", "opacity" ".3"}) (e "path" #js {"d" "M20 21V3h-2v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm6 10h-4V5h4v14zm2-12h2v2h-2V7zm0 4h2v2h-2v-2zm0 6v-2h2v2h-2z"})]
"LocalMoviesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_offer.cljs
================================================
(ns reagent-mui.icons.local-offer
"Imports @mui/icons-material/LocalOffer as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-offer (create-svg-icon (e "path" #js {"d" "m21.41 11.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z"})
"LocalOffer"))
================================================
FILE: src/icons/reagent_mui/icons/local_offer_outlined.cljs
================================================
(ns reagent-mui.icons.local-offer-outlined
"Imports @mui/icons-material/LocalOfferOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-offer-outlined (create-svg-icon [(e "path" #js {"d" "m21.41 11.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58s1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41s-.23-1.06-.59-1.42zM13 20.01 4 11V4h7v-.01l9 9-7 7.02z"}) (e "circle" #js {"cx" "6.5", "cy" "6.5", "r" "1.5"})]
"LocalOfferOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_offer_rounded.cljs
================================================
(ns reagent-mui.icons.local-offer-rounded
"Imports @mui/icons-material/LocalOfferRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-offer-rounded (create-svg-icon (e "path" #js {"d" "m21.41 11.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58s1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41s-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z"})
"LocalOfferRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_offer_sharp.cljs
================================================
(ns reagent-mui.icons.local-offer-sharp
"Imports @mui/icons-material/LocalOfferSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-offer-sharp (create-svg-icon (e "path" #js {"d" "M22.83 12.99 11.83 2H2v9.83l10.99 10.99 9.84-9.83zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z"})
"LocalOfferSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_offer_two_tone.cljs
================================================
(ns reagent-mui.icons.local-offer-two-tone
"Imports @mui/icons-material/LocalOfferTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-offer-two-tone (create-svg-icon [(e "path" #js {"d" "M11 4H4v7l9 9.01L20 13l-9-9zM6.5 8C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5 8 5.67 8 6.5 7.33 8 6.5 8z", "opacity" ".3"}) (e "path" #js {"d" "M12.41 2.58C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58s1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41s-.23-1.06-.59-1.42l-9-9zM13 20.01 4 11V4h7v-.01l9 9-7 7.02z"}) (e "circle" #js {"cx" "6.5", "cy" "6.5", "r" "1.5"})]
"LocalOfferTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_parking.cljs
================================================
(ns reagent-mui.icons.local-parking
"Imports @mui/icons-material/LocalParking as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-parking (create-svg-icon (e "path" #js {"d" "M13 3H6v18h4v-6h3c3.31 0 6-2.69 6-6s-2.69-6-6-6zm.2 8H10V7h3.2c1.1 0 2 .9 2 2s-.9 2-2 2z"})
"LocalParking"))
================================================
FILE: src/icons/reagent_mui/icons/local_parking_outlined.cljs
================================================
(ns reagent-mui.icons.local-parking-outlined
"Imports @mui/icons-material/LocalParkingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-parking-outlined (create-svg-icon (e "path" #js {"d" "M13 3H6v18h4v-6h3c3.31 0 6-2.69 6-6s-2.69-6-6-6zm.2 8H10V7h3.2c1.1 0 2 .9 2 2s-.9 2-2 2z"})
"LocalParkingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_parking_rounded.cljs
================================================
(ns reagent-mui.icons.local-parking-rounded
"Imports @mui/icons-material/LocalParkingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-parking-rounded (create-svg-icon (e "path" #js {"d" "M12.79 3H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2s2-.9 2-2v-4h3c3.57 0 6.42-3.13 5.95-6.79C18.56 5.19 15.84 3 12.79 3zm.41 8H10V7h3.2c1.1 0 2 .9 2 2s-.9 2-2 2z"})
"LocalParkingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_parking_sharp.cljs
================================================
(ns reagent-mui.icons.local-parking-sharp
"Imports @mui/icons-material/LocalParkingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-parking-sharp (create-svg-icon (e "path" #js {"d" "M13 3H6v18h4v-6h3c3.31 0 6-2.69 6-6s-2.69-6-6-6zm.2 8H10V7h3.2c1.1 0 2 .9 2 2s-.9 2-2 2z"})
"LocalParkingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_parking_two_tone.cljs
================================================
(ns reagent-mui.icons.local-parking-two-tone
"Imports @mui/icons-material/LocalParkingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-parking-two-tone (create-svg-icon (e "path" #js {"d" "M13 3H6v18h4v-6h3c3.31 0 6-2.69 6-6s-2.69-6-6-6zm.2 8H10V7h3.2c1.1 0 2 .9 2 2s-.9 2-2 2z"})
"LocalParkingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_pharmacy.cljs
================================================
(ns reagent-mui.icons.local-pharmacy
"Imports @mui/icons-material/LocalPharmacy as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-pharmacy (create-svg-icon (e "path" #js {"d" "M21 5h-2.64l1.14-3.14L17.15 1l-1.46 4H3v2l2 6-2 6v2h18v-2l-2-6 2-6V5zm-5 9h-3v3h-2v-3H8v-2h3V9h2v3h3v2z"})
"LocalPharmacy"))
================================================
FILE: src/icons/reagent_mui/icons/local_pharmacy_outlined.cljs
================================================
(ns reagent-mui.icons.local-pharmacy-outlined
"Imports @mui/icons-material/LocalPharmacyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-pharmacy-outlined (create-svg-icon (e "path" #js {"d" "M21 5h-2.64l1.14-3.14L17.15 1l-1.46 4H3v2l2 6-2 6v2h18v-2l-2-6 2-6V5zm-3.9 8.63L18.89 19H5.11l1.79-5.37.21-.63-.21-.63L5.11 7h13.78l-1.79 5.37-.21.63.21.63zM13 9h-2v3H8v2h3v3h2v-3h3v-2h-3z"})
"LocalPharmacyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_pharmacy_rounded.cljs
================================================
(ns reagent-mui.icons.local-pharmacy-rounded
"Imports @mui/icons-material/LocalPharmacyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-pharmacy-rounded (create-svg-icon (e "path" #js {"d" "M18.89 5h-.53l.71-1.97c.24-.65-.1-1.37-.75-1.6-.65-.24-1.37.1-1.61.75L15.69 5H5.1C3.73 5 2.77 6.34 3.2 7.63L5 13l-1.79 5.37C2.77 19.66 3.74 21 5.1 21h13.78c1.36 0 2.33-1.34 1.9-2.63L19 13l1.78-5.37C21.21 6.34 20.25 5 18.89 5zM15 14h-2v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H9c-.55 0-1-.45-1-1s.45-1 1-1h2v-2c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1z"})
"LocalPharmacyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_pharmacy_sharp.cljs
================================================
(ns reagent-mui.icons.local-pharmacy-sharp
"Imports @mui/icons-material/LocalPharmacySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-pharmacy-sharp (create-svg-icon (e "path" #js {"d" "M21 5h-2.64l1.14-3.14L17.15 1l-1.46 4H3v2l2 6-2 6v2h18v-2l-2-6 2-6V5zm-5 9h-3v3h-2v-3H8v-2h3V9h2v3h3v2z"})
"LocalPharmacySharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_pharmacy_two_tone.cljs
================================================
(ns reagent-mui.icons.local-pharmacy-two-tone
"Imports @mui/icons-material/LocalPharmacyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-pharmacy-two-tone (create-svg-icon [(e "path" #js {"d" "M5.11 19h13.78l-1.79-5.37-.21-.63.21-.63L18.89 7H5.11l1.79 5.37.21.63-.21.63L5.11 19zM8 12h3V9h2v3h3v2h-3v3h-2v-3H8v-2z", "opacity" ".3"}) (e "path" #js {"d" "M3 21h18v-2l-2-6 2-6V5h-2.64l1.14-3.14L17.15 1l-1.46 4H3v2l2 6-2 6v2zm3.9-8.63L5.11 7h13.78l-1.79 5.37-.21.63.21.63L18.89 19H5.11l1.79-5.37.21-.63-.21-.63zM11 17h2v-3h3v-2h-3V9h-2v3H8v2h3z"})]
"LocalPharmacyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_phone.cljs
================================================
(ns reagent-mui.icons.local-phone
"Imports @mui/icons-material/LocalPhone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-phone (create-svg-icon (e "path" #js {"d" "M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"})
"LocalPhone"))
================================================
FILE: src/icons/reagent_mui/icons/local_phone_outlined.cljs
================================================
(ns reagent-mui.icons.local-phone-outlined
"Imports @mui/icons-material/LocalPhoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-phone-outlined (create-svg-icon (e "path" #js {"d" "M6.54 5c.06.89.21 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.79h1.51m9.86 12.02c.85.24 1.72.39 2.6.45v1.49c-1.32-.09-2.59-.35-3.8-.75l1.2-1.19M7.5 3H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1-1.24 0-2.45-.2-3.57-.57-.1-.04-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.45-5.15-3.76-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1z"})
"LocalPhoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_phone_rounded.cljs
================================================
(ns reagent-mui.icons.local-phone-rounded
"Imports @mui/icons-material/LocalPhoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-phone-rounded (create-svg-icon (e "path" #js {"d" "m19.23 15.26-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98z"})
"LocalPhoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_phone_sharp.cljs
================================================
(ns reagent-mui.icons.local-phone-sharp
"Imports @mui/icons-material/LocalPhoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-phone-sharp (create-svg-icon (e "path" #js {"d" "m21 15.46-5.27-.61-2.52 2.52c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51z"})
"LocalPhoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_phone_two_tone.cljs
================================================
(ns reagent-mui.icons.local-phone-two-tone
"Imports @mui/icons-material/LocalPhoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-phone-two-tone (create-svg-icon [(e "path" #js {"d" "M19 17.47c-.88-.07-1.75-.22-2.6-.45l-1.19 1.19c1.2.41 2.48.67 3.8.75v-1.49zM6.99 7.59c-.24-.83-.39-1.7-.45-2.59h-1.5c.09 1.32.35 2.59.75 3.8l1.2-1.21z", "opacity" ".3"}) (e "path" #js {"d" "M3 4c0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1-1.24 0-2.45-.2-3.57-.57-.1-.04-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.45-5.15-3.76-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1zm13.4 13.02c.85.24 1.72.39 2.6.45v1.49c-1.32-.09-2.59-.35-3.8-.75l1.2-1.19zM6.54 5c.06.89.21 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.79h1.51z"})]
"LocalPhoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_pizza.cljs
================================================
(ns reagent-mui.icons.local-pizza
"Imports @mui/icons-material/LocalPizza as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-pizza (create-svg-icon (e "path" #js {"d" "M12 2C8.43 2 5.23 3.54 3.01 6L12 22l8.99-16C18.78 3.55 15.57 2 12 2zM7 7c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm5 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"LocalPizza"))
================================================
FILE: src/icons/reagent_mui/icons/local_pizza_outlined.cljs
================================================
(ns reagent-mui.icons.local-pizza-outlined
"Imports @mui/icons-material/LocalPizzaOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-pizza-outlined (create-svg-icon (e "path" #js {"d" "M12 2C8.43 2 5.23 3.54 3.01 6L12 22l8.99-16C18.78 3.55 15.57 2 12 2zm0 15.92L5.51 6.36C7.32 4.85 9.62 4 12 4s4.68.85 6.49 2.36L12 17.92zM9 5.5c-.83 0-1.5.67-1.5 1.5S8.17 8.5 9 8.5s1.5-.67 1.5-1.5S9.82 5.5 9 5.5zm1.5 7.5c0 .83.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5s-.68-1.5-1.5-1.5-1.5.67-1.5 1.5z"})
"LocalPizzaOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_pizza_rounded.cljs
================================================
(ns reagent-mui.icons.local-pizza-rounded
"Imports @mui/icons-material/LocalPizzaRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-pizza-rounded (create-svg-icon (e "path" #js {"d" "M12 2C9.01 2 6.28 3.08 4.17 4.88c-.71.61-.86 1.65-.4 2.46l7.36 13.11c.38.68 1.36.68 1.74 0l7.36-13.11c.46-.81.31-1.86-.4-2.46C17.73 3.09 14.99 2 12 2zM7 7c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm5 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"LocalPizzaRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_pizza_sharp.cljs
================================================
(ns reagent-mui.icons.local-pizza-sharp
"Imports @mui/icons-material/LocalPizzaSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-pizza-sharp (create-svg-icon (e "path" #js {"d" "M12 2C8.43 2 5.23 3.54 3.01 6L12 22l8.99-16C18.78 3.55 15.57 2 12 2zM7 7c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm5 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"LocalPizzaSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_pizza_two_tone.cljs
================================================
(ns reagent-mui.icons.local-pizza-two-tone
"Imports @mui/icons-material/LocalPizzaTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-pizza-two-tone (create-svg-icon [(e "path" #js {"d" "M5.51 6.36 12 17.92l6.49-11.55C16.68 4.85 14.38 4 12 4s-4.68.85-6.49 2.36zM9 8.5c-.83 0-1.5-.67-1.5-1.5S8.17 5.5 9 5.5s1.5.67 1.5 1.5S9.82 8.5 9 8.5zm4.5 4.5c0 .83-.68 1.5-1.5 1.5-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C8.43 2 5.23 3.54 3.01 6L12 22l8.99-16C18.78 3.55 15.57 2 12 2zm0 15.92L5.51 6.36C7.32 4.85 9.62 4 12 4s4.68.85 6.49 2.36L12 17.92zM9 5.5c-.83 0-1.5.67-1.5 1.5S8.17 8.5 9 8.5s1.5-.67 1.5-1.5S9.82 5.5 9 5.5zm1.5 7.5c0 .83.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5s-.68-1.5-1.5-1.5-1.5.67-1.5 1.5z"})]
"LocalPizzaTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_play.cljs
================================================
(ns reagent-mui.icons.local-play
"Imports @mui/icons-material/LocalPlay as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-play (create-svg-icon (e "path" #js {"d" "M20 12c0-1.1.9-2 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2zm-4.42 4.8L12 14.5l-3.58 2.3 1.08-4.12-3.29-2.69 4.24-.25L12 5.8l1.54 3.95 4.24.25-3.29 2.69 1.09 4.11z"})
"LocalPlay"))
================================================
FILE: src/icons/reagent_mui/icons/local_play_outlined.cljs
================================================
(ns reagent-mui.icons.local-play-outlined
"Imports @mui/icons-material/LocalPlayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-play-outlined (create-svg-icon (e "path" #js {"d" "M22 10V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2zm-2-1.46c-1.19.69-2 1.99-2 3.46s.81 2.77 2 3.46V18H4v-2.54c1.19-.69 2-1.99 2-3.46 0-1.48-.8-2.77-1.99-3.46L4 6h16v2.54zM9.07 16 12 14.12 14.93 16l-.89-3.36 2.69-2.2-3.47-.21L12 7l-1.27 3.22-3.47.21 2.69 2.2z"})
"LocalPlayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_play_rounded.cljs
================================================
(ns reagent-mui.icons.local-play-rounded
"Imports @mui/icons-material/LocalPlayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-play-rounded (create-svg-icon (e "path" #js {"d" "M20 12c0-.76.43-1.42 1.06-1.76.6-.33.94-1.01.94-1.7V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.89-1.99 1.99v2.55c0 .69.33 1.37.94 1.69C3.58 10.58 4 11.24 4 12s-.43 1.43-1.06 1.76c-.6.33-.94 1.01-.94 1.7v2.25C2 19.1 2.9 20 4 20h16c1.1 0 2-.9 2-2v-2.54c0-.69-.34-1.37-.94-1.7-.63-.34-1.06-1-1.06-1.76zm-5.5 4.1L12 14.5l-2.5 1.61c-.38.24-.87-.11-.75-.55l.75-2.88-2.3-1.88c-.35-.29-.17-.86.29-.89l2.96-.17 1.08-2.75c.17-.42.77-.42.93 0l1.08 2.76 2.96.17c.45.03.64.6.29.89l-2.3 1.88.76 2.86c.12.45-.37.8-.75.55z"})
"LocalPlayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_play_sharp.cljs
================================================
(ns reagent-mui.icons.local-play-sharp
"Imports @mui/icons-material/LocalPlaySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-play-sharp (create-svg-icon (e "path" #js {"d" "M20 12c0-1.1.9-2 2-2V4H2.01v6c1.1 0 1.99.9 1.99 2s-.89 2-2 2v6h20v-6c-1.1 0-2-.9-2-2zm-4.42 4.8L12 14.5l-3.58 2.3 1.08-4.12-3.29-2.69 4.24-.25L12 5.8l1.54 3.95 4.24.25-3.29 2.69 1.09 4.11z"})
"LocalPlaySharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_play_two_tone.cljs
================================================
(ns reagent-mui.icons.local-play-two-tone
"Imports @mui/icons-material/LocalPlayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-play-two-tone (create-svg-icon [(e "path" #js {"d" "M4.01 8.54C5.2 9.23 6 10.52 6 12s-.81 2.77-2 3.46V18h16v-2.54c-1.19-.69-2-1.99-2-3.46s.81-2.77 2-3.46V6H4l.01 2.54zm6.72 1.68L12 7l1.26 3.23 3.47.2-2.69 2.2.89 3.37L12 14.12 9.07 16l.88-3.37-2.69-2.2 3.47-.21z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2V6c0-1.1-.9-2-2-2zm0 4.54c-1.19.69-2 1.99-2 3.46s.81 2.77 2 3.46V18H4v-2.54c1.19-.69 2-1.99 2-3.46 0-1.48-.8-2.77-1.99-3.46L4 6h16v2.54zM9.07 16 12 14.12 14.93 16l-.89-3.36 2.69-2.2-3.47-.21L12 7l-1.27 3.22-3.47.21 2.69 2.2z"})]
"LocalPlayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_police.cljs
================================================
(ns reagent-mui.icons.local-police
"Imports @mui/icons-material/LocalPolice as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-police (create-svg-icon (e "path" #js {"d" "M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm2.5 11.59.9 3.88-3.4-2.05-3.4 2.05.9-3.87-3-2.59 3.96-.34L12 6.02l1.54 3.64 3.96.34-3 2.59z"})
"LocalPolice"))
================================================
FILE: src/icons/reagent_mui/icons/local_police_outlined.cljs
================================================
(ns reagent-mui.icons.local-police-outlined
"Imports @mui/icons-material/LocalPoliceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-police-outlined (create-svg-icon (e "path" #js {"d" "m14.5 12.59.9 3.88-3.4-2.05-3.4 2.05.9-3.87-3-2.59 3.96-.34L12 6.02l1.54 3.64 3.96.34-3 2.59zM12 3.19l7 3.11V11c0 4.52-2.98 8.69-7 9.93-4.02-1.24-7-5.41-7-9.93V6.3l7-3.11M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z"})
"LocalPoliceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_police_rounded.cljs
================================================
(ns reagent-mui.icons.local-police-rounded
"Imports @mui/icons-material/LocalPoliceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-police-rounded (create-svg-icon (e "path" #js {"d" "m14.5 12.59.63 2.73c.1.43-.37.77-.75.54L12 14.42l-2.39 1.44c-.38.23-.85-.11-.75-.54l.64-2.72-2.1-1.81c-.34-.29-.16-.84.28-.88l2.78-.24 1.08-2.56c.17-.41.75-.41.92 0l1.08 2.55 2.78.24c.44.04.62.59.28.88l-2.1 1.81zM4.19 4.47C3.47 4.79 3 5.51 3 6.3V11c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V6.3c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.52-.23-1.11-.23-1.62 0l-7 3.11z"})
"LocalPoliceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_police_sharp.cljs
================================================
(ns reagent-mui.icons.local-police-sharp
"Imports @mui/icons-material/LocalPoliceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-police-sharp (create-svg-icon (e "path" #js {"d" "m14.5 12.59.9 3.88-3.4-2.05-3.4 2.05.9-3.87-3-2.59 3.96-.34L12 6.02l1.54 3.64 3.96.34-3 2.59zM3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4-9 4z"})
"LocalPoliceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_police_two_tone.cljs
================================================
(ns reagent-mui.icons.local-police-two-tone
"Imports @mui/icons-material/LocalPoliceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-police-two-tone (create-svg-icon [(e "path" #js {"d" "M12 3.19 5 6.3V11c0 4.52 2.98 8.69 7 9.93 4.02-1.23 7-5.41 7-9.93V6.3l-7-3.11zm2.5 9.4.9 3.88-3.4-2.05-3.4 2.05.9-3.87-3-2.59 3.96-.34L12 6.02l1.54 3.64 3.96.34-3 2.59z", "opacity" ".3"}) (e "path" #js {"d" "m14.5 12.59.9 3.88-3.4-2.05-3.4 2.05.9-3.87-3-2.59 3.96-.34L12 6.02l1.54 3.64 3.96.34-3 2.59zM12 3.19l7 3.11V11c0 4.52-2.98 8.69-7 9.93-4.02-1.24-7-5.41-7-9.93V6.3l7-3.11M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z"})]
"LocalPoliceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_post_office.cljs
================================================
(ns reagent-mui.icons.local-post-office
"Imports @mui/icons-material/LocalPostOffice as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-post-office (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z"})
"LocalPostOffice"))
================================================
FILE: src/icons/reagent_mui/icons/local_post_office_outlined.cljs
================================================
(ns reagent-mui.icons.local-post-office-outlined
"Imports @mui/icons-material/LocalPostOfficeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-post-office-outlined (create-svg-icon (e "path" #js {"d" "M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6zm-2 0-8 5-8-5h16zm0 12H4V8l8 5 8-5v10z"})
"LocalPostOfficeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_post_office_rounded.cljs
================================================
(ns reagent-mui.icons.local-post-office-rounded
"Imports @mui/icons-material/LocalPostOfficeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-post-office-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-.4 4.25-6.54 4.09c-.65.41-1.47.41-2.12 0L4.4 8.25c-.25-.16-.4-.43-.4-.72 0-.67.73-1.07 1.3-.72L12 11l6.7-4.19c.57-.35 1.3.05 1.3.72 0 .29-.15.56-.4.72z"})
"LocalPostOfficeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_post_office_sharp.cljs
================================================
(ns reagent-mui.icons.local-post-office-sharp
"Imports @mui/icons-material/LocalPostOfficeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-post-office-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2.01v16H22V4zm-2 4-8 5-8-5V6l8 5 8-5v2z"})
"LocalPostOfficeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_post_office_two_tone.cljs
================================================
(ns reagent-mui.icons.local-post-office-two-tone
"Imports @mui/icons-material/LocalPostOfficeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-post-office-two-tone (create-svg-icon [(e "path" #js {"d" "m12 11 8-5H4zM4 8v10h16V8l-8 5z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"})]
"LocalPostOfficeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_printshop.cljs
================================================
(ns reagent-mui.icons.local-printshop
"Imports @mui/icons-material/LocalPrintshop as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-printshop (create-svg-icon (e "path" #js {"d" "M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"})
"LocalPrintshop"))
================================================
FILE: src/icons/reagent_mui/icons/local_printshop_outlined.cljs
================================================
(ns reagent-mui.icons.local-printshop-outlined
"Imports @mui/icons-material/LocalPrintshopOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-printshop-outlined (create-svg-icon [(e "path" #js {"d" "M19 8h-1V3H6v5H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zM8 5h8v3H8V5zm8 14H8v-4h8v4zm2-4v-2H6v2H4v-4c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v4h-2z"}) (e "circle" #js {"cx" "18", "cy" "11.5", "r" "1"})]
"LocalPrintshopOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_printshop_rounded.cljs
================================================
(ns reagent-mui.icons.local-printshop-rounded
"Imports @mui/icons-material/LocalPrintshopRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-printshop-rounded (create-svg-icon (e "path" #js {"d" "M18 7V4c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v3h12zm1 1H5c-1.66 0-3 1.34-3 3v5c0 .55.45 1 1 1h3v2c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2h3c.55 0 1-.45 1-1v-5c0-1.66-1.34-3-3-3zm-3 11H8v-4h8v4zm2-6.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"LocalPrintshopRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_printshop_sharp.cljs
================================================
(ns reagent-mui.icons.local-printshop-sharp
"Imports @mui/icons-material/LocalPrintshopSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-printshop-sharp (create-svg-icon (e "path" #js {"d" "M2 8v9h4v4h12v-4h4V8H2zm14 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"})
"LocalPrintshopSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_printshop_two_tone.cljs
================================================
(ns reagent-mui.icons.local-printshop-two-tone
"Imports @mui/icons-material/LocalPrintshopTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-printshop-two-tone (create-svg-icon [(e "path" #js {"d" "M8 5h8v3H8zm11 5H5c-.55 0-1 .45-1 1v4h2v-2h12v2h2v-4c0-.55-.45-1-1-1zm-1 2.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "path" #js {"d" "M19 8h-1V3H6v5H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zM8 5h8v3H8V5zm8 14H8v-4h8v4zm4-4h-2v-2H6v2H4v-4c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v4z"}) (e "circle" #js {"cx" "18", "cy" "11.5", "r" "1"})]
"LocalPrintshopTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_see.cljs
================================================
(ns reagent-mui.icons.local-see
"Imports @mui/icons-material/LocalSee as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-see (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "3.2"}) (e "path" #js {"d" "M9 2 7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})]
"LocalSee"))
================================================
FILE: src/icons/reagent_mui/icons/local_see_outlined.cljs
================================================
(ns reagent-mui.icons.local-see-outlined
"Imports @mui/icons-material/LocalSeeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-see-outlined (create-svg-icon (e "path" #js {"d" "M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h4.05l.59-.65L9.88 4h4.24l1.24 1.35.59.65H20v12zM12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8.2c-1.77 0-3.2-1.43-3.2-3.2 0-1.77 1.43-3.2 3.2-3.2s3.2 1.43 3.2 3.2c0 1.77-1.43 3.2-3.2 3.2z"})
"LocalSeeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_see_rounded.cljs
================================================
(ns reagent-mui.icons.local-see-rounded
"Imports @mui/icons-material/LocalSeeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-see-rounded (create-svg-icon [(e "path" #js {"d" "M9.5 14c0 1.38 1.12 2.5 2.5 2.5 1.23 0 2.25-.9 2.46-2.07-1-1.01-1.83-1.98-2.48-2.93-1.37.02-2.48 1.13-2.48 2.5z"}) (e "path" #js {"d" "M18.65 17.08c-.37.32-.92.32-1.3 0-1.26-1.08-.7-.61-1.3-1.14-.83 1.74-2.73 2.87-4.85 2.5-1.83-.32-3.31-1.8-3.63-3.63-.42-2.44 1.13-4.58 3.31-5.14C10.3 8.45 10 7.28 10 6.15c0-.75.1-1.47.28-2.15h-.4c-.56 0-1.1.24-1.48.65L7.17 6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-6.03c-1.41 1.49-2.65 2.51-3.35 3.11z"}) (e "path" #js {"d" "M17.34 14.42c.37.33.95.33 1.33 0C22.22 11.25 24 8.5 24 6.15 24 2.42 21.15 0 18 0s-6 2.42-6 6.15c0 2.35 1.78 5.1 5.34 8.27zm-.07-9.17L18 3l.73 2.25H21l-1.85 1.47.7 2.28L18 7.59 16.15 9l.7-2.28L15 5.25h2.27z"})]
"LocalSeeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_see_sharp.cljs
================================================
(ns reagent-mui.icons.local-see-sharp
"Imports @mui/icons-material/LocalSeeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-see-sharp (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "3.2"}) (e "path" #js {"d" "M22 4h-5.17L15 2H9L7.17 4H2v16h20V4zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})]
"LocalSeeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_see_two_tone.cljs
================================================
(ns reagent-mui.icons.local-see-two-tone
"Imports @mui/icons-material/LocalSeeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-see-two-tone (create-svg-icon [(e "path" #js {"d" "M20 6h-4.05l-.59-.65L14.12 4H9.88L8.65 5.35l-.6.65H4v12h16V6zm-8 11c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z", "opacity" ".3"}) (e "path" #js {"d" "M4 20h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2zM4 6h4.05l.59-.65L9.88 4h4.24l1.24 1.35.59.65H20v12H4V6zm8 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8.2c-1.77 0-3.2-1.43-3.2-3.2 0-1.77 1.43-3.2 3.2-3.2s3.2 1.43 3.2 3.2c0 1.77-1.43 3.2-3.2 3.2z"})]
"LocalSeeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_shipping.cljs
================================================
(ns reagent-mui.icons.local-shipping
"Imports @mui/icons-material/LocalShipping as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-shipping (create-svg-icon (e "path" #js {"d" "M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9 1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"LocalShipping"))
================================================
FILE: src/icons/reagent_mui/icons/local_shipping_outlined.cljs
================================================
(ns reagent-mui.icons.local-shipping-outlined
"Imports @mui/icons-material/LocalShippingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-shipping-outlined (create-svg-icon (e "path" #js {"d" "M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zm-.5 1.5 1.96 2.5H17V9.5h2.5zM6 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2.22-3c-.55-.61-1.33-1-2.22-1s-1.67.39-2.22 1H3V6h12v9H8.22zM18 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"LocalShippingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_shipping_rounded.cljs
================================================
(ns reagent-mui.icons.local-shipping-rounded
"Imports @mui/icons-material/LocalShippingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-shipping-rounded (create-svg-icon (e "path" #js {"d" "M19.5 8H17V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2 0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h1c.55 0 1-.45 1-1v-3.33c0-.43-.14-.85-.4-1.2L20.3 8.4c-.19-.25-.49-.4-.8-.4zM6 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm13.5-8.5 1.96 2.5H17V9.5h2.5zM18 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"LocalShippingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_shipping_sharp.cljs
================================================
(ns reagent-mui.icons.local-shipping-sharp
"Imports @mui/icons-material/LocalShippingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-shipping-sharp (create-svg-icon (e "path" #js {"d" "M20 8h-3V4H1v13h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm13.5-8.5 1.96 2.5H17V9.5h2.5zM18 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"LocalShippingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_shipping_two_tone.cljs
================================================
(ns reagent-mui.icons.local-shipping-two-tone
"Imports @mui/icons-material/LocalShippingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-shipping-two-tone (create-svg-icon [(e "path" #js {"d" "M3 15h.78c.55-.61 1.34-1 2.22-1s1.67.39 2.22 1H15V6H3v9z", "opacity" ".3"}) (e "path" #js {"d" "M17 8V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4h-3zM6 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm9-3H8.22c-.55-.61-1.33-1-2.22-1s-1.67.39-2.22 1H3V6h12v9zm3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-6V9.5h2.5l1.96 2.5H17z"})]
"LocalShippingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/local_taxi.cljs
================================================
(ns reagent-mui.icons.local-taxi
"Imports @mui/icons-material/LocalTaxi as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-taxi (create-svg-icon (e "path" #js {"d" "M18.92 6.01C18.72 5.42 18.16 5 17.5 5H15V3H9v2H6.5c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z"})
"LocalTaxi"))
================================================
FILE: src/icons/reagent_mui/icons/local_taxi_outlined.cljs
================================================
(ns reagent-mui.icons.local-taxi-outlined
"Imports @mui/icons-material/LocalTaxiOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-taxi-outlined (create-svg-icon [(e "path" #js {"d" "M18.92 6.01C18.72 5.42 18.16 5 17.5 5H15V3H9v2H6.5c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 7h10.29l1.04 3H5.81l1.04-3zM19 17H5v-4.66l.12-.34h13.77l.11.34V17z"}) (e "circle" #js {"cx" "7.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "14.5", "r" "1.5"})]
"LocalTaxiOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/local_taxi_rounded.cljs
================================================
(ns reagent-mui.icons.local-taxi-rounded
"Imports @mui/icons-material/LocalTaxiRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-taxi-rounded (create-svg-icon (e "path" #js {"d" "M18.92 6.01C18.72 5.42 18.16 5 17.5 5H15V4c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v1H6.5c-.66 0-1.21.42-1.42 1.01l-1.97 5.67c-.07.21-.11.43-.11.66v7.16c0 .83.67 1.5 1.5 1.5S6 20.33 6 19.5V19h12v.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5v-7.16c0-.22-.04-.45-.11-.66l-1.97-5.67zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z"})
"LocalTaxiRounded"))
================================================
FILE: src/icons/reagent_mui/icons/local_taxi_sharp.cljs
================================================
(ns reagent-mui.icons.local-taxi-sharp
"Imports @mui/icons-material/LocalTaxiSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-taxi-sharp (create-svg-icon (e "path" #js {"d" "M18.58 5H15V3H9v2H5.43L3 12v9h3v-2h12v2h3v-9l-2.42-7zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z"})
"LocalTaxiSharp"))
================================================
FILE: src/icons/reagent_mui/icons/local_taxi_two_tone.cljs
================================================
(ns reagent-mui.icons.local-taxi-two-tone
"Imports @mui/icons-material/LocalTaxiTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def local-taxi-two-tone (create-svg-icon [(e "path" #js {"d" "m5.12 12-.12.34V17h14v-4.66l-.12-.34H5.12zm2.38 4c-.83 0-1.5-.67-1.5-1.5S6.67 13 7.5 13s1.5.67 1.5 1.5S8.33 16 7.5 16zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z", "opacity" ".3"}) (e "path" #js {"d" "M17.5 5H15V3H9v2H6.5c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99C18.72 5.42 18.16 5 17.5 5zM6.85 7h10.29l1.04 3H5.81l1.04-3zM19 17H5v-4.66l.12-.34h13.77l.11.34V17z"}) (e "circle" #js {"cx" "7.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "14.5", "r" "1.5"})]
"LocalTaxiTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/location_city.cljs
================================================
(ns reagent-mui.icons.location-city
"Imports @mui/icons-material/LocationCity as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-city (create-svg-icon (e "path" #js {"d" "M15 11V5l-3-3-3 3v2H3v14h18V11h-6zm-8 8H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V9h2v2zm6 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2zm6 12h-2v-2h2v2zm0-4h-2v-2h2v2z"})
"LocationCity"))
================================================
FILE: src/icons/reagent_mui/icons/location_city_outlined.cljs
================================================
(ns reagent-mui.icons.location-city-outlined
"Imports @mui/icons-material/LocationCityOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-city-outlined (create-svg-icon (e "path" #js {"d" "M15 11V5l-3-3-3 3v2H3v14h18V11h-6zm-8 8H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V9h2v2zm6 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2zm6 12h-2v-2h2v2zm0-4h-2v-2h2v2z"})
"LocationCityOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/location_city_rounded.cljs
================================================
(ns reagent-mui.icons.location-city-rounded
"Imports @mui/icons-material/LocationCityRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-city-rounded (create-svg-icon (e "path" #js {"d" "M15 11V5.83c0-.53-.21-1.04-.59-1.41L12.7 2.71a.9959.9959 0 0 0-1.41 0l-1.7 1.7C9.21 4.79 9 5.3 9 5.83V7H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-1.1-.9-2-2-2h-4zm-8 8H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V9h2v2zm6 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2zm6 12h-2v-2h2v2zm0-4h-2v-2h2v2z"})
"LocationCityRounded"))
================================================
FILE: src/icons/reagent_mui/icons/location_city_sharp.cljs
================================================
(ns reagent-mui.icons.location-city-sharp
"Imports @mui/icons-material/LocationCitySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-city-sharp (create-svg-icon (e "path" #js {"d" "M15 11V5l-3-3-3 3v2H3v14h18V11h-6zm-8 8H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V9h2v2zm6 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2zm6 12h-2v-2h2v2zm0-4h-2v-2h2v2z"})
"LocationCitySharp"))
================================================
FILE: src/icons/reagent_mui/icons/location_city_two_tone.cljs
================================================
(ns reagent-mui.icons.location-city-two-tone
"Imports @mui/icons-material/LocationCityTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-city-two-tone (create-svg-icon (e "path" #js {"d" "M15 11V5l-3-3-3 3v2H3v14h18V11h-6zm-8 8H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V9h2v2zm6 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2zm6 12h-2v-2h2v2zm0-4h-2v-2h2v2z"})
"LocationCityTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/location_disabled.cljs
================================================
(ns reagent-mui.icons.location-disabled
"Imports @mui/icons-material/LocationDisabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-disabled (create-svg-icon (e "path" #js {"d" "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06c-1.13.12-2.19.46-3.16.97l1.5 1.5C10.16 5.19 11.06 5 12 5c3.87 0 7 3.13 7 7 0 .94-.19 1.84-.52 2.65l1.5 1.5c.5-.96.84-2.02.97-3.15H23v-2h-2.06zM3 4.27l2.04 2.04C3.97 7.62 3.25 9.23 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c1.77-.2 3.38-.91 4.69-1.98L19.73 21 21 19.73 4.27 3 3 4.27zm13.27 13.27C15.09 18.45 13.61 19 12 19c-3.87 0-7-3.13-7-7 0-1.61.55-3.09 1.46-4.27l9.81 9.81z"})
"LocationDisabled"))
================================================
FILE: src/icons/reagent_mui/icons/location_disabled_outlined.cljs
================================================
(ns reagent-mui.icons.location-disabled-outlined
"Imports @mui/icons-material/LocationDisabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-disabled-outlined (create-svg-icon (e "path" #js {"d" "M23 13v-2h-2.06c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06c-.98.11-1.91.38-2.77.78l1.53 1.53C10.46 5.13 11.22 5 12 5c3.87 0 7 3.13 7 7 0 .79-.13 1.54-.37 2.24l1.53 1.53c.4-.86.67-1.79.78-2.77H23zM4.41 2.86 3 4.27l2.04 2.04C3.97 7.62 3.26 9.23 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c1.77-.2 3.38-.91 4.69-1.98L19.73 21l1.41-1.41L4.41 2.86zM12 19c-3.87 0-7-3.13-7-7 0-1.61.55-3.09 1.46-4.27l9.81 9.81C15.09 18.45 13.61 19 12 19z"})
"LocationDisabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/location_disabled_rounded.cljs
================================================
(ns reagent-mui.icons.location-disabled-rounded
"Imports @mui/icons-material/LocationDisabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-disabled-rounded (create-svg-icon (e "path" #js {"d" "M22 13c.55 0 1-.45 1-1s-.45-1-1-1h-1.06c-.46-4.17-3.77-7.48-7.94-7.94V2c0-.55-.45-1-1-1s-1 .45-1 1v1.06c-.98.11-1.91.38-2.77.78l1.53 1.53C10.46 5.13 11.22 5 12 5c3.87 0 7 3.13 7 7 0 .79-.13 1.54-.37 2.24l1.53 1.53c.4-.86.67-1.79.78-2.77H22zm-1.56 5.88L5.12 3.56a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L5.04 6.3C3.97 7.62 3.26 9.23 3.06 11H2c-.55 0-1 .45-1 1s.45 1 1 1h1.06c.46 4.17 3.77 7.48 7.94 7.94V22c0 .55.45 1 1 1s1-.45 1-1v-1.06c1.77-.2 3.38-.91 4.69-1.98l1.33 1.33c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41zM12 19c-3.87 0-7-3.13-7-7 0-1.61.55-3.09 1.46-4.27l9.81 9.81C15.09 18.45 13.61 19 12 19z"})
"LocationDisabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/location_disabled_sharp.cljs
================================================
(ns reagent-mui.icons.location-disabled-sharp
"Imports @mui/icons-material/LocationDisabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-disabled-sharp (create-svg-icon (e "path" #js {"d" "M23 13v-2h-2.06c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06c-.98.11-1.91.38-2.77.78l1.53 1.53C10.46 5.13 11.22 5 12 5c3.87 0 7 3.13 7 7 0 .79-.13 1.54-.37 2.24l1.53 1.53c.4-.86.67-1.79.78-2.77H23zM4.41 2.86 3 4.27l2.04 2.04C3.97 7.62 3.26 9.23 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c1.77-.2 3.38-.91 4.69-1.98L19.73 21l1.41-1.41L4.41 2.86zM12 19c-3.87 0-7-3.13-7-7 0-1.61.55-3.09 1.46-4.27l9.81 9.81C15.09 18.45 13.61 19 12 19z"})
"LocationDisabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/location_disabled_two_tone.cljs
================================================
(ns reagent-mui.icons.location-disabled-two-tone
"Imports @mui/icons-material/LocationDisabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-disabled-two-tone (create-svg-icon (e "path" #js {"d" "M23 13v-2h-2.06c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06c-.98.11-1.91.38-2.77.78l1.53 1.53C10.46 5.13 11.22 5 12 5c3.87 0 7 3.13 7 7 0 .79-.13 1.54-.37 2.24l1.53 1.53c.4-.86.67-1.79.78-2.77H23zM4.41 2.86 3 4.27l2.04 2.04C3.97 7.62 3.26 9.23 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c1.77-.2 3.38-.91 4.69-1.98L19.73 21l1.41-1.41L4.41 2.86zM12 19c-3.87 0-7-3.13-7-7 0-1.61.55-3.09 1.46-4.27l9.81 9.81C15.09 18.45 13.61 19 12 19z"})
"LocationDisabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/location_off.cljs
================================================
(ns reagent-mui.icons.location-off
"Imports @mui/icons-material/LocationOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-off (create-svg-icon (e "path" #js {"d" "M12 6.5c1.38 0 2.5 1.12 2.5 2.5 0 .74-.33 1.39-.83 1.85l3.63 3.63c.98-1.86 1.7-3.8 1.7-5.48 0-3.87-3.13-7-7-7-1.98 0-3.76.83-5.04 2.15l3.19 3.19c.46-.52 1.11-.84 1.85-.84zm4.37 9.6-4.63-4.63-.11-.11L3.27 3 2 4.27l3.18 3.18C5.07 7.95 5 8.47 5 9c0 5.25 7 13 7 13s1.67-1.85 3.38-4.35L18.73 21 20 19.73l-3.63-3.63z"})
"LocationOff"))
================================================
FILE: src/icons/reagent_mui/icons/location_off_outlined.cljs
================================================
(ns reagent-mui.icons.location-off-outlined
"Imports @mui/icons-material/LocationOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-off-outlined (create-svg-icon (e "path" #js {"d" "M12 4c2.76 0 5 2.24 5 5 0 1.06-.39 2.32-1 3.62l1.49 1.49C18.37 12.36 19 10.57 19 9c0-3.87-3.13-7-7-7-1.84 0-3.5.71-4.75 1.86l1.43 1.43C9.56 4.5 10.72 4 12 4zm0 2.5c-.59 0-1.13.21-1.56.56l3.5 3.5c.35-.43.56-.97.56-1.56 0-1.38-1.12-2.5-2.5-2.5zM3.41 2.86 2 4.27l3.18 3.18C5.07 7.95 5 8.47 5 9c0 5.25 7 13 7 13s1.67-1.85 3.38-4.35L18.73 21l1.41-1.41L3.41 2.86zM12 18.88c-2.01-2.58-4.8-6.74-4.98-9.59l6.92 6.92c-.65.98-1.33 1.89-1.94 2.67z"})
"LocationOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/location_off_rounded.cljs
================================================
(ns reagent-mui.icons.location-off-rounded
"Imports @mui/icons-material/LocationOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-off-rounded (create-svg-icon (e "path" #js {"d" "M2.71 3.56c-.39.39-.39 1.02 0 1.41l2.47 2.47C5.07 7.95 5 8.47 5 9c0 4.17 4.42 9.92 6.23 12.11.4.48 1.13.48 1.53 0 .65-.78 1.62-2.01 2.61-3.46l2.65 2.65c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L4.12 3.56a.9959.9959 0 0 0-1.41 0zM12 2c-1.84 0-3.5.71-4.75 1.86l3.19 3.19c.43-.34.97-.55 1.56-.55 1.38 0 2.5 1.12 2.5 2.5 0 .59-.21 1.13-.56 1.56l3.55 3.55C18.37 12.36 19 10.57 19 9c0-3.87-3.13-7-7-7z"})
"LocationOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/location_off_sharp.cljs
================================================
(ns reagent-mui.icons.location-off-sharp
"Imports @mui/icons-material/LocationOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-off-sharp (create-svg-icon (e "path" #js {"d" "M3.41 2.86 2 4.27l3.18 3.18C5.07 7.95 5 8.47 5 9c0 5.25 7 13 7 13s1.67-1.85 3.38-4.35L18.73 21l1.41-1.41L3.41 2.86zM12 2c-1.84 0-3.5.71-4.75 1.86l3.19 3.19c.43-.34.97-.55 1.56-.55 1.38 0 2.5 1.12 2.5 2.5 0 .59-.21 1.13-.56 1.56l3.55 3.55C18.37 12.36 19 10.57 19 9c0-3.87-3.13-7-7-7z"})
"LocationOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/location_off_two_tone.cljs
================================================
(ns reagent-mui.icons.location-off-two-tone
"Imports @mui/icons-material/LocationOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-off-two-tone (create-svg-icon (e "path" #js {"d" "M17 9c0 1.06-.39 2.32-1 3.62l1.49 1.49C18.37 12.36 19 10.57 19 9c0-3.87-3.13-7-7-7-1.84 0-3.5.71-4.75 1.86l1.43 1.43C9.56 4.5 10.72 4 12 4c2.76 0 5 2.24 5 5zm-5-2.5c-.59 0-1.13.21-1.56.56l3.5 3.5c.35-.43.56-.97.56-1.56 0-1.38-1.12-2.5-2.5-2.5zM3.41 2.86 2 4.27l3.18 3.18C5.07 7.95 5 8.47 5 9c0 5.25 7 13 7 13s1.67-1.85 3.38-4.35L18.73 21l1.41-1.41L3.41 2.86zM12 18.88c-2.01-2.58-4.8-6.74-4.98-9.59l6.92 6.92c-.65.98-1.33 1.89-1.94 2.67z"})
"LocationOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/location_on.cljs
================================================
(ns reagent-mui.icons.location-on
"Imports @mui/icons-material/LocationOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-on (create-svg-icon (e "path" #js {"d" "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})
"LocationOn"))
================================================
FILE: src/icons/reagent_mui/icons/location_on_outlined.cljs
================================================
(ns reagent-mui.icons.location-on-outlined
"Imports @mui/icons-material/LocationOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-on-outlined (create-svg-icon [(e "path" #js {"d" "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zM7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.88-2.88 7.19-5 9.88C9.92 16.21 7 11.85 7 9z"}) (e "circle" #js {"cx" "12", "cy" "9", "r" "2.5"})]
"LocationOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/location_on_rounded.cljs
================================================
(ns reagent-mui.icons.location-on-rounded
"Imports @mui/icons-material/LocationOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-on-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4.2 0-8 3.22-8 8.2 0 3.18 2.45 6.92 7.34 11.23.38.33.95.33 1.33 0C17.55 17.12 20 13.38 20 10.2 20 5.22 16.2 2 12 2zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"LocationOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/location_on_sharp.cljs
================================================
(ns reagent-mui.icons.location-on-sharp
"Imports @mui/icons-material/LocationOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-on-sharp (create-svg-icon (e "path" #js {"d" "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})
"LocationOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/location_on_two_tone.cljs
================================================
(ns reagent-mui.icons.location-on-two-tone
"Imports @mui/icons-material/LocationOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-on-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4C9.24 4 7 6.24 7 9c0 2.85 2.92 7.21 5 9.88 2.11-2.69 5-7 5-9.88 0-2.76-2.24-5-5-5zm0 7.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zM7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.88-2.88 7.19-5 9.88C9.92 16.21 7 11.85 7 9z"}) (e "circle" #js {"cx" "12", "cy" "9", "r" "2.5"})]
"LocationOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/location_searching.cljs
================================================
(ns reagent-mui.icons.location-searching
"Imports @mui/icons-material/LocationSearching as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-searching (create-svg-icon (e "path" #js {"d" "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"LocationSearching"))
================================================
FILE: src/icons/reagent_mui/icons/location_searching_outlined.cljs
================================================
(ns reagent-mui.icons.location-searching-outlined
"Imports @mui/icons-material/LocationSearchingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-searching-outlined (create-svg-icon (e "path" #js {"d" "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"LocationSearchingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/location_searching_rounded.cljs
================================================
(ns reagent-mui.icons.location-searching-rounded
"Imports @mui/icons-material/LocationSearchingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-searching-rounded (create-svg-icon (e "path" #js {"d" "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V2c0-.55-.45-1-1-1s-1 .45-1 1v1.06C6.83 3.52 3.52 6.83 3.06 11H2c-.55 0-1 .45-1 1s.45 1 1 1h1.06c.46 4.17 3.77 7.48 7.94 7.94V22c0 .55.45 1 1 1s1-.45 1-1v-1.06c4.17-.46 7.48-3.77 7.94-7.94H22c.55 0 1-.45 1-1s-.45-1-1-1h-1.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"LocationSearchingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/location_searching_sharp.cljs
================================================
(ns reagent-mui.icons.location-searching-sharp
"Imports @mui/icons-material/LocationSearchingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-searching-sharp (create-svg-icon (e "path" #js {"d" "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"LocationSearchingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/location_searching_two_tone.cljs
================================================
(ns reagent-mui.icons.location-searching-two-tone
"Imports @mui/icons-material/LocationSearchingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def location-searching-two-tone (create-svg-icon (e "path" #js {"d" "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"LocationSearchingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/lock.cljs
================================================
(ns reagent-mui.icons.lock
"Imports @mui/icons-material/Lock as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock (create-svg-icon (e "path" #js {"d" "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"})
"Lock"))
================================================
FILE: src/icons/reagent_mui/icons/lock_clock.cljs
================================================
(ns reagent-mui.icons.lock-clock
"Imports @mui/icons-material/LockClock as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-clock (create-svg-icon (e "path" #js {"d" "m14.5 14.2 2.9 1.7-.8 1.3L13 15v-5h1.5v4.2zM22 14c0 4.41-3.59 8-8 8-2.02 0-3.86-.76-5.27-2H4c-1.15 0-2-.85-2-2V9c0-1.12.89-1.96 2-2v-.5C4 4.01 6.01 2 8.5 2c2.34 0 4.24 1.79 4.46 4.08.34-.05.69-.08 1.04-.08 4.41 0 8 3.59 8 8zM6 7h5v-.74C10.88 4.99 9.8 4 8.5 4 7.12 4 6 5.12 6 6.5V7zm14 7c0-3.31-2.69-6-6-6s-6 2.69-6 6 2.69 6 6 6 6-2.69 6-6z"})
"LockClock"))
================================================
FILE: src/icons/reagent_mui/icons/lock_clock_outlined.cljs
================================================
(ns reagent-mui.icons.lock-clock-outlined
"Imports @mui/icons-material/LockClockOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-clock-outlined (create-svg-icon [(e "path" #js {"d" "M6 20V10h12v1c.7 0 1.37.1 2 .29V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6.26c-.42-.6-.75-1.28-.97-2H6zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L17.5 18.2V15h1v2.79l1.85 1.85-.7.71z"})]
"LockClockOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/lock_clock_rounded.cljs
================================================
(ns reagent-mui.icons.lock-clock-rounded
"Imports @mui/icons-material/LockClockRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-clock-rounded (create-svg-icon [(e "path" #js {"d" "M18 11c.7 0 1.37.1 2 .29V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6.26c-.79-1.13-1.26-2.51-1.26-4 0-3.87 3.13-7 7-7zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm2 7c-.2.2-.51.2-.71 0l-1.65-1.65c-.09-.09-.15-.22-.15-.35v-2.5c0-.28.22-.5.5-.5s.5.22.5.5v2.29l1.5 1.5c.21.2.21.51.01.71z"})]
"LockClockRounded"))
================================================
FILE: src/icons/reagent_mui/icons/lock_clock_sharp.cljs
================================================
(ns reagent-mui.icons.lock-clock-sharp
"Imports @mui/icons-material/LockClockSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-clock-sharp (create-svg-icon (e "path" #js {"d" "M18 11c.7 0 1.37.1 2 .29V8h-3V6.21c0-2.61-1.91-4.94-4.51-5.19C9.51.74 7 3.08 7 6v2H4v14h8.26c-.79-1.13-1.26-2.51-1.26-4 0-3.87 3.13-7 7-7zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L17.5 18.2V15h1v2.79l1.85 1.85-.7.71z"})
"LockClockSharp"))
================================================
FILE: src/icons/reagent_mui/icons/lock_clock_two_tone.cljs
================================================
(ns reagent-mui.icons.lock-clock-two-tone
"Imports @mui/icons-material/LockClockTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-clock-two-tone (create-svg-icon [(e "path" #js {"d" "M11.29 20H6V10h12v1c.7 0 1.37.1 2 .29V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6.26c-.42-.6-.75-1.28-.97-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6z"}) (e "path" #js {"d" "M11 18c0-3.87 3.13-7 7-7v-1H6v10h5.29c-.19-.63-.29-1.3-.29-2z", "opacity" ".3"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L17.5 18.2V15h1v2.79l1.85 1.85-.7.71z"})]
"LockClockTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/lock_open.cljs
================================================
(ns reagent-mui.icons.lock-open
"Imports @mui/icons-material/LockOpen as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-open (create-svg-icon (e "path" #js {"d" "M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h1.9c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10z"})
"LockOpen"))
================================================
FILE: src/icons/reagent_mui/icons/lock_open_outlined.cljs
================================================
(ns reagent-mui.icons.lock-open-outlined
"Imports @mui/icons-material/LockOpenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-open-outlined (create-svg-icon (e "path" #js {"d" "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})
"LockOpenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/lock_open_rounded.cljs
================================================
(ns reagent-mui.icons.lock-open-rounded
"Imports @mui/icons-material/LockOpenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-open-rounded (create-svg-icon (e "path" #js {"d" "M12 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6-5h-1V6c0-2.76-2.24-5-5-5-2.28 0-4.27 1.54-4.84 3.75-.14.54.18 1.08.72 1.22.53.14 1.08-.18 1.22-.72C9.44 3.93 10.63 3 12 3c1.65 0 3 1.35 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 11c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-8c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v8z"})
"LockOpenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/lock_open_sharp.cljs
================================================
(ns reagent-mui.icons.lock-open-sharp
"Imports @mui/icons-material/LockOpenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-open-sharp (create-svg-icon (e "path" #js {"d" "M20 8h-3V6.21c0-2.61-1.91-4.94-4.51-5.19C9.51.74 7 3.08 7 6h2c0-1.13.6-2.24 1.64-2.7C12.85 2.31 15 3.9 15 6v2H4v14h16V8zm-2 12H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})
"LockOpenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/lock_open_two_tone.cljs
================================================
(ns reagent-mui.icons.lock-open-two-tone
"Imports @mui/icons-material/LockOpenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-open-two-tone (create-svg-icon [(e "path" #js {"d" "M6 20h12V10H6v10zm6-7c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z", "opacity" ".3"}) (e "path" #js {"d" "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})]
"LockOpenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/lock_outlined.cljs
================================================
(ns reagent-mui.icons.lock-outlined
"Imports @mui/icons-material/LockOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-outlined (create-svg-icon (e "path" #js {"d" "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})
"LockOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/lock_person.cljs
================================================
(ns reagent-mui.icons.lock-person
"Imports @mui/icons-material/LockPerson as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-person (create-svg-icon [(e "path" #js {"d" "M18 11c.7 0 1.37.1 2 .29V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6.26c-.79-1.13-1.26-2.51-1.26-4 0-3.87 3.13-7 7-7zM8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2H8.9V6z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 2c.83 0 1.5.67 1.5 1.5S18.83 18 18 18s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm0 6c-1.03 0-1.94-.52-2.48-1.32.73-.42 1.57-.68 2.48-.68s1.75.26 2.48.68c-.54.8-1.45 1.32-2.48 1.32z"})]
"LockPerson"))
================================================
FILE: src/icons/reagent_mui/icons/lock_person_outlined.cljs
================================================
(ns reagent-mui.icons.lock-person-outlined
"Imports @mui/icons-material/LockPersonOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-person-outlined (create-svg-icon [(e "path" #js {"d" "M6 20V10h12v1c.7 0 1.37.1 2 .29V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6.26c-.42-.6-.75-1.28-.97-2H6zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 2c.83 0 1.5.67 1.5 1.5S18.83 18 18 18s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm0 6c-1.03 0-1.94-.52-2.48-1.32.73-.42 1.57-.68 2.48-.68s1.75.26 2.48.68c-.54.8-1.45 1.32-2.48 1.32z"})]
"LockPersonOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/lock_person_rounded.cljs
================================================
(ns reagent-mui.icons.lock-person-rounded
"Imports @mui/icons-material/LockPersonRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-person-rounded (create-svg-icon [(e "path" #js {"d" "M18 11c.7 0 1.37.1 2 .29V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6.26c-.79-1.13-1.26-2.51-1.26-4 0-3.87 3.13-7 7-7zM8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2H8.9V6z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 2c.83 0 1.5.67 1.5 1.5S18.83 18 18 18s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm0 6c-1.03 0-1.94-.52-2.48-1.32.73-.42 1.57-.68 2.48-.68s1.75.26 2.48.68c-.54.8-1.45 1.32-2.48 1.32z"})]
"LockPersonRounded"))
================================================
FILE: src/icons/reagent_mui/icons/lock_person_sharp.cljs
================================================
(ns reagent-mui.icons.lock-person-sharp
"Imports @mui/icons-material/LockPersonSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-person-sharp (create-svg-icon [(e "path" #js {"d" "M16.43 11.18c1.26-.29 2.47-.21 3.57.12V8h-3V6.22c0-2.61-1.91-4.94-4.51-5.19C9.51.74 7 3.08 7 6v2H4v14h8.26c-1.01-1.45-1.5-3.3-1.15-5.27.49-2.73 2.63-4.94 5.32-5.55zM8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2H8.9V6z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 2c.83 0 1.5.67 1.5 1.5S18.83 18 18 18s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm0 6c-1.03 0-1.94-.52-2.48-1.32.73-.42 1.57-.68 2.48-.68s1.75.26 2.48.68c-.54.8-1.45 1.32-2.48 1.32z"})]
"LockPersonSharp"))
================================================
FILE: src/icons/reagent_mui/icons/lock_person_two_tone.cljs
================================================
(ns reagent-mui.icons.lock-person-two-tone
"Imports @mui/icons-material/LockPersonTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-person-two-tone (create-svg-icon [(e "path" #js {"d" "M6 10v10h5.29c-.19-.63-.29-1.3-.29-2 0-3.87 3.13-7 7-7v-1H6z", "opacity" ".3"}) (e "path" #js {"d" "M6 20V10h12v1c.7 0 1.37.1 2 .29V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6.26c-.42-.6-.75-1.28-.97-2H6zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 2c.83 0 1.5.67 1.5 1.5S18.83 18 18 18s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm0 6c-1.03 0-1.94-.52-2.48-1.32.73-.42 1.57-.68 2.48-.68s1.75.26 2.48.68c-.54.8-1.45 1.32-2.48 1.32z"})]
"LockPersonTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/lock_reset.cljs
================================================
(ns reagent-mui.icons.lock-reset
"Imports @mui/icons-material/LockReset as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-reset (create-svg-icon (e "path" #js {"d" "M13 3c-4.97 0-9 4.03-9 9H1l4 4 4-4H6c0-3.86 3.14-7 7-7s7 3.14 7 7-3.14 7-7 7c-1.9 0-3.62-.76-4.88-1.99L6.7 18.42C8.32 20.01 10.55 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm2 8v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})
"LockReset"))
================================================
FILE: src/icons/reagent_mui/icons/lock_reset_outlined.cljs
================================================
(ns reagent-mui.icons.lock-reset-outlined
"Imports @mui/icons-material/LockResetOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-reset-outlined (create-svg-icon (e "path" #js {"d" "M13 3c-4.97 0-9 4.03-9 9 0 .06.01.12.01.19l-1.84-1.84-1.41 1.41L5 16l4.24-4.24-1.41-1.41-1.82 1.82c0-.06-.01-.11-.01-.17 0-3.86 3.14-7 7-7s7 3.14 7 7-3.14 7-7 7c-1.9 0-3.62-.76-4.88-1.99L6.7 18.42C8.32 20.01 10.55 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm2 8v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})
"LockResetOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/lock_reset_rounded.cljs
================================================
(ns reagent-mui.icons.lock-reset-rounded
"Imports @mui/icons-material/LockResetRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-reset-rounded (create-svg-icon (e "path" #js {"d" "M13.26 3C8.17 2.86 4 6.94 4 12H2.21c-.45 0-.67.54-.35.85l2.79 2.79c.2.2.51.2.71 0l2.8-2.79c.3-.31.08-.85-.37-.85H6c0-3.89 3.2-7.06 7.1-7 3.71.05 6.84 3.18 6.9 6.9.06 3.91-3.1 7.1-7 7.1-1.59 0-3.05-.53-4.23-1.43-.4-.3-.96-.27-1.31.09-.43.43-.39 1.14.09 1.5C9.06 20.31 10.95 21 13 21c5.06 0 9.14-4.17 9-9.25-.13-4.7-4.05-8.62-8.74-8.75zM15 11v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})
"LockResetRounded"))
================================================
FILE: src/icons/reagent_mui/icons/lock_reset_sharp.cljs
================================================
(ns reagent-mui.icons.lock-reset-sharp
"Imports @mui/icons-material/LockResetSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-reset-sharp (create-svg-icon (e "path" #js {"d" "M13 3c-4.97 0-9 4.03-9 9H1l4 4 4-4H6c0-3.86 3.14-7 7-7s7 3.14 7 7-3.14 7-7 7c-1.9 0-3.62-.76-4.88-1.99L6.7 18.42C8.32 20.01 10.55 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm2 8v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1h-1v5h6v-5h-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})
"LockResetSharp"))
================================================
FILE: src/icons/reagent_mui/icons/lock_reset_two_tone.cljs
================================================
(ns reagent-mui.icons.lock-reset-two-tone
"Imports @mui/icons-material/LockResetTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-reset-two-tone (create-svg-icon (e "path" #js {"d" "M13 3c-4.97 0-9 4.03-9 9H1l4 4 4-4H6c0-3.86 3.14-7 7-7s7 3.14 7 7-3.14 7-7 7c-1.9 0-3.62-.76-4.88-1.99L6.7 18.42C8.32 20.01 10.55 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm2 8v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})
"LockResetTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/lock_rounded.cljs
================================================
(ns reagent-mui.icons.lock-rounded
"Imports @mui/icons-material/LockRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-rounded (create-svg-icon (e "path" #js {"d" "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM9 8V6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9z"})
"LockRounded"))
================================================
FILE: src/icons/reagent_mui/icons/lock_sharp.cljs
================================================
(ns reagent-mui.icons.lock-sharp
"Imports @mui/icons-material/LockSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-sharp (create-svg-icon (e "path" #js {"d" "M20 8h-3V6.21c0-2.61-1.91-4.94-4.51-5.19C9.51.74 7 3.08 7 6v2H4v14h16V8zm-8 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM9 8V6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9z"})
"LockSharp"))
================================================
FILE: src/icons/reagent_mui/icons/lock_two_tone.cljs
================================================
(ns reagent-mui.icons.lock-two-tone
"Imports @mui/icons-material/LockTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lock-two-tone (create-svg-icon [(e "path" #js {"d" "M6 20h12V10H6v10zm6-7c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z", "opacity" ".3"}) (e "path" #js {"d" "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})]
"LockTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/login.cljs
================================================
(ns reagent-mui.icons.login
"Imports @mui/icons-material/Login as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def login (create-svg-icon (e "path" #js {"d" "M11 7 9.6 8.4l2.6 2.6H2v2h10.2l-2.6 2.6L11 17l5-5-5-5zm9 12h-8v2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-8v2h8v14z"})
"Login"))
================================================
FILE: src/icons/reagent_mui/icons/login_outlined.cljs
================================================
(ns reagent-mui.icons.login-outlined
"Imports @mui/icons-material/LoginOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def login-outlined (create-svg-icon (e "path" #js {"d" "M11 7 9.6 8.4l2.6 2.6H2v2h10.2l-2.6 2.6L11 17l5-5-5-5zm9 12h-8v2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-8v2h8v14z"})
"LoginOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/login_rounded.cljs
================================================
(ns reagent-mui.icons.login-rounded
"Imports @mui/icons-material/LoginRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def login-rounded (create-svg-icon (e "path" #js {"d" "M10.3 7.7c-.39.39-.39 1.01 0 1.4l1.9 1.9H3c-.55 0-1 .45-1 1s.45 1 1 1h9.2l-1.9 1.9c-.39.39-.39 1.01 0 1.4.39.39 1.01.39 1.4 0l3.59-3.59c.39-.39.39-1.02 0-1.41L11.7 7.7a.9839.9839 0 0 0-1.4 0zM20 19h-7c-.55 0-1 .45-1 1s.45 1 1 1h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-7c-.55 0-1 .45-1 1s.45 1 1 1h7v14z"})
"LoginRounded"))
================================================
FILE: src/icons/reagent_mui/icons/login_sharp.cljs
================================================
(ns reagent-mui.icons.login-sharp
"Imports @mui/icons-material/LoginSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def login-sharp (create-svg-icon (e "path" #js {"d" "M11 7 9.6 8.4l2.6 2.6H2v2h10.2l-2.6 2.6L11 17l5-5-5-5zm9 12h-8v2h10V3H12v2h8v14z"})
"LoginSharp"))
================================================
FILE: src/icons/reagent_mui/icons/login_two_tone.cljs
================================================
(ns reagent-mui.icons.login-two-tone
"Imports @mui/icons-material/LoginTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def login-two-tone (create-svg-icon (e "path" #js {"d" "M11 7 9.6 8.4l2.6 2.6H2v2h10.2l-2.6 2.6L11 17l5-5-5-5zm9 12h-8v2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-8v2h8v14z"})
"LoginTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/logo_dev.cljs
================================================
(ns reagent-mui.icons.logo-dev
"Imports @mui/icons-material/LogoDev as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def logo-dev (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.68 14.98H6V9h1.71c1.28 0 1.71 1.03 1.71 1.71v2.56c0 .68-.42 1.71-1.74 1.71zm4.7-3.52v1.07H11.2v1.39h1.93v1.07h-2.25c-.4.01-.74-.31-.75-.71V9.75c-.01-.4.31-.74.71-.75h2.28v1.07H11.2v1.39h1.18zm4.5 2.77c-.48 1.11-1.33.89-1.71 0L13.77 9h1.18l1.07 4.11L17.09 9h1.18l-1.39 5.23z"}) (e "path" #js {"d" "M7.77 10.12h-.63v3.77h.63c.14 0 .28-.05.42-.16.14-.1.21-.26.21-.47v-2.52c0-.21-.07-.37-.21-.47-.14-.1-.28-.15-.42-.15z"})]
"LogoDev"))
================================================
FILE: src/icons/reagent_mui/icons/logo_dev_outlined.cljs
================================================
(ns reagent-mui.icons.logo-dev-outlined
"Imports @mui/icons-material/LogoDevOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def logo-dev-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.68 14.98H6V9h1.71c1.28 0 1.71 1.03 1.71 1.71v2.56c0 .68-.42 1.71-1.74 1.71zm4.7-3.52v1.07H11.2v1.39h1.93v1.07h-2.25c-.4.01-.74-.31-.75-.71V9.75c-.01-.4.31-.74.71-.75h2.28v1.07H11.2v1.39h1.18zm4.5 2.77c-.48 1.11-1.33.89-1.71 0L13.77 9h1.18l1.07 4.11L17.09 9h1.18l-1.39 5.23z"}) (e "path" #js {"d" "M7.77 10.12h-.63v3.77h.63c.14 0 .28-.05.42-.16.14-.1.21-.26.21-.47v-2.52c0-.21-.07-.37-.21-.47-.14-.1-.28-.15-.42-.15z"})]
"LogoDevOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/logo_dev_rounded.cljs
================================================
(ns reagent-mui.icons.logo-dev-rounded
"Imports @mui/icons-material/LogoDevRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def logo-dev-rounded (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.68 14.98H6V9h1.71c1.28 0 1.71 1.03 1.71 1.71v2.56c0 .68-.42 1.71-1.74 1.71zm4.7-3.52v1.07H11.2v1.39h1.93v1.07h-2.25c-.4.01-.74-.31-.75-.71V9.75c-.01-.4.31-.74.71-.75h2.28v1.07H11.2v1.39h1.18zm4.5 2.77c-.48 1.11-1.33.89-1.71 0L13.77 9h1.18l1.07 4.11L17.09 9h1.18l-1.39 5.23z"}) (e "path" #js {"d" "M7.77 10.12h-.63v3.77h.63c.14 0 .28-.05.42-.16.14-.1.21-.26.21-.47v-2.52c0-.21-.07-.37-.21-.47-.14-.1-.28-.15-.42-.15z"})]
"LogoDevRounded"))
================================================
FILE: src/icons/reagent_mui/icons/logo_dev_sharp.cljs
================================================
(ns reagent-mui.icons.logo-dev-sharp
"Imports @mui/icons-material/LogoDevSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def logo-dev-sharp (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.68 14.98H6V9h1.71c1.28 0 1.71 1.03 1.71 1.71v2.56c0 .68-.42 1.71-1.74 1.71zm4.7-3.52v1.07H11.2v1.39h1.93v1.07h-2.25c-.4.01-.74-.31-.75-.71V9.75c-.01-.4.31-.74.71-.75h2.28v1.07H11.2v1.39h1.18zm4.5 2.77c-.48 1.11-1.33.89-1.71 0L13.77 9h1.18l1.07 4.11L17.09 9h1.18l-1.39 5.23z"}) (e "path" #js {"d" "M7.77 10.12h-.63v3.77h.63c.14 0 .28-.05.42-.16.14-.1.21-.26.21-.47v-2.52c0-.21-.07-.37-.21-.47-.14-.1-.28-.15-.42-.15z"})]
"LogoDevSharp"))
================================================
FILE: src/icons/reagent_mui/icons/logo_dev_two_tone.cljs
================================================
(ns reagent-mui.icons.logo-dev-two-tone
"Imports @mui/icons-material/LogoDevTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def logo-dev-two-tone (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.68 14.98H6V9h1.71c1.28 0 1.71 1.03 1.71 1.71v2.56c0 .68-.42 1.71-1.74 1.71zm4.7-3.52v1.07H11.2v1.39h1.93v1.07h-2.25c-.4.01-.74-.31-.75-.71V9.75c-.01-.4.31-.74.71-.75h2.28v1.07H11.2v1.39h1.18zm4.5 2.77c-.48 1.11-1.33.89-1.71 0L13.77 9h1.18l1.07 4.11L17.09 9h1.18l-1.39 5.23z"}) (e "path" #js {"d" "M7.77 10.12h-.63v3.77h.63c.14 0 .28-.05.42-.16.14-.1.21-.26.21-.47v-2.52c0-.21-.07-.37-.21-.47-.14-.1-.28-.15-.42-.15z"})]
"LogoDevTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/logout.cljs
================================================
(ns reagent-mui.icons.logout
"Imports @mui/icons-material/Logout as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def logout (create-svg-icon (e "path" #js {"d" "m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z"})
"Logout"))
================================================
FILE: src/icons/reagent_mui/icons/logout_outlined.cljs
================================================
(ns reagent-mui.icons.logout-outlined
"Imports @mui/icons-material/LogoutOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def logout-outlined (create-svg-icon (e "path" #js {"d" "m17 8-1.41 1.41L17.17 11H9v2h8.17l-1.58 1.58L17 16l4-4-4-4zM5 5h7V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h7v-2H5V5z"})
"LogoutOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/logout_rounded.cljs
================================================
(ns reagent-mui.icons.logout-rounded
"Imports @mui/icons-material/LogoutRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def logout-rounded (create-svg-icon [(e "path" #js {"d" "M5 5h6c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6c.55 0 1-.45 1-1s-.45-1-1-1H5V5z"}) (e "path" #js {"d" "m20.65 11.65-2.79-2.79c-.32-.32-.86-.1-.86.35V11h-7c-.55 0-1 .45-1 1s.45 1 1 1h7v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7z"})]
"LogoutRounded"))
================================================
FILE: src/icons/reagent_mui/icons/logout_sharp.cljs
================================================
(ns reagent-mui.icons.logout-sharp
"Imports @mui/icons-material/LogoutSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def logout-sharp (create-svg-icon [(e "path" #js {"d" "M5 5h7V3H3v18h9v-2H5z"}) (e "path" #js {"d" "m21 12-4-4v3H9v2h8v3z"})]
"LogoutSharp"))
================================================
FILE: src/icons/reagent_mui/icons/logout_two_tone.cljs
================================================
(ns reagent-mui.icons.logout-two-tone
"Imports @mui/icons-material/LogoutTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def logout-two-tone (create-svg-icon (e "path" #js {"d" "M5 5h7V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h7v-2H5V5zm16 7-4-4v3H9v2h8v3l4-4z"})
"LogoutTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/looks.cljs
================================================
(ns reagent-mui.icons.looks
"Imports @mui/icons-material/Looks as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks (create-svg-icon (e "path" #js {"d" "M12 10c-3.86 0-7 3.14-7 7h2c0-2.76 2.24-5 5-5s5 2.24 5 5h2c0-3.86-3.14-7-7-7zm0-4C5.93 6 1 10.93 1 17h2c0-4.96 4.04-9 9-9s9 4.04 9 9h2c0-6.07-4.93-11-11-11z"})
"Looks"))
================================================
FILE: src/icons/reagent_mui/icons/looks_3.cljs
================================================
(ns reagent-mui.icons.looks-3
"Imports @mui/icons-material/Looks3 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-3 (create-svg-icon (e "path" #js {"d" "M19.01 3h-14c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 7.5c0 .83-.67 1.5-1.5 1.5.83 0 1.5.67 1.5 1.5V15c0 1.11-.9 2-2 2h-4v-2h4v-2h-2v-2h2V9h-4V7h4c1.1 0 2 .89 2 2v1.5z"})
"Looks3"))
================================================
FILE: src/icons/reagent_mui/icons/looks_3_outlined.cljs
================================================
(ns reagent-mui.icons.looks-3-outlined
"Imports @mui/icons-material/Looks3Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-3-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-4-4v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V9c0-1.11-.9-2-2-2H9v2h4v2h-2v2h2v2H9v2h4c1.1 0 2-.89 2-2z"})
"Looks3Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/looks_3_rounded.cljs
================================================
(ns reagent-mui.icons.looks-3-rounded
"Imports @mui/icons-material/Looks3Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-3-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5.01c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2H19c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3.99 7.5c0 .83-.67 1.5-1.5 1.5.83 0 1.5.67 1.5 1.5V15c0 1.11-.9 2-2 2H10c-.55 0-1-.45-1-1s.45-1 1-1h3.01L13 13h-1c-.55 0-1-.45-1-1s.45-1 1-1h1l.01-2H10c-.55 0-.99-.45-.99-1s.44-1 .99-1h3.01c1.1 0 2 .9 2 2v1.5z"})
"Looks3Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/looks_3_sharp.cljs
================================================
(ns reagent-mui.icons.looks-3-sharp
"Imports @mui/icons-material/Looks3Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-3-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3.01v18H21V3zm-5.99 14H9v-2h4v-2h-2v-2h2V9H9V7h6.01v10z"})
"Looks3Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/looks_3_two_tone.cljs
================================================
(ns reagent-mui.icons.looks-3-two-tone
"Imports @mui/icons-material/Looks3TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-3-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm4-4h4v-2h-2v-2h2V9H9V7h4c1.1 0 2 .89 2 2v1.5c0 .83-.67 1.5-1.5 1.5.83 0 1.5.67 1.5 1.5V15c0 1.11-.9 2-2 2H9v-2z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-4-4v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V9c0-1.11-.9-2-2-2H9v2h4v2h-2v2h2v2H9v2h4c1.1 0 2-.89 2-2z"})]
"Looks3TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/looks_4.cljs
================================================
(ns reagent-mui.icons.looks-4
"Imports @mui/icons-material/Looks4 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-4 (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 14h-2v-4H9V7h2v4h2V7h2v10z"})
"Looks4"))
================================================
FILE: src/icons/reagent_mui/icons/looks_4_outlined.cljs
================================================
(ns reagent-mui.icons.looks-4-outlined
"Imports @mui/icons-material/Looks4Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-4-outlined (create-svg-icon (e "path" #js {"d" "M19.04 3h-14c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16h-14V5h14v14zm-6-2h2V7h-2v4h-2V7h-2v6h4z"})
"Looks4Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/looks_4_rounded.cljs
================================================
(ns reagent-mui.icons.looks-4-rounded
"Imports @mui/icons-material/Looks4Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-4-rounded (create-svg-icon (e "path" #js {"d" "M19.04 3h-14c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14c-.55 0-1-.45-1-1v-3h-3c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v3h2V8c0-.55.45-1 1-1s1 .45 1 1v8c0 .55-.45 1-1 1z"})
"Looks4Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/looks_4_sharp.cljs
================================================
(ns reagent-mui.icons.looks-4-sharp
"Imports @mui/icons-material/Looks4Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-4-sharp (create-svg-icon (e "path" #js {"d" "M21.04 3h-18v18h18V3zm-6 14h-2v-4h-4V7h2v4h2V7h2v10z"})
"Looks4Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/looks_4_two_tone.cljs
================================================
(ns reagent-mui.icons.looks-4-two-tone
"Imports @mui/icons-material/Looks4TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-4-two-tone (create-svg-icon [(e "path" #js {"d" "M5.04 19h14V5h-14v14zm4-12h2v4h2V7h2v10h-2v-4h-4V7z", "opacity" ".3"}) (e "path" #js {"d" "M19.04 3h-14c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16h-14V5h14v14zm-6-2h2V7h-2v4h-2V7h-2v6h4z"})]
"Looks4TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/looks_5.cljs
================================================
(ns reagent-mui.icons.looks-5
"Imports @mui/icons-material/Looks5 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-5 (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 6h-4v2h2c1.1 0 2 .89 2 2v2c0 1.11-.9 2-2 2H9v-2h4v-2H9V7h6v2z"})
"Looks5"))
================================================
FILE: src/icons/reagent_mui/icons/looks_5_outlined.cljs
================================================
(ns reagent-mui.icons.looks-5-outlined
"Imports @mui/icons-material/Looks5Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-5-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-4-4v-2c0-1.11-.9-2-2-2h-2V9h4V7H9v6h4v2H9v2h4c1.1 0 2-.89 2-2z"})
"Looks5Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/looks_5_rounded.cljs
================================================
(ns reagent-mui.icons.looks-5-rounded
"Imports @mui/icons-material/Looks5Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-5-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 6h-3v2h2c1.1 0 2 .9 2 2v2c0 1.11-.9 2-2 2h-3c-.55 0-1-.45-1-1s.45-1 1-1h3v-2h-3c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1z"})
"Looks5Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/looks_5_sharp.cljs
================================================
(ns reagent-mui.icons.looks-5-sharp
"Imports @mui/icons-material/Looks5Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-5-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-6 6h-4v2h4v6H9v-2h4v-2H9V7h6v2z"})
"Looks5Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/looks_5_two_tone.cljs
================================================
(ns reagent-mui.icons.looks-5-two-tone
"Imports @mui/icons-material/Looks5TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-5-two-tone (create-svg-icon [(e "path" #js {"d" "M19 5H5v14h14V5zm-4 4h-4v2h2c1.1 0 2 .89 2 2v2c0 1.11-.9 2-2 2H9v-2h4v-2H9V7h6v2z", "opacity" ".3"}) (e "path" #js {"d" "M5 21h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2zM5 5h14v14H5V5zm4 8h4v2H9v2h4c1.1 0 2-.89 2-2v-2c0-1.11-.9-2-2-2h-2V9h4V7H9v6z"})]
"Looks5TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/looks_6.cljs
================================================
(ns reagent-mui.icons.looks-6
"Imports @mui/icons-material/Looks6 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-6 (create-svg-icon (e "path" #js {"d" "M11 15h2v-2h-2v2zm8-12H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 6h-4v2h2c1.1 0 2 .89 2 2v2c0 1.11-.9 2-2 2h-2c-1.1 0-2-.89-2-2V9c0-1.11.9-2 2-2h4v2z"})
"Looks6"))
================================================
FILE: src/icons/reagent_mui/icons/looks_6_outlined.cljs
================================================
(ns reagent-mui.icons.looks-6-outlined
"Imports @mui/icons-material/Looks6Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-6-outlined (create-svg-icon (e "path" #js {"d" "M11 17h2c1.1 0 2-.89 2-2v-2c0-1.11-.9-2-2-2h-2V9h4V7h-4c-1.1 0-2 .89-2 2v6c0 1.11.9 2 2 2zm0-4h2v2h-2v-2zm8-10H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})
"Looks6Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/looks_6_rounded.cljs
================================================
(ns reagent-mui.icons.looks-6-rounded
"Imports @mui/icons-material/Looks6Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-6-rounded (create-svg-icon (e "path" #js {"d" "M11 15h2v-2h-2v2zm8-12H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 6h-3v2h2c1.1 0 2 .9 2 2v2c0 1.11-.9 2-2 2h-2c-1.1 0-2-.89-2-2V9c0-1.1.9-2 2-2h3c.55 0 1 .45 1 1s-.45 1-1 1z"})
"Looks6Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/looks_6_sharp.cljs
================================================
(ns reagent-mui.icons.looks-6-sharp
"Imports @mui/icons-material/Looks6Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-6-sharp (create-svg-icon (e "path" #js {"d" "M11 15h2v-2h-2v2zM21 3H3v18h18V3zm-6 6h-4v2h4v6H9V7h6v2z"})
"Looks6Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/looks_6_two_tone.cljs
================================================
(ns reagent-mui.icons.looks-6-two-tone
"Imports @mui/icons-material/Looks6TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-6-two-tone (create-svg-icon [(e "path" #js {"d" "M11 13h2v2h-2zm8-8H5v14h14V5zm-4 4h-4v2h2c1.1 0 2 .89 2 2v2c0 1.11-.9 2-2 2h-2c-1.1 0-2-.89-2-2V9c0-1.11.9-2 2-2h4v2z", "opacity" ".3"}) (e "path" #js {"d" "M9 9v6c0 1.11.9 2 2 2h2c1.1 0 2-.89 2-2v-2c0-1.11-.9-2-2-2h-2V9h4V7h-4c-1.1 0-2 .89-2 2zm4 4v2h-2v-2h2zm-8 8h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2zM5 5h14v14H5V5z"})]
"Looks6TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/looks_one.cljs
================================================
(ns reagent-mui.icons.looks-one
"Imports @mui/icons-material/LooksOne as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-one (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14h-2V9h-2V7h4v10z"})
"LooksOne"))
================================================
FILE: src/icons/reagent_mui/icons/looks_one_outlined.cljs
================================================
(ns reagent-mui.icons.looks-one-outlined
"Imports @mui/icons-material/LooksOneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-one-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-7-2h2V7h-4v2h2z"})
"LooksOneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/looks_one_rounded.cljs
================================================
(ns reagent-mui.icons.looks-one-rounded
"Imports @mui/icons-material/LooksOneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-one-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6 14c-.55 0-1-.45-1-1V9h-1c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1z"})
"LooksOneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/looks_one_sharp.cljs
================================================
(ns reagent-mui.icons.looks-one-sharp
"Imports @mui/icons-material/LooksOneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-one-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-7 14h-2V9h-2V7h4v10z"})
"LooksOneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/looks_one_two_tone.cljs
================================================
(ns reagent-mui.icons.looks-one-two-tone
"Imports @mui/icons-material/LooksOneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-one-two-tone (create-svg-icon [(e "path" #js {"d" "M19 5H5v14h14V5zm-5 12h-2V9h-2V7h4v10z", "opacity" ".3"}) (e "path" #js {"d" "M5 21h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2zM5 5h14v14H5V5zm5 4h2v8h2V7h-4z"})]
"LooksOneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/looks_outlined.cljs
================================================
(ns reagent-mui.icons.looks-outlined
"Imports @mui/icons-material/LooksOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-outlined (create-svg-icon (e "path" #js {"d" "M12 10c-3.86 0-7 3.14-7 7h2c0-2.76 2.24-5 5-5s5 2.24 5 5h2c0-3.86-3.14-7-7-7zm0-4C5.93 6 1 10.93 1 17h2c0-4.96 4.04-9 9-9s9 4.04 9 9h2c0-6.07-4.93-11-11-11z"})
"LooksOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/looks_rounded.cljs
================================================
(ns reagent-mui.icons.looks-rounded
"Imports @mui/icons-material/LooksRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-rounded (create-svg-icon (e "path" #js {"d" "M12 10c-3.47 0-6.36 2.54-6.91 5.86-.1.6.39 1.14 1 1.14.49 0 .9-.36.98-.85C7.48 13.79 9.53 12 12 12s4.52 1.79 4.93 4.15c.08.49.49.85.98.85.61 0 1.09-.54.99-1.14C18.36 12.54 15.47 10 12 10zm0-4C6.3 6 1.61 10.34 1.05 15.9c-.05.59.41 1.1 1.01 1.1.51 0 .94-.38.99-.88C3.49 11.57 7.34 8 12 8s8.51 3.57 8.96 8.12c.05.5.48.88.99.88.59 0 1.06-.51 1-1.1C22.39 10.34 17.7 6 12 6z"})
"LooksRounded"))
================================================
FILE: src/icons/reagent_mui/icons/looks_sharp.cljs
================================================
(ns reagent-mui.icons.looks-sharp
"Imports @mui/icons-material/LooksSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-sharp (create-svg-icon (e "path" #js {"d" "M12 10c-3.86 0-7 3.14-7 7h2c0-2.76 2.24-5 5-5s5 2.24 5 5h2c0-3.86-3.14-7-7-7zm0-4C5.93 6 1 10.93 1 17h2c0-4.96 4.04-9 9-9s9 4.04 9 9h2c0-6.07-4.93-11-11-11z"})
"LooksSharp"))
================================================
FILE: src/icons/reagent_mui/icons/looks_two.cljs
================================================
(ns reagent-mui.icons.looks-two
"Imports @mui/icons-material/LooksTwo as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-two (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 8c0 1.11-.9 2-2 2h-2v2h4v2H9v-4c0-1.11.9-2 2-2h2V9H9V7h4c1.1 0 2 .89 2 2v2z"})
"LooksTwo"))
================================================
FILE: src/icons/reagent_mui/icons/looks_two_outlined.cljs
================================================
(ns reagent-mui.icons.looks-two-outlined
"Imports @mui/icons-material/LooksTwoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-two-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-4-4h-4v-2h2c1.1 0 2-.89 2-2V9c0-1.11-.9-2-2-2H9v2h4v2h-2c-1.1 0-2 .89-2 2v4h6v-2z"})
"LooksTwoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/looks_two_rounded.cljs
================================================
(ns reagent-mui.icons.looks-two-rounded
"Imports @mui/icons-material/LooksTwoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-two-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 8c0 1.1-.9 2-2 2h-2v2h3c.55 0 1 .45 1 1s-.45 1-1 1h-4c-.55 0-1-.45-1-1v-3c0-1.1.9-2 2-2h2V9h-3c-.55 0-1-.45-1-1s.45-1 1-1h3c1.1 0 2 .9 2 2v2z"})
"LooksTwoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/looks_two_sharp.cljs
================================================
(ns reagent-mui.icons.looks-two-sharp
"Imports @mui/icons-material/LooksTwoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-two-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-6 10h-4v2h4v2H9v-6h4V9H9V7h6v6z"})
"LooksTwoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/looks_two_tone.cljs
================================================
(ns reagent-mui.icons.looks-two-tone
"Imports @mui/icons-material/LooksTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-two-tone (create-svg-icon (e "path" #js {"d" "M12 6C5.93 6 1 10.93 1 17h2c0-4.96 4.04-9 9-9s9 4.04 9 9h2c0-6.07-4.93-11-11-11zm0 6c2.76 0 5 2.24 5 5h2c0-3.86-3.14-7-7-7s-7 3.14-7 7h2c0-2.76 2.24-5 5-5z"})
"LooksTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/looks_two_two_tone.cljs
================================================
(ns reagent-mui.icons.looks-two-two-tone
"Imports @mui/icons-material/LooksTwoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def looks-two-two-tone (create-svg-icon [(e "path" #js {"d" "M19 5H5v14h14V5zm-4 6c0 1.11-.9 2-2 2h-2v2h4v2H9v-4c0-1.11.9-2 2-2h2V9H9V7h4c1.1 0 2 .89 2 2v2z", "opacity" ".3"}) (e "path" #js {"d" "M5 21h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2zM5 5h14v14H5V5zm8 2H9v2h4v2h-2c-1.1 0-2 .89-2 2v4h6v-2h-4v-2h2c1.1 0 2-.89 2-2V9c0-1.11-.9-2-2-2z"})]
"LooksTwoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/loop.cljs
================================================
(ns reagent-mui.icons.loop
"Imports @mui/icons-material/Loop as a Reagent component."
(:refer-clojure :exclude [loop])
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def loop (create-svg-icon (e "path" #js {"d" "M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"})
"Loop"))
================================================
FILE: src/icons/reagent_mui/icons/loop_outlined.cljs
================================================
(ns reagent-mui.icons.loop-outlined
"Imports @mui/icons-material/LoopOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def loop-outlined (create-svg-icon (e "path" #js {"d" "M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"})
"LoopOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/loop_rounded.cljs
================================================
(ns reagent-mui.icons.loop-rounded
"Imports @mui/icons-material/LoopRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def loop-rounded (create-svg-icon (e "path" #js {"d" "M12 4V2.21c0-.45-.54-.67-.85-.35l-2.8 2.79c-.2.2-.2.51 0 .71l2.79 2.79c.32.31.86.09.86-.36V6c3.31 0 6 2.69 6 6 0 .79-.15 1.56-.44 2.25-.15.36-.04.77.23 1.04.51.51 1.37.33 1.64-.34.37-.91.57-1.91.57-2.95 0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-.79.15-1.56.44-2.25.15-.36.04-.77-.23-1.04-.51-.51-1.37-.33-1.64.34C4.2 9.96 4 10.96 4 12c0 4.42 3.58 8 8 8v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.2.2-.51 0-.71l-2.79-2.79c-.31-.31-.85-.09-.85.36V18z"})
"LoopRounded"))
================================================
FILE: src/icons/reagent_mui/icons/loop_sharp.cljs
================================================
(ns reagent-mui.icons.loop-sharp
"Imports @mui/icons-material/LoopSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def loop-sharp (create-svg-icon (e "path" #js {"d" "M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"})
"LoopSharp"))
================================================
FILE: src/icons/reagent_mui/icons/loop_two_tone.cljs
================================================
(ns reagent-mui.icons.loop-two-tone
"Imports @mui/icons-material/LoopTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def loop-two-tone (create-svg-icon (e "path" #js {"d" "M12 18c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3zm0-14V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8z"})
"LoopTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/loupe.cljs
================================================
(ns reagent-mui.icons.loupe
"Imports @mui/icons-material/Loupe as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def loupe (create-svg-icon (e "path" #js {"d" "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.49 2 2 6.49 2 12s4.49 10 10 10h8c1.1 0 2-.9 2-2v-8c0-5.51-4.49-10-10-10zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"Loupe"))
================================================
FILE: src/icons/reagent_mui/icons/loupe_outlined.cljs
================================================
(ns reagent-mui.icons.loupe-outlined
"Imports @mui/icons-material/LoupeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def loupe-outlined (create-svg-icon (e "path" #js {"d" "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.49 2 2 6.49 2 12s4.49 10 10 10h8c1.1 0 2-.9 2-2v-8c0-5.51-4.49-10-10-10zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"LoupeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/loupe_rounded.cljs
================================================
(ns reagent-mui.icons.loupe-rounded
"Imports @mui/icons-material/LoupeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def loupe-rounded (create-svg-icon (e "path" #js {"d" "M12 7c-.55 0-1 .45-1 1v3H8c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1h-3V8c0-.55-.45-1-1-1zm0-5C6.49 2 2 6.49 2 12s4.49 10 10 10h8c1.1 0 2-.9 2-2v-8c0-5.51-4.49-10-10-10zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"LoupeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/loupe_sharp.cljs
================================================
(ns reagent-mui.icons.loupe-sharp
"Imports @mui/icons-material/LoupeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def loupe-sharp (create-svg-icon (e "path" #js {"d" "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-.27-4.97c-6.08-.44-11.14 4.62-10.7 10.7.38 5.28 5 9.27 10.29 9.27H22v-9.68c0-5.3-3.98-9.91-9.27-10.29zM12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"LoupeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/loupe_two_tone.cljs
================================================
(ns reagent-mui.icons.loupe-two-tone
"Imports @mui/icons-material/LoupeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def loupe-two-tone (create-svg-icon [(e "path" #js {"d" "M12 20c4.41 0 8-3.59 8-8s-3.59-8-8-8-8 3.59-8 8 3.59 8 8 8zm-5-9h4V7h2v4h4v2h-4v4h-2v-4H7v-2z", "opacity" ".3"}) (e "path" #js {"d" "M11 17h2v-4h4v-2h-4V7h-2v4H7v2h4zm1 5h8c1.1 0 2-.9 2-2v-8c0-5.51-4.49-10-10-10S2 6.49 2 12s4.49 10 10 10zm0-18c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8z"})]
"LoupeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/low_priority.cljs
================================================
(ns reagent-mui.icons.low-priority
"Imports @mui/icons-material/LowPriority as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def low-priority (create-svg-icon (e "path" #js {"d" "M14 5h8v2h-8zm0 5.5h8v2h-8zm0 5.5h8v2h-8zM2 11.5C2 15.08 4.92 18 8.5 18H9v2l3-3-3-3v2h-.5C6.02 16 4 13.98 4 11.5S6.02 7 8.5 7H12V5H8.5C4.92 5 2 7.92 2 11.5z"})
"LowPriority"))
================================================
FILE: src/icons/reagent_mui/icons/low_priority_outlined.cljs
================================================
(ns reagent-mui.icons.low-priority-outlined
"Imports @mui/icons-material/LowPriorityOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def low-priority-outlined (create-svg-icon (e "path" #js {"d" "M14 5h8v2h-8V5zm0 5.5h8v2h-8v-2zm0 5.5h8v2h-8v-2zM2 11.5C2 15.08 4.92 18 8.5 18H9v2l3-3-3-3v2h-.5C6.02 16 4 13.98 4 11.5S6.02 7 8.5 7H12V5H8.5C4.92 5 2 7.92 2 11.5z"})
"LowPriorityOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/low_priority_rounded.cljs
================================================
(ns reagent-mui.icons.low-priority-rounded
"Imports @mui/icons-material/LowPriorityRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def low-priority-rounded (create-svg-icon (e "path" #js {"d" "M15 5h6c.55 0 1 .45 1 1s-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1zm0 5.5h6c.55 0 1 .45 1 1s-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1zm0 5.5h6c.55 0 1 .45 1 1s-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1zm-5.15 3.15 1.79-1.79c.2-.2.2-.51 0-.71l-1.79-1.79c-.31-.32-.85-.1-.85.35v3.59c0 .44.54.66.85.35zM9 16h-.3c-2.35 0-4.45-1.71-4.68-4.05C3.76 9.27 5.87 7 8.5 7H11c.55 0 1-.45 1-1s-.45-1-1-1H8.5c-3.86 0-6.96 3.4-6.44 7.36C2.48 15.64 5.43 18 8.73 18H9"})
"LowPriorityRounded"))
================================================
FILE: src/icons/reagent_mui/icons/low_priority_sharp.cljs
================================================
(ns reagent-mui.icons.low-priority-sharp
"Imports @mui/icons-material/LowPrioritySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def low-priority-sharp (create-svg-icon (e "path" #js {"d" "M14 5h8v2h-8V5zm0 5.5h8v2h-8v-2zm0 5.5h8v2h-8v-2zM2 11.5C2 15.08 4.92 18 8.5 18H9v2l3-3-3-3v2h-.5C6.02 16 4 13.98 4 11.5S6.02 7 8.5 7H12V5H8.5C4.92 5 2 7.92 2 11.5z"})
"LowPrioritySharp"))
================================================
FILE: src/icons/reagent_mui/icons/low_priority_two_tone.cljs
================================================
(ns reagent-mui.icons.low-priority-two-tone
"Imports @mui/icons-material/LowPriorityTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def low-priority-two-tone (create-svg-icon (e "path" #js {"d" "M14 5h8v2h-8V5zm0 5.5h8v2h-8v-2zm0 5.5h8v2h-8v-2zM2 11.5C2 15.08 4.92 18 8.5 18H9v2l3-3-3-3v2h-.5C6.02 16 4 13.98 4 11.5S6.02 7 8.5 7H12V5H8.5C4.92 5 2 7.92 2 11.5z"})
"LowPriorityTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/loyalty.cljs
================================================
(ns reagent-mui.icons.loyalty
"Imports @mui/icons-material/Loyalty as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def loyalty (create-svg-icon (e "path" #js {"d" "m21.41 11.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7zm11.77 8.27L13 19.54l-4.27-4.27C8.28 14.81 8 14.19 8 13.5c0-1.38 1.12-2.5 2.5-2.5.69 0 1.32.28 1.77.74l.73.72.73-.73c.45-.45 1.08-.73 1.77-.73 1.38 0 2.5 1.12 2.5 2.5 0 .69-.28 1.32-.73 1.77z"})
"Loyalty"))
================================================
FILE: src/icons/reagent_mui/icons/loyalty_outlined.cljs
================================================
(ns reagent-mui.icons.loyalty-outlined
"Imports @mui/icons-material/LoyaltyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def loyalty-outlined (create-svg-icon [(e "path" #js {"d" "m21.41 11.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58s1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41s-.23-1.06-.59-1.42zM13 20.01 4 11V4h7v-.01l9 9-7 7.02z"}) (e "circle" #js {"cx" "6.5", "cy" "6.5", "r" "1.5"}) (e "path" #js {"d" "M8.9 12.55c0 .57.23 1.07.6 1.45l3.5 3.5 3.5-3.5c.37-.37.6-.89.6-1.45 0-1.13-.92-2.05-2.05-2.05-.57 0-1.08.23-1.45.6l-.6.6-.6-.59c-.37-.38-.89-.61-1.45-.61-1.13 0-2.05.92-2.05 2.05z"})]
"LoyaltyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/loyalty_rounded.cljs
================================================
(ns reagent-mui.icons.loyalty-rounded
"Imports @mui/icons-material/LoyaltyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def loyalty-rounded (create-svg-icon (e "path" #js {"d" "m21.41 11.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58s1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41s-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7zm11.77 8.27-3.92 3.92c-.2.2-.51.2-.71 0l-3.92-3.92c-.57-.58-.87-1.43-.67-2.34.19-.88.89-1.61 1.76-1.84.94-.25 1.85.04 2.44.65l.75.72.73-.73c.45-.45 1.08-.73 1.77-.73 1.38 0 2.5 1.12 2.5 2.5 0 .69-.28 1.32-.73 1.77z"})
"LoyaltyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/loyalty_sharp.cljs
================================================
(ns reagent-mui.icons.loyalty-sharp
"Imports @mui/icons-material/LoyaltySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def loyalty-sharp (create-svg-icon (e "path" #js {"d" "M11.83 2H2v9.83l10.99 11s1.05-1.05 1.41-1.42L22.82 13 11.83 2zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7zM13 19.54l-4.27-4.27C8.28 14.81 8 14.19 8 13.5c0-1.38 1.12-2.5 2.5-2.5.69 0 1.32.28 1.77.74l.73.72.73-.73c.45-.45 1.08-.73 1.77-.73 1.38 0 2.5 1.12 2.5 2.5 0 .69-.28 1.32-.73 1.77L13 19.54z"})
"LoyaltySharp"))
================================================
FILE: src/icons/reagent_mui/icons/loyalty_two_tone.cljs
================================================
(ns reagent-mui.icons.loyalty-two-tone
"Imports @mui/icons-material/LoyaltyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def loyalty-two-tone (create-svg-icon [(e "path" #js {"d" "M11 4H4v7l9 9.01L20 13l-9-9zM6.5 8C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5 8 5.67 8 6.5 7.33 8 6.5 8zm6.5 3.7.6-.6c.37-.37.89-.6 1.45-.6 1.13 0 2.05.92 2.05 2.05 0 .57-.23 1.08-.6 1.45L13 17.5 9.5 14c-.37-.38-.6-.89-.6-1.45 0-1.13.92-2.05 2.05-2.05.57 0 1.08.23 1.45.61l.6.59z", "opacity" ".3"}) (e "path" #js {"d" "m21.41 11.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58s1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41s-.23-1.06-.59-1.42zM13 20.01 4 11V4h7v-.01l9 9-7 7.02z"}) (e "circle" #js {"cx" "6.5", "cy" "6.5", "r" "1.5"}) (e "path" #js {"d" "M8.9 12.55c0 .57.23 1.07.6 1.45l3.5 3.5 3.5-3.5c.37-.37.6-.89.6-1.45 0-1.13-.92-2.05-2.05-2.05-.57 0-1.08.23-1.45.6l-.6.6-.6-.59c-.37-.38-.89-.61-1.45-.61-1.13 0-2.05.92-2.05 2.05z"})]
"LoyaltyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/lte_mobiledata.cljs
================================================
(ns reagent-mui.icons.lte-mobiledata
"Imports @mui/icons-material/LteMobiledata as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lte-mobiledata (create-svg-icon (e "path" #js {"d" "M6 14h3v2H4V8h2v6zm3-4h2v6h2v-6h2V8H9v2zm12 0V8h-5v8h5v-2h-3v-1h3v-2h-3v-1h3z"})
"LteMobiledata"))
================================================
FILE: src/icons/reagent_mui/icons/lte_mobiledata_outlined.cljs
================================================
(ns reagent-mui.icons.lte-mobiledata-outlined
"Imports @mui/icons-material/LteMobiledataOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lte-mobiledata-outlined (create-svg-icon (e "path" #js {"d" "M6 14h3v2H4V8h2v6zm3-4h2v6h2v-6h2V8H9v2zm12 0V8h-5v8h5v-2h-3v-1h3v-2h-3v-1h3z"})
"LteMobiledataOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/lte_mobiledata_rounded.cljs
================================================
(ns reagent-mui.icons.lte-mobiledata-rounded
"Imports @mui/icons-material/LteMobiledataRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lte-mobiledata-rounded (create-svg-icon (e "path" #js {"d" "M6 14h2c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1s1 .45 1 1v5zm4-4h1v5c0 .55.45 1 1 1s1-.45 1-1v-5h1c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1zm11-1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1h-2v-1h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-1h2c.55 0 1-.45 1-1z"})
"LteMobiledataRounded"))
================================================
FILE: src/icons/reagent_mui/icons/lte_mobiledata_sharp.cljs
================================================
(ns reagent-mui.icons.lte-mobiledata-sharp
"Imports @mui/icons-material/LteMobiledataSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lte-mobiledata-sharp (create-svg-icon (e "path" #js {"d" "M6 14h3v2H4V8h2v6zm3-4h2v6h2v-6h2V8H9v2zm12 0V8h-5v8h5v-2h-3v-1h3v-2h-3v-1h3z"})
"LteMobiledataSharp"))
================================================
FILE: src/icons/reagent_mui/icons/lte_mobiledata_two_tone.cljs
================================================
(ns reagent-mui.icons.lte-mobiledata-two-tone
"Imports @mui/icons-material/LteMobiledataTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lte-mobiledata-two-tone (create-svg-icon (e "path" #js {"d" "M6 14h3v2H4V8h2v6zm3-4h2v6h2v-6h2V8H9v2zm12 0V8h-5v8h5v-2h-3v-1h3v-2h-3v-1h3z"})
"LteMobiledataTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/lte_plus_mobiledata.cljs
================================================
(ns reagent-mui.icons.lte-plus-mobiledata
"Imports @mui/icons-material/LtePlusMobiledata as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lte-plus-mobiledata (create-svg-icon (e "path" #js {"d" "M3 14h3v2H1V8h2v6zm2-4h2v6h2v-6h2V8H5v2zm7 6h5v-2h-3v-1h3v-2h-3v-1h3V8h-5v8zm12-5h-2V9h-2v2h-2v2h2v2h2v-2h2v-2z"})
"LtePlusMobiledata"))
================================================
FILE: src/icons/reagent_mui/icons/lte_plus_mobiledata_outlined.cljs
================================================
(ns reagent-mui.icons.lte-plus-mobiledata-outlined
"Imports @mui/icons-material/LtePlusMobiledataOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lte-plus-mobiledata-outlined (create-svg-icon (e "path" #js {"d" "M3 14h3v2H1V8h2v6zm2-4h2v6h2v-6h2V8H5v2zm7 6h5v-2h-3v-1h3v-2h-3v-1h3V8h-5v8zm12-5h-2V9h-2v2h-2v2h2v2h2v-2h2v-2z"})
"LtePlusMobiledataOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/lte_plus_mobiledata_rounded.cljs
================================================
(ns reagent-mui.icons.lte-plus-mobiledata-rounded
"Imports @mui/icons-material/LtePlusMobiledataRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lte-plus-mobiledata-rounded (create-svg-icon (e "path" #js {"d" "M3 14h2c.55 0 1 .45 1 1s-.45 1-1 1H2c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1s1 .45 1 1v5zm3-4h1v5c0 .55.45 1 1 1s1-.45 1-1v-5h1c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1zm7 6h3c.55 0 1-.45 1-1s-.45-1-1-1h-2v-1h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-1h2c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1zm10-5h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1z"})
"LtePlusMobiledataRounded"))
================================================
FILE: src/icons/reagent_mui/icons/lte_plus_mobiledata_sharp.cljs
================================================
(ns reagent-mui.icons.lte-plus-mobiledata-sharp
"Imports @mui/icons-material/LtePlusMobiledataSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lte-plus-mobiledata-sharp (create-svg-icon (e "path" #js {"d" "M3 14h3v2H1V8h2v6zm2-4h2v6h2v-6h2V8H5v2zm7 6h5v-2h-3v-1h3v-2h-3v-1h3V8h-5v8zm12-5h-2V9h-2v2h-2v2h2v2h2v-2h2v-2z"})
"LtePlusMobiledataSharp"))
================================================
FILE: src/icons/reagent_mui/icons/lte_plus_mobiledata_two_tone.cljs
================================================
(ns reagent-mui.icons.lte-plus-mobiledata-two-tone
"Imports @mui/icons-material/LtePlusMobiledataTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lte-plus-mobiledata-two-tone (create-svg-icon (e "path" #js {"d" "M3 14h3v2H1V8h2v6zm2-4h2v6h2v-6h2V8H5v2zm7 6h5v-2h-3v-1h3v-2h-3v-1h3V8h-5v8zm12-5h-2V9h-2v2h-2v2h2v2h2v-2h2v-2z"})
"LtePlusMobiledataTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/luggage.cljs
================================================
(ns reagent-mui.icons.luggage
"Imports @mui/icons-material/Luggage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def luggage (create-svg-icon (e "path" #js {"d" "M17 6h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3H7c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2 0 .55.45 1 1 1s1-.45 1-1h6c0 .55.45 1 1 1s1-.45 1-1c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM9.5 18H8V9h1.5v9zm3.25 0h-1.5V9h1.5v9zm.75-12h-3V3.5h3V6zM16 18h-1.5V9H16v9z"})
"Luggage"))
================================================
FILE: src/icons/reagent_mui/icons/luggage_outlined.cljs
================================================
(ns reagent-mui.icons.luggage-outlined
"Imports @mui/icons-material/LuggageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def luggage-outlined (create-svg-icon (e "path" #js {"d" "M9.5 18H8V9h1.5v9zm3.25 0h-1.5V9h1.5v9zM16 18h-1.5V9H16v9zm1-12h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3H7c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2 0 .55.45 1 1 1s1-.45 1-1h6c0 .55.45 1 1 1s1-.45 1-1c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-6.5-2.5h3V6h-3V3.5zM17 19H7V8h10v11z"})
"LuggageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/luggage_rounded.cljs
================================================
(ns reagent-mui.icons.luggage-rounded
"Imports @mui/icons-material/LuggageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def luggage-rounded (create-svg-icon (e "path" #js {"d" "M17 6h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3H7c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2 0 .55.45 1 1 1s1-.45 1-1h6c0 .55.45 1 1 1s1-.45 1-1c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM8.75 18c-.41 0-.75-.34-.75-.75v-7.5c0-.41.34-.75.75-.75s.75.34.75.75v7.5c0 .41-.34.75-.75.75zM12 18c-.41 0-.75-.34-.75-.75v-7.5c0-.41.34-.75.75-.75s.75.34.75.75v7.5c0 .41-.34.75-.75.75zm1.5-12h-3V3.5h3V6zm1.75 12c-.41 0-.75-.34-.75-.75v-7.5c0-.41.34-.75.75-.75s.75.34.75.75v7.5c0 .41-.34.75-.75.75z"})
"LuggageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/luggage_sharp.cljs
================================================
(ns reagent-mui.icons.luggage-sharp
"Imports @mui/icons-material/LuggageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def luggage-sharp (create-svg-icon (e "path" #js {"d" "M19 6h-4V2H9v4H5v15h2c0 .55.45 1 1 1s1-.45 1-1h6c0 .55.45 1 1 1s1-.45 1-1h2V6zM9.5 18H8V9h1.5v9zm3.25 0h-1.5V9h1.5v9zm.75-12h-3V3.5h3V6zM16 18h-1.5V9H16v9z"})
"LuggageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/luggage_two_tone.cljs
================================================
(ns reagent-mui.icons.luggage-two-tone
"Imports @mui/icons-material/LuggageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def luggage-two-tone (create-svg-icon [(e "path" #js {"d" "M7 8v11h10V8H7zm2.5 10H8V9h1.5v9zm3.25 0h-1.5V9h1.5v9zM16 18h-1.5V9H16v9z", "opacity" ".3"}) (e "path" #js {"d" "M9.5 18H8V9h1.5v9zm3.25 0h-1.5V9h1.5v9zM16 18h-1.5V9H16v9zm1-12h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3H7c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2 0 .55.45 1 1 1s1-.45 1-1h6c0 .55.45 1 1 1s1-.45 1-1c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-6.5-2.5h3V6h-3V3.5zM17 19H7V8h10v11z"})]
"LuggageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/lunch_dining.cljs
================================================
(ns reagent-mui.icons.lunch-dining
"Imports @mui/icons-material/LunchDining as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lunch-dining (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M22 10c.32-3.28-4.28-6-9.99-6S1.7 6.72 2.02 10H22zM5.35 13.5c.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.63 2.17.64v-1.98s-.79-.16-1.16-.38c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36v2c1.11 0 1.73-.37 2.21-.64.37-.23.59-.36 1.14-.36zM2 16v2c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-2H2z"})
"LunchDining"))
================================================
FILE: src/icons/reagent_mui/icons/lunch_dining_outlined.cljs
================================================
(ns reagent-mui.icons.lunch-dining-outlined
"Imports @mui/icons-material/LunchDiningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lunch-dining-outlined (create-svg-icon (e "path" #js {"d" "M2 19c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-3H2v3zm2-1h16v1H4v-1zm14.66-6.5c-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4.98 3.32 1l-.01-1.98c-1.61-.33-1.62-1.02-3.33-1.02zM22 9c.02-4-4.28-6-10-6C6.29 3 2 5 2 9v1h20V9zM4.18 8C5.01 5.81 8.61 5 12 5c3.31 0 5.93.73 7.19 1.99.3.31.52.64.65 1.01H4.18z"})
"LunchDiningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/lunch_dining_rounded.cljs
================================================
(ns reagent-mui.icons.lunch-dining-rounded
"Imports @mui/icons-material/LunchDiningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lunch-dining-rounded (create-svg-icon (e "path" #js {"d" "M3.37 14.28c.79-.29 1.17-.78 1.99-.78 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 .81 0 1.17.46 1.93.76.67.26 1.39-.25 1.39-.96 0-.43-.28-.81-.69-.96-.97-.35-1.22-.83-2.65-.83-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.55 0-1.96.63-2.68.89-.39.14-.65.52-.65.94 0 .69.7 1.18 1.36.94zM2 19c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-1c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v1zM22 9c.02-4-4.28-6-10-6C6.29 3 2 5 2 9c0 .55.45 1 1 1h18c.55 0 1-.45 1-1z"})
"LunchDiningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/lunch_dining_sharp.cljs
================================================
(ns reagent-mui.icons.lunch-dining-sharp
"Imports @mui/icons-material/LunchDiningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lunch-dining-sharp (create-svg-icon (e "path" #js {"d" "M2 16h20v5H2zm16.66-4.5c-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4.98 3.32 1l-.01-1.98c-1.61-.33-1.62-1.02-3.33-1.02zM22 9c.02-4-4.28-6-10-6C6.29 3 2 5 2 9v1h20V9z"})
"LunchDiningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/lunch_dining_two_tone.cljs
================================================
(ns reagent-mui.icons.lunch-dining-two-tone
"Imports @mui/icons-material/LunchDiningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lunch-dining-two-tone (create-svg-icon [(e "path" #js {"fillOpacity" ".3", "d" "M4 18h16v1H4zm8-13c-3.39 0-6.99.81-7.82 3h15.66c-.13-.37-.35-.7-.66-1.01C17.93 5.73 15.31 5 12 5z"}) (e "path" #js {"d" "M2 19c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-3H2v3zm2-1h16v1H4v-1zm14.66-6.5c-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4.98 3.32 1l-.01-1.98c-1.61-.33-1.62-1.02-3.33-1.02zM22 9c.02-4-4.28-6-10-6C6.29 3 2 5 2 9v1h20V9zM4.18 8C5.01 5.81 8.61 5 12 5c3.31 0 5.93.73 7.19 1.99.3.31.52.64.65 1.01H4.18z"})]
"LunchDiningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/lyrics.cljs
================================================
(ns reagent-mui.icons.lyrics
"Imports @mui/icons-material/Lyrics as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lyrics (create-svg-icon [(e "path" #js {"d" "M14 9c0-2.04 1.24-3.79 3-4.57V4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h9c1.1 0 2-.9 2-2v-2.42c-1.76-.78-3-2.53-3-4.58zm-4 5H6v-2h4v2zm3-3H6V9h7v2zm0-3H6V6h7v2z"}) (e "path" #js {"d" "M20 6.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V3h2V1h-4v5.18z"})]
"Lyrics"))
================================================
FILE: src/icons/reagent_mui/icons/lyrics_outlined.cljs
================================================
(ns reagent-mui.icons.lyrics-outlined
"Imports @mui/icons-material/LyricsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lyrics-outlined (create-svg-icon [(e "path" #js {"d" "M6 6h7v2H6zm0 6h4v2H6z"}) (e "path" #js {"d" "M15 11.97V16H6l-2 2V4h11v2.03c.52-.69 1.2-1.25 2-1.6V4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h9c1.1 0 2-.9 2-2v-2.42c-.8-.36-1.48-.92-2-1.61z"}) (e "path" #js {"d" "M6 9h7v2H6zm14-2.82c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V3h2V1h-4v5.18z"})]
"LyricsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/lyrics_rounded.cljs
================================================
(ns reagent-mui.icons.lyrics-rounded
"Imports @mui/icons-material/LyricsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lyrics-rounded (create-svg-icon [(e "path" #js {"d" "M14 9c0-2.04 1.24-3.79 3-4.57V4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h9c1.1 0 2-.9 2-2v-2.42c-1.76-.78-3-2.53-3-4.58zm-4 5H6v-2h4v2zm3-3H6V9h7v2zm0-3H6V6h7v2z"}) (e "path" #js {"d" "M20 6.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V3h2V1h-4v5.18z"})]
"LyricsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/lyrics_sharp.cljs
================================================
(ns reagent-mui.icons.lyrics-sharp
"Imports @mui/icons-material/LyricsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lyrics-sharp (create-svg-icon [(e "path" #js {"d" "M14 9c0-2.04 1.24-3.79 3-4.57V4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h9c1.1 0 2-.9 2-2v-2.42c-1.76-.78-3-2.53-3-4.58zm-4 5H6v-2h4v2zm3-3H6V9h7v2zm0-3H6V6h7v2z"}) (e "path" #js {"d" "M20 6.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V3h2V1h-4v5.18z"})]
"LyricsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/lyrics_two_tone.cljs
================================================
(ns reagent-mui.icons.lyrics-two-tone
"Imports @mui/icons-material/LyricsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def lyrics-two-tone (create-svg-icon [(e "path" #js {"d" "M4 4v14l2-2h9v-4.03c-.62-.83-1-1.85-1-2.97s.38-2.14 1-2.97V4H4zm6 10H6v-2h4v2zm3-3H6V9h7v2zm0-3H6V6h7v2z", "opacity" ".3"}) (e "path" #js {"d" "M6 12h4v2H6zm0-6h7v2H6z"}) (e "path" #js {"d" "M15 11.97V16H6l-2 2V4h11v2.03c.52-.69 1.2-1.25 2-1.6V4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h9c1.1 0 2-.9 2-2v-2.42c-.8-.36-1.48-.92-2-1.61z"}) (e "path" #js {"d" "M6 9h7v2H6zm14-2.82c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V3h2V1h-4v5.18z"})]
"LyricsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/macro_off.cljs
================================================
(ns reagent-mui.icons.macro-off
"Imports @mui/icons-material/MacroOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def macro-off (create-svg-icon [(e "path" #js {"d" "M19.98 17.15C20.63 15.91 21 14.5 21 13c-1.5 0-2.91.37-4.15 1.02l3.13 3.13zM3 13c0 4.97 4.03 9 9 9 0-4.97-4.03-9-9-9zm9-7.5c1.38 0 2.5 1.12 2.5 2.5 0 .99-.58 1.84-1.42 2.25l2.48 2.48c.11.02.23.03.35.03 1.38 0 2.5-1.12 2.5-2.5 0-1-.59-1.85-1.43-2.25.84-.4 1.43-1.25 1.43-2.25 0-1.38-1.12-2.5-2.5-2.5-.53 0-1.01.16-1.42.44l.01-.2C14.5 2.12 13.38 1 12 1S9.5 2.12 9.5 3.5l.02.19c-.4-.28-.89-.44-1.42-.44-.57 0-1.09.2-1.51.52l3.16 3.16c.41-.85 1.26-1.43 2.25-1.43z"}) (e "path" #js {"d" "M2.81 2.81 1.39 4.22l4.64 4.64c-.27.4-.43.87-.43 1.39 0 1.38 1.12 2.5 2.5 2.5.52 0 .99-.16 1.4-.43l.02.02-.02.16c0 1.38 1.12 2.5 2.5 2.5.05 0 .1-.01.16-.02l1.64 1.64C12.67 18.12 12 19.98 12 22c2.02 0 3.88-.67 5.38-1.8l2.4 2.4 1.41-1.41L2.81 2.81z"})]
"MacroOff"))
================================================
FILE: src/icons/reagent_mui/icons/macro_off_outlined.cljs
================================================
(ns reagent-mui.icons.macro-off-outlined
"Imports @mui/icons-material/MacroOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def macro-off-outlined (create-svg-icon [(e "path" #js {"d" "M8.66 4.93c.24 0 .46.07.64.2l.81.56c-.29.24-.54.54-.72.87l1.66 1.66C11.03 8.14 11 8.08 11 8c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1c-.08 0-.14-.03-.22-.04l4.06 4.06c1.49-.24 2.63-1.53 2.63-3.09 0-.71-.25-1.39-.67-1.93.43-.54.67-1.22.67-1.93 0-1.73-1.41-3.14-3.14-3.14-.15 0-.29.01-.43.03C14.44 1.81 13.31 1 12 1s-2.44.81-2.91 1.96c-.14-.02-.29-.03-.43-.03-.8 0-1.53.31-2.09.81l1.42 1.42c.2-.13.42-.23.67-.23zm6.68 6.14c-.24 0-.46-.07-.64-.2l-.81-.57c.55-.45.94-1.09 1.06-1.83l.88.42c.4.19.66.59.66 1.03 0 .64-.52 1.15-1.15 1.15zm-.65-5.94c.2-.13.42-.2.65-.2.63 0 1.14.51 1.14 1.14 0 .44-.25.83-.66 1.03l-.88.42c-.12-.74-.51-1.38-1.07-1.83l.82-.56zM12 3c.62 0 1.12.49 1.14 1.1l-.11 1.09C12.71 5.07 12.36 5 12 5s-.7.07-1.02.19l-.12-1.09c.02-.61.52-1.1 1.14-1.1zm7.98 14.15C20.63 15.91 21 14.5 21 13c-1.5 0-2.91.37-4.15 1.02l3.13 3.13zM3 13c0 4.97 4.03 9 9 9 0-4.97-4.03-9-9-9zm2.44 2.44c1.9.71 3.42 2.22 4.12 4.12-1.9-.71-3.41-2.22-4.12-4.12z"}) (e "path" #js {"d" "M2.81 2.81 1.39 4.22l4.42 4.42c-.19.4-.3.84-.3 1.29 0 1.73 1.41 3.14 3.15 3.14.15 0 .29-.01.43-.03C9.56 14.19 10.69 15 12 15c.05 0 .11-.01.16-.01l1.64 1.64C12.67 18.12 12 19.98 12 22c2.02 0 3.88-.67 5.38-1.8l2.4 2.4 1.41-1.41L2.81 2.81zm11.63 16.75c.2-.54.47-1.04.79-1.5l.72.72c-.47.31-.97.58-1.51.78z"})]
"MacroOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/macro_off_rounded.cljs
================================================
(ns reagent-mui.icons.macro-off-rounded
"Imports @mui/icons-material/MacroOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def macro-off-rounded (create-svg-icon [(e "path" #js {"d" "M4.2 13.08c-.64-.09-1.21.48-1.12 1.12C3.67 18.6 7.44 22 12 22c0-4.56-3.4-8.33-7.8-8.92zM12 5.5c1.38 0 2.5 1.12 2.5 2.5 0 .99-.58 1.84-1.42 2.25l2.48 2.48c.11.02.23.03.35.03 1.38 0 2.5-1.12 2.5-2.5 0-1-.59-1.85-1.43-2.25.84-.4 1.43-1.25 1.43-2.25 0-1.38-1.12-2.5-2.5-2.5-.53 0-1.01.16-1.42.44l.01-.2C14.5 2.12 13.38 1 12 1S9.5 2.12 9.5 3.5l.02.19c-.4-.28-.89-.44-1.42-.44-.57 0-1.09.2-1.51.52l3.16 3.16c.41-.85 1.26-1.43 2.25-1.43zm7.98 11.65c.47-.91.8-1.9.94-2.95.09-.64-.48-1.21-1.12-1.12-1.05.14-2.05.47-2.95.94l3.13 3.13z"}) (e "path" #js {"d" "M2.1 3.51c-.39.39-.39 1.02 0 1.41l3.93 3.93c-.35.52-.53 1.17-.38 1.89.22 1.13 1.26 1.98 2.41 2 .54.01 1.02-.15 1.44-.43l.02.02-.02.17c0 1.38 1.12 2.5 2.5 2.5.05 0 .1-.01.16-.02l1.64 1.64C12.67 18.12 12 19.98 12 22c2.02 0 3.88-.67 5.38-1.79l1.69 1.69c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0z"})]
"MacroOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/macro_off_sharp.cljs
================================================
(ns reagent-mui.icons.macro-off-sharp
"Imports @mui/icons-material/MacroOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def macro-off-sharp (create-svg-icon [(e "path" #js {"d" "M19.98 17.15C20.63 15.91 21 14.5 21 13c-1.5 0-2.91.37-4.15 1.02l3.13 3.13zM3 13c0 4.97 4.03 9 9 9 0-4.97-4.03-9-9-9zm9-7.5c1.38 0 2.5 1.12 2.5 2.5 0 .99-.58 1.84-1.42 2.25l2.48 2.48c.11.02.23.03.35.03 1.38 0 2.5-1.12 2.5-2.5 0-1-.59-1.85-1.43-2.25.84-.4 1.43-1.25 1.43-2.25 0-1.38-1.12-2.5-2.5-2.5-.53 0-1.01.16-1.42.44l.01-.2C14.5 2.12 13.38 1 12 1S9.5 2.12 9.5 3.5l.02.19c-.4-.28-.89-.44-1.42-.44-.57 0-1.09.2-1.51.52l3.16 3.16c.41-.85 1.26-1.43 2.25-1.43z"}) (e "path" #js {"d" "M2.81 2.81 1.39 4.22l4.64 4.64c-.27.4-.43.87-.43 1.39 0 1.38 1.12 2.5 2.5 2.5.52 0 .99-.16 1.4-.43l.02.02-.02.16c0 1.38 1.12 2.5 2.5 2.5.05 0 .1-.01.16-.02l1.64 1.64C12.67 18.12 12 19.98 12 22c2.02 0 3.88-.67 5.38-1.8l2.4 2.4 1.41-1.41L2.81 2.81z"})]
"MacroOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/macro_off_two_tone.cljs
================================================
(ns reagent-mui.icons.macro-off-two-tone
"Imports @mui/icons-material/MacroOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def macro-off-two-tone (create-svg-icon [(e "path" #js {"d" "m10.11 5.69-.81-.56c-.18-.13-.41-.2-.64-.2-.25 0-.47.1-.66.24l1.39 1.39c.18-.33.43-.63.72-.87zm5.72 3.21-.88-.42c-.12.73-.51 1.36-1.05 1.82l.8.57c.18.13.4.2.64.2.47 0 .87-.28 1.05-.69.06-.14.09-.28.09-.44.01-.45-.25-.84-.65-1.04zm-1.94-3.22c.55.46.94 1.1 1.06 1.84l.87-.42c.41-.2.66-.59.66-1.03 0-.63-.51-1.14-1.14-1.14-.24 0-.46.07-.64.2l-.81.55zM12 5c.36 0 .71.07 1.03.19l.11-1.09C13.12 3.49 12.62 3 12 3s-1.12.49-1.14 1.1l.12 1.09C11.3 5.07 11.64 5 12 5zm3.94 13.77-.71-.71c-.32.47-.59.97-.79 1.5.54-.2 1.04-.47 1.5-.79zm-10.5-3.33c.71 1.9 2.22 3.41 4.12 4.12-.71-1.9-2.22-3.41-4.12-4.12z", "opacity" ".3"}) (e "path" #js {"d" "M8.66 4.93c.24 0 .46.07.64.2l.81.56c-.29.24-.54.54-.72.87l1.66 1.66C11.03 8.14 11 8.08 11 8c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1c-.08 0-.14-.03-.22-.04l4.06 4.06c1.49-.24 2.63-1.53 2.63-3.09 0-.71-.25-1.39-.67-1.93.43-.54.67-1.22.67-1.93 0-1.73-1.41-3.14-3.14-3.14-.15 0-.29.01-.43.03C14.44 1.81 13.31 1 12 1s-2.44.81-2.91 1.96c-.14-.02-.29-.03-.43-.03-.8 0-1.53.31-2.09.81l1.42 1.42c.2-.13.42-.23.67-.23zm7.73 5.45c-.18.41-.58.69-1.05.69-.24 0-.46-.07-.64-.2l-.8-.57h-.01c.55-.45.94-1.09 1.06-1.83l.88.42c.4.19.66.59.66 1.03 0 .17-.04.32-.1.46zm-1.7-5.25c.2-.13.42-.2.65-.2.63 0 1.14.51 1.14 1.14 0 .44-.25.83-.66 1.03l-.87.42h-.01c-.12-.74-.51-1.38-1.07-1.83l.82-.56zM12 3c.62 0 1.12.49 1.14 1.1l-.11 1.09C12.71 5.07 12.36 5 12 5s-.7.07-1.02.19l-.12-1.09c.02-.61.52-1.1 1.14-1.1zm7.98 14.15C20.63 15.91 21 14.5 21 13c-1.5 0-2.91.37-4.15 1.02l1.51 1.51M3 13c0 4.97 4.03 9 9 9 0-4.97-4.03-9-9-9zm2.44 2.44c1.9.71 3.42 2.22 4.12 4.12-1.9-.71-3.41-2.22-4.12-4.12z"}) (e "path" #js {"d" "M2.81 2.81 1.39 4.22l4.42 4.42c-.19.4-.3.84-.3 1.29 0 1.73 1.41 3.14 3.15 3.14.15 0 .29-.01.43-.03C9.56 14.19 10.69 15 12 15c.05 0 .11-.01.16-.01l1.64 1.64C12.67 18.12 12 19.98 12 22c2.02 0 3.88-.67 5.38-1.8l2.4 2.4 1.41-1.41L2.81 2.81zm11.63 16.75c.2-.54.47-1.04.79-1.5l.71.71c-.46.32-.96.59-1.5.79z"})]
"MacroOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mail.cljs
================================================
(ns reagent-mui.icons.mail
"Imports @mui/icons-material/Mail as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mail (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z"})
"Mail"))
================================================
FILE: src/icons/reagent_mui/icons/mail_lock.cljs
================================================
(ns reagent-mui.icons.mail-lock
"Imports @mui/icons-material/MailLock as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mail-lock (create-svg-icon [(e "path" #js {"d" "M22 9.97V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h12v-5.03c0-2.76 2.24-5 5-5h1zM20 8l-8 5-8-5V6l8 5 8-5v2z"}) (e "path" #js {"d" "M23 15v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})]
"MailLock"))
================================================
FILE: src/icons/reagent_mui/icons/mail_lock_outlined.cljs
================================================
(ns reagent-mui.icons.mail-lock-outlined
"Imports @mui/icons-material/MailLockOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mail-lock-outlined (create-svg-icon [(e "path" #js {"d" "m4 8 8 5 8-5v2h2V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h12v-2H4V8zm16-2-8 5-8-5h16z"}) (e "path" #js {"d" "M23 15v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-3 0v-1c0-.55.45-1 1-1s1 .45 1 1v1h-2z"})]
"MailLockOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mail_lock_rounded.cljs
================================================
(ns reagent-mui.icons.mail-lock-rounded
"Imports @mui/icons-material/MailLockRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mail-lock-rounded (create-svg-icon [(e "path" #js {"d" "M22 9.97V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h12v-5.03c0-2.76 2.24-5 5-5h1zm-2.4-1.72-6.54 4.09c-.65.41-1.47.41-2.12 0L4.4 8.25c-.25-.16-.4-.43-.4-.72 0-.67.73-1.07 1.3-.72L12 11l6.7-4.19c.57-.35 1.3.05 1.3.72 0 .29-.15.56-.4.72z"}) (e "path" #js {"d" "M23 15v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})]
"MailLockRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mail_lock_sharp.cljs
================================================
(ns reagent-mui.icons.mail-lock-sharp
"Imports @mui/icons-material/MailLockSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mail-lock-sharp (create-svg-icon [(e "path" #js {"d" "M22 9.97V4H2.01L2 20h14v-5.03c0-2.76 2.24-5 5-5h1zM20 8l-8 5-8-5V6l8 5 8-5v2z"}) (e "path" #js {"d" "M23 15v-.89c0-1-.68-1.92-1.66-2.08-1.26-.21-2.34.76-2.34 1.97v1h-1v5h6v-5h-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})]
"MailLockSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mail_lock_two_tone.cljs
================================================
(ns reagent-mui.icons.mail-lock-two-tone
"Imports @mui/icons-material/MailLockTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mail-lock-two-tone (create-svg-icon [(e "path" #js {"d" "M20 6H4l8 5z", "opacity" ".3"}) (e "path" #js {"d" "M12 13 4 8v10h12v-3.03c0-2.42 1.72-4.44 4-4.9V8l-8 5z", "opacity" ".3"}) (e "path" #js {"d" "M4 18V8l8 5 8-5v2.08c.32-.07.66-.1 1-.1h1V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h12v-2H4zM20 6l-8 5-8-5h16z"}) (e "path" #js {"d" "M23 15v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-3 0v-1c0-.55.45-1 1-1s1 .45 1 1v1h-2z"})]
"MailLockTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mail_outline.cljs
================================================
(ns reagent-mui.icons.mail-outline
"Imports @mui/icons-material/MailOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mail-outline (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"})
"MailOutline"))
================================================
FILE: src/icons/reagent_mui/icons/mail_outline_outlined.cljs
================================================
(ns reagent-mui.icons.mail-outline-outlined
"Imports @mui/icons-material/MailOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mail-outline-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"})
"MailOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mail_outline_rounded.cljs
================================================
(ns reagent-mui.icons.mail-outline-rounded
"Imports @mui/icons-material/MailOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mail-outline-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-1 14H5c-.55 0-1-.45-1-1V8l6.94 4.34c.65.41 1.47.41 2.12 0L20 8v9c0 .55-.45 1-1 1zm-7-7L4 6h16l-8 5z"})
"MailOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mail_outline_sharp.cljs
================================================
(ns reagent-mui.icons.mail-outline-sharp
"Imports @mui/icons-material/MailOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mail-outline-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2.01L2 20h20V4zm-2 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"})
"MailOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mail_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.mail-outline-two-tone
"Imports @mui/icons-material/MailOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mail-outline-two-tone (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"})
"MailOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mail_outlined.cljs
================================================
(ns reagent-mui.icons.mail-outlined
"Imports @mui/icons-material/MailOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mail-outlined (create-svg-icon (e "path" #js {"d" "M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6zm-2 0-8 4.99L4 6h16zm0 12H4V8l8 5 8-5v10z"})
"MailOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mail_rounded.cljs
================================================
(ns reagent-mui.icons.mail-rounded
"Imports @mui/icons-material/MailRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mail-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-.4 4.25-6.54 4.09c-.65.41-1.47.41-2.12 0L4.4 8.25c-.25-.16-.4-.43-.4-.72 0-.67.73-1.07 1.3-.72L12 11l6.7-4.19c.57-.35 1.3.05 1.3.72 0 .29-.15.56-.4.72z"})
"MailRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mail_sharp.cljs
================================================
(ns reagent-mui.icons.mail-sharp
"Imports @mui/icons-material/MailSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mail-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zm-2 4-8 5-8-5V6l8 5 8-5v2z"})
"MailSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mail_two_tone.cljs
================================================
(ns reagent-mui.icons.mail-two-tone
"Imports @mui/icons-material/MailTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mail-two-tone (create-svg-icon [(e "path" #js {"d" "M20 6H4l8 4.99zM4 8v10h16V8l-8 5z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 2-8 4.99L4 6h16zm0 12H4V8l8 5 8-5v10z"})]
"MailTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/male.cljs
================================================
(ns reagent-mui.icons.male
"Imports @mui/icons-material/Male as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def male (create-svg-icon (e "path" #js {"d" "M9.5 11c1.93 0 3.5 1.57 3.5 3.5S11.43 18 9.5 18 6 16.43 6 14.5 7.57 11 9.5 11zm0-2C6.46 9 4 11.46 4 14.5S6.46 20 9.5 20s5.5-2.46 5.5-5.5c0-1.16-.36-2.23-.97-3.12L18 7.42V10h2V4h-6v2h2.58l-3.97 3.97C11.73 9.36 10.66 9 9.5 9z"})
"Male"))
================================================
FILE: src/icons/reagent_mui/icons/male_outlined.cljs
================================================
(ns reagent-mui.icons.male-outlined
"Imports @mui/icons-material/MaleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def male-outlined (create-svg-icon (e "path" #js {"d" "M9.5 11c1.93 0 3.5 1.57 3.5 3.5S11.43 18 9.5 18 6 16.43 6 14.5 7.57 11 9.5 11zm0-2C6.46 9 4 11.46 4 14.5S6.46 20 9.5 20s5.5-2.46 5.5-5.5c0-1.16-.36-2.23-.97-3.12L18 7.42V10h2V4h-6v2h2.58l-3.97 3.97C11.73 9.36 10.66 9 9.5 9z"})
"MaleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/male_rounded.cljs
================================================
(ns reagent-mui.icons.male-rounded
"Imports @mui/icons-material/MaleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def male-rounded (create-svg-icon (e "path" #js {"d" "M19 4h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.58l-3.97 3.97C11.73 9.36 10.66 9 9.5 9 6.46 9 4 11.46 4 14.5S6.46 20 9.5 20s5.5-2.46 5.5-5.5c0-1.16-.36-2.23-.97-3.12L18 7.42V9c0 .55.45 1 1 1s1-.45 1-1V5c0-.55-.45-1-1-1zM9.5 18C7.57 18 6 16.43 6 14.5S7.57 11 9.5 11s3.5 1.57 3.5 3.5S11.43 18 9.5 18z"})
"MaleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/male_sharp.cljs
================================================
(ns reagent-mui.icons.male-sharp
"Imports @mui/icons-material/MaleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def male-sharp (create-svg-icon (e "path" #js {"d" "M9.5 11c1.93 0 3.5 1.57 3.5 3.5S11.43 18 9.5 18 6 16.43 6 14.5 7.57 11 9.5 11zm0-2C6.46 9 4 11.46 4 14.5S6.46 20 9.5 20s5.5-2.46 5.5-5.5c0-1.16-.36-2.23-.97-3.12L18 7.42V10h2V4h-6v2h2.58l-3.97 3.97C11.73 9.36 10.66 9 9.5 9z"})
"MaleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/male_two_tone.cljs
================================================
(ns reagent-mui.icons.male-two-tone
"Imports @mui/icons-material/MaleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def male-two-tone (create-svg-icon (e "path" #js {"d" "M9.5 11c1.93 0 3.5 1.57 3.5 3.5S11.43 18 9.5 18 6 16.43 6 14.5 7.57 11 9.5 11zm0-2C6.46 9 4 11.46 4 14.5S6.46 20 9.5 20s5.5-2.46 5.5-5.5c0-1.16-.36-2.23-.97-3.12L18 7.42V10h2V4h-6v2h2.58l-3.97 3.97C11.73 9.36 10.66 9 9.5 9z"})
"MaleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/man.cljs
================================================
(ns reagent-mui.icons.man
"Imports @mui/icons-material/Man as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man (create-svg-icon [(e "path" #js {"d" "M14 7h-4c-1.1 0-2 .9-2 2v6h2v7h4v-7h2V9c0-1.1-.9-2-2-2z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Man"))
================================================
FILE: src/icons/reagent_mui/icons/man_2.cljs
================================================
(ns reagent-mui.icons.man-2
"Imports @mui/icons-material/Man2 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-2 (create-svg-icon [(e "path" #js {"d" "M14 7h-4c-1.1 0-2 .9-2 2v6h2.5v7h3v-7H16V9c0-1.1-.9-2-2-2z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Man2"))
================================================
FILE: src/icons/reagent_mui/icons/man_2_outlined.cljs
================================================
(ns reagent-mui.icons.man-2-outlined
"Imports @mui/icons-material/Man2Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-2-outlined (create-svg-icon [(e "path" #js {"d" "M14 7h-4c-1.1 0-2 .9-2 2v6h2.5v7h3v-7H16V9c0-1.1-.9-2-2-2z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Man2Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/man_2_rounded.cljs
================================================
(ns reagent-mui.icons.man-2-rounded
"Imports @mui/icons-material/Man2Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-2-rounded (create-svg-icon [(e "path" #js {"d" "M14 7h-4c-1.1 0-2 .9-2 2v5c0 .55.45 1 1 1h1.5v5.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V15H15c.55 0 1-.45 1-1V9c0-1.1-.9-2-2-2z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Man2Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/man_2_sharp.cljs
================================================
(ns reagent-mui.icons.man-2-sharp
"Imports @mui/icons-material/Man2Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-2-sharp (create-svg-icon [(e "path" #js {"d" "M16 7H8v8h2.5v7h3v-7H16z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Man2Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/man_2_two_tone.cljs
================================================
(ns reagent-mui.icons.man-2-two-tone
"Imports @mui/icons-material/Man2TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-2-two-tone (create-svg-icon [(e "path" #js {"d" "M14 7h-4c-1.1 0-2 .9-2 2v6h2.5v7h3v-7H16V9c0-1.1-.9-2-2-2z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Man2TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/man_3.cljs
================================================
(ns reagent-mui.icons.man-3
"Imports @mui/icons-material/Man3 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-3 (create-svg-icon (e "path" #js {"d" "M14 7h-4c-1.1 0-2 .9-2 2v6h2v7h4v-7h2V9c0-1.1-.9-2-2-2zm-2.0001-5.2487L14.2485 4l-2.2486 2.2486L9.7513 4z"})
"Man3"))
================================================
FILE: src/icons/reagent_mui/icons/man_3_outlined.cljs
================================================
(ns reagent-mui.icons.man-3-outlined
"Imports @mui/icons-material/Man3Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-3-outlined (create-svg-icon (e "path" #js {"d" "M14 7h-4c-1.1 0-2 .9-2 2v6h2v7h4v-7h2V9c0-1.1-.9-2-2-2zm-2.0001-5.2487L14.2485 4l-2.2486 2.2486L9.7513 4z"})
"Man3Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/man_3_rounded.cljs
================================================
(ns reagent-mui.icons.man-3-rounded
"Imports @mui/icons-material/Man3Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-3-rounded (create-svg-icon (e "path" #js {"d" "M14 7h-4c-1.1 0-2 .9-2 2v5c0 .55.45 1 1 1h1v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6h1c.55 0 1-.45 1-1V9c0-1.1-.9-2-2-2zm-2.35-1.1L10.1 4.35c-.2-.2-.2-.51 0-.71l1.54-1.54c.2-.2.51-.2.71 0l1.54 1.54c.2.2.2.51 0 .71L12.35 5.9c-.19.19-.51.19-.7 0z"})
"Man3Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/man_3_sharp.cljs
================================================
(ns reagent-mui.icons.man-3-sharp
"Imports @mui/icons-material/Man3Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-3-sharp (create-svg-icon (e "path" #js {"d" "M16 7H8v8h2v7h4v-7h2zm-4.0001-5.2487L14.2485 4l-2.2486 2.2486L9.7513 4z"})
"Man3Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/man_3_two_tone.cljs
================================================
(ns reagent-mui.icons.man-3-two-tone
"Imports @mui/icons-material/Man3TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-3-two-tone (create-svg-icon (e "path" #js {"d" "M14 7h-4c-1.1 0-2 .9-2 2v6h2v7h4v-7h2V9c0-1.1-.9-2-2-2zm-2.0001-5.2487L14.2485 4l-2.2486 2.2486L9.7513 4z"})
"Man3TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/man_4.cljs
================================================
(ns reagent-mui.icons.man-4
"Imports @mui/icons-material/Man4 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-4 (create-svg-icon [(e "path" #js {"d" "M13.75 7h-3.5C9.04 7 8.11 8.07 8.27 9.26L10 22h4l1.73-12.74C15.89 8.07 14.96 7 13.75 7z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Man4"))
================================================
FILE: src/icons/reagent_mui/icons/man_4_outlined.cljs
================================================
(ns reagent-mui.icons.man-4-outlined
"Imports @mui/icons-material/Man4Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-4-outlined (create-svg-icon [(e "path" #js {"d" "M13.75 7h-3.5C9.04 7 8.11 8.07 8.27 9.26L10 22h4l1.73-12.74C15.89 8.07 14.96 7 13.75 7z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Man4Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/man_4_rounded.cljs
================================================
(ns reagent-mui.icons.man-4-rounded
"Imports @mui/icons-material/Man4Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-4-rounded (create-svg-icon [(e "path" #js {"d" "M13.75 7h-3.5C9.04 7 8.11 8.07 8.27 9.26L9.82 20.7c.1.74.74 1.3 1.49 1.3h1.38c.75 0 1.39-.55 1.49-1.3l1.56-11.44C15.89 8.07 14.96 7 13.75 7z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Man4Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/man_4_sharp.cljs
================================================
(ns reagent-mui.icons.man-4-sharp
"Imports @mui/icons-material/Man4Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-4-sharp (create-svg-icon [(e "path" #js {"d" "M7.96 7 10 22h4l2.04-15z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Man4Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/man_4_two_tone.cljs
================================================
(ns reagent-mui.icons.man-4-two-tone
"Imports @mui/icons-material/Man4TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-4-two-tone (create-svg-icon [(e "path" #js {"d" "M13.75 7h-3.5C9.04 7 8.11 8.07 8.27 9.26L10 22h4l1.73-12.74C15.89 8.07 14.96 7 13.75 7z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Man4TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/man_outlined.cljs
================================================
(ns reagent-mui.icons.man-outlined
"Imports @mui/icons-material/ManOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-outlined (create-svg-icon [(e "path" #js {"d" "M14 7h-4c-1.1 0-2 .9-2 2v6h2v7h4v-7h2V9c0-1.1-.9-2-2-2z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"ManOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/man_rounded.cljs
================================================
(ns reagent-mui.icons.man-rounded
"Imports @mui/icons-material/ManRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-rounded (create-svg-icon [(e "path" #js {"d" "M14 7h-4c-1.1 0-2 .9-2 2v5c0 .55.45 1 1 1h1v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6h1c.55 0 1-.45 1-1V9c0-1.1-.9-2-2-2z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"ManRounded"))
================================================
FILE: src/icons/reagent_mui/icons/man_sharp.cljs
================================================
(ns reagent-mui.icons.man-sharp
"Imports @mui/icons-material/ManSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-sharp (create-svg-icon [(e "path" #js {"d" "M16 7H8v8h2v7h4v-7h2z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"ManSharp"))
================================================
FILE: src/icons/reagent_mui/icons/man_two_tone.cljs
================================================
(ns reagent-mui.icons.man-two-tone
"Imports @mui/icons-material/ManTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def man-two-tone (create-svg-icon [(e "path" #js {"d" "M14 7h-4c-1.1 0-2 .9-2 2v6h2v7h4v-7h2V9c0-1.1-.9-2-2-2z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"ManTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/manage_accounts.cljs
================================================
(ns reagent-mui.icons.manage-accounts
"Imports @mui/icons-material/ManageAccounts as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def manage-accounts (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "8", "r" "4"}) (e "path" #js {"d" "M10.67 13.02c-.22-.01-.44-.02-.67-.02-2.42 0-4.68.67-6.61 1.82-.88.52-1.39 1.5-1.39 2.53V20h9.26c-.79-1.13-1.26-2.51-1.26-4 0-1.07.25-2.07.67-2.98zM20.75 16c0-.22-.03-.42-.06-.63l1.14-1.01-1-1.73-1.45.49c-.32-.27-.68-.48-1.08-.63L18 11h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1.01c-.03.21-.06.41-.06.63s.03.42.06.63l-1.14 1.01 1 1.73 1.45-.49c.32.27.68.48 1.08.63L16 21h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1.01c.03-.21.06-.41.06-.63zM17 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"ManageAccounts"))
================================================
FILE: src/icons/reagent_mui/icons/manage_accounts_outlined.cljs
================================================
(ns reagent-mui.icons.manage-accounts-outlined
"Imports @mui/icons-material/ManageAccountsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def manage-accounts-outlined (create-svg-icon (e "path" #js {"d" "M4 18v-.65c0-.34.16-.66.41-.81C6.1 15.53 8.03 15 10 15c.03 0 .05 0 .08.01.1-.7.3-1.37.59-1.98-.22-.02-.44-.03-.67-.03-2.42 0-4.68.67-6.61 1.82-.88.52-1.39 1.5-1.39 2.53V20h9.26c-.42-.6-.75-1.28-.97-2H4zm6-6c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm10.75 10c0-.22-.03-.42-.06-.63l1.14-1.01-1-1.73-1.45.49c-.32-.27-.68-.48-1.08-.63L18 11h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1.01c-.03.21-.06.41-.06.63s.03.42.06.63l-1.14 1.01 1 1.73 1.45-.49c.32.27.68.48 1.08.63L16 21h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1.01c.03-.21.06-.41.06-.63zM17 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"ManageAccountsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/manage_accounts_rounded.cljs
================================================
(ns reagent-mui.icons.manage-accounts-rounded
"Imports @mui/icons-material/ManageAccountsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def manage-accounts-rounded (create-svg-icon [(e "path" #js {"d" "M10.67 13.02c-.22-.01-.44-.02-.67-.02-2.42 0-4.68.67-6.61 1.82-.88.52-1.39 1.5-1.39 2.53V19c0 .55.45 1 1 1h8.26c-.79-1.13-1.26-2.51-1.26-4 0-1.07.25-2.07.67-2.98z"}) (e "circle" #js {"cx" "10", "cy" "8", "r" "4"}) (e "path" #js {"d" "M20.75 16c0-.22-.03-.42-.06-.63l.84-.73c.18-.16.22-.42.1-.63l-.59-1.02c-.12-.21-.37-.3-.59-.22l-1.06.36c-.32-.27-.68-.48-1.08-.63l-.22-1.09c-.05-.23-.25-.4-.49-.4h-1.18c-.24 0-.44.17-.49.4l-.22 1.09c-.4.15-.76.36-1.08.63l-1.06-.36c-.23-.08-.47.02-.59.22l-.59 1.02c-.12.21-.08.47.1.63l.84.73c-.03.21-.06.41-.06.63s.03.42.06.63l-.84.73c-.18.16-.22.42-.1.63l.59 1.02c.12.21.37.3.59.22l1.06-.36c.32.27.68.48 1.08.63l.22 1.09c.05.23.25.4.49.4h1.18c.24 0 .44-.17.49-.4l.22-1.09c.4-.15.76-.36 1.08-.63l1.06.36c.23.08.47-.02.59-.22l.59-1.02c.12-.21.08-.47-.1-.63l-.84-.73c.03-.21.06-.41.06-.63zM17 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"ManageAccountsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/manage_accounts_sharp.cljs
================================================
(ns reagent-mui.icons.manage-accounts-sharp
"Imports @mui/icons-material/ManageAccountsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def manage-accounts-sharp (create-svg-icon [(e "path" #js {"d" "M10.67 13.02c-.22-.01-.44-.02-.67-.02-2.42 0-4.68.67-6.61 1.82-.88.52-1.39 1.5-1.39 2.53V20h9.26c-.79-1.13-1.26-2.51-1.26-4 0-1.07.25-2.07.67-2.98z"}) (e "circle" #js {"cx" "10", "cy" "8", "r" "4"}) (e "path" #js {"d" "M20.75 16c0-.22-.03-.42-.06-.63l1.14-1.01-1-1.73-1.45.49c-.32-.27-.68-.48-1.08-.63L18 11h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1.01c-.03.21-.06.41-.06.63s.03.42.06.63l-1.14 1.01 1 1.73 1.45-.49c.32.27.68.48 1.08.63L16 21h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1.01c.03-.21.06-.41.06-.63zM17 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"ManageAccountsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/manage_accounts_two_tone.cljs
================================================
(ns reagent-mui.icons.manage-accounts-two-tone
"Imports @mui/icons-material/ManageAccountsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def manage-accounts-two-tone (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "8", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M10 16c0-.34.03-.67.08-.99-.03-.01-.05-.01-.08-.01-1.97 0-3.9.53-5.59 1.54-.25.14-.41.46-.41.81V18h6.29c-.19-.63-.29-1.3-.29-2z", "opacity" ".3"}) (e "path" #js {"d" "M4 18v-.65c0-.34.16-.66.41-.81C6.1 15.53 8.03 15 10 15c.03 0 .05 0 .08.01.1-.7.3-1.37.59-1.98-.22-.02-.44-.03-.67-.03-2.42 0-4.68.67-6.61 1.82-.88.52-1.39 1.5-1.39 2.53V20h9.26c-.42-.6-.75-1.28-.97-2H4zm6-6c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm10.83 6.63-1.45.49c-.32-.27-.68-.48-1.08-.63L18 11h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1c-.03.21-.06.41-.06.63s.03.42.06.63l-1.14 1 1 1.73 1.45-.49c.32.27.68.48 1.08.63L16 21h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1c.03-.21.06-.41.06-.63s-.03-.42-.06-.63l1.14-1-1-1.75zM17 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"ManageAccountsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/manage_history.cljs
================================================
(ns reagent-mui.icons.manage-history
"Imports @mui/icons-material/ManageHistory as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def manage-history (create-svg-icon (e "path" #js {"d" "m22.69 18.37 1.14-1-1-1.73-1.45.49c-.32-.27-.68-.48-1.08-.63L20 14h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1c-.08.5-.08.76 0 1.26l-1.14 1 1 1.73 1.45-.49c.32.27.68.48 1.08.63L18 24h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1c.08-.51.08-.77 0-1.27zM19 21c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM11 7v5.41l2.36 2.36 1.04-1.79-1.4-1.39V7h-2zm10 5c0-4.97-4.03-9-9-9-2.83 0-5.35 1.32-7 3.36V4H3v6h6V8H6.26C7.53 6.19 9.63 5 12 5c3.86 0 7 3.14 7 7h2zm-10.14 6.91c-2.99-.49-5.35-2.9-5.78-5.91H3.06c.5 4.5 4.31 8 8.94 8h.07l-1.21-2.09z"})
"ManageHistory"))
================================================
FILE: src/icons/reagent_mui/icons/manage_history_outlined.cljs
================================================
(ns reagent-mui.icons.manage-history-outlined
"Imports @mui/icons-material/ManageHistoryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def manage-history-outlined (create-svg-icon (e "path" #js {"d" "m22.69 18.37 1.14-1-1-1.73-1.45.49c-.32-.27-.68-.48-1.08-.63L20 14h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1c-.08.5-.08.76 0 1.26l-1.14 1 1 1.73 1.45-.49c.32.27.68.48 1.08.63L18 24h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1c.08-.51.08-.77 0-1.27zM19 21c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM11 7v5.41l2.36 2.36 1.04-1.79-1.4-1.39V7h-2zm10 5c0-4.97-4.03-9-9-9-2.83 0-5.35 1.32-7 3.36V4H3v6h6V8H6.26C7.53 6.19 9.63 5 12 5c3.86 0 7 3.14 7 7h2zm-10.14 6.91c-2.99-.49-5.35-2.9-5.78-5.91H3.06c.5 4.5 4.31 8 8.94 8h.07l-1.21-2.09z"})
"ManageHistoryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/manage_history_rounded.cljs
================================================
(ns reagent-mui.icons.manage-history-rounded
"Imports @mui/icons-material/ManageHistoryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def manage-history-rounded (create-svg-icon (e "path" #js {"d" "M22.75 19c0-.22-.03-.42-.06-.63l.84-.73c.18-.16.22-.42.1-.63l-.59-1.02c-.12-.21-.37-.3-.59-.22l-1.06.36c-.32-.27-.68-.48-1.08-.63l-.22-1.09c-.05-.23-.25-.4-.49-.4h-1.18c-.24 0-.44.17-.49.4l-.22 1.09c-.4.15-.76.36-1.08.63l-1.06-.36c-.23-.08-.47.02-.59.22l-.59 1.02c-.12.21-.08.47.1.63l.84.73c-.03.21-.06.41-.06.63s.03.42.06.63l-.84.73c-.18.16-.22.42-.1.63l.59 1.02c.12.21.37.3.59.22l1.06-.36c.32.27.68.48 1.08.63l.22 1.09c.05.23.25.4.49.4h1.18c.24 0 .44-.17.49-.4l.22-1.09c.4-.15.76-.36 1.08-.63l1.06.36c.23.08.47-.02.59-.22l.59-1.02c.12-.21.08-.47-.1-.63l-.84-.73c.03-.21.06-.41.06-.63zM19 21c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM12 7c-.55 0-1 .45-1 1v4c0 .27.11.52.29.71l2.07 2.07 1.04-1.79-1.4-1.4V8c0-.55-.45-1-1-1zm-7.74 6c-.65 0-1.14.61-.98 1.24C4.28 18.13 7.8 21 12 21h.07l-1.21-2.09c-2.75-.45-4.96-2.51-5.64-5.18-.11-.44-.51-.73-.96-.73zM4 10c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1s1 .45 1 1v1.36C6.65 4.32 9.17 3 12 3c4.97 0 9 4.03 9 9h-2c0-3.86-3.14-7-7-7-2.37 0-4.47 1.19-5.74 3H8c.55 0 1 .45 1 1s-.45 1-1 1H4z"})
"ManageHistoryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/manage_history_sharp.cljs
================================================
(ns reagent-mui.icons.manage-history-sharp
"Imports @mui/icons-material/ManageHistorySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def manage-history-sharp (create-svg-icon (e "path" #js {"d" "m22.69 18.37 1.14-1-1-1.73-1.45.49c-.32-.27-.68-.48-1.08-.63L20 14h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1c-.08.5-.08.76 0 1.26l-1.14 1 1 1.73 1.45-.49c.32.27.68.48 1.08.63L18 24h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1c.08-.51.08-.77 0-1.27zM19 21c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM11 7v5.41l2.36 2.36 1.04-1.79-1.4-1.39V7h-2zm10 5c0-4.97-4.03-9-9-9-2.83 0-5.35 1.32-7 3.36V4H3v6h6V8H6.26C7.53 6.19 9.63 5 12 5c3.86 0 7 3.14 7 7h2zm-10.14 6.91c-2.99-.49-5.35-2.9-5.78-5.91H3.06c.5 4.5 4.31 8 8.94 8h.07l-1.21-2.09z"})
"ManageHistorySharp"))
================================================
FILE: src/icons/reagent_mui/icons/manage_history_two_tone.cljs
================================================
(ns reagent-mui.icons.manage-history-two-tone
"Imports @mui/icons-material/ManageHistoryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def manage-history-two-tone (create-svg-icon (e "path" #js {"d" "m22.69 18.37 1.14-1-1-1.73-1.45.49c-.32-.27-.68-.48-1.08-.63L20 14h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1c-.08.5-.08.76 0 1.26l-1.14 1 1 1.73 1.45-.49c.32.27.68.48 1.08.63L18 24h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1c.08-.51.08-.77 0-1.27zM19 21c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM11 7v5.41l2.36 2.36 1.04-1.79-1.4-1.39V7h-2zm10 5c0-4.97-4.03-9-9-9-2.83 0-5.35 1.32-7 3.36V4H3v6h6V8H6.26C7.53 6.19 9.63 5 12 5c3.86 0 7 3.14 7 7h2zm-10.14 6.91c-2.99-.49-5.35-2.9-5.78-5.91H3.06c.5 4.5 4.31 8 8.94 8h.07l-1.21-2.09z"})
"ManageHistoryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/manage_search.cljs
================================================
(ns reagent-mui.icons.manage-search
"Imports @mui/icons-material/ManageSearch as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def manage-search (create-svg-icon (e "path" #js {"d" "M7 9H2V7h5v2zm0 3H2v2h5v-2zm13.59 7-3.83-3.83c-.8.52-1.74.83-2.76.83-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5c0 1.02-.31 1.96-.83 2.75L22 17.59 20.59 19zM17 11c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3zM2 19h10v-2H2v2z"})
"ManageSearch"))
================================================
FILE: src/icons/reagent_mui/icons/manage_search_outlined.cljs
================================================
(ns reagent-mui.icons.manage-search-outlined
"Imports @mui/icons-material/ManageSearchOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def manage-search-outlined (create-svg-icon (e "path" #js {"d" "M7 9H2V7h5v2zm0 3H2v2h5v-2zm13.59 7-3.83-3.83c-.8.52-1.74.83-2.76.83-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5c0 1.02-.31 1.96-.83 2.75L22 17.59 20.59 19zM17 11c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3zM2 19h10v-2H2v2z"})
"ManageSearchOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/manage_search_rounded.cljs
================================================
(ns reagent-mui.icons.manage-search-rounded
"Imports @mui/icons-material/ManageSearchRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def manage-search-rounded (create-svg-icon (e "path" #js {"d" "M6 9H3c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1s-.45 1-1 1zm0 3H3c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm13.88 6.29-3.12-3.12c-.86.56-1.89.88-3 .82-2.37-.11-4.4-1.96-4.72-4.31-.44-3.35 2.45-6.18 5.83-5.61 1.95.33 3.57 1.85 4 3.78.33 1.46.01 2.82-.7 3.9l3.13 3.13c.39.39.39 1.02 0 1.41-.39.39-1.03.39-1.42 0zM17 11c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3zM3 19h8c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1z"})
"ManageSearchRounded"))
================================================
FILE: src/icons/reagent_mui/icons/manage_search_sharp.cljs
================================================
(ns reagent-mui.icons.manage-search-sharp
"Imports @mui/icons-material/ManageSearchSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def manage-search-sharp (create-svg-icon (e "path" #js {"d" "M7 9H2V7h5v2zm0 3H2v2h5v-2zm13.59 7-3.83-3.83c-.8.52-1.74.83-2.76.83-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5c0 1.02-.31 1.96-.83 2.75L22 17.59 20.59 19zM17 11c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3zM2 19h10v-2H2v2z"})
"ManageSearchSharp"))
================================================
FILE: src/icons/reagent_mui/icons/manage_search_two_tone.cljs
================================================
(ns reagent-mui.icons.manage-search-two-tone
"Imports @mui/icons-material/ManageSearchTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def manage-search-two-tone (create-svg-icon (e "path" #js {"d" "M2 12h5v2H2zm16.17 1.75c.52-.79.83-1.73.83-2.75 0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5c1.02 0 1.96-.31 2.76-.83L20.59 19 22 17.59l-3.83-3.84zM14 14c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zM2 7h5v2H2zm0 10h10v2H2z"})
"ManageSearchTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/map.cljs
================================================
(ns reagent-mui.icons.map
"Imports @mui/icons-material/Map as a Reagent component."
(:refer-clojure :exclude [map])
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def map (create-svg-icon (e "path" #js {"d" "m20.5 3-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM15 19l-6-2.11V5l6 2.11V19z"})
"Map"))
================================================
FILE: src/icons/reagent_mui/icons/map_outlined.cljs
================================================
(ns reagent-mui.icons.map-outlined
"Imports @mui/icons-material/MapOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def map-outlined (create-svg-icon (e "path" #js {"d" "m20.5 3-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99 3-1.01v11.7l-3 1.16V6.46zm14 11.08-3 1.01V6.86l3-1.16v11.84z"})
"MapOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/map_rounded.cljs
================================================
(ns reagent-mui.icons.map-rounded
"Imports @mui/icons-material/MapRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def map-rounded (create-svg-icon (e "path" #js {"d" "m14.65 4.98-5-1.75c-.42-.15-.88-.15-1.3-.01L4.36 4.56C3.55 4.84 3 5.6 3 6.46v11.85c0 1.41 1.41 2.37 2.72 1.86l2.93-1.14c.22-.09.47-.09.69-.01l5 1.75c.42.15.88.15 1.3.01l3.99-1.34c.81-.27 1.36-1.04 1.36-1.9V5.69c0-1.41-1.41-2.37-2.72-1.86l-2.93 1.14c-.22.08-.46.09-.69.01zM15 18.89l-6-2.11V5.11l6 2.11v11.67z"})
"MapRounded"))
================================================
FILE: src/icons/reagent_mui/icons/map_sharp.cljs
================================================
(ns reagent-mui.icons.map-sharp
"Imports @mui/icons-material/MapSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def map-sharp (create-svg-icon (e "path" #js {"d" "M15 5.1 9 3 3 5.02v16.2l6-2.33 6 2.1 6-2.02V2.77L15 5.1zm0 13.79-6-2.11V5.11l6 2.11v11.67z"})
"MapSharp"))
================================================
FILE: src/icons/reagent_mui/icons/map_two_tone.cljs
================================================
(ns reagent-mui.icons.map-two-tone
"Imports @mui/icons-material/MapTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def map-two-tone (create-svg-icon [(e "path" #js {"d" "m5 18.31 3-1.16V5.45L5 6.46zm11 .24 3-1.01V5.69l-3 1.17z", "opacity" ".3"}) (e "path" #js {"d" "m20.5 3-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM8 17.15l-3 1.16V6.46l3-1.01v11.7zm6 1.38-4-1.4V5.47l4 1.4v11.66zm5-.99-3 1.01V6.86l3-1.16v11.84z"})]
"MapTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/maps_home_work.cljs
================================================
(ns reagent-mui.icons.maps-home-work
"Imports @mui/icons-material/MapsHomeWork as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def maps-home-work (create-svg-icon [(e "path" #js {"d" "M1 11v10h5v-6h4v6h5V11L8 6z"}) (e "path" #js {"d" "M10 3v1.97l7 5V11h2v2h-2v2h2v2h-2v4h6V3H10zm9 6h-2V7h2v2z"})]
"MapsHomeWork"))
================================================
FILE: src/icons/reagent_mui/icons/maps_home_work_outlined.cljs
================================================
(ns reagent-mui.icons.maps-home-work-outlined
"Imports @mui/icons-material/MapsHomeWorkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def maps-home-work-outlined (create-svg-icon [(e "path" #js {"d" "M17 7h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zM1 11v10h6v-5h2v5h6V11L8 6l-7 5zm12 8h-2v-5H5v5H3v-7l5-3.5 5 3.5v7z"}) (e "path" #js {"d" "M10 3v1.97l2 1.43V5h9v14h-4v2h6V3z"})]
"MapsHomeWorkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/maps_home_work_rounded.cljs
================================================
(ns reagent-mui.icons.maps-home-work-rounded
"Imports @mui/icons-material/MapsHomeWorkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def maps-home-work-rounded (create-svg-icon [(e "path" #js {"d" "m14.16 10.4-5-3.57c-.7-.5-1.63-.5-2.32 0l-5 3.57c-.53.38-.84.98-.84 1.63V20c0 .55.45 1 1 1h4v-6h4v6h4c.55 0 1-.45 1-1v-7.97c0-.65-.31-1.25-.84-1.63z"}) (e "path" #js {"d" "M21.03 3h-9.06C10.88 3 10 3.88 10 4.97l.09.09c.08.05.16.09.24.14l5 3.57c.76.54 1.3 1.34 1.54 2.23H19v2h-2v2h2v2h-2v4h4.03c1.09 0 1.97-.88 1.97-1.97V4.97C23 3.88 22.12 3 21.03 3zM19 9h-2V7h2v2z"})]
"MapsHomeWorkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/maps_home_work_sharp.cljs
================================================
(ns reagent-mui.icons.maps-home-work-sharp
"Imports @mui/icons-material/MapsHomeWorkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def maps-home-work-sharp (create-svg-icon [(e "path" #js {"d" "M1 11v10h5v-6h4v6h5V11L8 6z"}) (e "path" #js {"d" "M10 3v1.97l7 5V11h2v2h-2v2h2v2h-2v4h6V3H10zm9 6h-2V7h2v2z"})]
"MapsHomeWorkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/maps_home_work_two_tone.cljs
================================================
(ns reagent-mui.icons.maps-home-work-two-tone
"Imports @mui/icons-material/MapsHomeWorkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def maps-home-work-two-tone (create-svg-icon [(e "path" #js {"d" "M17 11h2v2h-2v2h2v2h-2v2h4V5h-9v1.4l5 3.57V11zm0-4h2v2h-2V7z", "opacity" ".3"}) (e "path" #js {"d" "M10 3v1.97l.96.69L12 6.4V5h9v14h-4v2h6V3z"}) (e "path" #js {"d" "M3 12v7h2v-5h6v5h2v-7L8 8.5z", "opacity" ".3"}) (e "path" #js {"d" "M17 7h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zM1 11v10h6v-5h2v5h6V11L8 6l-7 5zm12 8h-2v-5H5v5H3v-7l5-3.5 5 3.5v7z"})]
"MapsHomeWorkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/maps_ugc.cljs
================================================
(ns reagent-mui.icons.maps-ugc
"Imports @mui/icons-material/MapsUgc as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def maps-ugc (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M12 2C6.48 2 2 6.48 2 12c0 1.54.36 2.98.97 4.29L1 23l6.71-1.97c1.31.61 2.75.97 4.29.97 5.52 0 10-4.48 10-10S17.52 2 12 2zm4 11h-3v3h-2v-3H8v-2h3V8h2v3h3v2z"})
"MapsUgc"))
================================================
FILE: src/icons/reagent_mui/icons/maps_ugc_outlined.cljs
================================================
(ns reagent-mui.icons.maps-ugc-outlined
"Imports @mui/icons-material/MapsUgcOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def maps-ugc-outlined (create-svg-icon [(e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8c-1.18 0-2.34-.26-3.43-.78-.27-.13-.56-.19-.86-.19-.19 0-.38.03-.56.08l-3.2.94.94-3.2c.14-.47.1-.98-.11-1.42C4.26 14.34 4 13.18 4 12c0-4.41 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12c0 1.54.36 2.98.97 4.29L1 23l6.71-1.97c1.31.61 2.75.97 4.29.97 5.52 0 10-4.48 10-10S17.52 2 12 2z"}) (e "path" #js {"fillRule" "evenodd", "d" "M13 8h-2v3H8v2h3v3h2v-3h3v-2h-3z"})]
"MapsUgcOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/maps_ugc_rounded.cljs
================================================
(ns reagent-mui.icons.maps-ugc-rounded
"Imports @mui/icons-material/MapsUgcRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def maps-ugc-rounded (create-svg-icon [(e "path" #js {"d" "M12 4c4.97 0 8.9 4.56 7.82 9.72-.68 3.23-3.4 5.74-6.67 6.2-1.59.22-3.14-.01-4.58-.7-.27-.13-.56-.19-.86-.19-.19 0-.38.03-.56.08l-2.31.68c-.38.11-.74-.24-.63-.63l.7-2.39c.13-.45.07-.92-.14-1.35C4.26 14.34 4 13.18 4 12c0-4.41 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12c0 1.54.36 2.98.97 4.29l-1.46 4.96c-.22.75.49 1.46 1.25 1.23l4.96-1.46c1.66.79 3.56 1.15 5.58.89 4.56-.59 8.21-4.35 8.66-8.92C22.53 7.03 17.85 2 12 2z"}) (e "path" #js {"fillRule" "evenodd", "d" "M12 8c-.55 0-1 .45-1 1v2H9c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V9c0-.55-.45-1-1-1z"})]
"MapsUgcRounded"))
================================================
FILE: src/icons/reagent_mui/icons/maps_ugc_sharp.cljs
================================================
(ns reagent-mui.icons.maps-ugc-sharp
"Imports @mui/icons-material/MapsUgcSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def maps-ugc-sharp (create-svg-icon [(e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8c-1.18 0-2.34-.26-3.43-.78-.27-.13-.56-.19-.86-.19-.19 0-.38.03-.56.08l-3.2.94.94-3.2c.14-.47.1-.98-.11-1.42C4.26 14.34 4 13.18 4 12c0-4.41 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12c0 1.54.36 2.98.97 4.29L1 23l6.71-1.97c1.31.61 2.75.97 4.29.97 5.52 0 10-4.48 10-10S17.52 2 12 2z"}) (e "path" #js {"fillRule" "evenodd", "d" "M13 8h-2v3H8v2h3v3h2v-3h3v-2h-3z"})]
"MapsUgcSharp"))
================================================
FILE: src/icons/reagent_mui/icons/maps_ugc_two_tone.cljs
================================================
(ns reagent-mui.icons.maps-ugc-two-tone
"Imports @mui/icons-material/MapsUgcTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def maps-ugc-two-tone (create-svg-icon [(e "path" #js {"fillOpacity" ".3", "d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8c-1.18 0-2.34-.26-3.43-.78-.27-.13-.56-.19-.86-.19-.19 0-.38.03-.56.08l-3.2.94.94-3.2c.14-.47.1-.98-.11-1.42C4.26 14.34 4 13.18 4 12c0-4.41 3.59-8 8-8"}) (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8c-1.18 0-2.34-.26-3.43-.78-.27-.13-.56-.19-.86-.19-.19 0-.38.03-.56.08l-3.2.94.94-3.2c.14-.47.1-.98-.11-1.42C4.26 14.34 4 13.18 4 12c0-4.41 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12c0 1.54.36 2.98.97 4.29L1 23l6.71-1.97c1.31.61 2.75.97 4.29.97 5.52 0 10-4.48 10-10S17.52 2 12 2z"}) (e "path" #js {"fillRule" "evenodd", "d" "M13 8h-2v3H8v2h3v3h2v-3h3v-2h-3z"})]
"MapsUgcTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/margin.cljs
================================================
(ns reagent-mui.icons.margin
"Imports @mui/icons-material/Margin as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def margin (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm16 16H5V5h14v14zM11 7h2v2h-2zM7 7h2v2H7zm8 0h2v2h-2zm-8 4h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"})
"Margin"))
================================================
FILE: src/icons/reagent_mui/icons/margin_outlined.cljs
================================================
(ns reagent-mui.icons.margin-outlined
"Imports @mui/icons-material/MarginOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def margin-outlined (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm16 16H5V5h14v14zM11 7h2v2h-2V7zM7 7h2v2H7V7zm8 0h2v2h-2V7zm-8 4h2v2H7v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2z"})
"MarginOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/margin_rounded.cljs
================================================
(ns reagent-mui.icons.margin-rounded
"Imports @mui/icons-material/MarginRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def margin-rounded (create-svg-icon (e "path" #js {"d" "M3 5v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2zm6 3c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm4 0c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm4 0c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm0 4c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm-4 0c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm-4 0c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1z"})
"MarginRounded"))
================================================
FILE: src/icons/reagent_mui/icons/margin_sharp.cljs
================================================
(ns reagent-mui.icons.margin-sharp
"Imports @mui/icons-material/MarginSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def margin-sharp (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm6 10H7v-2h2v2zm0-4H7V7h2v2zm4 4h-2v-2h2v2zm0-4h-2V7h2v2zm4 4h-2v-2h2v2zm0-4h-2V7h2v2z"})
"MarginSharp"))
================================================
FILE: src/icons/reagent_mui/icons/margin_two_tone.cljs
================================================
(ns reagent-mui.icons.margin-two-tone
"Imports @mui/icons-material/MarginTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def margin-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zM15 7h2v2h-2V7zm0 4h2v2h-2v-2zm-4-4h2v2h-2V7zm0 4h2v2h-2v-2zM7 7h2v2H7V7zm0 4h2v2H7v-2z", "opacity" ".3"}) (e "path" #js {"d" "M7 7h2v2H7zm0 4h2v2H7z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm16 16H5V5h14v14z"}) (e "path" #js {"d" "M11 7h2v2h-2zm4 4h2v2h-2zm-4 0h2v2h-2zm4-4h2v2h-2z"})]
"MarginTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mark_as_unread.cljs
================================================
(ns reagent-mui.icons.mark-as-unread
"Imports @mui/icons-material/MarkAsUnread as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-as-unread (create-svg-icon (e "path" #js {"d" "M18.83 7h-2.6L10.5 4 4 7.4V17c-1.1 0-2-.9-2-2V7.17c0-.53.32-1.09.8-1.34L10.5 2l7.54 3.83c.43.23.73.7.79 1.17zM20 8H7c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2zm0 3.67L13.5 15 7 11.67V10l6.5 3.33L20 10v1.67z"})
"MarkAsUnread"))
================================================
FILE: src/icons/reagent_mui/icons/mark_as_unread_outlined.cljs
================================================
(ns reagent-mui.icons.mark-as-unread-outlined
"Imports @mui/icons-material/MarkAsUnreadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-as-unread-outlined (create-svg-icon [(e "path" #js {"d" "M16.23 7h2.6c-.06-.47-.36-.94-.79-1.17L10.5 2 2.8 5.83c-.48.26-.8.81-.8 1.34V15c0 1.1.9 2 2 2V7.4L10.5 4l5.73 3z"}) (e "path" #js {"d" "M20 8H7c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2zm0 11H7v-7l6.5 3.33L20 12v7zm-6.5-5.67L7 10h13l-6.5 3.33z"})]
"MarkAsUnreadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mark_as_unread_rounded.cljs
================================================
(ns reagent-mui.icons.mark-as-unread-rounded
"Imports @mui/icons-material/MarkAsUnreadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-as-unread-rounded (create-svg-icon [(e "path" #js {"d" "M16.23 7h2.6c-.06-.47-.36-.94-.79-1.17L11.4 2.45c-.56-.29-1.23-.29-1.8-.01L2.8 5.83c-.48.26-.8.81-.8 1.34V15c0 1.1.9 2 2 2V7.4L10.5 4l5.73 3z"}) (e "path" #js {"d" "M20 8H7c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2zm0 3.46c0 .33-.19.64-.48.79l-5.61 2.88c-.25.13-.56.13-.81 0l-5.61-2.88c-.3-.15-.49-.46-.49-.79 0-.67.7-1.1 1.3-.79l5.2 2.67 5.2-2.67c.6-.31 1.3.12 1.3.79z"})]
"MarkAsUnreadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mark_as_unread_sharp.cljs
================================================
(ns reagent-mui.icons.mark-as-unread-sharp
"Imports @mui/icons-material/MarkAsUnreadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-as-unread-sharp (create-svg-icon [(e "path" #js {"d" "M16.23 7h4.12L10.5 2 2 6.21V17h2V7.4L10.5 4z"}) (e "path" #js {"d" "M5 8v13h17V8H5zm15 4-6.5 3.33L7 12v-2l6.5 3.33L20 10v2z"})]
"MarkAsUnreadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mark_as_unread_two_tone.cljs
================================================
(ns reagent-mui.icons.mark-as-unread-two-tone
"Imports @mui/icons-material/MarkAsUnreadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-as-unread-two-tone (create-svg-icon [(e "path" #js {"d" "M13.5 13.33 20 10H7z", "opacity" ".3"}) (e "path" #js {"d" "M7 12v7h13v-7l-6.5 3.33z", "opacity" ".3"}) (e "path" #js {"d" "M16.23 7h2.6c-.06-.47-.36-.94-.79-1.17L10.5 2 2.8 5.83c-.48.26-.8.81-.8 1.34V15c0 1.1.9 2 2 2V7.4L10.5 4l5.73 3z"}) (e "path" #js {"d" "M20 8H7c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2zm0 11H7v-7l6.5 3.33L20 12v7zm-6.5-5.67L7 10h13l-6.5 3.33z"})]
"MarkAsUnreadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mark_chat_read.cljs
================================================
(ns reagent-mui.icons.mark-chat-read
"Imports @mui/icons-material/MarkChatRead as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-chat-read (create-svg-icon (e "path" #js {"d" "m17.34 20-3.54-3.54 1.41-1.41 2.12 2.12 4.24-4.24L23 14.34 17.34 20zM12 17c0-3.87 3.13-7 7-7 1.08 0 2.09.25 3 .68V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v18l4-4h6c0-.17.01-.33.03-.5-.02-.16-.03-.33-.03-.5z"})
"MarkChatRead"))
================================================
FILE: src/icons/reagent_mui/icons/mark_chat_read_outlined.cljs
================================================
(ns reagent-mui.icons.mark-chat-read-outlined
"Imports @mui/icons-material/MarkChatReadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-chat-read-outlined (create-svg-icon (e "path" #js {"d" "M12 18H6l-4 4V4c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v7h-2V4H4v12h8v2zm11-3.66-1.41-1.41-4.24 4.24-2.12-2.12-1.41 1.41L17.34 20 23 14.34z"})
"MarkChatReadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mark_chat_read_rounded.cljs
================================================
(ns reagent-mui.icons.mark-chat-read-rounded
"Imports @mui/icons-material/MarkChatReadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-chat-read-rounded (create-svg-icon (e "path" #js {"d" "M18.05 19.29c-.39.39-1.02.39-1.41 0l-2.12-2.12a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l1.41 1.41 3.54-3.54c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.24 4.25zM12 17c0-3.87 3.13-7 7-7 1.08 0 2.09.25 3 .68V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v18l4-4h6c0-.17.01-.33.03-.5-.02-.17-.03-.33-.03-.5z"})
"MarkChatReadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mark_chat_read_sharp.cljs
================================================
(ns reagent-mui.icons.mark-chat-read-sharp
"Imports @mui/icons-material/MarkChatReadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-chat-read-sharp (create-svg-icon (e "path" #js {"d" "M12.03 17.5c-.02.17-.03.33-.03.5H6l-4 4V2h20v8.68c-.91-.43-1.92-.68-3-.68-3.87 0-7 3.13-7 7 0 .17.01.33.03.5zM23 14.34l-1.41-1.41-4.24 4.24-2.12-2.12-1.41 1.41L17.34 20 23 14.34z"})
"MarkChatReadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mark_chat_read_two_tone.cljs
================================================
(ns reagent-mui.icons.mark-chat-read-two-tone
"Imports @mui/icons-material/MarkChatReadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-chat-read-two-tone (create-svg-icon [(e "path" #js {"d" "M19 10c.34 0 .67.03 1 .08V4H4v12h8.08c.49-3.39 3.39-6 6.92-6z", "opacity" ".3"}) (e "path" #js {"d" "m17.34 20-3.54-3.54 1.41-1.41 2.12 2.12 4.24-4.24L23 14.34 17.34 20zm-5.26-4H4V4h16v6.08c.71.1 1.38.31 2 .6V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v18l4-4h6c0-.14.02-.27.03-.4-.02-.2-.03-.4-.03-.6 0-.34.03-.67.08-1z"})]
"MarkChatReadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mark_chat_unread.cljs
================================================
(ns reagent-mui.icons.mark-chat-unread
"Imports @mui/icons-material/MarkChatUnread as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-chat-unread (create-svg-icon (e "path" #js {"d" "M22 6.98V16c0 1.1-.9 2-2 2H6l-4 4V4c0-1.1.9-2 2-2h10.1c-.06.32-.1.66-.1 1 0 2.76 2.24 5 5 5 1.13 0 2.16-.39 3-1.02zM16 3c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})
"MarkChatUnread"))
================================================
FILE: src/icons/reagent_mui/icons/mark_chat_unread_outlined.cljs
================================================
(ns reagent-mui.icons.mark-chat-unread-outlined
"Imports @mui/icons-material/MarkChatUnreadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-chat-unread-outlined (create-svg-icon (e "path" #js {"d" "M22 6.98V16c0 1.1-.9 2-2 2H6l-4 4V4c0-1.1.9-2 2-2h10.1c-.06.32-.1.66-.1 1s.04.68.1 1H4v12h16V7.9c.74-.15 1.42-.48 2-.92zM16 3c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})
"MarkChatUnreadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mark_chat_unread_rounded.cljs
================================================
(ns reagent-mui.icons.mark-chat-unread-rounded
"Imports @mui/icons-material/MarkChatUnreadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-chat-unread-rounded (create-svg-icon (e "path" #js {"d" "M22 6.98V16c0 1.1-.9 2-2 2H6l-4 4V4c0-1.1.9-2 2-2h10.1c-.06.32-.1.66-.1 1 0 2.76 2.24 5 5 5 1.13 0 2.16-.39 3-1.02zM16 3c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})
"MarkChatUnreadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mark_chat_unread_sharp.cljs
================================================
(ns reagent-mui.icons.mark-chat-unread-sharp
"Imports @mui/icons-material/MarkChatUnreadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-chat-unread-sharp (create-svg-icon (e "path" #js {"d" "M22 6.98V18H6l-4 4V2h12.1c-.06.32-.1.66-.1 1 0 2.76 2.24 5 5 5 1.13 0 2.16-.39 3-1.02zM16 3c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})
"MarkChatUnreadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mark_chat_unread_two_tone.cljs
================================================
(ns reagent-mui.icons.mark-chat-unread-two-tone
"Imports @mui/icons-material/MarkChatUnreadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-chat-unread-two-tone (create-svg-icon [(e "path" #js {"d" "M4 16h16V7.9c-.32.06-.66.1-1 .1-2.42 0-4.44-1.72-4.9-4H4v12z", "opacity" ".3"}) (e "path" #js {"d" "M20 7.9c.74-.15 1.42-.48 2-.92V16c0 1.1-.9 2-2 2H6l-4 4V4c0-1.1.9-2 2-2h10.1c-.06.32-.1.66-.1 1s.04.68.1 1H4v12h16V7.9zM16 3c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})]
"MarkChatUnreadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mark_email_read.cljs
================================================
(ns reagent-mui.icons.mark-email-read
"Imports @mui/icons-material/MarkEmailRead as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-email-read (create-svg-icon (e "path" #js {"d" "M12 19c0-3.87 3.13-7 7-7 1.08 0 2.09.25 3 .68V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h8.08c-.05-.33-.08-.66-.08-1zM4 6l8 5 8-5v2l-8 5-8-5V6zm13.34 16-3.54-3.54 1.41-1.41 2.12 2.12 4.24-4.24L23 16.34 17.34 22z"})
"MarkEmailRead"))
================================================
FILE: src/icons/reagent_mui/icons/mark_email_read_outlined.cljs
================================================
(ns reagent-mui.icons.mark-email-read-outlined
"Imports @mui/icons-material/MarkEmailReadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-email-read-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h8v-2H4V8l8 5 8-5v5h2V6c0-1.1-.9-2-2-2zm-8 7L4 6h16l-8 5zm5.34 11-3.54-3.54 1.41-1.41 2.12 2.12 4.24-4.24L23 16.34 17.34 22z"})
"MarkEmailReadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mark_email_read_rounded.cljs
================================================
(ns reagent-mui.icons.mark-email-read-rounded
"Imports @mui/icons-material/MarkEmailReadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-email-read-rounded (create-svg-icon (e "path" #js {"d" "M18.05 21.29c-.39.39-1.02.39-1.41 0l-2.12-2.12a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l1.41 1.41 3.54-3.54c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.24 4.25zM12.08 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v6.68c-.91-.43-1.92-.68-3-.68-3.87 0-7 3.13-7 7 0 .34.03.67.08 1zm-.61-7.33c.32.2.74.2 1.06 0l7.07-4.42c.25-.16.4-.43.4-.72 0-.67-.73-1.07-1.3-.72L12 11 5.3 6.81c-.57-.35-1.3.05-1.3.72 0 .29.15.56.4.72l7.07 4.42z"})
"MarkEmailReadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mark_email_read_sharp.cljs
================================================
(ns reagent-mui.icons.mark-email-read-sharp
"Imports @mui/icons-material/MarkEmailReadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-email-read-sharp (create-svg-icon (e "path" #js {"d" "M12 19c0-3.87 3.13-7 7-7 1.08 0 2.09.25 3 .68V4H2v16h10.08c-.05-.33-.08-.66-.08-1zM4 6l8 5 8-5v2l-8 5-8-5V6zm13.34 16-3.54-3.54 1.41-1.41 2.12 2.12 4.24-4.24L23 16.34 17.34 22z"})
"MarkEmailReadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mark_email_read_two_tone.cljs
================================================
(ns reagent-mui.icons.mark-email-read-two-tone
"Imports @mui/icons-material/MarkEmailReadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-email-read-two-tone (create-svg-icon [(e "path" #js {"d" "M20 8v4.08c-.33-.05-.66-.08-1-.08-3.53 0-6.43 2.61-6.92 6H4V8l8 5 8-5zm0-2H4l8 5 8-5z", "opacity" ".3"}) (e "path" #js {"d" "M12.08 18H4V8l8 5 8-5v4.08c.71.1 1.38.31 2 .6V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h8.08c-.05-.33-.08-.66-.08-1s.03-.67.08-1zM20 6l-8 5-8-5h16zm-2.66 16-3.54-3.54 1.41-1.41 2.12 2.12 4.24-4.24L23 16.34 17.34 22z"})]
"MarkEmailReadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mark_email_unread.cljs
================================================
(ns reagent-mui.icons.mark-email-unread
"Imports @mui/icons-material/MarkEmailUnread as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-email-unread (create-svg-icon (e "path" #js {"d" "M22 8.98V18c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h10.1c-.06.32-.1.66-.1 1 0 1.48.65 2.79 1.67 3.71L12 11 4 6v2l8 5 5.3-3.32c.54.2 1.1.32 1.7.32 1.13 0 2.16-.39 3-1.02zM16 5c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})
"MarkEmailUnread"))
================================================
FILE: src/icons/reagent_mui/icons/mark_email_unread_outlined.cljs
================================================
(ns reagent-mui.icons.mark-email-unread-outlined
"Imports @mui/icons-material/MarkEmailUnreadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-email-unread-outlined (create-svg-icon (e "path" #js {"d" "M22 8.98V18c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2l.01-12c0-1.1.89-2 1.99-2h10.1c-.06.32-.1.66-.1 1s.04.68.1 1H4l8 5 3.67-2.29c.47.43 1.02.76 1.63.98L12 13 4 8v10h16V9.9c.74-.15 1.42-.48 2-.92zM16 5c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})
"MarkEmailUnreadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mark_email_unread_rounded.cljs
================================================
(ns reagent-mui.icons.mark-email-unread-rounded
"Imports @mui/icons-material/MarkEmailUnreadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-email-unread-rounded (create-svg-icon (e "path" #js {"d" "M19 10c1.13 0 2.16-.39 3-1.02V18c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h10.1c-.06.32-.1.66-.1 1 0 1.48.65 2.79 1.67 3.71L12 11 5.3 6.81c-.57-.35-1.3.05-1.3.72 0 .29.15.56.4.72l7.07 4.42c.32.2.74.2 1.06 0l4.77-2.98c.54.19 1.1.31 1.7.31zm-3-5c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})
"MarkEmailUnreadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mark_email_unread_sharp.cljs
================================================
(ns reagent-mui.icons.mark-email-unread-sharp
"Imports @mui/icons-material/MarkEmailUnreadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-email-unread-sharp (create-svg-icon (e "path" #js {"d" "M22 8.98V20H2V4h12.1c-.06.32-.1.66-.1 1 0 1.48.65 2.79 1.67 3.71L12 11 4 6v2l8 5 5.3-3.32c.54.2 1.1.32 1.7.32 1.13 0 2.16-.39 3-1.02zM16 5c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})
"MarkEmailUnreadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mark_email_unread_two_tone.cljs
================================================
(ns reagent-mui.icons.mark-email-unread-two-tone
"Imports @mui/icons-material/MarkEmailUnreadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-email-unread-two-tone (create-svg-icon [(e "path" #js {"d" "M4 6h10.1c.22 1.07.79 2 1.57 2.71L12 11 4 6zm0 2v10h16V9.9c-.32.07-.66.1-1 .1-.6 0-1.16-.12-1.7-.32L12 13 4 8z", "opacity" ".3"}) (e "path" #js {"d" "M20 9.9c.74-.15 1.42-.48 2-.92V18c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h10.1c-.06.32-.1.66-.1 1s.04.68.1 1H4l8 5 3.67-2.29c.47.43 1.02.76 1.63.98L12 13 4 8v10h16V9.9zM16 5c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})]
"MarkEmailUnreadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mark_unread_chat_alt.cljs
================================================
(ns reagent-mui.icons.mark-unread-chat-alt
"Imports @mui/icons-material/MarkUnreadChatAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-unread-chat-alt (create-svg-icon [(e "circle" #js {"cx" "19", "cy" "3", "r" "3"}) (e "path" #js {"d" "M6 8V6h9.03c-1.21-1.6-1.08-3.21-.92-4H4.01c-1.1 0-2 .89-2 2L2 22l4-4h14c1.1 0 2-.9 2-2V6.97C21.16 7.61 20.13 8 19 8H6zm8 6H6v-2h8v2zm4-3H6V9h12v2z"})]
"MarkUnreadChatAlt"))
================================================
FILE: src/icons/reagent_mui/icons/mark_unread_chat_alt_outlined.cljs
================================================
(ns reagent-mui.icons.mark-unread-chat-alt-outlined
"Imports @mui/icons-material/MarkUnreadChatAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-unread-chat-alt-outlined (create-svg-icon [(e "path" #js {"d" "M20 16H4V4h10.1c-.08-.39-.18-1.11 0-2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V6.98c-.58.44-1.26.77-2 .92V16z"}) (e "circle" #js {"cx" "19", "cy" "3", "r" "3"}) (e "path" #js {"d" "M6 12h8v2H6zm0-3h12v2H6zm0-1h12v-.1c-1.21-.25-2.25-.95-2.97-1.9H6v2z"})]
"MarkUnreadChatAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mark_unread_chat_alt_rounded.cljs
================================================
(ns reagent-mui.icons.mark-unread-chat-alt-rounded
"Imports @mui/icons-material/MarkUnreadChatAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-unread-chat-alt-rounded (create-svg-icon [(e "circle" #js {"cx" "19", "cy" "3", "r" "3"}) (e "path" #js {"d" "M7 8c-.55 0-1-.45-1-1s.45-1 1-1h8.03c-1.21-1.6-1.08-3.21-.92-4H4.01c-1.1 0-2 .89-2 2L2 19.58c0 .89 1.08 1.34 1.71.71L6 18h14c1.1 0 2-.9 2-2V6.97C21.16 7.61 20.13 8 19 8H7zm6 6H7c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1zm4-3H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1z"})]
"MarkUnreadChatAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mark_unread_chat_alt_sharp.cljs
================================================
(ns reagent-mui.icons.mark-unread-chat-alt-sharp
"Imports @mui/icons-material/MarkUnreadChatAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-unread-chat-alt-sharp (create-svg-icon [(e "circle" #js {"cx" "19", "cy" "3", "r" "3"}) (e "path" #js {"d" "M6 8V6h9.03c-1.21-1.6-1.08-3.21-.92-4H2.01L2 22l4-4h16V6.97C21.16 7.61 20.13 8 19 8H6zm8 6H6v-2h8v2zm4-3H6V9h12v2z"})]
"MarkUnreadChatAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mark_unread_chat_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.mark-unread-chat-alt-two-tone
"Imports @mui/icons-material/MarkUnreadChatAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mark-unread-chat-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17.17 5.17 16H20V7.9c-.32.06-.66.1-1 .1s-.68-.04-1-.1V8H6V6h9.03c-.44-.58-.77-1.26-.92-2H4v13.17zM6 9h12v2H6V9zm0 3h8v2H6v-2z", "opacity" ".3"}) (e "circle" #js {"cx" "19", "cy" "3", "r" "3"}) (e "path" #js {"d" "M20 16H5.17L4 17.17V4h10.1c-.18-.89-.08-1.61 0-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V6.97c-.58.44-1.26.77-2 .92V16z"}) (e "path" #js {"d" "M6 12h8v2H6zm0-3h12v2H6zm0-1h12v-.1c-1.21-.25-2.25-.95-2.97-1.9H6v2z"})]
"MarkUnreadChatAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/markunread.cljs
================================================
(ns reagent-mui.icons.markunread
"Imports @mui/icons-material/Markunread as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def markunread (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z"})
"Markunread"))
================================================
FILE: src/icons/reagent_mui/icons/markunread_mailbox.cljs
================================================
(ns reagent-mui.icons.markunread-mailbox
"Imports @mui/icons-material/MarkunreadMailbox as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def markunread-mailbox (create-svg-icon (e "path" #js {"d" "M20 6H10v6H8V4h6V0H6v6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2z"})
"MarkunreadMailbox"))
================================================
FILE: src/icons/reagent_mui/icons/markunread_mailbox_outlined.cljs
================================================
(ns reagent-mui.icons.markunread-mailbox-outlined
"Imports @mui/icons-material/MarkunreadMailboxOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def markunread-mailbox-outlined (create-svg-icon (e "path" #js {"d" "M20 6H10v2h10v12H4V8h2v4h2V4h6V0H6v6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2z"})
"MarkunreadMailboxOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/markunread_mailbox_rounded.cljs
================================================
(ns reagent-mui.icons.markunread-mailbox-rounded
"Imports @mui/icons-material/MarkunreadMailboxRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def markunread-mailbox-rounded (create-svg-icon (e "path" #js {"d" "M20 6H10v5c0 .55-.45 1-1 1s-1-.45-1-1V4h5c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2z"})
"MarkunreadMailboxRounded"))
================================================
FILE: src/icons/reagent_mui/icons/markunread_mailbox_sharp.cljs
================================================
(ns reagent-mui.icons.markunread-mailbox-sharp
"Imports @mui/icons-material/MarkunreadMailboxSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def markunread-mailbox-sharp (create-svg-icon (e "path" #js {"d" "M22 6H10v6H8V4h6V0H6v6H2v16h20V6z"})
"MarkunreadMailboxSharp"))
================================================
FILE: src/icons/reagent_mui/icons/markunread_mailbox_two_tone.cljs
================================================
(ns reagent-mui.icons.markunread-mailbox-two-tone
"Imports @mui/icons-material/MarkunreadMailboxTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def markunread-mailbox-two-tone (create-svg-icon [(e "path" #js {"d" "M10 12H6V8H4v12h16V8H10z", "opacity" ".3"}) (e "path" #js {"d" "M20 6H10v2h10v12H4V8h2v4h2V4h6V0H6v6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2z"})]
"MarkunreadMailboxTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/markunread_outlined.cljs
================================================
(ns reagent-mui.icons.markunread-outlined
"Imports @mui/icons-material/MarkunreadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def markunread-outlined (create-svg-icon (e "path" #js {"d" "M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6zm-2 0-8 5-8-5h16zm0 12H4V8l8 5 8-5v10z"})
"MarkunreadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/markunread_rounded.cljs
================================================
(ns reagent-mui.icons.markunread-rounded
"Imports @mui/icons-material/MarkunreadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def markunread-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-.4 4.25-6.54 4.09c-.65.41-1.47.41-2.12 0L4.4 8.25c-.25-.16-.4-.43-.4-.72 0-.67.73-1.07 1.3-.72L12 11l6.7-4.19c.57-.35 1.3.05 1.3.72 0 .29-.15.56-.4.72z"})
"MarkunreadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/markunread_sharp.cljs
================================================
(ns reagent-mui.icons.markunread-sharp
"Imports @mui/icons-material/MarkunreadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def markunread-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zm-2 4-8 5-8-5V6l8 5 8-5v2z"})
"MarkunreadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/markunread_two_tone.cljs
================================================
(ns reagent-mui.icons.markunread-two-tone
"Imports @mui/icons-material/MarkunreadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def markunread-two-tone (create-svg-icon [(e "path" #js {"d" "M20 6H4l8 5zM4 8v10h16V8l-8 5z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 2-8 5-8-5h16zm0 12H4V8l8 5 8-5v10z"})]
"MarkunreadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/masks.cljs
================================================
(ns reagent-mui.icons.masks
"Imports @mui/icons-material/Masks as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def masks (create-svg-icon (e "path" #js {"d" "M19.5 6c-1.31 0-2.37 1.01-2.48 2.3-1.88-.5-2.84-1.8-5.02-1.8-2.19 0-3.14 1.3-5.02 1.8C6.87 7.02 5.81 6 4.5 6 3.12 6 2 7.12 2 8.5V9c0 6 3.6 7.81 6.52 7.98C9.53 17.62 10.72 18 12 18s2.47-.38 3.48-1.02C18.4 16.81 22 15 22 9v-.5C22 7.12 20.88 6 19.5 6zm-16 3v-.5c0-.55.45-1 1-1s1 .45 1 1v3c0 1.28.38 2.47 1.01 3.48C4.99 14.27 3.5 12.65 3.5 9zm17 0c0 3.65-1.49 5.27-3.01 5.98.64-1.01 1.01-2.2 1.01-3.48v-3c0-.55.45-1 1-1s1 .45 1 1V9zm-9.81 1.48c-.44.26-.96.56-1.69.76V10.2c.48-.17.84-.38 1.18-.58C10.72 9.3 11.23 9 12 9s1.27.3 1.8.62c.34.2.71.42 1.2.59v1.04c-.75-.21-1.26-.51-1.71-.78-.46-.27-.8-.47-1.29-.47s-.84.2-1.31.48z"})
"Masks"))
================================================
FILE: src/icons/reagent_mui/icons/masks_outlined.cljs
================================================
(ns reagent-mui.icons.masks-outlined
"Imports @mui/icons-material/MasksOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def masks-outlined (create-svg-icon (e "path" #js {"d" "M19.5 6c-1.31 0-2.37 1.01-2.48 2.3-1.88-.5-2.84-1.8-5.02-1.8-2.19 0-3.14 1.3-5.02 1.8C6.87 7.02 5.81 6 4.5 6 3.12 6 2 7.12 2 8.5V9c0 6 3.6 7.81 6.52 7.98C9.53 17.62 10.72 18 12 18s2.47-.38 3.48-1.02C18.4 16.81 22 15 22 9v-.5C22 7.12 20.88 6 19.5 6zm-16 3v-.5c0-.55.45-1 1-1s1 .45 1 1v3c0 1.28.38 2.47 1.01 3.48C4.99 14.27 3.5 12.65 3.5 9zM7 11.5V9.85c1.12-.23 1.95-.69 2.66-1.08C10.48 8.33 11.07 8 12 8c.93 0 1.52.33 2.34.78.71.39 1.54.84 2.66 1.08v1.65c0 2.76-2.24 5-5 5s-5-2.25-5-5.01zM20.5 9c0 3.65-1.49 5.27-3.01 5.98.64-1.01 1.01-2.2 1.01-3.48v-3c0-.55.45-1 1-1s1 .45 1 1V9zm-9.81 1.48c-.44.26-.96.56-1.69.76V10.2c.48-.17.84-.38 1.18-.58C10.72 9.3 11.23 9 12 9s1.27.3 1.8.62c.34.2.71.42 1.2.59v1.04c-.75-.21-1.26-.51-1.71-.78-.46-.27-.8-.47-1.29-.47s-.84.2-1.31.48z"})
"MasksOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/masks_rounded.cljs
================================================
(ns reagent-mui.icons.masks-rounded
"Imports @mui/icons-material/MasksRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def masks-rounded (create-svg-icon (e "path" #js {"d" "M19.5 6c-1.31 0-2.37 1.01-2.48 2.3-1.88-.5-2.84-1.8-5.02-1.8-2.19 0-3.14 1.3-5.02 1.8C6.87 7.02 5.81 6 4.5 6 3.12 6 2 7.12 2 8.5V9c0 6 3.6 7.81 6.52 7.98C9.53 17.62 10.72 18 12 18s2.47-.38 3.48-1.02C18.4 16.81 22 15 22 9v-.5C22 7.12 20.88 6 19.5 6zm-16 3v-.5c0-.55.45-1 1-1s1 .45 1 1v3c0 1.28.38 2.47 1.01 3.48C4.99 14.27 3.5 12.65 3.5 9zm10.8 2.01c-.4-.17-.72-.36-1.01-.53-.46-.28-.8-.48-1.29-.48s-.84.2-1.31.48c-.28.17-.6.35-.98.51-.34.15-.71-.08-.71-.45 0-.2.11-.38.29-.45.34-.14.62-.31.88-.46C10.72 9.3 11.23 9 12 9s1.27.3 1.8.62c.27.16.55.33.9.48.18.08.29.26.29.45.01.36-.36.6-.69.46zM20.5 9c0 3.65-1.49 5.27-3.01 5.98.64-1.01 1.01-2.2 1.01-3.48v-3c0-.55.45-1 1-1s1 .45 1 1V9z"})
"MasksRounded"))
================================================
FILE: src/icons/reagent_mui/icons/masks_sharp.cljs
================================================
(ns reagent-mui.icons.masks-sharp
"Imports @mui/icons-material/MasksSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def masks-sharp (create-svg-icon (e "path" #js {"d" "M19.5 6c-1.31 0-2.37 1.01-2.48 2.3-1.88-.5-2.84-1.8-5.02-1.8-2.19 0-3.14 1.3-5.02 1.8C6.87 7.02 5.81 6 4.5 6 3.12 6 2 7.12 2 8.5V9c0 6 3.6 7.81 6.52 7.98C9.53 17.62 10.72 18 12 18s2.47-.38 3.48-1.02C18.4 16.81 22 15 22 9v-.5C22 7.12 20.88 6 19.5 6zm-16 3v-.5c0-.55.45-1 1-1s1 .45 1 1v3c0 1.28.38 2.47 1.01 3.48C4.99 14.27 3.5 12.65 3.5 9zm17 0c0 3.65-1.49 5.27-3.01 5.98.64-1.01 1.01-2.2 1.01-3.48v-3c0-.55.45-1 1-1s1 .45 1 1V9zm-9.81 1.48c-.44.26-.96.56-1.69.76V10.2c.48-.17.84-.38 1.18-.58C10.72 9.3 11.23 9 12 9s1.27.3 1.8.62c.34.2.71.42 1.2.59v1.04c-.75-.21-1.26-.51-1.71-.78-.46-.27-.8-.47-1.29-.47s-.84.2-1.31.48z"})
"MasksSharp"))
================================================
FILE: src/icons/reagent_mui/icons/masks_two_tone.cljs
================================================
(ns reagent-mui.icons.masks-two-tone
"Imports @mui/icons-material/MasksTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def masks-two-tone (create-svg-icon [(e "path" #js {"d" "M14.34 8.78C13.52 8.33 12.93 8 12 8c-.93 0-1.52.33-2.34.77-.71.39-1.54.85-2.66 1.08v1.65c0 2.76 2.24 5 5 5s5-2.24 5-5V9.85c-1.12-.23-1.95-.69-2.66-1.07zm.66 2.47c-.75-.21-1.26-.51-1.71-.78-.46-.27-.8-.47-1.29-.47s-.84.2-1.31.48c-.44.26-.96.56-1.69.76V10.2c.48-.17.84-.38 1.18-.58C10.72 9.3 11.23 9 12 9s1.27.3 1.8.62c.34.2.71.42 1.2.59v1.04z", "opacity" ".3"}) (e "path" #js {"d" "M19.5 6c-1.31 0-2.37 1.01-2.48 2.3-1.88-.5-2.84-1.8-5.02-1.8-2.19 0-3.14 1.3-5.02 1.8C6.87 7.02 5.81 6 4.5 6 3.12 6 2 7.12 2 8.5V9c0 6 3.6 7.81 6.52 7.98C9.53 17.62 10.72 18 12 18s2.47-.38 3.48-1.02C18.4 16.81 22 15 22 9v-.5C22 7.12 20.88 6 19.5 6zm-16 3v-.5c0-.55.45-1 1-1s1 .45 1 1v3c0 1.28.38 2.47 1.01 3.48C4.99 14.27 3.5 12.65 3.5 9zM7 11.5V9.85c1.12-.23 1.95-.69 2.66-1.08C10.48 8.33 11.07 8 12 8c.93 0 1.52.33 2.34.78.71.39 1.54.84 2.66 1.08v1.65c0 2.76-2.24 5-5 5s-5-2.25-5-5.01zM20.5 9c0 3.65-1.49 5.27-3.01 5.98.64-1.01 1.01-2.2 1.01-3.48v-3c0-.55.45-1 1-1s1 .45 1 1V9zm-9.81 1.48c-.44.26-.96.56-1.69.76V10.2c.48-.17.84-.38 1.18-.58C10.72 9.3 11.23 9 12 9s1.27.3 1.8.62c.34.2.71.42 1.2.59v1.04c-.75-.21-1.26-.51-1.71-.78-.46-.27-.8-.47-1.29-.47s-.84.2-1.31.48z"})]
"MasksTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/maximize.cljs
================================================
(ns reagent-mui.icons.maximize
"Imports @mui/icons-material/Maximize as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def maximize (create-svg-icon (e "path" #js {"d" "M3 3h18v2H3z"})
"Maximize"))
================================================
FILE: src/icons/reagent_mui/icons/maximize_outlined.cljs
================================================
(ns reagent-mui.icons.maximize-outlined
"Imports @mui/icons-material/MaximizeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def maximize-outlined (create-svg-icon (e "path" #js {"d" "M3 3h18v2H3V3z"})
"MaximizeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/maximize_rounded.cljs
================================================
(ns reagent-mui.icons.maximize-rounded
"Imports @mui/icons-material/MaximizeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def maximize-rounded (create-svg-icon (e "path" #js {"d" "M4 3h16c.55 0 1 .45 1 1s-.45 1-1 1H4c-.55 0-1-.45-1-1s.45-1 1-1z"})
"MaximizeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/maximize_sharp.cljs
================================================
(ns reagent-mui.icons.maximize-sharp
"Imports @mui/icons-material/MaximizeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def maximize-sharp (create-svg-icon (e "path" #js {"d" "M3 3h18v2H3V3z"})
"MaximizeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/maximize_two_tone.cljs
================================================
(ns reagent-mui.icons.maximize-two-tone
"Imports @mui/icons-material/MaximizeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def maximize-two-tone (create-svg-icon (e "path" #js {"d" "M3 3h18v2H3V3z"})
"MaximizeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/media_bluetooth_off.cljs
================================================
(ns reagent-mui.icons.media-bluetooth-off
"Imports @mui/icons-material/MediaBluetoothOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def media-bluetooth-off (create-svg-icon (e "path" #js {"d" "M9 6.17V3h6v4h-4v1.17l-2-2zM19.42 15 22 17.57l-.8.8-6.78-6.78.8-.8 2.75 2.75V9h.6L22 12.43 19.42 15zm-.25-1.45 1.13-1.13-1.13-1.13v2.26zm2.02 7.64-1.41 1.41-3.98-3.98-.58.58-.85-.85.58-.58L11 13.83V17c0 2.21-1.78 4-3.99 4S3 19.21 3 17s1.79-4 4.01-4c.73 0 1.41.21 2 .55v-1.72L1.39 4.22 2.8 2.81l18.39 18.38z"})
"MediaBluetoothOff"))
================================================
FILE: src/icons/reagent_mui/icons/media_bluetooth_off_outlined.cljs
================================================
(ns reagent-mui.icons.media-bluetooth-off-outlined
"Imports @mui/icons-material/MediaBluetoothOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def media-bluetooth-off-outlined (create-svg-icon (e "path" #js {"d" "M9 6.17V3h6v4h-4v1.17l-2-2zM19.42 15 22 17.57l-.8.8-6.78-6.78.8-.8 2.75 2.75V9h.6L22 12.43 19.42 15zm-.25-1.45 1.13-1.13-1.13-1.13v2.26zm2.02 7.64-1.41 1.41-3.98-3.98-.58.58-.85-.85.58-.58L11 13.83V17c0 2.21-1.78 4-3.99 4S3 19.21 3 17s1.79-4 4.01-4c.73 0 1.41.21 2 .55v-1.72L1.39 4.22 2.8 2.81l18.39 18.38z"})
"MediaBluetoothOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/media_bluetooth_off_rounded.cljs
================================================
(ns reagent-mui.icons.media-bluetooth-off-rounded
"Imports @mui/icons-material/MediaBluetoothOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def media-bluetooth-off-rounded (create-svg-icon (e "path" #js {"d" "M9 6.17V5c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2s-.9 2-2 2h-2v1.17l-2-2zM19.42 15l2.18 2.17c.22.22.22.58 0 .8-.22.22-.58.22-.8 0l-5.98-5.98c-.22-.22-.22-.58 0-.8.22-.22.58-.22.8 0l2.35 2.35V9.61c0-.45.54-.67.85-.35l2.82 2.82c.2.2.2.51 0 .71L19.42 15zm-.25-1.45 1.13-1.13-1.13-1.13v2.26zm1.32 6.94c.39.39.39 1.02 0 1.41-.39.39-1.02.39-1.41 0l-3.28-3.28-.16.16c-.23.23-.62.23-.85 0-.23-.23-.23-.62 0-.85l.16-.16L11 13.83v3.02c0 2.07-1.68 4.01-3.74 4.14C4.94 21.13 3 19.29 3 17c0-2.21 1.79-4 4.01-4 .73 0 1.41.21 2 .55v-1.72L2.1 4.92a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l16.98 16.98z"})
"MediaBluetoothOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/media_bluetooth_off_sharp.cljs
================================================
(ns reagent-mui.icons.media-bluetooth-off-sharp
"Imports @mui/icons-material/MediaBluetoothOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def media-bluetooth-off-sharp (create-svg-icon (e "path" #js {"d" "M9 6.17V3h6v4h-4v1.17l-2-2zM19.42 15 22 17.57l-.8.8-6.78-6.78.8-.8 2.75 2.75V9h.6L22 12.43 19.42 15zm-.25-1.45 1.13-1.13-1.13-1.13v2.26zm-1.96 3.66 3.98 3.98-1.41 1.41-3.98-3.98-.58.58-.85-.85.58-.58L11 13.83V17c0 2.21-1.78 4-3.99 4S3 19.21 3 17s1.79-4 4.01-4c.73 0 1.41.21 2 .55v-1.72L1.39 4.22 2.8 2.81l13.56 13.56.85.84z"})
"MediaBluetoothOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/media_bluetooth_off_two_tone.cljs
================================================
(ns reagent-mui.icons.media-bluetooth-off-two-tone
"Imports @mui/icons-material/MediaBluetoothOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def media-bluetooth-off-two-tone (create-svg-icon (e "path" #js {"d" "M9 6.17V3h6v4h-4v1.17l-2-2zM19.42 15 22 17.57l-.8.8-6.78-6.78.8-.8 2.75 2.75V9h.6L22 12.43 19.42 15zm-.25-1.45 1.13-1.13-1.13-1.13v2.26zm-1.96 3.66 3.98 3.98-1.41 1.41-3.98-3.98-.58.58-.85-.85.58-.58L11 13.83V17c0 2.21-1.78 4-3.99 4S3 19.21 3 17s1.79-4 4.01-4c.73 0 1.41.21 2 .55v-1.72L1.39 4.22 2.8 2.81l13.56 13.56.85.84z"})
"MediaBluetoothOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/media_bluetooth_on.cljs
================================================
(ns reagent-mui.icons.media-bluetooth-on
"Imports @mui/icons-material/MediaBluetoothOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def media-bluetooth-on (create-svg-icon (e "path" #js {"d" "m9 3 .01 10.55c-.6-.34-1.28-.55-2-.55C4.79 13 3 14.79 3 17s1.79 4 4.01 4S11 19.21 11 17V7h4V3H9zm12 9.43L17.57 9h-.6v4.55l-2.75-2.75-.85.85L16.73 15l-3.35 3.35.85.85 2.75-2.75V21h.6L21 17.57 18.42 15 21 12.43zm-2.83-1.13 1.13 1.13-1.13 1.13V11.3zm1.13 6.27-1.13 1.13v-2.26l1.13 1.13z"})
"MediaBluetoothOn"))
================================================
FILE: src/icons/reagent_mui/icons/media_bluetooth_on_outlined.cljs
================================================
(ns reagent-mui.icons.media-bluetooth-on-outlined
"Imports @mui/icons-material/MediaBluetoothOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def media-bluetooth-on-outlined (create-svg-icon (e "path" #js {"d" "m9 3 .01 10.55c-.6-.34-1.28-.55-2-.55C4.79 13 3 14.79 3 17s1.79 4 4.01 4S11 19.21 11 17V7h4V3H9zm12 9.43L17.57 9h-.6v4.55l-2.75-2.75-.85.85L16.73 15l-3.35 3.35.85.85 2.75-2.75V21h.6L21 17.57 18.42 15 21 12.43zm-2.83-1.13 1.13 1.13-1.13 1.13V11.3zm1.13 6.27-1.13 1.13v-2.26l1.13 1.13z"})
"MediaBluetoothOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/media_bluetooth_on_rounded.cljs
================================================
(ns reagent-mui.icons.media-bluetooth-on-rounded
"Imports @mui/icons-material/MediaBluetoothOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def media-bluetooth-on-rounded (create-svg-icon (e "path" #js {"d" "m9 5 .01 8.55c-.6-.34-1.28-.55-2-.55C4.79 13 3 14.79 3 17s1.79 4 4.01 4S11 19.21 11 17V7h2c1.1 0 2-.9 2-2s-.9-2-2-2h-2c-1.1 0-2 .9-2 2zm11.29 6.72-2.47-2.47c-.32-.31-.85-.09-.85.35v3.94l-2.33-2.33c-.23-.23-.61-.23-.85 0-.23.23-.23.62 0 .85L16.73 15l-2.93 2.93c-.23.23-.23.61 0 .85.23.23.61.23.85 0l2.33-2.33v3.94c0 .45.54.67.85.35l2.46-2.46c.39-.39.39-1.02 0-1.41L18.42 15l1.87-1.86c.39-.39.39-1.03 0-1.42zm-2.12-.42 1.13 1.13-1.13 1.13V11.3zm1.13 6.27-1.13 1.13v-2.26l1.13 1.13z"})
"MediaBluetoothOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/media_bluetooth_on_sharp.cljs
================================================
(ns reagent-mui.icons.media-bluetooth-on-sharp
"Imports @mui/icons-material/MediaBluetoothOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def media-bluetooth-on-sharp (create-svg-icon (e "path" #js {"d" "m9 3 .01 10.55c-.6-.34-1.28-.55-2-.55C4.79 13 3 14.79 3 17s1.79 4 4.01 4S11 19.21 11 17V7h4V3H9zm12 9.43L17.57 9h-.6v4.55l-2.75-2.75-.85.85L16.73 15l-3.35 3.35.85.85 2.75-2.75V21h.6L21 17.57 18.42 15 21 12.43zm-2.83-1.13 1.13 1.13-1.13 1.13V11.3zm1.13 6.27-1.13 1.13v-2.26l1.13 1.13z"})
"MediaBluetoothOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/media_bluetooth_on_two_tone.cljs
================================================
(ns reagent-mui.icons.media-bluetooth-on-two-tone
"Imports @mui/icons-material/MediaBluetoothOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def media-bluetooth-on-two-tone (create-svg-icon (e "path" #js {"d" "m9 3 .01 10.55c-.6-.34-1.28-.55-2-.55C4.79 13 3 14.79 3 17s1.79 4 4.01 4S11 19.21 11 17V7h4V3H9zm12 9.43L17.57 9h-.6v4.55l-2.75-2.75-.85.85L16.73 15l-3.35 3.35.85.85 2.75-2.75V21h.6L21 17.57 18.42 15 21 12.43zm-2.83-1.13 1.13 1.13-1.13 1.13V11.3zm1.13 6.27-1.13 1.13v-2.26l1.13 1.13z"})
"MediaBluetoothOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mediation.cljs
================================================
(ns reagent-mui.icons.mediation
"Imports @mui/icons-material/Mediation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mediation (create-svg-icon (e "path" #js {"d" "m22 12-4 4-1.41-1.41L18.17 13h-5.23c-.34 3.1-2.26 5.72-4.94 7.05C7.96 21.69 6.64 23 5 23c-1.66 0-3-1.34-3-3s1.34-3 3-3c.95 0 1.78.45 2.33 1.14 1.9-1.03 3.26-2.91 3.58-5.14h-3.1C7.4 14.16 6.3 15 5 15c-1.66 0-3-1.34-3-3s1.34-3 3-3c1.3 0 2.4.84 2.82 2h3.1c-.32-2.23-1.69-4.1-3.59-5.14C6.78 6.55 5.95 7 5 7 3.34 7 2 5.66 2 4s1.34-3 3-3c1.64 0 2.96 1.31 2.99 2.95 2.68 1.33 4.6 3.95 4.94 7.05h5.23l-1.58-1.59L18 8l4 4z"})
"Mediation"))
================================================
FILE: src/icons/reagent_mui/icons/mediation_outlined.cljs
================================================
(ns reagent-mui.icons.mediation-outlined
"Imports @mui/icons-material/MediationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mediation-outlined (create-svg-icon (e "path" #js {"d" "m18 16 4-4-4-4v3h-5.06C12.6 7.9 10.68 5.28 8 3.95 7.96 2.31 6.64 1 5 1 3.34 1 2 2.34 2 4s1.34 3 3 3c.95 0 1.78-.45 2.33-1.14C9.23 6.9 10.6 8.77 10.92 11h-3.1C7.4 9.84 6.3 9 5 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c1.3 0 2.4-.84 2.82-2h3.1c-.32 2.23-1.69 4.1-3.58 5.14C6.78 17.45 5.95 17 5 17c-1.66 0-3 1.34-3 3s1.34 3 3 3c1.64 0 2.96-1.31 2.99-2.95 2.68-1.33 4.6-3.95 4.94-7.05H18v3z"})
"MediationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mediation_rounded.cljs
================================================
(ns reagent-mui.icons.mediation-rounded
"Imports @mui/icons-material/MediationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mediation-rounded (create-svg-icon (e "path" #js {"d" "M18 13h-5.06c-.34 3.1-2.26 5.72-4.94 7.05-.03 1.81-1.66 3.23-3.55 2.9-1.2-.21-2.19-1.2-2.4-2.4C1.71 18.65 3.16 17 5 17c.95 0 1.78.45 2.33 1.14 1.9-1.03 3.26-2.91 3.58-5.14h-3.1c-.48 1.34-1.86 2.24-3.42 1.94-1.18-.23-2.13-1.2-2.35-2.38C1.7 10.66 3.16 9 5 9c1.3 0 2.4.84 2.82 2h3.1c-.32-2.23-1.69-4.1-3.59-5.14-.64.8-1.67 1.28-2.81 1.1-1.23-.19-2.26-1.19-2.47-2.42C1.72 2.65 3.17 1 5 1c1.64 0 2.96 1.31 2.99 2.95 2.68 1.33 4.6 3.95 4.94 7.05H18V9.21c0-.45.54-.67.85-.35l2.79 2.79c.2.2.2.51 0 .71l-2.79 2.79c-.31.31-.85.09-.85-.36V13z"})
"MediationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mediation_sharp.cljs
================================================
(ns reagent-mui.icons.mediation-sharp
"Imports @mui/icons-material/MediationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mediation-sharp (create-svg-icon (e "path" #js {"d" "M18 13h-5.06c-.34 3.1-2.26 5.72-4.94 7.05C7.96 21.69 6.64 23 5 23c-1.66 0-3-1.34-3-3s1.34-3 3-3c.95 0 1.78.45 2.33 1.14 1.9-1.03 3.26-2.91 3.58-5.14h-3.1C7.4 14.16 6.3 15 5 15c-1.66 0-3-1.34-3-3s1.34-3 3-3c1.3 0 2.4.84 2.82 2h3.1c-.32-2.23-1.69-4.1-3.59-5.14C6.78 6.55 5.95 7 5 7 3.34 7 2 5.66 2 4s1.34-3 3-3c1.64 0 2.96 1.31 2.99 2.95 2.68 1.33 4.6 3.95 4.94 7.05H18V8l4 4-4 4v-3z"})
"MediationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mediation_two_tone.cljs
================================================
(ns reagent-mui.icons.mediation-two-tone
"Imports @mui/icons-material/MediationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mediation-two-tone (create-svg-icon (e "path" #js {"d" "m18 16 4-4-4-4v3h-5.06C12.6 7.9 10.68 5.28 8 3.95 7.96 2.31 6.64 1 5 1 3.34 1 2 2.34 2 4s1.34 3 3 3c.95 0 1.78-.45 2.33-1.14C9.23 6.9 10.6 8.77 10.92 11h-3.1C7.4 9.84 6.3 9 5 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c1.3 0 2.4-.84 2.82-2h3.1c-.32 2.23-1.69 4.1-3.58 5.14C6.78 17.45 5.95 17 5 17c-1.66 0-3 1.34-3 3s1.34 3 3 3c1.64 0 2.96-1.31 2.99-2.95 2.68-1.33 4.6-3.95 4.94-7.05H18v3z"})
"MediationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/medical_information.cljs
================================================
(ns reagent-mui.icons.medical-information
"Imports @mui/icons-material/MedicalInformation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medical-information (create-svg-icon (e "path" #js {"d" "M20 7h-5V4c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm-9-3h2v5h-2V4zm0 12H9v2H7v-2H5v-2h2v-2h2v2h2v2zm2-1.5V13h6v1.5h-6zm0 3V16h4v1.5h-4z"})
"MedicalInformation"))
================================================
FILE: src/icons/reagent_mui/icons/medical_information_outlined.cljs
================================================
(ns reagent-mui.icons.medical-information-outlined
"Imports @mui/icons-material/MedicalInformationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medical-information-outlined (create-svg-icon (e "path" #js {"d" "M20 7h-5V4c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm-9-3h2v5h-2V4zm9 16H4V9h5c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2h5v11zm-9-4H9v2H7v-2H5v-2h2v-2h2v2h2v2zm2-1.5V13h6v1.5h-6zm0 3V16h4v1.5h-4z"})
"MedicalInformationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/medical_information_rounded.cljs
================================================
(ns reagent-mui.icons.medical-information-rounded
"Imports @mui/icons-material/MedicalInformationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medical-information-rounded (create-svg-icon (e "path" #js {"d" "M20 7h-5V4c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm-9-3h2v5h-2V4zM7 16H6c-.55 0-1-.45-1-1s.45-1 1-1h1v-1c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1s-.45 1-1 1H9v1c0 .55-.45 1-1 1s-1-.45-1-1v-1zm6.75-1.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4.5c.41 0 .75.34.75.75s-.34.75-.75.75h-4.5zm0 3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.5c.41 0 .75.34.75.75s-.34.75-.75.75h-2.5z"})
"MedicalInformationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/medical_information_sharp.cljs
================================================
(ns reagent-mui.icons.medical-information-sharp
"Imports @mui/icons-material/MedicalInformationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medical-information-sharp (create-svg-icon (e "path" #js {"d" "M22 7h-7V2H9v5H2v15h20V7zM11 4h2v5h-2V4zm0 12H9v2H7v-2H5v-2h2v-2h2v2h2v2zm2-1.5V13h6v1.5h-6zm0 3V16h4v1.5h-4z"})
"MedicalInformationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/medical_information_two_tone.cljs
================================================
(ns reagent-mui.icons.medical-information-two-tone
"Imports @mui/icons-material/MedicalInformationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medical-information-two-tone (create-svg-icon [(e "path" #js {"d" "M15 9c0 1.1-.9 2-2 2h-2c-1.1 0-2-.9-2-2H4v11h16V9h-5zm-4 7H9v2H7v-2H5v-2h2v-2h2v2h2v2zm6 1.5h-4V16h4v1.5zm2-3h-6V13h6v1.5z", "opacity" ".3"}) (e "path" #js {"d" "M20 7h-5V4c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm-9-3h2v5h-2V4zm9 16H4V9h5c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2h5v11zm-9-4H9v2H7v-2H5v-2h2v-2h2v2h2v2zm2-1.5V13h6v1.5h-6zm0 3V16h4v1.5h-4z"})]
"MedicalInformationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/medical_services.cljs
================================================
(ns reagent-mui.icons.medical-services
"Imports @mui/icons-material/MedicalServices as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medical-services (create-svg-icon (e "path" #js {"d" "M20 6h-4V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM10 4h4v2h-4V4zm6 11h-3v3h-2v-3H8v-2h3v-3h2v3h3v2z"})
"MedicalServices"))
================================================
FILE: src/icons/reagent_mui/icons/medical_services_outlined.cljs
================================================
(ns reagent-mui.icons.medical-services-outlined
"Imports @mui/icons-material/MedicalServicesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medical-services-outlined (create-svg-icon [(e "path" #js {"d" "M20 6h-4V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM10 4h4v2h-4V4zm10 16H4V8h16v12z"}) (e "path" #js {"d" "M13 10h-2v3H8v2h3v3h2v-3h3v-2h-3z"})]
"MedicalServicesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/medical_services_rounded.cljs
================================================
(ns reagent-mui.icons.medical-services-rounded
"Imports @mui/icons-material/MedicalServicesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medical-services-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-4V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM10 4h4v2h-4V4zm5 11h-2v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H9c-.55 0-1-.45-1-1s.45-1 1-1h2v-2c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1z"})
"MedicalServicesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/medical_services_sharp.cljs
================================================
(ns reagent-mui.icons.medical-services-sharp
"Imports @mui/icons-material/MedicalServicesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medical-services-sharp (create-svg-icon (e "path" #js {"d" "M16 6V2H8v4H2v16h20V6h-6zm-6-2h4v2h-4V4zm6 11h-3v3h-2v-3H8v-2h3v-3h2v3h3v2z"})
"MedicalServicesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/medical_services_two_tone.cljs
================================================
(ns reagent-mui.icons.medical-services-two-tone
"Imports @mui/icons-material/MedicalServicesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medical-services-two-tone (create-svg-icon [(e "path" #js {"d" "M4 20h16V8H4v12zm4-7h3v-3h2v3h3v2h-3v3h-2v-3H8v-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 6h-4V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM10 4h4v2h-4V4zm10 16H4V8h16v12z"}) (e "path" #js {"d" "M11 18h2v-3h3v-2h-3v-3h-2v3H8v2h3z"})]
"MedicalServicesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/medication.cljs
================================================
(ns reagent-mui.icons.medication
"Imports @mui/icons-material/Medication as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medication (create-svg-icon (e "path" #js {"d" "M6 3h12v2H6zm11 3H7c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-1 9h-2.5v2.5h-3V15H8v-3h2.5V9.5h3V12H16v3z"})
"Medication"))
================================================
FILE: src/icons/reagent_mui/icons/medication_liquid.cljs
================================================
(ns reagent-mui.icons.medication-liquid
"Imports @mui/icons-material/MedicationLiquid as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medication-liquid (create-svg-icon (e "path" #js {"d" "M3 3h12v2H3zm11 3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-1 9h-2.5v2.5h-3V15H5v-3h2.5V9.5h3V12H13v3zm7-9c-1.68 0-3 1.76-3 4 0 1.77.83 3.22 2 3.76V20c0 .55.45 1 1 1s1-.45 1-1v-6.24c1.17-.54 2-1.99 2-3.76 0-2.24-1.32-4-3-4z"})
"MedicationLiquid"))
================================================
FILE: src/icons/reagent_mui/icons/medication_liquid_outlined.cljs
================================================
(ns reagent-mui.icons.medication-liquid-outlined
"Imports @mui/icons-material/MedicationLiquidOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medication-liquid-outlined (create-svg-icon (e "path" #js {"d" "M3 3h12v2H3zM2 21h14V6H2v15zm3-9h2.5V9.5h3V12H13v3h-2.5v2.5h-3V15H5v-3zm15-6c-1.68 0-3 1.76-3 4 0 1.77.83 3.22 2 3.76V21h2v-7.24c1.17-.54 2-1.99 2-3.76 0-2.24-1.32-4-3-4z"})
"MedicationLiquidOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/medication_liquid_rounded.cljs
================================================
(ns reagent-mui.icons.medication-liquid-rounded
"Imports @mui/icons-material/MedicationLiquidRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medication-liquid-rounded (create-svg-icon (e "path" #js {"d" "M4 5h10c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm10 1H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-2.5 9h-1v1c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5v-1h-1c-.83 0-1.5-.67-1.5-1.5S5.67 12 6.5 12h1v-1c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v1h1c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5zM20 6c-1.68 0-3 1.76-3 4 0 1.77.83 3.22 2 3.76V20c0 .55.45 1 1 1s1-.45 1-1v-6.24c1.17-.54 2-1.99 2-3.76 0-2.24-1.32-4-3-4z"})
"MedicationLiquidRounded"))
================================================
FILE: src/icons/reagent_mui/icons/medication_liquid_sharp.cljs
================================================
(ns reagent-mui.icons.medication-liquid-sharp
"Imports @mui/icons-material/MedicationLiquidSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medication-liquid-sharp (create-svg-icon [(e "path" #js {"d" "M3 3h12v2H3zm4.5 14.5h3V15H13v-3h-2.5V9.5h-3V12H5v3h2.5z"}) (e "path" #js {"d" "M14 6H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 13H4V8h10v11zm6-13c-1.68 0-3 1.76-3 4 0 1.77.83 3.22 2 3.76V20c0 .55.45 1 1 1s1-.45 1-1v-6.24c1.17-.54 2-1.99 2-3.76 0-2.24-1.32-4-3-4zm0 6c-.41 0-1-.78-1-2s.59-2 1-2 1 .78 1 2-.59 2-1 2z"})]
"MedicationLiquidSharp"))
================================================
FILE: src/icons/reagent_mui/icons/medication_liquid_two_tone.cljs
================================================
(ns reagent-mui.icons.medication-liquid-two-tone
"Imports @mui/icons-material/MedicationLiquidTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medication-liquid-two-tone (create-svg-icon [(e "g" #js {"opacity" ".3"} (e "defs" nil (e "path" #js {"id" "a", "d" "M4 8h10v11H4z", "opacity" ".3"})) (e "use" #js {"xlinkHref" "#a", "overflow" "visible"}) (e "path" #js {"d" "M4 19h10V8H4v11zm1-7h2.5V9.5h3V12H13v3h-2.5v2.5h-3V15H5v-3z"})) (e "path" #js {"d" "M3 3h12v2H3zm11 3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m0 13H4V8h10v11z"}) (e "path" #js {"d" "M7.5 17.5h3V15H13v-3h-2.5V9.5h-3V12H5v3h2.5z"}) (e "ellipse" #js {"cx" "20", "cy" "10", "opacity" ".3", "rx" "1", "ry" "2"}) (e "path" #js {"d" "M20 6c-1.68 0-3 1.76-3 4 0 1.77.83 3.22 2 3.76V20c0 .55.45 1 1 1s1-.45 1-1v-6.24c1.17-.54 2-1.99 2-3.76 0-2.24-1.32-4-3-4zm0 6c-.41 0-1-.78-1-2s.59-2 1-2 1 .78 1 2-.59 2-1 2z"})]
"MedicationLiquidTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/medication_outlined.cljs
================================================
(ns reagent-mui.icons.medication-outlined
"Imports @mui/icons-material/MedicationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medication-outlined (create-svg-icon (e "path" #js {"d" "M10.5 15H8v-3h2.5V9.5h3V12H16v3h-2.5v2.5h-3V15zM19 8v11c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2zm-2 0H7v11h10V8zm1-5H6v2h12V3z"})
"MedicationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/medication_rounded.cljs
================================================
(ns reagent-mui.icons.medication-rounded
"Imports @mui/icons-material/MedicationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medication-rounded (create-svg-icon (e "path" #js {"d" "M17 3H7c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1zm0 3H7c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-2.5 9h-1v1c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5v-1h-1c-.83 0-1.5-.67-1.5-1.5S8.67 12 9.5 12h1v-1c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v1h1c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5z"})
"MedicationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/medication_sharp.cljs
================================================
(ns reagent-mui.icons.medication-sharp
"Imports @mui/icons-material/MedicationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medication-sharp (create-svg-icon (e "path" #js {"d" "M6 3h12v2H6zm13 3H5v15h14V6zm-3 9h-2.5v2.5h-3V15H8v-3h2.5V9.5h3V12H16v3z"})
"MedicationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/medication_two_tone.cljs
================================================
(ns reagent-mui.icons.medication-two-tone
"Imports @mui/icons-material/MedicationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def medication-two-tone (create-svg-icon [(e "path" #js {"d" "M7 19h10V8H7v11zm1-7h2.5V9.5h3V12H16v3h-2.5v2.5h-3V15H8v-3z", "opacity" ".3"}) (e "path" #js {"d" "M6 3h12v2H6zm11 3H7c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 13H7V8h10v11z"}) (e "path" #js {"d" "M10.5 17.5h3V15H16v-3h-2.5V9.5h-3V12H8v3h2.5z"})]
"MedicationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/meeting_room.cljs
================================================
(ns reagent-mui.icons.meeting-room
"Imports @mui/icons-material/MeetingRoom as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def meeting-room (create-svg-icon (e "path" #js {"d" "M14 6v15H3v-2h2V3h9v1h5v15h2v2h-4V6h-3zm-4 5v2h2v-2h-2z"})
"MeetingRoom"))
================================================
FILE: src/icons/reagent_mui/icons/meeting_room_outlined.cljs
================================================
(ns reagent-mui.icons.meeting-room-outlined
"Imports @mui/icons-material/MeetingRoomOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def meeting-room-outlined (create-svg-icon (e "path" #js {"d" "M19 19V4h-4V3H5v16H3v2h12V6h2v15h4v-2h-2zm-6 0H7V5h6v14zm-3-8h2v2h-2z"})
"MeetingRoomOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/meeting_room_rounded.cljs
================================================
(ns reagent-mui.icons.meeting-room-rounded
"Imports @mui/icons-material/MeetingRoomRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def meeting-room-rounded (create-svg-icon (e "path" #js {"d" "M20 19h-1V5c0-.55-.45-1-1-1h-4c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v15H4c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1V6h3v14c0 .55.45 1 1 1h2c.55 0 1-.45 1-1s-.45-1-1-1zm-9-6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"MeetingRoomRounded"))
================================================
FILE: src/icons/reagent_mui/icons/meeting_room_sharp.cljs
================================================
(ns reagent-mui.icons.meeting-room-sharp
"Imports @mui/icons-material/MeetingRoomSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def meeting-room-sharp (create-svg-icon (e "path" #js {"d" "M14 6v15H3v-2h2V3h9v1h5v15h2v2h-4V6h-3zm-4 5v2h2v-2h-2z"})
"MeetingRoomSharp"))
================================================
FILE: src/icons/reagent_mui/icons/meeting_room_two_tone.cljs
================================================
(ns reagent-mui.icons.meeting-room-two-tone
"Imports @mui/icons-material/MeetingRoomTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def meeting-room-two-tone (create-svg-icon [(e "path" #js {"d" "M7 19h6V5H7v14zm3-8h2v2h-2v-2z", "opacity" ".3"}) (e "path" #js {"d" "M19 19V4h-4V3H5v16H3v2h12V6h2v15h4v-2h-2zm-6 0H7V5h6v14zm-3-8h2v2h-2z"})]
"MeetingRoomTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/memory.cljs
================================================
(ns reagent-mui.icons.memory
"Imports @mui/icons-material/Memory as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def memory (create-svg-icon (e "path" #js {"d" "M15 9H9v6h6V9zm-2 4h-2v-2h2v2zm8-2V9h-2V7c0-1.1-.9-2-2-2h-2V3h-2v2h-2V3H9v2H7c-1.1 0-2 .9-2 2v2H3v2h2v2H3v2h2v2c0 1.1.9 2 2 2h2v2h2v-2h2v2h2v-2h2c1.1 0 2-.9 2-2v-2h2v-2h-2v-2h2zm-4 6H7V7h10v10z"})
"Memory"))
================================================
FILE: src/icons/reagent_mui/icons/memory_outlined.cljs
================================================
(ns reagent-mui.icons.memory-outlined
"Imports @mui/icons-material/MemoryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def memory-outlined (create-svg-icon (e "path" #js {"d" "M15 9H9v6h6V9zm-2 4h-2v-2h2v2zm8-2V9h-2V7c0-1.1-.9-2-2-2h-2V3h-2v2h-2V3H9v2H7c-1.1 0-2 .9-2 2v2H3v2h2v2H3v2h2v2c0 1.1.9 2 2 2h2v2h2v-2h2v2h2v-2h2c1.1 0 2-.9 2-2v-2h2v-2h-2v-2h2zm-4 6H7V7h10v10z"})
"MemoryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/memory_rounded.cljs
================================================
(ns reagent-mui.icons.memory-rounded
"Imports @mui/icons-material/MemoryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def memory-rounded (create-svg-icon (e "path" #js {"d" "M14 9h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-1 4h-2v-2h2v2zm8-3c0-.55-.45-1-1-1h-1V7c0-1.1-.9-2-2-2h-2V4c0-.55-.45-1-1-1s-1 .45-1 1v1h-2V4c0-.55-.45-1-1-1s-1 .45-1 1v1H7c-1.1 0-2 .9-2 2v2H4c-.55 0-1 .45-1 1s.45 1 1 1h1v2H4c-.55 0-1 .45-1 1s.45 1 1 1h1v2c0 1.1.9 2 2 2h2v1c0 .55.45 1 1 1s1-.45 1-1v-1h2v1c0 .55.45 1 1 1s1-.45 1-1v-1h2c1.1 0 2-.9 2-2v-2h1c.55 0 1-.45 1-1s-.45-1-1-1h-1v-2h1c.55 0 1-.45 1-1zm-5 7H8c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h8c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1z"})
"MemoryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/memory_sharp.cljs
================================================
(ns reagent-mui.icons.memory-sharp
"Imports @mui/icons-material/MemorySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def memory-sharp (create-svg-icon (e "path" #js {"d" "M15 9H9v6h6V9zm-2 4h-2v-2h2v2zm8-2V9h-2V5h-4V3h-2v2h-2V3H9v2H5v4H3v2h2v2H3v2h2v4h4v2h2v-2h2v2h2v-2h4v-4h2v-2h-2v-2h2zm-4 6H7V7h10v10z"})
"MemorySharp"))
================================================
FILE: src/icons/reagent_mui/icons/memory_two_tone.cljs
================================================
(ns reagent-mui.icons.memory-two-tone
"Imports @mui/icons-material/MemoryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def memory-two-tone (create-svg-icon [(e "path" #js {"d" "M7 17h10V7H7v10zm2-8h6v6H9V9z", "opacity" ".3"}) (e "path" #js {"d" "M21 11V9h-2V7c0-1.1-.9-2-2-2h-2V3h-2v2h-2V3H9v2H7c-1.1 0-2 .9-2 2v2H3v2h2v2H3v2h2v2c0 1.1.9 2 2 2h2v2h2v-2h2v2h2v-2h2c1.1 0 2-.9 2-2v-2h2v-2h-2v-2h2zm-4 6H7V7h10v10zm-2-8H9v6h6V9zm-2 4h-2v-2h2v2z"})]
"MemoryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/menu.cljs
================================================
(ns reagent-mui.icons.menu
"Imports @mui/icons-material/Menu as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def menu (create-svg-icon (e "path" #js {"d" "M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"})
"Menu"))
================================================
FILE: src/icons/reagent_mui/icons/menu_book.cljs
================================================
(ns reagent-mui.icons.menu-book
"Imports @mui/icons-material/MenuBook as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def menu-book (create-svg-icon [(e "path" #js {"d" "M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1zm0 13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z"}) (e "path" #js {"d" "M17.5 10.5c.88 0 1.73.09 2.5.26V9.24c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99zM13 12.49v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26V11.9c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.3-4.5.83zm4.5 1.84c-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26v-1.52c-.79-.16-1.64-.24-2.5-.24z"})]
"MenuBook"))
================================================
FILE: src/icons/reagent_mui/icons/menu_book_outlined.cljs
================================================
(ns reagent-mui.icons.menu-book-outlined
"Imports @mui/icons-material/MenuBookOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def menu-book-outlined (create-svg-icon [(e "path" #js {"d" "M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1zm0 13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z"}) (e "path" #js {"d" "M17.5 10.5c.88 0 1.73.09 2.5.26V9.24c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99zM13 12.49v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26V11.9c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.3-4.5.83zm4.5 1.84c-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26v-1.52c-.79-.16-1.64-.24-2.5-.24z"})]
"MenuBookOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/menu_book_rounded.cljs
================================================
(ns reagent-mui.icons.menu-book-rounded
"Imports @mui/icons-material/MenuBookRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def menu-book-rounded (create-svg-icon [(e "path" #js {"d" "M17.5 4.5c-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5-1.45 0-2.99.22-4.28.79C1.49 5.62 1 6.33 1 7.14v11.28c0 1.3 1.22 2.26 2.48 1.94.98-.25 2.02-.36 3.02-.36 1.56 0 3.22.26 4.56.92.6.3 1.28.3 1.87 0 1.34-.67 3-.92 4.56-.92 1 0 2.04.11 3.02.36 1.26.33 2.48-.63 2.48-1.94V7.14c0-.81-.49-1.52-1.22-1.85-1.28-.57-2.82-.79-4.27-.79zM21 17.23c0 .63-.58 1.09-1.2.98-.75-.14-1.53-.2-2.3-.2-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5.92 0 1.83.09 2.7.28.46.1.8.51.8.98v9.47z"}) (e "path" #js {"d" "M13.98 11.01c-.32 0-.61-.2-.71-.52-.13-.39.09-.82.48-.94 1.54-.5 3.53-.66 5.36-.45.41.05.71.42.66.83-.05.41-.42.71-.83.66-1.62-.19-3.39-.04-4.73.39-.08.01-.16.03-.23.03zm0 2.66c-.32 0-.61-.2-.71-.52-.13-.39.09-.82.48-.94 1.53-.5 3.53-.66 5.36-.45.41.05.71.42.66.83-.05.41-.42.71-.83.66-1.62-.19-3.39-.04-4.73.39-.08.02-.16.03-.23.03zm0 2.66c-.32 0-.61-.2-.71-.52-.13-.39.09-.82.48-.94 1.53-.5 3.53-.66 5.36-.45.41.05.71.42.66.83-.05.41-.42.7-.83.66-1.62-.19-3.39-.04-4.73.39-.08.02-.16.03-.23.03z"})]
"MenuBookRounded"))
================================================
FILE: src/icons/reagent_mui/icons/menu_book_sharp.cljs
================================================
(ns reagent-mui.icons.menu-book-sharp
"Imports @mui/icons-material/MenuBookSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def menu-book-sharp (create-svg-icon [(e "path" #js {"d" "M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v15.5C2.45 20.4 4.55 20 6.5 20s4.05.4 5.5 1.5c1.45-1.1 3.55-1.5 5.5-1.5 1.17 0 2.39.15 3.5.5.75.25 1.4.55 2 1V6c-.6-.45-1.25-.75-2-1zm0 13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z"}) (e "path" #js {"d" "M17.5 10.5c.88 0 1.73.09 2.5.26V9.24c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99zM13 12.49v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26V11.9c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.3-4.5.83zm4.5 1.84c-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26v-1.52c-.79-.16-1.64-.24-2.5-.24z"})]
"MenuBookSharp"))
================================================
FILE: src/icons/reagent_mui/icons/menu_book_two_tone.cljs
================================================
(ns reagent-mui.icons.menu-book-two-tone
"Imports @mui/icons-material/MenuBookTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def menu-book-two-tone (create-svg-icon [(e "path" #js {"d" "M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1zM3 18.5V7c1.1-.35 2.3-.5 3.5-.5 1.34 0 3.13.41 4.5.99v11.5C9.63 18.41 7.84 18 6.5 18c-1.2 0-2.4.15-3.5.5zm18 0c-1.1-.35-2.3-.5-3.5-.5-1.34 0-3.13.41-4.5.99V7.49c1.37-.59 3.16-.99 4.5-.99 1.2 0 2.4.15 3.5.5v11.5z"}) (e "path" #js {"d" "M11 7.49c-1.37-.58-3.16-.99-4.5-.99-1.2 0-2.4.15-3.5.5v11.5c1.1-.35 2.3-.5 3.5-.5 1.34 0 3.13.41 4.5.99V7.49z", "opacity" ".3"}) (e "path" #js {"d" "M17.5 10.5c.88 0 1.73.09 2.5.26V9.24c-.79-.15-1.64-.24-2.5-.24-1.28 0-2.46.16-3.5.47v1.57c.99-.35 2.18-.54 3.5-.54zm0 2.66c.88 0 1.73.09 2.5.26V11.9c-.79-.15-1.64-.24-2.5-.24-1.28 0-2.46.16-3.5.47v1.57c.99-.34 2.18-.54 3.5-.54zm0 2.67c.88 0 1.73.09 2.5.26v-1.52c-.79-.15-1.64-.24-2.5-.24-1.28 0-2.46.16-3.5.47v1.57c.99-.35 2.18-.54 3.5-.54z"})]
"MenuBookTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/menu_open.cljs
================================================
(ns reagent-mui.icons.menu-open
"Imports @mui/icons-material/MenuOpen as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def menu-open (create-svg-icon (e "path" #js {"d" "M3 18h13v-2H3v2zm0-5h10v-2H3v2zm0-7v2h13V6H3zm18 9.59L17.42 12 21 8.41 19.59 7l-5 5 5 5L21 15.59z"})
"MenuOpen"))
================================================
FILE: src/icons/reagent_mui/icons/menu_open_outlined.cljs
================================================
(ns reagent-mui.icons.menu-open-outlined
"Imports @mui/icons-material/MenuOpenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def menu-open-outlined (create-svg-icon (e "path" #js {"d" "M3 18h13v-2H3v2zm0-5h10v-2H3v2zm0-7v2h13V6H3zm18 9.59L17.42 12 21 8.41 19.59 7l-5 5 5 5L21 15.59z"})
"MenuOpenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/menu_open_rounded.cljs
================================================
(ns reagent-mui.icons.menu-open-rounded
"Imports @mui/icons-material/MenuOpenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def menu-open-rounded (create-svg-icon (e "path" #js {"d" "M4 18h11c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h8c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1zm17.3 7.88L17.42 12l2.88-2.88c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L15.3 11.3c-.39.39-.39 1.02 0 1.41l3.59 3.59c.39.39 1.02.39 1.41 0 .38-.39.39-1.03 0-1.42z"})
"MenuOpenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/menu_open_sharp.cljs
================================================
(ns reagent-mui.icons.menu-open-sharp
"Imports @mui/icons-material/MenuOpenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def menu-open-sharp (create-svg-icon (e "path" #js {"d" "M3 18h13v-2H3v2zm0-5h10v-2H3v2zm0-7v2h13V6H3zm18 9.59L17.42 12 21 8.41 19.59 7l-5 5 5 5L21 15.59z"})
"MenuOpenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/menu_open_two_tone.cljs
================================================
(ns reagent-mui.icons.menu-open-two-tone
"Imports @mui/icons-material/MenuOpenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def menu-open-two-tone (create-svg-icon (e "path" #js {"d" "M3 18h13v-2H3v2zm0-5h10v-2H3v2zm0-7v2h13V6H3zm18 9.59L17.42 12 21 8.41 19.59 7l-5 5 5 5L21 15.59z"})
"MenuOpenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/menu_outlined.cljs
================================================
(ns reagent-mui.icons.menu-outlined
"Imports @mui/icons-material/MenuOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def menu-outlined (create-svg-icon (e "path" #js {"d" "M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"})
"MenuOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/menu_rounded.cljs
================================================
(ns reagent-mui.icons.menu-rounded
"Imports @mui/icons-material/MenuRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def menu-rounded (create-svg-icon (e "path" #js {"d" "M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"})
"MenuRounded"))
================================================
FILE: src/icons/reagent_mui/icons/menu_sharp.cljs
================================================
(ns reagent-mui.icons.menu-sharp
"Imports @mui/icons-material/MenuSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def menu-sharp (create-svg-icon (e "path" #js {"d" "M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"})
"MenuSharp"))
================================================
FILE: src/icons/reagent_mui/icons/menu_two_tone.cljs
================================================
(ns reagent-mui.icons.menu-two-tone
"Imports @mui/icons-material/MenuTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def menu-two-tone (create-svg-icon (e "path" #js {"d" "M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"})
"MenuTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/merge.cljs
================================================
(ns reagent-mui.icons.merge
"Imports @mui/icons-material/Merge as a Reagent component."
(:refer-clojure :exclude [merge])
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def merge (create-svg-icon (e "path" #js {"d" "M6.41 21 5 19.59l4.83-4.83c.75-.75 1.17-1.77 1.17-2.83v-5.1L9.41 8.41 8 7l4-4 4 4-1.41 1.41L13 6.83v5.1c0 1.06.42 2.08 1.17 2.83L19 19.59 17.59 21 12 15.41 6.41 21z"})
"Merge"))
================================================
FILE: src/icons/reagent_mui/icons/merge_outlined.cljs
================================================
(ns reagent-mui.icons.merge-outlined
"Imports @mui/icons-material/MergeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def merge-outlined (create-svg-icon (e "path" #js {"d" "M6.41 21 5 19.59l4.83-4.83c.75-.75 1.17-1.77 1.17-2.83v-5.1L9.41 8.41 8 7l4-4 4 4-1.41 1.41L13 6.83v5.1c0 1.06.42 2.08 1.17 2.83L19 19.59 17.59 21 12 15.41 6.41 21z"})
"MergeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/merge_rounded.cljs
================================================
(ns reagent-mui.icons.merge-rounded
"Imports @mui/icons-material/MergeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def merge-rounded (create-svg-icon (e "path" #js {"d" "M8.71 7.71a.9959.9959 0 0 1 0-1.41l2.59-2.59c.39-.39 1.02-.39 1.41 0L15.3 6.3c.39.39.39 1.02 0 1.41-.39.39-1.02.39-1.41 0L13 6.83v5.1c0 1.06.42 2.08 1.17 2.83l4.12 4.12c.39.39.39 1.02 0 1.41s-1.02.39-1.41 0L12 15.41l-4.88 4.88c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41l4.12-4.12c.75-.75 1.17-1.77 1.17-2.83v-5.1l-.88.88c-.39.39-1.02.39-1.41 0z"})
"MergeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/merge_sharp.cljs
================================================
(ns reagent-mui.icons.merge-sharp
"Imports @mui/icons-material/MergeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def merge-sharp (create-svg-icon (e "path" #js {"d" "M6.41 21 5 19.59l4.83-4.83c.75-.75 1.17-1.77 1.17-2.83v-5.1L9.41 8.41 8 7l4-4 4 4-1.41 1.41L13 6.83v5.1c0 1.06.42 2.08 1.17 2.83L19 19.59 17.59 21 12 15.41 6.41 21z"})
"MergeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/merge_two_tone.cljs
================================================
(ns reagent-mui.icons.merge-two-tone
"Imports @mui/icons-material/MergeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def merge-two-tone (create-svg-icon (e "path" #js {"d" "M6.41 21 5 19.59l4.83-4.83c.75-.75 1.17-1.77 1.17-2.83v-5.1L9.41 8.41 8 7l4-4 4 4-1.41 1.41L13 6.83v5.1c0 1.06.42 2.08 1.17 2.83L19 19.59 17.59 21 12 15.41 6.41 21z"})
"MergeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/merge_type.cljs
================================================
(ns reagent-mui.icons.merge-type
"Imports @mui/icons-material/MergeType as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def merge-type (create-svg-icon (e "path" #js {"d" "M17 20.41 18.41 19 15 15.59 13.59 17 17 20.41zM7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z"})
"MergeType"))
================================================
FILE: src/icons/reagent_mui/icons/merge_type_outlined.cljs
================================================
(ns reagent-mui.icons.merge-type-outlined
"Imports @mui/icons-material/MergeTypeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def merge-type-outlined (create-svg-icon (e "path" #js {"d" "M17 20.41 18.41 19 15 15.59 13.59 17 17 20.41zM7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z"})
"MergeTypeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/merge_type_rounded.cljs
================================================
(ns reagent-mui.icons.merge-type-rounded
"Imports @mui/icons-material/MergeTypeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def merge-type-rounded (create-svg-icon (e "path" #js {"d" "M17.7 19.7c.39-.39.39-1.02 0-1.41l-2.7-2.7L13.59 17l2.7 2.7c.39.39 1.03.39 1.41 0zM8.71 8H11v5.59l-4.71 4.7c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.71-4.7c.38-.38.59-.88.59-1.41V8h2.29c.45 0 .67-.54.35-.85l-3.29-3.29c-.2-.2-.51-.2-.71 0L8.35 7.15c-.31.31-.09.85.36.85z"})
"MergeTypeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/merge_type_sharp.cljs
================================================
(ns reagent-mui.icons.merge-type-sharp
"Imports @mui/icons-material/MergeTypeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def merge-type-sharp (create-svg-icon (e "path" #js {"d" "M17 20.41 18.41 19 15 15.59 13.59 17 17 20.41zM7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z"})
"MergeTypeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/merge_type_two_tone.cljs
================================================
(ns reagent-mui.icons.merge-type-two-tone
"Imports @mui/icons-material/MergeTypeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def merge-type-two-tone (create-svg-icon (e "path" #js {"d" "M5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8H11v5.59zm11.407 1.41-3.408-3.407 1.4-1.407 3.41 3.408z"})
"MergeTypeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/message.cljs
================================================
(ns reagent-mui.icons.message
"Imports @mui/icons-material/Message as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def message (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z"})
"Message"))
================================================
FILE: src/icons/reagent_mui/icons/message_outlined.cljs
================================================
(ns reagent-mui.icons.message-outlined
"Imports @mui/icons-material/MessageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def message-outlined (create-svg-icon (e "path" #js {"d" "M4 4h16v12H5.17L4 17.17V4m0-2c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4zm2 10h12v2H6v-2zm0-3h12v2H6V9zm0-3h12v2H6V6z"})
"MessageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/message_rounded.cljs
================================================
(ns reagent-mui.icons.message-rounded
"Imports @mui/icons-material/MessageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def message-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-3 12H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1zm0-3H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1zm0-3H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1z"})
"MessageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/message_sharp.cljs
================================================
(ns reagent-mui.icons.message-sharp
"Imports @mui/icons-material/MessageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def message-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2.01L2 22l4-4h16V2zm-4 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z"})
"MessageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/message_two_tone.cljs
================================================
(ns reagent-mui.icons.message-two-tone
"Imports @mui/icons-material/MessageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def message-two-tone (create-svg-icon [(e "path" #js {"d" "M20 4H4v13.17L5.17 16H20V4zm-2 10H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z", "opacity" ".3"}) (e "path" #js {"d" "M20 18c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14zm-16-.83V4h16v12H5.17L4 17.17zM6 12h12v2H6zm0-3h12v2H6zm0-3h12v2H6z"})]
"MessageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mic.cljs
================================================
(ns reagent-mui.icons.mic
"Imports @mui/icons-material/Mic as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic (create-svg-icon (e "path" #js {"d" "M12 14c1.66 0 2.99-1.34 2.99-3L15 5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm5.3-3c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z"})
"Mic"))
================================================
FILE: src/icons/reagent_mui/icons/mic_external_off.cljs
================================================
(ns reagent-mui.icons.mic-external-off
"Imports @mui/icons-material/MicExternalOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-external-off (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22 5.17 8H4l1 10h1c0 2.21 1.79 4 4 4s4-1.79 4-4v-1.17l5.78 5.78 1.41-1.42zM12 18c0 1.1-.9 2-2 2s-2-.9-2-2h1l.56-5.61L12 14.83V18zm2-12v5.17l-2-2V6c0-2.21 1.79-4 4-4s4 1.79 4 4v11.17l-2-2V6c0-1.1-.9-2-2-2s-2 .9-2 2zm-4-1c0 .62-.2 1.18-.52 1.66L5.33 2.51C5.81 2.19 6.38 2 7 2c1.66 0 3 1.34 3 3z"})
"MicExternalOff"))
================================================
FILE: src/icons/reagent_mui/icons/mic_external_off_outlined.cljs
================================================
(ns reagent-mui.icons.mic-external-off-outlined
"Imports @mui/icons-material/MicExternalOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-external-off-outlined (create-svg-icon (e "path" #js {"d" "M10 5c0-1.66-1.34-3-3-3-.62 0-1.19.19-1.67.5l4.15 4.15C9.8 6.18 10 5.61 10 5zm4 1c0-1.1.9-2 2-2s2 .9 2 2v9.17l2 2V6c0-2.21-1.79-4-4-4s-4 1.79-4 4v3.17l2 2V6zM2.1 2.1.69 3.51 5.17 8H4l1 10h1c0 2.21 1.79 4 4 4s4-1.79 4-4v-1.17l6.49 6.49 1.41-1.41L2.1 2.1zM7.19 16h-.38l-.6-6h.96l.56.56L7.19 16zM12 18c0 1.1-.9 2-2 2s-2-.9-2-2h1l.56-5.61L12 14.83V18z"})
"MicExternalOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mic_external_off_rounded.cljs
================================================
(ns reagent-mui.icons.mic-external-off-rounded
"Imports @mui/icons-material/MicExternalOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-external-off-rounded (create-svg-icon (e "path" #js {"d" "M14 6c0-1.24 1.14-2.22 2.42-1.96.94.2 1.58 1.09 1.58 2.05v9.08l2 2V6.16c0-2.08-1.68-4.03-3.76-4.15C13.92 1.87 12 3.71 12 6v3.17l2 2V6zm-4-1c0-1.66-1.34-3-3-3-.62 0-1.19.19-1.67.5l4.15 4.15C9.8 6.18 10 5.61 10 5zM1.39 2.81C1 3.2 1 3.83 1.39 4.22L5.17 8H5.1c-.59 0-1.05.51-1 1.1l.85 8.45c.03.26.25.45.5.45H6c0 2.34 2.01 4.21 4.39 3.98 2.08-.2 3.61-2.06 3.61-4.15v-1l5.78 5.78c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L2.81 2.81c-.39-.39-1.03-.39-1.42 0zM12 17.91c0 .96-.64 1.86-1.58 2.05C9.14 20.22 8 19.24 8 18h.55c.26 0 .47-.19.5-.45l.52-5.16L12 14.83v3.08z"})
"MicExternalOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mic_external_off_sharp.cljs
================================================
(ns reagent-mui.icons.mic-external-off-sharp
"Imports @mui/icons-material/MicExternalOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-external-off-sharp (create-svg-icon (e "path" #js {"d" "M10 5c0-1.66-1.34-3-3-3-.62 0-1.19.19-1.67.5l4.15 4.15C9.8 6.18 10 5.61 10 5zm4-1h4v11.17l2 2V2h-8v7.17l2 2zM2.1 2.1.69 3.51 5.17 8H4l1 10h1v4h8v-5.17l6.49 6.49 1.41-1.41L2.1 2.1zM12 20H8v-2h1l.56-5.61L12 14.83V20z"})
"MicExternalOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mic_external_off_two_tone.cljs
================================================
(ns reagent-mui.icons.mic-external-off-two-tone
"Imports @mui/icons-material/MicExternalOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-external-off-two-tone (create-svg-icon [(e "path" #js {"d" "m6.21 10 .6 6h.38l.54-5.44-.56-.56z", "opacity" ".3"}) (e "path" #js {"d" "M10 5c0-1.66-1.34-3-3-3-.62 0-1.19.19-1.67.5l4.15 4.15C9.8 6.18 10 5.61 10 5zm4 1c0-1.1.9-2 2-2s2 .9 2 2v9.17l2 2V6c0-2.21-1.79-4-4-4s-4 1.79-4 4v3.17l2 2V6zM2.1 2.1.69 3.51 5.17 8H4l1 10h1c0 2.21 1.79 4 4 4s4-1.79 4-4v-1.17l6.49 6.49 1.41-1.41L2.1 2.1zM7.19 16h-.38l-.6-6h.96l.56.56L7.19 16zM12 18c0 1.1-.9 2-2 2s-2-.9-2-2h1l.56-5.61L12 14.83V18z"})]
"MicExternalOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mic_external_on.cljs
================================================
(ns reagent-mui.icons.mic-external-on
"Imports @mui/icons-material/MicExternalOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-external-on (create-svg-icon (e "path" #js {"d" "M9.22 7H4.78C4.3 6.47 4 5.77 4 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .77-.3 1.47-.78 2zM16 2c2.21 0 4 1.79 4 4v16h-2V6c0-1.1-.9-2-2-2s-2 .9-2 2v12c0 2.21-1.79 4-4 4s-4-1.79-4-4H5L4 8h6L9 18H8c0 1.1.9 2 2 2s2-.9 2-2V6c0-2.21 1.79-4 4-4z"})
"MicExternalOn"))
================================================
FILE: src/icons/reagent_mui/icons/mic_external_on_outlined.cljs
================================================
(ns reagent-mui.icons.mic-external-on-outlined
"Imports @mui/icons-material/MicExternalOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-external-on-outlined (create-svg-icon [(e "path" #js {"d" "M9.22 7c.48-.53.78-1.23.78-2 0-1.66-1.34-3-3-3S4 3.34 4 5c0 .77.3 1.47.78 2h4.44z"}) (e "path" #js {"d" "M16 2c-2.21 0-4 1.79-4 4v12c0 1.1-.9 2-2 2s-2-.9-2-2h1l1-10H4l1 10h1c0 2.21 1.79 4 4 4s4-1.79 4-4V6c0-1.1.9-2 2-2s2 .9 2 2v16h2V6c0-2.21-1.79-4-4-4zM7.19 16h-.38l-.6-6h1.58l-.6 6z"})]
"MicExternalOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mic_external_on_rounded.cljs
================================================
(ns reagent-mui.icons.mic-external-on-rounded
"Imports @mui/icons-material/MicExternalOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-external-on-rounded (create-svg-icon (e "path" #js {"d" "M9.22 7H4.78C4.3 6.47 4 5.77 4 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .77-.3 1.47-.78 2zm7.02-4.99C18.32 2.13 20 4.08 20 6.16V21c0 .55-.45 1-1 1s-1-.45-1-1V6.09c0-.96-.64-1.86-1.58-2.05C15.14 3.78 14 4.76 14 6v11.84c0 2.08-1.68 4.03-3.76 4.15C7.92 22.13 6 20.29 6 18h-.55c-.26 0-.47-.19-.5-.45L4.11 9.1c-.06-.59.4-1.1.99-1.1h3.8c.59 0 1.05.51 1 1.1l-.85 8.45c-.03.26-.25.45-.5.45H8c0 1.24 1.14 2.22 2.42 1.96.94-.19 1.58-1.09 1.58-2.05V6c0-2.29 1.92-4.13 4.24-3.99z"})
"MicExternalOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mic_external_on_sharp.cljs
================================================
(ns reagent-mui.icons.mic-external-on-sharp
"Imports @mui/icons-material/MicExternalOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-external-on-sharp (create-svg-icon (e "path" #js {"d" "M9.22 7H4.78C4.3 6.47 4 5.77 4 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .77-.3 1.47-.78 2zM20 2v20h-2V4h-4v18H6v-4H5L4 8h6L9 18H8v2h4V2h8z"})
"MicExternalOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mic_external_on_two_tone.cljs
================================================
(ns reagent-mui.icons.mic-external-on-two-tone
"Imports @mui/icons-material/MicExternalOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-external-on-two-tone (create-svg-icon [(e "path" #js {"d" "M6.81 16h.38l.6-6H6.21z", "opacity" ".3"}) (e "path" #js {"d" "M9.22 7c.48-.53.78-1.23.78-2 0-1.66-1.34-3-3-3S4 3.34 4 5c0 .77.3 1.47.78 2h4.44z"}) (e "path" #js {"d" "M16 2c-2.21 0-4 1.79-4 4v12c0 1.1-.9 2-2 2s-2-.9-2-2h1l1-10H4l1 10h1c0 2.21 1.79 4 4 4s4-1.79 4-4V6c0-1.1.9-2 2-2s2 .9 2 2v16h2V6c0-2.21-1.79-4-4-4zM7.19 16h-.38l-.6-6h1.58l-.6 6z"})]
"MicExternalOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mic_none.cljs
================================================
(ns reagent-mui.icons.mic-none
"Imports @mui/icons-material/MicNone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-none (create-svg-icon (e "path" #js {"d" "M12 14c1.66 0 2.99-1.34 2.99-3L15 5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm-1.2-9.1c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2V4.9zm6.5 6.1c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z"})
"MicNone"))
================================================
FILE: src/icons/reagent_mui/icons/mic_none_outlined.cljs
================================================
(ns reagent-mui.icons.mic-none-outlined
"Imports @mui/icons-material/MicNoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-none-outlined (create-svg-icon (e "path" #js {"d" "M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm-1-9c0-.55.45-1 1-1s1 .45 1 1v6c0 .55-.45 1-1 1s-1-.45-1-1V5zm6 6c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 3.53 2.61 6.43 6 6.92V21h2v-3.08c3.39-.49 6-3.39 6-6.92h-2z"})
"MicNoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mic_none_rounded.cljs
================================================
(ns reagent-mui.icons.mic-none-rounded
"Imports @mui/icons-material/MicNoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-none-rounded (create-svg-icon (e "path" #js {"d" "M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm-1-9c0-.55.45-1 1-1s1 .45 1 1v6c0 .55-.45 1-1 1s-1-.45-1-1V5zm6.91 6c-.49 0-.9.36-.98.85C16.52 14.2 14.47 16 12 16s-4.52-1.8-4.93-4.15c-.08-.49-.49-.85-.98-.85-.61 0-1.09.54-1 1.14.49 3 2.89 5.35 5.91 5.78V20c0 .55.45 1 1 1s1-.45 1-1v-2.08c3.02-.43 5.42-2.78 5.91-5.78.1-.6-.39-1.14-1-1.14z"})
"MicNoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mic_none_sharp.cljs
================================================
(ns reagent-mui.icons.mic-none-sharp
"Imports @mui/icons-material/MicNoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-none-sharp (create-svg-icon (e "path" #js {"d" "M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm-1-9c0-.55.45-1 1-1s1 .45 1 1v6c0 .55-.45 1-1 1s-1-.45-1-1V5zm6 6c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 3.53 2.61 6.43 6 6.92V21h2v-3.08c3.39-.49 6-3.39 6-6.92h-2z"})
"MicNoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mic_none_two_tone.cljs
================================================
(ns reagent-mui.icons.mic-none-two-tone
"Imports @mui/icons-material/MicNoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-none-two-tone (create-svg-icon [(e "path" #js {"d" "M12 12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .55.45 1 1 1z", "opacity" ".3"}) (e "path" #js {"d" "M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm-1-9c0-.55.45-1 1-1s1 .45 1 1v6c0 .55-.45 1-1 1s-1-.45-1-1V5zm6 6c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 3.53 2.61 6.43 6 6.92V21h2v-3.08c3.39-.49 6-3.39 6-6.92h-2z"})]
"MicNoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mic_off.cljs
================================================
(ns reagent-mui.icons.mic-off
"Imports @mui/icons-material/MicOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-off (create-svg-icon (e "path" #js {"d" "M19 11h-1.7c0 .74-.16 1.43-.43 2.05l1.23 1.23c.56-.98.9-2.09.9-3.28zm-4.02.17c0-.06.02-.11.02-.17V5c0-1.66-1.34-3-3-3S9 3.34 9 5v.18l5.98 5.99zM4.27 3 3 4.27l6.01 6.01V11c0 1.66 1.33 3 2.99 3 .22 0 .44-.03.65-.08l1.66 1.66c-.71.33-1.5.52-2.31.52-2.76 0-5.3-2.1-5.3-5.1H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c.91-.13 1.77-.45 2.54-.9L19.73 21 21 19.73 4.27 3z"})
"MicOff"))
================================================
FILE: src/icons/reagent_mui/icons/mic_off_outlined.cljs
================================================
(ns reagent-mui.icons.mic-off-outlined
"Imports @mui/icons-material/MicOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-off-outlined (create-svg-icon (e "path" #js {"d" "M10.8 4.9c0-.66.54-1.2 1.2-1.2s1.2.54 1.2 1.2l-.01 3.91L15 10.6V5c0-1.66-1.34-3-3-3-1.54 0-2.79 1.16-2.96 2.65l1.76 1.76V4.9zM19 11h-1.7c0 .58-.1 1.13-.27 1.64l1.27 1.27c.44-.88.7-1.87.7-2.91zM4.41 2.86 3 4.27l6 6V11c0 1.66 1.34 3 3 3 .23 0 .44-.03.65-.08l1.66 1.66c-.71.33-1.5.52-2.31.52-2.76 0-5.3-2.1-5.3-5.1H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c.91-.13 1.77-.45 2.55-.9l4.2 4.2 1.41-1.41L4.41 2.86z"})
"MicOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mic_off_rounded.cljs
================================================
(ns reagent-mui.icons.mic-off-rounded
"Imports @mui/icons-material/MicOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-off-rounded (create-svg-icon (e "path" #js {"d" "M15 10.6V5c0-1.66-1.34-3-3-3-1.54 0-2.79 1.16-2.96 2.65L15 10.6zm3.08.4c-.41 0-.77.3-.83.71-.05.32-.12.64-.22.93l1.27 1.27c.3-.6.52-1.25.63-1.94.07-.51-.33-.97-.85-.97zM3.71 3.56c-.39.39-.39 1.02 0 1.41L9 10.27v.43c0 1.19.6 2.32 1.63 2.91.75.43 1.41.44 2.02.31l1.66 1.66c-.71.33-1.5.52-2.31.52-2.54 0-4.88-1.77-5.25-4.39-.06-.41-.42-.71-.83-.71-.52 0-.92.46-.85.97.46 2.96 2.96 5.3 5.93 5.75V20c0 .55.45 1 1 1s1-.45 1-1v-2.28c.91-.13 1.77-.45 2.55-.9l3.49 3.49c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L5.12 3.56a.9959.9959 0 0 0-1.41 0z"})
"MicOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mic_off_sharp.cljs
================================================
(ns reagent-mui.icons.mic-off-sharp
"Imports @mui/icons-material/MicOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-off-sharp (create-svg-icon (e "path" #js {"d" "M15 10.6V5c0-1.66-1.34-3-3-3-1.54 0-2.79 1.16-2.96 2.65L15 10.6zm4 .4h-1.7c0 .58-.1 1.13-.27 1.64l1.27 1.27c.44-.88.7-1.87.7-2.91zM4.41 2.86 3 4.27l6 6V11c0 1.66 1.34 3 3 3 .23 0 .44-.03.65-.08l1.66 1.66c-.71.33-1.5.52-2.31.52-2.76 0-5.3-2.1-5.3-5.1H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c.91-.13 1.77-.45 2.55-.9l4.2 4.2 1.41-1.41L4.41 2.86z"})
"MicOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mic_off_two_tone.cljs
================================================
(ns reagent-mui.icons.mic-off-two-tone
"Imports @mui/icons-material/MicOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-off-two-tone (create-svg-icon [(e "path" #js {"d" "M12 3.7c-.66 0-1.2.54-1.2 1.2v1.51l2.39 2.39.01-3.9c0-.66-.54-1.2-1.2-1.2z", "opacity" ".3"}) (e "path" #js {"d" "M19 11h-1.7c0 .58-.1 1.13-.27 1.64l1.27 1.27c.44-.88.7-1.87.7-2.91zM4.41 2.86 3 4.27l6 6V11c0 1.66 1.34 3 3 3 .23 0 .44-.03.65-.08l1.66 1.66c-.71.33-1.5.52-2.31.52-2.76 0-5.3-2.1-5.3-5.1H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c.91-.13 1.77-.45 2.55-.9l4.2 4.2 1.41-1.41L4.41 2.86zM10.8 4.9c0-.66.54-1.2 1.2-1.2s1.2.54 1.2 1.2l-.01 3.91L15 10.6V5c0-1.66-1.34-3-3-3-1.54 0-2.79 1.16-2.96 2.65l1.76 1.76V4.9z"})]
"MicOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mic_outlined.cljs
================================================
(ns reagent-mui.icons.mic-outlined
"Imports @mui/icons-material/MicOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-outlined (create-svg-icon [(e "path" #js {"d" "M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3z"}) (e "path" #js {"d" "M17 11c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 3.53 2.61 6.43 6 6.92V21h2v-3.08c3.39-.49 6-3.39 6-6.92h-2z"})]
"MicOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mic_rounded.cljs
================================================
(ns reagent-mui.icons.mic-rounded
"Imports @mui/icons-material/MicRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-rounded (create-svg-icon (e "path" #js {"d" "M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm5.91-3c-.49 0-.9.36-.98.85C16.52 14.2 14.47 16 12 16s-4.52-1.8-4.93-4.15c-.08-.49-.49-.85-.98-.85-.61 0-1.09.54-1 1.14.49 3 2.89 5.35 5.91 5.78V20c0 .55.45 1 1 1s1-.45 1-1v-2.08c3.02-.43 5.42-2.78 5.91-5.78.1-.6-.39-1.14-1-1.14z"})
"MicRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mic_sharp.cljs
================================================
(ns reagent-mui.icons.mic-sharp
"Imports @mui/icons-material/MicSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-sharp (create-svg-icon [(e "path" #js {"d" "M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3z"}) (e "path" #js {"d" "M17 11c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 3.53 2.61 6.43 6 6.92V21h2v-3.08c3.39-.49 6-3.39 6-6.92h-2z"})]
"MicSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mic_two_tone.cljs
================================================
(ns reagent-mui.icons.mic-two-tone
"Imports @mui/icons-material/MicTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mic-two-tone (create-svg-icon [(e "path" #js {"d" "M12 12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .55.45 1 1 1z", "opacity" ".3"}) (e "path" #js {"d" "M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm-1-9c0-.55.45-1 1-1s1 .45 1 1v6c0 .55-.45 1-1 1s-1-.45-1-1V5z"}) (e "path" #js {"d" "M17 11c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 3.53 2.61 6.43 6 6.92V21h2v-3.08c3.39-.49 6-3.39 6-6.92h-2z"})]
"MicTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/microwave.cljs
================================================
(ns reagent-mui.icons.microwave
"Imports @mui/icons-material/Microwave as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def microwave (create-svg-icon (e "path" #js {"d" "M6.8 10.61 5.37 9.19C5.73 8.79 6.59 8 7.75 8c.8 0 1.39.39 1.81.67.31.21.51.33.69.33.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.22 1.19-2.37 1.19-.79 0-1.37-.38-1.79-.66-.33-.22-.52-.34-.71-.34-.37 0-.8.41-.95.61zM7.75 15c.19 0 .38.12.71.34.42.28 1 .66 1.79.66 1.16 0 2.01-.79 2.37-1.19l-1.42-1.42c-.15.2-.59.61-.95.61-.18 0-.38-.12-.69-.33-.42-.28-1.01-.67-1.81-.67-1.16 0-2.02.79-2.38 1.19l1.42 1.42c.16-.2.59-.61.96-.61zM22 6v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2zm-8 0H4v12h10V6zm5 10c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0-4c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0-5h-2v2h2V7z"})
"Microwave"))
================================================
FILE: src/icons/reagent_mui/icons/microwave_outlined.cljs
================================================
(ns reagent-mui.icons.microwave-outlined
"Imports @mui/icons-material/MicrowaveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def microwave-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 6h10v12H4V6zm16 12h-4V6h4v12zm-1-9h-2V7h2v2zm-1 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-7.75-1c-.79 0-1.37-.38-1.79-.66-.33-.22-.52-.34-.71-.34-.37 0-.8.41-.95.61l-1.42-1.42c.35-.4 1.21-1.19 2.37-1.19.8 0 1.39.39 1.81.67.31.21.51.33.69.33.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.21 1.19-2.37 1.19zm0-5c-.79 0-1.37-.38-1.79-.66-.33-.22-.52-.34-.71-.34-.37 0-.8.41-.95.61L5.37 9.19C5.73 8.79 6.59 8 7.75 8c.8 0 1.39.39 1.81.67.31.21.51.33.69.33.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.21 1.19-2.37 1.19z"})
"MicrowaveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/microwave_rounded.cljs
================================================
(ns reagent-mui.icons.microwave-rounded
"Imports @mui/icons-material/MicrowaveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def microwave-rounded (create-svg-icon (e "path" #js {"d" "M6.15 9.97c-.46-.46-.38-1.24.18-1.57.4-.22.88-.4 1.42-.4.8 0 1.39.39 1.81.67.31.21.51.33.69.33.13 0 .26-.05.39-.12.39-.22.88-.16 1.2.16.46.46.38 1.24-.18 1.56-.39.23-.87.4-1.41.4-.79 0-1.37-.38-1.79-.66-.33-.22-.52-.34-.71-.34-.13 0-.26.05-.39.12-.4.23-.89.16-1.21-.15zM7.75 15c.19 0 .38.12.71.34.42.28 1 .66 1.79.66.54 0 1.02-.17 1.41-.4.56-.32.64-1.1.18-1.56-.32-.32-.81-.38-1.2-.16-.13.07-.26.12-.39.12-.18 0-.38-.12-.69-.33-.42-.28-1.01-.67-1.81-.67-.54 0-1.02.18-1.42.4-.56.33-.64 1.11-.18 1.56.32.32.81.38 1.2.16.14-.07.27-.12.4-.12zM22 6v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2zm-8 0H4v12h10V6zm5 10c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0-4c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0-5h-2v2h2V7z"})
"MicrowaveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/microwave_sharp.cljs
================================================
(ns reagent-mui.icons.microwave-sharp
"Imports @mui/icons-material/MicrowaveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def microwave-sharp (create-svg-icon (e "path" #js {"d" "M6.8 10.61 5.37 9.19C5.73 8.79 6.59 8 7.75 8c.8 0 1.39.39 1.81.67.31.21.51.33.69.33.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.22 1.19-2.37 1.19-.79 0-1.37-.38-1.79-.66-.33-.22-.52-.34-.71-.34-.37 0-.8.41-.95.61zM7.75 15c.19 0 .38.12.71.34.42.28 1 .66 1.79.66 1.16 0 2.01-.79 2.37-1.19l-1.42-1.42c-.15.2-.59.61-.95.61-.18 0-.38-.12-.69-.33-.42-.28-1.01-.67-1.81-.67-1.16 0-2.02.79-2.38 1.19l1.42 1.42c.16-.2.59-.61.96-.61zM22 4v16H2V4h20zm-8 2H4v12h10V6zm5 10c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0-4c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0-5h-2v2h2V7z"})
"MicrowaveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/microwave_two_tone.cljs
================================================
(ns reagent-mui.icons.microwave-two-tone
"Imports @mui/icons-material/MicrowaveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def microwave-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18h10V6H4v12zM7.75 8c.8 0 1.39.39 1.81.67.31.21.51.33.69.33.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.22 1.19-2.37 1.19-.79 0-1.37-.38-1.79-.66-.33-.22-.52-.34-.71-.34-.37 0-.8.41-.95.61L5.37 9.19C5.73 8.79 6.59 8 7.75 8zm0 5c.8 0 1.39.39 1.81.67.31.21.51.33.69.33.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.22 1.19-2.37 1.19-.79 0-1.37-.38-1.79-.66-.33-.22-.52-.34-.71-.34-.37 0-.8.41-.95.61l-1.42-1.42c.35-.4 1.21-1.19 2.37-1.19zM16 6v12h4V6h-4zm2 11c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1-4h-2V7h2v2z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 6h10v12H4V6zm16 12h-4V6h4v12zm-1-9h-2V7h2v2zm-1 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-7.75-1c-.79 0-1.37-.38-1.79-.66-.33-.22-.52-.34-.71-.34-.37 0-.8.41-.95.61l-1.42-1.42c.35-.4 1.21-1.19 2.37-1.19.8 0 1.39.39 1.81.67.31.21.51.33.69.33.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.21 1.19-2.37 1.19zm0-5c-.79 0-1.37-.38-1.79-.66-.33-.22-.52-.34-.71-.34-.37 0-.8.41-.95.61L5.37 9.19C5.73 8.79 6.59 8 7.75 8c.8 0 1.39.39 1.81.67.31.21.51.33.69.33.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.21 1.19-2.37 1.19z"})]
"MicrowaveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/military_tech.cljs
================================================
(ns reagent-mui.icons.military-tech
"Imports @mui/icons-material/MilitaryTech as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def military-tech (create-svg-icon (e "path" #js {"d" "M17 10.43V2H7v8.43c0 .35.18.68.49.86l4.18 2.51-.99 2.34-3.41.29 2.59 2.24L9.07 22 12 20.23 14.93 22l-.78-3.33 2.59-2.24-3.41-.29-.99-2.34 4.18-2.51c.3-.18.48-.5.48-.86zm-4 1.8-1 .6-1-.6V3h2v9.23z"})
"MilitaryTech"))
================================================
FILE: src/icons/reagent_mui/icons/military_tech_outlined.cljs
================================================
(ns reagent-mui.icons.military-tech-outlined
"Imports @mui/icons-material/MilitaryTechOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def military-tech-outlined (create-svg-icon (e "path" #js {"d" "M17 10.43V2H7v8.43c0 .35.18.68.49.86l4.18 2.51-.99 2.34-3.41.29 2.59 2.24L9.07 22 12 20.23 14.93 22l-.78-3.33 2.59-2.24-3.41-.29-.99-2.34 4.18-2.51c.3-.18.48-.5.48-.86zm-6 .64-2-1.2V4h2v7.07zm4-1.2-2 1.2V4h2v5.87z"})
"MilitaryTechOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/military_tech_rounded.cljs
================================================
(ns reagent-mui.icons.military-tech-rounded
"Imports @mui/icons-material/MilitaryTechRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def military-tech-rounded (create-svg-icon (e "path" #js {"d" "M17 10.43V3c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v7.43c0 .35.18.68.49.86l4.18 2.51-.99 2.34-2.22.19c-.46.04-.64.59-.3.88l1.69 1.46-.51 2.18c-.1.43.37.77.75.54L12 20.23l1.91 1.15c.38.23.85-.11.75-.54l-.51-2.18 1.69-1.46c.33-.29.16-.84-.29-.88l-2.22-.19-.99-2.34 4.18-2.51c.3-.17.48-.49.48-.85zm-4 1.8-1 .6-1-.6V3h2v9.23z"})
"MilitaryTechRounded"))
================================================
FILE: src/icons/reagent_mui/icons/military_tech_sharp.cljs
================================================
(ns reagent-mui.icons.military-tech-sharp
"Imports @mui/icons-material/MilitaryTechSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def military-tech-sharp (create-svg-icon (e "path" #js {"d" "M17 11V2H7v9l4.66 2.8-.99 2.34-3.41.29 2.59 2.24L9.07 22 12 20.23 14.93 22l-.78-3.33 2.59-2.24-3.41-.29-.99-2.34L17 11zm-4 1.23-1 .6-1-.6V3h2v9.23z"})
"MilitaryTechSharp"))
================================================
FILE: src/icons/reagent_mui/icons/military_tech_two_tone.cljs
================================================
(ns reagent-mui.icons.military-tech-two-tone
"Imports @mui/icons-material/MilitaryTechTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def military-tech-two-tone (create-svg-icon [(e "path" #js {"d" "m13 11.07 2-1.2V4h-2zM9 4v5.87l2 1.2V4z", "opacity" ".3"}) (e "path" #js {"d" "M17 10.43V2H7v8.43c0 .35.18.68.49.86l4.18 2.51-.99 2.34-3.41.29 2.59 2.24L9.07 22 12 20.23 14.93 22l-.78-3.33 2.59-2.24-3.41-.29-.99-2.34 4.18-2.51c.3-.18.48-.5.48-.86zm-6 .64-2-1.2V4h2v7.07zm4-1.2-2 1.2V4h2v5.87z"})]
"MilitaryTechTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/minimize.cljs
================================================
(ns reagent-mui.icons.minimize
"Imports @mui/icons-material/Minimize as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def minimize (create-svg-icon (e "path" #js {"d" "M6 19h12v2H6z"})
"Minimize"))
================================================
FILE: src/icons/reagent_mui/icons/minimize_outlined.cljs
================================================
(ns reagent-mui.icons.minimize-outlined
"Imports @mui/icons-material/MinimizeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def minimize-outlined (create-svg-icon (e "path" #js {"d" "M6 19h12v2H6v-2z"})
"MinimizeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/minimize_rounded.cljs
================================================
(ns reagent-mui.icons.minimize-rounded
"Imports @mui/icons-material/MinimizeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def minimize-rounded (create-svg-icon (e "path" #js {"d" "M7 19h10c.55 0 1 .45 1 1s-.45 1-1 1H7c-.55 0-1-.45-1-1s.45-1 1-1z"})
"MinimizeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/minimize_sharp.cljs
================================================
(ns reagent-mui.icons.minimize-sharp
"Imports @mui/icons-material/MinimizeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def minimize-sharp (create-svg-icon (e "path" #js {"d" "M6 19h12v2H6v-2z"})
"MinimizeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/minimize_two_tone.cljs
================================================
(ns reagent-mui.icons.minimize-two-tone
"Imports @mui/icons-material/MinimizeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def minimize-two-tone (create-svg-icon (e "path" #js {"d" "M6 19h12v2H6v-2z"})
"MinimizeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/minor_crash.cljs
================================================
(ns reagent-mui.icons.minor-crash
"Imports @mui/icons-material/MinorCrash as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def minor-crash (create-svg-icon (e "path" #js {"d" "M18.92 9.01C18.72 8.42 18.16 8 17.5 8h-11c-.66 0-1.21.42-1.42 1.01L3 15v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 10h10.29l1.04 3H5.81l1.04-3zM6 17.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S8.33 19 7.5 19 6 18.33 6 17.5zm9 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zM9.41 5 8 6.41l-3-3L6.41 2l3 3zM16 6.41 14.59 5l3-3L19 3.41l-3 3zM13 5h-2V0h2v5z"})
"MinorCrash"))
================================================
FILE: src/icons/reagent_mui/icons/minor_crash_outlined.cljs
================================================
(ns reagent-mui.icons.minor-crash-outlined
"Imports @mui/icons-material/MinorCrashOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def minor-crash-outlined (create-svg-icon (e "path" #js {"d" "M18.92 9.01C18.72 8.42 18.16 8 17.5 8h-11c-.66 0-1.21.42-1.42 1.01L3 15v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 10h10.29l1.04 3H5.81l1.04-3zM19 20H5v-5h14v5zM6 17.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S8.33 19 7.5 19 6 18.33 6 17.5zm9 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zM9.41 5 8 6.41l-3-3L6.41 2l3 3zM16 6.41 14.59 5l3-3L19 3.41l-3 3zM13 5h-2V0h2v5z"})
"MinorCrashOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/minor_crash_rounded.cljs
================================================
(ns reagent-mui.icons.minor-crash-rounded
"Imports @mui/icons-material/MinorCrashRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def minor-crash-rounded (create-svg-icon (e "path" #js {"d" "M19.5 24c.82 0 1.5-.67 1.5-1.5v-7.16c0-.22-.04-.45-.11-.66l-1.97-5.67C18.72 8.42 18.16 8 17.5 8h-11c-.66 0-1.21.42-1.42 1.01l-1.97 5.67c-.07.21-.11.43-.11.66v7.16c0 .83.68 1.5 1.5 1.5S6 23.33 6 22.5V22h12v.5c0 .83.67 1.5 1.5 1.5zM6.85 10h10.29l1.04 3H5.81l1.04-3zM6 17.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S8.33 19 7.5 19 6 18.33 6 17.5zm9 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zM8.71 5.71c-.39.39-1.02.39-1.41 0L5.71 4.12c-.39-.39-.39-1.02 0-1.41s1.02-.39 1.41 0L8.71 4.3c.39.38.39 1.02 0 1.41zm9.58-3c.39.39.39 1.02 0 1.41L16.7 5.71c-.39.39-1.02.39-1.41 0s-.39-1.02 0-1.41l1.59-1.59c.39-.39 1.02-.39 1.41 0zM12 5c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1z"})
"MinorCrashRounded"))
================================================
FILE: src/icons/reagent_mui/icons/minor_crash_sharp.cljs
================================================
(ns reagent-mui.icons.minor-crash-sharp
"Imports @mui/icons-material/MinorCrashSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def minor-crash-sharp (create-svg-icon (e "path" #js {"d" "M18.57 8H5.43L3 15v9h3v-2h12v2h3v-9l-2.43-7zM6.85 10h10.29l1.04 3H5.81l1.04-3zM6 17.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S8.33 19 7.5 19 6 18.33 6 17.5zm9 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zM9.41 5 8 6.41l-3-3L6.41 2l3 3zM16 6.41 14.59 5l3-3L19 3.41l-3 3zM13 5h-2V0h2v5z"})
"MinorCrashSharp"))
================================================
FILE: src/icons/reagent_mui/icons/minor_crash_two_tone.cljs
================================================
(ns reagent-mui.icons.minor-crash-two-tone
"Imports @mui/icons-material/MinorCrashTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def minor-crash-two-tone (create-svg-icon [(e "path" #js {"d" "M5 15v5h14v-5H5zm2.5 4c-.83 0-1.5-.67-1.5-1.5S6.67 16 7.5 16s1.5.67 1.5 1.5S8.33 19 7.5 19zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z", "opacity" ".3"}) (e "path" #js {"d" "M9.41 5 8 6.41l-3-3L6.41 2l3 3zM19 3.41 17.59 2l-3 3L16 6.41l3-3zM13 0h-2v5h2V0zm8 15v8c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1v-1H6v1c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-8l2.08-5.99C5.29 8.42 5.84 8 6.5 8h11c.66 0 1.22.42 1.42 1.01L21 15zM5.81 13h12.38l-1.04-3H6.85l-1.04 3zM19 15H5v5h14v-5zM7.5 19c.83 0 1.5-.67 1.5-1.5S8.33 16 7.5 16 6 16.67 6 17.5 6.67 19 7.5 19zm9 0c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5z"})]
"MinorCrashTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/miscellaneous_services.cljs
================================================
(ns reagent-mui.icons.miscellaneous-services
"Imports @mui/icons-material/MiscellaneousServices as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def miscellaneous-services (create-svg-icon (e "path" #js {"d" "m14.17 13.71 1.4-2.42c.09-.15.05-.34-.08-.45l-1.48-1.16c.03-.22.05-.45.05-.68s-.02-.46-.05-.69l1.48-1.16c.13-.11.17-.3.08-.45l-1.4-2.42c-.09-.15-.27-.21-.43-.15l-1.74.7c-.36-.28-.75-.51-1.18-.69l-.26-1.85c-.03-.16-.18-.29-.35-.29h-2.8c-.17 0-.32.13-.35.3L6.8 4.15c-.42.18-.82.41-1.18.69l-1.74-.7c-.16-.06-.34 0-.43.15l-1.4 2.42c-.09.15-.05.34.08.45l1.48 1.16c-.03.22-.05.45-.05.68s.02.46.05.69l-1.48 1.16c-.13.11-.17.3-.08.45l1.4 2.42c.09.15.27.21.43.15l1.74-.7c.36.28.75.51 1.18.69l.26 1.85c.03.16.18.29.35.29h2.8c.17 0 .32-.13.35-.3l.26-1.85c.42-.18.82-.41 1.18-.69l1.74.7c.16.06.34 0 .43-.15zM8.81 11c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm13.11 7.67-.96-.74c.02-.14.04-.29.04-.44 0-.15-.01-.3-.04-.44l.95-.74c.08-.07.11-.19.05-.29l-.9-1.55c-.05-.1-.17-.13-.28-.1l-1.11.45c-.23-.18-.48-.33-.76-.44l-.17-1.18c-.01-.12-.11-.2-.21-.2h-1.79c-.11 0-.21.08-.22.19l-.17 1.18c-.27.12-.53.26-.76.44l-1.11-.45c-.1-.04-.22 0-.28.1l-.9 1.55c-.05.1-.04.22.05.29l.95.74c-.02.14-.03.29-.03.44 0 .15.01.3.03.44l-.95.74c-.08.07-.11.19-.05.29l.9 1.55c.05.1.17.13.28.1l1.11-.45c.23.18.48.33.76.44l.17 1.18c.02.11.11.19.22.19h1.79c.11 0 .21-.08.22-.19l.17-1.18c.27-.12.53-.26.75-.44l1.12.45c.1.04.22 0 .28-.1l.9-1.55c.06-.09.03-.21-.05-.28zm-4.29.16c-.74 0-1.35-.6-1.35-1.35s.6-1.35 1.35-1.35 1.35.6 1.35 1.35-.61 1.35-1.35 1.35z"})
"MiscellaneousServices"))
================================================
FILE: src/icons/reagent_mui/icons/miscellaneous_services_outlined.cljs
================================================
(ns reagent-mui.icons.miscellaneous-services-outlined
"Imports @mui/icons-material/MiscellaneousServicesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def miscellaneous-services-outlined (create-svg-icon (e "path" #js {"d" "m14.17 13.71 1.4-2.42c.09-.15.05-.34-.08-.45l-1.48-1.16c.03-.22.05-.45.05-.68s-.02-.46-.05-.69l1.48-1.16c.13-.11.17-.3.08-.45l-1.4-2.42c-.09-.15-.27-.21-.43-.15l-1.74.7c-.36-.28-.75-.51-1.18-.69l-.26-1.85c-.03-.16-.18-.29-.35-.29h-2.8c-.17 0-.32.13-.35.3L6.8 4.15c-.42.18-.82.41-1.18.69l-1.74-.7c-.16-.06-.34 0-.43.15l-1.4 2.42c-.09.15-.05.34.08.45l1.48 1.16c-.03.22-.05.45-.05.68s.02.46.05.69l-1.48 1.16c-.13.11-.17.3-.08.45l1.4 2.42c.09.15.27.21.43.15l1.74-.7c.36.28.75.51 1.18.69l.26 1.85c.03.16.18.29.35.29h2.8c.17 0 .32-.13.35-.3l.26-1.85c.42-.18.82-.41 1.18-.69l1.74.7c.16.06.34 0 .43-.15zM8.81 11c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm13.11 7.67-.96-.74c.02-.14.04-.29.04-.44 0-.15-.01-.3-.04-.44l.95-.74c.08-.07.11-.19.05-.29l-.9-1.55c-.05-.1-.17-.13-.28-.1l-1.11.45c-.23-.18-.48-.33-.76-.44l-.17-1.18c-.01-.12-.11-.2-.21-.2h-1.79c-.11 0-.21.08-.22.19l-.17 1.18c-.27.12-.53.26-.76.44l-1.11-.45c-.1-.04-.22 0-.28.1l-.9 1.55c-.05.1-.04.22.05.29l.95.74c-.02.14-.03.29-.03.44 0 .15.01.3.03.44l-.95.74c-.08.07-.11.19-.05.29l.9 1.55c.05.1.17.13.28.1l1.11-.45c.23.18.48.33.76.44l.17 1.18c.02.11.11.19.22.19h1.79c.11 0 .21-.08.22-.19l.17-1.18c.27-.12.53-.26.75-.44l1.12.45c.1.04.22 0 .28-.1l.9-1.55c.06-.09.03-.21-.05-.28zm-4.29.16c-.74 0-1.35-.6-1.35-1.35s.6-1.35 1.35-1.35 1.35.6 1.35 1.35-.61 1.35-1.35 1.35z"})
"MiscellaneousServicesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/miscellaneous_services_rounded.cljs
================================================
(ns reagent-mui.icons.miscellaneous-services-rounded
"Imports @mui/icons-material/MiscellaneousServicesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def miscellaneous-services-rounded (create-svg-icon (e "path" #js {"d" "m14.17 13.71 1.4-2.42c.09-.15.05-.34-.08-.45l-1.48-1.16c.03-.22.05-.45.05-.68s-.02-.46-.05-.69l1.48-1.16c.13-.11.17-.3.08-.45l-1.4-2.42c-.09-.15-.27-.21-.43-.15l-1.74.7c-.36-.28-.75-.51-1.18-.69l-.26-1.85c-.03-.16-.18-.29-.35-.29h-2.8c-.17 0-.32.13-.35.3L6.8 4.15c-.42.18-.82.41-1.18.69l-1.74-.7c-.16-.06-.34 0-.43.15l-1.4 2.42c-.09.15-.05.34.08.45l1.48 1.16c-.03.22-.05.45-.05.68s.02.46.05.69l-1.48 1.16c-.13.11-.17.3-.08.45l1.4 2.42c.09.15.27.21.43.15l1.74-.7c.36.28.75.51 1.18.69l.26 1.85c.03.16.18.29.35.29h2.8c.17 0 .32-.13.35-.3l.26-1.85c.42-.18.82-.41 1.18-.69l1.74.7c.16.06.34 0 .43-.15zM8.81 11c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm13.11 7.67-.96-.74c.02-.14.04-.29.04-.44 0-.15-.01-.3-.04-.44l.95-.74c.08-.07.11-.19.05-.29l-.9-1.55c-.05-.1-.17-.13-.28-.1l-1.11.45c-.23-.18-.48-.33-.76-.44l-.17-1.18c-.01-.12-.11-.2-.21-.2h-1.79c-.11 0-.21.08-.22.19l-.17 1.18c-.27.12-.53.26-.76.44l-1.11-.45c-.1-.04-.22 0-.28.1l-.9 1.55c-.05.1-.04.22.05.29l.95.74c-.02.14-.03.29-.03.44 0 .15.01.3.03.44l-.95.74c-.08.07-.11.19-.05.29l.9 1.55c.05.1.17.13.28.1l1.11-.45c.23.18.48.33.76.44l.17 1.18c.02.11.11.19.22.19h1.79c.11 0 .21-.08.22-.19l.17-1.18c.27-.12.53-.26.75-.44l1.12.45c.1.04.22 0 .28-.1l.9-1.55c.06-.09.03-.21-.05-.28zm-4.29.16c-.74 0-1.35-.6-1.35-1.35s.6-1.35 1.35-1.35 1.35.6 1.35 1.35-.61 1.35-1.35 1.35z"})
"MiscellaneousServicesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/miscellaneous_services_sharp.cljs
================================================
(ns reagent-mui.icons.miscellaneous-services-sharp
"Imports @mui/icons-material/MiscellaneousServicesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def miscellaneous-services-sharp (create-svg-icon (e "path" #js {"d" "m14.02 13.97 1.7-2.94s-.09-.08-.23-.18l-1.47-1.16-.01.02c.03-.24.05-.47.05-.71s-.02-.47-.06-.69l.01.01 1.71-1.34-1.7-2.95-2.01.81v.01c-.37-.28-.77-.52-1.2-.7h.01L10.52 2H7.11L6.8 4.15h.01c-.43.18-.83.42-1.2.7v-.01L3.6 4.03 1.9 6.98l1.7 1.34.01-.01c-.03.22-.05.45-.05.69s.02.47.05.71l-.01-.02-1.47 1.16c-.13.1-.23.18-.23.18l1.7 2.94 2.02-.8-.02-.03c.37.29.77.53 1.21.71H6.8L7.11 16h3.4s.02-.13.04-.3l.27-1.85h-.01c.44-.18.84-.42 1.21-.71l-.02.03 2.02.8zM8.81 11c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm12.17 6.94-.01.01c.02-.15.03-.3.03-.45 0-.15-.01-.3-.04-.44l.01.01 1.1-.86-1.09-1.9-1.29.52v.01c-.24-.18-.49-.33-.77-.45h.01l-.2-1.39h-2.19l-.2 1.38h.01c-.28.12-.53.27-.77.45v-.01l-1.29-.52-1.09 1.9 1.09.86.01-.01c-.02.14-.03.29-.03.44 0 .15.01.3.03.46l-.01-.01-.94.75c-.08.06-.15.12-.15.12l1.09 1.89 1.3-.51-.01-.02c.24.19.5.34.78.46h-.01l.2 1.38h2.19s.01-.08.03-.19l.17-1.19h-.01c.28-.12.54-.27.78-.46l-.01.02 1.3.51 1.09-1.89s-.06-.05-.15-.12l-.96-.75zm-3.35.85c-.71 0-1.29-.58-1.29-1.29s.58-1.29 1.29-1.29 1.29.58 1.29 1.29-.58 1.29-1.29 1.29z"})
"MiscellaneousServicesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/miscellaneous_services_two_tone.cljs
================================================
(ns reagent-mui.icons.miscellaneous-services-two-tone
"Imports @mui/icons-material/MiscellaneousServicesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def miscellaneous-services-two-tone (create-svg-icon (e "path" #js {"d" "m14.17 13.71 1.4-2.42c.09-.15.05-.34-.08-.45l-1.48-1.16c.03-.22.05-.45.05-.68s-.02-.46-.05-.69l1.48-1.16c.13-.11.17-.3.08-.45l-1.4-2.42c-.09-.15-.27-.21-.43-.15l-1.74.7c-.36-.28-.75-.51-1.18-.69l-.26-1.85c-.03-.16-.18-.29-.35-.29h-2.8c-.17 0-.32.13-.35.3L6.8 4.15c-.42.18-.82.41-1.18.69l-1.74-.7c-.16-.06-.34 0-.43.15l-1.4 2.42c-.09.15-.05.34.08.45l1.48 1.16c-.03.22-.05.45-.05.68s.02.46.05.69l-1.48 1.16c-.13.11-.17.3-.08.45l1.4 2.42c.09.15.27.21.43.15l1.74-.7c.36.28.75.51 1.18.69l.26 1.85c.03.16.18.29.35.29h2.8c.17 0 .32-.13.35-.3l.26-1.85c.42-.18.82-.41 1.18-.69l1.74.7c.16.06.34 0 .43-.15zM8.81 11c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm13.11 7.67-.96-.74c.02-.14.04-.29.04-.44 0-.15-.01-.3-.04-.44l.95-.74c.08-.07.11-.19.05-.29l-.9-1.55c-.05-.1-.17-.13-.28-.1l-1.11.45c-.23-.18-.48-.33-.76-.44l-.17-1.18c-.01-.12-.11-.2-.21-.2h-1.79c-.11 0-.21.08-.22.19l-.17 1.18c-.27.12-.53.26-.76.44l-1.11-.45c-.1-.04-.22 0-.28.1l-.9 1.55c-.05.1-.04.22.05.29l.95.74c-.02.14-.03.29-.03.44 0 .15.01.3.03.44l-.95.74c-.08.07-.11.19-.05.29l.9 1.55c.05.1.17.13.28.1l1.11-.45c.23.18.48.33.76.44l.17 1.18c.02.11.11.19.22.19h1.79c.11 0 .21-.08.22-.19l.17-1.18c.27-.12.53-.26.75-.44l1.12.45c.1.04.22 0 .28-.1l.9-1.55c.06-.09.03-.21-.05-.28zm-4.29.16c-.74 0-1.35-.6-1.35-1.35s.6-1.35 1.35-1.35 1.35.6 1.35 1.35-.61 1.35-1.35 1.35z"})
"MiscellaneousServicesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/missed_video_call.cljs
================================================
(ns reagent-mui.icons.missed-video-call
"Imports @mui/icons-material/MissedVideoCall as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def missed-video-call (create-svg-icon (e "path" #js {"d" "M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4zM10 15l-3.89-3.89v2.55H5V9.22h4.44v1.11H6.89l3.11 3.1 4.22-4.22.78.79-5 5z"})
"MissedVideoCall"))
================================================
FILE: src/icons/reagent_mui/icons/missed_video_call_outlined.cljs
================================================
(ns reagent-mui.icons.missed-video-call-outlined
"Imports @mui/icons-material/MissedVideoCallOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def missed-video-call-outlined (create-svg-icon (e "path" #js {"d" "M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4zm-2-1.83V16H5V8h10v.67zm-7.89 2.44L11 15l3.77-3.79-.78-.79L11 13.43l-3.11-3.1h2.55V9.22H6v4.44h1.11z"})
"MissedVideoCallOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/missed_video_call_rounded.cljs
================================================
(ns reagent-mui.icons.missed-video-call-rounded
"Imports @mui/icons-material/MissedVideoCallRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def missed-video-call-rounded (create-svg-icon (e "path" #js {"d" "M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l2.29 2.29c.63.63 1.71.18 1.71-.71V8.91c0-.89-1.08-1.34-1.71-.71L17 10.5zm-6.29 3.79c-.39.39-1.02.39-1.41 0l-3.18-3.18v2.55H5V9.72c0-.28.22-.5.5-.5h3.94v1.11H6.89l3.11 3.1 4.22-4.22.78.79-4.29 4.29z"})
"MissedVideoCallRounded"))
================================================
FILE: src/icons/reagent_mui/icons/missed_video_call_sharp.cljs
================================================
(ns reagent-mui.icons.missed-video-call-sharp
"Imports @mui/icons-material/MissedVideoCallSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def missed-video-call-sharp (create-svg-icon (e "path" #js {"d" "M17 10.5V6H3v12h14v-4.5l4 4v-11l-4 4zM10 15l-3.89-3.89v2.55H5V9.22h4.44v1.11H6.89l3.11 3.1 4.22-4.22.78.79-5 5z"})
"MissedVideoCallSharp"))
================================================
FILE: src/icons/reagent_mui/icons/missed_video_call_two_tone.cljs
================================================
(ns reagent-mui.icons.missed-video-call-two-tone
"Imports @mui/icons-material/MissedVideoCallTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def missed-video-call-two-tone (create-svg-icon [(e "path" #js {"d" "M15 13.5V8H5v8h10v-2.5zM11 15l-3.89-3.89v2.55H6V9.22h4.44v1.11H7.89l3.11 3.1 2.99-3.01.78.79L11 15z", "opacity" ".3"}) (e "path" #js {"d" "M3 17c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10zm2-9h10v8H5V8zm6 5.43-3.11-3.1h2.55V9.22H6v4.44h1.11v-2.55L11 15l3.77-3.79-.78-.79z"})]
"MissedVideoCallTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mms.cljs
================================================
(ns reagent-mui.icons.mms
"Imports @mui/icons-material/Mms as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mms (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM5 14l3.5-4.5 2.5 3.01L14.5 8l4.5 6H5z"})
"Mms"))
================================================
FILE: src/icons/reagent_mui/icons/mms_outlined.cljs
================================================
(ns reagent-mui.icons.mms-outlined
"Imports @mui/icons-material/MmsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mms-outlined (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zm-5.5-8L11 12.51 8.5 9.5 5 14h14z"})
"MmsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mms_rounded.cljs
================================================
(ns reagent-mui.icons.mms-rounded
"Imports @mui/icons-material/MmsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mms-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM5.63 13.19l2.49-3.2c.2-.25.58-.26.78-.01l2.1 2.53 3.1-3.99c.2-.26.6-.26.8.01l3.51 4.68c.25.33.01.8-.4.8H6.02c-.41-.01-.65-.49-.39-.82z"})
"MmsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mms_sharp.cljs
================================================
(ns reagent-mui.icons.mms-sharp
"Imports @mui/icons-material/MmsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mms-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v20l4-4h16V2zM5 14l3.5-4.5 2.5 3.01L14.5 8l4.5 6H5z"})
"MmsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mms_two_tone.cljs
================================================
(ns reagent-mui.icons.mms-two-tone
"Imports @mui/icons-material/MmsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mms-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17.17 5.17 16H20V4H4v13.17zM8.5 9.5l2.5 3.01L14.5 8l4.5 6H5l3.5-4.5z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zm-5.5-8L11 12.51 8.5 9.5 5 14h14z"})]
"MmsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mobile_friendly.cljs
================================================
(ns reagent-mui.icons.mobile-friendly
"Imports @mui/icons-material/MobileFriendly as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobile-friendly (create-svg-icon (e "path" #js {"d" "M19 1H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7.01 13.47l-2.55-2.55-1.27 1.27L7 16l7.19-7.19-1.27-1.27z"})
"MobileFriendly"))
================================================
FILE: src/icons/reagent_mui/icons/mobile_friendly_outlined.cljs
================================================
(ns reagent-mui.icons.mobile-friendly-outlined
"Imports @mui/icons-material/MobileFriendlyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobile-friendly-outlined (create-svg-icon (e "path" #js {"d" "M19 1H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7.01 13.47l-2.55-2.55-1.27 1.27L7 16l7.19-7.19-1.27-1.27-5.91 5.93z"})
"MobileFriendlyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mobile_friendly_rounded.cljs
================================================
(ns reagent-mui.icons.mobile-friendly-rounded
"Imports @mui/icons-material/MobileFriendlyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobile-friendly-rounded (create-svg-icon (e "path" #js {"d" "M19 1H9c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1s1-.45 1-1V4h10v16H9v-1c0-.55-.45-1-1-1s-1 .45-1 1v2c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7.01 13.47l-1.92-1.92c-.35-.35-.92-.35-1.27 0s-.35.92 0 1.27l2.47 2.47c.39.39 1.02.39 1.41 0l5.85-5.85c.35-.35.35-.92 0-1.27s-.92-.35-1.27 0l-5.27 5.3z"})
"MobileFriendlyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mobile_friendly_sharp.cljs
================================================
(ns reagent-mui.icons.mobile-friendly-sharp
"Imports @mui/icons-material/MobileFriendlySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobile-friendly-sharp (create-svg-icon (e "path" #js {"d" "M21 1H7v5h2V4h10v16H9v-2H7v5h14V1zM7.01 13.47l-2.55-2.55-1.27 1.27L7 16l7.19-7.19-1.27-1.27-5.91 5.93z"})
"MobileFriendlySharp"))
================================================
FILE: src/icons/reagent_mui/icons/mobile_friendly_two_tone.cljs
================================================
(ns reagent-mui.icons.mobile-friendly-two-tone
"Imports @mui/icons-material/MobileFriendlyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobile-friendly-two-tone (create-svg-icon (e "path" #js {"d" "M19 1H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7.01 13.47l-2.55-2.55-1.27 1.27L7 16l7.19-7.19-1.27-1.27-5.91 5.93z"})
"MobileFriendlyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mobile_off.cljs
================================================
(ns reagent-mui.icons.mobile-off
"Imports @mui/icons-material/MobileOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobile-off (create-svg-icon (e "path" #js {"d" "M2.76 2.49 1.49 3.76 5 7.27V21c0 1.1.9 2 2 2h10c1.02 0 1.85-.77 1.98-1.75l1.72 1.72 1.27-1.27L2.76 2.49zM7 19V9.27L16.73 19H7zM17 5v9.17l2 2V3c0-1.1-.9-2-2-2H7c-.85 0-1.58.54-1.87 1.3L7.83 5H17z"})
"MobileOff"))
================================================
FILE: src/icons/reagent_mui/icons/mobile_off_outlined.cljs
================================================
(ns reagent-mui.icons.mobile-off-outlined
"Imports @mui/icons-material/MobileOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobile-off-outlined (create-svg-icon (e "path" #js {"d" "M17 5v8.61l2 2V3c0-1.1-.9-2-2-2H7c-.71 0-1.33.37-1.68.93L8.39 5H17zM1.49 3.76 5 7.27V21c0 1.1.9 2 2 2h10c1.02 0 1.85-.77 1.98-1.75l1.72 1.72 1.41-1.41L2.9 2.35 1.49 3.76zM7 9.27 16.73 19H7V9.27z"})
"MobileOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mobile_off_rounded.cljs
================================================
(ns reagent-mui.icons.mobile-off-rounded
"Imports @mui/icons-material/MobileOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobile-off-rounded (create-svg-icon (e "path" #js {"d" "M17 16.44 3.61 3.05a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L5 7.27V21c0 1.1.9 2 2 2h10c1.02 0 1.85-.77 1.98-1.75L20 22.27c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L19 18.44l-2-2zM7 19V9.27L16.73 19H7zM17 5v8.61l2 2V3c0-1.1-.9-2-2-2H7c-.71 0-1.33.37-1.68.93L8.39 5H17z"})
"MobileOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mobile_off_sharp.cljs
================================================
(ns reagent-mui.icons.mobile-off-sharp
"Imports @mui/icons-material/MobileOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobile-off-sharp (create-svg-icon (e "path" #js {"d" "M17 5v8.61l2 2V1H5v.61L8.39 5zM2.9 2.35 1.49 3.76 5 7.27V23h14v-1.73l1.7 1.7 1.41-1.41L2.9 2.35zM7 19V9.27L16.73 19H7z"})
"MobileOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mobile_off_two_tone.cljs
================================================
(ns reagent-mui.icons.mobile-off-two-tone
"Imports @mui/icons-material/MobileOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobile-off-two-tone (create-svg-icon (e "path" #js {"d" "M17 5v8.61l2 2V3c0-1.1-.9-2-2-2H7c-.71 0-1.33.37-1.68.93L8.39 5H17zM1.49 3.76 5 7.27V21c0 1.1.9 2 2 2h10c1.02 0 1.85-.77 1.98-1.75l1.72 1.72 1.41-1.41L2.9 2.35 1.49 3.76zM7 9.27 16.73 19H7V9.27z"})
"MobileOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mobile_screen_share.cljs
================================================
(ns reagent-mui.icons.mobile-screen-share
"Imports @mui/icons-material/MobileScreenShare as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobile-screen-share (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14zm-4.2-5.78v1.75l3.2-2.99L12.8 9v1.7c-3.11.43-4.35 2.56-4.8 4.7 1.11-1.5 2.58-2.18 4.8-2.18z"})
"MobileScreenShare"))
================================================
FILE: src/icons/reagent_mui/icons/mobile_screen_share_outlined.cljs
================================================
(ns reagent-mui.icons.mobile-screen-share-outlined
"Imports @mui/icons-material/MobileScreenShareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobile-screen-share-outlined (create-svg-icon (e "path" #js {"d" "M17 1H7c-1.1 0-1.99.85-1.99 1.95v18C5.01 22.05 5.9 23 7 23h10c1.1 0 2-.95 2-2.05v-18C19 1.85 18.1 1 17 1zm0 18H7V5h10v14zm-4.2-5.76v1.75L16 12l-3.2-2.98v1.7c-3.11.43-4.35 2.56-4.8 4.7 1.11-1.5 2.58-2.18 4.8-2.18z"})
"MobileScreenShareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mobile_screen_share_rounded.cljs
================================================
(ns reagent-mui.icons.mobile-screen-share-rounded
"Imports @mui/icons-material/MobileScreenShareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobile-screen-share-rounded (create-svg-icon (e "path" #js {"d" "M17 1H7c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 18H7V5h10v14zm-4.2-5.78v1.75l2.81-2.62c.21-.2.21-.53 0-.73L12.8 9v1.7c-3.11.43-4.35 2.56-4.8 4.7 1.11-1.5 2.58-2.18 4.8-2.18z"})
"MobileScreenShareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mobile_screen_share_sharp.cljs
================================================
(ns reagent-mui.icons.mobile-screen-share-sharp
"Imports @mui/icons-material/MobileScreenShareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobile-screen-share-sharp (create-svg-icon (e "path" #js {"d" "M5.01 1v22H19V1H5.01zM17 19H7V5h10v14zm-4.2-5.76v1.75L16 12l-3.2-2.98v1.7c-3.11.43-4.35 2.56-4.8 4.7 1.11-1.5 2.58-2.18 4.8-2.18z"})
"MobileScreenShareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mobile_screen_share_two_tone.cljs
================================================
(ns reagent-mui.icons.mobile-screen-share-two-tone
"Imports @mui/icons-material/MobileScreenShareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobile-screen-share-two-tone (create-svg-icon [(e "path" #js {"d" "M7 19h10V5H7v14zm5.8-8.28v-1.7L16 12l-3.2 2.99v-1.75c-2.22 0-3.69.68-4.8 2.18.45-2.14 1.69-4.27 4.8-4.7z", "opacity" ".3"}) (e "path" #js {"d" "M17 1H7c-1.1 0-1.99.85-1.99 1.95v18C5.01 22.05 5.9 23 7 23h10c1.1 0 2-.95 2-2.05V3c0-1.1-.9-2-2-2zm0 18H7V5h10v14zm-4.2-5.76v1.75L16 12l-3.2-2.98v1.7c-3.11.43-4.35 2.56-4.8 4.7 1.11-1.5 2.58-2.18 4.8-2.18z"})]
"MobileScreenShareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mobiledata_off.cljs
================================================
(ns reagent-mui.icons.mobiledata-off
"Imports @mui/icons-material/MobiledataOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobiledata-off (create-svg-icon (e "path" #js {"d" "M16 7h3l-4-4-4 4h3v4.17l2 2zM2.81 2.81 1.39 4.22 8 10.83v6.18l-3 .01L9 21l4-4-3 .01v-4.18l9.78 9.78 1.41-1.42z"})
"MobiledataOff"))
================================================
FILE: src/icons/reagent_mui/icons/mobiledata_off_outlined.cljs
================================================
(ns reagent-mui.icons.mobiledata-off-outlined
"Imports @mui/icons-material/MobiledataOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobiledata-off-outlined (create-svg-icon (e "path" #js {"d" "m16 6.82 1.59 1.59L19 7l-4-4-4 4 1.41 1.41L14 6.82v4.35l2 2zM1.39 4.22 8 10.83v6.35l-1.59-1.59L5 17l4 4 4-4-1.41-1.41L10 17.18v-4.35l9.78 9.78 1.41-1.42L2.81 2.81z"})
"MobiledataOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mobiledata_off_rounded.cljs
================================================
(ns reagent-mui.icons.mobiledata-off-rounded
"Imports @mui/icons-material/MobiledataOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobiledata-off-rounded (create-svg-icon (e "path" #js {"d" "M16 7h1.79c.45 0 .67-.54.35-.85l-2.79-2.79c-.2-.2-.51-.2-.71 0l-2.79 2.79c-.31.31-.09.85.36.85H14v4.17l2 2V7zM2.1 3.51c-.39.39-.39 1.02 0 1.41l5.9 5.9V17H6.21c-.45 0-.67.54-.35.85l2.79 2.78c.2.19.51.19.71 0l2.79-2.79c.32-.32.09-.85-.35-.85h-1.79v-4.18l9.07 9.07c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0z"})
"MobiledataOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mobiledata_off_sharp.cljs
================================================
(ns reagent-mui.icons.mobiledata-off-sharp
"Imports @mui/icons-material/MobiledataOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobiledata-off-sharp (create-svg-icon (e "path" #js {"d" "M16 7h3l-4-4-4 4h3v4.17l2 2zM2.81 2.81 1.39 4.22 8 10.83v6.18l-3 .01L9 21l4-4-3 .01v-4.18l9.78 9.78 1.41-1.42z"})
"MobiledataOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mobiledata_off_two_tone.cljs
================================================
(ns reagent-mui.icons.mobiledata-off-two-tone
"Imports @mui/icons-material/MobiledataOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mobiledata-off-two-tone (create-svg-icon (e "path" #js {"d" "M16 7h3l-4-4-4 4h3v4.17l2 2zM2.81 2.81 1.39 4.22 8 10.83v6.18l-3 .01L9 21l4-4-3 .01v-4.18l9.78 9.78 1.41-1.42z"})
"MobiledataOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mode.cljs
================================================
(ns reagent-mui.icons.mode
"Imports @mui/icons-material/Mode as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode (create-svg-icon (e "path" #js {"d" "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75zM20.71 5.63l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41z"})
"Mode"))
================================================
FILE: src/icons/reagent_mui/icons/mode_comment.cljs
================================================
(ns reagent-mui.icons.mode-comment
"Imports @mui/icons-material/ModeComment as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-comment (create-svg-icon (e "path" #js {"d" "M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18z"})
"ModeComment"))
================================================
FILE: src/icons/reagent_mui/icons/mode_comment_outlined.cljs
================================================
(ns reagent-mui.icons.mode-comment-outlined
"Imports @mui/icons-material/ModeCommentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-comment-outlined (create-svg-icon (e "path" #js {"d" "M20 17.17 18.83 16H4V4h16v13.17zM20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4c0-1.1-.9-2-2-2z"})
"ModeCommentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mode_comment_rounded.cljs
================================================
(ns reagent-mui.icons.mode-comment-rounded
"Imports @mui/icons-material/ModeCommentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-comment-rounded (create-svg-icon (e "path" #js {"d" "M22 4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4z"})
"ModeCommentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mode_comment_sharp.cljs
================================================
(ns reagent-mui.icons.mode-comment-sharp
"Imports @mui/icons-material/ModeCommentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-comment-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v16h16l4 4z"})
"ModeCommentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mode_comment_two_tone.cljs
================================================
(ns reagent-mui.icons.mode-comment-two-tone
"Imports @mui/icons-material/ModeCommentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-comment-two-tone (create-svg-icon [(e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4c0-1.1-.9-2-2-2zm0 15.17L18.83 16H4V4h16v13.17z"}) (e "path" #js {"d" "M4 4v12h14.83L20 17.17V4z", "opacity" ".3"})]
"ModeCommentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mode_edit.cljs
================================================
(ns reagent-mui.icons.mode-edit
"Imports @mui/icons-material/ModeEdit as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-edit (create-svg-icon (e "path" #js {"d" "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"})
"ModeEdit"))
================================================
FILE: src/icons/reagent_mui/icons/mode_edit_outline.cljs
================================================
(ns reagent-mui.icons.mode-edit-outline
"Imports @mui/icons-material/ModeEditOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-edit-outline (create-svg-icon (e "path" #js {"d" "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75zM20.71 5.63l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41z"})
"ModeEditOutline"))
================================================
FILE: src/icons/reagent_mui/icons/mode_edit_outline_outlined.cljs
================================================
(ns reagent-mui.icons.mode-edit-outline-outlined
"Imports @mui/icons-material/ModeEditOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-edit-outline-outlined (create-svg-icon (e "path" #js {"d" "M3 21h3.75L17.81 9.94l-3.75-3.75L3 17.25V21zm2-2.92 9.06-9.06.92.92L5.92 19H5v-.92zM18.37 3.29a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41l-2.34-2.34z"})
"ModeEditOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mode_edit_outline_rounded.cljs
================================================
(ns reagent-mui.icons.mode-edit-outline-rounded
"Imports @mui/icons-material/ModeEditOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-edit-outline-rounded (create-svg-icon (e "path" #js {"d" "M3 17.46v3.04c0 .28.22.5.5.5h3.04c.13 0 .26-.05.35-.15L17.81 9.94l-3.75-3.75L3.15 17.1c-.1.1-.15.22-.15.36zM20.71 5.63l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41z"})
"ModeEditOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mode_edit_outline_sharp.cljs
================================================
(ns reagent-mui.icons.mode-edit-outline-sharp
"Imports @mui/icons-material/ModeEditOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-edit-outline-sharp (create-svg-icon (e "path" #js {"d" "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM21.41 6.34l-3.75-3.75-2.53 2.54 3.75 3.75 2.53-2.54z"})
"ModeEditOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mode_edit_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.mode-edit-outline-two-tone
"Imports @mui/icons-material/ModeEditOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-edit-outline-two-tone (create-svg-icon [(e "path" #js {"d" "M5 18.08V19h.92l9.06-9.06-.92-.92z", "opacity" ".3"}) (e "path" #js {"d" "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM5.92 19H5v-.92l9.06-9.06.92.92L5.92 19zM20.71 5.63l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41z"})]
"ModeEditOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mode_edit_outlined.cljs
================================================
(ns reagent-mui.icons.mode-edit-outlined
"Imports @mui/icons-material/ModeEditOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-edit-outlined (create-svg-icon (e "path" #js {"d" "M3 21h3.75L17.81 9.94l-3.75-3.75L3 17.25V21zm2-2.92 9.06-9.06.92.92L5.92 19H5v-.92zM18.37 3.29a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41l-2.34-2.34z"})
"ModeEditOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mode_edit_rounded.cljs
================================================
(ns reagent-mui.icons.mode-edit-rounded
"Imports @mui/icons-material/ModeEditRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-edit-rounded (create-svg-icon (e "path" #js {"d" "M3 17.46v3.04c0 .28.22.5.5.5h3.04c.13 0 .26-.05.35-.15L17.81 9.94l-3.75-3.75L3.15 17.1c-.1.1-.15.22-.15.36zM20.71 5.63l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41z"})
"ModeEditRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mode_edit_sharp.cljs
================================================
(ns reagent-mui.icons.mode-edit-sharp
"Imports @mui/icons-material/ModeEditSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-edit-sharp (create-svg-icon (e "path" #js {"d" "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM21.41 6.34l-3.75-3.75-2.53 2.54 3.75 3.75 2.53-2.54z"})
"ModeEditSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mode_edit_two_tone.cljs
================================================
(ns reagent-mui.icons.mode-edit-two-tone
"Imports @mui/icons-material/ModeEditTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-edit-two-tone (create-svg-icon [(e "path" #js {"d" "M5 18.08V19h.92l9.06-9.06-.92-.92z", "opacity" ".3"}) (e "path" #js {"d" "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM5.92 19H5v-.92l9.06-9.06.92.92L5.92 19zM20.71 5.63l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41z"})]
"ModeEditTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mode_fan_off.cljs
================================================
(ns reagent-mui.icons.mode-fan-off
"Imports @mui/icons-material/ModeFanOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-fan-off (create-svg-icon (e "path" #js {"d" "m16.34 8.36-2.29.82c-.18-.13-.38-.25-.58-.34.17-.83.63-1.58 1.36-2.06C16.85 5.44 16.18 2 13.39 2c-3.08 0-4.9 1.47-5.3 3.26L18.73 15.9c1.5.39 3.27-.51 3.27-2.51 0-4.39-3.01-6.23-5.66-5.03zM2.81 2.81 1.39 4.22 5.27 8.1C3.77 7.7 2 8.61 2 10.61c0 4.4 3.01 6.24 5.66 5.03l2.29-.82c.18.13.38.25.58.34-.17.83-.63 1.58-1.36 2.06C7.15 18.56 7.82 22 10.61 22c3.08 0 4.9-1.47 5.3-3.26l3.87 3.87 1.41-1.41L2.81 2.81z"})
"ModeFanOff"))
================================================
FILE: src/icons/reagent_mui/icons/mode_fan_off_outlined.cljs
================================================
(ns reagent-mui.icons.mode-fan-off-outlined
"Imports @mui/icons-material/ModeFanOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-fan-off-outlined (create-svg-icon (e "path" #js {"d" "M18 8c-1.06 0-1.64.29-3.91 1.19-.19-.14-.4-.27-.62-.37.25-1.03.61-1.53 1.33-2.04.81-.57 1.2-1.34 1.2-2.28 0-1.22-.95-2.5-2.6-2.5-3.08 0-4.92 1.47-5.32 3.26l2.33 2.33C10.07 6.69 10 6.38 10 6c0-1.18 1.4-2 3.4-2 .57 0 .6.42.6.5 0 .27-.05.43-.35.65-1.27.9-1.83 1.91-2.16 3.39l-.02.1 7.25 7.25c.24.06.5.11.78.11 1.22 0 2.5-.95 2.5-2.6C22 9.91 20.11 8 18 8zm1.5 6c-.27 0-.43-.05-.65-.35-.9-1.27-1.91-1.83-3.39-2.16a3.12 3.12 0 0 0-.15-.62c1.8-.75 2.18-.87 2.69-.87 1.18 0 2 1.4 2 3.4 0 .57-.42.6-.5.6zM1.39 4.22l3.89 3.89C5.04 8.05 4.78 8 4.5 8 3.28 8 2 8.95 2 10.6 2 14.09 3.89 16 6 16c1.06 0 1.64-.29 3.91-1.19.19.14.4.27.62.37-.25 1.03-.61 1.53-1.33 2.04-.81.57-1.2 1.34-1.2 2.28 0 1.22.95 2.5 2.6 2.5 3.08 0 4.92-1.47 5.32-3.26l3.86 3.86 1.41-1.41L2.81 2.81 1.39 4.22zm11.13 11.24c.03 0 .06-.02.09-.02l.97.97c.35.9.42 1.21.42 1.59 0 1.18-1.4 2-3.4 2-.57 0-.6-.42-.6-.5 0-.27.05-.43.35-.65 1.28-.89 1.83-1.91 2.17-3.39zm-3.98-2.94c.03.22.08.42.15.62-1.8.74-2.18.86-2.69.86-1.18 0-2-1.4-2-3.4 0-.57.42-.6.5-.6.27 0 .43.05.65.35.89 1.28 1.91 1.83 3.39 2.17z"})
"ModeFanOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mode_fan_off_rounded.cljs
================================================
(ns reagent-mui.icons.mode-fan-off-rounded
"Imports @mui/icons-material/ModeFanOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-fan-off-rounded (create-svg-icon (e "path" #js {"d" "m16.34 8.36-2.29.82c-.18-.13-.38-.25-.58-.34.17-.83.63-1.58 1.36-2.06C16.85 5.44 16.18 2 13.39 2c-3.08 0-4.9 1.47-5.3 3.26L18.73 15.9c1.5.39 3.27-.51 3.27-2.51 0-4.39-3.01-6.23-5.66-5.03zM2.1 3.51c-.39.39-.39 1.02 0 1.41L5.27 8.1C3.77 7.7 2 8.61 2 10.61c0 4.4 3.01 6.24 5.66 5.03l2.29-.82c.18.13.38.25.58.34-.17.83-.63 1.58-1.36 2.06C7.15 18.56 7.82 22 10.61 22c3.08 0 4.9-1.47 5.3-3.26l3.16 3.16c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0z"})
"ModeFanOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mode_fan_off_sharp.cljs
================================================
(ns reagent-mui.icons.mode-fan-off-sharp
"Imports @mui/icons-material/ModeFanOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-fan-off-sharp (create-svg-icon (e "path" #js {"d" "m16.34 8.36-2.29.82c-.18-.13-.38-.25-.58-.34.17-.83.63-1.58 1.36-2.06C16.85 5.44 16.18 2 13.39 2c-3.08 0-4.9 1.47-5.3 3.26L18.73 15.9c1.5.39 3.27-.51 3.27-2.51 0-4.39-3.01-6.23-5.66-5.03zM2.81 2.81 1.39 4.22 5.27 8.1C3.77 7.7 2 8.61 2 10.61c0 4.4 3.01 6.24 5.66 5.03l2.29-.82c.18.13.38.25.58.34-.17.83-.63 1.58-1.36 2.06C7.15 18.56 7.82 22 10.61 22c3.08 0 4.9-1.47 5.3-3.26l3.87 3.87 1.41-1.41L2.81 2.81z"})
"ModeFanOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mode_fan_off_two_tone.cljs
================================================
(ns reagent-mui.icons.mode-fan-off-two-tone
"Imports @mui/icons-material/ModeFanOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-fan-off-two-tone (create-svg-icon [(e "path" #js {"d" "M4.5 10c-.08 0-.5.03-.5.6 0 2 .82 3.4 2 3.4.51 0 .89-.12 2.69-.86-.07-.2-.12-.41-.15-.62-1.48-.33-2.49-.89-3.39-2.16-.22-.31-.38-.36-.65-.36zm5.5 9.5c0 .08.03.5.6.5 2 0 3.4-.82 3.4-2 0-.38-.07-.69-.42-1.59l-.97-.97c-.03.01-.06.02-.09.02-.33 1.48-.89 2.49-2.16 3.39-.31.22-.36.38-.36.65zm3.65-14.35c.3-.22.35-.38.35-.65 0-.08-.03-.5-.6-.5-2 0-3.4.82-3.4 2 0 .38.07.69.42 1.59l1.05 1.05.02-.1c.33-1.48.88-2.5 2.16-3.39zm5.2 8.5c.21.3.38.35.65.35.08 0 .5-.03.5-.6 0-2-.82-3.4-2-3.4-.51 0-.89.12-2.69.86.07.2.12.41.15.62 1.48.34 2.5.89 3.39 2.17z", "opacity" ".3"}) (e "path" #js {"d" "M10 6c0-1.18 1.4-2 3.4-2 .57 0 .6.42.6.5 0 .27-.05.43-.35.65-1.27.9-1.83 1.91-2.16 3.39l-.02.1 7.25 7.25c.24.06.5.11.78.11 1.22 0 2.5-.95 2.5-2.6C22 9.91 20.11 8 18 8c-1.06 0-1.64.29-3.91 1.19-.19-.14-.4-.27-.62-.37.25-1.03.61-1.53 1.33-2.04.81-.57 1.2-1.34 1.2-2.28 0-1.22-.95-2.5-2.6-2.5-3.08 0-4.92 1.47-5.32 3.26l2.33 2.33C10.07 6.69 10 6.38 10 6zm8 4c1.18 0 2 1.4 2 3.4 0 .57-.42.6-.5.6-.27 0-.43-.05-.65-.35-.9-1.27-1.91-1.83-3.39-2.16a3.12 3.12 0 0 0-.15-.62c1.8-.75 2.18-.87 2.69-.87zM1.39 4.22l3.89 3.89C5.04 8.05 4.78 8 4.5 8 3.28 8 2 8.95 2 10.6 2 14.09 3.89 16 6 16c1.06 0 1.64-.29 3.91-1.19.19.14.4.27.62.37-.25 1.03-.61 1.53-1.33 2.04-.81.57-1.2 1.34-1.2 2.28 0 1.22.95 2.5 2.6 2.5 3.08 0 4.92-1.47 5.32-3.26l3.86 3.86 1.41-1.41L2.81 2.81 1.39 4.22zm11.13 11.24c.03 0 .06-.02.09-.02l.97.97c.35.9.42 1.21.42 1.59 0 1.18-1.4 2-3.4 2-.57 0-.6-.42-.6-.5 0-.27.05-.43.35-.65 1.28-.89 1.83-1.91 2.17-3.39zm-3.98-2.94c.03.22.08.42.15.62-1.8.74-2.18.86-2.69.86-1.18 0-2-1.4-2-3.4 0-.57.42-.6.5-.6.27 0 .43.05.65.35.89 1.28 1.91 1.83 3.39 2.17z"})]
"ModeFanOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mode_night.cljs
================================================
(ns reagent-mui.icons.mode-night
"Imports @mui/icons-material/ModeNight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-night (create-svg-icon (e "path" #js {"d" "M9.5 2c-1.82 0-3.53.5-5 1.35 2.99 1.73 5 4.95 5 8.65s-2.01 6.92-5 8.65c1.47.85 3.18 1.35 5 1.35 5.52 0 10-4.48 10-10S15.02 2 9.5 2z"})
"ModeNight"))
================================================
FILE: src/icons/reagent_mui/icons/mode_night_outlined.cljs
================================================
(ns reagent-mui.icons.mode-night-outlined
"Imports @mui/icons-material/ModeNightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-night-outlined (create-svg-icon (e "path" #js {"d" "M9.5 4c4.41 0 8 3.59 8 8s-3.59 8-8 8c-.34 0-.68-.02-1.01-.07 1.91-2.16 3.01-4.98 3.01-7.93s-1.1-5.77-3.01-7.93C8.82 4.02 9.16 4 9.5 4m0-2c-1.82 0-3.53.5-5 1.35 2.99 1.73 5 4.95 5 8.65s-2.01 6.92-5 8.65c1.47.85 3.18 1.35 5 1.35 5.52 0 10-4.48 10-10S15.02 2 9.5 2z"})
"ModeNightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mode_night_rounded.cljs
================================================
(ns reagent-mui.icons.mode-night-rounded
"Imports @mui/icons-material/ModeNightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-night-rounded (create-svg-icon (e "path" #js {"d" "M11.93 2.3c-2.04-.5-4.02-.35-5.77.28-.72.26-.91 1.22-.31 1.71C8.08 6.12 9.5 8.89 9.5 12c0 3.11-1.42 5.88-3.65 7.71-.59.49-.42 1.45.31 1.7 1.04.38 2.17.59 3.34.59 6.05 0 10.85-5.38 9.87-11.6-.61-3.92-3.59-7.16-7.44-8.1z"})
"ModeNightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mode_night_sharp.cljs
================================================
(ns reagent-mui.icons.mode-night-sharp
"Imports @mui/icons-material/ModeNightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-night-sharp (create-svg-icon (e "path" #js {"d" "M9.5 2c-1.82 0-3.53.5-5 1.35 2.99 1.73 5 4.95 5 8.65s-2.01 6.92-5 8.65c1.47.85 3.18 1.35 5 1.35 5.52 0 10-4.48 10-10S15.02 2 9.5 2z"})
"ModeNightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mode_night_two_tone.cljs
================================================
(ns reagent-mui.icons.mode-night-two-tone
"Imports @mui/icons-material/ModeNightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-night-two-tone (create-svg-icon [(e "path" #js {"d" "M9.5 4c-.34 0-.68.02-1.01.07C10.4 6.23 11.5 9.05 11.5 12s-1.1 5.77-3.01 7.93c.33.05.67.07 1.01.07 4.41 0 8-3.59 8-8s-3.59-8-8-8z", "opacity" ".3"}) (e "path" #js {"d" "M9.5 2c-1.82 0-3.53.5-5 1.35 2.99 1.73 5 4.95 5 8.65s-2.01 6.92-5 8.65c1.47.85 3.18 1.35 5 1.35 5.52 0 10-4.48 10-10S15.02 2 9.5 2zm0 18c-.34 0-.68-.02-1.01-.07 1.91-2.16 3.01-4.98 3.01-7.93s-1.1-5.77-3.01-7.93C8.82 4.02 9.16 4 9.5 4c4.41 0 8 3.59 8 8s-3.59 8-8 8z"})]
"ModeNightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mode_of_travel.cljs
================================================
(ns reagent-mui.icons.mode-of-travel
"Imports @mui/icons-material/ModeOfTravel as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-of-travel (create-svg-icon (e "path" #js {"d" "M15.31 18.9c-.96 1-2.06 2.03-3.31 3.1-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2c4 0 7.64 2.92 7.97 7.5h3.53L19 14l-4.5-4.5h3.47C17.65 6.24 15.13 4 12 4c-3.35 0-6 2.57-6 6.2 0 2.34 1.95 5.44 6 9.14.64-.59 1.23-1.16 1.77-1.71-.17-.34-.27-.72-.27-1.12 0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5S17.38 19 16 19c-.24 0-.47-.03-.69-.1z"})
"ModeOfTravel"))
================================================
FILE: src/icons/reagent_mui/icons/mode_of_travel_outlined.cljs
================================================
(ns reagent-mui.icons.mode-of-travel-outlined
"Imports @mui/icons-material/ModeOfTravelOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-of-travel-outlined (create-svg-icon (e "path" #js {"d" "M15.31 18.9c-.96 1-2.06 2.03-3.31 3.1-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2c4.19 0 7.99 3.21 8 8.17l2.09-2.09L23.5 9.5 19 14l-4.5-4.5 1.41-1.41L18 10.17C17.99 6.55 15.34 4 12 4c-3.35 0-6 2.57-6 6.2 0 2.34 1.95 5.44 6 9.14.64-.59 1.23-1.16 1.77-1.71-.17-.34-.27-.72-.27-1.12 0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5S17.38 19 16 19c-.24 0-.47-.03-.69-.1z"})
"ModeOfTravelOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mode_of_travel_rounded.cljs
================================================
(ns reagent-mui.icons.mode-of-travel-rounded
"Imports @mui/icons-material/ModeOfTravelRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-of-travel-rounded (create-svg-icon (e "path" #js {"d" "M4 10.2C4 5.22 7.8 2 12 2c4 0 7.64 2.92 7.97 7.5h2.32c.45 0 .67.54.35.85l-3.29 3.29c-.2.2-.51.2-.71 0l-3.29-3.29c-.31-.31-.09-.85.35-.85h2.26C17.65 6.24 15.13 4 12 4c-3.35 0-6 2.57-6 6.2 0 2.34 1.95 5.44 6 9.14.64-.59 1.23-1.16 1.77-1.71-.17-.34-.27-.72-.27-1.12 0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5S17.38 19 16 19c-.24 0-.47-.03-.69-.1-.78.82-1.67 1.66-2.65 2.52-.38.33-.95.33-1.33 0C6.45 17.12 4 13.38 4 10.2z"})
"ModeOfTravelRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mode_of_travel_sharp.cljs
================================================
(ns reagent-mui.icons.mode-of-travel-sharp
"Imports @mui/icons-material/ModeOfTravelSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-of-travel-sharp (create-svg-icon (e "path" #js {"d" "M15.31 18.9c-.96 1-2.06 2.03-3.31 3.1-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2c4 0 7.64 2.92 7.97 7.5h3.53L19 14l-4.5-4.5h3.47C17.65 6.24 15.13 4 12 4c-3.35 0-6 2.57-6 6.2 0 2.34 1.95 5.44 6 9.14.64-.59 1.23-1.16 1.77-1.71-.17-.34-.27-.72-.27-1.12 0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5S17.38 19 16 19c-.24 0-.47-.03-.69-.1z"})
"ModeOfTravelSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mode_of_travel_two_tone.cljs
================================================
(ns reagent-mui.icons.mode-of-travel-two-tone
"Imports @mui/icons-material/ModeOfTravelTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-of-travel-two-tone (create-svg-icon (e "path" #js {"d" "M15.31 18.9c-.96 1-2.06 2.03-3.31 3.1-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2c4 0 7.64 2.92 7.97 7.5h3.53L19 14l-4.5-4.5h3.47C17.65 6.24 15.13 4 12 4c-3.35 0-6 2.57-6 6.2 0 2.34 1.95 5.44 6 9.14.64-.59 1.23-1.16 1.77-1.71-.17-.34-.27-.72-.27-1.12 0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5S17.38 19 16 19c-.24 0-.47-.03-.69-.1z"})
"ModeOfTravelTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mode_outlined.cljs
================================================
(ns reagent-mui.icons.mode-outlined
"Imports @mui/icons-material/ModeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-outlined (create-svg-icon (e "path" #js {"d" "m14.06 9.02.92.92L5.92 19H5v-.92l9.06-9.06M17.66 3c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6 3.19L3 17.25V21h3.75L17.81 9.94l-3.75-3.75z"})
"ModeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mode_rounded.cljs
================================================
(ns reagent-mui.icons.mode-rounded
"Imports @mui/icons-material/ModeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-rounded (create-svg-icon (e "path" #js {"d" "M3 17.46v3.04c0 .28.22.5.5.5h3.04c.13 0 .26-.05.35-.15L17.81 9.94l-3.75-3.75L3.15 17.1c-.1.1-.15.22-.15.36zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"})
"ModeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mode_sharp.cljs
================================================
(ns reagent-mui.icons.mode-sharp
"Imports @mui/icons-material/ModeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-sharp (create-svg-icon (e "path" #js {"d" "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM21.41 6.34l-3.75-3.75-2.53 2.54 3.75 3.75 2.53-2.54z"})
"ModeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mode_standby.cljs
================================================
(ns reagent-mui.icons.mode-standby
"Imports @mui/icons-material/ModeStandby as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-standby (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"})
"ModeStandby"))
================================================
FILE: src/icons/reagent_mui/icons/mode_standby_outlined.cljs
================================================
(ns reagent-mui.icons.mode-standby-outlined
"Imports @mui/icons-material/ModeStandbyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-standby-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"})
"ModeStandbyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mode_standby_rounded.cljs
================================================
(ns reagent-mui.icons.mode-standby-rounded
"Imports @mui/icons-material/ModeStandbyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-standby-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"})
"ModeStandbyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mode_standby_sharp.cljs
================================================
(ns reagent-mui.icons.mode-standby-sharp
"Imports @mui/icons-material/ModeStandbySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-standby-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"})
"ModeStandbySharp"))
================================================
FILE: src/icons/reagent_mui/icons/mode_standby_two_tone.cljs
================================================
(ns reagent-mui.icons.mode-standby-two-tone
"Imports @mui/icons-material/ModeStandbyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-standby-two-tone (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"})
"ModeStandbyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mode_two_tone.cljs
================================================
(ns reagent-mui.icons.mode-two-tone
"Imports @mui/icons-material/ModeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mode-two-tone (create-svg-icon [(e "path" #js {"d" "M14.06 9.02 5 18.08V19h.92l9.06-9.06z", "opacity" ".3"}) (e "path" #js {"d" "M18.37 3.29c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41l-2.34-2.34zm-.56 6.65-3.75-3.75L3 17.25V21h3.75L17.81 9.94zM5 19v-.92l9.06-9.06.92.92L5.92 19H5z"})]
"ModeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/model_training.cljs
================================================
(ns reagent-mui.icons.model-training
"Imports @mui/icons-material/ModelTraining as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def model-training (create-svg-icon (e "path" #js {"d" "M15.5 13.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5 0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5zm-2.5 6h-2V21h2v-1.5zm6-6.5c0 1.68-.59 3.21-1.58 4.42l1.42 1.42C20.18 17.27 21 15.23 21 13c0-2.74-1.23-5.19-3.16-6.84l-1.42 1.42C17.99 8.86 19 10.82 19 13zm-3-8-4-4v3c-4.97 0-9 4.03-9 9 0 2.23.82 4.27 2.16 5.84l1.42-1.42C5.59 16.21 5 14.68 5 13c0-3.86 3.14-7 7-7v3l4-4z"})
"ModelTraining"))
================================================
FILE: src/icons/reagent_mui/icons/model_training_outlined.cljs
================================================
(ns reagent-mui.icons.model-training-outlined
"Imports @mui/icons-material/ModelTrainingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def model-training-outlined (create-svg-icon (e "path" #js {"d" "M15.5 13.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5 0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5zm-2.5 6h-2V21h2v-1.5zm6-6.5c0 1.68-.59 3.21-1.58 4.42l1.42 1.42C20.18 17.27 21 15.23 21 13c0-2.74-1.23-5.19-3.16-6.84l-1.42 1.42C17.99 8.86 19 10.82 19 13zm-3-8-4-4v3c-4.97 0-9 4.03-9 9 0 2.23.82 4.27 2.16 5.84l1.42-1.42C5.59 16.21 5 14.68 5 13c0-3.86 3.14-7 7-7v3l4-4z"})
"ModelTrainingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/model_training_rounded.cljs
================================================
(ns reagent-mui.icons.model-training-rounded
"Imports @mui/icons-material/ModelTrainingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def model-training-rounded (create-svg-icon (e "path" #js {"d" "M15.5 13.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5 0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5zm-2.5 6h-2v.5c0 .55.45 1 1 1s1-.45 1-1v-.5zm6-6.5c0 1.39-.41 2.69-1.12 3.78-.25.39-.19.91.14 1.24.44.44 1.2.38 1.54-.15C20.47 16.47 21 14.8 21 13c0-2.36-.91-4.51-2.4-6.12-.39-.42-1.05-.43-1.45-.03-.38.38-.38.99-.02 1.39C18.29 9.49 19 11.16 19 13zm-3.35-8.35-2.79-2.79c-.32-.32-.86-.1-.86.35V4c-4.97 0-9 4.03-9 9 0 1.8.53 3.47 1.44 4.88.34.53 1.1.59 1.54.15.33-.33.39-.84.14-1.23-1.39-2.15-1.64-5.1.13-8C7.45 6.85 9.71 5.81 12 6v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7z"})
"ModelTrainingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/model_training_sharp.cljs
================================================
(ns reagent-mui.icons.model-training-sharp
"Imports @mui/icons-material/ModelTrainingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def model-training-sharp (create-svg-icon (e "path" #js {"d" "M15.5 13.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5 0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5zm-2.5 6h-2V21h2v-1.5zm6-6.5c0 1.68-.59 3.21-1.58 4.42l1.42 1.42C20.18 17.27 21 15.23 21 13c0-2.74-1.23-5.19-3.16-6.84l-1.42 1.42C17.99 8.86 19 10.82 19 13zm-3-8-4-4v3c-4.97 0-9 4.03-9 9 0 2.23.82 4.27 2.16 5.84l1.42-1.42C5.59 16.21 5 14.68 5 13c0-3.86 3.14-7 7-7v3l4-4z"})
"ModelTrainingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/model_training_two_tone.cljs
================================================
(ns reagent-mui.icons.model-training-two-tone
"Imports @mui/icons-material/ModelTrainingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def model-training-two-tone (create-svg-icon (e "path" #js {"d" "M15.5 13.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5 0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5zm-2.5 6h-2V21h2v-1.5zm6-6.5c0 1.68-.59 3.21-1.58 4.42l1.42 1.42C20.18 17.27 21 15.23 21 13c0-2.74-1.23-5.19-3.16-6.84l-1.42 1.42C17.99 8.86 19 10.82 19 13zm-3-8-4-4v3c-4.97 0-9 4.03-9 9 0 2.23.82 4.27 2.16 5.84l1.42-1.42C5.59 16.21 5 14.68 5 13c0-3.86 3.14-7 7-7v3l4-4z"})
"ModelTrainingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/monetization_on.cljs
================================================
(ns reagent-mui.icons.monetization-on
"Imports @mui/icons-material/MonetizationOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monetization-on (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.41 16.09V20h-2.67v-1.93c-1.71-.36-3.16-1.46-3.27-3.4h1.96c.1 1.05.82 1.87 2.65 1.87 1.96 0 2.4-.98 2.4-1.59 0-.83-.44-1.61-2.67-2.14-2.48-.6-4.18-1.62-4.18-3.67 0-1.72 1.39-2.84 3.11-3.21V4h2.67v1.95c1.86.45 2.79 1.86 2.85 3.39H14.3c-.05-1.11-.64-1.87-2.22-1.87-1.5 0-2.4.68-2.4 1.64 0 .84.65 1.39 2.67 1.91s4.18 1.39 4.18 3.91c-.01 1.83-1.38 2.83-3.12 3.16z"})
"MonetizationOn"))
================================================
FILE: src/icons/reagent_mui/icons/monetization_on_outlined.cljs
================================================
(ns reagent-mui.icons.monetization-on-outlined
"Imports @mui/icons-material/MonetizationOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monetization-on-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.31-8.86c-1.77-.45-2.34-.94-2.34-1.67 0-.84.79-1.43 2.1-1.43 1.38 0 1.9.66 1.94 1.64h1.71c-.05-1.34-.87-2.57-2.49-2.97V5H10.9v1.69c-1.51.32-2.72 1.3-2.72 2.81 0 1.79 1.49 2.69 3.66 3.21 1.95.46 2.34 1.15 2.34 1.87 0 .53-.39 1.39-2.1 1.39-1.6 0-2.23-.72-2.32-1.64H8.04c.1 1.7 1.36 2.66 2.86 2.97V19h2.34v-1.67c1.52-.29 2.72-1.16 2.73-2.77-.01-2.2-1.9-2.96-3.66-3.42z"})
"MonetizationOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/monetization_on_rounded.cljs
================================================
(ns reagent-mui.icons.monetization-on-rounded
"Imports @mui/icons-material/MonetizationOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monetization-on-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.41 16.09v.58c0 .73-.6 1.33-1.33 1.33h-.01c-.73 0-1.33-.6-1.33-1.33v-.6c-1.33-.28-2.51-1.01-3.01-2.24-.23-.55.2-1.16.8-1.16h.24c.37 0 .67.25.81.6.29.75 1.05 1.27 2.51 1.27 1.96 0 2.4-.98 2.4-1.59 0-.83-.44-1.61-2.67-2.14-2.48-.6-4.18-1.62-4.18-3.67 0-1.72 1.39-2.84 3.11-3.21v-.6c0-.73.6-1.33 1.33-1.33h.01c.73 0 1.33.6 1.33 1.33v.62c1.38.34 2.25 1.2 2.63 2.26.2.55-.22 1.13-.81 1.13h-.26c-.37 0-.67-.26-.77-.62-.23-.76-.86-1.25-2.12-1.25-1.5 0-2.4.68-2.4 1.64 0 .84.65 1.39 2.67 1.91s4.18 1.39 4.18 3.91c-.02 1.83-1.39 2.83-3.13 3.16z"})
"MonetizationOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/monetization_on_sharp.cljs
================================================
(ns reagent-mui.icons.monetization-on-sharp
"Imports @mui/icons-material/MonetizationOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monetization-on-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.41 16.09V20h-2.67v-1.93c-1.71-.36-3.16-1.46-3.27-3.4h1.96c.1 1.05.82 1.87 2.65 1.87 1.96 0 2.4-.98 2.4-1.59 0-.83-.44-1.61-2.67-2.14-2.48-.6-4.18-1.62-4.18-3.67 0-1.72 1.39-2.84 3.11-3.21V4h2.67v1.95c1.86.45 2.79 1.86 2.85 3.39H14.3c-.05-1.11-.64-1.87-2.22-1.87-1.5 0-2.4.68-2.4 1.64 0 .84.65 1.39 2.67 1.91s4.18 1.39 4.18 3.91c-.01 1.83-1.38 2.83-3.12 3.16z"})
"MonetizationOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/monetization_on_two_tone.cljs
================================================
(ns reagent-mui.icons.monetization-on-two-tone
"Imports @mui/icons-material/MonetizationOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monetization-on-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm1.23 13.33V19H10.9v-1.69c-1.5-.31-2.77-1.28-2.86-2.97h1.71c.09.92.72 1.64 2.32 1.64 1.71 0 2.1-.86 2.1-1.39 0-.73-.39-1.41-2.34-1.87-2.17-.53-3.66-1.42-3.66-3.21 0-1.51 1.22-2.48 2.72-2.81V5h2.34v1.71c1.63.39 2.44 1.63 2.49 2.97h-1.71c-.04-.97-.56-1.64-1.94-1.64-1.31 0-2.1.59-2.1 1.43 0 .73.57 1.22 2.34 1.67 1.77.46 3.66 1.22 3.66 3.42-.01 1.6-1.21 2.48-2.74 2.77z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.31-8.86c-1.77-.45-2.34-.94-2.34-1.67 0-.84.79-1.43 2.1-1.43 1.38 0 1.9.66 1.94 1.64h1.71c-.05-1.34-.87-2.57-2.49-2.97V5H10.9v1.69c-1.51.32-2.72 1.3-2.72 2.81 0 1.79 1.49 2.69 3.66 3.21 1.95.46 2.34 1.15 2.34 1.87 0 .53-.39 1.39-2.1 1.39-1.6 0-2.23-.72-2.32-1.64H8.04c.1 1.7 1.36 2.66 2.86 2.97V19h2.34v-1.67c1.52-.29 2.72-1.16 2.73-2.77-.01-2.2-1.9-2.96-3.66-3.42z"})]
"MonetizationOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/money.cljs
================================================
(ns reagent-mui.icons.money
"Imports @mui/icons-material/Money as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def money (create-svg-icon [(e "path" #js {"d" "M5 8h2v8H5zm7 0H9c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 6h-1v-4h1v4zm7-6h-3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 6h-1v-4h1v4z"}) (e "path" #js {"d" "M2 4v16h20V4H2zm2 14V6h16v12H4z"})]
"Money"))
================================================
FILE: src/icons/reagent_mui/icons/money_off.cljs
================================================
(ns reagent-mui.icons.money-off
"Imports @mui/icons-material/MoneyOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def money-off (create-svg-icon (e "path" #js {"d" "M12.5 6.9c1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-.53.12-1.03.3-1.48.54l1.47 1.47c.41-.17.91-.27 1.51-.27zM5.33 4.06 4.06 5.33 7.5 8.77c0 2.08 1.56 3.21 3.91 3.91l3.51 3.51c-.34.48-1.05.91-2.42.91-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c.96-.18 1.82-.55 2.45-1.12l2.22 2.22 1.27-1.27L5.33 4.06z"})
"MoneyOff"))
================================================
FILE: src/icons/reagent_mui/icons/money_off_csred.cljs
================================================
(ns reagent-mui.icons.money-off-csred
"Imports @mui/icons-material/MoneyOffCsred as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def money-off-csred (create-svg-icon (e "path" #js {"d" "M10.53 7.43c.42-.31.93-.47 1.54-.47s1.11.16 1.5.49c.39.32.65.7.79 1.12l1.89-.8c-.24-.71-.71-1.35-1.4-1.92-.5-.4-1.12-.65-1.85-.77V3h-2v2.11c-.41.08-.79.21-1.14.39-.35.18-.64.39-.9.63l1.43 1.43c.04-.04.09-.09.14-.13zM2.81 2.81 1.39 4.22l12.35 12.35c-.43.28-.95.43-1.55.43-.71 0-1.32-.23-1.83-.7-.5-.47-.86-1.07-1.06-1.81l-1.98.8c.34 1.17.95 2.08 1.83 2.73.57.42 1.19.68 1.85.83V21h2v-2.08c.44-.07.87-.17 1.29-.35.34-.14.64-.32.92-.53l4.57 4.57 1.41-1.41L2.81 2.81z"})
"MoneyOffCsred"))
================================================
FILE: src/icons/reagent_mui/icons/money_off_csred_outlined.cljs
================================================
(ns reagent-mui.icons.money-off-csred-outlined
"Imports @mui/icons-material/MoneyOffCsredOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def money-off-csred-outlined (create-svg-icon (e "path" #js {"d" "M12.5 6.9c1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-.39.08-.75.21-1.1.36l1.51 1.51c.32-.08.69-.13 1.09-.13zM5.47 3.92 4.06 5.33 7.5 8.77c0 2.08 1.56 3.22 3.91 3.91l3.51 3.51c-.34.49-1.05.91-2.42.91-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c.96-.18 1.83-.55 2.46-1.12l2.22 2.22 1.41-1.41L5.47 3.92z"})
"MoneyOffCsredOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/money_off_csred_rounded.cljs
================================================
(ns reagent-mui.icons.money-off-csred-rounded
"Imports @mui/icons-material/MoneyOffCsredRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def money-off-csred-rounded (create-svg-icon (e "path" #js {"d" "M12.5 6.9c1.42 0 2.13.54 2.39 1.4.13.43.56.7 1.01.7h.06c.7 0 1.22-.71.97-1.36-.44-1.15-1.41-2.08-2.93-2.45V4.5c0-.83-.67-1.5-1.5-1.5S11 3.67 11 4.5v.66c-.39.08-.75.21-1.1.36l1.51 1.51c.32-.08.69-.13 1.09-.13zM4.77 4.62c-.39.39-.39 1.02 0 1.41L7.5 8.77c0 2.08 1.56 3.22 3.91 3.91l3.51 3.51c-.34.49-1.05.91-2.42.91-1.65 0-2.5-.59-2.83-1.43-.15-.39-.49-.67-.9-.67H8.6c-.72 0-1.24.74-.95 1.39.59 1.33 1.89 2.12 3.36 2.44v.67c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-.65c.96-.18 1.83-.55 2.46-1.12l1.51 1.51c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L6.18 4.62a.9959.9959 0 0 0-1.41 0z"})
"MoneyOffCsredRounded"))
================================================
FILE: src/icons/reagent_mui/icons/money_off_csred_sharp.cljs
================================================
(ns reagent-mui.icons.money-off-csred-sharp
"Imports @mui/icons-material/MoneyOffCsredSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def money-off-csred-sharp (create-svg-icon (e "path" #js {"d" "M12.5 6.9c1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-.39.08-.75.21-1.1.36l1.51 1.51c.32-.08.69-.13 1.09-.13zM5.47 3.92 4.06 5.33 7.5 8.77c0 2.08 1.56 3.22 3.91 3.91l3.51 3.51c-.34.49-1.05.91-2.42.91-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c.96-.18 1.83-.55 2.46-1.12l2.22 2.22 1.41-1.41L5.47 3.92z"})
"MoneyOffCsredSharp"))
================================================
FILE: src/icons/reagent_mui/icons/money_off_csred_two_tone.cljs
================================================
(ns reagent-mui.icons.money-off-csred-two-tone
"Imports @mui/icons-material/MoneyOffCsredTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def money-off-csred-two-tone (create-svg-icon (e "path" #js {"d" "M12.5 6.9c1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-.39.08-.75.21-1.1.36l1.51 1.51c.32-.08.69-.13 1.09-.13zM5.47 3.92 4.06 5.33 7.5 8.77c0 2.08 1.56 3.22 3.91 3.91l3.51 3.51c-.34.49-1.05.91-2.42.91-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c.96-.18 1.83-.55 2.46-1.12l2.22 2.22 1.41-1.41L5.47 3.92z"})
"MoneyOffCsredTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/money_off_outlined.cljs
================================================
(ns reagent-mui.icons.money-off-outlined
"Imports @mui/icons-material/MoneyOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def money-off-outlined (create-svg-icon (e "path" #js {"d" "M12.5 6.9c1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-.39.08-.75.21-1.1.36l1.51 1.51c.32-.08.69-.13 1.09-.13zM5.47 3.92 4.06 5.33 7.5 8.77c0 2.08 1.56 3.22 3.91 3.91l3.51 3.51c-.34.49-1.05.91-2.42.91-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c.96-.18 1.83-.55 2.46-1.12l2.22 2.22 1.41-1.41L5.47 3.92z"})
"MoneyOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/money_off_rounded.cljs
================================================
(ns reagent-mui.icons.money-off-rounded
"Imports @mui/icons-material/MoneyOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def money-off-rounded (create-svg-icon (e "path" #js {"d" "M12.5 6.9c1.42 0 2.13.54 2.39 1.4.13.43.56.7 1.01.7h.06c.7 0 1.22-.71.97-1.36-.44-1.15-1.41-2.08-2.93-2.45V4.5c0-.83-.67-1.5-1.5-1.5S11 3.67 11 4.5v.66c-.39.08-.75.21-1.1.36l1.51 1.51c.32-.08.69-.13 1.09-.13zM4.77 4.62c-.39.39-.39 1.02 0 1.41L7.5 8.77c0 2.08 1.56 3.22 3.91 3.91l3.51 3.51c-.34.49-1.05.91-2.42.91-1.65 0-2.5-.59-2.83-1.43-.15-.39-.49-.67-.9-.67H8.6c-.72 0-1.24.74-.95 1.39.59 1.33 1.89 2.12 3.36 2.44v.67c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-.65c.96-.18 1.83-.55 2.46-1.12l1.51 1.51c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L6.18 4.62a.9959.9959 0 0 0-1.41 0z"})
"MoneyOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/money_off_sharp.cljs
================================================
(ns reagent-mui.icons.money-off-sharp
"Imports @mui/icons-material/MoneyOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def money-off-sharp (create-svg-icon (e "path" #js {"d" "M12.5 6.9c1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-.39.08-.75.21-1.1.36l1.51 1.51c.32-.08.69-.13 1.09-.13zM5.47 3.92 4.06 5.33 7.5 8.77c0 2.08 1.56 3.22 3.91 3.91l3.51 3.51c-.34.49-1.05.91-2.42.91-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c.96-.18 1.83-.55 2.46-1.12l2.22 2.22 1.41-1.41L5.47 3.92z"})
"MoneyOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/money_off_two_tone.cljs
================================================
(ns reagent-mui.icons.money-off-two-tone
"Imports @mui/icons-material/MoneyOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def money-off-two-tone (create-svg-icon (e "path" #js {"d" "M12.5 6.9c1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-.39.08-.75.21-1.1.36l1.51 1.51c.32-.08.69-.13 1.09-.13zM5.47 3.92 4.06 5.33 7.5 8.77c0 2.08 1.56 3.22 3.91 3.91l3.51 3.51c-.34.49-1.05.91-2.42.91-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c.96-.18 1.83-.55 2.46-1.12l2.22 2.22 1.41-1.41L5.47 3.92z"})
"MoneyOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/money_outlined.cljs
================================================
(ns reagent-mui.icons.money-outlined
"Imports @mui/icons-material/MoneyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def money-outlined (create-svg-icon (e "path" #js {"d" "M15 16h3c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1zm1-6h1v4h-1v-4zm-7 6h3c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1zm1-6h1v4h-1v-4zM5 8h2v8H5zM2 4v16h20V4H2zm18 14H4V6h16v12z"})
"MoneyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/money_rounded.cljs
================================================
(ns reagent-mui.icons.money-rounded
"Imports @mui/icons-material/MoneyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def money-rounded (create-svg-icon (e "path" #js {"d" "M15 16h3c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1zm1-6h1v4h-1v-4zm-7 6h3c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1zm1-6h1v4h-1v-4zM6 8c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1s1-.45 1-1V9c0-.55-.45-1-1-1zM2 6v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2zm17 12H5c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1z"})
"MoneyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/money_sharp.cljs
================================================
(ns reagent-mui.icons.money-sharp
"Imports @mui/icons-material/MoneySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def money-sharp (create-svg-icon (e "path" #js {"d" "M14 16h5V8h-5v8zm2-6h1v4h-1v-4zm-8 6h5V8H8v8zm2-6h1v4h-1v-4zM5 8h2v8H5zM2 4v16h20V4H2zm18 14H4V6h16v12z"})
"MoneySharp"))
================================================
FILE: src/icons/reagent_mui/icons/money_two_tone.cljs
================================================
(ns reagent-mui.icons.money-two-tone
"Imports @mui/icons-material/MoneyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def money-two-tone (create-svg-icon [(e "path" #js {"d" "M10 10h1v4h-1zm6 0h1v4h-1zM4 18h16V6H4v12zm10-9c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1V9zM8 9c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1V9zM5 8h2v8H5V8z", "opacity" ".3"}) (e "path" #js {"d" "M15 16h3c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1zm1-6h1v4h-1v-4zm-7 6h3c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1zm1-6h1v4h-1v-4zM5 8h2v8H5zM2 4v16h20V4H2zm18 14H4V6h16v12z"})]
"MoneyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/monitor.cljs
================================================
(ns reagent-mui.icons.monitor
"Imports @mui/icons-material/Monitor as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monitor (create-svg-icon (e "path" #js {"d" "M20 3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h3l-1 1v2h12v-2l-1-1h3c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 13H4V5h16v11z"})
"Monitor"))
================================================
FILE: src/icons/reagent_mui/icons/monitor_heart.cljs
================================================
(ns reagent-mui.icons.monitor-heart
"Imports @mui/icons-material/MonitorHeart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monitor-heart (create-svg-icon [(e "path" #js {"d" "M15.11 12.45 14 10.24l-3.11 6.21c-.16.34-.51.55-.89.55s-.73-.21-.89-.55L7.38 13H2v5c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-5h-6c-.38 0-.73-.21-.89-.55z"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v5h6c.38 0 .73.21.89.55L10 13.76l3.11-6.21c.34-.68 1.45-.68 1.79 0L16.62 11H22V6c0-1.1-.9-2-2-2z"})]
"MonitorHeart"))
================================================
FILE: src/icons/reagent_mui/icons/monitor_heart_outlined.cljs
================================================
(ns reagent-mui.icons.monitor-heart-outlined
"Imports @mui/icons-material/MonitorHeartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monitor-heart-outlined (create-svg-icon [(e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v3h2V6h16v3h2V6c0-1.1-.9-2-2-2zm0 14H4v-3H2v3c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-3h-2v3z"}) (e "path" #js {"d" "M14.89 7.55c-.34-.68-1.45-.68-1.79 0L10 13.76l-1.11-2.21A.988.988 0 0 0 8 11H2v2h5.38l1.72 3.45c.18.34.52.55.9.55s.72-.21.89-.55L14 10.24l1.11 2.21c.17.34.51.55.89.55h6v-2h-5.38l-1.73-3.45z"})]
"MonitorHeartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/monitor_heart_rounded.cljs
================================================
(ns reagent-mui.icons.monitor-heart-rounded
"Imports @mui/icons-material/MonitorHeartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monitor-heart-rounded (create-svg-icon [(e "path" #js {"d" "M15.11 12.45 14 10.24l-3.11 6.21c-.16.34-.51.55-.89.55s-.73-.21-.89-.55L7.38 13H2v5c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-5h-6c-.38 0-.73-.21-.89-.55z"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v5h6c.38 0 .73.21.89.55L10 13.76l3.11-6.21c.34-.68 1.45-.68 1.79 0L16.62 11H22V6c0-1.1-.9-2-2-2z"})]
"MonitorHeartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/monitor_heart_sharp.cljs
================================================
(ns reagent-mui.icons.monitor-heart-sharp
"Imports @mui/icons-material/MonitorHeartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monitor-heart-sharp (create-svg-icon [(e "path" #js {"d" "M15.11 12.45 14 10.24l-3.11 6.21c-.16.34-.51.55-.89.55s-.73-.21-.89-.55L7.38 13H2v7h20v-7h-6c-.38 0-.73-.21-.89-.55z"}) (e "path" #js {"d" "M22 4H2v7h6c.38 0 .73.21.89.55L10 13.76l3.11-6.21c.37-.74 1.42-.74 1.79 0L16.62 11H22V4z"})]
"MonitorHeartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/monitor_heart_two_tone.cljs
================================================
(ns reagent-mui.icons.monitor-heart-two-tone
"Imports @mui/icons-material/MonitorHeartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monitor-heart-two-tone (create-svg-icon [(e "path" #js {"d" "M15.11 12.45 14 10.24l-3.11 6.21c-.17.34-.51.55-.89.55s-.72-.21-.89-.55L7.38 13H2v2h2v3h16v-3h2v-2h-6c-.38 0-.72-.21-.89-.55z", "opacity" ".3"}) (e "path" #js {"d" "M20 6H4v3H2v2h6c.38 0 .72.21.89.55L10 13.76l3.11-6.21c.34-.68 1.45-.68 1.79 0L16.62 11H22V9h-2V6z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v3h2V6h16v3h2V6c0-1.1-.9-2-2-2zm0 14H4v-3H2v3c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-3h-2v3z"}) (e "path" #js {"d" "M14.89 7.55c-.34-.68-1.45-.68-1.79 0L10 13.76l-1.11-2.21A.988.988 0 0 0 8 11H2v2h5.38l1.72 3.45c.18.34.52.55.9.55s.72-.21.89-.55L14 10.24l1.11 2.21c.17.34.51.55.89.55h6v-2h-5.38l-1.73-3.45z"})]
"MonitorHeartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/monitor_outlined.cljs
================================================
(ns reagent-mui.icons.monitor-outlined
"Imports @mui/icons-material/MonitorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monitor-outlined (create-svg-icon (e "path" #js {"d" "M20 3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h3l-1 1v2h12v-2l-1-1h3c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 13H4V5h16v11z"})
"MonitorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/monitor_rounded.cljs
================================================
(ns reagent-mui.icons.monitor-rounded
"Imports @mui/icons-material/MonitorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monitor-rounded (create-svg-icon (e "path" #js {"d" "M20 3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h3c-.55.55-1 .87-1 1.59 0 .78.63 1.41 1.41 1.41h9.17c.78 0 1.41-.63 1.41-1.41 0-.72-.44-1.03-1-1.59h3c1.1 0 2-.9 2-2V5C22 3.9 21.1 3 20 3zm0 13H4V5h16v11z"})
"MonitorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/monitor_sharp.cljs
================================================
(ns reagent-mui.icons.monitor-sharp
"Imports @mui/icons-material/MonitorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monitor-sharp (create-svg-icon (e "path" #js {"d" "M22 3H2v15h5l-1 1v2h12v-2l-1-1h5V3zm-2 13H4V5h16v11z"})
"MonitorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/monitor_two_tone.cljs
================================================
(ns reagent-mui.icons.monitor-two-tone
"Imports @mui/icons-material/MonitorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monitor-two-tone (create-svg-icon [(e "path" #js {"d" "M20 3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h3l-1 1v2h12v-2l-1-1h3c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 13H4V5h16v11z"}) (e "path" #js {"d" "M4 5h16v11H4z", "opacity" ".3"})]
"MonitorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/monitor_weight.cljs
================================================
(ns reagent-mui.icons.monitor-weight
"Imports @mui/icons-material/MonitorWeight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monitor-weight (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 9c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"}) (e "path" #js {"d" "M10 8.5h1v1h-1zm1.5 0h1v1h-1zm1.5 0h1v1h-1z"})]
"MonitorWeight"))
================================================
FILE: src/icons/reagent_mui/icons/monitor_weight_outlined.cljs
================================================
(ns reagent-mui.icons.monitor-weight-outlined
"Imports @mui/icons-material/MonitorWeightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monitor-weight-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM12 6c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm-1 3.5h-1v-1h1v1zm1.5 0h-1v-1h1v1zm1.5 0h-1v-1h1v1z"})
"MonitorWeightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/monitor_weight_rounded.cljs
================================================
(ns reagent-mui.icons.monitor-weight-rounded
"Imports @mui/icons-material/MonitorWeightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monitor-weight-rounded (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 9c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"}) (e "circle" #js {"cx" "10.5", "cy" "9", "r" ".5"}) (e "circle" #js {"cx" "13.5", "cy" "9", "r" ".5"}) (e "circle" #js {"cx" "12", "cy" "9", "r" ".5"})]
"MonitorWeightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/monitor_weight_sharp.cljs
================================================
(ns reagent-mui.icons.monitor-weight-sharp
"Imports @mui/icons-material/MonitorWeightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monitor-weight-sharp (create-svg-icon [(e "path" #js {"d" "M21 3H3v18h18V3zm-6.8 8.2c-3.23 2.43-6.84-1.18-4.4-4.41 3.23-2.42 6.83 1.19 4.4 4.41z"}) (e "path" #js {"d" "M10 8.5h1v1h-1zm1.5 0h1v1h-1zm1.5 0h1v1h-1z"})]
"MonitorWeightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/monitor_weight_two_tone.cljs
================================================
(ns reagent-mui.icons.monitor-weight-two-tone
"Imports @mui/icons-material/MonitorWeightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monitor-weight-two-tone (create-svg-icon [(e "path" #js {"d" "M13 8.5h1v1h-1zm-3 0h1v1h-1zm1.5 0h1v1h-1z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14V5H5v14zm7-13c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3z", "opacity" ".3"}) (e "path" #js {"d" "M12 12c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm1-3.5h1v1h-1v-1zm-1.5 0h1v1h-1v-1zm-1.5 0h1v1h-1v-1z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})]
"MonitorWeightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/monochrome_photos.cljs
================================================
(ns reagent-mui.icons.monochrome-photos
"Imports @mui/icons-material/MonochromePhotos as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monochrome-photos (create-svg-icon (e "path" #js {"d" "M20 5h-3.2L15 3H9L7.2 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14h-8v-1c-2.8 0-5-2.2-5-5s2.2-5 5-5V7h8v12zm-3-6c0-2.8-2.2-5-5-5v1.8c1.8 0 3.2 1.4 3.2 3.2s-1.4 3.2-3.2 3.2V18c2.8 0 5-2.2 5-5zm-8.2 0c0 1.8 1.4 3.2 3.2 3.2V9.8c-1.8 0-3.2 1.4-3.2 3.2z"})
"MonochromePhotos"))
================================================
FILE: src/icons/reagent_mui/icons/monochrome_photos_outlined.cljs
================================================
(ns reagent-mui.icons.monochrome-photos-outlined
"Imports @mui/icons-material/MonochromePhotosOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monochrome-photos-outlined (create-svg-icon (e "path" #js {"d" "M20 5h-3.2L15 3H9L7.2 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14h-8v-1c-2.8 0-5-2.2-5-5s2.2-5 5-5V7h8v12zm-3-6c0-2.8-2.2-5-5-5v1.8c1.8 0 3.2 1.4 3.2 3.2s-1.4 3.2-3.2 3.2V18c2.8 0 5-2.2 5-5zm-8.2 0c0 1.8 1.4 3.2 3.2 3.2V9.8c-1.8 0-3.2 1.4-3.2 3.2z"})
"MonochromePhotosOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/monochrome_photos_rounded.cljs
================================================
(ns reagent-mui.icons.monochrome-photos-rounded
"Imports @mui/icons-material/MonochromePhotosRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monochrome-photos-rounded (create-svg-icon (e "path" #js {"d" "M20 5h-3.2l-1.2-1.34c-.38-.42-.92-.66-1.49-.66H9.89c-.57 0-1.11.24-1.49.66L7.2 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 13c0 .55-.45 1-1 1h-7v-1c-2.8 0-5-2.2-5-5s2.2-5 5-5V7h7c.55 0 1 .45 1 1v10zm-3-5c0-2.8-2.2-5-5-5v1.8c1.8 0 3.2 1.4 3.2 3.2s-1.4 3.2-3.2 3.2V18c2.8 0 5-2.2 5-5zm-8.2 0c0 1.8 1.4 3.2 3.2 3.2V9.8c-1.8 0-3.2 1.4-3.2 3.2z"})
"MonochromePhotosRounded"))
================================================
FILE: src/icons/reagent_mui/icons/monochrome_photos_sharp.cljs
================================================
(ns reagent-mui.icons.monochrome-photos-sharp
"Imports @mui/icons-material/MonochromePhotosSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monochrome-photos-sharp (create-svg-icon (e "path" #js {"d" "M22 5h-5.2L15 3H9L7.2 5H2v16h20V5zm-2 14h-8v-1c-2.8 0-5-2.2-5-5s2.2-5 5-5V7h8v12zm-3-6c0-2.8-2.2-5-5-5v1.8c1.8 0 3.2 1.4 3.2 3.2s-1.4 3.2-3.2 3.2V18c2.8 0 5-2.2 5-5zm-8.2 0c0 1.8 1.4 3.2 3.2 3.2V9.8c-1.8 0-3.2 1.4-3.2 3.2z"})
"MonochromePhotosSharp"))
================================================
FILE: src/icons/reagent_mui/icons/monochrome_photos_two_tone.cljs
================================================
(ns reagent-mui.icons.monochrome-photos-two-tone
"Imports @mui/icons-material/MonochromePhotosTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def monochrome-photos-two-tone (create-svg-icon [(e "path" #js {"d" "M12 18v-1.8c-1.8 0-3.2-1.4-3.2-3.2s1.4-3.2 3.2-3.2V8c-2.8 0-5 2.2-5 5s2.2 5 5 5zm5-5c0 2.8-2.2 5-5 5v1h8V7h-8v1c2.8 0 5 2.2 5 5z", "opacity" ".3"}) (e "path" #js {"d" "M4 21h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-3.2L15 3H9L7.2 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2zm8-13V7h8v12h-8v-1c-2.8 0-5-2.2-5-5s2.2-5 5-5zm3.2 5c0 1.8-1.4 3.2-3.2 3.2V18c2.8 0 5-2.2 5-5s-2.2-5-5-5v1.8c1.8 0 3.2 1.4 3.2 3.2zm-6.4 0c0 1.8 1.4 3.2 3.2 3.2V9.8c-1.8 0-3.2 1.4-3.2 3.2z"})]
"MonochromePhotosTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mood.cljs
================================================
(ns reagent-mui.icons.mood
"Imports @mui/icons-material/Mood as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mood (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"})
"Mood"))
================================================
FILE: src/icons/reagent_mui/icons/mood_bad.cljs
================================================
(ns reagent-mui.icons.mood-bad
"Imports @mui/icons-material/MoodBad as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mood-bad (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 3c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5z"})
"MoodBad"))
================================================
FILE: src/icons/reagent_mui/icons/mood_bad_outlined.cljs
================================================
(ns reagent-mui.icons.mood-bad-outlined
"Imports @mui/icons-material/MoodBadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mood-bad-outlined (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 2.5c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5z"})
"MoodBadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mood_bad_rounded.cljs
================================================
(ns reagent-mui.icons.mood-bad-rounded
"Imports @mui/icons-material/MoodBadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mood-bad-rounded (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 2.5c-2.03 0-3.8 1.11-4.75 2.75-.19.33.06.75.44.75h8.62c.38 0 .63-.42.44-.75-.95-1.64-2.72-2.75-4.75-2.75z"})
"MoodBadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mood_bad_sharp.cljs
================================================
(ns reagent-mui.icons.mood-bad-sharp
"Imports @mui/icons-material/MoodBadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mood-bad-sharp (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 2.5c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5z"})
"MoodBadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mood_bad_two_tone.cljs
================================================
(ns reagent-mui.icons.mood-bad-two-tone
"Imports @mui/icons-material/MoodBadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mood-bad-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm3.5 4c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zm-1.61 9c.8-2.04 2.78-3.5 5.11-3.5s4.31 1.46 5.11 3.5H6.89z", "opacity" ".3"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-6.5c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5z"}) (e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"})]
"MoodBadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mood_outlined.cljs
================================================
(ns reagent-mui.icons.mood-outlined
"Imports @mui/icons-material/MoodOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mood-outlined (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"})
"MoodOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mood_rounded.cljs
================================================
(ns reagent-mui.icons.mood-rounded
"Imports @mui/icons-material/MoodRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mood-rounded (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 6.5c2.03 0 3.8-1.11 4.75-2.75.19-.33-.05-.75-.44-.75H7.69c-.38 0-.63.42-.44.75.95 1.64 2.72 2.75 4.75 2.75z"})
"MoodRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mood_sharp.cljs
================================================
(ns reagent-mui.icons.mood-sharp
"Imports @mui/icons-material/MoodSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mood-sharp (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"})
"MoodSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mood_two_tone.cljs
================================================
(ns reagent-mui.icons.mood-two-tone
"Imports @mui/icons-material/MoodTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mood-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm3.5 4c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zm3.5 9.5c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.8 2.04-2.78 3.5-5.11 3.5z", "opacity" ".3"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M12 17.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"})]
"MoodTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/moped.cljs
================================================
(ns reagent-mui.icons.moped
"Imports @mui/icons-material/Moped as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def moped (create-svg-icon [(e "path" #js {"d" "M19 7c0-1.1-.9-2-2-2h-3v2h3v2.65L13.52 14H10V9H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 10.35V7zM7 17c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1z"}) (e "path" #js {"d" "M5 6h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"Moped"))
================================================
FILE: src/icons/reagent_mui/icons/moped_outlined.cljs
================================================
(ns reagent-mui.icons.moped-outlined
"Imports @mui/icons-material/MopedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def moped-outlined (create-svg-icon [(e "path" #js {"d" "M19 7c0-1.1-.9-2-2-2h-3v2h3v2.65L13.52 14H10V9H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 10.35V7zM4 14v-1c0-1.1.9-2 2-2h2v3H4zm3 3c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1z"}) (e "path" #js {"d" "M5 6h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"MopedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/moped_rounded.cljs
================================================
(ns reagent-mui.icons.moped-rounded
"Imports @mui/icons-material/MopedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def moped-rounded (create-svg-icon [(e "path" #js {"d" "M19 7c0-1.1-.9-2-2-2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2.65L13.52 14H10v-4c0-.55-.45-1-1-1H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 10.35V7zM7 17c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1z"}) (e "path" #js {"d" "M9 6H6c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm10 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"MopedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/moped_sharp.cljs
================================================
(ns reagent-mui.icons.moped-sharp
"Imports @mui/icons-material/MopedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def moped-sharp (create-svg-icon [(e "path" #js {"d" "M19 10.35V5h-5v2h3v2.65L13.52 14H10V9H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 10.35zM7 17c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1z"}) (e "path" #js {"d" "M5 6h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"MopedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/moped_two_tone.cljs
================================================
(ns reagent-mui.icons.moped-two-tone
"Imports @mui/icons-material/MopedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def moped-two-tone (create-svg-icon [(e "path" #js {"d" "M4 13v1h4v-3H6c-1.1 0-2 .9-2 2z", "opacity" ".3"}) (e "path" #js {"d" "M19 7c0-1.1-.9-2-2-2h-3v2h3v2.65L13.52 14H10V9H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 10.35V7zM7 17c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1zm1-3H4v-1c0-1.1.9-2 2-2h2v3z"}) (e "path" #js {"d" "M5 6h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"MopedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/more.cljs
================================================
(ns reagent-mui.icons.more
"Imports @mui/icons-material/More as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more (create-svg-icon (e "path" #js {"d" "M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.97.89 1.66.89H22c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"More"))
================================================
FILE: src/icons/reagent_mui/icons/more_horiz.cljs
================================================
(ns reagent-mui.icons.more-horiz
"Imports @mui/icons-material/MoreHoriz as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-horiz (create-svg-icon (e "path" #js {"d" "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"MoreHoriz"))
================================================
FILE: src/icons/reagent_mui/icons/more_horiz_outlined.cljs
================================================
(ns reagent-mui.icons.more-horiz-outlined
"Imports @mui/icons-material/MoreHorizOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-horiz-outlined (create-svg-icon (e "path" #js {"d" "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"MoreHorizOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/more_horiz_rounded.cljs
================================================
(ns reagent-mui.icons.more-horiz-rounded
"Imports @mui/icons-material/MoreHorizRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-horiz-rounded (create-svg-icon (e "path" #js {"d" "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"MoreHorizRounded"))
================================================
FILE: src/icons/reagent_mui/icons/more_horiz_sharp.cljs
================================================
(ns reagent-mui.icons.more-horiz-sharp
"Imports @mui/icons-material/MoreHorizSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-horiz-sharp (create-svg-icon (e "path" #js {"d" "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"MoreHorizSharp"))
================================================
FILE: src/icons/reagent_mui/icons/more_horiz_two_tone.cljs
================================================
(ns reagent-mui.icons.more-horiz-two-tone
"Imports @mui/icons-material/MoreHorizTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-horiz-two-tone (create-svg-icon (e "path" #js {"d" "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"MoreHorizTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/more_outlined.cljs
================================================
(ns reagent-mui.icons.more-outlined
"Imports @mui/icons-material/MoreOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-outlined (create-svg-icon [(e "path" #js {"d" "M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.97.89 1.66.89H22c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H7.07L2.4 12l4.66-7H22v14z"}) (e "circle" #js {"cx" "9", "cy" "12", "r" "1.5"}) (e "circle" #js {"cx" "14", "cy" "12", "r" "1.5"}) (e "circle" #js {"cx" "19", "cy" "12", "r" "1.5"})]
"MoreOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/more_rounded.cljs
================================================
(ns reagent-mui.icons.more-rounded
"Imports @mui/icons-material/MoreRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-rounded (create-svg-icon (e "path" #js {"d" "M22 3H7c-.69 0-1.23.35-1.59.88L.37 11.45c-.22.34-.22.77 0 1.11l5.04 7.56c.36.52.97.88 1.66.88H22c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"MoreRounded"))
================================================
FILE: src/icons/reagent_mui/icons/more_sharp.cljs
================================================
(ns reagent-mui.icons.more-sharp
"Imports @mui/icons-material/MoreSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-sharp (create-svg-icon (e "path" #js {"d" "M24 3H6l-6 9 6 9h18V3zM9 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"MoreSharp"))
================================================
FILE: src/icons/reagent_mui/icons/more_time.cljs
================================================
(ns reagent-mui.icons.more-time
"Imports @mui/icons-material/MoreTime as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-time (create-svg-icon [(e "path" #js {"d" "M10 8v6l4.7 2.9.8-1.2-4-2.4V8z"}) (e "path" #js {"d" "M17.92 12c.05.33.08.66.08 1 0 3.9-3.1 7-7 7s-7-3.1-7-7 3.1-7 7-7c.7 0 1.37.1 2 .29V4.23c-.64-.15-1.31-.23-2-.23-5 0-9 4-9 9s4 9 9 9 9-4 9-9c0-.34-.02-.67-.06-1h-2.02z"}) (e "path" #js {"d" "M20 5V2h-2v3h-3v2h3v3h2V7h3V5z"})]
"MoreTime"))
================================================
FILE: src/icons/reagent_mui/icons/more_time_outlined.cljs
================================================
(ns reagent-mui.icons.more-time-outlined
"Imports @mui/icons-material/MoreTimeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-time-outlined (create-svg-icon [(e "path" #js {"d" "M10 8v6l4.7 2.9.8-1.2-4-2.4V8z"}) (e "path" #js {"d" "M17.92 12c.05.33.08.66.08 1 0 3.9-3.1 7-7 7s-7-3.1-7-7 3.1-7 7-7c.7 0 1.37.1 2 .29V4.23c-.64-.15-1.31-.23-2-.23-5 0-9 4-9 9s4 9 9 9 9-4 9-9c0-.34-.02-.67-.06-1h-2.02z"}) (e "path" #js {"d" "M20 5V2h-2v3h-3v2h3v3h2V7h3V5z"})]
"MoreTimeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/more_time_rounded.cljs
================================================
(ns reagent-mui.icons.more-time-rounded
"Imports @mui/icons-material/MoreTimeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-time-rounded (create-svg-icon [(e "path" #js {"d" "M10.75 8c-.41 0-.75.34-.75.75v4.69c0 .35.18.67.47.85l3.64 2.24c.33.2.76.11.97-.21.23-.34.12-.8-.23-1.01L11.5 13.3V8.75c0-.41-.34-.75-.75-.75z"}) (e "path" #js {"d" "M17.92 12c.05.33.08.66.08 1 0 3.9-3.1 7-7 7s-7-3.1-7-7 3.1-7 7-7c.7 0 1.37.1 2 .29V4.23c-.64-.15-1.31-.23-2-.23-5 0-9 4-9 9s4 9 9 9 9-4 9-9c0-.34-.02-.67-.06-1h-2.02z"}) (e "path" #js {"d" "M22 5h-2V3c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V7h2c.55 0 1-.45 1-1s-.45-1-1-1z"})]
"MoreTimeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/more_time_sharp.cljs
================================================
(ns reagent-mui.icons.more-time-sharp
"Imports @mui/icons-material/MoreTimeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-time-sharp (create-svg-icon [(e "path" #js {"d" "M10 8v6l4.7 2.9.8-1.2-4-2.4V8z"}) (e "path" #js {"d" "M17.92 12c.05.33.08.66.08 1 0 3.9-3.1 7-7 7s-7-3.1-7-7 3.1-7 7-7c.7 0 1.37.1 2 .29V4.23c-.64-.15-1.31-.23-2-.23-5 0-9 4-9 9s4 9 9 9 9-4 9-9c0-.34-.02-.67-.06-1h-2.02z"}) (e "path" #js {"d" "M20 5V2h-2v3h-3v2h3v3h2V7h3V5z"})]
"MoreTimeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/more_time_two_tone.cljs
================================================
(ns reagent-mui.icons.more-time-two-tone
"Imports @mui/icons-material/MoreTimeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-time-two-tone (create-svg-icon [(e "path" #js {"d" "M10 8v6l4.7 2.9.8-1.2-4-2.4V8z"}) (e "path" #js {"d" "M17.92 12c.05.33.08.66.08 1 0 3.9-3.1 7-7 7s-7-3.1-7-7 3.1-7 7-7c.7 0 1.37.1 2 .29V4.23c-.64-.15-1.31-.23-2-.23-5 0-9 4-9 9s4 9 9 9 9-4 9-9c0-.34-.02-.67-.06-1h-2.02z"}) (e "path" #js {"d" "M20 5V2h-2v3h-3v2h3v3h2V7h3V5z"})]
"MoreTimeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/more_two_tone.cljs
================================================
(ns reagent-mui.icons.more-two-tone
"Imports @mui/icons-material/MoreTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-two-tone (create-svg-icon [(e "path" #js {"d" "M7.06 5 2.4 12l4.67 7H22V5H7.06c.01 0 .01 0 0 0zM19 10.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-5 0c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-5 0c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.97.89 1.66.89H22c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H7.07L2.4 12l4.66-7H22v14z"}) (e "circle" #js {"cx" "9", "cy" "12", "r" "1.5"}) (e "circle" #js {"cx" "14", "cy" "12", "r" "1.5"}) (e "circle" #js {"cx" "19", "cy" "12", "r" "1.5"})]
"MoreTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/more_vert.cljs
================================================
(ns reagent-mui.icons.more-vert
"Imports @mui/icons-material/MoreVert as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-vert (create-svg-icon (e "path" #js {"d" "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"MoreVert"))
================================================
FILE: src/icons/reagent_mui/icons/more_vert_outlined.cljs
================================================
(ns reagent-mui.icons.more-vert-outlined
"Imports @mui/icons-material/MoreVertOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-vert-outlined (create-svg-icon (e "path" #js {"d" "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"MoreVertOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/more_vert_rounded.cljs
================================================
(ns reagent-mui.icons.more-vert-rounded
"Imports @mui/icons-material/MoreVertRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-vert-rounded (create-svg-icon (e "path" #js {"d" "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"MoreVertRounded"))
================================================
FILE: src/icons/reagent_mui/icons/more_vert_sharp.cljs
================================================
(ns reagent-mui.icons.more-vert-sharp
"Imports @mui/icons-material/MoreVertSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-vert-sharp (create-svg-icon (e "path" #js {"d" "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"MoreVertSharp"))
================================================
FILE: src/icons/reagent_mui/icons/more_vert_two_tone.cljs
================================================
(ns reagent-mui.icons.more-vert-two-tone
"Imports @mui/icons-material/MoreVertTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def more-vert-two-tone (create-svg-icon (e "path" #js {"d" "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"MoreVertTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mosque.cljs
================================================
(ns reagent-mui.icons.mosque
"Imports @mui/icons-material/Mosque as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mosque (create-svg-icon [(e "path" #js {"d" "M7 8h10c.29 0 .57.06.84.13.09-.33.16-.67.16-1.04 0-1.31-.65-2.53-1.74-3.25L12 1 7.74 3.84C6.65 4.56 6 5.78 6 7.09c0 .37.07.71.16 1.04.27-.07.55-.13.84-.13z"}) (e "path" #js {"d" "M24 7c0-1.1-2-3-2-3s-2 1.9-2 3c0 .74.4 1.38 1 1.72V13h-2v-2c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v2H3V8.72c.6-.34 1-.98 1-1.72 0-1.1-2-3-2-3S0 5.9 0 7c0 .74.4 1.38 1 1.72V21h9v-4c0-1.1.9-2 2-2s2 .9 2 2v4h9V8.72c.6-.34 1-.98 1-1.72z"})]
"Mosque"))
================================================
FILE: src/icons/reagent_mui/icons/mosque_outlined.cljs
================================================
(ns reagent-mui.icons.mosque-outlined
"Imports @mui/icons-material/MosqueOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mosque-outlined (create-svg-icon (e "path" #js {"d" "M24 7c0-1.1-2-3-2-3s-2 1.9-2 3c0 .74.4 1.38 1 1.72V13h-2v-2c0-.95-.66-1.74-1.55-1.94.34-.58.55-1.25.55-1.97 0-1.31-.65-2.53-1.74-3.25L12 1 7.74 3.84C6.65 4.56 6 5.78 6 7.09c0 .72.21 1.39.55 1.96C5.66 9.26 5 10.05 5 11v2H3V8.72c.6-.34 1-.98 1-1.72 0-1.1-2-3-2-3S0 5.9 0 7c0 .74.4 1.38 1 1.72V21h10v-4c0-.55.45-1 1-1s1 .45 1 1v4h10V8.72c.6-.34 1-.98 1-1.72zM8.85 5.5 12 3.4l3.15 2.1c.53.36.85.95.85 1.59C16 8.14 15.14 9 14.09 9H9.91C8.86 9 8 8.14 8 7.09c0-.64.32-1.23.85-1.59zM21 19h-6v-2c0-1.65-1.35-3-3-3s-3 1.35-3 3v2H3v-4h4v-4h10v4h4v4z"})
"MosqueOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mosque_rounded.cljs
================================================
(ns reagent-mui.icons.mosque-rounded
"Imports @mui/icons-material/MosqueRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mosque-rounded (create-svg-icon [(e "path" #js {"d" "M7 8h10c.29 0 .57.06.84.13.09-.33.16-.67.16-1.04 0-1.31-.65-2.53-1.74-3.25L12 1 7.74 3.84C6.65 4.56 6 5.78 6 7.09c0 .37.07.71.16 1.04.27-.07.55-.13.84-.13z"}) (e "path" #js {"d" "M24 7c0-1.1-2-3-2-3s-2 1.9-2 3c0 .74.4 1.38 1 1.72V13h-2v-2c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v2H3V8.72c.6-.34 1-.98 1-1.72 0-1.1-2-3-2-3S0 5.9 0 7c0 .74.4 1.38 1 1.72V21h9v-4c0-1.1.9-2 2-2s2 .9 2 2v4h9V8.72c.6-.34 1-.98 1-1.72z"})]
"MosqueRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mosque_sharp.cljs
================================================
(ns reagent-mui.icons.mosque-sharp
"Imports @mui/icons-material/MosqueSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mosque-sharp (create-svg-icon [(e "path" #js {"d" "M6.12 8h11.76m0 0c.07-.29.12-.59.12-.91 0-1.31-.65-2.53-1.74-3.25L12 1 7.74 3.84C6.65 4.56 6 5.78 6 7.09c0 .32.05.62.12.91"}) (e "path" #js {"d" "M24 7c0-1.1-2-3-2-3s-2 1.9-2 3c0 .74.4 1.38 1 1.72V13h-2V9H5v4H3V8.72c.6-.34 1-.98 1-1.72 0-1.1-2-3-2-3S0 5.9 0 7c0 .74.4 1.38 1 1.72V21h9v-6h4v6h9V8.72c.6-.34 1-.98 1-1.72z"})]
"MosqueSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mosque_two_tone.cljs
================================================
(ns reagent-mui.icons.mosque-two-tone
"Imports @mui/icons-material/MosqueTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mosque-two-tone (create-svg-icon [(e "path" #js {"d" "M9.91 9h4.18C15.14 9 16 8.14 16 7.09c0-.64-.32-1.23-.85-1.59L12 3.4 8.85 5.5c-.53.36-.85.95-.85 1.59C8 8.14 8.86 9 9.91 9zM17 11H7v4H3v4h6v-2c0-1.65 1.35-3 3-3s3 1.35 3 3v2h6v-4h-4v-4z", "opacity" ".3"}) (e "path" #js {"d" "M22 4s-2 1.9-2 3c0 .74.4 1.38 1 1.72V13h-2v-2c0-.95-.66-1.74-1.55-1.94.34-.58.55-1.25.55-1.97 0-1.31-.65-2.53-1.74-3.25L12 1 7.74 3.84C6.65 4.56 6 5.78 6 7.09c0 .72.21 1.39.55 1.96C5.66 9.26 5 10.05 5 11v2H3V8.72c.6-.34 1-.98 1-1.72 0-1.1-2-3-2-3S0 5.9 0 7c0 .74.4 1.38 1 1.72V21h10v-4c0-.55.45-1 1-1s1 .45 1 1v4h10V8.72c.6-.35 1-.98 1-1.72 0-1.1-2-3-2-3zM8.85 5.5 12 3.4l3.15 2.1c.53.36.85.95.85 1.59C16 8.14 15.14 9 14.09 9H9.91C8.86 9 8 8.14 8 7.09c0-.64.32-1.23.85-1.59zM21 19h-6v-2c0-1.65-1.35-3-3-3s-3 1.35-3 3v2H3v-4h4v-4h10v4h4v4z"})]
"MosqueTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/motion_photos_auto.cljs
================================================
(ns reagent-mui.icons.motion-photos-auto
"Imports @mui/icons-material/MotionPhotosAuto as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def motion-photos-auto (create-svg-icon (e "path" #js {"d" "m2.88 7.88 1.54 1.54C4.15 10.23 4 11.1 4 12c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8c-.9 0-1.77.15-2.58.42L7.89 2.89C9.15 2.32 10.54 2 12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12c0-1.47.32-2.86.88-4.12zM7 5.5C7 6.33 6.33 7 5.5 7S4 6.33 4 5.5 4.67 4 5.5 4 7 4.67 7 5.5zm5.03 3.49h-.07L10.8 12.3h2.39l-1.16-3.31zM12 18c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm-.71-10.5h1.43l3.01 8h-1.39l-.72-2.04h-3.23l-.73 2.04H8.28l3.01-8z"})
"MotionPhotosAuto"))
================================================
FILE: src/icons/reagent_mui/icons/motion_photos_auto_outlined.cljs
================================================
(ns reagent-mui.icons.motion-photos-auto-outlined
"Imports @mui/icons-material/MotionPhotosAutoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def motion-photos-auto-outlined (create-svg-icon (e "path" #js {"d" "m2.88 7.88 1.54 1.54C4.15 10.23 4 11.1 4 12c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8c-.9 0-1.77.15-2.58.42L7.89 2.89C9.15 2.32 10.54 2 12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12c0-1.47.32-2.86.88-4.12zM7 5.5C7 6.33 6.33 7 5.5 7S4 6.33 4 5.5 4.67 4 5.5 4 7 4.67 7 5.5zm5.03 3.49h-.07L10.8 12.3h2.39l-1.16-3.31zm-.74-1.49h1.43l3.01 8h-1.39l-.72-2.04h-3.23l-.73 2.04H8.28l3.01-8z"})
"MotionPhotosAutoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/motion_photos_auto_rounded.cljs
================================================
(ns reagent-mui.icons.motion-photos-auto-rounded
"Imports @mui/icons-material/MotionPhotosAutoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def motion-photos-auto-rounded (create-svg-icon (e "path" #js {"d" "M4 9c.26.26.34.63.25.98-.35 1.36-.36 2.87.1 4.38.88 2.91 3.44 5.1 6.44 5.55 5.52.81 10.19-4.06 9.03-9.62-.65-3.13-3.23-5.61-6.37-6.16-1.21-.21-2.38-.15-3.46.13-.35.09-.73 0-.98-.25-.56-.56-.28-1.49.47-1.69 1.47-.38 3.06-.44 4.7-.09 3.98.86 7.09 4.18 7.7 8.2 1.04 6.81-4.82 12.58-11.64 11.42-4.01-.69-7.26-3.86-8.04-7.85-.31-1.59-.24-3.12.12-4.53C2.52 8.72 3.45 8.45 4 9zm3-3.5C7 6.33 6.33 7 5.5 7S4 6.33 4 5.5 4.67 4 5.5 4 7 4.67 7 5.5zm5.03 3.49h-.07L10.8 12.3h2.39l-1.16-3.31zM12 18c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm-3.39-3.37 2.43-6.46c.15-.4.53-.67.96-.67s.82.27.97.67l2.43 6.46c.16.42-.15.87-.6.87-.27 0-.52-.17-.61-.43l-.56-1.61H10.4l-.57 1.62c-.09.26-.33.43-.61.43-.46-.01-.77-.46-.61-.88z"})
"MotionPhotosAutoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/motion_photos_auto_sharp.cljs
================================================
(ns reagent-mui.icons.motion-photos-auto-sharp
"Imports @mui/icons-material/MotionPhotosAutoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def motion-photos-auto-sharp (create-svg-icon (e "path" #js {"d" "m2.88 7.88 1.54 1.54C4.15 10.23 4 11.1 4 12c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8c-.9 0-1.77.15-2.58.42L7.89 2.89C9.15 2.32 10.54 2 12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12c0-1.47.32-2.86.88-4.12zM7 5.5C7 6.33 6.33 7 5.5 7S4 6.33 4 5.5 4.67 4 5.5 4 7 4.67 7 5.5zm5.03 3.49h-.07L10.8 12.3h2.39l-1.16-3.31zM12 18c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm-.71-10.5h1.43l3.01 8h-1.39l-.72-2.04h-3.23l-.73 2.04H8.28l3.01-8z"})
"MotionPhotosAutoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/motion_photos_auto_two_tone.cljs
================================================
(ns reagent-mui.icons.motion-photos-auto-two-tone
"Imports @mui/icons-material/MotionPhotosAutoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def motion-photos-auto-two-tone (create-svg-icon (e "path" #js {"d" "m2.88 7.88 1.54 1.54C4.15 10.23 4 11.1 4 12c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8c-.9 0-1.77.15-2.58.42L7.89 2.89C9.15 2.32 10.54 2 12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12c0-1.47.32-2.86.88-4.12zM7 5.5C7 6.33 6.33 7 5.5 7S4 6.33 4 5.5 4.67 4 5.5 4 7 4.67 7 5.5zm5.03 3.49h-.07L10.8 12.3h2.39l-1.16-3.31zm-.74-1.49h1.43l3.01 8h-1.39l-.72-2.04h-3.23l-.73 2.04H8.28l3.01-8z"})
"MotionPhotosAutoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/motion_photos_off.cljs
================================================
(ns reagent-mui.icons.motion-photos-off
"Imports @mui/icons-material/MotionPhotosOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def motion-photos-off (create-svg-icon (e "path" #js {"d" "M20.84 20.84 3.16 3.16 1.89 4.43l1.89 1.89C2.66 7.93 2 9.89 2 12c0 5.52 4.48 10 10 10 2.11 0 4.07-.66 5.68-1.77l1.89 1.89 1.27-1.28zM12 20c-4.41 0-8-3.59-8-8 0-1.55.45-3 1.22-4.23l1.46 1.46C6.25 10.06 6 11 6 12c0 3.31 2.69 6 6 6 1 0 1.94-.25 2.77-.68l1.46 1.46C15 19.55 13.55 20 12 20zM6.32 3.77C7.93 2.66 9.89 2 12 2c5.52 0 10 4.48 10 10 0 2.11-.66 4.07-1.77 5.68l-1.45-1.45C19.55 15 20 13.55 20 12c0-4.41-3.59-8-8-8-1.55 0-3 .45-4.23 1.22L6.32 3.77zM18 12c0 1-.25 1.94-.68 2.77L9.23 6.68C10.06 6.25 11 6 12 6c3.31 0 6 2.69 6 6z"})
"MotionPhotosOff"))
================================================
FILE: src/icons/reagent_mui/icons/motion_photos_off_outlined.cljs
================================================
(ns reagent-mui.icons.motion-photos-off-outlined
"Imports @mui/icons-material/MotionPhotosOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def motion-photos-off-outlined (create-svg-icon (e "path" #js {"d" "M2.81 2.81 1.39 4.22l2.27 2.27C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l2.27 2.27 1.41-1.42L2.81 2.81zM12 20c-4.41 0-8-3.59-8-8 0-1.48.41-2.86 1.12-4.06l10.93 10.94C14.86 19.59 13.48 20 12 20zm0-16c4.41 0 8 3.59 8 8 0 1.48-.41 2.86-1.12 4.05l1.45 1.45C21.39 15.93 22 14.04 22 12c0-5.52-4.48-10-10-10-2.04 0-3.93.61-5.51 1.66l1.45 1.45C9.14 4.41 10.52 4 12 4z"})
"MotionPhotosOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/motion_photos_off_rounded.cljs
================================================
(ns reagent-mui.icons.motion-photos-off-rounded
"Imports @mui/icons-material/MotionPhotosOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def motion-photos-off-rounded (create-svg-icon [(e "path" #js {"d" "M12 6c-.92 0-1.8.22-2.58.59l7.99 7.99c.37-.78.59-1.66.59-2.58 0-3.31-2.69-6-6-6zM2.1 3.51c-.39.39-.39 1.03 0 1.42l1.56 1.56c-1.25 1.88-1.88 4.21-1.59 6.7.52 4.54 4.21 8.23 8.75 8.75 2.49.28 4.81-.34 6.69-1.59l1.56 1.56c.39.39 1.03.39 1.42 0 .39-.39.39-1.02 0-1.41L3.51 3.51c-.38-.38-1.02-.39-1.41 0zM12 20c-4.41 0-8-3.59-8-8 0-1.48.41-2.86 1.12-4.06l1.47 1.47C6.22 10.2 6 11.08 6 12c0 3.31 2.69 6 6 6 .92 0 1.8-.22 2.58-.59l1.47 1.47C14.86 19.59 13.48 20 12 20z"}) (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8 0 1.48-.41 2.86-1.12 4.05l1.45 1.45C21.39 15.93 22 14.04 22 12c0-5.52-4.48-10-10-10-2.04 0-3.93.61-5.51 1.66l1.45 1.45C9.14 4.41 10.52 4 12 4z"})]
"MotionPhotosOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/motion_photos_off_sharp.cljs
================================================
(ns reagent-mui.icons.motion-photos-off-sharp
"Imports @mui/icons-material/MotionPhotosOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def motion-photos-off-sharp (create-svg-icon [(e "path" #js {"d" "M12 6c-.92 0-1.8.22-2.58.59l7.99 7.99c.37-.78.59-1.66.59-2.58 0-3.31-2.69-6-6-6zM2.81 2.81 1.39 4.22l2.27 2.27C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l2.27 2.27 1.41-1.42L2.81 2.81zM12 20c-4.41 0-8-3.59-8-8 0-1.48.41-2.86 1.12-4.06l1.47 1.47C6.22 10.2 6 11.08 6 12c0 3.31 2.69 6 6 6 .92 0 1.8-.22 2.58-.59l1.47 1.47C14.86 19.59 13.48 20 12 20z"}) (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8 0 1.48-.41 2.86-1.12 4.05l1.45 1.45C21.39 15.93 22 14.04 22 12c0-5.52-4.48-10-10-10-2.04 0-3.93.61-5.51 1.66l1.45 1.45C9.14 4.41 10.52 4 12 4z"})]
"MotionPhotosOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/motion_photos_off_two_tone.cljs
================================================
(ns reagent-mui.icons.motion-photos-off-two-tone
"Imports @mui/icons-material/MotionPhotosOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def motion-photos-off-two-tone (create-svg-icon (e "path" #js {"d" "M2.81 2.81 1.39 4.22l2.27 2.27C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l2.27 2.27 1.41-1.42L2.81 2.81zM12 20c-4.41 0-8-3.59-8-8 0-1.48.41-2.86 1.12-4.06l10.93 10.94C14.86 19.59 13.48 20 12 20zm0-16c4.41 0 8 3.59 8 8 0 1.48-.41 2.86-1.12 4.05l1.45 1.45C21.39 15.93 22 14.04 22 12c0-5.52-4.48-10-10-10-2.04 0-3.93.61-5.51 1.66l1.45 1.45C9.14 4.41 10.52 4 12 4z"})
"MotionPhotosOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mouse.cljs
================================================
(ns reagent-mui.icons.mouse
"Imports @mui/icons-material/Mouse as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mouse (create-svg-icon (e "path" #js {"d" "M13 1.07V9h7c0-4.08-3.05-7.44-7-7.93zM4 15c0 4.42 3.58 8 8 8s8-3.58 8-8v-4H4v4zm7-13.93C7.05 1.56 4 4.92 4 9h7V1.07z"})
"Mouse"))
================================================
FILE: src/icons/reagent_mui/icons/mouse_outlined.cljs
================================================
(ns reagent-mui.icons.mouse-outlined
"Imports @mui/icons-material/MouseOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mouse-outlined (create-svg-icon (e "path" #js {"d" "M20 9c-.04-4.39-3.6-7.93-8-7.93S4.04 4.61 4 9v6c0 4.42 3.58 8 8 8s8-3.58 8-8V9zm-2 0h-5V3.16c2.81.47 4.96 2.9 5 5.84zm-7-5.84V9H6c.04-2.94 2.19-5.37 5-5.84zM18 15c0 3.31-2.69 6-6 6s-6-2.69-6-6v-4h12v4z"})
"MouseOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mouse_rounded.cljs
================================================
(ns reagent-mui.icons.mouse-rounded
"Imports @mui/icons-material/MouseRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mouse-rounded (create-svg-icon (e "path" #js {"d" "M13 1.07V9h7c0-4.08-3.05-7.44-7-7.93zM4 15c0 4.42 3.58 8 8 8s8-3.58 8-8v-4H4v4zm7-13.93C7.05 1.56 4 4.92 4 9h7V1.07z"})
"MouseRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mouse_sharp.cljs
================================================
(ns reagent-mui.icons.mouse-sharp
"Imports @mui/icons-material/MouseSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mouse-sharp (create-svg-icon (e "path" #js {"d" "M13 1.07V9h7c0-4.08-3.05-7.44-7-7.93zM4 15c0 4.42 3.58 8 8 8s8-3.58 8-8v-4H4v4zm7-13.93C7.05 1.56 4 4.92 4 9h7V1.07z"})
"MouseSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mouse_two_tone.cljs
================================================
(ns reagent-mui.icons.mouse-two-tone
"Imports @mui/icons-material/MouseTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mouse-two-tone (create-svg-icon [(e "path" #js {"d" "M13 3.16V9h5c-.04-2.94-2.19-5.37-5-5.84zm-2 0C8.19 3.63 6.04 6.06 6 9h5V3.16zM11 11H6v4c0 3.31 2.69 6 6 6s6-2.69 6-6v-4h-7z", "opacity" ".3"}) (e "path" #js {"d" "M20 9c-.04-4.39-3.6-7.93-8-7.93S4.04 4.61 4 9v6c0 4.42 3.58 8 8 8s8-3.58 8-8V9zm-7-5.84c2.81.47 4.96 2.9 5 5.84h-5V3.16zm-2 0V9H6c.04-2.94 2.19-5.37 5-5.84zM18 15c0 3.31-2.69 6-6 6s-6-2.69-6-6v-4h12v4z"})]
"MouseTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/move_down.cljs
================================================
(ns reagent-mui.icons.move-down
"Imports @mui/icons-material/MoveDown as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def move-down (create-svg-icon (e "path" #js {"d" "M3 11c0 2.45 1.76 4.47 4.08 4.91l-1.49-1.49L7 13l4 4.01L7 21l-1.41-1.41 1.58-1.58v-.06C3.7 17.54 1 14.58 1 11c0-3.87 3.13-7 7-7h3v2H8c-2.76 0-5 2.24-5 5zm19 0V4h-9v7h9zm-2-2h-5V6h5v3zm-7 4h9v7h-9z"})
"MoveDown"))
================================================
FILE: src/icons/reagent_mui/icons/move_down_outlined.cljs
================================================
(ns reagent-mui.icons.move-down-outlined
"Imports @mui/icons-material/MoveDownOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def move-down-outlined (create-svg-icon (e "path" #js {"d" "M3 11c0 2.45 1.76 4.47 4.08 4.91l-1.49-1.49L7 13l4 4.01L7 21l-1.41-1.41 1.58-1.58v-.06C3.7 17.54 1 14.58 1 11c0-3.87 3.13-7 7-7h3v2H8c-2.76 0-5 2.24-5 5zm19 0V4h-9v7h9zm-2-2h-5V6h5v3zm-7 4h9v7h-9z"})
"MoveDownOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/move_down_rounded.cljs
================================================
(ns reagent-mui.icons.move-down-rounded
"Imports @mui/icons-material/MoveDownRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def move-down-rounded (create-svg-icon (e "path" #js {"d" "M3.01 10.72c-.14 2.57 1.66 4.73 4.07 5.18l-.79-.79a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l2.59 2.59c.39.39.39 1.02 0 1.41l-2.58 2.6c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41l.88-.88v-.06c-3.64-.43-6.43-3.65-6.15-7.47C1.29 6.78 4.55 4 8.26 4H10c.55 0 1 .45 1 1s-.45 1-1 1H8.22c-2.7 0-5.07 2.04-5.21 4.72zM15 11h5c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-5c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2zm5-2h-5V6h5v3zm0 11h-5c-1.1 0-2-.9-2-2v-3c0-1.1.9-2 2-2h5c1.1 0 2 .9 2 2v3c0 1.1-.9 2-2 2z"})
"MoveDownRounded"))
================================================
FILE: src/icons/reagent_mui/icons/move_down_sharp.cljs
================================================
(ns reagent-mui.icons.move-down-sharp
"Imports @mui/icons-material/MoveDownSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def move-down-sharp (create-svg-icon (e "path" #js {"d" "M3 11c0 2.45 1.76 4.47 4.08 4.91l-1.49-1.49L7 13l4 4.01L7 21l-1.41-1.41 1.58-1.58v-.06C3.7 17.54 1 14.58 1 11c0-3.87 3.13-7 7-7h3v2H8c-2.76 0-5 2.24-5 5zm19 0V4h-9v7h9zm-2-2h-5V6h5v3zm-7 4h9v7h-9z"})
"MoveDownSharp"))
================================================
FILE: src/icons/reagent_mui/icons/move_down_two_tone.cljs
================================================
(ns reagent-mui.icons.move-down-two-tone
"Imports @mui/icons-material/MoveDownTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def move-down-two-tone (create-svg-icon [(e "path" #js {"d" "M15 6h5v3h-5z", "opacity" ".3"}) (e "path" #js {"d" "M3 11c0 2.45 1.76 4.47 4.08 4.91l-1.49-1.49L7 13l4 4.01L7 21l-1.41-1.41 1.58-1.58v-.06C3.7 17.54 1 14.58 1 11c0-3.87 3.13-7 7-7h3v2H8c-2.76 0-5 2.24-5 5zm19 0V4h-9v7h9zm-2-2h-5V6h5v3zm-7 4h9v7h-9z"})]
"MoveDownTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/move_to_inbox.cljs
================================================
(ns reagent-mui.icons.move-to-inbox
"Imports @mui/icons-material/MoveToInbox as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def move-to-inbox (create-svg-icon (e "path" #js {"d" "M19 3H4.99c-1.11 0-1.98.9-1.98 2L3 19c0 1.1.88 2 1.99 2H19c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 12h-4c0 1.66-1.35 3-3 3s-3-1.34-3-3H4.99V5H19v10zm-3-5h-2V7h-4v3H8l4 4 4-4z"})
"MoveToInbox"))
================================================
FILE: src/icons/reagent_mui/icons/move_to_inbox_outlined.cljs
================================================
(ns reagent-mui.icons.move-to-inbox-outlined
"Imports @mui/icons-material/MoveToInboxOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def move-to-inbox-outlined (create-svg-icon (e "path" #js {"d" "M16 9h-2.55V6h-2.9v3H8l4 4zm3-6H4.99C3.88 3 3 3.9 3 5v14c0 1.1.88 2 1.99 2H19c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5v-3h3.56c.69 1.19 1.97 2 3.45 2s2.75-.81 3.45-2H19v3zm0-5h-4.99c0 1.1-.9 2-2 2s-2-.9-2-2H5l-.01-9H19v9z"})
"MoveToInboxOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/move_to_inbox_rounded.cljs
================================================
(ns reagent-mui.icons.move-to-inbox-rounded
"Imports @mui/icons-material/MoveToInboxRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def move-to-inbox-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 11h-3.56c-.36 0-.68.19-.86.5-.52.9-1.47 1.5-2.58 1.5s-2.06-.6-2.58-1.5c-.18-.31-.51-.5-.86-.5H5V5h14v9zm-4.21-4H13V7c0-.55-.45-1-1-1s-1 .45-1 1v3H9.21c-.45 0-.67.54-.35.85l2.79 2.79c.2.2.51.2.71 0l2.79-2.79c.31-.31.09-.85-.36-.85z"})
"MoveToInboxRounded"))
================================================
FILE: src/icons/reagent_mui/icons/move_to_inbox_sharp.cljs
================================================
(ns reagent-mui.icons.move-to-inbox-sharp
"Imports @mui/icons-material/MoveToInboxSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def move-to-inbox-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-2 12h-4c0 1.66-1.35 3-3 3s-3-1.34-3-3H4.99V5H19v10zm-3-5h-2V7h-4v3H8l4 4 4-4z"})
"MoveToInboxSharp"))
================================================
FILE: src/icons/reagent_mui/icons/move_to_inbox_two_tone.cljs
================================================
(ns reagent-mui.icons.move-to-inbox-two-tone
"Imports @mui/icons-material/MoveToInboxTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def move-to-inbox-two-tone (create-svg-icon [(e "path" #js {"d" "M12.01 18c-1.48 0-2.75-.81-3.45-2H5v3h14v-3h-3.55c-.69 1.19-1.97 2-3.44 2z", "opacity" ".3"}) (e "path" #js {"d" "M16 9h-2.55V6h-2.9v3H8l4 4zm3-6H4.99C3.88 3 3 3.9 3 5v14c0 1.1.88 2 1.99 2H19c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5v-3h3.56c.69 1.19 1.97 2 3.45 2s2.75-.81 3.45-2H19v3zm0-5h-4.99c0 1.1-.9 2-2 2s-2-.9-2-2H5l-.01-9H19v9z"})]
"MoveToInboxTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/move_up.cljs
================================================
(ns reagent-mui.icons.move-up
"Imports @mui/icons-material/MoveUp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def move-up (create-svg-icon (e "path" #js {"d" "M3 13c0-2.45 1.76-4.47 4.08-4.91l-1.49 1.5L7 11l4-4.01L7 3 5.59 4.41l1.58 1.58v.06C3.7 6.46 1 9.42 1 13c0 3.87 3.13 7 7 7h3v-2H8c-2.76 0-5-2.24-5-5zm10 0v7h9v-7h-9zm7 5h-5v-3h5v3zM13 4h9v7h-9z"})
"MoveUp"))
================================================
FILE: src/icons/reagent_mui/icons/move_up_outlined.cljs
================================================
(ns reagent-mui.icons.move-up-outlined
"Imports @mui/icons-material/MoveUpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def move-up-outlined (create-svg-icon (e "path" #js {"d" "M3 13c0-2.45 1.76-4.47 4.08-4.91l-1.49 1.5L7 11l4-4.01L7 3 5.59 4.41l1.58 1.58v.06C3.7 6.46 1 9.42 1 13c0 3.87 3.13 7 7 7h3v-2H8c-2.76 0-5-2.24-5-5zm10 0v7h9v-7h-9zm7 5h-5v-3h5v3zM13 4h9v7h-9z"})
"MoveUpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/move_up_rounded.cljs
================================================
(ns reagent-mui.icons.move-up-rounded
"Imports @mui/icons-material/MoveUpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def move-up-rounded (create-svg-icon (e "path" #js {"d" "M3.01 13.28c-.14-2.57 1.66-4.73 4.07-5.18l-.79.78c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l2.59-2.59c.39-.39.39-1.02 0-1.41L7.71 3.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.88.88v.06C3.54 6.48.75 9.7 1.03 13.52 1.29 17.22 4.55 20 8.26 20H10c.55 0 1-.45 1-1s-.45-1-1-1H8.22c-2.7 0-5.07-2.04-5.21-4.72zM13 15v3c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2h-5c-1.1 0-2 .9-2 2zm7 3h-5v-3h5v3zm0-14h-5c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"})
"MoveUpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/move_up_sharp.cljs
================================================
(ns reagent-mui.icons.move-up-sharp
"Imports @mui/icons-material/MoveUpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def move-up-sharp (create-svg-icon (e "path" #js {"d" "M3 13c0-2.45 1.76-4.47 4.08-4.91l-1.49 1.5L7 11l4-4.01L7 3 5.59 4.41l1.58 1.58v.06C3.7 6.46 1 9.42 1 13c0 3.87 3.13 7 7 7h3v-2H8c-2.76 0-5-2.24-5-5zm10 0v7h9v-7h-9zm7 5h-5v-3h5v3zM13 4h9v7h-9z"})
"MoveUpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/move_up_two_tone.cljs
================================================
(ns reagent-mui.icons.move-up-two-tone
"Imports @mui/icons-material/MoveUpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def move-up-two-tone (create-svg-icon [(e "path" #js {"d" "M15 15h5v3h-5z", "opacity" ".3"}) (e "path" #js {"d" "M3 13c0-2.45 1.76-4.47 4.08-4.91l-1.49 1.5L7 11l4-4.01L7 3 5.59 4.41l1.58 1.58v.06C3.7 6.46 1 9.42 1 13c0 3.87 3.13 7 7 7h3v-2H8c-2.76 0-5-2.24-5-5zm10 0v7h9v-7h-9zm7 5h-5v-3h5v3zM13 4h9v7h-9z"})]
"MoveUpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/movie.cljs
================================================
(ns reagent-mui.icons.movie
"Imports @mui/icons-material/Movie as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def movie (create-svg-icon (e "path" #js {"d" "m18 4 2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4z"})
"Movie"))
================================================
FILE: src/icons/reagent_mui/icons/movie_creation.cljs
================================================
(ns reagent-mui.icons.movie-creation
"Imports @mui/icons-material/MovieCreation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def movie-creation (create-svg-icon (e "path" #js {"d" "m18 4 2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4z"})
"MovieCreation"))
================================================
FILE: src/icons/reagent_mui/icons/movie_creation_outlined.cljs
================================================
(ns reagent-mui.icons.movie-creation-outlined
"Imports @mui/icons-material/MovieCreationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def movie-creation-outlined (create-svg-icon (e "path" #js {"d" "M5.76 10H20v8H4V6.47M22 4h-4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4z"})
"MovieCreationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/movie_creation_rounded.cljs
================================================
(ns reagent-mui.icons.movie-creation-rounded
"Imports @mui/icons-material/MovieCreationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def movie-creation-rounded (create-svg-icon (e "path" #js {"d" "m18 4 1.82 3.64c.08.16-.04.36-.22.36h-1.98c-.38 0-.73-.21-.89-.55L15 4h-2l1.82 3.64c.08.16-.04.36-.22.36h-1.98c-.38 0-.73-.21-.89-.55L10 4H8l1.82 3.64c.08.16-.04.36-.22.36H7.62c-.38 0-.73-.21-.9-.55L5 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-.55-.45-1-1-1h-3z"})
"MovieCreationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/movie_creation_sharp.cljs
================================================
(ns reagent-mui.icons.movie-creation-sharp
"Imports @mui/icons-material/MovieCreationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def movie-creation-sharp (create-svg-icon (e "path" #js {"d" "m18 4 2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4z"})
"MovieCreationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/movie_creation_two_tone.cljs
================================================
(ns reagent-mui.icons.movie-creation-two-tone
"Imports @mui/icons-material/MovieCreationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def movie-creation-two-tone (create-svg-icon [(e "path" #js {"d" "M4 6.47V18h16v-8H5.76z", "opacity" ".3"}) (e "path" #js {"d" "m18 4 2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4zm2 14H4V6.47L5.76 10H20v8z"})]
"MovieCreationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/movie_filter.cljs
================================================
(ns reagent-mui.icons.movie-filter
"Imports @mui/icons-material/MovieFilter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def movie-filter (create-svg-icon (e "path" #js {"d" "m18 4 2 3h-3l-2-3h-2l2 3h-3l-2-3H8l2 3H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4zm-6.75 11.25L10 18l-1.25-2.75L6 14l2.75-1.25L10 10l1.25 2.75L14 14l-2.75 1.25zm5.69-3.31L16 14l-.94-2.06L13 11l2.06-.94L16 8l.94 2.06L19 11l-2.06.94z"})
"MovieFilter"))
================================================
FILE: src/icons/reagent_mui/icons/movie_filter_outlined.cljs
================================================
(ns reagent-mui.icons.movie-filter-outlined
"Imports @mui/icons-material/MovieFilterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def movie-filter-outlined (create-svg-icon (e "path" #js {"d" "m10 11-.94 2.06L7 14l2.06.94L10 17l.94-2.06L13 14l-2.06-.94zm8.01-7 2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-1.99.9-1.99 2l-.01 12c0 1.1.9 2 2 2h16c1.1 0 1.99-.9 1.99-2V4h-3.99zm2 14h-16V6.47L5.77 10H16l-.63 1.37L14 12l1.37.63L16 14l.63-1.37L18 12l-1.37-.63L16 10h4.01v8z"})
"MovieFilterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/movie_filter_rounded.cljs
================================================
(ns reagent-mui.icons.movie-filter-rounded
"Imports @mui/icons-material/MovieFilterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def movie-filter-rounded (create-svg-icon (e "path" #js {"d" "M21.5 4H18l1.74 2.61c.11.17-.01.39-.21.39h-2c-.33 0-.65-.17-.83-.45L15 4h-2l1.74 2.61c.11.17-.01.39-.21.39h-2c-.33 0-.65-.17-.83-.45L10 4H8l1.74 2.61c.11.17-.01.39-.21.39h-2c-.33 0-.64-.17-.83-.45L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4.5c0-.28-.22-.5-.5-.5zM11.25 15.25 10 18l-1.25-2.75L6 14l2.75-1.25L10 10l1.25 2.75L14 14l-2.75 1.25zm5.69-3.31L16 14l-.94-2.06L13 11l2.06-.94L16 8l.94 2.06L19 11l-2.06.94z"})
"MovieFilterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/movie_filter_sharp.cljs
================================================
(ns reagent-mui.icons.movie-filter-sharp
"Imports @mui/icons-material/MovieFilterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def movie-filter-sharp (create-svg-icon (e "path" #js {"d" "m18 4 2 3h-3l-2-3h-2l2 3h-3l-2-3H8l2 3H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4zm-6.75 11.25L10 18l-1.25-2.75L6 14l2.75-1.25L10 10l1.25 2.75L14 14l-2.75 1.25zm5.69-3.31L16 14l-.94-2.06L13 11l2.06-.94L16 8l.94 2.06L19 11l-2.06.94z"})
"MovieFilterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/movie_filter_two_tone.cljs
================================================
(ns reagent-mui.icons.movie-filter-two-tone
"Imports @mui/icons-material/MovieFilterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def movie-filter-two-tone (create-svg-icon [(e "path" #js {"d" "M16.63 11.37 18 12l-1.37.63L16 14l-.63-1.37L14 12l1.37-.63L16 10H5.77L4.01 6.47V18h16v-8H16l.63 1.37zm-5.69 3.57L10 17l-.94-2.06L7 14l2.06-.94L10 11l.94 2.06L13 14l-2.06.94z", "opacity" ".3"}) (e "path" #js {"d" "m10 11-.94 2.06L7 14l2.06.94L10 17l.94-2.06L13 14l-2.06-.94zm8.01-7 2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-1.99.9-1.99 2l-.01 12c0 1.1.9 2 2 2h16c1.1 0 1.99-.9 1.99-2V4h-3.99zm2 14h-16V6.47L5.77 10H16l-.63 1.37L14 12l1.37.63L16 14l.63-1.37L18 12l-1.37-.63L16 10h4.01v8z"})]
"MovieFilterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/movie_outlined.cljs
================================================
(ns reagent-mui.icons.movie-outlined
"Imports @mui/icons-material/MovieOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def movie-outlined (create-svg-icon (e "path" #js {"d" "M4 6.47 5.76 10H20v8H4V6.47M22 4h-4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4z"})
"MovieOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/movie_rounded.cljs
================================================
(ns reagent-mui.icons.movie-rounded
"Imports @mui/icons-material/MovieRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def movie-rounded (create-svg-icon (e "path" #js {"d" "m18 4 1.82 3.64c.08.16-.04.36-.22.36h-1.98c-.38 0-.73-.21-.89-.55L15 4h-2l1.82 3.64c.08.16-.04.36-.22.36h-1.98c-.38 0-.73-.21-.89-.55L10 4H8l1.82 3.64c.08.16-.04.36-.22.36H7.62c-.38 0-.73-.21-.9-.55L5 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-.55-.45-1-1-1h-3z"})
"MovieRounded"))
================================================
FILE: src/icons/reagent_mui/icons/movie_sharp.cljs
================================================
(ns reagent-mui.icons.movie-sharp
"Imports @mui/icons-material/MovieSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def movie-sharp (create-svg-icon (e "path" #js {"d" "m18 4 2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4z"})
"MovieSharp"))
================================================
FILE: src/icons/reagent_mui/icons/movie_two_tone.cljs
================================================
(ns reagent-mui.icons.movie-two-tone
"Imports @mui/icons-material/MovieTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def movie-two-tone (create-svg-icon [(e "path" #js {"d" "M20 10H5.76L4 6.47V18h16z", "opacity" ".3"}) (e "path" #js {"d" "M2.01 6 2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99.9-1.99 2zM4 6.47 5.76 10H20v8H4V6.47z"})]
"MovieTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/moving.cljs
================================================
(ns reagent-mui.icons.moving
"Imports @mui/icons-material/Moving as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def moving (create-svg-icon (e "path" #js {"d" "M19.71 9.71 22 12V6h-6l2.29 2.29-4.17 4.17c-.39.39-1.02.39-1.41 0l-1.17-1.17c-1.17-1.17-3.07-1.17-4.24 0L2 16.59 3.41 18l5.29-5.29c.39-.39 1.02-.39 1.41 0l1.17 1.17c1.17 1.17 3.07 1.17 4.24 0l4.19-4.17z"})
"Moving"))
================================================
FILE: src/icons/reagent_mui/icons/moving_outlined.cljs
================================================
(ns reagent-mui.icons.moving-outlined
"Imports @mui/icons-material/MovingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def moving-outlined (create-svg-icon (e "path" #js {"d" "M20 9.42V12h2V6h-6v2h2.58l-4.46 4.46c-.39.39-1.02.39-1.41 0l-1.17-1.17c-1.17-1.17-3.07-1.17-4.24 0L2 16.59 3.41 18l5.29-5.29c.39-.39 1.02-.39 1.41 0l1.17 1.17c1.17 1.17 3.07 1.17 4.24 0L20 9.42z"})
"MovingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/moving_rounded.cljs
================================================
(ns reagent-mui.icons.moving-rounded
"Imports @mui/icons-material/MovingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def moving-rounded (create-svg-icon (e "path" #js {"d" "M2.7 17.29c.39.39 1.02.39 1.41 0L8.7 12.7c.39-.39 1.02-.39 1.41 0l1.17 1.17c1.17 1.17 3.07 1.17 4.24 0L19.7 9.7l1.44 1.44c.31.31.85.09.85-.35V6.5c.01-.28-.21-.5-.49-.5h-4.29c-.45 0-.67.54-.35.85l1.44 1.44-4.17 4.17c-.39.39-1.02.39-1.41 0l-1.17-1.17c-1.17-1.17-3.07-1.17-4.24 0L2.7 15.88c-.38.39-.38 1.03 0 1.41z"})
"MovingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/moving_sharp.cljs
================================================
(ns reagent-mui.icons.moving-sharp
"Imports @mui/icons-material/MovingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def moving-sharp (create-svg-icon (e "path" #js {"d" "M19.71 9.71 22 12V6h-6l2.29 2.29-4.17 4.17c-.39.39-1.02.39-1.41 0l-1.17-1.17c-1.17-1.17-3.07-1.17-4.24 0L2 16.59 3.41 18l5.29-5.29c.39-.39 1.02-.39 1.41 0l1.17 1.17c1.17 1.17 3.07 1.17 4.24 0l4.19-4.17z"})
"MovingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/moving_two_tone.cljs
================================================
(ns reagent-mui.icons.moving-two-tone
"Imports @mui/icons-material/MovingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def moving-two-tone (create-svg-icon (e "path" #js {"d" "M19.71 9.71 22 12V6h-6l2.29 2.29-4.17 4.17c-.39.39-1.02.39-1.41 0l-1.17-1.17c-1.17-1.17-3.07-1.17-4.24 0L2 16.59 3.41 18l5.29-5.29c.39-.39 1.02-.39 1.41 0l1.17 1.17c1.17 1.17 3.07 1.17 4.24 0l4.19-4.17z"})
"MovingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/mp.cljs
================================================
(ns reagent-mui.icons.mp
"Imports @mui/icons-material/Mp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM6.5 9H11c.55 0 1 .45 1 1v5h-1.5v-4.5h-1v3H8v-3H7V15H5.5v-5c0-.55.45-1 1-1zm9 6H14V9h3.5c.55 0 1 .45 1 1v2.5c0 .55-.45 1-1 1h-2V15zm0-3H17v-1.5h-1.5V12z"})
"Mp"))
================================================
FILE: src/icons/reagent_mui/icons/mp_outlined.cljs
================================================
(ns reagent-mui.icons.mp-outlined
"Imports @mui/icons-material/MpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mp-outlined (create-svg-icon [(e "path" #js {"d" "M17 9h-3.5v6H15v-1.5h2c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1zm-.5 3H15v-1.5h1.5V12zm-5-3H7c-.55 0-1 .45-1 1v5h1.5v-4.5h1v3H10v-3h1V15h1.5v-5c0-.55-.45-1-1-1z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5 19V5h14v14H5z"})]
"MpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/mp_rounded.cljs
================================================
(ns reagent-mui.icons.mp-rounded
"Imports @mui/icons-material/MpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mp-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7 9h4.5c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V10.5h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V10.5h-1v3.75c0 .41-.34.75-.75.75S6 14.66 6 14.25V10c0-.55.45-1 1-1zm7.25 6c-.41 0-.75-.33-.75-.75V10c0-.55.45-1 1-1H17c.55 0 1 .45 1 1v2.5c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75zm.75-3h1.5v-1.5H15V12z"})
"MpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/mp_sharp.cljs
================================================
(ns reagent-mui.icons.mp-sharp
"Imports @mui/icons-material/MpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mp-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM6 9h6.5v6H11v-4.5h-1v3H8.5v-3h-1V15H6V9zm9 6h-1.5V9H18v4.5h-3V15zm0-3h1.5v-1.5H15V12z"})
"MpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/mp_two_tone.cljs
================================================
(ns reagent-mui.icons.mp-two-tone
"Imports @mui/icons-material/MpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def mp-two-tone (create-svg-icon [(e "path" #js {"d" "M15 10.5h1.5V12H15z", "opacity" ".3"}) (e "path" #js {"d" "M5 5v14h14V5H5zm7.5 10H11v-4.5h-1v3H8.5v-3h-1V15H6v-5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5zm5.5-2.5c0 .55-.45 1-1 1h-2V15h-1.5V9H17c.55 0 1 .45 1 1v2.5z", "opacity" ".3"}) (e "path" #js {"d" "M17 9h-3.5v6H15v-1.5h2c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1zm-.5 3H15v-1.5h1.5V12zm-5-3H7c-.55 0-1 .45-1 1v5h1.5v-4.5h1v3H10v-3h1V15h1.5v-5c0-.55-.45-1-1-1z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5 19V5h14v14H5z"})]
"MpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/multiline_chart.cljs
================================================
(ns reagent-mui.icons.multiline-chart
"Imports @mui/icons-material/MultilineChart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def multiline-chart (create-svg-icon (e "path" #js {"d" "m22 6.92-1.41-1.41-2.85 3.21C15.68 6.4 12.83 5 9.61 5 6.72 5 4.07 6.16 2 8l1.42 1.42C5.12 7.93 7.27 7 9.61 7c2.74 0 5.09 1.26 6.77 3.24l-2.88 3.24-4-4L2 16.99l1.5 1.5 6-6.01 4 4 4.05-4.55c.75 1.35 1.25 2.9 1.44 4.55H21c-.22-2.3-.95-4.39-2.04-6.14L22 6.92z"})
"MultilineChart"))
================================================
FILE: src/icons/reagent_mui/icons/multiline_chart_outlined.cljs
================================================
(ns reagent-mui.icons.multiline-chart-outlined
"Imports @mui/icons-material/MultilineChartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def multiline-chart-outlined (create-svg-icon (e "path" #js {"d" "m22 6.92-1.41-1.41-2.85 3.21C15.68 6.4 12.83 5 9.61 5 6.72 5 4.07 6.16 2 8l1.42 1.42C5.12 7.93 7.27 7 9.61 7c2.74 0 5.09 1.26 6.77 3.24l-2.88 3.24-4-4L2 16.99l1.5 1.5 6-6.01 4 4 4.05-4.55c.75 1.35 1.25 2.9 1.44 4.55H21c-.22-2.3-.95-4.39-2.04-6.14L22 6.92z"})
"MultilineChartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/multiline_chart_rounded.cljs
================================================
(ns reagent-mui.icons.multiline-chart-rounded
"Imports @mui/icons-material/MultilineChartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def multiline-chart-rounded (create-svg-icon (e "path" #js {"d" "m21.36 6.28-.06-.06c-.39-.39-1.03-.37-1.39.04l-2.18 2.45C15.68 6.4 12.83 5 9.61 5c-2.5 0-4.83.87-6.75 2.3-.47.35-.52 1.04-.11 1.45l.06.06c.33.33.86.39 1.23.11C5.63 7.72 7.54 7 9.61 7c2.74 0 5.09 1.26 6.77 3.24l-2.88 3.24-3.29-3.29a.9959.9959 0 0 0-1.41 0l-6.12 6.13c-.37.37-.37.98 0 1.35l.15.15c.37.37.98.37 1.35 0l5.32-5.33 3.25 3.25c.41.41 1.07.39 1.45-.04l3.35-3.76c.62 1.12 1.08 2.39 1.32 3.73.08.47.47.82.95.82h.09c.6 0 1.05-.55.94-1.14-.32-1.85-.98-3.54-1.89-5L21.4 7.6c.34-.38.32-.96-.04-1.32z"})
"MultilineChartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/multiline_chart_sharp.cljs
================================================
(ns reagent-mui.icons.multiline-chart-sharp
"Imports @mui/icons-material/MultilineChartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def multiline-chart-sharp (create-svg-icon (e "path" #js {"d" "m22 6.92-1.41-1.41-2.85 3.21C15.68 6.4 12.83 5 9.61 5 6.72 5 4.07 6.16 2 8l1.42 1.42C5.12 7.93 7.27 7 9.61 7c2.74 0 5.09 1.26 6.77 3.24l-2.88 3.24-4-4L2 16.99l1.5 1.5 6-6.01 4 4 4.05-4.55c.75 1.35 1.25 2.9 1.44 4.55H21c-.22-2.3-.95-4.39-2.04-6.14L22 6.92z"})
"MultilineChartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/multiline_chart_two_tone.cljs
================================================
(ns reagent-mui.icons.multiline-chart-two-tone
"Imports @mui/icons-material/MultilineChartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def multiline-chart-two-tone (create-svg-icon (e "path" #js {"d" "m22 6.92-1.41-1.41-2.85 3.21C15.68 6.4 12.83 5 9.61 5 6.72 5 4.07 6.16 2 8l1.42 1.42C5.12 7.93 7.27 7 9.61 7c2.74 0 5.09 1.26 6.77 3.24l-2.88 3.24-4-4L2 16.99l1.5 1.5 6-6.01 4 4 4.05-4.55c.75 1.35 1.25 2.9 1.44 4.55H21c-.22-2.3-.95-4.39-2.04-6.14L22 6.92z"})
"MultilineChartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/multiple_stop.cljs
================================================
(ns reagent-mui.icons.multiple-stop
"Imports @mui/icons-material/MultipleStop as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def multiple-stop (create-svg-icon (e "path" #js {"d" "m17 4 4 4-4 4V9h-4V7h4V4zm-7 3c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM6 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm1 10h4v-2H7v-3l-4 4 4 4v-3zm7 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"})
"MultipleStop"))
================================================
FILE: src/icons/reagent_mui/icons/multiple_stop_outlined.cljs
================================================
(ns reagent-mui.icons.multiple-stop-outlined
"Imports @mui/icons-material/MultipleStopOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def multiple-stop-outlined (create-svg-icon (e "path" #js {"d" "m17 4 4 4-4 4V9h-4V7h4V4zm-7 3c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM6 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm1 10h4v-2H7v-3l-4 4 4 4v-3zm7 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"})
"MultipleStopOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/multiple_stop_rounded.cljs
================================================
(ns reagent-mui.icons.multiple-stop-rounded
"Imports @mui/icons-material/MultipleStopRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def multiple-stop-rounded (create-svg-icon (e "path" #js {"d" "M17 5.21c0-.45.54-.67.85-.35l2.79 2.79c.2.2.2.51 0 .71l-2.79 2.79c-.31.31-.85.09-.85-.36V9h-3c-.55 0-1-.45-1-1s.45-1 1-1h3V5.21zM10 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM6 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm1 10h3c.55 0 1-.45 1-1s-.45-1-1-1H7v-1.79c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.2-.2.51 0 .71l2.79 2.79c.31.31.85.09.85-.36V17zm7 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"})
"MultipleStopRounded"))
================================================
FILE: src/icons/reagent_mui/icons/multiple_stop_sharp.cljs
================================================
(ns reagent-mui.icons.multiple-stop-sharp
"Imports @mui/icons-material/MultipleStopSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def multiple-stop-sharp (create-svg-icon (e "path" #js {"d" "m17 4 4 4-4 4V9h-4V7h4V4zM7 17h4v-2H7v-3l-4 4 4 4v-3zm12-2h-2v2h2v-2zm-4 0h-2v2h2v-2zm-4-8H9v2h2V7zM7 7H5v2h2V7z"})
"MultipleStopSharp"))
================================================
FILE: src/icons/reagent_mui/icons/multiple_stop_two_tone.cljs
================================================
(ns reagent-mui.icons.multiple-stop-two-tone
"Imports @mui/icons-material/MultipleStopTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def multiple-stop-two-tone (create-svg-icon (e "path" #js {"d" "m17 4 4 4-4 4V9h-4V7h4V4zm-7 3c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM6 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm1 10h4v-2H7v-3l-4 4 4 4v-3zm7 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"})
"MultipleStopTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/museum.cljs
================================================
(ns reagent-mui.icons.museum
"Imports @mui/icons-material/Museum as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def museum (create-svg-icon (e "path" #js {"d" "M22 11V9L12 2 2 9v2h2v9H2v2h20v-2h-2v-9h2zm-6 7h-2v-4l-2 3-2-3v4H8v-7h2l2 3 2-3h2v7z"})
"Museum"))
================================================
FILE: src/icons/reagent_mui/icons/museum_outlined.cljs
================================================
(ns reagent-mui.icons.museum-outlined
"Imports @mui/icons-material/MuseumOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def museum-outlined (create-svg-icon [(e "path" #js {"d" "M22 11V9L12 2 2 9v2h2v9H2v2h20v-2h-2v-9h2zm-4 9H6V9h12v11z"}) (e "path" #js {"d" "m10 14 2 3 2-3v4h2v-7h-2l-2 3-2-3H8v7h2z"})]
"MuseumOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/museum_rounded.cljs
================================================
(ns reagent-mui.icons.museum-rounded
"Imports @mui/icons-material/MuseumRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def museum-rounded (create-svg-icon (e "path" #js {"d" "M21.5 11c.28 0 .5-.22.5-.5V9.26c0-.16-.08-.32-.21-.41L12.57 2.4c-.34-.24-.8-.24-1.15 0L2.21 8.85c-.13.09-.21.25-.21.41v1.24c0 .28.22.5.5.5H4v9H3c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1h-1v-9h1.5zM16 17c0 .55-.45 1-1 1s-1-.45-1-1v-3l-1.17 1.75c-.4.59-1.27.59-1.66 0L10 14v3c0 .55-.45 1-1 1s-1-.45-1-1v-4.7c0-.72.58-1.3 1.3-1.3.43 0 .84.22 1.08.58L12 14l1.61-2.42c.25-.36.65-.58 1.09-.58.72 0 1.3.58 1.3 1.3V17z"})
"MuseumRounded"))
================================================
FILE: src/icons/reagent_mui/icons/museum_sharp.cljs
================================================
(ns reagent-mui.icons.museum-sharp
"Imports @mui/icons-material/MuseumSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def museum-sharp (create-svg-icon (e "path" #js {"d" "M22 11V9L12 2 2 9v2h2v9H2v2h20v-2h-2v-9h2zm-6 7h-2v-4l-2 3-2-3v4H8v-7h2l2 3 2-3h2v7z"})
"MuseumSharp"))
================================================
FILE: src/icons/reagent_mui/icons/museum_two_tone.cljs
================================================
(ns reagent-mui.icons.museum-two-tone
"Imports @mui/icons-material/MuseumTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def museum-two-tone (create-svg-icon [(e "path" #js {"d" "M6 20h12V9H6v11zm2-9h2l2 3 2-3h2v7h-2v-4l-2 3-2-3v4H8v-7z", "opacity" ".3"}) (e "path" #js {"d" "M22 11V9L12 2 2 9v2h2v9H2v2h20v-2h-2v-9h2zm-4 9H6V9h12v11z"}) (e "path" #js {"d" "m10 14 2 3 2-3v4h2v-7h-2l-2 3-2-3H8v7h2z"})]
"MuseumTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/music_note.cljs
================================================
(ns reagent-mui.icons.music-note
"Imports @mui/icons-material/MusicNote as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def music-note (create-svg-icon (e "path" #js {"d" "M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z"})
"MusicNote"))
================================================
FILE: src/icons/reagent_mui/icons/music_note_outlined.cljs
================================================
(ns reagent-mui.icons.music-note-outlined
"Imports @mui/icons-material/MusicNoteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def music-note-outlined (create-svg-icon (e "path" #js {"d" "m12 3 .01 10.55c-.59-.34-1.27-.55-2-.55C7.79 13 6 14.79 6 17s1.79 4 4.01 4S14 19.21 14 17V7h4V3h-6zm-1.99 16c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"MusicNoteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/music_note_rounded.cljs
================================================
(ns reagent-mui.icons.music-note-rounded
"Imports @mui/icons-material/MusicNoteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def music-note-rounded (create-svg-icon (e "path" #js {"d" "M12 5v8.55c-.94-.54-2.1-.75-3.33-.32-1.34.48-2.37 1.67-2.61 3.07-.46 2.74 1.86 5.08 4.59 4.65 1.96-.31 3.35-2.11 3.35-4.1V7h2c1.1 0 2-.9 2-2s-.9-2-2-2h-2c-1.1 0-2 .9-2 2z"})
"MusicNoteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/music_note_sharp.cljs
================================================
(ns reagent-mui.icons.music-note-sharp
"Imports @mui/icons-material/MusicNoteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def music-note-sharp (create-svg-icon (e "path" #js {"d" "M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z"})
"MusicNoteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/music_note_two_tone.cljs
================================================
(ns reagent-mui.icons.music-note-two-tone
"Imports @mui/icons-material/MusicNoteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def music-note-two-tone (create-svg-icon [(e "circle" #js {"cx" "10.01", "cy" "17", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "m12 3 .01 10.55c-.59-.34-1.27-.55-2-.55C7.79 13 6 14.79 6 17s1.79 4 4.01 4S14 19.21 14 17V7h4V3h-6zm-1.99 16c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"MusicNoteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/music_off.cljs
================================================
(ns reagent-mui.icons.music-off
"Imports @mui/icons-material/MusicOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def music-off (create-svg-icon (e "path" #js {"d" "M4.27 3 3 4.27l9 9v.28c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4v-1.73L19.73 21 21 19.73 4.27 3zM14 7h4V3h-6v5.18l2 2z"})
"MusicOff"))
================================================
FILE: src/icons/reagent_mui/icons/music_off_outlined.cljs
================================================
(ns reagent-mui.icons.music-off-outlined
"Imports @mui/icons-material/MusicOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def music-off-outlined (create-svg-icon (e "path" #js {"d" "M14 7h4V3h-6v4.61l2 2zm-2 3.44L4.41 2.86 3 4.27l9 9v.28c-.94-.54-2.1-.75-3.33-.32-1.34.48-2.37 1.67-2.61 3.07-.46 2.74 1.86 5.08 4.59 4.65 1.96-.31 3.35-2.11 3.35-4.1v-1.58L19.73 21l1.41-1.41L12 10.44zM10 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"MusicOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/music_off_rounded.cljs
================================================
(ns reagent-mui.icons.music-off-rounded
"Imports @mui/icons-material/MusicOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def music-off-rounded (create-svg-icon (e "path" #js {"d" "M14 9.61V7h2c1.1 0 2-.9 2-2s-.9-2-2-2h-3c-.55 0-1 .45-1 1v3.61l2 2zM5.12 3.56a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l8.29 8.3v.28c-.94-.54-2.1-.75-3.33-.32-1.34.48-2.37 1.67-2.61 3.07-.46 2.74 1.86 5.08 4.59 4.65 1.96-.31 3.35-2.11 3.35-4.1v-1.58l5.02 5.02c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L5.12 3.56z"})
"MusicOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/music_off_sharp.cljs
================================================
(ns reagent-mui.icons.music-off-sharp
"Imports @mui/icons-material/MusicOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def music-off-sharp (create-svg-icon (e "path" #js {"d" "M14 9.61V7h4V3h-6v4.61zM4.41 2.86 3 4.27l9 9v.28c-.94-.54-2.1-.75-3.33-.32-1.34.48-2.37 1.67-2.61 3.07-.46 2.74 1.86 5.08 4.59 4.65 1.96-.31 3.35-2.11 3.35-4.1v-1.58L19.73 21l1.41-1.41L12 10.44 4.41 2.86z"})
"MusicOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/music_off_two_tone.cljs
================================================
(ns reagent-mui.icons.music-off-two-tone
"Imports @mui/icons-material/MusicOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def music-off-two-tone (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "17", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M14 7h4V3h-6v4.61l2 2zm-2 3.44L4.41 2.86 3 4.27l9 9v.28c-.94-.54-2.1-.75-3.33-.32-1.34.48-2.37 1.67-2.61 3.07-.46 2.74 1.86 5.08 4.59 4.65 1.96-.31 3.35-2.11 3.35-4.1v-1.58L19.73 21l1.41-1.41L12 10.44zM10 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"MusicOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/music_video.cljs
================================================
(ns reagent-mui.icons.music-video
"Imports @mui/icons-material/MusicVideo as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def music-video (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zM8 15c0-1.66 1.34-3 3-3 .35 0 .69.07 1 .18V6h5v2h-3v7.03c-.02 1.64-1.35 2.97-3 2.97-1.66 0-3-1.34-3-3z"})
"MusicVideo"))
================================================
FILE: src/icons/reagent_mui/icons/music_video_outlined.cljs
================================================
(ns reagent-mui.icons.music-video-outlined
"Imports @mui/icons-material/MusicVideoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def music-video-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zM8 15c0-1.66 1.34-3 3-3 .35 0 .69.07 1 .18V6h5v2h-3v7.03c-.02 1.64-1.35 2.97-3 2.97-1.66 0-3-1.34-3-3z"})
"MusicVideoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/music_video_rounded.cljs
================================================
(ns reagent-mui.icons.music-video-rounded
"Imports @mui/icons-material/MusicVideoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def music-video-rounded (create-svg-icon [(e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"}) (e "path" #js {"d" "M10.84 16.98c1.26-.17 2.16-1.33 2.16-2.6V9h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1v4.51c-.46-.35-1.02-.54-1.66-.51-1.11.07-2.09.92-2.3 2.02-.31 1.71 1.11 3.18 2.8 2.96z"})]
"MusicVideoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/music_video_sharp.cljs
================================================
(ns reagent-mui.icons.music-video-sharp
"Imports @mui/icons-material/MusicVideoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def music-video-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v18h22V3zm-2 16H3V5h18v14zM8 15c0-1.66 1.34-3 3-3 .35 0 .69.07 1 .18V6h5v2h-3v7.03c-.02 1.64-1.35 2.97-3 2.97-1.66 0-3-1.34-3-3z"})
"MusicVideoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/music_video_two_tone.cljs
================================================
(ns reagent-mui.icons.music-video-two-tone
"Imports @mui/icons-material/MusicVideoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def music-video-two-tone (create-svg-icon [(e "path" #js {"d" "M3 19h18V5H3v14zm8-7c.35 0 .69.07 1 .18V6h5v2h-3v7.03c-.02 1.64-1.35 2.97-3 2.97-1.66 0-3-1.34-3-3s1.34-3 3-3z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zm-10-1c1.65 0 2.98-1.33 3-2.97V8h3V6h-5v6.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3z"})]
"MusicVideoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/my_location.cljs
================================================
(ns reagent-mui.icons.my-location
"Imports @mui/icons-material/MyLocation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def my-location (create-svg-icon (e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm8.94 3c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"MyLocation"))
================================================
FILE: src/icons/reagent_mui/icons/my_location_outlined.cljs
================================================
(ns reagent-mui.icons.my-location-outlined
"Imports @mui/icons-material/MyLocationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def my-location-outlined (create-svg-icon (e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm8.94 3c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"MyLocationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/my_location_rounded.cljs
================================================
(ns reagent-mui.icons.my-location-rounded
"Imports @mui/icons-material/MyLocationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def my-location-rounded (create-svg-icon (e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm8.94 3c-.46-4.17-3.77-7.48-7.94-7.94V2c0-.55-.45-1-1-1s-1 .45-1 1v1.06C6.83 3.52 3.52 6.83 3.06 11H2c-.55 0-1 .45-1 1s.45 1 1 1h1.06c.46 4.17 3.77 7.48 7.94 7.94V22c0 .55.45 1 1 1s1-.45 1-1v-1.06c4.17-.46 7.48-3.77 7.94-7.94H22c.55 0 1-.45 1-1s-.45-1-1-1h-1.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"MyLocationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/my_location_sharp.cljs
================================================
(ns reagent-mui.icons.my-location-sharp
"Imports @mui/icons-material/MyLocationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def my-location-sharp (create-svg-icon (e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm8.94 3c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"MyLocationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/my_location_two_tone.cljs
================================================
(ns reagent-mui.icons.my-location-two-tone
"Imports @mui/icons-material/MyLocationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def my-location-two-tone (create-svg-icon [(e "path" #js {"d" "M13 3.06V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06c-.46-4.17-3.77-7.48-7.94-7.94zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"MyLocationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nat.cljs
================================================
(ns reagent-mui.icons.nat
"Imports @mui/icons-material/Nat as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nat (create-svg-icon [(e "path" #js {"d" "M6.82 13H11v-2H6.82C6.4 9.84 5.3 9 4 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c1.3 0 2.4-.84 2.82-2zM4 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "m23 12-4-3v2h-4.05c-.5-5.05-4.76-9-9.95-9v2c4.42 0 8 3.58 8 8s-3.58 8-8 8v2c5.19 0 9.45-3.95 9.95-9H19v2l4-3z"})]
"Nat"))
================================================
FILE: src/icons/reagent_mui/icons/nat_outlined.cljs
================================================
(ns reagent-mui.icons.nat-outlined
"Imports @mui/icons-material/NatOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nat-outlined (create-svg-icon [(e "path" #js {"d" "M6.82 13H11v-2H6.82C6.4 9.84 5.3 9 4 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c1.3 0 2.4-.84 2.82-2zM4 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "m23 12-4-3v2h-4.05c-.5-5.05-4.76-9-9.95-9v2c4.42 0 8 3.58 8 8s-3.58 8-8 8v2c5.19 0 9.45-3.95 9.95-9H19v2l4-3z"})]
"NatOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nat_rounded.cljs
================================================
(ns reagent-mui.icons.nat-rounded
"Imports @mui/icons-material/NatRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nat-rounded (create-svg-icon [(e "path" #js {"d" "M6.82 13H11v-2H6.82C6.4 9.84 5.3 9 4 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c1.3 0 2.4-.84 2.82-2zM4 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "M22.47 12.4c.27-.2.27-.6 0-.8L19 9v2h-4.05c-.47-4.69-4.16-8.42-8.83-8.94-.6-.06-1.12.4-1.12 1 0 .5.37.93.87.99C9.88 4.48 13 7.87 13 12s-3.12 7.52-7.13 7.95c-.5.06-.87.49-.87.99 0 .6.52 1.07 1.11 1 4.67-.52 8.37-4.25 8.83-8.94H19v2l3.47-2.6z"})]
"NatRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nat_sharp.cljs
================================================
(ns reagent-mui.icons.nat-sharp
"Imports @mui/icons-material/NatSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nat-sharp (create-svg-icon [(e "path" #js {"d" "M6.82 13H11v-2H6.82C6.4 9.84 5.3 9 4 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c1.3 0 2.4-.84 2.82-2zM4 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "m23 12-4-3v2h-4.05c-.5-5.05-4.76-9-9.95-9v2c4.42 0 8 3.58 8 8s-3.58 8-8 8v2c5.19 0 9.45-3.95 9.95-9H19v2l4-3z"})]
"NatSharp"))
================================================
FILE: src/icons/reagent_mui/icons/nat_two_tone.cljs
================================================
(ns reagent-mui.icons.nat-two-tone
"Imports @mui/icons-material/NatTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nat-two-tone (create-svg-icon [(e "circle" #js {"cx" "4", "cy" "12", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M6.82 13H11v-2H6.82C6.4 9.84 5.3 9 4 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c1.3 0 2.4-.84 2.82-2zM4 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "m23 12-4-3v2h-4.05c-.5-5.05-4.76-9-9.95-9v2c4.42 0 8 3.58 8 8s-3.58 8-8 8v2c5.19 0 9.45-3.95 9.95-9H19v2l4-3z"})]
"NatTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nature.cljs
================================================
(ns reagent-mui.icons.nature
"Imports @mui/icons-material/Nature as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nature (create-svg-icon (e "path" #js {"d" "M13 16.12c3.47-.41 6.17-3.36 6.17-6.95 0-3.87-3.13-7-7-7s-7 3.13-7 7c0 3.47 2.52 6.34 5.83 6.89V20H5v2h14v-2h-6v-3.88z"})
"Nature"))
================================================
FILE: src/icons/reagent_mui/icons/nature_outlined.cljs
================================================
(ns reagent-mui.icons.nature-outlined
"Imports @mui/icons-material/NatureOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nature-outlined (create-svg-icon (e "path" #js {"d" "M13 16.12h-.03c3.49-.4 6.2-3.36 6.2-6.95 0-3.87-3.13-7-7-7s-7 3.13-7 7c0 3.47 2.52 6.34 5.83 6.89V20H5v2h14v-2h-6v-3.88zM7.17 9.17c0-2.76 2.24-5 5-5s5 2.24 5 5-2.24 5-5 5-5-2.24-5-5z"})
"NatureOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nature_people.cljs
================================================
(ns reagent-mui.icons.nature-people
"Imports @mui/icons-material/NaturePeople as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nature-people (create-svg-icon (e "path" #js {"d" "M22.17 9.17c0-3.87-3.13-7-7-7s-7 3.13-7 7c0 3.47 2.52 6.34 5.83 6.89V20H6v-3h1v-4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v4h1v5h16v-2h-3v-3.88c3.47-.41 6.17-3.36 6.17-6.95zM4.5 11c.83 0 1.5-.67 1.5-1.5S5.33 8 4.5 8 3 8.67 3 9.5 3.67 11 4.5 11z"})
"NaturePeople"))
================================================
FILE: src/icons/reagent_mui/icons/nature_people_outlined.cljs
================================================
(ns reagent-mui.icons.nature-people-outlined
"Imports @mui/icons-material/NaturePeopleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nature-people-outlined (create-svg-icon [(e "circle" #js {"cx" "4.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M22.17 9.17c0-3.87-3.13-7-7-7s-7 3.13-7 7c0 3.47 2.52 6.34 5.83 6.89V20H6v-3h1v-4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v4h1v5h16v-2h-3v-3.88c3.47-.41 6.17-3.36 6.17-6.95zm-7 5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})]
"NaturePeopleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nature_people_rounded.cljs
================================================
(ns reagent-mui.icons.nature-people-rounded
"Imports @mui/icons-material/NaturePeopleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nature-people-rounded (create-svg-icon [(e "circle" #js {"cx" "4.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M22.17 9.17c0-3.91-3.19-7.06-7.11-7-3.83.06-6.99 3.37-6.88 7.19.09 3.38 2.58 6.16 5.83 6.7V20H6v-3h.5c.28 0 .5-.22.5-.5V13c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v3.5c0 .28.22.5.5.5H3v4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1h-2v-3.88c3.47-.41 6.17-3.36 6.17-6.95z"})]
"NaturePeopleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nature_people_sharp.cljs
================================================
(ns reagent-mui.icons.nature-people-sharp
"Imports @mui/icons-material/NaturePeopleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nature-people-sharp (create-svg-icon (e "path" #js {"d" "M22.17 9.17c0-3.91-3.19-7.06-7.11-7-3.83.06-6.99 3.37-6.88 7.19.09 3.38 2.58 6.16 5.83 6.7V20H6v-3h1v-5H2v5h1v5h16v-2h-3v-3.88c3.47-.41 6.17-3.36 6.17-6.95zM4.5 11c.83 0 1.5-.67 1.5-1.5S5.33 8 4.5 8 3 8.67 3 9.5 3.67 11 4.5 11z"})
"NaturePeopleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/nature_people_two_tone.cljs
================================================
(ns reagent-mui.icons.nature-people-two-tone
"Imports @mui/icons-material/NaturePeopleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nature-people-two-tone (create-svg-icon [(e "circle" #js {"cx" "15.17", "cy" "9.17", "r" "5", "opacity" ".3"}) (e "circle" #js {"cx" "4.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M15.17 2.17c-3.87 0-7 3.13-7 7 0 3.47 2.52 6.34 5.83 6.89V20H6v-3h1v-4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v4h1v5h16v-2h-3v-3.88c3.47-.41 6.17-3.36 6.17-6.95 0-3.87-3.13-7-7-7zm0 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})]
"NaturePeopleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nature_rounded.cljs
================================================
(ns reagent-mui.icons.nature-rounded
"Imports @mui/icons-material/NatureRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nature-rounded (create-svg-icon (e "path" #js {"d" "M13 16.12c3.37-.4 6.01-3.19 6.16-6.64.17-3.87-3.02-7.25-6.89-7.31-3.92-.05-7.1 3.1-7.1 7 0 3.47 2.52 6.34 5.83 6.89V20H6c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1h-5v-3.88z"})
"NatureRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nature_sharp.cljs
================================================
(ns reagent-mui.icons.nature-sharp
"Imports @mui/icons-material/NatureSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nature-sharp (create-svg-icon (e "path" #js {"d" "M13 16.12c3.47-.41 6.17-3.36 6.17-6.95 0-3.87-3.13-7-7-7s-7 3.13-7 7c0 3.47 2.52 6.34 5.83 6.89V20H5v2h14v-2h-6v-3.88z"})
"NatureSharp"))
================================================
FILE: src/icons/reagent_mui/icons/nature_two_tone.cljs
================================================
(ns reagent-mui.icons.nature-two-tone
"Imports @mui/icons-material/NatureTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nature-two-tone (create-svg-icon [(e "path" #js {"d" "M12.17 4.17c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.25-5-5-5z", "opacity" ".3"}) (e "path" #js {"d" "M19.17 9.17c0-3.87-3.13-7-7-7s-7 3.13-7 7c0 3.47 2.52 6.34 5.83 6.89V20H5v2h14v-2h-6v-3.88h-.03c3.49-.4 6.2-3.36 6.2-6.95zm-7 5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.25 5-5 5z"})]
"NatureTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/navigate_before.cljs
================================================
(ns reagent-mui.icons.navigate-before
"Imports @mui/icons-material/NavigateBefore as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def navigate-before (create-svg-icon (e "path" #js {"d" "M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"})
"NavigateBefore"))
================================================
FILE: src/icons/reagent_mui/icons/navigate_before_outlined.cljs
================================================
(ns reagent-mui.icons.navigate-before-outlined
"Imports @mui/icons-material/NavigateBeforeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def navigate-before-outlined (create-svg-icon (e "path" #js {"d" "M15.61 7.41 14.2 6l-6 6 6 6 1.41-1.41L11.03 12l4.58-4.59z"})
"NavigateBeforeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/navigate_before_rounded.cljs
================================================
(ns reagent-mui.icons.navigate-before-rounded
"Imports @mui/icons-material/NavigateBeforeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def navigate-before-rounded (create-svg-icon (e "path" #js {"d" "M14.91 6.71a.9959.9959 0 0 0-1.41 0L8.91 11.3c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L11.03 12l3.88-3.88c.38-.39.38-1.03 0-1.41z"})
"NavigateBeforeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/navigate_before_sharp.cljs
================================================
(ns reagent-mui.icons.navigate-before-sharp
"Imports @mui/icons-material/NavigateBeforeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def navigate-before-sharp (create-svg-icon (e "path" #js {"d" "M15.61 7.41 14.2 6l-6 6 6 6 1.41-1.41L11.03 12l4.58-4.59z"})
"NavigateBeforeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/navigate_before_two_tone.cljs
================================================
(ns reagent-mui.icons.navigate-before-two-tone
"Imports @mui/icons-material/NavigateBeforeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def navigate-before-two-tone (create-svg-icon (e "path" #js {"d" "m14.2 6-6 6 6 6 1.41-1.41L11.03 12l4.58-4.59z"})
"NavigateBeforeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/navigate_next.cljs
================================================
(ns reagent-mui.icons.navigate-next
"Imports @mui/icons-material/NavigateNext as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def navigate-next (create-svg-icon (e "path" #js {"d" "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"})
"NavigateNext"))
================================================
FILE: src/icons/reagent_mui/icons/navigate_next_outlined.cljs
================================================
(ns reagent-mui.icons.navigate-next-outlined
"Imports @mui/icons-material/NavigateNextOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def navigate-next-outlined (create-svg-icon (e "path" #js {"d" "M10.02 6 8.61 7.41 13.19 12l-4.58 4.59L10.02 18l6-6-6-6z"})
"NavigateNextOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/navigate_next_rounded.cljs
================================================
(ns reagent-mui.icons.navigate-next-rounded
"Imports @mui/icons-material/NavigateNextRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def navigate-next-rounded (create-svg-icon (e "path" #js {"d" "M9.31 6.71c-.39.39-.39 1.02 0 1.41L13.19 12l-3.88 3.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41L10.72 6.7c-.38-.38-1.02-.38-1.41.01z"})
"NavigateNextRounded"))
================================================
FILE: src/icons/reagent_mui/icons/navigate_next_sharp.cljs
================================================
(ns reagent-mui.icons.navigate-next-sharp
"Imports @mui/icons-material/NavigateNextSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def navigate-next-sharp (create-svg-icon (e "path" #js {"d" "M10.02 6 8.61 7.41 13.19 12l-4.58 4.59L10.02 18l6-6-6-6z"})
"NavigateNextSharp"))
================================================
FILE: src/icons/reagent_mui/icons/navigate_next_two_tone.cljs
================================================
(ns reagent-mui.icons.navigate-next-two-tone
"Imports @mui/icons-material/NavigateNextTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def navigate-next-two-tone (create-svg-icon (e "path" #js {"d" "m10.02 18 6-6-6-6-1.41 1.41L13.19 12l-4.58 4.59z"})
"NavigateNextTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/navigation.cljs
================================================
(ns reagent-mui.icons.navigation
"Imports @mui/icons-material/Navigation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def navigation (create-svg-icon (e "path" #js {"d" "M12 2 4.5 20.29l.71.71L12 18l6.79 3 .71-.71z"})
"Navigation"))
================================================
FILE: src/icons/reagent_mui/icons/navigation_outlined.cljs
================================================
(ns reagent-mui.icons.navigation-outlined
"Imports @mui/icons-material/NavigationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def navigation-outlined (create-svg-icon (e "path" #js {"d" "m12 7.27 4.28 10.43-3.47-1.53-.81-.36-.81.36-3.47 1.53L12 7.27M12 2 4.5 20.29l.71.71L12 18l6.79 3 .71-.71L12 2z"})
"NavigationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/navigation_rounded.cljs
================================================
(ns reagent-mui.icons.navigation-rounded
"Imports @mui/icons-material/NavigationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def navigation-rounded (create-svg-icon (e "path" #js {"d" "m12.93 4.26 6.15 14.99c.34.83-.51 1.66-1.33 1.29l-5.34-2.36c-.26-.11-.55-.11-.81 0l-5.34 2.36c-.82.36-1.67-.46-1.33-1.29l6.15-14.99c.33-.83 1.51-.83 1.85 0z"})
"NavigationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/navigation_sharp.cljs
================================================
(ns reagent-mui.icons.navigation-sharp
"Imports @mui/icons-material/NavigationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def navigation-sharp (create-svg-icon (e "path" #js {"d" "M12 2 4.5 20.29l.71.71L12 18l6.79 3 .71-.71L12 2z"})
"NavigationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/navigation_two_tone.cljs
================================================
(ns reagent-mui.icons.navigation-two-tone
"Imports @mui/icons-material/NavigationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def navigation-two-tone (create-svg-icon [(e "path" #js {"d" "m7.72 17.7 3.47-1.53.81-.36.81.36 3.47 1.53L12 7.27z", "opacity" ".3"}) (e "path" #js {"d" "m4.5 20.29.71.71L12 18l6.79 3 .71-.71L12 2 4.5 20.29zm8.31-4.12-.81-.36-.81.36-3.47 1.53L12 7.27l4.28 10.43-3.47-1.53z"})]
"NavigationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/near_me.cljs
================================================
(ns reagent-mui.icons.near-me
"Imports @mui/icons-material/NearMe as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def near-me (create-svg-icon (e "path" #js {"d" "M21 3 3 10.53v.98l6.84 2.65L12.48 21h.98L21 3z"})
"NearMe"))
================================================
FILE: src/icons/reagent_mui/icons/near_me_disabled.cljs
================================================
(ns reagent-mui.icons.near-me-disabled
"Imports @mui/icons-material/NearMeDisabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def near-me-disabled (create-svg-icon (e "path" #js {"d" "M12 6.34 21 3l-3.34 9L12 6.34zm10.61 13.44L4.22 1.39 2.81 2.81l5.07 5.07L3 9.69v1.41l7.07 2.83L12.9 21h1.41l1.81-4.88 5.07 5.07 1.42-1.41z"})
"NearMeDisabled"))
================================================
FILE: src/icons/reagent_mui/icons/near_me_disabled_outlined.cljs
================================================
(ns reagent-mui.icons.near-me-disabled-outlined
"Imports @mui/icons-material/NearMeDisabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def near-me-disabled-outlined (create-svg-icon (e "path" #js {"d" "M12 6.34 21 3l-3.34 9-1.56-1.56 1.5-4.05-4.05 1.5L12 6.34zm9.19 14.85-5.07-5.07L14.31 21H12.9l-2.83-7.07L3 11.1V9.69l4.88-1.81-5.07-5.07L4.22 1.4 22.6 19.78l-1.41 1.41zm-6.62-6.62L9.43 9.43l-2.71 1.01 4.89 1.95 1.95 4.89 1.01-2.71z"})
"NearMeDisabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/near_me_disabled_rounded.cljs
================================================
(ns reagent-mui.icons.near-me-disabled-rounded
"Imports @mui/icons-material/NearMeDisabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def near-me-disabled-rounded (create-svg-icon (e "path" #js {"d" "m12 6.34 6.95-2.58c.8-.3 1.58.48 1.29 1.29L17.66 12 12 6.34zm9.9 12.73L4.93 2.1a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.36 4.36-4.2 1.56c-.41.16-.68.54-.68.97 0 .42.26.8.65.96l6.42 2.57 2.57 6.42c.16.39.54.65.96.65.43 0 .82-.27.97-.67l1.56-4.2 4.36 4.36c.39.39 1.02.39 1.41 0 .39-.4.39-1.03 0-1.42z"})
"NearMeDisabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/near_me_disabled_sharp.cljs
================================================
(ns reagent-mui.icons.near-me-disabled-sharp
"Imports @mui/icons-material/NearMeDisabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def near-me-disabled-sharp (create-svg-icon (e "path" #js {"d" "M12 6.34 21 3l-3.34 9L12 6.34zm10.61 13.44L4.22 1.39 2.81 2.81l5.07 5.07L3 9.69v1.41l7.07 2.83L12.9 21h1.41l1.81-4.88 5.07 5.07 1.42-1.41z"})
"NearMeDisabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/near_me_disabled_two_tone.cljs
================================================
(ns reagent-mui.icons.near-me-disabled-two-tone
"Imports @mui/icons-material/NearMeDisabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def near-me-disabled-two-tone (create-svg-icon [(e "path" #js {"d" "m16.1 10.44 1.5-4.05-4.05 1.5 2.55 2.55zm-1.53 4.13L9.43 9.43l-2.71 1.01 4.89 1.95 1.95 4.89 1.01-2.71z", "opacity" ".3"}) (e "path" #js {"d" "M12 6.34 21 3l-3.34 9-1.56-1.56 1.5-4.05-4.05 1.5L12 6.34zm9.19 14.85-5.07-5.07L14.31 21H12.9l-2.83-7.07L3 11.1V9.69l4.88-1.81-5.07-5.07L4.22 1.4 22.6 19.78l-1.41 1.41zm-6.62-6.62L9.43 9.43l-2.71 1.01 4.89 1.95 1.95 4.89 1.01-2.71z"})]
"NearMeDisabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/near_me_outlined.cljs
================================================
(ns reagent-mui.icons.near-me-outlined
"Imports @mui/icons-material/NearMeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def near-me-outlined (create-svg-icon (e "path" #js {"d" "m17.27 6.73-4.24 10.13-1.32-3.42-.32-.83-.82-.32-3.43-1.33 10.13-4.23M21 3 3 10.53v.98l6.84 2.65L12.48 21h.98L21 3z"})
"NearMeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/near_me_rounded.cljs
================================================
(ns reagent-mui.icons.near-me-rounded
"Imports @mui/icons-material/NearMeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def near-me-rounded (create-svg-icon (e "path" #js {"d" "M18.75 3.94 4.07 10.08c-.83.35-.81 1.53.02 1.85L9.43 14c.26.1.47.31.57.57l2.06 5.33c.32.84 1.51.86 1.86.03l6.15-14.67c.33-.83-.5-1.66-1.32-1.32z"})
"NearMeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/near_me_sharp.cljs
================================================
(ns reagent-mui.icons.near-me-sharp
"Imports @mui/icons-material/NearMeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def near-me-sharp (create-svg-icon (e "path" #js {"d" "M21 3 3 10.53v.98l6.84 2.65L12.48 21h.98L21 3z"})
"NearMeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/near_me_two_tone.cljs
================================================
(ns reagent-mui.icons.near-me-two-tone
"Imports @mui/icons-material/NearMeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def near-me-two-tone (create-svg-icon [(e "path" #js {"d" "m11.39 12.61.32.83 1.32 3.42 4.24-10.13-10.13 4.24 3.42 1.33z", "opacity" ".3"}) (e "path" #js {"d" "m3 11.51 6.84 2.65L12.48 21h.98L21 3 3 10.53v.98zm14.27-4.78-4.24 10.13-1.32-3.42-.32-.83-.82-.32-3.43-1.33 10.13-4.23z"})]
"NearMeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nearby_error.cljs
================================================
(ns reagent-mui.icons.nearby-error
"Imports @mui/icons-material/NearbyError as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nearby-error (create-svg-icon (e "path" #js {"d" "m12 7.57 4.42 4.42L12 16.41l-4.42-4.42L12 7.57zm0 11.62-7.2-7.2 7.2-7.2 6 6V7.16l-4.58-4.58c-.78-.78-2.05-.78-2.83 0l-8.01 8c-.78.78-.78 2.05 0 2.83l8.01 8c.78.78 2.05.78 2.83 0L18 16.82v-3.63l-6 6zm8 .81h2v2h-2v-2zm2-10h-2v8h2v-8"})
"NearbyError"))
================================================
FILE: src/icons/reagent_mui/icons/nearby_error_outlined.cljs
================================================
(ns reagent-mui.icons.nearby-error-outlined
"Imports @mui/icons-material/NearbyErrorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nearby-error-outlined (create-svg-icon (e "path" #js {"d" "m12 7.57 4.42 4.42L12 16.41l-4.42-4.42L12 7.57zm0 11.62-7.2-7.2 7.2-7.2 6 6V7.16l-4.58-4.58c-.78-.78-2.05-.78-2.83 0l-8.01 8c-.78.78-.78 2.05 0 2.83l8.01 8c.78.78 2.05.78 2.83 0L18 16.82v-3.63l-6 6zm8 .81h2v2h-2v-2zm2-10h-2v8h2v-8"})
"NearbyErrorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nearby_error_rounded.cljs
================================================
(ns reagent-mui.icons.nearby-error-rounded
"Imports @mui/icons-material/NearbyErrorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nearby-error-rounded (create-svg-icon [(e "path" #js {"d" "m11.29 8.28-3.01 3.01c-.39.39-.39 1.02 0 1.41l3.01 3.01c.39.39 1.02.39 1.41 0l3.01-3.01c.39-.39.39-1.02 0-1.41L12.7 8.28c-.38-.39-1.02-.39-1.41 0z"}) (e "path" #js {"d" "m10.59 2.59-8.01 8c-.78.78-.78 2.05 0 2.83l8.01 8c.78.78 2.05.78 2.83 0l4.58-4.6V13.2l-6 6L4.79 12 12 4.79l6 6V7.17l-4.58-4.58c-.78-.79-2.05-.79-2.83 0zM20 11v6c0 .55.45 1 1 1s1-.45 1-1v-6c0-.55-.45-1-1-1s-1 .45-1 1z"}) (e "circle" #js {"cx" "21", "cy" "21", "r" "1"})]
"NearbyErrorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nearby_error_sharp.cljs
================================================
(ns reagent-mui.icons.nearby-error-sharp
"Imports @mui/icons-material/NearbyErrorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nearby-error-sharp (create-svg-icon (e "path" #js {"d" "M12 7.58 16.42 12 12 16.42 7.58 12 12 7.58zm0 11.62L4.8 12 12 4.8l6 6V7.17l-5.99-5.99L1.18 12.01l10.83 10.83L18 16.83V13.2l-6 6zm8 .8h2v2h-2v-2zm2-10h-2v8h2v-8"})
"NearbyErrorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/nearby_error_two_tone.cljs
================================================
(ns reagent-mui.icons.nearby-error-two-tone
"Imports @mui/icons-material/NearbyErrorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nearby-error-two-tone (create-svg-icon (e "path" #js {"d" "m12 7.57 4.42 4.42L12 16.41l-4.42-4.42L12 7.57zm0 11.62-7.2-7.2 7.2-7.2 6 6V7.16l-4.58-4.58c-.78-.78-2.05-.78-2.83 0l-8.01 8c-.78.78-.78 2.05 0 2.83l8.01 8c.78.78 2.05.78 2.83 0L18 16.82v-3.63l-6 6zm8 .81h2v2h-2v-2zm2-10h-2v8h2v-8"})
"NearbyErrorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nearby_off.cljs
================================================
(ns reagent-mui.icons.nearby-off
"Imports @mui/icons-material/NearbyOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nearby-off (create-svg-icon (e "path" #js {"d" "M21.41 13.42 18.83 16l-1.81-1.81L19.2 12 12 4.8 9.81 6.99 8 5.17l2.58-2.58c.78-.78 2.05-.78 2.83 0l8 8c.79.78.79 2.04 0 2.83zm-.22 7.77-1.41 1.41L16 18.83l-2.58 2.58c-.78.78-2.05.78-2.83 0l-8-8c-.78-.78-.78-2.05 0-2.83L5.17 8 1.39 4.22 2.8 2.81l18.39 18.38zm-7-4.17-1.39-1.39-.8.8L7.58 12l.8-.8-1.4-1.39L4.8 12l7.2 7.2 2.19-2.18zM16.42 12 12 7.58l-.8.8 4.42 4.42.8-.8z"})
"NearbyOff"))
================================================
FILE: src/icons/reagent_mui/icons/nearby_off_outlined.cljs
================================================
(ns reagent-mui.icons.nearby-off-outlined
"Imports @mui/icons-material/NearbyOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nearby-off-outlined (create-svg-icon (e "path" #js {"d" "M21.41 13.42 18.83 16l-1.81-1.81L19.2 12 12 4.8 9.81 6.99 8 5.17l2.58-2.58c.78-.78 2.05-.78 2.83 0l8 8c.79.78.79 2.04 0 2.83zm-.22 7.77-1.41 1.41L16 18.83l-2.58 2.58c-.78.78-2.05.78-2.83 0l-8-8c-.78-.78-.78-2.05 0-2.83L5.17 8 1.39 4.22 2.8 2.81l18.39 18.38zm-7-4.17-1.39-1.39-.8.8L7.58 12l.8-.8-1.4-1.39L4.8 12l7.2 7.2 2.19-2.18zM16.42 12 12 7.58l-.8.8 4.42 4.42.8-.8z"})
"NearbyOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nearby_off_rounded.cljs
================================================
(ns reagent-mui.icons.nearby-off-rounded
"Imports @mui/icons-material/NearbyOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nearby-off-rounded (create-svg-icon (e "path" #js {"d" "M21.41 13.42 18.83 16l-1.81-1.81L19.2 12 12 4.8 9.81 6.99 8 5.17l2.58-2.58c.78-.78 2.05-.78 2.83 0l8 8c.79.78.79 2.04 0 2.83zm-.93 8.48c-.39.39-1.02.39-1.41 0L16 18.83l-2.58 2.58c-.78.78-2.05.78-2.83 0l-8-8c-.78-.78-.78-2.05 0-2.83L5.17 8 2.1 4.93a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l16.98 16.97c.38.38.38 1.02-.01 1.41zm-6.29-4.88-1.39-1.39-.09.09c-.39.39-1.02.39-1.42 0l-3.01-3.01a.9959.9959 0 0 1 0-1.41l.09-.09-1.4-1.39L4.8 12l7.2 7.2 2.19-2.18zm1.52-5.73L12.7 8.28a.9959.9959 0 0 0-1.41 0l-.09.1 4.42 4.42.09-.09c.39-.39.39-1.03 0-1.42z"})
"NearbyOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nearby_off_sharp.cljs
================================================
(ns reagent-mui.icons.nearby-off-sharp
"Imports @mui/icons-material/NearbyOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nearby-off-sharp (create-svg-icon (e "path" #js {"d" "M22.82 12.01 18.83 16l-1.81-1.81L19.2 12 12 4.8 9.81 6.99 8 5.17l3.99-3.99 10.83 10.83zm-1.63 9.18-1.41 1.41L16 18.83l-3.99 3.99L1.18 11.99 5.17 8 1.39 4.22 2.8 2.81l18.39 18.38zm-7-4.17-1.39-1.39-.8.8L7.58 12l.8-.8-1.4-1.39L4.8 12l7.2 7.2 2.19-2.18zM16.42 12 12 7.58l-.8.8 4.42 4.42.8-.8z"})
"NearbyOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/nearby_off_two_tone.cljs
================================================
(ns reagent-mui.icons.nearby-off-two-tone
"Imports @mui/icons-material/NearbyOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nearby-off-two-tone (create-svg-icon (e "path" #js {"d" "M21.41 13.42 18.83 16l-1.81-1.81L19.2 12 12 4.8 9.81 6.99 8 5.17l2.58-2.58c.78-.78 2.05-.78 2.83 0l8 8c.79.78.79 2.04 0 2.83zm-.22 7.77-1.41 1.41L16 18.83l-2.58 2.58c-.78.78-2.05.78-2.83 0l-8-8c-.78-.78-.78-2.05 0-2.83L5.17 8 1.39 4.22 2.8 2.81l18.39 18.38zm-7-4.17-1.39-1.39-.8.8L7.58 12l.8-.8-1.4-1.39L4.8 12l7.2 7.2 2.19-2.18zM16.42 12 12 7.58l-.8.8 4.42 4.42.8-.8z"})
"NearbyOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nest_cam_wired_stand.cljs
================================================
(ns reagent-mui.icons.nest-cam-wired-stand
"Imports @mui/icons-material/NestCamWiredStand as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nest-cam-wired-stand (create-svg-icon (e "path" #js {"d" "m15.83 1.01-4.11.42C8.47 1.75 6 4.48 6 7.75s2.47 6 5.72 6.33l1.9.19-.56.85c-.35-.08-.7-.12-1.06-.12-2.76 0-5 2.24-5 5v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-2c0-1.67-.83-3.15-2.09-4.06l.97-1.45c1.14.07 2.12-.83 2.12-1.99V3c0-1.17-1-2.09-2.17-1.99z"})
"NestCamWiredStand"))
================================================
FILE: src/icons/reagent_mui/icons/nest_cam_wired_stand_outlined.cljs
================================================
(ns reagent-mui.icons.nest-cam-wired-stand-outlined
"Imports @mui/icons-material/NestCamWiredStandOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nest-cam-wired-stand-outlined (create-svg-icon (e "path" #js {"d" "M16 1c-.15 0 .11-.02-4.28.42C8.47 1.75 6 4.48 6 7.75s2.47 6 5.72 6.33l1.9.19-.56.85c-.35-.08-.7-.12-1.06-.12-2.76 0-5 2.24-5 5v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-2c0-1.67-.83-3.15-2.09-4.06l.97-1.45c.04 0 .09.01.13.01 1.09 0 2-.89 2-2V3C18 1.89 17.09 1 16 1zm-1 20H9v-1c0-1.65 1.35-3 3-3s3 1.35 3 3v1zM8 7.75c0-2.25 1.69-4.11 3.92-4.34L16 3l.03 9.5-4.11-.42C9.69 11.86 8 10 8 7.75z"})
"NestCamWiredStandOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nest_cam_wired_stand_rounded.cljs
================================================
(ns reagent-mui.icons.nest-cam-wired-stand-rounded
"Imports @mui/icons-material/NestCamWiredStandRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nest-cam-wired-stand-rounded (create-svg-icon (e "path" #js {"d" "m15.83 1.01-4.11.42C8.47 1.75 6 4.48 6 7.75s2.47 6 5.72 6.33l1.9.19-.56.85c-.35-.08-.7-.12-1.06-.12-2.76 0-5 2.24-5 5v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-2c0-1.67-.83-3.15-2.09-4.06l.97-1.45c1.14.07 2.12-.83 2.12-1.99V3c0-1.17-1-2.09-2.17-1.99z"})
"NestCamWiredStandRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nest_cam_wired_stand_sharp.cljs
================================================
(ns reagent-mui.icons.nest-cam-wired-stand-sharp
"Imports @mui/icons-material/NestCamWiredStandSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nest-cam-wired-stand-sharp (create-svg-icon (e "path" #js {"d" "m18 .85-6.02.55C8.95 1.7 6.37 4 6.04 7.03c-.39 3.57 2.2 6.69 5.68 7.04l1.9.19-.56.85c-.88-.19-1.83-.18-2.85.25-2 .85-3.21 2.89-3.21 5.05V23h10v-3c0-1.67-.83-3.15-2.09-4.06l.97-1.45 2.12.23V.85z"})
"NestCamWiredStandSharp"))
================================================
FILE: src/icons/reagent_mui/icons/nest_cam_wired_stand_two_tone.cljs
================================================
(ns reagent-mui.icons.nest-cam-wired-stand-two-tone
"Imports @mui/icons-material/NestCamWiredStandTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nest-cam-wired-stand-two-tone (create-svg-icon [(e "path" #js {"d" "M12 17c-1.65 0-3 1.35-3 3v1h6v-1c0-1.65-1.35-3-3-3zm4-14-4.08.41C9.69 3.64 8 5.5 8 7.75s1.69 4.11 3.92 4.34l4.11.42L16 3z", "opacity" ".3"}) (e "path" #js {"d" "M16 1c-.15 0 .11-.02-4.28.42C8.47 1.75 6 4.48 6 7.75s2.47 6 5.72 6.33l1.9.19-.56.85c-.35-.08-.7-.12-1.06-.12-2.76 0-5 2.24-5 5v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-2c0-1.67-.83-3.15-2.09-4.06l.97-1.45c.04 0 .09.01.13.01 1.09 0 2-.89 2-2V3C18 1.89 17.09 1 16 1zm-1 19v1H9v-1c0-1.65 1.35-3 3-3s3 1.35 3 3zm-3.08-7.91C9.69 11.86 8 10 8 7.75s1.69-4.11 3.92-4.34L16 3l.03 9.5-4.11-.41z"})]
"NestCamWiredStandTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/network_cell.cljs
================================================
(ns reagent-mui.icons.network-cell
"Imports @mui/icons-material/NetworkCell as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-cell (create-svg-icon (e "path" #js {"d" "M2 22h20V2L2 22zm18-2h-3V9.83l3-3V20z"})
"NetworkCell"))
================================================
FILE: src/icons/reagent_mui/icons/network_cell_outlined.cljs
================================================
(ns reagent-mui.icons.network-cell-outlined
"Imports @mui/icons-material/NetworkCellOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-cell-outlined (create-svg-icon (e "path" #js {"d" "M2 22h20V2L2 22zm18-2h-3V9.83l3-3V20z"})
"NetworkCellOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/network_cell_rounded.cljs
================================================
(ns reagent-mui.icons.network-cell-rounded
"Imports @mui/icons-material/NetworkCellRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-cell-rounded (create-svg-icon (e "path" #js {"d" "M4.41 22H21c.55 0 1-.45 1-1V4.41c0-.89-1.08-1.34-1.71-.71L3.71 20.29c-.63.63-.19 1.71.7 1.71zM20 20h-3V9.83l3-3V20z"})
"NetworkCellRounded"))
================================================
FILE: src/icons/reagent_mui/icons/network_cell_sharp.cljs
================================================
(ns reagent-mui.icons.network-cell-sharp
"Imports @mui/icons-material/NetworkCellSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-cell-sharp (create-svg-icon (e "path" #js {"d" "M2 22h20V2L2 22zm18-2h-3V9.83l3-3V20z"})
"NetworkCellSharp"))
================================================
FILE: src/icons/reagent_mui/icons/network_cell_two_tone.cljs
================================================
(ns reagent-mui.icons.network-cell-two-tone
"Imports @mui/icons-material/NetworkCellTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-cell-two-tone (create-svg-icon (e "path" #js {"d" "M2 22h20V2L2 22zm18-2h-3V9.83l3-3V20z"})
"NetworkCellTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/network_check.cljs
================================================
(ns reagent-mui.icons.network-check
"Imports @mui/icons-material/NetworkCheck as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-check (create-svg-icon (e "path" #js {"d" "M15.9 5c-.17 0-.32.09-.41.23l-.07.15-5.18 11.65c-.16.29-.26.61-.26.96 0 1.11.9 2.01 2.01 2.01.96 0 1.77-.68 1.96-1.59l.01-.03L16.4 5.5c0-.28-.22-.5-.5-.5zM1 9l2 2c2.88-2.88 6.79-4.08 10.53-3.62l1.19-2.68C9.89 3.84 4.74 5.27 1 9zm20 2 2-2c-1.64-1.64-3.55-2.82-5.59-3.57l-.53 2.82c1.5.62 2.9 1.53 4.12 2.75zm-4 4 2-2c-.8-.8-1.7-1.42-2.66-1.89l-.55 2.92c.42.27.83.59 1.21.97zM5 13l2 2c1.13-1.13 2.56-1.79 4.03-2l1.28-2.88c-2.63-.08-5.3.87-7.31 2.88z"})
"NetworkCheck"))
================================================
FILE: src/icons/reagent_mui/icons/network_check_outlined.cljs
================================================
(ns reagent-mui.icons.network-check-outlined
"Imports @mui/icons-material/NetworkCheckOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-check-outlined (create-svg-icon (e "path" #js {"d" "M15.9 5c-.17 0-.32.09-.41.23l-.07.15-5.18 11.65c-.16.29-.26.61-.26.96 0 1.11.9 2.01 2.01 2.01.96 0 1.77-.68 1.96-1.59l.01-.03L16.4 5.5c0-.28-.22-.5-.5-.5zM1 9l2 2c2.88-2.88 6.79-4.08 10.53-3.62l1.19-2.68C9.89 3.84 4.74 5.27 1 9zm20 2 2-2c-1.64-1.64-3.55-2.82-5.59-3.57l-.53 2.82c1.5.62 2.9 1.53 4.12 2.75zm-4 4 2-2c-.8-.8-1.7-1.42-2.66-1.89l-.55 2.92c.42.27.83.59 1.21.97zM5 13l2 2c1.13-1.13 2.56-1.79 4.03-2l1.28-2.88c-2.63-.08-5.3.87-7.31 2.88z"})
"NetworkCheckOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/network_check_rounded.cljs
================================================
(ns reagent-mui.icons.network-check-rounded
"Imports @mui/icons-material/NetworkCheckRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-check-rounded (create-svg-icon (e "path" #js {"d" "M15.9 5c-.17 0-.32.09-.41.23l-.07.15-5.18 11.65c-.16.29-.26.61-.26.96 0 1.11.9 2.01 2.01 2.01.96 0 1.77-.68 1.96-1.59l.01-.03L16.4 5.5c0-.28-.22-.5-.5-.5zM2.06 10.06c.51.51 1.33.55 1.89.09 2.76-2.26 6.24-3.18 9.58-2.76l1.19-2.68c-4.35-.78-8.96.3-12.57 3.25-.64.53-.68 1.51-.09 2.1zm19.88 0c.59-.59.55-1.57-.1-2.1-1.36-1.11-2.86-1.95-4.44-2.53l-.53 2.82c1.13.47 2.19 1.09 3.17 1.89.58.46 1.39.43 1.9-.08zm-4.03 4.03c.6-.6.56-1.63-.14-2.12-.46-.33-.94-.61-1.44-.86l-.55 2.92c.11.07.22.14.32.22.57.4 1.33.32 1.81-.16zm-11.83-.01c.5.5 1.27.54 1.85.13.94-.66 2.01-1.06 3.1-1.22l1.28-2.88c-2.13-.06-4.28.54-6.09 1.84-.69.51-.74 1.53-.14 2.13z"})
"NetworkCheckRounded"))
================================================
FILE: src/icons/reagent_mui/icons/network_check_sharp.cljs
================================================
(ns reagent-mui.icons.network-check-sharp
"Imports @mui/icons-material/NetworkCheckSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-check-sharp (create-svg-icon (e "path" #js {"d" "M15.9 5c-.17 0-.32.09-.41.23l-.07.15-5.18 11.65c-.16.29-.26.61-.26.96 0 1.11.9 2.01 2.01 2.01.96 0 1.77-.68 1.96-1.59l.01-.03L16.4 5.5c0-.28-.22-.5-.5-.5zM1 9l2 2c2.88-2.88 6.79-4.08 10.53-3.62l1.19-2.68C9.89 3.84 4.74 5.27 1 9zm20 2 2-2c-1.64-1.64-3.55-2.82-5.59-3.57l-.53 2.82c1.5.62 2.9 1.53 4.12 2.75zm-4 4 2-2c-.8-.8-1.7-1.42-2.66-1.89l-.55 2.92c.42.27.83.59 1.21.97zM5 13l2 2c1.13-1.13 2.56-1.79 4.03-2l1.28-2.88c-2.63-.08-5.3.87-7.31 2.88z"})
"NetworkCheckSharp"))
================================================
FILE: src/icons/reagent_mui/icons/network_check_two_tone.cljs
================================================
(ns reagent-mui.icons.network-check-two-tone
"Imports @mui/icons-material/NetworkCheckTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-check-two-tone (create-svg-icon (e "path" #js {"d" "M15.9 5c-.17 0-.32.09-.41.23l-.07.15-5.18 11.65c-.16.29-.26.61-.26.96 0 1.11.9 2.01 2.01 2.01.96 0 1.77-.68 1.96-1.59l.01-.03L16.4 5.5c0-.28-.22-.5-.5-.5zM1 9l2 2c2.88-2.88 6.79-4.08 10.53-3.62l1.19-2.68C9.89 3.84 4.74 5.27 1 9zm20 2 2-2c-1.64-1.64-3.55-2.82-5.59-3.57l-.53 2.82c1.5.62 2.9 1.53 4.12 2.75zm-4 4 2-2c-.8-.8-1.7-1.42-2.66-1.89l-.55 2.92c.42.27.83.59 1.21.97zM5 13l2 2c1.13-1.13 2.56-1.79 4.03-2l1.28-2.88c-2.63-.08-5.3.87-7.31 2.88z"})
"NetworkCheckTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/network_locked.cljs
================================================
(ns reagent-mui.icons.network-locked
"Imports @mui/icons-material/NetworkLocked as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-locked (create-svg-icon (e "path" #js {"d" "M19.5 10c.17 0 .33.03.5.05V1L1 20h13v-3c0-.89.39-1.68 1-2.23v-.27c0-2.48 2.02-4.5 4.5-4.5zm2.5 6v-1.5c0-1.38-1.12-2.5-2.5-2.5S17 13.12 17 14.5V16c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-1 0h-3v-1.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V16z"})
"NetworkLocked"))
================================================
FILE: src/icons/reagent_mui/icons/network_locked_outlined.cljs
================================================
(ns reagent-mui.icons.network-locked-outlined
"Imports @mui/icons-material/NetworkLockedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-locked-outlined (create-svg-icon (e "path" #js {"d" "M22 16v-.5c0-1.38-1.12-2.5-2.5-2.5S17 14.12 17 15.5v.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-1 0h-3v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.5zM18 5.83v5.43c.47-.16.97-.26 1.5-.26.17 0 .33.03.5.05V1L1 20h13v-2H5.83L18 5.83z"})
"NetworkLockedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/network_locked_rounded.cljs
================================================
(ns reagent-mui.icons.network-locked-rounded
"Imports @mui/icons-material/NetworkLockedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-locked-rounded (create-svg-icon (e "path" #js {"d" "M22 12V4.42c0-.89-1.08-1.34-1.71-.71L3.71 20.29c-.63.63-.19 1.71.7 1.71H15v-6c0-2.21 1.79-4 4-4h3zm0 5v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-3-1c0-.55.45-1 1-1s1 .45 1 1v1h-2v-1z"})
"NetworkLockedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/network_locked_sharp.cljs
================================================
(ns reagent-mui.icons.network-locked-sharp
"Imports @mui/icons-material/NetworkLockedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-locked-sharp (create-svg-icon (e "path" #js {"d" "M22 16v-.36c0-1.31-.94-2.5-2.24-2.63-1.5-.15-2.76 1.02-2.76 2.49v.5h-1v6h7v-6h-1zm-1 0h-3v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.5zm-1.5-5c.15 0 .3.01.46.02.01 0 .03.01.04.01V1L1 20h13v-6h1.26c.22-.63.58-1.2 1.06-1.68.85-.85 1.98-1.32 3.18-1.32z"})
"NetworkLockedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/network_locked_two_tone.cljs
================================================
(ns reagent-mui.icons.network-locked-two-tone
"Imports @mui/icons-material/NetworkLockedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-locked-two-tone (create-svg-icon (e "path" #js {"d" "M22 16v-.5c0-1.38-1.12-2.5-2.5-2.5S17 14.12 17 15.5v.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-1 0h-3v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.5zM18 5.83v5.43c.47-.16.97-.26 1.5-.26.17 0 .33.03.5.05V1L1 20h13v-2H5.83L18 5.83z"})
"NetworkLockedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/network_ping.cljs
================================================
(ns reagent-mui.icons.network-ping
"Imports @mui/icons-material/NetworkPing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-ping (create-svg-icon (e "path" #js {"d" "M12 14.67 3.41 6.09 2 7.5l8.5 8.5H4v2h16v-2h-6.5l5.15-5.15c.26.1.55.15.85.15 1.38 0 2.5-1.12 2.5-2.5S20.88 6 19.5 6 17 7.12 17 8.5c0 .35.07.67.2.97l-5.2 5.2z"})
"NetworkPing"))
================================================
FILE: src/icons/reagent_mui/icons/network_ping_outlined.cljs
================================================
(ns reagent-mui.icons.network-ping-outlined
"Imports @mui/icons-material/NetworkPingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-ping-outlined (create-svg-icon (e "path" #js {"d" "M12 14.67 3.41 6.09 2 7.5l8.5 8.5H4v2h16v-2h-6.5l5.15-5.15c.26.1.55.15.85.15 1.38 0 2.5-1.12 2.5-2.5S20.88 6 19.5 6 17 7.12 17 8.5c0 .35.07.67.2.97l-5.2 5.2z"})
"NetworkPingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/network_ping_rounded.cljs
================================================
(ns reagent-mui.icons.network-ping-rounded
"Imports @mui/icons-material/NetworkPingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-ping-rounded (create-svg-icon (e "path" #js {"d" "M2.71 6.79c-.39.39-.39 1.02 0 1.41L10.5 16H5c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1h-5.5l5.15-5.15c.26.1.55.15.85.15 1.38 0 2.5-1.12 2.5-2.5S20.88 6 19.5 6 17 7.12 17 8.5c0 .35.07.67.2.97l-5.2 5.2-7.88-7.88a.9959.9959 0 0 0-1.41 0z"})
"NetworkPingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/network_ping_sharp.cljs
================================================
(ns reagent-mui.icons.network-ping-sharp
"Imports @mui/icons-material/NetworkPingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-ping-sharp (create-svg-icon (e "path" #js {"d" "M12 14.67 3.41 6.09 2 7.5l8.5 8.5H4v2h16v-2h-6.5l5.15-5.15c.26.1.55.15.85.15 1.38 0 2.5-1.12 2.5-2.5S20.88 6 19.5 6 17 7.12 17 8.5c0 .35.07.67.2.97l-5.2 5.2z"})
"NetworkPingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/network_ping_two_tone.cljs
================================================
(ns reagent-mui.icons.network-ping-two-tone
"Imports @mui/icons-material/NetworkPingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-ping-two-tone (create-svg-icon (e "path" #js {"d" "M12 14.67 3.41 6.09 2 7.5l8.5 8.5H4v2h16v-2h-6.5l5.15-5.15c.26.1.55.15.85.15 1.38 0 2.5-1.12 2.5-2.5S20.88 6 19.5 6 17 7.12 17 8.5c0 .35.07.67.2.97l-5.2 5.2z"})
"NetworkPingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi.cljs
================================================
(ns reagent-mui.icons.network-wifi
"Imports @mui/icons-material/NetworkWifi as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi (create-svg-icon (e "path" #js {"d" "M24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98L12 21 24 8.98zm-21.08.09C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-1.43 1.43C17.5 8.94 14.86 8 12 8s-5.5.94-7.65 2.51L2.92 9.07z"})
"NetworkWifi"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_1_bar.cljs
================================================
(ns reagent-mui.icons.network-wifi-1-bar
"Imports @mui/icons-material/NetworkWifi1Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-1-bar (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zm3.32 10.84C14.34 14.3 13.2 14 12 14c-1.2 0-2.34.3-3.32.84L2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-5.76 5.77z"})
"NetworkWifi1Bar"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_1_bar_outlined.cljs
================================================
(ns reagent-mui.icons.network-wifi-1-bar-outlined
"Imports @mui/icons-material/NetworkWifi1BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-1-bar-outlined (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zm3.32 10.84C14.34 14.3 13.2 14 12 14c-1.2 0-2.34.3-3.32.84L2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-5.76 5.77z"})
"NetworkWifi1BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_1_bar_rounded.cljs
================================================
(ns reagent-mui.icons.network-wifi-1-bar-rounded
"Imports @mui/icons-material/NetworkWifi1BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-1-bar-rounded (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zm3.32 10.84C14.34 14.3 13.2 14 12 14c-1.2 0-2.34.3-3.32.84L2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-5.76 5.77z"})
"NetworkWifi1BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_1_bar_sharp.cljs
================================================
(ns reagent-mui.icons.network-wifi-1-bar-sharp
"Imports @mui/icons-material/NetworkWifi1BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-1-bar-sharp (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zm3.32 10.84C14.34 14.3 13.2 14 12 14c-1.2 0-2.34.3-3.32.84L2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-5.76 5.77z"})
"NetworkWifi1BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_1_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.network-wifi-1-bar-two-tone
"Imports @mui/icons-material/NetworkWifi1BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-1-bar-two-tone (create-svg-icon [(e "path" #js {"d" "M15.32 14.84C14.34 14.3 13.2 14 12 14c-1.2 0-2.34.3-3.32.84L2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-5.76 5.77z", "opacity" ".3"}) (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zm3.32 10.84C14.34 14.3 13.2 14 12 14c-1.2 0-2.34.3-3.32.84L2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-5.76 5.77z"})]
"NetworkWifi1BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_2_bar.cljs
================================================
(ns reagent-mui.icons.network-wifi-2-bar
"Imports @mui/icons-material/NetworkWifi2Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-2-bar (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zm4.78 9.38C15.4 12.5 13.76 12 12 12c-1.76 0-3.4.5-4.78 1.38l-4.3-4.3C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-4.3 4.31z"})
"NetworkWifi2Bar"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_2_bar_outlined.cljs
================================================
(ns reagent-mui.icons.network-wifi-2-bar-outlined
"Imports @mui/icons-material/NetworkWifi2BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-2-bar-outlined (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zm4.78 9.38C15.4 12.5 13.76 12 12 12c-1.76 0-3.4.5-4.78 1.38l-4.3-4.3C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-4.3 4.31z"})
"NetworkWifi2BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_2_bar_rounded.cljs
================================================
(ns reagent-mui.icons.network-wifi-2-bar-rounded
"Imports @mui/icons-material/NetworkWifi2BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-2-bar-rounded (create-svg-icon (e "path" #js {"d" "M12 4C7.7 4 3.78 5.6.79 8.24.35 8.63.32 9.3.73 9.71l10.56 10.58c.39.39 1.02.39 1.42 0L23.27 9.71c.41-.41.38-1.08-.06-1.47C20.22 5.6 16.3 4 12 4zm4.78 9.38C15.4 12.5 13.76 12 12 12c-1.76 0-3.4.5-4.78 1.38l-4.3-4.3C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-4.3 4.31z"})
"NetworkWifi2BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_2_bar_sharp.cljs
================================================
(ns reagent-mui.icons.network-wifi-2-bar-sharp
"Imports @mui/icons-material/NetworkWifi2BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-2-bar-sharp (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zm4.78 9.38C15.4 12.5 13.76 12 12 12c-1.76 0-3.4.5-4.78 1.38l-4.3-4.3C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-4.3 4.31z"})
"NetworkWifi2BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_2_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.network-wifi-2-bar-two-tone
"Imports @mui/icons-material/NetworkWifi2BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-2-bar-two-tone (create-svg-icon [(e "path" #js {"d" "M16.78 13.38C15.4 12.5 13.76 12 12 12c-1.76 0-3.4.5-4.78 1.38l-4.3-4.3C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-4.3 4.31z", "opacity" ".3"}) (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zm4.78 9.38C15.4 12.5 13.76 12 12 12c-1.76 0-3.4.5-4.78 1.38l-4.3-4.3C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-4.3 4.31z"})]
"NetworkWifi2BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_3_bar.cljs
================================================
(ns reagent-mui.icons.network-wifi-3-bar
"Imports @mui/icons-material/NetworkWifi3Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-3-bar (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zM2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-2.85 2.86C16.46 10.71 14.31 10 12 10c-2.31 0-4.46.71-6.23 1.93L2.92 9.07z"})
"NetworkWifi3Bar"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_3_bar_outlined.cljs
================================================
(ns reagent-mui.icons.network-wifi-3-bar-outlined
"Imports @mui/icons-material/NetworkWifi3BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-3-bar-outlined (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zM2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-2.85 2.86C16.46 10.71 14.31 10 12 10c-2.31 0-4.46.71-6.23 1.93L2.92 9.07z"})
"NetworkWifi3BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_3_bar_rounded.cljs
================================================
(ns reagent-mui.icons.network-wifi-3-bar-rounded
"Imports @mui/icons-material/NetworkWifi3BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-3-bar-rounded (create-svg-icon (e "path" #js {"d" "M12 4C7.7 4 3.78 5.6.79 8.24.35 8.63.32 9.3.73 9.71l10.56 10.58c.39.39 1.02.39 1.42 0L23.27 9.71c.41-.41.38-1.08-.06-1.47C20.22 5.6 16.3 4 12 4zM2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-2.85 2.86C16.46 10.71 14.31 10 12 10c-2.31 0-4.46.71-6.23 1.93L2.92 9.07z"})
"NetworkWifi3BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_3_bar_sharp.cljs
================================================
(ns reagent-mui.icons.network-wifi-3-bar-sharp
"Imports @mui/icons-material/NetworkWifi3BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-3-bar-sharp (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zM2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-2.85 2.86C16.46 10.71 14.31 10 12 10c-2.31 0-4.46.71-6.23 1.93L2.92 9.07z"})
"NetworkWifi3BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_3_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.network-wifi-3-bar-two-tone
"Imports @mui/icons-material/NetworkWifi3BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-3-bar-two-tone (create-svg-icon [(e "path" #js {"d" "M2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-2.85 2.86C16.46 10.71 14.31 10 12 10c-2.31 0-4.46.71-6.23 1.93L2.92 9.07z", "opacity" ".3"}) (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zM2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-2.85 2.86C16.46 10.71 14.31 10 12 10c-2.31 0-4.46.71-6.23 1.93L2.92 9.07z"})]
"NetworkWifi3BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_outlined.cljs
================================================
(ns reagent-mui.icons.network-wifi-outlined
"Imports @mui/icons-material/NetworkWifiOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-outlined (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zm0 4c-2.86 0-5.5.94-7.65 2.51L2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-1.43 1.43C17.5 8.94 14.86 8 12 8z"})
"NetworkWifiOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_rounded.cljs
================================================
(ns reagent-mui.icons.network-wifi-rounded
"Imports @mui/icons-material/NetworkWifiRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-rounded (create-svg-icon (e "path" #js {"d" "M12 4C7.7 4 3.78 5.6.79 8.24.35 8.63.32 9.3.73 9.71l10.56 10.58c.39.39 1.02.39 1.42 0L23.27 9.71c.41-.41.38-1.08-.06-1.47C20.22 5.6 16.3 4 12 4zm0 4c-2.86 0-5.5.94-7.65 2.51L2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-1.43 1.43C17.5 8.94 14.86 8 12 8z"})
"NetworkWifiRounded"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_sharp.cljs
================================================
(ns reagent-mui.icons.network-wifi-sharp
"Imports @mui/icons-material/NetworkWifiSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-sharp (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zm0 4c-2.86 0-5.5.94-7.65 2.51L2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-1.43 1.43C17.5 8.94 14.86 8 12 8z"})
"NetworkWifiSharp"))
================================================
FILE: src/icons/reagent_mui/icons/network_wifi_two_tone.cljs
================================================
(ns reagent-mui.icons.network-wifi-two-tone
"Imports @mui/icons-material/NetworkWifiTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def network-wifi-two-tone (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zm0 4c-2.86 0-5.5.94-7.65 2.51L2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-1.43 1.43C17.5 8.94 14.86 8 12 8z"})
"NetworkWifiTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/new_releases.cljs
================================================
(ns reagent-mui.icons.new-releases
"Imports @mui/icons-material/NewReleases as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def new-releases (create-svg-icon (e "path" #js {"d" "m23 12-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z"})
"NewReleases"))
================================================
FILE: src/icons/reagent_mui/icons/new_releases_outlined.cljs
================================================
(ns reagent-mui.icons.new-releases-outlined
"Imports @mui/icons-material/NewReleasesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def new-releases-outlined (create-svg-icon (e "path" #js {"d" "m23 12-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-4.51 2.11.26 2.79-2.74.62-1.43 2.41L12 18.82l-2.58 1.11-1.43-2.41-2.74-.62.26-2.8L3.66 12l1.85-2.12-.26-2.78 2.74-.61 1.43-2.41L12 5.18l2.58-1.11 1.43 2.41 2.74.62-.26 2.79L20.34 12l-1.85 2.11zM11 15h2v2h-2zm0-8h2v6h-2z"})
"NewReleasesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/new_releases_rounded.cljs
================================================
(ns reagent-mui.icons.new-releases-rounded
"Imports @mui/icons-material/NewReleasesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def new-releases-rounded (create-svg-icon (e "path" #js {"d" "m22.42 11.34-1.86-2.12.26-2.81c.05-.5-.29-.96-.77-1.07l-2.76-.63-1.44-2.43c-.26-.43-.79-.61-1.25-.41L12 3 9.41 1.89c-.46-.2-1-.02-1.25.41L6.71 4.72l-2.75.62c-.49.11-.83.56-.78 1.07l.26 2.8-1.86 2.13c-.33.38-.33.94 0 1.32l1.86 2.12-.26 2.82c-.05.5.29.96.77 1.07l2.76.63 1.44 2.42c.26.43.79.61 1.26.41L12 21l2.59 1.11c.46.2 1 .02 1.25-.41l1.44-2.43 2.76-.63c.49-.11.82-.57.77-1.07l-.26-2.81 1.86-2.12c.34-.36.34-.92.01-1.3zM13 17h-2v-2h2v2zm-1-4c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1z"})
"NewReleasesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/new_releases_sharp.cljs
================================================
(ns reagent-mui.icons.new-releases-sharp
"Imports @mui/icons-material/NewReleasesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def new-releases-sharp (create-svg-icon (e "path" #js {"d" "m23 12-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z"})
"NewReleasesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/new_releases_two_tone.cljs
================================================
(ns reagent-mui.icons.new-releases-two-tone
"Imports @mui/icons-material/NewReleasesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def new-releases-two-tone (create-svg-icon [(e "path" #js {"d" "m18.49 9.89.26-2.79-2.74-.62-1.43-2.41L12 5.18 9.42 4.07 7.99 6.48l-2.74.62.26 2.78L3.66 12l1.85 2.11-.26 2.8 2.74.62 1.43 2.41L12 18.82l2.58 1.11 1.43-2.41 2.74-.62-.26-2.79L20.34 12l-1.85-2.11zM13 17h-2v-2h2v2zm0-4h-2V7h2v6z", "opacity" ".3"}) (e "path" #js {"d" "m20.9 5.54-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12l-2.44-2.78.34-3.68zM18.75 16.9l-2.74.62-1.43 2.41L12 18.82l-2.58 1.11-1.43-2.41-2.74-.62.26-2.8L3.66 12l1.85-2.12-.26-2.78 2.74-.61 1.43-2.41L12 5.18l2.58-1.11 1.43 2.41 2.74.62-.26 2.79L20.34 12l-1.85 2.11.26 2.79zM11 15h2v2h-2zm0-8h2v6h-2z"})]
"NewReleasesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/newspaper.cljs
================================================
(ns reagent-mui.icons.newspaper
"Imports @mui/icons-material/Newspaper as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def newspaper (create-svg-icon (e "path" #js {"d" "m22 3-1.67 1.67L18.67 3 17 4.67 15.33 3l-1.66 1.67L12 3l-1.67 1.67L8.67 3 7 4.67 5.33 3 3.67 4.67 2 3v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V3zM11 19H4v-6h7v6zm9 0h-7v-2h7v2zm0-4h-7v-2h7v2zm0-4H4V8h16v3z"})
"Newspaper"))
================================================
FILE: src/icons/reagent_mui/icons/newspaper_outlined.cljs
================================================
(ns reagent-mui.icons.newspaper-outlined
"Imports @mui/icons-material/NewspaperOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def newspaper-outlined (create-svg-icon (e "path" #js {"d" "m22 3-1.67 1.67L18.67 3 17 4.67 15.33 3l-1.66 1.67L12 3l-1.67 1.67L8.67 3 7 4.67 5.33 3 3.67 4.67 2 3v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V3zM11 19H4v-6h7v6zm9 0h-7v-2h7v2zm0-4h-7v-2h7v2zm0-4H4V8h16v3z"})
"NewspaperOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/newspaper_rounded.cljs
================================================
(ns reagent-mui.icons.newspaper-rounded
"Imports @mui/icons-material/NewspaperRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def newspaper-rounded (create-svg-icon (e "path" #js {"d" "m21.15 3.85-.82.82-.95-.96c-.39-.39-1.02-.39-1.42 0l-.96.96-.96-.96c-.39-.39-1.03-.39-1.42 0l-.95.96-.96-.96a.9959.9959 0 0 0-1.41 0l-.96.96-.96-.96c-.39-.39-1.02-.39-1.42 0L7 4.67l-.96-.96c-.39-.39-1.03-.39-1.42 0l-.95.96-.82-.82c-.31-.31-.85-.09-.85.36V19c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4.21c0-.45-.54-.67-.85-.36zM11 19H4v-6h7v6zm9 0h-7v-2h7v2zm0-4h-7v-2h7v2zm0-4H4V8h16v3z"})
"NewspaperRounded"))
================================================
FILE: src/icons/reagent_mui/icons/newspaper_sharp.cljs
================================================
(ns reagent-mui.icons.newspaper-sharp
"Imports @mui/icons-material/NewspaperSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def newspaper-sharp (create-svg-icon (e "path" #js {"d" "m22 3-1.67 1.67L18.67 3 17 4.67 15.33 3l-1.66 1.67L12 3l-1.67 1.67L8.67 3 7 4.67 5.33 3 3.67 4.67 2 3v18h20V3zM11 19H4v-6h7v6zm9 0h-7v-2h7v2zm0-4h-7v-2h7v2zm0-4H4V8h16v3z"})
"NewspaperSharp"))
================================================
FILE: src/icons/reagent_mui/icons/newspaper_two_tone.cljs
================================================
(ns reagent-mui.icons.newspaper-two-tone
"Imports @mui/icons-material/NewspaperTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def newspaper-two-tone (create-svg-icon (e "path" #js {"d" "m22 3-1.67 1.67L18.67 3 17 4.67 15.33 3l-1.66 1.67L12 3l-1.67 1.67L8.67 3 7 4.67 5.33 3 3.67 4.67 2 3v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V3zM11 19H4v-6h7v6zm9 0h-7v-2h7v2zm0-4h-7v-2h7v2zm0-4H4V8h16v3z"})
"NewspaperTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/next_plan.cljs
================================================
(ns reagent-mui.icons.next-plan
"Imports @mui/icons-material/NextPlan as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def next-plan (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6 11.97h-5l2.26-2.26c-.91-1.06-2.25-1.74-3.76-1.74-2.37 0-4.35 1.66-4.86 3.88l-.96-.32c.64-2.62 3-4.56 5.82-4.56 1.78 0 3.37.79 4.47 2.03L18 8.97v5z"})
"NextPlan"))
================================================
FILE: src/icons/reagent_mui/icons/next_plan_outlined.cljs
================================================
(ns reagent-mui.icons.next-plan-outlined
"Imports @mui/icons-material/NextPlanOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def next-plan-outlined (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "path" #js {"d" "M15.97 11.03C14.87 9.79 13.28 9 11.5 9c-2.82 0-5.18 1.95-5.82 4.56l.96.32C7.15 11.66 9.13 10 11.5 10c1.51 0 2.85.68 3.76 1.74L13 14h5V9l-2.03 2.03z"})]
"NextPlanOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/next_plan_rounded.cljs
================================================
(ns reagent-mui.icons.next-plan-rounded
"Imports @mui/icons-material/NextPlanRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def next-plan-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6 11.97h-5l2.26-2.26c-.91-1.06-2.25-1.74-3.76-1.74-2.37 0-4.35 1.66-4.86 3.88l-.96-.32c.64-2.62 3-4.56 5.82-4.56 1.78 0 3.37.79 4.47 2.03L18 8.97v5z"})
"NextPlanRounded"))
================================================
FILE: src/icons/reagent_mui/icons/next_plan_sharp.cljs
================================================
(ns reagent-mui.icons.next-plan-sharp
"Imports @mui/icons-material/NextPlanSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def next-plan-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6 11.97h-5l2.26-2.26c-.91-1.06-2.25-1.74-3.76-1.74-2.37 0-4.35 1.66-4.86 3.88l-.96-.32c.64-2.62 3-4.56 5.82-4.56 1.78 0 3.37.79 4.47 2.03L18 8.97v5z"})
"NextPlanSharp"))
================================================
FILE: src/icons/reagent_mui/icons/next_plan_two_tone.cljs
================================================
(ns reagent-mui.icons.next-plan-two-tone
"Imports @mui/icons-material/NextPlanTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def next-plan-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm1 10 2.26-2.26C14.35 10.68 13.01 10 11.5 10c-2.37 0-4.35 1.66-4.86 3.88l-.96-.32C6.32 10.95 8.68 9 11.5 9c1.78 0 3.37.79 4.47 2.03L18 9v5h-5z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "path" #js {"d" "M15.97 11.03C14.87 9.79 13.28 9 11.5 9c-2.82 0-5.18 1.95-5.82 4.56l.96.32C7.15 11.66 9.13 10 11.5 10c1.51 0 2.85.68 3.76 1.74L13 14h5V9l-2.03 2.03z"})]
"NextPlanTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/next_week.cljs
================================================
(ns reagent-mui.icons.next-week
"Imports @mui/icons-material/NextWeek as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def next-week (create-svg-icon (e "path" #js {"d" "M20 7h-4V5c0-.55-.22-1.05-.59-1.41C15.05 3.22 14.55 3 14 3h-4c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zM10 5h4v2h-4V5zm1 13.5-1-1 3-3-3-3 1-1 4 4-4 4z"})
"NextWeek"))
================================================
FILE: src/icons/reagent_mui/icons/next_week_outlined.cljs
================================================
(ns reagent-mui.icons.next-week-outlined
"Imports @mui/icons-material/NextWeekOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def next-week-outlined (create-svg-icon (e "path" #js {"d" "m11 18.5 4-4-4-4-1 1 3 3-3 3zM20 7h-4V5c0-.55-.22-1.05-.59-1.41C15.05 3.22 14.55 3 14 3h-4c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zM10 5h4v2h-4V5zm10 15H4V9h16v11z"})
"NextWeekOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/next_week_rounded.cljs
================================================
(ns reagent-mui.icons.next-week-rounded
"Imports @mui/icons-material/NextWeekRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def next-week-rounded (create-svg-icon (e "path" #js {"d" "M20 7h-4V5c0-.55-.22-1.05-.59-1.41C15.05 3.22 14.55 3 14 3h-4c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zM10 5h4v2h-4V5zm.5 13c-.28-.28-.28-.72 0-1l2.5-2.5-2.5-2.5c-.28-.28-.28-.72 0-1s.72-.28 1 0l3.15 3.15c.2.2.2.51 0 .71L11.5 18c-.28.28-.72.28-1 0z"})
"NextWeekRounded"))
================================================
FILE: src/icons/reagent_mui/icons/next_week_sharp.cljs
================================================
(ns reagent-mui.icons.next-week-sharp
"Imports @mui/icons-material/NextWeekSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def next-week-sharp (create-svg-icon (e "path" #js {"d" "M22 7h-6V5c0-.55-.22-1.05-.59-1.41C15.05 3.22 14.55 3 14 3h-4c-1.1 0-2 .9-2 2v2H2v15h20V7zM10 5h4v2h-4V5zm1 13.5-1-1 3-3-3-3 1-1 4 4-4 4z"})
"NextWeekSharp"))
================================================
FILE: src/icons/reagent_mui/icons/next_week_two_tone.cljs
================================================
(ns reagent-mui.icons.next-week-two-tone
"Imports @mui/icons-material/NextWeekTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def next-week-two-tone (create-svg-icon [(e "path" #js {"d" "M4 20h16V9H4v11zm6-8.5 1-1 4 4-4 4-1-1 3-3-3-3z", "opacity" ".3"}) (e "path" #js {"d" "m11 18.5 4-4-4-4-1 1 3 3-3 3zM20 7h-4V5c0-.55-.22-1.05-.59-1.41C15.05 3.22 14.55 3 14 3h-4c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zM10 5h4v2h-4V5zm10 15H4V9h16v11z"})]
"NextWeekTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nfc.cljs
================================================
(ns reagent-mui.icons.nfc
"Imports @mui/icons-material/Nfc as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nfc (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h16v16zM18 6h-5c-1.1 0-2 .9-2 2v2.28c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V8h3v8H8V8h2V6H6v12h12V6z"})
"Nfc"))
================================================
FILE: src/icons/reagent_mui/icons/nfc_outlined.cljs
================================================
(ns reagent-mui.icons.nfc-outlined
"Imports @mui/icons-material/NfcOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nfc-outlined (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h16v16zM18 6h-5c-1.1 0-2 .9-2 2v2.28c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V8h3v8H8V8h2V6H6v12h12V6z"})
"NfcOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nfc_rounded.cljs
================================================
(ns reagent-mui.icons.nfc-rounded
"Imports @mui/icons-material/NfcRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nfc-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 18H5c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v14c0 .55-.45 1-1 1zM16 6h-3c-1.1 0-2 .9-2 2v2.28c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V8h3v7c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1V8h1c.55 0 1-.45 1-1s-.45-1-1-1H8c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2z"})
"NfcRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nfc_sharp.cljs
================================================
(ns reagent-mui.icons.nfc-sharp
"Imports @mui/icons-material/NfcSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nfc-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v20h20V2zm-2 18H4V4h16v16zM18 6h-7v4.28c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V8h3v8H8V8h2V6H6v12h12V6z"})
"NfcSharp"))
================================================
FILE: src/icons/reagent_mui/icons/nfc_two_tone.cljs
================================================
(ns reagent-mui.icons.nfc-two-tone
"Imports @mui/icons-material/NfcTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nfc-two-tone (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h16v16zM18 6h-5c-1.1 0-2 .9-2 2v2.28c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V8h3v8H8V8h2V6H6v12h12V6z"})
"NfcTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/night_shelter.cljs
================================================
(ns reagent-mui.icons.night-shelter
"Imports @mui/icons-material/NightShelter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def night-shelter (create-svg-icon (e "path" #js {"d" "M12 3 4 9v12h16V9l-8-6zm-2.25 9.5c.69 0 1.25.56 1.25 1.25S10.44 15 9.75 15s-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zM17 18h-1v-1.5H8V18H7v-7h1v4.5h3.5V12H15c1.1 0 2 .9 2 2v4z"})
"NightShelter"))
================================================
FILE: src/icons/reagent_mui/icons/night_shelter_outlined.cljs
================================================
(ns reagent-mui.icons.night-shelter-outlined
"Imports @mui/icons-material/NightShelterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def night-shelter-outlined (create-svg-icon (e "path" #js {"d" "m12 5.5 6 4.5v9H6v-9l6-4.5M12 3 4 9v12h16V9l-8-6zm3 9h-3.5v3.5H8V11H7v7h1v-1.5h8V18h1v-4c0-1.1-.9-2-2-2zm-5.25.5c-.69 0-1.25.56-1.25 1.25S9.06 15 9.75 15 11 14.44 11 13.75s-.56-1.25-1.25-1.25z"})
"NightShelterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/night_shelter_rounded.cljs
================================================
(ns reagent-mui.icons.night-shelter-rounded
"Imports @mui/icons-material/NightShelterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def night-shelter-rounded (create-svg-icon (e "path" #js {"d" "m10.8 3.9-6 4.5c-.5.38-.8.97-.8 1.6v9c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-9c0-.63-.3-1.22-.8-1.6l-6-4.5c-.71-.53-1.69-.53-2.4 0zm-1.05 8.6c.69 0 1.25.56 1.25 1.25S10.44 15 9.75 15s-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zM16.5 18c-.28 0-.5-.22-.5-.5v-1H8v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-6c0-.28.22-.5.5-.5s.5.22.5.5v4h3.5v-3c0-.28.22-.5.5-.5h3c1.1 0 2 .9 2 2v3.5c0 .28-.22.5-.5.5z"})
"NightShelterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/night_shelter_sharp.cljs
================================================
(ns reagent-mui.icons.night-shelter-sharp
"Imports @mui/icons-material/NightShelterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def night-shelter-sharp (create-svg-icon (e "path" #js {"d" "M12 3 4 9v12h16V9l-8-6zm-2.25 9.5c.69 0 1.25.56 1.25 1.25S10.44 15 9.75 15s-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zM17 18h-1v-1.5H8V18H7v-7h1v4.5h3.5V12H17v6z"})
"NightShelterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/night_shelter_two_tone.cljs
================================================
(ns reagent-mui.icons.night-shelter-two-tone
"Imports @mui/icons-material/NightShelterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def night-shelter-two-tone (create-svg-icon [(e "path" #js {"d" "m12 5.5 6 4.5v9H6v-9l6-4.5m3 6.5h-3.5v3.5H8V11H7v7h1v-1.5h8V18h1v-4c0-1.1-.9-2-2-2zm-5.25.5c-.69 0-1.25.56-1.25 1.25S9.06 15 9.75 15 11 14.44 11 13.75s-.56-1.25-1.25-1.25z", "opacity" ".3"}) (e "path" #js {"d" "m12 5.5 6 4.5v9H6v-9l6-4.5M12 3 4 9v12h16V9l-8-6zm3 9h-3.5v3.5H8V11H7v7h1v-1.5h8V18h1v-4c0-1.1-.9-2-2-2zm-5.25.5c-.69 0-1.25.56-1.25 1.25S9.06 15 9.75 15 11 14.44 11 13.75s-.56-1.25-1.25-1.25z"})]
"NightShelterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nightlife.cljs
================================================
(ns reagent-mui.icons.nightlife
"Imports @mui/icons-material/Nightlife as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nightlife (create-svg-icon (e "path" #js {"d" "M1 5h14l-6 9v4h2v2H5v-2h2v-4L1 5zm9.1 4 1.4-2H4.49l1.4 2h4.21zM17 5h5v3h-3v9c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3c.35 0 .69.06 1 .17V5z"})
"Nightlife"))
================================================
FILE: src/icons/reagent_mui/icons/nightlife_outlined.cljs
================================================
(ns reagent-mui.icons.nightlife-outlined
"Imports @mui/icons-material/NightlifeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nightlife-outlined (create-svg-icon (e "path" #js {"d" "M1 5h14l-6 9v4h2v2H5v-2h2v-4L1 5zm9.1 4 1.4-2H4.49l1.4 2h4.21zM17 5h5v3h-3v9c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3c.35 0 .69.06 1 .17V5z"})
"NightlifeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nightlife_rounded.cljs
================================================
(ns reagent-mui.icons.nightlife-rounded
"Imports @mui/icons-material/NightlifeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nightlife-rounded (create-svg-icon (e "path" #js {"d" "M2.87 5h10.26c.8 0 1.28.89.83 1.55L9 14v4h1c.55 0 1 .45 1 1s-.45 1-1 1H6c-.55 0-1-.45-1-1s.45-1 1-1h1v-4L2.04 6.55C1.59 5.89 2.07 5 2.87 5zm7.23 4 1.4-2H4.49l1.4 2h4.21zM19 5h1.5c.83 0 1.5.67 1.5 1.5S21.33 8 20.5 8H19v9c0 1.84-1.64 3.28-3.54 2.95-1.21-.21-2.2-1.2-2.41-2.41C12.72 15.64 14.16 14 16 14c.35 0 .69.06 1 .17V7c0-1.1.9-2 2-2z"})
"NightlifeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nightlife_sharp.cljs
================================================
(ns reagent-mui.icons.nightlife-sharp
"Imports @mui/icons-material/NightlifeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nightlife-sharp (create-svg-icon (e "path" #js {"d" "M1 5h14l-6 9v4h2v2H5v-2h2v-4L1 5zm9.1 4 1.4-2H4.49l1.4 2h4.21zM17 5h5v3h-3v9c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3c.35 0 .69.06 1 .17V5z"})
"NightlifeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/nightlife_two_tone.cljs
================================================
(ns reagent-mui.icons.nightlife-two-tone
"Imports @mui/icons-material/NightlifeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nightlife-two-tone (create-svg-icon (e "path" #js {"d" "M1 5h14l-6 9v4h2v2H5v-2h2v-4L1 5zm9.1 4 1.4-2H4.49l1.4 2h4.21zM17 5h5v3h-3v9c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3c.35 0 .69.06 1 .17V5z"})
"NightlifeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nightlight.cljs
================================================
(ns reagent-mui.icons.nightlight
"Imports @mui/icons-material/Nightlight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nightlight (create-svg-icon (e "path" #js {"d" "M14 2c1.82 0 3.53.5 5 1.35-2.99 1.73-5 4.95-5 8.65s2.01 6.92 5 8.65c-1.47.85-3.18 1.35-5 1.35-5.52 0-10-4.48-10-10S8.48 2 14 2z"})
"Nightlight"))
================================================
FILE: src/icons/reagent_mui/icons/nightlight_outlined.cljs
================================================
(ns reagent-mui.icons.nightlight-outlined
"Imports @mui/icons-material/NightlightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nightlight-outlined (create-svg-icon (e "path" #js {"d" "M14 4c.34 0 .68.02 1.01.07C13.1 6.23 12 9.05 12 12s1.1 5.77 3.01 7.93c-.33.05-.67.07-1.01.07-4.41 0-8-3.59-8-8s3.59-8 8-8m0-2C8.48 2 4 6.48 4 12s4.48 10 10 10c1.82 0 3.53-.5 5-1.35-2.99-1.73-5-4.95-5-8.65s2.01-6.92 5-8.65C17.53 2.5 15.82 2 14 2z"})
"NightlightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nightlight_round.cljs
================================================
(ns reagent-mui.icons.nightlight-round
"Imports @mui/icons-material/NightlightRound as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nightlight-round (create-svg-icon (e "path" #js {"d" "M12.01 12c0-3.57 2.2-6.62 5.31-7.87.89-.36.75-1.69-.19-1.9-1.1-.24-2.27-.3-3.48-.14-4.51.6-8.12 4.31-8.59 8.83C4.44 16.93 9.13 22 15.01 22c.73 0 1.43-.08 2.12-.23.95-.21 1.1-1.53.2-1.9-3.22-1.29-5.33-4.41-5.32-7.87z"})
"NightlightRound"))
================================================
FILE: src/icons/reagent_mui/icons/nightlight_round_outlined.cljs
================================================
(ns reagent-mui.icons.nightlight-round-outlined
"Imports @mui/icons-material/NightlightRoundOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nightlight-round-outlined (create-svg-icon (e "path" #js {"d" "M15.5 22c1.05 0 2.05-.16 3-.46-4.06-1.27-7-5.06-7-9.54s2.94-8.27 7-9.54c-.95-.3-1.95-.46-3-.46-5.52 0-10 4.48-10 10s4.48 10 10 10z"})
"NightlightRoundOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nightlight_round_rounded.cljs
================================================
(ns reagent-mui.icons.nightlight-round-rounded
"Imports @mui/icons-material/NightlightRoundRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nightlight-round-rounded (create-svg-icon (e "path" #js {"d" "M15.5 22h.21c.84-.02 1.12-1.11.41-1.56-2.78-1.77-4.63-4.89-4.63-8.43 0-3.55 1.85-6.66 4.63-8.44.7-.45.44-1.54-.39-1.56h-.13c-4.9-.05-9.21 3.53-9.98 8.37C4.64 16.61 9.45 22 15.5 22z"})
"NightlightRoundRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nightlight_round_sharp.cljs
================================================
(ns reagent-mui.icons.nightlight-round-sharp
"Imports @mui/icons-material/NightlightRoundSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nightlight-round-sharp (create-svg-icon (e "path" #js {"d" "M15.5 22c1.05 0 2.05-.16 3-.46-4.06-1.27-7-5.06-7-9.54s2.94-8.27 7-9.54c-.95-.3-1.95-.46-3-.46-5.52 0-10 4.48-10 10s4.48 10 10 10z"})
"NightlightRoundSharp"))
================================================
FILE: src/icons/reagent_mui/icons/nightlight_round_two_tone.cljs
================================================
(ns reagent-mui.icons.nightlight-round-two-tone
"Imports @mui/icons-material/NightlightRoundTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nightlight-round-two-tone (create-svg-icon (e "path" #js {"d" "M15.5 22c1.05 0 2.05-.16 3-.46-4.06-1.27-7-5.06-7-9.54s2.94-8.27 7-9.54c-.95-.3-1.95-.46-3-.46-5.52 0-10 4.48-10 10s4.48 10 10 10z"})
"NightlightRoundTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nightlight_rounded.cljs
================================================
(ns reagent-mui.icons.nightlight-rounded
"Imports @mui/icons-material/NightlightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nightlight-rounded (create-svg-icon (e "path" #js {"d" "M11.57 2.3c2.38-.59 4.68-.27 6.63.64.35.16.41.64.1.86C15.7 5.6 14 8.6 14 12s1.7 6.4 4.3 8.2c.32.22.26.7-.09.86-1.28.6-2.71.94-4.21.94-6.05 0-10.85-5.38-9.87-11.6.61-3.92 3.59-7.16 7.44-8.1z"})
"NightlightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nightlight_sharp.cljs
================================================
(ns reagent-mui.icons.nightlight-sharp
"Imports @mui/icons-material/NightlightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nightlight-sharp (create-svg-icon (e "path" #js {"d" "M14 2c1.82 0 3.53.5 5 1.35-2.99 1.73-5 4.95-5 8.65s2.01 6.92 5 8.65c-1.47.85-3.18 1.35-5 1.35-5.52 0-10-4.48-10-10S8.48 2 14 2z"})
"NightlightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/nightlight_two_tone.cljs
================================================
(ns reagent-mui.icons.nightlight-two-tone
"Imports @mui/icons-material/NightlightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nightlight-two-tone (create-svg-icon [(e "path" #js {"d" "M6 12c0-4.41 3.59-8 8-8 .34 0 .68.02 1.01.07C13.1 6.23 12 9.05 12 12s1.1 5.77 3.01 7.93c-.33.05-.67.07-1.01.07-4.41 0-8-3.59-8-8z", "opacity" ".3"}) (e "path" #js {"d" "M14 12c0-3.7 2.01-6.92 5-8.65C17.53 2.5 15.82 2 14 2 8.48 2 4 6.48 4 12s4.48 10 10 10c1.82 0 3.53-.5 5-1.35-2.99-1.73-5-4.95-5-8.65zm1.01 7.93c-.33.05-.67.07-1.01.07-4.41 0-8-3.59-8-8s3.59-8 8-8c.34 0 .68.02 1.01.07C13.1 6.23 12 9.05 12 12s1.1 5.77 3.01 7.93z"})]
"NightlightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nights_stay.cljs
================================================
(ns reagent-mui.icons.nights-stay
"Imports @mui/icons-material/NightsStay as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nights-stay (create-svg-icon [(e "path" #js {"d" "M11.1 12.08c-2.33-4.51-.5-8.48.53-10.07C6.27 2.2 1.98 6.59 1.98 12c0 .14.02.28.02.42.62-.27 1.29-.42 2-.42 1.66 0 3.18.83 4.1 2.15 1.67.48 2.9 2.02 2.9 3.85 0 1.52-.87 2.83-2.12 3.51.98.32 2.03.5 3.11.5 3.5 0 6.58-1.8 8.37-4.52-2.36.23-6.98-.97-9.26-5.41z"}) (e "path" #js {"d" "M7 16h-.18C6.4 14.84 5.3 14 4 14c-1.66 0-3 1.34-3 3s1.34 3 3 3h3c1.1 0 2-.9 2-2s-.9-2-2-2z"})]
"NightsStay"))
================================================
FILE: src/icons/reagent_mui/icons/nights_stay_outlined.cljs
================================================
(ns reagent-mui.icons.nights-stay-outlined
"Imports @mui/icons-material/NightsStayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nights-stay-outlined (create-svg-icon [(e "path" #js {"d" "M19.78 17.51c-2.47 0-6.57-1.33-8.68-5.43-2.33-4.51-.5-8.48.53-10.07C6.27 2.2 1.98 6.59 1.98 12c0 .14.02.28.02.42.61-.26 1.28-.42 1.98-.42 0-3.09 1.73-5.77 4.3-7.1-.5 2.19-.54 5.04 1.04 8.1 1.57 3.04 4.18 4.95 6.8 5.86-1.23.74-2.65 1.15-4.13 1.15-.5 0-1-.05-1.48-.14-.37.7-.94 1.27-1.64 1.64.98.32 2.03.5 3.11.5 3.5 0 6.58-1.8 8.37-4.52-.17.01-.37.02-.57.02z"}) (e "path" #js {"d" "M7 16h-.18C6.4 14.84 5.3 14 4 14c-1.66 0-3 1.34-3 3s1.34 3 3 3h3c1.1 0 2-.9 2-2s-.9-2-2-2z"})]
"NightsStayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nights_stay_rounded.cljs
================================================
(ns reagent-mui.icons.nights-stay-rounded
"Imports @mui/icons-material/NightsStayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nights-stay-rounded (create-svg-icon [(e "path" #js {"d" "M11.1 12.08c-2-3.88-.92-7.36.07-9.27.19-.36-.12-.77-.53-.72-5.02.68-8.86 5.07-8.65 10.32.01 0 .01 0 .01.01.62-.27 1.29-.42 2-.42 1.66 0 3.18.83 4.1 2.15 1.67.48 2.9 2.02 2.9 3.85 0 1.52-.87 2.83-2.12 3.51.98.32 2.03.5 3.11.5 3.13 0 5.92-1.44 7.76-3.69.26-.32.04-.79-.37-.82-2.49-.13-6.28-1.53-8.28-5.42z"}) (e "path" #js {"d" "M7 16h-.18C6.4 14.84 5.3 14 4 14c-1.66 0-3 1.34-3 3s1.34 3 3 3h3c1.1 0 2-.9 2-2s-.9-2-2-2z"})]
"NightsStayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nights_stay_sharp.cljs
================================================
(ns reagent-mui.icons.nights-stay-sharp
"Imports @mui/icons-material/NightsStaySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nights-stay-sharp (create-svg-icon [(e "path" #js {"d" "M11.1 12.08c-2.33-4.51-.5-8.48.53-10.07C6.27 2.2 1.98 6.59 1.98 12c0 .14.02.28.02.42.62-.27 1.29-.42 2-.42 1.66 0 3.18.83 4.1 2.15 1.67.48 2.9 2.02 2.9 3.85 0 1.52-.87 2.83-2.12 3.51.98.32 2.03.5 3.11.5 3.5 0 6.58-1.8 8.37-4.52-2.36.23-6.98-.97-9.26-5.41z"}) (e "path" #js {"d" "M7 16h-.18C6.4 14.84 5.3 14 4 14c-1.66 0-3 1.34-3 3s1.34 3 3 3h3c1.1 0 2-.9 2-2s-.9-2-2-2z"})]
"NightsStaySharp"))
================================================
FILE: src/icons/reagent_mui/icons/nights_stay_two_tone.cljs
================================================
(ns reagent-mui.icons.nights-stay-two-tone
"Imports @mui/icons-material/NightsStayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nights-stay-two-tone (create-svg-icon [(e "path" #js {"d" "M8.1 14.15c1.67.48 2.9 2.02 2.9 3.85 0 .68-.19 1.31-.48 1.87.48.09.97.14 1.48.14 1.48 0 2.9-.41 4.13-1.15-2.62-.92-5.23-2.82-6.8-5.86-1.59-3.06-1.55-5.91-1.04-8.1-2.57 1.33-4.3 4.01-4.3 7.1h.02c1.65 0 3.17.83 4.09 2.15z", "opacity" ".3"}) (e "path" #js {"d" "M19.78 17.51c-2.47 0-6.57-1.33-8.68-5.43-2.33-4.51-.5-8.48.53-10.07C6.27 2.2 1.98 6.59 1.98 12c0 .14.02.28.02.42.61-.26 1.28-.42 1.98-.42 0-3.09 1.73-5.77 4.3-7.1-.5 2.19-.54 5.04 1.04 8.1 1.57 3.04 4.18 4.95 6.8 5.86-1.23.74-2.65 1.15-4.13 1.15-.5 0-1-.05-1.48-.14-.37.7-.94 1.27-1.64 1.64.98.32 2.03.5 3.11.5 3.5 0 6.58-1.8 8.37-4.52-.17.01-.37.02-.57.02z"}) (e "path" #js {"d" "M7 16h-.18C6.4 14.84 5.3 14 4 14c-1.66 0-3 1.34-3 3s1.34 3 3 3h3c1.1 0 2-.9 2-2s-.9-2-2-2z"})]
"NightsStayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nine_k.cljs
================================================
(ns reagent-mui.icons.nine-k
"Imports @mui/icons-material/NineK as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nine-k (create-svg-icon (e "path" #js {"d" "M8 10h1.5v1.5H8zm11-7H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 11c0 .55-.45 1-1 1H6.5v-1.5h3v-1h-2c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1H10c.55 0 1 .45 1 1v4zm7 1h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"})
"NineK"))
================================================
FILE: src/icons/reagent_mui/icons/nine_k_outlined.cljs
================================================
(ns reagent-mui.icons.nine-k-outlined
"Imports @mui/icons-material/NineKOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nine-k-outlined (create-svg-icon [(e "path" #js {"d" "M11 14v-4c0-.55-.45-1-1-1H7.5c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1h2v1h-3V15H10c.55 0 1-.45 1-1zm-1.5-2.5H8V10h1.5v1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 12.75 16.25 15H18l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5z"})]
"NineKOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nine_k_plus.cljs
================================================
(ns reagent-mui.icons.nine-k-plus
"Imports @mui/icons-material/NineKPlus as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nine-k-plus (create-svg-icon (e "path" #js {"d" "M6.5 10H8v1.5H6.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9.5 14c0 .55-.45 1-1 1H5v-1.5h3v-1H6c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zm6.5 1h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm4-2.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"})
"NineKPlus"))
================================================
FILE: src/icons/reagent_mui/icons/nine_k_plus_outlined.cljs
================================================
(ns reagent-mui.icons.nine-k-plus-outlined
"Imports @mui/icons-material/NineKPlusOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nine-k-plus-outlined (create-svg-icon [(e "path" #js {"d" "M10 14v-4c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1h1.5v1H6V15h3c.55 0 1-.45 1-1zm-1.5-2.5h-1V10h1v1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M12.5 12.75 14.25 15H16l-2.25-3L16 9h-1.75l-1.75 2.25V9H11v6h1.5z"})]
"NineKPlusOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nine_k_plus_rounded.cljs
================================================
(ns reagent-mui.icons.nine-k-plus-rounded
"Imports @mui/icons-material/NineKPlusRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nine-k-plus-rounded (create-svg-icon (e "path" #js {"d" "M7.5 10h1v1.5h-1V10zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 11c0 .55-.45 1-1 1H6.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H8.5v-1H7c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v4zm4.59 1c-.22 0-.42-.1-.55-.27l-1.54-1.98v1.55c0 .39-.31.7-.7.7h-.1c-.39 0-.7-.31-.7-.7V9.7c0-.39.31-.7.7-.7h.09c.39 0 .7.31.7.7v1.55l1.54-1.98c.14-.17.35-.27.56-.27.58 0 .91.66.56 1.12L13.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12zm3.91-2.5h-1v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1v-1c0-.28.22-.5.5-.5s.5.22.5.5v1h1c.28 0 .5.22.5.5s-.22.5-.5.5z"})
"NineKPlusRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nine_k_plus_sharp.cljs
================================================
(ns reagent-mui.icons.nine-k-plus-sharp
"Imports @mui/icons-material/NineKPlusSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nine-k-plus-sharp (create-svg-icon (e "path" #js {"d" "M7.5 10h1v1.5h-1V10zM21 3H3v18h18V3zM10 9v6H6v-1.5h2.5v-1H6V9h4zm6 6h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm3-2.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19v1z"})
"NineKPlusSharp"))
================================================
FILE: src/icons/reagent_mui/icons/nine_k_plus_two_tone.cljs
================================================
(ns reagent-mui.icons.nine-k-plus-two-tone
"Imports @mui/icons-material/NineKPlusTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nine-k-plus-two-tone (create-svg-icon [(e "path" #js {"d" "M7.5 10h1v1.5h-1z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14v-6.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19V5H5v14zm6-10h1.5v2.25L14.25 9H16l-2.25 3L16 15h-1.75l-1.75-2.25V15H11V9zm-5 4.5h2.5v-1H7c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H6v-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M10 14v-4c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1h1.5v1H6V15h3c.55 0 1-.45 1-1zm-1.5-2.5h-1V10h1v1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M12.5 12.75 14.25 15H16l-2.25-3L16 9h-1.75l-1.75 2.25V9H11v6h1.5z"})]
"NineKPlusTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nine_k_rounded.cljs
================================================
(ns reagent-mui.icons.nine-k-rounded
"Imports @mui/icons-material/NineKRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nine-k-rounded (create-svg-icon (e "path" #js {"d" "M8 10h1.5v1.5H8V10zm11-7H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 11c0 .55-.45 1-1 1H7.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H9.5v-1h-2c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1H10c.55 0 1 .45 1 1v4zm5.59 1c-.22 0-.42-.1-.55-.27l-1.54-1.98v1.55c0 .39-.31.7-.7.7h-.1c-.39 0-.7-.31-.7-.7V9.7c0-.39.31-.7.7-.7h.09c.39 0 .7.31.7.7v1.55l1.54-1.98c.14-.17.35-.27.56-.27.58 0 .91.66.56 1.12L15.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12z"})
"NineKRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nine_k_sharp.cljs
================================================
(ns reagent-mui.icons.nine-k-sharp
"Imports @mui/icons-material/NineKSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nine-k-sharp (create-svg-icon (e "path" #js {"d" "M8 10h1.5v1.5H8V10zm13-7H3v18h18V3zM11 9v6H6.5v-1.5h3v-1h-3V9H11zm7 6h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"})
"NineKSharp"))
================================================
FILE: src/icons/reagent_mui/icons/nine_k_two_tone.cljs
================================================
(ns reagent-mui.icons.nine-k-two-tone
"Imports @mui/icons-material/NineKTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nine-k-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm8-10h1.5v2.25L16.25 9H18l-2.25 3L18 15h-1.75l-1.75-2.25V15H13V9zm-6.5 4.5h3v-1h-2c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1H10c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H6.5v-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M8 10h1.5v1.5H8z", "opacity" ".3"}) (e "path" #js {"d" "M11 14v-4c0-.55-.45-1-1-1H7.5c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1h2v1h-3V15H10c.55 0 1-.45 1-1zm-1.5-2.5H8V10h1.5v1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 12.75 16.25 15H18l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5z"})]
"NineKTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nine_mp.cljs
================================================
(ns reagent-mui.icons.nine-mp
"Imports @mui/icons-material/NineMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nine-mp (create-svg-icon (e "path" #js {"d" "M11.5 6.5H13V8h-1.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm-1-8c0 .55-.45 1-1 1H10V10h3V9h-2c-.55 0-1-.45-1-1V6.5c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zm1 3.5H17v1.5h-1.5z"})
"NineMp"))
================================================
FILE: src/icons/reagent_mui/icons/nine_mp_outlined.cljs
================================================
(ns reagent-mui.icons.nine-mp-outlined
"Imports @mui/icons-material/NineMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nine-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 10.5v-4c0-.55-.45-1-1-1H11c-.55 0-1 .45-1 1V8c0 .55.45 1 1 1h2v1h-3v1.5h3.5c.55 0 1-.45 1-1zM13 8h-1.5V6.5H13V8z"})]
"NineMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nine_mp_rounded.cljs
================================================
(ns reagent-mui.icons.nine-mp-rounded
"Imports @mui/icons-material/NineMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nine-mp-rounded (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 6c-.55 0-1-.45-1-1V6.5c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-2.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H13V9h-2zm1.5 8.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"}) (e "path" #js {"d" "M11.5 6.5H13V8h-1.5z"})]
"NineMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nine_mp_sharp.cljs
================================================
(ns reagent-mui.icons.nine-mp-sharp
"Imports @mui/icons-material/NineMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nine-mp-sharp (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm7 7h3V9h-3V5.5h4.5v6H10V10zm2.5 8.5H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"}) (e "path" #js {"d" "M11.5 6.5H13V8h-1.5z"})]
"NineMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/nine_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.nine-mp-two-tone
"Imports @mui/icons-material/NineMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nine-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15zm-3.5-7.5H13V8h-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zM10 10h3V9h-2c-.55 0-1-.45-1-1V6.5c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H10V10zm-4 3.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 10.5v-4c0-.55-.45-1-1-1H11c-.55 0-1 .45-1 1V8c0 .55.45 1 1 1h2v1h-3v1.5h3.5c.55 0 1-.45 1-1zM13 8h-1.5V6.5H13V8z"})]
"NineMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nineteen_mp.cljs
================================================
(ns reagent-mui.icons.nineteen-mp
"Imports @mui/icons-material/NineteenMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nineteen-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 7h3V9h-2c-.55 0-1-.45-1-1V6.5c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H12V10zm1.5-2H15V6.5h-1.5V8zM7 5.5h3v6H8.5V7H7V5.5zm5 13h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm6.5-2.5c0 .55-.45 1-1 1h-2v1.5H14v-6h3.5c.55 0 1 .45 1 1V16zm-3-2H17v1.5h-1.5z"})
"NineteenMp"))
================================================
FILE: src/icons/reagent_mui/icons/nineteen_mp_outlined.cljs
================================================
(ns reagent-mui.icons.nineteen-mp-outlined
"Imports @mui/icons-material/NineteenMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nineteen-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm8-1v-4c0-.55-.45-1-1-1H13c-.55 0-1 .45-1 1V8c0 .55.45 1 1 1h2v1h-3v1.5h3.5c.55 0 1-.45 1-1zM15 8h-1.5V6.5H15V8z"})]
"NineteenMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nineteen_mp_rounded.cljs
================================================
(ns reagent-mui.icons.nineteen-mp-rounded
"Imports @mui/icons-material/NineteenMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nineteen-mp-rounded (create-svg-icon [(e "path" #js {"d" "M13.5 6.5H15V8h-1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.75 5.5H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C7.34 7 7 6.66 7 6.25s.34-.75.75-.75zm4.75 12.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zm-.5-7c0-.41.34-.75.75-.75H15V9h-2c-.55 0-1-.45-1-1V6.5c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-2.75c-.41 0-.75-.34-.75-.75zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"NineteenMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nineteen_mp_sharp.cljs
================================================
(ns reagent-mui.icons.nineteen-mp-sharp
"Imports @mui/icons-material/NineteenMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nineteen-mp-sharp (create-svg-icon [(e "path" #js {"d" "M13.5 6.5H15V8h-1.5zM15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm9 7h3V9h-3V5.5h4.5v6H12V10zM7 5.5h3v6H8.5V7H7V5.5zm5.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"})]
"NineteenMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/nineteen_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.nineteen-mp-two-tone
"Imports @mui/icons-material/NineteenMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nineteen-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zM12 10h3V9h-2c-.55 0-1-.45-1-1V6.5c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H12V10zM7 5.5h3v6H8.5V7H7V5.5zm-1 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M13.5 6.5H15V8h-1.5zM15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M16.5 10.5v-4c0-.55-.45-1-1-1H13c-.55 0-1 .45-1 1V8c0 .55.45 1 1 1h2v1h-3v1.5h3.5c.55 0 1-.45 1-1zM15 8h-1.5V6.5H15V8zm-6.5 3.5H10v-6H7V7h1.5z"})]
"NineteenMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_accounts.cljs
================================================
(ns reagent-mui.icons.no-accounts
"Imports @mui/icons-material/NoAccounts as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-accounts (create-svg-icon [(e "path" #js {"d" "M15.18 10.94c.2-.44.32-.92.32-1.44C15.5 7.57 13.93 6 12 6c-.52 0-1 .12-1.44.32l4.62 4.62z"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 13c-2.32 0-4.45.8-6.14 2.12C4.7 15.73 4 13.95 4 12c0-1.85.63-3.55 1.69-4.9l2.86 2.86c.21 1.56 1.43 2.79 2.99 2.99l2.2 2.2c-.57-.1-1.15-.15-1.74-.15zm6.31 1.9L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.54-1.69 4.9z"})]
"NoAccounts"))
================================================
FILE: src/icons/reagent_mui/icons/no_accounts_outlined.cljs
================================================
(ns reagent-mui.icons.no-accounts-outlined
"Imports @mui/icons-material/NoAccountsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-accounts-outlined (create-svg-icon [(e "path" #js {"d" "M15.18 10.94c.2-.44.32-.92.32-1.44C15.5 7.57 13.93 6 12 6c-.52 0-1 .12-1.44.32l4.62 4.62z"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-1.85.63-3.55 1.69-4.9l2.86 2.86c.21 1.56 1.43 2.79 2.99 2.99l2.2 2.2c-.57-.1-1.15-.15-1.74-.15-2.32 0-4.45.8-6.14 2.12C4.7 15.73 4 13.95 4 12zm8 8c-1.74 0-3.34-.56-4.65-1.5C8.66 17.56 10.26 17 12 17s3.34.56 4.65 1.5c-1.31.94-2.91 1.5-4.65 1.5zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.54-1.69 4.9z"})]
"NoAccountsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_accounts_rounded.cljs
================================================
(ns reagent-mui.icons.no-accounts-rounded
"Imports @mui/icons-material/NoAccountsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-accounts-rounded (create-svg-icon [(e "path" #js {"d" "M15.18 10.94c.2-.44.32-.92.32-1.44C15.5 7.57 13.93 6 12 6c-.52 0-1 .12-1.44.32l4.62 4.62z"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 13c-2.32 0-4.45.8-6.14 2.12C4.7 15.73 4 13.95 4 12c0-1.85.63-3.55 1.69-4.9l2.86 2.86c.21 1.56 1.43 2.79 2.99 2.99l2.2 2.2c-.57-.1-1.15-.15-1.74-.15zm6.31 1.9L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.54-1.69 4.9z"})]
"NoAccountsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_accounts_sharp.cljs
================================================
(ns reagent-mui.icons.no-accounts-sharp
"Imports @mui/icons-material/NoAccountsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-accounts-sharp (create-svg-icon [(e "path" #js {"d" "M15.18 10.94c.2-.44.32-.92.32-1.44C15.5 7.57 13.93 6 12 6c-.52 0-1 .12-1.44.32l4.62 4.62z"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 13c-2.32 0-4.45.8-6.14 2.12C4.7 15.73 4 13.95 4 12c0-1.85.63-3.55 1.69-4.9l2.86 2.86c.21 1.56 1.43 2.79 2.99 2.99l2.2 2.2c-.57-.1-1.15-.15-1.74-.15zm6.31 1.9L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.54-1.69 4.9z"})]
"NoAccountsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_accounts_two_tone.cljs
================================================
(ns reagent-mui.icons.no-accounts-two-tone
"Imports @mui/icons-material/NoAccountsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-accounts-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6c-.52 0-1 .12-1.44.32l4.62 4.62c.2-.44.32-.92.32-1.44C15.5 7.57 13.93 6 12 6zm0-4C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-1.85.63-3.55 1.69-4.9l2.86 2.86c.21 1.56 1.43 2.79 2.99 2.99l2.2 2.2c-.57-.1-1.15-.15-1.74-.15-2.32 0-4.45.8-6.14 2.12C4.7 15.73 4 13.95 4 12zm8 8c-1.74 0-3.34-.56-4.65-1.5C8.66 17.56 10.26 17 12 17s3.34.56 4.65 1.5c-1.31.94-2.91 1.5-4.65 1.5zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.54-1.69 4.9z"}) (e "path" #js {"d" "M7.35 18.5c1.31.94 2.91 1.5 4.65 1.5s3.34-.56 4.65-1.5C15.34 17.56 13.74 17 12 17s-3.34.56-4.65 1.5zm7.83-7.56-4.62-4.62C11 6.12 11.48 6 12 6c1.93 0 3.5 1.57 3.5 3.5 0 .52-.12 1-.32 1.44z", "opacity" ".3"})]
"NoAccountsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_adult_content.cljs
================================================
(ns reagent-mui.icons.no-adult-content
"Imports @mui/icons-material/NoAdultContent as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-adult-content (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-1.85.63-3.54 1.69-4.9L7.59 9h2.83L7.1 5.69C8.46 4.63 10.15 4 12 4c4.41 0 8 3.59 8 8 0 1.85-.63 3.54-1.69 4.9l-1.9-1.9h-2.83l3.31 3.31C15.54 19.37 13.85 20 12 20c-4.41 0-8-3.59-8-8z"}) (e "path" #js {"d" "m14.25 14-1.5-2 1.5-2h-1.5L12 11l-.75-1h-1.5l1.5 2-1.5 2h1.5l.75-1 .75 1zM8 10l-.75 1-.75-1H5l1.5 2L5 14h1.5l.75-1L8 14h1.5L8 12l1.5-2zm8 4 .75-1 .75 1H19l-1.5-2 1.5-2h-1.5l-.75 1-.75-1h-1.5l1.5 2-1.5 2z"})]
"NoAdultContent"))
================================================
FILE: src/icons/reagent_mui/icons/no_adult_content_outlined.cljs
================================================
(ns reagent-mui.icons.no-adult-content-outlined
"Imports @mui/icons-material/NoAdultContentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-adult-content-outlined (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-1.85.63-3.54 1.69-4.9L7.59 9h2.83L7.1 5.69C8.46 4.63 10.15 4 12 4c4.41 0 8 3.59 8 8 0 1.85-.63 3.54-1.69 4.9l-1.9-1.9h-2.83l3.31 3.31C15.54 19.37 13.85 20 12 20c-4.41 0-8-3.59-8-8z"}) (e "path" #js {"d" "m14.25 14-1.5-2 1.5-2h-1.5L12 11l-.75-1h-1.5l1.5 2-1.5 2h1.5l.75-1 .75 1zM8 10l-.75 1-.75-1H5l1.5 2L5 14h1.5l.75-1L8 14h1.5L8 12l1.5-2zm8 4 .75-1 .75 1H19l-1.5-2 1.5-2h-1.5l-.75 1-.75-1h-1.5l1.5 2-1.5 2z"})]
"NoAdultContentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_adult_content_rounded.cljs
================================================
(ns reagent-mui.icons.no-adult-content-rounded
"Imports @mui/icons-material/NoAdultContentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-adult-content-rounded (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-1.85.63-3.54 1.69-4.9L7.59 9h2.83L7.1 5.69C8.46 4.63 10.15 4 12 4c4.41 0 8 3.59 8 8 0 1.85-.63 3.54-1.69 4.9l-1.9-1.9h-2.83l3.31 3.31C15.54 19.37 13.85 20 12 20c-4.41 0-8-3.59-8-8z"}) (e "path" #js {"d" "m14.25 14-1.5-2 1.5-2h-1.5L12 11l-.75-1h-1.5l1.5 2-1.5 2h1.5l.75-1 .75 1zM8 10l-.75 1-.75-1H5l1.5 2L5 14h1.5l.75-1L8 14h1.5L8 12l1.5-2zm8 4 .75-1 .75 1H19l-1.5-2 1.5-2h-1.5l-.75 1-.75-1h-1.5l1.5 2-1.5 2z"})]
"NoAdultContentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_adult_content_sharp.cljs
================================================
(ns reagent-mui.icons.no-adult-content-sharp
"Imports @mui/icons-material/NoAdultContentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-adult-content-sharp (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-1.85.63-3.54 1.69-4.9L7.59 9h2.83L7.1 5.69C8.46 4.63 10.15 4 12 4c4.41 0 8 3.59 8 8 0 1.85-.63 3.54-1.69 4.9l-1.9-1.9h-2.83l3.31 3.31C15.54 19.37 13.85 20 12 20c-4.41 0-8-3.59-8-8z"}) (e "path" #js {"d" "m14.25 14-1.5-2 1.5-2h-1.5L12 11l-.75-1h-1.5l1.5 2-1.5 2h1.5l.75-1 .75 1zM8 10l-.75 1-.75-1H5l1.5 2L5 14h1.5l.75-1L8 14h1.5L8 12l1.5-2zm8 4 .75-1 .75 1H19l-1.5-2 1.5-2h-1.5l-.75 1-.75-1h-1.5l1.5 2-1.5 2z"})]
"NoAdultContentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_adult_content_two_tone.cljs
================================================
(ns reagent-mui.icons.no-adult-content-two-tone
"Imports @mui/icons-material/NoAdultContentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-adult-content-two-tone (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-1.85.63-3.54 1.69-4.9L7.59 9h2.83L7.1 5.69C8.46 4.63 10.15 4 12 4c4.41 0 8 3.59 8 8 0 1.85-.63 3.54-1.69 4.9l-1.9-1.9h-2.83l3.31 3.31C15.54 19.37 13.85 20 12 20c-4.41 0-8-3.59-8-8z"}) (e "path" #js {"d" "m14.25 14-1.5-2 1.5-2h-1.5L12 11l-.75-1h-1.5l1.5 2-1.5 2h1.5l.75-1 .75 1zM8 10l-.75 1-.75-1H5l1.5 2L5 14h1.5l.75-1L8 14h1.5L8 12l1.5-2zm8 4 .75-1 .75 1H19l-1.5-2 1.5-2h-1.5l-.75 1-.75-1h-1.5l1.5 2-1.5 2z"})]
"NoAdultContentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_backpack.cljs
================================================
(ns reagent-mui.icons.no-backpack
"Imports @mui/icons-material/NoBackpack as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-backpack (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22l2.76 2.76C4.06 7.31 4 7.64 4 8v12c0 1.1.9 2 2 2h12c.34 0 .65-.09.93-.24l.85.85 1.41-1.42zM6 14v-2h3.17l2 2H6zm8.83-2L6.98 4.15c.01 0 .01-.01.02-.01V2h3v2h4V2h3v2.14c1.72.45 3 2 3 3.86v9.17l-2-2V12h-3.17z"})
"NoBackpack"))
================================================
FILE: src/icons/reagent_mui/icons/no_backpack_outlined.cljs
================================================
(ns reagent-mui.icons.no-backpack-outlined
"Imports @mui/icons-material/NoBackpackOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-backpack-outlined (create-svg-icon (e "path" #js {"d" "M6.98 4.15c.01 0 .01-.01.02-.01V2h3v2h4V2h3v2.14c1.72.45 3 2 3 3.86v9.17l-2-2V8c0-1.1-.9-2-2-2H8.83L6.98 4.15zM14.83 12l1.67 1.67V12h-1.67zm4.95 10.61-.85-.85c-.28.15-.59.24-.93.24H6c-1.1 0-2-.9-2-2V8c0-.36.06-.69.15-1.02L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM17.17 20l-6-6H7.5v-2h1.67L6 8.83V20h11.17z"})
"NoBackpackOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_backpack_rounded.cljs
================================================
(ns reagent-mui.icons.no-backpack-rounded
"Imports @mui/icons-material/NoBackpackRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-backpack-rounded (create-svg-icon (e "path" #js {"d" "M6.98 4.15c.01 0 .01-.01.02-.01V3.5C7 2.67 7.67 2 8.5 2s1.5.67 1.5 1.5V4h4v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.64c1.72.45 3 2 3 3.86v9.17l-2.03-2.03c.01-.05.03-.09.03-.14v-2c0-.55-.45-1-1-1h-2.17L6.98 4.15zM20.49 21.9c-.39.39-1.02.39-1.41 0l-.14-.14c-.29.15-.6.24-.94.24H6c-1.1 0-2-.9-2-2V8c0-.36.06-.69.15-1.02L2.1 4.93a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l16.97 16.97c.4.39.4 1.02.01 1.41zM11.17 14l-2-2H7c-.55 0-1 .45-1 1s.45 1 1 1h4.17z"})
"NoBackpackRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_backpack_sharp.cljs
================================================
(ns reagent-mui.icons.no-backpack-sharp
"Imports @mui/icons-material/NoBackpackSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-backpack-sharp (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22l2.76 2.76C4.06 7.31 4 7.64 4 8v14h15.17l.61.61 1.41-1.42zM6 14v-2h3.17l2 2H6zm.98-9.85c.01 0 .01-.01.02-.01V2h3v2h4V2h3v2.14c1.72.45 3 2 3 3.86v9.17l-2-2V12h-3.17L6.98 4.15z"})
"NoBackpackSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_backpack_two_tone.cljs
================================================
(ns reagent-mui.icons.no-backpack-two-tone
"Imports @mui/icons-material/NoBackpackTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-backpack-two-tone (create-svg-icon [(e "path" #js {"d" "M18 15.17V8c0-1.1-.9-2-2-2H8.83l6 6h1.67v1.67l1.5 1.5zM17.17 20l-6-6H7.5v-2h1.67L6 8.83V20h11.17z", "opacity" ".3"}) (e "path" #js {"d" "M6.98 4.15c.01 0 .01-.01.02-.01V2h3v2h4V2h3v2.14c1.72.45 3 2 3 3.86v9.17l-2-2V8c0-1.1-.9-2-2-2H8.83L6.98 4.15zM14.83 12l1.67 1.67V12h-1.67zm4.95 10.61-.85-.85c-.28.15-.59.24-.93.24H6c-1.1 0-2-.9-2-2V8c0-.36.06-.69.15-1.02L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM17.17 20l-6-6H7.5v-2h1.67L6 8.83V20h11.17z"})]
"NoBackpackTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_cell.cljs
================================================
(ns reagent-mui.icons.no-cell
"Imports @mui/icons-material/NoCell as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-cell (create-svg-icon (e "path" #js {"d" "m8.83 6-3.7-3.7C5.42 1.55 6.15 1 7 1l10 .01c1.1 0 2 .89 2 1.99v13.17l-2-2V6H8.83zm10.95 16.61-.91-.91c-.29.75-1.02 1.3-1.87 1.3H7c-1.1 0-2-.9-2-2V7.83L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM15.17 18 7 9.83V18h8.17z"})
"NoCell"))
================================================
FILE: src/icons/reagent_mui/icons/no_cell_outlined.cljs
================================================
(ns reagent-mui.icons.no-cell-outlined
"Imports @mui/icons-material/NoCellOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-cell-outlined (create-svg-icon (e "path" #js {"d" "M17 6v8.17l2 2V3c0-1.1-.9-1.99-2-1.99L7 1c-.85 0-1.58.55-1.87 1.3L8.83 6H17zM7 3h10v1H7V3zm14.19 18.19L19 19l-2-2L7 7 5 5 2.81 2.81 1.39 4.22 5 7.83V21c0 1.1.9 2 2 2h10c.85 0 1.58-.55 1.87-1.3l.91.91 1.41-1.42zM17 21H7v-1h10v1zM7 18V9.83L15.17 18H7z"})
"NoCellOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_cell_rounded.cljs
================================================
(ns reagent-mui.icons.no-cell-rounded
"Imports @mui/icons-material/NoCellRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-cell-rounded (create-svg-icon (e "path" #js {"d" "m8.83 6-3.7-3.7C5.42 1.55 6.15 1 7 1l10 .01c1.1 0 2 .89 2 1.99v13.17l-2-2V6H8.83zm11.66 15.9c-.39.39-1.02.39-1.41 0l-.2-.2c-.3.75-1.03 1.3-1.88 1.3H7c-1.1 0-2-.9-2-2V7.83l-2.9-2.9a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l16.97 16.97c.4.39.4 1.02.01 1.41zM15.17 18 7 9.83V18h8.17z"})
"NoCellRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_cell_sharp.cljs
================================================
(ns reagent-mui.icons.no-cell-sharp
"Imports @mui/icons-material/NoCellSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-cell-sharp (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22 5 7.83V23h14v-1.17l.78.78 1.41-1.42zM7 18V9.83L15.17 18H7zM8.83 6 5 2.17V1h14v15.17l-2-2V6H8.83z"})
"NoCellSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_cell_two_tone.cljs
================================================
(ns reagent-mui.icons.no-cell-two-tone
"Imports @mui/icons-material/NoCellTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-cell-two-tone (create-svg-icon [(e "path" #js {"d" "M7 21h10v-1H7v1zM7 3v1h10V3H7z", "opacity" ".3"}) (e "path" #js {"d" "M17 6v8.17l2 2V3c0-1.1-.9-1.99-2-1.99L7 1c-.85 0-1.58.55-1.87 1.3L8.83 6H17zM7 3h10v1H7V3zm14.19 18.19L2.81 2.81 1.39 4.22 5 7.83V21c0 1.1.9 2 2 2h10c.85 0 1.58-.55 1.87-1.3l.91.91 1.41-1.42zM17 21H7v-1h10v1zM7 18V9.83L15.17 18H7z"})]
"NoCellTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_crash.cljs
================================================
(ns reagent-mui.icons.no-crash
"Imports @mui/icons-material/NoCrash as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-crash (create-svg-icon (e "path" #js {"d" "M18.92 9.01C18.72 8.42 18.16 8 17.5 8h-11c-.66 0-1.21.42-1.42 1.01L3 15v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 10h10.29l1.04 3H5.81l1.04-3zM6 17.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S8.33 19 7.5 19 6 18.33 6 17.5zm9 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zM12 6.36 9.17 3.54l1.41-1.41L12 3.54 15.54 0l1.41 1.41L12 6.36z"})
"NoCrash"))
================================================
FILE: src/icons/reagent_mui/icons/no_crash_outlined.cljs
================================================
(ns reagent-mui.icons.no-crash-outlined
"Imports @mui/icons-material/NoCrashOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-crash-outlined (create-svg-icon (e "path" #js {"d" "M18.92 9.01C18.72 8.42 18.16 8 17.5 8h-11c-.66 0-1.21.42-1.42 1.01L3 15v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 10h10.29l1.04 3H5.81l1.04-3zM19 20H5v-5h14v5zM6 17.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S8.33 19 7.5 19 6 18.33 6 17.5zm9 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zM12 6.36 9.17 3.54l1.41-1.41L12 3.54 15.54 0l1.41 1.41L12 6.36z"})
"NoCrashOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_crash_rounded.cljs
================================================
(ns reagent-mui.icons.no-crash-rounded
"Imports @mui/icons-material/NoCrashRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-crash-rounded (create-svg-icon (e "path" #js {"d" "M19.5 24c.82 0 1.5-.67 1.5-1.5v-7.16c0-.22-.04-.45-.11-.66l-1.97-5.67C18.72 8.42 18.16 8 17.5 8h-11c-.66 0-1.21.42-1.42 1.01l-1.97 5.67c-.07.21-.11.43-.11.66v7.16c0 .83.68 1.5 1.5 1.5S6 23.33 6 22.5V22h12v.5c0 .83.67 1.5 1.5 1.5zM6.85 10h10.29l1.04 3H5.81l1.04-3zM6 17.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S8.33 19 7.5 19 6 18.33 6 17.5zm9 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zM16.24.71c.39.39.39 1.02 0 1.41L12.7 5.66c-.39.39-1.02.39-1.41 0L9.88 4.24a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l.71.71L14.83.71c.39-.39 1.02-.39 1.41 0z"})
"NoCrashRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_crash_sharp.cljs
================================================
(ns reagent-mui.icons.no-crash-sharp
"Imports @mui/icons-material/NoCrashSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-crash-sharp (create-svg-icon (e "path" #js {"d" "M18.57 8H5.43L3 15v9h3v-2h12v2h3v-9l-2.43-7zM6.85 10h10.29l1.04 3H5.81l1.04-3zM6 17.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S8.33 19 7.5 19 6 18.33 6 17.5zm9 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zM12 6.36 9.17 3.54l1.41-1.41L12 3.54 15.54 0l1.41 1.41L12 6.36z"})
"NoCrashSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_crash_two_tone.cljs
================================================
(ns reagent-mui.icons.no-crash-two-tone
"Imports @mui/icons-material/NoCrashTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-crash-two-tone (create-svg-icon [(e "path" #js {"d" "M5 15v5h14v-5H5zm2.5 4c-.83 0-1.5-.67-1.5-1.5S6.67 16 7.5 16s1.5.67 1.5 1.5S8.33 19 7.5 19zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z", "opacity" ".3"}) (e "path" #js {"d" "M18.92 9.01C18.72 8.42 18.16 8 17.5 8h-11c-.66 0-1.21.42-1.42 1.01L3 15v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 10h10.29l1.04 3H5.81l1.04-3zM19 20H5v-5h14v5zM6 17.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S8.33 19 7.5 19 6 18.33 6 17.5zm9 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zM12 6.36 9.17 3.54l1.41-1.41L12 3.54 15.54 0l1.41 1.41L12 6.36z"})]
"NoCrashTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_drinks.cljs
================================================
(ns reagent-mui.icons.no-drinks
"Imports @mui/icons-material/NoDrinks as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-drinks (create-svg-icon (e "path" #js {"d" "M5.83 3H21v2l-6.2 6.97L9.83 7h6.74l1.78-2H7.83l-2-2zm13.95 19.61L18 20.83V21H6v-2h5v-5l-1.37-1.54-8.24-8.24L2.8 2.81 3 3l18.19 18.19-1.41 1.42zM16.17 19 13 15.83V19h3.17z"})
"NoDrinks"))
================================================
FILE: src/icons/reagent_mui/icons/no_drinks_outlined.cljs
================================================
(ns reagent-mui.icons.no-drinks-outlined
"Imports @mui/icons-material/NoDrinksOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-drinks-outlined (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22l8.23 8.23L11 14v5H6v2h12v-.17l1.78 1.78 1.41-1.42zM13 19v-3.17L16.17 19H13zM7.83 5l-2-2H21v2l-6.2 6.97-1.42-1.42L14.77 9h-2.94l-2-2h6.74l1.78-2H7.83z"})
"NoDrinksOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_drinks_rounded.cljs
================================================
(ns reagent-mui.icons.no-drinks-rounded
"Imports @mui/icons-material/NoDrinksRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-drinks-rounded (create-svg-icon (e "path" #js {"d" "M20.49 20.49 3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l7.54 7.54L11 14v5H7c-.55 0-1 .45-1 1s.45 1 1 1h10c.32 0 .59-.16.78-.4l1.3 1.3c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41zM13 19v-3.17L16.17 19H13zM7.83 5l-2-2h13.72c.8 0 1.45.65 1.45 1.45 0 .35-.13.7-.37.96l-5.83 6.56L9.83 7h6.74l1.78-2H7.83z"})
"NoDrinksRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_drinks_sharp.cljs
================================================
(ns reagent-mui.icons.no-drinks-sharp
"Imports @mui/icons-material/NoDrinksSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-drinks-sharp (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22l8.23 8.23L11 14v5H6v2h12v-.17l1.78 1.78 1.41-1.42zM13 19v-3.17L16.17 19H13zM7.83 5l-2-2H21v2l-6.2 6.97L9.83 7h6.74l1.78-2H7.83z"})
"NoDrinksSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_drinks_two_tone.cljs
================================================
(ns reagent-mui.icons.no-drinks-two-tone
"Imports @mui/icons-material/NoDrinksTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-drinks-two-tone (create-svg-icon [(e "path" #js {"d" "M14.77 9h-2.94l1.55 1.56z", "opacity" ".3"}) (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22l8.23 8.23L11 14v5H6v2h12v-.17l1.78 1.78 1.41-1.42zM13 19v-3.17L16.17 19H13zM7.83 5l-2-2H21v2l-6.2 6.97-1.42-1.42L14.77 9h-2.94l-2-2h6.74l1.78-2H7.83z"})]
"NoDrinksTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_encryption.cljs
================================================
(ns reagent-mui.icons.no-encryption
"Imports @mui/icons-material/NoEncryption as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-encryption (create-svg-icon (e "path" #js {"d" "M21 21.78 4.22 5 3 6.22l2.04 2.04C4.42 8.6 4 9.25 4 10v10c0 1.1.9 2 2 2h12c.23 0 .45-.05.66-.12L19.78 23 21 21.78zM8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2H9.66L20 18.34V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5-2.56 0-4.64 1.93-4.94 4.4L8.9 7.24V6z"})
"NoEncryption"))
================================================
FILE: src/icons/reagent_mui/icons/no_encryption_gmailerrorred.cljs
================================================
(ns reagent-mui.icons.no-encryption-gmailerrorred
"Imports @mui/icons-material/NoEncryptionGmailerrorred as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-encryption-gmailerrorred (create-svg-icon (e "path" #js {"d" "M8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2h-4.27L20 17.17V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5-2.21 0-4.07 1.45-4.73 3.44L8.9 6.07V6zM2.1 2.1.69 3.51 5.3 8.13C4.55 8.42 4 9.15 4 10v10c0 1.1.9 2 2 2h12c.34 0 .65-.09.93-.24l1.56 1.56 1.41-1.41L2.1 2.1zM12 17c-1.1 0-2-.9-2-2 0-.59.27-1.12.68-1.49l2.81 2.81c-.37.41-.9.68-1.49.68z"})
"NoEncryptionGmailerrorred"))
================================================
FILE: src/icons/reagent_mui/icons/no_encryption_gmailerrorred_outlined.cljs
================================================
(ns reagent-mui.icons.no-encryption-gmailerrorred-outlined
"Imports @mui/icons-material/NoEncryptionGmailerrorredOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-encryption-gmailerrorred-outlined (create-svg-icon (e "path" #js {"d" "M8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2h-4.66l2 2H18v5.56l2 2V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5-2.32 0-4.26 1.59-4.82 3.74L8.9 6.46V6zM4.41 4.81 3 6.22l2.04 2.04C4.42 8.6 4 9.25 4 10v10c0 1.1.9 2 2 2h12.78l1 1 1.41-1.41L4.41 4.81zM6 20V10h.78l10 10H6z"})
"NoEncryptionGmailerrorredOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_encryption_gmailerrorred_rounded.cljs
================================================
(ns reagent-mui.icons.no-encryption-gmailerrorred-rounded
"Imports @mui/icons-material/NoEncryptionGmailerrorredRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-encryption-gmailerrorred-rounded (create-svg-icon (e "path" #js {"d" "M8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2h-4.66L20 17.56V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5-2.32 0-4.26 1.59-4.82 3.74L8.9 6.46V6zm-3.78-.49a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.33 1.33C4.42 8.6 4 9.25 4 10v10c0 1.1.9 2 2 2h12.78l.29.29c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L5.12 5.51z"})
"NoEncryptionGmailerrorredRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_encryption_gmailerrorred_sharp.cljs
================================================
(ns reagent-mui.icons.no-encryption-gmailerrorred-sharp
"Imports @mui/icons-material/NoEncryptionGmailerrorredSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-encryption-gmailerrorred-sharp (create-svg-icon (e "path" #js {"d" "M8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2h-4.66L20 17.56V8h-3V6.22c0-2.61-1.91-4.94-4.51-5.19-2.53-.25-4.72 1.41-5.32 3.7L8.9 6.46V6zM4.41 4.81 3 6.22 4.78 8H4v14h14.78l1 1 1.41-1.41z"})
"NoEncryptionGmailerrorredSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_encryption_gmailerrorred_two_tone.cljs
================================================
(ns reagent-mui.icons.no-encryption-gmailerrorred-two-tone
"Imports @mui/icons-material/NoEncryptionGmailerrorredTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-encryption-gmailerrorred-two-tone (create-svg-icon [(e "path" #js {"d" "M6 20h10.78l-10-10H6zm6.44-10L18 15.56V10z", "opacity" ".3"}) (e "path" #js {"d" "M8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2h-4.66l2 2H18v5.56l2 2V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5-2.32 0-4.26 1.59-4.82 3.74L8.9 6.46V6zM4.41 4.81 3 6.22l2.04 2.04C4.42 8.6 4 9.25 4 10v10c0 1.1.9 2 2 2h12.78l1 1 1.41-1.41L4.41 4.81zM6 20V10h.78l10 10H6z"})]
"NoEncryptionGmailerrorredTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_encryption_outlined.cljs
================================================
(ns reagent-mui.icons.no-encryption-outlined
"Imports @mui/icons-material/NoEncryptionOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-encryption-outlined (create-svg-icon (e "path" #js {"d" "M8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2h-4.66l2 2H18v5.56l2 2V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5-2.32 0-4.26 1.59-4.82 3.74L8.9 6.46V6zM4.41 4.81 3 6.22l2.04 2.04C4.42 8.6 4 9.25 4 10v10c0 1.1.9 2 2 2h12.78l1 1 1.41-1.41L4.41 4.81zM6 20V10h.78l10 10H6z"})
"NoEncryptionOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_encryption_rounded.cljs
================================================
(ns reagent-mui.icons.no-encryption-rounded
"Imports @mui/icons-material/NoEncryptionRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-encryption-rounded (create-svg-icon (e "path" #js {"d" "M8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2h-4.66L20 17.56V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5-2.32 0-4.26 1.59-4.82 3.74L8.9 6.46V6zm-3.78-.49a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.33 1.33C4.42 8.6 4 9.25 4 10v10c0 1.1.9 2 2 2h12.78l.29.29c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L5.12 5.51z"})
"NoEncryptionRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_encryption_sharp.cljs
================================================
(ns reagent-mui.icons.no-encryption-sharp
"Imports @mui/icons-material/NoEncryptionSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-encryption-sharp (create-svg-icon (e "path" #js {"d" "M8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2h-4.66L20 17.56V8h-3V6.22c0-2.61-1.91-4.94-4.51-5.19-2.53-.25-4.72 1.41-5.32 3.7L8.9 6.46V6zM4.41 4.81 3 6.22 4.78 8H4v14h14.78l1 1 1.41-1.41z"})
"NoEncryptionSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_encryption_two_tone.cljs
================================================
(ns reagent-mui.icons.no-encryption-two-tone
"Imports @mui/icons-material/NoEncryptionTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-encryption-two-tone (create-svg-icon [(e "path" #js {"d" "M6 20h10.78l-10-10H6zm6.44-10L18 15.56V10z", "opacity" ".3"}) (e "path" #js {"d" "M8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2h-4.66l2 2H18v5.56l2 2V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5-2.32 0-4.26 1.59-4.82 3.74L8.9 6.46V6zM4.41 4.81 3 6.22l2.04 2.04C4.42 8.6 4 9.25 4 10v10c0 1.1.9 2 2 2h12.78l1 1 1.41-1.41L4.41 4.81zM6 20V10h.78l10 10H6z"})]
"NoEncryptionTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_flash.cljs
================================================
(ns reagent-mui.icons.no-flash
"Imports @mui/icons-material/NoFlash as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-flash (create-svg-icon (e "path" #js {"d" "M13.93 13.93 2.45 2.45 1.04 3.87l5.3 5.3-.2.23H3.6c-.88 0-1.6.72-1.6 1.6v9.4c0 .88.72 1.6 1.6 1.6h12.8c.75 0 1.38-.52 1.55-1.22l2.18 2.18 1.41-1.41L18 18l-4.07-4.07zM10 20c-2.21 0-4-1.79-4-4 0-1.95 1.4-3.57 3.25-3.92l1.57 1.57c-.26-.09-.53-.15-.82-.15-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5c0-.29-.06-.56-.15-.82l1.57 1.57C13.57 18.6 11.95 20 10 20zm8-4.83L10.83 8h1.75l1.28 1.4h2.54c.88 0 1.6.72 1.6 1.6v4.17zm2.4-9.57H22L19 11V7h-1V2h4l-1.6 3.6z"})
"NoFlash"))
================================================
FILE: src/icons/reagent_mui/icons/no_flash_outlined.cljs
================================================
(ns reagent-mui.icons.no-flash-outlined
"Imports @mui/icons-material/NoFlashOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-flash-outlined (create-svg-icon (e "path" #js {"d" "M20.4 5.6H22L19 11V7h-1V2h4l-1.6 3.6zM16 11.4v1.77l2 2V11c0-.88-.72-1.6-1.6-1.6h-2.54L12.58 8h-1.75l3.4 3.4H16zM2.1 2.1.69 3.51l5.66 5.66-.21.23H3.6c-.88 0-1.6.72-1.6 1.6v9.4c0 .88.72 1.6 1.6 1.6h12.8c.75 0 1.38-.52 1.55-1.22l2.54 2.54 1.41-1.41L2.1 2.1zm9.4 13.4c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5S9.17 14 10 14s1.5.67 1.5 1.5zm4.46 4.5H4v-8.6h3.02l.59-.65.15-.16 1.5 1.5c-1.58.34-2.76 1.73-2.76 3.41 0 1.93 1.57 3.5 3.5 3.5 1.68 0 3.07-1.18 3.42-2.76l2.55 2.55-.01 1.21z"})
"NoFlashOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_flash_rounded.cljs
================================================
(ns reagent-mui.icons.no-flash-rounded
"Imports @mui/icons-material/NoFlashRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-flash-rounded (create-svg-icon (e "path" #js {"d" "M3.16 3.16a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.6 4.6-.21.23H3.6c-.88 0-1.6.72-1.6 1.6v9.4c0 .88.72 1.6 1.6 1.6h12.8c.75 0 1.38-.52 1.55-1.22l1.47 1.47c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.16 3.16zM10 20c-2.21 0-4-1.79-4-4 0-1.95 1.4-3.57 3.25-3.92l1.57 1.57c-.26-.09-.53-.15-.82-.15-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5c0-.29-.06-.56-.15-.82l1.57 1.57C13.57 18.6 11.95 20 10 20zm8-4.83L10.83 8h.87c.56 0 1.1.24 1.48.65l.69.75h2.54c.88 0 1.6.72 1.6 1.6v4.17zm2.4-9.57h.75c.38 0 .62.41.44.74L19 11V7h-.5c-.28 0-.5-.22-.5-.5v-4c0-.28.22-.5.5-.5h2.73c.36 0 .6.37.46.7L20.4 5.6z"})
"NoFlashRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_flash_sharp.cljs
================================================
(ns reagent-mui.icons.no-flash-sharp
"Imports @mui/icons-material/NoFlashSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-flash-sharp (create-svg-icon (e "path" #js {"d" "M2.45 2.45 1.04 3.87l5.3 5.3-.2.23H2V22h16v-1.17l2.13 2.13 1.41-1.41L2.45 2.45zM10 20c-2.21 0-4-1.79-4-4 0-1.95 1.4-3.57 3.25-3.92l1.57 1.57c-.26-.09-.53-.15-.82-.15-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5c0-.29-.06-.56-.15-.82l1.57 1.57C13.57 18.6 11.95 20 10 20zm8-4.83L10.83 8h1.75l1.28 1.4H18v5.77zm2.4-9.57H22L19 11V7h-1V2h4l-1.6 3.6z"})
"NoFlashSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_flash_two_tone.cljs
================================================
(ns reagent-mui.icons.no-flash-two-tone
"Imports @mui/icons-material/NoFlashTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-flash-two-tone (create-svg-icon [(e "path" #js {"d" "m13.42 16.24 2.55 2.55-.01 1.21H4v-8.6h3.02l.59-.65.15-.16 1.5 1.5c-1.58.34-2.76 1.73-2.76 3.41 0 1.93 1.57 3.5 3.5 3.5 1.68 0 3.07-1.18 3.42-2.76zM16 13.17V11.4h-1.77L16 13.17z", "opacity" ".3"}) (e "path" #js {"d" "M20.4 5.6H22L19 11V7h-1V2h4l-1.6 3.6zM16 11.4v1.77l2 2V11c0-.88-.72-1.6-1.6-1.6h-2.54L12.58 8h-1.75l3.4 3.4H16zm1.97 6.57L2.1 2.1.69 3.51l5.66 5.66-.21.23H3.6c-.88 0-1.6.72-1.6 1.6v9.4c0 .88.72 1.6 1.6 1.6h12.8c.75 0 1.38-.52 1.55-1.22l2.54 2.54 1.41-1.41-3.93-3.94zM11.5 15.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5S9.17 14 10 14s1.5.67 1.5 1.5zm4.46 4.5H4v-8.6h3.02l.59-.65.15-.16 1.5 1.5c-1.58.34-2.76 1.73-2.76 3.41 0 1.93 1.57 3.5 3.5 3.5 1.68 0 3.07-1.18 3.42-2.76l2.55 2.55-.01 1.21z"})]
"NoFlashTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_food.cljs
================================================
(ns reagent-mui.icons.no-food
"Imports @mui/icons-material/NoFood as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-food (create-svg-icon (e "path" #js {"d" "M11.35 8.52 11 5h5V1h2v4h5l-1.38 13.79L11.35 8.52zM1 21v1c0 .55.45 1 1 1h13c.55 0 1-.45 1-1v-1H1zm20.9.9L2.1 2.1.69 3.51l5.7 5.7C3.28 9.87 1 11.99 1 15h11.17l2 2H1v2h15v-.17l4.49 4.49 1.41-1.42z"})
"NoFood"))
================================================
FILE: src/icons/reagent_mui/icons/no_food_outlined.cljs
================================================
(ns reagent-mui.icons.no-food-outlined
"Imports @mui/icons-material/NoFoodOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-food-outlined (create-svg-icon (e "path" #js {"d" "M1 21h15.01v.98c0 .56-.45 1.01-1.01 1.01H2.01c-.56 0-1.01-.45-1.01-1.01V21zm19.49 2.31L16 18.83V19H1v-2h13.17l-2-2H1c0-3.24 2.46-5.17 5.38-5.79l-5.7-5.7L2.1 2.1 13 13l2 2 6.9 6.9-1.41 1.41zM10.17 13l-2-2c-1.42.06-3.52.56-4.55 2h6.55zM23 5h-5V1h-2v4h-5l.23 2h9.56l-1 9.97 1.83 1.83L23 5z"})
"NoFoodOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_food_rounded.cljs
================================================
(ns reagent-mui.icons.no-food-rounded
"Imports @mui/icons-material/NoFoodRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-food-rounded (create-svg-icon (e "path" #js {"d" "M16 22c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1s.45-1 1-1h13c.55 0 1 .45 1 1zm6.89-15.9c.06-.59-.4-1.1-.99-1.1H18V2c0-.55-.45-1-1-1s-1 .45-1 1v3h-3.9c-.59 0-1.05.51-1 1.1l.24 2.41L18 15.17l3.62 3.62L22.89 6.1zm-1.7 16.51c.39-.39.39-1.02 0-1.41L12 12 9.01 9.01l-6.2-6.2a.9959.9959 0 0 0-1.41 0C1 3.2 1 3.83 1.39 4.22l4.99 4.99c-2.56.54-4.76 2.08-5.28 4.63-.11.61.39 1.16 1 1.16h10.07l2 2H2c-.55 0-1 .45-1 1s.45 1 1 1h13c.32 0 .59-.16.78-.4l4 4c.39.4 1.02.4 1.41.01z"})
"NoFoodRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_food_sharp.cljs
================================================
(ns reagent-mui.icons.no-food-sharp
"Imports @mui/icons-material/NoFoodSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-food-sharp (create-svg-icon (e "path" #js {"d" "M11.35 8.52 11 5h5V1h2v4h5l-1.38 13.79L18 15.17l-6.65-6.65zM21.9 21.9 2.1 2.1.69 3.51l5.7 5.7C3.46 9.83 1 11.76 1 15h11.17l2 2H1v2h15v-.17l4.49 4.49 1.41-1.42zM1 23h15v-2H1v2z"})
"NoFoodSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_food_two_tone.cljs
================================================
(ns reagent-mui.icons.no-food-two-tone
"Imports @mui/icons-material/NoFoodTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-food-two-tone (create-svg-icon [(e "path" #js {"d" "M8.16 11c-1.43.07-3.52.57-4.54 2h6.55l-2.01-2z", "opacity" ".3"}) (e "path" #js {"d" "M1 21h15.01v.98c0 .56-.45 1.01-1.01 1.01H2.01c-.56 0-1.01-.45-1.01-1.01V21zm19.49 2.31L16 18.83V19H1v-2h13.17l-2-2H1c0-3.24 2.46-5.17 5.38-5.79l-5.7-5.7L2.1 2.1 13 13l2 2 6.9 6.9-1.41 1.41zM10.17 13l-2-2c-1.42.06-3.52.56-4.55 2h6.55zM23 5h-5V1h-2v4h-5l.23 2h9.56l-1 9.97 1.83 1.83L23 5z"})]
"NoFoodTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_luggage.cljs
================================================
(ns reagent-mui.icons.no-luggage
"Imports @mui/icons-material/NoLuggage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-luggage (create-svg-icon (e "path" #js {"d" "M12.75 9v.92l1.75 1.75V9H16v4.17l3 3V8c0-1.1-.9-2-2-2h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3h-.17l3 3h.92zM10.5 3.5h3V6h-3V3.5zm10.69 17.69L2.81 2.81 1.39 4.22l3.63 3.63c0 .05-.02.1-.02.15v11c0 1.1.9 2 2 2 0 .55.45 1 1 1s1-.45 1-1h6c0 .55.45 1 1 1s1-.45 1-1c.34 0 .65-.09.93-.24l1.85 1.85 1.41-1.42zM8 18v-7.17l1.5 1.5V18H8zm4.75 0h-1.5v-3.92l1.5 1.5V18z"})
"NoLuggage"))
================================================
FILE: src/icons/reagent_mui/icons/no_luggage_outlined.cljs
================================================
(ns reagent-mui.icons.no-luggage-outlined
"Imports @mui/icons-material/NoLuggageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-luggage-outlined (create-svg-icon (e "path" #js {"d" "m16 13.17-1.5-1.5V9H16v4.17zm3.78 9.44-1.85-1.85c-.28.15-.59.24-.93.24 0 .55-.45 1-1 1s-1-.45-1-1H9c0 .55-.45 1-1 1s-1-.45-1-1c-1.1 0-2-.9-2-2V8c0-.05.02-.1.02-.15L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM16.17 19l-3.42-3.42V18h-1.5v-3.92L9.5 12.33V18H8v-7.17l-1-1V19h9.17zM12.75 9h-.92l.92.92V9zM19 8v8.17l-2-2V8h-6.17l-.99-.99L9 6.17V3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v3h2c1.1 0 2 .9 2 2zm-8.5-2h3V3.5h-3V6z"})
"NoLuggageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_luggage_rounded.cljs
================================================
(ns reagent-mui.icons.no-luggage-rounded
"Imports @mui/icons-material/NoLuggageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-luggage-rounded (create-svg-icon (e "path" #js {"d" "M20.49 20.49 3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l2.92 2.92c0 .06-.02.11-.02.16v11c0 1.1.9 2 2 2 0 .55.45 1 1 1s1-.45 1-1h6c0 .55.45 1 1 1s1-.45 1-1c.34 0 .65-.09.93-.24l1.14 1.14c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41zM8.75 18c-.41 0-.75-.34-.75-.75v-6.42l1.5 1.5v4.92c0 .41-.34.75-.75.75zM12 18c-.41 0-.75-.34-.75-.75v-3.17l1.5 1.5v1.67c0 .41-.34.75-.75.75zm0-9c.41 0 .75.34.75.75v.17l1.75 1.75V9.75c0-.41.34-.75.75-.75s.75.34.75.75v3.42l3 3V8c0-1.1-.9-2-2-2h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3h-.17l3.03 3.03c.05-.01.09-.03.14-.03zm-1.5-5.5h3V6h-3V3.5z"})
"NoLuggageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_luggage_sharp.cljs
================================================
(ns reagent-mui.icons.no-luggage-sharp
"Imports @mui/icons-material/NoLuggageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-luggage-sharp (create-svg-icon (e "path" #js {"d" "M12.75 9v.92l1.75 1.75V9H16v4.17l3 3V6h-4V2H9v4h-.17l3 3h.92zM10.5 3.5h3V6h-3V3.5zm10.69 17.69L2.81 2.81 1.39 4.22 5 7.83V21h2v1h2v-1h6v1h2v-1h1.17l1.61 1.61 1.41-1.42zM8 18v-7.17l1.5 1.5V18H8zm3.25 0v-3.92l1.5 1.5V18h-1.5z"})
"NoLuggageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_luggage_two_tone.cljs
================================================
(ns reagent-mui.icons.no-luggage-two-tone
"Imports @mui/icons-material/NoLuggageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-luggage-two-tone (create-svg-icon [(e "path" #js {"d" "m16.17 19-3.42-3.42V18h-1.5v-3.92L9.5 12.33V18H8v-7.17l-1-1V19h9.17zM17 8v6.17l-1-1V9h-1.5v2.67l-1.75-1.75V9h-.92l-1-1H17z", "opacity" ".3"}) (e "path" #js {"d" "m16 13.17-1.5-1.5V9H16v4.17zm3.78 9.44-1.85-1.85c-.28.15-.59.24-.93.24 0 .55-.45 1-1 1s-1-.45-1-1H9c0 .55-.45 1-1 1s-1-.45-1-1c-1.1 0-2-.9-2-2V8c0-.05.02-.1.02-.15L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM16.17 19l-3.42-3.42V18h-1.5v-3.92L9.5 12.33V18H8v-7.17l-1-1V19h9.17zM12.75 9h-.92l.92.92V9zM19 8v8.17l-2-2V8h-6.17l-.99-.99L9 6.17V3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v3h2c1.1 0 2 .9 2 2zm-8.5-2h3V3.5h-3V6z"})]
"NoLuggageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_meals.cljs
================================================
(ns reagent-mui.icons.no-meals
"Imports @mui/icons-material/NoMeals as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-meals (create-svg-icon (e "path" #js {"d" "M16 14V6c0-1.76 2.24-4 5-4v16.17l-2-2V14h-3zm4.49 9.31L10.02 12.85c-.33.09-.66.15-1.02.15v9H7v-9c-2.21 0-4-1.79-4-4V5.83L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM6.17 9 5 7.83V9h1.17zM9 2H7v2.17l2 2V2zm4 7V2h-2v6.17l1.85 1.85c.09-.33.15-.66.15-1.02z"})
"NoMeals"))
================================================
FILE: src/icons/reagent_mui/icons/no_meals_outlined.cljs
================================================
(ns reagent-mui.icons.no-meals-outlined
"Imports @mui/icons-material/NoMealsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-meals-outlined (create-svg-icon (e "path" #js {"d" "M16 14V6c0-1.76 2.24-4 5-4v16.17l-2-2V14h-3zm4.49 9.31L10.02 12.85c-.33.09-.66.15-1.02.15v9H7v-9c-2.21 0-4-1.79-4-4V5.83L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM6.17 9 5 7.83V9h1.17zM9 2H7v2.17l2 2V2zm4 7V2h-2v6.17l1.85 1.85c.09-.33.15-.66.15-1.02z"})
"NoMealsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_meals_rounded.cljs
================================================
(ns reagent-mui.icons.no-meals-rounded
"Imports @mui/icons-material/NoMealsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-meals-rounded (create-svg-icon (e "path" #js {"d" "m21 18.17-2-2V14h-1c-1.1 0-2-.9-2-2V6c0-1.49 1.6-3.32 3.76-3.85.63-.15 1.24.33 1.24.98v15.04zm.19 4.44c-.39.39-1.02.39-1.41 0l-9.76-9.76c-.33.09-.66.15-1.02.15v8c0 .55-.45 1-1 1s-1-.45-1-1v-8c-2.21 0-4-1.79-4-4V5.83L1.39 4.22a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l18.38 18.38c.4.39.4 1.03.01 1.42zM6.17 9 5 7.83V9h1.17zM13 9V3c0-.55-.45-1-1-1s-1 .45-1 1v5.17l1.85 1.85c.09-.33.15-.66.15-1.02zM9 3c0-.55-.45-1-1-1s-1 .45-1 1v1.17l2 2V3z"})
"NoMealsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_meals_sharp.cljs
================================================
(ns reagent-mui.icons.no-meals-sharp
"Imports @mui/icons-material/NoMealsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-meals-sharp (create-svg-icon (e "path" #js {"d" "M16 14V6c0-1.76 2.24-4 5-4v16.17l-2-2V14h-3zm4.49 9.31L10.02 12.85c-.33.09-.66.15-1.02.15v9H7v-9c-2.21 0-4-1.79-4-4V5.83L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM6.17 9 5 7.83V9h1.17zM9 2H7v2.17l2 2V2zm4 7V2h-2v6.17l1.85 1.85c.09-.33.15-.66.15-1.02z"})
"NoMealsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_meals_two_tone.cljs
================================================
(ns reagent-mui.icons.no-meals-two-tone
"Imports @mui/icons-material/NoMealsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-meals-two-tone (create-svg-icon (e "path" #js {"d" "M16 14V6c0-1.76 2.24-4 5-4v16.17l-2-2V14h-3zm4.49 9.31L10.02 12.85c-.33.09-.66.15-1.02.15v9H7v-9c-2.21 0-4-1.79-4-4V5.83L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM6.17 9 5 7.83V9h1.17zM9 2H7v2.17l2 2V2zm4 7V2h-2v6.17l1.85 1.85c.09-.33.15-.66.15-1.02z"})
"NoMealsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_meeting_room.cljs
================================================
(ns reagent-mui.icons.no-meeting-room
"Imports @mui/icons-material/NoMeetingRoom as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-meeting-room (create-svg-icon (e "path" #js {"d" "M11 11h-1v2h2v-1l9.73 9.73L20.46 23 14 16.54V21H3v-2h2V7.54l-4-4 1.27-1.27L11 11zm3 .49L5.51 3H14v1h5v12.49l-2-2V6h-3v5.49z"})
"NoMeetingRoom"))
================================================
FILE: src/icons/reagent_mui/icons/no_meeting_room_outlined.cljs
================================================
(ns reagent-mui.icons.no-meeting-room-outlined
"Imports @mui/icons-material/NoMeetingRoomOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-meeting-room-outlined (create-svg-icon (e "path" #js {"d" "M12 5v3.88l2 2V6h3v7.88l2 2V4h-5V3H6.12l2 2zM2.41 2.13 1 3.54l4 4V19H3v2h11v-4.46L20.46 23l1.41-1.41L2.41 2.13zM12 19H7V9.54l5 5V19z"})
"NoMeetingRoomOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_meeting_room_rounded.cljs
================================================
(ns reagent-mui.icons.no-meeting-room-rounded
"Imports @mui/icons-material/NoMeetingRoomRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-meeting-room-rounded (create-svg-icon (e "path" #js {"d" "M14 6h3v7.88l2 2V5c0-.55-.45-1-1-1h-4c0-.55-.45-1-1-1H6.12L14 10.88V6zm7.17 14.88L12 11.71V13h-2v-2h1.29L3.12 2.83a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L5 7.54V19H4c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1v-3.46l5.75 5.75c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41z"})
"NoMeetingRoomRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_meeting_room_sharp.cljs
================================================
(ns reagent-mui.icons.no-meeting-room-sharp
"Imports @mui/icons-material/NoMeetingRoomSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-meeting-room-sharp (create-svg-icon (e "path" #js {"d" "M14 6h3v7.88l2 2V4h-5V3H6.12L14 10.88zm-2 5.71V13h-2v-2h1.29L2.41 2.13 1 3.54l4 4V19H3v2h11v-4.46L20.46 23l1.41-1.41z"})
"NoMeetingRoomSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_meeting_room_two_tone.cljs
================================================
(ns reagent-mui.icons.no-meeting-room-two-tone
"Imports @mui/icons-material/NoMeetingRoomTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-meeting-room-two-tone (create-svg-icon [(e "path" #js {"d" "M12 5H8.12L12 8.88V6zM7 19h5v-4.46l-5-5z", "opacity" ".3"}) (e "path" #js {"d" "M12 5v3.88l2 2V6h3v7.88l2 2V4h-5V3H6.12l2 2zM2.41 2.13 1 3.54l4 4V19H3v2h11v-4.46L20.46 23l1.41-1.41L2.41 2.13zM12 19H7V9.54l5 5V19z"})]
"NoMeetingRoomTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_photography.cljs
================================================
(ns reagent-mui.icons.no-photography
"Imports @mui/icons-material/NoPhotography as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-photography (create-svg-icon (e "path" #js {"d" "M10.94 8.12 7.48 4.66 9 3h6l1.83 2H20c1.1 0 2 .9 2 2v12c0 .05-.01.1-.02.16l-5.1-5.1c.08-.35.12-.7.12-1.06 0-2.76-2.24-5-5-5-.36 0-.71.04-1.06.12zm9.55 15.19L18.17 21H4c-1.1 0-2-.9-2-2V7c0-.59.27-1.12.68-1.49l-2-2L2.1 2.1l19.8 19.8-1.41 1.41zm-6-5.99-1.5-1.5c-.32.1-.64.18-.99.18-1.66 0-3-1.34-3-3 0-.35.08-.67.19-.98l-1.5-1.5C7.25 11.24 7 12.09 7 13c0 2.76 2.24 5 5 5 .91 0 1.76-.25 2.49-.68z"})
"NoPhotography"))
================================================
FILE: src/icons/reagent_mui/icons/no_photography_outlined.cljs
================================================
(ns reagent-mui.icons.no-photography-outlined
"Imports @mui/icons-material/NoPhotographyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-photography-outlined (create-svg-icon (e "path" #js {"d" "M8.9 6.07 7.48 4.66 9 3h6l1.83 2H20c1.1 0 2 .9 2 2v12c0 .05-.01.1-.02.16L20 17.17V7h-4.05l-1.83-2H9.88L8.9 6.07zm11.59 17.24L18.17 21H4c-1.1 0-2-.9-2-2V7c0-.59.27-1.12.68-1.49l-2-2L2.1 2.1l19.8 19.8-1.41 1.41zM9.19 12.02c-.11.31-.19.63-.19.98 0 1.66 1.34 3 3 3 .35 0 .67-.08.98-.19l-3.79-3.79zM16.17 19l-1.68-1.68c-.73.43-1.58.68-2.49.68-2.76 0-5-2.24-5-5 0-.91.25-1.76.68-2.49L4.17 7H4v12h12.17zm-1.36-7.02 2.07 2.07c.08-.34.12-.69.12-1.05 0-2.76-2.24-5-5-5-.36 0-.71.04-1.06.12l2.07 2.07c.84.3 1.5.96 1.8 1.79z"})
"NoPhotographyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_photography_rounded.cljs
================================================
(ns reagent-mui.icons.no-photography-rounded
"Imports @mui/icons-material/NoPhotographyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-photography-rounded (create-svg-icon (e "path" #js {"d" "M10.94 8.12 7.48 4.66l.92-1.01c.38-.41.92-.65 1.48-.65h4.24c.56 0 1.1.24 1.47.65L16.83 5H20c1.1 0 2 .9 2 2v12c0 .05-.01.1-.02.16l-5.1-5.1c.08-.35.12-.7.12-1.06 0-2.76-2.24-5-5-5-.36 0-.71.04-1.06.12zm8.84 14.49L18.17 21H4c-1.1 0-2-.9-2-2V7c0-.59.27-1.12.68-1.49L1.39 4.22a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l18.38 18.38c.39.39.39 1.02 0 1.41-.38.4-1.01.4-1.4.01zm-5.29-5.29-1.5-1.5c-.32.1-.64.18-.99.18-1.66 0-3-1.34-3-3 0-.35.08-.67.19-.98l-1.5-1.5C7.25 11.24 7 12.09 7 13c0 2.76 2.24 5 5 5 .91 0 1.76-.25 2.49-.68z"})
"NoPhotographyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_photography_sharp.cljs
================================================
(ns reagent-mui.icons.no-photography-sharp
"Imports @mui/icons-material/NoPhotographySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-photography-sharp (create-svg-icon (e "path" #js {"d" "M10.94 8.12 7.48 4.66 9 3h6l1.83 2H22v14.17l-5.12-5.12c.08-.34.12-.69.12-1.05 0-2.76-2.24-5-5-5-.36 0-.71.04-1.06.12zm9.55 15.19L18.17 21H2V5h.17L.69 3.51 2.1 2.1 21 21l.9.9-1.41 1.41zm-6-5.99-1.5-1.5c-.32.1-.64.18-.99.18-1.66 0-3-1.34-3-3 0-.35.08-.67.19-.98l-1.5-1.5C7.25 11.24 7 12.09 7 13c0 2.76 2.24 5 5 5 .91 0 1.76-.25 2.49-.68z"})
"NoPhotographySharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_photography_two_tone.cljs
================================================
(ns reagent-mui.icons.no-photography-two-tone
"Imports @mui/icons-material/NoPhotographyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-photography-two-tone (create-svg-icon [(e "path" #js {"d" "M10.94 8.12 8.9 6.07 9.88 5h4.24l1.83 2H20v10.17l-3.12-3.12c.08-.34.12-.69.12-1.05 0-2.76-2.24-5-5-5-.36 0-.71.04-1.06.12zM12 18c-2.76 0-5-2.24-5-5 0-.91.25-1.76.68-2.49L4.17 7H4v12h12.17l-1.68-1.68c-.73.43-1.58.68-2.49.68z", "opacity" ".3"}) (e "path" #js {"d" "M8.9 6.07 7.48 4.66 9 3h6l1.83 2H20c1.1 0 2 .9 2 2v12c0 .05-.01.1-.02.16L20 17.17V7h-4.05l-1.83-2H9.88L8.9 6.07zm11.59 17.24L18.17 21H4c-1.1 0-2-.9-2-2V7c0-.59.27-1.12.68-1.49l-2-2L2.1 2.1 7 7l2.01 2.01 1.43 1.43 4.1 4.1 1.43 1.43L19 19l1.82 1.82 1.08 1.08-1.41 1.41zM9.19 12.02c-.11.31-.19.63-.19.98 0 1.65 1.35 3 3 3 .35 0 .67-.08.98-.19l-3.79-3.79zM16.17 19l-1.68-1.68c-.73.43-1.58.68-2.49.68-2.76 0-5-2.24-5-5 0-.91.25-1.76.68-2.49L4.17 7H4v12h12.17zm-1.36-7.02 2.08 2.08c.07-.35.11-.7.11-1.06 0-2.76-2.24-5-5-5-.36 0-.71.04-1.06.12l2.08 2.08c.83.3 1.48.95 1.79 1.78z"})]
"NoPhotographyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_sim.cljs
================================================
(ns reagent-mui.icons.no-sim
"Imports @mui/icons-material/NoSim as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-sim (create-svg-icon (e "path" #js {"d" "M18.99 5c0-1.1-.89-2-1.99-2h-7L7.66 5.34 19 16.68 18.99 5zM3.65 3.88 2.38 5.15 5 7.77V19c0 1.1.9 2 2 2h10.01c.35 0 .67-.1.96-.26l1.88 1.88 1.27-1.27L3.65 3.88z"})
"NoSim"))
================================================
FILE: src/icons/reagent_mui/icons/no_sim_outlined.cljs
================================================
(ns reagent-mui.icons.no-sim-outlined
"Imports @mui/icons-material/NoSimOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-sim-outlined (create-svg-icon (e "path" #js {"d" "M21.26 21.21 3.79 3.74 2.38 5.15l2.74 2.74-.12.12V19c0 1.1.9 2 2 2h10c.35 0 .68-.1.97-.26l1.88 1.88 1.41-1.41zM7 19V9.77L16.23 19H7zm3.84-14H17v9.11l2 2V5c0-1.1-.9-2-2-2h-6.99L7.95 5.06l1.41 1.41L10.84 5z"})
"NoSimOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_sim_rounded.cljs
================================================
(ns reagent-mui.icons.no-sim-rounded
"Imports @mui/icons-material/NoSimRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-sim-rounded (create-svg-icon (e "path" #js {"d" "M3.09 4.44c-.39.39-.39 1.02 0 1.41l2.03 2.03-.12.13V19c0 1.1.9 2 2 2h10c.35 0 .68-.1.97-.26l1.17 1.17c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L4.5 4.44a.9959.9959 0 0 0-1.41 0zM19 16.11V5c0-1.1-.9-2-2-2h-6.99L7.95 5.06 19 16.11z"})
"NoSimRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_sim_sharp.cljs
================================================
(ns reagent-mui.icons.no-sim-sharp
"Imports @mui/icons-material/NoSimSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-sim-sharp (create-svg-icon (e "path" #js {"d" "M3.79 3.74 2.38 5.15l2.74 2.74-.12.12V21h13.27l1.58 1.62 1.41-1.41zM19 16.11V3h-8.99L7.95 5.06z"})
"NoSimSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_sim_two_tone.cljs
================================================
(ns reagent-mui.icons.no-sim-two-tone
"Imports @mui/icons-material/NoSimTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-sim-two-tone (create-svg-icon [(e "path" #js {"d" "M7 19h9.23L7 9.77z", "opacity" ".3"}) (e "path" #js {"d" "M3.79 3.74 2.38 5.15l2.74 2.74-.12.12V19c0 1.1.9 2 2 2h10c.35 0 .68-.1.97-.26l1.88 1.88 1.41-1.41L3.79 3.74zM7 19V9.77L16.23 19H7z"}) (e "path" #js {"d" "M10.84 5 9.36 6.47 17 14.11V5z", "opacity" ".3"}) (e "path" #js {"d" "M10.84 5H17v9.11l2 2V5c0-1.1-.9-2-2-2h-6.99L7.95 5.06l1.41 1.41L10.84 5z"})]
"NoSimTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_stroller.cljs
================================================
(ns reagent-mui.icons.no-stroller
"Imports @mui/icons-material/NoStroller as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-stroller (create-svg-icon (e "path" #js {"d" "M6 18c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM18.65 3c-1.66 0-2.54 1.27-3.18 2.03l-3.5 4.11L17 14.17v-7.9c.58-.68.97-1.27 1.65-1.27.77 0 1.35.66 1.35 1.48V7h2v-.52C22 4.56 20.52 3 18.65 3zm-7.98 7.67L2.81 2.81 1.39 4.22l7.97 7.97-2.66 3.12c-.55.65-.09 1.65.76 1.65h6.66l1.17 1.17C14.54 18.42 14 19.14 14 20c0 1.1.9 2 2 2 .86 0 1.58-.54 1.87-1.3l1.91 1.91 1.41-1.41-4.8-4.8-5.72-5.73zm2.8-5.64c.27-.32.58-.72.98-1.09-2.46-1.19-5.32-1.22-7.81-.13l4.25 4.25 2.58-3.03z"})
"NoStroller"))
================================================
FILE: src/icons/reagent_mui/icons/no_stroller_outlined.cljs
================================================
(ns reagent-mui.icons.no-stroller-outlined
"Imports @mui/icons-material/NoStrollerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-stroller-outlined (create-svg-icon (e "path" #js {"d" "M8 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm7-11.34v3.51l2 2v-7.9c.58-.68.97-1.27 1.65-1.27.77 0 1.35.66 1.35 1.48V7h2v-.52C22 4.56 20.52 3 18.65 3c-1.66 0-2.54 1.27-3.18 2.03l-3.5 4.11 1.42 1.42L15 8.66zm4.78 13.95-1.91-1.91c-.29.76-1.01 1.3-1.87 1.3-1.1 0-2-.9-2-2 0-.86.54-1.58 1.3-1.87L14.17 17H7.43c-.85 0-1.31-1-.76-1.65l2.69-3.16-7.97-7.97L2.8 2.81l7.86 7.86 1.42 1.42 9.11 9.11-1.41 1.41zM12.17 15l-1.39-1.39L9.6 15h2.57zM10 5c.29 0 .58.02.86.05L9.49 6.67l1.42 1.42L14.3 4.1C13.03 3.4 11.56 3 10 3c-1.23 0-2.4.25-3.47.7L8.1 5.27C8.71 5.1 9.35 5 10 5z"})
"NoStrollerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_stroller_rounded.cljs
================================================
(ns reagent-mui.icons.no-stroller-rounded
"Imports @mui/icons-material/NoStrollerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-stroller-rounded (create-svg-icon (e "path" #js {"d" "M8 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm6.3-15.9C13.03 3.4 11.56 3 10 3c-1.23 0-2.39.26-3.46.71l4.37 4.37L14.3 4.1zm6.19 17.8c.39-.39.39-1.02 0-1.41l-9.82-9.82-7.16-7.16a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l7.26 7.26L6.7 15.3c-.55.65-.09 1.65.76 1.65h6.66l1.17 1.17c-.88.33-1.47 1.25-1.26 2.28.15.76.78 1.39 1.54 1.54 1.03.21 1.95-.38 2.28-1.26l1.2 1.2c.41.41 1.04.41 1.44.02zM17 6.27c.58-.68.97-1.27 1.65-1.27.68 0 1.22.52 1.33 1.21.1.45.5.79.98.79.55 0 1-.45 1-1 0-.06 0-.11-.01-.16v-.01C21.65 4.22 20.3 3 18.65 3c-1.66 0-2.54 1.27-3.18 2.03l-3.5 4.11L17 14.17v-7.9z"})
"NoStrollerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_stroller_sharp.cljs
================================================
(ns reagent-mui.icons.no-stroller-sharp
"Imports @mui/icons-material/NoStrollerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-stroller-sharp (create-svg-icon (e "path" #js {"d" "M10.91 8.08 6.53 3.7C7.6 3.25 8.77 3 10 3c1.56 0 3.03.4 4.3 1.1l-3.39 3.98zm10.28 13.11-4.78-4.78-5.75-5.75-7.85-7.85-1.42 1.41 7.97 7.97L5.27 17h8.9l1.13 1.13c-.88.33-1.47 1.25-1.26 2.28.15.76.78 1.39 1.54 1.54 1.03.21 1.95-.38 2.28-1.26l1.91 1.91 1.42-1.41zM6 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM17 6.27c.58-.68.97-1.27 1.65-1.27.77 0 1.35.66 1.35 1.48V7h2v-.52C22 4.56 20.52 3 18.65 3c-1.66 0-2.54 1.27-3.18 2.03l-3.5 4.11L17 14.17v-7.9z"})
"NoStrollerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_stroller_two_tone.cljs
================================================
(ns reagent-mui.icons.no-stroller-two-tone
"Imports @mui/icons-material/NoStrollerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-stroller-two-tone (create-svg-icon [(e "path" #js {"d" "M8.1 5.27C8.71 5.1 9.35 5 10 5c.29 0 .58.02.86.05L9.49 6.67 8.1 5.27zm6.9 6.9V8.66l-1.61 1.89L15 12.17zM12.17 15l-1.39-1.39L9.6 15h2.57z", "opacity" ".3"}) (e "path" #js {"d" "M8 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm7-11.34v3.51l2 2v-7.9c.58-.68.97-1.27 1.65-1.27.77 0 1.35.66 1.35 1.48V7h2v-.52C22 4.56 20.52 3 18.65 3c-1.66 0-2.54 1.27-3.18 2.03l-3.5 4.11 1.42 1.42L15 8.66zm4.78 13.95-1.91-1.91c-.29.76-1.01 1.3-1.87 1.3-1.1 0-2-.9-2-2 0-.86.54-1.58 1.3-1.87L14.17 17H7.43c-.85 0-1.31-1-.76-1.65l2.69-3.16-7.97-7.97L2.8 2.81l7.86 7.86 1.42 1.42 9.11 9.11-1.41 1.41zM12.17 15l-1.39-1.39L9.6 15h2.57zM10 5c.29 0 .58.02.86.05L9.49 6.67l1.42 1.42L14.3 4.1C13.03 3.4 11.56 3 10 3c-1.23 0-2.4.25-3.47.7L8.1 5.27C8.71 5.1 9.35 5 10 5z"})]
"NoStrollerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/no_transfer.cljs
================================================
(ns reagent-mui.icons.no-transfer
"Imports @mui/icons-material/NoTransfer as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-transfer (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22 4 6.83V16c0 .88.39 1.67 1 2.22V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.05 0 .09-.02.14-.03l1.64 1.64 1.41-1.42zM7.5 17c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zM6 11V8.83L8.17 11H6zm2.83-5L5.78 2.95C7.24 2.16 9.48 2 12 2c4.42 0 8 .5 8 4v10c0 .35-.08.67-.19.98L13.83 11H18V6H8.83z"})
"NoTransfer"))
================================================
FILE: src/icons/reagent_mui/icons/no_transfer_outlined.cljs
================================================
(ns reagent-mui.icons.no-transfer-outlined
"Imports @mui/icons-material/NoTransferOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-transfer-outlined (create-svg-icon (e "path" #js {"d" "M8.5 13c.83 0 1.5.67 1.5 1.5S9.33 16 8.5 16 7 15.33 7 14.5 7.67 13 8.5 13zm11.28 9.61-1.64-1.64c-.05.01-.09.03-.14.03h-1c-.55 0-1-.45-1-1v-1H8v1c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-1.78c-.61-.55-1-1.34-1-2.22V6.83L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM6 8.83V10h1.17L6 8.83zM14.17 17l-5-5H6v4c0 .37.21.62.34.73l.29.27h7.54zM12 4c3.69 0 5.11.46 5.66.99H7.82l2 2H18V10h-5.17l2 2H18v3.17l1.81 1.81c.11-.31.19-.63.19-.98V6c0-3.5-3.58-4-8-4-2.52 0-4.76.16-6.22.95l1.53 1.53C8.17 4.2 9.6 4 12 4z"})
"NoTransferOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/no_transfer_rounded.cljs
================================================
(ns reagent-mui.icons.no-transfer-rounded
"Imports @mui/icons-material/NoTransferRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-transfer-rounded (create-svg-icon (e "path" #js {"d" "M5.78 2.95C7.24 2.16 9.48 2 12 2c4.42 0 8 .5 8 4v10c0 .35-.08.67-.19.98L13.83 11H18V6H8.83L5.78 2.95zM20.49 21.9c-.39.39-1.02.39-1.41 0l-1.01-1.01c-.18.07-.37.11-.57.11-.83 0-1.5-.68-1.5-1.5V19H8v.5c0 .83-.67 1.5-1.5 1.5S5 20.33 5 19.5v-1.28c-.61-.55-1-1.34-1-2.22V6.83l-1.9-1.9a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l16.97 16.97c.4.39.4 1.02.01 1.41zM9 15.5c0-.83-.67-1.5-1.5-1.5S6 14.67 6 15.5 6.67 17 7.5 17 9 16.33 9 15.5zM8.17 11 6 8.83V11h2.17z"})
"NoTransferRounded"))
================================================
FILE: src/icons/reagent_mui/icons/no_transfer_sharp.cljs
================================================
(ns reagent-mui.icons.no-transfer-sharp
"Imports @mui/icons-material/NoTransferSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-transfer-sharp (create-svg-icon (e "path" #js {"d" "M5.78 2.95C7.24 2.16 9.48 2 12 2c4.42 0 8 .5 8 4v10c0 .35-.08.67-.19.98L13.83 11H18V6H8.83L5.78 2.95zm14 19.66L18.17 21H16v-2H8v2H5v-2.78c-.61-.55-1-1.34-1-2.22V6.83L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM9 15.5c0-.83-.67-1.5-1.5-1.5S6 14.67 6 15.5 6.67 17 7.5 17 9 16.33 9 15.5zM8.17 11 6 8.83V11h2.17z"})
"NoTransferSharp"))
================================================
FILE: src/icons/reagent_mui/icons/no_transfer_two_tone.cljs
================================================
(ns reagent-mui.icons.no-transfer-two-tone
"Imports @mui/icons-material/NoTransferTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def no-transfer-two-tone (create-svg-icon [(e "path" #js {"d" "M14.83 12H18v3.17L14.83 12zm-5.66 0 5 5H6.63l-.29-.27C6.21 16.62 6 16.37 6 16v-4h3.17zm.83 2.5c0-.83-.67-1.5-1.5-1.5S7 13.67 7 14.5 7.67 16 8.5 16s1.5-.67 1.5-1.5zM7.82 4.99h9.83C17.11 4.46 15.69 4 12 4c-2.4 0-3.83.2-4.69.48l.51.51z", "opacity" ".3"}) (e "path" #js {"d" "M8.5 13c.83 0 1.5.67 1.5 1.5S9.33 16 8.5 16 7 15.33 7 14.5 7.67 13 8.5 13zM7.31 4.48C8.17 4.2 9.6 4 12 4c3.69 0 5.11.46 5.66.99H7.82l2 2H18V10h-5.17l2 2H18v3.17l1.81 1.81c.11-.31.19-.63.19-.98V6c0-3.5-3.58-4-8-4-2.52 0-4.76.16-6.22.95l1.53 1.53zm12.47 18.13-1.64-1.64c-.05.01-.09.03-.14.03h-1c-.55 0-1-.45-1-1v-1H8v1c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-1.78c-.61-.55-1-1.34-1-2.22V6.83L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM6 8.83V10h1.17L6 8.83zM14.17 17l-5-5H6v4c0 .37.21.62.34.73l.29.27h7.54z"})]
"NoTransferTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/noise_aware.cljs
================================================
(ns reagent-mui.icons.noise-aware
"Imports @mui/icons-material/NoiseAware as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def noise-aware (create-svg-icon [(e "path" #js {"d" "M16 15h-2c0 .55-.45 1-1 1-.43 0-.81-.27-.95-.68-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5 9 9.12 10.12 8 11.5 8c1.21 0 2.22.86 2.45 2h2.02c-.25-2.25-2.16-4-4.47-4C9.02 6 7 8.02 7 10.5c0 1.22.49 2.41 1.35 3.27l1.36 1.36c.17.17.31.44.44.82C10.56 17.17 11.71 18 13 18c1.65 0 3-1.35 3-3z"}) (e "circle" #js {"cx" "13.5", "cy" "12.5", "r" "1.5"}) (e "path" #js {"d" "m3.6 6.58 1.58 1.26c.35-.57.77-1.1 1.24-1.57L4.85 5.02c-.47.47-.88 1-1.25 1.56zm5.86-2.16-.87-1.81c-.63.23-1.24.52-1.8.87l.87 1.81c.56-.36 1.16-.65 1.8-.87zM4.49 9.26l-1.96-.45c-.21.63-.36 1.28-.44 1.95l1.96.45c.06-.68.22-1.33.44-1.95zM20.4 6.58c-.36-.56-.78-1.09-1.25-1.56l-1.58 1.26c.48.47.89.99 1.24 1.57l1.59-1.27zM4.04 12.79l-1.96.45c.08.67.23 1.33.44 1.95l1.97-.45c-.22-.62-.38-1.27-.45-1.95zm13.17-9.31c-.57-.35-1.17-.64-1.8-.87l-.87 1.81c.64.22 1.24.51 1.8.87l.87-1.81zM13 4.07V2.05c-.33-.03-.66-.05-1-.05s-.67.02-1 .05v2.02c.33-.04.66-.07 1-.07s.67.03 1 .07zm-2 15.86v2.02c.33.03.66.05 1 .05s.67-.02 1-.05v-2.02c-.33.04-.66.07-1 .07s-.67-.03-1-.07zm8.51-5.19 1.97.45c.21-.63.36-1.28.44-1.95l-1.96-.45c-.07.68-.23 1.33-.45 1.95zm.45-3.53 1.96-.45c-.08-.67-.23-1.33-.44-1.95l-1.97.45c.22.62.38 1.27.45 1.95zm-2.38 6.52 1.58 1.26c.47-.48.88-1 1.25-1.56l-1.58-1.26c-.36.56-.78 1.09-1.25 1.56zM6.79 20.52c.57.35 1.17.64 1.8.87l.87-1.81c-.64-.22-1.24-.51-1.8-.87l-.87 1.81zm7.75-.94.87 1.81c.63-.23 1.24-.52 1.8-.87l-.87-1.81c-.56.36-1.16.65-1.8.87zM3.6 17.42c.36.56.78 1.09 1.25 1.56l1.58-1.26c-.48-.47-.89-.99-1.24-1.57L3.6 17.42z"})]
"NoiseAware"))
================================================
FILE: src/icons/reagent_mui/icons/noise_aware_outlined.cljs
================================================
(ns reagent-mui.icons.noise-aware-outlined
"Imports @mui/icons-material/NoiseAwareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def noise-aware-outlined (create-svg-icon [(e "path" #js {"d" "M16 15h-2c0 .55-.45 1-1 1-.43 0-.81-.27-.95-.68-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5 9 9.12 10.12 8 11.5 8c1.21 0 2.22.86 2.45 2h2.02c-.25-2.25-2.16-4-4.47-4C9.02 6 7 8.02 7 10.5c0 1.22.49 2.41 1.35 3.27l1.36 1.36c.17.17.31.44.44.82C10.56 17.17 11.71 18 13 18c1.65 0 3-1.35 3-3z"}) (e "circle" #js {"cx" "13.5", "cy" "12.5", "r" "1.5"}) (e "path" #js {"d" "m3.6 6.58 1.58 1.26c.35-.57.77-1.1 1.24-1.57L4.85 5.02c-.47.47-.88 1-1.25 1.56zm5.86-2.16-.87-1.81c-.63.23-1.24.52-1.8.87l.87 1.81c.56-.36 1.16-.65 1.8-.87zM4.49 9.26l-1.96-.45c-.21.63-.36 1.28-.44 1.95l1.96.45c.06-.68.22-1.33.44-1.95zM20.4 6.58c-.36-.56-.78-1.09-1.25-1.56l-1.58 1.26c.48.47.89.99 1.24 1.57l1.59-1.27zM4.04 12.79l-1.96.45c.08.67.23 1.33.44 1.95l1.97-.45c-.22-.62-.38-1.27-.45-1.95zm13.17-9.31c-.57-.35-1.17-.64-1.8-.87l-.87 1.81c.64.22 1.24.51 1.8.87l.87-1.81zM13 4.07V2.05c-.33-.03-.66-.05-1-.05s-.67.02-1 .05v2.02c.33-.04.66-.07 1-.07s.67.03 1 .07zm-2 15.86v2.02c.33.03.66.05 1 .05s.67-.02 1-.05v-2.02c-.33.04-.66.07-1 .07s-.67-.03-1-.07zm8.51-5.19 1.97.45c.21-.63.36-1.28.44-1.95l-1.96-.45c-.07.68-.23 1.33-.45 1.95zm.45-3.53 1.96-.45c-.08-.67-.23-1.33-.44-1.95l-1.97.45c.22.62.38 1.27.45 1.95zm-2.38 6.52 1.58 1.26c.47-.48.88-1 1.25-1.56l-1.58-1.26c-.36.56-.78 1.09-1.25 1.56zM6.79 20.52c.57.35 1.17.64 1.8.87l.87-1.81c-.64-.22-1.24-.51-1.8-.87l-.87 1.81zm7.75-.94.87 1.81c.63-.23 1.24-.52 1.8-.87l-.87-1.81c-.56.36-1.16.65-1.8.87zM3.6 17.42c.36.56.78 1.09 1.25 1.56l1.58-1.26c-.48-.47-.89-.99-1.24-1.57L3.6 17.42z"})]
"NoiseAwareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/noise_aware_rounded.cljs
================================================
(ns reagent-mui.icons.noise-aware-rounded
"Imports @mui/icons-material/NoiseAwareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def noise-aware-rounded (create-svg-icon [(e "path" #js {"d" "M15.62 16.45c.36-.65-.15-1.45-.9-1.45-.34 0-.68.16-.84.47-.16.31-.5.53-.88.53-.43 0-.81-.27-.95-.68-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5 9 9.12 10.12 8 11.5 8c.98 0 1.84.57 2.24 1.4.18.36.52.6.91.6.75 0 1.22-.79.89-1.46C14.82 7.04 13.28 6 11.5 6c-2.89 0-5.15 2.74-4.33 5.76.22.8.68 1.51 1.27 2.1l1.27 1.27c.15.16.28.38.4.71.41 1.13 1.38 2.04 2.58 2.16 1.26.11 2.38-.54 2.93-1.55z"}) (e "circle" #js {"cx" "13.5", "cy" "12.5", "r" "1.5"}) (e "circle" #js {"cx" "12", "cy" "3", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "21", "r" "1"}) (e "path" #js {"d" "M5.75 7.01c.34-.43.27-1.06-.16-1.41-.43-.34-1.06-.27-1.41.17-.34.43-.27 1.06.16 1.4.43.34 1.06.27 1.41-.16zm12.5 9.98c-.34.43-.27 1.06.16 1.41s1.06.27 1.41-.16c.34-.43.27-1.06-.16-1.41-.43-.34-1.06-.27-1.41.16zM4.2 13.78c-.12-.54-.66-.88-1.2-.75s-.88.66-.75 1.2c.12.54.66.88 1.2.75.54-.12.87-.66.75-1.2zm15.6-3.56c.12.54.66.88 1.2.75s.88-.66.75-1.2-.66-.88-1.2-.75c-.54.12-.87.66-.75 1.2zM8.53 19.21c-.5-.24-1.1-.03-1.33.47-.24.5-.03 1.1.47 1.33.5.24 1.1.03 1.33-.47.24-.49.03-1.09-.47-1.33zm6.94-14.42c.5.24 1.1.03 1.33-.47.24-.5.03-1.1-.47-1.33-.5-.24-1.1-.03-1.33.47-.24.49-.03 1.09.47 1.33zm0 14.42c-.5.24-.71.84-.47 1.33s.84.71 1.33.47c.5-.24.71-.84.47-1.33-.23-.5-.83-.71-1.33-.47zM8.53 4.79c.5-.24.7-.83.47-1.33-.24-.5-.84-.71-1.33-.47s-.72.84-.48 1.34.84.7 1.34.46zM21 13.03c-.54-.12-1.07.21-1.2.75-.12.54.21 1.07.75 1.2.54.12 1.07-.21 1.2-.75.12-.54-.21-1.08-.75-1.2zM3 10.97c.54.12 1.07-.21 1.2-.75.12-.54-.21-1.07-.75-1.2s-1.07.21-1.2.75c-.12.54.21 1.08.75 1.2zm16.66-3.8c.43-.34.5-.97.16-1.41s-.97-.5-1.41-.16c-.43.34-.5.97-.16 1.41.35.43.98.5 1.41.16zM4.34 16.83c-.43.34-.5.97-.16 1.41.34.43.97.5 1.41.16.43-.34.5-.97.16-1.41s-.98-.5-1.41-.16z"})]
"NoiseAwareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/noise_aware_sharp.cljs
================================================
(ns reagent-mui.icons.noise-aware-sharp
"Imports @mui/icons-material/NoiseAwareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def noise-aware-sharp (create-svg-icon [(e "path" #js {"d" "M16 15h-2c0 .55-.45 1-1 1-.43 0-.81-.27-.95-.68-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5 9 9.12 10.12 8 11.5 8c1.21 0 2.22.86 2.45 2h2.02c-.25-2.25-2.16-4-4.47-4C9.02 6 7 8.02 7 10.5c0 1.22.49 2.41 1.35 3.27l1.36 1.36c.17.17.31.44.44.82C10.56 17.17 11.71 18 13 18c1.65 0 3-1.35 3-3z"}) (e "circle" #js {"cx" "13.5", "cy" "12.5", "r" "1.5"}) (e "path" #js {"d" "m3.6 6.58 1.58 1.26c.35-.57.77-1.1 1.24-1.57L4.85 5.02c-.47.47-.88 1-1.25 1.56zm5.86-2.16-.87-1.81c-.63.23-1.24.52-1.8.87l.87 1.81c.56-.36 1.16-.65 1.8-.87zM4.49 9.26l-1.96-.45c-.21.63-.36 1.28-.44 1.95l1.96.45c.06-.68.22-1.33.44-1.95zM20.4 6.58c-.36-.56-.78-1.09-1.25-1.56l-1.58 1.26c.48.47.89.99 1.24 1.57l1.59-1.27zM4.04 12.79l-1.96.45c.08.67.23 1.33.44 1.95l1.97-.45c-.22-.62-.38-1.27-.45-1.95zm13.17-9.31c-.57-.35-1.17-.64-1.8-.87l-.87 1.81c.64.22 1.24.51 1.8.87l.87-1.81zM13 4.07V2.05c-.33-.03-.66-.05-1-.05s-.67.02-1 .05v2.02c.33-.04.66-.07 1-.07s.67.03 1 .07zm-2 15.86v2.02c.33.03.66.05 1 .05s.67-.02 1-.05v-2.02c-.33.04-.66.07-1 .07s-.67-.03-1-.07zm8.51-5.19 1.97.45c.21-.63.36-1.28.44-1.95l-1.96-.45c-.07.68-.23 1.33-.45 1.95zm.45-3.53 1.96-.45c-.08-.67-.23-1.33-.44-1.95l-1.97.45c.22.62.38 1.27.45 1.95zm-2.38 6.52 1.58 1.26c.47-.48.88-1 1.25-1.56l-1.58-1.26c-.36.56-.78 1.09-1.25 1.56zM6.79 20.52c.57.35 1.17.64 1.8.87l.87-1.81c-.64-.22-1.24-.51-1.8-.87l-.87 1.81zm7.75-.94.87 1.81c.63-.23 1.24-.52 1.8-.87l-.87-1.81c-.56.36-1.16.65-1.8.87zM3.6 17.42c.36.56.78 1.09 1.25 1.56l1.58-1.26c-.48-.47-.89-.99-1.24-1.57L3.6 17.42z"})]
"NoiseAwareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/noise_aware_two_tone.cljs
================================================
(ns reagent-mui.icons.noise-aware-two-tone
"Imports @mui/icons-material/NoiseAwareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def noise-aware-two-tone (create-svg-icon [(e "path" #js {"d" "M16 15h-2c0 .55-.45 1-1 1-.43 0-.81-.27-.95-.68-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5 9 9.12 10.12 8 11.5 8c1.21 0 2.22.86 2.45 2h2.02c-.25-2.25-2.16-4-4.47-4C9.02 6 7 8.02 7 10.5c0 1.22.49 2.41 1.35 3.27l1.36 1.36c.17.17.31.44.44.82C10.56 17.17 11.71 18 13 18c1.65 0 3-1.35 3-3z"}) (e "circle" #js {"cx" "13.5", "cy" "12.5", "r" "1.5"}) (e "path" #js {"d" "m3.6 6.58 1.58 1.26c.35-.57.77-1.1 1.24-1.57L4.85 5.02c-.47.47-.88 1-1.25 1.56zm5.86-2.16-.87-1.81c-.63.23-1.24.52-1.8.87l.87 1.81c.56-.36 1.16-.65 1.8-.87zM4.49 9.26l-1.96-.45c-.21.63-.36 1.28-.44 1.95l1.96.45c.06-.68.22-1.33.44-1.95zM20.4 6.58c-.36-.56-.78-1.09-1.25-1.56l-1.58 1.26c.48.47.89.99 1.24 1.57l1.59-1.27zM4.04 12.79l-1.96.45c.08.67.23 1.33.44 1.95l1.97-.45c-.22-.62-.38-1.27-.45-1.95zm13.17-9.31c-.57-.35-1.17-.64-1.8-.87l-.87 1.81c.64.22 1.24.51 1.8.87l.87-1.81zM13 4.07V2.05c-.33-.03-.66-.05-1-.05s-.67.02-1 .05v2.02c.33-.04.66-.07 1-.07s.67.03 1 .07zm-2 15.86v2.02c.33.03.66.05 1 .05s.67-.02 1-.05v-2.02c-.33.04-.66.07-1 .07s-.67-.03-1-.07zm8.51-5.19 1.97.45c.21-.63.36-1.28.44-1.95l-1.96-.45c-.07.68-.23 1.33-.45 1.95zm.45-3.53 1.96-.45c-.08-.67-.23-1.33-.44-1.95l-1.97.45c.22.62.38 1.27.45 1.95zm-2.38 6.52 1.58 1.26c.47-.48.88-1 1.25-1.56l-1.58-1.26c-.36.56-.78 1.09-1.25 1.56zM6.79 20.52c.57.35 1.17.64 1.8.87l.87-1.81c-.64-.22-1.24-.51-1.8-.87l-.87 1.81zm7.75-.94.87 1.81c.63-.23 1.24-.52 1.8-.87l-.87-1.81c-.56.36-1.16.65-1.8.87zM3.6 17.42c.36.56.78 1.09 1.25 1.56l1.58-1.26c-.48-.47-.89-.99-1.24-1.57L3.6 17.42z"})]
"NoiseAwareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/noise_control_off.cljs
================================================
(ns reagent-mui.icons.noise-control-off
"Imports @mui/icons-material/NoiseControlOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def noise-control-off (create-svg-icon [(e "path" #js {"d" "M12 4c1.44 0 2.79.38 3.95 1.05L17.4 3.6C15.85 2.59 13.99 2 12 2s-3.85.59-5.41 1.59l1.45 1.45C9.21 4.38 10.56 4 12 4zm8 8c0 1.44-.38 2.79-1.05 3.95l1.45 1.45c1.01-1.55 1.6-3.41 1.6-5.4s-.59-3.85-1.59-5.41l-1.45 1.45C19.62 9.21 20 10.56 20 12zm-8 8c-1.44 0-2.79-.38-3.95-1.05L6.6 20.4C8.15 21.41 10.01 22 12 22s3.85-.59 5.41-1.59l-1.45-1.45C14.79 19.62 13.44 20 12 20zm-8-8c0-1.44.38-2.79 1.05-3.95L3.59 6.59C2.59 8.15 2 10.01 2 12s.59 3.85 1.59 5.41l1.45-1.45C4.38 14.79 4 13.44 4 12zm7.5-6C9.02 6 7 8.02 7 10.5c0 1.22.49 2.41 1.35 3.27l1.36 1.36c.17.17.31.44.44.82C10.56 17.17 11.71 18 13 18c1.65 0 3-1.35 3-3h-2c0 .55-.45 1-1 1-.43 0-.81-.27-.95-.68-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5 9 9.12 10.12 8 11.5 8c1.21 0 2.22.86 2.45 2h2.02c-.25-2.25-2.16-4-4.47-4z"}) (e "circle" #js {"cx" "13.5", "cy" "12.5", "r" "1.5"})]
"NoiseControlOff"))
================================================
FILE: src/icons/reagent_mui/icons/noise_control_off_outlined.cljs
================================================
(ns reagent-mui.icons.noise-control-off-outlined
"Imports @mui/icons-material/NoiseControlOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def noise-control-off-outlined (create-svg-icon [(e "path" #js {"d" "M12 4c1.44 0 2.79.38 3.95 1.05L17.4 3.6C15.85 2.59 13.99 2 12 2s-3.85.59-5.41 1.59l1.45 1.45C9.21 4.38 10.56 4 12 4zm8 8c0 1.44-.38 2.79-1.05 3.95l1.45 1.45c1.01-1.55 1.6-3.41 1.6-5.4s-.59-3.85-1.59-5.41l-1.45 1.45C19.62 9.21 20 10.56 20 12zm-8 8c-1.44 0-2.79-.38-3.95-1.05L6.6 20.4C8.15 21.41 10.01 22 12 22s3.85-.59 5.41-1.59l-1.45-1.45C14.79 19.62 13.44 20 12 20zm-8-8c0-1.44.38-2.79 1.05-3.95L3.59 6.59C2.59 8.15 2 10.01 2 12s.59 3.85 1.59 5.41l1.45-1.45C4.38 14.79 4 13.44 4 12zm7.5-6C9.02 6 7 8.02 7 10.5c0 1.22.49 2.41 1.35 3.27l1.36 1.36c.17.17.31.44.44.82C10.56 17.17 11.71 18 13 18c1.65 0 3-1.35 3-3h-2c0 .55-.45 1-1 1-.43 0-.81-.27-.95-.68-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5 9 9.12 10.12 8 11.5 8c1.21 0 2.22.86 2.45 2h2.02c-.25-2.25-2.16-4-4.47-4z"}) (e "circle" #js {"cx" "13.5", "cy" "12.5", "r" "1.5"})]
"NoiseControlOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/noise_control_off_rounded.cljs
================================================
(ns reagent-mui.icons.noise-control-off-rounded
"Imports @mui/icons-material/NoiseControlOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def noise-control-off-rounded (create-svg-icon [(e "path" #js {"d" "M12 4c1.2 0 2.33.26 3.35.74.36.17.79.12 1.07-.17l.06-.06c.47-.47.35-1.29-.25-1.57C14.95 2.34 13.51 2 12 2s-2.95.34-4.24.94c-.6.28-.72 1.1-.25 1.57l.06.06c.28.28.71.34 1.07.17C9.67 4.26 10.8 4 12 4zm8 8c0 1.2-.26 2.33-.74 3.35-.17.36-.12.79.17 1.07l.06.06c.47.47 1.29.35 1.57-.25.6-1.28.94-2.72.94-4.23s-.34-2.95-.94-4.24c-.28-.6-1.1-.72-1.57-.25l-.06.06c-.28.28-.34.71-.17 1.07.48 1.03.74 2.16.74 3.36zm-8 8c-1.2 0-2.33-.26-3.35-.74-.36-.17-.79-.12-1.07.17l-.06.06c-.47.47-.35 1.29.25 1.57 1.28.6 2.72.94 4.23.94s2.95-.34 4.24-.94c.6-.28.72-1.1.25-1.57l-.06-.06c-.28-.28-.71-.34-1.07-.17-1.03.48-2.16.74-3.36.74zm-8-8c0-1.2.26-2.33.74-3.35.17-.36.12-.79-.17-1.07l-.06-.07c-.47-.47-1.28-.35-1.57.25C2.34 9.05 2 10.49 2 12s.34 2.95.94 4.24c.28.6 1.1.72 1.57.25l.06-.06c.28-.28.34-.71.17-1.07C4.26 14.33 4 13.2 4 12zm7.5-6c-2.89 0-5.15 2.74-4.33 5.76.22.8.68 1.51 1.27 2.1l1.27 1.27c.15.16.28.38.4.71.41 1.13 1.38 2.04 2.58 2.16 1.25.12 2.37-.53 2.93-1.53.36-.65-.15-1.45-.9-1.45-.34 0-.68.16-.84.47-.16.29-.5.51-.88.51-.43 0-.81-.27-.95-.68-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5 9 9.12 10.12 8 11.5 8c.98 0 1.83.57 2.24 1.4.18.36.52.6.91.6.75 0 1.22-.79.89-1.46C14.82 7.04 13.28 6 11.5 6z"}) (e "circle" #js {"cx" "13.5", "cy" "12.5", "r" "1.5"})]
"NoiseControlOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/noise_control_off_sharp.cljs
================================================
(ns reagent-mui.icons.noise-control-off-sharp
"Imports @mui/icons-material/NoiseControlOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def noise-control-off-sharp (create-svg-icon [(e "path" #js {"d" "M12 4c1.44 0 2.79.38 3.95 1.05L17.4 3.6C15.85 2.59 13.99 2 12 2s-3.85.59-5.41 1.59l1.45 1.45C9.21 4.38 10.56 4 12 4zm8 8c0 1.44-.38 2.79-1.05 3.95l1.45 1.45c1.01-1.55 1.6-3.41 1.6-5.4s-.59-3.85-1.59-5.41l-1.45 1.45C19.62 9.21 20 10.56 20 12zm-8 8c-1.44 0-2.79-.38-3.95-1.05L6.6 20.4C8.15 21.41 10.01 22 12 22s3.85-.59 5.41-1.59l-1.45-1.45C14.79 19.62 13.44 20 12 20zm-8-8c0-1.44.38-2.79 1.05-3.95L3.59 6.59C2.59 8.15 2 10.01 2 12s.59 3.85 1.59 5.41l1.45-1.45C4.38 14.79 4 13.44 4 12zm7.5-6C9.02 6 7 8.02 7 10.5c0 1.22.49 2.41 1.35 3.27l1.36 1.36c.17.17.31.44.44.82C10.56 17.17 11.71 18 13 18c1.65 0 3-1.35 3-3h-2c0 .55-.45 1-1 1-.43 0-.81-.27-.95-.68-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5 9 9.12 10.12 8 11.5 8c1.21 0 2.22.86 2.45 2h2.02c-.25-2.25-2.16-4-4.47-4z"}) (e "circle" #js {"cx" "13.5", "cy" "12.5", "r" "1.5"})]
"NoiseControlOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/noise_control_off_two_tone.cljs
================================================
(ns reagent-mui.icons.noise-control-off-two-tone
"Imports @mui/icons-material/NoiseControlOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def noise-control-off-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c1.44 0 2.79.38 3.95 1.05L17.4 3.6C15.85 2.59 13.99 2 12 2s-3.85.59-5.41 1.59l1.45 1.45C9.21 4.38 10.56 4 12 4zm8 8c0 1.44-.38 2.79-1.05 3.95l1.45 1.45c1.01-1.55 1.6-3.41 1.6-5.4s-.59-3.85-1.59-5.41l-1.45 1.45C19.62 9.21 20 10.56 20 12zm-8 8c-1.44 0-2.79-.38-3.95-1.05L6.6 20.4C8.15 21.41 10.01 22 12 22s3.85-.59 5.41-1.59l-1.45-1.45C14.79 19.62 13.44 20 12 20zm-8-8c0-1.44.38-2.79 1.05-3.95L3.59 6.59C2.59 8.15 2 10.01 2 12s.59 3.85 1.59 5.41l1.45-1.45C4.38 14.79 4 13.44 4 12zm7.5-6C9.02 6 7 8.02 7 10.5c0 1.22.49 2.41 1.35 3.27l1.36 1.36c.17.17.31.44.44.82C10.56 17.17 11.71 18 13 18c1.65 0 3-1.35 3-3h-2c0 .55-.45 1-1 1-.43 0-.81-.27-.95-.68-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5 9 9.12 10.12 8 11.5 8c1.21 0 2.22.86 2.45 2h2.02c-.25-2.25-2.16-4-4.47-4z"}) (e "circle" #js {"cx" "13.5", "cy" "12.5", "r" "1.5"})]
"NoiseControlOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/nordic_walking.cljs
================================================
(ns reagent-mui.icons.nordic-walking
"Imports @mui/icons-material/NordicWalking as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nordic-walking (create-svg-icon (e "path" #js {"d" "M19 23h-1.5v-9H19v9zM7.53 14H6l-2 9h1.53l2-9zm5.97-8.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM9.8 8.9 7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3C14.8 12 16.8 13 19 13v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.56-.89-1.68-1.25-2.65-.84L6 8.3V13h2V9.6l1.8-.7z"})
"NordicWalking"))
================================================
FILE: src/icons/reagent_mui/icons/nordic_walking_outlined.cljs
================================================
(ns reagent-mui.icons.nordic-walking-outlined
"Imports @mui/icons-material/NordicWalkingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nordic-walking-outlined (create-svg-icon (e "path" #js {"d" "M19 23h-1.5v-9H19v9zM7.53 14H6l-2 9h1.53l2-9zm5.97-8.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM9.8 8.9 7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3C14.8 12 16.8 13 19 13v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.56-.89-1.68-1.25-2.65-.84L6 8.3V13h2V9.6l1.8-.7z"})
"NordicWalkingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/nordic_walking_rounded.cljs
================================================
(ns reagent-mui.icons.nordic-walking-rounded
"Imports @mui/icons-material/NordicWalkingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nordic-walking-rounded (create-svg-icon (e "path" #js {"d" "M18.25 23c-.41 0-.75-.34-.75-.75V14H19v8.25c0 .41-.34.75-.75.75zM4.93 23c.35 0 .66-.24.73-.59L7.53 14H6l-1.8 8.09c-.1.47.25.91.73.91zM13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM14 23c.55 0 1-.45 1-1v-5.64c0-.55-.22-1.07-.62-1.45L12.9 13.5l.6-3c1.07 1.24 2.62 2.13 4.36 2.41.6.1 1.14-.38 1.14-.99 0-.49-.35-.91-.83-.98-1.53-.24-2.79-1.14-3.47-2.33l-1-1.6c-.56-.89-1.68-1.25-2.66-.84L7.22 7.78C6.48 8.1 6 8.82 6 9.62V12c0 .55.45 1 1 1s1-.45 1-1V9.6l1.8-.7-2.55 12.86c-.13.64.36 1.24 1.02 1.24.49 0 .91-.34 1.02-.81L10.9 15l2.1 2v5c0 .55.45 1 1 1z"})
"NordicWalkingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/nordic_walking_sharp.cljs
================================================
(ns reagent-mui.icons.nordic-walking-sharp
"Imports @mui/icons-material/NordicWalkingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nordic-walking-sharp (create-svg-icon (e "path" #js {"d" "M19 23h-1.5v-9H19v9zM7.53 14H6l-2 9h1.53l2-9zm5.97-8.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM9.8 8.9 7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3C14.8 12 16.8 13 19 13v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.56-.89-1.68-1.25-2.65-.84L6 8.3V13h2V9.6l1.8-.7z"})
"NordicWalkingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/nordic_walking_two_tone.cljs
================================================
(ns reagent-mui.icons.nordic-walking-two-tone
"Imports @mui/icons-material/NordicWalkingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def nordic-walking-two-tone (create-svg-icon (e "path" #js {"d" "M19 23h-1.5v-9H19v9zM7.53 14H6l-2 9h1.53l2-9zm5.97-8.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM9.8 8.9 7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3C14.8 12 16.8 13 19 13v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.56-.89-1.68-1.25-2.65-.84L6 8.3V13h2V9.6l1.8-.7z"})
"NordicWalkingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/north.cljs
================================================
(ns reagent-mui.icons.north
"Imports @mui/icons-material/North as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def north (create-svg-icon (e "path" #js {"d" "m5 9 1.41 1.41L11 5.83V22h2V5.83l4.59 4.59L19 9l-7-7-7 7z"})
"North"))
================================================
FILE: src/icons/reagent_mui/icons/north_east.cljs
================================================
(ns reagent-mui.icons.north-east
"Imports @mui/icons-material/NorthEast as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def north-east (create-svg-icon (e "path" #js {"d" "M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"})
"NorthEast"))
================================================
FILE: src/icons/reagent_mui/icons/north_east_outlined.cljs
================================================
(ns reagent-mui.icons.north-east-outlined
"Imports @mui/icons-material/NorthEastOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def north-east-outlined (create-svg-icon (e "path" #js {"d" "M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"})
"NorthEastOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/north_east_rounded.cljs
================================================
(ns reagent-mui.icons.north-east-rounded
"Imports @mui/icons-material/NorthEastRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def north-east-rounded (create-svg-icon (e "path" #js {"d" "M9 6c0 .56.45 1 1 1h5.59L4.7 17.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L17 8.41V14c0 .55.45 1 1 1s1-.45 1-1V6c0-.55-.45-1-1-1h-8c-.55 0-1 .45-1 1z"})
"NorthEastRounded"))
================================================
FILE: src/icons/reagent_mui/icons/north_east_sharp.cljs
================================================
(ns reagent-mui.icons.north-east-sharp
"Imports @mui/icons-material/NorthEastSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def north-east-sharp (create-svg-icon (e "path" #js {"d" "M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"})
"NorthEastSharp"))
================================================
FILE: src/icons/reagent_mui/icons/north_east_two_tone.cljs
================================================
(ns reagent-mui.icons.north-east-two-tone
"Imports @mui/icons-material/NorthEastTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def north-east-two-tone (create-svg-icon (e "path" #js {"d" "M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"})
"NorthEastTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/north_outlined.cljs
================================================
(ns reagent-mui.icons.north-outlined
"Imports @mui/icons-material/NorthOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def north-outlined (create-svg-icon (e "path" #js {"d" "m5 9 1.41 1.41L11 5.83V22h2V5.83l4.59 4.59L19 9l-7-7-7 7z"})
"NorthOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/north_rounded.cljs
================================================
(ns reagent-mui.icons.north-rounded
"Imports @mui/icons-material/NorthRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def north-rounded (create-svg-icon (e "path" #js {"d" "M5.71 9.7c.39.39 1.02.39 1.41 0L11 5.83V21c0 .55.45 1 1 1s1-.45 1-1V5.83l3.88 3.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 2.7a.9959.9959 0 0 0-1.41 0L5.71 8.29c-.39.39-.39 1.03 0 1.41z"})
"NorthRounded"))
================================================
FILE: src/icons/reagent_mui/icons/north_sharp.cljs
================================================
(ns reagent-mui.icons.north-sharp
"Imports @mui/icons-material/NorthSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def north-sharp (create-svg-icon (e "path" #js {"d" "m5 9 1.41 1.41L11 5.83V22h2V5.83l4.59 4.59L19 9l-7-7-7 7z"})
"NorthSharp"))
================================================
FILE: src/icons/reagent_mui/icons/north_two_tone.cljs
================================================
(ns reagent-mui.icons.north-two-tone
"Imports @mui/icons-material/NorthTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def north-two-tone (create-svg-icon (e "path" #js {"d" "m5 9 1.41 1.41L11 5.83V22h2V5.83l4.59 4.59L19 9l-7-7-7 7z"})
"NorthTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/north_west.cljs
================================================
(ns reagent-mui.icons.north-west
"Imports @mui/icons-material/NorthWest as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def north-west (create-svg-icon (e "path" #js {"d" "M5 15h2V8.41L18.59 20 20 18.59 8.41 7H15V5H5v10z"})
"NorthWest"))
================================================
FILE: src/icons/reagent_mui/icons/north_west_outlined.cljs
================================================
(ns reagent-mui.icons.north-west-outlined
"Imports @mui/icons-material/NorthWestOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def north-west-outlined (create-svg-icon (e "path" #js {"d" "M5 15h2V8.41L18.59 20 20 18.59 8.41 7H15V5H5v10z"})
"NorthWestOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/north_west_rounded.cljs
================================================
(ns reagent-mui.icons.north-west-rounded
"Imports @mui/icons-material/NorthWestRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def north-west-rounded (create-svg-icon (e "path" #js {"d" "M6 15c.56 0 1-.45 1-1V8.41L17.89 19.3c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L8.41 7H14c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1z"})
"NorthWestRounded"))
================================================
FILE: src/icons/reagent_mui/icons/north_west_sharp.cljs
================================================
(ns reagent-mui.icons.north-west-sharp
"Imports @mui/icons-material/NorthWestSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def north-west-sharp (create-svg-icon (e "path" #js {"d" "M5 15h2V8.41L18.59 20 20 18.59 8.41 7H15V5H5v10z"})
"NorthWestSharp"))
================================================
FILE: src/icons/reagent_mui/icons/north_west_two_tone.cljs
================================================
(ns reagent-mui.icons.north-west-two-tone
"Imports @mui/icons-material/NorthWestTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def north-west-two-tone (create-svg-icon (e "path" #js {"d" "M5 15h2V8.41L18.59 20 20 18.59 8.41 7H15V5H5v10z"})
"NorthWestTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/not_accessible.cljs
================================================
(ns reagent-mui.icons.not-accessible
"Imports @mui/icons-material/NotAccessible as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-accessible (create-svg-icon (e "path" #js {"d" "m14 11.05-3.42-3.42c.32-.34.74-.57 1.23-.61.48-.04.84.07 1.2.26.19.1.39.22.63.46l1.29 1.43c.98 1.08 2.53 1.85 4.07 1.83v2c-1.75-.01-3.71-.88-5-1.95zM12 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM2.81 2.81 1.39 4.22 10 12.83V15c0 1.1.9 2 2 2h2.17l5.61 5.61 1.41-1.41L2.81 2.81zM10 20c-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07c-.41 1.16-1.52 2-2.83 2z"})
"NotAccessible"))
================================================
FILE: src/icons/reagent_mui/icons/not_accessible_outlined.cljs
================================================
(ns reagent-mui.icons.not-accessible-outlined
"Imports @mui/icons-material/NotAccessibleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-accessible-outlined (create-svg-icon (e "path" #js {"d" "M10 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm9 9v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.24-.24-.44-.36-.63-.46-.36-.19-.72-.3-1.2-.26-.49.04-.91.27-1.23.61L14 11.05c1.29 1.07 3.25 1.94 5 1.95zm-9 7c-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07c-.41 1.16-1.52 2-2.83 2zM2.81 2.81 1.39 4.22 10 12.83V15c0 1.1.9 2 2 2h2.17l5.61 5.61 1.41-1.41L2.81 2.81z"})
"NotAccessibleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/not_accessible_rounded.cljs
================================================
(ns reagent-mui.icons.not-accessible-rounded
"Imports @mui/icons-material/NotAccessibleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-accessible-rounded (create-svg-icon (e "path" #js {"d" "M12 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm-2 18c-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07c-.41 1.16-1.52 2-2.83 2zm10.49.49L3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l7.9 7.9V15c0 1.1.9 2 2 2h2.17l4.9 4.9c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41zm-2.33-9.56c-1.25-.21-2.43-.88-3.23-1.76l-1.29-1.43c-.24-.24-.44-.36-.63-.46-.36-.19-.72-.3-1.2-.26-.49.04-.91.27-1.23.61L14 11.05c1 .83 2.4 1.54 3.8 1.82.62.13 1.2-.34 1.2-.97 0-.48-.36-.89-.84-.97z"})
"NotAccessibleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/not_accessible_sharp.cljs
================================================
(ns reagent-mui.icons.not-accessible-sharp
"Imports @mui/icons-material/NotAccessibleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-accessible-sharp (create-svg-icon (e "path" #js {"d" "M12 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm-2 18c-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07c-.41 1.16-1.52 2-2.83 2zm11.19 1.19L2.81 2.81 1.39 4.22 10 12.83V17h4.17l5.61 5.61 1.41-1.42zM19 11c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.24-.24-.44-.36-.63-.46-.36-.19-.72-.3-1.2-.26-.49.04-.91.27-1.23.61L14 11.05c1.29 1.07 3.25 1.94 5 1.95v-2z"})
"NotAccessibleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/not_accessible_two_tone.cljs
================================================
(ns reagent-mui.icons.not-accessible-two-tone
"Imports @mui/icons-material/NotAccessibleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-accessible-two-tone (create-svg-icon (e "path" #js {"d" "M10 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm9 9v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.24-.24-.44-.36-.63-.46-.36-.19-.72-.3-1.2-.26-.49.04-.91.27-1.23.61L14 11.05c1.29 1.07 3.25 1.94 5 1.95zm-9 7c-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07c-.41 1.16-1.52 2-2.83 2zM2.81 2.81 1.39 4.22 10 12.83V15c0 1.1.9 2 2 2h2.17l5.61 5.61 1.41-1.41L2.81 2.81z"})
"NotAccessibleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/not_interested.cljs
================================================
(ns reagent-mui.icons.not-interested
"Imports @mui/icons-material/NotInterested as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-interested (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"})
"NotInterested"))
================================================
FILE: src/icons/reagent_mui/icons/not_interested_outlined.cljs
================================================
(ns reagent-mui.icons.not-interested-outlined
"Imports @mui/icons-material/NotInterestedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-interested-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"})
"NotInterestedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/not_interested_rounded.cljs
================================================
(ns reagent-mui.icons.not-interested-rounded
"Imports @mui/icons-material/NotInterestedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-interested-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"})
"NotInterestedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/not_interested_sharp.cljs
================================================
(ns reagent-mui.icons.not-interested-sharp
"Imports @mui/icons-material/NotInterestedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-interested-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"})
"NotInterestedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/not_interested_two_tone.cljs
================================================
(ns reagent-mui.icons.not-interested-two-tone
"Imports @mui/icons-material/NotInterestedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-interested-two-tone (create-svg-icon (e "path" #js {"d" "M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm0-18c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9L7.1 5.69C8.45 4.63 10.15 4 12 4zM5.69 7.1 16.9 18.31C15.55 19.37 13.85 20 12 20c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9z"})
"NotInterestedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/not_listed_location.cljs
================================================
(ns reagent-mui.icons.not-listed-location
"Imports @mui/icons-material/NotListedLocation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-listed-location (create-svg-icon (e "path" #js {"d" "M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm.88 13.75h-1.75V14h1.75v1.75zm0-2.87h-1.75c0-2.84 2.62-2.62 2.62-4.38 0-.96-.79-1.75-1.75-1.75s-1.75.79-1.75 1.75H8.5C8.5 6.57 10.07 5 12 5s3.5 1.57 3.5 3.5c0 2.19-2.62 2.41-2.62 4.38z"})
"NotListedLocation"))
================================================
FILE: src/icons/reagent_mui/icons/not_listed_location_outlined.cljs
================================================
(ns reagent-mui.icons.not-listed-location-outlined
"Imports @mui/icons-material/NotListedLocationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-listed-location-outlined (create-svg-icon (e "path" #js {"d" "M12.01 16c-.27 0-.52-.1-.71-.29-.2-.2-.29-.43-.29-.71-.01-.55.43-.99.98-1h.02c.28 0 .51.1.71.29.18.19.28.43.28.7s-.1.51-.29.71-.43.3-.7.3zm-.88-3.66c0-.45.1-.84.29-1.16.19-.33.53-.7 1-1.12.28-.25.48-.47.61-.66s.19-.4.19-.64c0-.29-.11-.53-.32-.74-.21-.2-.5-.3-.85-.3-.37 0-.74.1-.96.3-.21.2-.4.45-.4.98H9c0-1.01.46-1.73.97-2.21C10.53 6.28 11.25 6 12 6c.59 0 1.11.12 1.57.35s.79.55 1.05.96.38.86.38 1.35-.1.9-.31 1.25-.48.71-.89 1.09c-.32.3-.53.56-.65.77s-.18.49-.18.81V13h-1.85v-.66h.01zM18 10.2C18 6.57 15.35 4 12 4s-6 2.57-6 6.2c0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.8 6-9.14zM12 2c4.2 0 8 3.22 8 8.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2z"})
"NotListedLocationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/not_listed_location_rounded.cljs
================================================
(ns reagent-mui.icons.not-listed-location-rounded
"Imports @mui/icons-material/NotListedLocationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-listed-location-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4.2 0-8 3.22-8 8.2 0 3.18 2.45 6.92 7.34 11.22.38.33.95.33 1.33 0C17.55 17.12 20 13.38 20 10.2 20 5.22 16.2 2 12 2zm.01 14c-.59 0-1.05-.47-1.05-1.05 0-.59.47-1.04 1.05-1.04.59 0 1.04.45 1.04 1.04 0 .58-.44 1.05-1.04 1.05zm2.51-6.17c-.63.93-1.23 1.21-1.56 1.81-.08.14-.13.26-.16.49-.05.39-.36.68-.75.68h-.03c-.44 0-.79-.38-.75-.82.03-.27.09-.57.25-.84.41-.73 1.18-1.16 1.63-1.8.48-.68.21-1.94-1.14-1.94-.61 0-1.01.32-1.26.7-.19.29-.57.39-.89.25-.42-.18-.6-.7-.34-1.07C10.03 6.55 10.88 6 12 6c1.23 0 2.08.56 2.51 1.26.36.61.58 1.73.01 2.57z"})
"NotListedLocationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/not_listed_location_sharp.cljs
================================================
(ns reagent-mui.icons.not-listed-location-sharp
"Imports @mui/icons-material/NotListedLocationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-listed-location-sharp (create-svg-icon (e "path" #js {"d" "M12.01 16a.99.99 0 0 0 1-1 .99.99 0 0 0-1-1c-.28 0-.51.1-.71.29-.2.19-.3.43-.3.7s.1.51.29.71c.2.2.44.3.72.3zm-.88-3.66V13h1.85v-.42c0-.33.06-.6.18-.81.12-.21.33-.47.65-.77.4-.38.68-.75.89-1.09.19-.35.3-.76.3-1.25s-.13-.94-.39-1.35a2.57 2.57 0 0 0-1.05-.96C13.11 6.12 12.58 6 12 6c-.78 0-1.51.32-2.03.79C9.46 7.27 9 7.99 9 9h1.68c0-.52.19-.77.4-.98.21-.2.58-.3.96-.3.35 0 .64.1.85.3.21.2.32.45.32.74 0 .24-.06.46-.19.64-.13.19-.33.41-.61.66-.48.42-.81.79-1 1.12-.19.33-.28.71-.28 1.16zM12 2c4.2 0 8 3.22 8 8.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2z"})
"NotListedLocationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/not_listed_location_two_tone.cljs
================================================
(ns reagent-mui.icons.not-listed-location-two-tone
"Imports @mui/icons-material/NotListedLocationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-listed-location-two-tone (create-svg-icon [(e "path" #js {"fillOpacity" ".3", "d" "M18.5 10.2c0 2.57-2.1 5.79-6.16 9.51l-.34.3-.34-.31C7.6 15.99 5.5 12.77 5.5 10.2c0-3.84 2.82-6.7 6.5-6.7s6.5 2.85 6.5 6.7z"}) (e "path" #js {"d" "M12.01 16c-.27 0-.52-.1-.71-.29-.2-.2-.29-.43-.29-.71-.01-.55.43-.99.98-1h.02c.28 0 .51.1.71.29.18.19.28.43.28.7s-.1.51-.29.71-.43.3-.7.3zm-.88-3.66c0-.45.1-.84.29-1.16.19-.33.53-.7 1-1.12.28-.25.48-.47.61-.66s.19-.4.19-.64c0-.29-.11-.53-.32-.74-.21-.2-.5-.3-.85-.3-.37 0-.74.1-.96.3-.21.2-.4.45-.4.98H9c0-1.01.46-1.73.97-2.21C10.53 6.28 11.25 6 12 6c.59 0 1.11.12 1.57.35.88.43 1.43 1.33 1.43 2.31 0 .49-.1.9-.31 1.25s-.48.71-.89 1.09c-.32.3-.53.56-.65.77s-.18.49-.18.81V13h-1.85v-.66h.01zM18 10.2C18 6.57 15.35 4 12 4s-6 2.57-6 6.2c0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.8 6-9.14zM12 2c4.2 0 8 3.22 8 8.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2z"})]
"NotListedLocationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/not_started.cljs
================================================
(ns reagent-mui.icons.not-started
"Imports @mui/icons-material/NotStarted as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-started (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm1 0V8l5 4-5 4z"})
"NotStarted"))
================================================
FILE: src/icons/reagent_mui/icons/not_started_outlined.cljs
================================================
(ns reagent-mui.icons.not-started-outlined
"Imports @mui/icons-material/NotStartedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-started-outlined (create-svg-icon (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 6H9v8h2V8zm6 4-5-4v8l5-4z"})
"NotStartedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/not_started_rounded.cljs
================================================
(ns reagent-mui.icons.not-started-rounded
"Imports @mui/icons-material/NotStartedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-started-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 13c0 .55-.45 1-1 1s-1-.45-1-1V9c0-.55.45-1 1-1s1 .45 1 1v6zm5.02-2.22-2.4 1.92c-.65.52-1.62.06-1.62-.78v-3.84c0-.84.97-1.3 1.62-.78l2.4 1.92c.5.4.5 1.16 0 1.56z"})
"NotStartedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/not_started_sharp.cljs
================================================
(ns reagent-mui.icons.not-started-sharp
"Imports @mui/icons-material/NotStartedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-started-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm1 0V8l5 4-5 4z"})
"NotStartedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/not_started_two_tone.cljs
================================================
(ns reagent-mui.icons.not-started-two-tone
"Imports @mui/icons-material/NotStartedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def not-started-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm-1 12H9V8h2v8zm1 0V8l5 4-5 4z", "opacity" ".3"}) (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 6H9v8h2V8zm6 4-5-4v8l5-4z"})]
"NotStartedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/note.cljs
================================================
(ns reagent-mui.icons.note
"Imports @mui/icons-material/Note as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def note (create-svg-icon (e "path" #js {"d" "m22 10-6-6H4c-1.1 0-2 .9-2 2v12.01c0 1.1.9 1.99 2 1.99l16-.01c1.1 0 2-.89 2-1.99v-8zm-7-4.5 5.5 5.5H15V5.5z"})
"Note"))
================================================
FILE: src/icons/reagent_mui/icons/note_add.cljs
================================================
(ns reagent-mui.icons.note-add
"Imports @mui/icons-material/NoteAdd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def note-add (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 14h-3v3h-2v-3H8v-2h3v-3h2v3h3v2zm-3-7V3.5L18.5 9H13z"})
"NoteAdd"))
================================================
FILE: src/icons/reagent_mui/icons/note_add_outlined.cljs
================================================
(ns reagent-mui.icons.note-add-outlined
"Imports @mui/icons-material/NoteAddOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def note-add-outlined (create-svg-icon (e "path" #js {"d" "M13 11h-2v3H8v2h3v3h2v-3h3v-2h-3zm1-9H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"})
"NoteAddOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/note_add_rounded.cljs
================================================
(ns reagent-mui.icons.note-add-rounded
"Imports @mui/icons-material/NoteAddRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def note-add-rounded (create-svg-icon (e "path" #js {"d" "M14.59 2.59c-.38-.38-.89-.59-1.42-.59H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.41l-4.82-4.83zM15 16h-2v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H9c-.55 0-1-.45-1-1s.45-1 1-1h2v-2c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1zm-2-8V3.5L18.5 9H14c-.55 0-1-.45-1-1z"})
"NoteAddRounded"))
================================================
FILE: src/icons/reagent_mui/icons/note_add_sharp.cljs
================================================
(ns reagent-mui.icons.note-add-sharp
"Imports @mui/icons-material/NoteAddSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def note-add-sharp (create-svg-icon (e "path" #js {"d" "M14 2H4v20h16V8l-6-6zm2 14h-3v3h-2v-3H8v-2h3v-3h2v3h3v2zm-3-7V3.5L18.5 9H13z"})
"NoteAddSharp"))
================================================
FILE: src/icons/reagent_mui/icons/note_add_two_tone.cljs
================================================
(ns reagent-mui.icons.note-add-two-tone
"Imports @mui/icons-material/NoteAddTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def note-add-two-tone (create-svg-icon [(e "path" #js {"d" "M13 4H6v16h12V9h-5V4zm3 10v2h-3v3h-2v-3H8v-2h3v-3h2v3h3z", "opacity" ".3"}) (e "path" #js {"d" "M13 11h-2v3H8v2h3v3h2v-3h3v-2h-3zm1-9H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"})]
"NoteAddTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/note_alt.cljs
================================================
(ns reagent-mui.icons.note-alt
"Imports @mui/icons-material/NoteAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def note-alt (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM9.1 17H7v-2.14l5.96-5.96 2.12 2.12L9.1 17zm7.75-7.73-1.06 1.06-2.12-2.12 1.06-1.06c.2-.2.51-.2.71 0l1.41 1.41c.2.2.2.51 0 .71z"})
"NoteAlt"))
================================================
FILE: src/icons/reagent_mui/icons/note_alt_outlined.cljs
================================================
(ns reagent-mui.icons.note-alt-outlined
"Imports @mui/icons-material/NoteAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def note-alt-outlined (create-svg-icon [(e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z"}) (e "path" #js {"d" "m15.08 11.03-2.12-2.12L7 14.86V17h2.1zm1.77-1.76c.2-.2.2-.51 0-.71l-1.41-1.41c-.2-.2-.51-.2-.71 0l-1.06 1.06 2.12 2.12 1.06-1.06z"})]
"NoteAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/note_alt_rounded.cljs
================================================
(ns reagent-mui.icons.note-alt-rounded
"Imports @mui/icons-material/NoteAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def note-alt-rounded (create-svg-icon (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM8.9 17H7.5c-.28 0-.5-.22-.5-.5v-1.43c0-.13.05-.26.15-.35l5.81-5.81 2.12 2.12-5.83 5.83c-.09.09-.22.14-.35.14zm7.95-7.73-1.06 1.06-2.12-2.12 1.06-1.06c.2-.2.51-.2.71 0l1.41 1.41c.2.2.2.51 0 .71z"})
"NoteAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/note_alt_sharp.cljs
================================================
(ns reagent-mui.icons.note-alt-sharp
"Imports @mui/icons-material/NoteAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def note-alt-sharp (create-svg-icon (e "path" #js {"d" "M21 3h-6.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H3v18h18V3zm-9-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM9.1 17H7v-2.14l5.96-5.96 2.12 2.12L9.1 17zm8.1-8.09-1.41 1.41-2.13-2.12 1.41-1.41 2.13 2.12z"})
"NoteAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/note_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.note-alt-two-tone
"Imports @mui/icons-material/NoteAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def note-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm9.73-11.85c.2-.2.51-.2.71 0l1.41 1.41c.2.2.2.51 0 .71l-1.06 1.06-2.12-2.12 1.06-1.06zM7 14.86l5.96-5.96 2.12 2.12L9.1 17H7v-2.14z", "opacity" ".3"}) (e "path" #js {"d" "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z"}) (e "path" #js {"d" "m15.08 11.03-2.12-2.12L7 14.86V17h2.1zm1.77-1.76c.2-.2.2-.51 0-.71l-1.41-1.41c-.2-.2-.51-.2-.71 0l-1.06 1.06 2.12 2.12 1.06-1.06z"})]
"NoteAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/note_outlined.cljs
================================================
(ns reagent-mui.icons.note-outlined
"Imports @mui/icons-material/NoteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def note-outlined (create-svg-icon (e "path" #js {"d" "M16 4H4c-1.1 0-2 .9-2 2v12.01c0 1.1.9 1.99 2 1.99h16c1.1 0 2-.9 2-2v-8l-6-6zM4 18.01V6h11v5h5v7.01H4z"})
"NoteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/note_rounded.cljs
================================================
(ns reagent-mui.icons.note-rounded
"Imports @mui/icons-material/NoteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def note-rounded (create-svg-icon (e "path" #js {"d" "m21.41 9.41-4.83-4.83c-.37-.37-.88-.58-1.41-.58H4c-1.1 0-2 .9-2 2v12.01c0 1.1.89 1.99 1.99 1.99H20c1.1 0 2-.9 2-2v-7.17c0-.53-.21-1.04-.59-1.42zM15 5.5l5.5 5.5H16c-.55 0-1-.45-1-1V5.5z"})
"NoteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/note_sharp.cljs
================================================
(ns reagent-mui.icons.note-sharp
"Imports @mui/icons-material/NoteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def note-sharp (create-svg-icon (e "path" #js {"d" "m22 10-6-6H2v16h20V10zm-7-4.5 5.5 5.5H15V5.5z"})
"NoteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/note_two_tone.cljs
================================================
(ns reagent-mui.icons.note-two-tone
"Imports @mui/icons-material/NoteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def note-two-tone (create-svg-icon [(e "path" #js {"d" "M15 6H4v12.01h16V11h-5z", "opacity" ".3"}) (e "path" #js {"d" "M4 4c-1.1 0-2 .9-2 2v12.01c0 1.1.9 1.99 2 1.99h16c1.1 0 2-.9 2-2v-8l-6-6H4zm16 14.01H4V6h11v5h5v7.01z"})]
"NoteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/notes.cljs
================================================
(ns reagent-mui.icons.notes
"Imports @mui/icons-material/Notes as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notes (create-svg-icon (e "path" #js {"d" "M3 18h12v-2H3v2zM3 6v2h18V6H3zm0 7h18v-2H3v2z"})
"Notes"))
================================================
FILE: src/icons/reagent_mui/icons/notes_outlined.cljs
================================================
(ns reagent-mui.icons.notes-outlined
"Imports @mui/icons-material/NotesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notes-outlined (create-svg-icon (e "path" #js {"d" "M21 11.01 3 11v2h18zM3 16h12v2H3zM21 6H3v2.01L21 8z"})
"NotesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/notes_rounded.cljs
================================================
(ns reagent-mui.icons.notes-rounded
"Imports @mui/icons-material/NotesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notes-rounded (create-svg-icon (e "path" #js {"d" "M20 11H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1zM4 18h10c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM20 6H4c-.55 0-1 .45-1 1v.01c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1z"})
"NotesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/notes_sharp.cljs
================================================
(ns reagent-mui.icons.notes-sharp
"Imports @mui/icons-material/NotesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notes-sharp (create-svg-icon (e "path" #js {"d" "M21 11.01 3 11v2h18zM3 16h12v2H3zM21 6H3v2.01L21 8z"})
"NotesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/notes_two_tone.cljs
================================================
(ns reagent-mui.icons.notes-two-tone
"Imports @mui/icons-material/NotesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notes-two-tone (create-svg-icon (e "path" #js {"d" "M21 11.01 3 11v2h18zM3 16h12v2H3zM21 6H3v2.01L21 8z"})
"NotesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/notification_add.cljs
================================================
(ns reagent-mui.icons.notification-add
"Imports @mui/icons-material/NotificationAdd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notification-add (create-svg-icon (e "path" #js {"d" "M10 20h4c0 1.1-.9 2-2 2s-2-.9-2-2zm4-11c0 2.61 1.67 4.83 4 5.66V17h2v2H4v-2h2v-7c0-2.79 1.91-5.14 4.5-5.8v-.7c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.7c.71.18 1.36.49 1.95.9C14.54 6.14 14 7.51 14 9zm10-1h-3V5h-2v3h-3v2h3v3h2v-3h3V8z"})
"NotificationAdd"))
================================================
FILE: src/icons/reagent_mui/icons/notification_add_outlined.cljs
================================================
(ns reagent-mui.icons.notification-add-outlined
"Imports @mui/icons-material/NotificationAddOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notification-add-outlined (create-svg-icon (e "path" #js {"d" "M16 14v3H8v-7c0-2.21 1.79-4 4-4 .85 0 1.64.26 2.28.72l1.43-1.43c-.64-.51-1.39-.88-2.21-1.09v-.7c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.7C7.91 4.86 6 7.21 6 10v7H4v2h16v-2h-2v-3h-2zm-4 8c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zM24 8h-3V5h-2v3h-3v2h3v3h2v-3h3V8z"})
"NotificationAddOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/notification_add_rounded.cljs
================================================
(ns reagent-mui.icons.notification-add-rounded
"Imports @mui/icons-material/NotificationAddRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notification-add-rounded (create-svg-icon (e "path" #js {"d" "M10 20h4c0 1.1-.9 2-2 2s-2-.9-2-2zm4-11c0 2.61 1.67 4.83 4 5.66V17h1c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1h1v-7c0-2.79 1.91-5.14 4.5-5.8v-.7c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.7c.71.18 1.36.49 1.95.9C14.54 6.14 14 7.51 14 9zm9-1h-2V6c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1z"})
"NotificationAddRounded"))
================================================
FILE: src/icons/reagent_mui/icons/notification_add_sharp.cljs
================================================
(ns reagent-mui.icons.notification-add-sharp
"Imports @mui/icons-material/NotificationAddSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notification-add-sharp (create-svg-icon (e "path" #js {"d" "M10 20h4c0 1.1-.9 2-2 2s-2-.9-2-2zm4-11c0 2.61 1.67 4.83 4 5.66V17h2v2H4v-2h2v-7c0-2.79 1.91-5.14 4.5-5.8V2h3v2.2c.71.18 1.36.49 1.95.9C14.54 6.14 14 7.51 14 9zm10-1h-3V5h-2v3h-3v2h3v3h2v-3h3V8z"})
"NotificationAddSharp"))
================================================
FILE: src/icons/reagent_mui/icons/notification_add_two_tone.cljs
================================================
(ns reagent-mui.icons.notification-add-two-tone
"Imports @mui/icons-material/NotificationAddTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notification-add-two-tone (create-svg-icon (e "path" #js {"d" "M16 14v3H8v-7c0-2.21 1.79-4 4-4 .85 0 1.64.26 2.28.72l1.43-1.43c-.64-.51-1.39-.88-2.21-1.09v-.7c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.7C7.91 4.86 6 7.21 6 10v7H4v2h16v-2h-2v-3h-2zm-4 8c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zM24 8h-3V5h-2v3h-3v2h3v3h2v-3h3V8z"})
"NotificationAddTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/notification_important.cljs
================================================
(ns reagent-mui.icons.notification-important
"Imports @mui/icons-material/NotificationImportant as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notification-important (create-svg-icon (e "path" #js {"d" "M18 16v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-5 0h-2v-2h2v2zm0-4h-2V8h2v4zm-1 10c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2z"})
"NotificationImportant"))
================================================
FILE: src/icons/reagent_mui/icons/notification_important_outlined.cljs
================================================
(ns reagent-mui.icons.notification-important-outlined
"Imports @mui/icons-material/NotificationImportantOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notification-important-outlined (create-svg-icon (e "path" #js {"d" "M10.01 21.01c0 1.1.89 1.99 1.99 1.99s1.99-.89 1.99-1.99h-3.98zM12 6c2.76 0 5 2.24 5 5v7H7v-7c0-2.76 2.24-5 5-5zm0-4.5c-.83 0-1.5.67-1.5 1.5v1.17C7.36 4.85 5 7.65 5 11v6l-2 2v1h18v-1l-2-2v-6c0-3.35-2.36-6.15-5.5-6.83V3c0-.83-.67-1.5-1.5-1.5zM11 8h2v4h-2zm0 6h2v2h-2z"})
"NotificationImportantOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/notification_important_rounded.cljs
================================================
(ns reagent-mui.icons.notification-important-rounded
"Imports @mui/icons-material/NotificationImportantRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notification-important-rounded (create-svg-icon (e "path" #js {"d" "M12 23c1.1 0 1.99-.89 1.99-1.99h-3.98c0 1.1.89 1.99 1.99 1.99zm8.29-4.71L19 17v-6c0-3.35-2.36-6.15-5.5-6.83V3c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v1.17C7.36 4.85 5 7.65 5 11v6l-1.29 1.29c-.63.63-.19 1.71.7 1.71h15.17c.9 0 1.34-1.08.71-1.71zM13 16h-2v-2h2v2zm0-5c0 .55-.45 1-1 1s-1-.45-1-1V9c0-.55.45-1 1-1s1 .45 1 1v2z"})
"NotificationImportantRounded"))
================================================
FILE: src/icons/reagent_mui/icons/notification_important_sharp.cljs
================================================
(ns reagent-mui.icons.notification-important-sharp
"Imports @mui/icons-material/NotificationImportantSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notification-important-sharp (create-svg-icon (e "path" #js {"d" "M12 23c1.1 0 1.99-.89 1.99-1.99h-3.98c0 1.1.89 1.99 1.99 1.99zm7-6v-6c0-3.35-2.36-6.15-5.5-6.83V1.5h-3v2.67C7.36 4.85 5 7.65 5 11v6l-2 2v1h18v-1l-2-2zm-6-1h-2v-2h2v2zm0-4h-2V8h2v4z"})
"NotificationImportantSharp"))
================================================
FILE: src/icons/reagent_mui/icons/notification_important_two_tone.cljs
================================================
(ns reagent-mui.icons.notification-important-two-tone
"Imports @mui/icons-material/NotificationImportantTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notification-important-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6c-2.76 0-5 2.24-5 5v7h10v-7c0-2.76-2.24-5-5-5zm1 10h-2v-2h2v2zm0-4h-2V8h2v4z", "opacity" ".3"}) (e "path" #js {"d" "M12 23c1.1 0 1.99-.89 1.99-1.99h-3.98c0 1.1.89 1.99 1.99 1.99zm7-6v-6c0-3.35-2.36-6.15-5.5-6.83V3c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v1.17C7.36 4.85 5 7.65 5 11v6l-2 2v1h18v-1l-2-2zm-2 1H7v-7c0-2.76 2.24-5 5-5s5 2.24 5 5v7zM11 8h2v4h-2zm0 6h2v2h-2z"})]
"NotificationImportantTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/notifications.cljs
================================================
(ns reagent-mui.icons.notifications
"Imports @mui/icons-material/Notifications as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"})
"Notifications"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_active.cljs
================================================
(ns reagent-mui.icons.notifications-active
"Imports @mui/icons-material/NotificationsActive as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-active (create-svg-icon (e "path" #js {"d" "M7.58 4.08 6.15 2.65C3.75 4.48 2.17 7.3 2.03 10.5h2c.15-2.65 1.51-4.97 3.55-6.42zm12.39 6.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42 1.43c2.02 1.45 3.39 3.77 3.54 6.42zM18 11c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2v-5zm-6 11c.14 0 .27-.01.4-.04.65-.14 1.18-.58 1.44-1.18.1-.24.15-.5.15-.78h-4c.01 1.1.9 2 2.01 2z"})
"NotificationsActive"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_active_outlined.cljs
================================================
(ns reagent-mui.icons.notifications-active-outlined
"Imports @mui/icons-material/NotificationsActiveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-active-outlined (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6zM7.58 4.08 6.15 2.65C3.75 4.48 2.17 7.3 2.03 10.5h2c.15-2.65 1.51-4.97 3.55-6.42zm12.39 6.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42 1.43c2.02 1.45 3.39 3.77 3.54 6.42z"})
"NotificationsActiveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_active_rounded.cljs
================================================
(ns reagent-mui.icons.notifications-active-rounded
"Imports @mui/icons-material/NotificationsActiveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-active-rounded (create-svg-icon (e "path" #js {"d" "M18 16v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.68-1.5-1.51-1.5S10.5 3.17 10.5 4v.68C7.63 5.36 6 7.92 6 11v5l-1.3 1.29c-.63.63-.19 1.71.7 1.71h13.17c.89 0 1.34-1.08.71-1.71L18 16zm-6.01 6c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zM6.77 4.73c.42-.38.43-1.03.03-1.43-.38-.38-1-.39-1.39-.02C3.7 4.84 2.52 6.96 2.14 9.34c-.09.61.38 1.16 1 1.16.48 0 .9-.35.98-.83.3-1.94 1.26-3.67 2.65-4.94zM18.6 3.28c-.4-.37-1.02-.36-1.4.02-.4.4-.38 1.04.03 1.42 1.38 1.27 2.35 3 2.65 4.94.07.48.49.83.98.83.61 0 1.09-.55.99-1.16-.38-2.37-1.55-4.48-3.25-6.05z"})
"NotificationsActiveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_active_sharp.cljs
================================================
(ns reagent-mui.icons.notifications-active-sharp
"Imports @mui/icons-material/NotificationsActiveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-active-sharp (create-svg-icon (e "path" #js {"d" "M7.58 4.08 6.15 2.65C3.75 4.48 2.17 7.3 2.03 10.5h2c.15-2.65 1.51-4.97 3.55-6.42zm12.39 6.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42 1.43c2.02 1.45 3.39 3.77 3.54 6.42zM18 11c0-3.07-1.64-5.64-4.5-6.32V2.5h-3v2.18C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2v-5zm-6 11c.14 0 .27-.01.4-.04.65-.14 1.18-.58 1.44-1.18.1-.24.15-.5.15-.78h-4c.01 1.1.9 2 2.01 2z"})
"NotificationsActiveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_active_two_tone.cljs
================================================
(ns reagent-mui.icons.notifications-active-two-tone
"Imports @mui/icons-material/NotificationsActiveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-active-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6.5c-2.49 0-4 2.02-4 4.5v6h8v-6c0-2.48-1.51-4.5-4-4.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-11c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2v-5zm-2 6H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6zM7.58 4.08 6.15 2.65C3.75 4.48 2.17 7.3 2.03 10.5h2c.15-2.65 1.51-4.97 3.55-6.42zm12.39 6.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42 1.43c2.02 1.45 3.39 3.77 3.54 6.42z"})]
"NotificationsActiveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_none.cljs
================================================
(ns reagent-mui.icons.notifications-none
"Imports @mui/icons-material/NotificationsNone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-none (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6z"})
"NotificationsNone"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_none_outlined.cljs
================================================
(ns reagent-mui.icons.notifications-none-outlined
"Imports @mui/icons-material/NotificationsNoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-none-outlined (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6z"})
"NotificationsNoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_none_rounded.cljs
================================================
(ns reagent-mui.icons.notifications-none-rounded
"Imports @mui/icons-material/NotificationsNoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-none-rounded (create-svg-icon (e "path" #js {"d" "M19.29 17.29 18 16v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-1.29 1.29c-.63.63-.19 1.71.7 1.71h13.17c.9 0 1.34-1.08.71-1.71zM16 17H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6zm-4 5c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2z"})
"NotificationsNoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_none_sharp.cljs
================================================
(ns reagent-mui.icons.notifications-none-sharp
"Imports @mui/icons-material/NotificationsNoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-none-sharp (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V2.5h-3v2.18C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6z"})
"NotificationsNoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_none_two_tone.cljs
================================================
(ns reagent-mui.icons.notifications-none-two-tone
"Imports @mui/icons-material/NotificationsNoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-none-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6.5c-2.49 0-4 2.02-4 4.5v6h8v-6c0-2.48-1.51-4.5-4-4.5z", "opacity" ".3"}) (e "path" #js {"d" "M18 16v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6zm-4 5c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2z"})]
"NotificationsNoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_off.cljs
================================================
(ns reagent-mui.icons.notifications-off
"Imports @mui/icons-material/NotificationsOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-off (create-svg-icon (e "path" #js {"d" "M20 18.69 7.84 6.14 5.27 3.49 4 4.76l2.8 2.8v.01c-.52.99-.8 2.16-.8 3.42v5l-2 2v1h13.73l2 2L21 19.72l-1-1.03zM12 22c1.11 0 2-.89 2-2h-4c0 1.11.89 2 2 2zm6-7.32V11c0-3.08-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68c-.15.03-.29.08-.42.12-.1.03-.2.07-.3.11h-.01c-.01 0-.01 0-.02.01-.23.09-.46.2-.68.31 0 0-.01 0-.01.01L18 14.68z"})
"NotificationsOff"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_off_outlined.cljs
================================================
(ns reagent-mui.icons.notifications-off-outlined
"Imports @mui/icons-material/NotificationsOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-off-outlined (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm0-15.5c2.49 0 4 2.02 4 4.5v.1l2 2V11c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68c-.24.06-.47.15-.69.23l1.64 1.64c.18-.02.36-.05.55-.05zM5.41 3.35 4 4.76l2.81 2.81C6.29 8.57 6 9.74 6 11v5l-2 2v1h14.24l1.74 1.74 1.41-1.41L5.41 3.35zM16 17H8v-6c0-.68.12-1.32.34-1.9L16 16.76V17z"})
"NotificationsOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_off_rounded.cljs
================================================
(ns reagent-mui.icons.notifications-off-rounded
"Imports @mui/icons-material/NotificationsOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-off-rounded (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-11c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68c-.24.06-.47.15-.69.23L18 13.1V11zM5.41 3.35 4 4.76l2.81 2.81C6.29 8.57 6 9.73 6 11v5l-1.29 1.29c-.63.63-.19 1.71.7 1.71h12.83l1.74 1.74 1.41-1.41L5.41 3.35z"})
"NotificationsOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_off_sharp.cljs
================================================
(ns reagent-mui.icons.notifications-off-sharp
"Imports @mui/icons-material/NotificationsOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-off-sharp (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-11c0-3.07-1.64-5.64-4.5-6.32V2.5h-3v2.18c-.24.06-.47.15-.69.23L18 13.1V11zM5.41 3.35 4 4.76l2.81 2.81C6.29 8.57 6 9.73 6 11v5l-2 2v1h14.24l1.74 1.74 1.41-1.41L5.41 3.35z"})
"NotificationsOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_off_two_tone.cljs
================================================
(ns reagent-mui.icons.notifications-off-two-tone
"Imports @mui/icons-material/NotificationsOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-off-two-tone (create-svg-icon [(e "path" #js {"d" "M8 17h8v-.24L8.34 9.1C8.12 9.68 8 10.32 8 11v6zm4-10.5c-.19 0-.37.03-.55.06L16 11.1V11c0-2.48-1.51-4.5-4-4.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm0-15.5c2.49 0 4 2.02 4 4.5v.1l2 2V11c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68c-.24.06-.47.15-.69.23l1.64 1.64c.18-.02.36-.05.55-.05zM5.41 3.35 4 4.76l2.81 2.81C6.29 8.57 6 9.74 6 11v5l-2 2v1h14.24l1.74 1.74 1.41-1.41L5.41 3.35zM16 17H8v-6c0-.68.12-1.32.34-1.9L16 16.76V17z"})]
"NotificationsOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_outlined.cljs
================================================
(ns reagent-mui.icons.notifications-outlined
"Imports @mui/icons-material/NotificationsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-outlined (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6z"})
"NotificationsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_paused.cljs
================================================
(ns reagent-mui.icons.notifications-paused
"Imports @mui/icons-material/NotificationsPaused as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-paused (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.93 6 11v5l-2 2v1h16v-1l-2-2zm-3.5-6.2-2.8 3.4h2.8V15h-5v-1.8l2.8-3.4H9.5V8h5v1.8z"})
"NotificationsPaused"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_paused_outlined.cljs
================================================
(ns reagent-mui.icons.notifications-paused-outlined
"Imports @mui/icons-material/NotificationsPausedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-paused-outlined (create-svg-icon (e "path" #js {"d" "M9.5 9.8h2.8l-2.8 3.4V15h5v-1.8h-2.8l2.8-3.4V8h-5zM18 16v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6zm-4 5c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2z"})
"NotificationsPausedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_paused_rounded.cljs
================================================
(ns reagent-mui.icons.notifications-paused-rounded
"Imports @mui/icons-material/NotificationsPausedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-paused-rounded (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm7.29-4.71L18 16v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-1.29 1.29c-.63.63-.19 1.71.7 1.71h13.17c.9 0 1.34-1.08.71-1.71zM14.5 9.33c0 .31-.11.6-.3.84l-2.5 3.03h1.9c.5 0 .9.4.9.9s-.4.9-.9.9h-2.78c-.73 0-1.32-.59-1.32-1.32v-.01c0-.31.11-.6.3-.84l2.5-3.03h-1.9c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h2.78c.73 0 1.32.59 1.32 1.33z"})
"NotificationsPausedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_paused_sharp.cljs
================================================
(ns reagent-mui.icons.notifications-paused-sharp
"Imports @mui/icons-material/NotificationsPausedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-paused-sharp (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V2.5h-3v2.18C7.63 5.36 6 7.93 6 11v5l-2 2v1h16v-1l-2-2zm-3.5-6.2-2.8 3.4h2.8V15h-5v-1.8l2.8-3.4H9.5V8h5v1.8z"})
"NotificationsPausedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_paused_two_tone.cljs
================================================
(ns reagent-mui.icons.notifications-paused-two-tone
"Imports @mui/icons-material/NotificationsPausedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-paused-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6.5c-2.49 0-4 2.02-4 4.5v6h8v-6c0-2.48-1.51-4.5-4-4.5zm2.5 3.3-2.8 3.4h2.8V15h-5v-1.8l2.8-3.4H9.5V8h5v1.8z", "opacity" ".3"}) (e "path" #js {"d" "M9.5 9.8h2.8l-2.8 3.4V15h5v-1.8h-2.8l2.8-3.4V8h-5zM18 16v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6zm-4 5c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2z"})]
"NotificationsPausedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_rounded.cljs
================================================
(ns reagent-mui.icons.notifications-rounded
"Imports @mui/icons-material/NotificationsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-rounded (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-1.29 1.29c-.63.63-.19 1.71.7 1.71h13.17c.89 0 1.34-1.08.71-1.71L18 16z"})
"NotificationsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_sharp.cljs
================================================
(ns reagent-mui.icons.notifications-sharp
"Imports @mui/icons-material/NotificationsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-sharp (create-svg-icon (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V2.5h-3v2.18C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"})
"NotificationsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/notifications_two_tone.cljs
================================================
(ns reagent-mui.icons.notifications-two-tone
"Imports @mui/icons-material/NotificationsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def notifications-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6.5c-2.49 0-4 2.02-4 4.5v6h8v-6c0-2.48-1.51-4.5-4-4.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6z"})]
"NotificationsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/numbers.cljs
================================================
(ns reagent-mui.icons.numbers
"Imports @mui/icons-material/Numbers as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def numbers (create-svg-icon (e "path" #js {"d" "m20.5 10 .5-2h-4l1-4h-2l-1 4h-4l1-4h-2L9 8H5l-.5 2h4l-1 4h-4L3 16h4l-1 4h2l1-4h4l-1 4h2l1-4h4l.5-2h-4l1-4h4zm-7 4h-4l1-4h4l-1 4z"})
"Numbers"))
================================================
FILE: src/icons/reagent_mui/icons/numbers_outlined.cljs
================================================
(ns reagent-mui.icons.numbers-outlined
"Imports @mui/icons-material/NumbersOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def numbers-outlined (create-svg-icon (e "path" #js {"d" "m20.5 10 .5-2h-4l1-4h-2l-1 4h-4l1-4h-2L9 8H5l-.5 2h4l-1 4h-4L3 16h4l-1 4h2l1-4h4l-1 4h2l1-4h4l.5-2h-4l1-4h4zm-7 4h-4l1-4h4l-1 4z"})
"NumbersOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/numbers_rounded.cljs
================================================
(ns reagent-mui.icons.numbers-rounded
"Imports @mui/icons-material/NumbersRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def numbers-rounded (create-svg-icon (e "path" #js {"d" "m20.68 9.27.01-.06c.16-.62-.3-1.21-.93-1.21H17l.7-2.79c.15-.62-.31-1.21-.94-1.21-.45 0-.83.3-.94.73L15 8h-4l.7-2.79c.15-.62-.31-1.21-.94-1.21-.45 0-.83.3-.94.73L9 8H5.76c-.45 0-.84.3-.94.73l-.02.06c-.15.62.31 1.21.94 1.21H8.5l-1 4H4.26c-.45 0-.83.3-.94.73l-.02.06c-.15.62.31 1.21.94 1.21H7l-.7 2.79c-.15.62.31 1.21.94 1.21.45 0 .83-.3.94-.73L9 16h4l-.7 2.79c-.15.62.31 1.21.94 1.21.45 0 .83-.3.94-.73L15 16h3.24c.45 0 .83-.3.94-.73l.01-.06c.15-.61-.31-1.21-.94-1.21H15.5l1-4h3.24c.45 0 .84-.3.94-.73zM13.5 14h-4l1-4h4l-1 4z"})
"NumbersRounded"))
================================================
FILE: src/icons/reagent_mui/icons/numbers_sharp.cljs
================================================
(ns reagent-mui.icons.numbers-sharp
"Imports @mui/icons-material/NumbersSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def numbers-sharp (create-svg-icon (e "path" #js {"d" "m20.5 10 .5-2h-4l1-4h-2l-1 4h-4l1-4h-2L9 8H5l-.5 2h4l-1 4h-4L3 16h4l-1 4h2l1-4h4l-1 4h2l1-4h4l.5-2h-4l1-4h4zm-7 4h-4l1-4h4l-1 4z"})
"NumbersSharp"))
================================================
FILE: src/icons/reagent_mui/icons/numbers_two_tone.cljs
================================================
(ns reagent-mui.icons.numbers-two-tone
"Imports @mui/icons-material/NumbersTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def numbers-two-tone (create-svg-icon (e "path" #js {"d" "m20.5 10 .5-2h-4l1-4h-2l-1 4h-4l1-4h-2L9 8H5l-.5 2h4l-1 4h-4L3 16h4l-1 4h2l1-4h4l-1 4h2l1-4h4l.5-2h-4l1-4h4zm-7 4h-4l1-4h4l-1 4z"})
"NumbersTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/offline_bolt.cljs
================================================
(ns reagent-mui.icons.offline-bolt
"Imports @mui/icons-material/OfflineBolt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def offline-bolt (create-svg-icon (e "path" #js {"d" "M12 2.02c-5.51 0-9.98 4.47-9.98 9.98s4.47 9.98 9.98 9.98 9.98-4.47 9.98-9.98S17.51 2.02 12 2.02zM11.48 20v-6.26H8L13 4v6.26h3.35L11.48 20z"})
"OfflineBolt"))
================================================
FILE: src/icons/reagent_mui/icons/offline_bolt_outlined.cljs
================================================
(ns reagent-mui.icons.offline-bolt-outlined
"Imports @mui/icons-material/OfflineBoltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def offline-bolt-outlined (create-svg-icon (e "path" #js {"d" "M12 2.02c-5.51 0-9.98 4.47-9.98 9.98s4.47 9.98 9.98 9.98 9.98-4.47 9.98-9.98S17.51 2.02 12 2.02zm0 17.96c-4.4 0-7.98-3.58-7.98-7.98S7.6 4.02 12 4.02 19.98 7.6 19.98 12 16.4 19.98 12 19.98zM12.75 5l-4.5 8.5h3.14V19l4.36-8.5h-3z"})
"OfflineBoltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/offline_bolt_rounded.cljs
================================================
(ns reagent-mui.icons.offline-bolt-rounded
"Imports @mui/icons-material/OfflineBoltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def offline-bolt-rounded (create-svg-icon (e "path" #js {"d" "M12 2.02c-5.51 0-9.98 4.47-9.98 9.98s4.47 9.98 9.98 9.98 9.98-4.47 9.98-9.98S17.51 2.02 12 2.02zm-.52 15.86v-4.14H8.82c-.37 0-.62-.4-.44-.73l3.68-7.17c.23-.47.94-.3.94.23v4.19h2.54c.37 0 .61.39.45.72l-3.56 7.12c-.24.48-.95.31-.95-.22z"})
"OfflineBoltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/offline_bolt_sharp.cljs
================================================
(ns reagent-mui.icons.offline-bolt-sharp
"Imports @mui/icons-material/OfflineBoltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def offline-bolt-sharp (create-svg-icon (e "path" #js {"d" "M12 2.02c-5.51 0-9.98 4.47-9.98 9.98s4.47 9.98 9.98 9.98 9.98-4.47 9.98-9.98S17.51 2.02 12 2.02zM11.48 20v-6.26H8L13 4v6.26h3.35L11.48 20z"})
"OfflineBoltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/offline_bolt_two_tone.cljs
================================================
(ns reagent-mui.icons.offline-bolt-two-tone
"Imports @mui/icons-material/OfflineBoltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def offline-bolt-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4.02C7.6 4.02 4.02 7.6 4.02 12S7.6 19.98 12 19.98s7.98-3.58 7.98-7.98S16.4 4.02 12 4.02zM11.39 19v-5.5H8.25l4.5-8.5v5.5h3L11.39 19z", "opacity" ".3"}) (e "path" #js {"d" "M12 2.02c-5.51 0-9.98 4.47-9.98 9.98s4.47 9.98 9.98 9.98 9.98-4.47 9.98-9.98S17.51 2.02 12 2.02zm0 17.96c-4.4 0-7.98-3.58-7.98-7.98S7.6 4.02 12 4.02 19.98 7.6 19.98 12 16.4 19.98 12 19.98zM12.75 5l-4.5 8.5h3.14V19l4.36-8.5h-3V5z"})]
"OfflineBoltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/offline_pin.cljs
================================================
(ns reagent-mui.icons.offline-pin
"Imports @mui/icons-material/OfflinePin as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def offline-pin (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm5 16H7v-2h10v2zm-6.7-4L7 10.7l1.4-1.4 1.9 1.9 5.3-5.3L17 7.3 10.3 14z"})
"OfflinePin"))
================================================
FILE: src/icons/reagent_mui/icons/offline_pin_outlined.cljs
================================================
(ns reagent-mui.icons.offline-pin-outlined
"Imports @mui/icons-material/OfflinePinOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def offline-pin-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-5-5h10v2H7zm3.3-3.8L8.4 9.3 7 10.7l3.3 3.3L17 7.3l-1.4-1.4z"})
"OfflinePinOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/offline_pin_rounded.cljs
================================================
(ns reagent-mui.icons.offline-pin-rounded
"Imports @mui/icons-material/OfflinePinRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def offline-pin-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4 16H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1zm-6.41-4.71L7.7 11.4a.9839.9839 0 0 1 0-1.4c.39-.39 1.01-.39 1.4 0l1.2 1.2 4.6-4.6c.39-.39 1.01-.39 1.4 0 .39.39.39 1.01 0 1.4l-5.29 5.29c-.39.39-1.03.39-1.42 0z"})
"OfflinePinRounded"))
================================================
FILE: src/icons/reagent_mui/icons/offline_pin_sharp.cljs
================================================
(ns reagent-mui.icons.offline-pin-sharp
"Imports @mui/icons-material/OfflinePinSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def offline-pin-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm5 16H7v-2h10v2zm-6.7-4L7 10.7l1.4-1.4 1.9 1.9 5.3-5.3L17 7.3 10.3 14z"})
"OfflinePinSharp"))
================================================
FILE: src/icons/reagent_mui/icons/offline_pin_two_tone.cljs
================================================
(ns reagent-mui.icons.offline-pin-two-tone
"Imports @mui/icons-material/OfflinePinTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def offline-pin-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm5 13H7v-2h10v2zm-6.7-3L7 10.7l1.4-1.4 1.9 1.9 5.3-5.3L17 7.3 10.3 14z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-5-5h10v2H7zm3.3-3.8L8.4 9.3 7 10.7l3.3 3.3L17 7.3l-1.4-1.4z"})]
"OfflinePinTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/offline_share.cljs
================================================
(ns reagent-mui.icons.offline-share
"Imports @mui/icons-material/OfflineShare as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def offline-share (create-svg-icon (e "path" #js {"d" "M14.6 10.26v1.31L17 9.33 14.6 7.1v1.28c-2.33.32-3.26 1.92-3.6 3.52.83-1.13 1.93-1.64 3.6-1.64zM16 23H6c-1.1 0-2-.9-2-2V5h2v16h10v2zm2-22h-8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 15h-8V4h8v12z"})
"OfflineShare"))
================================================
FILE: src/icons/reagent_mui/icons/offline_share_outlined.cljs
================================================
(ns reagent-mui.icons.offline-share-outlined
"Imports @mui/icons-material/OfflineShareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def offline-share-outlined (create-svg-icon [(e "path" #js {"d" "M6 5H4v16c0 1.1.9 2 2 2h10v-2H6V5z"}) (e "path" #js {"d" "M18 1h-8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16h-8v-1h8v1zm0-3h-8V6h8v8zm0-10h-8V3h8v1z"}) (e "path" #js {"d" "M12.5 10.25h1.63l-.69.69L14.5 12 17 9.5 14.5 7l-1.06 1.06.69.69H12c-.55 0-1 .45-1 1V12h1.5v-1.75z"})]
"OfflineShareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/offline_share_rounded.cljs
================================================
(ns reagent-mui.icons.offline-share-rounded
"Imports @mui/icons-material/OfflineShareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def offline-share-rounded (create-svg-icon [(e "path" #js {"d" "M5 5c-.55 0-1 .45-1 1v15c0 1.1.9 2 2 2h9c.55 0 1-.45 1-1s-.45-1-1-1H6V6c0-.55-.45-1-1-1z"}) (e "path" #js {"d" "M18 1h-8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 14h-8V5h8v10z"}) (e "path" #js {"d" "M12.5 10.25h2v.54c0 .45.54.67.85.35l1.29-1.29c.2-.2.2-.51 0-.71l-1.29-1.29c-.31-.31-.85-.09-.85.35v.54H12c-.55 0-1 .45-1 1v1.5c0 .41.34.75.75.75s.75-.34.75-.75v-.99z"})]
"OfflineShareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/offline_share_sharp.cljs
================================================
(ns reagent-mui.icons.offline-share-sharp
"Imports @mui/icons-material/OfflineShareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def offline-share-sharp (create-svg-icon [(e "path" #js {"d" "M6 5H4v18h12v-2H6z"}) (e "path" #js {"d" "M20 1H8v18h12V1zm-2 14h-8V5h8v10z"}) (e "path" #js {"d" "M12.5 10.25h2V12L17 9.5 14.5 7v1.75H11V12h1.5z"})]
"OfflineShareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/offline_share_two_tone.cljs
================================================
(ns reagent-mui.icons.offline-share-two-tone
"Imports @mui/icons-material/OfflineShareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def offline-share-two-tone (create-svg-icon [(e "path" #js {"d" "M6 5H4v16c0 1.1.9 2 2 2h10v-2H6V5z"}) (e "path" #js {"d" "M18 1h-8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16h-8v-1h8v1zm0-3h-8V6h8v8zm0-10h-8V3h8v1z"}) (e "path" #js {"d" "M12.5 10.25h2V12L17 9.5 14.5 7v1.75H12c-.55 0-1 .45-1 1V12h1.5v-1.75z"})]
"OfflineShareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/oil_barrel.cljs
================================================
(ns reagent-mui.icons.oil-barrel
"Imports @mui/icons-material/OilBarrel as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def oil-barrel (create-svg-icon (e "path" #js {"d" "M20 13c.55 0 1-.45 1-1s-.45-1-1-1h-1V5h1c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h1v6H4c-.55 0-1 .45-1 1s.45 1 1 1h1v6H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1h-1v-6h1zm-8 3c-1.66 0-3-1.32-3-2.95 0-1.3.52-1.67 3-4.55 2.47 2.86 3 3.24 3 4.55 0 1.63-1.34 2.95-3 2.95z"})
"OilBarrel"))
================================================
FILE: src/icons/reagent_mui/icons/oil_barrel_outlined.cljs
================================================
(ns reagent-mui.icons.oil-barrel-outlined
"Imports @mui/icons-material/OilBarrelOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def oil-barrel-outlined (create-svg-icon [(e "path" #js {"d" "M9 13.05C9 14.68 10.34 16 12 16s3-1.32 3-2.95c0-1.31-.53-1.69-3-4.55-2.48 2.88-3 3.25-3 4.55z"}) (e "path" #js {"d" "M20 13c.55 0 1-.45 1-1s-.45-1-1-1h-1V5h1c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h1v6H4c-.55 0-1 .45-1 1s.45 1 1 1h1v6H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1h-1v-6h1zm-3 6H7v-6c.55 0 1-.45 1-1s-.45-1-1-1V5h10v6c-.55 0-1 .45-1 1s.45 1 1 1v6z"})]
"OilBarrelOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/oil_barrel_rounded.cljs
================================================
(ns reagent-mui.icons.oil-barrel-rounded
"Imports @mui/icons-material/OilBarrelRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def oil-barrel-rounded (create-svg-icon (e "path" #js {"d" "M20 13c.55 0 1-.45 1-1s-.45-1-1-1h-1V5h1c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h1v6H4c-.55 0-1 .45-1 1s.45 1 1 1h1v6H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1h-1v-6h1zm-8 3c-1.66 0-3-1.32-3-2.95 0-1.16.41-1.58 2.24-3.68.4-.46 1.12-.46 1.51 0 1.82 2.09 2.24 2.52 2.24 3.68C15 14.68 13.66 16 12 16z"})
"OilBarrelRounded"))
================================================
FILE: src/icons/reagent_mui/icons/oil_barrel_sharp.cljs
================================================
(ns reagent-mui.icons.oil-barrel-sharp
"Imports @mui/icons-material/OilBarrelSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def oil-barrel-sharp (create-svg-icon (e "path" #js {"d" "M21 13v-2h-2V5h2V3H3v2h2v6H3v2h2v6H3v2h18v-2h-2v-6h2zm-9 3c-1.66 0-3-1.32-3-2.95 0-1.3.52-1.67 3-4.55 2.47 2.86 3 3.24 3 4.55 0 1.63-1.34 2.95-3 2.95z"})
"OilBarrelSharp"))
================================================
FILE: src/icons/reagent_mui/icons/oil_barrel_two_tone.cljs
================================================
(ns reagent-mui.icons.oil-barrel-two-tone
"Imports @mui/icons-material/OilBarrelTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def oil-barrel-two-tone (create-svg-icon [(e "path" #js {"d" "M7 11c.55 0 1 .45 1 1s-.45 1-1 1v6h10v-6c-.55 0-1-.45-1-1s.45-1 1-1V5H7v6zm5-2.5c2.47 2.86 3 3.24 3 4.55 0 1.63-1.34 2.95-3 2.95s-3-1.32-3-2.95c0-1.3.52-1.67 3-4.55z", "opacity" ".3"}) (e "path" #js {"d" "M12 16c1.66 0 3-1.32 3-2.95 0-1.31-.53-1.69-3-4.55-2.48 2.88-3 3.25-3 4.55C9 14.68 10.34 16 12 16z"}) (e "path" #js {"d" "M20 13c.55 0 1-.45 1-1s-.45-1-1-1h-1V5h1c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h1v6H4c-.55 0-1 .45-1 1s.45 1 1 1h1v6H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1h-1v-6h1zm-3-2c-.55 0-1 .45-1 1s.45 1 1 1v6H7v-6c.55 0 1-.45 1-1s-.45-1-1-1V5h10v6z"})]
"OilBarrelTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/on_device_training.cljs
================================================
(ns reagent-mui.icons.on-device-training
"Imports @mui/icons-material/OnDeviceTraining as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def on-device-training (create-svg-icon [(e "path" #js {"d" "M11 16h2v1h-2zm1-5c-1.1 0-2 .9-2 2 0 .74.4 1.38 1 1.72v.78h2v-.78c.6-.35 1-.98 1-1.72 0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "M18 1.01 6 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM18 18H6V6h12v12z"}) (e "path" #js {"d" "M16.01 15.95c.62-.83.99-1.84.99-2.95s-.37-2.12-.99-2.95l-1.07 1.07c.35.54.56 1.19.56 1.88s-.21 1.34-.56 1.88l1.07 1.07zm-6.95-1.07c-.35-.54-.56-1.19-.56-1.88 0-1.93 1.57-3.5 3.5-3.5v1.25l2.25-2-2.25-2V8c-2.76 0-5 2.24-5 5 0 1.11.37 2.12.99 2.95l1.07-1.07z"})]
"OnDeviceTraining"))
================================================
FILE: src/icons/reagent_mui/icons/on_device_training_outlined.cljs
================================================
(ns reagent-mui.icons.on-device-training-outlined
"Imports @mui/icons-material/OnDeviceTrainingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def on-device-training-outlined (create-svg-icon [(e "path" #js {"d" "M11 16h2v1h-2zm1-5c-1.1 0-2 .9-2 2 0 .74.4 1.38 1 1.72v.78h2v-.78c.6-.35 1-.98 1-1.72 0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "M18 1.01 6 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM18 21H6v-1h12v1zm0-3H6V6h12v12zm0-14H6V3h12v1z"}) (e "path" #js {"d" "M16.01 15.95c.62-.83.99-1.84.99-2.95s-.37-2.12-.99-2.95l-1.07 1.07c.35.54.56 1.19.56 1.88s-.21 1.34-.56 1.88l1.07 1.07zm-6.95-1.07c-.35-.54-.56-1.19-.56-1.88 0-1.93 1.57-3.5 3.5-3.5v1.25l2.25-2-2.25-2V8c-2.76 0-5 2.24-5 5 0 1.11.37 2.12.99 2.95l1.07-1.07z"})]
"OnDeviceTrainingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/on_device_training_rounded.cljs
================================================
(ns reagent-mui.icons.on-device-training-rounded
"Imports @mui/icons-material/OnDeviceTrainingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def on-device-training-rounded (create-svg-icon [(e "path" #js {"d" "M11.5 17h1c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5zm.02-5.94c-.71.16-1.29.74-1.46 1.44-.23.94.21 1.8.94 2.22v.53c0 .14.11.25.25.25h1.5c.14 0 .25-.11.25-.25v-.53c.6-.35 1-.98 1-1.72 0-1.26-1.17-2.25-2.48-1.94z"}) (e "path" #js {"d" "M18 1.01 6 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM18 18H6V6h12v12z"}) (e "path" #js {"d" "M15.33 15.27c.36.36.99.26 1.21-.2.29-.63.46-1.33.46-2.07s-.17-1.44-.46-2.07c-.22-.47-.84-.57-1.21-.2-.22.22-.28.56-.15.84.2.44.31.92.31 1.43s-.11.99-.31 1.43c-.12.29-.07.62.15.84zm-6.66 0c.22-.22.28-.56.15-.84-.21-.44-.32-.92-.32-1.43 0-1.93 1.57-3.5 3.5-3.5v.69c0 .22.25.33.42.19l1.62-1.44c.11-.1.11-.27 0-.37l-1.62-1.44c-.17-.15-.42-.04-.42.18V8c-2.76 0-5 2.24-5 5 0 .74.17 1.44.46 2.07.22.47.84.57 1.21.2z"})]
"OnDeviceTrainingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/on_device_training_sharp.cljs
================================================
(ns reagent-mui.icons.on-device-training-sharp
"Imports @mui/icons-material/OnDeviceTrainingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def on-device-training-sharp (create-svg-icon [(e "path" #js {"d" "M11 16h2v1h-2zm1-5c-1.1 0-2 .9-2 2 0 .74.4 1.38 1 1.72v.78h2v-.78c.6-.35 1-.98 1-1.72 0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "M20 1.01 4 1v22h16V1.01zM18 18H6V6h12v12z"}) (e "path" #js {"d" "M16.01 15.95c.62-.83.99-1.84.99-2.95s-.37-2.12-.99-2.95l-1.07 1.07c.35.54.56 1.19.56 1.88s-.21 1.34-.56 1.88l1.07 1.07zm-6.95-1.07c-.35-.54-.56-1.19-.56-1.88 0-1.93 1.57-3.5 3.5-3.5v1.25l2.25-2-2.25-2V8c-2.76 0-5 2.24-5 5 0 1.11.37 2.12.99 2.95l1.07-1.07z"})]
"OnDeviceTrainingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/on_device_training_two_tone.cljs
================================================
(ns reagent-mui.icons.on-device-training-two-tone
"Imports @mui/icons-material/OnDeviceTrainingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def on-device-training-two-tone (create-svg-icon [(e "path" #js {"d" "M6 20h12v1H6zM6 3h12v1H6z", "opacity" ".3"}) (e "path" #js {"d" "M11 16h2v1h-2zm1-5c-1.1 0-2 .9-2 2 0 .74.4 1.38 1 1.72v.78h2v-.78c.6-.35 1-.98 1-1.72 0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "M18 1.01 6 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM18 21H6v-1h12v1zm0-3H6V6h12v12zm0-14H6V3h12v1z"}) (e "path" #js {"d" "M16.01 15.95c.62-.83.99-1.84.99-2.95s-.37-2.12-.99-2.95l-1.07 1.07c.35.54.56 1.19.56 1.88s-.21 1.34-.56 1.88l1.07 1.07zm-6.95-1.07c-.35-.54-.56-1.19-.56-1.88 0-1.93 1.57-3.5 3.5-3.5v1.25l2.25-2-2.25-2V8c-2.76 0-5 2.24-5 5 0 1.11.37 2.12.99 2.95l1.07-1.07z"})]
"OnDeviceTrainingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/ondemand_video.cljs
================================================
(ns reagent-mui.icons.ondemand-video
"Imports @mui/icons-material/OndemandVideo as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ondemand-video (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.11-.9-2-2-2zm0 14H3V5h18v12zm-5-6-7 4V7z"})
"OndemandVideo"))
================================================
FILE: src/icons/reagent_mui/icons/ondemand_video_outlined.cljs
================================================
(ns reagent-mui.icons.ondemand-video-outlined
"Imports @mui/icons-material/OndemandVideoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ondemand-video-outlined (create-svg-icon (e "path" #js {"d" "M9 7v8l7-4zm12-4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 14H3V5h18v12z"})
"OndemandVideoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/ondemand_video_rounded.cljs
================================================
(ns reagent-mui.icons.ondemand-video-rounded
"Imports @mui/icons-material/OndemandVideoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ondemand-video-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.11-.9-2-2-2zm-1 14H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1zm-5.52-5.13-3.98 2.28c-.67.38-1.5-.11-1.5-.87V8.72c0-.77.83-1.25 1.5-.87l3.98 2.28c.67.39.67 1.35 0 1.74z"})
"OndemandVideoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/ondemand_video_sharp.cljs
================================================
(ns reagent-mui.icons.ondemand-video-sharp
"Imports @mui/icons-material/OndemandVideoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ondemand-video-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v16h7v2h8v-2h6.99L23 3zm-2 14H3V5h18v12zm-5-6-7 4V7l7 4z"})
"OndemandVideoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/ondemand_video_two_tone.cljs
================================================
(ns reagent-mui.icons.ondemand-video-two-tone
"Imports @mui/icons-material/OndemandVideoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ondemand-video-two-tone (create-svg-icon [(e "path" #js {"d" "M3 17h18V5H3v12zM9 7l7 4-7 4V7z", "opacity" ".3"}) (e "path" #js {"d" "M9 7v8l7-4zm12-4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 14H3V5h18v12z"})]
"OndemandVideoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/one_k.cljs
================================================
(ns reagent-mui.icons.one-k
"Imports @mui/icons-material/OneK as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def one-k (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.5 12H9v-4.5H7.5V9h3v6zm7 0h-1.75L14 12.75V15h-1.5V9H14v2.25L15.75 9h1.75l-2.25 3 2.25 3z"})
"OneK"))
================================================
FILE: src/icons/reagent_mui/icons/one_k_outlined.cljs
================================================
(ns reagent-mui.icons.one-k-outlined
"Imports @mui/icons-material/OneKOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def one-k-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 15H10V9H7v1.5h1.5zm5-2.25L15.25 15H17l-2.25-3L17 9h-1.75l-1.75 2.25V9H12v6h1.5z"})]
"OneKOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/one_k_plus.cljs
================================================
(ns reagent-mui.icons.one-k-plus
"Imports @mui/icons-material/OneKPlus as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def one-k-plus (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 15H7.5v-4.5H6V9h3v6zm4.75 0L12 12.75V15h-1.5V9H12v2.25L13.75 9h1.75l-2.25 3 2.25 3h-1.75zm5.75-2.5H18V14h-1v-1.5h-1.5v-1H17V10h1v1.5h1.5v1z"})
"OneKPlus"))
================================================
FILE: src/icons/reagent_mui/icons/one_k_plus_outlined.cljs
================================================
(ns reagent-mui.icons.one-k-plus-outlined
"Imports @mui/icons-material/OneKPlusOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def one-k-plus-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M7.5 15H9V9H6v1.5h1.5zm4.5-2.25L13.75 15h1.75l-2.25-3 2.25-3h-1.75L12 11.25V9h-1.5v6H12z"})]
"OneKPlusOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/one_k_plus_rounded.cljs
================================================
(ns reagent-mui.icons.one-k-plus-rounded
"Imports @mui/icons-material/OneKPlusRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def one-k-plus-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8.25 15c-.41 0-.75-.34-.75-.75V10.5h-.75c-.41 0-.75-.34-.75-.75S6.34 9 6.75 9H8c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75zm5.29-.27L12 12.75v1.55c0 .39-.31.7-.7.7h-.1c-.39 0-.7-.31-.7-.7V9.7c0-.39.31-.7.7-.7h.09c.4 0 .71.31.71.7v1.55l1.54-1.98c.13-.17.34-.27.55-.27.58 0 .91.66.56 1.12L13.25 12l1.41 1.88c.34.46.01 1.12-.57 1.12-.21 0-.42-.1-.55-.27zm4.96-2.23h-1v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1v-1c0-.28.22-.5.5-.5s.5.22.5.5v1h1c.28 0 .5.22.5.5s-.22.5-.5.5z"})
"OneKPlusRounded"))
================================================
FILE: src/icons/reagent_mui/icons/one_k_plus_sharp.cljs
================================================
(ns reagent-mui.icons.one-k-plus-sharp
"Imports @mui/icons-material/OneKPlusSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def one-k-plus-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM9 15H7.5v-4.5H6V9h3v6zm4.75 0L12 12.75V15h-1.5V9H12v2.25L13.75 9h1.75l-2.25 3 2.25 3h-1.75zM19 12.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19v1z"})
"OneKPlusSharp"))
================================================
FILE: src/icons/reagent_mui/icons/one_k_plus_two_tone.cljs
================================================
(ns reagent-mui.icons.one-k-plus-two-tone
"Imports @mui/icons-material/OneKPlusTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def one-k-plus-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14v-6.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19V5H5v14zm5.5-10H12v2.25L13.75 9h1.75l-2.25 3 2.25 3h-1.75L12 12.75V15h-1.5V9zM6 9h3v6H7.5v-4.5H6V9z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M7.5 15H9V9H6v1.5h1.5zm4.5-2.25L13.75 15h1.75l-2.25-3 2.25-3h-1.75L12 11.25V9h-1.5v6H12z"})]
"OneKPlusTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/one_k_rounded.cljs
================================================
(ns reagent-mui.icons.one-k-rounded
"Imports @mui/icons-material/OneKRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def one-k-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9.25 15c-.41 0-.75-.34-.75-.75V10.5h-.75c-.41 0-.75-.34-.75-.75S7.34 9 7.75 9H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75zm6.34 0c-.22 0-.42-.1-.55-.27l-1.54-1.98v1.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.5c0-.41.34-.75.75-.75s.75.34.75.75v1.5l1.54-1.98c.13-.17.34-.27.55-.27.58 0 .91.66.56 1.12L14.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12z"})
"OneKRounded"))
================================================
FILE: src/icons/reagent_mui/icons/one_k_sharp.cljs
================================================
(ns reagent-mui.icons.one-k-sharp
"Imports @mui/icons-material/OneKSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def one-k-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM10 15H8.5v-4.5H7V9h3v6zm7 0h-1.75l-1.75-2.25V15H12V9h1.5v2.25L15.25 9H17l-2.25 3L17 15z"})
"OneKSharp"))
================================================
FILE: src/icons/reagent_mui/icons/one_k_two_tone.cljs
================================================
(ns reagent-mui.icons.one-k-two-tone
"Imports @mui/icons-material/OneKTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def one-k-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm7-10h1.5v2.25L15.25 9H17l-2.25 3L17 15h-1.75l-1.75-2.25V15H12V9zM7 9h3v6H8.5v-4.5H7V9z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 15H10V9H7v1.5h1.5zm5-2.25L15.25 15H17l-2.25-3L17 9h-1.75l-1.75 2.25V9H12v6h1.5z"})]
"OneKTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/one_kk.cljs
================================================
(ns reagent-mui.icons.one-kk
"Imports @mui/icons-material/OneKk as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def one-kk (create-svg-icon (e "path" #js {"d" "M10 10.5h1.5v3H10zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.5 15H6v-4.5H4.5V9h3v6zm5.5-1c0 .55-.45 1-1 1H9.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H12c.55 0 1 .45 1 1v4zm6.5 1h-1.75L16 12.75V15h-1.5V9H16v2.25L17.75 9h1.75l-2.25 3 2.25 3z"})
"OneKk"))
================================================
FILE: src/icons/reagent_mui/icons/one_kk_outlined.cljs
================================================
(ns reagent-mui.icons.one-kk-outlined
"Imports @mui/icons-material/OneKkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def one-kk-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 6v10H5v-8.5h1V15h1.5V9H5V5h14v4z"}) (e "path" #js {"d" "M15.5 11.25V9H14v6h1.5v-2.25L17.25 15H19l-2.25-3L19 9h-1.75zM9.5 15H12c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H9.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-4.5h1.5v3H10v-3z"})]
"OneKkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/one_kk_rounded.cljs
================================================
(ns reagent-mui.icons.one-kk-rounded
"Imports @mui/icons-material/OneKkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def one-kk-rounded (create-svg-icon (e "path" #js {"d" "M10 10.5h1.5v3H10v-3zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM6.75 15c-.41 0-.75-.34-.75-.75V10.5h-.75c-.41 0-.75-.34-.75-.75S4.84 9 5.25 9H6.5c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75zM13 14c0 .55-.45 1-1 1H9.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H12c.55 0 1 .45 1 1v4zm4.59 1c-.22 0-.42-.1-.55-.27l-1.54-1.98v1.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.5c0-.41.34-.75.75-.75s.75.34.75.75v1.5l1.54-1.98c.13-.17.34-.27.55-.27.58 0 .91.66.56 1.12L16.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12z"})
"OneKkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/one_kk_sharp.cljs
================================================
(ns reagent-mui.icons.one-kk-sharp
"Imports @mui/icons-material/OneKkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def one-kk-sharp (create-svg-icon (e "path" #js {"d" "M10 10.5h1.5v3H10v-3zM21 3H3v18h18V3zM7.5 15H6v-4.5H4.5V9h3v6zM13 9v6H8.5V9H13zm6 6h-1.75l-1.75-2.25V15H14V9h1.5v2.25L17.25 9H19l-2.25 3L19 15z"})
"OneKkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/one_kk_two_tone.cljs
================================================
(ns reagent-mui.icons.one-kk-two-tone
"Imports @mui/icons-material/OneKkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def one-kk-two-tone (create-svg-icon [(e "path" #js {"d" "M10 10.5h1.5v3H10zm9 4.5V9l-2.25 3z", "opacity" ".3"}) (e "path" #js {"d" "M5 9h2.5v6H6v-4.5H5V19h14v-4h-1.75l-1.75-2.25V15H14V9h1.5v2.25L17.25 9H19V5H5v4zm3.5 1c0-.55.45-1 1-1H12c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H9.5c-.55 0-1-.45-1-1v-4z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 6v10H5v-8.5h1V15h1.5V9H5V5h14v4z"}) (e "path" #js {"d" "M15.5 11.25V9H14v6h1.5v-2.25L17.25 15H19l-2.25-3L19 9h-1.75zM9.5 15H12c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H9.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-4.5h1.5v3H10v-3z"})]
"OneKkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/online_prediction.cljs
================================================
(ns reagent-mui.icons.online-prediction
"Imports @mui/icons-material/OnlinePrediction as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def online-prediction (create-svg-icon (e "path" #js {"d" "M15.5 11.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5C8.5 9.57 10.07 8 12 8s3.5 1.57 3.5 3.5zm-2.5 6h-2V19h2v-1.5zm9-5.5c0-2.76-1.12-5.26-2.93-7.07l-1.06 1.06C19.55 7.53 20.5 9.66 20.5 12s-.95 4.47-2.49 6.01l1.06 1.06C20.88 17.26 22 14.76 22 12zM3.5 12c0-2.34.95-4.47 2.49-6.01L4.93 4.93C3.12 6.74 2 9.24 2 12c0 2.76 1.12 5.26 2.93 7.07l1.06-1.06C4.45 16.47 3.5 14.34 3.5 12zm14 0c0 1.52-.62 2.89-1.61 3.89l1.06 1.06C18.22 15.68 19 13.93 19 12c0-1.93-.78-3.68-2.05-4.95l-1.06 1.06c.99 1 1.61 2.37 1.61 3.89zM7.05 16.95l1.06-1.06c-1-1-1.61-2.37-1.61-3.89s.62-2.89 1.61-3.89L7.05 7.05C5.78 8.32 5 10.07 5 12c0 1.93.78 3.68 2.05 4.95z"})
"OnlinePrediction"))
================================================
FILE: src/icons/reagent_mui/icons/online_prediction_outlined.cljs
================================================
(ns reagent-mui.icons.online-prediction-outlined
"Imports @mui/icons-material/OnlinePredictionOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def online-prediction-outlined (create-svg-icon (e "path" #js {"d" "M15.5 11.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5C8.5 9.57 10.07 8 12 8s3.5 1.57 3.5 3.5zm-2.5 6h-2V19h2v-1.5zm9-5.5c0-2.76-1.12-5.26-2.93-7.07l-1.06 1.06C19.55 7.53 20.5 9.66 20.5 12s-.95 4.47-2.49 6.01l1.06 1.06C20.88 17.26 22 14.76 22 12zM3.5 12c0-2.34.95-4.47 2.49-6.01L4.93 4.93C3.12 6.74 2 9.24 2 12c0 2.76 1.12 5.26 2.93 7.07l1.06-1.06C4.45 16.47 3.5 14.34 3.5 12zm14 0c0 1.52-.62 2.89-1.61 3.89l1.06 1.06C18.22 15.68 19 13.93 19 12c0-1.93-.78-3.68-2.05-4.95l-1.06 1.06c.99 1 1.61 2.37 1.61 3.89zM7.05 16.95l1.06-1.06c-1-1-1.61-2.37-1.61-3.89s.62-2.89 1.61-3.89L7.05 7.05C5.78 8.32 5 10.07 5 12c0 1.93.78 3.68 2.05 4.95z"})
"OnlinePredictionOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/online_prediction_rounded.cljs
================================================
(ns reagent-mui.icons.online-prediction-rounded
"Imports @mui/icons-material/OnlinePredictionRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def online-prediction-rounded (create-svg-icon (e "path" #js {"d" "M15.5 11.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5C8.5 9.57 10.07 8 12 8s3.5 1.57 3.5 3.5zm-2.5 6h-2v.5c0 .55.45 1 1 1s1-.45 1-1v-.5zm9-5.5c0-2.46-.89-4.71-2.36-6.45-.29-.34-.8-.38-1.12-.06-.27.27-.3.71-.06 1C19.73 7.97 20.5 9.9 20.5 12c0 2.1-.77 4.03-2.04 5.52-.25.29-.21.73.06 1 .32.32.83.28 1.12-.06 1.47-1.75 2.36-4 2.36-6.46zM3.5 12c0-2.1.77-4.03 2.04-5.52.25-.29.21-.73-.06-1-.31-.31-.83-.28-1.12.06C2.89 7.29 2 9.54 2 12s.89 4.71 2.36 6.46c.29.34.8.38 1.12.06.27-.27.3-.71.06-1C4.27 16.03 3.5 14.1 3.5 12zm14 0c0 1.28-.44 2.47-1.18 3.41-.23.29-.2.71.07.98.32.32.85.29 1.13-.07C18.44 15.13 19 13.63 19 12c0-1.63-.56-3.13-1.49-4.31-.28-.36-.81-.39-1.13-.07-.26.26-.3.68-.07.98.75.93 1.19 2.12 1.19 3.4zm-9.88 4.38c.26-.26.3-.68.07-.98-.75-.93-1.19-2.12-1.19-3.4 0-1.28.44-2.47 1.18-3.41.23-.29.2-.71-.07-.98-.31-.31-.84-.28-1.12.07C5.56 8.87 5 10.37 5 12c0 1.63.56 3.13 1.49 4.32.28.35.81.38 1.13.06z"})
"OnlinePredictionRounded"))
================================================
FILE: src/icons/reagent_mui/icons/online_prediction_sharp.cljs
================================================
(ns reagent-mui.icons.online-prediction-sharp
"Imports @mui/icons-material/OnlinePredictionSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def online-prediction-sharp (create-svg-icon (e "path" #js {"d" "M15.5 11.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5C8.5 9.57 10.07 8 12 8s3.5 1.57 3.5 3.5zm-2.5 6h-2V19h2v-1.5zm9-5.5c0-2.76-1.12-5.26-2.93-7.07l-1.06 1.06C19.55 7.53 20.5 9.66 20.5 12s-.95 4.47-2.49 6.01l1.06 1.06C20.88 17.26 22 14.76 22 12zM3.5 12c0-2.34.95-4.47 2.49-6.01L4.93 4.93C3.12 6.74 2 9.24 2 12c0 2.76 1.12 5.26 2.93 7.07l1.06-1.06C4.45 16.47 3.5 14.34 3.5 12zm14 0c0 1.52-.62 2.89-1.61 3.89l1.06 1.06C18.22 15.68 19 13.93 19 12c0-1.93-.78-3.68-2.05-4.95l-1.06 1.06c.99 1 1.61 2.37 1.61 3.89zM7.05 16.95l1.06-1.06c-1-1-1.61-2.37-1.61-3.89s.62-2.89 1.61-3.89L7.05 7.05C5.78 8.32 5 10.07 5 12c0 1.93.78 3.68 2.05 4.95z"})
"OnlinePredictionSharp"))
================================================
FILE: src/icons/reagent_mui/icons/online_prediction_two_tone.cljs
================================================
(ns reagent-mui.icons.online-prediction-two-tone
"Imports @mui/icons-material/OnlinePredictionTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def online-prediction-two-tone (create-svg-icon (e "path" #js {"d" "M15.5 11.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5C8.5 9.57 10.07 8 12 8s3.5 1.57 3.5 3.5zm-2.5 6h-2V19h2v-1.5zm9-5.5c0-2.76-1.12-5.26-2.93-7.07l-1.06 1.06C19.55 7.53 20.5 9.66 20.5 12s-.95 4.47-2.49 6.01l1.06 1.06C20.88 17.26 22 14.76 22 12zM3.5 12c0-2.34.95-4.47 2.49-6.01L4.93 4.93C3.12 6.74 2 9.24 2 12c0 2.76 1.12 5.26 2.93 7.07l1.06-1.06C4.45 16.47 3.5 14.34 3.5 12zm14 0c0 1.52-.62 2.89-1.61 3.89l1.06 1.06C18.22 15.68 19 13.93 19 12c0-1.93-.78-3.68-2.05-4.95l-1.06 1.06c.99 1 1.61 2.37 1.61 3.89zM7.05 16.95l1.06-1.06c-1-1-1.61-2.37-1.61-3.89s.62-2.89 1.61-3.89L7.05 7.05C5.78 8.32 5 10.07 5 12c0 1.93.78 3.68 2.05 4.95z"})
"OnlinePredictionTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/opacity.cljs
================================================
(ns reagent-mui.icons.opacity
"Imports @mui/icons-material/Opacity as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def opacity (create-svg-icon (e "path" #js {"d" "M17.66 8 12 2.35 6.34 8C4.78 9.56 4 11.64 4 13.64s.78 4.11 2.34 5.67 3.61 2.35 5.66 2.35 4.1-.79 5.66-2.35S20 15.64 20 13.64 19.22 9.56 17.66 8zM6 14c.01-2 .62-3.27 1.76-4.4L12 5.27l4.24 4.38C17.38 10.77 17.99 12 18 14H6z"})
"Opacity"))
================================================
FILE: src/icons/reagent_mui/icons/opacity_outlined.cljs
================================================
(ns reagent-mui.icons.opacity-outlined
"Imports @mui/icons-material/OpacityOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def opacity-outlined (create-svg-icon (e "path" #js {"d" "M17.66 8 12 2.35 6.34 8C4.78 9.56 4 11.64 4 13.64s.78 4.11 2.34 5.67 3.61 2.35 5.66 2.35 4.1-.79 5.66-2.35S20 15.64 20 13.64 19.22 9.56 17.66 8zM6 14c.01-2 .62-3.27 1.76-4.4L12 5.27l4.24 4.38C17.38 10.77 17.99 12 18 14H6z"})
"OpacityOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/opacity_rounded.cljs
================================================
(ns reagent-mui.icons.opacity-rounded
"Imports @mui/icons-material/OpacityRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def opacity-rounded (create-svg-icon (e "path" #js {"d" "M17.65 7.56 12.7 2.69c-.39-.38-1.01-.38-1.4 0L6.35 7.56C4.9 8.99 4 10.96 4 13.13 4 17.48 7.58 21 12 21s8-3.52 8-7.87c0-2.17-.9-4.14-2.35-5.57zm-9.9 1.43L12 4.81l4.25 4.18c.88.87 2.04 2.59 1.67 5.01H6.07c-.37-2.42.8-4.15 1.68-5.01z"})
"OpacityRounded"))
================================================
FILE: src/icons/reagent_mui/icons/opacity_sharp.cljs
================================================
(ns reagent-mui.icons.opacity-sharp
"Imports @mui/icons-material/OpacitySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def opacity-sharp (create-svg-icon (e "path" #js {"d" "M17.66 8 12 2.35 6.34 8C4.78 9.56 4 11.64 4 13.64s.78 4.11 2.34 5.67 3.61 2.35 5.66 2.35 4.1-.79 5.66-2.35S20 15.64 20 13.64 19.22 9.56 17.66 8zM6 14c.01-2 .62-3.27 1.76-4.4L12 5.27l4.24 4.38C17.38 10.77 17.99 12 18 14H6z"})
"OpacitySharp"))
================================================
FILE: src/icons/reagent_mui/icons/opacity_two_tone.cljs
================================================
(ns reagent-mui.icons.opacity-two-tone
"Imports @mui/icons-material/OpacityTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def opacity-two-tone (create-svg-icon [(e "path" #js {"d" "M16.24 9.65 12 5.27 7.76 9.6C6.62 10.73 6.01 12 6 14h12c-.01-2-.62-3.23-1.76-4.35z", "opacity" ".3"}) (e "path" #js {"d" "M17.66 8 12 2.35 6.34 8C4.78 9.56 4 11.64 4 13.64s.78 4.11 2.34 5.67 3.61 2.35 5.66 2.35 4.1-.79 5.66-2.35S20 15.64 20 13.64 19.22 9.56 17.66 8zM6 14c.01-2 .62-3.27 1.76-4.4L12 5.27l4.24 4.38C17.38 10.77 17.99 12 18 14H6z"})]
"OpacityTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_browser.cljs
================================================
(ns reagent-mui.icons.open-in-browser
"Imports @mui/icons-material/OpenInBrowser as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-browser (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h4v-2H5V8h14v10h-4v2h4c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm-7 6-4 4h3v6h2v-6h3l-4-4z"})
"OpenInBrowser"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_browser_outlined.cljs
================================================
(ns reagent-mui.icons.open-in-browser-outlined
"Imports @mui/icons-material/OpenInBrowserOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-browser-outlined (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h4v-2H5V8h14v10h-4v2h4c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm-7 6-4 4h3v6h2v-6h3l-4-4z"})
"OpenInBrowserOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_browser_rounded.cljs
================================================
(ns reagent-mui.icons.open-in-browser-rounded
"Imports @mui/icons-material/OpenInBrowserRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-browser-rounded (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.9 2 2 2h3c.55 0 1-.45 1-1s-.45-1-1-1H5V8h14v10h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm-7.35 6.35-2.79 2.79c-.32.32-.1.86.35.86H11v5c0 .55.45 1 1 1s1-.45 1-1v-5h1.79c.45 0 .67-.54.35-.85l-2.79-2.79c-.19-.2-.51-.2-.7-.01z"})
"OpenInBrowserRounded"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_browser_sharp.cljs
================================================
(ns reagent-mui.icons.open-in-browser-sharp
"Imports @mui/icons-material/OpenInBrowserSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-browser-sharp (create-svg-icon (e "path" #js {"d" "M3 4v16h6v-2H5V8h14v10h-4v2h6V4H3zm9 6-4 4h3v6h2v-6h3l-4-4z"})
"OpenInBrowserSharp"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_browser_two_tone.cljs
================================================
(ns reagent-mui.icons.open-in-browser-two-tone
"Imports @mui/icons-material/OpenInBrowserTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-browser-two-tone (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h4v-2H5V8h14v10h-4v2h4c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm-7 6-4 4h3v6h2v-6h3l-4-4z"})
"OpenInBrowserTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_full.cljs
================================================
(ns reagent-mui.icons.open-in-full
"Imports @mui/icons-material/OpenInFull as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-full (create-svg-icon (e "path" #js {"d" "M21 11V3h-8l3.29 3.29-10 10L3 13v8h8l-3.29-3.29 10-10z"})
"OpenInFull"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_full_outlined.cljs
================================================
(ns reagent-mui.icons.open-in-full-outlined
"Imports @mui/icons-material/OpenInFullOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-full-outlined (create-svg-icon (e "path" #js {"d" "M21 11V3h-8l3.29 3.29-10 10L3 13v8h8l-3.29-3.29 10-10z"})
"OpenInFullOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_full_rounded.cljs
================================================
(ns reagent-mui.icons.open-in-full-rounded
"Imports @mui/icons-material/OpenInFullRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-full-rounded (create-svg-icon (e "path" #js {"d" "M21 8.59V4c0-.55-.45-1-1-1h-4.59c-.89 0-1.34 1.08-.71 1.71l1.59 1.59-10 10-1.59-1.59c-.62-.63-1.7-.19-1.7.7V20c0 .55.45 1 1 1h4.59c.89 0 1.34-1.08.71-1.71L7.71 17.7l10-10 1.59 1.59c.62.63 1.7.19 1.7-.7z"})
"OpenInFullRounded"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_full_sharp.cljs
================================================
(ns reagent-mui.icons.open-in-full-sharp
"Imports @mui/icons-material/OpenInFullSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-full-sharp (create-svg-icon (e "path" #js {"d" "M21 11V3h-8l3.29 3.29-10 10L3 13v8h8l-3.29-3.29 10-10z"})
"OpenInFullSharp"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_full_two_tone.cljs
================================================
(ns reagent-mui.icons.open-in-full-two-tone
"Imports @mui/icons-material/OpenInFullTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-full-two-tone (create-svg-icon (e "path" #js {"d" "M21 11V3h-8l3.29 3.29-10 10L3 13v8h8l-3.29-3.29 10-10z"})
"OpenInFullTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_new.cljs
================================================
(ns reagent-mui.icons.open-in-new
"Imports @mui/icons-material/OpenInNew as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-new (create-svg-icon (e "path" #js {"d" "M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"})
"OpenInNew"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_new_off.cljs
================================================
(ns reagent-mui.icons.open-in-new-off
"Imports @mui/icons-material/OpenInNewOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-new-off (create-svg-icon (e "path" #js {"d" "M16.79 5.8 14 3h7v7l-2.79-2.8-4.09 4.09-1.41-1.41 4.08-4.08zM19 12v4.17l2 2V12h-2zm.78 10.61L18.17 21H5c-1.11 0-2-.9-2-2V5.83L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM16.17 19l-4.88-4.88-1.59 1.59-1.41-1.41 1.59-1.59L5 7.83V19h11.17zM7.83 5H12V3H5.83l2 2z"})
"OpenInNewOff"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_new_off_outlined.cljs
================================================
(ns reagent-mui.icons.open-in-new-off-outlined
"Imports @mui/icons-material/OpenInNewOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-new-off-outlined (create-svg-icon (e "path" #js {"d" "M16.79 5.8 14 3h7v7l-2.79-2.8-4.09 4.09-1.41-1.41 4.08-4.08zM19 12v4.17l2 2V12h-2zm.78 10.61L18.17 21H5c-1.11 0-2-.9-2-2V5.83L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM16.17 19l-4.88-4.88-1.59 1.59-1.41-1.41 1.59-1.59L5 7.83V19h11.17zM7.83 5H12V3H5.83l2 2z"})
"OpenInNewOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_new_off_rounded.cljs
================================================
(ns reagent-mui.icons.open-in-new-off-rounded
"Imports @mui/icons-material/OpenInNewOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-new-off-rounded (create-svg-icon (e "path" #js {"d" "m16.79 5.8-1.94-1.94c-.31-.32-.09-.86.36-.86h5.29c.28 0 .5.22.5.5v5.29c0 .45-.54.67-.85.35L18.21 7.2l-4.09 4.09-1.41-1.41 4.08-4.08zM19 13v3.17l2 2V13c0-.55-.45-1-1-1s-1 .45-1 1zm.07 8.9-.9-.9H5c-1.11 0-2-.9-2-2V5.83l-.9-.9a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l16.97 16.97c.39.39.39 1.02 0 1.41-.39.39-1.02.39-1.41 0zm-2.9-2.9-4.88-4.88-.88.88c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41l.88-.88L5 7.83V19h11.17zM7.83 5H11c.55 0 1-.45 1-1s-.45-1-1-1H5.83l2 2z"})
"OpenInNewOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_new_off_sharp.cljs
================================================
(ns reagent-mui.icons.open-in-new-off-sharp
"Imports @mui/icons-material/OpenInNewOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-new-off-sharp (create-svg-icon (e "path" #js {"d" "M16.79 5.8 14 3h7v7l-2.79-2.8-4.09 4.09-1.41-1.41 4.08-4.08zM19 12v4.17l2 2V12h-2zm.78 10.61L18.17 21H3V5.83L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM16.17 19l-4.88-4.88-1.59 1.59-1.41-1.41 1.59-1.59L5 7.83V19h11.17zM7.83 5H12V3H5.83l2 2z"})
"OpenInNewOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_new_off_two_tone.cljs
================================================
(ns reagent-mui.icons.open-in-new-off-two-tone
"Imports @mui/icons-material/OpenInNewOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-new-off-two-tone (create-svg-icon (e "path" #js {"d" "M16.79 5.8 14 3h7v7l-2.79-2.8-4.09 4.09-1.41-1.41 4.08-4.08zM19 12v4.17l2 2V12h-2zm.78 10.61L18.17 21H5c-1.11 0-2-.9-2-2V5.83L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM16.17 19l-4.88-4.88-1.59 1.59-1.41-1.41 1.59-1.59L5 7.83V19h11.17zM7.83 5H12V3H5.83l2 2z"})
"OpenInNewOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_new_outlined.cljs
================================================
(ns reagent-mui.icons.open-in-new-outlined
"Imports @mui/icons-material/OpenInNewOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-new-outlined (create-svg-icon (e "path" #js {"d" "M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"})
"OpenInNewOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_new_rounded.cljs
================================================
(ns reagent-mui.icons.open-in-new-rounded
"Imports @mui/icons-material/OpenInNewRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-new-rounded (create-svg-icon (e "path" #js {"d" "M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.11 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55-.45 1-1 1zM14 4c0 .55.45 1 1 1h2.59l-9.13 9.13c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1h-5c-.55 0-1 .45-1 1z"})
"OpenInNewRounded"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_new_sharp.cljs
================================================
(ns reagent-mui.icons.open-in-new-sharp
"Imports @mui/icons-material/OpenInNewSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-new-sharp (create-svg-icon (e "path" #js {"d" "M19 19H5V5h7V3H3v18h18v-9h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"})
"OpenInNewSharp"))
================================================
FILE: src/icons/reagent_mui/icons/open_in_new_two_tone.cljs
================================================
(ns reagent-mui.icons.open-in-new-two-tone
"Imports @mui/icons-material/OpenInNewTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-in-new-two-tone (create-svg-icon (e "path" #js {"d" "M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"})
"OpenInNewTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/open_with.cljs
================================================
(ns reagent-mui.icons.open-with
"Imports @mui/icons-material/OpenWith as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-with (create-svg-icon (e "path" #js {"d" "M10 9h4V6h3l-5-5-5 5h3v3zm-1 1H6V7l-5 5 5 5v-3h3v-4zm14 2-5-5v3h-3v4h3v3l5-5zm-9 3h-4v3H7l5 5 5-5h-3v-3z"})
"OpenWith"))
================================================
FILE: src/icons/reagent_mui/icons/open_with_outlined.cljs
================================================
(ns reagent-mui.icons.open-with-outlined
"Imports @mui/icons-material/OpenWithOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-with-outlined (create-svg-icon (e "path" #js {"d" "M10 9h4V6h3l-5-5-5 5h3v3zm-1 1H6V7l-5 5 5 5v-3h3v-4zm14 2-5-5v3h-3v4h3v3l5-5zm-9 3h-4v3H7l5 5 5-5h-3v-3z"})
"OpenWithOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/open_with_rounded.cljs
================================================
(ns reagent-mui.icons.open-with-rounded
"Imports @mui/icons-material/OpenWithRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-with-rounded (create-svg-icon (e "path" #js {"d" "M10.5 9h3c.28 0 .5-.22.5-.5V6h1.79c.45 0 .67-.54.35-.85l-3.79-3.79c-.2-.2-.51-.2-.71 0L7.85 5.15c-.31.31-.09.85.36.85H10v2.5c0 .28.22.5.5.5zm-2 1H6V8.21c0-.45-.54-.67-.85-.35l-3.79 3.79c-.2.2-.2.51 0 .71l3.79 3.79c.31.31.85.09.85-.36V14h2.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5zm14.15 1.65-3.79-3.79c-.32-.32-.86-.1-.86.35V10h-2.5c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5H18v1.79c0 .45.54.67.85.35l3.79-3.79c.2-.19.2-.51.01-.7zM13.5 15h-3c-.28 0-.5.22-.5.5V18H8.21c-.45 0-.67.54-.35.85l3.79 3.79c.2.2.51.2.71 0l3.79-3.79c.31-.31.09-.85-.35-.85H14v-2.5c0-.28-.22-.5-.5-.5z"})
"OpenWithRounded"))
================================================
FILE: src/icons/reagent_mui/icons/open_with_sharp.cljs
================================================
(ns reagent-mui.icons.open-with-sharp
"Imports @mui/icons-material/OpenWithSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-with-sharp (create-svg-icon (e "path" #js {"d" "M10 9h4V6h3l-5-5-5 5h3v3zm-1 1H6V7l-5 5 5 5v-3h3v-4zm14 2-5-5v3h-3v4h3v3l5-5zm-9 3h-4v3H7l5 5 5-5h-3v-3z"})
"OpenWithSharp"))
================================================
FILE: src/icons/reagent_mui/icons/open_with_two_tone.cljs
================================================
(ns reagent-mui.icons.open-with-two-tone
"Imports @mui/icons-material/OpenWithTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def open-with-two-tone (create-svg-icon (e "path" #js {"d" "M10 9h4V6h3l-5-5-5 5h3v3zm-1 1H6V7l-5 5 5 5v-3h3v-4zm14 2-5-5v3h-3v4h3v3l5-5zm-9 3h-4v3H7l5 5 5-5h-3v-3z"})
"OpenWithTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/other_houses.cljs
================================================
(ns reagent-mui.icons.other-houses
"Imports @mui/icons-material/OtherHouses as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def other-houses (create-svg-icon (e "path" #js {"d" "M12 3 1 11.4l1.21 1.59L4 11.62V21h16v-9.38l1.79 1.36L23 11.4 12 3zM8 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"OtherHouses"))
================================================
FILE: src/icons/reagent_mui/icons/other_houses_outlined.cljs
================================================
(ns reagent-mui.icons.other-houses-outlined
"Imports @mui/icons-material/OtherHousesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def other-houses-outlined (create-svg-icon (e "path" #js {"d" "M12 3 1 11.4l1.21 1.59L4 11.62V21h16v-9.38l1.79 1.36L23 11.4 12 3zm6 16H6v-8.9l6-4.58 6 4.58V19zm-9-5c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm3-1c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm3 1c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1z"})
"OtherHousesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/other_houses_rounded.cljs
================================================
(ns reagent-mui.icons.other-houses-rounded
"Imports @mui/icons-material/OtherHousesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def other-houses-rounded (create-svg-icon (e "path" #js {"d" "M1.61 12.19c.34.44.96.52 1.4.19l.99-.76V20c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-8.38l.99.76c.44.34 1.07.25 1.4-.19.34-.44.25-1.07-.19-1.4l-9.6-7.33c-.36-.27-.86-.27-1.21 0l-9.6 7.33c-.43.34-.52.97-.18 1.4zM8 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"OtherHousesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/other_houses_sharp.cljs
================================================
(ns reagent-mui.icons.other-houses-sharp
"Imports @mui/icons-material/OtherHousesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def other-houses-sharp (create-svg-icon (e "path" #js {"d" "M12 3 1 11.4l1.21 1.59L4 11.62V21h16v-9.38l1.79 1.36L23 11.4 12 3zM8 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"OtherHousesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/other_houses_two_tone.cljs
================================================
(ns reagent-mui.icons.other-houses-two-tone
"Imports @mui/icons-material/OtherHousesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def other-houses-two-tone (create-svg-icon [(e "path" #js {"d" "M12 5.52 6 10.1V19h12v-8.9l-6-4.58zM8 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "path" #js {"d" "M12 3 1 11.4l1.21 1.59L4 11.62V21h16v-9.38l1.79 1.36L23 11.4 12 3zm6 16H6v-8.9l6-4.58 6 4.58V19zm-9-5c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm3-1c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm3 1c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1z"})]
"OtherHousesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/outbound.cljs
================================================
(ns reagent-mui.icons.outbound
"Imports @mui/icons-material/Outbound as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outbound (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.88 9.54L8.92 16.5l-1.41-1.41 4.96-4.96L10.34 8l5.65.01.01 5.65-2.12-2.12z"})
"Outbound"))
================================================
FILE: src/icons/reagent_mui/icons/outbound_outlined.cljs
================================================
(ns reagent-mui.icons.outbound-outlined
"Imports @mui/icons-material/OutboundOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outbound-outlined (create-svg-icon (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.88 9.54L8.92 16.5l-1.41-1.41 4.96-4.96L10.34 8l5.65.01.01 5.65-2.12-2.12z"})
"OutboundOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/outbound_rounded.cljs
================================================
(ns reagent-mui.icons.outbound-rounded
"Imports @mui/icons-material/OutboundRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outbound-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.88 9.54-4.25 4.25c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41l4.25-4.25-1.27-1.27c-.32-.32-.09-.86.35-.86h3.94c.28 0 .5.22.5.5v3.94c0 .45-.54.67-.85.35l-1.26-1.25z"})
"OutboundRounded"))
================================================
FILE: src/icons/reagent_mui/icons/outbound_sharp.cljs
================================================
(ns reagent-mui.icons.outbound-sharp
"Imports @mui/icons-material/OutboundSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outbound-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.88 9.54L8.92 16.5l-1.41-1.41 4.96-4.96L10.34 8l5.65.01.01 5.65-2.12-2.12z"})
"OutboundSharp"))
================================================
FILE: src/icons/reagent_mui/icons/outbound_two_tone.cljs
================================================
(ns reagent-mui.icons.outbound-two-tone
"Imports @mui/icons-material/OutboundTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outbound-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm1.88 7.54L8.92 16.5l-1.41-1.41 4.96-4.96L10.34 8l5.65.01.01 5.65-2.12-2.12z", "opacity" ".3"}) (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.88 9.54L8.92 16.5l-1.41-1.41 4.96-4.96L10.34 8l5.65.01.01 5.65-2.12-2.12z"})]
"OutboundTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/outbox.cljs
================================================
(ns reagent-mui.icons.outbox
"Imports @mui/icons-material/Outbox as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outbox (create-svg-icon (e "path" #js {"d" "M19 3H4.99c-1.11 0-1.98.9-1.98 2L3 19c0 1.1.88 2 1.99 2H19c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 12h-4c0 1.66-1.35 3-3 3s-3-1.34-3-3H4.99V5H19v10zM8 11h2v3h4v-3h2l-4-4-4 4z"})
"Outbox"))
================================================
FILE: src/icons/reagent_mui/icons/outbox_outlined.cljs
================================================
(ns reagent-mui.icons.outbox-outlined
"Imports @mui/icons-material/OutboxOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outbox-outlined (create-svg-icon [(e "path" #js {"d" "M11 9.83V14h2V9.83l1.59 1.58L16 10l-4-4-4 4 1.41 1.41z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5v-3h3.02c.91 1.21 2.35 2 3.98 2s3.06-.79 3.98-2H19v3zm0-5h-4.18c-.41 1.16-1.51 2-2.82 2s-2.4-.84-2.82-2H5V5h14v9z"})]
"OutboxOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/outbox_rounded.cljs
================================================
(ns reagent-mui.icons.outbox-rounded
"Imports @mui/icons-material/OutboxRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outbox-rounded (create-svg-icon [(e "path" #js {"d" "M9.21 11H11v2c0 .55.45 1 1 1s1-.45 1-1v-2h1.79c.45 0 .67-.54.35-.85l-2.79-2.79c-.2-.2-.51-.2-.71 0l-2.79 2.79c-.31.31-.09.85.36.85z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 11h-3.02c-.63 0-1.22.3-1.6.8-.54.73-1.4 1.2-2.38 1.2s-1.84-.47-2.38-1.2c-.38-.5-.97-.8-1.6-.8H5V5h14v9z"})]
"OutboxRounded"))
================================================
FILE: src/icons/reagent_mui/icons/outbox_sharp.cljs
================================================
(ns reagent-mui.icons.outbox-sharp
"Imports @mui/icons-material/OutboxSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outbox-sharp (create-svg-icon [(e "path" #js {"d" "M11 14h2v-3h3l-4-4-4 4h3z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm16 11h-4.18c-.41 1.16-1.51 2-2.82 2s-2.4-.84-2.82-2H5V5h14v9z"})]
"OutboxSharp"))
================================================
FILE: src/icons/reagent_mui/icons/outbox_two_tone.cljs
================================================
(ns reagent-mui.icons.outbox-two-tone
"Imports @mui/icons-material/OutboxTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outbox-two-tone (create-svg-icon [(e "path" #js {"d" "M12 18c-1.63 0-3.06-.79-3.98-2H5v3h14v-3h-3.02c-.92 1.21-2.35 2-3.98 2z", "opacity" ".3"}) (e "path" #js {"d" "M11 14h2v-3h3l-4-4-4 4h3z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5v-3h3.02c.91 1.21 2.35 2 3.98 2s3.06-.79 3.98-2H19v3zm0-5h-4.18c-.41 1.16-1.51 2-2.82 2s-2.4-.84-2.82-2H5V5h14v9z"})]
"OutboxTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/outdoor_grill.cljs
================================================
(ns reagent-mui.icons.outdoor-grill
"Imports @mui/icons-material/OutdoorGrill as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outdoor-grill (create-svg-icon (e "path" #js {"d" "M17 22c1.66 0 3-1.34 3-3s-1.34-3-3-3c-1.3 0-2.4.84-2.82 2H9.14l1.99-3.06c.29.04.58.06.87.06s.58-.02.87-.06l1.02 1.57c.42-.53.96-.95 1.6-1.21l-.6-.93C17.31 13.27 19 10.84 19 8H5c0 2.84 1.69 5.27 4.12 6.37l-3.95 6.08c-.3.46-.17 1.08.29 1.38.46.3 1.08.17 1.38-.29l1-1.55h6.34C14.6 21.16 15.7 22 17 22zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9.41 7h1c.15-1.15.23-1.64-.89-2.96-.42-.5-.68-.77-.46-2.04h-.99c-.21 1.11.03 2.05.89 2.96.22.24.79.67.45 2.04zm2.48 0h1c.15-1.15.23-1.64-.89-2.96-.42-.5-.68-.78-.46-2.04h-.99c-.21 1.11.03 2.05.89 2.96.23.24.8.67.45 2.04zm2.52 0h1c.15-1.15.23-1.64-.89-2.96-.42-.5-.68-.77-.46-2.04h-.99c-.21 1.11.03 2.05.89 2.96.22.24.79.67.45 2.04z"})
"OutdoorGrill"))
================================================
FILE: src/icons/reagent_mui/icons/outdoor_grill_outlined.cljs
================================================
(ns reagent-mui.icons.outdoor-grill-outlined
"Imports @mui/icons-material/OutdoorGrillOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outdoor-grill-outlined (create-svg-icon (e "path" #js {"d" "M17 22c1.66 0 3-1.34 3-3s-1.34-3-3-3c-1.3 0-2.4.84-2.82 2H9.14l1.99-3.06c.29.04.58.06.87.06s.58-.02.87-.06l1.02 1.57c.42-.53.96-.95 1.6-1.21l-.6-.93C17.31 13.27 19 10.84 19 8H5c0 2.84 1.69 5.27 4.12 6.37l-3.95 6.08c-.3.46-.17 1.08.29 1.38.46.3 1.08.17 1.38-.29l1-1.55h6.34C14.6 21.16 15.7 22 17 22zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-9.58-8h9.16c-.77 1.76-2.54 3-4.58 3s-3.81-1.24-4.58-3zm1.99-3h1c.15-1.15.23-1.64-.89-2.96-.42-.5-.68-.77-.46-2.04h-.99c-.21 1.11.03 2.05.89 2.96.22.24.79.67.45 2.04zm2.48 0h1c.15-1.15.23-1.64-.89-2.96-.42-.5-.68-.78-.46-2.04h-.99c-.21 1.11.03 2.05.89 2.96.23.24.8.67.45 2.04zm2.52 0h1c.15-1.15.23-1.64-.89-2.96-.42-.5-.68-.77-.46-2.04h-.99c-.21 1.11.03 2.05.89 2.96.22.24.79.67.45 2.04z"})
"OutdoorGrillOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/outdoor_grill_rounded.cljs
================================================
(ns reagent-mui.icons.outdoor-grill-rounded
"Imports @mui/icons-material/OutdoorGrillRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outdoor-grill-rounded (create-svg-icon (e "path" #js {"d" "M17 22c1.66 0 3-1.34 3-3s-1.34-3-3-3c-1.3 0-2.4.84-2.82 2H9.14l1.99-3.06c.29.04.58.06.87.06s.58-.02.87-.06l1.02 1.57c.42-.53.96-.95 1.6-1.21l-.6-.93c2.1-.95 3.64-2.9 4.02-5.24.1-.59-.39-1.13-.99-1.13H6.08c-.6 0-1.09.54-.99 1.14.38 2.34 1.93 4.29 4.02 5.24l-3.95 6.08c-.3.46-.17 1.08.29 1.38.46.3 1.08.17 1.38-.29l1-1.55h6.34c.43 1.16 1.53 2 2.83 2zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9.5 6.47c-.02.28.18.53.46.53H10c.24 0 .44-.18.46-.42.1-.87.04-1.39-.94-2.54-.36-.43-.6-.69-.53-1.55.03-.26-.19-.49-.46-.49h-.05c-.24 0-.45.19-.47.43-.08.93.2 1.74.95 2.53.19.21.64.56.54 1.51zm2.49 0c-.03.28.18.53.46.53h.03c.24 0 .44-.18.46-.42.1-.87.04-1.39-.94-2.54-.36-.43-.61-.69-.53-1.55.03-.26-.19-.49-.46-.49h-.05c-.24 0-.45.19-.47.43-.08.93.2 1.74.95 2.53.19.21.64.56.55 1.51zm2.51 0c-.02.28.18.53.46.53H15c.24 0 .44-.18.46-.42.1-.87.04-1.39-.94-2.54-.36-.43-.61-.69-.53-1.55.03-.26-.19-.49-.46-.49h-.05c-.24 0-.45.19-.47.43-.08.93.2 1.74.95 2.53.19.21.64.56.54 1.51z"})
"OutdoorGrillRounded"))
================================================
FILE: src/icons/reagent_mui/icons/outdoor_grill_sharp.cljs
================================================
(ns reagent-mui.icons.outdoor-grill-sharp
"Imports @mui/icons-material/OutdoorGrillSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outdoor-grill-sharp (create-svg-icon (e "path" #js {"d" "M17 22c1.66 0 3-1.34 3-3s-1.34-3-3-3c-1.3 0-2.4.84-2.82 2H9.14l1.99-3.06c.29.04.58.06.87.06.29 0 .58-.02.87-.06l1.02 1.57c.42-.53.96-.95 1.6-1.21l-.6-.93C17.31 13.27 19 10.84 19 8H5c0 2.84 1.69 5.27 4.12 6.37l-4.5 6.92 1.68 1.09L7.84 20h6.34c.42 1.16 1.52 2 2.82 2zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9.41 7h1c.15-1.15.23-1.64-.89-2.96-.42-.5-.68-.77-.46-2.04h-.99c-.21 1.11.03 2.05.89 2.96.22.24.79.67.45 2.04zm2.48 0h1c.15-1.15.23-1.64-.89-2.96-.42-.5-.68-.78-.46-2.04h-.99c-.21 1.11.03 2.05.89 2.96.23.24.8.67.45 2.04zm2.52 0h1c.15-1.15.23-1.64-.89-2.96-.42-.5-.68-.77-.46-2.04h-.99c-.21 1.11.03 2.05.89 2.96.22.24.79.67.45 2.04z"})
"OutdoorGrillSharp"))
================================================
FILE: src/icons/reagent_mui/icons/outdoor_grill_two_tone.cljs
================================================
(ns reagent-mui.icons.outdoor-grill-two-tone
"Imports @mui/icons-material/OutdoorGrillTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outdoor-grill-two-tone (create-svg-icon [(e "path" #js {"d" "M16.58 10H7.42c.77 1.76 2.54 3 4.58 3s3.81-1.24 4.58-3z", "opacity" ".3"}) (e "path" #js {"d" "M17 22c1.66 0 3-1.34 3-3s-1.34-3-3-3c-1.3 0-2.4.84-2.82 2H9.14l1.99-3.06c.29.04.58.06.87.06s.58-.02.87-.06l1.02 1.57c.42-.53.96-.95 1.6-1.21l-.6-.93C17.31 13.27 19 10.84 19 8H5c0 2.84 1.69 5.27 4.12 6.37l-3.95 6.08c-.3.46-.17 1.08.29 1.38.46.3 1.08.17 1.38-.29l1-1.55h6.34C14.6 21.16 15.7 22 17 22zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-9.58-8h9.16c-.77 1.76-2.54 3-4.58 3s-3.81-1.24-4.58-3z"}) (e "circle" #js {"cx" "17", "cy" "19", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M9.41 7h1c.15-1.15.23-1.64-.89-2.96-.42-.5-.68-.77-.46-2.04h-.99c-.21 1.11.03 2.05.89 2.96.22.24.79.67.45 2.04zm2.48 0h1c.15-1.15.23-1.64-.89-2.96-.42-.5-.68-.78-.46-2.04h-.99c-.21 1.11.03 2.05.89 2.96.23.24.8.67.45 2.04zm2.52 0h1c.15-1.15.23-1.64-.89-2.96-.42-.5-.68-.77-.46-2.04h-.99c-.21 1.11.03 2.05.89 2.96.22.24.79.67.45 2.04z"})]
"OutdoorGrillTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/outlet.cljs
================================================
(ns reagent-mui.icons.outlet
"Imports @mui/icons-material/Outlet as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outlet (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM9 12c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1zm5 6h-4v-2c0-1.1.9-2 2-2s2 .9 2 2v2zm2-7c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v3z"})
"Outlet"))
================================================
FILE: src/icons/reagent_mui/icons/outlet_outlined.cljs
================================================
(ns reagent-mui.icons.outlet-outlined
"Imports @mui/icons-material/OutletOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outlet-outlined (create-svg-icon (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 9V8c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1zm6 0V8c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1zm-2 5c0-1.1-.9-2-2-2s-2 .9-2 2v2h4v-2z"})
"OutletOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/outlet_rounded.cljs
================================================
(ns reagent-mui.icons.outlet-rounded
"Imports @mui/icons-material/OutletRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outlet-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM9 12c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1zm4 6h-2c-.55 0-1-.45-1-1v-.89c0-1 .68-1.92 1.66-2.08 1.26-.21 2.34.76 2.34 1.97v1c0 .55-.45 1-1 1zm3-7c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v3z"})
"OutletRounded"))
================================================
FILE: src/icons/reagent_mui/icons/outlet_sharp.cljs
================================================
(ns reagent-mui.icons.outlet-sharp
"Imports @mui/icons-material/OutletSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outlet-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8 12V7h2v5H8zm6 6h-4v-1.89c0-1 .68-1.92 1.66-2.08 1.26-.21 2.34.76 2.34 1.97v2zm2-6h-2V7h2v5z"})
"OutletSharp"))
================================================
FILE: src/icons/reagent_mui/icons/outlet_two_tone.cljs
================================================
(ns reagent-mui.icons.outlet-two-tone
"Imports @mui/icons-material/OutletTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outlet-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m-2 7V8c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1zm6 0V8c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1zm-2 5c0-1.1-.9-2-2-2s-2 .9-2 2v2h4v-2z", "opacity" ".3"}) (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 9V8c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1zm6 0V8c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1zm-2 5c0-1.1-.9-2-2-2s-2 .9-2 2v2h4v-2z"})]
"OutletTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/outlined_flag.cljs
================================================
(ns reagent-mui.icons.outlined-flag
"Imports @mui/icons-material/OutlinedFlag as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outlined-flag (create-svg-icon (e "path" #js {"d" "m14 6-1-2H5v17h2v-7h5l1 2h7V6h-6zm4 8h-4l-1-2H7V6h5l1 2h5v6z"})
"OutlinedFlag"))
================================================
FILE: src/icons/reagent_mui/icons/outlined_flag_outlined.cljs
================================================
(ns reagent-mui.icons.outlined-flag-outlined
"Imports @mui/icons-material/OutlinedFlagOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outlined-flag-outlined (create-svg-icon (e "path" #js {"d" "m14 6-1-2H5v17h2v-7h5l1 2h7V6h-6zm4 8h-4l-1-2H7V6h5l1 2h5v6z"})
"OutlinedFlagOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/outlined_flag_rounded.cljs
================================================
(ns reagent-mui.icons.outlined-flag-rounded
"Imports @mui/icons-material/OutlinedFlagRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outlined-flag-rounded (create-svg-icon (e "path" #js {"d" "m14 6-.72-1.45c-.17-.34-.52-.55-.9-.55H6c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1s1-.45 1-1v-6h5l.72 1.45c.17.34.52.55.89.55H19c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1h-5zm4 8h-4l-1-2H7V6h5l1 2h5v6z"})
"OutlinedFlagRounded"))
================================================
FILE: src/icons/reagent_mui/icons/outlined_flag_sharp.cljs
================================================
(ns reagent-mui.icons.outlined-flag-sharp
"Imports @mui/icons-material/OutlinedFlagSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outlined-flag-sharp (create-svg-icon (e "path" #js {"d" "m14 6-1-2H5v17h2v-7h5l1 2h7V6h-6zm4 8h-4l-1-2H7V6h5l1 2h5v6z"})
"OutlinedFlagSharp"))
================================================
FILE: src/icons/reagent_mui/icons/outlined_flag_two_tone.cljs
================================================
(ns reagent-mui.icons.outlined-flag-two-tone
"Imports @mui/icons-material/OutlinedFlagTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def outlined-flag-two-tone (create-svg-icon (e "path" #js {"d" "m14 6-1-2H5v17h2v-7h5l1 2h7V6h-6zm4 8h-4l-1-2H7V6h5l1 2h5v6z"})
"OutlinedFlagTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/output.cljs
================================================
(ns reagent-mui.icons.output
"Imports @mui/icons-material/Output as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def output (create-svg-icon [(e "path" #js {"d" "m17 17 5-5-5-5-1.41 1.41L18.17 11H9v2h9.17l-2.58 2.59z"}) (e "path" #js {"d" "M19 19H5V5h14v2h2V5c0-1.1-.89-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.11 0 2-.9 2-2v-2h-2v2z"})]
"Output"))
================================================
FILE: src/icons/reagent_mui/icons/output_outlined.cljs
================================================
(ns reagent-mui.icons.output-outlined
"Imports @mui/icons-material/OutputOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def output-outlined (create-svg-icon [(e "path" #js {"d" "m17 17 5-5-5-5-1.41 1.41L18.17 11H9v2h9.17l-2.58 2.59z"}) (e "path" #js {"d" "M19 19H5V5h14v2h2V5c0-1.1-.89-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.11 0 2-.9 2-2v-2h-2v2z"})]
"OutputOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/output_rounded.cljs
================================================
(ns reagent-mui.icons.output-rounded
"Imports @mui/icons-material/OutputRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def output-rounded (create-svg-icon [(e "path" #js {"d" "m17.71 16.29 3.59-3.59c.39-.39.39-1.02 0-1.41L17.71 7.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L18.17 11H10c-.55 0-1 .45-1 1s.45 1 1 1h8.17l-1.88 1.88c-.39.39-.39 1.02 0 1.41.39.39 1.03.39 1.42 0z"}) (e "path" #js {"d" "M19 19H5V5h14v1c0 .55.45 1 1 1s1-.45 1-1V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.11 0 2-.9 2-2v-1c0-.55-.45-1-1-1s-1 .45-1 1v1z"})]
"OutputRounded"))
================================================
FILE: src/icons/reagent_mui/icons/output_sharp.cljs
================================================
(ns reagent-mui.icons.output-sharp
"Imports @mui/icons-material/OutputSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def output-sharp (create-svg-icon [(e "path" #js {"d" "m17 17 5-5-5-5-1.41 1.41L18.17 11H9v2h9.17l-2.58 2.59z"}) (e "path" #js {"d" "M19 19H5V5h14v2h2V3H3v18h18v-4h-2z"})]
"OutputSharp"))
================================================
FILE: src/icons/reagent_mui/icons/output_two_tone.cljs
================================================
(ns reagent-mui.icons.output-two-tone
"Imports @mui/icons-material/OutputTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def output-two-tone (create-svg-icon [(e "path" #js {"d" "m17 17 5-5-5-5-1.41 1.41L18.17 11H9v2h9.17l-2.58 2.59z"}) (e "path" #js {"d" "M19 19H5V5h14v2h2V5c0-1.1-.89-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.11 0 2-.9 2-2v-2h-2v2z"})]
"OutputTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/padding.cljs
================================================
(ns reagent-mui.icons.padding
"Imports @mui/icons-material/Padding as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def padding (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm16 16H5V5h14v14zM11 7h2v2h-2zM7 7h2v2H7zm8 0h2v2h-2z"})
"Padding"))
================================================
FILE: src/icons/reagent_mui/icons/padding_outlined.cljs
================================================
(ns reagent-mui.icons.padding-outlined
"Imports @mui/icons-material/PaddingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def padding-outlined (create-svg-icon (e "path" #js {"d" "M3 5v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2zm16 14H5V5h14v14zM11 7h2v2h-2V7zM7 7h2v2H7V7zm8 0h2v2h-2V7z"})
"PaddingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/padding_rounded.cljs
================================================
(ns reagent-mui.icons.padding-rounded
"Imports @mui/icons-material/PaddingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def padding-rounded (create-svg-icon (e "path" #js {"d" "M3 5v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2zm6 3c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm4 0c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm4 0c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1z"})
"PaddingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/padding_sharp.cljs
================================================
(ns reagent-mui.icons.padding-sharp
"Imports @mui/icons-material/PaddingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def padding-sharp (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm6 6H7V7h2v2zm4 0h-2V7h2v2zm4 0h-2V7h2v2z"})
"PaddingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/padding_two_tone.cljs
================================================
(ns reagent-mui.icons.padding-two-tone
"Imports @mui/icons-material/PaddingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def padding-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zM15 7h2v2h-2V7zm-4 0h2v2h-2V7zM7 7h2v2H7V7z", "opacity" ".3"}) (e "path" #js {"d" "M3 5v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2zm16 14H5V5h14v14z"}) (e "path" #js {"d" "M15 7h2v2h-2zM7 7h2v2H7zm4 0h2v2h-2z"})]
"PaddingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pages.cljs
================================================
(ns reagent-mui.icons.pages
"Imports @mui/icons-material/Pages as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pages (create-svg-icon (e "path" #js {"d" "M3 5v6h5L7 7l4 1V3H5c-1.1 0-2 .9-2 2zm5 8H3v6c0 1.1.9 2 2 2h6v-5l-4 1 1-4zm9 4-4-1v5h6c1.1 0 2-.9 2-2v-6h-5l1 4zm2-14h-6v5l4-1-1 4h5V5c0-1.1-.9-2-2-2z"})
"Pages"))
================================================
FILE: src/icons/reagent_mui/icons/pages_outlined.cljs
================================================
(ns reagent-mui.icons.pages-outlined
"Imports @mui/icons-material/PagesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pages-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6 2h6v6h-3l1-4-4 1V5zM5 5h6v3L7 7l1 4H5V5zm6 14H5v-6h3l-1 4 4-1v3zm8 0h-6v-3l4 1-1-4h3v6zm-4.37-4.37L12 13.72l-2.63.91.91-2.63-.91-2.63 2.63.91 2.63-.91-.91 2.63.91 2.63z"})
"PagesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pages_rounded.cljs
================================================
(ns reagent-mui.icons.pages-rounded
"Imports @mui/icons-material/PagesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pages-rounded (create-svg-icon (e "path" #js {"d" "M3 5v6h5l-.6-2.38c-.18-.74.48-1.4 1.22-1.22L11 8V3H5c-1.1 0-2 .9-2 2zm5 8H3v6c0 1.1.9 2 2 2h6v-5l-2.38.6c-.73.18-1.4-.48-1.21-1.21L8 13zm7.38 3.6L13 16v5h6c1.1 0 2-.9 2-2v-6h-5l.6 2.38c.18.74-.48 1.4-1.22 1.22zM19 3h-6v5l2.38-.6c.73-.18 1.4.48 1.21 1.21L16 11h5V5c0-1.1-.9-2-2-2z"})
"PagesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pages_sharp.cljs
================================================
(ns reagent-mui.icons.pages-sharp
"Imports @mui/icons-material/PagesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pages-sharp (create-svg-icon (e "path" #js {"d" "M3 3v8h5L7 7l4 1V3H3zm5 10H3v8h8v-5l-4 1 1-4zm9 4-4-1v5h8v-8h-5l1 4zm4-14h-8v5l4-1-1 4h5V3z"})
"PagesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pages_two_tone.cljs
================================================
(ns reagent-mui.icons.pages-two-tone
"Imports @mui/icons-material/PagesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pages-two-tone (create-svg-icon [(e "path" #js {"d" "m7 7 4 1V5H5v6h3zm1 6H5v6h6v-3l-4 1zm9 4-4-1v3h6v-6h-3zm-4-9 4-1-1 4h3V5h-6z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5 5h6v3L7 7l1 4H5V5zm6 14H5v-6h3l-1 4 4-1v3zm-1.63-4.37.91-2.63-.91-2.63 2.63.91 2.63-.91-.91 2.63.91 2.63-2.63-.91-2.63.91zM19 19h-6v-3l4 1-1-4h3v6zm0-8h-3l1-4-4 1V5h6v6z"})]
"PagesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pageview.cljs
================================================
(ns reagent-mui.icons.pageview
"Imports @mui/icons-material/Pageview as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pageview (create-svg-icon (e "path" #js {"d" "M11.5 9C10.12 9 9 10.12 9 11.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5S12.88 9 11.5 9zM20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-3.21 14.21-2.91-2.91c-.69.44-1.51.7-2.39.7C9.01 16 7 13.99 7 11.5S9.01 7 11.5 7 16 9.01 16 11.5c0 .88-.26 1.69-.7 2.39l2.91 2.9-1.42 1.42z"})
"Pageview"))
================================================
FILE: src/icons/reagent_mui/icons/pageview_outlined.cljs
================================================
(ns reagent-mui.icons.pageview-outlined
"Imports @mui/icons-material/PageviewOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pageview-outlined (create-svg-icon (e "path" #js {"d" "M11.49 16c.88 0 1.7-.26 2.39-.7l2.44 2.44 1.42-1.42-2.44-2.43c.44-.7.7-1.51.7-2.39C16 9.01 13.99 7 11.5 7S7 9.01 7 11.5 9.01 16 11.49 16zm.01-7c1.38 0 2.5 1.12 2.5 2.5S12.88 14 11.5 14 9 12.88 9 11.5 10.12 9 11.5 9zM20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"})
"PageviewOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pageview_rounded.cljs
================================================
(ns reagent-mui.icons.pageview-rounded
"Imports @mui/icons-material/PageviewRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pageview-rounded (create-svg-icon (e "path" #js {"d" "M11.5 9C10.12 9 9 10.12 9 11.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5S12.88 9 11.5 9zM20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-3.92 13.5-2.2-2.2c-.9.58-2.03.84-3.22.62-1.88-.35-3.38-1.93-3.62-3.83-.38-3.01 2.18-5.52 5.21-5.04 1.88.3 3.39 1.84 3.7 3.71.19 1.16-.08 2.23-.64 3.12l2.2 2.19c.39.39.39 1.03 0 1.42-.4.4-1.04.4-1.43.01z"})
"PageviewRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pageview_sharp.cljs
================================================
(ns reagent-mui.icons.pageview-sharp
"Imports @mui/icons-material/PageviewSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pageview-sharp (create-svg-icon (e "path" #js {"d" "M11.5 9C10.12 9 9 10.12 9 11.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5S12.88 9 11.5 9zM22 4H2v16h20V4zm-5.21 14.21-2.91-2.91c-.69.44-1.51.7-2.39.7C9.01 16 7 13.99 7 11.5S9.01 7 11.5 7 16 9.01 16 11.5c0 .88-.26 1.69-.7 2.39l2.91 2.9-1.42 1.42z"})
"PageviewSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pageview_two_tone.cljs
================================================
(ns reagent-mui.icons.pageview-two-tone
"Imports @mui/icons-material/PageviewTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pageview-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18h16V6H4v12zm7.5-11c2.49 0 4.5 2.01 4.5 4.5 0 .88-.26 1.69-.7 2.39l2.44 2.43-1.42 1.42-2.44-2.44c-.69.44-1.51.7-2.39.7C9.01 16 7 13.99 7 11.5S9.01 7 11.5 7z", "opacity" ".3"}) (e "path" #js {"d" "M11.49 16c.88 0 1.7-.26 2.39-.7l2.44 2.44 1.42-1.42-2.44-2.43c.44-.7.7-1.51.7-2.39C16 9.01 13.99 7 11.5 7S7 9.01 7 11.5 9.01 16 11.49 16zm.01-7c1.38 0 2.5 1.12 2.5 2.5S12.88 14 11.5 14 9 12.88 9 11.5 10.12 9 11.5 9zM20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"})]
"PageviewTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/paid.cljs
================================================
(ns reagent-mui.icons.paid
"Imports @mui/icons-material/Paid as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def paid (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm.88 15.76V19h-1.75v-1.29c-.74-.18-2.39-.77-3.02-2.96l1.65-.67c.06.22.58 2.09 2.4 2.09.93 0 1.98-.48 1.98-1.61 0-.96-.7-1.46-2.28-2.03-1.1-.39-3.35-1.03-3.35-3.31 0-.1.01-2.4 2.62-2.96V5h1.75v1.24c1.84.32 2.51 1.79 2.66 2.23l-1.58.67c-.11-.35-.59-1.34-1.9-1.34-.7 0-1.81.37-1.81 1.39 0 .95.86 1.31 2.64 1.9 2.4.83 3.01 2.05 3.01 3.45 0 2.63-2.5 3.13-3.02 3.22z"})
"Paid"))
================================================
FILE: src/icons/reagent_mui/icons/paid_outlined.cljs
================================================
(ns reagent-mui.icons.paid-outlined
"Imports @mui/icons-material/PaidOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def paid-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.89-8.9c-1.78-.59-2.64-.96-2.64-1.9 0-1.02 1.11-1.39 1.81-1.39 1.31 0 1.79.99 1.9 1.34l1.58-.67c-.15-.44-.82-1.91-2.66-2.23V5h-1.75v1.26c-2.6.56-2.62 2.85-2.62 2.96 0 2.27 2.25 2.91 3.35 3.31 1.58.56 2.28 1.07 2.28 2.03 0 1.13-1.05 1.61-1.98 1.61-1.82 0-2.34-1.87-2.4-2.09l-1.66.67c.63 2.19 2.28 2.78 3.02 2.96V19h1.75v-1.24c.52-.09 3.02-.59 3.02-3.22.01-1.39-.6-2.61-3-3.44z"})
"PaidOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/paid_rounded.cljs
================================================
(ns reagent-mui.icons.paid-rounded
"Imports @mui/icons-material/PaidRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def paid-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm.88 15.76v.36c0 .48-.39.88-.88.88-.48 0-.88-.39-.88-.88v-.42c-.63-.15-1.93-.61-2.69-2.1-.23-.44-.01-.99.45-1.18l.07-.03c.41-.17.87 0 1.08.39.32.61.95 1.37 2.12 1.37.93 0 1.98-.48 1.98-1.61 0-.96-.7-1.46-2.28-2.03-1.1-.39-3.35-1.03-3.35-3.31 0-.1.01-2.4 2.62-2.96v-.36c0-.49.4-.88.88-.88s.88.39.88.88v.37c1.07.19 1.75.76 2.16 1.3.34.44.16 1.08-.36 1.3-.36.15-.78.03-1.02-.28-.28-.38-.78-.77-1.6-.77-.7 0-1.81.37-1.81 1.39 0 .95.86 1.31 2.64 1.9 2.4.83 3.01 2.05 3.01 3.45 0 2.63-2.5 3.13-3.02 3.22z"})
"PaidRounded"))
================================================
FILE: src/icons/reagent_mui/icons/paid_sharp.cljs
================================================
(ns reagent-mui.icons.paid-sharp
"Imports @mui/icons-material/PaidSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def paid-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm.88 15.76V19h-1.75v-1.29c-.74-.18-2.39-.77-3.02-2.96l1.65-.67c.06.22.58 2.09 2.4 2.09.93 0 1.98-.48 1.98-1.61 0-.96-.7-1.46-2.28-2.03-1.1-.39-3.35-1.03-3.35-3.31 0-.1.01-2.4 2.62-2.96V5h1.75v1.24c1.84.32 2.51 1.79 2.66 2.23l-1.58.67c-.11-.35-.59-1.34-1.9-1.34-.7 0-1.81.37-1.81 1.39 0 .95.86 1.31 2.64 1.9 2.4.83 3.01 2.05 3.01 3.45 0 2.63-2.5 3.13-3.02 3.22z"})
"PaidSharp"))
================================================
FILE: src/icons/reagent_mui/icons/paid_two_tone.cljs
================================================
(ns reagent-mui.icons.paid-two-tone
"Imports @mui/icons-material/PaidTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def paid-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm.88 13.76V19h-1.75v-1.29c-.74-.18-2.39-.77-3.02-2.96l1.65-.67c.06.22.58 2.09 2.4 2.09.93 0 1.98-.48 1.98-1.61 0-.96-.7-1.46-2.28-2.03-1.1-.39-3.35-1.03-3.35-3.31 0-.1.01-2.4 2.62-2.96V5h1.75v1.24c1.84.32 2.51 1.79 2.66 2.23l-1.58.67c-.11-.35-.59-1.34-1.9-1.34-.7 0-1.81.37-1.81 1.39 0 .95.86 1.31 2.64 1.9 2.4.83 3.01 2.05 3.01 3.45 0 2.63-2.5 3.13-3.02 3.22z", "opacity" ".3"}) (e "path" #js {"d" "M12.89 11.1c-1.78-.59-2.64-.96-2.64-1.9 0-1.02 1.11-1.39 1.81-1.39 1.31 0 1.79.99 1.9 1.34l1.58-.67c-.15-.44-.82-1.91-2.66-2.23V5h-1.75v1.26c-2.6.56-2.62 2.85-2.62 2.96 0 2.27 2.25 2.91 3.35 3.31 1.58.56 2.28 1.07 2.28 2.03 0 1.13-1.05 1.61-1.98 1.61-1.82 0-2.34-1.87-2.4-2.09l-1.66.67c.63 2.19 2.28 2.78 3.02 2.96V19h1.75v-1.24c.52-.09 3.02-.59 3.02-3.22.01-1.39-.6-2.61-3-3.44z"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})]
"PaidTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/palette.cljs
================================================
(ns reagent-mui.icons.palette
"Imports @mui/icons-material/Palette as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def palette (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10c1.38 0 2.5-1.12 2.5-2.5 0-.61-.23-1.2-.64-1.67-.08-.1-.13-.21-.13-.33 0-.28.22-.5.5-.5H16c3.31 0 6-2.69 6-6 0-4.96-4.49-9-10-9zm5.5 11c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm-3-4c-.83 0-1.5-.67-1.5-1.5S13.67 6 14.5 6s1.5.67 1.5 1.5S15.33 9 14.5 9zM5 11.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S7.33 13 6.5 13 5 12.33 5 11.5zm6-4c0 .83-.67 1.5-1.5 1.5S8 8.33 8 7.5 8.67 6 9.5 6s1.5.67 1.5 1.5z"})
"Palette"))
================================================
FILE: src/icons/reagent_mui/icons/palette_outlined.cljs
================================================
(ns reagent-mui.icons.palette-outlined
"Imports @mui/icons-material/PaletteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def palette-outlined (create-svg-icon [(e "path" #js {"d" "M12 22C6.49 22 2 17.51 2 12S6.49 2 12 2s10 4.04 10 9c0 3.31-2.69 6-6 6h-1.77c-.28 0-.5.22-.5.5 0 .12.05.23.13.33.41.47.64 1.06.64 1.67 0 1.38-1.12 2.5-2.5 2.5zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8c.28 0 .5-.22.5-.5 0-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65 0-1.38 1.12-2.5 2.5-2.5H16c2.21 0 4-1.79 4-4 0-3.86-3.59-7-8-7z"}) (e "circle" #js {"cx" "6.5", "cy" "11.5", "r" "1.5"}) (e "circle" #js {"cx" "9.5", "cy" "7.5", "r" "1.5"}) (e "circle" #js {"cx" "14.5", "cy" "7.5", "r" "1.5"}) (e "circle" #js {"cx" "17.5", "cy" "11.5", "r" "1.5"})]
"PaletteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/palette_rounded.cljs
================================================
(ns reagent-mui.icons.palette-rounded
"Imports @mui/icons-material/PaletteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def palette-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10c1.38 0 2.5-1.12 2.5-2.5 0-.61-.23-1.2-.64-1.67-.08-.1-.13-.21-.13-.33 0-.28.22-.5.5-.5H16c3.31 0 6-2.69 6-6 0-4.96-4.49-9-10-9zm5.5 11c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm-3-4c-.83 0-1.5-.67-1.5-1.5S13.67 6 14.5 6s1.5.67 1.5 1.5S15.33 9 14.5 9zM5 11.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S7.33 13 6.5 13 5 12.33 5 11.5zm6-4c0 .83-.67 1.5-1.5 1.5S8 8.33 8 7.5 8.67 6 9.5 6s1.5.67 1.5 1.5z"})
"PaletteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/palette_sharp.cljs
================================================
(ns reagent-mui.icons.palette-sharp
"Imports @mui/icons-material/PaletteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def palette-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10c1.38 0 2.5-1.12 2.5-2.5 0-.61-.23-1.2-.64-1.67-.08-.1-.13-.21-.13-.33 0-.28.22-.5.5-.5H16c3.31 0 6-2.69 6-6 0-4.96-4.49-9-10-9zm5.5 11c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm-3-4c-.83 0-1.5-.67-1.5-1.5S13.67 6 14.5 6s1.5.67 1.5 1.5S15.33 9 14.5 9zM5 11.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S7.33 13 6.5 13 5 12.33 5 11.5zm6-4c0 .83-.67 1.5-1.5 1.5S8 8.33 8 7.5 8.67 6 9.5 6s1.5.67 1.5 1.5z"})
"PaletteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/palette_two_tone.cljs
================================================
(ns reagent-mui.icons.palette-two-tone
"Imports @mui/icons-material/PaletteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def palette-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8c.28 0 .5-.22.5-.5 0-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65 0-1.38 1.12-2.5 2.5-2.5H16c2.21 0 4-1.79 4-4 0-3.86-3.59-7-8-7zm-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 10 6.5 10s1.5.67 1.5 1.5S7.33 13 6.5 13zm3-4C8.67 9 8 8.33 8 7.5S8.67 6 9.5 6s1.5.67 1.5 1.5S10.33 9 9.5 9zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 6 14.5 6s1.5.67 1.5 1.5S15.33 9 14.5 9zm4.5 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10c1.38 0 2.5-1.12 2.5-2.5 0-.61-.23-1.21-.64-1.67-.08-.09-.13-.21-.13-.33 0-.28.22-.5.5-.5H16c3.31 0 6-2.69 6-6 0-4.96-4.49-9-10-9zm4 13h-1.77c-1.38 0-2.5 1.12-2.5 2.5 0 .61.22 1.19.63 1.65.06.07.14.19.14.35 0 .28-.22.5-.5.5-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.14 8 7c0 2.21-1.79 4-4 4z"}) (e "circle" #js {"cx" "6.5", "cy" "11.5", "r" "1.5"}) (e "circle" #js {"cx" "9.5", "cy" "7.5", "r" "1.5"}) (e "circle" #js {"cx" "14.5", "cy" "7.5", "r" "1.5"}) (e "circle" #js {"cx" "17.5", "cy" "11.5", "r" "1.5"})]
"PaletteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pan_tool.cljs
================================================
(ns reagent-mui.icons.pan-tool
"Imports @mui/icons-material/PanTool as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pan-tool (create-svg-icon (e "path" #js {"d" "M23 5.5V20c0 2.2-1.8 4-4 4h-7.3c-1.08 0-2.1-.43-2.85-1.19L1 14.83s1.26-1.23 1.3-1.25c.22-.19.49-.29.79-.29.22 0 .42.06.6.16.04.01 4.31 2.46 4.31 2.46V4c0-.83.67-1.5 1.5-1.5S11 3.17 11 4v7h1V1.5c0-.83.67-1.5 1.5-1.5S15 .67 15 1.5V11h1V2.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V11h1V5.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5z"})
"PanTool"))
================================================
FILE: src/icons/reagent_mui/icons/pan_tool_alt.cljs
================================================
(ns reagent-mui.icons.pan-tool-alt
"Imports @mui/icons-material/PanToolAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pan-tool-alt (create-svg-icon (e "path" #js {"d" "m19.98 14.82-.63 4.46c-.14.99-.99 1.72-1.98 1.72h-6.16c-.53 0-1.29-.21-1.66-.59L5 15.62l.83-.84c.24-.24.58-.35.92-.28l3.25.74V4.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v6h.91c.31 0 .62.07.89.21l4.09 2.04c.77.39 1.21 1.22 1.09 2.07z"})
"PanToolAlt"))
================================================
FILE: src/icons/reagent_mui/icons/pan_tool_alt_outlined.cljs
================================================
(ns reagent-mui.icons.pan-tool-alt-outlined
"Imports @mui/icons-material/PanToolAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pan-tool-alt-outlined (create-svg-icon (e "path" #js {"d" "m18.89 11.77-3.8-1.67c-.13-.06-.28-.1-.44-.1H14V5.5C14 4.12 12.88 3 11.5 3S9 4.12 9 5.5v8.15l-1.87-.4c-.19-.03-1.02-.15-1.73.56L4 15.22l5.12 5.19c.37.38.88.59 1.41.59h6.55c.98 0 1.81-.7 1.97-1.67l.92-5.44c.15-.86-.29-1.72-1.08-2.12zM17.08 19h-6.55l-3.7-3.78 4.17.89V5.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18 13.56 17.08 19z"})
"PanToolAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pan_tool_alt_rounded.cljs
================================================
(ns reagent-mui.icons.pan-tool-alt-rounded
"Imports @mui/icons-material/PanToolAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pan-tool-alt-rounded (create-svg-icon (e "path" #js {"d" "M5.2 15.43c0-.65.6-1.13 1.24-.99l3.56.8V4.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v6h.91c.31 0 .62.07.89.21l4.09 2.04c.77.38 1.21 1.22 1.09 2.07l-.63 4.46c-.14.99-.99 1.72-1.98 1.72h-6.16c-.53 0-1.29-.21-1.66-.59l-4.07-4.29c-.18-.18-.28-.43-.28-.69z"})
"PanToolAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pan_tool_alt_sharp.cljs
================================================
(ns reagent-mui.icons.pan-tool-alt-sharp
"Imports @mui/icons-material/PanToolAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pan-tool-alt-sharp (create-svg-icon (e "path" #js {"d" "M20.18 13.4 19.1 21h-9L5 15.62l1.22-1.23 3.78.85V4.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v6h1.38l5.8 2.9z"})
"PanToolAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pan_tool_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.pan-tool-alt-two-tone
"Imports @mui/icons-material/PanToolAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pan-tool-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M17.08 19h-6.55l-3.7-3.78 4.17.89V5.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18 13.56 17.08 19z", "opacity" ".3"}) (e "path" #js {"d" "m18.89 11.77-3.8-1.67c-.13-.06-.28-.1-.44-.1H14V5.5C14 4.12 12.88 3 11.5 3S9 4.12 9 5.5v8.15l-1.87-.4c-.19-.03-1.02-.15-1.73.56L4 15.22l5.12 5.19c.37.38.88.59 1.41.59h6.55c.98 0 1.81-.7 1.97-1.67l.92-5.44c.15-.86-.29-1.72-1.08-2.12zM17.08 19h-6.55l-3.7-3.78 4.17.89V5.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18 13.56 17.08 19z"})]
"PanToolAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pan_tool_outlined.cljs
================================================
(ns reagent-mui.icons.pan-tool-outlined
"Imports @mui/icons-material/PanToolOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pan-tool-outlined (create-svg-icon (e "path" #js {"d" "M18 24h-6.55c-1.08 0-2.14-.45-2.89-1.23l-7.3-7.61 2.07-1.83c.62-.55 1.53-.66 2.26-.27L8 14.34V4.79c0-1.38 1.12-2.5 2.5-2.5.17 0 .34.02.51.05.09-1.3 1.17-2.33 2.49-2.33.86 0 1.61.43 2.06 1.09.29-.12.61-.18.94-.18 1.38 0 2.5 1.12 2.5 2.5v.28c.16-.03.33-.05.5-.05 1.38 0 2.5 1.12 2.5 2.5V20c0 2.21-1.79 4-4 4zM4.14 15.28l5.86 6.1c.38.39.9.62 1.44.62H18c1.1 0 2-.9 2-2V6.15c0-.28-.22-.5-.5-.5s-.5.22-.5.5V12h-2V3.42c0-.28-.22-.5-.5-.5s-.5.22-.5.5V12h-2V2.51c0-.28-.22-.5-.5-.5s-.5.22-.5.5V12h-2V4.79c0-.28-.22-.5-.5-.5s-.5.23-.5.5v12.87l-5.35-2.83-.51.45z"})
"PanToolOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pan_tool_rounded.cljs
================================================
(ns reagent-mui.icons.pan-tool-rounded
"Imports @mui/icons-material/PanToolRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pan-tool-rounded (create-svg-icon (e "path" #js {"d" "M21.5 4c-.83 0-1.5.67-1.5 1.5v5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-8c0-.83-.67-1.5-1.5-1.5S16 1.67 16 2.5v8c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-9c0-.83-.67-1.5-1.5-1.5S12 .67 12 1.5v8.99c0 .28-.22.5-.5.5s-.5-.22-.5-.5V4.5c0-.83-.67-1.5-1.5-1.5S8 3.67 8 4.5v11.41l-4.12-2.35c-.58-.33-1.3-.24-1.78.22-.6.58-.62 1.54-.03 2.13l6.78 6.89c.75.77 1.77 1.2 2.85 1.2H19c2.21 0 4-1.79 4-4V5.5c0-.83-.67-1.5-1.5-1.5z"})
"PanToolRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pan_tool_sharp.cljs
================================================
(ns reagent-mui.icons.pan-tool-sharp
"Imports @mui/icons-material/PanToolSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pan-tool-sharp (create-svg-icon (e "path" #js {"d" "M23 4v20H10.02L1 14.83 2.9 13 8 15.91V3h3v8h1V0h3v11h1V1h3v10h1V4h3z"})
"PanToolSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pan_tool_two_tone.cljs
================================================
(ns reagent-mui.icons.pan-tool-two-tone
"Imports @mui/icons-material/PanToolTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pan-tool-two-tone (create-svg-icon [(e "path" #js {"d" "M19.5 5.65c-.28 0-.5.22-.5.5V12h-2V3.42c0-.28-.22-.5-.5-.5s-.5.22-.5.5V12h-2V2.51c0-.28-.22-.5-.5-.5s-.5.22-.5.5V12h-2V4.79c0-.28-.22-.5-.5-.5s-.5.23-.5.5v12.87l-5.35-2.83-.51.45 5.86 6.1c.38.39.9.62 1.44.62H18c1.1 0 2-.9 2-2V6.15c0-.28-.22-.5-.5-.5z", "opacity" ".3"}) (e "path" #js {"d" "M19.5 3.65c-.17 0-.34.02-.5.05v-.28c0-1.38-1.12-2.5-2.5-2.5-.33 0-.65.06-.94.18C15.11.44 14.35.01 13.5.01c-1.32 0-2.41 1.03-2.49 2.33-.16-.03-.33-.05-.51-.05-1.38 0-2.5 1.12-2.5 2.5v9.55l-2.41-1.28c-.73-.39-1.64-.28-2.26.27l-2.07 1.83 7.3 7.61c.75.78 1.8 1.23 2.89 1.23H18c2.21 0 4-1.79 4-4V6.15c0-1.38-1.12-2.5-2.5-2.5zM20 20c0 1.1-.9 2-2 2h-6.55c-.54 0-1.07-.22-1.44-.62l-5.86-6.11.51-.45L10 17.66V4.79c0-.28.22-.5.5-.5s.5.23.5.5V12h2V2.51c0-.28.22-.5.5-.5s.5.22.5.5V12h2V3.42c0-.28.22-.5.5-.5s.5.22.5.5V12h2V6.15c0-.28.22-.5.5-.5s.5.22.5.5V20z"})]
"PanToolTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/panorama.cljs
================================================
(ns reagent-mui.icons.panorama
"Imports @mui/icons-material/Panorama as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama (create-svg-icon (e "path" #js {"d" "M23 18V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2zM8.5 12.5l2.5 3.01L14.5 11l4.5 6H5l3.5-4.5z"})
"Panorama"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_fish_eye.cljs
================================================
(ns reagent-mui.icons.panorama-fish-eye
"Imports @mui/icons-material/PanoramaFishEye as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-fish-eye (create-svg-icon (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"PanoramaFishEye"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_fish_eye_outlined.cljs
================================================
(ns reagent-mui.icons.panorama-fish-eye-outlined
"Imports @mui/icons-material/PanoramaFishEyeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-fish-eye-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"PanoramaFishEyeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_fish_eye_rounded.cljs
================================================
(ns reagent-mui.icons.panorama-fish-eye-rounded
"Imports @mui/icons-material/PanoramaFishEyeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-fish-eye-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"PanoramaFishEyeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_fish_eye_sharp.cljs
================================================
(ns reagent-mui.icons.panorama-fish-eye-sharp
"Imports @mui/icons-material/PanoramaFishEyeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-fish-eye-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"PanoramaFishEyeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_fish_eye_two_tone.cljs
================================================
(ns reagent-mui.icons.panorama-fish-eye-two-tone
"Imports @mui/icons-material/PanoramaFishEyeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-fish-eye-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})]
"PanoramaFishEyeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_horizontal.cljs
================================================
(ns reagent-mui.icons.panorama-horizontal
"Imports @mui/icons-material/PanoramaHorizontal as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-horizontal (create-svg-icon (e "path" #js {"d" "M20 6.54v10.91c-2.6-.77-5.28-1.16-8-1.16-2.72 0-5.4.39-8 1.16V6.54c2.6.77 5.28 1.16 8 1.16 2.72.01 5.4-.38 8-1.16M21.43 4c-.1 0-.2.02-.31.06C18.18 5.16 15.09 5.7 12 5.7c-3.09 0-6.18-.55-9.12-1.64-.11-.04-.22-.06-.31-.06-.34 0-.57.23-.57.63v14.75c0 .39.23.62.57.62.1 0 .2-.02.31-.06 2.94-1.1 6.03-1.64 9.12-1.64 3.09 0 6.18.55 9.12 1.64.11.04.21.06.31.06.33 0 .57-.23.57-.63V4.63c0-.4-.24-.63-.57-.63z"})
"PanoramaHorizontal"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_horizontal_outlined.cljs
================================================
(ns reagent-mui.icons.panorama-horizontal-outlined
"Imports @mui/icons-material/PanoramaHorizontalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-horizontal-outlined (create-svg-icon (e "path" #js {"d" "M20 6.54v10.91c-2.6-.77-5.28-1.16-8-1.16s-5.4.39-8 1.16V6.54c2.6.77 5.28 1.16 8 1.16 2.72.01 5.4-.38 8-1.16M21.43 4c-.1 0-.2.02-.31.06C18.18 5.16 15.09 5.7 12 5.7s-6.18-.55-9.12-1.64C2.77 4.02 2.66 4 2.57 4c-.34 0-.57.23-.57.63v14.75c0 .39.23.62.57.62.1 0 .2-.02.31-.06 2.94-1.1 6.03-1.64 9.12-1.64s6.18.55 9.12 1.64c.11.04.21.06.31.06.33 0 .57-.23.57-.63V4.63c0-.4-.24-.63-.57-.63z"})
"PanoramaHorizontalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_horizontal_rounded.cljs
================================================
(ns reagent-mui.icons.panorama-horizontal-rounded
"Imports @mui/icons-material/PanoramaHorizontalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-horizontal-rounded (create-svg-icon (e "path" #js {"d" "M20 6.54v10.91c-2.6-.77-5.28-1.16-8-1.16s-5.4.39-8 1.16V6.54c2.6.77 5.28 1.16 8 1.16 2.72.01 5.4-.38 8-1.16M21.43 4c-.1 0-.2.02-.31.06C18.18 5.16 15.09 5.7 12 5.7s-6.18-.55-9.12-1.64C2.77 4.02 2.66 4 2.57 4c-.34 0-.57.23-.57.63v14.75c0 .39.23.62.57.62.1 0 .2-.02.31-.06 2.94-1.1 6.03-1.64 9.12-1.64s6.18.55 9.12 1.64c.11.04.21.06.31.06.33 0 .57-.23.57-.63V4.63c0-.4-.24-.63-.57-.63z"})
"PanoramaHorizontalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_horizontal_select.cljs
================================================
(ns reagent-mui.icons.panorama-horizontal-select
"Imports @mui/icons-material/PanoramaHorizontalSelect as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-horizontal-select (create-svg-icon (e "path" #js {"d" "M21.43 4c-.1 0-.2.02-.31.06C18.18 5.16 15.09 5.7 12 5.7s-6.18-.55-9.12-1.64C2.77 4.02 2.66 4 2.57 4c-.34 0-.57.23-.57.63v14.75c0 .39.23.62.57.62.1 0 .2-.02.31-.06 2.94-1.1 6.03-1.64 9.12-1.64s6.18.55 9.12 1.64c.11.04.21.06.31.06.33 0 .57-.23.57-.63V4.63c0-.4-.24-.63-.57-.63z"})
"PanoramaHorizontalSelect"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_horizontal_select_outlined.cljs
================================================
(ns reagent-mui.icons.panorama-horizontal-select-outlined
"Imports @mui/icons-material/PanoramaHorizontalSelectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-horizontal-select-outlined (create-svg-icon (e "path" #js {"d" "M12 5.5c-3.89 0-6.95-.84-8.69-1.43-.64-.22-1.31.26-1.31.95V19c0 .68.66 1.17 1.31.95C5.36 19.26 8.1 18.5 12 18.5c3.87 0 6.66.76 8.69 1.45.65.21 1.31-.27 1.31-.95V5c0-.68-.66-1.17-1.31-.95-2.03.68-4.83 1.45-8.69 1.45z"})
"PanoramaHorizontalSelectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_horizontal_select_rounded.cljs
================================================
(ns reagent-mui.icons.panorama-horizontal-select-rounded
"Imports @mui/icons-material/PanoramaHorizontalSelectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-horizontal-select-rounded (create-svg-icon (e "path" #js {"d" "M12 5.5c-3.89 0-6.95-.84-8.69-1.43-.64-.22-1.31.26-1.31.95V19c0 .68.66 1.17 1.31.95C5.36 19.26 8.1 18.5 12 18.5c3.87 0 6.66.76 8.69 1.45.65.21 1.31-.27 1.31-.95V5c0-.68-.66-1.17-1.31-.95-2.03.68-4.83 1.45-8.69 1.45z"})
"PanoramaHorizontalSelectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_horizontal_select_sharp.cljs
================================================
(ns reagent-mui.icons.panorama-horizontal-select-sharp
"Imports @mui/icons-material/PanoramaHorizontalSelectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-horizontal-select-sharp (create-svg-icon (e "path" #js {"d" "M12 5.5c-5.25 0-9.01-1.54-10-1.92V20.4c2.16-.76 5.21-1.9 10-1.9 4.78 0 7.91 1.17 10 1.9V3.6c-2.09.73-5.23 1.9-10 1.9z"})
"PanoramaHorizontalSelectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_horizontal_select_two_tone.cljs
================================================
(ns reagent-mui.icons.panorama-horizontal-select-two-tone
"Imports @mui/icons-material/PanoramaHorizontalSelectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-horizontal-select-two-tone (create-svg-icon [(e "path" #js {"d" "M4 6.38v11.25c2.01-.59 4.61-1.13 8-1.13 3.38 0 5.99.54 8 1.13V6.37c-2.01.59-4.62 1.13-8 1.13-2.68 0-5.42-.39-8-1.12z", "opacity" ".3"}) (e "path" #js {"d" "M21.01 4C20.45 4 17.4 5.5 12 5.5c-5.31 0-8.49-1.49-9.01-1.49-.53 0-.99.44-.99 1.01V19c0 .57.46 1 .99 1 .57 0 3.55-1.5 9.01-1.5 5.42 0 8.44 1.5 9.01 1.5.53 0 .99-.43.99-1V5c0-.57-.46-1-.99-1zM20 17.63c-2.01-.59-4.62-1.13-8-1.13-3.39 0-5.99.54-8 1.13V6.38c2.58.73 5.32 1.12 8 1.12 3.38 0 5.99-.54 8-1.13v11.26z"})]
"PanoramaHorizontalSelectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_horizontal_sharp.cljs
================================================
(ns reagent-mui.icons.panorama-horizontal-sharp
"Imports @mui/icons-material/PanoramaHorizontalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-horizontal-sharp (create-svg-icon (e "path" #js {"d" "M4 6.55c2.6.77 5.28 1.16 8 1.16 2.72 0 5.41-.39 8-1.16v10.91c-2.6-.77-5.28-1.16-8-1.16-2.72 0-5.41.39-8 1.16V6.55M2 3.77v16.47s.77-.26.88-.3C5.82 18.85 8.91 18.3 12 18.3c3.09 0 6.18.55 9.12 1.64.11.04.88.3.88.3V3.77s-.77.26-.88.3C18.18 5.15 15.09 5.71 12 5.71s-6.18-.56-9.12-1.64c-.11-.05-.88-.3-.88-.3z"})
"PanoramaHorizontalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_horizontal_two_tone.cljs
================================================
(ns reagent-mui.icons.panorama-horizontal-two-tone
"Imports @mui/icons-material/PanoramaHorizontalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-horizontal-two-tone (create-svg-icon [(e "path" #js {"d" "M4 6.54v10.91c2.6-.77 5.28-1.16 8-1.16s5.4.39 8 1.16V6.54c-2.6.78-5.28 1.17-8 1.16-2.72 0-5.4-.39-8-1.16z", "opacity" ".3"}) (e "path" #js {"d" "M21.43 4c-.1 0-.2.02-.31.06C18.18 5.16 15.09 5.7 12 5.7s-6.18-.55-9.12-1.64C2.77 4.02 2.66 4 2.57 4c-.34 0-.57.23-.57.63v14.75c0 .39.23.62.57.62.1 0 .2-.02.31-.06 2.94-1.1 6.03-1.64 9.12-1.64s6.18.55 9.12 1.64c.11.04.21.06.31.06.33 0 .57-.23.57-.63V4.63c0-.4-.24-.63-.57-.63zM20 17.45c-2.6-.77-5.28-1.16-8-1.16s-5.4.39-8 1.16V6.54c2.6.77 5.28 1.16 8 1.16 2.72.01 5.4-.38 8-1.16v10.91z"})]
"PanoramaHorizontalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_outlined.cljs
================================================
(ns reagent-mui.icons.panorama-outlined
"Imports @mui/icons-material/PanoramaOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-outlined (create-svg-icon (e "path" #js {"d" "M21 4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H3V6h18v12zm-6.5-7L11 15.51 8.5 12.5 5 17h14z"})
"PanoramaOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_photosphere.cljs
================================================
(ns reagent-mui.icons.panorama-photosphere
"Imports @mui/icons-material/PanoramaPhotosphere as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-photosphere (create-svg-icon (e "path" #js {"d" "M21.4 11.32v2.93c-.1.05-2.17.85-3.33 1.17-.94.26-3.84.73-6.07.73-3.7 0-7-.7-9.16-1.8-.08-.04-.16-.06-.24-.1V9.76c6.02-2.84 12.6-2.92 18.8 0v1.56zm-9.39 8.88c-2.5 0-4.87-1.15-6.41-3.12 4.19 1.22 8.57 1.23 12.82-.01-1.54 1.97-3.9 3.13-6.41 3.13zM12 3.8c2.6 0 4.91 1.23 6.41 3.12-4.1-1.19-8.48-1.26-12.83.01C7.08 5.03 9.4 3.8 12 3.8zm10.49 4.71c-.47-.23-.93-.44-1.4-.64C19.52 4.41 16.05 2 12 2S4.47 4.41 2.9 7.88c-.47.2-.93.41-1.4.63-.31.15-.5.48-.5.83v5.32c0 .35.19.68.51.83.47.23.93.44 1.39.64 3.55 7.83 14.65 7.82 18.2 0 .47-.2.93-.41 1.39-.63.31-.17.51-.49.51-.84V9.34c0-.35-.19-.68-.51-.83z"})
"PanoramaPhotosphere"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_photosphere_outlined.cljs
================================================
(ns reagent-mui.icons.panorama-photosphere-outlined
"Imports @mui/icons-material/PanoramaPhotosphereOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-photosphere-outlined (create-svg-icon (e "path" #js {"d" "M21.95 8.15c-.29-.16-.61-.31-.93-.46C19.4 4.33 15.98 2 12 2 8.02 2 4.6 4.33 2.99 7.68c-.33.15-.64.3-.93.46C1.41 8.5 1 9.17 1 9.91v4.18c0 .74.41 1.41 1.05 1.77.29.16.61.31.93.46C4.6 19.67 8.02 22 12 22c3.98 0 7.4-2.33 9.01-5.68.33-.15.64-.3.93-.46.65-.36 1.06-1.03 1.06-1.77V9.91c0-.74-.41-1.41-1.05-1.76zM21 9.91v4.19c-2.19 1.21-5.47 1.9-9 1.9-3.53 0-6.81-.7-9-1.91V9.91C5.2 8.69 8.47 8 12 8c3.53 0 6.81.7 9 1.91zM12 4c2.37 0 4.49 1.04 5.95 2.68C16.17 6.25 14.15 6 12 6c-2.15 0-4.17.25-5.95.68C7.51 5.04 9.63 4 12 4zm0 16c-2.37 0-4.49-1.04-5.95-2.68 1.78.43 3.8.68 5.95.68s4.17-.25 5.95-.68C16.49 18.96 14.37 20 12 20z"})
"PanoramaPhotosphereOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_photosphere_rounded.cljs
================================================
(ns reagent-mui.icons.panorama-photosphere-rounded
"Imports @mui/icons-material/PanoramaPhotosphereRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-photosphere-rounded (create-svg-icon (e "path" #js {"d" "M21.95 8.15c-.29-.16-.61-.31-.93-.46C19.4 4.33 15.98 2 12 2 8.02 2 4.6 4.33 2.99 7.68c-.33.15-.64.3-.93.46C1.41 8.5 1 9.17 1 9.91v4.18c0 .74.41 1.41 1.05 1.77.29.16.61.31.93.46C4.6 19.67 8.02 22 12 22c3.98 0 7.4-2.33 9.01-5.68.33-.15.64-.3.93-.46.65-.36 1.06-1.03 1.06-1.77V9.91c0-.74-.41-1.41-1.05-1.76zM12 4c2.37 0 4.49 1.04 5.95 2.68C16.17 6.25 14.15 6 12 6c-2.15 0-4.17.25-5.95.68C7.51 5.04 9.63 4 12 4zm0 16c-2.37 0-4.49-1.04-5.95-2.68 1.78.43 3.8.68 5.95.68s4.17-.25 5.95-.68C16.49 18.96 14.37 20 12 20z"})
"PanoramaPhotosphereRounded"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_photosphere_select.cljs
================================================
(ns reagent-mui.icons.panorama-photosphere-select
"Imports @mui/icons-material/PanoramaPhotosphereSelect as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-photosphere-select (create-svg-icon (e "path" #js {"d" "M22.49 8.51c-.47-.23-.93-.44-1.4-.64C19.52 4.41 16.05 2 12 2S4.47 4.41 2.9 7.88c-.47.2-.93.41-1.4.63-.31.15-.5.48-.5.83v5.32c0 .35.19.68.51.83.47.23.93.44 1.39.64 3.55 7.83 14.65 7.82 18.2 0 .47-.2.93-.41 1.39-.63.31-.17.51-.49.51-.84V9.34c0-.35-.19-.68-.51-.83zM12 3.8c2.6 0 4.91 1.23 6.41 3.12-4.1-1.19-8.48-1.26-12.83.01C7.08 5.03 9.4 3.8 12 3.8zM5.6 17.08c4.19 1.22 8.57 1.23 12.82-.01-1.54 1.97-3.9 3.13-6.41 3.13-2.5 0-4.87-1.15-6.41-3.12z"})
"PanoramaPhotosphereSelect"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_photosphere_select_outlined.cljs
================================================
(ns reagent-mui.icons.panorama-photosphere-select-outlined
"Imports @mui/icons-material/PanoramaPhotosphereSelectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-photosphere-select-outlined (create-svg-icon (e "path" #js {"d" "M21.95 8.15c-.29-.16-.61-.31-.93-.46C19.4 4.33 15.98 2 12 2 8.02 2 4.6 4.33 2.99 7.68c-.33.15-.64.3-.93.46C1.41 8.5 1 9.17 1 9.91v4.18c0 .74.41 1.41 1.05 1.77.29.16.61.31.93.46C4.6 19.67 8.02 22 12 22c3.98 0 7.4-2.33 9.01-5.68.33-.15.64-.3.93-.46.65-.36 1.06-1.03 1.06-1.77V9.91c0-.74-.41-1.41-1.05-1.76zM12 4c2.37 0 4.49 1.04 5.95 2.68C16.17 6.25 14.15 6 12 6c-2.15 0-4.17.25-5.95.68C7.51 5.04 9.63 4 12 4zm0 16c-2.37 0-4.49-1.04-5.95-2.68 1.78.43 3.8.68 5.95.68s4.17-.25 5.95-.68C16.49 18.96 14.37 20 12 20z"})
"PanoramaPhotosphereSelectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_photosphere_select_rounded.cljs
================================================
(ns reagent-mui.icons.panorama-photosphere-select-rounded
"Imports @mui/icons-material/PanoramaPhotosphereSelectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-photosphere-select-rounded (create-svg-icon (e "path" #js {"d" "M21.95 8.15c-.29-.16-.61-.31-.93-.46C19.4 4.33 15.98 2 12 2 8.02 2 4.6 4.33 2.99 7.68c-.33.15-.64.3-.93.46C1.41 8.5 1 9.17 1 9.91v4.18c0 .74.41 1.41 1.05 1.77.29.16.61.31.93.46C4.6 19.67 8.02 22 12 22c3.98 0 7.4-2.33 9.01-5.68.33-.15.64-.3.93-.46.65-.36 1.06-1.03 1.06-1.77V9.91c0-.74-.41-1.41-1.05-1.76zM12 4c2.37 0 4.49 1.04 5.95 2.68C16.17 6.25 14.15 6 12 6c-2.15 0-4.17.25-5.95.68C7.51 5.04 9.63 4 12 4zm0 16c-2.37 0-4.49-1.04-5.95-2.68 1.78.43 3.8.68 5.95.68s4.17-.25 5.95-.68C16.49 18.96 14.37 20 12 20z"})
"PanoramaPhotosphereSelectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_photosphere_select_sharp.cljs
================================================
(ns reagent-mui.icons.panorama-photosphere-select-sharp
"Imports @mui/icons-material/PanoramaPhotosphereSelectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-photosphere-select-sharp (create-svg-icon (e "path" #js {"d" "M23 8.84c-.54-.43-1.23-.81-1.99-1.15C19.4 4.33 15.98 2 12 2 8.02 2 4.6 4.33 2.99 7.68c-.76.35-1.45.72-1.99 1.16v6.33c.54.43 1.23.81 1.99 1.15C4.6 19.67 8.02 22 12 22c3.98 0 7.4-2.33 9.01-5.68.76-.34 1.45-.72 1.99-1.15V8.84zM12 4c2.37 0 4.49 1.04 5.95 2.68C16.17 6.25 14.15 6 12 6c-2.15 0-4.17.25-5.95.68C7.51 5.04 9.63 4 12 4zm0 16c-2.37 0-4.49-1.04-5.95-2.68 1.78.43 3.8.68 5.95.68s4.17-.25 5.95-.68C16.49 18.96 14.37 20 12 20z"})
"PanoramaPhotosphereSelectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_photosphere_select_two_tone.cljs
================================================
(ns reagent-mui.icons.panorama-photosphere-select-two-tone
"Imports @mui/icons-material/PanoramaPhotosphereSelectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-photosphere-select-two-tone (create-svg-icon (e "path" #js {"d" "M21.95 8.15c-.29-.16-.61-.31-.93-.46C19.4 4.33 15.98 2 12 2 8.02 2 4.6 4.33 2.99 7.68c-.33.15-.64.3-.93.46C1.41 8.5 1 9.17 1 9.91v4.18c0 .74.41 1.41 1.05 1.77.29.16.61.31.93.46C4.6 19.67 8.02 22 12 22c3.98 0 7.4-2.33 9.01-5.68.33-.15.64-.3.93-.46.65-.36 1.06-1.03 1.06-1.77V9.91c0-.74-.41-1.41-1.05-1.76zM12 4c2.37 0 4.49 1.04 5.95 2.68C16.17 6.25 14.15 6 12 6c-2.15 0-4.17.25-5.95.68C7.51 5.04 9.63 4 12 4zm0 16c-2.37 0-4.49-1.04-5.95-2.68 1.78.43 3.8.68 5.95.68s4.17-.25 5.95-.68C16.49 18.96 14.37 20 12 20z"})
"PanoramaPhotosphereSelectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_photosphere_sharp.cljs
================================================
(ns reagent-mui.icons.panorama-photosphere-sharp
"Imports @mui/icons-material/PanoramaPhotosphereSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-photosphere-sharp (create-svg-icon (e "path" #js {"d" "M23 8.84c-.54-.43-1.23-.81-1.99-1.15C19.4 4.33 15.98 2 12 2 8.02 2 4.6 4.33 2.99 7.68c-.76.35-1.45.72-1.99 1.16v6.33c.54.43 1.23.81 1.99 1.15C4.6 19.67 8.02 22 12 22c3.98 0 7.4-2.33 9.01-5.68.76-.34 1.45-.72 1.99-1.15V8.84zM12 4c2.37 0 4.49 1.04 5.95 2.68C16.17 6.25 14.15 6 12 6c-2.15 0-4.17.25-5.95.68C7.51 5.04 9.63 4 12 4zm0 16c-2.37 0-4.49-1.04-5.95-2.68 1.78.43 3.8.68 5.95.68s4.17-.25 5.95-.68C16.49 18.96 14.37 20 12 20z"})
"PanoramaPhotosphereSharp"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_photosphere_two_tone.cljs
================================================
(ns reagent-mui.icons.panorama-photosphere-two-tone
"Imports @mui/icons-material/PanoramaPhotosphereTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-photosphere-two-tone (create-svg-icon [(e "path" #js {"d" "M3 9.91v4.18C5.19 15.3 8.47 16 12 16c3.53 0 6.81-.69 9-1.91V9.91C18.81 8.7 15.53 8 12 8c-3.53 0-6.8.69-9 1.91z", "opacity" ".3"}) (e "path" #js {"d" "M21.95 8.15c-.29-.16-.61-.31-.93-.46C19.4 4.33 15.98 2 12 2 8.02 2 4.6 4.33 2.99 7.68c-.33.15-.64.3-.93.46C1.41 8.5 1 9.17 1 9.91v4.18c0 .74.41 1.41 1.05 1.77.29.16.61.31.93.46C4.6 19.67 8.02 22 12 22c3.98 0 7.4-2.33 9.01-5.68.33-.15.64-.3.93-.46.65-.36 1.06-1.03 1.06-1.77V9.91c0-.74-.41-1.41-1.05-1.76zM12 4c2.37 0 4.49 1.04 5.95 2.68C16.17 6.25 14.15 6 12 6c-2.15 0-4.17.25-5.95.68C7.51 5.04 9.63 4 12 4zm0 16c-2.37 0-4.49-1.04-5.95-2.68 1.78.43 3.8.68 5.95.68s4.17-.25 5.95-.68C16.49 18.96 14.37 20 12 20zm9-10.09v4.18C18.81 15.31 15.53 16 12 16c-3.53 0-6.81-.7-9-1.91V9.91C5.2 8.69 8.47 8 12 8c3.53 0 6.81.7 9 1.91z"})]
"PanoramaPhotosphereTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_rounded.cljs
================================================
(ns reagent-mui.icons.panorama-rounded
"Imports @mui/icons-material/PanoramaRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-rounded (create-svg-icon (e "path" #js {"d" "M23 18V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2zM8.9 12.98l2.1 2.53 3.1-3.99c.2-.26.6-.26.8.01l3.51 4.68c.25.33.01.8-.4.8H6.02c-.42 0-.65-.48-.39-.81L8.12 13c.19-.26.57-.27.78-.02z"})
"PanoramaRounded"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_sharp.cljs
================================================
(ns reagent-mui.icons.panorama-sharp
"Imports @mui/icons-material/PanoramaSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-sharp (create-svg-icon (e "path" #js {"d" "M23 20V4H1v16h22zM8.5 12.5l2.5 3.01L14.5 11l4.5 6H5l3.5-4.5z"})
"PanoramaSharp"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_two_tone.cljs
================================================
(ns reagent-mui.icons.panorama-two-tone
"Imports @mui/icons-material/PanoramaTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-two-tone (create-svg-icon [(e "path" #js {"d" "M3 18h18V6H3v12zm5.5-5.5 2.5 3.01L14.5 11l4.5 6H5l3.5-4.5z", "opacity" ".3"}) (e "path" #js {"d" "M21 4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H3V6h18v12zm-6.5-7L11 15.51 8.5 12.5 5 17h14z"})]
"PanoramaTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_vertical.cljs
================================================
(ns reagent-mui.icons.panorama-vertical
"Imports @mui/icons-material/PanoramaVertical as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-vertical (create-svg-icon (e "path" #js {"d" "M19.94 21.12c-1.1-2.94-1.64-6.03-1.64-9.12 0-3.09.55-6.18 1.64-9.12.04-.11.06-.22.06-.31 0-.34-.23-.57-.63-.57H4.63c-.4 0-.63.23-.63.57 0 .1.02.2.06.31C5.16 5.82 5.71 8.91 5.71 12c0 3.09-.55 6.18-1.64 9.12-.05.11-.07.22-.07.31 0 .33.23.57.63.57h14.75c.39 0 .63-.24.63-.57-.01-.1-.03-.2-.07-.31zM6.54 20c.77-2.6 1.16-5.28 1.16-8 0-2.72-.39-5.4-1.16-8h10.91c-.77 2.6-1.16 5.28-1.16 8 0 2.72.39 5.4 1.16 8H6.54z"})
"PanoramaVertical"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_vertical_outlined.cljs
================================================
(ns reagent-mui.icons.panorama-vertical-outlined
"Imports @mui/icons-material/PanoramaVerticalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-vertical-outlined (create-svg-icon (e "path" #js {"d" "M19.94 21.12c-1.1-2.94-1.64-6.03-1.64-9.12s.55-6.18 1.64-9.12c.04-.11.06-.22.06-.31 0-.34-.23-.57-.63-.57H4.63c-.4 0-.63.23-.63.57 0 .1.02.2.06.31C5.16 5.82 5.71 8.91 5.71 12s-.55 6.18-1.64 9.12c-.05.11-.07.22-.07.31 0 .33.23.57.63.57h14.75c.39 0 .63-.24.63-.57-.01-.1-.03-.2-.07-.31zM6.54 20c.77-2.6 1.16-5.28 1.16-8s-.39-5.4-1.16-8h10.91c-.77 2.6-1.16 5.28-1.16 8s.39 5.4 1.16 8H6.54z"})
"PanoramaVerticalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_vertical_rounded.cljs
================================================
(ns reagent-mui.icons.panorama-vertical-rounded
"Imports @mui/icons-material/PanoramaVerticalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-vertical-rounded (create-svg-icon (e "path" #js {"d" "M19.94 21.12c-1.1-2.94-1.64-6.03-1.64-9.12s.55-6.18 1.64-9.12c.04-.11.06-.22.06-.31 0-.34-.23-.57-.63-.57H4.63c-.4 0-.63.23-.63.57 0 .1.02.2.06.31C5.16 5.82 5.71 8.91 5.71 12s-.55 6.18-1.64 9.12c-.05.11-.07.22-.07.31 0 .33.23.57.63.57h14.75c.39 0 .63-.24.63-.57-.01-.1-.03-.2-.07-.31zM6.54 20c.77-2.6 1.16-5.28 1.16-8s-.39-5.4-1.16-8h10.91c-.77 2.6-1.16 5.28-1.16 8s.39 5.4 1.16 8H6.54z"})
"PanoramaVerticalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_vertical_select.cljs
================================================
(ns reagent-mui.icons.panorama-vertical-select
"Imports @mui/icons-material/PanoramaVerticalSelect as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-vertical-select (create-svg-icon (e "path" #js {"d" "M19.93 21.12c-1.1-2.94-1.64-6.03-1.64-9.12s.55-6.18 1.64-9.12c.05-.11.07-.22.07-.31 0-.34-.24-.57-.64-.57H4.62c-.4 0-.63.23-.63.57 0 .1.02.2.06.31C5.16 5.82 5.7 8.91 5.7 12s-.55 6.18-1.64 9.12c-.05.11-.07.22-.07.31 0 .33.23.57.63.57h14.75c.39 0 .63-.24.63-.57 0-.1-.02-.2-.07-.31z"})
"PanoramaVerticalSelect"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_vertical_select_outlined.cljs
================================================
(ns reagent-mui.icons.panorama-vertical-select-outlined
"Imports @mui/icons-material/PanoramaVerticalSelectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-vertical-select-outlined (create-svg-icon (e "path" #js {"d" "M18.5 12c0-3.89.84-6.95 1.43-8.69.22-.64-.26-1.31-.95-1.31H5c-.68 0-1.16.66-.95 1.31C4.74 5.36 5.5 8.1 5.5 12c0 3.87-.76 6.66-1.45 8.69-.21.65.27 1.31.95 1.31h14c.68 0 1.17-.66.95-1.31-.68-2.03-1.45-4.83-1.45-8.69z"})
"PanoramaVerticalSelectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_vertical_select_rounded.cljs
================================================
(ns reagent-mui.icons.panorama-vertical-select-rounded
"Imports @mui/icons-material/PanoramaVerticalSelectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-vertical-select-rounded (create-svg-icon (e "path" #js {"d" "M18.5 12c0-3.89.84-6.95 1.43-8.69.22-.64-.26-1.31-.95-1.31H5c-.68 0-1.16.66-.95 1.31C4.74 5.36 5.5 8.1 5.5 12c0 3.87-.76 6.66-1.45 8.69-.21.65.27 1.31.95 1.31h14c.68 0 1.17-.66.95-1.31-.68-2.03-1.45-4.83-1.45-8.69z"})
"PanoramaVerticalSelectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_vertical_select_sharp.cljs
================================================
(ns reagent-mui.icons.panorama-vertical-select-sharp
"Imports @mui/icons-material/PanoramaVerticalSelectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-vertical-select-sharp (create-svg-icon (e "path" #js {"d" "M18.49 11.99c0-5.25 1.54-9.01 1.92-10H3.59c.76 2.16 1.9 5.21 1.9 10 0 4.78-1.17 7.91-1.9 10H20.4c-.74-2.08-1.91-5.23-1.91-10z"})
"PanoramaVerticalSelectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_vertical_select_two_tone.cljs
================================================
(ns reagent-mui.icons.panorama-vertical-select-two-tone
"Imports @mui/icons-material/PanoramaVerticalSelectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-vertical-select-two-tone (create-svg-icon (e "path" #js {"d" "M18.5 12c0-3.89.84-6.95 1.43-8.69.22-.64-.26-1.31-.95-1.31H5c-.68 0-1.16.66-.95 1.31C4.74 5.36 5.5 8.1 5.5 12c0 3.87-.76 6.66-1.45 8.69-.21.65.27 1.31.95 1.31h14c.68 0 1.17-.66.95-1.31-.68-2.03-1.45-4.83-1.45-8.69z"})
"PanoramaVerticalSelectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_vertical_sharp.cljs
================================================
(ns reagent-mui.icons.panorama-vertical-sharp
"Imports @mui/icons-material/PanoramaVerticalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-vertical-sharp (create-svg-icon (e "path" #js {"d" "M17.46 4c-.77 2.6-1.16 5.28-1.16 8 0 2.72.39 5.41 1.16 8H6.55c.77-2.6 1.16-5.28 1.16-8 0-2.72-.39-5.41-1.16-8h10.91m2.78-2H3.77s.26.77.3.88C5.16 5.82 5.71 8.91 5.71 12s-.55 6.18-1.64 9.12c-.04.11-.3.88-.3.88h16.47s-.26-.77-.3-.88c-1.09-2.94-1.64-6.03-1.64-9.12s.55-6.18 1.64-9.12c.04-.11.3-.88.3-.88z"})
"PanoramaVerticalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_vertical_two_tone.cljs
================================================
(ns reagent-mui.icons.panorama-vertical-two-tone
"Imports @mui/icons-material/PanoramaVerticalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-vertical-two-tone (create-svg-icon [(e "path" #js {"d" "M6.54 4c.77 2.6 1.16 5.28 1.16 8 0 2.72-.39 5.4-1.16 8h10.91c-.77-2.6-1.16-5.28-1.16-8 0-2.72.39-5.4 1.16-8H6.54z", "opacity" ".3"}) (e "path" #js {"d" "M19.94 21.12c-1.1-2.94-1.64-6.03-1.64-9.12 0-3.09.55-6.18 1.64-9.12.04-.11.06-.22.06-.31 0-.34-.23-.57-.63-.57H4.63c-.4 0-.63.23-.63.57 0 .1.02.2.06.31C5.16 5.82 5.71 8.91 5.71 12c0 3.09-.55 6.18-1.64 9.12-.05.11-.07.22-.07.31 0 .33.23.57.63.57h14.75c.39 0 .63-.24.63-.57-.01-.1-.03-.2-.07-.31zM17.45 20H6.54c.77-2.6 1.16-5.28 1.16-8 0-2.72-.39-5.4-1.16-8h10.91c-.77 2.6-1.16 5.28-1.16 8 0 2.72.39 5.4 1.16 8z"})]
"PanoramaVerticalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_wide_angle.cljs
================================================
(ns reagent-mui.icons.panorama-wide-angle
"Imports @mui/icons-material/PanoramaWideAngle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-wide-angle (create-svg-icon (e "path" #js {"d" "M12 6c2.45 0 4.71.2 7.29.64.47 1.78.71 3.58.71 5.36 0 1.78-.24 3.58-.71 5.36-2.58.44-4.84.64-7.29.64s-4.71-.2-7.29-.64C4.24 15.58 4 13.78 4 12c0-1.78.24-3.58.71-5.36C7.29 6.2 9.55 6 12 6m0-2c-2.73 0-5.22.24-7.95.72l-.93.16-.25.9C2.29 7.85 2 9.93 2 12s.29 4.15.87 6.22l.25.89.93.16c2.73.49 5.22.73 7.95.73s5.22-.24 7.95-.72l.93-.16.25-.89c.58-2.08.87-4.16.87-6.23s-.29-4.15-.87-6.22l-.25-.89-.93-.16C17.22 4.24 14.73 4 12 4z"})
"PanoramaWideAngle"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_wide_angle_outlined.cljs
================================================
(ns reagent-mui.icons.panorama-wide-angle-outlined
"Imports @mui/icons-material/PanoramaWideAngleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-wide-angle-outlined (create-svg-icon (e "path" #js {"d" "M12 6c2.45 0 4.71.2 7.29.64.47 1.78.71 3.58.71 5.36s-.24 3.58-.71 5.36c-2.58.44-4.84.64-7.29.64s-4.71-.2-7.29-.64C4.24 15.58 4 13.78 4 12s.24-3.58.71-5.36C7.29 6.2 9.55 6 12 6m0-2c-2.73 0-5.22.24-7.95.72l-.93.16-.25.9C2.29 7.85 2 9.93 2 12s.29 4.15.87 6.22l.25.89.93.16c2.73.49 5.22.73 7.95.73s5.22-.24 7.95-.72l.93-.16.25-.89c.58-2.08.87-4.16.87-6.23s-.29-4.15-.87-6.22l-.25-.89-.93-.16C17.22 4.24 14.73 4 12 4z"})
"PanoramaWideAngleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_wide_angle_rounded.cljs
================================================
(ns reagent-mui.icons.panorama-wide-angle-rounded
"Imports @mui/icons-material/PanoramaWideAngleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-wide-angle-rounded (create-svg-icon (e "path" #js {"d" "M12 6c2.45 0 4.71.2 7.29.64.47 1.78.71 3.58.71 5.36s-.24 3.58-.71 5.36c-2.58.44-4.84.64-7.29.64s-4.71-.2-7.29-.64C4.24 15.58 4 13.78 4 12s.24-3.58.71-5.36C7.29 6.2 9.55 6 12 6m0-2c-2.73 0-5.22.24-7.95.72l-.93.16-.25.9C2.29 7.85 2 9.93 2 12s.29 4.15.87 6.22l.25.89.93.16c2.73.49 5.22.73 7.95.73s5.22-.24 7.95-.72l.93-.16.25-.89c.58-2.08.87-4.16.87-6.23s-.29-4.15-.87-6.22l-.25-.89-.93-.16C17.22 4.24 14.73 4 12 4z"})
"PanoramaWideAngleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_wide_angle_select.cljs
================================================
(ns reagent-mui.icons.panorama-wide-angle-select
"Imports @mui/icons-material/PanoramaWideAngleSelect as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-wide-angle-select (create-svg-icon (e "path" #js {"d" "M12 4c-2.73 0-5.22.24-7.95.72l-.93.16-.25.9C2.29 7.85 2 9.93 2 12s.29 4.15.87 6.22l.25.89.93.16c2.73.49 5.22.73 7.95.73s5.22-.24 7.95-.72l.93-.16.25-.89c.58-2.08.87-4.16.87-6.23s-.29-4.15-.87-6.22l-.25-.89-.93-.16C17.22 4.24 14.73 4 12 4z"})
"PanoramaWideAngleSelect"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_wide_angle_select_outlined.cljs
================================================
(ns reagent-mui.icons.panorama-wide-angle-select-outlined
"Imports @mui/icons-material/PanoramaWideAngleSelectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-wide-angle-select-outlined (create-svg-icon (e "path" #js {"d" "M12 4c-3.97 0-6.85.63-9 1-.55 1.97-1 3.92-1 7 0 3.03.45 5.05 1 7 2.15.37 4.98 1 9 1 3.97 0 6.85-.63 9-1 .57-2.02 1-3.99 1-7 0-3.03-.45-5.05-1-7-2.15-.37-4.98-1-9-1z"})
"PanoramaWideAngleSelectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_wide_angle_select_rounded.cljs
================================================
(ns reagent-mui.icons.panorama-wide-angle-select-rounded
"Imports @mui/icons-material/PanoramaWideAngleSelectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-wide-angle-select-rounded (create-svg-icon (e "path" #js {"d" "M12 4c-3.97 0-6.85.63-9 1-.55 1.97-1 3.92-1 7 0 3.03.45 5.06 1 7 2.15.37 4.98 1 9 1 3.97 0 6.85-.63 9-1 .57-2.02 1-3.99 1-7 0-3.03-.45-5.06-1-7-2.15-.37-4.98-1-9-1z"})
"PanoramaWideAngleSelectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_wide_angle_select_sharp.cljs
================================================
(ns reagent-mui.icons.panorama-wide-angle-select-sharp
"Imports @mui/icons-material/PanoramaWideAngleSelectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-wide-angle-select-sharp (create-svg-icon (e "path" #js {"d" "M12 4c-3.97 0-6.85.63-9 1-.55 1.97-1 3.92-1 7 0 3.03.45 5.05 1 7 2.15.37 4.98 1 9 1 3.97 0 6.85-.63 9-1 .57-2.02 1-3.99 1-7 0-3.03-.45-5.05-1-7-2.15-.37-4.98-1-9-1z"})
"PanoramaWideAngleSelectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_wide_angle_select_two_tone.cljs
================================================
(ns reagent-mui.icons.panorama-wide-angle-select-two-tone
"Imports @mui/icons-material/PanoramaWideAngleSelectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-wide-angle-select-two-tone (create-svg-icon (e "path" #js {"d" "M12 4c-3.97 0-6.85.63-9 1-.55 1.97-1 3.92-1 7 0 3.03.45 5.05 1 7 2.15.37 4.98 1 9 1 3.97 0 6.85-.63 9-1 .57-2.02 1-3.99 1-7 0-3.03-.45-5.05-1-7-2.15-.37-4.98-1-9-1z"})
"PanoramaWideAngleSelectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_wide_angle_sharp.cljs
================================================
(ns reagent-mui.icons.panorama-wide-angle-sharp
"Imports @mui/icons-material/PanoramaWideAngleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-wide-angle-sharp (create-svg-icon (e "path" #js {"d" "M12 6c2.45 0 4.71.2 7.29.64.47 1.78.71 3.58.71 5.36s-.24 3.58-.71 5.36c-2.58.44-4.84.64-7.29.64s-4.71-.2-7.29-.64C4.24 15.58 4 13.78 4 12s.24-3.58.71-5.36C7.29 6.2 9.55 6 12 6m0-2c-2.73 0-5.22.24-7.95.72l-.93.16-.25.9C2.29 7.85 2 9.93 2 12s.29 4.15.87 6.22l.25.89.93.16c2.73.49 5.22.73 7.95.73s5.22-.24 7.95-.72l.93-.16.25-.89c.58-2.08.87-4.16.87-6.23s-.29-4.15-.87-6.22l-.25-.89-.93-.16C17.22 4.24 14.73 4 12 4z"})
"PanoramaWideAngleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/panorama_wide_angle_two_tone.cljs
================================================
(ns reagent-mui.icons.panorama-wide-angle-two-tone
"Imports @mui/icons-material/PanoramaWideAngleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def panorama-wide-angle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6c-2.45 0-4.71.2-7.29.64C4.24 8.42 4 10.22 4 12c0 1.78.24 3.58.71 5.36 2.58.44 4.84.64 7.29.64s4.71-.2 7.29-.64c.47-1.78.71-3.58.71-5.36 0-1.78-.24-3.58-.71-5.36C16.71 6.2 14.45 6 12 6z", "opacity" ".3"}) (e "path" #js {"d" "m21.13 5.78-.25-.89-.93-.16C17.22 4.24 14.73 4 12 4s-5.22.24-7.95.72l-.93.16-.25.9C2.29 7.85 2 9.93 2 12s.29 4.15.87 6.22l.25.89.93.16c2.73.49 5.22.73 7.95.73s5.22-.24 7.95-.72l.93-.16.25-.89c.58-2.08.87-4.16.87-6.23s-.29-4.15-.87-6.22zm-1.84 11.58c-2.58.44-4.84.64-7.29.64s-4.71-.2-7.29-.64C4.24 15.58 4 13.78 4 12c0-1.78.24-3.58.71-5.36C7.29 6.2 9.55 6 12 6s4.71.2 7.29.64c.47 1.78.71 3.58.71 5.36 0 1.78-.24 3.58-.71 5.36z"})]
"PanoramaWideAngleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/paragliding.cljs
================================================
(ns reagent-mui.icons.paragliding
"Imports @mui/icons-material/Paragliding as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def paragliding (create-svg-icon (e "path" #js {"d" "M12 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm-3.48.94C8.04 17.55 7 16.76 7 14H5c0 2.7.93 4.41 2.3 5.5.5.4 1.1.7 1.7.9V24h6v-3.6c.6-.2 1.2-.5 1.7-.9 1.37-1.09 2.3-2.8 2.3-5.5h-2c0 2.76-1.04 3.55-1.52 3.94C14.68 18.54 14 19 12 19s-2.68-.46-3.48-1.06zM12 0C5.92 0 1 1.9 1 4.25v3.49c0 .81.88 1.26 1.56.83.14-.09.28-.18.44-.26L5 13h2l1.5-6.28c1.1-.14 2.28-.22 3.5-.22s2.4.08 3.5.22L17 13h2l2-4.69c.16.09.3.17.44.26.68.43 1.56-.02 1.56-.83V4.25C23 1.9 18.08 0 12 0zM5.88 11.24 4.37 7.69c.75-.28 1.6-.52 2.53-.71l-1.02 4.26zm12.24 0L17.1 6.98c.93.19 1.78.43 2.53.71l-1.51 3.55z"})
"Paragliding"))
================================================
FILE: src/icons/reagent_mui/icons/paragliding_outlined.cljs
================================================
(ns reagent-mui.icons.paragliding-outlined
"Imports @mui/icons-material/ParaglidingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def paragliding-outlined (create-svg-icon (e "path" #js {"d" "M12 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.48.94C14.68 18.54 14 19 12 19s-2.68-.46-3.48-1.06C8.04 17.55 7 16.76 7 14H5c0 2.7.93 4.41 2.3 5.5.5.4 1.1.7 1.7.9V24h6v-3.6c.6-.2 1.2-.5 1.7-.9 1.37-1.09 2.3-2.8 2.3-5.5h-2c0 2.76-1.04 3.55-1.52 3.94zM23 4.25v3.49c0 .8-.88 1.26-1.56.83-.14-.09-.28-.18-.44-.26L19 13h-2l-1.5-6.28c-1.1-.14-2.28-.22-3.5-.22s-2.4.08-3.5.22L7 13H5L3 8.31c-.16.08-.3.17-.44.26C1.88 9 1 8.55 1 7.74V4.25C1 1.9 5.92 0 12 0s11 1.9 11 4.25zM6.9 6.98c-.93.19-1.78.43-2.53.71l1.51 3.55L6.9 6.98zm12.73.71c-.75-.28-1.6-.52-2.53-.71l1.02 4.25 1.51-3.54zM21 4.31C20.65 3.63 17.57 2 12 2S3.35 3.63 3 4.31v1.77C5.34 5.07 8.56 4.5 12 4.5s6.66.57 9 1.58V4.31z"})
"ParaglidingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/paragliding_rounded.cljs
================================================
(ns reagent-mui.icons.paragliding-rounded
"Imports @mui/icons-material/ParaglidingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def paragliding-rounded (create-svg-icon (e "path" #js {"d" "M12 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5.95-3c-.52 0-.94.4-.99.92-.2 2.03-1.05 2.68-1.48 3.02C14.68 18.54 14 19 12 19s-2.68-.46-3.48-1.06c-.43-.34-1.28-.99-1.48-3.02-.05-.52-.47-.92-.99-.92-.59 0-1.06.51-1 1.09.22 2.08 1.07 3.47 2.24 4.41.5.4 1.1.7 1.7.9L9 24h6v-3.6c.6-.2 1.2-.5 1.7-.9 1.17-.94 2.03-2.32 2.24-4.41.07-.58-.41-1.09-.99-1.09zM12 0C5.92 0 1 1.9 1 4.25v3.49c0 .81.88 1.26 1.56.83.14-.09.28-.18.44-.26L5 13h2l1.5-6.28c1.1-.14 2.28-.22 3.5-.22s2.4.08 3.5.22L17 13h2l2-4.69c.16.09.3.17.44.26.68.43 1.56-.02 1.56-.83V4.25C23 1.9 18.08 0 12 0zM5.88 11.24 4.37 7.69c.75-.28 1.6-.52 2.53-.71l-1.02 4.26zm12.24 0L17.1 6.98c.93.19 1.78.43 2.53.71l-1.51 3.55z"})
"ParaglidingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/paragliding_sharp.cljs
================================================
(ns reagent-mui.icons.paragliding-sharp
"Imports @mui/icons-material/ParaglidingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def paragliding-sharp (create-svg-icon (e "path" #js {"d" "M12 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm-3.48.94C8.04 17.55 7 16.76 7 14H5c0 2.7.93 4.41 2.3 5.5.5.4 1.1.7 1.7.9V24h6v-3.6c.6-.2 1.2-.5 1.7-.9 1.37-1.09 2.3-2.8 2.3-5.5h-2c0 2.76-1.04 3.55-1.52 3.94C14.68 18.54 14 19 12 19s-2.68-.46-3.48-1.06zM12 0C5.92 0 1 1.9 1 4.25v3.49c0 .81.88 1.26 1.56.83.14-.09.28-.18.44-.26L5 13h2l1.5-6.28c1.1-.14 2.28-.22 3.5-.22s2.4.08 3.5.22L17 13h2l2-4.69c.16.09.3.17.44.26.68.43 1.56-.02 1.56-.83V4.25C23 1.9 18.08 0 12 0zM5.88 11.24 4.37 7.69c.75-.28 1.6-.52 2.53-.71l-1.02 4.26zm12.24 0L17.1 6.98c.93.19 1.78.43 2.53.71l-1.51 3.55z"})
"ParaglidingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/paragliding_two_tone.cljs
================================================
(ns reagent-mui.icons.paragliding-two-tone
"Imports @mui/icons-material/ParaglidingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def paragliding-two-tone (create-svg-icon [(e "path" #js {"d" "M21 4.31C20.65 3.63 17.57 2 12 2S3.35 3.63 3 4.31v1.77C5.34 5.07 8.56 4.5 12 4.5s6.66.57 9 1.58V4.31z", "opacity" ".3"}) (e "path" #js {"d" "M12 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.48.94C14.68 18.54 14 19 12 19s-2.68-.46-3.48-1.06C8.04 17.55 7 16.76 7 14H5c0 2.7.93 4.41 2.3 5.5.5.4 1.1.7 1.7.9V24h6v-3.6c.6-.2 1.2-.5 1.7-.9 1.37-1.09 2.3-2.8 2.3-5.5h-2c0 2.76-1.04 3.55-1.52 3.94zM23 4.25v3.49c0 .8-.88 1.26-1.56.83-.14-.09-.28-.18-.44-.26L19 13h-2l-1.5-6.28c-1.1-.14-2.28-.22-3.5-.22s-2.4.08-3.5.22L7 13H5L3 8.31c-.16.08-.3.17-.44.26C1.88 9 1 8.55 1 7.74V4.25C1 1.9 5.92 0 12 0s11 1.9 11 4.25zM6.9 6.98c-.93.19-1.78.43-2.53.71l1.51 3.55L6.9 6.98zm12.73.71c-.75-.28-1.6-.52-2.53-.71l1.02 4.25 1.51-3.54zM21 4.31C20.65 3.63 17.57 2 12 2S3.35 3.63 3 4.31v1.77C5.34 5.07 8.56 4.5 12 4.5s6.66.57 9 1.58V4.31z"})]
"ParaglidingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/park.cljs
================================================
(ns reagent-mui.icons.park
"Imports @mui/icons-material/Park as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def park (create-svg-icon (e "path" #js {"d" "M17 12h2L12 2 5.05 12H7l-3.9 6h6.92v4h3.96v-4H21z"})
"Park"))
================================================
FILE: src/icons/reagent_mui/icons/park_outlined.cljs
================================================
(ns reagent-mui.icons.park-outlined
"Imports @mui/icons-material/ParkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def park-outlined (create-svg-icon (e "path" #js {"d" "M17 12h2L12 2 5.05 12H7l-3.9 6h6.92v4h3.95v-4H21l-4-6zM6.79 16l3.9-6H8.88l3.13-4.5 3.15 4.5h-1.9l4 6H6.79z"})
"ParkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/park_rounded.cljs
================================================
(ns reagent-mui.icons.park-rounded
"Imports @mui/icons-material/ParkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def park-rounded (create-svg-icon (e "path" #js {"d" "M16.96 12h.08c.81 0 1.28-.91.82-1.57l-5.08-7.25c-.4-.57-1.24-.57-1.64 0L6.1 10.43c-.46.66.02 1.57.83 1.57h.04l-2.9 4.46c-.44.66.04 1.54.84 1.54h5.08v2.02c0 1.09.89 1.98 1.98 1.98 1.09 0 1.98-.89 1.98-1.98V18h5.15c.8 0 1.28-.89.83-1.55L16.96 12z"})
"ParkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/park_sharp.cljs
================================================
(ns reagent-mui.icons.park-sharp
"Imports @mui/icons-material/ParkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def park-sharp (create-svg-icon (e "path" #js {"d" "M17 12h2L12 2 5.05 12H7l-3.9 6h6.92v4h3.96v-4H21z"})
"ParkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/park_two_tone.cljs
================================================
(ns reagent-mui.icons.park-two-tone
"Imports @mui/icons-material/ParkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def park-two-tone (create-svg-icon [(e "path" #js {"d" "M13.26 10h1.9l-3.15-4.5L8.88 10h1.81l-3.9 6h10.47z", "opacity" ".3"}) (e "path" #js {"d" "M17 12h2L12 2 5.05 12H7l-3.9 6h6.92v4h3.95v-4H21l-4-6zM6.79 16l3.9-6H8.88l3.13-4.5 3.15 4.5h-1.9l4 6H6.79z"})]
"ParkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/party_mode.cljs
================================================
(ns reagent-mui.icons.party-mode
"Imports @mui/icons-material/PartyMode as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def party-mode (create-svg-icon (e "path" #js {"d" "M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 3c1.63 0 3.06.79 3.98 2H12c-1.66 0-3 1.34-3 3 0 .35.07.69.18 1H7.1c-.06-.32-.1-.66-.1-1 0-2.76 2.24-5 5-5zm0 10c-1.63 0-3.06-.79-3.98-2H12c1.66 0 3-1.34 3-3 0-.35-.07-.69-.18-1h2.08c.07.32.1.66.1 1 0 2.76-2.24 5-5 5z"})
"PartyMode"))
================================================
FILE: src/icons/reagent_mui/icons/party_mode_outlined.cljs
================================================
(ns reagent-mui.icons.party-mode-outlined
"Imports @mui/icons-material/PartyModeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def party-mode-outlined (create-svg-icon (e "path" #js {"d" "M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h4.05l.59-.65L9.88 4h4.24l1.24 1.35.59.65H20v12zM9 12c0-1.66 1.34-3 3-3h3.98c-.92-1.21-2.35-2-3.98-2-2.76 0-5 2.24-5 5 0 .34.04.68.1 1h2.08c-.11-.31-.18-.65-.18-1zm6 0c0 1.66-1.34 3-3 3H8.02c.92 1.21 2.35 2 3.98 2 2.76 0 5-2.24 5-5 0-.34-.03-.68-.1-1h-2.08c.11.31.18.65.18 1z"})
"PartyModeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/party_mode_rounded.cljs
================================================
(ns reagent-mui.icons.party-mode-rounded
"Imports @mui/icons-material/PartyModeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def party-mode-rounded (create-svg-icon (e "path" #js {"d" "M20 4h-3.17l-1.24-1.35c-.37-.41-.91-.65-1.47-.65H9.88c-.56 0-1.1.24-1.48.65L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 3c1.63 0 3.06.79 3.98 2H12c-1.66 0-3 1.34-3 3 0 .35.07.69.18 1H7.1c-.06-.32-.1-.66-.1-1 0-2.76 2.24-5 5-5zm0 10c-1.63 0-3.06-.79-3.98-2H12c1.66 0 3-1.34 3-3 0-.35-.07-.69-.18-1h2.08c.07.32.1.66.1 1 0 2.76-2.24 5-5 5z"})
"PartyModeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/party_mode_sharp.cljs
================================================
(ns reagent-mui.icons.party-mode-sharp
"Imports @mui/icons-material/PartyModeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def party-mode-sharp (create-svg-icon (e "path" #js {"d" "M22 4h-5.17L15 2H9L7.17 4H2v16h20V4zM12 7c1.63 0 3.06.79 3.98 2H12c-1.66 0-3 1.34-3 3 0 .35.07.69.18 1H7.1c-.06-.32-.1-.66-.1-1 0-2.76 2.24-5 5-5zm0 10c-1.63 0-3.06-.79-3.98-2H12c1.66 0 3-1.34 3-3 0-.35-.07-.69-.18-1h2.08c.07.32.1.66.1 1 0 2.76-2.24 5-5 5z"})
"PartyModeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/party_mode_two_tone.cljs
================================================
(ns reagent-mui.icons.party-mode-two-tone
"Imports @mui/icons-material/PartyModeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def party-mode-two-tone (create-svg-icon [(e "path" #js {"d" "m15.95 6-.59-.65L14.12 4H9.88L8.65 5.35l-.6.65H4v12h16V6h-4.05zM7 12c0-2.76 2.24-5 5-5 1.63 0 3.06.79 3.98 2H12c-1.66 0-3 1.34-3 3 0 .35.07.69.18 1H7.1c-.06-.32-.1-.66-.1-1zm10 0c0 2.76-2.24 5-5 5-1.63 0-3.06-.79-3.98-2H12c1.66 0 3-1.34 3-3 0-.35-.07-.69-.18-1h2.08c.07.32.1.66.1 1z", "opacity" ".3"}) (e "path" #js {"d" "M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h4.05l.59-.65L9.88 4h4.24l1.24 1.35.59.65H20v12zM9 12c0-1.66 1.34-3 3-3h3.98c-.92-1.21-2.35-2-3.98-2-2.76 0-5 2.24-5 5 0 .34.04.68.1 1h2.08c-.11-.31-.18-.65-.18-1zm6 0c0 1.66-1.34 3-3 3H8.02c.92 1.21 2.35 2 3.98 2 2.76 0 5-2.24 5-5 0-.34-.03-.68-.1-1h-2.08c.11.31.18.65.18 1z"})]
"PartyModeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/password.cljs
================================================
(ns reagent-mui.icons.password
"Imports @mui/icons-material/Password as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def password (create-svg-icon (e "path" #js {"d" "M2 17h20v2H2v-2zm1.15-4.05L4 11.47l.85 1.48 1.3-.75-.85-1.48H7v-1.5H5.3l.85-1.47L4.85 7 4 8.47 3.15 7l-1.3.75.85 1.47H1v1.5h1.7l-.85 1.48 1.3.75zm6.7-.75 1.3.75.85-1.48.85 1.48 1.3-.75-.85-1.48H15v-1.5h-1.7l.85-1.47-1.3-.75L12 8.47 11.15 7l-1.3.75.85 1.47H9v1.5h1.7l-.85 1.48zM23 9.22h-1.7l.85-1.47-1.3-.75L20 8.47 19.15 7l-1.3.75.85 1.47H17v1.5h1.7l-.85 1.48 1.3.75.85-1.48.85 1.48 1.3-.75-.85-1.48H23v-1.5z"})
"Password"))
================================================
FILE: src/icons/reagent_mui/icons/password_outlined.cljs
================================================
(ns reagent-mui.icons.password-outlined
"Imports @mui/icons-material/PasswordOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def password-outlined (create-svg-icon (e "path" #js {"d" "M2 17h20v2H2v-2zm1.15-4.05L4 11.47l.85 1.48 1.3-.75-.85-1.48H7v-1.5H5.3l.85-1.47L4.85 7 4 8.47 3.15 7l-1.3.75.85 1.47H1v1.5h1.7l-.85 1.48 1.3.75zm6.7-.75 1.3.75.85-1.48.85 1.48 1.3-.75-.85-1.48H15v-1.5h-1.7l.85-1.47-1.3-.75L12 8.47 11.15 7l-1.3.75.85 1.47H9v1.5h1.7l-.85 1.48zM23 9.22h-1.7l.85-1.47-1.3-.75L20 8.47 19.15 7l-1.3.75.85 1.47H17v1.5h1.7l-.85 1.48 1.3.75.85-1.48.85 1.48 1.3-.75-.85-1.48H23v-1.5z"})
"PasswordOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/password_rounded.cljs
================================================
(ns reagent-mui.icons.password-rounded
"Imports @mui/icons-material/PasswordRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def password-rounded (create-svg-icon (e "path" #js {"d" "M3 17h18c.55 0 1 .45 1 1s-.45 1-1 1H3c-.55 0-1-.45-1-1s.45-1 1-1zm-.5-4.43c.36.21.82.08 1.03-.28l.47-.82.48.83c.21.36.67.48 1.03.28.36-.21.48-.66.28-1.02l-.49-.84h.95c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H5.3l.47-.82c.21-.36.09-.82-.27-1.03-.36-.2-.82-.08-1.03.28L4 8.47l-.47-.82c-.21-.36-.67-.48-1.03-.28-.36.21-.48.67-.27 1.03l.47.82h-.95c-.41 0-.75.34-.75.75s.34.75.75.75h.95l-.48.83c-.2.36-.08.82.28 1.02zm8 0c.36.21.82.08 1.03-.28l.47-.82.48.83c.21.36.67.48 1.03.28.36-.21.48-.66.28-1.02l-.48-.83h.95c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.96l.47-.82c.21-.36.08-.82-.27-1.03-.36-.21-.82-.08-1.02.27l-.48.82-.47-.82c-.21-.36-.67-.48-1.02-.27-.36.21-.48.67-.27 1.03l.47.82h-.96c-.41-.01-.75.33-.75.74s.34.75.75.75h.95l-.48.83c-.2.36-.08.82.28 1.02zM23 9.97c0-.41-.34-.75-.75-.75h-.95l.47-.82c.21-.36.08-.82-.27-1.03-.36-.21-.82-.08-1.02.27l-.48.83-.47-.82c-.21-.36-.67-.48-1.02-.27-.36.21-.48.67-.27 1.03l.47.82h-.95c-.42-.01-.76.33-.76.74s.34.75.75.75h.95l-.48.83c-.21.36-.08.82.28 1.02.36.21.82.08 1.03-.28l.47-.82.48.83c.21.36.67.48 1.03.28.36-.21.48-.66.28-1.02l-.48-.83h.95c.4-.01.74-.35.74-.76z"})
"PasswordRounded"))
================================================
FILE: src/icons/reagent_mui/icons/password_sharp.cljs
================================================
(ns reagent-mui.icons.password-sharp
"Imports @mui/icons-material/PasswordSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def password-sharp (create-svg-icon (e "path" #js {"d" "M2 17h20v2H2v-2zm1.15-4.05L4 11.47l.85 1.48 1.3-.75-.85-1.48H7v-1.5H5.3l.85-1.47L4.85 7 4 8.47 3.15 7l-1.3.75.85 1.47H1v1.5h1.7l-.85 1.48 1.3.75zm6.7-.75 1.3.75.85-1.48.85 1.48 1.3-.75-.85-1.48H15v-1.5h-1.7l.85-1.47-1.3-.75L12 8.47 11.15 7l-1.3.75.85 1.47H9v1.5h1.7l-.85 1.48zM23 9.22h-1.7l.85-1.47-1.3-.75L20 8.47 19.15 7l-1.3.75.85 1.47H17v1.5h1.7l-.85 1.48 1.3.75.85-1.48.85 1.48 1.3-.75-.85-1.48H23v-1.5z"})
"PasswordSharp"))
================================================
FILE: src/icons/reagent_mui/icons/password_two_tone.cljs
================================================
(ns reagent-mui.icons.password-two-tone
"Imports @mui/icons-material/PasswordTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def password-two-tone (create-svg-icon (e "path" #js {"d" "M2 17h20v2H2v-2zm1.15-4.05L4 11.47l.85 1.48 1.3-.75-.85-1.48H7v-1.5H5.3l.85-1.47L4.85 7 4 8.47 3.15 7l-1.3.75.85 1.47H1v1.5h1.7l-.85 1.48 1.3.75zm6.7-.75 1.3.75.85-1.48.85 1.48 1.3-.75-.85-1.48H15v-1.5h-1.7l.85-1.47-1.3-.75L12 8.47 11.15 7l-1.3.75.85 1.47H9v1.5h1.7l-.85 1.48zM23 9.22h-1.7l.85-1.47-1.3-.75L20 8.47 19.15 7l-1.3.75.85 1.47H17v1.5h1.7l-.85 1.48 1.3.75.85-1.48.85 1.48 1.3-.75-.85-1.48H23v-1.5z"})
"PasswordTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pattern.cljs
================================================
(ns reagent-mui.icons.pattern
"Imports @mui/icons-material/Pattern as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pattern (create-svg-icon (e "path" #js {"d" "M4 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm2 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-.02 6c-.74 0-1.37.4-1.72 1h-2.54c-.34-.6-.98-1-1.72-1s-1.37.4-1.72 1H8.41l3.07-3.07c.17.04.34.07.52.07 1.1 0 2-.9 2-2 0-.18-.03-.35-.07-.51l3.56-3.56c.16.04.33.07.51.07 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .18.03.35.07.51l-3.56 3.56c-.16-.04-.33-.07-.51-.07-1.1 0-2 .9-2 2 0 .18.03.35.07.51l-3.56 3.56C6.35 16.03 6.18 16 6 16c-1.1 0-2 .9-2 2s.9 2 2 2c.74 0 1.37-.4 1.72-1h2.57c.34.6.98 1 1.72 1s1.37-.4 1.72-1h2.55c.34.6.98 1 1.72 1 1.1 0 2-.9 2-2-.02-1.1-.92-2-2.02-2z"})
"Pattern"))
================================================
FILE: src/icons/reagent_mui/icons/pattern_outlined.cljs
================================================
(ns reagent-mui.icons.pattern-outlined
"Imports @mui/icons-material/PatternOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pattern-outlined (create-svg-icon (e "path" #js {"d" "M4 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm2 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-.02 6c-.74 0-1.37.4-1.72 1h-2.54c-.34-.6-.98-1-1.72-1s-1.37.4-1.72 1H8.41l3.07-3.07c.17.04.34.07.52.07 1.1 0 2-.9 2-2 0-.18-.03-.35-.07-.51l3.56-3.56c.16.04.33.07.51.07 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .18.03.35.07.51l-3.56 3.56c-.16-.04-.33-.07-.51-.07-1.1 0-2 .9-2 2 0 .18.03.35.07.51l-3.56 3.56C6.35 16.03 6.18 16 6 16c-1.1 0-2 .9-2 2s.9 2 2 2c.74 0 1.37-.4 1.72-1h2.57c.34.6.98 1 1.72 1s1.37-.4 1.72-1h2.55c.34.6.98 1 1.72 1 1.1 0 2-.9 2-2-.02-1.1-.92-2-2.02-2z"})
"PatternOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pattern_rounded.cljs
================================================
(ns reagent-mui.icons.pattern-rounded
"Imports @mui/icons-material/PatternRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pattern-rounded (create-svg-icon (e "path" #js {"d" "M4 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm2 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-.02 6c-.74 0-1.37.4-1.72 1h-2.54c-.34-.6-.98-1-1.72-1s-1.37.4-1.72 1H8.41l3.07-3.07c.17.04.34.07.52.07 1.1 0 2-.9 2-2 0-.18-.03-.35-.07-.51l3.56-3.56c.16.04.33.07.51.07 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .18.03.35.07.51l-3.56 3.56c-.16-.04-.33-.07-.51-.07-1.1 0-2 .9-2 2 0 .18.03.35.07.51l-3.56 3.56C6.35 16.03 6.18 16 6 16c-1.1 0-2 .9-2 2s.9 2 2 2c.74 0 1.37-.4 1.72-1h2.57c.34.6.98 1 1.72 1s1.37-.4 1.72-1h2.55c.34.6.98 1 1.72 1 1.1 0 2-.9 2-2-.02-1.1-.92-2-2.02-2z"})
"PatternRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pattern_sharp.cljs
================================================
(ns reagent-mui.icons.pattern-sharp
"Imports @mui/icons-material/PatternSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pattern-sharp (create-svg-icon (e "path" #js {"d" "M4 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm2 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-.02 6c-.74 0-1.37.4-1.72 1h-2.54c-.34-.6-.98-1-1.72-1s-1.37.4-1.72 1H8.41l3.07-3.07c.17.04.34.07.52.07 1.1 0 2-.9 2-2 0-.18-.03-.35-.07-.51l3.56-3.56c.16.04.33.07.51.07 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .18.03.35.07.51l-3.56 3.56c-.16-.04-.33-.07-.51-.07-1.1 0-2 .9-2 2 0 .18.03.35.07.51l-3.56 3.56C6.35 16.03 6.18 16 6 16c-1.1 0-2 .9-2 2s.9 2 2 2c.74 0 1.37-.4 1.72-1h2.57c.34.6.98 1 1.72 1s1.37-.4 1.72-1h2.55c.34.6.98 1 1.72 1 1.1 0 2-.9 2-2-.02-1.1-.92-2-2.02-2z"})
"PatternSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pattern_two_tone.cljs
================================================
(ns reagent-mui.icons.pattern-two-tone
"Imports @mui/icons-material/PatternTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pattern-two-tone (create-svg-icon (e "path" #js {"d" "M4 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm2 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-.02 6c-.74 0-1.37.4-1.72 1h-2.54c-.34-.6-.98-1-1.72-1s-1.37.4-1.72 1H8.41l3.07-3.07c.17.04.34.07.52.07 1.1 0 2-.9 2-2 0-.18-.03-.35-.07-.51l3.56-3.56c.16.04.33.07.51.07 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .18.03.35.07.51l-3.56 3.56c-.16-.04-.33-.07-.51-.07-1.1 0-2 .9-2 2 0 .18.03.35.07.51l-3.56 3.56C6.35 16.03 6.18 16 6 16c-1.1 0-2 .9-2 2s.9 2 2 2c.74 0 1.37-.4 1.72-1h2.57c.34.6.98 1 1.72 1s1.37-.4 1.72-1h2.55c.34.6.98 1 1.72 1 1.1 0 2-.9 2-2-.02-1.1-.92-2-2.02-2z"})
"PatternTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pause.cljs
================================================
(ns reagent-mui.icons.pause
"Imports @mui/icons-material/Pause as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause (create-svg-icon (e "path" #js {"d" "M6 19h4V5H6v14zm8-14v14h4V5h-4z"})
"Pause"))
================================================
FILE: src/icons/reagent_mui/icons/pause_circle.cljs
================================================
(ns reagent-mui.icons.pause-circle
"Imports @mui/icons-material/PauseCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z"})
"PauseCircle"))
================================================
FILE: src/icons/reagent_mui/icons/pause_circle_filled.cljs
================================================
(ns reagent-mui.icons.pause-circle-filled
"Imports @mui/icons-material/PauseCircleFilled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-circle-filled (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z"})
"PauseCircleFilled"))
================================================
FILE: src/icons/reagent_mui/icons/pause_circle_filled_outlined.cljs
================================================
(ns reagent-mui.icons.pause-circle-filled-outlined
"Imports @mui/icons-material/PauseCircleFilledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-circle-filled-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z"})
"PauseCircleFilledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pause_circle_filled_rounded.cljs
================================================
(ns reagent-mui.icons.pause-circle-filled-rounded
"Imports @mui/icons-material/PauseCircleFilledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-circle-filled-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1s1 .45 1 1v6c0 .55-.45 1-1 1zm4 0c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1s1 .45 1 1v6c0 .55-.45 1-1 1z"})
"PauseCircleFilledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pause_circle_filled_sharp.cljs
================================================
(ns reagent-mui.icons.pause-circle-filled-sharp
"Imports @mui/icons-material/PauseCircleFilledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-circle-filled-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z"})
"PauseCircleFilledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pause_circle_filled_two_tone.cljs
================================================
(ns reagent-mui.icons.pause-circle-filled-two-tone
"Imports @mui/icons-material/PauseCircleFilledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-circle-filled-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm-1 12H9V8h2v8zm4 0h-2V8h2v8z", "opacity" ".3"}) (e "path" #js {"d" "M13 8h2v8h-2zM9 8h2v8H9z"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})]
"PauseCircleFilledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pause_circle_outline.cljs
================================================
(ns reagent-mui.icons.pause-circle-outline
"Imports @mui/icons-material/PauseCircleOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-circle-outline (create-svg-icon (e "path" #js {"d" "M9 16h2V8H9v8zm3-14C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm1-4h2V8h-2v8z"})
"PauseCircleOutline"))
================================================
FILE: src/icons/reagent_mui/icons/pause_circle_outline_outlined.cljs
================================================
(ns reagent-mui.icons.pause-circle-outline-outlined
"Imports @mui/icons-material/PauseCircleOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-circle-outline-outlined (create-svg-icon (e "path" #js {"d" "M9 16h2V8H9v8zm3-14C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm1-4h2V8h-2v8z"})
"PauseCircleOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pause_circle_outline_rounded.cljs
================================================
(ns reagent-mui.icons.pause-circle-outline-rounded
"Imports @mui/icons-material/PauseCircleOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-circle-outline-rounded (create-svg-icon (e "path" #js {"d" "M10 16c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .55.45 1 1 1zm2-14C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm2-4c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .55.45 1 1 1z"})
"PauseCircleOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pause_circle_outline_sharp.cljs
================================================
(ns reagent-mui.icons.pause-circle-outline-sharp
"Imports @mui/icons-material/PauseCircleOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-circle-outline-sharp (create-svg-icon (e "path" #js {"d" "M9 16h2V8H9v8zm3-14C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm1-4h2V8h-2v8z"})
"PauseCircleOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pause_circle_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.pause-circle-outline-two-tone
"Imports @mui/icons-material/PauseCircleOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-circle-outline-two-tone (create-svg-icon (e "path" #js {"d" "M13 8h2v8h-2zM9 8h2v8H9zm3 14c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm0-18c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8z"})
"PauseCircleOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pause_circle_outlined.cljs
================================================
(ns reagent-mui.icons.pause-circle-outlined
"Imports @mui/icons-material/PauseCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-circle-outlined (create-svg-icon (e "path" #js {"d" "M9 16h2V8H9v8zm3-14C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm1-4h2V8h-2v8z"})
"PauseCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pause_circle_rounded.cljs
================================================
(ns reagent-mui.icons.pause-circle-rounded
"Imports @mui/icons-material/PauseCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1s1 .45 1 1v6c0 .55-.45 1-1 1zm4 0c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1s1 .45 1 1v6c0 .55-.45 1-1 1z"})
"PauseCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pause_circle_sharp.cljs
================================================
(ns reagent-mui.icons.pause-circle-sharp
"Imports @mui/icons-material/PauseCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z"})
"PauseCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pause_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.pause-circle-two-tone
"Imports @mui/icons-material/PauseCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm-1 12H9V8h2v8zm4 0h-2V8h2v8z", "opacity" ".3"}) (e "path" #js {"d" "M13 8h2v8h-2zM9 8h2v8H9z"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})]
"PauseCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pause_outlined.cljs
================================================
(ns reagent-mui.icons.pause-outlined
"Imports @mui/icons-material/PauseOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-outlined (create-svg-icon (e "path" #js {"d" "M6 19h4V5H6v14zm8-14v14h4V5h-4z"})
"PauseOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pause_presentation.cljs
================================================
(ns reagent-mui.icons.pause-presentation
"Imports @mui/icons-material/PausePresentation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-presentation (create-svg-icon [(e "path" #js {"d" "M21 19.1H3V5h18v14.1zM21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "M9 8h2v8H9zm4 0h2v8h-2z"})]
"PausePresentation"))
================================================
FILE: src/icons/reagent_mui/icons/pause_presentation_outlined.cljs
================================================
(ns reagent-mui.icons.pause-presentation-outlined
"Imports @mui/icons-material/PausePresentationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-presentation-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .85-2 1.95v14c0 1.1.9 2.05 2 2.05h18c1.1 0 2-.95 2-2.05v-14C23 3.85 22.1 3 21 3zm0 16H3V5h18v14zM9 8h2v8H9zm4 0h2v8h-2z"})
"PausePresentationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pause_presentation_rounded.cljs
================================================
(ns reagent-mui.icons.pause-presentation-rounded
"Imports @mui/icons-material/PausePresentationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-presentation-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 15c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12zM10 8c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1s1-.45 1-1V9c0-.55-.45-1-1-1zm4 0c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1s1-.45 1-1V9c0-.55-.45-1-1-1z"})
"PausePresentationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pause_presentation_sharp.cljs
================================================
(ns reagent-mui.icons.pause-presentation-sharp
"Imports @mui/icons-material/PausePresentationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-presentation-sharp (create-svg-icon (e "path" #js {"d" "M1 3v18h22V3H1zm20 16H3V5h18v14zM9 8h2v8H9zm4 0h2v8h-2z"})
"PausePresentationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pause_presentation_two_tone.cljs
================================================
(ns reagent-mui.icons.pause-presentation-two-tone
"Imports @mui/icons-material/PausePresentationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-presentation-two-tone (create-svg-icon [(e "path" #js {"d" "M3 19h18V5H3v14zM13 8h2v8h-2V8zM9 8h2v8H9V8z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zM9 8h2v8H9zm4 0h2v8h-2z"})]
"PausePresentationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pause_rounded.cljs
================================================
(ns reagent-mui.icons.pause-rounded
"Imports @mui/icons-material/PauseRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-rounded (create-svg-icon (e "path" #js {"d" "M8 19c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2s-2 .9-2 2v10c0 1.1.9 2 2 2zm6-12v10c0 1.1.9 2 2 2s2-.9 2-2V7c0-1.1-.9-2-2-2s-2 .9-2 2z"})
"PauseRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pause_sharp.cljs
================================================
(ns reagent-mui.icons.pause-sharp
"Imports @mui/icons-material/PauseSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-sharp (create-svg-icon (e "path" #js {"d" "M6 19h4V5H6v14zm8-14v14h4V5h-4z"})
"PauseSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pause_two_tone.cljs
================================================
(ns reagent-mui.icons.pause-two-tone
"Imports @mui/icons-material/PauseTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pause-two-tone (create-svg-icon (e "path" #js {"d" "M6 5h4v14H6zm8 0h4v14h-4z"})
"PauseTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/payment.cljs
================================================
(ns reagent-mui.icons.payment
"Imports @mui/icons-material/Payment as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def payment (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z"})
"Payment"))
================================================
FILE: src/icons/reagent_mui/icons/payment_outlined.cljs
================================================
(ns reagent-mui.icons.payment-outlined
"Imports @mui/icons-material/PaymentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def payment-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z"})
"PaymentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/payment_rounded.cljs
================================================
(ns reagent-mui.icons.payment-rounded
"Imports @mui/icons-material/PaymentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def payment-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm-1 14H5c-.55 0-1-.45-1-1v-5h16v5c0 .55-.45 1-1 1zm1-10H4V7c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v1z"})
"PaymentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/payment_sharp.cljs
================================================
(ns reagent-mui.icons.payment-sharp
"Imports @mui/icons-material/PaymentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def payment-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zm-2 14H4v-6h16v6zm0-10H4V6h16v2z"})
"PaymentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/payment_two_tone.cljs
================================================
(ns reagent-mui.icons.payment-two-tone
"Imports @mui/icons-material/PaymentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def payment-two-tone (create-svg-icon [(e "path" #js {"d" "M4 6h16v2H4zm0 6h16v6H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z"})]
"PaymentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/payments.cljs
================================================
(ns reagent-mui.icons.payments
"Imports @mui/icons-material/Payments as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def payments (create-svg-icon (e "path" #js {"d" "M19 14V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zm-9-1c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm13-6v11c0 1.1-.9 2-2 2H4v-2h17V7h2z"})
"Payments"))
================================================
FILE: src/icons/reagent_mui/icons/payments_outlined.cljs
================================================
(ns reagent-mui.icons.payments-outlined
"Imports @mui/icons-material/PaymentsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def payments-outlined (create-svg-icon (e "path" #js {"d" "M19 14V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zm-2 0H3V6h14v8zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm13 0v11c0 1.1-.9 2-2 2H4v-2h17V7h2z"})
"PaymentsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/payments_rounded.cljs
================================================
(ns reagent-mui.icons.payments-rounded
"Imports @mui/icons-material/PaymentsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def payments-rounded (create-svg-icon (e "path" #js {"d" "M23 8v10c0 1.1-.9 2-2 2H5c-.55 0-1-.45-1-1s.45-1 1-1h16V8c0-.55.45-1 1-1s1 .45 1 1zM4 16c-1.66 0-3-1.34-3-3V7c0-1.66 1.34-3 3-3h12c1.66 0 3 1.34 3 3v7c0 1.1-.9 2-2 2H4zm3-6c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})
"PaymentsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/payments_sharp.cljs
================================================
(ns reagent-mui.icons.payments-sharp
"Imports @mui/icons-material/PaymentsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def payments-sharp (create-svg-icon (e "path" #js {"d" "M23 7v13H4v-2h17V7h2zm-4 9H1V4h18v12zm-6-6c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3z"})
"PaymentsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/payments_two_tone.cljs
================================================
(ns reagent-mui.icons.payments-two-tone
"Imports @mui/icons-material/PaymentsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def payments-two-tone (create-svg-icon [(e "path" #js {"d" "M17 6H3v8h14V6zm-7 7c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z", "opacity" ".3"}) (e "path" #js {"d" "M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM3 14V6h14v8H3z"}) (e "path" #js {"d" "M10 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm13 0v11c0 1.1-.9 2-2 2H4v-2h17V7h2z"})]
"PaymentsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pedal_bike.cljs
================================================
(ns reagent-mui.icons.pedal-bike
"Imports @mui/icons-material/PedalBike as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pedal-bike (create-svg-icon (e "path" #js {"d" "m18.18 10-1.7-4.68C16.19 4.53 15.44 4 14.6 4H12v2h2.6l1.46 4h-4.81l-.36-1H12V7H7v2h1.75l1.82 5H9.9c-.44-2.23-2.31-3.88-4.65-3.99C2.45 9.87 0 12.2 0 15c0 2.8 2.2 5 5 5 2.46 0 4.45-1.69 4.9-4h4.2c.44 2.23 2.31 3.88 4.65 3.99 2.8.13 5.25-2.19 5.25-5 0-2.8-2.2-5-5-5h-.82zM7.82 16c-.4 1.17-1.49 2-2.82 2-1.68 0-3-1.32-3-3s1.32-3 3-3c1.33 0 2.42.83 2.82 2H5v2h2.82zm6.28-2h-1.4l-.73-2H15c-.44.58-.76 1.25-.9 2zm4.9 4c-1.68 0-3-1.32-3-3 0-.93.41-1.73 1.05-2.28l.96 2.64 1.88-.68-.97-2.67c.03 0 .06-.01.09-.01 1.68 0 3 1.32 3 3s-1.33 3-3.01 3z"})
"PedalBike"))
================================================
FILE: src/icons/reagent_mui/icons/pedal_bike_outlined.cljs
================================================
(ns reagent-mui.icons.pedal-bike-outlined
"Imports @mui/icons-material/PedalBikeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pedal-bike-outlined (create-svg-icon (e "path" #js {"d" "m18.18 10-1.7-4.68C16.19 4.53 15.44 4 14.6 4H12v2h2.6l1.46 4h-4.81l-.36-1H12V7H7v2h1.75l1.82 5H9.9c-.44-2.23-2.31-3.88-4.65-3.99C2.45 9.87 0 12.2 0 15c0 2.8 2.2 5 5 5 2.46 0 4.45-1.69 4.9-4h4.2c.44 2.23 2.31 3.88 4.65 3.99 2.8.13 5.25-2.19 5.25-5 0-2.8-2.2-5-5-5h-.82zM7.82 16c-.4 1.17-1.49 2-2.82 2-1.68 0-3-1.32-3-3s1.32-3 3-3c1.33 0 2.42.83 2.82 2H5v2h2.82zm6.28-2h-1.4l-.73-2H15c-.44.58-.76 1.25-.9 2zm4.9 4c-1.68 0-3-1.32-3-3 0-.93.41-1.73 1.05-2.28l.96 2.64 1.88-.68-.97-2.67c.03 0 .06-.01.09-.01 1.68 0 3 1.32 3 3s-1.33 3-3.01 3z"})
"PedalBikeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pedal_bike_rounded.cljs
================================================
(ns reagent-mui.icons.pedal-bike-rounded
"Imports @mui/icons-material/PedalBikeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pedal-bike-rounded (create-svg-icon (e "path" #js {"d" "m18.18 10-1.7-4.68C16.19 4.53 15.44 4 14.6 4H13c-.55 0-1 .45-1 1s.45 1 1 1h1.6l1.46 4h-4.81l-.36-1h.09c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1h.75l1.82 5H9.9c-.44-2.23-2.31-3.88-4.65-3.99C2.45 9.87 0 12.2 0 15c0 2.8 2.2 5 5 5 2.46 0 4.45-1.69 4.9-4h4.2c.44 2.23 2.31 3.88 4.65 3.99 2.8.13 5.25-2.19 5.25-5 0-2.8-2.2-5-5-5h-.82zM7.82 16c-.42 1.23-1.6 2.08-3.02 1.99-1.49-.09-2.73-1.35-2.8-2.85C1.93 13.39 3.27 12 5 12c1.33 0 2.42.83 2.82 2H6c-.55 0-1 .45-1 1s.45 1 1 1h1.82zm6.28-2h-1.4l-.73-2H15c-.44.58-.76 1.25-.9 2zm4.78 4c-1.54-.06-2.84-1.37-2.88-2.92-.02-.96.39-1.8 1.05-2.36l.62 1.7c.19.52.76.79 1.28.6.52-.19.79-.76.6-1.28l-.63-1.73.01-.01c1.72-.04 3.08 1.29 3.08 3-.01 1.72-1.39 3.06-3.13 3z"})
"PedalBikeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pedal_bike_sharp.cljs
================================================
(ns reagent-mui.icons.pedal-bike-sharp
"Imports @mui/icons-material/PedalBikeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pedal-bike-sharp (create-svg-icon (e "path" #js {"d" "M18.18 10 16 4h-4v2h2.6l1.46 4h-4.81l-.36-1H12V7H7v2h1.75l1.82 5H9.9c-.44-2.23-2.31-3.88-4.65-3.99C2.45 9.87 0 12.2 0 15c0 2.8 2.2 5 5 5 2.46 0 4.45-1.69 4.9-4h4.2c.44 2.23 2.31 3.88 4.65 3.99 2.8.13 5.25-2.19 5.25-5 0-2.8-2.2-5-5-5h-.82zM7.82 16c-.4 1.17-1.49 2-2.82 2-1.68 0-3-1.32-3-3s1.32-3 3-3c1.33 0 2.42.83 2.82 2H5v2h2.82zm6.28-2h-1.4l-.73-2H15c-.44.58-.76 1.25-.9 2zm4.9 4c-1.68 0-3-1.32-3-3 0-.93.41-1.73 1.05-2.28l.96 2.64 1.88-.68-.97-2.67c.03 0 .06-.01.09-.01 1.68 0 3 1.32 3 3s-1.33 3-3.01 3z"})
"PedalBikeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pedal_bike_two_tone.cljs
================================================
(ns reagent-mui.icons.pedal-bike-two-tone
"Imports @mui/icons-material/PedalBikeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pedal-bike-two-tone (create-svg-icon (e "path" #js {"d" "m18.18 10-1.7-4.68C16.19 4.53 15.44 4 14.6 4H12v2h2.6l1.46 4h-4.81l-.36-1H12V7H7v2h1.75l1.82 5H9.9c-.44-2.23-2.31-3.88-4.65-3.99C2.45 9.87 0 12.2 0 15c0 2.8 2.2 5 5 5 2.46 0 4.45-1.69 4.9-4h4.2c.44 2.23 2.31 3.88 4.65 3.99 2.8.13 5.25-2.19 5.25-5 0-2.8-2.2-5-5-5h-.82zM7.82 16c-.4 1.17-1.49 2-2.82 2-1.68 0-3-1.32-3-3s1.32-3 3-3c1.33 0 2.42.83 2.82 2H5v2h2.82zm6.28-2h-1.4l-.73-2H15c-.44.58-.76 1.25-.9 2zm4.9 4c-1.68 0-3-1.32-3-3 0-.93.41-1.73 1.05-2.28l.96 2.64 1.88-.68-.97-2.67c.03 0 .06-.01.09-.01 1.68 0 3 1.32 3 3s-1.33 3-3.01 3z"})
"PedalBikeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pending.cljs
================================================
(ns reagent-mui.icons.pending
"Imports @mui/icons-material/Pending as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pending (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"Pending"))
================================================
FILE: src/icons/reagent_mui/icons/pending_actions.cljs
================================================
(ns reagent-mui.icons.pending-actions
"Imports @mui/icons-material/PendingActions as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pending-actions (create-svg-icon (e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L16.5 17.2V14h1v2.79l1.85 1.85-.7.71zM18 3h-3.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H6c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h6.11c-.59-.57-1.07-1.25-1.42-2H6V5h2v3h8V5h2v5.08c.71.1 1.38.31 2 .6V5c0-1.1-.9-2-2-2zm-6 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"PendingActions"))
================================================
FILE: src/icons/reagent_mui/icons/pending_actions_outlined.cljs
================================================
(ns reagent-mui.icons.pending-actions-outlined
"Imports @mui/icons-material/PendingActionsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pending-actions-outlined (create-svg-icon (e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L16.5 17.2V14h1v2.79l1.85 1.85-.7.71zM18 3h-3.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H6c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h6.11c-.59-.57-1.07-1.25-1.42-2H6V5h2v3h8V5h2v5.08c.71.1 1.38.31 2 .6V5c0-1.1-.9-2-2-2zm-6 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"PendingActionsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pending_actions_rounded.cljs
================================================
(ns reagent-mui.icons.pending-actions-rounded
"Imports @mui/icons-material/PendingActionsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pending-actions-rounded (create-svg-icon (e "path" #js {"d" "M18 3h-3.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H6c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h6.11c-.59-.57-1.07-1.25-1.42-2H6V5h2v1c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2V5h2v5.08c.71.1 1.38.31 2 .6V5c0-1.1-.9-2-2-2zm-6 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm5 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.29 7-1.65-1.65c-.09-.09-.15-.22-.15-.35v-2.49c0-.28.22-.5.5-.5s.5.22.5.5v2.29l1.5 1.5c.2.2.2.51 0 .71-.19.19-.5.19-.7-.01z"})
"PendingActionsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pending_actions_sharp.cljs
================================================
(ns reagent-mui.icons.pending-actions-sharp
"Imports @mui/icons-material/PendingActionsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pending-actions-sharp (create-svg-icon (e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L16.5 17.2V14h1v2.79l1.85 1.85-.7.71zM20 3h-5.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H4v19h8.11c-.59-.57-1.07-1.25-1.42-2H6V5h2v3h8V5h2v5.08c.71.1 1.38.31 2 .6V3zm-8 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"PendingActionsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pending_actions_two_tone.cljs
================================================
(ns reagent-mui.icons.pending-actions-two-tone
"Imports @mui/icons-material/PendingActionsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pending-actions-two-tone (create-svg-icon [(e "path" #js {"d" "M18.65 19.35 16.5 17.2V14h1v2.79l1.85 1.85-.7.71zM17 10c.34 0 .67.03 1 .08V5h-2v3H8V5H6v15h4.68c-.43-.91-.68-1.92-.68-3 0-3.87 3.13-7 7-7zm-5-5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L16.5 17.2V14h1v2.79l1.85 1.85-.7.71zM18 3h-3.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H6c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h6.11c-.59-.57-1.07-1.25-1.42-2H6V5h2v3h8V5h2v5.08c.71.1 1.38.31 2 .6V5c0-1.1-.9-2-2-2zm-6 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"PendingActionsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pending_outlined.cljs
================================================
(ns reagent-mui.icons.pending-outlined
"Imports @mui/icons-material/PendingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pending-outlined (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "circle" #js {"cx" "7", "cy" "12", "r" "1.5"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "1.5"}) (e "circle" #js {"cx" "17", "cy" "12", "r" "1.5"})]
"PendingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pending_rounded.cljs
================================================
(ns reagent-mui.icons.pending-rounded
"Imports @mui/icons-material/PendingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pending-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"PendingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pending_sharp.cljs
================================================
(ns reagent-mui.icons.pending-sharp
"Imports @mui/icons-material/PendingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pending-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"PendingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pending_two_tone.cljs
================================================
(ns reagent-mui.icons.pending-two-tone
"Imports @mui/icons-material/PendingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pending-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm-5 9.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "circle" #js {"cx" "7", "cy" "12", "r" "1.5"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "1.5"}) (e "circle" #js {"cx" "17", "cy" "12", "r" "1.5"})]
"PendingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pentagon.cljs
================================================
(ns reagent-mui.icons.pentagon
"Imports @mui/icons-material/Pentagon as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pentagon (create-svg-icon (e "path" #js {"d" "m2 9 4 12h12l4-12-10-7z"})
"Pentagon"))
================================================
FILE: src/icons/reagent_mui/icons/pentagon_outlined.cljs
================================================
(ns reagent-mui.icons.pentagon-outlined
"Imports @mui/icons-material/PentagonOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pentagon-outlined (create-svg-icon (e "path" #js {"d" "M19.63 9.78 16.56 19H7.44L4.37 9.78 12 4.44l7.63 5.34zM2 9l4 12h12l4-12-10-7L2 9z"})
"PentagonOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pentagon_rounded.cljs
================================================
(ns reagent-mui.icons.pentagon-rounded
"Imports @mui/icons-material/PentagonRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pentagon-rounded (create-svg-icon (e "path" #js {"d" "m2.47 10.42 3.07 9.22c.28.81 1.04 1.36 1.9 1.36h9.12c.86 0 1.63-.55 1.9-1.37l3.07-9.22c.28-.84-.03-1.76-.75-2.27L13.15 2.8c-.69-.48-1.61-.48-2.29 0L3.22 8.14c-.72.51-1.03 1.44-.75 2.28z"})
"PentagonRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pentagon_sharp.cljs
================================================
(ns reagent-mui.icons.pentagon-sharp
"Imports @mui/icons-material/PentagonSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pentagon-sharp (create-svg-icon (e "path" #js {"d" "m2 9 4 12h12l4-12-10-7z"})
"PentagonSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pentagon_two_tone.cljs
================================================
(ns reagent-mui.icons.pentagon-two-tone
"Imports @mui/icons-material/PentagonTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pentagon-two-tone (create-svg-icon [(e "path" #js {"d" "M19.63 9.78 16.56 19H7.44L4.37 9.78 12 4.44z", "opacity" ".3"}) (e "path" #js {"d" "M19.63 9.78 16.56 19H7.44L4.37 9.78 12 4.44l7.63 5.34zM2 9l4 12h12l4-12-10-7L2 9z"})]
"PentagonTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/people.cljs
================================================
(ns reagent-mui.icons.people
"Imports @mui/icons-material/People as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def people (create-svg-icon (e "path" #js {"d" "M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"})
"People"))
================================================
FILE: src/icons/reagent_mui/icons/people_alt.cljs
================================================
(ns reagent-mui.icons.people-alt
"Imports @mui/icons-material/PeopleAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def people-alt (create-svg-icon [(e "path" #js {"fillRule" "evenodd", "d" "M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87z"}) (e "circle" #js {"cx" "9", "cy" "8", "r" "4", "fillRule" "evenodd"}) (e "path" #js {"fillRule" "evenodd", "d" "M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24C14.5 5.27 15 6.58 15 8s-.5 2.73-1.33 3.76c.42.14.86.24 1.33.24zm-6 1c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"})]
"PeopleAlt"))
================================================
FILE: src/icons/reagent_mui/icons/people_alt_outlined.cljs
================================================
(ns reagent-mui.icons.people-alt-outlined
"Imports @mui/icons-material/PeopleAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def people-alt-outlined (create-svg-icon (e "path" #js {"d" "M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24C14.5 5.27 15 6.58 15 8s-.5 2.73-1.33 3.76c.42.14.86.24 1.33.24zm-6 0c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 7c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"})
"PeopleAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/people_alt_rounded.cljs
================================================
(ns reagent-mui.icons.people-alt-rounded
"Imports @mui/icons-material/PeopleAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def people-alt-rounded (create-svg-icon [(e "path" #js {"fillRule" "evenodd", "d" "M16.67 13.13C18.04 14.06 19 15.32 19 17v3h3c.55 0 1-.45 1-1v-2c0-2.18-3.57-3.47-6.33-3.87z"}) (e "circle" #js {"cx" "9", "cy" "8", "r" "4", "fillRule" "evenodd"}) (e "path" #js {"fillRule" "evenodd", "d" "M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24C14.5 5.27 15 6.58 15 8s-.5 2.73-1.33 3.76c.42.14.86.24 1.33.24zm-6 1c-2.67 0-8 1.34-8 4v2c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-2c0-2.66-5.33-4-8-4z"})]
"PeopleAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/people_alt_sharp.cljs
================================================
(ns reagent-mui.icons.people-alt-sharp
"Imports @mui/icons-material/PeopleAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def people-alt-sharp (create-svg-icon [(e "path" #js {"fillRule" "evenodd", "d" "M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87z"}) (e "circle" #js {"cx" "9", "cy" "8", "r" "4", "fillRule" "evenodd"}) (e "path" #js {"fillRule" "evenodd", "d" "M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24C14.5 5.27 15 6.58 15 8s-.5 2.73-1.33 3.76c.42.14.86.24 1.33.24zm-6 1c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"})]
"PeopleAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/people_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.people-alt-two-tone
"Imports @mui/icons-material/PeopleAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def people-alt-two-tone (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "8", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M9 15c-2.7 0-5.8 1.29-6 2.01V18h12v-1c-.2-.71-3.3-2-6-2z", "opacity" ".3"}) (e "path" #js {"d" "M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24C14.5 5.27 15 6.58 15 8s-.5 2.73-1.33 3.76c.42.14.86.24 1.33.24zm-6 0c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 7c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"})]
"PeopleAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/people_outline.cljs
================================================
(ns reagent-mui.icons.people-outline
"Imports @mui/icons-material/PeopleOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def people-outline (create-svg-icon (e "path" #js {"d" "M16.5 13c-1.2 0-3.07.34-4.5 1-1.43-.67-3.3-1-4.5-1C5.33 13 1 14.08 1 16.25V19h22v-2.75c0-2.17-4.33-3.25-6.5-3.25zm-4 4.5h-10v-1.25c0-.54 2.56-1.75 5-1.75s5 1.21 5 1.75v1.25zm9 0H14v-1.25c0-.46-.2-.86-.52-1.22.88-.3 1.96-.53 3.02-.53 2.44 0 5 1.21 5 1.75v1.25zM7.5 12c1.93 0 3.5-1.57 3.5-3.5S9.43 5 7.5 5 4 6.57 4 8.5 5.57 12 7.5 12zm0-5.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 5.5c1.93 0 3.5-1.57 3.5-3.5S18.43 5 16.5 5 13 6.57 13 8.5s1.57 3.5 3.5 3.5zm0-5.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z"})
"PeopleOutline"))
================================================
FILE: src/icons/reagent_mui/icons/people_outline_outlined.cljs
================================================
(ns reagent-mui.icons.people-outline-outlined
"Imports @mui/icons-material/PeopleOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def people-outline-outlined (create-svg-icon (e "path" #js {"d" "M9 13.75c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H4.34zM9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5 5.5 6.57 5.5 8.5 7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm7.04 6.81c1.16.84 1.96 1.96 1.96 3.44V19h4v-1.75c0-2.02-3.5-3.17-5.96-3.44zM15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35z"})
"PeopleOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/people_outline_rounded.cljs
================================================
(ns reagent-mui.icons.people-outline-rounded
"Imports @mui/icons-material/PeopleOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def people-outline-rounded (create-svg-icon (e "path" #js {"d" "M9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5 5.5 6.57 5.5 8.5 7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm0 6.75c-2.34 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-.75c0-2.33-4.66-3.5-7-3.5zM4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H4.34zm11.7-3.19c1.16.84 1.96 1.96 1.96 3.44V19h3c.55 0 1-.45 1-1v-.75c0-2.02-3.5-3.17-5.96-3.44zM15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35z"})
"PeopleOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/people_outline_sharp.cljs
================================================
(ns reagent-mui.icons.people-outline-sharp
"Imports @mui/icons-material/PeopleOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def people-outline-sharp (create-svg-icon (e "path" #js {"d" "M9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5 5.5 6.57 5.5 8.5 7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm0 6.75c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H4.34zm11.7-3.19c1.16.84 1.96 1.96 1.96 3.44V19h4v-1.75c0-2.02-3.5-3.17-5.96-3.44zM15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35z"})
"PeopleOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/people_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.people-outline-two-tone
"Imports @mui/icons-material/PeopleOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def people-outline-two-tone (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "8.5", "r" "1.5", "opacity" ".3"}) (e "path" #js {"d" "M4.34 17h9.32c-.84-.58-2.87-1.25-4.66-1.25s-3.82.67-4.66 1.25z", "opacity" ".3"}) (e "path" #js {"d" "M9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5 5.5 6.57 5.5 8.5 7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm0 6.75c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H4.34zm11.7-3.19c1.16.84 1.96 1.96 1.96 3.44V19h4v-1.75c0-2.02-3.5-3.17-5.96-3.44zM15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35z"})]
"PeopleOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/people_outlined.cljs
================================================
(ns reagent-mui.icons.people-outlined
"Imports @mui/icons-material/PeopleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def people-outlined (create-svg-icon (e "path" #js {"d" "M9 13.75c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H4.34zM9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5 5.5 6.57 5.5 8.5 7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm7.04 6.81c1.16.84 1.96 1.96 1.96 3.44V19h4v-1.75c0-2.02-3.5-3.17-5.96-3.44zM15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35z"})
"PeopleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/people_rounded.cljs
================================================
(ns reagent-mui.icons.people-rounded
"Imports @mui/icons-material/PeopleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def people-rounded (create-svg-icon (e "path" #js {"d" "M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05.02.01.03.03.04.04 1.14.83 1.93 1.94 1.93 3.41V18c0 .35-.07.69-.18 1H22c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5z"})
"PeopleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/people_sharp.cljs
================================================
(ns reagent-mui.icons.people-sharp
"Imports @mui/icons-material/PeopleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def people-sharp (create-svg-icon (e "path" #js {"d" "M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"})
"PeopleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/people_two_tone.cljs
================================================
(ns reagent-mui.icons.people-two-tone
"Imports @mui/icons-material/PeopleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def people-two-tone (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "8.5", "r" "1.5", "opacity" ".3"}) (e "path" #js {"d" "M4.34 17h9.32c-.84-.58-2.87-1.25-4.66-1.25s-3.82.67-4.66 1.25z", "opacity" ".3"}) (e "path" #js {"d" "M9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5 5.5 6.57 5.5 8.5 7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm0 6.75c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H4.34zm11.7-3.19c1.16.84 1.96 1.96 1.96 3.44V19h4v-1.75c0-2.02-3.5-3.17-5.96-3.44zM15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35z"})]
"PeopleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/percent.cljs
================================================
(ns reagent-mui.icons.percent
"Imports @mui/icons-material/Percent as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def percent (create-svg-icon (e "path" #js {"d" "M7.5 11C9.43 11 11 9.43 11 7.5S9.43 4 7.5 4 4 5.57 4 7.5 5.57 11 7.5 11zm0-5C8.33 6 9 6.67 9 7.5S8.33 9 7.5 9 6 8.33 6 7.5 6.67 6 7.5 6zM4.0025 18.5832 18.59 3.9955l1.4142 1.4143L5.4167 19.9974zM16.5 13c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm0 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"Percent"))
================================================
FILE: src/icons/reagent_mui/icons/percent_outlined.cljs
================================================
(ns reagent-mui.icons.percent-outlined
"Imports @mui/icons-material/PercentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def percent-outlined (create-svg-icon (e "path" #js {"d" "M7.5 4C5.57 4 4 5.57 4 7.5S5.57 11 7.5 11 11 9.43 11 7.5 9.43 4 7.5 4zm0 5C6.67 9 6 8.33 6 7.5S6.67 6 7.5 6 9 6.67 9 7.5 8.33 9 7.5 9zm9 4c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm0 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5.41 20 4 18.59 18.59 4 20 5.41 5.41 20z"})
"PercentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/percent_rounded.cljs
================================================
(ns reagent-mui.icons.percent-rounded
"Imports @mui/icons-material/PercentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def percent-rounded (create-svg-icon (e "path" #js {"d" "M7.5 4C5.57 4 4 5.57 4 7.5S5.57 11 7.5 11 11 9.43 11 7.5 9.43 4 7.5 4zm0 5C6.67 9 6 8.33 6 7.5S6.67 6 7.5 6 9 6.67 9 7.5 8.33 9 7.5 9zm9 4c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm0 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2.79-13.29c.39.39.39 1.02 0 1.41L6.12 19.29c-.39.39-1.02.39-1.41 0s-.39-1.02 0-1.41L17.88 4.71c.39-.39 1.02-.39 1.41 0z"})
"PercentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/percent_sharp.cljs
================================================
(ns reagent-mui.icons.percent-sharp
"Imports @mui/icons-material/PercentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def percent-sharp (create-svg-icon (e "path" #js {"d" "M7.5 4C5.57 4 4 5.57 4 7.5S5.57 11 7.5 11 11 9.43 11 7.5 9.43 4 7.5 4zm0 5C6.67 9 6 8.33 6 7.5S6.67 6 7.5 6 9 6.67 9 7.5 8.33 9 7.5 9zm9 4c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm0 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5.41 20 4 18.59 18.59 4 20 5.41 5.41 20z"})
"PercentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/percent_two_tone.cljs
================================================
(ns reagent-mui.icons.percent-two-tone
"Imports @mui/icons-material/PercentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def percent-two-tone (create-svg-icon (e "path" #js {"d" "M7.5 4C5.57 4 4 5.57 4 7.5S5.57 11 7.5 11 11 9.43 11 7.5 9.43 4 7.5 4zm0 5C6.67 9 6 8.33 6 7.5S6.67 6 7.5 6 9 6.67 9 7.5 8.33 9 7.5 9zm9 4c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm0 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5.41 20 4 18.59 18.59 4 20 5.41 5.41 20z"})
"PercentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/perm_camera_mic.cljs
================================================
(ns reagent-mui.icons.perm-camera-mic
"Imports @mui/icons-material/PermCameraMic as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-camera-mic (create-svg-icon (e "path" #js {"d" "M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v-2.09c-2.83-.48-5-2.94-5-5.91h2c0 2.21 1.79 4 4 4s4-1.79 4-4h2c0 2.97-2.17 5.43-5 5.91V21h7c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-6 8c0 1.1-.9 2-2 2s-2-.9-2-2V9c0-1.1.9-2 2-2s2 .9 2 2v4z"})
"PermCameraMic"))
================================================
FILE: src/icons/reagent_mui/icons/perm_camera_mic_outlined.cljs
================================================
(ns reagent-mui.icons.perm-camera-mic-outlined
"Imports @mui/icons-material/PermCameraMicOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-camera-mic-outlined (create-svg-icon (e "path" #js {"d" "M12 6c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2s2-.9 2-2V8c0-1.1-.9-2-2-2zm8-1h-3.17l-1.86-2H8.96L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14h-7v-1.09c2.83-.48 5-2.94 5-5.91h-2c0 2.21-1.79 4-4 4s-4-1.79-4-4H6c0 2.97 2.17 5.43 5 5.91V19H4V7h4.21l.59-.65L10.04 5h4.24l1.24 1.35.59.65H20v12z"})
"PermCameraMicOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/perm_camera_mic_rounded.cljs
================================================
(ns reagent-mui.icons.perm-camera-mic-rounded
"Imports @mui/icons-material/PermCameraMicRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-camera-mic-rounded (create-svg-icon (e "path" #js {"d" "M20 5h-3.17l-1.24-1.35c-.37-.41-.91-.65-1.47-.65H9.88c-.56 0-1.1.24-1.48.65L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v-2.09c-2.45-.42-4.41-2.32-4.89-4.75-.12-.61.38-1.16.99-1.16.49 0 .88.35.98.83C8.47 15.64 10.07 17 12 17s3.53-1.36 3.91-3.17c.1-.48.5-.83.98-.83.61 0 1.11.55.99 1.16-.48 2.43-2.44 4.34-4.89 4.75V21h7c1.1 0 2-.9 2-2V7C22 5.9 21.1 5 20 5zm-6 8c0 1.1-.9 2-2 2s-2-.9-2-2V9c0-1.1.9-2 2-2s2 .9 2 2v4z"})
"PermCameraMicRounded"))
================================================
FILE: src/icons/reagent_mui/icons/perm_camera_mic_sharp.cljs
================================================
(ns reagent-mui.icons.perm-camera-mic-sharp
"Imports @mui/icons-material/PermCameraMicSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-camera-mic-sharp (create-svg-icon (e "path" #js {"d" "M22 5h-5.17L15 3H9L7.17 5H2v16h9v-2.09c-2.83-.48-5-2.94-5-5.91h2c0 2.21 1.79 4 4 4s4-1.79 4-4h2c0 2.97-2.17 5.43-5 5.91V21h9V5zm-8 8c0 1.1-.9 2-2 2s-2-.9-2-2V9c0-1.1.9-2 2-2s2 .9 2 2v4z"})
"PermCameraMicSharp"))
================================================
FILE: src/icons/reagent_mui/icons/perm_camera_mic_two_tone.cljs
================================================
(ns reagent-mui.icons.perm-camera-mic-two-tone
"Imports @mui/icons-material/PermCameraMicTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-camera-mic-two-tone (create-svg-icon [(e "path" #js {"d" "m16.11 7-.59-.65L14.28 5h-4.24L8.81 6.35l-.6.65H4v12h7v-1.09c-2.83-.48-5-2.94-5-5.91h2c0 2.21 1.79 4 4 4s4-1.79 4-4h2c0 2.97-2.17 5.43-5 5.91V19h7V7h-3.89zM14 12c0 1.1-.9 2-2 2s-2-.9-2-2V8c0-1.1.9-2 2-2s2 .9 2 2v4z", "opacity" ".3"}) (e "path" #js {"d" "M12 6c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2s2-.9 2-2V8c0-1.1-.9-2-2-2zm8-1h-3.17l-1.86-2H8.96L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14h-7v-1.09c2.83-.48 5-2.94 5-5.91h-2c0 2.21-1.79 4-4 4s-4-1.79-4-4H6c0 2.97 2.17 5.43 5 5.91V19H4V7h4.21l.59-.65L10.04 5h4.24l1.24 1.35.59.65H20v12z"})]
"PermCameraMicTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/perm_contact_calendar.cljs
================================================
(ns reagent-mui.icons.perm-contact-calendar
"Imports @mui/icons-material/PermContactCalendar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-contact-calendar (create-svg-icon (e "path" #js {"d" "M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H6v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1z"})
"PermContactCalendar"))
================================================
FILE: src/icons/reagent_mui/icons/perm_contact_calendar_outlined.cljs
================================================
(ns reagent-mui.icons.perm-contact-calendar-outlined
"Imports @mui/icons-material/PermContactCalendarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-contact-calendar-outlined (create-svg-icon (e "path" #js {"d" "M20.84 4.22c-.05-.12-.11-.23-.18-.34-.14-.21-.33-.4-.54-.54-.11-.07-.22-.13-.34-.18-.24-.1-.5-.16-.78-.16h-1V1h-2v2H8V1H6v2H5c-.42 0-.8.13-1.12.34-.21.14-.4.33-.54.54-.07.11-.13.22-.18.34-.1.24-.16.5-.16.78v14c0 1.1.89 2 2 2h14c.28 0 .54-.06.78-.16.12-.05.23-.11.34-.18.21-.14.4-.33.54-.54.21-.32.34-.71.34-1.12V5c0-.28-.06-.54-.16-.78zM5 19V5h14v14H5zm7-6.12c-2.03 0-6 1.08-6 3.58V18h12v-1.53c0-2.51-3.97-3.59-6-3.59zM8.31 16c.69-.56 2.38-1.12 3.69-1.12s3.01.56 3.69 1.12H8.31zM12 12c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})
"PermContactCalendarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/perm_contact_calendar_rounded.cljs
================================================
(ns reagent-mui.icons.perm-contact-calendar-rounded
"Imports @mui/icons-material/PermContactCalendarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-contact-calendar-rounded (create-svg-icon (e "path" #js {"d" "M19 3h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1H8V2c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H6v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1z"})
"PermContactCalendarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/perm_contact_calendar_sharp.cljs
================================================
(ns reagent-mui.icons.perm-contact-calendar-sharp
"Imports @mui/icons-material/PermContactCalendarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-contact-calendar-sharp (create-svg-icon (e "path" #js {"d" "M21 3h-3V1h-2v2H8V1H6v2H3v18h18V3zm-9 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H6v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1z"})
"PermContactCalendarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/perm_contact_calendar_two_tone.cljs
================================================
(ns reagent-mui.icons.perm-contact-calendar-two-tone
"Imports @mui/icons-material/PermContactCalendarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-contact-calendar-two-tone (create-svg-icon [(e "path" #js {"d" "M16 5H5v14h14V5h-3zm-4 1c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3zm6 12H6v-1.53c0-2.5 3.97-3.58 6-3.58s6 1.08 6 3.58V18z", "opacity" ".3"}) (e "path" #js {"d" "M20.84 4.22c-.05-.12-.11-.23-.18-.34-.14-.21-.33-.4-.54-.54-.11-.07-.22-.13-.34-.18-.24-.1-.5-.16-.78-.16h-1V1h-2v2H8V1H6v2H5c-.42 0-.8.13-1.12.34-.21.14-.4.33-.54.54-.07.11-.13.22-.18.34-.1.24-.16.5-.16.78v14c0 1.1.89 2 2 2h14c.28 0 .54-.06.78-.16.12-.05.23-.11.34-.18.21-.14.4-.33.54-.54.21-.32.34-.71.34-1.12V5c0-.28-.06-.54-.16-.78zM19 19H5V5h14v14zm-7-6.12c-2.03 0-6 1.08-6 3.58V18h12v-1.53c0-2.51-3.97-3.59-6-3.59zM8.31 16c.69-.56 2.38-1.12 3.69-1.12s3.01.56 3.69 1.12H8.31zM12 12c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})]
"PermContactCalendarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/perm_data_setting.cljs
================================================
(ns reagent-mui.icons.perm-data-setting
"Imports @mui/icons-material/PermDataSetting as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-data-setting (create-svg-icon (e "path" #js {"d" "M18.99 11.5c.34 0 .67.03 1 .07L20 0 0 20h11.56c-.04-.33-.07-.66-.07-1 0-4.14 3.36-7.5 7.5-7.5zm3.71 7.99c.02-.16.04-.32.04-.49 0-.17-.01-.33-.04-.49l1.06-.83c.09-.08.12-.21.06-.32l-1-1.73c-.06-.11-.19-.15-.31-.11l-1.24.5c-.26-.2-.54-.37-.85-.49l-.19-1.32c-.01-.12-.12-.21-.24-.21h-2c-.12 0-.23.09-.25.21l-.19 1.32c-.3.13-.59.29-.85.49l-1.24-.5c-.11-.04-.24 0-.31.11l-1 1.73c-.06.11-.04.24.06.32l1.06.83c-.02.16-.03.32-.03.49 0 .17.01.33.03.49l-1.06.83c-.09.08-.12.21-.06.32l1 1.73c.06.11.19.15.31.11l1.24-.5c.26.2.54.37.85.49l.19 1.32c.02.12.12.21.25.21h2c.12 0 .23-.09.25-.21l.19-1.32c.3-.13.59-.29.84-.49l1.25.5c.11.04.24 0 .31-.11l1-1.73c.06-.11.03-.24-.06-.32l-1.07-.83zm-3.71 1.01c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"PermDataSetting"))
================================================
FILE: src/icons/reagent_mui/icons/perm_data_setting_outlined.cljs
================================================
(ns reagent-mui.icons.perm-data-setting-outlined
"Imports @mui/icons-material/PermDataSettingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-data-setting-outlined (create-svg-icon (e "path" #js {"d" "M17.99 11.57H20V0L0 20h11.56v-2H4.83L17.99 4.83v6.74zm5.78 8.75-1.07-.83c.02-.16.04-.32.04-.49 0-.17-.01-.33-.04-.49l1.06-.83c.09-.08.12-.21.06-.32l-1-1.73c-.06-.11-.19-.15-.31-.11l-1.24.5c-.26-.2-.54-.37-.85-.49l-.19-1.32c-.01-.12-.12-.21-.24-.21h-2c-.12 0-.23.09-.25.21l-.19 1.32c-.3.13-.59.29-.85.49l-1.24-.5c-.11-.04-.24 0-.31.11l-1 1.73c-.06.11-.04.24.06.32l1.06.83c-.02.16-.03.32-.03.49 0 .17.01.33.03.49l-1.06.83c-.09.08-.12.21-.06.32l1 1.73c.06.11.19.15.31.11l1.24-.5c.26.2.54.37.85.49l.19 1.32c.02.12.12.21.25.21h2c.12 0 .23-.09.25-.21l.19-1.32c.3-.13.59-.29.84-.49l1.25.5c.11.04.24 0 .31-.11l1-1.73c.06-.11.03-.24-.06-.32zm-4.78.18c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"PermDataSettingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/perm_data_setting_rounded.cljs
================================================
(ns reagent-mui.icons.perm-data-setting-rounded
"Imports @mui/icons-material/PermDataSettingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-data-setting-rounded (create-svg-icon (e "path" #js {"d" "M18.99 11.5c.34 0 .68.03 1.01.07V2.42c0-.89-1.08-1.34-1.71-.71L1.71 18.29c-.63.63-.19 1.71.7 1.71h9.15c-.04-.33-.07-.66-.07-1 0-4.14 3.36-7.5 7.5-7.5zm3.71 7.99c.02-.16.04-.32.04-.49s-.01-.33-.04-.49l1.06-.83c.09-.08.12-.21.06-.32l-1-1.73c-.06-.11-.19-.15-.31-.11l-1.24.5c-.26-.2-.54-.37-.85-.49l-.19-1.32c-.01-.12-.12-.21-.24-.21h-2c-.12 0-.23.09-.25.21l-.19 1.32c-.3.13-.59.29-.85.49l-1.24-.5c-.11-.04-.24 0-.31.11l-1 1.73c-.06.11-.04.24.06.32l1.06.83c-.02.16-.03.32-.03.49s.01.33.03.49l-1.06.83c-.09.08-.12.21-.06.32l1 1.73c.06.11.19.15.31.11l1.24-.5c.26.2.54.37.85.49l.19 1.32c.02.12.12.21.25.21h2c.12 0 .23-.09.25-.21l.19-1.32c.3-.13.59-.29.84-.49l1.25.5c.11.04.24 0 .31-.11l1-1.73c.06-.11.03-.24-.06-.32l-1.07-.83zm-3.71 1.01c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"PermDataSettingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/perm_data_setting_sharp.cljs
================================================
(ns reagent-mui.icons.perm-data-setting-sharp
"Imports @mui/icons-material/PermDataSettingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-data-setting-sharp (create-svg-icon (e "path" #js {"d" "M18.99 11.5c.34 0 .67.03 1 .07L20 0 0 20h11.56c-.04-.33-.07-.66-.07-1 0-4.14 3.36-7.5 7.5-7.5zm3.71 7.99c.02-.16.04-.32.04-.49s-.01-.33-.04-.49l1.06-.83c.09-.08.12-.21.06-.32l-1-1.73c-.06-.11-.19-.15-.31-.11l-1.24.5c-.26-.2-.54-.37-.85-.49l-.19-1.32c-.01-.12-.12-.21-.24-.21h-2c-.12 0-.23.09-.25.21l-.19 1.32c-.3.13-.59.29-.85.49l-1.24-.5c-.11-.04-.24 0-.31.11l-1 1.73c-.06.11-.04.24.06.32l1.06.83c-.02.16-.03.32-.03.49s.01.33.03.49l-1.06.83c-.09.08-.12.21-.06.32l1 1.73c.06.11.19.15.31.11l1.24-.5c.26.2.54.37.85.49l.19 1.32c.02.12.12.21.25.21h2c.12 0 .23-.09.25-.21l.19-1.32c.3-.13.59-.29.84-.49l1.25.5c.11.04.24 0 .31-.11l1-1.73c.06-.11.03-.24-.06-.32l-1.07-.83zm-3.71 1.01c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"PermDataSettingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/perm_data_setting_two_tone.cljs
================================================
(ns reagent-mui.icons.perm-data-setting-two-tone
"Imports @mui/icons-material/PermDataSettingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-data-setting-two-tone (create-svg-icon (e "path" #js {"d" "M17.99 11.57H20V0L0 20h11.56v-2H4.83L17.99 4.83v6.74zm5.78 8.75-1.07-.83c.02-.16.04-.32.04-.49 0-.17-.01-.33-.04-.49l1.06-.83c.09-.08.12-.21.06-.32l-1-1.73c-.06-.11-.19-.15-.31-.11l-1.24.5c-.26-.2-.54-.37-.85-.49l-.19-1.32c-.01-.12-.12-.21-.24-.21h-2c-.12 0-.23.09-.25.21l-.19 1.32c-.3.13-.59.29-.85.49l-1.24-.5c-.11-.04-.24 0-.31.11l-1 1.73c-.06.11-.04.24.06.32l1.06.83c-.02.16-.03.32-.03.49 0 .17.01.33.03.49l-1.06.83c-.09.08-.12.21-.06.32l1 1.73c.06.11.19.15.31.11l1.24-.5c.26.2.54.37.85.49l.19 1.32c.02.12.12.21.25.21h2c.12 0 .23-.09.25-.21l.19-1.32c.3-.13.59-.29.84-.49l1.25.5c.11.04.24 0 .31-.11l1-1.73c.06-.11.03-.24-.06-.32zm-4.78.18c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"PermDataSettingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/perm_device_information.cljs
================================================
(ns reagent-mui.icons.perm-device-information
"Imports @mui/icons-material/PermDeviceInformation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-device-information (create-svg-icon (e "path" #js {"d" "M13 7h-2v2h2V7zm0 4h-2v6h2v-6zm4-9.99L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})
"PermDeviceInformation"))
================================================
FILE: src/icons/reagent_mui/icons/perm_device_information_outlined.cljs
================================================
(ns reagent-mui.icons.perm-device-information-outlined
"Imports @mui/icons-material/PermDeviceInformationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-device-information-outlined (create-svg-icon (e "path" #js {"d" "M11 7h2v2h-2zm0 4h2v6h-2zm6-9.99L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zM7 4V3h10v1H7z"})
"PermDeviceInformationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/perm_device_information_rounded.cljs
================================================
(ns reagent-mui.icons.perm-device-information-rounded
"Imports @mui/icons-material/PermDeviceInformationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-device-information-rounded (create-svg-icon (e "path" #js {"d" "M13 7h-2v2h2V7zm-1 4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1zm5-9.99L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})
"PermDeviceInformationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/perm_device_information_sharp.cljs
================================================
(ns reagent-mui.icons.perm-device-information-sharp
"Imports @mui/icons-material/PermDeviceInformationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-device-information-sharp (create-svg-icon (e "path" #js {"d" "M13 7h-2v2h2V7zm0 4h-2v6h2v-6zM5 1v22h14V1H5zm12 18H7V5h10v14z"})
"PermDeviceInformationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/perm_device_information_two_tone.cljs
================================================
(ns reagent-mui.icons.perm-device-information-two-tone
"Imports @mui/icons-material/PermDeviceInformationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-device-information-two-tone (create-svg-icon [(e "path" #js {"d" "M7 20h10v1H7zM7 3h10v1H7z", "opacity" ".3"}) (e "path" #js {"d" "M11 7h2v2h-2zm0 4h2v6h-2zm6-9.99L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zm0-14H7V3h10v1z"})]
"PermDeviceInformationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/perm_identity.cljs
================================================
(ns reagent-mui.icons.perm-identity
"Imports @mui/icons-material/PermIdentity as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-identity (create-svg-icon (e "path" #js {"d" "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"})
"PermIdentity"))
================================================
FILE: src/icons/reagent_mui/icons/perm_identity_outlined.cljs
================================================
(ns reagent-mui.icons.perm-identity-outlined
"Imports @mui/icons-material/PermIdentityOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-identity-outlined (create-svg-icon (e "path" #js {"d" "M12 6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0 9c2.7 0 5.8 1.29 6 2v1H6v-.99c.2-.72 3.3-2.01 6-2.01m0-11C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"})
"PermIdentityOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/perm_identity_rounded.cljs
================================================
(ns reagent-mui.icons.perm-identity-rounded
"Imports @mui/icons-material/PermIdentityRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-identity-rounded (create-svg-icon (e "path" #js {"d" "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 7c-2.67 0-8 1.34-8 4v2c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-2c0-2.66-5.33-4-8-4zm6 5H6v-.99c.2-.72 3.3-2.01 6-2.01s5.8 1.29 6 2v1z"})
"PermIdentityRounded"))
================================================
FILE: src/icons/reagent_mui/icons/perm_identity_sharp.cljs
================================================
(ns reagent-mui.icons.perm-identity-sharp
"Imports @mui/icons-material/PermIdentitySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-identity-sharp (create-svg-icon (e "path" #js {"d" "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 7c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H6v-.99c.2-.72 3.3-2.01 6-2.01s5.8 1.29 6 2v1z"})
"PermIdentitySharp"))
================================================
FILE: src/icons/reagent_mui/icons/perm_identity_two_tone.cljs
================================================
(ns reagent-mui.icons.perm-identity-two-tone
"Imports @mui/icons-material/PermIdentityTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-identity-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "8", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M12 15c-2.7 0-5.8 1.29-6 2.01V18h12v-1c-.2-.71-3.3-2-6-2z", "opacity" ".3"}) (e "path" #js {"d" "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 7c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H6v-.99c.2-.72 3.3-2.01 6-2.01s5.8 1.29 6 2v1z"})]
"PermIdentityTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/perm_media.cljs
================================================
(ns reagent-mui.icons.perm-media
"Imports @mui/icons-material/PermMedia as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-media (create-svg-icon (e "path" #js {"d" "M2 6H0v5h.01L0 20c0 1.1.9 2 2 2h18v-2H2V6zm20-2h-8l-2-2H6c-1.1 0-1.99.9-1.99 2L4 16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7 15l4.5-6 3.5 4.51 2.5-3.01L21 15H7z"})
"PermMedia"))
================================================
FILE: src/icons/reagent_mui/icons/perm_media_outlined.cljs
================================================
(ns reagent-mui.icons.perm-media-outlined
"Imports @mui/icons-material/PermMediaOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-media-outlined (create-svg-icon (e "path" #js {"d" "M2 6H0v5h.01L0 20c0 1.1.9 2 2 2h18v-2H2V6zm5 9h14l-3.5-4.5-2.5 3.01L11.5 9zM22 4h-8l-2-2H6c-1.1 0-1.99.9-1.99 2L4 16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 12H6V4h5.17l1.41 1.41.59.59H22v10z"})
"PermMediaOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/perm_media_rounded.cljs
================================================
(ns reagent-mui.icons.perm-media-rounded
"Imports @mui/icons-material/PermMediaRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-media-rounded (create-svg-icon [(e "path" #js {"d" "M19 19H3V7c0-.55-.45-1-1-1s-1 .45-1 1v12c0 1.1.9 2 2 2h16c.55 0 1-.45 1-1s-.45-1-1-1z"}) (e "path" #js {"d" "M21 4h-7l-1.41-1.41c-.38-.38-.89-.59-1.42-.59H7c-1.1 0-1.99.9-1.99 2L5 15c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-3 9h-8c-.41 0-.65-.47-.4-.8l1.38-1.83c.2-.27.6-.27.8 0L13 12l2.22-2.97c.2-.27.6-.27.8 0l2.38 3.17c.25.33.01.8-.4.8z"})]
"PermMediaRounded"))
================================================
FILE: src/icons/reagent_mui/icons/perm_media_sharp.cljs
================================================
(ns reagent-mui.icons.perm-media-sharp
"Imports @mui/icons-material/PermMediaSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-media-sharp (create-svg-icon (e "path" #js {"d" "M2 6H0v16h20v-2H2V6zm22-2H14l-2-2H4v16h20V4zM7 15l4.5-6 3.5 4.51 2.5-3.01L21 15H7z"})
"PermMediaSharp"))
================================================
FILE: src/icons/reagent_mui/icons/perm_media_two_tone.cljs
================================================
(ns reagent-mui.icons.perm-media-two-tone
"Imports @mui/icons-material/PermMediaTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-media-two-tone (create-svg-icon [(e "path" #js {"d" "m13.17 6-.59-.59L11.17 4H6v12h16V6h-8.83zm4.33 4.5L21 15H7l4.5-6 3.5 4.51 2.5-3.01z", "opacity" ".3"}) (e "path" #js {"d" "M2 6H0v5h.01L0 20c0 1.1.9 2 2 2h18v-2H2V6zm5 9h14l-3.5-4.5-2.5 3.01L11.5 9zM22 4h-8l-2-2H6c-1.1 0-1.99.9-1.99 2L4 16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 12H6V4h5.17l1.41 1.41.59.59H22v10z"})]
"PermMediaTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/perm_phone_msg.cljs
================================================
(ns reagent-mui.icons.perm-phone-msg
"Imports @mui/icons-material/PermPhoneMsg as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-phone-msg (create-svg-icon (e "path" #js {"d" "M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.58l2.2-2.21c.28-.27.36-.66.25-1.01C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM12 3v10l3-3h6V3h-9z"})
"PermPhoneMsg"))
================================================
FILE: src/icons/reagent_mui/icons/perm_phone_msg_outlined.cljs
================================================
(ns reagent-mui.icons.perm-phone-msg-outlined
"Imports @mui/icons-material/PermPhoneMsgOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-phone-msg-outlined (create-svg-icon (e "path" #js {"d" "M20 15.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.58l2.2-2.21c.28-.27.36-.66.25-1.01C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.46 2.59L5.79 8.8c-.41-1.21-.67-2.48-.76-3.8zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51zM12 3v10l3-3h6V3h-9zm7 5h-5V5h5v3z"})
"PermPhoneMsgOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/perm_phone_msg_rounded.cljs
================================================
(ns reagent-mui.icons.perm-phone-msg-rounded
"Imports @mui/icons-material/PermPhoneMsgRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-phone-msg-rounded (create-svg-icon (e "path" #js {"d" "M20 3h-7c-.55 0-1 .45-1 1v9l3-3h5c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-.77 12.26-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98z"})
"PermPhoneMsgRounded"))
================================================
FILE: src/icons/reagent_mui/icons/perm_phone_msg_sharp.cljs
================================================
(ns reagent-mui.icons.perm-phone-msg-sharp
"Imports @mui/icons-material/PermPhoneMsgSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-phone-msg-sharp (create-svg-icon (e "path" #js {"d" "M12 3v10l3-3h6V3zm1.21 14.37c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51l-5.27-.61-2.52 2.52z"})
"PermPhoneMsgSharp"))
================================================
FILE: src/icons/reagent_mui/icons/perm_phone_msg_two_tone.cljs
================================================
(ns reagent-mui.icons.perm-phone-msg-two-tone
"Imports @mui/icons-material/PermPhoneMsgTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-phone-msg-two-tone (create-svg-icon [(e "path" #js {"d" "M15.2 18.21c1.21.41 2.48.67 3.8.76v-1.5c-.88-.07-1.75-.22-2.6-.45l-1.2 1.19zM6.54 5h-1.5c.09 1.32.35 2.59.75 3.79l1.2-1.21c-.24-.83-.39-1.7-.45-2.58zM14 8h5V5h-5z", "opacity" ".3"}) (e "path" #js {"d" "M20 15.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.58l2.2-2.21c.28-.27.36-.66.25-1.01C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.46 2.59L5.79 8.8c-.41-1.21-.67-2.48-.76-3.8zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51zM12 3v10l3-3h6V3h-9zm7 5h-5V5h5v3z"})]
"PermPhoneMsgTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/perm_scan_wifi.cljs
================================================
(ns reagent-mui.icons.perm-scan-wifi
"Imports @mui/icons-material/PermScanWifi as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-scan-wifi (create-svg-icon (e "path" #js {"d" "M12 3C6.95 3 3.15 4.85 0 7.23L12 22 24 7.25C20.85 4.87 17.05 3 12 3zm1 13h-2v-6h2v6zm-2-8V6h2v2h-2z"})
"PermScanWifi"))
================================================
FILE: src/icons/reagent_mui/icons/perm_scan_wifi_outlined.cljs
================================================
(ns reagent-mui.icons.perm-scan-wifi-outlined
"Imports @mui/icons-material/PermScanWifiOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-scan-wifi-outlined (create-svg-icon (e "path" #js {"d" "M12 3C6.95 3 3.15 4.85 0 7.23L12 22 24 7.25C20.85 4.87 17.05 3 12 3zM2.92 7.65C5.8 5.85 8.74 5 12 5c3.25 0 6.18.85 9.08 2.67L12 18.83 2.92 7.65zM11 10h2v6h-2zm0-4h2v2h-2z"})
"PermScanWifiOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/perm_scan_wifi_rounded.cljs
================================================
(ns reagent-mui.icons.perm-scan-wifi-rounded
"Imports @mui/icons-material/PermScanWifiRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-scan-wifi-rounded (create-svg-icon (e "path" #js {"d" "M12 3C7.41 3 3.86 4.53.89 6.59c-.49.33-.59 1-.22 1.46l9.78 12.04c.8.98 2.3.99 3.1 0l9.78-12.02c.37-.46.27-1.13-.22-1.46C20.14 4.54 16.59 3 12 3zm0 13c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1zm-1-8V6h2v2h-2z"})
"PermScanWifiRounded"))
================================================
FILE: src/icons/reagent_mui/icons/perm_scan_wifi_sharp.cljs
================================================
(ns reagent-mui.icons.perm-scan-wifi-sharp
"Imports @mui/icons-material/PermScanWifiSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-scan-wifi-sharp (create-svg-icon (e "path" #js {"d" "M12 3C6.95 3 3.15 4.85 0 7.23L12 22 24 7.25C20.85 4.87 17.05 3 12 3zm1 13h-2v-6h2v6zm-2-8V6h2v2h-2z"})
"PermScanWifiSharp"))
================================================
FILE: src/icons/reagent_mui/icons/perm_scan_wifi_two_tone.cljs
================================================
(ns reagent-mui.icons.perm-scan-wifi-two-tone
"Imports @mui/icons-material/PermScanWifiTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def perm-scan-wifi-two-tone (create-svg-icon [(e "path" #js {"d" "M12 5c-3.26 0-6.2.85-9.08 2.65L12 18.83l9.08-11.16C18.18 5.85 15.25 5 12 5zm1 11h-2v-6h2v6zm-2-8V6h2v2h-2z", "opacity" ".3"}) (e "path" #js {"d" "M12 3C6.95 3 3.15 4.85 0 7.23L12 22 24 7.25C20.85 4.87 17.05 3 12 3zM2.92 7.65C5.8 5.85 8.74 5 12 5c3.25 0 6.18.85 9.08 2.67L12 18.83 2.92 7.65zM11 10h2v6h-2zm0-4h2v2h-2z"})]
"PermScanWifiTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/person.cljs
================================================
(ns reagent-mui.icons.person
"Imports @mui/icons-material/Person as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person (create-svg-icon (e "path" #js {"d" "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"})
"Person"))
================================================
FILE: src/icons/reagent_mui/icons/person_2.cljs
================================================
(ns reagent-mui.icons.person-2
"Imports @mui/icons-material/Person2 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-2 (create-svg-icon (e "path" #js {"d" "M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56C4.61 15.07 4 16.1 4 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM9.78 12h4.44c1.21 0 2.14-1.06 1.98-2.26l-.32-2.45C15.57 5.39 13.92 4 12 4S8.43 5.39 8.12 7.29L7.8 9.74c-.16 1.2.77 2.26 1.98 2.26z"})
"Person2"))
================================================
FILE: src/icons/reagent_mui/icons/person_2_outlined.cljs
================================================
(ns reagent-mui.icons.person-2-outlined
"Imports @mui/icons-material/Person2Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-2-outlined (create-svg-icon (e "path" #js {"d" "M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56C4.61 15.07 4 16.1 4 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM18 18H6v-.78c0-.38.2-.72.52-.88C7.71 15.73 9.63 15 12 15c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V18zm-8.22-6h4.44c1.21 0 2.14-1.06 1.98-2.26l-.32-2.45C15.57 5.39 13.92 4 12 4S8.43 5.39 8.12 7.29L7.8 9.74c-.16 1.2.77 2.26 1.98 2.26zm.32-4.41C10.26 6.67 11.06 6 12 6s1.74.67 1.9 1.59l.32 2.41H9.78l.32-2.41z"})
"Person2Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/person_2_rounded.cljs
================================================
(ns reagent-mui.icons.person-2-rounded
"Imports @mui/icons-material/Person2Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-2-rounded (create-svg-icon (e "path" #js {"d" "M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56C4.61 15.07 4 16.1 4 17.22V18c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-.78c0-1.12-.61-2.15-1.61-2.66zM9.78 12h4.44c1.21 0 2.14-1.06 1.98-2.26l-.32-2.45C15.57 5.39 13.92 4 12 4S8.43 5.39 8.12 7.29L7.8 9.74c-.16 1.2.77 2.26 1.98 2.26z"})
"Person2Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/person_2_sharp.cljs
================================================
(ns reagent-mui.icons.person-2-sharp
"Imports @mui/icons-material/Person2Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-2-sharp (create-svg-icon (e "path" #js {"d" "M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56C4.61 15.07 4 16.1 4 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM9.78 12h4.44c1.21 0 2.14-1.06 1.98-2.26l-.32-2.45C15.57 5.39 13.92 4 12 4S8.43 5.39 8.12 7.29L7.8 9.74c-.16 1.2.77 2.26 1.98 2.26z"})
"Person2Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/person_2_two_tone.cljs
================================================
(ns reagent-mui.icons.person-2-two-tone
"Imports @mui/icons-material/Person2TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-2-two-tone (create-svg-icon [(e "path" #js {"d" "M13.9 7.59C13.74 6.67 12.94 6 12 6s-1.74.67-1.9 1.59L9.78 10h4.44l-.32-2.41zm3.58 8.75C16.29 15.73 14.37 15 12 15c-2.37 0-4.29.73-5.48 1.34-.32.16-.52.5-.52.88V18h12v-.78c0-.38-.2-.72-.52-.88z", "opacity" ".3"}) (e "path" #js {"d" "M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56C4.61 15.07 4 16.1 4 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM18 18H6v-.78c0-.38.2-.72.52-.88C7.71 15.73 9.63 15 12 15c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V18zm-8.22-6h4.44c1.21 0 2.14-1.06 1.98-2.26l-.32-2.45C15.57 5.39 13.92 4 12 4S8.43 5.39 8.12 7.29L7.8 9.74c-.16 1.2.77 2.26 1.98 2.26zm.32-4.41C10.26 6.67 11.06 6 12 6s1.74.67 1.9 1.59l.32 2.41H9.78l.32-2.41z"})]
"Person2TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/person_3.cljs
================================================
(ns reagent-mui.icons.person-3
"Imports @mui/icons-material/Person3 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-3 (create-svg-icon (e "path" #js {"d" "M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56C4.61 15.07 4 16.1 4 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM10 12h4c1.66 0 3-1.34 3-3 0-.73-.27-1.4-.71-1.92.13-.33.21-.7.21-1.08 0-1.25-.77-2.32-1.86-2.77C14 2.48 13.06 2 12 2s-2 .48-2.64 1.23C8.27 3.68 7.5 4.75 7.5 6c0 .38.08.75.21 1.08C7.27 7.6 7 8.27 7 9c0 1.66 1.34 3 3 3z"})
"Person3"))
================================================
FILE: src/icons/reagent_mui/icons/person_3_outlined.cljs
================================================
(ns reagent-mui.icons.person-3-outlined
"Imports @mui/icons-material/Person3Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-3-outlined (create-svg-icon (e "path" #js {"d" "M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56C4.61 15.07 4 16.1 4 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM18 18H6v-.78c0-.38.2-.72.52-.88C7.71 15.73 9.63 15 12 15c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V18zm-8-6h4c1.66 0 3-1.34 3-3 0-.73-.27-1.4-.71-1.92.13-.33.21-.7.21-1.08 0-1.25-.77-2.32-1.86-2.77C14 2.48 13.06 2 12 2s-2 .48-2.64 1.23C8.27 3.68 7.5 4.75 7.5 6c0 .38.08.75.21 1.08C7.27 7.6 7 8.27 7 9c0 1.66 1.34 3 3 3zm-.76-3.63c.87-1.04.26-2 .26-2.37 0-.41.24-.77.62-.92.29-.12.55-.31.75-.54.17-.21.55-.54 1.13-.54s.96.33 1.13.53c.2.24.46.42.75.54.38.16.62.52.62.93 0 .37-.61 1.33.26 2.37.58.69.04 1.63-.76 1.63h-4c-.8 0-1.34-.94-.76-1.63z"})
"Person3Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/person_3_rounded.cljs
================================================
(ns reagent-mui.icons.person-3-rounded
"Imports @mui/icons-material/Person3Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-3-rounded (create-svg-icon (e "path" #js {"d" "M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56C4.61 15.07 4 16.1 4 17.22V18c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-.78c0-1.12-.61-2.15-1.61-2.66zM10 12h4c1.66 0 3-1.34 3-3 0-.73-.27-1.4-.71-1.92.13-.33.21-.7.21-1.08 0-1.25-.77-2.32-1.86-2.77C14 2.48 13.06 2 12 2s-2 .48-2.64 1.23C8.27 3.68 7.5 4.75 7.5 6c0 .38.08.75.21 1.08C7.27 7.6 7 8.27 7 9c0 1.66 1.34 3 3 3z"})
"Person3Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/person_3_sharp.cljs
================================================
(ns reagent-mui.icons.person-3-sharp
"Imports @mui/icons-material/Person3Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-3-sharp (create-svg-icon (e "path" #js {"d" "M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56C4.61 15.07 4 16.1 4 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM10 12h4c1.66 0 3-1.34 3-3 0-.73-.27-1.4-.71-1.92.13-.33.21-.7.21-1.08 0-1.25-.77-2.32-1.86-2.77C14 2.48 13.06 2 12 2s-2 .48-2.64 1.23C8.27 3.68 7.5 4.75 7.5 6c0 .38.08.75.21 1.08C7.27 7.6 7 8.27 7 9c0 1.66 1.34 3 3 3z"})
"Person3Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/person_3_two_tone.cljs
================================================
(ns reagent-mui.icons.person-3-two-tone
"Imports @mui/icons-material/Person3TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-3-two-tone (create-svg-icon [(e "path" #js {"d" "M10 10h4c.8 0 1.34-.94.76-1.63-.87-1.04-.26-2-.26-2.37 0-.41-.24-.77-.62-.92-.29-.12-.55-.31-.75-.54C12.96 4.33 12.58 4 12 4s-.96.33-1.13.53c-.2.24-.46.42-.75.54-.38.16-.62.52-.62.93 0 .37.61 1.33-.26 2.37C8.66 9.06 9.2 10 10 10zm7.48 6.34C16.29 15.73 14.37 15 12 15c-2.37 0-4.29.73-5.48 1.34-.32.16-.52.5-.52.88V18h12v-.78c0-.38-.2-.72-.52-.88z", "opacity" ".3"}) (e "path" #js {"d" "M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56C4.61 15.07 4 16.1 4 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM18 18H6v-.78c0-.38.2-.72.52-.88C7.71 15.73 9.63 15 12 15c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V18zm-8-6h4c1.66 0 3-1.34 3-3 0-.73-.27-1.4-.71-1.92.13-.33.21-.7.21-1.08 0-1.25-.77-2.32-1.86-2.77C14 2.48 13.06 2 12 2s-2 .48-2.64 1.23C8.27 3.68 7.5 4.75 7.5 6c0 .38.08.75.21 1.08C7.27 7.6 7 8.27 7 9c0 1.66 1.34 3 3 3zm-.76-3.63c.87-1.04.26-2 .26-2.37 0-.41.24-.77.62-.92.29-.12.55-.31.75-.54.17-.21.55-.54 1.13-.54s.96.33 1.13.53c.2.24.46.42.75.54.38.16.62.52.62.93 0 .37-.61 1.33.26 2.37.58.69.04 1.63-.76 1.63h-4c-.8 0-1.34-.94-.76-1.63z"})]
"Person3TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/person_4.cljs
================================================
(ns reagent-mui.icons.person-4
"Imports @mui/icons-material/Person4 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-4 (create-svg-icon (e "path" #js {"d" "M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56C4.61 15.07 4 16.1 4 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM12 12c2.21 0 4-1.79 4-4V4.5c0-.83-.67-1.5-1.5-1.5-.52 0-.98.27-1.25.67-.27-.4-.73-.67-1.25-.67s-.98.27-1.25.67c-.27-.4-.73-.67-1.25-.67C8.67 3 8 3.67 8 4.5V8c0 2.21 1.79 4 4 4z"})
"Person4"))
================================================
FILE: src/icons/reagent_mui/icons/person_4_outlined.cljs
================================================
(ns reagent-mui.icons.person-4-outlined
"Imports @mui/icons-material/Person4Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-4-outlined (create-svg-icon (e "path" #js {"d" "M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56C4.61 15.07 4 16.1 4 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM18 18H6v-.78c0-.38.2-.72.52-.88C7.71 15.73 9.63 15 12 15c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V18zm-6-6c2.21 0 4-1.79 4-4V4.5c0-.83-.67-1.5-1.5-1.5-.52 0-.98.27-1.25.67-.27-.4-.73-.67-1.25-.67s-.98.27-1.25.67c-.27-.4-.73-.67-1.25-.67C8.67 3 8 3.67 8 4.5V8c0 2.21 1.79 4 4 4zm-2-6.5h4V8c0 1.1-.9 2-2 2s-2-.9-2-2V5.5z"})
"Person4Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/person_4_rounded.cljs
================================================
(ns reagent-mui.icons.person-4-rounded
"Imports @mui/icons-material/Person4Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-4-rounded (create-svg-icon (e "path" #js {"d" "M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56C4.61 15.07 4 16.1 4 17.22V18c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-.78c0-1.12-.61-2.15-1.61-2.66zM12 12c2.21 0 4-1.79 4-4V4.5c0-.83-.67-1.5-1.5-1.5-.52 0-.98.27-1.25.67-.27-.4-.73-.67-1.25-.67s-.98.27-1.25.67c-.27-.4-.73-.67-1.25-.67C8.67 3 8 3.67 8 4.5V8c0 2.21 1.79 4 4 4z"})
"Person4Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/person_4_sharp.cljs
================================================
(ns reagent-mui.icons.person-4-sharp
"Imports @mui/icons-material/Person4Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-4-sharp (create-svg-icon (e "path" #js {"d" "M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56C4.61 15.07 4 16.1 4 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM12 12c2.21 0 4-1.79 4-4V4.5c0-.83-.67-1.5-1.5-1.5-.52 0-.98.27-1.25.67-.27-.4-.73-.67-1.25-.67s-.98.27-1.25.67c-.27-.4-.73-.67-1.25-.67C8.67 3 8 3.67 8 4.5V8c0 2.21 1.79 4 4 4z"})
"Person4Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/person_4_two_tone.cljs
================================================
(ns reagent-mui.icons.person-4-two-tone
"Imports @mui/icons-material/Person4TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-4-two-tone (create-svg-icon [(e "path" #js {"d" "M12 10c1.1 0 2-.9 2-2V5.5h-4V8c0 1.1.9 2 2 2zm5.48 6.34C16.29 15.73 14.37 15 12 15c-2.37 0-4.29.73-5.48 1.34-.32.16-.52.5-.52.88V18h12v-.78c0-.38-.2-.72-.52-.88z", "opacity" ".3"}) (e "path" #js {"d" "M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56C4.61 15.07 4 16.1 4 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM18 18H6v-.78c0-.38.2-.72.52-.88C7.71 15.73 9.63 15 12 15c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V18zm-6-6c2.21 0 4-1.79 4-4V4.5c0-.83-.67-1.5-1.5-1.5-.52 0-.98.27-1.25.67-.27-.4-.73-.67-1.25-.67s-.98.27-1.25.67c-.27-.4-.73-.67-1.25-.67C8.67 3 8 3.67 8 4.5V8c0 2.21 1.79 4 4 4zm-2-6.5h4V8c0 1.1-.9 2-2 2s-2-.9-2-2V5.5z"})]
"Person4TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/person_add.cljs
================================================
(ns reagent-mui.icons.person-add
"Imports @mui/icons-material/PersonAdd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add (create-svg-icon (e "path" #js {"d" "M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm-9-2V7H4v3H1v2h3v3h2v-3h3v-2H6zm9 4c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"})
"PersonAdd"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_alt.cljs
================================================
(ns reagent-mui.icons.person-add-alt
"Imports @mui/icons-material/PersonAddAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-alt (create-svg-icon (e "path" #js {"d" "M13 8c0-2.21-1.79-4-4-4S5 5.79 5 8s1.79 4 4 4 4-1.79 4-4zm-2 0c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zM1 18v2h16v-2c0-2.66-5.33-4-8-4s-8 1.34-8 4zm2 0c.2-.71 3.3-2 6-2 2.69 0 5.78 1.28 6 2H3zm17-3v-3h3v-2h-3V7h-2v3h-3v2h3v3h2z"})
"PersonAddAlt"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_alt_1.cljs
================================================
(ns reagent-mui.icons.person-add-alt-1
"Imports @mui/icons-material/PersonAddAlt1 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-alt-1 (create-svg-icon (e "path" #js {"d" "M13 8c0-2.21-1.79-4-4-4S5 5.79 5 8s1.79 4 4 4 4-1.79 4-4zm2 2v2h3v3h2v-3h3v-2h-3V7h-2v3h-3zM1 18v2h16v-2c0-2.66-5.33-4-8-4s-8 1.34-8 4z"})
"PersonAddAlt1"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_alt_1_outlined.cljs
================================================
(ns reagent-mui.icons.person-add-alt-1-outlined
"Imports @mui/icons-material/PersonAddAlt1Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-alt-1-outlined (create-svg-icon (e "path" #js {"d" "M13 8c0-2.21-1.79-4-4-4S5 5.79 5 8s1.79 4 4 4 4-1.79 4-4zm-2 0c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zM1 18v2h16v-2c0-2.66-5.33-4-8-4s-8 1.34-8 4zm2 0c.2-.71 3.3-2 6-2 2.69 0 5.78 1.28 6 2H3zm17-3v-3h3v-2h-3V7h-2v3h-3v2h3v3h2z"})
"PersonAddAlt1Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_alt_1_rounded.cljs
================================================
(ns reagent-mui.icons.person-add-alt-1-rounded
"Imports @mui/icons-material/PersonAddAlt1Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-alt-1-rounded (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "8", "r" "4"}) (e "path" #js {"d" "M9 14c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4zm11-4V7h-2v3h-3v2h3v3h2v-3h3v-2z"})]
"PersonAddAlt1Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_alt_1_sharp.cljs
================================================
(ns reagent-mui.icons.person-add-alt-1-sharp
"Imports @mui/icons-material/PersonAddAlt1Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-alt-1-sharp (create-svg-icon (e "path" #js {"d" "M13 8c0-2.21-1.79-4-4-4S5 5.79 5 8s1.79 4 4 4 4-1.79 4-4zm2 2v2h3v3h2v-3h3v-2h-3V7h-2v3h-3zM1 18v2h16v-2c0-2.66-5.33-4-8-4s-8 1.34-8 4z"})
"PersonAddAlt1Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_alt_1_two_tone.cljs
================================================
(ns reagent-mui.icons.person-add-alt-1-two-tone
"Imports @mui/icons-material/PersonAddAlt1TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-alt-1-two-tone (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "8", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M9 16c-2.7 0-5.8 1.29-6 2h12c-.22-.72-3.31-2-6-2z", "opacity" ".3"}) (e "path" #js {"d" "M9 14c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm-6 4c.2-.71 3.3-2 6-2 2.69 0 5.78 1.28 6 2H3zm17-8V7h-2v3h-3v2h3v3h2v-3h3v-2zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z"})]
"PersonAddAlt1TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_alt_outlined.cljs
================================================
(ns reagent-mui.icons.person-add-alt-outlined
"Imports @mui/icons-material/PersonAddAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-alt-outlined (create-svg-icon (e "path" #js {"d" "M20 9V6h-2v3h-3v2h3v3h2v-3h3V9h-3zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm6.39 8.56C13.71 13.7 11.53 13 9 13s-4.71.7-6.39 1.56C1.61 15.07 1 16.1 1 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM15 18H3v-.78c0-.38.2-.72.52-.88C4.71 15.73 6.63 15 9 15c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V18z"})
"PersonAddAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_alt_rounded.cljs
================================================
(ns reagent-mui.icons.person-add-alt-rounded
"Imports @mui/icons-material/PersonAddAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-alt-rounded (create-svg-icon (e "path" #js {"d" "M15.39 14.56C13.71 13.7 11.53 13 9 13s-4.71.7-6.39 1.56C1.61 15.07 1 16.1 1 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm11-3V7c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2z"})
"PersonAddAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_alt_sharp.cljs
================================================
(ns reagent-mui.icons.person-add-alt-sharp
"Imports @mui/icons-material/PersonAddAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-alt-sharp (create-svg-icon (e "path" #js {"d" "M15.39 14.56C13.71 13.7 11.53 13 9 13s-4.71.7-6.39 1.56C1.61 15.07 1 16.1 1 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm11-3V6h-2v3h-3v2h3v3h2v-3h3V9h-3z"})
"PersonAddAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.person-add-alt-two-tone
"Imports @mui/icons-material/PersonAddAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-alt-two-tone (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "8", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M14.48 16.34C13.29 15.73 11.37 15 9 15c-2.37 0-4.29.73-5.48 1.34-.32.16-.52.5-.52.88V18h12v-.78c0-.38-.2-.72-.52-.88z", "opacity" ".3"}) (e "path" #js {"d" "M9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm11 3V6h-2v3h-3v2h3v3h2v-3h3V9zm-4.61 5.56C13.71 13.7 11.53 13 9 13s-4.71.7-6.39 1.56C1.61 15.07 1 16.1 1 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM15 18H3v-.78c0-.38.2-.72.52-.88C4.71 15.73 6.63 15 9 15c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V18z"})]
"PersonAddAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_disabled.cljs
================================================
(ns reagent-mui.icons.person-add-disabled
"Imports @mui/icons-material/PersonAddDisabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-disabled (create-svg-icon [(e "circle" #js {"cx" "15", "cy" "8", "r" "4"}) (e "path" #js {"d" "M23 20v-2c0-2.3-4.1-3.7-6.9-3.9l6 5.9h.9zm-11.6-5.5C9.2 15.1 7 16.3 7 18v2h9.9l4 4 1.3-1.3-21-20.9L0 3.1l4 4V10H1v2h3v3h2v-3h2.9l2.5 2.5zM6 10v-.9l.9.9H6z"})]
"PersonAddDisabled"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_disabled_outlined.cljs
================================================
(ns reagent-mui.icons.person-add-disabled-outlined
"Imports @mui/icons-material/PersonAddDisabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-disabled-outlined (create-svg-icon (e "path" #js {"d" "M15 6c1.1 0 2 .9 2 2 0 .99-.73 1.82-1.67 1.97l-2.31-2.31C13.19 6.72 14.01 6 15 6m0-2c-2.21 0-4 1.79-4 4 0 .18.03.35.05.52l3.43 3.43c.17.02.34.05.52.05 2.21 0 4-1.79 4-4s-1.79-4-4-4zm1.69 10.16L22.53 20H23v-2c0-2.14-3.56-3.5-6.31-3.84zm-3.68 1.97L14.88 18H9c.08-.24.88-1.01 2.91-1.57l1.1-.3M1.41 1.71 0 3.12l4 4V10H1v2h3v3h2v-3h2.88l2.51 2.51C9.19 15.11 7 16.3 7 18v2h9.88l4 4 1.41-1.41L1.41 1.71zM6 10v-.88l.88.88H6z"})
"PersonAddDisabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_disabled_rounded.cljs
================================================
(ns reagent-mui.icons.person-add-disabled-rounded
"Imports @mui/icons-material/PersonAddDisabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-disabled-rounded (create-svg-icon (e "path" #js {"d" "M14.48 11.95c.17.02.34.05.52.05 2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4c0 .18.03.35.05.52l3.43 3.43zm2.21 2.21 5.74 5.74c.33-.17.57-.5.57-.9v-1c0-2.14-3.56-3.5-6.31-3.84zM2.12 2.42a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L4 7.12V10H2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2.88l2.51 2.51C9.19 15.11 7 16.3 7 18v1c0 .55.45 1 1 1h8.88l3.29 3.29c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L2.12 2.42zM6 10v-.88l.88.88H6z"})
"PersonAddDisabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_disabled_sharp.cljs
================================================
(ns reagent-mui.icons.person-add-disabled-sharp
"Imports @mui/icons-material/PersonAddDisabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-disabled-sharp (create-svg-icon (e "path" #js {"d" "M14.48 11.95c.17.02.34.05.52.05 2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4c0 .18.03.35.05.52l3.43 3.43zm2.21 2.21L22.53 20H23v-2c0-2.14-3.56-3.5-6.31-3.84zM0 3.12l4 4V10H1v2h3v3h2v-3h2.88l2.51 2.51C9.19 15.11 7 16.3 7 18v2h9.88l4 4 1.41-1.41L1.41 1.71 0 3.12zM6.88 10H6v-.88l.88.88z"})
"PersonAddDisabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_disabled_two_tone.cljs
================================================
(ns reagent-mui.icons.person-add-disabled-two-tone
"Imports @mui/icons-material/PersonAddDisabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-disabled-two-tone (create-svg-icon [(e "path" #js {"d" "M9 18h5.87L13 16.13l-1.1.3C9.89 16.99 9.08 17.76 9 18zm8-10c0-1.1-.9-2-2-2-.99 0-1.81.72-1.97 1.67l2.31 2.31C16.27 9.82 17 8.99 17 8z", "opacity" ".3"}) (e "path" #js {"d" "M14.48 11.95c.17.02.34.05.52.05 2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4c0 .18.03.35.05.52l3.43 3.43zM15 6c1.1 0 2 .9 2 2 0 .99-.73 1.82-1.67 1.97l-2.31-2.31C13.19 6.72 14.01 6 15 6zm1.69 8.16L22.53 20H23v-2c0-2.14-3.56-3.5-6.31-3.84zM0 3.12l4 4V10H1v2h3v3h2v-3h2.88l2.51 2.51C9.19 15.11 7 16.3 7 18v2h9.88l4 4 1.41-1.41L1.41 1.71 0 3.12zm13.01 13.01L14.88 18H9c.08-.24.88-1.01 2.91-1.57l1.1-.3zM6 9.12l.88.88H6v-.88z"})]
"PersonAddDisabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_outlined.cljs
================================================
(ns reagent-mui.icons.person-add-outlined
"Imports @mui/icons-material/PersonAddOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-outlined (create-svg-icon (e "path" #js {"d" "M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 8c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm-6 4c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2H9zm-3-3v-3h3v-2H6V7H4v3H1v2h3v3z"})
"PersonAddOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_rounded.cljs
================================================
(ns reagent-mui.icons.person-add-rounded
"Imports @mui/icons-material/PersonAddRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-rounded (create-svg-icon (e "path" #js {"d" "M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm-9-2V8c0-.55-.45-1-1-1s-1 .45-1 1v2H2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1H6zm9 4c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4z"})
"PersonAddRounded"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_sharp.cljs
================================================
(ns reagent-mui.icons.person-add-sharp
"Imports @mui/icons-material/PersonAddSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-sharp (create-svg-icon (e "path" #js {"d" "M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm-9-2V7H4v3H1v2h3v3h2v-3h3v-2H6zm9 4c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"})
"PersonAddSharp"))
================================================
FILE: src/icons/reagent_mui/icons/person_add_two_tone.cljs
================================================
(ns reagent-mui.icons.person-add-two-tone
"Imports @mui/icons-material/PersonAddTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-add-two-tone (create-svg-icon [(e "path" #js {"d" "M15 16c-2.69 0-5.77 1.28-6 2h12c-.2-.71-3.3-2-6-2z", "opacity" ".3"}) (e "circle" #js {"cx" "15", "cy" "8", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 8c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm-6 4c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2H9zm-3-3v-3h3v-2H6V7H4v3H1v2h3v3z"})]
"PersonAddTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/person_off.cljs
================================================
(ns reagent-mui.icons.person-off
"Imports @mui/icons-material/PersonOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-off (create-svg-icon (e "path" #js {"d" "M8.65 5.82C9.36 4.72 10.6 4 12 4c2.21 0 4 1.79 4 4 0 1.4-.72 2.64-1.82 3.35L8.65 5.82zM20 17.17c-.02-1.1-.63-2.11-1.61-2.62-.54-.28-1.13-.54-1.77-.76L20 17.17zm1.19 4.02L2.81 2.81 1.39 4.22l8.89 8.89c-1.81.23-3.39.79-4.67 1.45-1 .51-1.61 1.54-1.61 2.66V20h13.17l2.61 2.61 1.41-1.42z"})
"PersonOff"))
================================================
FILE: src/icons/reagent_mui/icons/person_off_outlined.cljs
================================================
(ns reagent-mui.icons.person-off-outlined
"Imports @mui/icons-material/PersonOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-off-outlined (create-svg-icon (e "path" #js {"d" "m20 17.17-3.37-3.38c.64.22 1.23.48 1.77.76.97.51 1.58 1.52 1.6 2.62zm1.19 4.02-1.41 1.41-2.61-2.6H4v-2.78c0-1.12.61-2.15 1.61-2.66 1.29-.66 2.87-1.22 4.67-1.45L1.39 4.22 2.8 2.81l18.39 18.38zM15.17 18l-3-3H12c-2.37 0-4.29.73-5.48 1.34-.32.16-.52.5-.52.88V18h9.17zM12 6c1.1 0 2 .9 2 2 0 .86-.54 1.59-1.3 1.87l1.48 1.48C15.28 10.64 16 9.4 16 8c0-2.21-1.79-4-4-4-1.4 0-2.64.72-3.35 1.82l1.48 1.48C10.41 6.54 11.14 6 12 6z"})
"PersonOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/person_off_rounded.cljs
================================================
(ns reagent-mui.icons.person-off-rounded
"Imports @mui/icons-material/PersonOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-off-rounded (create-svg-icon (e "path" #js {"d" "M8.65 5.82C9.36 4.72 10.6 4 12 4c2.21 0 4 1.79 4 4 0 1.4-.72 2.64-1.82 3.35L8.65 5.82zM20 17.17c-.02-1.1-.63-2.11-1.61-2.62-.54-.28-1.13-.54-1.77-.76L20 17.17zm.49 3.32L3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l8.18 8.18c-1.82.23-3.41.8-4.7 1.46C4.6 15.08 4 16.11 4 17.22V20h13.17l1.9 1.9c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41z"})
"PersonOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/person_off_sharp.cljs
================================================
(ns reagent-mui.icons.person-off-sharp
"Imports @mui/icons-material/PersonOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-off-sharp (create-svg-icon (e "path" #js {"d" "M8.65 5.82C9.36 4.72 10.6 4 12 4c2.21 0 4 1.79 4 4 0 1.4-.72 2.64-1.82 3.35L8.65 5.82zM20 17.17c-.02-1.1-.63-2.11-1.61-2.62-.54-.28-1.13-.54-1.77-.76L20 17.17zm1.19 4.02L2.81 2.81 1.39 4.22l8.89 8.89c-1.81.23-3.39.79-4.67 1.45-1 .51-1.61 1.54-1.61 2.66V20h13.17l2.61 2.61 1.41-1.42z"})
"PersonOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/person_off_two_tone.cljs
================================================
(ns reagent-mui.icons.person-off-two-tone
"Imports @mui/icons-material/PersonOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-off-two-tone (create-svg-icon [(e "path" #js {"d" "m15.17 18-3-3H12c-2.37 0-4.29.73-5.48 1.34-.32.16-.52.5-.52.88V18h9.17zM10.13 7.3C10.41 6.54 11.14 6 12 6c1.1 0 2 .9 2 2 0 .86-.54 1.59-1.3 1.87", "opacity" ".3"}) (e "path" #js {"d" "m20 17.17-3.37-3.38c.64.22 1.23.48 1.77.76.97.51 1.58 1.52 1.6 2.62zm1.19 4.02-1.41 1.41-2.61-2.6H4v-2.78c0-1.12.61-2.15 1.61-2.66 1.29-.66 2.87-1.22 4.67-1.45L1.39 4.22 2.8 2.81l18.39 18.38zM15.17 18l-3-3H12c-2.37 0-4.29.73-5.48 1.34-.32.16-.52.5-.52.88V18h9.17zM12 6c1.1 0 2 .9 2 2 0 .86-.54 1.59-1.3 1.87l1.48 1.48C15.28 10.64 16 9.4 16 8c0-2.21-1.79-4-4-4-1.4 0-2.64.72-3.35 1.82l1.48 1.48C10.41 6.54 11.14 6 12 6z"})]
"PersonOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/person_outline.cljs
================================================
(ns reagent-mui.icons.person-outline
"Imports @mui/icons-material/PersonOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-outline (create-svg-icon (e "path" #js {"d" "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"})
"PersonOutline"))
================================================
FILE: src/icons/reagent_mui/icons/person_outline_outlined.cljs
================================================
(ns reagent-mui.icons.person-outline-outlined
"Imports @mui/icons-material/PersonOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-outline-outlined (create-svg-icon (e "path" #js {"d" "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"})
"PersonOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/person_outline_rounded.cljs
================================================
(ns reagent-mui.icons.person-outline-rounded
"Imports @mui/icons-material/PersonOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-outline-rounded (create-svg-icon (e "path" #js {"d" "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v2c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-2c0-2.66-5.33-4-8-4z"})
"PersonOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/person_outline_sharp.cljs
================================================
(ns reagent-mui.icons.person-outline-sharp
"Imports @mui/icons-material/PersonOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-outline-sharp (create-svg-icon (e "path" #js {"d" "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"})
"PersonOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/person_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.person-outline-two-tone
"Imports @mui/icons-material/PersonOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-outline-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "8", "r" "2.1", "opacity" ".3"}) (e "path" #js {"d" "M12 14.9c-2.97 0-6.1 1.46-6.1 2.1v1.1h12.2V17c0-.64-3.13-2.1-6.1-2.1z", "opacity" ".3"}) (e "path" #js {"d" "M12 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6.1 5.1H5.9V17c0-.64 3.13-2.1 6.1-2.1s6.1 1.46 6.1 2.1v1.1zM12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6.1c1.16 0 2.1.94 2.1 2.1 0 1.16-.94 2.1-2.1 2.1S9.9 9.16 9.9 8c0-1.16.94-2.1 2.1-2.1z"})]
"PersonOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/person_outlined.cljs
================================================
(ns reagent-mui.icons.person-outlined
"Imports @mui/icons-material/PersonOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-outlined (create-svg-icon (e "path" #js {"d" "M12 6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0 10c2.7 0 5.8 1.29 6 2H6c.23-.72 3.31-2 6-2m0-12C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 10c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"})
"PersonOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/person_pin.cljs
================================================
(ns reagent-mui.icons.person-pin
"Imports @mui/icons-material/PersonPin as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-pin (create-svg-icon (e "path" #js {"d" "M12 2c-4.97 0-9 4.03-9 9 0 4.17 2.84 7.67 6.69 8.69L12 22l2.31-2.31C18.16 18.67 21 15.17 21 11c0-4.97-4.03-9-9-9zm0 2c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.3c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z"})
"PersonPin"))
================================================
FILE: src/icons/reagent_mui/icons/person_pin_circle.cljs
================================================
(ns reagent-mui.icons.person-pin-circle
"Imports @mui/icons-material/PersonPinCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-pin-circle (create-svg-icon (e "path" #js {"d" "M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm0 2c1.1 0 2 .9 2 2 0 1.11-.9 2-2 2s-2-.89-2-2c0-1.1.9-2 2-2zm0 10c-1.67 0-3.14-.85-4-2.15.02-1.32 2.67-2.05 4-2.05s3.98.73 4 2.05c-.86 1.3-2.33 2.15-4 2.15z"})
"PersonPinCircle"))
================================================
FILE: src/icons/reagent_mui/icons/person_pin_circle_outlined.cljs
================================================
(ns reagent-mui.icons.person-pin-circle-outlined
"Imports @mui/icons-material/PersonPinCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-pin-circle-outlined (create-svg-icon (e "path" #js {"d" "M12 11c1.33 0 4 .67 4 2v.16c-.97 1.12-2.4 1.84-4 1.84s-3.03-.72-4-1.84V13c0-1.33 2.67-2 4-2zm0-1c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6 .2C18 6.57 15.35 4 12 4s-6 2.57-6 6.2c0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.8 6-9.14zM12 2c4.2 0 8 3.22 8 8.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2z"})
"PersonPinCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/person_pin_circle_rounded.cljs
================================================
(ns reagent-mui.icons.person-pin-circle-rounded
"Imports @mui/icons-material/PersonPinCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-pin-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4.2 0-8 3.22-8 8.2 0 3.18 2.45 6.92 7.34 11.22.36.32.97.32 1.33 0C17.55 17.12 20 13.38 20 10.2 20 5.22 16.2 2 12 2zM7.69 12.49C8.88 11.56 10.37 11 12 11s3.12.56 4.31 1.49C15.45 13.98 13.85 15 12 15s-3.45-1.02-4.31-2.51zM12 6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z"})
"PersonPinCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/person_pin_circle_sharp.cljs
================================================
(ns reagent-mui.icons.person-pin-circle-sharp
"Imports @mui/icons-material/PersonPinCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-pin-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 11c-1.33 0-4 .67-4 2v.16c.97 1.12 2.4 1.84 4 1.84s3.03-.72 4-1.84V13c0-1.33-2.67-2-4-2zm0-1c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0-8c4.2 0 8 3.22 8 8.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2z"})
"PersonPinCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/person_pin_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.person-pin-circle-two-tone
"Imports @mui/icons-material/PersonPinCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-pin-circle-two-tone (create-svg-icon [(e "path" #js {"fillOpacity" ".3", "d" "M18.5 10.2c0 2.57-2.1 5.79-6.16 9.51l-.34.3-.34-.31C7.6 15.99 5.5 12.77 5.5 10.2c0-3.84 2.82-6.7 6.5-6.7s6.5 2.85 6.5 6.7z"}) (e "path" #js {"d" "M12 11c1.33 0 4 .67 4 2v.16c-.97 1.12-2.4 1.84-4 1.84s-3.03-.72-4-1.84V13c0-1.33 2.67-2 4-2zm0-1c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6 .2C18 6.57 15.35 4 12 4s-6 2.57-6 6.2c0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.8 6-9.14zM12 2c4.2 0 8 3.22 8 8.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2z"})]
"PersonPinCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/person_pin_outlined.cljs
================================================
(ns reagent-mui.icons.person-pin-outlined
"Imports @mui/icons-material/PersonPinOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-pin-outlined (create-svg-icon (e "path" #js {"d" "M19 2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h4l3 3 3-3h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 16h-4.83l-.59.59L12 20.17l-1.59-1.59-.58-.58H5V4h14v14zm-7-7c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm6 8.58c0-2.5-3.97-3.58-6-3.58s-6 1.08-6 3.58V17h12v-1.42zM8.48 15c.74-.51 2.23-1 3.52-1s2.78.49 3.52 1H8.48z"})
"PersonPinOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/person_pin_rounded.cljs
================================================
(ns reagent-mui.icons.person-pin-rounded
"Imports @mui/icons-material/PersonPinRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-pin-rounded (create-svg-icon (e "path" #js {"d" "M19 2H5c-1.11 0-2 .9-2 2v14c0 1.1.9 2 2 2h4l2.29 2.29c.39.39 1.02.39 1.41 0L15 20h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 3.3c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7S9.3 9.49 9.3 8s1.21-2.7 2.7-2.7zM18 16H6v-.9c0-2 4-3.1 6-3.1s6 1.1 6 3.1v.9z"})
"PersonPinRounded"))
================================================
FILE: src/icons/reagent_mui/icons/person_pin_sharp.cljs
================================================
(ns reagent-mui.icons.person-pin-sharp
"Imports @mui/icons-material/PersonPinSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-pin-sharp (create-svg-icon (e "path" #js {"d" "M21 2H3v18h6l3 3 3-3h6V2zm-9 3.3c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7S9.3 9.49 9.3 8s1.21-2.7 2.7-2.7zM18 16H6v-.9c0-2 4-3.1 6-3.1s6 1.1 6 3.1v.9z"})
"PersonPinSharp"))
================================================
FILE: src/icons/reagent_mui/icons/person_pin_two_tone.cljs
================================================
(ns reagent-mui.icons.person-pin-two-tone
"Imports @mui/icons-material/PersonPinTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-pin-two-tone (create-svg-icon [(e "path" #js {"d" "m9.83 18 .59.59L12 20.17l1.59-1.59.58-.58H19V4H5v14h4.83zM12 5c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3zM6 15.58C6 13.08 9.97 12 12 12s6 1.08 6 3.58V17H6v-1.42z", "opacity" ".3"}) (e "path" #js {"d" "m9 20 3 3 3-3h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h4zM5 4h14v14h-4.83l-.59.59L12 20.17l-1.59-1.59-.58-.58H5V4zm7 7c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm6 8.58c0-2.5-3.97-3.58-6-3.58s-6 1.08-6 3.58V17h12v-1.42zM8.48 15c.74-.51 2.23-1 3.52-1s2.78.49 3.52 1H8.48z"})]
"PersonPinTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/person_remove.cljs
================================================
(ns reagent-mui.icons.person-remove
"Imports @mui/icons-material/PersonRemove as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-remove (create-svg-icon (e "path" #js {"d" "M14 8c0-2.21-1.79-4-4-4S6 5.79 6 8s1.79 4 4 4 4-1.79 4-4zm3 2v2h6v-2h-6zM2 18v2h16v-2c0-2.66-5.33-4-8-4s-8 1.34-8 4z"})
"PersonRemove"))
================================================
FILE: src/icons/reagent_mui/icons/person_remove_alt_1.cljs
================================================
(ns reagent-mui.icons.person-remove-alt-1
"Imports @mui/icons-material/PersonRemoveAlt1 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-remove-alt-1 (create-svg-icon (e "path" #js {"d" "M14 8c0-2.21-1.79-4-4-4S6 5.79 6 8s1.79 4 4 4 4-1.79 4-4zm3 2v2h6v-2h-6zM2 18v2h16v-2c0-2.66-5.33-4-8-4s-8 1.34-8 4z"})
"PersonRemoveAlt1"))
================================================
FILE: src/icons/reagent_mui/icons/person_remove_alt_1_outlined.cljs
================================================
(ns reagent-mui.icons.person-remove-alt-1-outlined
"Imports @mui/icons-material/PersonRemoveAlt1Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-remove-alt-1-outlined (create-svg-icon (e "path" #js {"d" "M14 8c0-2.21-1.79-4-4-4S6 5.79 6 8s1.79 4 4 4 4-1.79 4-4zm-2 0c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zM2 18v2h16v-2c0-2.66-5.33-4-8-4s-8 1.34-8 4zm2 0c.2-.71 3.3-2 6-2 2.69 0 5.77 1.28 6 2H4zm13-8h6v2h-6z"})
"PersonRemoveAlt1Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/person_remove_alt_1_rounded.cljs
================================================
(ns reagent-mui.icons.person-remove-alt-1-rounded
"Imports @mui/icons-material/PersonRemoveAlt1Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-remove-alt-1-rounded (create-svg-icon (e "path" #js {"d" "M14 8c0-2.21-1.79-4-4-4S6 5.79 6 8s1.79 4 4 4 4-1.79 4-4zM2 18v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4s-8 1.34-8 4zm16-8h4c.55 0 1 .45 1 1s-.45 1-1 1h-4c-.55 0-1-.45-1-1s.45-1 1-1z"})
"PersonRemoveAlt1Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/person_remove_alt_1_sharp.cljs
================================================
(ns reagent-mui.icons.person-remove-alt-1-sharp
"Imports @mui/icons-material/PersonRemoveAlt1Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-remove-alt-1-sharp (create-svg-icon (e "path" #js {"d" "M14 8c0-2.21-1.79-4-4-4S6 5.79 6 8s1.79 4 4 4 4-1.79 4-4zm3 2v2h6v-2h-6zM2 18v2h16v-2c0-2.66-5.33-4-8-4s-8 1.34-8 4z"})
"PersonRemoveAlt1Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/person_remove_alt_1_two_tone.cljs
================================================
(ns reagent-mui.icons.person-remove-alt-1-two-tone
"Imports @mui/icons-material/PersonRemoveAlt1TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-remove-alt-1-two-tone (create-svg-icon [(e "path" #js {"d" "M10 16c2.69 0 5.77 1.28 6 2H4c.2-.71 3.3-2 6-2z", "opacity" ".3"}) (e "circle" #js {"cx" "10", "cy" "8", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M14 8c0-2.21-1.79-4-4-4S6 5.79 6 8s1.79 4 4 4 4-1.79 4-4zm-2 0c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zM2 18v2h16v-2c0-2.66-5.33-4-8-4s-8 1.34-8 4zm2 0c.2-.71 3.3-2 6-2 2.69 0 5.77 1.28 6 2H4zm13-8h6v2h-6z"})]
"PersonRemoveAlt1TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/person_remove_outlined.cljs
================================================
(ns reagent-mui.icons.person-remove-outlined
"Imports @mui/icons-material/PersonRemoveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-remove-outlined (create-svg-icon (e "path" #js {"d" "M14 8c0-2.21-1.79-4-4-4S6 5.79 6 8s1.79 4 4 4 4-1.79 4-4zm-2 0c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zM2 18v2h16v-2c0-2.66-5.33-4-8-4s-8 1.34-8 4zm2 0c.2-.71 3.3-2 6-2 2.69 0 5.77 1.28 6 2H4zm13-8h6v2h-6z"})
"PersonRemoveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/person_remove_rounded.cljs
================================================
(ns reagent-mui.icons.person-remove-rounded
"Imports @mui/icons-material/PersonRemoveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-remove-rounded (create-svg-icon (e "path" #js {"d" "M14 8c0-2.21-1.79-4-4-4S6 5.79 6 8s1.79 4 4 4 4-1.79 4-4zM2 18v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4s-8 1.34-8 4zm16-8h4c.55 0 1 .45 1 1s-.45 1-1 1h-4c-.55 0-1-.45-1-1s.45-1 1-1z"})
"PersonRemoveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/person_remove_sharp.cljs
================================================
(ns reagent-mui.icons.person-remove-sharp
"Imports @mui/icons-material/PersonRemoveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-remove-sharp (create-svg-icon (e "path" #js {"d" "M14 8c0-2.21-1.79-4-4-4S6 5.79 6 8s1.79 4 4 4 4-1.79 4-4zm3 2v2h6v-2h-6zM2 18v2h16v-2c0-2.66-5.33-4-8-4s-8 1.34-8 4z"})
"PersonRemoveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/person_remove_two_tone.cljs
================================================
(ns reagent-mui.icons.person-remove-two-tone
"Imports @mui/icons-material/PersonRemoveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-remove-two-tone (create-svg-icon [(e "path" #js {"d" "M10 16c2.69 0 5.77 1.28 6 2H4c.2-.71 3.3-2 6-2z", "opacity" ".3"}) (e "circle" #js {"cx" "10", "cy" "8", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M14 8c0-2.21-1.79-4-4-4S6 5.79 6 8s1.79 4 4 4 4-1.79 4-4zm-2 0c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zM2 18v2h16v-2c0-2.66-5.33-4-8-4s-8 1.34-8 4zm2 0c.2-.71 3.3-2 6-2 2.69 0 5.77 1.28 6 2H4zm13-8h6v2h-6z"})]
"PersonRemoveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/person_rounded.cljs
================================================
(ns reagent-mui.icons.person-rounded
"Imports @mui/icons-material/PersonRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-rounded (create-svg-icon (e "path" #js {"d" "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4z"})
"PersonRounded"))
================================================
FILE: src/icons/reagent_mui/icons/person_search.cljs
================================================
(ns reagent-mui.icons.person-search
"Imports @mui/icons-material/PersonSearch as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-search (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "8", "r" "4"}) (e "path" #js {"d" "M10.35 14.01C7.62 13.91 2 15.27 2 18v2h9.54c-2.47-2.76-1.23-5.89-1.19-5.99zm9.08 4.01c.36-.59.57-1.28.57-2.02 0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4c.74 0 1.43-.22 2.02-.57L20.59 22 22 20.59l-2.57-2.57zM16 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"PersonSearch"))
================================================
FILE: src/icons/reagent_mui/icons/person_search_outlined.cljs
================================================
(ns reagent-mui.icons.person-search-outlined
"Imports @mui/icons-material/PersonSearchOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-search-outlined (create-svg-icon (e "path" #js {"d" "M10 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM4 18c.22-.72 3.31-2 6-2 0-.7.13-1.37.35-1.99C7.62 13.91 2 15.27 2 18v2h9.54c-.52-.58-.93-1.25-1.19-2H4zm15.43.02c.36-.59.57-1.28.57-2.02 0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4c.74 0 1.43-.22 2.02-.57L20.59 22 22 20.59c-1.5-1.5-.79-.8-2.57-2.57zM16 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"PersonSearchOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/person_search_rounded.cljs
================================================
(ns reagent-mui.icons.person-search-rounded
"Imports @mui/icons-material/PersonSearchRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-search-rounded (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "8", "r" "4"}) (e "path" #js {"d" "M10.35 14.01C7.62 13.91 2 15.27 2 18v1c0 .55.45 1 1 1h8.54c-2.47-2.76-1.23-5.89-1.19-5.99zm9.08 4.01c.47-.8.7-1.77.48-2.82-.34-1.64-1.72-2.95-3.38-3.16-2.63-.34-4.85 1.87-4.5 4.5.22 1.66 1.52 3.04 3.16 3.38 1.05.22 2.02-.01 2.82-.48l1.86 1.86c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-1.85-1.87zM16 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"PersonSearchRounded"))
================================================
FILE: src/icons/reagent_mui/icons/person_search_sharp.cljs
================================================
(ns reagent-mui.icons.person-search-sharp
"Imports @mui/icons-material/PersonSearchSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-search-sharp (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "8", "r" "4"}) (e "path" #js {"d" "M10.35 14.01C7.62 13.91 2 15.27 2 18v2h9.54c-2.47-2.76-1.23-5.89-1.19-5.99zm9.08 4.01c.36-.59.57-1.28.57-2.02 0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4c.74 0 1.43-.22 2.02-.57L20.59 22 22 20.59l-2.57-2.57zM16 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"PersonSearchSharp"))
================================================
FILE: src/icons/reagent_mui/icons/person_search_two_tone.cljs
================================================
(ns reagent-mui.icons.person-search-two-tone
"Imports @mui/icons-material/PersonSearchTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-search-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18c.22-.72 3.31-2 6-2 0-.7.13-1.37.35-1.99C7.62 13.91 2 15.27 2 18v2h9.54c-.52-.58-.93-1.25-1.19-2H4zm6-5c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .89 2 2 0 1.1-.9 2-2 2s-2-.9-2-2c0-1.11.9-2 2-2z"}) (e "path" #js {"d" "M10.35 18s-.35-.79-.35-2c-2.69 0-5.77 1.28-6 2h6.35z", "opacity" ".3"}) (e "path" #js {"d" "M19.43 18.02c.36-.59.57-1.28.57-2.02 0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4c.74 0 1.43-.22 2.02-.57L20.59 22 22 20.59c-1.5-1.5-.79-.8-2.57-2.57zM16 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}) (e "circle" #js {"cx" "10", "cy" "9", "r" "2", "opacity" ".3"})]
"PersonSearchTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/person_sharp.cljs
================================================
(ns reagent-mui.icons.person-sharp
"Imports @mui/icons-material/PersonSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-sharp (create-svg-icon (e "path" #js {"d" "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"})
"PersonSharp"))
================================================
FILE: src/icons/reagent_mui/icons/person_two_tone.cljs
================================================
(ns reagent-mui.icons.person-two-tone
"Imports @mui/icons-material/PersonTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def person-two-tone (create-svg-icon [(e "path" #js {"d" "M12 16c-2.69 0-5.77 1.28-6 2h12c-.2-.71-3.3-2-6-2z", "opacity" ".3"}) (e "circle" #js {"cx" "12", "cy" "8", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M12 14c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm-6 4c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2H6zm6-6c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z"})]
"PersonTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/personal_video.cljs
================================================
(ns reagent-mui.icons.personal-video
"Imports @mui/icons-material/PersonalVideo as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def personal-video (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.11-.9-2-2-2zm0 14H3V5h18v12z"})
"PersonalVideo"))
================================================
FILE: src/icons/reagent_mui/icons/personal_video_outlined.cljs
================================================
(ns reagent-mui.icons.personal-video-outlined
"Imports @mui/icons-material/PersonalVideoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def personal-video-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.11-.9-2-2-2zm0 14H3V5h18v12z"})
"PersonalVideoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/personal_video_rounded.cljs
================================================
(ns reagent-mui.icons.personal-video-rounded
"Imports @mui/icons-material/PersonalVideoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def personal-video-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.11-.9-2-2-2zm-1 14H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1z"})
"PersonalVideoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/personal_video_sharp.cljs
================================================
(ns reagent-mui.icons.personal-video-sharp
"Imports @mui/icons-material/PersonalVideoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def personal-video-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v16h7v2h8v-2h6.99L23 3zm-2 14H3V5h18v12z"})
"PersonalVideoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/personal_video_two_tone.cljs
================================================
(ns reagent-mui.icons.personal-video-two-tone
"Imports @mui/icons-material/PersonalVideoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def personal-video-two-tone (create-svg-icon [(e "path" #js {"d" "M3 5h18v12H3z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.11-.9-2-2-2zm0 14H3V5h18v12z"})]
"PersonalVideoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pest_control.cljs
================================================
(ns reagent-mui.icons.pest-control
"Imports @mui/icons-material/PestControl as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pest-control (create-svg-icon (e "path" #js {"d" "M21 15v-2h-3.07c-.05-.39-.12-.77-.22-1.14l2.58-1.49-1-1.73L16.92 10c-.28-.48-.62-.91-.99-1.29.04-.23.07-.46.07-.71 0-.8-.24-1.55-.65-2.18L17 4.17l-1.41-1.41-1.72 1.72c-1.68-.89-3.1-.33-3.73 0L8.41 2.76 7 4.17l1.65 1.65C8.24 6.45 8 7.2 8 8c0 .25.03.48.07.72-.37.38-.71.81-.99 1.28L4.71 8.63l-1 1.73 2.58 1.49c-.1.37-.17.75-.22 1.14H3v2h3.07c.05.39.12.77.22 1.14l-2.58 1.49 1 1.73L7.08 18c1.08 1.81 2.88 3 4.92 3s3.84-1.19 4.92-3l2.37 1.37 1-1.73-2.58-1.49c.1-.37.17-.75.22-1.14H21zm-8 2h-2v-6h2v6z"})
"PestControl"))
================================================
FILE: src/icons/reagent_mui/icons/pest_control_outlined.cljs
================================================
(ns reagent-mui.icons.pest-control-outlined
"Imports @mui/icons-material/PestControlOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pest-control-outlined (create-svg-icon [(e "path" #js {"d" "M21 15v-2h-3.07c-.05-.39-.12-.77-.22-1.14l2.58-1.49-1-1.73L16.92 10c-.28-.48-.62-.91-.99-1.29.1-.56.2-1.69-.58-2.89L17 4.17l-1.41-1.41-1.72 1.72c-1.68-.89-3.1-.33-3.73 0L8.41 2.76 7 4.17l1.65 1.65c-.78 1.2-.68 2.34-.58 2.89-.37.39-.71.82-.99 1.29L4.71 8.63l-1 1.73 2.58 1.49c-.1.37-.17.75-.22 1.14H3v2h3.07c.05.39.12.77.22 1.14l-2.58 1.49 1 1.73L7.08 18c1.08 1.81 2.88 3 4.92 3s3.84-1.19 4.92-3l2.37 1.37 1-1.73-2.58-1.49c.1-.37.17-.75.22-1.14H21zm-9-9c.88 0 1.62.57 1.88 1.36C13.29 7.13 12.66 7 12 7s-1.29.13-1.88.36C10.38 6.57 11.12 6 12 6zm0 13c-2.21 0-4-2.24-4-5s1.79-5 4-5 4 2.24 4 5-1.79 5-4 5z"}) (e "path" #js {"d" "M11 11h2v6h-2z"})]
"PestControlOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pest_control_rodent.cljs
================================================
(ns reagent-mui.icons.pest-control-rodent
"Imports @mui/icons-material/PestControlRodent as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pest-control-rodent (create-svg-icon (e "path" #js {"d" "m21.31 17.38-2.39-2.13c.52-2.36-1.36-4.25-3.42-4.25-1.16 0-3.5.9-3.5 3.5 0 .97.39 1.84 1.03 2.47l-.71.71C11.5 16.87 11 15.74 11 14.5c0-1.7.96-3.17 2.35-3.93-.7-.36-1.48-.57-2.28-.57-2.38 0-4.37 1.65-4.91 3.87C4.91 13.5 4 12.36 4 11c0-1.66 1.34-3 3-3h2.5C10.88 8 12 6.88 12 5.5S10.88 3 9.5 3H8c-.55 0-1 .45-1 1s.45 1 1 1h1.5c.28 0 .5.22.5.5s-.22.5-.5.5H7c-2.76 0-5 2.24-5 5 0 2.42 1.72 4.44 4 4.9v.03C6 18.73 8.27 21 11.07 21h8.86c1.87 0 2.81-2.34 1.38-3.62zM18 19c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"PestControlRodent"))
================================================
FILE: src/icons/reagent_mui/icons/pest_control_rodent_outlined.cljs
================================================
(ns reagent-mui.icons.pest-control-rodent-outlined
"Imports @mui/icons-material/PestControlRodentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pest-control-rodent-outlined (create-svg-icon [(e "circle" #js {"cx" "17", "cy" "17", "r" "1"}) (e "path" #js {"d" "m20.86 14.97-.93-.84c.48-3.45-2.87-6.04-6.05-4.82C13.3 9.11 12.66 9 12 9c-4.26 0-5.65 3.58-5.89 4.85C4.89 13.47 4 12.35 4 11c0-1.66 1.34-3 3-3h2.5C10.88 8 12 6.88 12 5.5S10.88 3 9.5 3H8c-.55 0-1 .45-1 1s.45 1 1 1h1.5c.28 0 .5.22.5.5s-.22.5-.5.5H7c-2.76 0-5 2.24-5 5 0 2.44 1.76 4.47 4.07 4.91C6.51 18.79 8.99 21 12 21h6.53c3.11 0 4.7-3.89 2.33-6.03zM18.53 19H12c-1.21 0-2.34-.54-3.11-1.48-.78-.95-1.06-2.16-.8-3.41.31-1.48 1.51-2.69 2.99-3.01.22-.05.45-.06.67-.07-.47.71-.75 1.55-.75 2.47 0 1.24.5 2.37 1.32 3.18l1.41-1.41c-.45-.45-.73-1.08-.73-1.77 0-1.42 1.2-2.5 2.5-2.5 1.38 0 2.5 1.12 2.5 2.5 0 .46-.13.88-.35 1.25l1.87 1.7c.31.28.48.67.48 1.09 0 .8-.66 1.46-1.47 1.46z"})]
"PestControlRodentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pest_control_rodent_rounded.cljs
================================================
(ns reagent-mui.icons.pest-control-rodent-rounded
"Imports @mui/icons-material/PestControlRodentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pest-control-rodent-rounded (create-svg-icon (e "path" #js {"d" "m21.31 17.38-2.39-2.13c.52-2.36-1.36-4.25-3.42-4.25-1.16 0-3.5.9-3.5 3.5 0 .81.27 1.55.74 2.15.15.2.14.48-.04.66-.21.21-.56.19-.75-.04-.6-.77-.95-1.73-.95-2.77 0-1.7.96-3.17 2.35-3.93-.7-.36-1.48-.57-2.28-.57-2.38 0-4.37 1.65-4.91 3.87-1.33-.39-2.28-1.66-2.15-3.14C4.15 9.16 5.54 8 7.11 8h2c1.58 0 2.75-.95 2.87-2.25C12.13 4.25 10.96 3 9.5 3H8.05c-.5 0-.96.34-1.04.83C6.91 4.46 7.39 5 8 5h1.5c.28 0 .5.22.5.5s-.22.5-.5.5H7.16c-2.67 0-4.99 2.03-5.15 4.7-.15 2.55 1.61 4.72 3.99 5.2v.03C6 18.73 8.27 21 11.07 21h8.86c1.87 0 2.81-2.34 1.38-3.62zM18 19c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"PestControlRodentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pest_control_rodent_sharp.cljs
================================================
(ns reagent-mui.icons.pest-control-rodent-sharp
"Imports @mui/icons-material/PestControlRodentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pest-control-rodent-sharp (create-svg-icon (e "path" #js {"d" "m21.31 17.38-2.39-2.13c.52-2.36-1.36-4.25-3.42-4.25-1.16 0-3.5.9-3.5 3.5 0 .97.39 1.84 1.03 2.47l-.71.71C11.5 16.87 11 15.74 11 14.5c0-1.7.96-3.17 2.35-3.93-.7-.36-1.48-.57-2.28-.57-2.38 0-4.37 1.65-4.91 3.87C4.91 13.5 4 12.36 4 11c0-1.66 1.34-3 3-3h2.5C10.88 8 12 6.88 12 5.5S10.88 3 9.5 3H7v2h2.5c.28 0 .5.22.5.5s-.22.5-.5.5H7c-2.76 0-5 2.24-5 5 0 2.42 1.72 4.44 4 4.9v.03C6 18.73 8.27 21 11.07 21h8.86c1.87 0 2.81-2.34 1.38-3.62zM18 19c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"PestControlRodentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pest_control_rodent_two_tone.cljs
================================================
(ns reagent-mui.icons.pest-control-rodent-two-tone
"Imports @mui/icons-material/PestControlRodentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pest-control-rodent-two-tone (create-svg-icon [(e "path" #js {"d" "M17.65 14.75c.22-.37.35-.79.35-1.25 0-1.38-1.12-2.5-2.5-2.5-1.3 0-2.5 1.08-2.5 2.5 0 .69.28 1.32.73 1.77l-1.41 1.41C11.5 15.87 11 14.74 11 13.5c0-.92.28-1.76.75-2.47-.22.01-.44.02-.67.07-1.48.32-2.68 1.53-2.99 3.01-.26 1.24.02 2.45.8 3.41.77.94 1.9 1.48 3.11 1.48h6.53c.81 0 1.47-.66 1.47-1.47 0-.41-.17-.81-.48-1.09l-1.87-1.69zM17 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "circle" #js {"cx" "17", "cy" "17", "r" "1"}) (e "path" #js {"d" "m20.86 14.97-.93-.84c.48-3.45-2.87-6.04-6.05-4.82C13.3 9.11 12.66 9 12 9c-4.26 0-5.65 3.58-5.89 4.85C4.89 13.47 4 12.35 4 11c0-1.66 1.34-3 3-3h2.5C10.88 8 12 6.88 12 5.5S10.88 3 9.5 3H8c-.55 0-1 .45-1 1s.45 1 1 1h1.5c.28 0 .5.22.5.5s-.22.5-.5.5H7c-2.76 0-5 2.24-5 5 0 2.44 1.76 4.47 4.07 4.91C6.51 18.79 8.99 21 12 21h6.53c3.11 0 4.7-3.89 2.33-6.03zM18.53 19H12c-1.21 0-2.34-.54-3.11-1.48-.78-.95-1.06-2.16-.8-3.41.31-1.48 1.51-2.69 2.99-3.01.22-.05.45-.06.67-.07-.47.71-.75 1.55-.75 2.47 0 1.24.5 2.37 1.32 3.18l1.41-1.41c-.45-.45-.73-1.08-.73-1.77 0-1.42 1.2-2.5 2.5-2.5 1.38 0 2.5 1.12 2.5 2.5 0 .46-.13.88-.35 1.25l1.87 1.7c.31.28.48.67.48 1.09 0 .8-.66 1.46-1.47 1.46z"})]
"PestControlRodentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pest_control_rounded.cljs
================================================
(ns reagent-mui.icons.pest-control-rounded
"Imports @mui/icons-material/PestControlRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pest-control-rounded (create-svg-icon (e "path" #js {"d" "M21 14c0-.55-.45-1-1-1h-2.07c-.05-.39-.12-.77-.22-1.14l1.72-.99c.48-.28.64-.89.37-1.37-.28-.48-.89-.64-1.37-.37l-1.51.87c-.28-.48-.62-.91-.99-1.29.04-.23.07-.46.07-.71 0-.8-.24-1.55-.65-2.18l.94-.94c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-1.02 1.02c-1.68-.89-3.1-.33-3.73 0L9.12 3.46a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.94.94C8.24 6.45 8 7.2 8 8c0 .25.03.48.07.72-.37.38-.71.81-.99 1.28l-1.51-.87c-.48-.27-1.09-.11-1.36.37-.28.48-.11 1.09.37 1.37l1.72.99c-.1.37-.17.75-.22 1.14H4c-.55 0-1 .45-1 1s.45 1 1 1h2.07c.05.39.12.77.22 1.14l-1.72.99c-.48.28-.64.89-.37 1.37.28.48.89.64 1.37.37L7.08 18c1.08 1.81 2.88 3 4.92 3s3.84-1.19 4.92-3l1.51.87c.48.28 1.09.11 1.37-.37s.11-1.09-.37-1.37l-1.72-.99c.1-.37.17-.75.22-1.14H20c.55 0 1-.45 1-1zm-9 3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1z"})
"PestControlRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pest_control_sharp.cljs
================================================
(ns reagent-mui.icons.pest-control-sharp
"Imports @mui/icons-material/PestControlSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pest-control-sharp (create-svg-icon (e "path" #js {"d" "M21 15v-2h-3.07c-.05-.39-.12-.77-.22-1.14l2.58-1.49-1-1.73L16.92 10c-.28-.48-.62-.91-.99-1.29.04-.23.07-.46.07-.71 0-.8-.24-1.55-.65-2.18L17 4.17l-1.41-1.41-1.72 1.72c-1.68-.89-3.1-.33-3.73 0L8.41 2.76 7 4.17l1.65 1.65C8.24 6.45 8 7.2 8 8c0 .25.03.48.07.72-.37.38-.71.81-.99 1.28L4.71 8.63l-1 1.73 2.58 1.49c-.1.37-.17.75-.22 1.14H3v2h3.07c.05.39.12.77.22 1.14l-2.58 1.49 1 1.73L7.08 18c1.08 1.81 2.88 3 4.92 3s3.84-1.19 4.92-3l2.37 1.37 1-1.73-2.58-1.49c.1-.37.17-.75.22-1.14H21zm-8 2h-2v-6h2v6z"})
"PestControlSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pest_control_two_tone.cljs
================================================
(ns reagent-mui.icons.pest-control-two-tone
"Imports @mui/icons-material/PestControlTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pest-control-two-tone (create-svg-icon [(e "path" #js {"d" "M12 9c-2.21 0-4 2.24-4 5s1.79 5 4 5 4-2.24 4-5-1.79-5-4-5zm1 8h-2v-6h2v6zm.88-9.64C13.62 6.57 12.88 6 12 6s-1.62.57-1.88 1.36C10.71 7.13 11.34 7 12 7s1.29.13 1.88.36z", "opacity" ".3"}) (e "path" #js {"d" "M21 15v-2h-3.07c-.05-.39-.12-.77-.22-1.14l2.58-1.49-1-1.73L16.92 10c-.28-.48-.62-.91-.99-1.29.1-.56.2-1.69-.58-2.89L17 4.17l-1.41-1.41-1.72 1.72c-1.68-.89-3.1-.33-3.73 0L8.41 2.76 7 4.17l1.65 1.65c-.78 1.2-.68 2.34-.58 2.89-.37.39-.71.82-.99 1.29L4.71 8.63l-1 1.73 2.58 1.49c-.1.37-.17.75-.22 1.14H3v2h3.07c.05.39.12.77.22 1.14l-2.58 1.49 1 1.73L7.08 18c1.08 1.81 2.88 3 4.92 3s3.84-1.19 4.92-3l2.37 1.37 1-1.73-2.58-1.49c.1-.37.17-.75.22-1.14H21zm-9-9c.88 0 1.62.57 1.88 1.36C13.29 7.13 12.66 7 12 7s-1.29.13-1.88.36C10.38 6.57 11.12 6 12 6zm0 13c-2.21 0-4-2.24-4-5s1.79-5 4-5 4 2.24 4 5-1.79 5-4 5z"}) (e "path" #js {"d" "M11 11h2v6h-2z"})]
"PestControlTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pets.cljs
================================================
(ns reagent-mui.icons.pets
"Imports @mui/icons-material/Pets as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pets (create-svg-icon [(e "circle" #js {"cx" "4.5", "cy" "9.5", "r" "2.5"}) (e "circle" #js {"cx" "9", "cy" "5.5", "r" "2.5"}) (e "circle" #js {"cx" "15", "cy" "5.5", "r" "2.5"}) (e "circle" #js {"cx" "19.5", "cy" "9.5", "r" "2.5"}) (e "path" #js {"d" "M17.34 14.86c-.87-1.02-1.6-1.89-2.48-2.91-.46-.54-1.05-1.08-1.75-1.32-.11-.04-.22-.07-.33-.09-.25-.04-.52-.04-.78-.04s-.53 0-.79.05c-.11.02-.22.05-.33.09-.7.24-1.28.78-1.75 1.32-.87 1.02-1.6 1.89-2.48 2.91-1.31 1.31-2.92 2.76-2.62 4.79.29 1.02 1.02 2.03 2.33 2.32.73.15 3.06-.44 5.54-.44h.18c2.48 0 4.81.58 5.54.44 1.31-.29 2.04-1.31 2.33-2.32.31-2.04-1.3-3.49-2.61-4.8z"})]
"Pets"))
================================================
FILE: src/icons/reagent_mui/icons/pets_outlined.cljs
================================================
(ns reagent-mui.icons.pets-outlined
"Imports @mui/icons-material/PetsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pets-outlined (create-svg-icon [(e "circle" #js {"cx" "4.5", "cy" "9.5", "r" "2.5"}) (e "circle" #js {"cx" "9", "cy" "5.5", "r" "2.5"}) (e "circle" #js {"cx" "15", "cy" "5.5", "r" "2.5"}) (e "circle" #js {"cx" "19.5", "cy" "9.5", "r" "2.5"}) (e "path" #js {"d" "M17.34 14.86c-.87-1.02-1.6-1.89-2.48-2.91-.46-.54-1.05-1.08-1.75-1.32-.11-.04-.22-.07-.33-.09-.25-.04-.52-.04-.78-.04s-.53 0-.79.05c-.11.02-.22.05-.33.09-.7.24-1.28.78-1.75 1.32-.87 1.02-1.6 1.89-2.48 2.91-1.31 1.31-2.92 2.76-2.62 4.79.29 1.02 1.02 2.03 2.33 2.32.73.15 3.06-.44 5.54-.44h.18c2.48 0 4.81.58 5.54.44 1.31-.29 2.04-1.31 2.33-2.32.31-2.04-1.3-3.49-2.61-4.8z"})]
"PetsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pets_rounded.cljs
================================================
(ns reagent-mui.icons.pets-rounded
"Imports @mui/icons-material/PetsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pets-rounded (create-svg-icon [(e "circle" #js {"cx" "4.5", "cy" "9.5", "r" "2.5"}) (e "circle" #js {"cx" "9", "cy" "5.5", "r" "2.5"}) (e "circle" #js {"cx" "15", "cy" "5.5", "r" "2.5"}) (e "circle" #js {"cx" "19.5", "cy" "9.5", "r" "2.5"}) (e "path" #js {"d" "M17.34 14.86c-.87-1.02-1.6-1.89-2.48-2.91-.46-.54-1.05-1.08-1.75-1.32-.11-.04-.22-.07-.33-.09-.25-.04-.52-.04-.78-.04s-.53 0-.79.05c-.11.02-.22.05-.33.09-.7.24-1.28.78-1.75 1.32-.87 1.02-1.6 1.89-2.48 2.91-1.31 1.31-2.92 2.76-2.62 4.79.29 1.02 1.02 2.03 2.33 2.32.73.15 3.06-.44 5.54-.44h.18c2.48 0 4.81.58 5.54.44 1.31-.29 2.04-1.31 2.33-2.32.31-2.04-1.3-3.49-2.61-4.8z"})]
"PetsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pets_sharp.cljs
================================================
(ns reagent-mui.icons.pets-sharp
"Imports @mui/icons-material/PetsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pets-sharp (create-svg-icon [(e "circle" #js {"cx" "4.5", "cy" "9.5", "r" "2.5"}) (e "circle" #js {"cx" "9", "cy" "5.5", "r" "2.5"}) (e "circle" #js {"cx" "15", "cy" "5.5", "r" "2.5"}) (e "circle" #js {"cx" "19.5", "cy" "9.5", "r" "2.5"}) (e "path" #js {"d" "M17.34 14.86c-.87-1.02-1.6-1.89-2.48-2.91-.46-.54-1.05-1.08-1.75-1.32-.11-.04-.22-.07-.33-.09-.25-.04-.52-.04-.78-.04s-.53 0-.79.05c-.11.02-.22.05-.33.09-.7.24-1.28.78-1.75 1.32-.87 1.02-1.6 1.89-2.48 2.91-1.31 1.31-2.92 2.76-2.62 4.79.29 1.02 1.02 2.03 2.33 2.32.73.15 3.06-.44 5.54-.44h.18c2.48 0 4.81.58 5.54.44 1.31-.29 2.04-1.31 2.33-2.32.31-2.04-1.3-3.49-2.61-4.8z"})]
"PetsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pets_two_tone.cljs
================================================
(ns reagent-mui.icons.pets-two-tone
"Imports @mui/icons-material/PetsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pets-two-tone (create-svg-icon [(e "circle" #js {"cx" "4.5", "cy" "9.5", "r" "2.5"}) (e "circle" #js {"cx" "9", "cy" "5.5", "r" "2.5"}) (e "circle" #js {"cx" "15", "cy" "5.5", "r" "2.5"}) (e "circle" #js {"cx" "19.5", "cy" "9.5", "r" "2.5"}) (e "path" #js {"d" "M17.34 14.86c-.87-1.02-1.6-1.89-2.48-2.91-.46-.54-1.05-1.08-1.75-1.32-.11-.04-.22-.07-.33-.09-.25-.04-.52-.04-.78-.04s-.53 0-.79.05c-.11.02-.22.05-.33.09-.7.24-1.28.78-1.75 1.32-.87 1.02-1.6 1.89-2.48 2.91-1.31 1.31-2.92 2.76-2.62 4.79.29 1.02 1.02 2.03 2.33 2.32.73.15 3.06-.44 5.54-.44h.18c2.48 0 4.81.58 5.54.44 1.31-.29 2.04-1.31 2.33-2.32.31-2.04-1.3-3.49-2.61-4.8z"})]
"PetsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phishing.cljs
================================================
(ns reagent-mui.icons.phishing
"Imports @mui/icons-material/Phishing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phishing (create-svg-icon (e "path" #js {"d" "M19 9c0-1.3-.84-2.4-2-2.82V2h-2v4.18C13.84 6.6 13 7.7 13 9s.84 2.4 2 2.82V15c0 2.21-1.79 4-4 4s-4-1.79-4-4v-1h3L5 9v6c0 3.31 2.69 6 6 6s6-2.69 6-6v-3.18c1.16-.42 2-1.52 2-2.82zm-3 1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"Phishing"))
================================================
FILE: src/icons/reagent_mui/icons/phishing_outlined.cljs
================================================
(ns reagent-mui.icons.phishing-outlined
"Imports @mui/icons-material/PhishingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phishing-outlined (create-svg-icon (e "path" #js {"d" "M17 6.18V2h-2v4.18C13.84 6.6 13 7.7 13 9s.84 2.4 2 2.82V15c0 2.21-1.79 4-4 4s-4-1.79-4-4v-1.17l1.59 1.59L10 14 5 9v6c0 3.31 2.69 6 6 6s6-2.69 6-6v-3.18c1.16-.41 2-1.51 2-2.82s-.84-2.4-2-2.82zM16 10c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"PhishingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phishing_rounded.cljs
================================================
(ns reagent-mui.icons.phishing-rounded
"Imports @mui/icons-material/PhishingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phishing-rounded (create-svg-icon (e "path" #js {"d" "M19 9c0-1.3-.84-2.4-2-2.82V3c0-.55-.45-1-1-1s-1 .45-1 1v3.18C13.84 6.6 13 7.7 13 9s.84 2.4 2 2.82v3.01c0 2.09-1.52 3.96-3.6 4.16C9.02 19.21 7 17.34 7 15v-1h1.79c.45 0 .67-.54.35-.85l-3.29-3.3c-.31-.31-.85-.09-.85.36v4.58c0 3.05 2.19 5.77 5.21 6.16C13.87 21.42 17 18.57 17 15v-3.18c1.16-.42 2-1.52 2-2.82zm-3 1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"PhishingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phishing_sharp.cljs
================================================
(ns reagent-mui.icons.phishing-sharp
"Imports @mui/icons-material/PhishingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phishing-sharp (create-svg-icon (e "path" #js {"d" "M19 9c0-1.3-.84-2.4-2-2.82V2h-2v4.18C13.84 6.6 13 7.7 13 9s.84 2.4 2 2.82V15c0 2.21-1.79 4-4 4s-4-1.79-4-4v-1h3L5 9v6c0 3.31 2.69 6 6 6s6-2.69 6-6v-3.18c1.16-.42 2-1.52 2-2.82zm-3 1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"PhishingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phishing_two_tone.cljs
================================================
(ns reagent-mui.icons.phishing-two-tone
"Imports @mui/icons-material/PhishingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phishing-two-tone (create-svg-icon (e "path" #js {"d" "M19 9c0-1.3-.84-2.4-2-2.82V2h-2v4.18C13.84 6.6 13 7.7 13 9s.84 2.4 2 2.82V15c0 2.21-1.79 4-4 4s-4-1.79-4-4v-1h3L5 9v6c0 3.31 2.69 6 6 6s6-2.69 6-6v-3.18c1.16-.42 2-1.52 2-2.82zm-3 1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"PhishingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phone.cljs
================================================
(ns reagent-mui.icons.phone
"Imports @mui/icons-material/Phone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone (create-svg-icon (e "path" #js {"d" "M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"})
"Phone"))
================================================
FILE: src/icons/reagent_mui/icons/phone_android.cljs
================================================
(ns reagent-mui.icons.phone-android
"Imports @mui/icons-material/PhoneAndroid as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-android (create-svg-icon (e "path" #js {"d" "M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"})
"PhoneAndroid"))
================================================
FILE: src/icons/reagent_mui/icons/phone_android_outlined.cljs
================================================
(ns reagent-mui.icons.phone-android-outlined
"Imports @mui/icons-material/PhoneAndroidOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-android-outlined (create-svg-icon (e "path" #js {"d" "M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm1 17H7V4h10v14zm-3 3h-4v-1h4v1z"})
"PhoneAndroidOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phone_android_rounded.cljs
================================================
(ns reagent-mui.icons.phone-android-rounded
"Imports @mui/icons-material/PhoneAndroidRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-android-rounded (create-svg-icon (e "path" #js {"d" "M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2.5 20h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5zm3.5-3H7V4h10v14z"})
"PhoneAndroidRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phone_android_sharp.cljs
================================================
(ns reagent-mui.icons.phone-android-sharp
"Imports @mui/icons-material/PhoneAndroidSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-android-sharp (create-svg-icon (e "path" #js {"d" "M19 1H5v22h14V1zm-5 20h-4v-1h4v1zm3-3H7V4h10v14z"})
"PhoneAndroidSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phone_android_two_tone.cljs
================================================
(ns reagent-mui.icons.phone-android-two-tone
"Imports @mui/icons-material/PhoneAndroidTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-android-two-tone (create-svg-icon [(e "path" #js {"d" "M7 4h10v14H7z", "opacity" ".3"}) (e "path" #js {"d" "M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3-3H7V4h10v14z"})]
"PhoneAndroidTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phone_bluetooth_speaker.cljs
================================================
(ns reagent-mui.icons.phone-bluetooth-speaker
"Imports @mui/icons-material/PhoneBluetoothSpeaker as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-bluetooth-speaker (create-svg-icon (e "path" #js {"d" "M14.71 9.5 17 7.21V11h.5l2.85-2.85L18.21 6l2.15-2.15L17.5 1H17v3.79L14.71 2.5l-.71.71L16.79 6 14 8.79l.71.71zM18 2.91l.94.94-.94.94V2.91zm0 4.3.94.94-.94.94V7.21zm2 8.29c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z"})
"PhoneBluetoothSpeaker"))
================================================
FILE: src/icons/reagent_mui/icons/phone_bluetooth_speaker_outlined.cljs
================================================
(ns reagent-mui.icons.phone-bluetooth-speaker-outlined
"Imports @mui/icons-material/PhoneBluetoothSpeakerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-bluetooth-speaker-outlined (create-svg-icon (e "path" #js {"d" "M20 15.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51zM14.71 9.5 17 7.21V11h.5l2.85-2.85L18.21 6l2.15-2.15L17.5 1H17v3.79L14.71 2.5l-.71.71L16.79 6 14 8.79l.71.71zM18 2.91l.94.94-.94.94V2.91zm0 4.3.94.94-.94.94V7.21z"})
"PhoneBluetoothSpeakerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phone_bluetooth_speaker_rounded.cljs
================================================
(ns reagent-mui.icons.phone-bluetooth-speaker-rounded
"Imports @mui/icons-material/PhoneBluetoothSpeakerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-bluetooth-speaker-rounded (create-svg-icon (e "path" #js {"d" "m19.23 15.26-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98zm-2.44-9.25-2.45 2.45c-.2.2-.2.52 0 .71.2.2.52.2.71 0L17 7.23v3.15c0 .2.12.39.31.47.06.03.13.04.19.04.13 0 .26-.05.36-.15l2.18-2.18c.2-.2.2-.52 0-.71l-1.83-1.83 1.83-1.83c.09-.09.15-.22.15-.36s-.05-.26-.15-.36l-2.18-2.18c-.14-.14-.36-.19-.55-.11-.19.08-.31.26-.31.46v3.15l-1.95-1.95c-.2-.2-.52-.2-.71 0-.2.2-.2.52 0 .71l2.45 2.46zm1.22-3.15.96.96-.96.96V2.86zm0 4.37.96.96-.96.96V7.23z"})
"PhoneBluetoothSpeakerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phone_bluetooth_speaker_sharp.cljs
================================================
(ns reagent-mui.icons.phone-bluetooth-speaker-sharp
"Imports @mui/icons-material/PhoneBluetoothSpeakerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-bluetooth-speaker-sharp (create-svg-icon (e "path" #js {"d" "M14.71 9.5 17 7.21V11h.5l2.85-2.85L18.21 6l2.15-2.15L17.5 1H17v3.79L14.71 2.5l-.71.71L16.79 6 14 8.79l.71.71zM18 2.91l.94.94-.94.94V2.91zm0 4.3.94.94-.94.94V7.21zm3 8.25-5.27-.61-2.52 2.52c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51z"})
"PhoneBluetoothSpeakerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phone_bluetooth_speaker_two_tone.cljs
================================================
(ns reagent-mui.icons.phone-bluetooth-speaker-two-tone
"Imports @mui/icons-material/PhoneBluetoothSpeakerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-bluetooth-speaker-two-tone (create-svg-icon [(e "path" #js {"d" "M15.2 18.21c1.21.41 2.48.67 3.8.76v-1.5c-.88-.07-1.75-.22-2.6-.45l-1.2 1.19zM6.54 5h-1.5c.09 1.32.34 2.58.75 3.79l1.2-1.21c-.24-.83-.39-1.7-.45-2.58z", "opacity" ".3"}) (e "path" #js {"d" "M20 15.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51zM14.71 9.5 17 7.21V11h.5l2.85-2.85L18.21 6l2.15-2.15L17.5 1H17v3.79L14.71 2.5l-.71.71L16.79 6 14 8.79l.71.71zM18 2.91l.94.94-.94.94V2.91zm0 4.3.94.94-.94.94V7.21z"})]
"PhoneBluetoothSpeakerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phone_callback.cljs
================================================
(ns reagent-mui.icons.phone-callback
"Imports @mui/icons-material/PhoneCallback as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-callback (create-svg-icon (e "path" #js {"d" "M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2zm13.54-7.1-.71-.7L13 9.29V5h-1v6h6v-1h-4.15z"})
"PhoneCallback"))
================================================
FILE: src/icons/reagent_mui/icons/phone_callback_outlined.cljs
================================================
(ns reagent-mui.icons.phone-callback-outlined
"Imports @mui/icons-material/PhoneCallbackOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-callback-outlined (create-svg-icon (e "path" #js {"d" "M20 15.51c-1.24 0-2.45-.2-3.57-.57-.1-.04-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.45-5.15-3.76-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1zM5.03 5h1.5c.07.89.22 1.76.46 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.79zM19 18.97c-1.32-.09-2.59-.35-3.8-.75l1.19-1.19c.85.24 1.72.39 2.6.45v1.49zM18 9h-2.59l5.02-5.02-1.41-1.41L14 7.59V5h-2v6h6z"})
"PhoneCallbackOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phone_callback_rounded.cljs
================================================
(ns reagent-mui.icons.phone-callback-rounded
"Imports @mui/icons-material/PhoneCallbackRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-callback-rounded (create-svg-icon (e "path" #js {"d" "m19.23 15.26-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98zM13 11h4c.55 0 1-.45 1-1s-.45-1-1-1h-1.59l4.31-4.31c.39-.39.39-1.02 0-1.41s-1.02-.39-1.41 0L14 7.59V6c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1z"})
"PhoneCallbackRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phone_callback_sharp.cljs
================================================
(ns reagent-mui.icons.phone-callback-sharp
"Imports @mui/icons-material/PhoneCallbackSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-callback-sharp (create-svg-icon (e "path" #js {"d" "m15.73 14.85-2.52 2.52c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51l-5.27-.61zM18 9h-2.59l5.02-5.02-1.41-1.41L14 7.59V5h-2v6h6z"})
"PhoneCallbackSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phone_callback_two_tone.cljs
================================================
(ns reagent-mui.icons.phone-callback-two-tone
"Imports @mui/icons-material/PhoneCallbackTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-callback-two-tone (create-svg-icon [(e "path" #js {"d" "M6.54 5h-1.5c.09 1.32.35 2.59.75 3.8l1.2-1.2c-.24-.84-.39-1.71-.45-2.6zm8.66 13.21c1.2.41 2.48.67 3.8.75v-1.49c-.88-.07-1.75-.22-2.6-.45l-1.2 1.19z", "opacity" ".3"}) (e "path" #js {"d" "M20 15.51c-1.24 0-2.45-.2-3.57-.57-.1-.04-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.45-5.15-3.76-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1zM5.03 5h1.5c.07.89.22 1.76.46 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.79zM19 18.97c-1.32-.09-2.59-.35-3.8-.75l1.19-1.19c.85.24 1.72.39 2.6.45v1.49zM18 9h-2.59l5.02-5.02-1.41-1.41L14 7.59V5h-2v6h6z"})]
"PhoneCallbackTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phone_disabled.cljs
================================================
(ns reagent-mui.icons.phone-disabled
"Imports @mui/icons-material/PhoneDisabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-disabled (create-svg-icon (e "path" #js {"d" "m17.34 14.54-1.43-1.43c.56-.73 1.05-1.5 1.47-2.32l-2.2-2.2c-.28-.28-.36-.67-.25-1.02.37-1.12.57-2.32.57-3.57 0-.55.45-1 1-1H20c.55 0 1 .45 1 1 0 3.98-1.37 7.64-3.66 10.54zm-2.82 2.81C11.63 19.64 7.97 21 4 21c-.55 0-1-.45-1-1v-3.49c0-.55.45-1 1-1 1.24 0 2.45-.2 3.57-.57.35-.12.75-.03 1.02.24l2.2 2.2c.81-.42 1.58-.9 2.3-1.46L1.39 4.22l1.42-1.41L21.19 21.2l-1.41 1.41-5.26-5.26z"})
"PhoneDisabled"))
================================================
FILE: src/icons/reagent_mui/icons/phone_disabled_outlined.cljs
================================================
(ns reagent-mui.icons.phone-disabled-outlined
"Imports @mui/icons-material/PhoneDisabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-disabled-outlined (create-svg-icon (e "path" #js {"d" "m17.34 14.54-1.43-1.43c.56-.73 1.05-1.5 1.47-2.32l-2.2-2.2c-.28-.28-.36-.67-.25-1.02.37-1.12.57-2.32.57-3.57 0-.55.45-1 1-1H20c.55 0 1 .45 1 1 0 3.98-1.37 7.64-3.66 10.54zm-2.82 2.81C11.63 19.64 7.97 21 4 21c-.55 0-1-.45-1-1v-3.49c0-.55.45-1 1-1 1.24 0 2.45-.2 3.57-.57.1-.04.21-.05.31-.05.26 0 .51.1.71.29l2.2 2.2c.81-.42 1.58-.9 2.3-1.46L1.39 4.22l1.42-1.41L21.19 21.2l-1.41 1.41-5.26-5.26zm-6.92-.33c-.85.24-1.72.39-2.6.45v1.49c1.32-.09 2.59-.35 3.8-.75l-1.2-1.19zM17.46 5c-.06.89-.21 1.76-.45 2.59l1.2 1.2c.41-1.2.67-2.47.76-3.79h-1.51z"})
"PhoneDisabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phone_disabled_rounded.cljs
================================================
(ns reagent-mui.icons.phone-disabled-rounded
"Imports @mui/icons-material/PhoneDisabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-disabled-rounded (create-svg-icon (e "path" #js {"d" "M14.54 17.37c-2.63 2.08-5.89 3.39-9.45 3.61-1.13.07-2.07-.87-2.07-2v-1.73c-.01-1.01.75-1.86 1.76-1.98l2.54-.29c.61-.07 1.21.14 1.64.57l1.84 1.84c.81-.41 1.59-.9 2.31-1.45L2.1 4.93a.9959.9959 0 0 1 0-1.41c.39-.39 1.03-.39 1.42 0L20.49 20.5c.39.39.39 1.02 0 1.41s-1.02.39-1.41 0l-4.54-4.54zm2.85-6.57-1.85-1.85c-.43-.43-.64-1.03-.57-1.64l.29-2.52c.12-1.01.97-1.77 1.99-1.77h1.73c1.13 0 2.07.94 2 2.07-.22 3.57-1.54 6.83-3.62 9.47l-1.43-1.43c.55-.73 1.04-1.51 1.46-2.33z"})
"PhoneDisabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phone_disabled_sharp.cljs
================================================
(ns reagent-mui.icons.phone-disabled-sharp
"Imports @mui/icons-material/PhoneDisabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-disabled-sharp (create-svg-icon (e "path" #js {"d" "M14.52 17.35C11.39 19.83 7.36 21.22 3 20.97v-5.51l5.27-.61 2.52 2.52c.81-.41 1.58-.9 2.3-1.45L1.39 4.22l1.42-1.41L21.19 21.2l-1.41 1.41-5.26-5.26zm1.39-4.24c.56-.73 1.05-1.51 1.47-2.33l-2.53-2.53.61-5.25h5.51c.25 4.37-1.15 8.4-3.63 11.54l-1.43-1.43z"})
"PhoneDisabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phone_disabled_two_tone.cljs
================================================
(ns reagent-mui.icons.phone-disabled-two-tone
"Imports @mui/icons-material/PhoneDisabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-disabled-two-tone (create-svg-icon (e "path" #js {"d" "m17.34 14.54-1.43-1.43c.56-.73 1.05-1.5 1.47-2.32l-2.2-2.2c-.28-.28-.36-.67-.25-1.02.37-1.12.57-2.32.57-3.57 0-.55.45-1 1-1H20c.55 0 1 .45 1 1 0 3.98-1.37 7.64-3.66 10.54zm-2.82 2.81C11.63 19.64 7.97 21 4 21c-.55 0-1-.45-1-1v-3.49c0-.55.45-1 1-1 1.24 0 2.45-.2 3.57-.57.1-.04.21-.05.31-.05.26 0 .51.1.71.29l2.2 2.2c.81-.42 1.58-.9 2.3-1.46L1.39 4.22l1.42-1.41L21.19 21.2l-1.41 1.41-5.26-5.26zM17.46 5c-.06.89-.21 1.76-.45 2.59l1.2 1.2c.41-1.2.67-2.47.76-3.79h-1.51zM7.6 17.02c-.85.24-1.72.39-2.6.45v1.49c1.32-.09 2.59-.35 3.8-.75l-1.2-1.19z"})
"PhoneDisabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phone_enabled.cljs
================================================
(ns reagent-mui.icons.phone-enabled
"Imports @mui/icons-material/PhoneEnabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-enabled (create-svg-icon (e "path" #js {"d" "m17.38 10.79-2.2-2.2c-.28-.28-.36-.67-.25-1.02.37-1.12.57-2.32.57-3.57 0-.55.45-1 1-1H20c.55 0 1 .45 1 1 0 9.39-7.61 17-17 17-.55 0-1-.45-1-1v-3.49c0-.55.45-1 1-1 1.24 0 2.45-.2 3.57-.57.35-.12.75-.03 1.02.24l2.2 2.2c2.83-1.45 5.15-3.76 6.59-6.59z"})
"PhoneEnabled"))
================================================
FILE: src/icons/reagent_mui/icons/phone_enabled_outlined.cljs
================================================
(ns reagent-mui.icons.phone-enabled-outlined
"Imports @mui/icons-material/PhoneEnabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-enabled-outlined (create-svg-icon (e "path" #js {"d" "M17.46 5c-.06.89-.21 1.76-.45 2.59l1.2 1.2c.41-1.2.67-2.47.76-3.79h-1.51zM7.6 17.02c-.85.24-1.72.39-2.6.45v1.49c1.32-.09 2.59-.35 3.8-.75l-1.2-1.19zM16.5 3H20c.55 0 1 .45 1 1 0 9.39-7.61 17-17 17-.55 0-1-.45-1-1v-3.49c0-.55.45-1 1-1 1.24 0 2.45-.2 3.57-.57.1-.04.21-.05.31-.05.26 0 .51.1.71.29l2.2 2.2c2.83-1.45 5.15-3.76 6.59-6.59l-2.2-2.2c-.28-.28-.36-.67-.25-1.02.37-1.12.57-2.32.57-3.57 0-.55.45-1 1-1z"})
"PhoneEnabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phone_enabled_rounded.cljs
================================================
(ns reagent-mui.icons.phone-enabled-rounded
"Imports @mui/icons-material/PhoneEnabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-enabled-rounded (create-svg-icon (e "path" #js {"d" "m4.78 15.27 2.54-.29c.61-.07 1.21.14 1.64.57l1.84 1.84c2.83-1.44 5.15-3.75 6.59-6.59l-1.85-1.85c-.43-.43-.64-1.03-.57-1.64l.29-2.52c.12-1.01.97-1.77 1.99-1.77h1.73c1.13 0 2.07.94 2 2.07-.53 8.54-7.36 15.36-15.89 15.89-1.13.07-2.07-.87-2.07-2v-1.73c-.01-1.01.75-1.86 1.76-1.98z"})
"PhoneEnabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phone_enabled_sharp.cljs
================================================
(ns reagent-mui.icons.phone-enabled-sharp
"Imports @mui/icons-material/PhoneEnabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-enabled-sharp (create-svg-icon (e "path" #js {"d" "m3 15.46 5.27-.61 2.52 2.52c2.83-1.44 5.15-3.75 6.59-6.59l-2.53-2.53.61-5.25h5.51C21.55 13.18 13.18 21.55 3 20.97v-5.51z"})
"PhoneEnabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phone_enabled_two_tone.cljs
================================================
(ns reagent-mui.icons.phone-enabled-two-tone
"Imports @mui/icons-material/PhoneEnabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-enabled-two-tone (create-svg-icon (e "path" #js {"d" "M21 4c0 9.39-7.61 17-17 17-.55 0-1-.45-1-1v-3.49c0-.55.45-1 1-1 1.24 0 2.45-.2 3.57-.57.1-.04.21-.05.31-.05.26 0 .51.1.71.29l2.2 2.2c2.83-1.45 5.15-3.76 6.59-6.59l-2.2-2.2c-.28-.28-.36-.67-.25-1.02.37-1.12.57-2.32.57-3.57 0-.55.45-1 1-1H20c.55 0 1 .45 1 1zM7.6 17.02c-.85.24-1.72.39-2.6.45v1.49c1.32-.09 2.59-.35 3.8-.75l-1.2-1.19zM17.46 5c-.06.89-.21 1.76-.45 2.59l1.2 1.2c.41-1.2.67-2.47.76-3.79h-1.51z"})
"PhoneEnabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phone_forwarded.cljs
================================================
(ns reagent-mui.icons.phone-forwarded
"Imports @mui/icons-material/PhoneForwarded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-forwarded (create-svg-icon (e "path" #js {"d" "m18 11 5-5-5-5v3h-4v4h4v3zm2 4.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z"})
"PhoneForwarded"))
================================================
FILE: src/icons/reagent_mui/icons/phone_forwarded_outlined.cljs
================================================
(ns reagent-mui.icons.phone-forwarded-outlined
"Imports @mui/icons-material/PhoneForwardedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-forwarded-outlined (create-svg-icon (e "path" #js {"d" "M20 15.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51zM18 11l5-5-5-5v3h-4v4h4z"})
"PhoneForwardedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phone_forwarded_rounded.cljs
================================================
(ns reagent-mui.icons.phone-forwarded-rounded
"Imports @mui/icons-material/PhoneForwardedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-forwarded-rounded (create-svg-icon (e "path" #js {"d" "m22.65 5.65-3.79-3.79c-.32-.32-.86-.1-.86.35V4h-3.5c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5H18v1.79c0 .45.54.67.85.35l3.79-3.79c.2-.19.2-.51.01-.7zm-3.42 9.61-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98z"})
"PhoneForwardedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phone_forwarded_sharp.cljs
================================================
(ns reagent-mui.icons.phone-forwarded-sharp
"Imports @mui/icons-material/PhoneForwardedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-forwarded-sharp (create-svg-icon (e "path" #js {"d" "m18 11 5-5-5-5v3h-4v4h4zm-4.79 6.37c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51l-5.27-.61-2.52 2.52z"})
"PhoneForwardedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phone_forwarded_two_tone.cljs
================================================
(ns reagent-mui.icons.phone-forwarded-two-tone
"Imports @mui/icons-material/PhoneForwardedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-forwarded-two-tone (create-svg-icon [(e "path" #js {"d" "M15.2 18.21c1.21.41 2.48.67 3.8.76v-1.5c-.88-.07-1.75-.22-2.6-.45l-1.2 1.19zM6.54 5h-1.5c.09 1.32.34 2.58.75 3.79l1.2-1.21c-.24-.83-.39-1.7-.45-2.58z", "opacity" ".3"}) (e "path" #js {"d" "M20 15.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51zM18 11l5-5-5-5v3h-4v4h4z"})]
"PhoneForwardedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phone_in_talk.cljs
================================================
(ns reagent-mui.icons.phone-in-talk
"Imports @mui/icons-material/PhoneInTalk as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-in-talk (create-svg-icon (e "path" #js {"d" "M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM19 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3z"})
"PhoneInTalk"))
================================================
FILE: src/icons/reagent_mui/icons/phone_in_talk_outlined.cljs
================================================
(ns reagent-mui.icons.phone-in-talk-outlined
"Imports @mui/icons-material/PhoneInTalkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-in-talk-outlined (create-svg-icon (e "path" #js {"d" "M15 12h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm4 0h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm1 3.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51z"})
"PhoneInTalkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phone_in_talk_rounded.cljs
================================================
(ns reagent-mui.icons.phone-in-talk-rounded
"Imports @mui/icons-material/PhoneInTalkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-in-talk-rounded (create-svg-icon (e "path" #js {"d" "M12.88 5.05c3.18.4 5.67 2.89 6.07 6.07.06.51.49.88.99.88.04 0 .08 0 .12-.01.55-.07.94-.57.87-1.12-.51-4.09-3.72-7.3-7.81-7.81-.55-.06-1.05.33-1.11.88-.07.55.32 1.05.87 1.11zm.38 2.11c-.53-.14-1.08.18-1.22.72s.18 1.08.72 1.22c1.05.27 1.87 1.09 2.15 2.15.12.45.52.75.97.75.08 0 .17-.01.25-.03.53-.14.85-.69.72-1.22-.47-1.77-1.84-3.14-3.59-3.59zm5.97 8.1-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98z"})
"PhoneInTalkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phone_in_talk_sharp.cljs
================================================
(ns reagent-mui.icons.phone-in-talk-sharp
"Imports @mui/icons-material/PhoneInTalkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-in-talk-sharp (create-svg-icon (e "path" #js {"d" "M19 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm-1.79 5.37c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51l-5.27-.61-2.52 2.52z"})
"PhoneInTalkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phone_in_talk_two_tone.cljs
================================================
(ns reagent-mui.icons.phone-in-talk-two-tone
"Imports @mui/icons-material/PhoneInTalkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-in-talk-two-tone (create-svg-icon [(e "path" #js {"d" "M6.54 5h-1.5c.09 1.32.34 2.58.75 3.79l1.2-1.21c-.24-.83-.39-1.7-.45-2.58zm8.66 13.21c1.21.41 2.48.67 3.8.76v-1.5c-.88-.07-1.75-.22-2.6-.45l-1.2 1.19z", "opacity" ".3"}) (e "path" #js {"d" "M15 12h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm4 0h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm1 3.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51z"})]
"PhoneInTalkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phone_iphone.cljs
================================================
(ns reagent-mui.icons.phone-iphone
"Imports @mui/icons-material/PhoneIphone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-iphone (create-svg-icon (e "path" #js {"d" "M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z"})
"PhoneIphone"))
================================================
FILE: src/icons/reagent_mui/icons/phone_iphone_outlined.cljs
================================================
(ns reagent-mui.icons.phone-iphone-outlined
"Imports @mui/icons-material/PhoneIphoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-iphone-outlined (create-svg-icon (e "path" #js {"d" "M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z"})
"PhoneIphoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phone_iphone_rounded.cljs
================================================
(ns reagent-mui.icons.phone-iphone-rounded
"Imports @mui/icons-material/PhoneIphoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-iphone-rounded (create-svg-icon (e "path" #js {"d" "M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z"})
"PhoneIphoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phone_iphone_sharp.cljs
================================================
(ns reagent-mui.icons.phone-iphone-sharp
"Imports @mui/icons-material/PhoneIphoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-iphone-sharp (create-svg-icon (e "path" #js {"d" "M18 1H5v22h13V1zm-6.5 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z"})
"PhoneIphoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phone_iphone_two_tone.cljs
================================================
(ns reagent-mui.icons.phone-iphone-two-tone
"Imports @mui/icons-material/PhoneIphoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-iphone-two-tone (create-svg-icon [(e "path" #js {"d" "M7 4h9v14H7z", "opacity" ".3"}) (e "path" #js {"d" "M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z"})]
"PhoneIphoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phone_locked.cljs
================================================
(ns reagent-mui.icons.phone-locked
"Imports @mui/icons-material/PhoneLocked as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-locked (create-svg-icon [(e "path" #js {"d" "M20 5V4c0-1.1-.9-2-2-2s-2 .9-2 2v1h-1v5h6V5h-1zm-1 0h-2V4c0-.55.45-1 1-1s1 .45 1 1v1z"}) (e "path" #js {"d" "m15.63 14.4-2.52 2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c.23-.24.33-.57.27-.9L9.13 3.8c-.09-.46-.5-.8-.98-.8H4c-.56 0-1.03.47-1 1.03.17 2.89 1.05 5.6 2.43 7.97 1.58 2.73 3.85 4.99 6.57 6.57 2.37 1.37 5.08 2.26 7.97 2.43.56.03 1.03-.44 1.03-1v-4.15c0-.48-.34-.89-.8-.98l-3.67-.73c-.33-.07-.67.03-.9.26z"})]
"PhoneLocked"))
================================================
FILE: src/icons/reagent_mui/icons/phone_locked_outlined.cljs
================================================
(ns reagent-mui.icons.phone-locked-outlined
"Imports @mui/icons-material/PhoneLockedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-locked-outlined (create-svg-icon [(e "path" #js {"d" "M20 5V4c0-1.1-.9-2-2-2s-2 .9-2 2v1h-1v5h6V5h-1zm-1 0h-2V4c0-.55.45-1 1-1s1 .45 1 1v1z"}) (e "path" #js {"d" "m20.2 14.87-3.67-.73c-.5-.1-.83.2-.9.27l-2.52 2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c.23-.24.33-.57.27-.9L9.13 3.8c-.09-.46-.5-.8-.98-.8H4c-.56 0-1.03.47-1 1.03.17 2.89 1.05 5.6 2.43 7.97 1.58 2.73 3.85 4.99 6.57 6.57 2.37 1.37 5.08 2.26 7.97 2.43.55.03 1.03-.43 1.03-1v-4.15c0-.48-.34-.89-.8-.98zM5.1 5h2.23l.47 2.35L6.17 9c-.54-1.3-.9-2.63-1.07-4zM19 18.9c-1.37-.18-2.7-.53-4-1.07l1.65-1.63 2.35.47v2.23z"})]
"PhoneLockedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phone_locked_rounded.cljs
================================================
(ns reagent-mui.icons.phone-locked-rounded
"Imports @mui/icons-material/PhoneLockedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-locked-rounded (create-svg-icon [(e "path" #js {"d" "M20 5v-.89c0-1-.68-1.92-1.66-2.08C17.08 1.82 16 2.79 16 4v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-1 0h-2V4c0-.55.45-1 1-1s1 .45 1 1v1z"}) (e "path" #js {"d" "m15.63 14.4-2.52 2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c.23-.24.33-.57.27-.9L9.13 3.8c-.09-.46-.5-.8-.98-.8H4c-.56 0-1.03.47-1 1.03.17 2.89 1.05 5.6 2.43 7.97 1.58 2.73 3.85 4.99 6.57 6.57 2.37 1.37 5.08 2.26 7.97 2.43.56.03 1.03-.44 1.03-1v-4.15c0-.48-.34-.89-.8-.98l-3.67-.73c-.33-.07-.67.03-.9.26z"})]
"PhoneLockedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phone_locked_sharp.cljs
================================================
(ns reagent-mui.icons.phone-locked-sharp
"Imports @mui/icons-material/PhoneLockedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-locked-sharp (create-svg-icon [(e "path" #js {"d" "M20 5V4c0-1.1-.9-2-2-2s-2 .9-2 2v1h-1v5h6V5h-1zm-1 0h-2V4c0-.55.45-1 1-1s1 .45 1 1v1z"}) (e "path" #js {"d" "m21 15-5-1-2.9 2.9c-2.5-1.43-4.57-3.5-6-6L10 8 9 3H3c0 3.28.89 6.35 2.43 9 1.58 2.73 3.85 4.99 6.57 6.57C14.65 20.1 17.72 21 21 21v-6z"})]
"PhoneLockedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phone_locked_two_tone.cljs
================================================
(ns reagent-mui.icons.phone-locked-two-tone
"Imports @mui/icons-material/PhoneLockedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-locked-two-tone (create-svg-icon [(e "path" #js {"d" "M20 5V4c0-1.1-.9-2-2-2s-2 .9-2 2v1h-1v5h6V5h-1zm-1 0h-2V4c0-.55.45-1 1-1s1 .45 1 1v1z"}) (e "path" #js {"d" "M15 17.83c1.29.54 2.63.89 4 1.07v-2.23l-2.35-.47L15 17.83zM7.33 5H5.1c.18 1.37.53 2.7 1.07 4L7.8 7.35 7.33 5z", "opacity" ".3"}) (e "path" #js {"d" "m20.2 14.87-3.67-.73c-.5-.1-.83.2-.9.27l-2.52 2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c.23-.24.33-.57.27-.9L9.13 3.8c-.09-.46-.5-.8-.98-.8H4c-.56 0-1.03.47-1 1.03.17 2.89 1.05 5.6 2.43 7.97 1.58 2.73 3.85 4.99 6.57 6.57 2.37 1.37 5.08 2.26 7.97 2.43.55.03 1.03-.43 1.03-1v-4.15c0-.48-.34-.89-.8-.98zM5.1 5h2.23l.47 2.35L6.17 9c-.54-1.3-.9-2.63-1.07-4zM19 18.9c-1.37-.18-2.7-.53-4-1.07l1.65-1.63 2.35.47v2.23z"})]
"PhoneLockedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phone_missed.cljs
================================================
(ns reagent-mui.icons.phone-missed
"Imports @mui/icons-material/PhoneMissed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-missed (create-svg-icon (e "path" #js {"d" "M6.5 5.5 12 11l7-7-1-1-6 6-4.5-4.5H11V3H5v6h1.5V5.5zm17.21 11.17C20.66 13.78 16.54 12 12 12 7.46 12 3.34 13.78.29 16.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73 1.6 0 3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.67 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.12-.52-.3-.7z"})
"PhoneMissed"))
================================================
FILE: src/icons/reagent_mui/icons/phone_missed_outlined.cljs
================================================
(ns reagent-mui.icons.phone-missed-outlined
"Imports @mui/icons-material/PhoneMissedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-missed-outlined (create-svg-icon (e "path" #js {"d" "M23.71 16.67C20.66 13.78 16.54 12 12 12S3.34 13.78.29 16.67c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.67 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71 0-.28-.12-.52-.3-.7zm-18.31.56c-.66.37-1.29.8-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.39 2.95-1.9v1.7zm15.08 1.26c-.6-.48-1.22-.9-1.88-1.27v-1.7c1.05.51 2.03 1.15 2.95 1.9l-1.07 1.07zM7 6.43l4.94 4.94 7.07-7.07-1.41-1.42-5.66 5.66L8.4 5H11V3H5v6h2z"})
"PhoneMissedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phone_missed_rounded.cljs
================================================
(ns reagent-mui.icons.phone-missed-rounded
"Imports @mui/icons-material/PhoneMissedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-missed-rounded (create-svg-icon (e "path" #js {"d" "M23.09 16.2c-6.33-5.59-15.86-5.59-22.18 0-.84.74-.84 2.05-.05 2.84l1.2 1.2c.71.71 1.84.77 2.62.15l1.97-1.57c.47-.37.75-.94.75-1.55V14.7c2.98-.97 6.21-.98 9.2 0v2.58c0 .6.28 1.17.75 1.55l1.96 1.56c.79.62 1.91.56 2.62-.15l1.2-1.2c.8-.79.79-2.1-.04-2.84zM6 9c.55 0 1-.45 1-1V6.43l4.24 4.24c.39.39 1.02.39 1.41 0l5.66-5.66c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-4.95 4.95L8.4 5H10c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1z"})
"PhoneMissedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phone_missed_sharp.cljs
================================================
(ns reagent-mui.icons.phone-missed-sharp
"Imports @mui/icons-material/PhoneMissedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-missed-sharp (create-svg-icon (e "path" #js {"d" "M23.32 16.67c-2.95-2.79-6.93-4.51-11.31-4.51-4.39 0-8.37 1.72-11.31 4.51l-.69.69L3.65 21l3.93-2.72-.01-3.49c1.4-.45 2.9-.7 4.44-.7 1.55 0 3.04.24 4.44.7l-.01 3.49L20.37 21l3.64-3.64c0-.01-.52-.52-.69-.69zM7 6.43l4.94 4.94 7.07-7.07-1.41-1.42-5.66 5.66L8.4 5H11V3H5v6h2z"})
"PhoneMissedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phone_missed_two_tone.cljs
================================================
(ns reagent-mui.icons.phone-missed-two-tone
"Imports @mui/icons-material/PhoneMissedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-missed-two-tone (create-svg-icon [(e "path" #js {"d" "M18.6 17.22c.66.37 1.28.79 1.88 1.27l1.07-1.07c-.91-.75-1.9-1.39-2.95-1.9v1.7zM3.53 18.5c.58-.47 1.21-.89 1.87-1.27v-1.71c-1.05.51-2.03 1.15-2.95 1.9l1.08 1.08z", "opacity" ".3"}) (e "path" #js {"d" "M23.71 16.67C20.66 13.78 16.54 12 12 12S3.34 13.78.29 16.67c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.67 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71 0-.28-.12-.52-.3-.7zm-18.31.56c-.66.37-1.29.8-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.39 2.95-1.9v1.7zm15.08 1.26c-.6-.48-1.22-.9-1.88-1.27v-1.7c1.05.51 2.03 1.15 2.95 1.9l-1.07 1.07zM7 6.43l4.94 4.94 7.07-7.07-1.41-1.42-5.66 5.66L8.4 5H11V3H5v6h2z"})]
"PhoneMissedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phone_outlined.cljs
================================================
(ns reagent-mui.icons.phone-outlined
"Imports @mui/icons-material/PhoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-outlined (create-svg-icon (e "path" #js {"d" "M6.54 5c.06.89.21 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.79h1.51m9.86 12.02c.85.24 1.72.39 2.6.45v1.49c-1.32-.09-2.59-.35-3.8-.75l1.2-1.19M7.5 3H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1-1.24 0-2.45-.2-3.57-.57-.1-.04-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.45-5.15-3.76-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1z"})
"PhoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phone_paused.cljs
================================================
(ns reagent-mui.icons.phone-paused
"Imports @mui/icons-material/PhonePaused as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-paused (create-svg-icon (e "path" #js {"d" "M17 3h-2v7h2V3zm3 12.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM19 3v7h2V3h-2z"})
"PhonePaused"))
================================================
FILE: src/icons/reagent_mui/icons/phone_paused_outlined.cljs
================================================
(ns reagent-mui.icons.phone-paused-outlined
"Imports @mui/icons-material/PhonePausedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-paused-outlined (create-svg-icon (e "path" #js {"d" "M6.54 5c.06.88.21 1.75.44 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79h1.51m9.86 12.01c.85.24 1.72.39 2.6.45v1.5c-1.32-.09-2.6-.35-3.8-.76l1.2-1.19M7.5 3H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1zM15 3h2v7h-2zm4 0h2v7h-2z"})
"PhonePausedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phone_paused_rounded.cljs
================================================
(ns reagent-mui.icons.phone-paused-rounded
"Imports @mui/icons-material/PhonePausedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-paused-rounded (create-svg-icon (e "path" #js {"d" "M16 3c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1zm3 1v5c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1zm.23 11.26-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98z"})
"PhonePausedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phone_paused_sharp.cljs
================================================
(ns reagent-mui.icons.phone-paused-sharp
"Imports @mui/icons-material/PhonePausedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-paused-sharp (create-svg-icon (e "path" #js {"d" "M15 3h2v7h-2zm4 0h2v7h-2zm-5.79 14.37c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51l-5.27-.61-2.52 2.52z"})
"PhonePausedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phone_paused_two_tone.cljs
================================================
(ns reagent-mui.icons.phone-paused-two-tone
"Imports @mui/icons-material/PhonePausedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-paused-two-tone (create-svg-icon [(e "path" #js {"d" "M6.54 5h-1.5c.09 1.32.34 2.58.75 3.79l1.2-1.21c-.24-.83-.39-1.7-.45-2.58zm8.66 13.21c1.21.41 2.48.67 3.8.76v-1.5c-.88-.07-1.75-.22-2.6-.45l-1.2 1.19z", "opacity" ".3"}) (e "path" #js {"d" "M20 15.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51zM15 3h2v7h-2zm4 0h2v7h-2z"})]
"PhonePausedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phone_rounded.cljs
================================================
(ns reagent-mui.icons.phone-rounded
"Imports @mui/icons-material/PhoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-rounded (create-svg-icon (e "path" #js {"d" "m19.23 15.26-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98z"})
"PhoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phone_sharp.cljs
================================================
(ns reagent-mui.icons.phone-sharp
"Imports @mui/icons-material/PhoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-sharp (create-svg-icon (e "path" #js {"d" "m21 15.46-5.27-.61-2.52 2.52c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51z"})
"PhoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phone_two_tone.cljs
================================================
(ns reagent-mui.icons.phone-two-tone
"Imports @mui/icons-material/PhoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phone-two-tone (create-svg-icon [(e "path" #js {"d" "M19 17.47c-.88-.07-1.75-.22-2.6-.45l-1.19 1.19c1.2.41 2.48.67 3.8.75v-1.49zM5.03 5c.09 1.32.35 2.59.75 3.8l1.2-1.2c-.23-.84-.38-1.71-.44-2.6H5.03z", "opacity" ".3"}) (e "path" #js {"d" "M9.07 7.57C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1-1.24 0-2.45-.2-3.57-.57-.1-.04-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.45-5.15-3.76-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02zm7.33 9.45c.85.24 1.72.39 2.6.45v1.49c-1.32-.09-2.59-.35-3.8-.75l1.2-1.19zM5.79 8.8c-.41-1.21-.67-2.48-.76-3.8h1.5c.07.89.22 1.76.46 2.59L5.79 8.8z"})]
"PhoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink.cljs
================================================
(ns reagent-mui.icons.phonelink
"Imports @mui/icons-material/Phonelink as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink (create-svg-icon (e "path" #js {"d" "M4 6h18V4H4c-1.1 0-2 .9-2 2v11H0v3h14v-3H4V6zm19 2h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 9h-4v-7h4v7z"})
"Phonelink"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_erase.cljs
================================================
(ns reagent-mui.icons.phonelink-erase
"Imports @mui/icons-material/PhonelinkErase as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-erase (create-svg-icon (e "path" #js {"d" "m13 8.2-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4 4-4zM19 1H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"})
"PhonelinkErase"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_erase_outlined.cljs
================================================
(ns reagent-mui.icons.phonelink-erase-outlined
"Imports @mui/icons-material/PhonelinkEraseOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-erase-outlined (create-svg-icon (e "path" #js {"d" "m13 8.2-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4 4-4zM19 1H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"})
"PhonelinkEraseOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_erase_rounded.cljs
================================================
(ns reagent-mui.icons.phonelink-erase-rounded
"Imports @mui/icons-material/PhonelinkEraseRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-erase-rounded (create-svg-icon (e "path" #js {"d" "M12.5 7.7c-.28-.28-.72-.28-1 0L8 11.2 4.5 7.7c-.28-.28-.72-.28-1 0s-.28.72 0 1L7 12.2l-3.5 3.5c-.28.28-.28.72 0 1s.72.28 1 0L8 13.2l3.5 3.5c.28.28.72.28 1 0s.28-.72 0-1L9 12.2l3.5-3.5c.28-.28.28-.72 0-1zM19 1H9c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1s1-.45 1-1V4h10v16H9v-1c0-.55-.45-1-1-1s-1 .45-1 1v2c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"})
"PhonelinkEraseRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_erase_sharp.cljs
================================================
(ns reagent-mui.icons.phonelink-erase-sharp
"Imports @mui/icons-material/PhonelinkEraseSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-erase-sharp (create-svg-icon (e "path" #js {"d" "m13 8.2-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4 4-4zM21 1H7v5h2V4h10v16H9v-2H7v5h14V1z"})
"PhonelinkEraseSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_erase_two_tone.cljs
================================================
(ns reagent-mui.icons.phonelink-erase-two-tone
"Imports @mui/icons-material/PhonelinkEraseTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-erase-two-tone (create-svg-icon (e "path" #js {"d" "m4 17.2 4-4 4 4 1-1-4-4 4-4-1-1-4 4-4-4-1 1 4 4-4 4zM9 23h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2z"})
"PhonelinkEraseTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_lock.cljs
================================================
(ns reagent-mui.icons.phonelink-lock
"Imports @mui/icons-material/PhonelinkLock as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-lock (create-svg-icon (e "path" #js {"d" "M19 1H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-8.2 10V9.5C10.8 8.1 9.4 7 8 7S5.2 8.1 5.2 9.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3zm-1.3 0h-3V9.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3V11z"})
"PhonelinkLock"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_lock_outlined.cljs
================================================
(ns reagent-mui.icons.phonelink-lock-outlined
"Imports @mui/icons-material/PhonelinkLockOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-lock-outlined (create-svg-icon (e "path" #js {"d" "M19 1H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-8.2 10V9.5C10.8 8.1 9.4 7 8 7S5.2 8.1 5.2 9.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3zm-1.3 0h-3V9.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3V11z"})
"PhonelinkLockOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_lock_rounded.cljs
================================================
(ns reagent-mui.icons.phonelink-lock-rounded
"Imports @mui/icons-material/PhonelinkLockRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-lock-rounded (create-svg-icon [(e "path" #js {"d" "M17 18H7V6h10v1h2V3c0-1.1-.9-2-2-2L7 1.01C5.9 1.01 5 1.9 5 3v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v1z"}) (e "path" #js {"d" "M20 11v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})]
"PhonelinkLockRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_lock_sharp.cljs
================================================
(ns reagent-mui.icons.phonelink-lock-sharp
"Imports @mui/icons-material/PhonelinkLockSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-lock-sharp (create-svg-icon (e "path" #js {"d" "M21 1H7v5h2V4h10v16H9v-2H7v5h14V1zM10.8 11V9.5C10.8 8.1 9.4 7 8 7S5.2 8.1 5.2 9.5V11H4v6h8v-6h-1.2zm-1.3 0h-3V9.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3V11z"})
"PhonelinkLockSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_lock_two_tone.cljs
================================================
(ns reagent-mui.icons.phonelink-lock-two-tone
"Imports @mui/icons-material/PhonelinkLockTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-lock-two-tone (create-svg-icon (e "path" #js {"d" "M8 7C6.6 7 5.2 8.1 5.2 9.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3V9.5C10.8 8.1 9.4 7 8 7zm1.5 4h-3V9.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3V11zM21 21V3c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2z"})
"PhonelinkLockTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_off.cljs
================================================
(ns reagent-mui.icons.phonelink-off
"Imports @mui/icons-material/PhonelinkOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-off (create-svg-icon (e "path" #js {"d" "M22 6V4H6.82l2 2H22zM1.92 1.65.65 2.92l1.82 1.82C2.18 5.08 2 5.52 2 6v11H0v3h17.73l2.35 2.35 1.27-1.27L3.89 3.62 1.92 1.65zM4 6.27 14.73 17H4V6.27zM23 8h-6c-.55 0-1 .45-1 1v4.18l2 2V10h4v7h-2.18l3 3H23c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1z"})
"PhonelinkOff"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_off_outlined.cljs
================================================
(ns reagent-mui.icons.phonelink-off-outlined
"Imports @mui/icons-material/PhonelinkOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-off-outlined (create-svg-icon (e "path" #js {"d" "M22 6V4H7.39l2 2zm2 13V9c0-.55-.45-1-1-1h-6c-.55 0-1 .45-1 1v3.61l2 2V10h4v7h-1.61l2.93 2.93c.39-.13.68-.49.68-.93zM2.06 1.51.65 2.92l1.82 1.82C2.18 5.08 2 5.52 2 6v11H0v3h17.73l2.35 2.35 1.41-1.41L2.06 1.51zM4 17V6.27L14.73 17H4z"})
"PhonelinkOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_off_rounded.cljs
================================================
(ns reagent-mui.icons.phonelink-off-rounded
"Imports @mui/icons-material/PhonelinkOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-off-rounded (create-svg-icon (e "path" #js {"d" "M24 19V9c0-.55-.45-1-1-1h-6c-.55 0-1 .45-1 1v3.61l2 2V10h4v7h-1.61l2.93 2.93c.39-.13.68-.49.68-.93zM21 6c.55 0 1-.45 1-1s-.45-1-1-1H7.39l2 2H21zM1.36 2.21c-.39.39-.39 1.02 0 1.41l1.11 1.11C2.18 5.08 2 5.52 2 6v11h-.5c-.83 0-1.5.67-1.5 1.5S.67 20 1.5 20h16.23l1.64 1.64c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L2.77 2.21a.9959.9959 0 0 0-1.41 0zM4 17V6.27L14.73 17H4z"})
"PhonelinkOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_off_sharp.cljs
================================================
(ns reagent-mui.icons.phonelink-off-sharp
"Imports @mui/icons-material/PhonelinkOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-off-sharp (create-svg-icon (e "path" #js {"d" "m4.56 4-2.5-2.49L4.56 4zM24 8h-8v4.61l2 2V10h4v7h-1.61l3 3H24zm-2-2V4H7.39l2 2zM2.06 1.51.65 2.92 2 4.27V17H0v3h17.73l2.35 2.35 1.41-1.41L2.06 1.51zM4 17V6.27L14.73 17H4z"})
"PhonelinkOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_off_two_tone.cljs
================================================
(ns reagent-mui.icons.phonelink-off-two-tone
"Imports @mui/icons-material/PhonelinkOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-off-two-tone (create-svg-icon [(e "path" #js {"d" "M22 17v-7h-4v4.61L20.39 17z", "opacity" ".3"}) (e "path" #js {"d" "M23 8h-6c-.55 0-1 .45-1 1v3.61l2 2V10h4v7h-1.61l2.93 2.93c.39-.13.68-.49.68-.93V9c0-.55-.45-1-1-1zm-1-2V4H7.39l2 2zM.65 2.92l1.82 1.82C2.18 5.08 2 5.52 2 6v11H0v3h17.73l2.35 2.35 1.41-1.41L2.06 1.51.65 2.92zM4 6.27 14.73 17H4V6.27z"})]
"PhonelinkOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_outlined.cljs
================================================
(ns reagent-mui.icons.phonelink-outlined
"Imports @mui/icons-material/PhonelinkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-outlined (create-svg-icon (e "path" #js {"d" "M4 6h18V4H4c-1.1 0-2 .9-2 2v11H0v3h14v-3H4V6zm19 2h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 9h-4v-7h4v7z"})
"PhonelinkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_ring.cljs
================================================
(ns reagent-mui.icons.phonelink-ring
"Imports @mui/icons-material/PhonelinkRing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-ring (create-svg-icon (e "path" #js {"d" "m20.1 7.7-1 1c1.8 1.8 1.8 4.6 0 6.5l1 1c2.5-2.3 2.5-6.1 0-8.5zM18 9.8l-1 1c.5.7.5 1.6 0 2.3l1 1c1.2-1.2 1.2-3 0-4.3zM14 1H4c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 19H4V4h10v16z"})
"PhonelinkRing"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_ring_outlined.cljs
================================================
(ns reagent-mui.icons.phonelink-ring-outlined
"Imports @mui/icons-material/PhonelinkRingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-ring-outlined (create-svg-icon (e "path" #js {"d" "m20.1 7.7-1 1c1.8 1.8 1.8 4.6 0 6.5l1 1c2.5-2.3 2.5-6.1 0-8.5zM18 9.8l-1 1c.5.7.5 1.6 0 2.3l1 1c1.2-1.2 1.2-3 0-4.3zM14 1H4c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 19H4V4h10v16z"})
"PhonelinkRingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_ring_rounded.cljs
================================================
(ns reagent-mui.icons.phonelink-ring-rounded
"Imports @mui/icons-material/PhonelinkRingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-ring-rounded (create-svg-icon (e "path" #js {"d" "M14 1H4c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 19H4V4h10v16zm6.63-11.74c-.26-.32-.74-.36-1.04-.06l-.03.03c-.25.25-.26.65-.05.93 1.26 1.64 1.25 3.87-.02 5.57-.21.28-.19.67.05.92l.05.05c.29.29.76.26 1.03-.05 1.8-2.13 1.8-5.19.01-7.39zm-3.21 2.11-.06.06c-.2.2-.26.5-.15.76.21.49.21 1.03 0 1.52-.11.26-.05.56.15.76l.08.08c.32.32.87.25 1.09-.15.49-.89.49-1.94-.01-2.86a.687.687 0 0 0-1.1-.17z"})
"PhonelinkRingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_ring_sharp.cljs
================================================
(ns reagent-mui.icons.phonelink-ring-sharp
"Imports @mui/icons-material/PhonelinkRingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-ring-sharp (create-svg-icon (e "path" #js {"d" "m20.1 7.7-1 1c1.8 1.8 1.8 4.6 0 6.5l1 1c2.5-2.3 2.5-6.1 0-8.5zM18 9.8l-1 1c.5.7.5 1.6 0 2.3l1 1c1.2-1.2 1.2-3 0-4.3zM16 1H2v22h14V1zm-2 19H4V4h10v16z"})
"PhonelinkRingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_ring_two_tone.cljs
================================================
(ns reagent-mui.icons.phonelink-ring-two-tone
"Imports @mui/icons-material/PhonelinkRingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-ring-two-tone (create-svg-icon [(e "path" #js {"d" "M4 4h10v16H4z", "opacity" ".3"}) (e "path" #js {"d" "M14 1H4c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 19H4V4h10v16zm6.1-12.3-1 1c1.8 1.8 1.8 4.6 0 6.5l1 1c2.5-2.3 2.5-6.1 0-8.5zM17 10.8c.5.7.5 1.6 0 2.3l1 1c1.2-1.2 1.2-3 0-4.3l-1 1z"})]
"PhonelinkRingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_rounded.cljs
================================================
(ns reagent-mui.icons.phonelink-rounded
"Imports @mui/icons-material/PhonelinkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-rounded (create-svg-icon (e "path" #js {"d" "M4 7c0-.55.45-1 1-1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-1.1 0-2 .9-2 2v11h-.5c-.83 0-1.5.67-1.5 1.5S.67 20 1.5 20h11c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5H4V7zm19 1h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 9h-4v-7h4v7z"})
"PhonelinkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_setup.cljs
================================================
(ns reagent-mui.icons.phonelink-setup
"Imports @mui/icons-material/PhonelinkSetup as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-setup (create-svg-icon (e "path" #js {"d" "M10.82 12.49c.02-.16.04-.32.04-.49 0-.17-.02-.33-.04-.49l1.08-.82c.1-.07.12-.21.06-.32l-1.03-1.73c-.06-.11-.2-.15-.31-.11l-1.28.5c-.27-.2-.56-.36-.87-.49l-.2-1.33c0-.12-.11-.21-.24-.21H5.98c-.13 0-.24.09-.26.21l-.2 1.32c-.31.12-.6.3-.87.49l-1.28-.5c-.12-.05-.25 0-.31.11l-1.03 1.73c-.06.12-.03.25.07.33l1.08.82c-.02.16-.03.33-.03.49 0 .17.02.33.04.49l-1.09.83c-.1.07-.12.21-.06.32l1.03 1.73c.06.11.2.15.31.11l1.28-.5c.27.2.56.36.87.49l.2 1.32c.01.12.12.21.25.21h2.06c.13 0 .24-.09.25-.21l.2-1.32c.31-.12.6-.3.87-.49l1.28.5c.12.05.25 0 .31-.11l1.03-1.73c.06-.11.04-.24-.06-.32l-1.1-.83zM7 13.75c-.99 0-1.8-.78-1.8-1.75s.81-1.75 1.8-1.75 1.8.78 1.8 1.75S8 13.75 7 13.75zM18 1.01 8 1c-1.1 0-2 .9-2 2v3h2V5h10v14H8v-1H6v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99z"})
"PhonelinkSetup"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_setup_outlined.cljs
================================================
(ns reagent-mui.icons.phonelink-setup-outlined
"Imports @mui/icons-material/PhonelinkSetupOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-setup-outlined (create-svg-icon (e "path" #js {"d" "M7 3v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2zm2.5 12.5c.29-.12.55-.29.8-.48l-.02.03 1.01.39c.23.09.49 0 .61-.22l.84-1.46c.12-.21.07-.49-.12-.64l-.85-.68-.02.03c.02-.16.05-.32.05-.48s-.03-.32-.05-.48l.02.03.85-.68c.19-.15.24-.43.12-.64l-.84-1.46c-.12-.21-.38-.31-.61-.22l-1.01.39.02.03c-.25-.17-.51-.34-.8-.46l-.17-1.08C9.3 7.18 9.09 7 8.84 7H7.16c-.25 0-.46.18-.49.42L6.5 8.5c-.29.12-.55.29-.8.48l.02-.03-1.02-.39c-.23-.09-.49 0-.61.22l-.84 1.46c-.12.21-.07.49.12.64l.85.68.02-.03c-.02.15-.05.31-.05.47s.03.32.05.48l-.02-.03-.85.68c-.19.15-.24.43-.12.64l.84 1.46c.12.21.38.31.61.22l1.01-.39-.01-.04c.25.19.51.36.8.48l.17 1.07c.03.25.24.43.49.43h1.68c.25 0 .46-.18.49-.42l.17-1.08zM6 12c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2z"})
"PhonelinkSetupOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_setup_rounded.cljs
================================================
(ns reagent-mui.icons.phonelink-setup-rounded
"Imports @mui/icons-material/PhonelinkSetupRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-setup-rounded (create-svg-icon (e "path" #js {"d" "M7 3v2c0 .55.45 1 1 1s1-.45 1-1V4h10v16H9v-1c0-.55-.45-1-1-1s-1 .45-1 1v2c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2zm2.5 12.5c.29-.12.55-.29.8-.48l-.02.03 1.01.39c.23.09.49 0 .61-.22l.84-1.46c.12-.21.07-.49-.12-.64l-.85-.68-.02.03c.02-.16.05-.32.05-.48s-.03-.32-.05-.48l.02.03.85-.68c.19-.15.24-.43.12-.64l-.84-1.46c-.12-.21-.38-.31-.61-.22l-1.01.39.02.03c-.25-.17-.51-.34-.8-.46l-.17-1.08C9.3 7.18 9.09 7 8.84 7H7.16c-.25 0-.46.18-.49.42L6.5 8.5c-.29.12-.55.29-.8.48l.02-.03-1.02-.39c-.23-.09-.49 0-.61.22l-.84 1.46c-.12.21-.07.49.12.64l.85.68.02-.03c-.02.15-.05.31-.05.47s.03.32.05.48l-.02-.03-.85.68c-.19.15-.24.43-.12.64l.84 1.46c.12.21.38.31.61.22l1.01-.39-.01-.04c.25.19.51.36.8.48l.17 1.07c.03.25.24.43.49.43h1.68c.25 0 .46-.18.49-.42l.17-1.08zM6 12c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2z"})
"PhonelinkSetupRounded"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_setup_sharp.cljs
================================================
(ns reagent-mui.icons.phonelink-setup-sharp
"Imports @mui/icons-material/PhonelinkSetupSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-setup-sharp (create-svg-icon (e "path" #js {"d" "M7 1v5h2V4h10v16H9v-2H7v5h14V1zm2.5 14.5c.29-.12.55-.29.8-.48l-.02.03 1.41.55 1.27-2.2-1.18-.95-.02.03c.02-.16.05-.32.05-.48s-.03-.32-.05-.48l.02.03 1.18-.95-1.26-2.2-1.41.55.02.03c-.26-.19-.52-.36-.81-.48L9.27 7H6.73L6.5 8.5c-.29.12-.55.29-.8.48l.02-.03L4.3 8.4l-1.27 2.2 1.18.95.02-.03c-.01.16-.04.32-.04.48s.03.32.05.48l-.02-.03-1.18.95 1.27 2.2 1.41-.55-.02-.03c.25.19.51.36.8.48l.23 1.5h2.54l.23-1.5zM6 12c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2z"})
"PhonelinkSetupSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_setup_two_tone.cljs
================================================
(ns reagent-mui.icons.phonelink-setup-two-tone
"Imports @mui/icons-material/PhonelinkSetupTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-setup-two-tone (create-svg-icon (e "path" #js {"d" "M7 3v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2zm2.5 12.5c.29-.12.55-.29.8-.48l-.02.03 1.01.39c.23.09.49 0 .61-.22l.84-1.46c.12-.21.07-.49-.12-.64l-.85-.68-.02.03c.02-.16.05-.32.05-.48s-.03-.32-.05-.48l.02.03.85-.68c.19-.15.24-.43.12-.64l-.84-1.46c-.12-.21-.38-.31-.61-.22l-1.01.39.02.03c-.25-.17-.51-.34-.8-.46l-.17-1.08C9.3 7.18 9.09 7 8.84 7H7.16c-.25 0-.46.18-.49.42L6.5 8.5c-.29.12-.55.29-.8.48l.02-.03-1.02-.39c-.23-.09-.49 0-.61.22l-.84 1.46c-.12.21-.07.49.12.64l.85.68.02-.03c-.02.15-.05.31-.05.47s.03.32.05.48l-.02-.03-.85.68c-.19.15-.24.43-.12.64l.84 1.46c.12.21.38.31.61.22l1.01-.39-.01-.04c.25.19.51.36.8.48l.17 1.07c.03.25.24.43.49.43h1.68c.25 0 .46-.18.49-.42l.17-1.08zM6 12c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2z"})
"PhonelinkSetupTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_sharp.cljs
================================================
(ns reagent-mui.icons.phonelink-sharp
"Imports @mui/icons-material/PhonelinkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-sharp (create-svg-icon (e "path" #js {"d" "M4 6h18V4H2v13H0v3h14v-3H4V6zm20 2h-8v12h8V8zm-2 9h-4v-7h4v7z"})
"PhonelinkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/phonelink_two_tone.cljs
================================================
(ns reagent-mui.icons.phonelink-two-tone
"Imports @mui/icons-material/PhonelinkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def phonelink-two-tone (create-svg-icon [(e "path" #js {"d" "M18 10h4v7h-4z", "opacity" ".3"}) (e "path" #js {"d" "M4 6h18V4H4c-1.1 0-2 .9-2 2v11H0v3h14v-3H4V6zm19 2h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 9h-4v-7h4v7z"})]
"PhonelinkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/photo.cljs
================================================
(ns reagent-mui.icons.photo
"Imports @mui/icons-material/Photo as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo (create-svg-icon (e "path" #js {"d" "M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"})
"Photo"))
================================================
FILE: src/icons/reagent_mui/icons/photo_album.cljs
================================================
(ns reagent-mui.icons.photo-album
"Imports @mui/icons-material/PhotoAlbum as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-album (create-svg-icon (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 2h5v7l-2.5-1.5L11 11V4zM7 18l2.38-3.17L11 17l2.62-3.5L17 18H7z"})
"PhotoAlbum"))
================================================
FILE: src/icons/reagent_mui/icons/photo_album_outlined.cljs
================================================
(ns reagent-mui.icons.photo-album-outlined
"Imports @mui/icons-material/PhotoAlbumOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-album-outlined (create-svg-icon (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H6V4h5v7l2.5-1.5L16 11V4h2v16zm-4.38-6.5L17 18H7l2.38-3.17L11 17l2.62-3.5z"})
"PhotoAlbumOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/photo_album_rounded.cljs
================================================
(ns reagent-mui.icons.photo-album-rounded
"Imports @mui/icons-material/PhotoAlbumRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-album-rounded (create-svg-icon (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2.76 8.55L13.5 9.5l-1.74 1.05c-.33.2-.76-.04-.76-.43V4h5v6.12c0 .39-.42.63-.76.43zM7.6 17.2l1.38-1.83c.2-.27.6-.27.8 0L11 17l2.23-2.97c.2-.27.6-.27.8 0l2.38 3.17c.25.33.01.8-.4.8H8c-.41 0-.65-.47-.4-.8z"})
"PhotoAlbumRounded"))
================================================
FILE: src/icons/reagent_mui/icons/photo_album_sharp.cljs
================================================
(ns reagent-mui.icons.photo-album-sharp
"Imports @mui/icons-material/PhotoAlbumSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-album-sharp (create-svg-icon (e "path" #js {"d" "M20 2H4v20h16V2zm-9 2h5v7l-2.5-1.5L11 11V4zM7 18l2.38-3.17L11 17l2.62-3.5L17 18H7z"})
"PhotoAlbumSharp"))
================================================
FILE: src/icons/reagent_mui/icons/photo_album_two_tone.cljs
================================================
(ns reagent-mui.icons.photo-album-two-tone
"Imports @mui/icons-material/PhotoAlbumTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-album-two-tone (create-svg-icon [(e "path" #js {"d" "M16 4v7l-2.5-1.5L11 11V4H6v16h12V4h-2zM7 18l2.38-3.17L11 17l2.62-3.5L17 18H7z", "opacity" ".3"}) (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H6V4h5v7l2.5-1.5L16 11V4h2v16zm-4.38-6.5L17 18H7l2.38-3.17L11 17l2.62-3.5z"})]
"PhotoAlbumTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/photo_camera.cljs
================================================
(ns reagent-mui.icons.photo-camera
"Imports @mui/icons-material/PhotoCamera as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-camera (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "3.2"}) (e "path" #js {"d" "M9 2 7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})]
"PhotoCamera"))
================================================
FILE: src/icons/reagent_mui/icons/photo_camera_back.cljs
================================================
(ns reagent-mui.icons.photo-camera-back
"Imports @mui/icons-material/PhotoCameraBack as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-camera-back (create-svg-icon (e "path" #js {"d" "M20 5c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h3.17L9 3h6l1.83 2H20zm0 14V7H4v12h16zm-6-7-3 3.72L9 13l-3 4h12l-4-5z"})
"PhotoCameraBack"))
================================================
FILE: src/icons/reagent_mui/icons/photo_camera_back_outlined.cljs
================================================
(ns reagent-mui.icons.photo-camera-back-outlined
"Imports @mui/icons-material/PhotoCameraBackOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-camera-back-outlined (create-svg-icon [(e "path" #js {"d" "M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14H4V7h4.05l1.83-2h4.24l1.83 2H20v12z"}) (e "path" #js {"d" "M11.25 16 9 13l-3 4h12l-3.75-5z"})]
"PhotoCameraBackOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/photo_camera_back_rounded.cljs
================================================
(ns reagent-mui.icons.photo-camera-back-rounded
"Imports @mui/icons-material/PhotoCameraBackRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-camera-back-rounded (create-svg-icon (e "path" #js {"d" "M20 5h-3.17l-1.24-1.35c-.37-.41-.91-.65-1.47-.65H9.88c-.56 0-1.1.24-1.47.65L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-3 12H7c-.41 0-.65-.47-.4-.8l2-2.67c.2-.27.6-.27.8 0L11.25 16l2.6-3.47c.2-.27.6-.27.8 0l2.75 3.67c.25.33.01.8-.4.8z"})
"PhotoCameraBackRounded"))
================================================
FILE: src/icons/reagent_mui/icons/photo_camera_back_sharp.cljs
================================================
(ns reagent-mui.icons.photo-camera-back-sharp
"Imports @mui/icons-material/PhotoCameraBackSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-camera-back-sharp (create-svg-icon (e "path" #js {"d" "M16.83 5 15 3H9L7.17 5H2v16h20V5h-5.17zM6 17l3-4 2.25 3 3-4L18 17H6z"})
"PhotoCameraBackSharp"))
================================================
FILE: src/icons/reagent_mui/icons/photo_camera_back_two_tone.cljs
================================================
(ns reagent-mui.icons.photo-camera-back-two-tone
"Imports @mui/icons-material/PhotoCameraBackTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-camera-back-two-tone (create-svg-icon [(e "path" #js {"d" "m15.95 7-1.83-2H9.88L8.05 7H4v12h16V7h-4.05zM6 17l3-4 2.25 3 3-4L18 17H6z", "opacity" ".3"}) (e "path" #js {"d" "M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14H4V7h4.05l1.83-2h4.24l1.83 2H20v12zm-8.75-3L9 13l-3 4h12l-3.75-5-3 4z"})]
"PhotoCameraBackTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/photo_camera_front.cljs
================================================
(ns reagent-mui.icons.photo-camera-front
"Imports @mui/icons-material/PhotoCameraFront as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-camera-front (create-svg-icon (e "path" #js {"d" "m18 10.48 4-3.98v11l-4-3.98V18c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v4.48zm-2-.79V6H4v12h12V9.69zM10 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm0 1c1.34 0 4 .67 4 2v1H6v-1c0-1.33 2.66-2 4-2z"})
"PhotoCameraFront"))
================================================
FILE: src/icons/reagent_mui/icons/photo_camera_front_outlined.cljs
================================================
(ns reagent-mui.icons.photo-camera-front-outlined
"Imports @mui/icons-material/PhotoCameraFrontOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-camera-front-outlined (create-svg-icon [(e "path" #js {"d" "M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14H4V7h4.05l1.83-2h4.24l1.83 2H20v12z"}) (e "circle" #js {"cx" "12", "cy" "11", "r" "2"}) (e "path" #js {"d" "M14.78 14.58c-.85-.37-1.79-.58-2.78-.58s-1.93.21-2.78.58C8.48 14.9 8 15.62 8 16.43V17h8v-.57c0-.81-.48-1.53-1.22-1.85z"})]
"PhotoCameraFrontOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/photo_camera_front_rounded.cljs
================================================
(ns reagent-mui.icons.photo-camera-front-rounded
"Imports @mui/icons-material/PhotoCameraFrontRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-camera-front-rounded (create-svg-icon (e "path" #js {"d" "M20 5h-3.17l-1.24-1.35c-.37-.41-.91-.65-1.47-.65H9.88c-.56 0-1.1.24-1.47.65L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-8 4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8H8v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58s1.93.21 2.78.58c.74.32 1.22 1.04 1.22 1.85V17z"})
"PhotoCameraFrontRounded"))
================================================
FILE: src/icons/reagent_mui/icons/photo_camera_front_sharp.cljs
================================================
(ns reagent-mui.icons.photo-camera-front-sharp
"Imports @mui/icons-material/PhotoCameraFrontSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-camera-front-sharp (create-svg-icon (e "path" #js {"d" "M16.83 5 15 3H9L7.17 5H2v16h20V5h-5.17zM12 9c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8H8v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58s1.93.21 2.78.58c.74.32 1.22 1.04 1.22 1.85V17z"})
"PhotoCameraFrontSharp"))
================================================
FILE: src/icons/reagent_mui/icons/photo_camera_front_two_tone.cljs
================================================
(ns reagent-mui.icons.photo-camera-front-two-tone
"Imports @mui/icons-material/PhotoCameraFrontTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-camera-front-two-tone (create-svg-icon [(e "path" #js {"d" "m15.95 7-1.83-2H9.88L8.05 7H4v12h16V7h-4.05zM12 9c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8H8v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58s1.93.21 2.78.58c.74.32 1.22 1.04 1.22 1.85V17z", "opacity" ".3"}) (e "path" #js {"d" "M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14H4V7h4.05l1.83-2h4.24l1.83 2H20v12zm-8-6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58c-.85-.37-1.79-.58-2.78-.58s-1.93.21-2.78.58C8.48 14.9 8 15.62 8 16.43V17h8v-.57c0-.81-.48-1.53-1.22-1.85z"})]
"PhotoCameraFrontTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/photo_camera_outlined.cljs
================================================
(ns reagent-mui.icons.photo-camera-outlined
"Imports @mui/icons-material/PhotoCameraOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-camera-outlined (create-svg-icon (e "path" #js {"d" "m14.12 4 1.83 2H20v12H4V6h4.05l1.83-2h4.24M15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2zm-3 7c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3m0-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5z"})
"PhotoCameraOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/photo_camera_rounded.cljs
================================================
(ns reagent-mui.icons.photo-camera-rounded
"Imports @mui/icons-material/PhotoCameraRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-camera-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "3"}) (e "path" #js {"d" "M20 4h-3.17l-1.24-1.35c-.37-.41-.91-.65-1.47-.65H9.88c-.56 0-1.1.24-1.48.65L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 13c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})]
"PhotoCameraRounded"))
================================================
FILE: src/icons/reagent_mui/icons/photo_camera_sharp.cljs
================================================
(ns reagent-mui.icons.photo-camera-sharp
"Imports @mui/icons-material/PhotoCameraSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-camera-sharp (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "3"}) (e "path" #js {"d" "M9 2 7.17 4H2v16h20V4h-5.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})]
"PhotoCameraSharp"))
================================================
FILE: src/icons/reagent_mui/icons/photo_camera_two_tone.cljs
================================================
(ns reagent-mui.icons.photo-camera-two-tone
"Imports @mui/icons-material/PhotoCameraTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-camera-two-tone (create-svg-icon [(e "path" #js {"d" "M20 6h-4.05l-1.83-2H9.88L8.05 6H4v12h16V6zm-8 11c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z", "opacity" ".3"}) (e "path" #js {"d" "M4 20h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2zM4 6h4.05l1.83-2h4.24l1.83 2H20v12H4V6zm8 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"})]
"PhotoCameraTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/photo_filter.cljs
================================================
(ns reagent-mui.icons.photo-filter
"Imports @mui/icons-material/PhotoFilter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-filter (create-svg-icon (e "path" #js {"d" "M19.02 10v9H5V5h9V3H5.02c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-9h-2zM17 10l.94-2.06L20 7l-2.06-.94L17 4l-.94 2.06L14 7l2.06.94zm-3.75.75L12 8l-1.25 2.75L8 12l2.75 1.25L12 16l1.25-2.75L16 12z"})
"PhotoFilter"))
================================================
FILE: src/icons/reagent_mui/icons/photo_filter_outlined.cljs
================================================
(ns reagent-mui.icons.photo-filter-outlined
"Imports @mui/icons-material/PhotoFilterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-filter-outlined (create-svg-icon (e "path" #js {"d" "M19 10v9H4.98V5h9V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-9h-2zm-2.94-2.06L17 10l.94-2.06L20 7l-2.06-.94L17 4l-.94 2.06L14 7zM12 8l-1.25 2.75L8 12l2.75 1.25L12 16l1.25-2.75L16 12l-2.75-1.25z"})
"PhotoFilterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/photo_filter_rounded.cljs
================================================
(ns reagent-mui.icons.photo-filter-rounded
"Imports @mui/icons-material/PhotoFilterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-filter-rounded (create-svg-icon (e "path" #js {"d" "M19.02 10.99V18c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h7c.55 0 1-.45 1-1s-.45-1-1-1H5.02c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2H19c1.1 0 2-.89 2-2v-8.01c0-.55-.44-.99-.99-.99s-.99.44-.99.99zm-5.77-.24L12.46 9c-.18-.39-.73-.39-.91 0l-.79 1.75-1.76.79c-.39.18-.39.73 0 .91l1.75.79.79 1.76c.18.39.73.39.91 0l.79-1.75 1.76-.79c.39-.18.39-.73 0-.91l-1.75-.8zm4.69-4.69-.6-1.32c-.13-.29-.55-.29-.69 0l-.6 1.32-1.32.6c-.29.13-.29.55 0 .69l1.32.6.6 1.32c.13.29.55.29.69 0l.6-1.32 1.32-.6c.29-.13.29-.55 0-.69l-1.32-.6z"})
"PhotoFilterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/photo_filter_sharp.cljs
================================================
(ns reagent-mui.icons.photo-filter-sharp
"Imports @mui/icons-material/PhotoFilterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-filter-sharp (create-svg-icon (e "path" #js {"d" "M19 10v9H4.98V5h9V3H3v18h18V10h-2zm-2 0 .94-2.06L20 7l-2.06-.94L17 4l-.94 2.06L14 7l2.06.94L17 10zm-3.75.75L12 8l-1.25 2.75L8 12l2.75 1.25L12 16l1.25-2.75L16 12l-2.75-1.25z"})
"PhotoFilterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/photo_filter_two_tone.cljs
================================================
(ns reagent-mui.icons.photo-filter-two-tone
"Imports @mui/icons-material/PhotoFilterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-filter-two-tone (create-svg-icon (e "path" #js {"d" "M19 10v9H4.98V5h9V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-9h-2zm-2.94-2.06L17 10l.94-2.06L20 7l-2.06-.94L17 4l-.94 2.06L14 7zM12 8l-1.25 2.75L8 12l2.75 1.25L12 16l1.25-2.75L16 12l-2.75-1.25z"})
"PhotoFilterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/photo_library.cljs
================================================
(ns reagent-mui.icons.photo-library
"Imports @mui/icons-material/PhotoLibrary as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-library (create-svg-icon (e "path" #js {"d" "M22 16V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm-11-4 2.03 2.71L16 11l4 5H8l3-4zM2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z"})
"PhotoLibrary"))
================================================
FILE: src/icons/reagent_mui/icons/photo_library_outlined.cljs
================================================
(ns reagent-mui.icons.photo-library-outlined
"Imports @mui/icons-material/PhotoLibraryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-library-outlined (create-svg-icon (e "path" #js {"d" "M20 4v12H8V4h12m0-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8.5 9.67 1.69 2.26 2.48-3.1L19 15H9zM2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z"})
"PhotoLibraryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/photo_library_rounded.cljs
================================================
(ns reagent-mui.icons.photo-library-rounded
"Imports @mui/icons-material/PhotoLibraryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-library-rounded (create-svg-icon (e "path" #js {"d" "M22 16V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm-10.6-3.47 1.63 2.18 2.58-3.22c.2-.25.58-.25.78 0l2.96 3.7c.26.33.03.81-.39.81H9c-.41 0-.65-.47-.4-.8l2-2.67c.2-.26.6-.26.8 0zM2 7v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1s-1 .45-1 1z"})
"PhotoLibraryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/photo_library_sharp.cljs
================================================
(ns reagent-mui.icons.photo-library-sharp
"Imports @mui/icons-material/PhotoLibrarySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-library-sharp (create-svg-icon (e "path" #js {"d" "M22 18V2H6v16h16zm-11-6 2.03 2.71L16 11l4 5H8l3-4zM2 6v16h16v-2H4V6H2z"})
"PhotoLibrarySharp"))
================================================
FILE: src/icons/reagent_mui/icons/photo_library_two_tone.cljs
================================================
(ns reagent-mui.icons.photo-library-two-tone
"Imports @mui/icons-material/PhotoLibraryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-library-two-tone (create-svg-icon [(e "path" #js {"d" "M8 16h12V4H8v12zm3.5-4.33 1.69 2.26 2.48-3.09L19 15H9l2.5-3.33z", "opacity" ".3"}) (e "path" #js {"d" "M22 16V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm-2 0H8V4h12v12zm-4.33-5.17-2.48 3.09-1.69-2.25L9 15h10zM4 22h14v-2H4V6H2v14c0 1.1.9 2 2 2z"})]
"PhotoLibraryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/photo_outlined.cljs
================================================
(ns reagent-mui.icons.photo-outlined
"Imports @mui/icons-material/PhotoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-outlined (create-svg-icon (e "path" #js {"d" "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4.86 8.86-3 3.87L9 13.14 6 17h12l-3.86-5.14z"})
"PhotoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/photo_rounded.cljs
================================================
(ns reagent-mui.icons.photo-rounded
"Imports @mui/icons-material/PhotoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-rounded (create-svg-icon (e "path" #js {"d" "M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.9 13.98l2.1 2.53 3.1-3.99c.2-.26.6-.26.8.01l3.51 4.68c.25.33.01.8-.4.8H6.02c-.42 0-.65-.48-.39-.81L8.12 14c.19-.26.57-.27.78-.02z"})
"PhotoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/photo_sharp.cljs
================================================
(ns reagent-mui.icons.photo-sharp
"Imports @mui/icons-material/PhotoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-sharp (create-svg-icon (e "path" #js {"d" "M21 21V3H3v18h18zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"})
"PhotoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/photo_size_select_actual.cljs
================================================
(ns reagent-mui.icons.photo-size-select-actual
"Imports @mui/icons-material/PhotoSizeSelectActual as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-size-select-actual (create-svg-icon (e "path" #js {"d" "M21 3H3C2 3 1 4 1 5v14c0 1.1.9 2 2 2h18c1 0 2-1 2-2V5c0-1-1-2-2-2zM5 17l3.5-4.5 2.5 3.01L14.5 11l4.5 6H5z"})
"PhotoSizeSelectActual"))
================================================
FILE: src/icons/reagent_mui/icons/photo_size_select_actual_outlined.cljs
================================================
(ns reagent-mui.icons.photo-size-select-actual-outlined
"Imports @mui/icons-material/PhotoSizeSelectActualOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-size-select-actual-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3C2 3 1 4 1 5v14c0 1.1.9 2 2 2h18c1 0 2-1 2-2V5c0-1-1-2-2-2zm0 15.92c-.02.03-.06.06-.08.08H3V5.08L3.08 5h17.83c.03.02.06.06.08.08v13.84zm-10-3.41L8.5 12.5 5 17h14l-4.5-6z"})
"PhotoSizeSelectActualOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/photo_size_select_actual_rounded.cljs
================================================
(ns reagent-mui.icons.photo-size-select-actual-rounded
"Imports @mui/icons-material/PhotoSizeSelectActualRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-size-select-actual-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3C2 3 1 4 1 5v14c0 1.1.9 2 2 2h18c1 0 2-1 2-2V5c0-1-1-2-2-2zM5.63 16.19l2.49-3.2c.2-.25.58-.26.78-.01l2.1 2.53 3.1-3.99c.2-.26.6-.26.8.01l3.51 4.68c.25.33.01.8-.4.8H6.02c-.41-.01-.65-.49-.39-.82z"})
"PhotoSizeSelectActualRounded"))
================================================
FILE: src/icons/reagent_mui/icons/photo_size_select_actual_sharp.cljs
================================================
(ns reagent-mui.icons.photo-size-select-actual-sharp
"Imports @mui/icons-material/PhotoSizeSelectActualSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-size-select-actual-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v18h22V3zM5 17l3.5-4.5 2.5 3.01L14.5 11l4.5 6H5z"})
"PhotoSizeSelectActualSharp"))
================================================
FILE: src/icons/reagent_mui/icons/photo_size_select_actual_two_tone.cljs
================================================
(ns reagent-mui.icons.photo-size-select-actual-two-tone
"Imports @mui/icons-material/PhotoSizeSelectActualTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-size-select-actual-two-tone (create-svg-icon [(e "path" #js {"d" "M3.08 5 3 5.08V19h17.92c.03-.02.06-.06.08-.08V5.08L20.92 5H3.08zM5 17l3.5-4.5 2.5 3.01L14.5 11l4.5 6H5z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3C2 3 1 4 1 5v14c0 1.1.9 2 2 2h18c1 0 2-1 2-2V5c0-1-1-2-2-2zm0 15.92c-.02.03-.06.06-.08.08H3V5.08L3.08 5h17.83c.03.02.06.06.08.08v13.84zm-10-3.41L8.5 12.5 5 17h14l-4.5-6z"})]
"PhotoSizeSelectActualTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/photo_size_select_large.cljs
================================================
(ns reagent-mui.icons.photo-size-select-large
"Imports @mui/icons-material/PhotoSizeSelectLarge as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-size-select-large (create-svg-icon (e "path" #js {"d" "M21 15h2v2h-2v-2zm0-4h2v2h-2v-2zm2 8h-2v2c1 0 2-1 2-2zM13 3h2v2h-2V3zm8 4h2v2h-2V7zm0-4v2h2c0-1-1-2-2-2zM1 7h2v2H1V7zm16-4h2v2h-2V3zm0 16h2v2h-2v-2zM3 3C2 3 1 4 1 5h2V3zm6 0h2v2H9V3zM5 3h2v2H5V3zm-4 8v8c0 1.1.9 2 2 2h12V11H1zm2 8 2.5-3.21 1.79 2.15 2.5-3.22L13 19H3z"})
"PhotoSizeSelectLarge"))
================================================
FILE: src/icons/reagent_mui/icons/photo_size_select_large_outlined.cljs
================================================
(ns reagent-mui.icons.photo-size-select-large-outlined
"Imports @mui/icons-material/PhotoSizeSelectLargeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-size-select-large-outlined (create-svg-icon (e "path" #js {"d" "M21 15h2v2h-2v-2zm0-4h2v2h-2v-2zm2 8h-2v2c1 0 2-1 2-2zM13 3h2v2h-2V3zm8 4h2v2h-2V7zm0-4v2h2c0-1-1-2-2-2zM1 7h2v2H1V7zm16-4h2v2h-2V3zm0 16h2v2h-2v-2zM3 3C2 3 1 4 1 5h2V3zm6 0h2v2H9V3zM5 3h2v2H5V3zm-4 8v8c0 1.1.9 2 2 2h12V11H1zm2 8 2.5-3.21 1.79 2.15 2.5-3.22L13 19H3z"})
"PhotoSizeSelectLargeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/photo_size_select_large_rounded.cljs
================================================
(ns reagent-mui.icons.photo-size-select-large-rounded
"Imports @mui/icons-material/PhotoSizeSelectLargeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-size-select-large-rounded (create-svg-icon (e "path" #js {"d" "M21 15h2v2h-2v-2zm0-4h2v2h-2v-2zm2 8h-2v2c1 0 2-1 2-2zM13 3h2v2h-2V3zm8 4h2v2h-2V7zm0-4v2h2c0-1-1-2-2-2zM1 7h2v2H1V7zm16-4h2v2h-2V3zm0 16h2v2h-2v-2zM3 3C2 3 1 4 1 5h2V3zm6 0h2v2H9V3zM5 3h2v2H5V3zm-4 8v8c0 1.1.9 2 2 2h12v-8c0-1.1-.9-2-2-2H1zm2.63 7.19 1.49-1.91c.2-.25.57-.26.78-.01l1.39 1.67 2.1-2.7c.2-.26.6-.26.79.01l2.22 2.96c.25.33.01.8-.4.8H4.02c-.41-.01-.65-.49-.39-.82z"})
"PhotoSizeSelectLargeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/photo_size_select_large_sharp.cljs
================================================
(ns reagent-mui.icons.photo-size-select-large-sharp
"Imports @mui/icons-material/PhotoSizeSelectLargeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-size-select-large-sharp (create-svg-icon (e "path" #js {"d" "M21 15h2v2h-2v-2zm0 4h2v2h-2v-2zm0-8h2v2h-2v-2zm-8-8h2v2h-2V3zm8 4h2v2h-2V7zM1 7h2v2H1V7zm16-4h2v2h-2V3zm0 16h2v2h-2v-2zM3 3H1v2h2V3zm20 0h-2v2h2V3zM9 3h2v2H9V3zM5 3h2v2H5V3zm-4 8v10h14V11H1zm2 8 2.5-3.21 1.79 2.15 2.5-3.22L13 19H3z"})
"PhotoSizeSelectLargeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/photo_size_select_large_two_tone.cljs
================================================
(ns reagent-mui.icons.photo-size-select-large-two-tone
"Imports @mui/icons-material/PhotoSizeSelectLargeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-size-select-large-two-tone (create-svg-icon (e "path" #js {"d" "M17 19h2v2h-2zM1 19c0 1.1.9 2 2 2h12V11H1v8zm4.5-3.21 1.79 2.15 2.5-3.22L13 19H3l2.5-3.21zM17 3h2v2h-2zm4 8h2v2h-2zm0 4h2v2h-2zM3 3C2 3 1 4 1 5h2V3zm18 4h2v2h-2zm-8-4h2v2h-2zm8 18c1 0 2-1 2-2h-2v2zM1 7h2v2H1zm8-4h2v2H9zM5 3h2v2H5zm16 0v2h2c0-1-1-2-2-2z"})
"PhotoSizeSelectLargeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/photo_size_select_small.cljs
================================================
(ns reagent-mui.icons.photo-size-select-small
"Imports @mui/icons-material/PhotoSizeSelectSmall as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-size-select-small (create-svg-icon (e "path" #js {"d" "M23 15h-2v2h2v-2zm0-4h-2v2h2v-2zm0 8h-2v2c1 0 2-1 2-2zM15 3h-2v2h2V3zm8 4h-2v2h2V7zm-2-4v2h2c0-1-1-2-2-2zM3 21h8v-6H1v4c0 1.1.9 2 2 2zM3 7H1v2h2V7zm12 12h-2v2h2v-2zm4-16h-2v2h2V3zm0 16h-2v2h2v-2zM3 3C2 3 1 4 1 5h2V3zm0 8H1v2h2v-2zm8-8H9v2h2V3zM7 3H5v2h2V3z"})
"PhotoSizeSelectSmall"))
================================================
FILE: src/icons/reagent_mui/icons/photo_size_select_small_outlined.cljs
================================================
(ns reagent-mui.icons.photo-size-select-small-outlined
"Imports @mui/icons-material/PhotoSizeSelectSmallOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-size-select-small-outlined (create-svg-icon (e "path" #js {"d" "M23 15h-2v2h2v-2zm0-4h-2v2h2v-2zm0 8h-2v2c1 0 2-1 2-2zM15 3h-2v2h2V3zm8 4h-2v2h2V7zm-2-4v2h2c0-1-1-2-2-2zM3 21h8v-6H1v4c0 1.1.9 2 2 2zM3 7H1v2h2V7zm12 12h-2v2h2v-2zm4-16h-2v2h2V3zm0 16h-2v2h2v-2zM3 3C2 3 1 4 1 5h2V3zm0 8H1v2h2v-2zm8-8H9v2h2V3zM7 3H5v2h2V3z"})
"PhotoSizeSelectSmallOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/photo_size_select_small_rounded.cljs
================================================
(ns reagent-mui.icons.photo-size-select-small-rounded
"Imports @mui/icons-material/PhotoSizeSelectSmallRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-size-select-small-rounded (create-svg-icon (e "path" #js {"d" "M23 15h-2v2h2v-2zm0-4h-2v2h2v-2zm0 8h-2v2c1 0 2-1 2-2zM15 3h-2v2h2V3zm8 4h-2v2h2V7zm-2-4v2h2c0-1-1-2-2-2zM3 21h8v-4c0-1.1-.9-2-2-2H1v4c0 1.1.9 2 2 2zM3 7H1v2h2V7zm12 12h-2v2h2v-2zm4-16h-2v2h2V3zm0 16h-2v2h2v-2zM3 3C2 3 1 4 1 5h2V3zm0 8H1v2h2v-2zm8-8H9v2h2V3zM7 3H5v2h2V3z"})
"PhotoSizeSelectSmallRounded"))
================================================
FILE: src/icons/reagent_mui/icons/photo_size_select_small_sharp.cljs
================================================
(ns reagent-mui.icons.photo-size-select-small-sharp
"Imports @mui/icons-material/PhotoSizeSelectSmallSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-size-select-small-sharp (create-svg-icon (e "path" #js {"d" "M23 15h-2v2h2v-2zm0 4h-2v2h2v-2zm0-8h-2v2h2v-2zm-8-8h-2v2h2V3zm8 4h-2v2h2V7zM1 21h10v-6H1v6zM3 7H1v2h2V7zm12 12h-2v2h2v-2zm4-16h-2v2h2V3zm4 0h-2v2h2V3zm-4 16h-2v2h2v-2zM3 11H1v2h2v-2zm8-8H9v2h2V3zM7 3H5v2h2V3zM3 3H1v2h2V3z"})
"PhotoSizeSelectSmallSharp"))
================================================
FILE: src/icons/reagent_mui/icons/photo_size_select_small_two_tone.cljs
================================================
(ns reagent-mui.icons.photo-size-select-small-two-tone
"Imports @mui/icons-material/PhotoSizeSelectSmallTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-size-select-small-two-tone (create-svg-icon (e "path" #js {"d" "M17 19h2v2h-2zm-4 0h2v2h-2zM1 19c0 1.1.9 2 2 2h8v-6H1v4zM9 3h2v2H9zM5 3h2v2H5zm12 0h2v2h-2zM1 11h2v2H1zm0-4h2v2H1zm2-4C2 3 1 4 1 5h2V3zm10 0h2v2h-2zm8 18c1 0 2-1 2-2h-2v2zm0-10h2v2h-2zm0-8v2h2c0-1-1-2-2-2zm0 12h2v2h-2zm0-8h2v2h-2z"})
"PhotoSizeSelectSmallTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/photo_two_tone.cljs
================================================
(ns reagent-mui.icons.photo-two-tone
"Imports @mui/icons-material/PhotoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def photo-two-tone (create-svg-icon [(e "path" #js {"d" "M19 5H5v14h14V5zM6 17l3-3.86 2.14 2.58 3-3.87L18 17H6z", "opacity" ".3"}) (e "path" #js {"d" "M5 21h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2zM5 5h14v14H5V5zm6.14 10.72L9 13.14 6 17h12l-3.86-5.14z"})]
"PhotoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/php.cljs
================================================
(ns reagent-mui.icons.php
"Imports @mui/icons-material/Php as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def php (create-svg-icon (e "path" #js {"d" "M13 9h1.5v6H13v-2.5h-2V15H9.5V9H11v2h2V9zm-5 1.5v1c0 .8-.7 1.5-1.5 1.5h-2v2H3V9h3.5c.8 0 1.5.7 1.5 1.5zm-1.5 0h-2v1h2v-1zm15 0v1c0 .8-.7 1.5-1.5 1.5h-2v2h-1.5V9H20c.8 0 1.5.7 1.5 1.5zm-1.5 0h-2v1h2v-1z"})
"Php"))
================================================
FILE: src/icons/reagent_mui/icons/php_outlined.cljs
================================================
(ns reagent-mui.icons.php-outlined
"Imports @mui/icons-material/PhpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def php-outlined (create-svg-icon (e "path" #js {"d" "M13 9h1.5v6H13v-2.5h-2V15H9.5V9H11v2h2V9zm-5 1.5v1c0 .8-.7 1.5-1.5 1.5h-2v2H3V9h3.5c.8 0 1.5.7 1.5 1.5zm-1.5 0h-2v1h2v-1zm15 0v1c0 .8-.7 1.5-1.5 1.5h-2v2h-1.5V9H20c.8 0 1.5.7 1.5 1.5zm-1.5 0h-2v1h2v-1z"})
"PhpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/php_rounded.cljs
================================================
(ns reagent-mui.icons.php-rounded
"Imports @mui/icons-material/PhpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def php-rounded (create-svg-icon (e "path" #js {"d" "M6.5 10.5h-2v1h2v-1zm13.5 0h-2v1h2v-1zm-7 2h-2v1.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.5c0-.41.34-.75.75-.75s.75.34.75.75V11h2V9.75c0-.41.34-.75.75-.75s.75.34.75.75v4.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75V12.5zm5 1.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V10c0-.55.45-1 1-1H20c.83 0 1.5.68 1.5 1.5v1c0 .82-.67 1.5-1.5 1.5h-2v1.25zM3 10c0-.55.45-1 1-1h2.5c.83 0 1.5.68 1.5 1.5v1c0 .82-.67 1.5-1.5 1.5h-2v1.25c0 .41-.34.75-.75.75S3 14.66 3 14.25V10z"})
"PhpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/php_sharp.cljs
================================================
(ns reagent-mui.icons.php-sharp
"Imports @mui/icons-material/PhpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def php-sharp (create-svg-icon (e "path" #js {"d" "M13 9h1.5v6H13v-2.5h-2V15H9.5V9H11v2h2V9zM8 9v4H4.5v2H3V9h5zm-1.5 1.5h-2v1h2v-1zm15-1.5v4H18v2h-1.5V9h5zM20 10.5h-2v1h2v-1z"})
"PhpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/php_two_tone.cljs
================================================
(ns reagent-mui.icons.php-two-tone
"Imports @mui/icons-material/PhpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def php-two-tone (create-svg-icon (e "path" #js {"d" "M13 9h1.5v6H13v-2.5h-2V15H9.5V9H11v2h2V9zm-5 1.5v1c0 .8-.7 1.5-1.5 1.5h-2v2H3V9h3.5c.8 0 1.5.7 1.5 1.5zm-1.5 0h-2v1h2v-1zm15 0v1c0 .8-.7 1.5-1.5 1.5h-2v2h-1.5V9H20c.8 0 1.5.7 1.5 1.5zm-1.5 0h-2v1h2v-1z"})
"PhpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/piano.cljs
================================================
(ns reagent-mui.icons.piano
"Imports @mui/icons-material/Piano as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def piano (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 11.5h.25V19h-4.5v-4.5H10c.55 0 1-.45 1-1V5h2v8.5c0 .55.45 1 1 1zM5 5h2v8.5c0 .55.45 1 1 1h.25V19H5V5zm14 14h-3.25v-4.5H16c.55 0 1-.45 1-1V5h2v14z"})
"Piano"))
================================================
FILE: src/icons/reagent_mui/icons/piano_off.cljs
================================================
(ns reagent-mui.icons.piano-off
"Imports @mui/icons-material/PianoOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def piano-off (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22 3 5.83V19c0 1.1.9 2 2 2h13.17l1.61 1.61 1.41-1.42zM8.25 19H5V7.83l2 2v3.67c0 .55.45 1 1 1h.25V19zm1.5 0v-4.5H10c.46 0 .82-.31.94-.73l3.31 3.31V19h-4.5zM11 8.17 5.83 3H19c1.1 0 2 .9 2 2v13.17l-2-2V5h-2v8.5c0 .19-.07.36-.16.51L13 10.17V5h-2v3.17z"})
"PianoOff"))
================================================
FILE: src/icons/reagent_mui/icons/piano_off_outlined.cljs
================================================
(ns reagent-mui.icons.piano-off-outlined
"Imports @mui/icons-material/PianoOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def piano-off-outlined (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22 3 5.83V19c0 1.1.9 2 2 2h13.17l1.61 1.61 1.41-1.42zM8.25 19H5V7.83l2 2v3.67c0 .55.45 1 1 1h.25V19zm1.5 0v-4.5H10c.46 0 .82-.31.94-.73l3.31 3.31V19h-4.5zM11 8.17 5.83 3H19c1.1 0 2 .9 2 2v13.17l-2-2V5h-2v8.5c0 .19-.07.36-.16.51L13 10.17V5h-2v3.17z"})
"PianoOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/piano_off_rounded.cljs
================================================
(ns reagent-mui.icons.piano-off-rounded
"Imports @mui/icons-material/PianoOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def piano-off-rounded (create-svg-icon (e "path" #js {"d" "M20.49 21.9c.39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.9.91V19c0 1.1.9 2 2 2h13.17l.9.9c.39.39 1.02.39 1.42 0zM8.25 19H5V7.83l2 2v3.67c0 .55.45 1 1 1h.25V19zm1.5 0v-4.5H10c.46 0 .82-.31.94-.73l3.31 3.31V19h-4.5zM11 8.17 5.83 3H19c1.1 0 2 .9 2 2v13.17l-2-2V5h-2v8.5c0 .19-.07.36-.16.51L13 10.17V5h-2v3.17z"})
"PianoOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/piano_off_sharp.cljs
================================================
(ns reagent-mui.icons.piano-off-sharp
"Imports @mui/icons-material/PianoOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def piano-off-sharp (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22 3 5.83V21h15.17l1.61 1.61 1.41-1.42zM8.25 19H5V7.83l2 2v4.67h1.25V19zm1.5 0v-4.5H11v-.67l3.25 3.25V19h-4.5zM5.83 3H21v15.17l-2-2V5h-2v9.17l-4-4V5h-2v3.17L5.83 3z"})
"PianoOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/piano_off_two_tone.cljs
================================================
(ns reagent-mui.icons.piano-off-two-tone
"Imports @mui/icons-material/PianoOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def piano-off-two-tone (create-svg-icon [(e "path" #js {"d" "M8.25 19H5V7.83l2 2v3.67c0 .55.45 1 1 1h.25V19zm1.5 0v-4.5H10c.46 0 .82-.31.94-.73l3.31 3.31V19h-4.5zM13 10.17V5h-2v3.17l2 2zm6 6V5h-2v8.5c0 .19-.07.36-.16.51L19 16.17z", "opacity" ".3"}) (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22 3 5.83V19c0 1.1.9 2 2 2h13.17l1.61 1.61 1.41-1.42zM8.25 19H5V7.83l2 2v3.67c0 .55.45 1 1 1h.25V19zm1.5 0v-4.5H10c.46 0 .82-.31.94-.73l3.31 3.31V19h-4.5zM11 8.17 5.83 3H19c1.1 0 2 .9 2 2v13.17l-2-2V5h-2v8.5c0 .19-.07.36-.16.51L13 10.17V5h-2v3.17z"})]
"PianoOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/piano_outlined.cljs
================================================
(ns reagent-mui.icons.piano-outlined
"Imports @mui/icons-material/PianoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def piano-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 11.5h.25V19h-4.5v-4.5H10c.55 0 1-.45 1-1V5h2v8.5c0 .55.45 1 1 1zM5 5h2v8.5c0 .55.45 1 1 1h.25V19H5V5zm14 14h-3.25v-4.5H16c.55 0 1-.45 1-1V5h2v14z"})
"PianoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/piano_rounded.cljs
================================================
(ns reagent-mui.icons.piano-rounded
"Imports @mui/icons-material/PianoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def piano-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 11.5h.25V19h-4.5v-4.5H10c.55 0 1-.45 1-1V5h2v8.5c0 .55.45 1 1 1zM5 5h2v8.5c0 .55.45 1 1 1h.25V19H5V5zm14 14h-3.25v-4.5H16c.55 0 1-.45 1-1V5h2v14z"})
"PianoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/piano_sharp.cljs
================================================
(ns reagent-mui.icons.piano-sharp
"Imports @mui/icons-material/PianoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def piano-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-8 11.5h1.25V19h-4.5v-4.5H11V5h2v9.5zM5 5h2v9.5h1.25V19H5V5zm14 14h-3.25v-4.5H17V5h2v14z"})
"PianoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/piano_two_tone.cljs
================================================
(ns reagent-mui.icons.piano-two-tone
"Imports @mui/icons-material/PianoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def piano-two-tone (create-svg-icon [(e "path" #js {"d" "M14 14.5h.25V19h-4.5v-4.5H10c.55 0 1-.45 1-1V5h2v8.5c0 .55.45 1 1 1zM5 5h2v8.5c0 .55.45 1 1 1h.25V19H5V5zm14 14h-3.25v-4.5H16c.55 0 1-.45 1-1V5h2v14z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 11.5h.25V19h-4.5v-4.5H10c.55 0 1-.45 1-1V5h2v8.5c0 .55.45 1 1 1zM5 5h2v8.5c0 .55.45 1 1 1h.25V19H5V5zm14 14h-3.25v-4.5H16c.55 0 1-.45 1-1V5h2v14z"})]
"PianoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/picture_as_pdf.cljs
================================================
(ns reagent-mui.icons.picture-as-pdf
"Imports @mui/icons-material/PictureAsPdf as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def picture-as-pdf (create-svg-icon (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8.5 7.5c0 .83-.67 1.5-1.5 1.5H9v2H7.5V7H10c.83 0 1.5.67 1.5 1.5v1zm5 2c0 .83-.67 1.5-1.5 1.5h-2.5V7H15c.83 0 1.5.67 1.5 1.5v3zm4-3H19v1h1.5V11H19v2h-1.5V7h3v1.5zM9 9.5h1v-1H9v1zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm10 5.5h1v-3h-1v3z"})
"PictureAsPdf"))
================================================
FILE: src/icons/reagent_mui/icons/picture_as_pdf_outlined.cljs
================================================
(ns reagent-mui.icons.picture-as-pdf-outlined
"Imports @mui/icons-material/PictureAsPdfOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def picture-as-pdf-outlined (create-svg-icon (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"})
"PictureAsPdfOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/picture_as_pdf_rounded.cljs
================================================
(ns reagent-mui.icons.picture-as-pdf-rounded
"Imports @mui/icons-material/PictureAsPdfRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def picture-as-pdf-rounded (create-svg-icon (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8.5 7.5c0 .83-.67 1.5-1.5 1.5H9v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8c0-.55.45-1 1-1H10c.83 0 1.5.67 1.5 1.5v1zm5 2c0 .83-.67 1.5-1.5 1.5h-2c-.28 0-.5-.22-.5-.5v-5c0-.28.22-.5.5-.5h2c.83 0 1.5.67 1.5 1.5v3zm4-3.75c0 .41-.34.75-.75.75H19v1h.75c.41 0 .75.34.75.75s-.34.75-.75.75H19v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8c0-.55.45-1 1-1h1.25c.41 0 .75.34.75.75zM9 9.5h1v-1H9v1zM3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1zm11 5.5h1v-3h-1v3z"})
"PictureAsPdfRounded"))
================================================
FILE: src/icons/reagent_mui/icons/picture_as_pdf_sharp.cljs
================================================
(ns reagent-mui.icons.picture-as-pdf-sharp
"Imports @mui/icons-material/PictureAsPdfSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def picture-as-pdf-sharp (create-svg-icon (e "path" #js {"d" "M22 2H6v16h16V2zm-10.5 9H9v2H7.5V7h4v4zm5 .5c0 .83-.67 1.5-1.5 1.5h-2.5V7H15c.83 0 1.5.67 1.5 1.5v3zm4-3H19v1h1.5V11H19v2h-1.5V7h3v1.5zM9 9.5h1v-1H9v1zM4 6H2v16h16v-2H4V6zm10 5.5h1v-3h-1v3z"})
"PictureAsPdfSharp"))
================================================
FILE: src/icons/reagent_mui/icons/picture_as_pdf_two_tone.cljs
================================================
(ns reagent-mui.icons.picture-as-pdf-two-tone
"Imports @mui/icons-material/PictureAsPdfTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def picture-as-pdf-two-tone (create-svg-icon [(e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"}) (e "path" #js {"d" "M10 9h1v1h-1zm4 0h1v3h-1zm-6 7h12V4H8v12zm9-8h2v1h-1v1h1v1h-1v2h-1V8zm-4 0h2c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-2V8zM9 8h2c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1h-1v2H9V8z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zm-4-4V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"})]
"PictureAsPdfTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/picture_in_picture.cljs
================================================
(ns reagent-mui.icons.picture-in-picture
"Imports @mui/icons-material/PictureInPicture as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def picture-in-picture (create-svg-icon (e "path" #js {"d" "M19 7h-8v6h8V7zm2-4H3c-1.1 0-2 .9-2 2v14c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98V5c0-1.1-.9-2-2-2zm0 16.01H3V4.98h18v14.03z"})
"PictureInPicture"))
================================================
FILE: src/icons/reagent_mui/icons/picture_in_picture_alt.cljs
================================================
(ns reagent-mui.icons.picture-in-picture-alt
"Imports @mui/icons-material/PictureInPictureAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def picture-in-picture-alt (create-svg-icon (e "path" #js {"d" "M19 11h-8v6h8v-6zm4 8V4.98C23 3.88 22.1 3 21 3H3c-1.1 0-2 .88-2 1.98V19c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2zm-2 .02H3V4.97h18v14.05z"})
"PictureInPictureAlt"))
================================================
FILE: src/icons/reagent_mui/icons/picture_in_picture_alt_outlined.cljs
================================================
(ns reagent-mui.icons.picture-in-picture-alt-outlined
"Imports @mui/icons-material/PictureInPictureAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def picture-in-picture-alt-outlined (create-svg-icon (e "path" #js {"d" "M19 11h-8v6h8v-6zm-2 4h-4v-2h4v2zm4-12H3c-1.1 0-2 .88-2 1.98V19c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V4.98C23 3.88 22.1 3 21 3zm0 16.02H3V4.97h18v14.05z"})
"PictureInPictureAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/picture_in_picture_alt_rounded.cljs
================================================
(ns reagent-mui.icons.picture-in-picture-alt-rounded
"Imports @mui/icons-material/PictureInPictureAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def picture-in-picture-alt-rounded (create-svg-icon (e "path" #js {"d" "M18 11h-6c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm5 8V4.98C23 3.88 22.1 3 21 3H3c-1.1 0-2 .88-2 1.98V19c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2zm-3 .02H4c-.55 0-1-.45-1-1V5.97c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12.05c0 .55-.45 1-1 1z"})
"PictureInPictureAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/picture_in_picture_alt_sharp.cljs
================================================
(ns reagent-mui.icons.picture-in-picture-alt-sharp
"Imports @mui/icons-material/PictureInPictureAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def picture-in-picture-alt-sharp (create-svg-icon (e "path" #js {"d" "M19 11h-8v6h8v-6zm4 10V3H1v18h22zm-2-1.98H3V4.97h18v14.05z"})
"PictureInPictureAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/picture_in_picture_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.picture-in-picture-alt-two-tone
"Imports @mui/icons-material/PictureInPictureAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def picture-in-picture-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M19 11h-8v6h8v-6zm-2 4h-4v-2h4v2zm4-12H3c-1.1 0-2 .88-2 1.98V19c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V4.98C23 3.88 22.1 3 21 3zm0 16.02H3V4.97h18v14.05z"}) (e "path" #js {"d" "M13 13h4v2h-4z", "opacity" ".3"})]
"PictureInPictureAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/picture_in_picture_outlined.cljs
================================================
(ns reagent-mui.icons.picture-in-picture-outlined
"Imports @mui/icons-material/PictureInPictureOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def picture-in-picture-outlined (create-svg-icon (e "path" #js {"d" "M19 7h-8v6h8V7zm-2 4h-4V9h4v2zm4-8H3c-1.1 0-2 .9-2 2v14c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98V5c0-1.1-.9-2-2-2zm0 16.01H3V4.98h18v14.03z"})
"PictureInPictureOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/picture_in_picture_rounded.cljs
================================================
(ns reagent-mui.icons.picture-in-picture-rounded
"Imports @mui/icons-material/PictureInPictureRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def picture-in-picture-rounded (create-svg-icon (e "path" #js {"d" "M18 7h-6c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm3-4H3c-1.1 0-2 .9-2 2v14c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98V5c0-1.1-.9-2-2-2zm-1 16.01H4c-.55 0-1-.45-1-1V5.98c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12.03c0 .55-.45 1-1 1z"})
"PictureInPictureRounded"))
================================================
FILE: src/icons/reagent_mui/icons/picture_in_picture_sharp.cljs
================================================
(ns reagent-mui.icons.picture-in-picture-sharp
"Imports @mui/icons-material/PictureInPictureSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def picture-in-picture-sharp (create-svg-icon (e "path" #js {"d" "M19 7h-8v6h8V7zm4-4H1v17.98h22V3zm-2 16.01H3V4.98h18v14.03z"})
"PictureInPictureSharp"))
================================================
FILE: src/icons/reagent_mui/icons/picture_in_picture_two_tone.cljs
================================================
(ns reagent-mui.icons.picture-in-picture-two-tone
"Imports @mui/icons-material/PictureInPictureTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def picture-in-picture-two-tone (create-svg-icon [(e "path" #js {"d" "M19 7h-8v6h8V7zm-2 4h-4V9h4v2z"}) (e "path" #js {"d" "M13 9h4v2h-4z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98V5c0-1.1-.9-2-2-2zm0 16.01H3V4.98h18v14.03z"})]
"PictureInPictureTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pie_chart.cljs
================================================
(ns reagent-mui.icons.pie-chart
"Imports @mui/icons-material/PieChart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pie-chart (create-svg-icon (e "path" #js {"d" "M11 2v20c-5.07-.5-9-4.79-9-10s3.93-9.5 9-10zm2.03 0v8.99H22c-.47-4.74-4.24-8.52-8.97-8.99zm0 11.01V22c4.74-.47 8.5-4.25 8.97-8.99h-8.97z"})
"PieChart"))
================================================
FILE: src/icons/reagent_mui/icons/pie_chart_outline.cljs
================================================
(ns reagent-mui.icons.pie-chart-outline
"Imports @mui/icons-material/PieChartOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pie-chart-outline (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm1 2.07c3.61.45 6.48 3.33 6.93 6.93H13V4.07zM4 12c0-4.06 3.07-7.44 7-7.93v15.87c-3.93-.5-7-3.88-7-7.94zm9 7.93V13h6.93c-.45 3.61-3.32 6.48-6.93 6.93z"})
"PieChartOutline"))
================================================
FILE: src/icons/reagent_mui/icons/pie_chart_outline_outlined.cljs
================================================
(ns reagent-mui.icons.pie-chart-outline-outlined
"Imports @mui/icons-material/PieChartOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pie-chart-outline-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm1 2.07c3.61.45 6.48 3.33 6.93 6.93H13V4.07zM4 12c0-4.06 3.07-7.44 7-7.93v15.87c-3.93-.5-7-3.88-7-7.94zm9 7.93V13h6.93c-.45 3.61-3.32 6.48-6.93 6.93z"})
"PieChartOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pie_chart_outline_rounded.cljs
================================================
(ns reagent-mui.icons.pie-chart-outline-rounded
"Imports @mui/icons-material/PieChartOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pie-chart-outline-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm1 2.07c3.61.45 6.48 3.33 6.93 6.93H14c-.55 0-1-.45-1-1V4.07zM4 12c0-4.06 3.07-7.44 7-7.93v15.87c-3.93-.5-7-3.88-7-7.94zm9 7.93V14c0-.55.45-1 1-1h5.93c-.45 3.61-3.32 6.48-6.93 6.93z"})
"PieChartOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pie_chart_outline_sharp.cljs
================================================
(ns reagent-mui.icons.pie-chart-outline-sharp
"Imports @mui/icons-material/PieChartOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pie-chart-outline-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm1 2.07c3.61.45 6.48 3.33 6.93 6.93H13V4.07zM4 12c0-4.06 3.07-7.44 7-7.93v15.87c-3.93-.5-7-3.88-7-7.94zm9 7.93V13h6.93c-.45 3.61-3.32 6.48-6.93 6.93z"})
"PieChartOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pie_chart_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.pie-chart-outline-two-tone
"Imports @mui/icons-material/PieChartOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pie-chart-outline-two-tone (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm-1 17.94c-3.93-.5-7-3.88-7-7.94s3.07-7.44 7-7.93v15.87zm2-.01V13h6.93c-.45 3.61-3.32 6.48-6.93 6.93zM13 11V4.07c3.61.45 6.48 3.33 6.93 6.93H13z"})
"PieChartOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pie_chart_outlined.cljs
================================================
(ns reagent-mui.icons.pie-chart-outlined
"Imports @mui/icons-material/PieChartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pie-chart-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm7.93 9H13V4.07c3.61.45 6.48 3.32 6.93 6.93zM4 12c0-4.07 3.06-7.44 7-7.93v15.86c-3.94-.49-7-3.86-7-7.93zm9 7.93V13h6.93c-.45 3.61-3.32 6.48-6.93 6.93z"})
"PieChartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pie_chart_rounded.cljs
================================================
(ns reagent-mui.icons.pie-chart-rounded
"Imports @mui/icons-material/PieChartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pie-chart-rounded (create-svg-icon (e "path" #js {"d" "M11 3.18v17.64c0 .64-.59 1.12-1.21.98C5.32 20.8 2 16.79 2 12s3.32-8.8 7.79-9.8c.62-.14 1.21.34 1.21.98zm2.03 0v6.81c0 .55.45 1 1 1h6.79c.64 0 1.12-.59.98-1.22-.85-3.76-3.8-6.72-7.55-7.57-.63-.14-1.22.34-1.22.98zm0 10.83v6.81c0 .64.59 1.12 1.22.98 3.76-.85 6.71-3.82 7.56-7.58.14-.62-.35-1.22-.98-1.22h-6.79c-.56.01-1.01.46-1.01 1.01z"})
"PieChartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pie_chart_sharp.cljs
================================================
(ns reagent-mui.icons.pie-chart-sharp
"Imports @mui/icons-material/PieChartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pie-chart-sharp (create-svg-icon (e "path" #js {"d" "M11 2v20c-5.07-.5-9-4.79-9-10s3.93-9.5 9-10zm2.03 0v8.99H22c-.47-4.74-4.24-8.52-8.97-8.99zm0 11.01V22c4.74-.47 8.5-4.25 8.97-8.99h-8.97z"})
"PieChartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pie_chart_two_tone.cljs
================================================
(ns reagent-mui.icons.pie-chart-two-tone
"Imports @mui/icons-material/PieChartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pie-chart-two-tone (create-svg-icon [(e "path" #js {"d" "M4 12c0 4.07 3.06 7.44 7 7.93V4.07C7.06 4.56 4 7.93 4 12zm9 7.93c3.61-.45 6.48-3.32 6.93-6.93H13v6.93zm0-15.86V11h6.93c-.45-3.61-3.32-6.48-6.93-6.93z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.94-.49-7-3.86-7-7.93s3.06-7.44 7-7.93v15.86zm2 0V13h6.93c-.45 3.61-3.32 6.48-6.93 6.93zM13 11V4.07c3.61.45 6.48 3.32 6.93 6.93H13z"})]
"PieChartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pin.cljs
================================================
(ns reagent-mui.icons.pin
"Imports @mui/icons-material/Pin as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pin (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.64 15H6.49v-4.5l-.9.66-.58-.89L6.77 9h.87v6zm5.86 0H9.61v-1.02c1.07-1.07 1.77-1.77 2.13-2.15.4-.42.54-.69.54-1.06 0-.4-.31-.72-.81-.72-.52 0-.8.39-.9.72l-1.01-.42c.01-.02.18-.76 1-1.15.69-.33 1.48-.2 1.95.03.86.44.91 1.24.91 1.48 0 .64-.31 1.26-.92 1.86-.25.25-.72.71-1.4 1.39l.03.05h2.37V15zm5.25-.85c-.08.13-.56.85-1.76.85-.04 0-1.6.08-2.05-1.51l1.03-.41c.03.1.19.86 1.02.86.41 0 .89-.28.89-.77 0-.55-.48-.79-1.04-.79h-.5v-1h.46c.33 0 .88-.14.88-.72 0-.39-.31-.65-.75-.65-.5 0-.74.32-.85.64l-.99-.41C15.2 9.9 15.68 9 16.94 9c1.09 0 1.54.64 1.62.75.33.5.28 1.16.02 1.57-.15.22-.32.38-.52.48v.07c.28.11.51.28.68.52.37.52.33 1.27.01 1.76z"})
"Pin"))
================================================
FILE: src/icons/reagent_mui/icons/pin_drop.cljs
================================================
(ns reagent-mui.icons.pin-drop
"Imports @mui/icons-material/PinDrop as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pin-drop (create-svg-icon (e "path" #js {"d" "M18 8c0-3.31-2.69-6-6-6S6 4.69 6 8c0 4.5 6 11 6 11s6-6.5 6-11zm-8 0c0-1.1.9-2 2-2s2 .9 2 2-.89 2-2 2c-1.1 0-2-.9-2-2zM5 20v2h14v-2H5z"})
"PinDrop"))
================================================
FILE: src/icons/reagent_mui/icons/pin_drop_outlined.cljs
================================================
(ns reagent-mui.icons.pin-drop-outlined
"Imports @mui/icons-material/PinDropOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pin-drop-outlined (create-svg-icon [(e "path" #js {"d" "M12 4c1.93 0 5 1.4 5 5.15 0 2.16-1.72 4.67-5 7.32-3.28-2.65-5-5.17-5-7.32C7 5.4 10.07 4 12 4m0-2C8.73 2 5 4.46 5 9.15c0 3.12 2.33 6.41 7 9.85 4.67-3.44 7-6.73 7-9.85C19 4.46 15.27 2 12 2z"}) (e "path" #js {"d" "M12 7c-1.1 0-2 .9-2 2s.9 2 2 2a2 2 0 1 0 0-4zM5 20h14v2H5v-2z"})]
"PinDropOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pin_drop_rounded.cljs
================================================
(ns reagent-mui.icons.pin-drop-rounded
"Imports @mui/icons-material/PinDropRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pin-drop-rounded (create-svg-icon (e "path" #js {"d" "M6 20h12c.55 0 1 .45 1 1s-.45 1-1 1H6c-.55 0-1-.45-1-1s.45-1 1-1zm6-13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-5c3.27 0 7 2.46 7 7.15 0 2.98-2.13 6.12-6.39 9.39-.36.28-.86.28-1.22 0C7.13 15.26 5 12.13 5 9.15 5 4.46 8.73 2 12 2z"})
"PinDropRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pin_drop_sharp.cljs
================================================
(ns reagent-mui.icons.pin-drop-sharp
"Imports @mui/icons-material/PinDropSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pin-drop-sharp (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M5 20h14v2H5v-2zm7-13c-1.1 0-2 .9-2 2s.9 2 2 2a2 2 0 1 0 0-4zm0-5c3.27 0 7 2.46 7 7.15 0 3.12-2.33 6.41-7 9.85-4.67-3.44-7-6.73-7-9.85C5 4.46 8.73 2 12 2z"})
"PinDropSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pin_drop_two_tone.cljs
================================================
(ns reagent-mui.icons.pin-drop-two-tone
"Imports @mui/icons-material/PinDropTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pin-drop-two-tone (create-svg-icon [(e "path" #js {"fillOpacity" ".3", "d" "M12 3C9.19 3 6 5.11 6 9.13c0 2.68 2 5.49 6 8.44 4-2.95 6-5.77 6-8.44C18 5.11 14.81 3 12 3z"}) (e "path" #js {"d" "M12 4c1.93 0 5 1.4 5 5.15 0 2.16-1.72 4.67-5 7.32-3.28-2.65-5-5.17-5-7.32C7 5.4 10.07 4 12 4m0-2C8.73 2 5 4.46 5 9.15c0 3.12 2.33 6.41 7 9.85 4.67-3.44 7-6.73 7-9.85C19 4.46 15.27 2 12 2z"}) (e "path" #js {"d" "M12 7c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM5 20h14v2H5v-2z"})]
"PinDropTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pin_outlined.cljs
================================================
(ns reagent-mui.icons.pin-outlined
"Imports @mui/icons-material/PinOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pin-outlined (create-svg-icon [(e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"}) (e "path" #js {"d" "M6.49 10.5V15h1.15V9h-.87l-1.76 1.27.58.89zm4.98-.45c.5 0 .81.32.81.72 0 .37-.14.64-.54 1.06-.36.38-1.06 1.08-2.13 2.15V15h3.89v-.99h-2.37l-.03-.05c.68-.68 1.15-1.14 1.4-1.39.61-.6.92-1.22.92-1.86 0-.24-.05-1.04-.91-1.48-.47-.23-1.26-.36-1.95-.03-.82.39-.99 1.13-1 1.15l1.01.42c.1-.33.38-.72.9-.72zm5.52 3.89c-.83 0-.99-.76-1.02-.86l-1.03.41c.45 1.59 2.01 1.51 2.05 1.51 1.2 0 1.68-.72 1.76-.85.32-.49.36-1.24-.01-1.76-.17-.24-.4-.41-.68-.52v-.07c.2-.1.37-.26.52-.48.26-.41.31-1.07-.02-1.57-.08-.11-.53-.75-1.62-.75-1.26 0-1.74.9-1.85 1.24l.99.41c.11-.32.35-.64.85-.64.44 0 .75.26.75.65 0 .58-.55.72-.88.72h-.46v1h.5c.56 0 1.04.24 1.04.79 0 .49-.48.77-.89.77z"})]
"PinOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pin_rounded.cljs
================================================
(ns reagent-mui.icons.pin-rounded
"Imports @mui/icons-material/PinRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pin-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.64 14.47c0 .29-.24.53-.53.53h-.09c-.29 0-.53-.24-.53-.53V10.5l-.45.33c-.24.18-.59.12-.76-.14-.15-.24-.1-.55.13-.72l1.19-.85c.11-.08.24-.12.38-.12.36 0 .66.29.66.66v4.81zm5.37.53h-2.67c-.4 0-.72-.32-.72-.72 0-.19.08-.38.21-.51.95-.95 1.58-1.58 1.92-1.94.4-.42.54-.69.54-1.06 0-.4-.31-.72-.81-.72-.34 0-.57.16-.72.37-.15.2-.41.26-.64.16-.34-.14-.45-.57-.22-.85.15-.19.37-.38.67-.53.69-.33 1.48-.2 1.95.03.86.44.91 1.24.91 1.48 0 .64-.31 1.26-.92 1.86-.25.25-.72.71-1.4 1.39l.03.05h1.88c.27 0 .49.22.49.49s-.23.5-.5.5zm5.74-.85c-.08.13-.56.85-1.76.85-.03 0-1.23.06-1.83-.98-.15-.26-.04-.6.24-.71l.12-.05c.22-.09.47-.01.59.19.14.24.39.49.88.49.41 0 .89-.28.89-.77 0-.55-.48-.79-1.04-.79-.27 0-.49-.23-.49-.5 0-.26.2-.47.45-.49v-.01c.33 0 .88-.14.88-.72 0-.39-.31-.65-.75-.65-.32 0-.53.13-.67.3-.14.18-.37.26-.58.17l-.08-.03c-.3-.12-.4-.5-.2-.75.27-.35.76-.7 1.54-.7 1.09 0 1.54.64 1.62.75.33.5.28 1.16.02 1.57-.15.22-.32.38-.52.48v.07c.28.11.51.28.68.52.37.52.33 1.27.01 1.76z"})
"PinRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pin_sharp.cljs
================================================
(ns reagent-mui.icons.pin-sharp
"Imports @mui/icons-material/PinSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pin-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zM7.64 15H6.49v-4.5l-.9.66-.58-.89L6.77 9h.87v6zm5.86 0H9.61v-1.02c1.07-1.07 1.77-1.77 2.13-2.15.4-.42.54-.69.54-1.06 0-.4-.31-.72-.81-.72-.52 0-.8.39-.9.72l-1.01-.42c.01-.02.18-.76 1-1.15.69-.33 1.48-.2 1.95.03.86.44.91 1.24.91 1.48 0 .64-.31 1.26-.92 1.86-.25.25-.72.71-1.4 1.39l.03.05h2.37V15zm5.25-.85c-.08.13-.56.85-1.76.85-.04 0-1.6.08-2.05-1.51l1.03-.41c.03.1.19.86 1.02.86.41 0 .89-.28.89-.77 0-.55-.48-.79-1.04-.79h-.5v-1h.46c.33 0 .88-.14.88-.72 0-.39-.31-.65-.75-.65-.5 0-.74.32-.85.64l-.99-.41C15.2 9.9 15.68 9 16.94 9c1.09 0 1.54.64 1.62.75.33.5.28 1.16.02 1.57-.15.22-.32.38-.52.48v.07c.28.11.51.28.68.52.37.52.33 1.27.01 1.76z"})
"PinSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pin_two_tone.cljs
================================================
(ns reagent-mui.icons.pin-two-tone
"Imports @mui/icons-material/PinTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pin-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18h16V6H4v12zm12.84-5.62h-.5v-1h.46c.33 0 .88-.14.88-.72 0-.39-.31-.65-.75-.65-.5 0-.74.32-.85.64l-.99-.41C15.2 9.9 15.68 9 16.94 9c1.09 0 1.54.64 1.62.75.33.5.28 1.16.02 1.57-.15.22-.32.38-.52.48v.07c.28.11.51.28.68.52.37.52.33 1.27.01 1.76-.08.13-.56.85-1.76.85-.04 0-1.6.08-2.05-1.51l1.03-.41c.02.1.19.86 1.02.86.41 0 .89-.28.89-.77 0-.55-.48-.79-1.04-.79zM10.56 9.2c.69-.33 1.48-.2 1.95.03.86.44.91 1.24.91 1.48 0 .64-.31 1.26-.92 1.86-.25.25-.72.71-1.4 1.39l.03.05h2.37V15H9.61v-1.02c1.07-1.07 1.77-1.77 2.13-2.15.4-.42.54-.69.54-1.06 0-.4-.31-.72-.81-.72-.52 0-.8.39-.9.72l-1.01-.42c.01-.02.18-.76 1-1.15zM6.77 9h.87v6H6.49v-4.5l-.9.66-.58-.89L6.77 9z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"}) (e "path" #js {"d" "M6.49 10.5V15h1.15V9h-.87l-1.76 1.27.58.89zm4.98-.45c.5 0 .81.32.81.72 0 .37-.14.64-.54 1.06-.36.38-1.06 1.08-2.13 2.15V15h3.89v-.99h-2.37l-.03-.05c.68-.68 1.15-1.14 1.4-1.39.61-.6.92-1.22.92-1.86 0-.24-.05-1.04-.91-1.48-.47-.23-1.26-.36-1.95-.03-.82.39-.99 1.13-1 1.15l1.01.42c.1-.33.38-.72.9-.72zm5.52 3.89c-.83 0-.99-.76-1.02-.86l-1.03.41c.45 1.59 2.01 1.51 2.05 1.51 1.2 0 1.68-.72 1.76-.85.32-.49.36-1.24-.01-1.76-.17-.24-.4-.41-.68-.52v-.07c.2-.1.37-.26.52-.48.26-.41.31-1.07-.02-1.57-.08-.11-.53-.75-1.62-.75-1.26 0-1.74.9-1.85 1.24l.99.41c.11-.32.35-.64.85-.64.44 0 .75.26.75.65 0 .58-.55.72-.88.72h-.46v1h.5c.56 0 1.04.24 1.04.79 0 .49-.48.77-.89.77z"})]
"PinTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pinch.cljs
================================================
(ns reagent-mui.icons.pinch
"Imports @mui/icons-material/Pinch as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pinch (create-svg-icon (e "path" #js {"d" "M6 2.5V1h5v5H9.5V3.56L3.56 9.5H6V11H1V6h1.5v2.44L8.44 2.5H6zm16.98 14.32-.63 4.46c-.14.99-.99 1.72-1.98 1.72h-6.16c-.53 0-1.29-.21-1.66-.59L8 17.62l.83-.84c.24-.24.58-.35.92-.28l3.25.74V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v6h.91c.31 0 .62.07.89.21l4.09 2.04c.77.39 1.21 1.22 1.09 2.07z"})
"Pinch"))
================================================
FILE: src/icons/reagent_mui/icons/pinch_outlined.cljs
================================================
(ns reagent-mui.icons.pinch-outlined
"Imports @mui/icons-material/PinchOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pinch-outlined (create-svg-icon (e "path" #js {"d" "M6 2.5V1h5v5H9.5V3.56L3.56 9.5H6V11H1V6h1.5v2.44L8.44 2.5H6zm15.89 11.27-3.8-1.67c-.13-.06-.28-.1-.44-.1H17V7.5C17 6.12 15.88 5 14.5 5S12 6.12 12 7.5v8.15l-1.87-.4c-.19-.03-1.02-.15-1.73.56L7 17.22l5.12 5.19c.37.38.88.59 1.41.59h6.55c.98 0 1.81-.7 1.97-1.67l.92-5.44c.15-.86-.29-1.72-1.08-2.12zM20.08 21h-6.55l-3.7-3.78 4.17.89V7.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L21 15.56 20.08 21z"})
"PinchOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pinch_rounded.cljs
================================================
(ns reagent-mui.icons.pinch-rounded
"Imports @mui/icons-material/PinchRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pinch-rounded (create-svg-icon (e "path" #js {"d" "M8.2 17.43c0-.65.6-1.13 1.24-.99l3.56.8V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v6h.91c.31 0 .62.07.89.21l4.09 2.04c.77.38 1.21 1.22 1.09 2.07l-.63 4.46c-.14.99-.99 1.72-1.98 1.72h-6.16c-.53 0-1.29-.21-1.66-.59l-4.07-4.29c-.18-.18-.28-.43-.28-.69zM9.5 5.25c0 .41.34.75.75.75s.75-.34.75-.75V2c0-.55-.45-1-1-1H6.75c-.41 0-.75.34-.75.75s.34.75.75.75h1.69L2.5 8.44V6.75c0-.41-.34-.75-.75-.75S1 6.34 1 6.75V10c0 .55.45 1 1 1h3.25c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H3.56L9.5 3.56v1.69z"})
"PinchRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pinch_sharp.cljs
================================================
(ns reagent-mui.icons.pinch-sharp
"Imports @mui/icons-material/PinchSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pinch-sharp (create-svg-icon (e "path" #js {"d" "M23.18 15.4 22.1 23h-9L8 17.62l1.22-1.23 3.78.85V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v6h1.38l5.8 2.9zM6 2.5V1h5v5H9.5V3.56L3.56 9.5H6V11H1V6h1.5v2.44L8.44 2.5H6z"})
"PinchSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pinch_two_tone.cljs
================================================
(ns reagent-mui.icons.pinch-two-tone
"Imports @mui/icons-material/PinchTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pinch-two-tone (create-svg-icon [(e "path" #js {"d" "m21 15.56-4.24-1.89H15V7.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v10.61l-4.17-.89 3.7 3.78h6.55l.92-5.44z", "opacity" ".3"}) (e "path" #js {"d" "M6 2.5V1h5v5H9.5V3.56L3.56 9.5H6V11H1V6h1.5v2.44L8.44 2.5H6zm15.89 11.27-3.8-1.67c-.13-.06-.28-.1-.44-.1H17V7.5C17 6.12 15.88 5 14.5 5S12 6.12 12 7.5v8.15l-1.87-.4c-.19-.03-1.02-.15-1.73.56L7 17.22l5.12 5.19c.37.38.88.59 1.41.59h6.55c.98 0 1.81-.7 1.97-1.67l.92-5.44c.15-.86-.29-1.72-1.08-2.12zM20.08 21h-6.55l-3.7-3.78 4.17.89V7.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L21 15.56 20.08 21z"})]
"PinchTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pinterest.cljs
================================================
(ns reagent-mui.icons.pinterest
"Imports @mui/icons-material/Pinterest as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pinterest (create-svg-icon (e "path" #js {"d" "M9.04 21.54c.96.29 1.93.46 2.96.46a10 10 0 0 0 10-10A10 10 0 0 0 12 2 10 10 0 0 0 2 12c0 4.25 2.67 7.9 6.44 9.34-.09-.78-.18-2.07 0-2.96l1.15-4.94s-.29-.58-.29-1.5c0-1.38.86-2.41 1.84-2.41.86 0 1.26.63 1.26 1.44 0 .86-.57 2.09-.86 3.27-.17.98.52 1.84 1.52 1.84 1.78 0 3.16-1.9 3.16-4.58 0-2.4-1.72-4.04-4.19-4.04-2.82 0-4.48 2.1-4.48 4.31 0 .86.28 1.73.74 2.3.09.06.09.14.06.29l-.29 1.09c0 .17-.11.23-.28.11-1.28-.56-2.02-2.38-2.02-3.85 0-3.16 2.24-6.03 6.56-6.03 3.44 0 6.12 2.47 6.12 5.75 0 3.44-2.13 6.2-5.18 6.2-.97 0-1.92-.52-2.26-1.13l-.67 2.37c-.23.86-.86 2.01-1.29 2.7v-.03z"})
"Pinterest"))
================================================
FILE: src/icons/reagent_mui/icons/pivot_table_chart.cljs
================================================
(ns reagent-mui.icons.pivot-table-chart
"Imports @mui/icons-material/PivotTableChart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pivot-table-chart (create-svg-icon (e "path" #js {"d" "M10 8h11V5c0-1.1-.9-2-2-2h-9v5zM3 8h5V3H5c-1.1 0-2 .9-2 2v3zm2 13h3V10H3v9c0 1.1.9 2 2 2zm8 1-4-4 4-4zm1-9 4-4 4 4zm.58 6H13v-2h1.58c1.33 0 2.42-1.08 2.42-2.42V13h2v1.58c0 2.44-1.98 4.42-4.42 4.42z"})
"PivotTableChart"))
================================================
FILE: src/icons/reagent_mui/icons/pivot_table_chart_outlined.cljs
================================================
(ns reagent-mui.icons.pivot-table-chart-outlined
"Imports @mui/icons-material/PivotTableChartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pivot-table-chart-outlined (create-svg-icon (e "path" #js {"d" "M21 5c0-1.1-.9-2-2-2h-9v5h11V5zM3 19c0 1.1.9 2 2 2h3V10H3v9zM3 5v3h5V3H5c-1.1 0-2 .9-2 2zm15 3.99L14 13l1.41 1.41 1.59-1.6V15c0 1.1-.9 2-2 2h-2.17l1.59-1.59L13 14l-4 4 4 4 1.41-1.41L12.83 19H15c2.21 0 4-1.79 4-4v-2.18l1.59 1.6L22 13l-4-4.01z"})
"PivotTableChartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pivot_table_chart_rounded.cljs
================================================
(ns reagent-mui.icons.pivot-table-chart-rounded
"Imports @mui/icons-material/PivotTableChartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pivot-table-chart-rounded (create-svg-icon (e "path" #js {"d" "M21 5c0-1.1-.9-2-2-2h-9v5h11V5zM3 19c0 1.1.9 2 2 2h3V10H3v9zM3 5v3h5V3H5c-1.1 0-2 .9-2 2zm14.65 4.35-2.79 2.79c-.32.32-.1.86.35.86H17v2c0 1.1-.9 2-2 2h-2v-1.79c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.2-.2.51 0 .71l2.79 2.79c.31.31.85.09.85-.35V19h2c2.21 0 4-1.79 4-4v-2h1.79c.45 0 .67-.54.35-.85l-2.79-2.79c-.19-.2-.51-.2-.7-.01z"})
"PivotTableChartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pivot_table_chart_sharp.cljs
================================================
(ns reagent-mui.icons.pivot-table-chart-sharp
"Imports @mui/icons-material/PivotTableChartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pivot-table-chart-sharp (create-svg-icon (e "path" #js {"d" "M10 3h11v5H10zm-7 7h5v11H3zm0-7h5v5H3zm15 6-4 4h3v4h-4v-3l-4 4 4 4v-3h6v-6h3z"})
"PivotTableChartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pivot_table_chart_two_tone.cljs
================================================
(ns reagent-mui.icons.pivot-table-chart-two-tone
"Imports @mui/icons-material/PivotTableChartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pivot-table-chart-two-tone (create-svg-icon (e "path" #js {"d" "M21 5c0-1.1-.9-2-2-2h-9v5h11V5zM3 19c0 1.1.9 2 2 2h3V10H3v9zM3 5v3h5V3H5c-1.1 0-2 .9-2 2zm15 4-4 4h3v2c0 1.1-.9 2-2 2h-2v-3l-4 4 4 4v-3h2c2.21 0 4-1.79 4-4v-2h3l-4-4z"})
"PivotTableChartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pix.cljs
================================================
(ns reagent-mui.icons.pix
"Imports @mui/icons-material/Pix as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pix (create-svg-icon [(e "path" #js {"d" "m15.45 16.52-3.01-3.01c-.11-.11-.24-.13-.31-.13s-.2.02-.31.13L8.8 16.53c-.34.34-.87.89-2.64.89l3.71 3.7c1.17 1.17 3.07 1.17 4.24 0l3.72-3.71c-.91 0-1.67-.18-2.38-.89zM8.8 7.47l3.02 3.02c.08.08.2.13.31.13s.23-.05.31-.13l2.99-2.99c.71-.74 1.52-.91 2.43-.91l-3.72-3.71c-1.17-1.17-3.07-1.17-4.24 0l-3.71 3.7c1.76 0 2.3.58 2.61.89z"}) (e "path" #js {"d" "m21.11 9.85-2.25-2.26H17.6c-.54 0-1.08.22-1.45.61l-3 3c-.28.28-.65.42-1.02.42-.36 0-.74-.15-1.02-.42L8.09 8.17c-.38-.38-.9-.6-1.45-.6H5.17l-2.29 2.3c-1.17 1.17-1.17 3.07 0 4.24l2.29 2.3h1.48c.54 0 1.06-.22 1.45-.6l3.02-3.02c.28-.28.65-.42 1.02-.42s.74.14 1.02.42l3.01 3.01c.38.38.9.6 1.45.6h1.26l2.25-2.26c1.17-1.18 1.17-3.1-.02-4.29z"})]
"Pix"))
================================================
FILE: src/icons/reagent_mui/icons/pix_outlined.cljs
================================================
(ns reagent-mui.icons.pix-outlined
"Imports @mui/icons-material/PixOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pix-outlined (create-svg-icon [(e "path" #js {"d" "m15.45 16.52-3.01-3.01c-.11-.11-.24-.13-.31-.13s-.2.02-.31.13L8.8 16.53c-.34.34-.87.89-2.64.89l3.71 3.7c1.17 1.17 3.07 1.17 4.24 0l3.72-3.71c-.91 0-1.67-.18-2.38-.89zM8.8 7.47l3.02 3.02c.08.08.2.13.31.13s.23-.05.31-.13l2.99-2.99c.71-.74 1.52-.91 2.43-.91l-3.72-3.71c-1.17-1.17-3.07-1.17-4.24 0l-3.71 3.7c1.76 0 2.3.58 2.61.89z"}) (e "path" #js {"d" "m21.11 9.85-2.25-2.26H17.6c-.54 0-1.08.22-1.45.61l-3 3c-.28.28-.65.42-1.02.42-.36 0-.74-.15-1.02-.42L8.09 8.17c-.38-.38-.9-.6-1.45-.6H5.17l-2.29 2.3c-1.17 1.17-1.17 3.07 0 4.24l2.29 2.3h1.48c.54 0 1.06-.22 1.45-.6l3.02-3.02c.28-.28.65-.42 1.02-.42s.74.14 1.02.42l3.01 3.01c.38.38.9.6 1.45.6h1.26l2.25-2.26c1.17-1.18 1.17-3.1-.02-4.29z"})]
"PixOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pix_rounded.cljs
================================================
(ns reagent-mui.icons.pix-rounded
"Imports @mui/icons-material/PixRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pix-rounded (create-svg-icon [(e "path" #js {"d" "m15.45 16.52-3.01-3.01c-.11-.11-.24-.13-.31-.13s-.2.02-.31.13L8.8 16.53c-.34.34-.87.89-2.64.89l3.71 3.7c1.17 1.17 3.07 1.17 4.24 0l3.72-3.71c-.91 0-1.67-.18-2.38-.89zM8.8 7.47l3.02 3.02c.08.08.2.13.31.13s.23-.05.31-.13l2.99-2.99c.71-.74 1.52-.91 2.43-.91l-3.72-3.71c-1.17-1.17-3.07-1.17-4.24 0l-3.71 3.7c1.76 0 2.3.58 2.61.89z"}) (e "path" #js {"d" "m21.11 9.85-2.25-2.26H17.6c-.54 0-1.08.22-1.45.61l-3 3c-.28.28-.65.42-1.02.42-.36 0-.74-.15-1.02-.42L8.09 8.17c-.38-.38-.9-.6-1.45-.6H5.17l-2.29 2.3c-1.17 1.17-1.17 3.07 0 4.24l2.29 2.3h1.48c.54 0 1.06-.22 1.45-.6l3.02-3.02c.28-.28.65-.42 1.02-.42s.74.14 1.02.42l3.01 3.01c.38.38.9.6 1.45.6h1.26l2.25-2.26c1.17-1.18 1.17-3.1-.02-4.29z"})]
"PixRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pix_sharp.cljs
================================================
(ns reagent-mui.icons.pix-sharp
"Imports @mui/icons-material/PixSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pix-sharp (create-svg-icon [(e "path" #js {"d" "m15.45 16.52-3.01-3.01c-.11-.11-.24-.13-.31-.13s-.2.02-.31.13L8.8 16.53c-.34.34-.87.89-2.64.89l3.71 3.7c1.17 1.17 3.07 1.17 4.24 0l3.72-3.71c-.91 0-1.67-.18-2.38-.89zM8.8 7.47l3.02 3.02c.08.08.2.13.31.13s.23-.05.31-.13l2.99-2.99c.71-.74 1.52-.91 2.43-.91l-3.72-3.71c-1.17-1.17-3.07-1.17-4.24 0l-3.71 3.7c1.76 0 2.3.58 2.61.89z"}) (e "path" #js {"d" "m21.11 9.85-2.25-2.26H17.6c-.54 0-1.08.22-1.45.61l-3 3c-.28.28-.65.42-1.02.42-.36 0-.74-.15-1.02-.42L8.09 8.17c-.38-.38-.9-.6-1.45-.6H5.17l-2.29 2.3c-1.17 1.17-1.17 3.07 0 4.24l2.29 2.3h1.48c.54 0 1.06-.22 1.45-.6l3.02-3.02c.28-.28.65-.42 1.02-.42s.74.14 1.02.42l3.01 3.01c.38.38.9.6 1.45.6h1.26l2.25-2.26c1.17-1.18 1.17-3.1-.02-4.29z"})]
"PixSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pix_two_tone.cljs
================================================
(ns reagent-mui.icons.pix-two-tone
"Imports @mui/icons-material/PixTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pix-two-tone (create-svg-icon [(e "path" #js {"d" "m15.45 16.52-3.01-3.01c-.11-.11-.24-.13-.31-.13s-.2.02-.31.13L8.8 16.53c-.34.34-.87.89-2.64.89l3.71 3.7c1.17 1.17 3.07 1.17 4.24 0l3.72-3.71c-.91 0-1.67-.18-2.38-.89zM8.8 7.47l3.02 3.02c.08.08.2.13.31.13s.23-.05.31-.13l2.99-2.99c.71-.74 1.52-.91 2.43-.91l-3.72-3.71c-1.17-1.17-3.07-1.17-4.24 0l-3.71 3.7c1.76 0 2.3.58 2.61.89z"}) (e "path" #js {"d" "m21.11 9.85-2.25-2.26H17.6c-.54 0-1.08.22-1.45.61l-3 3c-.28.28-.65.42-1.02.42-.36 0-.74-.15-1.02-.42L8.09 8.17c-.38-.38-.9-.6-1.45-.6H5.17l-2.29 2.3c-1.17 1.17-1.17 3.07 0 4.24l2.29 2.3h1.48c.54 0 1.06-.22 1.45-.6l3.02-3.02c.28-.28.65-.42 1.02-.42s.74.14 1.02.42l3.01 3.01c.38.38.9.6 1.45.6h1.26l2.25-2.26c1.17-1.18 1.17-3.1-.02-4.29z"})]
"PixTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/place.cljs
================================================
(ns reagent-mui.icons.place
"Imports @mui/icons-material/Place as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def place (create-svg-icon (e "path" #js {"d" "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})
"Place"))
================================================
FILE: src/icons/reagent_mui/icons/place_outlined.cljs
================================================
(ns reagent-mui.icons.place-outlined
"Imports @mui/icons-material/PlaceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def place-outlined (create-svg-icon (e "path" #js {"d" "M12 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6-1.8C18 6.57 15.35 4 12 4s-6 2.57-6 6.2c0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.8 6-9.14zM12 2c4.2 0 8 3.22 8 8.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2z"})
"PlaceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/place_rounded.cljs
================================================
(ns reagent-mui.icons.place-rounded
"Imports @mui/icons-material/PlaceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def place-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4.2 0-8 3.22-8 8.2 0 3.18 2.45 6.92 7.34 11.23.38.33.95.33 1.33 0C17.55 17.12 20 13.38 20 10.2 20 5.22 16.2 2 12 2zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"PlaceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/place_sharp.cljs
================================================
(ns reagent-mui.icons.place-sharp
"Imports @mui/icons-material/PlaceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def place-sharp (create-svg-icon (e "path" #js {"d" "M12 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm0-10c-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8C20 5.22 16.2 2 12 2z"})
"PlaceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/place_two_tone.cljs
================================================
(ns reagent-mui.icons.place-two-tone
"Imports @mui/icons-material/PlaceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def place-two-tone (create-svg-icon [(e "path" #js {"fillOpacity" ".3", "d" "M18.5 10.2c0 2.57-2.1 5.79-6.16 9.51l-.34.3-.34-.31C7.6 15.99 5.5 12.77 5.5 10.2c0-3.84 2.82-6.7 6.5-6.7s6.5 2.85 6.5 6.7z"}) (e "path" #js {"d" "M12 2c4.2 0 8 3.22 8 8.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2zm6 8.2C18 6.57 15.35 4 12 4s-6 2.57-6 6.2c0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.8 6-9.14zM12 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"PlaceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/plagiarism.cljs
================================================
(ns reagent-mui.icons.plagiarism
"Imports @mui/icons-material/Plagiarism as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def plagiarism (create-svg-icon [(e "path" #js {"d" "M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm1.04 17.45-1.88-1.88c-1.33.71-3.01.53-4.13-.59-1.37-1.37-1.37-3.58 0-4.95s3.58-1.37 4.95 0c1.12 1.12 1.31 2.8.59 4.13l1.88 1.88-1.41 1.41zM13 9V3.5L18.5 9H13z"}) (e "circle" #js {"cx" "11.5", "cy" "14.5", "r" "1.5"})]
"Plagiarism"))
================================================
FILE: src/icons/reagent_mui/icons/plagiarism_outlined.cljs
================================================
(ns reagent-mui.icons.plagiarism-outlined
"Imports @mui/icons-material/PlagiarismOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def plagiarism-outlined (create-svg-icon [(e "path" #js {"d" "M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"}) (e "path" #js {"d" "M9.03 11.03c-1.37 1.37-1.37 3.58 0 4.95 1.12 1.12 2.8 1.31 4.13.59l1.88 1.88 1.41-1.41-1.88-1.88c.71-1.33.53-3.01-.59-4.13-1.37-1.37-3.59-1.37-4.95 0zm3.53 3.53c-.59.59-1.54.59-2.12 0-.59-.59-.59-1.54 0-2.12.59-.59 1.54-.59 2.12 0 .59.59.59 1.53 0 2.12z"})]
"PlagiarismOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/plagiarism_rounded.cljs
================================================
(ns reagent-mui.icons.plagiarism-rounded
"Imports @mui/icons-material/PlagiarismRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def plagiarism-rounded (create-svg-icon [(e "path" #js {"d" "m19.41 7.41-4.83-4.83c-.37-.37-.88-.58-1.41-.58H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.42zm-3.67 11.33c-.39.39-1.02.39-1.41 0l-1.18-1.18c-1.33.71-3.01.53-4.13-.59-1.52-1.52-1.35-4.08.5-5.37 1.16-.81 2.78-.81 3.95 0 1.55 1.08 1.9 3.04 1.09 4.55l1.18 1.18c.39.39.39 1.02 0 1.41zM14 9c-.55 0-1-.45-1-1V3.5L18.5 9H14z"}) (e "circle" #js {"cx" "11.5", "cy" "14.5", "r" "1.5"})]
"PlagiarismRounded"))
================================================
FILE: src/icons/reagent_mui/icons/plagiarism_sharp.cljs
================================================
(ns reagent-mui.icons.plagiarism-sharp
"Imports @mui/icons-material/PlagiarismSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def plagiarism-sharp (create-svg-icon [(e "circle" #js {"cx" "11.5", "cy" "14.5", "r" "1.5"}) (e "path" #js {"d" "M14 2H4v20h16V8l-6-6zm1.04 17.45-1.88-1.88c-1.33.71-3.01.53-4.13-.59-1.37-1.37-1.37-3.58 0-4.95s3.58-1.37 4.95 0c1.12 1.12 1.31 2.8.59 4.13l1.88 1.88-1.41 1.41zM13 9V3.5L18.5 9H13z"})]
"PlagiarismSharp"))
================================================
FILE: src/icons/reagent_mui/icons/plagiarism_two_tone.cljs
================================================
(ns reagent-mui.icons.plagiarism-two-tone
"Imports @mui/icons-material/PlagiarismTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def plagiarism-two-tone (create-svg-icon [(e "path" #js {"d" "M13 4H6v16h12V9h-5V4zm.97 7.03c1.12 1.12 1.31 2.8.59 4.13l1.88 1.88-1.41 1.41-1.88-1.88c-1.33.71-3.01.53-4.13-.59-1.37-1.37-1.37-3.58 0-4.95s3.59-1.37 4.95 0z", "opacity" ".3"}) (e "circle" #js {"cx" "11.5", "cy" "13.5", "r" "1.5", "opacity" ".3"}) (e "path" #js {"d" "M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"}) (e "path" #js {"d" "M9.03 11.03c-1.37 1.37-1.37 3.58 0 4.95 1.12 1.12 2.8 1.31 4.13.59l1.88 1.88 1.41-1.41-1.88-1.88c.71-1.33.53-3.01-.59-4.13-1.37-1.37-3.59-1.37-4.95 0zm3.53 3.53c-.59.59-1.54.59-2.12 0-.59-.59-.59-1.54 0-2.12.59-.59 1.54-.59 2.12 0 .59.59.59 1.53 0 2.12z"})]
"PlagiarismTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/play_arrow.cljs
================================================
(ns reagent-mui.icons.play-arrow
"Imports @mui/icons-material/PlayArrow as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-arrow (create-svg-icon (e "path" #js {"d" "M8 5v14l11-7z"})
"PlayArrow"))
================================================
FILE: src/icons/reagent_mui/icons/play_arrow_outlined.cljs
================================================
(ns reagent-mui.icons.play-arrow-outlined
"Imports @mui/icons-material/PlayArrowOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-arrow-outlined (create-svg-icon (e "path" #js {"d" "M10 8.64 15.27 12 10 15.36V8.64M8 5v14l11-7L8 5z"})
"PlayArrowOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/play_arrow_rounded.cljs
================================================
(ns reagent-mui.icons.play-arrow-rounded
"Imports @mui/icons-material/PlayArrowRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-arrow-rounded (create-svg-icon (e "path" #js {"d" "M8 6.82v10.36c0 .79.87 1.27 1.54.84l8.14-5.18c.62-.39.62-1.29 0-1.69L9.54 5.98C8.87 5.55 8 6.03 8 6.82z"})
"PlayArrowRounded"))
================================================
FILE: src/icons/reagent_mui/icons/play_arrow_sharp.cljs
================================================
(ns reagent-mui.icons.play-arrow-sharp
"Imports @mui/icons-material/PlayArrowSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-arrow-sharp (create-svg-icon (e "path" #js {"d" "M8 5v14l11-7L8 5z"})
"PlayArrowSharp"))
================================================
FILE: src/icons/reagent_mui/icons/play_arrow_two_tone.cljs
================================================
(ns reagent-mui.icons.play-arrow-two-tone
"Imports @mui/icons-material/PlayArrowTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-arrow-two-tone (create-svg-icon [(e "path" #js {"d" "M10 8.64v6.72L15.27 12z", "opacity" ".3"}) (e "path" #js {"d" "m8 19 11-7L8 5v14zm2-10.36L15.27 12 10 15.36V8.64z"})]
"PlayArrowTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle.cljs
================================================
(ns reagent-mui.icons.play-circle
"Imports @mui/icons-material/PlayCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM9.5 16.5v-9l7 4.5-7 4.5z"})
"PlayCircle"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_filled.cljs
================================================
(ns reagent-mui.icons.play-circle-filled
"Imports @mui/icons-material/PlayCircleFilled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-filled (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z"})
"PlayCircleFilled"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_filled_outlined.cljs
================================================
(ns reagent-mui.icons.play-circle-filled-outlined
"Imports @mui/icons-material/PlayCircleFilledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-filled-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z"})
"PlayCircleFilledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_filled_rounded.cljs
================================================
(ns reagent-mui.icons.play-circle-filled-rounded
"Imports @mui/icons-material/PlayCircleFilledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-filled-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 13.5v-7c0-.41.47-.65.8-.4l4.67 3.5c.27.2.27.6 0 .8l-4.67 3.5c-.33.25-.8.01-.8-.4z"})
"PlayCircleFilledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_filled_sharp.cljs
================================================
(ns reagent-mui.icons.play-circle-filled-sharp
"Imports @mui/icons-material/PlayCircleFilledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-filled-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z"})
"PlayCircleFilledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_filled_two_tone.cljs
================================================
(ns reagent-mui.icons.play-circle-filled-two-tone
"Imports @mui/icons-material/PlayCircleFilledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-filled-two-tone (create-svg-icon [(e "path" #js {"d" "M12 20c4.41 0 8-3.59 8-8s-3.59-8-8-8-8 3.59-8 8 3.59 8 8 8zM10 7.5l6 4.5-6 4.5v-9z", "opacity" ".3"}) (e "path" #js {"d" "M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm0-18c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8zm-2 3.5v9l6-4.5z"})]
"PlayCircleFilledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_filled_white.cljs
================================================
(ns reagent-mui.icons.play-circle-filled-white
"Imports @mui/icons-material/PlayCircleFilledWhite as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-filled-white (create-svg-icon (e "path" #js {"transform" "scale(0.5, 0.5)", "d" "M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm-4 29V15l12 9-12 9z"})
"PlayCircleFilledWhite"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_filled_white_outlined.cljs
================================================
(ns reagent-mui.icons.play-circle-filled-white-outlined
"Imports @mui/icons-material/PlayCircleFilledWhiteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-filled-white-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-2-3.5l6-4.5-6-4.5z"})
"PlayCircleFilledWhiteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_filled_white_rounded.cljs
================================================
(ns reagent-mui.icons.play-circle-filled-white-rounded
"Imports @mui/icons-material/PlayCircleFilledWhiteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-filled-white-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 13.5v-7c0-.41.47-.65.8-.4l4.67 3.5c.27.2.27.6 0 .8l-4.67 3.5c-.33.25-.8.01-.8-.4z"})
"PlayCircleFilledWhiteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_filled_white_sharp.cljs
================================================
(ns reagent-mui.icons.play-circle-filled-white-sharp
"Imports @mui/icons-material/PlayCircleFilledWhiteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-filled-white-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z"})
"PlayCircleFilledWhiteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_filled_white_two_tone.cljs
================================================
(ns reagent-mui.icons.play-circle-filled-white-two-tone
"Imports @mui/icons-material/PlayCircleFilledWhiteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-filled-white-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M12 20c4.41 0 8-3.59 8-8s-3.59-8-8-8-8 3.59-8 8 3.59 8 8 8zM10 7.5l6 4.5-6 4.5v-9z", "opacity" ".3"}) (e "path" #js {"d" "M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm0-18c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8zm-2 3.5v9l6-4.5z"}))
"PlayCircleFilledWhiteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_outline.cljs
================================================
(ns reagent-mui.icons.play-circle-outline
"Imports @mui/icons-material/PlayCircleOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-outline (create-svg-icon (e "path" #js {"d" "m10 16.5 6-4.5-6-4.5v9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"PlayCircleOutline"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_outline_outlined.cljs
================================================
(ns reagent-mui.icons.play-circle-outline-outlined
"Imports @mui/icons-material/PlayCircleOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-outline-outlined (create-svg-icon (e "path" #js {"d" "m10 16.5 6-4.5-6-4.5zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"PlayCircleOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_outline_rounded.cljs
================================================
(ns reagent-mui.icons.play-circle-outline-rounded
"Imports @mui/icons-material/PlayCircleOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-outline-rounded (create-svg-icon (e "path" #js {"d" "m10.8 15.9 4.67-3.5c.27-.2.27-.6 0-.8L10.8 8.1c-.33-.25-.8-.01-.8.4v7c0 .41.47.65.8.4zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"PlayCircleOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_outline_sharp.cljs
================================================
(ns reagent-mui.icons.play-circle-outline-sharp
"Imports @mui/icons-material/PlayCircleOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-outline-sharp (create-svg-icon (e "path" #js {"d" "m10 16.5 6-4.5-6-4.5v9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"PlayCircleOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.play-circle-outline-two-tone
"Imports @mui/icons-material/PlayCircleOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-outline-two-tone (create-svg-icon (e "path" #js {"d" "m10 16.5 6-4.5-6-4.5zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"PlayCircleOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_outlined.cljs
================================================
(ns reagent-mui.icons.play-circle-outlined
"Imports @mui/icons-material/PlayCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-2.5-3.5 7-4.5-7-4.5v9z"})
"PlayCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_rounded.cljs
================================================
(ns reagent-mui.icons.play-circle-rounded
"Imports @mui/icons-material/PlayCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM9.5 14.67V9.33c0-.79.88-1.27 1.54-.84l4.15 2.67c.61.39.61 1.29 0 1.68l-4.15 2.67c-.66.43-1.54-.05-1.54-.84z"})
"PlayCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_sharp.cljs
================================================
(ns reagent-mui.icons.play-circle-sharp
"Imports @mui/icons-material/PlayCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM9.5 16.5v-9l7 4.5-7 4.5z"})
"PlayCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/play_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.play-circle-two-tone
"Imports @mui/icons-material/PlayCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zM9.5 16.5v-9l7 4.5-7 4.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}) (e "path" #js {"d" "m9.5 16.5 7-4.5-7-4.5z"})]
"PlayCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/play_disabled.cljs
================================================
(ns reagent-mui.icons.play-disabled
"Imports @mui/icons-material/PlayDisabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-disabled (create-svg-icon (e "path" #js {"d" "M8 5.19V5l11 7-2.55 1.63L8 5.19zm12 14.54-5.11-5.11L8 7.73 4.27 4 3 5.27l5 5V19l5.33-3.4 5.4 5.4L20 19.73z"})
"PlayDisabled"))
================================================
FILE: src/icons/reagent_mui/icons/play_disabled_outlined.cljs
================================================
(ns reagent-mui.icons.play-disabled-outlined
"Imports @mui/icons-material/PlayDisabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-disabled-outlined (create-svg-icon (e "path" #js {"d" "M16.45 13.62 19 12 8 5v.17zM2.81 2.81 1.39 4.22 8 10.83V19l4.99-3.18 6.78 6.78 1.41-1.41L2.81 2.81zM10 15.36v-2.53l1.55 1.55-1.55.98z"})
"PlayDisabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/play_disabled_rounded.cljs
================================================
(ns reagent-mui.icons.play-disabled-rounded
"Imports @mui/icons-material/PlayDisabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-disabled-rounded (create-svg-icon (e "path" #js {"d" "M2.1 3.51c-.39.39-.39 1.02 0 1.41l5.9 5.9v6.35c0 .79.87 1.27 1.54.84l3.45-2.2 6.08 6.08c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0zm15.58 9.33c.62-.39.62-1.29 0-1.69L9.54 5.98c-.27-.17-.57-.19-.84-.11l7.75 7.75 1.23-.78z"})
"PlayDisabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/play_disabled_sharp.cljs
================================================
(ns reagent-mui.icons.play-disabled-sharp
"Imports @mui/icons-material/PlayDisabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-disabled-sharp (create-svg-icon (e "path" #js {"d" "M16.45 13.62 19 12 8 5v.17zM2.81 2.81 1.39 4.22 8 10.83V19l4.99-3.18 6.79 6.79 1.41-1.42z"})
"PlayDisabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/play_disabled_two_tone.cljs
================================================
(ns reagent-mui.icons.play-disabled-two-tone
"Imports @mui/icons-material/PlayDisabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-disabled-two-tone (create-svg-icon [(e "path" #js {"d" "M10 12.83v2.53l1.55-.99z", "opacity" ".3"}) (e "path" #js {"d" "M2.81 2.81 1.39 4.22 8 10.83V19l4.99-3.18 6.78 6.78 1.41-1.41L2.81 2.81zM10 15.36v-2.53l1.55 1.55-1.55.98zM19 12 8 5v.17l8.45 8.45L19 12z"})]
"PlayDisabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/play_for_work.cljs
================================================
(ns reagent-mui.icons.play-for-work
"Imports @mui/icons-material/PlayForWork as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-for-work (create-svg-icon (e "path" #js {"d" "M11 5v5.59H7.5l4.5 4.5 4.5-4.5H13V5h-2zm-5 9c0 3.31 2.69 6 6 6s6-2.69 6-6h-2c0 2.21-1.79 4-4 4s-4-1.79-4-4H6z"})
"PlayForWork"))
================================================
FILE: src/icons/reagent_mui/icons/play_for_work_outlined.cljs
================================================
(ns reagent-mui.icons.play-for-work-outlined
"Imports @mui/icons-material/PlayForWorkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-for-work-outlined (create-svg-icon (e "path" #js {"d" "M11 5v5.59H7.5l4.5 4.5 4.5-4.5H13V5h-2zm-5 9c0 3.31 2.69 6 6 6s6-2.69 6-6h-2c0 2.21-1.79 4-4 4s-4-1.79-4-4H6z"})
"PlayForWorkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/play_for_work_rounded.cljs
================================================
(ns reagent-mui.icons.play-for-work-rounded
"Imports @mui/icons-material/PlayForWorkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-for-work-rounded (create-svg-icon (e "path" #js {"d" "M11 6v4.59H8.71c-.45 0-.67.54-.35.85l3.29 3.29c.2.2.51.2.71 0l3.29-3.29c.31-.31.09-.85-.35-.85H13V6c0-.55-.45-1-1-1s-1 .45-1 1zm-3.9 8c-.61 0-1.11.55-.99 1.15C6.65 17.91 9.08 20 12 20s5.35-2.09 5.89-4.85c.12-.6-.38-1.15-.99-1.15-.49 0-.88.35-.98.83C15.53 16.64 13.93 18 12 18s-3.53-1.36-3.91-3.17c-.1-.48-.5-.83-.99-.83z"})
"PlayForWorkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/play_for_work_sharp.cljs
================================================
(ns reagent-mui.icons.play-for-work-sharp
"Imports @mui/icons-material/PlayForWorkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-for-work-sharp (create-svg-icon (e "path" #js {"d" "M11 5v5.59H7.5l4.5 4.5 4.5-4.5H13V5h-2zm-5 9c0 3.31 2.69 6 6 6s6-2.69 6-6h-2c0 2.21-1.79 4-4 4s-4-1.79-4-4H6z"})
"PlayForWorkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/play_for_work_two_tone.cljs
================================================
(ns reagent-mui.icons.play-for-work-two-tone
"Imports @mui/icons-material/PlayForWorkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-for-work-two-tone (create-svg-icon (e "path" #js {"d" "M11 5v5.59H7.5l4.5 4.5 4.5-4.5H13V5h-2zm-5 9c0 3.31 2.69 6 6 6s6-2.69 6-6h-2c0 2.21-1.79 4-4 4s-4-1.79-4-4H6z"})
"PlayForWorkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/play_lesson.cljs
================================================
(ns reagent-mui.icons.play-lesson
"Imports @mui/icons-material/PlayLesson as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-lesson (create-svg-icon [(e "path" #js {"d" "M18 11c.34 0 .67.03 1 .08V4c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h7.26c-.79-1.13-1.26-2.51-1.26-4 0-3.87 3.13-7 7-7zM7 11V4h5v7L9.5 9.5 7 11z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm-1.25 7.5v-5l4 2.5-4 2.5z"})]
"PlayLesson"))
================================================
FILE: src/icons/reagent_mui/icons/play_lesson_outlined.cljs
================================================
(ns reagent-mui.icons.play-lesson-outlined
"Imports @mui/icons-material/PlayLessonOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-lesson-outlined (create-svg-icon (e "path" #js {"d" "M5 20V4h2v7l2.5-1.5L12 11V4h5v7.08c.33-.05.66-.08 1-.08s.67.03 1 .08V4c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h7.26c-.42-.6-.75-1.28-.97-2H5zm13-7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm-1.25 7.5v-5l4 2.5-4 2.5z"})
"PlayLessonOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/play_lesson_rounded.cljs
================================================
(ns reagent-mui.icons.play-lesson-rounded
"Imports @mui/icons-material/PlayLessonRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-lesson-rounded (create-svg-icon [(e "path" #js {"d" "M18 11c.34 0 .67.03 1 .08V4c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h7.26c-.79-1.13-1.26-2.51-1.26-4 0-3.87 3.13-7 7-7zm-10.24-.45c-.34.2-.76-.04-.76-.43V4h5v6.12c0 .39-.42.63-.76.43L9.5 9.5l-1.74 1.05z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm-1.25 6.6v-3.2c0-.39.43-.63.76-.42l2.56 1.6c.31.2.31.65 0 .85l-2.56 1.6c-.33.2-.76-.04-.76-.43z"})]
"PlayLessonRounded"))
================================================
FILE: src/icons/reagent_mui/icons/play_lesson_sharp.cljs
================================================
(ns reagent-mui.icons.play-lesson-sharp
"Imports @mui/icons-material/PlayLessonSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-lesson-sharp (create-svg-icon [(e "path" #js {"d" "M18 11c.34 0 .67.03 1 .08V2H3v20h9.26c-.79-1.13-1.26-2.51-1.26-4 0-3.87 3.13-7 7-7zM7 11V4h5v7L9.5 9.5 7 11z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm-1.25 7.5v-5l4 2.5-4 2.5z"})]
"PlayLessonSharp"))
================================================
FILE: src/icons/reagent_mui/icons/play_lesson_two_tone.cljs
================================================
(ns reagent-mui.icons.play-lesson-two-tone
"Imports @mui/icons-material/PlayLessonTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def play-lesson-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4v7L9.5 9.5 7 11V4H5v16h6.29c-.19-.63-.29-1.3-.29-2 0-3.53 2.61-6.43 6-6.92V4h-5z", "opacity" ".3"}) (e "path" #js {"d" "M5 20V4h2v7l2.5-1.5L12 11V4h5v7.08c.33-.05.66-.08 1-.08s.67.03 1 .08V4c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h7.26c-.42-.6-.75-1.28-.97-2H5z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm-1.25 7.5v-5l4 2.5-4 2.5z"})]
"PlayLessonTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add.cljs
================================================
(ns reagent-mui.icons.playlist-add
"Imports @mui/icons-material/PlaylistAdd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add (create-svg-icon (e "path" #js {"d" "M14 10H3v2h11v-2zm0-4H3v2h11V6zm4 8v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM3 16h7v-2H3v2z"})
"PlaylistAdd"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_check.cljs
================================================
(ns reagent-mui.icons.playlist-add-check
"Imports @mui/icons-material/PlaylistAddCheck as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-check (create-svg-icon (e "path" #js {"d" "M3 10h11v2H3zm0-4h11v2H3zm0 8h7v2H3zm17.59-2.07-4.25 4.24-2.12-2.12-1.41 1.41L16.34 19 22 13.34z"})
"PlaylistAddCheck"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_check_circle.cljs
================================================
(ns reagent-mui.icons.playlist-add-check-circle
"Imports @mui/icons-material/PlaylistAddCheckCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-check-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7 7h7v2H7V7zm0 3h7v2H7v-2zm3 5H7v-2h3v2zm4.05 3.36-2.83-2.83 1.41-1.41 1.41 1.41L17.59 12 19 13.41l-4.95 4.95z"})
"PlaylistAddCheckCircle"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_check_circle_outlined.cljs
================================================
(ns reagent-mui.icons.playlist-add-check-circle-outlined
"Imports @mui/icons-material/PlaylistAddCheckCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-check-circle-outlined (create-svg-icon (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8zm0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm2 8H7v2h7v-2zm0-3H7v2h7V7zm-7 8h3v-2H7v2zm12-1.59L17.59 12l-3.54 3.54-1.41-1.41-1.41 1.41 2.83 2.83L19 13.41z"})
"PlaylistAddCheckCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_check_circle_rounded.cljs
================================================
(ns reagent-mui.icons.playlist-add-check-circle-rounded
"Imports @mui/icons-material/PlaylistAddCheckCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-check-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7 8c0-.55.45-1 1-1h5c.55 0 1 .45 1 1s-.45 1-1 1H8c-.55 0-1-.45-1-1zm0 3c0-.55.45-1 1-1h5c.55 0 1 .45 1 1s-.45 1-1 1H8c-.55 0-1-.45-1-1zm3 3c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1s.45-1 1-1h1c.55 0 1 .45 1 1zm8.29.12-3.54 3.54c-.39.39-1.02.39-1.41 0l-1.41-1.41a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l.71.71 2.83-2.83c.39-.39 1.02-.39 1.41 0 .39.38.39 1.01 0 1.4z"})
"PlaylistAddCheckCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_check_circle_sharp.cljs
================================================
(ns reagent-mui.icons.playlist-add-check-circle-sharp
"Imports @mui/icons-material/PlaylistAddCheckCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-check-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7 7h7v2H7V7zm0 3h7v2H7v-2zm3 5H7v-2h3v2zm4.05 3.36-2.83-2.83 1.41-1.41 1.41 1.41L17.59 12 19 13.41l-4.95 4.95z"})
"PlaylistAddCheckCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_check_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.playlist-add-check-circle-two-tone
"Imports @mui/icons-material/PlaylistAddCheckCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-check-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zM7 7h7v2H7V7zm0 3h7v2H7v-2zm3 5H7v-2h3v2zm4.05 3.36-2.83-2.83 1.41-1.41 1.41 1.41L17.59 12 19 13.41l-4.95 4.95z", "opacity" ".3"}) (e "path" #js {"d" "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8zm0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm2 8H7v2h7v-2zm0-3H7v2h7V7zm-7 8h3v-2H7v2zm12-1.59L17.59 12l-3.54 3.54-1.41-1.41-1.41 1.41 2.83 2.83L19 13.41z"})]
"PlaylistAddCheckCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_check_outlined.cljs
================================================
(ns reagent-mui.icons.playlist-add-check-outlined
"Imports @mui/icons-material/PlaylistAddCheckOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-check-outlined (create-svg-icon (e "path" #js {"d" "M3 10h11v2H3zm0-4h11v2H3zm0 8h7v2H3zm17.59-2.07-4.25 4.24-2.12-2.12-1.41 1.41L16.34 19 22 13.34z"})
"PlaylistAddCheckOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_check_rounded.cljs
================================================
(ns reagent-mui.icons.playlist-add-check-rounded
"Imports @mui/icons-material/PlaylistAddCheckRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-check-rounded (create-svg-icon (e "path" #js {"d" "M13 10H3c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H3c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1zM3 16h6c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1zm19.21-3.79.09.09c.39.39.39 1.02 0 1.41l-5.58 5.59c-.39.39-1.02.39-1.41 0l-3.09-3.09a.9959.9959 0 0 1 0-1.41l.09-.09c.39-.39 1.02-.39 1.41 0l2.3 2.3 4.78-4.79c.38-.4 1.02-.4 1.41-.01z"})
"PlaylistAddCheckRounded"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_check_sharp.cljs
================================================
(ns reagent-mui.icons.playlist-add-check-sharp
"Imports @mui/icons-material/PlaylistAddCheckSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-check-sharp (create-svg-icon (e "path" #js {"d" "M3 10h11v2H3zm0-4h11v2H3zm0 8h7v2H3zm17.59-2.07-4.25 4.24-2.12-2.12-1.41 1.41L16.34 19 22 13.34z"})
"PlaylistAddCheckSharp"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_check_two_tone.cljs
================================================
(ns reagent-mui.icons.playlist-add-check-two-tone
"Imports @mui/icons-material/PlaylistAddCheckTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-check-two-tone (create-svg-icon (e "path" #js {"d" "M3 10h11v2H3zm0-4h11v2H3zm0 8h7v2H3zm17.59-2.07-4.25 4.24-2.12-2.12-1.41 1.41L16.34 19 22 13.34z"})
"PlaylistAddCheckTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_circle.cljs
================================================
(ns reagent-mui.icons.playlist-add-circle
"Imports @mui/icons-material/PlaylistAddCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7 7h7v2H7V7zm3 8H7v-2h3v2zm-3-3v-2h7v2H7zm12 3h-2v2h-2v-2h-2v-2h2v-2h2v2h2v2z"})
"PlaylistAddCircle"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_circle_outlined.cljs
================================================
(ns reagent-mui.icons.playlist-add-circle-outlined
"Imports @mui/icons-material/PlaylistAddCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-circle-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm2-10H7v2h7v-2zm0-3H7v2h7V7zm-7 8h3v-2H7v2zm12-2v2h-2v2h-2v-2h-2v-2h2v-2h2v2h2z"})
"PlaylistAddCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_circle_rounded.cljs
================================================
(ns reagent-mui.icons.playlist-add-circle-rounded
"Imports @mui/icons-material/PlaylistAddCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7 8c0-.55.45-1 1-1h5c.55 0 1 .45 1 1s-.45 1-1 1H8c-.55 0-1-.45-1-1zm3 6c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1s.45-1 1-1h1c.55 0 1 .45 1 1zm-2-2c-.55 0-1-.45-1-1s.45-1 1-1h5c.55 0 1 .45 1 1s-.45 1-1 1H8zm10 3h-1v1c0 .55-.45 1-1 1s-1-.45-1-1v-1h-1c-.55 0-1-.45-1-1s.45-1 1-1h1v-1c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1s-.45 1-1 1z"})
"PlaylistAddCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_circle_sharp.cljs
================================================
(ns reagent-mui.icons.playlist-add-circle-sharp
"Imports @mui/icons-material/PlaylistAddCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7 7h7v2H7V7zm3 8H7v-2h3v2zm-3-3v-2h7v2H7zm12 3h-2v2h-2v-2h-2v-2h2v-2h2v2h2v2z"})
"PlaylistAddCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.playlist-add-circle-two-tone
"Imports @mui/icons-material/PlaylistAddCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zM7 7h7v2H7V7zm3 8H7v-2h3v2zm-3-3v-2h7v2H7zm10 3v2h-2v-2h-2v-2h2v-2h2v2h2v2h-2z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm2-10H7v2h7v-2zm0-3H7v2h7V7zm-7 8h3v-2H7v2zm12-2v2h-2v2h-2v-2h-2v-2h2v-2h2v2h2z"})]
"PlaylistAddCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_outlined.cljs
================================================
(ns reagent-mui.icons.playlist-add-outlined
"Imports @mui/icons-material/PlaylistAddOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-outlined (create-svg-icon (e "path" #js {"d" "M14 10H3v2h11v-2zm0-4H3v2h11V6zm4 8v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM3 16h7v-2H3v2z"})
"PlaylistAddOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_rounded.cljs
================================================
(ns reagent-mui.icons.playlist-add-rounded
"Imports @mui/icons-material/PlaylistAddRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-rounded (create-svg-icon (e "path" #js {"d" "M13 10H3c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H3c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1zm5 8v-3c0-.55-.45-1-1-1s-1 .45-1 1v3h-3c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1h-3zM3 16h6c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1z"})
"PlaylistAddRounded"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_sharp.cljs
================================================
(ns reagent-mui.icons.playlist-add-sharp
"Imports @mui/icons-material/PlaylistAddSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-sharp (create-svg-icon (e "path" #js {"d" "M14 10H3v2h11v-2zm0-4H3v2h11V6zm4 8v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM3 16h7v-2H3v2z"})
"PlaylistAddSharp"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_add_two_tone.cljs
================================================
(ns reagent-mui.icons.playlist-add-two-tone
"Imports @mui/icons-material/PlaylistAddTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-add-two-tone (create-svg-icon (e "path" #js {"d" "M14 10H3v2h11v-2zm0-4H3v2h11V6zm4 8v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM3 16h7v-2H3v2z"})
"PlaylistAddTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_play.cljs
================================================
(ns reagent-mui.icons.playlist-play
"Imports @mui/icons-material/PlaylistPlay as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-play (create-svg-icon (e "path" #js {"d" "M3 10h11v2H3zm0-4h11v2H3zm0 8h7v2H3zm13-1v8l6-4z"})
"PlaylistPlay"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_play_outlined.cljs
================================================
(ns reagent-mui.icons.playlist-play-outlined
"Imports @mui/icons-material/PlaylistPlayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-play-outlined (create-svg-icon (e "path" #js {"d" "M3 10h11v2H3zm0-4h11v2H3zm0 8h7v2H3zm13-1v8l6-4z"})
"PlaylistPlayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_play_rounded.cljs
================================================
(ns reagent-mui.icons.playlist-play-rounded
"Imports @mui/icons-material/PlaylistPlayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-play-rounded (create-svg-icon (e "path" #js {"d" "M5 10h10c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1zm0-4h10c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1zm0 8h6c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1zm9 .88v4.23c0 .39.42.63.76.43l3.53-2.12c.32-.19.32-.66 0-.86l-3.53-2.12c-.34-.19-.76.05-.76.44z"})
"PlaylistPlayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_play_sharp.cljs
================================================
(ns reagent-mui.icons.playlist-play-sharp
"Imports @mui/icons-material/PlaylistPlaySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-play-sharp (create-svg-icon (e "path" #js {"d" "M3 10h11v2H3zm0-4h11v2H3zm0 8h7v2H3zm13-1v8l6-4z"})
"PlaylistPlaySharp"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_play_two_tone.cljs
================================================
(ns reagent-mui.icons.playlist-play-two-tone
"Imports @mui/icons-material/PlaylistPlayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-play-two-tone (create-svg-icon (e "path" #js {"d" "M3 10h11v2H3zm0-4h11v2H3zm0 8h7v2H3zm13-1v8l6-4z"})
"PlaylistPlayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_remove.cljs
================================================
(ns reagent-mui.icons.playlist-remove
"Imports @mui/icons-material/PlaylistRemove as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-remove (create-svg-icon (e "path" #js {"d" "M14 10H3v2h11v-2zm0-4H3v2h11V6zM3 16h7v-2H3v2zm11.41 6L17 19.41 19.59 22 21 20.59 18.41 18 21 15.41 19.59 14 17 16.59 14.41 14 13 15.41 15.59 18 13 20.59 14.41 22z"})
"PlaylistRemove"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_remove_outlined.cljs
================================================
(ns reagent-mui.icons.playlist-remove-outlined
"Imports @mui/icons-material/PlaylistRemoveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-remove-outlined (create-svg-icon (e "path" #js {"d" "M14 10H3v2h11v-2zm0-4H3v2h11V6zM3 16h7v-2H3v2zm11.41 6L17 19.41 19.59 22 21 20.59 18.41 18 21 15.41 19.59 14 17 16.59 14.41 14 13 15.41 15.59 18 13 20.59 14.41 22z"})
"PlaylistRemoveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_remove_rounded.cljs
================================================
(ns reagent-mui.icons.playlist-remove-rounded
"Imports @mui/icons-material/PlaylistRemoveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-remove-rounded (create-svg-icon (e "path" #js {"d" "M13.71 21.3c.39.39 1.02.39 1.41 0L17 19.41l1.89 1.89c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L18.41 18l1.89-1.89c.39-.39.39-1.02 0-1.41s-1.02-.39-1.41 0L17 16.59l-1.89-1.89c-.39-.39-1.02-.39-1.41 0s-.39 1.02 0 1.41L15.59 18l-1.89 1.89c-.38.38-.38 1.02.01 1.41zM14 11c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1zm0-4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1zM3 15c0 .55.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"})
"PlaylistRemoveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_remove_sharp.cljs
================================================
(ns reagent-mui.icons.playlist-remove-sharp
"Imports @mui/icons-material/PlaylistRemoveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-remove-sharp (create-svg-icon (e "path" #js {"d" "M14 10H3v2h11v-2zm0-4H3v2h11V6zM3 16h7v-2H3v2zm11.41 6L17 19.41 19.59 22 21 20.59 18.41 18 21 15.41 19.59 14 17 16.59 14.41 14 13 15.41 15.59 18 13 20.59 14.41 22z"})
"PlaylistRemoveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/playlist_remove_two_tone.cljs
================================================
(ns reagent-mui.icons.playlist-remove-two-tone
"Imports @mui/icons-material/PlaylistRemoveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def playlist-remove-two-tone (create-svg-icon (e "path" #js {"d" "M14 10H3v2h11v-2zm0-4H3v2h11V6zM3 16h7v-2H3v2zm11.41 6L17 19.41 19.59 22 21 20.59 18.41 18 21 15.41 19.59 14 17 16.59 14.41 14 13 15.41 15.59 18 13 20.59 14.41 22z"})
"PlaylistRemoveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/plumbing.cljs
================================================
(ns reagent-mui.icons.plumbing
"Imports @mui/icons-material/Plumbing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def plumbing (create-svg-icon [(e "path" #js {"d" "m19.28 4.93-2.12-2.12c-.78-.78-2.05-.78-2.83 0L11.5 5.64l2.12 2.12 2.12-2.12 3.54 3.54c1.17-1.18 1.17-3.08 0-4.25zM5.49 13.77c.59.59 1.54.59 2.12 0l2.47-2.47-2.12-2.13-2.47 2.47c-.59.59-.59 1.54 0 2.13z"}) (e "path" #js {"d" "m15.04 7.76-.71.71-.71.71L10.44 6c-.59-.6-1.54-.6-2.12-.01-.59.59-.59 1.54 0 2.12l3.18 3.18-.71.71-6.36 6.36c-.78.78-.78 2.05 0 2.83.78.78 2.05.78 2.83 0L16.45 12c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-2.82-2.83z"})]
"Plumbing"))
================================================
FILE: src/icons/reagent_mui/icons/plumbing_outlined.cljs
================================================
(ns reagent-mui.icons.plumbing-outlined
"Imports @mui/icons-material/PlumbingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def plumbing-outlined (create-svg-icon [(e "path" #js {"d" "m19.28 4.93-2.12-2.12c-.78-.78-2.05-.78-2.83 0L11.5 5.64l2.12 2.12 2.12-2.12 3.54 3.54c1.17-1.18 1.17-3.08 0-4.25zM5.49 13.77c.59.59 1.54.59 2.12 0l2.47-2.47-2.12-2.13-2.47 2.47c-.59.59-.59 1.54 0 2.13z"}) (e "path" #js {"d" "m15.04 7.76-.71.71-.71.71L10.44 6c-.59-.6-1.54-.6-2.12-.01-.59.59-.59 1.54 0 2.12l3.18 3.18-.71.71-6.36 6.36c-.78.78-.78 2.05 0 2.83.78.78 2.05.78 2.83 0L16.45 12c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-2.82-2.83z"})]
"PlumbingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/plumbing_rounded.cljs
================================================
(ns reagent-mui.icons.plumbing-rounded
"Imports @mui/icons-material/PlumbingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def plumbing-rounded (create-svg-icon [(e "path" #js {"d" "m19.28 4.93-2.12-2.12c-.78-.78-2.05-.78-2.83 0L11.5 5.64l2.12 2.12 2.12-2.12 3.54 3.54c1.17-1.18 1.17-3.08 0-4.25zM5.49 13.77c.59.59 1.54.59 2.12 0l2.47-2.47-2.12-2.13-2.47 2.47c-.59.59-.59 1.54 0 2.13z"}) (e "path" #js {"d" "m14.33 8.46-.71.71-3.18-3.18c-.59-.59-1.54-.59-2.12 0-.59.59-.59 1.54 0 2.12l3.18 3.18-7 7c-.7.7-.88 1.84-.29 2.65.74 1.03 2.19 1.12 3.05.26l9.19-9.2c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-2.12-2.12a.987.987 0 0 0-1.41-.01z"})]
"PlumbingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/plumbing_sharp.cljs
================================================
(ns reagent-mui.icons.plumbing-sharp
"Imports @mui/icons-material/PlumbingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def plumbing-sharp (create-svg-icon [(e "path" #js {"d" "m16.16 5.64 3.54 3.54c1.17-1.17 1.17-3.07 0-4.24L16.16 1.4l-4.24 4.24 2.12 2.12 2.12-2.12zM4.842 12.7081l3.5355-3.5355 2.1213 2.1213-3.5355 3.5355z"}) (e "path" #js {"d" "m15.45 7.76-1.41 1.41-4.25-4.24-2.12 2.12 4.24 4.24-8.49 8.49 2.83 2.83L16.86 12l.71.71 1.41-1.41-3.53-3.54z"})]
"PlumbingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/plumbing_two_tone.cljs
================================================
(ns reagent-mui.icons.plumbing-two-tone
"Imports @mui/icons-material/PlumbingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def plumbing-two-tone (create-svg-icon [(e "path" #js {"d" "m19.28 4.93-2.12-2.12c-.78-.78-2.05-.78-2.83 0L11.5 5.64l2.12 2.12 2.12-2.12 3.54 3.54c1.17-1.18 1.17-3.08 0-4.25zM5.49 13.77c.59.59 1.54.59 2.12 0l2.47-2.47-2.12-2.13-2.47 2.47c-.59.59-.59 1.54 0 2.13z"}) (e "path" #js {"d" "m15.04 7.76-.71.71-.71.71L10.44 6c-.59-.6-1.54-.6-2.12-.01-.59.59-.59 1.54 0 2.12l3.18 3.18-.71.71-6.36 6.36c-.78.78-.78 2.05 0 2.83.78.78 2.05.78 2.83 0L16.45 12c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-2.82-2.83z"})]
"PlumbingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/plus_one.cljs
================================================
(ns reagent-mui.icons.plus-one
"Imports @mui/icons-material/PlusOne as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def plus-one (create-svg-icon (e "path" #js {"d" "M10 8H8v4H4v2h4v4h2v-4h4v-2h-4zm4.5-1.92V7.9l2.5-.5V18h2V5z"})
"PlusOne"))
================================================
FILE: src/icons/reagent_mui/icons/plus_one_outlined.cljs
================================================
(ns reagent-mui.icons.plus-one-outlined
"Imports @mui/icons-material/PlusOneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def plus-one-outlined (create-svg-icon (e "path" #js {"d" "M10 8H8v4H4v2h4v4h2v-4h4v-2h-4V8zm4.5-1.92V7.9l2.5-.5V18h2V5l-4.5 1.08z"})
"PlusOneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/plus_one_rounded.cljs
================================================
(ns reagent-mui.icons.plus-one-rounded
"Imports @mui/icons-material/PlusOneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def plus-one-rounded (create-svg-icon (e "path" #js {"d" "M9 8c-.55 0-1 .45-1 1v3H5c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1h-3V9c0-.55-.45-1-1-1zm5.5-1.21c0 .57.52 1 1.08.89L17 7.4V17c0 .55.45 1 1 1s1-.45 1-1V6.27c0-.65-.6-1.12-1.23-.97l-2.57.62c-.41.09-.7.46-.7.87z"})
"PlusOneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/plus_one_sharp.cljs
================================================
(ns reagent-mui.icons.plus-one-sharp
"Imports @mui/icons-material/PlusOneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def plus-one-sharp (create-svg-icon (e "path" #js {"d" "M10 8H8v4H4v2h4v4h2v-4h4v-2h-4V8zm4.5-1.92V7.9l2.5-.5V18h2V5l-4.5 1.08z"})
"PlusOneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/plus_one_two_tone.cljs
================================================
(ns reagent-mui.icons.plus-one-two-tone
"Imports @mui/icons-material/PlusOneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def plus-one-two-tone (create-svg-icon (e "path" #js {"d" "M10 8H8v4H4v2h4v4h2v-4h4v-2h-4V8zm4.5-1.92V7.9l2.5-.5V18h2V5l-4.5 1.08z"})
"PlusOneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/podcasts.cljs
================================================
(ns reagent-mui.icons.podcasts
"Imports @mui/icons-material/Podcasts as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def podcasts (create-svg-icon (e "path" #js {"d" "M14 12c0 .74-.4 1.38-1 1.72V22h-2v-8.28c-.6-.35-1-.98-1-1.72 0-1.1.9-2 2-2s2 .9 2 2zm-2-6c-3.31 0-6 2.69-6 6 0 1.74.75 3.31 1.94 4.4l1.42-1.42C8.53 14.25 8 13.19 8 12c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.19-.53 2.25-1.36 2.98l1.42 1.42C17.25 15.31 18 13.74 18 12c0-3.31-2.69-6-6-6zm0-4C6.48 2 2 6.48 2 12c0 2.85 1.2 5.41 3.11 7.24l1.42-1.42C4.98 16.36 4 14.29 4 12c0-4.41 3.59-8 8-8s8 3.59 8 8c0 2.29-.98 4.36-2.53 5.82l1.42 1.42C20.8 17.41 22 14.85 22 12c0-5.52-4.48-10-10-10z"})
"Podcasts"))
================================================
FILE: src/icons/reagent_mui/icons/podcasts_outlined.cljs
================================================
(ns reagent-mui.icons.podcasts-outlined
"Imports @mui/icons-material/PodcastsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def podcasts-outlined (create-svg-icon (e "path" #js {"d" "M14 12c0 .74-.4 1.38-1 1.72V22h-2v-8.28c-.6-.35-1-.98-1-1.72 0-1.1.9-2 2-2s2 .9 2 2zm-2-6c-3.31 0-6 2.69-6 6 0 1.74.75 3.31 1.94 4.4l1.42-1.42C8.53 14.25 8 13.19 8 12c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.19-.53 2.25-1.36 2.98l1.42 1.42C17.25 15.31 18 13.74 18 12c0-3.31-2.69-6-6-6zm0-4C6.48 2 2 6.48 2 12c0 2.85 1.2 5.41 3.11 7.24l1.42-1.42C4.98 16.36 4 14.29 4 12c0-4.41 3.59-8 8-8s8 3.59 8 8c0 2.29-.98 4.36-2.53 5.82l1.42 1.42C20.8 17.41 22 14.85 22 12c0-5.52-4.48-10-10-10z"})
"PodcastsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/podcasts_rounded.cljs
================================================
(ns reagent-mui.icons.podcasts-rounded
"Imports @mui/icons-material/PodcastsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def podcasts-rounded (create-svg-icon (e "path" #js {"d" "M14 12c0 .74-.4 1.38-1 1.72V21c0 .55-.45 1-1 1s-1-.45-1-1v-7.28c-.6-.35-1-.98-1-1.72 0-1.1.9-2 2-2s2 .9 2 2zm-3.25-5.87c-2.27.46-4.12 2.28-4.61 4.55-.4 1.86.07 3.62 1.08 4.94.35.45 1.03.47 1.43.07l.07-.07c.34-.34.34-.87.06-1.25-.68-.9-.98-2.1-.66-3.37.35-1.42 1.52-2.57 2.95-2.88C13.69 7.52 16 9.49 16 12c0 .87-.28 1.67-.76 2.32-.3.41-.29.97.07 1.33.44.44 1.17.37 1.54-.14.72-.98 1.15-2.2 1.15-3.51 0-3.72-3.39-6.65-7.25-5.87zm.08-4.06c-4.53.51-8.22 4.18-8.76 8.71-.35 2.95.59 5.67 2.32 7.7.37.43 1.03.46 1.43.06l.05-.05c.35-.35.38-.92.05-1.3-1.56-1.83-2.33-4.37-1.7-7.06.7-3.01 3.18-5.39 6.22-5.97C15.53 3.18 20 7.08 20 12c0 1.96-.72 3.76-1.9 5.16-.34.4-.31.98.05 1.35.42.42 1.11.39 1.49-.07C21.11 16.7 22 14.46 22 12c0-5.91-5.13-10.62-11.17-9.93z"})
"PodcastsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/podcasts_sharp.cljs
================================================
(ns reagent-mui.icons.podcasts-sharp
"Imports @mui/icons-material/PodcastsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def podcasts-sharp (create-svg-icon (e "path" #js {"d" "M14 12c0 .74-.4 1.38-1 1.72V22h-2v-8.28c-.6-.35-1-.98-1-1.72 0-1.1.9-2 2-2s2 .9 2 2zm-2-6c-3.31 0-6 2.69-6 6 0 1.74.75 3.31 1.94 4.4l1.42-1.42C8.53 14.25 8 13.19 8 12c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.19-.53 2.25-1.36 2.98l1.42 1.42C17.25 15.31 18 13.74 18 12c0-3.31-2.69-6-6-6zm0-4C6.48 2 2 6.48 2 12c0 2.85 1.2 5.41 3.11 7.24l1.42-1.42C4.98 16.36 4 14.29 4 12c0-4.41 3.59-8 8-8s8 3.59 8 8c0 2.29-.98 4.36-2.53 5.82l1.42 1.42C20.8 17.41 22 14.85 22 12c0-5.52-4.48-10-10-10z"})
"PodcastsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/podcasts_two_tone.cljs
================================================
(ns reagent-mui.icons.podcasts-two-tone
"Imports @mui/icons-material/PodcastsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def podcasts-two-tone (create-svg-icon (e "path" #js {"d" "M14 12c0 .74-.4 1.38-1 1.72V22h-2v-8.28c-.6-.35-1-.98-1-1.72 0-1.1.9-2 2-2s2 .9 2 2zm-2-6c-3.31 0-6 2.69-6 6 0 1.74.75 3.31 1.94 4.4l1.42-1.42C8.53 14.25 8 13.19 8 12c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.19-.53 2.25-1.36 2.98l1.42 1.42C17.25 15.31 18 13.74 18 12c0-3.31-2.69-6-6-6zm0-4C6.48 2 2 6.48 2 12c0 2.85 1.2 5.41 3.11 7.24l1.42-1.42C4.98 16.36 4 14.29 4 12c0-4.41 3.59-8 8-8s8 3.59 8 8c0 2.29-.98 4.36-2.53 5.82l1.42 1.42C20.8 17.41 22 14.85 22 12c0-5.52-4.48-10-10-10z"})
"PodcastsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/point_of_sale.cljs
================================================
(ns reagent-mui.icons.point-of-sale
"Imports @mui/icons-material/PointOfSale as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def point-of-sale (create-svg-icon (e "path" #js {"d" "M17 2H7c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 4H7V4h10v2zm3 16H4c-1.1 0-2-.9-2-2v-1h20v1c0 1.1-.9 2-2 2zm-1.47-11.81C18.21 9.47 17.49 9 16.7 9H7.3c-.79 0-1.51.47-1.83 1.19L2 18h20l-3.47-7.81zM9.5 16h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm3 4h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm3 4h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5z"})
"PointOfSale"))
================================================
FILE: src/icons/reagent_mui/icons/point_of_sale_outlined.cljs
================================================
(ns reagent-mui.icons.point-of-sale-outlined
"Imports @mui/icons-material/PointOfSaleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def point-of-sale-outlined (create-svg-icon (e "path" #js {"d" "M17 2H7c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 4H7V4h10v2zm3 16H4c-1.1 0-2-.9-2-2v-1h20v1c0 1.1-.9 2-2 2zm-1.47-11.81C18.21 9.47 17.49 9 16.7 9H7.3c-.79 0-1.51.47-1.83 1.19L2 18h20l-3.47-7.81zM9.5 16h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm3 4h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm3 4h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5z"})
"PointOfSaleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/point_of_sale_rounded.cljs
================================================
(ns reagent-mui.icons.point-of-sale-rounded
"Imports @mui/icons-material/PointOfSaleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def point-of-sale-rounded (create-svg-icon (e "path" #js {"d" "M17 2H7c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-.5 4h-9c-.28 0-.5-.22-.5-.5v-1c0-.28.22-.5.5-.5h9c.28 0 .5.22.5.5v1c0 .28-.22.5-.5.5zM20 22H4c-1.1 0-2-.9-2-2v-1h20v1c0 1.1-.9 2-2 2zm-1.47-11.81C18.21 9.47 17.49 9 16.7 9H7.3c-.79 0-1.51.47-1.83 1.19L2 18h20l-3.47-7.81zM9.5 16h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm3 4h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm3 4h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5z"})
"PointOfSaleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/point_of_sale_sharp.cljs
================================================
(ns reagent-mui.icons.point-of-sale-sharp
"Imports @mui/icons-material/PointOfSaleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def point-of-sale-sharp (create-svg-icon (e "path" #js {"d" "M19 2H5v6h14V2zm-2 4H7V4h10v2zm5 16H2v-3h20v3zM18 9H6l-4 9h20l-4-9zm-8 7H8v-1h2v1zm0-2H8v-1h2v1zm0-2H8v-1h2v1zm3 4h-2v-1h2v1zm0-2h-2v-1h2v1zm0-2h-2v-1h2v1zm3 4h-2v-1h2v1zm0-2h-2v-1h2v1zm0-2h-2v-1h2v1z"})
"PointOfSaleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/point_of_sale_two_tone.cljs
================================================
(ns reagent-mui.icons.point-of-sale-two-tone
"Imports @mui/icons-material/PointOfSaleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def point-of-sale-two-tone (create-svg-icon [(e "path" #js {"d" "M9.5 16h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm.5-2.5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5h1c.28 0 .5-.22.5-.5zm0-2c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5h1c.28 0 .5-.22.5-.5zm3 4c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5h1c.28 0 .5-.22.5-.5zm0-2c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5h1c.28 0 .5-.22.5-.5zm0-2c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5h1c.28 0 .5-.22.5-.5zm3 4c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5h1c.28 0 .5-.22.5-.5zm0-2c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5h1c.28 0 .5-.22.5-.5zm0-2c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5h1c.28 0 .5-.22.5-.5zM17 4H7v2h10V4z", "opacity" ".3"}) (e "path" #js {"d" "M17 2H7c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 4H7V4h10v2zm3 16H4c-1.1 0-2-.9-2-2v-1h20v1c0 1.1-.9 2-2 2zm-1.47-11.81C18.21 9.47 17.49 9 16.7 9H7.3c-.79 0-1.51.47-1.83 1.19L2 18h20l-3.47-7.81zM9.5 16h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm3 4h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm3 4h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5zm0-2h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5z"})]
"PointOfSaleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/policy.cljs
================================================
(ns reagent-mui.icons.policy
"Imports @mui/icons-material/Policy as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def policy (create-svg-icon [(e "path" #js {"d" "m21 5-9-4-9 4v6c0 5.55 3.84 10.74 9 12 2.3-.56 4.33-1.9 5.88-3.71l-3.12-3.12c-1.94 1.29-4.58 1.07-6.29-.64-1.95-1.95-1.95-5.12 0-7.07 1.95-1.95 5.12-1.95 7.07 0 1.71 1.71 1.92 4.35.64 6.29l2.9 2.9C20.29 15.69 21 13.38 21 11V5z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "3"})]
"Policy"))
================================================
FILE: src/icons/reagent_mui/icons/policy_outlined.cljs
================================================
(ns reagent-mui.icons.policy-outlined
"Imports @mui/icons-material/PolicyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def policy-outlined (create-svg-icon (e "path" #js {"d" "M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm7 10c0 1.85-.51 3.65-1.38 5.21l-1.45-1.45c1.29-1.94 1.07-4.58-.64-6.29-1.95-1.95-5.12-1.95-7.07 0-1.95 1.95-1.95 5.12 0 7.07 1.71 1.71 4.35 1.92 6.29.64l1.72 1.72c-1.19 1.42-2.73 2.51-4.47 3.04-4.02-1.25-7-5.42-7-9.94V6.3l7-3.11 7 3.11V11zm-7 4c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"PolicyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/policy_rounded.cljs
================================================
(ns reagent-mui.icons.policy-rounded
"Imports @mui/icons-material/PolicyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def policy-rounded (create-svg-icon [(e "path" #js {"d" "M21 6.3c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.52-.23-1.11-.23-1.62 0l-7 3.11C3.47 4.79 3 5.51 3 6.3V11c0 5.55 3.84 10.74 9 12 2.3-.56 4.33-1.9 5.88-3.71l-3.12-3.12c-1.94 1.29-4.58 1.07-6.29-.64-1.95-1.95-1.95-5.12 0-7.07 1.95-1.95 5.12-1.95 7.07 0 1.71 1.71 1.92 4.35.64 6.29l2.9 2.9C20.29 15.69 21 13.38 21 11V6.3z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "3"})]
"PolicyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/policy_sharp.cljs
================================================
(ns reagent-mui.icons.policy-sharp
"Imports @mui/icons-material/PolicySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def policy-sharp (create-svg-icon [(e "path" #js {"d" "m21 5-9-4-9 4v6c0 5.55 3.84 10.74 9 12 2.3-.56 4.33-1.9 5.88-3.71l-3.12-3.12c-1.94 1.29-4.58 1.07-6.29-.64-1.95-1.95-1.95-5.12 0-7.07 1.95-1.95 5.12-1.95 7.07 0 1.71 1.71 1.92 4.35.64 6.29l2.9 2.9C20.29 15.69 21 13.38 21 11V5z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "3"})]
"PolicySharp"))
================================================
FILE: src/icons/reagent_mui/icons/policy_two_tone.cljs
================================================
(ns reagent-mui.icons.policy-two-tone
"Imports @mui/icons-material/PolicyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def policy-two-tone (create-svg-icon [(e "path" #js {"d" "M5 6.3V11c0 4.52 2.98 8.69 7 9.93 1.74-.53 3.28-1.62 4.47-3.04l-1.72-1.72c-1.94 1.29-4.58 1.07-6.29-.64-1.95-1.95-1.95-5.12 0-7.07 1.95-1.95 5.12-1.95 7.07 0 1.71 1.71 1.92 4.35.64 6.29l1.45 1.45C18.49 14.65 19 12.85 19 11V6.3l-7-3.11L5 6.3z", "opacity" ".3"}) (e "path" #js {"d" "M12 1 3 5v6c0 5.55 3.84 10.74 9 12 .65-.16 1.27-.38 1.87-.65 1.8-.82 3.36-2.13 4.57-3.74C20.04 16.46 21 13.77 21 11V5l-9-4zm7 10c0 1.85-.51 3.65-1.38 5.21l-1.45-1.45c1.29-1.94 1.07-4.58-.64-6.29-1.95-1.95-5.12-1.95-7.07 0-1.95 1.95-1.95 5.12 0 7.07 1.71 1.71 4.35 1.92 6.29.64l1.72 1.72c-1.19 1.42-2.73 2.51-4.47 3.04-4.02-1.25-7-5.42-7-9.94V6.3l7-3.11 7 3.11V11zm-4 1c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"})]
"PolicyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/poll.cljs
================================================
(ns reagent-mui.icons.poll
"Imports @mui/icons-material/Poll as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def poll (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z"})
"Poll"))
================================================
FILE: src/icons/reagent_mui/icons/poll_outlined.cljs
================================================
(ns reagent-mui.icons.poll-outlined
"Imports @mui/icons-material/PollOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def poll-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 10h2v7H7zm4-3h2v10h-2zm4 6h2v4h-2z"})
"PollOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/poll_rounded.cljs
================================================
(ns reagent-mui.icons.poll-rounded
"Imports @mui/icons-material/PollRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def poll-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8 17c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v5c0 .55-.45 1-1 1zm4 0c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v8c0 .55-.45 1-1 1zm4 0c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1z"})
"PollRounded"))
================================================
FILE: src/icons/reagent_mui/icons/poll_sharp.cljs
================================================
(ns reagent-mui.icons.poll-sharp
"Imports @mui/icons-material/PollSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def poll-sharp (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm6 14H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z"})
"PollSharp"))
================================================
FILE: src/icons/reagent_mui/icons/poll_two_tone.cljs
================================================
(ns reagent-mui.icons.poll-two-tone
"Imports @mui/icons-material/PollTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def poll-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm10-6h2v4h-2v-4zm-4-6h2v10h-2V7zm-4 3h2v7H7v-7z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 10h2v7H7zm4-3h2v10h-2zm4 6h2v4h-2z"})]
"PollTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/polyline.cljs
================================================
(ns reagent-mui.icons.polyline
"Imports @mui/icons-material/Polyline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def polyline (create-svg-icon (e "path" #js {"d" "M15 16v1.26l-6-3v-3.17L11.7 8H16V2h-6v4.9L7.3 10H3v6h5l7 3.5V22h6v-6z"})
"Polyline"))
================================================
FILE: src/icons/reagent_mui/icons/polyline_outlined.cljs
================================================
(ns reagent-mui.icons.polyline-outlined
"Imports @mui/icons-material/PolylineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def polyline-outlined (create-svg-icon (e "path" #js {"d" "M15 16v1.26l-6-3v-3.17L11.7 8H16V2h-6v4.9L7.3 10H3v6h5l7 3.5V22h6v-6h-6zM12 4h2v2h-2V4zM7 14H5v-2h2v2zm12 6h-2v-2h2v2z"})
"PolylineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/polyline_rounded.cljs
================================================
(ns reagent-mui.icons.polyline-rounded
"Imports @mui/icons-material/PolylineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def polyline-rounded (create-svg-icon (e "path" #js {"d" "M10.04 6.85 7.3 10H4.5c-.83 0-1.5.67-1.5 1.5v3c0 .83.67 1.5 1.5 1.5h3c.14 0 .27-.02.39-.05L15 19.5v1c0 .83.67 1.5 1.5 1.5h3c.83 0 1.5-.67 1.5-1.5v-3c0-.83-.67-1.5-1.5-1.5h-3c-.75 0-1.37.55-1.48 1.27L9 14.26V11.5c0-.12-.01-.24-.04-.36L11.7 8h2.8c.83 0 1.5-.67 1.5-1.5v-3c0-.83-.67-1.5-1.5-1.5h-3c-.83 0-1.5.67-1.5 1.5v3c0 .12.01.24.04.35z"})
"PolylineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/polyline_sharp.cljs
================================================
(ns reagent-mui.icons.polyline-sharp
"Imports @mui/icons-material/PolylineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def polyline-sharp (create-svg-icon (e "path" #js {"d" "M15 16v1.26l-6-3v-3.17L11.7 8H16V2h-6v4.9L7.3 10H3v6h5l7 3.5V22h6v-6z"})
"PolylineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/polyline_two_tone.cljs
================================================
(ns reagent-mui.icons.polyline-two-tone
"Imports @mui/icons-material/PolylineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def polyline-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4h2v2h-2V4zM7 14H5v-2h2v2zm12 6h-2v-2h2v2z", "opacity" ".3"}) (e "path" #js {"d" "M15 16v1.26l-6-3v-3.17L11.7 8H16V2h-6v4.9L7.3 10H3v6h5l7 3.5V22h6v-6h-6zM12 4h2v2h-2V4zM7 14H5v-2h2v2zm12 6h-2v-2h2v2z"})]
"PolylineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pool.cljs
================================================
(ns reagent-mui.icons.pool
"Imports @mui/icons-material/Pool as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pool (create-svg-icon [(e "path" #js {"d" "M22 21c-1.11 0-1.73-.37-2.18-.64-.37-.22-.6-.36-1.15-.36-.56 0-.78.13-1.15.36-.46.27-1.07.64-2.18.64s-1.73-.37-2.18-.64c-.37-.22-.6-.36-1.15-.36-.56 0-.78.13-1.15.36-.46.27-1.08.64-2.19.64-1.11 0-1.73-.37-2.18-.64-.37-.23-.6-.36-1.15-.36s-.78.13-1.15.36c-.46.27-1.08.64-2.19.64v-2c.56 0 .78-.13 1.15-.36.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.23.59.36 1.15.36.56 0 .78-.13 1.15-.36.46-.27 1.08-.64 2.19-.64 1.11 0 1.73.37 2.18.64.37.22.6.36 1.15.36s.78-.13 1.15-.36c.45-.27 1.07-.64 2.18-.64s1.73.37 2.18.64c.37.23.59.36 1.15.36v2zm0-4.5c-1.11 0-1.73-.37-2.18-.64-.37-.22-.6-.36-1.15-.36-.56 0-.78.13-1.15.36-.45.27-1.07.64-2.18.64s-1.73-.37-2.18-.64c-.37-.22-.6-.36-1.15-.36-.56 0-.78.13-1.15.36-.45.27-1.07.64-2.18.64s-1.73-.37-2.18-.64c-.37-.22-.6-.36-1.15-.36s-.78.13-1.15.36c-.47.27-1.09.64-2.2.64v-2c.56 0 .78-.13 1.15-.36.45-.27 1.07-.64 2.18-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36.56 0 .78-.13 1.15-.36.45-.27 1.07-.64 2.18-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36s.78-.13 1.15-.36c.45-.27 1.07-.64 2.18-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36v2zM8.67 12c.56 0 .78-.13 1.15-.36.46-.27 1.08-.64 2.19-.64 1.11 0 1.73.37 2.18.64.37.22.6.36 1.15.36s.78-.13 1.15-.36c.12-.07.26-.15.41-.23L10.48 5C8.93 3.45 7.5 2.99 5 3v2.5c1.82-.01 2.89.39 4 1.5l1 1-3.25 3.25c.31.12.56.27.77.39.37.23.59.36 1.15.36z"}) (e "circle" #js {"cx" "16.5", "cy" "5.5", "r" "2.5"})]
"Pool"))
================================================
FILE: src/icons/reagent_mui/icons/pool_outlined.cljs
================================================
(ns reagent-mui.icons.pool-outlined
"Imports @mui/icons-material/PoolOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pool-outlined (create-svg-icon [(e "path" #js {"d" "m10 8-3.25 3.25c.31.12.56.27.77.39.37.23.59.36 1.15.36s.78-.13 1.15-.36c.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36.55 0 .78-.13 1.15-.36.12-.07.26-.15.41-.23L10.48 5C8.93 3.45 7.5 2.99 5 3v2.5c1.82-.01 2.89.39 4 1.5l1 1zm12 8.5h-.02.02zm-16.65-1c.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.06.63 2.16.64v-2c-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36v2c1.11 0 1.73-.37 2.2-.64.37-.23.6-.36 1.15-.36zM18.67 18c-1.11 0-1.73.37-2.18.64-.37.23-.6.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36s-.78-.13-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36v2c1.11 0 1.73-.37 2.19-.64.37-.23.6-.36 1.15-.36.55 0 .78.13 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.19-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.72-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64v-2c-.56 0-.78-.13-1.15-.36-.45-.27-1.07-.64-2.18-.64z"}) (e "circle" #js {"cx" "16.5", "cy" "5.5", "r" "2.5"})]
"PoolOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pool_rounded.cljs
================================================
(ns reagent-mui.icons.pool-rounded
"Imports @mui/icons-material/PoolRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pool-rounded (create-svg-icon [(e "path" #js {"d" "M6.11 5.56C7.3 5.7 8.14 6.14 9 7l1 1-3.25 3.25c.31.12.56.27.77.39.37.23.59.36 1.15.36s.78-.13 1.15-.36c.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36.55 0 .78-.13 1.15-.36.12-.07.26-.15.41-.23L10.48 5C9.22 3.74 8.04 3.2 6.3 3.05 5.6 2.99 5 3.56 5 4.26v.09c0 .63.49 1.13 1.11 1.21zm15.24 13.35c-.17-.06-.32-.15-.5-.27-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36s-.78-.13-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.18.11-.33.2-.5.27-.38.13-.65.45-.65.85v.12c0 .67.66 1.13 1.3.91.37-.13.65-.3.89-.44.37-.22.6-.35 1.15-.35.55 0 .78.13 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.19-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.72-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.23.14.51.31.88.44.63.22 1.3-.24 1.3-.91v-.12c0-.41-.27-.73-.65-.86zM3.11 16.35c.47-.13.81-.33 1.09-.49.37-.23.6-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.23.14.5.3.85.43.63.23 1.31-.24 1.31-.91v-.12c0-.4-.27-.72-.64-.86-.17-.06-.32-.15-.51-.26-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.18.11-.33.2-.5.27-.38.13-.65.45-.65.85v.23c0 .58.55 1.02 1.11.86z"}) (e "circle" #js {"cx" "16.5", "cy" "5.5", "r" "2.5"})]
"PoolRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pool_sharp.cljs
================================================
(ns reagent-mui.icons.pool-sharp
"Imports @mui/icons-material/PoolSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pool-sharp (create-svg-icon [(e "path" #js {"d" "m10 8-3.25 3.25c.31.12.56.27.77.39.37.23.59.36 1.15.36s.78-.13 1.15-.36c.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36.55 0 .78-.13 1.15-.36.12-.07.26-.15.41-.23L10.48 5 5 3v2.5L9 7l1 1zm12 8.5h-.02.02zm-16.65-1c.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.06.63 2.16.64v-2c-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36v2c1.11 0 1.73-.37 2.2-.64.37-.23.6-.36 1.15-.36zM18.67 18c-1.11 0-1.73.37-2.18.64-.37.23-.6.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36s-.78-.13-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36v2c1.11 0 1.73-.37 2.19-.64.37-.23.6-.36 1.15-.36.55 0 .78.13 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.19-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.72-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64v-2c-.56 0-.78-.13-1.15-.36-.45-.27-1.07-.64-2.18-.64z"}) (e "circle" #js {"cx" "16.5", "cy" "5.5", "r" "2.5"})]
"PoolSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pool_two_tone.cljs
================================================
(ns reagent-mui.icons.pool-two-tone
"Imports @mui/icons-material/PoolTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pool-two-tone (create-svg-icon [(e "path" #js {"d" "M22 21c-1.11 0-1.73-.37-2.18-.64-.37-.22-.6-.36-1.15-.36-.56 0-.78.13-1.15.36-.46.27-1.07.64-2.18.64s-1.73-.37-2.18-.64c-.37-.22-.6-.36-1.15-.36-.56 0-.78.13-1.15.36-.46.27-1.08.64-2.19.64s-1.73-.37-2.18-.64c-.37-.23-.6-.36-1.15-.36s-.78.13-1.15.36c-.46.27-1.08.64-2.19.64v-2c.56 0 .78-.13 1.15-.36.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.23.59.36 1.15.36.56 0 .78-.13 1.15-.36.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36s.78-.13 1.15-.36c.45-.27 1.07-.64 2.18-.64s1.73.37 2.18.64c.37.23.59.36 1.15.36v2zm0-4.5c-1.11 0-1.73-.37-2.18-.64-.37-.22-.6-.36-1.15-.36-.56 0-.78.13-1.15.36-.45.27-1.07.64-2.18.64s-1.73-.37-2.18-.64c-.37-.22-.6-.36-1.15-.36-.56 0-.78.13-1.15.36-.45.27-1.07.64-2.18.64s-1.73-.37-2.18-.64c-.37-.22-.6-.36-1.15-.36s-.78.13-1.15.36c-.47.27-1.09.64-2.2.64v-2c.56 0 .78-.13 1.15-.36.45-.27 1.07-.64 2.18-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36.56 0 .78-.13 1.15-.36.45-.27 1.07-.64 2.18-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36s.78-.13 1.15-.36c.45-.27 1.07-.64 2.18-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36v2H22zM8.67 12c.56 0 .78-.13 1.15-.36.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36s.78-.13 1.15-.36c.12-.07.26-.15.41-.23L10.48 5C8.93 3.45 7.5 2.99 5 3v2.5c1.82-.01 2.89.39 4 1.5l1 1-3.25 3.25c.31.12.56.27.77.39.37.23.59.36 1.15.36z", "opacity" ".3"}) (e "circle" #js {"cx" "16.5", "cy" "5.5", "r" "2.5", "opacity" ".3"}) (e "path" #js {"d" "M22 16.5h-.02.02zM10 8l-3.25 3.25c.31.12.56.27.77.39.37.23.59.36 1.15.36s.78-.13 1.15-.36c.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36.55 0 .78-.13 1.15-.36.12-.07.26-.15.41-.23L10.48 5C8.93 3.45 7.5 2.99 5 3v2.5c1.82-.01 2.89.39 4 1.5l1 1zm-4.65 7.5c.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.06.63 2.16.64v-2c-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36v2c1.11 0 1.73-.37 2.2-.64.37-.23.6-.36 1.15-.36zM18.67 18c-1.11 0-1.73.37-2.18.64-.37.23-.6.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36s-.78-.13-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36v2c1.11 0 1.73-.37 2.19-.64.37-.23.6-.36 1.15-.36.55 0 .78.13 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.19-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.72-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64v-2c-.56 0-.78-.13-1.15-.36-.45-.27-1.07-.64-2.18-.64z"}) (e "circle" #js {"cx" "16.5", "cy" "5.5", "r" "2.5"})]
"PoolTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/portable_wifi_off.cljs
================================================
(ns reagent-mui.icons.portable-wifi-off
"Imports @mui/icons-material/PortableWifiOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def portable-wifi-off (create-svg-icon (e "path" #js {"d" "M17.56 14.24c.28-.69.44-1.45.44-2.24 0-3.31-2.69-6-6-6-.79 0-1.55.16-2.24.44l1.62 1.62c.2-.03.41-.06.62-.06 2.21 0 4 1.79 4 4 0 .21-.02.42-.05.63l1.61 1.61zM12 4c4.42 0 8 3.58 8 8 0 1.35-.35 2.62-.95 3.74l1.47 1.47C21.46 15.69 22 13.91 22 12c0-5.52-4.48-10-10-10-1.91 0-3.69.55-5.21 1.47l1.46 1.46C9.37 4.34 10.65 4 12 4zM3.27 2.5 2 3.77l2.1 2.1C2.79 7.57 2 9.69 2 12c0 3.7 2.01 6.92 4.99 8.65l1-1.73C5.61 17.53 4 14.96 4 12c0-1.76.57-3.38 1.53-4.69l1.43 1.44C6.36 9.68 6 10.8 6 12c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45 0-.65.17-1.25.44-1.79l1.58 1.58L10 12c0 1.1.9 2 2 2l.21-.02.01.01 7.51 7.51L21 20.23 4.27 3.5l-1-1z"})
"PortableWifiOff"))
================================================
FILE: src/icons/reagent_mui/icons/portable_wifi_off_outlined.cljs
================================================
(ns reagent-mui.icons.portable-wifi-off-outlined
"Imports @mui/icons-material/PortableWifiOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def portable-wifi-off-outlined (create-svg-icon (e "path" #js {"d" "M3.42 2.36 2.01 3.78 4.1 5.87C2.79 7.57 2 9.69 2 12c0 3.7 2.01 6.92 4.99 8.65l1-1.73C5.61 17.53 4 14.96 4 12c0-1.76.57-3.38 1.53-4.69l1.43 1.44C6.36 9.68 6 10.8 6 12c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45 0-.65.17-1.25.44-1.79l1.58 1.58L10 12c0 1.1.9 2 2 2l.21-.02 7.52 7.52 1.41-1.41L3.42 2.36zm14.29 11.46c.18-.57.29-1.19.29-1.82 0-3.31-2.69-6-6-6-.63 0-1.25.11-1.82.29l1.72 1.72c.03 0 .06-.01.1-.01 2.21 0 4 1.79 4 4 0 .04-.01.07-.01.11l1.72 1.71zM12 4c4.42 0 8 3.58 8 8 0 1.2-.29 2.32-.77 3.35l1.49 1.49C21.53 15.4 22 13.76 22 12c0-5.52-4.48-10-10-10-1.76 0-3.4.48-4.84 1.28l1.48 1.48C9.66 4.28 10.8 4 12 4z"})
"PortableWifiOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/portable_wifi_off_rounded.cljs
================================================
(ns reagent-mui.icons.portable-wifi-off-rounded
"Imports @mui/icons-material/PortableWifiOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def portable-wifi-off-rounded (create-svg-icon (e "path" #js {"d" "M2.71 3.07c-.39.39-.39 1.02 0 1.41L4.1 5.87C2.79 7.57 2 9.69 2 12c0 3.3 1.6 6.22 4.06 8.04.48.35 1.16.21 1.46-.31.25-.43.14-.99-.26-1.29C5.29 16.98 4 14.65 4 12c0-1.76.57-3.38 1.53-4.69l1.43 1.44C6.36 9.68 6 10.8 6 12c0 1.8.8 3.41 2.06 4.51.46.4 1.19.25 1.5-.28l.01-.01c.24-.42.13-.94-.23-1.26C8.52 14.23 8 13.18 8 12c0-.65.17-1.25.44-1.79l1.58 1.58L10 12c0 1.1.9 2 2 2l.21-.02 6.81 6.81c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L4.13 3.07c-.39-.39-1.03-.39-1.42 0zm15 10.75c.18-.57.29-1.19.29-1.82 0-3.31-2.69-6-6-6-.63 0-1.25.11-1.82.29l1.72 1.72c.03 0 .06-.01.1-.01 2.21 0 4 1.79 4 4 0 .04-.01.07-.01.11l1.72 1.71zM12 4c4.42 0 8 3.58 8 8 0 1.2-.29 2.32-.77 3.35l1.49 1.49C21.53 15.4 22 13.76 22 12c0-5.52-4.48-10-10-10-1.76 0-3.4.48-4.84 1.28l1.48 1.48C9.66 4.28 10.8 4 12 4z"})
"PortableWifiOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/portable_wifi_off_sharp.cljs
================================================
(ns reagent-mui.icons.portable-wifi-off-sharp
"Imports @mui/icons-material/PortableWifiOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def portable-wifi-off-sharp (create-svg-icon (e "path" #js {"d" "M3.42 2.36 2.01 3.78 4.1 5.87C2.79 7.57 2 9.69 2 12c0 3.7 2.01 6.92 4.99 8.65l1-1.73C5.61 17.53 4 14.96 4 12c0-1.76.57-3.38 1.53-4.69l1.43 1.44C6.36 9.68 6 10.8 6 12c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45 0-.65.17-1.25.44-1.79l1.58 1.58L10 12c0 1.1.9 2 2 2l.21-.02 7.52 7.52 1.41-1.41L3.42 2.36zm14.29 11.46c.18-.57.29-1.19.29-1.82 0-3.31-2.69-6-6-6-.63 0-1.25.11-1.82.29l1.72 1.72c.03 0 .06-.01.1-.01 2.21 0 4 1.79 4 4 0 .04-.01.07-.01.11l1.72 1.71zM12 4c4.42 0 8 3.58 8 8 0 1.2-.29 2.32-.77 3.35l1.49 1.49C21.53 15.4 22 13.76 22 12c0-5.52-4.48-10-10-10-1.76 0-3.4.48-4.84 1.28l1.48 1.48C9.66 4.28 10.8 4 12 4z"})
"PortableWifiOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/portable_wifi_off_two_tone.cljs
================================================
(ns reagent-mui.icons.portable-wifi-off-two-tone
"Imports @mui/icons-material/PortableWifiOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def portable-wifi-off-two-tone (create-svg-icon (e "path" #js {"d" "M3.42 2.36 2.01 3.78 4.1 5.87C2.79 7.57 2 9.69 2 12c0 3.7 2.01 6.92 4.99 8.65l1-1.73C5.61 17.53 4 14.96 4 12c0-1.76.57-3.38 1.53-4.69l1.43 1.44C6.36 9.68 6 10.8 6 12c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45 0-.65.17-1.25.44-1.79l1.58 1.58L10 12c0 1.1.9 2 2 2l.21-.02 7.52 7.52 1.41-1.41L3.42 2.36zm14.29 11.46c.18-.57.29-1.19.29-1.82 0-3.31-2.69-6-6-6-.63 0-1.25.11-1.82.29l1.72 1.72c.03 0 .06-.01.1-.01 2.21 0 4 1.79 4 4 0 .04-.01.07-.01.11l1.72 1.71zM12 4c4.42 0 8 3.58 8 8 0 1.2-.29 2.32-.77 3.35l1.49 1.49C21.53 15.4 22 13.76 22 12c0-5.52-4.48-10-10-10-1.76 0-3.4.48-4.84 1.28l1.48 1.48C9.66 4.28 10.8 4 12 4z"})
"PortableWifiOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/portrait.cljs
================================================
(ns reagent-mui.icons.portrait
"Imports @mui/icons-material/Portrait as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def portrait (create-svg-icon (e "path" #js {"d" "M12 12.25c1.24 0 2.25-1.01 2.25-2.25S13.24 7.75 12 7.75 9.75 8.76 9.75 10s1.01 2.25 2.25 2.25zm4.5 4c0-1.5-3-2.25-4.5-2.25s-4.5.75-4.5 2.25V17h9v-.75zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})
"Portrait"))
================================================
FILE: src/icons/reagent_mui/icons/portrait_outlined.cljs
================================================
(ns reagent-mui.icons.portrait-outlined
"Imports @mui/icons-material/PortraitOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def portrait-outlined (create-svg-icon (e "path" #js {"d" "M12 12c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm6 8.58c0-2.5-3.97-3.58-6-3.58s-6 1.08-6 3.58V18h12v-1.42zM8.48 16c.74-.51 2.23-1 3.52-1s2.78.49 3.52 1H8.48zM19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})
"PortraitOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/portrait_rounded.cljs
================================================
(ns reagent-mui.icons.portrait-rounded
"Imports @mui/icons-material/PortraitRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def portrait-rounded (create-svg-icon (e "path" #js {"d" "M12 12.25c1.24 0 2.25-1.01 2.25-2.25S13.24 7.75 12 7.75 9.75 8.76 9.75 10s1.01 2.25 2.25 2.25zm4.5 4c0-1.5-3-2.25-4.5-2.25s-4.5.75-4.5 2.25V17h9v-.75zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1z"})
"PortraitRounded"))
================================================
FILE: src/icons/reagent_mui/icons/portrait_sharp.cljs
================================================
(ns reagent-mui.icons.portrait-sharp
"Imports @mui/icons-material/PortraitSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def portrait-sharp (create-svg-icon (e "path" #js {"d" "M12 12.25c1.24 0 2.25-1.01 2.25-2.25S13.24 7.75 12 7.75 9.75 8.76 9.75 10s1.01 2.25 2.25 2.25zm4.5 4c0-1.5-3-2.25-4.5-2.25s-4.5.75-4.5 2.25V17h9v-.75zM21 3H3v18h18V3zm-2 16H5V5h14v14z"})
"PortraitSharp"))
================================================
FILE: src/icons/reagent_mui/icons/portrait_two_tone.cljs
================================================
(ns reagent-mui.icons.portrait-two-tone
"Imports @mui/icons-material/PortraitTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def portrait-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm7-13c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3zM6 16.58C6 14.08 9.97 13 12 13s6 1.08 6 3.58V18H6v-1.42z", "opacity" ".3"}) (e "path" #js {"d" "M12 12c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm6 8.58c0-2.5-3.97-3.58-6-3.58s-6 1.08-6 3.58V18h12v-1.42zM8.48 16c.74-.51 2.23-1 3.52-1s2.78.49 3.52 1H8.48zM19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})]
"PortraitTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/post_add.cljs
================================================
(ns reagent-mui.icons.post-add
"Imports @mui/icons-material/PostAdd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def post-add (create-svg-icon [(e "path" #js {"d" "M17 19.22H5V7h7V5H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-7h-2v7.22z"}) (e "path" #js {"d" "M19 2h-2v3h-3c.01.01 0 2 0 2h3v2.99c.01.01 2 0 2 0V7h3V5h-3V2zM7 9h8v2H7zm0 3v2h8v-2h-3zm0 3h8v2H7z"})]
"PostAdd"))
================================================
FILE: src/icons/reagent_mui/icons/post_add_outlined.cljs
================================================
(ns reagent-mui.icons.post-add-outlined
"Imports @mui/icons-material/PostAddOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def post-add-outlined (create-svg-icon [(e "path" #js {"d" "M17 19.22H5V7h7V5H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-7h-2v7.22z"}) (e "path" #js {"d" "M19 2h-2v3h-3c.01.01 0 2 0 2h3v2.99c.01.01 2 0 2 0V7h3V5h-3V2zM7 9h8v2H7zm0 3v2h8v-2h-3zm0 3h8v2H7z"})]
"PostAddOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/post_add_rounded.cljs
================================================
(ns reagent-mui.icons.post-add-rounded
"Imports @mui/icons-material/PostAddRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def post-add-rounded (create-svg-icon [(e "path" #js {"d" "M18 12c-.55 0-1 .45-1 1v5.22c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1zm3.02-7H19V2.98c0-.54-.44-.98-.98-.98h-.03c-.55 0-.99.44-.99.98V5h-2.01c-.54 0-.98.44-.99.98v.03c0 .55.44.99.99.99H17v2.01c0 .54.44.99.99.98h.03c.54 0 .98-.44.98-.98V7h2.02c.54 0 .98-.44.98-.98v-.04c0-.54-.44-.98-.98-.98z"}) (e "path" #js {"d" "M14 9H8c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm0 3H8c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm0 3H8c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z"})]
"PostAddRounded"))
================================================
FILE: src/icons/reagent_mui/icons/post_add_sharp.cljs
================================================
(ns reagent-mui.icons.post-add-sharp
"Imports @mui/icons-material/PostAddSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def post-add-sharp (create-svg-icon [(e "path" #js {"d" "M17 19.22H5V7h7V5H3v16h16v-9h-2z"}) (e "path" #js {"d" "M19 2h-2v3h-3c.01.01 0 2 0 2h3v2.99c.01.01 2 0 2 0V7h3V5h-3V2zM7 9h8v2H7zm0 3v2h8v-2h-3zm0 3h8v2H7z"})]
"PostAddSharp"))
================================================
FILE: src/icons/reagent_mui/icons/post_add_two_tone.cljs
================================================
(ns reagent-mui.icons.post-add-two-tone
"Imports @mui/icons-material/PostAddTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def post-add-two-tone (create-svg-icon [(e "path" #js {"d" "M17 19.22H5V7h7V5H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-7h-2v7.22z"}) (e "path" #js {"d" "M19 2h-2v3h-3c.01.01 0 2 0 2h3v2.99c.01.01 2 0 2 0V7h3V5h-3V2zM7 9h8v2H7zm0 3v2h8v-2h-3zm0 3h8v2H7z"})]
"PostAddTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/power.cljs
================================================
(ns reagent-mui.icons.power
"Imports @mui/icons-material/Power as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power (create-svg-icon (e "path" #js {"d" "M16.01 7 16 3h-2v4h-4V3H8v4h-.01C7 6.99 6 7.99 6 8.99v5.49L9.5 18v3h5v-3l3.5-3.51v-5.5c0-1-1-2-1.99-1.99z"})
"Power"))
================================================
FILE: src/icons/reagent_mui/icons/power_input.cljs
================================================
(ns reagent-mui.icons.power-input
"Imports @mui/icons-material/PowerInput as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-input (create-svg-icon (e "path" #js {"d" "M2 9v2h19V9H2zm0 6h5v-2H2v2zm7 0h5v-2H9v2zm7 0h5v-2h-5v2z"})
"PowerInput"))
================================================
FILE: src/icons/reagent_mui/icons/power_input_outlined.cljs
================================================
(ns reagent-mui.icons.power-input-outlined
"Imports @mui/icons-material/PowerInputOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-input-outlined (create-svg-icon (e "path" #js {"d" "M2 9v2h19V9H2zm0 6h5v-2H2v2zm7 0h5v-2H9v2zm7 0h5v-2h-5v2z"})
"PowerInputOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/power_input_rounded.cljs
================================================
(ns reagent-mui.icons.power-input-rounded
"Imports @mui/icons-material/PowerInputRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-input-rounded (create-svg-icon (e "path" #js {"d" "M2 10c0 .55.45 1 1 1h17c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1zm1 5h3c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1zm7 0h3c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1s.45 1 1 1zm7 0h3c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1s.45 1 1 1z"})
"PowerInputRounded"))
================================================
FILE: src/icons/reagent_mui/icons/power_input_sharp.cljs
================================================
(ns reagent-mui.icons.power-input-sharp
"Imports @mui/icons-material/PowerInputSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-input-sharp (create-svg-icon (e "path" #js {"d" "M2 9v2h19V9H2zm0 6h5v-2H2v2zm7 0h5v-2H9v2zm7 0h5v-2h-5v2z"})
"PowerInputSharp"))
================================================
FILE: src/icons/reagent_mui/icons/power_input_two_tone.cljs
================================================
(ns reagent-mui.icons.power-input-two-tone
"Imports @mui/icons-material/PowerInputTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-input-two-tone (create-svg-icon (e "path" #js {"d" "M2 9v2h19V9H2zm0 6h5v-2H2v2zm7 0h5v-2H9v2zm7 0h5v-2h-5v2z"})
"PowerInputTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/power_off.cljs
================================================
(ns reagent-mui.icons.power-off
"Imports @mui/icons-material/PowerOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-off (create-svg-icon (e "path" #js {"d" "M18 14.49V9c0-1-1.01-2.01-2-2V3h-2v4h-4V3H8v2.48l9.51 9.5.49-.49zm-1.76 1.77L7.2 7.2l-.01.01L3.98 4 2.71 5.25l3.36 3.36C6.04 8.74 6 8.87 6 9v5.48L9.5 18v3h5v-3l.48-.48L19.45 22l1.26-1.28-4.47-4.46z"})
"PowerOff"))
================================================
FILE: src/icons/reagent_mui/icons/power_off_outlined.cljs
================================================
(ns reagent-mui.icons.power-off-outlined
"Imports @mui/icons-material/PowerOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-off-outlined (create-svg-icon (e "path" #js {"d" "M10 3H8v1.88l2 2zm6 6v3.88l1.8 1.8.2-.2V9c0-1.1-.9-2-2-2V3h-2v4h-3.88l2 2H16zM4.12 3.84 2.71 5.25 6 8.54v5.96L9.5 18v3h5v-3l.48-.48 4.47 4.47 1.41-1.41L4.12 3.84zm8.38 13.33V19h-1v-1.83L8 13.65v-3.11l5.57 5.57-1.07 1.06z"})
"PowerOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/power_off_rounded.cljs
================================================
(ns reagent-mui.icons.power-off-rounded
"Imports @mui/icons-material/PowerOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-off-rounded (create-svg-icon (e "path" #js {"d" "M18 13.66V8.99c0-1-1.01-2-2-1.99V4c0-.55-.45-1-1-1s-1 .45-1 1v3h-3.88l7.63 7.63c.15-.3.25-.63.25-.97zM10 4c0-.55-.45-1-1-1s-1 .45-1 1v.88l2 2V4zm10.15 15.86-7.66-7.66-5.1-5.1-2.56-2.56a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l2.63 2.63c-.03.13-.05.27-.05.41v4.66c0 .53.21 1.04.58 1.41L9.5 18v2c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-2l.48-.48 3.76 3.76c.39.39 1.02.39 1.41 0 .39-.39.39-1.03 0-1.42z"})
"PowerOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/power_off_sharp.cljs
================================================
(ns reagent-mui.icons.power-off-sharp
"Imports @mui/icons-material/PowerOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-off-sharp (create-svg-icon (e "path" #js {"d" "M18 14.49V9c0-1.1-.9-2-2-2V3h-2v4h-3.88l7.69 7.69.19-.2zM10 3H8v1.88l2 2zm-5.88.84L2.71 5.25l3.34 3.34c-.03.13-.05.27-.05.4v5.51L9.5 18v3h5v-3l.48-.48 4.47 4.47 1.41-1.41L4.12 3.84z"})
"PowerOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/power_off_two_tone.cljs
================================================
(ns reagent-mui.icons.power-off-two-tone
"Imports @mui/icons-material/PowerOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-off-two-tone (create-svg-icon [(e "path" #js {"d" "M12.12 9 16 12.88V9zm-.62 8.17V19h1v-1.83l1.07-1.06L8 10.54v3.11z", "opacity" ".3"}) (e "path" #js {"d" "M10 3H8v1.88l2 2zm6 6v3.88l1.8 1.8.2-.2V9c0-1.1-.9-2-2-2V3h-2v4h-3.88l2 2H16zM4.12 3.84 2.71 5.25 6 8.54v5.96L9.5 18v3h5v-3l.48-.48 4.47 4.47 1.41-1.41L4.12 3.84zm8.38 13.33V19h-1v-1.83L8 13.65v-3.11l5.57 5.57-1.07 1.06z"})]
"PowerOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/power_outlined.cljs
================================================
(ns reagent-mui.icons.power-outlined
"Imports @mui/icons-material/PowerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-outlined (create-svg-icon (e "path" #js {"d" "M16 9v4.66l-3.5 3.51V19h-1v-1.83L8 13.65V9h8m0-6h-2v4h-4V3H8v4h-.01C6.9 6.99 6 7.89 6 8.98v5.52L9.5 18v3h5v-3l3.5-3.51V9c0-1.1-.9-2-2-2V3z"})
"PowerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/power_rounded.cljs
================================================
(ns reagent-mui.icons.power-rounded
"Imports @mui/icons-material/PowerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-rounded (create-svg-icon (e "path" #js {"d" "M16.01 7 16 4c0-.55-.45-1-1-1s-1 .45-1 1v3h-4V4c0-.55-.45-1-1-1s-1 .45-1 1v3h-.01C6.9 7 6 7.9 6 8.99v4.66c0 .53.21 1.04.58 1.41L9.5 18v2c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-2l2.92-2.92c.37-.38.58-.89.58-1.42V8.99C18 7.89 17.11 7 16.01 7z"})
"PowerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/power_settings_new.cljs
================================================
(ns reagent-mui.icons.power-settings-new
"Imports @mui/icons-material/PowerSettingsNew as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-settings-new (create-svg-icon (e "path" #js {"d" "M13 3h-2v10h2V3zm4.83 2.17-1.42 1.42C17.99 7.86 19 9.81 19 12c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.19 1.01-4.14 2.58-5.42L6.17 5.17C4.23 6.82 3 9.26 3 12c0 4.97 4.03 9 9 9s9-4.03 9-9c0-2.74-1.23-5.18-3.17-6.83z"})
"PowerSettingsNew"))
================================================
FILE: src/icons/reagent_mui/icons/power_settings_new_outlined.cljs
================================================
(ns reagent-mui.icons.power-settings-new-outlined
"Imports @mui/icons-material/PowerSettingsNewOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-settings-new-outlined (create-svg-icon (e "path" #js {"d" "M13 3h-2v10h2V3zm4.83 2.17-1.42 1.42C17.99 7.86 19 9.81 19 12c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.19 1.01-4.14 2.58-5.42L6.17 5.17C4.23 6.82 3 9.26 3 12c0 4.97 4.03 9 9 9s9-4.03 9-9c0-2.74-1.23-5.18-3.17-6.83z"})
"PowerSettingsNewOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/power_settings_new_rounded.cljs
================================================
(ns reagent-mui.icons.power-settings-new-rounded
"Imports @mui/icons-material/PowerSettingsNewRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-settings-new-rounded (create-svg-icon (e "path" #js {"d" "M12 3c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1zm5.14 2.86c-.39.39-.38 1-.01 1.39 1.13 1.2 1.83 2.8 1.87 4.57.09 3.83-3.08 7.13-6.91 7.17C8.18 19.05 5 15.9 5 12c0-1.84.71-3.51 1.87-4.76.37-.39.37-1-.01-1.38-.4-.4-1.05-.39-1.43.02C3.98 7.42 3.07 9.47 3 11.74c-.14 4.88 3.83 9.1 8.71 9.25 5.1.16 9.29-3.93 9.29-9 0-2.37-.92-4.51-2.42-6.11-.38-.41-1.04-.42-1.44-.02z"})
"PowerSettingsNewRounded"))
================================================
FILE: src/icons/reagent_mui/icons/power_settings_new_sharp.cljs
================================================
(ns reagent-mui.icons.power-settings-new-sharp
"Imports @mui/icons-material/PowerSettingsNewSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-settings-new-sharp (create-svg-icon (e "path" #js {"d" "M13 3h-2v10h2V3zm4.83 2.17-1.42 1.42C17.99 7.86 19 9.81 19 12c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.19 1.01-4.14 2.58-5.42L6.17 5.17C4.23 6.82 3 9.26 3 12c0 4.97 4.03 9 9 9s9-4.03 9-9c0-2.74-1.23-5.18-3.17-6.83z"})
"PowerSettingsNewSharp"))
================================================
FILE: src/icons/reagent_mui/icons/power_settings_new_two_tone.cljs
================================================
(ns reagent-mui.icons.power-settings-new-two-tone
"Imports @mui/icons-material/PowerSettingsNewTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-settings-new-two-tone (create-svg-icon (e "path" #js {"d" "M13 3h-2v10h2V3zm4.83 2.17-1.42 1.42C17.99 7.86 19 9.81 19 12c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.19 1.01-4.14 2.58-5.42L6.17 5.17C4.23 6.82 3 9.26 3 12c0 4.97 4.03 9 9 9s9-4.03 9-9c0-2.74-1.23-5.18-3.17-6.83z"})
"PowerSettingsNewTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/power_sharp.cljs
================================================
(ns reagent-mui.icons.power-sharp
"Imports @mui/icons-material/PowerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-sharp (create-svg-icon (e "path" #js {"d" "M16 7V3h-2v4h-4V3H8v4H6v7.5L9.5 18v3h5v-3l3.5-3.51V7h-2z"})
"PowerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/power_two_tone.cljs
================================================
(ns reagent-mui.icons.power-two-tone
"Imports @mui/icons-material/PowerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def power-two-tone (create-svg-icon [(e "path" #js {"d" "m8 13.65 3.5 3.52V19h1v-1.83l3.5-3.51V9H8z", "opacity" ".3"}) (e "path" #js {"d" "M16 7V3h-2v4h-4V3H8v4h-.01C6.89 7 6 7.89 6 8.98v5.52L9.5 18v3h5v-3l3.5-3.5V9c0-1.1-.9-2-2-2zm0 6.66-3.5 3.51V19h-1v-1.83L8 13.65V9h8v4.66z"})]
"PowerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/precision_manufacturing.cljs
================================================
(ns reagent-mui.icons.precision-manufacturing
"Imports @mui/icons-material/PrecisionManufacturing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def precision-manufacturing (create-svg-icon (e "path" #js {"d" "m19.93 8.21-3.6 1.68L14 7.7V6.3l2.33-2.19 3.6 1.68c.38.18.82.01 1-.36.18-.38.01-.82-.36-1L16.65 2.6c-.38-.18-.83-.1-1.13.2l-1.74 1.6c-.18-.24-.46-.4-.78-.4-.55 0-1 .45-1 1v1H8.82C8.34 4.65 6.98 3.73 5.4 4.07c-1.16.25-2.15 1.25-2.36 2.43-.22 1.32.46 2.47 1.48 3.08L7.08 18H4v3h13v-3h-3.62L8.41 8.77c.17-.24.31-.49.41-.77H12v1c0 .55.45 1 1 1 .32 0 .6-.16.78-.4l1.74 1.6c.3.3.75.38 1.13.2l3.92-1.83c.38-.18.54-.62.36-1-.18-.37-.62-.54-1-.36zM6 8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"PrecisionManufacturing"))
================================================
FILE: src/icons/reagent_mui/icons/precision_manufacturing_outlined.cljs
================================================
(ns reagent-mui.icons.precision-manufacturing-outlined
"Imports @mui/icons-material/PrecisionManufacturingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def precision-manufacturing-outlined (create-svg-icon (e "path" #js {"d" "m19.93 8.35-3.6 1.68L14 7.7V6.3l2.33-2.33 3.6 1.68c.38.18.82.01 1-.36.18-.38.01-.82-.36-1l-3.92-1.83c-.38-.18-.83-.1-1.13.2L13.78 4.4c-.18-.24-.46-.4-.78-.4-.55 0-1 .45-1 1v1H8.82C8.4 4.84 7.3 4 6 4 4.34 4 3 5.34 3 7c0 1.1.6 2.05 1.48 2.58L7.08 18H6c-1.1 0-2 .9-2 2v1h13v-1c0-1.1-.9-2-2-2h-1.62L8.41 8.77c.17-.24.31-.49.41-.77H12v1c0 .55.45 1 1 1 .32 0 .6-.16.78-.4l1.74 1.74c.3.3.75.38 1.13.2l3.92-1.83c.38-.18.54-.62.36-1-.18-.37-.62-.54-1-.36zM6 8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm5.11 10H9.17l-2.46-8h.1l4.3 8z"})
"PrecisionManufacturingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/precision_manufacturing_rounded.cljs
================================================
(ns reagent-mui.icons.precision-manufacturing-rounded
"Imports @mui/icons-material/PrecisionManufacturingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def precision-manufacturing-rounded (create-svg-icon (e "path" #js {"d" "m19.93 8.35-3.6 1.68L14 7.7V6.3l2.33-2.33 3.6 1.68c.38.18.82.01 1-.36.18-.38.01-.82-.36-1l-3.92-1.83c-.38-.18-.83-.1-1.13.2L13.78 4.4c-.18-.24-.46-.4-.78-.4-.55 0-1 .45-1 1v1H8.82C8.34 4.66 6.96 3.75 5.4 4.06c-1.17.23-2.13 1.19-2.35 2.36-.25 1.34.4 2.54 1.43 3.16L7.08 18H5.5c-.83 0-1.5.67-1.5 1.5S4.67 21 5.5 21h10c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5h-2.12L8.41 8.77c.17-.24.31-.49.41-.77H12v1c0 .55.45 1 1 1 .32 0 .6-.16.78-.4l1.74 1.74c.3.3.75.38 1.13.2l3.92-1.83c.38-.18.54-.62.36-1-.18-.37-.62-.54-1-.36zM6 8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"PrecisionManufacturingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/precision_manufacturing_sharp.cljs
================================================
(ns reagent-mui.icons.precision-manufacturing-sharp
"Imports @mui/icons-material/PrecisionManufacturingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def precision-manufacturing-sharp (create-svg-icon (e "path" #js {"d" "M14 10v-.18l2.01 2.01 5.23-2.44-.63-1.36-4.28 2L14 7.7V6.3l2.33-2.33 4.28 2 .63-1.36-5.23-2.44L14 4.18V4h-2v2H8.82C8.4 4.84 7.3 4 6 4 4.34 4 3 5.34 3 7c0 1.1.6 2.05 1.48 2.58L7.08 18H4v3h13v-3h-3.62L8.41 8.76c.17-.23.31-.48.41-.76H12v2h2zM6 8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"PrecisionManufacturingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/precision_manufacturing_two_tone.cljs
================================================
(ns reagent-mui.icons.precision-manufacturing-two-tone
"Imports @mui/icons-material/PrecisionManufacturingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def precision-manufacturing-two-tone (create-svg-icon [(e "path" #js {"d" "m6.71 10 2.46 8h1.94l-4.3-8z", "opacity" ".3"}) (e "circle" #js {"cx" "6", "cy" "7", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "m19.93 8.35-3.6 1.68L14 7.7V6.3l2.33-2.33 3.6 1.68c.38.18.82.01 1-.36.18-.38.01-.82-.36-1l-3.92-1.83c-.38-.18-.83-.1-1.13.2L13.78 4.4c-.18-.24-.46-.4-.78-.4-.55 0-1 .45-1 1v1H8.82C8.4 4.84 7.3 4 6 4 4.34 4 3 5.34 3 7c0 1.1.6 2.05 1.48 2.58L7.08 18H6c-1.1 0-2 .9-2 2v1h13v-1c0-1.1-.9-2-2-2h-1.62L8.41 8.77c.17-.24.31-.49.41-.77H12v1c0 .55.45 1 1 1 .32 0 .6-.16.78-.4l1.74 1.74c.3.3.75.38 1.13.2l3.92-1.83c.38-.18.54-.62.36-1-.18-.37-.62-.54-1-.36zM6 8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm5.11 10H9.17l-2.46-8h.1l4.3 8z"})]
"PrecisionManufacturingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/pregnant_woman.cljs
================================================
(ns reagent-mui.icons.pregnant-woman
"Imports @mui/icons-material/PregnantWoman as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pregnant-woman (create-svg-icon (e "path" #js {"d" "M9 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm7 9c-.01-1.34-.83-2.51-2-3 0-1.66-1.34-3-3-3s-3 1.34-3 3v7h2v5h3v-5h3v-4z"})
"PregnantWoman"))
================================================
FILE: src/icons/reagent_mui/icons/pregnant_woman_outlined.cljs
================================================
(ns reagent-mui.icons.pregnant-woman-outlined
"Imports @mui/icons-material/PregnantWomanOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pregnant-woman-outlined (create-svg-icon (e "path" #js {"d" "M9 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm7 9c-.01-1.34-.83-2.51-2-3 0-1.66-1.34-3-3-3s-3 1.34-3 3v7h2v5h3v-5h3v-4z"})
"PregnantWomanOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/pregnant_woman_rounded.cljs
================================================
(ns reagent-mui.icons.pregnant-woman-rounded
"Imports @mui/icons-material/PregnantWomanRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pregnant-woman-rounded (create-svg-icon (e "path" #js {"d" "M9 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm7 9c-.01-1.34-.83-2.51-2-3 0-1.71-1.42-3.08-3.16-3C9.22 7.09 8 8.54 8 10.16V16c0 .55.45 1 1 1h1v3.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V17h2c.55 0 1-.45 1-1v-3z"})
"PregnantWomanRounded"))
================================================
FILE: src/icons/reagent_mui/icons/pregnant_woman_sharp.cljs
================================================
(ns reagent-mui.icons.pregnant-woman-sharp
"Imports @mui/icons-material/PregnantWomanSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pregnant-woman-sharp (create-svg-icon (e "path" #js {"d" "M9 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm7 9c-.01-1.34-.83-2.51-2-3 0-1.66-1.34-3-3-3s-3 1.34-3 3v7h2v5h3v-5h3v-4z"})
"PregnantWomanSharp"))
================================================
FILE: src/icons/reagent_mui/icons/pregnant_woman_two_tone.cljs
================================================
(ns reagent-mui.icons.pregnant-woman-two-tone
"Imports @mui/icons-material/PregnantWomanTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def pregnant-woman-two-tone (create-svg-icon (e "path" #js {"d" "M9 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm7 9c-.01-1.34-.83-2.51-2-3 0-1.66-1.34-3-3-3s-3 1.34-3 3v7h2v5h3v-5h3v-4z"})
"PregnantWomanTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/present_to_all.cljs
================================================
(ns reagent-mui.icons.present-to-all
"Imports @mui/icons-material/PresentToAll as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def present-to-all (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h18c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zm0 16.02H3V4.98h18v14.04zM10 12H8l4-4 4 4h-2v4h-4v-4z"})
"PresentToAll"))
================================================
FILE: src/icons/reagent_mui/icons/present_to_all_outlined.cljs
================================================
(ns reagent-mui.icons.present-to-all-outlined
"Imports @mui/icons-material/PresentToAllOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def present-to-all-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h18c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zm0 16.02H3V4.98h18v14.04zM10 12H8l4-4 4 4h-2v4h-4v-4z"})
"PresentToAllOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/present_to_all_rounded.cljs
================================================
(ns reagent-mui.icons.present-to-all-rounded
"Imports @mui/icons-material/PresentToAllRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def present-to-all-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h18c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zm-1 16.02H4c-.55 0-1-.45-1-1V5.98c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12.04c0 .55-.45 1-1 1zM10 12H8l3.65-3.65c.2-.2.51-.2.71 0L16 12h-2v4h-4v-4z"})
"PresentToAllRounded"))
================================================
FILE: src/icons/reagent_mui/icons/present_to_all_sharp.cljs
================================================
(ns reagent-mui.icons.present-to-all-sharp
"Imports @mui/icons-material/PresentToAllSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def present-to-all-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v18h22V3zm-2 16.02H3V4.98h18v14.04zM10 12H8l4-4 4 4h-2v4h-4v-4z"})
"PresentToAllSharp"))
================================================
FILE: src/icons/reagent_mui/icons/present_to_all_two_tone.cljs
================================================
(ns reagent-mui.icons.present-to-all-two-tone
"Imports @mui/icons-material/PresentToAllTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def present-to-all-two-tone (create-svg-icon [(e "path" #js {"d" "M3 19.02h18V4.98H3v14.04zM12 8l4 4h-2v4h-4v-4H8l4-4z", "opacity" ".3"}) (e "path" #js {"d" "M10 16h4v-4h2l-4-4-4 4h2zM21 3H3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h18c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zm0 16.02H3V4.98h18v14.04z"})]
"PresentToAllTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/preview.cljs
================================================
(ns reagent-mui.icons.preview
"Imports @mui/icons-material/Preview as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def preview (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V7h14v12zm-5.5-6c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5zM12 9c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4zm0 6.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})
"Preview"))
================================================
FILE: src/icons/reagent_mui/icons/preview_outlined.cljs
================================================
(ns reagent-mui.icons.preview-outlined
"Imports @mui/icons-material/PreviewOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def preview-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V7h14v12zm-7-8.5c1.84 0 3.48.96 4.34 2.5-.86 1.54-2.5 2.5-4.34 2.5s-3.48-.96-4.34-2.5c.86-1.54 2.5-2.5 4.34-2.5M12 9c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4zm0 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"PreviewOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/preview_rounded.cljs
================================================
(ns reagent-mui.icons.preview-rounded
"Imports @mui/icons-material/PreviewRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def preview-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V7h14v12zm-5.5-6c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5zM12 9c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4zm0 6.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})
"PreviewRounded"))
================================================
FILE: src/icons/reagent_mui/icons/preview_sharp.cljs
================================================
(ns reagent-mui.icons.preview-sharp
"Imports @mui/icons-material/PreviewSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def preview-sharp (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm16 16H5V7h14v12zm-5.5-6c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5zM12 9c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4zm0 6.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})
"PreviewSharp"))
================================================
FILE: src/icons/reagent_mui/icons/preview_two_tone.cljs
================================================
(ns reagent-mui.icons.preview-two-tone
"Imports @mui/icons-material/PreviewTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def preview-two-tone (create-svg-icon [(e "path" #js {"d" "M19 19H5V7h14v12zm-7-8.5c1.84 0 3.48.96 4.34 2.5-.86 1.54-2.5 2.5-4.34 2.5s-3.48-.96-4.34-2.5c.86-1.54 2.5-2.5 4.34-2.5M12 9c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4zm0 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V7h14v12zm-7-8.5c1.84 0 3.48.96 4.34 2.5-.86 1.54-2.5 2.5-4.34 2.5s-3.48-.96-4.34-2.5c.86-1.54 2.5-2.5 4.34-2.5M12 9c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4zm0 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})]
"PreviewTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/price_change.cljs
================================================
(ns reagent-mui.icons.price-change
"Imports @mui/icons-material/PriceChange as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def price-change (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm-8 6H8v1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-1v1H8v-1H6v-2h4v-1H7c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1h1V7h2v1h2v2zm4 6.25-2-2h4l-2 2zM14 10l2-2 2 2h-4z"})
"PriceChange"))
================================================
FILE: src/icons/reagent_mui/icons/price_change_outlined.cljs
================================================
(ns reagent-mui.icons.price-change-outlined
"Imports @mui/icons-material/PriceChangeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def price-change-outlined (create-svg-icon (e "path" #js {"d" "M8 17h2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1H8v-1h4V8h-2V7H8v1H7c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3v1H6v2h2v1zM20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4V6h16v12zm-6-8 2-2 2 2m0 4.25-2 2-2-2"})
"PriceChangeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/price_change_rounded.cljs
================================================
(ns reagent-mui.icons.price-change-rounded
"Imports @mui/icons-material/PriceChangeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def price-change-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm-9 6H8v1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-1c0 .55-.45 1-1 1s-1-.45-1-1H7c-.55 0-1-.45-1-1s.45-1 1-1h3v-1H7c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1h1c0-.55.45-1 1-1s1 .45 1 1h1c.55 0 1 .45 1 1s-.45 1-1 1zm4.65 5.9L14 14.25h4l-1.65 1.65c-.19.19-.51.19-.7 0zM14 10l1.65-1.65c.2-.2.51-.2.71 0L18 10h-4z"})
"PriceChangeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/price_change_sharp.cljs
================================================
(ns reagent-mui.icons.price-change-sharp
"Imports @mui/icons-material/PriceChangeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def price-change-sharp (create-svg-icon (e "path" #js {"d" "M2 4v16h20V4H2zm10 6H8v1h4v5h-2v1H8v-1H6v-2h4v-1H6V8h2V7h2v1h2v2zm4 6.25-2-2h4l-2 2zM14 10l2-2 2 2h-4z"})
"PriceChangeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/price_change_two_tone.cljs
================================================
(ns reagent-mui.icons.price-change-two-tone
"Imports @mui/icons-material/PriceChangeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def price-change-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18h16V6H4v12zM16 8l2 2h-4l2-2zm2 6.25-2 2-2-2h4zM6 14h4v-1H7c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1h1V7h2v1h2v2H8v1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-1v1H8v-1H6v-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4V6h16v12z"}) (e "path" #js {"d" "M8 17h2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1H8v-1h4V8h-2V7H8v1H7c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3v1H6v2h2v1zm8-9-2 2h4zm2 6.25h-4l2 2z"})]
"PriceChangeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/price_check.cljs
================================================
(ns reagent-mui.icons.price-check
"Imports @mui/icons-material/PriceCheck as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def price-check (create-svg-icon (e "path" #js {"d" "M12 13V9c0-.55-.45-1-1-1H7V6h5V4H9.5V3h-2v1H6c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4v2H5v2h2.5v1h2v-1H11c.55 0 1-.45 1-1zm7.59-.48-5.66 5.65-2.83-2.83-1.41 1.42L13.93 21 21 13.93z"})
"PriceCheck"))
================================================
FILE: src/icons/reagent_mui/icons/price_check_outlined.cljs
================================================
(ns reagent-mui.icons.price-check-outlined
"Imports @mui/icons-material/PriceCheckOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def price-check-outlined (create-svg-icon (e "path" #js {"d" "M11 13V9c0-.55-.45-1-1-1H6V6h5V4H8.5V3h-2v1H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4v2H4v2h2.5v1h2v-1H10c.55 0 1-.45 1-1zm8.59-.48-5.66 5.65-2.83-2.83-1.41 1.42L13.93 21 21 13.93z"})
"PriceCheckOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/price_check_rounded.cljs
================================================
(ns reagent-mui.icons.price-check-rounded
"Imports @mui/icons-material/PriceCheckRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def price-check-rounded (create-svg-icon (e "path" #js {"d" "M11 13V9c0-.55-.45-1-1-1H6V6h4c.55 0 1-.45 1-1s-.45-1-1-1H8.5c0-.55-.45-1-1-1s-1 .45-1 1H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4v2H5c-.55 0-1 .45-1 1s.45 1 1 1h1.5c0 .55.45 1 1 1s1-.45 1-1H10c.55 0 1-.45 1-1zm7.88.22-4.95 4.95-2.12-2.12a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l2.83 2.83c.39.39 1.02.39 1.41 0l5.66-5.66c.39-.39.39-1.02 0-1.41-.4-.39-1.03-.39-1.42 0z"})
"PriceCheckRounded"))
================================================
FILE: src/icons/reagent_mui/icons/price_check_sharp.cljs
================================================
(ns reagent-mui.icons.price-check-sharp
"Imports @mui/icons-material/PriceCheckSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def price-check-sharp (create-svg-icon (e "path" #js {"d" "M11 8H6V6h5V4H8.5V3h-2v1H4v6h5v2H4v2h2.5v1h2v-1H11zm8.59 4.52-5.66 5.65-2.83-2.83-1.41 1.42L13.93 21 21 13.93z"})
"PriceCheckSharp"))
================================================
FILE: src/icons/reagent_mui/icons/price_check_two_tone.cljs
================================================
(ns reagent-mui.icons.price-check-two-tone
"Imports @mui/icons-material/PriceCheckTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def price-check-two-tone (create-svg-icon (e "path" #js {"d" "M11 13V9c0-.55-.45-1-1-1H6V6h5V4H8.5V3h-2v1H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4v2H4v2h2.5v1h2v-1H10c.55 0 1-.45 1-1zm8.59-.48-5.66 5.65-2.83-2.83-1.41 1.42L13.93 21 21 13.93z"})
"PriceCheckTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/print.cljs
================================================
(ns reagent-mui.icons.print
"Imports @mui/icons-material/Print as a Reagent component."
(:refer-clojure :exclude [print])
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def print (create-svg-icon (e "path" #js {"d" "M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"})
"Print"))
================================================
FILE: src/icons/reagent_mui/icons/print_disabled.cljs
================================================
(ns reagent-mui.icons.print-disabled
"Imports @mui/icons-material/PrintDisabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def print-disabled (create-svg-icon (e "path" #js {"d" "M19.1 17H22v-6c0-1.7-1.3-3-3-3h-9l9.1 9zm-.1-7c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-1-3V3H6v1.1L9 7zM1.2 1.8 0 3l4.9 5C3.3 8.1 2 9.4 2 11v6h4v4h11.9l3 3 1.3-1.3-21-20.9zM8 19v-5h2.9l5 5H8z"})
"PrintDisabled"))
================================================
FILE: src/icons/reagent_mui/icons/print_disabled_outlined.cljs
================================================
(ns reagent-mui.icons.print-disabled-outlined
"Imports @mui/icons-material/PrintDisabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def print-disabled-outlined (create-svg-icon [(e "path" #js {"d" "M1.41 1.6 0 3.01 5 8c-1.66 0-3 1.34-3 3v6h4v4h12l2.95 2.96 1.41-1.41L1.41 1.6zM6 15H4v-4c0-.55.45-1 1-1h2l3 3H6v2zm2 4v-4h4l4 4H8zM8 5h8v3h-5.34l2 2H19c.55 0 1 .45 1 1v4l-2 .01V13h-2.34l4 4H22v-6c0-1.66-1.34-3-3-3h-1V3H6v.36l2 2V5z"}) (e "circle" #js {"cx" "18", "cy" "11.51", "r" "1"})]
"PrintDisabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/print_disabled_rounded.cljs
================================================
(ns reagent-mui.icons.print-disabled-rounded
"Imports @mui/icons-material/PrintDisabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def print-disabled-rounded (create-svg-icon (e "path" #js {"d" "M2.12 2.32a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L4.98 8C3.33 8.01 2 9.35 2 11v4c0 1.1.9 2 2 2h2v2c0 1.1.9 2 2 2h8c.55 0 1.04-.22 1.4-.58l2.83 2.83c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L2.12 2.32zM15 19H9c-.55 0-1-.45-1-1v-4h2.98l4.72 4.72c-.19.17-.43.28-.7.28zm4-11h-8.37l9 9H20c1.1 0 2-.9 2-2v-4c0-1.66-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-2-5c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1H7c-.37 0-.68.21-.85.51L9.63 7H17z"})
"PrintDisabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/print_disabled_sharp.cljs
================================================
(ns reagent-mui.icons.print-disabled-sharp
"Imports @mui/icons-material/PrintDisabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def print-disabled-sharp (create-svg-icon (e "path" #js {"d" "M9.65 7H18V3.01H6v.35zm1.01 1.01 9 8.99H22v-5.99c0-1.66-1.34-3-3-3h-8.34zM19 10c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM1.41 1.6 0 3.01l5 5c-1.66 0-3 1.33-3 2.99v6h4v4h12l2.95 2.96 1.41-1.41L1.41 1.6zM8 19.01V15h4l4 4-8 .01z"})
"PrintDisabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/print_disabled_two_tone.cljs
================================================
(ns reagent-mui.icons.print-disabled-two-tone
"Imports @mui/icons-material/PrintDisabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def print-disabled-two-tone (create-svg-icon [(e "path" #js {"d" "M7 10H5c-.55 0-1 .45-1 1v4h2v-2h4l-3-3z", "opacity" ".3"}) (e "path" #js {"d" "M1.41 1.6 0 3.01 5 8c-1.66 0-3 1.34-3 3v6h4v4h12l2.95 2.96 1.41-1.41L1.41 1.6zM6 15H4v-4c0-.55.45-1 1-1h2l3 3H6v2zm2 4v-4h4l4 4H8z"}) (e "path" #js {"d" "m18 15.01 2-.01v-4c0-.55-.45-1-1-1h-6.34l3 3H18v2.01zm-1-3.5c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1z", "opacity" ".3"}) (e "circle" #js {"cx" "18", "cy" "11.51", "r" "1"}) (e "path" #js {"d" "M16 5H8v.35L10.66 8H16z", "opacity" ".3"}) (e "path" #js {"d" "M19 8h-1V3H6v.36l2 2V5h8v3h-5.34l2 2H19c.55 0 1 .45 1 1v4l-2 .01V13h-2.34l4 4H22v-6c0-1.66-1.34-3-3-3z"})]
"PrintDisabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/print_outlined.cljs
================================================
(ns reagent-mui.icons.print-outlined
"Imports @mui/icons-material/PrintOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def print-outlined (create-svg-icon [(e "path" #js {"d" "M19 8h-1V3H6v5H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zM8 5h8v3H8V5zm8 12v2H8v-4h8v2zm2-2v-2H6v2H4v-4c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v4h-2z"}) (e "circle" #js {"cx" "18", "cy" "11.5", "r" "1"})]
"PrintOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/print_rounded.cljs
================================================
(ns reagent-mui.icons.print-rounded
"Imports @mui/icons-material/PrintRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def print-rounded (create-svg-icon (e "path" #js {"d" "M19 8H5c-1.66 0-3 1.34-3 3v4c0 1.1.9 2 2 2h2v2c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2h2c1.1 0 2-.9 2-2v-4c0-1.66-1.34-3-3-3zm-4 11H9c-.55 0-1-.45-1-1v-4h8v4c0 .55-.45 1-1 1zm4-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-2-9H7c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"})
"PrintRounded"))
================================================
FILE: src/icons/reagent_mui/icons/print_sharp.cljs
================================================
(ns reagent-mui.icons.print-sharp
"Imports @mui/icons-material/PrintSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def print-sharp (create-svg-icon (e "path" #js {"d" "M22 8H2v9h4v4h12v-4h4V8zm-6 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"})
"PrintSharp"))
================================================
FILE: src/icons/reagent_mui/icons/print_two_tone.cljs
================================================
(ns reagent-mui.icons.print-two-tone
"Imports @mui/icons-material/PrintTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def print-two-tone (create-svg-icon [(e "path" #js {"d" "M8 5h8v3H8z", "opacity" ".3"}) (e "circle" #js {"cx" "18", "cy" "11.5", "r" "1"}) (e "path" #js {"d" "M19 8h-1V3H6v5H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zM8 5h8v3H8V5zm8 14H8v-4h8v4zm4-4h-2v-2H6v2H4v-4c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v4z"}) (e "path" #js {"d" "M6 13h12v2h2v-4c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v4h2v-2zm12-2.5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z", "opacity" ".3"})]
"PrintTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/priority_high.cljs
================================================
(ns reagent-mui.icons.priority-high
"Imports @mui/icons-material/PriorityHigh as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def priority-high (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "19", "r" "2"}) (e "path" #js {"d" "M10 3h4v12h-4z"})]
"PriorityHigh"))
================================================
FILE: src/icons/reagent_mui/icons/priority_high_outlined.cljs
================================================
(ns reagent-mui.icons.priority-high-outlined
"Imports @mui/icons-material/PriorityHighOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def priority-high-outlined (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "19", "r" "2"}) (e "path" #js {"d" "M10 3h4v12h-4z"})]
"PriorityHighOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/priority_high_rounded.cljs
================================================
(ns reagent-mui.icons.priority-high-rounded
"Imports @mui/icons-material/PriorityHighRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def priority-high-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "19", "r" "2"}) (e "path" #js {"d" "M12 3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2s2-.9 2-2V5c0-1.1-.9-2-2-2z"})]
"PriorityHighRounded"))
================================================
FILE: src/icons/reagent_mui/icons/priority_high_sharp.cljs
================================================
(ns reagent-mui.icons.priority-high-sharp
"Imports @mui/icons-material/PriorityHighSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def priority-high-sharp (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "19", "r" "2"}) (e "path" #js {"d" "M10 3h4v12h-4z"})]
"PriorityHighSharp"))
================================================
FILE: src/icons/reagent_mui/icons/priority_high_two_tone.cljs
================================================
(ns reagent-mui.icons.priority-high-two-tone
"Imports @mui/icons-material/PriorityHighTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def priority-high-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "19", "r" "2"}) (e "path" #js {"d" "M10 3h4v12h-4z"})]
"PriorityHighTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/privacy_tip.cljs
================================================
(ns reagent-mui.icons.privacy-tip
"Imports @mui/icons-material/PrivacyTip as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def privacy-tip (create-svg-icon (e "path" #js {"d" "M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-1 6h2v2h-2V7zm0 4h2v6h-2v-6z"})
"PrivacyTip"))
================================================
FILE: src/icons/reagent_mui/icons/privacy_tip_outlined.cljs
================================================
(ns reagent-mui.icons.privacy-tip-outlined
"Imports @mui/icons-material/PrivacyTipOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def privacy-tip-outlined (create-svg-icon (e "path" #js {"d" "m12 3.19 7 3.11V11c0 4.52-2.98 8.69-7 9.93-4.02-1.24-7-5.41-7-9.93V6.3l7-3.11M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-1 6h2v2h-2V7zm0 4h2v6h-2v-6z"})
"PrivacyTipOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/privacy_tip_rounded.cljs
================================================
(ns reagent-mui.icons.privacy-tip-rounded
"Imports @mui/icons-material/PrivacyTipRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def privacy-tip-rounded (create-svg-icon (e "path" #js {"d" "M4.19 4.47C3.47 4.79 3 5.51 3 6.3V11c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V6.3c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.52-.23-1.11-.23-1.62 0l-7 3.11zM12 7c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1z"})
"PrivacyTipRounded"))
================================================
FILE: src/icons/reagent_mui/icons/privacy_tip_sharp.cljs
================================================
(ns reagent-mui.icons.privacy-tip-sharp
"Imports @mui/icons-material/PrivacyTipSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def privacy-tip-sharp (create-svg-icon (e "path" #js {"d" "M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-1 6h2v2h-2V7zm0 4h2v6h-2v-6z"})
"PrivacyTipSharp"))
================================================
FILE: src/icons/reagent_mui/icons/privacy_tip_two_tone.cljs
================================================
(ns reagent-mui.icons.privacy-tip-two-tone
"Imports @mui/icons-material/PrivacyTipTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def privacy-tip-two-tone (create-svg-icon [(e "path" #js {"d" "M12 3.19 5 6.3V11c0 4.52 2.98 8.69 7 9.93 4.02-1.23 7-5.41 7-9.93V6.3l-7-3.11zM13 17h-2v-6h2v6zm0-8h-2V7h2v2z", "opacity" ".3"}) (e "path" #js {"d" "m12 3.19 7 3.11V11c0 4.52-2.98 8.69-7 9.93-4.02-1.24-7-5.41-7-9.93V6.3l7-3.11M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-1 6h2v2h-2V7zm0 4h2v6h-2v-6z"})]
"PrivacyTipTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/production_quantity_limits.cljs
================================================
(ns reagent-mui.icons.production-quantity-limits
"Imports @mui/icons-material/ProductionQuantityLimits as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def production-quantity-limits (create-svg-icon (e "path" #js {"d" "M13 10h-2V8h2v2zm0-4h-2V1h2v5zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-8.9-5h7.45c.75 0 1.41-.41 1.75-1.03L21 4.96 19.25 4l-3.7 7H8.53L4.27 2H1v2h2l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h12v-2H7l1.1-2z"})
"ProductionQuantityLimits"))
================================================
FILE: src/icons/reagent_mui/icons/production_quantity_limits_outlined.cljs
================================================
(ns reagent-mui.icons.production-quantity-limits-outlined
"Imports @mui/icons-material/ProductionQuantityLimitsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def production-quantity-limits-outlined (create-svg-icon (e "path" #js {"d" "M13 10h-2V8h2v2zm0-4h-2V1h2v5zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-8.9-5h7.45c.75 0 1.41-.41 1.75-1.03L21 4.96 19.25 4l-3.7 7H8.53L4.27 2H1v2h2l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h12v-2H7l1.1-2z"})
"ProductionQuantityLimitsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/production_quantity_limits_rounded.cljs
================================================
(ns reagent-mui.icons.production-quantity-limits-rounded
"Imports @mui/icons-material/ProductionQuantityLimitsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def production-quantity-limits-rounded (create-svg-icon (e "path" #js {"d" "M12 10c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-8.9-5h7.45c.75 0 1.41-.41 1.75-1.03l3.24-6.14c.25-.48.08-1.08-.4-1.34-.49-.27-1.1-.08-1.36.41L15.55 11H8.53L4.27 2H2c-.55 0-1 .45-1 1s.45 1 1 1h1l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h11c.55 0 1-.45 1-1s-.45-1-1-1H7l1.1-2z"})
"ProductionQuantityLimitsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/production_quantity_limits_sharp.cljs
================================================
(ns reagent-mui.icons.production-quantity-limits-sharp
"Imports @mui/icons-material/ProductionQuantityLimitsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def production-quantity-limits-sharp (create-svg-icon (e "path" #js {"d" "M13 10h-2V8h2v2zm0-4h-2V1h2v5zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-8.9-5h7.45c.75 0 1.41-.41 1.75-1.03L21 4.96 19.25 4l-3.7 7H8.53L4.27 2H1v2h2l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h12v-2H7l1.1-2z"})
"ProductionQuantityLimitsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/production_quantity_limits_two_tone.cljs
================================================
(ns reagent-mui.icons.production-quantity-limits-two-tone
"Imports @mui/icons-material/ProductionQuantityLimitsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def production-quantity-limits-two-tone (create-svg-icon (e "path" #js {"d" "M13 10h-2V8h2v2zm0-4h-2V1h2v5zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-8.9-5h7.45c.75 0 1.41-.41 1.75-1.03L21 4.96 19.25 4l-3.7 7H8.53L4.27 2H1v2h2l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h12v-2H7l1.1-2z"})
"ProductionQuantityLimitsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/propane.cljs
================================================
(ns reagent-mui.icons.propane
"Imports @mui/icons-material/Propane as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def propane (create-svg-icon (e "path" #js {"d" "M17 6h-1V5c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v1H7c-3.31 0-6 2.69-6 6s2.69 6 6 6v3h2v-3h6v3h2v-3c3.31 0 6-2.69 6-6s-2.69-6-6-6zm-7-1h4v1h-4V5z"})
"Propane"))
================================================
FILE: src/icons/reagent_mui/icons/propane_outlined.cljs
================================================
(ns reagent-mui.icons.propane-outlined
"Imports @mui/icons-material/PropaneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def propane-outlined (create-svg-icon (e "path" #js {"d" "M17 6h-1V5c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v1H7c-3.31 0-6 2.69-6 6s2.69 6 6 6v3h2v-3h6v3h2v-3c3.31 0 6-2.69 6-6s-2.69-6-6-6zm-7-1h4v1h-4V5zm7 11H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4z"})
"PropaneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/propane_rounded.cljs
================================================
(ns reagent-mui.icons.propane-rounded
"Imports @mui/icons-material/PropaneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def propane-rounded (create-svg-icon (e "path" #js {"d" "M16.75 6H16V5c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v1h-.75C3.97 6 1.1 8.53 1 11.82.9 15.21 3.62 18 7 18v2c0 .55.45 1 1 1s1-.45 1-1v-2h6v2c0 .55.45 1 1 1s1-.45 1-1v-2c3.38 0 6.1-2.79 6-6.18C22.9 8.53 20.03 6 16.75 6zM10 5h4v1h-4V5z"})
"PropaneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/propane_sharp.cljs
================================================
(ns reagent-mui.icons.propane-sharp
"Imports @mui/icons-material/PropaneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def propane-sharp (create-svg-icon (e "path" #js {"d" "M16.75 6H16V3H8v3h-.75C3.97 6 1.1 8.53 1 11.82.9 15.21 3.62 18 7 18v3h2v-3h6v3h2v-3c3.38 0 6.1-2.79 6-6.18C22.9 8.53 20.03 6 16.75 6zM10 5h4v1h-4V5z"})
"PropaneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/propane_tank.cljs
================================================
(ns reagent-mui.icons.propane-tank
"Imports @mui/icons-material/PropaneTank as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def propane-tank (create-svg-icon (e "path" #js {"d" "M4 15v3c0 2.21 1.79 4 4 4h8c2.21 0 4-1.79 4-4v-3H4zm16-2v-3c0-1.86-1.28-3.41-3-3.86V4c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2.14c-1.72.45-3 2-3 3.86v3h16zM9 4h6v2h-2c0-.55-.45-1-1-1s-1 .45-1 1H9V4z"})
"PropaneTank"))
================================================
FILE: src/icons/reagent_mui/icons/propane_tank_outlined.cljs
================================================
(ns reagent-mui.icons.propane-tank-outlined
"Imports @mui/icons-material/PropaneTankOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def propane-tank-outlined (create-svg-icon (e "path" #js {"d" "M17 6.14V4c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2.14c-1.72.45-3 2-3 3.86v8c0 2.21 1.79 4 4 4h8c2.21 0 4-1.79 4-4v-8c0-1.86-1.28-3.41-3-3.86zM9 4h6v2h-2c0-.55-.45-1-1-1s-1 .45-1 1H9V4zM8 8h8c1.1 0 2 .9 2 2v3H6v-3c0-1.1.9-2 2-2zm8 12H8c-1.1 0-2-.9-2-2v-3h12v3c0 1.1-.9 2-2 2z"})
"PropaneTankOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/propane_tank_rounded.cljs
================================================
(ns reagent-mui.icons.propane-tank-rounded
"Imports @mui/icons-material/PropaneTankRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def propane-tank-rounded (create-svg-icon (e "path" #js {"d" "M4 15v3c0 2.21 1.79 4 4 4h8c2.21 0 4-1.79 4-4v-3H4zm16-2v-3c0-1.86-1.28-3.41-3-3.86V4c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2.14c-1.72.45-3 2-3 3.86v3h16zM9 4h6v2h-2c0-.55-.45-1-1-1s-1 .45-1 1H9V4z"})
"PropaneTankRounded"))
================================================
FILE: src/icons/reagent_mui/icons/propane_tank_sharp.cljs
================================================
(ns reagent-mui.icons.propane-tank-sharp
"Imports @mui/icons-material/PropaneTankSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def propane-tank-sharp (create-svg-icon (e "path" #js {"d" "M4 15v3c0 2.21 1.79 4 4 4h8c2.21 0 4-1.79 4-4v-3H4zm16-2v-3c0-1.86-1.28-3.41-3-3.86V2H7v4.14c-1.72.45-3 2-3 3.86v3h16zM9 4h6v2h-2V5h-2v1H9V4z"})
"PropaneTankSharp"))
================================================
FILE: src/icons/reagent_mui/icons/propane_tank_two_tone.cljs
================================================
(ns reagent-mui.icons.propane-tank-two-tone
"Imports @mui/icons-material/PropaneTankTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def propane-tank-two-tone (create-svg-icon [(e "path" #js {"d" "M6 18c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-3H6v3zM16 8H8c-1.1 0-2 .9-2 2v3h12v-3c0-1.1-.9-2-2-2z", "opacity" ".3"}) (e "path" #js {"d" "M17 6.14V4c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2.14c-1.72.45-3 2-3 3.86v8c0 2.21 1.79 4 4 4h8c2.21 0 4-1.79 4-4v-8c0-1.86-1.28-3.41-3-3.86zM9 4h6v2h-2c0-.55-.45-1-1-1s-1 .45-1 1H9V4zm9 14c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2v-3h12v3zm0-5H6v-3c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v3z"})]
"PropaneTankTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/propane_two_tone.cljs
================================================
(ns reagent-mui.icons.propane-two-tone
"Imports @mui/icons-material/PropaneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def propane-two-tone (create-svg-icon [(e "path" #js {"d" "M17 8H7c-2.21 0-4 1.79-4 4s1.79 4 4 4h10c2.21 0 4-1.79 4-4s-1.79-4-4-4z", "opacity" ".3"}) (e "path" #js {"d" "M17 6h-1V5c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v1H7c-3.31 0-6 2.69-6 6s2.69 6 6 6v3h2v-3h6v3h2v-3c3.31 0 6-2.69 6-6s-2.69-6-6-6zm-7-1h4v1h-4V5zm7 11H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4z"})]
"PropaneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/psychology.cljs
================================================
(ns reagent-mui.icons.psychology
"Imports @mui/icons-material/Psychology as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def psychology (create-svg-icon [(e "path" #js {"d" "M13 8.57c-.79 0-1.43.64-1.43 1.43s.64 1.43 1.43 1.43 1.43-.64 1.43-1.43-.64-1.43-1.43-1.43z"}) (e "path" #js {"d" "M13 3C9.25 3 6.2 5.94 6.02 9.64L4.1 12.2c-.25.33-.01.8.4.8H6v3c0 1.1.9 2 2 2h1v3h7v-4.68c2.36-1.12 4-3.53 4-6.32 0-3.87-3.13-7-7-7zm3 7c0 .13-.01.26-.02.39l.83.66c.08.06.1.16.05.25l-.8 1.39c-.05.09-.16.12-.24.09l-.99-.4c-.21.16-.43.29-.67.39L14 13.83c-.01.1-.1.17-.2.17h-1.6c-.1 0-.18-.07-.2-.17l-.15-1.06c-.25-.1-.47-.23-.68-.39l-.99.4c-.09.03-.2 0-.25-.09l-.8-1.39c-.05-.08-.03-.19.05-.25l.84-.66c-.01-.13-.02-.26-.02-.39s.02-.27.04-.39l-.85-.66c-.08-.06-.1-.16-.05-.26l.8-1.38c.05-.09.15-.12.24-.09l1 .4c.2-.15.43-.29.67-.39L12 6.17c.02-.1.1-.17.2-.17h1.6c.1 0 .18.07.2.17l.15 1.06c.24.1.46.23.67.39l1-.4c.09-.03.2 0 .24.09l.8 1.38c.05.09.03.2-.05.26l-.85.66c.03.12.04.25.04.39z"})]
"Psychology"))
================================================
FILE: src/icons/reagent_mui/icons/psychology_alt.cljs
================================================
(ns reagent-mui.icons.psychology-alt
"Imports @mui/icons-material/PsychologyAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def psychology-alt (create-svg-icon (e "path" #js {"d" "M19.94 9.06C19.5 5.73 16.57 3 13 3 9.47 3 6.57 5.61 6.08 9l-1.93 3.48c-.41.66.07 1.52.85 1.52h1v2c0 1.1.9 2 2 2h1v3h7v-4.68c2.62-1.25 4.35-4.08 3.94-7.26zM12.5 14c-.41 0-.74-.33-.74-.74s.33-.73.74-.73.73.32.73.73-.31.74-.73.74zm1.76-4.32c-.44.65-.86.85-1.09 1.27-.09.17-.13.28-.13.82h-1.06c0-.29-.04-.75.18-1.16.28-.51.83-.81 1.14-1.26.33-.47.15-1.36-.8-1.36-.62 0-.92.47-1.05.86l-.96-.4c.27-.78.97-1.45 2.01-1.45.86 0 1.45.39 1.75.88.26.43.41 1.22.01 1.8z"})
"PsychologyAlt"))
================================================
FILE: src/icons/reagent_mui/icons/psychology_alt_outlined.cljs
================================================
(ns reagent-mui.icons.psychology-alt-outlined
"Imports @mui/icons-material/PsychologyAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def psychology-alt-outlined (create-svg-icon [(e "path" #js {"d" "M19.94 9.06C19.5 5.73 16.57 3 13 3 9.47 3 6.57 5.61 6.08 9l-1.93 3.48c-.41.66.07 1.52.85 1.52h1v2c0 1.1.9 2 2 2h1v3h7v-4.68c2.62-1.25 4.35-4.08 3.94-7.26zm-5.05 5.57-.89.42V19h-3v-3H8v-4H6.7l1.33-2.33C8.21 7.06 10.35 5 13 5c2.76 0 5 2.24 5 5 0 2.09-1.29 3.88-3.11 4.63z"}) (e "path" #js {"d" "M12.5 12.54c-.41 0-.74.31-.74.73 0 .41.33.74.74.74.42 0 .73-.33.73-.74 0-.42-.31-.73-.73-.73zm0-5.54c-1.03 0-1.74.67-2 1.45l.96.4c.13-.39.43-.86 1.05-.86.95 0 1.13.89.8 1.36-.32.45-.86.75-1.14 1.26-.23.4-.18.87-.18 1.16h1.06c0-.55.04-.65.13-.82.23-.42.65-.62 1.09-1.27.4-.59.25-1.38-.01-1.8-.31-.49-.9-.88-1.76-.88z"})]
"PsychologyAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/psychology_alt_rounded.cljs
================================================
(ns reagent-mui.icons.psychology-alt-rounded
"Imports @mui/icons-material/PsychologyAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def psychology-alt-rounded (create-svg-icon (e "path" #js {"d" "M19.94 9.06C19.5 5.73 16.57 3 13 3 9.47 3 6.57 5.61 6.08 9l-1.93 3.48c-.41.66.07 1.52.85 1.52h1v2c0 1.1.9 2 2 2h1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-3.68c2.62-1.25 4.35-4.08 3.94-7.26zM12.5 14c-.41 0-.74-.33-.74-.74s.33-.73.74-.73.73.32.73.73-.31.74-.73.74zm1.76-4.32c-.44.65-.86.85-1.09 1.27-.09.17-.13.28-.13.82h-1.06c0-.29-.04-.75.18-1.16.28-.51.83-.81 1.14-1.26.33-.47.15-1.36-.8-1.36-.62 0-.92.47-1.05.86l-.96-.4c.27-.78.97-1.45 2.01-1.45.86 0 1.45.39 1.75.88.26.43.41 1.22.01 1.8z"})
"PsychologyAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/psychology_alt_sharp.cljs
================================================
(ns reagent-mui.icons.psychology-alt-sharp
"Imports @mui/icons-material/PsychologyAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def psychology-alt-sharp (create-svg-icon (e "path" #js {"d" "M19.94 9.06C19.5 5.73 16.57 3 13 3 9.47 3 6.57 5.61 6.08 9l-1.93 3.48c-.41.66.07 1.52.85 1.52h1v4h3v3h7v-4.68c2.62-1.25 4.35-4.08 3.94-7.26zM12.5 14c-.41 0-.74-.33-.74-.74s.33-.73.74-.73.73.32.73.73-.31.74-.73.74zm1.76-4.32c-.44.65-.86.85-1.09 1.27-.09.17-.13.28-.13.82h-1.06c0-.29-.04-.75.18-1.16.28-.51.83-.81 1.14-1.26.33-.47.15-1.36-.8-1.36-.62 0-.92.47-1.05.86l-.96-.4c.27-.78.97-1.45 2.01-1.45.86 0 1.45.39 1.75.88.26.43.41 1.22.01 1.8z"})
"PsychologyAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/psychology_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.psychology-alt-two-tone
"Imports @mui/icons-material/PsychologyAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def psychology-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M13 5c-2.65 0-4.79 2.06-4.97 4.67L6.7 12H8v4h3v3h3v-3.95l.89-.42C16.71 13.88 18 12.09 18 10c0-2.76-2.24-5-5-5zm-.5 9c-.41 0-.74-.33-.74-.74s.33-.73.74-.73.73.32.73.73-.31.74-.73.74zm1.76-4.32c-.44.65-.86.85-1.09 1.27-.09.17-.13.28-.13.82h-1.06c0-.29-.04-.75.18-1.16.28-.51.83-.81 1.14-1.26.33-.47.15-1.36-.8-1.36-.62 0-.92.47-1.05.86l-.96-.4c.27-.78.97-1.45 2.01-1.45.86 0 1.45.39 1.75.88.26.43.41 1.22.01 1.8z", "opacity" ".3"}) (e "path" #js {"d" "M19.94 9.06C19.5 5.73 16.57 3 13 3 9.47 3 6.57 5.61 6.08 9l-1.93 3.48c-.41.66.07 1.52.85 1.52h1v2c0 1.1.9 2 2 2h1v3h7v-4.68c2.62-1.25 4.35-4.08 3.94-7.26zm-5.05 5.57-.89.42V19h-3v-3H8v-4H6.7l1.33-2.33C8.21 7.06 10.35 5 13 5c2.76 0 5 2.24 5 5 0 2.09-1.29 3.88-3.11 4.63z"}) (e "path" #js {"d" "M12.5 12.54c-.41 0-.74.31-.74.73 0 .41.33.74.74.74.42 0 .73-.33.73-.74 0-.42-.31-.73-.73-.73zm0-5.54c-1.03 0-1.74.67-2 1.45l.96.4c.13-.39.43-.86 1.05-.86.95 0 1.13.89.8 1.36-.32.45-.86.75-1.14 1.26-.23.4-.18.87-.18 1.16h1.06c0-.55.04-.65.13-.82.23-.42.65-.62 1.09-1.27.4-.59.25-1.38-.01-1.8-.31-.49-.9-.88-1.76-.88z"})]
"PsychologyAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/psychology_outlined.cljs
================================================
(ns reagent-mui.icons.psychology-outlined
"Imports @mui/icons-material/PsychologyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def psychology-outlined (create-svg-icon [(e "path" #js {"d" "m15.82 7.22-1 .4c-.21-.16-.43-.29-.67-.39L14 6.17c-.02-.1-.1-.17-.2-.17h-1.6c-.1 0-.18.07-.19.17l-.15 1.06c-.24.1-.47.23-.67.39l-1-.4c-.09-.03-.2 0-.24.09l-.8 1.38c-.05.09-.03.2.05.26l.85.66c-.03.12-.05.26-.05.39s.01.26.03.39l-.84.66c-.08.06-.1.17-.05.25l.8 1.39c.05.09.15.12.25.09l.99-.4c.21.16.43.29.68.39l.14 1.06c.02.1.1.17.2.17h1.6c.1 0 .18-.07.2-.17l.15-1.06c.24-.1.47-.23.67-.39l.99.4c.09.04.2 0 .24-.09l.8-1.39c.05-.09.03-.19-.05-.25l-.83-.66c.02-.13.03-.26.03-.39 0-.14-.01-.27-.03-.39l.85-.66c.08-.06.1-.17.05-.26l-.8-1.38c-.05-.09-.16-.12-.25-.09zM13 11.43c-.79 0-1.43-.64-1.43-1.43s.64-1.43 1.43-1.43 1.43.64 1.43 1.43-.64 1.43-1.43 1.43z"}) (e "path" #js {"d" "M19.94 9.06c-.43-3.27-3.23-5.86-6.53-6.05C13.27 3 13.14 3 13 3 9.47 3 6.57 5.61 6.08 9l-1.93 3.48c-.41.66.07 1.52.85 1.52h1v2c0 1.1.9 2 2 2h1v3h7v-4.68c2.62-1.25 4.35-4.08 3.94-7.26zm-5.05 5.57-.89.42V19h-3v-3H8v-4H6.7l1.33-2.33C8.21 7.06 10.35 5 13 5c2.76 0 5 2.24 5 5 0 2.09-1.29 3.88-3.11 4.63z"})]
"PsychologyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/psychology_rounded.cljs
================================================
(ns reagent-mui.icons.psychology-rounded
"Imports @mui/icons-material/PsychologyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def psychology-rounded (create-svg-icon [(e "path" #js {"d" "M13 8.57c-.79 0-1.43.64-1.43 1.43s.64 1.43 1.43 1.43 1.43-.64 1.43-1.43-.64-1.43-1.43-1.43z"}) (e "path" #js {"d" "M13.21 3c-3.84-.11-7 2.87-7.19 6.64L4.1 12.2c-.25.33-.01.8.4.8H6v3c0 1.1.9 2 2 2h1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-3.68c2.44-1.16 4.1-3.68 4-6.58-.14-3.62-3.18-6.63-6.79-6.74zM16 10c0 .13-.01.26-.02.39l.83.66c.08.06.1.16.05.25l-.8 1.39c-.05.09-.16.12-.24.09l-.99-.4c-.21.16-.43.29-.67.39L14 13.83c-.01.1-.1.17-.2.17h-1.6c-.1 0-.18-.07-.2-.17l-.15-1.06c-.25-.1-.47-.23-.68-.39l-.99.4c-.09.03-.2 0-.25-.09l-.8-1.39c-.05-.08-.03-.19.05-.25l.84-.66c-.01-.13-.02-.26-.02-.39s.02-.27.04-.39l-.85-.66c-.08-.06-.1-.16-.05-.26l.8-1.38c.05-.09.15-.12.24-.09l1 .4c.2-.15.43-.29.67-.39L12 6.17c.02-.1.1-.17.2-.17h1.6c.1 0 .18.07.2.17l.15 1.06c.24.1.46.23.67.39l1-.4c.09-.03.2 0 .24.09l.8 1.38c.05.09.03.2-.05.26l-.85.66c.03.12.04.25.04.39z"})]
"PsychologyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/psychology_sharp.cljs
================================================
(ns reagent-mui.icons.psychology-sharp
"Imports @mui/icons-material/PsychologySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def psychology-sharp (create-svg-icon [(e "path" #js {"d" "M13 8.57c-.79 0-1.43.64-1.43 1.43s.64 1.43 1.43 1.43 1.43-.64 1.43-1.43-.64-1.43-1.43-1.43z"}) (e "path" #js {"d" "M13 3C9.25 3 6.2 5.94 6.02 9.64L4.1 12.2c-.25.33-.01.8.4.8H6v3c0 1.1.9 2 2 2h1v3h7v-4.68c2.36-1.12 4-3.53 4-6.32 0-3.87-3.13-7-7-7zm3 7c0 .13-.01.26-.02.39l.83.66c.08.06.1.16.05.25l-.8 1.39c-.05.09-.16.12-.24.09l-.99-.4c-.21.16-.43.29-.67.39L14 13.83c-.01.1-.1.17-.2.17h-1.6c-.1 0-.18-.07-.2-.17l-.15-1.06c-.25-.1-.47-.23-.68-.39l-.99.4c-.09.03-.2 0-.25-.09l-.8-1.39c-.05-.08-.03-.19.05-.25l.84-.66c-.01-.13-.02-.26-.02-.39s.02-.27.04-.39l-.85-.66c-.08-.06-.1-.16-.05-.26l.8-1.38c.05-.09.15-.12.24-.09l1 .4c.2-.15.43-.29.67-.39L12 6.17c.02-.1.1-.17.2-.17h1.6c.1 0 .18.07.2.17l.15 1.06c.24.1.46.23.67.39l1-.4c.09-.03.2 0 .24.09l.8 1.38c.05.09.03.2-.05.26l-.85.66c.03.12.04.25.04.39z"})]
"PsychologySharp"))
================================================
FILE: src/icons/reagent_mui/icons/psychology_two_tone.cljs
================================================
(ns reagent-mui.icons.psychology-two-tone
"Imports @mui/icons-material/PsychologyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def psychology-two-tone (create-svg-icon [(e "path" #js {"d" "M13 5c-2.65 0-4.79 2.06-4.97 4.67L6.7 12H8v4h3v3h3v-3.95l.89-.43C16.71 13.88 18 12.09 18 10c0-2.76-2.24-5-5-5zm3.82 3.95-.85.66c.02.12.03.25.03.39 0 .13-.01.26-.02.39l.83.66c.08.06.1.16.05.25l-.8 1.39c-.05.09-.16.12-.24.09l-.99-.4c-.21.16-.43.29-.67.39L14 13.83c-.01.1-.1.17-.2.17h-1.6c-.1 0-.18-.07-.2-.17l-.15-1.06c-.25-.1-.47-.23-.68-.39l-.99.4c-.09.03-.2 0-.25-.09l-.8-1.39c-.05-.08-.03-.19.05-.25l.84-.66c-.01-.13-.02-.26-.02-.39s.02-.27.04-.39l-.85-.66c-.08-.06-.1-.16-.05-.26l.8-1.38c.05-.09.15-.12.24-.09l1 .4c.2-.15.43-.29.67-.39L12 6.17c.02-.1.1-.17.2-.17h1.6c.1 0 .18.07.2.17l.15 1.06c.24.1.46.23.67.39l1-.4c.09-.03.2 0 .24.09l.8 1.38c.05.09.03.2-.04.26z", "opacity" ".3"}) (e "path" #js {"d" "m15.82 7.22-1 .4c-.21-.16-.43-.29-.67-.39L14 6.17c-.02-.1-.1-.17-.2-.17h-1.6c-.1 0-.18.07-.19.17l-.15 1.06c-.24.1-.47.23-.67.39l-1-.4c-.09-.03-.2 0-.24.09l-.8 1.38c-.05.09-.03.2.05.26l.85.66c-.03.12-.05.26-.05.39s.01.26.03.39l-.84.66c-.08.06-.1.17-.05.25l.8 1.39c.05.09.15.12.25.09l.99-.4c.21.16.43.29.68.39l.14 1.06c.02.1.1.17.2.17h1.6c.1 0 .18-.07.2-.17l.15-1.06c.24-.1.47-.23.67-.39l.99.4c.09.04.2 0 .24-.09l.8-1.39c.05-.09.03-.19-.05-.25l-.83-.66c.02-.13.03-.26.03-.39 0-.14-.01-.27-.03-.39l.85-.66c.08-.06.1-.17.05-.26l-.8-1.38c-.05-.09-.16-.12-.25-.09zM13 11.43c-.79 0-1.43-.64-1.43-1.43s.64-1.43 1.43-1.43 1.43.64 1.43 1.43-.64 1.43-1.43 1.43z"}) (e "path" #js {"d" "M19.94 9.06c-.43-3.27-3.23-5.86-6.53-6.05C13.27 3 13.14 3 13 3 9.47 3 6.57 5.61 6.08 9l-1.93 3.48c-.41.66.07 1.52.85 1.52h1v2c0 1.1.9 2 2 2h1v3h7v-4.68c2.62-1.25 4.35-4.08 3.94-7.26zm-5.05 5.57-.89.42V19h-3v-3H8v-4H6.7l1.33-2.33C8.21 7.06 10.35 5 13 5c2.76 0 5 2.24 5 5 0 2.09-1.29 3.88-3.11 4.63z"})]
"PsychologyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/public.cljs
================================================
(ns reagent-mui.icons.public
"Imports @mui/icons-material/Public as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def public (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"})
"Public"))
================================================
FILE: src/icons/reagent_mui/icons/public_off.cljs
================================================
(ns reagent-mui.icons.public-off
"Imports @mui/icons-material/PublicOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def public-off (create-svg-icon (e "path" #js {"d" "M11 8.17 6.49 3.66C8.07 2.61 9.96 2 12 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51l-1.46-1.46C19.59 14.87 20 13.48 20 12c0-3.35-2.07-6.22-5-7.41V5c0 1.1-.9 2-2 2h-2v1.17zm10.19 13.02-1.41 1.41-2.27-2.27C15.93 21.39 14.04 22 12 22 6.48 22 2 17.52 2 12c0-2.04.61-3.93 1.66-5.51L1.39 4.22 2.8 2.81l18.39 18.38zM11 18c-1.1 0-2-.9-2-2v-1l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.08 3.05 7.44 7 7.93V18z"})
"PublicOff"))
================================================
FILE: src/icons/reagent_mui/icons/public_off_outlined.cljs
================================================
(ns reagent-mui.icons.public-off-outlined
"Imports @mui/icons-material/PublicOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def public-off-outlined (create-svg-icon (e "path" #js {"d" "M11 8.17 6.49 3.66C8.07 2.61 9.96 2 12 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51l-1.46-1.46C19.59 14.87 20 13.48 20 12c0-3.35-2.07-6.22-5-7.41V5c0 1.1-.9 2-2 2h-2v1.17zm10.19 13.02-1.41 1.41-2.27-2.27C15.93 21.39 14.04 22 12 22 6.48 22 2 17.52 2 12c0-2.04.61-3.93 1.66-5.51L1.39 4.22 2.8 2.81l18.39 18.38zM11 18c-1.1 0-2-.9-2-2v-1l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.08 3.05 7.44 7 7.93V18z"})
"PublicOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/public_off_rounded.cljs
================================================
(ns reagent-mui.icons.public-off-rounded
"Imports @mui/icons-material/PublicOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def public-off-rounded (create-svg-icon (e "path" #js {"d" "M11 8.17 6.49 3.66C8.07 2.61 9.96 2 12 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51l-1.46-1.46C19.59 14.87 20 13.48 20 12c0-3.35-2.07-6.22-5-7.41V5c0 1.1-.9 2-2 2h-2v1.17zm9.49 13.73c-.39.39-1.02.39-1.41 0l-1.56-1.56c-2.07 1.37-4.68 2-7.45 1.48-3.95-.75-7.13-3.92-7.88-7.88-.52-2.77.1-5.38 1.48-7.45L2.1 4.93a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l16.97 16.97c.4.39.4 1.02.01 1.41zM11 18c-1.1 0-2-.9-2-2v-1l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.08 3.05 7.44 7 7.93V18z"})
"PublicOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/public_off_sharp.cljs
================================================
(ns reagent-mui.icons.public-off-sharp
"Imports @mui/icons-material/PublicOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def public-off-sharp (create-svg-icon (e "path" #js {"d" "M11 8.17 6.49 3.66C8.07 2.61 9.96 2 12 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51l-1.46-1.46C19.59 14.87 20 13.48 20 12c0-3.35-2.07-6.22-5-7.41V5c0 1.1-.9 2-2 2h-2v1.17zm10.19 13.02-1.41 1.41-2.27-2.27C15.93 21.39 14.04 22 12 22 6.48 22 2 17.52 2 12c0-2.04.61-3.93 1.66-5.51L1.39 4.22 2.8 2.81l18.39 18.38zM11 18c-1.1 0-2-.9-2-2v-1l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.08 3.05 7.44 7 7.93V18z"})
"PublicOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/public_off_two_tone.cljs
================================================
(ns reagent-mui.icons.public-off-two-tone
"Imports @mui/icons-material/PublicOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def public-off-two-tone (create-svg-icon [(e "path" #js {"d" "m11 8.17 7.88 7.88C19.59 14.87 20 13.48 20 12c0-3.35-2.07-6.22-5-7.41V5c0 1.1-.9 2-2 2h-2v1.17zM11 18c-1.1 0-2-.9-2-2v-1l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.08 3.05 7.44 7 7.93V18z", "opacity" ".3"}) (e "path" #js {"d" "M11 8.17 6.49 3.66C8.07 2.61 9.96 2 12 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51l-1.46-1.46C19.59 14.87 20 13.48 20 12c0-3.35-2.07-6.22-5-7.41V5c0 1.1-.9 2-2 2h-2v1.17zm10.19 13.02-1.41 1.41-2.27-2.27C15.93 21.39 14.04 22 12 22 6.48 22 2 17.52 2 12c0-2.04.61-3.93 1.66-5.51L1.39 4.22 2.8 2.81l18.39 18.38zM11 18c-1.1 0-2-.9-2-2v-1l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.08 3.05 7.44 7 7.93V18z"})]
"PublicOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/public_outlined.cljs
================================================
(ns reagent-mui.icons.public-outlined
"Imports @mui/icons-material/PublicOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def public-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-.61.08-1.21.21-1.78L8.99 15v1c0 1.1.9 2 2 2v1.93C7.06 19.43 4 16.07 4 12zm13.89 5.4c-.26-.81-1-1.4-1.9-1.4h-1v-3c0-.55-.45-1-1-1h-6v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41C17.92 5.77 20 8.65 20 12c0 2.08-.81 3.98-2.11 5.4z"})
"PublicOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/public_rounded.cljs
================================================
(ns reagent-mui.icons.public-rounded
"Imports @mui/icons-material/PublicRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def public-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"})
"PublicRounded"))
================================================
FILE: src/icons/reagent_mui/icons/public_sharp.cljs
================================================
(ns reagent-mui.icons.public-sharp
"Imports @mui/icons-material/PublicSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def public-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"})
"PublicSharp"))
================================================
FILE: src/icons/reagent_mui/icons/public_two_tone.cljs
================================================
(ns reagent-mui.icons.public-two-tone
"Imports @mui/icons-material/PublicTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def public-two-tone (create-svg-icon [(e "path" #js {"d" "M14.99 4.59V5c0 1.1-.9 2-2 2h-2v2c0 .55-.45 1-1 1h-2v2h6c.55 0 1 .45 1 1v3h1c.89 0 1.64.59 1.9 1.4C19.19 15.98 20 14.08 20 12c0-3.35-2.08-6.23-5.01-7.41zM8.99 16v-1l-4.78-4.78C4.08 10.79 4 11.39 4 12c0 4.07 3.06 7.43 6.99 7.93V18c-1.1 0-2-.9-2-2z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1.01 17.93C7.06 19.43 4 16.07 4 12c0-.61.08-1.21.21-1.78L8.99 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.53c-.26-.81-1-1.4-1.9-1.4h-1v-3c0-.55-.45-1-1-1h-6v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41C17.92 5.77 20 8.65 20 12c0 2.08-.81 3.98-2.11 5.4z"})]
"PublicTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/publish.cljs
================================================
(ns reagent-mui.icons.publish
"Imports @mui/icons-material/Publish as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def publish (create-svg-icon (e "path" #js {"d" "M5 4v2h14V4H5zm0 10h4v6h6v-6h4l-7-7-7 7z"})
"Publish"))
================================================
FILE: src/icons/reagent_mui/icons/publish_outlined.cljs
================================================
(ns reagent-mui.icons.publish-outlined
"Imports @mui/icons-material/PublishOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def publish-outlined (create-svg-icon (e "path" #js {"d" "M5 4h14v2H5zm0 10h4v6h6v-6h4l-7-7-7 7zm8-2v6h-2v-6H9.83L12 9.83 14.17 12H13z"})
"PublishOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/publish_rounded.cljs
================================================
(ns reagent-mui.icons.publish-rounded
"Imports @mui/icons-material/PublishRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def publish-rounded (create-svg-icon (e "path" #js {"d" "M5 5c0 .55.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1zm2.41 9H9v5c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-5h1.59c.89 0 1.34-1.08.71-1.71L12.71 7.7a.9959.9959 0 0 0-1.41 0l-4.59 4.59c-.63.63-.19 1.71.7 1.71z"})
"PublishRounded"))
================================================
FILE: src/icons/reagent_mui/icons/publish_sharp.cljs
================================================
(ns reagent-mui.icons.publish-sharp
"Imports @mui/icons-material/PublishSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def publish-sharp (create-svg-icon (e "path" #js {"d" "M5 4v2h14V4H5zm0 10h4v6h6v-6h4l-7-7-7 7z"})
"PublishSharp"))
================================================
FILE: src/icons/reagent_mui/icons/publish_two_tone.cljs
================================================
(ns reagent-mui.icons.publish-two-tone
"Imports @mui/icons-material/PublishTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def publish-two-tone (create-svg-icon [(e "path" #js {"d" "M9.83 12H11v6h2v-6h1.17L12 9.83z", "opacity" ".3"}) (e "path" #js {"d" "M5 4h14v2H5zm7 3-7 7h4v6h6v-6h4l-7-7zm1 5v6h-2v-6H9.83L12 9.83 14.17 12H13z"})]
"PublishTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/published_with_changes.cljs
================================================
(ns reagent-mui.icons.published-with-changes
"Imports @mui/icons-material/PublishedWithChanges as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def published-with-changes (create-svg-icon (e "path" #js {"d" "m17.66 9.53-7.07 7.07-4.24-4.24 1.41-1.41 2.83 2.83 5.66-5.66 1.41 1.41zM4 12c0-2.33 1.02-4.42 2.62-5.88L9 8.5v-6H3l2.2 2.2C3.24 6.52 2 9.11 2 12c0 5.19 3.95 9.45 9 9.95v-2.02c-3.94-.49-7-3.86-7-7.93zm18 0c0-5.19-3.95-9.45-9-9.95v2.02c3.94.49 7 3.86 7 7.93 0 2.33-1.02 4.42-2.62 5.88L15 15.5v6h6l-2.2-2.2c1.96-1.82 3.2-4.41 3.2-7.3z"})
"PublishedWithChanges"))
================================================
FILE: src/icons/reagent_mui/icons/published_with_changes_outlined.cljs
================================================
(ns reagent-mui.icons.published-with-changes-outlined
"Imports @mui/icons-material/PublishedWithChangesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def published-with-changes-outlined (create-svg-icon (e "path" #js {"d" "M18.6 19.5H21v2h-6v-6h2v2.73c1.83-1.47 3-3.71 3-6.23 0-4.07-3.06-7.44-7-7.93V2.05c5.05.5 9 4.76 9 9.95 0 2.99-1.32 5.67-3.4 7.5zM4 12c0-2.52 1.17-4.77 3-6.23V8.5h2v-6H3v2h2.4C3.32 6.33 2 9.01 2 12c0 5.19 3.95 9.45 9 9.95v-2.02c-3.94-.49-7-3.86-7-7.93zm12.24-3.89-5.66 5.66-2.83-2.83-1.41 1.41 4.24 4.24 7.07-7.07-1.41-1.41z"})
"PublishedWithChangesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/published_with_changes_rounded.cljs
================================================
(ns reagent-mui.icons.published-with-changes-rounded
"Imports @mui/icons-material/PublishedWithChangesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def published-with-changes-rounded (create-svg-icon (e "path" #js {"d" "m16.95 10.23-5.66 5.66c-.39.39-1.02.39-1.41 0l-2.83-2.83a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l2.12 2.12 4.95-4.95c.39-.39 1.02-.39 1.41 0 .4.39.4 1.02.01 1.41zM4 12c0-2.33 1.02-4.42 2.62-5.88l1.53 1.53c.31.31.85.09.85-.36V3c0-.28-.22-.5-.5-.5H4.21c-.45 0-.67.54-.35.85L5.2 4.7C3.24 6.52 2 9.11 2 12c0 4.75 3.32 8.73 7.76 9.75.63.14 1.24-.33 1.24-.98 0-.47-.33-.87-.79-.98C6.66 18.98 4 15.8 4 12zm18 0c0-4.75-3.32-8.73-7.76-9.75-.63-.14-1.24.33-1.24.98 0 .47.33.87.79.98C17.34 5.02 20 8.2 20 12c0 2.33-1.02 4.42-2.62 5.88l-1.53-1.53c-.31-.31-.85-.09-.85.36V21c0 .28.22.5.5.5h4.29c.45 0 .67-.54.35-.85L18.8 19.3c1.96-1.82 3.2-4.41 3.2-7.3z"})
"PublishedWithChangesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/published_with_changes_sharp.cljs
================================================
(ns reagent-mui.icons.published-with-changes-sharp
"Imports @mui/icons-material/PublishedWithChangesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def published-with-changes-sharp (create-svg-icon (e "path" #js {"d" "m17.66 9.53-7.07 7.07-4.24-4.24 1.41-1.41 2.83 2.83 5.66-5.66 1.41 1.41zM4 12c0-2.33 1.02-4.42 2.62-5.88L9 8.5v-6H3l2.2 2.2C3.24 6.52 2 9.11 2 12c0 5.19 3.95 9.45 9 9.95v-2.02c-3.94-.49-7-3.86-7-7.93zm18 0c0-5.19-3.95-9.45-9-9.95v2.02c3.94.49 7 3.86 7 7.93 0 2.33-1.02 4.42-2.62 5.88L15 15.5v6h6l-2.2-2.2c1.96-1.82 3.2-4.41 3.2-7.3z"})
"PublishedWithChangesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/published_with_changes_two_tone.cljs
================================================
(ns reagent-mui.icons.published-with-changes-two-tone
"Imports @mui/icons-material/PublishedWithChangesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def published-with-changes-two-tone (create-svg-icon (e "path" #js {"d" "m17.66 9.53-7.07 7.07-4.24-4.24 1.41-1.41 2.83 2.83 5.66-5.66 1.41 1.41zM4 12c0-2.33 1.02-4.42 2.62-5.88L9 8.5v-6H3l2.2 2.2C3.24 6.52 2 9.11 2 12c0 5.19 3.95 9.45 9 9.95v-2.02c-3.94-.49-7-3.86-7-7.93zm18 0c0-5.19-3.95-9.45-9-9.95v2.02c3.94.49 7 3.86 7 7.93 0 2.33-1.02 4.42-2.62 5.88L15 15.5v6h6l-2.2-2.2c1.96-1.82 3.2-4.41 3.2-7.3z"})
"PublishedWithChangesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/punch_clock.cljs
================================================
(ns reagent-mui.icons.punch-clock
"Imports @mui/icons-material/PunchClock as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def punch-clock (create-svg-icon [(e "path" #js {"d" "M19 6h-1V1H6v5H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM8 3h8v3H8V3zm4 16c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"}) (e "path" #js {"d" "M12.5 11.5h-1v2.71l1.64 1.64.71-.71-1.35-1.35z"})]
"PunchClock"))
================================================
FILE: src/icons/reagent_mui/icons/punch_clock_outlined.cljs
================================================
(ns reagent-mui.icons.punch-clock-outlined
"Imports @mui/icons-material/PunchClockOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def punch-clock-outlined (create-svg-icon [(e "path" #js {"d" "M19 6h-1V1H6v5H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM8 3h8v3H8V3zm11 17H5V8h14v12z"}) (e "path" #js {"d" "M12 9c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"}) (e "path" #js {"d" "M12.5 11.5h-1v2.71l1.64 1.64.71-.71-1.35-1.35z"})]
"PunchClockOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/punch_clock_rounded.cljs
================================================
(ns reagent-mui.icons.punch-clock-rounded
"Imports @mui/icons-material/PunchClockRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def punch-clock-rounded (create-svg-icon [(e "path" #js {"d" "M19 6h-1V3c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM8 3h8v3H8V3zm4 16c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"}) (e "path" #js {"d" "M12.5 13.79V12c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2c0 .13.05.26.15.35l1.14 1.14c.2.2.51.2.71 0 .2-.2.2-.51 0-.71l-1-.99z"})]
"PunchClockRounded"))
================================================
FILE: src/icons/reagent_mui/icons/punch_clock_sharp.cljs
================================================
(ns reagent-mui.icons.punch-clock-sharp
"Imports @mui/icons-material/PunchClockSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def punch-clock-sharp (create-svg-icon [(e "path" #js {"d" "M21 6h-3V1H6v5H3v16h18V6zM8 3h8v3H8V3zm4 16c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"}) (e "path" #js {"d" "M12.5 11.5h-1v2.71l1.64 1.64.71-.71-1.35-1.35z"})]
"PunchClockSharp"))
================================================
FILE: src/icons/reagent_mui/icons/punch_clock_two_tone.cljs
================================================
(ns reagent-mui.icons.punch-clock-two-tone
"Imports @mui/icons-material/PunchClockTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def punch-clock-two-tone (create-svg-icon [(e "path" #js {"d" "M8 3h8v3H8zM5 20h14V8H5v12zm7-11c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5z", "opacity" ".3"}) (e "path" #js {"d" "M19 6h-1V1H6v5H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM8 3h8v3H8V3zm11 17H5V8h14v12z"}) (e "path" #js {"d" "M12 19c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm0-8.5c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5-3.5-1.57-3.5-3.5 1.57-3.5 3.5-3.5z"}) (e "path" #js {"d" "m13.85 15.14-1.35-1.35V11.5h-1v2.71l1.64 1.64z"})]
"PunchClockTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/push_pin.cljs
================================================
(ns reagent-mui.icons.push-pin
"Imports @mui/icons-material/PushPin as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def push-pin (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M16 9V4h1c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1h1v5c0 1.66-1.34 3-3 3v2h5.97v7l1 1 1-1v-7H19v-2c-1.66 0-3-1.34-3-3z"})
"PushPin"))
================================================
FILE: src/icons/reagent_mui/icons/push_pin_outlined.cljs
================================================
(ns reagent-mui.icons.push-pin-outlined
"Imports @mui/icons-material/PushPinOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def push-pin-outlined (create-svg-icon (e "path" #js {"d" "M14 4v5c0 1.12.37 2.16 1 3H9c.65-.86 1-1.9 1-3V4h4m3-2H7c-.55 0-1 .45-1 1s.45 1 1 1h1v5c0 1.66-1.34 3-3 3v2h5.97v7l1 1 1-1v-7H19v-2c-1.66 0-3-1.34-3-3V4h1c.55 0 1-.45 1-1s-.45-1-1-1z"})
"PushPinOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/push_pin_rounded.cljs
================================================
(ns reagent-mui.icons.push-pin-rounded
"Imports @mui/icons-material/PushPinRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def push-pin-rounded (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M19 12.87c0-.47-.34-.85-.8-.98C16.93 11.54 16 10.38 16 9V4h1c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1h1v5c0 1.38-.93 2.54-2.2 2.89-.46.13-.8.51-.8.98V13c0 .55.45 1 1 1h4.98l.02 7c0 .55.45 1 1 1s1-.45 1-1l-.02-7H18c.55 0 1-.45 1-1v-.13z"})
"PushPinRounded"))
================================================
FILE: src/icons/reagent_mui/icons/push_pin_sharp.cljs
================================================
(ns reagent-mui.icons.push-pin-sharp
"Imports @mui/icons-material/PushPinSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def push-pin-sharp (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M16 9V4h2V2H6v2h2v5c0 1.66-1.34 3-3 3v2h5.97v7l1 1 1-1v-7H19v-2c-1.66 0-3-1.34-3-3z"})
"PushPinSharp"))
================================================
FILE: src/icons/reagent_mui/icons/push_pin_two_tone.cljs
================================================
(ns reagent-mui.icons.push-pin-two-tone
"Imports @mui/icons-material/PushPinTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def push-pin-two-tone (create-svg-icon [(e "path" #js {"d" "M14 4h-4v5c0 1.1-.35 2.14-1 3h6c-.63-.84-1-1.88-1-3V4z", "opacity" ".3"}) (e "path" #js {"d" "M19 12c-1.66 0-3-1.34-3-3V4h1c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1h1v5c0 1.66-1.34 3-3 3v2h5.97v7l1 1 1-1v-7H19v-2zM9 12c.65-.86 1-1.9 1-3V4h4v5c0 1.12.37 2.16 1 3H9z"})]
"PushPinTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/qr_code.cljs
================================================
(ns reagent-mui.icons.qr-code
"Imports @mui/icons-material/QrCode as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def qr-code (create-svg-icon (e "path" #js {"d" "M3 11h8V3H3v8zm2-6h4v4H5V5zM3 21h8v-8H3v8zm2-6h4v4H5v-4zm8-12v8h8V3h-8zm6 6h-4V5h4v4zm0 10h2v2h-2zm-6-6h2v2h-2zm2 2h2v2h-2zm-2 2h2v2h-2zm2 2h2v2h-2zm2-2h2v2h-2zm0-4h2v2h-2zm2 2h2v2h-2z"})
"QrCode"))
================================================
FILE: src/icons/reagent_mui/icons/qr_code_2.cljs
================================================
(ns reagent-mui.icons.qr-code-2
"Imports @mui/icons-material/QrCode2 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def qr-code-2 (create-svg-icon (e "path" #js {"d" "M15 21h-2v-2h2v2zm-2-7h-2v5h2v-5zm8-2h-2v4h2v-4zm-2-2h-2v2h2v-2zM7 12H5v2h2v-2zm-2-2H3v2h2v-2zm7-5h2V3h-2v2zm-7.5-.5v3h3v-3h-3zM9 9H3V3h6v6zm-4.5 7.5v3h3v-3h-3zM9 21H3v-6h6v6zm7.5-16.5v3h3v-3h-3zM21 9h-6V3h6v6zm-2 10v-3h-4v2h2v3h4v-2h-2zm-2-7h-4v2h4v-2zm-4-2H7v2h2v2h2v-2h2v-2zm1-1V7h-2V5h-2v4h4zM6.75 5.25h-1.5v1.5h1.5v-1.5zm0 12h-1.5v1.5h1.5v-1.5zm12-12h-1.5v1.5h1.5v-1.5z"})
"QrCode2"))
================================================
FILE: src/icons/reagent_mui/icons/qr_code_2_outlined.cljs
================================================
(ns reagent-mui.icons.qr-code-2-outlined
"Imports @mui/icons-material/QrCode2Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def qr-code-2-outlined (create-svg-icon (e "path" #js {"d" "M15 21h-2v-2h2v2zm-2-7h-2v5h2v-5zm8-2h-2v4h2v-4zm-2-2h-2v2h2v-2zM7 12H5v2h2v-2zm-2-2H3v2h2v-2zm7-5h2V3h-2v2zm-7.5-.5v3h3v-3h-3zM9 9H3V3h6v6zm-4.5 7.5v3h3v-3h-3zM9 21H3v-6h6v6zm7.5-16.5v3h3v-3h-3zM21 9h-6V3h6v6zm-2 10v-3h-4v2h2v3h4v-2h-2zm-2-7h-4v2h4v-2zm-4-2H7v2h2v2h2v-2h2v-2zm1-1V7h-2V5h-2v4h4zM6.75 5.25h-1.5v1.5h1.5v-1.5zm0 12h-1.5v1.5h1.5v-1.5zm12-12h-1.5v1.5h1.5v-1.5z"})
"QrCode2Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/qr_code_2_rounded.cljs
================================================
(ns reagent-mui.icons.qr-code-2-rounded
"Imports @mui/icons-material/QrCode2Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def qr-code-2-rounded (create-svg-icon (e "path" #js {"d" "M15 21h-2v-2h2v2zm-2-7h-2v5h2v-5zm8-2h-2v4h2v-4zm-2-2h-2v2h2v-2zM7 12H5v2h2v-2zm-2-2H3v2h2v-2zm7-5h2V3h-2v2zm-7.5-.5v3h3v-3h-3zM8 9H4c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1zm-3.5 7.5v3h3v-3h-3zM8 21H4c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1zm8.5-16.5v3h3v-3h-3zM20 9h-4c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1zm-1 10v-3h-4v2h2v3h4v-2h-2zm-2-7h-4v2h4v-2zm-4-2H7v2h2v2h2v-2h2v-2zm1-1V7h-2V5h-2v4h4zM6.75 5.25h-1.5v1.5h1.5v-1.5zm0 12h-1.5v1.5h1.5v-1.5zm12-12h-1.5v1.5h1.5v-1.5z"})
"QrCode2Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/qr_code_2_sharp.cljs
================================================
(ns reagent-mui.icons.qr-code-2-sharp
"Imports @mui/icons-material/QrCode2Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def qr-code-2-sharp (create-svg-icon (e "path" #js {"d" "M15 21h-2v-2h2v2zm-2-7h-2v5h2v-5zm8-2h-2v4h2v-4zm-2-2h-2v2h2v-2zM7 12H5v2h2v-2zm-2-2H3v2h2v-2zm7-5h2V3h-2v2zm-7.5-.5v3h3v-3h-3zM9 9H3V3h6v6zm-4.5 7.5v3h3v-3h-3zM9 21H3v-6h6v6zm7.5-16.5v3h3v-3h-3zM21 9h-6V3h6v6zm-2 10v-3h-4v2h2v3h4v-2h-2zm-2-7h-4v2h4v-2zm-4-2H7v2h2v2h2v-2h2v-2zm1-1V7h-2V5h-2v4h4zM6.75 5.25h-1.5v1.5h1.5v-1.5zm0 12h-1.5v1.5h1.5v-1.5zm12-12h-1.5v1.5h1.5v-1.5z"})
"QrCode2Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/qr_code_2_two_tone.cljs
================================================
(ns reagent-mui.icons.qr-code-2-two-tone
"Imports @mui/icons-material/QrCode2TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def qr-code-2-two-tone (create-svg-icon (e "path" #js {"d" "M15 21h-2v-2h2v2zm-2-7h-2v5h2v-5zm8-2h-2v4h2v-4zm-2-2h-2v2h2v-2zM7 12H5v2h2v-2zm-2-2H3v2h2v-2zm7-5h2V3h-2v2zm-7.5-.5v3h3v-3h-3zM9 9H3V3h6v6zm-4.5 7.5v3h3v-3h-3zM9 21H3v-6h6v6zm7.5-16.5v3h3v-3h-3zM21 9h-6V3h6v6zm-2 10v-3h-4v2h2v3h4v-2h-2zm-2-7h-4v2h4v-2zm-4-2H7v2h2v2h2v-2h2v-2zm1-1V7h-2V5h-2v4h4zM6.75 5.25h-1.5v1.5h1.5v-1.5zm0 12h-1.5v1.5h1.5v-1.5zm12-12h-1.5v1.5h1.5v-1.5z"})
"QrCode2TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/qr_code_outlined.cljs
================================================
(ns reagent-mui.icons.qr-code-outlined
"Imports @mui/icons-material/QrCodeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def qr-code-outlined (create-svg-icon (e "path" #js {"d" "M3 11h8V3H3v8zm2-6h4v4H5V5zM3 21h8v-8H3v8zm2-6h4v4H5v-4zm8-12v8h8V3h-8zm6 6h-4V5h4v4zm0 10h2v2h-2zm-6-6h2v2h-2zm2 2h2v2h-2zm-2 2h2v2h-2zm2 2h2v2h-2zm2-2h2v2h-2zm0-4h2v2h-2zm2 2h2v2h-2z"})
"QrCodeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/qr_code_rounded.cljs
================================================
(ns reagent-mui.icons.qr-code-rounded
"Imports @mui/icons-material/QrCodeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def qr-code-rounded (create-svg-icon (e "path" #js {"d" "M5 11h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2zm0-6h4v4H5V5zm0 16h4c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2zm0-6h4v4H5v-4zm8-10v4c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2zm6 4h-4V5h4v4zm2 11.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5zm-8-7v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5zm3.5 1.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5zM13 17.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5zm2.5 3.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5zm2-2h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5zm1-6h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5zm1 4h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5z"})
"QrCodeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/qr_code_scanner.cljs
================================================
(ns reagent-mui.icons.qr-code-scanner
"Imports @mui/icons-material/QrCodeScanner as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def qr-code-scanner (create-svg-icon (e "path" #js {"d" "M9.5 6.5v3h-3v-3h3M11 5H5v6h6V5zm-1.5 9.5v3h-3v-3h3M11 13H5v6h6v-6zm6.5-6.5v3h-3v-3h3M19 5h-6v6h6V5zm-6 8h1.5v1.5H13V13zm1.5 1.5H16V16h-1.5v-1.5zM16 13h1.5v1.5H16V13zm-3 3h1.5v1.5H13V16zm1.5 1.5H16V19h-1.5v-1.5zM16 16h1.5v1.5H16V16zm1.5-1.5H19V16h-1.5v-1.5zm0 3H19V19h-1.5v-1.5zM22 7h-2V4h-3V2h5v5zm0 15v-5h-2v3h-3v2h5zM2 22h5v-2H4v-3H2v5zM2 2v5h2V4h3V2H2z"})
"QrCodeScanner"))
================================================
FILE: src/icons/reagent_mui/icons/qr_code_scanner_outlined.cljs
================================================
(ns reagent-mui.icons.qr-code-scanner-outlined
"Imports @mui/icons-material/QrCodeScannerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def qr-code-scanner-outlined (create-svg-icon (e "path" #js {"d" "M9.5 6.5v3h-3v-3h3M11 5H5v6h6V5zm-1.5 9.5v3h-3v-3h3M11 13H5v6h6v-6zm6.5-6.5v3h-3v-3h3M19 5h-6v6h6V5zm-6 8h1.5v1.5H13V13zm1.5 1.5H16V16h-1.5v-1.5zM16 13h1.5v1.5H16V13zm-3 3h1.5v1.5H13V16zm1.5 1.5H16V19h-1.5v-1.5zM16 16h1.5v1.5H16V16zm1.5-1.5H19V16h-1.5v-1.5zm0 3H19V19h-1.5v-1.5zM22 7h-2V4h-3V2h5v5zm0 15v-5h-2v3h-3v2h5zM2 22h5v-2H4v-3H2v5zM2 2v5h2V4h3V2H2z"})
"QrCodeScannerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/qr_code_scanner_rounded.cljs
================================================
(ns reagent-mui.icons.qr-code-scanner-rounded
"Imports @mui/icons-material/QrCodeScannerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def qr-code-scanner-rounded (create-svg-icon (e "path" #js {"d" "M9.5 6.5v3h-3v-3h3M11 5H5v6h6V5zm-1.5 9.5v3h-3v-3h3M11 13H5v6h6v-6zm6.5-6.5v3h-3v-3h3M19 5h-6v6h6V5zm-6 8h1.5v1.5H13V13zm1.5 1.5H16V16h-1.5v-1.5zM16 13h1.5v1.5H16V13zm-3 3h1.5v1.5H13V16zm1.5 1.5H16V19h-1.5v-1.5zM16 16h1.5v1.5H16V16zm1.5-1.5H19V16h-1.5v-1.5zm0 3H19V19h-1.5v-1.5zM21 7c-.55 0-1-.45-1-1V4h-2c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1zm1 14v-3c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1zM3 22h3c.55 0 1-.45 1-1s-.45-1-1-1H4v-2c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1zM2 3v3c0 .55.45 1 1 1s1-.45 1-1V4h2c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1z"})
"QrCodeScannerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/qr_code_scanner_sharp.cljs
================================================
(ns reagent-mui.icons.qr-code-scanner-sharp
"Imports @mui/icons-material/QrCodeScannerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def qr-code-scanner-sharp (create-svg-icon (e "path" #js {"d" "M9.5 6.5v3h-3v-3h3M11 5H5v6h6V5zm-1.5 9.5v3h-3v-3h3M11 13H5v6h6v-6zm6.5-6.5v3h-3v-3h3M19 5h-6v6h6V5zm-6 8h1.5v1.5H13V13zm1.5 1.5H16V16h-1.5v-1.5zM16 13h1.5v1.5H16V13zm-3 3h1.5v1.5H13V16zm1.5 1.5H16V19h-1.5v-1.5zM16 16h1.5v1.5H16V16zm1.5-1.5H19V16h-1.5v-1.5zm0 3H19V19h-1.5v-1.5zM22 7h-2V4h-3V2h5v5zm0 15v-5h-2v3h-3v2h5zM2 22h5v-2H4v-3H2v5zM2 2v5h2V4h3V2H2z"})
"QrCodeScannerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/qr_code_scanner_two_tone.cljs
================================================
(ns reagent-mui.icons.qr-code-scanner-two-tone
"Imports @mui/icons-material/QrCodeScannerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def qr-code-scanner-two-tone (create-svg-icon (e "path" #js {"d" "M9.5 6.5v3h-3v-3h3M11 5H5v6h6V5zm-1.5 9.5v3h-3v-3h3M11 13H5v6h6v-6zm6.5-6.5v3h-3v-3h3M19 5h-6v6h6V5zm-6 8h1.5v1.5H13V13zm1.5 1.5H16V16h-1.5v-1.5zM16 13h1.5v1.5H16V13zm-3 3h1.5v1.5H13V16zm1.5 1.5H16V19h-1.5v-1.5zM16 16h1.5v1.5H16V16zm1.5-1.5H19V16h-1.5v-1.5zm0 3H19V19h-1.5v-1.5zM22 7h-2V4h-3V2h5v5zm0 15v-5h-2v3h-3v2h5zM2 22h5v-2H4v-3H2v5zM2 2v5h2V4h3V2H2z"})
"QrCodeScannerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/qr_code_sharp.cljs
================================================
(ns reagent-mui.icons.qr-code-sharp
"Imports @mui/icons-material/QrCodeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def qr-code-sharp (create-svg-icon (e "path" #js {"d" "M3 11h8V3H3v8zm2-6h4v4H5V5zM3 21h8v-8H3v8zm2-6h4v4H5v-4zm8-12v8h8V3h-8zm6 6h-4V5h4v4zm0 10h2v2h-2zm-6-6h2v2h-2zm2 2h2v2h-2zm-2 2h2v2h-2zm2 2h2v2h-2zm2-2h2v2h-2zm0-4h2v2h-2zm2 2h2v2h-2z"})
"QrCodeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/qr_code_two_tone.cljs
================================================
(ns reagent-mui.icons.qr-code-two-tone
"Imports @mui/icons-material/QrCodeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def qr-code-two-tone (create-svg-icon [(e "path" #js {"d" "M5 15h4v4H5zM5 5h4v4H5zm10 0h4v4h-4z", "opacity" ".3"}) (e "path" #js {"d" "M3 11h8V3H3v8zm2-6h4v4H5V5zM3 21h8v-8H3v8zm2-6h4v4H5v-4zm8-12v8h8V3h-8zm6 6h-4V5h4v4zm0 10h2v2h-2zm-6-6h2v2h-2zm2 2h2v2h-2zm-2 2h2v2h-2zm2 2h2v2h-2zm2-2h2v2h-2zm0-4h2v2h-2zm2 2h2v2h-2z"})]
"QrCodeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/query_builder.cljs
================================================
(ns reagent-mui.icons.query-builder
"Imports @mui/icons-material/QueryBuilder as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def query-builder (create-svg-icon [(e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "path" #js {"d" "M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]
"QueryBuilder"))
================================================
FILE: src/icons/reagent_mui/icons/query_builder_outlined.cljs
================================================
(ns reagent-mui.icons.query-builder-outlined
"Imports @mui/icons-material/QueryBuilderOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def query-builder-outlined (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"})
"QueryBuilderOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/query_builder_rounded.cljs
================================================
(ns reagent-mui.icons.query-builder-rounded
"Imports @mui/icons-material/QueryBuilderRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def query-builder-rounded (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-.22-13h-.06c-.4 0-.72.32-.72.72v4.72c0 .35.18.68.49.86l4.15 2.49c.34.2.78.1.98-.24.21-.34.1-.79-.25-.99l-3.87-2.3V7.72c0-.4-.32-.72-.72-.72z"})
"QueryBuilderRounded"))
================================================
FILE: src/icons/reagent_mui/icons/query_builder_sharp.cljs
================================================
(ns reagent-mui.icons.query-builder-sharp
"Imports @mui/icons-material/QueryBuilderSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def query-builder-sharp (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"})
"QueryBuilderSharp"))
================================================
FILE: src/icons/reagent_mui/icons/query_builder_two_tone.cljs
================================================
(ns reagent-mui.icons.query-builder-two-tone
"Imports @mui/icons-material/QueryBuilderTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def query-builder-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm4.25 12.15L11 13V7h1.5v5.25l4.5 2.67-.75 1.23z", "opacity" ".3"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]
"QueryBuilderTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/query_stats.cljs
================================================
(ns reagent-mui.icons.query-stats
"Imports @mui/icons-material/QueryStats as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def query-stats (create-svg-icon (e "path" #js {"d" "M19.88 18.47c.44-.7.7-1.51.7-2.39 0-2.49-2.01-4.5-4.5-4.5s-4.5 2.01-4.5 4.5 2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21.58 23 23 21.58l-3.12-3.11zm-3.8.11c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zm-.36-8.5c-.74.02-1.45.18-2.1.45l-.55-.83-3.8 6.18-3.01-3.52-3.63 5.81L1 17l5-8 3 3.5L13 6l2.72 4.08zm2.59.5c-.64-.28-1.33-.45-2.05-.49L21.38 2 23 3.18l-4.69 7.4z"})
"QueryStats"))
================================================
FILE: src/icons/reagent_mui/icons/query_stats_outlined.cljs
================================================
(ns reagent-mui.icons.query-stats-outlined
"Imports @mui/icons-material/QueryStatsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def query-stats-outlined (create-svg-icon (e "path" #js {"d" "M19.88 18.47c.44-.7.7-1.51.7-2.39 0-2.49-2.01-4.5-4.5-4.5s-4.5 2.01-4.5 4.5 2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21.58 23 23 21.58l-3.12-3.11zm-3.8.11c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zm-.36-8.5c-.74.02-1.45.18-2.1.45l-.55-.83-3.8 6.18-3.01-3.52-3.63 5.81L1 17l5-8 3 3.5L13 6l2.72 4.08zm2.59.5c-.64-.28-1.33-.45-2.05-.49L21.38 2 23 3.18l-4.69 7.4z"})
"QueryStatsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/query_stats_rounded.cljs
================================================
(ns reagent-mui.icons.query-stats-rounded
"Imports @mui/icons-material/QueryStatsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def query-stats-rounded (create-svg-icon (e "path" #js {"d" "M19.88 18.47c.48-.77.75-1.67.69-2.66-.13-2.15-1.84-3.97-3.97-4.2-2.72-.3-5.02 1.81-5.02 4.47 0 2.49 2.01 4.5 4.49 4.5.88 0 1.7-.26 2.39-.7l2.41 2.41c.39.39 1.03.39 1.42 0 .39-.39.39-1.03 0-1.42l-2.41-2.4zm-3.8.11c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zm-.36-8.5c-.74.02-1.45.18-2.1.45l-.55-.83-3.08 5.01c-.36.58-1.17.64-1.61.13l-2.12-2.47-3.06 4.9c-.31.49-.97.62-1.44.28-.42-.31-.54-.89-.26-1.34l3.78-6.05c.36-.57 1.17-.63 1.61-.12L9 12.5l3.18-5.17c.38-.62 1.28-.64 1.68-.03l1.86 2.78zm2.59.5c-.64-.28-1.33-.45-2.05-.49L20.8 2.9c.31-.49.97-.61 1.43-.27.43.31.54.9.26 1.34l-4.18 6.61z"})
"QueryStatsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/query_stats_sharp.cljs
================================================
(ns reagent-mui.icons.query-stats-sharp
"Imports @mui/icons-material/QueryStatsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def query-stats-sharp (create-svg-icon (e "path" #js {"d" "M19.88 18.47c.44-.7.7-1.51.7-2.39 0-2.49-2.01-4.5-4.5-4.5s-4.5 2.01-4.5 4.5 2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21.58 23 23 21.58l-3.12-3.11zm-3.8.11c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zm-.36-8.5c-.74.02-1.45.18-2.1.45l-.55-.83-3.8 6.18-3.01-3.52-3.63 5.81L1 17l5-8 3 3.5L13 6l2.72 4.08zm2.59.5c-.64-.28-1.33-.45-2.05-.49L21.38 2 23 3.18l-4.69 7.4z"})
"QueryStatsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/query_stats_two_tone.cljs
================================================
(ns reagent-mui.icons.query-stats-two-tone
"Imports @mui/icons-material/QueryStatsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def query-stats-two-tone (create-svg-icon (e "path" #js {"d" "M19.88 18.47c.44-.7.7-1.51.7-2.39 0-2.49-2.01-4.5-4.5-4.5s-4.5 2.01-4.5 4.5 2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21.58 23 23 21.58l-3.12-3.11zm-3.8.11c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zm-.36-8.5c-.74.02-1.45.18-2.1.45l-.55-.83-3.8 6.18-3.01-3.52-3.63 5.81L1 17l5-8 3 3.5L13 6l2.72 4.08zm2.59.5c-.64-.28-1.33-.45-2.05-.49L21.38 2 23 3.18l-4.69 7.4z"})
"QueryStatsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/question_answer.cljs
================================================
(ns reagent-mui.icons.question-answer
"Imports @mui/icons-material/QuestionAnswer as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def question-answer (create-svg-icon (e "path" #js {"d" "M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1zm-4 6V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1z"})
"QuestionAnswer"))
================================================
FILE: src/icons/reagent_mui/icons/question_answer_outlined.cljs
================================================
(ns reagent-mui.icons.question-answer-outlined
"Imports @mui/icons-material/QuestionAnswerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def question-answer-outlined (create-svg-icon (e "path" #js {"d" "M15 4v7H5.17l-.59.59-.58.58V4h11m1-2H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm5 4h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1z"})
"QuestionAnswerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/question_answer_rounded.cljs
================================================
(ns reagent-mui.icons.question-answer-rounded
"Imports @mui/icons-material/QuestionAnswerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def question-answer-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-1v8c0 .55-.45 1-1 1H6v1c0 1.1.9 2 2 2h10l4 4V8c0-1.1-.9-2-2-2zm-3 5V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v13l4-4h9c1.1 0 2-.9 2-2z"})
"QuestionAnswerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/question_answer_sharp.cljs
================================================
(ns reagent-mui.icons.question-answer-sharp
"Imports @mui/icons-material/QuestionAnswerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def question-answer-sharp (create-svg-icon (e "path" #js {"d" "M22 6h-3v9H6v3h12l4 4V6zm-5 7V2H2v15l4-4h11z"})
"QuestionAnswerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/question_answer_two_tone.cljs
================================================
(ns reagent-mui.icons.question-answer-two-tone
"Imports @mui/icons-material/QuestionAnswerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def question-answer-two-tone (create-svg-icon [(e "path" #js {"d" "M15 11V4H4v8.17l.59-.58.58-.59H6z", "opacity" ".3"}) (e "path" #js {"d" "M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1zm-5 7c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10zM4.59 11.59l-.59.58V4h11v7H5.17l-.58.59z"})]
"QuestionAnswerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/question_mark.cljs
================================================
(ns reagent-mui.icons.question-mark
"Imports @mui/icons-material/QuestionMark as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def question-mark (create-svg-icon (e "path" #js {"d" "M11.07 12.85c.77-1.39 2.25-2.21 3.11-3.44.91-1.29.4-3.7-2.18-3.7-1.69 0-2.52 1.28-2.87 2.34L6.54 6.96C7.25 4.83 9.18 3 11.99 3c2.35 0 3.96 1.07 4.78 2.41.7 1.15 1.11 3.3.03 4.9-1.2 1.77-2.35 2.31-2.97 3.45-.25.46-.35.76-.35 2.24h-2.89c-.01-.78-.13-2.05.48-3.15zM14 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2z"})
"QuestionMark"))
================================================
FILE: src/icons/reagent_mui/icons/question_mark_outlined.cljs
================================================
(ns reagent-mui.icons.question-mark-outlined
"Imports @mui/icons-material/QuestionMarkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def question-mark-outlined (create-svg-icon (e "path" #js {"d" "M11.07 12.85c.77-1.39 2.25-2.21 3.11-3.44.91-1.29.4-3.7-2.18-3.7-1.69 0-2.52 1.28-2.87 2.34L6.54 6.96C7.25 4.83 9.18 3 11.99 3c2.35 0 3.96 1.07 4.78 2.41.7 1.15 1.11 3.3.03 4.9-1.2 1.77-2.35 2.31-2.97 3.45-.25.46-.35.76-.35 2.24h-2.89c-.01-.78-.13-2.05.48-3.15zM14 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2z"})
"QuestionMarkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/question_mark_rounded.cljs
================================================
(ns reagent-mui.icons.question-mark-rounded
"Imports @mui/icons-material/QuestionMarkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def question-mark-rounded (create-svg-icon (e "path" #js {"d" "M7.92 7.54c-.8-.34-1.14-1.33-.66-2.05C8.23 4.05 9.85 3 11.99 3c2.35 0 3.96 1.07 4.78 2.41.7 1.15 1.11 3.3.03 4.9-1.2 1.77-2.35 2.31-2.97 3.45-.15.27-.24.49-.3.94-.09.73-.69 1.3-1.43 1.3-.87 0-1.58-.75-1.48-1.62.06-.51.18-1.04.46-1.54.77-1.39 2.25-2.21 3.11-3.44.91-1.29.4-3.7-2.18-3.7-1.17 0-1.93.61-2.4 1.34-.35.57-1.08.75-1.69.5zM14 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2z"})
"QuestionMarkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/question_mark_sharp.cljs
================================================
(ns reagent-mui.icons.question-mark-sharp
"Imports @mui/icons-material/QuestionMarkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def question-mark-sharp (create-svg-icon (e "path" #js {"d" "M11.07 12.85c.77-1.39 2.25-2.21 3.11-3.44.91-1.29.4-3.7-2.18-3.7-1.69 0-2.52 1.28-2.87 2.34L6.54 6.96C7.25 4.83 9.18 3 11.99 3c2.35 0 3.96 1.07 4.78 2.41.7 1.15 1.11 3.3.03 4.9-1.2 1.77-2.35 2.31-2.97 3.45-.25.46-.35.76-.35 2.24h-2.89c-.01-.78-.13-2.05.48-3.15zM14 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2z"})
"QuestionMarkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/question_mark_two_tone.cljs
================================================
(ns reagent-mui.icons.question-mark-two-tone
"Imports @mui/icons-material/QuestionMarkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def question-mark-two-tone (create-svg-icon (e "path" #js {"d" "M11.07 12.85c.77-1.39 2.25-2.21 3.11-3.44.91-1.29.4-3.7-2.18-3.7-1.69 0-2.52 1.28-2.87 2.34L6.54 6.96C7.25 4.83 9.18 3 11.99 3c2.35 0 3.96 1.07 4.78 2.41.7 1.15 1.11 3.3.03 4.9-1.2 1.77-2.35 2.31-2.97 3.45-.25.46-.35.76-.35 2.24h-2.89c-.01-.78-.13-2.05.48-3.15zM14 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2z"})
"QuestionMarkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/queue.cljs
================================================
(ns reagent-mui.icons.queue
"Imports @mui/icons-material/Queue as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def queue (create-svg-icon (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z"})
"Queue"))
================================================
FILE: src/icons/reagent_mui/icons/queue_music.cljs
================================================
(ns reagent-mui.icons.queue-music
"Imports @mui/icons-material/QueueMusic as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def queue-music (create-svg-icon (e "path" #js {"d" "M15 6H3v2h12V6zm0 4H3v2h12v-2zM3 16h8v-2H3v2zM17 6v8.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6h-5z"})
"QueueMusic"))
================================================
FILE: src/icons/reagent_mui/icons/queue_music_outlined.cljs
================================================
(ns reagent-mui.icons.queue-music-outlined
"Imports @mui/icons-material/QueueMusicOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def queue-music-outlined (create-svg-icon (e "path" #js {"d" "M22 6h-5v8.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6zm-7 0H3v2h12V6zm0 4H3v2h12v-2zm-4 4H3v2h8v-2z"})
"QueueMusicOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/queue_music_rounded.cljs
================================================
(ns reagent-mui.icons.queue-music-rounded
"Imports @mui/icons-material/QueueMusicRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def queue-music-rounded (create-svg-icon (e "path" #js {"d" "M14 6H4c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1zm0 4H4c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1zM4 16h6c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM19 6c-1.1 0-2 .9-2 2v6.18c-.31-.11-.65-.18-1-.18-1.84 0-3.28 1.64-2.95 3.54.21 1.21 1.2 2.2 2.41 2.41 1.9.33 3.54-1.11 3.54-2.95V8h2c.55 0 1-.45 1-1s-.45-1-1-1h-2z"})
"QueueMusicRounded"))
================================================
FILE: src/icons/reagent_mui/icons/queue_music_sharp.cljs
================================================
(ns reagent-mui.icons.queue-music-sharp
"Imports @mui/icons-material/QueueMusicSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def queue-music-sharp (create-svg-icon (e "path" #js {"d" "M15 6H3v2h12V6zm0 4H3v2h12v-2zM3 16h8v-2H3v2zM17 6v8.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6h-5z"})
"QueueMusicSharp"))
================================================
FILE: src/icons/reagent_mui/icons/queue_music_two_tone.cljs
================================================
(ns reagent-mui.icons.queue-music-two-tone
"Imports @mui/icons-material/QueueMusicTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def queue-music-two-tone (create-svg-icon [(e "circle" #js {"cx" "16", "cy" "17", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M3 10h12v2H3v-2zm0 4h8v2H3v-2zm0-8h12v2H3V6zm14 8.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6h-5v8.18z"})]
"QueueMusicTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/queue_outlined.cljs
================================================
(ns reagent-mui.icons.queue-outlined
"Imports @mui/icons-material/QueueOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def queue-outlined (create-svg-icon (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zm-7-1h2v-4h4V9h-4V5h-2v4H9v2h4z"})
"QueueOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/queue_play_next.cljs
================================================
(ns reagent-mui.icons.queue-play-next
"Imports @mui/icons-material/QueuePlayNext as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def queue-play-next (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h2v-2H3V5h18v8h2V5c0-1.11-.9-2-2-2zm-8 7V7h-2v3H8v2h3v3h2v-3h3v-2h-3zm11 8-4.5 4.5L18 21l3-3-3-3 1.5-1.5L24 18z"})
"QueuePlayNext"))
================================================
FILE: src/icons/reagent_mui/icons/queue_play_next_outlined.cljs
================================================
(ns reagent-mui.icons.queue-play-next-outlined
"Imports @mui/icons-material/QueuePlayNextOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def queue-play-next-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h2v-2H3V5h18v8h2V5c0-1.11-.9-2-2-2zm-8 7V7h-2v3H8v2h3v3h2v-3h3v-2h-3zm11 8-4.5 4.5L18 21l3-3-3-3 1.5-1.5L24 18z"})
"QueuePlayNextOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/queue_play_next_rounded.cljs
================================================
(ns reagent-mui.icons.queue-play-next-rounded
"Imports @mui/icons-material/QueuePlayNextRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def queue-play-next-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v6c0 .55.45 1 1 1s1-.45 1-1V5c0-1.1-.9-2-2-2zm-8 7V8c0-.55-.45-1-1-1s-1 .45-1 1v2H9c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2zm10.29 8.71-3.04 3.04c-.41.41-1.09.41-1.5 0-.41-.41-.41-1.09 0-1.5L21 18l-2.25-2.25c-.41-.41-.41-1.09 0-1.5.41-.41 1.09-.41 1.5 0l3.04 3.04c.39.39.39 1.03 0 1.42z"})
"QueuePlayNextRounded"))
================================================
FILE: src/icons/reagent_mui/icons/queue_play_next_sharp.cljs
================================================
(ns reagent-mui.icons.queue-play-next-sharp
"Imports @mui/icons-material/QueuePlayNextSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def queue-play-next-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v16h7v2h8v-2h2v-2H3V5h18v8h2V3zm-10 7V7h-2v3H8v2h3v3h2v-3h3v-2h-3zm11 8-4.5 4.5L18 21l3-3-3-3 1.5-1.5L24 18z"})
"QueuePlayNextSharp"))
================================================
FILE: src/icons/reagent_mui/icons/queue_play_next_two_tone.cljs
================================================
(ns reagent-mui.icons.queue-play-next-two-tone
"Imports @mui/icons-material/QueuePlayNextTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def queue-play-next-two-tone (create-svg-icon (e "path" #js {"d" "M13 15v-3h3v-2h-3V7h-2v3H8v2h3v3zm5 0 3 3-3 3 1.5 1.5L24 18l-4.5-4.5zM8 19v2h8v-2h2v-2H3V5h18v8h2V5c0-1.11-.9-2-2-2H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5z"})
"QueuePlayNextTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/queue_rounded.cljs
================================================
(ns reagent-mui.icons.queue-rounded
"Imports @mui/icons-material/QueueRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def queue-rounded (create-svg-icon (e "path" #js {"d" "M3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1zm17-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 9h-3v3c0 .55-.45 1-1 1s-1-.45-1-1v-3h-3c-.55 0-1-.45-1-1s.45-1 1-1h3V6c0-.55.45-1 1-1s1 .45 1 1v3h3c.55 0 1 .45 1 1s-.45 1-1 1z"})
"QueueRounded"))
================================================
FILE: src/icons/reagent_mui/icons/queue_sharp.cljs
================================================
(ns reagent-mui.icons.queue-sharp
"Imports @mui/icons-material/QueueSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def queue-sharp (create-svg-icon (e "path" #js {"d" "M4 6H2v16h16v-2H4V6zm18-4H6v16h16V2zm-3 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z"})
"QueueSharp"))
================================================
FILE: src/icons/reagent_mui/icons/queue_two_tone.cljs
================================================
(ns reagent-mui.icons.queue-two-tone
"Imports @mui/icons-material/QueueTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def queue-two-tone (create-svg-icon [(e "path" #js {"d" "M8 16h12V4H8v12zm1-7h4V5h2v4h4v2h-4v4h-2v-4H9V9z", "opacity" ".3"}) (e "path" #js {"d" "M2 20c0 1.1.9 2 2 2h14v-2H4V6H2v14zM20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zm-7-1h2v-4h4V9h-4V5h-2v4H9v2h4z"})]
"QueueTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/quickreply.cljs
================================================
(ns reagent-mui.icons.quickreply
"Imports @mui/icons-material/Quickreply as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def quickreply (create-svg-icon [(e "path" #js {"d" "M22 4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h9v-8h7V4z"}) (e "path" #js {"d" "M22.5 16h-2.2l1.7-4h-5v6h2v5z"})]
"Quickreply"))
================================================
FILE: src/icons/reagent_mui/icons/quickreply_outlined.cljs
================================================
(ns reagent-mui.icons.quickreply-outlined
"Imports @mui/icons-material/QuickreplyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def quickreply-outlined (create-svg-icon [(e "path" #js {"d" "M4 17.17V4h16v6h2V4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h9v-2H5.17L4 17.17z"}) (e "path" #js {"d" "M22.5 16h-2.2l1.7-4h-5v6h2v5z"})]
"QuickreplyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/quickreply_rounded.cljs
================================================
(ns reagent-mui.icons.quickreply-rounded
"Imports @mui/icons-material/QuickreplyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def quickreply-rounded (create-svg-icon [(e "path" #js {"d" "M22 4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h9v-7c0-.55.45-1 1-1h6V4z"}) (e "path" #js {"d" "M21.69 16H20.3l1.4-3.3c.14-.33-.1-.7-.46-.7H17.5c-.28 0-.5.22-.5.5v5c0 .28.22.5.5.5H19v3.94c0 .26.36.35.47.11l2.66-5.33c.17-.33-.07-.72-.44-.72z"})]
"QuickreplyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/quickreply_sharp.cljs
================================================
(ns reagent-mui.icons.quickreply-sharp
"Imports @mui/icons-material/QuickreplySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def quickreply-sharp (create-svg-icon [(e "path" #js {"d" "M22 2H2v20l4-4h9v-8h7z"}) (e "path" #js {"d" "M22.5 16h-2.2l1.7-4h-5v6h2v5z"})]
"QuickreplySharp"))
================================================
FILE: src/icons/reagent_mui/icons/quickreply_two_tone.cljs
================================================
(ns reagent-mui.icons.quickreply-two-tone
"Imports @mui/icons-material/QuickreplyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def quickreply-two-tone (create-svg-icon [(e "path" #js {"d" "M4 4v13.17L5.17 16H15v-6h5V4z", "opacity" ".3"}) (e "path" #js {"d" "M5.17 16 4 17.17V4h16v6h2V4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h9v-2H5.17z"}) (e "path" #js {"d" "m19 23 3.5-7h-2.2l1.7-4h-5v6h2z"})]
"QuickreplyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/quiz.cljs
================================================
(ns reagent-mui.icons.quiz
"Imports @mui/icons-material/Quiz as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def quiz (create-svg-icon [(e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"}) (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-5.99 13c-.59 0-1.05-.47-1.05-1.05 0-.59.47-1.04 1.05-1.04.59 0 1.04.45 1.04 1.04-.01.58-.45 1.05-1.04 1.05zm2.5-6.17c-.63.93-1.23 1.21-1.56 1.81-.13.24-.18.4-.18 1.18h-1.52c0-.41-.06-1.08.26-1.65.41-.73 1.18-1.16 1.63-1.8.48-.68.21-1.94-1.14-1.94-.88 0-1.32.67-1.5 1.23l-1.37-.57C11.51 5.96 12.52 5 13.99 5c1.23 0 2.08.56 2.51 1.26.37.61.58 1.73.01 2.57z"})]
"Quiz"))
================================================
FILE: src/icons/reagent_mui/icons/quiz_outlined.cljs
================================================
(ns reagent-mui.icons.quiz-outlined
"Imports @mui/icons-material/QuizOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def quiz-outlined (create-svg-icon (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zm-6.49-5.84c.41-.73 1.18-1.16 1.63-1.8.48-.68.21-1.94-1.14-1.94-.88 0-1.32.67-1.5 1.23l-1.37-.57C11.51 5.96 12.52 5 13.99 5c1.23 0 2.08.56 2.51 1.26.37.6.58 1.73.01 2.57-.63.93-1.23 1.21-1.56 1.81-.13.24-.18.4-.18 1.18h-1.52c.01-.41-.06-1.08.26-1.66zm-.56 3.79c0-.59.47-1.04 1.05-1.04.59 0 1.04.45 1.04 1.04 0 .58-.44 1.05-1.04 1.05-.58 0-1.05-.47-1.05-1.05z"})
"QuizOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/quiz_rounded.cljs
================================================
(ns reagent-mui.icons.quiz-rounded
"Imports @mui/icons-material/QuizRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def quiz-rounded (create-svg-icon [(e "path" #js {"d" "M17 20H4V7c0-.55-.45-1-1-1s-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1z"}) (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-5.99 13c-.59 0-1.05-.47-1.05-1.05 0-.59.47-1.04 1.05-1.04.59 0 1.04.45 1.04 1.04-.01.58-.45 1.05-1.04 1.05zm2.5-6.17c-.63.93-1.23 1.21-1.56 1.81-.08.14-.13.26-.16.49-.05.39-.36.68-.75.68h-.03c-.44 0-.79-.38-.75-.82.03-.28.09-.57.25-.84.41-.73 1.18-1.16 1.63-1.8.48-.68.21-1.94-1.14-1.94-.61 0-1.01.32-1.26.7-.19.29-.57.39-.89.25-.42-.18-.6-.7-.34-1.07.51-.74 1.36-1.29 2.48-1.29 1.23 0 2.08.56 2.51 1.26.37.61.58 1.73.01 2.57z"})]
"QuizRounded"))
================================================
FILE: src/icons/reagent_mui/icons/quiz_sharp.cljs
================================================
(ns reagent-mui.icons.quiz-sharp
"Imports @mui/icons-material/QuizSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def quiz-sharp (create-svg-icon [(e "path" #js {"d" "M4 6H2v16h16v-2H4z"}) (e "path" #js {"d" "M6 2v16h16V2H6zm7.51 8.16c.41-.73 1.18-1.16 1.63-1.8.48-.68.21-1.94-1.14-1.94-.88 0-1.32.67-1.5 1.23l-1.37-.57C11.51 5.96 12.52 5 13.99 5c1.23 0 2.08.56 2.51 1.26.37.6.58 1.73.01 2.57-.63.93-1.23 1.21-1.56 1.81-.13.24-.18.4-.18 1.18h-1.52c.01-.41-.06-1.08.26-1.66zm-.56 3.79c0-.59.47-1.04 1.05-1.04.59 0 1.04.45 1.04 1.04 0 .58-.44 1.05-1.04 1.05-.58 0-1.05-.47-1.05-1.05z"})]
"QuizSharp"))
================================================
FILE: src/icons/reagent_mui/icons/quiz_two_tone.cljs
================================================
(ns reagent-mui.icons.quiz-two-tone
"Imports @mui/icons-material/QuizTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def quiz-two-tone (create-svg-icon [(e "path" #js {"d" "M8 4v12h12V4H8zm6.74 10.69c-.2.21-.44.31-.73.31s-.54-.1-.74-.31c-.21-.21-.31-.45-.31-.74s.1-.54.31-.74c.21-.2.45-.3.74-.3s.54.1.74.3c.2.2.3.45.3.74s-.11.54-.31.74zm1.77-5.86c-.23.34-.54.69-.92 1.06-.3.27-.51.52-.64.75-.12.23-.18.49-.18.78v.4h-1.52v-.56c0-.42.09-.78.26-1.09.18-.32.49-.67.95-1.07.32-.29.55-.54.69-.74.14-.2.21-.44.21-.72 0-.36-.12-.65-.36-.87-.24-.23-.57-.34-.99-.34-.4 0-.72.12-.97.36s-.42.53-.53.87l-1.37-.57c.18-.55.52-1.03 1-1.45.49-.43 1.11-.64 1.85-.64.56 0 1.05.11 1.49.33.44.22.78.53 1.02.93s.36.84.36 1.33c0 .49-.11.9-.35 1.24z", "opacity" ".3"}) (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zm-6.49-5.84c.41-.73 1.18-1.16 1.63-1.8.48-.68.21-1.94-1.14-1.94-.88 0-1.32.67-1.5 1.23l-1.37-.57C11.51 5.96 12.52 5 13.99 5c1.23 0 2.08.56 2.51 1.26.37.6.58 1.73.01 2.57-.63.93-1.23 1.21-1.56 1.81-.13.24-.18.4-.18 1.18h-1.52c.01-.41-.06-1.08.26-1.66zm-.56 3.79c0-.59.47-1.04 1.05-1.04.59 0 1.04.45 1.04 1.04 0 .58-.44 1.05-1.04 1.05-.58 0-1.05-.47-1.05-1.05z"})]
"QuizTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/r_mobiledata.cljs
================================================
(ns reagent-mui.icons.r-mobiledata
"Imports @mui/icons-material/RMobiledata as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def r-mobiledata (create-svg-icon (e "path" #js {"d" "M7.8 7.2 9 10H7L5.87 7.33H4V10H2V2h5c1.13 0 2 .87 2 2v1.33c0 .8-.53 1.54-1.2 1.87zM7 4H4v1.33h3V4z"})
"RMobiledata"))
================================================
FILE: src/icons/reagent_mui/icons/r_mobiledata_outlined.cljs
================================================
(ns reagent-mui.icons.r-mobiledata-outlined
"Imports @mui/icons-material/RMobiledataOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def r-mobiledata-outlined (create-svg-icon (e "path" #js {"d" "M7.8 7.2 9 10H7L5.87 7.33H4V10H2V2h5c1.13 0 2 .87 2 2v1.33c0 .8-.53 1.54-1.2 1.87zM7 4H4v1.33h3V4z"})
"RMobiledataOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/r_mobiledata_rounded.cljs
================================================
(ns reagent-mui.icons.r-mobiledata-rounded
"Imports @mui/icons-material/RMobiledataRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def r-mobiledata-rounded (create-svg-icon (e "path" #js {"d" "m7.8 7.2.65 1.52c.26.61-.18 1.28-.84 1.28-.37 0-.7-.22-.85-.56l-.89-2.11H4v1.75c0 .51-.41.92-.92.92h-.16C2.41 10 2 9.59 2 9.08V3c0-.55.45-1 1-1h4c1.1 0 2 .9 2 2v1.33c0 .8-.53 1.54-1.2 1.87zM7 4H4v1.33h3V4z"})
"RMobiledataRounded"))
================================================
FILE: src/icons/reagent_mui/icons/r_mobiledata_sharp.cljs
================================================
(ns reagent-mui.icons.r-mobiledata-sharp
"Imports @mui/icons-material/RMobiledataSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def r-mobiledata-sharp (create-svg-icon (e "path" #js {"d" "M7.8 7.2 9 10H7L5.87 7.33H4V10H2V2h7v5.2H7.8zM7 4H4v1.33h3V4z"})
"RMobiledataSharp"))
================================================
FILE: src/icons/reagent_mui/icons/r_mobiledata_two_tone.cljs
================================================
(ns reagent-mui.icons.r-mobiledata-two-tone
"Imports @mui/icons-material/RMobiledataTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def r-mobiledata-two-tone (create-svg-icon (e "path" #js {"d" "M7.8 7.2 9 10H7L5.87 7.33H4V10H2V2h5c1.13 0 2 .87 2 2v1.33c0 .8-.53 1.54-1.2 1.87zM7 4H4v1.33h3V4z"})
"RMobiledataTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/radar.cljs
================================================
(ns reagent-mui.icons.radar
"Imports @mui/icons-material/Radar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radar (create-svg-icon (e "path" #js {"d" "M19.74 18.33C21.15 16.6 22 14.4 22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10c2.4 0 4.6-.85 6.33-2.26.27-.22.53-.46.78-.71.03-.03.05-.06.07-.08.2-.2.39-.41.56-.62zM12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8c0 1.85-.63 3.54-1.69 4.9l-1.43-1.43c.69-.98 1.1-2.17 1.1-3.46 0-3.31-2.69-6-6-6s-6 2.69-6 6 2.69 6 6 6c1.3 0 2.51-.42 3.49-1.13l1.42 1.42C15.54 19.37 13.85 20 12 20zm1.92-7.49c.17-.66.02-1.38-.49-1.9l-.02-.02c-.77-.77-2-.78-2.78-.04-.01.01-.03.02-.05.04-.78.78-.78 2.05 0 2.83l.02.02c.52.51 1.25.67 1.91.49l1.51 1.51c-.6.36-1.29.58-2.04.58-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4c0 .73-.21 1.41-.56 2l-1.5-1.51z"})
"Radar"))
================================================
FILE: src/icons/reagent_mui/icons/radar_outlined.cljs
================================================
(ns reagent-mui.icons.radar-outlined
"Imports @mui/icons-material/RadarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radar-outlined (create-svg-icon (e "path" #js {"d" "M19.74 18.33C21.15 16.6 22 14.4 22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10c2.4 0 4.6-.85 6.33-2.26.27-.22.53-.46.78-.71.03-.03.05-.06.07-.08.2-.2.39-.41.56-.62zM12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8c0 1.85-.63 3.54-1.69 4.9l-1.43-1.43c.69-.98 1.1-2.17 1.1-3.46 0-3.31-2.69-6-6-6s-6 2.69-6 6 2.69 6 6 6c1.3 0 2.51-.42 3.49-1.13l1.42 1.42C15.54 19.37 13.85 20 12 20zm1.92-7.49c.17-.66.02-1.38-.49-1.9l-.02-.02c-.77-.77-2-.78-2.78-.04-.01.01-.03.02-.05.04-.78.78-.78 2.05 0 2.83l.02.02c.52.51 1.25.67 1.91.49l1.51 1.51c-.6.36-1.29.58-2.04.58-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4c0 .73-.21 1.41-.56 2l-1.5-1.51z"})
"RadarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/radar_rounded.cljs
================================================
(ns reagent-mui.icons.radar-rounded
"Imports @mui/icons-material/RadarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radar-rounded (create-svg-icon (e "path" #js {"d" "M19.74 18.33C21.15 16.6 22 14.4 22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10c2.4 0 4.6-.85 6.33-2.26.27-.22.53-.46.78-.71.03-.03.05-.06.07-.08.2-.2.39-.41.56-.62zM12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8c0 1.85-.63 3.54-1.69 4.9l-1.43-1.43c.69-.98 1.1-2.17 1.1-3.46 0-3.31-2.69-6-6-6s-6 2.69-6 6 2.69 6 6 6c1.3 0 2.51-.42 3.49-1.13l1.42 1.42C15.54 19.37 13.85 20 12 20zm1.92-7.49c.17-.66.02-1.38-.49-1.9l-.02-.02c-.77-.77-2-.78-2.78-.04-.01.01-.03.02-.05.04-.78.78-.78 2.05 0 2.83l.02.02c.52.51 1.25.67 1.91.49l1.51 1.51c-.6.36-1.29.58-2.04.58-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4c0 .73-.21 1.41-.56 2l-1.5-1.51z"})
"RadarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/radar_sharp.cljs
================================================
(ns reagent-mui.icons.radar-sharp
"Imports @mui/icons-material/RadarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radar-sharp (create-svg-icon (e "path" #js {"d" "M19.74 18.33C21.15 16.6 22 14.4 22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10c2.4 0 4.6-.85 6.33-2.26.27-.22.53-.46.78-.71.03-.03.05-.06.07-.08.2-.2.39-.41.56-.62zM12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8c0 1.85-.63 3.54-1.69 4.9l-1.43-1.43c.69-.98 1.1-2.17 1.1-3.46 0-3.31-2.69-6-6-6s-6 2.69-6 6 2.69 6 6 6c1.3 0 2.51-.42 3.49-1.13l1.42 1.42C15.54 19.37 13.85 20 12 20zm1.92-7.49c.17-.66.02-1.38-.49-1.9l-.02-.02c-.77-.77-2-.78-2.78-.04-.01.01-.03.02-.05.04-.78.78-.78 2.05 0 2.83l.02.02c.52.51 1.25.67 1.91.49l1.51 1.51c-.6.36-1.29.58-2.04.58-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4c0 .73-.21 1.41-.56 2l-1.5-1.51z"})
"RadarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/radar_two_tone.cljs
================================================
(ns reagent-mui.icons.radar-two-tone
"Imports @mui/icons-material/RadarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radar-two-tone (create-svg-icon (e "path" #js {"d" "M19.74 18.33C21.15 16.6 22 14.4 22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10c2.4 0 4.6-.85 6.33-2.26.27-.22.53-.46.78-.71.03-.03.05-.06.07-.08.2-.2.39-.41.56-.62zM12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8c0 1.85-.63 3.54-1.69 4.9l-1.43-1.43c.69-.98 1.1-2.17 1.1-3.46 0-3.31-2.69-6-6-6s-6 2.69-6 6 2.69 6 6 6c1.3 0 2.51-.42 3.49-1.13l1.42 1.42C15.54 19.37 13.85 20 12 20zm1.92-7.49c.17-.66.02-1.38-.49-1.9l-.02-.02c-.77-.77-2-.78-2.78-.04-.01.01-.03.02-.05.04-.78.78-.78 2.05 0 2.83l.02.02c.52.51 1.25.67 1.91.49l1.51 1.51c-.6.36-1.29.58-2.04.58-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4c0 .73-.21 1.41-.56 2l-1.5-1.51z"})
"RadarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/radio.cljs
================================================
(ns reagent-mui.icons.radio
"Imports @mui/icons-material/Radio as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radio (create-svg-icon (e "path" #js {"d" "M3.24 6.15C2.51 6.43 2 7.17 2 8v12c0 1.1.89 2 2 2h16c1.11 0 2-.9 2-2V8c0-1.11-.89-2-2-2H8.3l8.26-3.34L15.88 1 3.24 6.15zM7 20c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm13-8h-2v-2h-2v2H4V8h16v4z"})
"Radio"))
================================================
FILE: src/icons/reagent_mui/icons/radio_button_checked.cljs
================================================
(ns reagent-mui.icons.radio-button-checked
"Imports @mui/icons-material/RadioButtonChecked as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radio-button-checked (create-svg-icon (e "path" #js {"d" "M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"RadioButtonChecked"))
================================================
FILE: src/icons/reagent_mui/icons/radio_button_checked_outlined.cljs
================================================
(ns reagent-mui.icons.radio-button-checked-outlined
"Imports @mui/icons-material/RadioButtonCheckedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radio-button-checked-outlined (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "5"})]
"RadioButtonCheckedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/radio_button_checked_rounded.cljs
================================================
(ns reagent-mui.icons.radio-button-checked-rounded
"Imports @mui/icons-material/RadioButtonCheckedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radio-button-checked-rounded (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "5"})]
"RadioButtonCheckedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/radio_button_checked_sharp.cljs
================================================
(ns reagent-mui.icons.radio-button-checked-sharp
"Imports @mui/icons-material/RadioButtonCheckedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radio-button-checked-sharp (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "5"})]
"RadioButtonCheckedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/radio_button_checked_two_tone.cljs
================================================
(ns reagent-mui.icons.radio-button-checked-two-tone
"Imports @mui/icons-material/RadioButtonCheckedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radio-button-checked-two-tone (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "5"})]
"RadioButtonCheckedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/radio_button_unchecked.cljs
================================================
(ns reagent-mui.icons.radio-button-unchecked
"Imports @mui/icons-material/RadioButtonUnchecked as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radio-button-unchecked (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"RadioButtonUnchecked"))
================================================
FILE: src/icons/reagent_mui/icons/radio_button_unchecked_outlined.cljs
================================================
(ns reagent-mui.icons.radio-button-unchecked-outlined
"Imports @mui/icons-material/RadioButtonUncheckedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radio-button-unchecked-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"RadioButtonUncheckedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/radio_button_unchecked_rounded.cljs
================================================
(ns reagent-mui.icons.radio-button-unchecked-rounded
"Imports @mui/icons-material/RadioButtonUncheckedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radio-button-unchecked-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"RadioButtonUncheckedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/radio_button_unchecked_sharp.cljs
================================================
(ns reagent-mui.icons.radio-button-unchecked-sharp
"Imports @mui/icons-material/RadioButtonUncheckedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radio-button-unchecked-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"RadioButtonUncheckedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/radio_button_unchecked_two_tone.cljs
================================================
(ns reagent-mui.icons.radio-button-unchecked-two-tone
"Imports @mui/icons-material/RadioButtonUncheckedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radio-button-unchecked-two-tone (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"RadioButtonUncheckedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/radio_outlined.cljs
================================================
(ns reagent-mui.icons.radio-outlined
"Imports @mui/icons-material/RadioOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radio-outlined (create-svg-icon [(e "path" #js {"d" "M20 6H8.3l8.26-3.34L15.88 1 3.24 6.15C2.51 6.43 2 7.17 2 8v12c0 1.1.89 2 2 2h16c1.11 0 2-.9 2-2V8c0-1.11-.89-2-2-2zm0 2v3h-2V9h-2v2H4V8h16zM4 20v-7h16v7H4z"}) (e "circle" #js {"cx" "8", "cy" "16.48", "r" "2.5"})]
"RadioOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/radio_rounded.cljs
================================================
(ns reagent-mui.icons.radio-rounded
"Imports @mui/icons-material/RadioRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radio-rounded (create-svg-icon (e "path" #js {"d" "M3.24 6.15C2.51 6.43 2 7.17 2 8v12c0 1.1.9 2 2 2h16c1.11 0 2-.9 2-2V8c0-1.1-.9-2-2-2H8.3l7.43-3c.46-.19.68-.71.49-1.17-.19-.46-.71-.68-1.17-.49L3.24 6.15zM7 20c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm13-8h-2v-1c0-.55-.45-1-1-1s-1 .45-1 1v1H4V9c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v3z"})
"RadioRounded"))
================================================
FILE: src/icons/reagent_mui/icons/radio_sharp.cljs
================================================
(ns reagent-mui.icons.radio-sharp
"Imports @mui/icons-material/RadioSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radio-sharp (create-svg-icon (e "path" #js {"d" "M2 6.67V22h20V6H8.3l8.26-3.34L15.88 1 2 6.67zM7 20c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm13-8h-2v-2h-2v2H4V8h16v4z"})
"RadioSharp"))
================================================
FILE: src/icons/reagent_mui/icons/radio_two_tone.cljs
================================================
(ns reagent-mui.icons.radio-two-tone
"Imports @mui/icons-material/RadioTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def radio-two-tone (create-svg-icon [(e "path" #js {"d" "M20 13H4v7h16v-7zM8 18.98c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z", "opacity" ".3"}) (e "path" #js {"d" "M2 20c0 1.1.89 2 2 2h16c1.11 0 2-.9 2-2V8c0-1.11-.89-2-2-2H8.3l8.26-3.34L15.88 1 3.24 6.15C2.51 6.43 2 7.17 2 8v12zM4 8h16v3h-2V9h-2v2H4V8zm0 5h16v7H4v-7z"}) (e "circle" #js {"cx" "8", "cy" "16.48", "r" "2.5"})]
"RadioTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/railway_alert.cljs
================================================
(ns reagent-mui.icons.railway-alert
"Imports @mui/icons-material/RailwayAlert as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def railway-alert (create-svg-icon (e "path" #js {"d" "M23 8a7 7 0 0 0-11.95-4.95A33.8 33.8 0 0 0 9 3c-4.42 0-8 .5-8 4v10.5A3.5 3.5 0 0 0 4.5 21L3 22.5v.5h12v-.5L13.5 21a3.5 3.5 0 0 0 3.5-3.5v-2.58A7 7 0 0 0 23 8zM3 12V7h6.08a6.96 6.96 0 0 0 1.18 5H3zm6 7c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm7.71-6.06-.2.03L16 13l-.47-.02-.16-.02-.29-.04-.2-.04-.22-.06a1.55 1.55 0 0 1-.23-.07l-.13-.05A4.99 4.99 0 0 1 11.1 7c.04-.19.09-.37.15-.54l.05-.14.15-.38.07-.15.2-.36.07-.12.3-.42.02-.02c.24-.3.52-.57.82-.81l.01-.01.46-.32.03-.02A5.25 5.25 0 0 1 16 3a5 5 0 0 1 .71 9.94zM15 4h2v5h-2zm0 6h2v2h-2z"})
"RailwayAlert"))
================================================
FILE: src/icons/reagent_mui/icons/railway_alert_outlined.cljs
================================================
(ns reagent-mui.icons.railway-alert-outlined
"Imports @mui/icons-material/RailwayAlertOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def railway-alert-outlined (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "15.5", "r" "1.5"}) (e "path" #js {"d" "M4 11V8h7.29C11.1 7.37 11 6.7 11 6H4.43c.9-.77 3.28-1.08 6.65-.98.1-.7.3-1.37.59-1.99C2.97 2.67 2 5.02 2 7v9.5C2 18.43 3.57 20 5.5 20L4 21v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V13c-1.91 0-3.63-.76-4.89-2H4zm12 5.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V13h12v3.5z"}) (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 8h-1V8h1v1zm0-2h-1V3h1v4z"})]
"RailwayAlertOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/railway_alert_rounded.cljs
================================================
(ns reagent-mui.icons.railway-alert-rounded
"Imports @mui/icons-material/RailwayAlertRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def railway-alert-rounded (create-svg-icon [(e "path" #js {"d" "M4 11V8h7.29c-.77-2.6.21-4.61.37-4.97C2.97 2.67 2 5.02 2 7v9.5C2 18.43 3.57 20 5.5 20l-1.21.81c-.18.12-.29.32-.29.54 0 .36.29.65.65.65h10.7c.36 0 .65-.29.65-.65 0-.22-.11-.42-.29-.54L14.5 20c1.93 0 3.5-1.57 3.5-3.5V13c-1.91 0-3.63-.76-4.89-2H4zm6 6c-.83 0-1.5-.67-1.5-1.5S9.17 14 10 14s1.5.67 1.5 1.5S10.83 17 10 17z"}) (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zm.5-2.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5s.5.22.5.5v3z"})]
"RailwayAlertRounded"))
================================================
FILE: src/icons/reagent_mui/icons/railway_alert_sharp.cljs
================================================
(ns reagent-mui.icons.railway-alert-sharp
"Imports @mui/icons-material/RailwayAlertSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def railway-alert-sharp (create-svg-icon [(e "path" #js {"d" "M4 11V8h7.29c-.77-2.6.21-4.61.37-4.97C2.97 2.67 2 5.02 2 7v9.5C2 18.43 3.57 20 5.5 20L4 21v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V13c-1.91 0-3.63-.76-4.89-2H4zm6 6c-.83 0-1.5-.67-1.5-1.5S9.17 14 10 14s1.5.67 1.5 1.5S10.83 17 10 17z"}) (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 8h-1V8h1v1zm0-2h-1V3h1v4z"})]
"RailwayAlertSharp"))
================================================
FILE: src/icons/reagent_mui/icons/railway_alert_two_tone.cljs
================================================
(ns reagent-mui.icons.railway-alert-two-tone
"Imports @mui/icons-material/RailwayAlertTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def railway-alert-two-tone (create-svg-icon [(e "path" #js {"d" "M4 16.5c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5V13H4v3.5zm6-2.5c.83 0 1.5.67 1.5 1.5S10.83 17 10 17s-1.5-.67-1.5-1.5S9.17 14 10 14zM4.43 6H11c0-.33.03-.66.08-.98-3.37-.1-5.75.21-6.65.98z", "opacity" ".3"}) (e "path" #js {"d" "M4 11V8h7.29C11.1 7.37 11 6.7 11 6H4.43c.9-.77 3.28-1.08 6.65-.98.1-.7.3-1.37.59-1.99C2.97 2.67 2 5.02 2 7v9.5C2 18.43 3.57 20 5.5 20L4 21v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V13c-1.91 0-3.63-.76-4.89-2H4zm12 5.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V13h12v3.5z"}) (e "circle" #js {"cx" "10", "cy" "15.5", "r" "1.5"}) (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 8h-1V8h1v1zm0-2h-1V3h1v4z"})]
"RailwayAlertTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/ramen_dining.cljs
================================================
(ns reagent-mui.icons.ramen-dining
"Imports @mui/icons-material/RamenDining as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ramen-dining (create-svg-icon (e "path" #js {"d" "M9 6H8V4.65l1-.12V6zm0 6H8V7h1v5zM6 7h1v5H6V7zm0-2.12 1-.12V6H6V4.88zM22 3V2L5 4v8H2c0 3.69 2.47 6.86 6 8.25V22h8v-1.75c3.53-1.39 6-4.56 6-8.25H10V7h12V6H10V4.41L22 3z"})
"RamenDining"))
================================================
FILE: src/icons/reagent_mui/icons/ramen_dining_outlined.cljs
================================================
(ns reagent-mui.icons.ramen-dining-outlined
"Imports @mui/icons-material/RamenDiningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ramen-dining-outlined (create-svg-icon (e "path" #js {"d" "M19.66 14c-.66 1.92-2.24 3.54-4.4 4.39l-1.26.5V20h-4v-1.11l-1.27-.5c-2.16-.85-3.74-2.47-4.4-4.39h15.33M22 2 4 3.99V12H2c0 3.69 2.47 6.86 6 8.25V22h8v-1.75c3.53-1.39 6-4.56 6-8.25H10.5V8H22V6.5H10.5V4.78L22 3.51V2zM8 6.5V5.06l1-.11V6.5H8zm-2.5 0V5.34l1-.11V6.5h-1zM8 12V8h1v4H8zm-2.5 0V8h1v4h-1z"})
"RamenDiningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/ramen_dining_rounded.cljs
================================================
(ns reagent-mui.icons.ramen-dining-rounded
"Imports @mui/icons-material/RamenDiningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ramen-dining-rounded (create-svg-icon (e "path" #js {"d" "M22 2.84c0-.45-.39-.79-.83-.75L4.89 3.9c-.51.05-.89.48-.89.99V12h-.92c-.6 0-1.08.53-1 1.13.44 3.2 2.75 5.87 5.92 7.12V21c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-.75c3.17-1.25 5.48-3.92 5.92-7.12.08-.6-.4-1.13-1-1.13H10.5V8h10.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H10.5V4.78l10.83-1.19c.38-.05.67-.37.67-.75zM6.5 5.22V6.5h-1V5.34l1-.12zM5.5 8h1v4h-1V8zM9 12H8V8h1v4zm0-5.5H8V5.06l1-.11V6.5z"})
"RamenDiningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/ramen_dining_sharp.cljs
================================================
(ns reagent-mui.icons.ramen-dining-sharp
"Imports @mui/icons-material/RamenDiningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ramen-dining-sharp (create-svg-icon (e "path" #js {"d" "M22 3.51V2L4 3.99V12H2c0 3.69 2.47 6.86 6 8.25V22h8v-1.75c3.53-1.39 6-4.56 6-8.25H10.5V8H22V6.5H10.5V4.78L22 3.51zM6.5 5.22V6.5h-1V5.34l1-.12zM5.5 8h1v4h-1V8zM9 12H8V8h1v4zm0-5.5H8V5.06l1-.11V6.5z"})
"RamenDiningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/ramen_dining_two_tone.cljs
================================================
(ns reagent-mui.icons.ramen-dining-two-tone
"Imports @mui/icons-material/RamenDiningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ramen-dining-two-tone (create-svg-icon [(e "path" #js {"d" "m8.73 18.39 1.27.5V20h4v-1.11l1.27-.5c2.16-.85 3.74-2.47 4.4-4.39H4.34c.65 1.92 2.24 3.54 4.39 4.39z", "opacity" ".3"}) (e "path" #js {"d" "M22 3.51V2L4 3.99V12H2c0 3.69 2.47 6.86 6 8.25V22h8v-1.75c3.53-1.39 6-4.56 6-8.25H10.5V8H22V6.5H10.5V4.78L22 3.51zM8 5.06l1-.11V6.5H8V5.06zM8 8h1v4H8V8zM5.5 5.34l1-.11V6.5h-1V5.34zM5.5 8h1v4h-1V8zm14.16 6c-.66 1.92-2.24 3.54-4.4 4.39l-1.26.5V20h-4v-1.11l-1.27-.5c-2.16-.85-3.74-2.47-4.4-4.39h15.33z"})]
"RamenDiningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/ramp_left.cljs
================================================
(ns reagent-mui.icons.ramp-left
"Imports @mui/icons-material/RampLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ramp-left (create-svg-icon (e "path" #js {"d" "M13 21h-2V6.83L9.41 8.41 8 7l4-4 4 4-1.41 1.41L13 6.83V9c0 4.27 4.03 7.13 6 8.27l-1.46 1.46c-1.91-1.16-3.44-2.53-4.54-4.02V21z"})
"RampLeft"))
================================================
FILE: src/icons/reagent_mui/icons/ramp_left_outlined.cljs
================================================
(ns reagent-mui.icons.ramp-left-outlined
"Imports @mui/icons-material/RampLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ramp-left-outlined (create-svg-icon (e "path" #js {"d" "M13 21h-2V6.83L9.41 8.41 8 7l4-4 4 4-1.41 1.41L13 6.83V9c0 4.27 4.03 7.13 6 8.27l-1.46 1.46c-1.91-1.16-3.44-2.53-4.54-4.02V21z"})
"RampLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/ramp_left_rounded.cljs
================================================
(ns reagent-mui.icons.ramp-left-rounded
"Imports @mui/icons-material/RampLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ramp-left-rounded (create-svg-icon (e "path" #js {"d" "M12 21c-.55 0-1-.45-1-1V6.83l-.88.88c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41l2.59-2.59c.39-.39 1.02-.39 1.41 0L15.3 6.3c.39.39.39 1.02 0 1.41-.39.39-1.02.39-1.41 0L13 6.83V9c0 3.62 2.89 6.22 4.97 7.62.52.35.59 1.09.14 1.53-.33.33-.87.4-1.26.13-1.59-1.06-2.89-2.28-3.85-3.59v5.3c0 .56-.45 1.01-1 1.01z"})
"RampLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/ramp_left_sharp.cljs
================================================
(ns reagent-mui.icons.ramp-left-sharp
"Imports @mui/icons-material/RampLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ramp-left-sharp (create-svg-icon (e "path" #js {"d" "M13 21h-2V6.83L9.41 8.41 8 7l4-4 4 4-1.41 1.41L13 6.83V9c0 4.27 4.03 7.13 6 8.27l-1.46 1.46c-1.91-1.16-3.44-2.53-4.54-4.02V21z"})
"RampLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/ramp_left_two_tone.cljs
================================================
(ns reagent-mui.icons.ramp-left-two-tone
"Imports @mui/icons-material/RampLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ramp-left-two-tone (create-svg-icon (e "path" #js {"d" "M13 21h-2V6.83L9.41 8.41 8 7l4-4 4 4-1.41 1.41L13 6.83V9c0 4.27 4.03 7.13 6 8.27l-1.46 1.46c-1.91-1.16-3.44-2.53-4.54-4.02V21z"})
"RampLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/ramp_right.cljs
================================================
(ns reagent-mui.icons.ramp-right
"Imports @mui/icons-material/RampRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ramp-right (create-svg-icon (e "path" #js {"d" "M11 21h2V6.83l1.59 1.59L16 7l-4-4-4 4 1.41 1.41L11 6.83V9c0 4.27-4.03 7.13-6 8.27l1.46 1.46C8.37 17.56 9.9 16.19 11 14.7V21z"})
"RampRight"))
================================================
FILE: src/icons/reagent_mui/icons/ramp_right_outlined.cljs
================================================
(ns reagent-mui.icons.ramp-right-outlined
"Imports @mui/icons-material/RampRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ramp-right-outlined (create-svg-icon (e "path" #js {"d" "M11 21h2V6.83l1.59 1.59L16 7l-4-4-4 4 1.41 1.41L11 6.83V9c0 4.27-4.03 7.13-6 8.27l1.46 1.46C8.37 17.56 9.9 16.19 11 14.7V21z"})
"RampRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/ramp_right_rounded.cljs
================================================
(ns reagent-mui.icons.ramp-right-rounded
"Imports @mui/icons-material/RampRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ramp-right-rounded (create-svg-icon (e "path" #js {"d" "M12 21c.55 0 1-.45 1-1V6.83l.88.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 3.71a.9959.9959 0 0 0-1.41 0L8.71 6.29c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l.88-.87V9c0 3.62-2.89 6.22-4.97 7.62-.52.35-.59 1.09-.14 1.53.33.33.87.4 1.26.13C8.74 17.22 10.04 16 11 14.69v5.3c0 .56.45 1.01 1 1.01z"})
"RampRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/ramp_right_sharp.cljs
================================================
(ns reagent-mui.icons.ramp-right-sharp
"Imports @mui/icons-material/RampRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ramp-right-sharp (create-svg-icon (e "path" #js {"d" "M11 21h2V6.83l1.59 1.59L16 7l-4-4-4 4 1.41 1.41L11 6.83V9c0 4.27-4.03 7.13-6 8.27l1.46 1.46C8.37 17.56 9.9 16.19 11 14.7V21z"})
"RampRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/ramp_right_two_tone.cljs
================================================
(ns reagent-mui.icons.ramp-right-two-tone
"Imports @mui/icons-material/RampRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ramp-right-two-tone (create-svg-icon (e "path" #js {"d" "M11 21h2V6.83l1.59 1.59L16 7l-4-4-4 4 1.41 1.41L11 6.83V9c0 4.27-4.03 7.13-6 8.27l1.46 1.46C8.37 17.56 9.9 16.19 11 14.7V21z"})
"RampRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rate_review.cljs
================================================
(ns reagent-mui.icons.rate-review
"Imports @mui/icons-material/RateReview as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rate-review (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 14v-2.47l6.88-6.88c.2-.2.51-.2.71 0l1.77 1.77c.2.2.2.51 0 .71L8.47 14H6zm12 0h-7.5l2-2H18v2z"})
"RateReview"))
================================================
FILE: src/icons/reagent_mui/icons/rate_review_outlined.cljs
================================================
(ns reagent-mui.icons.rate-review-outlined
"Imports @mui/icons-material/RateReviewOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rate-review-outlined (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17l-.59.59-.58.58V4h16v12zm-9.5-2H18v-2h-5.5zm3.86-5.87c.2-.2.2-.51 0-.71l-1.77-1.77c-.2-.2-.51-.2-.71 0L6 11.53V14h2.47l5.89-5.87z"})
"RateReviewOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rate_review_rounded.cljs
================================================
(ns reagent-mui.icons.rate-review-rounded
"Imports @mui/icons-material/RateReviewRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rate-review-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 14v-2.47l6.88-6.88c.2-.2.51-.2.71 0l1.77 1.77c.2.2.2.51 0 .71L8.47 14H6zm11 0h-6.5l2-2H17c.55 0 1 .45 1 1s-.45 1-1 1z"})
"RateReviewRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rate_review_sharp.cljs
================================================
(ns reagent-mui.icons.rate-review-sharp
"Imports @mui/icons-material/RateReviewSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rate-review-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v20l4-4h16V2zM6 14v-2.47l6.88-6.88c.2-.2.51-.2.71 0l1.77 1.77c.2.2.2.51 0 .71L8.47 14H6zm12 0h-7.5l2-2H18v2z"})
"RateReviewSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rate_review_two_tone.cljs
================================================
(ns reagent-mui.icons.rate-review-two-tone
"Imports @mui/icons-material/RateReviewTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rate-review-two-tone (create-svg-icon [(e "path" #js {"d" "m4 17.17.59-.59.58-.58H20V4H4v13.17zM18 14h-7.5l2-2H18v2zM6 11.53l5.88-5.88c.2-.2.51-.2.71 0l1.77 1.77c.2.2.2.51 0 .71L8.47 14H6v-2.47z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17l-.59.59-.58.58V4h16v12zm-9.5-2H18v-2h-5.5zm3.86-5.87c.2-.2.2-.51 0-.71l-1.77-1.77c-.2-.2-.51-.2-.71 0L6 11.53V14h2.47l5.89-5.87z"})]
"RateReviewTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/raw_off.cljs
================================================
(ns reagent-mui.icons.raw-off
"Imports @mui/icons-material/RawOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def raw-off (create-svg-icon (e "path" #js {"d" "m17.15 14.32.59-2.36.76 3.04h1.48l1.5-6h-1.5l-.74 3-.74-3h-1.52l-.74 3-.74-3H14l.72 2.9zM1.39 4.22 6.17 9H3v6h1.5v-2h1.1l.9 2H8l-.9-2.1c.5-.3.9-.8.9-1.4v-.67l1.43 1.43L8.75 15h1.5l.38-1.5h.04l9.11 9.11 1.41-1.41L2.81 2.81 1.39 4.22zM6.5 11.5h-2v-1h2v1z"})
"RawOff"))
================================================
FILE: src/icons/reagent_mui/icons/raw_off_outlined.cljs
================================================
(ns reagent-mui.icons.raw-off-outlined
"Imports @mui/icons-material/RawOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def raw-off-outlined (create-svg-icon (e "path" #js {"d" "m17.15 14.32.59-2.36.76 3.04h1.48l1.5-6h-1.5l-.74 3-.74-3h-1.52l-.74 3-.74-3H14l.72 2.9zM1.39 4.22 6.17 9H3v6h1.5v-2h1.1l.9 2H8l-.9-2.1c.5-.3.9-.8.9-1.4v-.67l1.43 1.43L8.75 15h1.5l.38-1.5h.04l9.11 9.11 1.41-1.41L2.81 2.81 1.39 4.22zM6.5 11.5h-2v-1h2v1z"})
"RawOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/raw_off_rounded.cljs
================================================
(ns reagent-mui.icons.raw-off-rounded
"Imports @mui/icons-material/RawOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def raw-off-rounded (create-svg-icon (e "path" #js {"d" "M20.55 9c-.33 0-.63.23-.71.55l-.6 2.45-.56-2.26c-.1-.44-.49-.74-.94-.74s-.84.3-.94.74L16.24 12l-.6-2.45c-.08-.32-.37-.55-.71-.55-.47 0-.82.44-.71.9l.5 1.99 2.42 2.42c0-.01.01-.02.01-.03l.58-2.32.58 2.32c.12.42.5.72.93.72s.81-.3.92-.72l1.09-4.38c.12-.46-.23-.9-.7-.9zM3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L6.17 9H4c-.55 0-1 .45-1 1v4.31c0 .38.31.69.69.69h.11c.38 0 .69-.31.69-.69V13h1.1l.72 1.59c.12.25.37.41.64.41.5 0 .83-.51.64-.97L7.1 12.9c.5-.3.9-.8.9-1.4v-.67l1.43 1.43-.45 1.84c-.12.46.23.9.7.9.33 0 .62-.23.7-.55l.24-.95h.04l8.4 8.4c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51zM6.5 11.5h-2v-1h2v1z"})
"RawOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/raw_off_sharp.cljs
================================================
(ns reagent-mui.icons.raw-off-sharp
"Imports @mui/icons-material/RawOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def raw-off-sharp (create-svg-icon (e "path" #js {"d" "m17.15 14.32.59-2.36.76 3.04h1.48l1.5-6h-1.5l-.74 3-.74-3h-1.52l-.74 3-.74-3H14l.72 2.9zM1.39 4.22 6.17 9H3v6h1.5v-2h1.1l.9 2H8l-.9-2.1c.5-.3.9-.8.9-1.4v-.67l1.43 1.43L8.75 15h1.5l.38-1.5h.04l9.11 9.11 1.41-1.41L2.81 2.81 1.39 4.22zM6.5 11.5h-2v-1h2v1z"})
"RawOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/raw_off_two_tone.cljs
================================================
(ns reagent-mui.icons.raw-off-two-tone
"Imports @mui/icons-material/RawOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def raw-off-two-tone (create-svg-icon (e "path" #js {"d" "m17.15 14.32.59-2.36.76 3.04h1.48l1.5-6h-1.5l-.74 3-.74-3h-1.52l-.74 3-.74-3H14l.72 2.9zM1.39 4.22 6.17 9H3v6h1.5v-2h1.1l.9 2H8l-.9-2.1c.5-.3.9-.8.9-1.4v-.67l1.43 1.43L8.75 15h1.5l.38-1.5h.04l9.11 9.11 1.41-1.41L2.81 2.81 1.39 4.22zM6.5 11.5h-2v-1h2v1z"})
"RawOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/raw_on.cljs
================================================
(ns reagent-mui.icons.raw-on
"Imports @mui/icons-material/RawOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def raw-on (create-svg-icon (e "path" #js {"d" "M6.5 9H3v6h1.5v-2h1.1l.9 2H8l-.9-2.1c.5-.3.9-.8.9-1.4v-1C8 9.7 7.3 9 6.5 9zm0 2.5h-2v-1h2v1zM10.25 9l-1.5 6h1.5l.38-1.5h1.75l.37 1.5h1.5l-1.5-6h-2.5zm.75 3 .25-1h.5l.25 1h-1zm8.98-3-.74 3-.74-3h-1.52l-.74 3-.74-3H14l1.5 6h1.48l.76-3.04.76 3.04h1.48l1.5-6z"})
"RawOn"))
================================================
FILE: src/icons/reagent_mui/icons/raw_on_outlined.cljs
================================================
(ns reagent-mui.icons.raw-on-outlined
"Imports @mui/icons-material/RawOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def raw-on-outlined (create-svg-icon (e "path" #js {"d" "M6.5 9H3v6h1.5v-2h1.1l.9 2H8l-.9-2.1c.5-.3.9-.8.9-1.4v-1C8 9.7 7.3 9 6.5 9zm0 2.5h-2v-1h2v1zM10.25 9l-1.5 6h1.5l.38-1.5h1.75l.37 1.5h1.5l-1.5-6h-2.5zm.75 3 .25-1h.5l.25 1h-1zm8.98-3-.74 3-.74-3h-1.52l-.74 3-.74-3H14l1.5 6h1.48l.76-3.04.76 3.04h1.48l1.5-6z"})
"RawOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/raw_on_rounded.cljs
================================================
(ns reagent-mui.icons.raw-on-rounded
"Imports @mui/icons-material/RawOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def raw-on-rounded (create-svg-icon (e "path" #js {"d" "M6.5 9H4c-.55 0-1 .45-1 1v4.31c0 .38.31.69.69.69h.11c.38 0 .69-.31.69-.69V13h1.1l.72 1.59c.12.25.37.41.64.41.5 0 .83-.51.64-.97L7.1 12.9c.5-.3.9-.8.9-1.4v-1C8 9.68 7.32 9 6.5 9zm0 2.5h-2v-1h2v1zm5-2.5c-.73 0-1.37.5-1.55 1.21l-.97 3.89c-.12.46.23.9.7.9.33 0 .62-.23.7-.55l.24-.95h1.75l.23.95c.08.32.37.55.71.55.47 0 .82-.44.71-.9l-.97-3.88C12.87 9.5 12.23 9 11.5 9zm-.5 3 .25-1h.5l.25 1h-1zm8.84-2.45-.6 2.45-.56-2.26c-.1-.44-.49-.74-.94-.74-.45 0-.84.3-.94.74L16.24 12l-.6-2.45c-.08-.32-.37-.55-.71-.55-.47 0-.82.44-.71.9l1.09 4.38c.12.42.5.72.93.72.43 0 .81-.3.92-.72l.58-2.32.58 2.32c.11.42.49.72.92.72.43 0 .81-.3.92-.72l1.09-4.38c.12-.46-.23-.9-.7-.9-.34 0-.63.23-.71.55z"})
"RawOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/raw_on_sharp.cljs
================================================
(ns reagent-mui.icons.raw-on-sharp
"Imports @mui/icons-material/RawOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def raw-on-sharp (create-svg-icon (e "path" #js {"d" "M6.5 9H3v6h1.5v-2h1.1l.9 2H8l-.9-2.1c.5-.3.9-.8.9-1.4v-1C8 9.7 7.3 9 6.5 9zm0 2.5h-2v-1h2v1zM10.25 9l-1.5 6h1.5l.38-1.5h1.75l.37 1.5h1.5l-1.5-6h-2.5zm.75 3 .25-1h.5l.25 1h-1zm8.98-3-.74 3-.74-3h-1.52l-.74 3-.74-3H14l1.5 6h1.48l.76-3.04.76 3.04h1.48l1.5-6z"})
"RawOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/raw_on_two_tone.cljs
================================================
(ns reagent-mui.icons.raw-on-two-tone
"Imports @mui/icons-material/RawOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def raw-on-two-tone (create-svg-icon (e "path" #js {"d" "M6.5 9H3v6h1.5v-2h1.1l.9 2H8l-.9-2.1c.5-.3.9-.8.9-1.4v-1C8 9.7 7.3 9 6.5 9zm0 2.5h-2v-1h2v1zM10.25 9l-1.5 6h1.5l.38-1.5h1.75l.37 1.5h1.5l-1.5-6h-2.5zm.75 3 .25-1h.5l.25 1h-1zm8.98-3-.74 3-.74-3h-1.52l-.74 3-.74-3H14l1.5 6h1.48l.76-3.04.76 3.04h1.48l1.5-6z"})
"RawOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/read_more.cljs
================================================
(ns reagent-mui.icons.read-more
"Imports @mui/icons-material/ReadMore as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def read-more (create-svg-icon (e "path" #js {"d" "M13 7h9v2h-9zm0 8h9v2h-9zm3-4h6v2h-6zm-3 1L8 7v4H2v2h6v4z"})
"ReadMore"))
================================================
FILE: src/icons/reagent_mui/icons/read_more_outlined.cljs
================================================
(ns reagent-mui.icons.read-more-outlined
"Imports @mui/icons-material/ReadMoreOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def read-more-outlined (create-svg-icon (e "path" #js {"d" "M13 7h9v2h-9zm0 8h9v2h-9zm3-4h6v2h-6zm-3 1L8 7v4H2v2h6v4z"})
"ReadMoreOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/read_more_rounded.cljs
================================================
(ns reagent-mui.icons.read-more-rounded
"Imports @mui/icons-material/ReadMoreRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def read-more-rounded (create-svg-icon (e "path" #js {"d" "M14 9h7c.55 0 1-.45 1-1s-.45-1-1-1h-7c-.55 0-1 .45-1 1s.45 1 1 1zm7 6h-7c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1zm0-4h-4c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1zM8.85 7.85c-.31-.31-.85-.09-.85.36V11H3c-.55 0-1 .45-1 1s.45 1 1 1h5v2.79c0 .45.54.67.85.35l3.79-3.79c.2-.2.2-.51 0-.71L8.85 7.85z"})
"ReadMoreRounded"))
================================================
FILE: src/icons/reagent_mui/icons/read_more_sharp.cljs
================================================
(ns reagent-mui.icons.read-more-sharp
"Imports @mui/icons-material/ReadMoreSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def read-more-sharp (create-svg-icon (e "path" #js {"d" "M13 7h9v2h-9zm0 8h9v2h-9zm3-4h6v2h-6zm-3 1L8 7v4H2v2h6v4z"})
"ReadMoreSharp"))
================================================
FILE: src/icons/reagent_mui/icons/read_more_two_tone.cljs
================================================
(ns reagent-mui.icons.read-more-two-tone
"Imports @mui/icons-material/ReadMoreTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def read-more-two-tone (create-svg-icon (e "path" #js {"d" "M13 7h9v2h-9zm0 8h9v2h-9zm3-4h6v2h-6zm-3 1L8 7v4H2v2h6v4z"})
"ReadMoreTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/receipt.cljs
================================================
(ns reagent-mui.icons.receipt
"Imports @mui/icons-material/Receipt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def receipt (create-svg-icon (e "path" #js {"d" "M18 17H6v-2h12v2zm0-4H6v-2h12v2zm0-4H6V7h12v2zM3 22l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.5-1.5L15 22l1.5-1.5L18 22l1.5-1.5L21 22V2l-1.5 1.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20z"})
"Receipt"))
================================================
FILE: src/icons/reagent_mui/icons/receipt_long.cljs
================================================
(ns reagent-mui.icons.receipt-long
"Imports @mui/icons-material/ReceiptLong as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def receipt-long (create-svg-icon [(e "path" #js {"d" "M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2v14H3v3c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V2l-1.5 1.5zM19 19c0 .55-.45 1-1 1s-1-.45-1-1v-3H8V5h11v14z"}) (e "path" #js {"d" "M9 7h6v2H9zm7 0h2v2h-2zm-7 3h6v2H9zm7 0h2v2h-2z"})]
"ReceiptLong"))
================================================
FILE: src/icons/reagent_mui/icons/receipt_long_outlined.cljs
================================================
(ns reagent-mui.icons.receipt-long-outlined
"Imports @mui/icons-material/ReceiptLongOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def receipt-long-outlined (create-svg-icon [(e "path" #js {"d" "M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2v14H3v3c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V2l-1.5 1.5zM15 20H6c-.55 0-1-.45-1-1v-1h10v2zm4-1c0 .55-.45 1-1 1s-1-.45-1-1v-3H8V5h11v14z"}) (e "path" #js {"d" "M9 7h6v2H9zm7 0h2v2h-2zm-7 3h6v2H9zm7 0h2v2h-2z"})]
"ReceiptLongOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/receipt_long_rounded.cljs
================================================
(ns reagent-mui.icons.receipt-long-rounded
"Imports @mui/icons-material/ReceiptLongRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def receipt-long-rounded (create-svg-icon [(e "path" #js {"d" "M14 9h-4c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1zm0 3h-4c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1z"}) (e "path" #js {"d" "M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2v14H4c-.55 0-1 .45-1 1v2c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V2l-1.5 1.5zM15 20H6c-.55 0-1-.45-1-1v-1h10v2zm4-1c0 .55-.45 1-1 1s-1-.45-1-1v-2c0-.55-.45-1-1-1H8V5h11v14z"}) (e "circle" #js {"cx" "17", "cy" "8", "r" "1"}) (e "circle" #js {"cx" "17", "cy" "11", "r" "1"})]
"ReceiptLongRounded"))
================================================
FILE: src/icons/reagent_mui/icons/receipt_long_sharp.cljs
================================================
(ns reagent-mui.icons.receipt-long-sharp
"Imports @mui/icons-material/ReceiptLongSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def receipt-long-sharp (create-svg-icon [(e "path" #js {"d" "M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2v14H3v3c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V2l-1.5 1.5zM15 20H6c-.55 0-1-.45-1-1v-1h10v2zm4-1c0 .55-.45 1-1 1s-1-.45-1-1v-3H8V5h11v14z"}) (e "path" #js {"d" "M9 7h6v2H9zm0 3h6v2H9zm7-3h2v2h-2zm0 3h2v2h-2z"})]
"ReceiptLongSharp"))
================================================
FILE: src/icons/reagent_mui/icons/receipt_long_two_tone.cljs
================================================
(ns reagent-mui.icons.receipt-long-two-tone
"Imports @mui/icons-material/ReceiptLongTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def receipt-long-two-tone (create-svg-icon [(e "path" #js {"d" "M19 19c0 .55-.45 1-1 1s-1-.45-1-1v-3H8V5h11v14z", "opacity" ".3"}) (e "path" #js {"d" "M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2v14H3v3c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V2l-1.5 1.5zM19 19c0 .55-.45 1-1 1s-1-.45-1-1v-3H8V5h11v14z"}) (e "path" #js {"d" "M9 7h6v2H9zm7 0h2v2h-2zm-7 3h6v2H9zm7 0h2v2h-2z"})]
"ReceiptLongTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/receipt_outlined.cljs
================================================
(ns reagent-mui.icons.receipt-outlined
"Imports @mui/icons-material/ReceiptOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def receipt-outlined (create-svg-icon (e "path" #js {"d" "M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.5-1.5L15 22l1.5-1.5L18 22l1.5-1.5L21 22V2l-1.5 1.5zM19 19.09H5V4.91h14v14.18zM6 15h12v2H6zm0-4h12v2H6zm0-4h12v2H6z"})
"ReceiptOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/receipt_rounded.cljs
================================================
(ns reagent-mui.icons.receipt-rounded
"Imports @mui/icons-material/ReceiptRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def receipt-rounded (create-svg-icon (e "path" #js {"d" "M21 2.21c-.13 0-.26.05-.35.15l-.79.79c-.2.2-.51.2-.71 0l-.79-.79c-.2-.2-.51-.2-.71 0l-.79.79c-.2.2-.51.2-.71 0l-.79-.79c-.2-.2-.51-.2-.71 0l-.79.79c-.2.2-.51.2-.71 0l-.79-.79c-.2-.2-.51-.2-.71 0l-.79.79c-.2.2-.51.2-.71 0l-.8-.8c-.2-.2-.51-.2-.71 0l-.79.8c-.2.2-.51.2-.71 0l-.79-.8c-.2-.2-.51-.2-.71 0l-.79.8c-.2.2-.51.2-.71 0l-.79-.8c-.09-.09-.22-.14-.35-.14V21.8c.13 0 .26-.05.35-.15l.79-.79c.2-.2.51-.2.71 0l.79.79c.2.2.51.2.71 0l.79-.79c.2-.2.51-.2.71 0l.79.79c.2.2.51.2.71 0l.79-.79c.2-.2.51-.2.71 0l.79.79c.2.2.51.2.71 0l.79-.79c.2-.2.51-.2.71 0l.79.79c.2.2.51.2.71 0l.79-.79c.2-.2.51-.2.71 0l.79.79c.2.2.51.2.71 0l.79-.79c.2-.2.51-.2.71 0l.79.79c.1.1.23.15.35.15V2.21zM17 17H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1z"})
"ReceiptRounded"))
================================================
FILE: src/icons/reagent_mui/icons/receipt_sharp.cljs
================================================
(ns reagent-mui.icons.receipt-sharp
"Imports @mui/icons-material/ReceiptSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def receipt-sharp (create-svg-icon (e "path" #js {"d" "M18 17H6v-2h12v2zm0-4H6v-2h12v2zm0-4H6V7h12v2zM3 22l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.5-1.5L15 22l1.5-1.5L18 22l1.5-1.5L21 22V2l-1.5 1.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20z"})
"ReceiptSharp"))
================================================
FILE: src/icons/reagent_mui/icons/receipt_two_tone.cljs
================================================
(ns reagent-mui.icons.receipt-two-tone
"Imports @mui/icons-material/ReceiptTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def receipt-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19.09h14V4.91H5v14.18zM6 7h12v2H6V7zm0 4h12v2H6v-2zm0 4h12v2H6v-2z", "opacity" ".3"}) (e "path" #js {"d" "M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.5-1.5L15 22l1.5-1.5L18 22l1.5-1.5L21 22V2l-1.5 1.5zM19 19.09H5V4.91h14v14.18zM6 15h12v2H6zm0-4h12v2H6zm0-4h12v2H6z"})]
"ReceiptTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/recent_actors.cljs
================================================
(ns reagent-mui.icons.recent-actors
"Imports @mui/icons-material/RecentActors as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def recent-actors (create-svg-icon (e "path" #js {"d" "M21 5v14h2V5h-2zm-4 14h2V5h-2v14zM14 5H2c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zM8 7.75c1.24 0 2.25 1.01 2.25 2.25S9.24 12.25 8 12.25 5.75 11.24 5.75 10 6.76 7.75 8 7.75zM12.5 17h-9v-.75c0-1.5 3-2.25 4.5-2.25s4.5.75 4.5 2.25V17z"})
"RecentActors"))
================================================
FILE: src/icons/reagent_mui/icons/recent_actors_outlined.cljs
================================================
(ns reagent-mui.icons.recent-actors-outlined
"Imports @mui/icons-material/RecentActorsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def recent-actors-outlined (create-svg-icon [(e "path" #js {"d" "M21 5h2v14h-2zm-4 0h2v14h-2zm-3 0H2c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-1 12H3V7h10v10z"}) (e "circle" #js {"cx" "8", "cy" "9.94", "r" "1.95"}) (e "path" #js {"d" "M11.89 15.35c0-1.3-2.59-1.95-3.89-1.95s-3.89.65-3.89 1.95V16h7.78v-.65z"})]
"RecentActorsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/recent_actors_rounded.cljs
================================================
(ns reagent-mui.icons.recent-actors-rounded
"Imports @mui/icons-material/RecentActorsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def recent-actors-rounded (create-svg-icon (e "path" #js {"d" "M21 6v12c0 .55.45 1 1 1s1-.45 1-1V6c0-.55-.45-1-1-1s-1 .45-1 1zm-3 13c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1s-1 .45-1 1v12c0 .55.45 1 1 1zM14 5H2c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zM8 7.75c1.24 0 2.25 1.01 2.25 2.25S9.24 12.25 8 12.25 5.75 11.24 5.75 10 6.76 7.75 8 7.75zM12.5 17h-9v-.75c0-1.5 3-2.25 4.5-2.25s4.5.75 4.5 2.25V17z"})
"RecentActorsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/recent_actors_sharp.cljs
================================================
(ns reagent-mui.icons.recent-actors-sharp
"Imports @mui/icons-material/RecentActorsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def recent-actors-sharp (create-svg-icon (e "path" #js {"d" "M21 5v14h2V5h-2zm-4 14h2V5h-2v14zM15 5H1v14h14V5zM8 7.75c1.24 0 2.25 1.01 2.25 2.25S9.24 12.25 8 12.25 5.75 11.24 5.75 10 6.76 7.75 8 7.75zM12.5 17h-9v-.75c0-1.5 3-2.25 4.5-2.25s4.5.75 4.5 2.25V17z"})
"RecentActorsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/recent_actors_two_tone.cljs
================================================
(ns reagent-mui.icons.recent-actors-two-tone
"Imports @mui/icons-material/RecentActorsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def recent-actors-two-tone (create-svg-icon [(e "path" #js {"d" "M13 7H3v10h10V7zM8 8c1.07 0 1.95.87 1.95 1.95 0 1.07-.87 1.95-1.95 1.95s-1.95-.87-1.95-1.95S6.93 8 8 8zm3.89 8H4.11v-.65c0-1.3 2.59-1.95 3.89-1.95s3.89.65 3.89 1.95V16z", "opacity" ".3"}) (e "path" #js {"d" "M21 5h2v14h-2zm-4 0h2v14h-2zm-3 14c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12zM3 7h10v10H3V7z"}) (e "circle" #js {"cx" "8", "cy" "9.94", "r" "1.95"}) (e "path" #js {"d" "M8 13.4c-1.3 0-3.89.65-3.89 1.95V16h7.78v-.65c0-1.3-2.59-1.95-3.89-1.95z"})]
"RecentActorsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/recommend.cljs
================================================
(ns reagent-mui.icons.recommend
"Imports @mui/icons-material/Recommend as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def recommend (create-svg-icon (e "path" #js {"d" "M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm6 9.8a.9.9 0 0 1-.1.5l-2.1 4.9a1.34 1.34 0 0 1-1.3.8H9a2 2 0 0 1-2-2v-5a1.28 1.28 0 0 1 .4-1L12 5l.69.69a1.08 1.08 0 0 1 .3.7v.2L12.41 10H17a1 1 0 0 1 1 1z"})
"Recommend"))
================================================
FILE: src/icons/reagent_mui/icons/recommend_outlined.cljs
================================================
(ns reagent-mui.icons.recommend-outlined
"Imports @mui/icons-material/RecommendOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def recommend-outlined (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}) (e "path" #js {"d" "M17 10h-4.59l.58-3.41v-.2c-.01-.26-.12-.51-.3-.7L12 5l-4.6 5c-.27.26-.42.62-.4 1v5c0 1.1.9 2 2 2h5.5c.56.03 1.08-.29 1.3-.8l2.1-4.9c.08-.15.12-.33.1-.5V11c0-.55-.45-1-1-1z"})]
"RecommendOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/recommend_rounded.cljs
================================================
(ns reagent-mui.icons.recommend-rounded
"Imports @mui/icons-material/RecommendRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def recommend-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6 9.8c.02.17-.02.35-.1.5l-2.1 4.9c-.22.51-.74.83-1.3.8H9c-1.1 0-2-.9-2-2v-5c-.02-.38.13-.74.4-1L12 5l.69.69c.18.19.29.44.3.7v.2L12.41 10H17c.55 0 1 .45 1 1v.8z"})
"RecommendRounded"))
================================================
FILE: src/icons/reagent_mui/icons/recommend_sharp.cljs
================================================
(ns reagent-mui.icons.recommend-sharp
"Imports @mui/icons-material/RecommendSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def recommend-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6 10.05L15.46 18H7v-7.56L12 5l1 1v.53L12.41 10H18v2.05z"})
"RecommendSharp"))
================================================
FILE: src/icons/reagent_mui/icons/recommend_two_tone.cljs
================================================
(ns reagent-mui.icons.recommend-two-tone
"Imports @mui/icons-material/RecommendTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def recommend-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm5.9 8.3-2.1 4.9c-.22.51-.74.83-1.3.8H9c-1.1 0-2-.9-2-2v-5c-.02-.38.13-.74.4-1L12 5l.69.69c.18.19.29.44.3.7v.2L12.41 10H17c.55 0 1 .45 1 1v.8c.02.17-.02.35-.1.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}) (e "path" #js {"d" "M17 10h-4.59l.58-3.41v-.2c-.01-.26-.12-.51-.3-.7L12 5l-4.6 5c-.27.26-.42.62-.4 1v5c0 1.1.9 2 2 2h5.5c.56.03 1.08-.29 1.3-.8l2.1-4.9c.08-.15.12-.33.1-.5V11c0-.55-.45-1-1-1z"})]
"RecommendTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/record_voice_over.cljs
================================================
(ns reagent-mui.icons.record-voice-over
"Imports @mui/icons-material/RecordVoiceOver as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def record-voice-over (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "9", "r" "4"}) (e "path" #js {"d" "M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm7.76-9.64-1.68 1.69c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z"})]
"RecordVoiceOver"))
================================================
FILE: src/icons/reagent_mui/icons/record_voice_over_outlined.cljs
================================================
(ns reagent-mui.icons.record-voice-over-outlined
"Imports @mui/icons-material/RecordVoiceOverOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def record-voice-over-outlined (create-svg-icon (e "path" #js {"d" "M9 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 8c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm-6 4c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2H3zM15.08 7.05c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27l-1.68 1.69zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z"})
"RecordVoiceOverOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/record_voice_over_rounded.cljs
================================================
(ns reagent-mui.icons.record-voice-over-rounded
"Imports @mui/icons-material/RecordVoiceOverRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def record-voice-over-rounded (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "9", "r" "4"}) (e "path" #js {"d" "M9 15c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4zm6.47-7.23c.32.79.32 1.67 0 2.46-.19.47-.11 1 .25 1.36l.03.03c.58.58 1.57.46 1.95-.27.76-1.45.76-3.15-.02-4.66-.38-.74-1.38-.88-1.97-.29l-.01.01c-.34.35-.42.89-.23 1.36zm3.71-4.88c-.4.4-.46 1.02-.13 1.48 1.97 2.74 1.96 6.41-.03 9.25-.32.45-.25 1.07.14 1.46l.03.03c.49.49 1.32.45 1.74-.1 2.75-3.54 2.76-8.37 0-12.02-.42-.55-1.26-.59-1.75-.1z"})]
"RecordVoiceOverRounded"))
================================================
FILE: src/icons/reagent_mui/icons/record_voice_over_sharp.cljs
================================================
(ns reagent-mui.icons.record-voice-over-sharp
"Imports @mui/icons-material/RecordVoiceOverSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def record-voice-over-sharp (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "9", "r" "4"}) (e "path" #js {"d" "M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm6.08-7.95c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27l-1.68 1.69zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z"})]
"RecordVoiceOverSharp"))
================================================
FILE: src/icons/reagent_mui/icons/record_voice_over_two_tone.cljs
================================================
(ns reagent-mui.icons.record-voice-over-two-tone
"Imports @mui/icons-material/RecordVoiceOverTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def record-voice-over-two-tone (create-svg-icon [(e "g" #js {"opacity" ".3"} (e "circle" #js {"cx" "9", "cy" "9", "r" "2"}) (e "path" #js {"d" "M9 17c-2.69 0-5.77 1.28-6 2h12c-.2-.71-3.3-2-6-2z"})) (e "path" #js {"d" "M9 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 8c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm-6 4c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2H3zM16.76 5.36l-1.68 1.69c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z"})]
"RecordVoiceOverTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rectangle.cljs
================================================
(ns reagent-mui.icons.rectangle
"Imports @mui/icons-material/Rectangle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rectangle (create-svg-icon (e "path" #js {"d" "M2 4h20v16H2z"})
"Rectangle"))
================================================
FILE: src/icons/reagent_mui/icons/rectangle_outlined.cljs
================================================
(ns reagent-mui.icons.rectangle-outlined
"Imports @mui/icons-material/RectangleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rectangle-outlined (create-svg-icon (e "path" #js {"d" "M2 4v16h20V4H2zm18 14H4V6h16v12z"})
"RectangleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rectangle_rounded.cljs
================================================
(ns reagent-mui.icons.rectangle-rounded
"Imports @mui/icons-material/RectangleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rectangle-rounded (create-svg-icon (e "path" #js {"d" "M2 6v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2z"})
"RectangleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rectangle_sharp.cljs
================================================
(ns reagent-mui.icons.rectangle-sharp
"Imports @mui/icons-material/RectangleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rectangle-sharp (create-svg-icon (e "path" #js {"d" "M2 4h20v16H2z"})
"RectangleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rectangle_two_tone.cljs
================================================
(ns reagent-mui.icons.rectangle-two-tone
"Imports @mui/icons-material/RectangleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rectangle-two-tone (create-svg-icon [(e "path" #js {"d" "M4 6h16v12H4z", "opacity" ".3"}) (e "path" #js {"d" "M2 4v16h20V4H2zm18 14H4V6h16v12z"})]
"RectangleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/reddit.cljs
================================================
(ns reagent-mui.icons.reddit
"Imports @mui/icons-material/Reddit as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reddit (create-svg-icon (e "path" #js {"d" "M22 12.14a2.19 2.19 0 0 0-3.71-1.57 10.93 10.93 0 0 0-5.86-1.87l1-4.7 3.27.71a1.56 1.56 0 1 0 .16-.76l-3.64-.77c-.11-.02-.22 0-.29.06-.09.05-.14.14-.16.26l-1.11 5.22c-2.33.07-4.43.78-5.95 1.86A2.2 2.2 0 0 0 4.19 10a2.16 2.16 0 0 0-.9 4.15 3.6 3.6 0 0 0-.05.66c0 3.37 3.92 6.12 8.76 6.12s8.76-2.73 8.76-6.12c0-.21-.01-.44-.05-.66A2.21 2.21 0 0 0 22 12.14M7 13.7c0-.86.68-1.56 1.54-1.56s1.56.7 1.56 1.56a1.56 1.56 0 0 1-1.56 1.56c-.86.02-1.54-.7-1.54-1.56m8.71 4.14C14.63 18.92 12.59 19 12 19c-.61 0-2.65-.1-3.71-1.16a.4.4 0 0 1 0-.57.4.4 0 0 1 .57 0c.68.68 2.14.91 3.14.91s2.47-.23 3.14-.91a.4.4 0 0 1 .57 0c.14.16.14.41 0 .57m-.29-2.56c-.86 0-1.56-.7-1.56-1.56a1.56 1.56 0 0 1 1.56-1.56c.86 0 1.58.7 1.58 1.56a1.6 1.6 0 0 1-1.58 1.56z"})
"Reddit"))
================================================
FILE: src/icons/reagent_mui/icons/redeem.cljs
================================================
(ns reagent-mui.icons.redeem
"Imports @mui/icons-material/Redeem as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def redeem (create-svg-icon (e "path" #js {"d" "M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z"})
"Redeem"))
================================================
FILE: src/icons/reagent_mui/icons/redeem_outlined.cljs
================================================
(ns reagent-mui.icons.redeem-outlined
"Imports @mui/icons-material/RedeemOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def redeem-outlined (create-svg-icon (e "path" #js {"d" "M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z"})
"RedeemOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/redeem_rounded.cljs
================================================
(ns reagent-mui.icons.redeem-rounded
"Imports @mui/icons-material/RedeemRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def redeem-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm10 15H5c-.55 0-1-.45-1-1v-1h16v1c0 .55-.45 1-1 1zm1-5H4V9c0-.55.45-1 1-1h4.08L7.6 10.02c-.33.45-.23 1.08.22 1.4.44.32 1.07.22 1.39-.22L12 7.4l2.79 3.8c.32.44.95.54 1.39.22.45-.32.55-.95.22-1.4L14.92 8H19c.55 0 1 .45 1 1v5z"})
"RedeemRounded"))
================================================
FILE: src/icons/reagent_mui/icons/redeem_sharp.cljs
================================================
(ns reagent-mui.icons.redeem-sharp
"Imports @mui/icons-material/RedeemSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def redeem-sharp (create-svg-icon (e "path" #js {"d" "M22 6h-4.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H2v15h20V6zm-7-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 12 7.4l3.38 4.6L17 10.83 14.92 8H20v6z"})
"RedeemSharp"))
================================================
FILE: src/icons/reagent_mui/icons/redeem_two_tone.cljs
================================================
(ns reagent-mui.icons.redeem-two-tone
"Imports @mui/icons-material/RedeemTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def redeem-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17h16v2H4zm13-6.17L15.38 12 13 8.76 12 7.4l-1 1.36L8.62 12 7 10.83 9.08 8H4v6h16V8h-5.08z", "opacity" ".3"}) (e "path" #js {"d" "M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z"})]
"RedeemTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/redo.cljs
================================================
(ns reagent-mui.icons.redo
"Imports @mui/icons-material/Redo as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def redo (create-svg-icon (e "path" #js {"d" "M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z"})
"Redo"))
================================================
FILE: src/icons/reagent_mui/icons/redo_outlined.cljs
================================================
(ns reagent-mui.icons.redo-outlined
"Imports @mui/icons-material/RedoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def redo-outlined (create-svg-icon (e "path" #js {"d" "M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z"})
"RedoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/redo_rounded.cljs
================================================
(ns reagent-mui.icons.redo-rounded
"Imports @mui/icons-material/RedoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def redo-rounded (create-svg-icon (e "path" #js {"d" "M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.16 0-7.74 2.42-9.44 5.93-.32.67.04 1.47.75 1.71.59.2 1.23-.08 1.5-.64 1.3-2.66 4.03-4.5 7.19-4.5 1.95 0 3.73.72 5.12 1.88l-1.91 1.91c-.63.63-.19 1.71.7 1.71H21c.55 0 1-.45 1-1V9.41c0-.89-1.08-1.34-1.71-.71l-1.89 1.9z"})
"RedoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/redo_sharp.cljs
================================================
(ns reagent-mui.icons.redo-sharp
"Imports @mui/icons-material/RedoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def redo-sharp (create-svg-icon (e "path" #js {"d" "M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z"})
"RedoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/redo_two_tone.cljs
================================================
(ns reagent-mui.icons.redo-two-tone
"Imports @mui/icons-material/RedoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def redo-two-tone (create-svg-icon (e "path" #js {"d" "M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z"})
"RedoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/reduce_capacity.cljs
================================================
(ns reagent-mui.icons.reduce-capacity
"Imports @mui/icons-material/ReduceCapacity as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reduce-capacity (create-svg-icon (e "path" #js {"d" "M16 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.78 3.58C19.93 7.21 18.99 7 18 7c-.67 0-1.31.1-1.92.28.58.55.92 1.32.92 2.15V10h5v-.57c0-.81-.48-1.53-1.22-1.85zM6 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.92 1.28C7.31 7.1 6.67 7 6 7c-.99 0-1.93.21-2.78.58C2.48 7.9 2 8.62 2 9.43V10h5v-.57c0-.83.34-1.6.92-2.15zM10 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H8v-.57c0-.81.48-1.53 1.22-1.85C10.07 7.21 11.01 7 12 7c.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V10zm-1 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6h-8v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V22zM5 16c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H3v-.57c0-.81.48-1.53 1.22-1.85C5.07 19.21 6.01 19 7 19c.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V22zm1.75-9v-2h-1.5v2H9l3 3 3-3h-2.25z"})
"ReduceCapacity"))
================================================
FILE: src/icons/reagent_mui/icons/reduce_capacity_outlined.cljs
================================================
(ns reagent-mui.icons.reduce-capacity-outlined
"Imports @mui/icons-material/ReduceCapacityOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reduce-capacity-outlined (create-svg-icon (e "path" #js {"d" "M16 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.78 3.58C19.93 7.21 18.99 7 18 7c-.67 0-1.31.1-1.92.28.58.55.92 1.32.92 2.15V10h5v-.57c0-.81-.48-1.53-1.22-1.85zM6 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.92 1.28C7.31 7.1 6.67 7 6 7c-.99 0-1.93.21-2.78.58C2.48 7.9 2 8.62 2 9.43V10h5v-.57c0-.83.34-1.6.92-2.15zM10 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H8v-.57c0-.81.48-1.53 1.22-1.85C10.07 7.21 11.01 7 12 7c.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V10zm-1 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6h-8v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V22zM5 16c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H3v-.57c0-.81.48-1.53 1.22-1.85C5.07 19.21 6.01 19 7 19c.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V22zm1.75-9v-2h-1.5v2H9l3 3 3-3h-2.25z"})
"ReduceCapacityOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/reduce_capacity_rounded.cljs
================================================
(ns reagent-mui.icons.reduce-capacity-rounded
"Imports @mui/icons-material/ReduceCapacityRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reduce-capacity-rounded (create-svg-icon (e "path" #js {"d" "M16 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.78 3.58C19.93 7.21 18.99 7 18 7c-.67 0-1.31.1-1.92.28.58.55.92 1.32.92 2.15V10h5v-.57c0-.81-.48-1.53-1.22-1.85zM6 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.92 1.28C7.31 7.1 6.67 7 6 7c-.99 0-1.93.21-2.78.58C2.48 7.9 2 8.62 2 9.43V10h5v-.57c0-.83.34-1.6.92-2.15zM10 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H8v-.57c0-.81.48-1.53 1.22-1.85C10.07 7.21 11.01 7 12 7c.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V10zm-1 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6h-8v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V22zM5 16c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H3v-.57c0-.81.48-1.53 1.22-1.85C5.07 19.21 6.01 19 7 19c.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V22zm2.79-9h-1.04v-1.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75V13h-1.04c-.45 0-.67.54-.35.85l1.79 1.79c.2.2.51.2.71 0l1.79-1.79c.31-.31.09-.85-.36-.85z"})
"ReduceCapacityRounded"))
================================================
FILE: src/icons/reagent_mui/icons/reduce_capacity_sharp.cljs
================================================
(ns reagent-mui.icons.reduce-capacity-sharp
"Imports @mui/icons-material/ReduceCapacitySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reduce-capacity-sharp (create-svg-icon (e "path" #js {"d" "M16 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.78 3.58C19.93 7.21 18.99 7 18 7c-.67 0-1.31.1-1.92.28.58.55.92 1.32.92 2.15V10h5v-.57c0-.81-.48-1.53-1.22-1.85zM6 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.92 1.28C7.31 7.1 6.67 7 6 7c-.99 0-1.93.21-2.78.58C2.48 7.9 2 8.62 2 9.43V10h5v-.57c0-.83.34-1.6.92-2.15zM10 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H8v-.57c0-.81.48-1.53 1.22-1.85C10.07 7.21 11.01 7 12 7c.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V10zm-1 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6h-8v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V22zM5 16c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H3v-.57c0-.81.48-1.53 1.22-1.85C5.07 19.21 6.01 19 7 19c.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V22zm1.75-9v-2h-1.5v2H9l3 3 3-3h-2.25z"})
"ReduceCapacitySharp"))
================================================
FILE: src/icons/reagent_mui/icons/reduce_capacity_two_tone.cljs
================================================
(ns reagent-mui.icons.reduce-capacity-two-tone
"Imports @mui/icons-material/ReduceCapacityTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reduce-capacity-two-tone (create-svg-icon (e "path" #js {"d" "M16 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.78 3.58C19.93 7.21 18.99 7 18 7c-.67 0-1.31.1-1.92.28.58.55.92 1.32.92 2.15V10h5v-.57c0-.81-.48-1.53-1.22-1.85zM6 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.92 1.28C7.31 7.1 6.67 7 6 7c-.99 0-1.93.21-2.78.58C2.48 7.9 2 8.62 2 9.43V10h5v-.57c0-.83.34-1.6.92-2.15zM10 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H8v-.57c0-.81.48-1.53 1.22-1.85C10.07 7.21 11.01 7 12 7c.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V10zm-1 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6h-8v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V22zM5 16c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H3v-.57c0-.81.48-1.53 1.22-1.85C5.07 19.21 6.01 19 7 19c.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V22zm1.75-9v-2h-1.5v2H9l3 3 3-3h-2.25z"})
"ReduceCapacityTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/refresh.cljs
================================================
(ns reagent-mui.icons.refresh
"Imports @mui/icons-material/Refresh as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def refresh (create-svg-icon (e "path" #js {"d" "M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z"})
"Refresh"))
================================================
FILE: src/icons/reagent_mui/icons/refresh_outlined.cljs
================================================
(ns reagent-mui.icons.refresh-outlined
"Imports @mui/icons-material/RefreshOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def refresh-outlined (create-svg-icon (e "path" #js {"d" "M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z"})
"RefreshOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/refresh_rounded.cljs
================================================
(ns reagent-mui.icons.refresh-rounded
"Imports @mui/icons-material/RefreshRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def refresh-rounded (create-svg-icon (e "path" #js {"d" "M17.65 6.35c-1.63-1.63-3.94-2.57-6.48-2.31-3.67.37-6.69 3.35-7.1 7.02C3.52 15.91 7.27 20 12 20c3.19 0 5.93-1.87 7.21-4.56.32-.67-.16-1.44-.9-1.44-.37 0-.72.2-.88.53-1.13 2.43-3.84 3.97-6.8 3.31-2.22-.49-4.01-2.3-4.48-4.52C5.31 9.44 8.26 6 12 6c1.66 0 3.14.69 4.22 1.78l-1.51 1.51c-.63.63-.19 1.71.7 1.71H19c.55 0 1-.45 1-1V6.41c0-.89-1.08-1.34-1.71-.71l-.64.65z"})
"RefreshRounded"))
================================================
FILE: src/icons/reagent_mui/icons/refresh_sharp.cljs
================================================
(ns reagent-mui.icons.refresh-sharp
"Imports @mui/icons-material/RefreshSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def refresh-sharp (create-svg-icon (e "path" #js {"d" "M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z"})
"RefreshSharp"))
================================================
FILE: src/icons/reagent_mui/icons/refresh_two_tone.cljs
================================================
(ns reagent-mui.icons.refresh-two-tone
"Imports @mui/icons-material/RefreshTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def refresh-two-tone (create-svg-icon (e "path" #js {"d" "M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z"})
"RefreshTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/remember_me.cljs
================================================
(ns reagent-mui.icons.remember-me
"Imports @mui/icons-material/RememberMe as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remember-me (create-svg-icon [(e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 14.21c-1.5-.77-3.2-1.21-5-1.21s-3.5.44-5 1.21V6h10v9.21z"}) (e "circle" #js {"cx" "12", "cy" "10", "r" "3"})]
"RememberMe"))
================================================
FILE: src/icons/reagent_mui/icons/remember_me_outlined.cljs
================================================
(ns reagent-mui.icons.remember-me-outlined
"Imports @mui/icons-material/RememberMeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remember-me-outlined (create-svg-icon [(e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 20H7v-1h10v1zm0-3H7v-.48c1.47-.99 3.22-1.52 5-1.52s3.53.53 5 1.52V18zm0-2.79c-1.5-.77-3.2-1.21-5-1.21s-3.5.44-5 1.21V6h10v9.21zM17 4H7V3h10v1z"}) (e "path" #js {"d" "M12 13c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})]
"RememberMeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/remember_me_rounded.cljs
================================================
(ns reagent-mui.icons.remember-me-rounded
"Imports @mui/icons-material/RememberMeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remember-me-rounded (create-svg-icon [(e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 14.21c-1.5-.77-3.2-1.21-5-1.21s-3.5.44-5 1.21V6h10v9.21z"}) (e "circle" #js {"cx" "12", "cy" "10", "r" "3"})]
"RememberMeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/remember_me_sharp.cljs
================================================
(ns reagent-mui.icons.remember-me-sharp
"Imports @mui/icons-material/RememberMeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remember-me-sharp (create-svg-icon [(e "path" #js {"d" "M19 1H5v22h14V1zm-2 14.21c-1.5-.77-3.2-1.21-5-1.21s-3.5.44-5 1.21V6h10v9.21z"}) (e "circle" #js {"cx" "12", "cy" "10", "r" "3"})]
"RememberMeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/remember_me_two_tone.cljs
================================================
(ns reagent-mui.icons.remember-me-two-tone
"Imports @mui/icons-material/RememberMeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remember-me-two-tone (create-svg-icon [(e "path" #js {"d" "M7 20h10v1H7zm0-2.48V18h10v-.48c-1.47-.99-3.22-1.52-5-1.52s-3.53.53-5 1.52z", "opacity" ".3"}) (e "circle" #js {"cx" "12", "cy" "10", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M7 3h10v1H7z", "opacity" ".3"}) (e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 20H7v-1h10v1zm0-3H7v-.48c1.47-.99 3.22-1.52 5-1.52s3.53.53 5 1.52V18zm0-2.79c-1.5-.77-3.2-1.21-5-1.21s-3.5.44-5 1.21V6h10v9.21zM17 4H7V3h10v1z"}) (e "path" #js {"d" "M12 13c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})]
"RememberMeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/remove.cljs
================================================
(ns reagent-mui.icons.remove
"Imports @mui/icons-material/Remove as a Reagent component."
(:refer-clojure :exclude [remove])
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove (create-svg-icon (e "path" #js {"d" "M19 13H5v-2h14v2z"})
"Remove"))
================================================
FILE: src/icons/reagent_mui/icons/remove_circle.cljs
================================================
(ns reagent-mui.icons.remove-circle
"Imports @mui/icons-material/RemoveCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"})
"RemoveCircle"))
================================================
FILE: src/icons/reagent_mui/icons/remove_circle_outline.cljs
================================================
(ns reagent-mui.icons.remove-circle-outline
"Imports @mui/icons-material/RemoveCircleOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-circle-outline (create-svg-icon (e "path" #js {"d" "M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"RemoveCircleOutline"))
================================================
FILE: src/icons/reagent_mui/icons/remove_circle_outline_outlined.cljs
================================================
(ns reagent-mui.icons.remove-circle-outline-outlined
"Imports @mui/icons-material/RemoveCircleOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-circle-outline-outlined (create-svg-icon (e "path" #js {"d" "M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"RemoveCircleOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/remove_circle_outline_rounded.cljs
================================================
(ns reagent-mui.icons.remove-circle-outline-rounded
"Imports @mui/icons-material/RemoveCircleOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-circle-outline-rounded (create-svg-icon (e "path" #js {"d" "M7 12c0 .55.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1zm5-10C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"RemoveCircleOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/remove_circle_outline_sharp.cljs
================================================
(ns reagent-mui.icons.remove-circle-outline-sharp
"Imports @mui/icons-material/RemoveCircleOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-circle-outline-sharp (create-svg-icon (e "path" #js {"d" "M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"RemoveCircleOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/remove_circle_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.remove-circle-outline-two-tone
"Imports @mui/icons-material/RemoveCircleOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-circle-outline-two-tone (create-svg-icon (e "path" #js {"d" "M7 11h10v2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})
"RemoveCircleOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/remove_circle_outlined.cljs
================================================
(ns reagent-mui.icons.remove-circle-outlined
"Imports @mui/icons-material/RemoveCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-circle-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"})
"RemoveCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/remove_circle_rounded.cljs
================================================
(ns reagent-mui.icons.remove-circle-rounded
"Imports @mui/icons-material/RemoveCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4 11H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1z"})
"RemoveCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/remove_circle_sharp.cljs
================================================
(ns reagent-mui.icons.remove-circle-sharp
"Imports @mui/icons-material/RemoveCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"})
"RemoveCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/remove_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.remove-circle-two-tone
"Imports @mui/icons-material/RemoveCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm5 9H7v-2h10v2z", "opacity" ".3"}) (e "path" #js {"d" "M7 11h10v2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})]
"RemoveCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/remove_done.cljs
================================================
(ns reagent-mui.icons.remove-done
"Imports @mui/icons-material/RemoveDone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-done (create-svg-icon (e "path" #js {"d" "m1.79 12 5.58 5.59L5.96 19 .37 13.41 1.79 12zm.45-7.78L12.9 14.89l-1.28 1.28L7.44 12l-1.41 1.41L11.62 19l2.69-2.69 4.89 4.89 1.41-1.41L3.65 2.81 2.24 4.22zm14.9 9.27L23.62 7 22.2 5.59l-6.48 6.48 1.42 1.42zM17.96 7l-1.41-1.41-3.65 3.66 1.41 1.41L17.96 7z"})
"RemoveDone"))
================================================
FILE: src/icons/reagent_mui/icons/remove_done_outlined.cljs
================================================
(ns reagent-mui.icons.remove-done-outlined
"Imports @mui/icons-material/RemoveDoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-done-outlined (create-svg-icon (e "path" #js {"d" "M4.84 1.98 3.43 3.39l10.38 10.38-1.41 1.41-4.24-4.24-1.41 1.41 5.66 5.66 2.83-2.83 6.6 6.6 1.41-1.41L4.84 1.98zm13.21 10.38L23 7.4 21.57 6l-4.94 4.94 1.42 1.42zm-.71-4.96-1.41-1.41-2.12 2.12 1.41 1.41 2.12-2.12zM1.08 12.35l5.66 5.66 1.41-1.41-5.66-5.66-1.41 1.41z"})
"RemoveDoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/remove_done_rounded.cljs
================================================
(ns reagent-mui.icons.remove-done-rounded
"Imports @mui/icons-material/RemoveDoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-done-rounded (create-svg-icon (e "path" #js {"d" "M4.14 2.69c-.39.39-.39 1.02 0 1.41l9.67 9.67-1.41 1.41-3.54-3.53a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.24 4.24c.39.39 1.02.39 1.41 0l2.12-2.12 5.89 5.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L5.55 2.69a.9959.9959 0 0 0-1.41 0zm13.91 9.67 4.24-4.24c.39-.39.39-1.03-.01-1.42-.39-.38-1.02-.38-1.41.01l-4.24 4.24 1.42 1.41zM16.64 6.7a.9959.9959 0 0 0-1.41 0l-1.42 1.42 1.41 1.41 1.42-1.42c.39-.39.39-1.02 0-1.41zM1.79 13.06l4.95 4.95 1.41-1.41-4.95-4.95a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41z"})
"RemoveDoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/remove_done_sharp.cljs
================================================
(ns reagent-mui.icons.remove-done-sharp
"Imports @mui/icons-material/RemoveDoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-done-sharp (create-svg-icon (e "path" #js {"d" "M4.84 1.98 3.43 3.39l10.38 10.38-1.41 1.41-4.24-4.24-1.41 1.41 5.66 5.66 2.83-2.83 6.6 6.6 1.41-1.41L4.84 1.98zm13.21 10.38L23 7.4 21.57 6l-4.94 4.94 1.42 1.42zm-.71-4.96-1.41-1.41-2.12 2.12 1.41 1.41 2.12-2.12zM1.08 12.35l5.66 5.66 1.41-1.41-5.66-5.66-1.41 1.41z"})
"RemoveDoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/remove_done_two_tone.cljs
================================================
(ns reagent-mui.icons.remove-done-two-tone
"Imports @mui/icons-material/RemoveDoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-done-two-tone (create-svg-icon (e "path" #js {"d" "M4.84 1.98 3.43 3.39l10.38 10.38-1.41 1.41-4.24-4.24-1.41 1.41 5.66 5.66 2.83-2.83 6.6 6.6 1.41-1.41L4.84 1.98zm13.21 10.38L23 7.4 21.57 6l-4.94 4.94 1.42 1.42zm-.71-4.96-1.41-1.41-2.12 2.12 1.41 1.41 2.12-2.12zM1.08 12.35l5.66 5.66 1.41-1.41-5.66-5.66-1.41 1.41z"})
"RemoveDoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/remove_from_queue.cljs
================================================
(ns reagent-mui.icons.remove-from-queue
"Imports @mui/icons-material/RemoveFromQueue as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-from-queue (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.11-.9-2-2-2zm0 14H3V5h18v12zm-5-7v2H8v-2h8z"})
"RemoveFromQueue"))
================================================
FILE: src/icons/reagent_mui/icons/remove_from_queue_outlined.cljs
================================================
(ns reagent-mui.icons.remove-from-queue-outlined
"Imports @mui/icons-material/RemoveFromQueueOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-from-queue-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h5c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm0 14H3V5h18v12zm-5-7v2H8v-2h8z"})
"RemoveFromQueueOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/remove_from_queue_rounded.cljs
================================================
(ns reagent-mui.icons.remove-from-queue-rounded
"Imports @mui/icons-material/RemoveFromQueueRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-from-queue-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm-1 14H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1zm-4-6c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1z"})
"RemoveFromQueueRounded"))
================================================
FILE: src/icons/reagent_mui/icons/remove_from_queue_sharp.cljs
================================================
(ns reagent-mui.icons.remove-from-queue-sharp
"Imports @mui/icons-material/RemoveFromQueueSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-from-queue-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v16h7v2h8v-2h7V3zm-2 14H3V5h18v12zm-5-7v2H8v-2h8z"})
"RemoveFromQueueSharp"))
================================================
FILE: src/icons/reagent_mui/icons/remove_from_queue_two_tone.cljs
================================================
(ns reagent-mui.icons.remove-from-queue-two-tone
"Imports @mui/icons-material/RemoveFromQueueTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-from-queue-two-tone (create-svg-icon [(e "path" #js {"d" "M3 17h18V5H3v12zm5-7h8v2H8v-2z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h5c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm0 14H3V5h18v12zM8 10h8v2H8z"})]
"RemoveFromQueueTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/remove_moderator.cljs
================================================
(ns reagent-mui.icons.remove-moderator
"Imports @mui/icons-material/RemoveModerator as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-moderator (create-svg-icon (e "path" #js {"d" "m22.27 21.73-3.54-3.55L5.78 5.23 2.27 1.72 1 2.99 3.01 5H3v6c0 5.55 3.84 10.74 9 12 2.16-.53 4.08-1.76 5.6-3.41L21 23l1.27-1.27zM13 9.92l6.67 6.67C20.51 14.87 21 12.96 21 11V5l-9-4-5.48 2.44L11 7.92l2 2z"})
"RemoveModerator"))
================================================
FILE: src/icons/reagent_mui/icons/remove_moderator_outlined.cljs
================================================
(ns reagent-mui.icons.remove-moderator-outlined
"Imports @mui/icons-material/RemoveModeratorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-moderator-outlined (create-svg-icon (e "path" #js {"d" "m12 4.14 6 2.25v4.7c0 1.19-.23 2.36-.64 3.44l1.51 1.51c.72-1.53 1.13-3.22 1.13-4.95V5l-8-3-5.22 1.96 1.55 1.55L12 4.14zM2.81 2.81 1.39 4.22 4 6.83v4.26c0 5.05 3.41 9.76 8 10.91 1.72-.43 3.28-1.36 4.55-2.62l3.23 3.23 1.41-1.41L2.81 2.81zM12 19.92c-3.45-1.13-6-4.82-6-8.83V8.83l9.14 9.14c-.9.88-1.97 1.57-3.14 1.95z"})
"RemoveModeratorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/remove_moderator_rounded.cljs
================================================
(ns reagent-mui.icons.remove-moderator-rounded
"Imports @mui/icons-material/RemoveModeratorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-moderator-rounded (create-svg-icon (e "path" #js {"d" "M20 11.09v-4.7c0-.83-.52-1.58-1.3-1.87l-6-2.25c-.45-.17-.95-.17-1.4 0L6.78 3.96l12.09 12.09c.72-1.53 1.13-3.22 1.13-4.96zm.49 9.4L3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L4 6.83v4.26c0 4.83 3.13 9.37 7.43 10.75.37.12.77.12 1.14 0 1.49-.48 2.84-1.35 3.97-2.47l2.53 2.53c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41z"})
"RemoveModeratorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/remove_moderator_sharp.cljs
================================================
(ns reagent-mui.icons.remove-moderator-sharp
"Imports @mui/icons-material/RemoveModeratorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-moderator-sharp (create-svg-icon (e "path" #js {"d" "M20 11.09V5l-8-3-5.22 1.96 12.09 12.09c.72-1.53 1.13-3.22 1.13-4.96zM2.81 2.81 1.39 4.22 4 6.83v4.26c0 5.05 3.41 9.76 8 10.91 1.72-.43 3.28-1.36 4.55-2.62l3.23 3.23 1.41-1.41L2.81 2.81z"})
"RemoveModeratorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/remove_moderator_two_tone.cljs
================================================
(ns reagent-mui.icons.remove-moderator-two-tone
"Imports @mui/icons-material/RemoveModeratorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-moderator-two-tone (create-svg-icon [(e "path" #js {"d" "M6 11.09c0 4 2.55 7.7 6 8.83 1.17-.38 2.24-1.07 3.14-1.95L6 8.83v2.26zm6-6.95L8.34 5.51l9.02 9.02c.41-1.08.64-2.25.64-3.44v-4.7l-6-2.25z", "opacity" ".3"}) (e "path" #js {"d" "m12 4.14 6 2.25v4.7c0 1.19-.23 2.36-.64 3.44l1.51 1.51c.72-1.53 1.13-3.22 1.13-4.95V5l-8-3-5.22 1.96 1.55 1.55L12 4.14zM2.81 2.81 1.39 4.22 4 6.83v4.26c0 5.05 3.41 9.76 8 10.91 1.72-.43 3.28-1.36 4.55-2.62l3.23 3.23 1.41-1.41L2.81 2.81zM12 19.92c-3.45-1.13-6-4.82-6-8.83V8.83l9.14 9.14c-.9.88-1.97 1.57-3.14 1.95z"})]
"RemoveModeratorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/remove_outlined.cljs
================================================
(ns reagent-mui.icons.remove-outlined
"Imports @mui/icons-material/RemoveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-outlined (create-svg-icon (e "path" #js {"d" "M19 13H5v-2h14v2z"})
"RemoveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/remove_red_eye.cljs
================================================
(ns reagent-mui.icons.remove-red-eye
"Imports @mui/icons-material/RemoveRedEye as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-red-eye (create-svg-icon (e "path" #js {"d" "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"RemoveRedEye"))
================================================
FILE: src/icons/reagent_mui/icons/remove_red_eye_outlined.cljs
================================================
(ns reagent-mui.icons.remove-red-eye-outlined
"Imports @mui/icons-material/RemoveRedEyeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-red-eye-outlined (create-svg-icon (e "path" #js {"d" "M12 6.5c3.79 0 7.17 2.13 8.82 5.5-1.65 3.37-5.02 5.5-8.82 5.5S4.83 15.37 3.18 12C4.83 8.63 8.21 6.5 12 6.5m0-2C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zm0 5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5m0-2c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5z"})
"RemoveRedEyeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/remove_red_eye_rounded.cljs
================================================
(ns reagent-mui.icons.remove-red-eye-rounded
"Imports @mui/icons-material/RemoveRedEyeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-red-eye-rounded (create-svg-icon (e "path" #js {"d" "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"RemoveRedEyeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/remove_red_eye_sharp.cljs
================================================
(ns reagent-mui.icons.remove-red-eye-sharp
"Imports @mui/icons-material/RemoveRedEyeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-red-eye-sharp (create-svg-icon (e "path" #js {"d" "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"RemoveRedEyeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/remove_red_eye_two_tone.cljs
================================================
(ns reagent-mui.icons.remove-red-eye-two-tone
"Imports @mui/icons-material/RemoveRedEyeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-red-eye-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6.5c-3.79 0-7.17 2.13-8.82 5.5 1.65 3.37 5.02 5.5 8.82 5.5s7.17-2.13 8.82-5.5C19.17 8.63 15.79 6.5 12 6.5zm0 10c-2.48 0-4.5-2.02-4.5-4.5S9.52 7.5 12 7.5s4.5 2.02 4.5 4.5-2.02 4.5-4.5 4.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zm0 13c-3.79 0-7.17-2.13-8.82-5.5C4.83 8.63 8.21 6.5 12 6.5s7.17 2.13 8.82 5.5c-1.65 3.37-5.03 5.5-8.82 5.5zm0-10c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5zm0 7c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})]
"RemoveRedEyeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/remove_road.cljs
================================================
(ns reagent-mui.icons.remove-road
"Imports @mui/icons-material/RemoveRoad as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-road (create-svg-icon (e "path" #js {"d" "M18 4h2v9h-2zM4 4h2v16H4zm7 0h2v4h-2zm0 6h2v4h-2zm0 6h2v4h-2zm11.5.41L21.09 15 19 17.09 16.91 15l-1.41 1.41 2.09 2.09-2.09 2.09L16.91 22 19 19.91 21.09 22l1.41-1.41-2.09-2.09z"})
"RemoveRoad"))
================================================
FILE: src/icons/reagent_mui/icons/remove_road_outlined.cljs
================================================
(ns reagent-mui.icons.remove-road-outlined
"Imports @mui/icons-material/RemoveRoadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-road-outlined (create-svg-icon (e "path" #js {"d" "M18 4h2v9h-2zM4 4h2v16H4zm7 0h2v4h-2zm0 6h2v4h-2zm0 6h2v4h-2zm11.5.41L21.09 15 19 17.09 16.91 15l-1.41 1.41 2.09 2.09-2.09 2.09L16.91 22 19 19.91 21.09 22l1.41-1.41-2.09-2.09z"})
"RemoveRoadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/remove_road_rounded.cljs
================================================
(ns reagent-mui.icons.remove-road-rounded
"Imports @mui/icons-material/RemoveRoadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-road-rounded (create-svg-icon (e "path" #js {"d" "M19 4c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1s1-.45 1-1V5c0-.55-.45-1-1-1zM5 20c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v14c0 .55.45 1 1 1zm7-12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1zm0 6c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1zm0 6c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1zm9.79-4.29a.9959.9959 0 0 0-1.41 0L19 17.09l-1.38-1.38a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.38 1.38-1.38 1.38c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L19 19.91l1.38 1.38c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-1.38-1.38 1.38-1.38c.39-.39.39-1.02 0-1.41z"})
"RemoveRoadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/remove_road_sharp.cljs
================================================
(ns reagent-mui.icons.remove-road-sharp
"Imports @mui/icons-material/RemoveRoadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-road-sharp (create-svg-icon (e "path" #js {"d" "M18 4h2v9h-2zM4 4h2v16H4zm7 0h2v4h-2zm0 6h2v4h-2zm0 6h2v4h-2zm11.5.41L21.09 15 19 17.09 16.91 15l-1.41 1.41 2.09 2.09-2.09 2.09L16.91 22 19 19.91 21.09 22l1.41-1.41-2.09-2.09z"})
"RemoveRoadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/remove_road_two_tone.cljs
================================================
(ns reagent-mui.icons.remove-road-two-tone
"Imports @mui/icons-material/RemoveRoadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-road-two-tone (create-svg-icon (e "path" #js {"d" "M18 4h2v9h-2zM4 4h2v16H4zm7 0h2v4h-2zm0 6h2v4h-2zm0 6h2v4h-2zm11.5.41L21.09 15 19 17.09 16.91 15l-1.41 1.41 2.09 2.09-2.09 2.09L16.91 22 19 19.91 21.09 22l1.41-1.41-2.09-2.09z"})
"RemoveRoadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/remove_rounded.cljs
================================================
(ns reagent-mui.icons.remove-rounded
"Imports @mui/icons-material/RemoveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-rounded (create-svg-icon (e "path" #js {"d" "M18 13H6c-.55 0-1-.45-1-1s.45-1 1-1h12c.55 0 1 .45 1 1s-.45 1-1 1z"})
"RemoveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/remove_sharp.cljs
================================================
(ns reagent-mui.icons.remove-sharp
"Imports @mui/icons-material/RemoveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-sharp (create-svg-icon (e "path" #js {"d" "M19 13H5v-2h14v2z"})
"RemoveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/remove_shopping_cart.cljs
================================================
(ns reagent-mui.icons.remove-shopping-cart
"Imports @mui/icons-material/RemoveShoppingCart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-shopping-cart (create-svg-icon (e "path" #js {"d" "M22.73 22.73 2.77 2.77 2 2l-.73-.73L0 2.54l4.39 4.39 2.21 4.66-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h7.46l1.38 1.38c-.5.36-.83.95-.83 1.62 0 1.1.89 2 1.99 2 .67 0 1.26-.33 1.62-.84L21.46 24l1.27-1.27zM7.42 15c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h2.36l2 2H7.42zm8.13-2c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H6.54l9.01 9zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2z"})
"RemoveShoppingCart"))
================================================
FILE: src/icons/reagent_mui/icons/remove_shopping_cart_outlined.cljs
================================================
(ns reagent-mui.icons.remove-shopping-cart-outlined
"Imports @mui/icons-material/RemoveShoppingCartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-shopping-cart-outlined (create-svg-icon (e "path" #js {"d" "M1.41 1.13 0 2.54l4.39 4.39 2.21 4.66-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h7.46l1.38 1.38c-.5.36-.83.95-.83 1.62 0 1.1.89 2 1.99 2 .67 0 1.26-.33 1.62-.84L21.46 24l1.41-1.41L1.41 1.13zM7 15l1.1-2h2.36l2 2H7zM20 4H7.12l2 2h9.19l-2.76 5h-1.44l1.94 1.94c.54-.14.99-.49 1.25-.97l3.58-6.49C21.25 4.82 20.76 4 20 4zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2z"})
"RemoveShoppingCartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/remove_shopping_cart_rounded.cljs
================================================
(ns reagent-mui.icons.remove-shopping-cart-rounded
"Imports @mui/icons-material/RemoveShoppingCartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-shopping-cart-rounded (create-svg-icon (e "path" #js {"d" "M.71 1.83c-.39.39-.39 1.02 0 1.41l3.68 3.68 2.21 4.66-1.35 2.45c-.19.33-.28.73-.24 1.15.1 1.06 1.06 1.82 2.12 1.82h7.33l1.38 1.38c-.5.36-.83.95-.83 1.62 0 1.1.89 2 1.99 2 .67 0 1.26-.33 1.62-.84l2.13 2.13c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L2.12 1.83a.9959.9959 0 0 0-1.41 0zM7 15l1.1-2h2.36l2 2H7zm9.05-2.06c.54-.14.99-.49 1.25-.97l3.58-6.49C21.25 4.82 20.76 4 20 4H7.12l8.93 8.94zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2z"})
"RemoveShoppingCartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/remove_shopping_cart_sharp.cljs
================================================
(ns reagent-mui.icons.remove-shopping-cart-sharp
"Imports @mui/icons-material/RemoveShoppingCartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-shopping-cart-sharp (create-svg-icon (e "path" #js {"d" "M1.41 1.13 0 2.54l4.39 4.39 2.21 4.66L3.62 17h10.84l1.38 1.38c-.5.36-.83.95-.83 1.62 0 1.1.89 2 1.99 2 .67 0 1.26-.33 1.62-.84L21.46 24l1.41-1.41L1.41 1.13zM7 15l1.1-2h2.36l2 2H7zm9.05-2.06h.73L21.7 4H7.12l8.93 8.94zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2z"})
"RemoveShoppingCartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/remove_shopping_cart_two_tone.cljs
================================================
(ns reagent-mui.icons.remove-shopping-cart-two-tone
"Imports @mui/icons-material/RemoveShoppingCartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-shopping-cart-two-tone (create-svg-icon [(e "path" #js {"d" "M1.41 1.13 0 2.54l4.39 4.39 2.21 4.66-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h7.46l1.38 1.38c-.5.36-.83.95-.83 1.62 0 1.1.89 2 1.99 2 .67 0 1.26-.33 1.62-.84L21.46 24l1.41-1.41L1.41 1.13zM7 15l1.1-2h2.36l2 2H7z"}) (e "path" #js {"d" "M18.31 6H9.12l4.99 5h1.44z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H7.12l2 2h9.19l-2.76 5h-1.44l1.94 1.94c.54-.14.99-.49 1.25-.97l3.58-6.49C21.25 4.82 20.76 4 20 4zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2z"})]
"RemoveShoppingCartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/remove_two_tone.cljs
================================================
(ns reagent-mui.icons.remove-two-tone
"Imports @mui/icons-material/RemoveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def remove-two-tone (create-svg-icon (e "path" #js {"d" "M19 13H5v-2h14v2z"})
"RemoveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/reorder.cljs
================================================
(ns reagent-mui.icons.reorder
"Imports @mui/icons-material/Reorder as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reorder (create-svg-icon (e "path" #js {"d" "M3 15h18v-2H3v2zm0 4h18v-2H3v2zm0-8h18V9H3v2zm0-6v2h18V5H3z"})
"Reorder"))
================================================
FILE: src/icons/reagent_mui/icons/reorder_outlined.cljs
================================================
(ns reagent-mui.icons.reorder-outlined
"Imports @mui/icons-material/ReorderOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reorder-outlined (create-svg-icon (e "path" #js {"d" "M3 15h18v-2H3v2zm0 4h18v-2H3v2zm0-8h18V9H3v2zm0-6v2h18V5H3z"})
"ReorderOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/reorder_rounded.cljs
================================================
(ns reagent-mui.icons.reorder-rounded
"Imports @mui/icons-material/ReorderRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reorder-rounded (create-svg-icon (e "path" #js {"d" "M4 15h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-8h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"})
"ReorderRounded"))
================================================
FILE: src/icons/reagent_mui/icons/reorder_sharp.cljs
================================================
(ns reagent-mui.icons.reorder-sharp
"Imports @mui/icons-material/ReorderSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reorder-sharp (create-svg-icon (e "path" #js {"d" "M3 15h18v-2H3v2zm0 4h18v-2H3v2zm0-8h18V9H3v2zm0-6v2h18V5H3z"})
"ReorderSharp"))
================================================
FILE: src/icons/reagent_mui/icons/reorder_two_tone.cljs
================================================
(ns reagent-mui.icons.reorder-two-tone
"Imports @mui/icons-material/ReorderTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reorder-two-tone (create-svg-icon (e "path" #js {"d" "M3 15h18v-2H3v2zm0 4h18v-2H3v2zm0-8h18V9H3v2zm0-6v2h18V5H3z"})
"ReorderTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/repartition.cljs
================================================
(ns reagent-mui.icons.repartition
"Imports @mui/icons-material/Repartition as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repartition (create-svg-icon (e "path" #js {"d" "M3 21h18v-6H3v6zm7.33-2v-2h3.33v2h-3.33zM19 19h-3.33v-2H19v2zM5 17h3.33v2H5v-2zm1-7 1.42-1.42L5.83 7H17c1.1 0 2 .9 2 2s-.9 2-2 2H3v2h14c2.21 0 4-1.79 4-4s-1.79-4-4-4H5.83l1.59-1.59L6 2 2 6l4 4z"})
"Repartition"))
================================================
FILE: src/icons/reagent_mui/icons/repartition_outlined.cljs
================================================
(ns reagent-mui.icons.repartition-outlined
"Imports @mui/icons-material/RepartitionOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repartition-outlined (create-svg-icon (e "path" #js {"d" "M3 21h18v-6H3v6zm7.33-2v-2h3.33v2h-3.33zM19 19h-3.33v-2H19v2zM5 17h3.33v2H5v-2zm1-7 1.42-1.42L5.83 7H17c1.1 0 2 .9 2 2s-.9 2-2 2H3v2h14c2.21 0 4-1.79 4-4s-1.79-4-4-4H5.83l1.59-1.59L6 2 2 6l4 4z"})
"RepartitionOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/repartition_rounded.cljs
================================================
(ns reagent-mui.icons.repartition-rounded
"Imports @mui/icons-material/RepartitionRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repartition-rounded (create-svg-icon (e "path" #js {"d" "M4.5 21h15c.83 0 1.5-.67 1.5-1.5v-3c0-.83-.67-1.5-1.5-1.5h-15c-.83 0-1.5.67-1.5 1.5v3c0 .83.67 1.5 1.5 1.5zm5.83-2v-2h3.33v2h-3.33zM19 19h-3.33v-2H19v2zM5 17h3.33v2H5v-2zm1.71-7.71c.39-.39.39-1.02 0-1.42L5.83 7h11.06c1 0 1.92.68 2.08 1.66C19.18 9.91 18.21 11 17 11H4c-.55 0-1 .45-1 1s.45 1 1 1h12.82c2.09 0 3.96-1.52 4.16-3.6C21.21 7.02 19.34 5 17 5H5.83l.88-.88c.39-.39.39-1.02 0-1.42a.9959.9959 0 0 0-1.41 0L2.71 5.29c-.39.39-.39 1.02 0 1.41L5.3 9.29c.38.39 1.02.39 1.41 0z"})
"RepartitionRounded"))
================================================
FILE: src/icons/reagent_mui/icons/repartition_sharp.cljs
================================================
(ns reagent-mui.icons.repartition-sharp
"Imports @mui/icons-material/RepartitionSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repartition-sharp (create-svg-icon (e "path" #js {"d" "M3 21h18v-6H3v6zm7.33-2v-2h3.33v2h-3.33zM19 19h-3.33v-2H19v2zM5 17h3.33v2H5v-2zm1-7 1.42-1.42L5.83 7H17c1.1 0 2 .9 2 2s-.9 2-2 2H3v2h14c2.21 0 4-1.79 4-4s-1.79-4-4-4H5.83l1.59-1.59L6 2 2 6l4 4z"})
"RepartitionSharp"))
================================================
FILE: src/icons/reagent_mui/icons/repartition_two_tone.cljs
================================================
(ns reagent-mui.icons.repartition-two-tone
"Imports @mui/icons-material/RepartitionTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repartition-two-tone (create-svg-icon [(e "path" #js {"d" "M15.67 17H19v2h-3.33zm-5.34 0h3.33v2h-3.33zM5 17h3.33v2H5z", "opacity" ".3"}) (e "path" #js {"d" "M3 21h18v-6H3v6zm12.67-4H19v2h-3.33v-2zm-5.34 0h3.33v2h-3.33v-2zM5 17h3.33v2H5v-2zm1-7 1.42-1.42L5.83 7H17c1.1 0 2 .9 2 2s-.9 2-2 2H3v2h14c2.21 0 4-1.79 4-4s-1.79-4-4-4H5.83l1.59-1.59L6 2 2 6l4 4z"})]
"RepartitionTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/repeat.cljs
================================================
(ns reagent-mui.icons.repeat
"Imports @mui/icons-material/Repeat as a Reagent component."
(:refer-clojure :exclude [repeat])
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat (create-svg-icon (e "path" #js {"d" "M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4z"})
"Repeat"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_on.cljs
================================================
(ns reagent-mui.icons.repeat-on
"Imports @mui/icons-material/RepeatOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-on (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M21 1H3c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4z"})
"RepeatOn"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_on_outlined.cljs
================================================
(ns reagent-mui.icons.repeat-on-outlined
"Imports @mui/icons-material/RepeatOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-on-outlined (create-svg-icon (e "path" #js {"d" "M21 1H3c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-2 18H6.83l1.58 1.58L7 22l-4-4 4-4 1.41 1.42L6.83 17H17v-4h2v6zm-2-9-1.41-1.42L17.17 7H7v4H5V5h12.17l-1.58-1.58L17 2l4 4-4 4z"})
"RepeatOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_on_rounded.cljs
================================================
(ns reagent-mui.icons.repeat-on-rounded
"Imports @mui/icons-material/RepeatOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-on-rounded (create-svg-icon (e "path" #js {"d" "M21 1H3c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-2 17c0 .55-.45 1-1 1H7v1.79c0 .45-.54.67-.85.36l-2.79-2.79c-.2-.2-.2-.51 0-.71l2.79-2.79c.31-.32.85-.1.85.35V17h10v-3c0-.55.45-1 1-1s1 .45 1 1v4zm1.64-11.65-2.79 2.79c-.31.32-.85.1-.85-.35V7H7v3c0 .55-.45 1-1 1s-1-.45-1-1V6c0-.55.45-1 1-1h11V3.21c0-.45.54-.67.85-.36l2.79 2.79c.2.2.2.51 0 .71z"})
"RepeatOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_on_sharp.cljs
================================================
(ns reagent-mui.icons.repeat-on-sharp
"Imports @mui/icons-material/RepeatOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-on-sharp (create-svg-icon (e "path" #js {"d" "M21 1H3c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-2 18H7v3l-4-4 4-4v3h10v-4h2v6zm-2-9V7H7v4H5V5h12V2l4 4-4 4z"})
"RepeatOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_on_two_tone.cljs
================================================
(ns reagent-mui.icons.repeat-on-two-tone
"Imports @mui/icons-material/RepeatOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-on-two-tone (create-svg-icon (e "path" #js {"d" "M21 1H3c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-2 18H7v3l-4-4 4-4v3h10v-4h2v6zm-2-9V7H7v4H5V5h12V2l4 4-4 4z"})
"RepeatOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_one.cljs
================================================
(ns reagent-mui.icons.repeat-one
"Imports @mui/icons-material/RepeatOne as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-one (create-svg-icon (e "path" #js {"d" "M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4zm-4-2V9h-1l-2 1v1h1.5v4H13z"})
"RepeatOne"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_one_on.cljs
================================================
(ns reagent-mui.icons.repeat-one-on
"Imports @mui/icons-material/RepeatOneOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-one-on (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M21 1H3c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4zm-4-2V9h-1l-2 1v1h1.5v4H13z"})
"RepeatOneOn"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_one_on_outlined.cljs
================================================
(ns reagent-mui.icons.repeat-one-on-outlined
"Imports @mui/icons-material/RepeatOneOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-one-on-outlined (create-svg-icon (e "path" #js {"d" "M21 1H3c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-2 18H6.83l1.58 1.58L7 22l-4-4 4-4 1.41 1.42L6.83 17H17v-4h2v6zm-9-8.5V9h3v6h-1.5v-4.5H10zm7-.5-1.41-1.42L17.17 7H7v4H5V5h12.17l-1.58-1.58L17 2l4 4-4 4z"})
"RepeatOneOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_one_on_rounded.cljs
================================================
(ns reagent-mui.icons.repeat-one-on-rounded
"Imports @mui/icons-material/RepeatOneOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-one-on-rounded (create-svg-icon (e "path" #js {"d" "M21 1H3c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-2 17c0 .55-.45 1-1 1H7v1.79c0 .45-.54.67-.85.36l-2.79-2.79c-.2-.2-.2-.51 0-.71l2.79-2.79c.31-.32.85-.1.85.35V17h10v-3c0-.55.45-1 1-1s1 .45 1 1v4zm-8.25-7.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.5c.41 0 .75.34.75.75v4.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75V10.5h-.75zm9.89-4.15-2.79 2.79c-.31.32-.85.1-.85-.35V7H7v3c0 .55-.45 1-1 1s-1-.45-1-1V6c0-.55.45-1 1-1h11V3.21c0-.45.54-.67.85-.36l2.79 2.79c.2.2.2.51 0 .71z"})
"RepeatOneOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_one_on_sharp.cljs
================================================
(ns reagent-mui.icons.repeat-one-on-sharp
"Imports @mui/icons-material/RepeatOneOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-one-on-sharp (create-svg-icon (e "path" #js {"d" "M21 1H3c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-2 18H7v3l-4-4 4-4v3h10v-4h2v6zm-9-8.5V9h3v6h-1.5v-4.5H10zm7-.5V7H7v4H5V5h12V2l4 4-4 4z"})
"RepeatOneOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_one_on_two_tone.cljs
================================================
(ns reagent-mui.icons.repeat-one-on-two-tone
"Imports @mui/icons-material/RepeatOneOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-one-on-two-tone (create-svg-icon (e "path" #js {"d" "M21 1H3c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-2 18H7v3l-4-4 4-4v3h10v-4h2v6zm-9-8.5V9h3v6h-1.5v-4.5H10zm7-.5V7H7v4H5V5h12V2l4 4-4 4z"})
"RepeatOneOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_one_outlined.cljs
================================================
(ns reagent-mui.icons.repeat-one-outlined
"Imports @mui/icons-material/RepeatOneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-one-outlined (create-svg-icon (e "path" #js {"d" "M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4zm-4-2V9h-1l-2 1v1h1.5v4H13z"})
"RepeatOneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_one_rounded.cljs
================================================
(ns reagent-mui.icons.repeat-one-rounded
"Imports @mui/icons-material/RepeatOneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-one-rounded (create-svg-icon (e "path" #js {"d" "M7 7h10v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.2.2-.51 0-.71l-2.79-2.79c-.31-.31-.85-.09-.85.36V5H6c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1V7zm10 10H7v-1.79c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.2-.2.51 0 .71l2.79 2.79c.31.31.85.09.85-.36V19h11c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1s-1 .45-1 1v3zm-4-2.75V9.81c0-.45-.36-.81-.81-.81-.13 0-.25.03-.36.09l-1.49.74c-.21.1-.34.32-.34.55 0 .34.28.62.62.62h.88v3.25c0 .41.34.75.75.75s.75-.34.75-.75z"})
"RepeatOneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_one_sharp.cljs
================================================
(ns reagent-mui.icons.repeat-one-sharp
"Imports @mui/icons-material/RepeatOneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-one-sharp (create-svg-icon (e "path" #js {"d" "M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4zm-4-2V9h-1l-2 1v1h1.5v4H13z"})
"RepeatOneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_one_two_tone.cljs
================================================
(ns reagent-mui.icons.repeat-one-two-tone
"Imports @mui/icons-material/RepeatOneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-one-two-tone (create-svg-icon (e "path" #js {"d" "M13 15V9h-1l-2 1v1h1.5v4zm6-2h-2v4H7v-3l-4 4 4 4v-3h12zM17 2v3H5v6h2V7h10v3l4-4z"})
"RepeatOneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_outlined.cljs
================================================
(ns reagent-mui.icons.repeat-outlined
"Imports @mui/icons-material/RepeatOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-outlined (create-svg-icon (e "path" #js {"d" "M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4z"})
"RepeatOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_rounded.cljs
================================================
(ns reagent-mui.icons.repeat-rounded
"Imports @mui/icons-material/RepeatRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-rounded (create-svg-icon (e "path" #js {"d" "M7 7h10v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.2.2-.51 0-.71l-2.79-2.79c-.31-.31-.85-.09-.85.36V5H6c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1V7zm10 10H7v-1.79c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.2-.2.51 0 .71l2.79 2.79c.31.31.85.09.85-.36V19h11c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1s-1 .45-1 1v3z"})
"RepeatRounded"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_sharp.cljs
================================================
(ns reagent-mui.icons.repeat-sharp
"Imports @mui/icons-material/RepeatSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-sharp (create-svg-icon (e "path" #js {"d" "M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4z"})
"RepeatSharp"))
================================================
FILE: src/icons/reagent_mui/icons/repeat_two_tone.cljs
================================================
(ns reagent-mui.icons.repeat-two-tone
"Imports @mui/icons-material/RepeatTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def repeat-two-tone (create-svg-icon (e "path" #js {"d" "M7 22v-3h12v-6h-2v4H7v-3l-4 4zM21 6l-4-4v3H5v6h2V7h10v3z"})
"RepeatTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/replay.cljs
================================================
(ns reagent-mui.icons.replay
"Imports @mui/icons-material/Replay as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay (create-svg-icon (e "path" #js {"d" "M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z"})
"Replay"))
================================================
FILE: src/icons/reagent_mui/icons/replay_10.cljs
================================================
(ns reagent-mui.icons.replay-10
"Imports @mui/icons-material/Replay10 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-10 (create-svg-icon [(e "path" #js {"d" "M11.99 5V1l-5 5 5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6h-2c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z"}) (e "path" #js {"d" "M10.89 16h-.85v-3.26l-1.01.31v-.69l1.77-.63h.09V16zm4.28-1.76c0 .32-.03.6-.1.82s-.17.42-.29.57-.28.26-.45.33-.37.1-.59.1-.41-.03-.59-.1-.33-.18-.46-.33-.23-.34-.3-.57-.11-.5-.11-.82v-.74c0-.32.03-.6.1-.82s.17-.42.29-.57.28-.26.45-.33.37-.1.59-.1.41.03.59.1.33.18.46.33.23.34.3.57.11.5.11.82v.74zm-.85-.86c0-.19-.01-.35-.04-.48s-.07-.23-.12-.31-.11-.14-.19-.17-.16-.05-.25-.05-.18.02-.25.05-.14.09-.19.17-.09.18-.12.31-.04.29-.04.48v.97c0 .19.01.35.04.48s.07.24.12.32.11.14.19.17.16.05.25.05.18-.02.25-.05.14-.09.19-.17.09-.19.11-.32.04-.29.04-.48v-.97z"})]
"Replay10"))
================================================
FILE: src/icons/reagent_mui/icons/replay_10_outlined.cljs
================================================
(ns reagent-mui.icons.replay-10-outlined
"Imports @mui/icons-material/Replay10Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-10-outlined (create-svg-icon (e "path" #js {"d" "M11.99 5V1l-5 5 5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6h-2c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8zm-1.1 11h-.85v-3.26l-1.01.31v-.69l1.77-.63h.09V16zm4.28-1.76c0 .32-.03.6-.1.82s-.17.42-.29.57-.28.26-.45.33-.37.1-.59.1-.41-.03-.59-.1-.33-.18-.46-.33-.23-.34-.3-.57-.11-.5-.11-.82v-.74c0-.32.03-.6.1-.82s.17-.42.29-.57.28-.26.45-.33.37-.1.59-.1.41.03.59.1.33.18.46.33.23.34.3.57.11.5.11.82v.74zm-.85-.86c0-.19-.01-.35-.04-.48s-.07-.23-.12-.31-.11-.14-.19-.17-.16-.05-.25-.05-.18.02-.25.05-.14.09-.19.17-.09.18-.12.31-.04.29-.04.48v.97c0 .19.01.35.04.48s.07.24.12.32.11.14.19.17.16.05.25.05.18-.02.25-.05.14-.09.19-.17.09-.19.11-.32.04-.29.04-.48v-.97z"})
"Replay10Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/replay_10_rounded.cljs
================================================
(ns reagent-mui.icons.replay-10-rounded
"Imports @mui/icons-material/Replay10Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-10-rounded (create-svg-icon (e "path" #js {"d" "M11.99 5V2.21c0-.45-.54-.67-.85-.35L7.35 5.65c-.2.2-.2.51 0 .71l3.79 3.79c.31.31.85.09.85-.35V7c3.73 0 6.68 3.42 5.86 7.29-.47 2.27-2.31 4.1-4.57 4.57-3.57.75-6.75-1.7-7.23-5.01-.06-.48-.48-.85-.98-.85-.6 0-1.08.53-1 1.13.62 4.39 4.8 7.64 9.53 6.72 3.12-.61 5.63-3.12 6.24-6.24.99-5.13-2.9-9.61-7.85-9.61zm-1.1 11h-.85v-3.26l-1.01.31v-.69l1.77-.63h.09V16zm4.28-1.76c0 .32-.03.6-.1.82s-.17.42-.29.57-.28.26-.45.33-.37.1-.59.1-.41-.03-.59-.1-.33-.18-.46-.33-.23-.34-.3-.57-.11-.5-.11-.82v-.74c0-.32.03-.6.1-.82s.17-.42.29-.57.28-.26.45-.33.37-.1.59-.1.41.03.59.1.33.18.46.33.23.34.3.57.11.5.11.82v.74zm-.85-.86c0-.19-.01-.35-.04-.48s-.07-.23-.12-.31-.11-.14-.19-.17-.16-.05-.25-.05-.18.02-.25.05-.14.09-.19.17-.09.18-.12.31-.04.29-.04.48v.97c0 .19.01.35.04.48s.07.24.12.32.11.14.19.17.16.05.25.05.18-.02.25-.05.14-.09.19-.17.09-.19.11-.32.04-.29.04-.48v-.97z"})
"Replay10Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/replay_10_sharp.cljs
================================================
(ns reagent-mui.icons.replay-10-sharp
"Imports @mui/icons-material/Replay10Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-10-sharp (create-svg-icon (e "path" #js {"d" "M11.99 5V1l-5 5 5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6h-2c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8zm-1.1 11h-.85v-3.26l-1.01.31v-.69l1.77-.63h.09V16zm4.28-1.76c0 .32-.03.6-.1.82s-.17.42-.29.57-.28.26-.45.33-.37.1-.59.1-.41-.03-.59-.1-.33-.18-.46-.33-.23-.34-.3-.57-.11-.5-.11-.82v-.74c0-.32.03-.6.1-.82s.17-.42.29-.57.28-.26.45-.33.37-.1.59-.1.41.03.59.1.33.18.46.33.23.34.3.57.11.5.11.82v.74zm-.85-.86c0-.19-.01-.35-.04-.48s-.07-.23-.12-.31-.11-.14-.19-.17-.16-.05-.25-.05-.18.02-.25.05-.14.09-.19.17-.09.18-.12.31-.04.29-.04.48v.97c0 .19.01.35.04.48s.07.24.12.32.11.14.19.17.16.05.25.05.18-.02.25-.05.14-.09.19-.17.09-.19.11-.32.04-.29.04-.48v-.97z"})
"Replay10Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/replay_10_two_tone.cljs
================================================
(ns reagent-mui.icons.replay-10-two-tone
"Imports @mui/icons-material/Replay10TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-10-two-tone (create-svg-icon (e "path" #js {"d" "M11.99 5V1l-5 5 5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6h-2c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8zm-1.1 11h-.85v-3.26l-1.01.31v-.69l1.77-.63h.09V16zm4.28-1.76c0 .32-.03.6-.1.82s-.17.42-.29.57-.28.26-.45.33-.37.1-.59.1-.41-.03-.59-.1-.33-.18-.46-.33-.23-.34-.3-.57-.11-.5-.11-.82v-.74c0-.32.03-.6.1-.82s.17-.42.29-.57.28-.26.45-.33.37-.1.59-.1.41.03.59.1.33.18.46.33.23.34.3.57.11.5.11.82v.74zm-.85-.86c0-.19-.01-.35-.04-.48s-.07-.23-.12-.31-.11-.14-.19-.17-.16-.05-.25-.05-.18.02-.25.05-.14.09-.19.17-.09.18-.12.31-.04.29-.04.48v.97c0 .19.01.35.04.48s.07.24.12.32.11.14.19.17.16.05.25.05.18-.02.25-.05.14-.09.19-.17.09-.19.11-.32.04-.29.04-.48v-.97z"})
"Replay10TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/replay_30.cljs
================================================
(ns reagent-mui.icons.replay-30
"Imports @mui/icons-material/Replay30 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-30 (create-svg-icon [(e "path" #js {"d" "M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z"}) (e "path" #js {"d" "M9.56 13.49h.45c.21 0 .37-.05.48-.16s.16-.25.16-.43c0-.08-.01-.15-.04-.22s-.06-.12-.11-.17-.11-.09-.18-.11-.16-.04-.25-.04c-.08 0-.15.01-.22.03s-.13.05-.18.1-.09.09-.12.15-.05.13-.05.2h-.85c0-.18.04-.34.11-.48s.17-.27.3-.37.27-.18.44-.23.35-.08.54-.08c.21 0 .41.03.59.08s.33.13.46.23.23.23.3.38.11.33.11.53c0 .09-.01.18-.04.27s-.07.17-.13.25-.12.15-.2.22-.17.12-.28.17c.24.09.42.21.54.39s.18.38.18.61c0 .2-.04.38-.12.53s-.18.29-.32.39-.29.19-.48.24-.38.08-.6.08c-.18 0-.36-.02-.53-.07s-.33-.12-.46-.23-.25-.23-.33-.38-.12-.34-.12-.55h.85c0 .08.02.15.05.22s.07.12.13.17.12.09.2.11.16.04.25.04c.1 0 .19-.01.27-.04s.15-.07.2-.12.1-.11.13-.18.04-.15.04-.24c0-.11-.02-.21-.05-.29s-.08-.15-.14-.2-.13-.09-.22-.11-.18-.04-.29-.04h-.47v-.65zm5.74.75c0 .32-.03.6-.1.82s-.17.42-.29.57-.28.26-.45.33-.37.1-.59.1-.41-.03-.59-.1-.33-.18-.46-.33-.23-.34-.3-.57-.11-.5-.11-.82v-.74c0-.32.03-.6.1-.82s.17-.42.29-.57.28-.26.45-.33.37-.1.59-.1.41.03.59.1.33.18.46.33.23.34.3.57.11.5.11.82v.74zm-.85-.86c0-.19-.01-.35-.04-.48s-.07-.23-.12-.31-.11-.14-.19-.17-.16-.05-.25-.05-.18.02-.25.05-.14.09-.19.17-.09.18-.12.31-.04.29-.04.48v.97c0 .19.01.35.04.48s.07.24.12.32.11.14.19.17.16.05.25.05.18-.02.25-.05.14-.09.19-.17.09-.19.11-.32c.03-.13.04-.29.04-.48v-.97z"})]
"Replay30"))
================================================
FILE: src/icons/reagent_mui/icons/replay_30_outlined.cljs
================================================
(ns reagent-mui.icons.replay-30-outlined
"Imports @mui/icons-material/Replay30Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-30-outlined (create-svg-icon (e "path" #js {"d" "M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8zm-2.44 8.49h.45c.21 0 .37-.05.48-.16s.16-.25.16-.43c0-.08-.01-.15-.04-.22s-.06-.12-.11-.17-.11-.09-.18-.11-.16-.04-.25-.04c-.08 0-.15.01-.22.03s-.13.05-.18.1-.09.09-.12.15-.05.13-.05.2h-.85c0-.18.04-.34.11-.48s.17-.27.3-.37.27-.18.44-.23.35-.08.54-.08c.21 0 .41.03.59.08s.33.13.46.23.23.23.3.38.11.33.11.53c0 .09-.01.18-.04.27s-.07.17-.13.25-.12.15-.2.22-.17.12-.28.17c.24.09.42.21.54.39s.18.38.18.61c0 .2-.04.38-.12.53s-.18.29-.32.39-.29.19-.48.24-.38.08-.6.08c-.18 0-.36-.02-.53-.07s-.33-.12-.46-.23-.25-.23-.33-.38-.12-.34-.12-.55h.85c0 .08.02.15.05.22s.07.12.13.17.12.09.2.11.16.04.25.04c.1 0 .19-.01.27-.04s.15-.07.2-.12.1-.11.13-.18.04-.15.04-.24c0-.11-.02-.21-.05-.29s-.08-.15-.14-.2-.13-.09-.22-.11-.18-.04-.29-.04h-.47v-.65zm5.74.75c0 .32-.03.6-.1.82s-.17.42-.29.57-.28.26-.45.33-.37.1-.59.1-.41-.03-.59-.1-.33-.18-.46-.33-.23-.34-.3-.57-.11-.5-.11-.82v-.74c0-.32.03-.6.1-.82s.17-.42.29-.57.28-.26.45-.33.37-.1.59-.1.41.03.59.1.33.18.46.33.23.34.3.57.11.5.11.82v.74zm-.85-.86c0-.19-.01-.35-.04-.48s-.07-.23-.12-.31-.11-.14-.19-.17-.16-.05-.25-.05-.18.02-.25.05-.14.09-.19.17-.09.18-.12.31-.04.29-.04.48v.97c0 .19.01.35.04.48s.07.24.12.32.11.14.19.17.16.05.25.05.18-.02.25-.05.14-.09.19-.17.09-.19.11-.32c.03-.13.04-.29.04-.48v-.97z"})
"Replay30Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/replay_30_rounded.cljs
================================================
(ns reagent-mui.icons.replay-30-rounded
"Imports @mui/icons-material/Replay30Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-30-rounded (create-svg-icon (e "path" #js {"d" "M12 5V2.21c0-.45-.54-.67-.85-.35l-3.8 3.79c-.2.2-.2.51 0 .71l3.79 3.79c.32.31.86.09.86-.36V7c3.73 0 6.68 3.42 5.86 7.29-.47 2.27-2.31 4.1-4.57 4.57-3.57.75-6.75-1.7-7.23-5.01-.07-.48-.49-.85-.98-.85-.6 0-1.08.53-1 1.13.62 4.39 4.8 7.64 9.53 6.72 3.12-.61 5.63-3.12 6.24-6.24C20.84 9.48 16.94 5 12 5zm-2.44 8.49h.45c.21 0 .37-.05.48-.16s.16-.25.16-.43c0-.08-.01-.15-.04-.22s-.06-.12-.11-.17-.11-.09-.18-.11-.16-.04-.25-.04c-.08 0-.15.01-.22.03s-.13.05-.18.1-.09.09-.12.15-.05.13-.05.2h-.85c0-.18.04-.34.11-.48s.17-.27.3-.37.27-.18.44-.23.35-.08.54-.08c.21 0 .41.03.59.08s.33.13.46.23.23.23.3.38.11.33.11.53c0 .09-.01.18-.04.27s-.07.17-.13.25-.12.15-.2.22-.17.12-.28.17c.24.09.42.21.54.39s.18.38.18.61c0 .2-.04.38-.12.53s-.18.29-.32.39-.29.19-.48.24-.38.08-.6.08c-.18 0-.36-.02-.53-.07s-.33-.12-.46-.23-.25-.23-.33-.38-.12-.34-.12-.55h.85c0 .08.02.15.05.22s.07.12.13.17.12.09.2.11.16.04.25.04c.1 0 .19-.01.27-.04s.15-.07.2-.12.1-.11.13-.18.04-.15.04-.24c0-.11-.02-.21-.05-.29s-.08-.15-.14-.2-.13-.09-.22-.11-.18-.04-.29-.04h-.47v-.65zm5.74.75c0 .32-.03.6-.1.82s-.17.42-.29.57-.28.26-.45.33-.37.1-.59.1-.41-.03-.59-.1-.33-.18-.46-.33-.23-.34-.3-.57-.11-.5-.11-.82v-.74c0-.32.03-.6.1-.82s.17-.42.29-.57.28-.26.45-.33.37-.1.59-.1.41.03.59.1.33.18.46.33.23.34.3.57.11.5.11.82v.74zm-.85-.86c0-.19-.01-.35-.04-.48s-.07-.23-.12-.31-.11-.14-.19-.17-.16-.05-.25-.05-.18.02-.25.05-.14.09-.19.17-.09.18-.12.31-.04.29-.04.48v.97c0 .19.01.35.04.48s.07.24.12.32.11.14.19.17.16.05.25.05.18-.02.25-.05.14-.09.19-.17.09-.19.11-.32c.03-.13.04-.29.04-.48v-.97z"})
"Replay30Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/replay_30_sharp.cljs
================================================
(ns reagent-mui.icons.replay-30-sharp
"Imports @mui/icons-material/Replay30Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-30-sharp (create-svg-icon (e "path" #js {"d" "M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8zm-2.44 8.49h.45c.21 0 .37-.05.48-.16s.16-.25.16-.43c0-.08-.01-.15-.04-.22s-.06-.12-.11-.17-.11-.09-.18-.11-.16-.04-.25-.04c-.08 0-.15.01-.22.03s-.13.05-.18.1-.09.09-.12.15-.05.13-.05.2h-.85c0-.18.04-.34.11-.48s.17-.27.3-.37.27-.18.44-.23.35-.08.54-.08c.21 0 .41.03.59.08s.33.13.46.23.23.23.3.38.11.33.11.53c0 .09-.01.18-.04.27s-.07.17-.13.25-.12.15-.2.22-.17.12-.28.17c.24.09.42.21.54.39s.18.38.18.61c0 .2-.04.38-.12.53s-.18.29-.32.39-.29.19-.48.24-.38.08-.6.08c-.18 0-.36-.02-.53-.07s-.33-.12-.46-.23-.25-.23-.33-.38-.12-.34-.12-.55h.85c0 .08.02.15.05.22s.07.12.13.17.12.09.2.11.16.04.25.04c.1 0 .19-.01.27-.04s.15-.07.2-.12.1-.11.13-.18.04-.15.04-.24c0-.11-.02-.21-.05-.29s-.08-.15-.14-.2-.13-.09-.22-.11-.18-.04-.29-.04h-.47v-.65zm5.74.75c0 .32-.03.6-.1.82s-.17.42-.29.57-.28.26-.45.33-.37.1-.59.1-.41-.03-.59-.1-.33-.18-.46-.33-.23-.34-.3-.57-.11-.5-.11-.82v-.74c0-.32.03-.6.1-.82s.17-.42.29-.57.28-.26.45-.33.37-.1.59-.1.41.03.59.1.33.18.46.33.23.34.3.57.11.5.11.82v.74zm-.85-.86c0-.19-.01-.35-.04-.48s-.07-.23-.12-.31-.11-.14-.19-.17-.16-.05-.25-.05-.18.02-.25.05-.14.09-.19.17-.09.18-.12.31-.04.29-.04.48v.97c0 .19.01.35.04.48s.07.24.12.32.11.14.19.17.16.05.25.05.18-.02.25-.05.14-.09.19-.17.09-.19.11-.32c.03-.13.04-.29.04-.48v-.97z"})
"Replay30Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/replay_30_two_tone.cljs
================================================
(ns reagent-mui.icons.replay-30-two-tone
"Imports @mui/icons-material/Replay30TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-30-two-tone (create-svg-icon (e "path" #js {"d" "M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8zm-2.44 8.49h.45c.21 0 .37-.05.48-.16s.16-.25.16-.43c0-.08-.01-.15-.04-.22s-.06-.12-.11-.17-.11-.09-.18-.11-.16-.04-.25-.04c-.08 0-.15.01-.22.03s-.13.05-.18.1-.09.09-.12.15-.05.13-.05.2h-.85c0-.18.04-.34.11-.48s.17-.27.3-.37.27-.18.44-.23.35-.08.54-.08c.21 0 .41.03.59.08s.33.13.46.23.23.23.3.38.11.33.11.53c0 .09-.01.18-.04.27s-.07.17-.13.25-.12.15-.2.22-.17.12-.28.17c.24.09.42.21.54.39s.18.38.18.61c0 .2-.04.38-.12.53s-.18.29-.32.39-.29.19-.48.24-.38.08-.6.08c-.18 0-.36-.02-.53-.07s-.33-.12-.46-.23-.25-.23-.33-.38-.12-.34-.12-.55h.85c0 .08.02.15.05.22s.07.12.13.17.12.09.2.11.16.04.25.04c.1 0 .19-.01.27-.04s.15-.07.2-.12.1-.11.13-.18.04-.15.04-.24c0-.11-.02-.21-.05-.29s-.08-.15-.14-.2-.13-.09-.22-.11-.18-.04-.29-.04h-.47v-.65zm5.74.75c0 .32-.03.6-.1.82s-.17.42-.29.57-.28.26-.45.33-.37.1-.59.1-.41-.03-.59-.1-.33-.18-.46-.33-.23-.34-.3-.57-.11-.5-.11-.82v-.74c0-.32.03-.6.1-.82s.17-.42.29-.57.28-.26.45-.33.37-.1.59-.1.41.03.59.1.33.18.46.33.23.34.3.57.11.5.11.82v.74zm-.85-.86c0-.19-.01-.35-.04-.48s-.07-.23-.12-.31-.11-.14-.19-.17-.16-.05-.25-.05-.18.02-.25.05-.14.09-.19.17-.09.18-.12.31-.04.29-.04.48v.97c0 .19.01.35.04.48s.07.24.12.32.11.14.19.17.16.05.25.05.18-.02.25-.05.14-.09.19-.17.09-.19.11-.32c.03-.13.04-.29.04-.48v-.97z"})
"Replay30TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/replay_5.cljs
================================================
(ns reagent-mui.icons.replay-5
"Imports @mui/icons-material/Replay5 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-5 (create-svg-icon [(e "path" #js {"d" "M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z"}) (e "path" #js {"d" "m10.69 13.9.25-2.17h2.39v.71h-1.7l-.11.92c.03-.02.07-.03.11-.05s.09-.04.15-.05.12-.03.18-.04.13-.02.2-.02c.21 0 .39.03.55.1s.3.16.41.28.2.27.25.45.09.38.09.6c0 .19-.03.37-.09.54s-.15.32-.27.45-.27.24-.45.31-.39.12-.64.12c-.18 0-.36-.03-.53-.08s-.32-.14-.46-.24-.24-.24-.32-.39-.13-.33-.13-.53h.84c.02.18.08.32.19.41s.25.15.42.15c.11 0 .2-.02.27-.06s.14-.1.18-.17.08-.15.11-.25.03-.2.03-.31-.01-.21-.04-.31-.07-.17-.13-.24-.13-.12-.21-.15-.19-.05-.3-.05c-.08 0-.15.01-.2.02s-.11.03-.15.05-.08.05-.12.07-.07.06-.1.09l-.67-.16z"})]
"Replay5"))
================================================
FILE: src/icons/reagent_mui/icons/replay_5_outlined.cljs
================================================
(ns reagent-mui.icons.replay-5-outlined
"Imports @mui/icons-material/Replay5Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-5-outlined (create-svg-icon (e "path" #js {"d" "M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8zm-1.31 8.9.25-2.17h2.39v.71h-1.7l-.11.92c.03-.02.07-.03.11-.05s.09-.04.15-.05.12-.03.18-.04.13-.02.2-.02c.21 0 .39.03.55.1s.3.16.41.28.2.27.25.45.09.38.09.6c0 .19-.03.37-.09.54s-.15.32-.27.45-.27.24-.45.31-.39.12-.64.12c-.18 0-.36-.03-.53-.08s-.32-.14-.46-.24-.24-.24-.32-.39-.13-.33-.13-.53h.84c.02.18.08.32.19.41s.25.15.42.15c.11 0 .2-.02.27-.06s.14-.1.18-.17.08-.15.11-.25.03-.2.03-.31-.01-.21-.04-.31-.07-.17-.13-.24-.13-.12-.21-.15-.19-.05-.3-.05c-.08 0-.15.01-.2.02s-.11.03-.15.05-.08.05-.12.07-.07.06-.1.09l-.67-.16z"})
"Replay5Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/replay_5_rounded.cljs
================================================
(ns reagent-mui.icons.replay-5-rounded
"Imports @mui/icons-material/Replay5Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-5-rounded (create-svg-icon (e "path" #js {"d" "M12 5V2.21c0-.45-.54-.67-.85-.35l-3.8 3.79c-.2.2-.2.51 0 .71l3.79 3.79c.32.31.86.09.86-.36V7c3.73 0 6.68 3.42 5.86 7.29-.47 2.26-2.14 3.99-4.39 4.53-3.64.88-6.93-1.6-7.42-4.96-.06-.49-.48-.86-.97-.86-.6 0-1.08.53-1 1.13.63 4.47 4.94 7.75 9.77 6.67 3.09-.69 5.39-3.08 5.99-6.19C20.84 9.48 16.94 5 12 5zm-1.31 8.9.25-2.17h2.39v.71h-1.7l-.11.92c.03-.02.07-.03.11-.05s.09-.04.15-.05.12-.03.18-.04.13-.02.2-.02c.21 0 .39.03.55.1s.3.16.41.28.2.27.25.45.09.38.09.6c0 .19-.03.37-.09.54s-.15.32-.27.45-.27.24-.45.31-.39.12-.64.12c-.18 0-.36-.03-.53-.08s-.32-.14-.46-.24-.24-.24-.32-.39-.13-.33-.13-.53h.84c.02.18.08.32.19.41s.25.15.42.15c.11 0 .2-.02.27-.06s.14-.1.18-.17.08-.15.11-.25.03-.2.03-.31-.01-.21-.04-.31-.07-.17-.13-.24-.13-.12-.21-.15-.19-.05-.3-.05c-.08 0-.15.01-.2.02s-.11.03-.15.05-.08.05-.12.07-.07.06-.1.09l-.67-.16z"})
"Replay5Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/replay_5_sharp.cljs
================================================
(ns reagent-mui.icons.replay-5-sharp
"Imports @mui/icons-material/Replay5Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-5-sharp (create-svg-icon (e "path" #js {"d" "M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8zm-1.31 8.9.25-2.17h2.39v.71h-1.7l-.11.92c.03-.02.07-.03.11-.05s.09-.04.15-.05.12-.03.18-.04.13-.02.2-.02c.21 0 .39.03.55.1s.3.16.41.28.2.27.25.45.09.38.09.6c0 .19-.03.37-.09.54s-.15.32-.27.45-.27.24-.45.31-.39.12-.64.12c-.18 0-.36-.03-.53-.08s-.32-.14-.46-.24-.24-.24-.32-.39-.13-.33-.13-.53h.84c.02.18.08.32.19.41s.25.15.42.15c.11 0 .2-.02.27-.06s.14-.1.18-.17.08-.15.11-.25.03-.2.03-.31-.01-.21-.04-.31-.07-.17-.13-.24-.13-.12-.21-.15-.19-.05-.3-.05c-.08 0-.15.01-.2.02s-.11.03-.15.05-.08.05-.12.07-.07.06-.1.09l-.67-.16z"})
"Replay5Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/replay_5_two_tone.cljs
================================================
(ns reagent-mui.icons.replay-5-two-tone
"Imports @mui/icons-material/Replay5TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-5-two-tone (create-svg-icon (e "path" #js {"d" "M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8zm-1.31 8.9.25-2.17h2.39v.71h-1.7l-.11.92c.03-.02.07-.03.11-.05s.09-.04.15-.05.12-.03.18-.04.13-.02.2-.02c.21 0 .39.03.55.1s.3.16.41.28.2.27.25.45.09.38.09.6c0 .19-.03.37-.09.54s-.15.32-.27.45-.27.24-.45.31-.39.12-.64.12c-.18 0-.36-.03-.53-.08s-.32-.14-.46-.24-.24-.24-.32-.39-.13-.33-.13-.53h.84c.02.18.08.32.19.41s.25.15.42.15c.11 0 .2-.02.27-.06s.14-.1.18-.17.08-.15.11-.25.03-.2.03-.31-.01-.21-.04-.31-.07-.17-.13-.24-.13-.12-.21-.15-.19-.05-.3-.05c-.08 0-.15.01-.2.02s-.11.03-.15.05-.08.05-.12.07-.07.06-.1.09l-.67-.16z"})
"Replay5TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/replay_circle_filled.cljs
================================================
(ns reagent-mui.icons.replay-circle-filled
"Imports @mui/icons-material/ReplayCircleFilled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-circle-filled (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6 10c0 3.31-2.69 6-6 6s-6-2.69-6-6h2c0 2.21 1.79 4 4 4s4-1.79 4-4-1.79-4-4-4v3L8 7l4-4v3c3.31 0 6 2.69 6 6z"})
"ReplayCircleFilled"))
================================================
FILE: src/icons/reagent_mui/icons/replay_circle_filled_outlined.cljs
================================================
(ns reagent-mui.icons.replay-circle-filled-outlined
"Imports @mui/icons-material/ReplayCircleFilledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-circle-filled-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 16.5c-3.31 0-6-2.69-6-6h2c0 2.21 1.79 4 4 4s4-1.79 4-4c0-2.24-1.85-4.09-4.16-3.99l1.57 1.57L12 11.5l-4-4 4-4 1.41 1.41-1.6 1.6C15.28 6.4 18 9.18 18 12.5c0 3.31-2.69 6-6 6z"})
"ReplayCircleFilledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/replay_circle_filled_rounded.cljs
================================================
(ns reagent-mui.icons.replay-circle-filled-rounded
"Imports @mui/icons-material/ReplayCircleFilledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-circle-filled-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6 10.74c-.12 3.09-2.67 5.64-5.76 5.76-3.01.12-5.56-1.99-6.12-4.82-.13-.61.36-1.18.98-1.18.47 0 .88.33.98.8.42 2.07 2.44 3.57 4.72 3.12 1.56-.3 2.82-1.56 3.12-3.12.5-2.56-1.45-4.8-3.92-4.8v1.79c0 .45-.54.67-.85.35l-2.8-2.79c-.2-.2-.2-.51 0-.71l2.79-2.79c.32-.31.86-.09.86.36V6.5c3.39 0 6.13 2.82 6 6.24z"})
"ReplayCircleFilledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/replay_circle_filled_sharp.cljs
================================================
(ns reagent-mui.icons.replay-circle-filled-sharp
"Imports @mui/icons-material/ReplayCircleFilledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-circle-filled-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6 10.5c0 3.31-2.69 6-6 6s-6-2.69-6-6h2c0 2.21 1.79 4 4 4s4-1.79 4-4-1.79-4-4-4v3l-4-4 4-4v3c3.31 0 6 2.69 6 6z"})
"ReplayCircleFilledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/replay_circle_filled_two_tone.cljs
================================================
(ns reagent-mui.icons.replay-circle-filled-two-tone
"Imports @mui/icons-material/ReplayCircleFilledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-circle-filled-two-tone (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6 10.5c0 3.31-2.69 6-6 6s-6-2.69-6-6h2c0 2.21 1.79 4 4 4s4-1.79 4-4-1.79-4-4-4v3l-4-4 4-4v3c3.31 0 6 2.69 6 6z"})
"ReplayCircleFilledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/replay_outlined.cljs
================================================
(ns reagent-mui.icons.replay-outlined
"Imports @mui/icons-material/ReplayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-outlined (create-svg-icon (e "path" #js {"d" "M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z"})
"ReplayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/replay_rounded.cljs
================================================
(ns reagent-mui.icons.replay-rounded
"Imports @mui/icons-material/ReplayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-rounded (create-svg-icon (e "path" #js {"d" "M12 5V2.21c0-.45-.54-.67-.85-.35l-3.8 3.79c-.2.2-.2.51 0 .71l3.79 3.79c.32.31.86.09.86-.36V7c3.73 0 6.68 3.42 5.86 7.29-.47 2.27-2.31 4.1-4.57 4.57-3.57.75-6.75-1.7-7.23-5.01-.07-.48-.49-.85-.98-.85-.6 0-1.08.53-1 1.13.62 4.39 4.8 7.64 9.53 6.72 3.12-.61 5.63-3.12 6.24-6.24C20.84 9.48 16.94 5 12 5z"})
"ReplayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/replay_sharp.cljs
================================================
(ns reagent-mui.icons.replay-sharp
"Imports @mui/icons-material/ReplaySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-sharp (create-svg-icon (e "path" #js {"d" "M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z"})
"ReplaySharp"))
================================================
FILE: src/icons/reagent_mui/icons/replay_two_tone.cljs
================================================
(ns reagent-mui.icons.replay-two-tone
"Imports @mui/icons-material/ReplayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def replay-two-tone (create-svg-icon (e "path" #js {"d" "m7 6 5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8V1L7 6z"})
"ReplayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/reply.cljs
================================================
(ns reagent-mui.icons.reply
"Imports @mui/icons-material/Reply as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reply (create-svg-icon (e "path" #js {"d" "M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"})
"Reply"))
================================================
FILE: src/icons/reagent_mui/icons/reply_all.cljs
================================================
(ns reagent-mui.icons.reply-all
"Imports @mui/icons-material/ReplyAll as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reply-all (create-svg-icon (e "path" #js {"d" "M7 8V5l-7 7 7 7v-3l-4-4 4-4zm6 1V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"})
"ReplyAll"))
================================================
FILE: src/icons/reagent_mui/icons/reply_all_outlined.cljs
================================================
(ns reagent-mui.icons.reply-all-outlined
"Imports @mui/icons-material/ReplyAllOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reply-all-outlined (create-svg-icon (e "path" #js {"d" "M7 8V5l-7 7 7 7v-3l-4-4 4-4zm6 1V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"})
"ReplyAllOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/reply_all_rounded.cljs
================================================
(ns reagent-mui.icons.reply-all-rounded
"Imports @mui/icons-material/ReplyAllRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reply-all-rounded (create-svg-icon (e "path" #js {"d" "M7 7.56c0-.94-1.14-1.42-1.81-.75L.71 11.29c-.39.39-.39 1.02 0 1.41l4.48 4.48c.67.68 1.81.2 1.81-.74 0-.28-.11-.55-.31-.75L3 12l3.69-3.69c.2-.2.31-.47.31-.75zM13 9V7.41c0-.89-1.08-1.34-1.71-.71L6.7 11.29c-.39.39-.39 1.02 0 1.41l4.59 4.59c.63.63 1.71.18 1.71-.71V14.9c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"})
"ReplyAllRounded"))
================================================
FILE: src/icons/reagent_mui/icons/reply_all_sharp.cljs
================================================
(ns reagent-mui.icons.reply-all-sharp
"Imports @mui/icons-material/ReplyAllSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reply-all-sharp (create-svg-icon (e "path" #js {"d" "M7 8V5l-7 7 7 7v-3l-4-4 4-4zm6 1V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"})
"ReplyAllSharp"))
================================================
FILE: src/icons/reagent_mui/icons/reply_all_two_tone.cljs
================================================
(ns reagent-mui.icons.reply-all-two-tone
"Imports @mui/icons-material/ReplyAllTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reply-all-two-tone (create-svg-icon (e "path" #js {"d" "M7 8V5l-7 7 7 7v-3l-4-4 4-4zm6 1V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"})
"ReplyAllTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/reply_outlined.cljs
================================================
(ns reagent-mui.icons.reply-outlined
"Imports @mui/icons-material/ReplyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reply-outlined (create-svg-icon (e "path" #js {"d" "M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"})
"ReplyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/reply_rounded.cljs
================================================
(ns reagent-mui.icons.reply-rounded
"Imports @mui/icons-material/ReplyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reply-rounded (create-svg-icon (e "path" #js {"d" "M10 9V7.41c0-.89-1.08-1.34-1.71-.71L3.7 11.29c-.39.39-.39 1.02 0 1.41l4.59 4.59c.63.63 1.71.19 1.71-.7V14.9c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"})
"ReplyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/reply_sharp.cljs
================================================
(ns reagent-mui.icons.reply-sharp
"Imports @mui/icons-material/ReplySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reply-sharp (create-svg-icon (e "path" #js {"d" "M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"})
"ReplySharp"))
================================================
FILE: src/icons/reagent_mui/icons/reply_two_tone.cljs
================================================
(ns reagent-mui.icons.reply-two-tone
"Imports @mui/icons-material/ReplyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reply-two-tone (create-svg-icon (e "path" #js {"d" "M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"})
"ReplyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/report.cljs
================================================
(ns reagent-mui.icons.report
"Imports @mui/icons-material/Report as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report (create-svg-icon (e "path" #js {"d" "M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM12 17.3c-.72 0-1.3-.58-1.3-1.3 0-.72.58-1.3 1.3-1.3.72 0 1.3.58 1.3 1.3 0 .72-.58 1.3-1.3 1.3zm1-4.3h-2V7h2v6z"})
"Report"))
================================================
FILE: src/icons/reagent_mui/icons/report_gmailerrorred.cljs
================================================
(ns reagent-mui.icons.report-gmailerrorred
"Imports @mui/icons-material/ReportGmailerrorred as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-gmailerrorred (create-svg-icon [(e "path" #js {"d" "M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9 14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z"}) (e "path" #js {"d" "M11 7h2v6h-2zm0 8h2v2h-2z"})]
"ReportGmailerrorred"))
================================================
FILE: src/icons/reagent_mui/icons/report_gmailerrorred_outlined.cljs
================================================
(ns reagent-mui.icons.report-gmailerrorred-outlined
"Imports @mui/icons-material/ReportGmailerrorredOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-gmailerrorred-outlined (create-svg-icon [(e "path" #js {"d" "M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9 14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z"}) (e "circle" #js {"cx" "12", "cy" "16", "r" "1"}) (e "path" #js {"d" "M11 7h2v7h-2z"})]
"ReportGmailerrorredOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/report_gmailerrorred_rounded.cljs
================================================
(ns reagent-mui.icons.report-gmailerrorred-rounded
"Imports @mui/icons-material/ReportGmailerrorredRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-gmailerrorred-rounded (create-svg-icon [(e "path" #js {"d" "M20.71 7.98 16.03 3.3c-.19-.19-.45-.3-.71-.3H8.68c-.26 0-.52.11-.7.29L3.29 7.98c-.18.18-.29.44-.29.7v6.63c0 .27.11.52.29.71l4.68 4.68c.19.19.45.3.71.3h6.63c.27 0 .52-.11.71-.29l4.68-4.68c.19-.19.29-.44.29-.71V8.68c.01-.26-.1-.52-.28-.7zM19 14.9 14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z"}) (e "circle" #js {"cx" "12", "cy" "16", "r" "1"}) (e "path" #js {"d" "M12 7c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1s1-.45 1-1V8c0-.55-.45-1-1-1z"})]
"ReportGmailerrorredRounded"))
================================================
FILE: src/icons/reagent_mui/icons/report_gmailerrorred_sharp.cljs
================================================
(ns reagent-mui.icons.report-gmailerrorred-sharp
"Imports @mui/icons-material/ReportGmailerrorredSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-gmailerrorred-sharp (create-svg-icon [(e "path" #js {"d" "M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9 14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z"}) (e "circle" #js {"cx" "12", "cy" "16", "r" "1"}) (e "path" #js {"d" "M11 7h2v7h-2z"})]
"ReportGmailerrorredSharp"))
================================================
FILE: src/icons/reagent_mui/icons/report_gmailerrorred_two_tone.cljs
================================================
(ns reagent-mui.icons.report-gmailerrorred-two-tone
"Imports @mui/icons-material/ReportGmailerrorredTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-gmailerrorred-two-tone (create-svg-icon [(e "path" #js {"d" "M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9 14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z"}) (e "circle" #js {"cx" "12", "cy" "16", "r" "1"}) (e "path" #js {"d" "M11 7h2v7h-2z"})]
"ReportGmailerrorredTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/report_off.cljs
================================================
(ns reagent-mui.icons.report-off
"Imports @mui/icons-material/ReportOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-off (create-svg-icon (e "path" #js {"d" "M11 7h2v2.92l6.91 6.91 1.09-1.1V8.27L15.73 3H8.27L7.18 4.1 11 7.92zm11.27 14.73-20-20.01L1 2.99l3.64 3.64L3 8.27v7.46L8.27 21h7.46l1.64-1.63L21 23l1.27-1.27zM12 17.3c-.72 0-1.3-.58-1.3-1.3s.58-1.3 1.3-1.3 1.3.58 1.3 1.3-.58 1.3-1.3 1.3z"})
"ReportOff"))
================================================
FILE: src/icons/reagent_mui/icons/report_off_outlined.cljs
================================================
(ns reagent-mui.icons.report-off-outlined
"Imports @mui/icons-material/ReportOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-off-outlined (create-svg-icon [(e "path" #js {"d" "M9.1 5h5.8L19 9.1v5.8l-.22.22 1.42 1.41.8-.8V8.27L15.73 3H8.27l-.8.8 1.41 1.42z"}) (e "circle" #js {"cx" "12", "cy" "16", "r" "1"}) (e "path" #js {"d" "M13 9.33V7h-2v.33zM2.41 1.58 1 2.99l3.64 3.64L3 8.27v7.46L8.27 21h7.46l1.64-1.64L21.01 23l1.41-1.41L2.41 1.58zM14.9 19H9.1L5 14.9V9.1l1.05-1.05 9.9 9.9L14.9 19z"})]
"ReportOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/report_off_rounded.cljs
================================================
(ns reagent-mui.icons.report-off-rounded
"Imports @mui/icons-material/ReportOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-off-rounded (create-svg-icon (e "path" #js {"d" "M12 7c.55 0 1 .45 1 1v1.33l7.2 7.2.51-.51c.19-.19.29-.44.29-.71V8.68c0-.27-.11-.52-.29-.71l-4.68-4.68c-.19-.18-.45-.29-.71-.29H8.68c-.26 0-.52.11-.7.29l-.51.51 3.69 3.69c.17-.29.48-.49.84-.49zM2.41 1.58 1 2.99l3.64 3.64-1.35 1.35c-.18.18-.29.44-.29.7v6.63c0 .27.11.52.29.71l4.68 4.68c.19.19.45.3.71.3h6.63c.27 0 .52-.11.71-.29l1.35-1.35L21.01 23l1.41-1.41L2.41 1.58zM12 17.3c-.72 0-1.3-.58-1.3-1.3 0-.72.58-1.3 1.3-1.3s1.3.58 1.3 1.3c0 .72-.58 1.3-1.3 1.3z"})
"ReportOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/report_off_sharp.cljs
================================================
(ns reagent-mui.icons.report-off-sharp
"Imports @mui/icons-material/ReportOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-off-sharp (create-svg-icon (e "path" #js {"d" "M11 7h2v2.33l7.2 7.2.8-.8V8.27L15.73 3H8.27l-.8.8L11 7.33zM2.41 1.58 1 2.99l3.64 3.64L3 8.27v7.46L8.27 21h7.46l1.64-1.64L21.01 23l1.41-1.41L2.41 1.58zM11 12.99l.01.01H11v-.01zm1 4.31c-.72 0-1.3-.58-1.3-1.3 0-.72.58-1.3 1.3-1.3s1.3.58 1.3 1.3c0 .72-.58 1.3-1.3 1.3z"})
"ReportOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/report_off_two_tone.cljs
================================================
(ns reagent-mui.icons.report-off-two-tone
"Imports @mui/icons-material/ReportOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-off-two-tone (create-svg-icon [(e "path" #js {"d" "M19 9.1 14.9 5H9.1l-.22.22L11 7.33V7h2v2.33l5.78 5.79.22-.22zM6.05 8.04 5 9.1v5.8L9.1 19h5.8l1.05-1.05-9.9-9.91zM13 16c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1z", "opacity" ".3"}) (e "path" #js {"d" "M9.1 5h5.8L19 9.1v5.8l-.22.22 1.42 1.41.8-.8V8.27L15.73 3H8.27l-.8.8 1.41 1.42z"}) (e "circle" #js {"cx" "12", "cy" "16", "r" "1"}) (e "path" #js {"d" "M13 7h-2v.33l2 2zM2.41 1.58 1 2.99l3.64 3.64L3 8.27v7.46L8.27 21h7.46l1.64-1.64L21.01 23l1.41-1.41L2.41 1.58zM14.9 19H9.1L5 14.9V9.1l1.05-1.05 9.9 9.9L14.9 19z"})]
"ReportOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/report_outlined.cljs
================================================
(ns reagent-mui.icons.report-outlined
"Imports @mui/icons-material/ReportOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-outlined (create-svg-icon [(e "path" #js {"d" "M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9 14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z"}) (e "circle" #js {"cx" "12", "cy" "16", "r" "1"}) (e "path" #js {"d" "M11 7h2v7h-2z"})]
"ReportOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/report_problem.cljs
================================================
(ns reagent-mui.icons.report-problem
"Imports @mui/icons-material/ReportProblem as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-problem (create-svg-icon (e "path" #js {"d" "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"})
"ReportProblem"))
================================================
FILE: src/icons/reagent_mui/icons/report_problem_outlined.cljs
================================================
(ns reagent-mui.icons.report-problem-outlined
"Imports @mui/icons-material/ReportProblemOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-problem-outlined (create-svg-icon (e "path" #js {"d" "M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"})
"ReportProblemOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/report_problem_rounded.cljs
================================================
(ns reagent-mui.icons.report-problem-rounded
"Imports @mui/icons-material/ReportProblemRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-problem-rounded (create-svg-icon (e "path" #js {"d" "M2.73 21h18.53c.77 0 1.25-.83.87-1.5l-9.27-16c-.39-.67-1.35-.67-1.73 0l-9.27 16c-.38.67.1 1.5.87 1.5zM13 18h-2v-2h2v2zm-1-4c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1z"})
"ReportProblemRounded"))
================================================
FILE: src/icons/reagent_mui/icons/report_problem_sharp.cljs
================================================
(ns reagent-mui.icons.report-problem-sharp
"Imports @mui/icons-material/ReportProblemSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-problem-sharp (create-svg-icon (e "path" #js {"d" "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"})
"ReportProblemSharp"))
================================================
FILE: src/icons/reagent_mui/icons/report_problem_two_tone.cljs
================================================
(ns reagent-mui.icons.report-problem-two-tone
"Imports @mui/icons-material/ReportProblemTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-problem-two-tone (create-svg-icon [(e "path" #js {"d" "M12 5.99 4.47 19h15.06L12 5.99zM13 18h-2v-2h2v2zm-2-4v-4h2v4h-2z", "opacity" ".3"}) (e "path" #js {"d" "M12 2 1 21h22L12 2zm0 3.99L19.53 19H4.47L12 5.99zM11 16h2v2h-2zm0-6h2v4h-2z"})]
"ReportProblemTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/report_rounded.cljs
================================================
(ns reagent-mui.icons.report-rounded
"Imports @mui/icons-material/ReportRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-rounded (create-svg-icon (e "path" #js {"d" "M15.32 3H8.68c-.26 0-.52.11-.7.29L3.29 7.98c-.18.18-.29.44-.29.7v6.63c0 .27.11.52.29.71l4.68 4.68c.19.19.45.3.71.3h6.63c.27 0 .52-.11.71-.29l4.68-4.68c.19-.19.29-.44.29-.71V8.68c0-.27-.11-.52-.29-.71l-4.68-4.68c-.18-.18-.44-.29-.7-.29zM12 17.3c-.72 0-1.3-.58-1.3-1.3s.58-1.3 1.3-1.3 1.3.58 1.3 1.3-.58 1.3-1.3 1.3zm0-4.3c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1z"})
"ReportRounded"))
================================================
FILE: src/icons/reagent_mui/icons/report_sharp.cljs
================================================
(ns reagent-mui.icons.report-sharp
"Imports @mui/icons-material/ReportSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-sharp (create-svg-icon (e "path" #js {"d" "M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM12 17.3c-.72 0-1.3-.58-1.3-1.3s.58-1.3 1.3-1.3 1.3.58 1.3 1.3-.58 1.3-1.3 1.3zm1-4.3h-2V7h2v6z"})
"ReportSharp"))
================================================
FILE: src/icons/reagent_mui/icons/report_two_tone.cljs
================================================
(ns reagent-mui.icons.report-two-tone
"Imports @mui/icons-material/ReportTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def report-two-tone (create-svg-icon [(e "path" #js {"d" "M9.1 5 5 9.1v5.8L9.1 19h5.8l4.1-4.1V9.1L14.9 5H9.1zM12 17c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1-3h-2V7h2v7z", "opacity" ".3"}) (e "path" #js {"d" "M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9 14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z"}) (e "circle" #js {"cx" "12", "cy" "16", "r" "1"}) (e "path" #js {"d" "M11 7h2v7h-2z"})]
"ReportTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/request_page.cljs
================================================
(ns reagent-mui.icons.request-page
"Imports @mui/icons-material/RequestPage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def request-page (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm1 9h-4v1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-1v1h-2v-1H9v-2h4v-1h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1V8h2v1h2v2z"})
"RequestPage"))
================================================
FILE: src/icons/reagent_mui/icons/request_page_outlined.cljs
================================================
(ns reagent-mui.icons.request-page-outlined
"Imports @mui/icons-material/RequestPageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def request-page-outlined (create-svg-icon (e "path" #js {"d" "M13.17 4 18 8.83V20H6V4h7.17M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm1 9h-4v1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-1v1h-2v-1H9v-2h4v-1h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1V8h2v1h2v2z"})
"RequestPageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/request_page_rounded.cljs
================================================
(ns reagent-mui.icons.request-page-rounded
"Imports @mui/icons-material/RequestPageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def request-page-rounded (create-svg-icon (e "path" #js {"d" "m19.41 7.41-4.83-4.83c-.37-.37-.88-.58-1.41-.58H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.42zM14 12c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-1c0 .55-.45 1-1 1s-1-.45-1-1h-1c-.55 0-1-.45-1-1s.45-1 1-1h3v-1h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1c0-.55.45-1 1-1s1 .45 1 1h1c.55 0 1 .45 1 1s-.45 1-1 1h-3v1h3z"})
"RequestPageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/request_page_sharp.cljs
================================================
(ns reagent-mui.icons.request-page-sharp
"Imports @mui/icons-material/RequestPageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def request-page-sharp (create-svg-icon (e "path" #js {"d" "M14 2H4.01L4 22h16V8l-6-6zm1 9h-4v1h4v5h-2v1h-2v-1H9v-2h4v-1H9V9h2V8h2v1h2v2z"})
"RequestPageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/request_page_two_tone.cljs
================================================
(ns reagent-mui.icons.request-page-two-tone
"Imports @mui/icons-material/RequestPageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def request-page-two-tone (create-svg-icon [(e "path" #js {"d" "M13.17 4H6v16h12V8.83L13.17 4zM15 11h-4v1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-1v1h-2v-1H9v-2h4v-1h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1V8h2v1h2v2z", "opacity" ".3"}) (e "path" #js {"d" "M13.17 4 18 8.83V20H6V4h7.17M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm1 9h-4v1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-1v1h-2v-1H9v-2h4v-1h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1V8h2v1h2v2z"})]
"RequestPageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/request_quote.cljs
================================================
(ns reagent-mui.icons.request-quote
"Imports @mui/icons-material/RequestQuote as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def request-quote (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm1 10h-4v1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-1v1h-2v-1H9v-2h4v-1h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1V9h2v1h2v2zm-2-4V3.5L17.5 8H13z"})
"RequestQuote"))
================================================
FILE: src/icons/reagent_mui/icons/request_quote_outlined.cljs
================================================
(ns reagent-mui.icons.request-quote-outlined
"Imports @mui/icons-material/RequestQuoteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def request-quote-outlined (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v4h5v12H6zm5-1h2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1h-3v-1h4v-2h-2V9h-2v1h-1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3v1H9v2h2v1z"})
"RequestQuoteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/request_quote_rounded.cljs
================================================
(ns reagent-mui.icons.request-quote-rounded
"Imports @mui/icons-material/RequestQuoteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def request-quote-rounded (create-svg-icon (e "path" #js {"d" "m19.41 7.41-4.83-4.83c-.37-.37-.88-.58-1.41-.58H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.42zM14 13c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-1c0 .55-.45 1-1 1s-1-.45-1-1h-1c-.55 0-1-.45-1-1s.45-1 1-1h3v-1h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1c0-.55.45-1 1-1s1 .45 1 1h1c.55 0 1 .45 1 1s-.45 1-1 1h-3v1h3zm0-5c-.55 0-1-.45-1-1V3.5L17.5 8H14z"})
"RequestQuoteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/request_quote_sharp.cljs
================================================
(ns reagent-mui.icons.request-quote-sharp
"Imports @mui/icons-material/RequestQuoteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def request-quote-sharp (create-svg-icon (e "path" #js {"d" "M14 2H4v20h16V8l-6-6zm1 10h-4v1h4v5h-2v1h-2v-1H9v-2h4v-1H9v-5h2V9h2v1h2v2zm-2-4V3.5L17.5 8H13z"})
"RequestQuoteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/request_quote_two_tone.cljs
================================================
(ns reagent-mui.icons.request-quote-two-tone
"Imports @mui/icons-material/RequestQuoteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def request-quote-two-tone (create-svg-icon [(e "path" #js {"d" "M6 20V4h7v4h5v12H6zm5-1h2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1h-3v-1h4v-2h-2V9h-2v1h-1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3v1H9v2h2v1z", "opacity" ".3"}) (e "path" #js {"d" "M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v4h5v12H6zm5-1h2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1h-3v-1h4v-2h-2V9h-2v1h-1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3v1H9v2h2v1z"})]
"RequestQuoteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/reset_tv.cljs
================================================
(ns reagent-mui.icons.reset-tv
"Imports @mui/icons-material/ResetTv as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reset-tv (create-svg-icon (e "path" #js {"d" "M21 10h-8.01V7L9 11l3.99 4v-3H21v5H3V5h18v3h2V5c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2v-5H23c0-1.1-.9-2-2-2z"})
"ResetTv"))
================================================
FILE: src/icons/reagent_mui/icons/reset_tv_outlined.cljs
================================================
(ns reagent-mui.icons.reset-tv-outlined
"Imports @mui/icons-material/ResetTvOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reset-tv-outlined (create-svg-icon (e "path" #js {"d" "M22 8V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v2h8v-2h4c1.1 0 1.99-.9 1.99-2v-5H22c0-1.1-.9-2-2-2h-7.17l1.83-1.83-1.41-1.41C9.69 10.31 10.88 9.12 9 11l4.24 4.24 1.41-1.41L12.83 12H20v5H4V5h16v3h2z"})
"ResetTvOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/reset_tv_rounded.cljs
================================================
(ns reagent-mui.icons.reset-tv-rounded
"Imports @mui/icons-material/ResetTvRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reset-tv-rounded (create-svg-icon (e "path" #js {"d" "M20 10h-7.01V8.21c0-.45-.54-.67-.85-.35l-2.78 2.79c-.19.2-.19.51 0 .71l2.78 2.79c.31.32.85.09.85-.35V12H20v5H4V5h16v2c0 .55.45 1 1 1s1-.45 1-1V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h4c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2z"})
"ResetTvRounded"))
================================================
FILE: src/icons/reagent_mui/icons/reset_tv_sharp.cljs
================================================
(ns reagent-mui.icons.reset-tv-sharp
"Imports @mui/icons-material/ResetTvSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reset-tv-sharp (create-svg-icon (e "path" #js {"d" "M22 10h-9.01V7L9 11l3.99 4v-3H20v5H4V5h16v3h2V3H2v16h6v2h8v-2h6z"})
"ResetTvSharp"))
================================================
FILE: src/icons/reagent_mui/icons/reset_tv_two_tone.cljs
================================================
(ns reagent-mui.icons.reset-tv-two-tone
"Imports @mui/icons-material/ResetTvTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reset-tv-two-tone (create-svg-icon (e "path" #js {"d" "M20 10h-7.01V7L9 11l3.99 4v-3H20v5H4V5h16v3h2V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v2h8v-2h4c1.1 0 1.99-.9 1.99-2v-5H22c0-1.1-.9-2-2-2z"})
"ResetTvTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/restart_alt.cljs
================================================
(ns reagent-mui.icons.restart-alt
"Imports @mui/icons-material/RestartAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restart-alt (create-svg-icon (e "path" #js {"d" "M12 5V2L8 6l4 4V7c3.31 0 6 2.69 6 6 0 2.97-2.17 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93 0-4.42-3.58-8-8-8zm-6 8c0-1.65.67-3.15 1.76-4.24L6.34 7.34C4.9 8.79 4 10.79 4 13c0 4.08 3.05 7.44 7 7.93v-2.02c-2.83-.48-5-2.94-5-5.91z"})
"RestartAlt"))
================================================
FILE: src/icons/reagent_mui/icons/restart_alt_outlined.cljs
================================================
(ns reagent-mui.icons.restart-alt-outlined
"Imports @mui/icons-material/RestartAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restart-alt-outlined (create-svg-icon (e "path" #js {"d" "M6 13c0-1.65.67-3.15 1.76-4.24L6.34 7.34C4.9 8.79 4 10.79 4 13c0 4.08 3.05 7.44 7 7.93v-2.02c-2.83-.48-5-2.94-5-5.91zm14 0c0-4.42-3.58-8-8-8-.06 0-.12.01-.18.01l1.09-1.09L11.5 2.5 8 6l3.5 3.5 1.41-1.41-1.08-1.08c.06 0 .12-.01.17-.01 3.31 0 6 2.69 6 6 0 2.97-2.17 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93z"})
"RestartAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/restart_alt_rounded.cljs
================================================
(ns reagent-mui.icons.restart-alt-rounded
"Imports @mui/icons-material/RestartAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restart-alt-rounded (create-svg-icon (e "path" #js {"d" "M12 5V3.21c0-.45-.54-.67-.85-.35l-2.8 2.79c-.2.2-.2.51 0 .71l2.79 2.79c.32.31.86.09.86-.36V7c3.31 0 6 2.69 6 6 0 2.72-1.83 5.02-4.31 5.75-.42.12-.69.52-.69.95 0 .65.62 1.16 1.25.97C17.57 19.7 20 16.64 20 13c0-4.42-3.58-8-8-8zm-6 8c0-1.34.44-2.58 1.19-3.59.3-.4.26-.95-.09-1.31-.42-.42-1.14-.38-1.5.1-1 1.34-1.6 3-1.6 4.8 0 3.64 2.43 6.7 5.75 7.67.63.19 1.25-.32 1.25-.97 0-.43-.27-.83-.69-.95C7.83 18.02 6 15.72 6 13z"})
"RestartAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/restart_alt_sharp.cljs
================================================
(ns reagent-mui.icons.restart-alt-sharp
"Imports @mui/icons-material/RestartAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restart-alt-sharp (create-svg-icon (e "path" #js {"d" "M12 5V2L8 6l4 4V7c3.31 0 6 2.69 6 6 0 2.97-2.17 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93 0-4.42-3.58-8-8-8zm-6 8c0-1.65.67-3.15 1.76-4.24L6.34 7.34C4.9 8.79 4 10.79 4 13c0 4.08 3.05 7.44 7 7.93v-2.02c-2.83-.48-5-2.94-5-5.91z"})
"RestartAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/restart_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.restart-alt-two-tone
"Imports @mui/icons-material/RestartAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restart-alt-two-tone (create-svg-icon (e "path" #js {"d" "M12 5V2L8 6l4 4V7c3.31 0 6 2.69 6 6 0 2.97-2.17 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93 0-4.42-3.58-8-8-8zm-6 8c0-1.65.67-3.15 1.76-4.24L6.34 7.34C4.9 8.79 4 10.79 4 13c0 4.08 3.05 7.44 7 7.93v-2.02c-2.83-.48-5-2.94-5-5.91z"})
"RestartAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/restaurant.cljs
================================================
(ns reagent-mui.icons.restaurant
"Imports @mui/icons-material/Restaurant as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restaurant (create-svg-icon (e "path" #js {"d" "M11 9H9V2H7v7H5V2H3v7c0 2.12 1.66 3.84 3.75 3.97V22h2.5v-9.03C11.34 12.84 13 11.12 13 9V2h-2v7zm5-3v8h2.5v8H21V2c-2.76 0-5 2.24-5 4z"})
"Restaurant"))
================================================
FILE: src/icons/reagent_mui/icons/restaurant_menu.cljs
================================================
(ns reagent-mui.icons.restaurant-menu
"Imports @mui/icons-material/RestaurantMenu as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restaurant-menu (create-svg-icon (e "path" #js {"d" "m8.1 13.34 2.83-2.83L3.91 3.5c-1.56 1.56-1.56 4.09 0 5.66l4.19 4.18zm6.78-1.81c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27L3.7 19.87l1.41 1.41L12 14.41l6.88 6.88 1.41-1.41L13.41 13l1.47-1.47z"})
"RestaurantMenu"))
================================================
FILE: src/icons/reagent_mui/icons/restaurant_menu_outlined.cljs
================================================
(ns reagent-mui.icons.restaurant-menu-outlined
"Imports @mui/icons-material/RestaurantMenuOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restaurant-menu-outlined (create-svg-icon (e "path" #js {"d" "m8.1 13.34 2.83-2.83L3.91 3.5c-1.56 1.56-1.56 4.09 0 5.66l4.19 4.18zm6.78-1.81c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27L3.7 19.87l1.41 1.41L12 14.41l6.88 6.88 1.41-1.41L13.41 13l1.47-1.47z"})
"RestaurantMenuOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/restaurant_menu_rounded.cljs
================================================
(ns reagent-mui.icons.restaurant-menu-rounded
"Imports @mui/icons-material/RestaurantMenuRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restaurant-menu-rounded (create-svg-icon (e "path" #js {"d" "m8.1 13.34 2.83-2.83-6.19-6.18c-.48-.48-1.31-.35-1.61.27-.71 1.49-.45 3.32.78 4.56l4.19 4.18zm6.78-1.81c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27L4.4 19.17c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 14.41l6.18 6.18c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 13l1.47-1.47z"})
"RestaurantMenuRounded"))
================================================
FILE: src/icons/reagent_mui/icons/restaurant_menu_sharp.cljs
================================================
(ns reagent-mui.icons.restaurant-menu-sharp
"Imports @mui/icons-material/RestaurantMenuSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restaurant-menu-sharp (create-svg-icon (e "path" #js {"d" "m8.1 13.34 2.83-2.83L3.91 3.5c-1.56 1.56-1.56 4.09 0 5.66l4.19 4.18zm6.78-1.81c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27L3.7 19.87l1.41 1.41L12 14.41l6.88 6.88 1.41-1.41L13.41 13l1.47-1.47z"})
"RestaurantMenuSharp"))
================================================
FILE: src/icons/reagent_mui/icons/restaurant_menu_two_tone.cljs
================================================
(ns reagent-mui.icons.restaurant-menu-two-tone
"Imports @mui/icons-material/RestaurantMenuTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restaurant-menu-two-tone (create-svg-icon (e "path" #js {"d" "m8.1 13.34 2.83-2.83L3.91 3.5c-1.56 1.56-1.56 4.09 0 5.66l4.19 4.18zm12.05-3.19c1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27L3.7 19.87l1.41 1.41L12 14.41l6.88 6.88 1.41-1.41L13.41 13l1.47-1.47c1.53.71 3.68.21 5.27-1.38z"})
"RestaurantMenuTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/restaurant_outlined.cljs
================================================
(ns reagent-mui.icons.restaurant-outlined
"Imports @mui/icons-material/RestaurantOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restaurant-outlined (create-svg-icon (e "path" #js {"d" "M16 6v8h3v8h2V2c-2.76 0-5 2.24-5 4zm-5 3H9V2H7v7H5V2H3v7c0 2.21 1.79 4 4 4v9h2v-9c2.21 0 4-1.79 4-4V2h-2v7z"})
"RestaurantOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/restaurant_rounded.cljs
================================================
(ns reagent-mui.icons.restaurant-rounded
"Imports @mui/icons-material/RestaurantRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restaurant-rounded (create-svg-icon (e "path" #js {"d" "M16 6v6c0 1.1.9 2 2 2h1v7c0 .55.45 1 1 1s1-.45 1-1V3.13c0-.65-.61-1.13-1.24-.98C17.6 2.68 16 4.51 16 6zm-5 3H9V3c0-.55-.45-1-1-1s-1 .45-1 1v6H5V3c0-.55-.45-1-1-1s-1 .45-1 1v6c0 2.21 1.79 4 4 4v8c0 .55.45 1 1 1s1-.45 1-1v-8c2.21 0 4-1.79 4-4V3c0-.55-.45-1-1-1s-1 .45-1 1v6z"})
"RestaurantRounded"))
================================================
FILE: src/icons/reagent_mui/icons/restaurant_sharp.cljs
================================================
(ns reagent-mui.icons.restaurant-sharp
"Imports @mui/icons-material/RestaurantSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restaurant-sharp (create-svg-icon (e "path" #js {"d" "M16 6v8h3v8h2V2c-2.76 0-5 2.24-5 4zm-5 3H9V2H7v7H5V2H3v7c0 2.21 1.79 4 4 4v9h2v-9c2.21 0 4-1.79 4-4V2h-2v7z"})
"RestaurantSharp"))
================================================
FILE: src/icons/reagent_mui/icons/restaurant_two_tone.cljs
================================================
(ns reagent-mui.icons.restaurant-two-tone
"Imports @mui/icons-material/RestaurantTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restaurant-two-tone (create-svg-icon (e "path" #js {"d" "M16 6v8h3v8h2V2c-2.76 0-5 2.24-5 4zm-5 3H9V2H7v7H5V2H3v7c0 2.21 1.79 4 4 4v9h2v-9c2.21 0 4-1.79 4-4V2h-2v7z"})
"RestaurantTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/restore.cljs
================================================
(ns reagent-mui.icons.restore
"Imports @mui/icons-material/Restore as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restore (create-svg-icon (e "path" #js {"d" "M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"})
"Restore"))
================================================
FILE: src/icons/reagent_mui/icons/restore_from_trash.cljs
================================================
(ns reagent-mui.icons.restore-from-trash
"Imports @mui/icons-material/RestoreFromTrash as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restore-from-trash (create-svg-icon (e "path" #js {"d" "M19 4h-3.5l-1-1h-5l-1 1H5v2h14zM6 7v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6zm8 7v4h-4v-4H8l4-4 4 4h-2z"})
"RestoreFromTrash"))
================================================
FILE: src/icons/reagent_mui/icons/restore_from_trash_outlined.cljs
================================================
(ns reagent-mui.icons.restore-from-trash-outlined
"Imports @mui/icons-material/RestoreFromTrashOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restore-from-trash-outlined (create-svg-icon (e "path" #js {"d" "m15.5 4-1-1h-5l-1 1H5v2h14V4zM6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zm2-5V9h8v10H8v-5zm2 4h4v-4h2l-4-4-4 4h2z"})
"RestoreFromTrashOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/restore_from_trash_rounded.cljs
================================================
(ns reagent-mui.icons.restore-from-trash-rounded
"Imports @mui/icons-material/RestoreFromTrashRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restore-from-trash-rounded (create-svg-icon (e "path" #js {"d" "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v10zm5.65-8.65c.2-.2.51-.2.71 0L16 14h-2v4h-4v-4H8l3.65-3.65zM15.5 4l-.71-.71c-.18-.18-.44-.29-.7-.29H9.91c-.26 0-.52.11-.7.29L8.5 4H6c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1h-2.5z"})
"RestoreFromTrashRounded"))
================================================
FILE: src/icons/reagent_mui/icons/restore_from_trash_sharp.cljs
================================================
(ns reagent-mui.icons.restore-from-trash-sharp
"Imports @mui/icons-material/RestoreFromTrashSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restore-from-trash-sharp (create-svg-icon (e "path" #js {"d" "M6 21h12V7H6v14zm6-11 4 4h-2v4h-4v-4H8l4-4zm3.5-6-1-1h-5l-1 1H5v2h14V4z"})
"RestoreFromTrashSharp"))
================================================
FILE: src/icons/reagent_mui/icons/restore_from_trash_two_tone.cljs
================================================
(ns reagent-mui.icons.restore-from-trash-two-tone
"Imports @mui/icons-material/RestoreFromTrashTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restore-from-trash-two-tone (create-svg-icon [(e "path" #js {"d" "M16 14h-2v4h-4v-4H8v5h8zm0 0V9H8v5l4-4z", "opacity" ".3"}) (e "path" #js {"d" "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zm2-5V9h8v10H8v-5zm7.5-10-1-1h-5l-1 1H5v2h14V4zM10 18h4v-4h2l-4-4-4 4h2z"})]
"RestoreFromTrashTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/restore_outlined.cljs
================================================
(ns reagent-mui.icons.restore-outlined
"Imports @mui/icons-material/RestoreOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restore-outlined (create-svg-icon (e "path" #js {"d" "M13 3c-4.97 0-9 4.03-9 9H1l4 3.99L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.25 2.52.77-1.28-3.52-2.09V8z"})
"RestoreOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/restore_page.cljs
================================================
(ns reagent-mui.icons.restore-page
"Imports @mui/icons-material/RestorePage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restore-page (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm-2 16c-2.05 0-3.81-1.24-4.58-3h1.71c.63.9 1.68 1.5 2.87 1.5 1.93 0 3.5-1.57 3.5-3.5S13.93 9.5 12 9.5c-1.35 0-2.52.78-3.1 1.9l1.6 1.6h-4V9l1.3 1.3C8.69 8.92 10.23 8 12 8c2.76 0 5 2.24 5 5s-2.24 5-5 5z"})
"RestorePage"))
================================================
FILE: src/icons/reagent_mui/icons/restore_page_outlined.cljs
================================================
(ns reagent-mui.icons.restore-page-outlined
"Imports @mui/icons-material/RestorePageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restore-page-outlined (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7.17L18 8.83V20zm-9.55-9.43L7.28 9.4V13h3.6l-1.44-1.44c.52-1.01 1.58-1.71 2.79-1.71 1.74 0 3.15 1.41 3.15 3.15s-1.41 3.15-3.15 3.15c-1.07 0-2.02-.54-2.58-1.35H8.1c.69 1.58 2.28 2.7 4.12 2.7 2.48 0 4.5-2.02 4.5-4.5s-2.02-4.5-4.5-4.5c-1.59 0-2.97.83-3.77 2.07z"})
"RestorePageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/restore_page_rounded.cljs
================================================
(ns reagent-mui.icons.restore-page-rounded
"Imports @mui/icons-material/RestorePageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restore-page-rounded (create-svg-icon (e "path" #js {"d" "m19.41 7.41-4.83-4.83c-.37-.37-.88-.58-1.41-.58H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.42zM12 18c-1.65 0-3.19-.81-4.12-2.17-.23-.34-.15-.81.19-1.04.34-.24.81-.15 1.04.19.65.95 1.73 1.52 2.88 1.52 1.93 0 3.5-1.57 3.5-3.5S13.93 9.5 12 9.5c-1.33 0-2.52.74-3.11 1.89L10.5 13H7c-.28 0-.5-.22-.5-.5V9l1.3 1.3C8.71 8.89 10.26 8 12 8c2.76 0 5 2.24 5 5s-2.24 5-5 5z"})
"RestorePageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/restore_page_sharp.cljs
================================================
(ns reagent-mui.icons.restore-page-sharp
"Imports @mui/icons-material/RestorePageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restore-page-sharp (create-svg-icon (e "path" #js {"d" "M14 2H4v20h16V8l-6-6zm-2 16c-2.05 0-3.81-1.24-4.58-3h1.71c.63.9 1.68 1.5 2.87 1.5 1.93 0 3.5-1.57 3.5-3.5S13.93 9.5 12 9.5c-1.35 0-2.52.78-3.1 1.9l1.6 1.6h-4V9l1.3 1.3C8.69 8.92 10.23 8 12 8c2.76 0 5 2.24 5 5s-2.24 5-5 5z"})
"RestorePageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/restore_page_two_tone.cljs
================================================
(ns reagent-mui.icons.restore-page-two-tone
"Imports @mui/icons-material/RestorePageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restore-page-two-tone (create-svg-icon [(e "path" #js {"d" "M6 4v16h12V8.83L13.17 4H6zm10.72 9c0 2.48-2.02 4.5-4.5 4.5-1.84 0-3.43-1.12-4.12-2.7h1.54c.57.81 1.51 1.35 2.58 1.35 1.74 0 3.15-1.41 3.15-3.15s-1.41-3.15-3.15-3.15c-1.21 0-2.27.7-2.79 1.71L10.88 13h-3.6V9.4l1.17 1.17c.8-1.24 2.19-2.07 3.78-2.07 2.48 0 4.49 2.02 4.49 4.5z", "opacity" ".3"}) (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7.17L18 8.83V20zm-9.55-9.43L7.28 9.4V13h3.6l-1.44-1.44c.52-1.01 1.58-1.71 2.79-1.71 1.74 0 3.15 1.41 3.15 3.15s-1.41 3.15-3.15 3.15c-1.07 0-2.02-.54-2.58-1.35H8.1c.69 1.58 2.28 2.7 4.12 2.7 2.48 0 4.5-2.02 4.5-4.5s-2.02-4.5-4.5-4.5c-1.59 0-2.97.83-3.77 2.07z"})]
"RestorePageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/restore_rounded.cljs
================================================
(ns reagent-mui.icons.restore-rounded
"Imports @mui/icons-material/RestoreRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restore-rounded (create-svg-icon (e "path" #js {"d" "M13.25 3c-5.09-.14-9.26 3.94-9.26 9H2.2c-.45 0-.67.54-.35.85l2.79 2.8c.2.2.51.2.71 0l2.79-2.8c.32-.31.09-.85-.35-.85h-1.8c0-3.9 3.18-7.05 7.1-7 3.72.05 6.85 3.18 6.9 6.9.05 3.91-3.1 7.1-7 7.1-1.61 0-3.1-.55-4.28-1.48-.4-.31-.96-.28-1.32.08-.42.43-.39 1.13.08 1.5 1.52 1.19 3.44 1.9 5.52 1.9 5.05 0 9.14-4.17 9-9.26-.13-4.69-4.05-8.61-8.74-8.74zm-.51 5c-.41 0-.75.34-.75.75v3.68c0 .35.19.68.49.86l3.12 1.85c.36.21.82.09 1.03-.26.21-.36.09-.82-.26-1.03l-2.88-1.71v-3.4c0-.4-.33-.74-.75-.74z"})
"RestoreRounded"))
================================================
FILE: src/icons/reagent_mui/icons/restore_sharp.cljs
================================================
(ns reagent-mui.icons.restore-sharp
"Imports @mui/icons-material/RestoreSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restore-sharp (create-svg-icon (e "path" #js {"d" "M13 3c-4.97 0-9 4.03-9 9H1l4 3.99L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.25 2.52.77-1.28-3.52-2.09V8z"})
"RestoreSharp"))
================================================
FILE: src/icons/reagent_mui/icons/restore_two_tone.cljs
================================================
(ns reagent-mui.icons.restore-two-tone
"Imports @mui/icons-material/RestoreTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def restore-two-tone (create-svg-icon (e "path" #js {"d" "M13 3c-4.97 0-9 4.03-9 9H1l4 3.99L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.25 2.52.77-1.28-3.52-2.09V8z"})
"RestoreTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/reviews.cljs
================================================
(ns reagent-mui.icons.reviews
"Imports @mui/icons-material/Reviews as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reviews (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6.43 9.57L12 15l-1.57-3.43L7 10l3.43-1.57L12 5l1.57 3.43L17 10l-3.43 1.57z"})
"Reviews"))
================================================
FILE: src/icons/reagent_mui/icons/reviews_outlined.cljs
================================================
(ns reagent-mui.icons.reviews-outlined
"Imports @mui/icons-material/ReviewsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reviews-outlined (create-svg-icon [(e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12z"}) (e "path" #js {"d" "m12 15 1.57-3.43L17 10l-3.43-1.57L12 5l-1.57 3.43L7 10l3.43 1.57z"})]
"ReviewsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/reviews_rounded.cljs
================================================
(ns reagent-mui.icons.reviews-rounded
"Imports @mui/icons-material/ReviewsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reviews-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v15.59c0 .89 1.08 1.34 1.71.71L6 18h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6.43 9.57-1.12 2.44c-.18.39-.73.39-.91 0l-1.12-2.44-2.44-1.12c-.39-.18-.39-.73 0-.91l2.44-1.12 1.12-2.44c.18-.39.73-.39.91 0l1.12 2.44 2.44 1.12c.39.18.39.73 0 .91l-2.44 1.12z"})
"ReviewsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/reviews_sharp.cljs
================================================
(ns reagent-mui.icons.reviews-sharp
"Imports @mui/icons-material/ReviewsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reviews-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v20l4-4h16V2zm-8.43 9.57L12 15l-1.57-3.43L7 10l3.43-1.57L12 5l1.57 3.43L17 10l-3.43 1.57z"})
"ReviewsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/reviews_two_tone.cljs
================================================
(ns reagent-mui.icons.reviews-two-tone
"Imports @mui/icons-material/ReviewsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def reviews-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17.17 5.17 16H20V4H4v13.17zm6.43-8.74L12 5l1.57 3.43L17 10l-3.43 1.57L12 15l-1.57-3.43L7 10l3.43-1.57z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12z"}) (e "path" #js {"d" "m12 15 1.57-3.43L17 10l-3.43-1.57L12 5l-1.57 3.43L7 10l3.43 1.57z"})]
"ReviewsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rice_bowl.cljs
================================================
(ns reagent-mui.icons.rice-bowl
"Imports @mui/icons-material/RiceBowl as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rice-bowl (create-svg-icon (e "path" #js {"d" "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 3.69 2.47 6.86 6 8.25V22h8v-1.75c3.53-1.39 6-4.56 6-8.25zm-2 0h-4V5.08c2.39 1.39 4 3.97 4 6.92zm-6-7.74V12h-4V4.26c.64-.16 1.31-.26 2-.26s1.36.1 2 .26zM4 12c0-2.95 1.61-5.53 4-6.92V12H4z"})
"RiceBowl"))
================================================
FILE: src/icons/reagent_mui/icons/rice_bowl_outlined.cljs
================================================
(ns reagent-mui.icons.rice-bowl-outlined
"Imports @mui/icons-material/RiceBowlOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rice-bowl-outlined (create-svg-icon (e "path" #js {"d" "M19.66 14c-.66 1.92-2.24 3.54-4.4 4.39l-1.26.49V20h-4v-1.12l-1.27-.5c-2.16-.85-3.74-2.47-4.4-4.39h15.33M12 2C6.48 2 2 6.48 2 12c0 3.69 2.47 6.86 6 8.25V22h8v-1.75c3.53-1.39 6-4.56 6-8.25 0-5.52-4.48-10-10-10zm-2 10V4.26c.64-.16 1.31-.26 2-.26s1.36.1 2 .26V12h-4zm6 0V5.08c2.39 1.39 4 3.96 4 6.92h-4zM4 12c0-2.95 1.61-5.53 4-6.92V12H4z"})
"RiceBowlOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rice_bowl_rounded.cljs
================================================
(ns reagent-mui.icons.rice-bowl-rounded
"Imports @mui/icons-material/RiceBowlRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rice-bowl-rounded (create-svg-icon (e "path" #js {"d" "M22 12c0-5.48-4.4-9.93-9.86-10-3.62-.05-6.85 2.03-8.71 5.14C.1 12.69 2.98 18.27 8 20.25v.25c0 .83.67 1.5 1.5 1.5h5c.83 0 1.5-.67 1.5-1.5v-.25c3.53-1.39 6-4.56 6-8.25zm-2 0h-4V5.08c2.39 1.39 4 3.97 4 6.92zm-6-7.74V12h-4V4.26c.64-.16 1.31-.26 2-.26s1.36.1 2 .26zM4 12c0-2.95 1.61-5.53 4-6.92V12H4z"})
"RiceBowlRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rice_bowl_sharp.cljs
================================================
(ns reagent-mui.icons.rice-bowl-sharp
"Imports @mui/icons-material/RiceBowlSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rice-bowl-sharp (create-svg-icon (e "path" #js {"d" "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 3.69 2.47 6.86 6 8.25V22h8v-1.75c3.53-1.39 6-4.56 6-8.25zm-2 0h-4V5.08c2.39 1.39 4 3.97 4 6.92zm-6-7.74V12h-4V4.26c.64-.16 1.31-.26 2-.26s1.36.1 2 .26zM4 12c0-2.95 1.61-5.53 4-6.92V12H4z"})
"RiceBowlSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rice_bowl_two_tone.cljs
================================================
(ns reagent-mui.icons.rice-bowl-two-tone
"Imports @mui/icons-material/RiceBowlTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rice-bowl-two-tone (create-svg-icon [(e "path" #js {"d" "M19.66 14c-.66 1.92-2.24 3.54-4.4 4.39l-1.26.49V20h-4v-1.12l-1.27-.5c-2.16-.85-3.74-2.47-4.4-4.39h15.33", "opacity" ".3"}) (e "path" #js {"d" "M19.66 14c-.66 1.92-2.24 3.54-4.4 4.39l-1.26.49V20h-4v-1.12l-1.27-.5c-2.16-.85-3.74-2.47-4.4-4.39h15.33M12 2C6.48 2 2 6.48 2 12c0 3.69 2.47 6.86 6 8.25V22h8v-1.75c3.53-1.39 6-4.56 6-8.25 0-5.52-4.48-10-10-10zm-2 10V4.26c.64-.16 1.31-.26 2-.26s1.36.1 2 .26V12h-4zm6 0V5.08c2.39 1.39 4 3.96 4 6.92h-4zM4 12c0-2.95 1.61-5.53 4-6.92V12H4z"})]
"RiceBowlTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/ring_volume.cljs
================================================
(ns reagent-mui.icons.ring-volume
"Imports @mui/icons-material/RingVolume as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ring-volume (create-svg-icon (e "path" #js {"d" "M23.71 16.67C20.66 13.78 16.54 12 12 12 7.46 12 3.34 13.78.29 16.67c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.66 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71 0-.27-.11-.52-.29-.7zM21.16 6.26l-1.41-1.41-3.56 3.55 1.41 1.41s3.45-3.52 3.56-3.55zM13 2h-2v5h2V2zM6.4 9.81 7.81 8.4 4.26 4.84 2.84 6.26c.11.03 3.56 3.55 3.56 3.55z"})
"RingVolume"))
================================================
FILE: src/icons/reagent_mui/icons/ring_volume_outlined.cljs
================================================
(ns reagent-mui.icons.ring-volume-outlined
"Imports @mui/icons-material/RingVolumeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ring-volume-outlined (create-svg-icon (e "path" #js {"d" "M23.71 16.67C20.66 13.78 16.54 12 12 12 7.46 12 3.34 13.78.29 16.67c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73 1.6 0 3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.66 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71 0-.27-.11-.52-.29-.7zm-18.31.56c-.66.37-1.29.8-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.39 2.95-1.9v1.7zm15.07 1.26c-.59-.48-1.21-.9-1.87-1.27v-1.7c1.04.51 2.03 1.15 2.94 1.9l-1.07 1.07zm.69-12.23-1.41-1.41-3.56 3.55 1.41 1.41s3.45-3.52 3.56-3.55zM11 2h2v5h-2zM6.4 9.81 7.81 8.4 4.26 4.84 2.84 6.26c.11.03 3.56 3.55 3.56 3.55z"})
"RingVolumeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/ring_volume_rounded.cljs
================================================
(ns reagent-mui.icons.ring-volume-rounded
"Imports @mui/icons-material/RingVolumeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ring-volume-rounded (create-svg-icon (e "path" #js {"d" "M11.98 7h.03c.55 0 .99-.44.99-.98V2.98c0-.54-.44-.98-.98-.98h-.03c-.55 0-.99.44-.99.98v3.03c0 .55.44.99.98.99zm4.92 2.11c.39.39 1.01.39 1.4 0 .62-.63 1.52-1.54 2.15-2.17.39-.38.39-1.01 0-1.39-.38-.38-1.01-.38-1.39 0L16.89 7.7c-.39.38-.39 1.01 0 1.39l.01.02zM5.71 9.1c.38.39 1.01.39 1.4 0 .38-.38.38-1.01 0-1.39L4.96 5.54c-.38-.39-1.01-.39-1.39 0l-.02.01c-.39.39-.39 1.01 0 1.39.63.62 1.54 1.53 2.16 2.16zm17.58 7.13c-6.41-5.66-16.07-5.66-22.48 0-.85.75-.85 2.08-.05 2.88l1.22 1.22c.72.72 1.86.78 2.66.15l2-1.59c.48-.38.76-.96.76-1.57v-2.6c3.02-.98 6.29-.99 9.32 0v2.61c0 .61.28 1.19.76 1.57l1.99 1.58c.8.63 1.94.57 2.66-.15l1.22-1.22c.79-.8.79-2.13-.06-2.88z"})
"RingVolumeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/ring_volume_sharp.cljs
================================================
(ns reagent-mui.icons.ring-volume-sharp
"Imports @mui/icons-material/RingVolumeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ring-volume-sharp (create-svg-icon (e "path" #js {"d" "m21.16 6.26-1.41-1.41-3.56 3.55 1.41 1.41s3.45-3.52 3.56-3.55zM11 2h2v5h-2zM6.4 9.81 7.81 8.4 4.26 4.84 2.84 6.26c.11.03 3.56 3.55 3.56 3.55zM0 17.39l3.68 3.68 3.92-3.11v-3.37c2.85-.93 5.94-.93 8.8 0v3.38l3.91 3.1L24 17.39c-6.41-7.19-17.59-7.19-24 0z"})
"RingVolumeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/ring_volume_two_tone.cljs
================================================
(ns reagent-mui.icons.ring-volume-two-tone
"Imports @mui/icons-material/RingVolumeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ring-volume-two-tone (create-svg-icon [(e "path" #js {"d" "M18.6 17.22c.66.37 1.28.79 1.87 1.27l1.07-1.07c-.91-.75-1.9-1.38-2.94-1.9v1.7zM3.53 18.5c.58-.47 1.21-.89 1.87-1.27v-1.71c-1.05.51-2.03 1.15-2.95 1.9l1.08 1.08z", "opacity" ".3"}) (e "path" #js {"d" "M12 12C7.46 12 3.34 13.78.29 16.67c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73 1.6 0 3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.66 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71 0-.27-.11-.52-.29-.7C20.66 13.78 16.54 12 12 12zm-6.6 5.23c-.66.37-1.29.8-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.39 2.95-1.9v1.7zm15.07 1.26c-.59-.48-1.21-.9-1.87-1.27v-1.7c1.04.51 2.03 1.15 2.94 1.9l-1.07 1.07zM16.19 8.4l1.41 1.41s3.45-3.52 3.56-3.55l-1.41-1.41-3.56 3.55zM11 2h2v5h-2zM6.4 9.81 7.81 8.4 4.26 4.84 2.84 6.26c.11.03 3.56 3.55 3.56 3.55z"})]
"RingVolumeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rocket.cljs
================================================
(ns reagent-mui.icons.rocket
"Imports @mui/icons-material/Rocket as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rocket (create-svg-icon (e "path" #js {"d" "M12 2.5s4.5 2.04 4.5 10.5c0 2.49-1.04 5.57-1.6 7H9.1c-.56-1.43-1.6-4.51-1.6-7C7.5 4.54 12 2.5 12 2.5zm2 8.5c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-6.31 9.52c-.48-1.23-1.52-4.17-1.67-6.87l-1.13.75c-.56.38-.89 1-.89 1.67V22l3.69-1.48zM20 22v-5.93c0-.67-.33-1.29-.89-1.66l-1.13-.75c-.15 2.69-1.2 5.64-1.67 6.87L20 22z"})
"Rocket"))
================================================
FILE: src/icons/reagent_mui/icons/rocket_launch.cljs
================================================
(ns reagent-mui.icons.rocket-launch
"Imports @mui/icons-material/RocketLaunch as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rocket-launch (create-svg-icon (e "path" #js {"d" "M9.19 6.35c-2.04 2.29-3.44 5.58-3.57 5.89L2 10.69l4.05-4.05c.47-.47 1.15-.68 1.81-.55l1.33.26zM11.17 17s3.74-1.55 5.89-3.7c5.4-5.4 4.5-9.62 4.21-10.57-.95-.3-5.17-1.19-10.57 4.21C8.55 9.09 7 12.83 7 12.83L11.17 17zm6.48-2.19c-2.29 2.04-5.58 3.44-5.89 3.57L13.31 22l4.05-4.05c.47-.47.68-1.15.55-1.81l-.26-1.33zM9 18c0 .83-.34 1.58-.88 2.12C6.94 21.3 2 22 2 22s.7-4.94 1.88-6.12C4.42 15.34 5.17 15 6 15c1.66 0 3 1.34 3 3zm4-9c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2z"})
"RocketLaunch"))
================================================
FILE: src/icons/reagent_mui/icons/rocket_launch_outlined.cljs
================================================
(ns reagent-mui.icons.rocket-launch-outlined
"Imports @mui/icons-material/RocketLaunchOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rocket-launch-outlined (create-svg-icon (e "path" #js {"d" "M6 15c-.83 0-1.58.34-2.12.88C2.7 17.06 2 22 2 22s4.94-.7 6.12-1.88c.54-.54.88-1.29.88-2.12 0-1.66-1.34-3-3-3zm.71 3.71c-.28.28-2.17.76-2.17.76s.47-1.88.76-2.17c.17-.19.42-.3.7-.3.55 0 1 .45 1 1 0 .28-.11.53-.29.71zm10.71-5.06c6.36-6.36 4.24-11.31 4.24-11.31S16.71.22 10.35 6.58l-2.49-.5c-.65-.13-1.33.08-1.81.55L2 10.69l5 2.14L11.17 17l2.14 5 4.05-4.05c.47-.47.68-1.15.55-1.81l-.49-2.49zM7.41 10.83l-1.91-.82 1.97-1.97 1.44.29c-.57.83-1.08 1.7-1.5 2.5zm6.58 7.67-.82-1.91c.8-.42 1.67-.93 2.49-1.5l.29 1.44-1.96 1.97zM16 12.24c-1.32 1.32-3.38 2.4-4.04 2.73l-2.93-2.93c.32-.65 1.4-2.71 2.73-4.04 4.68-4.68 8.23-3.99 8.23-3.99s.69 3.55-3.99 8.23zM15 11c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})
"RocketLaunchOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rocket_launch_rounded.cljs
================================================
(ns reagent-mui.icons.rocket-launch-rounded
"Imports @mui/icons-material/RocketLaunchRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rocket-launch-rounded (create-svg-icon (e "path" #js {"d" "M9.19 6.35c-2.04 2.29-3.44 5.58-3.57 5.89l-2.26-.97c-.65-.28-.81-1.13-.31-1.63l3.01-3.01c.47-.47 1.15-.68 1.81-.55l1.32.27zm1.49 10.16c.3.3.74.38 1.12.2 1.16-.54 3.65-1.81 5.26-3.42 4.59-4.59 4.63-8.33 4.36-9.93-.07-.4-.39-.72-.79-.79-1.6-.27-5.34-.23-9.93 4.36-1.61 1.61-2.87 4.1-3.42 5.26-.18.38-.09.83.2 1.12l3.2 3.2zm6.97-1.7c-2.29 2.04-5.58 3.44-5.89 3.57l.97 2.26c.28.65 1.13.81 1.63.31l3.01-3.01c.47-.47.68-1.15.55-1.81l-.27-1.32zm-8.71 2.6c.2 1.06-.15 2.04-.82 2.71-.77.77-3.16 1.34-4.71 1.64-.69.13-1.3-.48-1.17-1.17.3-1.55.86-3.94 1.64-4.71.67-.67 1.65-1.02 2.71-.82 1.17.22 2.13 1.18 2.35 2.35zM13 9c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2z"})
"RocketLaunchRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rocket_launch_sharp.cljs
================================================
(ns reagent-mui.icons.rocket-launch-sharp
"Imports @mui/icons-material/RocketLaunchSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rocket-launch-sharp (create-svg-icon (e "path" #js {"d" "M9.19 6.35c-2.04 2.29-3.44 5.58-3.57 5.89L2 10.69l4.81-4.81 2.38.47zM11.17 17s3.74-1.55 5.89-3.7c5.4-5.4 4.5-9.62 4.21-10.57-.95-.3-5.17-1.19-10.57 4.21C8.55 9.09 7 12.83 7 12.83L11.17 17zm6.48-2.19c-2.29 2.04-5.58 3.44-5.89 3.57L13.31 22l4.81-4.81-.47-2.38zM9 18c0 .83-.34 1.58-.88 2.12C6.94 21.3 2 22 2 22s.7-4.94 1.88-6.12C4.42 15.34 5.17 15 6 15c1.66 0 3 1.34 3 3zm4-9c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2z"})
"RocketLaunchSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rocket_launch_two_tone.cljs
================================================
(ns reagent-mui.icons.rocket-launch-two-tone
"Imports @mui/icons-material/RocketLaunchTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rocket-launch-two-tone (create-svg-icon [(e "path" #js {"d" "M6.71 18.71c-.28.28-2.17.76-2.17.76s.47-1.88.76-2.17c.17-.19.42-.3.7-.3.55 0 1 .45 1 1 0 .28-.11.53-.29.71zm.7-7.88-1.91-.82 1.97-1.97 1.44.29c-.57.83-1.08 1.7-1.5 2.5zm6.58 7.67-.82-1.91c.8-.42 1.67-.93 2.49-1.5l.29 1.44-1.96 1.97zm6-14.49S16.44 3.32 11.76 8c-1.32 1.32-2.4 3.38-2.73 4.04l2.93 2.93c.65-.32 2.71-1.4 4.04-2.73 4.68-4.68 3.99-8.23 3.99-8.23zM15 11c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z", "opacity" ".3"}) (e "path" #js {"d" "M6 15c-.83 0-1.58.34-2.12.88C2.7 17.06 2 22 2 22s4.94-.7 6.12-1.88c.54-.54.88-1.29.88-2.12 0-1.66-1.34-3-3-3zm.71 3.71c-.28.28-2.17.76-2.17.76s.47-1.88.76-2.17c.17-.19.42-.3.7-.3.55 0 1 .45 1 1 0 .28-.11.53-.29.71zm10.71-5.06c6.36-6.36 4.24-11.31 4.24-11.31S16.71.22 10.35 6.58l-2.49-.5c-.65-.13-1.33.08-1.81.55L2 10.69l5 2.14L11.17 17l2.14 5 4.05-4.05c.47-.47.68-1.15.55-1.81l-.49-2.49zM7.41 10.83l-1.91-.82 1.97-1.97 1.44.29c-.57.83-1.08 1.7-1.5 2.5zm6.58 7.67-.82-1.91c.8-.42 1.67-.93 2.49-1.5l.29 1.44-1.96 1.97zM16 12.24c-1.32 1.32-3.38 2.4-4.04 2.73l-2.93-2.93c.32-.65 1.4-2.71 2.73-4.04 4.68-4.68 8.23-3.99 8.23-3.99s.69 3.55-3.99 8.23zM15 11c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})]
"RocketLaunchTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rocket_outlined.cljs
================================================
(ns reagent-mui.icons.rocket-outlined
"Imports @mui/icons-material/RocketOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rocket-outlined (create-svg-icon (e "path" #js {"d" "M14 11c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-6.02 7.25c-.29-.9-.57-1.94-.76-3L6 16.07v2.98l1.98-.8zM12 2s5 2 5 11l2.11 1.41c.56.37.89 1 .89 1.66V22l-5-2H9l-5 2v-5.93c0-.67.33-1.29.89-1.66L7 13c0-9 5-11 5-11zm0 2.36S9 6.38 9 13c0 2.25 1 5 1 5h4s1-2.75 1-5c0-6.62-3-8.64-3-8.64zm6 14.69v-2.98l-1.22-.81c-.19 1.05-.47 2.1-.76 3l1.98.79z"})
"RocketOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rocket_rounded.cljs
================================================
(ns reagent-mui.icons.rocket-rounded
"Imports @mui/icons-material/RocketRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rocket-rounded (create-svg-icon (e "path" #js {"d" "M11.41 2.87c.35-.26.82-.26 1.18 0 1.22.88 3.91 3.59 3.91 10.13 0 2.16-.78 4.76-1.36 6.35-.14.39-.51.65-.93.65H9.8c-.42 0-.8-.26-.94-.65C8.28 17.76 7.5 15.16 7.5 13c0-6.54 2.69-9.25 3.91-10.13zM14 11c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-6.31 9.52c-.48-1.23-1.52-4.17-1.67-6.87l-1.13.75c-.56.38-.89 1-.89 1.67v4.45c0 .71.71 1.19 1.37.93l2.32-.93zm12.31 0v-4.45c0-.67-.33-1.29-.89-1.66l-1.13-.75c-.15 2.69-1.2 5.64-1.67 6.87l2.32.93c.66.25 1.37-.23 1.37-.94z"})
"RocketRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rocket_sharp.cljs
================================================
(ns reagent-mui.icons.rocket-sharp
"Imports @mui/icons-material/RocketSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rocket-sharp (create-svg-icon (e "path" #js {"d" "M12 2.5s4.5 2.04 4.5 10.5c0 2.49-1.04 5.57-1.6 7H9.1c-.56-1.43-1.6-4.51-1.6-7C7.5 4.54 12 2.5 12 2.5zm2 8.5c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-6.31 9.52c-.48-1.23-1.52-4.17-1.67-6.87L4 15v7l3.69-1.48zM20 22v-7l-2.02-1.35c-.15 2.69-1.2 5.64-1.67 6.87L20 22z"})
"RocketSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rocket_two_tone.cljs
================================================
(ns reagent-mui.icons.rocket-two-tone
"Imports @mui/icons-material/RocketTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rocket-two-tone (create-svg-icon [(e "path" #js {"d" "M7.98 18.25c-.29-.9-.57-1.94-.76-3L6 16.07v2.98l1.98-.8zM12 4.36S9 6.38 9 13c0 2.25 1 5 1 5h4s1-2.75 1-5c0-6.62-3-8.64-3-8.64zM12 13c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6 6.05v-2.98l-1.22-.81c-.19 1.05-.47 2.1-.76 3l1.98.79z", "opacity" ".3"}) (e "path" #js {"d" "M14 11c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-6.02 7.25c-.29-.9-.57-1.94-.76-3L6 16.07v2.98l1.98-.8zM12 2s5 2 5 11l2.11 1.41c.56.37.89 1 .89 1.66V22l-5-2H9l-5 2v-5.93c0-.67.33-1.29.89-1.66L7 13c0-9 5-11 5-11zm0 2.36S9 6.38 9 13c0 2.25 1 5 1 5h4s1-2.75 1-5c0-6.62-3-8.64-3-8.64zm6 14.69v-2.98l-1.22-.81c-.19 1.05-.47 2.1-.76 3l1.98.79z"})]
"RocketTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/roller_shades.cljs
================================================
(ns reagent-mui.icons.roller-shades
"Imports @mui/icons-material/RollerShades as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roller-shades (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM6 19v-6h5v1.8c-.4.3-.8.8-.8 1.4 0 1 .8 1.8 1.8 1.8s1.8-.8 1.8-1.8c0-.6-.3-1.1-.8-1.4V13h5v6H6z"})
"RollerShades"))
================================================
FILE: src/icons/reagent_mui/icons/roller_shades_closed.cljs
================================================
(ns reagent-mui.icons.roller-shades-closed
"Imports @mui/icons-material/RollerShadesClosed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roller-shades-closed (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h8.25c0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75H22v-2h-2zM6 19v-2h5v2H6zm7 0v-2h5v2h-5z"})
"RollerShadesClosed"))
================================================
FILE: src/icons/reagent_mui/icons/roller_shades_closed_outlined.cljs
================================================
(ns reagent-mui.icons.roller-shades-closed-outlined
"Imports @mui/icons-material/RollerShadesClosedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roller-shades-closed-outlined (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h8.25c0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75H22v-2h-2zM18 5v10H6V5h12zM6 19v-2h5v2H6zm7 0v-2h5v2h-5z"})
"RollerShadesClosedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/roller_shades_closed_rounded.cljs
================================================
(ns reagent-mui.icons.roller-shades-closed-rounded
"Imports @mui/icons-material/RollerShadesClosedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roller-shades-closed-rounded (create-svg-icon (e "path" #js {"d" "M20 19V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v14H3c-.55 0-1 .45-1 1s.45 1 1 1h7.25c0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75H21c.55 0 1-.45 1-1s-.45-1-1-1h-1zM6 19v-2h5v2H6zm7 0v-2h5v2h-5z"})
"RollerShadesClosedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/roller_shades_closed_sharp.cljs
================================================
(ns reagent-mui.icons.roller-shades-closed-sharp
"Imports @mui/icons-material/RollerShadesClosedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roller-shades-closed-sharp (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h8.25c0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75H22v-2h-2zM6 19v-2h5v2H6zm7 0v-2h5v2h-5z"})
"RollerShadesClosedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/roller_shades_closed_two_tone.cljs
================================================
(ns reagent-mui.icons.roller-shades-closed-two-tone
"Imports @mui/icons-material/RollerShadesClosedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roller-shades-closed-two-tone (create-svg-icon [(e "path" #js {"d" "M6 5h12v10H6z", "opacity" ".3"}) (e "path" #js {"d" "M20 19V3H4v16H2v2h8.25c0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75H22v-2h-2zm-9 0H6v-2h5v2zm7 0h-5v-2h5v2zm0-4H6V5h12v10z"})]
"RollerShadesClosedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/roller_shades_outlined.cljs
================================================
(ns reagent-mui.icons.roller-shades-outlined
"Imports @mui/icons-material/RollerShadesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roller-shades-outlined (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM18 5v6H6V5h12zM6 19v-6h5v1.82c-.45.32-.75.84-.75 1.43 0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75c0-.59-.3-1.12-.75-1.43V13h5v6H6z"})
"RollerShadesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/roller_shades_rounded.cljs
================================================
(ns reagent-mui.icons.roller-shades-rounded
"Imports @mui/icons-material/RollerShadesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roller-shades-rounded (create-svg-icon (e "path" #js {"d" "M20 19V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v14H3c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1h-1zM6 19v-6h5v1.8c-.4.3-.8.8-.8 1.4 0 1 .8 1.8 1.8 1.8s1.8-.8 1.8-1.8c0-.6-.3-1.1-.8-1.4V13h5v6H6z"})
"RollerShadesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/roller_shades_sharp.cljs
================================================
(ns reagent-mui.icons.roller-shades-sharp
"Imports @mui/icons-material/RollerShadesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roller-shades-sharp (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM6 19v-6h5v1.8c-.4.3-.8.8-.8 1.4 0 1 .8 1.8 1.8 1.8s1.8-.8 1.8-1.8c0-.6-.3-1.1-.8-1.4V13h5v6H6z"})
"RollerShadesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/roller_shades_two_tone.cljs
================================================
(ns reagent-mui.icons.roller-shades-two-tone
"Imports @mui/icons-material/RollerShadesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roller-shades-two-tone (create-svg-icon [(e "path" #js {"d" "M6 5h12v6H6z", "opacity" ".3"}) (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zm-2 0H6v-6h5v1.82c-.45.32-.75.84-.75 1.43 0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75c0-.59-.3-1.12-.75-1.43V13h5v6zm0-8H6V5h12v6z"})]
"RollerShadesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/roller_skating.cljs
================================================
(ns reagent-mui.icons.roller-skating
"Imports @mui/icons-material/RollerSkating as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roller-skating (create-svg-icon (e "path" #js {"d" "M9 6.5c0-.28.22-.5.5-.5h2.52L12 5H9.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H12V1H4v15h16v-2.88c0-2.1-1.55-3.53-3.03-3.88l-2.7-.67c-.87-.22-1.57-.81-1.95-1.57H9.5c-.28 0-.5-.22-.5-.5zM5 23c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm14 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm-7 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"RollerSkating"))
================================================
FILE: src/icons/reagent_mui/icons/roller_skating_outlined.cljs
================================================
(ns reagent-mui.icons.roller-skating-outlined
"Imports @mui/icons-material/RollerSkatingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roller-skating-outlined (create-svg-icon (e "path" #js {"d" "M20 12c0-1.79-1.19-3.34-2.91-3.82l-2.62-.74C13.62 7.19 13 6.39 13 5.5V1H4v15h16v-4zm-2 2H6V3h5v1H9.5c-.28 0-.5.22-.5.5s.22.5.5.5H11l.1 1H9.5c-.28 0-.5.22-.5.5s.22.5.5.5h1.81c.45 1.12 1.4 2.01 2.6 2.36l2.62.73C17.4 10.33 18 11.1 18 12v2zM5 17c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm14-4c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-7-4c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"RollerSkatingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/roller_skating_rounded.cljs
================================================
(ns reagent-mui.icons.roller-skating-rounded
"Imports @mui/icons-material/RollerSkatingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roller-skating-rounded (create-svg-icon (e "path" #js {"d" "M18 16c1.1 0 2-.9 2-2v-.88c0-2.1-1.55-3.53-3.03-3.88l-2.7-.67c-.87-.22-1.57-.81-1.95-1.57H9.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2.52L12 5H9.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H12V3c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h12zM5 23c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm14 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm-7 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"RollerSkatingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/roller_skating_sharp.cljs
================================================
(ns reagent-mui.icons.roller-skating-sharp
"Imports @mui/icons-material/RollerSkatingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roller-skating-sharp (create-svg-icon (e "path" #js {"d" "m20 16-.01-6-5.71-1.43c-.88-.22-1.58-.81-1.96-1.57H9V6h3.02L12 5H9V4h3V1H4v15h16zM5 23c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm14 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm-7 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"RollerSkatingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/roller_skating_two_tone.cljs
================================================
(ns reagent-mui.icons.roller-skating-two-tone
"Imports @mui/icons-material/RollerSkatingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roller-skating-two-tone (create-svg-icon [(e "path" #js {"d" "M18 14H6V3h5v1H9.5c-.28 0-.5.22-.5.5s.22.5.5.5H11l.1 1H9.5c-.28 0-.5.22-.5.5s.22.5.5.5h1.81c.45 1.12 1.4 2.01 2.6 2.36l2.62.73C17.4 10.33 18 11.1 18 12v2zM5 21c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm14 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-7 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "path" #js {"d" "M20 12c0-1.79-1.19-3.34-2.91-3.82l-2.62-.74C13.62 7.19 13 6.39 13 5.5V1H4v15h16v-4zm-2 2H6V3h5v1H9.5c-.28 0-.5.22-.5.5s.22.5.5.5H11l.1 1H9.5c-.28 0-.5.22-.5.5s.22.5.5.5h1.81c.45 1.12 1.4 2.01 2.6 2.36l2.62.73C17.4 10.33 18 11.1 18 12v2zM5 17c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm14-4c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-7-4c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"RollerSkatingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/roofing.cljs
================================================
(ns reagent-mui.icons.roofing
"Imports @mui/icons-material/Roofing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roofing (create-svg-icon (e "path" #js {"d" "M13 18h-2v-2h2v2zm2-4H9v6h6v-6zm4-4.7V4h-3v2.6L12 3 2 12h3l7-6.31L19 12h3l-3-2.7z"})
"Roofing"))
================================================
FILE: src/icons/reagent_mui/icons/roofing_outlined.cljs
================================================
(ns reagent-mui.icons.roofing-outlined
"Imports @mui/icons-material/RoofingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roofing-outlined (create-svg-icon (e "path" #js {"d" "M13 18h-2v-2h2v2zm2-4H9v6h6v-6zm4-4.7V4h-3v2.6L12 3 2 12h3l7-6.31L19 12h3l-3-2.7z"})
"RoofingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/roofing_rounded.cljs
================================================
(ns reagent-mui.icons.roofing-rounded
"Imports @mui/icons-material/RoofingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roofing-rounded (create-svg-icon (e "path" #js {"d" "M13 18h-2v-2h2v2zm-4-3v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1zm10-5.7V5c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1.6l-3.33-3c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87h1.31c.25 0 .49-.09.67-.26L12 5.69l6.71 6.05c.19.17.43.26.67.26h1.31c.46 0 .68-.57.33-.87L19 9.3z"})
"RoofingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/roofing_sharp.cljs
================================================
(ns reagent-mui.icons.roofing-sharp
"Imports @mui/icons-material/RoofingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roofing-sharp (create-svg-icon (e "path" #js {"d" "M13 18h-2v-2h2v2zm2-4H9v6h6v-6zm4-4.7V4h-3v2.6L12 3 2 12h3l7-6.31L19 12h3l-3-2.7z"})
"RoofingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/roofing_two_tone.cljs
================================================
(ns reagent-mui.icons.roofing-two-tone
"Imports @mui/icons-material/RoofingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roofing-two-tone (create-svg-icon [(e "path" #js {"d" "M11 16h2v2h-2z", "opacity" ".3"}) (e "path" #js {"d" "M13 18h-2v-2h2v2zm2-4H9v6h6v-6zm4-4.7V4h-3v2.6L12 3 2 12h3l7-6.31L19 12h3l-3-2.7z"})]
"RoofingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/room.cljs
================================================
(ns reagent-mui.icons.room
"Imports @mui/icons-material/Room as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def room (create-svg-icon (e "path" #js {"d" "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})
"Room"))
================================================
FILE: src/icons/reagent_mui/icons/room_outlined.cljs
================================================
(ns reagent-mui.icons.room-outlined
"Imports @mui/icons-material/RoomOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def room-outlined (create-svg-icon [(e "path" #js {"d" "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zM7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.88-2.88 7.19-5 9.88C9.92 16.21 7 11.85 7 9z"}) (e "circle" #js {"cx" "12", "cy" "9", "r" "2.5"})]
"RoomOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/room_preferences.cljs
================================================
(ns reagent-mui.icons.room-preferences
"Imports @mui/icons-material/RoomPreferences as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def room-preferences (create-svg-icon (e "path" #js {"d" "M14 11.26V6h3v4h2V4h-5V3H5v16H3v2h9.26c-.79-1.13-1.26-2.51-1.26-4 0-2.38 1.19-4.47 3-5.74zM10 11h2v2h-2v-2zm11.69 5.37 1.14-1-1-1.73-1.45.49c-.32-.27-.68-.48-1.08-.63L19 12h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1c-.08.5-.08.76 0 1.26l-1.14 1 1 1.73 1.45-.49c.32.27.68.48 1.08.63L17 22h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1c.08-.51.08-.77 0-1.27zM18 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"RoomPreferences"))
================================================
FILE: src/icons/reagent_mui/icons/room_preferences_outlined.cljs
================================================
(ns reagent-mui.icons.room-preferences-outlined
"Imports @mui/icons-material/RoomPreferencesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def room-preferences-outlined (create-svg-icon (e "path" #js {"d" "m21.69 16.37 1.14-1-1-1.73-1.45.49c-.32-.27-.68-.48-1.08-.63L19 12h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1c-.08.5-.08.76 0 1.26l-1.14 1 1 1.73 1.45-.49c.32.27.68.48 1.08.63L17 22h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1c.08-.51.08-.77 0-1.27zM18 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm1-15v6h-2V6h-2v6h-2V5H7v14h5v2H3v-2h2V3h10v1h4zm-7 9h-2v-2h2v2z"})
"RoomPreferencesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/room_preferences_rounded.cljs
================================================
(ns reagent-mui.icons.room-preferences-rounded
"Imports @mui/icons-material/RoomPreferencesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def room-preferences-rounded (create-svg-icon (e "path" #js {"d" "M21.75 17c0-.22-.03-.42-.06-.63l.84-.73c.18-.16.22-.42.1-.63l-.59-1.02c-.12-.21-.37-.3-.59-.22l-1.06.36c-.32-.27-.68-.48-1.08-.63l-.22-1.09c-.05-.23-.25-.4-.49-.4h-1.18c-.24 0-.44.17-.49.4l-.22 1.09c-.4.15-.76.36-1.08.63l-1.06-.36c-.23-.08-.47.02-.59.22l-.59 1.02c-.12.21-.08.47.1.63l.84.73c-.03.21-.06.41-.06.63s.03.42.06.63l-.84.73c-.18.16-.22.42-.1.63l.59 1.02c.12.21.37.3.59.22l1.06-.36c.32.27.68.48 1.08.63l.22 1.09c.05.23.25.4.49.4h1.18c.24 0 .44-.17.49-.4l.22-1.09c.4-.15.76-.36 1.08-.63l1.06.36c.23.08.47-.02.59-.22l.59-1.02c.12-.21.08-.47-.1-.63l-.84-.73c.03-.21.06-.41.06-.63zM18 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm-4-7.74V6h3v4h2V5c0-.55-.45-1-1-1h-4c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v15H4c-.55 0-1 .45-1 1s.45 1 1 1h8.26c-.79-1.13-1.26-2.51-1.26-4 0-2.38 1.19-4.47 3-5.74zM10 12c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1z"})
"RoomPreferencesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/room_preferences_sharp.cljs
================================================
(ns reagent-mui.icons.room-preferences-sharp
"Imports @mui/icons-material/RoomPreferencesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def room-preferences-sharp (create-svg-icon (e "path" #js {"d" "M14 11.26V6h3v4h2V4h-5V3H5v16H3v2h9.26c-.79-1.13-1.26-2.51-1.26-4 0-2.38 1.19-4.47 3-5.74zM10 11h2v2h-2v-2zm11.69 5.37 1.14-1-1-1.73-1.45.49c-.32-.27-.68-.48-1.08-.63L19 12h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1c-.08.5-.08.76 0 1.26l-1.14 1 1 1.73 1.45-.49c.32.27.68.48 1.08.63L17 22h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1c.08-.51.08-.77 0-1.27zM18 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"RoomPreferencesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/room_preferences_two_tone.cljs
================================================
(ns reagent-mui.icons.room-preferences-two-tone
"Imports @mui/icons-material/RoomPreferencesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def room-preferences-two-tone (create-svg-icon [(e "path" #js {"d" "M13 12.11V5H7v14h4.29c-.19-.63-.29-1.3-.29-2 0-1.91.76-3.63 2-4.89zM10 11h2v2h-2v-2z", "opacity" ".3"}) (e "path" #js {"d" "M12 13h-2v-2h2v2zm-5 6V5h6v7.11c.57-.59 1.25-1.07 2-1.42V6h2v4h2V4h-4V3H5v16H3v2h9.26c-.42-.6-.75-1.28-.97-2H7zm14.69-1.37 1.14 1-1 1.73-1.45-.49c-.32.27-.68.48-1.08.63L19 22h-2l-.3-1.49c-.4-.15-.76-.36-1.08-.63l-1.45.49-1-1.73 1.14-1c-.08-.5-.08-.76 0-1.26l-1.14-1 1-1.73 1.45.49c.32-.27.68-.48 1.08-.63L17 12h2l.3 1.49c.4.15.76.36 1.08.63l1.45-.49 1 1.73-1.14 1c.08.51.08.77 0 1.27zM20 17c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2z"})]
"RoomPreferencesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/room_rounded.cljs
================================================
(ns reagent-mui.icons.room-rounded
"Imports @mui/icons-material/RoomRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def room-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4.2 0-8 3.22-8 8.2 0 3.18 2.45 6.92 7.34 11.23.38.33.95.33 1.33 0C17.55 17.12 20 13.38 20 10.2 20 5.22 16.2 2 12 2zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"RoomRounded"))
================================================
FILE: src/icons/reagent_mui/icons/room_service.cljs
================================================
(ns reagent-mui.icons.room-service
"Imports @mui/icons-material/RoomService as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def room-service (create-svg-icon (e "path" #js {"d" "M2 17h20v2H2zm11.84-9.21c.1-.24.16-.51.16-.79 0-1.1-.9-2-2-2s-2 .9-2 2c0 .28.06.55.16.79C6.25 8.6 3.27 11.93 3 16h18c-.27-4.07-3.25-7.4-7.16-8.21z"})
"RoomService"))
================================================
FILE: src/icons/reagent_mui/icons/room_service_outlined.cljs
================================================
(ns reagent-mui.icons.room-service-outlined
"Imports @mui/icons-material/RoomServiceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def room-service-outlined (create-svg-icon (e "path" #js {"d" "M18.98 17H2v2h20v-2zM21 16c-.27-4.07-3.25-7.4-7.16-8.21.1-.24.16-.51.16-.79 0-1.1-.9-2-2-2s-2 .9-2 2c0 .28.06.55.16.79C6.25 8.6 3.27 11.93 3 16h18zm-9-6.42c2.95 0 5.47 1.83 6.5 4.41h-13c1.03-2.58 3.55-4.41 6.5-4.41z"})
"RoomServiceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/room_service_rounded.cljs
================================================
(ns reagent-mui.icons.room-service-rounded
"Imports @mui/icons-material/RoomServiceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def room-service-rounded (create-svg-icon (e "path" #js {"d" "M3 17h18c.55 0 1 .45 1 1s-.45 1-1 1H3c-.55 0-1-.45-1-1s.45-1 1-1zm10.84-9.21c.1-.24.16-.51.16-.79 0-1.1-.9-2-2-2s-2 .9-2 2c0 .28.06.55.16.79C6.25 8.6 3.27 11.93 3 16h18c-.27-4.07-3.25-7.4-7.16-8.21z"})
"RoomServiceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/room_service_sharp.cljs
================================================
(ns reagent-mui.icons.room-service-sharp
"Imports @mui/icons-material/RoomServiceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def room-service-sharp (create-svg-icon (e "path" #js {"d" "M2 17h20v2H2v-2zm11.84-9.21c.1-.24.16-.51.16-.79 0-1.1-.9-2-2-2s-2 .9-2 2c0 .28.06.55.16.79C6.25 8.6 3.27 11.93 3 16h18c-.27-4.07-3.25-7.4-7.16-8.21z"})
"RoomServiceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/room_service_two_tone.cljs
================================================
(ns reagent-mui.icons.room-service-two-tone
"Imports @mui/icons-material/RoomServiceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def room-service-two-tone (create-svg-icon [(e "path" #js {"d" "M12 9.58c-2.95 0-5.47 1.83-6.5 4.41h13c-1.03-2.58-3.55-4.41-6.5-4.41z", "opacity" ".3"}) (e "path" #js {"d" "M2 17h20v2H2zm11.84-9.21c.1-.24.16-.51.16-.79 0-1.1-.9-2-2-2s-2 .9-2 2c0 .28.06.55.16.79C6.25 8.6 3.27 11.93 3 16h18c-.27-4.07-3.25-7.4-7.16-8.21zM12 9.58c2.95 0 5.47 1.83 6.5 4.41h-13c1.03-2.58 3.55-4.41 6.5-4.41z"})]
"RoomServiceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/room_sharp.cljs
================================================
(ns reagent-mui.icons.room-sharp
"Imports @mui/icons-material/RoomSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def room-sharp (create-svg-icon (e "path" #js {"d" "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})
"RoomSharp"))
================================================
FILE: src/icons/reagent_mui/icons/room_two_tone.cljs
================================================
(ns reagent-mui.icons.room-two-tone
"Imports @mui/icons-material/RoomTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def room-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4C9.24 4 7 6.24 7 9c0 2.85 2.92 7.21 5 9.88 2.11-2.69 5-7 5-9.88 0-2.76-2.24-5-5-5zm0 7.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zM7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.88-2.88 7.19-5 9.88C9.92 16.21 7 11.85 7 9z"}) (e "circle" #js {"cx" "12", "cy" "9", "r" "2.5"})]
"RoomTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_90_degrees_ccw.cljs
================================================
(ns reagent-mui.icons.rotate-90-degrees-ccw
"Imports @mui/icons-material/Rotate90DegreesCcw as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-90-degrees-ccw (create-svg-icon (e "path" #js {"d" "M7.34 6.41.86 12.9l6.49 6.48 6.49-6.48-6.5-6.49zM3.69 12.9l3.66-3.66L11 12.9l-3.66 3.66-3.65-3.66zm15.67-6.26C17.61 4.88 15.3 4 13 4V.76L8.76 5 13 9.24V6c1.79 0 3.58.68 4.95 2.05 2.73 2.73 2.73 7.17 0 9.9C16.58 19.32 14.79 20 13 20c-.97 0-1.94-.21-2.84-.61l-1.49 1.49C10.02 21.62 11.51 22 13 22c2.3 0 4.61-.88 6.36-2.64 3.52-3.51 3.52-9.21 0-12.72z"})
"Rotate90DegreesCcw"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_90_degrees_ccw_outlined.cljs
================================================
(ns reagent-mui.icons.rotate-90-degrees-ccw-outlined
"Imports @mui/icons-material/Rotate90DegreesCcwOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-90-degrees-ccw-outlined (create-svg-icon (e "path" #js {"d" "M7.34 6.41.86 12.9l6.49 6.48 6.49-6.48-6.5-6.49zM3.69 12.9l3.66-3.66L11 12.9l-3.66 3.66-3.65-3.66zm15.67-6.26C17.61 4.88 15.3 4 13 4V.76L8.76 5 13 9.24V6c1.79 0 3.58.68 4.95 2.05 2.73 2.73 2.73 7.17 0 9.9C16.58 19.32 14.79 20 13 20c-.97 0-1.94-.21-2.84-.61l-1.49 1.49C10.02 21.62 11.51 22 13 22c2.3 0 4.61-.88 6.36-2.64 3.52-3.51 3.52-9.21 0-12.72z"})
"Rotate90DegreesCcwOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_90_degrees_ccw_rounded.cljs
================================================
(ns reagent-mui.icons.rotate-90-degrees-ccw-rounded
"Imports @mui/icons-material/Rotate90DegreesCcwRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-90-degrees-ccw-rounded (create-svg-icon (e "path" #js {"d" "m5.93 7.83-3.65 3.66c-.78.78-.78 2.05 0 2.83l3.66 3.66c.78.78 2.05.78 2.83 0l3.66-3.65c.78-.78.78-2.05 0-2.83L8.76 7.82c-.79-.78-2.05-.78-2.83.01zM4.4 12.19l2.25-2.25c.39-.39 1.02-.39 1.42 0l2.24 2.24c.39.39.39 1.02 0 1.41l-2.25 2.25c-.39.39-1.02.39-1.42 0L4.4 13.61c-.39-.39-.39-1.03 0-1.42zm14.96-5.55C17.61 4.88 15.3 4 13 4v-.83c0-.89-1.08-1.34-1.71-.71L9.47 4.29c-.39.39-.39 1.02 0 1.41l1.83 1.83c.62.63 1.7.19 1.7-.7V6c2.02 0 4.03.86 5.45 2.61 2.05 2.52 2.05 6.27 0 8.79C17.03 19.14 15.02 20 13 20c-.78 0-1.55-.13-2.29-.39-.36-.12-.75-.01-1.02.26-.5.5-.34 1.39.34 1.62.96.34 1.96.51 2.97.51 2.3 0 4.61-.88 6.36-2.64 3.52-3.51 3.52-9.21 0-12.72z"})
"Rotate90DegreesCcwRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_90_degrees_ccw_sharp.cljs
================================================
(ns reagent-mui.icons.rotate-90-degrees-ccw-sharp
"Imports @mui/icons-material/Rotate90DegreesCcwSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-90-degrees-ccw-sharp (create-svg-icon (e "path" #js {"d" "M7.34 6.41.86 12.9l6.49 6.48 6.49-6.48-6.5-6.49zM3.69 12.9l3.66-3.66L11 12.9l-3.66 3.66-3.65-3.66zm15.67-6.26C17.61 4.88 15.3 4 13 4V.76L8.76 5 13 9.24V6c1.79 0 3.58.68 4.95 2.05 2.73 2.73 2.73 7.17 0 9.9C16.58 19.32 14.79 20 13 20c-.97 0-1.94-.21-2.84-.61l-1.49 1.49C10.02 21.62 11.51 22 13 22c2.3 0 4.61-.88 6.36-2.64 3.52-3.51 3.52-9.21 0-12.72z"})
"Rotate90DegreesCcwSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_90_degrees_ccw_two_tone.cljs
================================================
(ns reagent-mui.icons.rotate-90-degrees-ccw-two-tone
"Imports @mui/icons-material/Rotate90DegreesCcwTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-90-degrees-ccw-two-tone (create-svg-icon [(e "path" #js {"d" "M7.35 9.24 3.69 12.9l3.65 3.66L11 12.9z", "opacity" ".3"}) (e "path" #js {"d" "M7.34 6.41.86 12.9l6.49 6.48 6.49-6.48-6.5-6.49zm0 10.15L3.69 12.9l3.66-3.66L11 12.9l-3.66 3.66zm12.02-9.92C17.61 4.88 15.3 4 13 4V.76L8.76 5 13 9.24V6c1.79 0 3.58.68 4.95 2.05 2.73 2.73 2.73 7.17 0 9.9C16.58 19.32 14.79 20 13 20c-.97 0-1.94-.21-2.84-.61l-1.49 1.49C10.02 21.62 11.51 22 13 22c2.3 0 4.61-.88 6.36-2.64 3.52-3.51 3.52-9.21 0-12.72z"})]
"Rotate90DegreesCcwTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_90_degrees_cw.cljs
================================================
(ns reagent-mui.icons.rotate-90-degrees-cw
"Imports @mui/icons-material/Rotate90DegreesCw as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-90-degrees-cw (create-svg-icon (e "path" #js {"d" "M4.64 19.37c3.03 3.03 7.67 3.44 11.15 1.25l-1.46-1.46c-2.66 1.43-6.04 1.03-8.28-1.21-2.73-2.73-2.73-7.17 0-9.9C7.42 6.69 9.21 6.03 11 6.03V9l4-4-4-4v3.01c-2.3 0-4.61.87-6.36 2.63-3.52 3.51-3.52 9.21 0 12.73zM11 13l6 6 6-6-6-6-6 6z"})
"Rotate90DegreesCw"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_90_degrees_cw_outlined.cljs
================================================
(ns reagent-mui.icons.rotate-90-degrees-cw-outlined
"Imports @mui/icons-material/Rotate90DegreesCwOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-90-degrees-cw-outlined (create-svg-icon (e "path" #js {"d" "M2 13c0 4.97 4.03 9 9 9 1.76 0 3.4-.51 4.79-1.38l-1.46-1.46c-.99.53-2.13.84-3.33.84-3.86 0-7-3.14-7-7s3.14-7 7-7h.17L9.59 7.59 11 9l4-4-4-4-1.42 1.41L11.17 4H11c-4.97 0-9 4.03-9 9zm9 0 6 6 6-6-6-6-6 6zm6 3.17L13.83 13 17 9.83 20.17 13 17 16.17z"})
"Rotate90DegreesCwOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_90_degrees_cw_rounded.cljs
================================================
(ns reagent-mui.icons.rotate-90-degrees-cw-rounded
"Imports @mui/icons-material/Rotate90DegreesCwRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-90-degrees-cw-rounded (create-svg-icon [(e "path" #js {"d" "M3.86 18.46c2.65 3.45 7.11 4.37 10.74 2.79.61-.27.74-1.09.27-1.56l-.05-.05c-.29-.29-.72-.35-1.1-.19-2.96 1.24-6.59.37-8.58-2.62-1.58-2.37-1.55-5.37.05-7.73C6.6 7.03 8.8 6.03 11 6.03v1.76c0 .45.54.67.86.36l2.79-2.79c.2-.2.2-.51 0-.71l-2.8-2.79c-.31-.32-.85-.1-.85.35v1.8c-2.76 0-5.52 1.25-7.34 3.78-2.28 3.17-2.2 7.58.2 10.67z"}) (e "path" #js {"d" "M17.7 7.71a.9959.9959 0 0 0-1.41 0l-4.59 4.58c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41L17.7 7.71z"})]
"Rotate90DegreesCwRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_90_degrees_cw_sharp.cljs
================================================
(ns reagent-mui.icons.rotate-90-degrees-cw-sharp
"Imports @mui/icons-material/Rotate90DegreesCwSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-90-degrees-cw-sharp (create-svg-icon [(e "path" #js {"d" "M4.64 19.37c3.03 3.03 7.67 3.44 11.15 1.25l-1.46-1.46c-2.66 1.43-6.04 1.03-8.28-1.21-2.73-2.73-2.73-7.17 0-9.9C7.42 6.69 9.21 6.03 11 6.03V9l4-4-4-4v3.01c-2.3 0-4.61.87-6.36 2.63-3.52 3.51-3.52 9.21 0 12.73z"}) (e "path" #js {"d" "m17 7-6 6 6 6 6-6-6-6z"})]
"Rotate90DegreesCwSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_90_degrees_cw_two_tone.cljs
================================================
(ns reagent-mui.icons.rotate-90-degrees-cw-two-tone
"Imports @mui/icons-material/Rotate90DegreesCwTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-90-degrees-cw-two-tone (create-svg-icon [(e "path" #js {"d" "M4.64 19.37c3.03 3.03 7.67 3.44 11.15 1.25l-1.46-1.46c-2.66 1.43-6.04 1.03-8.28-1.21-2.73-2.73-2.73-7.17 0-9.9C7.42 6.69 9.21 6.03 11 6.03V9l4-4-4-4v3.01c-2.3 0-4.61.87-6.36 2.63-3.52 3.51-3.52 9.21 0 12.73zM11 13l6 6 6-6-6-6-6 6zm6 3.17L13.83 13 17 9.83 20.17 13 17 16.17z"}) (e "path" #js {"d" "m13.8172 12.9945 3.175-3.1749 3.1749 3.175-3.175 3.1748z", "opacity" ".3"})]
"Rotate90DegreesCwTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_left.cljs
================================================
(ns reagent-mui.icons.rotate-left
"Imports @mui/icons-material/RotateLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-left (create-svg-icon (e "path" #js {"d" "M7.11 8.53 5.7 7.11C4.8 8.27 4.24 9.61 4.07 11h2.02c.14-.87.49-1.72 1.02-2.47zM6.09 13H4.07c.17 1.39.72 2.73 1.62 3.89l1.41-1.42c-.52-.75-.87-1.59-1.01-2.47zm1.01 5.32c1.16.9 2.51 1.44 3.9 1.61V17.9c-.87-.15-1.71-.49-2.46-1.03L7.1 18.32zM13 4.07V1L8.45 5.55 13 10V6.09c2.84.48 5 2.94 5 5.91s-2.16 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93s-3.05-7.44-7-7.93z"})
"RotateLeft"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_left_outlined.cljs
================================================
(ns reagent-mui.icons.rotate-left-outlined
"Imports @mui/icons-material/RotateLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-left-outlined (create-svg-icon (e "path" #js {"d" "M7.11 8.53 5.7 7.11C4.8 8.27 4.24 9.61 4.07 11h2.02c.14-.87.49-1.72 1.02-2.47zM6.09 13H4.07c.17 1.39.72 2.73 1.62 3.89l1.41-1.42c-.52-.75-.87-1.59-1.01-2.47zm1.01 5.32c1.16.9 2.51 1.44 3.9 1.61V17.9c-.87-.15-1.71-.49-2.46-1.03L7.1 18.32zM13 4.07V1L8.45 5.55 13 10V6.09c2.84.48 5 2.94 5 5.91s-2.16 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93s-3.05-7.44-7-7.93z"})
"RotateLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_left_rounded.cljs
================================================
(ns reagent-mui.icons.rotate-left-rounded
"Imports @mui/icons-material/RotateLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-left-rounded (create-svg-icon (e "path" #js {"d" "M6.56 7.98C6.1 7.52 5.31 7.6 5 8.17c-.28.51-.5 1.03-.67 1.58-.19.63.31 1.25.96 1.25h.01c.43 0 .82-.28.94-.7.12-.4.28-.79.48-1.17.22-.37.15-.84-.16-1.15zM5.31 13h-.02c-.65 0-1.15.62-.96 1.25.16.54.38 1.07.66 1.58.31.57 1.11.66 1.57.2.3-.31.38-.77.17-1.15-.2-.37-.36-.76-.48-1.16-.12-.44-.51-.72-.94-.72zm2.85 6.02c.51.28 1.04.5 1.59.66.62.18 1.24-.32 1.24-.96v-.03c0-.43-.28-.82-.7-.94-.4-.12-.78-.28-1.15-.48-.38-.21-.86-.14-1.16.17l-.03.03c-.45.45-.36 1.24.21 1.55zM13 4.07v-.66c0-.89-1.08-1.34-1.71-.71L9.17 4.83c-.4.4-.4 1.04 0 1.43l2.13 2.08c.63.62 1.7.17 1.7-.72V6.09c2.84.48 5 2.94 5 5.91 0 2.73-1.82 5.02-4.32 5.75-.41.12-.68.51-.68.94v.02c0 .65.61 1.14 1.23.96C17.57 18.71 20 15.64 20 12c0-4.08-3.05-7.44-7-7.93z"})
"RotateLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_left_sharp.cljs
================================================
(ns reagent-mui.icons.rotate-left-sharp
"Imports @mui/icons-material/RotateLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-left-sharp (create-svg-icon (e "path" #js {"d" "M7.11 8.53 5.7 7.11C4.8 8.27 4.24 9.61 4.07 11h2.02c.14-.87.49-1.72 1.02-2.47zM6.09 13H4.07c.17 1.39.72 2.73 1.62 3.89l1.41-1.42c-.52-.75-.87-1.59-1.01-2.47zm1.01 5.32c1.16.9 2.51 1.44 3.9 1.61V17.9c-.87-.15-1.71-.49-2.46-1.03L7.1 18.32zM13 4.07V1L8.45 5.55 13 10V6.09c2.84.48 5 2.94 5 5.91s-2.16 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93s-3.05-7.44-7-7.93z"})
"RotateLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_left_two_tone.cljs
================================================
(ns reagent-mui.icons.rotate-left-two-tone
"Imports @mui/icons-material/RotateLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-left-two-tone (create-svg-icon (e "path" #js {"d" "M13 17.91v2.02c3.95-.49 7-3.85 7-7.93s-3.05-7.44-7-7.93V1L8.45 5.55 13 10V6.09c2.84.48 5 2.94 5 5.91s-2.16 5.43-5 5.91zm-7.31-1.02 1.41-1.42c-.52-.75-.87-1.59-1.01-2.47H4.07c.17 1.39.72 2.73 1.62 3.89zm1.42-8.36L5.7 7.11C4.8 8.27 4.24 9.61 4.07 11h2.02c.14-.87.49-1.72 1.02-2.47zM11 17.9c-.87-.15-1.71-.49-2.46-1.03L7.1 18.32c1.16.9 2.51 1.44 3.9 1.61V17.9z"})
"RotateLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_right.cljs
================================================
(ns reagent-mui.icons.rotate-right
"Imports @mui/icons-material/RotateRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-right (create-svg-icon (e "path" #js {"d" "M15.55 5.55 11 1v3.07C7.06 4.56 4 7.92 4 12s3.05 7.44 7 7.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43 5-5.91V10l4.55-4.45zM19.93 11c-.17-1.39-.72-2.73-1.62-3.89l-1.42 1.42c.54.75.88 1.6 1.02 2.47h2.02zM13 17.9v2.02c1.39-.17 2.74-.71 3.9-1.61l-1.44-1.44c-.75.54-1.59.89-2.46 1.03zm3.89-2.42 1.42 1.41c.9-1.16 1.45-2.5 1.62-3.89h-2.02c-.14.87-.48 1.72-1.02 2.48z"})
"RotateRight"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_right_outlined.cljs
================================================
(ns reagent-mui.icons.rotate-right-outlined
"Imports @mui/icons-material/RotateRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-right-outlined (create-svg-icon (e "path" #js {"d" "M15.55 5.55 11 1v3.07C7.06 4.56 4 7.92 4 12s3.05 7.44 7 7.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43 5-5.91V10l4.55-4.45zM19.93 11c-.17-1.39-.72-2.73-1.62-3.89l-1.42 1.42c.54.75.88 1.6 1.02 2.47h2.02zM13 17.9v2.02c1.39-.17 2.74-.71 3.9-1.61l-1.44-1.44c-.75.54-1.59.89-2.46 1.03zm3.89-2.42 1.42 1.41c.9-1.16 1.45-2.5 1.62-3.89h-2.02c-.14.87-.48 1.72-1.02 2.48z"})
"RotateRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_right_rounded.cljs
================================================
(ns reagent-mui.icons.rotate-right-rounded
"Imports @mui/icons-material/RotateRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-right-rounded (create-svg-icon (e "path" #js {"d" "M14.83 4.83 12.7 2.7c-.62-.62-1.7-.18-1.7.71v.66C7.06 4.56 4 7.92 4 12c0 3.64 2.43 6.71 5.77 7.68.62.18 1.23-.32 1.23-.96v-.03c0-.43-.27-.82-.68-.94C7.82 17.03 6 14.73 6 12c0-2.97 2.16-5.43 5-5.91v1.53c0 .89 1.07 1.33 1.7.71l2.13-2.08c.4-.38.4-1.02 0-1.42zm4.84 4.93c-.16-.55-.38-1.08-.66-1.59-.31-.57-1.1-.66-1.56-.2l-.01.01c-.31.31-.38.78-.17 1.16.2.37.36.76.48 1.16.12.42.51.7.94.7h.02c.65 0 1.15-.62.96-1.24zM13 18.68v.02c0 .65.62 1.14 1.24.96.55-.16 1.08-.38 1.59-.66.57-.31.66-1.1.2-1.56l-.02-.02c-.31-.31-.78-.38-1.16-.17-.37.21-.76.37-1.16.49-.41.12-.69.51-.69.94zm4.44-2.65c.46.46 1.25.37 1.56-.2.28-.51.5-1.04.67-1.59.18-.62-.31-1.24-.96-1.24h-.02c-.44 0-.82.28-.94.7-.12.4-.28.79-.48 1.17-.21.38-.13.86.17 1.16z"})
"RotateRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_right_sharp.cljs
================================================
(ns reagent-mui.icons.rotate-right-sharp
"Imports @mui/icons-material/RotateRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-right-sharp (create-svg-icon (e "path" #js {"d" "M15.55 5.55 11 1v3.07C7.06 4.56 4 7.92 4 12s3.05 7.44 7 7.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43 5-5.91V10l4.55-4.45zM19.93 11c-.17-1.39-.72-2.73-1.62-3.89l-1.42 1.42c.54.75.88 1.6 1.02 2.47h2.02zM13 17.9v2.02c1.39-.17 2.74-.71 3.9-1.61l-1.44-1.44c-.75.54-1.59.89-2.46 1.03zm3.89-2.42 1.42 1.41c.9-1.16 1.45-2.5 1.62-3.89h-2.02c-.14.87-.48 1.72-1.02 2.48z"})
"RotateRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rotate_right_two_tone.cljs
================================================
(ns reagent-mui.icons.rotate-right-two-tone
"Imports @mui/icons-material/RotateRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rotate-right-two-tone (create-svg-icon (e "path" #js {"d" "M19.93 11c-.17-1.39-.72-2.73-1.62-3.89l-1.42 1.42c.54.75.88 1.6 1.02 2.47h2.02zM11 1v3.07C7.06 4.56 4 7.92 4 12s3.05 7.44 7 7.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43 5-5.91V10l4.55-4.45L11 1zm4.46 15.87c-.75.54-1.59.89-2.46 1.03v2.02c1.39-.17 2.74-.71 3.9-1.61l-1.44-1.44zm2.85.02c.9-1.16 1.45-2.5 1.62-3.89h-2.02c-.14.87-.48 1.72-1.02 2.48l1.42 1.41z"})
"RotateRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/roundabout_left.cljs
================================================
(ns reagent-mui.icons.roundabout-left
"Imports @mui/icons-material/RoundaboutLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roundabout-left (create-svg-icon (e "path" #js {"d" "M10.08 8c.48-2.84 2.94-5 5.92-5 3.31 0 6 2.69 6 6 0 2.97-2.16 5.44-5 5.92V21h-2v-6.09c0-.98.71-1.8 1.67-1.97C18.56 12.63 20 10.98 20 9c0-2.21-1.79-4-4-4-1.98 0-3.63 1.44-3.94 3.33-.17.96-.99 1.67-1.97 1.67H5.83l1.59 1.59L6 13 2 9l4-4 1.41 1.41L5.83 8h4.25z"})
"RoundaboutLeft"))
================================================
FILE: src/icons/reagent_mui/icons/roundabout_left_outlined.cljs
================================================
(ns reagent-mui.icons.roundabout-left-outlined
"Imports @mui/icons-material/RoundaboutLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roundabout-left-outlined (create-svg-icon (e "path" #js {"d" "M10.08 8c.48-2.84 2.94-5 5.92-5 3.31 0 6 2.69 6 6 0 2.97-2.16 5.44-5 5.92V21h-2v-6.09c0-.98.71-1.8 1.67-1.97C18.56 12.63 20 10.98 20 9c0-2.21-1.79-4-4-4-1.98 0-3.63 1.44-3.94 3.33-.17.96-.99 1.67-1.97 1.67H5.83l1.59 1.59L6 13 2 9l4-4 1.41 1.41L5.83 8h4.25z"})
"RoundaboutLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/roundabout_left_rounded.cljs
================================================
(ns reagent-mui.icons.roundabout-left-rounded
"Imports @mui/icons-material/RoundaboutLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roundabout-left-rounded (create-svg-icon (e "path" #js {"d" "M16 21c-.55 0-1-.45-1-1v-5.09c0-.98.71-1.8 1.67-1.97C18.56 12.63 20 10.98 20 9c0-2.21-1.79-4-4-4-1.98 0-3.63 1.44-3.94 3.33-.17.96-.99 1.67-1.97 1.67H5.83l.88.88c.39.39.39 1.02 0 1.41-.39.39-1.02.39-1.41 0L2.71 9.71a.9959.9959 0 0 1 0-1.41L5.3 5.71c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41L5.83 8h4.25c.48-2.84 2.94-5 5.92-5 3.31 0 6 2.69 6 6 0 2.97-2.16 5.44-5 5.92V20c0 .55-.45 1-1 1z"})
"RoundaboutLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/roundabout_left_sharp.cljs
================================================
(ns reagent-mui.icons.roundabout-left-sharp
"Imports @mui/icons-material/RoundaboutLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roundabout-left-sharp (create-svg-icon (e "path" #js {"d" "M16 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4v1H5.83l1.59 1.59L6 13 2 9l4-4 1.41 1.41L5.83 8h4.25c.48-2.84 2.94-5 5.92-5 3.31 0 6 2.69 6 6 0 2.97-2.16 5.44-5 5.92V21h-2v-8h1z"})
"RoundaboutLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/roundabout_left_two_tone.cljs
================================================
(ns reagent-mui.icons.roundabout-left-two-tone
"Imports @mui/icons-material/RoundaboutLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roundabout-left-two-tone (create-svg-icon (e "path" #js {"d" "M10.08 8c.48-2.84 2.94-5 5.92-5 3.31 0 6 2.69 6 6 0 2.97-2.16 5.44-5 5.92V21h-2v-6.09c0-.98.71-1.8 1.67-1.97C18.56 12.63 20 10.98 20 9c0-2.21-1.79-4-4-4-1.98 0-3.63 1.44-3.94 3.33-.17.96-.99 1.67-1.97 1.67H5.83l1.59 1.59L6 13 2 9l4-4 1.41 1.41L5.83 8h4.25z"})
"RoundaboutLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/roundabout_right.cljs
================================================
(ns reagent-mui.icons.roundabout-right
"Imports @mui/icons-material/RoundaboutRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roundabout-right (create-svg-icon (e "path" #js {"d" "M13.92 8C13.44 5.16 10.97 3 8 3 4.69 3 2 5.69 2 9c0 2.97 2.16 5.44 5 5.92V21h2v-6.09c0-.98-.71-1.8-1.67-1.97C5.44 12.63 4 10.98 4 9c0-2.21 1.79-4 4-4 1.98 0 3.63 1.44 3.94 3.33.17.96.99 1.67 1.97 1.67h4.26l-1.59 1.59L18 13l4-4-4-4-1.41 1.41L18.17 8h-4.25z"})
"RoundaboutRight"))
================================================
FILE: src/icons/reagent_mui/icons/roundabout_right_outlined.cljs
================================================
(ns reagent-mui.icons.roundabout-right-outlined
"Imports @mui/icons-material/RoundaboutRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roundabout-right-outlined (create-svg-icon (e "path" #js {"d" "M13.92 8C13.44 5.16 10.97 3 8 3 4.69 3 2 5.69 2 9c0 2.97 2.16 5.44 5 5.92V21h2v-6.09c0-.98-.71-1.8-1.67-1.97C5.44 12.63 4 10.98 4 9c0-2.21 1.79-4 4-4 1.98 0 3.63 1.44 3.94 3.33.17.96.99 1.67 1.97 1.67h4.26l-1.59 1.59L18 13l4-4-4-4-1.41 1.41L18.17 8h-4.25z"})
"RoundaboutRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/roundabout_right_rounded.cljs
================================================
(ns reagent-mui.icons.roundabout-right-rounded
"Imports @mui/icons-material/RoundaboutRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roundabout-right-rounded (create-svg-icon (e "path" #js {"d" "M8 21c.55 0 1-.45 1-1v-5.09c0-.98-.71-1.8-1.67-1.97C5.44 12.63 4 10.98 4 9c0-2.21 1.79-4 4-4 1.98 0 3.63 1.44 3.94 3.33.17.96.99 1.67 1.97 1.67h4.26l-.88.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l2.59-2.59c.39-.39.39-1.02 0-1.41L18.7 5.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.88.89h-4.25C13.44 5.16 10.97 3 8 3 4.69 3 2 5.69 2 9c0 2.97 2.16 5.44 5 5.92V20c0 .55.45 1 1 1z"})
"RoundaboutRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/roundabout_right_sharp.cljs
================================================
(ns reagent-mui.icons.roundabout-right-sharp
"Imports @mui/icons-material/RoundaboutRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roundabout-right-sharp (create-svg-icon (e "path" #js {"d" "M8 13c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4v1h6.17l-1.59 1.59L18 13l4-4-4-4-1.41 1.41L18.17 8h-4.25C13.44 5.16 10.97 3 8 3 4.69 3 2 5.69 2 9c0 2.97 2.16 5.44 5 5.92V21h2v-8H8z"})
"RoundaboutRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/roundabout_right_two_tone.cljs
================================================
(ns reagent-mui.icons.roundabout-right-two-tone
"Imports @mui/icons-material/RoundaboutRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def roundabout-right-two-tone (create-svg-icon (e "path" #js {"d" "M13.92 8C13.44 5.16 10.97 3 8 3 4.69 3 2 5.69 2 9c0 2.97 2.16 5.44 5 5.92V21h2v-6.09c0-.98-.71-1.8-1.67-1.97C5.44 12.63 4 10.98 4 9c0-2.21 1.79-4 4-4 1.98 0 3.63 1.44 3.94 3.33.17.96.99 1.67 1.97 1.67h4.26l-1.59 1.59L18 13l4-4-4-4-1.41 1.41L18.17 8h-4.25z"})
"RoundaboutRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rounded_corner.cljs
================================================
(ns reagent-mui.icons.rounded-corner
"Imports @mui/icons-material/RoundedCorner as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rounded-corner (create-svg-icon (e "path" #js {"d" "M19 19h2v2h-2v-2zm0-2h2v-2h-2v2zM3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm0-4h2V3H3v2zm4 0h2V3H7v2zm8 16h2v-2h-2v2zm-4 0h2v-2h-2v2zm4 0h2v-2h-2v2zm-8 0h2v-2H7v2zm-4 0h2v-2H3v2zM21 8c0-2.76-2.24-5-5-5h-5v2h5c1.65 0 3 1.35 3 3v5h2V8z"})
"RoundedCorner"))
================================================
FILE: src/icons/reagent_mui/icons/rounded_corner_outlined.cljs
================================================
(ns reagent-mui.icons.rounded-corner-outlined
"Imports @mui/icons-material/RoundedCornerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rounded-corner-outlined (create-svg-icon (e "path" #js {"d" "M19 19h2v2h-2v-2zm0-2h2v-2h-2v2zM3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm0-4h2V3H3v2zm4 0h2V3H7v2zm8 16h2v-2h-2v2zm-4 0h2v-2h-2v2zm4 0h2v-2h-2v2zm-8 0h2v-2H7v2zm-4 0h2v-2H3v2zM21 8c0-2.76-2.24-5-5-5h-5v2h5c1.65 0 3 1.35 3 3v5h2V8z"})
"RoundedCornerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rounded_corner_rounded.cljs
================================================
(ns reagent-mui.icons.rounded-corner-rounded
"Imports @mui/icons-material/RoundedCornerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rounded-corner-rounded (create-svg-icon (e "path" #js {"d" "M19 19h2v2h-2v-2zm0-2h2v-2h-2v2zM3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm0-4h2V3H3v2zm4 0h2V3H7v2zm8 16h2v-2h-2v2zm-4 0h2v-2h-2v2zm4 0h2v-2h-2v2zm-8 0h2v-2H7v2zm-4 0h2v-2H3v2zM21 8c0-2.76-2.24-5-5-5h-5v2h5c1.65 0 3 1.35 3 3v5h2V8z"})
"RoundedCornerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rounded_corner_sharp.cljs
================================================
(ns reagent-mui.icons.rounded-corner-sharp
"Imports @mui/icons-material/RoundedCornerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rounded-corner-sharp (create-svg-icon (e "path" #js {"d" "M19 19h2v2h-2v-2zm0-2h2v-2h-2v2zM3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm0-4h2V3H3v2zm4 0h2V3H7v2zm8 16h2v-2h-2v2zm-4 0h2v-2h-2v2zm4 0h2v-2h-2v2zm-8 0h2v-2H7v2zm-4 0h2v-2H3v2zM21 8c0-2.76-2.24-5-5-5h-5v2h5c1.65 0 3 1.35 3 3v5h2V8z"})
"RoundedCornerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rounded_corner_two_tone.cljs
================================================
(ns reagent-mui.icons.rounded-corner-two-tone
"Imports @mui/icons-material/RoundedCornerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rounded-corner-two-tone (create-svg-icon (e "path" #js {"d" "M19 19h2v2h-2v-2zm0-2h2v-2h-2v2zM3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm0-4h2V3H3v2zm4 0h2V3H7v2zm8 16h2v-2h-2v2zm-4 0h2v-2h-2v2zm4 0h2v-2h-2v2zm-8 0h2v-2H7v2zm-4 0h2v-2H3v2zM21 8c0-2.76-2.24-5-5-5h-5v2h5c1.65 0 3 1.35 3 3v5h2V8z"})
"RoundedCornerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/route.cljs
================================================
(ns reagent-mui.icons.route
"Imports @mui/icons-material/Route as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def route (create-svg-icon (e "path" #js {"d" "M19 15.18V7c0-2.21-1.79-4-4-4s-4 1.79-4 4v10c0 1.1-.9 2-2 2s-2-.9-2-2V8.82C8.16 8.4 9 7.3 9 6c0-1.66-1.34-3-3-3S3 4.34 3 6c0 1.3.84 2.4 2 2.82V17c0 2.21 1.79 4 4 4s4-1.79 4-4V7c0-1.1.9-2 2-2s2 .9 2 2v8.18c-1.16.41-2 1.51-2 2.82 0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.3-.84-2.4-2-2.82z"})
"Route"))
================================================
FILE: src/icons/reagent_mui/icons/route_outlined.cljs
================================================
(ns reagent-mui.icons.route-outlined
"Imports @mui/icons-material/RouteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def route-outlined (create-svg-icon (e "path" #js {"d" "M19 15.18V7c0-2.21-1.79-4-4-4s-4 1.79-4 4v10c0 1.1-.9 2-2 2s-2-.9-2-2V8.82C8.16 8.4 9 7.3 9 6c0-1.66-1.34-3-3-3S3 4.34 3 6c0 1.3.84 2.4 2 2.82V17c0 2.21 1.79 4 4 4s4-1.79 4-4V7c0-1.1.9-2 2-2s2 .9 2 2v8.18c-1.16.41-2 1.51-2 2.82 0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.3-.84-2.4-2-2.82zM6 7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm12 12c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"RouteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/route_rounded.cljs
================================================
(ns reagent-mui.icons.route-rounded
"Imports @mui/icons-material/RouteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def route-rounded (create-svg-icon (e "path" #js {"d" "M19 15.18V7c0-2.21-1.79-4-4-4s-4 1.79-4 4v10c0 1.1-.9 2-2 2s-2-.9-2-2V8.82C8.16 8.4 9 7.3 9 6c0-1.66-1.34-3-3-3S3 4.34 3 6c0 1.3.84 2.4 2 2.82V17c0 2.21 1.79 4 4 4s4-1.79 4-4V7c0-1.1.9-2 2-2s2 .9 2 2v8.18c-1.16.41-2 1.51-2 2.82 0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.3-.84-2.4-2-2.82z"})
"RouteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/route_sharp.cljs
================================================
(ns reagent-mui.icons.route-sharp
"Imports @mui/icons-material/RouteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def route-sharp (create-svg-icon (e "path" #js {"d" "M19 15.18V3h-8v16H7V8.82C8.16 8.4 9 7.3 9 6c0-1.66-1.34-3-3-3S3 4.34 3 6c0 1.3.84 2.4 2 2.82V21h8V5h4v10.18c-1.16.41-2 1.51-2 2.82 0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.3-.84-2.4-2-2.82z"})
"RouteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/route_two_tone.cljs
================================================
(ns reagent-mui.icons.route-two-tone
"Imports @mui/icons-material/RouteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def route-two-tone (create-svg-icon [(e "circle" #js {"cx" "6", "cy" "6", "r" "1", "opacity" ".3"}) (e "circle" #js {"cx" "18", "cy" "18", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M19 15.18V7c0-2.21-1.79-4-4-4s-4 1.79-4 4v10c0 1.1-.9 2-2 2s-2-.9-2-2V8.82C8.16 8.4 9 7.3 9 6c0-1.66-1.34-3-3-3S3 4.34 3 6c0 1.3.84 2.4 2 2.82V17c0 2.21 1.79 4 4 4s4-1.79 4-4V7c0-1.1.9-2 2-2s2 .9 2 2v8.18c-1.16.41-2 1.51-2 2.82 0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.3-.84-2.4-2-2.82zM6 7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm12 12c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"RouteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/router.cljs
================================================
(ns reagent-mui.icons.router
"Imports @mui/icons-material/Router as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def router (create-svg-icon (e "path" #js {"d" "m20.2 5.9.8-.8C19.6 3.7 17.8 3 16 3s-3.6.7-5 2.1l.8.8C13 4.8 14.5 4.2 16 4.2s3 .6 4.2 1.7zm-.9.8c-.9-.9-2.1-1.4-3.3-1.4s-2.4.5-3.3 1.4l.8.8c.7-.7 1.6-1 2.5-1 .9 0 1.8.3 2.5 1l.8-.8zM19 13h-2V9h-2v4H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zM8 18H6v-2h2v2zm3.5 0h-2v-2h2v2zm3.5 0h-2v-2h2v2z"})
"Router"))
================================================
FILE: src/icons/reagent_mui/icons/router_outlined.cljs
================================================
(ns reagent-mui.icons.router-outlined
"Imports @mui/icons-material/RouterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def router-outlined (create-svg-icon (e "path" #js {"d" "M16 4.2c1.5 0 3 .6 4.2 1.7l.8-.8C19.6 3.7 17.8 3 16 3s-3.6.7-5 2.1l.8.8C13 4.8 14.5 4.2 16 4.2zm-3.3 2.5.8.8c.7-.7 1.6-1 2.5-1s1.8.3 2.5 1l.8-.8c-.9-.9-2.1-1.4-3.3-1.4s-2.4.5-3.3 1.4zM19 13h-2V9h-2v4H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm0 6H5v-4h14v4zM6 16h2v2H6zm3.5 0h2v2h-2zm3.5 0h2v2h-2z"})
"RouterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/router_rounded.cljs
================================================
(ns reagent-mui.icons.router-rounded
"Imports @mui/icons-material/RouterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def router-rounded (create-svg-icon (e "path" #js {"d" "M11.45 5.55c.19.19.5.21.72.04C13.3 4.69 14.65 4.2 16 4.2s2.7.49 3.84 1.39c.21.17.52.15.72-.04l.04-.05c.22-.22.21-.59-.03-.8C19.24 3.57 17.62 3 16 3s-3.24.57-4.57 1.7c-.24.21-.26.57-.03.8l.05.05zm1.7.76c-.25.2-.26.58-.04.8l.04.04c.2.2.5.2.72.04.63-.48 1.38-.69 2.13-.69s1.5.21 2.13.68c.22.17.53.16.72-.04l.04-.04c.23-.23.21-.6-.04-.8-.83-.64-1.84-1-2.85-1s-2.02.36-2.85 1.01zM19 13h-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v3H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zM8 18H6v-2h2v2zm3.5 0h-2v-2h2v2zm3.5 0h-2v-2h2v2z"})
"RouterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/router_sharp.cljs
================================================
(ns reagent-mui.icons.router-sharp
"Imports @mui/icons-material/RouterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def router-sharp (create-svg-icon (e "path" #js {"d" "m20.2 5.9.8-.8C19.6 3.7 17.8 3 16 3s-3.6.7-5 2.1l.8.8C13 4.8 14.5 4.2 16 4.2s3 .6 4.2 1.7zm-.9.8c-.9-.9-2.1-1.4-3.3-1.4s-2.4.5-3.3 1.4l.8.8c.7-.7 1.6-1 2.5-1s1.8.3 2.5 1l.8-.8zM21 13h-4V9h-2v4H3v8h18v-8zM8 18H6v-2h2v2zm3.5 0h-2v-2h2v2zm3.5 0h-2v-2h2v2z"})
"RouterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/router_two_tone.cljs
================================================
(ns reagent-mui.icons.router-two-tone
"Imports @mui/icons-material/RouterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def router-two-tone (create-svg-icon [(e "path" #js {"d" "M15 15H5v4h14v-4h-4zm-7 3H6v-2h2v2zm3.5 0h-2v-2h2v2zm3.5 0h-2v-2h2v2z", "opacity" ".3"}) (e "path" #js {"d" "M16 4.2c1.5 0 3 .6 4.2 1.7l.8-.8C19.6 3.7 17.8 3 16 3s-3.6.7-5 2.1l.8.8C13 4.8 14.5 4.2 16 4.2zm-3.3 2.5.8.8c.7-.7 1.6-1 2.5-1s1.8.3 2.5 1l.8-.8c-.9-.9-2.1-1.4-3.3-1.4s-2.4.5-3.3 1.4zM19 13h-2V9h-2v4H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm0 6H5v-4h14v4zM6 16h2v2H6zm3.5 0h2v2h-2zm3.5 0h2v2h-2z"})]
"RouterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rowing.cljs
================================================
(ns reagent-mui.icons.rowing
"Imports @mui/icons-material/Rowing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rowing (create-svg-icon (e "path" #js {"d" "M8.5 14.5 4 19l1.5 1.5L9 17h2l-2.5-2.5zM15 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 20.01L18 24l-2.99-3.01V19.5l-7.1-7.09c-.31.05-.61.07-.91.07v-2.16c1.66.03 3.61-.87 4.67-2.04l1.4-1.55c.35-.39.99-.73 1.65-.73h.03C15.99 6.01 17 7.02 17 8.26v5.75c0 .84-.35 1.61-.92 2.16l-3.58-3.58v-2.27c-.63.52-1.43 1.02-2.29 1.39L16.5 18H18l3 3.01z"})
"Rowing"))
================================================
FILE: src/icons/reagent_mui/icons/rowing_outlined.cljs
================================================
(ns reagent-mui.icons.rowing-outlined
"Imports @mui/icons-material/RowingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rowing-outlined (create-svg-icon (e "path" #js {"d" "M8.5 14.5 4 19l1.5 1.5L9 17h2l-2.5-2.5zM15 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 20.01L18 24l-2.99-3.01V19.5l-7.1-7.09c-.31.05-.61.07-.91.07v-2.16c1.66.03 3.61-.87 4.67-2.04l1.4-1.55c.19-.21.43-.38.69-.5.29-.14.62-.23.96-.23h.03C15.99 6.01 17 7.02 17 8.26v5.75c0 .84-.35 1.61-.92 2.16l-3.58-3.58v-2.27c-.63.52-1.43 1.02-2.29 1.39L16.5 18H18l3 3.01z"})
"RowingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rowing_rounded.cljs
================================================
(ns reagent-mui.icons.rowing-rounded
"Imports @mui/icons-material/RowingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rowing-rounded (create-svg-icon (e "path" #js {"d" "M4.75 18.25c-.41.41-.41 1.09 0 1.5.41.41 1.09.41 1.5 0L9 17h2l-2.5-2.5-3.75 3.75zM15 5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm5.29 15.3-2-2.01c-.18-.18-.44-.29-.71-.29H16.5l-6.29-6.29c.79-.33 1.66-.87 2.29-1.39v2.27l3.58 3.58c.57-.55.92-1.32.92-2.16V8.26C17 7.02 15.98 6 14.74 6h-.02c-.34 0-.67.09-.96.23-.26.12-.5.29-.69.5l-1.4 1.55C10.61 9.45 8.66 10.35 7 10.32c-.6 0-1.08.48-1.08 1.08 0 .6.48 1.08 1.08 1.08.31 0 .61-.03.9-.07l7.11 7.09v1.08c0 .26.1.52.29.7l1.99 2.01c.39.39 1.02.39 1.42 0l1.58-1.58c.39-.38.39-1.02 0-1.41z"})
"RowingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rowing_sharp.cljs
================================================
(ns reagent-mui.icons.rowing-sharp
"Imports @mui/icons-material/RowingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rowing-sharp (create-svg-icon (e "path" #js {"d" "M8.5 14.5 4 19l1.5 1.5L9 17h2l-2.5-2.5zM15 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 20.01L18 24l-2.99-3.01V19.5l-7.1-7.09c-.31.05-.61.07-.91.07v-2.16c1.66.03 3.61-.87 4.67-2.04l1.4-1.55c.19-.21.43-.38.69-.5.29-.14.62-.23.96-.23h.03C15.99 6 17 7.01 17 8.25V17l-.92-.83-3.58-3.58v-2.27c-.63.52-1.43 1.02-2.29 1.39L16.5 18H18l3 3.01z"})
"RowingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rowing_two_tone.cljs
================================================
(ns reagent-mui.icons.rowing-two-tone
"Imports @mui/icons-material/RowingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rowing-two-tone (create-svg-icon (e "path" #js {"d" "M8.5 14.5 4 19l1.5 1.5L9 17h2l-2.5-2.5zM15 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 20.01L18 24l-2.99-3.01V19.5l-7.1-7.09c-.31.05-.61.07-.91.07v-2.16c1.66.03 3.61-.87 4.67-2.04l1.4-1.55c.19-.21.43-.38.69-.5.29-.14.62-.23.96-.23h.03C15.99 6.01 17 7.02 17 8.26v5.75c0 .84-.35 1.61-.92 2.16l-3.58-3.58v-2.27c-.63.52-1.43 1.02-2.29 1.39L16.5 18H18l3 3.01z"})
"RowingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rss_feed.cljs
================================================
(ns reagent-mui.icons.rss-feed
"Imports @mui/icons-material/RssFeed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rss-feed (create-svg-icon [(e "circle" #js {"cx" "6.18", "cy" "17.82", "r" "2.18"}) (e "path" #js {"d" "M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"})]
"RssFeed"))
================================================
FILE: src/icons/reagent_mui/icons/rss_feed_outlined.cljs
================================================
(ns reagent-mui.icons.rss-feed-outlined
"Imports @mui/icons-material/RssFeedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rss-feed-outlined (create-svg-icon [(e "circle" #js {"cx" "6.18", "cy" "17.82", "r" "2.18"}) (e "path" #js {"d" "M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"})]
"RssFeedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rss_feed_rounded.cljs
================================================
(ns reagent-mui.icons.rss-feed-rounded
"Imports @mui/icons-material/RssFeedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rss-feed-rounded (create-svg-icon [(e "circle" #js {"cx" "6.18", "cy" "17.82", "r" "2.18"}) (e "path" #js {"d" "M5.59 10.23c-.84-.14-1.59.55-1.59 1.4 0 .71.53 1.28 1.23 1.4 2.92.51 5.22 2.82 5.74 5.74.12.7.69 1.23 1.4 1.23.85 0 1.54-.75 1.41-1.59-.68-4.2-3.99-7.51-8.19-8.18zm-.03-5.71C4.73 4.43 4 5.1 4 5.93c0 .73.55 1.33 1.27 1.4 6.01.6 10.79 5.38 11.39 11.39.07.73.67 1.28 1.4 1.28.84 0 1.5-.73 1.42-1.56-.73-7.34-6.57-13.19-13.92-13.92z"})]
"RssFeedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rss_feed_sharp.cljs
================================================
(ns reagent-mui.icons.rss-feed-sharp
"Imports @mui/icons-material/RssFeedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rss-feed-sharp (create-svg-icon [(e "circle" #js {"cx" "6.18", "cy" "17.82", "r" "2.18"}) (e "path" #js {"d" "M4 10.1v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9zm0-5.66v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56z"})]
"RssFeedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rss_feed_two_tone.cljs
================================================
(ns reagent-mui.icons.rss-feed-two-tone
"Imports @mui/icons-material/RssFeedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rss-feed-two-tone (create-svg-icon [(e "circle" #js {"cx" "6.18", "cy" "17.82", "r" "2.18"}) (e "path" #js {"d" "M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"})]
"RssFeedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rsvp.cljs
================================================
(ns reagent-mui.icons.rsvp
"Imports @mui/icons-material/Rsvp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rsvp (create-svg-icon (e "path" #js {"d" "M16 9h1.5l-1.75 6h-1.5L12.5 9H14l1 3.43L16 9zM5.1 12.9 6 15H4.5l-.85-2H2.5v2H1V9h3.5c.85 0 1.5.65 1.5 1.5v1c0 .6-.4 1.15-.9 1.4zm-.6-2.4h-2v1h2v-1zm17 2.5h-2v2H18V9h3.5c.83 0 1.5.67 1.5 1.5v1c0 .83-.67 1.5-1.5 1.5zm0-2.5h-2v1h2v-1zM11.5 9v1.5h-3v.75h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H7v-1.5h3v-.75H7.75c-.41 0-.75-.34-.75-.75v-2c0-.55.45-1 1-1h3.5z"})
"Rsvp"))
================================================
FILE: src/icons/reagent_mui/icons/rsvp_outlined.cljs
================================================
(ns reagent-mui.icons.rsvp-outlined
"Imports @mui/icons-material/RsvpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rsvp-outlined (create-svg-icon (e "path" #js {"d" "M16 9h1.5l-1.75 6h-1.5L12.5 9H14l1 3.43L16 9zM5.1 12.9 6 15H4.5l-.85-2H2.5v2H1V9h3.5c.85 0 1.5.65 1.5 1.5v1c0 .6-.4 1.15-.9 1.4zm-.6-2.4h-2v1h2v-1zm17 2.5h-2v2H18V9h3.5c.83 0 1.5.67 1.5 1.5v1c0 .83-.67 1.5-1.5 1.5zm0-2.5h-2v1h2v-1zM11.5 9v1.5h-3v.75h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H7v-1.5h3v-.75H7.75c-.41 0-.75-.34-.75-.75v-2c0-.55.45-1 1-1h3.5z"})
"RsvpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rsvp_rounded.cljs
================================================
(ns reagent-mui.icons.rsvp-rounded
"Imports @mui/icons-material/RsvpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rsvp-rounded (create-svg-icon (e "path" #js {"d" "M16.54 9c.48 0 .83.46.69.92l-1.27 4.36c-.12.43-.52.72-.96.72-.44 0-.84-.29-.96-.72l-1.27-4.36c-.14-.46.21-.92.69-.92.32 0 .6.21.69.52l.85 2.91.85-2.91c.09-.31.37-.52.69-.52zM5.1 12.9l.49 1.14c.19.45-.14.96-.63.96-.28 0-.53-.17-.63-.42L3.65 13H2.5v1.31c0 .38-.31.69-.69.69h-.12c-.38 0-.69-.31-.69-.69V10c0-.55.45-1 1-1h2.5c.83 0 1.5.67 1.5 1.5v1c0 .6-.4 1.15-.9 1.4zm-.6-2.4h-2v1h2v-1zm17 2.5h-2v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V10c0-.55.45-1 1-1h2.5c.83 0 1.5.67 1.5 1.5v1c0 .83-.67 1.5-1.5 1.5zm0-2.5h-2v1h2v-1zm-10-.75c0 .41-.34.75-.75.75H8.5v.75h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H7.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H10v-.75H7.75c-.41 0-.75-.34-.75-.75v-2c0-.55.45-1 1-1h2.75c.41 0 .75.34.75.75z"})
"RsvpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rsvp_sharp.cljs
================================================
(ns reagent-mui.icons.rsvp-sharp
"Imports @mui/icons-material/RsvpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rsvp-sharp (create-svg-icon (e "path" #js {"d" "M16 9h1.5l-1.75 6h-1.5L12.5 9H14l1 3.43L16 9zM5.14 13 6 15H4.5l-.85-2H2.5v2H1V9h5v4h-.86zm-.64-2.5h-2v1h2v-1zM23 13h-3.5v2H18V9h5v4zm-1.5-2.5h-2v1h2v-1zM11.5 9v1.5h-3v.75h3V15H7v-1.5h3v-.75H7V9h4.5z"})
"RsvpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rsvp_two_tone.cljs
================================================
(ns reagent-mui.icons.rsvp-two-tone
"Imports @mui/icons-material/RsvpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rsvp-two-tone (create-svg-icon (e "path" #js {"d" "M16 9h1.5l-1.75 6h-1.5L12.5 9H14l1 3.43L16 9zM5.1 12.9 6 15H4.5l-.85-2H2.5v2H1V9h3.5c.85 0 1.5.65 1.5 1.5v1c0 .6-.4 1.15-.9 1.4zm-.6-2.4h-2v1h2v-1zm17 2.5h-2v2H18V9h3.5c.83 0 1.5.67 1.5 1.5v1c0 .83-.67 1.5-1.5 1.5zm0-2.5h-2v1h2v-1zM11.5 9v1.5h-3v.75h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H7v-1.5h3v-.75H7.75c-.41 0-.75-.34-.75-.75v-2c0-.55.45-1 1-1h3.5z"})
"RsvpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rtt.cljs
================================================
(ns reagent-mui.icons.rtt
"Imports @mui/icons-material/Rtt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rtt (create-svg-icon (e "path" #js {"d" "m9.03 3-1.11 7.07h2.62l.7-4.5h2.58L11.8 18.43H9.47L9.06 21h7.27l.4-2.57h-2.35l2-12.86h2.58l-.71 4.5h2.65L22 3H9.03zM8 5H4l-.31 2h4L8 5zm-.61 4h-4l-.31 2h4l.31-2zm.92 8h-6L2 19h6l.31-2zm.62-4h-6l-.31 2h6.01l.3-2z"})
"Rtt"))
================================================
FILE: src/icons/reagent_mui/icons/rtt_outlined.cljs
================================================
(ns reagent-mui.icons.rtt-outlined
"Imports @mui/icons-material/RttOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rtt-outlined (create-svg-icon (e "path" #js {"d" "m9.03 3-1.11 7.07h2.62l.7-4.5h2.58L11.8 18.43H9.47L9.06 21h7.27l.4-2.57h-2.35l2-12.86h2.58l-.71 4.5h2.65L22 3H9.03zM8 5H4l-.31 2h4L8 5zm-.61 4h-4l-.31 2h4l.31-2zm.92 8h-6L2 19h6l.31-2zm.62-4h-6l-.31 2h6.01l.3-2z"})
"RttOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rtt_rounded.cljs
================================================
(ns reagent-mui.icons.rtt-rounded
"Imports @mui/icons-material/RttRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rtt-rounded (create-svg-icon (e "path" #js {"d" "m8.76 4.69-.61 3.89c-.12.78.48 1.49 1.28 1.49.64 0 1.18-.46 1.28-1.09l.53-3.41h2.58L11.8 18.43h-1.24c-.63 0-1.16.46-1.26 1.08v.01c-.13.78.47 1.48 1.26 1.48h4.67c.63 0 1.17-.46 1.26-1.08v-.01c.12-.78-.48-1.48-1.26-1.48h-.86l2-12.86h2.58l-.47 3.01c-.12.78.48 1.49 1.28 1.49h.03c.64 0 1.18-.46 1.28-1.09l.57-3.67C21.83 4.09 20.89 3 19.66 3h-8.92c-.98 0-1.82.72-1.98 1.69zM8 5H4.86c-.5 0-.92.36-.99.85-.1.6.37 1.15.99 1.15h2.83L8 5zm-.61 4H4.25c-.5 0-.92.36-.99.85-.1.6.37 1.15.99 1.15h2.83l.31-2zm.92 8H3.17c-.49 0-.91.36-.99.85-.1.6.37 1.15.99 1.15H8l.31-2zm.62-4H3.79c-.49 0-.91.36-.99.85-.1.6.37 1.15.99 1.15h4.84l.3-2z"})
"RttRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rtt_sharp.cljs
================================================
(ns reagent-mui.icons.rtt-sharp
"Imports @mui/icons-material/RttSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rtt-sharp (create-svg-icon (e "path" #js {"d" "m9.03 3-1.11 7.07h2.62l.7-4.5h2.58L11.8 18.43H9.47L9.06 21h7.27l.4-2.57h-2.35l2-12.86h2.58l-.71 4.5h2.65L22 3H9.03zM8 5H4l-.31 2h4L8 5zm-.61 4h-4l-.31 2h4l.31-2zm.92 8h-6L2 19h6l.31-2zm.62-4h-6l-.31 2h6.01l.3-2z"})
"RttSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rtt_two_tone.cljs
================================================
(ns reagent-mui.icons.rtt-two-tone
"Imports @mui/icons-material/RttTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rtt-two-tone (create-svg-icon (e "path" #js {"d" "m9.03 3-1.11 7.07h2.62l.7-4.5h2.58L11.8 18.43H9.47L9.06 21h7.27l.4-2.57h-2.35l2-12.86h2.58l-.71 4.5h2.65L22 3H9.03zM8 5H4l-.31 2h4L8 5zm-.61 4h-4l-.31 2h4l.31-2zm.92 8h-6L2 19h6l.31-2zm.62-4h-6l-.31 2h6.01l.3-2z"})
"RttTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rule.cljs
================================================
(ns reagent-mui.icons.rule
"Imports @mui/icons-material/Rule as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rule (create-svg-icon (e "path" #js {"d" "M16.54 11 13 7.46l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41L16.54 11zM11 7H2v2h9V7zm10 6.41L19.59 12 17 14.59 14.41 12 13 13.41 15.59 16 13 18.59 14.41 20 17 17.41 19.59 20 21 18.59 18.41 16 21 13.41zM11 15H2v2h9v-2z"})
"Rule"))
================================================
FILE: src/icons/reagent_mui/icons/rule_folder.cljs
================================================
(ns reagent-mui.icons.rule-folder
"Imports @mui/icons-material/RuleFolder as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rule-folder (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM7.83 16 5 13.17l1.41-1.41 1.41 1.41 3.54-3.54 1.41 1.41L7.83 16zm9.58-3L19 14.59 17.59 16 16 14.41 14.41 16 13 14.59 14.59 13 13 11.41 14.41 10 16 11.59 17.59 10 19 11.41 17.41 13z"})
"RuleFolder"))
================================================
FILE: src/icons/reagent_mui/icons/rule_folder_outlined.cljs
================================================
(ns reagent-mui.icons.rule-folder-outlined
"Imports @mui/icons-material/RuleFolderOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rule-folder-outlined (create-svg-icon (e "path" #js {"d" "M7.83 16 5 13.17l1.41-1.41 1.41 1.41 3.54-3.54 1.41 1.41L7.83 16zm9.58-3L19 14.59 17.59 16 16 14.41 14.41 16 13 14.59 14.59 13 13 11.41 14.41 10 16 11.59 17.59 10 19 11.41 17.41 13zM20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l2 2H20v10z"})
"RuleFolderOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rule_folder_rounded.cljs
================================================
(ns reagent-mui.icons.rule-folder-rounded
"Imports @mui/icons-material/RuleFolderRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rule-folder-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-8l-1.41-1.41C10.21 4.21 9.7 4 9.17 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM7.12 15.29l-1.41-1.41a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l.71.71 2.83-2.83c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41L8.53 15.3c-.39.38-1.02.38-1.41-.01zM17.41 13l.88.88c.39.39.39 1.02 0 1.41-.39.39-1.02.39-1.41 0l-.88-.88-.88.88c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41l.88-.88-.88-.88a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l.88.88.88-.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-.88.88z"})
"RuleFolderRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rule_folder_sharp.cljs
================================================
(ns reagent-mui.icons.rule-folder-sharp
"Imports @mui/icons-material/RuleFolderSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rule-folder-sharp (create-svg-icon (e "path" #js {"d" "M22 6H12l-2-2H2v16h20V6zM7.83 16 5 13.17l1.41-1.41 1.41 1.41 3.54-3.54 1.41 1.41L7.83 16zm9.58-3L19 14.59 17.59 16 16 14.41 14.41 16 13 14.59 14.59 13 13 11.41 14.41 10 16 11.59 17.59 10 19 11.41 17.41 13z"})
"RuleFolderSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rule_folder_two_tone.cljs
================================================
(ns reagent-mui.icons.rule-folder-two-tone
"Imports @mui/icons-material/RuleFolderTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rule-folder-two-tone (create-svg-icon [(e "path" #js {"d" "m11.17 8-2-2H4v12h16V8h-8.83zm-3.34 8L5 13.17l1.41-1.41 1.41 1.41 3.54-3.54 1.41 1.41L7.83 16zM19 14.59 17.59 16 16 14.41 14.41 16 13 14.59 14.59 13 13 11.41 14.41 10 16 11.59 17.59 10 19 11.41 17.41 13 19 14.59z", "opacity" ".3"}) (e "path" #js {"d" "M7.83 16 5 13.17l1.41-1.41 1.41 1.41 3.54-3.54 1.41 1.41L7.83 16zm9.58-3L19 14.59 17.59 16 16 14.41 14.41 16 13 14.59 14.59 13 13 11.41 14.41 10 16 11.59 17.59 10 19 11.41 17.41 13zM20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l2 2H20v10z"})]
"RuleFolderTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rule_outlined.cljs
================================================
(ns reagent-mui.icons.rule-outlined
"Imports @mui/icons-material/RuleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rule-outlined (create-svg-icon (e "path" #js {"d" "M16.54 11 13 7.46l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41L16.54 11zM11 7H2v2h9V7zm10 6.41L19.59 12 17 14.59 14.41 12 13 13.41 15.59 16 13 18.59 14.41 20 17 17.41 19.59 20 21 18.59 18.41 16 21 13.41zM11 15H2v2h9v-2z"})
"RuleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rule_rounded.cljs
================================================
(ns reagent-mui.icons.rule-rounded
"Imports @mui/icons-material/RuleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rule-rounded (create-svg-icon (e "path" #js {"d" "m15.83 10.29-2.12-2.12a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l1.41 1.41 3.54-3.54c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.24 4.24c-.39.4-1.02.4-1.41.01zM10 7H3c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1zm10.29 5.71a.9959.9959 0 0 0-1.41 0L17 14.59l-1.88-1.88a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L15.59 16l-1.88 1.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L17 17.41l1.88 1.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L18.41 16l1.88-1.88c.39-.39.39-1.02 0-1.41zM10 15H3c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1z"})
"RuleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rule_sharp.cljs
================================================
(ns reagent-mui.icons.rule-sharp
"Imports @mui/icons-material/RuleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rule-sharp (create-svg-icon (e "path" #js {"d" "M16.54 11 13 7.46l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41L16.54 11zM11 7H2v2h9V7zm10 6.41L19.59 12 17 14.59 14.41 12 13 13.41 15.59 16 13 18.59 14.41 20 17 17.41 19.59 20 21 18.59 18.41 16 21 13.41zM11 15H2v2h9v-2z"})
"RuleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rule_two_tone.cljs
================================================
(ns reagent-mui.icons.rule-two-tone
"Imports @mui/icons-material/RuleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rule-two-tone (create-svg-icon (e "path" #js {"d" "M16.54 11 13 7.46l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41L16.54 11zM11 7H2v2h9V7zm10 6.41L19.59 12 17 14.59 14.41 12 13 13.41 15.59 16 13 18.59 14.41 20 17 17.41 19.59 20 21 18.59 18.41 16 21 13.41zM11 15H2v2h9v-2z"})
"RuleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/run_circle.cljs
================================================
(ns reagent-mui.icons.run-circle
"Imports @mui/icons-material/RunCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def run-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.5 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2.5 6c-.7 0-2.01-.54-2.91-1.76l-.41 2.35L14 14.03V18h-1v-3.58l-1.11-1.21-.52 2.64-3.77-.77.2-.98 2.78.57.96-4.89-1.54.57V12H9V9.65l3.28-1.21c.49-.18 1.03.06 1.26.53.83 1.7 2.05 2.03 2.46 2.03v1z"})
"RunCircle"))
================================================
FILE: src/icons/reagent_mui/icons/run_circle_outlined.cljs
================================================
(ns reagent-mui.icons.run-circle-outlined
"Imports @mui/icons-material/RunCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def run-circle-outlined (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "path" #js {"d" "M13.54 8.97c-.23-.47-.76-.71-1.26-.53L9 9.65V12h1v-1.65l1.54-.57-.96 4.89-2.78-.57-.2.98 3.76.77.52-2.64L13 14.42V18h1v-3.97l-1.32-1.44.41-2.35C13.99 11.46 15.3 12 16 12v-1c-.41 0-1.63-.33-2.46-2.03z"}) (e "circle" #js {"cx" "13.5", "cy" "7", "r" "1"})]
"RunCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/run_circle_rounded.cljs
================================================
(ns reagent-mui.icons.run-circle-rounded
"Imports @mui/icons-material/RunCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def run-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.5 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm1.91 5.91c-.71-.2-1.63-.74-2.32-1.66l-.41 2.35 1.19 1.3c.08.08.13.2.13.32v3.28c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.08l-1.11-1.21-.43 2.15c-.05.27-.32.45-.59.39l-2.78-.57c-.27-.06-.45-.32-.39-.59.06-.27.32-.44.59-.39l2.29.47.96-4.89-1.54.57v1.15c0 .28-.22.5-.5.5s-.5-.22-.5-.5V10c0-.21.13-.4.33-.47l2.95-1.09c.49-.18 1.02.04 1.25.51.65 1.35 1.55 1.85 2.1 2 .22.05.37.23.37.45v.04c0 .31-.29.55-.59.47z"})
"RunCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/run_circle_sharp.cljs
================================================
(ns reagent-mui.icons.run-circle-sharp
"Imports @mui/icons-material/RunCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def run-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.5 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2.5 6c-.7 0-2.01-.54-2.91-1.76l-.41 2.35L14 14.03V18h-1v-3.58l-1.11-1.21-.52 2.64-3.77-.77.2-.98 2.78.57.96-4.89-1.54.57V12H9V9.65l3.28-1.21c.49-.18 1.03.06 1.26.53.83 1.7 2.05 2.03 2.46 2.03v1z"})
"RunCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/run_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.run-circle-two-tone
"Imports @mui/icons-material/RunCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def run-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm1.5 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2.5 6c-.7 0-2.01-.54-2.91-1.76l-.41 2.35L14 14.03V18h-1v-3.58l-1.11-1.21-.52 2.64-3.77-.77.2-.98 2.78.57.96-4.89-1.54.57V12H9V9.65l3.28-1.21c.49-.18 1.03.06 1.26.53.83 1.7 2.05 2.03 2.46 2.03v1z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "path" #js {"d" "M13.54 8.97c-.23-.47-.76-.71-1.26-.53L9 9.65V12h1v-1.65l1.54-.57-.96 4.89-2.78-.57-.2.98 3.76.77.52-2.64L13 14.42V18h1v-3.97l-1.32-1.44.41-2.35C13.99 11.46 15.3 12 16 12v-1c-.41 0-1.63-.33-2.46-2.03z"}) (e "circle" #js {"cx" "13.5", "cy" "7", "r" "1"})]
"RunCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/running_with_errors.cljs
================================================
(ns reagent-mui.icons.running-with-errors
"Imports @mui/icons-material/RunningWithErrors as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def running-with-errors (create-svg-icon (e "path" #js {"d" "M22 10v8h-2v-8h2zm-2 10v2h2v-2h-2zm-2-2.71C16.53 18.95 14.39 20 12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8v9l7.55-7.55C17.72 3.34 15.02 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10c2.25 0 4.33-.74 6-2v-2.71z"})
"RunningWithErrors"))
================================================
FILE: src/icons/reagent_mui/icons/running_with_errors_outlined.cljs
================================================
(ns reagent-mui.icons.running-with-errors-outlined
"Imports @mui/icons-material/RunningWithErrorsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def running-with-errors-outlined (create-svg-icon (e "path" #js {"d" "M22 10v8h-2v-8h2zm-2 10v2h2v-2h-2zm-2-2.71C16.53 18.95 14.39 20 12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8v9l7.55-7.55C17.72 3.34 15.02 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10c2.25 0 4.33-.74 6-2v-2.71z"})
"RunningWithErrorsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/running_with_errors_rounded.cljs
================================================
(ns reagent-mui.icons.running-with-errors-rounded
"Imports @mui/icons-material/RunningWithErrorsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def running-with-errors-rounded (create-svg-icon (e "path" #js {"d" "M21 18c-.55 0-1-.45-1-1v-6c0-.55.45-1 1-1s1 .45 1 1v6c0 .55-.45 1-1 1zm0 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3-2.71C16.53 18.95 14.39 20 12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8v9l7.55-7.55C17.72 3.34 15.02 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10c2.25 0 4.33-.74 6-2v-2.71z"})
"RunningWithErrorsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/running_with_errors_sharp.cljs
================================================
(ns reagent-mui.icons.running-with-errors-sharp
"Imports @mui/icons-material/RunningWithErrorsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def running-with-errors-sharp (create-svg-icon (e "path" #js {"d" "M22 10v8h-2v-8h2zm-2 10v2h2v-2h-2zm-2-2.71C16.53 18.95 14.39 20 12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8v9l7.55-7.55C17.72 3.34 15.02 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10c2.25 0 4.33-.74 6-2v-2.71z"})
"RunningWithErrorsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/running_with_errors_two_tone.cljs
================================================
(ns reagent-mui.icons.running-with-errors-two-tone
"Imports @mui/icons-material/RunningWithErrorsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def running-with-errors-two-tone (create-svg-icon (e "path" #js {"d" "M22 10v8h-2v-8h2zm-2 10v2h2v-2h-2zm-2-2.71C16.53 18.95 14.39 20 12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8v9l7.55-7.55C17.72 3.34 15.02 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10c2.25 0 4.33-.74 6-2v-2.71z"})
"RunningWithErrorsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/rv_hookup.cljs
================================================
(ns reagent-mui.icons.rv-hookup
"Imports @mui/icons-material/RvHookup as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rv-hookup (create-svg-icon (e "path" #js {"d" "M20 17v-6c0-1.1-.9-2-2-2H7V7l-3 3 3 3v-2h4v3H4v3c0 1.1.9 2 2 2h2c0 1.66 1.34 3 3 3s3-1.34 3-3h8v-2h-2zm-9 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm7-6h-4v-3h4v3zM17 2v2H9v2h8v2l3-3z"})
"RvHookup"))
================================================
FILE: src/icons/reagent_mui/icons/rv_hookup_outlined.cljs
================================================
(ns reagent-mui.icons.rv-hookup-outlined
"Imports @mui/icons-material/RvHookupOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rv-hookup-outlined (create-svg-icon (e "path" #js {"d" "M20 17v-6c0-1.1-.9-2-2-2H7V7l-3 3 3 3v-2h4v3H4v3c0 1.1.9 2 2 2h2c0 1.66 1.34 3 3 3s3-1.34 3-3h8v-2h-2zm-9 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm7-6h-4v-3h4v3zM17 2v2H9v2h8v2l3-3-3-3z"})
"RvHookupOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/rv_hookup_rounded.cljs
================================================
(ns reagent-mui.icons.rv-hookup-rounded
"Imports @mui/icons-material/RvHookupRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rv-hookup-rounded (create-svg-icon (e "path" #js {"d" "M21 17h-1v-6c0-1.1-.9-2-2-2H7v-.74c0-.46-.56-.7-.89-.37L4.37 9.63c-.2.2-.2.53 0 .74l1.74 1.74c.33.33.89.1.89-.37V11h4v3H5c-.55 0-1 .45-1 1v2c0 1.1.9 2 2 2h2c0 1.66 1.34 3 3 3s3-1.34 3-3h7c.55 0 1-.45 1-1s-.45-1-1-1zm-10 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm7-6h-4v-3h3c.55 0 1 .45 1 1v2zm-8-8h7v.74c0 .46.56.7.89.37l1.74-1.74c.2-.2.2-.53 0-.74l-1.74-1.74c-.33-.33-.89-.1-.89.37V4h-7c-.55 0-1 .45-1 1s.45 1 1 1z"})
"RvHookupRounded"))
================================================
FILE: src/icons/reagent_mui/icons/rv_hookup_sharp.cljs
================================================
(ns reagent-mui.icons.rv-hookup-sharp
"Imports @mui/icons-material/RvHookupSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rv-hookup-sharp (create-svg-icon (e "path" #js {"d" "M20 17V9H7V7l-3 3 3 3v-2h4v3H4v5h4c0 1.66 1.34 3 3 3s3-1.34 3-3h8v-2h-2zm-9 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm7-6h-4v-3h4v3zM17 2v2H9v2h8v2l3-3-3-3z"})
"RvHookupSharp"))
================================================
FILE: src/icons/reagent_mui/icons/rv_hookup_two_tone.cljs
================================================
(ns reagent-mui.icons.rv-hookup-two-tone
"Imports @mui/icons-material/RvHookupTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def rv-hookup-two-tone (create-svg-icon [(e "path" #js {"d" "M20 17v-6c0-1.1-.9-2-2-2H7V7l-3 3 3 3v-2h4v3H4v3c0 1.1.9 2 2 2h2c0 1.66 1.34 3 3 3s3-1.34 3-3h8v-2h-2zm-9 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm7-6h-4v-3h4v3zM17 2v2H9v2h8v2l3-3-3-3z", "opacity" ".3"}) (e "path" #js {"d" "M20 17v-6c0-1.1-.9-2-2-2H7V7l-3 3 3 3v-2h4v3H4v3c0 1.1.9 2 2 2h2c0 1.66 1.34 3 3 3s3-1.34 3-3h8v-2h-2zm-9 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm7-6h-4v-3h4v3zM17 2v2H9v2h8v2l3-3-3-3z"})]
"RvHookupTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/safety_check.cljs
================================================
(ns reagent-mui.icons.safety-check
"Imports @mui/icons-material/SafetyCheck as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def safety-check (create-svg-icon (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm0 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm1.65-2.65L11.5 12.2V9h1v2.79l1.85 1.85-.7.71z"})
"SafetyCheck"))
================================================
FILE: src/icons/reagent_mui/icons/safety_check_outlined.cljs
================================================
(ns reagent-mui.icons.safety-check-outlined
"Imports @mui/icons-material/SafetyCheckOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def safety-check-outlined (create-svg-icon (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83v-4.7l6-2.25 6 2.25v4.7zM12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L11.5 12.2V9h1v2.79l1.85 1.85-.7.71z"})
"SafetyCheckOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/safety_check_rounded.cljs
================================================
(ns reagent-mui.icons.safety-check-rounded
"Imports @mui/icons-material/SafetyCheckRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def safety-check-rounded (create-svg-icon (e "path" #js {"d" "m11.3 2.26-6 2.25C4.52 4.81 4 5.55 4 6.39v4.7c0 4.83 3.13 9.37 7.43 10.75.37.12.77.12 1.14 0 4.3-1.38 7.43-5.91 7.43-10.75v-4.7c0-.83-.52-1.58-1.3-1.87l-6-2.25c-.45-.18-.95-.18-1.4-.01zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm2-3c-.2.2-.51.2-.71 0l-1.65-1.65c-.09-.09-.15-.22-.15-.35V9.5c.01-.28.23-.5.51-.5s.5.22.5.5v2.29l1.5 1.5c.2.2.2.51 0 .71z"})
"SafetyCheckRounded"))
================================================
FILE: src/icons/reagent_mui/icons/safety_check_sharp.cljs
================================================
(ns reagent-mui.icons.safety-check-sharp
"Imports @mui/icons-material/SafetyCheckSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def safety-check-sharp (create-svg-icon (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm0 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm1.65-2.65L11.5 12.2V9h1v2.79l1.85 1.85-.7.71z"})
"SafetyCheckSharp"))
================================================
FILE: src/icons/reagent_mui/icons/safety_check_two_tone.cljs
================================================
(ns reagent-mui.icons.safety-check-two-tone
"Imports @mui/icons-material/SafetyCheckTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def safety-check-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4.14 6 6.39v4.7c0 4 2.55 7.7 6 8.83 3.45-1.13 6-4.82 6-8.83v-4.7l-6-2.25zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm1.65-2.65L11.5 12.2V9h1v2.79l1.85 1.85-.7.71z", "opacity" ".3"}) (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83v-4.7l6-2.25 6 2.25v4.7zM12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L11.5 12.2V9h1v2.79l1.85 1.85-.7.71z"})]
"SafetyCheckTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/safety_divider.cljs
================================================
(ns reagent-mui.icons.safety-divider
"Imports @mui/icons-material/SafetyDivider as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def safety-divider (create-svg-icon (e "path" #js {"d" "M11 5h2v14h-2V5zm-6 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58C6.93 13.21 5.99 13 5 13s-1.93.21-2.78.58C1.48 13.9 1 14.62 1 15.43V16h8v-.57c0-.81-.48-1.53-1.22-1.85zM19 12c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58c-.85-.37-1.79-.58-2.78-.58s-1.93.21-2.78.58c-.74.32-1.22 1.04-1.22 1.85V16h8v-.57c0-.81-.48-1.53-1.22-1.85z"})
"SafetyDivider"))
================================================
FILE: src/icons/reagent_mui/icons/safety_divider_outlined.cljs
================================================
(ns reagent-mui.icons.safety-divider-outlined
"Imports @mui/icons-material/SafetyDividerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def safety-divider-outlined (create-svg-icon (e "path" #js {"d" "M11 5h2v14h-2V5zm-6 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58C6.93 13.21 5.99 13 5 13s-1.93.21-2.78.58C1.48 13.9 1 14.62 1 15.43V16h8v-.57c0-.81-.48-1.53-1.22-1.85zM19 12c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58c-.85-.37-1.79-.58-2.78-.58s-1.93.21-2.78.58c-.74.32-1.22 1.04-1.22 1.85V16h8v-.57c0-.81-.48-1.53-1.22-1.85z"})
"SafetyDividerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/safety_divider_rounded.cljs
================================================
(ns reagent-mui.icons.safety-divider-rounded
"Imports @mui/icons-material/SafetyDividerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def safety-divider-rounded (create-svg-icon (e "path" #js {"d" "M11 5h2v14h-2V5zm-6 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58C6.93 13.21 5.99 13 5 13s-1.93.21-2.78.58C1.48 13.9 1 14.62 1 15.43V16h8v-.57c0-.81-.48-1.53-1.22-1.85zM19 12c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58c-.85-.37-1.79-.58-2.78-.58s-1.93.21-2.78.58c-.74.32-1.22 1.04-1.22 1.85V16h8v-.57c0-.81-.48-1.53-1.22-1.85z"})
"SafetyDividerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/safety_divider_sharp.cljs
================================================
(ns reagent-mui.icons.safety-divider-sharp
"Imports @mui/icons-material/SafetyDividerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def safety-divider-sharp (create-svg-icon (e "path" #js {"d" "M11 5h2v14h-2V5zm-6 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58C6.93 13.21 5.99 13 5 13s-1.93.21-2.78.58C1.48 13.9 1 14.62 1 15.43V16h8v-.57c0-.81-.48-1.53-1.22-1.85zM19 12c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58c-.85-.37-1.79-.58-2.78-.58s-1.93.21-2.78.58c-.74.32-1.22 1.04-1.22 1.85V16h8v-.57c0-.81-.48-1.53-1.22-1.85z"})
"SafetyDividerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/safety_divider_two_tone.cljs
================================================
(ns reagent-mui.icons.safety-divider-two-tone
"Imports @mui/icons-material/SafetyDividerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def safety-divider-two-tone (create-svg-icon (e "path" #js {"d" "M11 5h2v14h-2V5zm-6 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58C6.93 13.21 5.99 13 5 13s-1.93.21-2.78.58C1.48 13.9 1 14.62 1 15.43V16h8v-.57c0-.81-.48-1.53-1.22-1.85zM19 12c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58c-.85-.37-1.79-.58-2.78-.58s-1.93.21-2.78.58c-.74.32-1.22 1.04-1.22 1.85V16h8v-.57c0-.81-.48-1.53-1.22-1.85z"})
"SafetyDividerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sailing.cljs
================================================
(ns reagent-mui.icons.sailing
"Imports @mui/icons-material/Sailing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sailing (create-svg-icon (e "path" #js {"d" "M11 13.5V2L3 13.5h8zm10 0C21 6.5 14.5 1 12.5 1c0 0 1 3 1 6.5s-1 6-1 6H21zm1 1.5H2c.31 1.53 1.16 2.84 2.33 3.73.65-.27 1.22-.72 1.67-1.23.73.84 1.8 1.5 3 1.5s2.27-.66 3-1.5c.73.84 1.8 1.5 3 1.5s2.26-.66 3-1.5c.45.51 1.02.96 1.67 1.23 1.17-.89 2.02-2.2 2.33-3.73zm0 8v-2h-1c-1.04 0-2.08-.35-3-1-1.83 1.3-4.17 1.3-6 0-1.83 1.3-4.17 1.3-6 0-.91.65-1.96 1-3 1H2v2h1c1.03 0 2.05-.25 3-.75 1.89 1 4.11 1 6 0 1.89 1 4.11 1 6 0 .95.5 1.97.75 3 .75h1z"})
"Sailing"))
================================================
FILE: src/icons/reagent_mui/icons/sailing_outlined.cljs
================================================
(ns reagent-mui.icons.sailing-outlined
"Imports @mui/icons-material/SailingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sailing-outlined (create-svg-icon (e "path" #js {"d" "M11 13.5V2L3 13.5h8zm-2-2H6.83L9 8.38v3.12zm12 2C21 6.5 14.5 1 12.5 1c0 0 1 3 1 6.5s-1 6-1 6H21zm-5.62-8.26c1.42 1.52 2.88 3.72 3.41 6.26h-3.68c.21-1.1.39-2.46.39-4 0-.79-.05-1.55-.12-2.26zM22 15H2c.31 1.53 1.16 2.84 2.33 3.73.65-.27 1.22-.72 1.67-1.23.73.84 1.8 1.5 3 1.5s2.27-.66 3-1.5c.73.84 1.8 1.5 3 1.5s2.26-.66 3-1.5c.45.51 1.02.96 1.67 1.23 1.17-.89 2.02-2.2 2.33-3.73zm0 8v-2h-1c-1.04 0-2.08-.35-3-1-1.83 1.3-4.17 1.3-6 0-1.83 1.3-4.17 1.3-6 0-.91.65-1.96 1-3 1H2v2h1c1.03 0 2.05-.25 3-.75 1.89 1 4.11 1 6 0 1.89 1 4.11 1 6 0 .95.5 1.97.75 3 .75h1z"})
"SailingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sailing_rounded.cljs
================================================
(ns reagent-mui.icons.sailing-rounded
"Imports @mui/icons-material/SailingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sailing-rounded (create-svg-icon (e "path" #js {"d" "M11 13V3.59c0-.49-.63-.69-.91-.29l-6.54 9.41c-.23.33.01.79.41.79h6.54c.28 0 .5-.22.5-.5zm9.99-.02C20.72 7.07 15.9 2.32 13.4 1.23c-.37-.16-.77.2-.67.59.3 1.13.76 3.28.76 5.68 0 2.44-.49 4.39-.78 5.35-.1.32.14.65.48.65h7.28c.29 0 .53-.24.52-.52zM20.62 15H3.38c-.73 0-1.22.76-.92 1.42.43.92 1.07 1.71 1.86 2.31.38-.16.74-.38 1.06-.63.35-.29.87-.29 1.23 0 .67.53 1.49.9 2.39.9.9 0 1.72-.37 2.39-.91.35-.28.87-.28 1.22 0 .67.54 1.49.91 2.39.91.9 0 1.72-.37 2.39-.91.35-.29.87-.28 1.23 0 .32.26.67.48 1.06.63.79-.6 1.43-1.39 1.86-2.31.3-.65-.19-1.41-.92-1.41zM22 22c0-.55-.45-1-1-1-.87 0-1.73-.24-2.53-.7-.29-.16-.65-.17-.94 0-1.59.9-3.47.9-5.06 0-.29-.16-.65-.16-.94 0-1.59.9-3.47.9-5.06 0-.29-.16-.65-.16-.94 0-.8.46-1.66.7-2.53.7-.55 0-1 .45-1 1s.45 1 1 1c1.15 0 2.3-.31 3.33-.94 1.66 1.11 3.78 1.01 5.58.14 1.91 1.05 4.17 1.07 6.09.05.95.5 1.97.75 3 .75.55 0 1-.45 1-1z"})
"SailingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sailing_sharp.cljs
================================================
(ns reagent-mui.icons.sailing-sharp
"Imports @mui/icons-material/SailingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sailing-sharp (create-svg-icon (e "path" #js {"d" "M11 13.5V2L3 13.5h8zm10 0C21 6.5 14.5 1 12.5 1c0 0 1 3 1 6.5s-1 6-1 6H21zm1 1.5H2c.31 1.53 1.16 2.84 2.33 3.73.65-.27 1.22-.72 1.67-1.23.73.84 1.8 1.5 3 1.5s2.27-.66 3-1.5c.73.84 1.8 1.5 3 1.5s2.26-.66 3-1.5c.45.51 1.02.96 1.67 1.23 1.17-.89 2.02-2.2 2.33-3.73zm0 8v-2h-1c-1.04 0-2.08-.35-3-1-1.83 1.3-4.17 1.3-6 0-1.83 1.3-4.17 1.3-6 0-.91.65-1.96 1-3 1H2v2h1c1.03 0 2.05-.25 3-.75 1.89 1 4.11 1 6 0 1.89 1 4.11 1 6 0 .95.5 1.97.75 3 .75h1z"})
"SailingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sailing_two_tone.cljs
================================================
(ns reagent-mui.icons.sailing-two-tone
"Imports @mui/icons-material/SailingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sailing-two-tone (create-svg-icon [(e "path" #js {"d" "M9 11.5H6.83L9 8.38v3.12zm6.38-6.26c1.42 1.52 2.88 3.72 3.41 6.26h-3.68c.21-1.1.39-2.46.39-4 0-.79-.05-1.55-.12-2.26z", "opacity" ".3"}) (e "path" #js {"d" "M11 13.5V2L3 13.5h8zm-2-2H6.83L9 8.38v3.12zm12 2C21 6.5 14.5 1 12.5 1c0 0 1 3 1 6.5s-1 6-1 6H21zm-5.62-8.26c1.42 1.52 2.88 3.72 3.41 6.26h-3.68c.21-1.1.39-2.46.39-4 0-.79-.05-1.55-.12-2.26zM22 15H2c.31 1.53 1.16 2.84 2.33 3.73.65-.27 1.22-.72 1.67-1.23.73.84 1.8 1.5 3 1.5s2.27-.66 3-1.5c.73.84 1.8 1.5 3 1.5s2.26-.66 3-1.5c.45.51 1.02.96 1.67 1.23 1.17-.89 2.02-2.2 2.33-3.73zm0 8v-2h-1c-1.04 0-2.08-.35-3-1-1.83 1.3-4.17 1.3-6 0-1.83 1.3-4.17 1.3-6 0-.91.65-1.96 1-3 1H2v2h1c1.03 0 2.05-.25 3-.75 1.89 1 4.11 1 6 0 1.89 1 4.11 1 6 0 .95.5 1.97.75 3 .75h1z"})]
"SailingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sanitizer.cljs
================================================
(ns reagent-mui.icons.sanitizer
"Imports @mui/icons-material/Sanitizer as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sanitizer (create-svg-icon (e "path" #js {"d" "M15.5 6.5C15.5 5.66 17 4 17 4s1.5 1.66 1.5 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5zm4 8.5c1.38 0 2.5-1.12 2.5-2.5 0-1.67-2.5-4.5-2.5-4.5S17 10.83 17 12.5c0 1.38 1.12 2.5 2.5 2.5zM13 14h-2v-2H9v2H7v2h2v2h2v-2h2v-2zm3-2v10H4V12c0-2.97 2.16-5.43 5-5.91V4H7V2h6c1.13 0 2.15.39 2.99 1.01l-1.43 1.43C14.1 4.17 13.57 4 13 4h-2v2.09c2.84.48 5 2.94 5 5.91z"})
"Sanitizer"))
================================================
FILE: src/icons/reagent_mui/icons/sanitizer_outlined.cljs
================================================
(ns reagent-mui.icons.sanitizer-outlined
"Imports @mui/icons-material/SanitizerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sanitizer-outlined (create-svg-icon (e "path" #js {"d" "M15.5 6.5C15.5 5.66 17 4 17 4s1.5 1.66 1.5 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5zm4 8.5c1.38 0 2.5-1.12 2.5-2.5 0-1.67-2.5-4.5-2.5-4.5S17 10.83 17 12.5c0 1.38 1.12 2.5 2.5 2.5zM13 14h-2v-2H9v2H7v2h2v2h2v-2h2v-2zm3-2v8c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-8c0-2.97 2.16-5.43 5-5.91V4H7V2h6c1.13 0 2.15.39 2.99 1.01l-1.43 1.43C14.1 4.17 13.57 4 13 4h-2v2.09c2.84.48 5 2.94 5 5.91zm-2 0c0-2.21-1.79-4-4-4s-4 1.79-4 4v8h8v-8z"})
"SanitizerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sanitizer_rounded.cljs
================================================
(ns reagent-mui.icons.sanitizer-rounded
"Imports @mui/icons-material/SanitizerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sanitizer-rounded (create-svg-icon (e "path" #js {"d" "M15.5 6.5c0-.56.67-1.49 1.11-2.04.2-.25.58-.25.77 0 .44.55 1.11 1.48 1.11 2.04.01.83-.66 1.5-1.49 1.5s-1.5-.67-1.5-1.5zm4 8.5c1.38 0 2.5-1.12 2.5-2.5 0-1.25-1.41-3.16-2.11-4.04a.489.489 0 0 0-.77 0c-.71.88-2.12 2.79-2.12 4.04 0 1.38 1.12 2.5 2.5 2.5zM12 14h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1H8c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1zm4-2v8c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-8c0-2.97 2.16-5.43 5-5.91V4H8c-.55 0-1-.45-1-1s.45-1 1-1h5c.61 0 1.19.11 1.72.31.67.25.83 1.13.33 1.64-.28.28-.69.36-1.05.23-.32-.12-.65-.18-1-.18h-2v2.09c2.84.48 5 2.94 5 5.91z"})
"SanitizerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sanitizer_sharp.cljs
================================================
(ns reagent-mui.icons.sanitizer-sharp
"Imports @mui/icons-material/SanitizerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sanitizer-sharp (create-svg-icon (e "path" #js {"d" "M15.5 6.5C15.5 5.66 17 4 17 4s1.5 1.66 1.5 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5zm4 8.5c1.38 0 2.5-1.12 2.5-2.5 0-1.67-2.5-4.5-2.5-4.5S17 10.83 17 12.5c0 1.38 1.12 2.5 2.5 2.5zM13 14h-2v-2H9v2H7v2h2v2h2v-2h2v-2zm3-2v10H4V12c0-2.97 2.16-5.43 5-5.91V4H7V2h6c1.13 0 2.15.39 2.99 1.01l-1.43 1.43C14.1 4.17 13.57 4 13 4h-2v2.09c2.84.48 5 2.94 5 5.91z"})
"SanitizerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sanitizer_two_tone.cljs
================================================
(ns reagent-mui.icons.sanitizer-two-tone
"Imports @mui/icons-material/SanitizerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sanitizer-two-tone (create-svg-icon [(e "path" #js {"d" "M10 8c-2.21 0-4 1.79-4 4v8h8v-8c0-2.21-1.79-4-4-4zm3 8h-2v2H9v-2H7v-2h2v-2h2v2h2v2z", "opacity" ".3"}) (e "path" #js {"d" "M15.5 6.5C15.5 5.66 17 4 17 4s1.5 1.66 1.5 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5zm4 8.5c1.38 0 2.5-1.12 2.5-2.5 0-1.67-2.5-4.5-2.5-4.5S17 10.83 17 12.5c0 1.38 1.12 2.5 2.5 2.5zM13 14h-2v-2H9v2H7v2h2v2h2v-2h2v-2zm3-2v8c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-8c0-2.97 2.16-5.43 5-5.91V4H7V2h6c1.13 0 2.15.39 2.99 1.01l-1.43 1.43C14.1 4.17 13.57 4 13 4h-2v2.09c2.84.48 5 2.94 5 5.91zm-2 0c0-2.21-1.79-4-4-4s-4 1.79-4 4v8h8v-8z"})]
"SanitizerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/satellite.cljs
================================================
(ns reagent-mui.icons.satellite
"Imports @mui/icons-material/Satellite as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def satellite (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5 4.99h3C8 6.65 6.66 8 5 8V4.99zM5 12v-2c2.76 0 5-2.25 5-5.01h2C12 8.86 8.87 12 5 12zm0 6 3.5-4.5 2.5 3.01L14.5 12l4.5 6H5z"})
"Satellite"))
================================================
FILE: src/icons/reagent_mui/icons/satellite_alt.cljs
================================================
(ns reagent-mui.icons.satellite-alt
"Imports @mui/icons-material/SatelliteAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def satellite-alt (create-svg-icon (e "path" #js {"d" "m15.44.59-3.18 3.18c-.78.78-.78 2.05 0 2.83l1.24 1.24-.71.71-1.24-1.25c-.78-.78-2.05-.78-2.83 0L7.3 8.72c-.78.78-.78 2.05 0 2.83l1.24 1.24-.71.71-1.23-1.25c-.78-.78-2.05-.78-2.83 0L.59 15.43c-.78.78-.78 2.05 0 2.83l3.54 3.54c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83L8.9 14.55l.71-.71 1.24 1.24c.78.78 2.05.78 2.83 0l1.41-1.41c.78-.78.78-2.05 0-2.83L13.84 9.6l.71-.71 1.24 1.24c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83L18.26.58c-.78-.78-2.04-.78-2.82.01zM6.6 19.32l-1.06 1.06L2 16.85l1.06-1.06 3.54 3.53zm2.12-2.12-1.06 1.06-3.54-3.54 1.06-1.06 3.54 3.54zm9.54-9.54L17.2 8.72l-3.54-3.54 1.06-1.06 3.54 3.54zm2.12-2.12L19.32 6.6l-3.54-3.54L16.85 2l3.53 3.54zM14 21v2c4.97 0 9-4.03 9-9h-2c0 3.87-3.13 7-7 7zm0-4v2c2.76 0 5-2.24 5-5h-2c0 1.66-1.34 3-3 3z"})
"SatelliteAlt"))
================================================
FILE: src/icons/reagent_mui/icons/satellite_alt_outlined.cljs
================================================
(ns reagent-mui.icons.satellite-alt-outlined
"Imports @mui/icons-material/SatelliteAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def satellite-alt-outlined (create-svg-icon (e "path" #js {"d" "M21 14h2c0 4.97-4.03 9-9 9v-2c3.87 0 7-3.13 7-7zm-7 3v2c2.76 0 5-2.24 5-5h-2c0 1.66-1.34 3-3 3zM18.26.59l3.54 3.54c.78.78.78 2.05 0 2.83l-3.18 3.18c-.78.78-2.05.78-2.83 0L14.55 8.9l-.71.7 1.24 1.24c.78.78.78 2.05 0 2.83l-1.41 1.41c-.78.78-2.05.78-2.83 0L9.6 13.84l-.71.71 1.24 1.24c.78.78.78 2.05 0 2.83L6.95 21.8c-.78.78-2.05.78-2.83 0L.58 18.26c-.78-.78-.78-2.05 0-2.83l3.18-3.18c.78-.78 2.05-.78 2.83 0l1.24 1.24.71-.71-1.24-1.23c-.78-.78-.78-2.05 0-2.83L8.72 7.3c.78-.78 2.05-.78 2.83 0l1.24 1.24.71-.71-1.25-1.23c-.78-.78-.78-2.05 0-2.83L15.43.59c.79-.79 2.05-.79 2.83 0zm-15.2 15.2L2 16.85l3.54 3.54 1.06-1.06-3.54-3.54zm2.12-2.12-1.06 1.06 3.54 3.54 1.06-1.06-3.54-3.54zm4.95-4.95-1.41 1.41 3.54 3.54 1.41-1.41-3.54-3.54zm4.6-4.6-1.06 1.06 3.54 3.54 1.06-1.06-3.54-3.54zM16.85 2l-1.06 1.06 3.54 3.54 1.06-1.06L16.85 2z"})
"SatelliteAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/satellite_alt_rounded.cljs
================================================
(ns reagent-mui.icons.satellite-alt-rounded
"Imports @mui/icons-material/SatelliteAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def satellite-alt-rounded (create-svg-icon (e "path" #js {"d" "M20.95 14.88a6.985 6.985 0 0 1-6.07 6.07c-.51.06-.88.49-.88.99 0 .04 0 .08.01.12.07.55.57.94 1.12.87 4.09-.51 7.3-3.72 7.81-7.81.06-.55-.33-1.05-.88-1.11-.55-.07-1.05.32-1.11.87zm-2.11.38c.14-.53-.18-1.08-.72-1.22-.54-.14-1.08.18-1.22.72-.27 1.05-1.09 1.87-2.15 2.15-.45.12-.75.52-.75.97 0 .08.01.17.03.25.14.53.69.85 1.22.72 1.77-.47 3.14-1.84 3.59-3.59zM21.8 4.12 18.26.58c-.78-.78-2.05-.78-2.83 0l-3.18 3.18c-.78.78-.78 2.05 0 2.83l1.24 1.24-.71.71-1.23-1.24c-.78-.78-2.05-.78-2.83 0L7.3 8.72c-.78.78-.78 2.05 0 2.83l1.24 1.24-.71.71-1.23-1.25c-.78-.78-2.05-.78-2.83 0L.59 15.43c-.78.78-.78 2.05 0 2.83l3.54 3.54c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83L8.9 14.55l.71-.71 1.24 1.24c.78.78 2.05.78 2.83 0l1.41-1.41c.78-.78.78-2.05 0-2.83L13.84 9.6l.71-.71 1.24 1.24c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83zM5.54 20.38 2 16.85l1.06-1.06 3.54 3.54-1.06 1.05zm2.12-2.12-3.54-3.54 1.06-1.06 3.54 3.54-1.06 1.06zm9.54-9.54-3.54-3.54 1.06-1.06 3.54 3.54-1.06 1.06zm2.12-2.12-3.54-3.54L16.85 2l3.54 3.54-1.07 1.06z"})
"SatelliteAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/satellite_alt_sharp.cljs
================================================
(ns reagent-mui.icons.satellite-alt-sharp
"Imports @mui/icons-material/SatelliteAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def satellite-alt-sharp (create-svg-icon (e "path" #js {"d" "m15.44.59-3.18 3.18c-.78.78-.78 2.05 0 2.83l1.24 1.24-.71.71-2.65-2.65-4.24 4.24 2.65 2.65-.71.71-1.24-1.25c-.78-.78-2.05-.78-2.83 0L.59 15.43c-.78.78-.78 2.05 0 2.83l3.54 3.54c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83L8.9 14.55l.71-.71 2.65 2.65 4.24-4.24-2.66-2.65.71-.71 1.24 1.24c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83L18.26.58c-.78-.78-2.04-.78-2.82.01zM6.6 19.32l-1.06 1.06L2 16.85l1.06-1.06 3.54 3.53zm2.12-2.12-1.06 1.06-3.54-3.54 1.06-1.06 3.54 3.54zm9.54-9.54L17.2 8.72l-3.54-3.54 1.06-1.06 3.54 3.54zm2.12-2.12L19.32 6.6l-3.54-3.54L16.85 2l3.53 3.54zM21 14h2c0 4.97-4.03 9-9 9v-2c3.87 0 7-3.13 7-7zm-4 0h2c0 2.76-2.24 5-5 5v-2c1.66 0 3-1.34 3-3z"})
"SatelliteAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/satellite_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.satellite-alt-two-tone
"Imports @mui/icons-material/SatelliteAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def satellite-alt-two-tone (create-svg-icon [(e "path" #js {"d" "m6.6 19.32-1.06 1.06L2 16.85l1.06-1.06 3.54 3.53zm2.12-2.12-1.06 1.06-3.54-3.54 1.06-1.06 3.54 3.54zm4.95-4.95-1.41 1.41-3.54-3.54 1.41-1.41 3.54 3.54zm4.59-4.59L17.2 8.72l-3.54-3.54 1.06-1.06 3.54 3.54zm2.12-2.12L19.32 6.6l-3.54-3.54L16.85 2l3.53 3.54z", "opacity" ".3"}) (e "path" #js {"d" "m15.44.59-3.18 3.18c-.78.78-.78 2.05 0 2.83l1.24 1.24-.71.71-1.24-1.25c-.78-.78-2.05-.78-2.83 0L7.3 8.72c-.78.78-.78 2.05 0 2.83l1.24 1.24-.71.71-1.23-1.25c-.78-.78-2.05-.78-2.83 0L.59 15.43c-.78.78-.78 2.05 0 2.83l3.54 3.54c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83L8.9 14.55l.71-.71 1.24 1.24c.78.78 2.05.78 2.83 0l1.41-1.41c.78-.78.78-2.05 0-2.83L13.84 9.6l.71-.71 1.24 1.24c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83L18.26.58c-.78-.78-2.04-.78-2.82.01zM6.6 19.32l-1.06 1.06L2 16.85l1.06-1.06 3.54 3.53zm2.12-2.12-1.06 1.06-3.54-3.54 1.06-1.06 3.54 3.54zm4.95-4.95-1.41 1.41-3.54-3.54 1.41-1.41 3.54 3.54zm4.59-4.59L17.2 8.72l-3.54-3.54 1.06-1.06 3.54 3.54zm2.12-2.12L19.32 6.6l-3.54-3.54L16.85 2l3.53 3.54zM21 14h2c0 4.97-4.03 9-9 9v-2c3.87 0 7-3.13 7-7zm-4 0h2c0 2.76-2.24 5-5 5v-2c1.66 0 3-1.34 3-3z"})]
"SatelliteAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/satellite_outlined.cljs
================================================
(ns reagent-mui.icons.satellite-outlined
"Imports @mui/icons-material/SatelliteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def satellite-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM8.57 6H6v2.58c1.42 0 2.57-1.16 2.57-2.58zM12 6h-1.71c0 2.36-1.92 4.29-4.29 4.29V12c3.32 0 6-2.69 6-6zm2.14 5.86-3 3.87L9 13.15 6 17h12z"})
"SatelliteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/satellite_rounded.cljs
================================================
(ns reagent-mui.icons.satellite-rounded
"Imports @mui/icons-material/SatelliteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def satellite-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5 5h3c0 1.66-1.34 3-3 3V5zm0 5.91c0-.49.36-.9.85-.98 2.08-.36 3.72-2 4.08-4.08.08-.49.49-.85.98-.85.61 0 1.09.53 1 1.13-.48 2.96-2.81 5.3-5.77 5.78-.6.1-1.14-.39-1.14-1zm.63 6.28 2.49-3.2c.2-.25.58-.26.78-.01l2.1 2.53 3.1-3.99c.2-.26.6-.26.8.01l3.51 4.68c.25.33.01.8-.4.8H6.02c-.41-.01-.65-.49-.39-.82z"})
"SatelliteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/satellite_sharp.cljs
================================================
(ns reagent-mui.icons.satellite-sharp
"Imports @mui/icons-material/SatelliteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def satellite-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM5 4.99h3C8 6.65 6.66 8 5 8V4.99zM5 12v-2c2.76 0 5-2.25 5-5.01h2C12 8.86 8.87 12 5 12zm0 6 3.5-4.5 2.5 3.01L14.5 12l4.5 6H5z"})
"SatelliteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/satellite_two_tone.cljs
================================================
(ns reagent-mui.icons.satellite-two-tone
"Imports @mui/icons-material/SatelliteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def satellite-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zM6 6h2.57c0 1.42-1.15 2.58-2.57 2.58V6zm0 4.29c2.37 0 4.28-1.93 4.28-4.29H12c0 3.31-2.68 6-6 6v-1.71zm3 2.86 2.14 2.58 3-3.86L18 17H6l3-3.85z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM8.57 6H6v2.58c1.42 0 2.57-1.16 2.57-2.58zM12 6h-1.72c0 2.36-1.91 4.29-4.28 4.29V12c3.32 0 6-2.69 6-6zm2.14 5.86-3 3.87L9 13.15 6 17h12z"})]
"SatelliteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/save.cljs
================================================
(ns reagent-mui.icons.save
"Imports @mui/icons-material/Save as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def save (create-svg-icon (e "path" #js {"d" "M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-10H5V5h10v4z"})
"Save"))
================================================
FILE: src/icons/reagent_mui/icons/save_alt.cljs
================================================
(ns reagent-mui.icons.save-alt
"Imports @mui/icons-material/SaveAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def save-alt (create-svg-icon (e "path" #js {"d" "M19 12v7H5v-7H3v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zm-6 .67 2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2z"})
"SaveAlt"))
================================================
FILE: src/icons/reagent_mui/icons/save_alt_outlined.cljs
================================================
(ns reagent-mui.icons.save-alt-outlined
"Imports @mui/icons-material/SaveAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def save-alt-outlined (create-svg-icon (e "path" #js {"d" "M19 12v7H5v-7H3v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zm-6 .67 2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z"})
"SaveAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/save_alt_rounded.cljs
================================================
(ns reagent-mui.icons.save-alt-rounded
"Imports @mui/icons-material/SaveAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def save-alt-rounded (create-svg-icon (e "path" #js {"d" "M19 13v5c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-5c0-.55-.45-1-1-1s-1 .45-1 1v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1zm-6-.33 1.88-1.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-3.59 3.59c-.39.39-1.02.39-1.41 0L7.7 12.2a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0L11 12.67V4c0-.55.45-1 1-1s1 .45 1 1v8.67z"})
"SaveAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/save_alt_sharp.cljs
================================================
(ns reagent-mui.icons.save-alt-sharp
"Imports @mui/icons-material/SaveAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def save-alt-sharp (create-svg-icon (e "path" #js {"d" "M19 12v7H5v-7H3v9h18v-9h-2zm-6 .67 2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z"})
"SaveAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/save_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.save-alt-two-tone
"Imports @mui/icons-material/SaveAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def save-alt-two-tone (create-svg-icon (e "path" #js {"d" "M19 12v7H5v-7H3v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zm-6 .67 2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z"})
"SaveAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/save_as.cljs
================================================
(ns reagent-mui.icons.save-as
"Imports @mui/icons-material/SaveAs as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def save-as (create-svg-icon (e "path" #js {"d" "M21 12.4V7l-4-4H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h7.4l8.6-8.6zM15 15c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3zM6 6h9v4H6V6zm13.99 10.25 1.77 1.77L16.77 23H15v-1.77l4.99-4.98zm3.26.26-.85.85-1.77-1.77.85-.85c.2-.2.51-.2.71 0l1.06 1.06c.2.2.2.52 0 .71z"})
"SaveAs"))
================================================
FILE: src/icons/reagent_mui/icons/save_as_outlined.cljs
================================================
(ns reagent-mui.icons.save-as-outlined
"Imports @mui/icons-material/SaveAsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def save-as-outlined (create-svg-icon (e "path" #js {"d" "M21 12.4V7l-4-4H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h7.4l2-2H5V5h11.17L19 7.83v6.57l2-2zM15 15c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3zM6 6h9v4H6V6zm13.99 10.25 1.77 1.77L16.77 23H15v-1.77l4.99-4.98zm3.26.26-.85.85-1.77-1.77.85-.85c.2-.2.51-.2.71 0l1.06 1.06c.2.2.2.52 0 .71z"})
"SaveAsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/save_as_rounded.cljs
================================================
(ns reagent-mui.icons.save-as-rounded
"Imports @mui/icons-material/SaveAsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def save-as-rounded (create-svg-icon (e "path" #js {"d" "m20.41 6.41-2.83-2.83c-.37-.37-.88-.58-1.41-.58H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h7.4l8.6-8.6V7.83c0-.53-.21-1.04-.59-1.42zM12 18c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-9c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h7c.55 0 1 .45 1 1v2zm4.99 7.25 1.77 1.77-4.84 4.84c-.1.09-.23.14-.36.14H15.5c-.28 0-.5-.22-.5-.5v-1.06c0-.13.05-.26.15-.35l4.84-4.84zm3.26.26-.85.85-1.77-1.77.85-.85c.2-.2.51-.2.71 0l1.06 1.06c.2.2.2.52 0 .71z"})
"SaveAsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/save_as_sharp.cljs
================================================
(ns reagent-mui.icons.save-as-sharp
"Imports @mui/icons-material/SaveAsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def save-as-sharp (create-svg-icon (e "path" #js {"d" "M21 12.4V7l-4-4H3v18h9.4l8.6-8.6zM15 15c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3zM6 6h9v4H6V6zm13.99 10.25 1.77 1.77L16.77 23H15v-1.77l4.99-4.98zm3.62-.09-1.2 1.2-1.77-1.77 1.2-1.2 1.77 1.77z"})
"SaveAsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/save_as_two_tone.cljs
================================================
(ns reagent-mui.icons.save-as-two-tone
"Imports @mui/icons-material/SaveAsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def save-as-two-tone (create-svg-icon [(e "path" #js {"d" "M16.17 5H5v14h9.4l4.6-4.6V7.83L16.17 5zM12 18c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-8H6V6h9v4z", "opacity" ".3"}) (e "path" #js {"d" "M21 12.4V7l-4-4H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h7.4l2-2H5V5h11.17L19 7.83v6.57l2-2zM15 15c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3zM6 6h9v4H6V6zm13.99 10.25 1.77 1.77L16.77 23H15v-1.77l4.99-4.98zm3.26.26-.85.85-1.77-1.77.85-.85c.2-.2.51-.2.71 0l1.06 1.06c.2.2.2.52 0 .71z"})]
"SaveAsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/save_outlined.cljs
================================================
(ns reagent-mui.icons.save-outlined
"Imports @mui/icons-material/SaveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def save-outlined (create-svg-icon (e "path" #js {"d" "M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm2 16H5V5h11.17L19 7.83V19zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM6 6h9v4H6z"})
"SaveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/save_rounded.cljs
================================================
(ns reagent-mui.icons.save-rounded
"Imports @mui/icons-material/SaveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def save-rounded (create-svg-icon (e "path" #js {"d" "M17.59 3.59c-.38-.38-.89-.59-1.42-.59H5c-1.11 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7.83c0-.53-.21-1.04-.59-1.41l-2.82-2.83zM12 19c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm1-10H7c-1.1 0-2-.9-2-2s.9-2 2-2h6c1.1 0 2 .9 2 2s-.9 2-2 2z"})
"SaveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/save_sharp.cljs
================================================
(ns reagent-mui.icons.save-sharp
"Imports @mui/icons-material/SaveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def save-sharp (create-svg-icon (e "path" #js {"d" "M17 3H3v18h18V7l-4-4zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-10H5V5h10v4z"})
"SaveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/save_two_tone.cljs
================================================
(ns reagent-mui.icons.save-two-tone
"Imports @mui/icons-material/SaveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def save-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5v14h14V7.83L16.17 5H5zm7 13c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-8H6V6h9v4z", "opacity" ".3"}) (e "path" #js {"d" "M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm2 16H5V5h11.17L19 7.83V19zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM6 6h9v4H6z"})]
"SaveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/saved_search.cljs
================================================
(ns reagent-mui.icons.saved-search
"Imports @mui/icons-material/SavedSearch as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def saved-search (create-svg-icon (e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm-2.17-1.5 2.14-1.53 2.14 1.53-.83-2.46 2.15-1.5h-2.62L9.47 6l-.84 2.54H6l2.14 1.49z"})
"SavedSearch"))
================================================
FILE: src/icons/reagent_mui/icons/saved_search_outlined.cljs
================================================
(ns reagent-mui.icons.saved-search-outlined
"Imports @mui/icons-material/SavedSearchOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def saved-search-outlined (create-svg-icon [(e "path" #js {"d" "M14.73 13.31C15.52 12.24 16 10.93 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.43 0 2.74-.48 3.81-1.27L19.59 21 21 19.59l-6.27-6.28zM9.5 14C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"}) (e "path" #js {"d" "M10.29 8.44 9.5 6l-.79 2.44H6.25l2.01 1.59-.77 2.47 2.01-1.53 2.01 1.53-.77-2.47 2.01-1.59z"})]
"SavedSearchOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/saved_search_rounded.cljs
================================================
(ns reagent-mui.icons.saved-search-rounded
"Imports @mui/icons-material/SavedSearchRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def saved-search-rounded (create-svg-icon [(e "path" #js {"d" "M14.73 13.31c1.13-1.55 1.63-3.58.98-5.74-.68-2.23-2.57-3.98-4.85-4.44-4.65-.93-8.66 3.09-7.72 7.73.46 2.29 2.21 4.18 4.44 4.85 2.16.65 4.19.15 5.74-.98l5.56 5.56c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-5.56-5.57zM9.5 14C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"}) (e "path" #js {"d" "M10.29 8.44 9.5 6l-.79 2.44H6.25l2.01 1.59-.77 2.47 2.01-1.53 2.01 1.53-.77-2.47 2.01-1.59z"})]
"SavedSearchRounded"))
================================================
FILE: src/icons/reagent_mui/icons/saved_search_sharp.cljs
================================================
(ns reagent-mui.icons.saved-search-sharp
"Imports @mui/icons-material/SavedSearchSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def saved-search-sharp (create-svg-icon [(e "path" #js {"d" "M14.73 13.31C15.52 12.24 16 10.93 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.43 0 2.74-.48 3.81-1.27L19.59 21 21 19.59l-6.27-6.28zM9.5 14C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"}) (e "path" #js {"d" "M10.29 8.44 9.5 6l-.79 2.44H6.25l2.01 1.59-.77 2.47 2.01-1.53 2.01 1.53-.77-2.47 2.01-1.59z"})]
"SavedSearchSharp"))
================================================
FILE: src/icons/reagent_mui/icons/saved_search_two_tone.cljs
================================================
(ns reagent-mui.icons.saved-search-two-tone
"Imports @mui/icons-material/SavedSearchTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def saved-search-two-tone (create-svg-icon [(e "path" #js {"d" "M14.73 13.31C15.52 12.24 16 10.93 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.43 0 2.74-.48 3.81-1.27L19.59 21 21 19.59l-6.27-6.28zM9.5 14C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"}) (e "path" #js {"d" "m9.5 6-.79 2.44H6.25l2.01 1.59-.77 2.47 2.01-1.53 2.01 1.53-.77-2.47 2.01-1.59h-2.46z"})]
"SavedSearchTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/savings.cljs
================================================
(ns reagent-mui.icons.savings
"Imports @mui/icons-material/Savings as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def savings (create-svg-icon (e "path" #js {"d" "m19.83 7.5-2.27-2.27c.07-.42.18-.81.32-1.15.08-.18.12-.37.12-.58 0-.83-.67-1.5-1.5-1.5-1.64 0-3.09.79-4 2h-5C4.46 4 2 6.46 2 9.5S4.5 21 4.5 21H10v-2h2v2h5.5l1.68-5.59 2.82-.94V7.5h-2.17zM13 9H8V7h5v2zm3 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"Savings"))
================================================
FILE: src/icons/reagent_mui/icons/savings_outlined.cljs
================================================
(ns reagent-mui.icons.savings-outlined
"Imports @mui/icons-material/SavingsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def savings-outlined (create-svg-icon (e "path" #js {"d" "M15 10c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zM8 9h5V7H8v2zm14-1.5v6.97l-2.82.94L17.5 21H12v-2h-2v2H4.5S2 12.54 2 9.5 4.46 4 7.5 4h5c.91-1.21 2.36-2 4-2 .83 0 1.5.67 1.5 1.5 0 .21-.04.4-.12.58-.14.34-.26.73-.32 1.15l2.27 2.27H22zm-2 2h-1L15.5 6c0-.65.09-1.29.26-1.91-.97.25-1.76.97-2.09 1.91H7.5C5.57 6 4 7.57 4 9.5c0 1.88 1.22 6.65 2.01 9.5H8v-2h6v2h2.01l1.55-5.15 2.44-.82V9.5z"})
"SavingsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/savings_rounded.cljs
================================================
(ns reagent-mui.icons.savings-rounded
"Imports @mui/icons-material/SavingsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def savings-rounded (create-svg-icon (e "path" #js {"d" "m19.83 7.5-2.27-2.27c.07-.42.18-.81.32-1.15.11-.26.15-.56.09-.87-.13-.72-.83-1.22-1.57-1.21-1.59.03-3 .81-3.9 2h-5C4.46 4 2 6.46 2 9.5c0 2.25 1.37 7.48 2.08 10.04.24.86 1.03 1.46 1.93 1.46H8c1.1 0 2-.9 2-2h2c0 1.1.9 2 2 2h2.01c.88 0 1.66-.58 1.92-1.43l1.25-4.16 2.14-.72c.41-.14.68-.52.68-.95V8.5c0-.55-.45-1-1-1h-1.17zM12 9H9c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1s-.45 1-1 1zm4 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"SavingsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/savings_sharp.cljs
================================================
(ns reagent-mui.icons.savings-sharp
"Imports @mui/icons-material/SavingsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def savings-sharp (create-svg-icon (e "path" #js {"d" "m19.83 7.5-2.27-2.27c.07-.42.18-.81.32-1.15.23-.56.56-1.06.97-1.5-.7-.37-1.5-.58-2.35-.58-1.64 0-3.09.79-4 2h-5C4.46 4 2 6.46 2 9.5S4.5 21 4.5 21H10v-2h2v2h5.5l1.68-5.59 2.82-.94V7.5h-2.17zM13 9H8V7h5v2zm3 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"SavingsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/savings_two_tone.cljs
================================================
(ns reagent-mui.icons.savings-two-tone
"Imports @mui/icons-material/SavingsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def savings-two-tone (create-svg-icon [(e "path" #js {"d" "M19 9.5 15.5 6c0-.65.09-1.29.26-1.91-.97.25-1.76.97-2.09 1.91H7.5C5.57 6 4 7.57 4 9.5c0 1.88 1.22 6.65 2.01 9.5H8v-2h6v2h2.01l1.55-5.15 2.44-.82V9.5h-1zM13 9H8V7h5v2zm3 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "path" #js {"d" "M15 10c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zM8 9h5V7H8v2zm14-1.5v6.97l-2.82.94L17.5 21H12v-2h-2v2H4.5S2 12.54 2 9.5 4.46 4 7.5 4h5c.91-1.21 2.36-2 4-2 .83 0 1.5.67 1.5 1.5 0 .21-.04.4-.12.58-.14.34-.26.73-.32 1.15l2.27 2.27H22zm-2 2h-1L15.5 6c0-.65.09-1.29.26-1.91-.97.25-1.76.97-2.09 1.91H7.5C5.57 6 4 7.57 4 9.5c0 1.88 1.22 6.65 2.01 9.5H8v-2h6v2h2.01l1.55-5.15 2.44-.82V9.5z"})]
"SavingsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/scale.cljs
================================================
(ns reagent-mui.icons.scale
"Imports @mui/icons-material/Scale as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scale (create-svg-icon (e "path" #js {"d" "M14 11V8c4.56-.58 8-3.1 8-6H2c0 2.9 3.44 5.42 8 6v3c-3.68.73-8 3.61-8 11h6v-2H4.13c.93-6.83 6.65-7.2 7.87-7.2s6.94.37 7.87 7.2H16v2h6c0-7.39-4.32-10.27-8-11zm-2 11c-1.1 0-2-.9-2-2 0-.55.22-1.05.59-1.41C11.39 17.79 16 16 16 16s-1.79 4.61-2.59 5.41c-.36.37-.86.59-1.41.59z"})
"Scale"))
================================================
FILE: src/icons/reagent_mui/icons/scale_outlined.cljs
================================================
(ns reagent-mui.icons.scale-outlined
"Imports @mui/icons-material/ScaleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scale-outlined (create-svg-icon (e "path" #js {"d" "M14 11V8c4.56-.58 8-3.1 8-6H2c0 2.9 3.44 5.42 8 6v3c-3.68.73-8 3.61-8 11h6v-2H4.13c.93-6.83 6.65-7.2 7.87-7.2s6.94.37 7.87 7.2H16v2h6c0-7.39-4.32-10.27-8-11zm4.87-7C17.5 5.19 15 6.12 12 6.12S6.5 5.19 5.13 4h13.74zM12 22c-1.1 0-2-.9-2-2 0-.55.22-1.05.59-1.41C11.39 17.79 16 16 16 16s-1.79 4.61-2.59 5.41c-.36.37-.86.59-1.41.59z"})
"ScaleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/scale_rounded.cljs
================================================
(ns reagent-mui.icons.scale-rounded
"Imports @mui/icons-material/ScaleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scale-rounded (create-svg-icon (e "path" #js {"d" "M16 21c0 .55.45 1 1 1h3.43c.87 0 1.58-.75 1.5-1.62-.59-6.2-4.53-8.7-7.93-9.38V8c3.31-.42 6.03-1.86 7.27-3.73.65-.97-.12-2.27-1.29-2.27H4.02C2.85 2 2.08 3.3 2.73 4.27 3.97 6.14 6.69 7.58 10 8v3c-3.4.68-7.34 3.18-7.93 9.38-.08.87.63 1.62 1.5 1.62H7c.55 0 1-.45 1-1s-.45-1-1-1H4.13c.93-6.83 6.65-7.2 7.87-7.2s6.94.37 7.87 7.2H17c-.55 0-1 .45-1 1zm-4.5.94c-.7-.17-1.27-.74-1.44-1.44-.18-.74.06-1.44.53-1.91.55-.55 2.91-1.57 4.33-2.15.41-.17.82.24.65.65-.58 1.42-1.6 3.78-2.15 4.33-.47.46-1.17.7-1.92.52z"})
"ScaleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/scale_sharp.cljs
================================================
(ns reagent-mui.icons.scale-sharp
"Imports @mui/icons-material/ScaleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scale-sharp (create-svg-icon (e "path" #js {"d" "M14 11V8c4.56-.58 8-3.1 8-6H2c0 2.9 3.44 5.42 8 6v3c-3.68.73-8 3.61-8 11h6v-2H4.13c.93-6.83 6.65-7.2 7.87-7.2s6.94.37 7.87 7.2H16v2h6c0-7.39-4.32-10.27-8-11zm-2 11c-1.1 0-2-.9-2-2 0-.55.22-1.05.59-1.41C11.39 17.79 16 16 16 16s-1.79 4.61-2.59 5.41c-.36.37-.86.59-1.41.59z"})
"ScaleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/scale_two_tone.cljs
================================================
(ns reagent-mui.icons.scale-two-tone
"Imports @mui/icons-material/ScaleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scale-two-tone (create-svg-icon [(e "path" #js {"d" "M18.87 4C17.5 5.19 15 6.12 12 6.12S6.5 5.19 5.13 4h13.74z", "opacity" ".3"}) (e "path" #js {"d" "M14 11V8c4.56-.58 8-3.1 8-6H2c0 2.9 3.44 5.42 8 6v3c-3.68.73-8 3.61-8 11h6v-2H4.13c.93-6.83 6.65-7.2 7.87-7.2s6.94.37 7.87 7.2H16v2h6c0-7.39-4.32-10.27-8-11zm4.87-7C17.5 5.19 15 6.12 12 6.12S6.5 5.19 5.13 4h13.74zM12 22c-1.1 0-2-.9-2-2 0-.55.22-1.05.59-1.41C11.39 17.79 16 16 16 16s-1.79 4.61-2.59 5.41c-.36.37-.86.59-1.41.59z"})]
"ScaleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/scanner.cljs
================================================
(ns reagent-mui.icons.scanner
"Imports @mui/icons-material/Scanner as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scanner (create-svg-icon (e "path" #js {"d" "M19.8 10.7 4.2 5l-.7 1.9L17.6 12H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5.5c0-.8-.5-1.6-1.2-1.8zM7 17H5v-2h2v2zm12 0H9v-2h10v2z"})
"Scanner"))
================================================
FILE: src/icons/reagent_mui/icons/scanner_outlined.cljs
================================================
(ns reagent-mui.icons.scanner-outlined
"Imports @mui/icons-material/ScannerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scanner-outlined (create-svg-icon (e "path" #js {"d" "M19.8 10.7 4.2 5l-.7 1.9L17.6 12H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5.5c0-.8-.5-1.6-1.2-1.8zM19 18H5v-4h14v4zM6 15h2v2H6zm4 0h8v2h-8z"})
"ScannerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/scanner_rounded.cljs
================================================
(ns reagent-mui.icons.scanner-rounded
"Imports @mui/icons-material/ScannerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scanner-rounded (create-svg-icon (e "path" #js {"d" "M19.8 10.7 5.15 5.35c-.52-.19-1.1.08-1.3.6-.19.53.08 1.11.6 1.3L17.6 12H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5.5c0-.8-.5-1.6-1.2-1.8zM7 17H5v-2h2v2zm11 0h-8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1z"})
"ScannerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/scanner_sharp.cljs
================================================
(ns reagent-mui.icons.scanner-sharp
"Imports @mui/icons-material/ScannerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scanner-sharp (create-svg-icon (e "path" #js {"d" "m4.2 5-.7 1.9L17.6 12H3v8h18v-8.86L4.2 5zM7 17H5v-2h2v2zm12 0H9v-2h10v2z"})
"ScannerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/scanner_two_tone.cljs
================================================
(ns reagent-mui.icons.scanner-two-tone
"Imports @mui/icons-material/ScannerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scanner-two-tone (create-svg-icon [(e "path" #js {"d" "M5 14v4h14v-4H5zm3 3H6v-2h2v2zm10 0h-8v-2h8v2z", "opacity" ".3"}) (e "path" #js {"d" "M19.8 10.7 4.2 5l-.7 1.9L17.6 12H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5.5c0-.8-.5-1.6-1.2-1.8zM19 18H5v-4h14v4zM6 15h2v2H6zm4 0h8v2h-8z"})]
"ScannerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/scatter_plot.cljs
================================================
(ns reagent-mui.icons.scatter-plot
"Imports @mui/icons-material/ScatterPlot as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scatter-plot (create-svg-icon [(e "circle" #js {"cx" "7", "cy" "14", "r" "3"}) (e "circle" #js {"cx" "11", "cy" "6", "r" "3"}) (e "circle" #js {"cx" "16.6", "cy" "17.6", "r" "3"})]
"ScatterPlot"))
================================================
FILE: src/icons/reagent_mui/icons/scatter_plot_outlined.cljs
================================================
(ns reagent-mui.icons.scatter-plot-outlined
"Imports @mui/icons-material/ScatterPlotOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scatter-plot-outlined (create-svg-icon (e "path" #js {"d" "M7 18c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm4-2c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm5.6 17.6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"ScatterPlotOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/scatter_plot_rounded.cljs
================================================
(ns reagent-mui.icons.scatter-plot-rounded
"Imports @mui/icons-material/ScatterPlotRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scatter-plot-rounded (create-svg-icon [(e "circle" #js {"cx" "7", "cy" "14", "r" "3"}) (e "circle" #js {"cx" "11", "cy" "6", "r" "3"}) (e "circle" #js {"cx" "16.6", "cy" "17.6", "r" "3"})]
"ScatterPlotRounded"))
================================================
FILE: src/icons/reagent_mui/icons/scatter_plot_sharp.cljs
================================================
(ns reagent-mui.icons.scatter-plot-sharp
"Imports @mui/icons-material/ScatterPlotSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scatter-plot-sharp (create-svg-icon [(e "circle" #js {"cx" "7", "cy" "14", "r" "3"}) (e "circle" #js {"cx" "11", "cy" "6", "r" "3"}) (e "circle" #js {"cx" "16.6", "cy" "17.6", "r" "3"})]
"ScatterPlotSharp"))
================================================
FILE: src/icons/reagent_mui/icons/scatter_plot_two_tone.cljs
================================================
(ns reagent-mui.icons.scatter-plot-two-tone
"Imports @mui/icons-material/ScatterPlotTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scatter-plot-two-tone (create-svg-icon [(e "circle" #js {"cx" "11", "cy" "6", "r" "2", "opacity" ".3"}) (e "circle" #js {"cx" "16.6", "cy" "17.6", "r" "2", "opacity" ".3"}) (e "circle" #js {"cx" "7", "cy" "14", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M7 10c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm8-10c0-2.21-1.79-4-4-4S7 3.79 7 6s1.79 4 4 4 4-1.79 4-4zm-4 2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5.6 5.6c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"ScatterPlotTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/schedule.cljs
================================================
(ns reagent-mui.icons.schedule
"Imports @mui/icons-material/Schedule as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def schedule (create-svg-icon [(e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "path" #js {"d" "M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]
"Schedule"))
================================================
FILE: src/icons/reagent_mui/icons/schedule_outlined.cljs
================================================
(ns reagent-mui.icons.schedule-outlined
"Imports @mui/icons-material/ScheduleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def schedule-outlined (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"})
"ScheduleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/schedule_rounded.cljs
================================================
(ns reagent-mui.icons.schedule-rounded
"Imports @mui/icons-material/ScheduleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def schedule-rounded (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-.22-13h-.06c-.4 0-.72.32-.72.72v4.72c0 .35.18.68.49.86l4.15 2.49c.34.2.78.1.98-.24.21-.34.1-.79-.25-.99l-3.87-2.3V7.72c0-.4-.32-.72-.72-.72z"})
"ScheduleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/schedule_send.cljs
================================================
(ns reagent-mui.icons.schedule-send
"Imports @mui/icons-material/ScheduleSend as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def schedule-send (create-svg-icon (e "path" #js {"d" "M16.5 12.5H15v4l3 2 .75-1.23-2.25-1.52V12.5zM16 9 2 3v7l9 2-9 2v7l7.27-3.11C10.09 20.83 12.79 23 16 23c3.86 0 7-3.14 7-7s-3.14-7-7-7zm0 12c-2.75 0-4.98-2.22-5-4.97v-.07c.02-2.74 2.25-4.97 5-4.97 2.76 0 5 2.24 5 5S18.76 21 16 21z"})
"ScheduleSend"))
================================================
FILE: src/icons/reagent_mui/icons/schedule_send_outlined.cljs
================================================
(ns reagent-mui.icons.schedule-send-outlined
"Imports @mui/icons-material/ScheduleSendOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def schedule-send-outlined (create-svg-icon [(e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L16.5 17.2V14h1v2.79l1.85 1.85-.7.71z"}) (e "path" #js {"d" "m11 12-6-1.5V7.01l8.87 3.74c.94-.47 2-.75 3.13-.75.1 0 .19.01.28.01L3 4v16l7-2.95V17c0-.8.14-1.56.39-2.28L5 16.99V13.5l6-1.5z"})]
"ScheduleSendOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/schedule_send_rounded.cljs
================================================
(ns reagent-mui.icons.schedule-send-rounded
"Imports @mui/icons-material/ScheduleSendRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def schedule-send-rounded (create-svg-icon [(e "path" #js {"d" "M17 10c.1 0 .19.01.28.01L4.39 4.58C3.73 4.31 3 4.79 3 5.51v3.71c0 .46.31.86.76.97L11 12l-7.24 1.81c-.45.11-.76.51-.76.97v3.71c0 .72.73 1.2 1.39.92L10 17.05V17c0-3.86 3.14-7 7-7z"}) (e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.29 7-1.65-1.65c-.09-.09-.15-.22-.15-.35v-2.5c0-.28.22-.5.5-.5s.5.22.5.5v2.29l1.5 1.5c.2.2.2.51 0 .71-.19.2-.5.2-.7 0z"})]
"ScheduleSendRounded"))
================================================
FILE: src/icons/reagent_mui/icons/schedule_send_sharp.cljs
================================================
(ns reagent-mui.icons.schedule-send-sharp
"Imports @mui/icons-material/ScheduleSendSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def schedule-send-sharp (create-svg-icon [(e "path" #js {"d" "M17 10c.1 0 .19.01.28.01L3 4v6l8 2-8 2v6l7-2.95V17c0-3.86 3.14-7 7-7z"}) (e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L16.5 17.2V14h1v2.79l1.85 1.85-.7.71z"})]
"ScheduleSendSharp"))
================================================
FILE: src/icons/reagent_mui/icons/schedule_send_two_tone.cljs
================================================
(ns reagent-mui.icons.schedule-send-two-tone
"Imports @mui/icons-material/ScheduleSendTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def schedule-send-two-tone (create-svg-icon [(e "path" #js {"d" "m5 10.5 6 1.5-6 1.5v3.49l5.39-2.27c.6-1.73 1.86-3.16 3.48-3.97L5 7.01v3.49z", "opacity" ".3"}) (e "path" #js {"d" "m11 12-6-1.5V7.01l8.87 3.74c.94-.47 2-.75 3.13-.75.1 0 .19.01.28.01L3 4v16l7-2.95V17c0-.8.14-1.56.39-2.28L5 16.99V13.5l6-1.5z"}) (e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L16.5 17.2V14h1v2.79l1.85 1.85-.7.71z"})]
"ScheduleSendTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/schedule_sharp.cljs
================================================
(ns reagent-mui.icons.schedule-sharp
"Imports @mui/icons-material/ScheduleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def schedule-sharp (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"})
"ScheduleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/schedule_two_tone.cljs
================================================
(ns reagent-mui.icons.schedule-two-tone
"Imports @mui/icons-material/ScheduleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def schedule-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm4.25 12.15L11 13V7h1.5v5.25l4.5 2.67-.75 1.23z", "opacity" ".3"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]
"ScheduleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/schema.cljs
================================================
(ns reagent-mui.icons.schema
"Imports @mui/icons-material/Schema as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def schema (create-svg-icon (e "path" #js {"d" "M14 9v2h-3V9H8.5V7H11V1H4v6h2.5v2H4v6h2.5v2H4v6h7v-6H8.5v-2H11v-2h3v2h7V9h-7z"})
"Schema"))
================================================
FILE: src/icons/reagent_mui/icons/schema_outlined.cljs
================================================
(ns reagent-mui.icons.schema-outlined
"Imports @mui/icons-material/SchemaOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def schema-outlined (create-svg-icon (e "path" #js {"d" "M14 9v2h-3V9H8.5V7H11V1H4v6h2.5v2H4v6h2.5v2H4v6h7v-6H8.5v-2H11v-2h3v2h7V9h-7zM6 3h3v2H6V3zm3 18H6v-2h3v2zm0-8H6v-2h3v2zm10 0h-3v-2h3v2z"})
"SchemaOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/schema_rounded.cljs
================================================
(ns reagent-mui.icons.schema-rounded
"Imports @mui/icons-material/SchemaRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def schema-rounded (create-svg-icon (e "path" #js {"d" "M14 10.5v.5h-3v-.5c0-.83-.67-1.5-1.5-1.5h-1V7h1c.83 0 1.5-.67 1.5-1.5v-3c0-.83-.67-1.5-1.5-1.5h-4C4.67 1 4 1.67 4 2.5v3C4 6.33 4.67 7 5.5 7h1v2h-1C4.67 9 4 9.67 4 10.5v3c0 .83.67 1.5 1.5 1.5h1v2h-1c-.83 0-1.5.67-1.5 1.5v3c0 .83.67 1.5 1.5 1.5h4c.83 0 1.5-.67 1.5-1.5v-3c0-.83-.67-1.5-1.5-1.5h-1v-2h1c.83 0 1.5-.67 1.5-1.5V13h3v.5c0 .83.67 1.5 1.5 1.5h4c.83 0 1.5-.67 1.5-1.5v-3c0-.83-.67-1.5-1.5-1.5h-4c-.83 0-1.5.67-1.5 1.5z"})
"SchemaRounded"))
================================================
FILE: src/icons/reagent_mui/icons/schema_sharp.cljs
================================================
(ns reagent-mui.icons.schema-sharp
"Imports @mui/icons-material/SchemaSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def schema-sharp (create-svg-icon (e "path" #js {"d" "M14 9v2h-3V9H8.5V7H11V1H4v6h2.5v2H4v6h2.5v2H4v6h7v-6H8.5v-2H11v-2h3v2h7V9h-7z"})
"SchemaSharp"))
================================================
FILE: src/icons/reagent_mui/icons/schema_two_tone.cljs
================================================
(ns reagent-mui.icons.schema-two-tone
"Imports @mui/icons-material/SchemaTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def schema-two-tone (create-svg-icon [(e "path" #js {"d" "M6 3h3v2H6V3zm3 18H6v-2h3v2zm0-8H6v-2h3v2zm10 0h-3v-2h3v2z", "opacity" ".3"}) (e "path" #js {"d" "M14 9v2h-3V9H8.5V7H11V1H4v6h2.5v2H4v6h2.5v2H4v6h7v-6H8.5v-2H11v-2h3v2h7V9h-7zM6 3h3v2H6V3zm3 18H6v-2h3v2zm0-8H6v-2h3v2zm10 0h-3v-2h3v2z"})]
"SchemaTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/school.cljs
================================================
(ns reagent-mui.icons.school
"Imports @mui/icons-material/School as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def school (create-svg-icon (e "path" #js {"d" "M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3 1 9l11 6 9-4.91V17h2V9L12 3z"})
"School"))
================================================
FILE: src/icons/reagent_mui/icons/school_outlined.cljs
================================================
(ns reagent-mui.icons.school-outlined
"Imports @mui/icons-material/SchoolOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def school-outlined (create-svg-icon (e "path" #js {"d" "M12 3 1 9l4 2.18v6L12 21l7-3.82v-6l2-1.09V17h2V9L12 3zm6.82 6L12 12.72 5.18 9 12 5.28 18.82 9zM17 15.99l-5 2.73-5-2.73v-3.72L12 15l5-2.73v3.72z"})
"SchoolOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/school_rounded.cljs
================================================
(ns reagent-mui.icons.school-rounded
"Imports @mui/icons-material/SchoolRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def school-rounded (create-svg-icon (e "path" #js {"d" "M5 13.18v2.81c0 .73.4 1.41 1.04 1.76l5 2.73c.6.33 1.32.33 1.92 0l5-2.73c.64-.35 1.04-1.03 1.04-1.76v-2.81l-6.04 3.3c-.6.33-1.32.33-1.92 0L5 13.18zm6.04-9.66-8.43 4.6c-.69.38-.69 1.38 0 1.76l8.43 4.6c.6.33 1.32.33 1.92 0L21 10.09V16c0 .55.45 1 1 1s1-.45 1-1V9.59c0-.37-.2-.7-.52-.88l-9.52-5.19a2.04 2.04 0 0 0-1.92 0z"})
"SchoolRounded"))
================================================
FILE: src/icons/reagent_mui/icons/school_sharp.cljs
================================================
(ns reagent-mui.icons.school-sharp
"Imports @mui/icons-material/SchoolSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def school-sharp (create-svg-icon (e "path" #js {"d" "M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3 1 9l11 6 9-4.91V17h2V9L12 3z"})
"SchoolSharp"))
================================================
FILE: src/icons/reagent_mui/icons/school_two_tone.cljs
================================================
(ns reagent-mui.icons.school-two-tone
"Imports @mui/icons-material/SchoolTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def school-two-tone (create-svg-icon [(e "path" #js {"d" "M7 12.27v3.72l5 2.73 5-2.73v-3.72L12 15zM5.18 9 12 12.72 18.82 9 12 5.28z", "opacity" ".3"}) (e "path" #js {"d" "M12 3 1 9l4 2.18v6L12 21l7-3.82v-6l2-1.09V17h2V9L12 3zm5 12.99-5 2.73-5-2.73v-3.72L12 15l5-2.73v3.72zm-5-3.27L5.18 9 12 5.28 18.82 9 12 12.72z"})]
"SchoolTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/science.cljs
================================================
(ns reagent-mui.icons.science
"Imports @mui/icons-material/Science as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def science (create-svg-icon (e "path" #js {"d" "M19.8 18.4 14 10.67V6.5l1.35-1.69c.26-.33.03-.81-.39-.81H9.04c-.42 0-.65.48-.39.81L10 6.5v4.17L4.2 18.4c-.49.66-.02 1.6.8 1.6h14c.82 0 1.29-.94.8-1.6z"})
"Science"))
================================================
FILE: src/icons/reagent_mui/icons/science_outlined.cljs
================================================
(ns reagent-mui.icons.science-outlined
"Imports @mui/icons-material/ScienceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def science-outlined (create-svg-icon (e "path" #js {"d" "M13 11.33 18 18H6l5-6.67V6h2m2.96-2H8.04c-.42 0-.65.48-.39.81L9 6.5v4.17L3.2 18.4c-.49.66-.02 1.6.8 1.6h16c.82 0 1.29-.94.8-1.6L15 10.67V6.5l1.35-1.69c.26-.33.03-.81-.39-.81z"})
"ScienceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/science_rounded.cljs
================================================
(ns reagent-mui.icons.science-rounded
"Imports @mui/icons-material/ScienceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def science-rounded (create-svg-icon (e "path" #js {"d" "M20.54 17.73 15 11V5h1c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1h1v6l-5.54 6.73c-.32.39-.46.83-.46 1.27.01 1.03.82 2 2 2h14c1.19 0 2-.97 2-2 0-.44-.14-.88-.46-1.27z"})
"ScienceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/science_sharp.cljs
================================================
(ns reagent-mui.icons.science-sharp
"Imports @mui/icons-material/ScienceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def science-sharp (create-svg-icon (e "path" #js {"d" "M19.8 18.4 14 10.67V6.5l1.35-1.69c.26-.33.03-.81-.39-.81H9.04c-.42 0-.65.48-.39.81L10 6.5v4.17L4.2 18.4c-.49.66-.02 1.6.8 1.6h14c.82 0 1.29-.94.8-1.6z"})
"ScienceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/science_two_tone.cljs
================================================
(ns reagent-mui.icons.science-two-tone
"Imports @mui/icons-material/ScienceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def science-two-tone (create-svg-icon [(e "path" #js {"d" "M13 6h-2v5.33L6 18h12l-5-6.67z", "opacity" ".3"}) (e "path" #js {"d" "M20.8 18.4 15 10.67V6.5l1.35-1.69c.26-.33.03-.81-.39-.81H8.04c-.42 0-.65.48-.39.81L9 6.5v4.17L3.2 18.4c-.49.66-.02 1.6.8 1.6h16c.82 0 1.29-.94.8-1.6zM6 18l5-6.67V6h2v5.33L18 18H6z"})]
"ScienceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/score.cljs
================================================
(ns reagent-mui.icons.score
"Imports @mui/icons-material/Score as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def score (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 2h1.5v3l2-3h1.7l-2 3 2 3h-1.7l-2-3v3H12V5zM7 7.25h2.5V6.5H7V5h4v3.75H8.5v.75H11V11H7V7.25zM19 13l-6 6-4-4-4 4v-2.5l4-4 4 4 6-6V13z"})
"Score"))
================================================
FILE: src/icons/reagent_mui/icons/score_outlined.cljs
================================================
(ns reagent-mui.icons.score-outlined
"Imports @mui/icons-material/ScoreOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def score-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5l4-4 4 4 6-6v6zm0-8.5-6 6-4-4-4 4V5h14v5.5zM13.5 9V6H12v6h1.5zm3.7 3-2-3 2-3h-1.7l-2 3 2 3zM11 10.5H8.5v-.75H11V6H7v1.5h2.5v.75H7V12h4z"})
"ScoreOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/score_rounded.cljs
================================================
(ns reagent-mui.icons.score-rounded
"Imports @mui/icons-material/ScoreRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def score-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 2.75c0-.41.34-.75.75-.75s.75.34.75.75V8l1.79-2.69c.13-.19.35-.31.59-.31.56 0 .9.63.59 1.1L15.2 8l1.27 1.9c.31.47-.02 1.1-.59 1.1-.24 0-.46-.12-.59-.31L13.5 8v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.5zm-5 2.5c0-.55.45-1 1-1h1.5V6.5H7.75c-.41 0-.75-.34-.75-.75S7.34 5 7.75 5H10c.55 0 1 .45 1 1v1.75c0 .55-.45 1-1 1H8.5v.75h1.75c.41 0 .75.34.75.75s-.34.75-.75.75H8c-.55 0-1-.45-1-1V8.25zm11.74 5.01-5.03 5.03c-.39.39-1.02.39-1.41 0L9 15l-2.49 2.49c-.56.56-1.51.16-1.51-.62 0-.23.09-.46.26-.62l3.03-3.03c.39-.39 1.02-.39 1.41 0L13 16.5l4.49-4.49c.56-.56 1.51-.16 1.51.62 0 .24-.09.46-.26.63z"})
"ScoreRounded"))
================================================
FILE: src/icons/reagent_mui/icons/score_sharp.cljs
================================================
(ns reagent-mui.icons.score-sharp
"Imports @mui/icons-material/ScoreSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def score-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-9 2h1.5v3l2-3h1.7l-2 3 2 3h-1.7l-2-3v3H12V5zM7 7.25h2.5V6.5H7V5h4v3.75H8.5v.75H11V11H7V7.25zM19 13l-6 6-4-4-4 4v-2.5l4-4 4 4 6-6V13z"})
"ScoreSharp"))
================================================
FILE: src/icons/reagent_mui/icons/score_two_tone.cljs
================================================
(ns reagent-mui.icons.score-two-tone
"Imports @mui/icons-material/ScoreTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def score-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h8l-4-4zm0-2.5 4-4 4 4 6-6V5H5v11.5zM12 6h1.5v3l2-3h1.7l-2 3 2 3h-1.7l-2-3v3H12V6zM7 8.25h2.5V7.5H7V6h4v3.75H8.5v.75H11V12H7V8.25zM19 19v-6l-6 6z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5l4-4 4 4 6-6v6zm0-8.5-6 6-4-4-4 4V5h14v5.5zM13.5 9V6H12v6h1.5zm3.7 3-2-3 2-3h-1.7l-2 3 2 3zM11 10.5H8.5v-.75H11V6H7v1.5h2.5v.75H7V12h4z"})]
"ScoreTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/scoreboard.cljs
================================================
(ns reagent-mui.icons.scoreboard
"Imports @mui/icons-material/Scoreboard as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scoreboard (create-svg-icon (e "path" #js {"d" "M17.5 13.5H16v-3h1.5v3zM20 4h-3V2h-2v2H9V2H7v2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM9.5 11.5c0 .55-.45 1-1 1h-2v1h3V15H5v-2.5c0-.55.45-1 1-1h2v-1H5V9h3.5c.55 0 1 .45 1 1v1.5zm3.25 6.5h-1.5v-1.5h1.5V18zm0-3.5h-1.5V13h1.5v1.5zm0-3.5h-1.5V9.5h1.5V11zm0-3.5h-1.5V6h1.5v1.5zM19 14c0 .55-.45 1-1 1h-2.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H18c.55 0 1 .45 1 1v4z"})
"Scoreboard"))
================================================
FILE: src/icons/reagent_mui/icons/scoreboard_outlined.cljs
================================================
(ns reagent-mui.icons.scoreboard-outlined
"Imports @mui/icons-material/ScoreboardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scoreboard-outlined (create-svg-icon (e "path" #js {"d" "M18 9h-2.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1H18c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-.5 4.5H16v-3h1.5v3zm-8 1.5H5v-2.5c0-.55.45-1 1-1h2v-1H5V9h3.5c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1h-2v1h3V15zm3.25-4h-1.5V9.5h1.5V11zm0 3.5h-1.5V13h1.5v1.5zM22 6v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h3V2h2v2h6V2h2v2h3c1.1 0 2 .9 2 2zm-2 12V6h-7.25v1.5h-1.5V6H4v12h7.25v-1.5h1.5V18H20z"})
"ScoreboardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/scoreboard_rounded.cljs
================================================
(ns reagent-mui.icons.scoreboard-rounded
"Imports @mui/icons-material/ScoreboardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scoreboard-rounded (create-svg-icon (e "path" #js {"d" "M17.5 13.5H16v-3h1.5v3zM16 2c-.55 0-1 .45-1 1v1H9V3c0-.55-.45-1-1-1s-1 .45-1 1v1H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3V3c0-.55-.45-1-1-1zM9.5 14.25c0 .41-.34.75-.75.75H6c-.55 0-1-.45-1-1v-1.5c0-.55.45-1 1-1h2v-1H5.75c-.41 0-.75-.34-.75-.75S5.34 9 5.75 9H8.5c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1h-2v1h2.25c.41 0 .75.34.75.75zM19 14c0 .55-.45 1-1 1h-2.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H18c.55 0 1 .45 1 1v4zm-6.25-7.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75S11.59 6 12 6s.75.34.75.75zm0 3.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75.34-.75.75-.75.75.34.75.75zm0 3.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75.34-.75.75-.75.75.34.75.75zm0 3.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75.34-.75.75-.75.75.34.75.75z"})
"ScoreboardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/scoreboard_sharp.cljs
================================================
(ns reagent-mui.icons.scoreboard-sharp
"Imports @mui/icons-material/ScoreboardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scoreboard-sharp (create-svg-icon (e "path" #js {"d" "M17.5 13.5H16v-3h1.5v3zM22 4h-5V2h-2v2H9V2H7v2H2v16h20V4zM9.5 12.5h-3v1h3V15H5v-3.5h3v-1H5V9h4.5v3.5zm3.25 5.5h-1.5v-1.5h1.5V18zm0-3.5h-1.5V13h1.5v1.5zm0-3.5h-1.5V9.5h1.5V11zm0-3.5h-1.5V6h1.5v1.5zM19 9v6h-4.5V9H19z"})
"ScoreboardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/scoreboard_two_tone.cljs
================================================
(ns reagent-mui.icons.scoreboard-two-tone
"Imports @mui/icons-material/ScoreboardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scoreboard-two-tone (create-svg-icon [(e "path" #js {"d" "M17.5 13.5H16v-3h1.5v3zM12.75 6v1.5h-1.5V6H4v12h7.25v-1.5h1.5V18H20V6h-7.25zM9.5 11.5c0 .55-.45 1-1 1h-2v1h3V15H5v-2.5c0-.55.45-1 1-1h2v-1H5V9h3.5c.55 0 1 .45 1 1v1.5zm3.25 3h-1.5V13h1.5v1.5zm0-3.5h-1.5V9.5h1.5V11zM19 14c0 .55-.45 1-1 1h-2.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H18c.55 0 1 .45 1 1v4z", "opacity" ".3"}) (e "path" #js {"d" "M18 9h-2.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1H18c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-.5 4.5H16v-3h1.5v3zm-8 1.5H5v-2.5c0-.55.45-1 1-1h2v-1H5V9h3.5c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1h-2v1h3V15zm3.25-4h-1.5V9.5h1.5V11zm0 3.5h-1.5V13h1.5v1.5zM22 6v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h3V2h2v2h6V2h2v2h3c1.1 0 2 .9 2 2zm-2 12V6h-7.25v1.5h-1.5V6H4v12h7.25v-1.5h1.5V18H20z"})]
"ScoreboardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/screen_lock_landscape.cljs
================================================
(ns reagent-mui.icons.screen-lock-landscape
"Imports @mui/icons-material/ScreenLockLandscape as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-lock-landscape (create-svg-icon (e "path" #js {"d" "M21 5H3c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-2 12H5V7h14v10zm-9-1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1v-1c0-1.11-.9-2-2-2-1.11 0-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1zm.8-6c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2v1h-2.4v-1z"})
"ScreenLockLandscape"))
================================================
FILE: src/icons/reagent_mui/icons/screen_lock_landscape_outlined.cljs
================================================
(ns reagent-mui.icons.screen-lock-landscape-outlined
"Imports @mui/icons-material/ScreenLockLandscapeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-lock-landscape-outlined (create-svg-icon (e "path" #js {"d" "M21 5H3c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-2 12H5V7h14v10zm-9-1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1v-1c0-1.11-.9-2-2-2-1.11 0-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1zm.8-6c0-.66.54-1.2 1.2-1.2s1.2.54 1.2 1.2v1h-2.4v-1z"})
"ScreenLockLandscapeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/screen_lock_landscape_rounded.cljs
================================================
(ns reagent-mui.icons.screen-lock-landscape-rounded
"Imports @mui/icons-material/ScreenLockLandscapeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-lock-landscape-rounded (create-svg-icon (e "path" #js {"d" "M21 5H3c-1.1 0-1.99.9-1.99 2L1 17c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-3 12H6V7h12v10zm-4-6v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})
"ScreenLockLandscapeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/screen_lock_landscape_sharp.cljs
================================================
(ns reagent-mui.icons.screen-lock-landscape-sharp
"Imports @mui/icons-material/ScreenLockLandscapeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-lock-landscape-sharp (create-svg-icon (e "path" #js {"d" "M23 5H1v14h22V5zm-4 12H5V7h14v10zM9 16h6v-5h-1v-.9c0-1-.69-1.92-1.68-2.08C11.07 7.83 10 8.79 10 10v1H9v5zm1.8-6c0-.66.54-1.2 1.2-1.2s1.2.54 1.2 1.2v1h-2.4v-1z"})
"ScreenLockLandscapeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/screen_lock_landscape_two_tone.cljs
================================================
(ns reagent-mui.icons.screen-lock-landscape-two-tone
"Imports @mui/icons-material/ScreenLockLandscapeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-lock-landscape-two-tone (create-svg-icon [(e "path" #js {"d" "M13.2 10c0-.66-.54-1.2-1.2-1.2s-1.2.54-1.2 1.2v1h2.4v-1zM5 17h14V7H5v10zm4-5c0-.55.45-1 1-1v-1c0-1.1.89-2 2-2 1.1 0 2 .89 2 2v1c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1v-3z", "opacity" ".3"}) (e "path" #js {"d" "M10 16h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1v-1c0-1.11-.9-2-2-2-1.11 0-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1zm.8-6c0-.66.54-1.2 1.2-1.2s1.2.54 1.2 1.2v1h-2.4v-1zM21 5H3c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-2 12H5V7h14v10z"})]
"ScreenLockLandscapeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/screen_lock_portrait.cljs
================================================
(ns reagent-mui.icons.screen-lock-portrait
"Imports @mui/icons-material/ScreenLockPortrait as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-lock-portrait (create-svg-icon (e "path" #js {"d" "M10 16h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1v-1c0-1.11-.9-2-2-2-1.11 0-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1zm.8-6c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2v1h-2.4v-1zM17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 18H7V5h10v14z"})
"ScreenLockPortrait"))
================================================
FILE: src/icons/reagent_mui/icons/screen_lock_portrait_outlined.cljs
================================================
(ns reagent-mui.icons.screen-lock-portrait-outlined
"Imports @mui/icons-material/ScreenLockPortraitOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-lock-portrait-outlined (create-svg-icon (e "path" #js {"d" "M10 16h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1v-1c0-1.11-.9-2-2-2-1.11 0-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1zm.8-6c0-.66.54-1.2 1.2-1.2s1.2.54 1.2 1.2v1h-2.4v-1zM17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 18H7V5h10v14z"})
"ScreenLockPortraitOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/screen_lock_portrait_rounded.cljs
================================================
(ns reagent-mui.icons.screen-lock-portrait-rounded
"Imports @mui/icons-material/ScreenLockPortraitRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-lock-portrait-rounded (create-svg-icon [(e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 1.99 2 1.99L17 23c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 17H7V6h10v12z"}) (e "path" #js {"d" "M14 11v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})]
"ScreenLockPortraitRounded"))
================================================
FILE: src/icons/reagent_mui/icons/screen_lock_portrait_sharp.cljs
================================================
(ns reagent-mui.icons.screen-lock-portrait-sharp
"Imports @mui/icons-material/ScreenLockPortraitSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-lock-portrait-sharp (create-svg-icon (e "path" #js {"d" "M9 16h6v-5h-1v-.9c0-1-.69-1.92-1.68-2.08C11.07 7.83 10 8.79 10 10v1H9v5zm1.8-6c0-.66.54-1.2 1.2-1.2s1.2.54 1.2 1.2v1h-2.4v-1zM19 1H5v22h14V1zm-2 18H7V5h10v14z"})
"ScreenLockPortraitSharp"))
================================================
FILE: src/icons/reagent_mui/icons/screen_lock_portrait_two_tone.cljs
================================================
(ns reagent-mui.icons.screen-lock-portrait-two-tone
"Imports @mui/icons-material/ScreenLockPortraitTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-lock-portrait-two-tone (create-svg-icon [(e "path" #js {"d" "M13.2 10c0-.66-.54-1.2-1.2-1.2s-1.2.54-1.2 1.2v1h2.4v-1zM7 19h10V5H7v14zm2-7c0-.55.45-1 1-1v-1c0-1.1.89-2 2-2 1.1 0 2 .89 2 2v1c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1v-3z", "opacity" ".3"}) (e "path" #js {"d" "M10 16h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1v-1c0-1.11-.9-2-2-2-1.11 0-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1zm.8-6c0-.66.54-1.2 1.2-1.2s1.2.54 1.2 1.2v1h-2.4v-1zM17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 18H7V5h10v14z"})]
"ScreenLockPortraitTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/screen_lock_rotation.cljs
================================================
(ns reagent-mui.icons.screen-lock-rotation
"Imports @mui/icons-material/ScreenLockRotation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-lock-rotation (create-svg-icon (e "path" #js {"d" "m23.25 12.77-2.57-2.57-1.41 1.41 2.22 2.22-5.66 5.66L4.51 8.17l5.66-5.66 2.1 2.1 1.41-1.41L11.23.75c-.59-.59-1.54-.59-2.12 0L2.75 7.11c-.59.59-.59 1.54 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12zM8.47 20.48C5.2 18.94 2.86 15.76 2.5 12H1c.51 6.16 5.66 11 11.95 11l.66-.03-3.81-3.82-1.33 1.33zM16 9h5c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1v-.5C21 1.12 19.88 0 18.5 0S16 1.12 16 2.5V3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.8-6.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V3h-3.4v-.5z"})
"ScreenLockRotation"))
================================================
FILE: src/icons/reagent_mui/icons/screen_lock_rotation_outlined.cljs
================================================
(ns reagent-mui.icons.screen-lock-rotation-outlined
"Imports @mui/icons-material/ScreenLockRotationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-lock-rotation-outlined (create-svg-icon (e "path" #js {"d" "m22.3 13.77-2.57-2.57-1.41 1.41 2.22 2.22-5.66 5.66L3.56 9.17l5.66-5.66 2.1 2.1 1.41-1.41-2.45-2.45c-.59-.59-1.54-.59-2.12 0L1.8 8.11c-.59.59-.59 1.54 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12zM7.52 21.48C4.25 19.94 1.91 16.76 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.82-1.33 1.33zM15.05 10h5c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1v-.5c0-1.38-1.12-2.5-2.5-2.5s-2.5 1.12-2.5 2.5V4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.8-6.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V4h-3.4v-.5z"})
"ScreenLockRotationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/screen_lock_rotation_rounded.cljs
================================================
(ns reagent-mui.icons.screen-lock-rotation-rounded
"Imports @mui/icons-material/ScreenLockRotationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-lock-rotation-rounded (create-svg-icon [(e "path" #js {"d" "m20.41 11.36-.35-.35a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.35.35-4.24 4.24-7.78-7.78 4.24-4.24.35.35c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-.35-.36c-.79-.79-2.03-.79-2.82 0L5.57 7.82c-.78.78-.78 2.05 0 2.83l7.78 7.78c.79.79 2.03.79 2.82 0l4.24-4.24c.79-.78.79-2.05 0-2.83zm-9.56 6.49c-.31-.31-.85-.09-.85.36v1.53c-3.17-.82-5.59-3.54-5.95-6.86-.06-.51-.49-.88-.99-.88-.6 0-1.07.53-1 1.12C2.62 18.11 6.87 22 12 22c.59 0 1.17-.06 1.73-.16.4-.07.55-.56.27-.85l-3.15-3.14z"}) (e "path" #js {"d" "M16 9h4c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1v-.89c0-1-.68-1.92-1.66-2.08C17.08.82 16 1.79 16 3v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1zm1-6c0-.55.45-1 1-1s1 .45 1 1v1h-2V3z"})]
"ScreenLockRotationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/screen_lock_rotation_sharp.cljs
================================================
(ns reagent-mui.icons.screen-lock-rotation-sharp
"Imports @mui/icons-material/ScreenLockRotationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-lock-rotation-sharp (create-svg-icon (e "path" #js {"d" "M7.52 21.48C4.25 19.94 1.91 16.76 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.82-1.33 1.33zM20.05 4v-.36c0-1.31-.94-2.5-2.24-2.63-1.5-.15-2.76 1.02-2.76 2.49V4h-1v6h7V4h-1zm-.8 0h-3.4v-.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V4zm.48 7.2-1.41 1.41 2.22 2.22-5.66 5.66L3.56 9.17l5.66-5.66 2.1 2.1 1.41-1.41L9.22.69.74 9.17l14.14 14.14 8.48-8.48z"})
"ScreenLockRotationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/screen_lock_rotation_two_tone.cljs
================================================
(ns reagent-mui.icons.screen-lock-rotation-two-tone
"Imports @mui/icons-material/ScreenLockRotationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-lock-rotation-two-tone (create-svg-icon (e "path" #js {"d" "m22.3 13.77-2.57-2.57-1.41 1.41 2.22 2.22-5.66 5.66L3.56 9.17l5.66-5.66 2.1 2.1 1.41-1.41-2.45-2.45c-.59-.59-1.54-.59-2.12 0L1.8 8.11c-.59.59-.59 1.54 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12zM7.52 21.48C4.25 19.94 1.91 16.76 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.82-1.33 1.33zM15.05 10h5c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1v-.5c0-1.38-1.12-2.5-2.5-2.5s-2.5 1.12-2.5 2.5V4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.8-6.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V4h-3.4v-.5z"})
"ScreenLockRotationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/screen_rotation.cljs
================================================
(ns reagent-mui.icons.screen-rotation
"Imports @mui/icons-material/ScreenRotation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-rotation (create-svg-icon (e "path" #js {"d" "M16.48 2.52c3.27 1.55 5.61 4.72 5.97 8.48h1.5C23.44 4.84 18.29 0 12 0l-.66.03 3.81 3.81 1.33-1.32zm-6.25-.77c-.59-.59-1.54-.59-2.12 0L1.75 8.11c-.59.59-.59 1.54 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12L10.23 1.75zm4.6 19.44L2.81 9.17l6.36-6.36 12.02 12.02-6.36 6.36zm-7.31.29C4.25 19.94 1.91 16.76 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.81-1.33 1.32z"})
"ScreenRotation"))
================================================
FILE: src/icons/reagent_mui/icons/screen_rotation_alt.cljs
================================================
(ns reagent-mui.icons.screen-rotation-alt
"Imports @mui/icons-material/ScreenRotationAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-rotation-alt (create-svg-icon (e "path" #js {"d" "m4 7.59 5-5c.78-.78 2.05-.78 2.83 0L20.24 11h-2.83L10.4 4 5.41 9H8v2H2V5h2v2.59zM20 19h2v-6h-6v2h2.59l-4.99 5-7.01-7H3.76l8.41 8.41c.78.78 2.05.78 2.83 0l5-5V19z"})
"ScreenRotationAlt"))
================================================
FILE: src/icons/reagent_mui/icons/screen_rotation_alt_outlined.cljs
================================================
(ns reagent-mui.icons.screen-rotation-alt-outlined
"Imports @mui/icons-material/ScreenRotationAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-rotation-alt-outlined (create-svg-icon (e "path" #js {"d" "m4 7.59 5-5c.78-.78 2.05-.78 2.83 0L20.24 11h-2.83L10.4 4 5.41 9H8v2H2V5h2v2.59zM20 19h2v-6h-6v2h2.59l-4.99 5-7.01-7H3.76l8.41 8.41c.78.78 2.05.78 2.83 0l5-5V19z"})
"ScreenRotationAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/screen_rotation_alt_rounded.cljs
================================================
(ns reagent-mui.icons.screen-rotation-alt-rounded
"Imports @mui/icons-material/ScreenRotationAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-rotation-alt-rounded (create-svg-icon (e "path" #js {"d" "M18.53 9.29c.63.63.18 1.71-.71 1.71-.27 0-.52-.11-.71-.29L10.4 4 5.41 9H7c.55 0 1 .45 1 1s-.45 1-1 1H3c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1s1 .45 1 1v1.59l5-5c.78-.78 2.05-.78 2.83 0l6.7 6.7zM5.47 14.71c-.63-.63-.18-1.71.71-1.71.27 0 .52.11.71.29L13.6 20l4.99-5H17c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1v-1.59l-5 5c-.78.78-2.05.78-2.83 0l-6.7-6.7z"})
"ScreenRotationAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/screen_rotation_alt_sharp.cljs
================================================
(ns reagent-mui.icons.screen-rotation-alt-sharp
"Imports @mui/icons-material/ScreenRotationAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-rotation-alt-sharp (create-svg-icon (e "path" #js {"d" "m4 7.59 6.41-6.41L20.24 11h-2.83L10.4 4 5.41 9H8v2H2V5h2v2.59zM20 19h2v-6h-6v2h2.59l-4.99 5-7.01-7H3.76l9.83 9.83L20 16.41V19z"})
"ScreenRotationAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/screen_rotation_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.screen-rotation-alt-two-tone
"Imports @mui/icons-material/ScreenRotationAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-rotation-alt-two-tone (create-svg-icon (e "path" #js {"d" "m4 7.59 5-5c.78-.78 2.05-.78 2.83 0L20.24 11h-2.83L10.4 4 5.41 9H8v2H2V5h2v2.59zM20 19h2v-6h-6v2h2.59l-4.99 5-7.01-7H3.76l8.41 8.41c.78.78 2.05.78 2.83 0l5-5V19z"})
"ScreenRotationAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/screen_rotation_outlined.cljs
================================================
(ns reagent-mui.icons.screen-rotation-outlined
"Imports @mui/icons-material/ScreenRotationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-rotation-outlined (create-svg-icon (e "path" #js {"d" "M16.48 2.52c3.27 1.55 5.61 4.72 5.97 8.48h1.5C23.44 4.84 18.29 0 12 0l-.66.03 3.81 3.81 1.33-1.32zm-6.25-.77c-.59-.59-1.54-.59-2.12 0L1.75 8.11c-.59.59-.59 1.54 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12L10.23 1.75zm4.6 19.44L2.81 9.17l6.36-6.36 12.02 12.02-6.36 6.36zm-7.31.29C4.25 19.94 1.91 16.76 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.81-1.33 1.32z"})
"ScreenRotationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/screen_rotation_rounded.cljs
================================================
(ns reagent-mui.icons.screen-rotation-rounded
"Imports @mui/icons-material/ScreenRotationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-rotation-rounded (create-svg-icon (e "path" #js {"d" "M10.23 1.75c-.59-.59-1.54-.59-2.12 0L1.75 8.11c-.59.59-.59 1.54 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12L10.23 1.75zm3.89 18.73L3.52 9.88a.9959.9959 0 0 1 0-1.41l4.95-4.95c.39-.39 1.02-.39 1.41 0l10.61 10.61c.39.39.39 1.02 0 1.41l-4.95 4.95c-.39.38-1.03.38-1.42-.01zM17.61 1.4C16.04.57 14.06-.03 11.81.02c-.18 0-.26.22-.14.35l3.48 3.48 1.33-1.33c3.09 1.46 5.34 4.37 5.89 7.86.06.41.44.69.86.62.41-.06.69-.45.62-.86-.6-3.8-2.96-7-6.24-8.74zM8.85 20.16l-1.33 1.33c-3.09-1.46-5.34-4.37-5.89-7.86-.06-.41-.44-.69-.86-.62-.41.06-.69.45-.62.86.6 3.81 2.96 7.01 6.24 8.75 1.57.83 3.55 1.43 5.8 1.38.18 0 .26-.22.14-.35l-3.48-3.49z"})
"ScreenRotationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/screen_rotation_sharp.cljs
================================================
(ns reagent-mui.icons.screen-rotation-sharp
"Imports @mui/icons-material/ScreenRotationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-rotation-sharp (create-svg-icon (e "path" #js {"d" "M16.48 2.52c3.27 1.55 5.61 4.72 5.97 8.48h1.5C23.44 4.84 18.29 0 12 0l-.66.03 3.81 3.81 1.33-1.32zM7.52 21.48C4.25 19.94 1.91 16.76 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.81-1.33 1.32zM9.17.69.69 9.17l14.14 14.14 8.48-8.48L9.17.69zm5.66 20.5L2.81 9.17l6.36-6.36 12.02 12.02-6.36 6.36z"})
"ScreenRotationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/screen_rotation_two_tone.cljs
================================================
(ns reagent-mui.icons.screen-rotation-two-tone
"Imports @mui/icons-material/ScreenRotationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-rotation-two-tone (create-svg-icon [(e "path" #js {"d" "M14.828 21.192 2.808 9.172l6.357-6.357 12.02 12.02z", "opacity" ".3"}) (e "path" #js {"d" "M16.48 2.52c3.27 1.55 5.61 4.72 5.97 8.48h1.5C23.44 4.84 18.29 0 12 0l-.66.03 3.81 3.81 1.33-1.32zm-6.25-.77c-.59-.59-1.54-.59-2.12 0L1.75 8.11c-.59.59-.59 1.54 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12L10.23 1.75zm4.6 19.44L2.81 9.17l6.36-6.36 12.02 12.02-6.36 6.36zm-7.31.29C4.25 19.94 1.91 16.76 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.81-1.33 1.32z"})]
"ScreenRotationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/screen_search_desktop.cljs
================================================
(ns reagent-mui.icons.screen-search-desktop
"Imports @mui/icons-material/ScreenSearchDesktop as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-search-desktop (create-svg-icon (e "path" #js {"d" "M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.11-.9-2-2-2H4c-1.11 0-2 .89-2 2v10c0 1.1.89 2 2 2H0v2h24v-2h-4ZM4 16V6h16v10.01L4 16Zm5.0967-6.0469c0-1.027.836-1.864 1.864-1.864 1.027 0 1.864.837 1.864 1.864 0 1.027-.837 1.864-1.864 1.864-1.028 0-1.864-.837-1.864-1.864Zm7.032 4.236-2.482-2.482c.331-.505.527-1.107.527-1.754 0-1.772-1.441-3.213-3.213-3.213s-3.214 1.441-3.214 3.213 1.442 3.214 3.214 3.214c.636 0 1.225-.192 1.724-.511l2.489 2.488.955-.955Z"})
"ScreenSearchDesktop"))
================================================
FILE: src/icons/reagent_mui/icons/screen_search_desktop_outlined.cljs
================================================
(ns reagent-mui.icons.screen-search-desktop-outlined
"Imports @mui/icons-material/ScreenSearchDesktopOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-search-desktop-outlined (create-svg-icon [(e "path" #js {"d" "M4 18h16c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2zM4 5h16v11H4V5zM1 19h22v2H1z"}) (e "path" #js {"d" "M13.97 7.53c-1.37-1.37-3.58-1.37-4.95 0s-1.37 3.58 0 4.95c1.18 1.18 3 1.34 4.36.47l2.09 2.09 1.06-1.06-2.09-2.09c.87-1.36.72-3.18-.47-4.36zm-1.06 3.88c-.78.78-2.05.78-2.83 0-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0c.78.79.78 2.05 0 2.83z"})]
"ScreenSearchDesktopOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/screen_search_desktop_rounded.cljs
================================================
(ns reagent-mui.icons.screen-search-desktop-rounded
"Imports @mui/icons-material/ScreenSearchDesktopRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-search-desktop-rounded (create-svg-icon [(e "path" #js {"d" "M22 19H2c-.55 0-1 .45-1 1s.45 1 1 1h20c.55 0 1-.45 1-1s-.45-1-1-1zM4 18h16c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2zm4.59-9.95c1.28-1.87 3.86-2.05 5.38-.52 1.18 1.18 1.34 3 .47 4.36L16 13.44c.29.29.29.77 0 1.06-.29.29-.77.29-1.06 0l-1.55-1.55c-1.57 1-3.76.64-4.87-1.11-.73-1.14-.69-2.67.07-3.79z"}) (e "circle" #js {"cx" "11.5", "cy" "10", "r" "2"})]
"ScreenSearchDesktopRounded"))
================================================
FILE: src/icons/reagent_mui/icons/screen_search_desktop_sharp.cljs
================================================
(ns reagent-mui.icons.screen-search-desktop-sharp
"Imports @mui/icons-material/ScreenSearchDesktopSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-search-desktop-sharp (create-svg-icon [(e "path" #js {"d" "M1 19h22v2H1zM22 3H2v15h19.99L22 3zm-6.53 12.03-2.09-2.09c-1.35.87-3.17.71-4.36-.47-1.37-1.37-1.37-3.58 0-4.95s3.58-1.37 4.95 0c1.18 1.18 1.34 3 .47 4.36l2.09 2.09-1.06 1.06z"}) (e "circle" #js {"cx" "11.5", "cy" "10", "r" "2"})]
"ScreenSearchDesktopSharp"))
================================================
FILE: src/icons/reagent_mui/icons/screen_search_desktop_two_tone.cljs
================================================
(ns reagent-mui.icons.screen-search-desktop-two-tone
"Imports @mui/icons-material/ScreenSearchDesktopTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-search-desktop-two-tone (create-svg-icon [(e "path" #js {"d" "M20 5H4v11h16V5zm-4.53 10.03-2.09-2.09c-1.35.87-3.17.71-4.36-.47-1.37-1.37-1.37-3.58 0-4.95s3.58-1.37 4.95 0c1.18 1.18 1.34 3 .47 4.36l2.09 2.09-1.06 1.06z", "opacity" ".3"}) (e "path" #js {"d" "M4 18h16c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2zM4 5h16v11H4V5zM1 19h22v2H1z"}) (e "path" #js {"d" "M13.97 7.53c-1.37-1.37-3.58-1.37-4.95 0s-1.37 3.58 0 4.95c1.18 1.18 3 1.34 4.36.47l2.09 2.09 1.06-1.06-2.09-2.09c.87-1.36.72-3.18-.47-4.36zm-1.06 3.88c-.78.78-2.05.78-2.83 0-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0c.78.79.78 2.05 0 2.83z"})]
"ScreenSearchDesktopTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/screen_share.cljs
================================================
(ns reagent-mui.icons.screen-share
"Imports @mui/icons-material/ScreenShare as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-share (create-svg-icon (e "path" #js {"d" "M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.11-.9-2-2-2H4c-1.11 0-2 .89-2 2v10c0 1.1.89 2 2 2H0v2h24v-2h-4zm-7-3.53v-2.19c-2.78 0-4.61.85-6 2.72.56-2.67 2.11-5.33 6-5.87V7l4 3.73-4 3.74z"})
"ScreenShare"))
================================================
FILE: src/icons/reagent_mui/icons/screen_share_outlined.cljs
================================================
(ns reagent-mui.icons.screen-share-outlined
"Imports @mui/icons-material/ScreenShareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-share-outlined (create-svg-icon (e "path" #js {"d" "M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.11-.9-2-2-2H4c-1.11 0-2 .89-2 2v10c0 1.1.89 2 2 2H0v2h24v-2h-4zM4 16V6h16v10.01L4 16zm9-6.87c-3.89.54-5.44 3.2-6 5.87 1.39-1.87 3.22-2.72 6-2.72v2.19l4-3.74L13 7v2.13z"})
"ScreenShareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/screen_share_rounded.cljs
================================================
(ns reagent-mui.icons.screen-share-rounded
"Imports @mui/icons-material/ScreenShareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-share-rounded (create-svg-icon (e "path" #js {"d" "M20 18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.89 2 2 2H1c-.55 0-1 .45-1 1s.45 1 1 1h22c.55 0 1-.45 1-1s-.45-1-1-1h-3zm-7-3.53v-2.19c-2.78 0-4.61.85-6 2.72.56-2.67 2.11-5.33 6-5.87V7l3.61 3.36c.21.2.21.53 0 .73L13 14.47z"})
"ScreenShareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/screen_share_sharp.cljs
================================================
(ns reagent-mui.icons.screen-share-sharp
"Imports @mui/icons-material/ScreenShareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-share-sharp (create-svg-icon (e "path" #js {"d" "m20 18 2-2V4H2v12l2 2H0v2h24v-2h-4zm-7-3.53v-2.19c-2.78 0-4.61.85-6 2.72.56-2.67 2.11-5.33 6-5.87V7l4 3.73-4 3.74z"})
"ScreenShareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/screen_share_two_tone.cljs
================================================
(ns reagent-mui.icons.screen-share-two-tone
"Imports @mui/icons-material/ScreenShareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screen-share-two-tone (create-svg-icon [(e "path" #js {"d" "M20 16V6H4v10.01L20 16zm-7-1.53v-2.19c-2.78 0-4.61.85-6 2.72.56-2.67 2.11-5.33 6-5.87V7l4 3.73-4 3.74z", "opacity" ".3"}) (e "path" #js {"d" "M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.11-.9-2-2-2H4c-1.11 0-2 .89-2 2v10c0 1.1.89 2 2 2H0v2h24v-2h-4zM4 16V6h16v10.01L4 16zm9-6.87c-3.89.54-5.44 3.2-6 5.87 1.39-1.87 3.22-2.72 6-2.72v2.19l4-3.74L13 7v2.13z"})]
"ScreenShareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/screenshot.cljs
================================================
(ns reagent-mui.icons.screenshot
"Imports @mui/icons-material/Screenshot as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screenshot (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 18H7V6h10v12zM9.5 8.5H12V7H8v4h1.5V8.5zM12 17h4v-4h-1.5v2.5H12V17z"})
"Screenshot"))
================================================
FILE: src/icons/reagent_mui/icons/screenshot_monitor.cljs
================================================
(ns reagent-mui.icons.screenshot-monitor
"Imports @mui/icons-material/ScreenshotMonitor as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screenshot-monitor (create-svg-icon [(e "path" #js {"d" "M20 3H4c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h4v2h8v-2h4c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm0 14H4V5h16v12z"}) (e "path" #js {"d" "M6.5 7.5H9V6H5v4h1.5zM19 12h-1.5v2.5H15V16h4z"})]
"ScreenshotMonitor"))
================================================
FILE: src/icons/reagent_mui/icons/screenshot_monitor_outlined.cljs
================================================
(ns reagent-mui.icons.screenshot-monitor-outlined
"Imports @mui/icons-material/ScreenshotMonitorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screenshot-monitor-outlined (create-svg-icon [(e "path" #js {"d" "M20 3H4c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h4v2h8v-2h4c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm0 14H4V5h16v12z"}) (e "path" #js {"d" "M6.5 7.5H9V6H5v4h1.5zM19 12h-1.5v2.5H15V16h4z"})]
"ScreenshotMonitorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/screenshot_monitor_rounded.cljs
================================================
(ns reagent-mui.icons.screenshot-monitor-rounded
"Imports @mui/icons-material/ScreenshotMonitorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screenshot-monitor-rounded (create-svg-icon [(e "path" #js {"d" "M20 3H4c-1.1 0-2 .9-2 2v12c0 1.1.89 2 2 2h4v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h4c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm0 14H4V5h16v12z"}) (e "path" #js {"d" "M6.5 7.5h1.75c.41 0 .75-.34.75-.75S8.66 6 8.25 6H6c-.55 0-1 .45-1 1v2.25c0 .41.34.75.75.75s.75-.34.75-.75V7.5zM18.25 12c-.41 0-.75.34-.75.75v1.75h-1.75c-.41 0-.75.34-.75.75s.34.75.75.75H18c.55 0 1-.45 1-1v-2.25c0-.41-.34-.75-.75-.75z"})]
"ScreenshotMonitorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/screenshot_monitor_sharp.cljs
================================================
(ns reagent-mui.icons.screenshot-monitor-sharp
"Imports @mui/icons-material/ScreenshotMonitorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screenshot-monitor-sharp (create-svg-icon [(e "path" #js {"d" "M22 3H2v16h6v2h8v-2h6V3zm-2 14H4V5h16v12z"}) (e "path" #js {"d" "M6.5 7.5H9V6H5v4h1.5zM19 12h-1.5v2.5H15V16h4z"})]
"ScreenshotMonitorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/screenshot_monitor_two_tone.cljs
================================================
(ns reagent-mui.icons.screenshot-monitor-two-tone
"Imports @mui/icons-material/ScreenshotMonitorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screenshot-monitor-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17h16V5H4v12zm11-2.5h2.5V12H19v4h-4v-1.5zM5 6h4v1.5H6.5V10H5V6z", "opacity" ".3"}) (e "path" #js {"d" "M20 3H4c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h4v2h8v-2h4c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm0 14H4V5h16v12z"}) (e "path" #js {"d" "M6.5 7.5H9V6H5v4h1.5zM19 12h-1.5v2.5H15V16h4z"})]
"ScreenshotMonitorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/screenshot_outlined.cljs
================================================
(ns reagent-mui.icons.screenshot-outlined
"Imports @mui/icons-material/ScreenshotOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screenshot-outlined (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zm0-14H7V3h10v1zM9.5 8.5H12V7H8v4h1.5V8.5zM12 17h4v-4h-1.5v2.5H12V17z"})
"ScreenshotOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/screenshot_rounded.cljs
================================================
(ns reagent-mui.icons.screenshot-rounded
"Imports @mui/icons-material/ScreenshotRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screenshot-rounded (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 18H7V6h10v12zM9.5 8.5h1.75c.41 0 .75-.34.75-.75S11.66 7 11.25 7h-2.5c-.41 0-.75.34-.75.75v2.5c0 .41.34.75.75.75s.75-.34.75-.75V8.5zm3.25 8.5h2.5c.41 0 .75-.34.75-.75v-2.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.75h-1.75c-.41 0-.75.34-.75.75s.34.75.75.75z"})
"ScreenshotRounded"))
================================================
FILE: src/icons/reagent_mui/icons/screenshot_sharp.cljs
================================================
(ns reagent-mui.icons.screenshot-sharp
"Imports @mui/icons-material/ScreenshotSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screenshot-sharp (create-svg-icon (e "path" #js {"d" "M5 1v22h14V1H5zm12 17H7V6h10v12zM9.5 8.5H12V7H8v4h1.5V8.5zM12 17h4v-4h-1.5v2.5H12V17z"})
"ScreenshotSharp"))
================================================
FILE: src/icons/reagent_mui/icons/screenshot_two_tone.cljs
================================================
(ns reagent-mui.icons.screenshot-two-tone
"Imports @mui/icons-material/ScreenshotTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def screenshot-two-tone (create-svg-icon [(e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zm0-14H7V3h10v1zM9.5 8.5H12V7H8v4h1.5V8.5zM12 17h4v-4h-1.5v2.5H12V17z"}) (e "path" #js {"d" "M7 3h10v1H7zm0 17h10v1H7z", "opacity" ".3"})]
"ScreenshotTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/scuba_diving.cljs
================================================
(ns reagent-mui.icons.scuba-diving
"Imports @mui/icons-material/ScubaDiving as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scuba-diving (create-svg-icon (e "path" #js {"d" "M1 13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm7.89-2.89 4.53-1.21-.78-2.9-4.53 1.21c-.8.21-1.28 1.04-1.06 1.84.22.8 1.04 1.28 1.84 1.06zM20.5 5.9 23 3l-1-1-3 3-2 4-9.48 2.87c-.82.2-1.39.89-1.5 1.68L5.24 18 2.4 21.8 4 23l3-4 1.14-3.14L14 14l5-3.5 1.5-4.6z"})
"ScubaDiving"))
================================================
FILE: src/icons/reagent_mui/icons/scuba_diving_outlined.cljs
================================================
(ns reagent-mui.icons.scuba-diving-outlined
"Imports @mui/icons-material/ScubaDivingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scuba-diving-outlined (create-svg-icon (e "path" #js {"d" "M1 13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm7.89-2.89 4.53-1.21-.78-2.9-4.53 1.21c-.8.21-1.28 1.04-1.06 1.84.22.8 1.04 1.28 1.84 1.06zM20.5 5.9 23 3l-1-1-3 3-2 4-9.48 2.87c-.82.2-1.39.89-1.5 1.68L5.24 18 2.4 21.8 4 23l3-4 1.14-3.14L14 14l5-3.5 1.5-4.6z"})
"ScubaDivingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/scuba_diving_rounded.cljs
================================================
(ns reagent-mui.icons.scuba-diving-rounded
"Imports @mui/icons-material/ScubaDivingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scuba-diving-rounded (create-svg-icon (e "path" #js {"d" "M1 13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm7.89-2.89 3.56-.95c.53-.14.85-.69.71-1.22l-.26-.97c-.14-.53-.69-.85-1.22-.71l-3.57.95c-.8.21-1.28 1.04-1.06 1.84.22.8 1.04 1.28 1.84 1.06zm13.63-7.59c-.29-.29-.75-.29-1.04 0L19 5l-2 4-9.48 2.87c-.82.2-1.39.89-1.5 1.68L5.24 18 3 21c-.33.44-.24 1.07.2 1.4.44.33 1.07.24 1.4-.2L7 19l1.14-3.14 5.57-1.77c.19-.06.38-.15.54-.27l4.2-2.94c.36-.25.62-.61.75-1.02l1.3-3.96 2.06-2.38c.25-.3.23-.73-.04-1z"})
"ScubaDivingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/scuba_diving_sharp.cljs
================================================
(ns reagent-mui.icons.scuba-diving-sharp
"Imports @mui/icons-material/ScubaDivingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scuba-diving-sharp (create-svg-icon (e "path" #js {"d" "M1 13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm7.89-2.89 4.53-1.21-.78-2.9-4.53 1.21c-.8.21-1.28 1.04-1.06 1.84.22.8 1.04 1.28 1.84 1.06zM20.5 5.9 23 3l-1-1-3 3-2 4-9.48 2.87c-.82.2-1.39.89-1.5 1.68L5.24 18 2.4 21.8 4 23l3-4 1.14-3.14L14 14l5-3.5 1.5-4.6z"})
"ScubaDivingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/scuba_diving_two_tone.cljs
================================================
(ns reagent-mui.icons.scuba-diving-two-tone
"Imports @mui/icons-material/ScubaDivingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def scuba-diving-two-tone (create-svg-icon (e "path" #js {"d" "M1 13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm7.89-2.89 4.53-1.21-.78-2.9-4.53 1.21c-.8.21-1.28 1.04-1.06 1.84.22.8 1.04 1.28 1.84 1.06zM20.5 5.9 23 3l-1-1-3 3-2 4-9.48 2.87c-.82.2-1.39.89-1.5 1.68L5.24 18 2.4 21.8 4 23l3-4 1.14-3.14L14 14l5-3.5 1.5-4.6z"})
"ScubaDivingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sd.cljs
================================================
(ns reagent-mui.icons.sd
"Imports @mui/icons-material/Sd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6 6h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-4V9zm-3.5 4.5v-1H7c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1H9.5v-.5h-2v1H10c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-1h1.5v.5h2zm5 0h2v-3h-2v3z"})
"Sd"))
================================================
FILE: src/icons/reagent_mui/icons/sd_card.cljs
================================================
(ns reagent-mui.icons.sd-card
"Imports @mui/icons-material/SdCard as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-card (create-svg-icon (e "path" #js {"d" "M18 2h-8L4.02 8 4 20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6 6h-2V4h2v4zm3 0h-2V4h2v4zm3 0h-2V4h2v4z"})
"SdCard"))
================================================
FILE: src/icons/reagent_mui/icons/sd_card_alert.cljs
================================================
(ns reagent-mui.icons.sd-card-alert
"Imports @mui/icons-material/SdCardAlert as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-card-alert (create-svg-icon (e "path" #js {"d" "M18 2h-8L4.02 8 4 20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-5 15h-2v-2h2v2zm0-4h-2V8h2v5z"})
"SdCardAlert"))
================================================
FILE: src/icons/reagent_mui/icons/sd_card_alert_outlined.cljs
================================================
(ns reagent-mui.icons.sd-card-alert-outlined
"Imports @mui/icons-material/SdCardAlertOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-card-alert-outlined (create-svg-icon (e "path" #js {"d" "M18 2h-8L4.02 8 4 20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H6V8.83L10.83 4H18v16zm-7-5h2v2h-2zm0-7h2v5h-2z"})
"SdCardAlertOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sd_card_alert_rounded.cljs
================================================
(ns reagent-mui.icons.sd-card-alert-rounded
"Imports @mui/icons-material/SdCardAlertRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-card-alert-rounded (create-svg-icon (e "path" #js {"d" "M18 2h-7.17c-.53 0-1.04.21-1.42.59L4.6 7.42c-.37.37-.58.88-.58 1.4L4 20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-5 15h-2v-2h2v2zm-1-4c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1z"})
"SdCardAlertRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sd_card_alert_sharp.cljs
================================================
(ns reagent-mui.icons.sd-card-alert-sharp
"Imports @mui/icons-material/SdCardAlertSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-card-alert-sharp (create-svg-icon (e "path" #js {"d" "M20 2H10L4 8v14h16V2zm-7 15h-2v-2h2v2zm0-4h-2V8h2v5z"})
"SdCardAlertSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sd_card_alert_two_tone.cljs
================================================
(ns reagent-mui.icons.sd-card-alert-two-tone
"Imports @mui/icons-material/SdCardAlertTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-card-alert-two-tone (create-svg-icon [(e "path" #js {"d" "M6 8.83V20h12V4h-7.17L6 8.83zM11 8h2v5h-2V8zm0 7h2v2h-2v-2z", "opacity" ".3"}) (e "path" #js {"d" "M18 2h-8L4 8v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H6V8.83L10.83 4H18v16zm-7-5h2v2h-2zm0-7h2v5h-2z"})]
"SdCardAlertTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sd_card_outlined.cljs
================================================
(ns reagent-mui.icons.sd-card-outlined
"Imports @mui/icons-material/SdCardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-card-outlined (create-svg-icon (e "path" #js {"d" "M18 2h-8L4 8v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H6V8.83L10.83 4H18v16zM9 7h2v4H9zm3 0h2v4h-2zm3 0h2v4h-2z"})
"SdCardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sd_card_rounded.cljs
================================================
(ns reagent-mui.icons.sd-card-rounded
"Imports @mui/icons-material/SdCardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-card-rounded (create-svg-icon (e "path" #js {"d" "M18 2h-7.17c-.53 0-1.04.21-1.42.59L4.6 7.42c-.37.37-.6.88-.6 1.4V20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 6c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1zm3 0c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1zm3 0c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1z"})
"SdCardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sd_card_sharp.cljs
================================================
(ns reagent-mui.icons.sd-card-sharp
"Imports @mui/icons-material/SdCardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-card-sharp (create-svg-icon (e "path" #js {"d" "M20 2H10L4 8v14h16V2zm-8 6h-2V4h2v4zm3 0h-2V4h2v4zm3 0h-2V4h2v4z"})
"SdCardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sd_card_two_tone.cljs
================================================
(ns reagent-mui.icons.sd-card-two-tone
"Imports @mui/icons-material/SdCardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-card-two-tone (create-svg-icon [(e "path" #js {"d" "M6 8.83V20h12V4h-7.17L6 8.83zM15 7h2v4h-2V7zm-3 0h2v4h-2V7zm-1 4H9V7h2v4z", "opacity" ".3"}) (e "path" #js {"d" "M18 2h-8L4 8v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H6V8.83L10.83 4H18v16zM9 7h2v4H9zm3 0h2v4h-2zm3 0h2v4h-2z"})]
"SdCardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sd_outlined.cljs
================================================
(ns reagent-mui.icons.sd-outlined
"Imports @mui/icons-material/SdOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-outlined (create-svg-icon [(e "path" #js {"d" "M7 15h3c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1H7.5v-1h2v.5H11v-1c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1h2.5v1h-2V13H6v1c0 .55.45 1 1 1zm11-1v-4c0-.55-.45-1-1-1h-4v6h4c.55 0 1-.45 1-1zm-1.5-.5h-2v-3h2v3z"}) (e "path" #js {"d" "M20 4H4c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"})]
"SdOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sd_rounded.cljs
================================================
(ns reagent-mui.icons.sd-rounded
"Imports @mui/icons-material/SdRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 5h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-4V9zm-3.5 4.5v-1H7c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1H9.5v-.5h-2v1H10c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-1h1.5v.5h2zm5 0h2v-3h-2v3z"})
"SdRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sd_sharp.cljs
================================================
(ns reagent-mui.icons.sd-sharp
"Imports @mui/icons-material/SdSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-sharp (create-svg-icon (e "path" #js {"d" "M2 4v16h20V4H2zm11 5h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-4V9zm-3.5 4.5v-1H6V9h5v2H9.5v-.5h-2v1H11V15H6v-2h1.5v.5h2zm5 0h2v-3h-2v3z"})
"SdSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sd_storage.cljs
================================================
(ns reagent-mui.icons.sd-storage
"Imports @mui/icons-material/SdStorage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-storage (create-svg-icon (e "path" #js {"d" "M18 2h-8L4.02 8 4 20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6 6h-2V4h2v4zm3 0h-2V4h2v4zm3 0h-2V4h2v4z"})
"SdStorage"))
================================================
FILE: src/icons/reagent_mui/icons/sd_storage_outlined.cljs
================================================
(ns reagent-mui.icons.sd-storage-outlined
"Imports @mui/icons-material/SdStorageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-storage-outlined (create-svg-icon (e "path" #js {"d" "M18 4v16H6V8.83L10.83 4H18m0-2h-8L4 8v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 7h2v4H9zm3 0h2v4h-2zm3 0h2v4h-2z"})
"SdStorageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sd_storage_rounded.cljs
================================================
(ns reagent-mui.icons.sd-storage-rounded
"Imports @mui/icons-material/SdStorageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-storage-rounded (create-svg-icon (e "path" #js {"d" "M18 2h-7.17c-.53 0-1.04.21-1.42.59L4.6 7.42c-.37.37-.6.88-.6 1.4V20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 6c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1zm3 0c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1zm3 0c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1z"})
"SdStorageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sd_storage_sharp.cljs
================================================
(ns reagent-mui.icons.sd-storage-sharp
"Imports @mui/icons-material/SdStorageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-storage-sharp (create-svg-icon (e "path" #js {"d" "M20 2H10L4 8v14h16V2zm-8 6h-2V4h2v4zm3 0h-2V4h2v4zm3 0h-2V4h2v4z"})
"SdStorageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sd_storage_two_tone.cljs
================================================
(ns reagent-mui.icons.sd-storage-two-tone
"Imports @mui/icons-material/SdStorageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-storage-two-tone (create-svg-icon [(e "path" #js {"d" "M6 8.83V20h12V4h-7.17L6 8.83zM15 7h2v4h-2V7zm-3 0h2v4h-2V7zm-1 4H9V7h2v4z", "opacity" ".3"}) (e "path" #js {"d" "M18 2h-8L4 8v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H6V8.83L10.83 4H18v16zM9 7h2v4H9zm3 0h2v4h-2zm3 0h2v4h-2z"})]
"SdStorageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sd_two_tone.cljs
================================================
(ns reagent-mui.icons.sd-two-tone
"Imports @mui/icons-material/SdTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sd-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18h16V6H4v12zm9-9h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-4V9zm-7 4h1.5v.5h2v-1H7c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1H9.5v-.5h-2v1H10c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-1z", "opacity" ".3"}) (e "path" #js {"d" "M14.5 10.5h2v3h-2z", "opacity" ".3"}) (e "path" #js {"d" "M7 15h3c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1H7.5v-1h2v.5H11v-1c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v1.5c0 .55.45 1 1 1h2.5v1h-2V13H6v1c0 .55.45 1 1 1zm11-1v-4c0-.55-.45-1-1-1h-4v6h4c.55 0 1-.45 1-1zm-1.5-.5h-2v-3h2v3z"}) (e "path" #js {"d" "M20 4H4c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"})]
"SdTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/search.cljs
================================================
(ns reagent-mui.icons.search
"Imports @mui/icons-material/Search as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def search (create-svg-icon (e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"})
"Search"))
================================================
FILE: src/icons/reagent_mui/icons/search_off.cljs
================================================
(ns reagent-mui.icons.search-off
"Imports @mui/icons-material/SearchOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def search-off (create-svg-icon [(e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3 6.08 3 3.28 5.64 3.03 9h2.02C5.3 6.75 7.18 5 9.5 5 11.99 5 14 7.01 14 9.5S11.99 14 9.5 14c-.17 0-.33-.03-.5-.05v2.02c.17.02.33.03.5.03 1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5z"}) (e "path" #js {"d" "M6.47 10.82 4 13.29l-2.47-2.47-.71.71L3.29 14 .82 16.47l.71.71L4 14.71l2.47 2.47.71-.71L4.71 14l2.47-2.47z"})]
"SearchOff"))
================================================
FILE: src/icons/reagent_mui/icons/search_off_outlined.cljs
================================================
(ns reagent-mui.icons.search-off-outlined
"Imports @mui/icons-material/SearchOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def search-off-outlined (create-svg-icon [(e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3 6.08 3 3.28 5.64 3.03 9h2.02C5.3 6.75 7.18 5 9.5 5 11.99 5 14 7.01 14 9.5S11.99 14 9.5 14c-.17 0-.33-.03-.5-.05v2.02c.17.02.33.03.5.03 1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5z"}) (e "path" #js {"d" "M6.47 10.82 4 13.29l-2.47-2.47-.71.71L3.29 14 .82 16.47l.71.71L4 14.71l2.47 2.47.71-.71L4.71 14l2.47-2.47z"})]
"SearchOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/search_off_rounded.cljs
================================================
(ns reagent-mui.icons.search-off-rounded
"Imports @mui/icons-material/SearchOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def search-off-rounded (create-svg-icon [(e "path" #js {"d" "M15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.34-.47-2.78-2.79-4.99-5.58-5.34C6.54 2.58 3.3 5.38 3.03 9h2.02c.24-2.12 1.92-3.8 4.06-3.98C11.65 4.8 14 6.95 14 9.5c0 2.49-2.01 4.5-4.5 4.5-.17 0-.33-.03-.5-.05v2.02l.01.01c1.8.13 3.47-.47 4.72-1.55l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14z"}) (e "path" #js {"d" "M6.12 11.17 4 13.29l-2.12-2.12c-.2-.2-.51-.2-.71 0-.2.2-.2.51 0 .71L3.29 14l-2.12 2.12c-.2.2-.2.51 0 .71.2.2.51.2.71 0L4 14.71l2.12 2.12c.2.2.51.2.71 0 .2-.2.2-.51 0-.71L4.71 14l2.12-2.12c.2-.2.2-.51 0-.71-.2-.19-.51-.19-.71 0z"})]
"SearchOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/search_off_sharp.cljs
================================================
(ns reagent-mui.icons.search-off-sharp
"Imports @mui/icons-material/SearchOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def search-off-sharp (create-svg-icon [(e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3 6.08 3 3.28 5.64 3.03 9h2.02C5.3 6.75 7.18 5 9.5 5 11.99 5 14 7.01 14 9.5S11.99 14 9.5 14c-.17 0-.33-.03-.5-.05v2.02c.17.02.33.03.5.03 1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5z"}) (e "path" #js {"d" "M6.47 10.82 4 13.29l-2.47-2.47-.71.71L3.29 14 .82 16.47l.71.71L4 14.71l2.47 2.47.71-.71L4.71 14l2.47-2.47z"})]
"SearchOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/search_off_two_tone.cljs
================================================
(ns reagent-mui.icons.search-off-two-tone
"Imports @mui/icons-material/SearchOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def search-off-two-tone (create-svg-icon [(e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3 6.08 3 3.28 5.64 3.03 9h2.02C5.3 6.75 7.18 5 9.5 5 11.99 5 14 7.01 14 9.5S11.99 14 9.5 14c-.17 0-.33-.03-.5-.05v2.02c.17.02.33.03.5.03 1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5z"}) (e "path" #js {"d" "M6.47 10.82 4 13.29l-2.47-2.47-.71.71L3.29 14 .82 16.47l.71.71L4 14.71l2.47 2.47.71-.71L4.71 14l2.47-2.47z"})]
"SearchOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/search_outlined.cljs
================================================
(ns reagent-mui.icons.search-outlined
"Imports @mui/icons-material/SearchOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def search-outlined (create-svg-icon (e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"})
"SearchOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/search_rounded.cljs
================================================
(ns reagent-mui.icons.search-rounded
"Imports @mui/icons-material/SearchRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def search-rounded (create-svg-icon (e "path" #js {"d" "M15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.34-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.79 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59 2.03.34 3.94-.28 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"})
"SearchRounded"))
================================================
FILE: src/icons/reagent_mui/icons/search_sharp.cljs
================================================
(ns reagent-mui.icons.search-sharp
"Imports @mui/icons-material/SearchSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def search-sharp (create-svg-icon (e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"})
"SearchSharp"))
================================================
FILE: src/icons/reagent_mui/icons/search_two_tone.cljs
================================================
(ns reagent-mui.icons.search-two-tone
"Imports @mui/icons-material/SearchTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def search-two-tone (create-svg-icon (e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"})
"SearchTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/security.cljs
================================================
(ns reagent-mui.icons.security
"Imports @mui/icons-material/Security as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security (create-svg-icon (e "path" #js {"d" "M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"})
"Security"))
================================================
FILE: src/icons/reagent_mui/icons/security_outlined.cljs
================================================
(ns reagent-mui.icons.security-outlined
"Imports @mui/icons-material/SecurityOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-outlined (create-svg-icon (e "path" #js {"d" "M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"})
"SecurityOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/security_rounded.cljs
================================================
(ns reagent-mui.icons.security-rounded
"Imports @mui/icons-material/SecurityRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-rounded (create-svg-icon (e "path" #js {"d" "m11.19 1.36-7 3.11C3.47 4.79 3 5.51 3 6.3V11c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V6.3c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.51-.23-1.11-.23-1.62 0zM12 11.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"})
"SecurityRounded"))
================================================
FILE: src/icons/reagent_mui/icons/security_sharp.cljs
================================================
(ns reagent-mui.icons.security-sharp
"Imports @mui/icons-material/SecuritySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-sharp (create-svg-icon (e "path" #js {"d" "M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"})
"SecuritySharp"))
================================================
FILE: src/icons/reagent_mui/icons/security_two_tone.cljs
================================================
(ns reagent-mui.icons.security-two-tone
"Imports @mui/icons-material/SecurityTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-two-tone (create-svg-icon [(e "path" #js {"d" "M12 3.19 5 6.3V12h7v8.93c3.72-1.15 6.47-4.82 7-8.94h-7v-8.8z", "opacity" ".3"}) (e "path" #js {"d" "M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 19.93V12H5V6.3l7-3.11v8.8h7c-.53 4.12-3.28 7.79-7 8.94z"})]
"SecurityTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/security_update.cljs
================================================
(ns reagent-mui.icons.security-update
"Imports @mui/icons-material/SecurityUpdate as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-update (create-svg-icon (e "path" #js {"d" "M5 3v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2zm12 15H7V6h10v12zm-1-6h-3V8h-2v4H8l4 4 4-4z"})
"SecurityUpdate"))
================================================
FILE: src/icons/reagent_mui/icons/security_update_good.cljs
================================================
(ns reagent-mui.icons.security-update-good
"Imports @mui/icons-material/SecurityUpdateGood as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-update-good (create-svg-icon (e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 17H7V6h10v12zm-1-7.95-1.41-1.41-3.54 3.54-1.41-1.41-1.41 1.41L11.05 15 16 10.05z"})
"SecurityUpdateGood"))
================================================
FILE: src/icons/reagent_mui/icons/security_update_good_outlined.cljs
================================================
(ns reagent-mui.icons.security-update-good-outlined
"Imports @mui/icons-material/SecurityUpdateGoodOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-update-good-outlined (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zm0-14H7V3h10v1zm-1 6.05-1.41-1.41-3.54 3.54-1.41-1.41-1.41 1.41L11.05 15 16 10.05z"})
"SecurityUpdateGoodOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/security_update_good_rounded.cljs
================================================
(ns reagent-mui.icons.security-update-good-rounded
"Imports @mui/icons-material/SecurityUpdateGoodRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-update-good-rounded (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 18H7V6h10v12zm-6.66-3.71c.39.39 1.02.39 1.41 0l3.54-3.54c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-2.83 2.83-.71-.71a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.41 1.42z"})
"SecurityUpdateGoodRounded"))
================================================
FILE: src/icons/reagent_mui/icons/security_update_good_sharp.cljs
================================================
(ns reagent-mui.icons.security-update-good-sharp
"Imports @mui/icons-material/SecurityUpdateGoodSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-update-good-sharp (create-svg-icon (e "path" #js {"d" "M5 1v22h14V1H5zm12 17H7V6h10v12zm-1-7.95-1.41-1.41-3.54 3.54-1.41-1.41-1.41 1.41L11.05 15 16 10.05z"})
"SecurityUpdateGoodSharp"))
================================================
FILE: src/icons/reagent_mui/icons/security_update_good_two_tone.cljs
================================================
(ns reagent-mui.icons.security-update-good-two-tone
"Imports @mui/icons-material/SecurityUpdateGoodTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-update-good-two-tone (create-svg-icon [(e "path" #js {"d" "M7 21h10v-1H7v1zM7 3v1h10V3H7z", "opacity" ".3"}) (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zm0-14H7V3h10v1zm-1 6.05-1.41-1.41-3.54 3.54-1.41-1.41-1.41 1.41L11.05 15 16 10.05z"})]
"SecurityUpdateGoodTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/security_update_outlined.cljs
================================================
(ns reagent-mui.icons.security-update-outlined
"Imports @mui/icons-material/SecurityUpdateOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-update-outlined (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zM7 4V3h10v1H7zm9 8-4 4-4-4 1.41-1.41L11 12.17V8h2v4.17l1.59-1.59L16 12z"})
"SecurityUpdateOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/security_update_rounded.cljs
================================================
(ns reagent-mui.icons.security-update-rounded
"Imports @mui/icons-material/SecurityUpdateRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-update-rounded (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 18H7V6h10v12zm-2.21-5.79H13V9c0-.55-.45-1-1-1s-1 .45-1 1v3.21H9.21c-.45 0-.67.54-.35.85l2.79 2.79c.2.2.51.2.71 0l2.79-2.79c.31-.31.09-.85-.36-.85z"})
"SecurityUpdateRounded"))
================================================
FILE: src/icons/reagent_mui/icons/security_update_sharp.cljs
================================================
(ns reagent-mui.icons.security-update-sharp
"Imports @mui/icons-material/SecurityUpdateSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-update-sharp (create-svg-icon (e "path" #js {"d" "M5 1v22h14V1H5zm12 17H7V6h10v12zm-1-6h-3V8h-2v4H8l4 4 4-4z"})
"SecurityUpdateSharp"))
================================================
FILE: src/icons/reagent_mui/icons/security_update_two_tone.cljs
================================================
(ns reagent-mui.icons.security-update-two-tone
"Imports @mui/icons-material/SecurityUpdateTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-update-two-tone (create-svg-icon [(e "path" #js {"d" "M7 20h10v1H7zM7 3h10v1H7z", "opacity" ".3"}) (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zm0-14H7V3h10v1zm-1 8h-3V8h-2v4H8l4 4 4-4z"})]
"SecurityUpdateTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/security_update_warning.cljs
================================================
(ns reagent-mui.icons.security-update-warning
"Imports @mui/icons-material/SecurityUpdateWarning as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-update-warning (create-svg-icon [(e "path" #js {"d" "M11 15h2v2h-2zm0-8h2v6h-2z"}) (e "path" #js {"d" "M17 1H7c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 17H7V6h10v12z"})]
"SecurityUpdateWarning"))
================================================
FILE: src/icons/reagent_mui/icons/security_update_warning_outlined.cljs
================================================
(ns reagent-mui.icons.security-update-warning-outlined
"Imports @mui/icons-material/SecurityUpdateWarningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-update-warning-outlined (create-svg-icon [(e "path" #js {"d" "M11 15h2v2h-2zm0-8h2v6h-2z"}) (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zm0-14H7V3h10v1z"})]
"SecurityUpdateWarningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/security_update_warning_rounded.cljs
================================================
(ns reagent-mui.icons.security-update-warning-rounded
"Imports @mui/icons-material/SecurityUpdateWarningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-update-warning-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "16", "r" "1"}) (e "path" #js {"d" "M12 13c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1z"}) (e "path" #js {"d" "M17 1H7c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 17H7V6h10v12z"})]
"SecurityUpdateWarningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/security_update_warning_sharp.cljs
================================================
(ns reagent-mui.icons.security-update-warning-sharp
"Imports @mui/icons-material/SecurityUpdateWarningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-update-warning-sharp (create-svg-icon [(e "path" #js {"d" "M11 15h2v2h-2zm0-8h2v6h-2z"}) (e "path" #js {"d" "M5.01 1v22H19V1H5.01zM17 18H7V6h10v12z"})]
"SecurityUpdateWarningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/security_update_warning_two_tone.cljs
================================================
(ns reagent-mui.icons.security-update-warning-two-tone
"Imports @mui/icons-material/SecurityUpdateWarningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def security-update-warning-two-tone (create-svg-icon [(e "path" #js {"d" "M11 7h2v6h-2V7zm0 8h2v2h-2v-2z", "opacity" ".3"}) (e "path" #js {"d" "M11 15h2v2h-2zm0-8h2v6h-2z"}) (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zm0-14H7V3h10v1z"}) (e "path" #js {"d" "M7 21h10v-1H7v1zM7 3v1h10V3H7z", "opacity" ".3"})]
"SecurityUpdateWarningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/segment.cljs
================================================
(ns reagent-mui.icons.segment
"Imports @mui/icons-material/Segment as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def segment (create-svg-icon (e "path" #js {"d" "M9 18h12v-2H9v2zM3 6v2h18V6H3zm6 7h12v-2H9v2z"})
"Segment"))
================================================
FILE: src/icons/reagent_mui/icons/segment_outlined.cljs
================================================
(ns reagent-mui.icons.segment-outlined
"Imports @mui/icons-material/SegmentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def segment-outlined (create-svg-icon (e "path" #js {"d" "M9 18h12v-2H9v2zM3 6v2h18V6H3zm6 7h12v-2H9v2z"})
"SegmentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/segment_rounded.cljs
================================================
(ns reagent-mui.icons.segment-rounded
"Imports @mui/icons-material/SegmentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def segment-rounded (create-svg-icon (e "path" #js {"d" "M10 18h10c.55 0 1-.45 1-1s-.45-1-1-1H10c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1zm7 6h10c.55 0 1-.45 1-1s-.45-1-1-1H10c-.55 0-1 .45-1 1s.45 1 1 1z"})
"SegmentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/segment_sharp.cljs
================================================
(ns reagent-mui.icons.segment-sharp
"Imports @mui/icons-material/SegmentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def segment-sharp (create-svg-icon (e "path" #js {"d" "M9 18h12v-2H9v2zM3 6v2h18V6H3zm6 7h12v-2H9v2z"})
"SegmentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/segment_two_tone.cljs
================================================
(ns reagent-mui.icons.segment-two-tone
"Imports @mui/icons-material/SegmentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def segment-two-tone (create-svg-icon (e "path" #js {"d" "M9 18h12v-2H9v2zM3 6v2h18V6H3zm6 7h12v-2H9v2z"})
"SegmentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/select_all.cljs
================================================
(ns reagent-mui.icons.select-all
"Imports @mui/icons-material/SelectAll as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def select-all (create-svg-icon (e "path" #js {"d" "M3 5h2V3c-1.1 0-2 .9-2 2zm0 8h2v-2H3v2zm4 8h2v-2H7v2zM3 9h2V7H3v2zm10-6h-2v2h2V3zm6 0v2h2c0-1.1-.9-2-2-2zM5 21v-2H3c0 1.1.9 2 2 2zm-2-4h2v-2H3v2zM9 3H7v2h2V3zm2 18h2v-2h-2v2zm8-8h2v-2h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2zm0-12h2V7h-2v2zm0 8h2v-2h-2v2zm-4 4h2v-2h-2v2zm0-16h2V3h-2v2zM7 17h10V7H7v10zm2-8h6v6H9V9z"})
"SelectAll"))
================================================
FILE: src/icons/reagent_mui/icons/select_all_outlined.cljs
================================================
(ns reagent-mui.icons.select-all-outlined
"Imports @mui/icons-material/SelectAllOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def select-all-outlined (create-svg-icon (e "path" #js {"d" "M3 5h2V3c-1.1 0-2 .9-2 2zm0 8h2v-2H3v2zm4 8h2v-2H7v2zM3 9h2V7H3v2zm10-6h-2v2h2V3zm6 0v2h2c0-1.1-.9-2-2-2zM5 21v-2H3c0 1.1.9 2 2 2zm-2-4h2v-2H3v2zM9 3H7v2h2V3zm2 18h2v-2h-2v2zm8-8h2v-2h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2zm0-12h2V7h-2v2zm0 8h2v-2h-2v2zm-4 4h2v-2h-2v2zm0-16h2V3h-2v2zM7 17h10V7H7v10zm2-8h6v6H9V9z"})
"SelectAllOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/select_all_rounded.cljs
================================================
(ns reagent-mui.icons.select-all-rounded
"Imports @mui/icons-material/SelectAllRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def select-all-rounded (create-svg-icon (e "path" #js {"d" "M3 5h2V3c-1.1 0-2 .9-2 2zm0 8h2v-2H3v2zm4 8h2v-2H7v2zM3 9h2V7H3v2zm10-6h-2v2h2V3zm6 0v2h2c0-1.1-.9-2-2-2zM5 21v-2H3c0 1.1.9 2 2 2zm-2-4h2v-2H3v2zM9 3H7v2h2V3zm2 18h2v-2h-2v2zm8-8h2v-2h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2zm0-12h2V7h-2v2zm0 8h2v-2h-2v2zm-4 4h2v-2h-2v2zm0-16h2V3h-2v2zM8 17h8c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1zm1-8h6v6H9V9z"})
"SelectAllRounded"))
================================================
FILE: src/icons/reagent_mui/icons/select_all_sharp.cljs
================================================
(ns reagent-mui.icons.select-all-sharp
"Imports @mui/icons-material/SelectAllSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def select-all-sharp (create-svg-icon (e "path" #js {"d" "M3 13h2v-2H3v2zm4 8h2v-2H7v2zM3 9h2V7H3v2zm10-6h-2v2h2V3zM3 17h2v-2H3v2zM9 3H7v2h2V3zM5 3H3v2h2V3zm6 18h2v-2h-2v2zm8-8h2v-2h-2v2zm0-4h2V7h-2v2zm0 8h2v-2h-2v2zm-4 4h2v-2h-2v2zm0-16h2V3h-2v2zm4 0h2V3h-2v2zm0 16h2v-2h-2v2zM3 21h2v-2H3v2zm4-4h10V7H7v10zm2-8h6v6H9V9z"})
"SelectAllSharp"))
================================================
FILE: src/icons/reagent_mui/icons/select_all_two_tone.cljs
================================================
(ns reagent-mui.icons.select-all-two-tone
"Imports @mui/icons-material/SelectAllTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def select-all-two-tone (create-svg-icon (e "path" #js {"d" "M3 5h2V3c-1.1 0-2 .9-2 2zm0 8h2v-2H3v2zm4 8h2v-2H7v2zM3 9h2V7H3v2zm10-6h-2v2h2V3zm6 0v2h2c0-1.1-.9-2-2-2zM5 21v-2H3c0 1.1.9 2 2 2zm-2-4h2v-2H3v2zM9 3H7v2h2V3zm2 18h2v-2h-2v2zm8-8h2v-2h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2zm0-12h2V7h-2v2zm0 8h2v-2h-2v2zm-4 4h2v-2h-2v2zm0-16h2V3h-2v2zM7 17h10V7H7v10zm2-8h6v6H9V9z"})
"SelectAllTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/self_improvement.cljs
================================================
(ns reagent-mui.icons.self-improvement
"Imports @mui/icons-material/SelfImprovement as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def self-improvement (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "6", "r" "2"}) (e "path" #js {"d" "M21 16v-2c-2.24 0-4.16-.96-5.6-2.68l-1.34-1.6c-.38-.46-.94-.72-1.53-.72h-1.05c-.59 0-1.15.26-1.53.72l-1.34 1.6C7.16 13.04 5.24 14 3 14v2c2.77 0 5.19-1.17 7-3.25V15l-3.88 1.55c-.67.27-1.12.93-1.12 1.66C5 19.2 5.8 20 6.79 20H9v-.5c0-1.38 1.12-2.5 2.5-2.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.83 0-1.5.67-1.5 1.5v.5h7.21c.99 0 1.79-.8 1.79-1.79 0-.73-.45-1.39-1.12-1.66L14 15v-2.25c1.81 2.08 4.23 3.25 7 3.25z"})]
"SelfImprovement"))
================================================
FILE: src/icons/reagent_mui/icons/self_improvement_outlined.cljs
================================================
(ns reagent-mui.icons.self-improvement-outlined
"Imports @mui/icons-material/SelfImprovementOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def self-improvement-outlined (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "6", "r" "2"}) (e "path" #js {"d" "M21 16v-2c-2.24 0-4.16-.96-5.6-2.68l-1.34-1.6c-.38-.46-.94-.72-1.53-.72h-1.05c-.59 0-1.15.26-1.53.72l-1.34 1.6C7.16 13.04 5.24 14 3 14v2c2.77 0 5.19-1.17 7-3.25V15l-3.88 1.55c-.67.27-1.12.93-1.12 1.66C5 19.2 5.8 20 6.79 20H9v-.5c0-1.38 1.12-2.5 2.5-2.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.83 0-1.5.67-1.5 1.5v.5h7.21c.99 0 1.79-.8 1.79-1.79 0-.73-.45-1.39-1.12-1.66L14 15v-2.25c1.81 2.08 4.23 3.25 7 3.25z"})]
"SelfImprovementOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/self_improvement_rounded.cljs
================================================
(ns reagent-mui.icons.self-improvement-rounded
"Imports @mui/icons-material/SelfImprovementRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def self-improvement-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "6", "r" "2"}) (e "path" #js {"d" "M21 14.94c0-.5-.36-.93-.85-.98-1.88-.21-3.49-1.13-4.75-2.63l-1.34-1.6c-.38-.47-.94-.73-1.53-.73h-1.05c-.59 0-1.15.26-1.53.72l-1.34 1.6c-1.25 1.5-2.87 2.42-4.75 2.63-.5.06-.86.49-.86.99 0 .6.53 1.07 1.13 1 2.3-.27 4.32-1.39 5.87-3.19V15l-3.76 1.5c-.65.26-1.16.83-1.23 1.53-.1 1.07.73 1.97 1.78 1.97H9v-.5c0-1.38 1.12-2.5 2.5-2.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.83 0-1.5.67-1.5 1.5v.5h7.1c.85 0 1.65-.54 1.85-1.37.21-.89-.27-1.76-1.08-2.08L14 15v-2.25c1.56 1.8 3.57 2.91 5.87 3.19.6.06 1.13-.4 1.13-1z"})]
"SelfImprovementRounded"))
================================================
FILE: src/icons/reagent_mui/icons/self_improvement_sharp.cljs
================================================
(ns reagent-mui.icons.self-improvement-sharp
"Imports @mui/icons-material/SelfImprovementSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def self-improvement-sharp (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "6", "r" "2"}) (e "path" #js {"d" "M21 16v-2c-2.24 0-4.16-.96-5.6-2.68l-1.34-1.6c-.38-.46-.94-.72-1.53-.72h-1.05c-.59 0-1.15.26-1.53.72l-1.34 1.6C7.16 13.04 5.24 14 3 14v2c2.77 0 5.19-1.17 7-3.25V15l-3.88 1.55c-.67.27-1.12.93-1.12 1.66C5 19.2 5.8 20 6.79 20H9v-.5c0-1.38 1.12-2.5 2.5-2.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.83 0-1.5.67-1.5 1.5v.5h7.21c.99 0 1.79-.8 1.79-1.79 0-.73-.45-1.39-1.12-1.66L14 15v-2.25c1.81 2.08 4.23 3.25 7 3.25z"})]
"SelfImprovementSharp"))
================================================
FILE: src/icons/reagent_mui/icons/self_improvement_two_tone.cljs
================================================
(ns reagent-mui.icons.self-improvement-two-tone
"Imports @mui/icons-material/SelfImprovementTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def self-improvement-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "6", "r" "2"}) (e "path" #js {"d" "M21 16v-2c-2.24 0-4.16-.96-5.6-2.68l-1.34-1.6c-.38-.46-.94-.72-1.53-.72h-1.05c-.59 0-1.15.26-1.53.72l-1.34 1.6C7.16 13.04 5.24 14 3 14v2c2.77 0 5.19-1.17 7-3.25V15l-3.88 1.55c-.67.27-1.12.93-1.12 1.66C5 19.2 5.8 20 6.79 20H9v-.5c0-1.38 1.12-2.5 2.5-2.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.83 0-1.5.67-1.5 1.5v.5h7.21c.99 0 1.79-.8 1.79-1.79 0-.73-.45-1.39-1.12-1.66L14 15v-2.25c1.81 2.08 4.23 3.25 7 3.25z"})]
"SelfImprovementTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sell.cljs
================================================
(ns reagent-mui.icons.sell
"Imports @mui/icons-material/Sell as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sell (create-svg-icon (e "path" #js {"d" "m21.41 11.41-8.83-8.83c-.37-.37-.88-.58-1.41-.58H4c-1.1 0-2 .9-2 2v7.17c0 .53.21 1.04.59 1.41l8.83 8.83c.78.78 2.05.78 2.83 0l7.17-7.17c.78-.78.78-2.04-.01-2.83zM6.5 8C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5 8 5.67 8 6.5 7.33 8 6.5 8z"})
"Sell"))
================================================
FILE: src/icons/reagent_mui/icons/sell_outlined.cljs
================================================
(ns reagent-mui.icons.sell-outlined
"Imports @mui/icons-material/SellOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sell-outlined (create-svg-icon [(e "path" #js {"d" "m21.41 11.41-8.83-8.83c-.37-.37-.88-.58-1.41-.58H4c-1.1 0-2 .9-2 2v7.17c0 .53.21 1.04.59 1.41l8.83 8.83c.78.78 2.05.78 2.83 0l7.17-7.17c.78-.78.78-2.04-.01-2.83zM12.83 20 4 11.17V4h7.17L20 12.83 12.83 20z"}) (e "circle" #js {"cx" "6.5", "cy" "6.5", "r" "1.5"})]
"SellOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sell_rounded.cljs
================================================
(ns reagent-mui.icons.sell-rounded
"Imports @mui/icons-material/SellRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sell-rounded (create-svg-icon (e "path" #js {"d" "m21.41 11.41-8.83-8.83c-.37-.37-.88-.58-1.41-.58H4c-1.1 0-2 .9-2 2v7.17c0 .53.21 1.04.59 1.41l8.83 8.83c.78.78 2.05.78 2.83 0l7.17-7.17c.78-.78.78-2.04-.01-2.83zM6.5 8C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5 8 5.67 8 6.5 7.33 8 6.5 8z"})
"SellRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sell_sharp.cljs
================================================
(ns reagent-mui.icons.sell-sharp
"Imports @mui/icons-material/SellSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sell-sharp (create-svg-icon (e "path" #js {"d" "M22.83 12.83 12 2H2v10l10.83 10.83 10-10zM6.5 8C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5 8 5.67 8 6.5 7.33 8 6.5 8z"})
"SellSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sell_two_tone.cljs
================================================
(ns reagent-mui.icons.sell-two-tone
"Imports @mui/icons-material/SellTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sell-two-tone (create-svg-icon [(e "path" #js {"d" "M4 4v7.17L12.83 20 20 12.83 11.17 4H4zm2.5 4C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5 8 5.67 8 6.5 7.33 8 6.5 8z", "opacity" ".3"}) (e "path" #js {"d" "m21.41 11.41-8.83-8.83c-.37-.37-.88-.58-1.41-.58H4c-1.1 0-2 .9-2 2v7.17c0 .53.21 1.04.59 1.41l8.83 8.83c.78.78 2.05.78 2.83 0l7.17-7.17c.78-.78.78-2.04-.01-2.83zM12.83 20 4 11.17V4h7.17L20 12.83 12.83 20z"}) (e "circle" #js {"cx" "6.5", "cy" "6.5", "r" "1.5"})]
"SellTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/send.cljs
================================================
(ns reagent-mui.icons.send
"Imports @mui/icons-material/Send as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send (create-svg-icon (e "path" #js {"d" "M2.01 21 23 12 2.01 3 2 10l15 2-15 2z"})
"Send"))
================================================
FILE: src/icons/reagent_mui/icons/send_and_archive.cljs
================================================
(ns reagent-mui.icons.send-and-archive
"Imports @mui/icons-material/SendAndArchive as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-and-archive (create-svg-icon (e "path" #js {"d" "M21 10h-3L2 3v7l9 2-9 2v7l8-3.5V21c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2zm0 11h-9v-9h9v9zm-4.5-1L13 16h2v-3h3v3h2l-3.5 4z"})
"SendAndArchive"))
================================================
FILE: src/icons/reagent_mui/icons/send_and_archive_outlined.cljs
================================================
(ns reagent-mui.icons.send-and-archive-outlined
"Imports @mui/icons-material/SendAndArchiveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-and-archive-outlined (create-svg-icon [(e "path" #js {"d" "m11 12-6-1.5V7.01l8.87 3.73c.94-.47 2-.75 3.13-.75.1 0 .19.01.28.01L3 4v16l7-2.95V17c0-.8.14-1.56.39-2.28L5 16.99V13.5l6-1.5z"}) (e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8-3-3 .71-.71 1.79 1.79V14h1v4.09l1.79-1.79.71.7-3 3z"})]
"SendAndArchiveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/send_and_archive_rounded.cljs
================================================
(ns reagent-mui.icons.send-and-archive-rounded
"Imports @mui/icons-material/SendAndArchiveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-and-archive-rounded (create-svg-icon [(e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm2.15 5.85-1.79 1.79c-.2.2-.51.2-.71 0l-1.79-1.79c-.32-.31-.1-.85.35-.85h1.29v-2.5c0-.28.22-.5.5-.5s.5.22.5.5V17h1.29c.45 0 .67.54.36.85z"}) (e "path" #js {"d" "M17 10c.1 0 .19.01.28.01L3 4v6l8 2-8 2v6l7-2.95V17c0-3.87 3.13-7 7-7z"})]
"SendAndArchiveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/send_and_archive_sharp.cljs
================================================
(ns reagent-mui.icons.send-and-archive-sharp
"Imports @mui/icons-material/SendAndArchiveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-and-archive-sharp (create-svg-icon [(e "path" #js {"d" "M17 10c.1 0 .19.01.28.01L3 4v6l8 2-8 2v6l7-2.95V17c0-3.87 3.13-7 7-7z"}) (e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8-3-3h2.5v-3h1v3H20l-3 3z"})]
"SendAndArchiveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/send_and_archive_two_tone.cljs
================================================
(ns reagent-mui.icons.send-and-archive-two-tone
"Imports @mui/icons-material/SendAndArchiveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-and-archive-two-tone (create-svg-icon [(e "path" #js {"d" "M5 7.01v3.49l6 1.5-6 1.5v3.49l5.39-2.27c.6-1.74 1.86-3.16 3.48-3.97L5 7.01z", "opacity" ".3"}) (e "path" #js {"d" "m11 12-6-1.5V7.01l8.87 3.73c.94-.47 2-.75 3.13-.75.1 0 .19.01.28.01L3 4v16l7-2.95V17c0-.8.14-1.56.39-2.28L5 16.99V13.5l6-1.5z"}) (e "path" #js {"d" "M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8-3-3h2.5v-3h1v3H20l-3 3z"})]
"SendAndArchiveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/send_outlined.cljs
================================================
(ns reagent-mui.icons.send-outlined
"Imports @mui/icons-material/SendOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-outlined (create-svg-icon (e "path" #js {"d" "m4.01 6.03 7.51 3.22-7.52-1 .01-2.22m7.5 8.72L4 17.97v-2.22l7.51-1M2.01 3 2 10l15 2-15 2 .01 7L23 12 2.01 3z"})
"SendOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/send_rounded.cljs
================================================
(ns reagent-mui.icons.send-rounded
"Imports @mui/icons-material/SendRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-rounded (create-svg-icon (e "path" #js {"d" "m3.4 20.4 17.45-7.48c.81-.35.81-1.49 0-1.84L3.4 3.6c-.66-.29-1.39.2-1.39.91L2 9.12c0 .5.37.93.87.99L17 12 2.87 13.88c-.5.07-.87.5-.87 1l.01 4.61c0 .71.73 1.2 1.39.91z"})
"SendRounded"))
================================================
FILE: src/icons/reagent_mui/icons/send_sharp.cljs
================================================
(ns reagent-mui.icons.send-sharp
"Imports @mui/icons-material/SendSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-sharp (create-svg-icon (e "path" #js {"d" "M2.01 21 23 12 2.01 3 2 10l15 2-15 2 .01 7z"})
"SendSharp"))
================================================
FILE: src/icons/reagent_mui/icons/send_time_extension.cljs
================================================
(ns reagent-mui.icons.send-time-extension
"Imports @mui/icons-material/SendTimeExtension as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-time-extension (create-svg-icon [(e "path" #js {"d" "M20 6c0-1.1-.9-2-2-2h-4c0-1.38-1.12-2.5-2.5-2.5S9 2.62 9 4H5.01c-1.1 0-2 .9-2 2v3.8C5.7 9.8 6 11.96 6 12.5s-.29 2.7-3 2.7V19c0 1.1.9 2 2 2h3.8c0-2.16 1.37-2.78 2.2-2.94v-9.3l9 4.5V6z"}) (e "path" #js {"d" "M13 12v4l4 1-4 1v4l10-5z"})]
"SendTimeExtension"))
================================================
FILE: src/icons/reagent_mui/icons/send_time_extension_outlined.cljs
================================================
(ns reagent-mui.icons.send-time-extension-outlined
"Imports @mui/icons-material/SendTimeExtensionOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-time-extension-outlined (create-svg-icon [(e "path" #js {"d" "M18 6v6.26l2 1V6c0-1.1-.9-2-2-2h-4c0-1.38-1.12-2.5-2.5-2.5S9 2.62 9 4H5.01c-1.1 0-2 .9-2 2v3.8C5.7 9.8 6 11.96 6 12.5s-.29 2.7-3 2.7V19c0 1.1.9 2 2 2h3.8c0-2.16 1.37-2.78 2.2-2.94v-2.03c-1.43.17-3.15 1.04-3.87 2.97H5v-2.13c2.17-.8 3-2.87 3-4.37 0-1.49-.83-3.56-2.99-4.37V6H11V4c0-.28.22-.5.5-.5s.5.22.5.5v2h6z"}) (e "path" #js {"d" "M13 12v4l4 1-4 1v4l10-5z"})]
"SendTimeExtensionOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/send_time_extension_rounded.cljs
================================================
(ns reagent-mui.icons.send-time-extension-rounded
"Imports @mui/icons-material/SendTimeExtensionRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-time-extension-rounded (create-svg-icon [(e "path" #js {"d" "M20 6c0-1.1-.9-2-2-2h-4c0-1.38-1.12-2.5-2.5-2.5S9 2.62 9 4H5.01c-1.1 0-2 .9-2 2v3.8C5.7 9.8 6 11.96 6 12.5s-.29 2.7-3 2.7V19c0 1.1.9 2 2 2h3.8c0-2.16 1.37-2.78 2.2-2.94v-9.3l9 4.5V6z"}) (e "path" #js {"d" "M13 12v4l4 1-4 1v4l10-5z"})]
"SendTimeExtensionRounded"))
================================================
FILE: src/icons/reagent_mui/icons/send_time_extension_sharp.cljs
================================================
(ns reagent-mui.icons.send-time-extension-sharp
"Imports @mui/icons-material/SendTimeExtensionSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-time-extension-sharp (create-svg-icon [(e "path" #js {"d" "M20 4h-6c0-1.38-1.12-2.5-2.5-2.5S9 2.62 9 4H3.01v5.8C5.7 9.8 6 11.96 6 12.5s-.29 2.7-3 2.7V21h5.8c0-2.16 1.37-2.78 2.2-2.94v-9.3l9 4.5V4z"}) (e "path" #js {"d" "M13 12v4l4 1-4 1v4l10-5z"})]
"SendTimeExtensionSharp"))
================================================
FILE: src/icons/reagent_mui/icons/send_time_extension_two_tone.cljs
================================================
(ns reagent-mui.icons.send-time-extension-two-tone
"Imports @mui/icons-material/SendTimeExtensionTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-time-extension-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6V4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2H5.01v2.13C7.17 8.94 8 11.01 8 12.5c0 1.5-.83 3.57-3 4.37V19h2.13c.71-1.93 2.44-2.8 3.87-2.97V8.76l2.89 1.45L18 12.26V6h-6z", "opacity" ".3"}) (e "path" #js {"d" "M7.13 19H5v-2.13c2.17-.8 3-2.87 3-4.37 0-1.49-.83-3.56-2.99-4.37V6H11V4c0-.28.22-.5.5-.5s.5.22.5.5v2h6v6.26l2 1V6c0-1.1-.9-2-2-2h-4c0-1.38-1.12-2.5-2.5-2.5S9 2.62 9 4H5.01c-1.1 0-2 .9-2 2v3.8C5.7 9.8 6 11.96 6 12.5s-.29 2.7-3 2.7V19c0 1.1.9 2 2 2h3.8c0-2.16 1.37-2.78 2.2-2.94v-2.03c-1.43.17-3.15 1.04-3.87 2.97z"}) (e "path" #js {"d" "M13 12v4l4 1-4 1v4l10-5z"})]
"SendTimeExtensionTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/send_to_mobile.cljs
================================================
(ns reagent-mui.icons.send-to-mobile
"Imports @mui/icons-material/SendToMobile as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-to-mobile (create-svg-icon (e "path" #js {"d" "M17 17h2v4c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V3c0-1.1.9-1.99 2-1.99L17 1c1.1 0 2 .9 2 2v4h-2V6H7v12h10v-1zm5-5-4-4v3h-5v2h5v3l4-4z"})
"SendToMobile"))
================================================
FILE: src/icons/reagent_mui/icons/send_to_mobile_outlined.cljs
================================================
(ns reagent-mui.icons.send-to-mobile-outlined
"Imports @mui/icons-material/SendToMobileOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-to-mobile-outlined (create-svg-icon (e "path" #js {"d" "m18 8 4 4-4 4-1.41-1.41L18.17 13H13v-2h5.17l-1.59-1.59L18 8zM7 1.01 17 1c1.1 0 2 .9 2 2v4h-2V6H7v12h10v-1h2v4c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V3c0-1.1.9-1.99 2-1.99zM7 21h10v-1H7v1zM7 4h10V3H7v1z"})
"SendToMobileOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/send_to_mobile_rounded.cljs
================================================
(ns reagent-mui.icons.send-to-mobile-rounded
"Imports @mui/icons-material/SendToMobileRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-to-mobile-rounded (create-svg-icon [(e "path" #js {"d" "M17 18H7V6h10c0 .55.45 1 1 1s1-.45 1-1V3c0-1.1-.9-2-2-2L7 1.01C5.9 1.01 5 1.9 5 3v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-3c0-.55-.45-1-1-1s-1 .45-1 1z"}) (e "path" #js {"d" "m21.65 11.65-2.79-2.79c-.32-.32-.86-.1-.86.35V11h-4c-.55 0-1 .45-1 1s.45 1 1 1h4v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7z"})]
"SendToMobileRounded"))
================================================
FILE: src/icons/reagent_mui/icons/send_to_mobile_sharp.cljs
================================================
(ns reagent-mui.icons.send-to-mobile-sharp
"Imports @mui/icons-material/SendToMobileSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-to-mobile-sharp (create-svg-icon [(e "path" #js {"d" "M17 18H7V6h10v1h2V1H5v22h14v-6h-2z"}) (e "path" #js {"d" "m22 12-4-4v3h-5v2h5v3z"})]
"SendToMobileSharp"))
================================================
FILE: src/icons/reagent_mui/icons/send_to_mobile_two_tone.cljs
================================================
(ns reagent-mui.icons.send-to-mobile-two-tone
"Imports @mui/icons-material/SendToMobileTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-to-mobile-two-tone (create-svg-icon [(e "path" #js {"d" "M7 3h10v1H7zm0 17h10v1H7z", "opacity" ".3"}) (e "path" #js {"d" "m22 12-4-4v3h-5v2h5v3l4-4zm-5 6H7V6h10v1h2V3c0-1.1-.9-2-2-2L7 1.01C5.9 1.01 5 1.9 5 3v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v1zM7 3h10v1H7V3zm10 18H7v-1h10v1z"})]
"SendToMobileTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/send_two_tone.cljs
================================================
(ns reagent-mui.icons.send-two-tone
"Imports @mui/icons-material/SendTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def send-two-tone (create-svg-icon [(e "path" #js {"d" "m4 8.25 7.51 1-7.5-3.22zm.01 9.72 7.5-3.22-7.51 1z", "opacity" ".3"}) (e "path" #js {"d" "M2.01 3 2 10l15 2-15 2 .01 7L23 12 2.01 3zM4 8.25V6.03l7.51 3.22-7.51-1zm.01 9.72v-2.22l7.51-1-7.51 3.22z"})]
"SendTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sensor_door.cljs
================================================
(ns reagent-mui.icons.sensor-door
"Imports @mui/icons-material/SensorDoor as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensor-door (create-svg-icon (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v18h16V4c0-1.1-.9-2-2-2zm-2.5 11.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"SensorDoor"))
================================================
FILE: src/icons/reagent_mui/icons/sensor_door_outlined.cljs
================================================
(ns reagent-mui.icons.sensor-door-outlined
"Imports @mui/icons-material/SensorDoorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensor-door-outlined (create-svg-icon (e "path" #js {"d" "M18 4v16H6V4h12m0-2H6c-1.1 0-2 .9-2 2v18h16V4c0-1.1-.9-2-2-2zm-2.5 8.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5S17 12.83 17 12s-.67-1.5-1.5-1.5z"})
"SensorDoorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sensor_door_rounded.cljs
================================================
(ns reagent-mui.icons.sensor-door-rounded
"Imports @mui/icons-material/SensorDoorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensor-door-rounded (create-svg-icon (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2.5 11.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"SensorDoorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sensor_door_sharp.cljs
================================================
(ns reagent-mui.icons.sensor-door-sharp
"Imports @mui/icons-material/SensorDoorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensor-door-sharp (create-svg-icon (e "path" #js {"d" "M20 2H4v20h16V2zm-4.5 11.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"SensorDoorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sensor_door_two_tone.cljs
================================================
(ns reagent-mui.icons.sensor-door-two-tone
"Imports @mui/icons-material/SensorDoorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensor-door-two-tone (create-svg-icon [(e "path" #js {"d" "M18 4v16H6V4h12m-2.5 6.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5S17 12.83 17 12s-.67-1.5-1.5-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M18 4v16H6V4h12m0-2H6c-1.1 0-2 .9-2 2v18h16V4c0-1.1-.9-2-2-2zm-2.5 8.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5S17 12.83 17 12s-.67-1.5-1.5-1.5z"})]
"SensorDoorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sensor_occupied.cljs
================================================
(ns reagent-mui.icons.sensor-occupied
"Imports @mui/icons-material/SensorOccupied as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensor-occupied (create-svg-icon (e "path" #js {"d" "M12 11c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm0 1c-1.84 0-3.56.5-5.03 1.37-.61.35-.97 1.02-.97 1.72V17h12v-1.91c0-.7-.36-1.36-.97-1.72C15.56 12.5 13.84 12 12 12zm9.23-3.85 1.85-.77c-1.22-2.91-3.55-5.25-6.46-6.46l-.77 1.85c2.42 1.02 4.36 2.96 5.38 5.38zM8.15 2.77 7.38.92C4.47 2.14 2.14 4.47.92 7.38l1.85.77c1.02-2.42 2.96-4.36 5.38-5.38zM2.77 15.85l-1.85.77c1.22 2.91 3.55 5.25 6.46 6.46l.77-1.85c-2.42-1.02-4.36-2.96-5.38-5.38zm13.08 5.38.77 1.85c2.91-1.22 5.25-3.55 6.46-6.46l-1.85-.77c-1.02 2.42-2.96 4.36-5.38 5.38z"})
"SensorOccupied"))
================================================
FILE: src/icons/reagent_mui/icons/sensor_occupied_outlined.cljs
================================================
(ns reagent-mui.icons.sensor-occupied-outlined
"Imports @mui/icons-material/SensorOccupiedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensor-occupied-outlined (create-svg-icon (e "path" #js {"d" "M12 11c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 5c-1.84 0-3.56.5-5.03 1.37-.61.35-.97 1.02-.97 1.72V17h12v-1.91c0-.7-.36-1.36-.97-1.72C15.56 12.5 13.84 12 12 12zm-3.86 3c1.18-.65 2.51-1 3.86-1s2.68.35 3.85 1H8.14zm13.09-6.85 1.85-.77c-1.22-2.91-3.55-5.25-6.46-6.46l-.77 1.85c2.42 1.02 4.36 2.96 5.38 5.38zM8.15 2.77 7.38.92C4.47 2.14 2.14 4.47.92 7.38l1.85.77c1.02-2.42 2.96-4.36 5.38-5.38zM2.77 15.85l-1.85.77c1.22 2.91 3.55 5.25 6.46 6.46l.77-1.85c-2.42-1.02-4.36-2.96-5.38-5.38zm13.08 5.38.77 1.85c2.91-1.22 5.25-3.55 6.46-6.46l-1.85-.77c-1.02 2.42-2.96 4.36-5.38 5.38z"})
"SensorOccupiedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sensor_occupied_rounded.cljs
================================================
(ns reagent-mui.icons.sensor-occupied-rounded
"Imports @mui/icons-material/SensorOccupiedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensor-occupied-rounded (create-svg-icon (e "path" #js {"d" "M12 11c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm0 1c-1.84 0-3.56.5-5.03 1.37-.61.36-.97 1.02-.97 1.72V16c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-.91c0-.7-.36-1.36-.97-1.72C15.56 12.5 13.84 12 12 12zm10.11-4.21c.55-.23.78-.88.5-1.41-1.13-2.12-2.87-3.86-4.99-4.99-.52-.28-1.17-.04-1.4.5-.19.47-.01 1.02.43 1.25 1.79.94 3.26 2.42 4.21 4.21.23.45.78.63 1.25.44zM7.79 1.89c-.23-.55-.88-.78-1.4-.5C4.27 2.52 2.52 4.26 1.4 6.38c-.28.52-.05 1.18.5 1.41.47.2 1.02.01 1.25-.43.94-1.79 2.42-3.26 4.21-4.21.44-.24.62-.79.43-1.26zm-5.9 14.32c-.55.23-.78.88-.5 1.4 1.13 2.12 2.87 3.87 5 5 .52.28 1.17.04 1.4-.5.19-.47.01-1.02-.43-1.25-1.79-.94-3.26-2.42-4.21-4.21-.24-.45-.79-.63-1.26-.44zm14.32 5.9c.23.55.88.78 1.4.5 2.12-1.13 3.87-2.87 5-5 .28-.52.04-1.17-.5-1.4-.47-.19-1.02-.01-1.25.43-.94 1.79-2.42 3.26-4.21 4.21-.45.24-.63.79-.44 1.26z"})
"SensorOccupiedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sensor_occupied_sharp.cljs
================================================
(ns reagent-mui.icons.sensor-occupied-sharp
"Imports @mui/icons-material/SensorOccupiedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensor-occupied-sharp (create-svg-icon (e "path" #js {"d" "M12 11c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm0 1c-1.84 0-3.56.5-5.03 1.37-.61.35-.97 1.02-.97 1.72V17h12v-1.91c0-.7-.36-1.36-.97-1.72C15.56 12.5 13.84 12 12 12zm9.23-3.85 1.85-.77c-1.22-2.91-3.55-5.25-6.46-6.46l-.77 1.85c2.42 1.02 4.36 2.96 5.38 5.38zM8.15 2.77 7.38.92C4.47 2.14 2.14 4.47.92 7.38l1.85.77c1.02-2.42 2.96-4.36 5.38-5.38zM2.77 15.85l-1.85.77c1.22 2.91 3.55 5.25 6.46 6.46l.77-1.85c-2.42-1.02-4.36-2.96-5.38-5.38zm13.08 5.38.77 1.85c2.91-1.22 5.25-3.55 6.46-6.46l-1.85-.77c-1.02 2.42-2.96 4.36-5.38 5.38z"})
"SensorOccupiedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sensor_occupied_two_tone.cljs
================================================
(ns reagent-mui.icons.sensor-occupied-two-tone
"Imports @mui/icons-material/SensorOccupiedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensor-occupied-two-tone (create-svg-icon [(e "path" #js {"d" "M8.14 15h7.7c-1.16-.65-2.5-1-3.85-1-1.34 0-2.67.35-3.85 1z", "opacity" ".3"}) (e "circle" #js {"cx" "12", "cy" "8", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M12 11c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 5c-1.84 0-3.56.5-5.03 1.37-.61.35-.97 1.02-.97 1.72V17h12v-1.91c0-.7-.36-1.36-.97-1.72C15.56 12.5 13.84 12 12 12zm-3.86 3c1.18-.65 2.51-1 3.86-1s2.68.35 3.85 1H8.14zm13.09-6.85 1.85-.77c-1.22-2.91-3.55-5.25-6.46-6.46l-.77 1.85c2.42 1.02 4.36 2.96 5.38 5.38zM8.15 2.77 7.38.92C4.47 2.14 2.14 4.47.92 7.38l1.85.77c1.02-2.42 2.96-4.36 5.38-5.38zM2.77 15.85l-1.85.77c1.22 2.91 3.55 5.25 6.46 6.46l.77-1.85c-2.42-1.02-4.36-2.96-5.38-5.38zm13.08 5.38.77 1.85c2.91-1.22 5.25-3.55 6.46-6.46l-1.85-.77c-1.02 2.42-2.96 4.36-5.38 5.38z"})]
"SensorOccupiedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sensor_window.cljs
================================================
(ns reagent-mui.icons.sensor-window
"Imports @mui/icons-material/SensorWindow as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensor-window (create-svg-icon (e "path" #js {"d" "M18 4v16H6V4h12m0-2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM7 19h10v-6H7v6zm3-9h4v1h3V5H7v6h3v-1z"})
"SensorWindow"))
================================================
FILE: src/icons/reagent_mui/icons/sensor_window_outlined.cljs
================================================
(ns reagent-mui.icons.sensor-window-outlined
"Imports @mui/icons-material/SensorWindowOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensor-window-outlined (create-svg-icon (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 2v7h-4v-1h-4v1H6V4h12zM6 20v-7h12v7H6z"})
"SensorWindowOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sensor_window_rounded.cljs
================================================
(ns reagent-mui.icons.sensor-window-rounded
"Imports @mui/icons-material/SensorWindowRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensor-window-rounded (create-svg-icon (e "path" #js {"d" "M18 4v16H6V4h12m0-2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM7 19h10v-6H7v6zm3-9h4v1h3V5H7v6h3v-1z"})
"SensorWindowRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sensor_window_sharp.cljs
================================================
(ns reagent-mui.icons.sensor-window-sharp
"Imports @mui/icons-material/SensorWindowSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensor-window-sharp (create-svg-icon (e "path" #js {"d" "M18 4v16H6V4h12M4 2v20h16V2H4zm3 17h10v-6H7v6zm3-9h4v1h3V5H7v6h3v-1z"})
"SensorWindowSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sensor_window_two_tone.cljs
================================================
(ns reagent-mui.icons.sensor-window-two-tone
"Imports @mui/icons-material/SensorWindowTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensor-window-two-tone (create-svg-icon [(e "path" #js {"d" "M18 4v7h-4v-1h-4v1H6V4h12zM6 20v-7h12v7H6z", "opacity" ".3"}) (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 2v7h-4v-1h-4v1H6V4h12zM6 20v-7h12v7H6z"})]
"SensorWindowTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sensors.cljs
================================================
(ns reagent-mui.icons.sensors
"Imports @mui/icons-material/Sensors as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensors (create-svg-icon (e "path" #js {"d" "M7.76 16.24C6.67 15.16 6 13.66 6 12s.67-3.16 1.76-4.24l1.42 1.42C8.45 9.9 8 10.9 8 12c0 1.1.45 2.1 1.17 2.83l-1.41 1.41zm8.48 0C17.33 15.16 18 13.66 18 12s-.67-3.16-1.76-4.24l-1.42 1.42C15.55 9.9 16 10.9 16 12c0 1.1-.45 2.1-1.17 2.83l1.41 1.41zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm8 2c0 2.21-.9 4.21-2.35 5.65l1.42 1.42C20.88 17.26 22 14.76 22 12s-1.12-5.26-2.93-7.07l-1.42 1.42C19.1 7.79 20 9.79 20 12zM6.35 6.35 4.93 4.93C3.12 6.74 2 9.24 2 12s1.12 5.26 2.93 7.07l1.42-1.42C4.9 16.21 4 14.21 4 12s.9-4.21 2.35-5.65z"})
"Sensors"))
================================================
FILE: src/icons/reagent_mui/icons/sensors_off.cljs
================================================
(ns reagent-mui.icons.sensors-off
"Imports @mui/icons-material/SensorsOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensors-off (create-svg-icon (e "path" #js {"d" "M8.14 10.96c-.09.33-.14.68-.14 1.04 0 1.1.45 2.1 1.17 2.83l-1.42 1.42C6.67 15.16 6 13.66 6 12c0-.93.21-1.8.58-2.59L5.11 7.94C4.4 9.13 4 10.52 4 12c0 2.21.9 4.21 2.35 5.65l-1.42 1.42C3.12 17.26 2 14.76 2 12c0-2.04.61-3.93 1.66-5.51L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41L8.14 10.96zm9.28 3.63c.37-.79.58-1.66.58-2.59 0-1.66-.67-3.16-1.76-4.24l-1.42 1.42C15.55 9.9 16 10.9 16 12c0 .36-.05.71-.14 1.04l1.56 1.55zM20 12c0 1.48-.4 2.87-1.11 4.06l1.45 1.45C21.39 15.93 22 14.04 22 12c0-2.76-1.12-5.26-2.93-7.07l-1.42 1.42C19.1 7.79 20 9.79 20 12z"})
"SensorsOff"))
================================================
FILE: src/icons/reagent_mui/icons/sensors_off_outlined.cljs
================================================
(ns reagent-mui.icons.sensors-off-outlined
"Imports @mui/icons-material/SensorsOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensors-off-outlined (create-svg-icon (e "path" #js {"d" "M8.14 10.96c-.09.33-.14.68-.14 1.04 0 1.1.45 2.1 1.17 2.83l-1.42 1.42C6.67 15.16 6 13.66 6 12c0-.93.21-1.8.58-2.59L5.11 7.94C4.4 9.13 4 10.52 4 12c0 2.21.9 4.21 2.35 5.65l-1.42 1.42C3.12 17.26 2 14.76 2 12c0-2.04.61-3.93 1.66-5.51L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41L8.14 10.96zm9.28 3.63c.37-.79.58-1.66.58-2.59 0-1.66-.67-3.16-1.76-4.24l-1.42 1.42C15.55 9.9 16 10.9 16 12c0 .36-.05.71-.14 1.04l1.56 1.55zM20 12c0 1.48-.4 2.87-1.11 4.06l1.45 1.45C21.39 15.93 22 14.04 22 12c0-2.76-1.12-5.26-2.93-7.07l-1.42 1.42C19.1 7.79 20 9.79 20 12z"})
"SensorsOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sensors_off_rounded.cljs
================================================
(ns reagent-mui.icons.sensors-off-rounded
"Imports @mui/icons-material/SensorsOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensors-off-rounded (create-svg-icon (e "path" #js {"d" "M5.68 18.32c-.42.42-1.12.39-1.5-.08C2.82 16.53 2 14.36 2 12c0-2.04.61-3.93 1.66-5.51L2.1 4.93a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l16.97 16.97c.39.39.39 1.02 0 1.41s-1.02.39-1.41 0L8.14 10.96c-.09.33-.14.68-.14 1.04 0 .8.24 1.55.64 2.17.27.41.24.94-.1 1.29-.43.43-1.17.4-1.51-.11C6.38 14.4 6 13.24 6 12c0-.93.21-1.8.58-2.59L5.11 7.94C4.4 9.13 4 10.52 4 12c0 1.89.66 3.63 1.76 5 .32.39.28.96-.08 1.32zm9.78-9.78c-.35.35-.37.88-.11 1.29.41.62.65 1.37.65 2.17 0 .36-.05.71-.14 1.04l1.55 1.55c.38-.79.59-1.66.59-2.59 0-1.24-.38-2.4-1.03-3.36-.34-.5-1.07-.54-1.51-.1zm2.86-2.86c-.36.36-.4.92-.08 1.32 1.1 1.37 1.76 3.11 1.76 5 0 1.48-.4 2.87-1.11 4.06l1.45 1.45C21.39 15.93 22 14.04 22 12c0-2.36-.82-4.53-2.18-6.24-.38-.47-1.08-.5-1.5-.08z"})
"SensorsOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sensors_off_sharp.cljs
================================================
(ns reagent-mui.icons.sensors-off-sharp
"Imports @mui/icons-material/SensorsOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensors-off-sharp (create-svg-icon (e "path" #js {"d" "M8.14 10.96c-.09.33-.14.68-.14 1.04 0 1.1.45 2.1 1.17 2.83l-1.42 1.42C6.67 15.16 6 13.66 6 12c0-.93.21-1.8.58-2.59L5.11 7.94C4.4 9.13 4 10.52 4 12c0 2.21.9 4.21 2.35 5.65l-1.42 1.42C3.12 17.26 2 14.76 2 12c0-2.04.61-3.93 1.66-5.51L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41L8.14 10.96zm9.28 3.63c.37-.79.58-1.66.58-2.59 0-1.66-.67-3.16-1.76-4.24l-1.42 1.42C15.55 9.9 16 10.9 16 12c0 .36-.05.71-.14 1.04l1.56 1.55zM20 12c0 1.48-.4 2.87-1.11 4.06l1.45 1.45C21.39 15.93 22 14.04 22 12c0-2.76-1.12-5.26-2.93-7.07l-1.42 1.42C19.1 7.79 20 9.79 20 12z"})
"SensorsOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sensors_off_two_tone.cljs
================================================
(ns reagent-mui.icons.sensors-off-two-tone
"Imports @mui/icons-material/SensorsOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensors-off-two-tone (create-svg-icon (e "path" #js {"d" "M8.14 10.96c-.09.33-.14.68-.14 1.04 0 1.1.45 2.1 1.17 2.83l-1.42 1.42C6.67 15.16 6 13.66 6 12c0-.93.21-1.8.58-2.59L5.11 7.94C4.4 9.13 4 10.52 4 12c0 2.21.9 4.21 2.35 5.65l-1.42 1.42C3.12 17.26 2 14.76 2 12c0-2.04.61-3.93 1.66-5.51L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41L8.14 10.96zm9.28 3.63c.37-.79.58-1.66.58-2.59 0-1.66-.67-3.16-1.76-4.24l-1.42 1.42C15.55 9.9 16 10.9 16 12c0 .36-.05.71-.14 1.04l1.56 1.55zM20 12c0 1.48-.4 2.87-1.11 4.06l1.45 1.45C21.39 15.93 22 14.04 22 12c0-2.76-1.12-5.26-2.93-7.07l-1.42 1.42C19.1 7.79 20 9.79 20 12z"})
"SensorsOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sensors_outlined.cljs
================================================
(ns reagent-mui.icons.sensors-outlined
"Imports @mui/icons-material/SensorsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensors-outlined (create-svg-icon (e "path" #js {"d" "M7.76 16.24C6.67 15.16 6 13.66 6 12s.67-3.16 1.76-4.24l1.42 1.42C8.45 9.9 8 10.9 8 12c0 1.1.45 2.1 1.17 2.83l-1.41 1.41zm8.48 0C17.33 15.16 18 13.66 18 12s-.67-3.16-1.76-4.24l-1.42 1.42C15.55 9.9 16 10.9 16 12c0 1.1-.45 2.1-1.17 2.83l1.41 1.41zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm8 2c0 2.21-.9 4.21-2.35 5.65l1.42 1.42C20.88 17.26 22 14.76 22 12s-1.12-5.26-2.93-7.07l-1.42 1.42C19.1 7.79 20 9.79 20 12zM6.35 6.35 4.93 4.93C3.12 6.74 2 9.24 2 12s1.12 5.26 2.93 7.07l1.42-1.42C4.9 16.21 4 14.21 4 12s.9-4.21 2.35-5.65z"})
"SensorsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sensors_rounded.cljs
================================================
(ns reagent-mui.icons.sensors-rounded
"Imports @mui/icons-material/SensorsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensors-rounded (create-svg-icon (e "path" #js {"d" "M8.54 8.54c.35.35.37.88.1 1.29C8.24 10.45 8 11.2 8 12c0 .8.24 1.55.64 2.17.27.41.24.95-.11 1.29-.43.43-1.17.4-1.51-.11C6.38 14.4 6 13.24 6 12c0-1.21.36-2.33.97-3.28.36-.54 1.11-.64 1.57-.18zm6.92 6.92c.43.43 1.17.4 1.51-.11C17.62 14.4 18 13.24 18 12c0-1.24-.38-2.4-1.03-3.36-.34-.5-1.08-.54-1.51-.11-.35.35-.37.88-.11 1.29.41.63.65 1.38.65 2.18 0 .8-.24 1.55-.64 2.17-.27.41-.24.95.1 1.29zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6.32 8.32c.42.42 1.12.39 1.5-.08C21.18 16.53 22 14.36 22 12s-.82-4.53-2.18-6.24c-.37-.47-1.07-.5-1.5-.08-.36.36-.4.92-.08 1.32 1.1 1.37 1.76 3.11 1.76 5s-.66 3.63-1.76 5c-.32.39-.28.96.08 1.32zM5.68 5.68c-.42-.42-1.12-.39-1.5.08C2.82 7.47 2 9.64 2 12s.82 4.53 2.18 6.24c.37.47 1.07.5 1.5.08.36-.36.4-.92.08-1.32C4.66 15.63 4 13.89 4 12s.66-3.63 1.76-5c.32-.39.28-.96-.08-1.32z"})
"SensorsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sensors_sharp.cljs
================================================
(ns reagent-mui.icons.sensors-sharp
"Imports @mui/icons-material/SensorsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensors-sharp (create-svg-icon (e "path" #js {"d" "M7.76 16.24C6.67 15.16 6 13.66 6 12s.67-3.16 1.76-4.24l1.42 1.42C8.45 9.9 8 10.9 8 12c0 1.1.45 2.1 1.17 2.83l-1.41 1.41zm8.48 0C17.33 15.16 18 13.66 18 12s-.67-3.16-1.76-4.24l-1.42 1.42C15.55 9.9 16 10.9 16 12c0 1.1-.45 2.1-1.17 2.83l1.41 1.41zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm8 2c0 2.21-.9 4.21-2.35 5.65l1.42 1.42C20.88 17.26 22 14.76 22 12s-1.12-5.26-2.93-7.07l-1.42 1.42C19.1 7.79 20 9.79 20 12zM6.35 6.35 4.93 4.93C3.12 6.74 2 9.24 2 12s1.12 5.26 2.93 7.07l1.42-1.42C4.9 16.21 4 14.21 4 12s.9-4.21 2.35-5.65z"})
"SensorsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sensors_two_tone.cljs
================================================
(ns reagent-mui.icons.sensors-two-tone
"Imports @mui/icons-material/SensorsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sensors-two-tone (create-svg-icon (e "path" #js {"d" "M7.76 16.24C6.67 15.16 6 13.66 6 12s.67-3.16 1.76-4.24l1.42 1.42C8.45 9.9 8 10.9 8 12c0 1.1.45 2.1 1.17 2.83l-1.41 1.41zm8.48 0C17.33 15.16 18 13.66 18 12s-.67-3.16-1.76-4.24l-1.42 1.42C15.55 9.9 16 10.9 16 12c0 1.1-.45 2.1-1.17 2.83l1.41 1.41zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm8 2c0 2.21-.9 4.21-2.35 5.65l1.42 1.42C20.88 17.26 22 14.76 22 12s-1.12-5.26-2.93-7.07l-1.42 1.42C19.1 7.79 20 9.79 20 12zM6.35 6.35 4.93 4.93C3.12 6.74 2 9.24 2 12s1.12 5.26 2.93 7.07l1.42-1.42C4.9 16.21 4 14.21 4 12s.9-4.21 2.35-5.65z"})
"SensorsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_dissatisfied.cljs
================================================
(ns reagent-mui.icons.sentiment-dissatisfied
"Imports @mui/icons-material/SentimentDissatisfied as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-dissatisfied (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-3.5c.73 0 1.39.19 1.97.53.12-.14.86-.98 1.01-1.14-.85-.56-1.87-.89-2.98-.89-1.11 0-2.13.33-2.99.88.97 1.09.01.02 1.01 1.14.59-.33 1.25-.52 1.98-.52z"})]
"SentimentDissatisfied"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_dissatisfied_outlined.cljs
================================================
(ns reagent-mui.icons.sentiment-dissatisfied-outlined
"Imports @mui/icons-material/SentimentDissatisfiedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-dissatisfied-outlined (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M12 14c-2.33 0-4.32 1.45-5.12 3.5h1.67c.69-1.19 1.97-2 3.45-2s2.75.81 3.45 2h1.67c-.8-2.05-2.79-3.5-5.12-3.5zm-.01-12C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})]
"SentimentDissatisfiedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_dissatisfied_rounded.cljs
================================================
(ns reagent-mui.icons.sentiment-dissatisfied-rounded
"Imports @mui/icons-material/SentimentDissatisfiedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-dissatisfied-rounded (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-6c-1.9 0-3.63.97-4.65 2.58-.22.35-.11.81.24 1.03.35.22.81.11 1.03-.24.74-1.18 2-1.88 3.38-1.88s2.64.7 3.38 1.88c.14.23.39.35.64.35.14 0 .27-.04.4-.11.35-.22.46-.68.24-1.03C15.63 14.96 13.9 14 12 14z"})]
"SentimentDissatisfiedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_dissatisfied_sharp.cljs
================================================
(ns reagent-mui.icons.sentiment-dissatisfied-sharp
"Imports @mui/icons-material/SentimentDissatisfiedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-dissatisfied-sharp (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M12 14c-2.33 0-4.32 1.45-5.12 3.5h1.67c.69-1.19 1.97-2 3.45-2s2.75.81 3.45 2h1.67c-.8-2.05-2.79-3.5-5.12-3.5zm-.01-12C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})]
"SentimentDissatisfiedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_dissatisfied_two_tone.cljs
================================================
(ns reagent-mui.icons.sentiment-dissatisfied-two-tone
"Imports @mui/icons-material/SentimentDissatisfiedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-dissatisfied-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm3.5 4c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zm6.95 9.5c-.7-1.19-1.97-2-3.45-2s-2.76.81-3.45 2H6.88C7.68 15.45 9.67 14 12 14s4.32 1.45 5.12 3.5h-1.67z", "opacity" ".3"}) (e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-6c-2.33 0-4.32 1.45-5.12 3.5h1.67c.69-1.19 1.97-2 3.45-2s2.75.81 3.45 2h1.67c-.8-2.05-2.79-3.5-5.12-3.5z"})]
"SentimentDissatisfiedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_neutral.cljs
================================================
(ns reagent-mui.icons.sentiment-neutral
"Imports @mui/icons-material/SentimentNeutral as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-neutral (create-svg-icon [(e "path" #js {"d" "M9 15.5h6v1H9v-1z"}) (e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})]
"SentimentNeutral"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_neutral_outlined.cljs
================================================
(ns reagent-mui.icons.sentiment-neutral-outlined
"Imports @mui/icons-material/SentimentNeutralOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-neutral-outlined (create-svg-icon [(e "path" #js {"d" "M9 14h6v1.5H9z"}) (e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})]
"SentimentNeutralOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_neutral_rounded.cljs
================================================
(ns reagent-mui.icons.sentiment-neutral-rounded
"Imports @mui/icons-material/SentimentNeutralRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-neutral-rounded (create-svg-icon [(e "path" #js {"d" "M9.75 15.5h4.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-4.5c-.41 0-.75.34-.75.75s.34.75.75.75z"}) (e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})]
"SentimentNeutralRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_neutral_sharp.cljs
================================================
(ns reagent-mui.icons.sentiment-neutral-sharp
"Imports @mui/icons-material/SentimentNeutralSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-neutral-sharp (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM7 9.5C7 8.67 7.67 8 8.5 8s1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5zm8 6H9V14h6v1.5zm.5-4.5c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"SentimentNeutralSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_neutral_two_tone.cljs
================================================
(ns reagent-mui.icons.sentiment-neutral-two-tone
"Imports @mui/icons-material/SentimentNeutralTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-neutral-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zM7 9.5C7 8.67 7.67 8 8.5 8s1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5zm8 6H9V14h6v1.5zm.5-4.5c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z", "opacity" ".3"}) (e "path" #js {"d" "M9 14h6v1.5H9z"}) (e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})]
"SentimentNeutralTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_satisfied.cljs
================================================
(ns reagent-mui.icons.sentiment-satisfied
"Imports @mui/icons-material/SentimentSatisfied as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-satisfied (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-4c-.73 0-1.38-.18-1.96-.52-.12.14-.86.98-1.01 1.15.86.55 1.87.87 2.97.87 1.11 0 2.12-.33 2.98-.88-.97-1.09-.01-.02-1.01-1.15-.59.35-1.24.53-1.97.53z"})]
"SentimentSatisfied"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_satisfied_alt.cljs
================================================
(ns reagent-mui.icons.sentiment-satisfied-alt
"Imports @mui/icons-material/SentimentSatisfiedAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-satisfied-alt (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-2.5c2.33 0 4.32-1.45 5.12-3.5h-1.67c-.69 1.19-1.97 2-3.45 2s-2.75-.81-3.45-2H6.88c.8 2.05 2.79 3.5 5.12 3.5z"})]
"SentimentSatisfiedAlt"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_satisfied_alt_outlined.cljs
================================================
(ns reagent-mui.icons.sentiment-satisfied-alt-outlined
"Imports @mui/icons-material/SentimentSatisfiedAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-satisfied-alt-outlined (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M12 16c-1.48 0-2.75-.81-3.45-2H6.88c.8 2.05 2.79 3.5 5.12 3.5s4.32-1.45 5.12-3.5h-1.67c-.69 1.19-1.97 2-3.45 2zm-.01-14C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})]
"SentimentSatisfiedAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_satisfied_alt_rounded.cljs
================================================
(ns reagent-mui.icons.sentiment-satisfied-alt-rounded
"Imports @mui/icons-material/SentimentSatisfiedAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-satisfied-alt-rounded (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm4.41-6.11c-.35-.22-.82-.11-1.03.24-.74 1.17-2 1.87-3.38 1.87s-2.64-.7-3.38-1.88c-.22-.35-.68-.46-1.03-.24-.35.22-.46.68-.24 1.03C8.37 16.54 10.1 17.5 12 17.5s3.63-.97 4.65-2.58c.22-.35.11-.81-.24-1.03z"})]
"SentimentSatisfiedAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_satisfied_alt_sharp.cljs
================================================
(ns reagent-mui.icons.sentiment-satisfied-alt-sharp
"Imports @mui/icons-material/SentimentSatisfiedAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-satisfied-alt-sharp (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-4c-1.48 0-2.75-.81-3.45-2H6.88c.8 2.05 2.79 3.5 5.12 3.5s4.32-1.45 5.12-3.5h-1.67c-.69 1.19-1.97 2-3.45 2z"})]
"SentimentSatisfiedAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_satisfied_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.sentiment-satisfied-alt-two-tone
"Imports @mui/icons-material/SentimentSatisfiedAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-satisfied-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm3.5 4c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zm3.5 9.5c-2.33 0-4.32-1.45-5.12-3.5h1.67c.7 1.19 1.97 2 3.45 2s2.76-.81 3.45-2h1.67c-.8 2.05-2.79 3.5-5.12 3.5z", "opacity" ".3"}) (e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M12 16c-1.48 0-2.75-.81-3.45-2H6.88c.8 2.05 2.79 3.5 5.12 3.5s4.32-1.45 5.12-3.5h-1.67c-.69 1.19-1.97 2-3.45 2zm-.01-14C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})]
"SentimentSatisfiedAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_satisfied_outlined.cljs
================================================
(ns reagent-mui.icons.sentiment-satisfied-outlined
"Imports @mui/icons-material/SentimentSatisfiedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-satisfied-outlined (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M12 16c-1.48 0-2.75-.81-3.45-2H6.88c.8 2.05 2.79 3.5 5.12 3.5s4.32-1.45 5.12-3.5h-1.67c-.7 1.19-1.97 2-3.45 2zm-.01-14C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})]
"SentimentSatisfiedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_satisfied_rounded.cljs
================================================
(ns reagent-mui.icons.sentiment-satisfied-rounded
"Imports @mui/icons-material/SentimentSatisfiedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-satisfied-rounded (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm4.41-6.11c-.35-.22-.82-.11-1.03.24-.74 1.17-2 1.87-3.38 1.87s-2.64-.7-3.38-1.88c-.22-.35-.68-.46-1.03-.24-.35.22-.46.68-.24 1.03C8.37 16.54 10.1 17.5 12 17.5s3.63-.97 4.65-2.58c.22-.35.11-.81-.24-1.03z"})]
"SentimentSatisfiedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_satisfied_sharp.cljs
================================================
(ns reagent-mui.icons.sentiment-satisfied-sharp
"Imports @mui/icons-material/SentimentSatisfiedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-satisfied-sharp (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-4c-1.48 0-2.75-.81-3.45-2H6.88c.8 2.05 2.79 3.5 5.12 3.5s4.32-1.45 5.12-3.5h-1.67c-.7 1.19-1.97 2-3.45 2z"})]
"SentimentSatisfiedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_satisfied_two_tone.cljs
================================================
(ns reagent-mui.icons.sentiment-satisfied-two-tone
"Imports @mui/icons-material/SentimentSatisfiedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-satisfied-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm3.5 4c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zm3.5 9.5c-2.33 0-4.32-1.45-5.12-3.5h1.67c.7 1.19 1.97 2 3.45 2s2.75-.81 3.45-2h1.67c-.8 2.05-2.79 3.5-5.12 3.5z", "opacity" ".3"}) (e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M12 16c-1.48 0-2.75-.81-3.45-2H6.88c.8 2.05 2.79 3.5 5.12 3.5s4.32-1.45 5.12-3.5h-1.67c-.7 1.19-1.97 2-3.45 2zm-.01-14C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})]
"SentimentSatisfiedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_very_dissatisfied.cljs
================================================
(ns reagent-mui.icons.sentiment-very-dissatisfied
"Imports @mui/icons-material/SentimentVeryDissatisfied as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-very-dissatisfied (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-6c-2.33 0-4.32 1.45-5.12 3.5h1.67c.69-1.19 1.97-2 3.45-2s2.75.81 3.45 2h1.67c-.8-2.05-2.79-3.5-5.12-3.5z"})]
"SentimentVeryDissatisfied"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_very_dissatisfied_outlined.cljs
================================================
(ns reagent-mui.icons.sentiment-very-dissatisfied-outlined
"Imports @mui/icons-material/SentimentVeryDissatisfiedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-very-dissatisfied-outlined (create-svg-icon (e "path" #js {"d" "M12 13.5c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5zM7.82 12l1.06-1.06L9.94 12 11 10.94 9.94 9.88 11 8.82 9.94 7.76 8.88 8.82 7.82 7.76 6.76 8.82l1.06 1.06-1.06 1.06zm4.17-10C6.47 2 2 6.47 2 12s4.47 10 9.99 10S22 17.53 22 12 17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm4.18-12.24-1.06 1.06-1.06-1.06L13 8.82l1.06 1.06L13 10.94 14.06 12l1.06-1.06L16.18 12l1.06-1.06-1.06-1.06 1.06-1.06z"})
"SentimentVeryDissatisfiedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_very_dissatisfied_rounded.cljs
================================================
(ns reagent-mui.icons.sentiment-very-dissatisfied-rounded
"Imports @mui/icons-material/SentimentVeryDissatisfiedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-very-dissatisfied-rounded (create-svg-icon (e "path" #js {"d" "M12 13.5c-2.03 0-3.8 1.11-4.75 2.75-.19.33.06.75.44.75h8.62c.38 0 .63-.42.44-.75-.95-1.64-2.72-2.75-4.75-2.75zm-3.65-2.03.53-.53.53.53c.29.29.77.29 1.06 0 .29-.29.29-.77 0-1.06l-.53-.53.53-.53c.29-.29.29-.77 0-1.06-.29-.29-.77-.29-1.06 0l-.53.53-.53-.53c-.29-.29-.77-.29-1.06 0-.29.29-.29.77 0 1.06l.53.53-.53.53c-.29.29-.29.77 0 1.06.29.29.77.29 1.06 0zM11.99 2C6.47 2 2 6.47 2 12s4.47 10 9.99 10S22 17.53 22 12 17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.65-11.71-.53.53-.53-.53c-.29-.29-.77-.29-1.06 0-.29.29-.29.77 0 1.06l.53.53-.53.53c-.29.29-.29.77 0 1.06.29.29.77.29 1.06 0l.53-.53.53.53c.29.29.77.29 1.06 0 .29-.29.29-.77 0-1.06l-.53-.53.53-.53c.29-.29.29-.77 0-1.06-.29-.29-.77-.29-1.06 0z"})
"SentimentVeryDissatisfiedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_very_dissatisfied_sharp.cljs
================================================
(ns reagent-mui.icons.sentiment-very-dissatisfied-sharp
"Imports @mui/icons-material/SentimentVeryDissatisfiedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-very-dissatisfied-sharp (create-svg-icon (e "path" #js {"d" "M12 13.5c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5zM7.82 12l1.06-1.06L9.94 12 11 10.94 9.94 9.88 11 8.82 9.94 7.76 8.88 8.82 7.82 7.76 6.76 8.82l1.06 1.06-1.06 1.06zm4.17-10C6.47 2 2 6.47 2 12s4.47 10 9.99 10S22 17.53 22 12 17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm4.18-12.24-1.06 1.06-1.06-1.06L13 8.82l1.06 1.06L13 10.94 14.06 12l1.06-1.06L16.18 12l1.06-1.06-1.06-1.06 1.06-1.06z"})
"SentimentVeryDissatisfiedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_very_dissatisfied_two_tone.cljs
================================================
(ns reagent-mui.icons.sentiment-very-dissatisfied-two-tone
"Imports @mui/icons-material/SentimentVeryDissatisfiedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-very-dissatisfied-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zM6.76 8.82l1.06-1.06 1.06 1.06 1.06-1.06L11 8.82 9.94 9.88 11 10.94 9.94 12l-1.06-1.06L7.82 12l-1.06-1.06 1.06-1.06-1.06-1.06zM6.89 17c.8-2.04 2.78-3.5 5.11-3.5s4.31 1.46 5.11 3.5H6.89zm10.35-6.06L16.18 12l-1.06-1.06L14.06 12 13 10.94l1.06-1.06L13 8.82l1.06-1.06 1.06 1.06 1.06-1.06 1.06 1.06-1.06 1.06 1.06 1.06z", "opacity" ".3"}) (e "path" #js {"d" "M12 13.5c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5zM7.82 12l1.06-1.06L9.94 12 11 10.94 9.94 9.88 11 8.82 9.94 7.76 8.88 8.82 7.82 7.76 6.76 8.82l1.06 1.06-1.06 1.06zm4.17-10C6.47 2 2 6.47 2 12s4.47 10 9.99 10S22 17.53 22 12 17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm4.18-12.24-1.06 1.06-1.06-1.06L13 8.82l1.06 1.06L13 10.94 14.06 12l1.06-1.06L16.18 12l1.06-1.06-1.06-1.06 1.06-1.06z"})]
"SentimentVeryDissatisfiedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_very_satisfied.cljs
================================================
(ns reagent-mui.icons.sentiment-very-satisfied
"Imports @mui/icons-material/SentimentVerySatisfied as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-very-satisfied (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-5-6c.78 2.34 2.72 4 5 4s4.22-1.66 5-4H7z"})]
"SentimentVerySatisfied"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_very_satisfied_outlined.cljs
================================================
(ns reagent-mui.icons.sentiment-very-satisfied-outlined
"Imports @mui/icons-material/SentimentVerySatisfiedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-very-satisfied-outlined (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.47 2 12s4.47 10 9.99 10S22 17.53 22 12 17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm1-10.06L14.06 11l1.06-1.06L16.18 11l1.06-1.06-2.12-2.12L13 9.94zm-4.12 0L9.94 11 11 9.94 8.88 7.82 6.76 9.94 7.82 11l1.06-1.06zM12 17.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"})
"SentimentVerySatisfiedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_very_satisfied_rounded.cljs
================================================
(ns reagent-mui.icons.sentiment-very-satisfied-rounded
"Imports @mui/icons-material/SentimentVerySatisfiedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-very-satisfied-rounded (create-svg-icon (e "path" #js {"d" "m8.88 9.94.53.53c.29.29.77.29 1.06 0 .29-.29.29-.77 0-1.06l-.88-.88a.9959.9959 0 0 0-1.41 0l-.89.88c-.29.29-.29.77 0 1.06.29.29.77.29 1.06 0l.53-.53zM12 17.5c2.03 0 3.8-1.11 4.75-2.75.19-.33-.05-.75-.44-.75H7.69c-.38 0-.63.42-.44.75.95 1.64 2.72 2.75 4.75 2.75zm1.53-7.03c.29.29.77.29 1.06 0l.53-.53.53.53c.29.29.77.29 1.06 0 .29-.29.29-.77 0-1.06l-.88-.88a.9959.9959 0 0 0-1.41 0l-.88.88c-.3.29-.3.77-.01 1.06zM11.99 2C6.47 2 2 6.47 2 12s4.47 10 9.99 10S22 17.53 22 12 17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"SentimentVerySatisfiedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_very_satisfied_sharp.cljs
================================================
(ns reagent-mui.icons.sentiment-very-satisfied-sharp
"Imports @mui/icons-material/SentimentVerySatisfiedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-very-satisfied-sharp (create-svg-icon (e "path" #js {"d" "M8.88 9.94 9.94 11 11 9.94 8.88 7.82 6.76 9.94 7.82 11zM12 17.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5zm1-7.56L14.06 11l1.06-1.06L16.18 11l1.06-1.06-2.12-2.12zM11.99 2C6.47 2 2 6.47 2 12s4.47 10 9.99 10S22 17.53 22 12 17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"SentimentVerySatisfiedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sentiment_very_satisfied_two_tone.cljs
================================================
(ns reagent-mui.icons.sentiment-very-satisfied-two-tone
"Imports @mui/icons-material/SentimentVerySatisfiedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sentiment-very-satisfied-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zM8.88 7.82 11 9.94 9.94 11 8.88 9.94 7.82 11 6.76 9.94l2.12-2.12zM12 17.5c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.8 2.04-2.78 3.5-5.11 3.5zm4.18-6.5-1.06-1.06L14.06 11 13 9.94l2.12-2.12 2.12 2.12L16.18 11z", "opacity" ".3"}) (e "path" #js {"d" "M8.88 9.94 9.94 11 11 9.94 8.88 7.82 6.76 9.94 7.82 11zm4.12 0L14.06 11l1.06-1.06L16.18 11l1.06-1.06-2.12-2.12zM11.99 2C6.47 2 2 6.47 2 12s4.47 10 9.99 10S22 17.53 22 12 17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-2.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"})]
"SentimentVerySatisfiedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/set_meal.cljs
================================================
(ns reagent-mui.icons.set-meal
"Imports @mui/icons-material/SetMeal as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def set-meal (create-svg-icon (e "path" #js {"d" "m21.05 17.56-17.97.94L3 17l17.98-.94.07 1.5zM21 19.48H3v1.5h18v-1.5zM22 5v7c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2zm-2 1c-1.68 0-3.04.98-3.21 2.23-.64-.73-2.73-2.73-6.54-2.73-4.67 0-6.75 3-6.75 3s2.08 3 6.75 3c3.81 0 5.9-2 6.54-2.73C16.96 10.02 18.32 11 20 11V6z"})
"SetMeal"))
================================================
FILE: src/icons/reagent_mui/icons/set_meal_outlined.cljs
================================================
(ns reagent-mui.icons.set-meal-outlined
"Imports @mui/icons-material/SetMealOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def set-meal-outlined (create-svg-icon (e "path" #js {"d" "m21.05 17.56-17.97.94L3 17l17.98-.94.07 1.5zM21 19.48H3v1.5h18v-1.5zM23 13V4c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2zm-2 0H3V4h18v9zm-1-7c-1.68 0-3.04.98-3.21 2.23-.64-.73-2.73-2.73-6.54-2.73-4.67 0-6.75 3-6.75 3s2.08 3 6.75 3c3.81 0 5.9-2 6.54-2.73C16.96 10.02 18.32 11 20 11V6z"})
"SetMealOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/set_meal_rounded.cljs
================================================
(ns reagent-mui.icons.set-meal-rounded
"Imports @mui/icons-material/SetMealRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def set-meal-rounded (create-svg-icon (e "path" #js {"d" "m20.3 17.6-16.47.86c-.41.02-.77-.3-.79-.71-.02-.41.3-.77.71-.79l16.48-.86c.41-.02.77.3.79.71.02.41-.3.77-.72.79zm-.05 1.88H3.75c-.41 0-.75.34-.75.75s.34.75.75.75h16.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zM22 5v7c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2zm-2.88 1.09c-1.25.27-2.19 1.11-2.33 2.14-.64-.73-2.73-2.73-6.54-2.73-3.44 0-5.48 1.63-6.31 2.49-.28.29-.28.74 0 1.03.83.86 2.87 2.49 6.31 2.49 3.81 0 5.9-2 6.54-2.73.14 1.02 1.08 1.86 2.33 2.14.46.1.88-.28.88-.74V6.84c0-.47-.43-.85-.88-.75z"})
"SetMealRounded"))
================================================
FILE: src/icons/reagent_mui/icons/set_meal_sharp.cljs
================================================
(ns reagent-mui.icons.set-meal-sharp
"Imports @mui/icons-material/SetMealSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def set-meal-sharp (create-svg-icon (e "path" #js {"d" "m21.05 17.56-17.97.94L3 17l17.98-.94.07 1.5zM21 19.48H3v1.5h18v-1.5zM22 3v11H2V3h20zm-2 3c-1.68 0-3.04.98-3.21 2.23-.64-.73-2.73-2.73-6.54-2.73-4.67 0-6.75 3-6.75 3s2.08 3 6.75 3c3.81 0 5.9-2 6.54-2.73C16.96 10.02 18.32 11 20 11V6z"})
"SetMealSharp"))
================================================
FILE: src/icons/reagent_mui/icons/set_meal_two_tone.cljs
================================================
(ns reagent-mui.icons.set-meal-two-tone
"Imports @mui/icons-material/SetMealTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def set-meal-two-tone (create-svg-icon [(e "path" #js {"d" "M21 13H3V4h18v9zm-1-7c-1.68 0-3.04.98-3.21 2.23-.64-.73-2.73-2.73-6.54-2.73-4.67 0-6.75 3-6.75 3s2.08 3 6.75 3c3.81 0 5.9-2 6.54-2.73C16.96 10.02 18.32 11 20 11V6z", "opacity" ".3"}) (e "path" #js {"d" "m21.05 17.56-17.97.94L3 17l17.98-.94.07 1.5zM21 19.48H3v1.5h18v-1.5zM23 13V4c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2zm-2 0H3V4h18v9zm-1-7c-1.68 0-3.04.98-3.21 2.23-.64-.73-2.73-2.73-6.54-2.73-4.67 0-6.75 3-6.75 3s2.08 3 6.75 3c3.81 0 5.9-2 6.54-2.73C16.96 10.02 18.32 11 20 11V6z"})]
"SetMealTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings.cljs
================================================
(ns reagent-mui.icons.settings
"Imports @mui/icons-material/Settings as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings (create-svg-icon (e "path" #js {"d" "M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"})
"Settings"))
================================================
FILE: src/icons/reagent_mui/icons/settings_accessibility.cljs
================================================
(ns reagent-mui.icons.settings-accessibility
"Imports @mui/icons-material/SettingsAccessibility as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-accessibility (create-svg-icon (e "path" #js {"d" "M20.5 4c-2.61.7-5.67 1-8.5 1s-5.89-.3-8.5-1L3 6c1.86.5 4 .83 6 1v12h2v-6h2v6h2V7c2-.17 4.14-.5 6-1l-.5-2zM12 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM7 24h2v-2H7v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2z"})
"SettingsAccessibility"))
================================================
FILE: src/icons/reagent_mui/icons/settings_accessibility_outlined.cljs
================================================
(ns reagent-mui.icons.settings-accessibility-outlined
"Imports @mui/icons-material/SettingsAccessibilityOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-accessibility-outlined (create-svg-icon (e "path" #js {"d" "M20.5 4c-2.61.7-5.67 1-8.5 1s-5.89-.3-8.5-1L3 6c1.86.5 4 .83 6 1v12h2v-6h2v6h2V7c2-.17 4.14-.5 6-1l-.5-2zM12 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM7 24h2v-2H7v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2z"})
"SettingsAccessibilityOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_accessibility_rounded.cljs
================================================
(ns reagent-mui.icons.settings-accessibility-rounded
"Imports @mui/icons-material/SettingsAccessibilityRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-accessibility-rounded (create-svg-icon (e "path" #js {"d" "M20.74 4.96c-.13-.53-.67-.85-1.2-.73-2.38.54-5.05.77-7.54.77s-5.16-.23-7.54-.76c-.54-.12-1.07.19-1.2.73l-.02.05c-.13.54.19 1.1.73 1.22 1.62.37 3.37.62 5.03.76v11c0 .55.45 1 1 1s1-.45 1-1v-5h2v5c0 .55.45 1 1 1s1-.45 1-1V7c1.66-.14 3.41-.39 5.03-.76.54-.12.86-.68.73-1.22l-.02-.06zM12 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM8 24c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"})
"SettingsAccessibilityRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_accessibility_sharp.cljs
================================================
(ns reagent-mui.icons.settings-accessibility-sharp
"Imports @mui/icons-material/SettingsAccessibilitySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-accessibility-sharp (create-svg-icon (e "path" #js {"d" "M20.5 4c-2.61.7-5.67 1-8.5 1s-5.89-.3-8.5-1L3 6c1.86.5 4 .83 6 1v12h2v-6h2v6h2V7c2-.17 4.14-.5 6-1l-.5-2zM12 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM7 24h2v-2H7v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2z"})
"SettingsAccessibilitySharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_accessibility_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-accessibility-two-tone
"Imports @mui/icons-material/SettingsAccessibilityTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-accessibility-two-tone (create-svg-icon (e "path" #js {"d" "M20.5 4c-2.61.7-5.67 1-8.5 1s-5.89-.3-8.5-1L3 6c1.86.5 4 .83 6 1v12h2v-6h2v6h2V7c2-.17 4.14-.5 6-1l-.5-2zM12 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM7 24h2v-2H7v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2z"})
"SettingsAccessibilityTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_applications.cljs
================================================
(ns reagent-mui.icons.settings-applications
"Imports @mui/icons-material/SettingsApplications as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-applications (create-svg-icon (e "path" #js {"d" "M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm7-7H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-1.75 9c0 .23-.02.46-.05.68l1.48 1.16c.13.11.17.3.08.45l-1.4 2.42c-.09.15-.27.21-.43.15l-1.74-.7c-.36.28-.76.51-1.18.69l-.26 1.85c-.03.17-.18.3-.35.3h-2.8c-.17 0-.32-.13-.35-.29l-.26-1.85c-.43-.18-.82-.41-1.18-.69l-1.74.7c-.16.06-.34 0-.43-.15l-1.4-2.42c-.09-.15-.05-.34.08-.45l1.48-1.16c-.03-.23-.05-.46-.05-.69 0-.23.02-.46.05-.68l-1.48-1.16c-.13-.11-.17-.3-.08-.45l1.4-2.42c.09-.15.27-.21.43-.15l1.74.7c.36-.28.76-.51 1.18-.69l.26-1.85c.03-.17.18-.3.35-.3h2.8c.17 0 .32.13.35.29l.26 1.85c.43.18.82.41 1.18.69l1.74-.7c.16-.06.34 0 .43.15l1.4 2.42c.09.15.05.34-.08.45l-1.48 1.16c.03.23.05.46.05.69z"})
"SettingsApplications"))
================================================
FILE: src/icons/reagent_mui/icons/settings_applications_outlined.cljs
================================================
(ns reagent-mui.icons.settings-applications-outlined
"Imports @mui/icons-material/SettingsApplicationsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-applications-outlined (create-svg-icon (e "path" #js {"d" "m6.21 13.97 1.2 2.07c.08.13.23.18.37.13l1.49-.6c.31.24.64.44 1.01.59l.22 1.59c.03.14.15.25.3.25h2.4c.15 0 .27-.11.3-.26l.22-1.59c.36-.15.7-.35 1.01-.59l1.49.6c.14.05.29 0 .37-.13l1.2-2.07c.08-.13.04-.29-.07-.39l-1.27-.99c.03-.19.04-.39.04-.58 0-.2-.02-.39-.04-.59l1.27-.99c.11-.09.15-.26.07-.39l-1.2-2.07c-.08-.13-.23-.18-.37-.13l-1.49.6c-.31-.24-.64-.44-1.01-.59l-.22-1.59c-.03-.14-.15-.25-.3-.25h-2.4c-.15 0-.27.11-.3.26l-.22 1.59c-.36.15-.71.34-1.01.58l-1.49-.6c-.14-.05-.29 0-.37.13l-1.2 2.07c-.08.13-.04.29.07.39l1.27.99c-.03.2-.05.39-.05.59 0 .2.02.39.04.59l-1.27.99c-.11.1-.14.26-.06.39zM12 10.29c.94 0 1.71.77 1.71 1.71s-.77 1.71-1.71 1.71-1.71-.77-1.71-1.71.77-1.71 1.71-1.71zM19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V5h14v14z"})
"SettingsApplicationsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_applications_rounded.cljs
================================================
(ns reagent-mui.icons.settings-applications-rounded
"Imports @mui/icons-material/SettingsApplicationsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-applications-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "2"}) (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-3.25 9c0 .22-.03.42-.06.63l.84.73c.18.16.22.42.1.63l-.59 1.02c-.12.21-.37.3-.59.22l-1.06-.36c-.32.27-.68.48-1.08.63l-.22 1.09c-.05.23-.25.4-.49.4h-1.18c-.24 0-.44-.17-.49-.4l-.22-1.09c-.4-.15-.76-.36-1.08-.63l-1.06.36c-.23.08-.47-.02-.59-.22l-.59-1.02c-.12-.21-.08-.47.1-.63l.84-.73c-.05-.21-.08-.41-.08-.63s.03-.42.06-.63l-.84-.73c-.18-.16-.22-.42-.1-.63l.59-1.02c.12-.21.37-.3.59-.22l1.06.36c.32-.27.68-.48 1.08-.63l.22-1.09c.06-.24.26-.41.5-.41h1.18c.24 0 .44.17.49.4l.22 1.09c.4.15.76.36 1.08.63l1.06-.36c.23-.08.47.02.59.22l.59 1.02c.12.21.08.47-.1.63l-.84.73c.04.22.07.42.07.64z"})]
"SettingsApplicationsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_applications_sharp.cljs
================================================
(ns reagent-mui.icons.settings-applications-sharp
"Imports @mui/icons-material/SettingsApplicationsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-applications-sharp (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-1.75 9c0 .24-.02.47-.05.71l.01-.02 1.47 1.16c.14.1.23.18.23.18l-1.7 2.94-2.02-.8.02-.03c-.37.29-.77.53-1.21.71h.01l-.27 1.85c-.02.17-.04.3-.04.3h-3.4l-.31-2.15H10c-.44-.18-.84-.42-1.21-.71l.02.03-2.02.8-1.7-2.94s.1-.08.23-.18l1.47-1.16.01.02c-.03-.24-.05-.47-.05-.71s.02-.47.05-.69l-.01.01-1.7-1.34 1.7-2.95 2.01.81v.01c.37-.28.77-.52 1.2-.7h-.01L10.3 5h3.41l.3 2.15H14c.43.18.83.42 1.2.7v-.01l2.01-.81 1.7 2.95-1.71 1.34-.01-.01c.04.22.06.45.06.69z"}) (e "circle" #js {"cx" "12", "cy" "12", "r" "2.45"})]
"SettingsApplicationsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_applications_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-applications-two-tone
"Imports @mui/icons-material/SettingsApplicationsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-applications-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm2.5-7c0-.2.02-.39.04-.58l-1.27-.99c-.11-.09-.15-.26-.07-.39l1.2-2.07c.08-.13.23-.18.37-.13l1.49.6c.31-.25.66-.44 1.02-.6l.22-1.59c.03-.14.15-.25.3-.25h2.4c.15 0 .27.11.3.25l.22 1.59c.37.15.7.35 1.01.59l1.49-.6c.14-.05.29 0 .37.13l1.2 2.07c.08.13.04.29-.07.39l-1.27.99c.03.2.04.39.04.59 0 .2-.02.39-.04.58l1.27.99c.11.09.15.26.07.39l-1.2 2.07c-.08.13-.23.18-.37.13l-1.49-.6c-.31.24-.65.44-1.01.59l-.22 1.59c-.03.15-.15.26-.3.26h-2.4c-.15 0-.27-.11-.3-.25l-.22-1.59c-.37-.15-.7-.35-1.01-.59l-1.49.6c-.14.05-.29 0-.37-.13l-1.2-2.07c-.08-.13-.04-.29.07-.39l1.27-.99c-.03-.2-.05-.39-.05-.59z", "opacity" ".3"}) (e "path" #js {"d" "m6.21 13.97 1.2 2.07c.08.13.23.18.37.13l1.49-.6c.31.24.64.44 1.01.59l.22 1.59c.03.14.15.25.3.25h2.4c.15 0 .27-.11.3-.26l.22-1.59c.36-.15.7-.35 1.01-.59l1.49.6c.14.05.29 0 .37-.13l1.2-2.07c.08-.13.04-.29-.07-.39l-1.27-.99c.03-.19.04-.39.04-.58 0-.2-.02-.39-.04-.59l1.27-.99c.11-.09.15-.26.07-.39l-1.2-2.07c-.08-.13-.23-.18-.37-.13l-1.49.6c-.31-.24-.64-.44-1.01-.59l-.22-1.59c-.03-.14-.15-.25-.3-.25h-2.4c-.15 0-.27.11-.3.26l-.22 1.59c-.36.15-.71.34-1.01.58l-1.49-.6c-.14-.05-.29 0-.37.13l-1.2 2.07c-.08.13-.04.29.07.39l1.27.99c-.03.2-.05.39-.05.59 0 .2.02.39.04.59l-1.27.99c-.11.1-.14.26-.06.39zM12 10.29c.94 0 1.71.77 1.71 1.71s-.77 1.71-1.71 1.71-1.71-.77-1.71-1.71.77-1.71 1.71-1.71zM19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V5h14v14z"})]
"SettingsApplicationsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_backup_restore.cljs
================================================
(ns reagent-mui.icons.settings-backup-restore
"Imports @mui/icons-material/SettingsBackupRestore as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-backup-restore (create-svg-icon (e "path" #js {"d" "M14 12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-2-9c-4.97 0-9 4.03-9 9H0l4 4 4-4H5c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.51 0-2.91-.49-4.06-1.3l-1.42 1.44C8.04 20.3 9.94 21 12 21c4.97 0 9-4.03 9-9s-4.03-9-9-9z"})
"SettingsBackupRestore"))
================================================
FILE: src/icons/reagent_mui/icons/settings_backup_restore_outlined.cljs
================================================
(ns reagent-mui.icons.settings-backup-restore-outlined
"Imports @mui/icons-material/SettingsBackupRestoreOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-backup-restore-outlined (create-svg-icon (e "path" #js {"d" "M14 12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-2-9c-4.97 0-9 4.03-9 9H0l4 4 4-4H5c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.51 0-2.91-.49-4.06-1.3l-1.42 1.44C8.04 20.3 9.94 21 12 21c4.97 0 9-4.03 9-9s-4.03-9-9-9z"})
"SettingsBackupRestoreOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_backup_restore_rounded.cljs
================================================
(ns reagent-mui.icons.settings-backup-restore-rounded
"Imports @mui/icons-material/SettingsBackupRestoreRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-backup-restore-rounded (create-svg-icon (e "path" #js {"d" "M11.77 3c-2.65.07-5 1.28-6.6 3.16L3.85 4.85c-.31-.31-.85-.09-.85.36V9.5c0 .28.22.5.5.5h4.29c.45 0 .67-.54.35-.85L6.59 7.59C7.88 6.02 9.82 5 12 5c4.32 0 7.74 3.94 6.86 8.41-.54 2.77-2.81 4.98-5.58 5.47-3.8.68-7.18-1.74-8.05-5.16-.12-.42-.52-.72-.96-.72-.65 0-1.14.61-.98 1.23C4.28 18.12 7.8 21 12 21c5.06 0 9.14-4.17 9-9.26-.14-4.88-4.35-8.86-9.23-8.74zM14 12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2z"})
"SettingsBackupRestoreRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_backup_restore_sharp.cljs
================================================
(ns reagent-mui.icons.settings-backup-restore-sharp
"Imports @mui/icons-material/SettingsBackupRestoreSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-backup-restore-sharp (create-svg-icon (e "path" #js {"d" "M14 12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-2-9c-4.97 0-9 4.03-9 9H0l4 4 4-4H5c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.51 0-2.91-.49-4.06-1.3l-1.42 1.44C8.04 20.3 9.94 21 12 21c4.97 0 9-4.03 9-9s-4.03-9-9-9z"})
"SettingsBackupRestoreSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_backup_restore_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-backup-restore-two-tone
"Imports @mui/icons-material/SettingsBackupRestoreTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-backup-restore-two-tone (create-svg-icon (e "path" #js {"d" "M14 12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-2-9c-4.97 0-9 4.03-9 9H0l4 4 4-4H5c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.51 0-2.91-.49-4.06-1.3l-1.42 1.44C8.04 20.3 9.94 21 12 21c4.97 0 9-4.03 9-9s-4.03-9-9-9z"})
"SettingsBackupRestoreTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_bluetooth.cljs
================================================
(ns reagent-mui.icons.settings-bluetooth
"Imports @mui/icons-material/SettingsBluetooth as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-bluetooth (create-svg-icon (e "path" #js {"d" "M11 24h2v-2h-2v2zm-4 0h2v-2H7v2zm8 0h2v-2h-2v2zm2.71-18.29L12 0h-1v7.59L6.41 3 5 4.41 10.59 10 5 15.59 6.41 17 11 12.41V20h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 3.83l1.88 1.88L13 7.59V3.83zm1.88 10.46L13 16.17v-3.76l1.88 1.88z"})
"SettingsBluetooth"))
================================================
FILE: src/icons/reagent_mui/icons/settings_bluetooth_outlined.cljs
================================================
(ns reagent-mui.icons.settings-bluetooth-outlined
"Imports @mui/icons-material/SettingsBluetoothOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-bluetooth-outlined (create-svg-icon (e "path" #js {"d" "M11 24h2v-2h-2v2zm-4 0h2v-2H7v2zm8 0h2v-2h-2v2zm2.71-18.29L12 0h-1v7.59L6.41 3 5 4.41 10.59 10 5 15.59 6.41 17 11 12.41V20h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 3.83l1.88 1.88L13 7.59V3.83zm1.88 10.46L13 16.17v-3.76l1.88 1.88z"})
"SettingsBluetoothOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_bluetooth_rounded.cljs
================================================
(ns reagent-mui.icons.settings-bluetooth-rounded
"Imports @mui/icons-material/SettingsBluetoothRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-bluetooth-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "23", "r" "1"}) (e "circle" #js {"cx" "8", "cy" "23", "r" "1"}) (e "circle" #js {"cx" "16", "cy" "23", "r" "1"}) (e "path" #js {"d" "M13.41 10 17 6.42c.39-.39.39-1.02 0-1.42L12.21.21c-.14-.14-.32-.21-.5-.21-.39 0-.71.32-.71.71v6.88L7.11 3.71a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10.59 10 5.7 14.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L11 12.41v6.88c0 .39.32.71.71.71.19 0 .37-.07.5-.21L17 15c.39-.39.39-1.02 0-1.42L13.41 10zM13 3.83l1.88 1.88L13 7.59V3.83zm0 12.34v-3.76l1.88 1.88L13 16.17z"})]
"SettingsBluetoothRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_bluetooth_sharp.cljs
================================================
(ns reagent-mui.icons.settings-bluetooth-sharp
"Imports @mui/icons-material/SettingsBluetoothSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-bluetooth-sharp (create-svg-icon (e "path" #js {"d" "M11 24h2v-2h-2v2zm-4 0h2v-2H7v2zm8 0h2v-2h-2v2zm2.71-18.29L12 0h-1v7.59L6.41 3 5 4.41 10.59 10 5 15.59 6.41 17 11 12.41V20h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 3.83l1.88 1.88L13 7.59V3.83zm1.88 10.46L13 16.17v-3.76l1.88 1.88z"})
"SettingsBluetoothSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_bluetooth_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-bluetooth-two-tone
"Imports @mui/icons-material/SettingsBluetoothTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-bluetooth-two-tone (create-svg-icon (e "path" #js {"d" "M11 24h2v-2h-2v2zm-4 0h2v-2H7v2zm8 0h2v-2h-2v2zm2.71-18.29L12 0h-1v7.59L6.41 3 5 4.41 10.59 10 5 15.59 6.41 17 11 12.41V20h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 3.83l1.88 1.88L13 7.59V3.83zm1.88 10.46L13 16.17v-3.76l1.88 1.88z"})
"SettingsBluetoothTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_brightness.cljs
================================================
(ns reagent-mui.icons.settings-brightness
"Imports @mui/icons-material/SettingsBrightness as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-brightness (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02zM8 16h2.5l1.5 1.5 1.5-1.5H16v-2.5l1.5-1.5-1.5-1.5V8h-2.5L12 6.5 10.5 8H8v2.5L6.5 12 8 13.5V16zm4-7c1.66 0 3 1.34 3 3s-1.34 3-3 3V9z"})
"SettingsBrightness"))
================================================
FILE: src/icons/reagent_mui/icons/settings_brightness_outlined.cljs
================================================
(ns reagent-mui.icons.settings-brightness-outlined
"Imports @mui/icons-material/SettingsBrightnessOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-brightness-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02zM8 16h2.5l1.5 1.5 1.5-1.5H16v-2.5l1.5-1.5-1.5-1.5V8h-2.5L12 6.5 10.5 8H8v2.5L6.5 12 8 13.5V16zm4-7c1.66 0 3 1.34 3 3s-1.34 3-3 3V9z"})
"SettingsBrightnessOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_brightness_rounded.cljs
================================================
(ns reagent-mui.icons.settings-brightness-rounded
"Imports @mui/icons-material/SettingsBrightnessRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-brightness-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-2.85 8.35L16 13.5v2c0 .28-.22.5-.5.5h-2l-1.15 1.15c-.2.2-.51.2-.71 0L10.5 16h-2c-.28 0-.5-.22-.5-.5v-2l-1.15-1.15c-.2-.2-.2-.51 0-.71L8 10.5v-2c0-.28.22-.5.5-.5h2l1.15-1.15c.2-.2.51-.2.71 0L13.5 8h2c.28 0 .5.22.5.5v2l1.15 1.15c.19.19.19.51 0 .7zM12 9v6c1.66 0 3-1.34 3-3s-1.34-3-3-3z"})
"SettingsBrightnessRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_brightness_sharp.cljs
================================================
(ns reagent-mui.icons.settings-brightness-sharp
"Imports @mui/icons-material/SettingsBrightnessSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-brightness-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v18h22V3zm-2 16.01H3V4.99h18v14.02zM8 16h2.5l1.5 1.5 1.5-1.5H16v-2.5l1.5-1.5-1.5-1.5V8h-2.5L12 6.5 10.5 8H8v2.5L6.5 12 8 13.5V16zm4-7c1.66 0 3 1.34 3 3s-1.34 3-3 3V9z"})
"SettingsBrightnessSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_brightness_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-brightness-two-tone
"Imports @mui/icons-material/SettingsBrightnessTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-brightness-two-tone (create-svg-icon [(e "path" #js {"d" "M3 19.01h18V4.99H3v14.02zm5-8.51V8h2.5L12 6.5 13.5 8H16v2.5l1.5 1.5-1.5 1.5V16h-2.5L12 17.5 10.5 16H8v-2.5L6.5 12 8 10.5z", "opacity" ".3"}) (e "path" #js {"d" "M8 16h2.5l1.5 1.5 1.5-1.5H16v-2.5l1.5-1.5-1.5-1.5V8h-2.5L12 6.5 10.5 8H8v2.5L6.5 12 8 13.5V16zm4-7c1.66 0 3 1.34 3 3s-1.34 3-3 3V9zm9-6H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02z"})]
"SettingsBrightnessTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_cell.cljs
================================================
(ns reagent-mui.icons.settings-cell
"Imports @mui/icons-material/SettingsCell as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-cell (create-svg-icon (e "path" #js {"d" "M7 24h2v-2H7v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2zM16 .01 8 0C6.9 0 6 .9 6 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V2c0-1.1-.9-1.99-2-1.99zM16 16H8V4h8v12z"})
"SettingsCell"))
================================================
FILE: src/icons/reagent_mui/icons/settings_cell_outlined.cljs
================================================
(ns reagent-mui.icons.settings-cell-outlined
"Imports @mui/icons-material/SettingsCellOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-cell-outlined (create-svg-icon (e "path" #js {"d" "M7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zM16 .01 8 0C6.9 0 6 .9 6 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V2c0-1.1-.9-1.99-2-1.99zM16 18H8v-1h8v1zm0-3H8V5h8v10zm0-12H8V2h8v1z"})
"SettingsCellOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_cell_rounded.cljs
================================================
(ns reagent-mui.icons.settings-cell-rounded
"Imports @mui/icons-material/SettingsCellRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-cell-rounded (create-svg-icon (e "path" #js {"d" "M8 24c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM16 .01 8 0C6.9 0 6 .9 6 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V2c0-1.1-.9-1.99-2-1.99zM16 16H8V4h8v12z"})
"SettingsCellRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_cell_sharp.cljs
================================================
(ns reagent-mui.icons.settings-cell-sharp
"Imports @mui/icons-material/SettingsCellSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-cell-sharp (create-svg-icon (e "path" #js {"d" "M7 24h2v-2H7v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2zM6 0v20h12V0H6zm10 16H8V4h8v12z"})
"SettingsCellSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_cell_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-cell-two-tone
"Imports @mui/icons-material/SettingsCellTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-cell-two-tone (create-svg-icon [(e "path" #js {"d" "M8 17h8v1H8zM8 2h8v1H8z", "opacity" ".3"}) (e "path" #js {"d" "M7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zM16 .01 8 0C6.9 0 6 .9 6 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V2c0-1.1-.9-1.99-2-1.99zM16 18H8v-1h8v1zm0-3H8V5h8v10zm0-12H8V2h8v1z"})]
"SettingsCellTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_ethernet.cljs
================================================
(ns reagent-mui.icons.settings-ethernet
"Imports @mui/icons-material/SettingsEthernet as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-ethernet (create-svg-icon (e "path" #js {"d" "M7.77 6.76 6.23 5.48.82 12l5.41 6.52 1.54-1.28L3.42 12l4.35-5.24zM7 13h2v-2H7v2zm10-2h-2v2h2v-2zm-6 2h2v-2h-2v2zm6.77-7.52-1.54 1.28L20.58 12l-4.35 5.24 1.54 1.28L23.18 12l-5.41-6.52z"})
"SettingsEthernet"))
================================================
FILE: src/icons/reagent_mui/icons/settings_ethernet_outlined.cljs
================================================
(ns reagent-mui.icons.settings-ethernet-outlined
"Imports @mui/icons-material/SettingsEthernetOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-ethernet-outlined (create-svg-icon (e "path" #js {"d" "M7.77 6.76 6.23 5.48.82 12l5.41 6.52 1.54-1.28L3.42 12l4.35-5.24zM7 13h2v-2H7v2zm10-2h-2v2h2v-2zm-6 2h2v-2h-2v2zm6.77-7.52-1.54 1.28L20.58 12l-4.35 5.24 1.54 1.28L23.18 12l-5.41-6.52z"})
"SettingsEthernetOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_ethernet_rounded.cljs
================================================
(ns reagent-mui.icons.settings-ethernet-rounded
"Imports @mui/icons-material/SettingsEthernetRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-ethernet-rounded (create-svg-icon (e "path" #js {"d" "M7.71 6.71a.9959.9959 0 0 0-1.41 0L1.71 11.3c-.39.39-.39 1.02 0 1.41L6.3 17.3c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.83 12l3.88-3.88c.38-.39.38-1.03 0-1.41zm8.58 0c-.39.39-.39 1.02 0 1.41L20.17 12l-3.88 3.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41L17.7 6.7c-.38-.38-1.02-.38-1.41.01zM8 13c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4-2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"})
"SettingsEthernetRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_ethernet_sharp.cljs
================================================
(ns reagent-mui.icons.settings-ethernet-sharp
"Imports @mui/icons-material/SettingsEthernetSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-ethernet-sharp (create-svg-icon (e "path" #js {"d" "M7.77 6.76 6.23 5.48.82 12l5.41 6.52 1.54-1.28L3.42 12l4.35-5.24zM7 13h2v-2H7v2zm10-2h-2v2h2v-2zm-6 2h2v-2h-2v2zm6.77-7.52-1.54 1.28L20.58 12l-4.35 5.24 1.54 1.28L23.18 12l-5.41-6.52z"})
"SettingsEthernetSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_ethernet_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-ethernet-two-tone
"Imports @mui/icons-material/SettingsEthernetTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-ethernet-two-tone (create-svg-icon (e "path" #js {"d" "M7.77 6.76 6.23 5.48.82 12l5.41 6.52 1.54-1.28L3.42 12l4.35-5.24zM7 13h2v-2H7v2zm10-2h-2v2h2v-2zm-6 2h2v-2h-2v2zm6.77-7.52-1.54 1.28L20.58 12l-4.35 5.24 1.54 1.28L23.18 12l-5.41-6.52z"})
"SettingsEthernetTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_antenna.cljs
================================================
(ns reagent-mui.icons.settings-input-antenna
"Imports @mui/icons-material/SettingsInputAntenna as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-antenna (create-svg-icon (e "path" #js {"d" "M12 5c-3.87 0-7 3.13-7 7h2c0-2.76 2.24-5 5-5s5 2.24 5 5h2c0-3.87-3.13-7-7-7zm1 9.29c.88-.39 1.5-1.26 1.5-2.29 0-1.38-1.12-2.5-2.5-2.5S9.5 10.62 9.5 12c0 1.02.62 1.9 1.5 2.29v3.3L7.59 21 9 22.41l3-3 3 3L16.41 21 13 17.59v-3.3zM12 1C5.93 1 1 5.93 1 12h2c0-4.97 4.03-9 9-9s9 4.03 9 9h2c0-6.07-4.93-11-11-11z"})
"SettingsInputAntenna"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_antenna_outlined.cljs
================================================
(ns reagent-mui.icons.settings-input-antenna-outlined
"Imports @mui/icons-material/SettingsInputAntennaOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-antenna-outlined (create-svg-icon (e "path" #js {"d" "M12 5c-3.87 0-7 3.13-7 7h2c0-2.76 2.24-5 5-5s5 2.24 5 5h2c0-3.87-3.13-7-7-7zm1 9.29c.88-.39 1.5-1.26 1.5-2.29 0-1.38-1.12-2.5-2.5-2.5S9.5 10.62 9.5 12c0 1.02.62 1.9 1.5 2.29v3.3L7.59 21 9 22.41l3-3 3 3L16.41 21 13 17.59v-3.3zM12 1C5.93 1 1 5.93 1 12h2c0-4.97 4.03-9 9-9s9 4.03 9 9h2c0-6.07-4.93-11-11-11z"})
"SettingsInputAntennaOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_antenna_rounded.cljs
================================================
(ns reagent-mui.icons.settings-input-antenna-rounded
"Imports @mui/icons-material/SettingsInputAntennaRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-antenna-rounded (create-svg-icon (e "path" #js {"d" "M12 5c-3.48 0-6.37 2.54-6.91 5.87-.1.59.39 1.13 1 1.13.49 0 .9-.36.98-.85C7.48 8.79 9.53 7 12 7s4.52 1.79 4.93 4.15c.08.49.49.85.98.85.61 0 1.09-.54.99-1.13C18.37 7.54 15.48 5 12 5zm1 9.29c1.07-.48 1.76-1.66 1.41-2.99-.22-.81-.87-1.47-1.68-1.7-1.69-.48-3.23.78-3.23 2.4 0 1.02.62 1.9 1.5 2.29v3.3l-2.71 2.7c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l2.3-2.3 2.3 2.3c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L13 17.59v-3.3zM12 1C6.3 1 1.61 5.34 1.05 10.9c-.05.59.41 1.1 1 1.1.51 0 .94-.38.99-.88C3.48 6.56 7.33 3 12 3s8.52 3.56 8.96 8.12c.05.5.48.88.99.88.59 0 1.06-.51 1-1.1C22.39 5.34 17.7 1 12 1z"})
"SettingsInputAntennaRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_antenna_sharp.cljs
================================================
(ns reagent-mui.icons.settings-input-antenna-sharp
"Imports @mui/icons-material/SettingsInputAntennaSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-antenna-sharp (create-svg-icon (e "path" #js {"d" "M12 5c-3.87 0-7 3.13-7 7h2c0-2.76 2.24-5 5-5s5 2.24 5 5h2c0-3.87-3.13-7-7-7zm1 9.29c.88-.39 1.5-1.26 1.5-2.29 0-1.38-1.12-2.5-2.5-2.5S9.5 10.62 9.5 12c0 1.02.62 1.9 1.5 2.29v3.3L7.59 21 9 22.41l3-3 3 3L16.41 21 13 17.59v-3.3zM12 1C5.93 1 1 5.93 1 12h2c0-4.97 4.03-9 9-9s9 4.03 9 9h2c0-6.07-4.93-11-11-11z"})
"SettingsInputAntennaSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_antenna_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-input-antenna-two-tone
"Imports @mui/icons-material/SettingsInputAntennaTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-antenna-two-tone (create-svg-icon (e "path" #js {"d" "M12 5c-3.87 0-7 3.13-7 7h2c0-2.76 2.24-5 5-5s5 2.24 5 5h2c0-3.87-3.13-7-7-7zm1 9.29c.88-.39 1.5-1.26 1.5-2.29 0-1.38-1.12-2.5-2.5-2.5S9.5 10.62 9.5 12c0 1.02.62 1.9 1.5 2.29v3.3L7.59 21 9 22.41l3-3 3 3L16.41 21 13 17.59v-3.3zM12 1C5.93 1 1 5.93 1 12h2c0-4.97 4.03-9 9-9s9 4.03 9 9h2c0-6.07-4.93-11-11-11z"})
"SettingsInputAntennaTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_component.cljs
================================================
(ns reagent-mui.icons.settings-input-component
"Imports @mui/icons-material/SettingsInputComponent as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-component (create-svg-icon (e "path" #js {"d" "M5 2c0-.55-.45-1-1-1s-1 .45-1 1v4H1v6h6V6H5V2zm4 14c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2H9v2zm-8 0c0 1.3.84 2.4 2 2.82V23h2v-4.18C6.16 18.4 7 17.3 7 16v-2H1v2zM21 6V2c0-.55-.45-1-1-1s-1 .45-1 1v4h-2v6h6V6h-2zm-8-4c0-.55-.45-1-1-1s-1 .45-1 1v4H9v6h6V6h-2V2zm4 14c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2h-6v2z"})
"SettingsInputComponent"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_component_outlined.cljs
================================================
(ns reagent-mui.icons.settings-input-component-outlined
"Imports @mui/icons-material/SettingsInputComponentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-component-outlined (create-svg-icon (e "path" #js {"d" "M5 2c0-.55-.45-1-1-1s-1 .45-1 1v4H1v10c0 1.3.84 2.4 2 2.82V23h2v-4.18C6.16 18.4 7 17.3 7 16V6H5V2zM4 17c-.55 0-1-.45-1-1v-2h2v2c0 .55-.45 1-1 1zm-1-5V8h2v4H3zM13 2c0-.55-.45-1-1-1s-1 .45-1 1v4H9v10c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.42 2-1.52 2-2.82V6h-2V2zm-1 15c-.55 0-1-.45-1-1v-2h2v2c0 .55-.45 1-1 1zm-1-5V8h2v4h-2zm10-6V2c0-.55-.45-1-1-1s-1 .45-1 1v4h-2v10c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.42 2-1.52 2-2.82V6h-2zm-1 11c-.55 0-1-.45-1-1v-2h2v2c0 .55-.45 1-1 1zm-1-5V8h2v4h-2z"})
"SettingsInputComponentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_component_rounded.cljs
================================================
(ns reagent-mui.icons.settings-input-component-rounded
"Imports @mui/icons-material/SettingsInputComponentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-component-rounded (create-svg-icon (e "path" #js {"d" "M5 2c0-.55-.45-1-1-1s-1 .45-1 1v4H2c-.55 0-1 .45-1 1v5h6V7c0-.55-.45-1-1-1H5V2zm4 14c0 1.3.84 2.4 2 2.82V22c0 .55.45 1 1 1s1-.45 1-1v-3.18c1.16-.41 2-1.51 2-2.82v-2H9v2zm-8 0c0 1.3.84 2.4 2 2.82V22c0 .55.45 1 1 1s1-.45 1-1v-3.18C6.16 18.4 7 17.3 7 16v-2H1v2zM21 6V2c0-.55-.45-1-1-1s-1 .45-1 1v4h-1c-.55 0-1 .45-1 1v5h6V7c0-.55-.45-1-1-1h-1zm-8-4c0-.55-.45-1-1-1s-1 .45-1 1v4h-1c-.55 0-1 .45-1 1v5h6V7c0-.55-.45-1-1-1h-1V2zm4 14c0 1.3.84 2.4 2 2.82V22c0 .55.45 1 1 1s1-.45 1-1v-3.18c1.16-.41 2-1.51 2-2.82v-2h-6v2z"})
"SettingsInputComponentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_component_sharp.cljs
================================================
(ns reagent-mui.icons.settings-input-component-sharp
"Imports @mui/icons-material/SettingsInputComponentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-component-sharp (create-svg-icon (e "path" #js {"d" "M5 2c0-.55-.45-1-1-1s-1 .45-1 1v4H1v6h6V6H5V2zm4 16.82h2V23h2v-4.18h2V14H9v4.82zm-8 0h2V23h2v-4.18h2V14H1v4.82zM21 6V2c0-.55-.45-1-1-1s-1 .45-1 1v4h-2v6h6V6h-2zm-8-4c0-.55-.45-1-1-1s-1 .45-1 1v4H9v6h6V6h-2V2zm4 16.82h2V23h2v-4.18h2V14h-6v4.82z"})
"SettingsInputComponentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_component_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-input-component-two-tone
"Imports @mui/icons-material/SettingsInputComponentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-component-two-tone (create-svg-icon [(e "path" #js {"d" "M11 16c0 .55.45 1 1 1s1-.45 1-1v-2h-2v2zm-8 0c0 .55.45 1 1 1s1-.45 1-1v-2H3v2zm16 0c0 .55.45 1 1 1s1-.45 1-1v-2h-2v2z", "opacity" ".3"}) (e "path" #js {"d" "M5 2c0-.55-.45-1-1-1s-1 .45-1 1v4H1v10c0 1.3.84 2.4 2 2.82V23h2v-4.18C6.16 18.4 7 17.3 7 16V6H5V2zm0 14c0 .55-.45 1-1 1s-1-.45-1-1v-2h2v2zm0-4H3V8h2v4zm8-10c0-.55-.45-1-1-1s-1 .45-1 1v4H9v10c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.42 2-1.52 2-2.82V6h-2V2zm0 14c0 .55-.45 1-1 1s-1-.45-1-1v-2h2v2zm0-4h-2V8h2v4zm8-6V2c0-.55-.45-1-1-1s-1 .45-1 1v4h-2v10c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.42 2-1.52 2-2.82V6h-2zm0 10c0 .55-.45 1-1 1s-1-.45-1-1v-2h2v2zm0-4h-2V8h2v4z"})]
"SettingsInputComponentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_composite.cljs
================================================
(ns reagent-mui.icons.settings-input-composite
"Imports @mui/icons-material/SettingsInputComposite as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-composite (create-svg-icon (e "path" #js {"d" "M5 2c0-.55-.45-1-1-1s-1 .45-1 1v4H1v6h6V6H5V2zm4 14c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2H9v2zm-8 0c0 1.3.84 2.4 2 2.82V23h2v-4.18C6.16 18.4 7 17.3 7 16v-2H1v2zM21 6V2c0-.55-.45-1-1-1s-1 .45-1 1v4h-2v6h6V6h-2zm-8-4c0-.55-.45-1-1-1s-1 .45-1 1v4H9v6h6V6h-2V2zm4 14c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2h-6v2z"})
"SettingsInputComposite"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_composite_outlined.cljs
================================================
(ns reagent-mui.icons.settings-input-composite-outlined
"Imports @mui/icons-material/SettingsInputCompositeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-composite-outlined (create-svg-icon (e "path" #js {"d" "M5 2c0-.55-.45-1-1-1s-1 .45-1 1v4H1v10c0 1.3.84 2.4 2 2.82V23h2v-4.18C6.16 18.4 7 17.3 7 16V6H5V2zM4 17c-.55 0-1-.45-1-1v-2h2v2c0 .55-.45 1-1 1zm-1-5V8h2v4H3zM13 2c0-.55-.45-1-1-1s-1 .45-1 1v4H9v10c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.42 2-1.52 2-2.82V6h-2V2zm-1 15c-.55 0-1-.45-1-1v-2h2v2c0 .55-.45 1-1 1zm-1-5V8h2v4h-2zm10-6V2c0-.55-.45-1-1-1s-1 .45-1 1v4h-2v10c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.42 2-1.52 2-2.82V6h-2zm-1 11c-.55 0-1-.45-1-1v-2h2v2c0 .55-.45 1-1 1zm-1-5V8h2v4h-2z"})
"SettingsInputCompositeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_composite_rounded.cljs
================================================
(ns reagent-mui.icons.settings-input-composite-rounded
"Imports @mui/icons-material/SettingsInputCompositeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-composite-rounded (create-svg-icon (e "path" #js {"d" "M5 2c0-.55-.45-1-1-1s-1 .45-1 1v4H2c-.55 0-1 .45-1 1v5h6V7c0-.55-.45-1-1-1H5V2zm4 14c0 1.3.84 2.4 2 2.82V22c0 .55.45 1 1 1s1-.45 1-1v-3.18c1.16-.41 2-1.51 2-2.82v-2H9v2zm-8 0c0 1.3.84 2.4 2 2.82V22c0 .55.45 1 1 1s1-.45 1-1v-3.18C6.16 18.4 7 17.3 7 16v-2H1v2zM21 6V2c0-.55-.45-1-1-1s-1 .45-1 1v4h-1c-.55 0-1 .45-1 1v5h6V7c0-.55-.45-1-1-1h-1zm-8-4c0-.55-.45-1-1-1s-1 .45-1 1v4h-1c-.55 0-1 .45-1 1v5h6V7c0-.55-.45-1-1-1h-1V2zm4 14c0 1.3.84 2.4 2 2.82V22c0 .55.45 1 1 1s1-.45 1-1v-3.18c1.16-.41 2-1.51 2-2.82v-2h-6v2z"})
"SettingsInputCompositeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_composite_sharp.cljs
================================================
(ns reagent-mui.icons.settings-input-composite-sharp
"Imports @mui/icons-material/SettingsInputCompositeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-composite-sharp (create-svg-icon (e "path" #js {"d" "M5 2c0-.55-.45-1-1-1s-1 .45-1 1v4H1v6h6V6H5V2zm4 16.82h2V23h2v-4.18h2V14H9v4.82zm-8 0h2V23h2v-4.18h2V14H1v4.82zM21 6V2c0-.55-.45-1-1-1s-1 .45-1 1v4h-2v6h6V6h-2zm-8-4c0-.55-.45-1-1-1s-1 .45-1 1v4H9v6h6V6h-2V2zm4 16.82h2V23h2v-4.18h2V14h-6v4.82z"})
"SettingsInputCompositeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_composite_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-input-composite-two-tone
"Imports @mui/icons-material/SettingsInputCompositeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-composite-two-tone (create-svg-icon [(e "path" #js {"d" "M3 16c0 .55.45 1 1 1s1-.45 1-1v-2H3v2zm8 0c0 .55.45 1 1 1s1-.45 1-1v-2h-2v2zm8 0c0 .55.45 1 1 1s1-.45 1-1v-2h-2v2z", "opacity" ".3"}) (e "path" #js {"d" "M5 2c0-.55-.45-1-1-1s-1 .45-1 1v4H1v10c0 1.3.84 2.4 2 2.82V23h2v-4.18C6.16 18.4 7 17.3 7 16V6H5V2zm0 14c0 .55-.45 1-1 1s-1-.45-1-1v-2h2v2zm0-4H3V8h2v4zm8-10c0-.55-.45-1-1-1s-1 .45-1 1v4H9v10c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.42 2-1.52 2-2.82V6h-2V2zm0 14c0 .55-.45 1-1 1s-1-.45-1-1v-2h2v2zm0-4h-2V8h2v4zm8-6V2c0-.55-.45-1-1-1s-1 .45-1 1v4h-2v10c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.42 2-1.52 2-2.82V6h-2zm0 10c0 .55-.45 1-1 1s-1-.45-1-1v-2h2v2zm0-4h-2V8h2v4z"})]
"SettingsInputCompositeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_hdmi.cljs
================================================
(ns reagent-mui.icons.settings-input-hdmi
"Imports @mui/icons-material/SettingsInputHdmi as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-hdmi (create-svg-icon (e "path" #js {"d" "M18 7V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3H5v6l3 6v3h8v-3l3-6V7h-1zM8 4h8v3h-2V5h-1v2h-2V5h-1v2H8V4z"})
"SettingsInputHdmi"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_hdmi_outlined.cljs
================================================
(ns reagent-mui.icons.settings-input-hdmi-outlined
"Imports @mui/icons-material/SettingsInputHdmiOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-hdmi-outlined (create-svg-icon (e "path" #js {"d" "M18 7V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3H5v6l3 6v3h8v-3l3-6V7h-1zM8 4h8v3h-2.01V5h-1v2H11V5h-1v2H8V4zm9 8.53-3 6V20h-4v-1.47l-3-6V9h10v3.53z"})
"SettingsInputHdmiOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_hdmi_rounded.cljs
================================================
(ns reagent-mui.icons.settings-input-hdmi-rounded
"Imports @mui/icons-material/SettingsInputHdmiRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-hdmi-rounded (create-svg-icon (e "path" #js {"d" "M18 7V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3c-.55 0-1 .45-1 1v4.7c0 .2.06.39.17.55L8 19v2c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2l2.83-5.75c.11-.16.17-.36.17-.55V8c0-.55-.45-1-1-1zm-2 0h-2V5.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5V7h-2V5.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5V7H8V4h8v3z"})
"SettingsInputHdmiRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_hdmi_sharp.cljs
================================================
(ns reagent-mui.icons.settings-input-hdmi-sharp
"Imports @mui/icons-material/SettingsInputHdmiSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-hdmi-sharp (create-svg-icon (e "path" #js {"d" "M18 7V2H6v5H5v6l3 6v3h8v-3l3-6V7h-1zM8 4h8v3h-2V5h-1v2h-2V5h-1v2H8V4z"})
"SettingsInputHdmiSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_hdmi_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-input-hdmi-two-tone
"Imports @mui/icons-material/SettingsInputHdmiTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-hdmi-two-tone (create-svg-icon [(e "path" #js {"d" "M8 9H7v3.53l2.79 5.58.21.42V20h4v-1.47l.21-.42L17 12.53V9h-1z", "opacity" ".3"}) (e "path" #js {"d" "M18 7V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3H5v6l3 6v3h8v-3l3-6V7h-1zM8 4h8v3h-2.01V5h-1v2H11V5h-1v2H8V4zm9 8.53-3 6V20h-4v-1.47l-3-6V9h10v3.53z"})]
"SettingsInputHdmiTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_svideo.cljs
================================================
(ns reagent-mui.icons.settings-input-svideo
"Imports @mui/icons-material/SettingsInputSvideo as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-svideo (create-svg-icon (e "path" #js {"d" "M8 11.5c0-.83-.67-1.5-1.5-1.5S5 10.67 5 11.5 5.67 13 6.5 13 8 12.33 8 11.5zm7-5c0-.83-.67-1.5-1.5-1.5h-3C9.67 5 9 5.67 9 6.5S9.67 8 10.5 8h3c.83 0 1.5-.67 1.5-1.5zM8.5 15c-.83 0-1.5.67-1.5 1.5S7.67 18 8.5 18s1.5-.67 1.5-1.5S9.33 15 8.5 15zM12 1C5.93 1 1 5.93 1 12s4.93 11 11 11 11-4.93 11-11S18.07 1 12 1zm0 20c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9zm5.5-11c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm-2 5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"})
"SettingsInputSvideo"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_svideo_outlined.cljs
================================================
(ns reagent-mui.icons.settings-input-svideo-outlined
"Imports @mui/icons-material/SettingsInputSvideoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-svideo-outlined (create-svg-icon (e "path" #js {"d" "M8 11.5c0-.83-.67-1.5-1.5-1.5S5 10.67 5 11.5 5.67 13 6.5 13 8 12.33 8 11.5zm7-5c0-.83-.67-1.5-1.5-1.5h-3C9.67 5 9 5.67 9 6.5S9.67 8 10.5 8h3c.83 0 1.5-.67 1.5-1.5zM8.5 15c-.83 0-1.5.67-1.5 1.5S7.67 18 8.5 18s1.5-.67 1.5-1.5S9.33 15 8.5 15zM12 1C5.93 1 1 5.93 1 12s4.93 11 11 11 11-4.93 11-11S18.07 1 12 1zm0 20c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9zm5.5-11c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm-2 5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"})
"SettingsInputSvideoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_svideo_rounded.cljs
================================================
(ns reagent-mui.icons.settings-input-svideo-rounded
"Imports @mui/icons-material/SettingsInputSvideoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-svideo-rounded (create-svg-icon [(e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}) (e "circle" #js {"cx" "7.5", "cy" "11.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "11.5", "r" "1.5"}) (e "circle" #js {"cx" "9", "cy" "16", "r" "1.5"}) (e "circle" #js {"cx" "15", "cy" "16", "r" "1.5"}) (e "path" #js {"d" "M15 7.5c0-.83-.67-1.5-1.5-1.5h-3C9.67 6 9 6.67 9 7.5S9.67 9 10.5 9h3c.83 0 1.5-.67 1.5-1.5z"})]
"SettingsInputSvideoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_svideo_sharp.cljs
================================================
(ns reagent-mui.icons.settings-input-svideo-sharp
"Imports @mui/icons-material/SettingsInputSvideoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-svideo-sharp (create-svg-icon (e "path" #js {"d" "M8 11.5c0-.83-.67-1.5-1.5-1.5S5 10.67 5 11.5 5.67 13 6.5 13 8 12.33 8 11.5zm7-5c0-.83-.67-1.5-1.5-1.5h-3C9.67 5 9 5.67 9 6.5S9.67 8 10.5 8h3c.83 0 1.5-.67 1.5-1.5zM8.5 15c-.83 0-1.5.67-1.5 1.5S7.67 18 8.5 18s1.5-.67 1.5-1.5S9.33 15 8.5 15zM12 1C5.93 1 1 5.93 1 12s4.93 11 11 11 11-4.93 11-11S18.07 1 12 1zm0 20c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9zm5.5-11c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm-2 5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"})
"SettingsInputSvideoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_input_svideo_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-input-svideo-two-tone
"Imports @mui/icons-material/SettingsInputSvideoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-input-svideo-two-tone (create-svg-icon [(e "path" #js {"d" "M12 3c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9zm-7 8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S7.33 13 6.5 13 5 12.33 5 11.5zM8.5 18c-.83 0-1.5-.67-1.5-1.5S7.67 15 8.5 15s1.5.67 1.5 1.5S9.33 18 8.5 18zm2-10C9.67 8 9 7.33 9 6.5S9.67 5 10.5 5h3c.83 0 1.5.67 1.5 1.5S14.33 8 13.5 8h-3zm5 10c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2-5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z", "opacity" ".3"}) (e "path" #js {"d" "M15 6.5c0-.83-.67-1.5-1.5-1.5h-3C9.67 5 9 5.67 9 6.5S9.67 8 10.5 8h3c.83 0 1.5-.67 1.5-1.5z"}) (e "circle" #js {"cx" "15.5", "cy" "16.5", "r" "1.5"}) (e "circle" #js {"cx" "17.5", "cy" "11.5", "r" "1.5"}) (e "path" #js {"d" "M12 1C5.93 1 1 5.93 1 12s4.93 11 11 11 11-4.93 11-11S18.07 1 12 1zm0 20c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9z"}) (e "circle" #js {"cx" "6.5", "cy" "11.5", "r" "1.5"}) (e "circle" #js {"cx" "8.5", "cy" "16.5", "r" "1.5"})]
"SettingsInputSvideoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_outlined.cljs
================================================
(ns reagent-mui.icons.settings-outlined
"Imports @mui/icons-material/SettingsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-outlined (create-svg-icon (e "path" #js {"d" "M19.43 12.98c.04-.32.07-.64.07-.98 0-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06 0-.12.01-.17.03l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17 0-.34.09-.43.25l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98 0 .33.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.09.16.26.25.44.25.06 0 .12-.01.17-.03l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.06.02.12.03.18.03.17 0 .34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73 0 .21-.02.43-.05.73l-.14 1.13.89.7 1.08.84-.7 1.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16 1.13-.2 1.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21 1.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21 1.27.51 1.04.42.9-.68c.43-.32.84-.56 1.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19 1.35.16 1.13 1.06.43c.43.18.83.41 1.23.71l.91.7 1.06-.43 1.27-.51.7 1.21-1.07.85-.89.7.14 1.13zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"SettingsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_overscan.cljs
================================================
(ns reagent-mui.icons.settings-overscan
"Imports @mui/icons-material/SettingsOverscan as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-overscan (create-svg-icon (e "path" #js {"d" "M12.01 5.5 10 8h4l-1.99-2.5zM18 10v4l2.5-1.99L18 10zM6 10l-2.5 2.01L6 14v-4zm8 6h-4l2.01 2.5L14 16zm7-13H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02z"})
"SettingsOverscan"))
================================================
FILE: src/icons/reagent_mui/icons/settings_overscan_outlined.cljs
================================================
(ns reagent-mui.icons.settings-overscan-outlined
"Imports @mui/icons-material/SettingsOverscanOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-overscan-outlined (create-svg-icon (e "path" #js {"d" "M12.01 5.5 10 8h4l-1.99-2.5zM18 10v4l2.5-1.99L18 10zM6 10l-2.5 2.01L6 14v-4zm8 6h-4l2.01 2.5L14 16zm7-13H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02z"})
"SettingsOverscanOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_overscan_rounded.cljs
================================================
(ns reagent-mui.icons.settings-overscan-rounded
"Imports @mui/icons-material/SettingsOverscanRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-overscan-rounded (create-svg-icon (e "path" #js {"d" "M12.01 7 10 9h4l-1.99-2zM17 10v4l2-1.99L17 10zM7 10l-2 2.01L7 14v-4zm7 5h-4l2.01 2L14 15zm6-11H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14.01H4V5.99h16v12.02z"})
"SettingsOverscanRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_overscan_sharp.cljs
================================================
(ns reagent-mui.icons.settings-overscan-sharp
"Imports @mui/icons-material/SettingsOverscanSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-overscan-sharp (create-svg-icon (e "path" #js {"d" "M12.01 5.5 10 8h4l-1.99-2.5zM18 10v4l2.5-1.99L18 10zM6 10l-2.5 2.01L6 14v-4zm8 6h-4l2.01 2.5L14 16zm9-13H1v18h22V3zm-2 16.01H3V4.99h18v14.02z"})
"SettingsOverscanSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_overscan_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-overscan-two-tone
"Imports @mui/icons-material/SettingsOverscanTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-overscan-two-tone (create-svg-icon [(e "path" #js {"d" "M3 19.01h18V4.99H3v14.02zM18 10l2.5 2.01L18 14v-4zm-5.99-4.5L14 8h-4l2.01-2.5zM14 16l-1.99 2.5L10 16h4zm-8-6v4l-2.5-1.99L6 10z", "opacity" ".3"}) (e "path" #js {"d" "M14 16h-4l2.01 2.5zm4-6v4l2.5-1.99zm3-7H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02zM6 10l-2.5 2.01L6 14zm6.01-4.5L10 8h4z"})]
"SettingsOverscanTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_phone.cljs
================================================
(ns reagent-mui.icons.settings-phone
"Imports @mui/icons-material/SettingsPhone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-phone (create-svg-icon (e "path" #js {"d" "M13 9h-2v2h2V9zm4 0h-2v2h2V9zm3 6.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.58l2.2-2.21c.28-.27.36-.66.25-1.01C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM19 9v2h2V9h-2z"})
"SettingsPhone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_phone_outlined.cljs
================================================
(ns reagent-mui.icons.settings-phone-outlined
"Imports @mui/icons-material/SettingsPhoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-phone-outlined (create-svg-icon (e "path" #js {"d" "M11 9h2v2h-2zm4 0h2v2h-2zm5 6.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.58l2.2-2.21c.28-.27.36-.66.25-1.01C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.46 2.59L5.79 8.8c-.41-1.21-.67-2.48-.76-3.8zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51zM19 9h2v2h-2z"})
"SettingsPhoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_phone_rounded.cljs
================================================
(ns reagent-mui.icons.settings-phone-rounded
"Imports @mui/icons-material/SettingsPhoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-phone-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "10", "r" "1"}) (e "circle" #js {"cx" "16", "cy" "10", "r" "1"}) (e "circle" #js {"cx" "20", "cy" "10", "r" "1"}) (e "path" #js {"d" "m15.63 14.4-2.52 2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c.23-.24.33-.57.27-.9L9.13 3.8c-.09-.46-.5-.8-.98-.8H4c-.56 0-1.03.47-1 1.03.17 2.89 1.05 5.6 2.43 7.97 1.58 2.73 3.85 4.99 6.57 6.57 2.37 1.37 5.08 2.26 7.97 2.43.56.03 1.03-.44 1.03-1v-4.15c0-.48-.34-.89-.8-.98l-3.67-.73c-.33-.07-.67.03-.9.26z"})]
"SettingsPhoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_phone_sharp.cljs
================================================
(ns reagent-mui.icons.settings-phone-sharp
"Imports @mui/icons-material/SettingsPhoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-phone-sharp (create-svg-icon (e "path" #js {"d" "M13.21 17.37c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51l-5.27-.61-2.52 2.52zM11 9h2v2h-2zm4 0h2v2h-2zm4 0h2v2h-2z"})
"SettingsPhoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_phone_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-phone-two-tone
"Imports @mui/icons-material/SettingsPhoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-phone-two-tone (create-svg-icon [(e "path" #js {"d" "M6.54 5h-1.5c.09 1.32.35 2.59.75 3.79l1.2-1.21c-.24-.83-.39-1.7-.45-2.58zm8.66 13.21c1.21.41 2.48.67 3.8.76v-1.5c-.88-.07-1.75-.22-2.6-.45l-1.2 1.19z", "opacity" ".3"}) (e "path" #js {"d" "M11 9h2v2h-2zm4 0h2v2h-2zm5 6.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.58l2.2-2.21c.28-.27.36-.66.25-1.01C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.46 2.59L5.79 8.8c-.41-1.21-.67-2.48-.76-3.8zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51zM19 9h2v2h-2z"})]
"SettingsPhoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_power.cljs
================================================
(ns reagent-mui.icons.settings-power
"Imports @mui/icons-material/SettingsPower as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-power (create-svg-icon (e "path" #js {"d" "M7 24h2v-2H7v2zm4 0h2v-2h-2v2zm2-22h-2v10h2V2zm3.56 2.44-1.45 1.45C16.84 6.94 18 8.83 18 11c0 3.31-2.69 6-6 6s-6-2.69-6-6c0-2.17 1.16-4.06 2.88-5.12L7.44 4.44C5.36 5.88 4 8.28 4 11c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.72-1.36-5.12-3.44-6.56zM15 24h2v-2h-2v2z"})
"SettingsPower"))
================================================
FILE: src/icons/reagent_mui/icons/settings_power_outlined.cljs
================================================
(ns reagent-mui.icons.settings-power-outlined
"Imports @mui/icons-material/SettingsPowerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-power-outlined (create-svg-icon (e "path" #js {"d" "M7 24h2v-2H7v2zm4 0h2v-2h-2v2zm2-22h-2v10h2V2zm3.56 2.44-1.45 1.45C16.84 6.94 18 8.83 18 11c0 3.31-2.69 6-6 6s-6-2.69-6-6c0-2.17 1.16-4.06 2.88-5.12L7.44 4.44C5.36 5.88 4 8.28 4 11c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.72-1.36-5.12-3.44-6.56zM15 24h2v-2h-2v2z"})
"SettingsPowerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_power_rounded.cljs
================================================
(ns reagent-mui.icons.settings-power-rounded
"Imports @mui/icons-material/SettingsPowerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-power-rounded (create-svg-icon (e "path" #js {"d" "M8 24c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-22c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1zm3.94 3.06-.02.02c-.41.41-.36 1.08.08 1.46 1.51 1.34 2.33 3.43 1.88 5.7-.46 2.28-2.29 4.14-4.56 4.62C9.43 17.69 6 14.74 6 11c0-1.78.78-3.37 2.01-4.47.43-.39.47-1.04.07-1.45l-.02-.02c-.37-.37-.96-.39-1.36-.04-2.01 1.77-3.12 4.53-2.56 7.52.59 3.15 3.11 5.7 6.26 6.31 5.12.99 9.6-2.9 9.6-7.85 0-2.38-1.05-4.52-2.71-5.99-.39-.34-.98-.32-1.35.05zM16 24c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"})
"SettingsPowerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_power_sharp.cljs
================================================
(ns reagent-mui.icons.settings-power-sharp
"Imports @mui/icons-material/SettingsPowerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-power-sharp (create-svg-icon (e "path" #js {"d" "M7 24h2v-2H7v2zm4 0h2v-2h-2v2zm2-22h-2v10h2V2zm3.56 2.44-1.45 1.45C16.84 6.94 18 8.83 18 11c0 3.31-2.69 6-6 6s-6-2.69-6-6c0-2.17 1.16-4.06 2.88-5.12L7.44 4.44C5.36 5.88 4 8.28 4 11c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.72-1.36-5.12-3.44-6.56zM15 24h2v-2h-2v2z"})
"SettingsPowerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_power_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-power-two-tone
"Imports @mui/icons-material/SettingsPowerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-power-two-tone (create-svg-icon (e "path" #js {"d" "M7 24h2v-2H7v2zm4 0h2v-2h-2v2zm2-22h-2v10h2V2zm3.56 2.44-1.45 1.45C16.84 6.94 18 8.83 18 11c0 3.31-2.69 6-6 6s-6-2.69-6-6c0-2.17 1.16-4.06 2.88-5.12L7.44 4.44C5.36 5.88 4 8.28 4 11c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.72-1.36-5.12-3.44-6.56zM15 24h2v-2h-2v2z"})
"SettingsPowerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_remote.cljs
================================================
(ns reagent-mui.icons.settings-remote
"Imports @mui/icons-material/SettingsRemote as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-remote (create-svg-icon (e "path" #js {"d" "M15 9H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1zm-3 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM7.05 6.05l1.41 1.41C9.37 6.56 10.62 6 12 6s2.63.56 3.54 1.46l1.41-1.41C15.68 4.78 13.93 4 12 4s-3.68.78-4.95 2.05zM12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41C7.26 3.01 9.51 2 12 2s4.74 1.01 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0z"})
"SettingsRemote"))
================================================
FILE: src/icons/reagent_mui/icons/settings_remote_outlined.cljs
================================================
(ns reagent-mui.icons.settings-remote-outlined
"Imports @mui/icons-material/SettingsRemoteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-remote-outlined (create-svg-icon [(e "path" #js {"d" "M15 9H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1zm-1 12h-4V11h4v10z"}) (e "circle" #js {"cx" "12", "cy" "13", "r" "1"}) (e "path" #js {"d" "m7.05 6.05 1.41 1.41C9.37 6.56 10.62 6 12 6s2.63.56 3.54 1.46l1.41-1.41C15.68 4.78 13.93 4 12 4s-3.68.78-4.95 2.05zM12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41C7.26 3.01 9.51 2 12 2s4.74 1.01 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0z"})]
"SettingsRemoteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_remote_rounded.cljs
================================================
(ns reagent-mui.icons.settings-remote-rounded
"Imports @mui/icons-material/SettingsRemoteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-remote-rounded (create-svg-icon [(e "path" #js {"d" "M15 9H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1zm-3 5.25c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zM7.82 6.82c.35.35.9.38 1.3.1C9.93 6.34 10.93 6 12 6c1.07 0 2.07.34 2.88.91.4.28.95.26 1.3-.09.43-.43.39-1.15-.09-1.5C14.94 4.49 13.53 4 12 4c-1.53 0-2.94.49-4.09 1.32-.49.35-.52 1.07-.09 1.5z"}) (e "path" #js {"d" "M12 0C9.36 0 6.94.93 5.05 2.47c-.46.38-.5 1.07-.08 1.49.36.36.93.39 1.32.07C7.84 2.77 9.83 2 12 2s4.16.77 5.7 2.04c.39.32.96.29 1.32-.07.42-.42.38-1.11-.08-1.49C17.06.93 14.64 0 12 0z"})]
"SettingsRemoteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_remote_sharp.cljs
================================================
(ns reagent-mui.icons.settings-remote-sharp
"Imports @mui/icons-material/SettingsRemoteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-remote-sharp (create-svg-icon (e "path" #js {"d" "M16 9H8v14h8V9zm-4 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM7.05 6.05l1.41 1.41C9.37 6.56 10.62 6 12 6s2.63.56 3.54 1.46l1.41-1.41C15.68 4.78 13.93 4 12 4s-3.68.78-4.95 2.05zM12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41C7.26 3.01 9.51 2 12 2s4.74 1.01 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0z"})
"SettingsRemoteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_remote_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-remote-two-tone
"Imports @mui/icons-material/SettingsRemoteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-remote-two-tone (create-svg-icon [(e "path" #js {"d" "M10 21h4V11h-4v10zm2-9c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z", "opacity" ".3"}) (e "path" #js {"d" "M15 9H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1zm-1 12h-4V11h4v10z"}) (e "circle" #js {"cx" "12", "cy" "13", "r" "1"}) (e "path" #js {"d" "m7.05 6.05 1.41 1.41C9.37 6.56 10.62 6 12 6s2.63.56 3.54 1.46l1.41-1.41C15.68 4.78 13.93 4 12 4s-3.68.78-4.95 2.05zM12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41C7.26 3.01 9.51 2 12 2s4.74 1.01 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0z"})]
"SettingsRemoteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_rounded.cljs
================================================
(ns reagent-mui.icons.settings-rounded
"Imports @mui/icons-material/SettingsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-rounded (create-svg-icon (e "path" #js {"d" "M19.5 12c0-.23-.01-.45-.03-.68l1.86-1.41c.4-.3.51-.86.26-1.3l-1.87-3.23c-.25-.44-.79-.62-1.25-.42l-2.15.91c-.37-.26-.76-.49-1.17-.68l-.29-2.31c-.06-.5-.49-.88-.99-.88h-3.73c-.51 0-.94.38-1 .88l-.29 2.31c-.41.19-.8.42-1.17.68l-2.15-.91c-.46-.2-1-.02-1.25.42L2.41 8.62c-.25.44-.14.99.26 1.3l1.86 1.41c-.02.22-.03.44-.03.67s.01.45.03.68l-1.86 1.41c-.4.3-.51.86-.26 1.3l1.87 3.23c.25.44.79.62 1.25.42l2.15-.91c.37.26.76.49 1.17.68l.29 2.31c.06.5.49.88.99.88h3.73c.5 0 .93-.38.99-.88l.29-2.31c.41-.19.8-.42 1.17-.68l2.15.91c.46.2 1 .02 1.25-.42l1.87-3.23c.25-.44.14-.99-.26-1.3l-1.86-1.41c.03-.23.04-.45.04-.68zm-7.46 3.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"})
"SettingsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_sharp.cljs
================================================
(ns reagent-mui.icons.settings-sharp
"Imports @mui/icons-material/SettingsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-sharp (create-svg-icon (e "path" #js {"d" "m19.44 12.99-.01.02c.04-.33.08-.67.08-1.01 0-.34-.03-.66-.07-.99l.01.02 2.44-1.92-2.43-4.22-2.87 1.16.01.01c-.52-.4-1.09-.74-1.71-1h.01L14.44 2H9.57l-.44 3.07h.01c-.62.26-1.19.6-1.71 1l.01-.01-2.88-1.17-2.44 4.22 2.44 1.92.01-.02c-.04.33-.07.65-.07.99 0 .34.03.68.08 1.01l-.01-.02-2.1 1.65-.33.26 2.43 4.2 2.88-1.15-.02-.04c.53.41 1.1.75 1.73 1.01h-.03L9.58 22h4.85s.03-.18.06-.42l.38-2.65h-.01c.62-.26 1.2-.6 1.73-1.01l-.02.04 2.88 1.15 2.43-4.2s-.14-.12-.33-.26l-2.11-1.66zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"})
"SettingsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_suggest.cljs
================================================
(ns reagent-mui.icons.settings-suggest
"Imports @mui/icons-material/SettingsSuggest as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-suggest (create-svg-icon (e "path" #js {"d" "M17.41 6.59 15 5.5l2.41-1.09L18.5 2l1.09 2.41L22 5.5l-2.41 1.09L18.5 9l-1.09-2.41zm3.87 6.13L20.5 11l-.78 1.72-1.72.78 1.72.78.78 1.72.78-1.72L23 13.5l-1.72-.78zm-5.04 1.65 1.94 1.47-2.5 4.33-2.24-.94c-.2.13-.42.26-.64.37l-.3 2.4h-5l-.3-2.41c-.22-.11-.43-.23-.64-.37l-2.24.94-2.5-4.33 1.94-1.47c-.01-.11-.01-.24-.01-.36s0-.25.01-.37l-1.94-1.47 2.5-4.33 2.24.94c.2-.13.42-.26.64-.37L7.5 6h5l.3 2.41c.22.11.43.23.64.37l2.24-.94 2.5 4.33-1.94 1.47c.01.12.01.24.01.37s0 .24-.01.36zM13 14c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3z"})
"SettingsSuggest"))
================================================
FILE: src/icons/reagent_mui/icons/settings_suggest_outlined.cljs
================================================
(ns reagent-mui.icons.settings-suggest-outlined
"Imports @mui/icons-material/SettingsSuggestOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-suggest-outlined (create-svg-icon (e "path" #js {"d" "M10 13c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m0-2c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm8.5-2 1.09-2.41L22 5.5l-2.41-1.09L18.5 2l-1.09 2.41L15 5.5l2.41 1.09L18.5 9zm2.78 3.72L20.5 11l-.78 1.72-1.72.78 1.72.78.78 1.72.78-1.72L23 13.5l-1.72-.78zM16.25 14c0-.12 0-.25-.01-.37l1.94-1.47-2.5-4.33-2.24.94c-.2-.13-.42-.26-.64-.37L12.5 6h-5l-.3 2.41c-.22.11-.43.24-.64.37l-2.24-.95-2.5 4.33 1.94 1.47c-.01.12-.01.25-.01.37s0 .25.01.37l-1.94 1.47 2.5 4.33 2.24-.94c.2.13.42.26.64.37l.3 2.4h5l.3-2.41c.22-.11.43-.23.64-.37l2.24.94 2.5-4.33-1.94-1.47c.01-.11.01-.24.01-.36zm-1.42 3.64-1.73-.73c-.56.6-1.3 1.04-2.13 1.23L10.73 20H9.27l-.23-1.86c-.83-.19-1.57-.63-2.13-1.23l-1.73.73-.73-1.27 1.49-1.13c-.12-.39-.18-.8-.18-1.23 0-.43.06-.84.18-1.23l-1.49-1.13.73-1.27 1.73.73c.56-.6 1.3-1.04 2.13-1.23L9.27 8h1.47l.23 1.86c.83.19 1.57.63 2.13 1.23l1.73-.73.73 1.27-1.49 1.13c.12.39.18.8.18 1.23 0 .43-.06.84-.18 1.23l1.49 1.13-.73 1.29z"})
"SettingsSuggestOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_suggest_rounded.cljs
================================================
(ns reagent-mui.icons.settings-suggest-rounded
"Imports @mui/icons-material/SettingsSuggestRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-suggest-rounded (create-svg-icon (e "path" #js {"d" "m18.04 7.99-.63-1.4-1.4-.63c-.39-.18-.39-.73 0-.91l1.4-.63.63-1.4c.18-.39.73-.39.91 0l.63 1.4 1.4.63c.39.18.39.73 0 .91l-1.4.63-.63 1.4c-.17.39-.73.39-.91 0zm3.24 4.73-.32-.72c-.18-.39-.73-.39-.91 0l-.32.72-.73.32c-.39.18-.39.73 0 .91l.72.32.32.73c.18.39.73.39.91 0l.32-.72.73-.32c.39-.18.39-.73 0-.91l-.72-.33zm-5.04 1.65 1.23.93c.4.3.51.86.26 1.3l-1.62 2.8c-.25.44-.79.62-1.25.42l-1.43-.6c-.2.13-.42.26-.64.37l-.19 1.54c-.06.5-.49.88-.99.88H8.38c-.5 0-.93-.38-.99-.88l-.19-1.54c-.22-.11-.43-.23-.64-.37l-1.43.6c-.46.2-1 .02-1.25-.42l-1.62-2.8c-.25-.44-.14-.99.26-1.3l1.23-.93V14c0-.12 0-.25.01-.37l-1.23-.93c-.4-.3-.51-.86-.26-1.3l1.62-2.8c.25-.44.79-.62 1.25-.42l1.43.6c.2-.13.42-.26.64-.37l.19-1.54c.05-.49.48-.87.98-.87h3.23c.5 0 .93.38.99.88l.19 1.54c.22.11.43.23.64.37l1.43-.6c.46-.2 1-.02 1.25.42l1.62 2.8c.25.44.14.99-.26 1.3l-1.23.93c.01.12.01.24.01.37s0 .24-.01.36zM13 14c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3z"})
"SettingsSuggestRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_suggest_sharp.cljs
================================================
(ns reagent-mui.icons.settings-suggest-sharp
"Imports @mui/icons-material/SettingsSuggestSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-suggest-sharp (create-svg-icon (e "path" #js {"d" "M17.41 6.59 15 5.5l2.41-1.09L18.5 2l1.09 2.41L22 5.5l-2.41 1.09L18.5 9l-1.09-2.41zm3.87 6.13L20.5 11l-.78 1.72-1.72.78 1.72.78.78 1.72.78-1.72L23 13.5l-1.72-.78zm-5.04 1.65 1.94 1.47-2.5 4.33-2.24-.94c-.2.13-.42.26-.64.37l-.3 2.4h-5l-.3-2.41c-.22-.11-.43-.23-.64-.37l-2.24.94-2.5-4.33 1.94-1.47c-.01-.11-.01-.24-.01-.36s0-.25.01-.37l-1.94-1.47 2.5-4.33 2.24.94c.2-.13.42-.26.64-.37L7.5 6h5l.3 2.41c.22.11.43.23.64.37l2.24-.94 2.5 4.33-1.94 1.47c.01.12.01.24.01.37s0 .24-.01.36zM13 14c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3z"})
"SettingsSuggestSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_suggest_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-suggest-two-tone
"Imports @mui/icons-material/SettingsSuggestTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-suggest-two-tone (create-svg-icon [(e "path" #js {"d" "M14.07 15.23c.12-.39.18-.8.18-1.23 0-.43-.06-.84-.18-1.23l1.49-1.13-.73-1.27-1.73.73c-.56-.6-1.3-1.04-2.13-1.23L10.73 8H9.27l-.24 1.86c-.83.19-1.57.63-2.13 1.23l-1.73-.73-.73 1.27 1.49 1.13c-.12.39-.18.8-.18 1.23 0 .43.06.84.18 1.23l-1.49 1.13.73 1.27 1.73-.73c.56.6 1.3 1.04 2.13 1.23L9.27 20h1.47l.23-1.86c.83-.19 1.57-.63 2.13-1.23l1.73.73.73-1.27-1.49-1.14zM10 17c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z", "opacity" ".3"}) (e "path" #js {"d" "M10 13c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m0-2c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm8.5-2 1.09-2.41L22 5.5l-2.41-1.09L18.5 2l-1.09 2.41L15 5.5l2.41 1.09L18.5 9zm2.78 3.72L20.5 11l-.78 1.72-1.72.78 1.72.78.78 1.72.78-1.72L23 13.5l-1.72-.78zM16.25 14c0-.12 0-.25-.01-.37l1.94-1.47-2.5-4.33-2.24.94c-.2-.13-.42-.26-.64-.37L12.5 6h-5l-.3 2.41c-.22.11-.43.24-.64.37l-2.24-.95-2.5 4.33 1.94 1.47c-.01.12-.01.25-.01.37s0 .25.01.37l-1.94 1.47 2.5 4.33 2.24-.94c.2.13.42.26.64.37l.3 2.4h5l.3-2.41c.22-.11.43-.23.64-.37l2.24.94 2.5-4.33-1.94-1.47c.01-.11.01-.24.01-.36zm-1.42 3.64-1.73-.73c-.56.6-1.3 1.04-2.13 1.23L10.73 20H9.27l-.23-1.86c-.83-.19-1.57-.63-2.13-1.23l-1.73.73-.73-1.27 1.49-1.13c-.12-.39-.18-.8-.18-1.23 0-.43.06-.84.18-1.23l-1.49-1.13.73-1.27 1.73.73c.56-.6 1.3-1.04 2.13-1.23L9.27 8h1.47l.23 1.86c.83.19 1.57.63 2.13 1.23l1.73-.73.73 1.27-1.49 1.13c.12.39.18.8.18 1.23 0 .43-.06.84-.18 1.23l1.49 1.13-.73 1.29z"})]
"SettingsSuggestTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_system_daydream.cljs
================================================
(ns reagent-mui.icons.settings-system-daydream
"Imports @mui/icons-material/SettingsSystemDaydream as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-system-daydream (create-svg-icon (e "path" #js {"d" "M9 16h6.5c1.38 0 2.5-1.12 2.5-2.5S16.88 11 15.5 11h-.05c-.24-1.69-1.69-3-3.45-3-1.4 0-2.6.83-3.16 2.02h-.16C7.17 10.18 6 11.45 6 13c0 1.66 1.34 3 3 3zM21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02z"})
"SettingsSystemDaydream"))
================================================
FILE: src/icons/reagent_mui/icons/settings_system_daydream_outlined.cljs
================================================
(ns reagent-mui.icons.settings-system-daydream-outlined
"Imports @mui/icons-material/SettingsSystemDaydreamOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-system-daydream-outlined (create-svg-icon (e "path" #js {"d" "M15.5 17H9c-2.21 0-4-1.79-4-4 0-1.93 1.36-3.56 3.22-3.92C9.04 7.8 10.47 7 12 7c1.95 0 3.66 1.28 4.26 3.09 1.58.36 2.74 1.75 2.74 3.41 0 1.93-1.57 3.5-3.5 3.5zm-6.76-5.98C7.74 11.15 7 11.99 7 13c0 1.1.9 2 2 2h6.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5h-.87l-.17-.86C14.29 9.92 13.23 9 12 9c-.96 0-1.84.57-2.26 1.45l-.27.57h-.73zM21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02z"})
"SettingsSystemDaydreamOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_system_daydream_rounded.cljs
================================================
(ns reagent-mui.icons.settings-system-daydream-rounded
"Imports @mui/icons-material/SettingsSystemDaydreamRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-system-daydream-rounded (create-svg-icon (e "path" #js {"d" "M9 16h6.5c1.38 0 2.5-1.12 2.5-2.5S16.88 11 15.5 11h-.05c-.24-1.69-1.69-3-3.45-3-1.4 0-2.6.83-3.16 2.02h-.16C7.17 10.18 6 11.45 6 13c0 1.66 1.34 3 3 3zM21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16.01H4c-.55 0-1-.45-1-1V5.99c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12.02c0 .55-.45 1-1 1z"})
"SettingsSystemDaydreamRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_system_daydream_sharp.cljs
================================================
(ns reagent-mui.icons.settings-system-daydream-sharp
"Imports @mui/icons-material/SettingsSystemDaydreamSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-system-daydream-sharp (create-svg-icon (e "path" #js {"d" "M9 16h6.5c1.38 0 2.5-1.12 2.5-2.5S16.88 11 15.5 11h-.05c-.24-1.69-1.69-3-3.45-3-1.4 0-2.6.83-3.16 2.02h-.16C7.17 10.18 6 11.45 6 13c0 1.66 1.34 3 3 3zM23 3H1v18h22V3zm-2 16.01H3V4.99h18v14.02z"})
"SettingsSystemDaydreamSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_system_daydream_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-system-daydream-two-tone
"Imports @mui/icons-material/SettingsSystemDaydreamTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-system-daydream-two-tone (create-svg-icon [(e "path" #js {"d" "M9 15h6.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5h-.87l-.17-.86C14.29 9.92 13.23 9 12 9c-.96 0-1.84.57-2.26 1.45l-.27.57h-.73C7.74 11.15 7 11.99 7 13c0 1.1.9 2 2 2z", "opacity" ".3"}) (e "path" #js {"d" "M9 17h6.5c1.93 0 3.5-1.57 3.5-3.5 0-1.66-1.16-3.05-2.74-3.41C15.66 8.28 13.95 7 12 7c-1.53 0-2.96.8-3.78 2.08C6.36 9.44 5 11.07 5 13c0 2.21 1.79 4 4 4zm-.26-5.98h.74l.27-.57C10.16 9.57 11.04 9 12 9c1.23 0 2.29.92 2.46 2.14l.17.86h.87c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5H9c-1.1 0-2-.9-2-2 0-1.01.74-1.85 1.74-1.98zM21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02z"})]
"SettingsSystemDaydreamTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-two-tone
"Imports @mui/icons-material/SettingsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-two-tone (create-svg-icon [(e "path" #js {"d" "m19.28 8.6-.7-1.21-1.27.51-1.06.43-.91-.7c-.39-.3-.8-.54-1.23-.71l-1.06-.43-.16-1.13L12.7 4h-1.4l-.19 1.35-.16 1.13-1.06.44c-.41.17-.82.41-1.25.73l-.9.68-1.05-.42-1.27-.52-.7 1.21 1.08.84.89.7-.14 1.13c-.03.3-.05.53-.05.73s.02.43.05.73l.14 1.13-.89.7-1.08.84.7 1.21 1.27-.51 1.06-.43.91.7c.39.3.8.54 1.23.71l1.06.43.16 1.13.19 1.36h1.39l.19-1.35.16-1.13 1.06-.43c.41-.17.82-.41 1.25-.73l.9-.68 1.04.42 1.27.51.7-1.21-1.08-.84-.89-.7.14-1.13c.04-.31.05-.52.05-.73 0-.21-.02-.43-.05-.73l-.14-1.13.89-.7 1.1-.84zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z", "opacity" ".3"}) (e "path" #js {"d" "M19.43 12.98c.04-.32.07-.64.07-.98 0-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06 0-.12.01-.17.03l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17 0-.34.09-.43.25l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.09.16.26.25.44.25.06 0 .12-.01.17-.03l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.06.02.12.03.18.03.17 0 .34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73 0 .21-.02.43-.05.73l-.14 1.13.89.7 1.08.84-.7 1.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16 1.13-.2 1.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21 1.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21 1.27.51 1.04.42.9-.68c.43-.32.84-.56 1.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19 1.35.16 1.13 1.06.43c.43.18.83.41 1.23.71l.91.7 1.06-.43 1.27-.51.7 1.21-1.07.85-.89.7.14 1.13zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"SettingsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/settings_voice.cljs
================================================
(ns reagent-mui.icons.settings-voice
"Imports @mui/icons-material/SettingsVoice as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-voice (create-svg-icon (e "path" #js {"d" "M7 24h2v-2H7v2zm5-11c1.66 0 2.99-1.34 2.99-3L15 4c0-1.66-1.34-3-3-3S9 2.34 9 4v6c0 1.66 1.34 3 3 3zm-1 11h2v-2h-2v2zm4 0h2v-2h-2v2zm4-14h-1.7c0 3-2.54 5.1-5.3 5.1S6.7 13 6.7 10H5c0 3.41 2.72 6.23 6 6.72V20h2v-3.28c3.28-.49 6-3.31 6-6.72z"})
"SettingsVoice"))
================================================
FILE: src/icons/reagent_mui/icons/settings_voice_outlined.cljs
================================================
(ns reagent-mui.icons.settings-voice-outlined
"Imports @mui/icons-material/SettingsVoiceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-voice-outlined (create-svg-icon (e "path" #js {"d" "M7 22h2v2H7zm5-9c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3S9 2.34 9 4v6c0 1.66 1.34 3 3 3zm-1-9c0-.55.45-1 1-1s1 .45 1 1v6c0 .56-.44 1-1 1-.55 0-1-.45-1-1V4zm0 18h2v2h-2zm4 0h2v2h-2zm4-12h-1.7c0 3-2.54 5.1-5.3 5.1S6.7 13 6.7 10H5c0 3.41 2.72 6.23 6 6.72V20h2v-3.28c3.28-.49 6-3.31 6-6.72z"})
"SettingsVoiceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/settings_voice_rounded.cljs
================================================
(ns reagent-mui.icons.settings-voice-rounded
"Imports @mui/icons-material/SettingsVoiceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-voice-rounded (create-svg-icon (e "path" #js {"d" "M8 24c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM9 10V4c0-1.66 1.34-3 3-3s3 1.34 3 3v6c0 1.66-1.34 3-3 3s-3-1.34-3-3zm8.91 0c.61 0 1.09.54 1 1.14-.49 3-2.89 5.34-5.91 5.78V19c0 .55-.45 1-1 1s-1-.45-1-1v-2.08c-3.02-.44-5.42-2.78-5.91-5.78-.1-.6.39-1.14 1-1.14.49 0 .9.36.98.85C7.48 13.21 9.53 15 12 15s4.52-1.79 4.93-4.15c.08-.49.49-.85.98-.85z"})
"SettingsVoiceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/settings_voice_sharp.cljs
================================================
(ns reagent-mui.icons.settings-voice-sharp
"Imports @mui/icons-material/SettingsVoiceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-voice-sharp (create-svg-icon (e "path" #js {"d" "M7 24h2v-2H7v2zm5-11c1.66 0 2.99-1.34 2.99-3L15 4c0-1.66-1.34-3-3-3S9 2.34 9 4v6c0 1.66 1.34 3 3 3zm-1 11h2v-2h-2v2zm4 0h2v-2h-2v2zm4-14h-1.7c0 3-2.54 5.1-5.3 5.1S6.7 13 6.7 10H5c0 3.41 2.72 6.23 6 6.72V20h2v-3.28c3.28-.49 6-3.31 6-6.72z"})
"SettingsVoiceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/settings_voice_two_tone.cljs
================================================
(ns reagent-mui.icons.settings-voice-two-tone
"Imports @mui/icons-material/SettingsVoiceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def settings-voice-two-tone (create-svg-icon [(e "path" #js {"d" "M12 11c.56 0 .99-.44.99-1L13 4c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .55.45 1 1 1z", "opacity" ".3"}) (e "path" #js {"d" "M7 22h2v2H7zm5-9c1.66 0 2.99-1.34 2.99-3L15 4c0-1.66-1.34-3-3-3S9 2.34 9 4v6c0 1.66 1.34 3 3 3zm-1-9c0-.55.45-1 1-1s1 .45 1 1v6c0 .56-.44 1-1 1-.55 0-1-.45-1-1V4zm0 18h2v2h-2zm4 0h2v2h-2zm4-12h-1.7c0 3-2.54 5.1-5.3 5.1S6.7 13 6.7 10H5c0 3.41 2.72 6.23 6 6.72V20h2v-3.28c3.28-.49 6-3.31 6-6.72z"})]
"SettingsVoiceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/seven_k.cljs
================================================
(ns reagent-mui.icons.seven-k
"Imports @mui/icons-material/SevenK as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seven-k (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9.5 15H7.75l1.38-4.5H6.5V9H10c.67 0 1.15.65.96 1.29L9.5 15zm8.5 0h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"})
"SevenK"))
================================================
FILE: src/icons/reagent_mui/icons/seven_k_outlined.cljs
================================================
(ns reagent-mui.icons.seven-k-outlined
"Imports @mui/icons-material/SevenKOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seven-k-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M7.75 15H9.5l1.46-4.71C11.15 9.65 10.67 9 10 9H6.5v1.5h2.63L7.75 15zm6.75-2.25L16.25 15H18l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5z"})]
"SevenKOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/seven_k_plus.cljs
================================================
(ns reagent-mui.icons.seven-k-plus
"Imports @mui/icons-material/SevenKPlus as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seven-k-plus (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8 15H6.25l1.38-4.5H5V9h3.5c.67 0 1.15.65.96 1.29L8 15zm8 0h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm4-2.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"})
"SevenKPlus"))
================================================
FILE: src/icons/reagent_mui/icons/seven_k_plus_outlined.cljs
================================================
(ns reagent-mui.icons.seven-k-plus-outlined
"Imports @mui/icons-material/SevenKPlusOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seven-k-plus-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M6.75 15H8.5l1.46-4.71C10.15 9.65 9.67 9 9 9H5.5v1.5h2.63L6.75 15zm5.75-2.25L14.25 15H16l-2.25-3L16 9h-1.75l-1.75 2.25V9H11v6h1.5z"})]
"SevenKPlusOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/seven_k_plus_rounded.cljs
================================================
(ns reagent-mui.icons.seven-k-plus-rounded
"Imports @mui/icons-material/SevenKPlusRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seven-k-plus-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.95 15h-.19c-.5 0-.86-.49-.72-.97l1.08-3.53H6.25c-.41 0-.75-.34-.75-.75S5.83 9 6.25 9H9c.67 0 1.15.65.96 1.29l-1.3 4.18c-.1.32-.39.53-.71.53zm6.64 0c-.22 0-.42-.1-.55-.27l-1.54-1.98v1.55c0 .39-.31.7-.7.7h-.1c-.39 0-.7-.31-.7-.7V9.7c0-.39.31-.7.7-.7h.09c.39 0 .7.31.7.7v1.55l1.54-1.98c.14-.17.35-.27.56-.27.58 0 .91.66.56 1.12L13.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12zm3.91-2.5h-1v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1v-1c0-.28.22-.5.5-.5s.5.22.5.5v1h1c.28 0 .5.22.5.5s-.22.5-.5.5z"})
"SevenKPlusRounded"))
================================================
FILE: src/icons/reagent_mui/icons/seven_k_plus_sharp.cljs
================================================
(ns reagent-mui.icons.seven-k-plus-sharp
"Imports @mui/icons-material/SevenKPlusSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seven-k-plus-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM8.5 15H6.75l1.38-4.5H5.5V9h4.86L8.5 15zm7.5 0h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm3-2.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19v1z"})
"SevenKPlusSharp"))
================================================
FILE: src/icons/reagent_mui/icons/seven_k_plus_two_tone.cljs
================================================
(ns reagent-mui.icons.seven-k-plus-two-tone
"Imports @mui/icons-material/SevenKPlusTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seven-k-plus-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14v-6.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19V5H5v14zm6-10h1.5v2.25L14.25 9H16l-2.25 3L16 15h-1.75l-1.75-2.25V15H11V9zM5.5 9H9c.67 0 1.15.65.96 1.29L8.5 15H6.75l1.38-4.5H5.5V9z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M6.75 15H8.5l1.46-4.71C10.15 9.65 9.67 9 9 9H5.5v1.5h2.63L6.75 15zm5.75-2.25L14.25 15H16l-2.25-3L16 9h-1.75l-1.75 2.25V9H11v6h1.5z"})]
"SevenKPlusTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/seven_k_rounded.cljs
================================================
(ns reagent-mui.icons.seven-k-rounded
"Imports @mui/icons-material/SevenKRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seven-k-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8.95 15h-.19c-.5 0-.86-.49-.72-.97l1.08-3.53H7.25c-.41 0-.75-.34-.75-.75S6.84 9 7.25 9H10c.67 0 1.15.65.96 1.29l-1.3 4.18c-.09.32-.38.53-.71.53zm7.64 0c-.22 0-.42-.1-.55-.27l-1.54-1.98v1.55c0 .39-.31.7-.7.7h-.1c-.39 0-.7-.31-.7-.7V9.7c0-.39.31-.7.7-.7h.09c.39 0 .7.31.7.7v1.55l1.54-1.98c.14-.17.35-.27.56-.27.58 0 .91.66.56 1.12L15.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12z"})
"SevenKRounded"))
================================================
FILE: src/icons/reagent_mui/icons/seven_k_sharp.cljs
================================================
(ns reagent-mui.icons.seven-k-sharp
"Imports @mui/icons-material/SevenKSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seven-k-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM9.5 15H7.75l1.38-4.5H6.5V9h4.86L9.5 15zm8.5 0h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"})
"SevenKSharp"))
================================================
FILE: src/icons/reagent_mui/icons/seven_k_two_tone.cljs
================================================
(ns reagent-mui.icons.seven-k-two-tone
"Imports @mui/icons-material/SevenKTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seven-k-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm8-10h1.5v2.25L16.25 9H18l-2.25 3L18 15h-1.75l-1.75-2.25V15H13V9zM6.5 9H10c.67 0 1.15.65.96 1.29L9.5 15H7.75l1.38-4.5H6.5V9z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M7.75 15H9.5l1.46-4.71C11.15 9.65 10.67 9 10 9H6.5v1.5h2.63L7.75 15zm6.75-2.25L16.25 15H18l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5z"})]
"SevenKTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/seven_mp.cljs
================================================
(ns reagent-mui.icons.seven-mp
"Imports @mui/icons-material/SevenMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seven-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm-2.5-7h-1.75L12.62 7H10V5.5h3.5c.67 0 1.15.65.96 1.29L13 11.5zm2.5 2.5H17v1.5h-1.5z"})
"SevenMp"))
================================================
FILE: src/icons/reagent_mui/icons/seven_mp_outlined.cljs
================================================
(ns reagent-mui.icons.seven-mp-outlined
"Imports @mui/icons-material/SevenMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seven-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11.25 11.5H13l1.46-4.71c.19-.64-.29-1.29-.96-1.29H10V7h2.62l-1.37 4.5z"})]
"SevenMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/seven_mp_rounded.cljs
================================================
(ns reagent-mui.icons.seven-mp-rounded
"Imports @mui/icons-material/SevenMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seven-mp-rounded (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6.5 14.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zm-.12-6.25c-.56 0-.97-.54-.8-1.08L12.62 7h-1.87c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.75c.67 0 1.15.65.96 1.29l-1.28 4.12c-.11.35-.43.59-.8.59zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"})]
"SevenMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/seven_mp_sharp.cljs
================================================
(ns reagent-mui.icons.seven-mp-sharp
"Imports @mui/icons-material/SevenMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seven-mp-sharp (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm9.5 15.5H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zm-1.25-7L12.62 7H10V5.5h4.87l-1.87 6h-1.75zM18 17h-3v1.5h-1.5v-6H18V17z"})]
"SevenMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/seven_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.seven-mp-two-tone
"Imports @mui/icons-material/SevenMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seven-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zm-8-8h3.5c.67 0 1.15.65.96 1.29L13 11.5h-1.75L12.62 7H10V5.5zm-4 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11.25 11.5H13l1.46-4.71c.19-.64-.29-1.29-.96-1.29H10V7h2.62l-1.37 4.5z"})]
"SevenMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/seventeen_mp.cljs
================================================
(ns reagent-mui.icons.seventeen-mp
"Imports @mui/icons-material/SeventeenMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seventeen-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zm5 6h-1.75L14.62 7H12V5.5h3.5c.67 0 1.15.65.96 1.29L15 11.5zm.5 2.5H17v1.5h-1.5z"})
"SeventeenMp"))
================================================
FILE: src/icons/reagent_mui/icons/seventeen_mp_outlined.cljs
================================================
(ns reagent-mui.icons.seventeen-mp-outlined
"Imports @mui/icons-material/SeventeenMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seventeen-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm4.75 0H15l1.46-4.71c.19-.64-.29-1.29-.96-1.29H12V7h2.62l-1.37 4.5z"})]
"SeventeenMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/seventeen_mp_rounded.cljs
================================================
(ns reagent-mui.icons.seventeen-mp-rounded
"Imports @mui/icons-material/SeventeenMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seventeen-mp-rounded (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.75 5.5H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C7.34 7 7 6.66 7 6.25s.34-.75.75-.75zm4.75 12.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zM12 6.25c0-.41.34-.75.75-.75h2.75c.67 0 1.15.65.96 1.29l-1.28 4.12c-.11.35-.43.59-.8.59-.56 0-.97-.54-.8-1.08L14.62 7h-1.87c-.41 0-.75-.34-.75-.75zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"SeventeenMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/seventeen_mp_sharp.cljs
================================================
(ns reagent-mui.icons.seventeen-mp-sharp
"Imports @mui/icons-material/SeventeenMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seventeen-mp-sharp (create-svg-icon [(e "path" #js {"d" "M3 3v18h18V3H3zm4 2.5h3v6H8.5V7H7V5.5zm5.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM12 7V5.5h4.87l-1.87 6h-1.75L14.62 7H12zm6 10h-3v1.5h-1.5v-6H18V17z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"SeventeenMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/seventeen_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.seventeen-mp-two-tone
"Imports @mui/icons-material/SeventeenMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def seventeen-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zm-6-8h3.5c.67 0 1.15.65.96 1.29L15 11.5h-1.75L14.62 7H12V5.5zm-5 0h3v6H8.5V7H7V5.5zm-1 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm4.75 0H15l1.46-4.71c.19-.64-.29-1.29-.96-1.29H12V7h2.62l-1.37 4.5z"})]
"SeventeenMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/severe_cold.cljs
================================================
(ns reagent-mui.icons.severe-cold
"Imports @mui/icons-material/SevereCold as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def severe-cold (create-svg-icon (e "path" #js {"d" "m12 10.41 4-4L14.59 5 12 7.59V4h-2v3.59L7.41 5 6 6.41l4 4V12H8.41l-4-4L3 9.41 5.59 12H2v2h3.59L3 16.59 4.41 18l4-4H10v1.59l-4 4L7.41 21 10 18.41V22h2v-3.59L14.59 21 16 19.59l-4-4V14h1.59l4 4L19 16.59 16.41 14H20v-2h-8zM19 2h2v5h-2zm0 6h2v2h-2z"})
"SevereCold"))
================================================
FILE: src/icons/reagent_mui/icons/severe_cold_outlined.cljs
================================================
(ns reagent-mui.icons.severe-cold-outlined
"Imports @mui/icons-material/SevereColdOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def severe-cold-outlined (create-svg-icon (e "path" #js {"d" "m12 10.41 4-4L14.59 5 12 7.59V4h-2v3.59L7.41 5 6 6.41l4 4V12H8.41l-4-4L3 9.41 5.59 12H2v2h3.59L3 16.59 4.41 18l4-4H10v1.59l-4 4L7.41 21 10 18.41V22h2v-3.59L14.59 21 16 19.59l-4-4V14h1.59l4 4L19 16.59 16.41 14H20v-2h-8zM19 2h2v5h-2zm0 6h2v2h-2z"})
"SevereColdOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/severe_cold_rounded.cljs
================================================
(ns reagent-mui.icons.severe-cold-rounded
"Imports @mui/icons-material/SevereColdRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def severe-cold-rounded (create-svg-icon [(e "path" #js {"d" "M20 2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1z"}) (e "circle" #js {"cx" "20", "cy" "9", "r" "1"}) (e "path" #js {"d" "m12 10.41 3.29-3.29c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L12 7.59V5c0-.55-.45-1-1-1s-1 .45-1 1v2.59L8.12 5.71a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10 10.41V12H8.41L5.12 8.71a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L5.59 12H3c-.55 0-1 .45-1 1s.45 1 1 1h2.59l-1.88 1.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L8.41 14H10v1.59l-3.29 3.29c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L10 18.41V21c0 .55.45 1 1 1s1-.45 1-1v-2.59l1.88 1.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12 15.59V14h1.59l3.29 3.29c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L16.41 14H19c.55 0 1-.45 1-1s-.45-1-1-1h-7v-1.59z"})]
"SevereColdRounded"))
================================================
FILE: src/icons/reagent_mui/icons/severe_cold_sharp.cljs
================================================
(ns reagent-mui.icons.severe-cold-sharp
"Imports @mui/icons-material/SevereColdSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def severe-cold-sharp (create-svg-icon (e "path" #js {"d" "m12 10.41 4-4L14.59 5 12 7.59V4h-2v3.59L7.41 5 6 6.41l4 4V12H8.41l-4-4L3 9.41 5.59 12H2v2h3.59L3 16.59 4.41 18l4-4H10v1.59l-4 4L7.41 21 10 18.41V22h2v-3.59L14.59 21 16 19.59l-4-4V14h1.59l4 4L19 16.59 16.41 14H20v-2h-8zM19 2h2v5h-2zm0 6h2v2h-2z"})
"SevereColdSharp"))
================================================
FILE: src/icons/reagent_mui/icons/severe_cold_two_tone.cljs
================================================
(ns reagent-mui.icons.severe-cold-two-tone
"Imports @mui/icons-material/SevereColdTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def severe-cold-two-tone (create-svg-icon (e "path" #js {"d" "m12 10.41 4-4L14.59 5 12 7.59V4h-2v3.59L7.41 5 6 6.41l4 4V12H8.41l-4-4L3 9.41 5.59 12H2v2h3.59L3 16.59 4.41 18l4-4H10v1.59l-4 4L7.41 21 10 18.41V22h2v-3.59L14.59 21 16 19.59l-4-4V14h1.59l4 4L19 16.59 16.41 14H20v-2h-8zM19 2h2v5h-2zm0 6h2v2h-2z"})
"SevereColdTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/shape_line.cljs
================================================
(ns reagent-mui.icons.shape-line
"Imports @mui/icons-material/ShapeLine as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shape-line (create-svg-icon [(e "path" #js {"d" "M6 11c2.76 0 5-2.24 5-5S8.76 1 6 1 1 3.24 1 6s2.24 5 5 5zm15 3h-5c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "M17.71 7.7c.4.19.83.3 1.29.3 1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3c0 .46.11.89.3 1.29L6.29 16.3c-.4-.19-.83-.3-1.29-.3-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3c0-.46-.11-.89-.3-1.29L17.71 7.7z"})]
"ShapeLine"))
================================================
FILE: src/icons/reagent_mui/icons/shape_line_outlined.cljs
================================================
(ns reagent-mui.icons.shape-line-outlined
"Imports @mui/icons-material/ShapeLineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shape-line-outlined (create-svg-icon [(e "path" #js {"d" "M6 11c2.76 0 5-2.24 5-5S8.76 1 6 1 1 3.24 1 6s2.24 5 5 5zm0-8c1.65 0 3 1.35 3 3S7.65 9 6 9 3 7.65 3 6s1.35-3 3-3zm15 11h-5c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2zm0 7h-5v-5h5v5z"}) (e "path" #js {"d" "M17.71 7.7c.4.19.83.3 1.29.3 1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3c0 .46.11.89.3 1.29L6.29 16.3c-.4-.19-.83-.3-1.29-.3-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3c0-.46-.11-.89-.3-1.29L17.71 7.7z"})]
"ShapeLineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/shape_line_rounded.cljs
================================================
(ns reagent-mui.icons.shape-line-rounded
"Imports @mui/icons-material/ShapeLineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shape-line-rounded (create-svg-icon [(e "path" #js {"d" "M6 11c2.76 0 5-2.24 5-5S8.76 1 6 1 1 3.24 1 6s2.24 5 5 5zm15 3h-5c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "M17.71 7.7c.4.19.83.3 1.29.3 1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3c0 .46.11.89.3 1.29L6.29 16.3c-.4-.19-.83-.3-1.29-.3-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3c0-.46-.11-.89-.3-1.29L17.71 7.7z"})]
"ShapeLineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/shape_line_sharp.cljs
================================================
(ns reagent-mui.icons.shape-line-sharp
"Imports @mui/icons-material/ShapeLineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shape-line-sharp (create-svg-icon [(e "path" #js {"d" "M6 11c2.76 0 5-2.24 5-5S8.76 1 6 1 1 3.24 1 6s2.24 5 5 5zm17 3h-9v9h9v-9z"}) (e "path" #js {"d" "M17.71 7.7c.4.19.83.3 1.29.3 1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3c0 .46.11.89.3 1.29L6.29 16.3c-.4-.19-.83-.3-1.29-.3-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3c0-.46-.11-.89-.3-1.29L17.71 7.7z"})]
"ShapeLineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/shape_line_two_tone.cljs
================================================
(ns reagent-mui.icons.shape-line-two-tone
"Imports @mui/icons-material/ShapeLineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shape-line-two-tone (create-svg-icon [(e "path" #js {"d" "M16 16h5v5h-5z", "opacity" ".3"}) (e "circle" #js {"cx" "6", "cy" "6", "r" "3", "opacity" ".3"}) (e "path" #js {"d" "M6 11c2.76 0 5-2.24 5-5S8.76 1 6 1 1 3.24 1 6s2.24 5 5 5zm0-8c1.65 0 3 1.35 3 3S7.65 9 6 9 3 7.65 3 6s1.35-3 3-3zm15 11h-5c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2zm0 7h-5v-5h5v5z"}) (e "path" #js {"d" "M17.71 7.7c.4.19.83.3 1.29.3 1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3c0 .46.11.89.3 1.29L6.29 16.3c-.4-.19-.83-.3-1.29-.3-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3c0-.46-.11-.89-.3-1.29L17.71 7.7z"})]
"ShapeLineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/share.cljs
================================================
(ns reagent-mui.icons.share
"Imports @mui/icons-material/Share as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def share (create-svg-icon (e "path" #js {"d" "M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z"})
"Share"))
================================================
FILE: src/icons/reagent_mui/icons/share_location.cljs
================================================
(ns reagent-mui.icons.share-location
"Imports @mui/icons-material/ShareLocation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def share-location (create-svg-icon [(e "path" #js {"d" "M13.02 19.93v2.02c2.01-.2 3.84-1 5.32-2.21l-1.42-1.43c-1.11.86-2.44 1.44-3.9 1.62zM4.03 12c0-4.05 3.03-7.41 6.95-7.93V2.05C5.95 2.58 2.03 6.84 2.03 12c0 5.16 3.92 9.42 8.95 9.95v-2.02c-3.92-.52-6.95-3.88-6.95-7.93zm15.92-1h2.02c-.2-2.01-1-3.84-2.21-5.32l-1.43 1.43c.86 1.1 1.44 2.43 1.62 3.89zm-1.61-6.74c-1.48-1.21-3.32-2.01-5.32-2.21v2.02c1.46.18 2.79.76 3.9 1.62l1.42-1.43zm-.01 12.64 1.43 1.42c1.21-1.48 2.01-3.31 2.21-5.32h-2.02c-.18 1.46-.76 2.79-1.62 3.9z"}) (e "path" #js {"d" "M16 11.1C16 8.61 14.1 7 12 7s-4 1.61-4 4.1c0 1.66 1.33 3.63 4 5.9 2.67-2.27 4-4.24 4-5.9zm-4 .9c-.59 0-1.07-.48-1.07-1.07 0-.59.48-1.07 1.07-1.07s1.07.48 1.07 1.07c0 .59-.48 1.07-1.07 1.07z"})]
"ShareLocation"))
================================================
FILE: src/icons/reagent_mui/icons/share_location_outlined.cljs
================================================
(ns reagent-mui.icons.share-location-outlined
"Imports @mui/icons-material/ShareLocationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def share-location-outlined (create-svg-icon [(e "path" #js {"d" "M13.02 19.93v2.02c2.01-.2 3.84-1 5.32-2.21l-1.42-1.43c-1.11.86-2.44 1.44-3.9 1.62zM4.03 12c0-4.05 3.03-7.41 6.95-7.93V2.05C5.95 2.58 2.03 6.84 2.03 12c0 5.16 3.92 9.42 8.95 9.95v-2.02c-3.92-.52-6.95-3.88-6.95-7.93zm15.92-1h2.02c-.2-2.01-1-3.84-2.21-5.32l-1.43 1.43c.86 1.1 1.44 2.43 1.62 3.89zm-1.61-6.74c-1.48-1.21-3.32-2.01-5.32-2.21v2.02c1.46.18 2.79.76 3.9 1.62l1.42-1.43zm-.01 12.64 1.43 1.42c1.21-1.48 2.01-3.31 2.21-5.32h-2.02c-.18 1.46-.76 2.79-1.62 3.9z"}) (e "path" #js {"d" "M16 11.1C16 8.61 14.1 7 12 7s-4 1.61-4 4.1c0 1.66 1.33 3.63 4 5.9 2.67-2.27 4-4.24 4-5.9zm-4 .9c-.59 0-1.07-.48-1.07-1.07 0-.59.48-1.07 1.07-1.07s1.07.48 1.07 1.07c0 .59-.48 1.07-1.07 1.07z"})]
"ShareLocationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/share_location_rounded.cljs
================================================
(ns reagent-mui.icons.share-location-rounded
"Imports @mui/icons-material/ShareLocationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def share-location-rounded (create-svg-icon [(e "path" #js {"d" "M13.02 20.77c0 .64.59 1.13 1.21.99 1.12-.26 2.18-.7 3.12-1.3.53-.34.61-1.1.16-1.55-.32-.32-.83-.4-1.21-.16-.77.49-1.62.85-2.53 1.05-.45.1-.75.51-.75.97zM4.03 12c0-3.79 2.65-6.97 6.2-7.79.44-.1.75-.51.75-.96 0-.64-.6-1.13-1.22-.98C5.33 3.29 2.03 7.26 2.03 12s3.3 8.71 7.73 9.74c.62.15 1.22-.34 1.22-.98 0-.46-.31-.86-.75-.96-3.55-.83-6.2-4.01-6.2-7.8zm16.76-1c.64 0 1.13-.59.99-1.21-.26-1.12-.7-2.17-1.3-3.12-.34-.54-1.1-.61-1.55-.16-.32.32-.4.83-.15 1.21.49.76.85 1.61 1.05 2.53.09.45.5.75.96.75zm-3.44-7.45c-.95-.6-2-1.04-3.12-1.3-.62-.14-1.21.35-1.21.98 0 .45.3.87.74.96.91.2 1.77.57 2.53 1.05.39.24.89.17 1.21-.16.46-.44.39-1.19-.15-1.53zm1.57 13.94c.45.45 1.21.38 1.55-.16.6-.94 1.04-2 1.3-3.12.14-.62-.35-1.21-.98-1.21-.45 0-.87.3-.96.74-.2.91-.57 1.77-1.05 2.53-.26.39-.18.9.14 1.22z"}) (e "path" #js {"d" "M16 11.1C16 8.61 14.1 7 12 7s-4 1.61-4 4.1c0 1.51 1.1 3.28 3.31 5.3.39.36.98.36 1.38 0C14.9 14.37 16 12.61 16 11.1zm-4 .9c-.59 0-1.07-.48-1.07-1.07 0-.59.48-1.07 1.07-1.07s1.07.48 1.07 1.07c0 .59-.48 1.07-1.07 1.07z"})]
"ShareLocationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/share_location_sharp.cljs
================================================
(ns reagent-mui.icons.share-location-sharp
"Imports @mui/icons-material/ShareLocationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def share-location-sharp (create-svg-icon [(e "path" #js {"d" "M13.02 19.93v2.02c2.01-.2 3.84-1 5.32-2.21l-1.42-1.43c-1.11.86-2.44 1.44-3.9 1.62zM4.03 12c0-4.05 3.03-7.41 6.95-7.93V2.05C5.95 2.58 2.03 6.84 2.03 12c0 5.16 3.92 9.42 8.95 9.95v-2.02c-3.92-.52-6.95-3.88-6.95-7.93zm15.92-1h2.02c-.2-2.01-1-3.84-2.21-5.32l-1.43 1.43c.86 1.1 1.44 2.43 1.62 3.89zm-1.61-6.74c-1.48-1.21-3.32-2.01-5.32-2.21v2.02c1.46.18 2.79.76 3.9 1.62l1.42-1.43zm-.01 12.64 1.43 1.42c1.21-1.48 2.01-3.31 2.21-5.32h-2.02c-.18 1.46-.76 2.79-1.62 3.9z"}) (e "path" #js {"d" "M16 11.1C16 8.61 14.1 7 12 7s-4 1.61-4 4.1c0 1.66 1.33 3.63 4 5.9 2.67-2.27 4-4.24 4-5.9zm-4 .9c-.59 0-1.07-.48-1.07-1.07 0-.59.48-1.07 1.07-1.07s1.07.48 1.07 1.07c0 .59-.48 1.07-1.07 1.07z"})]
"ShareLocationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/share_location_two_tone.cljs
================================================
(ns reagent-mui.icons.share-location-two-tone
"Imports @mui/icons-material/ShareLocationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def share-location-two-tone (create-svg-icon [(e "path" #js {"d" "M13.02 19.93v2.02c2.01-.2 3.84-1 5.32-2.21l-1.42-1.43c-1.11.86-2.44 1.44-3.9 1.62zM4.03 12c0-4.05 3.03-7.41 6.95-7.93V2.05C5.95 2.58 2.03 6.84 2.03 12c0 5.16 3.92 9.42 8.95 9.95v-2.02c-3.92-.52-6.95-3.88-6.95-7.93zm15.92-1h2.02c-.2-2.01-1-3.84-2.21-5.32l-1.43 1.43c.86 1.1 1.44 2.43 1.62 3.89zm-1.61-6.74c-1.48-1.21-3.32-2.01-5.32-2.21v2.02c1.46.18 2.79.76 3.9 1.62l1.42-1.43zm-.01 12.64 1.43 1.42c1.21-1.48 2.01-3.31 2.21-5.32h-2.02c-.18 1.46-.76 2.79-1.62 3.9z"}) (e "path" #js {"d" "M16 11.1C16 8.61 14.1 7 12 7s-4 1.61-4 4.1c0 1.66 1.33 3.63 4 5.9 2.67-2.27 4-4.24 4-5.9zm-4 .9c-.59 0-1.07-.48-1.07-1.07 0-.59.48-1.07 1.07-1.07s1.07.48 1.07 1.07c0 .59-.48 1.07-1.07 1.07z"})]
"ShareLocationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/share_outlined.cljs
================================================
(ns reagent-mui.icons.share-outlined
"Imports @mui/icons-material/ShareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def share-outlined (create-svg-icon (e "path" #js {"d" "M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92zM18 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM6 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm12 7.02c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"ShareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/share_rounded.cljs
================================================
(ns reagent-mui.icons.share-rounded
"Imports @mui/icons-material/ShareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def share-rounded (create-svg-icon (e "path" #js {"d" "M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92-1.31-2.92-2.92-2.92z"})
"ShareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/share_sharp.cljs
================================================
(ns reagent-mui.icons.share-sharp
"Imports @mui/icons-material/ShareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def share-sharp (create-svg-icon (e "path" #js {"d" "M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92-1.31-2.92-2.92-2.92z"})
"ShareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/share_two_tone.cljs
================================================
(ns reagent-mui.icons.share-two-tone
"Imports @mui/icons-material/ShareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def share-two-tone (create-svg-icon [(e "circle" #js {"cx" "18", "cy" "5", "r" "1", "opacity" ".3"}) (e "circle" #js {"cx" "6", "cy" "12", "r" "1", "opacity" ".3"}) (e "circle" #js {"cx" "18", "cy" "19.02", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92zM18 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM6 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm12 7.02c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"ShareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/shield.cljs
================================================
(ns reagent-mui.icons.shield
"Imports @mui/icons-material/Shield as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shield (create-svg-icon (e "path" #js {"d" "M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z"})
"Shield"))
================================================
FILE: src/icons/reagent_mui/icons/shield_moon.cljs
================================================
(ns reagent-mui.icons.shield-moon
"Imports @mui/icons-material/ShieldMoon as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shield-moon (create-svg-icon (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm3.97 12.41c-1.84 2.17-5.21 2.1-6.96-.07-2.19-2.72-.65-6.72 2.69-7.33.34-.06.63.27.51.6-.46 1.23-.39 2.64.32 3.86.71 1.22 1.89 1.99 3.18 2.2.34.05.49.47.26.74z"})
"ShieldMoon"))
================================================
FILE: src/icons/reagent_mui/icons/shield_moon_outlined.cljs
================================================
(ns reagent-mui.icons.shield-moon-outlined
"Imports @mui/icons-material/ShieldMoonOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shield-moon-outlined (create-svg-icon [(e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83v-4.7l6-2.25 6 2.25v4.7z"}) (e "path" #js {"d" "M9.01 14.33c1.75 2.17 5.12 2.24 6.96.07.23-.27.08-.68-.26-.74-1.29-.21-2.48-.98-3.18-2.2-.71-1.22-.78-2.63-.32-3.86.12-.33-.16-.66-.51-.6-3.34.62-4.89 4.61-2.69 7.33z"})]
"ShieldMoonOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/shield_moon_rounded.cljs
================================================
(ns reagent-mui.icons.shield-moon-rounded
"Imports @mui/icons-material/ShieldMoonRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shield-moon-rounded (create-svg-icon (e "path" #js {"d" "m11.3 2.26-6 2.25C4.52 4.81 4 5.55 4 6.39v4.7c0 4.83 3.13 9.37 7.43 10.75.37.12.77.12 1.14 0 4.3-1.38 7.43-5.91 7.43-10.75v-4.7c0-.83-.52-1.58-1.3-1.87l-6-2.25c-.45-.18-.95-.18-1.4-.01zm4.67 12.15c-1.84 2.17-5.21 2.1-6.96-.07-2.19-2.72-.65-6.72 2.69-7.33.34-.06.63.27.51.6-.46 1.23-.39 2.64.32 3.86.71 1.22 1.89 1.99 3.18 2.2.34.05.49.47.26.74z"})
"ShieldMoonRounded"))
================================================
FILE: src/icons/reagent_mui/icons/shield_moon_sharp.cljs
================================================
(ns reagent-mui.icons.shield-moon-sharp
"Imports @mui/icons-material/ShieldMoonSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shield-moon-sharp (create-svg-icon (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm3.97 12.41c-1.84 2.17-5.21 2.1-6.96-.07-2.19-2.72-.65-6.72 2.69-7.33.34-.06.63.27.51.6-.46 1.23-.39 2.64.32 3.86.71 1.22 1.89 1.99 3.18 2.2.34.05.49.47.26.74z"})
"ShieldMoonSharp"))
================================================
FILE: src/icons/reagent_mui/icons/shield_moon_two_tone.cljs
================================================
(ns reagent-mui.icons.shield-moon-two-tone
"Imports @mui/icons-material/ShieldMoonTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shield-moon-two-tone (create-svg-icon [(e "path" #js {"d" "M6 6.39v4.7c0 4 2.55 7.7 6 8.83 3.45-1.13 6-4.82 6-8.83v-4.7l-6-2.25-6 2.25zm6.21 1.22c-.46 1.23-.39 2.64.32 3.86.71 1.22 1.89 1.99 3.18 2.2.34.06.49.47.26.74-1.84 2.17-5.21 2.1-6.96-.07-2.19-2.72-.65-6.72 2.69-7.33.34-.06.63.27.51.6z", "opacity" ".3"}) (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83v-4.7l6-2.25 6 2.25v4.7z"}) (e "path" #js {"d" "M9.01 14.33c1.75 2.17 5.12 2.24 6.96.07.23-.27.08-.68-.26-.74-1.29-.21-2.48-.98-3.18-2.2-.71-1.22-.78-2.63-.32-3.86.12-.33-.16-.66-.51-.6-3.34.62-4.89 4.61-2.69 7.33z"})]
"ShieldMoonTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/shield_outlined.cljs
================================================
(ns reagent-mui.icons.shield-outlined
"Imports @mui/icons-material/ShieldOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shield-outlined (create-svg-icon (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83v-4.7l6-2.25 6 2.25v4.7z"})
"ShieldOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/shield_rounded.cljs
================================================
(ns reagent-mui.icons.shield-rounded
"Imports @mui/icons-material/ShieldRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shield-rounded (create-svg-icon (e "path" #js {"d" "m11.3 2.26-6 2.25C4.52 4.81 4 5.55 4 6.39v4.7c0 4.83 3.13 9.37 7.43 10.75.37.12.77.12 1.14 0 4.3-1.38 7.43-5.91 7.43-10.75v-4.7c0-.83-.52-1.58-1.3-1.87l-6-2.25c-.45-.18-.95-.18-1.4-.01z"})
"ShieldRounded"))
================================================
FILE: src/icons/reagent_mui/icons/shield_sharp.cljs
================================================
(ns reagent-mui.icons.shield-sharp
"Imports @mui/icons-material/ShieldSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shield-sharp (create-svg-icon (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3z"})
"ShieldSharp"))
================================================
FILE: src/icons/reagent_mui/icons/shield_two_tone.cljs
================================================
(ns reagent-mui.icons.shield-two-tone
"Imports @mui/icons-material/ShieldTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shield-two-tone (create-svg-icon [(e "path" #js {"d" "M6 6.39v4.7c0 4 2.55 7.7 6 8.83 3.45-1.13 6-4.82 6-8.83v-4.7l-6-2.25-6 2.25z", "opacity" ".3"}) (e "path" #js {"d" "M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83v-4.7l6-2.25 6 2.25v4.7z"})]
"ShieldTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/shop.cljs
================================================
(ns reagent-mui.icons.shop
"Imports @mui/icons-material/Shop as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shop (create-svg-icon (e "path" #js {"d" "M16 6V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H2v13c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6h-6zm-6-2h4v2h-4V4zM9 18V9l7.5 4L9 18z"})
"Shop"))
================================================
FILE: src/icons/reagent_mui/icons/shop_2.cljs
================================================
(ns reagent-mui.icons.shop-2
"Imports @mui/icons-material/Shop2 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shop-2 (create-svg-icon [(e "path" #js {"d" "M3 9H1v11c0 1.11.89 2 2 2h16v-2H3V9z"}) (e "path" #js {"d" "M18 5V3c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H5v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5h-5zm-6-2h4v2h-4V3zm0 12V8l5.5 3.5L12 15z"})]
"Shop2"))
================================================
FILE: src/icons/reagent_mui/icons/shop_2_outlined.cljs
================================================
(ns reagent-mui.icons.shop-2-outlined
"Imports @mui/icons-material/Shop2Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shop-2-outlined (create-svg-icon [(e "path" #js {"d" "M3 9H1v11c0 1.11.89 2 2 2h16v-2H3V9z"}) (e "path" #js {"d" "M18 5V3c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H5v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5h-5zm-6-2h4v2h-4V3zm9 13H7V7h14v9z"}) (e "path" #js {"d" "M12 8v7l5.5-3.5z"})]
"Shop2Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/shop_2_rounded.cljs
================================================
(ns reagent-mui.icons.shop-2-rounded
"Imports @mui/icons-material/Shop2Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shop-2-rounded (create-svg-icon [(e "path" #js {"d" "M2 9c-.55 0-1 .45-1 1v10c0 1.1.9 2 2 2h15c.55 0 1-.45 1-1s-.45-1-1-1H3V10c0-.55-.45-1-1-1z"}) (e "path" #js {"d" "M18 5V3c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H5v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5h-5zm-6-2h4v2h-4V3zm0 11.09V8.91c0-.39.44-.63.77-.42l4.07 2.59c.31.2.31.65 0 .84l-4.07 2.59c-.33.21-.77-.03-.77-.42z"})]
"Shop2Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/shop_2_sharp.cljs
================================================
(ns reagent-mui.icons.shop-2-sharp
"Imports @mui/icons-material/Shop2Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shop-2-sharp (create-svg-icon [(e "path" #js {"d" "M3 9H1v13h18v-2H3z"}) (e "path" #js {"d" "M18 5V1h-8v4H5v13h18V5h-5zm-6-2h4v2h-4V3zm0 12V8l5.5 3.5L12 15z"})]
"Shop2Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/shop_2_two_tone.cljs
================================================
(ns reagent-mui.icons.shop-2-two-tone
"Imports @mui/icons-material/Shop2TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shop-2-two-tone (create-svg-icon [(e "path" #js {"d" "M7 16h14V7H7v9zm5-8 5.5 3.5L12 15V8z", "opacity" ".3"}) (e "path" #js {"d" "M3 9H1v11c0 1.11.89 2 2 2h16v-2H3V9z"}) (e "path" #js {"d" "M18 5V3c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H5v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5h-5zm-6-2h4v2h-4V3zm9 13H7V7h14v9z"}) (e "path" #js {"d" "M12 8v7l5.5-3.5z"})]
"Shop2TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/shop_outlined.cljs
================================================
(ns reagent-mui.icons.shop-outlined
"Imports @mui/icons-material/ShopOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shop-outlined (create-svg-icon (e "path" #js {"d" "M16 6V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H2v13c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6h-6zm-6-2h4v2h-4V4zm10 15H4V8h16v11zM9 18l7.5-5L9 9z"})
"ShopOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/shop_rounded.cljs
================================================
(ns reagent-mui.icons.shop-rounded
"Imports @mui/icons-material/ShopRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shop-rounded (create-svg-icon (e "path" #js {"d" "M16 6V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-4zm-6-2h4v2h-4V4zM9 17.07V9.83c0-.38.4-.62.74-.44l6.03 3.21c.33.18.36.65.04.86l-6.03 4.02c-.33.22-.78-.01-.78-.41z"})
"ShopRounded"))
================================================
FILE: src/icons/reagent_mui/icons/shop_sharp.cljs
================================================
(ns reagent-mui.icons.shop-sharp
"Imports @mui/icons-material/ShopSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shop-sharp (create-svg-icon (e "path" #js {"d" "M16 6V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H2v15h20V6h-6zm-6-2h4v2h-4V4zM9 18V9l7.5 4L9 18z"})
"ShopSharp"))
================================================
FILE: src/icons/reagent_mui/icons/shop_two.cljs
================================================
(ns reagent-mui.icons.shop-two
"Imports @mui/icons-material/ShopTwo as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shop-two (create-svg-icon (e "path" #js {"d" "M3 9H1v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2H3V9zm15-4V3c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H5v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5h-5zm-6-2h4v2h-4V3zm0 12V8l5.5 3-5.5 4z"})
"ShopTwo"))
================================================
FILE: src/icons/reagent_mui/icons/shop_two_outlined.cljs
================================================
(ns reagent-mui.icons.shop-two-outlined
"Imports @mui/icons-material/ShopTwoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shop-two-outlined (create-svg-icon (e "path" #js {"d" "M3 9H1v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2H3V9zm15-4V3c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H5v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5h-5zm-6-2h4v2h-4V3zm9 13H7V7h14v9zm-9-1 5.5-4L12 8z"})
"ShopTwoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/shop_two_rounded.cljs
================================================
(ns reagent-mui.icons.shop-two-rounded
"Imports @mui/icons-material/ShopTwoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shop-two-rounded (create-svg-icon (e "path" #js {"d" "M2 9c-.55 0-1 .45-1 1v10c0 1.1.9 2 2 2h14c1.11 0 2-.89 2-2H4c-.55 0-1-.45-1-1v-9c0-.55-.45-1-1-1zm16-4V3c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H7c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-3zm-6-2h4v2h-4V3zm0 11.02V8.84c0-.38.41-.62.74-.44l4.07 2.22c.32.18.35.63.05.84l-4.07 2.96c-.33.24-.79.01-.79-.4z"})
"ShopTwoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/shop_two_sharp.cljs
================================================
(ns reagent-mui.icons.shop-two-sharp
"Imports @mui/icons-material/ShopTwoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shop-two-sharp (create-svg-icon (e "path" #js {"d" "M3 9H1v13h18v-2H3V9zm15-4V3c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H5v13h18V5h-5zm-6-2h4v2h-4V3zm0 12V8l5.5 3-5.5 4z"})
"ShopTwoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/shop_two_tone.cljs
================================================
(ns reagent-mui.icons.shop-two-tone
"Imports @mui/icons-material/ShopTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shop-two-tone (create-svg-icon [(e "path" #js {"d" "M4 19h16V8H4v11zM9 9l7.5 4L9 18V9z", "opacity" ".3"}) (e "path" #js {"d" "M16 6V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H2v13c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6h-6zm-6-2h4v2h-4V4zm10 15H4V8h16v11zM9 9v9l7.5-5z"})]
"ShopTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/shop_two_two_tone.cljs
================================================
(ns reagent-mui.icons.shop-two-two-tone
"Imports @mui/icons-material/ShopTwoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shop-two-two-tone (create-svg-icon [(e "path" #js {"d" "M7 7v9h14V7H7zm5 8V8l5.5 3-5.5 4z", "opacity" ".3"}) (e "path" #js {"d" "M3 9H1v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2H3V9zm15-4V3c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H5v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5h-5zm-6-2h4v2h-4V3zm9 13H7V7h14v9zm-9-1 5.5-4L12 8z"})]
"ShopTwoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_bag.cljs
================================================
(ns reagent-mui.icons.shopping-bag
"Imports @mui/icons-material/ShoppingBag as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-bag (create-svg-icon (e "path" #js {"d" "M18 6h-2c0-2.21-1.79-4-4-4S8 3.79 8 6H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-8 4c0 .55-.45 1-1 1s-1-.45-1-1V8h2v2zm2-6c1.1 0 2 .9 2 2h-4c0-1.1.9-2 2-2zm4 6c0 .55-.45 1-1 1s-1-.45-1-1V8h2v2z"})
"ShoppingBag"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_bag_outlined.cljs
================================================
(ns reagent-mui.icons.shopping-bag-outlined
"Imports @mui/icons-material/ShoppingBagOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-bag-outlined (create-svg-icon (e "path" #js {"d" "M18 6h-2c0-2.21-1.79-4-4-4S8 3.79 8 6H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-6-2c1.1 0 2 .9 2 2h-4c0-1.1.9-2 2-2zm6 16H6V8h2v2c0 .55.45 1 1 1s1-.45 1-1V8h4v2c0 .55.45 1 1 1s1-.45 1-1V8h2v12z"})
"ShoppingBagOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_bag_rounded.cljs
================================================
(ns reagent-mui.icons.shopping-bag-rounded
"Imports @mui/icons-material/ShoppingBagRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-bag-rounded (create-svg-icon (e "path" #js {"d" "M18 6h-2c0-2.21-1.79-4-4-4S8 3.79 8 6H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-8 4c0 .55-.45 1-1 1s-1-.45-1-1V8h2v2zm2-6c1.1 0 2 .9 2 2h-4c0-1.1.9-2 2-2zm4 6c0 .55-.45 1-1 1s-1-.45-1-1V8h2v2z"})
"ShoppingBagRounded"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_bag_sharp.cljs
================================================
(ns reagent-mui.icons.shopping-bag-sharp
"Imports @mui/icons-material/ShoppingBagSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-bag-sharp (create-svg-icon (e "path" #js {"d" "M20 6h-4c0-2.21-1.79-4-4-4S8 3.79 8 6H4v16h16V6zm-10 5H8V8h2v3zm2-7c1.1 0 2 .9 2 2h-4c0-1.1.9-2 2-2zm4 7h-2V8h2v3z"})
"ShoppingBagSharp"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_bag_two_tone.cljs
================================================
(ns reagent-mui.icons.shopping-bag-two-tone
"Imports @mui/icons-material/ShoppingBagTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-bag-two-tone (create-svg-icon [(e "path" #js {"d" "M18 20H6V8h2v2c0 .55.45 1 1 1s1-.45 1-1V8h4v2c0 .55.45 1 1 1s1-.45 1-1V8h2v12z", "opacity" ".3"}) (e "path" #js {"d" "M18 6h-2c0-2.21-1.79-4-4-4S8 3.79 8 6H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-6-2c1.1 0 2 .9 2 2h-4c0-1.1.9-2 2-2zm6 16H6V8h2v2c0 .55.45 1 1 1s1-.45 1-1V8h4v2c0 .55.45 1 1 1s1-.45 1-1V8h2v12z"})]
"ShoppingBagTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_basket.cljs
================================================
(ns reagent-mui.icons.shopping-basket
"Imports @mui/icons-material/ShoppingBasket as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-basket (create-svg-icon (e "path" #js {"d" "m17.21 9-4.38-6.56c-.19-.28-.51-.42-.83-.42-.32 0-.64.14-.83.43L6.79 9H2c-.55 0-1 .45-1 1 0 .09.01.18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h13c.92 0 1.69-.62 1.93-1.46l2.54-9.27L23 10c0-.55-.45-1-1-1h-4.79zM9 9l3-4.4L15 9H9zm3 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"ShoppingBasket"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_basket_outlined.cljs
================================================
(ns reagent-mui.icons.shopping-basket-outlined
"Imports @mui/icons-material/ShoppingBasketOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-basket-outlined (create-svg-icon (e "path" #js {"d" "M22 9h-4.79l-4.38-6.56c-.19-.28-.51-.42-.83-.42s-.64.14-.83.43L6.79 9H2c-.55 0-1 .45-1 1 0 .09.01.18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h13c.92 0 1.69-.62 1.93-1.46l2.54-9.27L23 10c0-.55-.45-1-1-1zM12 4.8 14.8 9H9.2L12 4.8zM18.5 19l-12.99.01L3.31 11H20.7l-2.2 8zM12 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"ShoppingBasketOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_basket_rounded.cljs
================================================
(ns reagent-mui.icons.shopping-basket-rounded
"Imports @mui/icons-material/ShoppingBasketRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-basket-rounded (create-svg-icon (e "path" #js {"d" "M22 9h-4.79l-4.39-6.57c-.4-.59-1.27-.59-1.66 0L6.77 9H2c-.55 0-1 .45-1 1 0 .09.01.18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h13c.92 0 1.69-.62 1.93-1.46l2.54-9.27L23 10c0-.55-.45-1-1-1zM11.99 4.79 14.8 9H9.18l2.81-4.21zM12 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"ShoppingBasketRounded"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_basket_sharp.cljs
================================================
(ns reagent-mui.icons.shopping-basket-sharp
"Imports @mui/icons-material/ShoppingBasketSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-basket-sharp (create-svg-icon (e "path" #js {"d" "m17.21 9-4.39-6.57c-.4-.59-1.27-.59-1.66 0L6.77 9H.69L4 21h16.02l3.29-12h-6.1zm-5.22-4.21L14.8 9H9.18l2.81-4.21zM12 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"ShoppingBasketSharp"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_basket_two_tone.cljs
================================================
(ns reagent-mui.icons.shopping-basket-two-tone
"Imports @mui/icons-material/ShoppingBasketTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-basket-two-tone (create-svg-icon [(e "path" #js {"d" "m3.31 11 2.2 8.01L18.5 19l2.2-8H3.31zM12 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z", "opacity" ".3"}) (e "path" #js {"d" "M22 9h-4.79l-4.38-6.56c-.19-.28-.51-.42-.83-.42s-.64.14-.83.43L6.79 9H2c-.55 0-1 .45-1 1 0 .09.01.18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h13c.92 0 1.69-.62 1.93-1.46l2.54-9.27L23 10c0-.55-.45-1-1-1zM12 4.8 14.8 9H9.2L12 4.8zM18.5 19l-12.99.01L3.31 11H20.7l-2.2 8zM12 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})]
"ShoppingBasketTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_cart.cljs
================================================
(ns reagent-mui.icons.shopping-cart
"Imports @mui/icons-material/ShoppingCart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-cart (create-svg-icon (e "path" #js {"d" "M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z"})
"ShoppingCart"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_cart_checkout.cljs
================================================
(ns reagent-mui.icons.shopping-cart-checkout
"Imports @mui/icons-material/ShoppingCartCheckout as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-cart-checkout (create-svg-icon (e "path" #js {"d" "M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-8.9-5h7.45c.75 0 1.41-.41 1.75-1.03L21 4.96 19.25 4l-3.7 7H8.53L4.27 2H1v2h2l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h12v-2H7l1.1-2zM12 2l4 4-4 4-1.41-1.41L12.17 7H8V5h4.17l-1.59-1.59L12 2z"})
"ShoppingCartCheckout"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_cart_checkout_outlined.cljs
================================================
(ns reagent-mui.icons.shopping-cart-checkout-outlined
"Imports @mui/icons-material/ShoppingCartCheckoutOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-cart-checkout-outlined (create-svg-icon (e "path" #js {"d" "M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-8.9-5h7.45c.75 0 1.41-.41 1.75-1.03L21 4.96 19.25 4l-3.7 7H8.53L4.27 2H1v2h2l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h12v-2H7l1.1-2zM12 2l4 4-4 4-1.41-1.41L12.17 7H8V5h4.17l-1.59-1.59L12 2z"})
"ShoppingCartCheckoutOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_cart_checkout_rounded.cljs
================================================
(ns reagent-mui.icons.shopping-cart-checkout-rounded
"Imports @mui/icons-material/ShoppingCartCheckoutRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-cart-checkout-rounded (create-svg-icon (e "path" #js {"d" "M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm2-2c0-.55-.45-1-1-1H7l1.1-2h7.45c.75 0 1.41-.41 1.75-1.03l3.24-6.14c.25-.48.08-1.08-.4-1.34-.49-.27-1.1-.08-1.36.41L15.55 11H8.53L4.54 2.57c-.16-.35-.52-.57-.9-.57H2c-.55 0-1 .45-1 1s.45 1 1 1h1l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h11c.55 0 1-.45 1-1zM11.29 2.71c.39-.39 1.02-.39 1.41 0l2.59 2.59c.39.39.39 1.02 0 1.41L12.7 9.3c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41l.88-.89H9c-.55 0-1-.45-1-1s.45-1 1-1h3.17l-.88-.88a.9959.9959 0 0 1 0-1.41z"})
"ShoppingCartCheckoutRounded"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_cart_checkout_sharp.cljs
================================================
(ns reagent-mui.icons.shopping-cart-checkout-sharp
"Imports @mui/icons-material/ShoppingCartCheckoutSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-cart-checkout-sharp (create-svg-icon (e "path" #js {"d" "M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-8.9-5h8.66L21 4.96 19.25 4l-3.7 7H8.53L4.27 2H1v2h2l3.6 7.59L3.61 17H19v-2H7l1.1-2zM12 2l4 4-4 4-1.41-1.41L12.17 7H8V5h4.17l-1.59-1.59L12 2z"})
"ShoppingCartCheckoutSharp"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_cart_checkout_two_tone.cljs
================================================
(ns reagent-mui.icons.shopping-cart-checkout-two-tone
"Imports @mui/icons-material/ShoppingCartCheckoutTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-cart-checkout-two-tone (create-svg-icon (e "path" #js {"d" "M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-8.9-5h7.45c.75 0 1.41-.41 1.75-1.03L21 4.96 19.25 4l-3.7 7H8.53L4.27 2H1v2h2l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h12v-2H7l1.1-2zM12 2l4 4-4 4-1.41-1.41L12.17 7H8V5h4.17l-1.59-1.59L12 2z"})
"ShoppingCartCheckoutTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_cart_outlined.cljs
================================================
(ns reagent-mui.icons.shopping-cart-outlined
"Imports @mui/icons-material/ShoppingCartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-cart-outlined (create-svg-icon (e "path" #js {"d" "M15.55 13c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.37-.66-.11-1.48-.87-1.48H5.21l-.94-2H1v2h2l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h12v-2H7l1.1-2h7.45zM6.16 6h12.15l-2.76 5H8.53L6.16 6zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z"})
"ShoppingCartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_cart_rounded.cljs
================================================
(ns reagent-mui.icons.shopping-cart-rounded
"Imports @mui/icons-material/ShoppingCartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-cart-rounded (create-svg-icon (e "path" #js {"d" "M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 3c0 .55.45 1 1 1h1l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h11c.55 0 1-.45 1-1s-.45-1-1-1H7l1.1-2h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.37-.66-.11-1.48-.87-1.48H5.21l-.67-1.43c-.16-.35-.52-.57-.9-.57H2c-.55 0-1 .45-1 1zm16 15c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z"})
"ShoppingCartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_cart_sharp.cljs
================================================
(ns reagent-mui.icons.shopping-cart-sharp
"Imports @mui/icons-material/ShoppingCartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-cart-sharp (create-svg-icon (e "path" #js {"d" "M17 18c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm0-3 1.1-2h7.45c.75 0 1.41-.41 1.75-1.03L21.7 4H5.21l-.94-2H1v2h2l3.6 7.59L3.62 17H19v-2H7z"})
"ShoppingCartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/shopping_cart_two_tone.cljs
================================================
(ns reagent-mui.icons.shopping-cart-two-tone
"Imports @mui/icons-material/ShoppingCartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shopping-cart-two-tone (create-svg-icon [(e "path" #js {"d" "m15.55 11 2.76-5H6.16l2.37 5z", "opacity" ".3"}) (e "path" #js {"d" "M15.55 13c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.37-.66-.11-1.48-.87-1.48H5.21l-.94-2H1v2h2l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h12v-2H7l1.1-2h7.45zM6.16 6h12.15l-2.76 5H8.53L6.16 6zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z"})]
"ShoppingCartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/short_text.cljs
================================================
(ns reagent-mui.icons.short-text
"Imports @mui/icons-material/ShortText as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def short-text (create-svg-icon (e "path" #js {"d" "M4 9h16v2H4V9zm0 4h10v2H4v-2z"})
"ShortText"))
================================================
FILE: src/icons/reagent_mui/icons/short_text_outlined.cljs
================================================
(ns reagent-mui.icons.short-text-outlined
"Imports @mui/icons-material/ShortTextOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def short-text-outlined (create-svg-icon (e "path" #js {"d" "M4 9h16v2H4V9zm0 4h10v2H4v-2z"})
"ShortTextOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/short_text_rounded.cljs
================================================
(ns reagent-mui.icons.short-text-rounded
"Imports @mui/icons-material/ShortTextRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def short-text-rounded (create-svg-icon (e "path" #js {"d" "M5 9h14c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1zm0 4h8c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1z"})
"ShortTextRounded"))
================================================
FILE: src/icons/reagent_mui/icons/short_text_sharp.cljs
================================================
(ns reagent-mui.icons.short-text-sharp
"Imports @mui/icons-material/ShortTextSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def short-text-sharp (create-svg-icon (e "path" #js {"d" "M4 9h16v2H4V9zm0 4h10v2H4v-2z"})
"ShortTextSharp"))
================================================
FILE: src/icons/reagent_mui/icons/short_text_two_tone.cljs
================================================
(ns reagent-mui.icons.short-text-two-tone
"Imports @mui/icons-material/ShortTextTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def short-text-two-tone (create-svg-icon (e "path" #js {"d" "M4 9h16v2H4zm0 4h10v2H4z"})
"ShortTextTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/shortcut.cljs
================================================
(ns reagent-mui.icons.shortcut
"Imports @mui/icons-material/Shortcut as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shortcut (create-svg-icon (e "path" #js {"d" "m21 11-6-6v5H8c-2.76 0-5 2.24-5 5v4h2v-4c0-1.65 1.35-3 3-3h7v5l6-6z"})
"Shortcut"))
================================================
FILE: src/icons/reagent_mui/icons/shortcut_outlined.cljs
================================================
(ns reagent-mui.icons.shortcut-outlined
"Imports @mui/icons-material/ShortcutOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shortcut-outlined (create-svg-icon (e "path" #js {"d" "m15 5-1.41 1.41L15 7.83 17.17 10H8c-2.76 0-5 2.24-5 5v4h2v-4c0-1.65 1.35-3 3-3h9.17L15 14.17l-1.41 1.41L15 17l6-6-6-6z"})
"ShortcutOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/shortcut_rounded.cljs
================================================
(ns reagent-mui.icons.shortcut-rounded
"Imports @mui/icons-material/ShortcutRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shortcut-rounded (create-svg-icon (e "path" #js {"d" "M20.29 10.29 16.7 6.7c-.62-.62-1.7-.18-1.7.71V10H8c-2.76 0-5 2.24-5 5v3c0 .55.45 1 1 1s1-.45 1-1v-3c0-1.65 1.35-3 3-3h7v2.59c0 .89 1.08 1.34 1.71.71l3.59-3.59c.38-.39.38-1.03-.01-1.42z"})
"ShortcutRounded"))
================================================
FILE: src/icons/reagent_mui/icons/shortcut_sharp.cljs
================================================
(ns reagent-mui.icons.shortcut-sharp
"Imports @mui/icons-material/ShortcutSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shortcut-sharp (create-svg-icon (e "path" #js {"d" "m21 11-6-6v5H8c-2.76 0-5 2.24-5 5v4h2v-4c0-1.65 1.35-3 3-3h7v5l6-6z"})
"ShortcutSharp"))
================================================
FILE: src/icons/reagent_mui/icons/shortcut_two_tone.cljs
================================================
(ns reagent-mui.icons.shortcut-two-tone
"Imports @mui/icons-material/ShortcutTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shortcut-two-tone (create-svg-icon (e "path" #js {"d" "m21 11-6-6v5H8c-2.76 0-5 2.24-5 5v4h2v-4c0-1.65 1.35-3 3-3h7v5l6-6z"})
"ShortcutTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/show_chart.cljs
================================================
(ns reagent-mui.icons.show-chart
"Imports @mui/icons-material/ShowChart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def show-chart (create-svg-icon (e "path" #js {"d" "m3.5 18.49 6-6.01 4 4L22 6.92l-1.41-1.41-7.09 7.97-4-4L2 16.99z"})
"ShowChart"))
================================================
FILE: src/icons/reagent_mui/icons/show_chart_outlined.cljs
================================================
(ns reagent-mui.icons.show-chart-outlined
"Imports @mui/icons-material/ShowChartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def show-chart-outlined (create-svg-icon (e "path" #js {"d" "m3.5 18.49 6-6.01 4 4L22 6.92l-1.41-1.41-7.09 7.97-4-4L2 16.99l1.5 1.5z"})
"ShowChartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/show_chart_rounded.cljs
================================================
(ns reagent-mui.icons.show-chart-rounded
"Imports @mui/icons-material/ShowChartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def show-chart-rounded (create-svg-icon (e "path" #js {"d" "m4.2 17.78 5.3-5.3 3.25 3.25c.41.41 1.07.39 1.45-.04l7.17-8.07c.35-.39.33-.99-.04-1.37-.4-.4-1.07-.39-1.45.04l-6.39 7.18-3.29-3.29a.9959.9959 0 0 0-1.41 0l-6.09 6.1c-.39.39-.39 1.02 0 1.41l.09.09c.39.39 1.03.39 1.41 0z"})
"ShowChartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/show_chart_sharp.cljs
================================================
(ns reagent-mui.icons.show-chart-sharp
"Imports @mui/icons-material/ShowChartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def show-chart-sharp (create-svg-icon (e "path" #js {"d" "m3.5 18.49 6-6.01 4 4L22 6.92l-1.41-1.41-7.09 7.97-4-4L2 16.99l1.5 1.5z"})
"ShowChartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/show_chart_two_tone.cljs
================================================
(ns reagent-mui.icons.show-chart-two-tone
"Imports @mui/icons-material/ShowChartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def show-chart-two-tone (create-svg-icon (e "path" #js {"d" "m13.5 13.48-4-4L2 16.99l1.5 1.5 6-6.01 4 4L22 6.92l-1.41-1.41z"})
"ShowChartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/shower.cljs
================================================
(ns reagent-mui.icons.shower
"Imports @mui/icons-material/Shower as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shower (create-svg-icon [(e "circle" #js {"cx" "8", "cy" "17", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "17", "r" "1"}) (e "circle" #js {"cx" "16", "cy" "17", "r" "1"}) (e "path" #js {"d" "M13 5.08V3h-2v2.08C7.61 5.57 5 8.47 5 12v2h14v-2c0-3.53-2.61-6.43-6-6.92z"}) (e "circle" #js {"cx" "8", "cy" "20", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "20", "r" "1"}) (e "circle" #js {"cx" "16", "cy" "20", "r" "1"})]
"Shower"))
================================================
FILE: src/icons/reagent_mui/icons/shower_outlined.cljs
================================================
(ns reagent-mui.icons.shower-outlined
"Imports @mui/icons-material/ShowerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shower-outlined (create-svg-icon (e "path" #js {"d" "M9 17c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm3-1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3-4v2H5v-2c0-3.53 2.61-6.43 6-6.92V3h2v2.08c3.39.49 6 3.39 6 6.92zm-2 0c0-2.76-2.24-5-5-5s-5 2.24-5 5h10zm-9 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"})
"ShowerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/shower_rounded.cljs
================================================
(ns reagent-mui.icons.shower-rounded
"Imports @mui/icons-material/ShowerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shower-rounded (create-svg-icon [(e "circle" #js {"cx" "8", "cy" "17", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "17", "r" "1"}) (e "circle" #js {"cx" "16", "cy" "17", "r" "1"}) (e "path" #js {"d" "M13 5.08V4c0-.55-.45-1-1-1s-1 .45-1 1v1.08C7.61 5.57 5 8.47 5 12v1c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-1c0-3.53-2.61-6.43-6-6.92z"}) (e "circle" #js {"cx" "8", "cy" "20", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "20", "r" "1"}) (e "circle" #js {"cx" "16", "cy" "20", "r" "1"})]
"ShowerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/shower_sharp.cljs
================================================
(ns reagent-mui.icons.shower-sharp
"Imports @mui/icons-material/ShowerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shower-sharp (create-svg-icon [(e "circle" #js {"cx" "8", "cy" "17", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "17", "r" "1"}) (e "circle" #js {"cx" "16", "cy" "17", "r" "1"}) (e "path" #js {"d" "M13 5.08V3h-2v2.08C7.61 5.57 5 8.47 5 12v2h14v-2c0-3.53-2.61-6.43-6-6.92z"}) (e "circle" #js {"cx" "8", "cy" "20", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "20", "r" "1"}) (e "circle" #js {"cx" "16", "cy" "20", "r" "1"})]
"ShowerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/shower_two_tone.cljs
================================================
(ns reagent-mui.icons.shower-two-tone
"Imports @mui/icons-material/ShowerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shower-two-tone (create-svg-icon [(e "path" #js {"d" "M12 7c-2.76 0-5 2.24-5 5h10c0-2.76-2.24-5-5-5z", "opacity" ".3"}) (e "circle" #js {"cx" "8", "cy" "20", "r" "1"}) (e "circle" #js {"cx" "16", "cy" "17", "r" "1"}) (e "path" #js {"d" "M13 5.08V3h-2v2.08C7.61 5.57 5 8.47 5 12v2h14v-2c0-3.53-2.61-6.43-6-6.92zM7 12c0-2.76 2.24-5 5-5s5 2.24 5 5H7z"}) (e "circle" #js {"cx" "16", "cy" "20", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "17", "r" "1"}) (e "circle" #js {"cx" "8", "cy" "17", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "20", "r" "1"})]
"ShowerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/shuffle.cljs
================================================
(ns reagent-mui.icons.shuffle
"Imports @mui/icons-material/Shuffle as a Reagent component."
(:refer-clojure :exclude [shuffle])
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shuffle (create-svg-icon (e "path" #js {"d" "M10.59 9.17 5.41 4 4 5.41l5.17 5.17 1.42-1.41zM14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4h-5.5zm.33 9.41-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04-3.13-3.13z"})
"Shuffle"))
================================================
FILE: src/icons/reagent_mui/icons/shuffle_on.cljs
================================================
(ns reagent-mui.icons.shuffle-on
"Imports @mui/icons-material/ShuffleOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shuffle-on (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M21 1H3c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM10.59 9.17 5.41 4 4 5.41l5.17 5.17 1.42-1.41zM14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4h-5.5zm.33 9.41-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04-3.13-3.13z"})
"ShuffleOn"))
================================================
FILE: src/icons/reagent_mui/icons/shuffle_on_outlined.cljs
================================================
(ns reagent-mui.icons.shuffle-on-outlined
"Imports @mui/icons-material/ShuffleOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shuffle-on-outlined (create-svg-icon (e "path" #js {"d" "M21 1H3c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM5.41 4l5.18 5.17-1.41 1.42L4 5.42 5.41 4zM20 20h-6v-2h2.61l-3.2-3.2 1.42-1.42 3.13 3.13.04.04V14h2v6zm0-10h-2V7.42L5.41 20 4 18.59 16.58 6H14V4h6v6z"})
"ShuffleOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/shuffle_on_rounded.cljs
================================================
(ns reagent-mui.icons.shuffle-on-rounded
"Imports @mui/icons-material/ShuffleOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shuffle-on-rounded (create-svg-icon (e "path" #js {"d" "M21 1H3c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM4.3 4.7c.39-.39 1.02-.39 1.41 0l4.47 4.47-1.42 1.4L4.3 6.11a.9959.9959 0 0 1 0-1.41zm15.29 14.8c0 .28-.22.5-.5.5H15.3c-.45 0-.67-.54-.36-.85l1.2-1.2-3.13-3.13 1.41-1.41 3.13 3.14 1.19-1.19c.31-.32.85-.1.85.35v3.79zm0-11.21c0 .45-.54.67-.85.36l-1.19-1.19L5.7 19.29c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41L16.13 6.04l-1.19-1.19c-.31-.31-.09-.85.36-.85h3.79c.28 0 .5.22.5.5v3.79z"})
"ShuffleOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/shuffle_on_sharp.cljs
================================================
(ns reagent-mui.icons.shuffle-on-sharp
"Imports @mui/icons-material/ShuffleOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shuffle-on-sharp (create-svg-icon (e "path" #js {"d" "M1 1v22h22V1H1zm4.41 3 5.18 5.17-1.42 1.41L4 5.41 5.41 4zM20 20h-5.5l2.05-2.05-3.13-3.13 1.41-1.41 3.13 3.13L20 14.5V20zm0-10.5-2.04-2.04L5.41 20 4 18.59 16.54 6.04 14.5 4H20v5.5z"})
"ShuffleOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/shuffle_on_two_tone.cljs
================================================
(ns reagent-mui.icons.shuffle-on-two-tone
"Imports @mui/icons-material/ShuffleOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shuffle-on-two-tone (create-svg-icon (e "path" #js {"d" "M21 1H3c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM5.41 4l5.18 5.17-1.42 1.41L4 5.41 5.41 4zM20 20h-5.5l2.05-2.05-3.13-3.13 1.41-1.41 3.13 3.13L20 14.5V20zm0-10.5-2.04-2.04L5.41 20 4 18.59 16.54 6.04 14.5 4H20v5.5z"})
"ShuffleOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/shuffle_outlined.cljs
================================================
(ns reagent-mui.icons.shuffle-outlined
"Imports @mui/icons-material/ShuffleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shuffle-outlined (create-svg-icon (e "path" #js {"d" "M10.59 9.17 5.41 4 4 5.41l5.17 5.17 1.42-1.41zM14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4h-5.5zm.33 9.41-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04-3.13-3.13z"})
"ShuffleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/shuffle_rounded.cljs
================================================
(ns reagent-mui.icons.shuffle-rounded
"Imports @mui/icons-material/ShuffleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shuffle-rounded (create-svg-icon (e "path" #js {"d" "M10.59 9.17 6.12 4.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.46 4.46 1.42-1.4zm4.76-4.32 1.19 1.19L4.7 17.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L17.96 7.46l1.19 1.19c.31.31.85.09.85-.36V4.5c0-.28-.22-.5-.5-.5h-3.79c-.45 0-.67.54-.36.85zm-.52 8.56-1.41 1.41 3.13 3.13-1.2 1.2c-.31.31-.09.85.36.85h3.79c.28 0 .5-.22.5-.5v-3.79c0-.45-.54-.67-.85-.35l-1.19 1.19-3.13-3.14z"})
"ShuffleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/shuffle_sharp.cljs
================================================
(ns reagent-mui.icons.shuffle-sharp
"Imports @mui/icons-material/ShuffleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shuffle-sharp (create-svg-icon (e "path" #js {"d" "M10.59 9.17 5.41 4 4 5.41l5.17 5.17 1.42-1.41zM14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4h-5.5zm.33 9.41-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04-3.13-3.13z"})
"ShuffleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/shuffle_two_tone.cljs
================================================
(ns reagent-mui.icons.shuffle-two-tone
"Imports @mui/icons-material/ShuffleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shuffle-two-tone (create-svg-icon (e "path" #js {"d" "M20 4h-5.5l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5zM5.41 4 4 5.41l5.17 5.17 1.42-1.41zM20 20v-5.5l-2.04 2.04-3.13-3.13-1.41 1.41 3.13 3.13L14.5 20z"})
"ShuffleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/shutter_speed.cljs
================================================
(ns reagent-mui.icons.shutter-speed
"Imports @mui/icons-material/ShutterSpeed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shutter-speed (create-svg-icon (e "path" #js {"d" "M15 1H9v2h6V1zm4.03 6.39 1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm-.32-5H6.35c.57 1.62 1.82 2.92 3.41 3.56l-.11-.06 2.03-3.5zm5.97-4c-.57-1.6-1.78-2.89-3.34-3.54L12.26 11h5.39zm-7.04 7.83c.45.11.91.17 1.39.17 1.34 0 2.57-.45 3.57-1.19l-2.11-3.9-2.85 4.92zM7.55 8.99C6.59 10.05 6 11.46 6 13c0 .34.04.67.09 1h4.72L7.55 8.99zm8.79 8.14C17.37 16.06 18 14.6 18 13c0-.34-.04-.67-.09-1h-4.34l2.77 5.13zm-3.01-9.98C12.9 7.06 12.46 7 12 7c-1.4 0-2.69.49-3.71 1.29l2.32 3.56 2.72-4.7z"})
"ShutterSpeed"))
================================================
FILE: src/icons/reagent_mui/icons/shutter_speed_outlined.cljs
================================================
(ns reagent-mui.icons.shutter-speed-outlined
"Imports @mui/icons-material/ShutterSpeedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shutter-speed-outlined (create-svg-icon (e "path" #js {"d" "M15 1H9v2h6V1zm4.03 6.39 1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm-.32-5H6.35c.57 1.62 1.82 2.92 3.41 3.56l-.11-.06 2.03-3.5zm5.97-4c-.57-1.6-1.78-2.89-3.34-3.54L12.26 11h5.39zm-7.04 7.83c.45.11.91.17 1.39.17 1.34 0 2.57-.45 3.57-1.19l-2.11-3.9-2.85 4.92zM7.55 8.99C6.59 10.05 6 11.46 6 13c0 .34.04.67.09 1h4.72L7.55 8.99zm8.79 8.14C17.37 16.06 18 14.6 18 13c0-.34-.04-.67-.09-1h-4.34l2.77 5.13zm-3.01-9.98C12.9 7.06 12.46 7 12 7c-1.4 0-2.69.49-3.71 1.29l2.32 3.56 2.72-4.7z"})
"ShutterSpeedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/shutter_speed_rounded.cljs
================================================
(ns reagent-mui.icons.shutter-speed-rounded
"Imports @mui/icons-material/ShutterSpeedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shutter-speed-rounded (create-svg-icon (e "path" #js {"d" "M10 3h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1zm9.03 4.39.75-.75c.38-.38.39-1.01 0-1.4l-.01-.01c-.39-.39-1.01-.38-1.4 0l-.75.75C16.07 4.74 14.12 4 12 4c-4.8 0-8.88 3.96-9 8.76C2.87 17.84 6.94 22 12 22c4.98 0 9-4.03 9-9 0-2.12-.74-4.07-1.97-5.61zM12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm-1.19-5h-3.7c-.38 0-.62.4-.45.74.56 1.12 1.44 2.01 2.57 2.57.23.11.52.02.65-.21l1.37-2.35c.19-.33-.05-.75-.44-.75zm3.92-7.35c-.23-.12-.52-.02-.65.2l-1.38 2.39c-.2.34.04.76.43.76h3.76c.38 0 .62-.4.45-.73-.58-1.13-1.49-2.04-2.61-2.62zm-.85 7.05c-.19-.34-.68-.35-.87-.01l-2.04 3.52c-.18.32.02.72.39.75 1.34.14 2.69-.18 3.83-.89.22-.14.28-.43.16-.66l-1.47-2.71zm-3.57-1.47L7.93 9.57c-.2-.3-.64-.3-.84 0-.81 1.16-1.17 2.57-1.05 3.98.02.26.24.45.5.45h3.35c.39 0 .63-.44.42-.77zm3.66-.49 2.02 3.74c.18.33.64.35.86.05.86-1.18 1.24-2.62 1.12-4.08-.02-.26-.25-.45-.5-.45h-3.05c-.39 0-.63.4-.45.74zm-3.8-1.57c.2.31.66.3.85-.02l1.94-3.35c.19-.32-.03-.72-.4-.76-1.36-.12-2.73.21-3.88.97-.22.15-.27.46-.13.68l1.62 2.48z"})
"ShutterSpeedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/shutter_speed_sharp.cljs
================================================
(ns reagent-mui.icons.shutter-speed-sharp
"Imports @mui/icons-material/ShutterSpeedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shutter-speed-sharp (create-svg-icon (e "path" #js {"d" "M15 1H9v2h6V1zm4.03 6.39 1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm-.32-5H6.35c.57 1.62 1.82 2.92 3.41 3.56l-.11-.06 2.03-3.5zm5.97-4c-.57-1.6-1.78-2.89-3.34-3.54L12.26 11h5.39zm-7.04 7.83c.45.11.91.17 1.39.17 1.34 0 2.57-.45 3.57-1.19l-2.11-3.9-2.85 4.92zM7.55 8.99C6.59 10.05 6 11.46 6 13c0 .34.04.67.09 1h4.72L7.55 8.99zm8.79 8.14C17.37 16.06 18 14.6 18 13c0-.34-.04-.67-.09-1h-4.34l2.77 5.13zm-3.01-9.98C12.9 7.06 12.46 7 12 7c-1.4 0-2.69.49-3.71 1.29l2.32 3.56 2.72-4.7z"})
"ShutterSpeedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/shutter_speed_two_tone.cljs
================================================
(ns reagent-mui.icons.shutter-speed-two-tone
"Imports @mui/icons-material/ShutterSpeedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def shutter-speed-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6c-3.87 0-7 3.13-7 7s3.13 7 7 7 7-3.13 7-7-3.13-7-7-7zm0 1c.46 0 .9.06 1.33.15l-2.72 4.7-2.32-3.56C9.31 7.49 10.6 7 12 7zm-6 6c0-1.54.59-2.95 1.55-4.01L10.81 14H6.09c-.05-.33-.09-.66-.09-1zm.35 2h5.33l-2.03 3.5.11.06c-1.59-.64-2.84-1.94-3.41-3.56zM12 19c-.48 0-.94-.06-1.39-.17l2.85-4.92 2.11 3.9c-1 .74-2.23 1.19-3.57 1.19zm6-6c0 1.6-.63 3.06-1.66 4.13L13.57 12h4.34c.05.33.09.66.09 1zm-5.74-2 2.05-3.54c1.56.65 2.77 1.94 3.34 3.54h-5.39z", "opacity" ".3"}) (e "path" #js {"d" "M7.55 8.99C6.59 10.05 6 11.46 6 13c0 .34.04.67.09 1h4.72L7.55 8.99zm6.76-1.53L12.26 11h5.39c-.57-1.6-1.78-2.89-3.34-3.54zm-.98-.31C12.9 7.06 12.46 7 12 7c-1.4 0-2.69.49-3.71 1.29l2.32 3.56 2.72-4.7zM11.68 15H6.35c.57 1.62 1.82 2.92 3.41 3.56l-.11-.06 2.03-3.5zm7.35-7.61 1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zM9 1h6v2H9zm7.34 16.13C17.37 16.06 18 14.6 18 13c0-.34-.04-.67-.09-1h-4.34l2.77 5.13zm-5.73 1.7c.45.11.91.17 1.39.17 1.34 0 2.57-.45 3.57-1.19l-2.11-3.9-2.85 4.92z"})]
"ShutterSpeedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sick.cljs
================================================
(ns reagent-mui.icons.sick
"Imports @mui/icons-material/Sick as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sick (create-svg-icon (e "path" #js {"d" "M21 9c-1.1 0-2-.9-2-2s2-4 2-4 2 2.9 2 4-.9 2-2 2zm-3.5-2c0-.73.41-1.71.92-2.66C16.68 2.88 14.44 2 11.99 2 6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12c0-.55-.06-1.09-.14-1.62-.28.07-.56.12-.86.12-1.93 0-3.5-1.57-3.5-3.5zm-1.88.38 1.06 1.06-1.06 1.06 1.06 1.06-1.06 1.06L13.5 9.5l2.12-2.12zm-8.3 1.06 1.06-1.06L10.5 9.5l-2.12 2.12-1.06-1.06L8.38 9.5 7.32 8.44zM15.44 17c-.69-1.19-1.97-2-3.44-2s-2.75.81-3.44 2H6.88c.3-.76.76-1.43 1.34-1.99L5.24 13.3c-.45.26-1.01.28-1.49 0-.72-.41-.96-1.33-.55-2.05.41-.72 1.33-.96 2.05-.55.48.28.74.78.74 1.29l3.58 2.07c.73-.36 1.55-.56 2.43-.56 2.33 0 4.32 1.45 5.12 3.5h-1.68z"})
"Sick"))
================================================
FILE: src/icons/reagent_mui/icons/sick_outlined.cljs
================================================
(ns reagent-mui.icons.sick-outlined
"Imports @mui/icons-material/SickOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sick-outlined (create-svg-icon (e "path" #js {"d" "M7.32 10.56 8.38 9.5 7.32 8.44l1.06-1.06L10.5 9.5l-2.12 2.12-1.06-1.06zM4.5 9c.03 0 .05.01.08.01C5.77 6.07 8.64 4 12 4c2.19 0 4.16.88 5.61 2.3.15-.6.45-1.29.81-1.96C16.68 2.88 14.44 2 11.99 2c-4.88 0-8.94 3.51-9.81 8.14C2.74 9.44 3.59 9 4.5 9zM21 10.5c-.42 0-.82-.09-1.19-.22.12.55.19 1.13.19 1.72 0 4.42-3.58 8-8 8-3.36 0-6.23-2.07-7.42-5.01-.03 0-.05.01-.08.01-.52 0-1.04-.14-1.5-.4-.32-.18-.59-.42-.82-.7.89 4.61 4.93 8.1 9.8 8.1C17.52 22 22 17.52 22 12c0-.55-.06-1.09-.14-1.62-.28.07-.56.12-.86.12zM21 3s-2 2.9-2 4 .9 2 2 2 2-.9 2-2-2-4-2-4zm-5.38 4.38L13.5 9.5l2.12 2.12 1.06-1.06-1.06-1.06 1.06-1.06-1.06-1.06zM8.56 17c.69-1.19 1.97-2 3.44-2s2.75.81 3.44 2h1.68c-.8-2.05-2.79-3.5-5.12-3.5-.87 0-1.7.2-2.43.57L5.99 12c0-.52-.26-1.02-.74-1.29-.72-.41-1.63-.17-2.05.55-.41.72-.17 1.63.55 2.05.48.28 1.05.25 1.49 0l2.97 1.72c-.57.53-1.03 1.21-1.33 1.97h1.68z"})
"SickOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sick_rounded.cljs
================================================
(ns reagent-mui.icons.sick-rounded
"Imports @mui/icons-material/SickRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sick-rounded (create-svg-icon (e "path" #js {"d" "M23 7c0 1.1-.9 2-2 2s-2-.9-2-2c0-.78.99-2.44 1.58-3.36.2-.31.64-.31.84 0C22.01 4.56 23 6.22 23 7zm-1.14 3.38c.08.53.14 1.07.14 1.62 0 5.52-4.48 10-10.01 10C6.47 22 2 17.52 2 12S6.47 2 11.99 2c2.45 0 4.69.88 6.43 2.34-.51.95-.92 1.93-.92 2.66 0 1.93 1.57 3.5 3.5 3.5.3 0 .58-.05.86-.12zm-7.83-.35 1.06 1.06c.29.29.77.29 1.06 0 .29-.29.29-.77 0-1.06l-.53-.53.53-.53c.29-.29.29-.77 0-1.06s-.77-.29-1.06 0l-1.06 1.06c-.29.29-.29.77 0 1.06zM8.38 9.5l-.53.53c-.29.29-.29.77 0 1.06.29.29.77.29 1.06 0l1.06-1.06c.29-.29.29-.77 0-1.06L8.91 7.91c-.29-.29-.77-.29-1.06 0s-.29.77 0 1.06l.53.53zm8.09 6.3c-1-1.39-2.62-2.3-4.47-2.3-.87 0-1.69.2-2.43.56L5.99 12c0-.52-.26-1.02-.74-1.29-.8-.46-1.84-.11-2.17.8-.21.57-.03 1.25.44 1.64.52.44 1.2.45 1.72.16l2.97 1.72c-.25.24-.48.5-.68.78-.36.49 0 1.19.62 1.19.23 0 .46-.1.6-.3.72-1.02 1.9-1.7 3.25-1.7s2.53.68 3.25 1.7c.14.19.36.3.6.3.62 0 .98-.7.62-1.2z"})
"SickRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sick_sharp.cljs
================================================
(ns reagent-mui.icons.sick-sharp
"Imports @mui/icons-material/SickSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sick-sharp (create-svg-icon (e "path" #js {"d" "M21 9c-1.1 0-2-.9-2-2s2-4 2-4 2 2.9 2 4-.9 2-2 2zm-3.5-2c0-.73.41-1.71.92-2.66C16.68 2.88 14.44 2 11.99 2 6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12c0-.55-.06-1.09-.14-1.62-.28.07-.56.12-.86.12-1.93 0-3.5-1.57-3.5-3.5zm-1.88.38 1.06 1.06-1.06 1.06 1.06 1.06-1.06 1.06L13.5 9.5l2.12-2.12zm-8.3 1.06 1.06-1.06L10.5 9.5l-2.12 2.12-1.06-1.06L8.38 9.5 7.32 8.44zM15.44 17c-.69-1.19-1.97-2-3.44-2s-2.75.81-3.44 2H6.88c.3-.76.76-1.43 1.34-1.99L5.24 13.3c-.45.26-1.01.28-1.49 0-.72-.41-.96-1.33-.55-2.05.41-.72 1.33-.96 2.05-.55.48.28.74.78.74 1.29l3.58 2.07c.73-.36 1.55-.56 2.43-.56 2.33 0 4.32 1.45 5.12 3.5h-1.68z"})
"SickSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sick_two_tone.cljs
================================================
(ns reagent-mui.icons.sick-two-tone
"Imports @mui/icons-material/SickTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sick-two-tone (create-svg-icon (e "path" #js {"d" "M7.32 10.56 8.38 9.5 7.32 8.44l1.06-1.06L10.5 9.5l-2.12 2.12-1.06-1.06zM4.5 9c.03 0 .05.01.08.01C5.77 6.07 8.64 4 12 4c2.19 0 4.16.88 5.61 2.3.15-.6.45-1.29.81-1.96C16.68 2.88 14.44 2 11.99 2c-4.88 0-8.94 3.51-9.81 8.14C2.74 9.44 3.59 9 4.5 9zM21 10.5c-.42 0-.82-.09-1.19-.22.12.55.19 1.13.19 1.72 0 4.42-3.58 8-8 8-3.36 0-6.23-2.07-7.42-5.01-.03 0-.05.01-.08.01-.52 0-1.04-.14-1.5-.4-.32-.18-.59-.42-.82-.7.89 4.61 4.93 8.1 9.8 8.1C17.52 22 22 17.52 22 12c0-.55-.06-1.09-.14-1.62-.28.07-.56.12-.86.12zM21 3s-2 2.9-2 4 .9 2 2 2 2-.9 2-2-2-4-2-4zm-5.38 4.38L13.5 9.5l2.12 2.12 1.06-1.06-1.06-1.06 1.06-1.06-1.06-1.06zM8.56 17c.69-1.19 1.97-2 3.44-2s2.75.81 3.44 2h1.68c-.8-2.05-2.79-3.5-5.12-3.5-.87 0-1.7.2-2.43.57L5.99 12c0-.52-.26-1.02-.74-1.29-.72-.41-1.63-.17-2.05.55-.41.72-.17 1.63.55 2.05.48.28 1.05.25 1.49 0l2.97 1.72c-.57.53-1.03 1.21-1.33 1.97h1.68z"})
"SickTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sign_language.cljs
================================================
(ns reagent-mui.icons.sign-language
"Imports @mui/icons-material/SignLanguage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sign-language (create-svg-icon (e "path" #js {"d" "m12.49 13-.93-1.86c-.37-.74-.07-1.64.67-2.01l.26-.13 5.73 5.46c.5.47.78 1.13.78 1.81v5.23c0 1.38-1.12 2.5-2.5 2.5h-11c-.55 0-1-.45-1-1s.45-1 1-1H10v-1H4c-.55 0-1-.45-1-1s.45-1 1-1h6v-1H3c-.55 0-1-.45-1-1s.45-1 1-1h7v-1H4.5c-.55 0-1-.45-1-1s.45-1 1-1h7.99zm-.71-5.88c-.84.4-1.17.62-1.63 1.19l-2.7-2.85c-.38-.4-.36-1.03.04-1.41.4-.38 1.03-.36 1.41.04l2.88 3.03zM9.64 9.21c-.23.55-.29 1.24-.2 1.79h-.86L6.31 8.61c-.38-.4-.37-1.03.04-1.41.4-.38 1.03-.36 1.41.04l1.88 1.97zm10.69 4.7.88-.83c.5-.47.79-1.13.79-1.82V3.35l-.27-.1c-.78-.28-1.64.12-1.92.9l-.71 1.96-5.5-5.8c-.38-.4-1.01-.42-1.41-.04-.4.38-.42 1.01-.04 1.41l3.79 3.99-.73.69-4.82-5.08c-.38-.4-1.01-.42-1.41-.04-.4.38-.42 1.01-.04 1.41l3.78 3.98L15.38 9l3.61 3.43.61.58c.29.27.53.57.73.9z"})
"SignLanguage"))
================================================
FILE: src/icons/reagent_mui/icons/sign_language_outlined.cljs
================================================
(ns reagent-mui.icons.sign-language-outlined
"Imports @mui/icons-material/SignLanguageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sign-language-outlined (create-svg-icon (e "path" #js {"d" "m12.49 13-.93-1.86c-.37-.74-.07-1.64.67-2.01l.26-.13 5.73 5.46c.5.47.78 1.13.78 1.81v5.23c0 1.38-1.12 2.5-2.5 2.5h-11c-.55 0-1-.45-1-1s.45-1 1-1H10v-1H4c-.55 0-1-.45-1-1s.45-1 1-1h6v-1H3c-.55 0-1-.45-1-1s.45-1 1-1h7v-1H4.5c-.55 0-1-.45-1-1s.45-1 1-1h7.99zm1.51.2V15h-2v7h4c.55 0 1-.45 1-1v-4.53c0-.27-.11-.54-.31-.73L14 13.2zm-2.22-6.08c-.84.4-1.17.62-1.63 1.19l-2.7-2.85c-.38-.4-.36-1.03.04-1.41.4-.38 1.03-.36 1.41.04l2.88 3.03zM9.64 9.21c-.23.55-.29 1.24-.2 1.79h-.86L6.31 8.61c-.38-.4-.37-1.03.04-1.41.4-.38 1.03-.36 1.41.04l1.88 1.97zm10.69 4.7.88-.83c.5-.47.79-1.13.79-1.82V3.35l-.27-.1c-.78-.28-1.64.12-1.92.9l-.71 1.96-5.5-5.8c-.38-.4-1.01-.42-1.41-.04-.4.38-.42 1.01-.04 1.41l3.79 3.99-.73.69-4.82-5.08c-.38-.4-1.01-.42-1.41-.04-.4.38-.42 1.01-.04 1.41l3.78 3.98L15.38 9l1.93-1.87 1.38 1.45L20 7.34v3.7c0 .28-.11.54-.31.73l-.7.66.61.58c.29.27.53.57.73.9z"})
"SignLanguageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sign_language_rounded.cljs
================================================
(ns reagent-mui.icons.sign-language-rounded
"Imports @mui/icons-material/SignLanguageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sign-language-rounded (create-svg-icon (e "path" #js {"d" "m12.49 13-.93-1.86c-.37-.74-.07-1.64.67-2.01.16-.08.34-.05.47.07l5.53 5.26c.5.47.78 1.13.78 1.81v5.23c0 1.38-1.12 2.5-2.5 2.5h-11c-.55 0-1-.45-1-1s.45-1 1-1H10v-1H4c-.55 0-1-.45-1-1s.45-1 1-1h6v-1H3c-.55 0-1-.45-1-1s.45-1 1-1h7v-1H4.5c-.55 0-1-.45-1-1s.45-1 1-1h7.99zm-.71-5.88c-.84.4-1.17.62-1.63 1.19l-2.7-2.85c-.38-.4-.36-1.03.04-1.41.4-.38 1.03-.36 1.41.04l2.88 3.03zM9.64 9.21c-.23.55-.29 1.24-.2 1.79h-.86L6.31 8.61c-.38-.4-.37-1.03.04-1.41.4-.38 1.03-.36 1.41.04l1.88 1.97zm10.69 4.7.88-.83c.5-.47.79-1.13.79-1.82V3.64c0-.17-.11-.33-.27-.39-.78-.28-1.64.12-1.92.9l-.71 1.96-5.5-5.8c-.38-.4-1.01-.42-1.41-.04-.4.38-.42 1.01-.04 1.41l3.79 3.99-.73.69-4.82-5.08c-.38-.4-1.01-.42-1.41-.04-.4.38-.42 1.01-.04 1.41l3.78 3.98L15.38 9l3.61 3.43.61.58c.29.27.53.57.73.9z"})
"SignLanguageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sign_language_sharp.cljs
================================================
(ns reagent-mui.icons.sign-language-sharp
"Imports @mui/icons-material/SignLanguageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sign-language-sharp (create-svg-icon (e "path" #js {"d" "m12.49 13-1.39-2.7L12.49 9 19 15.2V24H4.5v-2H10v-1H3v-2h7v-1H2v-2h8v-1H3.5v-2h8.99zm-.71-5.88c-.84.4-1.17.62-1.63 1.19L6.76 4.74l1.45-1.38 3.57 3.76zM9.64 9.21c-.23.55-.29 1.24-.2 1.79h-.86L5.62 7.89l1.45-1.38 2.57 2.7zm12.34 3.13L22 3.35l-1.9-.1-1 2.86L13.3 0l-1.45 1.38 4.09 4.3-.73.69L9.74.64 8.3 2l3.36 3.53 1.06 1.11 2.65 2.33 5.08 4.83 1.53-1.46z"})
"SignLanguageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sign_language_two_tone.cljs
================================================
(ns reagent-mui.icons.sign-language-two-tone
"Imports @mui/icons-material/SignLanguageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sign-language-two-tone (create-svg-icon [(e "path" #js {"d" "M14 13.2V15h-2v7h4c.55 0 1-.45 1-1v-4.53c0-.27-.11-.54-.31-.73L14 13.2zM15.38 9l1.93-1.87 1.38 1.45L20 7.34v3.7c0 .28-.11.54-.31.73l-.7.66L15.38 9z", "opacity" ".3"}) (e "path" #js {"d" "m12.49 13-.93-1.86c-.37-.74-.07-1.64.67-2.01l.26-.13 5.73 5.46c.5.47.78 1.13.78 1.81v5.23c0 1.38-1.12 2.5-2.5 2.5h-11c-.55 0-1-.45-1-1s.45-1 1-1H10v-1H4c-.55 0-1-.45-1-1s.45-1 1-1h6v-1H3c-.55 0-1-.45-1-1s.45-1 1-1h7v-1H4.5c-.55 0-1-.45-1-1s.45-1 1-1h7.99zm1.51.2V15h-2v7h4c.55 0 1-.45 1-1v-4.53c0-.27-.11-.54-.31-.73L14 13.2zm-2.22-6.08c-.84.4-1.17.62-1.63 1.19l-2.7-2.85c-.38-.4-.36-1.03.04-1.41.4-.38 1.03-.36 1.41.04l2.88 3.03zM9.64 9.21c-.23.55-.29 1.24-.2 1.79h-.86L6.31 8.61c-.38-.4-.37-1.03.04-1.41.4-.38 1.03-.36 1.41.04l1.88 1.97zm10.69 4.7.88-.83c.5-.47.79-1.13.79-1.82V3.35l-.27-.1c-.78-.28-1.64.12-1.92.9l-.71 1.96-5.5-5.8c-.38-.4-1.01-.42-1.41-.04-.4.38-.42 1.01-.04 1.41l3.79 3.99-.73.69-4.82-5.08c-.38-.4-1.01-.42-1.41-.04-.4.38-.42 1.01-.04 1.41l3.78 3.98L15.38 9l1.93-1.87 1.38 1.45L20 7.34v3.7c0 .28-.11.54-.31.73l-.7.66.61.58c.29.27.53.57.73.9z"})]
"SignLanguageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_0_bar.cljs
================================================
(ns reagent-mui.icons.signal-cellular-0-bar
"Imports @mui/icons-material/SignalCellular0Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-0-bar (create-svg-icon (e "path" #js {"d" "M20 6.83V20H6.83L20 6.83M22 2 2 22h20V2z"})
"SignalCellular0Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_0_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-0-bar-outlined
"Imports @mui/icons-material/SignalCellular0BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-0-bar-outlined (create-svg-icon (e "path" #js {"d" "M2 22h20V2L2 22zm18-2H6.83L20 6.83V20z"})
"SignalCellular0BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_0_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-0-bar-rounded
"Imports @mui/icons-material/SignalCellular0BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-0-bar-rounded (create-svg-icon (e "path" #js {"d" "M4.41 22H21c.55 0 1-.45 1-1V4.41c0-.89-1.08-1.34-1.71-.71L3.71 20.29c-.63.63-.19 1.71.7 1.71zM20 20H6.83L20 6.83V20z"})
"SignalCellular0BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_0_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-0-bar-sharp
"Imports @mui/icons-material/SignalCellular0BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-0-bar-sharp (create-svg-icon (e "path" #js {"d" "M2 22h20V2L2 22zm18-2H6.83L20 6.83V20z"})
"SignalCellular0BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_0_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-0-bar-two-tone
"Imports @mui/icons-material/SignalCellular0BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-0-bar-two-tone (create-svg-icon (e "path" #js {"d" "M2 22h20V2L2 22zm18-2H6.83L20 6.83V20z"})
"SignalCellular0BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_1_bar.cljs
================================================
(ns reagent-mui.icons.signal-cellular-1-bar
"Imports @mui/icons-material/SignalCellular1Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-1-bar (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M2 22h20V2z"}) (e "path" #js {"d" "M12 12L2 22h10z"}))
"SignalCellular1Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_1_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-1-bar-outlined
"Imports @mui/icons-material/SignalCellular1BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-1-bar-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M2 22h20V2L2 22z"}) (e "path" #js {"d" "M12 12L2 22h10V12z"}))
"SignalCellular1BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_1_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-1-bar-rounded
"Imports @mui/icons-material/SignalCellular1BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-1-bar-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M4.41 22H20c1.1 0 2-.9 2-2V4.41c0-.89-1.08-1.34-1.71-.71L3.71 20.29c-.63.63-.19 1.71.7 1.71z"}) (e "path" #js {"d" "M12 12l-8.29 8.29c-.63.63-.19 1.71.7 1.71H12V12z"}))
"SignalCellular1BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_1_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-1-bar-sharp
"Imports @mui/icons-material/SignalCellular1BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-1-bar-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M2 22h20V2L2 22z"}) (e "path" #js {"d" "M12 12L2 22h10V12z"}))
"SignalCellular1BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_1_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-1-bar-two-tone
"Imports @mui/icons-material/SignalCellular1BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-1-bar-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M2 22h20V2L2 22z"}) (e "path" #js {"d" "M12 12L2 22h10V12z"}))
"SignalCellular1BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_2_bar.cljs
================================================
(ns reagent-mui.icons.signal-cellular-2-bar
"Imports @mui/icons-material/SignalCellular2Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-2-bar (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M2 22h20V2z"}) (e "path" #js {"d" "M14 10L2 22h12z"}))
"SignalCellular2Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_2_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-2-bar-outlined
"Imports @mui/icons-material/SignalCellular2BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-2-bar-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M2 22h20V2L2 22z"}) (e "path" #js {"d" "M14 10L2 22h12V10z"}))
"SignalCellular2BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_2_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-2-bar-rounded
"Imports @mui/icons-material/SignalCellular2BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-2-bar-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M4.41 22H20c1.1 0 2-.9 2-2V4.41c0-.89-1.08-1.34-1.71-.71L3.71 20.29c-.63.63-.19 1.71.7 1.71z"}) (e "path" #js {"d" "M14 10L3.71 20.29c-.63.63-.19 1.71.7 1.71H14V10z"}))
"SignalCellular2BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_2_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-2-bar-sharp
"Imports @mui/icons-material/SignalCellular2BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-2-bar-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M2 22h20V2L2 22z"}) (e "path" #js {"d" "M14 10L2 22h12V10z"}))
"SignalCellular2BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_2_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-2-bar-two-tone
"Imports @mui/icons-material/SignalCellular2BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-2-bar-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M2 22h20V2L2 22z"}) (e "path" #js {"d" "M14 10L2 22h12V10z"}))
"SignalCellular2BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_3_bar.cljs
================================================
(ns reagent-mui.icons.signal-cellular-3-bar
"Imports @mui/icons-material/SignalCellular3Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-3-bar (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M2 22h20V2z"}) (e "path" #js {"d" "M17 7L2 22h15z"}))
"SignalCellular3Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_3_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-3-bar-outlined
"Imports @mui/icons-material/SignalCellular3BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-3-bar-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M2 22h20V2L2 22z"}) (e "path" #js {"d" "M17 7L2 22h15V7z"}))
"SignalCellular3BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_3_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-3-bar-rounded
"Imports @mui/icons-material/SignalCellular3BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-3-bar-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M4.41 22H20c1.1 0 2-.9 2-2V4.41c0-.89-1.08-1.34-1.71-.71L3.71 20.29c-.63.63-.19 1.71.7 1.71z"}) (e "path" #js {"d" "M17 7L3.71 20.29c-.63.63-.19 1.71.7 1.71H17V7z"}))
"SignalCellular3BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_3_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-3-bar-sharp
"Imports @mui/icons-material/SignalCellular3BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-3-bar-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M2 22h20V2L2 22z"}) (e "path" #js {"d" "M17 7L2 22h15V7z"}))
"SignalCellular3BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_3_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-3-bar-two-tone
"Imports @mui/icons-material/SignalCellular3BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-3-bar-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M2 22h20V2L2 22z"}) (e "path" #js {"d" "M17 7L2 22h15V7z"}))
"SignalCellular3BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_4_bar.cljs
================================================
(ns reagent-mui.icons.signal-cellular-4-bar
"Imports @mui/icons-material/SignalCellular4Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-4-bar (create-svg-icon (e "path" #js {"d" "M2 22h20V2z"})
"SignalCellular4Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_4_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-4-bar-outlined
"Imports @mui/icons-material/SignalCellular4BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-4-bar-outlined (create-svg-icon (e "path" #js {"d" "M2 22h20V2L2 22z"})
"SignalCellular4BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_4_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-4-bar-rounded
"Imports @mui/icons-material/SignalCellular4BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-4-bar-rounded (create-svg-icon (e "path" #js {"d" "M4.41 22H20c1.1 0 2-.9 2-2V4.41c0-.89-1.08-1.34-1.71-.71L3.71 20.29c-.63.63-.19 1.71.7 1.71z"})
"SignalCellular4BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_4_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-4-bar-sharp
"Imports @mui/icons-material/SignalCellular4BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-4-bar-sharp (create-svg-icon (e "path" #js {"d" "M2 22h20V2L2 22z"})
"SignalCellular4BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_4_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-4-bar-two-tone
"Imports @mui/icons-material/SignalCellular4BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-4-bar-two-tone (create-svg-icon (e "path" #js {"d" "M2 22h20V2L2 22z"})
"SignalCellular4BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_alt.cljs
================================================
(ns reagent-mui.icons.signal-cellular-alt
"Imports @mui/icons-material/SignalCellularAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-alt (create-svg-icon (e "path" #js {"d" "M17 4h3v16h-3zM5 14h3v6H5zm6-5h3v11h-3z"})
"SignalCellularAlt"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_alt_1_bar.cljs
================================================
(ns reagent-mui.icons.signal-cellular-alt-1-bar
"Imports @mui/icons-material/SignalCellularAlt1Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-alt-1-bar (create-svg-icon (e "path" #js {"d" "M5 14h3v6H5v-6z"})
"SignalCellularAlt1Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_alt_1_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-alt-1-bar-outlined
"Imports @mui/icons-material/SignalCellularAlt1BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-alt-1-bar-outlined (create-svg-icon (e "path" #js {"d" "M5 14h3v6H5v-6z"})
"SignalCellularAlt1BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_alt_1_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-alt-1-bar-rounded
"Imports @mui/icons-material/SignalCellularAlt1BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-alt-1-bar-rounded (create-svg-icon (e "path" #js {"d" "M6.5 20c-.83 0-1.5-.67-1.5-1.5v-3c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v3c0 .83-.67 1.5-1.5 1.5z"})
"SignalCellularAlt1BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_alt_1_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-alt-1-bar-sharp
"Imports @mui/icons-material/SignalCellularAlt1BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-alt-1-bar-sharp (create-svg-icon (e "path" #js {"d" "M5 14h3v6H5v-6z"})
"SignalCellularAlt1BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_alt_1_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-alt-1-bar-two-tone
"Imports @mui/icons-material/SignalCellularAlt1BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-alt-1-bar-two-tone (create-svg-icon (e "path" #js {"d" "M5 14h3v6H5v-6z"})
"SignalCellularAlt1BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_alt_2_bar.cljs
================================================
(ns reagent-mui.icons.signal-cellular-alt-2-bar
"Imports @mui/icons-material/SignalCellularAlt2Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-alt-2-bar (create-svg-icon (e "path" #js {"d" "M5 14h3v6H5v-6zm6-5h3v11h-3V9z"})
"SignalCellularAlt2Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_alt_2_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-alt-2-bar-outlined
"Imports @mui/icons-material/SignalCellularAlt2BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-alt-2-bar-outlined (create-svg-icon (e "path" #js {"d" "M5 14h3v6H5v-6zm6-5h3v11h-3V9z"})
"SignalCellularAlt2BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_alt_2_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-alt-2-bar-rounded
"Imports @mui/icons-material/SignalCellularAlt2BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-alt-2-bar-rounded (create-svg-icon (e "path" #js {"d" "M6.5 20c-.83 0-1.5-.67-1.5-1.5v-3c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v3c0 .83-.67 1.5-1.5 1.5zm6 0c-.83 0-1.5-.67-1.5-1.5v-8c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v8c0 .83-.67 1.5-1.5 1.5z"})
"SignalCellularAlt2BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_alt_2_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-alt-2-bar-sharp
"Imports @mui/icons-material/SignalCellularAlt2BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-alt-2-bar-sharp (create-svg-icon (e "path" #js {"d" "M5 14h3v6H5v-6zm6-5h3v11h-3V9z"})
"SignalCellularAlt2BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_alt_2_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-alt-2-bar-two-tone
"Imports @mui/icons-material/SignalCellularAlt2BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-alt-2-bar-two-tone (create-svg-icon (e "path" #js {"d" "M5 14h3v6H5v-6zm6-5h3v11h-3V9z"})
"SignalCellularAlt2BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_alt_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-alt-outlined
"Imports @mui/icons-material/SignalCellularAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-alt-outlined (create-svg-icon (e "path" #js {"d" "M17 4h3v16h-3V4zM5 14h3v6H5v-6zm6-5h3v11h-3V9z"})
"SignalCellularAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_alt_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-alt-rounded
"Imports @mui/icons-material/SignalCellularAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-alt-rounded (create-svg-icon (e "path" #js {"d" "M18.5 4c.83 0 1.5.67 1.5 1.5v13c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5v-13c0-.83.67-1.5 1.5-1.5zm-12 10c.83 0 1.5.67 1.5 1.5v3c0 .83-.67 1.5-1.5 1.5S5 19.33 5 18.5v-3c0-.83.67-1.5 1.5-1.5zm6-5c.83 0 1.5.67 1.5 1.5v8c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5v-8c0-.83.67-1.5 1.5-1.5z"})
"SignalCellularAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_alt_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-alt-sharp
"Imports @mui/icons-material/SignalCellularAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-alt-sharp (create-svg-icon (e "path" #js {"d" "M17 4h3v16h-3V4zM5 14h3v6H5v-6zm6-5h3v11h-3V9z"})
"SignalCellularAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-alt-two-tone
"Imports @mui/icons-material/SignalCellularAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-alt-two-tone (create-svg-icon (e "path" #js {"d" "M17 4h3v16h-3V4zM5 14h3v6H5v-6zm6-5h3v11h-3V9z"})
"SignalCellularAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_0_bar.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-0-bar
"Imports @mui/icons-material/SignalCellularConnectedNoInternet0Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-0-bar (create-svg-icon (e "path" #js {"d" "M20 18h2v-8h-2v8zm0 4h2v-2h-2v2zm-2-2v2H2L22 2v6h-2V6.83L6.83 20H18z"})
"SignalCellularConnectedNoInternet0Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_0_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-0-bar-outlined
"Imports @mui/icons-material/SignalCellularConnectedNoInternet0BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-0-bar-outlined (create-svg-icon (e "path" #js {"d" "M20 18h2v-8h-2v8zm0 4h2v-2h-2v2zm-2-2v2H2L22 2v6h-2V6.83L6.83 20H18z"})
"SignalCellularConnectedNoInternet0BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_0_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-0-bar-rounded
"Imports @mui/icons-material/SignalCellularConnectedNoInternet0BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-0-bar-rounded (create-svg-icon (e "path" #js {"d" "M21 18c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .55.45 1 1 1zm0 4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm-3-2v2H2L22 2v6h-2V6.83L6.83 20H18z"})
"SignalCellularConnectedNoInternet0BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_0_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-0-bar-sharp
"Imports @mui/icons-material/SignalCellularConnectedNoInternet0BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-0-bar-sharp (create-svg-icon (e "path" #js {"d" "M20 18h2v-8h-2v8zm0 4h2v-2h-2v2zm-2-2v2H2L22 2v6h-2V6.83L6.83 20H18z"})
"SignalCellularConnectedNoInternet0BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_0_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-0-bar-two-tone
"Imports @mui/icons-material/SignalCellularConnectedNoInternet0BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-0-bar-two-tone (create-svg-icon (e "path" #js {"d" "M20 18h2v-8h-2v8zm0 4h2v-2h-2v2zm-2-2v2H2L22 2v6h-2V6.83L6.83 20H18z"})
"SignalCellularConnectedNoInternet0BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_1_bar.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-1-bar
"Imports @mui/icons-material/SignalCellularConnectedNoInternet1Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-1-bar (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M22 8V2L2 22h16V8z"}) (e "path" #js {"d" "M20 10v8h2v-8h-2zm-8 12V12L2 22h10zm8 0h2v-2h-2v2z"}))
"SignalCellularConnectedNoInternet1Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_1_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-1-bar-outlined
"Imports @mui/icons-material/SignalCellularConnectedNoInternet1BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-1-bar-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M22 8V2L2 22h16V8h4z"}) (e "path" #js {"d" "M20 10v8h2v-8h-2zm-8 12V12L2 22h10zm8 0h2v-2h-2v2z"}))
"SignalCellularConnectedNoInternet1BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_1_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-1-bar-rounded
"Imports @mui/icons-material/SignalCellularConnectedNoInternet1BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-1-bar-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M22 8V4.41c0-.89-1.08-1.34-1.71-.71L3.71 20.29c-.63.63-.19 1.71.7 1.71H18V11c0-1.66 1.34-3 3-3h1z"}) (e "path" #js {"d" "M20 11v6c0 .55.45 1 1 1s1-.45 1-1v-6c0-.55-.45-1-1-1s-1 .45-1 1zm-8 11V12l-8.29 8.29c-.63.63-.19 1.71.7 1.71H12zm8 0h2v-2h-2v2z"}))
"SignalCellularConnectedNoInternet1BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_1_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-1-bar-sharp
"Imports @mui/icons-material/SignalCellularConnectedNoInternet1BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-1-bar-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M22 8V2L2 22h16V8h4z"}) (e "path" #js {"d" "M20 10v8h2v-8h-2zm-8 12V12L2 22h10zm8 0h2v-2h-2v2z"}))
"SignalCellularConnectedNoInternet1BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_1_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-1-bar-two-tone
"Imports @mui/icons-material/SignalCellularConnectedNoInternet1BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-1-bar-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M22 8V2L2 22h16V8h4z"}) (e "path" #js {"d" "M20 10v8h2v-8h-2zm-8 12V12L2 22h10zm8 0h2v-2h-2v2z"}))
"SignalCellularConnectedNoInternet1BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_2_bar.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-2-bar
"Imports @mui/icons-material/SignalCellularConnectedNoInternet2Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-2-bar (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M22 8V2L2 22h16V8z"}) (e "path" #js {"d" "M14 22V10L2 22h12zm6-12v8h2v-8h-2zm0 12h2v-2h-2v2z"}))
"SignalCellularConnectedNoInternet2Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_2_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-2-bar-outlined
"Imports @mui/icons-material/SignalCellularConnectedNoInternet2BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-2-bar-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M22 8V2L2 22h16V8h4z"}) (e "path" #js {"d" "M14 22V10L2 22h12zm6-12v8h2v-8h-2zm0 12h2v-2h-2v2z"}))
"SignalCellularConnectedNoInternet2BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_2_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-2-bar-rounded
"Imports @mui/icons-material/SignalCellularConnectedNoInternet2BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-2-bar-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M22 8V4.41c0-.89-1.08-1.34-1.71-.71L3.71 20.29c-.63.63-.19 1.71.7 1.71H18V11c0-1.66 1.34-3 3-3h1z"}) (e "path" #js {"d" "M14 22V10L3.71 20.29c-.63.63-.19 1.71.7 1.71H14zm6-11v6c0 .55.45 1 1 1s1-.45 1-1v-6c0-.55-.45-1-1-1s-1 .45-1 1zm0 11h2v-2h-2v2z"}))
"SignalCellularConnectedNoInternet2BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_2_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-2-bar-sharp
"Imports @mui/icons-material/SignalCellularConnectedNoInternet2BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-2-bar-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M22 8V2L2 22h16V8h4z"}) (e "path" #js {"d" "M14 22V10L2 22h12zm6-12v8h2v-8h-2zm0 12h2v-2h-2v2z"}))
"SignalCellularConnectedNoInternet2BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_2_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-2-bar-two-tone
"Imports @mui/icons-material/SignalCellularConnectedNoInternet2BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-2-bar-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M22 8V2L2 22h16V8h4z"}) (e "path" #js {"d" "M14 22V10L2 22h12zm6-12v8h2v-8h-2zm0 12h2v-2h-2v2z"}))
"SignalCellularConnectedNoInternet2BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_3_bar.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-3-bar
"Imports @mui/icons-material/SignalCellularConnectedNoInternet3Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-3-bar (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M22 8V2L2 22h16V8z"}) (e "path" #js {"d" "M17 22V7L2 22h15zm3-12v8h2v-8h-2zm0 12h2v-2h-2v2z"}))
"SignalCellularConnectedNoInternet3Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_3_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-3-bar-outlined
"Imports @mui/icons-material/SignalCellularConnectedNoInternet3BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-3-bar-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M22 8V2L2 22h16V8h4z"}) (e "path" #js {"d" "M18 22V6L2 22h16zm2-12v8h2v-8h-2zm0 12h2v-2h-2v2z"}))
"SignalCellularConnectedNoInternet3BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_3_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-3-bar-rounded
"Imports @mui/icons-material/SignalCellularConnectedNoInternet3BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-3-bar-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M22 8V4.41c0-.89-1.08-1.34-1.71-.71L3.71 20.29c-.63.63-.19 1.71.7 1.71H18V11c0-1.66 1.34-3 3-3h1z"}) (e "path" #js {"d" "M18 22V6L3.71 20.29c-.63.63-.19 1.71.7 1.71H18zm2-11v6c0 .55.45 1 1 1s1-.45 1-1v-6c0-.55-.45-1-1-1s-1 .45-1 1zm0 11h2v-2h-2v2z"}))
"SignalCellularConnectedNoInternet3BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_3_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-3-bar-sharp
"Imports @mui/icons-material/SignalCellularConnectedNoInternet3BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-3-bar-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M22 8V2L2 22h16V8h4z"}) (e "path" #js {"d" "M18 22V6L2 22h16zm2-12v8h2v-8h-2zm0 12h2v-2h-2v2z"}))
"SignalCellularConnectedNoInternet3BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_3_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-3-bar-two-tone
"Imports @mui/icons-material/SignalCellularConnectedNoInternet3BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-3-bar-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M22 8V2L2 22h16V8h4z"}) (e "path" #js {"d" "M18 22V6L2 22h16zm2-12v8h2v-8h-2zm0 12h2v-2h-2v2z"}))
"SignalCellularConnectedNoInternet3BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_4_bar.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-4-bar
"Imports @mui/icons-material/SignalCellularConnectedNoInternet4Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-4-bar (create-svg-icon (e "path" #js {"d" "M20 18h2v-8h-2v8zm0 4h2v-2h-2v2zM2 22h16V8h4V2L2 22z"})
"SignalCellularConnectedNoInternet4Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_4_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-4-bar-outlined
"Imports @mui/icons-material/SignalCellularConnectedNoInternet4BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-4-bar-outlined (create-svg-icon (e "path" #js {"d" "M20 18h2v-8h-2v8zm0 4h2v-2h-2v2zM2 22h16V8h4V2L2 22z"})
"SignalCellularConnectedNoInternet4BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_4_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-4-bar-rounded
"Imports @mui/icons-material/SignalCellularConnectedNoInternet4BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-4-bar-rounded (create-svg-icon (e "path" #js {"d" "M21 18c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .55.45 1 1 1zm0 4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM4.41 22H18V11c0-1.66 1.34-3 3-3h1V4.41c0-.89-1.08-1.34-1.71-.71L3.71 20.29c-.63.63-.19 1.71.7 1.71z"})
"SignalCellularConnectedNoInternet4BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_4_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-4-bar-sharp
"Imports @mui/icons-material/SignalCellularConnectedNoInternet4BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-4-bar-sharp (create-svg-icon (e "path" #js {"d" "M20 18h2v-8h-2v8zm0 4h2v-2h-2v2zM2 22h16V8h4V2L2 22z"})
"SignalCellularConnectedNoInternet4BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_connected_no_internet_4_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-connected-no-internet-4-bar-two-tone
"Imports @mui/icons-material/SignalCellularConnectedNoInternet4BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-connected-no-internet-4-bar-two-tone (create-svg-icon (e "path" #js {"d" "M20 18h2v-8h-2v8zm0 4h2v-2h-2v2zM2 22h16V8h4V2L2 22z"})
"SignalCellularConnectedNoInternet4BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_no_sim.cljs
================================================
(ns reagent-mui.icons.signal-cellular-no-sim
"Imports @mui/icons-material/SignalCellularNoSim as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-no-sim (create-svg-icon (e "path" #js {"d" "M18.99 5c0-1.1-.89-2-1.99-2h-7L7.66 5.34 19 16.68 18.99 5zM3.65 3.88 2.38 5.15 5 7.77V19c0 1.1.9 2 2 2h10.01c.35 0 .67-.1.96-.26l1.88 1.88 1.27-1.27L3.65 3.88z"})
"SignalCellularNoSim"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_no_sim_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-no-sim-outlined
"Imports @mui/icons-material/SignalCellularNoSimOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-no-sim-outlined (create-svg-icon (e "path" #js {"d" "M10.83 5H17v9.11l2 2V5c0-1.1-.9-2-2-2h-7L7.94 5.06l1.42 1.42L10.83 5zm10.43 16.21L3.79 3.74 2.38 5.15 5 7.77V19c0 1.11.9 2 2 2h11.23l1.62 1.62 1.41-1.41zM7 19V9.79L16.23 19H7z"})
"SignalCellularNoSimOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_no_sim_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-no-sim-rounded
"Imports @mui/icons-material/SignalCellularNoSimRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-no-sim-rounded (create-svg-icon (e "path" #js {"d" "M19 5c0-1.1-.9-2-2-2h-6.17c-.53 0-1.04.21-1.42.59L7.95 5.06 19 16.11V5zM3.09 4.44c-.39.39-.39 1.02 0 1.41L5 7.78V19c0 1.11.9 2 2 2h11.23l.91.91c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L4.5 4.44a.9959.9959 0 0 0-1.41 0z"})
"SignalCellularNoSimRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_no_sim_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-no-sim-sharp
"Imports @mui/icons-material/SignalCellularNoSimSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-no-sim-sharp (create-svg-icon (e "path" #js {"d" "M19 3h-9L7.95 5.06 19 16.11zm-15.21.74L2.38 5.15 5 7.77V21h13.23l1.62 1.62 1.41-1.41z"})
"SignalCellularNoSimSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_no_sim_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-no-sim-two-tone
"Imports @mui/icons-material/SignalCellularNoSimTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-no-sim-two-tone (create-svg-icon [(e "path" #js {"d" "M10.83 5 9.36 6.47 17 14.11V5zM7 9.79V19h9.23z", "opacity" ".3"}) (e "path" #js {"d" "M10.83 5H17v9.11l2 2V5c0-1.1-.9-2-2-2h-7L7.94 5.06l1.42 1.42L10.83 5zm10.43 16.21L3.79 3.74 2.38 5.15 5 7.77V19c0 1.11.9 2 2 2h11.23l1.62 1.62 1.41-1.41zM7 19V9.79L16.23 19H7z"})]
"SignalCellularNoSimTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_nodata.cljs
================================================
(ns reagent-mui.icons.signal-cellular-nodata
"Imports @mui/icons-material/SignalCellularNodata as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-nodata (create-svg-icon (e "path" #js {"d" "M22 13h-9v9H2L22 2v11zm-1 2.41L19.59 14l-2.09 2.09L15.41 14 14 15.41l2.09 2.09L14 19.59 15.41 21l2.09-2.08L19.59 21 21 19.59l-2.08-2.09L21 15.41z"})
"SignalCellularNodata"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_nodata_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-nodata-outlined
"Imports @mui/icons-material/SignalCellularNodataOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-nodata-outlined (create-svg-icon (e "path" #js {"d" "M22 13h-9v9H2L22 2v11zm-1 2.41L19.59 14l-2.09 2.09L15.41 14 14 15.41l2.09 2.09L14 19.59 15.41 21l2.09-2.08L19.59 21 21 19.59l-2.08-2.09L21 15.41z"})
"SignalCellularNodataOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_nodata_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-nodata-rounded
"Imports @mui/icons-material/SignalCellularNodataRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-nodata-rounded (create-svg-icon (e "path" #js {"d" "M22 13h-7c-1.1 0-2 .9-2 2v7H4.41c-.89 0-1.34-1.08-.71-1.71L20.29 3.71c.63-.63 1.71-.19 1.71.7V13zm-1.7 1.71a.9959.9959 0 0 0-1.41 0L17.5 16.1l-1.39-1.39a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.39 1.39-1.39 1.39c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l1.39-1.38 1.39 1.38c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-1.38-1.39 1.38-1.39c.39-.39.39-1.02 0-1.41z"})
"SignalCellularNodataRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_nodata_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-nodata-sharp
"Imports @mui/icons-material/SignalCellularNodataSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-nodata-sharp (create-svg-icon (e "path" #js {"d" "M22 13h-9v9H2L22 2v11zm-1 2.41L19.59 14l-2.09 2.09L15.41 14 14 15.41l2.09 2.09L14 19.59 15.41 21l2.09-2.08L19.59 21 21 19.59l-2.08-2.09L21 15.41z"})
"SignalCellularNodataSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_nodata_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-nodata-two-tone
"Imports @mui/icons-material/SignalCellularNodataTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-nodata-two-tone (create-svg-icon (e "path" #js {"d" "M22 13h-9v9H2L22 2v11zm-1 2.41L19.59 14l-2.09 2.09L15.41 14 14 15.41l2.09 2.09L14 19.59 15.41 21l2.09-2.08L19.59 21 21 19.59l-2.08-2.09L21 15.41z"})
"SignalCellularNodataTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_null.cljs
================================================
(ns reagent-mui.icons.signal-cellular-null
"Imports @mui/icons-material/SignalCellularNull as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-null (create-svg-icon (e "path" #js {"d" "M20 6.83V20H6.83L20 6.83M22 2 2 22h20V2z"})
"SignalCellularNull"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_null_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-null-outlined
"Imports @mui/icons-material/SignalCellularNullOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-null-outlined (create-svg-icon (e "path" #js {"d" "M20 6.83V20H6.83L20 6.83M22 2 2 22h20V2z"})
"SignalCellularNullOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_null_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-null-rounded
"Imports @mui/icons-material/SignalCellularNullRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-null-rounded (create-svg-icon (e "path" #js {"d" "M20 6.83V19c0 .55-.45 1-1 1H6.83L20 6.83m.29-3.12L3.71 20.29c-.63.63-.19 1.71.7 1.71H20c1.1 0 2-.9 2-2V4.41c0-.89-1.08-1.33-1.71-.7z"})
"SignalCellularNullRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_null_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-null-sharp
"Imports @mui/icons-material/SignalCellularNullSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-null-sharp (create-svg-icon (e "path" #js {"d" "M20 6.83V20H6.83L20 6.83M22 2 2 22h20V2z"})
"SignalCellularNullSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_null_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-null-two-tone
"Imports @mui/icons-material/SignalCellularNullTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-null-two-tone (create-svg-icon (e "path" #js {"d" "M20 6.83V20H6.83L20 6.83M22 2 2 22h20V2z"})
"SignalCellularNullTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_off.cljs
================================================
(ns reagent-mui.icons.signal-cellular-off
"Imports @mui/icons-material/SignalCellularOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-off (create-svg-icon (e "path" #js {"d" "m21 1-8.59 8.59L21 18.18V1zM4.77 4.5 3.5 5.77l6.36 6.36L1 21h17.73l2 2L22 21.73 4.77 4.5z"})
"SignalCellularOff"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_off_outlined.cljs
================================================
(ns reagent-mui.icons.signal-cellular-off-outlined
"Imports @mui/icons-material/SignalCellularOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-off-outlined (create-svg-icon (e "path" #js {"d" "m21 1-8.31 8.31 8.31 8.3zM4.91 4.36 3.5 5.77l6.36 6.37L1 21h17.73l2 2 1.41-1.41z"})
"SignalCellularOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_off_rounded.cljs
================================================
(ns reagent-mui.icons.signal-cellular-off-rounded
"Imports @mui/icons-material/SignalCellularOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-off-rounded (create-svg-icon (e "path" #js {"d" "M21 3.41c0-.89-1.08-1.34-1.71-.71l-6.6 6.6L21 17.61V3.41zm.44 17.47L5.62 5.06a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l5.66 5.66-7.16 7.16c-.63.63-.19 1.71.7 1.71h15.32l1.29 1.29c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41z"})
"SignalCellularOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_off_sharp.cljs
================================================
(ns reagent-mui.icons.signal-cellular-off-sharp
"Imports @mui/icons-material/SignalCellularOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-off-sharp (create-svg-icon (e "path" #js {"d" "m21 1-8.31 8.31 8.31 8.3zM4.91 4.36 3.5 5.77l6.36 6.37L1 21h17.73l2 2 1.41-1.41z"})
"SignalCellularOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_cellular_off_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-cellular-off-two-tone
"Imports @mui/icons-material/SignalCellularOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-cellular-off-two-tone (create-svg-icon (e "path" #js {"d" "m21 1-8.31 8.31 8.31 8.3zM4.91 4.36 3.5 5.77l6.36 6.37L1 21h17.73l2 2 1.41-1.41z"})
"SignalCellularOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_0_bar.cljs
================================================
(ns reagent-mui.icons.signal-wifi-0-bar
"Imports @mui/icons-material/SignalWifi0Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-0-bar (create-svg-icon (e "path" #js {"d" "M12 6c3.33 0 6.49 1.08 9.08 3.07L12 18.17l-9.08-9.1C5.51 7.08 8.67 6 12 6m0-2C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4z"})
"SignalWifi0Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_0_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-wifi-0-bar-outlined
"Imports @mui/icons-material/SignalWifi0BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-0-bar-outlined (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zM2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07L12 18.17l-9.08-9.1z"})
"SignalWifi0BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_0_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-wifi-0-bar-rounded
"Imports @mui/icons-material/SignalWifi0BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-0-bar-rounded (create-svg-icon (e "path" #js {"d" "M12 4C7.7 4 3.78 5.6.79 8.24.35 8.63.32 9.3.73 9.71l10.56 10.58c.39.39 1.02.39 1.42 0L23.27 9.71c.41-.41.38-1.08-.06-1.47C20.22 5.6 16.3 4 12 4zM2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07L12 18.17l-9.08-9.1z"})
"SignalWifi0BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_0_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-wifi-0-bar-sharp
"Imports @mui/icons-material/SignalWifi0BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-0-bar-sharp (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zM2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07L12 18.17l-9.08-9.1z"})
"SignalWifi0BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_0_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-wifi-0-bar-two-tone
"Imports @mui/icons-material/SignalWifi0BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-0-bar-two-tone (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zM2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07L12 18.17l-9.08-9.1z"})
"SignalWifi0BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_1_bar.cljs
================================================
(ns reagent-mui.icons.signal-wifi-1-bar
"Imports @mui/icons-material/SignalWifi1Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-1-bar (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M12.01 21.49L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"}) (e "path" #js {"d" "M6.67 14.86L12 21.49v.01l.01-.01 5.33-6.63C17.06 14.65 15.03 13 12 13s-5.06 1.65-5.33 1.86z"}))
"SignalWifi1Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_1_bar_lock.cljs
================================================
(ns reagent-mui.icons.signal-wifi-1-bar-lock
"Imports @mui/icons-material/SignalWifi1BarLock as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-1-bar-lock (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16z"}) (e "path" #js {"d" "M15.5 14.5c0-2.8 2.2-5 5-5 .4 0 .7 0 1 .1L23.6 7c-.4-.3-4.9-4-11.6-4C5.3 3 .8 6.7.4 7L12 21.5l3.5-4.3v-2.7z", "opacity" ".3"}) (e "path" #js {"d" "M6.7 14.9l5.3 6.6 3.5-4.3v-2.6c0-.2 0-.5.1-.7-.9-.5-2.2-.9-3.6-.9-3 0-5.1 1.7-5.3 1.9z"}))
"SignalWifi1BarLock"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_1_bar_lock_outlined.cljs
================================================
(ns reagent-mui.icons.signal-wifi-1-bar-lock-outlined
"Imports @mui/icons-material/SignalWifi1BarLockOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-1-bar-lock-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.5 14.5c0-2.8 2.2-5 5-5 .36 0 .71.04 1.05.11L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5l3.5-4.36V14.5z"}) (e "path" #js {"d" "M15.5 14.5c0-.23.04-.46.07-.68-.92-.43-2.14-.82-3.57-.82-3 0-5.1 1.7-5.3 1.9l5.3 6.6 3.5-4.36V14.5zM23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16z"}))
"SignalWifi1BarLockOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_1_bar_lock_rounded.cljs
================================================
(ns reagent-mui.icons.signal-wifi-1-bar-lock-rounded
"Imports @mui/icons-material/SignalWifi1BarLockRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-1-bar-lock-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.5 14.5c0-2.8 2.2-5 5-5 .36 0 .71.04 1.05.11L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l10.08 12.56c.8 1 2.32 1 3.12 0l1.94-2.42V14.5z"}) (e "path" #js {"d" "M15.5 14.5c0-.23.04-.46.07-.68-.92-.43-2.14-.82-3.57-.82-3 0-5.1 1.7-5.3 1.9l3.74 4.66c.8 1 2.32 1 3.12 0l1.94-2.42V14.5zM23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16z"}))
"SignalWifi1BarLockRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_1_bar_lock_sharp.cljs
================================================
(ns reagent-mui.icons.signal-wifi-1-bar-lock-sharp
"Imports @mui/icons-material/SignalWifi1BarLockSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-1-bar-lock-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M23 16v-1.34c0-1.47-1.2-2.75-2.66-2.66-1.33.09-2.34 1.16-2.34 2.5V16h-1v6h7v-6h-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16z"}) (e "path" #js {"fillOpacity" ".3", "d" "M15.5 14.5c0-2.8 2.2-5 5-5 .36 0 .71.04 1.05.11L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5l3.5-4.36V14.5z"}) (e "path" #js {"d" "M15.5 14.5c0-.23.04-.46.07-.68-.92-.43-2.14-.82-3.57-.82-3 0-5.1 1.7-5.3 1.9l5.3 6.6 3.5-4.36V14.5z"}))
"SignalWifi1BarLockSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_1_bar_lock_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-wifi-1-bar-lock-two-tone
"Imports @mui/icons-material/SignalWifi1BarLockTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-1-bar-lock-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.5 14.5c0-2.8 2.2-5 5-5 .36 0 .71.04 1.05.11L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5l3.5-4.36V14.5z"}) (e "path" #js {"d" "M15.5 14.5c0-.23.04-.46.07-.68-.92-.43-2.14-.82-3.57-.82-3 0-5.1 1.7-5.3 1.9l5.3 6.6 3.5-4.36V14.5zM23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16z"}))
"SignalWifi1BarLockTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_1_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-wifi-1-bar-outlined
"Imports @mui/icons-material/SignalWifi1BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-1-bar-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M12.01 21.49L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"}) (e "path" #js {"d" "M6.67 14.86L12 21.49v.01l.01-.01 5.33-6.63C17.06 14.65 15.03 13 12 13s-5.06 1.65-5.33 1.86z"}))
"SignalWifi1BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_1_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-wifi-1-bar-rounded
"Imports @mui/icons-material/SignalWifi1BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-1-bar-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M6.67 14.86l3.77 4.7c.8 1 2.32 1 3.12 0l3.78-4.7C17.06 14.65 15.03 13 12 13s-5.06 1.65-5.33 1.86z"}) (e "path" #js {"fillOpacity" ".3", "d" "M23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l10.08 12.56c.8 1 2.32 1 3.12 0L23.64 7z"}))
"SignalWifi1BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_1_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-wifi-1-bar-sharp
"Imports @mui/icons-material/SignalWifi1BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-1-bar-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M12.01 21.49L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"}) (e "path" #js {"d" "M6.67 14.86L12 21.49v.01l.01-.01 5.33-6.63C17.06 14.65 15.03 13 12 13s-5.06 1.65-5.33 1.86z"}))
"SignalWifi1BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_1_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-wifi-1-bar-two-tone
"Imports @mui/icons-material/SignalWifi1BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-1-bar-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M12.01 21.49L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"}) (e "path" #js {"d" "M6.67 14.86L12 21.49v.01l.01-.01 5.33-6.63C17.06 14.65 15.03 13 12 13s-5.06 1.65-5.33 1.86z"}))
"SignalWifi1BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_2_bar.cljs
================================================
(ns reagent-mui.icons.signal-wifi-2-bar
"Imports @mui/icons-material/SignalWifi2Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-2-bar (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M12.01 21.49L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"}) (e "path" #js {"d" "M4.79 12.52l7.2 8.98H12l.01-.01 7.2-8.98C18.85 12.24 16.1 10 12 10s-6.85 2.24-7.21 2.52z"}))
"SignalWifi2Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_2_bar_lock.cljs
================================================
(ns reagent-mui.icons.signal-wifi-2-bar-lock
"Imports @mui/icons-material/SignalWifi2BarLock as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-2-bar-lock (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16z"}) (e "path" #js {"d" "M15.5 14.5c0-2.8 2.2-5 5-5 .4 0 .7 0 1 .1L23.6 7c-.4-.3-4.9-4-11.6-4C5.3 3 .8 6.7.4 7L12 21.5l3.5-4.3v-2.7z", "opacity" ".3"}) (e "path" #js {"d" "M4.8 12.5l7.2 9 3.5-4.4v-2.6c0-1.3.5-2.5 1.4-3.4C15.6 10.5 14 10 12 10c-4.1 0-6.8 2.2-7.2 2.5z"}))
"SignalWifi2BarLock"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_2_bar_lock_outlined.cljs
================================================
(ns reagent-mui.icons.signal-wifi-2-bar-lock-outlined
"Imports @mui/icons-material/SignalWifi2BarLockOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-2-bar-lock-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.5 14.5c0-2.8 2.2-5 5-5 .36 0 .71.04 1.05.11L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5l3.5-4.36V14.5z"}) (e "path" #js {"d" "M15.5 14.5c0-1.34.51-2.53 1.34-3.42C15.62 10.51 13.98 10 12 10c-4.1 0-6.8 2.2-7.2 2.5l7.2 9 3.5-4.38V14.5zM23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16z"}))
"SignalWifi2BarLockOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_2_bar_lock_rounded.cljs
================================================
(ns reagent-mui.icons.signal-wifi-2-bar-lock-rounded
"Imports @mui/icons-material/SignalWifi2BarLockRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-2-bar-lock-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.5 14.5c0-2.8 2.2-5 5-5 .36 0 .71.04 1.05.11L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l10.08 12.56c.8 1 2.32 1 3.12 0l1.94-2.42V14.5z"}) (e "path" #js {"d" "M15.5 14.5c0-1.34.51-2.53 1.34-3.42C15.62 10.51 13.98 10 12 10c-4.1 0-6.8 2.2-7.2 2.5l5.64 7.05c.8 1 2.32 1 3.12 0l1.94-2.42V14.5zM23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16z"}))
"SignalWifi2BarLockRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_2_bar_lock_sharp.cljs
================================================
(ns reagent-mui.icons.signal-wifi-2-bar-lock-sharp
"Imports @mui/icons-material/SignalWifi2BarLockSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-2-bar-lock-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16h-1v6h7v-6h-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16z"}) (e "path" #js {"fillOpacity" ".3", "d" "M15.5 14.5c0-2.8 2.2-5 5-5 .36 0 .71.04 1.05.11L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5l3.5-4.36V14.5z"}) (e "path" #js {"d" "M15.5 14.5c0-1.34.51-2.53 1.34-3.42C15.62 10.51 13.98 10 12 10c-4.1 0-6.8 2.2-7.2 2.5l7.2 9 3.5-4.38V14.5z"}))
"SignalWifi2BarLockSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_2_bar_lock_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-wifi-2-bar-lock-two-tone
"Imports @mui/icons-material/SignalWifi2BarLockTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-2-bar-lock-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.5 14.5c0-2.8 2.2-5 5-5 .36 0 .71.04 1.05.11L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5l3.5-4.36V14.5z"}) (e "path" #js {"d" "M15.5 14.5c0-1.34.51-2.53 1.34-3.42C15.62 10.51 13.98 10 12 10c-4.1 0-6.8 2.2-7.2 2.5l7.2 9 3.5-4.38V14.5zM23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16z"}))
"SignalWifi2BarLockTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_2_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-wifi-2-bar-outlined
"Imports @mui/icons-material/SignalWifi2BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-2-bar-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5 23.64 7z"}) (e "path" #js {"d" "M4.79 12.52L12 21.5l7.21-8.99C18.85 12.24 16.1 10 12 10s-6.85 2.24-7.21 2.52z"}))
"SignalWifi2BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_2_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-wifi-2-bar-rounded
"Imports @mui/icons-material/SignalWifi2BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-2-bar-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l10.08 12.56c.8 1 2.32 1 3.12 0L23.64 7z"}) (e "path" #js {"d" "M4.79 12.52l5.65 7.04c.8 1 2.32 1 3.12 0l5.65-7.05C18.85 12.24 16.1 10 12 10s-6.85 2.24-7.21 2.52z"}))
"SignalWifi2BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_2_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-wifi-2-bar-sharp
"Imports @mui/icons-material/SignalWifi2BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-2-bar-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5 23.64 7z"}) (e "path" #js {"d" "M4.79 12.52L12 21.5l7.21-8.99C18.85 12.24 16.1 10 12 10s-6.85 2.24-7.21 2.52z"}))
"SignalWifi2BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_2_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-wifi-2-bar-two-tone
"Imports @mui/icons-material/SignalWifi2BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-2-bar-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5 23.64 7z"}) (e "path" #js {"d" "M4.79 12.52L12 21.5l7.21-8.99C18.85 12.24 16.1 10 12 10s-6.85 2.24-7.21 2.52z"}))
"SignalWifi2BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_3_bar.cljs
================================================
(ns reagent-mui.icons.signal-wifi-3-bar
"Imports @mui/icons-material/SignalWifi3Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-3-bar (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M12.01 21.49L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"}) (e "path" #js {"d" "M3.53 10.95l8.46 10.54.01.01.01-.01 8.46-10.54C20.04 10.62 16.81 8 12 8c-4.81 0-8.04 2.62-8.47 2.95z"}))
"SignalWifi3Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_3_bar_lock.cljs
================================================
(ns reagent-mui.icons.signal-wifi-3-bar-lock
"Imports @mui/icons-material/SignalWifi3BarLock as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-3-bar-lock (create-svg-icon (e "React.Fragment" nil (e "path" #js {"d" "M12 3C5.3 3 .8 6.7.4 7l3.2 3.9L12 21.5l3.5-4.3v-2.6c0-2.2 1.4-4 3.3-4.7.3-.1.5-.2.8-.2.3-.1.6-.1.9-.1.4 0 .7 0 1 .1L23.6 7c-.4-.3-4.9-4-11.6-4z", "opacity" ".3"}) (e "path" #js {"d" "M23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16zm-10 5.5l3.5-4.3v-2.6c0-2.2 1.4-4 3.3-4.7C17.3 9 14.9 8 12 8c-4.8 0-8 2.6-8.5 2.9"}))
"SignalWifi3BarLock"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_3_bar_lock_outlined.cljs
================================================
(ns reagent-mui.icons.signal-wifi-3-bar-lock-outlined
"Imports @mui/icons-material/SignalWifi3BarLockOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-3-bar-lock-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.5 14.5c0-2.8 2.2-5 5-5 .36 0 .71.04 1.05.11L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5l3.5-4.36V14.5z"}) (e "path" #js {"d" "M23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16zm-6.5-1.5c0-2.19 1.35-3.99 3.27-4.68C17.29 8.98 14.94 8 12 8c-4.81 0-8.04 2.62-8.47 2.95L12 21.5l3.5-4.36V14.5z"}))
"SignalWifi3BarLockOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_3_bar_lock_rounded.cljs
================================================
(ns reagent-mui.icons.signal-wifi-3-bar-lock-rounded
"Imports @mui/icons-material/SignalWifi3BarLockRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-3-bar-lock-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.5 14.5c0-2.8 2.2-5 5-5 .36 0 .71.04 1.05.11L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l10.08 12.56c.8 1 2.32 1 3.12 0l1.94-2.42V14.5z"}) (e "path" #js {"d" "M15.5 14.5c0-2.19 1.35-3.99 3.27-4.68C17.29 8.98 14.94 8 12 8c-4.81 0-8.04 2.62-8.47 2.95l6.91 8.61c.8 1 2.32 1 3.12 0l1.94-2.42V14.5zM23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16z"}))
"SignalWifi3BarLockRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_3_bar_lock_sharp.cljs
================================================
(ns reagent-mui.icons.signal-wifi-3-bar-lock-sharp
"Imports @mui/icons-material/SignalWifi3BarLockSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-3-bar-lock-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.5 14.5c0-2.8 2.2-5 5-5 .36 0 .71.04 1.05.11L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5l3.5-4.36V14.5z"}) (e "path" #js {"d" "M23 16v-1.34c0-1.47-1.2-2.75-2.66-2.66-1.33.09-2.34 1.16-2.34 2.5V16h-1v6h7v-6h-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16zm-6.5-1.5c0-2.19 1.35-3.99 3.27-4.68C17.29 8.98 14.94 8 12 8c-4.81 0-8.04 2.62-8.47 2.95L12 21.5l3.5-4.36V14.5z"}))
"SignalWifi3BarLockSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_3_bar_lock_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-wifi-3-bar-lock-two-tone
"Imports @mui/icons-material/SignalWifi3BarLockTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-3-bar-lock-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M15.5 14.5c0-2.8 2.2-5 5-5 .36 0 .71.04 1.05.11L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5l3.5-4.36V14.5z"}) (e "path" #js {"d" "M23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16zm-6.5-1.5c0-2.19 1.35-3.99 3.27-4.68C17.29 8.98 14.94 8 12 8c-4.81 0-8.04 2.62-8.47 2.95L12 21.5l3.5-4.36V14.5z"}))
"SignalWifi3BarLockTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_3_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-wifi-3-bar-outlined
"Imports @mui/icons-material/SignalWifi3BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-3-bar-outlined (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5 23.64 7z"}) (e "path" #js {"d" "M3.53 10.95L12 21.5l8.47-10.55C20.04 10.62 16.81 8 12 8s-8.04 2.62-8.47 2.95z"}))
"SignalWifi3BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_3_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-wifi-3-bar-rounded
"Imports @mui/icons-material/SignalWifi3BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-3-bar-rounded (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l10.08 12.56c.8 1 2.32 1 3.12 0L23.64 7z"}) (e "path" #js {"d" "M3.53 10.95l6.91 8.61c.8 1 2.32 1 3.12 0l6.91-8.61C20.04 10.62 16.81 8 12 8s-8.04 2.62-8.47 2.95z"}))
"SignalWifi3BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_3_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-wifi-3-bar-sharp
"Imports @mui/icons-material/SignalWifi3BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-3-bar-sharp (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5 23.64 7z"}) (e "path" #js {"d" "M3.53 10.95L12 21.5l8.47-10.55C20.04 10.62 16.81 8 12 8s-8.04 2.62-8.47 2.95z"}))
"SignalWifi3BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_3_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-wifi-3-bar-two-tone
"Imports @mui/icons-material/SignalWifi3BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-3-bar-two-tone (create-svg-icon (e "React.Fragment" nil (e "path" #js {"fillOpacity" ".3", "d" "M23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5 23.64 7z"}) (e "path" #js {"d" "M3.53 10.95L12 21.5l8.47-10.55C20.04 10.62 16.81 8 12 8s-8.04 2.62-8.47 2.95z"}))
"SignalWifi3BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_4_bar.cljs
================================================
(ns reagent-mui.icons.signal-wifi-4-bar
"Imports @mui/icons-material/SignalWifi4Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-4-bar (create-svg-icon (e "path" #js {"d" "M12.01 21.49 23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"})
"SignalWifi4Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_4_bar_lock.cljs
================================================
(ns reagent-mui.icons.signal-wifi-4-bar-lock
"Imports @mui/icons-material/SignalWifi4BarLock as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-4-bar-lock (create-svg-icon [(e "path" #js {"d" "M21.98 11 24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98l6.35 6.36L12 21l3.05-3.05V15c0-.45.09-.88.23-1.29.54-1.57 2.01-2.71 3.77-2.71h2.93z"}) (e "path" #js {"d" "M22 16v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})]
"SignalWifi4BarLock"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_4_bar_lock_outlined.cljs
================================================
(ns reagent-mui.icons.signal-wifi-4-bar-lock-outlined
"Imports @mui/icons-material/SignalWifi4BarLockOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-4-bar-lock-outlined (create-svg-icon [(e "path" #js {"d" "M21.98 11 24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98l6.35 6.36L12 21l3.05-3.05V15c0-.45.09-.88.23-1.29.54-1.57 2.01-2.71 3.77-2.71h2.93z"}) (e "path" #js {"d" "M22 16v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})]
"SignalWifi4BarLockOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_4_bar_lock_rounded.cljs
================================================
(ns reagent-mui.icons.signal-wifi-4-bar-lock-rounded
"Imports @mui/icons-material/SignalWifi4BarLockRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-4-bar-lock-rounded (create-svg-icon [(e "path" #js {"d" "M23.21 8.24C20.22 5.6 16.3 4 12 4S3.78 5.6.79 8.24C.35 8.63.32 9.3.73 9.71l5.62 5.63 4.94 4.95c.39.39 1.02.39 1.42 0l2.34-2.34V15c0-.45.09-.88.23-1.29.54-1.57 2.01-2.71 3.77-2.71h2.94l1.29-1.29c.4-.41.37-1.08-.07-1.47z"}) (e "path" #js {"d" "M22 16v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})]
"SignalWifi4BarLockRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_4_bar_lock_sharp.cljs
================================================
(ns reagent-mui.icons.signal-wifi-4-bar-lock-sharp
"Imports @mui/icons-material/SignalWifi4BarLockSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-4-bar-lock-sharp (create-svg-icon [(e "path" #js {"d" "M21.98 11 24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98l6.35 6.36L12 21l3.05-3.05V15c0-.45.09-.88.23-1.29.54-1.57 2.01-2.71 3.77-2.71h2.93z"}) (e "path" #js {"d" "M22 15.11c0-1-.68-1.92-1.66-2.08-.12-.02-.24-.02-.36-.02h-.01c-1.09.02-1.97.9-1.97 1.99v1h-1v5h6v-5h-1v-.89zM21 16h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})]
"SignalWifi4BarLockSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_4_bar_lock_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-wifi-4-bar-lock-two-tone
"Imports @mui/icons-material/SignalWifi4BarLockTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-4-bar-lock-two-tone (create-svg-icon [(e "path" #js {"d" "M21.98 11 24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98l6.35 6.36L12 21l3.05-3.05V15c0-.45.09-.88.23-1.29.54-1.57 2.01-2.71 3.77-2.71h2.93z"}) (e "path" #js {"d" "M22 16v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})]
"SignalWifi4BarLockTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_4_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-wifi-4-bar-outlined
"Imports @mui/icons-material/SignalWifi4BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-4-bar-outlined (create-svg-icon (e "path" #js {"d" "M12.01 21.49 23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"})
"SignalWifi4BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_4_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-wifi-4-bar-rounded
"Imports @mui/icons-material/SignalWifi4BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-4-bar-rounded (create-svg-icon (e "path" #js {"d" "M23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l10.08 12.56c.8 1 2.32 1 3.12 0L23.64 7z"})
"SignalWifi4BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_4_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-wifi-4-bar-sharp
"Imports @mui/icons-material/SignalWifi4BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-4-bar-sharp (create-svg-icon (e "path" #js {"d" "M12.01 21.49 23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"})
"SignalWifi4BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_4_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-wifi-4-bar-two-tone
"Imports @mui/icons-material/SignalWifi4BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-4-bar-two-tone (create-svg-icon (e "path" #js {"d" "M12.01 21.49 23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"})
"SignalWifi4BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_bad.cljs
================================================
(ns reagent-mui.icons.signal-wifi-bad
"Imports @mui/icons-material/SignalWifiBad as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-bad (create-svg-icon (e "path" #js {"d" "M24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98L12 21v-9h8.99L24 8.98zM19.59 14l-2.09 2.09L15.41 14 14 15.41l2.09 2.09L14 19.59 15.41 21l2.09-2.08L19.59 21 21 19.59l-2.08-2.09L21 15.41 19.59 14z"})
"SignalWifiBad"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_bad_outlined.cljs
================================================
(ns reagent-mui.icons.signal-wifi-bad-outlined
"Imports @mui/icons-material/SignalWifiBadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-bad-outlined (create-svg-icon (e "path" #js {"d" "M24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98L12 21v-9h8.99L24 8.98zM19.59 14l-2.09 2.09-.3-.3L15.41 14 14 15.41l1.79 1.79.3.3L14 19.59 15.41 21l2.09-2.08L19.59 21 21 19.59l-2.08-2.09L21 15.41 19.59 14z"})
"SignalWifiBadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_bad_rounded.cljs
================================================
(ns reagent-mui.icons.signal-wifi-bad-rounded
"Imports @mui/icons-material/SignalWifiBadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-bad-rounded (create-svg-icon [(e "path" #js {"d" "M23.21 8.24C20.22 5.6 16.3 4 12 4 7.7 4 3.78 5.6.79 8.24.35 8.63.32 9.3.73 9.71l10.56 10.58c.19.19.45.29.7.29V14c0-1.1.9-2 2-2h6.99l2.29-2.29c.41-.41.38-1.08-.06-1.47z"}) (e "path" #js {"d" "M20.3 14.71a.9959.9959 0 0 0-1.41 0l-1.39 1.38-1.39-1.38a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.39 1.39-1.39 1.39c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l1.39-1.38 1.39 1.38c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-1.38-1.39 1.38-1.39c.39-.39.39-1.02 0-1.41z"})]
"SignalWifiBadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_bad_sharp.cljs
================================================
(ns reagent-mui.icons.signal-wifi-bad-sharp
"Imports @mui/icons-material/SignalWifiBadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-bad-sharp (create-svg-icon (e "path" #js {"d" "M24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98L12 21v-9h8.99L24 8.98zM19.59 14l-2.09 2.09-.3-.3L15.41 14 14 15.41l1.79 1.79.3.3L14 19.59 15.41 21l2.09-2.08L19.59 21 21 19.59l-2.08-2.09L21 15.41 19.59 14z"})
"SignalWifiBadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_bad_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-wifi-bad-two-tone
"Imports @mui/icons-material/SignalWifiBadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-bad-two-tone (create-svg-icon (e "path" #js {"d" "M24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98L12 21v-9h8.99L24 8.98zM19.59 14l-2.09 2.09-.3-.3L15.41 14 14 15.41l1.79 1.79.3.3L14 19.59 15.41 21l2.09-2.08L19.59 21 21 19.59l-2.08-2.09L21 15.41 19.59 14z"})
"SignalWifiBadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_connected_no_internet_4.cljs
================================================
(ns reagent-mui.icons.signal-wifi-connected-no-internet-4
"Imports @mui/icons-material/SignalWifiConnectedNoInternet4 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-connected-no-internet-4 (create-svg-icon (e "path" #js {"d" "M24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98L12 21v-9h8.99L24 8.98zM19.59 14l-2.09 2.09L15.41 14 14 15.41l2.09 2.09L14 19.59 15.41 21l2.09-2.08L19.59 21 21 19.59l-2.08-2.09L21 15.41 19.59 14z"})
"SignalWifiConnectedNoInternet4"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_connected_no_internet_4_outlined.cljs
================================================
(ns reagent-mui.icons.signal-wifi-connected-no-internet-4-outlined
"Imports @mui/icons-material/SignalWifiConnectedNoInternet4Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-connected-no-internet-4-outlined (create-svg-icon (e "path" #js {"d" "M24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98L12 21v-9h8.99L24 8.98zM19.59 14l-2.09 2.09-.3-.3L15.41 14 14 15.41l1.79 1.79.3.3L14 19.59 15.41 21l2.09-2.08L19.59 21 21 19.59l-2.08-2.09L21 15.41 19.59 14z"})
"SignalWifiConnectedNoInternet4Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_connected_no_internet_4_rounded.cljs
================================================
(ns reagent-mui.icons.signal-wifi-connected-no-internet-4-rounded
"Imports @mui/icons-material/SignalWifiConnectedNoInternet4Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-connected-no-internet-4-rounded (create-svg-icon [(e "path" #js {"d" "M23.21 8.24C20.22 5.6 16.3 4 12 4 7.7 4 3.78 5.6.79 8.24.35 8.63.32 9.3.73 9.71l10.56 10.58c.19.19.45.29.7.29V14c0-1.1.9-2 2-2h6.99l2.29-2.29c.41-.41.38-1.08-.06-1.47z"}) (e "path" #js {"d" "M20.3 14.71a.9959.9959 0 0 0-1.41 0l-1.39 1.38-1.39-1.38a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.39 1.39-1.39 1.39c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l1.39-1.38 1.39 1.38c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-1.38-1.39 1.38-1.39c.39-.39.39-1.02 0-1.41z"})]
"SignalWifiConnectedNoInternet4Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_connected_no_internet_4_sharp.cljs
================================================
(ns reagent-mui.icons.signal-wifi-connected-no-internet-4-sharp
"Imports @mui/icons-material/SignalWifiConnectedNoInternet4Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-connected-no-internet-4-sharp (create-svg-icon (e "path" #js {"d" "M24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98L12 21v-9h8.99L24 8.98zM19.59 14l-2.09 2.09-.3-.3L15.41 14 14 15.41l1.79 1.79.3.3L14 19.59 15.41 21l2.09-2.08L19.59 21 21 19.59l-2.08-2.09L21 15.41 19.59 14z"})
"SignalWifiConnectedNoInternet4Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_connected_no_internet_4_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-wifi-connected-no-internet-4-two-tone
"Imports @mui/icons-material/SignalWifiConnectedNoInternet4TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-connected-no-internet-4-two-tone (create-svg-icon (e "path" #js {"d" "M24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98L12 21v-9h8.99L24 8.98zM19.59 14l-2.09 2.09-.3-.3L15.41 14 14 15.41l1.79 1.79.3.3L14 19.59 15.41 21l2.09-2.08L19.59 21 21 19.59l-2.08-2.09L21 15.41 19.59 14z"})
"SignalWifiConnectedNoInternet4TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_off.cljs
================================================
(ns reagent-mui.icons.signal-wifi-off
"Imports @mui/icons-material/SignalWifiOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-off (create-svg-icon (e "path" #js {"d" "M23.64 7c-.45-.34-4.93-4-11.64-4-1.5 0-2.89.19-4.15.48L18.18 13.8 23.64 7zm-6.6 8.22L3.27 1.44 2 2.72l2.05 2.06C1.91 5.76.59 6.82.36 7l11.63 14.49.01.01.01-.01 3.9-4.86 3.32 3.32 1.27-1.27-3.46-3.46z"})
"SignalWifiOff"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_off_outlined.cljs
================================================
(ns reagent-mui.icons.signal-wifi-off-outlined
"Imports @mui/icons-material/SignalWifiOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-off-outlined (create-svg-icon (e "path" #js {"d" "M23.64 7c-.45-.34-4.93-4-11.64-4-1.32 0-2.55.14-3.69.38L18.43 13.5 23.64 7zM3.41 1.31 2 2.72l2.05 2.05C1.91 5.76.59 6.82.36 7L12 21.5l3.91-4.87 3.32 3.32 1.41-1.41L3.41 1.31z"})
"SignalWifiOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_off_rounded.cljs
================================================
(ns reagent-mui.icons.signal-wifi-off-rounded
"Imports @mui/icons-material/SignalWifiOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-off-rounded (create-svg-icon (e "path" #js {"d" "M23.64 7c-.45-.34-4.93-4-11.64-4-1.32 0-2.55.14-3.69.38L18.43 13.5 23.64 7zM4.12 2.01a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.35 1.35C1.91 5.76.59 6.82.36 7l10.08 12.56c.8 1 2.32 1 3.12 0l2.35-2.93 2.61 2.61c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L4.12 2.01z"})
"SignalWifiOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_off_sharp.cljs
================================================
(ns reagent-mui.icons.signal-wifi-off-sharp
"Imports @mui/icons-material/SignalWifiOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-off-sharp (create-svg-icon (e "path" #js {"d" "M23.64 7c-.45-.34-4.93-4-11.64-4-1.32 0-2.55.14-3.69.38L18.43 13.5 23.64 7zM3.41 1.31 2 2.72l2.05 2.05C1.91 5.76.59 6.82.36 7L12 21.5l3.91-4.87 3.32 3.32 1.41-1.41L3.41 1.31z"})
"SignalWifiOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_off_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-wifi-off-two-tone
"Imports @mui/icons-material/SignalWifiOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-off-two-tone (create-svg-icon (e "path" #js {"d" "M23.64 7c-.45-.34-4.93-4-11.64-4-1.32 0-2.55.14-3.69.38L18.43 13.5 23.64 7zM3.41 1.31 2 2.72l2.05 2.05C1.91 5.76.59 6.82.36 7L12 21.5l3.91-4.87 3.32 3.32 1.41-1.41L3.41 1.31z"})
"SignalWifiOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_statusbar_4_bar.cljs
================================================
(ns reagent-mui.icons.signal-wifi-statusbar-4-bar
"Imports @mui/icons-material/SignalWifiStatusbar4Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-statusbar-4-bar (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4z"})
"SignalWifiStatusbar4Bar"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_statusbar_4_bar_outlined.cljs
================================================
(ns reagent-mui.icons.signal-wifi-statusbar-4-bar-outlined
"Imports @mui/icons-material/SignalWifiStatusbar4BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-statusbar-4-bar-outlined (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4z"})
"SignalWifiStatusbar4BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_statusbar_4_bar_rounded.cljs
================================================
(ns reagent-mui.icons.signal-wifi-statusbar-4-bar-rounded
"Imports @mui/icons-material/SignalWifiStatusbar4BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-statusbar-4-bar-rounded (create-svg-icon (e "path" #js {"d" "M12 4C7.7 4 3.78 5.6.79 8.24.35 8.63.32 9.3.73 9.71l10.56 10.58c.39.39 1.02.39 1.42 0L23.27 9.71c.41-.41.38-1.08-.06-1.47C20.22 5.6 16.3 4 12 4z"})
"SignalWifiStatusbar4BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_statusbar_4_bar_sharp.cljs
================================================
(ns reagent-mui.icons.signal-wifi-statusbar-4-bar-sharp
"Imports @mui/icons-material/SignalWifiStatusbar4BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-statusbar-4-bar-sharp (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4z"})
"SignalWifiStatusbar4BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_statusbar_4_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-wifi-statusbar-4-bar-two-tone
"Imports @mui/icons-material/SignalWifiStatusbar4BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-statusbar-4-bar-two-tone (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4z"})
"SignalWifiStatusbar4BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_statusbar_connected_no_internet_4.cljs
================================================
(ns reagent-mui.icons.signal-wifi-statusbar-connected-no-internet-4
"Imports @mui/icons-material/SignalWifiStatusbarConnectedNoInternet4 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-statusbar-connected-no-internet-4 (create-svg-icon [(e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21l5-5.01V8h5.92C19.97 5.51 16.16 4 12 4zm7 14h2v2h-2z"}) (e "path" #js {"d" "M19 10h2v6h-2z"})]
"SignalWifiStatusbarConnectedNoInternet4"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_statusbar_connected_no_internet_4_outlined.cljs
================================================
(ns reagent-mui.icons.signal-wifi-statusbar-connected-no-internet-4-outlined
"Imports @mui/icons-material/SignalWifiStatusbarConnectedNoInternet4Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-statusbar-connected-no-internet-4-outlined (create-svg-icon [(e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21l5-5.01V8h5.92C19.97 5.51 16.16 4 12 4zm7 14h2v2h-2z"}) (e "path" #js {"d" "M19 10h2v6h-2z"})]
"SignalWifiStatusbarConnectedNoInternet4Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_statusbar_connected_no_internet_4_rounded.cljs
================================================
(ns reagent-mui.icons.signal-wifi-statusbar-connected-no-internet-4-rounded
"Imports @mui/icons-material/SignalWifiStatusbarConnectedNoInternet4Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-statusbar-connected-no-internet-4-rounded (create-svg-icon (e "path" #js {"d" "M22.92 8H17v7.99l-4.29 4.3c-.39.39-1.02.39-1.42 0L.73 9.71C.32 9.3.35 8.63.79 8.24 3.78 5.6 7.7 4 12 4c4.16 0 7.97 1.51 10.92 4zM20 18c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1z"})
"SignalWifiStatusbarConnectedNoInternet4Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_statusbar_connected_no_internet_4_sharp.cljs
================================================
(ns reagent-mui.icons.signal-wifi-statusbar-connected-no-internet-4-sharp
"Imports @mui/icons-material/SignalWifiStatusbarConnectedNoInternet4Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-statusbar-connected-no-internet-4-sharp (create-svg-icon [(e "path" #js {"d" "M19 18h2v2h-2zm0-8h2v6h-2z"}) (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21l5-5.01V8h5.92C19.97 5.51 16.16 4 12 4z"})]
"SignalWifiStatusbarConnectedNoInternet4Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_statusbar_connected_no_internet_4_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-wifi-statusbar-connected-no-internet-4-two-tone
"Imports @mui/icons-material/SignalWifiStatusbarConnectedNoInternet4TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-statusbar-connected-no-internet-4-two-tone (create-svg-icon [(e "path" #js {"d" "M19 18h2v2h-2zm0-8h2v6h-2z"}) (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21l5-5.01V8h5.92C19.97 5.51 16.16 4 12 4z"})]
"SignalWifiStatusbarConnectedNoInternet4TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_statusbar_null.cljs
================================================
(ns reagent-mui.icons.signal-wifi-statusbar-null
"Imports @mui/icons-material/SignalWifiStatusbarNull as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-statusbar-null (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zM2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07L12 18.17l-9.08-9.1z"})
"SignalWifiStatusbarNull"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_statusbar_null_outlined.cljs
================================================
(ns reagent-mui.icons.signal-wifi-statusbar-null-outlined
"Imports @mui/icons-material/SignalWifiStatusbarNullOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-statusbar-null-outlined (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zM2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07L12 18.17l-9.08-9.1z"})
"SignalWifiStatusbarNullOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_statusbar_null_rounded.cljs
================================================
(ns reagent-mui.icons.signal-wifi-statusbar-null-rounded
"Imports @mui/icons-material/SignalWifiStatusbarNullRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-statusbar-null-rounded (create-svg-icon (e "path" #js {"d" "M12 4C7.7 4 3.78 5.6.79 8.24.35 8.63.32 9.3.73 9.71l10.56 10.58c.39.39 1.02.39 1.42 0L23.27 9.71c.41-.41.38-1.08-.06-1.47C20.22 5.6 16.3 4 12 4zM2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07L12 18.17l-9.08-9.1z"})
"SignalWifiStatusbarNullRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_statusbar_null_sharp.cljs
================================================
(ns reagent-mui.icons.signal-wifi-statusbar-null-sharp
"Imports @mui/icons-material/SignalWifiStatusbarNullSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-statusbar-null-sharp (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zM2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07L12 18.17l-9.08-9.1z"})
"SignalWifiStatusbarNullSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signal_wifi_statusbar_null_two_tone.cljs
================================================
(ns reagent-mui.icons.signal-wifi-statusbar-null-two-tone
"Imports @mui/icons-material/SignalWifiStatusbarNullTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signal-wifi-statusbar-null-two-tone (create-svg-icon (e "path" #js {"d" "M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98C20.93 5.9 16.69 4 12 4zM2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07L12 18.17l-9.08-9.1z"})
"SignalWifiStatusbarNullTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/signpost.cljs
================================================
(ns reagent-mui.icons.signpost
"Imports @mui/icons-material/Signpost as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signpost (create-svg-icon (e "path" #js {"d" "M13 10h5l3-3-3-3h-5V2h-2v2H4v6h7v2H6l-3 3 3 3h5v4h2v-4h7v-6h-7z"})
"Signpost"))
================================================
FILE: src/icons/reagent_mui/icons/signpost_outlined.cljs
================================================
(ns reagent-mui.icons.signpost-outlined
"Imports @mui/icons-material/SignpostOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signpost-outlined (create-svg-icon (e "path" #js {"d" "M13 10h5l3-3-3-3h-5V2h-2v2H4v6h7v2H6l-3 3 3 3h5v4h2v-4h7v-6h-7v-2zM6 6h11.17l1 1-1 1H6V6zm12 10H6.83l-1-1 1-1H18v2z"})
"SignpostOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/signpost_rounded.cljs
================================================
(ns reagent-mui.icons.signpost-rounded
"Imports @mui/icons-material/SignpostRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signpost-rounded (create-svg-icon (e "path" #js {"d" "M13 10h5l3-3-3-3h-5V2h-2v2H4v6h7v2H6l-3 3 3 3h5v4h2v-4h7v-6h-7z"})
"SignpostRounded"))
================================================
FILE: src/icons/reagent_mui/icons/signpost_sharp.cljs
================================================
(ns reagent-mui.icons.signpost-sharp
"Imports @mui/icons-material/SignpostSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signpost-sharp (create-svg-icon (e "path" #js {"d" "M12 2c-.55 0-1 .45-1 1v1H5.5C4.67 4 4 4.67 4 5.5v3c0 .83.67 1.5 1.5 1.5H11v2H6.62c-.4 0-.78.16-1.06.44l-1.5 1.5c-.59.59-.59 1.54 0 2.12l1.5 1.5c.28.28.66.44 1.06.44H11v3c0 .55.45 1 1 1s1-.45 1-1v-3h5.5c.83 0 1.5-.67 1.5-1.5v-3c0-.83-.67-1.5-1.5-1.5H13v-2h4.38c.4 0 .78-.16 1.06-.44l1.5-1.5c.59-.59.59-1.54 0-2.12l-1.5-1.5c-.28-.28-.66-.44-1.06-.44H13V3c0-.55-.45-1-1-1z"})
"SignpostSharp"))
================================================
FILE: src/icons/reagent_mui/icons/signpost_two_tone.cljs
================================================
(ns reagent-mui.icons.signpost-two-tone
"Imports @mui/icons-material/SignpostTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def signpost-two-tone (create-svg-icon [(e "path" #js {"d" "M6 6h11.17l1 1-1 1H6V6zm12 10H6.83l-1-1 1-1H18v2z", "opacity" ".3"}) (e "path" #js {"d" "M13 10h5l3-3-3-3h-5V2h-2v2H4v6h7v2H6l-3 3 3 3h5v4h2v-4h7v-6h-7v-2zM6 6h11.17l1 1-1 1H6V6zm12 10H6.83l-1-1 1-1H18v2z"})]
"SignpostTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sim_card.cljs
================================================
(ns reagent-mui.icons.sim-card
"Imports @mui/icons-material/SimCard as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sim-card (create-svg-icon (e "path" #js {"d" "M19.99 4c0-1.1-.89-2-1.99-2h-8L4 8v12c0 1.1.9 2 2 2h12.01c1.1 0 1.99-.9 1.99-2l-.01-16zM9 19H7v-2h2v2zm8 0h-2v-2h2v2zm-8-4H7v-4h2v4zm4 4h-2v-4h2v4zm0-6h-2v-2h2v2zm4 2h-2v-4h2v4z"})
"SimCard"))
================================================
FILE: src/icons/reagent_mui/icons/sim_card_alert.cljs
================================================
(ns reagent-mui.icons.sim-card-alert
"Imports @mui/icons-material/SimCardAlert as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sim-card-alert (create-svg-icon (e "path" #js {"d" "M18 2h-8L4.02 8 4 20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-5 15h-2v-2h2v2zm0-4h-2V8h2v5z"})
"SimCardAlert"))
================================================
FILE: src/icons/reagent_mui/icons/sim_card_alert_outlined.cljs
================================================
(ns reagent-mui.icons.sim-card-alert-outlined
"Imports @mui/icons-material/SimCardAlertOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sim-card-alert-outlined (create-svg-icon [(e "path" #js {"d" "M18 2h-8L4.02 8 4 20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H6V8.83L10.83 4H18v16z"}) (e "path" #js {"d" "M11 15h2v2h-2zm0-7h2v5h-2z"})]
"SimCardAlertOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sim_card_alert_rounded.cljs
================================================
(ns reagent-mui.icons.sim-card-alert-rounded
"Imports @mui/icons-material/SimCardAlertRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sim-card-alert-rounded (create-svg-icon (e "path" #js {"d" "M18 2h-7.17c-.53 0-1.04.21-1.42.59L4.6 7.42c-.37.37-.58.88-.58 1.4L4 20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1z"})
"SimCardAlertRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sim_card_alert_sharp.cljs
================================================
(ns reagent-mui.icons.sim-card-alert-sharp
"Imports @mui/icons-material/SimCardAlertSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sim-card-alert-sharp (create-svg-icon (e "path" #js {"d" "M20 2H10L4 8v14h16V2zm-7 15h-2v-2h2v2zm0-4h-2V8h2v5z"})
"SimCardAlertSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sim_card_alert_two_tone.cljs
================================================
(ns reagent-mui.icons.sim-card-alert-two-tone
"Imports @mui/icons-material/SimCardAlertTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sim-card-alert-two-tone (create-svg-icon [(e "path" #js {"d" "M6 8.83V20h12V4h-7.17L6 8.83zM11 8h2v5h-2V8zm0 7h2v2h-2v-2z", "opacity" ".3"}) (e "path" #js {"d" "M18 2h-8L4 8v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H6V8.83L10.83 4H18v16z"}) (e "path" #js {"d" "M11 15h2v2h-2zm0-7h2v5h-2z"})]
"SimCardAlertTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sim_card_download.cljs
================================================
(ns reagent-mui.icons.sim-card-download
"Imports @mui/icons-material/SimCardDownload as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sim-card-download (create-svg-icon (e "path" #js {"d" "M18 2h-8L4 8v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6 15-4-4h3V9.02L13 9v4h3l-4 4z"})
"SimCardDownload"))
================================================
FILE: src/icons/reagent_mui/icons/sim_card_download_outlined.cljs
================================================
(ns reagent-mui.icons.sim-card-download-outlined
"Imports @mui/icons-material/SimCardDownloadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sim-card-download-outlined (create-svg-icon [(e "path" #js {"d" "M18 2h-8L4 8v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 2v16H6V8.83L10.83 4H18z"}) (e "path" #js {"d" "m16 13-4 4-4-4 1.41-1.41L11 13.17V9.02L13 9v4.17l1.59-1.59L16 13z"})]
"SimCardDownloadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sim_card_download_rounded.cljs
================================================
(ns reagent-mui.icons.sim-card-download-rounded
"Imports @mui/icons-material/SimCardDownloadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sim-card-download-rounded (create-svg-icon (e "path" #js {"d" "M18 2h-7.17c-.53 0-1.04.21-1.42.59L4.59 7.41C4.21 7.79 4 8.3 4 8.83V20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6.35 14.65-2.79-2.79c-.32-.32-.1-.86.35-.86H11v-2.99c0-.55.44-.99.99-1 .56-.01 1.01.44 1.01 1V13h1.79c.45 0 .67.54.35.85l-2.79 2.79c-.19.2-.51.2-.7.01z"})
"SimCardDownloadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sim_card_download_sharp.cljs
================================================
(ns reagent-mui.icons.sim-card-download-sharp
"Imports @mui/icons-material/SimCardDownloadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sim-card-download-sharp (create-svg-icon (e "path" #js {"d" "M20 2H10L4 8v14h16V2zm-8 15-4-4h3V9.02L13 9v4h3l-4 4z"})
"SimCardDownloadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sim_card_download_two_tone.cljs
================================================
(ns reagent-mui.icons.sim-card-download-two-tone
"Imports @mui/icons-material/SimCardDownloadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sim-card-download-two-tone (create-svg-icon [(e "path" #js {"d" "M6 8.83V20h12V4h-7.17L6 8.83zm5 .19L13 9v4h3l-4 4-4-4h3V9.02z", "opacity" ".3"}) (e "path" #js {"d" "M18 2h-8L4 8v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H6V8.83L10.83 4H18v16z"}) (e "path" #js {"d" "m12 17 4-4h-3V9l-2 .02V13H8z"})]
"SimCardDownloadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sim_card_outlined.cljs
================================================
(ns reagent-mui.icons.sim-card-outlined
"Imports @mui/icons-material/SimCardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sim-card-outlined (create-svg-icon (e "path" #js {"d" "M18 2h-8L4 8v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 2v16H6V8.83L10.83 4H18zM7 17h2v2H7zm8 0h2v2h-2zm-8-6h2v4H7zm4 4h2v4h-2zm0-4h2v2h-2zm4 0h2v4h-2z"})
"SimCardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sim_card_rounded.cljs
================================================
(ns reagent-mui.icons.sim-card-rounded
"Imports @mui/icons-material/SimCardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sim-card-rounded (create-svg-icon (e "path" #js {"d" "M19.99 4c0-1.1-.89-2-1.99-2h-7.17c-.53 0-1.04.21-1.42.59L4.59 7.41C4.21 7.79 4 8.3 4 8.83V20c0 1.1.9 2 2 2h12.01c1.1 0 1.99-.9 1.99-2l-.01-16zM8 19c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-8-4c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1zm4 4c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1zm0-6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 2c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1z"})
"SimCardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sim_card_sharp.cljs
================================================
(ns reagent-mui.icons.sim-card-sharp
"Imports @mui/icons-material/SimCardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sim-card-sharp (create-svg-icon (e "path" #js {"d" "M19.99 2H10L4 8v14h16l-.01-20zM9 19H7v-2h2v2zm8 0h-2v-2h2v2zm-8-4H7v-4h2v4zm4 4h-2v-4h2v4zm0-6h-2v-2h2v2zm4 2h-2v-4h2v4z"})
"SimCardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sim_card_two_tone.cljs
================================================
(ns reagent-mui.icons.sim-card-two-tone
"Imports @mui/icons-material/SimCardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sim-card-two-tone (create-svg-icon [(e "path" #js {"d" "M6 8.83V20h12V4h-7.17L6 8.83zM9 19H7v-2h2v2zm0-4H7v-4h2v4zm6-4h2v4h-2v-4zm0 6h2v2h-2v-2zm-4-6h2v2h-2v-2zm0 4h2v4h-2v-4z", "opacity" ".3"}) (e "path" #js {"d" "M18 2h-8L4 8v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 2v16H6V8.83L10.83 4H18zM7 17h2v2H7zm8 0h2v2h-2zm-8-6h2v4H7zm4 4h2v4h-2zm0-4h2v2h-2zm4 0h2v4h-2z"})]
"SimCardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/single_bed.cljs
================================================
(ns reagent-mui.icons.single-bed
"Imports @mui/icons-material/SingleBed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def single-bed (create-svg-icon (e "path" #js {"d" "M20 12c0-1.1-.9-2-2-2V7c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3c-1.1 0-2 .9-2 2v5h1.33L6 19h1l.67-2h8.67l.66 2h1l.67-2H20v-5zm-4-2h-3V7h3v3zM8 7h3v3H8V7zm-2 5h12v3H6v-3z"})
"SingleBed"))
================================================
FILE: src/icons/reagent_mui/icons/single_bed_outlined.cljs
================================================
(ns reagent-mui.icons.single-bed-outlined
"Imports @mui/icons-material/SingleBedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def single-bed-outlined (create-svg-icon (e "path" #js {"d" "M20 12c0-1.1-.9-2-2-2V7c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3c-1.1 0-2 .9-2 2v5h1.33L6 19h1l.67-2h8.67l.66 2h1l.67-2H20v-5zm-4-2h-3V7h3v3zM8 7h3v3H8V7zm-2 5h12v3H6v-3z"})
"SingleBedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/single_bed_rounded.cljs
================================================
(ns reagent-mui.icons.single-bed-rounded
"Imports @mui/icons-material/SingleBedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def single-bed-rounded (create-svg-icon (e "path" #js {"d" "M18 10V7c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3c-1.1 0-2 .9-2 2v5h1.33l.51 1.53c.1.28.36.47.66.47.3 0 .56-.19.66-.47L7.67 17h8.67l.51 1.53c.09.28.35.47.65.47.3 0 .56-.19.66-.47l.51-1.53H20v-5c0-1.1-.9-2-2-2zm-7 0H8V8c0-.55.45-1 1-1h2v3zm5 0h-3V7h2c.55 0 1 .45 1 1v2z"})
"SingleBedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/single_bed_sharp.cljs
================================================
(ns reagent-mui.icons.single-bed-sharp
"Imports @mui/icons-material/SingleBedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def single-bed-sharp (create-svg-icon (e "path" #js {"d" "M18 10V5H6v5H4v7h1.33L6 19h1l.67-2h8.67l.66 2h1l.67-2H20v-7h-2zm-7 0H8V7h3v3zm5 0h-3V7h3v3z"})
"SingleBedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/single_bed_two_tone.cljs
================================================
(ns reagent-mui.icons.single-bed-two-tone
"Imports @mui/icons-material/SingleBedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def single-bed-two-tone (create-svg-icon [(e "path" #js {"d" "M6 12h12v3H6z", "opacity" ".3"}) (e "path" #js {"d" "M18 10V7c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3c-1.1 0-2 .9-2 2v5h1.33L6 19h1l.67-2h8.67l.66 2h1l.67-2H20v-5c0-1.1-.9-2-2-2zm-5-3h3v3h-3V7zM8 7h3v3H8V7zm10 8H6v-3h12v3z"})]
"SingleBedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sip.cljs
================================================
(ns reagent-mui.icons.sip
"Imports @mui/icons-material/Sip as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sip (create-svg-icon [(e "path" #js {"d" "M15.5 10.5h2v1h-2z"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-10 6.5H6.5v.75H9c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H5v-1.5h3.5v-.75H6c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h4v1.5zm3 4.5h-2V9h2v6zm6-3c0 .55-.45 1-1 1h-2.5v2H14V9h4c.55 0 1 .45 1 1v2z"})]
"Sip"))
================================================
FILE: src/icons/reagent_mui/icons/sip_outlined.cljs
================================================
(ns reagent-mui.icons.sip-outlined
"Imports @mui/icons-material/SipOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sip-outlined (create-svg-icon (e "path" #js {"d" "M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2zm0 2v12h16V6H4zm7 3h2v6h-2V9zm3 0h4c.55 0 1 .45 1 1v2c0 .55-.45 1-1 1h-2.5v2H14V9zm3.5 1.5h-2v1h2v-1zm-11 .75H9c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H5v-1.5h3.5v-.75H6c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h4v1.5H6.5v.75z"})
"SipOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sip_rounded.cljs
================================================
(ns reagent-mui.icons.sip-rounded
"Imports @mui/icons-material/SipRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sip-rounded (create-svg-icon [(e "path" #js {"d" "M15.5 10.5h2v1h-2z"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM10 9.75c0 .41-.34.75-.75.75H6.5v.75H9c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H5.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H8.5v-.75H6c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h3.25c.41 0 .75.34.75.75zM12 15c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1zm7-3c0 .55-.45 1-1 1h-2.5v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V10c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v2z"})]
"SipRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sip_sharp.cljs
================================================
(ns reagent-mui.icons.sip-sharp
"Imports @mui/icons-material/SipSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sip-sharp (create-svg-icon [(e "path" #js {"d" "M15.5 10.5h2v1h-2z"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-10 6.5H6.5v.75H10V15H5v-1.5h3.5v-.75H5V9h5v1.5zm3 4.5h-2V9h2v6zm6-6v4h-3.5v2H14V9h5z"})]
"SipSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sip_two_tone.cljs
================================================
(ns reagent-mui.icons.sip-two-tone
"Imports @mui/icons-material/SipTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sip-two-tone (create-svg-icon [(e "path" #js {"d" "M15.5 10.5h2v1h-2z", "opacity" ".3"}) (e "path" #js {"d" "M4 18h16V6H4v12zm10-9h4c.55 0 1 .45 1 1v2c0 .55-.45 1-1 1h-2.5v2H14V9zm-3 0h2v6h-2V9zm-6 4.5h3.5v-.75H6c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h4v1.5H6.5v.75H9c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H5v-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M10 14v-1.75c0-.55-.45-1-1-1H6.5v-.75H10V9H6c-.55 0-1 .45-1 1v1.75c0 .55.45 1 1 1h2.5v.75H5V15h4c.55 0 1-.45 1-1z"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"}) (e "path" #js {"d" "M11 9h2v6h-2zm4.5 4H18c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1h-4v6h1.5v-2zm0-2.5h2v1h-2v-1z"})]
"SipTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/six_k.cljs
================================================
(ns reagent-mui.icons.six-k
"Imports @mui/icons-material/SixK as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def six-k (create-svg-icon (e "path" #js {"d" "M8 12.5h1.5V14H8zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 7.5H8v1h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H7.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H11v1.5zm7 4.5h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"})
"SixK"))
================================================
FILE: src/icons/reagent_mui/icons/six_k_outlined.cljs
================================================
(ns reagent-mui.icons.six-k-outlined
"Imports @mui/icons-material/SixKOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def six-k-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 12.75 16.25 15H18l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5zM7.5 15H10c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1H8v-1h3V9H7.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-2.5h1.5V14H8v-1.5z"})]
"SixKOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/six_k_plus.cljs
================================================
(ns reagent-mui.icons.six-k-plus
"Imports @mui/icons-material/SixKPlus as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def six-k-plus (create-svg-icon (e "path" #js {"d" "M6.5 12.5H8V14H6.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9.5 7.5h-3v1h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3.5v1.5zM16 15h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm4-2.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"})
"SixKPlus"))
================================================
FILE: src/icons/reagent_mui/icons/six_k_plus_outlined.cljs
================================================
(ns reagent-mui.icons.six-k-plus-outlined
"Imports @mui/icons-material/SixKPlusOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def six-k-plus-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M12.5 12.75 14.25 15H16l-2.25-3L16 9h-1.75l-1.75 2.25V9H11v6h1.5zM7 15h2c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1H7.5v-1H10V9H7c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-2.5h1V14h-1v-1.5z"})]
"SixKPlusOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/six_k_plus_rounded.cljs
================================================
(ns reagent-mui.icons.six-k-plus-rounded
"Imports @mui/icons-material/SixKPlusRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def six-k-plus-rounded (create-svg-icon (e "path" #js {"d" "M7.5 12.5h1V14h-1v-1.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9.75 7.5H7.5v1H9c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.25c.41 0 .75.34.75.75s-.34.75-.75.75zm5.34 4.5c-.22 0-.42-.1-.55-.27l-1.54-1.98v1.55c0 .39-.31.7-.7.7h-.1c-.39 0-.7-.31-.7-.7V9.7c0-.39.31-.7.7-.7h.09c.39 0 .7.31.7.7v1.55l1.54-1.98c.14-.17.35-.27.56-.27.58 0 .91.66.56 1.12L13.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12zm3.91-2.5h-1v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1v-1c0-.28.22-.5.5-.5s.5.22.5.5v1h1c.28 0 .5.22.5.5s-.22.5-.5.5z"})
"SixKPlusRounded"))
================================================
FILE: src/icons/reagent_mui/icons/six_k_plus_sharp.cljs
================================================
(ns reagent-mui.icons.six-k-plus-sharp
"Imports @mui/icons-material/SixKPlusSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def six-k-plus-sharp (create-svg-icon (e "path" #js {"d" "M7.5 12.5h1V14h-1v-1.5zM21 3H3v18h18V3zm-11 7.5H7.5v1H10V15H6V9h4v1.5zm6 4.5h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm3-2.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19v1z"})
"SixKPlusSharp"))
================================================
FILE: src/icons/reagent_mui/icons/six_k_plus_two_tone.cljs
================================================
(ns reagent-mui.icons.six-k-plus-two-tone
"Imports @mui/icons-material/SixKPlusTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def six-k-plus-two-tone (create-svg-icon [(e "path" #js {"d" "M7.5 12.5h1V14h-1z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14v-6.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19V5H5v14zm6-10h1.5v2.25L14.25 9H16l-2.25 3L16 15h-1.75l-1.75-2.25V15H11V9zm-5 1c0-.55.45-1 1-1h3v1.5H7.5v1H9c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M12.5 12.75 14.25 15H16l-2.25-3L16 9h-1.75l-1.75 2.25V9H11v6h1.5zM7 15h2c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1H7.5v-1H10V9H7c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-2.5h1V14h-1v-1.5z"})]
"SixKPlusTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/six_k_rounded.cljs
================================================
(ns reagent-mui.icons.six-k-rounded
"Imports @mui/icons-material/SixKRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def six-k-rounded (create-svg-icon (e "path" #js {"d" "M8 12.5h1.5V14H8v-1.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.75 7.5H8v1h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H7.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.75c.41 0 .75.34.75.75s-.34.75-.75.75zm6.34 4.5c-.22 0-.42-.1-.55-.27l-1.54-1.98v1.55c0 .39-.31.7-.7.7h-.1c-.39 0-.7-.31-.7-.7V9.7c0-.39.31-.7.7-.7h.09c.39 0 .7.31.7.7v1.55l1.54-1.98c.14-.17.35-.27.56-.27.58 0 .91.66.56 1.12L15.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12z"})
"SixKRounded"))
================================================
FILE: src/icons/reagent_mui/icons/six_k_sharp.cljs
================================================
(ns reagent-mui.icons.six-k-sharp
"Imports @mui/icons-material/SixKSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def six-k-sharp (create-svg-icon (e "path" #js {"d" "M8 12.5h1.5V14H8v-1.5zM21 3H3v18h18V3zm-10 7.5H8v1h3V15H6.5V9H11v1.5zm7 4.5h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"})
"SixKSharp"))
================================================
FILE: src/icons/reagent_mui/icons/six_k_two_tone.cljs
================================================
(ns reagent-mui.icons.six-k-two-tone
"Imports @mui/icons-material/SixKTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def six-k-two-tone (create-svg-icon [(e "path" #js {"d" "M8 12.5h1.5V14H8z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14V5H5v14zm8-10h1.5v2.25L16.25 9H18l-2.25 3L18 15h-1.75l-1.75-2.25V15H13V9zm-6.5 1c0-.55.45-1 1-1H11v1.5H8v1h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H7.5c-.55 0-1-.45-1-1v-4z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 12.75 16.25 15H18l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5zM7.5 15H10c.55 0 1-.45 1-1v-1.5c0-.55-.45-1-1-1H8v-1h3V9H7.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-2.5h1.5V14H8v-1.5z"})]
"SixKTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/six_mp.cljs
================================================
(ns reagent-mui.icons.six-mp
"Imports @mui/icons-material/SixMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def six-mp (create-svg-icon (e "path" #js {"d" "M11.5 9H13v1.5h-1.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm-1-7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3.5V7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H11zm4.5 7H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm0-4.5H17v1.5h-1.5z"})
"SixMp"))
================================================
FILE: src/icons/reagent_mui/icons/six_mp_outlined.cljs
================================================
(ns reagent-mui.icons.six-mp-outlined
"Imports @mui/icons-material/SixMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def six-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 11.5h2.5c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1h-2V7h3V5.5H11c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-2.5H13v1.5h-1.5V9z"})]
"SixMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/six_mp_rounded.cljs
================================================
(ns reagent-mui.icons.six-mp-rounded
"Imports @mui/icons-material/SixMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def six-mp-rounded (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 3.5c0-.55.45-1 1-1h2.75c.41 0 .75.34.75.75s-.34.75-.75.75H11.5v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H11c-.55 0-1-.45-1-1v-4zm2.5 11.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"}) (e "path" #js {"d" "M11.5 9H13v1.5h-1.5z"})]
"SixMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/six_mp_sharp.cljs
================================================
(ns reagent-mui.icons.six-mp-sharp
"Imports @mui/icons-material/SixMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def six-mp-sharp (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm7 2.5h4.5V7h-3v1h3v3.5H10v-6zm2.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"}) (e "path" #js {"d" "M11.5 9H13v1.5h-1.5z"})]
"SixMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/six_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.six-mp-two-tone
"Imports @mui/icons-material/SixMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def six-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15zm-3.5-5H13v1.5h-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zm-8-7c0-.55.45-1 1-1h3.5V7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H11c-.55 0-1-.45-1-1v-4zm-4 7c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 11.5h2.5c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1h-2V7h3V5.5H11c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-2.5H13v1.5h-1.5V9z"})]
"SixMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sixteen_mp.cljs
================================================
(ns reagent-mui.icons.sixteen-mp
"Imports @mui/icons-material/SixteenMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sixteen-mp (create-svg-icon (e "path" #js {"d" "M13.5 9H15v1.5h-1.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zm3 6c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3.5V7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H13zm2.5 2.5H17v1.5h-1.5z"})
"SixteenMp"))
================================================
FILE: src/icons/reagent_mui/icons/sixteen_mp_outlined.cljs
================================================
(ns reagent-mui.icons.sixteen-mp-outlined
"Imports @mui/icons-material/SixteenMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sixteen-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M13 11.5h2.5c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1h-2V7h3V5.5H13c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-2.5H15v1.5h-1.5V9zm-5 2.5H10v-6H7V7h1.5z"})]
"SixteenMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sixteen_mp_rounded.cljs
================================================
(ns reagent-mui.icons.sixteen-mp-rounded
"Imports @mui/icons-material/SixteenMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sixteen-mp-rounded (create-svg-icon [(e "path" #js {"d" "M13.5 9H15v1.5h-1.5zm1.5 5h1.5v1.5H15z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.75 5.5H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C7.34 7 7 6.66 7 6.25s.34-.75.75-.75zm4.75 12.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zM12 10.5v-4c0-.55.45-1 1-1h2.75c.41 0 .75.34.75.75s-.34.75-.75.75H13.5v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1zm6 5.5c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"})]
"SixteenMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sixteen_mp_sharp.cljs
================================================
(ns reagent-mui.icons.sixteen-mp-sharp
"Imports @mui/icons-material/SixteenMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sixteen-mp-sharp (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm9 2.5h4.5V7h-3v1h3v3.5H12v-6zm-5 0h3v6H8.5V7H7V5.5zm5.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"}) (e "path" #js {"d" "M13.5 9H15v1.5h-1.5z"})]
"SixteenMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sixteen_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.sixteen-mp-two-tone
"Imports @mui/icons-material/SixteenMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sixteen-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zm-6-7c0-.55.45-1 1-1h3.5V7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1v-4zm-5-1h3v6H8.5V7H7V5.5zm-1 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M13.5 9H15v1.5h-1.5zm1.5 5h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M13 11.5h2.5c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1h-2V7h3V5.5H13c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-2.5H15v1.5h-1.5V9zm-5 2.5H10v-6H7V7h1.5z"})]
"SixteenMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sixty_fps.cljs
================================================
(ns reagent-mui.icons.sixty-fps
"Imports @mui/icons-material/SixtyFps as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sixty-fps (create-svg-icon (e "path" #js {"d" "M19 8v8h-4V8h4m0-3h-4c-1.66 0-3 1.34-3 3v8c0 1.66 1.34 3 3 3h4c1.66 0 3-1.34 3-3V8c0-1.66-1.34-3-3-3zm-9 3V5H5C3.34 5 2 6.34 2 8v8c0 1.66 1.34 3 3 3h3c1.66 0 3-1.34 3-3v-3c0-1.66-1.34-3-3-3H5V8h5zm-2 5v3H5v-3h3z"})
"SixtyFps"))
================================================
FILE: src/icons/reagent_mui/icons/sixty_fps_outlined.cljs
================================================
(ns reagent-mui.icons.sixty-fps-outlined
"Imports @mui/icons-material/SixtyFpsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sixty-fps-outlined (create-svg-icon (e "path" #js {"d" "M19 8v8h-4V8h4m0-3h-4c-1.66 0-3 1.34-3 3v8c0 1.66 1.34 3 3 3h4c1.66 0 3-1.34 3-3V8c0-1.66-1.34-3-3-3zm-9 3V5H5C3.34 5 2 6.34 2 8v8c0 1.66 1.34 3 3 3h3c1.66 0 3-1.34 3-3v-3c0-1.66-1.34-3-3-3H5V8h5zm-2 5v3H5v-3h3z"})
"SixtyFpsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sixty_fps_rounded.cljs
================================================
(ns reagent-mui.icons.sixty-fps-rounded
"Imports @mui/icons-material/SixtyFpsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sixty-fps-rounded (create-svg-icon (e "path" #js {"d" "M19 8v8h-4V8h4m0-3h-4c-1.66 0-3 1.34-3 3v8c0 1.66 1.34 3 3 3h4c1.66 0 3-1.34 3-3V8c0-1.66-1.34-3-3-3zm-9 1.5C10 5.67 9.33 5 8.5 5H5C3.34 5 2 6.34 2 8v8c0 1.66 1.34 3 3 3h3c1.66 0 3-1.34 3-3v-3c0-1.66-1.34-3-3-3H5V8h3.5c.83 0 1.5-.67 1.5-1.5zM8 13v3H5v-3h3z"})
"SixtyFpsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sixty_fps_select.cljs
================================================
(ns reagent-mui.icons.sixty-fps-select
"Imports @mui/icons-material/SixtyFpsSelect as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sixty-fps-select (create-svg-icon (e "path" #js {"d" "M18 6v6h-3V6h3zm0-2h-3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 2V4H6c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2H6V6h5zm-2 4v2H6v-2h3zM5 22H3v-5h2v5zm4 0H7v-5h2v5zm4 0h-2v-5h2v5zm8 0h-6v-5h6v5z"})
"SixtyFpsSelect"))
================================================
FILE: src/icons/reagent_mui/icons/sixty_fps_select_outlined.cljs
================================================
(ns reagent-mui.icons.sixty-fps-select-outlined
"Imports @mui/icons-material/SixtyFpsSelectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sixty-fps-select-outlined (create-svg-icon (e "path" #js {"d" "M18 6v6h-3V6h3zm0-2h-3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 2V4H6c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2H6V6h5zm-2 4v2H6v-2h3zM5 22H3v-5h2v5zm4 0H7v-5h2v5zm4 0h-2v-5h2v5zm8 0h-6v-5h6v5z"})
"SixtyFpsSelectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sixty_fps_select_rounded.cljs
================================================
(ns reagent-mui.icons.sixty-fps-select-rounded
"Imports @mui/icons-material/SixtyFpsSelectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sixty-fps-select-rounded (create-svg-icon (e "path" #js {"d" "M18 6v6h-3V6h3zm0-2h-3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 1c0-.55-.45-1-1-1H6c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2H6V6h4c.55 0 1-.45 1-1zm-2 5v2H6v-2h3zM4 22c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1zm4 0c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1zm4 0c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1zm8 0h-4c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1z"})
"SixtyFpsSelectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sixty_fps_select_sharp.cljs
================================================
(ns reagent-mui.icons.sixty-fps-select-sharp
"Imports @mui/icons-material/SixtyFpsSelectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sixty-fps-select-sharp (create-svg-icon (e "path" #js {"d" "M18 6v6h-3V6h3zm2-2h-7v10h7V4zm-9 2V4H4v10h7V8H6V6h5zm-2 4v2H6v-2h3zM5 22H3v-5h2v5zm4 0H7v-5h2v5zm4 0h-2v-5h2v5zm8 0h-6v-5h6v5z"})
"SixtyFpsSelectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sixty_fps_select_two_tone.cljs
================================================
(ns reagent-mui.icons.sixty-fps-select-two-tone
"Imports @mui/icons-material/SixtyFpsSelectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sixty-fps-select-two-tone (create-svg-icon (e "path" #js {"d" "M18 6v6h-3V6h3zm0-2h-3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 2V4H6c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2H6V6h5zm-2 4v2H6v-2h3zM5 22H3v-5h2v5zm4 0H7v-5h2v5zm4 0h-2v-5h2v5zm8 0h-6v-5h6v5z"})
"SixtyFpsSelectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sixty_fps_sharp.cljs
================================================
(ns reagent-mui.icons.sixty-fps-sharp
"Imports @mui/icons-material/SixtyFpsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sixty-fps-sharp (create-svg-icon (e "path" #js {"d" "M19 8v8h-4V8h4m3-3H12v14h10V5zM10 8V5H2v14h9v-9H5V8h5zm-2 5v3H5v-3h3z"})
"SixtyFpsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sixty_fps_two_tone.cljs
================================================
(ns reagent-mui.icons.sixty-fps-two-tone
"Imports @mui/icons-material/SixtyFpsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sixty-fps-two-tone (create-svg-icon (e "path" #js {"d" "M19 8v8h-4V8h4m0-3h-4c-1.66 0-3 1.34-3 3v8c0 1.66 1.34 3 3 3h4c1.66 0 3-1.34 3-3V8c0-1.66-1.34-3-3-3zm-9 3V5H5C3.34 5 2 6.34 2 8v8c0 1.66 1.34 3 3 3h3c1.66 0 3-1.34 3-3v-3c0-1.66-1.34-3-3-3H5V8h5zm-2 5v3H5v-3h3z"})
"SixtyFpsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/skateboarding.cljs
================================================
(ns reagent-mui.icons.skateboarding
"Imports @mui/icons-material/Skateboarding as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def skateboarding (create-svg-icon (e "path" #js {"d" "M13 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM7.25 22.5c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75zm8.5 0c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75zm3.49-3.5c-.24 0-.45.11-.59.3-.55.73-1.42 1.2-2.4 1.2H16v-6l-4.32-2.67 1.8-2.89C14.63 10.78 16.68 12 19 12v-2c-1.85 0-3.44-1.12-4.13-2.72l-.52-1.21C14.16 5.64 13.61 5 12.7 5H7L4.5 9l1.7 1.06L8.1 7h2.35l-2.4 3.84c-.31.5-.39 1.11-.21 1.67l1.34 4.15-3.12 3.76c-.7-.16-1.3-.57-1.71-1.12-.14-.19-.36-.3-.6-.3-.44 0-.75.36-.75.75 0 .15.05.31.15.45.82 1.1 2.13 1.8 3.6 1.8h9.5c1.47 0 2.78-.7 3.6-1.8.1-.14.15-.3.15-.45 0-.39-.32-.75-.76-.75zM14 20.5H8.6l2.9-3.5-1-3.3 3.5 2.2v4.6z"})
"Skateboarding"))
================================================
FILE: src/icons/reagent_mui/icons/skateboarding_outlined.cljs
================================================
(ns reagent-mui.icons.skateboarding-outlined
"Imports @mui/icons-material/SkateboardingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def skateboarding-outlined (create-svg-icon (e "path" #js {"d" "M13 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM7.25 22.5c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75zm8.5 0c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75zm3.49-3.5c-.24 0-.45.11-.59.3-.55.73-1.42 1.2-2.4 1.2H16v-6l-4.32-2.67 1.8-2.89C14.63 10.78 16.68 12 19 12v-2c-1.85 0-3.44-1.12-4.13-2.72l-.52-1.21C14.16 5.64 13.61 5 12.7 5H7L4.5 9l1.7 1.06L8.1 7h2.35l-2.4 3.84c-.31.5-.39 1.11-.21 1.67l1.34 4.15-3.12 3.76c-.7-.16-1.3-.57-1.71-1.12-.14-.19-.36-.3-.6-.3-.44 0-.75.36-.75.75 0 .15.05.31.15.45.82 1.1 2.13 1.8 3.6 1.8h9.5c1.47 0 2.78-.7 3.6-1.8.1-.14.15-.3.15-.45 0-.39-.32-.75-.76-.75zM14 20.5H8.6l2.9-3.5-1-3.3 3.5 2.2v4.6z"})
"SkateboardingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/skateboarding_rounded.cljs
================================================
(ns reagent-mui.icons.skateboarding-rounded
"Imports @mui/icons-material/SkateboardingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def skateboarding-rounded (create-svg-icon (e "path" #js {"d" "M13 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM7.25 22.5c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75zm8.5 0c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75zm3.49-3.5c-.24 0-.45.11-.59.3-.55.73-1.42 1.2-2.4 1.2H16v-4.88c0-.69-.36-1.34-.95-1.7l-3.37-2.08 1.8-2.89c.96 1.53 2.54 2.64 4.39 2.96.6.11 1.13-.39 1.13-.99 0-.48-.35-.89-.83-.98-1.49-.28-2.72-1.29-3.3-2.64l-.52-1.21C14.16 5.64 13.61 5 12.7 5H8.11c-.69 0-1.33.36-1.7.94L5.03 8.15c-.29.47-.15 1.09.32 1.38.47.29 1.09.15 1.38-.32L8.1 7h2.35l-2.4 3.84c-.31.5-.39 1.11-.21 1.67l1.34 4.15-3.12 3.76c-.7-.16-1.3-.57-1.71-1.12-.14-.19-.36-.3-.6-.3-.44 0-.75.36-.75.75 0 .15.05.31.15.45.82 1.1 2.13 1.8 3.6 1.8h9.5c1.47 0 2.78-.7 3.6-1.8.1-.14.15-.3.15-.45 0-.39-.32-.75-.76-.75zM14 20.5H8.6l2.21-2.67c.43-.52.57-1.21.37-1.86l-.68-2.27 3.5 2.2v4.6z"})
"SkateboardingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/skateboarding_sharp.cljs
================================================
(ns reagent-mui.icons.skateboarding-sharp
"Imports @mui/icons-material/SkateboardingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def skateboarding-sharp (create-svg-icon (e "path" #js {"d" "M13 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM7.25 22.5c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75zm8.5 0c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75zm3.49-3.5c-.24 0-.45.11-.59.3-.55.73-1.42 1.2-2.4 1.2H16v-6l-4.32-2.67 1.8-2.89C14.63 10.78 16.68 12 19 12v-2c-1.85 0-3.44-1.12-4.13-2.72l-.52-1.21C14.16 5.64 13.61 5 12.7 5H7L4.5 9l1.7 1.06L8.1 7h2.35l-2.89 4.63 1.62 5.03-3.12 3.76c-.7-.16-1.3-.57-1.71-1.12-.14-.19-.36-.3-.6-.3-.44 0-.75.36-.75.75 0 .15.05.31.15.45.82 1.1 2.13 1.8 3.6 1.8h9.5c1.47 0 2.78-.7 3.6-1.8.1-.14.15-.3.15-.45 0-.39-.32-.75-.76-.75zM14 20.5H8.6l2.9-3.5-1-3.3 3.5 2.2v4.6z"})
"SkateboardingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/skateboarding_two_tone.cljs
================================================
(ns reagent-mui.icons.skateboarding-two-tone
"Imports @mui/icons-material/SkateboardingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def skateboarding-two-tone (create-svg-icon (e "path" #js {"d" "M13 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM7.25 22.5c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75zm8.5 0c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75zm3.49-3.5c-.24 0-.45.11-.59.3-.55.73-1.42 1.2-2.4 1.2H16v-6l-4.32-2.67 1.8-2.89C14.63 10.78 16.68 12 19 12v-2c-1.85 0-3.44-1.12-4.13-2.72l-.52-1.21C14.16 5.64 13.61 5 12.7 5H7L4.5 9l1.7 1.06L8.1 7h2.35l-2.4 3.84c-.31.5-.39 1.11-.21 1.67l1.34 4.14-3.12 3.76c-.7-.16-1.3-.57-1.71-1.12-.14-.18-.36-.29-.6-.29-.44 0-.75.36-.75.75 0 .15.05.31.15.45.82 1.1 2.13 1.8 3.6 1.8h9.5c1.47 0 2.78-.7 3.6-1.8.1-.14.15-.3.15-.45 0-.39-.32-.75-.76-.75zM14 20.5H8.6l2.9-3.5-1-3.3 3.5 2.2v4.6z"})
"SkateboardingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/skip_next.cljs
================================================
(ns reagent-mui.icons.skip-next
"Imports @mui/icons-material/SkipNext as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def skip-next (create-svg-icon (e "path" #js {"d" "m6 18 8.5-6L6 6v12zM16 6v12h2V6h-2z"})
"SkipNext"))
================================================
FILE: src/icons/reagent_mui/icons/skip_next_outlined.cljs
================================================
(ns reagent-mui.icons.skip-next-outlined
"Imports @mui/icons-material/SkipNextOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def skip-next-outlined (create-svg-icon (e "path" #js {"d" "m6 18 8.5-6L6 6v12zm2-8.14L11.03 12 8 14.14V9.86zM16 6h2v12h-2z"})
"SkipNextOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/skip_next_rounded.cljs
================================================
(ns reagent-mui.icons.skip-next-rounded
"Imports @mui/icons-material/SkipNextRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def skip-next-rounded (create-svg-icon (e "path" #js {"d" "m7.58 16.89 5.77-4.07c.56-.4.56-1.24 0-1.63L7.58 7.11C6.91 6.65 6 7.12 6 7.93v8.14c0 .81.91 1.28 1.58.82zM16 7v10c0 .55.45 1 1 1s1-.45 1-1V7c0-.55-.45-1-1-1s-1 .45-1 1z"})
"SkipNextRounded"))
================================================
FILE: src/icons/reagent_mui/icons/skip_next_sharp.cljs
================================================
(ns reagent-mui.icons.skip-next-sharp
"Imports @mui/icons-material/SkipNextSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def skip-next-sharp (create-svg-icon (e "path" #js {"d" "m6 18 8.5-6L6 6v12zM16 6v12h2V6h-2z"})
"SkipNextSharp"))
================================================
FILE: src/icons/reagent_mui/icons/skip_next_two_tone.cljs
================================================
(ns reagent-mui.icons.skip-next-two-tone
"Imports @mui/icons-material/SkipNextTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def skip-next-two-tone (create-svg-icon [(e "path" #js {"d" "M8 9.86v4.28L11.03 12z", "opacity" ".3"}) (e "path" #js {"d" "M14.5 12 6 6v12l8.5-6zM8 9.86 11.03 12 8 14.14V9.86zM16 6h2v12h-2z"})]
"SkipNextTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/skip_previous.cljs
================================================
(ns reagent-mui.icons.skip-previous
"Imports @mui/icons-material/SkipPrevious as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def skip-previous (create-svg-icon (e "path" #js {"d" "M6 6h2v12H6zm3.5 6 8.5 6V6z"})
"SkipPrevious"))
================================================
FILE: src/icons/reagent_mui/icons/skip_previous_outlined.cljs
================================================
(ns reagent-mui.icons.skip-previous-outlined
"Imports @mui/icons-material/SkipPreviousOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def skip-previous-outlined (create-svg-icon (e "path" #js {"d" "M6 6h2v12H6zm3.5 6 8.5 6V6l-8.5 6zm6.5 2.14L12.97 12 16 9.86v4.28z"})
"SkipPreviousOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/skip_previous_rounded.cljs
================================================
(ns reagent-mui.icons.skip-previous-rounded
"Imports @mui/icons-material/SkipPreviousRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def skip-previous-rounded (create-svg-icon (e "path" #js {"d" "M7 6c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1s-1-.45-1-1V7c0-.55.45-1 1-1zm3.66 6.82 5.77 4.07c.66.47 1.58-.01 1.58-.82V7.93c0-.81-.91-1.28-1.58-.82l-5.77 4.07c-.57.4-.57 1.24 0 1.64z"})
"SkipPreviousRounded"))
================================================
FILE: src/icons/reagent_mui/icons/skip_previous_sharp.cljs
================================================
(ns reagent-mui.icons.skip-previous-sharp
"Imports @mui/icons-material/SkipPreviousSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def skip-previous-sharp (create-svg-icon (e "path" #js {"d" "M6 6h2v12H6V6zm3.5 6 8.5 6V6l-8.5 6z"})
"SkipPreviousSharp"))
================================================
FILE: src/icons/reagent_mui/icons/skip_previous_two_tone.cljs
================================================
(ns reagent-mui.icons.skip-previous-two-tone
"Imports @mui/icons-material/SkipPreviousTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def skip-previous-two-tone (create-svg-icon [(e "path" #js {"d" "M16 14.14V9.86L12.97 12z", "opacity" ".3"}) (e "path" #js {"d" "M6 6h2v12H6zm12 12V6l-8.5 6 8.5 6zm-2-3.86L12.97 12 16 9.86v4.28z"})]
"SkipPreviousTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sledding.cljs
================================================
(ns reagent-mui.icons.sledding
"Imports @mui/icons-material/Sledding as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sledding (create-svg-icon (e "path" #js {"d" "M14 4.5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm8.8 15.74c-.68 2.1-2.94 3.25-5.04 2.57L1 17.36l.46-1.43 3.93 1.28.46-1.43-3.92-1.28.46-1.43L4 13.6V9.5l5.47-2.35c.39-.17.84-.21 1.28-.07.95.31 1.46 1.32 1.16 2.27l-1.05 3.24 2.14-.34c.89-.15 1.76.32 2.14 1.14l2.08 4.51 1.93.63-.46 1.43-3.32-1.08-.47 1.42 3.32 1.08c1.31.43 2.72-.29 3.15-1.61.43-1.31-.29-2.72-1.61-3.15l.46-1.43c2.11.69 3.27 2.95 2.58 5.05zM6 14.25l1.01.33c-.22-.42-.28-.92-.12-1.4L7.92 10 6 10.82v3.43zm7.94 4.16-6.66-2.16-.46 1.43 6.66 2.16.46-1.43zm.69-1.36-1.18-2.56-3.97.89 5.15 1.67z"})
"Sledding"))
================================================
FILE: src/icons/reagent_mui/icons/sledding_outlined.cljs
================================================
(ns reagent-mui.icons.sledding-outlined
"Imports @mui/icons-material/SleddingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sledding-outlined (create-svg-icon (e "path" #js {"d" "M14 4.5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm8.8 15.74c-.68 2.1-2.94 3.25-5.04 2.57L1 17.36l.46-1.43 3.93 1.28.46-1.43-3.92-1.28.46-1.43L4 13.6V9.5l5.47-2.35c.39-.17.84-.21 1.28-.07.95.31 1.46 1.32 1.16 2.27l-1.05 3.24 2.14-.34c.89-.15 1.76.32 2.14 1.14l2.08 4.51 1.93.63-.46 1.43-3.32-1.08-.47 1.42 3.32 1.08c1.31.43 2.72-.29 3.15-1.61.43-1.31-.29-2.72-1.61-3.15l.46-1.43c2.11.69 3.27 2.95 2.58 5.05zM6 14.25l1.01.33c-.22-.42-.28-.92-.12-1.4L7.92 10 6 10.82v3.43zm7.94 4.16-6.66-2.16-.46 1.43 6.66 2.16.46-1.43zm.69-1.36-1.18-2.56-3.97.89 5.15 1.67z"})
"SleddingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sledding_rounded.cljs
================================================
(ns reagent-mui.icons.sledding-rounded
"Imports @mui/icons-material/SleddingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sledding-rounded (create-svg-icon (e "path" #js {"d" "M14 4.5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm4.92 14.74c-.13.39-.55.61-.95.48l-2.61-.85-.46 1.43 3.32 1.08c1.31.43 2.72-.29 3.15-1.61.36-1.12-.11-2.32-1.07-2.91-.32-.2-.45-.6-.3-.95.2-.44.71-.57 1.12-.31 1.52.95 2.25 2.85 1.68 4.62-.68 2.1-2.94 3.25-5.04 2.57L1.74 17.6c-.39-.13-.63-.54-.52-.93.12-.41.55-.63.95-.5l3.22 1.05.46-1.43-3.19-1.04c-.39-.13-.63-.54-.52-.93.12-.41.55-.63.95-.5l.91.28v-2.78c0-.8.48-1.52 1.21-1.84.75-.32 4.11-1.76 4.26-1.83.41-.18.89-.21 1.35-.04.91.34 1.37 1.36 1.07 2.28l-1.04 3.2 2.15-.34c.89-.15 1.76.32 2.14 1.14l2.08 4.51 1.22.4c.4.12.61.54.48.94zM6 14.25l1.01.33c-.22-.42-.28-.92-.12-1.4L7.92 10 6 10.82v3.43zm7.94 4.16-6.66-2.16-.46 1.43 6.66 2.16.46-1.43zm.69-1.36-1.18-2.56-3.97.89 5.15 1.67z"})
"SleddingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sledding_sharp.cljs
================================================
(ns reagent-mui.icons.sledding-sharp
"Imports @mui/icons-material/SleddingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sledding-sharp (create-svg-icon (e "path" #js {"d" "M14 4.5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm3.22 13.4 1.93.63-.46 1.43-3.32-1.08-.47 1.42 3.32 1.08c1.31.43 2.72-.29 3.15-1.61.43-1.31-.29-2.72-1.61-3.15l.46-1.43c2.1.68 3.25 2.94 2.57 5.04-.68 2.1-2.94 3.25-5.04 2.57L1 17.36l.46-1.43 3.93 1.28.46-1.43-3.92-1.28.46-1.43L4 13.6V9.5l5.47-2.35c.39-.17.84-.21 1.28-.07.95.31 1.46 1.32 1.16 2.27l-1.05 3.24L14.5 12l2.72 5.9zM6 14.25l.48.16.75-2.31.69-2.1-1.92.82v3.43zm7.94 4.16-6.66-2.16-.46 1.43 6.66 2.16.46-1.43zm.69-1.36-1.18-2.56-3.97.89 5.15 1.67z"})
"SleddingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sledding_two_tone.cljs
================================================
(ns reagent-mui.icons.sledding-two-tone
"Imports @mui/icons-material/SleddingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sledding-two-tone (create-svg-icon (e "path" #js {"d" "M14 4.5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm8.8 15.74c-.68 2.1-2.94 3.25-5.04 2.57L1 17.36l.46-1.43 3.93 1.28.46-1.43-3.92-1.28.46-1.43L4 13.6V9.5l5.47-2.35c.39-.17.84-.21 1.28-.07.95.31 1.46 1.32 1.16 2.27l-1.05 3.24 2.14-.34c.89-.15 1.76.32 2.14 1.14l2.08 4.51 1.93.63-.46 1.43-3.32-1.08-.47 1.42 3.32 1.08c1.31.43 2.72-.29 3.15-1.61.43-1.31-.29-2.72-1.61-3.15l.46-1.43c2.11.69 3.27 2.95 2.58 5.05zM6 14.25l1.01.33c-.22-.42-.28-.92-.12-1.4L7.92 10 6 10.82v3.43zm7.94 4.16-6.66-2.16-.46 1.43 6.66 2.16.46-1.43zm.69-1.36-1.18-2.56-3.97.89 5.15 1.67z"})
"SleddingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/slideshow.cljs
================================================
(ns reagent-mui.icons.slideshow
"Imports @mui/icons-material/Slideshow as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def slideshow (create-svg-icon (e "path" #js {"d" "M10 8v8l5-4-5-4zm9-5H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})
"Slideshow"))
================================================
FILE: src/icons/reagent_mui/icons/slideshow_outlined.cljs
================================================
(ns reagent-mui.icons.slideshow-outlined
"Imports @mui/icons-material/SlideshowOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def slideshow-outlined (create-svg-icon (e "path" #js {"d" "M10 8v8l5-4-5-4zm9-5H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})
"SlideshowOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/slideshow_rounded.cljs
================================================
(ns reagent-mui.icons.slideshow-rounded
"Imports @mui/icons-material/SlideshowRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def slideshow-rounded (create-svg-icon (e "path" #js {"d" "M10 9.04v5.92c0 .42.48.65.81.39l3.7-2.96c.25-.2.25-.58 0-.78l-3.7-2.96c-.33-.26-.81-.03-.81.39zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1z"})
"SlideshowRounded"))
================================================
FILE: src/icons/reagent_mui/icons/slideshow_sharp.cljs
================================================
(ns reagent-mui.icons.slideshow-sharp
"Imports @mui/icons-material/SlideshowSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def slideshow-sharp (create-svg-icon (e "path" #js {"d" "M10 8v8l5-4-5-4zm11-5H3v18h18V3zm-2 16H5V5h14v14z"})
"SlideshowSharp"))
================================================
FILE: src/icons/reagent_mui/icons/slideshow_two_tone.cljs
================================================
(ns reagent-mui.icons.slideshow-two-tone
"Imports @mui/icons-material/SlideshowTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def slideshow-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm5-11 5 4-5 4V8z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM10 8v8l5-4z"})]
"SlideshowTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/slow_motion_video.cljs
================================================
(ns reagent-mui.icons.slow-motion-video
"Imports @mui/icons-material/SlowMotionVideo as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def slow-motion-video (create-svg-icon (e "path" #js {"d" "M13.05 9.79 10 7.5v9l3.05-2.29L16 12zm0 0L10 7.5v9l3.05-2.29L16 12zm0 0L10 7.5v9l3.05-2.29L16 12zM11 4.07V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69c1.11-.86 2.44-1.44 3.9-1.62zM5.69 7.1 4.26 5.68C3.05 7.16 2.25 8.99 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9zM4.07 13H2.05c.2 2.01 1 3.84 2.21 5.32l1.43-1.43c-.86-1.1-1.44-2.43-1.62-3.89zm1.61 6.74C7.16 20.95 9 21.75 11 21.95v-2.02c-1.46-.18-2.79-.76-3.9-1.62l-1.42 1.43zM22 12c0 5.16-3.92 9.42-8.95 9.95v-2.02C16.97 19.41 20 16.05 20 12s-3.03-7.41-6.95-7.93V2.05C18.08 2.58 22 6.84 22 12z"})
"SlowMotionVideo"))
================================================
FILE: src/icons/reagent_mui/icons/slow_motion_video_outlined.cljs
================================================
(ns reagent-mui.icons.slow-motion-video-outlined
"Imports @mui/icons-material/SlowMotionVideoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def slow-motion-video-outlined (create-svg-icon (e "path" #js {"d" "M13.05 9.79 10 7.5v9l3.05-2.29L16 12l-2.95-2.21zm0 0L10 7.5v9l3.05-2.29L16 12l-2.95-2.21zm0 0L10 7.5v9l3.05-2.29L16 12l-2.95-2.21zM11 4.07V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69c1.11-.86 2.44-1.44 3.9-1.62zM5.69 7.1 4.26 5.68C3.05 7.16 2.25 8.99 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9zM4.07 13H2.05c.2 2.01 1 3.84 2.21 5.32l1.43-1.43c-.86-1.1-1.44-2.43-1.62-3.89zm1.61 6.74C7.16 20.95 9 21.75 11 21.95v-2.02c-1.46-.18-2.79-.76-3.9-1.62l-1.42 1.43zM22 12c0 5.16-3.92 9.42-8.95 9.95v-2.02C16.97 19.41 20 16.05 20 12s-3.03-7.41-6.95-7.93V2.05C18.08 2.58 22 6.84 22 12z"})
"SlowMotionVideoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/slow_motion_video_rounded.cljs
================================================
(ns reagent-mui.icons.slow-motion-video-rounded
"Imports @mui/icons-material/SlowMotionVideoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def slow-motion-video-rounded (create-svg-icon (e "path" #js {"d" "M10 8.5v7c0 .41.47.65.8.4l4.67-3.5c.27-.2.27-.6 0-.8L10.8 8.1c-.33-.25-.8-.01-.8.4zm1-5.27c0-.64-.59-1.13-1.21-.99-1.12.26-2.18.7-3.12 1.3-.53.34-.61 1.1-.16 1.55.32.32.83.4 1.21.16.77-.49 1.62-.85 2.54-1.05.44-.1.74-.51.74-.97zM5.1 6.51c-.46-.45-1.21-.38-1.55.16-.6.94-1.04 2-1.3 3.12-.14.62.34 1.21.98 1.21.45 0 .87-.3.96-.74.2-.91.57-1.77 1.05-2.53.26-.39.18-.9-.14-1.22zM3.23 13c-.64 0-1.13.59-.99 1.21.26 1.12.7 2.17 1.3 3.12.34.54 1.1.61 1.55.16.32-.32.4-.83.15-1.21-.49-.76-.85-1.61-1.05-2.53-.09-.45-.5-.75-.96-.75zm3.44 7.45c.95.6 2 1.04 3.12 1.3.62.14 1.21-.35 1.21-.98 0-.45-.3-.87-.74-.96-.91-.2-1.77-.57-2.53-1.05-.39-.24-.89-.17-1.21.16-.46.44-.39 1.19.15 1.53zM22 12c0 4.73-3.3 8.71-7.73 9.74-.62.15-1.22-.34-1.22-.98 0-.46.31-.86.75-.97 3.55-.82 6.2-4 6.2-7.79s-2.65-6.97-6.2-7.79c-.44-.1-.75-.51-.75-.97 0-.64.6-1.13 1.22-.98C18.7 3.29 22 7.27 22 12z"})
"SlowMotionVideoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/slow_motion_video_sharp.cljs
================================================
(ns reagent-mui.icons.slow-motion-video-sharp
"Imports @mui/icons-material/SlowMotionVideoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def slow-motion-video-sharp (create-svg-icon (e "path" #js {"d" "M13.05 9.79 10 7.5v9l3.05-2.29L16 12l-2.95-2.21zm0 0L10 7.5v9l3.05-2.29L16 12l-2.95-2.21zm0 0L10 7.5v9l3.05-2.29L16 12l-2.95-2.21zM11 4.07V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69c1.11-.86 2.44-1.44 3.9-1.62zM5.69 7.1 4.26 5.68C3.05 7.16 2.25 8.99 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9zM4.07 13H2.05c.2 2.01 1 3.84 2.21 5.32l1.43-1.43c-.86-1.1-1.44-2.43-1.62-3.89zm1.61 6.74C7.16 20.95 9 21.75 11 21.95v-2.02c-1.46-.18-2.79-.76-3.9-1.62l-1.42 1.43zM22 12c0 5.16-3.92 9.42-8.95 9.95v-2.02C16.97 19.41 20 16.05 20 12s-3.03-7.41-6.95-7.93V2.05C18.08 2.58 22 6.84 22 12z"})
"SlowMotionVideoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/slow_motion_video_two_tone.cljs
================================================
(ns reagent-mui.icons.slow-motion-video-two-tone
"Imports @mui/icons-material/SlowMotionVideoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def slow-motion-video-two-tone (create-svg-icon (e "path" #js {"d" "m4.26 18.32 1.43-1.43c-.86-1.1-1.44-2.43-1.62-3.89H2.05c.2 2.01 1 3.84 2.21 5.32zM7.1 5.69c1.11-.86 2.44-1.44 3.9-1.62V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69zM2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9L4.26 5.68C3.05 7.16 2.25 8.99 2.05 11zm11-8.95v2.02C16.97 4.59 20 7.95 20 12s-3.03 7.41-6.95 7.93v2.02C18.08 21.42 22 17.16 22 12c0-5.16-3.92-9.42-8.95-9.95zM16 12l-2.95-2.21L10 7.5v9l3.05-2.29zM5.68 19.74C7.16 20.95 9 21.75 11 21.95v-2.02c-1.46-.18-2.79-.76-3.9-1.62l-1.42 1.43z"})
"SlowMotionVideoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/smart_button.cljs
================================================
(ns reagent-mui.icons.smart-button
"Imports @mui/icons-material/SmartButton as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-button (create-svg-icon (e "path" #js {"d" "M22 9v6c0 1.1-.9 2-2 2h-1v-2h1V9H4v6h6v2H4c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2zm-7.5 10 1.09-2.41L18 15.5l-2.41-1.09L14.5 12l-1.09 2.41L11 15.5l2.41 1.09L14.5 19zm2.5-5 .62-1.38L19 12l-1.38-.62L17 10l-.62 1.38L15 12l1.38.62L17 14zm-2.5 5 1.09-2.41L18 15.5l-2.41-1.09L14.5 12l-1.09 2.41L11 15.5l2.41 1.09L14.5 19zm2.5-5 .62-1.38L19 12l-1.38-.62L17 10l-.62 1.38L15 12l1.38.62L17 14z"})
"SmartButton"))
================================================
FILE: src/icons/reagent_mui/icons/smart_button_outlined.cljs
================================================
(ns reagent-mui.icons.smart-button-outlined
"Imports @mui/icons-material/SmartButtonOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-button-outlined (create-svg-icon (e "path" #js {"d" "M22 9v6c0 1.1-.9 2-2 2h-1v-2h1V9H4v6h6v2H4c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2zm-7.5 10 1.09-2.41L18 15.5l-2.41-1.09L14.5 12l-1.09 2.41L11 15.5l2.41 1.09L14.5 19zm2.5-5 .62-1.38L19 12l-1.38-.62L17 10l-.62 1.38L15 12l1.38.62L17 14zm-2.5 5 1.09-2.41L18 15.5l-2.41-1.09L14.5 12l-1.09 2.41L11 15.5l2.41 1.09L14.5 19zm2.5-5 .62-1.38L19 12l-1.38-.62L17 10l-.62 1.38L15 12l1.38.62L17 14z"})
"SmartButtonOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/smart_button_rounded.cljs
================================================
(ns reagent-mui.icons.smart-button-rounded
"Imports @mui/icons-material/SmartButtonRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-button-rounded (create-svg-icon (e "path" #js {"d" "M22 9v6c0 1.1-.9 2-2 2h-1v-2h1V9H4v6h6v2H4c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2zm-7.96 8.99c.18.39.73.39.91 0l.63-1.4 1.4-.63c.39-.18.39-.73 0-.91l-1.4-.63-.63-1.4c-.18-.39-.73-.39-.91 0l-.63 1.4-1.4.63c-.39.18-.39.73 0 .91l1.4.63.63 1.4zm2.7-4.56c.1.22.42.22.52 0l.36-.8.8-.36c.22-.1.22-.42 0-.52l-.8-.36-.36-.8c-.1-.22-.42-.22-.52 0l-.36.8-.8.36c-.22.1-.22.42 0 .52l.8.36.36.8z"})
"SmartButtonRounded"))
================================================
FILE: src/icons/reagent_mui/icons/smart_button_sharp.cljs
================================================
(ns reagent-mui.icons.smart-button-sharp
"Imports @mui/icons-material/SmartButtonSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-button-sharp (create-svg-icon (e "path" #js {"d" "M22 17h-3v-2h1V9H4v6h6v2H2V7h20v10zm-7.5 2 1.09-2.41L18 15.5l-2.41-1.09L14.5 12l-1.09 2.41L11 15.5l2.41 1.09L14.5 19zm2.5-5 .62-1.38L19 12l-1.38-.62L17 10l-.62 1.38L15 12l1.38.62L17 14z"})
"SmartButtonSharp"))
================================================
FILE: src/icons/reagent_mui/icons/smart_button_two_tone.cljs
================================================
(ns reagent-mui.icons.smart-button-two-tone
"Imports @mui/icons-material/SmartButtonTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-button-two-tone (create-svg-icon (e "path" #js {"d" "M22 9v6c0 1.1-.9 2-2 2h-1v-2h1V9H4v6h6v2H4c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2zm-7.5 10 1.09-2.41L18 15.5l-2.41-1.09L14.5 12l-1.09 2.41L11 15.5l2.41 1.09L14.5 19zm2.5-5 .62-1.38L19 12l-1.38-.62L17 10l-.62 1.38L15 12l1.38.62L17 14zm-2.5 5 1.09-2.41L18 15.5l-2.41-1.09L14.5 12l-1.09 2.41L11 15.5l2.41 1.09L14.5 19zm2.5-5 .62-1.38L19 12l-1.38-.62L17 10l-.62 1.38L15 12l1.38.62L17 14z"})
"SmartButtonTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/smart_display.cljs
================================================
(ns reagent-mui.icons.smart-display
"Imports @mui/icons-material/SmartDisplay as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-display (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM9.5 16.5v-9l7 4.5-7 4.5z"})
"SmartDisplay"))
================================================
FILE: src/icons/reagent_mui/icons/smart_display_outlined.cljs
================================================
(ns reagent-mui.icons.smart-display-outlined
"Imports @mui/icons-material/SmartDisplayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-display-outlined (create-svg-icon [(e "path" #js {"d" "M9.5 7.5v9l7-4.5z"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14.01H4V5.99h16v12.02z"})]
"SmartDisplayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/smart_display_rounded.cljs
================================================
(ns reagent-mui.icons.smart-display-rounded
"Imports @mui/icons-material/SmartDisplayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-display-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM9.5 14.67V9.33c0-.79.88-1.27 1.54-.84l4.15 2.67c.61.39.61 1.29 0 1.68l-4.15 2.67c-.66.43-1.54-.05-1.54-.84z"})
"SmartDisplayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/smart_display_sharp.cljs
================================================
(ns reagent-mui.icons.smart-display-sharp
"Imports @mui/icons-material/SmartDisplaySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-display-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zM9.5 16.5v-9l7 4.5-7 4.5z"})
"SmartDisplaySharp"))
================================================
FILE: src/icons/reagent_mui/icons/smart_display_two_tone.cljs
================================================
(ns reagent-mui.icons.smart-display-two-tone
"Imports @mui/icons-material/SmartDisplayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-display-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18.01h16V5.99H4v12.02zM9.5 7.5l7 4.5-7 4.5v-9z", "opacity" ".3"}) (e "path" #js {"d" "M9.5 7.5v9l7-4.5z"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14.01H4V5.99h16v12.02z"})]
"SmartDisplayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/smart_screen.cljs
================================================
(ns reagent-mui.icons.smart-screen
"Imports @mui/icons-material/SmartScreen as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-screen (create-svg-icon [(e "path" #js {"d" "M21 5H3c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-3 12H6V7h12v10z"}) (e "path" #js {"d" "M15 11.25h1.5v1.5H15zm-2.5 0H14v1.5h-1.5zm-2.5 0h1.5v1.5H10zm-2.5 0H9v1.5H7.5z"})]
"SmartScreen"))
================================================
FILE: src/icons/reagent_mui/icons/smart_screen_outlined.cljs
================================================
(ns reagent-mui.icons.smart-screen-outlined
"Imports @mui/icons-material/SmartScreenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-screen-outlined (create-svg-icon [(e "path" #js {"d" "M12.5 11.25H14v1.5h-1.5zm2.5 0h1.5v1.5H15zm-5 0h1.5v1.5H10zm-2.5 0H9v1.5H7.5z"}) (e "path" #js {"d" "M21 5H3c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zM4 17H3V7h1v10zm14 0H6V7h12v10zm3 0h-1V7h1v10z"})]
"SmartScreenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/smart_screen_rounded.cljs
================================================
(ns reagent-mui.icons.smart-screen-rounded
"Imports @mui/icons-material/SmartScreenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-screen-rounded (create-svg-icon (e "path" #js {"d" "M21 5H3c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-3 2v10H6V7h12zm-4 5c0-.41-.34-.75-.75-.75s-.75.34-.75.75.34.75.75.75.75-.34.75-.75zm-5 0c0-.41-.34-.75-.75-.75s-.75.34-.75.75.34.75.75.75S9 12.41 9 12zm7.5 0c0-.41-.34-.75-.75-.75s-.75.34-.75.75.34.75.75.75.75-.34.75-.75zm-5 0c0-.41-.34-.75-.75-.75s-.75.34-.75.75.34.75.75.75.75-.34.75-.75z"})
"SmartScreenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/smart_screen_sharp.cljs
================================================
(ns reagent-mui.icons.smart-screen-sharp
"Imports @mui/icons-material/SmartScreenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-screen-sharp (create-svg-icon [(e "path" #js {"d" "M1 5v14h22V5H1zm17 12H6V7h12v10z"}) (e "path" #js {"d" "M12.5 11.25H14v1.5h-1.5zm2.5 0h1.5v1.5H15zm-5 0h1.5v1.5H10zm-2.5 0H9v1.5H7.5z"})]
"SmartScreenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/smart_screen_two_tone.cljs
================================================
(ns reagent-mui.icons.smart-screen-two-tone
"Imports @mui/icons-material/SmartScreenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-screen-two-tone (create-svg-icon [(e "path" #js {"d" "M3 17h1V7H3v10zM20 7v10h1V7h-1z", "opacity" ".3"}) (e "path" #js {"d" "M14 11.25h-1.5v1.5H14v-1.5zm2.5 0H15v1.5h1.5v-1.5zm-5 0H10v1.5h1.5v-1.5zm-2.5 0H7.5v1.5H9v-1.5zM21 5H3c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zM4 17H3V7h1v10zm14 0H6V7h12v10zm3 0h-1V7h1v10z"})]
"SmartScreenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/smart_toy.cljs
================================================
(ns reagent-mui.icons.smart-toy
"Imports @mui/icons-material/SmartToy as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-toy (create-svg-icon (e "path" #js {"d" "M20 9V7c0-1.1-.9-2-2-2h-3c0-1.66-1.34-3-3-3S9 3.34 9 5H6c-1.1 0-2 .9-2 2v2c-1.66 0-3 1.34-3 3s1.34 3 3 3v4c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4c1.66 0 3-1.34 3-3s-1.34-3-3-3zM7.5 11.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S9.83 13 9 13s-1.5-.67-1.5-1.5zM16 17H8v-2h8v2zm-1-4c-.83 0-1.5-.67-1.5-1.5S14.17 10 15 10s1.5.67 1.5 1.5S15.83 13 15 13z"})
"SmartToy"))
================================================
FILE: src/icons/reagent_mui/icons/smart_toy_outlined.cljs
================================================
(ns reagent-mui.icons.smart-toy-outlined
"Imports @mui/icons-material/SmartToyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-toy-outlined (create-svg-icon (e "path" #js {"d" "M20 9V7c0-1.1-.9-2-2-2h-3c0-1.66-1.34-3-3-3S9 3.34 9 5H6c-1.1 0-2 .9-2 2v2c-1.66 0-3 1.34-3 3s1.34 3 3 3v4c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4c1.66 0 3-1.34 3-3s-1.34-3-3-3zm-2 10H6V7h12v12zm-9-6c-.83 0-1.5-.67-1.5-1.5S8.17 10 9 10s1.5.67 1.5 1.5S9.83 13 9 13zm7.5-1.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5zM8 15h8v2H8v-2z"})
"SmartToyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/smart_toy_rounded.cljs
================================================
(ns reagent-mui.icons.smart-toy-rounded
"Imports @mui/icons-material/SmartToyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-toy-rounded (create-svg-icon (e "path" #js {"d" "M20 9V7c0-1.1-.9-2-2-2h-3c0-1.66-1.34-3-3-3S9 3.34 9 5H6c-1.1 0-2 .9-2 2v2c-1.66 0-3 1.34-3 3s1.34 3 3 3v4c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4c1.66 0 3-1.34 3-3s-1.34-3-3-3zM7.5 11.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S9.83 13 9 13s-1.5-.67-1.5-1.5zM15 17H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1zm0-4c-.83 0-1.5-.67-1.5-1.5S14.17 10 15 10s1.5.67 1.5 1.5S15.83 13 15 13z"})
"SmartToyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/smart_toy_sharp.cljs
================================================
(ns reagent-mui.icons.smart-toy-sharp
"Imports @mui/icons-material/SmartToySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-toy-sharp (create-svg-icon (e "path" #js {"d" "M20 9V5h-5V2H9v3H4v4H1v6h3v6h16v-6h3V9h-3zM7.5 11.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S9.83 13 9 13s-1.5-.67-1.5-1.5zM16 17H8v-2h8v2zm-1-4c-.83 0-1.5-.67-1.5-1.5S14.17 10 15 10s1.5.67 1.5 1.5S15.83 13 15 13z"})
"SmartToySharp"))
================================================
FILE: src/icons/reagent_mui/icons/smart_toy_two_tone.cljs
================================================
(ns reagent-mui.icons.smart-toy-two-tone
"Imports @mui/icons-material/SmartToyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smart-toy-two-tone (create-svg-icon [(e "path" #js {"d" "M18 7H6v12h12V7zM7.5 11.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S9.83 13 9 13s-1.5-.67-1.5-1.5zM16 17H8v-2h8v2zm-1-4c-.83 0-1.5-.67-1.5-1.5S14.17 10 15 10s1.5.67 1.5 1.5S15.83 13 15 13z", "opacity" ".3"}) (e "path" #js {"d" "M8 15h8v2H8z"}) (e "path" #js {"d" "M20 9V7c0-1.1-.9-2-2-2h-3c0-1.66-1.34-3-3-3S9 3.34 9 5H6c-1.1 0-2 .9-2 2v2c-1.66 0-3 1.34-3 3s1.34 3 3 3v4c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4c1.66 0 3-1.34 3-3s-1.34-3-3-3zm-2 10H6V7h12v12z"}) (e "circle" #js {"cx" "15", "cy" "11.5", "r" "1.5"}) (e "circle" #js {"cx" "9", "cy" "11.5", "r" "1.5"})]
"SmartToyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/smartphone.cljs
================================================
(ns reagent-mui.icons.smartphone
"Imports @mui/icons-material/Smartphone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smartphone (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})
"Smartphone"))
================================================
FILE: src/icons/reagent_mui/icons/smartphone_outlined.cljs
================================================
(ns reagent-mui.icons.smartphone-outlined
"Imports @mui/icons-material/SmartphoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smartphone-outlined (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})
"SmartphoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/smartphone_rounded.cljs
================================================
(ns reagent-mui.icons.smartphone-rounded
"Imports @mui/icons-material/SmartphoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smartphone-rounded (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})
"SmartphoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/smartphone_sharp.cljs
================================================
(ns reagent-mui.icons.smartphone-sharp
"Imports @mui/icons-material/SmartphoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smartphone-sharp (create-svg-icon (e "path" #js {"d" "M5 1v22h14V1H5zm12 18H7V5h10v14z"})
"SmartphoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/smartphone_two_tone.cljs
================================================
(ns reagent-mui.icons.smartphone-two-tone
"Imports @mui/icons-material/SmartphoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smartphone-two-tone (create-svg-icon [(e "path" #js {"d" "M7 5h10v14H7z", "opacity" ".3"}) (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})]
"SmartphoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/smoke_free.cljs
================================================
(ns reagent-mui.icons.smoke-free
"Imports @mui/icons-material/SmokeFree as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smoke-free (create-svg-icon (e "path" #js {"d" "m2 6 6.99 7H2v3h9.99l7 7 1.26-1.25-17-17zm18.5 7H22v3h-1.5zM18 13h1.5v3H18zm.85-8.12c.62-.61 1-1.45 1-2.38h-1.5c0 1.02-.83 1.85-1.85 1.85v1.5c2.24 0 4 1.83 4 4.07V12H22V9.92c0-2.23-1.28-4.15-3.15-5.04zM14.5 8.7h1.53c1.05 0 1.97.74 1.97 2.05V12h1.5v-1.59c0-1.8-1.6-3.16-3.47-3.16H14.5c-1.02 0-1.85-.98-1.85-2s.83-1.75 1.85-1.75V2c-1.85 0-3.35 1.5-3.35 3.35s1.5 3.35 3.35 3.35zm2.5 7.23V13h-2.93z"})
"SmokeFree"))
================================================
FILE: src/icons/reagent_mui/icons/smoke_free_outlined.cljs
================================================
(ns reagent-mui.icons.smoke-free-outlined
"Imports @mui/icons-material/SmokeFreeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smoke-free-outlined (create-svg-icon (e "path" #js {"d" "M20.5 13H22v3h-1.5zM18 13h1.5v3H18zm-1 0h-2.34L17 15.34zm-2.5-4.35h1.53c1.05 0 1.97.74 1.97 2.05V12h1.5v-1.64c0-1.81-1.6-3.16-3.47-3.16H14.5c-1.02 0-1.85-.98-1.85-2s.83-1.75 1.85-1.75v-1.5c-1.85 0-3.35 1.5-3.35 3.35s1.5 3.35 3.35 3.35zm4.35-3.92c.62-.61 1-1.45 1-2.38h-1.5c0 1.02-.83 1.85-1.85 1.85v1.5c2.24 0 4 1.83 4 4.07V12H22V9.76c0-2.22-1.28-4.14-3.15-5.03zM3.41 4.59 2 6l7 7H2v3h10l7 7 1.41-1.41z"})
"SmokeFreeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/smoke_free_rounded.cljs
================================================
(ns reagent-mui.icons.smoke-free-rounded
"Imports @mui/icons-material/SmokeFreeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smoke-free-rounded (create-svg-icon (e "path" #js {"d" "M20.5 13H22v3h-1.5zM18 13h1.5v3H18zm-1 1.5c0-.83-.67-1.5-1.5-1.5h-.84l2.18 2.18c.1-.21.16-.44.16-.68zm1.96-12.15H19h-.04zm-.11 2.38c.38-.38.67-.84.84-1.35.16-.5-.19-1.01-.71-1.02-.34.01-.61.25-.72.58-.18.55-.62.99-1.17 1.17-.34.11-.59.39-.59.74V5c0 .37.27.69.64.75 1.93.31 3.36 2 3.36 4.02v1.48c0 .41.34.75.75.75s.75-.34.75-.75V9.76c0-2.22-1.28-4.14-3.15-5.03zm-4.24 3.92h1.42c1.05 0 1.97.74 1.97 2.05v.55c0 .41.33.75.75.75h.01c.41 0 .75-.33.75-.75v-.89c0-1.81-1.6-3.16-3.47-3.16h-1.3c-1.02 0-1.94-.73-2.07-1.75-.12-.95.46-1.7 1.3-1.93.32-.09.54-.38.54-.72 0-.49-.46-.86-.93-.72-1.42.41-2.45 1.73-2.42 3.28.02 1.85 1.61 3.29 3.45 3.29zM4.12 5.29a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L9 13H3.5c-.83 0-1.5.67-1.5 1.5S2.67 16 3.5 16H12l6.29 6.29c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L4.12 5.29z"})
"SmokeFreeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/smoke_free_sharp.cljs
================================================
(ns reagent-mui.icons.smoke-free-sharp
"Imports @mui/icons-material/SmokeFreeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smoke-free-sharp (create-svg-icon (e "path" #js {"d" "M20.5 13H22v3h-1.5zm-6-4.35h1.53c1.05 0 1.97.74 1.97 2.05V12h1.5v-1.64c0-1.81-1.6-3.16-3.47-3.16H14.5c-1.02 0-1.85-.98-1.85-2s.83-1.75 1.85-1.75v-1.5c-1.85 0-3.35 1.5-3.35 3.35s1.5 3.35 3.35 3.35zM17 13h-2.34L17 15.34zm1.85-8.27c.62-.61 1-1.45 1-2.38h-1.5c0 1.02-.83 1.85-1.85 1.85v1.5c2.24 0 4 1.83 4 4.07V12H22V9.76c0-2.22-1.28-4.14-3.15-5.03zM18 13h1.5v3H18zM3.41 4.59 2 6l7 7H2v3h10l7 7 1.41-1.41z"})
"SmokeFreeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/smoke_free_two_tone.cljs
================================================
(ns reagent-mui.icons.smoke-free-two-tone
"Imports @mui/icons-material/SmokeFreeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smoke-free-two-tone (create-svg-icon (e "path" #js {"d" "M20.5 13H22v3h-1.5zM18 13h1.5v3H18zm.85-8.27c.62-.61 1-1.45 1-2.38h-1.5c0 1.02-.83 1.85-1.85 1.85v1.5c2.24 0 4 1.83 4 4.07V12H22V9.76c0-2.22-1.28-4.14-3.15-5.03zM14.5 8.65h1.53c1.05 0 1.97.74 1.97 2.05V12h1.5v-1.64c0-1.81-1.6-3.16-3.47-3.16H14.5c-1.02 0-1.85-.98-1.85-2s.83-1.75 1.85-1.75v-1.5c-1.85 0-3.35 1.5-3.35 3.35s1.5 3.35 3.35 3.35zM17 13h-2.34L17 15.34zM3.41 4.59 2 6l7 7H2v3h10l7 7 1.41-1.41z"})
"SmokeFreeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/smoking_rooms.cljs
================================================
(ns reagent-mui.icons.smoking-rooms
"Imports @mui/icons-material/SmokingRooms as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smoking-rooms (create-svg-icon (e "path" #js {"d" "M2 16h15v3H2zm18.5 0H22v3h-1.5zM18 16h1.5v3H18zm.85-8.27c.62-.61 1-1.45 1-2.38C19.85 3.5 18.35 2 16.5 2v1.5c1.02 0 1.85.83 1.85 1.85S17.52 7.2 16.5 7.2v1.5c2.24 0 4 1.83 4 4.07V15H22v-2.24c0-2.22-1.28-4.14-3.15-5.03zm-2.82 2.47H14.5c-1.02 0-1.85-.98-1.85-2s.83-1.75 1.85-1.75v-1.5c-1.85 0-3.35 1.5-3.35 3.35s1.5 3.35 3.35 3.35h1.53c1.05 0 1.97.74 1.97 2.05V15h1.5v-1.64c0-1.81-1.6-3.16-3.47-3.16z"})
"SmokingRooms"))
================================================
FILE: src/icons/reagent_mui/icons/smoking_rooms_outlined.cljs
================================================
(ns reagent-mui.icons.smoking-rooms-outlined
"Imports @mui/icons-material/SmokingRoomsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smoking-rooms-outlined (create-svg-icon (e "path" #js {"d" "M18 16h1.5v3H18zM2 16h15v3H2zm14.03-5.8H14.5c-1.02 0-1.85-.98-1.85-2s.83-1.75 1.85-1.75v-1.5c-1.85 0-3.35 1.5-3.35 3.35s1.5 3.35 3.35 3.35h1.53c1.05 0 1.97.74 1.97 2.05V15h1.5v-1.64c0-1.81-1.6-3.16-3.47-3.16zM20.5 16H22v3h-1.5zm-1.65-8.27c.62-.61 1-1.45 1-2.38C19.85 3.5 18.35 2 16.5 2v1.5c1.02 0 1.85.83 1.85 1.85S17.52 7.2 16.5 7.2v1.5c2.24 0 4 1.83 4 4.07V15H22v-2.24c0-2.22-1.28-4.14-3.15-5.03z"})
"SmokingRoomsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/smoking_rooms_rounded.cljs
================================================
(ns reagent-mui.icons.smoking-rooms-rounded
"Imports @mui/icons-material/SmokingRoomsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smoking-rooms-rounded (create-svg-icon (e "path" #js {"d" "M15.5 16h-12c-.83 0-1.5.67-1.5 1.5S2.67 19 3.5 19h12c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5zm3.35-8.27c.62-.61 1-1.45 1-2.38 0-1.51-1-2.79-2.38-3.21-.48-.14-.97.22-.97.72 0 .33.21.62.52.71.77.23 1.33.94 1.33 1.78 0 .82-.53 1.51-1.27 1.76-.33.11-.58.39-.58.74V8c0 .37.27.69.64.75 1.93.31 3.36 2 3.36 4.02v1.48c0 .41.34.75.75.75s.75-.34.75-.75v-1.49c0-2.22-1.28-4.14-3.15-5.03zm-2.82 2.47h-1.3c-1.02 0-1.94-.73-2.07-1.75-.12-.95.46-1.7 1.3-1.93.32-.09.54-.38.54-.72 0-.49-.46-.86-.93-.72-1.42.41-2.45 1.73-2.42 3.28.03 1.84 1.62 3.29 3.46 3.29h1.42c1.05 0 1.97.74 1.97 2.05v.55c0 .41.33.75.75.75h.01c.41 0 .75-.33.75-.75v-.89c-.01-1.81-1.61-3.16-3.48-3.16zM18 16h1.5v3H18zm2.5 0H22v3h-1.5z"})
"SmokingRoomsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/smoking_rooms_sharp.cljs
================================================
(ns reagent-mui.icons.smoking-rooms-sharp
"Imports @mui/icons-material/SmokingRoomsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smoking-rooms-sharp (create-svg-icon (e "path" #js {"d" "M2 16h15v3H2v-3zm18.5 0H22v3h-1.5v-3zM18 16h1.5v3H18v-3zm.85-8.27c.62-.61 1-1.45 1-2.38C19.85 3.5 18.35 2 16.5 2v1.5c1.02 0 1.85.83 1.85 1.85S17.52 7.2 16.5 7.2v1.5c2.24 0 4 1.83 4 4.07V15H22v-2.24c0-2.22-1.28-4.14-3.15-5.03zm-2.82 2.47H14.5c-1.02 0-1.85-.98-1.85-2s.83-1.75 1.85-1.75v-1.5c-1.85 0-3.35 1.5-3.35 3.35s1.5 3.35 3.35 3.35h1.53c1.05 0 1.97.74 1.97 2.05V15h1.5v-1.64c0-1.81-1.6-3.16-3.47-3.16z"})
"SmokingRoomsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/smoking_rooms_two_tone.cljs
================================================
(ns reagent-mui.icons.smoking-rooms-two-tone
"Imports @mui/icons-material/SmokingRoomsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def smoking-rooms-two-tone (create-svg-icon [(e "path" #js {"d" "M2 16h15v3H2v-3zm18.5 0H22v3h-1.5v-3zM18 16h1.5v3H18v-3zm.85-8.27c.62-.61 1-1.45 1-2.38C19.85 3.5 18.35 2 16.5 2v1.5c1.02 0 1.85.83 1.85 1.85S17.52 7.2 16.5 7.2v1.5c2.24 0 4 1.83 4 4.07V15H22v-2.24c0-2.22-1.28-4.14-3.15-5.03zm-2.82 2.47H14.5c-1.02 0-1.85-.98-1.85-2s.83-1.75 1.85-1.75v-1.5c-1.85 0-3.35 1.5-3.35 3.35s1.5 3.35 3.35 3.35h1.53c1.05 0 1.97.74 1.97 2.05V15h1.5v-1.64c0-1.81-1.6-3.16-3.47-3.16z", "opacity" ".3"}) (e "path" #js {"d" "M2 16h15v3H2v-3zm18.5 0H22v3h-1.5v-3zM18 16h1.5v3H18v-3zm.85-8.27c.62-.61 1-1.45 1-2.38C19.85 3.5 18.35 2 16.5 2v1.5c1.02 0 1.85.83 1.85 1.85S17.52 7.2 16.5 7.2v1.5c2.24 0 4 1.83 4 4.07V15H22v-2.24c0-2.22-1.28-4.14-3.15-5.03zm-2.82 2.47H14.5c-1.02 0-1.85-.98-1.85-2s.83-1.75 1.85-1.75v-1.5c-1.85 0-3.35 1.5-3.35 3.35s1.5 3.35 3.35 3.35h1.53c1.05 0 1.97.74 1.97 2.05V15h1.5v-1.64c0-1.81-1.6-3.16-3.47-3.16z"})]
"SmokingRoomsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sms.cljs
================================================
(ns reagent-mui.icons.sms
"Imports @mui/icons-material/Sms as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sms (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 11H7V9h2v2zm4 0h-2V9h2v2zm4 0h-2V9h2v2z"})
"Sms"))
================================================
FILE: src/icons/reagent_mui/icons/sms_failed.cljs
================================================
(ns reagent-mui.icons.sms-failed
"Imports @mui/icons-material/SmsFailed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sms-failed (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 12h-2v-2h2v2zm0-4h-2V6h2v4z"})
"SmsFailed"))
================================================
FILE: src/icons/reagent_mui/icons/sms_failed_outlined.cljs
================================================
(ns reagent-mui.icons.sms-failed-outlined
"Imports @mui/icons-material/SmsFailedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sms-failed-outlined (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zm-9-4h2v2h-2zm0-6h2v4h-2z"})
"SmsFailedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sms_failed_rounded.cljs
================================================
(ns reagent-mui.icons.sms-failed-rounded
"Imports @mui/icons-material/SmsFailedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sms-failed-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 12h-2v-2h2v2zm-1-4c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1z"})
"SmsFailedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sms_failed_sharp.cljs
================================================
(ns reagent-mui.icons.sms-failed-sharp
"Imports @mui/icons-material/SmsFailedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sms-failed-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v20l4-4h16V2zm-9 12h-2v-2h2v2zm0-4h-2V6h2v4z"})
"SmsFailedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sms_failed_two_tone.cljs
================================================
(ns reagent-mui.icons.sms-failed-two-tone
"Imports @mui/icons-material/SmsFailedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sms-failed-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17.17 5.17 16H20V4H4v13.17zM11 6h2v4h-2V6zm0 6h2v2h-2v-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zm-9-4h2v2h-2zm0-6h2v4h-2z"})]
"SmsFailedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sms_outlined.cljs
================================================
(ns reagent-mui.icons.sms-outlined
"Imports @mui/icons-material/SmsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sms-outlined (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zM7 9h2v2H7zm8 0h2v2h-2zm-4 0h2v2h-2z"})
"SmsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sms_rounded.cljs
================================================
(ns reagent-mui.icons.sms-rounded
"Imports @mui/icons-material/SmsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sms-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 11H7V9h2v2zm4 0h-2V9h2v2zm4 0h-2V9h2v2z"})
"SmsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sms_sharp.cljs
================================================
(ns reagent-mui.icons.sms-sharp
"Imports @mui/icons-material/SmsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sms-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v20l4-4h16V2zM9 11H7V9h2v2zm4 0h-2V9h2v2zm4 0h-2V9h2v2z"})
"SmsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sms_two_tone.cljs
================================================
(ns reagent-mui.icons.sms-two-tone
"Imports @mui/icons-material/SmsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sms-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17.17 5.17 16H20V4H4v13.17zM15 9h2v2h-2V9zm-4 0h2v2h-2V9zM7 9h2v2H7V9z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zM7 9h2v2H7zm8 0h2v2h-2zm-4 0h2v2h-2z"})]
"SmsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/snippet_folder.cljs
================================================
(ns reagent-mui.icons.snippet-folder
"Imports @mui/icons-material/SnippetFolder as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snippet-folder (create-svg-icon (e "path" #js {"d" "m15.88 10.5 1.62 1.62v3.38h-3v-5h1.38zM22 8v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2l.01-12c0-1.1.89-2 1.99-2h6l2 2h8c1.1 0 2 .9 2 2zm-3 3.5L16.5 9H13v8h6v-5.5z"})
"SnippetFolder"))
================================================
FILE: src/icons/reagent_mui/icons/snippet_folder_outlined.cljs
================================================
(ns reagent-mui.icons.snippet-folder-outlined
"Imports @mui/icons-material/SnippetFolderOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snippet-folder-outlined (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l2 2H20v10zm-2.5-5.88v3.38h-3v-5h1.38l1.62 1.62zM13 9v8h6v-5.5L16.5 9H13z"})
"SnippetFolderOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/snippet_folder_rounded.cljs
================================================
(ns reagent-mui.icons.snippet-folder-rounded
"Imports @mui/icons-material/SnippetFolderRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snippet-folder-rounded (create-svg-icon (e "path" #js {"d" "m15.88 10.5 1.62 1.62v3.38h-3v-5h1.38zM22 8v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2l.01-12c0-1.1.89-2 1.99-2h5.17c.53 0 1.04.21 1.41.59L12 6h8c1.1 0 2 .9 2 2zm-3 3.91c0-.27-.11-.52-.29-.71L16.8 9.29c-.19-.18-.45-.29-.71-.29H14c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-4.09z"})
"SnippetFolderRounded"))
================================================
FILE: src/icons/reagent_mui/icons/snippet_folder_sharp.cljs
================================================
(ns reagent-mui.icons.snippet-folder-sharp
"Imports @mui/icons-material/SnippetFolderSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snippet-folder-sharp (create-svg-icon (e "path" #js {"d" "m12 6-2-2H2v16h20V6H12zm7 11h-6V9h3.5l2.5 2.5V17zm-3.12-6.5 1.62 1.62v3.38h-3v-5h1.38z"})
"SnippetFolderSharp"))
================================================
FILE: src/icons/reagent_mui/icons/snippet_folder_two_tone.cljs
================================================
(ns reagent-mui.icons.snippet-folder-two-tone
"Imports @mui/icons-material/SnippetFolderTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snippet-folder-two-tone (create-svg-icon [(e "path" #js {"d" "M9.17 6H4v12h16V8h-8.83l-2-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l2 2H20v10zm-2.5-5.88v3.38h-3v-5h1.38l1.62 1.62zM16.5 9H13v8h6v-5.5L16.5 9z"})]
"SnippetFolderTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/snooze.cljs
================================================
(ns reagent-mui.icons.snooze
"Imports @mui/icons-material/Snooze as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snooze (create-svg-icon (e "path" #js {"d" "M7.88 3.39 6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm-3-9h3.63L9 15.2V17h6v-2h-3.63L15 10.8V9H9v2z"})
"Snooze"))
================================================
FILE: src/icons/reagent_mui/icons/snooze_outlined.cljs
================================================
(ns reagent-mui.icons.snooze-outlined
"Imports @mui/icons-material/SnoozeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snooze-outlined (create-svg-icon (e "path" #js {"d" "M9 11h3.63L9 15.2V17h6v-2h-3.63L15 10.8V9H9v2zm7.056-7.654 1.282-1.535 4.607 3.85-1.28 1.54zM3.336 7.19l-1.28-1.536L6.662 1.81l1.28 1.536zM12 6c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7m0-2c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9z"})
"SnoozeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/snooze_rounded.cljs
================================================
(ns reagent-mui.icons.snooze-rounded
"Imports @mui/icons-material/SnoozeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snooze-rounded (create-svg-icon (e "path" #js {"d" "M10 11h2.63l-3.72 4.35C8.36 16 8.82 17 9.67 17H14c.55 0 1-.45 1-1s-.45-1-1-1h-2.63l3.72-4.35c.55-.65.09-1.65-.76-1.65H10c-.55 0-1 .45-1 1s.45 1 1 1zm11.3-4.58c-.35.42-.98.48-1.41.13l-3.07-2.56c-.42-.36-.48-.99-.12-1.41.35-.42.98-.48 1.41-.13l3.07 2.56c.42.36.48.99.12 1.41zm-18.6 0c.35.43.98.48 1.4.13l3.07-2.56c.43-.36.49-.99.13-1.41-.35-.43-.98-.48-1.4-.13L2.82 5.01c-.42.36-.48.99-.12 1.41zM12 6c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7m0-2c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9z"})
"SnoozeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/snooze_sharp.cljs
================================================
(ns reagent-mui.icons.snooze-sharp
"Imports @mui/icons-material/SnoozeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snooze-sharp (create-svg-icon (e "path" #js {"d" "M9 11h3.63L9 15.2V17h6v-2h-3.63L15 10.8V9H9v2zm7.056-7.654 1.282-1.535 4.607 3.85-1.28 1.54zM3.336 7.19l-1.28-1.536L6.662 1.81l1.28 1.536zM12 6c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7m0-2c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9z"})
"SnoozeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/snooze_two_tone.cljs
================================================
(ns reagent-mui.icons.snooze-two-tone
"Imports @mui/icons-material/SnoozeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snooze-two-tone (create-svg-icon (e "path" #js {"d" "M9 11h3.63L9 15.2V17h6v-2h-3.63L15 10.8V9H9zm8.337-9.19 4.607 3.845-1.28 1.535-4.61-3.843zm-10.674 0 1.282 1.536L3.337 7.19l-1.28-1.536zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})
"SnoozeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/snowboarding.cljs
================================================
(ns reagent-mui.icons.snowboarding
"Imports @mui/icons-material/Snowboarding as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snowboarding (create-svg-icon (e "path" #js {"d" "M14 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm7.4 17.09c-.23-.05-.46.02-.64.17-.69.6-1.64.88-2.6.67L17 20.69l-1-6.19-3.32-2.67 1.8-2.89C15.63 10.78 17.68 12 20 12v-2c-1.85 0-3.44-1.12-4.13-2.72l-.52-1.21C15.16 5.64 14.61 5 13.7 5H8L5.5 9l1.7 1.06L9.1 7h2.35l-2.51 3.99c-.28.45-.37 1-.25 1.52L9.5 16 6 18.35l-.47-.1c-.96-.2-1.71-.85-2.1-1.67-.1-.21-.28-.37-.51-.42-.43-.09-.82.2-.9.58-.04.14-.02.31.05.46.58 1.24 1.71 2.2 3.15 2.51l12.63 2.69c1.44.31 2.86-.11 3.9-1.01.13-.11.21-.26.24-.41.07-.38-.16-.8-.59-.89zM8.73 18.93l3.02-2.03-.44-3.32 2.84 2.02.75 4.64-6.17-1.31z"})
"Snowboarding"))
================================================
FILE: src/icons/reagent_mui/icons/snowboarding_outlined.cljs
================================================
(ns reagent-mui.icons.snowboarding-outlined
"Imports @mui/icons-material/SnowboardingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snowboarding-outlined (create-svg-icon (e "path" #js {"d" "M14 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm7.4 17.09c-.23-.05-.46.02-.64.17-.69.6-1.64.88-2.6.67L17 20.69l-1-6.19-3.32-2.67 1.8-2.89C15.63 10.78 17.68 12 20 12v-2c-1.85 0-3.44-1.12-4.13-2.72l-.52-1.21C15.16 5.64 14.61 5 13.7 5H8L5.5 9l1.7 1.06L9.1 7h2.35l-2.51 3.99c-.28.45-.37 1-.25 1.52L9.5 16 6 18.35l-.47-.1c-.96-.2-1.71-.85-2.1-1.67-.1-.21-.28-.37-.51-.42-.43-.09-.82.2-.9.58-.04.14-.02.31.05.46.58 1.24 1.71 2.2 3.15 2.51l12.63 2.69c1.44.31 2.86-.11 3.9-1.01.13-.11.21-.26.24-.41.07-.38-.16-.8-.59-.89zM8.73 18.93l3.02-2.03-.44-3.32 2.84 2.02.75 4.64-6.17-1.31z"})
"SnowboardingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/snowboarding_rounded.cljs
================================================
(ns reagent-mui.icons.snowboarding-rounded
"Imports @mui/icons-material/SnowboardingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snowboarding-rounded (create-svg-icon (e "path" #js {"d" "M14 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM6.35 9.53c.47.29 1.09.15 1.38-.32L9.1 7h2.35l-2.51 3.99c-.28.45-.37 1-.25 1.52L9.5 16 6 18.35l-.47-.1c-.96-.2-1.71-.85-2.1-1.67-.1-.21-.28-.37-.51-.42-.43-.09-.82.2-.9.58-.04.14-.02.31.05.46.58 1.24 1.71 2.2 3.15 2.51l12.63 2.69c1.44.31 2.86-.11 3.9-1.01.13-.11.21-.26.24-.41.08-.38-.16-.8-.59-.89-.23-.05-.46.02-.64.17-.69.6-1.64.88-2.6.67L17 20.69l-.88-5.43c-.08-.49-.34-.93-.72-1.24l-2.72-2.19 1.8-2.89c.96 1.53 2.54 2.64 4.39 2.96.6.11 1.13-.39 1.13-1 0-.48-.35-.89-.83-.98-1.49-.28-2.72-1.29-3.3-2.64l-.52-1.21C15.16 5.64 14.61 5 13.7 5H9.11c-.69 0-1.33.36-1.7.94L6.03 8.15c-.29.47-.15 1.09.32 1.38zm2.38 9.4 2.25-1.51c.47-.32.73-.88.65-1.44l-.32-2.4 2.84 2.02.75 4.64-6.17-1.31z"})
"SnowboardingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/snowboarding_sharp.cljs
================================================
(ns reagent-mui.icons.snowboarding-sharp
"Imports @mui/icons-material/SnowboardingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snowboarding-sharp (create-svg-icon (e "path" #js {"d" "M14 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm7.4 17.09c-.23-.05-.46.02-.64.17-.69.6-1.64.88-2.6.67L17 20.69l-1-6.19-3.32-2.67 1.8-2.89C15.63 10.78 17.68 12 20 12v-2c-1.85 0-3.44-1.12-4.13-2.72l-.52-1.21C15.16 5.64 14.61 5 13.7 5H8L5.5 9l1.7 1.06L9.1 7h2.35L8.5 11.7l1 4.3L6 18.35l-.47-.1c-.96-.2-1.71-.85-2.1-1.67-.1-.21-.28-.37-.51-.42-.43-.09-.82.2-.9.58-.04.14-.02.31.05.46.58 1.24 1.71 2.2 3.15 2.51l12.63 2.69c1.44.31 2.86-.11 3.9-1.01.13-.11.21-.26.24-.41.07-.38-.16-.8-.59-.89zM8.73 18.93l3.02-2.03-.44-3.32 2.84 2.02.75 4.64-6.17-1.31z"})
"SnowboardingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/snowboarding_two_tone.cljs
================================================
(ns reagent-mui.icons.snowboarding-two-tone
"Imports @mui/icons-material/SnowboardingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snowboarding-two-tone (create-svg-icon (e "path" #js {"d" "M14 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm7.4 17.09c-.23-.05-.46.02-.64.17-.69.6-1.64.88-2.6.67L17 20.69l-1-6.19-3.32-2.67 1.8-2.89C15.63 10.78 17.68 12 20 12v-2c-1.85 0-3.44-1.12-4.13-2.72l-.52-1.21C15.16 5.64 14.61 5 13.7 5H8L5.5 9l1.7 1.06L9.1 7h2.35l-2.51 3.99c-.28.45-.37 1-.25 1.52L9.5 16 6 18.35l-.47-.1c-.96-.2-1.71-.85-2.1-1.67-.1-.21-.28-.37-.51-.42-.43-.09-.82.2-.9.58-.04.14-.02.31.05.46.58 1.24 1.71 2.2 3.15 2.51l12.63 2.69c1.44.31 2.86-.11 3.9-1.01.13-.11.21-.26.24-.41.07-.38-.16-.8-.59-.89zM8.73 18.93l3.02-2.03-.44-3.32 2.84 2.02.75 4.64-6.17-1.31z"})
"SnowboardingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/snowmobile.cljs
================================================
(ns reagent-mui.icons.snowmobile
"Imports @mui/icons-material/Snowmobile as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snowmobile (create-svg-icon (e "path" #js {"d" "M22 17c0 .55-.45 1-1 1h-.17l-2.2-2.2C20.58 15.37 22 14.4 22 13c0-1-8-8-8-8h-3v2h2.25l1.45 1.3L11 11l-9.5-1L0 13l4.54 1.36-3.49 1.88C-.77 17.22-.07 20 2 20h6c2.21 0 4-1.79 4-4h4l2 2h-3v2h6c1.66 0 3-1.34 3-3h-2zM8 18H2l5.25-2.83L10 16c0 1.1-.89 2-2 2z"})
"Snowmobile"))
================================================
FILE: src/icons/reagent_mui/icons/snowmobile_outlined.cljs
================================================
(ns reagent-mui.icons.snowmobile-outlined
"Imports @mui/icons-material/SnowmobileOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snowmobile-outlined (create-svg-icon (e "path" #js {"d" "M22 17c0 .55-.45 1-1 1h-.17l-2.2-2.2C20.58 15.37 22 14.4 22 13c0-1-8-8-8-8h-3v2h2.25l.8.72L11 10 2 9l-2 4 4.54 1.36-3.49 1.88C-.77 17.22-.07 20 2 20h6c2.21 0 4-1.79 4-4h4l2 2h-3v2h6c1.66 0 3-1.34 3-3h-2zM8 18H2l5.25-2.83L10 16c0 1.1-.89 2-2 2zm9-4h-6.7l-7.45-2.23.31-.62 8.44.85 3.93-2.94s3.77 3.44 4.27 4.14c0 0-1.1.8-2.8.8z"})
"SnowmobileOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/snowmobile_rounded.cljs
================================================
(ns reagent-mui.icons.snowmobile-rounded
"Imports @mui/icons-material/SnowmobileRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snowmobile-rounded (create-svg-icon (e "path" #js {"d" "M11 6c0 .55.45 1 1 1h1.25l1.45 1.3L11 11l-9.12-.96c-1-.11-1.88.68-1.88 1.69 0 .75.49 1.41 1.21 1.63l3.33 1-3.49 1.88C-.77 17.22-.07 20 2 20h6c2.21 0 4-1.79 4-4h4l2 2h-2c-.55 0-1 .45-1 1s.45 1 1 1h5c1.13 0 2.11-.62 2.63-1.55.36-.65-.15-1.45-.9-1.45-.34 0-.68.16-.84.47-.17.31-.51.53-.89.53h-.17l-2.2-2.2C20.58 15.37 22 14.4 22 13c0-.89-7.72-7.75-7.72-7.75-.18-.16-.41-.25-.66-.25H12c-.55 0-1 .45-1 1zM8 18H2l5.25-2.83L10 16c0 1.1-.89 2-2 2z"})
"SnowmobileRounded"))
================================================
FILE: src/icons/reagent_mui/icons/snowmobile_sharp.cljs
================================================
(ns reagent-mui.icons.snowmobile-sharp
"Imports @mui/icons-material/SnowmobileSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snowmobile-sharp (create-svg-icon (e "path" #js {"d" "M22 17c0 .55-.45 1-1 1h-.17l-2.2-2.2C21.6 15.18 23 13 23 13l-9-8h-3v2h2.25l1.45 1.3L11 11l-9.5-1L0 13l4.54 1.36-3.49 1.88C-.77 17.22-.07 20 2 20h6c2.21 0 4-1.79 4-4h4l2 2h-3v2h6c1.66 0 3-1.34 3-3h-2zM8 18H2l5.25-2.83L10 16c0 1.1-.89 2-2 2z"})
"SnowmobileSharp"))
================================================
FILE: src/icons/reagent_mui/icons/snowmobile_two_tone.cljs
================================================
(ns reagent-mui.icons.snowmobile-two-tone
"Imports @mui/icons-material/SnowmobileTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snowmobile-two-tone (create-svg-icon [(e "path" #js {"d" "M17 14h-6.7l-7.45-2.23.31-.62 8.44.85 3.93-2.94s3.77 3.44 4.27 4.14c0 0-1.1.8-2.8.8z", "opacity" ".3"}) (e "path" #js {"d" "M22 17c0 .55-.45 1-1 1h-.17l-2.2-2.2C20.58 15.37 22 14.4 22 13c0-1-8-8-8-8h-3v2h2.25l.8.72L11 10 2 9l-2 4 4.54 1.36-3.49 1.88C-.77 17.22-.07 20 2 20h6c2.21 0 4-1.79 4-4h4l2 2h-3v2h6c1.66 0 3-1.34 3-3h-2zM8 18H2l5.25-2.83L10 16c0 1.1-.89 2-2 2zm9-4h-6.7l-7.45-2.23.31-.62 8.44.85 3.93-2.94s3.77 3.44 4.27 4.14c0 0-1.1.8-2.8.8z"})]
"SnowmobileTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/snowshoeing.cljs
================================================
(ns reagent-mui.icons.snowshoeing
"Imports @mui/icons-material/Snowshoeing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snowshoeing (create-svg-icon (e "path" #js {"d" "M12.5 3.5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM6.32 19.03l-1.14-1.47L4 18.5l2.38 3.04c.51.65 1.16 1.15 1.88 1.41.28.1.53.04.72-.11.3-.23.42-.7.12-1.07-.08-.1-.2-.17-.31-.22-.43-.18-.82-.45-1.14-.83l-.08-.1L11 18.2l.89-3.22 2.11 2v4.52h-2V23h3.87c.82 0 1.61-.21 2.26-.61.26-.16.37-.39.37-.64 0-.38-.3-.75-.77-.75-.13 0-.26.04-.37.1-.4.23-.87.37-1.36.4v-6.02l-2.11-2 .6-3C15.79 11.98 17.8 13 20 13v-2c-1.9 0-3.51-1.02-4.31-2.42l-1-1.58c-.4-.6-1-1-1.7-1-.75 0-1.41.34-5.99 2.28V13h2V9.58l1.79-.7L9.2 17l-2.88 2.03z"})
"Snowshoeing"))
================================================
FILE: src/icons/reagent_mui/icons/snowshoeing_outlined.cljs
================================================
(ns reagent-mui.icons.snowshoeing-outlined
"Imports @mui/icons-material/SnowshoeingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snowshoeing-outlined (create-svg-icon (e "path" #js {"d" "M12.5 3.5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM6.32 19.03l-1.14-1.47L4 18.5l2.38 3.04c.51.65 1.16 1.15 1.88 1.41.28.1.53.04.72-.11.3-.23.42-.7.12-1.07-.08-.1-.2-.17-.31-.22-.43-.18-.82-.45-1.14-.83l-.08-.1L11 18.2l.89-3.22 2.11 2v4.52h-2V23h3.87c.82 0 1.61-.21 2.26-.61.26-.16.37-.39.37-.64 0-.38-.3-.75-.77-.75-.13 0-.26.04-.37.1-.4.23-.87.37-1.36.4v-6.02l-2.11-2 .6-3C15.79 11.98 17.8 13 20 13v-2c-1.9 0-3.51-1.02-4.31-2.42l-1-1.58c-.4-.6-1-1-1.7-1-.75 0-1.41.34-5.99 2.28V13h2V9.58l1.79-.7L9.2 17l-2.88 2.03z"})
"SnowshoeingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/snowshoeing_rounded.cljs
================================================
(ns reagent-mui.icons.snowshoeing-rounded
"Imports @mui/icons-material/SnowshoeingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snowshoeing-rounded (create-svg-icon (e "path" #js {"d" "M12.5 3.5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm7.5 8.41c0-.49-.36-.9-.84-.98-1.53-.25-2.79-1.16-3.47-2.35l-1-1.58c-.4-.6-1-1-1.7-1-.68 0-1.28.28-4.77 1.76C7.49 8.07 7 8.8 7 9.6V12c0 .55.45 1 1 1s1-.45 1-1V9.58l1.79-.7L9.2 17l-2.88 2.03-1.14-1.47L4 18.5l2.38 3.04c.51.65 1.16 1.15 1.88 1.41.28.1.53.04.72-.11.3-.23.42-.7.12-1.07-.08-.1-.2-.17-.31-.22-.43-.18-.82-.45-1.14-.83l-.08-.1 2.85-2.01c.38-.27.65-.66.77-1.1l.7-2.53 2.11 2v4.52h-2V23h3.87c.82 0 1.61-.21 2.26-.61.26-.16.37-.39.37-.64 0-.38-.3-.75-.77-.75-.13 0-.26.04-.37.1-.4.23-.87.37-1.36.4v-5.16c0-.55-.23-1.07-.62-1.45l-1.49-1.41.6-3c1.07 1.24 2.63 2.15 4.37 2.43.6.1 1.14-.39 1.14-1z"})
"SnowshoeingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/snowshoeing_sharp.cljs
================================================
(ns reagent-mui.icons.snowshoeing-sharp
"Imports @mui/icons-material/SnowshoeingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snowshoeing-sharp (create-svg-icon (e "path" #js {"d" "M12.5 3.5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM6.32 19.03l-1.14-1.47L4 18.5l2.38 3.04c.51.65 1.16 1.15 1.88 1.41.28.1.53.04.72-.11.3-.23.42-.7.12-1.07-.08-.1-.2-.17-.31-.22-.43-.18-.82-.45-1.14-.83l-.08-.1L11 18.2l.89-3.22 2.11 2v4.52h-2V23h3.87c.82 0 1.61-.21 2.26-.61.26-.16.37-.39.37-.64 0-.38-.3-.75-.77-.75-.13 0-.26.04-.37.1-.4.23-.87.37-1.36.4v-6.02l-2.11-2 .6-3C15.79 11.98 17.8 13 20 13v-2c-1.9 0-3.51-1.02-4.31-2.42l-1-1.58c-.4-.6-1-1-1.7-1-.75 0-1.41.34-5.99 2.28V13h2V9.58l1.79-.7L9.2 17l-2.88 2.03z"})
"SnowshoeingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/snowshoeing_two_tone.cljs
================================================
(ns reagent-mui.icons.snowshoeing-two-tone
"Imports @mui/icons-material/SnowshoeingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def snowshoeing-two-tone (create-svg-icon (e "path" #js {"d" "M12.5 3.5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM6.32 19.03l-1.14-1.47L4 18.5l2.38 3.04c.51.65 1.16 1.15 1.88 1.41.28.1.53.04.72-.11.3-.23.42-.7.12-1.07-.08-.1-.2-.17-.31-.22-.43-.18-.82-.45-1.14-.83l-.08-.1L11 18.2l.89-3.22 2.11 2v4.52h-2V23h3.87c.82 0 1.61-.21 2.26-.61.26-.16.37-.39.37-.64 0-.38-.3-.75-.77-.75-.13 0-.26.04-.37.1-.4.23-.87.37-1.36.4v-6.02l-2.11-2 .6-3C15.79 11.98 17.8 13 20 13v-2c-1.9 0-3.51-1.02-4.31-2.42l-1-1.58c-.4-.6-1-1-1.7-1-.75 0-1.41.34-5.99 2.28V13h2V9.58l1.79-.7L9.2 17l-2.88 2.03z"})
"SnowshoeingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/soap.cljs
================================================
(ns reagent-mui.icons.soap
"Imports @mui/icons-material/Soap as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def soap (create-svg-icon (e "path" #js {"d" "m9.12 5-7.18 6.79c-.6.56-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.75c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h7.75c.69 0 1.25-.56 1.25-1.25S20.44 17 19.75 17H12v-1h8.75c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h6.75c.69 0 1.25-.56 1.25-1.25S19.44 10 18.75 10H8.86c.64-1.11 1.48-2.58 1.49-2.61.09-.16.14-.33.14-.53 0-.26-.09-.5-.26-.7C10.22 6.12 9.12 5 9.12 5zM14 6.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75m0-1.5c-1.24 0-2.25 1.01-2.25 2.25S12.76 9.25 14 9.25 16.25 8.24 16.25 7 15.24 4.75 14 4.75zm5.75.75c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5m0-1.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM16.5 1c-.83 0-1.5.67-1.5 1.5S15.67 4 16.5 4 18 3.33 18 2.5 17.33 1 16.5 1z"})
"Soap"))
================================================
FILE: src/icons/reagent_mui/icons/soap_outlined.cljs
================================================
(ns reagent-mui.icons.soap-outlined
"Imports @mui/icons-material/SoapOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def soap-outlined (create-svg-icon (e "path" #js {"d" "M14.25 6c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75m0-1.5C13.01 4.5 12 5.51 12 6.75S13.01 9 14.25 9s2.25-1.01 2.25-2.25-1.01-2.25-2.25-2.25zm5.75 1c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5M20 4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-3.5-3c-.83 0-1.5.67-1.5 1.5S15.67 4 16.5 4 18 3.33 18 2.5 17.33 1 16.5 1zm4.25 15c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h6.75c.69 0 1.25-.56 1.25-1.25 0-.67-.53-1.2-1.18-1.24L8.87 10l1.48-2.6c.09-.17.14-.34.14-.54 0-.26-.09-.5-.26-.7L9.12 5l-7.18 6.8c-.6.56-.94 1.35-.94 2.17V20c0 1.66 1.34 3 3 3h13.75c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h7.75c.69 0 1.25-.56 1.25-1.25S20.44 17 19.75 17H12v-1h8.75zM10 21H4c-.55 0-1-.45-1-1v-6c0-.39.23-.64.36-.75L7 9.87V12h3v9z"})
"SoapOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/soap_rounded.cljs
================================================
(ns reagent-mui.icons.soap-rounded
"Imports @mui/icons-material/SoapRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def soap-rounded (create-svg-icon (e "path" #js {"d" "M14.25 6c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75m0-1.5C13.01 4.5 12 5.51 12 6.75S13.01 9 14.25 9s2.25-1.01 2.25-2.25-1.01-2.25-2.25-2.25zm5.75 1c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5M20 4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-2-1.5c0 .83-.67 1.5-1.5 1.5S15 3.33 15 2.5 15.67 1 16.5 1s1.5.67 1.5 1.5zM1.94 11.79c-.6.56-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.68c.65 0 1.25-.47 1.32-1.12.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h7.18c.65 0 1.25-.47 1.32-1.12.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h8.18c.65 0 1.25-.47 1.32-1.12.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h6.18c.65 0 1.25-.47 1.32-1.12.08-.75-.51-1.38-1.24-1.38h-9.9l1.49-2.61c.09-.16.14-.33.14-.53 0-.26-.09-.5-.26-.7l-.42-.45c-.38-.39-1.01-.41-1.41-.03l-6.46 6.11z"})
"SoapRounded"))
================================================
FILE: src/icons/reagent_mui/icons/soap_sharp.cljs
================================================
(ns reagent-mui.icons.soap-sharp
"Imports @mui/icons-material/SoapSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def soap-sharp (create-svg-icon (e "path" #js {"d" "M14.25 6c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75m0-1.5C13.01 4.5 12 5.51 12 6.75S13.01 9 14.25 9s2.25-1.01 2.25-2.25-1.01-2.25-2.25-2.25zm5.75 1c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5M20 4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-2-1.5c0 .83-.67 1.5-1.5 1.5S15 3.33 15 2.5 15.67 1 16.5 1s1.5.67 1.5 1.5zM1 12.68V23h18v-2.5h-7v-1h9V17h-9v-1h10v-2.5H12v-1h8V10H8.86l1.88-3.3L9.12 5 1 12.68z"})
"SoapSharp"))
================================================
FILE: src/icons/reagent_mui/icons/soap_two_tone.cljs
================================================
(ns reagent-mui.icons.soap-two-tone
"Imports @mui/icons-material/SoapTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def soap-two-tone (create-svg-icon [(e "path" #js {"d" "M14.25 6c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75M20 5.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5M10 21H4c-.55 0-1-.45-1-1v-6c0-.39.23-.64.36-.75L7 9.87V12h3v9z", "opacity" ".3"}) (e "path" #js {"d" "M14.25 6c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75m0-1.5C13.01 4.5 12 5.51 12 6.75S13.01 9 14.25 9s2.25-1.01 2.25-2.25-1.01-2.25-2.25-2.25zm5.75 1c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5M20 4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-3.5-3c-.83 0-1.5.67-1.5 1.5S15.67 4 16.5 4 18 3.33 18 2.5 17.33 1 16.5 1zm4.25 15c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h6.75c.69 0 1.25-.56 1.25-1.25 0-.67-.53-1.2-1.18-1.24L8.87 10l1.48-2.6c.09-.17.14-.34.14-.54 0-.26-.09-.5-.26-.7L9.12 5l-7.18 6.8c-.6.56-.94 1.35-.94 2.17V20c0 1.66 1.34 3 3 3h13.75c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h7.75c.69 0 1.25-.56 1.25-1.25S20.44 17 19.75 17H12v-1h8.75zM10 21H4c-.55 0-1-.45-1-1v-6c0-.39.23-.64.36-.75L7 9.87V12h3v9z"})]
"SoapTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/social_distance.cljs
================================================
(ns reagent-mui.icons.social-distance
"Imports @mui/icons-material/SocialDistance as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def social-distance (create-svg-icon (e "path" #js {"d" "M4 5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.78 3.58C7.93 8.21 6.99 8 6 8s-1.93.21-2.78.58C2.48 8.9 2 9.62 2 10.43V11h8v-.57c0-.81-.48-1.53-1.22-1.85zM18 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58C19.93 8.21 18.99 8 18 8c-.99 0-1.93.21-2.78.58-.74.32-1.22 1.04-1.22 1.85V11h8v-.57c0-.81-.48-1.53-1.22-1.85zM22 17l-4-4v3H6v-3l-4 4 4 4v-3h12v3l4-4z"})
"SocialDistance"))
================================================
FILE: src/icons/reagent_mui/icons/social_distance_outlined.cljs
================================================
(ns reagent-mui.icons.social-distance-outlined
"Imports @mui/icons-material/SocialDistanceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def social-distance-outlined (create-svg-icon (e "path" #js {"d" "M4 5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.78 3.58C7.93 8.21 6.99 8 6 8s-1.93.21-2.78.58C2.48 8.9 2 9.62 2 10.43V11h8v-.57c0-.81-.48-1.53-1.22-1.85zM18 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58C19.93 8.21 18.99 8 18 8c-.99 0-1.93.21-2.78.58-.74.32-1.22 1.04-1.22 1.85V11h8v-.57c0-.81-.48-1.53-1.22-1.85zm-2.77 4.43-1.41 1.41L18.17 16H5.83l1.58-1.59L6 13l-4 4 3.99 3.99 1.41-1.41L5.83 18h12.34l-1.58 1.58L18 20.99 22 17l-3.99-3.99z"})
"SocialDistanceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/social_distance_rounded.cljs
================================================
(ns reagent-mui.icons.social-distance-rounded
"Imports @mui/icons-material/SocialDistanceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def social-distance-rounded (create-svg-icon (e "path" #js {"d" "M4 5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.78 3.58C7.93 8.21 6.99 8 6 8s-1.93.21-2.78.58C2.48 8.9 2 9.62 2 10.43V11h8v-.57c0-.81-.48-1.53-1.22-1.85zM18 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58C19.93 8.21 18.99 8 18 8c-.99 0-1.93.21-2.78.58-.74.32-1.22 1.04-1.22 1.85V11h8v-.57c0-.81-.48-1.53-1.22-1.85zm.87 8.07-2.79-2.79c-.32-.32-.86-.1-.86.35V16H6v-1.79c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.2-.2.51 0 .71l2.79 2.79c.31.31.85.09.85-.36V18h12v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7z"})
"SocialDistanceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/social_distance_sharp.cljs
================================================
(ns reagent-mui.icons.social-distance-sharp
"Imports @mui/icons-material/SocialDistanceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def social-distance-sharp (create-svg-icon (e "path" #js {"d" "M4 5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.78 3.58C7.93 8.21 6.99 8 6 8s-1.93.21-2.78.58C2.48 8.9 2 9.62 2 10.43V11h8v-.57c0-.81-.48-1.53-1.22-1.85zM18 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58C19.93 8.21 18.99 8 18 8c-.99 0-1.93.21-2.78.58-.74.32-1.22 1.04-1.22 1.85V11h8v-.57c0-.81-.48-1.53-1.22-1.85zM22 17l-4-4v3H6v-3l-4 4 4 4v-3h12v3l4-4z"})
"SocialDistanceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/social_distance_two_tone.cljs
================================================
(ns reagent-mui.icons.social-distance-two-tone
"Imports @mui/icons-material/SocialDistanceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def social-distance-two-tone (create-svg-icon (e "path" #js {"d" "M4 5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.78 3.58C7.93 8.21 6.99 8 6 8s-1.93.21-2.78.58C2.48 8.9 2 9.62 2 10.43V11h8v-.57c0-.81-.48-1.53-1.22-1.85zM18 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58C19.93 8.21 18.99 8 18 8c-.99 0-1.93.21-2.78.58-.74.32-1.22 1.04-1.22 1.85V11h8v-.57c0-.81-.48-1.53-1.22-1.85zM22 17l-4-4v3H6v-3l-4 4 4 4v-3h12v3l4-4z"})
"SocialDistanceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/solar_power.cljs
================================================
(ns reagent-mui.icons.solar-power
"Imports @mui/icons-material/SolarPower as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def solar-power (create-svg-icon (e "path" #js {"d" "M3.33 16H11v-3H4zM13 16h7.67L20 13h-7zm8.11 2H13v4h9zM2 22h9v-4H2.89zm9-14h2v3h-2zm4.7644-.7948 1.4143-1.4142L19.3 7.9123l-1.4142 1.4142zm-11.0596.7076 2.1213-2.1213 1.4143 1.4142L6.119 9.327zM3 2h3v2H3zm15 0h3v2h-3zm-6 5c2.76 0 5-2.24 5-5H7c0 2.76 2.24 5 5 5z"})
"SolarPower"))
================================================
FILE: src/icons/reagent_mui/icons/solar_power_outlined.cljs
================================================
(ns reagent-mui.icons.solar-power-outlined
"Imports @mui/icons-material/SolarPowerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def solar-power-outlined (create-svg-icon (e "path" #js {"d" "M20 12H4L2 22h20l-2-10zm-1.64 2 .4 2H13v-2h5.36zM11 14v2H5.24l.4-2H11zm-6.16 4H11v2H4.44l.4-2zM13 20v-2h6.16l.4 2H13zM11 8h2v3h-2zm4.7644-.7948 1.4143-1.4142L19.3 7.9123l-1.4142 1.4142zm-11.0596.7076 2.1213-2.1213 1.4143 1.4142L6.119 9.327zM3 2h3v2H3zm15 0h3v2h-3zm-6 5c2.76 0 5-2.24 5-5h-2c0 1.65-1.35 3-3 3S9 3.65 9 2H7c0 2.76 2.24 5 5 5z"})
"SolarPowerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/solar_power_rounded.cljs
================================================
(ns reagent-mui.icons.solar-power-rounded
"Imports @mui/icons-material/SolarPowerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def solar-power-rounded (create-svg-icon (e "path" #js {"d" "M3.33 16H11v-3H5.6c-.94 0-1.75.65-1.95 1.57L3.33 16zM13 16h7.67l-.32-1.43c-.21-.92-1.02-1.57-1.95-1.57H13v3zm8.11 2H13v4h6.51c1.28 0 2.23-1.18 1.95-2.43L21.11 18zM4.49 22H11v-4H2.89l-.35 1.57C2.26 20.82 3.21 22 4.49 22zM12 8c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1s1-.45 1-1V9c0-.55-.45-1-1-1zm6.59.62c.39-.39.39-1.02 0-1.41l-.71-.71a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.71.71c.39.39 1.02.39 1.41 0zm-11.77 0 .71-.71c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-.71.7c-.39.39-.39 1.02 0 1.41.39.4 1.02.4 1.41.01zM5 2H4c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1zm15 0h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1zm-8 5c2.76 0 5-2.24 5-5H7c0 2.76 2.24 5 5 5z"})
"SolarPowerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/solar_power_sharp.cljs
================================================
(ns reagent-mui.icons.solar-power-sharp
"Imports @mui/icons-material/SolarPowerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def solar-power-sharp (create-svg-icon (e "path" #js {"d" "M3.33 16H11v-3H4zM13 16h7.67L20 13h-7zm8.11 2H13v4h9zM2 22h9v-4H2.89zm9-14h2v3h-2zm4.7644-.7948 1.4143-1.4142L19.3 7.9123l-1.4142 1.4142zm-11.0596.7076 2.1213-2.1213 1.4143 1.4142L6.119 9.327zM3 2h3v2H3zm15 0h3v2h-3zm-6 5c2.76 0 5-2.24 5-5H7c0 2.76 2.24 5 5 5z"})
"SolarPowerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/solar_power_two_tone.cljs
================================================
(ns reagent-mui.icons.solar-power-two-tone
"Imports @mui/icons-material/SolarPowerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def solar-power-two-tone (create-svg-icon [(e "path" #js {"d" "M4.44 20H11v-2H4.84zm13.92-6H13v2h5.76zM13 18v2h6.56l-.4-2zm-7.76-2H11v-2H5.64z", "opacity" ".3"}) (e "path" #js {"d" "M20 12H4L2 22h20l-2-10zm-7 2h5.36l.4 2H13v-2zm-2 6H4.44l.4-2H11v2zm0-4H5.24l.4-2H11v2zm2 4v-2h6.16l.4 2H13zM11 8h2v3h-2zm4.7644-.7948 1.4143-1.4142L19.3 7.9123l-1.4142 1.4142zm-11.0596.7076 2.1213-2.1213 1.4143 1.4142L6.119 9.327zM3 2h3v2H3zm15 0h3v2h-3zm-6 5c2.76 0 5-2.24 5-5h-2c0 1.65-1.35 3-3 3S9 3.65 9 2H7c0 2.76 2.24 5 5 5z"}) (e "path" #js {"d" "M15 2c0 1.66-1.34 3-3 3S9 3.66 9 2h6z", "opacity" ".3"})]
"SolarPowerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sort.cljs
================================================
(ns reagent-mui.icons.sort
"Imports @mui/icons-material/Sort as a Reagent component."
(:refer-clojure :exclude [sort])
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sort (create-svg-icon (e "path" #js {"d" "M3 18h6v-2H3v2zM3 6v2h18V6H3zm0 7h12v-2H3v2z"})
"Sort"))
================================================
FILE: src/icons/reagent_mui/icons/sort_by_alpha.cljs
================================================
(ns reagent-mui.icons.sort-by-alpha
"Imports @mui/icons-material/SortByAlpha as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sort-by-alpha (create-svg-icon (e "path" #js {"d" "M14.94 4.66h-4.72l2.36-2.36zm-4.69 14.71h4.66l-2.33 2.33zM6.1 6.27 1.6 17.73h1.84l.92-2.45h5.11l.92 2.45h1.84L7.74 6.27H6.1zm-1.13 7.37 1.94-5.18 1.94 5.18H4.97zm10.76 2.5h6.12v1.59h-8.53v-1.29l5.92-8.56h-5.88v-1.6h8.3v1.26l-5.93 8.6z"})
"SortByAlpha"))
================================================
FILE: src/icons/reagent_mui/icons/sort_by_alpha_outlined.cljs
================================================
(ns reagent-mui.icons.sort-by-alpha-outlined
"Imports @mui/icons-material/SortByAlphaOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sort-by-alpha-outlined (create-svg-icon (e "path" #js {"d" "M14.94 4.66h-4.72l2.36-2.36 2.36 2.36zm-4.69 14.71h4.66l-2.33 2.33-2.33-2.33zM6.1 6.27 1.6 17.73h1.84l.92-2.45h5.11l.92 2.45h1.84L7.74 6.27H6.1zm-1.13 7.37 1.94-5.18 1.94 5.18H4.97zm10.76 2.5h6.12v1.59h-8.53v-1.29l5.92-8.56h-5.88v-1.6h8.3v1.26l-5.93 8.6z"})
"SortByAlphaOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sort_by_alpha_rounded.cljs
================================================
(ns reagent-mui.icons.sort-by-alpha-rounded
"Imports @mui/icons-material/SortByAlphaRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sort-by-alpha-rounded (create-svg-icon (e "path" #js {"d" "M12.93 2.65c-.2-.2-.51-.2-.71 0l-2.01 2.01h4.72l-2-2.01zm-.7 18.7c.2.2.51.2.71 0l1.98-1.98h-4.66l1.97 1.98zm-1.25-3.62c.6 0 1.01-.6.79-1.16L8.04 7.03c-.18-.46-.63-.76-1.12-.76-.49 0-.94.3-1.12.76l-3.74 9.53c-.22.56.19 1.16.79 1.16.35 0 .67-.22.8-.55l.71-1.9h5.11l.71 1.9c.13.34.45.56.8.56zm-6.01-4.09 1.94-5.18 1.94 5.18H4.97zm16.08 2.5h-5.33l5.72-8.29c.46-.66-.02-1.57-.82-1.57h-6.48c-.44 0-.79.36-.79.8v.01c0 .44.36.8.79.8h5.09l-5.73 8.28c-.46.66.02 1.57.82 1.57h6.72c.44 0 .79-.36.79-.79.02-.45-.34-.81-.78-.81z"})
"SortByAlphaRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sort_by_alpha_sharp.cljs
================================================
(ns reagent-mui.icons.sort-by-alpha-sharp
"Imports @mui/icons-material/SortByAlphaSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sort-by-alpha-sharp (create-svg-icon (e "path" #js {"d" "M14.94 4.66h-4.72l2.36-2.36 2.36 2.36zm-4.69 14.71h4.66l-2.33 2.33-2.33-2.33zM6.1 6.27 1.6 17.73h1.84l.92-2.45h5.11l.92 2.45h1.84L7.74 6.27H6.1zm-1.13 7.37 1.94-5.18 1.94 5.18H4.97zm10.76 2.5h6.12v1.59h-8.53v-1.29l5.92-8.56h-5.88v-1.6h8.3v1.26l-5.93 8.6z"})
"SortByAlphaSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sort_by_alpha_two_tone.cljs
================================================
(ns reagent-mui.icons.sort-by-alpha-two-tone
"Imports @mui/icons-material/SortByAlphaTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sort-by-alpha-two-tone (create-svg-icon (e "path" #js {"d" "M14.94 4.66 12.58 2.3l-2.36 2.36zm-4.55 13.07h1.84L7.74 6.27H6.1L1.6 17.73h1.84l.92-2.45h5.11l.92 2.45zm-5.42-4.09 1.94-5.18 1.94 5.18H4.97zm7.61 8.06 2.33-2.33h-4.66zm9.08-14.16V6.28h-8.3v1.6h5.88l-5.92 8.56v1.29h8.53v-1.59h-6.12z"})
"SortByAlphaTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sort_outlined.cljs
================================================
(ns reagent-mui.icons.sort-outlined
"Imports @mui/icons-material/SortOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sort-outlined (create-svg-icon (e "path" #js {"d" "M3 18h6v-2H3v2zM3 6v2h18V6H3zm0 7h12v-2H3v2z"})
"SortOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sort_rounded.cljs
================================================
(ns reagent-mui.icons.sort-rounded
"Imports @mui/icons-material/SortRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sort-rounded (create-svg-icon (e "path" #js {"d" "M4 18h4c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1zm1 6h10c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1z"})
"SortRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sort_sharp.cljs
================================================
(ns reagent-mui.icons.sort-sharp
"Imports @mui/icons-material/SortSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sort-sharp (create-svg-icon (e "path" #js {"d" "M3 18h6v-2H3v2zM3 6v2h18V6H3zm0 7h12v-2H3v2z"})
"SortSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sort_two_tone.cljs
================================================
(ns reagent-mui.icons.sort-two-tone
"Imports @mui/icons-material/SortTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sort-two-tone (create-svg-icon (e "path" #js {"d" "M3 18h6v-2H3v2zM3 6v2h18V6H3zm0 7h12v-2H3v2z"})
"SortTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sos.cljs
================================================
(ns reagent-mui.icons.sos
"Imports @mui/icons-material/Sos as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sos (create-svg-icon (e "path" #js {"d" "M13.5 7h-3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8h-3V9h3v6zM1 15h4v-2H3c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h4v2H3v2h2c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2H1v-2zm16 0h4v-2h-2c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h4v2h-4v2h2c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-4v-2z"})
"Sos"))
================================================
FILE: src/icons/reagent_mui/icons/sos_outlined.cljs
================================================
(ns reagent-mui.icons.sos-outlined
"Imports @mui/icons-material/SosOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sos-outlined (create-svg-icon (e "path" #js {"d" "M13.5 7h-3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8h-3V9h3v6zM1 15h4v-2H3c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h4v2H3v2h2c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2H1v-2zm16 0h4v-2h-2c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h4v2h-4v2h2c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-4v-2z"})
"SosOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sos_rounded.cljs
================================================
(ns reagent-mui.icons.sos-rounded
"Imports @mui/icons-material/SosRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sos-rounded (create-svg-icon (e "path" #js {"d" "M13.5 7h-3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8h-3V9h3v6zM3 9v2h2c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2H2c-.55 0-1-.45-1-1s.45-1 1-1h3v-2H3c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h3c.55 0 1 .45 1 1s-.45 1-1 1H3zm16 0v2h2c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-3c-.55 0-1-.45-1-1s.45-1 1-1h3v-2h-2c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h3c.55 0 1 .45 1 1s-.45 1-1 1h-3z"})
"SosRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sos_sharp.cljs
================================================
(ns reagent-mui.icons.sos-sharp
"Imports @mui/icons-material/SosSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sos-sharp (create-svg-icon (e "path" #js {"d" "M15.5 7h-7v10h7V7zm-2 8h-3V9h3v6zM1 15h4v-2H1V7h6v2H3v2h4v6H1v-2zm16 0h4v-2h-4V7h6v2h-4v2h4v6h-6v-2z"})
"SosSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sos_two_tone.cljs
================================================
(ns reagent-mui.icons.sos-two-tone
"Imports @mui/icons-material/SosTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sos-two-tone (create-svg-icon (e "path" #js {"d" "M13.5 7h-3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8h-3V9h3v6zM1 15h4v-2H3c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h4v2H3v2h2c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2H1v-2zm16 0h4v-2h-2c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h4v2h-4v2h2c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-4v-2z"})
"SosTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/soup_kitchen.cljs
================================================
(ns reagent-mui.icons.soup-kitchen
"Imports @mui/icons-material/SoupKitchen as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def soup-kitchen (create-svg-icon (e "path" #js {"d" "M6.4 7c-.34.55-.4.97-.4 1.38C6 9.15 7 11 7 12c0 .95-.4 1.5-.4 1.5H5.1s.4-.55.4-1.5c0-1-1-2.85-1-3.62 0-.41.06-.83.4-1.38h1.5zm5 0c-.34.55-.4.97-.4 1.38 0 .77 1 2.62 1 3.62 0 .95-.4 1.5-.4 1.5h1.5s.4-.55.4-1.5c0-1-1-2.85-1-3.62 0-.41.06-.83.4-1.38h-1.5zM8.15 7c-.34.55-.4.97-.4 1.38 0 .77 1 2.63 1 3.62 0 .95-.4 1.5-.4 1.5h1.5s.4-.55.4-1.5c0-1-1-2.85-1-3.62 0-.41.06-.83.4-1.38h-1.5zm13.32-.5s.13-1.06.13-1.5c0-1.65-1.35-3-3-3-1.54 0-2.81 1.16-2.98 2.65L14.53 15H4.01c-.6 0-1.09.53-1 1.13C3.53 19.46 6.39 22 9.75 22c3.48 0 6.34-2.73 6.71-6.23L17.61 4.9c.05-.51.47-.9.99-.9.55 0 1 .45 1 1 0 .3-.1 1.25-.1 1.25l1.97.25z"})
"SoupKitchen"))
================================================
FILE: src/icons/reagent_mui/icons/soup_kitchen_outlined.cljs
================================================
(ns reagent-mui.icons.soup-kitchen-outlined
"Imports @mui/icons-material/SoupKitchenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def soup-kitchen-outlined (create-svg-icon (e "path" #js {"d" "M6.4 7c-.34.55-.4.97-.4 1.38C6 9.15 7 11 7 12c0 .95-.4 1.5-.4 1.5H5.1s.4-.55.4-1.5c0-1-1-2.85-1-3.62 0-.41.06-.83.4-1.38h1.5zm5 0c-.34.55-.4.97-.4 1.38 0 .77 1 2.62 1 3.62 0 .95-.4 1.5-.4 1.5h1.5s.4-.55.4-1.5c0-1-1-2.85-1-3.62 0-.41.06-.83.4-1.38h-1.5zM8.15 7c-.34.55-.4.97-.4 1.38 0 .77 1 2.63 1 3.62 0 .95-.4 1.5-.4 1.5h1.5s.4-.55.4-1.5c0-1-1-2.85-1-3.62 0-.41.06-.83.4-1.38h-1.5zM18.6 2c-1.54 0-2.81 1.16-2.98 2.65L14.53 15H4.01c-.6 0-1.09.53-1 1.13C3.53 19.46 6.39 22 9.75 22c3.48 0 6.34-2.73 6.71-6.23L17.61 4.9c.05-.51.47-.9.99-.9.55 0 1 .45 1 1 0 .3-.1 1.25-.1 1.25l1.97.25s.13-1.06.13-1.5c0-1.65-1.35-3-3-3zM9.75 20c-1.94 0-3.67-1.23-4.43-3h8.79c-.72 1.78-2.42 3-4.36 3z"})
"SoupKitchenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/soup_kitchen_rounded.cljs
================================================
(ns reagent-mui.icons.soup-kitchen-rounded
"Imports @mui/icons-material/SoupKitchenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def soup-kitchen-rounded (create-svg-icon (e "path" #js {"d" "M6.15 13.5c-.46 0-.8-.42-.71-.87.04-.18.06-.39.06-.63 0-1-1-2.85-1-3.62 0-.29.03-.59.17-.93.11-.27.37-.45.67-.45.45 0 .8.42.71.86-.04.18-.05.35-.05.52C6 9.15 7 11 7 12c0 .42-.08.76-.17 1.01-.1.3-.37.49-.68.49zm6.5 0c.31 0 .58-.19.68-.49.09-.25.17-.59.17-1.01 0-1-1-2.85-1-3.62 0-.17.01-.34.04-.51.09-.45-.25-.87-.7-.87-.29 0-.56.18-.67.45-.14.34-.17.63-.17.93 0 .77 1 2.62 1 3.62 0 .24-.02.45-.06.63-.09.45.25.87.71.87zm-3.25 0c.31 0 .58-.19.68-.49.09-.25.17-.59.17-1.01 0-1-1-2.85-1-3.62 0-.17.01-.34.04-.51.09-.45-.25-.87-.7-.87-.3 0-.56.18-.67.45-.14.34-.17.63-.17.93 0 .77 1 2.63 1 3.62 0 .24-.02.45-.06.63-.09.45.25.87.71.87zm11.06-7.13c.57.07 1.08-.34 1.12-.91.01-.18.02-.34.02-.46 0-1.65-1.35-3-3-3-1.54 0-2.81 1.16-2.98 2.65L14.53 15H3.99c-.6 0-1.07.54-.98 1.14C3.54 19.46 6.39 22 9.75 22c3.48 0 6.34-2.73 6.71-6.23L17.61 4.9c.05-.51.47-.9.99-.9.55 0 1 .45 1 1 0 .07-.01.18-.01.31-.04.53.34.99.87 1.06z"})
"SoupKitchenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/soup_kitchen_sharp.cljs
================================================
(ns reagent-mui.icons.soup-kitchen-sharp
"Imports @mui/icons-material/SoupKitchenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def soup-kitchen-sharp (create-svg-icon (e "path" #js {"d" "M6.4 7c-.34.55-.4.97-.4 1.38C6 9.15 7 11 7 12c0 .95-.4 1.5-.4 1.5H5.1s.4-.55.4-1.5c0-1-1-2.85-1-3.62 0-.41.06-.83.4-1.38h1.5zm5 0c-.34.55-.4.97-.4 1.38 0 .77 1 2.62 1 3.62 0 .95-.4 1.5-.4 1.5h1.5s.4-.55.4-1.5c0-1-1-2.85-1-3.62 0-.41.06-.83.4-1.38h-1.5zM8.15 7c-.34.55-.4.97-.4 1.38 0 .77 1 2.63 1 3.62 0 .95-.4 1.5-.4 1.5h1.5s.4-.55.4-1.5c0-1-1-2.85-1-3.62 0-.41.06-.83.4-1.38h-1.5zm13.32-.5s.13-1.06.13-1.5c0-1.65-1.35-3-3-3-1.54 0-2.81 1.16-2.98 2.65L14.53 15H2.93c-.02 3.87 3.09 7 6.82 7 3.48 0 6.34-2.73 6.71-6.23L17.61 4.9c.05-.51.47-.9.99-.9.55 0 1 .45 1 1 0 .3-.1 1.25-.1 1.25l1.97.25z"})
"SoupKitchenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/soup_kitchen_two_tone.cljs
================================================
(ns reagent-mui.icons.soup-kitchen-two-tone
"Imports @mui/icons-material/SoupKitchenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def soup-kitchen-two-tone (create-svg-icon [(e "path" #js {"d" "M14.12 17c-.73 1.78-2.43 3-4.37 3s-3.67-1.23-4.43-3h8.78", "opacity" ".3"}) (e "path" #js {"d" "M6.4 7c-.34.55-.4.97-.4 1.38C6 9.15 7 11 7 12c0 .95-.4 1.5-.4 1.5H5.1s.4-.55.4-1.5c0-1-1-2.85-1-3.62 0-.41.06-.83.4-1.38h1.5zm5 0c-.34.55-.4.97-.4 1.38 0 .77 1 2.62 1 3.62 0 .95-.4 1.5-.4 1.5h1.5s.4-.55.4-1.5c0-1-1-2.85-1-3.62 0-.41.06-.83.4-1.38h-1.5zM8.15 7c-.34.55-.4.97-.4 1.38 0 .77 1 2.63 1 3.62 0 .95-.4 1.5-.4 1.5h1.5s.4-.55.4-1.5c0-1-1-2.85-1-3.62 0-.41.06-.83.4-1.38h-1.5zM18.6 2c-1.54 0-2.81 1.16-2.98 2.65L14.53 15H4.01c-.6 0-1.09.53-1 1.13C3.53 19.46 6.39 22 9.75 22c3.48 0 6.34-2.73 6.71-6.23L17.61 4.9c.05-.51.47-.9.99-.9.55 0 1 .45 1 1 0 .3-.1 1.25-.1 1.25l1.97.25s.13-1.06.13-1.5c0-1.65-1.35-3-3-3zM9.75 20c-1.94 0-3.67-1.23-4.43-3h8.79c-.72 1.78-2.42 3-4.36 3z"})]
"SoupKitchenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/source.cljs
================================================
(ns reagent-mui.icons.source
"Imports @mui/icons-material/Source as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def source (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-6 10H6v-2h8v2zm4-4H6v-2h12v2z"})
"Source"))
================================================
FILE: src/icons/reagent_mui/icons/source_outlined.cljs
================================================
(ns reagent-mui.icons.source-outlined
"Imports @mui/icons-material/SourceOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def source-outlined (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l2 2H20v10zm-2-6H6v-2h12v2zm-4 4H6v-2h8v2z"})
"SourceOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/source_rounded.cljs
================================================
(ns reagent-mui.icons.source-rounded
"Imports @mui/icons-material/SourceRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def source-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-8l-1.41-1.41C10.21 4.21 9.7 4 9.17 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-6 10H6v-2h8v2zm4-4H6v-2h12v2z"})
"SourceRounded"))
================================================
FILE: src/icons/reagent_mui/icons/source_sharp.cljs
================================================
(ns reagent-mui.icons.source-sharp
"Imports @mui/icons-material/SourceSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def source-sharp (create-svg-icon (e "path" #js {"d" "m12 6-2-2H2v16h20V6H12zm2 10H6v-2h8v2zm4-4H6v-2h12v2z"})
"SourceSharp"))
================================================
FILE: src/icons/reagent_mui/icons/source_two_tone.cljs
================================================
(ns reagent-mui.icons.source-two-tone
"Imports @mui/icons-material/SourceTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def source-two-tone (create-svg-icon [(e "path" #js {"d" "M9.17 6H4v12h16V8h-8.83l-2-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l2 2H20v10zm-2-6H6v-2h12v2zm-4 4H6v-2h8v2z"})]
"SourceTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/south.cljs
================================================
(ns reagent-mui.icons.south
"Imports @mui/icons-material/South as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south (create-svg-icon (e "path" #js {"d" "m19 15-1.41-1.41L13 18.17V2h-2v16.17l-4.59-4.59L5 15l7 7 7-7z"})
"South"))
================================================
FILE: src/icons/reagent_mui/icons/south_america.cljs
================================================
(ns reagent-mui.icons.south-america
"Imports @mui/icons-material/SouthAmerica as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-america (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-1.95.7-3.74 1.87-5.13L9 10v1c0 1.1.9 2 2 2v5.59c0 .27.11.52.29.71l.71.7c-4.42 0-8-3.58-8-8zm9 7.94V18l3.75-5.62c.16-.25.25-.54.25-.83V10.5c0-.55-.45-1-1-1h-1.5l-1.4-1.75c-.38-.47-.95-.75-1.56-.75H8V5.07C9.18 4.39 10.54 4 12 4c4.41 0 8 3.59 8 8 0 4.07-3.06 7.44-7 7.94z"})
"SouthAmerica"))
================================================
FILE: src/icons/reagent_mui/icons/south_america_outlined.cljs
================================================
(ns reagent-mui.icons.south-america-outlined
"Imports @mui/icons-material/SouthAmericaOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-america-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-1.95.7-3.74 1.87-5.13L9 10v1c0 1.1.9 2 2 2v5.59c0 .27.11.52.29.71l.71.7c-4.42 0-8-3.58-8-8zm9 7.94V18l3.75-5.62c.16-.25.25-.54.25-.83V10.5c0-.55-.45-1-1-1h-1.5l-1.4-1.75c-.38-.47-.95-.75-1.56-.75H8V5.07C9.18 4.39 10.54 4 12 4c4.41 0 8 3.59 8 8 0 4.07-3.06 7.44-7 7.94z"})
"SouthAmericaOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/south_america_rounded.cljs
================================================
(ns reagent-mui.icons.south-america-rounded
"Imports @mui/icons-material/SouthAmericaRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-america-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-1.95.7-3.74 1.87-5.13L9 10v1c0 1.1.9 2 2 2v5.59c0 .27.11.52.29.71l.71.7c-4.42 0-8-3.58-8-8zm9 7.94V18l3.75-5.62c.16-.25.25-.54.25-.83V10.5c0-.55-.45-1-1-1h-1.5l-1.4-1.75c-.38-.47-.95-.75-1.56-.75H8V5.07C9.18 4.39 10.54 4 12 4c4.41 0 8 3.59 8 8 0 4.07-3.06 7.44-7 7.94z"})
"SouthAmericaRounded"))
================================================
FILE: src/icons/reagent_mui/icons/south_america_sharp.cljs
================================================
(ns reagent-mui.icons.south-america-sharp
"Imports @mui/icons-material/SouthAmericaSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-america-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-1.95.7-3.74 1.87-5.13L9 10v1c0 1.1.9 2 2 2v5.59c0 .27.11.52.29.71l.71.7c-4.42 0-8-3.58-8-8zm9 7.94V18l3.75-5.62c.16-.25.25-.54.25-.83V10.5c0-.55-.45-1-1-1h-1.5l-1.4-1.75c-.38-.47-.95-.75-1.56-.75H8V5.07C9.18 4.39 10.54 4 12 4c4.41 0 8 3.59 8 8 0 4.07-3.06 7.44-7 7.94z"})
"SouthAmericaSharp"))
================================================
FILE: src/icons/reagent_mui/icons/south_america_two_tone.cljs
================================================
(ns reagent-mui.icons.south-america-two-tone
"Imports @mui/icons-material/SouthAmericaTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-america-two-tone (create-svg-icon [(e "path" #js {"d" "M4 12c0-1.95.7-3.74 1.87-5.13L9 10v1c0 1.1.9 2 2 2v5.59c0 .27.11.52.29.71l.71.7c-4.42 0-8-3.58-8-8zm9 7.94V18l3.75-5.62c.16-.25.25-.54.25-.83V10.5c0-.55-.45-1-1-1h-1.5l-1.4-1.75c-.38-.47-.95-.75-1.56-.75H8V5.07C9.18 4.39 10.54 4 12 4c4.41 0 8 3.59 8 8 0 4.07-3.06 7.44-7 7.94z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-1.95.7-3.74 1.87-5.13L9 10v1c0 1.1.9 2 2 2v5.59c0 .27.11.52.29.71l.71.7c-4.42 0-8-3.58-8-8zm9 7.94V18l3.75-5.62c.16-.25.25-.54.25-.83V10.5c0-.55-.45-1-1-1h-1.5l-1.4-1.75c-.38-.47-.95-.75-1.56-.75H8V5.07C9.18 4.39 10.54 4 12 4c4.41 0 8 3.59 8 8 0 4.07-3.06 7.44-7 7.94z"})]
"SouthAmericaTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/south_east.cljs
================================================
(ns reagent-mui.icons.south-east
"Imports @mui/icons-material/SouthEast as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-east (create-svg-icon (e "path" #js {"d" "M19 9h-2v6.59L5.41 4 4 5.41 15.59 17H9v2h10V9z"})
"SouthEast"))
================================================
FILE: src/icons/reagent_mui/icons/south_east_outlined.cljs
================================================
(ns reagent-mui.icons.south-east-outlined
"Imports @mui/icons-material/SouthEastOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-east-outlined (create-svg-icon (e "path" #js {"d" "M19 9h-2v6.59L5.41 4 4 5.41 15.59 17H9v2h10V9z"})
"SouthEastOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/south_east_rounded.cljs
================================================
(ns reagent-mui.icons.south-east-rounded
"Imports @mui/icons-material/SouthEastRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-east-rounded (create-svg-icon (e "path" #js {"d" "M18 9c-.56 0-1 .45-1 1v5.59L6.12 4.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L15.59 17H10c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1v-8c0-.55-.45-1-1-1z"})
"SouthEastRounded"))
================================================
FILE: src/icons/reagent_mui/icons/south_east_sharp.cljs
================================================
(ns reagent-mui.icons.south-east-sharp
"Imports @mui/icons-material/SouthEastSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-east-sharp (create-svg-icon (e "path" #js {"d" "M19 9h-2v6.59L5.41 4 4 5.41 15.59 17H9v2h10V9z"})
"SouthEastSharp"))
================================================
FILE: src/icons/reagent_mui/icons/south_east_two_tone.cljs
================================================
(ns reagent-mui.icons.south-east-two-tone
"Imports @mui/icons-material/SouthEastTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-east-two-tone (create-svg-icon (e "path" #js {"d" "M19 9h-2v6.59L5.41 4 4 5.41 15.59 17H9v2h10V9z"})
"SouthEastTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/south_outlined.cljs
================================================
(ns reagent-mui.icons.south-outlined
"Imports @mui/icons-material/SouthOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-outlined (create-svg-icon (e "path" #js {"d" "m19 15-1.41-1.41L13 18.17V2h-2v16.17l-4.59-4.59L5 15l7 7 7-7z"})
"SouthOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/south_rounded.cljs
================================================
(ns reagent-mui.icons.south-rounded
"Imports @mui/icons-material/SouthRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-rounded (create-svg-icon (e "path" #js {"d" "M18.3 14.29a.9959.9959 0 0 0-1.41 0L13 18.17V3c0-.55-.45-1-1-1s-1 .45-1 1v15.18L7.12 14.3a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l5.59 5.59c.39.39 1.02.39 1.41 0l5.59-5.59c.38-.39.38-1.03 0-1.42z"})
"SouthRounded"))
================================================
FILE: src/icons/reagent_mui/icons/south_sharp.cljs
================================================
(ns reagent-mui.icons.south-sharp
"Imports @mui/icons-material/SouthSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-sharp (create-svg-icon (e "path" #js {"d" "m19 15-1.41-1.41L13 18.17V2h-2v16.17l-4.59-4.59L5 15l7 7 7-7z"})
"SouthSharp"))
================================================
FILE: src/icons/reagent_mui/icons/south_two_tone.cljs
================================================
(ns reagent-mui.icons.south-two-tone
"Imports @mui/icons-material/SouthTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-two-tone (create-svg-icon (e "path" #js {"d" "m19 15-1.41-1.41L13 18.17V2h-2v16.17l-4.59-4.59L5 15l7 7 7-7z"})
"SouthTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/south_west.cljs
================================================
(ns reagent-mui.icons.south-west
"Imports @mui/icons-material/SouthWest as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-west (create-svg-icon (e "path" #js {"d" "M15 19v-2H8.41L20 5.41 18.59 4 7 15.59V9H5v10h10z"})
"SouthWest"))
================================================
FILE: src/icons/reagent_mui/icons/south_west_outlined.cljs
================================================
(ns reagent-mui.icons.south-west-outlined
"Imports @mui/icons-material/SouthWestOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-west-outlined (create-svg-icon (e "path" #js {"d" "M15 19v-2H8.41L20 5.41 18.59 4 7 15.59V9H5v10h10z"})
"SouthWestOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/south_west_rounded.cljs
================================================
(ns reagent-mui.icons.south-west-rounded
"Imports @mui/icons-material/SouthWestRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-west-rounded (create-svg-icon (e "path" #js {"d" "M15 18c0-.56-.45-1-1-1H8.41L19.3 6.11c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L7 15.59V10c0-.55-.45-1-1-1s-1 .45-1 1v8c0 .55.45 1 1 1h8c.55 0 1-.45 1-1z"})
"SouthWestRounded"))
================================================
FILE: src/icons/reagent_mui/icons/south_west_sharp.cljs
================================================
(ns reagent-mui.icons.south-west-sharp
"Imports @mui/icons-material/SouthWestSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-west-sharp (create-svg-icon (e "path" #js {"d" "M15 19v-2H8.41L20 5.41 18.59 4 7 15.59V9H5v10h10z"})
"SouthWestSharp"))
================================================
FILE: src/icons/reagent_mui/icons/south_west_two_tone.cljs
================================================
(ns reagent-mui.icons.south-west-two-tone
"Imports @mui/icons-material/SouthWestTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def south-west-two-tone (create-svg-icon (e "path" #js {"d" "M15 19v-2H8.41L20 5.41 18.59 4 7 15.59V9H5v10h10z"})
"SouthWestTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/spa.cljs
================================================
(ns reagent-mui.icons.spa
"Imports @mui/icons-material/Spa as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spa (create-svg-icon [(e "path" #js {"d" "M8.55 12c-1.07-.71-2.25-1.27-3.53-1.61 1.28.34 2.46.9 3.53 1.61zm10.43-1.61c-1.29.34-2.49.91-3.57 1.64 1.08-.73 2.28-1.3 3.57-1.64z"}) (e "path" #js {"d" "M15.49 9.63c-.18-2.79-1.31-5.51-3.43-7.63-2.14 2.14-3.32 4.86-3.55 7.63 1.28.68 2.46 1.56 3.49 2.63 1.03-1.06 2.21-1.94 3.49-2.63zm-6.5 2.65c-.14-.1-.3-.19-.45-.29.15.11.31.19.45.29zm6.42-.25c-.13.09-.27.16-.4.26.13-.1.27-.17.4-.26zM12 15.45C9.85 12.17 6.18 10 2 10c0 5.32 3.36 9.82 8.03 11.49.63.23 1.29.4 1.97.51.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45z"})]
"Spa"))
================================================
FILE: src/icons/reagent_mui/icons/spa_outlined.cljs
================================================
(ns reagent-mui.icons.spa-outlined
"Imports @mui/icons-material/SpaOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spa-outlined (create-svg-icon (e "path" #js {"d" "M15.49 9.63c-.18-2.79-1.31-5.51-3.43-7.63-2.14 2.14-3.32 4.86-3.55 7.63 1.28.68 2.46 1.56 3.49 2.63 1.03-1.06 2.21-1.94 3.49-2.63zm-3.44-4.44c.63 1.03 1.07 2.18 1.3 3.38-.47.3-.91.63-1.34.98-.42-.34-.87-.67-1.33-.97.25-1.2.71-2.35 1.37-3.39zM12 15.45c-.82-1.25-1.86-2.34-3.06-3.2-.13-.09-.27-.16-.4-.26.13.09.27.17.39.25C6.98 10.83 4.59 10 2 10c0 5.32 3.36 9.82 8.03 11.49.63.23 1.29.4 1.97.51.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45zm1.32 4.15c-.44.15-.88.27-1.33.37-.44-.09-.87-.21-1.28-.36-3.29-1.18-5.7-3.99-6.45-7.35 1.1.26 2.15.71 3.12 1.33l-.02.01c.13.09.26.18.39.25l.07.04c.99.72 1.84 1.61 2.51 2.65L12 19.1l1.67-2.55c.69-1.05 1.55-1.95 2.53-2.66l.07-.05c.09-.05.18-.11.27-.17l-.01-.02c.98-.65 2.07-1.13 3.21-1.4-.75 3.37-3.15 6.18-6.42 7.35zm-4.33-7.32c-.02-.01-.04-.03-.05-.04 0 0 .01 0 .01.01.01.01.02.02.04.03z"})
"SpaOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/spa_rounded.cljs
================================================
(ns reagent-mui.icons.spa-rounded
"Imports @mui/icons-material/SpaRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spa-rounded (create-svg-icon (e "path" #js {"d" "M15.49 9.63c-.16-2.42-1.03-4.79-2.64-6.76-.41-.5-1.16-.5-1.57 0-1.65 1.98-2.57 4.35-2.77 6.76 1.28.68 2.46 1.56 3.49 2.63 1.03-1.06 2.21-1.94 3.49-2.63zm-6.5 2.65c-.14-.1-.3-.19-.45-.29.15.11.31.19.45.29zm6.42-.25c-.13.09-.27.16-.4.26.13-.1.27-.17.4-.26zM12 15.45c-1.95-2.97-5.14-5.03-8.83-5.39-.64-.06-1.17.47-1.11 1.11.45 4.8 3.65 8.78 7.98 10.33.63.23 1.29.4 1.97.51.68-.12 1.33-.29 1.97-.51 4.33-1.55 7.53-5.52 7.98-10.33.06-.64-.48-1.17-1.11-1.11-3.71.36-6.9 2.42-8.85 5.39z"})
"SpaRounded"))
================================================
FILE: src/icons/reagent_mui/icons/spa_sharp.cljs
================================================
(ns reagent-mui.icons.spa-sharp
"Imports @mui/icons-material/SpaSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spa-sharp (create-svg-icon (e "path" #js {"d" "M8.55 12c-1.07-.71-2.25-1.27-3.53-1.61 1.28.34 2.46.9 3.53 1.61zm10.43-1.61c-1.29.34-2.49.91-3.57 1.64 1.08-.73 2.28-1.3 3.57-1.64zm-3.49-.76c-.18-2.79-1.31-5.51-3.43-7.63-2.14 2.14-3.32 4.86-3.55 7.63 1.28.68 2.46 1.56 3.49 2.63 1.03-1.06 2.21-1.94 3.49-2.63zm-6.5 2.65c-.14-.1-.3-.19-.45-.29.15.11.31.19.45.29zm6.42-.25c-.13.09-.27.16-.4.26.13-.1.27-.17.4-.26zM12 15.45C9.85 12.17 6.18 10 2 10c0 5.32 3.36 9.82 8.03 11.49.63.23 1.29.4 1.97.51.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45z"})
"SpaSharp"))
================================================
FILE: src/icons/reagent_mui/icons/spa_two_tone.cljs
================================================
(ns reagent-mui.icons.spa-two-tone
"Imports @mui/icons-material/SpaTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spa-two-tone (create-svg-icon [(e "path" #js {"d" "M8.55 12c-1.07-.71-2.25-1.27-3.53-1.61 1.28.34 2.46.9 3.53 1.61zm10.43-1.61c-1.29.34-2.49.91-3.57 1.64 1.08-.73 2.28-1.3 3.57-1.64z"}) (e "path" #js {"d" "M8.94 12.25c0-.01 0-.01 0 0-.13-.09-.27-.17-.4-.26.13.1.27.17.4.26zm4.41-3.67c-.22-1.21-.66-2.35-1.3-3.38-.66 1.04-1.12 2.19-1.37 3.39.46.3.9.62 1.33.97.42-.35.87-.68 1.34-.98zm3.19 5.08.01.02c-.09.06-.18.12-.27.17l-.07.05c-.98.71-1.84 1.61-2.53 2.66L12 19.1l-1.67-2.55c-.68-1.03-1.52-1.92-2.51-2.65l-.07-.04c-.13-.08-.26-.16-.39-.25l.01-.01c-.96-.63-2.01-1.07-3.12-1.33.75 3.36 3.16 6.17 6.45 7.35.42.15.84.27 1.28.36.45-.09.89-.21 1.33-.37 3.27-1.17 5.67-3.98 6.43-7.34-1.14.26-2.23.73-3.2 1.39zm-7.55-1.38", "opacity" ".3"}) (e "path" #js {"d" "M12 15.45c-.82-1.25-1.86-2.34-3.06-3.2-.13-.09-.27-.16-.4-.26.13.09.27.17.39.25C6.98 10.83 4.59 10 2 10c0 5.32 3.36 9.82 8.03 11.49.63.23 1.29.4 1.97.51.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45zm1.32 4.15c-.44.15-.88.27-1.33.37-.44-.09-.87-.21-1.28-.36-3.29-1.18-5.7-3.99-6.45-7.35 1.1.26 2.15.71 3.12 1.33l-.02.01c.13.09.26.18.39.25l.07.04c.99.72 1.84 1.61 2.51 2.65L12 19.1l1.67-2.55c.69-1.05 1.55-1.95 2.53-2.66l.07-.05c.09-.05.18-.11.27-.17l-.01-.02c.98-.65 2.07-1.13 3.21-1.4-.75 3.37-3.15 6.18-6.42 7.35zm2.17-9.97c-.18-2.79-1.31-5.51-3.43-7.63-2.14 2.14-3.32 4.86-3.55 7.63 1.28.68 2.46 1.56 3.49 2.63 1.03-1.06 2.21-1.94 3.49-2.63zm-3.44-4.44c.63 1.03 1.07 2.18 1.3 3.38-.47.3-.91.63-1.34.98-.42-.34-.87-.67-1.33-.97.25-1.2.71-2.35 1.37-3.39z"}) (e "path" #js {"d" "M8.99 12.28c-.02-.01-.04-.03-.05-.04 0 0 .01 0 .01.01.01.01.02.02.04.03z", "opacity" ".3"})]
"SpaTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/space_bar.cljs
================================================
(ns reagent-mui.icons.space-bar
"Imports @mui/icons-material/SpaceBar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def space-bar (create-svg-icon (e "path" #js {"d" "M18 9v4H6V9H4v6h16V9z"})
"SpaceBar"))
================================================
FILE: src/icons/reagent_mui/icons/space_bar_outlined.cljs
================================================
(ns reagent-mui.icons.space-bar-outlined
"Imports @mui/icons-material/SpaceBarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def space-bar-outlined (create-svg-icon (e "path" #js {"d" "M18 9v4H6V9H4v6h16V9h-2z"})
"SpaceBarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/space_bar_rounded.cljs
================================================
(ns reagent-mui.icons.space-bar-rounded
"Imports @mui/icons-material/SpaceBarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def space-bar-rounded (create-svg-icon (e "path" #js {"d" "M18 10v3H6v-3c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1s-1 .45-1 1z"})
"SpaceBarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/space_bar_sharp.cljs
================================================
(ns reagent-mui.icons.space-bar-sharp
"Imports @mui/icons-material/SpaceBarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def space-bar-sharp (create-svg-icon (e "path" #js {"d" "M18 9v4H6V9H4v6h16V9h-2z"})
"SpaceBarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/space_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.space-bar-two-tone
"Imports @mui/icons-material/SpaceBarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def space-bar-two-tone (create-svg-icon (e "path" #js {"d" "M18 13H6V9H4v6h16V9h-2z"})
"SpaceBarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/spatial_audio.cljs
================================================
(ns reagent-mui.icons.spatial-audio
"Imports @mui/icons-material/SpatialAudio as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spatial-audio (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "9", "r" "4"}) (e "path" #js {"d" "M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56C2.61 16.07 2 17.1 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM16 1h-2c0 4.97 4.03 9 9 9V8c-3.86 0-7-3.14-7-7z"}) (e "path" #js {"d" "M20 1h-2c0 2.76 2.24 5 5 5V4c-1.65 0-3-1.35-3-3z"})]
"SpatialAudio"))
================================================
FILE: src/icons/reagent_mui/icons/spatial_audio_off.cljs
================================================
(ns reagent-mui.icons.spatial-audio-off
"Imports @mui/icons-material/SpatialAudioOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spatial-audio-off (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "9", "r" "4"}) (e "path" #js {"d" "M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56C2.61 16.07 2 17.1 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM20.36 1l-1.41 1.41c2.73 2.73 2.73 7.17 0 9.9l1.41 1.41c3.52-3.51 3.52-9.21 0-12.72z"}) (e "path" #js {"d" "M17.54 10.9c1.95-1.95 1.95-5.12 0-7.07l-1.41 1.41c1.17 1.17 1.17 3.07 0 4.24l1.41 1.42z"})]
"SpatialAudioOff"))
================================================
FILE: src/icons/reagent_mui/icons/spatial_audio_off_outlined.cljs
================================================
(ns reagent-mui.icons.spatial-audio-off-outlined
"Imports @mui/icons-material/SpatialAudioOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spatial-audio-off-outlined (create-svg-icon [(e "path" #js {"d" "M10 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm6.39 8.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56C2.61 16.07 2 17.1 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM16 19H4v-.78c0-.38.2-.72.52-.88C5.71 16.73 7.63 16 10 16c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V19zm4.36-18-1.41 1.41c2.73 2.73 2.73 7.17 0 9.9l1.41 1.41c3.52-3.51 3.52-9.21 0-12.72z"}) (e "path" #js {"d" "M17.54 10.9c1.95-1.95 1.95-5.12 0-7.07l-1.41 1.41c1.17 1.17 1.17 3.07 0 4.24l1.41 1.42z"})]
"SpatialAudioOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/spatial_audio_off_rounded.cljs
================================================
(ns reagent-mui.icons.spatial-audio-off-rounded
"Imports @mui/icons-material/SpatialAudioOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spatial-audio-off-rounded (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "9", "r" "4"}) (e "path" #js {"d" "M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56C2.61 16.07 2 17.1 2 18.22V19c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-.78c0-1.12-.61-2.15-1.61-2.66zm4.72-13.71c-.37-.48-1.08-.52-1.5-.09-.35.35-.39.91-.09 1.3 1.17 1.5 2.64 5.23 0 8.61-.3.39-.26.95.09 1.3.43.43 1.13.38 1.5-.09 1.5-1.93 3.35-6.72 0-11.03zm-2.8 2.99c-.33-.57-1.11-.67-1.58-.21-.33.33-.36.84-.13 1.25.25.44.74 1.69-.01 2.99-.23.4-.19.9.14 1.22.47.47 1.25.35 1.58-.22 1.16-1.99.58-4.02 0-5.03z"})]
"SpatialAudioOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/spatial_audio_off_sharp.cljs
================================================
(ns reagent-mui.icons.spatial-audio-off-sharp
"Imports @mui/icons-material/SpatialAudioOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spatial-audio-off-sharp (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "9", "r" "4"}) (e "path" #js {"d" "M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56C2.61 16.07 2 17.1 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM20.36 1l-1.41 1.41c2.73 2.73 2.73 7.17 0 9.9l1.41 1.41c3.52-3.51 3.52-9.21 0-12.72z"}) (e "path" #js {"d" "M17.54 10.9c1.95-1.95 1.95-5.12 0-7.07l-1.41 1.41c1.17 1.17 1.17 3.07 0 4.24l1.41 1.42z"})]
"SpatialAudioOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/spatial_audio_off_two_tone.cljs
================================================
(ns reagent-mui.icons.spatial-audio-off-two-tone
"Imports @mui/icons-material/SpatialAudioOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spatial-audio-off-two-tone (create-svg-icon [(e "path" #js {"d" "M15.48 17.34C14.29 16.73 12.37 16 10 16c-2.37 0-4.29.73-5.48 1.34-.32.16-.52.5-.52.88V19h12v-.78c0-.38-.2-.72-.52-.88z", "opacity" ".3"}) (e "circle" #js {"cx" "10", "cy" "9", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M10 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm6.39 8.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56C2.61 16.07 2 17.1 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM16 19H4v-.78c0-.38.2-.72.52-.88C5.71 16.73 7.63 16 10 16c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V19zm4.36-18-1.41 1.41c2.73 2.73 2.73 7.17 0 9.9l1.41 1.41c3.52-3.51 3.52-9.21 0-12.72z"}) (e "path" #js {"d" "M17.54 10.9c1.95-1.95 1.95-5.12 0-7.07l-1.41 1.41c1.17 1.17 1.17 3.07 0 4.24l1.41 1.42z"})]
"SpatialAudioOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/spatial_audio_outlined.cljs
================================================
(ns reagent-mui.icons.spatial-audio-outlined
"Imports @mui/icons-material/SpatialAudioOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spatial-audio-outlined (create-svg-icon [(e "path" #js {"d" "M10 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm6.39 8.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56C2.61 16.07 2 17.1 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM16 19H4v-.78c0-.38.2-.72.52-.88C5.71 16.73 7.63 16 10 16c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V19zm0-18h-2c0 4.97 4.03 9 9 9V8c-3.86 0-7-3.14-7-7z"}) (e "path" #js {"d" "M20 1h-2c0 2.76 2.24 5 5 5V4c-1.65 0-3-1.35-3-3z"})]
"SpatialAudioOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/spatial_audio_rounded.cljs
================================================
(ns reagent-mui.icons.spatial-audio-rounded
"Imports @mui/icons-material/SpatialAudioRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spatial-audio-rounded (create-svg-icon [(e "path" #js {"d" "M22.11 7.95c-1.89-.23-5.57-1.83-6.09-6.09-.06-.5-.48-.86-.98-.86-.6 0-1.07.53-1 1.13.31 2.43 2.38 7.12 7.8 7.8.6.08 1.13-.4 1.13-1 0-.5-.37-.92-.86-.98zm-.4-2.12c.64.17 1.26-.31 1.26-.97 0-.47-.34-.85-.79-.97-.49-.14-1.72-.68-2.11-2.13-.12-.44-.5-.76-.96-.76h-.01c-.66 0-1.14.64-.96 1.28.6 2.22 2.44 3.25 3.57 3.55z"}) (e "circle" #js {"cx" "10", "cy" "9", "r" "4"}) (e "path" #js {"d" "M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56C2.61 16.07 2 17.1 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66z"})]
"SpatialAudioRounded"))
================================================
FILE: src/icons/reagent_mui/icons/spatial_audio_sharp.cljs
================================================
(ns reagent-mui.icons.spatial-audio-sharp
"Imports @mui/icons-material/SpatialAudioSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spatial-audio-sharp (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "9", "r" "4"}) (e "path" #js {"d" "M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56C2.61 16.07 2 17.1 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM16 1h-2c0 4.97 4.03 9 9 9V8c-3.86 0-7-3.14-7-7z"}) (e "path" #js {"d" "M20 1h-2c0 2.76 2.24 5 5 5V4c-1.65 0-3-1.35-3-3z"})]
"SpatialAudioSharp"))
================================================
FILE: src/icons/reagent_mui/icons/spatial_audio_two_tone.cljs
================================================
(ns reagent-mui.icons.spatial-audio-two-tone
"Imports @mui/icons-material/SpatialAudioTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spatial-audio-two-tone (create-svg-icon [(e "path" #js {"d" "M15.48 17.34C14.29 16.73 12.37 16 10 16c-2.37 0-4.29.73-5.48 1.34-.32.16-.52.5-.52.88V19h12v-.78c0-.38-.2-.72-.52-.88z", "opacity" ".3"}) (e "circle" #js {"cx" "10", "cy" "9", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M10 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm6.39 8.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56C2.61 16.07 2 17.1 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM16 19H4v-.78c0-.38.2-.72.52-.88C5.71 16.73 7.63 16 10 16c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V19zm0-18h-2c0 4.97 4.03 9 9 9V8c-3.86 0-7-3.14-7-7z"}) (e "path" #js {"d" "M20 1h-2c0 2.76 2.24 5 5 5V4c-1.65 0-3-1.35-3-3z"})]
"SpatialAudioTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/spatial_tracking.cljs
================================================
(ns reagent-mui.icons.spatial-tracking
"Imports @mui/icons-material/SpatialTracking as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spatial-tracking (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "9", "r" "4"}) (e "path" #js {"d" "M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56C2.61 16.07 2 17.1 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zm3.66-13.15L18.64 1c-3.51 3.51-3.51 9.21 0 12.73l1.41-1.41c-2.73-2.74-2.73-7.18 0-9.91z"}) (e "path" #js {"d" "m22.88 5.24-1.41-1.41c-1.95 1.95-1.95 5.12 0 7.07l1.41-1.41c-1.17-1.17-1.17-3.08 0-4.25z"})]
"SpatialTracking"))
================================================
FILE: src/icons/reagent_mui/icons/spatial_tracking_outlined.cljs
================================================
(ns reagent-mui.icons.spatial-tracking-outlined
"Imports @mui/icons-material/SpatialTrackingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spatial-tracking-outlined (create-svg-icon [(e "path" #js {"d" "M10 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm6.39 8.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56C2.61 16.07 2 17.1 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM16 19H4v-.78c0-.38.2-.72.52-.88C5.71 16.73 7.63 16 10 16c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V19zm4.05-16.59L18.64 1c-3.51 3.51-3.51 9.21 0 12.73l1.41-1.41c-2.73-2.74-2.73-7.18 0-9.91z"}) (e "path" #js {"d" "m22.88 5.24-1.41-1.41c-1.95 1.95-1.95 5.12 0 7.07l1.41-1.41c-1.17-1.17-1.17-3.08 0-4.25z"})]
"SpatialTrackingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/spatial_tracking_rounded.cljs
================================================
(ns reagent-mui.icons.spatial-tracking-rounded
"Imports @mui/icons-material/SpatialTrackingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spatial-tracking-rounded (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "9", "r" "4"}) (e "path" #js {"d" "M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56C2.61 16.07 2 17.1 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zm3-13.8c-.43-.43-1.14-.39-1.51.09-1.5 1.93-3.35 6.72 0 11.03.37.48 1.08.52 1.5.09.35-.35.39-.91.09-1.3-1.17-1.5-2.64-5.23 0-8.61.31-.39.27-.95-.08-1.3zm3.01 4.1c.23-.4.19-.9-.14-1.22-.47-.48-1.26-.37-1.59.21-1.15 2-.57 4.03.01 5.04.33.57 1.11.67 1.58.21.33-.33.36-.84.13-1.25-.25-.44-.74-1.69.01-2.99z"})]
"SpatialTrackingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/spatial_tracking_sharp.cljs
================================================
(ns reagent-mui.icons.spatial-tracking-sharp
"Imports @mui/icons-material/SpatialTrackingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spatial-tracking-sharp (create-svg-icon [(e "circle" #js {"cx" "10", "cy" "9", "r" "4"}) (e "path" #js {"d" "M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56C2.61 16.07 2 17.1 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zm3.66-13.15L18.64 1c-3.51 3.51-3.51 9.21 0 12.73l1.41-1.41c-2.73-2.74-2.73-7.18 0-9.91z"}) (e "path" #js {"d" "m22.88 5.24-1.41-1.41c-1.95 1.95-1.95 5.12 0 7.07l1.41-1.41c-1.17-1.17-1.17-3.08 0-4.25z"})]
"SpatialTrackingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/spatial_tracking_two_tone.cljs
================================================
(ns reagent-mui.icons.spatial-tracking-two-tone
"Imports @mui/icons-material/SpatialTrackingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spatial-tracking-two-tone (create-svg-icon [(e "path" #js {"d" "M20.05 2.41 18.64 1c-3.51 3.51-3.51 9.21 0 12.73l1.41-1.41c-2.73-2.74-2.73-7.18 0-9.91z"}) (e "path" #js {"d" "m22.88 5.24-1.41-1.41c-1.95 1.95-1.95 5.12 0 7.07l1.41-1.41c-1.17-1.17-1.17-3.08 0-4.25z"}) (e "path" #js {"d" "M15.48 17.34C14.29 16.73 12.37 16 10 16c-2.37 0-4.29.73-5.48 1.34-.32.16-.52.5-.52.88V19h12v-.78c0-.38-.2-.72-.52-.88z", "opacity" ".3"}) (e "circle" #js {"cx" "10", "cy" "9", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M10 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm6.39 8.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56C2.61 16.07 2 17.1 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM16 19H4v-.78c0-.38.2-.72.52-.88C5.71 16.73 7.63 16 10 16c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V19z"})]
"SpatialTrackingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/speaker.cljs
================================================
(ns reagent-mui.icons.speaker
"Imports @mui/icons-material/Speaker as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker (create-svg-icon (e "path" #js {"d" "M17 2H7c-1.1 0-2 .9-2 2v16c0 1.1.9 1.99 2 1.99L17 22c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-5 2c1.1 0 2 .9 2 2s-.9 2-2 2c-1.11 0-2-.9-2-2s.89-2 2-2zm0 16c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"Speaker"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_group.cljs
================================================
(ns reagent-mui.icons.speaker-group
"Imports @mui/icons-material/SpeakerGroup as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-group (create-svg-icon [(e "path" #js {"d" "M18.2 1H9.8C8.81 1 8 1.81 8 2.8v14.4c0 .99.81 1.79 1.8 1.79l8.4.01c.99 0 1.8-.81 1.8-1.8V2.8c0-.99-.81-1.8-1.8-1.8zM14 3c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2zm0 13.5c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"}) (e "circle" #js {"cx" "14", "cy" "12.5", "r" "2.5"}) (e "path" #js {"d" "M6 5H4v16c0 1.1.89 2 2 2h10v-2H6V5z"})]
"SpeakerGroup"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_group_outlined.cljs
================================================
(ns reagent-mui.icons.speaker-group-outlined
"Imports @mui/icons-material/SpeakerGroupOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-group-outlined (create-svg-icon (e "path" #js {"d" "M18.2 1H9.8C8.81 1 8 1.81 8 2.8v14.4c0 .99.81 1.79 1.8 1.79l8.4.01c.99 0 1.8-.81 1.8-1.8V2.8c0-.99-.81-1.8-1.8-1.8zM18 17l-8-.01V3h8v14zm-4-9c1.1 0 2-.89 2-2s-.9-2-2-2-2 .89-2 2 .9 2 2 2zm0 8c1.93 0 3.5-1.57 3.5-3.5S15.93 9 14 9s-3.5 1.57-3.5 3.5S12.07 16 14 16zm0-5c.83 0 1.5.67 1.5 1.5S14.83 14 14 14s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zM6 5H4v16c0 1.1.89 2 2 2h10v-2H6V5z"})
"SpeakerGroupOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_group_rounded.cljs
================================================
(ns reagent-mui.icons.speaker-group-rounded
"Imports @mui/icons-material/SpeakerGroupRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-group-rounded (create-svg-icon [(e "path" #js {"d" "M18.2 1H9.8C8.81 1 8 1.81 8 2.8v14.4c0 .99.81 1.79 1.8 1.79l8.4.01c.99 0 1.8-.81 1.8-1.8V2.8c0-.99-.81-1.8-1.8-1.8zM14 3c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2zm0 13.5c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"}) (e "circle" #js {"cx" "14", "cy" "12.5", "r" "2.5"}) (e "path" #js {"d" "M5 5c-.55 0-1 .45-1 1v15c0 1.1.89 2 2 2h9c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1-.45-1-1V6c0-.55-.45-1-1-1z"})]
"SpeakerGroupRounded"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_group_sharp.cljs
================================================
(ns reagent-mui.icons.speaker-group-sharp
"Imports @mui/icons-material/SpeakerGroupSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-group-sharp (create-svg-icon [(e "path" #js {"d" "M20 1H8v17.99h12V1zm-6 2c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2zm0 13.5c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"}) (e "circle" #js {"cx" "14", "cy" "12.5", "r" "2.5"}) (e "path" #js {"d" "M6 5H4v18h12v-2H6z"})]
"SpeakerGroupSharp"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_group_two_tone.cljs
================================================
(ns reagent-mui.icons.speaker-group-two-tone
"Imports @mui/icons-material/SpeakerGroupTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-group-two-tone (create-svg-icon [(e "path" #js {"d" "m10 16.99 8 .01V3h-8v13.99zM14 4c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2zm0 5c1.93 0 3.5 1.57 3.5 3.5S15.93 16 14 16s-3.5-1.57-3.5-3.5S12.07 9 14 9z", "opacity" ".3"}) (e "path" #js {"d" "M18.2 1H9.8C8.81 1 8 1.81 8 2.8v14.4c0 .99.81 1.79 1.8 1.79l8.4.01c.99 0 1.8-.81 1.8-1.8V2.8c0-.99-.81-1.8-1.8-1.8zM18 17l-8-.01V3h8v14zm-4-9c1.1 0 2-.89 2-2s-.9-2-2-2-2 .89-2 2 .9 2 2 2zm0 8c1.93 0 3.5-1.57 3.5-3.5S15.93 9 14 9s-3.5 1.57-3.5 3.5S12.07 16 14 16zm0-5c.83 0 1.5.67 1.5 1.5S14.83 14 14 14s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zM6 5H4v16c0 1.1.89 2 2 2h10v-2H6V5z"})]
"SpeakerGroupTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_notes.cljs
================================================
(ns reagent-mui.icons.speaker-notes
"Imports @mui/icons-material/SpeakerNotes as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-notes (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 14H6v-2h2v2zm0-3H6V9h2v2zm0-3H6V6h2v2zm7 6h-5v-2h5v2zm3-3h-8V9h8v2zm0-3h-8V6h8v2z"})
"SpeakerNotes"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_notes_off.cljs
================================================
(ns reagent-mui.icons.speaker-notes-off
"Imports @mui/icons-material/SpeakerNotesOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-notes-off (create-svg-icon (e "path" #js {"d" "m10.54 11-.54-.54L7.54 8 6 6.46 2.38 2.84 1.27 1.73 0 3l2.01 2.01L2 22l4-4h9l5.73 5.73L22 22.46 17.54 18l-7-7zM8 14H6v-2h2v2zm-2-3V9l2 2H6zm14-9H4.08L10 7.92V6h8v2h-7.92l1 1H18v2h-4.92l6.99 6.99C21.14 17.95 22 17.08 22 16V4c0-1.1-.9-2-2-2z"})
"SpeakerNotesOff"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_notes_off_outlined.cljs
================================================
(ns reagent-mui.icons.speaker-notes-off-outlined
"Imports @mui/icons-material/SpeakerNotesOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-notes-off-outlined (create-svg-icon (e "path" #js {"d" "M20 4v12h-1.34l1.91 1.91C21.39 17.66 22 16.9 22 16V4c0-1.1-.9-2-2-2H4.66l2 2H20zM6 12h2v2H6zm12-3h-6.34l2 2H18zm0-3h-8v1.34l.66.66H18zM1.41 1.59 0 3l2.01 2.01L2 22l4-4h9l5.73 5.73 1.41-1.41L1.41 1.59zM5.17 16 4 17.17V7l2 2v2h2l5 5H5.17z"})
"SpeakerNotesOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_notes_off_rounded.cljs
================================================
(ns reagent-mui.icons.speaker-notes-off-rounded
"Imports @mui/icons-material/SpeakerNotesOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-notes-off-rounded (create-svg-icon (e "path" #js {"d" "M1.91 2.36c-.35-.35-.92-.35-1.27 0s-.35.92 0 1.27l1.38 1.38L2 22l4-4h9l5.09 5.09c.35.35.92.35 1.27 0s.35-.92 0-1.27L1.91 2.36zM7 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm13-9H4.08l7 7H17c.55 0 1 .45 1 1s-.45 1-1 1h-3.92l6.99 6.99C21.14 17.95 22 17.08 22 16V4c0-1.1-.9-2-2-2zm-3 6h-6c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1z"})
"SpeakerNotesOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_notes_off_sharp.cljs
================================================
(ns reagent-mui.icons.speaker-notes-off-sharp
"Imports @mui/icons-material/SpeakerNotesOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-notes-off-sharp (create-svg-icon (e "path" #js {"d" "M1.27 1.73 0 3l2.01 2.01L2 22l4-4h9l5.73 5.73L22 22.46 1.27 1.73zM8 14H6v-2h2v2zm-2-3V9l2 2H6zm16-9H4.08L10 7.92V6h8v2h-7.92l1 1H18v2h-4.92l6.99 6.99H22V2z"})
"SpeakerNotesOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_notes_off_two_tone.cljs
================================================
(ns reagent-mui.icons.speaker-notes-off-two-tone
"Imports @mui/icons-material/SpeakerNotesOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-notes-off-two-tone (create-svg-icon [(e "path" #js {"d" "M6 11V9L4 7v10.17L5.17 16H13l-5-5H6zm2 3H6v-2h2v2zM20 4H6.66L10 7.34V6h8v2h-7.34l1 1H18v2h-4.34l5 5H20z", "opacity" ".3"}) (e "path" #js {"d" "M20 4v12h-1.34l1.91 1.91C21.39 17.66 22 16.9 22 16V4c0-1.1-.9-2-2-2H4.66l2 2H20zM6 12h2v2H6zm12-1V9h-6.34l2 2zm0-3V6h-8v1.34l.66.66zM1.41 1.59 0 3l2 2.01V22l4-4h9l5.73 5.73 1.41-1.41L1.41 1.59zM5.17 16 4 17.17V7l2 2v2h2l5 5H5.17z"})]
"SpeakerNotesOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_notes_outlined.cljs
================================================
(ns reagent-mui.icons.speaker-notes-outlined
"Imports @mui/icons-material/SpeakerNotesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-notes-outlined (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17l-.59.59-.58.58V4h16v12zM6 12h2v2H6zm0-3h2v2H6zm0-3h2v2H6zm4 6h5v2h-5zm0-3h8v2h-8zm0-3h8v2h-8z"})
"SpeakerNotesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_notes_rounded.cljs
================================================
(ns reagent-mui.icons.speaker-notes-rounded
"Imports @mui/icons-material/SpeakerNotesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-notes-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 14H6v-2h2v2zm0-3H6V9h2v2zm0-3H6V6h2v2zm6 6h-3c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1s-.45 1-1 1zm3-3h-6c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1zm0-3h-6c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1z"})
"SpeakerNotesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_notes_sharp.cljs
================================================
(ns reagent-mui.icons.speaker-notes-sharp
"Imports @mui/icons-material/SpeakerNotesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-notes-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2.01L2 22l4-4h16V2zM8 14H6v-2h2v2zm0-3H6V9h2v2zm0-3H6V6h2v2zm7 6h-5v-2h5v2zm3-3h-8V9h8v2zm0-3h-8V6h8v2z"})
"SpeakerNotesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_notes_two_tone.cljs
================================================
(ns reagent-mui.icons.speaker-notes-two-tone
"Imports @mui/icons-material/SpeakerNotesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-notes-two-tone (create-svg-icon [(e "path" #js {"d" "m4 17.17.59-.59.58-.58H20V4H4v13.17zM10 6h8v2h-8V6zm0 3h8v2h-8V9zm0 3h5v2h-5v-2zM6 6h2v2H6V6zm0 3h2v2H6V9zm0 3h2v2H6v-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17l-.59.59-.58.58V4h16v12zM6 12h2v2H6zm0-3h2v2H6zm0-3h2v2H6zm4 6h5v2h-5zm0-3h8v2h-8zm0-3h8v2h-8z"})]
"SpeakerNotesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_outlined.cljs
================================================
(ns reagent-mui.icons.speaker-outlined
"Imports @mui/icons-material/SpeakerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-outlined (create-svg-icon (e "path" #js {"d" "M17 2H7c-1.1 0-2 .9-2 2v16c0 1.1.9 1.99 2 1.99L17 22c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM7 20V4h10v16H7zm5-11c1.1 0 2-.9 2-2s-.9-2-2-2c-1.11 0-2 .9-2 2s.89 2 2 2zm0 2c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"SpeakerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_phone.cljs
================================================
(ns reagent-mui.icons.speaker-phone
"Imports @mui/icons-material/SpeakerPhone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-phone (create-svg-icon (e "path" #js {"d" "M7 7.07 8.43 8.5c.91-.91 2.18-1.48 3.57-1.48s2.66.57 3.57 1.48L17 7.07C15.72 5.79 13.95 5 12 5s-3.72.79-5 2.07zM12 1C8.98 1 6.24 2.23 4.25 4.21l1.41 1.41C7.28 4 9.53 3 12 3s4.72 1 6.34 2.62l1.41-1.41C17.76 2.23 15.02 1 12 1zm2.86 9.01L9.14 10C8.51 10 8 10.51 8 11.14v9.71c0 .63.51 1.14 1.14 1.14h5.71c.63 0 1.14-.51 1.14-1.14v-9.71c.01-.63-.5-1.13-1.13-1.13zM15 20H9v-8h6v8z"})
"SpeakerPhone"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_phone_outlined.cljs
================================================
(ns reagent-mui.icons.speaker-phone-outlined
"Imports @mui/icons-material/SpeakerPhoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-phone-outlined (create-svg-icon (e "path" #js {"d" "M7 7.07 8.43 8.5c.91-.91 2.18-1.48 3.57-1.48s2.66.57 3.57 1.48L17 7.07C15.72 5.79 13.95 5 12 5s-3.72.79-5 2.07zM12 1C8.98 1 6.24 2.23 4.25 4.21l1.41 1.41C7.28 4 9.53 3 12 3s4.72 1 6.34 2.62l1.41-1.41C17.76 2.23 15.02 1 12 1zm2.86 9.01L9.14 10C8.51 10 8 10.51 8 11.14v9.71c0 .63.51 1.14 1.14 1.14h5.71c.63 0 1.14-.51 1.14-1.14v-9.71c.01-.63-.5-1.13-1.13-1.13zM15 20H9v-8h6v8z"})
"SpeakerPhoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_phone_rounded.cljs
================================================
(ns reagent-mui.icons.speaker-phone-rounded
"Imports @mui/icons-material/SpeakerPhoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-phone-rounded (create-svg-icon [(e "path" #js {"d" "m7.76 7.83.02.02c.35.35.89.38 1.3.09.83-.57 1.84-.92 2.92-.92s2.09.35 2.92.93c.4.29.95.26 1.3-.09l.02-.02c.42-.42.39-1.14-.09-1.49C14.98 5.5 13.55 5 12 5s-2.98.5-4.14 1.34c-.49.35-.52 1.07-.1 1.49z"}) (e "path" #js {"d" "M12 1c-2.62 0-5.03.93-6.92 2.47-.46.37-.51 1.06-.08 1.49.36.36.93.39 1.32.07C7.86 3.76 9.85 3 12 3s4.14.76 5.69 2.03c.39.32.96.29 1.32-.07.42-.42.38-1.11-.08-1.49C17.03 1.93 14.62 1 12 1zm3 9H9c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h5.99c.55 0 1-.45 1-1L16 11c0-.55-.45-1-1-1zm0 10H9v-8h6v8z"})]
"SpeakerPhoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_phone_sharp.cljs
================================================
(ns reagent-mui.icons.speaker-phone-sharp
"Imports @mui/icons-material/SpeakerPhoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-phone-sharp (create-svg-icon (e "path" #js {"d" "M7 7.07 8.43 8.5c.91-.91 2.18-1.48 3.57-1.48s2.66.57 3.57 1.48L17 7.07C15.72 5.79 13.95 5 12 5s-3.72.79-5 2.07zM12 1C8.98 1 6.24 2.23 4.25 4.21l1.41 1.41C7.28 4 9.53 3 12 3s4.72 1 6.34 2.62l1.41-1.41C17.76 2.23 15.02 1 12 1zm3.99 9.01L8 10v11.99h7.99V10.01zM15 20H9v-8h6v8z"})
"SpeakerPhoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_phone_two_tone.cljs
================================================
(ns reagent-mui.icons.speaker-phone-two-tone
"Imports @mui/icons-material/SpeakerPhoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-phone-two-tone (create-svg-icon [(e "path" #js {"d" "M9 12h6v8H9z", "opacity" ".3"}) (e "path" #js {"d" "M12 1C8.98 1 6.24 2.23 4.25 4.21l1.41 1.41C7.28 4 9.53 3 12 3s4.72 1 6.34 2.62l1.41-1.41C17.76 2.23 15.02 1 12 1zM7 7.07 8.43 8.5c.91-.91 2.18-1.48 3.57-1.48s2.66.57 3.57 1.48L17 7.07C15.72 5.79 13.95 5 12 5s-3.72.79-5 2.07zm7.86 2.94L9.14 10C8.51 10 8 10.51 8 11.14v9.71c0 .63.51 1.14 1.14 1.14h5.71c.63 0 1.14-.51 1.14-1.14v-9.71c.01-.63-.5-1.13-1.13-1.13zM15 20H9v-8h6v8z"})]
"SpeakerPhoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_rounded.cljs
================================================
(ns reagent-mui.icons.speaker-rounded
"Imports @mui/icons-material/SpeakerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-rounded (create-svg-icon (e "path" #js {"d" "M17 2H7c-1.1 0-2 .9-2 2v16c0 1.1.9 1.99 2 1.99L17 22c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-5 2c1.1 0 2 .9 2 2s-.9 2-2 2c-1.11 0-2-.9-2-2s.89-2 2-2zm0 16c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"SpeakerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_sharp.cljs
================================================
(ns reagent-mui.icons.speaker-sharp
"Imports @mui/icons-material/SpeakerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-sharp (create-svg-icon (e "path" #js {"d" "M19 2H5v19.99h14V2zm-7 2c1.1 0 2 .9 2 2s-.9 2-2 2c-1.11 0-2-.9-2-2s.89-2 2-2zm0 16c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"SpeakerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/speaker_two_tone.cljs
================================================
(ns reagent-mui.icons.speaker-two-tone
"Imports @mui/icons-material/SpeakerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speaker-two-tone (create-svg-icon [(e "path" #js {"d" "M7 4v16h10V4H7zm5 1c1.1 0 2 .9 2 2s-.9 2-2 2c-1.11 0-2-.9-2-2s.89-2 2-2zm0 14c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z", "opacity" ".3"}) (e "path" #js {"d" "M17 2H7c-1.1 0-2 .9-2 2v16c0 1.1.9 1.99 2 1.99L17 22c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM7 20V4h10v16H7zm5-11c1.1 0 2-.9 2-2s-.9-2-2-2c-1.11 0-2 .9-2 2s.89 2 2 2zm0 2c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"SpeakerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/speed.cljs
================================================
(ns reagent-mui.icons.speed
"Imports @mui/icons-material/Speed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speed (create-svg-icon (e "path" #js {"d" "m20.38 8.57-1.23 1.85a8 8 0 0 1-.22 7.58H5.07A8 8 0 0 1 15.58 6.85l1.85-1.23A10 10 0 0 0 3.35 19a2 2 0 0 0 1.72 1h13.85a2 2 0 0 0 1.74-1 10 10 0 0 0-.27-10.44zm-9.79 6.84a2 2 0 0 0 2.83 0l5.66-8.49-8.49 5.66a2 2 0 0 0 0 2.83z"})
"Speed"))
================================================
FILE: src/icons/reagent_mui/icons/speed_outlined.cljs
================================================
(ns reagent-mui.icons.speed-outlined
"Imports @mui/icons-material/SpeedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speed-outlined (create-svg-icon [(e "path" #js {"d" "m20.38 8.57-1.23 1.85a8 8 0 0 1-.22 7.58H5.07A8 8 0 0 1 15.58 6.85l1.85-1.23A10 10 0 0 0 3.35 19a2 2 0 0 0 1.72 1h13.85a2 2 0 0 0 1.74-1 10 10 0 0 0-.27-10.44z"}) (e "path" #js {"d" "M10.59 15.41a2 2 0 0 0 2.83 0l5.66-8.49-8.49 5.66a2 2 0 0 0 0 2.83z"})]
"SpeedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/speed_rounded.cljs
================================================
(ns reagent-mui.icons.speed-rounded
"Imports @mui/icons-material/SpeedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speed-rounded (create-svg-icon [(e "path" #js {"d" "M19.46 10a1 1 0 0 0-.07 1 7.55 7.55 0 0 1 .52 1.81 8 8 0 0 1-.69 4.73 1 1 0 0 1-.89.53H5.68a1 1 0 0 1-.89-.54A8 8 0 0 1 13 6.06a7.69 7.69 0 0 1 2.11.56 1 1 0 0 0 1-.07 1 1 0 0 0-.17-1.76A10 10 0 0 0 3.35 19a2 2 0 0 0 1.72 1h13.85a2 2 0 0 0 1.74-1 10 10 0 0 0 .55-8.89 1 1 0 0 0-1.75-.11z"}) (e "path" #js {"d" "M10.59 12.59a2 2 0 0 0 2.83 2.83l5.66-8.49z"})]
"SpeedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/speed_sharp.cljs
================================================
(ns reagent-mui.icons.speed-sharp
"Imports @mui/icons-material/SpeedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speed-sharp (create-svg-icon [(e "path" #js {"d" "m20.39 8.56-1.24 1.86a8 8 0 0 1-.22 7.58H5.07A8 8 0 0 1 15.58 6.85l1.86-1.24A10 10 0 0 0 4 20h16a10 10 0 0 0 .38-11.44z"}) (e "path" #js {"d" "M10.59 15.41a2 2 0 0 0 2.83 0l5.66-8.49-8.49 5.66a2 2 0 0 0 0 2.83z"})]
"SpeedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/speed_two_tone.cljs
================================================
(ns reagent-mui.icons.speed-two-tone
"Imports @mui/icons-material/SpeedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def speed-two-tone (create-svg-icon [(e "path" #js {"d" "m20.38 8.57-1.23 1.85a8 8 0 0 1-.22 7.58H5.07A8 8 0 0 1 15.58 6.85l1.85-1.23A10 10 0 0 0 3.35 19a2 2 0 0 0 1.72 1h13.85a2 2 0 0 0 1.74-1 10 10 0 0 0-.27-10.44z"}) (e "path" #js {"d" "M10.59 15.41a2 2 0 0 0 2.83 0l5.66-8.49-8.49 5.66a2 2 0 0 0 0 2.83z"})]
"SpeedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/spellcheck.cljs
================================================
(ns reagent-mui.icons.spellcheck
"Imports @mui/icons-material/Spellcheck as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spellcheck (create-svg-icon (e "path" #js {"d" "M12.45 16h2.09L9.43 3H7.57L2.46 16h2.09l1.12-3h5.64l1.14 3zm-6.02-5L8.5 5.48 10.57 11H6.43zm15.16.59-8.09 8.09L9.83 16l-1.41 1.41 5.09 5.09L23 13l-1.41-1.41z"})
"Spellcheck"))
================================================
FILE: src/icons/reagent_mui/icons/spellcheck_outlined.cljs
================================================
(ns reagent-mui.icons.spellcheck-outlined
"Imports @mui/icons-material/SpellcheckOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spellcheck-outlined (create-svg-icon (e "path" #js {"d" "M12.45 16h2.09L9.43 3H7.57L2.46 16h2.09l1.12-3h5.64l1.14 3zm-6.02-5L8.5 5.48 10.57 11H6.43zm15.16.59-8.09 8.09L9.83 16l-1.41 1.41 5.09 5.09L23 13l-1.41-1.41z"})
"SpellcheckOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/spellcheck_rounded.cljs
================================================
(ns reagent-mui.icons.spellcheck-rounded
"Imports @mui/icons-material/SpellcheckRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spellcheck-rounded (create-svg-icon (e "path" #js {"d" "M13.12 16c.69 0 1.15-.69.9-1.32L9.77 3.87C9.56 3.34 9.06 3 8.5 3s-1.06.34-1.27.87L2.98 14.68c-.25.63.22 1.32.9 1.32.4 0 .76-.25.91-.63L5.67 13h5.64l.9 2.38c.15.37.51.62.91.62zm-6.69-5L8.5 5.48 10.57 11H6.43zm14.46 1.29-7.39 7.39-2.97-2.97a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l3.68 3.68c.39.39 1.02.39 1.41 0l8.08-8.09c.39-.39.39-1.02 0-1.41-.38-.39-1.02-.39-1.4-.01z"})
"SpellcheckRounded"))
================================================
FILE: src/icons/reagent_mui/icons/spellcheck_sharp.cljs
================================================
(ns reagent-mui.icons.spellcheck-sharp
"Imports @mui/icons-material/SpellcheckSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spellcheck-sharp (create-svg-icon (e "path" #js {"d" "M12.45 16h2.09L9.43 3H7.57L2.46 16h2.09l1.12-3h5.64l1.14 3zm-6.02-5L8.5 5.48 10.57 11H6.43zm15.16.59-8.09 8.09L9.83 16l-1.41 1.41 5.09 5.09L23 13l-1.41-1.41z"})
"SpellcheckSharp"))
================================================
FILE: src/icons/reagent_mui/icons/spellcheck_two_tone.cljs
================================================
(ns reagent-mui.icons.spellcheck-two-tone
"Imports @mui/icons-material/SpellcheckTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spellcheck-two-tone (create-svg-icon (e "path" #js {"d" "M12.45 16h2.09L9.43 3H7.57L2.46 16h2.09l1.12-3h5.64l1.14 3zm-6.02-5L8.5 5.48 10.57 11H6.43zm15.16.59-8.09 8.09L9.83 16l-1.41 1.41 5.09 5.09L23 13l-1.41-1.41z"})
"SpellcheckTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/splitscreen.cljs
================================================
(ns reagent-mui.icons.splitscreen
"Imports @mui/icons-material/Splitscreen as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def splitscreen (create-svg-icon (e "path" #js {"d" "M18 4v5H6V4h12m0-2H6c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 13v5H6v-5h12m0-2H6c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2z"})
"Splitscreen"))
================================================
FILE: src/icons/reagent_mui/icons/splitscreen_outlined.cljs
================================================
(ns reagent-mui.icons.splitscreen-outlined
"Imports @mui/icons-material/SplitscreenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def splitscreen-outlined (create-svg-icon (e "path" #js {"d" "M18 4v5H6V4h12m0-2H6c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 13v5H6v-5h12m0-2H6c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2z"})
"SplitscreenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/splitscreen_rounded.cljs
================================================
(ns reagent-mui.icons.splitscreen-rounded
"Imports @mui/icons-material/SplitscreenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def splitscreen-rounded (create-svg-icon (e "path" #js {"d" "M18 4v5H6V4h12zm0-2H6c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 13v5H6v-5h12zm0-2H6c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2z"})
"SplitscreenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/splitscreen_sharp.cljs
================================================
(ns reagent-mui.icons.splitscreen-sharp
"Imports @mui/icons-material/SplitscreenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def splitscreen-sharp (create-svg-icon (e "path" #js {"d" "M18 4v5H6V4h12m2-2H4v9h16V2zm-2 13v5H6v-5h12m2-2H4v9h16v-9z"})
"SplitscreenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/splitscreen_two_tone.cljs
================================================
(ns reagent-mui.icons.splitscreen-two-tone
"Imports @mui/icons-material/SplitscreenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def splitscreen-two-tone (create-svg-icon [(e "path" #js {"d" "M6 4h12v5H6zm0 11h12v5H6z", "opacity" ".3"}) (e "path" #js {"d" "M18 2H6c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 7H6V4h12v5zm0 4H6c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2zm0 7H6v-5h12v5z"})]
"SplitscreenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/spoke.cljs
================================================
(ns reagent-mui.icons.spoke
"Imports @mui/icons-material/Spoke as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spoke (create-svg-icon (e "path" #js {"d" "M16 7c0 2.21-1.79 4-4 4S8 9.21 8 7s1.79-4 4-4 4 1.79 4 4zm-9 6c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm10 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"})
"Spoke"))
================================================
FILE: src/icons/reagent_mui/icons/spoke_outlined.cljs
================================================
(ns reagent-mui.icons.spoke-outlined
"Imports @mui/icons-material/SpokeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spoke-outlined (create-svg-icon (e "path" #js {"d" "M16 7c0-2.21-1.79-4-4-4S8 4.79 8 7s1.79 4 4 4 4-1.79 4-4zm-4 2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm-5 4c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm10-6c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"SpokeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/spoke_rounded.cljs
================================================
(ns reagent-mui.icons.spoke-rounded
"Imports @mui/icons-material/SpokeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spoke-rounded (create-svg-icon (e "path" #js {"d" "M16 7c0 2.21-1.79 4-4 4S8 9.21 8 7s1.79-4 4-4 4 1.79 4 4zm-9 6c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm10 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"})
"SpokeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/spoke_sharp.cljs
================================================
(ns reagent-mui.icons.spoke-sharp
"Imports @mui/icons-material/SpokeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spoke-sharp (create-svg-icon (e "path" #js {"d" "M16 7c0 2.21-1.79 4-4 4S8 9.21 8 7s1.79-4 4-4 4 1.79 4 4zm-9 6c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm10 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"})
"SpokeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/spoke_two_tone.cljs
================================================
(ns reagent-mui.icons.spoke-two-tone
"Imports @mui/icons-material/SpokeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def spoke-two-tone (create-svg-icon [(e "path" #js {"d" "M12 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM7 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm10 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z", "opacity" ".3"}) (e "path" #js {"d" "M16 7c0-2.21-1.79-4-4-4S8 4.79 8 7s1.79 4 4 4 4-1.79 4-4zm-4 2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm-5 4c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm10-6c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"SpokeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports.cljs
================================================
(ns reagent-mui.icons.sports
"Imports @mui/icons-material/Sports as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports (create-svg-icon [(e "path" #js {"d" "M11.23 6c-1.66 0-3.22.66-4.36 1.73C6.54 6.73 5.61 6 4.5 6 3.12 6 2 7.12 2 8.5S3.12 11 4.5 11c.21 0 .41-.03.61-.08-.05.25-.09.51-.1.78-.18 3.68 2.95 6.68 6.68 6.27 2.55-.28 4.68-2.26 5.19-4.77.15-.71.15-1.4.06-2.06-.09-.6.38-1.13.99-1.13H22V6H11.23zM4.5 9c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zm6.5 6c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"}) (e "circle" #js {"cx" "11", "cy" "12", "r" "2"})]
"Sports"))
================================================
FILE: src/icons/reagent_mui/icons/sports_bar.cljs
================================================
(ns reagent-mui.icons.sports-bar
"Imports @mui/icons-material/SportsBar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-bar (create-svg-icon (e "path" #js {"d" "M19 9h-1.56c.35-.59.56-1.27.56-2 0-2.21-1.79-4-4-4-.34 0-.66.05-.98.13-.82-.68-1.86-1.11-3.02-1.11-1.89 0-3.51 1.11-4.27 2.71C4.15 5.26 3 6.74 3 8.5c0 1.86 1.28 3.41 3 3.86V21h11v-2h2c1.1 0 2-.9 2-2v-6c0-1.1-.9-2-2-2zM7 10.5c-1.1 0-2-.9-2-2 0-.85.55-1.6 1.37-1.88l.8-.27.36-.76C8 4.62 8.94 4.02 10 4.02c.79 0 1.39.35 1.74.65l.78.65S13.16 5 13.99 5c1.1 0 2 .9 2 2h-3C9.67 7 9.15 10.5 7 10.5zM19 17h-2v-6h2v6z"})
"SportsBar"))
================================================
FILE: src/icons/reagent_mui/icons/sports_bar_outlined.cljs
================================================
(ns reagent-mui.icons.sports-bar-outlined
"Imports @mui/icons-material/SportsBarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-bar-outlined (create-svg-icon (e "path" #js {"d" "M15 19H8v-6.63c1.26-.34 2.11-1.27 2.77-1.99C11.6 9.47 12.08 9 13 9h2v10zM10 2.02c-1.89 0-3.51 1.11-4.27 2.71C4.15 5.26 3 6.74 3 8.5c0 1.86 1.28 3.41 3 3.86V21h11v-2h2c1.1 0 2-.9 2-2v-6c0-1.1-.9-2-2-2h-1.56c.35-.59.56-1.27.56-2 0-2.21-1.79-4-4-4-.34 0-.66.05-.98.13-.82-.68-1.86-1.11-3.02-1.11zM7 10.5c-1.1 0-2-.9-2-2 0-.85.55-1.6 1.37-1.88l.8-.27.36-.76C8 4.62 8.94 4.02 10 4.02c.79 0 1.39.35 1.74.65l.78.65S13.16 5 13.99 5c1.1 0 2 .9 2 2h-3C9.67 7 9.15 10.5 7 10.5zM17 17v-6h2v6h-2z"})
"SportsBarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_bar_rounded.cljs
================================================
(ns reagent-mui.icons.sports-bar-rounded
"Imports @mui/icons-material/SportsBarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-bar-rounded (create-svg-icon (e "path" #js {"d" "M19 9h-1.56c.33-.55.53-1.18.55-1.86.04-1.03-.43-1.99-1.16-2.71-1.54-1.54-2.74-1.56-3.82-1.29-.81-.69-1.85-1.12-3.01-1.12-1.89 0-3.51 1.11-4.27 2.71C4.15 5.26 3 6.74 3 8.5c0 1.86 1.28 3.41 3 3.86V19c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2h2c1.1 0 2-.9 2-2v-6c0-1.1-.9-2-2-2zM7 10.5c-1.1 0-2-.9-2-2 0-.85.55-1.6 1.37-1.88l.8-.27.36-.76C8 4.62 8.94 4.02 10 4.02c.79 0 1.39.35 1.74.65l.78.65S13.16 5 13.99 5c1.1 0 2 .9 2 2h-3C9.67 7 9.15 10.5 7 10.5zM19 17h-2v-6h2v6z"})
"SportsBarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_bar_sharp.cljs
================================================
(ns reagent-mui.icons.sports-bar-sharp
"Imports @mui/icons-material/SportsBarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-bar-sharp (create-svg-icon (e "path" #js {"d" "M21 9h-3.56c.35-.59.56-1.27.56-2 0-2.21-1.79-4-4-4-.34 0-.66.05-.98.13-.82-.68-1.86-1.11-3.02-1.11-1.89 0-3.51 1.11-4.27 2.71C4.15 5.26 3 6.74 3 8.5c0 1.86 1.28 3.41 3 3.86V21h11v-2h4V9zM7 10.5c-1.1 0-2-.9-2-2 0-.85.55-1.6 1.37-1.88l.8-.27.36-.76C8 4.62 8.94 4.02 10 4.02c.79 0 1.39.35 1.74.65l.78.65S13.16 5 13.99 5c1.1 0 2 .9 2 2h-3C9.67 7 9.15 10.5 7 10.5zM19 17h-2v-6h2v6z"})
"SportsBarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-bar-two-tone
"Imports @mui/icons-material/SportsBarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-bar-two-tone (create-svg-icon [(e "path" #js {"d" "M15 19H8v-6.63c1.26-.34 2.11-1.27 2.77-1.99C11.6 9.47 12.08 9 13 9h2v10zm-8-8.5c-1.1 0-2-.9-2-2 0-.85.55-1.6 1.37-1.88l.8-.27.36-.76C8 4.62 8.94 4.02 10 4.02c.79 0 1.39.35 1.74.65l.78.65S13.16 5 13.99 5c1.1 0 2 .9 2 2h-3C9.67 7 9.15 10.5 7 10.5z", "opacity" ".3"}) (e "path" #js {"d" "M15 19H8v-6.63c1.26-.34 2.11-1.27 2.77-1.99C11.6 9.47 12.08 9 13 9h2v10zM10 2.02c-1.89 0-3.51 1.11-4.27 2.71C4.15 5.26 3 6.74 3 8.5c0 1.86 1.28 3.41 3 3.86V21h11v-2h2c1.1 0 2-.9 2-2v-6c0-1.1-.9-2-2-2h-1.56c.35-.59.56-1.27.56-2 0-2.21-1.79-4-4-4-.34 0-.66.05-.98.13-.82-.68-1.86-1.11-3.02-1.11zM7 10.5c-1.1 0-2-.9-2-2 0-.85.55-1.6 1.37-1.88l.8-.27.36-.76C8 4.62 8.94 4.02 10 4.02c.79 0 1.39.35 1.74.65l.78.65S13.16 5 13.99 5c1.1 0 2 .9 2 2h-3C9.67 7 9.15 10.5 7 10.5zM17 17v-6h2v6h-2z"})]
"SportsBarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_baseball.cljs
================================================
(ns reagent-mui.icons.sports-baseball
"Imports @mui/icons-material/SportsBaseball as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-baseball (create-svg-icon [(e "path" #js {"d" "M3.81 6.28C2.67 7.9 2 9.87 2 12s.67 4.1 1.81 5.72C6.23 16.95 8 14.68 8 12S6.23 7.05 3.81 6.28zm16.38 0C17.77 7.05 16 9.32 16 12s1.77 4.95 4.19 5.72C21.33 16.1 22 14.13 22 12s-.67-4.1-1.81-5.72z"}) (e "path" #js {"d" "M14 12c0-3.28 1.97-6.09 4.79-7.33C17.01 3.02 14.63 2 12 2S6.99 3.02 5.21 4.67C8.03 5.91 10 8.72 10 12s-1.97 6.09-4.79 7.33C6.99 20.98 9.37 22 12 22s5.01-1.02 6.79-2.67C15.97 18.09 14 15.28 14 12z"})]
"SportsBaseball"))
================================================
FILE: src/icons/reagent_mui/icons/sports_baseball_outlined.cljs
================================================
(ns reagent-mui.icons.sports-baseball-outlined
"Imports @mui/icons-material/SportsBaseballOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-baseball-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM5.61 16.78C4.6 15.45 4 13.8 4 12s.6-3.45 1.61-4.78C7.06 8.31 8 10.05 8 12s-.94 3.69-2.39 4.78zM12 20c-1.89 0-3.63-.66-5-1.76 1.83-1.47 3-3.71 3-6.24S8.83 7.23 7 5.76C8.37 4.66 10.11 4 12 4s3.63.66 5 1.76c-1.83 1.47-3 3.71-3 6.24s1.17 4.77 3 6.24c-1.37 1.1-3.11 1.76-5 1.76zm6.39-3.22C16.94 15.69 16 13.95 16 12s.94-3.69 2.39-4.78C19.4 8.55 20 10.2 20 12s-.6 3.45-1.61 4.78z"})
"SportsBaseballOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_baseball_rounded.cljs
================================================
(ns reagent-mui.icons.sports-baseball-rounded
"Imports @mui/icons-material/SportsBaseballRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-baseball-rounded (create-svg-icon [(e "path" #js {"d" "M3.81 6.28C2.67 7.9 2 9.87 2 12s.67 4.1 1.81 5.72C6.23 16.95 8 14.68 8 12S6.23 7.05 3.81 6.28zm16.38 0C17.77 7.05 16 9.32 16 12s1.77 4.95 4.19 5.72C21.33 16.1 22 14.13 22 12s-.67-4.1-1.81-5.72z"}) (e "path" #js {"d" "M14 12c0-3.28 1.97-6.09 4.79-7.33C17.01 3.02 14.63 2 12 2S6.99 3.02 5.21 4.67C8.03 5.91 10 8.72 10 12s-1.97 6.09-4.79 7.33C6.99 20.98 9.37 22 12 22s5.01-1.02 6.79-2.67C15.97 18.09 14 15.28 14 12z"})]
"SportsBaseballRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_baseball_sharp.cljs
================================================
(ns reagent-mui.icons.sports-baseball-sharp
"Imports @mui/icons-material/SportsBaseballSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-baseball-sharp (create-svg-icon [(e "path" #js {"d" "M3.81 6.28C2.67 7.9 2 9.87 2 12s.67 4.1 1.81 5.72C6.23 16.95 8 14.68 8 12S6.23 7.05 3.81 6.28zm16.38 0C17.77 7.05 16 9.32 16 12s1.77 4.95 4.19 5.72C21.33 16.1 22 14.13 22 12s-.67-4.1-1.81-5.72z"}) (e "path" #js {"d" "M14 12c0-3.28 1.97-6.09 4.79-7.33C17.01 3.02 14.63 2 12 2S6.99 3.02 5.21 4.67C8.03 5.91 10 8.72 10 12s-1.97 6.09-4.79 7.33C6.99 20.98 9.37 22 12 22s5.01-1.02 6.79-2.67C15.97 18.09 14 15.28 14 12z"})]
"SportsBaseballSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_baseball_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-baseball-two-tone
"Imports @mui/icons-material/SportsBaseballTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-baseball-two-tone (create-svg-icon [(e "path" #js {"d" "M5.61 7.22C4.6 8.55 4 10.2 4 12s.6 3.45 1.61 4.78C7.06 15.69 8 13.95 8 12s-.94-3.69-2.39-4.78z", "opacity" ".3"}) (e "path" #js {"d" "M14 12c0-2.52 1.17-4.77 3-6.24C15.63 4.66 13.89 4 12 4s-3.63.66-5 1.76c1.83 1.47 3 3.71 3 6.24s-1.17 4.77-3 6.24c1.37 1.1 3.11 1.76 5 1.76s3.63-.66 5-1.76c-1.83-1.47-3-3.72-3-6.24z", "opacity" ".3"}) (e "path" #js {"d" "M18.39 7.22C16.94 8.31 16 10.05 16 12s.94 3.69 2.39 4.78C19.4 15.45 20 13.8 20 12s-.6-3.45-1.61-4.78z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM5.61 16.78C4.6 15.45 4 13.8 4 12s.6-3.45 1.61-4.78C7.06 8.31 8 10.05 8 12s-.94 3.69-2.39 4.78zM12 20c-1.89 0-3.63-.66-5-1.76 1.83-1.47 3-3.71 3-6.24S8.83 7.23 7 5.76C8.37 4.66 10.11 4 12 4s3.63.66 5 1.76c-1.83 1.47-3 3.71-3 6.24s1.17 4.77 3 6.24c-1.37 1.1-3.11 1.76-5 1.76zm6.39-3.22C16.94 15.69 16 13.95 16 12s.94-3.69 2.39-4.78C19.4 8.55 20 10.2 20 12s-.6 3.45-1.61 4.78z"})]
"SportsBaseballTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_basketball.cljs
================================================
(ns reagent-mui.icons.sports-basketball
"Imports @mui/icons-material/SportsBasketball as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-basketball (create-svg-icon (e "path" #js {"d" "M17.09 11h4.86c-.16-1.61-.71-3.11-1.54-4.4-1.73.83-2.99 2.45-3.32 4.4zM6.91 11c-.33-1.95-1.59-3.57-3.32-4.4-.83 1.29-1.38 2.79-1.54 4.4h4.86zm8.16 0c.32-2.59 1.88-4.79 4.06-6-1.6-1.63-3.74-2.71-6.13-2.95V11h2.07zm-6.14 0H11V2.05C8.61 2.29 6.46 3.37 4.87 5c2.18 1.21 3.74 3.41 4.06 6zm6.14 2H13v8.95c2.39-.24 4.54-1.32 6.13-2.95-2.18-1.21-3.74-3.41-4.06-6zM3.59 17.4c1.72-.83 2.99-2.46 3.32-4.4H2.05c.16 1.61.71 3.11 1.54 4.4zm13.5-4.4c.33 1.95 1.59 3.57 3.32 4.4.83-1.29 1.38-2.79 1.54-4.4h-4.86zm-8.16 0c-.32 2.59-1.88 4.79-4.06 6 1.6 1.63 3.74 2.71 6.13 2.95V13H8.93z"})
"SportsBasketball"))
================================================
FILE: src/icons/reagent_mui/icons/sports_basketball_outlined.cljs
================================================
(ns reagent-mui.icons.sports-basketball-outlined
"Imports @mui/icons-material/SportsBasketballOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-basketball-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM5.23 7.75C6.1 8.62 6.7 9.74 6.91 11H4.07c.15-1.18.56-2.28 1.16-3.25zM4.07 13h2.84c-.21 1.26-.81 2.38-1.68 3.25-.6-.97-1.01-2.07-1.16-3.25zM11 19.93c-1.73-.22-3.29-1-4.49-2.14 1.3-1.24 2.19-2.91 2.42-4.79H11v6.93zM11 11H8.93C8.69 9.12 7.81 7.44 6.5 6.2 7.71 5.06 9.27 4.29 11 4.07V11zm8.93 0h-2.84c.21-1.26.81-2.38 1.68-3.25.6.97 1.01 2.07 1.16 3.25zM13 4.07c1.73.22 3.29.99 4.5 2.13-1.31 1.24-2.19 2.92-2.43 4.8H13V4.07zm0 15.86V13h2.07c.24 1.88 1.12 3.55 2.42 4.79-1.2 1.14-2.76 1.92-4.49 2.14zm5.77-3.68c-.87-.86-1.46-1.99-1.68-3.25h2.84c-.15 1.18-.56 2.28-1.16 3.25z"})
"SportsBasketballOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_basketball_rounded.cljs
================================================
(ns reagent-mui.icons.sports-basketball-rounded
"Imports @mui/icons-material/SportsBasketballRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-basketball-rounded (create-svg-icon (e "path" #js {"d" "M17.09 11h4.86c-.16-1.61-.71-3.11-1.54-4.4-1.73.83-2.99 2.45-3.32 4.4zM6.91 11c-.33-1.95-1.59-3.57-3.32-4.4-.83 1.29-1.38 2.79-1.54 4.4h4.86zm8.16 0c.32-2.59 1.88-4.79 4.06-6-1.6-1.63-3.74-2.71-6.13-2.95V11h2.07zm-6.14 0H11V2.05C8.61 2.29 6.46 3.37 4.87 5c2.18 1.21 3.74 3.41 4.06 6zm6.14 2H13v8.95c2.39-.24 4.54-1.32 6.13-2.95-2.18-1.21-3.74-3.41-4.06-6zM3.59 17.4c1.72-.83 2.99-2.46 3.32-4.4H2.05c.16 1.61.71 3.11 1.54 4.4zm13.5-4.4c.33 1.95 1.59 3.57 3.32 4.4.83-1.29 1.38-2.79 1.54-4.4h-4.86zm-8.16 0c-.32 2.59-1.88 4.79-4.06 6 1.6 1.63 3.74 2.71 6.13 2.95V13H8.93z"})
"SportsBasketballRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_basketball_sharp.cljs
================================================
(ns reagent-mui.icons.sports-basketball-sharp
"Imports @mui/icons-material/SportsBasketballSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-basketball-sharp (create-svg-icon (e "path" #js {"d" "M17.09 11h4.86c-.16-1.61-.71-3.11-1.54-4.4-1.73.83-2.99 2.45-3.32 4.4zM6.91 11c-.33-1.95-1.59-3.57-3.32-4.4-.83 1.29-1.38 2.79-1.54 4.4h4.86zm8.16 0c.32-2.59 1.88-4.79 4.06-6-1.6-1.63-3.74-2.71-6.13-2.95V11h2.07zm-6.14 0H11V2.05C8.61 2.29 6.46 3.37 4.87 5c2.18 1.21 3.74 3.41 4.06 6zm6.14 2H13v8.95c2.39-.24 4.54-1.32 6.13-2.95-2.18-1.21-3.74-3.41-4.06-6zM3.59 17.4c1.72-.83 2.99-2.46 3.32-4.4H2.05c.16 1.61.71 3.11 1.54 4.4zm13.5-4.4c.33 1.95 1.59 3.57 3.32 4.4.83-1.29 1.38-2.79 1.54-4.4h-4.86zm-8.16 0c-.32 2.59-1.88 4.79-4.06 6 1.6 1.63 3.74 2.71 6.13 2.95V13H8.93z"})
"SportsBasketballSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_basketball_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-basketball-two-tone
"Imports @mui/icons-material/SportsBasketballTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-basketball-two-tone (create-svg-icon [(e "path" #js {"d" "M8.93 11H11V4.07c-1.73.22-3.29.99-4.5 2.13C7.81 7.44 8.69 9.12 8.93 11zm11 0c-.15-1.18-.56-2.28-1.16-3.25-.87.87-1.47 1.99-1.68 3.25h2.84zM5.23 7.75c-.6.97-1.01 2.07-1.16 3.25h2.84C6.7 9.74 6.1 8.62 5.23 7.75zM4.07 13c.15 1.18.56 2.28 1.16 3.25.87-.87 1.47-1.99 1.68-3.25H4.07zm2.44 4.79c1.2 1.14 2.76 1.92 4.49 2.14V13H8.93c-.23 1.88-1.12 3.55-2.42 4.79zM17.5 6.2c-1.21-1.14-2.77-1.92-4.5-2.13V11h2.07c.24-1.88 1.12-3.56 2.43-4.8zm1.27 10.05c.61-.96 1.02-2.07 1.16-3.25h-2.84c.21 1.26.81 2.38 1.68 3.25zM13 13v6.93c1.73-.22 3.29-1 4.49-2.14-1.3-1.24-2.19-2.91-2.42-4.79H13z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM5.23 7.75C6.1 8.62 6.7 9.74 6.91 11H4.07c.15-1.18.56-2.28 1.16-3.25zM4.07 13h2.84c-.21 1.26-.81 2.38-1.68 3.25-.6-.97-1.01-2.07-1.16-3.25zM11 19.93c-1.73-.22-3.29-1-4.49-2.14 1.3-1.24 2.19-2.91 2.42-4.79H11v6.93zM11 11H8.93C8.69 9.12 7.81 7.44 6.5 6.2 7.71 5.06 9.27 4.29 11 4.07V11zm8.93 0h-2.84c.21-1.26.81-2.38 1.68-3.25.6.97 1.01 2.07 1.16 3.25zM13 4.07c1.73.22 3.29.99 4.5 2.13-1.31 1.24-2.19 2.92-2.43 4.8H13V4.07zm0 15.86V13h2.07c.24 1.88 1.12 3.55 2.42 4.79-1.2 1.14-2.76 1.92-4.49 2.14zm5.77-3.68c-.87-.86-1.46-1.99-1.68-3.25h2.84c-.15 1.18-.56 2.28-1.16 3.25z"})]
"SportsBasketballTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_cricket.cljs
================================================
(ns reagent-mui.icons.sports-cricket
"Imports @mui/icons-material/SportsCricket as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-cricket (create-svg-icon [(e "path" #js {"d" "M15.05 12.81 6.56 4.32a.9959.9959 0 0 0-1.41 0L2.32 7.15c-.39.39-.39 1.02 0 1.41l8.49 8.49c.39.39 1.02.39 1.41 0l2.83-2.83c.39-.39.39-1.02 0-1.41zm-.7088 4.9462 1.4142-1.4142 4.2426 4.2426-1.4142 1.4142z"}) (e "circle" #js {"cx" "18.5", "cy" "5.5", "r" "3.5"})]
"SportsCricket"))
================================================
FILE: src/icons/reagent_mui/icons/sports_cricket_outlined.cljs
================================================
(ns reagent-mui.icons.sports-cricket-outlined
"Imports @mui/icons-material/SportsCricketOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-cricket-outlined (create-svg-icon (e "path" #js {"d" "m15.04 12.79-8.5-8.5C6.35 4.1 6.09 4 5.83 4s-.51.1-.7.29L2.29 7.13c-.39.39-.39 1.03 0 1.42l8.5 8.5c.2.2.45.29.71.29.26 0 .51-.1.71-.29l2.83-2.83c.39-.4.39-1.04 0-1.43zm-3.54 2.13L4.41 7.83l1.42-1.42 7.09 7.09-1.42 1.42zm2.8412 2.8362 1.4142-1.4142 4.2426 4.2426-1.4142 1.4142zM18.5 2C16.57 2 15 3.57 15 5.5S16.57 9 18.5 9 22 7.43 22 5.5 20.43 2 18.5 2zm0 5c-.83 0-1.5-.67-1.5-1.5S17.67 4 18.5 4s1.5.67 1.5 1.5S19.33 7 18.5 7z"})
"SportsCricketOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_cricket_rounded.cljs
================================================
(ns reagent-mui.icons.sports-cricket-rounded
"Imports @mui/icons-material/SportsCricketRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-cricket-rounded (create-svg-icon [(e "path" #js {"d" "M15.05 12.81 6.56 4.32a.9959.9959 0 0 0-1.41 0L2.32 7.15c-.39.39-.39 1.02 0 1.41l8.49 8.49c.39.39 1.02.39 1.41 0l2.83-2.83c.39-.39.39-1.02 0-1.41zm-.71 4.95 3.53 3.53c.39.39 1.03.39 1.42 0 .39-.39.39-1.03 0-1.42l-3.53-3.53-1.42 1.42z"}) (e "circle" #js {"cx" "18.5", "cy" "5.5", "r" "3.5"})]
"SportsCricketRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_cricket_sharp.cljs
================================================
(ns reagent-mui.icons.sports-cricket-sharp
"Imports @mui/icons-material/SportsCricketSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-cricket-sharp (create-svg-icon [(e "path" #js {"d" "M15.05 12.81 6.56 4.32a.9959.9959 0 0 0-1.41 0L2.32 7.15c-.39.39-.39 1.02 0 1.41l8.49 8.49c.39.39 1.02.39 1.41 0l2.83-2.83c.39-.39.39-1.02 0-1.41zm-.7088 4.9462 1.4142-1.4142 4.2426 4.2426-1.4142 1.4142z"}) (e "circle" #js {"cx" "18.5", "cy" "5.5", "r" "3.5"})]
"SportsCricketSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_cricket_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-cricket-two-tone
"Imports @mui/icons-material/SportsCricketTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-cricket-two-tone (create-svg-icon [(e "path" #js {"d" "m4.414 7.8394 1.4213-1.4213 7.0852 7.0853-1.4213 1.4212z", "opacity" ".3"}) (e "circle" #js {"cx" "18.5", "cy" "5.5", "r" "1.5", "opacity" ".3"}) (e "path" #js {"d" "m15.04 12.79-8.5-8.5C6.35 4.1 6.09 4 5.83 4s-.51.1-.7.29L2.29 7.13c-.39.39-.39 1.03 0 1.42l8.5 8.5c.2.2.45.29.71.29.26 0 .51-.1.71-.29l2.83-2.83c.39-.4.39-1.04 0-1.43zm-3.54 2.13L4.41 7.83l1.42-1.42 7.09 7.09-1.42 1.42zm2.8412 2.8362 1.4142-1.4142 4.2426 4.2426-1.4142 1.4142zM18.5 2C16.57 2 15 3.57 15 5.5S16.57 9 18.5 9 22 7.43 22 5.5 20.43 2 18.5 2zm0 5c-.83 0-1.5-.67-1.5-1.5S17.67 4 18.5 4s1.5.67 1.5 1.5S19.33 7 18.5 7z"})]
"SportsCricketTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_esports.cljs
================================================
(ns reagent-mui.icons.sports-esports
"Imports @mui/icons-material/SportsEsports as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-esports (create-svg-icon (e "path" #js {"d" "m21.58 16.09-1.09-7.66C20.21 6.46 18.52 5 16.53 5H7.47C5.48 5 3.79 6.46 3.51 8.43l-1.09 7.66C2.2 17.63 3.39 19 4.94 19c.68 0 1.32-.27 1.8-.75L9 16h6l2.25 2.25c.48.48 1.13.75 1.8.75 1.56 0 2.75-1.37 2.53-2.91zM11 11H9v2H8v-2H6v-1h2V8h1v2h2v1zm4-1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"SportsEsports"))
================================================
FILE: src/icons/reagent_mui/icons/sports_esports_outlined.cljs
================================================
(ns reagent-mui.icons.sports-esports-outlined
"Imports @mui/icons-material/SportsEsportsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-esports-outlined (create-svg-icon [(e "path" #js {"d" "m21.58 16.09-1.09-7.66C20.21 6.46 18.52 5 16.53 5H7.47C5.48 5 3.79 6.46 3.51 8.43l-1.09 7.66C2.2 17.63 3.39 19 4.94 19c.68 0 1.32-.27 1.8-.75L9 16h6l2.25 2.25c.48.48 1.13.75 1.8.75 1.56 0 2.75-1.37 2.53-2.91zm-2.1.72c-.08.09-.21.19-.42.19-.15 0-.29-.06-.39-.16L15.83 14H8.17l-2.84 2.84c-.1.1-.24.16-.39.16-.21 0-.34-.1-.42-.19-.08-.09-.16-.23-.13-.44l1.09-7.66C5.63 7.74 6.48 7 7.47 7h9.06c.99 0 1.84.74 1.98 1.72l1.09 7.66c.03.2-.05.34-.12.43z"}) (e "path" #js {"d" "M9 8H8v2H6v1h2v2h1v-2h2v-1H9z"}) (e "circle" #js {"cx" "17", "cy" "12", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "9", "r" "1"})]
"SportsEsportsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_esports_rounded.cljs
================================================
(ns reagent-mui.icons.sports-esports-rounded
"Imports @mui/icons-material/SportsEsportsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-esports-rounded (create-svg-icon (e "path" #js {"d" "m21.58 16.09-1.09-7.66C20.21 6.46 18.52 5 16.53 5H7.47C5.48 5 3.79 6.46 3.51 8.43l-1.09 7.66C2.2 17.63 3.39 19 4.94 19c.68 0 1.32-.27 1.8-.75L9 16h6l2.25 2.25c.48.48 1.13.75 1.8.75 1.56 0 2.75-1.37 2.53-2.91zM11 11H9v2H8v-2H6v-1h2V8h1v2h2v1zm4-1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"SportsEsportsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_esports_sharp.cljs
================================================
(ns reagent-mui.icons.sports-esports-sharp
"Imports @mui/icons-material/SportsEsportsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-esports-sharp (create-svg-icon (e "path" #js {"d" "M20 5H4L2 19h4l3-3h6l3 3h4L20 5zm-9 6H9v2H8v-2H6v-1h2V8h1v2h2v1zm4-1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"SportsEsportsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_esports_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-esports-two-tone
"Imports @mui/icons-material/SportsEsportsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-esports-two-tone (create-svg-icon [(e "path" #js {"d" "M16.53 7H7.47c-.99 0-1.84.74-1.98 1.72L4.4 16.37c-.03.21.05.35.13.44.07.09.2.19.41.19.15 0 .29-.06.39-.16L8.17 14h7.66l2.84 2.84c.1.1.24.16.39.16.21 0 .34-.1.42-.19.08-.09.16-.23.13-.44l-1.09-7.66c-.15-.97-1-1.71-1.99-1.71zM11 11H9v2H8v-2H6v-1h2V8h1v2h2v1zm4-1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "path" #js {"d" "m21.58 16.09-1.09-7.66C20.21 6.46 18.52 5 16.53 5H7.47C5.48 5 3.79 6.46 3.51 8.43l-1.09 7.66C2.2 17.63 3.39 19 4.94 19c.68 0 1.32-.27 1.8-.75L9 16h6l2.25 2.25c.48.48 1.13.75 1.8.75 1.56 0 2.75-1.37 2.53-2.91zm-2.1.72c-.08.09-.21.19-.42.19-.15 0-.29-.06-.39-.16L15.83 14H8.17l-2.84 2.84c-.1.1-.24.16-.39.16-.21 0-.34-.1-.42-.19-.08-.09-.16-.23-.13-.44l1.09-7.66C5.63 7.74 6.48 7 7.47 7h9.06c.99 0 1.84.74 1.98 1.72l1.09 7.66c.03.2-.05.34-.12.43z"}) (e "path" #js {"d" "M9 8H8v2H6v1h2v2h1v-2h2v-1H9z"}) (e "circle" #js {"cx" "17", "cy" "12", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "9", "r" "1"})]
"SportsEsportsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_football.cljs
================================================
(ns reagent-mui.icons.sports-football
"Imports @mui/icons-material/SportsFootball as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-football (create-svg-icon (e "path" #js {"d" "M3.02 15.62c-.08 2.42.32 4.34.67 4.69s2.28.76 4.69.67l-5.36-5.36zM13.08 3.28c-2.33.42-4.79 1.34-6.62 3.18s-2.76 4.29-3.18 6.62l7.63 7.63c2.34-.41 4.79-1.34 6.62-3.18s2.76-4.29 3.18-6.62l-7.63-7.63zM9.9 15.5l-1.4-1.4 5.6-5.6 1.4 1.4-5.6 5.6zm11.08-7.12c.08-2.42-.32-4.34-.67-4.69s-2.28-.76-4.69-.67l5.36 5.36z"})
"SportsFootball"))
================================================
FILE: src/icons/reagent_mui/icons/sports_football_outlined.cljs
================================================
(ns reagent-mui.icons.sports-football-outlined
"Imports @mui/icons-material/SportsFootballOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-football-outlined (create-svg-icon [(e "path" #js {"d" "M20.31 3.69c-.32-.33-1.94-.69-4.05-.69-3.03 0-7.09.75-9.8 3.46-4.59 4.59-3.56 13.06-2.77 13.85.32.33 1.94.69 4.05.69 3.03 0 7.09-.75 9.8-3.46 4.59-4.59 3.56-13.06 2.77-13.85zM7.74 19c-1.14 0-2.02-.12-2.53-.23-.18-.79-.3-2.21-.17-3.83l4.01 4.01c-.52.04-.97.05-1.31.05zm8.39-2.87c-1.33 1.33-3.06 2.05-4.66 2.44l-6.04-6.04c.42-1.68 1.16-3.37 2.45-4.65 1.32-1.32 3.05-2.04 4.64-2.43l6.05 6.05c-.42 1.67-1.17 3.35-2.44 4.63zm2.83-7.04-4.03-4.03c.52-.05.98-.06 1.33-.06 1.14 0 2.02.12 2.53.23.18.79.3 2.22.17 3.86z"}) (e "path" #js {"d" "M8.4996 14.1002 14.1 8.4999l1.4 1.4-5.6002 5.6004z"})]
"SportsFootballOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_football_rounded.cljs
================================================
(ns reagent-mui.icons.sports-football-rounded
"Imports @mui/icons-material/SportsFootballRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-football-rounded (create-svg-icon (e "path" #js {"d" "M3.02 15.62c-.08 2.42.32 4.34.67 4.69s2.28.76 4.69.67l-5.36-5.36zM13.08 3.28c-2.33.42-4.79 1.34-6.62 3.18s-2.76 4.29-3.18 6.62l7.63 7.63c2.34-.41 4.79-1.34 6.62-3.18s2.76-4.29 3.18-6.62l-7.63-7.63zm1.72 7.32-4.2 4.2c-.39.39-1.01.39-1.4 0s-.39-1.01 0-1.4l4.2-4.2c.39-.39 1.01-.39 1.4 0s.39 1.01 0 1.4zm6.18-2.22c.08-2.42-.32-4.34-.67-4.69s-2.28-.76-4.69-.67l5.36 5.36z"})
"SportsFootballRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_football_sharp.cljs
================================================
(ns reagent-mui.icons.sports-football-sharp
"Imports @mui/icons-material/SportsFootballSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-football-sharp (create-svg-icon (e "path" #js {"d" "M3.02 15.62c-.08 2.42.32 4.34.67 4.69s2.28.76 4.69.67l-5.36-5.36zM13.08 3.28c-2.33.42-4.79 1.34-6.62 3.18s-2.76 4.29-3.18 6.62l7.63 7.63c2.34-.41 4.79-1.34 6.62-3.18s2.76-4.29 3.18-6.62l-7.63-7.63zM9.9 15.5l-1.4-1.4 5.6-5.6 1.4 1.4-5.6 5.6zm11.08-7.12c.08-2.42-.32-4.34-.67-4.69s-2.28-.76-4.69-.67l5.36 5.36z"})
"SportsFootballSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_football_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-football-two-tone
"Imports @mui/icons-material/SportsFootballTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-football-two-tone (create-svg-icon [(e "path" #js {"d" "M16.26 5c-.35 0-.8.01-1.33.06l4.03 4.03c.14-1.63.01-3.07-.17-3.86-.51-.11-1.39-.23-2.53-.23zM5.21 18.77c.51.11 1.39.23 2.53.23.34 0 .79-.01 1.3-.05l-4.01-4.01c-.12 1.62 0 3.04.18 3.83zm2.66-10.9c-1.28 1.28-2.03 2.97-2.45 4.65l6.04 6.04c1.6-.39 3.33-1.11 4.66-2.44 1.28-1.28 2.03-2.95 2.44-4.63l-6.05-6.05c-1.59.39-3.31 1.11-4.64 2.43zM15.5 9.9l-5.6 5.6-1.4-1.4 5.6-5.6 1.4 1.4z", "opacity" ".3"}) (e "path" #js {"d" "M20.31 3.69c-.32-.33-1.94-.69-4.05-.69-3.03 0-7.09.75-9.8 3.46-4.59 4.59-3.56 13.06-2.77 13.85.32.33 1.94.69 4.05.69 3.03 0 7.09-.75 9.8-3.46 4.59-4.59 3.56-13.06 2.77-13.85zM7.74 19c-1.14 0-2.02-.12-2.53-.23-.18-.79-.3-2.21-.17-3.83l4.01 4.01c-.52.04-.97.05-1.31.05zm8.39-2.87c-1.33 1.33-3.06 2.05-4.66 2.44l-6.04-6.04c.42-1.68 1.16-3.37 2.45-4.65 1.32-1.32 3.05-2.04 4.64-2.43l6.05 6.05c-.42 1.67-1.17 3.35-2.44 4.63zm2.83-7.04-4.03-4.03c.52-.05.98-.06 1.33-.06 1.14 0 2.02.12 2.53.23.18.79.3 2.22.17 3.86z"}) (e "path" #js {"d" "M8.4996 14.1002 14.1 8.4999l1.4 1.4-5.6002 5.6004z"})]
"SportsFootballTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_golf.cljs
================================================
(ns reagent-mui.icons.sports-golf
"Imports @mui/icons-material/SportsGolf as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-golf (create-svg-icon [(e "path" #js {"d" "M12 16c3.87 0 7-3.13 7-7s-3.13-7-7-7-7 3.13-7 7 3.13 7 7 7zm0-12c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5z"}) (e "circle" #js {"cx" "10", "cy" "8", "r" "1"}) (e "circle" #js {"cx" "14", "cy" "8", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "6", "r" "1"}) (e "path" #js {"d" "M7 19h2c1.1 0 2 .9 2 2v1h2v-1c0-1.1.9-2 2-2h2v-2H7v2z"})]
"SportsGolf"))
================================================
FILE: src/icons/reagent_mui/icons/sports_golf_outlined.cljs
================================================
(ns reagent-mui.icons.sports-golf-outlined
"Imports @mui/icons-material/SportsGolfOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-golf-outlined (create-svg-icon [(e "path" #js {"d" "M12 16c3.87 0 7-3.13 7-7s-3.13-7-7-7-7 3.13-7 7 3.13 7 7 7zm0-12c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5z"}) (e "circle" #js {"cx" "10", "cy" "8", "r" "1"}) (e "circle" #js {"cx" "14", "cy" "8", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "6", "r" "1"}) (e "path" #js {"d" "M7 19h2c1.1 0 2 .9 2 2v1h2v-1c0-1.1.9-2 2-2h2v-2H7v2z"})]
"SportsGolfOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_golf_rounded.cljs
================================================
(ns reagent-mui.icons.sports-golf-rounded
"Imports @mui/icons-material/SportsGolfRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-golf-rounded (create-svg-icon [(e "path" #js {"d" "M12 16c3.87 0 7-3.13 7-7s-3.13-7-7-7-7 3.13-7 7 3.13 7 7 7zm0-12c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5z"}) (e "circle" #js {"cx" "10", "cy" "8", "r" "1"}) (e "circle" #js {"cx" "14", "cy" "8", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "6", "r" "1"}) (e "path" #js {"d" "M16 17H8c-.55 0-1 .45-1 1s.45 1 1 1h1c1.1 0 2 .9 2 2v1h2v-1c0-1.1.9-2 2-2h1c.55 0 1-.45 1-1s-.45-1-1-1z"})]
"SportsGolfRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_golf_sharp.cljs
================================================
(ns reagent-mui.icons.sports-golf-sharp
"Imports @mui/icons-material/SportsGolfSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-golf-sharp (create-svg-icon [(e "path" #js {"d" "M12 16c3.87 0 7-3.13 7-7s-3.13-7-7-7-7 3.13-7 7 3.13 7 7 7zm0-12c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5z"}) (e "circle" #js {"cx" "10", "cy" "8", "r" "1"}) (e "circle" #js {"cx" "14", "cy" "8", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "6", "r" "1"}) (e "path" #js {"d" "M7 19h2c1.1 0 2 .9 2 2v1h2v-1c0-1.1.9-2 2-2h2v-2H7v2z"})]
"SportsGolfSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_golf_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-golf-two-tone
"Imports @mui/icons-material/SportsGolfTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-golf-two-tone (create-svg-icon [(e "path" #js {"d" "M12 14c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm2-7c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-2-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-2 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z", "opacity" ".3"}) (e "path" #js {"d" "M12 16c3.87 0 7-3.13 7-7s-3.13-7-7-7-7 3.13-7 7 3.13 7 7 7zm0-12c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5z"}) (e "circle" #js {"cx" "10", "cy" "8", "r" "1"}) (e "circle" #js {"cx" "14", "cy" "8", "r" "1"}) (e "circle" #js {"cx" "12", "cy" "6", "r" "1"}) (e "path" #js {"d" "M7 19h2c1.1 0 2 .9 2 2v1h2v-1c0-1.1.9-2 2-2h2v-2H7v2z"})]
"SportsGolfTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_gymnastics.cljs
================================================
(ns reagent-mui.icons.sports-gymnastics
"Imports @mui/icons-material/SportsGymnastics as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-gymnastics (create-svg-icon (e "path" #js {"d" "M4 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM1 9h6l7-5 1.31 1.52-4.17 2.98H14L21.8 4 23 5.4 14.5 12 14 22h-2l-.5-10L8 11H1V9z"})
"SportsGymnastics"))
================================================
FILE: src/icons/reagent_mui/icons/sports_gymnastics_outlined.cljs
================================================
(ns reagent-mui.icons.sports-gymnastics-outlined
"Imports @mui/icons-material/SportsGymnasticsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-gymnastics-outlined (create-svg-icon (e "path" #js {"d" "M4 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM1 9h6l7-5 1.31 1.52-4.17 2.98H14L21.8 4 23 5.4 14.5 12 14 22h-2l-.5-10L8 11H1V9z"})
"SportsGymnasticsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_gymnastics_rounded.cljs
================================================
(ns reagent-mui.icons.sports-gymnastics-rounded
"Imports @mui/icons-material/SportsGymnasticsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-gymnastics-rounded (create-svg-icon (e "path" #js {"d" "M4 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm9 16c-.56 0-1.02-.44-1.05-1l-.45-9L8 11H2c-.55 0-1-.45-1-1s.45-1 1-1h5l6.26-4.47c.42-.3 1-.23 1.34.16.38.45.3 1.12-.18 1.46L11.14 8.5H14l7.09-4.09c.41-.24.93-.15 1.24.21.36.43.3 1.07-.14 1.41L14.5 12l-.45 9c-.03.56-.49 1-1.05 1z"})
"SportsGymnasticsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_gymnastics_sharp.cljs
================================================
(ns reagent-mui.icons.sports-gymnastics-sharp
"Imports @mui/icons-material/SportsGymnasticsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-gymnastics-sharp (create-svg-icon (e "path" #js {"d" "M4 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM1 9h6l7-5 1.31 1.52-4.17 2.98H14L21.8 4 23 5.4 14.5 12 14 22h-2l-.5-10L8 11H1V9z"})
"SportsGymnasticsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_gymnastics_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-gymnastics-two-tone
"Imports @mui/icons-material/SportsGymnasticsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-gymnastics-two-tone (create-svg-icon (e "path" #js {"d" "M4 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM1 9h6l7-5 1.31 1.52-4.17 2.98H14L21.8 4 23 5.4 14.5 12 14 22h-2l-.5-10L8 11H1V9z"})
"SportsGymnasticsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_handball.cljs
================================================
(ns reagent-mui.icons.sports-handball
"Imports @mui/icons-material/SportsHandball as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-handball (create-svg-icon [(e "path" #js {"d" "M14.27 6c-.55.95-.22 2.18.73 2.73.95.55 2.18.22 2.73-.73.55-.95.22-2.18-.73-2.73-.95-.55-2.18-.22-2.73.73z"}) (e "path" #js {"d" "M15.84 10.41s-1.63-.94-2.6-1.5c-2.38-1.38-3.2-4.44-1.82-6.82l-1.73-1C8.1 3.83 8.6 7.21 10.66 9.4l-5.15 8.92 1.73 1 1.5-2.6 1.73 1-3 5.2 1.73 1 6.29-10.89c1.14 1.55 1.33 3.69.31 5.46l1.73 1c1.6-2.75 1.28-6.58-1.69-9.08z"}) (e "path" #js {"d" "M12.75 3.8c.72.41 1.63.17 2.05-.55.41-.72.17-1.63-.55-2.05-.72-.41-1.63-.17-2.05.55-.41.72-.17 1.64.55 2.05z"})]
"SportsHandball"))
================================================
FILE: src/icons/reagent_mui/icons/sports_handball_outlined.cljs
================================================
(ns reagent-mui.icons.sports-handball-outlined
"Imports @mui/icons-material/SportsHandballOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-handball-outlined (create-svg-icon [(e "path" #js {"d" "M14.27 6c-.55.95-.22 2.18.73 2.73.95.55 2.18.22 2.73-.73.55-.95.22-2.18-.73-2.73-.95-.55-2.18-.22-2.73.73z"}) (e "path" #js {"d" "M15.84 10.41s-1.63-.94-2.6-1.5c-2.38-1.38-3.2-4.44-1.82-6.82l-1.73-1C8.1 3.83 8.6 7.21 10.66 9.4l-5.15 8.92 1.73 1 1.5-2.6 1.73 1-3 5.2 1.73 1 6.29-10.89c1.14 1.55 1.33 3.69.31 5.46l1.73 1c1.6-2.75 1.28-6.58-1.69-9.08z"}) (e "path" #js {"d" "M12.75 3.8c.72.41 1.63.17 2.05-.55.41-.72.17-1.63-.55-2.05-.72-.41-1.63-.17-2.05.55-.41.72-.17 1.64.55 2.05z"})]
"SportsHandballOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_handball_rounded.cljs
================================================
(ns reagent-mui.icons.sports-handball-rounded
"Imports @mui/icons-material/SportsHandballRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-handball-rounded (create-svg-icon [(e "path" #js {"d" "M14.27 6c-.55.95-.22 2.18.73 2.73.95.55 2.18.22 2.73-.73.55-.95.22-2.18-.73-2.73-.95-.55-2.18-.22-2.73.73z"}) (e "path" #js {"d" "M15.84 10.41s-1.63-.94-2.6-1.5c-2.13-1.24-3.01-3.83-2.18-6.07.17-.46-.01-.97-.43-1.21-.53-.3-1.22-.07-1.43.5-.95 2.51-.35 5.35 1.46 7.27l-4.65 8.05c-.28.48-.11 1.09.37 1.37s1.09.11 1.37-.37l1-1.73 1.73 1-2.5 4.33c-.28.48-.11 1.09.37 1.37s1.09.11 1.37-.37l5.79-10.02c.98 1.34 1.26 3.12.66 4.72-.17.45.02.96.43 1.2.53.31 1.22.08 1.44-.5.97-2.62.41-5.84-2.2-8.04zM12.75 3.8c.72.41 1.63.17 2.05-.55.41-.72.17-1.63-.55-2.05-.72-.41-1.63-.17-2.05.55-.41.72-.17 1.64.55 2.05z"})]
"SportsHandballRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_handball_sharp.cljs
================================================
(ns reagent-mui.icons.sports-handball-sharp
"Imports @mui/icons-material/SportsHandballSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-handball-sharp (create-svg-icon [(e "path" #js {"d" "M14.27 6c-.55.95-.22 2.18.73 2.73.95.55 2.18.22 2.73-.73.55-.95.22-2.18-.73-2.73-.95-.55-2.18-.22-2.73.73z"}) (e "path" #js {"d" "M15.84 10.41s-1.63-.94-2.6-1.5c-2.38-1.38-3.2-4.44-1.82-6.82l-1.73-1C8.1 3.83 8.6 7.21 10.66 9.4l-5.15 8.92 1.73 1 1.5-2.6 1.73 1-3 5.2 1.73 1 6.29-10.89c1.14 1.55 1.33 3.69.31 5.46l1.73 1c1.6-2.75 1.28-6.58-1.69-9.08z"}) (e "path" #js {"d" "M12.75 3.8c.72.41 1.63.17 2.05-.55.41-.72.17-1.63-.55-2.05-.72-.41-1.63-.17-2.05.55-.41.72-.17 1.64.55 2.05z"})]
"SportsHandballSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_handball_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-handball-two-tone
"Imports @mui/icons-material/SportsHandballTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-handball-two-tone (create-svg-icon [(e "path" #js {"d" "M14.27 6c-.55.95-.22 2.18.73 2.73.95.55 2.18.22 2.73-.73.55-.95.22-2.18-.73-2.73-.95-.55-2.18-.22-2.73.73z"}) (e "path" #js {"d" "M15.84 10.41s-1.63-.94-2.6-1.5c-2.38-1.38-3.2-4.44-1.82-6.82l-1.73-1C8.1 3.83 8.6 7.21 10.66 9.4l-5.15 8.92 1.73 1 1.5-2.6 1.73 1-3 5.2 1.73 1 6.29-10.89c1.14 1.55 1.33 3.69.31 5.46l1.73 1c1.6-2.75 1.28-6.58-1.69-9.08z"}) (e "path" #js {"d" "M12.75 3.8c.72.41 1.63.17 2.05-.55.41-.72.17-1.63-.55-2.05-.72-.41-1.63-.17-2.05.55-.41.72-.17 1.64.55 2.05z"})]
"SportsHandballTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_hockey.cljs
================================================
(ns reagent-mui.icons.sports-hockey
"Imports @mui/icons-material/SportsHockey as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-hockey (create-svg-icon (e "path" #js {"d" "M2 17v3h2v-4H3c-.55 0-1 .45-1 1zm7-1H5v4l4.69-.01c.38 0 .72-.21.89-.55l.87-1.9-1.59-3.48L9 16zm12.71.29c-.18-.18-.43-.29-.71-.29h-1v4h2v-3c0-.28-.11-.53-.29-.71zm-8.11-3.45L17.65 4H14.3l-1.76 3.97-.49 1.1-.05.14L9.7 4H6.35l4.05 8.84 1.52 3.32.08.18 1.42 3.1c.17.34.51.55.89.55L19 20v-4h-4l-1.4-3.16z"})
"SportsHockey"))
================================================
FILE: src/icons/reagent_mui/icons/sports_hockey_outlined.cljs
================================================
(ns reagent-mui.icons.sports-hockey-outlined
"Imports @mui/icons-material/SportsHockeyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-hockey-outlined (create-svg-icon (e "path" #js {"d" "M2 17v3h2v-4H3c-.55 0-1 .45-1 1zm7-1H5v4l4.69-.01c.38 0 .72-.21.89-.55l.87-1.9-1.59-3.48L9 16zm12.71.29c-.18-.18-.43-.29-.71-.29h-1v4h2v-3c0-.28-.11-.53-.29-.71zm-8.11-3.45L17.65 4H14.3l-1.76 3.97-.49 1.1-.05.14L9.7 4H6.35l4.05 8.84 1.52 3.32.08.18 1.42 3.1c.17.34.51.55.89.55L19 20v-4h-4l-1.4-3.16z"})
"SportsHockeyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_hockey_rounded.cljs
================================================
(ns reagent-mui.icons.sports-hockey-rounded
"Imports @mui/icons-material/SportsHockeyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-hockey-rounded (create-svg-icon (e "path" #js {"d" "M2 17v3h2v-4H3c-.55 0-1 .45-1 1zm7-1H5v4l4.69-.01c.38 0 .72-.21.89-.55l.87-1.9-1.59-3.48L9 16zm12.71.29c-.18-.18-.43-.29-.71-.29h-1v4h2v-3c0-.28-.11-.53-.29-.71zm-8.11-3.45L17.65 4H14.3l-1.76 3.97-.49 1.1-.05.14L9.7 4H6.35l4.05 8.84 1.52 3.32.08.18 1.42 3.1c.17.34.51.55.89.55L19 20v-4h-4l-1.4-3.16z"})
"SportsHockeyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_hockey_sharp.cljs
================================================
(ns reagent-mui.icons.sports-hockey-sharp
"Imports @mui/icons-material/SportsHockeySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-hockey-sharp (create-svg-icon (e "path" #js {"d" "M2 17v3h2v-4H3c-.55 0-1 .45-1 1zm7-1H5v4l4.69-.01c.38 0 .72-.21.89-.55l.87-1.9-1.59-3.48L9 16zm12.71.29c-.18-.18-.43-.29-.71-.29h-1v4h2v-3c0-.28-.11-.53-.29-.71zm-8.11-3.45L17.65 4H14.3l-1.76 3.97-.49 1.1-.05.14L9.7 4H6.35l4.05 8.84 1.52 3.32.08.18 1.42 3.1c.17.34.51.55.89.55L19 20v-4h-4l-1.4-3.16z"})
"SportsHockeySharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_hockey_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-hockey-two-tone
"Imports @mui/icons-material/SportsHockeyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-hockey-two-tone (create-svg-icon (e "path" #js {"d" "M2 17v3h2v-4H3c-.55 0-1 .45-1 1zm7-1H5v4l4.69-.01c.38 0 .72-.21.89-.55l.87-1.9-1.59-3.48L9 16zm12.71.29c-.18-.18-.43-.29-.71-.29h-1v4h2v-3c0-.28-.11-.53-.29-.71zm-8.11-3.45L17.65 4H14.3l-1.76 3.97-.49 1.1-.05.14L9.7 4H6.35l4.05 8.84 1.52 3.32.08.18 1.42 3.1c.17.34.51.55.89.55L19 20v-4h-4l-1.4-3.16z"})
"SportsHockeyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_kabaddi.cljs
================================================
(ns reagent-mui.icons.sports-kabaddi
"Imports @mui/icons-material/SportsKabaddi as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-kabaddi (create-svg-icon [(e "circle" #js {"cx" "16.5", "cy" "2.38", "r" "2"}) (e "path" #js {"d" "M24 11.88v-4.7l-5.05-2.14c-.97-.41-2.09-.06-2.65.84l-1 1.6c-.67 1.18-1.91 2.06-3.41 2.32l.06.06c.69.69 1.52 1.07 2.46 1.17.8-.42 1.52-.98 2.09-1.64l.6 3-1.16 1.1-.94.89v7.5h2v-6l2.1-2 1.8 8H23l-2.18-11-.62-3.1 1.8.7v3.4h2zM10.29 8.09c.22.15.47.24.72.29.13.02.25.04.38.04s.26-.01.38-.04c.13-.02.25-.06.37-.11.24-.1.47-.24.66-.44.49-.49.67-1.17.55-1.8-.07-.37-.25-.74-.55-1.03-.19-.19-.42-.34-.66-.44-.12-.05-.24-.09-.37-.11s-.25-.04-.38-.04c-.12 0-.23.01-.35.03-.14.02-.28.06-.41.11-.23.11-.46.26-.65.45-.3.29-.48.66-.55 1.03-.12.63.06 1.31.55 1.8.09.1.2.18.31.26z"}) (e "path" #js {"d" "m11.24 10.56-2-2c-.1-.1-.2-.18-.31-.26-.22-.14-.47-.24-.72-.28-.13-.03-.25-.04-.38-.04-.51 0-1.02.2-1.41.59l-3.34 3.34c-.41.41-.62.98-.58 1.54 0 .18.04.37.11.55l1.07 2.95-3.63 3.63L1.46 22l4.24-4.24v-2.22L7 16.75v5.13h2v-6l-2.12-2.12 2.36-2.36.71.71c1.29 1.26 2.97 2.04 5.03 2.04l-.14-2.07c-1.5-.02-2.7-.62-3.6-1.52z"})]
"SportsKabaddi"))
================================================
FILE: src/icons/reagent_mui/icons/sports_kabaddi_outlined.cljs
================================================
(ns reagent-mui.icons.sports-kabaddi-outlined
"Imports @mui/icons-material/SportsKabaddiOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-kabaddi-outlined (create-svg-icon [(e "circle" #js {"cx" "16.5", "cy" "2.38", "r" "2"}) (e "path" #js {"d" "M24 11.88v-4.7l-5.05-2.14c-.97-.41-2.09-.06-2.65.84l-1 1.6c-.67 1.18-1.91 2.06-3.41 2.32l.06.06c.69.69 1.52 1.07 2.46 1.17.8-.42 1.52-.98 2.09-1.64l.6 3-1.16 1.1-.94.89v7.5h2v-6l2.1-2 1.8 8H23l-2.18-11-.62-3.1 1.8.7v3.4h2zM10.29 8.09c.22.15.47.24.72.29.13.02.25.04.38.04s.26-.01.38-.04c.13-.02.25-.06.37-.11.24-.1.47-.24.66-.44.49-.49.67-1.17.55-1.8-.07-.37-.25-.74-.55-1.03-.19-.19-.42-.34-.66-.44-.12-.05-.24-.09-.37-.11s-.25-.04-.38-.04c-.12 0-.23.01-.35.03-.14.02-.28.06-.41.11-.23.11-.46.26-.65.45-.3.29-.48.66-.55 1.03-.12.63.06 1.31.55 1.8.09.1.2.18.31.26z"}) (e "path" #js {"d" "m11.24 10.56-2-2c-.1-.1-.2-.18-.31-.26-.22-.14-.47-.24-.72-.28-.13-.03-.25-.04-.38-.04-.51 0-1.02.2-1.41.59l-3.34 3.34c-.41.41-.62.98-.58 1.54 0 .18.04.37.11.55l1.07 2.95-3.63 3.63L1.46 22l4.24-4.24v-2.22L7 16.75v5.13h2v-6l-2.12-2.12 2.36-2.36.71.71c1.29 1.26 2.97 2.04 5.03 2.04l-.14-2.07c-1.5-.02-2.7-.62-3.6-1.52z"})]
"SportsKabaddiOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_kabaddi_rounded.cljs
================================================
(ns reagent-mui.icons.sports-kabaddi-rounded
"Imports @mui/icons-material/SportsKabaddiRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-kabaddi-rounded (create-svg-icon [(e "circle" #js {"cx" "16.5", "cy" "2.38", "r" "2"}) (e "path" #js {"d" "M24 10.88v-3.7l-4.99-2.11c-.98-.41-2.12-.07-2.71.81l-1 1.6c-.67 1.18-1.91 2.06-3.41 2.32l.06.06c.69.69 1.52 1.07 2.46 1.17.8-.42 1.52-.98 2.09-1.64l.6 3-1.16 1.1-.94.89v6.5c0 .55.45 1 1 1s1-.45 1-1v-5l2.1-2 1.62 7.19c.11.47.53.81 1.02.81.66 0 1.15-.6 1.02-1.24l-1.94-9.76-.62-3.1 1.8.7v2.4c0 .55.45 1 1 1s1-.45 1-1zM10.29 8.09c.22.15.47.24.72.29.13.02.25.04.38.04s.26-.01.38-.04c.13-.02.25-.06.37-.11.24-.1.47-.24.66-.44.49-.49.67-1.17.55-1.8-.07-.37-.25-.74-.55-1.03-.19-.19-.42-.34-.66-.44-.12-.05-.24-.09-.37-.11s-.25-.04-.38-.04c-.12 0-.23.01-.35.03-.14.02-.28.06-.41.11-.23.11-.46.26-.65.45-.3.29-.48.66-.55 1.03-.12.63.06 1.31.55 1.8.09.1.2.18.31.26z"}) (e "path" #js {"d" "m11.24 10.56-2-2c-.1-.1-.2-.18-.31-.26-.22-.14-.47-.24-.72-.28-.13-.03-.25-.04-.38-.04-.51 0-1.02.2-1.41.59l-3.34 3.34c-.41.41-.62.98-.58 1.54 0 .18.04.37.11.55l1.07 2.95-2.92 2.92c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l3.54-3.54v-2.22L7 16.75v4.13c0 .55.45 1 1 1s1-.45 1-1v-5l-2.12-2.12 2.36-2.36.71.71c1.02 1 2.28 1.69 3.79 1.94.64.11 1.21-.45 1.16-1.1-.03-.48-.4-.87-.87-.94-1.13-.18-2.06-.72-2.79-1.45z"})]
"SportsKabaddiRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_kabaddi_sharp.cljs
================================================
(ns reagent-mui.icons.sports-kabaddi-sharp
"Imports @mui/icons-material/SportsKabaddiSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-kabaddi-sharp (create-svg-icon [(e "circle" #js {"cx" "16.5", "cy" "2.38", "r" "2"}) (e "path" #js {"d" "M24 11.88v-4.7l-5.05-2.14c-.97-.41-2.09-.06-2.65.84l-1 1.6c-.67 1.18-1.91 2.06-3.41 2.32l.06.06c.69.69 1.52 1.07 2.46 1.17.8-.42 1.52-.98 2.09-1.64l.6 3-1.16 1.1-.94.89v7.5h2v-6l2.1-2 1.8 8H23l-2.18-11-.62-3.1 1.8.7v3.4h2zM10.29 8.09c.22.15.47.24.72.29.13.02.25.04.38.04s.26-.01.38-.04c.13-.02.25-.06.37-.11.24-.1.47-.24.66-.44.49-.49.67-1.17.55-1.8-.07-.37-.25-.74-.55-1.03-.19-.19-.42-.34-.66-.44-.12-.05-.24-.09-.37-.11s-.25-.04-.38-.04c-.12 0-.23.01-.35.03-.14.02-.28.06-.41.11-.23.11-.46.26-.65.45-.3.29-.48.66-.55 1.03-.12.63.06 1.31.55 1.8.09.1.2.18.31.26z"}) (e "path" #js {"d" "m11.24 10.56-2-2c-.1-.1-.2-.18-.31-.26-.22-.14-.47-.24-.72-.28-.13-.03-.25-.04-.38-.04-.51 0-1.02.2-1.41.59l-3.34 3.34c-.41.41-.62.98-.58 1.54 0 .18.04.37.11.55l1.07 2.95-3.63 3.63L1.46 22l4.24-4.24v-2.22L7 16.75v5.13h2v-6l-2.12-2.12 2.36-2.36.71.71c1.29 1.26 2.97 2.04 5.03 2.04l-.14-2.07c-1.5-.02-2.7-.62-3.6-1.52z"})]
"SportsKabaddiSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_kabaddi_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-kabaddi-two-tone
"Imports @mui/icons-material/SportsKabaddiTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-kabaddi-two-tone (create-svg-icon [(e "circle" #js {"cx" "16.5", "cy" "2.38", "r" "2"}) (e "path" #js {"d" "M24 11.88v-4.7l-5.05-2.14c-.97-.41-2.09-.06-2.65.84l-1 1.6c-.67 1.18-1.91 2.06-3.41 2.32l.06.06c.69.69 1.52 1.07 2.46 1.17.8-.42 1.52-.98 2.09-1.64l.6 3-1.16 1.1-.94.89v7.5h2v-6l2.1-2 1.8 8H23l-2.18-11-.62-3.1 1.8.7v3.4h2zM10.29 8.09c.22.15.47.24.72.29.13.02.25.04.38.04s.26-.01.38-.04c.13-.02.25-.06.37-.11.24-.1.47-.24.66-.44.49-.49.67-1.17.55-1.8-.07-.37-.25-.74-.55-1.03-.19-.19-.42-.34-.66-.44-.12-.05-.24-.09-.37-.11s-.25-.04-.38-.04c-.12 0-.23.01-.35.03-.14.02-.28.06-.41.11-.23.11-.46.26-.65.45-.3.29-.48.66-.55 1.03-.12.63.06 1.31.55 1.8.09.1.2.18.31.26z"}) (e "path" #js {"d" "m11.24 10.56-2-2c-.1-.1-.2-.18-.31-.26-.22-.14-.47-.24-.72-.28-.13-.03-.25-.04-.38-.04-.51 0-1.02.2-1.41.59l-3.34 3.34c-.41.41-.62.98-.58 1.54 0 .18.04.37.11.55l1.07 2.95-3.63 3.63L1.46 22l4.24-4.24v-2.22L7 16.75v5.13h2v-6l-2.12-2.12 2.36-2.36.71.71c1.29 1.26 2.97 2.04 5.03 2.04l-.14-2.07c-1.5-.02-2.7-.62-3.6-1.52z"})]
"SportsKabaddiTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_martial_arts.cljs
================================================
(ns reagent-mui.icons.sports-martial-arts
"Imports @mui/icons-material/SportsMartialArts as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-martial-arts (create-svg-icon [(e "path" #js {"d" "m19.8 2-8.2 6.7-1.21-1.04 3.6-2.08L9.41 1 8 2.41l2.74 2.74L5 8.46l-1.19 4.29L6.27 17 8 16l-2.03-3.52.35-1.3L9.5 13l.5 9h2l.5-10L21 3.4z"}) (e "circle" #js {"cx" "5", "cy" "5", "r" "2"})]
"SportsMartialArts"))
================================================
FILE: src/icons/reagent_mui/icons/sports_martial_arts_outlined.cljs
================================================
(ns reagent-mui.icons.sports-martial-arts-outlined
"Imports @mui/icons-material/SportsMartialArtsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-martial-arts-outlined (create-svg-icon [(e "path" #js {"d" "m19.8 2-8.2 6.7-1.21-1.04 3.6-2.08L9.41 1 8 2.41l2.74 2.74L5 8.46l-1.19 4.29L6.27 17 8 16l-2.03-3.52.35-1.3L9.5 13l.5 9h2l.5-10L21 3.4z"}) (e "circle" #js {"cx" "5", "cy" "5", "r" "2"})]
"SportsMartialArtsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_martial_arts_rounded.cljs
================================================
(ns reagent-mui.icons.sports-martial-arts-rounded
"Imports @mui/icons-material/SportsMartialArtsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-martial-arts-rounded (create-svg-icon [(e "path" #js {"d" "M19.06 2.6 11.6 8.7l-1.21-1.04 2.48-1.43c.57-.33.67-1.11.21-1.57l-2.95-2.95a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l2.03 2.03-5.4 3.11c-.23.13-.39.35-.46.6l-.96 3.49c-.07.26-.04.53.1.77l1.74 3.02c.28.48.89.64 1.37.37.48-.28.64-.89.37-1.37l-1.53-2.66.36-1.29L9.5 13l.44 8c.03.56.49 1 1.05 1s1.02-.44 1.05-1l.45-9 7.87-7.96c.36-.36.38-.93.05-1.32-.34-.4-.94-.45-1.35-.12z"}) (e "circle" #js {"cx" "5", "cy" "5", "r" "2"})]
"SportsMartialArtsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_martial_arts_sharp.cljs
================================================
(ns reagent-mui.icons.sports-martial-arts-sharp
"Imports @mui/icons-material/SportsMartialArtsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-martial-arts-sharp (create-svg-icon [(e "path" #js {"d" "m19.8 2-8.2 6.7-1.21-1.04 3.6-2.08L9.41 1 8 2.41l2.74 2.74L5 8.46l-1.19 4.29L6.27 17 8 16l-2.03-3.52.35-1.3L9.5 13l.5 9h2l.5-10L21 3.4z"}) (e "circle" #js {"cx" "5", "cy" "5", "r" "2"})]
"SportsMartialArtsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_martial_arts_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-martial-arts-two-tone
"Imports @mui/icons-material/SportsMartialArtsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-martial-arts-two-tone (create-svg-icon [(e "path" #js {"d" "m19.8 2-8.2 6.7-1.21-1.04 3.6-2.08L9.41 1 8 2.41l2.74 2.74L5 8.46l-1.19 4.29L6.27 17 8 16l-2.03-3.52.35-1.3L9.5 13l.5 9h2l.5-10L21 3.4z"}) (e "circle" #js {"cx" "5", "cy" "5", "r" "2"})]
"SportsMartialArtsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_mma.cljs
================================================
(ns reagent-mui.icons.sports-mma
"Imports @mui/icons-material/SportsMma as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-mma (create-svg-icon (e "path" #js {"d" "M7 20c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-3H7v3zM18 7c-.55 0-1 .45-1 1V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v5.8c0 .13.01.26.04.39l.8 4c.09.47.5.8.98.8h10.36c.45 0 .89-.36.98-.8l.8-4c.03-.13.04-.26.04-.39V8c0-.55-.45-1-1-1zm-3 3H7V7h8v3z"})
"SportsMma"))
================================================
FILE: src/icons/reagent_mui/icons/sports_mma_outlined.cljs
================================================
(ns reagent-mui.icons.sports-mma-outlined
"Imports @mui/icons-material/SportsMmaOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-mma-outlined (create-svg-icon [(e "path" #js {"d" "M7 20c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-3H7v3zM18 7c-.55 0-1 .45-1 1V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v5.8c0 .13.01.26.04.39l.8 4c.09.47.5.8.98.8H17c.55 0 1.09-.44 1.2-.98l.77-3.83c.02-.12.03-.25.03-.38V8c0-.55-.45-1-1-1zm-1 3.6c0 .13-.64 3.4-.64 3.4H7.64S7 10.74 7 10.6V5h8v5h2v.6z"}) (e "path" #js {"d" "M8 7h6v3H8z"})]
"SportsMmaOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_mma_rounded.cljs
================================================
(ns reagent-mui.icons.sports-mma-rounded
"Imports @mui/icons-material/SportsMmaRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-mma-rounded (create-svg-icon (e "path" #js {"d" "M7 20c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-3H7v3zM18 7c-.55 0-1 .45-1 1V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v5.8c0 .13.01.26.04.39l.8 4c.09.47.5.8.98.8h10.36c.45 0 .89-.36.98-.8l.8-4c.03-.13.04-.26.04-.39V8c0-.55-.45-1-1-1zm-4 3H8c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1z"})
"SportsMmaRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_mma_sharp.cljs
================================================
(ns reagent-mui.icons.sports-mma-sharp
"Imports @mui/icons-material/SportsMmaSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-mma-sharp (create-svg-icon (e "path" #js {"d" "M7 17h10v4H7zM18 7c-.55 0-1 .45-1 1V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v5.8c0 .13.01.26.04.39l.8 4c.09.47.5.8.98.8h10.36c.45 0 .89-.36.98-.8l.8-4c.03-.13.04-.26.04-.39V8c0-.55-.45-1-1-1zm-3 3H7V7h8v3z"})
"SportsMmaSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_mma_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-mma-two-tone
"Imports @mui/icons-material/SportsMmaTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-mma-two-tone (create-svg-icon [(e "path" #js {"d" "M15 5H7v5.6c0 .14.64 3.4.64 3.4h8.72s.64-3.26.64-3.4V10h-2V5zm-1 5H8V7h6v3z", "opacity" ".3"}) (e "path" #js {"d" "M7 20c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-3H7v3zM18 7c-.55 0-1 .45-1 1V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v5.8c0 .13.01.26.04.39l.8 4c.09.47.5.8.98.8H17c.55 0 1.09-.44 1.2-.98l.77-3.83c.02-.12.03-.25.03-.38V8c0-.55-.45-1-1-1zm-1 3.6c0 .13-.64 3.4-.64 3.4H7.64S7 10.74 7 10.6V5h8v5h2v.6z"}) (e "path" #js {"d" "M8 7h6v3H8z"})]
"SportsMmaTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_motorsports.cljs
================================================
(ns reagent-mui.icons.sports-motorsports
"Imports @mui/icons-material/SportsMotorsports as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-motorsports (create-svg-icon [(e "path" #js {"d" "M12 11.39c0-.65-.39-1.23-.98-1.48L5.44 7.55c-1.48 1.68-2.32 3.7-2.8 5.45h7.75c.89 0 1.61-.72 1.61-1.61z"}) (e "path" #js {"d" "M21.96 11.22c-.41-4.41-4.56-7.49-8.98-7.2-2.51.16-4.44.94-5.93 2.04l4.74 2.01c1.33.57 2.2 1.87 2.2 3.32 0 1.99-1.62 3.61-3.61 3.61H2.21C2 16.31 2 17.2 2 17.2v.8c0 1.1.9 2 2 2h10c4.67 0 8.41-4.01 7.96-8.78z"})]
"SportsMotorsports"))
================================================
FILE: src/icons/reagent_mui/icons/sports_motorsports_outlined.cljs
================================================
(ns reagent-mui.icons.sports-motorsports-outlined
"Imports @mui/icons-material/SportsMotorsportsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-motorsports-outlined (create-svg-icon (e "path" #js {"d" "M21.96 11.22C21.57 7.01 17.76 4 13.56 4c-.19 0-.38.01-.57.02C2 4.74 2 17.2 2 17.2v.8c0 1.1.9 2 2 2h10c4.67 0 8.41-4.01 7.96-8.78zm-16.7.34c.57-1.29 1.28-2.35 2.14-3.19l3.62 1.53c.6.25.98.83.98 1.48 0 .89-.72 1.61-1.61 1.61H4.72c.15-.46.32-.94.54-1.43zm13.18 4.48C17.3 17.29 15.68 18 14 18H4v-.8c0-.02.01-.92.24-2.2h6.15c1.99 0 3.61-1.62 3.61-3.61 0-1.45-.87-2.76-2.2-3.32L9.3 7.01c1.1-.57 2.37-.9 3.82-.99.15-.02.3-.02.44-.02 3.31 0 6.13 2.37 6.41 5.41.16 1.72-.38 3.36-1.53 4.63z"})
"SportsMotorsportsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_motorsports_rounded.cljs
================================================
(ns reagent-mui.icons.sports-motorsports-rounded
"Imports @mui/icons-material/SportsMotorsportsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-motorsports-rounded (create-svg-icon [(e "path" #js {"d" "M12 11.39c0-.65-.39-1.23-.98-1.48L5.44 7.55c-1.48 1.68-2.32 3.7-2.8 5.45h7.75c.89 0 1.61-.72 1.61-1.61z"}) (e "path" #js {"d" "M21.96 11.22c-.41-4.41-4.56-7.49-8.98-7.2-2.51.16-4.44.94-5.93 2.04l4.74 2.01c1.33.57 2.2 1.87 2.2 3.32 0 1.99-1.62 3.61-3.61 3.61H2.21C2 16.31 2 17.2 2 17.2v.8c0 1.1.9 2 2 2h10c4.67 0 8.41-4.01 7.96-8.78z"})]
"SportsMotorsportsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_motorsports_sharp.cljs
================================================
(ns reagent-mui.icons.sports-motorsports-sharp
"Imports @mui/icons-material/SportsMotorsportsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-motorsports-sharp (create-svg-icon [(e "path" #js {"d" "M12 11.39c0-.65-.39-1.23-.98-1.48L5.44 7.55c-1.48 1.68-2.32 3.7-2.8 5.45h7.75c.89 0 1.61-.72 1.61-1.61z"}) (e "path" #js {"d" "M21.96 11.22c-.41-4.41-4.56-7.49-8.98-7.2-2.51.16-4.44.94-5.93 2.04l4.74 2.01c1.33.57 2.2 1.87 2.2 3.32 0 1.99-1.62 3.61-3.61 3.61H2.21C2 16.31 2 17.2 2 17.2V20h12c4.67 0 8.41-4.01 7.96-8.78z"})]
"SportsMotorsportsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_motorsports_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-motorsports-two-tone
"Imports @mui/icons-material/SportsMotorsportsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-motorsports-two-tone (create-svg-icon [(e "path" #js {"d" "M13.56 6c-.15 0-.29 0-.44.01-1.45.1-2.72.43-3.82.99l2.5 1.06c1.33.57 2.2 1.87 2.2 3.32 0 1.99-1.62 3.61-3.61 3.61H4.24C4.01 16.28 4 17.19 4 17.2v.8h10c1.68 0 3.3-.71 4.44-1.96 1.15-1.27 1.7-2.91 1.54-4.63C19.69 8.37 16.87 6 13.56 6z", "opacity" ".3"}) (e "path" #js {"d" "M21.96 11.22C21.57 7.01 17.76 4 13.56 4c-.19 0-.38.01-.57.02C2 4.74 2 17.2 2 17.2v.8c0 1.1.9 2 2 2h10c4.67 0 8.41-4.01 7.96-8.78zm-16.7.34c.57-1.29 1.28-2.35 2.14-3.19l3.62 1.53c.6.25.98.83.98 1.48 0 .89-.72 1.61-1.61 1.61H4.72c.15-.46.32-.94.54-1.43zm13.18 4.48C17.3 17.29 15.68 18 14 18H4v-.8c0-.02.01-.92.24-2.2h6.15c1.99 0 3.61-1.62 3.61-3.61 0-1.45-.87-2.76-2.2-3.32L9.3 7.01c1.1-.57 2.37-.9 3.82-.99.15-.02.3-.02.44-.02 3.31 0 6.13 2.37 6.41 5.41.16 1.72-.38 3.36-1.53 4.63z"})]
"SportsMotorsportsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_outlined.cljs
================================================
(ns reagent-mui.icons.sports-outlined
"Imports @mui/icons-material/SportsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-outlined (create-svg-icon [(e "path" #js {"d" "M11.23 6c-1.66 0-3.22.66-4.36 1.73C6.54 6.73 5.61 6 4.5 6 3.12 6 2 7.12 2 8.5S3.12 11 4.5 11c.21 0 .41-.03.61-.08-.05.25-.09.51-.1.78-.18 3.68 2.95 6.68 6.68 6.27 2.55-.28 4.68-2.26 5.19-4.77.15-.71.15-1.4.06-2.06-.09-.6.38-1.13.99-1.13H22V6H11.23zM4.5 9c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zm6.5 6c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"}) (e "circle" #js {"cx" "11", "cy" "12", "r" "2"})]
"SportsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_rounded.cljs
================================================
(ns reagent-mui.icons.sports-rounded
"Imports @mui/icons-material/SportsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-rounded (create-svg-icon [(e "path" #js {"d" "M21 6h-9.77c-1.66 0-3.22.66-4.36 1.73C6.54 6.73 5.61 6 4.5 6 3.12 6 2 7.12 2 8.5S3.12 11 4.5 11c.21 0 .41-.03.61-.08-.05.25-.09.51-.1.78-.18 3.68 2.95 6.68 6.68 6.27 2.55-.28 4.68-2.26 5.19-4.77.15-.71.15-1.4.06-2.06-.09-.6.38-1.13.99-1.13h2.76C21.56 10 22 9.55 22 9V7c0-.55-.45-1-1-1zM4.5 9c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zm6.5 6c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"}) (e "circle" #js {"cx" "11", "cy" "12", "r" "2"})]
"SportsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_rugby.cljs
================================================
(ns reagent-mui.icons.sports-rugby
"Imports @mui/icons-material/SportsRugby as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-rugby (create-svg-icon (e "path" #js {"d" "M20.49 3.51c-.56-.56-2.15-.97-4.16-.97-3.08 0-7.15.96-9.98 3.79-4.69 4.7-4.25 12.74-2.84 14.16.56.56 2.15.97 4.16.97 3.08 0 7.15-.96 9.98-3.79 4.69-4.7 4.25-12.74 2.84-14.16zM7.76 7.76c2.64-2.64 6.35-3.12 8.03-3.19-2.05.94-4.46 2.45-6.61 4.61-2.16 2.16-3.67 4.58-4.62 6.63.1-2.48.88-5.74 3.2-8.05zm8.48 8.48c-2.64 2.64-6.35 3.12-8.03 3.19 2.05-.94 4.46-2.45 6.61-4.61 2.16-2.16 3.67-4.58 4.62-6.63-.1 2.48-.88 5.74-3.2 8.05z"})
"SportsRugby"))
================================================
FILE: src/icons/reagent_mui/icons/sports_rugby_outlined.cljs
================================================
(ns reagent-mui.icons.sports-rugby-outlined
"Imports @mui/icons-material/SportsRugbyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-rugby-outlined (create-svg-icon (e "path" #js {"d" "M20.49 3.51c-.56-.56-2.15-.97-4.16-.97-3.08 0-7.15.96-9.98 3.79-4.69 4.7-4.25 12.74-2.84 14.16.56.56 2.15.97 4.16.97 3.08 0 7.15-.96 9.98-3.79 4.69-4.7 4.25-12.74 2.84-14.16zM5.71 18.29c.63-1.89 2.16-4.99 4.87-7.7 2.68-2.68 5.78-4.23 7.7-4.88-.63 1.89-2.16 4.99-4.88 7.7-2.66 2.68-5.76 4.23-7.69 4.88zM7.76 7.76c2.64-2.64 6.34-3.12 8.03-3.19-2.05.94-4.46 2.46-6.61 4.61-2.16 2.16-3.67 4.58-4.61 6.63.09-2.48.87-5.74 3.19-8.05zm8.48 8.48c-2.64 2.64-6.34 3.12-8.03 3.19 2.05-.94 4.46-2.46 6.61-4.61 2.16-2.16 3.67-4.58 4.62-6.63-.1 2.48-.88 5.74-3.2 8.05z"})
"SportsRugbyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_rugby_rounded.cljs
================================================
(ns reagent-mui.icons.sports-rugby-rounded
"Imports @mui/icons-material/SportsRugbyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-rugby-rounded (create-svg-icon (e "path" #js {"d" "M20.49 3.51c-.56-.56-2.15-.97-4.16-.97-3.08 0-7.15.96-9.98 3.79-4.69 4.7-4.25 12.74-2.84 14.16.56.56 2.15.97 4.16.97 3.08 0 7.15-.96 9.98-3.79 4.69-4.7 4.25-12.74 2.84-14.16zM7.76 7.76c2.64-2.64 6.35-3.12 8.03-3.19-2.05.94-4.46 2.45-6.61 4.61-2.16 2.16-3.67 4.58-4.61 6.63.09-2.48.87-5.74 3.19-8.05zm8.48 8.48c-2.64 2.64-6.35 3.12-8.03 3.19 2.05-.94 4.46-2.45 6.61-4.61 2.16-2.16 3.67-4.58 4.62-6.63-.1 2.48-.88 5.74-3.2 8.05z"})
"SportsRugbyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_rugby_sharp.cljs
================================================
(ns reagent-mui.icons.sports-rugby-sharp
"Imports @mui/icons-material/SportsRugbySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-rugby-sharp (create-svg-icon (e "path" #js {"d" "M20.49 3.51c-.56-.56-2.15-.97-4.16-.97-3.08 0-7.15.96-9.98 3.79-4.69 4.7-4.25 12.74-2.84 14.16.56.56 2.15.97 4.16.97 3.08 0 7.15-.96 9.98-3.79 4.69-4.7 4.25-12.74 2.84-14.16zM7.76 7.76c2.64-2.64 6.35-3.12 8.03-3.19-2.05.94-4.46 2.45-6.61 4.61-2.16 2.16-3.67 4.58-4.61 6.63.09-2.48.87-5.74 3.19-8.05zm8.48 8.48c-2.64 2.64-6.35 3.12-8.03 3.19 2.05-.94 4.46-2.45 6.61-4.61 2.16-2.16 3.67-4.58 4.62-6.63-.1 2.48-.88 5.74-3.2 8.05z"})
"SportsRugbySharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_rugby_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-rugby-two-tone
"Imports @mui/icons-material/SportsRugbyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-rugby-two-tone (create-svg-icon [(e "path" #js {"d" "M18.29 5.71c-1.93.64-5.02 2.19-7.7 4.88-2.71 2.71-4.24 5.81-4.87 7.7 1.93-.64 5.03-2.2 7.7-4.87 2.71-2.72 4.24-5.82 4.87-7.71zM9.17 9.17c2.15-2.15 4.56-3.67 6.61-4.61-1.68.08-5.38.56-8.02 3.2-2.32 2.32-3.1 5.58-3.2 8.04.94-2.05 2.45-4.47 4.61-6.63zm5.66 5.66c-2.15 2.15-4.56 3.67-6.61 4.61 1.68-.08 5.39-.55 8.03-3.19 2.32-2.32 3.1-5.58 3.2-8.04-.95 2.04-2.46 4.46-4.62 6.62z", "opacity" ".3"}) (e "path" #js {"d" "M20.49 3.51c-.56-.56-2.15-.97-4.16-.97-3.08 0-7.15.96-9.98 3.79-4.69 4.7-4.25 12.74-2.84 14.16.56.56 2.15.97 4.16.97 3.08 0 7.15-.96 9.98-3.79 4.69-4.7 4.25-12.74 2.84-14.16zM5.71 18.29c.63-1.89 2.16-4.99 4.87-7.7 2.68-2.68 5.78-4.23 7.7-4.88-.63 1.89-2.16 4.99-4.88 7.7-2.66 2.68-5.76 4.23-7.69 4.88zM7.76 7.76c2.64-2.64 6.34-3.12 8.03-3.19-2.05.94-4.46 2.46-6.61 4.61-2.16 2.16-3.67 4.58-4.61 6.63.09-2.48.87-5.74 3.19-8.05zm8.48 8.48c-2.64 2.64-6.34 3.12-8.03 3.19 2.05-.94 4.46-2.46 6.61-4.61 2.16-2.16 3.67-4.58 4.62-6.63-.1 2.48-.88 5.74-3.2 8.05z"})]
"SportsRugbyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_score.cljs
================================================
(ns reagent-mui.icons.sports-score
"Imports @mui/icons-material/SportsScore as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-score (create-svg-icon (e "path" #js {"d" "M11 6H9V4h2v2zm4-2h-2v2h2V4zM9 14h2v-2H9v2zm10-4V8h-2v2h2zm0 4v-2h-2v2h2zm-6 0h2v-2h-2v2zm6-10h-2v2h2V4zm-6 4V6h-2v2h2zm-6 2V8h2V6H7V4H5v16h2v-8h2v-2H7zm8 2h2v-2h-2v2zm-4-2v2h2v-2h-2zM9 8v2h2V8H9zm4 2h2V8h-2v2zm2-4v2h2V6h-2z"})
"SportsScore"))
================================================
FILE: src/icons/reagent_mui/icons/sports_score_outlined.cljs
================================================
(ns reagent-mui.icons.sports-score-outlined
"Imports @mui/icons-material/SportsScoreOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-score-outlined (create-svg-icon (e "path" #js {"d" "M11 6H9V4h2v2zm4-2h-2v2h2V4zM9 14h2v-2H9v2zm10-4V8h-2v2h2zm0 4v-2h-2v2h2zm-6 0h2v-2h-2v2zm6-10h-2v2h2V4zm-6 4V6h-2v2h2zm-6 2V8h2V6H7V4H5v16h2v-8h2v-2H7zm8 2h2v-2h-2v2zm-4-2v2h2v-2h-2zM9 8v2h2V8H9zm4 2h2V8h-2v2zm2-4v2h2V6h-2z"})
"SportsScoreOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_score_rounded.cljs
================================================
(ns reagent-mui.icons.sports-score-rounded
"Imports @mui/icons-material/SportsScoreRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-score-rounded (create-svg-icon (e "path" #js {"d" "M11 6H9V4h2v2zm4-2h-2v2h2V4zM9 14h2v-2H9v2zm10-4V8h-2v2h2zm0 4v-2h-2v2h2zm-6 0h2v-2h-2v2zm6-10h-2v2h2V4zm-6 4V6h-2v2h2zm-6 2V8h2V6H7V5c0-.55-.45-1-1-1s-1 .45-1 1v14c0 .55.45 1 1 1s1-.45 1-1v-7h2v-2H7zm8 2h2v-2h-2v2zm-4-2v2h2v-2h-2zM9 8v2h2V8H9zm4 2h2V8h-2v2zm2-4v2h2V6h-2z"})
"SportsScoreRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_score_sharp.cljs
================================================
(ns reagent-mui.icons.sports-score-sharp
"Imports @mui/icons-material/SportsScoreSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-score-sharp (create-svg-icon (e "path" #js {"d" "M11 6H9V4h2v2zm4-2h-2v2h2V4zM9 14h2v-2H9v2zm10-4V8h-2v2h2zm0 4v-2h-2v2h2zm-6 0h2v-2h-2v2zm6-10h-2v2h2V4zm-6 4V6h-2v2h2zm-6 2V8h2V6H7V4H5v16h2v-8h2v-2H7zm8 2h2v-2h-2v2zm-4-2v2h2v-2h-2zM9 8v2h2V8H9zm4 2h2V8h-2v2zm2-4v2h2V6h-2z"})
"SportsScoreSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_score_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-score-two-tone
"Imports @mui/icons-material/SportsScoreTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-score-two-tone (create-svg-icon (e "path" #js {"d" "M11 6H9V4h2v2zm4-2h-2v2h2V4zM9 14h2v-2H9v2zm10-4V8h-2v2h2zm0 4v-2h-2v2h2zm-6 0h2v-2h-2v2zm6-10h-2v2h2V4zm-6 4V6h-2v2h2zm-6 2V8h2V6H7V4H5v16h2v-8h2v-2H7zm8 2h2v-2h-2v2zm-4-2v2h2v-2h-2zM9 8v2h2V8H9zm4 2h2V8h-2v2zm2-4v2h2V6h-2z"})
"SportsScoreTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_sharp.cljs
================================================
(ns reagent-mui.icons.sports-sharp
"Imports @mui/icons-material/SportsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-sharp (create-svg-icon [(e "path" #js {"d" "M11.23 6c-1.66 0-3.22.66-4.36 1.73C6.54 6.73 5.61 6 4.5 6 3.12 6 2 7.12 2 8.5S3.12 11 4.5 11c.21 0 .41-.03.61-.08-.05.25-.09.51-.1.78-.18 3.68 2.95 6.68 6.68 6.27 2.55-.28 4.68-2.26 5.19-4.77.15-.71.15-1.4.06-2.06-.09-.6.38-1.13.99-1.13H22V6H11.23zM4.5 9c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zm6.5 6c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"}) (e "circle" #js {"cx" "11", "cy" "12", "r" "2"})]
"SportsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_soccer.cljs
================================================
(ns reagent-mui.icons.sports-soccer
"Imports @mui/icons-material/SportsSoccer as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-soccer (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 3.3 1.35-.95c1.82.56 3.37 1.76 4.38 3.34l-.39 1.34-1.35.46L13 6.7V5.3zm-3.35-.95L11 5.3v1.4L7.01 9.49l-1.35-.46-.39-1.34c1.01-1.57 2.56-2.77 4.38-3.34zM7.08 17.11l-1.14.1C4.73 15.81 4 13.99 4 12c0-.12.01-.23.02-.35l1-.73 1.38.48 1.46 4.34-.78 1.37zm7.42 2.48c-.79.26-1.63.41-2.5.41s-1.71-.15-2.5-.41l-.69-1.49.64-1.1h5.11l.64 1.11-.7 1.48zM14.27 15H9.73l-1.35-4.02L12 8.44l3.63 2.54L14.27 15zm3.79 2.21-1.14-.1-.79-1.37 1.46-4.34 1.39-.47 1 .73c.01.11.02.22.02.34 0 1.99-.73 3.81-1.94 5.21z"})
"SportsSoccer"))
================================================
FILE: src/icons/reagent_mui/icons/sports_soccer_outlined.cljs
================================================
(ns reagent-mui.icons.sports-soccer-outlined
"Imports @mui/icons-material/SportsSoccerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-soccer-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 3.3 1.35-.95c1.82.56 3.37 1.76 4.38 3.34l-.39 1.34-1.35.46L13 6.7V5.3zm-3.35-.95L11 5.3v1.4L7.01 9.49l-1.35-.46-.39-1.34c1.01-1.57 2.56-2.77 4.38-3.34zM7.08 17.11l-1.14.1C4.73 15.81 4 13.99 4 12c0-.12.01-.23.02-.35l1-.73 1.38.48 1.46 4.34-.78 1.37zm7.42 2.48c-.79.26-1.63.41-2.5.41s-1.71-.15-2.5-.41l-.69-1.49.64-1.1h5.11l.64 1.11-.7 1.48zM14.27 15H9.73l-1.35-4.02L12 8.44l3.63 2.54L14.27 15zm3.79 2.21-1.14-.1-.79-1.37 1.46-4.34 1.39-.47 1 .73c.01.11.02.22.02.34 0 1.99-.73 3.81-1.94 5.21z"})
"SportsSoccerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_soccer_rounded.cljs
================================================
(ns reagent-mui.icons.sports-soccer-rounded
"Imports @mui/icons-material/SportsSoccerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-soccer-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 3.3 1.35-.95c1.82.56 3.37 1.76 4.38 3.34l-.39 1.34-1.35.46L13 6.7V5.3zm-3.35-.95L11 5.3v1.4L7.01 9.49l-1.35-.46-.39-1.34c1.01-1.57 2.56-2.77 4.38-3.34zM7.08 17.11l-1.14.1C4.73 15.81 4 13.99 4 12c0-.12.01-.23.02-.35l1-.73 1.38.48 1.46 4.34-.78 1.37zm7.42 2.48c-.79.26-1.63.41-2.5.41s-1.71-.15-2.5-.41l-.69-1.49.64-1.1h5.11l.64 1.11-.7 1.48zM14.27 15H9.73l-1.35-4.02L12 8.44l3.63 2.54L14.27 15zm3.79 2.21-1.14-.1-.79-1.37 1.46-4.34 1.39-.47 1 .73c.01.11.02.22.02.34 0 1.99-.73 3.81-1.94 5.21z"})
"SportsSoccerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_soccer_sharp.cljs
================================================
(ns reagent-mui.icons.sports-soccer-sharp
"Imports @mui/icons-material/SportsSoccerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-soccer-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 3.3 1.35-.95c1.82.56 3.37 1.76 4.38 3.34l-.39 1.34-1.35.46L13 6.7V5.3zm-3.35-.95L11 5.3v1.4L7.01 9.49l-1.35-.46-.39-1.34c1.01-1.57 2.56-2.77 4.38-3.34zM7.08 17.11l-1.14.1C4.73 15.81 4 13.99 4 12c0-.12.01-.23.02-.35l1-.73 1.38.48 1.46 4.34-.78 1.37zm7.42 2.48c-.79.26-1.63.41-2.5.41s-1.71-.15-2.5-.41l-.69-1.49.64-1.1h5.11l.64 1.11-.7 1.48zM14.27 15H9.73l-1.35-4.02L12 8.44l3.63 2.54L14.27 15zm3.79 2.21-1.14-.1-.79-1.37 1.46-4.34 1.39-.47 1 .73c.01.11.02.22.02.34 0 1.99-.73 3.81-1.94 5.21z"})
"SportsSoccerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_soccer_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-soccer-two-tone
"Imports @mui/icons-material/SportsSoccerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-soccer-two-tone (create-svg-icon [(e "path" #js {"d" "M7.01 9.49 11 6.7V5.3l-1.35-.95c-1.82.57-3.37 1.77-4.38 3.34l.39 1.34 1.35.46zm-2 1.43-1 .73c0 .12-.01.23-.01.35 0 1.99.73 3.81 1.94 5.21l1.14-.1.79-1.37L6.4 11.4l-1.39-.48zm13.33-1.89.39-1.34c-1.01-1.57-2.55-2.77-4.38-3.34L13 5.3v1.4l3.99 2.79 1.35-.46zm-9.97 1.95L9.73 15h4.54l1.36-4.02L12 8.44zM9.45 17l-.64 1.11.69 1.49c.79.25 1.63.4 2.5.4s1.71-.15 2.5-.41l.69-1.49-.64-1.1h-5.1zm10.53-5.35-1-.73-1.38.48-1.46 4.34.79 1.37 1.14.1C19.27 15.81 20 13.99 20 12c0-.12-.01-.23-.02-.35z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 3.3 1.35-.95c1.82.56 3.37 1.76 4.38 3.34l-.39 1.34-1.35.46L13 6.7V5.3zm-3.35-.95L11 5.3v1.4L7.01 9.49l-1.35-.46-.39-1.34c1.01-1.57 2.56-2.77 4.38-3.34zM7.08 17.11l-1.14.1C4.73 15.81 4 13.99 4 12c0-.12.01-.23.02-.35l1-.73 1.38.48 1.46 4.34-.78 1.37zm7.42 2.48c-.79.26-1.63.41-2.5.41s-1.71-.15-2.5-.41l-.69-1.49.64-1.1h5.11l.64 1.11-.7 1.48zM14.27 15H9.73l-1.35-4.02L12 8.44l3.63 2.54L14.27 15zm3.79 2.21-1.14-.1-.79-1.37 1.46-4.34 1.39-.47 1 .73c.01.11.02.22.02.34 0 1.99-.73 3.81-1.94 5.21z"})]
"SportsSoccerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_tennis.cljs
================================================
(ns reagent-mui.icons.sports-tennis
"Imports @mui/icons-material/SportsTennis as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-tennis (create-svg-icon (e "path" #js {"d" "M19.52 2.49C17.18.15 12.9.62 9.97 3.55c-1.6 1.6-2.52 3.87-2.54 5.46-.02 1.58.26 3.89-1.35 5.5l-4.24 4.24 1.42 1.42 4.24-4.24c1.61-1.61 3.92-1.33 5.5-1.35s3.86-.94 5.46-2.54c2.92-2.93 3.4-7.21 1.06-9.55zm-9.2 9.19c-1.53-1.53-1.05-4.61 1.06-6.72s5.18-2.59 6.72-1.06c1.53 1.53 1.05 4.61-1.06 6.72s-5.18 2.59-6.72 1.06zM18 17c.53 0 1.04.21 1.41.59.78.78.78 2.05 0 2.83-.37.37-.88.58-1.41.58s-1.04-.21-1.41-.59c-.78-.78-.78-2.05 0-2.83.37-.37.88-.58 1.41-.58m0-2c-1.02 0-2.05.39-2.83 1.17-1.56 1.56-1.56 4.09 0 5.66.78.78 1.81 1.17 2.83 1.17s2.05-.39 2.83-1.17c1.56-1.56 1.56-4.09 0-5.66C20.05 15.39 19.02 15 18 15z"})
"SportsTennis"))
================================================
FILE: src/icons/reagent_mui/icons/sports_tennis_outlined.cljs
================================================
(ns reagent-mui.icons.sports-tennis-outlined
"Imports @mui/icons-material/SportsTennisOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-tennis-outlined (create-svg-icon (e "path" #js {"d" "M19.52 2.49C17.18.15 12.9.62 9.97 3.55c-1.6 1.6-2.52 3.87-2.54 5.46-.02 1.58.26 3.89-1.35 5.5l-4.24 4.24 1.42 1.42 4.24-4.24c1.61-1.61 3.92-1.33 5.5-1.35s3.86-.94 5.46-2.54c2.92-2.93 3.4-7.21 1.06-9.55zm-9.2 9.19c-1.53-1.53-1.05-4.61 1.06-6.72s5.18-2.59 6.72-1.06c1.53 1.53 1.05 4.61-1.06 6.72s-5.18 2.59-6.72 1.06zM18 17c.53 0 1.04.21 1.41.59.78.78.78 2.05 0 2.83-.37.37-.88.58-1.41.58s-1.04-.21-1.41-.59c-.78-.78-.78-2.05 0-2.83.37-.37.88-.58 1.41-.58m0-2c-1.02 0-2.05.39-2.83 1.17-1.56 1.56-1.56 4.09 0 5.66.78.78 1.81 1.17 2.83 1.17s2.05-.39 2.83-1.17c1.56-1.56 1.56-4.09 0-5.66C20.05 15.39 19.02 15 18 15z"})
"SportsTennisOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_tennis_rounded.cljs
================================================
(ns reagent-mui.icons.sports-tennis-rounded
"Imports @mui/icons-material/SportsTennisRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-tennis-rounded (create-svg-icon (e "path" #js {"d" "M19.52 2.49C17.18.15 12.9.62 9.97 3.55c-1.6 1.6-2.52 3.87-2.54 5.46-.02 1.58.26 3.89-1.35 5.5l-3.54 3.53c-.39.39-.39 1.02 0 1.42.39.39 1.02.39 1.42 0l3.53-3.54c1.61-1.61 3.92-1.33 5.5-1.35s3.86-.94 5.46-2.54c2.93-2.92 3.41-7.2 1.07-9.54zm-9.2 9.19c-1.53-1.53-1.05-4.61 1.06-6.72s5.18-2.59 6.72-1.06c1.53 1.53 1.05 4.61-1.06 6.72s-5.18 2.59-6.72 1.06zM18 17c.53 0 1.04.21 1.41.59.78.78.78 2.05 0 2.83-.37.37-.88.58-1.41.58s-1.04-.21-1.41-.59c-.78-.78-.78-2.05 0-2.83.37-.37.88-.58 1.41-.58m0-2c-1.02 0-2.05.39-2.83 1.17-1.56 1.56-1.56 4.09 0 5.66.78.78 1.81 1.17 2.83 1.17s2.05-.39 2.83-1.17c1.56-1.56 1.56-4.09 0-5.66C20.05 15.39 19.02 15 18 15z"})
"SportsTennisRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_tennis_sharp.cljs
================================================
(ns reagent-mui.icons.sports-tennis-sharp
"Imports @mui/icons-material/SportsTennisSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-tennis-sharp (create-svg-icon (e "path" #js {"d" "M19.52 2.49C17.18.15 12.9.62 9.97 3.55c-1.6 1.6-2.52 3.87-2.54 5.46-.02 1.58.26 3.89-1.35 5.5l-4.24 4.24 1.42 1.42 4.24-4.24c1.61-1.61 3.92-1.33 5.5-1.35s3.86-.94 5.46-2.54c2.92-2.93 3.4-7.21 1.06-9.55zm-9.2 9.19c-1.53-1.53-1.05-4.61 1.06-6.72s5.18-2.59 6.72-1.06c1.53 1.53 1.05 4.61-1.06 6.72s-5.18 2.59-6.72 1.06zM18 17c.53 0 1.04.21 1.41.59.78.78.78 2.05 0 2.83-.37.37-.88.58-1.41.58s-1.04-.21-1.41-.59c-.78-.78-.78-2.05 0-2.83.37-.37.88-.58 1.41-.58m0-2c-1.02 0-2.05.39-2.83 1.17-1.56 1.56-1.56 4.09 0 5.66.78.78 1.81 1.17 2.83 1.17s2.05-.39 2.83-1.17c1.56-1.56 1.56-4.09 0-5.66C20.05 15.39 19.02 15 18 15z"})
"SportsTennisSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_tennis_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-tennis-two-tone
"Imports @mui/icons-material/SportsTennisTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-tennis-two-tone (create-svg-icon (e "path" #js {"d" "M19.52 2.49C17.18.15 12.9.62 9.97 3.55c-1.6 1.6-2.52 3.87-2.54 5.46-.02 1.58.26 3.89-1.35 5.5l-4.24 4.24 1.42 1.42 4.24-4.24c1.61-1.61 3.92-1.33 5.5-1.35s3.86-.94 5.46-2.54c2.92-2.93 3.4-7.21 1.06-9.55zm-9.2 9.19c-1.53-1.53-1.05-4.61 1.06-6.72s5.18-2.59 6.72-1.06c1.53 1.53 1.05 4.61-1.06 6.72s-5.18 2.59-6.72 1.06zM18 17c.53 0 1.04.21 1.41.59.78.78.78 2.05 0 2.83-.37.37-.88.58-1.41.58s-1.04-.21-1.41-.59c-.78-.78-.78-2.05 0-2.83.37-.37.88-.58 1.41-.58m0-2c-1.02 0-2.05.39-2.83 1.17-1.56 1.56-1.56 4.09 0 5.66.78.78 1.81 1.17 2.83 1.17s2.05-.39 2.83-1.17c1.56-1.56 1.56-4.09 0-5.66C20.05 15.39 19.02 15 18 15z"})
"SportsTennisTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-two-tone
"Imports @mui/icons-material/SportsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-two-tone (create-svg-icon [(e "path" #js {"d" "M11.23 6c-1.66 0-3.22.66-4.36 1.73C6.54 6.73 5.61 6 4.5 6 3.12 6 2 7.12 2 8.5S3.12 11 4.5 11c.21 0 .41-.03.61-.08-.05.25-.09.51-.1.78-.18 3.68 2.95 6.68 6.68 6.27 2.55-.28 4.68-2.26 5.19-4.77.15-.71.15-1.4.06-2.06-.09-.6.38-1.13.99-1.13H22V6H11.23zM4.5 9c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zm6.5 6c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"}) (e "circle" #js {"cx" "11", "cy" "12", "r" "2"})]
"SportsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sports_volleyball.cljs
================================================
(ns reagent-mui.icons.sports-volleyball
"Imports @mui/icons-material/SportsVolleyball as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-volleyball (create-svg-icon (e "path" #js {"d" "M6 4.01C3.58 5.84 2 8.73 2 12c0 1.46.32 2.85.89 4.11L6 14.31V4.01zm5 7.41V2.05c-1.06.11-2.07.38-3 .79v10.32l3-1.74zm1 1.73-8.11 4.68c.61.84 1.34 1.59 2.18 2.2L15 14.89l-3-1.74zm1-5.19v3.46l8.11 4.68c.42-.93.7-1.93.82-2.98L13 7.96zM8.07 21.2c1.21.51 2.53.8 3.93.8 3.34 0 6.29-1.65 8.11-4.16L17 16.04 8.07 21.2zm13.85-10.39c-.55-4.63-4.26-8.3-8.92-8.76v3.6l8.92 5.16z"})
"SportsVolleyball"))
================================================
FILE: src/icons/reagent_mui/icons/sports_volleyball_outlined.cljs
================================================
(ns reagent-mui.icons.sports-volleyball-outlined
"Imports @mui/icons-material/SportsVolleyballOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-volleyball-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 2.07c3.07.38 5.57 2.52 6.54 5.36L13 5.65V4.07zM8 5.08c1.18-.69 3.33-1.06 3-1.02v7.35l-3 1.73V5.08zM4.63 15.1c-.4-.96-.63-2-.63-3.1 0-2.02.76-3.86 2-5.27v7.58l-1.37.79zm1.01 1.73L12 13.15l3 1.73-6.98 4.03c-.93-.53-1.74-1.23-2.38-2.08zM12 20c-.54 0-1.07-.06-1.58-.16l6.58-3.8 1.36.78C16.9 18.75 14.6 20 12 20zm1-8.58V7.96l7 4.05c0 1.1-.23 2.14-.63 3.09L13 11.42z"})
"SportsVolleyballOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sports_volleyball_rounded.cljs
================================================
(ns reagent-mui.icons.sports-volleyball-rounded
"Imports @mui/icons-material/SportsVolleyballRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-volleyball-rounded (create-svg-icon (e "path" #js {"d" "M6 4.01C3.58 5.84 2 8.73 2 12c0 1.46.32 2.85.89 4.11L6 14.31V4.01zm5 7.41V2.05c-1.06.11-2.07.38-3 .79v10.32l3-1.74zm1 1.73-8.11 4.68c.61.84 1.34 1.59 2.18 2.2L15 14.89l-3-1.74zm1-5.19v3.46l8.11 4.68c.42-.93.7-1.93.82-2.98L13 7.96zM8.07 21.2c1.21.51 2.53.8 3.93.8 3.34 0 6.29-1.65 8.11-4.16L17 16.04 8.07 21.2zm13.85-10.39c-.55-4.63-4.26-8.3-8.92-8.76v3.6l8.92 5.16z"})
"SportsVolleyballRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sports_volleyball_sharp.cljs
================================================
(ns reagent-mui.icons.sports-volleyball-sharp
"Imports @mui/icons-material/SportsVolleyballSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-volleyball-sharp (create-svg-icon (e "path" #js {"d" "M6 4.01C3.58 5.84 2 8.73 2 12c0 1.46.32 2.85.89 4.11L6 14.31V4.01zm5 7.41V2.05c-1.06.11-2.07.38-3 .79v10.32l3-1.74zm1 1.73-8.11 4.68c.61.84 1.34 1.59 2.18 2.2L15 14.89l-3-1.74zm1-5.19v3.46l8.11 4.68c.42-.93.7-1.93.82-2.98L13 7.96zM8.07 21.2c1.21.51 2.53.8 3.93.8 3.34 0 6.29-1.65 8.11-4.16L17 16.04 8.07 21.2zm13.85-10.39c-.55-4.63-4.26-8.3-8.92-8.76v3.6l8.92 5.16z"})
"SportsVolleyballSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sports_volleyball_two_tone.cljs
================================================
(ns reagent-mui.icons.sports-volleyball-two-tone
"Imports @mui/icons-material/SportsVolleyballTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sports-volleyball-two-tone (create-svg-icon [(e "path" #js {"d" "M6 6.73C4.76 8.14 4 9.98 4 12c0 1.1.23 2.14.63 3.1L6 14.31V6.73zm5-2.65c-.25.06-1.98.42-3 1.01v8.07l3-1.73V4.08zm2-.01v1.58l6.54 3.79c-.97-2.85-3.47-4.99-6.54-5.37zm-1 9.08-6.36 3.67c.64.85 1.46 1.55 2.38 2.09L15 14.89l-3-1.74zm1-5.19v3.46l6.37 3.68c.4-.95.63-1.99.63-3.09l-7-4.05zm-2.58 11.88c.51.1 1.04.16 1.58.16 2.6 0 4.9-1.25 6.36-3.17L17 16.04l-6.58 3.8z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 2.07c3.07.38 5.57 2.52 6.54 5.36L13 5.65V4.07zM8 5.08c1.02-.59 2.75-.95 3-1.01v7.35l-3 1.73V5.08zM4.63 15.1c-.4-.96-.63-2-.63-3.1 0-2.02.76-3.86 2-5.27v7.58l-1.37.79zm1.01 1.73L12 13.15l3 1.73-6.98 4.03c-.93-.53-1.74-1.23-2.38-2.08zM12 20c-.54 0-1.07-.06-1.58-.16l6.58-3.8 1.36.78C16.9 18.75 14.6 20 12 20zm1-8.58V7.96l7 4.05c0 1.1-.23 2.14-.63 3.09L13 11.42z"})]
"SportsVolleyballTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/square.cljs
================================================
(ns reagent-mui.icons.square
"Imports @mui/icons-material/Square as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def square (create-svg-icon (e "path" #js {"d" "M3 3h18v18H3z"})
"Square"))
================================================
FILE: src/icons/reagent_mui/icons/square_foot.cljs
================================================
(ns reagent-mui.icons.square-foot
"Imports @mui/icons-material/SquareFoot as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def square-foot (create-svg-icon (e "path" #js {"d" "m17.66 17.66-1.06 1.06-.71-.71 1.06-1.06-1.94-1.94-1.06 1.06-.71-.71 1.06-1.06-1.94-1.94-1.06 1.06-.71-.71 1.06-1.06L9.7 9.7l-1.06 1.06-.71-.71 1.06-1.06-1.94-1.94-1.06 1.06-.71-.71 1.06-1.06L4 4v14c0 1.1.9 2 2 2h14l-2.34-2.34zM7 17v-5.76L12.76 17H7z"})
"SquareFoot"))
================================================
FILE: src/icons/reagent_mui/icons/square_foot_outlined.cljs
================================================
(ns reagent-mui.icons.square-foot-outlined
"Imports @mui/icons-material/SquareFootOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def square-foot-outlined (create-svg-icon (e "path" #js {"d" "m17.66 17.66-1.06 1.06-.71-.71 1.06-1.06-1.94-1.94-1.06 1.06-.71-.71 1.06-1.06-1.94-1.94-1.06 1.06-.71-.71 1.06-1.06L9.7 9.7l-1.06 1.06-.71-.71 1.06-1.06-1.94-1.94-1.06 1.06-.71-.71 1.06-1.06L4 4v14c0 1.1.9 2 2 2h14l-2.34-2.34zM7 17v-5.76L12.76 17H7z"})
"SquareFootOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/square_foot_rounded.cljs
================================================
(ns reagent-mui.icons.square-foot-rounded
"Imports @mui/icons-material/SquareFootRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def square-foot-rounded (create-svg-icon (e "path" #js {"d" "m17.66 17.66-.71.71c-.2.2-.51.2-.71 0-.2-.2-.2-.51 0-.71l.71-.71-1.94-1.94-.71.71c-.2.2-.51.2-.71 0-.2-.2-.2-.51 0-.71l.71-.71-1.94-1.94-.71.71c-.2.2-.51.2-.71 0-.2-.2-.2-.51 0-.71l.71-.71L9.7 9.7l-.71.71c-.2.2-.51.2-.71 0-.2-.2-.2-.51 0-.71l.71-.71-1.94-1.94-.71.71c-.2.2-.51.2-.71 0-.2-.2-.2-.51 0-.71l.71-.71-1.49-1.49c-.31-.31-.85-.09-.85.36V18c0 1.1.9 2 2 2h12.79c.45 0 .67-.54.35-.85l-1.48-1.49zM7 16v-4.76L12.76 17H8c-.55 0-1-.45-1-1z"})
"SquareFootRounded"))
================================================
FILE: src/icons/reagent_mui/icons/square_foot_sharp.cljs
================================================
(ns reagent-mui.icons.square-foot-sharp
"Imports @mui/icons-material/SquareFootSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def square-foot-sharp (create-svg-icon (e "path" #js {"d" "m17.66 17.66-1.06 1.06-.71-.71 1.06-1.06-1.94-1.94-1.06 1.06-.71-.71 1.06-1.06-1.94-1.94-1.06 1.06-.71-.71 1.06-1.06L9.7 9.7l-1.06 1.06-.71-.71 1.06-1.06-1.94-1.94-1.06 1.06-.71-.71 1.06-1.06L4 4v16h16l-2.34-2.34zM7 17v-5.76L12.76 17H7z"})
"SquareFootSharp"))
================================================
FILE: src/icons/reagent_mui/icons/square_foot_two_tone.cljs
================================================
(ns reagent-mui.icons.square-foot-two-tone
"Imports @mui/icons-material/SquareFootTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def square-foot-two-tone (create-svg-icon [(e "path" #js {"d" "M7 17h5.76L7 11.24z", "opacity" ".3"}) (e "path" #js {"d" "m17.66 17.66-1.06 1.06-.71-.71 1.06-1.06-1.94-1.94-1.06 1.06-.71-.71 1.06-1.06-1.94-1.94-1.06 1.06-.71-.71 1.06-1.06L9.7 9.7l-1.06 1.06-.71-.71 1.06-1.06-1.94-1.94-1.06 1.06-.71-.71 1.06-1.06L4 4v14c0 1.1.9 2 2 2h14l-2.34-2.34zM7 17v-5.76L12.76 17H7z"})]
"SquareFootTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/square_outlined.cljs
================================================
(ns reagent-mui.icons.square-outlined
"Imports @mui/icons-material/SquareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def square-outlined (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm16 16H5V5h14v14z"})
"SquareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/square_rounded.cljs
================================================
(ns reagent-mui.icons.square-rounded
"Imports @mui/icons-material/SquareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def square-rounded (create-svg-icon (e "path" #js {"d" "M3 5v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2z"})
"SquareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/square_sharp.cljs
================================================
(ns reagent-mui.icons.square-sharp
"Imports @mui/icons-material/SquareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def square-sharp (create-svg-icon (e "path" #js {"d" "M3 3h18v18H3z"})
"SquareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/square_two_tone.cljs
================================================
(ns reagent-mui.icons.square-two-tone
"Imports @mui/icons-material/SquareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def square-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5h14v14H5z", "opacity" ".3"}) (e "path" #js {"d" "M3 3v18h18V3H3zm16 16H5V5h14v14z"})]
"SquareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/ssid_chart.cljs
================================================
(ns reagent-mui.icons.ssid-chart
"Imports @mui/icons-material/SsidChart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ssid-chart (create-svg-icon (e "path" #js {"d" "M21 5.47 12 12 7.62 7.62 3 11V8.52L7.83 5l4.38 4.38L21 3v2.47zM21 15h-4.7l-4.17 3.34L6 12.41l-3 2.13V17l2.8-2 6.2 6 5-4h4v-2z"})
"SsidChart"))
================================================
FILE: src/icons/reagent_mui/icons/ssid_chart_outlined.cljs
================================================
(ns reagent-mui.icons.ssid-chart-outlined
"Imports @mui/icons-material/SsidChartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ssid-chart-outlined (create-svg-icon (e "path" #js {"d" "M21 5.47 12 12 7.62 7.62 3 11V8.52L7.83 5l4.38 4.38L21 3v2.47zM21 15h-4.7l-4.17 3.34L6 12.41l-3 2.13V17l2.8-2 6.2 6 5-4h4v-2z"})
"SsidChartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/ssid_chart_rounded.cljs
================================================
(ns reagent-mui.icons.ssid-chart-rounded
"Imports @mui/icons-material/SsidChartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ssid-chart-rounded (create-svg-icon (e "path" #js {"d" "M3 9.03c0-.32.15-.62.41-.81L7.14 5.5c.4-.29.95-.25 1.3.1l3.78 3.78 7.2-5.23c.65-.48 1.58-.01 1.58.81 0 .32-.15.62-.41.81l-7.9 5.73c-.4.29-.95.25-1.29-.1L7.62 7.62 4.59 9.84c-.66.48-1.59.01-1.59-.81zM21 16c0-.55-.45-1-1-1h-3.35c-.23 0-.45.08-.62.22l-3.9 3.12-5.53-5.35c-.35-.34-.88-.38-1.27-.1l-1.9 1.35c-.27.19-.43.5-.43.82 0 .81.92 1.29 1.58.81L5.8 15l5.57 5.39c.36.35.93.38 1.32.06L17 17h3c.55 0 1-.45 1-1z"})
"SsidChartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/ssid_chart_sharp.cljs
================================================
(ns reagent-mui.icons.ssid-chart-sharp
"Imports @mui/icons-material/SsidChartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ssid-chart-sharp (create-svg-icon (e "path" #js {"d" "M21 5.47 12 12 7.62 7.62 3 11V8.52L7.83 5l4.38 4.38L21 3v2.47zM21 15h-4.7l-4.17 3.34L6 12.41l-3 2.13V17l2.8-2 6.2 6 5-4h4v-2z"})
"SsidChartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/ssid_chart_two_tone.cljs
================================================
(ns reagent-mui.icons.ssid-chart-two-tone
"Imports @mui/icons-material/SsidChartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ssid-chart-two-tone (create-svg-icon (e "path" #js {"d" "M21 5.47 12 12 7.62 7.62 3 11V8.52L7.83 5l4.38 4.38L21 3v2.47zM21 15h-4.7l-4.17 3.34L6 12.41l-3 2.13V17l2.8-2 6.2 6 5-4h4v-2z"})
"SsidChartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/stacked_bar_chart.cljs
================================================
(ns reagent-mui.icons.stacked-bar-chart
"Imports @mui/icons-material/StackedBarChart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stacked-bar-chart (create-svg-icon (e "path" #js {"d" "M4 9h4v11H4zm0-5h4v4H4zm6 3h4v4h-4zm6 3h4v4h-4zm0 5h4v5h-4zm-6-3h4v8h-4z"})
"StackedBarChart"))
================================================
FILE: src/icons/reagent_mui/icons/stacked_bar_chart_outlined.cljs
================================================
(ns reagent-mui.icons.stacked-bar-chart-outlined
"Imports @mui/icons-material/StackedBarChartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stacked-bar-chart-outlined (create-svg-icon (e "path" #js {"d" "M4 9h4v11H4zm0-5h4v4H4zm6 3h4v4h-4zm6 3h4v4h-4zm0 5h4v5h-4zm-6-3h4v8h-4z"})
"StackedBarChartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/stacked_bar_chart_rounded.cljs
================================================
(ns reagent-mui.icons.stacked-bar-chart-rounded
"Imports @mui/icons-material/StackedBarChartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stacked-bar-chart-rounded (create-svg-icon (e "path" #js {"d" "M6 20c1.1 0 2-.9 2-2V9H4v9c0 1.1.9 2 2 2zM4 8h4V6c0-1.1-.9-2-2-2s-2 .9-2 2v2zm6 3h4V9c0-1.1-.9-2-2-2s-2 .9-2 2v2zm6 1v2h4v-2c0-1.1-.9-2-2-2s-2 .9-2 2zm2 8c1.1 0 2-.9 2-2v-3h-4v3c0 1.1.9 2 2 2zm-6 0c1.1 0 2-.9 2-2v-6h-4v6c0 1.1.9 2 2 2z"})
"StackedBarChartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/stacked_bar_chart_sharp.cljs
================================================
(ns reagent-mui.icons.stacked-bar-chart-sharp
"Imports @mui/icons-material/StackedBarChartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stacked-bar-chart-sharp (create-svg-icon (e "path" #js {"d" "M4 9h4v11H4zm0-5h4v4H4zm6 3h4v4h-4zm6 3h4v4h-4zm0 5h4v5h-4zm-6-3h4v8h-4z"})
"StackedBarChartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/stacked_bar_chart_two_tone.cljs
================================================
(ns reagent-mui.icons.stacked-bar-chart-two-tone
"Imports @mui/icons-material/StackedBarChartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stacked-bar-chart-two-tone (create-svg-icon (e "path" #js {"d" "M4 9h4v11H4zm0-5h4v4H4zm6 3h4v4h-4zm6 3h4v4h-4zm0 5h4v5h-4zm-6-3h4v8h-4z"})
"StackedBarChartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/stacked_line_chart.cljs
================================================
(ns reagent-mui.icons.stacked-line-chart
"Imports @mui/icons-material/StackedLineChart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stacked-line-chart (create-svg-icon (e "path" #js {"d" "m2 19.99 7.5-7.51 4 4 7.09-7.97L22 9.92l-8.5 9.56-4-4-6 6.01-1.5-1.5zm1.5-4.5 6-6.01 4 4L22 3.92l-1.41-1.41-7.09 7.97-4-4L2 13.99l1.5 1.5z"})
"StackedLineChart"))
================================================
FILE: src/icons/reagent_mui/icons/stacked_line_chart_outlined.cljs
================================================
(ns reagent-mui.icons.stacked-line-chart-outlined
"Imports @mui/icons-material/StackedLineChartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stacked-line-chart-outlined (create-svg-icon (e "path" #js {"d" "m2 19.99 7.5-7.51 4 4 7.09-7.97L22 9.92l-8.5 9.56-4-4-6 6.01-1.5-1.5zm1.5-4.5 6-6.01 4 4L22 3.92l-1.41-1.41-7.09 7.97-4-4L2 13.99l1.5 1.5z"})
"StackedLineChartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/stacked_line_chart_rounded.cljs
================================================
(ns reagent-mui.icons.stacked-line-chart-rounded
"Imports @mui/icons-material/StackedLineChartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stacked-line-chart-rounded (create-svg-icon (e "path" #js {"d" "m2.79 14.78-.09-.09a.9959.9959 0 0 1 0-1.41l6.09-6.1c.39-.39 1.02-.39 1.41 0l3.29 3.29 6.39-7.18c.38-.43 1.05-.44 1.45-.04.37.38.39.98.04 1.37l-7.17 8.07c-.38.43-1.04.45-1.45.04L9.5 9.48l-5.3 5.3c-.38.39-1.02.39-1.41 0zm1.41 6 5.3-5.3 3.25 3.25c.41.41 1.07.39 1.45-.04l7.17-8.07c.35-.39.33-.99-.04-1.37-.4-.4-1.07-.39-1.45.04l-6.39 7.18-3.29-3.29a.9959.9959 0 0 0-1.41 0l-6.09 6.1c-.39.39-.39 1.02 0 1.41l.09.09c.39.39 1.03.39 1.41 0z"})
"StackedLineChartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/stacked_line_chart_sharp.cljs
================================================
(ns reagent-mui.icons.stacked-line-chart-sharp
"Imports @mui/icons-material/StackedLineChartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stacked-line-chart-sharp (create-svg-icon (e "path" #js {"d" "m2 19.99 7.5-7.51 4 4 7.09-7.97L22 9.92l-8.5 9.56-4-4-6 6.01-1.5-1.5zm1.5-4.5 6-6.01 4 4L22 3.92l-1.41-1.41-7.09 7.97-4-4L2 13.99l1.5 1.5z"})
"StackedLineChartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/stacked_line_chart_two_tone.cljs
================================================
(ns reagent-mui.icons.stacked-line-chart-two-tone
"Imports @mui/icons-material/StackedLineChartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stacked-line-chart-two-tone (create-svg-icon (e "path" #js {"d" "m2 19.99 7.5-7.51 4 4 7.09-7.97L22 9.92l-8.5 9.56-4-4-6 6.01-1.5-1.5zm1.5-4.5 6-6.01 4 4L22 3.92l-1.41-1.41-7.09 7.97-4-4L2 13.99l1.5 1.5z"})
"StackedLineChartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/stadium.cljs
================================================
(ns reagent-mui.icons.stadium
"Imports @mui/icons-material/Stadium as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stadium (create-svg-icon (e "path" #js {"d" "M7 5 3 7V3l4 2zm11-2v4l4-2-4-2zm-7-1v4l4-2-4-2zm-6 8.04c1.38.49 3.77.96 7 .96s5.62-.47 7-.96C19 9.86 16.22 9 12 9s-7 .86-7 1.04zM15 17H9v4.88c-4.06-.39-7-1.54-7-2.88v-9c0-1.66 4.48-3 10-3s10 1.34 10 3v9c0 1.34-2.94 2.48-7 2.87V17z"})
"Stadium"))
================================================
FILE: src/icons/reagent_mui/icons/stadium_outlined.cljs
================================================
(ns reagent-mui.icons.stadium-outlined
"Imports @mui/icons-material/StadiumOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stadium-outlined (create-svg-icon (e "path" #js {"d" "M7 5 3 7V3l4 2zm11-2v4l4-2-4-2zm-7-1v4l4-2-4-2zm2 16h-2v4c-5.05-.15-9-1.44-9-3v-9c0-1.66 4.48-3 10-3s10 1.34 10 3v9c0 1.56-3.95 2.85-9 3v-4zm-8-7.96c1.38.49 3.77.96 7 .96s5.62-.47 7-.96C19 9.86 16.22 9 12 9s-7 .86-7 1.04zm15 1.76c-1.82.73-4.73 1.2-8 1.2s-6.18-.47-8-1.2v6.78c.61.41 2.36 1.01 5 1.28V16h6v3.86c2.64-.27 4.39-.87 5-1.28V11.8z"})
"StadiumOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/stadium_rounded.cljs
================================================
(ns reagent-mui.icons.stadium-rounded
"Imports @mui/icons-material/StadiumRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stadium-rounded (create-svg-icon (e "path" #js {"d" "M6.11 5.45 3.72 6.64C3.39 6.8 3 6.56 3 6.19V3.81c0-.37.39-.61.72-.45L6.1 4.55c.37.19.37.71.01.9zM18 3.81v2.38c0 .37.39.61.72.45l2.38-1.19c.37-.18.37-.71 0-.89l-2.38-1.19c-.33-.17-.72.07-.72.44zm-7-1v2.38c0 .37.39.61.72.45l2.38-1.19c.37-.18.37-.71 0-.89l-2.38-1.19c-.33-.17-.72.07-.72.44zm-6 7.23c1.38.49 3.77.96 7 .96s5.62-.47 7-.96C19 9.86 16.22 9 12 9s-7 .86-7 1.04zM14 17h-4c-.55 0-1 .45-1 1v3.88c-4.06-.39-7-1.54-7-2.88v-9c0-1.66 4.48-3 10-3s10 1.34 10 3v9c0 1.34-2.94 2.48-7 2.87V18c0-.55-.45-1-1-1z"})
"StadiumRounded"))
================================================
FILE: src/icons/reagent_mui/icons/stadium_sharp.cljs
================================================
(ns reagent-mui.icons.stadium-sharp
"Imports @mui/icons-material/StadiumSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stadium-sharp (create-svg-icon (e "path" #js {"d" "M7 5 3 7V3l4 2zm11-2v4l4-2-4-2zm-7-1v4l4-2-4-2zm-6 8.04c1.38.49 3.77.96 7 .96s5.62-.47 7-.96C19 9.86 16.22 9 12 9s-7 .86-7 1.04zM15 17H9v4.88c-4.06-.39-7-1.54-7-2.88v-9c0-1.66 4.48-3 10-3s10 1.34 10 3v9c0 1.34-2.94 2.48-7 2.87V17z"})
"StadiumSharp"))
================================================
FILE: src/icons/reagent_mui/icons/stadium_two_tone.cljs
================================================
(ns reagent-mui.icons.stadium-two-tone
"Imports @mui/icons-material/StadiumTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stadium-two-tone (create-svg-icon [(e "path" #js {"d" "M5 10.04c1.38.49 3.77.96 7 .96s5.62-.47 7-.96C19 9.86 16.22 9 12 9s-7 .86-7 1.04zm15 1.76c-1.82.73-4.73 1.2-8 1.2s-6.18-.47-8-1.2v6.78c.61.41 2.36 1.01 5 1.28V16h6v3.86c2.64-.27 4.39-.87 5-1.28V11.8z", "opacity" ".3"}) (e "path" #js {"d" "M7 5 3 7V3l4 2zm11-2v4l4-2-4-2zm-7-1v4l4-2-4-2zm2 16h-2v4c-5.05-.15-9-1.44-9-3v-9c0-1.66 4.48-3 10-3s10 1.34 10 3v9c0 1.56-3.95 2.85-9 3v-4zm-8-7.96c1.38.49 3.77.96 7 .96s5.62-.47 7-.96C19 9.86 16.22 9 12 9s-7 .86-7 1.04zm15 1.76c-1.82.73-4.73 1.2-8 1.2s-6.18-.47-8-1.2v6.78c.61.41 2.36 1.01 5 1.28V16h6v3.86c2.64-.27 4.39-.87 5-1.28V11.8z"})]
"StadiumTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/stairs.cljs
================================================
(ns reagent-mui.icons.stairs
"Imports @mui/icons-material/Stairs as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stairs (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 5h-2.42v3.33H13v3.33h-2.58V18H6v-2h2.42v-3.33H11V9.33h2.58V6H18v2z"})
"Stairs"))
================================================
FILE: src/icons/reagent_mui/icons/stairs_outlined.cljs
================================================
(ns reagent-mui.icons.stairs-outlined
"Imports @mui/icons-material/StairsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stairs-outlined (create-svg-icon (e "path" #js {"d" "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 3h-4.42v3.33H11v3.33H8.42V16H6v2h4.42v-3.33H13v-3.33h2.58V8H18V6z"})
"StairsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/stairs_rounded.cljs
================================================
(ns reagent-mui.icons.stairs-rounded
"Imports @mui/icons-material/StairsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stairs-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 5h-1.42v3.33H13v3.33h-2.58l.03 3.34H7c-.55 0-1-.45-1-1s.45-1 1-1h1.42v-3.33H11V9.33h2.58V6H17c.55 0 1 .45 1 1s-.45 1-1 1z"})
"StairsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/stairs_sharp.cljs
================================================
(ns reagent-mui.icons.stairs-sharp
"Imports @mui/icons-material/StairsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stairs-sharp (create-svg-icon (e "path" #js {"d" "M3 3v18h18V3H3zm15 5h-2.42v3.33H13v3.33h-2.58V18H6v-2h2.42v-3.33H11V9.33h2.58V6H18v2z"})
"StairsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/stairs_two_tone.cljs
================================================
(ns reagent-mui.icons.stairs-two-tone
"Imports @mui/icons-material/StairsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stairs-two-tone (create-svg-icon [(e "path" #js {"d" "M19 5v14H5V5h14m-1 1h-4.42v3.33H11v3.33H8.42V16H6v2h4.42v-3.33H13v-3.33h2.58V8H18V6z", "opacity" ".3"}) (e "path" #js {"d" "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 3h-4.42v3.33H11v3.33H8.42V16H6v2h4.42v-3.33H13v-3.33h2.58V8H18V6z"})]
"StairsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/star.cljs
================================================
(ns reagent-mui.icons.star
"Imports @mui/icons-material/Star as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star (create-svg-icon (e "path" #js {"d" "M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"})
"Star"))
================================================
FILE: src/icons/reagent_mui/icons/star_border.cljs
================================================
(ns reagent-mui.icons.star-border
"Imports @mui/icons-material/StarBorder as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-border (create-svg-icon (e "path" #js {"d" "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarBorder"))
================================================
FILE: src/icons/reagent_mui/icons/star_border_outlined.cljs
================================================
(ns reagent-mui.icons.star-border-outlined
"Imports @mui/icons-material/StarBorderOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-border-outlined (create-svg-icon (e "path" #js {"d" "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarBorderOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/star_border_purple_500.cljs
================================================
(ns reagent-mui.icons.star-border-purple-500
"Imports @mui/icons-material/StarBorderPurple500 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-border-purple-500 (create-svg-icon (e "path" #js {"d" "m12 8.89.94 3.11h2.82l-2.27 1.62.93 3.01L12 14.79l-2.42 1.84.93-3.01L8.24 12h2.82L12 8.89M12 2l-2.42 8H2l6.17 4.41L5.83 22 12 17.31 18.18 22l-2.35-7.59L22 10h-7.58L12 2z"})
"StarBorderPurple500"))
================================================
FILE: src/icons/reagent_mui/icons/star_border_purple_500_outlined.cljs
================================================
(ns reagent-mui.icons.star-border-purple-500-outlined
"Imports @mui/icons-material/StarBorderPurple500Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-border-purple-500-outlined (create-svg-icon (e "path" #js {"d" "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarBorderPurple500Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/star_border_purple_500_rounded.cljs
================================================
(ns reagent-mui.icons.star-border-purple-500-rounded
"Imports @mui/icons-material/StarBorderPurple500Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-border-purple-500-rounded (create-svg-icon (e "path" #js {"d" "m12 8.89.94 3.11h2.82l-2.27 1.62.93 3.01L12 14.79l-2.42 1.84.93-3.01L8.24 12h2.82L12 8.89M9.58 10H5.12c-.97 0-1.37 1.25-.58 1.81l3.64 2.6-1.43 4.61c-.29.93.79 1.68 1.56 1.09l3.69-2.8 3.69 2.81c.77.59 1.85-.16 1.56-1.09l-1.43-4.61 3.64-2.6c.79-.57.39-1.81-.58-1.81h-4.46l-1.47-4.84c-.29-.95-1.63-.95-1.91 0L9.58 10z"})
"StarBorderPurple500Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/star_border_purple_500_sharp.cljs
================================================
(ns reagent-mui.icons.star-border-purple-500-sharp
"Imports @mui/icons-material/StarBorderPurple500Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-border-purple-500-sharp (create-svg-icon (e "path" #js {"d" "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarBorderPurple500Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/star_border_purple_500_two_tone.cljs
================================================
(ns reagent-mui.icons.star-border-purple-500-two-tone
"Imports @mui/icons-material/StarBorderPurple500TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-border-purple-500-two-tone (create-svg-icon (e "path" #js {"d" "m12 8.89.94 3.11h2.82l-2.27 1.62.93 3.01L12 14.79l-2.42 1.84.93-3.01L8.24 12h2.82L12 8.89M12 2l-2.42 8H2l6.17 4.41L5.83 22 12 17.31 18.18 22l-2.35-7.59L22 10h-7.58L12 2z"})
"StarBorderPurple500TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/star_border_rounded.cljs
================================================
(ns reagent-mui.icons.star-border-rounded
"Imports @mui/icons-material/StarBorderRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-border-rounded (create-svg-icon (e "path" #js {"d" "m19.65 9.04-4.84-.42-1.89-4.45c-.34-.81-1.5-.81-1.84 0L9.19 8.63l-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18-1.1 4.72c-.2.86.73 1.54 1.49 1.08l4.15-2.5 4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.73 3.67-3.18c.67-.58.32-1.68-.56-1.75zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarBorderRounded"))
================================================
FILE: src/icons/reagent_mui/icons/star_border_sharp.cljs
================================================
(ns reagent-mui.icons.star-border-sharp
"Imports @mui/icons-material/StarBorderSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-border-sharp (create-svg-icon (e "path" #js {"d" "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarBorderSharp"))
================================================
FILE: src/icons/reagent_mui/icons/star_border_two_tone.cljs
================================================
(ns reagent-mui.icons.star-border-two-tone
"Imports @mui/icons-material/StarBorderTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-border-two-tone (create-svg-icon (e "path" #js {"d" "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarBorderTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/star_half.cljs
================================================
(ns reagent-mui.icons.star-half
"Imports @mui/icons-material/StarHalf as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-half (create-svg-icon (e "path" #js {"d" "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4V6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarHalf"))
================================================
FILE: src/icons/reagent_mui/icons/star_half_outlined.cljs
================================================
(ns reagent-mui.icons.star-half-outlined
"Imports @mui/icons-material/StarHalfOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-half-outlined (create-svg-icon (e "path" #js {"d" "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4V6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarHalfOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/star_half_rounded.cljs
================================================
(ns reagent-mui.icons.star-half-rounded
"Imports @mui/icons-material/StarHalfRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-half-rounded (create-svg-icon (e "path" #js {"d" "m19.65 9.04-4.84-.42-1.89-4.45c-.34-.81-1.5-.81-1.84 0L9.19 8.63l-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18-1.1 4.72c-.2.86.73 1.54 1.49 1.08l4.15-2.5 4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.73 3.67-3.18c.67-.58.32-1.68-.56-1.75zM12 15.4V6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarHalfRounded"))
================================================
FILE: src/icons/reagent_mui/icons/star_half_sharp.cljs
================================================
(ns reagent-mui.icons.star-half-sharp
"Imports @mui/icons-material/StarHalfSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-half-sharp (create-svg-icon (e "path" #js {"d" "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4V6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarHalfSharp"))
================================================
FILE: src/icons/reagent_mui/icons/star_half_two_tone.cljs
================================================
(ns reagent-mui.icons.star-half-two-tone
"Imports @mui/icons-material/StarHalfTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-half-two-tone (create-svg-icon (e "path" #js {"d" "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4V6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarHalfTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/star_outline.cljs
================================================
(ns reagent-mui.icons.star-outline
"Imports @mui/icons-material/StarOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-outline (create-svg-icon (e "path" #js {"d" "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarOutline"))
================================================
FILE: src/icons/reagent_mui/icons/star_outline_outlined.cljs
================================================
(ns reagent-mui.icons.star-outline-outlined
"Imports @mui/icons-material/StarOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-outline-outlined (create-svg-icon (e "path" #js {"d" "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/star_outline_rounded.cljs
================================================
(ns reagent-mui.icons.star-outline-rounded
"Imports @mui/icons-material/StarOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-outline-rounded (create-svg-icon (e "path" #js {"d" "m19.65 9.04-4.84-.42-1.89-4.45c-.34-.81-1.5-.81-1.84 0L9.19 8.63l-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18-1.1 4.72c-.2.86.73 1.54 1.49 1.08l4.15-2.5 4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.73 3.67-3.18c.67-.58.32-1.68-.56-1.75zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/star_outline_sharp.cljs
================================================
(ns reagent-mui.icons.star-outline-sharp
"Imports @mui/icons-material/StarOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-outline-sharp (create-svg-icon (e "path" #js {"d" "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/star_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.star-outline-two-tone
"Imports @mui/icons-material/StarOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-outline-two-tone (create-svg-icon (e "path" #js {"d" "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})
"StarOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/star_outlined.cljs
================================================
(ns reagent-mui.icons.star-outlined
"Imports @mui/icons-material/StarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-outlined (create-svg-icon (e "path" #js {"d" "M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27z"})
"StarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/star_purple_500.cljs
================================================
(ns reagent-mui.icons.star-purple-500
"Imports @mui/icons-material/StarPurple500 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-purple-500 (create-svg-icon (e "path" #js {"d" "m12 8.89.94 3.11h2.82l-2.27 1.62.93 3.01L12 14.79l-2.42 1.84.93-3.01L8.24 12h2.82L12 8.89M12 2l-2.42 8H2l6.17 4.41L5.83 22 12 17.31 18.18 22l-2.35-7.59L22 10h-7.58L12 2z"})
"StarPurple500"))
================================================
FILE: src/icons/reagent_mui/icons/star_purple_500_outlined.cljs
================================================
(ns reagent-mui.icons.star-purple-500-outlined
"Imports @mui/icons-material/StarPurple500Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-purple-500-outlined (create-svg-icon (e "path" #js {"d" "M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27z"})
"StarPurple500Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/star_purple_500_rounded.cljs
================================================
(ns reagent-mui.icons.star-purple-500-rounded
"Imports @mui/icons-material/StarPurple500Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-purple-500-rounded (create-svg-icon (e "path" #js {"d" "m12 8.89.94 3.11h2.82l-2.27 1.62.93 3.01L12 14.79l-2.42 1.84.93-3.01L8.24 12h2.82L12 8.89M9.58 10H5.12c-.97 0-1.37 1.25-.58 1.81l3.64 2.6-1.43 4.61c-.29.93.79 1.68 1.56 1.09l3.69-2.8 3.69 2.81c.77.59 1.85-.16 1.56-1.09l-1.43-4.61 3.64-2.6c.79-.57.39-1.81-.58-1.81h-4.46l-1.47-4.84c-.29-.95-1.63-.95-1.91 0L9.58 10z"})
"StarPurple500Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/star_purple_500_sharp.cljs
================================================
(ns reagent-mui.icons.star-purple-500-sharp
"Imports @mui/icons-material/StarPurple500Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-purple-500-sharp (create-svg-icon (e "path" #js {"d" "M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27z"})
"StarPurple500Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/star_purple_500_two_tone.cljs
================================================
(ns reagent-mui.icons.star-purple-500-two-tone
"Imports @mui/icons-material/StarPurple500TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-purple-500-two-tone (create-svg-icon (e "path" #js {"d" "m12 8.89.94 3.11h2.82l-2.27 1.62.93 3.01L12 14.79l-2.42 1.84.93-3.01L8.24 12h2.82L12 8.89M12 2l-2.42 8H2l6.17 4.41L5.83 22 12 17.31 18.18 22l-2.35-7.59L22 10h-7.58L12 2z"})
"StarPurple500TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/star_rate.cljs
================================================
(ns reagent-mui.icons.star-rate
"Imports @mui/icons-material/StarRate as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-rate (create-svg-icon (e "path" #js {"d" "M14.43 10 12 2l-2.43 8H2l6.18 4.41L5.83 22 12 17.31 18.18 22l-2.35-7.59L22 10z"})
"StarRate"))
================================================
FILE: src/icons/reagent_mui/icons/star_rate_outlined.cljs
================================================
(ns reagent-mui.icons.star-rate-outlined
"Imports @mui/icons-material/StarRateOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-rate-outlined (create-svg-icon (e "path" #js {"d" "m12 8.89.94 3.11h2.82l-2.27 1.62.93 3.01L12 14.79l-2.42 1.84.93-3.01L8.24 12h2.82L12 8.89M12 2l-2.42 8H2l6.17 4.41L5.83 22 12 17.31 18.18 22l-2.35-7.59L22 10h-7.58L12 2z"})
"StarRateOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/star_rate_rounded.cljs
================================================
(ns reagent-mui.icons.star-rate-rounded
"Imports @mui/icons-material/StarRateRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-rate-rounded (create-svg-icon (e "path" #js {"d" "m14.43 10-1.47-4.84c-.29-.95-1.63-.95-1.91 0L9.57 10H5.12c-.97 0-1.37 1.25-.58 1.81l3.64 2.6-1.43 4.61c-.29.93.79 1.68 1.56 1.09l3.69-2.8 3.69 2.81c.77.59 1.85-.16 1.56-1.09l-1.43-4.61 3.64-2.6c.79-.57.39-1.81-.58-1.81h-4.45z"})
"StarRateRounded"))
================================================
FILE: src/icons/reagent_mui/icons/star_rate_sharp.cljs
================================================
(ns reagent-mui.icons.star-rate-sharp
"Imports @mui/icons-material/StarRateSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-rate-sharp (create-svg-icon (e "path" #js {"d" "M14.43 10 12 2l-2.43 8H2l6.18 4.41L5.83 22 12 17.31 18.18 22l-2.35-7.59L22 10z"})
"StarRateSharp"))
================================================
FILE: src/icons/reagent_mui/icons/star_rate_two_tone.cljs
================================================
(ns reagent-mui.icons.star-rate-two-tone
"Imports @mui/icons-material/StarRateTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-rate-two-tone (create-svg-icon [(e "path" #js {"d" "M12.94 12 12 8.89 11.06 12H8.24l2.27 1.62-.93 3.01L12 14.79l2.42 1.84-.93-3.01L15.76 12z", "opacity" ".3"}) (e "path" #js {"d" "M22 10h-7.58L12 2l-2.42 8H2l6.17 4.41L5.83 22 12 17.31 18.17 22l-2.35-7.59L22 10zm-7.58 6.63L12 14.79l-2.42 1.84.93-3.01L8.24 12h2.82L12 8.89l.94 3.11h2.82l-2.27 1.62.93 3.01z"})]
"StarRateTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/star_rounded.cljs
================================================
(ns reagent-mui.icons.star-rounded
"Imports @mui/icons-material/StarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-rounded (create-svg-icon (e "path" #js {"d" "m12 17.27 4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.72 3.67-3.18c.67-.58.31-1.68-.57-1.75l-4.83-.41-1.89-4.46c-.34-.81-1.5-.81-1.84 0L9.19 8.63l-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18-1.1 4.72c-.2.86.73 1.54 1.49 1.08l4.15-2.5z"})
"StarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/star_sharp.cljs
================================================
(ns reagent-mui.icons.star-sharp
"Imports @mui/icons-material/StarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-sharp (create-svg-icon (e "path" #js {"d" "M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27z"})
"StarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/star_two_tone.cljs
================================================
(ns reagent-mui.icons.star-two-tone
"Imports @mui/icons-material/StarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def star-two-tone (create-svg-icon [(e "path" #js {"d" "m12 15.4-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28z", "opacity" ".3"}) (e "path" #js {"d" "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})]
"StarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/stars.cljs
================================================
(ns reagent-mui.icons.stars
"Imports @mui/icons-material/Stars as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stars (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm4.24 16L12 15.45 7.77 18l1.12-4.81-3.73-3.23 4.92-.42L12 5l1.92 4.53 4.92.42-3.73 3.23L16.23 18z"})
"Stars"))
================================================
FILE: src/icons/reagent_mui/icons/stars_outlined.cljs
================================================
(ns reagent-mui.icons.stars-outlined
"Imports @mui/icons-material/StarsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stars-outlined (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm7.48 7.16-5.01-.43-2-4.71c3.21.19 5.91 2.27 7.01 5.14zm-5.07 6.26L12 13.98l-2.39 1.44.63-2.72-2.11-1.83 2.78-.24L12 8.06l1.09 2.56 2.78.24-2.11 1.83.64 2.73zm-2.86-11.4-2 4.72-5.02.43c1.1-2.88 3.8-4.97 7.02-5.15zM4 12c0-.64.08-1.26.23-1.86l3.79 3.28-1.11 4.75C5.13 16.7 4 14.48 4 12zm3.84 6.82L12 16.31l4.16 2.5c-1.22.75-2.64 1.19-4.17 1.19-1.52 0-2.94-.44-4.15-1.18zm9.25-.65-1.11-4.75 3.79-3.28c.14.59.23 1.22.23 1.86 0 2.48-1.14 4.7-2.91 6.17z"})
"StarsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/stars_rounded.cljs
================================================
(ns reagent-mui.icons.stars-rounded
"Imports @mui/icons-material/StarsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stars-rounded (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm3.23 15.39L12 15.45l-3.22 1.94c-.38.23-.85-.11-.75-.54l.85-3.66-2.83-2.45c-.33-.29-.15-.84.29-.88l3.74-.32 1.46-3.45c.17-.41.75-.41.92 0l1.46 3.44 3.74.32c.44.04.62.59.28.88l-2.83 2.45.85 3.67c.1.43-.36.77-.74.54z"})
"StarsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/stars_sharp.cljs
================================================
(ns reagent-mui.icons.stars-sharp
"Imports @mui/icons-material/StarsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stars-sharp (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm4.24 16L12 15.45 7.77 18l1.12-4.81-3.73-3.23 4.92-.42L12 5l1.92 4.53 4.92.42-3.73 3.23L16.23 18z"})
"StarsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/stars_two_tone.cljs
================================================
(ns reagent-mui.icons.stars-two-tone
"Imports @mui/icons-material/StarsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stars-two-tone (create-svg-icon [(e "path" #js {"d" "M19.47 9.16c-1.1-2.87-3.8-4.95-7.01-5.14l2 4.71 5.01.43zm-7.93-5.14c-3.22.18-5.92 2.27-7.02 5.15l5.02-.43 2-4.72zm-7.31 6.12C4.08 10.74 4 11.36 4 12c0 2.48 1.14 4.7 2.91 6.17l1.11-4.75-3.79-3.28zm15.54-.01-3.79 3.28 1.1 4.76C18.86 16.7 20 14.48 20 12c0-.64-.09-1.27-.23-1.87zM7.84 18.82c1.21.74 2.63 1.18 4.15 1.18 1.53 0 2.95-.44 4.17-1.18L12 16.31l-4.16 2.51z", "opacity" ".3"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm7.48 7.16-5.01-.43-2-4.71c3.21.19 5.91 2.27 7.01 5.14zM12 8.06l1.09 2.56 2.78.24-2.11 1.83.63 2.73L12 13.98l-2.39 1.44.63-2.72-2.11-1.83 2.78-.24L12 8.06zm-.46-4.04-2 4.72-5.02.43c1.1-2.88 3.8-4.97 7.02-5.15zM4 12c0-.64.08-1.26.23-1.86l3.79 3.28-1.11 4.75C5.14 16.7 4 14.48 4 12zm7.99 8c-1.52 0-2.94-.44-4.15-1.18L12 16.31l4.16 2.51c-1.22.74-2.64 1.18-4.17 1.18zm5.1-1.83-1.1-4.76 3.79-3.28c.13.6.22 1.23.22 1.87 0 2.48-1.14 4.7-2.91 6.17z"})]
"StarsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/start.cljs
================================================
(ns reagent-mui.icons.start
"Imports @mui/icons-material/Start as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def start (create-svg-icon (e "path" #js {"d" "M14.59 7.41 18.17 11H6v2h12.17l-3.59 3.59L16 18l6-6-6-6-1.41 1.41zM2 6v12h2V6H2z"})
"Start"))
================================================
FILE: src/icons/reagent_mui/icons/start_outlined.cljs
================================================
(ns reagent-mui.icons.start-outlined
"Imports @mui/icons-material/StartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def start-outlined (create-svg-icon (e "path" #js {"d" "M14.59 7.41 18.17 11H6v2h12.17l-3.59 3.59L16 18l6-6-6-6-1.41 1.41zM2 6v12h2V6H2z"})
"StartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/start_rounded.cljs
================================================
(ns reagent-mui.icons.start-rounded
"Imports @mui/icons-material/StartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def start-rounded (create-svg-icon (e "path" #js {"d" "M15.29 17.29c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41L16.7 6.7a.9959.9959 0 0 0-1.41 0c-.38.39-.39 1.03 0 1.42L18.17 11H7c-.55 0-1 .45-1 1s.45 1 1 1h11.17l-2.88 2.88c-.39.39-.39 1.02 0 1.41zM3 18c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1z"})
"StartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/start_sharp.cljs
================================================
(ns reagent-mui.icons.start-sharp
"Imports @mui/icons-material/StartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def start-sharp (create-svg-icon (e "path" #js {"d" "M14.59 7.41 18.17 11H6v2h12.17l-3.59 3.59L16 18l6-6-6-6-1.41 1.41zM2 6v12h2V6H2z"})
"StartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/start_two_tone.cljs
================================================
(ns reagent-mui.icons.start-two-tone
"Imports @mui/icons-material/StartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def start-two-tone (create-svg-icon (e "path" #js {"d" "M14.59 7.41 18.17 11H6v2h12.17l-3.59 3.59L16 18l6-6-6-6-1.41 1.41zM2 6v12h2V6H2z"})
"StartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/stay_current_landscape.cljs
================================================
(ns reagent-mui.icons.stay-current-landscape
"Imports @mui/icons-material/StayCurrentLandscape as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-current-landscape (create-svg-icon (e "path" #js {"d" "M1.01 7 1 17c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2zM19 7v10H5V7h14z"})
"StayCurrentLandscape"))
================================================
FILE: src/icons/reagent_mui/icons/stay_current_landscape_outlined.cljs
================================================
(ns reagent-mui.icons.stay-current-landscape-outlined
"Imports @mui/icons-material/StayCurrentLandscapeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-current-landscape-outlined (create-svg-icon (e "path" #js {"d" "M1.01 7 1 17c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2zM19 7v10H5V7h14z"})
"StayCurrentLandscapeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/stay_current_landscape_rounded.cljs
================================================
(ns reagent-mui.icons.stay-current-landscape-rounded
"Imports @mui/icons-material/StayCurrentLandscapeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-current-landscape-rounded (create-svg-icon (e "path" #js {"d" "M1.01 7 1 17c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2zM19 7v10H5V7h14z"})
"StayCurrentLandscapeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/stay_current_landscape_sharp.cljs
================================================
(ns reagent-mui.icons.stay-current-landscape-sharp
"Imports @mui/icons-material/StayCurrentLandscapeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-current-landscape-sharp (create-svg-icon (e "path" #js {"d" "M1 19h22V5H1v14zM19 7v10H5V7h14z"})
"StayCurrentLandscapeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/stay_current_landscape_two_tone.cljs
================================================
(ns reagent-mui.icons.stay-current-landscape-two-tone
"Imports @mui/icons-material/StayCurrentLandscapeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-current-landscape-two-tone (create-svg-icon [(e "path" #js {"d" "M5 7h14v10H5z", "opacity" ".3"}) (e "path" #js {"d" "M21 5H3c-1.1 0-1.99.9-1.99 2L1 17c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-2 12H5V7h14v10z"})]
"StayCurrentLandscapeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/stay_current_portrait.cljs
================================================
(ns reagent-mui.icons.stay-current-portrait
"Imports @mui/icons-material/StayCurrentPortrait as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-current-portrait (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})
"StayCurrentPortrait"))
================================================
FILE: src/icons/reagent_mui/icons/stay_current_portrait_outlined.cljs
================================================
(ns reagent-mui.icons.stay-current-portrait-outlined
"Imports @mui/icons-material/StayCurrentPortraitOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-current-portrait-outlined (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})
"StayCurrentPortraitOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/stay_current_portrait_rounded.cljs
================================================
(ns reagent-mui.icons.stay-current-portrait-rounded
"Imports @mui/icons-material/StayCurrentPortraitRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-current-portrait-rounded (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})
"StayCurrentPortraitRounded"))
================================================
FILE: src/icons/reagent_mui/icons/stay_current_portrait_sharp.cljs
================================================
(ns reagent-mui.icons.stay-current-portrait-sharp
"Imports @mui/icons-material/StayCurrentPortraitSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-current-portrait-sharp (create-svg-icon (e "path" #js {"d" "M19 1.01 5.01 1v22H19V1.01zM17 19H7V5h10v14z"})
"StayCurrentPortraitSharp"))
================================================
FILE: src/icons/reagent_mui/icons/stay_current_portrait_two_tone.cljs
================================================
(ns reagent-mui.icons.stay-current-portrait-two-tone
"Imports @mui/icons-material/StayCurrentPortraitTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-current-portrait-two-tone (create-svg-icon [(e "path" #js {"d" "M7 5h10v14H7z", "opacity" ".3"}) (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})]
"StayCurrentPortraitTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/stay_primary_landscape.cljs
================================================
(ns reagent-mui.icons.stay-primary-landscape
"Imports @mui/icons-material/StayPrimaryLandscape as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-primary-landscape (create-svg-icon (e "path" #js {"d" "M1.01 7 1 17c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2zM19 7v10H5V7h14z"})
"StayPrimaryLandscape"))
================================================
FILE: src/icons/reagent_mui/icons/stay_primary_landscape_outlined.cljs
================================================
(ns reagent-mui.icons.stay-primary-landscape-outlined
"Imports @mui/icons-material/StayPrimaryLandscapeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-primary-landscape-outlined (create-svg-icon (e "path" #js {"d" "M1.01 7 1 17c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2zM19 7v10H5V7h14z"})
"StayPrimaryLandscapeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/stay_primary_landscape_rounded.cljs
================================================
(ns reagent-mui.icons.stay-primary-landscape-rounded
"Imports @mui/icons-material/StayPrimaryLandscapeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-primary-landscape-rounded (create-svg-icon (e "path" #js {"d" "M1.01 7 1 17c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2zM19 7v10H5V7h14z"})
"StayPrimaryLandscapeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/stay_primary_landscape_sharp.cljs
================================================
(ns reagent-mui.icons.stay-primary-landscape-sharp
"Imports @mui/icons-material/StayPrimaryLandscapeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-primary-landscape-sharp (create-svg-icon (e "path" #js {"d" "M1 19h22V5H1v14zM19 7v10H5V7h14z"})
"StayPrimaryLandscapeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/stay_primary_landscape_two_tone.cljs
================================================
(ns reagent-mui.icons.stay-primary-landscape-two-tone
"Imports @mui/icons-material/StayPrimaryLandscapeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-primary-landscape-two-tone (create-svg-icon [(e "path" #js {"d" "M5 7h14v10H5z", "opacity" ".3"}) (e "path" #js {"d" "M21 5H3c-1.1 0-1.99.9-1.99 2L1 17c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-2 12H5V7h14v10z"})]
"StayPrimaryLandscapeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/stay_primary_portrait.cljs
================================================
(ns reagent-mui.icons.stay-primary-portrait
"Imports @mui/icons-material/StayPrimaryPortrait as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-primary-portrait (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})
"StayPrimaryPortrait"))
================================================
FILE: src/icons/reagent_mui/icons/stay_primary_portrait_outlined.cljs
================================================
(ns reagent-mui.icons.stay-primary-portrait-outlined
"Imports @mui/icons-material/StayPrimaryPortraitOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-primary-portrait-outlined (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})
"StayPrimaryPortraitOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/stay_primary_portrait_rounded.cljs
================================================
(ns reagent-mui.icons.stay-primary-portrait-rounded
"Imports @mui/icons-material/StayPrimaryPortraitRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-primary-portrait-rounded (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})
"StayPrimaryPortraitRounded"))
================================================
FILE: src/icons/reagent_mui/icons/stay_primary_portrait_sharp.cljs
================================================
(ns reagent-mui.icons.stay-primary-portrait-sharp
"Imports @mui/icons-material/StayPrimaryPortraitSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-primary-portrait-sharp (create-svg-icon (e "path" #js {"d" "M5.01 1v22H19V1H5.01zM17 19H7V5h10v14z"})
"StayPrimaryPortraitSharp"))
================================================
FILE: src/icons/reagent_mui/icons/stay_primary_portrait_two_tone.cljs
================================================
(ns reagent-mui.icons.stay-primary-portrait-two-tone
"Imports @mui/icons-material/StayPrimaryPortraitTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stay-primary-portrait-two-tone (create-svg-icon [(e "path" #js {"d" "M7 5h10v14H7z", "opacity" ".3"}) (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})]
"StayPrimaryPortraitTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sticky_note_2.cljs
================================================
(ns reagent-mui.icons.sticky-note-2
"Imports @mui/icons-material/StickyNote2 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sticky-note-2 (create-svg-icon (e "path" #js {"d" "M19 3H4.99C3.89 3 3 3.9 3 5l.01 14c0 1.1.89 2 1.99 2h10l6-6V5c0-1.1-.9-2-2-2zM7 8h10v2H7V8zm5 6H7v-2h5v2zm2 5.5V14h5.5L14 19.5z"})
"StickyNote2"))
================================================
FILE: src/icons/reagent_mui/icons/sticky_note_2_outlined.cljs
================================================
(ns reagent-mui.icons.sticky-note-2-outlined
"Imports @mui/icons-material/StickyNote2Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sticky-note-2-outlined (create-svg-icon (e "path" #js {"d" "M19 5v9h-5v5H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h10l6-6V5c0-1.1-.9-2-2-2zm-7 11H7v-2h5v2zm5-4H7V8h10v2z"})
"StickyNote2Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/sticky_note_2_rounded.cljs
================================================
(ns reagent-mui.icons.sticky-note-2-rounded
"Imports @mui/icons-material/StickyNote2Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sticky-note-2-rounded (create-svg-icon (e "path" #js {"d" "M19 3H4.99C3.89 3 3 3.9 3 5l.01 14c0 1.1.89 2 1.99 2h10l6-6V5c0-1.1-.9-2-2-2zM8 8h8c.55 0 1 .45 1 1s-.45 1-1 1H8c-.55 0-1-.45-1-1s.45-1 1-1zm3 6H8c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1s-.45 1-1 1zm3 5.5V15c0-.55.45-1 1-1h4.5L14 19.5z"})
"StickyNote2Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/sticky_note_2_sharp.cljs
================================================
(ns reagent-mui.icons.sticky-note-2-sharp
"Imports @mui/icons-material/StickyNote2Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sticky-note-2-sharp (create-svg-icon (e "path" #js {"d" "M2.99 3 3 21h12l6-6V3H2.99zM7 8h10v2H7V8zm5 6H7v-2h5v2zm2 5.5V14h5.5L14 19.5z"})
"StickyNote2Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/sticky_note_2_two_tone.cljs
================================================
(ns reagent-mui.icons.sticky-note-2-two-tone
"Imports @mui/icons-material/StickyNote2TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sticky-note-2-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5v14h9v-5h5V5H5zm7 9H7v-2h5v2zm5-4H7V8h10v2z", "opacity" ".3"}) (e "path" #js {"d" "M19 5v9h-5v5H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h10l6-6V5c0-1.1-.9-2-2-2zm-7 11H7v-2h5v2zm5-4H7V8h10v2z"})]
"StickyNote2TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/stop.cljs
================================================
(ns reagent-mui.icons.stop
"Imports @mui/icons-material/Stop as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stop (create-svg-icon (e "path" #js {"d" "M6 6h12v12H6z"})
"Stop"))
================================================
FILE: src/icons/reagent_mui/icons/stop_circle.cljs
================================================
(ns reagent-mui.icons.stop-circle
"Imports @mui/icons-material/StopCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stop-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4 14H8V8h8v8z"})
"StopCircle"))
================================================
FILE: src/icons/reagent_mui/icons/stop_circle_outlined.cljs
================================================
(ns reagent-mui.icons.stop-circle-outlined
"Imports @mui/icons-material/StopCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stop-circle-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm4-4H8V8h8v8z"})
"StopCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/stop_circle_rounded.cljs
================================================
(ns reagent-mui.icons.stop-circle-rounded
"Imports @mui/icons-material/StopCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stop-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm3 14H9c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1z"})
"StopCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/stop_circle_sharp.cljs
================================================
(ns reagent-mui.icons.stop-circle-sharp
"Imports @mui/icons-material/StopCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stop-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4 14H8V8h8v8z"})
"StopCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/stop_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.stop-circle-two-tone
"Imports @mui/icons-material/StopCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stop-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm4 12H8V8h8v8z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm4-4H8V8h8v8z"})]
"StopCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/stop_outlined.cljs
================================================
(ns reagent-mui.icons.stop-outlined
"Imports @mui/icons-material/StopOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stop-outlined (create-svg-icon (e "path" #js {"d" "M16 8v8H8V8h8m2-2H6v12h12V6z"})
"StopOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/stop_rounded.cljs
================================================
(ns reagent-mui.icons.stop-rounded
"Imports @mui/icons-material/StopRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stop-rounded (create-svg-icon (e "path" #js {"d" "M8 6h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2z"})
"StopRounded"))
================================================
FILE: src/icons/reagent_mui/icons/stop_screen_share.cljs
================================================
(ns reagent-mui.icons.stop-screen-share
"Imports @mui/icons-material/StopScreenShare as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stop-screen-share (create-svg-icon (e "path" #js {"d" "m21.22 18.02 2 2H24v-2h-2.78zm.77-2 .01-10c0-1.11-.9-2-2-2H7.22l5.23 5.23c.18-.04.36-.07.55-.1V7.02l4 3.73-1.58 1.47 5.54 5.54c.61-.33 1.03-.99 1.03-1.74zM2.39 1.73 1.11 3l1.54 1.54c-.4.36-.65.89-.65 1.48v10c0 1.1.89 2 2 2H0v2h18.13l2.71 2.71 1.27-1.27L2.39 1.73zM7 15.02c.31-1.48.92-2.95 2.07-4.06l1.59 1.59c-1.54.38-2.7 1.18-3.66 2.47z"})
"StopScreenShare"))
================================================
FILE: src/icons/reagent_mui/icons/stop_screen_share_outlined.cljs
================================================
(ns reagent-mui.icons.stop-screen-share-outlined
"Imports @mui/icons-material/StopScreenShareOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stop-screen-share-outlined (create-svg-icon (e "path" #js {"d" "m21.79 18 2 2H24v-2h-2.21zM1.11 2.98l1.55 1.56c-.41.37-.66.89-.66 1.48V16c0 1.1.9 2 2.01 2H0v2h18.13l2.71 2.71 1.41-1.41L2.52 1.57 1.11 2.98zM4 6.02h.13l4.95 4.93C7.94 12.07 7.31 13.52 7 15c.96-1.29 2.13-2.08 3.67-2.46l3.46 3.48H4v-10zm16 0v10.19l1.3 1.3c.42-.37.7-.89.7-1.49v-10c0-1.11-.9-2-2-2H7.8l2 2H20zm-7.07 3.13 2.79 2.78 1.28-1.2L13 7v2.13l-.07.02z"})
"StopScreenShareOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/stop_screen_share_rounded.cljs
================================================
(ns reagent-mui.icons.stop-screen-share-rounded
"Imports @mui/icons-material/StopScreenShareRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stop-screen-share-rounded (create-svg-icon (e "path" #js {"d" "M23 18h-1.2l1.79 1.79c.24-.18.41-.46.41-.79 0-.55-.45-1-1-1zM3.23 2.28c-.39-.39-1.03-.39-1.42 0-.39.39-.39 1.02 0 1.41l.84.86s-.66.57-.66 1.47C2 6.92 2 16 2 16l.01.01c0 1.09.88 1.98 1.97 1.99H1c-.55 0-1 .45-1 1s.45 1 1 1h17.13l2 2c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L3.23 2.28zM7 15c.31-1.48.94-2.93 2.08-4.05l1.59 1.59C9.13 12.92 7.96 13.71 7 15zm6-5.87v-.98c0-.44.52-.66.84-.37L15 8.87l1.61 1.5c.21.2.21.53 0 .73l-.89.83 5.58 5.58c.43-.37.7-.9.7-1.51V6c0-1.09-.89-1.98-1.98-1.98H7.8l5.14 5.13c.02-.01.04-.02.06-.02z"})
"StopScreenShareRounded"))
================================================
FILE: src/icons/reagent_mui/icons/stop_screen_share_sharp.cljs
================================================
(ns reagent-mui.icons.stop-screen-share-sharp
"Imports @mui/icons-material/StopScreenShareSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stop-screen-share-sharp (create-svg-icon (e "path" #js {"d" "m21.79 18 2 2H24v-2zM13 9.13V7l4 3.74-1.28 1.19 5.18 5.18L22 16V4.02H7.8l5.13 5.13c.03-.01.05-.02.07-.02zM1.11 2.98l.89.9v12.14l2 1.99L0 18v2h18.13l2.71 2.71 1.41-1.41L2.52 1.57 1.11 2.98zm7.97 7.97 1.59 1.59C9.13 12.92 7.96 13.71 7 15c.31-1.48.94-2.93 2.08-4.05z"})
"StopScreenShareSharp"))
================================================
FILE: src/icons/reagent_mui/icons/stop_screen_share_two_tone.cljs
================================================
(ns reagent-mui.icons.stop-screen-share-two-tone
"Imports @mui/icons-material/StopScreenShareTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stop-screen-share-two-tone (create-svg-icon [(e "path" #js {"d" "M10.67 12.54C9.13 12.92 7.96 13.71 7 15c.31-1.48.94-2.93 2.08-4.05L4.13 6.02H4v10.01h10.14l-3.47-3.49z", "opacity" ".3"}) (e "path" #js {"d" "m21.79 18 2 2H24v-2h-2.21zM1.11 2.98l1.55 1.56c-.41.37-.66.89-.66 1.48V16c0 1.1.9 2 2.01 2H0v2h18.13l2.71 2.71 1.41-1.41L2.52 1.57 1.11 2.98zM4 6.02h.13l4.95 4.93C7.94 12.07 7.31 13.52 7 15c.96-1.29 2.13-2.08 3.67-2.46l3.46 3.48H4v-10zm16 0v10.19l1.3 1.3c.42-.37.7-.89.7-1.49v-10c0-1.11-.9-2-2-2H7.8l2 2H20zm-7.07 3.13 2.79 2.78 1.28-1.2L13 7v2.13l-.07.02z"}) (e "path" #js {"d" "M20 6.02H9.8l3.13 3.13c.02 0 .04-.01.07-.02V7l4 3.73-1.28 1.2L20 16.21V6.02z", "opacity" ".3"})]
"StopScreenShareTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/stop_sharp.cljs
================================================
(ns reagent-mui.icons.stop-sharp
"Imports @mui/icons-material/StopSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stop-sharp (create-svg-icon (e "path" #js {"d" "M6 6h12v12H6V6z"})
"StopSharp"))
================================================
FILE: src/icons/reagent_mui/icons/stop_two_tone.cljs
================================================
(ns reagent-mui.icons.stop-two-tone
"Imports @mui/icons-material/StopTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stop-two-tone (create-svg-icon [(e "path" #js {"d" "M8 8h8v8H8z", "opacity" ".3"}) (e "path" #js {"d" "M6 18h12V6H6v12zM8 8h8v8H8V8z"})]
"StopTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/storage.cljs
================================================
(ns reagent-mui.icons.storage
"Imports @mui/icons-material/Storage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def storage (create-svg-icon (e "path" #js {"d" "M2 20h20v-4H2v4zm2-3h2v2H4v-2zM2 4v4h20V4H2zm4 3H4V5h2v2zm-4 7h20v-4H2v4zm2-3h2v2H4v-2z"})
"Storage"))
================================================
FILE: src/icons/reagent_mui/icons/storage_outlined.cljs
================================================
(ns reagent-mui.icons.storage-outlined
"Imports @mui/icons-material/StorageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def storage-outlined (create-svg-icon (e "path" #js {"d" "M2 20h20v-4H2v4zm2-3h2v2H4v-2zM2 4v4h20V4H2zm4 3H4V5h2v2zm-4 7h20v-4H2v4zm2-3h2v2H4v-2z"})
"StorageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/storage_rounded.cljs
================================================
(ns reagent-mui.icons.storage-rounded
"Imports @mui/icons-material/StorageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def storage-rounded (create-svg-icon (e "path" #js {"d" "M4 20h16c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm0-3h2v2H4v-2zM2 6c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2zm4 1H4V5h2v2zm-2 7h16c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm0-3h2v2H4v-2z"})
"StorageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/storage_sharp.cljs
================================================
(ns reagent-mui.icons.storage-sharp
"Imports @mui/icons-material/StorageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def storage-sharp (create-svg-icon (e "path" #js {"d" "M2 20h20v-4H2v4zm2-3h2v2H4v-2zM2 4v4h20V4H2zm4 3H4V5h2v2zm-4 7h20v-4H2v4zm2-3h2v2H4v-2z"})
"StorageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/storage_two_tone.cljs
================================================
(ns reagent-mui.icons.storage-two-tone
"Imports @mui/icons-material/StorageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def storage-two-tone (create-svg-icon (e "path" #js {"d" "M2 20h20v-4H2v4zm2-3h2v2H4v-2zM2 4v4h20V4H2zm4 3H4V5h2v2zm-4 7h20v-4H2v4zm2-3h2v2H4v-2z"})
"StorageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/store.cljs
================================================
(ns reagent-mui.icons.store
"Imports @mui/icons-material/Store as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def store (create-svg-icon (e "path" #js {"d" "M20 4H4v2h16V4zm1 10v-2l-1-5H4l-1 5v2h1v6h10v-6h4v6h2v-6h1zm-9 4H6v-4h6v4z"})
"Store"))
================================================
FILE: src/icons/reagent_mui/icons/store_mall_directory.cljs
================================================
(ns reagent-mui.icons.store-mall-directory
"Imports @mui/icons-material/StoreMallDirectory as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def store-mall-directory (create-svg-icon (e "path" #js {"d" "M20 4H4v2h16V4zm1 10v-2l-1-5H4l-1 5v2h1v6h10v-6h4v6h2v-6h1zm-9 4H6v-4h6v4z"})
"StoreMallDirectory"))
================================================
FILE: src/icons/reagent_mui/icons/store_mall_directory_outlined.cljs
================================================
(ns reagent-mui.icons.store-mall-directory-outlined
"Imports @mui/icons-material/StoreMallDirectoryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def store-mall-directory-outlined (create-svg-icon (e "path" #js {"d" "m18.36 9 .6 3H5.04l.6-3h12.72M20 4H4v2h16V4zm0 3H4l-1 5v2h1v6h10v-6h4v6h2v-6h1v-2l-1-5zM6 18v-4h6v4H6z"})
"StoreMallDirectoryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/store_mall_directory_rounded.cljs
================================================
(ns reagent-mui.icons.store-mall-directory-rounded
"Imports @mui/icons-material/StoreMallDirectoryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def store-mall-directory-rounded (create-svg-icon (e "path" #js {"d" "M20.16 7.8c-.09-.46-.5-.8-.98-.8H4.82c-.48 0-.89.34-.98.8L3 12v1c0 .55.45 1 1 1v5c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-5h4v5c0 .55.45 1 1 1s1-.45 1-1v-5c.55 0 1-.45 1-1v-1l-.84-4.2zM12 18H6v-4h6v4zM5 6h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1s.45 1 1 1z"})
"StoreMallDirectoryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/store_mall_directory_sharp.cljs
================================================
(ns reagent-mui.icons.store-mall-directory-sharp
"Imports @mui/icons-material/StoreMallDirectorySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def store-mall-directory-sharp (create-svg-icon (e "path" #js {"d" "M20 4H4v2h16V4zm1 10v-2l-1-5H4l-1 5v2h1v6h10v-6h4v6h2v-6h1zm-9 4H6v-4h6v4z"})
"StoreMallDirectorySharp"))
================================================
FILE: src/icons/reagent_mui/icons/store_mall_directory_two_tone.cljs
================================================
(ns reagent-mui.icons.store-mall-directory-two-tone
"Imports @mui/icons-material/StoreMallDirectoryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def store-mall-directory-two-tone (create-svg-icon [(e "path" #js {"d" "m5.64 9-.6 3h13.92l-.6-3z", "opacity" ".3"}) (e "path" #js {"d" "m4 7-1 5v2h1v6h10v-6h4v6h2v-6h1v-2l-1-5H4zm8 11H6v-4h6v4zm-6.96-6 .6-3h12.72l.6 3H5.04zM4 4h16v2H4z"})]
"StoreMallDirectoryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/store_outlined.cljs
================================================
(ns reagent-mui.icons.store-outlined
"Imports @mui/icons-material/StoreOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def store-outlined (create-svg-icon (e "path" #js {"d" "m18.36 9 .6 3H5.04l.6-3h12.72M20 4H4v2h16V4zm0 3H4l-1 5v2h1v6h10v-6h4v6h2v-6h1v-2l-1-5zM6 18v-4h6v4H6z"})
"StoreOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/store_rounded.cljs
================================================
(ns reagent-mui.icons.store-rounded
"Imports @mui/icons-material/StoreRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def store-rounded (create-svg-icon (e "path" #js {"d" "M5 6h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1s.45 1 1 1zm15.16 1.8c-.09-.46-.5-.8-.98-.8H4.82c-.48 0-.89.34-.98.8l-1 5c-.12.62.35 1.2.98 1.2H4v5c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-5h4v5c0 .55.45 1 1 1s1-.45 1-1v-5h.18c.63 0 1.1-.58.98-1.2l-1-5zM12 18H6v-4h6v4z"})
"StoreRounded"))
================================================
FILE: src/icons/reagent_mui/icons/store_sharp.cljs
================================================
(ns reagent-mui.icons.store-sharp
"Imports @mui/icons-material/StoreSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def store-sharp (create-svg-icon (e "path" #js {"d" "M20 4H4v2h16V4zm1 10v-2l-1-5H4l-1 5v2h1v6h10v-6h4v6h2v-6h1zm-9 4H6v-4h6v4z"})
"StoreSharp"))
================================================
FILE: src/icons/reagent_mui/icons/store_two_tone.cljs
================================================
(ns reagent-mui.icons.store-two-tone
"Imports @mui/icons-material/StoreTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def store-two-tone (create-svg-icon [(e "path" #js {"d" "m5.64 9-.6 3h13.92l-.6-3z", "opacity" ".3"}) (e "path" #js {"d" "M4 4h16v2H4zm16 3H4l-1 5v2h1v6h10v-6h4v6h2v-6h1v-2l-1-5zm-8 11H6v-4h6v4zm-6.96-6 .6-3h12.72l.6 3H5.04z"})]
"StoreTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/storefront.cljs
================================================
(ns reagent-mui.icons.storefront
"Imports @mui/icons-material/Storefront as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def storefront (create-svg-icon (e "path" #js {"d" "m21.9 8.89-1.05-4.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9 0-1.69.63-1.9 1.52L2.1 8.89c-.24 1.02-.02 2.06.62 2.88.08.11.19.19.28.29V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6.94c.09-.09.2-.18.28-.28.64-.82.87-1.87.62-2.89zm-2.99-3.9 1.05 4.37c.1.42.01.84-.25 1.17-.14.18-.44.47-.94.47-.61 0-1.14-.49-1.21-1.14L16.98 5l1.93-.01zM13 5h1.96l.54 4.52c.05.39-.07.78-.33 1.07-.22.26-.54.41-.95.41-.67 0-1.22-.59-1.22-1.31V5zM8.49 9.52 9.04 5H11v4.69c0 .72-.55 1.31-1.29 1.31-.34 0-.65-.15-.89-.41-.25-.29-.37-.68-.33-1.07zm-4.45-.16L5.05 5h1.97l-.58 4.86c-.08.65-.6 1.14-1.21 1.14-.49 0-.8-.29-.93-.47-.27-.32-.36-.75-.26-1.17zM5 19v-6.03c.08.01.15.03.23.03.87 0 1.66-.36 2.24-.95.6.6 1.4.95 2.31.95.87 0 1.65-.36 2.23-.93.59.57 1.39.93 2.29.93.84 0 1.64-.35 2.24-.95.58.59 1.37.95 2.24.95.08 0 .15-.02.23-.03V19H5z"})
"Storefront"))
================================================
FILE: src/icons/reagent_mui/icons/storefront_outlined.cljs
================================================
(ns reagent-mui.icons.storefront-outlined
"Imports @mui/icons-material/StorefrontOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def storefront-outlined (create-svg-icon (e "path" #js {"d" "m21.9 8.89-1.05-4.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9 0-1.69.63-1.9 1.52L2.1 8.89c-.24 1.02-.02 2.06.62 2.88.08.11.19.19.28.29V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6.94c.09-.09.2-.18.28-.28.64-.82.87-1.87.62-2.89zm-2.99-3.9 1.05 4.37c.1.42.01.84-.25 1.17-.14.18-.44.47-.94.47-.61 0-1.14-.49-1.21-1.14L16.98 5l1.93-.01zM13 5h1.96l.54 4.52c.05.39-.07.78-.33 1.07-.22.26-.54.41-.95.41-.67 0-1.22-.59-1.22-1.31V5zM8.49 9.52 9.04 5H11v4.69c0 .72-.55 1.31-1.29 1.31-.34 0-.65-.15-.89-.41-.25-.29-.37-.68-.33-1.07zm-4.45-.16L5.05 5h1.97l-.58 4.86c-.08.65-.6 1.14-1.21 1.14-.49 0-.8-.29-.93-.47-.27-.32-.36-.75-.26-1.17zM5 19v-6.03c.08.01.15.03.23.03.87 0 1.66-.36 2.24-.95.6.6 1.4.95 2.31.95.87 0 1.65-.36 2.23-.93.59.57 1.39.93 2.29.93.84 0 1.64-.35 2.24-.95.58.59 1.37.95 2.24.95.08 0 .15-.02.23-.03V19H5z"})
"StorefrontOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/storefront_rounded.cljs
================================================
(ns reagent-mui.icons.storefront-rounded
"Imports @mui/icons-material/StorefrontRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def storefront-rounded (create-svg-icon (e "path" #js {"d" "m21.9 7.89-1.05-3.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9 0-1.69.63-1.9 1.52L2.1 7.89c-.46 1.97.85 3.11.9 3.17V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7.94c1.12-1.12 1.09-2.41.9-3.17zM13 5h1.96l.54 3.52c.09.71-.39 1.48-1.28 1.48-.67 0-1.22-.59-1.22-1.31V5zM6.44 8.86c-.08.65-.6 1.14-1.21 1.14-.93 0-1.35-.97-1.19-1.64L5.05 5h1.97l-.58 3.86zM11 8.69c0 .72-.55 1.31-1.29 1.31-.75 0-1.3-.7-1.22-1.48L9.04 5H11v3.69zM18.77 10c-.61 0-1.14-.49-1.21-1.14L16.98 5l1.93-.01 1.05 3.37c.16.67-.25 1.64-1.19 1.64z"})
"StorefrontRounded"))
================================================
FILE: src/icons/reagent_mui/icons/storefront_sharp.cljs
================================================
(ns reagent-mui.icons.storefront-sharp
"Imports @mui/icons-material/StorefrontSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def storefront-sharp (create-svg-icon (e "path" #js {"d" "M21.9 8.89 20.49 3H3.51L2.1 8.89c-.24 1.02-.02 2.06.62 2.88.08.11.19.19.28.29V21h18v-8.94c.09-.09.2-.18.28-.28.64-.82.87-1.87.62-2.89zM7.02 5l-.58 4.86c-.08.65-.6 1.14-1.21 1.14-.49 0-.8-.29-.93-.47-.26-.33-.35-.76-.25-1.17L5.09 5h1.93zm11.89 0 1.05 4.36c.1.42.01.84-.25 1.17-.14.18-.44.47-.94.47-.61 0-1.14-.49-1.21-1.14L16.98 5h1.93zm-3.4 4.52c.05.39-.07.78-.33 1.07-.23.26-.55.41-.96.41-.67 0-1.22-.59-1.22-1.31V5h1.96l.55 4.52zM11 9.69c0 .72-.55 1.31-1.29 1.31-.34 0-.65-.15-.89-.41-.25-.29-.37-.68-.33-1.07L9.04 5H11v4.69zM5 19v-6.03c.08.01.15.03.23.03.87 0 1.66-.36 2.24-.95.6.6 1.4.95 2.31.95.87 0 1.65-.36 2.23-.93.59.57 1.39.93 2.29.93.84 0 1.64-.35 2.24-.95.58.59 1.37.95 2.24.95.08 0 .15-.02.23-.03V19H5z"})
"StorefrontSharp"))
================================================
FILE: src/icons/reagent_mui/icons/storefront_two_tone.cljs
================================================
(ns reagent-mui.icons.storefront-two-tone
"Imports @mui/icons-material/StorefrontTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def storefront-two-tone (create-svg-icon [(e "path" #js {"d" "M6.44 9.86 7.02 5H5.05L4.04 9.36c-.1.42-.01.84.25 1.17.14.18.44.47.94.47.61 0 1.13-.49 1.21-1.14zM9.71 11c.74 0 1.29-.59 1.29-1.31V5H9.04l-.55 4.52c-.05.39.07.78.33 1.07.23.26.55.41.89.41zm4.51 0c.41 0 .72-.15.96-.41.25-.29.37-.68.33-1.07L14.96 5H13v4.69c0 .72.55 1.31 1.22 1.31zm4.69-6.01L16.98 5l.58 4.86c.08.65.6 1.14 1.21 1.14.49 0 .8-.29.93-.47.26-.33.35-.76.25-1.17l-1.04-4.37z", "opacity" ".3"}) (e "path" #js {"d" "m21.9 8.89-1.05-4.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9 0-1.69.63-1.9 1.52L2.1 8.89c-.24 1.02-.02 2.06.62 2.88.08.11.19.19.28.29V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6.94c.09-.09.2-.18.28-.28.64-.82.87-1.87.62-2.89zM13 5h1.96l.54 4.52c.05.39-.07.78-.33 1.07-.22.26-.54.41-.95.41-.67 0-1.22-.59-1.22-1.31V5zM8.49 9.52 9.04 5H11v4.69c0 .72-.55 1.31-1.29 1.31-.34 0-.65-.15-.89-.41-.25-.29-.37-.68-.33-1.07zm-4.2 1.01c-.26-.33-.35-.76-.25-1.17L5.05 5h1.97l-.58 4.86c-.08.65-.6 1.14-1.21 1.14-.5 0-.8-.29-.94-.47zM19 19H5v-6.03c.08.01.15.03.23.03.87 0 1.66-.36 2.24-.95.6.6 1.4.95 2.31.95.87 0 1.65-.36 2.23-.93.59.57 1.39.93 2.29.93.84 0 1.64-.35 2.24-.95.58.59 1.37.95 2.24.95.08 0 .15-.02.23-.03V19zm.71-8.47c-.14.18-.44.47-.94.47-.61 0-1.14-.49-1.21-1.14L16.98 5l1.93-.01 1.05 4.37c.1.42.01.85-.25 1.17z"})]
"StorefrontTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/storm.cljs
================================================
(ns reagent-mui.icons.storm
"Imports @mui/icons-material/Storm as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def storm (create-svg-icon (e "path" #js {"d" "M18.93 8C16.72 4.18 11.82 2.87 8 5.07c-1.41.82-2.48 2-3.16 3.37-.13-2.2.22-4.4 1.02-6.44H3.74C2.2 6.49 2.52 11.58 5.07 16c1.1 1.91 2.88 3.19 4.86 3.72 1.98.53 4.16.31 6.07-.79 1.41-.82 2.48-2 3.16-3.37.13 2.2-.21 4.4-1.01 6.44h2.11c1.53-4.49 1.22-9.58-1.33-14zM15 17.2c-2.87 1.65-6.54.67-8.2-2.2-.11-.2-.21-.4-.3-.6-1.2-2.76-.17-6.06 2.5-7.6 2.86-1.65 6.54-.67 8.2 2.2.11.2.21.4.3.6 1.2 2.76.17 6.06-2.5 7.6zM12 10c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-2c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"})
"Storm"))
================================================
FILE: src/icons/reagent_mui/icons/storm_outlined.cljs
================================================
(ns reagent-mui.icons.storm-outlined
"Imports @mui/icons-material/StormOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def storm-outlined (create-svg-icon (e "path" #js {"d" "M18.93 8C16.72 4.18 11.82 2.87 8 5.07c-1.41.82-2.48 2-3.16 3.37-.13-2.2.22-4.4 1.02-6.44H3.74C2.2 6.49 2.52 11.58 5.07 16c1.1 1.91 2.88 3.19 4.86 3.72 1.98.53 4.16.31 6.07-.79 1.41-.82 2.48-2 3.16-3.37.13 2.2-.21 4.4-1.01 6.44h2.11c1.53-4.49 1.22-9.58-1.33-14zM15 17.2c-2.87 1.65-6.54.67-8.2-2.2-.11-.2-.21-.4-.3-.6-1.2-2.76-.17-6.06 2.5-7.6 2.86-1.65 6.54-.67 8.2 2.2.11.2.21.4.3.6 1.2 2.76.17 6.06-2.5 7.6zM12 10c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-2c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"})
"StormOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/storm_rounded.cljs
================================================
(ns reagent-mui.icons.storm-rounded
"Imports @mui/icons-material/StormRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def storm-rounded (create-svg-icon (e "path" #js {"d" "M18.93 8C16.72 4.18 11.82 2.87 8 5.07c-1.41.82-2.48 2-3.16 3.37-.1-1.75.1-3.5.59-5.17C5.61 2.63 5.14 2 4.48 2h-.01c-.43 0-.83.28-.95.7-1.28 4.31-.87 9.11 1.55 13.3 1.1 1.91 2.88 3.19 4.86 3.72 1.98.53 4.16.31 6.07-.79 1.41-.82 2.48-2 3.16-3.37.1 1.75-.09 3.5-.58 5.18-.18.63.29 1.26.95 1.26.44 0 .83-.28.95-.7 1.27-4.31.87-9.11-1.55-13.3zM15 17.2c-2.87 1.65-6.54.67-8.2-2.2-.11-.2-.21-.4-.3-.6-1.2-2.76-.17-6.06 2.5-7.6 2.86-1.65 6.54-.67 8.2 2.2.11.2.21.4.3.6 1.2 2.76.17 6.06-2.5 7.6zM12 10c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-2c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"})
"StormRounded"))
================================================
FILE: src/icons/reagent_mui/icons/storm_sharp.cljs
================================================
(ns reagent-mui.icons.storm-sharp
"Imports @mui/icons-material/StormSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def storm-sharp (create-svg-icon (e "path" #js {"d" "M18.93 8C16.72 4.18 11.82 2.87 8 5.07c-1.41.82-2.48 2-3.16 3.37-.13-2.2.22-4.4 1.02-6.44H3.74C2.2 6.49 2.52 11.58 5.07 16c1.1 1.91 2.88 3.19 4.86 3.72 1.98.53 4.16.31 6.07-.79 1.41-.82 2.48-2 3.16-3.37.13 2.2-.21 4.4-1.01 6.44h2.11c1.53-4.49 1.22-9.58-1.33-14zM15 17.2c-2.87 1.65-6.54.67-8.2-2.2-.11-.2-.21-.4-.3-.6-1.2-2.76-.17-6.06 2.5-7.6 2.86-1.65 6.54-.67 8.2 2.2.11.2.21.4.3.6 1.2 2.76.17 6.06-2.5 7.6zM12 10c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-2c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"})
"StormSharp"))
================================================
FILE: src/icons/reagent_mui/icons/storm_two_tone.cljs
================================================
(ns reagent-mui.icons.storm-two-tone
"Imports @mui/icons-material/StormTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def storm-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "12", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M17.2 9C15.54 6.13 11.86 5.15 9 6.8c-2.67 1.54-3.7 4.84-2.5 7.6.09.2.19.4.3.6 1.66 2.87 5.33 3.85 8.2 2.2 2.67-1.54 3.7-4.84 2.5-7.6-.09-.2-.19-.4-.3-.6zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z", "opacity" ".3"}) (e "path" #js {"d" "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}) (e "path" #js {"d" "M18.93 8C16.72 4.18 11.82 2.87 8 5.07c-1.41.82-2.48 2-3.16 3.37-.13-2.2.22-4.4 1.02-6.44H3.74C2.2 6.49 2.52 11.58 5.07 16c1.1 1.91 2.88 3.19 4.86 3.72 1.98.53 4.16.31 6.07-.79 1.41-.82 2.48-2 3.16-3.37.13 2.2-.21 4.4-1.01 6.44h2.11c1.53-4.49 1.22-9.58-1.33-14zM15 17.2c-2.87 1.65-6.54.67-8.2-2.2-.11-.2-.21-.4-.3-.6-1.2-2.76-.17-6.06 2.5-7.6 2.86-1.65 6.54-.67 8.2 2.2.11.2.21.4.3.6 1.2 2.76.17 6.06-2.5 7.6z"})]
"StormTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/straight.cljs
================================================
(ns reagent-mui.icons.straight
"Imports @mui/icons-material/Straight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def straight (create-svg-icon (e "path" #js {"d" "M11 6.83 9.41 8.41 8 7l4-4 4 4-1.41 1.41L13 6.83V21h-2z"})
"Straight"))
================================================
FILE: src/icons/reagent_mui/icons/straight_outlined.cljs
================================================
(ns reagent-mui.icons.straight-outlined
"Imports @mui/icons-material/StraightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def straight-outlined (create-svg-icon (e "path" #js {"d" "M11 6.83 9.41 8.41 8 7l4-4 4 4-1.41 1.41L13 6.83V21h-2z"})
"StraightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/straight_rounded.cljs
================================================
(ns reagent-mui.icons.straight-rounded
"Imports @mui/icons-material/StraightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def straight-rounded (create-svg-icon (e "path" #js {"d" "m13 6.83.88.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 3.71a.9959.9959 0 0 0-1.41 0L8.71 6.29c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l.88-.87V20c0 .55.45 1 1 1s1-.45 1-1V6.83z"})
"StraightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/straight_sharp.cljs
================================================
(ns reagent-mui.icons.straight-sharp
"Imports @mui/icons-material/StraightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def straight-sharp (create-svg-icon (e "path" #js {"d" "M11 6.83 9.41 8.41 8 7l4-4 4 4-1.41 1.41L13 6.83V21h-2z"})
"StraightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/straight_two_tone.cljs
================================================
(ns reagent-mui.icons.straight-two-tone
"Imports @mui/icons-material/StraightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def straight-two-tone (create-svg-icon (e "path" #js {"d" "M11 6.83 9.41 8.41 8 7l4-4 4 4-1.41 1.41L13 6.83V21h-2z"})
"StraightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/straighten.cljs
================================================
(ns reagent-mui.icons.straighten
"Imports @mui/icons-material/Straighten as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def straighten (create-svg-icon (e "path" #js {"d" "M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 10H3V8h2v4h2V8h2v4h2V8h2v4h2V8h2v4h2V8h2v8z"})
"Straighten"))
================================================
FILE: src/icons/reagent_mui/icons/straighten_outlined.cljs
================================================
(ns reagent-mui.icons.straighten-outlined
"Imports @mui/icons-material/StraightenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def straighten-outlined (create-svg-icon (e "path" #js {"d" "M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 10H3V8h2v4h2V8h2v4h2V8h2v4h2V8h2v4h2V8h2v8z"})
"StraightenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/straighten_rounded.cljs
================================================
(ns reagent-mui.icons.straighten-rounded
"Imports @mui/icons-material/StraightenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def straighten-rounded (create-svg-icon (e "path" #js {"d" "M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-1 10H4c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1h1v3c0 .55.45 1 1 1s1-.45 1-1V8h2v3c0 .55.45 1 1 1s1-.45 1-1V8h2v3c0 .55.45 1 1 1s1-.45 1-1V8h2v3c0 .55.45 1 1 1s1-.45 1-1V8h1c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1z"})
"StraightenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/straighten_sharp.cljs
================================================
(ns reagent-mui.icons.straighten-sharp
"Imports @mui/icons-material/StraightenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def straighten-sharp (create-svg-icon (e "path" #js {"d" "M23 6H1v12h22V6zm-2 10H3V8h2v4h2V8h2v4h2V8h2v4h2V8h2v4h2V8h2v8z"})
"StraightenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/straighten_two_tone.cljs
================================================
(ns reagent-mui.icons.straighten-two-tone
"Imports @mui/icons-material/StraightenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def straighten-two-tone (create-svg-icon [(e "path" #js {"d" "M19 12h-2V8h-2v4h-2V8h-2v4H9V8H7v4H5V8H3v8h18V8h-2z", "opacity" ".3"}) (e "path" #js {"d" "M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 10H3V8h2v4h2V8h2v4h2V8h2v4h2V8h2v4h2V8h2v8z"})]
"StraightenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/stream.cljs
================================================
(ns reagent-mui.icons.stream
"Imports @mui/icons-material/Stream as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stream (create-svg-icon [(e "circle" #js {"cx" "20", "cy" "12", "r" "2"}) (e "circle" #js {"cx" "4", "cy" "12", "r" "2"}) (e "circle" #js {"cx" "12", "cy" "20", "r" "2"}) (e "path" #js {"d" "M10.05 8.59 6.03 4.55h-.01l-.31-.32-1.42 1.41 4.02 4.05.01-.01.31.32zm3.893.027 4.405-4.392L19.76 5.64l-4.405 4.393zM10.01 15.36l-1.42-1.41-4.03 4.01-.32.33 1.41 1.41 4.03-4.02zm9.75 2.94-3.99-4.01-.36-.35L14 15.35l3.99 4.01.35.35z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Stream"))
================================================
FILE: src/icons/reagent_mui/icons/stream_outlined.cljs
================================================
(ns reagent-mui.icons.stream-outlined
"Imports @mui/icons-material/StreamOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stream-outlined (create-svg-icon [(e "circle" #js {"cx" "20", "cy" "12", "r" "2"}) (e "circle" #js {"cx" "4", "cy" "12", "r" "2"}) (e "circle" #js {"cx" "12", "cy" "20", "r" "2"}) (e "path" #js {"d" "m13.943 8.6191 4.4044-4.392 1.4122 1.4162-4.4043 4.392zM8.32 9.68l.31.32 1.42-1.41-4.02-4.04h-.01l-.31-.32-1.42 1.41 4.02 4.05zm7.09 4.26L14 15.35l3.99 4.01.35.35 1.42-1.41-3.99-4.01zm-6.82.01-4.03 4.01-.32.33 1.41 1.41 4.03-4.02.33-.32z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"StreamOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/stream_rounded.cljs
================================================
(ns reagent-mui.icons.stream-rounded
"Imports @mui/icons-material/StreamRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stream-rounded (create-svg-icon [(e "circle" #js {"cx" "20", "cy" "12", "r" "2"}) (e "circle" #js {"cx" "4", "cy" "12", "r" "2"}) (e "circle" #js {"cx" "12", "cy" "20", "r" "2"}) (e "path" #js {"d" "m7.89 14.65-2.94 2.93c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0l2.94-2.93c.39-.38.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0zM6.41 4.94a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l2.93 2.94c.39.39 1.02.39 1.42 0 .38-.39.38-1.02-.01-1.41L6.41 4.94zm9.71 9.71c-.39-.39-1.02-.39-1.42 0-.39.39-.39 1.02 0 1.41L17.64 19c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41l-2.93-2.94zm-.06-5.32 2.99-2.98c.39-.4.39-1.03 0-1.42a.9959.9959 0 0 0-1.41 0l-2.99 2.98c-.39.39-.39 1.02 0 1.42.39.39 1.02.39 1.41 0z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"StreamRounded"))
================================================
FILE: src/icons/reagent_mui/icons/stream_sharp.cljs
================================================
(ns reagent-mui.icons.stream-sharp
"Imports @mui/icons-material/StreamSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stream-sharp (create-svg-icon [(e "circle" #js {"cx" "20", "cy" "12", "r" "2"}) (e "circle" #js {"cx" "4", "cy" "12", "r" "2"}) (e "circle" #js {"cx" "12", "cy" "20", "r" "2"}) (e "path" #js {"d" "m13.943 8.6191 4.4044-4.392 1.4122 1.4162-4.4043 4.392zM8.32 9.68l.31.32 1.42-1.41-4.02-4.04h-.01l-.31-.32-1.42 1.41 4.02 4.05zm7.09 4.26L14 15.35l3.99 4.01.35.35 1.42-1.41-3.99-4.01zm-6.82.01-4.03 4.01-.32.33 1.41 1.41 4.03-4.02.33-.32z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"StreamSharp"))
================================================
FILE: src/icons/reagent_mui/icons/stream_two_tone.cljs
================================================
(ns reagent-mui.icons.stream-two-tone
"Imports @mui/icons-material/StreamTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stream-two-tone (create-svg-icon [(e "circle" #js {"cx" "20", "cy" "12", "r" "2"}) (e "circle" #js {"cx" "4", "cy" "12", "r" "2"}) (e "circle" #js {"cx" "12", "cy" "20", "r" "2"}) (e "path" #js {"d" "m13.943 8.6191 4.4044-4.392 1.4122 1.4162-4.4043 4.392zM8.32 9.68l.31.32 1.42-1.41-4.02-4.04h-.01l-.31-.32-1.42 1.41 4.02 4.05zm7.09 4.26L14 15.35l3.99 4.01.35.35 1.42-1.41-3.99-4.01zm-6.82.01-4.03 4.01-.32.33 1.41 1.41 4.03-4.02.33-.32z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"StreamTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/streetview.cljs
================================================
(ns reagent-mui.icons.streetview
"Imports @mui/icons-material/Streetview as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def streetview (create-svg-icon [(e "path" #js {"d" "M12.56 14.33c-.34.27-.56.7-.56 1.17V21h7c1.1 0 2-.9 2-2v-5.98c-.94-.33-1.95-.52-3-.52-2.03 0-3.93.7-5.44 1.83z"}) (e "circle" #js {"cx" "18", "cy" "6", "r" "5"}) (e "path" #js {"d" "M11.5 6c0-1.08.27-2.1.74-3H5c-1.1 0-2 .9-2 2v14c0 .55.23 1.05.59 1.41l9.82-9.82C12.23 9.42 11.5 7.8 11.5 6z"})]
"Streetview"))
================================================
FILE: src/icons/reagent_mui/icons/streetview_outlined.cljs
================================================
(ns reagent-mui.icons.streetview-outlined
"Imports @mui/icons-material/StreetviewOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def streetview-outlined (create-svg-icon [(e "path" #js {"d" "M12.56 14.33c-.34.27-.56.7-.56 1.17V21h7c1.1 0 2-.9 2-2v-5.98c-.94-.33-1.95-.52-3-.52-2.03 0-3.93.7-5.44 1.83z"}) (e "circle" #js {"cx" "18", "cy" "6", "r" "5"}) (e "path" #js {"d" "M11.5 6c0-1.08.27-2.1.74-3H5c-1.1 0-2 .9-2 2v14c0 .55.23 1.05.59 1.41l9.82-9.82C12.23 9.42 11.5 7.8 11.5 6z"})]
"StreetviewOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/streetview_rounded.cljs
================================================
(ns reagent-mui.icons.streetview-rounded
"Imports @mui/icons-material/StreetviewRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def streetview-rounded (create-svg-icon [(e "path" #js {"d" "M12.56 14.33c-.34.27-.56.7-.56 1.17V21h7c1.1 0 2-.9 2-2v-5.98c-.94-.33-1.95-.52-3-.52-2.03 0-3.93.7-5.44 1.83z"}) (e "circle" #js {"cx" "18", "cy" "6", "r" "5"}) (e "path" #js {"d" "M11.5 6c0-1.08.27-2.1.74-3H5c-1.1 0-2 .9-2 2v14c0 .55.23 1.05.59 1.41l9.82-9.82C12.23 9.42 11.5 7.8 11.5 6z"})]
"StreetviewRounded"))
================================================
FILE: src/icons/reagent_mui/icons/streetview_sharp.cljs
================================================
(ns reagent-mui.icons.streetview-sharp
"Imports @mui/icons-material/StreetviewSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def streetview-sharp (create-svg-icon [(e "path" #js {"d" "M12.56 14.33c-.34.27-.56.7-.56 1.17V21h7c1.1 0 2-.9 2-2v-5.98c-.94-.33-1.95-.52-3-.52-2.03 0-3.93.7-5.44 1.83z"}) (e "circle" #js {"cx" "18", "cy" "6", "r" "5"}) (e "path" #js {"d" "M11.5 6c0-1.08.27-2.1.74-3H5c-1.1 0-2 .9-2 2v14c0 .55.23 1.05.59 1.41l9.82-9.82C12.23 9.42 11.5 7.8 11.5 6z"})]
"StreetviewSharp"))
================================================
FILE: src/icons/reagent_mui/icons/streetview_two_tone.cljs
================================================
(ns reagent-mui.icons.streetview-two-tone
"Imports @mui/icons-material/StreetviewTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def streetview-two-tone (create-svg-icon [(e "path" #js {"d" "M12.56 14.33c-.34.27-.56.7-.56 1.17V21h7c1.1 0 2-.9 2-2v-5.98c-.94-.33-1.95-.52-3-.52-2.03 0-3.93.7-5.44 1.83z"}) (e "circle" #js {"cx" "18", "cy" "6", "r" "5"}) (e "path" #js {"d" "M11.5 6c0-1.08.27-2.1.74-3H5c-1.1 0-2 .9-2 2v14c0 .55.23 1.05.59 1.41l9.82-9.82C12.23 9.42 11.5 7.8 11.5 6z"})]
"StreetviewTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/strikethrough_s.cljs
================================================
(ns reagent-mui.icons.strikethrough-s
"Imports @mui/icons-material/StrikethroughS as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def strikethrough-s (create-svg-icon (e "path" #js {"d" "M6.85 7.08C6.85 4.37 9.45 3 12.24 3c1.64 0 3 .49 3.9 1.28.77.65 1.46 1.73 1.46 3.24h-3.01c0-.31-.05-.59-.15-.85-.29-.86-1.2-1.28-2.25-1.28-1.86 0-2.34 1.02-2.34 1.7 0 .48.25.88.74 1.21.38.25.77.48 1.41.7H7.39c-.21-.34-.54-.89-.54-1.92zM21 12v-2H3v2h9.62c1.15.45 1.96.75 1.96 1.97 0 1-.81 1.67-2.28 1.67-1.54 0-2.93-.54-2.93-2.51H6.4c0 .55.08 1.13.24 1.58.81 2.29 3.29 3.3 5.67 3.3 2.27 0 5.3-.89 5.3-4.05 0-.3-.01-1.16-.48-1.94H21V12z"})
"StrikethroughS"))
================================================
FILE: src/icons/reagent_mui/icons/strikethrough_s_outlined.cljs
================================================
(ns reagent-mui.icons.strikethrough-s-outlined
"Imports @mui/icons-material/StrikethroughSOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def strikethrough-s-outlined (create-svg-icon (e "path" #js {"d" "M7.24 8.75c-.26-.48-.39-1.03-.39-1.67 0-.61.13-1.16.4-1.67.26-.5.63-.93 1.11-1.29.48-.35 1.05-.63 1.7-.83.66-.19 1.39-.29 2.18-.29.81 0 1.54.11 2.21.34.66.22 1.23.54 1.69.94.47.4.83.88 1.08 1.43s.38 1.15.38 1.81h-3.01c0-.31-.05-.59-.15-.85-.09-.27-.24-.49-.44-.68-.2-.19-.45-.33-.75-.44-.3-.1-.66-.16-1.06-.16-.39 0-.74.04-1.03.13s-.53.21-.72.36c-.19.16-.34.34-.44.55-.1.21-.15.43-.15.66 0 .48.25.88.74 1.21.38.25.77.48 1.41.7H7.39c-.05-.08-.11-.17-.15-.25zM21 12v-2H3v2h9.62c.18.07.4.14.55.2.37.17.66.34.87.51s.35.36.43.57c.07.2.11.43.11.69 0 .23-.05.45-.14.66-.09.2-.23.38-.42.53-.19.15-.42.26-.71.35-.29.08-.63.13-1.01.13-.43 0-.83-.04-1.18-.13s-.66-.23-.91-.42c-.25-.19-.45-.44-.59-.75s-.25-.76-.25-1.21H6.4c0 .55.08 1.13.24 1.58s.37.85.65 1.21c.28.35.6.66.98.92.37.26.78.48 1.22.65.44.17.9.3 1.38.39.48.08.96.13 1.44.13.8 0 1.53-.09 2.18-.28s1.21-.45 1.67-.79c.46-.34.82-.77 1.07-1.27s.38-1.07.38-1.71c0-.6-.1-1.14-.31-1.61-.05-.11-.11-.23-.17-.33H21V12z"})
"StrikethroughSOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/strikethrough_s_rounded.cljs
================================================
(ns reagent-mui.icons.strikethrough-s-rounded
"Imports @mui/icons-material/StrikethroughSRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def strikethrough-s-rounded (create-svg-icon (e "path" #js {"d" "M14.59 7.52c0-.31-.05-.59-.15-.85-.09-.27-.24-.49-.44-.68-.2-.19-.45-.33-.75-.44-.3-.1-.66-.16-1.06-.16-.39 0-.74.04-1.03.13s-.53.21-.72.36c-.19.16-.34.34-.44.55-.1.21-.15.43-.15.66 0 .48.25.88.74 1.21.38.25.77.48 1.41.7H7.39c-.05-.08-.11-.17-.15-.25-.26-.48-.39-1.03-.39-1.67 0-.61.13-1.16.4-1.67.26-.5.63-.93 1.11-1.29.48-.35 1.05-.63 1.7-.83.66-.19 1.39-.29 2.18-.29.81 0 1.54.11 2.21.34.66.22 1.23.54 1.69.94.47.4.83.88 1.08 1.43s.38 1.15.38 1.81h-3.01M20 10H4c-.55 0-1 .45-1 1s.45 1 1 1h8.62c.18.07.4.14.55.2.37.17.66.34.87.51s.35.36.43.57c.07.2.11.43.11.69 0 .23-.05.45-.14.66-.09.2-.23.38-.42.53-.19.15-.42.26-.71.35-.29.08-.63.13-1.01.13-.43 0-.83-.04-1.18-.13s-.66-.23-.91-.42c-.25-.19-.45-.44-.59-.75s-.25-.76-.25-1.21H6.4c0 .55.08 1.13.24 1.58s.37.85.65 1.21c.28.35.6.66.98.92.37.26.78.48 1.22.65.44.17.9.3 1.38.39.48.08.96.13 1.44.13.8 0 1.53-.09 2.18-.28s1.21-.45 1.67-.79c.46-.34.82-.77 1.07-1.27s.38-1.07.38-1.71c0-.6-.1-1.14-.31-1.61-.05-.11-.11-.23-.17-.33H20c.55 0 1-.45 1-1V11c0-.55-.45-1-1-1z"})
"StrikethroughSRounded"))
================================================
FILE: src/icons/reagent_mui/icons/strikethrough_s_sharp.cljs
================================================
(ns reagent-mui.icons.strikethrough-s-sharp
"Imports @mui/icons-material/StrikethroughSSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def strikethrough-s-sharp (create-svg-icon (e "path" #js {"d" "M7.24 8.75c-.26-.48-.39-1.03-.39-1.67 0-.61.13-1.16.4-1.67.26-.5.63-.93 1.11-1.29.48-.35 1.05-.63 1.7-.83.66-.19 1.39-.29 2.18-.29.81 0 1.54.11 2.21.34.66.22 1.23.54 1.69.94.47.4.83.88 1.08 1.43s.38 1.15.38 1.81h-3.01c0-.31-.05-.59-.15-.85-.09-.27-.24-.49-.44-.68-.2-.19-.45-.33-.75-.44-.3-.1-.66-.16-1.06-.16-.39 0-.74.04-1.03.13s-.53.21-.72.36c-.19.16-.34.34-.44.55-.1.21-.15.43-.15.66 0 .48.25.88.74 1.21.38.25.77.48 1.41.7H7.39c-.05-.08-.11-.17-.15-.25zM21 12v-2H3v2h9.62c.18.07.4.14.55.2.37.17.66.34.87.51s.35.36.43.57c.07.2.11.43.11.69 0 .23-.05.45-.14.66-.09.2-.23.38-.42.53-.19.15-.42.26-.71.35-.29.08-.63.13-1.01.13-.43 0-.83-.04-1.18-.13s-.66-.23-.91-.42c-.25-.19-.45-.44-.59-.75s-.25-.76-.25-1.21H6.4c0 .55.08 1.13.24 1.58s.37.85.65 1.21c.28.35.6.66.98.92.37.26.78.48 1.22.65.44.17.9.3 1.38.39.48.08.96.13 1.44.13.8 0 1.53-.09 2.18-.28s1.21-.45 1.67-.79c.46-.34.82-.77 1.07-1.27s.38-1.07.38-1.71c0-.6-.1-1.14-.31-1.61-.05-.11-.11-.23-.17-.33H21V12z"})
"StrikethroughSSharp"))
================================================
FILE: src/icons/reagent_mui/icons/strikethrough_s_two_tone.cljs
================================================
(ns reagent-mui.icons.strikethrough-s-two-tone
"Imports @mui/icons-material/StrikethroughSTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def strikethrough-s-two-tone (create-svg-icon (e "path" #js {"d" "M10.44 5.88c.19-.15.43-.27.72-.36.29-.09.64-.13 1.03-.13.4 0 .76.06 1.06.16.3.11.55.25.75.44s.35.41.44.68c.1.26.15.54.15.85h3.01c0-.66-.13-1.26-.38-1.81s-.61-1.03-1.08-1.43c-.46-.4-1.03-.72-1.69-.94-.67-.23-1.4-.34-2.21-.34-.79 0-1.52.1-2.18.29-.65.2-1.22.48-1.7.83-.48.36-.85.79-1.11 1.29-.27.51-.4 1.06-.4 1.67 0 .64.13 1.19.39 1.67.04.08.1.17.15.25H12c-.64-.22-1.03-.45-1.41-.7-.49-.33-.74-.73-.74-1.21 0-.23.05-.45.15-.66s.25-.39.44-.55zM3 12h9.62c.18.07.4.14.55.2.37.17.66.34.87.51.21.17.35.36.43.57.07.2.11.43.11.69 0 .23-.05.45-.14.66-.09.2-.23.38-.42.53-.19.15-.42.26-.71.35-.29.08-.63.13-1.01.13-.43 0-.83-.04-1.18-.13s-.66-.23-.91-.42-.45-.44-.59-.75-.25-.76-.25-1.21H6.4c0 .55.08 1.13.24 1.58.16.45.37.85.65 1.21.28.35.6.66.98.92.37.26.78.48 1.22.65s.9.3 1.38.39c.48.08.96.13 1.44.13.8 0 1.53-.09 2.18-.28.65-.19 1.21-.45 1.67-.79.46-.34.82-.77 1.07-1.27s.38-1.07.38-1.71c0-.6-.1-1.14-.31-1.61-.05-.11-.11-.23-.17-.33H21V10H3v2z"})
"StrikethroughSTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/stroller.cljs
================================================
(ns reagent-mui.icons.stroller
"Imports @mui/icons-material/Stroller as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stroller (create-svg-icon [(e "circle" #js {"cx" "16", "cy" "20", "r" "2"}) (e "circle" #js {"cx" "6", "cy" "20", "r" "2"}) (e "path" #js {"d" "M22 7v-.52C22 4.56 20.52 3 18.65 3c-1.66 0-2.54 1.27-3.18 2.03l-8.8 10.32C6.12 16 6.58 17 7.43 17H15c1.1 0 2-.9 2-2V6.27c.58-.68.97-1.27 1.65-1.27.77 0 1.35.66 1.35 1.48V7h2zm-7.7-2.9C13.03 3.4 11.56 3 10 3c-1.97 0-3.79.64-5.28 1.72l4.89 4.89L14.3 4.1z"})]
"Stroller"))
================================================
FILE: src/icons/reagent_mui/icons/stroller_outlined.cljs
================================================
(ns reagent-mui.icons.stroller-outlined
"Imports @mui/icons-material/StrollerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stroller-outlined (create-svg-icon (e "path" #js {"d" "M18 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zM6 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm9-9.34L9.6 15H15V8.66M18.65 3C20.52 3 22 4.56 22 6.48V7h-2v-.52C20 5.66 19.42 5 18.65 5c-.68 0-1.07.59-1.65 1.27V15c0 1.1-.9 2-2 2H7.43c-.85 0-1.31-1-.76-1.65l8.8-10.32C16.11 4.27 16.99 3 18.65 3zM10 5c-.65 0-1.29.09-1.91.27l1.4 1.4 1.37-1.61C10.58 5.02 10.29 5 10 5m0-2c1.56 0 3.03.4 4.3 1.1L9.6 9.61 4.72 4.72C6.21 3.64 8.03 3 10 3z"})
"StrollerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/stroller_rounded.cljs
================================================
(ns reagent-mui.icons.stroller-rounded
"Imports @mui/icons-material/StrollerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stroller-rounded (create-svg-icon (e "path" #js {"d" "M18 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zM6 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm8.3-13.9C13.03 3.4 11.56 3 10 3c-1.51 0-2.93.38-4.17 1.03-.59.31-.68 1.12-.22 1.58L9.6 9.6l4.7-5.5zm7.64 1.73C21.65 4.22 20.3 3 18.65 3c-1.66 0-2.54 1.27-3.18 2.03L6.71 15.31c-.55.65-.09 1.65.76 1.65H15c1.1 0 2-.9 2-2V6.27c.58-.68.97-1.27 1.65-1.27.68 0 1.22.52 1.33 1.21.1.45.5.79.98.79.55 0 1-.45 1-1 0-.06-.01-.11-.02-.17z"})
"StrollerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/stroller_sharp.cljs
================================================
(ns reagent-mui.icons.stroller-sharp
"Imports @mui/icons-material/StrollerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stroller-sharp (create-svg-icon (e "path" #js {"d" "M18 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zM6 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM22 7v-.52C22 4.56 20.52 3 18.65 3c-1.66 0-2.54 1.27-3.18 2.03L5.27 17H17V6.27c.58-.68.97-1.27 1.65-1.27.77 0 1.35.66 1.35 1.48V7h2zm-7.7-2.9C13.03 3.4 11.56 3 10 3c-1.97 0-3.79.64-5.28 1.72l4.89 4.89L14.3 4.1z"})
"StrollerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/stroller_two_tone.cljs
================================================
(ns reagent-mui.icons.stroller-two-tone
"Imports @mui/icons-material/StrollerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def stroller-two-tone (create-svg-icon [(e "path" #js {"d" "M10 5c.29 0 .58.02.86.05L9.49 6.66l-1.4-1.4C8.71 5.09 9.35 5 10 5m5 3.66V15H9.6L15 8.66", "opacity" ".3"}) (e "path" #js {"d" "M10 5c.29 0 .58.02.86.05L9.49 6.66l-1.4-1.4C8.71 5.09 9.35 5 10 5m5 3.66V15H9.6L15 8.66M18.65 3c-1.66 0-2.54 1.27-3.18 2.03l-8.8 10.32C6.12 16 6.58 17 7.43 17H15c1.1 0 2-.9 2-2V6.27c.58-.68.97-1.27 1.65-1.27.77 0 1.35.66 1.35 1.48V7h2v-.52C22 4.56 20.52 3 18.65 3zM10 3c-1.97 0-3.79.64-5.28 1.72l4.89 4.89 4.7-5.51C13.03 3.4 11.56 3 10 3zm6 15c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})]
"StrollerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/style.cljs
================================================
(ns reagent-mui.icons.style
"Imports @mui/icons-material/Style as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def style (create-svg-icon (e "path" #js {"d" "m2.53 19.65 1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61zm19.5-3.7L17.07 3.98c-.31-.75-1.04-1.21-1.81-1.23-.26 0-.53.04-.79.15L7.1 5.95c-.75.31-1.21 1.03-1.23 1.8-.01.27.04.54.15.8l4.96 11.97c.31.76 1.05 1.22 1.83 1.23.26 0 .52-.05.77-.15l7.36-3.05c1.02-.42 1.51-1.59 1.09-2.6zM7.88 8.75c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-2 11c0 1.1.9 2 2 2h1.45l-3.45-8.34v6.34z"})
"Style"))
================================================
FILE: src/icons/reagent_mui/icons/style_outlined.cljs
================================================
(ns reagent-mui.icons.style-outlined
"Imports @mui/icons-material/StyleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def style-outlined (create-svg-icon [(e "path" #js {"d" "m2.53 19.65 1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61zm19.5-3.7L17.07 3.98c-.31-.75-1.04-1.21-1.81-1.23-.26 0-.53.04-.79.15L7.1 5.95c-.75.31-1.21 1.03-1.23 1.8-.01.27.04.54.15.8l4.96 11.97c.31.76 1.05 1.22 1.83 1.23.26 0 .52-.05.77-.15l7.36-3.05c1.02-.42 1.51-1.59 1.09-2.6zm-9.2 3.8L7.87 7.79l7.35-3.04h.01l4.95 11.95-7.35 3.05z"}) (e "circle" #js {"cx" "11", "cy" "9", "r" "1"}) (e "path" #js {"d" "M5.88 19.75c0 1.1.9 2 2 2h1.45l-3.45-8.34v6.34z"})]
"StyleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/style_rounded.cljs
================================================
(ns reagent-mui.icons.style-rounded
"Imports @mui/icons-material/StyleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def style-rounded (create-svg-icon (e "path" #js {"d" "m2.53 19.65 1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61zm19.5-3.7L17.07 3.98c-.31-.75-1.04-1.21-1.81-1.23-.26 0-.53.04-.79.15L7.1 5.95c-.75.31-1.21 1.03-1.23 1.8-.01.27.04.54.15.8l4.96 11.97c.31.76 1.05 1.22 1.83 1.23.26 0 .52-.05.77-.15l7.36-3.05c1.02-.42 1.51-1.59 1.09-2.6zM7.88 8.75c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-2 11c0 1.1.9 2 2 2h1.45l-3.45-8.34v6.34z"})
"StyleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/style_sharp.cljs
================================================
(ns reagent-mui.icons.style-sharp
"Imports @mui/icons-material/StyleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def style-sharp (create-svg-icon (e "path" #js {"d" "M3.87 20.21v-9.03l-3.19 7.7 3.19 1.33zm18.92-2.43L16.31 2.14 5.26 6.71l6.48 15.64 11.05-4.57zM7.88 8.75c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-2 13h3.45l-3.45-8.34v8.34z"})
"StyleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/style_two_tone.cljs
================================================
(ns reagent-mui.icons.style-two-tone
"Imports @mui/icons-material/StyleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def style-two-tone (create-svg-icon [(e "path" #js {"d" "M15.22 4.75 7.87 7.79l4.96 11.96 7.35-3.05-4.96-11.95zM11 10c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "path" #js {"d" "m3.87 11.18-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61l1.34.56v-9.03zm18.16 4.77L17.07 3.98c-.31-.75-1.04-1.21-1.81-1.23-.26 0-.53.04-.79.15L7.1 5.95c-.75.31-1.21 1.03-1.23 1.8-.01.27.04.54.15.8l4.96 11.97c.31.76 1.05 1.22 1.83 1.23.26 0 .52-.05.77-.15l7.36-3.05c1.02-.42 1.51-1.59 1.09-2.6zm-9.2 3.8L7.87 7.79l7.35-3.04h.01l4.95 11.95-7.35 3.05z"}) (e "circle" #js {"cx" "11", "cy" "9", "r" "1"}) (e "path" #js {"d" "m9.33 21.75-3.45-8.34v6.34c0 1.1.9 2 2 2h1.45z"})]
"StyleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/subdirectory_arrow_left.cljs
================================================
(ns reagent-mui.icons.subdirectory-arrow-left
"Imports @mui/icons-material/SubdirectoryArrowLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subdirectory-arrow-left (create-svg-icon (e "path" #js {"d" "m11 9 1.42 1.42L8.83 14H18V4h2v12H8.83l3.59 3.58L11 21l-6-6 6-6z"})
"SubdirectoryArrowLeft"))
================================================
FILE: src/icons/reagent_mui/icons/subdirectory_arrow_left_outlined.cljs
================================================
(ns reagent-mui.icons.subdirectory-arrow-left-outlined
"Imports @mui/icons-material/SubdirectoryArrowLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subdirectory-arrow-left-outlined (create-svg-icon (e "path" #js {"d" "m11 9 1.42 1.42L8.83 14H18V4h2v12H8.83l3.59 3.58L11 21l-6-6 6-6z"})
"SubdirectoryArrowLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/subdirectory_arrow_left_rounded.cljs
================================================
(ns reagent-mui.icons.subdirectory-arrow-left-rounded
"Imports @mui/icons-material/SubdirectoryArrowLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subdirectory-arrow-left-rounded (create-svg-icon (e "path" #js {"d" "m5.71 15.71 4.58 4.58c.39.39 1.03.39 1.42 0 .39-.39.39-1.03 0-1.42L8.83 16H19c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v9H8.83l2.88-2.87c.39-.39.39-1.03 0-1.42-.39-.39-1.03-.39-1.42 0l-4.58 4.58c-.39.39-.39 1.03 0 1.42z"})
"SubdirectoryArrowLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/subdirectory_arrow_left_sharp.cljs
================================================
(ns reagent-mui.icons.subdirectory-arrow-left-sharp
"Imports @mui/icons-material/SubdirectoryArrowLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subdirectory-arrow-left-sharp (create-svg-icon (e "path" #js {"d" "m11 9 1.42 1.42L8.83 14H18V4h2v12H8.83l3.59 3.58L11 21l-6-6 6-6z"})
"SubdirectoryArrowLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/subdirectory_arrow_left_two_tone.cljs
================================================
(ns reagent-mui.icons.subdirectory-arrow-left-two-tone
"Imports @mui/icons-material/SubdirectoryArrowLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subdirectory-arrow-left-two-tone (create-svg-icon (e "path" #js {"d" "m11 9 1.42 1.42L8.83 14H18V4h2v12H8.83l3.59 3.58L11 21l-6-6 6-6z"})
"SubdirectoryArrowLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/subdirectory_arrow_right.cljs
================================================
(ns reagent-mui.icons.subdirectory-arrow-right
"Imports @mui/icons-material/SubdirectoryArrowRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subdirectory-arrow-right (create-svg-icon (e "path" #js {"d" "m19 15-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z"})
"SubdirectoryArrowRight"))
================================================
FILE: src/icons/reagent_mui/icons/subdirectory_arrow_right_outlined.cljs
================================================
(ns reagent-mui.icons.subdirectory-arrow-right-outlined
"Imports @mui/icons-material/SubdirectoryArrowRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subdirectory-arrow-right-outlined (create-svg-icon (e "path" #js {"d" "m19 15-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z"})
"SubdirectoryArrowRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/subdirectory_arrow_right_rounded.cljs
================================================
(ns reagent-mui.icons.subdirectory-arrow-right-rounded
"Imports @mui/icons-material/SubdirectoryArrowRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subdirectory-arrow-right-rounded (create-svg-icon (e "path" #js {"d" "m18.29 15.71-4.58 4.58c-.39.39-1.03.39-1.42 0-.39-.39-.39-1.03 0-1.42L15.17 16H5c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1s1 .45 1 1v9h9.17l-2.88-2.87c-.39-.39-.39-1.03 0-1.42.39-.39 1.03-.39 1.42 0l4.58 4.58c.39.39.39 1.03 0 1.42z"})
"SubdirectoryArrowRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/subdirectory_arrow_right_sharp.cljs
================================================
(ns reagent-mui.icons.subdirectory-arrow-right-sharp
"Imports @mui/icons-material/SubdirectoryArrowRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subdirectory-arrow-right-sharp (create-svg-icon (e "path" #js {"d" "m19 15-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z"})
"SubdirectoryArrowRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/subdirectory_arrow_right_two_tone.cljs
================================================
(ns reagent-mui.icons.subdirectory-arrow-right-two-tone
"Imports @mui/icons-material/SubdirectoryArrowRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subdirectory-arrow-right-two-tone (create-svg-icon (e "path" #js {"d" "m19 15-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z"})
"SubdirectoryArrowRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/subject.cljs
================================================
(ns reagent-mui.icons.subject
"Imports @mui/icons-material/Subject as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subject (create-svg-icon (e "path" #js {"d" "M14 17H4v2h10v-2zm6-8H4v2h16V9zM4 15h16v-2H4v2zM4 5v2h16V5H4z"})
"Subject"))
================================================
FILE: src/icons/reagent_mui/icons/subject_outlined.cljs
================================================
(ns reagent-mui.icons.subject-outlined
"Imports @mui/icons-material/SubjectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subject-outlined (create-svg-icon (e "path" #js {"d" "M14 17H4v2h10v-2zm6-8H4v2h16V9zM4 15h16v-2H4v2zM4 5v2h16V5H4z"})
"SubjectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/subject_rounded.cljs
================================================
(ns reagent-mui.icons.subject-rounded
"Imports @mui/icons-material/SubjectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subject-rounded (create-svg-icon (e "path" #js {"d" "M13 17H5c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1zm6-8H5c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM5 15h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1s.45 1 1 1zM4 6c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1z"})
"SubjectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/subject_sharp.cljs
================================================
(ns reagent-mui.icons.subject-sharp
"Imports @mui/icons-material/SubjectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subject-sharp (create-svg-icon (e "path" #js {"d" "M14 17H4v2h10v-2zm6-8H4v2h16V9zM4 15h16v-2H4v2zM4 5v2h16V5H4z"})
"SubjectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/subject_two_tone.cljs
================================================
(ns reagent-mui.icons.subject-two-tone
"Imports @mui/icons-material/SubjectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subject-two-tone (create-svg-icon (e "path" #js {"d" "M14 17H4v2h10v-2zm6-8H4v2h16V9zM4 15h16v-2H4v2zM4 5v2h16V5H4z"})
"SubjectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/subscript.cljs
================================================
(ns reagent-mui.icons.subscript
"Imports @mui/icons-material/Subscript as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subscript (create-svg-icon (e "path" #js {"d" "M22 18h-2v1h3v1h-4v-2c0-.55.45-1 1-1h2v-1h-3v-1h3c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1zM5.88 18h2.66l3.4-5.42h.12l3.4 5.42h2.66l-4.65-7.27L17.81 4h-2.68l-3.07 4.99h-.12L8.85 4H6.19l4.32 6.73L5.88 18z"})
"Subscript"))
================================================
FILE: src/icons/reagent_mui/icons/subscript_outlined.cljs
================================================
(ns reagent-mui.icons.subscript-outlined
"Imports @mui/icons-material/SubscriptOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subscript-outlined (create-svg-icon (e "path" #js {"d" "M22 18h-2v1h3v1h-4v-2c0-.55.45-1 1-1h2v-1h-3v-1h3c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1zM5.88 18h2.66l3.4-5.42h.12l3.4 5.42h2.66l-4.65-7.27L17.81 4h-2.68l-3.07 4.99h-.12L8.85 4H6.19l4.32 6.73L5.88 18z"})
"SubscriptOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/subscript_rounded.cljs
================================================
(ns reagent-mui.icons.subscript-rounded
"Imports @mui/icons-material/SubscriptRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subscript-rounded (create-svg-icon (e "path" #js {"d" "M10.52 10.73 7.3 5.72C6.82 4.97 7.35 4 8.23 4c.39 0 .74.2.95.53l2.76 4.46h.12l2.74-4.45c.21-.34.57-.54.96-.54.88 0 1.42.98.94 1.72l-3.23 5 3.55 5.55c.48.75-.06 1.73-.94 1.73-.38 0-.74-.2-.95-.52l-3.07-4.89h-.12l-3.07 4.89c-.2.32-.56.52-.95.52-.88 0-1.42-.97-.94-1.72l3.54-5.55zM23 19.5c0-.28-.22-.5-.5-.5H20v-1h2c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1h-2.5c-.28 0-.5.22-.5.5s.22.5.5.5H22v1h-2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h2.5c.28 0 .5-.22.5-.5z"})
"SubscriptRounded"))
================================================
FILE: src/icons/reagent_mui/icons/subscript_sharp.cljs
================================================
(ns reagent-mui.icons.subscript-sharp
"Imports @mui/icons-material/SubscriptSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subscript-sharp (create-svg-icon (e "path" #js {"d" "M20 18v1h3v1h-4v-3h3v-1h-3v-1h4v3h-3zM5.88 18h2.66l3.4-5.42h.12l3.4 5.42h2.66l-4.65-7.27L17.81 4h-2.68l-3.07 4.99h-.12L8.85 4H6.19l4.32 6.73L5.88 18z"})
"SubscriptSharp"))
================================================
FILE: src/icons/reagent_mui/icons/subscript_two_tone.cljs
================================================
(ns reagent-mui.icons.subscript-two-tone
"Imports @mui/icons-material/SubscriptTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subscript-two-tone (create-svg-icon (e "path" #js {"d" "M22 18h-2v1h3v1h-4v-2c0-.55.45-1 1-1h2v-1h-3v-1h3c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1zM5.88 18h2.66l3.4-5.42h.12l3.4 5.42h2.66l-4.65-7.27L17.81 4h-2.68l-3.07 4.99h-.12L8.85 4H6.19l4.32 6.73L5.88 18z"})
"SubscriptTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/subscriptions.cljs
================================================
(ns reagent-mui.icons.subscriptions
"Imports @mui/icons-material/Subscriptions as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subscriptions (create-svg-icon (e "path" #js {"d" "M20 8H4V6h16v2zm-2-6H6v2h12V2zm4 10v8c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2zm-6 4-6-3.27v6.53L16 16z"})
"Subscriptions"))
================================================
FILE: src/icons/reagent_mui/icons/subscriptions_outlined.cljs
================================================
(ns reagent-mui.icons.subscriptions-outlined
"Imports @mui/icons-material/SubscriptionsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subscriptions-outlined (create-svg-icon (e "path" #js {"d" "M4 6h16v2H4zm2-4h12v2H6zm14 8H4c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm0 10H4v-8h16v8zm-10-7.27v6.53L16 16z"})
"SubscriptionsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/subscriptions_rounded.cljs
================================================
(ns reagent-mui.icons.subscriptions-rounded
"Imports @mui/icons-material/SubscriptionsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subscriptions-rounded (create-svg-icon (e "path" #js {"d" "M19 8H5c-.55 0-1-.45-1-1s.45-1 1-1h14c.55 0 1 .45 1 1s-.45 1-1 1zm-2-6H7c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1zm5 10v8c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2zm-6.81 3.56L10 12.73v6.53l5.19-2.82c.35-.19.35-.69 0-.88z"})
"SubscriptionsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/subscriptions_sharp.cljs
================================================
(ns reagent-mui.icons.subscriptions-sharp
"Imports @mui/icons-material/SubscriptionsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subscriptions-sharp (create-svg-icon (e "path" #js {"d" "M20 8H4V6h16v2zm-2-6H6v2h12V2zm4 8v12H2V10h20zm-6 6-6-3.27v6.53L16 16z"})
"SubscriptionsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/subscriptions_two_tone.cljs
================================================
(ns reagent-mui.icons.subscriptions-two-tone
"Imports @mui/icons-material/SubscriptionsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subscriptions-two-tone (create-svg-icon [(e "path" #js {"d" "M4 20h16v-8H4v8zm6-7.27L16 16l-6 3.26v-6.53z", "opacity" ".3"}) (e "path" #js {"d" "M4 6h16v2H4zm2-4h12v2H6zm14 8H4c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm0 10H4v-8h16v8zm-10-7.27v6.53L16 16z"})]
"SubscriptionsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/subtitles.cljs
================================================
(ns reagent-mui.icons.subtitles
"Imports @mui/icons-material/Subtitles as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subtitles (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 12h4v2H4v-2zm10 6H4v-2h10v2zm6 0h-4v-2h4v2zm0-4H10v-2h10v2z"})
"Subtitles"))
================================================
FILE: src/icons/reagent_mui/icons/subtitles_off.cljs
================================================
(ns reagent-mui.icons.subtitles-off
"Imports @mui/icons-material/SubtitlesOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subtitles-off (create-svg-icon (e "path" #js {"d" "M20 4H6.83l8 8H20v2h-3.17l4.93 4.93c.15-.28.24-.59.24-.93V6c0-1.1-.9-2-2-2zM1.04 3.87l1.2 1.2C2.09 5.35 2 5.66 2 6v12c0 1.1.9 2 2 2h13.17l2.96 2.96 1.41-1.41L2.45 2.45 1.04 3.87zM8 12v2H4v-2h4zm6 4.83V18H4v-2h9.17l.83.83z"})
"SubtitlesOff"))
================================================
FILE: src/icons/reagent_mui/icons/subtitles_off_outlined.cljs
================================================
(ns reagent-mui.icons.subtitles-off-outlined
"Imports @mui/icons-material/SubtitlesOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subtitles-off-outlined (create-svg-icon [(e "path" #js {"d" "M20 4H6.83l2 2H20v11.17l1.76 1.76c.15-.28.24-.59.24-.93V6c0-1.1-.9-2-2-2z"}) (e "path" #js {"d" "M18 10h-5.17l2 2H18zM1.04 3.87l1.2 1.2C2.09 5.35 2 5.66 2 6v12c0 1.1.9 2 2 2h13.17l2.96 2.96 1.41-1.41L2.45 2.45 1.04 3.87zM4 6.83 7.17 10H6v2h2v-1.17L11.17 14H6v2h7.17l2 2H4V6.83z"})]
"SubtitlesOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/subtitles_off_rounded.cljs
================================================
(ns reagent-mui.icons.subtitles-off-rounded
"Imports @mui/icons-material/SubtitlesOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subtitles-off-rounded (create-svg-icon (e "path" #js {"d" "M20 4H6.83l8 8H19c.55 0 1 .45 1 1s-.45 1-1 1h-2.17l4.93 4.93c.15-.28.24-.59.24-.93V6c0-1.1-.9-2-2-2zm0 16-6-6-1.71-1.71L12 12 3.16 3.16a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.49.49c-.15.29-.24.6-.24.94v12c0 1.1.9 2 2 2h13.17l2.25 2.25c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L20 20zM8 13c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1zm6 4c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1h8c.08 0 .14.03.21.04l.74.74c.02.08.05.14.05.22z"})
"SubtitlesOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/subtitles_off_sharp.cljs
================================================
(ns reagent-mui.icons.subtitles-off-sharp
"Imports @mui/icons-material/SubtitlesOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subtitles-off-sharp (create-svg-icon (e "path" #js {"d" "m6.83 4 8 8H20v2h-3.17L22 19.17V4zm-5.79-.13.96.96V20h15.17l2.96 2.96 1.41-1.41L2.45 2.45 1.04 3.87zM4 12h4v2H4v-2zm0 4h9.17l.83.83V18H4v-2z"})
"SubtitlesOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/subtitles_off_two_tone.cljs
================================================
(ns reagent-mui.icons.subtitles-off-two-tone
"Imports @mui/icons-material/SubtitlesOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subtitles-off-two-tone (create-svg-icon [(e "path" #js {"d" "m8.83 6 4 4H18v2h-3.17L20 17.17V6zm6.34 12-2-2H6v-2h5.17L8 10.83V12H6v-2h1.17L4 6.83V18z", "opacity" ".3"}) (e "path" #js {"d" "M18 10h-5.17l2 2H18z"}) (e "path" #js {"d" "M20 4H6.83l2 2H20v11.17l1.76 1.76c.15-.28.24-.59.24-.93V6c0-1.1-.9-2-2-2zM1.04 3.87l1.2 1.2C2.09 5.35 2 5.66 2 6v12c0 1.1.9 2 2 2h13.17l2.96 2.96 1.41-1.41L2.45 2.45 1.04 3.87zM4 6.83 7.17 10H6v2h2v-1.17L11.17 14H6v2h7.17l2 2H4V6.83z"})]
"SubtitlesOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/subtitles_outlined.cljs
================================================
(ns reagent-mui.icons.subtitles-outlined
"Imports @mui/icons-material/SubtitlesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subtitles-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12zM6 10h2v2H6zm0 4h8v2H6zm10 0h2v2h-2zm-6-4h8v2h-8z"})
"SubtitlesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/subtitles_rounded.cljs
================================================
(ns reagent-mui.icons.subtitles-rounded
"Imports @mui/icons-material/SubtitlesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subtitles-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM5 12h2c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1zm8 6H5c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1zm6 0h-2c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1s-.45 1-1 1zm0-4h-8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1z"})
"SubtitlesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/subtitles_sharp.cljs
================================================
(ns reagent-mui.icons.subtitles-sharp
"Imports @mui/icons-material/SubtitlesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subtitles-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zM4 12h4v2H4v-2zm10 6H4v-2h10v2zm6 0h-4v-2h4v2zm0-4H10v-2h10v2z"})
"SubtitlesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/subtitles_two_tone.cljs
================================================
(ns reagent-mui.icons.subtitles-two-tone
"Imports @mui/icons-material/SubtitlesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subtitles-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18h16V6H4v12zm14-2h-2v-2h2v2zm-8-6h8v2h-8v-2zm-4 0h2v2H6v-2zm0 4h8v2H6v-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12zM6 10h2v2H6zm0 4h8v2H6zm10 0h2v2h-2zm-6-4h8v2h-8z"})]
"SubtitlesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/subway.cljs
================================================
(ns reagent-mui.icons.subway
"Imports @mui/icons-material/Subway as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subway (create-svg-icon [(e "circle" #js {"cx" "15.5", "cy" "16", "r" "1"}) (e "circle" #js {"cx" "8.5", "cy" "16", "r" "1"}) (e "path" #js {"d" "M7.01 9h10v5h-10zM17.8 2.8C16 2.09 13.86 2 12 2c-1.86 0-4 .09-5.8.8C3.53 3.84 2 6.05 2 8.86V22h20V8.86c0-2.81-1.53-5.02-4.2-6.06zm.2 13.08c0 1.45-1.18 2.62-2.63 2.62l1.13 1.12V20H15l-1.5-1.5h-2.83L9.17 20H7.5v-.38l1.12-1.12C7.18 18.5 6 17.32 6 15.88V9c0-2.63 3-3 6-3 3.32 0 6 .38 6 3v6.88z"})]
"Subway"))
================================================
FILE: src/icons/reagent_mui/icons/subway_outlined.cljs
================================================
(ns reagent-mui.icons.subway-outlined
"Imports @mui/icons-material/SubwayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subway-outlined (create-svg-icon (e "path" #js {"d" "M17.8 2.8C16 2.09 13.86 2 12 2s-4 .09-5.8.8C3.53 3.84 2 6.05 2 8.86V22h20V8.86c0-2.81-1.53-5.02-4.2-6.06zM9.17 20l1.5-1.5h2.66l1.5 1.5H9.17zm-2.16-6V9h10v5h-10zm9.49 2c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm-8-1c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM20 20h-3.5v-.38l-1.15-1.16c1.49-.17 2.65-1.42 2.65-2.96V9c0-2.63-3-3-6-3s-6 .37-6 3v6.5c0 1.54 1.16 2.79 2.65 2.96L7.5 19.62V20H4V8.86c0-2 1.01-3.45 2.93-4.2C8.41 4.08 10.32 4 12 4s3.59.08 5.07.66c1.92.75 2.93 2.2 2.93 4.2V20z"})
"SubwayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/subway_rounded.cljs
================================================
(ns reagent-mui.icons.subway-rounded
"Imports @mui/icons-material/SubwayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subway-rounded (create-svg-icon [(e "circle" #js {"cx" "8.5", "cy" "16", "r" "1"}) (e "circle" #js {"cx" "15.5", "cy" "16", "r" "1"}) (e "path" #js {"d" "M7.01 9h10v5h-10zM17.8 2.8C16 2.09 13.86 2 12 2s-4 .09-5.8.8C3.53 3.84 2 6.05 2 8.86V22h20V8.86c0-2.81-1.53-5.02-4.2-6.06zm.2 12.7c0 1.54-1.16 2.79-2.65 2.96l1.15 1.16V20h-1.67l-1.5-1.5h-2.66L9.17 20H7.5v-.38l1.15-1.16C7.16 18.29 6 17.04 6 15.5V9c0-2.63 3-3 6-3s6 .37 6 3v6.5z"})]
"SubwayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/subway_sharp.cljs
================================================
(ns reagent-mui.icons.subway-sharp
"Imports @mui/icons-material/SubwaySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subway-sharp (create-svg-icon [(e "circle" #js {"cx" "8.5", "cy" "16", "r" "1"}) (e "circle" #js {"cx" "15.5", "cy" "16", "r" "1"}) (e "path" #js {"d" "M7.01 9h10v5h-10zM17.8 2.8C16 2.09 13.86 2 12 2s-4 .09-5.8.8C3.53 3.84 2 6.05 2 8.86V22h20V8.86c0-2.81-1.53-5.02-4.2-6.06zm.2 12.7c0 1.54-1.16 2.79-2.65 2.96l1.15 1.16V20h-1.67l-1.5-1.5h-2.66L9.17 20H7.5v-.38l1.15-1.16C7.16 18.29 6 17.04 6 15.5V9c0-2.63 3-3 6-3s6 .37 6 3v6.5z"})]
"SubwaySharp"))
================================================
FILE: src/icons/reagent_mui/icons/subway_two_tone.cljs
================================================
(ns reagent-mui.icons.subway-two-tone
"Imports @mui/icons-material/SubwayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def subway-two-tone (create-svg-icon [(e "path" #js {"d" "M10.67 18.5 9.17 20h5.66l-1.5-1.5zm6.4-13.84C15.59 4.08 13.68 4 12 4s-3.59.08-5.07.66C5.01 5.41 4 6.86 4 8.86V20h3.5v-.38l1.15-1.16C7.16 18.29 6 17.04 6 15.5V9c0-2.63 3-3 6-3s6 .37 6 3v6.5c0 1.54-1.16 2.79-2.65 2.96l1.15 1.16V20H20V8.86c0-2-1.01-3.45-2.93-4.2z", "opacity" ".3"}) (e "path" #js {"d" "M17.8 2.8C16 2.09 13.86 2 12 2s-4 .09-5.8.8C3.53 3.84 2 6.05 2 8.86V22h20V8.86c0-2.81-1.53-5.02-4.2-6.06zM9.17 20l1.5-1.5h2.66l1.5 1.5H9.17zm-2.16-6V9h10v5h-10zm9.49 2c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm-8-1c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM20 20h-3.5v-.38l-1.15-1.16c1.49-.17 2.65-1.42 2.65-2.96V9c0-2.63-3-3-6-3s-6 .37-6 3v6.5c0 1.54 1.16 2.79 2.65 2.96L7.5 19.62V20H4V8.86c0-2 1.01-3.45 2.93-4.2C8.41 4.08 10.32 4 12 4s3.59.08 5.07.66c1.92.75 2.93 2.2 2.93 4.2V20z"})]
"SubwayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/summarize.cljs
================================================
(ns reagent-mui.icons.summarize
"Imports @mui/icons-material/Summarize as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def summarize (create-svg-icon (e "path" #js {"d" "M15 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V9l-6-6zM8 17c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 1V4.5l5.5 5.5H14z"})
"Summarize"))
================================================
FILE: src/icons/reagent_mui/icons/summarize_outlined.cljs
================================================
(ns reagent-mui.icons.summarize-outlined
"Imports @mui/icons-material/SummarizeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def summarize-outlined (create-svg-icon (e "path" #js {"d" "M15 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V9l-6-6zM5 19V5h9v5h5v9H5zM9 8c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm0 4c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1zm0 4c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1z"})
"SummarizeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/summarize_rounded.cljs
================================================
(ns reagent-mui.icons.summarize-rounded
"Imports @mui/icons-material/SummarizeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def summarize-rounded (create-svg-icon (e "path" #js {"d" "M15.59 3.59c-.38-.38-.89-.59-1.42-.59H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V9.83c0-.53-.21-1.04-.59-1.41l-4.82-4.83zM8 17c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 0V4.5l5.5 5.5H15c-.55 0-1-.45-1-1z"})
"SummarizeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/summarize_sharp.cljs
================================================
(ns reagent-mui.icons.summarize-sharp
"Imports @mui/icons-material/SummarizeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def summarize-sharp (create-svg-icon (e "path" #js {"d" "M15 3H3v18h18V9l-6-6zM8 17c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 1V4.5l5.5 5.5H14z"})
"SummarizeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/summarize_two_tone.cljs
================================================
(ns reagent-mui.icons.summarize-two-tone
"Imports @mui/icons-material/SummarizeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def summarize-two-tone (create-svg-icon [(e "path" #js {"d" "M14 5H5v14h14v-9h-5V5zM8 17c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", "opacity" ".3"}) (e "circle" #js {"cx" "8", "cy" "8", "r" "1"}) (e "path" #js {"d" "M15 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V9l-6-6zm4 16H5V5h9v5h5v9z"}) (e "circle" #js {"cx" "8", "cy" "12", "r" "1"}) (e "circle" #js {"cx" "8", "cy" "16", "r" "1"})]
"SummarizeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/superscript.cljs
================================================
(ns reagent-mui.icons.superscript
"Imports @mui/icons-material/Superscript as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def superscript (create-svg-icon (e "path" #js {"d" "M22 7h-2v1h3v1h-4V7c0-.55.45-1 1-1h2V5h-3V4h3c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1zM5.88 20h2.66l3.4-5.42h.12l3.4 5.42h2.66l-4.65-7.27L17.81 6h-2.68l-3.07 4.99h-.12L8.85 6H6.19l4.32 6.73L5.88 20z"})
"Superscript"))
================================================
FILE: src/icons/reagent_mui/icons/superscript_outlined.cljs
================================================
(ns reagent-mui.icons.superscript-outlined
"Imports @mui/icons-material/SuperscriptOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def superscript-outlined (create-svg-icon (e "path" #js {"d" "M22 7h-2v1h3v1h-4V7c0-.55.45-1 1-1h2V5h-3V4h3c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1zM5.88 20h2.66l3.4-5.42h.12l3.4 5.42h2.66l-4.65-7.27L17.81 6h-2.68l-3.07 4.99h-.12L8.85 6H6.19l4.32 6.73L5.88 20z"})
"SuperscriptOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/superscript_rounded.cljs
================================================
(ns reagent-mui.icons.superscript-rounded
"Imports @mui/icons-material/SuperscriptRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def superscript-rounded (create-svg-icon (e "path" #js {"d" "M10.51 12.73 7.3 7.72C6.82 6.97 7.35 6 8.23 6c.39 0 .74.2.95.53l2.76 4.46h.12l2.74-4.45c.2-.34.56-.54.95-.54.88 0 1.42.98.94 1.72l-3.23 5 3.55 5.55c.49.75-.05 1.73-.93 1.73-.38 0-.74-.2-.95-.52l-3.07-4.89h-.12l-3.07 4.89c-.21.32-.56.52-.95.52-.88 0-1.42-.97-.94-1.72l3.53-5.55zM23 8.5c0-.28-.22-.5-.5-.5H20V7h2c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1h-2.5c-.28 0-.5.22-.5.5s.22.5.5.5H22v1h-2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h2.5c.28 0 .5-.22.5-.5z"})
"SuperscriptRounded"))
================================================
FILE: src/icons/reagent_mui/icons/superscript_sharp.cljs
================================================
(ns reagent-mui.icons.superscript-sharp
"Imports @mui/icons-material/SuperscriptSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def superscript-sharp (create-svg-icon (e "path" #js {"d" "M20 7v1h3v1h-4V6h3V5h-3V4h4v3h-3zM5.88 20h2.66l3.4-5.42h.12l3.4 5.42h2.66l-4.65-7.27L17.81 6h-2.68l-3.07 4.99h-.12L8.85 6H6.19l4.32 6.73L5.88 20z"})
"SuperscriptSharp"))
================================================
FILE: src/icons/reagent_mui/icons/superscript_two_tone.cljs
================================================
(ns reagent-mui.icons.superscript-two-tone
"Imports @mui/icons-material/SuperscriptTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def superscript-two-tone (create-svg-icon (e "path" #js {"d" "M22 7h-2v1h3v1h-4V7c0-.55.45-1 1-1h2V5h-3V4h3c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1zM5.88 20h2.66l3.4-5.42h.12l3.4 5.42h2.66l-4.65-7.27L17.81 6h-2.68l-3.07 4.99h-.12L8.85 6H6.19l4.32 6.73L5.88 20z"})
"SuperscriptTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/supervised_user_circle.cljs
================================================
(ns reagent-mui.icons.supervised-user-circle
"Imports @mui/icons-material/SupervisedUserCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def supervised-user-circle (create-svg-icon (e "path" #js {"d" "M11.99 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm3.61 6.34c1.07 0 1.93.86 1.93 1.93 0 1.07-.86 1.93-1.93 1.93-1.07 0-1.93-.86-1.93-1.93-.01-1.07.86-1.93 1.93-1.93zm-6-1.58c1.3 0 2.36 1.06 2.36 2.36 0 1.3-1.06 2.36-2.36 2.36s-2.36-1.06-2.36-2.36c0-1.31 1.05-2.36 2.36-2.36zm0 9.13v3.75c-2.4-.75-4.3-2.6-5.14-4.96 1.05-1.12 3.67-1.69 5.14-1.69.53 0 1.2.08 1.9.22-1.64.87-1.9 2.02-1.9 2.68zM11.99 20c-.27 0-.53-.01-.79-.04v-4.07c0-1.42 2.94-2.13 4.4-2.13 1.07 0 2.92.39 3.84 1.15-1.17 2.97-4.06 5.09-7.45 5.09z"})
"SupervisedUserCircle"))
================================================
FILE: src/icons/reagent_mui/icons/supervised_user_circle_outlined.cljs
================================================
(ns reagent-mui.icons.supervised-user-circle-outlined
"Imports @mui/icons-material/SupervisedUserCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def supervised-user-circle-outlined (create-svg-icon (e "path" #js {"d" "M12.5 10c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3zm-3 1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6.5 2c1.11 0 2-.89 2-2 0-1.11-.89-2-2-2-1.11 0-2.01.89-2 2 0 1.11.89 2 2 2zM11.99 2.01c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zM5.84 17.12c.68-.54 2.27-1.11 3.66-1.11.07 0 .15.01.23.01.24-.64.67-1.29 1.3-1.86-.56-.1-1.09-.16-1.53-.16-1.3 0-3.39.45-4.73 1.43-.5-1.04-.78-2.2-.78-3.43 0-4.41 3.59-8 8-8s8 3.59 8 8c0 1.2-.27 2.34-.75 3.37-1-.59-2.36-.87-3.24-.87-1.52 0-4.5.81-4.5 2.7v2.78c-2.27-.13-4.29-1.21-5.66-2.86z"})
"SupervisedUserCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/supervised_user_circle_rounded.cljs
================================================
(ns reagent-mui.icons.supervised-user-circle-rounded
"Imports @mui/icons-material/SupervisedUserCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def supervised-user-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm3.61 6.34c1.07 0 1.93.86 1.93 1.93s-.86 1.93-1.93 1.93-1.93-.86-1.93-1.93c-.01-1.07.86-1.93 1.93-1.93zm-6-1.58c1.3 0 2.36 1.06 2.36 2.36s-1.06 2.36-2.36 2.36-2.36-1.06-2.36-2.36c0-1.31 1.05-2.36 2.36-2.36zm0 9.13v3.75c-2.4-.75-4.3-2.6-5.14-4.96 1.05-1.12 3.67-1.69 5.14-1.69.53 0 1.2.08 1.9.22-1.64.87-1.9 2.02-1.9 2.68zM12 20c-.27 0-.53-.01-.79-.04v-4.07c0-1.42 2.94-2.13 4.4-2.13 1.07 0 2.92.39 3.84 1.15C18.28 17.88 15.39 20 12 20z"})
"SupervisedUserCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/supervised_user_circle_sharp.cljs
================================================
(ns reagent-mui.icons.supervised-user-circle-sharp
"Imports @mui/icons-material/SupervisedUserCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def supervised-user-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm3.61 6.34c1.07 0 1.93.86 1.93 1.93s-.86 1.93-1.93 1.93-1.93-.86-1.93-1.93c-.01-1.07.86-1.93 1.93-1.93zm-6-1.58c1.3 0 2.36 1.06 2.36 2.36s-1.06 2.36-2.36 2.36-2.36-1.06-2.36-2.36c0-1.31 1.05-2.36 2.36-2.36zm0 9.13v3.75c-2.4-.75-4.3-2.6-5.14-4.96 1.05-1.12 3.67-1.69 5.14-1.69.53 0 1.2.08 1.9.22-1.64.87-1.9 2.02-1.9 2.68zM12 20c-.27 0-.53-.01-.79-.04v-4.07c0-1.42 2.94-2.13 4.4-2.13 1.07 0 2.92.39 3.84 1.15C18.28 17.88 15.39 20 12 20z"})
"SupervisedUserCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/supervised_user_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.supervised-user-circle-two-tone
"Imports @mui/icons-material/SupervisedUserCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def supervised-user-circle-two-tone (create-svg-icon [(e "circle" #js {"cx" "9.5", "cy" "10", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M11.5 17.21c0-1.88 2.98-2.7 4.5-2.7.88 0 2.24.27 3.24.87.48-1.02.75-2.16.75-3.37 0-4.41-3.59-8-8-8s-8 3.59-8 8c0 1.23.29 2.39.78 3.43 1.34-.98 3.43-1.43 4.73-1.43.44 0 .97.05 1.53.16-.63.57-1.06 1.22-1.3 1.86-.08 0-.15-.01-.23-.01-1.38 0-2.98.57-3.66 1.11 1.37 1.65 3.39 2.73 5.66 2.86v-2.78zM16 9c1.11 0 2 .89 2 2 0 1.11-.89 2-2 2-1.11 0-2-.89-2-2-.01-1.11.89-2 2-2zm-6.5 4c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z", "opacity" ".3"}) (e "path" #js {"d" "M12.5 10c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3zm-3 1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6.5 2c1.11 0 2-.89 2-2 0-1.11-.89-2-2-2-1.11 0-2.01.89-2 2 0 1.11.89 2 2 2zM11.99 2.01c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zM5.84 17.12c.68-.54 2.27-1.11 3.66-1.11.07 0 .15.01.23.01.24-.64.67-1.29 1.3-1.86-.56-.1-1.09-.16-1.53-.16-1.3 0-3.39.45-4.73 1.43-.5-1.04-.78-2.2-.78-3.43 0-4.41 3.59-8 8-8s8 3.59 8 8c0 1.2-.27 2.34-.75 3.37-1-.59-2.36-.87-3.24-.87-1.52 0-4.5.81-4.5 2.7v2.78c-2.27-.13-4.29-1.21-5.66-2.86z"})]
"SupervisedUserCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/supervisor_account.cljs
================================================
(ns reagent-mui.icons.supervisor-account
"Imports @mui/icons-material/SupervisorAccount as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def supervisor-account (create-svg-icon (e "path" #js {"d" "M16.5 12c1.38 0 2.49-1.12 2.49-2.5S17.88 7 16.5 7C15.12 7 14 8.12 14 9.5s1.12 2.5 2.5 2.5zM9 11c1.66 0 2.99-1.34 2.99-3S10.66 5 9 5C7.34 5 6 6.34 6 8s1.34 3 3 3zm7.5 3c-1.83 0-5.5.92-5.5 2.75V19h11v-2.25c0-1.83-3.67-2.75-5.5-2.75zM9 13c-2.33 0-7 1.17-7 3.5V19h7v-2.25c0-.85.33-2.34 2.37-3.47C10.5 13.1 9.66 13 9 13z"})
"SupervisorAccount"))
================================================
FILE: src/icons/reagent_mui/icons/supervisor_account_outlined.cljs
================================================
(ns reagent-mui.icons.supervisor-account-outlined
"Imports @mui/icons-material/SupervisorAccountOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def supervisor-account-outlined (create-svg-icon (e "path" #js {"d" "M9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5 5.5 6.57 5.5 8.5 7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm.05 10H4.77c.99-.5 2.7-1 4.23-1 .11 0 .23.01.34.01.34-.73.93-1.33 1.64-1.81-.73-.13-1.42-.2-1.98-.2-2.34 0-7 1.17-7 3.5V19h7v-1.5c0-.17.02-.34.05-.5zm7.45-2.5c-1.84 0-5.5 1.01-5.5 3V19h11v-1.5c0-1.99-3.66-3-5.5-3zm1.21-1.82c.76-.43 1.29-1.24 1.29-2.18C19 9.12 17.88 8 16.5 8S14 9.12 14 10.5c0 .94.53 1.75 1.29 2.18.36.2.77.32 1.21.32s.85-.12 1.21-.32z"})
"SupervisorAccountOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/supervisor_account_rounded.cljs
================================================
(ns reagent-mui.icons.supervisor-account-rounded
"Imports @mui/icons-material/SupervisorAccountRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def supervisor-account-rounded (create-svg-icon (e "path" #js {"d" "M16.5 12c1.38 0 2.49-1.12 2.49-2.5S17.88 7 16.5 7 14 8.12 14 9.5s1.12 2.5 2.5 2.5zM9 11c1.66 0 2.99-1.34 2.99-3S10.66 5 9 5 6 6.34 6 8s1.34 3 3 3zm7.5 3c-1.83 0-5.5.92-5.5 2.75V18c0 .55.45 1 1 1h9c.55 0 1-.45 1-1v-1.25c0-1.83-3.67-2.75-5.5-2.75zM9 13c-2.33 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h6v-2.25c0-.85.33-2.34 2.37-3.47C10.5 13.1 9.66 13 9 13z"})
"SupervisorAccountRounded"))
================================================
FILE: src/icons/reagent_mui/icons/supervisor_account_sharp.cljs
================================================
(ns reagent-mui.icons.supervisor-account-sharp
"Imports @mui/icons-material/SupervisorAccountSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def supervisor-account-sharp (create-svg-icon (e "path" #js {"d" "M16.5 12c1.38 0 2.49-1.12 2.49-2.5S17.88 7 16.5 7 14 8.12 14 9.5s1.12 2.5 2.5 2.5zM9 11c1.66 0 2.99-1.34 2.99-3S10.66 5 9 5 6 6.34 6 8s1.34 3 3 3zm7.5 3c-1.83 0-5.5.92-5.5 2.75V19h11v-2.25c0-1.83-3.67-2.75-5.5-2.75zM9 13c-2.33 0-7 1.17-7 3.5V19h7v-2.25c0-.85.33-2.34 2.37-3.47C10.5 13.1 9.66 13 9 13z"})
"SupervisorAccountSharp"))
================================================
FILE: src/icons/reagent_mui/icons/supervisor_account_two_tone.cljs
================================================
(ns reagent-mui.icons.supervisor-account-two-tone
"Imports @mui/icons-material/SupervisorAccountTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def supervisor-account-two-tone (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "8.5", "r" "1.5", "opacity" ".3"}) (e "path" #js {"d" "M4.77 17h4.28c.01-.06.12-.58.29-.99-.11 0-.23-.01-.34-.01-1.53 0-3.25.5-4.23 1z", "opacity" ".3"}) (e "path" #js {"d" "M9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5 5.5 6.57 5.5 8.5 7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm.05 10H4.77c.99-.5 2.7-1 4.23-1 .11 0 .23.01.34.01.34-.73.93-1.33 1.64-1.81-.73-.13-1.42-.2-1.98-.2-2.34 0-7 1.17-7 3.5V19h7v-1.5c0-.17.02-.34.05-.5zm7.45-2.5c-1.84 0-5.5 1.01-5.5 3V19h11v-1.5c0-1.99-3.66-3-5.5-3zm1.21-1.82c.76-.43 1.29-1.24 1.29-2.18C19 9.12 17.88 8 16.5 8S14 9.12 14 10.5c0 .94.53 1.75 1.29 2.18.36.2.77.32 1.21.32s.85-.12 1.21-.32z"})]
"SupervisorAccountTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/support.cljs
================================================
(ns reagent-mui.icons.support
"Imports @mui/icons-material/Support as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def support (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm7.46 7.12-2.78 1.15c-.51-1.36-1.58-2.44-2.95-2.94l1.15-2.78c2.1.8 3.77 2.47 4.58 4.57zM12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zM9.13 4.54l1.17 2.78c-1.38.5-2.47 1.59-2.98 2.97L4.54 9.13c.81-2.11 2.48-3.78 4.59-4.59zM4.54 14.87l2.78-1.15c.51 1.38 1.59 2.46 2.97 2.96l-1.17 2.78c-2.1-.81-3.77-2.48-4.58-4.59zm10.34 4.59-1.15-2.78c1.37-.51 2.45-1.59 2.95-2.97l2.78 1.17c-.81 2.1-2.48 3.77-4.58 4.58z"})
"Support"))
================================================
FILE: src/icons/reagent_mui/icons/support_agent.cljs
================================================
(ns reagent-mui.icons.support-agent
"Imports @mui/icons-material/SupportAgent as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def support-agent (create-svg-icon [(e "path" #js {"d" "M21 12.22C21 6.73 16.74 3 12 3c-4.69 0-9 3.65-9 9.28-.6.34-1 .98-1 1.72v2c0 1.1.9 2 2 2h1v-6.1c0-3.87 3.13-7 7-7s7 3.13 7 7V19h-8v2h8c1.1 0 2-.9 2-2v-1.22c.59-.31 1-.92 1-1.64v-2.3c0-.7-.41-1.31-1-1.62z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1"}) (e "path" #js {"d" "M18 11.03C17.52 8.18 15.04 6 12.05 6c-3.03 0-6.29 2.51-6.03 6.45 2.47-1.01 4.33-3.21 4.86-5.89 1.31 2.63 4 4.44 7.12 4.47z"})]
"SupportAgent"))
================================================
FILE: src/icons/reagent_mui/icons/support_agent_outlined.cljs
================================================
(ns reagent-mui.icons.support-agent-outlined
"Imports @mui/icons-material/SupportAgentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def support-agent-outlined (create-svg-icon [(e "path" #js {"d" "M21 12.22C21 6.73 16.74 3 12 3c-4.69 0-9 3.65-9 9.28-.6.34-1 .98-1 1.72v2c0 1.1.9 2 2 2h1v-6.1c0-3.87 3.13-7 7-7s7 3.13 7 7V19h-8v2h8c1.1 0 2-.9 2-2v-1.22c.59-.31 1-.92 1-1.64v-2.3c0-.7-.41-1.31-1-1.62z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1"}) (e "path" #js {"d" "M18 11.03C17.52 8.18 15.04 6 12.05 6c-3.03 0-6.29 2.51-6.03 6.45 2.47-1.01 4.33-3.21 4.86-5.89 1.31 2.63 4 4.44 7.12 4.47z"})]
"SupportAgentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/support_agent_rounded.cljs
================================================
(ns reagent-mui.icons.support-agent-rounded
"Imports @mui/icons-material/SupportAgentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def support-agent-rounded (create-svg-icon [(e "path" #js {"d" "M21 12.22C21 6.73 16.74 3 12 3c-4.69 0-9 3.65-9 9.28-.6.34-1 .98-1 1.72v2c0 1.1.9 2 2 2 .55 0 1-.45 1-1v-4.81c0-3.83 2.95-7.18 6.78-7.29 3.96-.12 7.22 3.06 7.22 7V19h-7c-.55 0-1 .45-1 1s.45 1 1 1h7c1.1 0 2-.9 2-2v-1.22c.59-.31 1-.92 1-1.64v-2.3c0-.7-.41-1.31-1-1.62z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1"}) (e "path" #js {"d" "M18 11.03C17.52 8.18 15.04 6 12.05 6c-3.03 0-6.29 2.51-6.03 6.45 2.47-1.01 4.33-3.21 4.86-5.89 1.31 2.63 4 4.44 7.12 4.47z"})]
"SupportAgentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/support_agent_sharp.cljs
================================================
(ns reagent-mui.icons.support-agent-sharp
"Imports @mui/icons-material/SupportAgentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def support-agent-sharp (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "13", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1"}) (e "path" #js {"d" "M18 11.03C17.52 8.18 15.04 6 12.05 6c-3.03 0-6.29 2.51-6.03 6.45 2.47-1.01 4.33-3.21 4.86-5.89 1.31 2.63 4 4.44 7.12 4.47z"}) (e "path" #js {"d" "M20.99 12c-.11-5.37-4.31-9-8.99-9-4.61 0-8.85 3.53-8.99 9H2v6h3v-5.81c0-3.83 2.95-7.18 6.78-7.29 3.96-.12 7.22 3.06 7.22 7V19h-8v2h10v-3h1v-6h-1.01z"})]
"SupportAgentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/support_agent_two_tone.cljs
================================================
(ns reagent-mui.icons.support-agent-two-tone
"Imports @mui/icons-material/SupportAgentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def support-agent-two-tone (create-svg-icon [(e "path" #js {"d" "M21 12.22C21 6.73 16.74 3 12 3c-4.69 0-9 3.65-9 9.28-.6.34-1 .98-1 1.72v2c0 1.1.9 2 2 2h1v-6.1c0-3.87 3.13-7 7-7s7 3.13 7 7V19h-8v2h8c1.1 0 2-.9 2-2v-1.22c.59-.31 1-.92 1-1.64v-2.3c0-.7-.41-1.31-1-1.62z"}) (e "circle" #js {"cx" "9", "cy" "13", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "13", "r" "1"}) (e "path" #js {"d" "M18 11.03C17.52 8.18 15.04 6 12.05 6c-3.03 0-6.29 2.51-6.03 6.45 2.47-1.01 4.33-3.21 4.86-5.89 1.31 2.63 4 4.44 7.12 4.47z"})]
"SupportAgentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/support_outlined.cljs
================================================
(ns reagent-mui.icons.support-outlined
"Imports @mui/icons-material/SupportOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def support-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm7.46 7.12-2.78 1.15c-.51-1.36-1.58-2.44-2.95-2.94l1.15-2.78c2.1.8 3.77 2.47 4.58 4.57zM12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zM9.13 4.54l1.17 2.78c-1.38.5-2.47 1.59-2.98 2.97L4.54 9.13c.81-2.11 2.48-3.78 4.59-4.59zM4.54 14.87l2.78-1.15c.51 1.38 1.59 2.46 2.97 2.96l-1.17 2.78c-2.1-.81-3.77-2.48-4.58-4.59zm10.34 4.59-1.15-2.78c1.37-.51 2.45-1.59 2.95-2.97l2.78 1.17c-.81 2.1-2.48 3.77-4.58 4.58z"})
"SupportOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/support_rounded.cljs
================================================
(ns reagent-mui.icons.support-rounded
"Imports @mui/icons-material/SupportRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def support-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm7.46 7.12-2.78 1.15c-.51-1.36-1.58-2.44-2.95-2.94l1.15-2.78c2.1.8 3.77 2.47 4.58 4.57zM12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zM9.13 4.54l1.17 2.78c-1.38.5-2.47 1.59-2.98 2.97L4.54 9.13c.81-2.11 2.48-3.78 4.59-4.59zM4.54 14.87l2.78-1.15c.51 1.38 1.59 2.46 2.97 2.96l-1.17 2.78c-2.1-.81-3.77-2.48-4.58-4.59zm10.34 4.59-1.15-2.78c1.37-.51 2.45-1.59 2.95-2.97l2.78 1.17c-.81 2.1-2.48 3.77-4.58 4.58z"})
"SupportRounded"))
================================================
FILE: src/icons/reagent_mui/icons/support_sharp.cljs
================================================
(ns reagent-mui.icons.support-sharp
"Imports @mui/icons-material/SupportSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def support-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm7.46 7.12-2.78 1.15c-.51-1.36-1.58-2.44-2.95-2.94l1.15-2.78c2.1.8 3.77 2.47 4.58 4.57zM12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zM9.13 4.54l1.17 2.78c-1.38.5-2.47 1.59-2.98 2.97L4.54 9.13c.81-2.11 2.48-3.78 4.59-4.59zM4.54 14.87l2.78-1.15c.51 1.38 1.59 2.46 2.97 2.96l-1.17 2.78c-2.1-.81-3.77-2.48-4.58-4.59zm10.34 4.59-1.15-2.78c1.37-.51 2.45-1.59 2.95-2.97l2.78 1.17c-.81 2.1-2.48 3.77-4.58 4.58z"})
"SupportSharp"))
================================================
FILE: src/icons/reagent_mui/icons/support_two_tone.cljs
================================================
(ns reagent-mui.icons.support-two-tone
"Imports @mui/icons-material/SupportTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def support-two-tone (create-svg-icon [(e "path" #js {"d" "M10.3 7.32 9.13 4.54c-2.11.81-3.78 2.48-4.59 4.59l2.78 1.15c.51-1.38 1.6-2.46 2.98-2.96zm-2.98 6.4-2.78 1.15c.81 2.1 2.48 3.78 4.59 4.59l1.17-2.78c-1.39-.5-2.47-1.59-2.98-2.96zm9.35-3.45 2.78-1.15c-.81-2.1-2.48-3.77-4.58-4.58l-1.15 2.78c1.37.51 2.45 1.58 2.95 2.95zm.01 3.44c-.5 1.37-1.58 2.46-2.95 2.97l1.15 2.78c2.1-.81 3.77-2.48 4.58-4.58l-2.78-1.17z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm2.87 2.54c2.1.81 3.77 2.48 4.58 4.58l-2.78 1.15c-.51-1.36-1.58-2.44-2.95-2.94l1.15-2.79zm-5.74 0 1.17 2.78c-1.38.5-2.47 1.59-2.98 2.97L4.54 9.13c.81-2.11 2.48-3.78 4.59-4.59zm0 14.92c-2.1-.81-3.78-2.48-4.59-4.59l2.78-1.15c.51 1.38 1.59 2.46 2.97 2.96l-1.16 2.78zM9 12c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3-3-1.34-3-3zm5.88 7.46-1.15-2.78c1.37-.51 2.45-1.59 2.95-2.97l2.78 1.17c-.81 2.1-2.48 3.77-4.58 4.58z"})]
"SupportTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/surfing.cljs
================================================
(ns reagent-mui.icons.surfing
"Imports @mui/icons-material/Surfing as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def surfing (create-svg-icon (e "path" #js {"d" "M21 23c-1.03 0-2.06-.25-3-.75-1.89 1-4.11 1-6 0-1.89 1-4.11 1-6 0-.95.5-1.97.75-3 .75H2v-2h1c1.04 0 2.08-.35 3-1 1.83 1.3 4.17 1.3 6 0 1.83 1.3 4.17 1.3 6 0 .91.65 1.96 1 3 1h1v2h-1zM17 1.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-2.57 6.98L12.18 10 16 13v3.84c.53.38 1.03.78 1.49 1.17-.68.58-1.55.99-2.49.99-1.2 0-2.27-.66-3-1.5-.73.84-1.8 1.5-3 1.5-.33 0-.65-.05-.96-.14C5.19 16.9 3 14.72 3 13.28 3 12.25 4.01 12 4.85 12c.98 0 2.28.31 3.7.83l-.53-3.1c-.11-.67.18-1.38.78-1.79l2.15-1.45-2-.37-2.82 1.93L5 6.4 8.5 4l5.55 1.03c.45.09.93.37 1.22.89l.88 1.55C17.01 8.98 18.64 10 20.5 10v2c-2.59 0-4.86-1.42-6.07-3.52zM10.3 11.1l.44 2.65c.92.42 2.48 1.27 3.26 1.75V14l-3.7-2.9z"})
"Surfing"))
================================================
FILE: src/icons/reagent_mui/icons/surfing_outlined.cljs
================================================
(ns reagent-mui.icons.surfing-outlined
"Imports @mui/icons-material/SurfingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def surfing-outlined (create-svg-icon (e "path" #js {"d" "M21 23c-1.03 0-2.06-.25-3-.75-1.89 1-4.11 1-6 0-1.89 1-4.11 1-6 0-.95.5-1.97.75-3 .75H2v-2h1c1.04 0 2.08-.35 3-1 1.83 1.3 4.17 1.3 6 0 1.83 1.3 4.17 1.3 6 0 .91.65 1.96 1 3 1h1v2h-1zM17 1.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-2.57 6.98L12.18 10 16 13v3.84c.53.38 1.03.78 1.49 1.17-.68.58-1.55.99-2.49.99-1.2 0-2.27-.66-3-1.5-.73.84-1.8 1.5-3 1.5-.33 0-.65-.05-.96-.14C5.19 16.9 3 14.72 3 13.28 3 12.25 4.01 12 4.85 12c.98 0 2.28.31 3.7.83l-.53-3.1c-.11-.67.18-1.38.78-1.79l2.15-1.45-2-.37-2.82 1.93L5 6.4 8.5 4l5.55 1.03c.45.09.93.37 1.22.89l.88 1.55C17.01 8.98 18.64 10 20.5 10v2c-2.59 0-4.86-1.42-6.07-3.52zM10.3 11.1l.44 2.65c.92.42 2.48 1.27 3.26 1.75V14l-3.7-2.9z"})
"SurfingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/surfing_rounded.cljs
================================================
(ns reagent-mui.icons.surfing-rounded
"Imports @mui/icons-material/SurfingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def surfing-rounded (create-svg-icon (e "path" #js {"d" "M17 1.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM22 22c0 .55-.45 1-1 1-1.03 0-2.05-.25-3-.75-1.92 1.02-4.18 1-6.09-.05-1.79.87-3.92.98-5.58-.14C5.3 22.69 4.15 23 3 23c-.55 0-1-.45-1-1s.45-1 1-1c.87 0 1.73-.24 2.53-.7.29-.16.65-.17.94 0 1.59.9 3.48.9 5.06 0 .29-.16.65-.16.94 0 1.59.9 3.48.9 5.06 0 .29-.16.65-.16.94 0 .8.46 1.66.7 2.53.7.55 0 1 .45 1 1zM8.04 18.86c.31.09.63.14.96.14.9 0 1.72-.37 2.39-.91.35-.28.87-.28 1.22 0 .67.54 1.49.91 2.39.91s1.72-.37 2.39-.91c.03-.03.07-.05.11-.07-.46-.39-.97-.79-1.5-1.17v-2.87c0-.61-.28-1.19-.77-1.57L12.17 10l2.25-1.52c1.03 1.79 2.82 3.08 4.93 3.43.6.1 1.14-.39 1.14-1 0-.49-.36-.9-.84-.98-1.5-.25-2.78-1.18-3.51-2.46l-.88-1.55c-.29-.52-.77-.8-1.22-.89l-4.73-.88c-.52-.1-1.06.02-1.5.32L5.82 5.83c-.45.32-.57.94-.26 1.39.32.46.94.58 1.4.27l1.99-1.37 2 .37L8.8 7.94c-.6.41-.89 1.12-.77 1.79l.52 3.1c-1.42-.52-2.72-.83-3.7-.83-.84 0-1.85.25-1.85 1.28 0 1.44 2.19 3.62 5.04 5.58zM14 14v1.5c-.78-.48-2.34-1.33-3.26-1.75l-.44-2.65L14 14z"})
"SurfingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/surfing_sharp.cljs
================================================
(ns reagent-mui.icons.surfing-sharp
"Imports @mui/icons-material/SurfingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def surfing-sharp (create-svg-icon (e "path" #js {"d" "M21 23c-1.03 0-2.06-.25-3-.75-1.89 1-4.11 1-6 0-1.89 1-4.11 1-6 0-.95.5-1.97.75-3 .75H2v-2h1c1.04 0 2.08-.35 3-1 1.83 1.3 4.17 1.3 6 0 1.83 1.3 4.17 1.3 6 0 .91.65 1.96 1 3 1h1v2h-1zM17 1.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-2.57 6.98L12.18 10 16 13v3.84c.53.38 1.03.78 1.49 1.17-.68.58-1.55.99-2.49.99-1.2 0-2.27-.66-3-1.5-.73.84-1.8 1.5-3 1.5-.33 0-.65-.05-.96-.14C5.19 16.9 3 14.72 3 13.28 3 12.25 4.01 12 4.85 12c.98 0 2.28.31 3.7.83l-.72-4.24 3.12-2.1-2-.37-2.82 1.93L5 6.4 8.5 4l5.55 1.03c.45.09.93.37 1.22.89l.88 1.55C17.01 8.98 18.64 10 20.5 10v2c-2.59 0-4.86-1.42-6.07-3.52zM10.3 11.1l.44 2.65c.92.42 2.48 1.27 3.26 1.75V14l-3.7-2.9z"})
"SurfingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/surfing_two_tone.cljs
================================================
(ns reagent-mui.icons.surfing-two-tone
"Imports @mui/icons-material/SurfingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def surfing-two-tone (create-svg-icon (e "path" #js {"d" "M21 23c-1.03 0-2.06-.25-3-.75-1.89 1-4.11 1-6 0-1.89 1-4.11 1-6 0-.95.5-1.97.75-3 .75H2v-2h1c1.04 0 2.08-.35 3-1 1.83 1.3 4.17 1.3 6 0 1.83 1.3 4.17 1.3 6 0 .91.65 1.96 1 3 1h1v2h-1zM17 1.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-2.57 6.98L12.18 10 16 13v3.84c.53.38 1.03.78 1.49 1.17-.68.58-1.55.99-2.49.99-1.2 0-2.27-.66-3-1.5-.73.84-1.8 1.5-3 1.5-.33 0-.65-.05-.96-.14C5.19 16.9 3 14.72 3 13.28 3 12.25 4.01 12 4.85 12c.98 0 2.28.31 3.7.83l-.53-3.1c-.11-.67.18-1.38.78-1.79l2.15-1.45-2-.37-2.82 1.93L5 6.4 8.5 4l5.55 1.03c.45.09.93.37 1.22.89l.88 1.55C17.01 8.98 18.64 10 20.5 10v2c-2.59 0-4.86-1.42-6.07-3.52zM10.3 11.1l.44 2.65c.92.42 2.48 1.27 3.26 1.75V14l-3.7-2.9z"})
"SurfingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/surround_sound.cljs
================================================
(ns reagent-mui.icons.surround-sound
"Imports @mui/icons-material/SurroundSound as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def surround-sound (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.76 16.24l-1.41 1.41C4.78 16.1 4 14.05 4 12c0-2.05.78-4.1 2.34-5.66l1.41 1.41C6.59 8.93 6 10.46 6 12s.59 3.07 1.76 4.24zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm5.66 1.66-1.41-1.41C17.41 15.07 18 13.54 18 12s-.59-3.07-1.76-4.24l1.41-1.41C19.22 7.9 20 9.95 20 12c0 2.05-.78 4.1-2.34 5.66zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"SurroundSound"))
================================================
FILE: src/icons/reagent_mui/icons/surround_sound_outlined.cljs
================================================
(ns reagent-mui.icons.surround-sound-outlined
"Imports @mui/icons-material/SurroundSoundOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def surround-sound-outlined (create-svg-icon [(e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"}) (e "path" #js {"d" "M8.29 15.71C7.27 14.69 6.75 13.35 6.75 12s.52-2.69 1.53-3.72L7.05 7.05C5.68 8.41 5 10.21 5 12s.68 3.59 2.06 4.94l1.23-1.23zM12 15.5c1.93 0 3.5-1.57 3.5-3.5S13.93 8.5 12 8.5 8.5 10.07 8.5 12s1.57 3.5 3.5 3.5zm0-5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm3.72 5.22 1.23 1.23C18.32 15.59 19 13.79 19 12s-.68-3.59-2.06-4.94l-1.23 1.23c1.02 1.02 1.54 2.36 1.54 3.71s-.52 2.69-1.53 3.72z"})]
"SurroundSoundOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/surround_sound_rounded.cljs
================================================
(ns reagent-mui.icons.surround-sound-rounded
"Imports @mui/icons-material/SurroundSoundRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def surround-sound-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.11 16.89c-.43.43-1.14.39-1.51-.09C4.53 15.39 4 13.69 4 12s.53-3.38 1.59-4.8c.37-.48 1.08-.53 1.51-.1.35.35.39.9.1 1.29C6.4 9.46 6 10.73 6 12s.4 2.53 1.2 3.6c.3.39.26.94-.09 1.29zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm4.9.9c-.35-.35-.39-.9-.09-1.29C17.6 14.54 18 13.27 18 12s-.4-2.53-1.2-3.6c-.3-.39-.26-.95.09-1.3.43-.43 1.14-.39 1.51.09 1.07 1.41 1.6 3.1 1.6 4.8 0 1.69-.53 3.38-1.59 4.8-.37.49-1.08.54-1.51.11zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"SurroundSoundRounded"))
================================================
FILE: src/icons/reagent_mui/icons/surround_sound_sharp.cljs
================================================
(ns reagent-mui.icons.surround-sound-sharp
"Imports @mui/icons-material/SurroundSoundSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def surround-sound-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zM7.76 16.24l-1.41 1.41C4.78 16.1 4 14.05 4 12s.78-4.1 2.34-5.66l1.41 1.41C6.59 8.93 6 10.46 6 12s.59 3.07 1.76 4.24zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm5.66 1.66-1.41-1.41C17.41 15.07 18 13.54 18 12s-.59-3.07-1.76-4.24l1.41-1.41C19.22 7.9 20 9.95 20 12s-.78 4.1-2.34 5.66zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})
"SurroundSoundSharp"))
================================================
FILE: src/icons/reagent_mui/icons/surround_sound_two_tone.cljs
================================================
(ns reagent-mui.icons.surround-sound-two-tone
"Imports @mui/icons-material/SurroundSoundTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def surround-sound-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18h16V6H4v12zM16.94 7.06C18.32 8.41 19 10.21 19 12s-.68 3.59-2.05 4.95l-1.23-1.23c1.02-1.03 1.53-2.37 1.53-3.72s-.52-2.69-1.54-3.71l1.23-1.23zM12 8.5c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5-3.5-1.57-3.5-3.5 1.57-3.5 3.5-3.5zM7.05 7.05l1.23 1.23C7.27 9.31 6.75 10.65 6.75 12s.52 2.69 1.54 3.71l-1.23 1.23C5.68 15.59 5 13.79 5 12s.68-3.59 2.05-4.95z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"}) (e "path" #js {"d" "M8.29 15.71C7.27 14.69 6.75 13.35 6.75 12s.52-2.69 1.53-3.72L7.05 7.05C5.68 8.41 5 10.21 5 12s.68 3.59 2.06 4.94l1.23-1.23zM12 15.5c1.93 0 3.5-1.57 3.5-3.5S13.93 8.5 12 8.5 8.5 10.07 8.5 12s1.57 3.5 3.5 3.5zm0-5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm3.72 5.22 1.23 1.23C18.32 15.59 19 13.79 19 12s-.68-3.59-2.06-4.94l-1.23 1.23c1.02 1.02 1.54 2.36 1.54 3.71s-.52 2.69-1.53 3.72z"})]
"SurroundSoundTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/swap_calls.cljs
================================================
(ns reagent-mui.icons.swap-calls
"Imports @mui/icons-material/SwapCalls as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-calls (create-svg-icon (e "path" #js {"d" "m18 4-4 4h3v7c0 1.1-.9 2-2 2s-2-.9-2-2V8c0-2.21-1.79-4-4-4S5 5.79 5 8v7H2l4 4 4-4H7V8c0-1.1.9-2 2-2s2 .9 2 2v7c0 2.21 1.79 4 4 4s4-1.79 4-4V8h3l-4-4z"})
"SwapCalls"))
================================================
FILE: src/icons/reagent_mui/icons/swap_calls_outlined.cljs
================================================
(ns reagent-mui.icons.swap-calls-outlined
"Imports @mui/icons-material/SwapCallsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-calls-outlined (create-svg-icon (e "path" #js {"d" "m18 4-4 4h3v7c0 1.1-.9 2-2 2s-2-.9-2-2V8c0-2.21-1.79-4-4-4S5 5.79 5 8v7H2l4 4 4-4H7V8c0-1.1.9-2 2-2s2 .9 2 2v7c0 2.21 1.79 4 4 4s4-1.79 4-4V8h3l-4-4z"})
"SwapCallsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/swap_calls_rounded.cljs
================================================
(ns reagent-mui.icons.swap-calls-rounded
"Imports @mui/icons-material/SwapCallsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-calls-rounded (create-svg-icon (e "path" #js {"d" "m17.65 4.35-2.79 2.79c-.32.32-.1.86.35.86H17v6.88c0 1-.67 1.93-1.66 2.09-1.25.21-2.34-.76-2.34-1.97V8.17c0-2.09-1.53-3.95-3.61-4.15C7.01 3.79 5 5.66 5 8v7H3.21c-.45 0-.67.54-.35.85l2.79 2.79c.2.2.51.2.71 0l2.79-2.79c.31-.31.09-.85-.36-.85H7V8.12c0-1 .67-1.93 1.66-2.09C9.91 5.82 11 6.79 11 8v6.83c0 2.09 1.53 3.95 3.61 4.15C16.99 19.21 19 17.34 19 15V8h1.79c.45 0 .67-.54.35-.85l-2.79-2.79c-.19-.2-.51-.2-.7-.01z"})
"SwapCallsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/swap_calls_sharp.cljs
================================================
(ns reagent-mui.icons.swap-calls-sharp
"Imports @mui/icons-material/SwapCallsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-calls-sharp (create-svg-icon (e "path" #js {"d" "m18 4-4 4h3v7c0 1.1-.9 2-2 2s-2-.9-2-2V8c0-2.21-1.79-4-4-4S5 5.79 5 8v7H2l4 4 4-4H7V8c0-1.1.9-2 2-2s2 .9 2 2v7c0 2.21 1.79 4 4 4s4-1.79 4-4V8h3l-4-4z"})
"SwapCallsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/swap_calls_two_tone.cljs
================================================
(ns reagent-mui.icons.swap-calls-two-tone
"Imports @mui/icons-material/SwapCallsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-calls-two-tone (create-svg-icon (e "path" #js {"d" "M14 8h3v7c0 1.1-.9 2-2 2s-2-.9-2-2V8c0-2.21-1.79-4-4-4S5 5.79 5 8v7H2l4 4 4-4H7V8c0-1.1.9-2 2-2s2 .9 2 2v7c0 2.21 1.79 4 4 4s4-1.79 4-4V8h3l-4-4-4 4z"})
"SwapCallsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/swap_horiz.cljs
================================================
(ns reagent-mui.icons.swap-horiz
"Imports @mui/icons-material/SwapHoriz as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-horiz (create-svg-icon (e "path" #js {"d" "M6.99 11 3 15l3.99 4v-3H14v-2H6.99v-3zM21 9l-3.99-4v3H10v2h7.01v3L21 9z"})
"SwapHoriz"))
================================================
FILE: src/icons/reagent_mui/icons/swap_horiz_outlined.cljs
================================================
(ns reagent-mui.icons.swap-horiz-outlined
"Imports @mui/icons-material/SwapHorizOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-horiz-outlined (create-svg-icon (e "path" #js {"d" "M6.99 11 3 15l3.99 4v-3H14v-2H6.99v-3zM21 9l-3.99-4v3H10v2h7.01v3L21 9z"})
"SwapHorizOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/swap_horiz_rounded.cljs
================================================
(ns reagent-mui.icons.swap-horiz-rounded
"Imports @mui/icons-material/SwapHorizRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-horiz-rounded (create-svg-icon (e "path" #js {"d" "m6.14 11.86-2.78 2.79c-.19.2-.19.51 0 .71l2.78 2.79c.31.32.85.09.85-.35V16H13c.55 0 1-.45 1-1s-.45-1-1-1H6.99v-1.79c0-.45-.54-.67-.85-.35zm14.51-3.21-2.78-2.79c-.31-.32-.85-.09-.85.35V8H11c-.55 0-1 .45-1 1s.45 1 1 1h6.01v1.79c0 .45.54.67.85.35l2.78-2.79c.2-.19.2-.51.01-.7z"})
"SwapHorizRounded"))
================================================
FILE: src/icons/reagent_mui/icons/swap_horiz_sharp.cljs
================================================
(ns reagent-mui.icons.swap-horiz-sharp
"Imports @mui/icons-material/SwapHorizSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-horiz-sharp (create-svg-icon (e "path" #js {"d" "M6.99 11 3 15l3.99 4v-3H14v-2H6.99v-3zM21 9l-3.99-4v3H10v2h7.01v3L21 9z"})
"SwapHorizSharp"))
================================================
FILE: src/icons/reagent_mui/icons/swap_horiz_two_tone.cljs
================================================
(ns reagent-mui.icons.swap-horiz-two-tone
"Imports @mui/icons-material/SwapHorizTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-horiz-two-tone (create-svg-icon (e "path" #js {"d" "M6.99 11 3 15l3.99 4v-3H14v-2H6.99v-3zM21 9l-3.99-4v3H10v2h7.01v3L21 9z"})
"SwapHorizTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/swap_horizontal_circle.cljs
================================================
(ns reagent-mui.icons.swap-horizontal-circle
"Imports @mui/icons-material/SwapHorizontalCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-horizontal-circle (create-svg-icon (e "path" #js {"d" "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zm-7-5.5 3.5 3.5-3.5 3.5V11h-4V9h4V6.5zm-6 11L5.5 14 9 10.5V13h4v2H9v2.5z"})
"SwapHorizontalCircle"))
================================================
FILE: src/icons/reagent_mui/icons/swap_horizontal_circle_outlined.cljs
================================================
(ns reagent-mui.icons.swap-horizontal-circle-outlined
"Imports @mui/icons-material/SwapHorizontalCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-horizontal-circle-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-13.5V9h-4v2h4v2.5l3.5-3.5zm-6 4L5.5 14 9 17.5V15h4v-2H9z"})
"SwapHorizontalCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/swap_horizontal_circle_rounded.cljs
================================================
(ns reagent-mui.icons.swap-horizontal-circle-rounded
"Imports @mui/icons-material/SwapHorizontalCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-horizontal-circle-rounded (create-svg-icon (e "path" #js {"d" "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zm-7-5.5 3.15 3.15c.2.2.2.51 0 .71L15 13.5V11h-4V9h4V6.5zm-6 11-3.15-3.15c-.2-.2-.2-.51 0-.71L9 10.5V13h4v2H9v2.5z"})
"SwapHorizontalCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/swap_horizontal_circle_sharp.cljs
================================================
(ns reagent-mui.icons.swap-horizontal-circle-sharp
"Imports @mui/icons-material/SwapHorizontalCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-horizontal-circle-sharp (create-svg-icon (e "path" #js {"d" "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zm-7-5.5 3.5 3.5-3.5 3.5V11h-4V9h4V6.5zm-6 11L5.5 14 9 10.5V13h4v2H9v2.5z"})
"SwapHorizontalCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/swap_horizontal_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.swap-horizontal-circle-two-tone
"Imports @mui/icons-material/SwapHorizontalCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-horizontal-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm1 11H9v2.5L5.5 14 9 10.5V13h4v2zm2-1.5V11h-4V9h4V6.5l3.5 3.5-3.5 3.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-13.5V9h-4v2h4v2.5l3.5-3.5zm-6 4L5.5 14 9 17.5V15h4v-2H9z"})]
"SwapHorizontalCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/swap_vert.cljs
================================================
(ns reagent-mui.icons.swap-vert
"Imports @mui/icons-material/SwapVert as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-vert (create-svg-icon (e "path" #js {"d" "M16 17.01V10h-2v7.01h-3L15 21l4-3.99h-3zM9 3 5 6.99h3V14h2V6.99h3L9 3z"})
"SwapVert"))
================================================
FILE: src/icons/reagent_mui/icons/swap_vert_outlined.cljs
================================================
(ns reagent-mui.icons.swap-vert-outlined
"Imports @mui/icons-material/SwapVertOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-vert-outlined (create-svg-icon (e "path" #js {"d" "M16 17.01V10h-2v7.01h-3L15 21l4-3.99h-3zM9 3 5 6.99h3V14h2V6.99h3L9 3zm7 14.01V10h-2v7.01h-3L15 21l4-3.99h-3zM9 3 5 6.99h3V14h2V6.99h3L9 3z"})
"SwapVertOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/swap_vert_rounded.cljs
================================================
(ns reagent-mui.icons.swap-vert-rounded
"Imports @mui/icons-material/SwapVertRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-vert-rounded (create-svg-icon (e "path" #js {"d" "M16 17.01V11c0-.55-.45-1-1-1s-1 .45-1 1v6.01h-1.79c-.45 0-.67.54-.35.85l2.79 2.78c.2.19.51.19.71 0l2.79-2.78c.32-.31.09-.85-.35-.85H16zM8.65 3.35 5.86 6.14c-.32.31-.1.85.35.85H8V13c0 .55.45 1 1 1s1-.45 1-1V6.99h1.79c.45 0 .67-.54.35-.85L9.35 3.35c-.19-.19-.51-.19-.7 0z"})
"SwapVertRounded"))
================================================
FILE: src/icons/reagent_mui/icons/swap_vert_sharp.cljs
================================================
(ns reagent-mui.icons.swap-vert-sharp
"Imports @mui/icons-material/SwapVertSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-vert-sharp (create-svg-icon (e "path" #js {"d" "M16 17.01V10h-2v7.01h-3L15 21l4-3.99h-3zM9 3 5 6.99h3V14h2V6.99h3L9 3z"})
"SwapVertSharp"))
================================================
FILE: src/icons/reagent_mui/icons/swap_vert_two_tone.cljs
================================================
(ns reagent-mui.icons.swap-vert-two-tone
"Imports @mui/icons-material/SwapVertTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-vert-two-tone (create-svg-icon (e "path" #js {"d" "M16 17.01V10h-2v7.01h-3L15 21l4-3.99h-3zM9 3 5 6.99h3V14h2V6.99h3L9 3z"})
"SwapVertTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/swap_vertical_circle.cljs
================================================
(ns reagent-mui.icons.swap-vertical-circle
"Imports @mui/icons-material/SwapVerticalCircle as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-vertical-circle (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM6.5 9 10 5.5 13.5 9H11v4H9V9H6.5zm11 6L14 18.5 10.5 15H13v-4h2v4h2.5z"})
"SwapVerticalCircle"))
================================================
FILE: src/icons/reagent_mui/icons/swap_vertical_circle_outlined.cljs
================================================
(ns reagent-mui.icons.swap-vertical-circle-outlined
"Imports @mui/icons-material/SwapVerticalCircleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-vertical-circle-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM6.5 9 10 5.5 13.5 9H11v4H9V9zm11 6L14 18.5 10.5 15H13v-4h2v4z"})
"SwapVerticalCircleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/swap_vertical_circle_rounded.cljs
================================================
(ns reagent-mui.icons.swap-vertical-circle-rounded
"Imports @mui/icons-material/SwapVerticalCircleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-vertical-circle-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM6.5 9l3.15-3.15c.2-.2.51-.2.71 0L13.5 9H11v4H9V9H6.5zm7.85 9.15c-.2.2-.51.2-.71 0L10.5 15H13v-4h2v4h2.5l-3.15 3.15z"})
"SwapVerticalCircleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/swap_vertical_circle_sharp.cljs
================================================
(ns reagent-mui.icons.swap-vertical-circle-sharp
"Imports @mui/icons-material/SwapVerticalCircleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-vertical-circle-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM6.5 9 10 5.5 13.5 9H11v4H9V9H6.5zm7.5 9.5L10.5 15H13v-4h2v4h2.5L14 18.5z"})
"SwapVerticalCircleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/swap_vertical_circle_two_tone.cljs
================================================
(ns reagent-mui.icons.swap-vertical-circle-two-tone
"Imports @mui/icons-material/SwapVerticalCircleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swap-vertical-circle-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zM6.5 9 10 5.5 13.5 9H11v4H9V9H6.5zm7.5 9.5L10.5 15H13v-4h2v4h2.5L14 18.5z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-7V9h2.5L10 5.5 6.5 9H9v4zm4-2h-2v4h-2.5l3.5 3.5 3.5-3.5H15z"})]
"SwapVerticalCircleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/swipe.cljs
================================================
(ns reagent-mui.icons.swipe
"Imports @mui/icons-material/Swipe as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe (create-svg-icon [(e "path" #js {"d" "m18.89 14.75-4.09-2.04c-.28-.14-.58-.21-.89-.21H13v-6c0-.83-.67-1.5-1.5-1.5S10 5.67 10 6.5v10.74l-3.25-.74c-.33-.07-.68.03-.92.28l-.83.84 4.54 4.79c.38.38 1.14.59 1.67.59h6.16c1 0 1.84-.73 1.98-1.72l.63-4.46c.12-.85-.32-1.68-1.09-2.07z"}) (e "path" #js {"d" "M20.13 3.87C18.69 2.17 15.6 1 12 1S5.31 2.17 3.87 3.87L2 2v5h5L4.93 4.93c1-1.29 3.7-2.43 7.07-2.43s6.07 1.14 7.07 2.43L17 7h5V2l-1.87 1.87z"})]
"Swipe"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_down.cljs
================================================
(ns reagent-mui.icons.swipe-down
"Imports @mui/icons-material/SwipeDown as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-down (create-svg-icon (e "path" #js {"d" "M3.8 12.18c-.2-.86-.3-1.76-.3-2.68 0-2.84.99-5.45 2.63-7.5L7.2 3.07C5.82 4.85 5 7.08 5 9.5c0 .88.11 1.74.32 2.56l1.62-1.62L8 11.5 4.5 15 1 11.5l1.06-1.06 1.74 1.74zm10.05-.56-2.68-5.37c-.37-.74-1.27-1.04-2.01-.67-.75.38-1.05 1.28-.68 2.02l4.81 9.6-3.24.8c-.33.09-.59.33-.7.66L9 19.78l6.19 2.25c.5.17 1.28.02 1.75-.22l5.51-2.75c.89-.45 1.32-1.48 1-2.42l-1.43-4.27c-.27-.82-1.04-1.37-1.9-1.37h-4.56c-.31 0-.62.07-.89.21l-.82.41"})
"SwipeDown"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_down_alt.cljs
================================================
(ns reagent-mui.icons.swipe-down-alt
"Imports @mui/icons-material/SwipeDownAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-down-alt (create-svg-icon (e "path" #js {"d" "M13 13.9c2.28-.46 4-2.48 4-4.9 0-2.76-2.24-5-5-5S7 6.24 7 9c0 2.42 1.72 4.44 4 4.9v4.27l-1.59-1.59L8 18l4 4 4-4-1.41-1.41L13 18.17V13.9z"})
"SwipeDownAlt"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_down_alt_outlined.cljs
================================================
(ns reagent-mui.icons.swipe-down-alt-outlined
"Imports @mui/icons-material/SwipeDownAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-down-alt-outlined (create-svg-icon (e "path" #js {"d" "M13 13.9c2.28-.46 4-2.48 4-4.9 0-2.76-2.24-5-5-5S7 6.24 7 9c0 2.42 1.72 4.44 4 4.9v4.27l-1.59-1.59L8 18l4 4 4-4-1.41-1.41L13 18.17V13.9zM15 9c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"})
"SwipeDownAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_down_alt_rounded.cljs
================================================
(ns reagent-mui.icons.swipe-down-alt-rounded
"Imports @mui/icons-material/SwipeDownAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-down-alt-rounded (create-svg-icon (e "path" #js {"d" "M13 13.9c2.28-.46 4-2.48 4-4.9 0-2.76-2.24-5-5-5S7 6.24 7 9c0 2.42 1.72 4.44 4 4.9v4.27l-.88-.88a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l2.59 2.59c.39.39 1.02.39 1.41 0l2.59-2.59c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-.89.88V13.9z"})
"SwipeDownAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_down_alt_sharp.cljs
================================================
(ns reagent-mui.icons.swipe-down-alt-sharp
"Imports @mui/icons-material/SwipeDownAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-down-alt-sharp (create-svg-icon (e "path" #js {"d" "M13 13.9c2.28-.46 4-2.48 4-4.9 0-2.76-2.24-5-5-5S7 6.24 7 9c0 2.42 1.72 4.44 4 4.9v4.27l-1.59-1.59L8 18l4 4 4-4-1.41-1.41L13 18.17V13.9z"})
"SwipeDownAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_down_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.swipe-down-alt-two-tone
"Imports @mui/icons-material/SwipeDownAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-down-alt-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "9", "r" "3", "opacity" ".3"}) (e "path" #js {"d" "M13 13.9c2.28-.46 4-2.48 4-4.9 0-2.76-2.24-5-5-5S7 6.24 7 9c0 2.42 1.72 4.44 4 4.9v4.27l-1.59-1.59L8 18l4 4 4-4-1.41-1.41L13 18.17V13.9zM15 9c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"})]
"SwipeDownAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_down_outlined.cljs
================================================
(ns reagent-mui.icons.swipe-down-outlined
"Imports @mui/icons-material/SwipeDownOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-down-outlined (create-svg-icon (e "path" #js {"d" "m20.22 10-4.15.01c-.16-.01-.31.02-.45.08l-.59.26-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83 2.04-1.27 3.3l3.3 7.45-1.87.39c-.19.05-.99.27-1.36 1.21L8 19.19l6.78 2.67c.49.19 1.05.18 1.53-.04l5.99-2.65c.89-.4 1.37-1.38 1.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51zm1.27 7.34L15.5 20l-4.92-1.96 4.18-.88-4.3-9.7c-.11-.25 0-.55.25-.66.25-.11.55 0 .66.25l2.5 5.65 1.61-.71 4.65.01 1.36 5.34zM3.8 12.18c-.2-.86-.3-1.76-.3-2.68 0-2.84.99-5.45 2.63-7.5L7.2 3.07C5.82 4.85 5 7.08 5 9.5c0 .88.11 1.74.32 2.56l1.62-1.62L8 11.5 4.5 15 1 11.5l1.06-1.06 1.74 1.74z"})
"SwipeDownOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_down_rounded.cljs
================================================
(ns reagent-mui.icons.swipe-down-rounded
"Imports @mui/icons-material/SwipeDownRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-down-rounded (create-svg-icon (e "path" #js {"d" "M8.83 19.1c-.26-.6.09-1.28.73-1.41l3.58-.71-4.35-9.81c-.34-.76 0-1.64.76-1.98.76-.34 1.64 0 1.98.76l2.43 5.49.84-.37c.28-.13.59-.18.9-.17l4.56.21c.86.04 1.6.63 1.83 1.45l1.23 4.33c.27.96-.2 1.97-1.11 2.37l-5.63 2.49c-.48.21-1.26.33-1.76.14l-5.45-2.27c-.24-.09-.44-.28-.54-.52zM5.59 2.73C4.27 4.65 3.5 6.99 3.5 9.5c0 .92.1 1.82.3 2.68l-1.19-1.19c-.29-.29-.77-.32-1.07-.04-.31.29-.31.78-.02 1.08l2.26 2.26c.39.39 1.02.39 1.41 0l2.24-2.24c.29-.29.32-.77.04-1.07-.29-.31-.78-.31-1.08-.02L5.3 12.05c-.19-.81-.3-1.67-.3-2.55 0-2.2.68-4.24 1.83-5.93.2-.3.17-.7-.09-.95-.33-.34-.88-.28-1.15.11z"})
"SwipeDownRounded"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_down_sharp.cljs
================================================
(ns reagent-mui.icons.swipe-down-sharp
"Imports @mui/icons-material/SwipeDownSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-down-sharp (create-svg-icon (e "path" #js {"d" "M3.8 12.18c-.2-.86-.3-1.76-.3-2.68 0-2.84.99-5.45 2.63-7.5L7.2 3.07C5.82 4.85 5 7.08 5 9.5c0 .88.11 1.74.32 2.56l1.62-1.62L8 11.5 4.5 15 1 11.5l1.06-1.06 1.74 1.74zm17.91-1 2.09 7.39-8.23 3.65-6.84-2.85.61-1.62 3.8-.75-4.35-9.83c-.34-.76 0-1.64.76-1.98.76-.34 1.64 0 1.98.76l2.43 5.49 1.26-.56 6.49.3z"})
"SwipeDownSharp"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_down_two_tone.cljs
================================================
(ns reagent-mui.icons.swipe-down-two-tone
"Imports @mui/icons-material/SwipeDownTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-down-two-tone (create-svg-icon [(e "path" #js {"d" "M21.49 17.34 15.5 20l-4.92-1.96 4.18-.88-4.3-9.7c-.11-.25 0-.55.25-.66.25-.11.55 0 .66.25l2.5 5.65 1.61-.71 4.65.01 1.36 5.34z", "opacity" ".3"}) (e "path" #js {"d" "m20.22 10-4.15.01c-.16-.01-.31.02-.45.08l-.59.26-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83 2.04-1.27 3.3l3.3 7.45-1.87.39c-.19.05-.99.27-1.36 1.21L8 19.19l6.78 2.67c.49.19 1.05.18 1.53-.04l5.99-2.65c.89-.4 1.37-1.38 1.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51zm1.27 7.34L15.5 20l-4.92-1.96 4.18-.88-4.3-9.7c-.11-.25 0-.55.25-.66.25-.11.55 0 .66.25l2.5 5.65 1.61-.71 4.65.01 1.36 5.34zM3.8 12.18c-.2-.86-.3-1.76-.3-2.68 0-2.84.99-5.45 2.63-7.5L7.2 3.07C5.82 4.85 5 7.08 5 9.5c0 .88.11 1.74.32 2.56l1.62-1.62L8 11.5 4.5 15 1 11.5l1.06-1.06 1.74 1.74z"})]
"SwipeDownTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_left.cljs
================================================
(ns reagent-mui.icons.swipe-left
"Imports @mui/icons-material/SwipeLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-left (create-svg-icon (e "path" #js {"d" "m19.98 16.82-.63 4.46c-.14.99-.99 1.72-1.98 1.72h-6.16c-.53 0-1.29-.21-1.66-.59L5 17.62l.83-.84c.24-.24.58-.35.92-.28l3.25.74V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v6h.91c.31 0 .62.07.89.21l4.09 2.04c.77.39 1.21 1.22 1.09 2.07zM12 2.5c4.74 0 7.67 2.52 8.43 4.5H22c-.73-2.88-4.51-6-10-6-3.22 0-6.18 1.13-8.5 3.02V2H2v5h5V5.5H4.09c2.12-1.86 4.88-3 7.91-3z"})
"SwipeLeft"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_left_alt.cljs
================================================
(ns reagent-mui.icons.swipe-left-alt
"Imports @mui/icons-material/SwipeLeftAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-left-alt (create-svg-icon (e "path" #js {"d" "M10.1 13c.46 2.28 2.48 4 4.9 4 2.76 0 5-2.24 5-5s-2.24-5-5-5c-2.42 0-4.44 1.72-4.9 4H5.83l1.59-1.59L6 8l-4 4 4 4 1.41-1.41L5.83 13h4.27z"})
"SwipeLeftAlt"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_left_alt_outlined.cljs
================================================
(ns reagent-mui.icons.swipe-left-alt-outlined
"Imports @mui/icons-material/SwipeLeftAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-left-alt-outlined (create-svg-icon (e "path" #js {"d" "M10.1 13c.46 2.28 2.48 4 4.9 4 2.76 0 5-2.24 5-5s-2.24-5-5-5c-2.42 0-4.44 1.72-4.9 4H5.83l1.59-1.59L6 8l-4 4 4 4 1.41-1.41L5.83 13h4.27zm4.9 2c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"SwipeLeftAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_left_alt_rounded.cljs
================================================
(ns reagent-mui.icons.swipe-left-alt-rounded
"Imports @mui/icons-material/SwipeLeftAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-left-alt-rounded (create-svg-icon (e "path" #js {"d" "M10.1 13c.46 2.28 2.48 4 4.9 4 2.76 0 5-2.24 5-5s-2.24-5-5-5c-2.42 0-4.44 1.72-4.9 4H5.83l.88-.88c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L2.71 11.3c-.39.39-.39 1.02 0 1.41L5.3 15.3c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L5.83 13h4.27z"})
"SwipeLeftAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_left_alt_sharp.cljs
================================================
(ns reagent-mui.icons.swipe-left-alt-sharp
"Imports @mui/icons-material/SwipeLeftAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-left-alt-sharp (create-svg-icon (e "path" #js {"d" "M10.1 13c.46 2.28 2.48 4 4.9 4 2.76 0 5-2.24 5-5s-2.24-5-5-5c-2.42 0-4.44 1.72-4.9 4H5.83l1.59-1.59L6 8l-4 4 4 4 1.41-1.41L5.83 13h4.27z"})
"SwipeLeftAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_left_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.swipe-left-alt-two-tone
"Imports @mui/icons-material/SwipeLeftAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-left-alt-two-tone (create-svg-icon [(e "circle" #js {"cx" "15", "cy" "12", "r" "3", "opacity" ".3"}) (e "path" #js {"d" "M10.1 13c.46 2.28 2.48 4 4.9 4 2.76 0 5-2.24 5-5s-2.24-5-5-5c-2.42 0-4.44 1.72-4.9 4H5.83l1.59-1.59L6 8l-4 4 4 4 1.41-1.41L5.83 13h4.27zm4.9 2c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})]
"SwipeLeftAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_left_outlined.cljs
================================================
(ns reagent-mui.icons.swipe-left-outlined
"Imports @mui/icons-material/SwipeLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-left-outlined (create-svg-icon (e "path" #js {"d" "m18.89 13.77-3.8-1.67c-.13-.06-.28-.1-.44-.1H14V7.5C14 6.12 12.88 5 11.5 5S9 6.12 9 7.5v8.15l-1.87-.4c-.19-.03-1.02-.15-1.73.56L4 17.22l5.12 5.19c.37.38.88.59 1.41.59h6.55c.98 0 1.81-.7 1.97-1.67l.92-5.44c.15-.86-.29-1.72-1.08-2.12zM17.08 21h-6.55l-3.7-3.78 4.17.89V7.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18 15.56 17.08 21zM4.09 5.5H7V7H2V2h1.5v2.02C5.82 2.13 8.78 1 12 1c5.49 0 9.27 3.12 10 6h-1.57c-.76-1.98-3.69-4.5-8.43-4.5-3.03 0-5.79 1.14-7.91 3z"})
"SwipeLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_left_rounded.cljs
================================================
(ns reagent-mui.icons.swipe-left-rounded
"Imports @mui/icons-material/SwipeLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-left-rounded (create-svg-icon (e "path" #js {"d" "M3.5 4.02V2.75c0-.41-.34-.75-.75-.75S2 2.34 2 2.75V6c0 .55.45 1 1 1h3.25c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H4.09c2.11-1.86 4.88-3 7.91-3 4.42 0 7.27 2.19 8.25 4.1.12.25.38.4.66.4.56 0 .93-.59.67-1.08C20.3 3.39 16.81 1 12 1 8.78 1 5.82 2.13 3.5 4.02zm1.7 13.41c0-.65.6-1.13 1.24-.99l3.56.8V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v6h.91c.31 0 .62.07.89.21l4.09 2.04c.77.38 1.21 1.22 1.09 2.07l-.63 4.46c-.14.99-.99 1.72-1.98 1.72h-6.16c-.53 0-1.29-.21-1.66-.59l-4.07-4.29c-.18-.18-.28-.43-.28-.69z"})
"SwipeLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_left_sharp.cljs
================================================
(ns reagent-mui.icons.swipe-left-sharp
"Imports @mui/icons-material/SwipeLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-left-sharp (create-svg-icon (e "path" #js {"d" "M20.18 15.4 19.1 23h-9L5 17.62l1.22-1.23 3.78.85V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v6h1.38l5.8 2.9zM12 2.5c4.74 0 7.67 2.52 8.43 4.5H22c-.73-2.88-4.51-6-10-6-3.22 0-6.18 1.13-8.5 3.02V2H2v5h5V5.5H4.09c2.12-1.86 4.88-3 7.91-3z"})
"SwipeLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_left_two_tone.cljs
================================================
(ns reagent-mui.icons.swipe-left-two-tone
"Imports @mui/icons-material/SwipeLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-left-two-tone (create-svg-icon [(e "path" #js {"d" "M17.08 21h-6.55l-3.7-3.78 4.17.89V7.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18 15.56 17.08 21z", "opacity" ".3"}) (e "path" #js {"d" "m18.89 13.77-3.8-1.67c-.13-.06-.28-.1-.44-.1H14V7.5C14 6.12 12.88 5 11.5 5S9 6.12 9 7.5v8.15l-1.87-.4c-.19-.03-1.02-.15-1.73.56L4 17.22l5.12 5.19c.37.38.88.59 1.41.59h6.55c.98 0 1.81-.7 1.97-1.67l.92-5.44c.15-.86-.29-1.72-1.08-2.12zM17.08 21h-6.55l-3.7-3.78 4.17.89V7.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18 15.56 17.08 21zM4.09 5.5H7V7H2V2h1.5v2.02C5.82 2.13 8.78 1 12 1c5.49 0 9.27 3.12 10 6h-1.57c-.76-1.98-3.69-4.5-8.43-4.5-3.03 0-5.79 1.14-7.91 3z"})]
"SwipeLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_outlined.cljs
================================================
(ns reagent-mui.icons.swipe-outlined
"Imports @mui/icons-material/SwipeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-outlined (create-svg-icon [(e "path" #js {"d" "M20.5 2v2.02C18.18 2.13 15.22 1 12 1S5.82 2.13 3.5 4.02V2H2v5h5V5.5H4.09c2.11-1.86 4.88-3 7.91-3s5.79 1.14 7.91 3H17V7h5V2h-1.5z"}) (e "path" #js {"d" "m18.89 13.77-3.8-1.67c-.13-.06-.28-.1-.44-.1H14V7.63c0-1.32-.96-2.5-2.27-2.62C10.25 4.88 9 6.05 9 7.5v8.15l-1.87-.4c-.19-.03-1.02-.15-1.73.56L4 17.22l5.12 5.19c.37.38.88.59 1.41.59h6.55c.98 0 1.81-.7 1.97-1.67l.92-5.44c.15-.86-.29-1.72-1.08-2.12zM18 15.56 17.08 21h-6.55l-3.7-3.78 4.17.89V7.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18 15.56z"})]
"SwipeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_right.cljs
================================================
(ns reagent-mui.icons.swipe-right
"Imports @mui/icons-material/SwipeRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-right (create-svg-icon (e "path" #js {"d" "m19.98 16.82-.63 4.46c-.14.99-.99 1.72-1.98 1.72h-6.16c-.53 0-1.29-.21-1.66-.59L5 17.62l.83-.84c.24-.24.58-.35.92-.28l3.25.74V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v6h.91c.31 0 .62.07.89.21l4.09 2.04c.77.39 1.21 1.22 1.09 2.07zM19.91 5.5H17V7h5V2h-1.5v2.02C18.18 2.13 15.22 1 12 1 6.51 1 2.73 4.12 2 7h1.57C4.33 5.02 7.26 2.5 12 2.5c3.03 0 5.79 1.14 7.91 3z"})
"SwipeRight"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_right_alt.cljs
================================================
(ns reagent-mui.icons.swipe-right-alt
"Imports @mui/icons-material/SwipeRightAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-right-alt (create-svg-icon (e "path" #js {"d" "M13.9 11c-.46-2.28-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.44-1.72 4.9-4h4.27l-1.59 1.59L18 16l4-4-4-4-1.41 1.41L18.17 11H13.9z"})
"SwipeRightAlt"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_right_alt_outlined.cljs
================================================
(ns reagent-mui.icons.swipe-right-alt-outlined
"Imports @mui/icons-material/SwipeRightAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-right-alt-outlined (create-svg-icon (e "path" #js {"d" "M13.9 11c-.46-2.28-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.44-1.72 4.9-4h4.27l-1.59 1.59L18 16l4-4-4-4-1.41 1.41L18.17 11H13.9zM9 9c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3z"})
"SwipeRightAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_right_alt_rounded.cljs
================================================
(ns reagent-mui.icons.swipe-right-alt-rounded
"Imports @mui/icons-material/SwipeRightAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-right-alt-rounded (create-svg-icon (e "path" #js {"d" "M13.9 11c-.46-2.28-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.44-1.72 4.9-4h4.27l-.88.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l2.59-2.59c.39-.39.39-1.02 0-1.41L18.7 8.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.88.89H13.9z"})
"SwipeRightAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_right_alt_sharp.cljs
================================================
(ns reagent-mui.icons.swipe-right-alt-sharp
"Imports @mui/icons-material/SwipeRightAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-right-alt-sharp (create-svg-icon (e "path" #js {"d" "M13.9 11c-.46-2.28-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.44-1.72 4.9-4h4.27l-1.59 1.59L18 16l4-4-4-4-1.41 1.41L18.17 11H13.9z"})
"SwipeRightAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_right_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.swipe-right-alt-two-tone
"Imports @mui/icons-material/SwipeRightAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-right-alt-two-tone (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "12", "r" "3", "opacity" ".3"}) (e "path" #js {"d" "M13.9 11c-.46-2.28-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.44-1.72 4.9-4h4.27l-1.59 1.59L18 16l4-4-4-4-1.41 1.41L18.17 11H13.9zM9 9c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3z"})]
"SwipeRightAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_right_outlined.cljs
================================================
(ns reagent-mui.icons.swipe-right-outlined
"Imports @mui/icons-material/SwipeRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-right-outlined (create-svg-icon (e "path" #js {"d" "m18.89 13.77-3.8-1.67c-.13-.06-.28-.1-.44-.1H14V7.5C14 6.12 12.88 5 11.5 5S9 6.12 9 7.5v8.15l-1.87-.4c-.19-.03-1.02-.15-1.73.56L4 17.22l5.12 5.19c.37.38.88.59 1.41.59h6.55c.98 0 1.81-.7 1.97-1.67l.92-5.44c.15-.86-.29-1.72-1.08-2.12zM17.08 21h-6.55l-3.7-3.78 4.17.89V7.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18 15.56 17.08 21zM12 2.5C7.26 2.5 4.33 5.02 3.57 7H2c.73-2.88 4.51-6 10-6 3.22 0 6.18 1.13 8.5 3.02V2H22v5h-5V5.5h2.91c-2.12-1.86-4.88-3-7.91-3z"})
"SwipeRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_right_rounded.cljs
================================================
(ns reagent-mui.icons.swipe-right-rounded
"Imports @mui/icons-material/SwipeRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-right-rounded (create-svg-icon (e "path" #js {"d" "M12 1C7.19 1 3.7 3.39 2.41 5.92c-.25.49.12 1.08.68 1.08.28 0 .54-.15.66-.4.98-1.91 3.83-4.1 8.25-4.1 3.03 0 5.79 1.14 7.91 3h-2.16c-.41 0-.75.34-.75.75s.34.75.75.75H21c.55 0 1-.45 1-1V2.75c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.27C18.18 2.13 15.22 1 12 1zM5.2 17.43c0-.65.6-1.13 1.24-.99l3.56.8V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v6h.91c.31 0 .62.07.89.21l4.09 2.04c.77.38 1.21 1.22 1.09 2.07l-.63 4.46c-.14.99-.99 1.72-1.98 1.72h-6.16c-.53 0-1.29-.21-1.66-.59l-4.07-4.29c-.18-.18-.28-.43-.28-.69z"})
"SwipeRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_right_sharp.cljs
================================================
(ns reagent-mui.icons.swipe-right-sharp
"Imports @mui/icons-material/SwipeRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-right-sharp (create-svg-icon (e "path" #js {"d" "M20.18 15.4 19.1 23h-9L5 17.62l1.22-1.23 3.78.85V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v6h1.38l5.8 2.9zm-.27-9.9H17V7h5V2h-1.5v2.02C18.18 2.13 15.22 1 12 1 6.51 1 2.73 4.12 2 7h1.57C4.33 5.02 7.26 2.5 12 2.5c3.03 0 5.79 1.14 7.91 3z"})
"SwipeRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_right_two_tone.cljs
================================================
(ns reagent-mui.icons.swipe-right-two-tone
"Imports @mui/icons-material/SwipeRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-right-two-tone (create-svg-icon [(e "path" #js {"d" "M17.08 21h-6.55l-3.7-3.78 4.17.89V7.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18 15.56 17.08 21z", "opacity" ".3"}) (e "path" #js {"d" "m18.89 13.77-3.8-1.67c-.13-.06-.28-.1-.44-.1H14V7.5C14 6.12 12.88 5 11.5 5S9 6.12 9 7.5v8.15l-1.87-.4c-.19-.03-1.02-.15-1.73.56L4 17.22l5.12 5.19c.37.38.88.59 1.41.59h6.55c.98 0 1.81-.7 1.97-1.67l.92-5.44c.15-.86-.29-1.72-1.08-2.12zM17.08 21h-6.55l-3.7-3.78 4.17.89V7.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18 15.56 17.08 21zM12 2.5C7.26 2.5 4.33 5.02 3.57 7H2c.73-2.88 4.51-6 10-6 3.22 0 6.18 1.13 8.5 3.02V2H22v5h-5V5.5h2.91c-2.12-1.86-4.88-3-7.91-3z"})]
"SwipeRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_rounded.cljs
================================================
(ns reagent-mui.icons.swipe-rounded
"Imports @mui/icons-material/SwipeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-rounded (create-svg-icon [(e "path" #js {"d" "m21.15 2.85-1.02 1.02C18.69 2.17 15.6 1 12 1S5.31 2.17 3.87 3.87L2.85 2.85c-.31-.31-.85-.09-.85.36V6.5c0 .28.22.5.5.5h3.29c.45 0 .67-.54.35-.85L4.93 4.93c1-1.29 3.7-2.43 7.07-2.43s6.07 1.14 7.07 2.43l-1.22 1.22c-.31.31-.09.85.36.85h3.29c.28 0 .5-.22.5-.5V3.21c0-.45-.54-.67-.85-.36z"}) (e "path" #js {"d" "M14.5 12.71c-.28-.14-.58-.21-.89-.21H13v-6c0-.83-.67-1.5-1.5-1.5S10 5.67 10 6.5v10.74l-3.44-.72c-.37-.08-.76.04-1.03.31-.43.44-.43 1.14.01 1.58l4.01 4.01c.37.37.88.58 1.41.58h6.41c1 0 1.84-.73 1.98-1.72l.63-4.46c.12-.85-.32-1.69-1.09-2.07l-4.39-2.04z"})]
"SwipeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_sharp.cljs
================================================
(ns reagent-mui.icons.swipe-sharp
"Imports @mui/icons-material/SwipeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-sharp (create-svg-icon [(e "path" #js {"d" "M20.13 3.87C18.69 2.17 15.6 1 12 1S5.31 2.17 3.87 3.87L2 2v5h5L4.93 4.93c1-1.29 3.7-2.43 7.07-2.43s6.07 1.14 7.07 2.43L17 7h5V2l-1.87 1.87z"}) (e "path" #js {"d" "M13 12.5v-6c0-.83-.67-1.5-1.5-1.5S10 5.67 10 6.5v10.74l-4.04-.85-1.21 1.23L10.13 23h8.97l1.09-7.64-6.11-2.86H13z"})]
"SwipeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_two_tone.cljs
================================================
(ns reagent-mui.icons.swipe-two-tone
"Imports @mui/icons-material/SwipeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-two-tone (create-svg-icon [(e "path" #js {"d" "M20.13 3.87C18.69 2.17 15.6 1 12 1S5.31 2.17 3.87 3.87L2 2v5h5L4.93 4.93c1-1.29 3.7-2.43 7.07-2.43s6.07 1.14 7.07 2.43L17 7h5V2l-1.87 1.87z"}) (e "path" #js {"d" "M12 13.68V7.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v10.61l-4.17-.89 3.7 3.78h6.55l.92-5.44-4.24-1.89H12z", "opacity" ".3"}) (e "path" #js {"d" "m18.89 13.77-3.8-1.67c-.13-.06-.28-.1-.44-.1H14V7.63c0-1.32-.96-2.5-2.27-2.62C10.25 4.88 9 6.05 9 7.5v8.15l-1.87-.4c-.19-.03-1.02-.15-1.73.56L4 17.22l5.12 5.19c.37.38.88.59 1.41.59h6.55c.98 0 1.81-.7 1.97-1.67l.92-5.44c.15-.86-.29-1.72-1.08-2.12zM17.08 21h-6.55l-3.7-3.78 4.17.89V7.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18 15.56 17.08 21z"})]
"SwipeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_up.cljs
================================================
(ns reagent-mui.icons.swipe-up
"Imports @mui/icons-material/SwipeUp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-up (create-svg-icon (e "path" #js {"d" "M2.06 5.56 1 4.5 4.5 1 8 4.5 6.94 5.56 5.32 3.94C5.11 4.76 5 5.62 5 6.5c0 2.42.82 4.65 2.2 6.43L6.13 14C4.49 11.95 3.5 9.34 3.5 6.5c0-.92.1-1.82.3-2.68L2.06 5.56zm11.79 6.06-2.68-5.37c-.37-.74-1.27-1.04-2.01-.67-.75.38-1.05 1.28-.68 2.02l4.81 9.6-3.24.8c-.33.09-.59.33-.7.66L9 19.78l6.19 2.25c.5.17 1.28.02 1.75-.22l5.51-2.75c.89-.45 1.32-1.48 1-2.42l-1.43-4.27c-.27-.82-1.04-1.37-1.9-1.37h-4.56c-.31 0-.62.07-.89.21l-.82.41"})
"SwipeUp"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_up_alt.cljs
================================================
(ns reagent-mui.icons.swipe-up-alt
"Imports @mui/icons-material/SwipeUpAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-up-alt (create-svg-icon (e "path" #js {"d" "m13 5.83 1.59 1.59L16 6l-4-4-4 4 1.41 1.41L11 5.83v4.27c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5s5-2.24 5-5c0-2.42-1.72-4.44-4-4.9V5.83z"})
"SwipeUpAlt"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_up_alt_outlined.cljs
================================================
(ns reagent-mui.icons.swipe-up-alt-outlined
"Imports @mui/icons-material/SwipeUpAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-up-alt-outlined (create-svg-icon (e "path" #js {"d" "m13 5.83 1.59 1.59L16 6l-4-4-4 4 1.41 1.41L11 5.83v4.27c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5s5-2.24 5-5c0-2.42-1.72-4.44-4-4.9V5.83zM12 18c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"SwipeUpAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_up_alt_rounded.cljs
================================================
(ns reagent-mui.icons.swipe-up-alt-rounded
"Imports @mui/icons-material/SwipeUpAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-up-alt-rounded (create-svg-icon (e "path" #js {"d" "m13 5.41.88.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 2.29a.9959.9959 0 0 0-1.41 0L8.71 4.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l.88-.88v4.27c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5s5-2.24 5-5c0-2.42-1.72-4.44-4-4.9V5.41z"})
"SwipeUpAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_up_alt_sharp.cljs
================================================
(ns reagent-mui.icons.swipe-up-alt-sharp
"Imports @mui/icons-material/SwipeUpAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-up-alt-sharp (create-svg-icon (e "path" #js {"d" "m13 5.83 1.59 1.59L16 6l-4-4-4 4 1.41 1.41L11 5.83v4.27c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5s5-2.24 5-5c0-2.42-1.72-4.44-4-4.9V5.83z"})
"SwipeUpAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_up_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.swipe-up-alt-two-tone
"Imports @mui/icons-material/SwipeUpAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-up-alt-two-tone (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "15", "r" "3", "opacity" ".3"}) (e "path" #js {"d" "m13 5.83 1.59 1.59L16 6l-4-4-4 4 1.41 1.41L11 5.83v4.27c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5s5-2.24 5-5c0-2.42-1.72-4.44-4-4.9V5.83zM12 18c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})]
"SwipeUpAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_up_outlined.cljs
================================================
(ns reagent-mui.icons.swipe-up-outlined
"Imports @mui/icons-material/SwipeUpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-up-outlined (create-svg-icon (e "path" #js {"d" "m20.22 10-4.15.01c-.16-.01-.31.02-.45.08l-.59.26-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83 2.04-1.27 3.3l3.3 7.45-1.87.39c-.19.05-.99.27-1.36 1.21L8 19.19l6.78 2.67c.49.19 1.05.18 1.53-.04l5.99-2.65c.89-.4 1.37-1.38 1.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51zm1.27 7.34L15.5 20l-4.92-1.96 4.18-.88-4.3-9.7c-.11-.25 0-.55.25-.66.25-.11.55 0 .66.25l2.5 5.65 1.61-.71 4.65.01 1.36 5.34zM2.06 5.56 1 4.5 4.5 1 8 4.5 6.94 5.56 5.32 3.94C5.11 4.76 5 5.62 5 6.5c0 2.42.82 4.65 2.2 6.43L6.13 14C4.49 11.95 3.5 9.34 3.5 6.5c0-.92.1-1.82.3-2.68L2.06 5.56z"})
"SwipeUpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_up_rounded.cljs
================================================
(ns reagent-mui.icons.swipe-up-rounded
"Imports @mui/icons-material/SwipeUpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-up-rounded (create-svg-icon (e "path" #js {"d" "M8.83 19.1c-.26-.6.09-1.28.73-1.41l3.58-.71-4.35-9.81c-.34-.76 0-1.64.76-1.98.76-.34 1.64 0 1.98.76l2.43 5.49.84-.37c.28-.13.59-.18.9-.17l4.56.21c.86.04 1.6.63 1.83 1.45l1.23 4.33c.27.96-.2 1.97-1.11 2.37l-5.63 2.49c-.48.21-1.26.33-1.76.14l-5.45-2.27c-.24-.09-.44-.28-.54-.52zm-2.08-5.72c.26-.26.29-.66.09-.95C5.68 10.74 5 8.7 5 6.5c0-.88.11-1.74.32-2.56l1.09 1.09c.3.3.79.29 1.08-.02.28-.3.25-.78-.04-1.07L5.21 1.71a.9959.9959 0 0 0-1.41 0L1.53 3.97c-.3.3-.29.79.02 1.08.3.28.78.25 1.07-.04L3.8 3.82c-.2.86-.3 1.76-.3 2.68 0 2.51.77 4.85 2.09 6.77.27.39.82.45 1.16.11z"})
"SwipeUpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_up_sharp.cljs
================================================
(ns reagent-mui.icons.swipe-up-sharp
"Imports @mui/icons-material/SwipeUpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-up-sharp (create-svg-icon (e "path" #js {"d" "M2.06 5.56 1 4.5 4.5 1 8 4.5 6.94 5.56 5.32 3.94C5.11 4.76 5 5.62 5 6.5c0 2.42.82 4.65 2.2 6.43L6.13 14C4.49 11.95 3.5 9.34 3.5 6.5c0-.92.1-1.82.3-2.68L2.06 5.56zm19.65 5.62 2.09 7.39-8.23 3.65-6.84-2.85.61-1.62 3.8-.75-4.35-9.83c-.34-.76 0-1.64.76-1.98.76-.34 1.64 0 1.98.76l2.43 5.49 1.26-.56 6.49.3z"})
"SwipeUpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_up_two_tone.cljs
================================================
(ns reagent-mui.icons.swipe-up-two-tone
"Imports @mui/icons-material/SwipeUpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-up-two-tone (create-svg-icon [(e "path" #js {"d" "M21.49 17.34 15.5 20l-4.92-1.96 4.18-.88-4.3-9.7c-.11-.25 0-.55.25-.66.25-.11.55 0 .66.25l2.5 5.65 1.61-.71 4.65.01 1.36 5.34z", "opacity" ".3"}) (e "path" #js {"d" "m20.22 10-4.15.01c-.16-.01-.31.02-.45.08l-.59.26-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83 2.04-1.27 3.3l3.3 7.45-1.87.39c-.19.05-.99.27-1.36 1.21L8 19.19l6.78 2.67c.49.19 1.05.18 1.53-.04l5.99-2.65c.89-.4 1.37-1.38 1.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51zm1.27 7.34L15.5 20l-4.92-1.96 4.18-.88-4.3-9.7c-.11-.25 0-.55.25-.66.25-.11.55 0 .66.25l2.5 5.65 1.61-.71 4.65.01 1.36 5.34zM2.06 5.56 1 4.5 4.5 1 8 4.5 6.94 5.56 5.32 3.94C5.11 4.76 5 5.62 5 6.5c0 2.42.82 4.65 2.2 6.43L6.13 14C4.49 11.95 3.5 9.34 3.5 6.5c0-.92.1-1.82.3-2.68L2.06 5.56z"})]
"SwipeUpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_vertical.cljs
================================================
(ns reagent-mui.icons.swipe-vertical
"Imports @mui/icons-material/SwipeVertical as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-vertical (create-svg-icon (e "path" #js {"d" "M1 3.5h2.02C1.13 5.82 0 8.78 0 12s1.13 6.18 3.02 8.5H1V22h5v-5H4.5v2.91c-1.86-2.11-3-4.88-3-7.91s1.14-5.79 3-7.91V7H6V2H1v1.5zm12.85 8.12-2.68-5.37c-.37-.74-1.27-1.04-2.01-.67-.75.38-1.05 1.28-.68 2.02l4.81 9.6-3.24.8c-.33.09-.59.33-.7.66L9 19.78l6.19 2.25c.5.17 1.28.02 1.75-.22l5.51-2.75c.89-.45 1.32-1.48 1-2.42l-1.43-4.27c-.27-.82-1.04-1.37-1.9-1.37h-4.56c-.31 0-.62.07-.89.21l-.82.41"})
"SwipeVertical"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_vertical_outlined.cljs
================================================
(ns reagent-mui.icons.swipe-vertical-outlined
"Imports @mui/icons-material/SwipeVerticalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-vertical-outlined (create-svg-icon (e "path" #js {"d" "M1 2h5v5H4.5V4.09c-1.86 2.11-3 4.88-3 7.91s1.14 5.79 3 7.91V17H6v5H1v-1.5h2.02C1.13 18.18 0 15.22 0 12s1.13-6.18 3.02-8.5H1V2zm19.22 8-4.15.01c-.16-.01-.31.02-.45.08l-.59.26-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83 2.04-1.27 3.3l3.3 7.45-1.87.39c-.19.05-.99.27-1.36 1.21L8 19.19l6.78 2.67c.49.19 1.05.18 1.53-.04l5.99-2.65c.89-.4 1.37-1.38 1.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51zm1.27 7.34L15.5 20l-4.92-1.96 4.18-.88-4.3-9.7c-.11-.25 0-.55.25-.66.25-.11.55 0 .66.25l2.5 5.65 1.61-.71 4.65.01 1.36 5.34z"})
"SwipeVerticalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_vertical_rounded.cljs
================================================
(ns reagent-mui.icons.swipe-vertical-rounded
"Imports @mui/icons-material/SwipeVerticalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-vertical-rounded (create-svg-icon (e "path" #js {"d" "M0 12c0 3.22 1.13 6.18 3.02 8.5H1.75c-.41 0-.75.34-.75.75s.34.75.75.75H5c.55 0 1-.45 1-1v-3.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.16c-1.86-2.11-3-4.88-3-7.91s1.14-5.79 3-7.91v2.16c0 .41.34.75.75.75S6 6.66 6 6.25V3c0-.55-.45-1-1-1H1.75c-.41 0-.75.34-.75.75s.34.75.75.75h1.27C1.13 5.82 0 8.78 0 12zm8.83 7.1c-.26-.6.09-1.28.73-1.41l3.58-.71-4.35-9.81c-.34-.76 0-1.64.76-1.98.76-.34 1.64 0 1.98.76l2.43 5.49.84-.37c.28-.13.59-.18.9-.17l4.56.21c.86.04 1.6.63 1.83 1.45l1.23 4.33c.27.96-.2 1.97-1.11 2.37l-5.63 2.49c-.48.21-1.26.33-1.76.14l-5.45-2.27c-.24-.09-.44-.28-.54-.52z"})
"SwipeVerticalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_vertical_sharp.cljs
================================================
(ns reagent-mui.icons.swipe-vertical-sharp
"Imports @mui/icons-material/SwipeVerticalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-vertical-sharp (create-svg-icon (e "path" #js {"d" "M1 3.5h2.02C1.13 5.82 0 8.78 0 12s1.13 6.18 3.02 8.5H1V22h5v-5H4.5v2.91c-1.86-2.11-3-4.88-3-7.91s1.14-5.79 3-7.91V7H6V2H1v1.5zm20.71 7.68 2.09 7.39-8.23 3.65-6.84-2.85.61-1.62 3.8-.75-4.35-9.83c-.34-.76 0-1.64.76-1.98.76-.34 1.64 0 1.98.76l2.43 5.49 1.26-.56 6.49.3z"})
"SwipeVerticalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/swipe_vertical_two_tone.cljs
================================================
(ns reagent-mui.icons.swipe-vertical-two-tone
"Imports @mui/icons-material/SwipeVerticalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def swipe-vertical-two-tone (create-svg-icon [(e "path" #js {"d" "M21.49 17.34 15.5 20l-4.92-1.96 4.18-.88-4.3-9.7c-.11-.25 0-.55.25-.66.25-.11.55 0 .66.25l2.5 5.65 1.61-.71 4.65.01 1.36 5.34z", "opacity" ".3"}) (e "path" #js {"d" "M1 2h5v5H4.5V4.09c-1.86 2.11-3 4.88-3 7.91s1.14 5.79 3 7.91V17H6v5H1v-1.5h2.02C1.13 18.18 0 15.22 0 12s1.13-6.18 3.02-8.5H1V2zm19.22 8-4.15.01c-.16-.01-.31.02-.45.08l-.59.26-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83 2.04-1.27 3.3l3.3 7.45-1.87.39c-.19.05-.99.27-1.36 1.21L8 19.19l6.78 2.67c.49.19 1.05.18 1.53-.04l5.99-2.65c.89-.4 1.37-1.38 1.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51zm1.27 7.34L15.5 20l-4.92-1.96 4.18-.88-4.3-9.7c-.11-.25 0-.55.25-.66.25-.11.55 0 .66.25l2.5 5.65 1.61-.71 4.65.01 1.36 5.34z"})]
"SwipeVerticalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/switch_access_shortcut.cljs
================================================
(ns reagent-mui.icons.switch-access-shortcut
"Imports @mui/icons-material/SwitchAccessShortcut as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-access-shortcut (create-svg-icon (e "path" #js {"d" "M7.06 8.94 5 8l2.06-.94L8 5l.94 2.06L11 8l-2.06.94L8 11l-.94-2.06zM8 21l.94-2.06L11 18l-2.06-.94L8 15l-.94 2.06L5 18l2.06.94L8 21zm-3.63-8.63L3 13l1.37.63L5 15l.63-1.37L7 13l-1.37-.63L5 11l-.63 1.37zM12 12c0-2.73 1.08-5.27 2.75-7.25L12 2h7v7l-2.82-2.82C14.84 7.82 14 9.88 14 12c0 3.32 2.1 6.36 5 7.82V22c-4.09-1.59-7-5.65-7-10z"})
"SwitchAccessShortcut"))
================================================
FILE: src/icons/reagent_mui/icons/switch_access_shortcut_add.cljs
================================================
(ns reagent-mui.icons.switch-access-shortcut-add
"Imports @mui/icons-material/SwitchAccessShortcutAdd as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-access-shortcut-add (create-svg-icon (e "path" #js {"d" "M24 14h-2v-2h-2v2h-2v2h2v2h2v-2h2v-2zM7.06 8.94 5 8l2.06-.94L8 5l.94 2.06L11 8l-2.06.94L8 11l-.94-2.06zM8 21l.94-2.06L11 18l-2.06-.94L8 15l-.94 2.06L5 18l2.06.94L8 21zm-3.63-8.63L3 13l1.37.63L5 15l.63-1.37L7 13l-1.37-.63L5 11l-.63 1.37zM12 12c0-2.73 1.08-5.27 2.75-7.25L12 2h7v7l-2.82-2.82C14.84 7.82 14 9.88 14 12c0 3.32 2.1 6.36 5 7.82V22c-4.09-1.59-7-5.65-7-10z"})
"SwitchAccessShortcutAdd"))
================================================
FILE: src/icons/reagent_mui/icons/switch_access_shortcut_add_outlined.cljs
================================================
(ns reagent-mui.icons.switch-access-shortcut-add-outlined
"Imports @mui/icons-material/SwitchAccessShortcutAddOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-access-shortcut-add-outlined (create-svg-icon (e "path" #js {"d" "M7.06 8.94 5 8l2.06-.94L8 5l.94 2.06L11 8l-2.06.94L8 11l-.94-2.06zM8 21l.94-2.06L11 18l-2.06-.94L8 15l-.94 2.06L5 18l2.06.94L8 21zm-3.63-8.63L3 13l1.37.63L5 15l.63-1.37L7 13l-1.37-.63L5 11l-.63 1.37zM12 12c0-3.09 1.38-5.94 3.44-8H12V2h7v7h-2V5.28c-1.8 1.74-3 4.2-3 6.72 0 3.32 2.1 6.36 5 7.82V22c-4.09-1.59-7-5.65-7-10zm12 2h-2v-2h-2v2h-2v2h2v2h2v-2h2v-2z"})
"SwitchAccessShortcutAddOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/switch_access_shortcut_add_rounded.cljs
================================================
(ns reagent-mui.icons.switch-access-shortcut-add-rounded
"Imports @mui/icons-material/SwitchAccessShortcutAddRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-access-shortcut-add-rounded (create-svg-icon (e "path" #js {"d" "M21 18c.55 0 1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1zM7.06 8.94 5 8l2.06-.94L8 5l.94 2.06L11 8l-2.06.94L8 11l-.94-2.06zM8 21l.94-2.06L11 18l-2.06-.94L8 15l-.94 2.06L5 18l2.06.94L8 21zm-3.63-8.63L3 13l1.37.63L5 15l.63-1.37L7 13l-1.37-.63L5 11l-.63 1.37zM19 20.41c0 .78-.84 1.25-1.51.86C14.21 19.36 12 15.79 12 12c0-2.73 1.08-5.27 2.75-7.25l-1.9-1.9c-.31-.31-.09-.85.36-.85h5.29c.28 0 .5.22.5.5v5.29c0 .45-.54.67-.85.35l-1.97-1.97C14.84 7.82 14 9.88 14 12c0 3.13 1.86 6.01 4.51 7.55.3.18.49.51.49.86z"})
"SwitchAccessShortcutAddRounded"))
================================================
FILE: src/icons/reagent_mui/icons/switch_access_shortcut_add_sharp.cljs
================================================
(ns reagent-mui.icons.switch-access-shortcut-add-sharp
"Imports @mui/icons-material/SwitchAccessShortcutAddSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-access-shortcut-add-sharp (create-svg-icon (e "path" #js {"d" "M24 14h-2v-2h-2v2h-2v2h2v2h2v-2h2v-2zM7.06 8.94 5 8l2.06-.94L8 5l.94 2.06L11 8l-2.06.94L8 11l-.94-2.06zM8 21l.94-2.06L11 18l-2.06-.94L8 15l-.94 2.06L5 18l2.06.94L8 21zm-3.63-8.63L3 13l1.37.63L5 15l.63-1.37L7 13l-1.37-.63L5 11l-.63 1.37zM12 12c0-2.73 1.08-5.27 2.75-7.25L12 2h7v7l-2.82-2.82C14.84 7.82 14 9.88 14 12c0 3.32 2.1 6.36 5 7.82V22c-4.09-1.59-7-5.65-7-10z"})
"SwitchAccessShortcutAddSharp"))
================================================
FILE: src/icons/reagent_mui/icons/switch_access_shortcut_add_two_tone.cljs
================================================
(ns reagent-mui.icons.switch-access-shortcut-add-two-tone
"Imports @mui/icons-material/SwitchAccessShortcutAddTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-access-shortcut-add-two-tone (create-svg-icon (e "path" #js {"d" "M24 14h-2v-2h-2v2h-2v2h2v2h2v-2h2v-2zM7.06 8.94 5 8l2.06-.94L8 5l.94 2.06L11 8l-2.06.94L8 11l-.94-2.06zM8 21l.94-2.06L11 18l-2.06-.94L8 15l-.94 2.06L5 18l2.06.94L8 21zm-3.63-8.63L3 13l1.37.63L5 15l.63-1.37L7 13l-1.37-.63L5 11l-.63 1.37zM12 12c0-2.73 1.08-5.27 2.75-7.25L12 2h7v7l-2.82-2.82C14.84 7.82 14 9.88 14 12c0 3.32 2.1 6.36 5 7.82V22c-4.09-1.59-7-5.65-7-10z"})
"SwitchAccessShortcutAddTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/switch_access_shortcut_outlined.cljs
================================================
(ns reagent-mui.icons.switch-access-shortcut-outlined
"Imports @mui/icons-material/SwitchAccessShortcutOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-access-shortcut-outlined (create-svg-icon (e "path" #js {"d" "M7.06 8.94 5 8l2.06-.94L8 5l.94 2.06L11 8l-2.06.94L8 11l-.94-2.06zM8 21l.94-2.06L11 18l-2.06-.94L8 15l-.94 2.06L5 18l2.06.94L8 21zm-3.63-8.63L3 13l1.37.63L5 15l.63-1.37L7 13l-1.37-.63L5 11l-.63 1.37zM12 12c0-3.09 1.38-5.94 3.44-8H12V2h7v7h-2V5.28c-1.8 1.74-3 4.2-3 6.72 0 3.32 2.1 6.36 5 7.82V22c-4.09-1.59-7-5.65-7-10z"})
"SwitchAccessShortcutOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/switch_access_shortcut_rounded.cljs
================================================
(ns reagent-mui.icons.switch-access-shortcut-rounded
"Imports @mui/icons-material/SwitchAccessShortcutRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-access-shortcut-rounded (create-svg-icon (e "path" #js {"d" "M7.06 8.94 5 8l2.06-.94L8 5l.94 2.06L11 8l-2.06.94L8 11l-.94-2.06zM8 21l.94-2.06L11 18l-2.06-.94L8 15l-.94 2.06L5 18l2.06.94L8 21zm-3.63-8.63L3 13l1.37.63L5 15l.63-1.37L7 13l-1.37-.63L5 11l-.63 1.37zM19 20.41c0 .78-.84 1.25-1.51.86C14.21 19.36 12 15.79 12 12c0-2.73 1.08-5.27 2.75-7.25l-1.9-1.9c-.31-.31-.09-.85.36-.85h5.29c.28 0 .5.22.5.5v5.29c0 .45-.54.67-.85.35l-1.97-1.97C14.84 7.82 14 9.88 14 12c0 3.13 1.86 6.01 4.51 7.55.3.18.49.51.49.86z"})
"SwitchAccessShortcutRounded"))
================================================
FILE: src/icons/reagent_mui/icons/switch_access_shortcut_sharp.cljs
================================================
(ns reagent-mui.icons.switch-access-shortcut-sharp
"Imports @mui/icons-material/SwitchAccessShortcutSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-access-shortcut-sharp (create-svg-icon (e "path" #js {"d" "M7.06 8.94 5 8l2.06-.94L8 5l.94 2.06L11 8l-2.06.94L8 11l-.94-2.06zM8 21l.94-2.06L11 18l-2.06-.94L8 15l-.94 2.06L5 18l2.06.94L8 21zm-3.63-8.63L3 13l1.37.63L5 15l.63-1.37L7 13l-1.37-.63L5 11l-.63 1.37zM12 12c0-2.73 1.08-5.27 2.75-7.25L12 2h7v7l-2.82-2.82C14.84 7.82 14 9.88 14 12c0 3.32 2.1 6.36 5 7.82V22c-4.09-1.59-7-5.65-7-10z"})
"SwitchAccessShortcutSharp"))
================================================
FILE: src/icons/reagent_mui/icons/switch_access_shortcut_two_tone.cljs
================================================
(ns reagent-mui.icons.switch-access-shortcut-two-tone
"Imports @mui/icons-material/SwitchAccessShortcutTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-access-shortcut-two-tone (create-svg-icon (e "path" #js {"d" "M7.06 8.94 5 8l2.06-.94L8 5l.94 2.06L11 8l-2.06.94L8 11l-.94-2.06zM8 21l.94-2.06L11 18l-2.06-.94L8 15l-.94 2.06L5 18l2.06.94L8 21zm-3.63-8.63L3 13l1.37.63L5 15l.63-1.37L7 13l-1.37-.63L5 11l-.63 1.37zM12 12c0-2.73 1.08-5.27 2.75-7.25L12 2h7v7l-2.82-2.82C14.84 7.82 14 9.88 14 12c0 3.32 2.1 6.36 5 7.82V22c-4.09-1.59-7-5.65-7-10z"})
"SwitchAccessShortcutTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/switch_account.cljs
================================================
(ns reagent-mui.icons.switch-account
"Imports @mui/icons-material/SwitchAccount as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-account (create-svg-icon (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6 2c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H8v-1.5c0-1.99 4-3 6-3s6 1.01 6 3V16z"})
"SwitchAccount"))
================================================
FILE: src/icons/reagent_mui/icons/switch_account_outlined.cljs
================================================
(ns reagent-mui.icons.switch-account-outlined
"Imports @mui/icons-material/SwitchAccountOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-account-outlined (create-svg-icon (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm10 5c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm6-5H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-9.31 14c.95-.63 2.09-1 3.31-1s2.36.37 3.31 1h-6.62zm9.31-.27C18.53 14.06 16.4 13 14 13s-4.53 1.06-6 2.73V4h12v11.73z"})
"SwitchAccountOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/switch_account_rounded.cljs
================================================
(ns reagent-mui.icons.switch-account-rounded
"Imports @mui/icons-material/SwitchAccountRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-account-rounded (create-svg-icon (e "path" #js {"d" "M17 20H4V7c0-.55-.45-1-1-1s-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1zm3-18H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zM7.76 16c1.47-1.83 3.71-3 6.24-3s4.77 1.17 6.24 3H7.76z"})
"SwitchAccountRounded"))
================================================
FILE: src/icons/reagent_mui/icons/switch_account_sharp.cljs
================================================
(ns reagent-mui.icons.switch-account-sharp
"Imports @mui/icons-material/SwitchAccountSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-account-sharp (create-svg-icon (e "path" #js {"d" "M4 6H2v16h16v-2H4V6zm2-4v16h16V2H6zm8 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zM7.76 16c1.47-1.83 3.71-3 6.24-3s4.77 1.17 6.24 3H7.76z"})
"SwitchAccountSharp"))
================================================
FILE: src/icons/reagent_mui/icons/switch_account_two_tone.cljs
================================================
(ns reagent-mui.icons.switch-account-two-tone
"Imports @mui/icons-material/SwitchAccountTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-account-two-tone (create-svg-icon [(e "path" #js {"d" "M8 15.73C9.47 14.06 11.6 13 14 13s4.53 1.06 6 2.73V4H8v11.73zM14 5c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3z", "opacity" ".3"}) (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm10 5c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm6-5H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-9.31 14c.95-.63 2.09-1 3.31-1s2.36.37 3.31 1h-6.62zm9.31-.27C18.53 14.06 16.4 13 14 13s-4.53 1.06-6 2.73V4h12v11.73z"})]
"SwitchAccountTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/switch_camera.cljs
================================================
(ns reagent-mui.icons.switch-camera
"Imports @mui/icons-material/SwitchCamera as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-camera (create-svg-icon (e "path" #js {"d" "M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 11.5V13H9v2.5L5.5 12 9 8.5V11h6V8.5l3.5 3.5-3.5 3.5z"})
"SwitchCamera"))
================================================
FILE: src/icons/reagent_mui/icons/switch_camera_outlined.cljs
================================================
(ns reagent-mui.icons.switch-camera-outlined
"Imports @mui/icons-material/SwitchCameraOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-camera-outlined (create-svg-icon [(e "path" #js {"d" "M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM9.88 4h4.24l1.83 2H20v12H4V6h4.05"}) (e "path" #js {"d" "M15 11H9V8.5L5.5 12 9 15.5V13h6v2.5l3.5-3.5L15 8.5z"})]
"SwitchCameraOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/switch_camera_rounded.cljs
================================================
(ns reagent-mui.icons.switch-camera-rounded
"Imports @mui/icons-material/SwitchCameraRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-camera-rounded (create-svg-icon (e "path" #js {"d" "M20 4h-3.17l-1.24-1.35c-.37-.41-.91-.65-1.47-.65H9.88c-.56 0-1.1.24-1.48.65L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 11.5V13H9v2.5l-3.15-3.15c-.2-.2-.2-.51 0-.71L9 8.5V11h6V8.5l3.15 3.15c.2.2.2.51 0 .71L15 15.5z"})
"SwitchCameraRounded"))
================================================
FILE: src/icons/reagent_mui/icons/switch_camera_sharp.cljs
================================================
(ns reagent-mui.icons.switch-camera-sharp
"Imports @mui/icons-material/SwitchCameraSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-camera-sharp (create-svg-icon (e "path" #js {"d" "M22 4h-5.17L15 2H9L7.17 4H2v16h20V4zm-7 11.5V13H9v2.5L5.5 12 9 8.5V11h6V8.5l3.5 3.5-3.5 3.5z"})
"SwitchCameraSharp"))
================================================
FILE: src/icons/reagent_mui/icons/switch_camera_two_tone.cljs
================================================
(ns reagent-mui.icons.switch-camera-two-tone
"Imports @mui/icons-material/SwitchCameraTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-camera-two-tone (create-svg-icon [(e "path" #js {"d" "M14.12 4H9.88L8.05 6H4v12h16V6h-4.05l-1.83-2zM15 15.5V13H9v2.5L5.5 12 9 8.5V11h6V8.5l3.5 3.5-3.5 3.5z", "opacity" ".3"}) (e "path" #js {"d" "M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h4.05l1.83-2h4.24l1.83 2H20v12zm-5-7H9V8.5L5.5 12 9 15.5V13h6v2.5l3.5-3.5L15 8.5z"})]
"SwitchCameraTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/switch_left.cljs
================================================
(ns reagent-mui.icons.switch-left
"Imports @mui/icons-material/SwitchLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-left (create-svg-icon (e "path" #js {"d" "M8.5 8.62v6.76L5.12 12 8.5 8.62M10 5l-7 7 7 7V5zm4 0v14l7-7-7-7z"})
"SwitchLeft"))
================================================
FILE: src/icons/reagent_mui/icons/switch_left_outlined.cljs
================================================
(ns reagent-mui.icons.switch-left-outlined
"Imports @mui/icons-material/SwitchLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-left-outlined (create-svg-icon (e "path" #js {"d" "M8.5 8.62v6.76L5.12 12 8.5 8.62M10 5l-7 7 7 7V5zm4 0v14l7-7-7-7z"})
"SwitchLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/switch_left_rounded.cljs
================================================
(ns reagent-mui.icons.switch-left-rounded
"Imports @mui/icons-material/SwitchLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-left-rounded (create-svg-icon (e "path" #js {"d" "M8.5 8.62v6.76L5.12 12 8.5 8.62m-4.79 2.67c-.39.39-.39 1.02 0 1.41l4.59 4.59c.62.63 1.7.19 1.7-.7V7.41c0-.89-1.08-1.34-1.71-.71l-4.58 4.59zM14 7.41v9.17c0 .89 1.08 1.34 1.71.71l4.59-4.59c.39-.39.39-1.02 0-1.41L15.71 6.7c-.63-.62-1.71-.18-1.71.71z"})
"SwitchLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/switch_left_sharp.cljs
================================================
(ns reagent-mui.icons.switch-left-sharp
"Imports @mui/icons-material/SwitchLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-left-sharp (create-svg-icon (e "path" #js {"d" "M8.5 8.62v6.76L5.12 12 8.5 8.62M10 5l-7 7 7 7V5zm4 0v14l7-7-7-7z"})
"SwitchLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/switch_left_two_tone.cljs
================================================
(ns reagent-mui.icons.switch-left-two-tone
"Imports @mui/icons-material/SwitchLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-left-two-tone (create-svg-icon [(e "path" #js {"d" "M8.5 8.62v6.76L5.12 12 8.5 8.62", "opacity" ".3"}) (e "path" #js {"d" "M8.5 8.62v6.76L5.12 12 8.5 8.62M10 5l-7 7 7 7V5zm4 0v14l7-7-7-7z"})]
"SwitchLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/switch_right.cljs
================================================
(ns reagent-mui.icons.switch-right
"Imports @mui/icons-material/SwitchRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-right (create-svg-icon (e "path" #js {"d" "M15.5 15.38V8.62L18.88 12l-3.38 3.38M14 19l7-7-7-7v14zm-4 0V5l-7 7 7 7z"})
"SwitchRight"))
================================================
FILE: src/icons/reagent_mui/icons/switch_right_outlined.cljs
================================================
(ns reagent-mui.icons.switch-right-outlined
"Imports @mui/icons-material/SwitchRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-right-outlined (create-svg-icon (e "path" #js {"d" "M15.5 15.38V8.62L18.88 12l-3.38 3.38M14 19l7-7-7-7v14zm-4 0V5l-7 7 7 7z"})
"SwitchRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/switch_right_rounded.cljs
================================================
(ns reagent-mui.icons.switch-right-rounded
"Imports @mui/icons-material/SwitchRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-right-rounded (create-svg-icon (e "path" #js {"d" "M15.5 15.38V8.62L18.88 12l-3.38 3.38m4.79-2.67c.39-.39.39-1.02 0-1.41L15.7 6.71c-.62-.63-1.7-.19-1.7.7v9.17c0 .89 1.08 1.34 1.71.71l4.58-4.58zM10 16.59V7.41c0-.89-1.08-1.34-1.71-.71L3.7 11.29c-.39.39-.39 1.02 0 1.41l4.59 4.59c.63.63 1.71.19 1.71-.7z"})
"SwitchRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/switch_right_sharp.cljs
================================================
(ns reagent-mui.icons.switch-right-sharp
"Imports @mui/icons-material/SwitchRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-right-sharp (create-svg-icon (e "path" #js {"d" "M15.5 15.38V8.62L18.88 12l-3.38 3.38M14 19l7-7-7-7v14zm-4 0V5l-7 7 7 7z"})
"SwitchRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/switch_right_two_tone.cljs
================================================
(ns reagent-mui.icons.switch-right-two-tone
"Imports @mui/icons-material/SwitchRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-right-two-tone (create-svg-icon [(e "path" #js {"d" "M15.5 15.38V8.62L18.88 12l-3.38 3.38", "opacity" ".3"}) (e "path" #js {"d" "M15.5 15.38V8.62L18.88 12l-3.38 3.38M14 19l7-7-7-7v14zm-4 0V5l-7 7 7 7z"})]
"SwitchRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/switch_video.cljs
================================================
(ns reagent-mui.icons.switch-video
"Imports @mui/icons-material/SwitchVideo as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-video (create-svg-icon (e "path" #js {"d" "M18 9.5V6c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-3.5l4 4v-13l-4 4zm-5 6V13H7v2.5L3.5 12 7 8.5V11h6V8.5l3.5 3.5-3.5 3.5z"})
"SwitchVideo"))
================================================
FILE: src/icons/reagent_mui/icons/switch_video_outlined.cljs
================================================
(ns reagent-mui.icons.switch-video-outlined
"Imports @mui/icons-material/SwitchVideoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-video-outlined (create-svg-icon (e "path" #js {"d" "M8 13h4v2l3-3-3-3v2H8V9l-3 3 3 3zm10-3.5V6c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-3.5l4 4v-13l-4 4zM16 17H4V7h12v10z"})
"SwitchVideoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/switch_video_rounded.cljs
================================================
(ns reagent-mui.icons.switch-video-rounded
"Imports @mui/icons-material/SwitchVideoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-video-rounded (create-svg-icon (e "path" #js {"d" "M18 9.5V6c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-3.5l2.29 2.29c.63.63 1.71.18 1.71-.71V7.91c0-.89-1.08-1.34-1.71-.71L18 9.5zm-5 6V13H7v2.5l-3.15-3.15c-.2-.2-.2-.51 0-.71L7 8.5V11h6V8.5l3.15 3.15c.2.2.2.51 0 .71L13 15.5z"})
"SwitchVideoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/switch_video_sharp.cljs
================================================
(ns reagent-mui.icons.switch-video-sharp
"Imports @mui/icons-material/SwitchVideoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-video-sharp (create-svg-icon (e "path" #js {"d" "M18 9.5V5H2v14h16v-4.5l4 4v-13l-4 4zm-5 6V13H7v2.5L3.5 12 7 8.5V11h6V8.5l3.5 3.5-3.5 3.5z"})
"SwitchVideoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/switch_video_two_tone.cljs
================================================
(ns reagent-mui.icons.switch-video-two-tone
"Imports @mui/icons-material/SwitchVideoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def switch-video-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17h12V7H4v10zm4-8v2h4V9l3 3-3 3v-2H8v2l-3-3 3-3z", "opacity" ".3"}) (e "path" #js {"d" "M8 13h4v2l3-3-3-3v2H8V9l-3 3 3 3zm10-3.5V6c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-3.5l4 4v-13l-4 4zM16 17H4V7h12v10z"})]
"SwitchVideoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/synagogue.cljs
================================================
(ns reagent-mui.icons.synagogue
"Imports @mui/icons-material/Synagogue as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def synagogue (create-svg-icon (e "path" #js {"d" "M6 8v13h4v-5c0-1.1.9-2 2-2s2 .9 2 2v5h4V8l-6-5-6 5zm7.5 2c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5zM3 5c-1.1 0-2 .9-2 2v1h4V7c0-1.1-.9-2-2-2zM1 9h4v12H1zm20-4c-1.1 0-2 .9-2 2v1h4V7c0-1.1-.9-2-2-2zm-2 4h4v12h-4z"})
"Synagogue"))
================================================
FILE: src/icons/reagent_mui/icons/synagogue_outlined.cljs
================================================
(ns reagent-mui.icons.synagogue-outlined
"Imports @mui/icons-material/SynagogueOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def synagogue-outlined (create-svg-icon [(e "path" #js {"d" "M20 4c-1.66 0-3 1.34-3 3v.29L12 3 7 7.29V7c0-1.66-1.34-3-3-3S1 5.34 1 7v14h10v-5c0-.55.45-1 1-1s1 .45 1 1v5h10V7c0-1.66-1.34-3-3-3zm0 2c.55 0 1 .45 1 1v1h-2V7c0-.55.45-1 1-1zM4 6c.55 0 1 .45 1 1v1H3V7c0-.55.45-1 1-1zM3 19v-9h2v9H3zm14 0h-2v-3c0-1.65-1.35-3-3-3s-3 1.35-3 3v3H7V9.92l5-4.29 5 4.29V19zm2 0v-9h2v9h-2z"}) (e "circle" #js {"cx" "12", "cy" "10", "r" "1.5"})]
"SynagogueOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/synagogue_rounded.cljs
================================================
(ns reagent-mui.icons.synagogue-rounded
"Imports @mui/icons-material/SynagogueRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def synagogue-rounded (create-svg-icon (e "path" #js {"d" "M6 8.94V21h4v-4.89c0-1 .68-1.92 1.66-2.08 1.26-.21 2.34.76 2.34 1.97v5h4V8.94c0-.59-.26-1.16-.72-1.54l-4-3.33c-.74-.62-1.82-.62-2.56 0l-4 3.33c-.46.38-.72.94-.72 1.54zM13.5 10c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5zM3 5c-1.1 0-2 .9-2 2v1h4V7c0-1.1-.9-2-2-2zm0 16h2V9H1v10c0 1.1.9 2 2 2zM21 5c-1.1 0-2 .9-2 2v1h4V7c0-1.1-.9-2-2-2zm-2 16h2c1.1 0 2-.9 2-2V9h-4v12z"})
"SynagogueRounded"))
================================================
FILE: src/icons/reagent_mui/icons/synagogue_sharp.cljs
================================================
(ns reagent-mui.icons.synagogue-sharp
"Imports @mui/icons-material/SynagogueSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def synagogue-sharp (create-svg-icon (e "path" #js {"d" "M6 8v13h4v-7h4v7h4V8l-6-5-6 5zm7.5 2c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5zM3 5c-1.1 0-2 .9-2 2v1h4V7c0-1.1-.9-2-2-2zM1 9h4v12H1zm20-4c-1.1 0-2 .9-2 2v1h4V7c0-1.1-.9-2-2-2zm-2 4h4v12h-4z"})
"SynagogueSharp"))
================================================
FILE: src/icons/reagent_mui/icons/synagogue_two_tone.cljs
================================================
(ns reagent-mui.icons.synagogue-two-tone
"Imports @mui/icons-material/SynagogueTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def synagogue-two-tone (create-svg-icon [(e "path" #js {"d" "M4 6c-.55 0-1 .45-1 1v1h2V7c0-.55-.45-1-1-1zm-1 4h2v9H3zm4-.08V19h2v-3c0-1.65 1.35-3 3-3s3 1.35 3 3v3h2V9.92l-5-4.29-5 4.29zm6.5.08c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5zM20 6c-.55 0-1 .45-1 1v1h2V7c0-.55-.45-1-1-1zm-1 4h2v9h-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 4c-1.66 0-3 1.34-3 3v.29L12 3 7 7.29V7c0-1.66-1.34-3-3-3S1 5.34 1 7v14h10v-5c0-.55.45-1 1-1s1 .45 1 1v5h10V7c0-1.66-1.34-3-3-3zM5 19H3v-9h2v9zM5 8H3V7c0-.55.45-1 1-1s1 .45 1 1v1zm12 11h-2v-3c0-1.65-1.35-3-3-3s-3 1.35-3 3v3H7V9.92l5-4.29 5 4.29V19zm4 0h-2v-9h2v9zm0-11h-2V7c0-.55.45-1 1-1s1 .45 1 1v1z"}) (e "circle" #js {"cx" "12", "cy" "10", "r" "1.5"})]
"SynagogueTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sync.cljs
================================================
(ns reagent-mui.icons.sync
"Imports @mui/icons-material/Sync as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync (create-svg-icon (e "path" #js {"d" "M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"})
"Sync"))
================================================
FILE: src/icons/reagent_mui/icons/sync_alt.cljs
================================================
(ns reagent-mui.icons.sync-alt
"Imports @mui/icons-material/SyncAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-alt (create-svg-icon (e "path" #js {"d" "m18 12 4-4-4-4v3H3v2h15zM6 12l-4 4 4 4v-3h15v-2H6z"})
"SyncAlt"))
================================================
FILE: src/icons/reagent_mui/icons/sync_alt_outlined.cljs
================================================
(ns reagent-mui.icons.sync-alt-outlined
"Imports @mui/icons-material/SyncAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-alt-outlined (create-svg-icon (e "path" #js {"d" "M7.41 13.41 6 12l-4 4 4 4 1.41-1.41L5.83 17H21v-2H5.83zm9.18-2.82L18 12l4-4-4-4-1.41 1.41L18.17 7H3v2h15.17z"})
"SyncAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sync_alt_rounded.cljs
================================================
(ns reagent-mui.icons.sync-alt-rounded
"Imports @mui/icons-material/SyncAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-alt-rounded (create-svg-icon (e "path" #js {"d" "m21.65 7.65-2.79-2.79c-.32-.32-.86-.1-.86.35V7H4c-.55 0-1 .45-1 1s.45 1 1 1h14v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7zM20 15H6v-1.79c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.19-.2.51-.01.7l2.79 2.79c.32.32.86.1.86-.35V17h14c.55 0 1-.45 1-1s-.45-1-1-1z"})
"SyncAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sync_alt_sharp.cljs
================================================
(ns reagent-mui.icons.sync-alt-sharp
"Imports @mui/icons-material/SyncAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-alt-sharp (create-svg-icon (e "path" #js {"d" "m18 12 4-4-4-4v3H3v2h15zM6 12l-4 4 4 4v-3h15v-2H6z"})
"SyncAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sync_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.sync-alt-two-tone
"Imports @mui/icons-material/SyncAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-alt-two-tone (create-svg-icon (e "path" #js {"d" "m18 12 4-4-4-4v3H3v2h15zM6 12l-4 4 4 4v-3h15v-2H6z"})
"SyncAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sync_disabled.cljs
================================================
(ns reagent-mui.icons.sync-disabled
"Imports @mui/icons-material/SyncDisabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-disabled (create-svg-icon (e "path" #js {"d" "M10 6.35V4.26c-.8.21-1.55.54-2.23.96l1.46 1.46c.25-.12.5-.24.77-.33zm-7.14-.94 2.36 2.36C4.45 8.99 4 10.44 4 12c0 2.21.91 4.2 2.36 5.64L4 20h6v-6l-2.24 2.24C6.68 15.15 6 13.66 6 12c0-1 .25-1.94.68-2.77l8.08 8.08c-.25.13-.5.25-.77.34v2.09c.8-.21 1.55-.54 2.23-.96l2.36 2.36 1.27-1.27L4.14 4.14 2.86 5.41zM20 4h-6v6l2.24-2.24C17.32 8.85 18 10.34 18 12c0 1-.25 1.94-.68 2.77l1.46 1.46C19.55 15.01 20 13.56 20 12c0-2.21-.91-4.2-2.36-5.64L20 4z"})
"SyncDisabled"))
================================================
FILE: src/icons/reagent_mui/icons/sync_disabled_outlined.cljs
================================================
(ns reagent-mui.icons.sync-disabled-outlined
"Imports @mui/icons-material/SyncDisabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-disabled-outlined (create-svg-icon (e "path" #js {"d" "M10 6.35V4.26c-.66.17-1.29.43-1.88.75l1.5 1.5c.13-.05.25-.11.38-.16zM20 12c0-2.21-.91-4.2-2.36-5.64L20 4h-6v6l2.24-2.24C17.32 8.85 18 10.34 18 12c0 .85-.19 1.65-.51 2.38l1.5 1.5C19.63 14.74 20 13.41 20 12zM4.27 4 2.86 5.41l2.36 2.36C4.45 8.99 4 10.44 4 12c0 2.21.91 4.2 2.36 5.64L4 20h6v-6l-2.24 2.24C6.68 15.15 6 13.66 6 12c0-1 .25-1.94.68-2.77l8.08 8.08c-.25.13-.5.24-.76.34v2.09c.8-.21 1.55-.54 2.23-.96l2.58 2.58 1.41-1.41L4.27 4z"})
"SyncDisabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sync_disabled_rounded.cljs
================================================
(ns reagent-mui.icons.sync-disabled-rounded
"Imports @mui/icons-material/SyncDisabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-disabled-rounded (create-svg-icon (e "path" #js {"d" "M10 5.74v-.19c0-.68-.71-1.11-1.32-.82-.19.09-.36.2-.54.3L9.6 6.49c.24-.18.4-.45.4-.75zM20 12c0-2.21-.91-4.2-2.36-5.64l1.51-1.51c.31-.31.09-.85-.36-.85H14v4.79c0 .45.54.67.85.35l1.39-1.39C17.32 8.85 18 10.34 18 12c0 .85-.18 1.66-.5 2.39l1.48 1.48C19.62 14.72 20 13.41 20 12zM3.57 4.7c-.39.39-.39 1.02 0 1.41l1.65 1.65C4.45 9 4 10.44 4 12c0 2.21.91 4.2 2.36 5.64l-1.51 1.51c-.31.31-.09.85.36.85H9.5c.28 0 .5-.22.5-.5v-4.29c0-.45-.54-.67-.85-.35l-1.39 1.39C6.68 15.15 6 13.66 6 12c0-1 .26-1.93.69-2.76l8.07 8.07c-.01.02-.01.02-.01.04-.43.12-.75.48-.75.91v.18c0 .68.71 1.11 1.32.82.31-.14.61-.31.9-.49l1.87 1.87c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L4.98 4.7a.9959.9959 0 0 0-1.41 0z"})
"SyncDisabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sync_disabled_sharp.cljs
================================================
(ns reagent-mui.icons.sync-disabled-sharp
"Imports @mui/icons-material/SyncDisabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-disabled-sharp (create-svg-icon (e "path" #js {"d" "M10 6.35V4.26c-.66.17-1.29.43-1.88.75l1.5 1.5c.13-.05.25-.11.38-.16zM20 12c0-2.21-.91-4.2-2.36-5.64L20 4h-6v6l2.24-2.24C17.32 8.85 18 10.34 18 12c0 .85-.19 1.65-.51 2.38l1.5 1.5C19.63 14.74 20 13.41 20 12zM4.27 4 2.86 5.41l2.36 2.36C4.45 8.99 4 10.44 4 12c0 2.21.91 4.2 2.36 5.64L4 20h6v-6l-2.24 2.24C6.68 15.15 6 13.66 6 12c0-1 .25-1.94.68-2.77l8.08 8.08c-.25.13-.5.24-.76.34v2.09c.8-.21 1.55-.54 2.23-.96l2.58 2.58 1.41-1.41L4.27 4z"})
"SyncDisabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sync_disabled_two_tone.cljs
================================================
(ns reagent-mui.icons.sync-disabled-two-tone
"Imports @mui/icons-material/SyncDisabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-disabled-two-tone (create-svg-icon (e "path" #js {"d" "M10 6.35V4.26c-.66.17-1.29.43-1.88.75l1.5 1.5c.13-.05.25-.11.38-.16zM20 12c0-2.21-.91-4.2-2.36-5.64L20 4h-6v6l2.24-2.24C17.32 8.85 18 10.34 18 12c0 .85-.19 1.65-.51 2.38l1.5 1.5C19.63 14.74 20 13.41 20 12zM4.27 4 2.86 5.41l2.36 2.36C4.45 8.99 4 10.44 4 12c0 2.21.91 4.2 2.36 5.64L4 20h6v-6l-2.24 2.24C6.68 15.15 6 13.66 6 12c0-1 .25-1.94.68-2.77l8.08 8.08c-.25.13-.5.24-.76.34v2.09c.8-.21 1.55-.54 2.23-.96l2.58 2.58 1.41-1.41L4.27 4z"})
"SyncDisabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sync_lock.cljs
================================================
(ns reagent-mui.icons.sync-lock
"Imports @mui/icons-material/SyncLock as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-lock (create-svg-icon (e "path" #js {"d" "M10 4.26v2.09C7.67 7.18 6 9.39 6 12c0 1.77.78 3.34 2 4.44V14h2v6H4v-2h2.73C5.06 16.54 4 14.4 4 12c0-3.73 2.55-6.85 6-7.74zM20 4h-6v6h2V7.56c1.22 1.1 2 2.67 2 4.44h2c0-2.4-1.06-4.54-2.73-6H20V4zm0 13v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})
"SyncLock"))
================================================
FILE: src/icons/reagent_mui/icons/sync_lock_outlined.cljs
================================================
(ns reagent-mui.icons.sync-lock-outlined
"Imports @mui/icons-material/SyncLockOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-lock-outlined (create-svg-icon (e "path" #js {"d" "M10 4.26v2.09C7.67 7.18 6 9.39 6 12c0 1.77.78 3.34 2 4.44V14h2v6H4v-2h2.73C5.06 16.54 4 14.4 4 12c0-3.73 2.55-6.85 6-7.74zM20 4h-6v6h2V7.56c1.22 1.1 2 2.67 2 4.44h2c0-2.4-1.06-4.54-2.73-6H20V4zm0 13v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})
"SyncLockOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sync_lock_rounded.cljs
================================================
(ns reagent-mui.icons.sync-lock-rounded
"Imports @mui/icons-material/SyncLockRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-lock-rounded (create-svg-icon (e "path" #js {"d" "M10 19c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1h1.73C5.06 16.54 4 14.4 4 12c0-3.19 1.87-5.93 4.56-7.22.67-.31 1.44.18 1.44.92 0 .38-.22.72-.57.88C7.41 7.55 6 9.61 6 12c0 1.77.78 3.34 2 4.44V15c0-.55.45-1 1-1s1 .45 1 1v4zm5-15c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1V7.56c1.22 1.1 2 2.67 2 4.44h2c0-2.4-1.06-4.54-2.73-6H19c.55 0 1-.45 1-1s-.45-1-1-1h-4zm5 13v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})
"SyncLockRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sync_lock_sharp.cljs
================================================
(ns reagent-mui.icons.sync-lock-sharp
"Imports @mui/icons-material/SyncLockSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-lock-sharp (create-svg-icon (e "path" #js {"d" "M10 4.26v2.09C7.67 7.18 6 9.39 6 12c0 1.77.78 3.34 2 4.44V14h2v6H4v-2h2.73C5.06 16.54 4 14.4 4 12c0-3.73 2.55-6.85 6-7.74zM20 4h-6v6h2V7.56c1.22 1.1 2 2.67 2 4.44h2c0-2.4-1.06-4.54-2.73-6H20V4zm0 13v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})
"SyncLockSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sync_lock_two_tone.cljs
================================================
(ns reagent-mui.icons.sync-lock-two-tone
"Imports @mui/icons-material/SyncLockTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-lock-two-tone (create-svg-icon (e "path" #js {"d" "M10 4.26v2.09C7.67 7.18 6 9.39 6 12c0 1.77.78 3.34 2 4.44V14h2v6H4v-2h2.73C5.06 16.54 4 14.4 4 12c0-3.73 2.55-6.85 6-7.74zM20 4h-6v6h2V7.56c1.22 1.1 2 2.67 2 4.44h2c0-2.4-1.06-4.54-2.73-6H20V4zm0 13v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})
"SyncLockTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sync_outlined.cljs
================================================
(ns reagent-mui.icons.sync-outlined
"Imports @mui/icons-material/SyncOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-outlined (create-svg-icon (e "path" #js {"d" "M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"})
"SyncOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sync_problem.cljs
================================================
(ns reagent-mui.icons.sync-problem
"Imports @mui/icons-material/SyncProblem as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-problem (create-svg-icon (e "path" #js {"d" "M3 12c0 2.21.91 4.2 2.36 5.64L3 20h6v-6l-2.24 2.24C5.68 15.15 5 13.66 5 12c0-2.61 1.67-4.83 4-5.65V4.26C5.55 5.15 3 8.27 3 12zm8 5h2v-2h-2v2zM21 4h-6v6l2.24-2.24C18.32 8.85 19 10.34 19 12c0 2.61-1.67 4.83-4 5.65v2.09c3.45-.89 6-4.01 6-7.74 0-2.21-.91-4.2-2.36-5.64L21 4zm-10 9h2V7h-2v6z"})
"SyncProblem"))
================================================
FILE: src/icons/reagent_mui/icons/sync_problem_outlined.cljs
================================================
(ns reagent-mui.icons.sync-problem-outlined
"Imports @mui/icons-material/SyncProblemOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-problem-outlined (create-svg-icon (e "path" #js {"d" "M3 12c0 2.21.91 4.2 2.36 5.64L3 20h6v-6l-2.24 2.24C5.68 15.15 5 13.66 5 12c0-2.61 1.67-4.83 4-5.65V4.26C5.55 5.15 3 8.27 3 12zm8 5h2v-2h-2v2zM21 4h-6v6l2.24-2.24C18.32 8.85 19 10.34 19 12c0 2.61-1.67 4.83-4 5.65v2.09c3.45-.89 6-4.01 6-7.74 0-2.21-.91-4.2-2.36-5.64L21 4zm-10 9h2V7h-2v6z"})
"SyncProblemOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/sync_problem_rounded.cljs
================================================
(ns reagent-mui.icons.sync-problem-rounded
"Imports @mui/icons-material/SyncProblemRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-problem-rounded (create-svg-icon (e "path" #js {"d" "M3 12c0 2.21.91 4.2 2.36 5.64l-1.51 1.51c-.31.31-.09.85.36.85H8.5c.28 0 .5-.22.5-.5v-4.29c0-.45-.54-.67-.85-.35l-1.39 1.39C5.68 15.15 5 13.66 5 12c0-2.39 1.4-4.46 3.43-5.42.34-.16.57-.47.57-.84v-.19c0-.68-.71-1.11-1.32-.82C4.92 5.99 3 8.77 3 12zm8 5h2v-2h-2v2zm8.79-13H15.5c-.28 0-.5.22-.5.5v4.29c0 .45.54.67.85.35l1.39-1.39C18.32 8.85 19 10.34 19 12c0 2.39-1.4 4.46-3.43 5.42-.34.16-.57.47-.57.84v.18c0 .68.71 1.11 1.32.82C19.08 18.01 21 15.23 21 12c0-2.21-.91-4.2-2.36-5.64l1.51-1.51c.31-.31.09-.85-.36-.85zM12 13c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1z"})
"SyncProblemRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sync_problem_sharp.cljs
================================================
(ns reagent-mui.icons.sync-problem-sharp
"Imports @mui/icons-material/SyncProblemSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-problem-sharp (create-svg-icon (e "path" #js {"d" "M3 12c0 2.21.91 4.2 2.36 5.64L3 20h6v-6l-2.24 2.24C5.68 15.15 5 13.66 5 12c0-2.61 1.67-4.83 4-5.65V4.26C5.55 5.15 3 8.27 3 12zm8 5h2v-2h-2v2zM21 4h-6v6l2.24-2.24C18.32 8.85 19 10.34 19 12c0 2.61-1.67 4.83-4 5.65v2.09c3.45-.89 6-4.01 6-7.74 0-2.21-.91-4.2-2.36-5.64L21 4zm-10 9h2V7h-2v6z"})
"SyncProblemSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sync_problem_two_tone.cljs
================================================
(ns reagent-mui.icons.sync-problem-two-tone
"Imports @mui/icons-material/SyncProblemTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-problem-two-tone (create-svg-icon (e "path" #js {"d" "M3 12c0 2.21.91 4.2 2.36 5.64L3 20h6v-6l-2.24 2.24C5.68 15.15 5 13.66 5 12c0-2.61 1.67-4.83 4-5.65V4.26C5.55 5.15 3 8.27 3 12zm8 5h2v-2h-2v2zM21 4h-6v6l2.24-2.24C18.32 8.85 19 10.34 19 12c0 2.61-1.67 4.83-4 5.65v2.09c3.45-.89 6-4.01 6-7.74 0-2.21-.91-4.2-2.36-5.64L21 4zm-10 9h2V7h-2v6z"})
"SyncProblemTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/sync_rounded.cljs
================================================
(ns reagent-mui.icons.sync-rounded
"Imports @mui/icons-material/SyncRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-rounded (create-svg-icon (e "path" #js {"d" "M12 4V2.21c0-.45-.54-.67-.85-.35l-2.8 2.79c-.2.2-.2.51 0 .71l2.79 2.79c.32.31.86.09.86-.36V6c3.31 0 6 2.69 6 6 0 .79-.15 1.56-.44 2.25-.15.36-.04.77.23 1.04.51.51 1.37.33 1.64-.34.37-.91.57-1.91.57-2.95 0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-.79.15-1.56.44-2.25.15-.36.04-.77-.23-1.04-.51-.51-1.37-.33-1.64.34C4.2 9.96 4 10.96 4 12c0 4.42 3.58 8 8 8v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.2.2-.51 0-.71l-2.79-2.79c-.31-.31-.85-.09-.85.36V18z"})
"SyncRounded"))
================================================
FILE: src/icons/reagent_mui/icons/sync_sharp.cljs
================================================
(ns reagent-mui.icons.sync-sharp
"Imports @mui/icons-material/SyncSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-sharp (create-svg-icon (e "path" #js {"d" "M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"})
"SyncSharp"))
================================================
FILE: src/icons/reagent_mui/icons/sync_two_tone.cljs
================================================
(ns reagent-mui.icons.sync-two-tone
"Imports @mui/icons-material/SyncTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def sync-two-tone (create-svg-icon (e "path" #js {"d" "M12.01 4V1l-4 4 4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46c.78-1.23 1.24-2.69 1.24-4.26 0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.25 7.74C4.47 8.97 4.01 10.43 4.01 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"})
"SyncTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/system_security_update.cljs
================================================
(ns reagent-mui.icons.system-security-update
"Imports @mui/icons-material/SystemSecurityUpdate as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-security-update (create-svg-icon (e "path" #js {"d" "M5 3v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2zm12 15H7V6h10v12zm-1-6h-3V8h-2v4H8l4 4 4-4z"})
"SystemSecurityUpdate"))
================================================
FILE: src/icons/reagent_mui/icons/system_security_update_good.cljs
================================================
(ns reagent-mui.icons.system-security-update-good
"Imports @mui/icons-material/SystemSecurityUpdateGood as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-security-update-good (create-svg-icon (e "path" #js {"d" "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 17H7V6h10v12zm-1-7.95-1.41-1.41-3.54 3.54-1.41-1.41-1.41 1.41L11.05 15 16 10.05z"})
"SystemSecurityUpdateGood"))
================================================
FILE: src/icons/reagent_mui/icons/system_security_update_good_outlined.cljs
================================================
(ns reagent-mui.icons.system-security-update-good-outlined
"Imports @mui/icons-material/SystemSecurityUpdateGoodOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-security-update-good-outlined (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zm0-14H7V3h10v1zm-1 6.05-1.41-1.41-3.54 3.54-1.41-1.41-1.41 1.41L11.05 15 16 10.05z"})
"SystemSecurityUpdateGoodOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/system_security_update_good_rounded.cljs
================================================
(ns reagent-mui.icons.system-security-update-good-rounded
"Imports @mui/icons-material/SystemSecurityUpdateGoodRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-security-update-good-rounded (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 18H7V6h10v12zm-6.66-3.71c.39.39 1.02.39 1.41 0l3.54-3.54c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-2.83 2.83-.71-.71a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.41 1.42z"})
"SystemSecurityUpdateGoodRounded"))
================================================
FILE: src/icons/reagent_mui/icons/system_security_update_good_sharp.cljs
================================================
(ns reagent-mui.icons.system-security-update-good-sharp
"Imports @mui/icons-material/SystemSecurityUpdateGoodSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-security-update-good-sharp (create-svg-icon (e "path" #js {"d" "M5 1v22h14V1H5zm12 17H7V6h10v12zm-1-7.95-1.41-1.41-3.54 3.54-1.41-1.41-1.41 1.41L11.05 15 16 10.05z"})
"SystemSecurityUpdateGoodSharp"))
================================================
FILE: src/icons/reagent_mui/icons/system_security_update_good_two_tone.cljs
================================================
(ns reagent-mui.icons.system-security-update-good-two-tone
"Imports @mui/icons-material/SystemSecurityUpdateGoodTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-security-update-good-two-tone (create-svg-icon [(e "path" #js {"d" "M7 21h10v-1H7v1zM7 3v1h10V3H7z", "opacity" ".3"}) (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zm0-14H7V3h10v1zm-1 6.05-1.41-1.41-3.54 3.54-1.41-1.41-1.41 1.41L11.05 15 16 10.05z"})]
"SystemSecurityUpdateGoodTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/system_security_update_outlined.cljs
================================================
(ns reagent-mui.icons.system-security-update-outlined
"Imports @mui/icons-material/SystemSecurityUpdateOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-security-update-outlined (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zM7 4V3h10v1H7zm9 8-4 4-4-4 1.41-1.41L11 12.17V8h2v4.17l1.59-1.59L16 12z"})
"SystemSecurityUpdateOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/system_security_update_rounded.cljs
================================================
(ns reagent-mui.icons.system-security-update-rounded
"Imports @mui/icons-material/SystemSecurityUpdateRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-security-update-rounded (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 18H7V6h10v12zm-2.21-5.79H13V9c0-.55-.45-1-1-1s-1 .45-1 1v3.21H9.21c-.45 0-.67.54-.35.85l2.79 2.79c.2.2.51.2.71 0l2.79-2.79c.31-.31.09-.85-.36-.85z"})
"SystemSecurityUpdateRounded"))
================================================
FILE: src/icons/reagent_mui/icons/system_security_update_sharp.cljs
================================================
(ns reagent-mui.icons.system-security-update-sharp
"Imports @mui/icons-material/SystemSecurityUpdateSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-security-update-sharp (create-svg-icon (e "path" #js {"d" "M5 1v22h14V1H5zm12 17H7V6h10v12zm-1-6h-3V8h-2v4H8l4 4 4-4z"})
"SystemSecurityUpdateSharp"))
================================================
FILE: src/icons/reagent_mui/icons/system_security_update_two_tone.cljs
================================================
(ns reagent-mui.icons.system-security-update-two-tone
"Imports @mui/icons-material/SystemSecurityUpdateTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-security-update-two-tone (create-svg-icon [(e "path" #js {"d" "M7 20h10v1H7zM7 3h10v1H7z", "opacity" ".3"}) (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zm0-14H7V3h10v1zm-1 8h-3V8h-2v4H8l4 4 4-4z"})]
"SystemSecurityUpdateTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/system_security_update_warning.cljs
================================================
(ns reagent-mui.icons.system-security-update-warning
"Imports @mui/icons-material/SystemSecurityUpdateWarning as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-security-update-warning (create-svg-icon [(e "path" #js {"d" "M11 15h2v2h-2zm0-8h2v6h-2z"}) (e "path" #js {"d" "M17 1H7c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 17H7V6h10v12z"})]
"SystemSecurityUpdateWarning"))
================================================
FILE: src/icons/reagent_mui/icons/system_security_update_warning_outlined.cljs
================================================
(ns reagent-mui.icons.system-security-update-warning-outlined
"Imports @mui/icons-material/SystemSecurityUpdateWarningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-security-update-warning-outlined (create-svg-icon [(e "path" #js {"d" "M11 15h2v2h-2zm0-8h2v6h-2z"}) (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zm0-14H7V3h10v1z"})]
"SystemSecurityUpdateWarningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/system_security_update_warning_rounded.cljs
================================================
(ns reagent-mui.icons.system-security-update-warning-rounded
"Imports @mui/icons-material/SystemSecurityUpdateWarningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-security-update-warning-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "16", "r" "1"}) (e "path" #js {"d" "M12 13c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1z"}) (e "path" #js {"d" "M17 1H7c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 17H7V6h10v12z"})]
"SystemSecurityUpdateWarningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/system_security_update_warning_sharp.cljs
================================================
(ns reagent-mui.icons.system-security-update-warning-sharp
"Imports @mui/icons-material/SystemSecurityUpdateWarningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-security-update-warning-sharp (create-svg-icon [(e "path" #js {"d" "M11 15h2v2h-2zm0-8h2v6h-2z"}) (e "path" #js {"d" "M5.01 1v22H19V1H5.01zM17 18H7V6h10v12z"})]
"SystemSecurityUpdateWarningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/system_security_update_warning_two_tone.cljs
================================================
(ns reagent-mui.icons.system-security-update-warning-two-tone
"Imports @mui/icons-material/SystemSecurityUpdateWarningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-security-update-warning-two-tone (create-svg-icon [(e "path" #js {"d" "M11 7h2v6h-2V7zm0 8h2v2h-2v-2z", "opacity" ".3"}) (e "path" #js {"d" "M11 15h2v2h-2zm0-8h2v6h-2z"}) (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zm0-14H7V3h10v1z"}) (e "path" #js {"d" "M7 21h10v-1H7v1zM7 3v1h10V3H7z", "opacity" ".3"})]
"SystemSecurityUpdateWarningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/system_update.cljs
================================================
(ns reagent-mui.icons.system-update
"Imports @mui/icons-material/SystemUpdate as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-update (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14zm-1-6h-3V8h-2v5H8l4 4 4-4z"})
"SystemUpdate"))
================================================
FILE: src/icons/reagent_mui/icons/system_update_alt.cljs
================================================
(ns reagent-mui.icons.system-update-alt
"Imports @mui/icons-material/SystemUpdateAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-update-alt (create-svg-icon (e "path" #js {"d" "m12 16.5 4-4h-3v-9h-2v9H8l4 4zm9-13h-6v1.99h6v14.03H3V5.49h6V3.5H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-14c0-1.1-.9-2-2-2z"})
"SystemUpdateAlt"))
================================================
FILE: src/icons/reagent_mui/icons/system_update_alt_outlined.cljs
================================================
(ns reagent-mui.icons.system-update-alt-outlined
"Imports @mui/icons-material/SystemUpdateAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-update-alt-outlined (create-svg-icon (e "path" #js {"d" "m12 16 4-4h-3V3h-2v9H8l4 4zm9-13h-6v1.99h6v14.03H3V4.99h6V3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 13 4-4h-3V3h-2v9H8l4 4zm9-13h-6v1.99h6v14.03H3V4.99h6V3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"SystemUpdateAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/system_update_alt_rounded.cljs
================================================
(ns reagent-mui.icons.system-update-alt-rounded
"Imports @mui/icons-material/SystemUpdateAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-update-alt-rounded (create-svg-icon (e "path" #js {"d" "m12.35 15.65 2.79-2.79c.31-.31.09-.85-.35-.85H13V4c0-.55-.45-1-1-1s-1 .45-1 1v8H9.21c-.45 0-.67.54-.35.85l2.79 2.79c.19.2.51.2.7.01zM21 3h-5.01c-.54 0-.99.45-.99.99 0 .55.45.99.99.99H20c.55 0 1 .45 1 1v12.03c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1V5.99c0-.55.45-1 1-1h4.01c.54 0 .99-.45.99-.99 0-.55-.45-1-.99-1H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"SystemUpdateAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/system_update_alt_sharp.cljs
================================================
(ns reagent-mui.icons.system-update-alt-sharp
"Imports @mui/icons-material/SystemUpdateAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-update-alt-sharp (create-svg-icon (e "path" #js {"d" "m12 16 4-4h-3V3h-2v9H8l4 4zm9-13h-6v1.99h6v14.03H3V4.99h6V3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 13 4-4h-3V3h-2v9H8l4 4zM23 3h-8v1.99h6v14.03H3V4.99h6V3H1v18h22V3z"})
"SystemUpdateAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/system_update_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.system-update-alt-two-tone
"Imports @mui/icons-material/SystemUpdateAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-update-alt-two-tone (create-svg-icon (e "path" #js {"d" "m12 16 4-4h-3V3h-2v9H8l4 4zm9-13h-6v1.99h6v14.03H3V4.99h6V3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"SystemUpdateAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/system_update_outlined.cljs
================================================
(ns reagent-mui.icons.system-update-outlined
"Imports @mui/icons-material/SystemUpdateOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-update-outlined (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14zm-1-6h-3V8h-2v5H8l4 4 4-4z"})
"SystemUpdateOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/system_update_rounded.cljs
================================================
(ns reagent-mui.icons.system-update-rounded
"Imports @mui/icons-material/SystemUpdateRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-update-rounded (create-svg-icon (e "path" #js {"d" "M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14zm-2.21-6H13V9c0-.55-.45-1-1-1s-1 .45-1 1v4H9.21c-.45 0-.67.54-.35.85l2.79 2.79c.2.2.51.2.71 0l2.79-2.79c.31-.31.09-.85-.36-.85z"})
"SystemUpdateRounded"))
================================================
FILE: src/icons/reagent_mui/icons/system_update_sharp.cljs
================================================
(ns reagent-mui.icons.system-update-sharp
"Imports @mui/icons-material/SystemUpdateSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-update-sharp (create-svg-icon (e "path" #js {"d" "M5 1v22h14V1H5zm12 18H7V5h10v14zm-1-6h-3V8h-2v5H8l4 4 4-4z"})
"SystemUpdateSharp"))
================================================
FILE: src/icons/reagent_mui/icons/system_update_two_tone.cljs
================================================
(ns reagent-mui.icons.system-update-two-tone
"Imports @mui/icons-material/SystemUpdateTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def system-update-two-tone (create-svg-icon [(e "path" #js {"d" "M7 19h10V5H7v14zm4-6V8h2v5h3l-4 4-4-4h3z", "opacity" ".3"}) (e "path" #js {"d" "M16 13h-3V8h-2v5H8l4 4zm1-11.99L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})]
"SystemUpdateTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tab.cljs
================================================
(ns reagent-mui.icons.tab
"Imports @mui/icons-material/Tab as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tab (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h10v4h8v10z"})
"Tab"))
================================================
FILE: src/icons/reagent_mui/icons/tab_outlined.cljs
================================================
(ns reagent-mui.icons.tab-outlined
"Imports @mui/icons-material/TabOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tab-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h10v4h8v10z"})
"TabOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tab_rounded.cljs
================================================
(ns reagent-mui.icons.tab-rounded
"Imports @mui/icons-material/TabRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tab-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h9v3c0 .55.45 1 1 1h7v9c0 .55-.45 1-1 1z"})
"TabRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tab_sharp.cljs
================================================
(ns reagent-mui.icons.tab-sharp
"Imports @mui/icons-material/TabSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tab-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h10v4h8v10zm2-16H1v18h22V3zm-2 16H3V5h10v4h8v10z"})
"TabSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tab_two_tone.cljs
================================================
(ns reagent-mui.icons.tab-two-tone
"Imports @mui/icons-material/TabTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tab-two-tone (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h10v4h8v10z"})
"TabTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tab_unselected.cljs
================================================
(ns reagent-mui.icons.tab-unselected
"Imports @mui/icons-material/TabUnselected as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tab-unselected (create-svg-icon (e "path" #js {"d" "M1 9h2V7H1v2zm0 4h2v-2H1v2zm0-8h2V3c-1.1 0-2 .9-2 2zm8 16h2v-2H9v2zm-8-4h2v-2H1v2zm2 4v-2H1c0 1.1.9 2 2 2zM21 3h-8v6h10V5c0-1.1-.9-2-2-2zm0 14h2v-2h-2v2zM9 5h2V3H9v2zM5 21h2v-2H5v2zM5 5h2V3H5v2zm16 16c1.1 0 2-.9 2-2h-2v2zm0-8h2v-2h-2v2zm-8 8h2v-2h-2v2zm4 0h2v-2h-2v2z"})
"TabUnselected"))
================================================
FILE: src/icons/reagent_mui/icons/tab_unselected_outlined.cljs
================================================
(ns reagent-mui.icons.tab-unselected-outlined
"Imports @mui/icons-material/TabUnselectedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tab-unselected-outlined (create-svg-icon (e "path" #js {"d" "M1 9h2V7H1v2zm0 4h2v-2H1v2zm0-8h2V3c-1.1 0-2 .9-2 2zm8 16h2v-2H9v2zm-8-4h2v-2H1v2zm2 4v-2H1c0 1.1.9 2 2 2zM21 3h-8v6h10V5c0-1.1-.9-2-2-2zm0 14h2v-2h-2v2zM9 5h2V3H9v2zM5 21h2v-2H5v2zM5 5h2V3H5v2zm16 16c1.1 0 2-.9 2-2h-2v2zm0-8h2v-2h-2v2zm-8 8h2v-2h-2v2zm4 0h2v-2h-2v2z"})
"TabUnselectedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tab_unselected_rounded.cljs
================================================
(ns reagent-mui.icons.tab-unselected-rounded
"Imports @mui/icons-material/TabUnselectedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tab-unselected-rounded (create-svg-icon (e "path" #js {"d" "M1 9h2V7H1v2zm0 4h2v-2H1v2zm0-8h2V3c-1.1 0-2 .9-2 2zm8 16h2v-2H9v2zm-8-4h2v-2H1v2zm2 4v-2H1c0 1.1.9 2 2 2zM21 3h-8v5c0 .55.45 1 1 1h9V5c0-1.1-.9-2-2-2zm0 14h2v-2h-2v2zM9 5h2V3H9v2zM5 21h2v-2H5v2zM5 5h2V3H5v2zm16 16c1.1 0 2-.9 2-2h-2v2zm0-8h2v-2h-2v2zm-8 8h2v-2h-2v2zm4 0h2v-2h-2v2z"})
"TabUnselectedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tab_unselected_sharp.cljs
================================================
(ns reagent-mui.icons.tab-unselected-sharp
"Imports @mui/icons-material/TabUnselectedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tab-unselected-sharp (create-svg-icon (e "path" #js {"d" "M1 9h2V7H1v2zm0 4h2v-2H1v2zm8 8h2v-2H9v2zm-8-4h2v-2H1v2zm0 4h2v-2H1v2zM23 3H13v6h10V3zm-2 14h2v-2h-2v2zM9 5h2V3H9v2zM5 21h2v-2H5v2zM5 5h2V3H5v2zM1 5h2V3H1v2zm20 8h2v-2h-2v2zm-8 8h2v-2h-2v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2z"})
"TabUnselectedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tab_unselected_two_tone.cljs
================================================
(ns reagent-mui.icons.tab-unselected-two-tone
"Imports @mui/icons-material/TabUnselectedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tab-unselected-two-tone (create-svg-icon (e "path" #js {"d" "M1 9h2V7H1v2zm0 4h2v-2H1v2zm0-8h2V3c-1.1 0-2 .9-2 2zm8 16h2v-2H9v2zm-8-4h2v-2H1v2zm2 4v-2H1c0 1.1.9 2 2 2zM21 3h-8v6h10V5c0-1.1-.9-2-2-2zm0 14h2v-2h-2v2zM9 5h2V3H9v2zM5 21h2v-2H5v2zM5 5h2V3H5v2zm16 16c1.1 0 2-.9 2-2h-2v2zm0-8h2v-2h-2v2zm-8 8h2v-2h-2v2zm4 0h2v-2h-2v2z"})
"TabUnselectedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/table_bar.cljs
================================================
(ns reagent-mui.icons.table-bar
"Imports @mui/icons-material/TableBar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-bar (create-svg-icon (e "path" #js {"d" "M22 7.5C22 5.57 17.52 4 12 4S2 5.57 2 7.5c0 1.81 3.95 3.31 9 3.48V15H9.35c-.82 0-1.55.5-1.86 1.26L6 20h2l1.2-3h5.6l1.2 3h2l-1.5-3.74c-.3-.76-1.04-1.26-1.85-1.26H13v-4.02c5.05-.17 9-1.67 9-3.48z"})
"TableBar"))
================================================
FILE: src/icons/reagent_mui/icons/table_bar_outlined.cljs
================================================
(ns reagent-mui.icons.table-bar-outlined
"Imports @mui/icons-material/TableBarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-bar-outlined (create-svg-icon (e "path" #js {"d" "M22 7.5C22 5.57 17.52 4 12 4S2 5.57 2 7.5c0 1.81 3.95 3.31 9 3.48V15H9.35c-.82 0-1.55.5-1.86 1.26L6 20h2l1.2-3h5.6l1.2 3h2l-1.5-3.74c-.3-.76-1.04-1.26-1.85-1.26H13v-4.02c5.05-.17 9-1.67 9-3.48zM12 6c4.05 0 6.74.86 7.72 1.5C18.74 8.14 16.05 9 12 9s-6.74-.86-7.72-1.5C5.26 6.86 7.95 6 12 6z"})
"TableBarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/table_bar_rounded.cljs
================================================
(ns reagent-mui.icons.table-bar-rounded
"Imports @mui/icons-material/TableBarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-bar-rounded (create-svg-icon (e "path" #js {"d" "M22 7.5C22 5.57 17.52 4 12 4S2 5.57 2 7.5c0 1.81 3.95 3.31 9 3.48V15H9.35c-.82 0-1.55.5-1.86 1.26l-.99 2.47c-.23.61.21 1.27.87 1.27.38 0 .72-.23.86-.58L9.2 17h5.6l.97 2.42c.14.35.48.58.86.58.66 0 1.11-.66.86-1.27l-.99-2.47c-.3-.76-1.04-1.26-1.85-1.26H13v-4.02c5.05-.17 9-1.67 9-3.48z"})
"TableBarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/table_bar_sharp.cljs
================================================
(ns reagent-mui.icons.table-bar-sharp
"Imports @mui/icons-material/TableBarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-bar-sharp (create-svg-icon (e "path" #js {"d" "M22 7.5C22 5.57 17.52 4 12 4S2 5.57 2 7.5c0 1.81 3.95 3.31 9 3.48V15H8l-2 5h2l1.2-3h5.6l1.2 3h2l-2-5h-3v-4.02c5.05-.17 9-1.67 9-3.48z"})
"TableBarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/table_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.table-bar-two-tone
"Imports @mui/icons-material/TableBarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-bar-two-tone (create-svg-icon [(e "ellipse" #js {"cx" "12", "cy" "7.5", "opacity" ".3", "rx" "7.72", "ry" "1.5"}) (e "path" #js {"d" "M22 7.5C22 5.57 17.52 4 12 4S2 5.57 2 7.5c0 1.81 3.95 3.31 9 3.48V15H9.35c-.82 0-1.55.5-1.86 1.26L6 20h2l1.2-3h5.6l1.2 3h2l-1.5-3.74c-.3-.76-1.04-1.26-1.85-1.26H13v-4.02c5.05-.17 9-1.67 9-3.48zM12 9c-4.05 0-6.74-.86-7.72-1.5C5.26 6.86 7.95 6 12 6s6.74.86 7.72 1.5C18.74 8.14 16.05 9 12 9z"})]
"TableBarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/table_chart.cljs
================================================
(ns reagent-mui.icons.table-chart
"Imports @mui/icons-material/TableChart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-chart (create-svg-icon (e "path" #js {"d" "M10 10.02h5V21h-5zM17 21h3c1.1 0 2-.9 2-2v-9h-5v11zm3-18H5c-1.1 0-2 .9-2 2v3h19V5c0-1.1-.9-2-2-2zM3 19c0 1.1.9 2 2 2h3V10H3v9z"})
"TableChart"))
================================================
FILE: src/icons/reagent_mui/icons/table_chart_outlined.cljs
================================================
(ns reagent-mui.icons.table-chart-outlined
"Imports @mui/icons-material/TableChartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-chart-outlined (create-svg-icon (e "path" #js {"d" "M20 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 2v3H5V5h15zm-5 14h-5v-9h5v9zM5 10h3v9H5v-9zm12 9v-9h3v9h-3z"})
"TableChartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/table_chart_rounded.cljs
================================================
(ns reagent-mui.icons.table-chart-rounded
"Imports @mui/icons-material/TableChartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-chart-rounded (create-svg-icon (e "path" #js {"d" "M10 10.02h5V21h-5V10.02zM17 21h3c1.1 0 2-.9 2-2v-9h-5v11zm3-18H5c-1.1 0-2 .9-2 2v3h19V5c0-1.1-.9-2-2-2zM3 19c0 1.1.9 2 2 2h3V10H3v9z"})
"TableChartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/table_chart_sharp.cljs
================================================
(ns reagent-mui.icons.table-chart-sharp
"Imports @mui/icons-material/TableChartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-chart-sharp (create-svg-icon (e "path" #js {"d" "M10 10.02h5V21h-5V10.02zM17 21h5V10h-5v11zm5-18H3v5h19V3zM3 21h5V10H3v11z"})
"TableChartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/table_chart_two_tone.cljs
================================================
(ns reagent-mui.icons.table-chart-two-tone
"Imports @mui/icons-material/TableChartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-chart-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5h15v3H5zm12 5h3v9h-3zm-7 0h5v9h-5zm-5 0h3v9H5z", "opacity" ".3"}) (e "path" #js {"d" "M20 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8 19H5v-9h3v9zm7 0h-5v-9h5v9zm5 0h-3v-9h3v9zm0-11H5V5h15v3z"})]
"TableChartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/table_restaurant.cljs
================================================
(ns reagent-mui.icons.table-restaurant
"Imports @mui/icons-material/TableRestaurant as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-restaurant (create-svg-icon (e "path" #js {"d" "m21.96 9.73-1.43-5c-.12-.43-.51-.73-.96-.73H4.43c-.45 0-.84.3-.96.73l-1.43 5c-.18.63.3 1.27.96 1.27h2.2L4 20h2l.67-5h10.67l.66 5h2l-1.2-9H21c.66 0 1.14-.64.96-1.27zM6.93 13l.27-2h9.6l.27 2H6.93z"})
"TableRestaurant"))
================================================
FILE: src/icons/reagent_mui/icons/table_restaurant_outlined.cljs
================================================
(ns reagent-mui.icons.table-restaurant-outlined
"Imports @mui/icons-material/TableRestaurantOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-restaurant-outlined (create-svg-icon (e "path" #js {"d" "m21.96 9.73-1.43-5c-.12-.43-.51-.73-.96-.73H4.43c-.45 0-.84.3-.96.73l-1.43 5c-.18.63.3 1.27.96 1.27h2.2L4 20h2l.67-5h10.67l.66 5h2l-1.2-9H21c.66 0 1.14-.64.96-1.27zM6.93 13l.27-2h9.6l.27 2H6.93zm-2.6-4 .86-3h13.63l.86 3H4.33z"})
"TableRestaurantOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/table_restaurant_rounded.cljs
================================================
(ns reagent-mui.icons.table-restaurant-rounded
"Imports @mui/icons-material/TableRestaurantRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-restaurant-rounded (create-svg-icon (e "path" #js {"d" "m21.96 9.73-1.43-5c-.12-.43-.51-.73-.96-.73H4.43c-.45 0-.84.3-.96.73l-1.43 5c-.18.63.3 1.27.96 1.27h2.2l-1.05 7.88c-.08.59.38 1.12.98 1.12.5 0 .92-.37.98-.86L6.67 15h10.67l.55 4.14c.07.49.49.86.98.86.6 0 1.06-.53.98-1.12L18.8 11H21c.66 0 1.14-.64.96-1.27zM6.93 13l.27-2h9.6l.27 2H6.93z"})
"TableRestaurantRounded"))
================================================
FILE: src/icons/reagent_mui/icons/table_restaurant_sharp.cljs
================================================
(ns reagent-mui.icons.table-restaurant-sharp
"Imports @mui/icons-material/TableRestaurantSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-restaurant-sharp (create-svg-icon (e "path" #js {"d" "m22.33 11-2-7H3.67l-2 7H5.2L4 20h2l.67-5h10.67l.66 5h2l-1.2-9h3.53zm-15.4 2 .27-2h9.6l.27 2H6.93z"})
"TableRestaurantSharp"))
================================================
FILE: src/icons/reagent_mui/icons/table_restaurant_two_tone.cljs
================================================
(ns reagent-mui.icons.table-restaurant-two-tone
"Imports @mui/icons-material/TableRestaurantTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-restaurant-two-tone (create-svg-icon [(e "path" #js {"d" "m5.18 6-.85 3h15.34l-.85-3z", "opacity" ".3"}) (e "path" #js {"d" "m21.96 9.73-1.43-5c-.12-.43-.51-.73-.96-.73H4.43c-.45 0-.84.3-.96.73l-1.43 5c-.18.63.3 1.27.96 1.27h2.2L4 20h2l.67-5h10.67l.66 5h2l-1.2-9H21c.66 0 1.14-.64.96-1.27zM6.93 13l.27-2h9.6l.27 2H6.93zm-2.6-4 .86-3h13.63l.86 3H4.33z"})]
"TableRestaurantTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/table_rows.cljs
================================================
(ns reagent-mui.icons.table-rows
"Imports @mui/icons-material/TableRows as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-rows (create-svg-icon (e "path" #js {"d" "M21 8H3V4h18v4zm0 2H3v4h18v-4zm0 6H3v4h18v-4z"})
"TableRows"))
================================================
FILE: src/icons/reagent_mui/icons/table_rows_outlined.cljs
================================================
(ns reagent-mui.icons.table-rows-outlined
"Imports @mui/icons-material/TableRowsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-rows-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 2v3H5V5h14zm0 5v4H5v-4h14zM5 19v-3h14v3H5z"})
"TableRowsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/table_rows_rounded.cljs
================================================
(ns reagent-mui.icons.table-rows-rounded
"Imports @mui/icons-material/TableRowsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-rows-rounded (create-svg-icon (e "path" #js {"d" "M19 8H5c-1.1 0-2-.9-2-2s.9-2 2-2h14c1.1 0 2 .9 2 2s-.9 2-2 2zm0 2H5c-1.1 0-2 .9-2 2s.9 2 2 2h14c1.1 0 2-.9 2-2s-.9-2-2-2zm0 6H5c-1.1 0-2 .9-2 2s.9 2 2 2h14c1.1 0 2-.9 2-2s-.9-2-2-2z"})
"TableRowsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/table_rows_sharp.cljs
================================================
(ns reagent-mui.icons.table-rows-sharp
"Imports @mui/icons-material/TableRowsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-rows-sharp (create-svg-icon (e "path" #js {"d" "M21 8H3V4h18v4zm0 2H3v4h18v-4zm0 6H3v4h18v-4z"})
"TableRowsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/table_rows_two_tone.cljs
================================================
(ns reagent-mui.icons.table-rows-two-tone
"Imports @mui/icons-material/TableRowsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-rows-two-tone (create-svg-icon [(e "path" #js {"d" "M19 5v3H5V5h14zm0 5v4H5v-4h14zM5 19v-3h14v3H5z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 2v3H5V5h14zm0 5v4H5v-4h14zM5 19v-3h14v3H5z"})]
"TableRowsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/table_view.cljs
================================================
(ns reagent-mui.icons.table-view
"Imports @mui/icons-material/TableView as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-view (create-svg-icon (e "path" #js {"d" "M19 7H9c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 2v2H9V9h10zm-6 6v-2h2v2h-2zm2 2v2h-2v-2h2zm-4-2H9v-2h2v2zm6-2h2v2h-2v-2zm-8 4h2v2H9v-2zm8 2v-2h2v2h-2zM6 17H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v1h-2V5H5v10h1v2z"})
"TableView"))
================================================
FILE: src/icons/reagent_mui/icons/table_view_outlined.cljs
================================================
(ns reagent-mui.icons.table-view-outlined
"Imports @mui/icons-material/TableViewOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-view-outlined (create-svg-icon (e "path" #js {"d" "M19 7H9c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 2v2H9V9h10zm-6 6v-2h2v2h-2zm2 2v2h-2v-2h2zm-4-2H9v-2h2v2zm6-2h2v2h-2v-2zm-8 4h2v2H9v-2zm8 2v-2h2v2h-2zM6 17H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v1h-2V5H5v10h1v2z"})
"TableViewOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/table_view_rounded.cljs
================================================
(ns reagent-mui.icons.table-view-rounded
"Imports @mui/icons-material/TableViewRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-view-rounded (create-svg-icon (e "path" #js {"d" "M19 7H9c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 3c0 .55-.45 1-1 1h-8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1zm-6 5v-2h2v2h-2zm2 2v2h-2v-2h2zm-4-2H9v-2h2v2zm6-2h2v2h-2v-2zm-8 4h2v2H9v-2zm8 2v-2h2v2h-2zM6 17H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v1h-2V5H5v10h1v2z"})
"TableViewRounded"))
================================================
FILE: src/icons/reagent_mui/icons/table_view_sharp.cljs
================================================
(ns reagent-mui.icons.table-view-sharp
"Imports @mui/icons-material/TableViewSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-view-sharp (create-svg-icon (e "path" #js {"d" "M21 7H7v14h14V7zm-2 2v2H9V9h10zm-6 6v-2h2v2h-2zm2 2v2h-2v-2h2zm-4-2H9v-2h2v2zm6-2h2v2h-2v-2zm-8 4h2v2H9v-2zm8 2v-2h2v2h-2zM6 17H3V3h14v3h-2V5H5v10h1v2z"})
"TableViewSharp"))
================================================
FILE: src/icons/reagent_mui/icons/table_view_two_tone.cljs
================================================
(ns reagent-mui.icons.table-view-two-tone
"Imports @mui/icons-material/TableViewTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def table-view-two-tone (create-svg-icon [(e "path" #js {"d" "M19 9v2H9V9h10zm-6 6v-2h2v2h-2zm2 2v2h-2v-2h2zm-4-2H9v-2h2v2zm6-2h2v2h-2v-2zm-8 4h2v2H9v-2zm8 2v-2h2v2h-2z", "opacity" ".3"}) (e "path" #js {"d" "M19 7H9c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 2v2H9V9h10zm-6 6v-2h2v2h-2zm2 2v2h-2v-2h2zm-4-2H9v-2h2v2zm6-2h2v2h-2v-2zm-8 4h2v2H9v-2zm8 2v-2h2v2h-2zM6 17H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v1h-2V5H5v10h1v2z"})]
"TableViewTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tablet.cljs
================================================
(ns reagent-mui.icons.tablet
"Imports @mui/icons-material/Tablet as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tablet (create-svg-icon (e "path" #js {"d" "M21 4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 1.99-.9 1.99-2L23 6c0-1.1-.9-2-2-2zm-2 14H5V6h14v12z"})
"Tablet"))
================================================
FILE: src/icons/reagent_mui/icons/tablet_android.cljs
================================================
(ns reagent-mui.icons.tablet-android
"Imports @mui/icons-material/TabletAndroid as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tablet-android (create-svg-icon (e "path" #js {"d" "M18 0H6C4.34 0 3 1.34 3 3v18c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V3c0-1.66-1.34-3-3-3zm-4 22h-4v-1h4v1zm5.25-3H4.75V3h14.5v16z"})
"TabletAndroid"))
================================================
FILE: src/icons/reagent_mui/icons/tablet_android_outlined.cljs
================================================
(ns reagent-mui.icons.tablet-android-outlined
"Imports @mui/icons-material/TabletAndroidOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tablet-android-outlined (create-svg-icon (e "path" #js {"d" "M18 0H6C4.34 0 3 1.34 3 3v18c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V3c0-1.66-1.34-3-3-3zm-4 22h-4v-1h4v1zm5.25-3H4.75V3h14.5v16z"})
"TabletAndroidOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tablet_android_rounded.cljs
================================================
(ns reagent-mui.icons.tablet-android-rounded
"Imports @mui/icons-material/TabletAndroidRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tablet-android-rounded (create-svg-icon (e "path" #js {"d" "M18 0H6C4.34 0 3 1.34 3 3v18c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V3c0-1.66-1.34-3-3-3zm-4.5 22h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5zm5.75-3H4.75V3h14.5v16z"})
"TabletAndroidRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tablet_android_sharp.cljs
================================================
(ns reagent-mui.icons.tablet-android-sharp
"Imports @mui/icons-material/TabletAndroidSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tablet-android-sharp (create-svg-icon (e "path" #js {"d" "M21 0H3v24h18V0zm-7 22h-4v-1h4v1zm5.25-3H4.75V3h14.5v16z"})
"TabletAndroidSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tablet_android_two_tone.cljs
================================================
(ns reagent-mui.icons.tablet-android-two-tone
"Imports @mui/icons-material/TabletAndroidTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tablet-android-two-tone (create-svg-icon [(e "path" #js {"d" "M4.75 3h14.5v16H4.75z", "opacity" ".3"}) (e "path" #js {"d" "M18 0H6C4.34 0 3 1.34 3 3v18c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V3c0-1.66-1.34-3-3-3zm-4 22h-4v-1h4v1zm5.25-3H4.75V3h14.5v16z"})]
"TabletAndroidTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tablet_mac.cljs
================================================
(ns reagent-mui.icons.tablet-mac
"Imports @mui/icons-material/TabletMac as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tablet-mac (create-svg-icon (e "path" #js {"d" "M18.5 0h-14C3.12 0 2 1.12 2 2.5v19C2 22.88 3.12 24 4.5 24h14c1.38 0 2.5-1.12 2.5-2.5v-19C21 1.12 19.88 0 18.5 0zm-7 23c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm7.5-4H4V3h15v16z"})
"TabletMac"))
================================================
FILE: src/icons/reagent_mui/icons/tablet_mac_outlined.cljs
================================================
(ns reagent-mui.icons.tablet-mac-outlined
"Imports @mui/icons-material/TabletMacOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tablet-mac-outlined (create-svg-icon (e "path" #js {"d" "M18.5 0h-14C3.12 0 2 1.12 2 2.5v19C2 22.88 3.12 24 4.5 24h14c1.38 0 2.5-1.12 2.5-2.5v-19C21 1.12 19.88 0 18.5 0zm-7 23c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm7.5-4H4V3h15v16z"})
"TabletMacOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tablet_mac_rounded.cljs
================================================
(ns reagent-mui.icons.tablet-mac-rounded
"Imports @mui/icons-material/TabletMacRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tablet-mac-rounded (create-svg-icon (e "path" #js {"d" "M18.5 0h-14C3.12 0 2 1.12 2 2.5v19C2 22.88 3.12 24 4.5 24h14c1.38 0 2.5-1.12 2.5-2.5v-19C21 1.12 19.88 0 18.5 0zm-7 23c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm7.5-4H4V3h15v16z"})
"TabletMacRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tablet_mac_sharp.cljs
================================================
(ns reagent-mui.icons.tablet-mac-sharp
"Imports @mui/icons-material/TabletMacSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tablet-mac-sharp (create-svg-icon (e "path" #js {"d" "M21 0H2v24h19V0zm-9.5 23c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm7.5-4H4V3h15v16z"})
"TabletMacSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tablet_mac_two_tone.cljs
================================================
(ns reagent-mui.icons.tablet-mac-two-tone
"Imports @mui/icons-material/TabletMacTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tablet-mac-two-tone (create-svg-icon [(e "path" #js {"d" "M4 3h15v16H4z", "opacity" ".3"}) (e "path" #js {"d" "M18.5 0h-14C3.12 0 2 1.12 2 2.5v19C2 22.88 3.12 24 4.5 24h14c1.38 0 2.5-1.12 2.5-2.5v-19C21 1.12 19.88 0 18.5 0zm-7 23c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm7.5-4H4V3h15v16z"})]
"TabletMacTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tablet_outlined.cljs
================================================
(ns reagent-mui.icons.tablet-outlined
"Imports @mui/icons-material/TabletOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tablet-outlined (create-svg-icon (e "path" #js {"d" "M21 4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 1.99-.9 1.99-2L23 6c0-1.1-.9-2-2-2zm-2 14H5V6h14v12z"})
"TabletOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tablet_rounded.cljs
================================================
(ns reagent-mui.icons.tablet-rounded
"Imports @mui/icons-material/TabletRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tablet-rounded (create-svg-icon (e "path" #js {"d" "M21 4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 1.99-.9 1.99-2L23 6c0-1.1-.9-2-2-2zm-2 14H5V6h14v12z"})
"TabletRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tablet_sharp.cljs
================================================
(ns reagent-mui.icons.tablet-sharp
"Imports @mui/icons-material/TabletSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tablet-sharp (create-svg-icon (e "path" #js {"d" "M23 4H1v16h21.99L23 4zm-4 14H5V6h14v12z"})
"TabletSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tablet_two_tone.cljs
================================================
(ns reagent-mui.icons.tablet-two-tone
"Imports @mui/icons-material/TabletTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tablet-two-tone (create-svg-icon [(e "path" #js {"d" "M5 6h14v12H5z", "opacity" ".3"}) (e "path" #js {"d" "M21 4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 1.99-.9 1.99-2L23 6c0-1.1-.9-2-2-2zm-2 14H5V6h14v12z"})]
"TabletTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tag.cljs
================================================
(ns reagent-mui.icons.tag
"Imports @mui/icons-material/Tag as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tag (create-svg-icon (e "path" #js {"d" "M20 10V8h-4V4h-2v4h-4V4H8v4H4v2h4v4H4v2h4v4h2v-4h4v4h2v-4h4v-2h-4v-4h4zm-6 4h-4v-4h4v4z"})
"Tag"))
================================================
FILE: src/icons/reagent_mui/icons/tag_faces.cljs
================================================
(ns reagent-mui.icons.tag-faces
"Imports @mui/icons-material/TagFaces as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tag-faces (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"})
"TagFaces"))
================================================
FILE: src/icons/reagent_mui/icons/tag_faces_outlined.cljs
================================================
(ns reagent-mui.icons.tag-faces-outlined
"Imports @mui/icons-material/TagFacesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tag-faces-outlined (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"})
"TagFacesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tag_faces_rounded.cljs
================================================
(ns reagent-mui.icons.tag-faces-rounded
"Imports @mui/icons-material/TagFacesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tag-faces-rounded (create-svg-icon (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM8.5 8c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zm8.25 6.75c-.95 1.64-2.72 2.75-4.75 2.75s-3.8-1.11-4.75-2.75c-.19-.33.06-.75.44-.75h8.62c.39 0 .63.42.44.75zM15.5 11c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"TagFacesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tag_faces_sharp.cljs
================================================
(ns reagent-mui.icons.tag-faces-sharp
"Imports @mui/icons-material/TagFacesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tag-faces-sharp (create-svg-icon (e "path" #js {"d" "M12.01 2C6.49 2 2.02 6.48 2.02 12s4.47 10 9.99 10c5.53 0 10.01-4.48 10.01-10S17.54 2 12.01 2zm.01 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.35 8 15.52 8s-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.35 8 8.52 8s-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.91c.8 2.04 2.78 3.5 5.11 3.5z"})
"TagFacesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tag_faces_two_tone.cljs
================================================
(ns reagent-mui.icons.tag-faces-two-tone
"Imports @mui/icons-material/TagFacesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tag-faces-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm3.5 4c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8zm3.5 9.5c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.8 2.04-2.78 3.5-5.11 3.5z", "opacity" ".3"}) (e "circle" #js {"cx" "8.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M12 17.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"}) (e "circle" #js {"cx" "15.5", "cy" "9.5", "r" "1.5"}) (e "path" #js {"d" "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})]
"TagFacesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tag_outlined.cljs
================================================
(ns reagent-mui.icons.tag-outlined
"Imports @mui/icons-material/TagOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tag-outlined (create-svg-icon (e "path" #js {"d" "M20 10V8h-4V4h-2v4h-4V4H8v4H4v2h4v4H4v2h4v4h2v-4h4v4h2v-4h4v-2h-4v-4h4zm-6 4h-4v-4h4v4z"})
"TagOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tag_rounded.cljs
================================================
(ns reagent-mui.icons.tag-rounded
"Imports @mui/icons-material/TagRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tag-rounded (create-svg-icon (e "path" #js {"d" "M20 9c0-.55-.45-1-1-1h-3V5c0-.55-.45-1-1-1s-1 .45-1 1v3h-4V5c0-.55-.45-1-1-1s-1 .45-1 1v3H5c-.55 0-1 .45-1 1s.45 1 1 1h3v4H5c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h4v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1h-3v-4h3c.55 0 1-.45 1-1zm-6 5h-4v-4h4v4z"})
"TagRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tag_sharp.cljs
================================================
(ns reagent-mui.icons.tag-sharp
"Imports @mui/icons-material/TagSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tag-sharp (create-svg-icon (e "path" #js {"d" "M20 10V8h-4V4h-2v4h-4V4H8v4H4v2h4v4H4v2h4v4h2v-4h4v4h2v-4h4v-2h-4v-4h4zm-6 4h-4v-4h4v4z"})
"TagSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tag_two_tone.cljs
================================================
(ns reagent-mui.icons.tag-two-tone
"Imports @mui/icons-material/TagTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tag-two-tone (create-svg-icon (e "path" #js {"d" "M20 10V8h-4V4h-2v4h-4V4H8v4H4v2h4v4H4v2h4v4h2v-4h4v4h2v-4h4v-2h-4v-4h4zm-6 4h-4v-4h4v4z"})
"TagTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/takeout_dining.cljs
================================================
(ns reagent-mui.icons.takeout-dining
"Imports @mui/icons-material/TakeoutDining as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def takeout-dining (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M5.26 11h13.48l-.67 9H5.93l-.67-9zm3.76-7h5.95L19 7.38l1.59-1.59L22 7.21 19.21 10H4.79L2 7.21 3.41 5.8 5 7.38 9.02 4z"})
"TakeoutDining"))
================================================
FILE: src/icons/reagent_mui/icons/takeout_dining_outlined.cljs
================================================
(ns reagent-mui.icons.takeout-dining-outlined
"Imports @mui/icons-material/TakeoutDiningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def takeout-dining-outlined (create-svg-icon (e "path" #js {"d" "m7.79 18-.51-7h9.46l-.51 7H7.79zM9.83 5h4.33l2.8 2.73L16.87 9H7.12l-.09-1.27L9.83 5zM22 7.46l-1.41-1.41L19 7.63l.03-.56L14.98 3H9.02L4.97 7.07l.03.5-1.59-1.56L2 7.44l3.23 3.11.7 9.45h12.14l.7-9.44L22 7.46z"})
"TakeoutDiningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/takeout_dining_rounded.cljs
================================================
(ns reagent-mui.icons.takeout-dining-rounded
"Imports @mui/icons-material/TakeoutDiningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def takeout-dining-rounded (create-svg-icon (e "path" #js {"d" "M21.29 6.75a.9839.9839 0 0 0-1.4 0l-.89.88.03-.56-3.46-3.48c-.38-.38-.89-.59-1.42-.59h-4.3c-.53 0-1.04.21-1.42.59L4.97 7.07l.03.5-.89-.87c-.39-.38-1.01-.38-1.39.01l-.02.02c-.38.39-.38 1.02.02 1.4L4.66 10h14.69l1.92-1.84c.4-.38.41-1.02.02-1.41zm-15.5 11.4c.08 1.04.95 1.85 2 1.85h8.43c1.05 0 1.92-.81 1.99-1.85l.49-6.6H5.3l.49 6.6z"})
"TakeoutDiningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/takeout_dining_sharp.cljs
================================================
(ns reagent-mui.icons.takeout-dining-sharp
"Imports @mui/icons-material/TakeoutDiningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def takeout-dining-sharp (create-svg-icon (e "path" #js {"d" "m22 7.46-1.41-1.41L19 7.63l.03-.56L14.98 3H9.02L4.97 7.07l.03.5-1.59-1.56L2 7.44 4.66 10h14.69zM5.93 20h12.14l.63-8.45H5.3z"})
"TakeoutDiningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/takeout_dining_two_tone.cljs
================================================
(ns reagent-mui.icons.takeout-dining-two-tone
"Imports @mui/icons-material/TakeoutDiningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def takeout-dining-two-tone (create-svg-icon [(e "path" #js {"d" "m9.83 5-2.8 2.73L7.12 9h9.75l.09-1.27L14.16 5zM7.79 18h8.44l.51-7H7.28z", "opacity" ".3"}) (e "path" #js {"d" "M20.59 6.05 19 7.63l.03-.56L14.98 3H9.02L4.97 7.07l.03.5-1.59-1.56L2 7.44l3.23 3.11.7 9.45h12.14l.7-9.44L22 7.46l-1.41-1.41zM16.23 18H7.79l-.51-7h9.46l-.51 7zm.64-9H7.12l-.09-1.27L9.83 5h4.33l2.8 2.73L16.87 9z"})]
"TakeoutDiningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tap_and_play.cljs
================================================
(ns reagent-mui.icons.tap-and-play
"Imports @mui/icons-material/TapAndPlay as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tap-and-play (create-svg-icon (e "path" #js {"d" "M2 16v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0 4v3h3c0-1.66-1.34-3-3-3zm0-8v2c4.97 0 9 4.03 9 9h2c0-6.08-4.92-11-11-11zM17 1.01 7 1c-1.1 0-2 .9-2 2v7.37c.69.16 1.36.37 2 .64V5h10v13h-3.03c.52 1.25.84 2.59.95 4H17c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99z"})
"TapAndPlay"))
================================================
FILE: src/icons/reagent_mui/icons/tap_and_play_outlined.cljs
================================================
(ns reagent-mui.icons.tap-and-play-outlined
"Imports @mui/icons-material/TapAndPlayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tap-and-play-outlined (create-svg-icon (e "path" #js {"d" "M2 16v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0 4v3h3c0-1.66-1.34-3-3-3zm0-8v2c4.97 0 9 4.03 9 9h2c0-6.08-4.92-11-11-11zM17 1.01 7 1c-1.1 0-2 .9-2 2v7.37c.69.16 1.36.37 2 .64V5h10v13h-3.03c.52 1.25.84 2.59.95 4H17c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99z"})
"TapAndPlayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tap_and_play_rounded.cljs
================================================
(ns reagent-mui.icons.tap-and-play-rounded
"Imports @mui/icons-material/TapAndPlayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tap-and-play-rounded (create-svg-icon (e "path" #js {"d" "M3.14 16.09c-.6-.1-1.14.39-1.14 1 0 .49.36.9.85.98 2.08.36 3.72 2 4.08 4.08.08.49.49.85.98.85.61 0 1.09-.54 1-1.14-.48-2.95-2.81-5.29-5.77-5.77zM2 20v3h3c0-1.66-1.34-3-3-3zm1.11-7.94c-.59-.06-1.11.4-1.11.99 0 .5.37.94.87.99 4.27.41 7.67 3.81 8.08 8.08.05.5.48.88.99.88.59 0 1.06-.51 1-1.1-.51-5.2-4.63-9.32-9.83-9.84zM17 1.01 7 1c-1.1 0-2 .9-2 2v7.37c.69.16 1.36.37 2 .64V5h10v13h-3.03c.52 1.25.84 2.59.95 4H17c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99z"})
"TapAndPlayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tap_and_play_sharp.cljs
================================================
(ns reagent-mui.icons.tap-and-play-sharp
"Imports @mui/icons-material/TapAndPlaySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tap-and-play-sharp (create-svg-icon (e "path" #js {"d" "M2 16v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0 4v3h3c0-1.66-1.34-3-3-3zm0-8v2c4.97 0 9 4.03 9 9h2c0-6.08-4.92-11-11-11zM5 1v9.37c.69.16 1.36.37 2 .64V5h10v13h-3.03c.52 1.25.84 2.59.95 4H19V1H5z"})
"TapAndPlaySharp"))
================================================
FILE: src/icons/reagent_mui/icons/tap_and_play_two_tone.cljs
================================================
(ns reagent-mui.icons.tap-and-play-two-tone
"Imports @mui/icons-material/TapAndPlayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tap-and-play-two-tone (create-svg-icon (e "path" #js {"d" "M2 16v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0 4v3h3c0-1.66-1.34-3-3-3zm0-8v2c4.97 0 9 4.03 9 9h2c0-6.08-4.92-11-11-11zM17 1.01 7 1c-1.1 0-2 .9-2 2v7.37c.69.16 1.36.37 2 .64V5h10v13h-3.03c.52 1.25.84 2.59.95 4H17c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99z"})
"TapAndPlayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tapas.cljs
================================================
(ns reagent-mui.icons.tapas
"Imports @mui/icons-material/Tapas as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tapas (create-svg-icon (e "path" #js {"d" "M22 10V1h-8v9c0 1.86 1.28 3.41 3 3.86V21h-2v2h6v-2h-2v-7.14c1.72-.45 3-2 3-3.86zm-2-7v3h-4V3h4zm-7.5 8.5c0 1.38-1.12 2.5-2.5 2.5H8v9H6v-9H4c-1.38 0-2.5-1.12-2.5-2.5S2.62 9 4 9h2V8H4C2.62 8 1.5 6.88 1.5 5.5S2.62 3 4 3h2V1h2v2h2c1.38 0 2.5 1.12 2.5 2.5S11.38 8 10 8H8v1h2c1.38 0 2.5 1.12 2.5 2.5z"})
"Tapas"))
================================================
FILE: src/icons/reagent_mui/icons/tapas_outlined.cljs
================================================
(ns reagent-mui.icons.tapas-outlined
"Imports @mui/icons-material/TapasOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tapas-outlined (create-svg-icon (e "path" #js {"d" "M22 10V1h-8v9c0 1.86 1.28 3.41 3 3.86V21h-2v2h6v-2h-2v-7.14c1.72-.45 3-2 3-3.86zm-2-7v3h-4V3h4zm-4 7V8h4v2c0 1.1-.9 2-2 2s-2-.9-2-2zm-6-1H8V8h2c1.38 0 2.5-1.12 2.5-2.5S11.38 3 10 3H8V1H6v2H4C2.62 3 1.5 4.12 1.5 5.5S2.62 8 4 8h2v1H4c-1.38 0-2.5 1.12-2.5 2.5S2.62 14 4 14h2v9h2v-9h2c1.38 0 2.5-1.12 2.5-2.5S11.38 9 10 9zM4 6c-.28 0-.5-.22-.5-.5S3.72 5 4 5h6c.28 0 .5.22.5.5s-.22.5-.5.5H4zm6 6H4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h6c.28 0 .5.22.5.5s-.22.5-.5.5z"})
"TapasOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tapas_rounded.cljs
================================================
(ns reagent-mui.icons.tapas-rounded
"Imports @mui/icons-material/TapasRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tapas-rounded (create-svg-icon (e "path" #js {"d" "M22 10V2c0-.55-.45-1-1-1h-6c-.55 0-1 .45-1 1v8c0 1.86 1.28 3.41 3 3.86V21h-1c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-1v-7.14c1.72-.45 3-2 3-3.86zm-2-7v3h-4V3h4zM9.86 9H8V8h1.86c1.31 0 2.5-.94 2.63-2.24C12.64 4.26 11.47 3 10 3H8V2c0-.55-.45-1-1-1s-1 .45-1 1v1H4.14c-1.31 0-2.5.94-2.63 2.24C1.36 6.74 2.53 8 4 8h2v1H4.14c-1.31 0-2.5.94-2.63 2.24C1.36 12.74 2.53 14 4 14h2v8c0 .55.45 1 1 1s1-.45 1-1v-8h2c1.47 0 2.64-1.26 2.49-2.76C12.36 9.94 11.17 9 9.86 9z"})
"TapasRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tapas_sharp.cljs
================================================
(ns reagent-mui.icons.tapas-sharp
"Imports @mui/icons-material/TapasSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tapas-sharp (create-svg-icon (e "path" #js {"d" "M22 10V1h-8v9c0 1.86 1.28 3.41 3 3.86V21h-2v2h6v-2h-2v-7.14c1.72-.45 3-2 3-3.86zm-2-7v3h-4V3h4zM10 9H8V8h2c1.38 0 2.5-1.12 2.5-2.5S11.38 3 10 3H8V1H6v2H4C2.62 3 1.5 4.12 1.5 5.5S2.62 8 4 8h2v1H4c-1.38 0-2.5 1.12-2.5 2.5S2.62 14 4 14h2v9h2v-9h2c1.38 0 2.5-1.12 2.5-2.5S11.38 9 10 9z"})
"TapasSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tapas_two_tone.cljs
================================================
(ns reagent-mui.icons.tapas-two-tone
"Imports @mui/icons-material/TapasTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tapas-two-tone (create-svg-icon [(e "path" #js {"d" "M16 10V8h4v2c0 1.1-.9 2-2 2s-2-.9-2-2zM4 6c-.28 0-.5-.22-.5-.5S3.72 5 4 5h6c.28 0 .5.22.5.5s-.22.5-.5.5H4zm6 6H4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h6c.28 0 .5.22.5.5s-.22.5-.5.5z", "opacity" ".3"}) (e "path" #js {"d" "M22 10V1h-8v9c0 1.86 1.28 3.41 3 3.86V21h-2v2h6v-2h-2v-7.14c1.72-.45 3-2 3-3.86zm-2-7v3h-4V3h4zm-4 7V8h4v2c0 1.1-.9 2-2 2s-2-.9-2-2zm-6-1H8V8h2c1.38 0 2.5-1.12 2.5-2.5S11.38 3 10 3H8V1H6v2H4C2.62 3 1.5 4.12 1.5 5.5S2.62 8 4 8h2v1H4c-1.38 0-2.5 1.12-2.5 2.5S2.62 14 4 14h2v9h2v-9h2c1.38 0 2.5-1.12 2.5-2.5S11.38 9 10 9zM4 6c-.28 0-.5-.22-.5-.5S3.72 5 4 5h6c.28 0 .5.22.5.5s-.22.5-.5.5H4zm6 6H4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h6c.28 0 .5.22.5.5s-.22.5-.5.5z"})]
"TapasTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/task.cljs
================================================
(ns reagent-mui.icons.task
"Imports @mui/icons-material/Task as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def task (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm-3.06 16L7.4 14.46l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41L10.94 18zM13 9V3.5L18.5 9H13z"})
"Task"))
================================================
FILE: src/icons/reagent_mui/icons/task_alt.cljs
================================================
(ns reagent-mui.icons.task-alt
"Imports @mui/icons-material/TaskAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def task-alt (create-svg-icon (e "path" #js {"d" "M22 5.18 10.59 16.6l-4.24-4.24 1.41-1.41 2.83 2.83 10-10L22 5.18zm-2.21 5.04c.13.57.21 1.17.21 1.78 0 4.42-3.58 8-8 8s-8-3.58-8-8 3.58-8 8-8c1.58 0 3.04.46 4.28 1.25l1.44-1.44C16.1 2.67 14.13 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-1.19-.22-2.33-.6-3.39l-1.61 1.61z"})
"TaskAlt"))
================================================
FILE: src/icons/reagent_mui/icons/task_alt_outlined.cljs
================================================
(ns reagent-mui.icons.task-alt-outlined
"Imports @mui/icons-material/TaskAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def task-alt-outlined (create-svg-icon (e "path" #js {"d" "M22 5.18 10.59 16.6l-4.24-4.24 1.41-1.41 2.83 2.83 10-10L22 5.18zm-2.21 5.04c.13.57.21 1.17.21 1.78 0 4.42-3.58 8-8 8s-8-3.58-8-8 3.58-8 8-8c1.58 0 3.04.46 4.28 1.25l1.44-1.44C16.1 2.67 14.13 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-1.19-.22-2.33-.6-3.39l-1.61 1.61z"})
"TaskAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/task_alt_rounded.cljs
================================================
(ns reagent-mui.icons.task-alt-rounded
"Imports @mui/icons-material/TaskAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def task-alt-rounded (create-svg-icon (e "path" #js {"d" "m21.29 5.89-10 10c-.39.39-1.02.39-1.41 0l-2.83-2.83a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l2.12 2.12 9.29-9.29c.39-.39 1.02-.39 1.41 0 .4.39.4 1.02.01 1.41zm-5.52-3.15c-1.69-.69-3.61-.93-5.61-.57-4.07.73-7.32 4.01-8.01 8.08C1.01 17 6.63 22.78 13.34 21.91c3.96-.51 7.28-3.46 8.32-7.31.4-1.47.44-2.89.21-4.22-.13-.8-1.12-1.11-1.7-.54-.23.23-.33.57-.27.89.22 1.33.12 2.75-.52 4.26-1.16 2.71-3.68 4.7-6.61 4.97-5.1.47-9.33-3.85-8.7-8.98.43-3.54 3.28-6.42 6.81-6.91 1.73-.24 3.37.09 4.77.81.39.2.86.13 1.17-.18.48-.48.36-1.29-.24-1.6-.27-.12-.54-.25-.81-.36z"})
"TaskAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/task_alt_sharp.cljs
================================================
(ns reagent-mui.icons.task-alt-sharp
"Imports @mui/icons-material/TaskAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def task-alt-sharp (create-svg-icon (e "path" #js {"d" "M22 5.18 10.59 16.6l-4.24-4.24 1.41-1.41 2.83 2.83 10-10L22 5.18zm-2.21 5.04c.13.57.21 1.17.21 1.78 0 4.42-3.58 8-8 8s-8-3.58-8-8 3.58-8 8-8c1.58 0 3.04.46 4.28 1.25l1.44-1.44C16.1 2.67 14.13 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-1.19-.22-2.33-.6-3.39l-1.61 1.61z"})
"TaskAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/task_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.task-alt-two-tone
"Imports @mui/icons-material/TaskAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def task-alt-two-tone (create-svg-icon (e "path" #js {"d" "M22 5.18 10.59 16.6l-4.24-4.24 1.41-1.41 2.83 2.83 10-10L22 5.18zm-2.21 5.04c.13.57.21 1.17.21 1.78 0 4.42-3.58 8-8 8s-8-3.58-8-8 3.58-8 8-8c1.58 0 3.04.46 4.28 1.25l1.44-1.44C16.1 2.67 14.13 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-1.19-.22-2.33-.6-3.39l-1.61 1.61z"})
"TaskAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/task_outlined.cljs
================================================
(ns reagent-mui.icons.task-outlined
"Imports @mui/icons-material/TaskOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def task-outlined (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11zm-9.18-6.95L7.4 14.46 10.94 18l5.66-5.66-1.41-1.41-4.24 4.24-2.13-2.12z"})
"TaskOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/task_rounded.cljs
================================================
(ns reagent-mui.icons.task-rounded
"Imports @mui/icons-material/TaskRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def task-rounded (create-svg-icon (e "path" #js {"d" "m19.41 7.41-4.83-4.83c-.37-.37-.88-.58-1.41-.58H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.42zm-9.18 9.88-2.12-2.12a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l1.41 1.41 3.54-3.54c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.24 4.24c-.38.4-1.02.4-1.41.01zM14 9c-.55 0-1-.45-1-1V3.5L18.5 9H14z"})
"TaskRounded"))
================================================
FILE: src/icons/reagent_mui/icons/task_sharp.cljs
================================================
(ns reagent-mui.icons.task-sharp
"Imports @mui/icons-material/TaskSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def task-sharp (create-svg-icon (e "path" #js {"d" "M14 2H4v20h16V8l-6-6zm-3.06 16L7.4 14.46l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41L10.94 18zM13 9V3.5L18.5 9H13z"})
"TaskSharp"))
================================================
FILE: src/icons/reagent_mui/icons/task_two_tone.cljs
================================================
(ns reagent-mui.icons.task-two-tone
"Imports @mui/icons-material/TaskTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def task-two-tone (create-svg-icon [(e "path" #js {"d" "M13 9V4H6v16h12V9h-5zm-2.06 9L7.4 14.46l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41L10.94 18z", "opacity" ".3"}) (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11zm-9.18-6.95L7.4 14.46 10.94 18l5.66-5.66-1.41-1.41-4.24 4.24-2.13-2.12z"})]
"TaskTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/taxi_alert.cljs
================================================
(ns reagent-mui.icons.taxi-alert
"Imports @mui/icons-material/TaxiAlert as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def taxi-alert (create-svg-icon (e "path" #js {"d" "M23 8A7 7 0 0 0 9.68 5H7v2H4.5a1.5 1.5 0 0 0-1.42 1.01L1 14v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-7.68A7.01 7.01 0 0 0 23 8zm-18.5.5h4.53a6.93 6.93 0 0 0 2.08 4.5H3l1.5-4.5zm0 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm11 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm2.93-5.63-.21.11-.18.09a4.97 4.97 0 0 1-.42.16l-.22.07-.23.06-.2.05a5 5 0 0 1-5.94-4.41A4.07 4.07 0 0 1 11 8l.02-.47.02-.17.04-.28.04-.21.05-.21.07-.24.05-.13a4.99 4.99 0 0 1 9.69 1.7 4.96 4.96 0 0 1-2.55 4.38zM15 4h2v5h-2zm0 6h2v2h-2z"})
"TaxiAlert"))
================================================
FILE: src/icons/reagent_mui/icons/taxi_alert_outlined.cljs
================================================
(ns reagent-mui.icons.taxi-alert-outlined
"Imports @mui/icons-material/TaxiAlertOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def taxi-alert-outlined (create-svg-icon [(e "circle" #js {"cx" "6.5", "cy" "15.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "15.5", "r" "1.5"}) (e "path" #js {"d" "M18 13v5H4v-5h14c-1.91 0-3.63-.76-4.89-2h-8.3l1.04-3h5.44C11.1 7.37 11 6.7 11 6s.1-1.37.29-2H8v2H5.5c-.66 0-1.21.42-1.42 1.01L2 13v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-.09-.27c-.61.17-1.25.27-1.91.27z"}) (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 8h-1V8h1v1zm0-2h-1V3h1v4z"})]
"TaxiAlertOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/taxi_alert_rounded.cljs
================================================
(ns reagent-mui.icons.taxi-alert-rounded
"Imports @mui/icons-material/TaxiAlertRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def taxi-alert-rounded (create-svg-icon [(e "path" #js {"d" "M18 13c-1.91 0-3.63-.76-4.89-2h-8.3l1.04-3h5.44C11.1 7.37 11 6.7 11 6s.1-1.37.29-2H9c-.55 0-1 .45-1 1v1H5.5c-.66 0-1.21.42-1.42 1.01L2 13v7.5c0 .82.67 1.5 1.5 1.5S5 21.32 5 20.5V20h12v.5c0 .82.67 1.5 1.5 1.5s1.5-.68 1.5-1.5V13l-.09-.27c-.61.17-1.25.27-1.91.27zM6.5 17c-.83 0-1.5-.67-1.5-1.5S5.67 14 6.5 14s1.5.67 1.5 1.5S7.33 17 6.5 17zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"}) (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zm.5-2.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5s.5.22.5.5v3z"})]
"TaxiAlertRounded"))
================================================
FILE: src/icons/reagent_mui/icons/taxi_alert_sharp.cljs
================================================
(ns reagent-mui.icons.taxi-alert-sharp
"Imports @mui/icons-material/TaxiAlertSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def taxi-alert-sharp (create-svg-icon [(e "path" #js {"d" "M18 13c-1.91 0-3.63-.76-4.89-2h-8.3l1.04-3h5.44C11.1 7.37 11 6.7 11 6s.1-1.37.29-2H8v2H4.43L2 13v9h3v-2h12v2h3v-9l-.09-.27c-.61.17-1.25.27-1.91.27zM6.5 17c-.83 0-1.5-.67-1.5-1.5S5.67 14 6.5 14s1.5.67 1.5 1.5S7.33 17 6.5 17zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"}) (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 8h-1V8h1v1zm0-2h-1V3h1v4z"})]
"TaxiAlertSharp"))
================================================
FILE: src/icons/reagent_mui/icons/taxi_alert_two_tone.cljs
================================================
(ns reagent-mui.icons.taxi-alert-two-tone
"Imports @mui/icons-material/TaxiAlertTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def taxi-alert-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18h14v-5H4v5zm11.5-4c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-9 0c.83 0 1.5.67 1.5 1.5S7.33 17 6.5 17 5 16.33 5 15.5 5.67 14 6.5 14z", "opacity" ".3"}) (e "circle" #js {"cx" "6.5", "cy" "15.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "15.5", "r" "1.5"}) (e "path" #js {"d" "M18 18H4v-5h14c-1.91 0-3.63-.76-4.89-2h-8.3l1.04-3h5.44C11.1 7.37 11 6.7 11 6s.1-1.37.29-2H8v2H5.5c-.66 0-1.21.42-1.42 1.01L2 13v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-.09-.27c-.61.17-1.25.27-1.91.27v5z"}) (e "path" #js {"d" "M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm.5 2v4h-1V3h1zm0 6h-1V8h1v1z"})]
"TaxiAlertTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/telegram.cljs
================================================
(ns reagent-mui.icons.telegram
"Imports @mui/icons-material/Telegram as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def telegram (create-svg-icon (e "path" #js {"d" "M9.78 18.65l.28-4.23 7.68-6.92c.34-.31-.07-.46-.52-.19L7.74 13.3 3.64 12c-.88-.25-.89-.86.2-1.3l15.97-6.16c.73-.33 1.43.18 1.15 1.3l-2.72 12.81c-.19.91-.74 1.13-1.5.71L12.6 16.3l-1.99 1.93c-.23.23-.42.42-.83.42z"})
"Telegram"))
================================================
FILE: src/icons/reagent_mui/icons/temple_buddhist.cljs
================================================
(ns reagent-mui.icons.temple-buddhist
"Imports @mui/icons-material/TempleBuddhist as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def temple-buddhist (create-svg-icon [(e "path" #js {"d" "M21 9.02c0 1.09-.89 1.98-1.98 1.98H4.98C3.89 11 3 10.11 3 9.02H1c0 1.86 1.28 3.4 3 3.84V22h6v-3c0-1.1.9-2 2-2s2 .9 2 2v3h6v-9.14c.55-.14 3-1.04 3-3.86l-2 .02z"}) (e "path" #js {"d" "M6 8.86V10h12V8.86c.55-.14 3-1.04 3-3.86l-2 .02C19 6.11 18.11 7 17.02 7H6.98C5.89 7 5 6.11 5 5.02H3c0 1.85 1.28 3.4 3 3.84z"}) (e "path" #js {"d" "M12 1 8.25 6h7.5z"})]
"TempleBuddhist"))
================================================
FILE: src/icons/reagent_mui/icons/temple_buddhist_outlined.cljs
================================================
(ns reagent-mui.icons.temple-buddhist-outlined
"Imports @mui/icons-material/TempleBuddhistOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def temple-buddhist-outlined (create-svg-icon (e "path" #js {"d" "M21 9.02c0 1.09-.89 1.98-1.98 1.98H18V8.86c1.72-.44 3-1.99 3-3.84V5l-2 .02C19 6.11 18.11 7 17.02 7h-.52L12 1 7.5 7h-.52C5.89 7 5 6.11 5 5.02H3c0 1.86 1.28 3.4 3 3.84V11H4.98C3.89 11 3 10.11 3 9.02H1c0 1.86 1.28 3.4 3 3.84V22h7v-4c0-.55.45-1 1-1s1 .45 1 1v4h7v-9.14c1.72-.44 3-1.99 3-3.84V9l-2 .02zm-9-4.69L14 7h-4l2-2.67zM8 9h8v2H8V9zm10 11h-3v-2c0-1.65-1.35-3-3-3s-3 1.35-3 3v2H6v-7h12v7z"})
"TempleBuddhistOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/temple_buddhist_rounded.cljs
================================================
(ns reagent-mui.icons.temple-buddhist-rounded
"Imports @mui/icons-material/TempleBuddhistRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def temple-buddhist-rounded (create-svg-icon [(e "path" #js {"d" "M21.85 9.01c-.41 0-.82.24-.95.63-.26.79-1.01 1.36-1.88 1.36H4.98c-.87 0-1.62-.57-1.88-1.36-.13-.39-.53-.62-.94-.62-.66 0-1.16.64-.95 1.26.43 1.27 1.48 2.24 2.79 2.58V20c0 1.1.9 2 2 2h4v-2.89c0-1 .68-1.92 1.66-2.08 1.26-.21 2.34.76 2.34 1.97v3h4c1.1 0 2-.9 2-2v-7.14c.46-.12 2.22-.76 2.81-2.58.2-.63-.3-1.28-.96-1.27z"}) (e "path" #js {"d" "M6 8.86V10h12V8.86c.46-.12 2.22-.76 2.81-2.58.2-.63-.3-1.27-.96-1.27-.41 0-.82.24-.95.63-.26.79-1.01 1.36-1.88 1.36H6.98c-.87 0-1.62-.57-1.88-1.36-.13-.39-.53-.62-.94-.62-.66 0-1.16.64-.95 1.26C3.64 7.55 4.69 8.53 6 8.86z"}) (e "path" #js {"d" "M11.2 2.07 8.25 6h7.5L12.8 2.07c-.4-.54-1.2-.54-1.6 0z"})]
"TempleBuddhistRounded"))
================================================
FILE: src/icons/reagent_mui/icons/temple_buddhist_sharp.cljs
================================================
(ns reagent-mui.icons.temple-buddhist-sharp
"Imports @mui/icons-material/TempleBuddhistSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def temple-buddhist-sharp (create-svg-icon [(e "path" #js {"d" "M21 9.02c0 1.09-.89 1.98-1.98 1.98H4.98C3.89 11 3 10.11 3 9.02H1c0 1.86 1.28 3.4 3 3.84V22h6v-5h4v5h6v-9.14c.55-.14 3-1.04 3-3.86l-2 .02z"}) (e "path" #js {"d" "M6 8.86V10h12V8.86c.55-.14 3-1.04 3-3.86l-2 .02C19 6.11 18.11 7 17.02 7H6.98C5.89 7 5 6.11 5 5.02H3c0 1.85 1.28 3.4 3 3.84z"}) (e "path" #js {"d" "M12 1 8.25 6h7.5z"})]
"TempleBuddhistSharp"))
================================================
FILE: src/icons/reagent_mui/icons/temple_buddhist_two_tone.cljs
================================================
(ns reagent-mui.icons.temple-buddhist-two-tone
"Imports @mui/icons-material/TempleBuddhistTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def temple-buddhist-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4.33 10 7h4zM8 9h8v2H8zM6 20h3v-2c0-1.65 1.35-3 3-3s3 1.35 3 3v2h3v-7H6v7z", "opacity" ".3"}) (e "path" #js {"d" "M21 9.02c0 1.09-.89 1.98-1.98 1.98H18V8.86c1.72-.44 3-1.99 3-3.84V5l-2 .02C19 6.11 18.11 7 17.02 7h-.52L12 1 7.5 7h-.52C5.89 7 5 6.11 5 5.02H3c0 1.86 1.28 3.4 3 3.84V11H4.98C3.89 11 3 10.11 3 9.02H1c0 1.86 1.28 3.4 3 3.84V22h7v-4c0-.55.45-1 1-1s1 .45 1 1v4h7v-9.14c1.72-.44 3-1.99 3-3.84V9l-2 .02zm-9-4.69L14 7h-4l2-2.67zM8 9h8v2H8V9zm10 11h-3v-2c0-1.65-1.35-3-3-3s-3 1.35-3 3v2H6v-7h12v7z"})]
"TempleBuddhistTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/temple_hindu.cljs
================================================
(ns reagent-mui.icons.temple-hindu
"Imports @mui/icons-material/TempleHindu as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def temple-hindu (create-svg-icon (e "path" #js {"d" "M6.6 11h10.8l-.9-3h-9zM20 11v2H4v-2H2v11h8v-5h4v5h8V11zm-4.1-5L15 3V1h-2v2h-2.03V1h-2v2.12L8.1 6z"})
"TempleHindu"))
================================================
FILE: src/icons/reagent_mui/icons/temple_hindu_outlined.cljs
================================================
(ns reagent-mui.icons.temple-hindu-outlined
"Imports @mui/icons-material/TempleHinduOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def temple-hindu-outlined (create-svg-icon (e "path" #js {"d" "M20 11v2h-2L15 3V1h-2v2h-2.03V1h-2v2.12L6 13H4v-2H2v11h9v-5h2v5h9V11h-2zm-4.69 0H8.69l.6-2h5.42l.6 2zm-1.2-4H9.89l.6-2h3.02l.6 2zM20 20h-5v-5H9v5H4v-5h3.49l.6-2h7.82l.6 2H20v5z"})
"TempleHinduOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/temple_hindu_rounded.cljs
================================================
(ns reagent-mui.icons.temple-hindu-rounded
"Imports @mui/icons-material/TempleHinduRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def temple-hindu-rounded (create-svg-icon (e "path" #js {"d" "M6.6 11h10.8l-.9-3h-9zM20 12v1H4v-1c0-.55-.45-1-1-1s-1 .45-1 1v8c0 1.1.9 2 2 2h6v-3c0-1.1.9-2 2-2s2 .9 2 2v3h6c1.1 0 2-.9 2-2v-8c0-.55-.45-1-1-1s-1 .45-1 1zm-4.1-6L15 3V2c0-.55-.45-1-1-1s-1 .45-1 1v1h-2.03V2c0-.55-.45-1-1-1s-1 .45-1 1v1.12L8.1 6h7.8z"})
"TempleHinduRounded"))
================================================
FILE: src/icons/reagent_mui/icons/temple_hindu_sharp.cljs
================================================
(ns reagent-mui.icons.temple-hindu-sharp
"Imports @mui/icons-material/TempleHinduSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def temple-hindu-sharp (create-svg-icon (e "path" #js {"d" "M6.6 11h10.8l-.9-3h-9zM20 11v2H4v-2H2v11h8v-5h4v5h8V11zm-4.1-5L15 3V1h-2v2h-2.03V1h-2v2.12L8.1 6z"})
"TempleHinduSharp"))
================================================
FILE: src/icons/reagent_mui/icons/temple_hindu_two_tone.cljs
================================================
(ns reagent-mui.icons.temple-hindu-two-tone
"Imports @mui/icons-material/TempleHinduTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def temple-hindu-two-tone (create-svg-icon [(e "path" #js {"d" "M13.51 5h-3.02l-.6 2h4.22zm1.2 4H9.29l-.6 2h6.62zm1.2 4H8.09l-.6 2H4v5h5v-5h6v5h5v-5h-3.49z", "opacity" ".3"}) (e "path" #js {"d" "M20 11v2h-2L15 3V1h-2v2h-2.03V1h-2v2.12L6 13H4v-2H2v11h9v-5h2v5h9V11h-2zm-9.51-6h3.02l.6 2H9.89l.6-2zm-1.2 4h5.42l.6 2H8.69l.6-2zM20 20h-5v-5H9v5H4v-5h3.49l.6-2h7.82l.6 2H20v5z"})]
"TempleHinduTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/ten_mp.cljs
================================================
(ns reagent-mui.icons.ten-mp
"Imports @mui/icons-material/TenMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ten-mp (create-svg-icon (e "path" #js {"d" "M13.5 7H15v3h-1.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zm6.5 5c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zm-1 3.5H17v1.5h-1.5z"})
"TenMp"))
================================================
FILE: src/icons/reagent_mui/icons/ten_mp_outlined.cljs
================================================
(ns reagent-mui.icons.ten-mp-outlined
"Imports @mui/icons-material/TenMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ten-mp-outlined (create-svg-icon [(e "path" #js {"d" "M13 11.5h2.5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H13c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-4.5H15v3h-1.5V7zm-6 7h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm1-2.5H10v-6H7V7h1.5zm5 7H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})]
"TenMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/ten_mp_rounded.cljs
================================================
(ns reagent-mui.icons.ten-mp-rounded
"Imports @mui/icons-material/TenMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ten-mp-rounded (create-svg-icon (e "path" #js {"d" "M13.5 7H15v3h-1.5V7zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7.25 15.5c-.41 0-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75zm2.5 0c-.41 0-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75zM10 6.5v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C7.34 7 7 6.66 7 6.25s.34-.75.75-.75H9c.55 0 1 .45 1 1zm6.5 4c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zM15 14h1.5v1.5H15V14z"})
"TenMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/ten_mp_sharp.cljs
================================================
(ns reagent-mui.icons.ten-mp-sharp
"Imports @mui/icons-material/TenMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ten-mp-sharp (create-svg-icon (e "path" #js {"d" "M13.5 7H15v3h-1.5V7zM21 3H3v18h18V3zm-8.5 15.5H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zm2.5 0h-1.5v-6H18V17h-3v1.5zm-5-13v6H8.5V7H7V5.5h3zm6.5 0v6H12v-6h4.5zM15 14h1.5v1.5H15V14z"})
"TenMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/ten_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.ten-mp-two-tone
"Imports @mui/icons-material/TenMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def ten-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M13.5 7H15v3h-1.5zm1.5 7h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zm-6-7c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1v-4zm-5-1h3v6H8.5V7H7V5.5zm-1 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M13 11.5h2.5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H13c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-4.5H15v3h-1.5V7zm-6 7h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm1-2.5H10v-6H7V7h1.5zm5 7H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})]
"TenMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/terminal.cljs
================================================
(ns reagent-mui.icons.terminal
"Imports @mui/icons-material/Terminal as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def terminal (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm0 14H4V8h16v10zm-2-1h-6v-2h6v2zM7.5 17l-1.41-1.41L8.67 13l-2.59-2.59L7.5 9l4 4-4 4z"})
"Terminal"))
================================================
FILE: src/icons/reagent_mui/icons/terminal_outlined.cljs
================================================
(ns reagent-mui.icons.terminal-outlined
"Imports @mui/icons-material/TerminalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def terminal-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm0 14H4V8h16v10zm-2-1h-6v-2h6v2zM7.5 17l-1.41-1.41L8.67 13l-2.59-2.59L7.5 9l4 4-4 4z"})
"TerminalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/terminal_rounded.cljs
================================================
(ns reagent-mui.icons.terminal-rounded
"Imports @mui/icons-material/TerminalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def terminal-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm0 14H4V8h16v10zm-8-2c0-.55.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1h-4c-.55 0-1-.45-1-1zM6.79 9.71c.39-.39 1.02-.39 1.41 0l2.59 2.59c.39.39.39 1.02 0 1.41L8.2 16.3c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41L8.67 13l-1.88-1.88a.9959.9959 0 0 1 0-1.41z"})
"TerminalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/terminal_sharp.cljs
================================================
(ns reagent-mui.icons.terminal-sharp
"Imports @mui/icons-material/TerminalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def terminal-sharp (create-svg-icon (e "path" #js {"d" "M2 4v16h20V4H2zm18 14H4V8h16v10zm-2-1h-6v-2h6v2zM7.5 17l-1.41-1.41L8.67 13l-2.59-2.59L7.5 9l4 4-4 4z"})
"TerminalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/terminal_two_tone.cljs
================================================
(ns reagent-mui.icons.terminal-two-tone
"Imports @mui/icons-material/TerminalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def terminal-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18h16V8H4v10zm8-3h6v2h-6v-2zm-5.91-4.59L7.5 9l4 4-4 4-1.41-1.41L8.67 13l-2.58-2.59z", "opacity" ".3"}) (e "path" #js {"d" "M12 15h6v2h-6z"}) (e "path" #js {"d" "M20 4H4c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm0 14H4V8h16v10z"}) (e "path" #js {"d" "m7.5 17 4-4-4-4-1.41 1.41L8.67 13l-2.58 2.59z"})]
"TerminalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/terrain.cljs
================================================
(ns reagent-mui.icons.terrain
"Imports @mui/icons-material/Terrain as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def terrain (create-svg-icon (e "path" #js {"d" "m14 6-3.75 5 2.85 3.8-1.6 1.2C9.81 13.75 7 10 7 10l-6 8h22L14 6z"})
"Terrain"))
================================================
FILE: src/icons/reagent_mui/icons/terrain_outlined.cljs
================================================
(ns reagent-mui.icons.terrain-outlined
"Imports @mui/icons-material/TerrainOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def terrain-outlined (create-svg-icon (e "path" #js {"d" "m14 6-4.22 5.63 1.25 1.67L14 9.33 19 16h-8.46l-4.01-5.37L1 18h22L14 6zM5 16l1.52-2.03L8.04 16H5z"})
"TerrainOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/terrain_rounded.cljs
================================================
(ns reagent-mui.icons.terrain-rounded
"Imports @mui/icons-material/TerrainRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def terrain-rounded (create-svg-icon (e "path" #js {"d" "M13.2 7.07 10.25 11l2.25 3c.33.44.24 1.07-.2 1.4-.44.33-1.07.25-1.4-.2-1.05-1.4-2.31-3.07-3.1-4.14-.4-.53-1.2-.53-1.6 0l-4 5.33c-.49.67-.02 1.61.8 1.61h18c.82 0 1.29-.94.8-1.6l-7-9.33c-.4-.54-1.2-.54-1.6 0z"})
"TerrainRounded"))
================================================
FILE: src/icons/reagent_mui/icons/terrain_sharp.cljs
================================================
(ns reagent-mui.icons.terrain-sharp
"Imports @mui/icons-material/TerrainSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def terrain-sharp (create-svg-icon (e "path" #js {"d" "m14 6-3.75 5 2.85 3.8-1.6 1.2C9.81 13.75 7 10 7 10l-6 8h22L14 6z"})
"TerrainSharp"))
================================================
FILE: src/icons/reagent_mui/icons/terrain_two_tone.cljs
================================================
(ns reagent-mui.icons.terrain-two-tone
"Imports @mui/icons-material/TerrainTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def terrain-two-tone (create-svg-icon [(e "path" #js {"d" "M5 16h3.04l-1.52-2.03z", "opacity" ".3"}) (e "path" #js {"d" "m9.78 11.63 1.25 1.67L14 9.33 19 16h-8.46l-4.01-5.37L1 18h22L14 6l-4.22 5.63zM5 16l1.52-2.03L8.04 16H5z"})]
"TerrainTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/text_decrease.cljs
================================================
(ns reagent-mui.icons.text-decrease
"Imports @mui/icons-material/TextDecrease as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-decrease (create-svg-icon (e "path" #js {"d" "M.99 19h2.42l1.27-3.58h5.65L11.59 19h2.42L8.75 5h-2.5L.99 19zm4.42-5.61L7.44 7.6h.12l2.03 5.79H5.41zM23 11v2h-8v-2h8z"})
"TextDecrease"))
================================================
FILE: src/icons/reagent_mui/icons/text_decrease_outlined.cljs
================================================
(ns reagent-mui.icons.text-decrease-outlined
"Imports @mui/icons-material/TextDecreaseOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-decrease-outlined (create-svg-icon (e "path" #js {"d" "M.99 19h2.42l1.27-3.58h5.65L11.59 19h2.42L8.75 5h-2.5L.99 19zm4.42-5.61L7.44 7.6h.12l2.03 5.79H5.41zM23 11v2h-8v-2h8z"})
"TextDecreaseOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/text_decrease_rounded.cljs
================================================
(ns reagent-mui.icons.text-decrease-rounded
"Imports @mui/icons-material/TextDecreaseRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-decrease-rounded (create-svg-icon (e "path" #js {"d" "M2.61 19c.48 0 .91-.3 1.06-.75l1.01-2.83h5.65l.99 2.82c.16.46.59.76 1.07.76.79 0 1.33-.79 1.05-1.52L9.19 6.17C8.93 5.47 8.25 5 7.5 5s-1.43.47-1.69 1.17L1.56 17.48c-.28.73.27 1.52 1.05 1.52zM7.44 7.6h.12l2.03 5.79H5.41L7.44 7.6zM15 12c0-.55.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1h-6c-.55 0-1-.45-1-1z"})
"TextDecreaseRounded"))
================================================
FILE: src/icons/reagent_mui/icons/text_decrease_sharp.cljs
================================================
(ns reagent-mui.icons.text-decrease-sharp
"Imports @mui/icons-material/TextDecreaseSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-decrease-sharp (create-svg-icon (e "path" #js {"d" "M.99 19h2.42l1.27-3.58h5.65L11.59 19h2.42L8.75 5h-2.5L.99 19zm4.42-5.61L7.44 7.6h.12l2.03 5.79H5.41zM23 11v2h-8v-2h8z"})
"TextDecreaseSharp"))
================================================
FILE: src/icons/reagent_mui/icons/text_decrease_two_tone.cljs
================================================
(ns reagent-mui.icons.text-decrease-two-tone
"Imports @mui/icons-material/TextDecreaseTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-decrease-two-tone (create-svg-icon (e "path" #js {"d" "M.99 19h2.42l1.27-3.58h5.65L11.59 19h2.42L8.75 5h-2.5L.99 19zm4.42-5.61L7.44 7.6h.12l2.03 5.79H5.41zM23 11v2h-8v-2h8z"})
"TextDecreaseTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/text_fields.cljs
================================================
(ns reagent-mui.icons.text-fields
"Imports @mui/icons-material/TextFields as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-fields (create-svg-icon (e "path" #js {"d" "M2.5 4v3h5v12h3V7h5V4h-13zm19 5h-9v3h3v7h3v-7h3V9z"})
"TextFields"))
================================================
FILE: src/icons/reagent_mui/icons/text_fields_outlined.cljs
================================================
(ns reagent-mui.icons.text-fields-outlined
"Imports @mui/icons-material/TextFieldsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-fields-outlined (create-svg-icon (e "path" #js {"d" "M2.5 4v3h5v12h3V7h5V4h-13zm19 5h-9v3h3v7h3v-7h3V9z"})
"TextFieldsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/text_fields_rounded.cljs
================================================
(ns reagent-mui.icons.text-fields-rounded
"Imports @mui/icons-material/TextFieldsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-fields-rounded (create-svg-icon (e "path" #js {"d" "M2.5 5.5C2.5 6.33 3.17 7 4 7h3.5v10.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V7H14c.83 0 1.5-.67 1.5-1.5S14.83 4 14 4H4c-.83 0-1.5.67-1.5 1.5zM20 9h-6c-.83 0-1.5.67-1.5 1.5S13.17 12 14 12h1.5v5.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V12H20c.83 0 1.5-.67 1.5-1.5S20.83 9 20 9z"})
"TextFieldsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/text_fields_sharp.cljs
================================================
(ns reagent-mui.icons.text-fields-sharp
"Imports @mui/icons-material/TextFieldsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-fields-sharp (create-svg-icon (e "path" #js {"d" "M2.5 4v3h5v12h3V7h5V4h-13zm19 5h-9v3h3v7h3v-7h3V9z"})
"TextFieldsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/text_fields_two_tone.cljs
================================================
(ns reagent-mui.icons.text-fields-two-tone
"Imports @mui/icons-material/TextFieldsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-fields-two-tone (create-svg-icon (e "path" #js {"d" "M12.5 12h3v7h3v-7h3V9h-9zm3-8h-13v3h5v12h3V7h5z"})
"TextFieldsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/text_format.cljs
================================================
(ns reagent-mui.icons.text-format
"Imports @mui/icons-material/TextFormat as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-format (create-svg-icon (e "path" #js {"d" "M5 17v2h14v-2H5zm4.5-4.2h5l.9 2.2h2.1L12.75 4h-1.5L6.5 15h2.1l.9-2.2zM12 5.98 13.87 11h-3.74L12 5.98z"})
"TextFormat"))
================================================
FILE: src/icons/reagent_mui/icons/text_format_outlined.cljs
================================================
(ns reagent-mui.icons.text-format-outlined
"Imports @mui/icons-material/TextFormatOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-format-outlined (create-svg-icon (e "path" #js {"d" "M5 17v2h14v-2H5zm4.5-4.2h5l.9 2.2h2.1L12.75 4h-1.5L6.5 15h2.1l.9-2.2zM12 5.98 13.87 11h-3.74L12 5.98z"})
"TextFormatOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/text_format_rounded.cljs
================================================
(ns reagent-mui.icons.text-format-rounded
"Imports @mui/icons-material/TextFormatRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-format-rounded (create-svg-icon (e "path" #js {"d" "M5 18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1zm4.5-5.2h5l.66 1.6c.15.36.5.6.89.6.69 0 1.15-.71.88-1.34l-3.88-8.97C12.87 4.27 12.46 4 12 4c-.46 0-.87.27-1.05.69l-3.88 8.97c-.27.63.2 1.34.89 1.34.39 0 .74-.24.89-.6l.65-1.6zM12 5.98 13.87 11h-3.74L12 5.98z"})
"TextFormatRounded"))
================================================
FILE: src/icons/reagent_mui/icons/text_format_sharp.cljs
================================================
(ns reagent-mui.icons.text-format-sharp
"Imports @mui/icons-material/TextFormatSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-format-sharp (create-svg-icon (e "path" #js {"d" "M5 17v2h14v-2H5zm4.5-4.2h5l.9 2.2h2.1L12.75 4h-1.5L6.5 15h2.1l.9-2.2zM12 5.98 13.87 11h-3.74L12 5.98z"})
"TextFormatSharp"))
================================================
FILE: src/icons/reagent_mui/icons/text_format_two_tone.cljs
================================================
(ns reagent-mui.icons.text-format-two-tone
"Imports @mui/icons-material/TextFormatTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-format-two-tone (create-svg-icon (e "path" #js {"d" "M5 17v2h14v-2H5zm4.5-4.2h5l.9 2.2h2.1L12.75 4h-1.5L6.5 15h2.1l.9-2.2zM12 5.98 13.87 11h-3.74L12 5.98z"})
"TextFormatTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/text_increase.cljs
================================================
(ns reagent-mui.icons.text-increase
"Imports @mui/icons-material/TextIncrease as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-increase (create-svg-icon (e "path" #js {"d" "M.99 19h2.42l1.27-3.58h5.65L11.59 19h2.42L8.75 5h-2.5L.99 19zm4.42-5.61L7.44 7.6h.12l2.03 5.79H5.41zM20 11h3v2h-3v3h-2v-3h-3v-2h3V8h2v3z"})
"TextIncrease"))
================================================
FILE: src/icons/reagent_mui/icons/text_increase_outlined.cljs
================================================
(ns reagent-mui.icons.text-increase-outlined
"Imports @mui/icons-material/TextIncreaseOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-increase-outlined (create-svg-icon (e "path" #js {"d" "M.99 19h2.42l1.27-3.58h5.65L11.59 19h2.42L8.75 5h-2.5L.99 19zm4.42-5.61L7.44 7.6h.12l2.03 5.79H5.41zM20 11h3v2h-3v3h-2v-3h-3v-2h3V8h2v3z"})
"TextIncreaseOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/text_increase_rounded.cljs
================================================
(ns reagent-mui.icons.text-increase-rounded
"Imports @mui/icons-material/TextIncreaseRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-increase-rounded (create-svg-icon (e "path" #js {"d" "M2.61 19c.48 0 .91-.3 1.06-.75l1.01-2.83h5.65l.99 2.82c.16.46.59.76 1.07.76.79 0 1.33-.79 1.05-1.52L9.19 6.17C8.93 5.47 8.25 5 7.5 5s-1.43.47-1.69 1.17L1.56 17.48c-.28.73.27 1.52 1.05 1.52zM7.44 7.6h.12l2.03 5.79H5.41L7.44 7.6zM15 12c0-.55.45-1 1-1h2V9c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1h-2v2c0 .55-.45 1-1 1s-1-.45-1-1v-2h-2c-.55 0-1-.45-1-1z"})
"TextIncreaseRounded"))
================================================
FILE: src/icons/reagent_mui/icons/text_increase_sharp.cljs
================================================
(ns reagent-mui.icons.text-increase-sharp
"Imports @mui/icons-material/TextIncreaseSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-increase-sharp (create-svg-icon (e "path" #js {"d" "M.99 19h2.42l1.27-3.58h5.65L11.59 19h2.42L8.75 5h-2.5L.99 19zm4.42-5.61L7.44 7.6h.12l2.03 5.79H5.41zM20 11h3v2h-3v3h-2v-3h-3v-2h3V8h2v3z"})
"TextIncreaseSharp"))
================================================
FILE: src/icons/reagent_mui/icons/text_increase_two_tone.cljs
================================================
(ns reagent-mui.icons.text-increase-two-tone
"Imports @mui/icons-material/TextIncreaseTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-increase-two-tone (create-svg-icon (e "path" #js {"d" "M1.99 19h2.42l1.27-3.58h5.65L12.59 19h2.42L9.75 5h-2.5L1.99 19zm4.42-5.61L8.44 7.6h.12l2.03 5.79H6.41zM20 11h3v2h-3v3h-2v-3h-3v-2h3V8h2v3z"})
"TextIncreaseTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotate_up.cljs
================================================
(ns reagent-mui.icons.text-rotate-up
"Imports @mui/icons-material/TextRotateUp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotate-up (create-svg-icon (e "path" #js {"d" "M3 12v1.5l11 4.75v-2.1l-2.2-.9v-5l2.2-.9v-2.1L3 12zm7 2.62-5.02-1.87L10 10.88v3.74zm8-10.37-3 3h2v12.5h2V7.25h2l-3-3z"})
"TextRotateUp"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotate_up_outlined.cljs
================================================
(ns reagent-mui.icons.text-rotate-up-outlined
"Imports @mui/icons-material/TextRotateUpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotate-up-outlined (create-svg-icon (e "path" #js {"d" "m18 4-3 3h2v13h2V7h2l-3-3zm-6.2 11.5v-5l2.2-.9V7.5L3 12.25v1.5l11 4.75v-2.1l-2.2-.9zM4.98 13 10 11.13v3.74L4.98 13z"})
"TextRotateUpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotate_up_rounded.cljs
================================================
(ns reagent-mui.icons.text-rotate-up-rounded
"Imports @mui/icons-material/TextRotateUpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotate-up-rounded (create-svg-icon (e "path" #js {"d" "M18.35 4.35c-.2-.2-.51-.2-.71 0l-1.79 1.79c-.31.32-.09.86.36.86H17v12c0 .55.45 1 1 1s1-.45 1-1V7h.79c.45 0 .67-.54.35-.85l-1.79-1.8zM11.8 15.5v-5l1.6-.66c.36-.14.6-.49.6-.88 0-.69-.71-1.15-1.34-.88l-8.97 3.88c-.42.17-.69.58-.69 1.04 0 .46.27.87.69 1.05l8.97 3.88c.63.27 1.34-.2 1.34-.89 0-.39-.24-.74-.6-.89l-1.6-.65zM4.98 13 10 11.13v3.74L4.98 13z"})
"TextRotateUpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotate_up_sharp.cljs
================================================
(ns reagent-mui.icons.text-rotate-up-sharp
"Imports @mui/icons-material/TextRotateUpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotate-up-sharp (create-svg-icon (e "path" #js {"d" "m18 4-3 3h2v13h2V7h2l-3-3zm-6.2 11.5v-5l2.2-.9V7.5L3 12.25v1.5l11 4.75v-2.1l-2.2-.9zM4.98 13 10 11.13v3.74L4.98 13z"})
"TextRotateUpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotate_up_two_tone.cljs
================================================
(ns reagent-mui.icons.text-rotate-up-two-tone
"Imports @mui/icons-material/TextRotateUpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotate-up-two-tone (create-svg-icon (e "path" #js {"d" "m18 4-3 3h2v13h2V7h2l-3-3zm-6.2 11.5v-5l2.2-.9V7.5L3 12.25v1.5l11 4.75v-2.1l-2.2-.9zM4.98 13 10 11.13v3.74L4.98 13z"})
"TextRotateUpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotate_vertical.cljs
================================================
(ns reagent-mui.icons.text-rotate-vertical
"Imports @mui/icons-material/TextRotateVertical as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotate-vertical (create-svg-icon (e "path" #js {"d" "M15.75 5h-1.5L9.5 16h2.1l.9-2.2h5l.9 2.2h2.1L15.75 5zm-2.62 7L15 6.98 16.87 12h-3.74zM6 19.75l3-3H7V4.25H5v12.5H3l3 3z"})
"TextRotateVertical"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotate_vertical_outlined.cljs
================================================
(ns reagent-mui.icons.text-rotate-vertical-outlined
"Imports @mui/icons-material/TextRotateVerticalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotate-vertical-outlined (create-svg-icon (e "path" #js {"d" "M15.75 5h-1.5L9.5 16h2.1l.9-2.2h5l.9 2.2h2.1L15.75 5zm-2.62 7L15 6.98 16.87 12h-3.74zM6 20l3-3H7V4H5v13H3l3 3z"})
"TextRotateVerticalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotate_vertical_rounded.cljs
================================================
(ns reagent-mui.icons.text-rotate-vertical-rounded
"Imports @mui/icons-material/TextRotateVerticalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotate-vertical-rounded (create-svg-icon (e "path" #js {"d" "M15 5c-.46 0-.87.27-1.05.69l-3.88 8.97c-.27.63.2 1.34.89 1.34.39 0 .74-.24.89-.6l.66-1.6h5l.66 1.6c.15.36.5.6.89.6.69 0 1.15-.71.88-1.34l-3.88-8.97C15.87 5.27 15.46 5 15 5zm-1.87 7L15 6.98 16.87 12h-3.74zm-6.78 7.64 1.79-1.79c.32-.31.1-.85-.35-.85H7V5c0-.55-.45-1-1-1s-1 .44-1 1v12h-.79c-.45 0-.67.54-.35.85l1.79 1.79c.19.2.51.2.7 0z"})
"TextRotateVerticalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotate_vertical_sharp.cljs
================================================
(ns reagent-mui.icons.text-rotate-vertical-sharp
"Imports @mui/icons-material/TextRotateVerticalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotate-vertical-sharp (create-svg-icon (e "path" #js {"d" "M15.75 5h-1.5L9.5 16h2.1l.9-2.2h5l.9 2.2h2.1L15.75 5zm-2.62 7L15 6.98 16.87 12h-3.74zM6 20l3-3H7V4H5v13H3l3 3z"})
"TextRotateVerticalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotate_vertical_two_tone.cljs
================================================
(ns reagent-mui.icons.text-rotate-vertical-two-tone
"Imports @mui/icons-material/TextRotateVerticalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotate-vertical-two-tone (create-svg-icon (e "path" #js {"d" "M15.75 5h-1.5L9.5 16h2.1l.9-2.2h5l.9 2.2h2.1L15.75 5zm-2.62 7L15 6.98 16.87 12h-3.74zM6 20l3-3H7V4H5v13H3l3 3z"})
"TextRotateVerticalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_angledown.cljs
================================================
(ns reagent-mui.icons.text-rotation-angledown
"Imports @mui/icons-material/TextRotationAngledown as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-angledown (create-svg-icon (e "path" #js {"d" "m19.4 4.91-1.06-1.06L7.2 8.27l1.48 1.48 2.19-.92 3.54 3.54-.92 2.19 1.48 1.48L19.4 4.91zm-6.81 3.1 4.87-2.23-2.23 4.87-2.64-2.64zM14.27 21v-4.24l-1.41 1.41-8.84-8.84-1.42 1.42 8.84 8.84L10.03 21h4.24z"})
"TextRotationAngledown"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_angledown_outlined.cljs
================================================
(ns reagent-mui.icons.text-rotation-angledown-outlined
"Imports @mui/icons-material/TextRotationAngledownOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-angledown-outlined (create-svg-icon (e "path" #js {"d" "M15 21v-4.24l-1.41 1.41-9.2-9.19-1.41 1.41 9.19 9.19L10.76 21H15zM11.25 8.48l3.54 3.54-.92 2.19 1.48 1.48 4.42-11.14-1.06-1.05L7.57 7.92 9.06 9.4l2.19-.92zm6.59-3.05-2.23 4.87-2.64-2.64 4.87-2.23z"})
"TextRotationAngledownOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_angledown_rounded.cljs
================================================
(ns reagent-mui.icons.text-rotation-angledown-rounded
"Imports @mui/icons-material/TextRotationAngledownRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-angledown-rounded (create-svg-icon (e "path" #js {"d" "M15 20.5v-2.54c0-.45-.54-.67-.85-.35l-.56.56L5.1 9.68a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l8.49 8.49-.56.56c-.32.32-.1.86.34.86h2.54c.28 0 .5-.23.5-.5zM11.25 8.48l3.54 3.54-.67 1.6c-.15.36-.07.77.21 1.05.49.49 1.31.32 1.57-.32l3.61-9.09c.17-.42.07-.91-.25-1.23-.32-.32-.8-.42-1.23-.25l-9.1 3.6c-.64.25-.81 1.08-.32 1.57.27.27.68.35 1.04.2l1.6-.67zm6.59-3.05-2.23 4.87-2.64-2.64 4.87-2.23z"})
"TextRotationAngledownRounded"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_angledown_sharp.cljs
================================================
(ns reagent-mui.icons.text-rotation-angledown-sharp
"Imports @mui/icons-material/TextRotationAngledownSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-angledown-sharp (create-svg-icon (e "path" #js {"d" "M15 21v-4.24l-1.41 1.41-9.2-9.19-1.41 1.41 9.19 9.19L10.76 21H15zM11.25 8.48l3.54 3.54-.92 2.19 1.48 1.48 4.42-11.14-1.06-1.05L7.57 7.92 9.06 9.4l2.19-.92zm6.59-3.05-2.23 4.87-2.64-2.64 4.87-2.23z"})
"TextRotationAngledownSharp"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_angledown_two_tone.cljs
================================================
(ns reagent-mui.icons.text-rotation-angledown-two-tone
"Imports @mui/icons-material/TextRotationAngledownTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-angledown-two-tone (create-svg-icon (e "path" #js {"d" "M15 21v-4.24l-1.41 1.41-9.2-9.19-1.41 1.41 9.19 9.19L10.76 21H15zM11.25 8.48l3.54 3.54-.92 2.19 1.48 1.48 4.42-11.14-1.06-1.05L7.57 7.92 9.06 9.4l2.19-.92zm6.59-3.05-2.23 4.87-2.64-2.64 4.87-2.23z"})
"TextRotationAngledownTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_angleup.cljs
================================================
(ns reagent-mui.icons.text-rotation-angleup
"Imports @mui/icons-material/TextRotationAngleup as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-angleup (create-svg-icon (e "path" #js {"d" "M4.49 4.21 3.43 5.27 7.85 16.4l1.48-1.48-.92-2.19 3.54-3.54 2.19.92 1.48-1.48L4.49 4.21zm3.09 6.8L5.36 6.14l4.87 2.23-2.65 2.64zm12.99-1.68h-4.24l1.41 1.41-8.84 8.84L10.32 21l8.84-8.84 1.41 1.41V9.33z"})
"TextRotationAngleup"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_angleup_outlined.cljs
================================================
(ns reagent-mui.icons.text-rotation-angleup-outlined
"Imports @mui/icons-material/TextRotationAngleupOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-angleup-outlined (create-svg-icon (e "path" #js {"d" "m16.76 9 1.41 1.41-9.19 9.19 1.41 1.41 9.19-9.19L21 13.24V9h-4.24zm-8.28 3.75 3.54-3.54 2.19.92 1.48-1.48L4.56 4.23 3.5 5.29l4.42 11.14 1.48-1.48-.92-2.2zm-.82-1.72L5.43 6.16l4.87 2.23-2.64 2.64z"})
"TextRotationAngleupOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_angleup_rounded.cljs
================================================
(ns reagent-mui.icons.text-rotation-angleup-rounded
"Imports @mui/icons-material/TextRotationAngleupRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-angleup-rounded (create-svg-icon (e "path" #js {"d" "m17.61 9.85.56.56-8.48 8.49c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l8.49-8.49.56.56c.31.32.85.1.85-.34V9.5c0-.28-.22-.5-.5-.5h-2.54c-.44 0-.66.54-.35.85zm-9.13 2.9 3.54-3.54 1.6.67c.36.15.77.07 1.05-.21.49-.49.32-1.31-.32-1.57L5.26 4.5c-.43-.16-.91-.06-1.23.26-.32.32-.42.8-.25 1.23l3.61 9.09c.25.64 1.08.81 1.57.32.28-.28.36-.69.21-1.05l-.69-1.6zm-.82-1.72L5.43 6.16l4.87 2.23-2.64 2.64z"})
"TextRotationAngleupRounded"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_angleup_sharp.cljs
================================================
(ns reagent-mui.icons.text-rotation-angleup-sharp
"Imports @mui/icons-material/TextRotationAngleupSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-angleup-sharp (create-svg-icon (e "path" #js {"d" "m16.76 9 1.41 1.41-9.19 9.19 1.41 1.41 9.19-9.19L21 13.24V9h-4.24zm-8.28 3.75 3.54-3.54 2.19.92 1.48-1.48L4.56 4.23 3.5 5.29l4.42 11.14 1.48-1.48-.92-2.2zm-.82-1.72L5.43 6.16l4.87 2.23-2.64 2.64z"})
"TextRotationAngleupSharp"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_angleup_two_tone.cljs
================================================
(ns reagent-mui.icons.text-rotation-angleup-two-tone
"Imports @mui/icons-material/TextRotationAngleupTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-angleup-two-tone (create-svg-icon (e "path" #js {"d" "m16.76 9 1.41 1.41-9.19 9.19 1.41 1.41 9.19-9.19L21 13.24V9h-4.24zm-8.28 3.75 3.54-3.54 2.19.92 1.48-1.48L4.56 4.23 3.5 5.29l4.42 11.14 1.48-1.48-.92-2.2zm-.82-1.72L5.43 6.16l4.87 2.23-2.64 2.64z"})
"TextRotationAngleupTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_down.cljs
================================================
(ns reagent-mui.icons.text-rotation-down
"Imports @mui/icons-material/TextRotationDown as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-down (create-svg-icon (e "path" #js {"d" "M21 12v-1.5L10 5.75v2.1l2.2.9v5l-2.2.9v2.1L21 12zm-7-2.62 5.02 1.87L14 13.12V9.38zM6 19.75l3-3H7V4.25H5v12.5H3l3 3z"})
"TextRotationDown"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_down_outlined.cljs
================================================
(ns reagent-mui.icons.text-rotation-down-outlined
"Imports @mui/icons-material/TextRotationDownOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-down-outlined (create-svg-icon (e "path" #js {"d" "m6 20 3-3H7V4H5v13H3l3 3zm6.2-11.5v5l-2.2.9v2.1l11-4.75v-1.5L10 5.5v2.1l2.2.9zm6.82 2.5L14 12.87V9.13L19.02 11z"})
"TextRotationDownOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_down_rounded.cljs
================================================
(ns reagent-mui.icons.text-rotation-down-rounded
"Imports @mui/icons-material/TextRotationDownRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-down-rounded (create-svg-icon (e "path" #js {"d" "m6.35 19.65 1.79-1.79c.32-.32.1-.86-.35-.86H7V5c0-.55-.45-1-1-1s-1 .45-1 1v12h-.79c-.45 0-.67.54-.35.85l1.79 1.79c.19.2.51.2.7.01zM12.2 8.5v5l-1.6.66c-.36.15-.6.5-.6.89 0 .69.71 1.15 1.34.88l8.97-3.88c.42-.18.69-.59.69-1.05 0-.46-.27-.87-.69-1.05l-8.97-3.88c-.63-.27-1.34.2-1.34.89 0 .39.24.74.6.89l1.6.65zm6.82 2.5L14 12.87V9.13L19.02 11z"})
"TextRotationDownRounded"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_down_sharp.cljs
================================================
(ns reagent-mui.icons.text-rotation-down-sharp
"Imports @mui/icons-material/TextRotationDownSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-down-sharp (create-svg-icon (e "path" #js {"d" "m6 20 3-3H7V4H5v13H3l3 3zm6.2-11.5v5l-2.2.9v2.1l11-4.75v-1.5L10 5.5v2.1l2.2.9zm6.82 2.5L14 12.87V9.13L19.02 11z"})
"TextRotationDownSharp"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_down_two_tone.cljs
================================================
(ns reagent-mui.icons.text-rotation-down-two-tone
"Imports @mui/icons-material/TextRotationDownTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-down-two-tone (create-svg-icon (e "path" #js {"d" "m6 20 3-3H7V4H5v13H3l3 3zm6.2-11.5v5l-2.2.9v2.1l11-4.75v-1.5L10 5.5v2.1l2.2.9zm6.82 2.5L14 12.87V9.13L19.02 11z"})
"TextRotationDownTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_none.cljs
================================================
(ns reagent-mui.icons.text-rotation-none
"Imports @mui/icons-material/TextRotationNone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-none (create-svg-icon (e "path" #js {"d" "M12.75 3h-1.5L6.5 14h2.1l.9-2.2h5l.9 2.2h2.1L12.75 3zm-2.62 7L12 4.98 13.87 10h-3.74zm10.37 8-3-3v2H5v2h12.5v2l3-3z"})
"TextRotationNone"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_none_outlined.cljs
================================================
(ns reagent-mui.icons.text-rotation-none-outlined
"Imports @mui/icons-material/TextRotationNoneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-none-outlined (create-svg-icon (e "path" #js {"d" "m21 18-3-3v2H5v2h13v2l3-3zM9.5 11.8h5l.9 2.2h2.1L12.75 3h-1.5L6.5 14h2.1l.9-2.2zM12 4.98 13.87 10h-3.74L12 4.98z"})
"TextRotationNoneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_none_rounded.cljs
================================================
(ns reagent-mui.icons.text-rotation-none-rounded
"Imports @mui/icons-material/TextRotationNoneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-none-rounded (create-svg-icon (e "path" #js {"d" "m20.65 17.65-1.79-1.79c-.32-.32-.86-.1-.86.35V17H6c-.55 0-1 .45-1 1s.45 1 1 1h12v.79c0 .45.54.67.85.35l1.79-1.79c.2-.19.2-.51.01-.7zM9.5 11.8h5l.66 1.6c.15.36.5.6.89.6.69 0 1.15-.71.88-1.34l-3.88-8.97C12.87 3.27 12.46 3 12 3c-.46 0-.87.27-1.05.69l-3.88 8.97c-.27.63.2 1.34.89 1.34.39 0 .74-.24.89-.6l.65-1.6zM12 4.98 13.87 10h-3.74L12 4.98z"})
"TextRotationNoneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_none_sharp.cljs
================================================
(ns reagent-mui.icons.text-rotation-none-sharp
"Imports @mui/icons-material/TextRotationNoneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-none-sharp (create-svg-icon (e "path" #js {"d" "m21 18-3-3v2H5v2h13v2l3-3zM9.5 11.8h5l.9 2.2h2.1L12.75 3h-1.5L6.5 14h2.1l.9-2.2zM12 4.98 13.87 10h-3.74L12 4.98z"})
"TextRotationNoneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/text_rotation_none_two_tone.cljs
================================================
(ns reagent-mui.icons.text-rotation-none-two-tone
"Imports @mui/icons-material/TextRotationNoneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-rotation-none-two-tone (create-svg-icon (e "path" #js {"d" "m21 18-3-3v2H5v2h13v2l3-3zM9.5 11.8h5l.9 2.2h2.1L12.75 3h-1.5L6.5 14h2.1l.9-2.2zM12 4.98 13.87 10h-3.74L12 4.98z"})
"TextRotationNoneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/text_snippet.cljs
================================================
(ns reagent-mui.icons.text-snippet
"Imports @mui/icons-material/TextSnippet as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-snippet (create-svg-icon (e "path" #js {"d" "m20.41 8.41-4.83-4.83c-.37-.37-.88-.58-1.41-.58H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9.83c0-.53-.21-1.04-.59-1.42zM7 7h7v2H7V7zm10 10H7v-2h10v2zm0-4H7v-2h10v2z"})
"TextSnippet"))
================================================
FILE: src/icons/reagent_mui/icons/text_snippet_outlined.cljs
================================================
(ns reagent-mui.icons.text-snippet-outlined
"Imports @mui/icons-material/TextSnippetOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-snippet-outlined (create-svg-icon (e "path" #js {"d" "M14.17 5 19 9.83V19H5V5h9.17m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59zM7 15h10v2H7v-2zm0-4h10v2H7v-2zm0-4h7v2H7V7z"})
"TextSnippetOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/text_snippet_rounded.cljs
================================================
(ns reagent-mui.icons.text-snippet-rounded
"Imports @mui/icons-material/TextSnippetRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-snippet-rounded (create-svg-icon (e "path" #js {"d" "M14.17 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59zM8 15h8c.55 0 1 .45 1 1s-.45 1-1 1H8c-.55 0-1-.45-1-1s.45-1 1-1zm0-4h8c.55 0 1 .45 1 1s-.45 1-1 1H8c-.55 0-1-.45-1-1s.45-1 1-1zm0-4h5c.55 0 1 .45 1 1s-.45 1-1 1H8c-.55 0-1-.45-1-1s.45-1 1-1z"})
"TextSnippetRounded"))
================================================
FILE: src/icons/reagent_mui/icons/text_snippet_sharp.cljs
================================================
(ns reagent-mui.icons.text-snippet-sharp
"Imports @mui/icons-material/TextSnippetSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-snippet-sharp (create-svg-icon (e "path" #js {"d" "m21 9-6-6H3v18h18V9zM7 7h7v2H7V7zm10 10H7v-2h10v2zm0-4H7v-2h10v2z"})
"TextSnippetSharp"))
================================================
FILE: src/icons/reagent_mui/icons/text_snippet_two_tone.cljs
================================================
(ns reagent-mui.icons.text-snippet-two-tone
"Imports @mui/icons-material/TextSnippetTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def text-snippet-two-tone (create-svg-icon [(e "path" #js {"d" "M14.17 5 19 9.83V19H5V5h9.17M7 15h10v2H7v-2zm0-4h10v2H7v-2zm0-4h7v2H7V7z", "opacity" ".3"}) (e "path" #js {"d" "M14.17 5 19 9.83V19H5V5h9.17m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59zM7 15h10v2H7v-2zm0-4h10v2H7v-2zm0-4h7v2H7V7z"})]
"TextSnippetTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/textsms.cljs
================================================
(ns reagent-mui.icons.textsms
"Imports @mui/icons-material/Textsms as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def textsms (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 11H7V9h2v2zm4 0h-2V9h2v2zm4 0h-2V9h2v2z"})
"Textsms"))
================================================
FILE: src/icons/reagent_mui/icons/textsms_outlined.cljs
================================================
(ns reagent-mui.icons.textsms-outlined
"Imports @mui/icons-material/TextsmsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def textsms-outlined (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12zM7 9h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"})
"TextsmsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/textsms_rounded.cljs
================================================
(ns reagent-mui.icons.textsms-rounded
"Imports @mui/icons-material/TextsmsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def textsms-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 11H7V9h2v2zm4 0h-2V9h2v2zm4 0h-2V9h2v2z"})
"TextsmsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/textsms_sharp.cljs
================================================
(ns reagent-mui.icons.textsms-sharp
"Imports @mui/icons-material/TextsmsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def textsms-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2.01L2 22l4-4h16V2zM9 11H7V9h2v2zm4 0h-2V9h2v2zm4 0h-2V9h2v2z"})
"TextsmsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/textsms_two_tone.cljs
================================================
(ns reagent-mui.icons.textsms-two-tone
"Imports @mui/icons-material/TextsmsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def textsms-two-tone (create-svg-icon [(e "path" #js {"d" "m4 18 2-2h14V4H4v14zm11-9h2v2h-2V9zm-4 0h2v2h-2V9zM7 9h2v2H7V9z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12zM7 9h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"})]
"TextsmsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/texture.cljs
================================================
(ns reagent-mui.icons.texture
"Imports @mui/icons-material/Texture as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def texture (create-svg-icon (e "path" #js {"d" "M19.51 3.08 3.08 19.51c.09.34.27.65.51.9.25.24.56.42.9.51L20.93 4.49c-.19-.69-.73-1.23-1.42-1.41zM11.88 3 3 11.88v2.83L14.71 3h-2.83zM5 3c-1.1 0-2 .9-2 2v2l4-4H5zm14 18c.55 0 1.05-.22 1.41-.59.37-.36.59-.86.59-1.41v-2l-4 4h2zm-9.71 0h2.83L21 12.12V9.29L9.29 21z"})
"Texture"))
================================================
FILE: src/icons/reagent_mui/icons/texture_outlined.cljs
================================================
(ns reagent-mui.icons.texture-outlined
"Imports @mui/icons-material/TextureOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def texture-outlined (create-svg-icon (e "path" #js {"d" "M19.51 3.08 3.08 19.51c.09.34.27.65.51.9.25.24.56.42.9.51L20.93 4.49c-.19-.69-.73-1.23-1.42-1.41zM11.88 3 3 11.88v2.83L14.71 3h-2.83zM5 3c-1.1 0-2 .9-2 2v2l4-4H5zm14 18c.55 0 1.05-.22 1.41-.59.37-.36.59-.86.59-1.41v-2l-4 4h2zm-9.71 0h2.83L21 12.12V9.29L9.29 21z"})
"TextureOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/texture_rounded.cljs
================================================
(ns reagent-mui.icons.texture-rounded
"Imports @mui/icons-material/TextureRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def texture-rounded (create-svg-icon (e "path" #js {"d" "M19.58 3.08 3.15 19.51c.09.34.27.65.51.9.25.24.56.42.9.51L21 4.49c-.19-.69-.73-1.23-1.42-1.41zM11.95 3l-8.88 8.88v2.83L14.78 3h-2.83zM5.07 3c-1.1 0-2 .9-2 2v2l4-4h-2zm14 18c.55 0 1.05-.22 1.41-.59.37-.36.59-.86.59-1.41v-2l-4 4h2zm-9.71 0h2.83l8.88-8.88V9.29L9.36 21z"})
"TextureRounded"))
================================================
FILE: src/icons/reagent_mui/icons/texture_sharp.cljs
================================================
(ns reagent-mui.icons.texture-sharp
"Imports @mui/icons-material/TextureSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def texture-sharp (create-svg-icon (e "path" #js {"d" "M19.66 3 3.07 19.59V21h1.41L21.07 4.42V3zm-7.71 0-8.88 8.88v2.83L14.78 3zM3.07 3v4l4-4zm18 18v-4l-4 4zm-8.88 0 8.88-8.88V9.29L9.36 21z"})
"TextureSharp"))
================================================
FILE: src/icons/reagent_mui/icons/texture_two_tone.cljs
================================================
(ns reagent-mui.icons.texture-two-tone
"Imports @mui/icons-material/TextureTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def texture-two-tone (create-svg-icon (e "path" #js {"d" "M11.88 3 3 11.88v2.83L14.71 3zM3 5v2l4-4H5c-1.1 0-2 .9-2 2zm16.51-1.92L3.08 19.51c.09.34.27.65.51.9.25.24.56.42.9.51L20.93 4.49c-.19-.69-.73-1.23-1.42-1.41zM21 9.29 9.29 21h2.83L21 12.12zm-.59 11.12c.37-.36.59-.86.59-1.41v-2l-4 4h2c.55 0 1.05-.22 1.41-.59z"})
"TextureTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/theater_comedy.cljs
================================================
(ns reagent-mui.icons.theater-comedy
"Imports @mui/icons-material/TheaterComedy as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def theater-comedy (create-svg-icon [(e "path" #js {"d" "M2 16.5C2 19.54 4.46 22 7.5 22s5.5-2.46 5.5-5.5V10H2v6.5zm5.5 2C6.12 18.5 5 17.83 5 17h5c0 .83-1.12 1.5-2.5 1.5zM10 13c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-5 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"}) (e "path" #js {"d" "M11 3v6h3v2.5c0-.83 1.12-1.5 2.5-1.5s2.5.67 2.5 1.5h-5v2.89c.75.38 1.6.61 2.5.61 3.04 0 5.5-2.46 5.5-5.5V3H11zm3 5.08c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1c0 .56-.45 1-1 1zm5 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1c0 .56-.45 1-1 1z"})]
"TheaterComedy"))
================================================
FILE: src/icons/reagent_mui/icons/theater_comedy_outlined.cljs
================================================
(ns reagent-mui.icons.theater-comedy-outlined
"Imports @mui/icons-material/TheaterComedyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def theater-comedy-outlined (create-svg-icon [(e "circle" #js {"cx" "19", "cy" "6.5", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "6.5", "r" "1"}) (e "path" #js {"d" "M16.99 9c-1.38 0-2.5.84-2.5 1.88h5c0-1.04-1.12-1.88-2.5-1.88zM1 16c0 3.31 2.69 6 6 6s6-2.69 6-6V9H1v7zm2-5h8v5c0 2.21-1.79 4-4 4s-4-1.79-4-4v-5z"}) (e "path" #js {"d" "M11 2v5.5h2V4h8v5c0 2.21-1.79 4-4 4-.95 0-1.81-.35-2.5-.9v2.35c.76.35 1.61.55 2.5.55 3.31 0 6-2.69 6-6V2H11z"}) (e "circle" #js {"cx" "5", "cy" "13.5", "r" "1"}) (e "circle" #js {"cx" "9", "cy" "13.5", "r" "1"}) (e "path" #js {"d" "M7 17.88c1.38 0 2.5-.84 2.5-1.88h-5c0 1.04 1.12 1.88 2.5 1.88z"})]
"TheaterComedyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/theater_comedy_rounded.cljs
================================================
(ns reagent-mui.icons.theater-comedy-rounded
"Imports @mui/icons-material/TheaterComedyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def theater-comedy-rounded (create-svg-icon [(e "path" #js {"d" "M21 2h-8c-1.1 0-2 .9-2 2v3.5h1.5c1.1 0 2 .9 2 2v4.95c1.04.48 2.24.68 3.5.47 2.93-.49 5-3.17 5-6.14V4c0-1.1-.9-2-2-2zm-7 4.5c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm4.85 4.38h-3.72c-.38 0-.63-.41-.44-.75.39-.66 1.27-1.13 2.3-1.13s1.91.47 2.3 1.14c.19.33-.06.74-.44.74zM19 7.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "M11 9H3c-1.1 0-2 .9-2 2v4.79c0 3.05 2.19 5.77 5.21 6.16C9.87 22.42 13 19.57 13 16v-5c0-1.1-.9-2-2-2zm-7 4.5c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm5.3 3.25c-.38.67-1.27 1.14-2.3 1.14s-1.91-.47-2.3-1.14c-.19-.34.06-.75.44-.75h3.72c.38 0 .63.41.44.75zM9 14.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"TheaterComedyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/theater_comedy_sharp.cljs
================================================
(ns reagent-mui.icons.theater-comedy-sharp
"Imports @mui/icons-material/TheaterComedySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def theater-comedy-sharp (create-svg-icon [(e "path" #js {"d" "M11 2v5.5h3.5v3.31C14.55 9.8 15.64 9 16.99 9c1.38 0 2.5.84 2.5 1.88H14.5v3.56c.76.36 1.61.56 2.5.56 3.31 0 6-2.69 6-6V2H11zm4 5.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"}) (e "path" #js {"d" "M1 16c0 3.31 2.69 6 6 6s6-2.69 6-6V9H1v7zm6 1.88c-1.38 0-2.5-.84-2.5-1.88h5c0 1.04-1.12 1.88-2.5 1.88zm2-5.38c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-4 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})]
"TheaterComedySharp"))
================================================
FILE: src/icons/reagent_mui/icons/theater_comedy_two_tone.cljs
================================================
(ns reagent-mui.icons.theater-comedy-two-tone
"Imports @mui/icons-material/TheaterComedyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def theater-comedy-two-tone (create-svg-icon [(e "path" #js {"d" "M14.5 10.81C14.55 9.8 15.64 9 16.99 9c1.38 0 2.5.84 2.5 1.88H14.5v1.22c.69.55 1.55.9 2.5.9 2.21 0 4-1.79 4-4V4h-8v3.5h1.5v3.31zM19 5.5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-5 1c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1z", "opacity" ".3"}) (e "path" #js {"d" "M11 2v5.5h2V4h8v5c0 2.21-1.79 4-4 4-.95 0-1.81-.35-2.5-.9v2.35c.76.35 1.61.55 2.5.55 3.31 0 6-2.69 6-6V2H11z"}) (e "circle" #js {"cx" "19", "cy" "6.5", "r" "1"}) (e "circle" #js {"cx" "15", "cy" "6.5", "r" "1"}) (e "path" #js {"d" "M16.99 9c-1.35 0-2.44.8-2.49 1.81v.07h4.99c0-1.04-1.12-1.88-2.5-1.88zM1 16c0 3.31 2.69 6 6 6s6-2.69 6-6V9H1v7zm2-5h8v5c0 2.21-1.79 4-4 4s-4-1.79-4-4v-5z"}) (e "path" #js {"d" "M7 20c2.21 0 4-1.79 4-4v-5H3v5c0 2.21 1.79 4 4 4zm0-2.12c-1.38 0-2.5-.84-2.5-1.88h5c0 1.04-1.12 1.88-2.5 1.88zm2-5.38c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-4 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z", "opacity" ".3"}) (e "circle" #js {"cx" "5", "cy" "13.5", "r" "1"}) (e "circle" #js {"cx" "9", "cy" "13.5", "r" "1"}) (e "path" #js {"d" "M7 17.88c1.38 0 2.5-.84 2.5-1.88h-5c0 1.04 1.12 1.88 2.5 1.88z"})]
"TheaterComedyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/theaters.cljs
================================================
(ns reagent-mui.icons.theaters
"Imports @mui/icons-material/Theaters as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def theaters (create-svg-icon (e "path" #js {"d" "M18 3v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3h-2zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"})
"Theaters"))
================================================
FILE: src/icons/reagent_mui/icons/theaters_outlined.cljs
================================================
(ns reagent-mui.icons.theaters-outlined
"Imports @mui/icons-material/TheatersOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def theaters-outlined (create-svg-icon (e "path" #js {"d" "M18 3v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3h-2zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm6 10h-4V5h4v14zm4-2h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"})
"TheatersOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/theaters_rounded.cljs
================================================
(ns reagent-mui.icons.theaters-rounded
"Imports @mui/icons-material/TheatersRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def theaters-rounded (create-svg-icon (e "path" #js {"d" "M18 4v1h-2V4c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1H6V4c0-.55-.45-1-1-1s-1 .45-1 1v16c0 .55.45 1 1 1s1-.45 1-1v-1h2v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h2v1c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"})
"TheatersRounded"))
================================================
FILE: src/icons/reagent_mui/icons/theaters_sharp.cljs
================================================
(ns reagent-mui.icons.theaters-sharp
"Imports @mui/icons-material/TheatersSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def theaters-sharp (create-svg-icon (e "path" #js {"d" "M18 3v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3h-2zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"})
"TheatersSharp"))
================================================
FILE: src/icons/reagent_mui/icons/theaters_two_tone.cljs
================================================
(ns reagent-mui.icons.theaters-two-tone
"Imports @mui/icons-material/TheatersTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def theaters-two-tone (create-svg-icon [(e "path" #js {"d" "M18 3v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3h-2zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm6 10h-4V5h4v14zm4-2h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"}) (e "path" #js {"d" "M10 5h4v14h-4z", "opacity" ".3"})]
"TheatersTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/thermostat.cljs
================================================
(ns reagent-mui.icons.thermostat
"Imports @mui/icons-material/Thermostat as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thermostat (create-svg-icon (e "path" #js {"d" "M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4zm-4-2V5c0-.55.45-1 1-1s1 .45 1 1v1h-1v1h1v2h-1v1h1v1h-2z"})
"Thermostat"))
================================================
FILE: src/icons/reagent_mui/icons/thermostat_auto.cljs
================================================
(ns reagent-mui.icons.thermostat-auto
"Imports @mui/icons-material/ThermostatAuto as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thermostat-auto (create-svg-icon (e "path" #js {"d" "M11 12V6c0-1.66-1.34-3-3-3S5 4.34 5 6v6c-1.21.91-2 2.37-2 4 0 1.12.38 2.14 1 2.97V19h.02c.91 1.21 2.35 2 3.98 2s3.06-.79 3.98-2H12v-.03c.62-.83 1-1.85 1-2.97 0-1.63-.79-3.09-2-4zm-6 4c0-.94.45-1.84 1.2-2.4L7 13V6c0-.55.45-1 1-1s1 .45 1 1v7l.8.6c.75.57 1.2 1.46 1.2 2.4H5zM18.62 4h-1.61l-3.38 9h1.56l.81-2.3h3.63l.8 2.3H22l-3.38-9zm-2.15 5.39 1.31-3.72h.08l1.31 3.72h-2.7z"})
"ThermostatAuto"))
================================================
FILE: src/icons/reagent_mui/icons/thermostat_auto_outlined.cljs
================================================
(ns reagent-mui.icons.thermostat-auto-outlined
"Imports @mui/icons-material/ThermostatAutoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thermostat-auto-outlined (create-svg-icon (e "path" #js {"d" "M11 12V6c0-1.66-1.34-3-3-3S5 4.34 5 6v6c-1.21.91-2 2.37-2 4 0 1.12.38 2.14 1 2.97V19h.02c.91 1.21 2.35 2 3.98 2s3.06-.79 3.98-2H12v-.03c.62-.83 1-1.85 1-2.97 0-1.63-.79-3.09-2-4zm-6 4c0-.94.45-1.84 1.2-2.4L7 13V6c0-.55.45-1 1-1s1 .45 1 1v7l.8.6c.75.57 1.2 1.46 1.2 2.4H5zM18.62 4h-1.61l-3.38 9h1.56l.81-2.3h3.63l.8 2.3H22l-3.38-9zm-2.15 5.39 1.31-3.72h.08l1.31 3.72h-2.7z"})
"ThermostatAutoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/thermostat_auto_rounded.cljs
================================================
(ns reagent-mui.icons.thermostat-auto-rounded
"Imports @mui/icons-material/ThermostatAutoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thermostat-auto-rounded (create-svg-icon (e "path" #js {"d" "M11 12V6c0-1.66-1.34-3-3-3S5 4.34 5 6v6c-1.21.91-2 2.37-2 4 0 1.12.38 2.14 1 2.97V19h.02c.91 1.21 2.35 2 3.98 2s3.06-.79 3.98-2H12v-.03c.62-.83 1-1.85 1-2.97 0-1.63-.79-3.09-2-4zm-6 4c0-.94.45-1.84 1.2-2.4L7 13V6c0-.55.45-1 1-1s1 .45 1 1v7l.8.6c.75.57 1.2 1.46 1.2 2.4H5zM17.81 4c-.48 0-.92.3-1.09.75L14 12.02c-.18.47.17.98.67.98.31 0 .58-.19.68-.48L16 10.7h3.63l.64 1.82c.1.29.38.48.68.48.51 0 .86-.51.68-.98L18.9 4.75c-.17-.45-.6-.75-1.09-.75zm-1.34 5.39 1.31-3.72h.08l1.31 3.72h-2.7z"})
"ThermostatAutoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/thermostat_auto_sharp.cljs
================================================
(ns reagent-mui.icons.thermostat-auto-sharp
"Imports @mui/icons-material/ThermostatAutoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thermostat-auto-sharp (create-svg-icon (e "path" #js {"d" "M11 12V6c0-1.66-1.34-3-3-3S5 4.34 5 6v6c-1.21.91-2 2.37-2 4 0 1.12.38 2.14 1 2.97V19h.02c.91 1.21 2.35 2 3.98 2s3.06-.79 3.98-2H12v-.03c.62-.83 1-1.85 1-2.97 0-1.63-.79-3.09-2-4zm-6 4c0-.94.45-1.84 1.2-2.4L7 13V6c0-.55.45-1 1-1s1 .45 1 1v7l.8.6c.75.57 1.2 1.46 1.2 2.4H5zM18.62 4h-1.61l-3.38 9h1.56l.81-2.3h3.63l.8 2.3H22l-3.38-9zm-2.15 5.39 1.31-3.72h.08l1.31 3.72h-2.7z"})
"ThermostatAutoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/thermostat_auto_two_tone.cljs
================================================
(ns reagent-mui.icons.thermostat-auto-two-tone
"Imports @mui/icons-material/ThermostatAutoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thermostat-auto-two-tone (create-svg-icon [(e "path" #js {"d" "M9.8 13.6 9 13V6c0-.55-.45-1-1-1s-1 .45-1 1v7l-.8.6C5.45 14.16 5 15.06 5 16h6c0-.94-.45-1.83-1.2-2.4z", "opacity" ".3"}) (e "path" #js {"d" "M11 12V6c0-1.66-1.34-3-3-3S5 4.34 5 6v6c-1.21.91-2 2.37-2 4 0 1.12.38 2.14 1 2.97V19h.02c.91 1.21 2.35 2 3.98 2s3.06-.79 3.98-2H12v-.03c.62-.83 1-1.85 1-2.97 0-1.63-.79-3.09-2-4zm-6 4c0-.94.45-1.84 1.2-2.4L7 13V6c0-.55.45-1 1-1s1 .45 1 1v7l.8.6c.75.57 1.2 1.46 1.2 2.4H5zM18.62 4h-1.61l-3.38 9h1.56l.81-2.3h3.63l.8 2.3H22l-3.38-9zm-2.15 5.39 1.31-3.72h.08l1.31 3.72h-2.7z"})]
"ThermostatAutoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/thermostat_outlined.cljs
================================================
(ns reagent-mui.icons.thermostat-outlined
"Imports @mui/icons-material/ThermostatOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thermostat-outlined (create-svg-icon (e "path" #js {"d" "M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4zm-4-8c0-.55.45-1 1-1s1 .45 1 1h-1v1h1v2h-1v1h1v2h-2V5z"})
"ThermostatOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/thermostat_rounded.cljs
================================================
(ns reagent-mui.icons.thermostat-rounded
"Imports @mui/icons-material/ThermostatRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thermostat-rounded (create-svg-icon (e "path" #js {"d" "M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4zm-2-2h-2V5c0-.55.45-1 1-1s1 .45 1 1h-.5c-.28 0-.5.22-.5.5s.22.5.5.5h.5v2h-.5c-.28 0-.5.22-.5.5s.22.5.5.5h.5v2z"})
"ThermostatRounded"))
================================================
FILE: src/icons/reagent_mui/icons/thermostat_sharp.cljs
================================================
(ns reagent-mui.icons.thermostat-sharp
"Imports @mui/icons-material/ThermostatSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thermostat-sharp (create-svg-icon (e "path" #js {"d" "M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4zm-4-8c0-.55.45-1 1-1s1 .45 1 1h-1v1h1v2h-1v1h1v2h-2V5z"})
"ThermostatSharp"))
================================================
FILE: src/icons/reagent_mui/icons/thermostat_two_tone.cljs
================================================
(ns reagent-mui.icons.thermostat-two-tone
"Imports @mui/icons-material/ThermostatTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thermostat-two-tone (create-svg-icon (e "path" #js {"d" "M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4zm-4-8c0-.55.45-1 1-1s1 .45 1 1h-1v1h1v2h-1v1h1v2h-2V5z"})
"ThermostatTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/thirteen_mp.cljs
================================================
(ns reagent-mui.icons.thirteen-mp
"Imports @mui/icons-material/ThirteenMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thirteen-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zm6.5 5c0 .55-.45 1-1 1H12V10h3V9h-2V8h2V7h-3V5.5h3.5c.55 0 1 .45 1 1v4zm-1 3.5H17v1.5h-1.5z"})
"ThirteenMp"))
================================================
FILE: src/icons/reagent_mui/icons/thirteen_mp_outlined.cljs
================================================
(ns reagent-mui.icons.thirteen-mp-outlined
"Imports @mui/icons-material/ThirteenMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thirteen-mp-outlined (create-svg-icon [(e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm8-1v-4c0-.55-.45-1-1-1H12V7h3v1h-2v1h2v1h-3v1.5h3.5c.55 0 1-.45 1-1zm-9 3.5h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})]
"ThirteenMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/thirteen_mp_rounded.cljs
================================================
(ns reagent-mui.icons.thirteen-mp-rounded
"Imports @mui/icons-material/ThirteenMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thirteen-mp-rounded (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.75 5.5H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C7.34 7 7 6.66 7 6.25s.34-.75.75-.75zm4.75 12.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zm-.5-7c0-.41.34-.75.75-.75H15V9h-1.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H15V7h-2.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.75c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-2.75c-.41 0-.75-.34-.75-.75zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"})]
"ThirteenMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/thirteen_mp_sharp.cljs
================================================
(ns reagent-mui.icons.thirteen-mp-sharp
"Imports @mui/icons-material/ThirteenMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thirteen-mp-sharp (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm9 7h3V9h-2V8h2V7h-3V5.5h4.5v6H12V10zM7 5.5h3v6H8.5V7H7V5.5zm5.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"})]
"ThirteenMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/thirteen_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.thirteen-mp-two-tone
"Imports @mui/icons-material/ThirteenMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thirteen-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zM12 10h3V9h-2V8h2V7h-3V5.5h3.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H12V10zM7 5.5h3v6H8.5V7H7V5.5zm-1 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5z", "opacity" ".3"}) (e "path" #js {"d" "M16.5 10.5v-4c0-.55-.45-1-1-1H12V7h3v1h-2v1h2v1h-3v1.5h3.5c.55 0 1-.45 1-1z"}) (e "path" #js {"d" "M16.5 10.5v-4c0-.55-.45-1-1-1H12V7h3v1h-2v1h2v1h-3v1.5h3.5c.55 0 1-.45 1-1zM15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})]
"ThirteenMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/thirty_fps.cljs
================================================
(ns reagent-mui.icons.thirty-fps
"Imports @mui/icons-material/ThirtyFps as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thirty-fps (create-svg-icon (e "path" #js {"d" "M2 5v3h6v2.5H3v3h5V16H2v3h6c1.66 0 3-1.34 3-3v-1.9c0-1.16-.94-2.1-2.1-2.1 1.16 0 2.1-.94 2.1-2.1V8c0-1.66-1.34-3-3-3H2zm17 3v8h-4V8h4m0-3h-4c-1.66 0-3 1.34-3 3v8c0 1.66 1.34 3 3 3h4c1.66 0 3-1.34 3-3V8c0-1.66-1.34-3-3-3z"})
"ThirtyFps"))
================================================
FILE: src/icons/reagent_mui/icons/thirty_fps_outlined.cljs
================================================
(ns reagent-mui.icons.thirty-fps-outlined
"Imports @mui/icons-material/ThirtyFpsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thirty-fps-outlined (create-svg-icon (e "path" #js {"d" "M2 5v3h6v2.5H3v3h5V16H2v3h6c1.66 0 3-1.34 3-3v-1.9c0-1.16-.94-2.1-2.1-2.1 1.16 0 2.1-.94 2.1-2.1V8c0-1.66-1.34-3-3-3H2zm17 3v8h-4V8h4m0-3h-4c-1.66 0-3 1.34-3 3v8c0 1.66 1.34 3 3 3h4c1.66 0 3-1.34 3-3V8c0-1.66-1.34-3-3-3z"})
"ThirtyFpsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/thirty_fps_rounded.cljs
================================================
(ns reagent-mui.icons.thirty-fps-rounded
"Imports @mui/icons-material/ThirtyFpsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thirty-fps-rounded (create-svg-icon (e "path" #js {"d" "M2 6.5C2 7.33 2.67 8 3.5 8H8v2.5H4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5H8V16H3.5c-.83 0-1.5.67-1.5 1.5S2.67 19 3.5 19H8c1.66 0 3-1.34 3-3v-1.9c0-1.16-.94-2.1-2.1-2.1 1.16 0 2.1-.94 2.1-2.1V8c0-1.66-1.34-3-3-3H3.5C2.67 5 2 5.67 2 6.5zM19 8v8h-4V8h4m0-3h-4c-1.66 0-3 1.34-3 3v8c0 1.66 1.34 3 3 3h4c1.66 0 3-1.34 3-3V8c0-1.66-1.34-3-3-3z"})
"ThirtyFpsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/thirty_fps_select.cljs
================================================
(ns reagent-mui.icons.thirty-fps-select
"Imports @mui/icons-material/ThirtyFpsSelect as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thirty-fps-select (create-svg-icon (e "path" #js {"d" "M4 4v2h5v2H5v2h4v2H4v2h5c1.1 0 2-.9 2-2v-1.5c0-.83-.17-1.5-1-1.5.83 0 1-.67 1-1.5V6c0-1.1-.9-2-2-2H4zm14 0c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-3c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h3zm0 2h-3v6h3V6zM5 22H3v-5h2v5zm4 0H7v-5h2v5zm4 0h-2v-5h2v5zm8 0h-6v-5h6v5z"})
"ThirtyFpsSelect"))
================================================
FILE: src/icons/reagent_mui/icons/thirty_fps_select_outlined.cljs
================================================
(ns reagent-mui.icons.thirty-fps-select-outlined
"Imports @mui/icons-material/ThirtyFpsSelectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thirty-fps-select-outlined (create-svg-icon (e "path" #js {"d" "M4 4v2h5v2H5v2h4v2H4v2h5c1.1 0 2-.9 2-2v-1.5c0-.83-.17-1.5-1-1.5.83 0 1-.67 1-1.5V6c0-1.1-.9-2-2-2H4zm14 0c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-3c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h3zm0 2h-3v6h3V6zM5 22H3v-5h2v5zm4 0H7v-5h2v5zm4 0h-2v-5h2v5zm8 0h-6v-5h6v5z"})
"ThirtyFpsSelectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/thirty_fps_select_rounded.cljs
================================================
(ns reagent-mui.icons.thirty-fps-select-rounded
"Imports @mui/icons-material/ThirtyFpsSelectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thirty-fps-select-rounded (create-svg-icon (e "path" #js {"d" "M4 5c0 .55.45 1 1 1h4v2H6c-.55 0-1 .45-1 1s.45 1 1 1h3v2H5c-.55 0-1 .45-1 1s.45 1 1 1h4c1.1 0 2-.9 2-2v-1.5c0-.83-.17-1.5-1-1.5.83 0 1-.67 1-1.5V6c0-1.1-.9-2-2-2H5c-.55 0-1 .45-1 1zm14-1c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-3c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h3zm0 2h-3v6h3V6zM4 22c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1zm4 0c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1zm4 0c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1zm8 0h-4c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1z"})
"ThirtyFpsSelectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/thirty_fps_select_sharp.cljs
================================================
(ns reagent-mui.icons.thirty-fps-select-sharp
"Imports @mui/icons-material/ThirtyFpsSelectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thirty-fps-select-sharp (create-svg-icon (e "path" #js {"d" "M4 4v2h5v2H5v2h4v2H4v2h7V4H4zm9 0h7v10h-7V4zm5 2h-3v6h3V6zM5 22H3v-5h2v5zm4 0H7v-5h2v5zm4 0h-2v-5h2v5zm8 0h-6v-5h6v5z"})
"ThirtyFpsSelectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/thirty_fps_select_two_tone.cljs
================================================
(ns reagent-mui.icons.thirty-fps-select-two-tone
"Imports @mui/icons-material/ThirtyFpsSelectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thirty-fps-select-two-tone (create-svg-icon (e "path" #js {"d" "M4 4v2h5v2H5v2h4v2H4v2h5c1.1 0 2-.9 2-2v-1.5c0-.83-.17-1.5-1-1.5.83 0 1-.67 1-1.5V6c0-1.1-.9-2-2-2H4zm14 0c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-3c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h3zm0 2h-3v6h3V6zM5 22H3v-5h2v5zm4 0H7v-5h2v5zm4 0h-2v-5h2v5zm8 0h-6v-5h6v5z"})
"ThirtyFpsSelectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/thirty_fps_sharp.cljs
================================================
(ns reagent-mui.icons.thirty-fps-sharp
"Imports @mui/icons-material/ThirtyFpsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thirty-fps-sharp (create-svg-icon (e "path" #js {"d" "M2 5v3h6v2.5H3v3h5V16H2v3h9V5H2zm17 3v8h-4V8h4m3-3H12v14h10V5z"})
"ThirtyFpsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/thirty_fps_two_tone.cljs
================================================
(ns reagent-mui.icons.thirty-fps-two-tone
"Imports @mui/icons-material/ThirtyFpsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thirty-fps-two-tone (create-svg-icon (e "path" #js {"d" "M2 5v3h6v2.5H3v3h5V16H2v3h6c1.66 0 3-1.34 3-3v-1.9c0-1.16-.94-2.1-2.1-2.1 1.16 0 2.1-.94 2.1-2.1V8c0-1.66-1.34-3-3-3H2zm17 3v8h-4V8h4m0-3h-4c-1.66 0-3 1.34-3 3v8c0 1.66 1.34 3 3 3h4c1.66 0 3-1.34 3-3V8c0-1.66-1.34-3-3-3z"})
"ThirtyFpsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/three_d_rotation.cljs
================================================
(ns reagent-mui.icons.three-d-rotation
"Imports @mui/icons-material/ThreeDRotation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-d-rotation (create-svg-icon (e "path" #js {"d" "M7.52 21.48C4.25 19.94 1.91 16.76 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.81-1.33 1.32zm.89-6.52c-.19 0-.37-.03-.52-.08-.16-.06-.29-.13-.4-.24-.11-.1-.2-.22-.26-.37-.06-.14-.09-.3-.09-.47h-1.3c0 .36.07.68.21.95.14.27.33.5.56.69.24.18.51.32.82.41.3.1.62.15.96.15.37 0 .72-.05 1.03-.15.32-.1.6-.25.83-.44s.42-.43.55-.72c.13-.29.2-.61.2-.97 0-.19-.02-.38-.07-.56-.05-.18-.12-.35-.23-.51-.1-.16-.24-.3-.4-.43-.17-.13-.37-.23-.61-.31.2-.09.37-.2.52-.33.15-.13.27-.27.37-.42.1-.15.17-.3.22-.46.05-.16.07-.32.07-.48 0-.36-.06-.68-.18-.96-.12-.28-.29-.51-.51-.69-.2-.19-.47-.33-.77-.43C9.1 8.05 8.76 8 8.39 8c-.36 0-.69.05-1 .16-.3.11-.57.26-.79.45-.21.19-.38.41-.51.67-.12.26-.18.54-.18.85h1.3c0-.17.03-.32.09-.45s.14-.25.25-.34c.11-.09.23-.17.38-.22.15-.05.3-.08.48-.08.4 0 .7.1.89.31.19.2.29.49.29.86 0 .18-.03.34-.08.49-.05.15-.14.27-.25.37-.11.1-.25.18-.41.24-.16.06-.36.09-.58.09H7.5v1.03h.77c.22 0 .42.02.6.07s.33.13.45.23c.12.11.22.24.29.4.07.16.1.35.1.57 0 .41-.12.72-.35.93-.23.23-.55.33-.95.33zm8.55-5.92c-.32-.33-.7-.59-1.14-.77-.43-.18-.92-.27-1.46-.27H12v8h2.3c.55 0 1.06-.09 1.51-.27.45-.18.84-.43 1.16-.76.32-.33.57-.73.74-1.19.17-.47.26-.99.26-1.57v-.4c0-.58-.09-1.1-.26-1.57-.18-.47-.43-.87-.75-1.2zm-.39 3.16c0 .42-.05.79-.14 1.13-.1.33-.24.62-.43.85-.19.23-.43.41-.71.53-.29.12-.62.18-.99.18h-.91V9.12h.97c.72 0 1.27.23 1.64.69.38.46.57 1.12.57 1.99v.4zM12 0l-.66.03 3.81 3.81 1.33-1.33c3.27 1.55 5.61 4.72 5.96 8.48h1.5C23.44 4.84 18.29 0 12 0z"})
"ThreeDRotation"))
================================================
FILE: src/icons/reagent_mui/icons/three_d_rotation_outlined.cljs
================================================
(ns reagent-mui.icons.three-d-rotation-outlined
"Imports @mui/icons-material/ThreeDRotationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-d-rotation-outlined (create-svg-icon (e "path" #js {"d" "M7.53 21.48C4.26 19.94 1.92 16.76 1.56 13H.06c.51 6.16 5.66 11 11.95 11l.66-.03-3.81-3.81-1.33 1.32zm.89-6.52c-.19 0-.37-.03-.52-.08-.16-.06-.29-.13-.4-.24-.11-.1-.2-.22-.26-.37-.06-.14-.09-.3-.09-.47h-1.3c0 .36.07.68.21.95.14.27.33.5.56.69.24.18.51.32.82.41.3.1.62.15.96.15.37 0 .72-.05 1.03-.15.32-.1.6-.25.83-.44s.42-.43.55-.72.2-.61.2-.97c0-.19-.02-.38-.07-.56-.05-.18-.12-.35-.23-.51-.1-.16-.24-.3-.4-.43-.17-.13-.37-.23-.61-.31.2-.09.37-.2.52-.33.15-.13.27-.27.37-.42.1-.15.17-.3.22-.46s.07-.32.07-.48c0-.36-.06-.68-.18-.96s-.29-.51-.51-.69c-.2-.19-.47-.33-.77-.43C9.11 8.05 8.77 8 8.4 8c-.36 0-.69.05-1 .16-.3.11-.57.26-.79.45-.21.19-.38.41-.51.67-.12.26-.18.54-.18.85h1.3c0-.17.03-.32.09-.45s.14-.25.25-.34.23-.17.38-.22.3-.08.48-.08c.4 0 .7.1.89.31.19.2.29.49.29.86 0 .18-.03.34-.08.49s-.14.27-.25.37c-.11.1-.25.18-.41.24-.16.06-.36.09-.58.09h-.77v1.03h.77c.22 0 .42.02.6.07s.33.13.45.23c.12.11.22.24.29.4s.1.35.1.57c0 .41-.12.72-.35.93-.23.23-.55.33-.95.33zm8.55-5.92c-.32-.33-.7-.59-1.14-.77-.44-.18-.93-.27-1.47-.27H12v8h2.3c.55 0 1.06-.09 1.51-.27s.84-.43 1.16-.76c.32-.33.57-.73.74-1.19.17-.47.26-.99.26-1.57v-.4c0-.58-.09-1.1-.26-1.57s-.42-.87-.74-1.2zm-.39 3.16c0 .42-.05.79-.14 1.13-.1.33-.24.62-.43.85-.19.23-.43.41-.71.53-.29.12-.62.18-.99.18h-.91V9.12h.97c.72 0 1.27.23 1.64.69.38.46.57 1.12.57 1.99v.4zM12.01 0l-.66.03 3.81 3.81 1.33-1.33c3.27 1.55 5.61 4.72 5.96 8.48h1.5C23.45 4.84 18.3 0 12.01 0z"})
"ThreeDRotationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/three_d_rotation_rounded.cljs
================================================
(ns reagent-mui.icons.three-d-rotation-rounded
"Imports @mui/icons-material/ThreeDRotationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-d-rotation-rounded (create-svg-icon (e "path" #js {"d" "M8.41 14.96c-.19 0-.37-.03-.52-.08-.16-.06-.29-.13-.4-.24-.11-.1-.2-.22-.26-.37-.06-.14-.09-.3-.09-.47h-1.3c0 .36.07.68.21.95.14.27.33.5.56.69.24.18.51.32.82.41.3.1.62.15.96.15.37 0 .72-.05 1.03-.15.32-.1.6-.25.83-.44s.42-.43.55-.72.2-.61.2-.97c0-.19-.02-.38-.07-.56-.05-.18-.12-.35-.23-.51-.1-.16-.24-.3-.4-.43-.17-.13-.37-.23-.61-.31.2-.09.37-.2.52-.33.15-.13.27-.27.37-.42.1-.15.17-.3.22-.46s.07-.32.07-.48c0-.36-.06-.68-.18-.96s-.29-.51-.51-.69c-.2-.19-.47-.33-.77-.43C9.1 8.05 8.76 8 8.39 8c-.36 0-.69.05-1 .16-.3.11-.57.26-.79.45-.21.19-.38.41-.51.67-.12.26-.18.54-.18.85h1.3c0-.17.03-.32.09-.45s.14-.25.25-.34.23-.17.38-.22.3-.08.48-.08c.4 0 .7.1.89.31.19.2.29.49.29.86 0 .18-.03.34-.08.49s-.14.27-.25.37c-.11.1-.25.18-.41.24-.16.06-.36.09-.58.09H7.5v1.03h.77c.22 0 .42.02.6.07s.33.13.45.23c.12.11.22.24.29.4s.1.35.1.57c0 .41-.12.72-.35.93-.23.23-.55.33-.95.33zm9.3-4.72c-.18-.47-.43-.87-.75-1.2-.32-.33-.7-.59-1.14-.77-.43-.18-.92-.27-1.46-.27H12v8h2.3c.55 0 1.06-.09 1.51-.27s.84-.43 1.16-.76c.32-.33.57-.73.74-1.19.17-.47.26-.99.26-1.57v-.4c0-.58-.09-1.1-.26-1.57zm-1.13 1.96c0 .42-.05.79-.14 1.13-.1.33-.24.62-.43.85s-.43.41-.71.53c-.29.12-.62.18-.99.18h-.91V9.11h.97c.72 0 1.27.23 1.64.69.38.46.57 1.12.57 1.99v.41zm-1.43-8.36 1.33-1.33c3.09 1.46 5.34 4.37 5.89 7.86.06.41.44.69.86.62.41-.06.69-.45.62-.86-.6-3.81-2.96-7.01-6.24-8.75C15.94.49 13.78-.13 11.34.02l3.81 3.82zm-6.3 16.31-1.33 1.33c-3.09-1.46-5.34-4.37-5.89-7.86-.06-.41-.44-.69-.86-.62-.41.06-.69.45-.62.86.6 3.81 2.96 7.01 6.24 8.75 1.67.89 3.83 1.51 6.27 1.36l-3.81-3.82z"})
"ThreeDRotationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/three_d_rotation_sharp.cljs
================================================
(ns reagent-mui.icons.three-d-rotation-sharp
"Imports @mui/icons-material/ThreeDRotationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-d-rotation-sharp (create-svg-icon (e "path" #js {"d" "M7.53 21.48C4.26 19.94 1.92 16.76 1.56 13H.06c.51 6.16 5.66 11 11.95 11l.66-.03-3.81-3.81-1.33 1.32zm.89-6.52c-.19 0-.37-.03-.52-.08-.16-.06-.29-.13-.4-.24-.11-.1-.2-.22-.26-.37-.06-.14-.09-.3-.09-.47h-1.3c0 .36.07.68.21.95.14.27.33.5.56.69.24.18.51.32.82.41.3.1.62.15.96.15.37 0 .72-.05 1.03-.15.32-.1.6-.25.83-.44s.42-.43.55-.72.2-.61.2-.97c0-.19-.02-.38-.07-.56-.05-.18-.12-.35-.23-.51-.1-.16-.24-.3-.4-.43-.17-.13-.37-.23-.61-.31.2-.09.37-.2.52-.33.15-.13.27-.27.37-.42.1-.15.17-.3.22-.46s.07-.32.07-.48c0-.36-.06-.68-.18-.96s-.29-.51-.51-.69c-.2-.19-.47-.33-.77-.43C9.11 8.05 8.77 8 8.4 8c-.36 0-.69.05-1 .16-.3.11-.57.26-.79.45-.21.19-.38.41-.51.67-.12.26-.18.54-.18.85h1.3c0-.17.03-.32.09-.45s.14-.25.25-.34.23-.17.38-.22.3-.08.48-.08c.4 0 .7.1.89.31.19.2.29.49.29.86 0 .18-.03.34-.08.49s-.14.27-.25.37c-.11.1-.25.18-.41.24-.16.06-.36.09-.58.09h-.77v1.03h.77c.22 0 .42.02.6.07s.33.13.45.23c.12.11.22.24.29.4s.1.35.1.57c0 .41-.12.72-.35.93-.23.23-.55.33-.95.33zm8.55-5.92c-.32-.33-.7-.59-1.14-.77-.44-.18-.93-.27-1.47-.27H12v8h2.3c.55 0 1.06-.09 1.51-.27s.84-.43 1.16-.76c.32-.33.57-.73.74-1.19.17-.47.26-.99.26-1.57v-.4c0-.58-.09-1.1-.26-1.57s-.42-.87-.74-1.2zm-.39 3.16c0 .42-.05.79-.14 1.13-.1.33-.24.62-.43.85-.19.23-.43.41-.71.53-.29.12-.62.18-.99.18h-.91V9.12h.97c.72 0 1.27.23 1.64.69.38.46.57 1.12.57 1.99v.4zM12.01 0l-.66.03 3.81 3.81 1.33-1.33c3.27 1.55 5.61 4.72 5.96 8.48h1.5C23.45 4.84 18.3 0 12.01 0z"})
"ThreeDRotationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/three_d_rotation_two_tone.cljs
================================================
(ns reagent-mui.icons.three-d-rotation-two-tone
"Imports @mui/icons-material/ThreeDRotationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-d-rotation-two-tone (create-svg-icon (e "path" #js {"d" "M7.53 21.48C4.26 19.94 1.92 16.76 1.56 13H.06c.51 6.16 5.66 11 11.95 11l.66-.03-3.81-3.81-1.33 1.32zm.89-6.52c-.19 0-.37-.03-.52-.08-.16-.06-.29-.13-.4-.24-.11-.1-.2-.22-.26-.37-.06-.14-.09-.3-.09-.47h-1.3c0 .36.07.68.21.95.14.27.33.5.56.69.24.18.51.32.82.41.3.1.62.15.96.15.37 0 .72-.05 1.03-.15.32-.1.6-.25.83-.44s.42-.43.55-.72.2-.61.2-.97c0-.19-.02-.38-.07-.56-.05-.18-.12-.35-.23-.51-.1-.16-.24-.3-.4-.43-.17-.13-.37-.23-.61-.31.2-.09.37-.2.52-.33.15-.13.27-.27.37-.42.1-.15.17-.3.22-.46s.07-.32.07-.48c0-.36-.06-.68-.18-.96s-.29-.51-.51-.69c-.2-.19-.47-.33-.77-.43C9.11 8.05 8.77 8 8.4 8c-.36 0-.69.05-1 .16-.3.11-.57.26-.79.45-.21.19-.38.41-.51.67-.12.26-.18.54-.18.85h1.3c0-.17.03-.32.09-.45s.14-.25.25-.34.23-.17.38-.22.3-.08.48-.08c.4 0 .7.1.89.31.19.2.29.49.29.86 0 .18-.03.34-.08.49s-.14.27-.25.37c-.11.1-.25.18-.41.24-.16.06-.36.09-.58.09h-.77v1.03h.77c.22 0 .42.02.6.07s.33.13.45.23c.12.11.22.24.29.4s.1.35.1.57c0 .41-.12.72-.35.93-.23.23-.55.33-.95.33zm8.55-5.92c-.32-.33-.7-.59-1.14-.77-.44-.18-.93-.27-1.47-.27H12v8h2.3c.55 0 1.06-.09 1.51-.27s.84-.43 1.16-.76c.32-.33.57-.73.74-1.19.17-.47.26-.99.26-1.57v-.4c0-.58-.09-1.1-.26-1.57s-.42-.87-.74-1.2zm-.39 3.16c0 .42-.05.79-.14 1.13-.1.33-.24.62-.43.85-.19.23-.43.41-.71.53-.29.12-.62.18-.99.18h-.91V9.12h.97c.72 0 1.27.23 1.64.69.38.46.57 1.12.57 1.99v.4zM12.01 0l-.66.03 3.81 3.81 1.33-1.33c3.27 1.55 5.61 4.72 5.96 8.48h1.5C23.45 4.84 18.3 0 12.01 0z"})
"ThreeDRotationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/three_g_mobiledata.cljs
================================================
(ns reagent-mui.icons.three-g-mobiledata
"Imports @mui/icons-material/ThreeGMobiledata as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-g-mobiledata (create-svg-icon (e "path" #js {"d" "M3 7v2h5v2H4v2h4v2H3v2h5c1.1 0 2-.9 2-2v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V9c0-1.1-.9-2-2-2H3zm18 4v4c0 1.1-.9 2-2 2h-5c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h5c1.1 0 2 .9 2 2h-7v6h5v-2h-2.5v-2H21z"})
"ThreeGMobiledata"))
================================================
FILE: src/icons/reagent_mui/icons/three_g_mobiledata_outlined.cljs
================================================
(ns reagent-mui.icons.three-g-mobiledata-outlined
"Imports @mui/icons-material/ThreeGMobiledataOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-g-mobiledata-outlined (create-svg-icon (e "path" #js {"d" "M3 7v2h5v2H4v2h4v2H3v2h5c1.1 0 2-.9 2-2v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V9c0-1.1-.9-2-2-2H3zm18 4v4c0 1.1-.9 2-2 2h-5c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h5c1.1 0 2 .9 2 2h-7v6h5v-2h-2.5v-2H21z"})
"ThreeGMobiledataOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/three_g_mobiledata_rounded.cljs
================================================
(ns reagent-mui.icons.three-g-mobiledata-rounded
"Imports @mui/icons-material/ThreeGMobiledataRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-g-mobiledata-rounded (create-svg-icon (e "path" #js {"d" "M3 8c0 .55.45 1 1 1h4v2H5c-.55 0-1 .45-1 1s.45 1 1 1h3v2H4c-.55 0-1 .45-1 1s.45 1 1 1h4c1.1 0 2-.9 2-2v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V9c0-1.1-.9-2-2-2H4c-.55 0-1 .45-1 1zm18 4v3c0 1.1-.9 2-2 2h-5c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h6c.55 0 1 .45 1 1s-.45 1-1 1h-6v6h5v-2h-1.5c-.55 0-1-.45-1-1s.45-1 1-1H20c.55 0 1 .45 1 1z"})
"ThreeGMobiledataRounded"))
================================================
FILE: src/icons/reagent_mui/icons/three_g_mobiledata_sharp.cljs
================================================
(ns reagent-mui.icons.three-g-mobiledata-sharp
"Imports @mui/icons-material/ThreeGMobiledataSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-g-mobiledata-sharp (create-svg-icon (e "path" #js {"d" "M3 7v2h5v2H4v2h4v2H3v2h7V7H3zm18 4v6h-9V7h9v2h-7v6h5v-2h-2.5v-2H21z"})
"ThreeGMobiledataSharp"))
================================================
FILE: src/icons/reagent_mui/icons/three_g_mobiledata_two_tone.cljs
================================================
(ns reagent-mui.icons.three-g-mobiledata-two-tone
"Imports @mui/icons-material/ThreeGMobiledataTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-g-mobiledata-two-tone (create-svg-icon (e "path" #js {"d" "M3 7v2h5v2H4v2h4v2H3v2h5c1.1 0 2-.9 2-2v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V9c0-1.1-.9-2-2-2H3zm18 4v4c0 1.1-.9 2-2 2h-5c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h5c1.1 0 2 .9 2 2h-7v6h5v-2h-2.5v-2H21z"})
"ThreeGMobiledataTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/three_k.cljs
================================================
(ns reagent-mui.icons.three-k
"Imports @mui/icons-material/ThreeK as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-k (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 11c0 .55-.45 1-1 1H6.5v-1.5h3v-1h-2v-1h2v-1h-3V9H10c.55 0 1 .45 1 1v4zm7 1h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"})
"ThreeK"))
================================================
FILE: src/icons/reagent_mui/icons/three_k_outlined.cljs
================================================
(ns reagent-mui.icons.three-k-outlined
"Imports @mui/icons-material/ThreeKOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-k-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 14v-4c0-.55-.45-1-1-1H6.5v1.5h3v1h-2v1h2v1h-3V15H10c.55 0 1-.45 1-1zm3.5-1.25L16.25 15H18l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5z"})]
"ThreeKOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/three_k_plus.cljs
================================================
(ns reagent-mui.icons.three-k-plus
"Imports @mui/icons-material/ThreeKPlus as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-k-plus (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9.5 14c0 .55-.45 1-1 1H5v-1.5h3v-1H6v-1h2v-1H5V9h3.5c.55 0 1 .45 1 1v4zm6.5 1h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm4-2.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"})
"ThreeKPlus"))
================================================
FILE: src/icons/reagent_mui/icons/three_k_plus_outlined.cljs
================================================
(ns reagent-mui.icons.three-k-plus-outlined
"Imports @mui/icons-material/ThreeKPlusOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-k-plus-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M10 14v-4c0-.55-.45-1-1-1H5.5v1.5h3v1h-2v1h2v1h-3V15H9c.55 0 1-.45 1-1zm2.5-1.25L14.25 15H16l-2.25-3L16 9h-1.75l-1.75 2.25V9H11v6h1.5z"})]
"ThreeKPlusOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/three_k_plus_rounded.cljs
================================================
(ns reagent-mui.icons.three-k-plus-rounded
"Imports @mui/icons-material/ThreeKPlusRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-k-plus-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 11c0 .55-.45 1-1 1H6.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H8.5v-1H7c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1.5v-1H6.25c-.41 0-.75-.34-.75-.75S5.84 9 6.25 9H9c.55 0 1 .45 1 1v4zm4.59 1c-.22 0-.42-.1-.55-.27l-1.54-1.98v1.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75l-.03-4.49c-.01-.42.33-.76.75-.76.41 0 .75.33.75.74l.03 1.51 1.54-1.98c.13-.17.34-.27.55-.27.58 0 .91.66.56 1.12L13.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12zm3.91-2.5h-1v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1v-1c0-.28.22-.5.5-.5s.5.22.5.5v1h1c.28 0 .5.22.5.5s-.22.5-.5.5z"})
"ThreeKPlusRounded"))
================================================
FILE: src/icons/reagent_mui/icons/three_k_plus_sharp.cljs
================================================
(ns reagent-mui.icons.three-k-plus-sharp
"Imports @mui/icons-material/ThreeKPlusSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-k-plus-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM10 9v6H5.5v-1.5h3v-1h-2v-1h2v-1h-3V9H10zm6 6h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm3-2.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19v1z"})
"ThreeKPlusSharp"))
================================================
FILE: src/icons/reagent_mui/icons/three_k_plus_two_tone.cljs
================================================
(ns reagent-mui.icons.three-k-plus-two-tone
"Imports @mui/icons-material/ThreeKPlusTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-k-plus-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14v-6.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19V5H5v14zm6-10h1.5v2.25L14.25 9H16l-2.25 3L16 15h-1.75l-1.75-2.25V15H11V9zm-5.5 4.5h3v-1h-2v-1h2v-1h-3V9H9c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H5.5v-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M10 14v-4c0-.55-.45-1-1-1H5.5v1.5h3v1h-2v1h2v1h-3V15H9c.55 0 1-.45 1-1zm2.5-1.25L14.25 15H16l-2.25-3L16 9h-1.75l-1.75 2.25V9H11v6h1.5z"})]
"ThreeKPlusTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/three_k_rounded.cljs
================================================
(ns reagent-mui.icons.three-k-rounded
"Imports @mui/icons-material/ThreeKRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-k-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 11c0 .55-.45 1-1 1H7.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H9.5v-1H8c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1.5v-1H7.25c-.41 0-.75-.34-.75-.75S6.84 9 7.25 9H10c.55 0 1 .45 1 1v4zm5.59 1c-.22 0-.42-.1-.55-.27l-1.54-1.98v1.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.5c0-.41.34-.75.75-.75s.75.34.75.75v1.5l1.54-1.98c.13-.17.34-.27.55-.27.58 0 .91.66.56 1.12L15.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12z"})
"ThreeKRounded"))
================================================
FILE: src/icons/reagent_mui/icons/three_k_sharp.cljs
================================================
(ns reagent-mui.icons.three-k-sharp
"Imports @mui/icons-material/ThreeKSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-k-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM11 9v6H6.5v-1.5h3v-1h-2v-1h2v-1h-3V9H11zm7 6h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"})
"ThreeKSharp"))
================================================
FILE: src/icons/reagent_mui/icons/three_k_two_tone.cljs
================================================
(ns reagent-mui.icons.three-k-two-tone
"Imports @mui/icons-material/ThreeKTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-k-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm8-10h1.5v2.25L16.25 9H18l-2.25 3L18 15h-1.75l-1.75-2.25V15H13V9zm-6.5 4.5h3v-1h-2v-1h2v-1h-3V9H10c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H6.5v-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 14v-4c0-.55-.45-1-1-1H6.5v1.5h3v1h-2v1h2v1h-3V15H10c.55 0 1-.45 1-1zm3.5-1.25L16.25 15H18l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5z"})]
"ThreeKTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/three_mp.cljs
================================================
(ns reagent-mui.icons.three-mp
"Imports @mui/icons-material/ThreeMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm-1-8c0 .55-.45 1-1 1H10V10h3V9h-2V8h2V7h-3V5.5h3.5c.55 0 1 .45 1 1v4zm1 3.5H17v1.5h-1.5z"})
"ThreeMp"))
================================================
FILE: src/icons/reagent_mui/icons/three_mp_outlined.cljs
================================================
(ns reagent-mui.icons.three-mp-outlined
"Imports @mui/icons-material/ThreeMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6-1.5v6H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5zm3 3H15V14h1.5v1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 10.5v-4c0-.55-.45-1-1-1H10V7h3v1h-2v1h2v1h-3v1.5h3.5c.55 0 1-.45 1-1z"})]
"ThreeMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/three_mp_rounded.cljs
================================================
(ns reagent-mui.icons.three-mp-rounded
"Imports @mui/icons-material/ThreeMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-mp-rounded (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6.5 14.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zM10.75 10H13V9h-1.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H13V7h-2.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.75c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-2.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"ThreeMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/three_mp_sharp.cljs
================================================
(ns reagent-mui.icons.three-mp-sharp
"Imports @mui/icons-material/ThreeMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-mp-sharp (create-svg-icon [(e "path" #js {"d" "M3 3v18h18V3H3zm9.5 15.5H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM10 10h3V9h-2V8h2V7h-3V5.5h4.5v6H10V10zm8 7h-3v1.5h-1.5v-6H18V17z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"ThreeMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/three_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.three-mp-two-tone
"Imports @mui/icons-material/ThreeMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zM10 10h3V9h-2V8h2V7h-3V5.5h3.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H10V10zm-4 3.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 10.5v-4c0-.55-.45-1-1-1H10V7h3v1h-2v1h2v1h-3v1.5h3.5c.55 0 1-.45 1-1z"})]
"ThreeMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/three_p.cljs
================================================
(ns reagent-mui.icons.three-p
"Imports @mui/icons-material/ThreeP as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-p (create-svg-icon (e "path" #js {"d" "M20 2H4.01c-1.1 0-2 .9-2 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8H8v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V14z"})
"ThreeP"))
================================================
FILE: src/icons/reagent_mui/icons/three_p_outlined.cljs
================================================
(ns reagent-mui.icons.three-p-outlined
"Imports @mui/icons-material/ThreePOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-p-outlined (create-svg-icon (e "path" #js {"d" "M20 2H4.01c-1.1 0-2 .9-2 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zm-8-6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 3.43c0-.81-.48-1.53-1.22-1.85-.85-.37-1.79-.58-2.78-.58-.99 0-1.93.21-2.78.58C8.48 11.9 8 12.62 8 13.43V14h8v-.57z"})
"ThreePOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/three_p_rounded.cljs
================================================
(ns reagent-mui.icons.three-p-rounded
"Imports @mui/icons-material/ThreePRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-p-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4.01c-1.1 0-2 .9-2 2L2 19.58c0 .89 1.08 1.34 1.71.71L6 18h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8H8v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V14z"})
"ThreePRounded"))
================================================
FILE: src/icons/reagent_mui/icons/three_p_sharp.cljs
================================================
(ns reagent-mui.icons.three-p-sharp
"Imports @mui/icons-material/ThreePSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-p-sharp (create-svg-icon (e "path" #js {"d" "M2 2v20l4-4h16V2H2zm10 4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8H8v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V14z"})
"ThreePSharp"))
================================================
FILE: src/icons/reagent_mui/icons/three_p_two_tone.cljs
================================================
(ns reagent-mui.icons.three-p-two-tone
"Imports @mui/icons-material/ThreePTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-p-two-tone (create-svg-icon [(e "path" #js {"d" "M4 4v13.17L5.17 16H20V4H4zm8 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8H8v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V14z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4.01c-1.1 0-2 .9-2 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zm-8-6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 3.43c0-.81-.48-1.53-1.22-1.85-.85-.37-1.79-.58-2.78-.58-.99 0-1.93.21-2.78.58C8.48 11.9 8 12.62 8 13.43V14h8v-.57z"})]
"ThreePTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/three_sixty.cljs
================================================
(ns reagent-mui.icons.three-sixty
"Imports @mui/icons-material/ThreeSixty as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-sixty (create-svg-icon (e "path" #js {"d" "M12 7C6.48 7 2 9.24 2 12c0 2.24 2.94 4.13 7 4.77V20l4-4-4-4v2.73c-3.15-.56-5-1.9-5-2.73 0-1.06 3.04-3 8-3s8 1.94 8 3c0 .73-1.46 1.89-4 2.53v2.05c3.53-.77 6-2.53 6-4.58 0-2.76-4.48-5-10-5z"})
"ThreeSixty"))
================================================
FILE: src/icons/reagent_mui/icons/three_sixty_outlined.cljs
================================================
(ns reagent-mui.icons.three-sixty-outlined
"Imports @mui/icons-material/ThreeSixtyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-sixty-outlined (create-svg-icon (e "path" #js {"d" "M12 7C6.48 7 2 9.24 2 12c0 2.24 2.94 4.13 7 4.77V20l4-4-4-4v2.73c-3.15-.56-5-1.9-5-2.73 0-1.06 3.04-3 8-3s8 1.94 8 3c0 .73-1.46 1.89-4 2.53v2.05c3.53-.77 6-2.53 6-4.58 0-2.76-4.48-5-10-5z"})
"ThreeSixtyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/three_sixty_rounded.cljs
================================================
(ns reagent-mui.icons.three-sixty-rounded
"Imports @mui/icons-material/ThreeSixtyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-sixty-rounded (create-svg-icon (e "path" #js {"d" "M12 7C6.48 7 2 9.24 2 12c0 2.24 2.94 4.13 7 4.77v2.02c0 .45.54.67.85.35l2.79-2.79c.2-.2.2-.51 0-.71l-2.79-2.79c-.31-.31-.85-.09-.85.36v1.52c-3.15-.56-5-1.9-5-2.73 0-1.06 3.04-3 8-3s8 1.94 8 3c0 .66-1.2 1.68-3.32 2.34-.41.13-.68.51-.68.94 0 .67.65 1.16 1.28.96C20.11 15.36 22 13.79 22 12c0-2.76-4.48-5-10-5z"})
"ThreeSixtyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/three_sixty_sharp.cljs
================================================
(ns reagent-mui.icons.three-sixty-sharp
"Imports @mui/icons-material/ThreeSixtySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-sixty-sharp (create-svg-icon (e "path" #js {"d" "M12 7C6.48 7 2 9.24 2 12c0 2.24 2.94 4.13 7 4.77V20l4-4-4-4v2.73c-3.15-.56-5-1.9-5-2.73 0-1.06 3.04-3 8-3s8 1.94 8 3c0 .73-1.46 1.89-4 2.53v2.05c3.53-.77 6-2.53 6-4.58 0-2.76-4.48-5-10-5z"})
"ThreeSixtySharp"))
================================================
FILE: src/icons/reagent_mui/icons/three_sixty_two_tone.cljs
================================================
(ns reagent-mui.icons.three-sixty-two-tone
"Imports @mui/icons-material/ThreeSixtyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def three-sixty-two-tone (create-svg-icon (e "path" #js {"d" "M9 16.77V20l4-4-4-4v2.73c-3.15-.56-5-1.9-5-2.73 0-1.06 3.04-3 8-3s8 1.94 8 3c0 .73-1.46 1.89-4 2.53v2.05c3.53-.77 6-2.53 6-4.58 0-2.76-4.48-5-10-5S2 9.24 2 12c0 2.24 2.94 4.13 7 4.77z"})
"ThreeSixtyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_down.cljs
================================================
(ns reagent-mui.icons.thumb-down
"Imports @mui/icons-material/ThumbDown as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-down (create-svg-icon (e "path" #js {"d" "M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4 0v12h4V3h-4z"})
"ThumbDown"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_down_alt.cljs
================================================
(ns reagent-mui.icons.thumb-down-alt
"Imports @mui/icons-material/ThumbDownAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-down-alt (create-svg-icon (e "path" #js {"d" "M22 4h-2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h2V4zM2.17 11.12c-.11.25-.17.52-.17.8V13c0 1.1.9 2 2 2h5.5l-.92 4.65c-.05.22-.02.46.08.66.23.45.52.86.88 1.22L10 22l6.41-6.41c.38-.38.59-.89.59-1.42V6.34C17 5.05 15.95 4 14.66 4h-8.1c-.71 0-1.36.37-1.72.97l-2.67 6.15z"})
"ThumbDownAlt"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_down_alt_outlined.cljs
================================================
(ns reagent-mui.icons.thumb-down-alt-outlined
"Imports @mui/icons-material/ThumbDownAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-down-alt-outlined (create-svg-icon (e "path" #js {"d" "M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.58-6.59c.37-.36.59-.86.59-1.41V5c0-1.1-.9-2-2-2zm0 12-4.34 4.34L11.77 14H3v-2l3-7h9v10zm4-12h4v12h-4z"})
"ThumbDownAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_down_alt_rounded.cljs
================================================
(ns reagent-mui.icons.thumb-down-alt-rounded
"Imports @mui/icons-material/ThumbDownAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-down-alt-rounded (create-svg-icon (e "path" #js {"d" "m10.88 21.94 5.53-5.54c.37-.37.58-.88.58-1.41V5c0-1.1-.9-2-2-2H6c-.8 0-1.52.48-1.83 1.21L.91 11.82C.06 13.8 1.51 16 3.66 16h5.65l-.95 4.58c-.1.5.05 1.01.41 1.37.59.58 1.53.58 2.11-.01zM21 3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2s2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"ThumbDownAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_down_alt_sharp.cljs
================================================
(ns reagent-mui.icons.thumb-down-alt-sharp
"Imports @mui/icons-material/ThumbDownAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-down-alt-sharp (create-svg-icon (e "path" #js {"d" "M1 11.6V16h8.31l-1.12 5.38L9.83 23 17 15.82V3H4.69zM19 3h4v12h-4z"})
"ThumbDownAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_down_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.thumb-down-alt-two-tone
"Imports @mui/icons-material/ThumbDownAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-down-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M3 12v2h8.77l-1.11 5.34L15 15V5H6z", "opacity" ".3"}) (e "path" #js {"d" "M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.58-6.59c.37-.36.59-.86.59-1.41V5c0-1.1-.9-2-2-2zm0 12-4.34 4.34L11.77 14H3v-2l3-7h9v10zm4-12h4v12h-4z"})]
"ThumbDownAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_down_off_alt.cljs
================================================
(ns reagent-mui.icons.thumb-down-off-alt
"Imports @mui/icons-material/ThumbDownOffAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-down-off-alt (create-svg-icon (e "path" #js {"d" "m10.89 18.28.57-2.89c.12-.59-.04-1.2-.42-1.66-.38-.46-.94-.73-1.54-.73H4v-1.08L6.57 6h8.09c.18 0 .34.16.34.34v7.84l-4.11 4.1M10 22l6.41-6.41c.38-.38.59-.89.59-1.42V6.34C17 5.05 15.95 4 14.66 4h-8.1c-.71 0-1.36.37-1.72.97l-2.67 6.15c-.11.25-.17.52-.17.8V13c0 1.1.9 2 2 2h5.5l-.92 4.65c-.05.22-.02.46.08.66.23.45.52.86.88 1.22L10 22zm10-7h2V4h-2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1z"})
"ThumbDownOffAlt"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_down_off_alt_outlined.cljs
================================================
(ns reagent-mui.icons.thumb-down-off-alt-outlined
"Imports @mui/icons-material/ThumbDownOffAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-down-off-alt-outlined (create-svg-icon (e "path" #js {"d" "M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm0 12-4.34 4.34L12 14H3v-2l3-7h9v10zm4-12h4v12h-4V3z"})
"ThumbDownOffAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_down_off_alt_rounded.cljs
================================================
(ns reagent-mui.icons.thumb-down-off-alt-rounded
"Imports @mui/icons-material/ThumbDownOffAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-down-off-alt-rounded (create-svg-icon (e "path" #js {"d" "M14.99 3H6c-.8 0-1.52.48-1.83 1.21L.91 11.82C.06 13.8 1.51 16 3.66 16h5.65l-.95 4.58c-.1.5.05 1.01.41 1.37.29.29.67.43 1.05.43s.77-.15 1.06-.44l5.53-5.54c.37-.37.58-.88.58-1.41V5c0-1.1-.9-2-2-2zm-4.33 16.33.61-2.92.5-2.41H3.66c-.47 0-.72-.28-.83-.45-.11-.17-.27-.51-.08-.95L6 5h8.99v9.99l-4.33 4.34zM21 3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2s2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"ThumbDownOffAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_down_off_alt_sharp.cljs
================================================
(ns reagent-mui.icons.thumb-down-off-alt-sharp
"Imports @mui/icons-material/ThumbDownOffAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-down-off-alt-sharp (create-svg-icon (e "path" #js {"d" "M19 3h4v12h-4zM1 11.6V16h8.31l-1.12 5.38L9.83 23 17 15.82V3H4.69L1 11.6zM15 5v9.99l-4.34 4.35.61-2.93.5-2.41H3v-1.99L6.01 5H15z"})
"ThumbDownOffAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_down_off_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.thumb-down-off-alt-two-tone
"Imports @mui/icons-material/ThumbDownOffAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-down-off-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M3 12v2h9l-1.34 5.34L15 15V5H6z", "opacity" ".3"}) (e "path" #js {"d" "M19 3h4v12h-4zm-4 0H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm0 12-4.34 4.34L12 14H3v-2l3-7h9v10z"})]
"ThumbDownOffAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_down_outlined.cljs
================================================
(ns reagent-mui.icons.thumb-down-outlined
"Imports @mui/icons-material/ThumbDownOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-down-outlined (create-svg-icon (e "path" #js {"d" "M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm0 12-4.34 4.34L12 14H3v-2l3-7h9v10zm4-12h4v12h-4z"})
"ThumbDownOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_down_rounded.cljs
================================================
(ns reagent-mui.icons.thumb-down-rounded
"Imports @mui/icons-material/ThumbDownRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-down-rounded (create-svg-icon (e "path" #js {"d" "m10.88 21.94 5.53-5.54c.37-.37.58-.88.58-1.41V5c0-1.1-.9-2-2-2H6c-.8 0-1.52.48-1.83 1.21L.91 11.82C.06 13.8 1.51 16 3.66 16h5.65l-.95 4.58c-.1.5.05 1.01.41 1.37.59.58 1.53.58 2.11-.01zM21 3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2s2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"ThumbDownRounded"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_down_sharp.cljs
================================================
(ns reagent-mui.icons.thumb-down-sharp
"Imports @mui/icons-material/ThumbDownSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-down-sharp (create-svg-icon (e "path" #js {"d" "M9.83 23 17 15.82V3H4.69L1 11.6V16h8.31l-1.12 5.38zM19 3h4v12h-4z"})
"ThumbDownSharp"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_down_two_tone.cljs
================================================
(ns reagent-mui.icons.thumb-down-two-tone
"Imports @mui/icons-material/ThumbDownTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-down-two-tone (create-svg-icon [(e "path" #js {"d" "M3 12v2h9l-1.34 5.34L15 15V5H6z", "opacity" ".3"}) (e "path" #js {"d" "M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm0 12-4.34 4.34L12 14H3v-2l3-7h9v10zm4-12h4v12h-4z"})]
"ThumbDownTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_up.cljs
================================================
(ns reagent-mui.icons.thumb-up
"Imports @mui/icons-material/ThumbUp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-up (create-svg-icon (e "path" #js {"d" "M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z"})
"ThumbUp"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_up_alt.cljs
================================================
(ns reagent-mui.icons.thumb-up-alt
"Imports @mui/icons-material/ThumbUpAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-up-alt (create-svg-icon (e "path" #js {"d" "M2 20h2c.55 0 1-.45 1-1v-9c0-.55-.45-1-1-1H2v11zm19.83-7.12c.11-.25.17-.52.17-.8V11c0-1.1-.9-2-2-2h-5.5l.92-4.65c.05-.22.02-.46-.08-.66-.23-.45-.52-.86-.88-1.22L14 2 7.59 8.41C7.21 8.79 7 9.3 7 9.83v7.84C7 18.95 8.05 20 9.34 20h8.11c.7 0 1.36-.37 1.72-.97l2.66-6.15z"})
"ThumbUpAlt"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_up_alt_outlined.cljs
================================================
(ns reagent-mui.icons.thumb-up-alt-outlined
"Imports @mui/icons-material/ThumbUpAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-up-alt-outlined (create-svg-icon (e "path" #js {"d" "M21 8h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2c0-1.1-.9-2-2-2zm0 4-3 7H9V9l4.34-4.34L12.23 10H21v2zM1 9h4v12H1z"})
"ThumbUpAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_up_alt_rounded.cljs
================================================
(ns reagent-mui.icons.thumb-up-alt-rounded
"Imports @mui/icons-material/ThumbUpAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-up-alt-rounded (create-svg-icon (e "path" #js {"d" "M13.12 2.06 7.58 7.6c-.37.37-.58.88-.58 1.41V19c0 1.1.9 2 2 2h9c.8 0 1.52-.48 1.84-1.21l3.26-7.61C23.94 10.2 22.49 8 20.34 8h-5.65l.95-4.58c.1-.5-.05-1.01-.41-1.37-.59-.58-1.53-.58-2.11.01zM3 21c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2s-2 .9-2 2v8c0 1.1.9 2 2 2z"})
"ThumbUpAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_up_alt_sharp.cljs
================================================
(ns reagent-mui.icons.thumb-up-alt-sharp
"Imports @mui/icons-material/ThumbUpAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-up-alt-sharp (create-svg-icon (e "path" #js {"d" "M14.17 1 7 8.18V21h12.31L23 12.4V8h-8.31l1.12-5.38zM1 9h4v12H1z"})
"ThumbUpAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_up_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.thumb-up-alt-two-tone
"Imports @mui/icons-material/ThumbUpAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-up-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M13.34 4.66 9 9v10h9l3-7v-2h-8.77z", "opacity" ".3"}) (e "path" #js {"d" "M21 8h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2c0-1.1-.9-2-2-2zm0 4-3 7H9V9l4.34-4.34L12.23 10H21v2zM1 9h4v12H1z"})]
"ThumbUpAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_up_off_alt.cljs
================================================
(ns reagent-mui.icons.thumb-up-off-alt
"Imports @mui/icons-material/ThumbUpOffAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-up-off-alt (create-svg-icon (e "path" #js {"d" "m13.11 5.72-.57 2.89c-.12.59.04 1.2.42 1.66.38.46.94.73 1.54.73H20v1.08L17.43 18H9.34c-.18 0-.34-.16-.34-.34V9.82l4.11-4.1M14 2 7.59 8.41C7.21 8.79 7 9.3 7 9.83v7.83C7 18.95 8.05 20 9.34 20h8.1c.71 0 1.36-.37 1.72-.97l2.67-6.15c.11-.25.17-.52.17-.8V11c0-1.1-.9-2-2-2h-5.5l.92-4.65c.05-.22.02-.46-.08-.66-.23-.45-.52-.86-.88-1.22L14 2zM4 9H2v11h2c.55 0 1-.45 1-1v-9c0-.55-.45-1-1-1z"})
"ThumbUpOffAlt"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_up_off_alt_outlined.cljs
================================================
(ns reagent-mui.icons.thumb-up-off-alt-outlined
"Imports @mui/icons-material/ThumbUpOffAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-up-off-alt-outlined (create-svg-icon (e "path" #js {"d" "M9 21h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.58 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2zM9 9l4.34-4.34L12 10h9v2l-3 7H9V9zM1 9h4v12H1V9z"})
"ThumbUpOffAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_up_off_alt_rounded.cljs
================================================
(ns reagent-mui.icons.thumb-up-off-alt-rounded
"Imports @mui/icons-material/ThumbUpOffAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-up-off-alt-rounded (create-svg-icon (e "path" #js {"d" "M13.12 2.06 7.58 7.6c-.37.37-.58.88-.58 1.41V19c0 1.1.9 2 2 2h9c.8 0 1.52-.48 1.84-1.21l3.26-7.61C23.94 10.2 22.49 8 20.34 8h-5.65l.95-4.58c.1-.5-.05-1.01-.41-1.37-.59-.58-1.53-.58-2.11.01zM3 21c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2s-2 .9-2 2v8c0 1.1.9 2 2 2z"})
"ThumbUpOffAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_up_off_alt_sharp.cljs
================================================
(ns reagent-mui.icons.thumb-up-off-alt-sharp
"Imports @mui/icons-material/ThumbUpOffAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-up-off-alt-sharp (create-svg-icon (e "path" #js {"d" "M14.17 1 7 8.18V21h12.31L23 12.4V8h-8.31l1.12-5.38L14.17 1zM1 9h4v12H1V9z"})
"ThumbUpOffAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_up_off_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.thumb-up-off-alt-two-tone
"Imports @mui/icons-material/ThumbUpOffAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-up-off-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M13.34 4.66 9 9v10h9l3-7v-2h-8.77z", "opacity" ".3"}) (e "path" #js {"d" "M21 8h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2c0-1.1-.9-2-2-2zm0 4-3 7H9V9l4.34-4.34L12.23 10H21v2zM1 9h4v12H1z"})]
"ThumbUpOffAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_up_outlined.cljs
================================================
(ns reagent-mui.icons.thumb-up-outlined
"Imports @mui/icons-material/ThumbUpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-up-outlined (create-svg-icon (e "path" #js {"d" "M9 21h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.58 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2zM9 9l4.34-4.34L12 10h9v2l-3 7H9V9zM1 9h4v12H1z"})
"ThumbUpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_up_rounded.cljs
================================================
(ns reagent-mui.icons.thumb-up-rounded
"Imports @mui/icons-material/ThumbUpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-up-rounded (create-svg-icon (e "path" #js {"d" "M13.12 2.06 7.58 7.6c-.37.37-.58.88-.58 1.41V19c0 1.1.9 2 2 2h9c.8 0 1.52-.48 1.84-1.21l3.26-7.61C23.94 10.2 22.49 8 20.34 8h-5.65l.95-4.58c.1-.5-.05-1.01-.41-1.37-.59-.58-1.53-.58-2.11.01zM3 21c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2s-2 .9-2 2v8c0 1.1.9 2 2 2z"})
"ThumbUpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_up_sharp.cljs
================================================
(ns reagent-mui.icons.thumb-up-sharp
"Imports @mui/icons-material/ThumbUpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-up-sharp (create-svg-icon (e "path" #js {"d" "M14.17 1 7 8.18V21h12.31L23 12.4V8h-8.31l1.12-5.38zM1 9h4v12H1z"})
"ThumbUpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/thumb_up_two_tone.cljs
================================================
(ns reagent-mui.icons.thumb-up-two-tone
"Imports @mui/icons-material/ThumbUpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumb-up-two-tone (create-svg-icon [(e "path" #js {"d" "M21 12v-2h-9l1.34-5.34L9 9v10h9z", "opacity" ".3"}) (e "path" #js {"d" "M9 21h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.58 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2zM9 9l4.34-4.34L12 10h9v2l-3 7H9V9zM1 9h4v12H1z"})]
"ThumbUpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/thumbs_up_down.cljs
================================================
(ns reagent-mui.icons.thumbs-up-down
"Imports @mui/icons-material/ThumbsUpDown as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumbs-up-down (create-svg-icon (e "path" #js {"d" "M12 6c0-.55-.45-1-1-1H5.82l.66-3.18.02-.23c0-.31-.13-.59-.33-.8L5.38 0 .44 4.94C.17 5.21 0 5.59 0 6v6.5c0 .83.67 1.5 1.5 1.5h6.75c.62 0 1.15-.38 1.38-.91l2.26-5.29c.07-.17.11-.36.11-.55V6zm10.5 4h-6.75c-.62 0-1.15.38-1.38.91l-2.26 5.29c-.07.17-.11.36-.11.55V18c0 .55.45 1 1 1h5.18l-.66 3.18-.02.24c0 .31.13.59.33.8l.79.78 4.94-4.94c.27-.27.44-.65.44-1.06v-6.5c0-.83-.67-1.5-1.5-1.5z"})
"ThumbsUpDown"))
================================================
FILE: src/icons/reagent_mui/icons/thumbs_up_down_outlined.cljs
================================================
(ns reagent-mui.icons.thumbs-up-down-outlined
"Imports @mui/icons-material/ThumbsUpDownOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumbs-up-down-outlined (create-svg-icon (e "path" #js {"d" "M12 6c0-.55-.45-1-1-1H5.82l.66-3.18.02-.23c0-.31-.13-.59-.33-.8L5.38 0 .44 4.94C.17 5.21 0 5.59 0 6v6.5c0 .83.67 1.5 1.5 1.5h6.75c.62 0 1.15-.38 1.38-.91l2.26-5.29c.07-.17.11-.36.11-.55V6zm-2 1.13L7.92 12H2V6.21l1.93-1.93L3.36 7H10v.13zM22.5 10h-6.75c-.62 0-1.15.38-1.38.91l-2.26 5.29c-.07.17-.11.36-.11.55V18c0 .55.45 1 1 1h5.18l-.66 3.18-.02.24c0 .31.13.59.33.8l.79.78 4.94-4.94c.27-.27.44-.65.44-1.06v-6.5c0-.83-.67-1.5-1.5-1.5zm-.5 7.79-1.93 1.93.57-2.72H14v-.13L16.08 12H22v5.79z"})
"ThumbsUpDownOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/thumbs_up_down_rounded.cljs
================================================
(ns reagent-mui.icons.thumbs-up-down-rounded
"Imports @mui/icons-material/ThumbsUpDownRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumbs-up-down-rounded (create-svg-icon (e "path" #js {"d" "M10.06 5H5.82l.66-3.18c.08-.37-.04-.75-.3-1.02C5.74.36 5.03.36 4.6.8l-4 4c-.39.37-.6.88-.6 1.41V12c0 1.1.9 2 2 2h5.92c.8 0 1.52-.48 1.84-1.21l2.14-5C12.46 6.47 11.49 5 10.06 5zM22 10h-5.92c-.8 0-1.52.48-1.84 1.21l-2.14 5c-.56 1.32.4 2.79 1.84 2.79h4.24l-.66 3.18c-.08.37.04.75.3 1.02.44.44 1.15.44 1.58 0l4-4c.38-.38.59-.88.59-1.41V12c.01-1.1-.89-2-1.99-2z"})
"ThumbsUpDownRounded"))
================================================
FILE: src/icons/reagent_mui/icons/thumbs_up_down_sharp.cljs
================================================
(ns reagent-mui.icons.thumbs-up-down-sharp
"Imports @mui/icons-material/ThumbsUpDownSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumbs-up-down-sharp (create-svg-icon (e "path" #js {"d" "M12 5H5.82l.78-3.78L5.38 0 0 5.38V14h9.24L12 7.54zm2.76 5L12 16.46V19h6.18l-.78 3.78L18.62 24 24 18.62V10z"})
"ThumbsUpDownSharp"))
================================================
FILE: src/icons/reagent_mui/icons/thumbs_up_down_two_tone.cljs
================================================
(ns reagent-mui.icons.thumbs-up-down-two-tone
"Imports @mui/icons-material/ThumbsUpDownTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thumbs-up-down-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6c0-.55-.45-1-1-1H5.82l.66-3.18.02-.23c0-.31-.13-.59-.33-.8L5.38 0 .44 4.94C.17 5.21 0 5.59 0 6v6.5c0 .83.67 1.5 1.5 1.5h6.75c.62 0 1.15-.38 1.38-.91l2.26-5.29c.07-.17.11-.36.11-.55V6zm-2 1.13L7.92 12H2V6.21l1.93-1.93L3.36 7H10v.13zM22.5 10h-6.75c-.62 0-1.15.38-1.38.91l-2.26 5.29c-.07.17-.11.36-.11.55V18c0 .55.45 1 1 1h5.18l-.66 3.18-.02.24c0 .31.13.59.33.8l.79.78 4.94-4.94c.27-.27.44-.65.44-1.06v-6.5c0-.83-.67-1.5-1.5-1.5zm-.5 7.79-1.93 1.93.57-2.72H14v-.13L16.08 12H22v5.79z"}) (e "path" #js {"d" "M3.93 4.28 2 6.21V12h5.92L10 7.13V7H3.36zM14 16.87V17h6.64l-.57 2.72L22 17.79V12h-5.92z", "opacity" ".3"})]
"ThumbsUpDownTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/thunderstorm.cljs
================================================
(ns reagent-mui.icons.thunderstorm
"Imports @mui/icons-material/Thunderstorm as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thunderstorm (create-svg-icon (e "path" #js {"d" "M17.92 7.02C17.45 4.18 14.97 2 12 2 9.82 2 7.83 3.18 6.78 5.06 4.09 5.41 2 7.74 2 10.5 2 13.53 4.47 16 7.5 16h10c2.48 0 4.5-2.02 4.5-4.5 0-2.34-1.79-4.27-4.08-4.48zM14.8 17l-2.9 3.32 2 1L11.55 24h2.65l2.9-3.32-2-1L17.45 17zm-6 0-2.9 3.32 2 1L5.55 24H8.2l2.9-3.32-2-1L11.45 17z"})
"Thunderstorm"))
================================================
FILE: src/icons/reagent_mui/icons/thunderstorm_outlined.cljs
================================================
(ns reagent-mui.icons.thunderstorm-outlined
"Imports @mui/icons-material/ThunderstormOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thunderstorm-outlined (create-svg-icon (e "path" #js {"d" "M17.92 7.02C17.45 4.18 14.97 2 12 2 9.82 2 7.83 3.18 6.78 5.06 4.09 5.41 2 7.74 2 10.5 2 13.53 4.47 16 7.5 16h10c2.48 0 4.5-2.02 4.5-4.5 0-2.34-1.79-4.27-4.08-4.48zM17.5 14h-10C5.57 14 4 12.43 4 10.5c0-1.74 1.31-3.23 3.04-3.46l.99-.13.49-.87C9.23 4.78 10.56 4 12 4c1.94 0 3.63 1.44 3.95 3.35l.25 1.52 1.54.14c1.27.12 2.26 1.21 2.26 2.49 0 1.38-1.12 2.5-2.5 2.5zm-2.7 3-2.9 3.32 2 1L11.55 24h2.65l2.9-3.32-2-1L17.45 17zm-6 0-2.9 3.32 2 1L5.55 24H8.2l2.9-3.32-2-1L11.45 17z"})
"ThunderstormOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/thunderstorm_rounded.cljs
================================================
(ns reagent-mui.icons.thunderstorm-rounded
"Imports @mui/icons-material/ThunderstormRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thunderstorm-rounded (create-svg-icon (e "path" #js {"d" "M17.92 7.02C17.45 4.18 14.97 2 12 2 9.82 2 7.83 3.18 6.78 5.06 4.09 5.41 2 7.74 2 10.5 2 13.53 4.47 16 7.5 16h10c2.48 0 4.5-2.02 4.5-4.5 0-2.34-1.79-4.27-4.08-4.48zm-1.97 13.09-.84-.42.9-1.03c.36-.42.32-1.05-.09-1.41-.42-.36-1.05-.32-1.41.09l-1.75 2c-.2.23-.29.55-.23.85.06.3.26.56.53.7l.84.42-.9 1.03c-.36.42-.32 1.05.09 1.41.19.17.42.25.66.25.28 0 .55-.12.75-.34l1.75-2c.2-.23.29-.55.23-.85-.06-.31-.26-.57-.53-.7zm-6 0-.85-.43.9-1.03c.36-.42.32-1.05-.09-1.41-.42-.36-1.05-.32-1.41.09l-1.75 2c-.2.23-.29.55-.23.85.06.3.26.56.53.7l.84.42L7 22.34c-.36.42-.32 1.05.09 1.41.19.17.43.25.66.25.28 0 .55-.12.75-.34l1.75-2c.2-.23.29-.55.23-.85-.06-.31-.26-.57-.53-.7z"})
"ThunderstormRounded"))
================================================
FILE: src/icons/reagent_mui/icons/thunderstorm_sharp.cljs
================================================
(ns reagent-mui.icons.thunderstorm-sharp
"Imports @mui/icons-material/ThunderstormSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thunderstorm-sharp (create-svg-icon (e "path" #js {"d" "M17.92 7.02C17.45 4.18 14.97 2 12 2 9.82 2 7.83 3.18 6.78 5.06 4.09 5.41 2 7.74 2 10.5 2 13.53 4.47 16 7.5 16h10c2.48 0 4.5-2.02 4.5-4.5 0-2.34-1.79-4.27-4.08-4.48zM14.8 17l-2.9 3.32 2 1L11.55 24h2.65l2.9-3.32-2-1L17.45 17zm-6 0-2.9 3.32 2 1L5.55 24H8.2l2.9-3.32-2-1L11.45 17z"})
"ThunderstormSharp"))
================================================
FILE: src/icons/reagent_mui/icons/thunderstorm_two_tone.cljs
================================================
(ns reagent-mui.icons.thunderstorm-two-tone
"Imports @mui/icons-material/ThunderstormTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def thunderstorm-two-tone (create-svg-icon [(e "path" #js {"d" "m17.73 9.01-1.53-.14-.25-1.52C15.63 5.44 13.94 4 12 4c-1.44 0-2.77.78-3.48 2.04l-.49.87-.99.13C5.31 7.27 4 8.76 4 10.5 4 12.43 5.57 14 7.5 14h10c1.38 0 2.5-1.12 2.5-2.5 0-1.28-.99-2.37-2.27-2.49z", "opacity" ".3"}) (e "path" #js {"d" "M17.92 7.02C17.45 4.18 14.97 2 12 2 9.82 2 7.83 3.18 6.78 5.06 4.09 5.41 2 7.74 2 10.5 2 13.53 4.47 16 7.5 16h10c2.48 0 4.5-2.02 4.5-4.5 0-2.34-1.79-4.27-4.08-4.48zM17.5 14h-10C5.57 14 4 12.43 4 10.5c0-1.74 1.31-3.23 3.04-3.46l.99-.13.49-.87C9.23 4.78 10.56 4 12 4c1.94 0 3.63 1.44 3.95 3.35l.25 1.52 1.54.14c1.27.12 2.26 1.21 2.26 2.49 0 1.38-1.12 2.5-2.5 2.5zm-2.7 3-2.9 3.32 2 1L11.55 24h2.65l2.9-3.32-2-1L17.45 17zm-6 0-2.9 3.32 2 1L5.55 24H8.2l2.9-3.32-2-1L11.45 17z"})]
"ThunderstormTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/time_to_leave.cljs
================================================
(ns reagent-mui.icons.time-to-leave
"Imports @mui/icons-material/TimeToLeave as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def time-to-leave (create-svg-icon (e "path" #js {"d" "M18.92 5.01C18.72 4.42 18.16 4 17.5 4h-11c-.66 0-1.21.42-1.42 1.01L3 11v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 15c-.83 0-1.5-.67-1.5-1.5S5.67 12 6.5 12s1.5.67 1.5 1.5S7.33 15 6.5 15zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 10l1.5-4.5h11L19 10H5z"})
"TimeToLeave"))
================================================
FILE: src/icons/reagent_mui/icons/time_to_leave_outlined.cljs
================================================
(ns reagent-mui.icons.time-to-leave-outlined
"Imports @mui/icons-material/TimeToLeaveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def time-to-leave-outlined (create-svg-icon [(e "path" #js {"d" "M18.92 5.01C18.72 4.42 18.16 4 17.5 4h-11c-.66 0-1.21.42-1.42 1.01L3 11v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 6h10.29l1.04 3H5.81l1.04-3zM19 16H5v-4.66l.12-.34h13.77l.11.34V16z"}) (e "circle" #js {"cx" "7.5", "cy" "13.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "13.5", "r" "1.5"})]
"TimeToLeaveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/time_to_leave_rounded.cljs
================================================
(ns reagent-mui.icons.time-to-leave-rounded
"Imports @mui/icons-material/TimeToLeaveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def time-to-leave-rounded (create-svg-icon (e "path" #js {"d" "M18.92 5.01C18.72 4.42 18.16 4 17.5 4h-11c-.66 0-1.21.42-1.42 1.01l-1.97 5.67c-.07.21-.11.43-.11.66v7.16c0 .83.67 1.5 1.5 1.5S6 19.33 6 18.5V18h12v.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5v-7.16c0-.22-.04-.45-.11-.66l-1.97-5.67zM6.5 15c-.83 0-1.5-.67-1.5-1.5S5.67 12 6.5 12s1.5.67 1.5 1.5S7.33 15 6.5 15zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 10l1.27-3.82c.14-.4.52-.68.95-.68h9.56c.43 0 .81.28.95.68L19 10H5z"})
"TimeToLeaveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/time_to_leave_sharp.cljs
================================================
(ns reagent-mui.icons.time-to-leave-sharp
"Imports @mui/icons-material/TimeToLeaveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def time-to-leave-sharp (create-svg-icon (e "path" #js {"d" "M18.57 4H5.43L3 11v9h3v-2h12v2h3v-9l-2.43-7zM6.5 15c-.83 0-1.5-.67-1.5-1.5S5.67 12 6.5 12s1.5.67 1.5 1.5S7.33 15 6.5 15zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 10l1.5-4.5h11L19 10H5z"})
"TimeToLeaveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/time_to_leave_two_tone.cljs
================================================
(ns reagent-mui.icons.time-to-leave-two-tone
"Imports @mui/icons-material/TimeToLeaveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def time-to-leave-two-tone (create-svg-icon [(e "path" #js {"d" "m5.12 11-.12.34V16h14v-4.66l-.12-.34H5.12zm2.38 4c-.83 0-1.5-.67-1.5-1.5S6.67 12 7.5 12s1.5.67 1.5 1.5S8.33 15 7.5 15zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z", "opacity" ".3"}) (e "path" #js {"d" "M18.92 5.01C18.72 4.42 18.16 4 17.5 4h-11c-.66 0-1.21.42-1.42 1.01L3 11v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 6h10.29l1.04 3H5.81l1.04-3zM19 16H5v-4.66l.12-.34h13.77l.11.34V16z"}) (e "circle" #js {"cx" "7.5", "cy" "13.5", "r" "1.5"}) (e "circle" #js {"cx" "16.5", "cy" "13.5", "r" "1.5"})]
"TimeToLeaveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/timelapse.cljs
================================================
(ns reagent-mui.icons.timelapse
"Imports @mui/icons-material/Timelapse as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timelapse (create-svg-icon (e "path" #js {"d" "M16.24 7.76C15.07 6.59 13.54 6 12 6v6l-4.24 4.24c2.34 2.34 6.14 2.34 8.49 0 2.34-2.34 2.34-6.14-.01-8.48zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"Timelapse"))
================================================
FILE: src/icons/reagent_mui/icons/timelapse_outlined.cljs
================================================
(ns reagent-mui.icons.timelapse-outlined
"Imports @mui/icons-material/TimelapseOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timelapse-outlined (create-svg-icon (e "path" #js {"d" "M16.24 7.75c-1.17-1.17-2.7-1.76-4.24-1.76v6l-4.24 4.24c2.34 2.34 6.14 2.34 8.49 0 2.34-2.34 2.34-6.14-.01-8.48zM12 1.99c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"TimelapseOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/timelapse_rounded.cljs
================================================
(ns reagent-mui.icons.timelapse-rounded
"Imports @mui/icons-material/TimelapseRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timelapse-rounded (create-svg-icon (e "path" #js {"d" "M16.24 7.76C15.07 6.59 13.54 6 12 6v6l-4.24 4.24c2.34 2.34 6.14 2.34 8.49 0 2.34-2.34 2.34-6.14-.01-8.48zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"TimelapseRounded"))
================================================
FILE: src/icons/reagent_mui/icons/timelapse_sharp.cljs
================================================
(ns reagent-mui.icons.timelapse-sharp
"Imports @mui/icons-material/TimelapseSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timelapse-sharp (create-svg-icon (e "path" #js {"d" "M16.24 7.76C15.07 6.59 13.54 6 12 6v6l-4.24 4.24c2.34 2.34 6.14 2.34 8.49 0 2.34-2.34 2.34-6.14-.01-8.48zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})
"TimelapseSharp"))
================================================
FILE: src/icons/reagent_mui/icons/timelapse_two_tone.cljs
================================================
(ns reagent-mui.icons.timelapse-two-tone
"Imports @mui/icons-material/TimelapseTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timelapse-two-tone (create-svg-icon [(e "path" #js {"d" "M12 3.99c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm4.25 12.24c-2.35 2.34-6.15 2.34-8.49 0L12 11.99v-6c1.54 0 3.07.59 4.24 1.76 2.35 2.34 2.35 6.14.01 8.48z", "opacity" ".3"}) (e "path" #js {"d" "M16.24 7.75c-1.17-1.17-2.7-1.76-4.24-1.76v6l-4.24 4.24c2.34 2.34 6.14 2.34 8.49 0 2.34-2.34 2.34-6.14-.01-8.48zM12 1.99c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})]
"TimelapseTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/timeline.cljs
================================================
(ns reagent-mui.icons.timeline
"Imports @mui/icons-material/Timeline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timeline (create-svg-icon (e "path" #js {"d" "M23 8c0 1.1-.9 2-2 2-.18 0-.35-.02-.51-.07l-3.56 3.55c.05.16.07.34.07.52 0 1.1-.9 2-2 2s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55 4.56c.05.16.07.33.07.51 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.18 0 .35.02.51.07l4.56-4.55C8.02 9.36 8 9.18 8 9c0-1.1.9-2 2-2s2 .9 2 2c0 .18-.02.36-.07.52l2.55 2.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56C19.02 8.35 19 8.18 19 8c0-1.1.9-2 2-2s2 .9 2 2z"})
"Timeline"))
================================================
FILE: src/icons/reagent_mui/icons/timeline_outlined.cljs
================================================
(ns reagent-mui.icons.timeline-outlined
"Imports @mui/icons-material/TimelineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timeline-outlined (create-svg-icon (e "path" #js {"d" "M23 8c0 1.1-.9 2-2 2-.18 0-.35-.02-.51-.07l-3.56 3.55c.05.16.07.34.07.52 0 1.1-.9 2-2 2s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55 4.56c.05.16.07.33.07.51 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.18 0 .35.02.51.07l4.56-4.55C8.02 9.36 8 9.18 8 9c0-1.1.9-2 2-2s2 .9 2 2c0 .18-.02.36-.07.52l2.55 2.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56C19.02 8.35 19 8.18 19 8c0-1.1.9-2 2-2s2 .9 2 2z"})
"TimelineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/timeline_rounded.cljs
================================================
(ns reagent-mui.icons.timeline-rounded
"Imports @mui/icons-material/TimelineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timeline-rounded (create-svg-icon (e "path" #js {"d" "M23 8c0 1.1-.9 2-2 2-.18 0-.35-.02-.51-.07l-3.56 3.55c.05.16.07.34.07.52 0 1.1-.9 2-2 2s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55 4.56c.05.16.07.33.07.51 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.18 0 .35.02.51.07l4.56-4.55C8.02 9.36 8 9.18 8 9c0-1.1.9-2 2-2s2 .9 2 2c0 .18-.02.36-.07.52l2.55 2.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56C19.02 8.35 19 8.18 19 8c0-1.1.9-2 2-2s2 .9 2 2zm0 0c0 1.1-.9 2-2 2-.18 0-.35-.02-.51-.07l-3.56 3.55c.05.16.07.34.07.52 0 1.1-.9 2-2 2s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55 4.56c.05.16.07.33.07.51 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.18 0 .35.02.51.07l4.56-4.55C8.02 9.36 8 9.18 8 9c0-1.1.9-2 2-2s2 .9 2 2c0 .18-.02.36-.07.52l2.55 2.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56C19.02 8.35 19 8.18 19 8c0-1.1.9-2 2-2s2 .9 2 2z"})
"TimelineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/timeline_sharp.cljs
================================================
(ns reagent-mui.icons.timeline-sharp
"Imports @mui/icons-material/TimelineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timeline-sharp (create-svg-icon (e "path" #js {"d" "M23 8c0 1.1-.9 2-2 2-.18 0-.35-.02-.51-.07l-3.56 3.55c.05.16.07.34.07.52 0 1.1-.9 2-2 2s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55 4.56c.05.16.07.33.07.51 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.18 0 .35.02.51.07l4.56-4.55C8.02 9.36 8 9.18 8 9c0-1.1.9-2 2-2s2 .9 2 2c0 .18-.02.36-.07.52l2.55 2.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56C19.02 8.35 19 8.18 19 8c0-1.1.9-2 2-2s2 .9 2 2zm0 0c0 1.1-.9 2-2 2-.18 0-.35-.02-.51-.07l-3.56 3.55c.05.16.07.34.07.52 0 1.1-.9 2-2 2s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55 4.56c.05.16.07.33.07.51 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.18 0 .35.02.51.07l4.56-4.55C8.02 9.36 8 9.18 8 9c0-1.1.9-2 2-2s2 .9 2 2c0 .18-.02.36-.07.52l2.55 2.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56C19.02 8.35 19 8.18 19 8c0-1.1.9-2 2-2s2 .9 2 2z"})
"TimelineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/timeline_two_tone.cljs
================================================
(ns reagent-mui.icons.timeline-two-tone
"Imports @mui/icons-material/TimelineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timeline-two-tone (create-svg-icon (e "path" #js {"d" "M23 8c0 1.1-.9 2-2 2-.18 0-.35-.02-.51-.07l-3.56 3.55c.05.16.07.34.07.52 0 1.1-.9 2-2 2s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55 4.56c.05.16.07.33.07.51 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.18 0 .35.02.51.07l4.56-4.55C8.02 9.36 8 9.18 8 9c0-1.1.9-2 2-2s2 .9 2 2c0 .18-.02.36-.07.52l2.55 2.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56C19.02 8.35 19 8.18 19 8c0-1.1.9-2 2-2s2 .9 2 2z"})
"TimelineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/timer.cljs
================================================
(ns reagent-mui.icons.timer
"Imports @mui/icons-material/Timer as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer (create-svg-icon (e "path" #js {"d" "M9 1h6v2H9zm10.03 6.39 1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM13 14h-2V8h2v6z"})
"Timer"))
================================================
FILE: src/icons/reagent_mui/icons/timer_10.cljs
================================================
(ns reagent-mui.icons.timer-10
"Imports @mui/icons-material/Timer10 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-10 (create-svg-icon (e "path" #js {"d" "M0 7.72V9.4l3-1V18h2V6h-.25L0 7.72zm23.78 6.65c-.14-.28-.35-.53-.63-.74-.28-.21-.61-.39-1.01-.53s-.85-.27-1.35-.38c-.35-.07-.64-.15-.87-.23-.23-.08-.41-.16-.55-.25-.14-.09-.23-.19-.28-.3-.05-.11-.08-.24-.08-.39 0-.14.03-.28.09-.41.06-.13.15-.25.27-.34.12-.1.27-.18.45-.24s.4-.09.64-.09c.25 0 .47.04.66.11.19.07.35.17.48.29.13.12.22.26.29.42.06.16.1.32.1.49h1.95c0-.39-.08-.75-.24-1.09-.16-.34-.39-.63-.69-.88-.3-.25-.66-.44-1.09-.59C21.49 9.07 21 9 20.46 9c-.51 0-.98.07-1.39.21-.41.14-.77.33-1.06.57-.29.24-.51.52-.67.84-.16.32-.23.65-.23 1.01s.08.69.23.96c.15.28.36.52.64.73.27.21.6.38.98.53.38.14.81.26 1.27.36.39.08.71.17.95.26s.43.19.57.29c.13.1.22.22.27.34.05.12.07.25.07.39 0 .32-.13.57-.4.77-.27.2-.66.29-1.17.29-.22 0-.43-.02-.64-.08-.21-.05-.4-.13-.56-.24-.17-.11-.3-.26-.41-.44-.11-.18-.17-.41-.18-.67h-1.89c0 .36.08.71.24 1.05.16.34.39.65.7.93.31.27.69.49 1.15.66.46.17.98.25 1.58.25.53 0 1.01-.06 1.44-.19.43-.13.8-.31 1.11-.54.31-.23.54-.51.71-.83.17-.32.25-.67.25-1.06-.02-.4-.09-.74-.24-1.02zm-9.96-7.32c-.34-.4-.75-.7-1.23-.88-.47-.18-1.01-.27-1.59-.27-.58 0-1.11.09-1.59.27-.48.18-.89.47-1.23.88-.34.41-.6.93-.79 1.59-.18.65-.28 1.45-.28 2.39v1.92c0 .94.09 1.74.28 2.39.19.66.45 1.19.8 1.6.34.41.75.71 1.23.89.48.18 1.01.28 1.59.28.59 0 1.12-.09 1.59-.28.48-.18.88-.48 1.22-.89.34-.41.6-.94.78-1.6.18-.65.28-1.45.28-2.39v-1.92c0-.94-.09-1.74-.28-2.39-.18-.66-.44-1.19-.78-1.59zm-.92 6.17c0 .6-.04 1.11-.12 1.53-.08.42-.2.76-.36 1.02-.16.26-.36.45-.59.57-.23.12-.51.18-.82.18-.3 0-.58-.06-.82-.18s-.44-.31-.6-.57c-.16-.26-.29-.6-.38-1.02-.09-.42-.13-.93-.13-1.53v-2.5c0-.6.04-1.11.13-1.52.09-.41.21-.74.38-1 .16-.25.36-.43.6-.55.24-.11.51-.17.81-.17.31 0 .58.06.81.17.24.11.44.29.6.55.16.25.29.58.37.99.08.41.13.92.13 1.52v2.51z"})
"Timer10"))
================================================
FILE: src/icons/reagent_mui/icons/timer_10_outlined.cljs
================================================
(ns reagent-mui.icons.timer-10-outlined
"Imports @mui/icons-material/Timer10Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-10-outlined (create-svg-icon (e "path" #js {"d" "M-.01 7.72V9.4l3-1V18h2V6h-.25L-.01 7.72zm23.78 6.65c-.14-.28-.35-.53-.63-.74-.28-.21-.61-.39-1.01-.53s-.85-.27-1.35-.38c-.35-.07-.64-.15-.87-.23-.23-.08-.41-.16-.55-.25s-.23-.19-.28-.3c-.05-.11-.08-.24-.08-.39 0-.14.03-.28.09-.41s.15-.25.27-.34c.12-.1.27-.18.45-.24s.4-.09.64-.09c.25 0 .47.04.66.11s.35.17.48.29.22.26.29.42c.06.16.1.32.1.49h1.95c0-.39-.08-.75-.24-1.09s-.39-.63-.69-.88c-.3-.25-.66-.44-1.09-.59-.43-.15-.92-.22-1.46-.22-.51 0-.98.07-1.39.21s-.77.33-1.06.57c-.29.24-.51.52-.67.84-.16.32-.23.65-.23 1.01s.08.69.23.96c.15.28.36.52.64.73.27.21.6.38.98.53.38.14.81.26 1.27.36.39.08.71.17.95.26s.43.19.57.29c.13.1.22.22.27.34.05.12.07.25.07.39 0 .32-.13.57-.4.77s-.66.29-1.17.29c-.22 0-.43-.02-.64-.08-.21-.05-.4-.13-.56-.24-.17-.11-.3-.26-.41-.44-.11-.18-.17-.41-.18-.67h-1.89c0 .36.08.71.24 1.05s.39.65.7.93c.31.27.69.49 1.15.66s.98.25 1.58.25c.53 0 1.01-.06 1.44-.19.43-.13.8-.31 1.11-.54.31-.23.54-.51.71-.83.17-.32.25-.67.25-1.06-.02-.4-.09-.74-.24-1.02zm-9.96-7.32c-.34-.4-.75-.7-1.23-.88-.47-.18-1.01-.27-1.59-.27s-1.11.09-1.59.27c-.48.18-.89.47-1.23.88-.34.41-.6.93-.79 1.59-.18.65-.28 1.45-.28 2.39v1.92c0 .94.09 1.74.28 2.39.19.66.45 1.19.8 1.6.34.41.75.71 1.23.89s1.01.28 1.59.28c.59 0 1.12-.09 1.59-.28.48-.18.88-.48 1.22-.89s.6-.94.78-1.6c.18-.65.28-1.45.28-2.39v-1.92c0-.94-.09-1.74-.28-2.39-.18-.66-.44-1.19-.78-1.59zm-.92 6.17c0 .6-.04 1.11-.12 1.53s-.2.76-.36 1.02c-.16.26-.36.45-.59.57-.23.12-.51.18-.82.18-.3 0-.58-.06-.82-.18s-.44-.31-.6-.57c-.16-.26-.29-.6-.38-1.02s-.13-.93-.13-1.53v-2.5c0-.6.04-1.11.13-1.52s.21-.74.38-1c.16-.25.36-.43.6-.55.24-.11.51-.17.81-.17.31 0 .58.06.81.17.24.11.44.29.6.55.16.25.29.58.37.99s.13.92.13 1.52v2.51h-.01z"})
"Timer10Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/timer_10_rounded.cljs
================================================
(ns reagent-mui.icons.timer-10-rounded
"Imports @mui/icons-material/Timer10Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-10-rounded (create-svg-icon (e "path" #js {"d" "M-.01 7.72V9.4l3-1V18h2V6h-.25L-.01 7.72zm23.78 6.65c-.14-.28-.35-.53-.63-.74-.28-.21-.61-.39-1.01-.53s-.85-.27-1.35-.38c-.35-.07-.64-.15-.87-.23-.23-.08-.41-.16-.55-.25s-.23-.19-.28-.3c-.05-.11-.08-.24-.08-.39 0-.14.03-.28.09-.41s.15-.25.27-.34c.12-.1.27-.18.45-.24s.4-.09.64-.09c.25 0 .47.04.66.11s.35.17.48.29.22.26.29.42c.06.16.1.32.1.49h1.95c0-.39-.08-.75-.24-1.09s-.39-.63-.69-.88c-.3-.25-.66-.44-1.09-.59-.43-.15-.92-.22-1.46-.22-.51 0-.98.07-1.39.21s-.77.33-1.06.57c-.29.24-.51.52-.67.84-.16.32-.23.65-.23 1.01s.08.69.23.96c.15.28.36.52.64.73.27.21.6.38.98.53.38.14.81.26 1.27.36.39.08.71.17.95.26s.43.19.57.29c.13.1.22.22.27.34.05.12.07.25.07.39 0 .32-.13.57-.4.77s-.66.29-1.17.29c-.22 0-.43-.02-.64-.08-.21-.05-.4-.13-.56-.24-.17-.11-.3-.26-.41-.44-.11-.18-.17-.41-.18-.67h-1.89c0 .36.08.71.24 1.05s.39.65.7.93c.31.27.69.49 1.15.66s.98.25 1.58.25c.53 0 1.01-.06 1.44-.19.43-.13.8-.31 1.11-.54.31-.23.54-.51.71-.83.17-.32.25-.67.25-1.06-.02-.4-.09-.74-.24-1.02zm-9.96-7.32c-.34-.4-.75-.7-1.23-.88-.47-.18-1.01-.27-1.59-.27s-1.11.09-1.59.27c-.48.18-.89.47-1.23.88-.34.41-.6.93-.79 1.59-.18.65-.28 1.45-.28 2.39v1.92c0 .94.09 1.74.28 2.39.19.66.45 1.19.8 1.6.34.41.75.71 1.23.89s1.01.28 1.59.28c.59 0 1.12-.09 1.59-.28.48-.18.88-.48 1.22-.89s.6-.94.78-1.6c.18-.65.28-1.45.28-2.39v-1.92c0-.94-.09-1.74-.28-2.39-.18-.66-.44-1.19-.78-1.59zm-.92 6.17c0 .6-.04 1.11-.12 1.53s-.2.76-.36 1.02c-.16.26-.36.45-.59.57-.23.12-.51.18-.82.18-.3 0-.58-.06-.82-.18s-.44-.31-.6-.57c-.16-.26-.29-.6-.38-1.02s-.13-.93-.13-1.53v-2.5c0-.6.04-1.11.13-1.52s.21-.74.38-1c.16-.25.36-.43.6-.55.24-.11.51-.17.81-.17.31 0 .58.06.81.17.24.11.44.29.6.55.16.25.29.58.37.99s.13.92.13 1.52v2.51h-.01z"})
"Timer10Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/timer_10_select.cljs
================================================
(ns reagent-mui.icons.timer-10-select
"Imports @mui/icons-material/Timer10Select as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-10-select (create-svg-icon (e "path" #js {"d" "M13 8v8h-3V8h3m0-3h-3C8.34 5 7 6.34 7 8v8c0 1.66 1.34 3 3 3h3c1.66 0 3-1.34 3-3V8c0-1.66-1.34-3-3-3zM1 8h2v11h3V5H1v3zm17.5 3c-.83 0-1.5.68-1.5 1.5v2c0 .82.67 1.5 1.5 1.5H21v1h-4v2h4.5c.83 0 1.5-.67 1.5-1.5v-2c0-.83-.67-1.5-1.5-1.5H19v-1h4v-2h-4.5z"})
"Timer10Select"))
================================================
FILE: src/icons/reagent_mui/icons/timer_10_select_outlined.cljs
================================================
(ns reagent-mui.icons.timer-10-select-outlined
"Imports @mui/icons-material/Timer10SelectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-10-select-outlined (create-svg-icon (e "path" #js {"d" "M13 8v8h-3V8h3m0-3h-3C8.34 5 7 6.34 7 8v8c0 1.66 1.34 3 3 3h3c1.66 0 3-1.34 3-3V8c0-1.66-1.34-3-3-3zM1 8h2v11h3V5H1v3zm17.5 3c-.83 0-1.5.68-1.5 1.5v2c0 .82.67 1.5 1.5 1.5H21v1h-4v2h4.5c.83 0 1.5-.67 1.5-1.5v-2c0-.83-.67-1.5-1.5-1.5H19v-1h4v-2h-4.5z"})
"Timer10SelectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/timer_10_select_rounded.cljs
================================================
(ns reagent-mui.icons.timer-10-select-rounded
"Imports @mui/icons-material/Timer10SelectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-10-select-rounded (create-svg-icon (e "path" #js {"d" "M13 8v8h-3V8h3m0-3h-3C8.34 5 7 6.34 7 8v8c0 1.66 1.34 3 3 3h3c1.66 0 3-1.34 3-3V8c0-1.66-1.34-3-3-3zM2.5 8H3v9.5c0 .83.67 1.5 1.5 1.5S6 18.33 6 17.5V7c0-1.1-.9-2-2-2H2.5C1.67 5 1 5.67 1 6.5S1.67 8 2.5 8zm16 3c-.83 0-1.5.68-1.5 1.5v2c0 .82.67 1.5 1.5 1.5H21v1h-3c-.55 0-1 .45-1 1s.45 1 1 1h3.5c.83 0 1.5-.67 1.5-1.5v-2c0-.83-.67-1.5-1.5-1.5H19v-1h3c.55 0 1-.45 1-1s-.45-1-1-1h-3.5z"})
"Timer10SelectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/timer_10_select_sharp.cljs
================================================
(ns reagent-mui.icons.timer-10-select-sharp
"Imports @mui/icons-material/Timer10SelectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-10-select-sharp (create-svg-icon (e "path" #js {"d" "M13 8v8h-3V8h3m3-3H7v14h9V5zM1 8h2v11h3V5H1v3zm22 3h-6v5h4v1h-4v2h6v-5h-4v-1h4v-2z"})
"Timer10SelectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/timer_10_select_two_tone.cljs
================================================
(ns reagent-mui.icons.timer-10-select-two-tone
"Imports @mui/icons-material/Timer10SelectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-10-select-two-tone (create-svg-icon (e "path" #js {"d" "M13 8v8h-3V8h3m0-3h-3C8.34 5 7 6.34 7 8v8c0 1.66 1.34 3 3 3h3c1.66 0 3-1.34 3-3V8c0-1.66-1.34-3-3-3zM1 8h2v11h3V5H1v3zm17.5 3c-.83 0-1.5.68-1.5 1.5v2c0 .82.67 1.5 1.5 1.5H21v1h-4v2h4.5c.83 0 1.5-.67 1.5-1.5v-2c0-.83-.67-1.5-1.5-1.5H19v-1h4v-2h-4.5z"})
"Timer10SelectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/timer_10_sharp.cljs
================================================
(ns reagent-mui.icons.timer-10-sharp
"Imports @mui/icons-material/Timer10Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-10-sharp (create-svg-icon (e "path" #js {"d" "M-.01 7.72V9.4l3-1V18h2V6h-.25L-.01 7.72zm23.78 6.65c-.14-.28-.35-.53-.63-.74-.28-.21-.61-.39-1.01-.53s-.85-.27-1.35-.38c-.35-.07-.64-.15-.87-.23-.23-.08-.41-.16-.55-.25s-.23-.19-.28-.3c-.05-.11-.08-.24-.08-.39 0-.14.03-.28.09-.41s.15-.25.27-.34c.12-.1.27-.18.45-.24s.4-.09.64-.09c.25 0 .47.04.66.11s.35.17.48.29.22.26.29.42c.06.16.1.32.1.49h1.95c0-.39-.08-.75-.24-1.09s-.39-.63-.69-.88c-.3-.25-.66-.44-1.09-.59-.43-.15-.92-.22-1.46-.22-.51 0-.98.07-1.39.21s-.77.33-1.06.57c-.29.24-.51.52-.67.84-.16.32-.23.65-.23 1.01s.08.69.23.96c.15.28.36.52.64.73.27.21.6.38.98.53.38.14.81.26 1.27.36.39.08.71.17.95.26s.43.19.57.29c.13.1.22.22.27.34.05.12.07.25.07.39 0 .32-.13.57-.4.77s-.66.29-1.17.29c-.22 0-.43-.02-.64-.08-.21-.05-.4-.13-.56-.24-.17-.11-.3-.26-.41-.44-.11-.18-.17-.41-.18-.67h-1.89c0 .36.08.71.24 1.05s.39.65.7.93c.31.27.69.49 1.15.66s.98.25 1.58.25c.53 0 1.01-.06 1.44-.19.43-.13.8-.31 1.11-.54.31-.23.54-.51.71-.83.17-.32.25-.67.25-1.06-.02-.4-.09-.74-.24-1.02zm-9.96-7.32c-.34-.4-.75-.7-1.23-.88-.47-.18-1.01-.27-1.59-.27s-1.11.09-1.59.27c-.48.18-.89.47-1.23.88-.34.41-.6.93-.79 1.59-.18.65-.28 1.45-.28 2.39v1.92c0 .94.09 1.74.28 2.39.19.66.45 1.19.8 1.6.34.41.75.71 1.23.89s1.01.28 1.59.28c.59 0 1.12-.09 1.59-.28.48-.18.88-.48 1.22-.89s.6-.94.78-1.6c.18-.65.28-1.45.28-2.39v-1.92c0-.94-.09-1.74-.28-2.39-.18-.66-.44-1.19-.78-1.59zm-.92 6.17c0 .6-.04 1.11-.12 1.53s-.2.76-.36 1.02c-.16.26-.36.45-.59.57-.23.12-.51.18-.82.18-.3 0-.58-.06-.82-.18s-.44-.31-.6-.57c-.16-.26-.29-.6-.38-1.02s-.13-.93-.13-1.53v-2.5c0-.6.04-1.11.13-1.52s.21-.74.38-1c.16-.25.36-.43.6-.55.24-.11.51-.17.81-.17.31 0 .58.06.81.17.24.11.44.29.6.55.16.25.29.58.37.99s.13.92.13 1.52v2.51h-.01z"})
"Timer10Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/timer_10_two_tone.cljs
================================================
(ns reagent-mui.icons.timer-10-two-tone
"Imports @mui/icons-material/Timer10TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-10-two-tone (create-svg-icon (e "path" #js {"d" "M2.99 18h2V6h-.25L-.01 7.72V9.4l3-1zm9.59-11.83c-.47-.18-1.01-.27-1.59-.27s-1.11.09-1.59.27c-.48.18-.89.47-1.23.88-.34.41-.6.93-.79 1.59-.18.65-.28 1.45-.28 2.39v1.92c0 .94.09 1.74.28 2.39.19.66.45 1.19.8 1.6.34.41.75.71 1.23.89.48.18 1.01.28 1.59.28.59 0 1.12-.09 1.59-.28.48-.18.88-.48 1.22-.89.34-.41.6-.94.78-1.6.18-.65.28-1.45.28-2.39v-1.92c0-.94-.09-1.74-.28-2.39-.18-.66-.44-1.19-.78-1.59s-.75-.7-1.23-.88zm.32 7.05h-.01c0 .6-.04 1.11-.12 1.53-.08.42-.2.76-.36 1.02-.16.26-.36.45-.59.57s-.51.18-.82.18c-.3 0-.58-.06-.82-.18s-.44-.31-.6-.57c-.16-.26-.29-.6-.38-1.02-.09-.42-.13-.93-.13-1.53v-2.5c0-.6.04-1.11.13-1.52.09-.41.21-.74.38-1 .16-.25.36-.43.6-.55.24-.11.51-.17.81-.17.31 0 .58.06.81.17.24.11.44.29.6.55.16.25.29.58.37.99.08.41.13.92.13 1.52v2.51zm10.24.41c-.28-.21-.61-.39-1.01-.53s-.85-.27-1.35-.38c-.35-.07-.64-.15-.87-.23-.23-.08-.41-.16-.55-.25-.14-.09-.23-.19-.28-.3-.05-.11-.08-.24-.08-.39 0-.14.03-.28.09-.41.06-.13.15-.25.27-.34.12-.1.27-.18.45-.24s.4-.09.64-.09c.25 0 .47.04.66.11.19.07.35.17.48.29.13.12.22.26.29.42.06.16.1.32.1.49h1.95c0-.39-.08-.75-.24-1.09-.16-.34-.39-.63-.69-.88s-.66-.44-1.09-.59c-.43-.15-.92-.22-1.46-.22-.51 0-.98.07-1.39.21-.41.14-.77.33-1.06.57s-.51.52-.67.84c-.16.32-.23.65-.23 1.01s.08.69.23.96c.15.28.36.52.64.73.27.21.6.38.98.53.38.14.81.26 1.27.36.39.08.71.17.95.26s.43.19.57.29c.13.1.22.22.27.34s.07.25.07.39c0 .32-.13.57-.4.77-.27.2-.66.29-1.17.29-.22 0-.43-.02-.64-.08-.21-.05-.4-.13-.56-.24-.17-.11-.3-.26-.41-.44-.11-.18-.17-.41-.18-.67h-1.89c0 .36.08.71.24 1.05.16.34.39.65.7.93.31.27.69.49 1.15.66.46.17.98.25 1.58.25.53 0 1.01-.06 1.44-.19s.8-.31 1.11-.54c.31-.23.54-.51.71-.83.17-.32.25-.67.25-1.06-.02-.4-.09-.74-.24-1.02-.14-.28-.35-.53-.63-.74z"})
"Timer10TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/timer_3.cljs
================================================
(ns reagent-mui.icons.timer-3
"Imports @mui/icons-material/Timer3 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-3 (create-svg-icon (e "path" #js {"d" "M11.61 12.97c-.16-.24-.36-.46-.62-.65-.25-.19-.56-.35-.93-.48.3-.14.57-.3.8-.5.23-.2.42-.41.57-.64.15-.23.27-.46.34-.71.08-.24.11-.49.11-.73 0-.55-.09-1.04-.28-1.46-.18-.42-.44-.77-.78-1.06-.33-.28-.73-.5-1.2-.64-.45-.13-.97-.2-1.53-.2-.55 0-1.06.08-1.52.24-.47.17-.87.4-1.2.69-.33.29-.6.63-.78 1.03-.2.39-.29.83-.29 1.29h1.98c0-.26.05-.49.14-.69.09-.2.22-.38.38-.52.17-.14.36-.25.58-.33.22-.08.46-.12.73-.12.61 0 1.06.16 1.36.47.3.31.44.75.44 1.32 0 .27-.04.52-.12.74-.08.22-.21.41-.38.57-.17.16-.38.28-.63.37-.25.09-.55.13-.89.13H6.72v1.57H7.9c.34 0 .64.04.91.11.27.08.5.19.69.35.19.16.34.36.44.61.1.24.16.54.16.87 0 .62-.18 1.09-.53 1.42-.35.33-.84.49-1.45.49-.29 0-.56-.04-.8-.13-.24-.08-.44-.2-.61-.36-.17-.16-.3-.34-.39-.56-.09-.22-.14-.46-.14-.72H4.19c0 .55.11 1.03.32 1.45.21.42.5.77.86 1.05s.77.49 1.24.63.96.21 1.48.21c.57 0 1.09-.08 1.58-.23.49-.15.91-.38 1.26-.68.36-.3.64-.66.84-1.1.2-.43.3-.93.3-1.48 0-.29-.04-.58-.11-.86-.08-.25-.19-.51-.35-.76zm9.26 1.4c-.14-.28-.35-.53-.63-.74-.28-.21-.61-.39-1.01-.53s-.85-.27-1.35-.38c-.35-.07-.64-.15-.87-.23-.23-.08-.41-.16-.55-.25-.14-.09-.23-.19-.28-.3-.05-.11-.08-.24-.08-.39s.03-.28.09-.41c.06-.13.15-.25.27-.34.12-.1.27-.18.45-.24s.4-.09.64-.09c.25 0 .47.04.66.11.19.07.35.17.48.29.13.12.22.26.29.42.06.16.1.32.1.49h1.95c0-.39-.08-.75-.24-1.09-.16-.34-.39-.63-.69-.88-.3-.25-.66-.44-1.09-.59-.43-.15-.92-.22-1.46-.22-.51 0-.98.07-1.39.21-.41.14-.77.33-1.06.57-.29.24-.51.52-.67.84-.16.32-.23.65-.23 1.01s.08.68.23.96c.15.28.37.52.64.73.27.21.6.38.98.53.38.14.81.26 1.27.36.39.08.71.17.95.26s.43.19.57.29c.13.1.22.22.27.34.05.12.07.25.07.39 0 .32-.13.57-.4.77-.27.2-.66.29-1.17.29-.22 0-.43-.02-.64-.08-.21-.05-.4-.13-.56-.24-.17-.11-.3-.26-.41-.44-.11-.18-.17-.41-.18-.67h-1.89c0 .36.08.71.24 1.05.16.34.39.65.7.93.31.27.69.49 1.15.66.46.17.98.25 1.58.25.53 0 1.01-.06 1.44-.19.43-.13.8-.31 1.11-.54.31-.23.54-.51.71-.83.17-.32.25-.67.25-1.06-.02-.4-.09-.74-.24-1.02z"})
"Timer3"))
================================================
FILE: src/icons/reagent_mui/icons/timer_3_outlined.cljs
================================================
(ns reagent-mui.icons.timer-3-outlined
"Imports @mui/icons-material/Timer3Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-3-outlined (create-svg-icon (e "path" #js {"d" "M11.61 12.97c-.16-.24-.36-.46-.62-.65-.25-.19-.56-.35-.93-.48.3-.14.57-.3.8-.5.23-.2.42-.41.57-.64.15-.23.27-.46.34-.71.08-.24.11-.49.11-.73 0-.55-.09-1.04-.28-1.46-.18-.42-.44-.77-.78-1.06-.33-.28-.73-.5-1.2-.64-.45-.13-.97-.2-1.53-.2-.55 0-1.06.08-1.52.24-.47.17-.87.4-1.2.69-.33.29-.6.63-.78 1.03-.2.39-.29.83-.29 1.29h1.98c0-.26.05-.49.14-.69.09-.2.22-.38.38-.52.17-.14.36-.25.58-.33s.46-.12.73-.12c.61 0 1.06.16 1.36.47.3.31.44.75.44 1.32 0 .27-.04.52-.12.74-.08.22-.21.41-.38.57s-.38.28-.63.37-.55.13-.89.13H6.72v1.57H7.9c.34 0 .64.04.91.11.27.08.5.19.69.35.19.16.34.36.44.61.1.24.16.54.16.87 0 .62-.18 1.09-.53 1.42-.35.33-.84.49-1.45.49-.29 0-.56-.04-.8-.13-.24-.08-.44-.2-.61-.36s-.3-.34-.39-.56c-.09-.22-.14-.46-.14-.72H4.19c0 .55.11 1.03.32 1.45.21.42.5.77.86 1.05s.77.49 1.24.63.96.21 1.48.21c.57 0 1.09-.08 1.58-.23s.91-.38 1.26-.68c.36-.3.64-.66.84-1.1.2-.43.3-.93.3-1.48 0-.29-.04-.58-.11-.86-.08-.25-.19-.51-.35-.76zm9.26 1.4c-.14-.28-.35-.53-.63-.74-.28-.21-.61-.39-1.01-.53s-.85-.27-1.35-.38c-.35-.07-.64-.15-.87-.23-.23-.08-.41-.16-.55-.25s-.23-.19-.28-.3c-.05-.11-.08-.24-.08-.39s.03-.28.09-.41.15-.25.27-.34c.12-.1.27-.18.45-.24s.4-.09.64-.09c.25 0 .47.04.66.11s.35.17.48.29.22.26.29.42c.06.16.1.32.1.49h1.95c0-.39-.08-.75-.24-1.09s-.39-.63-.69-.88c-.3-.25-.66-.44-1.09-.59-.43-.15-.92-.22-1.46-.22-.51 0-.98.07-1.39.21s-.77.33-1.06.57c-.29.24-.51.52-.67.84s-.23.65-.23 1.01.08.68.23.96.37.52.64.73c.27.21.6.38.98.53.38.14.81.26 1.27.36.39.08.71.17.95.26s.43.19.57.29c.13.1.22.22.27.34.05.12.07.25.07.39 0 .32-.13.57-.4.77s-.66.29-1.17.29c-.22 0-.43-.02-.64-.08-.21-.05-.4-.13-.56-.24-.17-.11-.3-.26-.41-.44-.11-.18-.17-.41-.18-.67h-1.89c0 .36.08.71.24 1.05s.39.65.7.93c.31.27.69.49 1.15.66.46.17.98.25 1.58.25.53 0 1.01-.06 1.44-.19.43-.13.8-.31 1.11-.54.31-.23.54-.51.71-.83.17-.32.25-.67.25-1.06-.02-.4-.09-.74-.24-1.02z"})
"Timer3Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/timer_3_rounded.cljs
================================================
(ns reagent-mui.icons.timer-3-rounded
"Imports @mui/icons-material/Timer3Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-3-rounded (create-svg-icon (e "path" #js {"d" "M11.61 12.97c-.16-.24-.36-.46-.62-.65-.25-.19-.56-.35-.93-.48.3-.14.57-.3.8-.5.23-.2.42-.41.57-.64.15-.23.27-.46.34-.71.08-.24.11-.49.11-.73 0-.55-.09-1.04-.28-1.46-.18-.42-.44-.77-.78-1.06-.33-.28-.73-.5-1.2-.64-.45-.13-.97-.2-1.53-.2-.55 0-1.06.08-1.52.24-.47.17-.87.4-1.2.69-.33.29-.6.63-.78 1.03-.2.39-.29.83-.29 1.29h1.98c0-.26.05-.49.14-.69.09-.2.22-.38.38-.52.17-.14.36-.25.58-.33s.46-.12.73-.12c.61 0 1.06.16 1.36.47.3.31.44.75.44 1.32 0 .27-.04.52-.12.74-.08.22-.21.41-.38.57s-.38.28-.63.37-.55.13-.89.13H6.72v1.57H7.9c.34 0 .64.04.91.11.27.08.5.19.69.35.19.16.34.36.44.61.1.24.16.54.16.87 0 .62-.18 1.09-.53 1.42-.35.33-.84.49-1.45.49-.29 0-.56-.04-.8-.13-.24-.08-.44-.2-.61-.36s-.3-.34-.39-.56c-.09-.22-.14-.46-.14-.72H4.19c0 .55.11 1.03.32 1.45.21.42.5.77.86 1.05s.77.49 1.24.63.96.21 1.48.21c.57 0 1.09-.08 1.58-.23s.91-.38 1.26-.68c.36-.3.64-.66.84-1.1.2-.43.3-.93.3-1.48 0-.29-.04-.58-.11-.86-.08-.25-.19-.51-.35-.76zm9.26 1.4c-.14-.28-.35-.53-.63-.74-.28-.21-.61-.39-1.01-.53s-.85-.27-1.35-.38c-.35-.07-.64-.15-.87-.23-.23-.08-.41-.16-.55-.25s-.23-.19-.28-.3c-.05-.11-.08-.24-.08-.39s.03-.28.09-.41.15-.25.27-.34c.12-.1.27-.18.45-.24s.4-.09.64-.09c.25 0 .47.04.66.11s.35.17.48.29.22.26.29.42c.06.16.1.32.1.49h1.95c0-.39-.08-.75-.24-1.09s-.39-.63-.69-.88c-.3-.25-.66-.44-1.09-.59-.43-.15-.92-.22-1.46-.22-.51 0-.98.07-1.39.21s-.77.33-1.06.57c-.29.24-.51.52-.67.84s-.23.65-.23 1.01.08.68.23.96.37.52.64.73c.27.21.6.38.98.53.38.14.81.26 1.27.36.39.08.71.17.95.26s.43.19.57.29c.13.1.22.22.27.34.05.12.07.25.07.39 0 .32-.13.57-.4.77s-.66.29-1.17.29c-.22 0-.43-.02-.64-.08-.21-.05-.4-.13-.56-.24-.17-.11-.3-.26-.41-.44-.11-.18-.17-.41-.18-.67h-1.89c0 .36.08.71.24 1.05s.39.65.7.93c.31.27.69.49 1.15.66.46.17.98.25 1.58.25.53 0 1.01-.06 1.44-.19.43-.13.8-.31 1.11-.54.31-.23.54-.51.71-.83.17-.32.25-.67.25-1.06-.02-.4-.09-.74-.24-1.02z"})
"Timer3Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/timer_3_select.cljs
================================================
(ns reagent-mui.icons.timer-3-select
"Imports @mui/icons-material/Timer3Select as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-3-select (create-svg-icon (e "path" #js {"d" "M21 11v2h-4v1h2.5c.83 0 1.5.68 1.5 1.5v2c0 .83-.67 1.5-1.5 1.5H15v-2h4v-1h-2.5c-.82 0-1.5-.68-1.5-1.5v-2c0-.82.68-1.5 1.5-1.5H21zM4 5v3h6v2.5H4v3h6V16H4v3h6c1.66 0 3-1.34 3-3v-1.9c0-1.16-.94-2.1-2.1-2.1 1.16 0 2.1-.94 2.1-2.1V8c0-1.66-1.34-3-3-3H4z"})
"Timer3Select"))
================================================
FILE: src/icons/reagent_mui/icons/timer_3_select_outlined.cljs
================================================
(ns reagent-mui.icons.timer-3-select-outlined
"Imports @mui/icons-material/Timer3SelectOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-3-select-outlined (create-svg-icon (e "path" #js {"d" "M21 11v2h-4v1h2.5c.83 0 1.5.68 1.5 1.5v2c0 .83-.67 1.5-1.5 1.5H15v-2h4v-1h-2.5c-.82 0-1.5-.68-1.5-1.5v-2c0-.82.68-1.5 1.5-1.5H21zM4 5v3h6v2.5H4v3h6V16H4v3h6c1.66 0 3-1.34 3-3v-1.9c0-1.16-.94-2.1-2.1-2.1 1.16 0 2.1-.94 2.1-2.1V8c0-1.66-1.34-3-3-3H4z"})
"Timer3SelectOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/timer_3_select_rounded.cljs
================================================
(ns reagent-mui.icons.timer-3-select-rounded
"Imports @mui/icons-material/Timer3SelectRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-3-select-rounded (create-svg-icon (e "path" #js {"d" "M21 12c0 .55-.45 1-1 1h-3v1h2.5c.83 0 1.5.68 1.5 1.5v2c0 .83-.67 1.5-1.5 1.5H16c-.55 0-1-.45-1-1s.45-1 1-1h3v-1h-2.5c-.82 0-1.5-.68-1.5-1.5v-2c0-.82.68-1.5 1.5-1.5H20c.55 0 1 .45 1 1zM4 6.5C4 7.33 4.67 8 5.5 8H10v2.5H5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5H10V16H5.5c-.83 0-1.5.67-1.5 1.5S4.67 19 5.5 19H10c1.66 0 3-1.34 3-3v-1.9c0-1.16-.94-2.1-2.1-2.1 1.16 0 2.1-.94 2.1-2.1V8c0-1.66-1.34-3-3-3H5.5C4.67 5 4 5.67 4 6.5z"})
"Timer3SelectRounded"))
================================================
FILE: src/icons/reagent_mui/icons/timer_3_select_sharp.cljs
================================================
(ns reagent-mui.icons.timer-3-select-sharp
"Imports @mui/icons-material/Timer3SelectSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-3-select-sharp (create-svg-icon (e "path" #js {"d" "M21 11v2h-4v1h4v5h-6v-2h4v-1h-4v-5h6zM4 5v3h6v2.5H4v3h6V16H4v3h9V5H4z"})
"Timer3SelectSharp"))
================================================
FILE: src/icons/reagent_mui/icons/timer_3_select_two_tone.cljs
================================================
(ns reagent-mui.icons.timer-3-select-two-tone
"Imports @mui/icons-material/Timer3SelectTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-3-select-two-tone (create-svg-icon (e "path" #js {"d" "M21 11v2h-4v1h2.5c.83 0 1.5.68 1.5 1.5v2c0 .83-.67 1.5-1.5 1.5H15v-2h4v-1h-2.5c-.82 0-1.5-.68-1.5-1.5v-2c0-.82.68-1.5 1.5-1.5H21zM4 5v3h6v2.5H4v3h6V16H4v3h6c1.66 0 3-1.34 3-3v-1.9c0-1.16-.94-2.1-2.1-2.1 1.16 0 2.1-.94 2.1-2.1V8c0-1.66-1.34-3-3-3H4z"})
"Timer3SelectTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/timer_3_sharp.cljs
================================================
(ns reagent-mui.icons.timer-3-sharp
"Imports @mui/icons-material/Timer3Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-3-sharp (create-svg-icon (e "path" #js {"d" "M11.61 12.97c-.16-.24-.36-.46-.62-.65-.25-.19-.56-.35-.93-.48.3-.14.57-.3.8-.5.23-.2.42-.41.57-.64.15-.23.27-.46.34-.71.08-.24.11-.49.11-.73 0-.55-.09-1.04-.28-1.46-.18-.42-.44-.77-.78-1.06-.33-.28-.73-.5-1.2-.64-.45-.13-.97-.2-1.53-.2-.55 0-1.06.08-1.52.24-.47.17-.87.4-1.2.69-.33.29-.6.63-.78 1.03-.2.39-.29.83-.29 1.29h1.98c0-.26.05-.49.14-.69.09-.2.22-.38.38-.52.17-.14.36-.25.58-.33s.46-.12.73-.12c.61 0 1.06.16 1.36.47.3.31.44.75.44 1.32 0 .27-.04.52-.12.74-.08.22-.21.41-.38.57s-.38.28-.63.37-.55.13-.89.13H6.72v1.57H7.9c.34 0 .64.04.91.11.27.08.5.19.69.35.19.16.34.36.44.61.1.24.16.54.16.87 0 .62-.18 1.09-.53 1.42-.35.33-.84.49-1.45.49-.29 0-.56-.04-.8-.13-.24-.08-.44-.2-.61-.36s-.3-.34-.39-.56c-.09-.22-.14-.46-.14-.72H4.19c0 .55.11 1.03.32 1.45.21.42.5.77.86 1.05s.77.49 1.24.63.96.21 1.48.21c.57 0 1.09-.08 1.58-.23s.91-.38 1.26-.68c.36-.3.64-.66.84-1.1.2-.43.3-.93.3-1.48 0-.29-.04-.58-.11-.86-.08-.25-.19-.51-.35-.76zm9.26 1.4c-.14-.28-.35-.53-.63-.74-.28-.21-.61-.39-1.01-.53s-.85-.27-1.35-.38c-.35-.07-.64-.15-.87-.23-.23-.08-.41-.16-.55-.25s-.23-.19-.28-.3c-.05-.11-.08-.24-.08-.39s.03-.28.09-.41.15-.25.27-.34c.12-.1.27-.18.45-.24s.4-.09.64-.09c.25 0 .47.04.66.11s.35.17.48.29.22.26.29.42c.06.16.1.32.1.49h1.95c0-.39-.08-.75-.24-1.09s-.39-.63-.69-.88c-.3-.25-.66-.44-1.09-.59-.43-.15-.92-.22-1.46-.22-.51 0-.98.07-1.39.21s-.77.33-1.06.57c-.29.24-.51.52-.67.84s-.23.65-.23 1.01.08.68.23.96.37.52.64.73c.27.21.6.38.98.53.38.14.81.26 1.27.36.39.08.71.17.95.26s.43.19.57.29c.13.1.22.22.27.34.05.12.07.25.07.39 0 .32-.13.57-.4.77s-.66.29-1.17.29c-.22 0-.43-.02-.64-.08-.21-.05-.4-.13-.56-.24-.17-.11-.3-.26-.41-.44-.11-.18-.17-.41-.18-.67h-1.89c0 .36.08.71.24 1.05s.39.65.7.93c.31.27.69.49 1.15.66.46.17.98.25 1.58.25.53 0 1.01-.06 1.44-.19.43-.13.8-.31 1.11-.54.31-.23.54-.51.71-.83.17-.32.25-.67.25-1.06-.02-.4-.09-.74-.24-1.02z"})
"Timer3Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/timer_3_two_tone.cljs
================================================
(ns reagent-mui.icons.timer-3-two-tone
"Imports @mui/icons-material/Timer3TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-3-two-tone (create-svg-icon (e "path" #js {"d" "M16.46 10.8c.12-.1.27-.18.45-.24s.4-.09.64-.09c.25 0 .47.04.66.11.19.07.35.17.48.29s.22.26.29.42c.06.16.1.32.1.49h1.95c0-.39-.08-.75-.24-1.09-.16-.34-.39-.63-.69-.88-.3-.25-.66-.44-1.09-.59-.43-.15-.92-.22-1.46-.22-.51 0-.98.07-1.39.21-.41.14-.77.33-1.06.57-.29.24-.51.52-.67.84-.16.32-.23.65-.23 1.01s.08.68.23.96c.15.28.37.52.64.73.27.21.6.38.98.53.38.14.81.26 1.27.36.39.08.71.17.95.26s.43.19.57.29c.13.1.22.22.27.34s.07.25.07.39c0 .32-.13.57-.4.77-.27.2-.66.29-1.17.29-.22 0-.43-.02-.64-.08-.21-.05-.4-.13-.56-.24-.17-.11-.3-.26-.41-.44s-.17-.41-.18-.67h-1.89c0 .36.08.71.24 1.05.16.34.39.65.7.93.31.27.69.49 1.15.66.46.17.98.25 1.58.25.53 0 1.01-.06 1.44-.19.43-.13.8-.31 1.11-.54.31-.23.54-.51.71-.83.17-.32.25-.67.25-1.06-.02-.4-.09-.74-.24-1.02-.14-.28-.35-.53-.63-.74-.28-.21-.61-.39-1.01-.53s-.85-.27-1.35-.38c-.35-.07-.64-.15-.87-.23s-.41-.16-.55-.25c-.14-.09-.23-.19-.28-.3-.05-.11-.08-.24-.08-.39s.03-.28.09-.41c.06-.13.15-.25.27-.34zm-8.34 5.71c-.29 0-.56-.04-.8-.13-.24-.08-.44-.2-.61-.36-.17-.16-.3-.34-.39-.56-.09-.22-.14-.46-.14-.72H4.19c0 .55.11 1.03.32 1.45.21.42.5.77.86 1.05s.77.49 1.24.63.96.21 1.48.21c.57 0 1.09-.08 1.58-.23.49-.15.91-.38 1.26-.68.36-.3.64-.66.84-1.1.2-.43.3-.93.3-1.48 0-.29-.04-.58-.11-.86-.08-.25-.19-.51-.35-.76-.16-.24-.36-.46-.62-.65-.25-.19-.56-.35-.93-.48.3-.14.57-.3.8-.5.23-.2.42-.41.57-.64.15-.23.27-.46.34-.71.08-.24.11-.49.11-.73 0-.55-.09-1.04-.28-1.46-.18-.42-.44-.77-.78-1.06-.33-.28-.73-.5-1.2-.64-.45-.13-.97-.2-1.53-.2-.55 0-1.06.08-1.52.24-.47.17-.87.4-1.2.69-.33.29-.6.63-.78 1.03-.2.39-.29.83-.29 1.29h1.98c0-.26.05-.49.14-.69.09-.2.22-.38.38-.52.17-.14.36-.25.58-.33.22-.08.46-.12.73-.12.61 0 1.06.16 1.36.47.3.31.44.75.44 1.32 0 .27-.04.52-.12.74-.08.22-.21.41-.38.57-.17.16-.38.28-.63.37-.25.09-.55.13-.89.13H6.72v1.57H7.9c.34 0 .64.04.91.11.27.08.5.19.69.35.19.16.34.36.44.61.1.24.16.54.16.87 0 .62-.18 1.09-.53 1.42-.35.33-.84.49-1.45.49z"})
"Timer3TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/timer_off.cljs
================================================
(ns reagent-mui.icons.timer-off
"Imports @mui/icons-material/TimerOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-off (create-svg-icon (e "path" #js {"d" "M9 1h6v2H9zm4 7v2.17l6.98 6.98C20.63 15.91 21 14.5 21 13c0-2.12-.74-4.07-1.97-5.61l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-1.5 0-2.91.37-4.15 1.02L10.83 8H13zM2.81 2.81 1.39 4.22l3.4 3.4C3.67 9.12 3 10.98 3 13c0 4.97 4.02 9 9 9 2.02 0 3.88-.67 5.38-1.79l2.4 2.4 1.41-1.41L2.81 2.81z"})
"TimerOff"))
================================================
FILE: src/icons/reagent_mui/icons/timer_off_outlined.cljs
================================================
(ns reagent-mui.icons.timer-off-outlined
"Imports @mui/icons-material/TimerOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-off-outlined (create-svg-icon [(e "path" #js {"d" "M9 1h6v2H9zm3 5c3.87 0 7 3.13 7 7 0 .94-.19 1.83-.52 2.65l1.5 1.5C20.63 15.91 21 14.5 21 13c0-2.12-.74-4.07-1.97-5.61l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-1.5 0-2.91.37-4.15 1.02l1.5 1.5C10.17 6.19 11.06 6 12 6z"}) (e "path" #js {"d" "m11 8.17 2 2V8h-2zM2.81 2.81 1.39 4.22l3.4 3.4C3.67 9.12 3 10.98 3 13c0 4.97 4.02 9 9 9 2.02 0 3.88-.67 5.38-1.79l2.4 2.4 1.41-1.41L2.81 2.81zM12 20c-3.87 0-7-3.13-7-7 0-1.47.45-2.83 1.22-3.95l9.73 9.73C14.83 19.55 13.47 20 12 20z"})]
"TimerOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/timer_off_rounded.cljs
================================================
(ns reagent-mui.icons.timer-off-rounded
"Imports @mui/icons-material/TimerOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-off-rounded (create-svg-icon (e "path" #js {"d" "M10 3h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1zm2 5c.55 0 1 .45 1 1v1.17l6.98 6.98C20.63 15.91 21 14.5 21 13c0-2.12-.74-4.07-1.97-5.61l.75-.75c.38-.38.39-1.01 0-1.4l-.01-.01c-.39-.39-1.01-.38-1.4 0l-.75.75C16.07 4.74 14.12 4 12 4c-1.48 0-2.89.38-4.13 1.04l3.36 3.36c.18-.24.45-.4.77-.4zM2.1 3.51c-.39.39-.39 1.02 0 1.41l2.72 2.72C3.73 9.09 3.05 10.86 3 12.76 2.87 17.84 6.94 22 12 22c2.02 0 3.88-.67 5.38-1.79l1.69 1.69c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0z"})
"TimerOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/timer_off_sharp.cljs
================================================
(ns reagent-mui.icons.timer-off-sharp
"Imports @mui/icons-material/TimerOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-off-sharp (create-svg-icon (e "path" #js {"d" "M9 1h6v2H9zm4 7v2.17l6.98 6.98C20.63 15.91 21 14.5 21 13c0-2.12-.74-4.07-1.97-5.61l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-1.5 0-2.91.37-4.15 1.02L10.83 8H13zM2.81 2.81 1.39 4.22l3.4 3.4C3.67 9.12 3 10.98 3 13c0 4.97 4.02 9 9 9 2.02 0 3.88-.67 5.38-1.79l2.4 2.4 1.41-1.41L2.81 2.81z"})
"TimerOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/timer_off_two_tone.cljs
================================================
(ns reagent-mui.icons.timer-off-two-tone
"Imports @mui/icons-material/TimerOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-off-two-tone (create-svg-icon [(e "path" #js {"d" "M12 20c1.47 0 2.83-.45 3.95-1.22L6.22 9.05C5.45 10.17 5 11.53 5 13c0 3.87 3.13 7 7 7zm0-14c-.94 0-1.83.19-2.65.52L11 8.17V8h2v2.17l5.48 5.48c.33-.82.52-1.71.52-2.65 0-3.87-3.13-7-7-7z", "opacity" ".3"}) (e "path" #js {"d" "M9 1h6v2H9zm3 5c3.87 0 7 3.13 7 7 0 .94-.19 1.83-.52 2.65l1.5 1.5C20.63 15.91 21 14.5 21 13c0-2.12-.74-4.07-1.97-5.61l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-1.5 0-2.91.37-4.15 1.02l1.5 1.5C10.17 6.19 11.06 6 12 6z"}) (e "path" #js {"d" "M11 8v.17l2 2V8zM2.81 2.81 1.39 4.22l3.4 3.4C3.67 9.12 3 10.98 3 13c0 4.97 4.02 9 9 9 2.02 0 3.88-.67 5.38-1.79l2.4 2.4 1.41-1.41L2.81 2.81zM12 20c-3.87 0-7-3.13-7-7 0-1.47.45-2.83 1.22-3.95l9.73 9.73C14.83 19.55 13.47 20 12 20z"})]
"TimerOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/timer_outlined.cljs
================================================
(ns reagent-mui.icons.timer-outlined
"Imports @mui/icons-material/TimerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-outlined (create-svg-icon (e "path" #js {"d" "M15 1H9v2h6V1zm-4 13h2V8h-2v6zm8.03-6.61 1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"TimerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/timer_rounded.cljs
================================================
(ns reagent-mui.icons.timer-rounded
"Imports @mui/icons-material/TimerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-rounded (create-svg-icon (e "path" #js {"d" "M10 3h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1zm9.03 4.39.75-.75c.38-.38.39-1.01 0-1.4l-.01-.01c-.39-.39-1.01-.38-1.4 0l-.75.75C16.07 4.74 14.12 4 12 4c-4.8 0-8.88 3.96-9 8.76C2.87 17.84 6.94 22 12 22c4.98 0 9-4.03 9-9 0-2.12-.74-4.07-1.97-5.61zM13 13c0 .55-.45 1-1 1s-1-.45-1-1V9c0-.55.45-1 1-1s1 .45 1 1v4z"})
"TimerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/timer_sharp.cljs
================================================
(ns reagent-mui.icons.timer-sharp
"Imports @mui/icons-material/TimerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-sharp (create-svg-icon (e "path" #js {"d" "M15 1H9v2h6V1zm-4 13h2V8h-2v6zm8.03-6.61 1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})
"TimerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/timer_two_tone.cljs
================================================
(ns reagent-mui.icons.timer-two-tone
"Imports @mui/icons-material/TimerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def timer-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6c-3.87 0-7 3.13-7 7s3.13 7 7 7 7-3.13 7-7-3.13-7-7-7zm1 8h-2V8h2v6z", "opacity" ".3"}) (e "path" #js {"d" "M9 1h6v2H9zm10.03 6.39 1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"}) (e "path" #js {"d" "M11 8h2v6h-2z"})]
"TimerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/times_one_mobiledata.cljs
================================================
(ns reagent-mui.icons.times-one-mobiledata
"Imports @mui/icons-material/TimesOneMobiledata as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def times-one-mobiledata (create-svg-icon (e "path" #js {"d" "M4 7h4v10H6V9H4V7zm11.83 4.72L18.66 7h-2.33l-1.66 2.77L13 7h-2.33l2.83 4.72L10.33 17h2.33l2-3.34 2 3.34H19l-3.17-5.28z"})
"TimesOneMobiledata"))
================================================
FILE: src/icons/reagent_mui/icons/times_one_mobiledata_outlined.cljs
================================================
(ns reagent-mui.icons.times-one-mobiledata-outlined
"Imports @mui/icons-material/TimesOneMobiledataOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def times-one-mobiledata-outlined (create-svg-icon (e "path" #js {"d" "M4 7h4v10H6V9H4V7zm11.83 4.72L18.66 7h-2.33l-1.66 2.77L13 7h-2.33l2.83 4.72L10.33 17h2.33l2-3.34 2 3.34H19l-3.17-5.28z"})
"TimesOneMobiledataOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/times_one_mobiledata_rounded.cljs
================================================
(ns reagent-mui.icons.times-one-mobiledata-rounded
"Imports @mui/icons-material/TimesOneMobiledataRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def times-one-mobiledata-rounded (create-svg-icon (e "path" #js {"d" "M5 7h2c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1s-1-.45-1-1V9H5c-.55 0-1-.45-1-1s.45-1 1-1zm10.83 4.72 1.92-3.21c.4-.66-.08-1.51-.85-1.51-.35 0-.68.18-.86.49l-1.37 2.28-1.38-2.29c-.18-.3-.5-.48-.85-.48-.78 0-1.26.85-.86 1.51l1.92 3.21-2.26 3.77c-.4.67.08 1.51.86 1.51.35 0 .68-.18.86-.49l1.71-2.85 1.71 2.85c.18.3.51.49.86.49h.01c.78 0 1.26-.85.86-1.51l-2.28-3.77z"})
"TimesOneMobiledataRounded"))
================================================
FILE: src/icons/reagent_mui/icons/times_one_mobiledata_sharp.cljs
================================================
(ns reagent-mui.icons.times-one-mobiledata-sharp
"Imports @mui/icons-material/TimesOneMobiledataSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def times-one-mobiledata-sharp (create-svg-icon (e "path" #js {"d" "M4 7h4v10H6V9H4V7zm11.83 4.72L18.66 7h-2.33l-1.66 2.77L13 7h-2.33l2.83 4.72L10.33 17h2.33l2-3.34 2 3.34H19l-3.17-5.28z"})
"TimesOneMobiledataSharp"))
================================================
FILE: src/icons/reagent_mui/icons/times_one_mobiledata_two_tone.cljs
================================================
(ns reagent-mui.icons.times-one-mobiledata-two-tone
"Imports @mui/icons-material/TimesOneMobiledataTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def times-one-mobiledata-two-tone (create-svg-icon (e "path" #js {"d" "M4 7h4v10H6V9H4V7zm11.83 4.72L18.66 7h-2.33l-1.66 2.77L13 7h-2.33l2.83 4.72L10.33 17h2.33l2-3.34 2 3.34H19l-3.17-5.28z"})
"TimesOneMobiledataTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tips_and_updates.cljs
================================================
(ns reagent-mui.icons.tips-and-updates
"Imports @mui/icons-material/TipsAndUpdates as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tips-and-updates (create-svg-icon (e "path" #js {"d" "M7 20h4c0 1.1-.9 2-2 2s-2-.9-2-2zm-2-1h8v-2H5v2zm11.5-9.5c0 3.82-2.66 5.86-3.77 6.5H5.27c-1.11-.64-3.77-2.68-3.77-6.5C1.5 5.36 4.86 2 9 2s7.5 3.36 7.5 7.5zm4.87-2.13L20 8l1.37.63L22 10l.63-1.37L24 8l-1.37-.63L22 6l-.63 1.37zM19 6l.94-2.06L22 3l-2.06-.94L19 0l-.94 2.06L16 3l2.06.94L19 6z"})
"TipsAndUpdates"))
================================================
FILE: src/icons/reagent_mui/icons/tips_and_updates_outlined.cljs
================================================
(ns reagent-mui.icons.tips-and-updates-outlined
"Imports @mui/icons-material/TipsAndUpdatesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tips-and-updates-outlined (create-svg-icon (e "path" #js {"d" "M7 20h4c0 1.1-.9 2-2 2s-2-.9-2-2zm-2-1h8v-2H5v2zm11.5-9.5c0 3.82-2.66 5.86-3.77 6.5H5.27c-1.11-.64-3.77-2.68-3.77-6.5C1.5 5.36 4.86 2 9 2s7.5 3.36 7.5 7.5zm-2 0C14.5 6.47 12.03 4 9 4S3.5 6.47 3.5 9.5c0 2.47 1.49 3.89 2.35 4.5h6.3c.86-.61 2.35-2.03 2.35-4.5zm6.87-2.13L20 8l1.37.63L22 10l.63-1.37L24 8l-1.37-.63L22 6l-.63 1.37zM19 6l.94-2.06L22 3l-2.06-.94L19 0l-.94 2.06L16 3l2.06.94L19 6z"})
"TipsAndUpdatesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tips_and_updates_rounded.cljs
================================================
(ns reagent-mui.icons.tips-and-updates-rounded
"Imports @mui/icons-material/TipsAndUpdatesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tips-and-updates-rounded (create-svg-icon (e "path" #js {"d" "M7 20h4c0 1.1-.9 2-2 2s-2-.9-2-2zm-2-2c0 .55.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1zm11.5-8.5c0 3.82-2.66 5.86-3.77 6.5H5.27c-1.11-.64-3.77-2.68-3.77-6.5C1.5 5.36 4.86 2 9 2s7.5 3.36 7.5 7.5zm4.87-2.13L20 8l1.37.63L22 10l.63-1.37L24 8l-1.37-.63L22 6l-.63 1.37zM19 6l.94-2.06L22 3l-2.06-.94L19 0l-.94 2.06L16 3l2.06.94L19 6z"})
"TipsAndUpdatesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tips_and_updates_sharp.cljs
================================================
(ns reagent-mui.icons.tips-and-updates-sharp
"Imports @mui/icons-material/TipsAndUpdatesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tips-and-updates-sharp (create-svg-icon (e "path" #js {"d" "M7 20h4c0 1.1-.9 2-2 2s-2-.9-2-2zm-2-1h8v-2H5v2zm11.5-9.5c0 3.82-2.66 5.86-3.77 6.5H5.27c-1.11-.64-3.77-2.68-3.77-6.5C1.5 5.36 4.86 2 9 2s7.5 3.36 7.5 7.5zm4.87-2.13L20 8l1.37.63L22 10l.63-1.37L24 8l-1.37-.63L22 6l-.63 1.37zM19 6l.94-2.06L22 3l-2.06-.94L19 0l-.94 2.06L16 3l2.06.94L19 6z"})
"TipsAndUpdatesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tips_and_updates_two_tone.cljs
================================================
(ns reagent-mui.icons.tips-and-updates-two-tone
"Imports @mui/icons-material/TipsAndUpdatesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tips-and-updates-two-tone (create-svg-icon [(e "path" #js {"d" "M14.5 9.5C14.5 6.47 12.03 4 9 4S3.5 6.47 3.5 9.5c0 2.47 1.49 3.89 2.35 4.5h6.3c.86-.61 2.35-2.03 2.35-4.5z", "opacity" ".3"}) (e "path" #js {"d" "M7 20h4c0 1.1-.9 2-2 2s-2-.9-2-2zm-2-1h8v-2H5v2zm11.5-9.5c0 3.82-2.66 5.86-3.77 6.5H5.27c-1.11-.64-3.77-2.68-3.77-6.5C1.5 5.36 4.86 2 9 2s7.5 3.36 7.5 7.5zm-2 0C14.5 6.47 12.03 4 9 4S3.5 6.47 3.5 9.5c0 2.47 1.49 3.89 2.35 4.5h6.3c.86-.61 2.35-2.03 2.35-4.5zm6.87-2.13L20 8l1.37.63L22 10l.63-1.37L24 8l-1.37-.63L22 6l-.63 1.37zM19 6l.94-2.06L22 3l-2.06-.94L19 0l-.94 2.06L16 3l2.06.94L19 6z"})]
"TipsAndUpdatesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tire_repair.cljs
================================================
(ns reagent-mui.icons.tire-repair
"Imports @mui/icons-material/TireRepair as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tire-repair (create-svg-icon [(e "path" #js {"d" "M18 7c0 .55.45 1 1 1 .28 0 .53-.11.71-.29.4-.4 1.04-2.46 1.04-2.46s-2.06.64-2.46 1.04c-.18.18-.29.43-.29.71z"}) (e "path" #js {"d" "M19 2c-2.76 0-5 2.24-5 5 0 2.05 1.23 3.81 3 4.58V13h1v5c0 .55-.45 1-1 1s-1-.45-1-1v-2c0-1.65-1.35-3-3-3-.35 0-.69.06-1 .17V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-3c0-.55.45-1 1-1s1 .45 1 1v2c0 1.65 1.35 3 3 3s3-1.35 3-3v-5h1v-1.42c1.77-.77 3-2.53 3-4.58 0-2.76-2.24-5-5-5zM6 19.5l-2-2v-2.83l2 2v2.83zm0-5-2-2V9.67l2 2v2.83zm0-5-2-2V4.67l2 2V9.5zm4 8-2 2v-2.83l2-2v2.83zm0-5-2 2v-2.83l2-2v2.83zm0-5-2 2V6.67l2-2V7.5zm9 2.5c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})]
"TireRepair"))
================================================
FILE: src/icons/reagent_mui/icons/tire_repair_outlined.cljs
================================================
(ns reagent-mui.icons.tire-repair-outlined
"Imports @mui/icons-material/TireRepairOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tire-repair-outlined (create-svg-icon (e "path" #js {"d" "M19 8c-.55 0-1-.45-1-1 0-.28.11-.53.29-.71.4-.4 2.46-1.04 2.46-1.04s-.64 2.06-1.04 2.46c-.18.18-.43.29-.71.29zm1 5v5c0 1.65-1.35 3-3 3s-3-1.35-3-3v-2c0-.55-.45-1-1-1s-1 .45-1 1v3c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v8.17c.31-.11.65-.17 1-.17 1.65 0 3 1.35 3 3v2c0 .55.45 1 1 1s1-.45 1-1v-5h-1v-1.42c-1.77-.77-3-2.53-3-4.58 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.05-1.23 3.81-3 4.58V13h-1zm2-6c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3zM10 7 8 9V6.17L9.17 5H4.83L6 6.17V9L4 7v2.17l2 2V14l-2-2v2.17l2 2V19l-2-2v2h6v-2l-2 2v-2.83l2-2V12l-2 2v-2.83l2-2V7z"})
"TireRepairOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tire_repair_rounded.cljs
================================================
(ns reagent-mui.icons.tire-repair-rounded
"Imports @mui/icons-material/TireRepairRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tire-repair-rounded (create-svg-icon [(e "path" #js {"d" "M18 7c0 .55.45 1 1 1 .28 0 .53-.11.71-.29.4-.4 1.04-2.46 1.04-2.46s-2.06.64-2.46 1.04c-.18.18-.29.43-.29.71z"}) (e "path" #js {"d" "M19 2c-2.76 0-5 2.24-5 5 0 2.05 1.23 3.81 3 4.58V12c0 .55.45 1 1 1v5c0 .55-.45 1-1 1s-1-.45-1-1v-3c0-1.65-1.35-3-3-3-.35 0-.69.06-1 .17V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-4c0-.55.45-1 1-1s1 .45 1 1v3c0 1.65 1.35 3 3 3s3-1.35 3-3v-5c.55 0 1-.45 1-1v-.42c1.77-.77 3-2.53 3-4.58 0-2.76-2.24-5-5-5zM6 19.5l-2-2v-2.83l2 2v2.83zm0-5-2-2V9.67l2 2v2.83zm0-5-2-2V4.67l2 2V9.5zm4 8-2 2v-2.83l2-2v2.83zm0-5-2 2v-2.83l2-2v2.83zm0-5-2 2V6.67l2-2V7.5zm9 2.5c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})]
"TireRepairRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tire_repair_sharp.cljs
================================================
(ns reagent-mui.icons.tire-repair-sharp
"Imports @mui/icons-material/TireRepairSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tire-repair-sharp (create-svg-icon [(e "path" #js {"d" "M18 7c0 .55.45 1 1 1 .28 0 .53-.11.71-.29.4-.4 1.04-2.46 1.04-2.46s-2.06.64-2.46 1.04c-.18.18-.29.43-.29.71z"}) (e "path" #js {"d" "M19 2c-2.76 0-5 2.24-5 5 0 2.05 1.23 3.81 3 4.58V13h1v6h-2v-6h-4V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-4h2v6h6v-8h1v-1.42c1.77-.77 3-2.53 3-4.58 0-2.76-2.24-5-5-5zM6 19.5l-2-2v-2.83l2 2v2.83zm0-5-2-2V9.67l2 2v2.83zm0-5-2-2V4.67l2 2V9.5zm4 8-2 2v-2.83l2-2v2.83zm0-5-2 2v-2.83l2-2v2.83zm0-5-2 2V6.67l2-2V7.5zm9 2.5c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})]
"TireRepairSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tire_repair_two_tone.cljs
================================================
(ns reagent-mui.icons.tire-repair-two-tone
"Imports @mui/icons-material/TireRepairTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tire-repair-two-tone (create-svg-icon [(e "path" #js {"d" "M19 8c-.55 0-1-.45-1-1 0-.28.11-.53.29-.71.4-.4 2.46-1.04 2.46-1.04s-.64 2.06-1.04 2.46c-.18.18-.43.29-.71.29zm1 5v5c0 1.65-1.35 3-3 3s-3-1.35-3-3v-2c0-.55-.45-1-1-1s-1 .45-1 1v3c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v8.17c.31-.11.65-.17 1-.17 1.65 0 3 1.35 3 3v2c0 .55.45 1 1 1s1-.45 1-1v-5h-1v-1.42c-1.77-.77-3-2.53-3-4.58 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.05-1.23 3.81-3 4.58V13h-1zm2-6c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3zM10 7 8 9V6.17L9.17 5H4.83L6 6.17V9L4 7v2.17l2 2V14l-2-2v2.17l2 2V19l-2-2v2h6v-2l-2 2v-2.83l2-2V12l-2 2v-2.83l2-2V7z"}) (e "path" #js {"d" "M10 7 8 9V6.17L9.17 5H4.83L6 6.17V9L4 7v2.17l2 2V14l-2-2v2.17l2 2V19l-2-2v2h6v-2l-2 2v-2.83l2-2V12l-2 2v-2.83l2-2V7zm9-3c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm.71 3.71c-.18.18-.43.29-.71.29-.55 0-1-.45-1-1 0-.28.11-.53.29-.71.4-.4 2.46-1.04 2.46-1.04s-.64 2.06-1.04 2.46z", "opacity" ".3"})]
"TireRepairTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/title.cljs
================================================
(ns reagent-mui.icons.title
"Imports @mui/icons-material/Title as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def title (create-svg-icon (e "path" #js {"d" "M5 4v3h5.5v12h3V7H19V4z"})
"Title"))
================================================
FILE: src/icons/reagent_mui/icons/title_outlined.cljs
================================================
(ns reagent-mui.icons.title-outlined
"Imports @mui/icons-material/TitleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def title-outlined (create-svg-icon (e "path" #js {"d" "M5 4v3h5.5v12h3V7H19V4H5z"})
"TitleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/title_rounded.cljs
================================================
(ns reagent-mui.icons.title-rounded
"Imports @mui/icons-material/TitleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def title-rounded (create-svg-icon (e "path" #js {"d" "M5 5.5C5 6.33 5.67 7 6.5 7h4v10.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V7h4c.83 0 1.5-.67 1.5-1.5S18.33 4 17.5 4h-11C5.67 4 5 4.67 5 5.5z"})
"TitleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/title_sharp.cljs
================================================
(ns reagent-mui.icons.title-sharp
"Imports @mui/icons-material/TitleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def title-sharp (create-svg-icon (e "path" #js {"d" "M5 4v3h5.5v12h3V7H19V4H5z"})
"TitleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/title_two_tone.cljs
================================================
(ns reagent-mui.icons.title-two-tone
"Imports @mui/icons-material/TitleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def title-two-tone (create-svg-icon (e "path" #js {"d" "M5 7h5.5v12h3V7H19V4H5z"})
"TitleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/toc.cljs
================================================
(ns reagent-mui.icons.toc
"Imports @mui/icons-material/Toc as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toc (create-svg-icon (e "path" #js {"d" "M3 9h14V7H3v2zm0 4h14v-2H3v2zm0 4h14v-2H3v2zm16 0h2v-2h-2v2zm0-10v2h2V7h-2zm0 6h2v-2h-2v2z"})
"Toc"))
================================================
FILE: src/icons/reagent_mui/icons/toc_outlined.cljs
================================================
(ns reagent-mui.icons.toc-outlined
"Imports @mui/icons-material/TocOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toc-outlined (create-svg-icon (e "path" #js {"d" "M3 9h14V7H3v2zm0 4h14v-2H3v2zm0 4h14v-2H3v2zm16 0h2v-2h-2v2zm0-10v2h2V7h-2zm0 6h2v-2h-2v2z"})
"TocOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/toc_rounded.cljs
================================================
(ns reagent-mui.icons.toc-rounded
"Imports @mui/icons-material/TocRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toc-rounded (create-svg-icon (e "path" #js {"d" "M4 9h12c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h12c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h12c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm15 0h2v-2h-2v2zm0-10v2h2V7h-2zm0 6h2v-2h-2v2z"})
"TocRounded"))
================================================
FILE: src/icons/reagent_mui/icons/toc_sharp.cljs
================================================
(ns reagent-mui.icons.toc-sharp
"Imports @mui/icons-material/TocSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toc-sharp (create-svg-icon (e "path" #js {"d" "M3 9h14V7H3v2zm0 4h14v-2H3v2zm0 4h14v-2H3v2zm16 0h2v-2h-2v2zm0-10v2h2V7h-2zm0 6h2v-2h-2v2zM3 9h14V7H3v2zm0 4h14v-2H3v2zm0 4h14v-2H3v2zm16 0h2v-2h-2v2zm0-10v2h2V7h-2zm0 6h2v-2h-2v2z"})
"TocSharp"))
================================================
FILE: src/icons/reagent_mui/icons/toc_two_tone.cljs
================================================
(ns reagent-mui.icons.toc-two-tone
"Imports @mui/icons-material/TocTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toc-two-tone (create-svg-icon (e "path" #js {"d" "M3 9h14V7H3v2zm0 4h14v-2H3v2zm0 4h14v-2H3v2zm16 0h2v-2h-2v2zm0-10v2h2V7h-2zm0 6h2v-2h-2v2z"})
"TocTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/today.cljs
================================================
(ns reagent-mui.icons.today
"Imports @mui/icons-material/Today as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def today (create-svg-icon (e "path" #js {"d" "M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"})
"Today"))
================================================
FILE: src/icons/reagent_mui/icons/today_outlined.cljs
================================================
(ns reagent-mui.icons.today-outlined
"Imports @mui/icons-material/TodayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def today-outlined (create-svg-icon (e "path" #js {"d" "M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V9h14v10zm0-12H5V5h14v2zM7 11h5v5H7z"})
"TodayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/today_rounded.cljs
================================================
(ns reagent-mui.icons.today-rounded
"Imports @mui/icons-material/TodayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def today-rounded (create-svg-icon (e "path" #js {"d" "M19 3h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1H8V2c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H6c-.55 0-1-.45-1-1V8h14v10c0 .55-.45 1-1 1zM8 10h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1z"})
"TodayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/today_sharp.cljs
================================================
(ns reagent-mui.icons.today-sharp
"Imports @mui/icons-material/TodaySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def today-sharp (create-svg-icon (e "path" #js {"d" "M21 3h-3V1h-2v2H8V1H6v2H3v18h18V3zm-2 16H5V8h14v11zM7 10h5v5H7v-5z"})
"TodaySharp"))
================================================
FILE: src/icons/reagent_mui/icons/today_two_tone.cljs
================================================
(ns reagent-mui.icons.today-two-tone
"Imports @mui/icons-material/TodayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def today-two-tone (create-svg-icon [(e "path" #js {"d" "M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V9h14v10zm0-12H5V5h14v2zm-7 4H7v5h5v-5z"}) (e "path" #js {"d" "M5 5h14v2H5z", "opacity" ".3"})]
"TodayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/toggle_off.cljs
================================================
(ns reagent-mui.icons.toggle-off
"Imports @mui/icons-material/ToggleOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toggle-off (create-svg-icon (e "path" #js {"d" "M17 7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h10c2.76 0 5-2.24 5-5s-2.24-5-5-5zM7 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"ToggleOff"))
================================================
FILE: src/icons/reagent_mui/icons/toggle_off_outlined.cljs
================================================
(ns reagent-mui.icons.toggle-off-outlined
"Imports @mui/icons-material/ToggleOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toggle-off-outlined (create-svg-icon (e "path" #js {"d" "M17 6H7c-3.31 0-6 2.69-6 6s2.69 6 6 6h10c3.31 0 6-2.69 6-6s-2.69-6-6-6zm0 10H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4zM7 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"ToggleOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/toggle_off_rounded.cljs
================================================
(ns reagent-mui.icons.toggle-off-rounded
"Imports @mui/icons-material/ToggleOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toggle-off-rounded (create-svg-icon (e "path" #js {"d" "M17 7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h10c2.76 0 5-2.24 5-5s-2.24-5-5-5zM7 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"ToggleOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/toggle_off_sharp.cljs
================================================
(ns reagent-mui.icons.toggle-off-sharp
"Imports @mui/icons-material/ToggleOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toggle-off-sharp (create-svg-icon (e "path" #js {"d" "M17 7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h10c2.76 0 5-2.24 5-5s-2.24-5-5-5zM7 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"ToggleOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/toggle_off_two_tone.cljs
================================================
(ns reagent-mui.icons.toggle-off-two-tone
"Imports @mui/icons-material/ToggleOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toggle-off-two-tone (create-svg-icon [(e "path" #js {"d" "M17 8H7c-2.21 0-4 1.79-4 4s1.79 4 4 4h10c2.21 0 4-1.79 4-4s-1.79-4-4-4zM7 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z", "opacity" ".3"}) (e "path" #js {"d" "M17 6H7c-3.31 0-6 2.69-6 6s2.69 6 6 6h10c3.31 0 6-2.69 6-6s-2.69-6-6-6zm0 10H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4zM7 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})]
"ToggleOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/toggle_on.cljs
================================================
(ns reagent-mui.icons.toggle-on
"Imports @mui/icons-material/ToggleOn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toggle-on (create-svg-icon (e "path" #js {"d" "M17 7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h10c2.76 0 5-2.24 5-5s-2.24-5-5-5zm0 8c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"ToggleOn"))
================================================
FILE: src/icons/reagent_mui/icons/toggle_on_outlined.cljs
================================================
(ns reagent-mui.icons.toggle-on-outlined
"Imports @mui/icons-material/ToggleOnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toggle-on-outlined (create-svg-icon (e "path" #js {"d" "M17 6H7c-3.31 0-6 2.69-6 6s2.69 6 6 6h10c3.31 0 6-2.69 6-6s-2.69-6-6-6zm0 10H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4zm0-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"ToggleOnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/toggle_on_rounded.cljs
================================================
(ns reagent-mui.icons.toggle-on-rounded
"Imports @mui/icons-material/ToggleOnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toggle-on-rounded (create-svg-icon (e "path" #js {"d" "M17 7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h10c2.76 0 5-2.24 5-5s-2.24-5-5-5zm0 8c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"ToggleOnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/toggle_on_sharp.cljs
================================================
(ns reagent-mui.icons.toggle-on-sharp
"Imports @mui/icons-material/ToggleOnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toggle-on-sharp (create-svg-icon (e "path" #js {"d" "M17 7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h10c2.76 0 5-2.24 5-5s-2.24-5-5-5zm0 8c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})
"ToggleOnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/toggle_on_two_tone.cljs
================================================
(ns reagent-mui.icons.toggle-on-two-tone
"Imports @mui/icons-material/ToggleOnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toggle-on-two-tone (create-svg-icon [(e "path" #js {"d" "M17 8H7c-2.21 0-4 1.79-4 4s1.79 4 4 4h10c2.21 0 4-1.79 4-4s-1.79-4-4-4zm0 7c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z", "opacity" ".3"}) (e "path" #js {"d" "M17 6H7c-3.31 0-6 2.69-6 6s2.69 6 6 6h10c3.31 0 6-2.69 6-6s-2.69-6-6-6zm0 10H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4zm0-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})]
"ToggleOnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/token.cljs
================================================
(ns reagent-mui.icons.token
"Imports @mui/icons-material/Token as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def token (create-svg-icon (e "path" #js {"d" "M19.97 6.43 12 2 4.03 6.43 9.1 9.24C9.83 8.48 10.86 8 12 8s2.17.48 2.9 1.24l5.07-2.81zM10 12c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm1 9.44L3 17V8.14l5.13 2.85c-.09.32-.13.66-.13 1.01 0 1.86 1.27 3.43 3 3.87v5.57zm2 0v-5.57c1.73-.44 3-2.01 3-3.87 0-.35-.04-.69-.13-1.01L21 8.14V17l-8 4.44z"})
"Token"))
================================================
FILE: src/icons/reagent_mui/icons/token_outlined.cljs
================================================
(ns reagent-mui.icons.token-outlined
"Imports @mui/icons-material/TokenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def token-outlined (create-svg-icon (e "path" #js {"d" "m21 7-9-5-9 5v10l9 5 9-5V7zm-9-2.71 5.91 3.28-3.01 1.67C14.17 8.48 13.14 8 12 8s-2.17.48-2.9 1.24L6.09 7.57 12 4.29zm-1 14.87-6-3.33V9.26L8.13 11c-.09.31-.13.65-.13 1 0 1.86 1.27 3.43 3 3.87v3.29zM10 12c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm3 7.16v-3.28c1.73-.44 3-2.01 3-3.87 0-.35-.04-.69-.13-1.01L19 9.26v6.57l-6 3.33z"})
"TokenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/token_rounded.cljs
================================================
(ns reagent-mui.icons.token-rounded
"Imports @mui/icons-material/TokenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def token-rounded (create-svg-icon (e "path" #js {"d" "M12.97 2.54c-.6-.34-1.34-.34-1.94 0l-7 3.89L9.1 9.24C9.83 8.48 10.86 8 12 8s2.17.48 2.9 1.24l5.07-2.82-7-3.88zM10 12c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM3 8.14l5.13 2.85c-.09.32-.13.66-.13 1.01 0 1.86 1.27 3.43 3 3.87v5.57l-6.97-3.87C3.39 17.22 3 16.55 3 15.82V8.14zm10 13.3v-5.57c1.73-.44 3-2.01 3-3.87 0-.35-.04-.69-.13-1.01L21 8.14v7.68c0 .73-.39 1.4-1.03 1.75L13 21.44z"})
"TokenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/token_sharp.cljs
================================================
(ns reagent-mui.icons.token-sharp
"Imports @mui/icons-material/TokenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def token-sharp (create-svg-icon (e "path" #js {"d" "M19.97 6.43 12 2 4.03 6.43 9.1 9.24C9.83 8.48 10.86 8 12 8s2.17.48 2.9 1.24l5.07-2.81zM10 12c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm1 9.44L3 17V8.14l5.13 2.85c-.09.32-.13.66-.13 1.01 0 1.86 1.27 3.43 3 3.87v5.57zm2 0v-5.57c1.73-.44 3-2.01 3-3.87 0-.35-.04-.69-.13-1.01L21 8.14V17l-8 4.44z"})
"TokenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/token_two_tone.cljs
================================================
(ns reagent-mui.icons.token-two-tone
"Imports @mui/icons-material/TokenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def token-two-tone (create-svg-icon [(e "path" #js {"d" "m12 4.29 5.91 3.28-3.01 1.67C14.17 8.48 13.14 8 12 8s-2.17.48-2.9 1.24L6.09 7.57 12 4.29zm-1 14.87-6-3.33V9.26L8.13 11c-.09.31-.13.65-.13 1 0 1.86 1.27 3.43 3 3.87v3.29zM10 12c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm3 7.16v-3.28c1.73-.44 3-2.01 3-3.87 0-.35-.04-.69-.13-1.01L19 9.26v6.57l-6 3.33z", "opacity" ".3"}) (e "path" #js {"d" "m21 7-9-5-9 5v10l9 5 9-5V7zm-9-2.71 5.91 3.28-3.01 1.67C14.17 8.48 13.14 8 12 8s-2.17.48-2.9 1.24L6.09 7.57 12 4.29zm-1 14.87-6-3.33V9.26L8.13 11c-.09.31-.13.65-.13 1 0 1.86 1.27 3.43 3 3.87v3.29zM10 12c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm3 7.16v-3.28c1.73-.44 3-2.01 3-3.87 0-.35-.04-.69-.13-1.01L19 9.26v6.57l-6 3.33z"})]
"TokenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/toll.cljs
================================================
(ns reagent-mui.icons.toll
"Imports @mui/icons-material/Toll as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toll (create-svg-icon (e "path" #js {"d" "M15 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zM3 12c0-2.61 1.67-4.83 4-5.65V4.26C3.55 5.15 1 8.27 1 12s2.55 6.85 6 7.74v-2.09c-2.33-.82-4-3.04-4-5.65z"})
"Toll"))
================================================
FILE: src/icons/reagent_mui/icons/toll_outlined.cljs
================================================
(ns reagent-mui.icons.toll-outlined
"Imports @mui/icons-material/TollOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toll-outlined (create-svg-icon (e "path" #js {"d" "M15 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zM3 12c0-2.61 1.67-4.83 4-5.65V4.26C3.55 5.15 1 8.27 1 12s2.55 6.85 6 7.74v-2.09c-2.33-.82-4-3.04-4-5.65z"})
"TollOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/toll_rounded.cljs
================================================
(ns reagent-mui.icons.toll-rounded
"Imports @mui/icons-material/TollRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toll-rounded (create-svg-icon (e "path" #js {"d" "M15 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zM3 12c0-2.39 1.4-4.46 3.43-5.42.34-.16.57-.47.57-.84v-.19c0-.68-.71-1.11-1.32-.82C2.92 5.99 1 8.77 1 12s1.92 6.01 4.68 7.27c.61.28 1.32-.14 1.32-.82v-.18c0-.37-.23-.69-.57-.85C4.4 16.46 3 14.39 3 12z"})
"TollRounded"))
================================================
FILE: src/icons/reagent_mui/icons/toll_sharp.cljs
================================================
(ns reagent-mui.icons.toll-sharp
"Imports @mui/icons-material/TollSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toll-sharp (create-svg-icon (e "path" #js {"d" "M15 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zM3 12c0-2.61 1.67-4.83 4-5.65V4.26C3.55 5.15 1 8.27 1 12s2.55 6.85 6 7.74v-2.09c-2.33-.82-4-3.04-4-5.65z"})
"TollSharp"))
================================================
FILE: src/icons/reagent_mui/icons/toll_two_tone.cljs
================================================
(ns reagent-mui.icons.toll-two-tone
"Imports @mui/icons-material/TollTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toll-two-tone (create-svg-icon [(e "path" #js {"d" "M15 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z", "opacity" ".3"}) (e "path" #js {"d" "M15 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zM3 12c0-2.61 1.67-4.83 4-5.65V4.26C3.55 5.15 1 8.27 1 12c0 3.73 2.55 6.85 6 7.74v-2.09c-2.33-.82-4-3.04-4-5.65z"})]
"TollTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tonality.cljs
================================================
(ns reagent-mui.icons.tonality
"Imports @mui/icons-material/Tonality as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tonality (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.94-.49-7-3.85-7-7.93s3.05-7.44 7-7.93v15.86zm2-15.86c1.03.13 2 .45 2.87.93H13v-.93zM13 7h5.24c.25.31.48.65.68 1H13V7zm0 3h6.74c.08.33.15.66.19 1H13v-1zm0 9.93V19h2.87c-.87.48-1.84.8-2.87.93zM18.24 17H13v-1h5.92c-.2.35-.43.69-.68 1zm1.5-3H13v-1h6.93c-.04.34-.11.67-.19 1z"})
"Tonality"))
================================================
FILE: src/icons/reagent_mui/icons/tonality_outlined.cljs
================================================
(ns reagent-mui.icons.tonality-outlined
"Imports @mui/icons-material/TonalityOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tonality-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.94-.49-7-3.85-7-7.93s3.05-7.44 7-7.93v15.86zm2-15.86c1.03.13 2 .45 2.87.93H13v-.93zM13 7h5.24c.25.31.48.65.68 1H13V7zm0 3h6.74c.08.33.15.66.19 1H13v-1zm0 9.93V19h2.87c-.87.48-1.84.8-2.87.93zM18.24 17H13v-1h5.92c-.2.35-.43.69-.68 1zm1.5-3H13v-1h6.93c-.04.34-.11.67-.19 1z"})
"TonalityOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tonality_rounded.cljs
================================================
(ns reagent-mui.icons.tonality-rounded
"Imports @mui/icons-material/TonalityRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tonality-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.94-.49-7-3.85-7-7.93s3.05-7.44 7-7.93v15.86zm2-15.86c1.03.13 2 .45 2.87.93H13v-.93zM13 7h5.24c.25.31.48.65.68 1H13V7zm0 3h6.74c.08.33.15.66.19 1H13v-1zm0 9.93V19h2.87c-.87.48-1.84.8-2.87.93zM18.24 17H13v-1h5.92c-.2.35-.43.69-.68 1zm1.5-3H13v-1h6.93c-.04.34-.11.67-.19 1z"})
"TonalityRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tonality_sharp.cljs
================================================
(ns reagent-mui.icons.tonality-sharp
"Imports @mui/icons-material/TonalitySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tonality-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.94-.49-7-3.85-7-7.93s3.05-7.44 7-7.93v15.86zm2-15.86c1.03.13 2 .45 2.87.93H13v-.93zM13 7h5.24c.25.31.48.65.68 1H13V7zm0 3h6.74c.08.33.15.66.19 1H13v-1zm0 9.93V19h2.87c-.87.48-1.84.8-2.87.93zM18.24 17H13v-1h5.92c-.2.35-.43.69-.68 1zm1.5-3H13v-1h6.93c-.04.34-.11.67-.19 1z"})
"TonalitySharp"))
================================================
FILE: src/icons/reagent_mui/icons/tonality_two_tone.cljs
================================================
(ns reagent-mui.icons.tonality-two-tone
"Imports @mui/icons-material/TonalityTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tonality-two-tone (create-svg-icon [(e "path" #js {"d" "M4 12c0 4.08 3.06 7.44 7 7.93V4.07C7.05 4.56 4 7.92 4 12z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.94-.49-7-3.85-7-7.93s3.05-7.44 7-7.93v15.86zm2-15.86c1.03.13 2 .45 2.87.93H13v-.93zM13 7h5.24c.25.31.48.65.68 1H13V7zm0 3h6.74c.08.33.15.66.19 1H13v-1zm0 9.93V19h2.87c-.87.48-1.84.8-2.87.93zM18.24 17H13v-1h5.92c-.2.35-.43.69-.68 1zm1.5-3H13v-1h6.93c-.04.34-.11.67-.19 1z"})]
"TonalityTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/topic.cljs
================================================
(ns reagent-mui.icons.topic
"Imports @mui/icons-material/Topic as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def topic (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-6 10H6v-2h8v2zm4-4H6v-2h12v2z"})
"Topic"))
================================================
FILE: src/icons/reagent_mui/icons/topic_outlined.cljs
================================================
(ns reagent-mui.icons.topic-outlined
"Imports @mui/icons-material/TopicOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def topic-outlined (create-svg-icon (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16.77c.68 0 1.23-.56 1.23-1.23V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l2 2H20v10zm-2-6H6v-2h12v2zm-4 4H6v-2h8v2z"})
"TopicOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/topic_rounded.cljs
================================================
(ns reagent-mui.icons.topic-rounded
"Imports @mui/icons-material/TopicRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def topic-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-8l-1.41-1.41C10.21 4.21 9.7 4 9.17 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-7 10H7c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1zm4-4H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1z"})
"TopicRounded"))
================================================
FILE: src/icons/reagent_mui/icons/topic_sharp.cljs
================================================
(ns reagent-mui.icons.topic-sharp
"Imports @mui/icons-material/TopicSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def topic-sharp (create-svg-icon (e "path" #js {"d" "m12 6-2-2H2v16h20V6H12zm2 10H6v-2h8v2zm4-4H6v-2h12v2z"})
"TopicSharp"))
================================================
FILE: src/icons/reagent_mui/icons/topic_two_tone.cljs
================================================
(ns reagent-mui.icons.topic-two-tone
"Imports @mui/icons-material/TopicTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def topic-two-tone (create-svg-icon [(e "path" #js {"d" "M20 18H4V6h5.17l2 2H20v10zm-2-6H6v-2h12v2zm-4 4H6v-2h8v2z", "opacity" ".3"}) (e "path" #js {"d" "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16.77c.68 0 1.23-.56 1.23-1.23V8c0-1.1-.9-2-2-2zm0 12H4V6h5.17l2 2H20v10zm-2-6H6v-2h12v2zm-4 4H6v-2h8v2z"})]
"TopicTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tornado.cljs
================================================
(ns reagent-mui.icons.tornado
"Imports @mui/icons-material/Tornado as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tornado (create-svg-icon (e "path" #js {"d" "M20.11 8 23 3H1l2.89 5zM7.95 15 12 22l4.05-7zm11-5H5.05l1.74 3h10.42z"})
"Tornado"))
================================================
FILE: src/icons/reagent_mui/icons/tornado_outlined.cljs
================================================
(ns reagent-mui.icons.tornado-outlined
"Imports @mui/icons-material/TornadoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tornado-outlined (create-svg-icon (e "path" #js {"d" "M23 3H1l11 19L23 3zm-3.47 2-1.74 3H6.21L4.47 5h15.06zm-9.27 10h3.48L12 18.01 10.26 15zm4.64-2H9.1l-1.74-3h9.27l-1.73 3z"})
"TornadoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tornado_rounded.cljs
================================================
(ns reagent-mui.icons.tornado-rounded
"Imports @mui/icons-material/TornadoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tornado-rounded (create-svg-icon (e "path" #js {"d" "m20.11 8 1.16-2c.77-1.33-.19-3-1.73-3H4.47c-1.54 0-2.5 1.67-1.73 3L3.9 8h16.21zM7.95 15l2.32 4.01c.77 1.33 2.69 1.33 3.46 0L16.05 15h-8.1zm11-5H5.05l1.74 3h10.42z"})
"TornadoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tornado_sharp.cljs
================================================
(ns reagent-mui.icons.tornado-sharp
"Imports @mui/icons-material/TornadoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tornado-sharp (create-svg-icon (e "path" #js {"d" "M20.11 8 23 3H1l2.89 5zM7.95 15 12 22l4.05-7zm11-5H5.05l1.74 3h10.42z"})
"TornadoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tornado_two_tone.cljs
================================================
(ns reagent-mui.icons.tornado-two-tone
"Imports @mui/icons-material/TornadoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tornado-two-tone (create-svg-icon [(e "path" #js {"d" "M9.1 13h5.8l1.74-3H7.36zm2.9 5.01L13.74 15h-3.48zM4.47 5l1.74 3h11.58l1.74-3z", "opacity" ".3"}) (e "path" #js {"d" "m1 3 11 19L23 3H1zm11 15.01L10.26 15h3.48L12 18.01zM14.9 13H9.1l-1.74-3h9.27l-1.73 3zM6.21 8 4.47 5h15.06l-1.74 3H6.21z"})]
"TornadoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/touch_app.cljs
================================================
(ns reagent-mui.icons.touch-app
"Imports @mui/icons-material/TouchApp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def touch-app (create-svg-icon (e "path" #js {"d" "M9 11.24V7.5C9 6.12 10.12 5 11.5 5S14 6.12 14 7.5v3.74c1.21-.81 2-2.18 2-3.74C16 5.01 13.99 3 11.5 3S7 5.01 7 7.5c0 1.56.79 2.93 2 3.74zm9.84 4.63-4.54-2.26c-.17-.07-.35-.11-.54-.11H13v-6c0-.83-.67-1.5-1.5-1.5S10 6.67 10 7.5v10.74c-3.6-.76-3.54-.75-3.67-.75-.31 0-.59.13-.79.33l-.79.8 4.94 4.94c.27.27.65.44 1.06.44h6.79c.75 0 1.33-.55 1.44-1.28l.75-5.27c.01-.07.02-.14.02-.2 0-.62-.38-1.16-.91-1.38z"})
"TouchApp"))
================================================
FILE: src/icons/reagent_mui/icons/touch_app_outlined.cljs
================================================
(ns reagent-mui.icons.touch-app-outlined
"Imports @mui/icons-material/TouchAppOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def touch-app-outlined (create-svg-icon (e "path" #js {"d" "m18.19 12.44-3.24-1.62c1.29-1 2.12-2.56 2.12-4.32 0-3.03-2.47-5.5-5.5-5.5s-5.5 2.47-5.5 5.5c0 2.13 1.22 3.98 3 4.89v3.26c-2.15-.46-2.02-.44-2.26-.44-.53 0-1.03.21-1.41.59L4 16.22l5.09 5.09c.43.44 1.03.69 1.65.69h6.3c.98 0 1.81-.7 1.97-1.67l.8-4.71c.22-1.3-.43-2.58-1.62-3.18zm-.35 2.85-.8 4.71h-6.3c-.09 0-.17-.04-.24-.1l-3.68-3.68 4.25.89V6.5c0-.28.22-.5.5-.5s.5.22.5.5v6h1.76l3.46 1.73c.4.2.62.63.55 1.06zM8.07 6.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 .95-.38 1.81-1 2.44V6.5c0-1.38-1.12-2.5-2.5-2.5s-2.5 1.12-2.5 2.5v2.44c-.62-.63-1-1.49-1-2.44z"})
"TouchAppOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/touch_app_rounded.cljs
================================================
(ns reagent-mui.icons.touch-app-rounded
"Imports @mui/icons-material/TouchAppRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def touch-app-rounded (create-svg-icon (e "path" #js {"d" "M8.79 9.24V5.5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v3.74c1.21-.81 2-2.18 2-3.74 0-2.49-2.01-4.5-4.5-4.5s-4.5 2.01-4.5 4.5c0 1.56.79 2.93 2 3.74zm5.5 2.47c-.28-.14-.58-.21-.89-.21h-.61v-6c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v10.74l-3.44-.72c-.37-.08-.76.04-1.03.31-.43.44-.43 1.14 0 1.58l4.01 4.01c.38.37.89.58 1.42.58h6.1c1 0 1.84-.73 1.98-1.72l.63-4.47c.12-.85-.32-1.69-1.09-2.07l-4.08-2.03z"})
"TouchAppRounded"))
================================================
FILE: src/icons/reagent_mui/icons/touch_app_sharp.cljs
================================================
(ns reagent-mui.icons.touch-app-sharp
"Imports @mui/icons-material/TouchAppSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def touch-app-sharp (create-svg-icon (e "path" #js {"d" "M8.25 9.24V5.5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v3.74c1.21-.81 2-2.18 2-3.74 0-2.49-2.01-4.5-4.5-4.5s-4.5 2.01-4.5 4.5c0 1.56.79 2.93 2 3.74zm5.08 2.26h-1.08v-6c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v10.74l-4.04-.85L4 16.62 9.38 22h8.67l1.07-7.62-5.79-2.88z"})
"TouchAppSharp"))
================================================
FILE: src/icons/reagent_mui/icons/touch_app_two_tone.cljs
================================================
(ns reagent-mui.icons.touch-app-two-tone
"Imports @mui/icons-material/TouchAppTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def touch-app-two-tone (create-svg-icon [(e "path" #js {"d" "m18.19 12.44-3.24-1.62c1.29-1 2.12-2.56 2.12-4.32 0-3.03-2.47-5.5-5.5-5.5s-5.5 2.47-5.5 5.5c0 2.13 1.22 3.98 3 4.89v3.26c-2.08-.44-2.01-.44-2.26-.44-.53 0-1.03.21-1.41.59L4 16.22l5.09 5.09c.43.44 1.03.69 1.65.69h6.3c.98 0 1.81-.7 1.97-1.67l.8-4.71c.22-1.3-.43-2.58-1.62-3.18zM8.07 6.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 .95-.38 1.81-1 2.44V6.5c0-1.38-1.12-2.5-2.5-2.5s-2.5 1.12-2.5 2.5v2.44c-.62-.63-1-1.49-1-2.44zm9.77 8.79-.8 4.71h-6.3c-.09 0-.17-.04-.24-.1l-3.68-3.68 4.25.89V6.5c0-.28.22-.5.5-.5s.5.22.5.5v6h1.76l3.46 1.73c.4.2.62.63.55 1.06z"}) (e "path" #js {"d" "m17.3 14.23-3.46-1.73h-1.77v-6c0-.28-.22-.5-.5-.5s-.5.22-.5.5v10.61l-4.25-.89 3.68 3.68c.06.06.15.1.24.1h6.3l.8-4.71c.07-.43-.15-.86-.54-1.06z", "opacity" ".3"})]
"TouchAppTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tour.cljs
================================================
(ns reagent-mui.icons.tour
"Imports @mui/icons-material/Tour as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tour (create-svg-icon (e "path" #js {"d" "M21 4H7V2H5v20h2v-8h14l-2-5 2-5zm-6 5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2z"})
"Tour"))
================================================
FILE: src/icons/reagent_mui/icons/tour_outlined.cljs
================================================
(ns reagent-mui.icons.tour-outlined
"Imports @mui/icons-material/TourOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tour-outlined (create-svg-icon (e "path" #js {"d" "M21 4H7V2H5v20h2v-8h14l-2-5 2-5zm-3.86 5.74.9 2.26H7V6h11.05l-.9 2.26-.3.74.29.74zM14 9c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2z"})
"TourOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tour_rounded.cljs
================================================
(ns reagent-mui.icons.tour-rounded
"Imports @mui/icons-material/TourRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tour-rounded (create-svg-icon (e "path" #js {"d" "M20.45 5.37c.26-.66-.22-1.37-.93-1.37H7V3c0-.55-.45-1-1-1s-1 .45-1 1v19h2v-8h12.52c.71 0 1.19-.71.93-1.37L19 9l1.45-3.63zM15 9c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2z"})
"TourRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tour_sharp.cljs
================================================
(ns reagent-mui.icons.tour-sharp
"Imports @mui/icons-material/TourSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tour-sharp (create-svg-icon (e "path" #js {"d" "M21 4H7V2H5v20h2v-8h14l-2-5 2-5zm-6 5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2z"})
"TourSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tour_two_tone.cljs
================================================
(ns reagent-mui.icons.tour-two-tone
"Imports @mui/icons-material/TourTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tour-two-tone (create-svg-icon [(e "path" #js {"d" "M7 12V6h11.05l-1.2 3 1.2 3z", "opacity" ".3"}) (e "path" #js {"d" "M21 4H7V2H5v20h2v-8h14l-2-5 2-5zM7 12V6h11.05l-1.2 3 1.2 3H7zm7-3c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2z"})]
"TourTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/toys.cljs
================================================
(ns reagent-mui.icons.toys
"Imports @mui/icons-material/Toys as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toys (create-svg-icon (e "path" #js {"d" "M22 14c0-1.95-1.4-3.57-3.25-3.92L17.4 6.05C17 4.82 15.85 4 14.56 4H9.44C8.15 4 7 4.82 6.6 6.05L5.81 8.4 4.41 7l.29-.29c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-2 2c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l.3-.3 1.79 1.79C3.18 10.72 2 12.22 2 14c0 1.5.83 2.79 2.05 3.48C4.28 18.9 5.51 20 7 20c1.3 0 2.4-.84 2.82-2h4.37c.41 1.16 1.51 2 2.82 2 1.49 0 2.72-1.1 2.95-2.52C21.17 16.79 22 15.5 22 14zM7 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4-8H7.41l-.02-.02 1.1-3.3c.14-.41.52-.68.95-.68H11v4zm2-4h1.56c.43 0 .81.27.95.68l1.1 3.32H13V6zm4 12c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"Toys"))
================================================
FILE: src/icons/reagent_mui/icons/toys_outlined.cljs
================================================
(ns reagent-mui.icons.toys-outlined
"Imports @mui/icons-material/ToysOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toys-outlined (create-svg-icon (e "path" #js {"d" "M18.75 10.08 17.4 6.05C17 4.82 15.85 4 14.56 4H9.44C8.15 4 7 4.82 6.6 6.05L5.81 8.4 4.41 7l.29-.29c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-2 2c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l.3-.3 1.79 1.79C3.18 10.72 2 12.22 2 14c0 1.49.83 2.78 2.05 3.47C4.27 18.9 5.51 20 7 20c1.3 0 2.4-.84 2.82-2h4.37c.41 1.16 1.51 2 2.82 2 1.49 0 2.73-1.1 2.95-2.53C21.17 16.78 22 15.49 22 14c0-1.95-1.4-3.57-3.25-3.92zM13 6h1.56c.43 0 .81.27.95.68l1.1 3.32H13V6zm-4.51.68c.14-.41.52-.68.95-.68H11v4H7.41l-.02-.02 1.1-3.3zM7 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm10 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2.49-2.68C18.95 14.53 18.03 14 17 14c-1.3 0-2.4.84-2.82 2H9.82C9.4 14.84 8.3 14 7 14c-1.03 0-1.95.53-2.49 1.32C4.2 14.97 4 14.51 4 14c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2 0 .51-.2.97-.51 1.32z"})
"ToysOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/toys_rounded.cljs
================================================
(ns reagent-mui.icons.toys-rounded
"Imports @mui/icons-material/ToysRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toys-rounded (create-svg-icon (e "path" #js {"d" "M22 14c0-1.95-1.4-3.57-3.25-3.92L17.4 6.05C17 4.82 15.85 4 14.56 4H9.44C8.15 4 7 4.82 6.6 6.05L5.81 8.4 4.41 7l.29-.29c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-2 2c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l.3-.3 1.79 1.79C3.18 10.72 2 12.22 2 14c0 1.5.83 2.79 2.05 3.48C4.28 18.9 5.51 20 7 20c1.3 0 2.4-.84 2.82-2h4.37c.41 1.16 1.51 2 2.82 2 1.49 0 2.72-1.1 2.95-2.52C21.17 16.79 22 15.5 22 14zM7 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4-8H7.41l-.02-.02 1.1-3.3c.14-.41.52-.68.95-.68H11v4zm2-4h1.56c.43 0 .81.27.95.68l1.1 3.32H13V6zm4 12c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"ToysRounded"))
================================================
FILE: src/icons/reagent_mui/icons/toys_sharp.cljs
================================================
(ns reagent-mui.icons.toys-sharp
"Imports @mui/icons-material/ToysSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toys-sharp (create-svg-icon (e "path" #js {"d" "m18.72 10-2-6H7.28L5.81 8.4 4.41 7l1-1L4 4.59.59 8 2 9.41l1-1L4.59 10H2v8h2.18c.41 1.16 1.52 2 2.82 2 1.3 0 2.4-.84 2.82-2h4.37c.41 1.16 1.51 2 2.82 2 1.3 0 2.41-.84 2.82-2H22v-8h-3.28zM7 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4-8H7.41l-.02-.02L8.72 6H11v4zm2 0V6h2.28l1.33 4H13zm4 8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"ToysSharp"))
================================================
FILE: src/icons/reagent_mui/icons/toys_two_tone.cljs
================================================
(ns reagent-mui.icons.toys-two-tone
"Imports @mui/icons-material/ToysTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def toys-two-tone (create-svg-icon [(e "path" #js {"d" "M18 12H6c-1.1 0-2 .9-2 2 0 .51.2.97.51 1.32C5.05 14.53 5.97 14 7 14c1.3 0 2.4.84 2.82 2h4.37c.41-1.16 1.51-2 2.82-2 1.03 0 1.95.53 2.49 1.32.3-.35.5-.81.5-1.32 0-1.1-.9-2-2-2z", "opacity" ".3"}) (e "path" #js {"d" "M18.75 10.08 17.4 6.05C17 4.82 15.85 4 14.56 4H9.44C8.15 4 7 4.82 6.6 6.05L5.81 8.4 4.41 7l.29-.29c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-2 2c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l.3-.3 1.79 1.79C3.18 10.72 2 12.22 2 14c0 1.49.83 2.78 2.05 3.47C4.27 18.9 5.51 20 7 20c1.3 0 2.4-.84 2.82-2h4.37c.41 1.16 1.51 2 2.82 2 1.49 0 2.73-1.1 2.95-2.53C21.17 16.78 22 15.49 22 14c0-1.95-1.4-3.57-3.25-3.92zM13 6h1.56c.43 0 .81.27.95.68l1.1 3.32H13V6zm-4.51.68c.14-.41.52-.68.95-.68H11v4H7.41l-.02-.02 1.1-3.3zM7 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm10 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2.49-2.68C18.95 14.53 18.03 14 17 14c-1.3 0-2.4.84-2.82 2H9.82C9.4 14.84 8.3 14 7 14c-1.03 0-1.95.53-2.49 1.32C4.2 14.97 4 14.51 4 14c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2 0 .51-.2.97-.51 1.32z"})]
"ToysTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/track_changes.cljs
================================================
(ns reagent-mui.icons.track-changes
"Imports @mui/icons-material/TrackChanges as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def track-changes (create-svg-icon (e "path" #js {"d" "m19.07 4.93-1.41 1.41C19.1 7.79 20 9.79 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07z"})
"TrackChanges"))
================================================
FILE: src/icons/reagent_mui/icons/track_changes_outlined.cljs
================================================
(ns reagent-mui.icons.track-changes-outlined
"Imports @mui/icons-material/TrackChangesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def track-changes-outlined (create-svg-icon (e "path" #js {"d" "m19.07 4.93-1.41 1.41C19.1 7.79 20 9.79 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07z"})
"TrackChangesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/track_changes_rounded.cljs
================================================
(ns reagent-mui.icons.track-changes-rounded
"Imports @mui/icons-material/TrackChangesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def track-changes-rounded (create-svg-icon (e "path" #js {"d" "M18.32 5.68c-.36.36-.39.92-.07 1.32 1.45 1.82 2.21 4.31 1.53 6.92-.79 3.05-3.18 5.33-6.21 5.94C8.47 20.87 4 16.93 4 12c0-4.08 3.05-7.44 7-7.93v2.02c-3.13.53-5.43 3.46-4.93 6.83.39 2.61 2.56 4.71 5.18 5.03C14.89 18.4 18 15.56 18 12c0-1.25-.38-2.4-1.03-3.36-.34-.5-1.07-.53-1.5-.11l-.01.01c-.34.34-.37.87-.11 1.27.6.92.84 2.1.49 3.32-.39 1.37-1.54 2.46-2.94 2.77-2.6.57-4.9-1.39-4.9-3.9 0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2.71c0-.39-.32-.71-.71-.71-5.36-.2-9.98 4.06-10.27 9.4-.36 6.55 5.41 11.82 12.01 10.4 3.88-.83 6.88-3.8 7.75-7.67.71-3.16-.2-6.16-1.97-8.37-.37-.47-1.07-.5-1.49-.08z"})
"TrackChangesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/track_changes_sharp.cljs
================================================
(ns reagent-mui.icons.track-changes-sharp
"Imports @mui/icons-material/TrackChangesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def track-changes-sharp (create-svg-icon (e "path" #js {"d" "m19.07 4.93-1.41 1.41C19.1 7.79 20 9.79 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07z"})
"TrackChangesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/track_changes_two_tone.cljs
================================================
(ns reagent-mui.icons.track-changes-two-tone
"Imports @mui/icons-material/TrackChangesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def track-changes-two-tone (create-svg-icon (e "path" #js {"d" "m19.07 4.93-1.41 1.41C19.1 7.79 20 9.79 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07z"})
"TrackChangesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/traffic.cljs
================================================
(ns reagent-mui.icons.traffic
"Imports @mui/icons-material/Traffic as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def traffic (create-svg-icon (e "path" #js {"d" "M20 10h-3V8.86c1.72-.45 3-2 3-3.86h-3V4c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v1H4c0 1.86 1.28 3.41 3 3.86V10H4c0 1.86 1.28 3.41 3 3.86V15H4c0 1.86 1.28 3.41 3 3.86V20c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-1.14c1.72-.45 3-2 3-3.86h-3v-1.14c1.72-.45 3-2 3-3.86zm-8 9c-1.11 0-2-.9-2-2s.89-2 2-2c1.1 0 2 .9 2 2s-.89 2-2 2zm0-5c-1.11 0-2-.9-2-2s.89-2 2-2c1.1 0 2 .9 2 2s-.89 2-2 2zm0-5c-1.11 0-2-.9-2-2 0-1.11.89-2 2-2 1.1 0 2 .89 2 2 0 1.1-.89 2-2 2z"})
"Traffic"))
================================================
FILE: src/icons/reagent_mui/icons/traffic_outlined.cljs
================================================
(ns reagent-mui.icons.traffic-outlined
"Imports @mui/icons-material/TrafficOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def traffic-outlined (create-svg-icon (e "path" #js {"d" "M20 10h-3V8.86c1.72-.45 3-2 3-3.86h-3V4c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v1H4c0 1.86 1.28 3.41 3 3.86V10H4c0 1.86 1.28 3.41 3 3.86V15H4c0 1.86 1.28 3.41 3 3.86V20c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-1.14c1.72-.45 3-2 3-3.86h-3v-1.14c1.72-.45 3-2 3-3.86zm-5 9H9V5h6v14zm-3-1c.83 0 1.5-.67 1.5-1.5S12.83 15 12 15s-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm0-4.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM12 9c.83 0 1.5-.67 1.5-1.5S12.83 6 12 6s-1.5.67-1.5 1.5S11.17 9 12 9z"})
"TrafficOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/traffic_rounded.cljs
================================================
(ns reagent-mui.icons.traffic-rounded
"Imports @mui/icons-material/TrafficRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def traffic-rounded (create-svg-icon (e "path" #js {"d" "M19.96 10.59c.04-.31-.19-.59-.5-.59H17V8.86c1.54-.4 2.72-1.68 2.96-3.27.04-.31-.19-.59-.5-.59H17V4c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v1H4.54c-.31 0-.54.28-.5.59C4.28 7.18 5.46 8.46 7 8.86V10H4.54c-.31 0-.54.28-.5.59.24 1.59 1.42 2.87 2.96 3.27V15H4.54c-.31 0-.54.28-.5.59.24 1.59 1.42 2.87 2.96 3.27V20c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-1.14c1.54-.4 2.72-1.68 2.96-3.27.04-.31-.19-.59-.5-.59H17v-1.14c1.54-.4 2.72-1.68 2.96-3.27zM12 19c-1.11 0-2-.9-2-2s.89-2 2-2c1.1 0 2 .9 2 2s-.89 2-2 2zm0-5c-1.11 0-2-.9-2-2s.89-2 2-2c1.1 0 2 .9 2 2s-.89 2-2 2zm0-5c-1.11 0-2-.9-2-2 0-1.11.89-2 2-2 1.1 0 2 .89 2 2 0 1.1-.89 2-2 2z"})
"TrafficRounded"))
================================================
FILE: src/icons/reagent_mui/icons/traffic_sharp.cljs
================================================
(ns reagent-mui.icons.traffic-sharp
"Imports @mui/icons-material/TrafficSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def traffic-sharp (create-svg-icon (e "path" #js {"d" "M20 10h-3V8.86c1.72-.45 3-2 3-3.86h-3V3H7v2H4c0 1.86 1.28 3.41 3 3.86V10H4c0 1.86 1.28 3.41 3 3.86V15H4c0 1.86 1.28 3.41 3 3.86V21h10v-2.14c1.72-.45 3-2 3-3.86h-3v-1.14c1.72-.45 3-2 3-3.86zm-8 9c-1.11 0-2-.9-2-2s.89-2 2-2c1.1 0 2 .9 2 2s-.89 2-2 2zm0-5c-1.11 0-2-.9-2-2s.89-2 2-2c1.1 0 2 .9 2 2s-.89 2-2 2zm0-5c-1.11 0-2-.9-2-2 0-1.11.89-2 2-2 1.1 0 2 .89 2 2 0 1.1-.89 2-2 2z"})
"TrafficSharp"))
================================================
FILE: src/icons/reagent_mui/icons/traffic_two_tone.cljs
================================================
(ns reagent-mui.icons.traffic-two-tone
"Imports @mui/icons-material/TrafficTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def traffic-two-tone (create-svg-icon [(e "path" #js {"d" "M9 19h6V5H9v14zm3-13c.83 0 1.5.67 1.5 1.5S12.83 9 12 9s-1.5-.67-1.5-1.5S11.17 6 12 6zm0 4.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm0 4.5c.83 0 1.5.67 1.5 1.5S12.83 18 12 18s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5z", "opacity" ".3"}) (e "path" #js {"d" "M20 5h-3V4c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v1H4c0 1.86 1.28 3.41 3 3.86V10H4c0 1.86 1.28 3.41 3 3.86V15H4c0 1.86 1.28 3.41 3 3.86V20c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-1.14c1.72-.45 3-2 3-3.86h-3v-1.14c1.72-.45 3-2 3-3.86h-3V8.86c1.72-.45 3-2 3-3.86zm-5 14H9V5h6v14zm-3-1c.83 0 1.5-.67 1.5-1.5S12.83 15 12 15s-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm0-4.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM12 9c.83 0 1.5-.67 1.5-1.5S12.83 6 12 6s-1.5.67-1.5 1.5S11.17 9 12 9z"})]
"TrafficTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/train.cljs
================================================
(ns reagent-mui.icons.train
"Imports @mui/icons-material/Train as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def train (create-svg-icon (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h2.23l2-2H14l2 2h2v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM7.5 17c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm3.5-7H6V6h5v4zm2 0V6h5v4h-5zm3.5 7c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"Train"))
================================================
FILE: src/icons/reagent_mui/icons/train_outlined.cljs
================================================
(ns reagent-mui.icons.train-outlined
"Imports @mui/icons-material/TrainOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def train-outlined (create-svg-icon [(e "circle" #js {"cx" "8.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"}) (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h2l2-2h4l2 2h2v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-4-4-8-4zm0 2c3.51 0 4.96.48 5.57 1H6.43c.61-.52 2.06-1 5.57-1zM6 7h5v3H6V7zm12 8.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V12h12v3.5zm0-5.5h-5V7h5v3z"})]
"TrainOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/train_rounded.cljs
================================================
(ns reagent-mui.icons.train-rounded
"Imports @mui/icons-material/TrainRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def train-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19l-1.15 1.15c-.31.31-.09.85.36.85H7.8c.13 0 .26-.05.35-.15L10 19h4l1.85 1.85c.09.09.22.15.35.15h1.09c.45 0 .67-.54.35-.85L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-4-4-8-4zM7.5 17c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm3.5-7H6V6h5v4zm5.5 7c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-7h-5V6h5v4z"})
"TrainRounded"))
================================================
FILE: src/icons/reagent_mui/icons/train_sharp.cljs
================================================
(ns reagent-mui.icons.train-sharp
"Imports @mui/icons-material/TrainSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def train-sharp (create-svg-icon (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h2l2-2h4l2 2h2v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-4-4-8-4zM7.5 17c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm3.5-7H6V6h5v4zm5.5 7c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-7h-5V6h5v4z"})
"TrainSharp"))
================================================
FILE: src/icons/reagent_mui/icons/train_two_tone.cljs
================================================
(ns reagent-mui.icons.train-two-tone
"Imports @mui/icons-material/TrainTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def train-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-3.51 0-4.96.48-5.57 1h11.13c-.6-.52-2.05-1-5.56-1zM6 15.5c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5V12H6v3.5zm9.5-2.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 16 8.5 16 7 15.33 7 14.5 7.67 13 8.5 13z", "opacity" ".3"}) (e "circle" #js {"cx" "8.5", "cy" "14.5", "r" "1.5"}) (e "circle" #js {"cx" "15.5", "cy" "14.5", "r" "1.5"}) (e "path" #js {"d" "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h2l2-2h4l2 2h2v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-4-4-8-4zm0 2c3.51 0 4.96.48 5.57 1H6.43c.61-.52 2.06-1 5.57-1zM6 7h5v3H6V7zm12 8.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V12h12v3.5zm0-5.5h-5V7h5v3z"})]
"TrainTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tram.cljs
================================================
(ns reagent-mui.icons.tram
"Imports @mui/icons-material/Tram as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tram (create-svg-icon (e "path" #js {"d" "M19 16.94V8.5c0-2.79-2.61-3.4-6.01-3.49l.76-1.51H17V2H7v1.5h4.75l-.76 1.52C7.86 5.11 5 5.73 5 8.5v8.44c0 1.45 1.19 2.66 2.59 2.97L6 21.5v.5h2.23l2-2H14l2 2h2v-.5L16.5 20h-.08c1.69 0 2.58-1.37 2.58-3.06zm-7 1.56c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5-4.5H7V9h10v5z"})
"Tram"))
================================================
FILE: src/icons/reagent_mui/icons/tram_outlined.cljs
================================================
(ns reagent-mui.icons.tram-outlined
"Imports @mui/icons-material/TramOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tram-outlined (create-svg-icon (e "path" #js {"d" "m13 5 .75-1.5H17V2H7v1.5h4.75L11 5c-3.13.09-6 .73-6 3.5V17c0 1.5 1.11 2.73 2.55 2.95L6 21.5v.5h2l2-2h4l2 2h2v-.5l-1.55-1.55h-.01.01C17.89 19.73 19 18.5 19 17V8.5c0-2.77-2.87-3.41-6-3.5zm-1.97 2h1.94c2.75.08 3.62.58 3.9 1H7.13c.28-.42 1.15-.92 3.9-1zm-.18 10.95H7.74C7.3 17.84 7 17.45 7 17v-1h3.89c-.24.27-.39.61-.39 1 0 .36.13.69.35.95zM17 17c0 .45-.3.84-.74.95h-3.11c.22-.26.35-.59.35-.95 0-.39-.15-.73-.39-1H17v1zm0-3H7v-4h10v4z"})
"TramOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tram_rounded.cljs
================================================
(ns reagent-mui.icons.tram-rounded
"Imports @mui/icons-material/TramRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tram-rounded (create-svg-icon (e "path" #js {"d" "m13 5 .75-1.5H17V2H7v1.5h4.75L11 5c-3.13.09-6 .73-6 3.5V17c0 1.5 1.11 2.73 2.55 2.95l-1.19 1.19c-.32.32-.1.86.35.86H7.8c.13 0 .26-.05.35-.15L10 20h4l1.85 1.85c.09.09.22.15.35.15h1.09c.45 0 .67-.54.35-.85l-1.19-1.19C17.89 19.73 19 18.5 19 17V8.5c0-2.77-2.87-3.41-6-3.5zm-1 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5-4.5H7V9h10v5z"})
"TramRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tram_sharp.cljs
================================================
(ns reagent-mui.icons.tram-sharp
"Imports @mui/icons-material/TramSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tram-sharp (create-svg-icon (e "path" #js {"d" "m13 5 .75-1.5H17V2H7v1.5h4.75L11 5c-3.13.09-6 .73-6 3.5V17c0 1.5 1.11 2.73 2.55 2.95L6 21.5v.5h2l2-2h4l2 2h2v-.5l-1.55-1.55C17.89 19.73 19 18.5 19 17V8.5c0-2.77-2.87-3.41-6-3.5zm-1 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5-4.5H7V9h10v5z"})
"TramSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tram_two_tone.cljs
================================================
(ns reagent-mui.icons.tram-two-tone
"Imports @mui/icons-material/TramTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tram-two-tone (create-svg-icon [(e "path" #js {"d" "M12.97 7h-1.94c-2.75.08-3.62.58-3.9 1h9.74c-.28-.42-1.15-.92-3.9-1zM7 16v1c0 .45.3.84.74.95h3.11c-.22-.26-.35-.59-.35-.95 0-.39.15-.73.39-1H7zm6.5 1c0 .36-.13.69-.35.95h3.11c.44-.11.74-.5.74-.95v-1h-3.89c.24.27.39.61.39 1z", "opacity" ".3"}) (e "path" #js {"d" "m13 5 .75-1.5H17V2H7v1.5h4.75L11 5c-3.13.09-6 .73-6 3.5V17c0 1.5 1.11 2.73 2.55 2.95L6 21.5v.5h2l2-2h4l2 2h2v-.5l-1.55-1.55h-.01.01C17.89 19.73 19 18.5 19 17V8.5c0-2.77-2.87-3.41-6-3.5zm-1.97 2h1.94c2.75.08 3.62.58 3.9 1H7.13c.28-.42 1.15-.92 3.9-1zm-.18 10.95H7.74C7.3 17.84 7 17.45 7 17v-1h3.89c-.24.27-.39.61-.39 1 0 .36.13.69.35.95zM17 17c0 .45-.3.84-.74.95h-3.11c.22-.26.35-.59.35-.95 0-.39-.15-.73-.39-1H17v1zm0-3H7v-4h10v4z"})]
"TramTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/transcribe.cljs
================================================
(ns reagent-mui.icons.transcribe
"Imports @mui/icons-material/Transcribe as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transcribe (create-svg-icon (e "path" #js {"d" "m17.93 16 1.63-1.63c-2.77-3.02-2.77-7.56 0-10.74L17.93 2c-3.9 3.89-3.91 9.95 0 14zm4.99-5.05c-.84-1.18-.84-2.71 0-3.89l-1.68-1.69c-2.02 2.02-2.02 5.07 0 7.27l1.68-1.69zM9 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm6.39 2.56C13.71 14.7 11.53 14 9 14s-4.71.7-6.39 1.56C1.61 16.07 1 17.1 1 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66z"})
"Transcribe"))
================================================
FILE: src/icons/reagent_mui/icons/transcribe_outlined.cljs
================================================
(ns reagent-mui.icons.transcribe-outlined
"Imports @mui/icons-material/TranscribeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transcribe-outlined (create-svg-icon (e "path" #js {"d" "M9 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm6.39 8.56C13.71 14.7 11.53 14 9 14s-4.71.7-6.39 1.56C1.61 16.07 1 17.1 1 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM15 19H3v-.78c0-.38.2-.72.52-.88C4.71 16.73 6.63 16 9 16c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V19zm2.93-3 1.63-1.63c-2.77-3.02-2.77-7.56 0-10.74L17.93 2c-3.9 3.89-3.91 9.95 0 14zm4.99-5.05c-.84-1.18-.84-2.71 0-3.89l-1.68-1.69c-2.02 2.02-2.02 5.07 0 7.27l1.68-1.69z"})
"TranscribeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/transcribe_rounded.cljs
================================================
(ns reagent-mui.icons.transcribe-rounded
"Imports @mui/icons-material/TranscribeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transcribe-rounded (create-svg-icon (e "path" #js {"d" "M22.54 10.28c-.34-.82-.34-1.72 0-2.54.19-.45.1-.96-.24-1.3l-.1-.1c-.56-.56-1.51-.44-1.88.26-.8 1.48-.79 3.24.03 4.79.37.69 1.31.83 1.86.27l.1-.1c.34-.33.42-.84.23-1.28zm-3.72 4.83c.4-.4.46-1.02.13-1.48-1.97-2.73-1.96-6.39.01-9.23.32-.47.26-1.1-.14-1.5-.5-.5-1.34-.46-1.78.1-2.73 3.54-2.73 8.36.02 12 .43.56 1.27.61 1.76.11zM9 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm6.39 2.56C13.71 14.7 11.53 14 9 14s-4.71.7-6.39 1.56C1.61 16.07 1 17.1 1 18.22V20c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1.78c0-1.12-.61-2.15-1.61-2.66z"})
"TranscribeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/transcribe_sharp.cljs
================================================
(ns reagent-mui.icons.transcribe-sharp
"Imports @mui/icons-material/TranscribeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transcribe-sharp (create-svg-icon (e "path" #js {"d" "m17.93 16 1.63-1.63c-2.77-3.02-2.77-7.56 0-10.74L17.93 2c-3.9 3.89-3.91 9.95 0 14zm4.99-5.05c-.84-1.18-.84-2.71 0-3.89l-1.68-1.69c-2.02 2.02-2.02 5.07 0 7.27l1.68-1.69zM9 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm6.39 2.56C13.71 14.7 11.53 14 9 14s-4.71.7-6.39 1.56C1.61 16.07 1 17.1 1 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66z"})
"TranscribeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/transcribe_two_tone.cljs
================================================
(ns reagent-mui.icons.transcribe-two-tone
"Imports @mui/icons-material/TranscribeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transcribe-two-tone (create-svg-icon [(e "circle" #js {"cx" "9", "cy" "9", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M14.48 17.34C13.29 16.73 11.37 16 9 16c-2.37 0-4.29.73-5.48 1.34-.32.16-.52.5-.52.88V19h12v-.78c0-.38-.2-.72-.52-.88z", "opacity" ".3"}) (e "path" #js {"d" "M17.93 2c-3.9 3.89-3.91 9.95 0 14l1.63-1.63c-2.77-3.02-2.77-7.56 0-10.74L17.93 2zM9 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm6.39 8.56C13.71 14.7 11.53 14 9 14s-4.71.7-6.39 1.56C1.61 16.07 1 17.1 1 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM15 19H3v-.78c0-.38.2-.72.52-.88C4.71 16.73 6.63 16 9 16c2.37 0 4.29.73 5.48 1.34.32.16.52.5.52.88V19z"}) (e "path" #js {"d" "m22.92 7.06-1.68-1.69c-2.02 2.02-2.02 5.07 0 7.27l1.68-1.69c-.84-1.18-.84-2.71 0-3.89z"})]
"TranscribeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/transfer_within_a_station.cljs
================================================
(ns reagent-mui.icons.transfer-within-a-station
"Imports @mui/icons-material/TransferWithinAStation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transfer-within-a-station (create-svg-icon (e "path" #js {"d" "M16.49 15.5v-1.75L14 16.25l2.49 2.5V17H22v-1.5zm3.02 4.25H14v1.5h5.51V23L22 20.5 19.51 18zM9.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5.75 8.9 3 23h2.1l1.75-8L9 17v6h2v-7.55L8.95 13.4l.6-3C10.85 12 12.8 13 15 13v-2c-1.85 0-3.45-1-4.35-2.45l-.95-1.6C9.35 6.35 8.7 6 8 6c-.25 0-.5.05-.75.15L2 8.3V13h2V9.65l1.75-.75"})
"TransferWithinAStation"))
================================================
FILE: src/icons/reagent_mui/icons/transfer_within_a_station_outlined.cljs
================================================
(ns reagent-mui.icons.transfer-within-a-station-outlined
"Imports @mui/icons-material/TransferWithinAStationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transfer-within-a-station-outlined (create-svg-icon (e "path" #js {"d" "M16.49 15.5v-1.75L14 16.25l2.49 2.5V17H22v-1.5h-5.51zm3.02 4.25H14v1.5h5.51V23L22 20.5 19.51 18v1.75zM9.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5.75 8.9 3 23h2.1l1.75-8L9 17v6h2v-7.55L8.95 13.4l.6-3C10.85 12 12.8 13 15 13v-2c-1.85 0-3.45-1-4.35-2.45l-.95-1.6C9.35 6.35 8.7 6 8 6c-.25 0-.5.05-.75.15L2 8.3V13h2V9.65l1.75-.75"})
"TransferWithinAStationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/transfer_within_a_station_rounded.cljs
================================================
(ns reagent-mui.icons.transfer-within-a-station-rounded
"Imports @mui/icons-material/TransferWithinAStationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transfer-within-a-station-rounded (create-svg-icon (e "path" #js {"d" "M22 15.5h-5.52v-.77c0-.36-.44-.54-.69-.29l-1.51 1.52c-.16.16-.16.41 0 .57l1.51 1.52c.26.26.69.08.69-.29V17H22v-1.5zm-.28 4.71-1.51-1.52c-.26-.26-.69-.08-.69.29v.77H14v1.5h5.52v.77c0 .36.44.54.69.29l1.51-1.52c.16-.16.16-.42 0-.58zM9.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5.75 8.9 3.23 21.81c-.12.62.35 1.19.98 1.19h.09c.47 0 .88-.33.98-.79L6.85 15 9 17v5c0 .55.45 1 1 1s1-.45 1-1v-5.72c0-.53-.21-1.04-.59-1.41L8.95 13.4l.6-3c1.07 1.32 2.58 2.23 4.31 2.51.6.1 1.14-.39 1.14-1 0-.49-.36-.9-.84-.98-1.49-.25-2.75-1.15-3.51-2.38l-.95-1.6C9.35 6.35 8.7 6 8 6c-.25 0-.5.05-.75.15L3.24 7.79C2.49 8.1 2 8.83 2 9.64V12c0 .55.45 1 1 1s1-.45 1-1V9.65l1.75-.75"})
"TransferWithinAStationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/transfer_within_a_station_sharp.cljs
================================================
(ns reagent-mui.icons.transfer-within-a-station-sharp
"Imports @mui/icons-material/TransferWithinAStationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transfer-within-a-station-sharp (create-svg-icon (e "path" #js {"d" "M16.49 15.5v-1.75L14 16.25l2.49 2.5V17H22v-1.5h-5.51zm3.02 4.25H14v1.5h5.51V23L22 20.5 19.51 18v1.75zM9.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5.75 8.9 3 23h2.1l1.75-8L9 17v6h2v-7.55L8.95 13.4l.6-3C10.85 12 12.8 13 15 13v-2c-1.85 0-3.45-1-4.35-2.45l-.95-1.6C9.35 6.35 8.7 6 8 6c-.25 0-.5.05-.75.15L2 8.3V13h2V9.65l1.75-.75"})
"TransferWithinAStationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/transfer_within_a_station_two_tone.cljs
================================================
(ns reagent-mui.icons.transfer-within-a-station-two-tone
"Imports @mui/icons-material/TransferWithinAStationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transfer-within-a-station-two-tone (create-svg-icon (e "path" #js {"d" "M16.49 13.75 14 16.25l2.49 2.5V17H22v-1.5h-5.51zm3.02 6H14v1.5h5.51V23L22 20.5 19.51 18zM7.5 3.5c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2zm2.05 6.9C10.85 12 12.8 13 15 13v-2c-1.85 0-3.45-1-4.35-2.45l-.95-1.6C9.35 6.35 8.7 6 8 6c-.25 0-.5.05-.75.15L2 8.3V13h2V9.65l1.75-.75L3 23h2.1l1.75-8L9 17v6h2v-7.55L8.95 13.4l.6-3z"})
"TransferWithinAStationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/transform.cljs
================================================
(ns reagent-mui.icons.transform
"Imports @mui/icons-material/Transform as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transform (create-svg-icon (e "path" #js {"d" "M22 18v-2H8V4h2L7 1 4 4h2v2H2v2h4v8c0 1.1.9 2 2 2h8v2h-2l3 3 3-3h-2v-2h4zM10 8h6v6h2V8c0-1.1-.9-2-2-2h-6v2z"})
"Transform"))
================================================
FILE: src/icons/reagent_mui/icons/transform_outlined.cljs
================================================
(ns reagent-mui.icons.transform-outlined
"Imports @mui/icons-material/TransformOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transform-outlined (create-svg-icon (e "path" #js {"d" "M22 18v-2H8V4h2L7 1 4 4h2v2H2v2h4v8c0 1.1.9 2 2 2h8v2h-2l3 3 3-3h-2v-2h4zM10 8h6v6h2V8c0-1.1-.9-2-2-2h-6v2z"})
"TransformOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/transform_rounded.cljs
================================================
(ns reagent-mui.icons.transform-rounded
"Imports @mui/icons-material/TransformRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transform-rounded (create-svg-icon (e "path" #js {"d" "M21 16H9c-.55 0-1-.45-1-1V4h.79c.45 0 .67-.54.35-.85l-1.79-1.8c-.2-.2-.51-.2-.71 0l-1.79 1.8c-.31.31-.09.85.36.85H6v2H3c-.55 0-1 .45-1 1s.45 1 1 1h3v8c0 1.1.9 2 2 2h8v2h-.79c-.45 0-.67.54-.35.85l1.79 1.79c.2.2.51.2.71 0l1.79-1.79c.32-.31.09-.85-.35-.85H18v-2h3c.55 0 1-.45 1-1s-.45-1-1-1zm-5-2h2V8c0-1.1-.9-2-2-2h-6v2h5c.55 0 1 .45 1 1v5z"})
"TransformRounded"))
================================================
FILE: src/icons/reagent_mui/icons/transform_sharp.cljs
================================================
(ns reagent-mui.icons.transform-sharp
"Imports @mui/icons-material/TransformSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transform-sharp (create-svg-icon (e "path" #js {"d" "M22 18v-2H8V4h2L7 1 4 4h2v2H2v2h4v10h10v2h-2l3 3 3-3h-2v-2h4zM10 8h6v6h2V6h-8v2z"})
"TransformSharp"))
================================================
FILE: src/icons/reagent_mui/icons/transform_two_tone.cljs
================================================
(ns reagent-mui.icons.transform-two-tone
"Imports @mui/icons-material/TransformTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transform-two-tone (create-svg-icon (e "path" #js {"d" "M8 4h2L7 1 4 4h2v2H2v2h4v8c0 1.1.9 2 2 2h8v2h-2l3 3 3-3h-2v-2h4v-2H8V4zm10 10V8c0-1.1-.9-2-2-2h-6v2h6v6h2z"})
"TransformTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/transgender.cljs
================================================
(ns reagent-mui.icons.transgender
"Imports @mui/icons-material/Transgender as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transgender (create-svg-icon (e "path" #js {"d" "M12 8c1.93 0 3.5 1.57 3.5 3.5S13.93 15 12 15s-3.5-1.57-3.5-3.5S10.07 8 12 8zm4.53.38 3.97-3.96V7h2V1h-6v2h2.58l-3.97 3.97C14.23 6.36 13.16 6 12 6s-2.23.36-3.11.97l-.65-.65 1.41-1.41-1.41-1.42L6.82 4.9 4.92 3H7.5V1h-6v6h2V4.42l1.91 1.9-1.42 1.42L5.4 9.15l1.41-1.41.65.65c-.6.88-.96 1.95-.96 3.11 0 2.7 1.94 4.94 4.5 5.41V19H9v2h2v2h2v-2h2v-2h-2v-2.09c2.56-.47 4.5-2.71 4.5-5.41 0-1.16-.36-2.23-.97-3.12z"})
"Transgender"))
================================================
FILE: src/icons/reagent_mui/icons/transgender_outlined.cljs
================================================
(ns reagent-mui.icons.transgender-outlined
"Imports @mui/icons-material/TransgenderOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transgender-outlined (create-svg-icon (e "path" #js {"d" "M12 8c1.93 0 3.5 1.57 3.5 3.5S13.93 15 12 15s-3.5-1.57-3.5-3.5S10.07 8 12 8zm4.53.38 3.97-3.96V7h2V1h-6v2h2.58l-3.97 3.97C14.23 6.36 13.16 6 12 6s-2.23.36-3.11.97l-.65-.65 1.41-1.41-1.41-1.42L6.82 4.9 4.92 3H7.5V1h-6v6h2V4.42l1.91 1.9-1.42 1.42L5.4 9.15l1.41-1.41.65.65c-.6.88-.96 1.95-.96 3.11 0 2.7 1.94 4.94 4.5 5.41V19H9v2h2v2h2v-2h2v-2h-2v-2.09c2.56-.47 4.5-2.71 4.5-5.41 0-1.16-.36-2.23-.97-3.12z"})
"TransgenderOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/transgender_rounded.cljs
================================================
(ns reagent-mui.icons.transgender-rounded
"Imports @mui/icons-material/TransgenderRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transgender-rounded (create-svg-icon (e "path" #js {"d" "M21.5 1h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.58l-3.97 3.97C14.23 6.36 13.16 6 12 6s-2.23.36-3.11.97l-.65-.65.7-.7c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-.7.7L4.92 3H6.5c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1V4.42l1.91 1.9-.71.71c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0l.71-.71.65.65c-.61.89-.97 1.96-.97 3.12 0 2.7 1.94 4.94 4.5 5.41V19h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1h-1v-2.09c2.56-.47 4.5-2.71 4.5-5.41 0-1.16-.36-2.23-.97-3.12l3.97-3.96V6c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1zM12 15c-1.93 0-3.5-1.57-3.5-3.5S10.07 8 12 8s3.5 1.57 3.5 3.5S13.93 15 12 15z"})
"TransgenderRounded"))
================================================
FILE: src/icons/reagent_mui/icons/transgender_sharp.cljs
================================================
(ns reagent-mui.icons.transgender-sharp
"Imports @mui/icons-material/TransgenderSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transgender-sharp (create-svg-icon (e "path" #js {"d" "M12 8c1.93 0 3.5 1.57 3.5 3.5S13.93 15 12 15s-3.5-1.57-3.5-3.5S10.07 8 12 8zm4.53.38 3.97-3.96V7h2V1h-6v2h2.58l-3.97 3.97C14.23 6.36 13.16 6 12 6s-2.23.36-3.11.97l-.65-.65 1.41-1.41-1.41-1.42L6.82 4.9 4.92 3H7.5V1h-6v6h2V4.42l1.91 1.9-1.42 1.42L5.4 9.15l1.41-1.41.65.65c-.6.88-.96 1.95-.96 3.11 0 2.7 1.94 4.94 4.5 5.41V19H9v2h2v2h2v-2h2v-2h-2v-2.09c2.56-.47 4.5-2.71 4.5-5.41 0-1.16-.36-2.23-.97-3.12z"})
"TransgenderSharp"))
================================================
FILE: src/icons/reagent_mui/icons/transgender_two_tone.cljs
================================================
(ns reagent-mui.icons.transgender-two-tone
"Imports @mui/icons-material/TransgenderTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transgender-two-tone (create-svg-icon (e "path" #js {"d" "M12 8c1.93 0 3.5 1.57 3.5 3.5S13.93 15 12 15s-3.5-1.57-3.5-3.5S10.07 8 12 8zm4.53.38 3.97-3.96V7h2V1h-6v2h2.58l-3.97 3.97C14.23 6.36 13.16 6 12 6s-2.23.36-3.11.97l-.65-.65 1.41-1.41-1.41-1.42L6.82 4.9 4.92 3H7.5V1h-6v6h2V4.42l1.91 1.9-1.42 1.42L5.4 9.15l1.41-1.41.65.65c-.6.88-.96 1.95-.96 3.11 0 2.7 1.94 4.94 4.5 5.41V19H9v2h2v2h2v-2h2v-2h-2v-2.09c2.56-.47 4.5-2.71 4.5-5.41 0-1.16-.36-2.23-.97-3.12z"})
"TransgenderTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/transit_enterexit.cljs
================================================
(ns reagent-mui.icons.transit-enterexit
"Imports @mui/icons-material/TransitEnterexit as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transit-enterexit (create-svg-icon (e "path" #js {"d" "M16 18H6V8h3v4.77L15.98 6 18 8.03 11.15 15H16v3z"})
"TransitEnterexit"))
================================================
FILE: src/icons/reagent_mui/icons/transit_enterexit_outlined.cljs
================================================
(ns reagent-mui.icons.transit-enterexit-outlined
"Imports @mui/icons-material/TransitEnterexitOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transit-enterexit-outlined (create-svg-icon (e "path" #js {"d" "M16 18H6V8h3v4.77L15.98 6 18 8.03 11.15 15H16v3z"})
"TransitEnterexitOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/transit_enterexit_rounded.cljs
================================================
(ns reagent-mui.icons.transit-enterexit-rounded
"Imports @mui/icons-material/TransitEnterexitRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transit-enterexit-rounded (create-svg-icon (e "path" #js {"d" "M14.5 18H8c-1.1 0-2-.9-2-2V9.5C6 8.67 6.67 8 7.5 8S9 8.67 9 9.5v3.27L14.95 7c.57-.55 1.48-.54 2.04.02s.56 1.47.01 2.04L11.15 15h3.35c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5z"})
"TransitEnterexitRounded"))
================================================
FILE: src/icons/reagent_mui/icons/transit_enterexit_sharp.cljs
================================================
(ns reagent-mui.icons.transit-enterexit-sharp
"Imports @mui/icons-material/TransitEnterexitSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transit-enterexit-sharp (create-svg-icon (e "path" #js {"d" "M16 18H6V8h3v4.77L15.98 6 18 8.03 11.15 15H16v3z"})
"TransitEnterexitSharp"))
================================================
FILE: src/icons/reagent_mui/icons/transit_enterexit_two_tone.cljs
================================================
(ns reagent-mui.icons.transit-enterexit-two-tone
"Imports @mui/icons-material/TransitEnterexitTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def transit-enterexit-two-tone (create-svg-icon (e "path" #js {"d" "M15.98 6 9 12.77V8H6v10h10v-3h-4.85L18 8.03z"})
"TransitEnterexitTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/translate.cljs
================================================
(ns reagent-mui.icons.translate
"Imports @mui/icons-material/Translate as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def translate (create-svg-icon (e "path" #js {"d" "m12.87 15.07-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7 1.62-4.33L19.12 17h-3.24z"})
"Translate"))
================================================
FILE: src/icons/reagent_mui/icons/translate_outlined.cljs
================================================
(ns reagent-mui.icons.translate-outlined
"Imports @mui/icons-material/TranslateOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def translate-outlined (create-svg-icon (e "path" #js {"d" "m12.87 15.07-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7 1.62-4.33L19.12 17h-3.24z"})
"TranslateOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/translate_rounded.cljs
================================================
(ns reagent-mui.icons.translate-rounded
"Imports @mui/icons-material/TranslateRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def translate-rounded (create-svg-icon (e "path" #js {"d" "M12.65 15.67c.14-.36.05-.77-.23-1.05l-2.09-2.06.03-.03c1.74-1.94 2.98-4.17 3.71-6.53h1.94c.54 0 .99-.45.99-.99v-.02c0-.54-.45-.99-.99-.99H10V3c0-.55-.45-1-1-1s-1 .45-1 1v1H1.99c-.54 0-.99.45-.99.99 0 .55.45.99.99.99h10.18C11.5 7.92 10.44 9.75 9 11.35c-.81-.89-1.49-1.86-2.06-2.88-.16-.29-.45-.47-.78-.47-.69 0-1.13.75-.79 1.35.63 1.13 1.4 2.21 2.3 3.21L3.3 16.87c-.4.39-.4 1.03 0 1.42.39.39 1.02.39 1.42 0L9 14l2.02 2.02c.51.51 1.38.32 1.63-.35zM17.5 10c-.6 0-1.14.37-1.35.94l-3.67 9.8c-.24.61.22 1.26.87 1.26.39 0 .74-.24.88-.61l.89-2.39h4.75l.9 2.39c.14.36.49.61.88.61.65 0 1.11-.65.88-1.26l-3.67-9.8c-.22-.57-.76-.94-1.36-.94zm-1.62 7 1.62-4.33L19.12 17h-3.24z"})
"TranslateRounded"))
================================================
FILE: src/icons/reagent_mui/icons/translate_sharp.cljs
================================================
(ns reagent-mui.icons.translate-sharp
"Imports @mui/icons-material/TranslateSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def translate-sharp (create-svg-icon (e "path" #js {"d" "m12.87 15.07-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7 1.62-4.33L19.12 17h-3.24z"})
"TranslateSharp"))
================================================
FILE: src/icons/reagent_mui/icons/translate_two_tone.cljs
================================================
(ns reagent-mui.icons.translate-two-tone
"Imports @mui/icons-material/TranslateTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def translate-two-tone (create-svg-icon (e "path" #js {"d" "m12.87 15.07-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7 1.62-4.33L19.12 17h-3.24z"})
"TranslateTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/travel_explore.cljs
================================================
(ns reagent-mui.icons.travel-explore
"Imports @mui/icons-material/TravelExplore as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def travel-explore (create-svg-icon (e "path" #js {"d" "M19.3 16.9c.4-.7.7-1.5.7-2.4 0-2.5-2-4.5-4.5-4.5S11 12 11 14.5s2 4.5 4.5 4.5c.9 0 1.7-.3 2.4-.7l3.2 3.2 1.4-1.4-3.2-3.2zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5zM12 20v2C6.48 22 2 17.52 2 12S6.48 2 12 2c4.84 0 8.87 3.44 9.8 8h-2.07c-.64-2.46-2.4-4.47-4.73-5.41V5c0 1.1-.9 2-2 2h-2v2c0 .55-.45 1-1 1H8v2h2v3H9l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.41 3.59 8 8 8z"})
"TravelExplore"))
================================================
FILE: src/icons/reagent_mui/icons/travel_explore_outlined.cljs
================================================
(ns reagent-mui.icons.travel-explore-outlined
"Imports @mui/icons-material/TravelExploreOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def travel-explore-outlined (create-svg-icon (e "path" #js {"d" "M19.3 16.9c.4-.7.7-1.5.7-2.4 0-2.5-2-4.5-4.5-4.5S11 12 11 14.5s2 4.5 4.5 4.5c.9 0 1.7-.3 2.4-.7l3.2 3.2 1.4-1.4-3.2-3.2zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5zM12 20v2C6.48 22 2 17.52 2 12S6.48 2 12 2c4.84 0 8.87 3.44 9.8 8h-2.07c-.64-2.46-2.4-4.47-4.73-5.41V5c0 1.1-.9 2-2 2h-2v2c0 .55-.45 1-1 1H8v2h2v3H9l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.41 3.59 8 8 8z"})
"TravelExploreOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/travel_explore_rounded.cljs
================================================
(ns reagent-mui.icons.travel-explore-rounded
"Imports @mui/icons-material/TravelExploreRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def travel-explore-rounded (create-svg-icon (e "path" #js {"d" "M19.3 16.9c.58-1.01.95-2.23.51-3.65-.53-1.72-2.04-3.05-3.84-3.22-2.87-.28-5.23 2.07-4.95 4.95.18 1.79 1.5 3.31 3.22 3.84 1.43.44 2.64.07 3.65-.51l2.5 2.5c.39.39 1.01.39 1.4 0 .39-.39.39-1.01 0-1.4L19.3 16.9zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5zM12 20v2C6.48 22 2 17.52 2 12S6.48 2 12 2c4.84 0 8.87 3.44 9.8 8h-2.07c-.64-2.46-2.4-4.47-4.73-5.41V5c0 1.1-.9 2-2 2h-2v2c0 .55-.45 1-1 1H8v2h2v3H9l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.41 3.59 8 8 8z"})
"TravelExploreRounded"))
================================================
FILE: src/icons/reagent_mui/icons/travel_explore_sharp.cljs
================================================
(ns reagent-mui.icons.travel-explore-sharp
"Imports @mui/icons-material/TravelExploreSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def travel-explore-sharp (create-svg-icon (e "path" #js {"d" "M19.3 16.9c.4-.7.7-1.5.7-2.4 0-2.5-2-4.5-4.5-4.5S11 12 11 14.5s2 4.5 4.5 4.5c.9 0 1.7-.3 2.4-.7l3.2 3.2 1.4-1.4-3.2-3.2zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5zM12 20v2C6.48 22 2 17.52 2 12S6.48 2 12 2c4.84 0 8.87 3.44 9.8 8h-2.07c-.64-2.46-2.4-4.47-4.73-5.41V5c0 1.1-.9 2-2 2h-2v2c0 .55-.45 1-1 1H8v2h2v3H9l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.41 3.59 8 8 8z"})
"TravelExploreSharp"))
================================================
FILE: src/icons/reagent_mui/icons/travel_explore_two_tone.cljs
================================================
(ns reagent-mui.icons.travel-explore-two-tone
"Imports @mui/icons-material/TravelExploreTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def travel-explore-two-tone (create-svg-icon (e "path" #js {"d" "M19.3 16.9c.4-.7.7-1.5.7-2.4 0-2.5-2-4.5-4.5-4.5S11 12 11 14.5s2 4.5 4.5 4.5c.9 0 1.7-.3 2.4-.7l3.2 3.2 1.4-1.4-3.2-3.2zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5zM12 20v2C6.48 22 2 17.52 2 12S6.48 2 12 2c4.84 0 8.87 3.44 9.8 8h-2.07c-.64-2.46-2.4-4.47-4.73-5.41V5c0 1.1-.9 2-2 2h-2v2c0 .55-.45 1-1 1H8v2h2v3H9l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.41 3.59 8 8 8z"})
"TravelExploreTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/trending_down.cljs
================================================
(ns reagent-mui.icons.trending-down
"Imports @mui/icons-material/TrendingDown as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trending-down (create-svg-icon (e "path" #js {"d" "m16 18 2.29-2.29-4.88-4.88-4 4L2 7.41 3.41 6l6 6 4-4 6.3 6.29L22 12v6z"})
"TrendingDown"))
================================================
FILE: src/icons/reagent_mui/icons/trending_down_outlined.cljs
================================================
(ns reagent-mui.icons.trending-down-outlined
"Imports @mui/icons-material/TrendingDownOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trending-down-outlined (create-svg-icon (e "path" #js {"d" "m16 18 2.29-2.29-4.88-4.88-4 4L2 7.41 3.41 6l6 6 4-4 6.3 6.29L22 12v6h-6z"})
"TrendingDownOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/trending_down_rounded.cljs
================================================
(ns reagent-mui.icons.trending-down-rounded
"Imports @mui/icons-material/TrendingDownRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trending-down-rounded (create-svg-icon (e "path" #js {"d" "m16.85 17.15 1.44-1.44-4.88-4.88-3.29 3.29c-.39.39-1.02.39-1.41 0l-6-6.01a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0L9.41 12l3.29-3.29c.39-.39 1.02-.39 1.41 0l5.59 5.58 1.44-1.44c.31-.31.85-.09.85.35v4.29c0 .28-.22.5-.5.5H17.2c-.44.01-.66-.53-.35-.84z"})
"TrendingDownRounded"))
================================================
FILE: src/icons/reagent_mui/icons/trending_down_sharp.cljs
================================================
(ns reagent-mui.icons.trending-down-sharp
"Imports @mui/icons-material/TrendingDownSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trending-down-sharp (create-svg-icon (e "path" #js {"d" "m16 18 2.29-2.29-4.88-4.88-4 4L2 7.41 3.41 6l6 6 4-4 6.3 6.29L22 12v6h-6z"})
"TrendingDownSharp"))
================================================
FILE: src/icons/reagent_mui/icons/trending_down_two_tone.cljs
================================================
(ns reagent-mui.icons.trending-down-two-tone
"Imports @mui/icons-material/TrendingDownTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trending-down-two-tone (create-svg-icon (e "path" #js {"d" "m16 18 2.29-2.29-4.88-4.88-4 4L2 7.41 3.41 6l6 6 4-4 6.3 6.29L22 12v6h-6z"})
"TrendingDownTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/trending_flat.cljs
================================================
(ns reagent-mui.icons.trending-flat
"Imports @mui/icons-material/TrendingFlat as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trending-flat (create-svg-icon (e "path" #js {"d" "m22 12-4-4v3H3v2h15v3z"})
"TrendingFlat"))
================================================
FILE: src/icons/reagent_mui/icons/trending_flat_outlined.cljs
================================================
(ns reagent-mui.icons.trending-flat-outlined
"Imports @mui/icons-material/TrendingFlatOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trending-flat-outlined (create-svg-icon (e "path" #js {"d" "m22 12-4-4v3H3v2h15v3l4-4z"})
"TrendingFlatOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/trending_flat_rounded.cljs
================================================
(ns reagent-mui.icons.trending-flat-rounded
"Imports @mui/icons-material/TrendingFlatRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trending-flat-rounded (create-svg-icon (e "path" #js {"d" "m21.65 11.65-2.79-2.79c-.32-.32-.86-.1-.86.35V11H4c-.55 0-1 .45-1 1s.45 1 1 1h14v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7z"})
"TrendingFlatRounded"))
================================================
FILE: src/icons/reagent_mui/icons/trending_flat_sharp.cljs
================================================
(ns reagent-mui.icons.trending-flat-sharp
"Imports @mui/icons-material/TrendingFlatSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trending-flat-sharp (create-svg-icon (e "path" #js {"d" "m22 12-4-4v3H3v2h15v3l4-4z"})
"TrendingFlatSharp"))
================================================
FILE: src/icons/reagent_mui/icons/trending_flat_two_tone.cljs
================================================
(ns reagent-mui.icons.trending-flat-two-tone
"Imports @mui/icons-material/TrendingFlatTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trending-flat-two-tone (create-svg-icon (e "path" #js {"d" "m22 12-4-4v3H3v2h15v3l4-4z"})
"TrendingFlatTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/trending_up.cljs
================================================
(ns reagent-mui.icons.trending-up
"Imports @mui/icons-material/TrendingUp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trending-up (create-svg-icon (e "path" #js {"d" "m16 6 2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6z"})
"TrendingUp"))
================================================
FILE: src/icons/reagent_mui/icons/trending_up_outlined.cljs
================================================
(ns reagent-mui.icons.trending-up-outlined
"Imports @mui/icons-material/TrendingUpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trending-up-outlined (create-svg-icon (e "path" #js {"d" "m16 6 2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6h-6z"})
"TrendingUpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/trending_up_rounded.cljs
================================================
(ns reagent-mui.icons.trending-up-rounded
"Imports @mui/icons-material/TrendingUpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trending-up-rounded (create-svg-icon (e "path" #js {"d" "m16.85 6.85 1.44 1.44-4.88 4.88-3.29-3.29a.9959.9959 0 0 0-1.41 0l-6 6.01c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L9.41 12l3.29 3.29c.39.39 1.02.39 1.41 0l5.59-5.58 1.44 1.44c.31.31.85.09.85-.35V6.5c.01-.28-.21-.5-.49-.5h-4.29c-.45 0-.67.54-.36.85z"})
"TrendingUpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/trending_up_sharp.cljs
================================================
(ns reagent-mui.icons.trending-up-sharp
"Imports @mui/icons-material/TrendingUpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trending-up-sharp (create-svg-icon (e "path" #js {"d" "m16 6 2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6h-6z"})
"TrendingUpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/trending_up_two_tone.cljs
================================================
(ns reagent-mui.icons.trending-up-two-tone
"Imports @mui/icons-material/TrendingUpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trending-up-two-tone (create-svg-icon (e "path" #js {"d" "m16 6 2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6h-6z"})
"TrendingUpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/trip_origin.cljs
================================================
(ns reagent-mui.icons.trip-origin
"Imports @mui/icons-material/TripOrigin as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trip-origin (create-svg-icon (e "path" #js {"d" "M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm10 6c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6z"})
"TripOrigin"))
================================================
FILE: src/icons/reagent_mui/icons/trip_origin_outlined.cljs
================================================
(ns reagent-mui.icons.trip-origin-outlined
"Imports @mui/icons-material/TripOriginOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trip-origin-outlined (create-svg-icon (e "path" #js {"d" "M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm10 6c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6z"})
"TripOriginOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/trip_origin_rounded.cljs
================================================
(ns reagent-mui.icons.trip-origin-rounded
"Imports @mui/icons-material/TripOriginRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trip-origin-rounded (create-svg-icon (e "path" #js {"d" "M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm10 6c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6z"})
"TripOriginRounded"))
================================================
FILE: src/icons/reagent_mui/icons/trip_origin_sharp.cljs
================================================
(ns reagent-mui.icons.trip-origin-sharp
"Imports @mui/icons-material/TripOriginSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trip-origin-sharp (create-svg-icon (e "path" #js {"d" "M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm10 6c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6z"})
"TripOriginSharp"))
================================================
FILE: src/icons/reagent_mui/icons/trip_origin_two_tone.cljs
================================================
(ns reagent-mui.icons.trip-origin-two-tone
"Imports @mui/icons-material/TripOriginTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def trip-origin-two-tone (create-svg-icon (e "path" #js {"d" "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 16c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})
"TripOriginTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/troubleshoot.cljs
================================================
(ns reagent-mui.icons.troubleshoot
"Imports @mui/icons-material/Troubleshoot as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def troubleshoot (create-svg-icon [(e "path" #js {"d" "m22 20.59-4.69-4.69C18.37 14.55 19 12.85 19 11c0-4.42-3.58-8-8-8-4.08 0-7.44 3.05-7.93 7h2.02C5.57 7.17 8.03 5 11 5c3.31 0 6 2.69 6 6s-2.69 6-6 6c-2.42 0-4.5-1.44-5.45-3.5H3.4C4.45 16.69 7.46 19 11 19c1.85 0 3.55-.63 4.9-1.69L20.59 22 22 20.59z"}) (e "path" #js {"d" "M8.43 9.69 9.65 15h1.64l1.26-3.78.95 2.28h2V12h-1l-1.25-3h-1.54l-1.12 3.37L9.35 7H7.7l-1.25 4H1v1.5h6.55z"})]
"Troubleshoot"))
================================================
FILE: src/icons/reagent_mui/icons/troubleshoot_outlined.cljs
================================================
(ns reagent-mui.icons.troubleshoot-outlined
"Imports @mui/icons-material/TroubleshootOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def troubleshoot-outlined (create-svg-icon [(e "path" #js {"d" "m22 20.59-4.69-4.69C18.37 14.55 19 12.85 19 11c0-4.42-3.58-8-8-8-4.08 0-7.44 3.05-7.93 7h2.02C5.57 7.17 8.03 5 11 5c3.31 0 6 2.69 6 6s-2.69 6-6 6c-2.42 0-4.5-1.44-5.45-3.5H3.4C4.45 16.69 7.46 19 11 19c1.85 0 3.55-.63 4.9-1.69L20.59 22 22 20.59z"}) (e "path" #js {"d" "M8.43 9.69 9.65 15h1.64l1.26-3.78.95 2.28h2V12h-1l-1.25-3h-1.54l-1.12 3.37L9.35 7H7.7l-1.25 4H1v1.5h6.55z"})]
"TroubleshootOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/troubleshoot_rounded.cljs
================================================
(ns reagent-mui.icons.troubleshoot-rounded
"Imports @mui/icons-material/TroubleshootRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def troubleshoot-rounded (create-svg-icon [(e "path" #js {"d" "m21.29 19.88-3.98-3.98c1.3-1.67 1.96-3.85 1.58-6.2-.54-3.41-3.33-6.14-6.75-6.62C7.57 2.44 3.61 5.69 3.07 10h2.02c.53-3.13 3.48-5.44 6.85-4.93 2.61.4 4.7 2.57 5.02 5.2C17.39 13.9 14.55 17 11 17c-2.42 0-4.5-1.44-5.45-3.5H3.4C4.45 16.69 7.46 19 11 19c1.85 0 3.55-.63 4.9-1.69l3.98 3.98c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41z"}) (e "path" #js {"d" "m8.43 9.69 1.03 4.47c.11.49.55.84 1.05.84.46 0 .87-.3 1.02-.74l1.01-3.04.69 1.66c.16.37.52.62.92.62h.58c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.23l-.97-2.34c-.17-.4-.56-.66-1-.66h-.05c-.46 0-.87.3-1.02.74l-.88 2.63-1.04-4.54C9.43 7.35 8.99 7 8.49 7c-.47 0-.89.31-1.03.76L6.45 11h-4.7c-.41 0-.75.34-.75.75s.34.75.75.75h5.07c.44 0 .82-.28.95-.7l.66-2.11z"})]
"TroubleshootRounded"))
================================================
FILE: src/icons/reagent_mui/icons/troubleshoot_sharp.cljs
================================================
(ns reagent-mui.icons.troubleshoot-sharp
"Imports @mui/icons-material/TroubleshootSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def troubleshoot-sharp (create-svg-icon [(e "path" #js {"d" "m22 20.59-4.69-4.69C18.37 14.55 19 12.85 19 11c0-4.42-3.58-8-8-8-4.08 0-7.44 3.05-7.93 7h2.02C5.57 7.17 8.03 5 11 5c3.31 0 6 2.69 6 6s-2.69 6-6 6c-2.42 0-4.5-1.44-5.45-3.5H3.4C4.45 16.69 7.46 19 11 19c1.85 0 3.55-.63 4.9-1.69L20.59 22 22 20.59z"}) (e "path" #js {"d" "M8.43 9.69 9.65 15h1.64l1.26-3.78.95 2.28h2V12h-1l-1.25-3h-1.54l-1.12 3.37L9.35 7H7.7l-1.25 4H1v1.5h6.55z"})]
"TroubleshootSharp"))
================================================
FILE: src/icons/reagent_mui/icons/troubleshoot_two_tone.cljs
================================================
(ns reagent-mui.icons.troubleshoot-two-tone
"Imports @mui/icons-material/TroubleshootTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def troubleshoot-two-tone (create-svg-icon [(e "path" #js {"d" "m22 20.59-4.69-4.69C18.37 14.55 19 12.85 19 11c0-4.42-3.58-8-8-8-4.08 0-7.44 3.05-7.93 7h2.02C5.57 7.17 8.03 5 11 5c3.31 0 6 2.69 6 6s-2.69 6-6 6c-2.42 0-4.5-1.44-5.45-3.5H3.4C4.45 16.69 7.46 19 11 19c1.85 0 3.55-.63 4.9-1.69L20.59 22 22 20.59z"}) (e "path" #js {"d" "M8.43 9.69 9.65 15h1.64l1.26-3.78.95 2.28h2V12h-1l-1.25-3h-1.54l-1.12 3.37L9.35 7H7.7l-1.25 4H1v1.5h6.55z"})]
"TroubleshootTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/try.cljs
================================================
(ns reagent-mui.icons.try
"Imports @mui/icons-material/Try as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def try (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6.43 9.57L12 15l-1.57-3.43L7 10l3.43-1.57L12 5l1.57 3.43L17 10l-3.43 1.57z"})
"Try"))
================================================
FILE: src/icons/reagent_mui/icons/try_outlined.cljs
================================================
(ns reagent-mui.icons.try-outlined
"Imports @mui/icons-material/TryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def try-outlined (create-svg-icon [(e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12z"}) (e "path" #js {"d" "m12 15 1.57-3.43L17 10l-3.43-1.57L12 5l-1.57 3.43L7 10l3.43 1.57z"})]
"TryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/try_rounded.cljs
================================================
(ns reagent-mui.icons.try-rounded
"Imports @mui/icons-material/TryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def try-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v15.59c0 .89 1.08 1.34 1.71.71L6 18h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6.43 9.57-1.12 2.44c-.18.39-.73.39-.91 0l-1.12-2.44-2.44-1.12c-.39-.18-.39-.73 0-.91l2.44-1.12 1.12-2.44c.18-.39.73-.39.91 0l1.12 2.44 2.44 1.12c.39.18.39.73 0 .91l-2.44 1.12z"})
"TryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/try_sharp.cljs
================================================
(ns reagent-mui.icons.try-sharp
"Imports @mui/icons-material/TrySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def try-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2v20l4-4h16V2zm-8.43 9.57L12 15l-1.57-3.43L7 10l3.43-1.57L12 5l1.57 3.43L17 10l-3.43 1.57z"})
"TrySharp"))
================================================
FILE: src/icons/reagent_mui/icons/try_two_tone.cljs
================================================
(ns reagent-mui.icons.try-two-tone
"Imports @mui/icons-material/TryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def try-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17.17 5.17 16H20V4H4v13.17zm6.43-8.74L12 5l1.57 3.43L17 10l-3.43 1.57L12 15l-1.57-3.43L7 10l3.43-1.57z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12z"}) (e "path" #js {"d" "m12 15 1.57-3.43L17 10l-3.43-1.57L12 5l-1.57 3.43L7 10l3.43 1.57z"})]
"TryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tsunami.cljs
================================================
(ns reagent-mui.icons.tsunami
"Imports @mui/icons-material/Tsunami as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tsunami (create-svg-icon (e "path" #js {"d" "M18.67 17.63c-3.8 2.8-6.12.4-6.67 0-.66.49-2.92 2.76-6.67 0C3.43 19.03 2.65 19 2 19v2c1.16 0 2.3-.32 3.33-.93 2.06 1.22 4.61 1.22 6.67 0 2.06 1.22 4.61 1.22 6.67 0 1.03.61 2.17.93 3.33.93v-2c-.66 0-1.5-.02-3.33-1.37zm.66-5.63H22v-2h-2.67C17.5 10 16 8.5 16 6.67c0-1.02.38-1.74 1.09-3.34-1.37-.21-2-.33-3.09-.33C7.36 3 2.15 8.03 2.01 14.5l-.01 2c1.16 0 2.3-.32 3.33-.93 2.06 1.22 4.61 1.22 6.67 0 2.06 1.22 4.61 1.22 6.67 0 1.03.61 2.17.93 3.33.93v-2c-.66 0-1.5-.02-3.33-1.37-3.8 2.8-6.12.4-6.67 0-.9.67-.54.41-.91.63-.7-.94-1.09-2.06-1.09-3.26 0-2.58 1.77-4.74 4.21-5.33-.13.51-.21 1.02-.21 1.5C14 9.61 16.39 12 19.33 12z"})
"Tsunami"))
================================================
FILE: src/icons/reagent_mui/icons/tsunami_outlined.cljs
================================================
(ns reagent-mui.icons.tsunami-outlined
"Imports @mui/icons-material/TsunamiOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tsunami-outlined (create-svg-icon (e "path" #js {"d" "M18.67 17.63c-3.8 2.8-6.12.4-6.67 0-.66.49-2.92 2.76-6.67 0C3.43 19.03 2.65 19 2 19v2c1.16 0 2.3-.32 3.33-.93 2.06 1.22 4.61 1.22 6.67 0 2.06 1.22 4.61 1.22 6.67 0 1.03.61 2.17.93 3.33.93v-2c-.66 0-1.5-.02-3.33-1.37zm.66-5.63H22v-2h-2.67C17.5 10 16 8.5 16 6.67c0-1.02.38-1.74 1.09-3.34-1.37-.21-2-.33-3.09-.33C7.36 3 2.15 8.03 2.01 14.5l-.01 2c1.16 0 2.3-.32 3.33-.93 2.06 1.22 4.61 1.22 6.67 0 2.06 1.22 4.61 1.22 6.67 0 1.03.61 2.17.93 3.33.93v-2c-.66 0-1.5-.02-3.33-1.37-3.8 2.8-6.12.4-6.67 0-.9.67-.54.41-.91.63-.7-.94-1.09-2.06-1.09-3.26 0-2.58 1.77-4.74 4.21-5.33-.13.51-.21 1.02-.21 1.5C14 9.61 16.39 12 19.33 12zm-14 1.13c-.62.46-.82.63-1.3.87.27-3.53 2.38-6.48 5.43-7.96C8.54 7.29 8 8.83 8 10.5c0 1.42.4 2.77 1.13 3.95-.72.07-1.79.15-3.8-1.32z"})
"TsunamiOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tsunami_rounded.cljs
================================================
(ns reagent-mui.icons.tsunami-rounded
"Imports @mui/icons-material/TsunamiRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tsunami-rounded (create-svg-icon (e "path" #js {"d" "M18.16 17.98c-2.76 1.76-4.67.77-5.61.08-.34-.24-.78-.23-1.12.01-.97.7-2.83 1.65-5.55-.06-.33-.21-.75-.23-1.07-.01-.91.61-1.53.85-2 .94-.47.09-.81.5-.81.97 0 .6.54 1.09 1.13.98.77-.14 1.51-.42 2.2-.83 2.04 1.21 4.63 1.21 6.67 0 2.06 1.22 4.61 1.22 6.67 0 .69.41 1.44.69 2.21.83.59.11 1.13-.38 1.13-.98v-.01c0-.47-.33-.88-.8-.97-.49-.1-1.11-.34-2.02-.94-.31-.2-.72-.21-1.03-.01zM19.33 12H21c.55 0 1-.45 1-1s-.45-1-1-1h-1.61c-1.86 0-3.4-1.5-3.39-3.36 0-.37.06-.7.16-1.05.37-1.29-.56-2.56-1.89-2.59H14C7.36 3 2.15 8.03 2.01 14.5v.03c-.04 1.13 1.07 1.98 2.14 1.6.4-.14.78-.32 1.15-.54 2.08 1.2 4.64 1.22 6.7-.02 2.06 1.22 4.61 1.22 6.67 0 .68.41 1.42.68 2.18.82.6.11 1.16-.36 1.16-.98v-.01c0-.46-.32-.88-.78-.97-.49-.09-1.12-.33-2.03-.94-.31-.21-.73-.22-1.05-.01-2.73 1.74-4.63.77-5.58.09-.35-.25-.81-.26-1.16-.01-.15.11-.09.06-.32.2-.7-.94-1.09-2.06-1.09-3.26 0-2.58 1.77-4.74 4.21-5.33-.13.51-.21 1.02-.21 1.5C14 9.61 16.39 12 19.33 12z"})
"TsunamiRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tsunami_sharp.cljs
================================================
(ns reagent-mui.icons.tsunami-sharp
"Imports @mui/icons-material/TsunamiSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tsunami-sharp (create-svg-icon (e "path" #js {"d" "M18.67 17.63c-3.8 2.8-6.12.4-6.67 0-.66.49-2.92 2.76-6.67 0C3.43 19.03 2.65 19 2 19v2c1.16 0 2.3-.32 3.33-.93 2.06 1.22 4.61 1.22 6.67 0 2.06 1.22 4.61 1.22 6.67 0 1.03.61 2.17.93 3.33.93v-2c-.66 0-1.5-.02-3.33-1.37zm.66-5.63H22v-2h-2.67C17.5 10 16 8.5 16 6.67c0-1.02.38-1.74 1.09-3.34-1.37-.21-2-.33-3.09-.33C7.36 3 2.15 8.03 2.01 14.5l-.01 2c1.16 0 2.3-.32 3.33-.93 2.06 1.22 4.61 1.22 6.67 0 2.06 1.22 4.61 1.22 6.67 0 1.03.61 2.17.93 3.33.93v-2c-.66 0-1.5-.02-3.33-1.37-3.8 2.8-6.12.4-6.67 0-.9.67-.54.41-.91.63-.7-.94-1.09-2.06-1.09-3.26 0-2.58 1.77-4.74 4.21-5.33-.13.51-.21 1.02-.21 1.5C14 9.61 16.39 12 19.33 12z"})
"TsunamiSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tsunami_two_tone.cljs
================================================
(ns reagent-mui.icons.tsunami-two-tone
"Imports @mui/icons-material/TsunamiTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tsunami-two-tone (create-svg-icon [(e "path" #js {"d" "M4.04 14c.47-.24.68-.41 1.3-.87 2 1.48 3.07 1.39 3.79 1.32C8.4 13.27 8 11.92 8 10.5c0-1.67.54-3.21 1.47-4.46C6.41 7.52 4.3 10.46 4.04 14z", "opacity" ".3"}) (e "path" #js {"d" "M12 17.63c-.66.49-2.92 2.76-6.67 0C3.43 19.03 2.65 19 2 19v2c1.16 0 2.3-.32 3.33-.93 2.06 1.22 4.61 1.22 6.67 0 2.06 1.22 4.61 1.22 6.67 0 1.03.61 2.17.93 3.33.93v-2c-.66 0-1.5-.02-3.33-1.37-3.8 2.8-6.13.4-6.67 0zM19.33 12H22v-2h-2.67C17.5 10 16 8.5 16 6.67c0-1.02.38-1.74 1.09-3.34-1.37-.21-2-.33-3.09-.33C7.36 3 2.15 8.03 2.01 14.5l-.01 2c1.16 0 2.3-.32 3.33-.93 2.06 1.22 4.61 1.22 6.67 0 2.06 1.22 4.61 1.22 6.67 0 1.03.61 2.17.93 3.33.93v-2c-.66 0-1.5-.02-3.33-1.37-3.8 2.8-6.12.4-6.67 0-.9.67-.54.41-.91.63-.7-.94-1.09-2.06-1.09-3.26 0-2.58 1.77-4.74 4.21-5.33-.13.51-.21 1.02-.21 1.5C14 9.61 16.39 12 19.33 12zm-10.2 2.45c-.72.07-1.79.16-3.79-1.32-.62.46-.82.63-1.3.87.27-3.53 2.38-6.48 5.43-7.96C8.54 7.29 8 8.83 8 10.5c0 1.42.4 2.77 1.13 3.95z"})]
"TsunamiTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tty.cljs
================================================
(ns reagent-mui.icons.tty
"Imports @mui/icons-material/Tty as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tty (create-svg-icon (e "path" #js {"d" "M14 4h2v2h-2V4zm-1 3h2v2h-2V7zm-2-3h2v2h-2V4zm7 5h-2V7h2v2zm1-3h-2V4h2v2zm2 3h-2V7h2v2zm1-3h-2V4h2v2zm-7.38 8.38L12.1 16.9c-2.5-1.43-4.57-3.5-6-6l2.52-2.52c.24-.24.34-.58.28-.9L8.16 3.8c-.09-.46-.5-.8-.98-.8H3.03c-.56 0-1.03.47-1 1.03.17 2.89 1.02 5.6 2.4 7.97 1.58 2.73 3.85 4.99 6.57 6.57 2.37 1.37 5.08 2.23 7.97 2.4.56.03 1.03-.44 1.03-1v-4.15c0-.48-.34-.89-.8-.98l-3.67-.73a.991.991 0 0 0-.91.27zM14 10h2v2h-2v-2zm-3 0h2v2h-2v-2zm8 2h-2v-2h2v2zm3 0h-2v-2h2v2z"})
"Tty"))
================================================
FILE: src/icons/reagent_mui/icons/tty_outlined.cljs
================================================
(ns reagent-mui.icons.tty-outlined
"Imports @mui/icons-material/TtyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tty-outlined (create-svg-icon (e "path" #js {"d" "M16 6h-2V4h2v2zm2 1h-2v2h2V7zm1 2h2V7h-2v2zm0-5h-2v2h2V4zm-4 3h-2v2h2V7zm4 3h-2v2h2v-2zm-3 0h-2v2h2v-2zm-3-6h-2v2h2V4zm7 11.82v4.15c0 .56-.47 1.03-1.03 1-2.89-.17-5.6-1.03-7.97-2.4A17.999 17.999 0 0 1 4.43 12C3.05 9.63 2.2 6.92 2.03 4.03 2 3.47 2.47 3 3.03 3h4.15c.48 0 .89.34.98.8l.74 3.68c.07.33-.04.67-.27.9L6.1 10.9c1.43 2.5 3.5 4.57 6 6l2.52-2.52c.24-.24.58-.34.9-.27l3.67.73c.47.09.81.5.81.98zM5.18 8.99l1.65-1.65L6.36 5H4.13c.17 1.37.53 2.71 1.05 3.99zM18 16.64l-2.34-.47-1.65 1.65c1.28.52 2.63.87 3.99 1.05v-2.23zM20 4v2h2V4h-2zm0 8h2v-2h-2v2zm-7-2h-2v2h2v-2z"})
"TtyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tty_rounded.cljs
================================================
(ns reagent-mui.icons.tty-rounded
"Imports @mui/icons-material/TtyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tty-rounded (create-svg-icon (e "path" #js {"d" "M15 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-1 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-2-3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm5 5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-6.38 8.38L12.1 16.9c-2.5-1.43-4.57-3.5-6-6l2.52-2.52c.24-.24.34-.58.28-.9L8.16 3.8c-.09-.46-.5-.8-.98-.8H3.03c-.56 0-1.03.47-1 1.03.17 2.89 1.02 5.6 2.4 7.97 1.58 2.73 3.85 4.99 6.57 6.57 2.37 1.37 5.08 2.23 7.97 2.4.56.03 1.03-.44 1.03-1v-4.15c0-.48-.34-.89-.8-.98l-3.67-.73a.991.991 0 0 0-.91.27zM15 10c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-3 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm6 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})
"TtyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tty_sharp.cljs
================================================
(ns reagent-mui.icons.tty-sharp
"Imports @mui/icons-material/TtySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tty-sharp (create-svg-icon (e "path" #js {"d" "M20 15v6c-3.28 0-6.35-.89-9-2.43A17.999 17.999 0 0 1 4.43 12C2.89 9.35 2 6.28 2 3h6l1 5-2.9 2.9c1.43 2.5 3.5 4.57 6 6L15 14l5 1zm-6-9h2V4h-2v2zm-1 3h2V7h-2v2zm-2-3h2V4h-2v2zm7 1h-2v2h2V7zm1-3h-2v2h2V4zm2 3h-2v2h2V7zm1-3h-2v2h2V4zm-8 8h2v-2h-2v2zm-3 0h2v-2h-2v2zm8-2h-2v2h2v-2zm3 0h-2v2h2v-2z"})
"TtySharp"))
================================================
FILE: src/icons/reagent_mui/icons/tty_two_tone.cljs
================================================
(ns reagent-mui.icons.tty-two-tone
"Imports @mui/icons-material/TtyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tty-two-tone (create-svg-icon [(e "path" #js {"d" "M4.13 5c.17 1.37.53 2.71 1.05 3.99l1.65-1.65L6.36 5H4.13zm11.53 11.17-1.65 1.65c1.28.52 2.63.87 3.99 1.05v-2.23l-2.34-.47z", "opacity" ".3"}) (e "path" #js {"d" "m19.2 14.84-3.67-.73c-.33-.07-.67.04-.9.27L12.1 16.9c-2.5-1.43-4.57-3.5-6-6l2.52-2.52c.24-.24.34-.58.28-.9L8.16 3.8c-.09-.46-.5-.8-.98-.8H3.03c-.56 0-1.03.47-1 1.03.17 2.89 1.02 5.6 2.4 7.97 1.58 2.73 3.85 4.99 6.57 6.57 2.37 1.37 5.08 2.23 7.97 2.4.56.03 1.03-.44 1.03-1v-4.15c0-.48-.34-.89-.8-.98zM4.13 5h2.23l.47 2.34-1.65 1.65C4.66 7.71 4.3 6.37 4.13 5zM18 18.87c-1.37-.17-2.71-.53-3.99-1.05l1.65-1.65 2.34.47v2.23zM14 4h2v2h-2V4zm-1 3h2v2h-2V7zm-2-3h2v2h-2V4zm7 5h-2V7h2v2zm1-3h-2V4h2v2zm2 3h-2V7h2v2zm1-3h-2V4h2v2zm-8 4h2v2h-2v-2zm-3 0h2v2h-2v-2zm8 2h-2v-2h2v2zm3 0h-2v-2h2v2z"})]
"TtyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tune.cljs
================================================
(ns reagent-mui.icons.tune
"Imports @mui/icons-material/Tune as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tune (create-svg-icon (e "path" #js {"d" "M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"})
"Tune"))
================================================
FILE: src/icons/reagent_mui/icons/tune_outlined.cljs
================================================
(ns reagent-mui.icons.tune-outlined
"Imports @mui/icons-material/TuneOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tune-outlined (create-svg-icon (e "path" #js {"d" "M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"})
"TuneOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tune_rounded.cljs
================================================
(ns reagent-mui.icons.tune-rounded
"Imports @mui/icons-material/TuneRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tune-rounded (create-svg-icon (e "path" #js {"d" "M3 18c0 .55.45 1 1 1h5v-2H4c-.55 0-1 .45-1 1zM3 6c0 .55.45 1 1 1h9V5H4c-.55 0-1 .45-1 1zm10 14v-1h7c.55 0 1-.45 1-1s-.45-1-1-1h-7v-1c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1zM7 10v1H4c-.55 0-1 .45-1 1s.45 1 1 1h3v1c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1s-1 .45-1 1zm14 2c0-.55-.45-1-1-1h-9v2h9c.55 0 1-.45 1-1zm-5-3c.55 0 1-.45 1-1V7h3c.55 0 1-.45 1-1s-.45-1-1-1h-3V4c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1z"})
"TuneRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tune_sharp.cljs
================================================
(ns reagent-mui.icons.tune-sharp
"Imports @mui/icons-material/TuneSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tune-sharp (create-svg-icon (e "path" #js {"d" "M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"})
"TuneSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tune_two_tone.cljs
================================================
(ns reagent-mui.icons.tune-two-tone
"Imports @mui/icons-material/TuneTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tune-two-tone (create-svg-icon (e "path" #js {"d" "M3 5h10v2H3zm4 6H3v2h4v2h2V9H7zm6 4h-2v6h2v-2h8v-2h-8zM3 17h6v2H3zm8-6h10v2H11zm6-8h-2v6h2V7h4V5h-4z"})
"TuneTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tungsten.cljs
================================================
(ns reagent-mui.icons.tungsten
"Imports @mui/icons-material/Tungsten as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tungsten (create-svg-icon (e "path" #js {"d" "M11 19h2v3h-2zm-9-8h3v2H2zm17 0h3v2h-3zm-3.106 6.8014 1.4072-1.4071 2.1213 2.1213-1.4071 1.4071zm-11.3099.7071 2.1214-2.1213 1.4071 1.4072-2.1213 2.1213zM15 8.02V3H9v5.02c-1.21.92-2 2.35-2 3.98 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.06-2-3.98zM11 5h2v2.1c-.32-.06-.66-.1-1-.1s-.68.04-1 .1V5z"})
"Tungsten"))
================================================
FILE: src/icons/reagent_mui/icons/tungsten_outlined.cljs
================================================
(ns reagent-mui.icons.tungsten-outlined
"Imports @mui/icons-material/TungstenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tungsten-outlined (create-svg-icon (e "path" #js {"d" "M11 19h2v3h-2zm-9-8h3v2H2zm17 0h3v2h-3zm-3.106 6.8014 1.4072-1.4071 2.1213 2.1213-1.4071 1.4071zm-11.3099.7071 2.1214-2.1213 1.4071 1.4072-2.1213 2.1213zM15 8.02V3H9v5.02c-1.21.92-2 2.35-2 3.98 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.06-2-3.98zM11 5h2v2.1c-.32-.06-.66-.1-1-.1s-.68.04-1 .1V5zm1 10c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"})
"TungstenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tungsten_rounded.cljs
================================================
(ns reagent-mui.icons.tungsten-rounded
"Imports @mui/icons-material/TungstenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tungsten-rounded (create-svg-icon (e "path" #js {"d" "M12 19c-.56 0-1 .45-1 1v1c0 .55.45 1 1 1s1-.45 1-1v-1c0-.55-.45-1-1-1zm-6.01-1.91-.71.71c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l.71-.71c.39-.39.39-1.02 0-1.41-.38-.38-1.02-.38-1.41 0zM5 12c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1zm16-1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1zm-2.99 6.09a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.71.71c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-.71-.71zM15 8.02V5c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v3.02c-1.43 1.08-2.28 2.9-1.91 4.91.36 1.95 1.9 3.55 3.84 3.95C14.16 17.56 17 15.11 17 12c0-1.63-.79-3.06-2-3.98zm-2-.92c-.32-.06-.66-.1-1-.1s-.68.04-1 .1V5h2v2.1z"})
"TungstenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tungsten_sharp.cljs
================================================
(ns reagent-mui.icons.tungsten-sharp
"Imports @mui/icons-material/TungstenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tungsten-sharp (create-svg-icon (e "path" #js {"d" "M11 19h2v3h-2zm-9-8h3v2H2zm17 0h3v2h-3zm-3.106 6.8014 1.4072-1.4071 2.1213 2.1213-1.4071 1.4071zm-11.3099.7071 2.1214-2.1213 1.4071 1.4072-2.1213 2.1213zM15 8.02V3H9v5.02c-1.21.92-2 2.35-2 3.98 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.06-2-3.98zM11 5h2v2.1c-.32-.06-.66-.1-1-.1s-.68.04-1 .1V5z"})
"TungstenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tungsten_two_tone.cljs
================================================
(ns reagent-mui.icons.tungsten-two-tone
"Imports @mui/icons-material/TungstenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tungsten-two-tone (create-svg-icon [(e "path" #js {"d" "M13 7.1V5h-2v2.1c.32-.06.66-.1 1-.1s.68.04 1 .1z", "opacity" ".3"}) (e "path" #js {"d" "M11 19h2v3h-2zm-9-8h3v2H2zm17 0h3v2h-3zm-3.106 6.8014 1.4072-1.4071 2.1213 2.1213-1.4071 1.4071zm-11.3099.7071 2.1214-2.1213 1.4071 1.4072-2.1213 2.1213zM15 8.02V3H9v5.02c-1.21.92-2 2.35-2 3.98 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.06-2-3.98zM11 5h2v2.1c-.32-.06-.66-.1-1-.1s-.68.04-1 .1V5zm1 10c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"})]
"TungstenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/turn_left.cljs
================================================
(ns reagent-mui.icons.turn-left
"Imports @mui/icons-material/TurnLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-left (create-svg-icon (e "path" #js {"d" "m6.83 11 1.59 1.59L7 14l-4-4 4-4 1.41 1.41L6.83 9H15c1.1 0 2 .9 2 2v9h-2v-9H6.83z"})
"TurnLeft"))
================================================
FILE: src/icons/reagent_mui/icons/turn_left_outlined.cljs
================================================
(ns reagent-mui.icons.turn-left-outlined
"Imports @mui/icons-material/TurnLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-left-outlined (create-svg-icon (e "path" #js {"d" "m6.83 11 1.59 1.59L7 14l-4-4 4-4 1.41 1.41L6.83 9H15c1.1 0 2 .9 2 2v9h-2v-9H6.83z"})
"TurnLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/turn_left_rounded.cljs
================================================
(ns reagent-mui.icons.turn-left-rounded
"Imports @mui/icons-material/TurnLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-left-rounded (create-svg-icon (e "path" #js {"d" "M7.71 13.29c-.39.39-1.02.39-1.41 0L3.71 10.7a.9959.9959 0 0 1 0-1.41L6.3 6.7c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41L6.83 9H15c1.1 0 2 .9 2 2v8c0 .55-.45 1-1 1s-1-.45-1-1v-8H6.83l.88.88c.39.39.39 1.02 0 1.41z"})
"TurnLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/turn_left_sharp.cljs
================================================
(ns reagent-mui.icons.turn-left-sharp
"Imports @mui/icons-material/TurnLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-left-sharp (create-svg-icon (e "path" #js {"d" "m6.83 11 1.58 1.59L7 14l-4-4 4-4 1.41 1.41L6.83 9H17v11h-2v-9z"})
"TurnLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/turn_left_two_tone.cljs
================================================
(ns reagent-mui.icons.turn-left-two-tone
"Imports @mui/icons-material/TurnLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-left-two-tone (create-svg-icon (e "path" #js {"d" "m6.83 11 1.59 1.59L7 14l-4-4 4-4 1.41 1.41L6.83 9H15c1.1 0 2 .9 2 2v9h-2v-9H6.83z"})
"TurnLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/turn_right.cljs
================================================
(ns reagent-mui.icons.turn-right
"Imports @mui/icons-material/TurnRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-right (create-svg-icon (e "path" #js {"d" "m17.17 11-1.59 1.59L17 14l4-4-4-4-1.41 1.41L17.17 9H9c-1.1 0-2 .9-2 2v9h2v-9h8.17z"})
"TurnRight"))
================================================
FILE: src/icons/reagent_mui/icons/turn_right_outlined.cljs
================================================
(ns reagent-mui.icons.turn-right-outlined
"Imports @mui/icons-material/TurnRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-right-outlined (create-svg-icon (e "path" #js {"d" "m17.17 11-1.59 1.59L17 14l4-4-4-4-1.41 1.41L17.17 9H9c-1.1 0-2 .9-2 2v9h2v-9h8.17z"})
"TurnRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/turn_right_rounded.cljs
================================================
(ns reagent-mui.icons.turn-right-rounded
"Imports @mui/icons-material/TurnRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-right-rounded (create-svg-icon (e "path" #js {"d" "M16.29 13.29c.39.39 1.02.39 1.41 0l2.59-2.59c.39-.39.39-1.02 0-1.41L17.7 6.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.88.89H9c-1.1 0-2 .9-2 2v8c0 .55.45 1 1 1s1-.45 1-1v-8h8.17l-.88.88c-.39.39-.39 1.02 0 1.41z"})
"TurnRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/turn_right_sharp.cljs
================================================
(ns reagent-mui.icons.turn-right-sharp
"Imports @mui/icons-material/TurnRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-right-sharp (create-svg-icon (e "path" #js {"d" "m17.17 11-1.58 1.59L17 14l4-4-4-4-1.41 1.41L17.17 9H7v11h2v-9z"})
"TurnRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/turn_right_two_tone.cljs
================================================
(ns reagent-mui.icons.turn-right-two-tone
"Imports @mui/icons-material/TurnRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-right-two-tone (create-svg-icon (e "path" #js {"d" "m17.17 11-1.59 1.59L17 14l4-4-4-4-1.41 1.41L17.17 9H9c-1.1 0-2 .9-2 2v9h2v-9h8.17z"})
"TurnRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/turn_sharp_left.cljs
================================================
(ns reagent-mui.icons.turn-sharp-left
"Imports @mui/icons-material/TurnSharpLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-sharp-left (create-svg-icon (e "path" #js {"d" "M6 6.83 4.41 8.41 3 7l4-4 4 4-1.41 1.41L8 6.83V13h8c1.1 0 2 .9 2 2v6h-2v-6H8c-1.1 0-2-.9-2-2V6.83z"})
"TurnSharpLeft"))
================================================
FILE: src/icons/reagent_mui/icons/turn_sharp_left_outlined.cljs
================================================
(ns reagent-mui.icons.turn-sharp-left-outlined
"Imports @mui/icons-material/TurnSharpLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-sharp-left-outlined (create-svg-icon (e "path" #js {"d" "M6 6.83 4.41 8.41 3 7l4-4 4 4-1.41 1.41L8 6.83V13h8c1.1 0 2 .9 2 2v6h-2v-6H8c-1.1 0-2-.9-2-2V6.83z"})
"TurnSharpLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/turn_sharp_left_rounded.cljs
================================================
(ns reagent-mui.icons.turn-sharp-left-rounded
"Imports @mui/icons-material/TurnSharpLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-sharp-left-rounded (create-svg-icon (e "path" #js {"d" "m8 6.83.88.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L7.71 3.71a.9959.9959 0 0 0-1.41 0L3.71 6.29c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L6 6.83V13c0 1.1.9 2 2 2h8v5c0 .55.45 1 1 1s1-.45 1-1v-5c0-1.1-.9-2-2-2H8V6.83z"})
"TurnSharpLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/turn_sharp_left_sharp.cljs
================================================
(ns reagent-mui.icons.turn-sharp-left-sharp
"Imports @mui/icons-material/TurnSharpLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-sharp-left-sharp (create-svg-icon (e "path" #js {"d" "M6 6.83 4.41 8.41 3 7l4-4 4 4-1.41 1.41L8 6.83V13h10v8h-2v-6H6z"})
"TurnSharpLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/turn_sharp_left_two_tone.cljs
================================================
(ns reagent-mui.icons.turn-sharp-left-two-tone
"Imports @mui/icons-material/TurnSharpLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-sharp-left-two-tone (create-svg-icon (e "path" #js {"d" "M6 6.83 4.41 8.41 3 7l4-4 4 4-1.41 1.41L8 6.83V13h8c1.1 0 2 .9 2 2v6h-2v-6H8c-1.1 0-2-.9-2-2V6.83z"})
"TurnSharpLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/turn_sharp_right.cljs
================================================
(ns reagent-mui.icons.turn-sharp-right
"Imports @mui/icons-material/TurnSharpRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-sharp-right (create-svg-icon (e "path" #js {"d" "m18 6.83 1.59 1.59L21 7l-4-4-4 4 1.41 1.41L16 6.83V13H8c-1.1 0-2 .9-2 2v6h2v-6h8c1.1 0 2-.9 2-2V6.83z"})
"TurnSharpRight"))
================================================
FILE: src/icons/reagent_mui/icons/turn_sharp_right_outlined.cljs
================================================
(ns reagent-mui.icons.turn-sharp-right-outlined
"Imports @mui/icons-material/TurnSharpRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-sharp-right-outlined (create-svg-icon (e "path" #js {"d" "m18 6.83 1.59 1.59L21 7l-4-4-4 4 1.41 1.41L16 6.83V13H8c-1.1 0-2 .9-2 2v6h2v-6h8c1.1 0 2-.9 2-2V6.83z"})
"TurnSharpRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/turn_sharp_right_rounded.cljs
================================================
(ns reagent-mui.icons.turn-sharp-right-rounded
"Imports @mui/icons-material/TurnSharpRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-sharp-right-rounded (create-svg-icon (e "path" #js {"d" "m16 6.83-.88.88c-.39.39-1.02.39-1.41 0a.9959.9959 0 0 1 0-1.41l2.59-2.59c.39-.39 1.02-.39 1.41 0L20.3 6.3c.39.39.39 1.02 0 1.41-.39.39-1.02.39-1.41 0L18 6.83V13c0 1.1-.9 2-2 2H8v5c0 .55-.45 1-1 1s-1-.45-1-1v-5c0-1.1.9-2 2-2h8V6.83z"})
"TurnSharpRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/turn_sharp_right_sharp.cljs
================================================
(ns reagent-mui.icons.turn-sharp-right-sharp
"Imports @mui/icons-material/TurnSharpRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-sharp-right-sharp (create-svg-icon (e "path" #js {"d" "m18 6.83 1.59 1.58L21 7l-4-4-4 4 1.41 1.41L16 6.83V13H6v8h2v-6h10z"})
"TurnSharpRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/turn_sharp_right_two_tone.cljs
================================================
(ns reagent-mui.icons.turn-sharp-right-two-tone
"Imports @mui/icons-material/TurnSharpRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-sharp-right-two-tone (create-svg-icon (e "path" #js {"d" "m18 6.83 1.59 1.59L21 7l-4-4-4 4 1.41 1.41L16 6.83V13H8c-1.1 0-2 .9-2 2v6h2v-6h8c1.1 0 2-.9 2-2V6.83z"})
"TurnSharpRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/turn_slight_left.cljs
================================================
(ns reagent-mui.icons.turn-slight-left
"Imports @mui/icons-material/TurnSlightLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-slight-left (create-svg-icon (e "path" #js {"d" "M11.66 6V4H6v5.66h2V7.41l5 5V20h2v-7.58c0-.53-.21-1.04-.59-1.41l-5-5h2.25z"})
"TurnSlightLeft"))
================================================
FILE: src/icons/reagent_mui/icons/turn_slight_left_outlined.cljs
================================================
(ns reagent-mui.icons.turn-slight-left-outlined
"Imports @mui/icons-material/TurnSlightLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-slight-left-outlined (create-svg-icon (e "path" #js {"d" "M11.66 6V4H6v5.66h2V7.41l5 5V20h2v-7.58c0-.53-.21-1.04-.59-1.41l-5-5h2.25z"})
"TurnSlightLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/turn_slight_left_rounded.cljs
================================================
(ns reagent-mui.icons.turn-slight-left-rounded
"Imports @mui/icons-material/TurnSlightLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-slight-left-rounded (create-svg-icon (e "path" #js {"d" "M11.66 5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v3.66c0 .55.45 1 1 1s1-.45 1-1V7.41l5 5V19c0 .55.45 1 1 1s1-.45 1-1v-6.58c0-.53-.21-1.04-.59-1.41l-5-5h1.24c.56-.01 1.01-.46 1.01-1.01z"})
"TurnSlightLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/turn_slight_left_sharp.cljs
================================================
(ns reagent-mui.icons.turn-slight-left-sharp
"Imports @mui/icons-material/TurnSlightLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-slight-left-sharp (create-svg-icon (e "path" #js {"d" "M11.66 6V4H6v5.66h2V7.41l5 5V20h2v-8.41L9.41 6z"})
"TurnSlightLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/turn_slight_left_two_tone.cljs
================================================
(ns reagent-mui.icons.turn-slight-left-two-tone
"Imports @mui/icons-material/TurnSlightLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-slight-left-two-tone (create-svg-icon (e "path" #js {"d" "M11.66 6V4H6v5.66h2V7.41l5 5V20h2v-7.58c0-.53-.21-1.04-.59-1.41l-5-5h2.25z"})
"TurnSlightLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/turn_slight_right.cljs
================================================
(ns reagent-mui.icons.turn-slight-right
"Imports @mui/icons-material/TurnSlightRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-slight-right (create-svg-icon (e "path" #js {"d" "M12.34 6V4H18v5.66h-2V7.41l-5 5V20H9v-7.58c0-.53.21-1.04.59-1.41l5-5h-2.25z"})
"TurnSlightRight"))
================================================
FILE: src/icons/reagent_mui/icons/turn_slight_right_outlined.cljs
================================================
(ns reagent-mui.icons.turn-slight-right-outlined
"Imports @mui/icons-material/TurnSlightRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-slight-right-outlined (create-svg-icon (e "path" #js {"d" "M12.34 6V4H18v5.66h-2V7.41l-5 5V20H9v-7.58c0-.53.21-1.04.59-1.41l5-5h-2.25z"})
"TurnSlightRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/turn_slight_right_rounded.cljs
================================================
(ns reagent-mui.icons.turn-slight-right-rounded
"Imports @mui/icons-material/TurnSlightRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-slight-right-rounded (create-svg-icon (e "path" #js {"d" "M12.34 5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1v3.66c0 .55-.45 1-1 1s-1-.45-1-1V7.41l-5 5V19c0 .55-.45 1-1 1s-1-.45-1-1v-6.58c0-.53.21-1.04.59-1.41l5-5h-1.24C12.79 6 12.34 5.55 12.34 5z"})
"TurnSlightRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/turn_slight_right_sharp.cljs
================================================
(ns reagent-mui.icons.turn-slight-right-sharp
"Imports @mui/icons-material/TurnSlightRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-slight-right-sharp (create-svg-icon (e "path" #js {"d" "M12.34 6V4H18v5.66h-2V7.41l-5 5V20H9v-8.41L14.59 6z"})
"TurnSlightRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/turn_slight_right_two_tone.cljs
================================================
(ns reagent-mui.icons.turn-slight-right-two-tone
"Imports @mui/icons-material/TurnSlightRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turn-slight-right-two-tone (create-svg-icon (e "path" #js {"d" "M12.34 6V4H18v5.66h-2V7.41l-5 5V20H9v-7.58c0-.53.21-1.04.59-1.41l5-5h-2.25z"})
"TurnSlightRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/turned_in.cljs
================================================
(ns reagent-mui.icons.turned-in
"Imports @mui/icons-material/TurnedIn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turned-in (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2z"})
"TurnedIn"))
================================================
FILE: src/icons/reagent_mui/icons/turned_in_not.cljs
================================================
(ns reagent-mui.icons.turned-in-not
"Imports @mui/icons-material/TurnedInNot as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turned-in-not (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15-5-2.18L7 18V5h10v13z"})
"TurnedInNot"))
================================================
FILE: src/icons/reagent_mui/icons/turned_in_not_outlined.cljs
================================================
(ns reagent-mui.icons.turned-in-not-outlined
"Imports @mui/icons-material/TurnedInNotOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turned-in-not-outlined (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15-5-2.18L7 18V5h10v13z"})
"TurnedInNotOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/turned_in_not_rounded.cljs
================================================
(ns reagent-mui.icons.turned-in-not-rounded
"Imports @mui/icons-material/TurnedInNotRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turned-in-not-rounded (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15-5-2.18L7 18V6c0-.55.45-1 1-1h8c.55 0 1 .45 1 1v12z"})
"TurnedInNotRounded"))
================================================
FILE: src/icons/reagent_mui/icons/turned_in_not_sharp.cljs
================================================
(ns reagent-mui.icons.turned-in-not-sharp
"Imports @mui/icons-material/TurnedInNotSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turned-in-not-sharp (create-svg-icon (e "path" #js {"d" "M19 3H5.01L5 21l7-3 7 3V3zm-2 15-5-2.18L7 18V5h10v13z"})
"TurnedInNotSharp"))
================================================
FILE: src/icons/reagent_mui/icons/turned_in_not_two_tone.cljs
================================================
(ns reagent-mui.icons.turned-in-not-two-tone
"Imports @mui/icons-material/TurnedInNotTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turned-in-not-two-tone (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15-5-2.18L7 18V5h10v13z"})
"TurnedInNotTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/turned_in_outlined.cljs
================================================
(ns reagent-mui.icons.turned-in-outlined
"Imports @mui/icons-material/TurnedInOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turned-in-outlined (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2z"})
"TurnedInOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/turned_in_rounded.cljs
================================================
(ns reagent-mui.icons.turned-in-rounded
"Imports @mui/icons-material/TurnedInRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turned-in-rounded (create-svg-icon (e "path" #js {"d" "M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2z"})
"TurnedInRounded"))
================================================
FILE: src/icons/reagent_mui/icons/turned_in_sharp.cljs
================================================
(ns reagent-mui.icons.turned-in-sharp
"Imports @mui/icons-material/TurnedInSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turned-in-sharp (create-svg-icon (e "path" #js {"d" "M19 3H5v18l7-3 7 3V3z"})
"TurnedInSharp"))
================================================
FILE: src/icons/reagent_mui/icons/turned_in_two_tone.cljs
================================================
(ns reagent-mui.icons.turned-in-two-tone
"Imports @mui/icons-material/TurnedInTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def turned-in-two-tone (create-svg-icon [(e "path" #js {"d" "M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2zm0 14.97-4.21-1.81-.79-.34-.79.34L7 17.97V5h10v12.97z"}) (e "path" #js {"d" "m7 17.97 4.21-1.81.79-.34.79.34L17 17.97V5H7z", "opacity" ".3"})]
"TurnedInTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tv.cljs
================================================
(ns reagent-mui.icons.tv
"Imports @mui/icons-material/Tv as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tv (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.1-.9-2-2-2zm0 14H3V5h18v12z"})
"Tv"))
================================================
FILE: src/icons/reagent_mui/icons/tv_off.cljs
================================================
(ns reagent-mui.icons.tv-off
"Imports @mui/icons-material/TvOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tv-off (create-svg-icon (e "path" #js {"d" "m1 3.54 1.53 1.53C1.65 5.28 1 6.06 1 7v12c0 1.1.9 2 2 2h15.46l2 2 1.26-1.27L2.27 2.27 1 3.54zM3 19V7h1.46l12 12H3zM21 5h-7.58l3.29-3.3L16 1l-4 4-4-4-.7.7L10.58 5H7.52l2 2H21v11.48l1.65 1.65c.22-.32.35-.71.35-1.13V7c0-1.11-.89-2-2-2z"})
"TvOff"))
================================================
FILE: src/icons/reagent_mui/icons/tv_off_outlined.cljs
================================================
(ns reagent-mui.icons.tv-off-outlined
"Imports @mui/icons-material/TvOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tv-off-outlined (create-svg-icon (e "path" #js {"d" "M21 7v10.88l1.85 1.85c.09-.23.15-.47.15-.73V7c0-1.11-.89-2-2-2h-7.58l3.29-3.3L16 1l-4 4-4-4-.7.7L10.58 5H8.12l2 2H21zm-.54 16 1.26-1.27-1.26 1.26zM2.41 2.13l-.14.14L1 3.54l1.53 1.53C1.65 5.28 1 6.06 1 7v12c0 1.1.9 2 2 2h15.46l1.99 1.99 1.26-1.26.15-.15L2.41 2.13zM3 19V7h1.46l12 12H3z"})
"TvOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tv_off_rounded.cljs
================================================
(ns reagent-mui.icons.tv-off-rounded
"Imports @mui/icons-material/TvOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tv-off-rounded (create-svg-icon (e "path" #js {"d" "M21 8v9.88l1.85 1.85c.1-.22.15-.47.15-.73V7c0-1.11-.9-2-2-2h-7.59l2.94-2.94c.2-.2.2-.51 0-.71s-.51-.2-.71 0L12 4.99 8.36 1.35c-.2-.2-.51-.2-.71 0s-.2.51 0 .71L10.59 5H8.12l2 2H20c.55 0 1 .45 1 1zM3.12 2.83a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.82.82C1.65 5.28 1 6.06 1 7v12c0 1.1.9 2 2 2h15.46l1.29 1.29c.39.39 1.02.39 1.41 0 .36-.36.37-.92.07-1.31h.03L3.12 2.83zM3 18V8c0-.55.45-1 1-1h.46l12 12H4c-.55 0-1-.45-1-1z"})
"TvOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tv_off_sharp.cljs
================================================
(ns reagent-mui.icons.tv-off-sharp
"Imports @mui/icons-material/TvOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tv-off-sharp (create-svg-icon (e "path" #js {"d" "M21 7v10.88l2 2V5h-9.58l3.29-3.3L16 1l-4 4-4-4-.7.7L10.58 5H8.12l2 2zM2.41 2.13l-.14.14L1 3.54l1.53 1.53H1V21h17.46l1.99 1.99 1.26-1.26.15-.15L2.41 2.13zM3 19V7h1.46l12 12H3z"})
"TvOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tv_off_two_tone.cljs
================================================
(ns reagent-mui.icons.tv-off-two-tone
"Imports @mui/icons-material/TvOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tv-off-two-tone (create-svg-icon [(e "path" #js {"d" "M3 19h13.46l-12-12H3zm7.12-12L21 17.88V7z", "opacity" ".3"}) (e "path" #js {"d" "M21 7v10.88l1.85 1.85c.09-.23.15-.47.15-.73V7c0-1.11-.89-2-2-2h-7.58l3.29-3.3L16 1l-4 4-4-4-.7.7L10.58 5H8.12l2 2H21zm-.54 16 1.26-1.27-1.26 1.26zM2.41 2.13l-.14.14L1 3.54l1.53 1.53C1.65 5.28 1 6.06 1 7v12c0 1.1.9 2 2 2h15.46l1.99 1.99 1.26-1.26.15-.15L2.41 2.13zM3 19V7h1.46l12 12H3z"})]
"TvOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/tv_outlined.cljs
================================================
(ns reagent-mui.icons.tv-outlined
"Imports @mui/icons-material/TvOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tv-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.1-.9-2-2-2zm0 14H3V5h18v12z"})
"TvOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/tv_rounded.cljs
================================================
(ns reagent-mui.icons.tv-rounded
"Imports @mui/icons-material/TvRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tv-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.1-.9-2-2-2zm-1 14H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1z"})
"TvRounded"))
================================================
FILE: src/icons/reagent_mui/icons/tv_sharp.cljs
================================================
(ns reagent-mui.icons.tv-sharp
"Imports @mui/icons-material/TvSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tv-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v16h7v2h8v-2h6.99L23 3zm-2 14H3V5h18v12z"})
"TvSharp"))
================================================
FILE: src/icons/reagent_mui/icons/tv_two_tone.cljs
================================================
(ns reagent-mui.icons.tv-two-tone
"Imports @mui/icons-material/TvTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def tv-two-tone (create-svg-icon [(e "path" #js {"d" "M3 5h18v12H3z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.1-.9-2-2-2zm0 14H3V5h18v12z"})]
"TvTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/twelve_mp.cljs
================================================
(ns reagent-mui.icons.twelve-mp
"Imports @mui/icons-material/TwelveMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twelve-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zM15.5 9h-2v1h3v1.5H12V9c0-.55.45-1 1-1h2V7h-3V5.5h3.5c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm0 5H17v1.5h-1.5z"})
"TwelveMp"))
================================================
FILE: src/icons/reagent_mui/icons/twelve_mp_outlined.cljs
================================================
(ns reagent-mui.icons.twelve-mp-outlined
"Imports @mui/icons-material/TwelveMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twelve-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm8-1.5h-3V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H12V7h3v1h-2c-.55 0-1 .45-1 1v2.5h4.5V10z"})]
"TwelveMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/twelve_mp_rounded.cljs
================================================
(ns reagent-mui.icons.twelve-mp-rounded
"Imports @mui/icons-material/TwelveMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twelve-mp-rounded (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 6c0-.55.45-1 1-1h2V7h-2.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.75c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1h-2v1h2.25c.41 0 .75.34.75.75s-.34.75-.75.75H12V9zM7.75 5.5H9c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75C7.34 7 7 6.66 7 6.25s.34-.75.75-.75zm4.75 12.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"})]
"TwelveMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/twelve_mp_sharp.cljs
================================================
(ns reagent-mui.icons.twelve-mp-sharp
"Imports @mui/icons-material/TwelveMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twelve-mp-sharp (create-svg-icon [(e "path" #js {"d" "M3 3v18h18V3H3zm9 5h3V7h-3V5.5h4.5V9h-3v1h3v1.5H12V8zM7 5.5h3v6H8.5V7H7V5.5zm5.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"TwelveMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/twelve_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.twelve-mp-two-tone
"Imports @mui/icons-material/TwelveMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twelve-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zM12 9c0-.55.45-1 1-1h2V7h-3V5.5h3.5c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1h-2v1h3v1.5H12V9zM7 5.5h3v6H8.5V7H7V5.5zm-1 8c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M8.5 11.5H10v-6H7V7h1.5zm8-1.5h-3V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H12V7h3v1h-2c-.55 0-1 .45-1 1v2.5h4.5V10z"})]
"TwelveMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_four_mp.cljs
================================================
(ns reagent-mui.icons.twenty-four-mp
"Imports @mui/icons-material/TwentyFourMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-four-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 9H8v1h3v1.5H6.5V9c0-.55.45-1 1-1h2V7h-3V5.5H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm8.5 1h-1v1.5H16V10h-3V5.5h1.5v3H16v-3h1.5v3h1V10zm-3 4H17v1.5h-1.5z"})
"TwentyFourMp"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_four_mp_outlined.cljs
================================================
(ns reagent-mui.icons.twenty-four-mp-outlined
"Imports @mui/icons-material/TwentyFourMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-four-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm9.5-1.5h-3.5v6H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1zm-.5 3H15V14h1.5v1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 10H8V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H6.5V7h3v1h-2c-.55 0-1 .45-1 1v2.5H11V10zm5 1.5h1.5V10h1V8.5h-1v-3H16v3h-1.5v-3H13V10h3z"})]
"TwentyFourMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_four_mp_rounded.cljs
================================================
(ns reagent-mui.icons.twenty-four-mp-rounded
"Imports @mui/icons-material/TwentyFourMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-four-mp-rounded (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM6.5 9c0-.55.45-1 1-1h2V7H7.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1H8v1h2.25c.41 0 .75.34.75.75s-.34.75-.75.75H7.5c-.55 0-1-.45-1-1V9zm6 8.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16zm-.25-6h-.25v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V10h-2c-.55 0-1-.45-1-1V6.25c0-.41.34-.75.75-.75s.75.34.75.75V8.5H16V6.25c0-.41.34-.75.75-.75s.75.34.75.75V8.5h.25c.41 0 .75.34.75.75s-.34.75-.75.75z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"TwentyFourMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_four_mp_sharp.cljs
================================================
(ns reagent-mui.icons.twenty-four-mp-sharp
"Imports @mui/icons-material/TwentyFourMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-four-mp-sharp (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm3.5 5h3V7h-3V5.5H11V9H8v1h3v1.5H6.5V8zm6 10.5H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17zm.5-7h-1v1.5H16V10h-3V5.5h1.5v3H16v-3h1.5v3h1V10z"})]
"TwentyFourMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_four_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.twenty-four-mp-two-tone
"Imports @mui/icons-material/TwentyFourMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-four-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm13-3c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1V16zM13 5.5h1.5v3H16v-3h1.5v3h1V10h-1v1.5H16V10h-3V5.5zM6.5 9c0-.55.45-1 1-1h2V7h-3V5.5H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1H8v1h3v1.5H6.5V9zM6 13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm9.5-1.5h-3.5v6H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1zm-.5 3H15V14h1.5v1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 10H8V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H6.5V7h3v1h-2c-.55 0-1 .45-1 1v2.5H11V10zm5 1.5h1.5V10h1V8.5h-1v-3H16v3h-1.5v-3H13V10h3z"})]
"TwentyFourMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_one_mp.cljs
================================================
(ns reagent-mui.icons.twenty-one-mp
"Imports @mui/icons-material/TwentyOneMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-one-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM11 9H9v1h3v1.5H7.5V9c0-.55.45-1 1-1h2V7h-3V5.5H11c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm3-3.5h3v6h-1.5V7H14V5.5zm1.5 8.5H17v1.5h-1.5z"})
"TwentyOneMp"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_one_mp_outlined.cljs
================================================
(ns reagent-mui.icons.twenty-one-mp-outlined
"Imports @mui/icons-material/TwentyOneMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-one-mp-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 11.5H16v-6h-3V7h1.5zM12 10H9V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H7.5V7h3v1h-2c-.55 0-1 .45-1 1v2.5H12V10zm-4.5 4h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm7.5 3h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6H15V17zm0-3h1.5v1.5H15V14z"})]
"TwentyOneMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_one_mp_rounded.cljs
================================================
(ns reagent-mui.icons.twenty-one-mp-rounded
"Imports @mui/icons-material/TwentyOneMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-one-mp-rounded (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.5 9c0-.55.45-1 1-1h2V7H8.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H11c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1H9v1h2.25c.41 0 .75.34.75.75s-.34.75-.75.75H8.5c-.55 0-1-.45-1-1V9zm5 8.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zm.5-11.5c0-.41.34-.75.75-.75H15c.55 0 1 .45 1 1v4.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7h-.75c-.41 0-.75-.34-.75-.75zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"})]
"TwentyOneMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_one_mp_sharp.cljs
================================================
(ns reagent-mui.icons.twenty-one-mp-sharp
"Imports @mui/icons-material/TwentyOneMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-one-mp-sharp (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm4.5 5h3V7h-3V5.5H12V9H9v1h3v1.5H7.5V8zm5 10.5H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zm.5-13h3v6h-1.5V7H13V5.5zM18 17h-3v1.5h-1.5v-6H18V17z"})]
"TwentyOneMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_one_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.twenty-one-mp-two-tone
"Imports @mui/icons-material/TwentyOneMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-one-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M5 19h14V5H5v14zm8-13.5h3v6h-1.5V7H13V5.5zm.5 7H17c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6zM7.5 9c0-.55.45-1 1-1h2V7h-3V5.5H11c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1H9v1h3v1.5H7.5V9zM6 13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 11.5H16v-6h-3V7h1.5zM12 10H9V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H7.5V7h3v1h-2c-.55 0-1 .45-1 1v2.5H12V10zm-4.5 4h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm7.5 3h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6H15V17zm0-3h1.5v1.5H15V14z"})]
"TwentyOneMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_three_mp.cljs
================================================
(ns reagent-mui.icons.twenty-three-mp
"Imports @mui/icons-material/TwentyThreeMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-three-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 9H8v1h3v1.5H6.5V9c0-.55.45-1 1-1h2V7h-3V5.5H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm7.5 1.5c0 .55-.45 1-1 1H13V10h3V9h-2V8h2V7h-3V5.5h3.5c.55 0 1 .45 1 1v4zm-2 3.5H17v1.5h-1.5z"})
"TwentyThreeMp"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_three_mp_outlined.cljs
================================================
(ns reagent-mui.icons.twenty-three-mp-outlined
"Imports @mui/icons-material/TwentyThreeMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-three-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6-1.5v6H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5zm3 3H15V14h1.5v1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 10H8V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H6.5V7h3v1h-2c-.55 0-1 .45-1 1v2.5H11V10zm6.5.5v-4c0-.55-.45-1-1-1H13V7h3v1h-2v1h2v1h-3v1.5h3.5c.55 0 1-.45 1-1z"})]
"TwentyThreeMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_three_mp_rounded.cljs
================================================
(ns reagent-mui.icons.twenty-three-mp-rounded
"Imports @mui/icons-material/TwentyThreeMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-three-mp-rounded (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM6.5 9c0-.55.45-1 1-1h2V7H7.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1H8v1h2.25c.41 0 .75.34.75.75s-.34.75-.75.75H7.5c-.55 0-1-.45-1-1V9zm6 8.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zm.5-7c0-.41.34-.75.75-.75H16V9h-1.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H16V7h-2.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.75c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-2.75c-.41 0-.75-.34-.75-.75zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"TwentyThreeMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_three_mp_sharp.cljs
================================================
(ns reagent-mui.icons.twenty-three-mp-sharp
"Imports @mui/icons-material/TwentyThreeMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-three-mp-sharp (create-svg-icon [(e "path" #js {"d" "M3 3v18h18V3H3zm3.5 5h3V7h-3V5.5H11V9H8v1h3v1.5H6.5V8zm6 10.5H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM13 10h3V9h-2V8h2V7h-3V5.5h4.5v6H13V10zm5 7h-3v1.5h-1.5v-6H18V17z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"TwentyThreeMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_three_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.twenty-three-mp-two-tone
"Imports @mui/icons-material/TwentyThreeMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-three-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zM13 10h3V9h-2V8h2V7h-3V5.5h3.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H13V10zM6.5 9c0-.55.45-1 1-1h2V7h-3V5.5H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1H8v1h3v1.5H6.5V9zM6 13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6-1.5v6H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5zm3 3H15V14h1.5v1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 10H8V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H6.5V7h3v1h-2c-.55 0-1 .45-1 1v2.5H11V10zm6.5.5v-4c0-.55-.45-1-1-1H13V7h3v1h-2v1h2v1h-3v1.5h3.5c.55 0 1-.45 1-1z"})]
"TwentyThreeMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_two_mp.cljs
================================================
(ns reagent-mui.icons.twenty-two-mp
"Imports @mui/icons-material/TwentyTwoMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-two-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 9H8v1h3v1.5H6.5V9c0-.55.45-1 1-1h2V7h-3V5.5H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm6.5 0h-2v1h3v1.5H13V9c0-.55.45-1 1-1h2V7h-3V5.5h3.5c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm-1 5H17v1.5h-1.5z"})
"TwentyTwoMp"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_two_mp_outlined.cljs
================================================
(ns reagent-mui.icons.twenty-two-mp-outlined
"Imports @mui/icons-material/TwentyTwoMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-two-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6-1.5v6H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5zm3 3H15V14h1.5v1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 10H8V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H6.5V7h3v1h-2c-.55 0-1 .45-1 1v2.5H11V10zm6.5 0h-3V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H13V7h3v1h-2c-.55 0-1 .45-1 1v2.5h4.5V10z"})]
"TwentyTwoMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_two_mp_rounded.cljs
================================================
(ns reagent-mui.icons.twenty-two-mp-rounded
"Imports @mui/icons-material/TwentyTwoMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-two-mp-rounded (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM6.5 9c0-.55.45-1 1-1h2V7H7.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1H8v1h2.25c.41 0 .75.34.75.75s-.34.75-.75.75H7.5c-.55 0-1-.45-1-1V9zm6 8.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zm.5-7.25V9c0-.55.45-1 1-1h2V7h-2.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.75c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1h-2v1h2.25c.41 0 .75.34.75.75s-.34.75-.75.75H14c-.55 0-1-.45-1-1zm5 5.5c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"})]
"TwentyTwoMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_two_mp_sharp.cljs
================================================
(ns reagent-mui.icons.twenty-two-mp-sharp
"Imports @mui/icons-material/TwentyTwoMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-two-mp-sharp (create-svg-icon [(e "path" #js {"d" "M3 3v18h18V3H3zm3.5 5h3V7h-3V5.5H11V9H8v1h3v1.5H6.5V8zm6 10.5H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM13 8h3V7h-3V5.5h4.5V9h-3v1h3v1.5H13V8zm5 9h-3v1.5h-1.5v-6H18V17z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"TwentyTwoMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_two_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.twenty-two-mp-two-tone
"Imports @mui/icons-material/TwentyTwoMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-two-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zM13 9c0-.55.45-1 1-1h2V7h-3V5.5h3.5c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1h-2v1h3v1.5H13V9zM6.5 9c0-.55.45-1 1-1h2V7h-3V5.5H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1H8v1h3v1.5H6.5V9zM6 13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6-1.5v6H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5zm3 3H15V14h1.5v1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 10H8V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H6.5V7h3v1h-2c-.55 0-1 .45-1 1v2.5H11V10zm6.5 0h-3V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H13V7h3v1h-2c-.55 0-1 .45-1 1v2.5h4.5V10z"})]
"TwentyTwoMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_zero_mp.cljs
================================================
(ns reagent-mui.icons.twenty-zero-mp
"Imports @mui/icons-material/TwentyZeroMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-zero-mp (create-svg-icon (e "path" #js {"d" "M14.5 7H16v3h-1.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm2-8c0 .55-.45 1-1 1H14c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zM10 9H8v1h3v1.5H6.5V9c0-.55.45-1 1-1h2V7h-3V5.5H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm5.5 5H17v1.5h-1.5z"})
"TwentyZeroMp"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_zero_mp_outlined.cljs
================================================
(ns reagent-mui.icons.twenty-zero-mp-outlined
"Imports @mui/icons-material/TwentyZeroMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-zero-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6-1.5v6H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5zm3 3H15V14h1.5v1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14 11.5h2.5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H14c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-4.5H16v3h-1.5V7zM11 10H8V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H6.5V7h3v1h-2c-.55 0-1 .45-1 1v2.5H11V10z"})]
"TwentyZeroMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_zero_mp_rounded.cljs
================================================
(ns reagent-mui.icons.twenty-zero-mp-rounded
"Imports @mui/icons-material/TwentyZeroMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-zero-mp-rounded (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM6.5 9c0-.55.45-1 1-1h2V7H7.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1H8v1h2.25c.41 0 .75.34.75.75s-.34.75-.75.75H7.5c-.55 0-1-.45-1-1V9zm6 8.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zm.5-7.25v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H14c-.55 0-1-.45-1-1zm5 5.5c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15zm-.5-7H16v3h-1.5z"})]
"TwentyZeroMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_zero_mp_sharp.cljs
================================================
(ns reagent-mui.icons.twenty-zero-mp-sharp
"Imports @mui/icons-material/TwentyZeroMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-zero-mp-sharp (create-svg-icon [(e "path" #js {"d" "M14.5 7H16v3h-1.5z"}) (e "path" #js {"d" "M3 3v18h18V3H3zm3.5 5h3V7h-3V5.5H11V9H8v1h3v1.5H6.5V8zm6 10.5H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zm.5-13h4.5v6H13v-6zM18 17h-3v1.5h-1.5v-6H18V17z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"TwentyZeroMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/twenty_zero_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.twenty-zero-mp-two-tone
"Imports @mui/icons-material/TwentyZeroMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twenty-zero-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zm-5-7c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H14c-.55 0-1-.45-1-1v-4zM6.5 9c0-.55.45-1 1-1h2V7h-3V5.5H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1H8v1h3v1.5H6.5V9zM6 13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M14.5 7H16v3h-1.5zm.5 7h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6-1.5v6H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5zm3 3H15V14h1.5v1.5z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14 11.5h2.5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H14c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm.5-4.5H16v3h-1.5V7zM11 10H8V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H6.5V7h3v1h-2c-.55 0-1 .45-1 1v2.5H11V10z"})]
"TwentyZeroMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/twitter.cljs
================================================
(ns reagent-mui.icons.twitter
"Imports @mui/icons-material/Twitter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def twitter (create-svg-icon (e "path" #js {"d" "M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z"})
"Twitter"))
================================================
FILE: src/icons/reagent_mui/icons/two_k.cljs
================================================
(ns reagent-mui.icons.two-k
"Imports @mui/icons-material/TwoK as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-k (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 9.5H8v1h3V15H6.5v-2.5c0-.55.45-1 1-1h2v-1h-3V9H10c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1zm8 2.5h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"})
"TwoK"))
================================================
FILE: src/icons/reagent_mui/icons/two_k_outlined.cljs
================================================
(ns reagent-mui.icons.two-k-outlined
"Imports @mui/icons-material/TwoKOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-k-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 13.5H8v-1h2c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1H6.5v1.5h3v1h-2c-.55 0-1 .45-1 1V15H11v-1.5zm3.5-.75L16.25 15H18l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5z"})]
"TwoKOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/two_k_plus.cljs
================================================
(ns reagent-mui.icons.two-k-plus
"Imports @mui/icons-material/TwoKPlus as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-k-plus (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9.5 8.5c0 .55-.45 1-1 1h-2v1h3V15H5v-2.5c0-.55.45-1 1-1h2v-1H5V9h3.5c.55 0 1 .45 1 1v1.5zm4.75 3.5-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15h-1.75zM20 12.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"})
"TwoKPlus"))
================================================
FILE: src/icons/reagent_mui/icons/two_k_plus_outlined.cljs
================================================
(ns reagent-mui.icons.two-k-plus-outlined
"Imports @mui/icons-material/TwoKPlusOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-k-plus-outlined (create-svg-icon [(e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M10 13.5H7.5v-1H9c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1H6v1.5h2.5v1H7c-.55 0-1 .45-1 1V15h4v-1.5zm2.5-.75L14.25 15H16l-2.25-3L16 9h-1.75l-1.75 2.25V9H11v6h1.5z"})]
"TwoKPlusOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/two_k_plus_rounded.cljs
================================================
(ns reagent-mui.icons.two-k-plus-rounded
"Imports @mui/icons-material/TwoKPlusRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-k-plus-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 8.5c0 .55-.45 1-1 1H7.5v1h1.75c.41 0 .75.34.75.75s-.34.75-.75.75H7c-.55 0-1-.45-1-1v-1.5c0-.55.45-1 1-1h1.5v-1H6.75c-.41 0-.75-.34-.75-.75S6.34 9 6.75 9H9c.55 0 1 .45 1 1v1.5zm4.04 3.23-1.54-1.98v1.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.5c0-.41.34-.75.75-.75s.75.34.75.75v1.5l1.54-1.98c.13-.17.34-.27.55-.27.58 0 .91.66.56 1.12L13.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12-.21 0-.42-.1-.55-.27zm4.46-2.23h-1v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1v-1c0-.28.22-.5.5-.5s.5.22.5.5v1h1c.28 0 .5.22.5.5s-.22.5-.5.5z"})
"TwoKPlusRounded"))
================================================
FILE: src/icons/reagent_mui/icons/two_k_plus_sharp.cljs
================================================
(ns reagent-mui.icons.two-k-plus-sharp
"Imports @mui/icons-material/TwoKPlusSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-k-plus-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-11 9.5H7.5v1H10V15H6v-3.5h2.5v-1H6V9h4v3.5zm4.25 2.5-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15h-1.75zM19 12.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19v1z"})
"TwoKPlusSharp"))
================================================
FILE: src/icons/reagent_mui/icons/two_k_plus_two_tone.cljs
================================================
(ns reagent-mui.icons.two-k-plus-two-tone
"Imports @mui/icons-material/TwoKPlusTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-k-plus-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14v-6.5h-1.5V14h-1v-1.5H15v-1h1.5V10h1v1.5H19V5H5v14zm6-10h1.5v2.25L14.25 9H16l-2.25 3L16 15h-1.75l-1.75-2.25V15H11V9zm-5 3.5c0-.55.45-1 1-1h1.5v-1H6V9h3c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H7.5v1H10V15H6v-2.5z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8.5h-1.5V10h-1v1.5H15v1h1.5V14h1v-1.5H19V19H5V5h14v6.5z"}) (e "path" #js {"d" "M10 13.5H7.5v-1H9c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1H6v1.5h2.5v1H7c-.55 0-1 .45-1 1V15h4v-1.5zm2.5-.75L14.25 15H16l-2.25-3L16 9h-1.75l-1.75 2.25V9H11v6h1.5z"})]
"TwoKPlusTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/two_k_rounded.cljs
================================================
(ns reagent-mui.icons.two-k-rounded
"Imports @mui/icons-material/TwoKRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-k-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 9.5H8v1h2.25c.41 0 .75.34.75.75s-.34.75-.75.75H7.5c-.55 0-1-.45-1-1v-1.5c0-.55.45-1 1-1h2v-1H7.25c-.41 0-.75-.34-.75-.75S6.84 9 7.25 9H10c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1zm6.59 2.5c-.22 0-.42-.1-.55-.27l-1.54-1.98v1.55c0 .39-.31.7-.7.7h-.1c-.39 0-.7-.31-.7-.7V9.7c0-.39.31-.7.7-.7h.09c.39 0 .7.31.7.7v1.55l1.54-1.98c.14-.17.35-.27.56-.27.58 0 .91.66.56 1.12L15.75 12l1.41 1.88c.34.46.01 1.12-.57 1.12z"})
"TwoKRounded"))
================================================
FILE: src/icons/reagent_mui/icons/two_k_sharp.cljs
================================================
(ns reagent-mui.icons.two-k-sharp
"Imports @mui/icons-material/TwoKSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-k-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM8 12.5v1h3V15H6.5v-3.5h3v-1h-3V9H11v3.5H8zM18 15h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"})
"TwoKSharp"))
================================================
FILE: src/icons/reagent_mui/icons/two_k_two_tone.cljs
================================================
(ns reagent-mui.icons.two-k-two-tone
"Imports @mui/icons-material/TwoKTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-k-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm8-10h1.5v2.25L16.25 9H18l-2.25 3L18 15h-1.75l-1.75-2.25V15H13V9zm-6.5 3.5c0-.55.45-1 1-1h2v-1h-3V9H10c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H8v1h3V15H6.5v-2.5z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M11 13.5H8v-1h2c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1H6.5v1.5h3v1h-2c-.55 0-1 .45-1 1V15H11v-1.5zm3.5-.75L16.25 15H18l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5z"})]
"TwoKTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/two_mp.cljs
================================================
(ns reagent-mui.icons.two-mp
"Imports @mui/icons-material/TwoMp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-mp (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm-2-9.5h-2v1h3v1.5H10V9c0-.55.45-1 1-1h2V7h-3V5.5h3.5c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm2 5H17v1.5h-1.5z"})
"TwoMp"))
================================================
FILE: src/icons/reagent_mui/icons/two_mp_outlined.cljs
================================================
(ns reagent-mui.icons.two-mp-outlined
"Imports @mui/icons-material/TwoMpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-mp-outlined (create-svg-icon [(e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 10h-3V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H10V7h3v1h-2c-.55 0-1 .45-1 1v2.5h4.5V10z"})]
"TwoMpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/two_mp_rounded.cljs
================================================
(ns reagent-mui.icons.two-mp-rounded
"Imports @mui/icons-material/TwoMpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-mp-rounded (create-svg-icon [(e "path" #js {"d" "M15 14h1.5v1.5H15z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 6c0-.55.45-1 1-1h2V7h-2.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.75c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1h-2v1h2.25c.41 0 .75.34.75.75s-.34.75-.75.75H11c-.55 0-1-.45-1-1V9zm2.5 8.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v2.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14h-1v3.75c0 .41-.34.75-.75.75S6 18.16 6 17.75V13.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v4.25zM18 16c0 .55-.45 1-1 1h-2v.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75V13.5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1V16z"})]
"TwoMpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/two_mp_sharp.cljs
================================================
(ns reagent-mui.icons.two-mp-sharp
"Imports @mui/icons-material/TwoMpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-mp-sharp (create-svg-icon [(e "path" #js {"d" "M3 3v18h18V3H3zm7 5h3V7h-3V5.5h4.5V9h-3v1h3v1.5H10V8zm2.5 10.5H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z"})]
"TwoMpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/two_mp_two_tone.cljs
================================================
(ns reagent-mui.icons.two-mp-two-tone
"Imports @mui/icons-material/TwoMpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-mp-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm13-5.5V16c0 .55-.45 1-1 1h-2v1.5h-1.5v-6H17c.55 0 1 .45 1 1zM10 9c0-.55.45-1 1-1h2V7h-3V5.5h3.5c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1h-2v1h3v1.5H10V9zm-4 4.5c0-.55.45-1 1-1h4.5c.55 0 1 .45 1 1v5H11V14h-1v3H8.5v-3h-1v4.5H6v-5z", "opacity" ".3"}) (e "path" #js {"d" "M15 14h1.5v1.5H15z", "opacity" ".3"}) (e "path" #js {"d" "M7.5 14h1v3H10v-3h1v4.5h1.5v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5h1.5V14zm6 4.5H15V17h2c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1h-3.5v6zM15 14h1.5v1.5H15V14z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"}) (e "path" #js {"d" "M14.5 10h-3V9h2c.55 0 1-.45 1-1V6.5c0-.55-.45-1-1-1H10V7h3v1h-2c-.55 0-1 .45-1 1v2.5h4.5V10z"})]
"TwoMpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/two_wheeler.cljs
================================================
(ns reagent-mui.icons.two-wheeler
"Imports @mui/icons-material/TwoWheeler as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-wheeler (create-svg-icon (e "path" #js {"d" "M20 11c-.18 0-.36.03-.53.05L17.41 9H20V6l-3.72 1.86L13.41 5H9v2h3.59l2 2H11l-4 2-2-2H0v2h4c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4l2 2h3l3.49-6.1 1.01 1.01c-.91.73-1.5 1.84-1.5 3.09 0 2.21 1.79 4 4 4s4-1.79 4-4-1.79-4-4-4zM4 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm16 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"TwoWheeler"))
================================================
FILE: src/icons/reagent_mui/icons/two_wheeler_outlined.cljs
================================================
(ns reagent-mui.icons.two-wheeler-outlined
"Imports @mui/icons-material/TwoWheelerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-wheeler-outlined (create-svg-icon (e "path" #js {"d" "M4.17 11H4h.17m9.24-6H9v2h3.59l2 2H11l-4 2-2-2H0v2h4c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4l2 2h3l3.49-6.1 1.01 1.01c-.91.73-1.5 1.84-1.5 3.09 0 2.21 1.79 4 4 4s4-1.79 4-4-1.79-4-4-4c-.18 0-.36.03-.53.05L17.41 9H20V6l-3.72 1.86L13.41 5zM20 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM4 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"TwoWheelerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/two_wheeler_rounded.cljs
================================================
(ns reagent-mui.icons.two-wheeler-rounded
"Imports @mui/icons-material/TwoWheelerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-wheeler-rounded (create-svg-icon (e "path" #js {"d" "M20 11c-.18 0-.36.03-.53.05L17.41 9H19c.55 0 1-.45 1-1v-.38c0-.74-.78-1.23-1.45-.89l-2.28 1.14L13.7 5.3c-.18-.19-.44-.3-.7-.3h-3c-.55 0-1 .45-1 1s.45 1 1 1h2.17c.27 0 .52.11.71.29L14.59 9h-3.35c-.16 0-.31.04-.45.11l-3.14 1.57c-.38.19-.85.12-1.15-.19l-1.2-1.2C5.11 9.11 4.85 9 4.59 9H1c-.55 0-1 .45-1 1s.45 1 1 1h3C1.48 11-.49 13.32.11 15.94c.33 1.45 1.5 2.62 2.95 2.95C5.68 19.49 8 17.52 8 15l1.41 1.41c.38.38.89.59 1.42.59h1.01c.72 0 1.38-.38 1.74-1.01l2.91-5.09 1.01 1.01c-1.13.91-1.76 2.41-1.38 4.05.34 1.44 1.51 2.61 2.95 2.94 2.61.59 4.93-1.39 4.93-3.9 0-2.21-1.79-4-4-4zM4 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm16 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"TwoWheelerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/two_wheeler_sharp.cljs
================================================
(ns reagent-mui.icons.two-wheeler-sharp
"Imports @mui/icons-material/TwoWheelerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-wheeler-sharp (create-svg-icon (e "path" #js {"d" "M4.17 11H4h.17m9.24-6H9v2h3.59l2 2H11l-4 2-2-2H0v2h4c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4l2 2h3l3.49-6.1 1.01 1.01c-.91.73-1.5 1.84-1.5 3.09 0 2.21 1.79 4 4 4s4-1.79 4-4-1.79-4-4-4c-.18 0-.36.03-.53.05L17.41 9H20V6l-3.72 1.86L13.41 5zM20 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM4 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"TwoWheelerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/two_wheeler_two_tone.cljs
================================================
(ns reagent-mui.icons.two-wheeler-two-tone
"Imports @mui/icons-material/TwoWheelerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def two-wheeler-two-tone (create-svg-icon (e "path" #js {"d" "M4.17 11H4h.17m9.24-6H9v2h3.59l2 2H11l-4 2-2-2H0v2h4c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4l2 2h3l3.49-6.1 1.01 1.01c-.91.73-1.5 1.84-1.5 3.09 0 2.21 1.79 4 4 4s4-1.79 4-4-1.79-4-4-4c-.18 0-.36.03-.53.05L17.41 9H20V6l-3.72 1.86L13.41 5zM20 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM4 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"TwoWheelerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/type_specimen.cljs
================================================
(ns reagent-mui.icons.type-specimen
"Imports @mui/icons-material/TypeSpecimen as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def type-specimen (create-svg-icon [(e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"}) (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-3.37 12.5-.8-2.3H12.2l-.82 2.3H9.81l3.38-9h1.61l3.38 9h-1.55z"}) (e "path" #js {"d" "m13.96 7.17-1.31 3.72h2.69l-1.3-3.72z"})]
"TypeSpecimen"))
================================================
FILE: src/icons/reagent_mui/icons/type_specimen_outlined.cljs
================================================
(ns reagent-mui.icons.type-specimen-outlined
"Imports @mui/icons-material/TypeSpecimenOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def type-specimen-outlined (create-svg-icon [(e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"}) (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12z"}) (e "path" #js {"d" "M12.19 12.2h3.63l.8 2.3h1.56l-3.38-9h-1.6l-3.38 9h1.56l.81-2.3zm1.77-5.03h.08l1.31 3.72h-2.69l1.3-3.72z"})]
"TypeSpecimenOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/type_specimen_rounded.cljs
================================================
(ns reagent-mui.icons.type-specimen-rounded
"Imports @mui/icons-material/TypeSpecimenRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def type-specimen-rounded (create-svg-icon [(e "path" #js {"d" "M3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H4V7c0-.55-.45-1-1-1z"}) (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-3.54 12.01-.63-1.82H12.2l-.65 1.82c-.1.29-.38.48-.68.48-.51 0-.86-.51-.68-.98l2.73-7.27c.16-.44.6-.74 1.08-.74.48 0 .92.3 1.09.75l2.73 7.27c.18.47-.17.98-.68.98-.31 0-.58-.19-.68-.49z"}) (e "path" #js {"d" "m13.96 7.17-1.31 3.72h2.69l-1.3-3.72z"})]
"TypeSpecimenRounded"))
================================================
FILE: src/icons/reagent_mui/icons/type_specimen_sharp.cljs
================================================
(ns reagent-mui.icons.type-specimen-sharp
"Imports @mui/icons-material/TypeSpecimenSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def type-specimen-sharp (create-svg-icon [(e "path" #js {"d" "M4 6H2v16h16v-2H4z"}) (e "path" #js {"d" "M22 2H6v16h16V2zm-5.37 12.5-.8-2.3H12.2l-.82 2.3H9.81l3.38-9h1.61l3.38 9h-1.55z"}) (e "path" #js {"d" "m13.96 7.17-1.31 3.72h2.69l-1.3-3.72z"})]
"TypeSpecimenSharp"))
================================================
FILE: src/icons/reagent_mui/icons/type_specimen_two_tone.cljs
================================================
(ns reagent-mui.icons.type-specimen-two-tone
"Imports @mui/icons-material/TypeSpecimenTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def type-specimen-two-tone (create-svg-icon [(e "path" #js {"d" "M14.04 7.17h-.08l-1.31 3.72h2.69z", "opacity" ".3"}) (e "path" #js {"d" "M8 16h12V4H8v12zm5.2-10.5h1.61l3.38 9h-1.56l-.8-2.3H12.2l-.82 2.3H9.81l3.39-9z", "opacity" ".3"}) (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"}) (e "path" #js {"d" "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12z"}) (e "path" #js {"d" "M12.19 12.2h3.63l.8 2.3h1.56l-3.38-9h-1.6l-3.38 9h1.56l.81-2.3zm1.77-5.03h.08l1.31 3.72h-2.69l1.3-3.72z"})]
"TypeSpecimenTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/u_turn_left.cljs
================================================
(ns reagent-mui.icons.u-turn-left
"Imports @mui/icons-material/UTurnLeft as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def u-turn-left (create-svg-icon (e "path" #js {"d" "M18 9v12h-2V9c0-2.21-1.79-4-4-4S8 6.79 8 9v4.17l1.59-1.59L11 13l-4 4-4-4 1.41-1.41L6 13.17V9c0-3.31 2.69-6 6-6s6 2.69 6 6z"})
"UTurnLeft"))
================================================
FILE: src/icons/reagent_mui/icons/u_turn_left_outlined.cljs
================================================
(ns reagent-mui.icons.u-turn-left-outlined
"Imports @mui/icons-material/UTurnLeftOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def u-turn-left-outlined (create-svg-icon (e "path" #js {"d" "M18 9v12h-2V9c0-2.21-1.79-4-4-4S8 6.79 8 9v4.17l1.59-1.59L11 13l-4 4-4-4 1.41-1.41L6 13.17V9c0-3.31 2.69-6 6-6s6 2.69 6 6z"})
"UTurnLeftOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/u_turn_left_rounded.cljs
================================================
(ns reagent-mui.icons.u-turn-left-rounded
"Imports @mui/icons-material/UTurnLeftRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def u-turn-left-rounded (create-svg-icon (e "path" #js {"d" "M3.71 12.29c.39-.39 1.02-.39 1.41 0l.88.88V9c0-3.31 2.69-6 6-6s6 2.69 6 6v11c0 .55-.45 1-1 1s-1-.45-1-1V9c0-2.21-1.79-4-4-4S8 6.79 8 9v4.17l.88-.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41L7.7 16.29c-.39.39-1.02.39-1.41 0L3.7 13.7c-.38-.38-.38-1.02.01-1.41z"})
"UTurnLeftRounded"))
================================================
FILE: src/icons/reagent_mui/icons/u_turn_left_sharp.cljs
================================================
(ns reagent-mui.icons.u-turn-left-sharp
"Imports @mui/icons-material/UTurnLeftSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def u-turn-left-sharp (create-svg-icon (e "path" #js {"d" "M18 9v12h-2V9c0-2.21-1.79-4-4-4S8 6.79 8 9v4.17l1.59-1.59L11 13l-4 4-4-4 1.41-1.41L6 13.17V9c0-3.31 2.69-6 6-6s6 2.69 6 6z"})
"UTurnLeftSharp"))
================================================
FILE: src/icons/reagent_mui/icons/u_turn_left_two_tone.cljs
================================================
(ns reagent-mui.icons.u-turn-left-two-tone
"Imports @mui/icons-material/UTurnLeftTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def u-turn-left-two-tone (create-svg-icon (e "path" #js {"d" "M18 9v12h-2V9c0-2.21-1.79-4-4-4S8 6.79 8 9v4.17l1.59-1.59L11 13l-4 4-4-4 1.41-1.41L6 13.17V9c0-3.31 2.69-6 6-6s6 2.69 6 6z"})
"UTurnLeftTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/u_turn_right.cljs
================================================
(ns reagent-mui.icons.u-turn-right
"Imports @mui/icons-material/UTurnRight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def u-turn-right (create-svg-icon (e "path" #js {"d" "M6 9v12h2V9c0-2.21 1.79-4 4-4s4 1.79 4 4v4.17l-1.59-1.59L13 13l4 4 4-4-1.41-1.41L18 13.17V9c0-3.31-2.69-6-6-6S6 5.69 6 9z"})
"UTurnRight"))
================================================
FILE: src/icons/reagent_mui/icons/u_turn_right_outlined.cljs
================================================
(ns reagent-mui.icons.u-turn-right-outlined
"Imports @mui/icons-material/UTurnRightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def u-turn-right-outlined (create-svg-icon (e "path" #js {"d" "M6 9v12h2V9c0-2.21 1.79-4 4-4s4 1.79 4 4v4.17l-1.59-1.59L13 13l4 4 4-4-1.41-1.41L18 13.17V9c0-3.31-2.69-6-6-6S6 5.69 6 9z"})
"UTurnRightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/u_turn_right_rounded.cljs
================================================
(ns reagent-mui.icons.u-turn-right-rounded
"Imports @mui/icons-material/UTurnRightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def u-turn-right-rounded (create-svg-icon (e "path" #js {"d" "M20.29 12.29a.9959.9959 0 0 0-1.41 0l-.88.88V9c0-3.31-2.69-6-6-6S6 5.69 6 9v11c0 .55.45 1 1 1s1-.45 1-1V9c0-2.21 1.79-4 4-4s4 1.79 4 4v4.17l-.88-.88a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l2.59 2.59c.39.39 1.02.39 1.41 0l2.59-2.59c.38-.38.38-1.02-.01-1.41z"})
"UTurnRightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/u_turn_right_sharp.cljs
================================================
(ns reagent-mui.icons.u-turn-right-sharp
"Imports @mui/icons-material/UTurnRightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def u-turn-right-sharp (create-svg-icon (e "path" #js {"d" "M6 9v12h2V9c0-2.21 1.79-4 4-4s4 1.79 4 4v4.17l-1.59-1.59L13 13l4 4 4-4-1.41-1.41L18 13.17V9c0-3.31-2.69-6-6-6S6 5.69 6 9z"})
"UTurnRightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/u_turn_right_two_tone.cljs
================================================
(ns reagent-mui.icons.u-turn-right-two-tone
"Imports @mui/icons-material/UTurnRightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def u-turn-right-two-tone (create-svg-icon (e "path" #js {"d" "M6 9v12h2V9c0-2.21 1.79-4 4-4s4 1.79 4 4v4.17l-1.59-1.59L13 13l4 4 4-4-1.41-1.41L18 13.17V9c0-3.31-2.69-6-6-6S6 5.69 6 9z"})
"UTurnRightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/umbrella.cljs
================================================
(ns reagent-mui.icons.umbrella
"Imports @mui/icons-material/Umbrella as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def umbrella (create-svg-icon (e "path" #js {"d" "M14.5 6.92 13 5.77V3.4c0-.26.22-.48.5-.48s.5.21.5.48V4h2v-.6C16 2.07 14.88 1 13.5 1S11 2.07 11 3.4v2.37L9.5 6.92 6 6.07l5.05 15.25c.15.45.55.68.95.68s.8-.23.95-.69L18 6.07l-3.5.85zM13.28 8.5l.76.58.92-.23L13 14.8V8.29l.28.21zm-3.32.59.76-.58.28-.22v6.51L9.03 8.86l.93.23z"})
"Umbrella"))
================================================
FILE: src/icons/reagent_mui/icons/umbrella_outlined.cljs
================================================
(ns reagent-mui.icons.umbrella-outlined
"Imports @mui/icons-material/UmbrellaOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def umbrella-outlined (create-svg-icon (e "path" #js {"d" "M14.5 6.92 13 5.77V3.4c0-.26.22-.48.5-.48s.5.21.5.48V4h2v-.6C16 2.07 14.88 1 13.5 1S11 2.07 11 3.4v2.37L9.5 6.92 6 6.07l5.05 15.25c.15.45.55.68.95.68s.8-.23.95-.69L18 6.07l-3.5.85zM13.28 8.5l.76.58.92-.23L13 14.8V8.29l.28.21zm-3.32.59.76-.58.28-.22v6.51L9.03 8.86l.93.23z"})
"UmbrellaOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/umbrella_rounded.cljs
================================================
(ns reagent-mui.icons.umbrella-rounded
"Imports @mui/icons-material/UmbrellaRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def umbrella-rounded (create-svg-icon (e "path" #js {"d" "m17.12 6.28-2.62.64L13 5.77V3.4c0-.26.22-.48.5-.48.23 0 .43.16.49.36.11.42.5.72.95.72.55 0 1-.45 1-1 0-.1-.02-.2-.05-.3-.3-.98-1.26-1.7-2.39-1.7C12.12 1 11 2.07 11 3.4v2.37L9.5 6.92l-2.62-.64c-.38-.09-.72.27-.6.64l4.77 14.39c.15.46.55.69.95.69s.8-.23.95-.69l4.77-14.39c.12-.37-.22-.73-.6-.64zM11 14.8 9.03 8.86l.92.23.76-.58.29-.22v6.51zm2 0V8.29l.28.22.76.58.92-.23L13 14.8z"})
"UmbrellaRounded"))
================================================
FILE: src/icons/reagent_mui/icons/umbrella_sharp.cljs
================================================
(ns reagent-mui.icons.umbrella-sharp
"Imports @mui/icons-material/UmbrellaSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def umbrella-sharp (create-svg-icon (e "path" #js {"d" "M14.5 6.92 13 5.77V3.4c0-.26.22-.48.5-.48s.5.21.5.48V4h2v-.6C16 2.07 14.88 1 13.5 1S11 2.07 11 3.4v2.37L9.5 6.92 6 6.07l5.05 15.25c.15.45.55.68.95.68s.8-.23.95-.69L18 6.07l-3.5.85zM13.28 8.5l.76.58.92-.23L13 14.8V8.29l.28.21zm-3.32.59.76-.58.28-.22v6.51L9.03 8.86l.93.23z"})
"UmbrellaSharp"))
================================================
FILE: src/icons/reagent_mui/icons/umbrella_two_tone.cljs
================================================
(ns reagent-mui.icons.umbrella-two-tone
"Imports @mui/icons-material/UmbrellaTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def umbrella-two-tone (create-svg-icon [(e "path" #js {"d" "m13.28 8.5.76.58.92-.23L13 14.8V8.29l.28.21zm-4.25.36L11 14.8V8.29l-.28.21-.76.59-.93-.23z", "opacity" ".3"}) (e "path" #js {"d" "M14.5 6.92 13 5.77V3.4c0-.26.22-.48.5-.48s.5.21.5.48V4h2v-.6C16 2.07 14.88 1 13.5 1S11 2.07 11 3.4v2.37L9.5 6.92 6 6.07l5.05 15.25c.15.45.55.68.95.68s.8-.23.95-.69L18 6.07l-3.5.85zM13.28 8.5l.76.58.92-.23L13 14.8V8.29l.28.21zm-3.32.59.76-.58.28-.22v6.51L9.03 8.86l.93.23z"})]
"UmbrellaTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/unarchive.cljs
================================================
(ns reagent-mui.icons.unarchive
"Imports @mui/icons-material/Unarchive as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unarchive (create-svg-icon (e "path" #js {"d" "m20.55 5.22-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.15.55L3.46 5.22C3.17 5.57 3 6.01 3 6.5V19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.49-.17-.93-.45-1.28zM12 9.5l5.5 5.5H14v2h-4v-2H6.5L12 9.5zM5.12 5l.82-1h12l.93 1H5.12z"})
"Unarchive"))
================================================
FILE: src/icons/reagent_mui/icons/unarchive_outlined.cljs
================================================
(ns reagent-mui.icons.unarchive-outlined
"Imports @mui/icons-material/UnarchiveOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unarchive-outlined (create-svg-icon (e "path" #js {"d" "m20.54 5.23-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27zM6.24 5h11.52l.83 1H5.42l.82-1zM5 19V8h14v11H5zm3-5h2.55v3h2.9v-3H16l-4-4z"})
"UnarchiveOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/unarchive_rounded.cljs
================================================
(ns reagent-mui.icons.unarchive-rounded
"Imports @mui/icons-material/UnarchiveRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unarchive-rounded (create-svg-icon (e "path" #js {"d" "m20.55 5.22-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.15.55L3.46 5.22C3.17 5.57 3 6.01 3 6.5V19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.49-.17-.93-.45-1.28zm-8.2 4.63L17.5 15H14v2h-4v-2H6.5l5.15-5.15c.19-.19.51-.19.7 0zM5.12 5l.82-1h12l.93 1H5.12z"})
"UnarchiveRounded"))
================================================
FILE: src/icons/reagent_mui/icons/unarchive_sharp.cljs
================================================
(ns reagent-mui.icons.unarchive-sharp
"Imports @mui/icons-material/UnarchiveSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unarchive-sharp (create-svg-icon (e "path" #js {"d" "M18.71 3H5.29L3 5.79V21h18V5.79L18.71 3zM14 15v2h-4v-2H6.5L12 9.5l5.5 5.5H14zM5.12 5l.81-1h12l.94 1H5.12z"})
"UnarchiveSharp"))
================================================
FILE: src/icons/reagent_mui/icons/unarchive_two_tone.cljs
================================================
(ns reagent-mui.icons.unarchive-two-tone
"Imports @mui/icons-material/UnarchiveTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unarchive-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V8H5v11zm7-9 4 4h-2.55v3h-2.91v-3H8l4-4z", "opacity" ".3"}) (e "path" #js {"d" "m20.54 5.23-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27zM6.24 5h11.52l.83 1H5.42l.82-1zM19 19H5V8h14v11zm-8.45-2h2.9v-3H16l-4-4-4 4h2.55z"})]
"UnarchiveTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/undo.cljs
================================================
(ns reagent-mui.icons.undo
"Imports @mui/icons-material/Undo as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def undo (create-svg-icon (e "path" #js {"d" "M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"})
"Undo"))
================================================
FILE: src/icons/reagent_mui/icons/undo_outlined.cljs
================================================
(ns reagent-mui.icons.undo-outlined
"Imports @mui/icons-material/UndoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def undo-outlined (create-svg-icon (e "path" #js {"d" "M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"})
"UndoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/undo_rounded.cljs
================================================
(ns reagent-mui.icons.undo-rounded
"Imports @mui/icons-material/UndoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def undo-rounded (create-svg-icon (e "path" #js {"d" "M12.5 8c-2.65 0-5.05.99-6.9 2.6L3.71 8.71C3.08 8.08 2 8.52 2 9.41V15c0 .55.45 1 1 1h5.59c.89 0 1.34-1.08.71-1.71l-1.91-1.91c1.39-1.16 3.16-1.88 5.12-1.88 3.16 0 5.89 1.84 7.19 4.5.27.56.91.84 1.5.64.71-.23 1.07-1.04.75-1.72C20.23 10.42 16.65 8 12.5 8z"})
"UndoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/undo_sharp.cljs
================================================
(ns reagent-mui.icons.undo-sharp
"Imports @mui/icons-material/UndoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def undo-sharp (create-svg-icon (e "path" #js {"d" "M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"})
"UndoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/undo_two_tone.cljs
================================================
(ns reagent-mui.icons.undo-two-tone
"Imports @mui/icons-material/UndoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def undo-two-tone (create-svg-icon (e "path" #js {"d" "M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"})
"UndoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_less.cljs
================================================
(ns reagent-mui.icons.unfold-less
"Imports @mui/icons-material/UnfoldLess as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-less (create-svg-icon (e "path" #js {"d" "M7.41 18.59 8.83 20 12 16.83 15.17 20l1.41-1.41L12 14l-4.59 4.59zm9.18-13.18L15.17 4 12 7.17 8.83 4 7.41 5.41 12 10l4.59-4.59z"})
"UnfoldLess"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_less_double.cljs
================================================
(ns reagent-mui.icons.unfold-less-double
"Imports @mui/icons-material/UnfoldLessDouble as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-less-double (create-svg-icon [(e "path" #js {"d" "M16.58 1.41 15.16 0l-3.17 3.17L8.82 0 7.41 1.41 11.99 6z"}) (e "path" #js {"d" "M16.58 6.41 15.16 5l-3.17 3.17L8.82 5 7.41 6.41 11.99 11zM7.42 17.59 8.84 19l3.17-3.17L15.18 19l1.41-1.41L12.01 13z"}) (e "path" #js {"d" "M7.42 22.59 8.84 24l3.17-3.17L15.18 24l1.41-1.41L12.01 18z"})]
"UnfoldLessDouble"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_less_double_outlined.cljs
================================================
(ns reagent-mui.icons.unfold-less-double-outlined
"Imports @mui/icons-material/UnfoldLessDoubleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-less-double-outlined (create-svg-icon [(e "path" #js {"d" "M16.58 1.41 15.16 0l-3.17 3.17L8.82 0 7.41 1.41 11.99 6z"}) (e "path" #js {"d" "M16.58 6.41 15.16 5l-3.17 3.17L8.82 5 7.41 6.41 11.99 11zM7.42 17.59 8.84 19l3.17-3.17L15.18 19l1.41-1.41L12.01 13z"}) (e "path" #js {"d" "M7.42 22.59 8.84 24l3.17-3.17L15.18 24l1.41-1.41L12.01 18z"})]
"UnfoldLessDoubleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_less_double_rounded.cljs
================================================
(ns reagent-mui.icons.unfold-less-double-rounded
"Imports @mui/icons-material/UnfoldLessDoubleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-less-double-rounded (create-svg-icon [(e "path" #js {"d" "m14.46 5.7-2.47 2.46L9.53 5.7c-.39-.39-1.02-.39-1.41 0s-.39 1.02 0 1.41l3.17 3.18c.39.39 1.02.39 1.41 0l3.17-3.18c.39-.39.39-1.02 0-1.41s-1.02-.39-1.41 0z"}) (e "path" #js {"d" "m14.46.7-2.47 2.46L9.53.7C9.14.31 8.51.31 8.12.7s-.39 1.02 0 1.41l3.17 3.18c.39.39 1.02.39 1.41 0l3.17-3.18c.39-.39.39-1.02 0-1.41s-1.02-.39-1.41 0zM9.54 23.3l2.47-2.46 2.46 2.46c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-3.17-3.18a.9959.9959 0 0 0-1.41 0l-3.17 3.18c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0z"}) (e "path" #js {"d" "m9.54 18.29 2.47-2.45 2.46 2.46c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-3.17-3.18a.9959.9959 0 0 0-1.41 0l-3.17 3.17c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0z"})]
"UnfoldLessDoubleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_less_double_sharp.cljs
================================================
(ns reagent-mui.icons.unfold-less-double-sharp
"Imports @mui/icons-material/UnfoldLessDoubleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-less-double-sharp (create-svg-icon [(e "path" #js {"d" "M16.58 1.41 15.16 0l-3.17 3.17L8.82 0 7.41 1.41 11.99 6z"}) (e "path" #js {"d" "M16.58 6.41 15.16 5l-3.17 3.17L8.82 5 7.41 6.41 11.99 11zM7.42 17.59 8.84 19l3.17-3.17L15.18 19l1.41-1.41L12.01 13z"}) (e "path" #js {"d" "M7.42 22.59 8.84 24l3.17-3.17L15.18 24l1.41-1.41L12.01 18z"})]
"UnfoldLessDoubleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_less_double_two_tone.cljs
================================================
(ns reagent-mui.icons.unfold-less-double-two-tone
"Imports @mui/icons-material/UnfoldLessDoubleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-less-double-two-tone (create-svg-icon [(e "path" #js {"d" "M16.58 1.41 15.16 0l-3.17 3.17L8.82 0 7.41 1.41 11.99 6z"}) (e "path" #js {"d" "M16.58 6.41 15.16 5l-3.17 3.17L8.82 5 7.41 6.41 11.99 11zM7.42 17.59 8.84 19l3.17-3.17L15.18 19l1.41-1.41L12.01 13z"}) (e "path" #js {"d" "M7.42 22.59 8.84 24l3.17-3.17L15.18 24l1.41-1.41L12.01 18z"})]
"UnfoldLessDoubleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_less_outlined.cljs
================================================
(ns reagent-mui.icons.unfold-less-outlined
"Imports @mui/icons-material/UnfoldLessOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-less-outlined (create-svg-icon (e "path" #js {"d" "M7.41 18.59 8.83 20 12 16.83 15.17 20l1.41-1.41L12 14l-4.59 4.59zm9.18-13.18L15.17 4 12 7.17 8.83 4 7.41 5.41 12 10l4.59-4.59z"})
"UnfoldLessOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_less_rounded.cljs
================================================
(ns reagent-mui.icons.unfold-less-rounded
"Imports @mui/icons-material/UnfoldLessRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-less-rounded (create-svg-icon (e "path" #js {"d" "M8.12 19.3c.39.39 1.02.39 1.41 0L12 16.83l2.47 2.47c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-3.17-3.17a.9959.9959 0 0 0-1.41 0l-3.17 3.17c-.4.38-.4 1.02-.01 1.41zm7.76-14.6a.9959.9959 0 0 0-1.41 0L12 7.17 9.53 4.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.03 0 1.42l3.17 3.17c.39.39 1.02.39 1.41 0l3.17-3.17c.4-.39.4-1.03.01-1.42z"})
"UnfoldLessRounded"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_less_sharp.cljs
================================================
(ns reagent-mui.icons.unfold-less-sharp
"Imports @mui/icons-material/UnfoldLessSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-less-sharp (create-svg-icon (e "path" #js {"d" "M7.41 18.59 8.83 20 12 16.83 15.17 20l1.41-1.41L12 14l-4.59 4.59zm9.18-13.18L15.17 4 12 7.17 8.83 4 7.41 5.41 12 10l4.59-4.59z"})
"UnfoldLessSharp"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_less_two_tone.cljs
================================================
(ns reagent-mui.icons.unfold-less-two-tone
"Imports @mui/icons-material/UnfoldLessTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-less-two-tone (create-svg-icon (e "path" #js {"d" "M7.41 18.59 8.83 20 12 16.83 15.17 20l1.41-1.41L12 14l-4.59 4.59zm9.18-13.18L15.17 4 12 7.17 8.83 4 7.41 5.41 12 10l4.59-4.59z"})
"UnfoldLessTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_more.cljs
================================================
(ns reagent-mui.icons.unfold-more
"Imports @mui/icons-material/UnfoldMore as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-more (create-svg-icon (e "path" #js {"d" "M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"})
"UnfoldMore"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_more_double.cljs
================================================
(ns reagent-mui.icons.unfold-more-double
"Imports @mui/icons-material/UnfoldMoreDouble as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-more-double (create-svg-icon (e "path" #js {"d" "M12 7.83 15.17 11l1.41-1.41L12 5 7.41 9.59 8.83 11 12 7.83zm0-5L15.17 6l1.41-1.41L12 0 7.41 4.59 8.83 6 12 2.83zm0 18.34L8.83 18l-1.41 1.41L12 24l4.59-4.59L15.17 18 12 21.17zm0-5L8.83 13l-1.41 1.41L12 19l4.59-4.59L15.17 13 12 16.17z"})
"UnfoldMoreDouble"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_more_double_outlined.cljs
================================================
(ns reagent-mui.icons.unfold-more-double-outlined
"Imports @mui/icons-material/UnfoldMoreDoubleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-more-double-outlined (create-svg-icon (e "path" #js {"d" "M12 7.83 15.17 11l1.41-1.41L12 5 7.41 9.59 8.83 11 12 7.83zm0-5L15.17 6l1.41-1.41L12 0 7.41 4.59 8.83 6 12 2.83zm0 18.34L8.83 18l-1.41 1.41L12 24l4.59-4.59L15.17 18 12 21.17zm0-5L8.83 13l-1.41 1.41L12 19l4.59-4.59L15.17 13 12 16.17z"})
"UnfoldMoreDoubleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_more_double_rounded.cljs
================================================
(ns reagent-mui.icons.unfold-more-double-rounded
"Imports @mui/icons-material/UnfoldMoreDoubleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-more-double-rounded (create-svg-icon [(e "path" #js {"d" "M9.53 5.29 12 2.83l2.46 2.46c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L12.7.7a.9959.9959 0 0 0-1.41 0L8.12 3.88c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0z"}) (e "path" #js {"d" "M9.53 10.29 12 7.83l2.46 2.46c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L12.7 5.7a.9959.9959 0 0 0-1.41 0L8.12 8.88c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0zm4.94 3.42L12 16.17l-2.46-2.46a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l3.17 3.18c.39.39 1.02.39 1.41 0l3.17-3.18c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0z"}) (e "path" #js {"d" "M14.47 18.72 12 21.17l-2.46-2.46a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l3.17 3.18c.39.39 1.02.39 1.41 0l3.17-3.17c.39-.39.39-1.02 0-1.41s-1.02-.39-1.41 0z"})]
"UnfoldMoreDoubleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_more_double_sharp.cljs
================================================
(ns reagent-mui.icons.unfold-more-double-sharp
"Imports @mui/icons-material/UnfoldMoreDoubleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-more-double-sharp (create-svg-icon (e "path" #js {"d" "M12 7.83 15.17 11l1.41-1.41L12 5 7.41 9.59 8.83 11 12 7.83zm0-5L15.17 6l1.41-1.41L12 0 7.41 4.59 8.83 6 12 2.83zm0 18.34L8.83 18l-1.41 1.41L12 24l4.59-4.59L15.17 18 12 21.17zm0-5L8.83 13l-1.41 1.41L12 19l4.59-4.59L15.17 13 12 16.17z"})
"UnfoldMoreDoubleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_more_double_two_tone.cljs
================================================
(ns reagent-mui.icons.unfold-more-double-two-tone
"Imports @mui/icons-material/UnfoldMoreDoubleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-more-double-two-tone (create-svg-icon (e "path" #js {"d" "M12 7.83 15.17 11l1.41-1.41L12 5 7.41 9.59 8.83 11 12 7.83zm0-5L15.17 6l1.41-1.41L12 0 7.41 4.59 8.83 6 12 2.83zm0 18.34L8.83 18l-1.41 1.41L12 24l4.59-4.59L15.17 18 12 21.17zm0-5L8.83 13l-1.41 1.41L12 19l4.59-4.59L15.17 13 12 16.17z"})
"UnfoldMoreDoubleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_more_outlined.cljs
================================================
(ns reagent-mui.icons.unfold-more-outlined
"Imports @mui/icons-material/UnfoldMoreOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-more-outlined (create-svg-icon (e "path" #js {"d" "M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"})
"UnfoldMoreOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_more_rounded.cljs
================================================
(ns reagent-mui.icons.unfold-more-rounded
"Imports @mui/icons-material/UnfoldMoreRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-more-rounded (create-svg-icon (e "path" #js {"d" "m12 5.83 2.46 2.46c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 3.7a.9959.9959 0 0 0-1.41 0L8.12 6.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 5.83zm0 12.34-2.46-2.46a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l3.17 3.18c.39.39 1.02.39 1.41 0l3.17-3.17c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L12 18.17z"})
"UnfoldMoreRounded"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_more_sharp.cljs
================================================
(ns reagent-mui.icons.unfold-more-sharp
"Imports @mui/icons-material/UnfoldMoreSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-more-sharp (create-svg-icon (e "path" #js {"d" "M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"})
"UnfoldMoreSharp"))
================================================
FILE: src/icons/reagent_mui/icons/unfold_more_two_tone.cljs
================================================
(ns reagent-mui.icons.unfold-more-two-tone
"Imports @mui/icons-material/UnfoldMoreTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unfold-more-two-tone (create-svg-icon (e "path" #js {"d" "M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"})
"UnfoldMoreTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/unpublished.cljs
================================================
(ns reagent-mui.icons.unpublished
"Imports @mui/icons-material/Unpublished as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unpublished (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22l2.27 2.27C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l2.27 2.27 1.41-1.42zm-10.6-4.59-4.24-4.24 1.41-1.41 2.83 2.83.18-.18 1.41 1.41-1.59 1.59zm3-5.84-7.1-7.1C8.07 2.61 9.96 2 12 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51L15 12.17l2.65-2.65-1.41-1.41-2.65 2.65z"})
"Unpublished"))
================================================
FILE: src/icons/reagent_mui/icons/unpublished_outlined.cljs
================================================
(ns reagent-mui.icons.unpublished-outlined
"Imports @mui/icons-material/UnpublishedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unpublished-outlined (create-svg-icon (e "path" #js {"d" "M7.94 5.12 6.49 3.66C8.07 2.61 9.96 2 12 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51l-1.46-1.46C19.59 14.86 20 13.48 20 12c0-4.41-3.59-8-8-8-1.48 0-2.86.41-4.06 1.12zm9.72 4.41-1.41-1.41-2.65 2.65 1.41 1.41 2.65-2.65zm2.12 13.08-2.27-2.27C15.93 21.39 14.04 22 12 22 6.48 22 2 17.52 2 12c0-2.04.61-3.93 1.66-5.51L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zm-3.72-3.73L12.18 15l-1.59 1.59-4.24-4.24 1.41-1.41 2.83 2.83.18-.18-5.65-5.65C4.41 9.14 4 10.52 4 12c0 4.41 3.59 8 8 8 1.48 0 2.86-.41 4.06-1.12z"})
"UnpublishedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/unpublished_rounded.cljs
================================================
(ns reagent-mui.icons.unpublished-rounded
"Imports @mui/icons-material/UnpublishedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unpublished-rounded (create-svg-icon (e "path" #js {"d" "M20.49 20.49 3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.56 1.56c-1.25 1.88-1.88 4.21-1.59 6.7.53 4.54 4.21 8.22 8.74 8.74 2.49.29 4.81-.34 6.7-1.59l1.56 1.56c.39.39 1.02.39 1.41 0 .4-.38.4-1.01.01-1.4zm-10.61-4.6-2.83-2.83a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l2.12 2.12.18-.18L12.17 15l-.88.88c-.39.4-1.02.4-1.41.01zm3.71-5.13-7.1-7.1c1.88-1.25 4.21-1.88 6.7-1.59 4.54.53 8.22 4.21 8.74 8.74.29 2.49-.34 4.82-1.59 6.7L15 12.17l1.94-1.94c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-1.94 1.94z"})
"UnpublishedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/unpublished_sharp.cljs
================================================
(ns reagent-mui.icons.unpublished-sharp
"Imports @mui/icons-material/UnpublishedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unpublished-sharp (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22l2.27 2.27C2.61 8.07 2 9.96 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l2.27 2.27 1.41-1.42zm-10.6-4.59-4.24-4.24 1.41-1.41 2.83 2.83.18-.18 1.41 1.41-1.59 1.59zm3-5.84-7.1-7.1C8.07 2.61 9.96 2 12 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51L15 12.17l2.65-2.65-1.41-1.41-2.65 2.65z"})
"UnpublishedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/unpublished_two_tone.cljs
================================================
(ns reagent-mui.icons.unpublished-two-tone
"Imports @mui/icons-material/UnpublishedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unpublished-two-tone (create-svg-icon [(e "path" #js {"d" "m13.59 10.76 2.65-2.65 1.41 1.41L15 12.17l3.88 3.88C19.59 14.86 20 13.48 20 12c0-4.41-3.59-8-8-8-1.48 0-2.86.41-4.06 1.12l5.65 5.64zm4.07-1.23-1.41-1.41-2.65 2.65 1.41 1.41 2.65-2.65zm-1.6 9.35L12.18 15l-1.59 1.59-4.24-4.24 1.41-1.41 2.83 2.83.18-.18-5.65-5.65C4.41 9.14 4 10.52 4 12c0 4.41 3.59 8 8 8 1.48 0 2.86-.41 4.06-1.12z", "opacity" ".3"}) (e "path" #js {"d" "M7.94 5.12 6.49 3.66C8.07 2.61 9.96 2 12 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51l-1.46-1.46C19.59 14.86 20 13.48 20 12c0-4.41-3.59-8-8-8-1.48 0-2.86.41-4.06 1.12zm9.72 4.41-1.41-1.41-2.65 2.65 1.41 1.41 2.65-2.65zm2.12 13.08-2.27-2.27C15.93 21.39 14.04 22 12 22 6.48 22 2 17.52 2 12c0-2.04.61-3.93 1.66-5.51L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zm-3.72-3.73L12.18 15l-1.59 1.59-4.24-4.24 1.41-1.41 2.83 2.83.18-.18-5.65-5.65C4.41 9.14 4 10.52 4 12c0 4.41 3.59 8 8 8 1.48 0 2.86-.41 4.06-1.12z"})]
"UnpublishedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/unsubscribe.cljs
================================================
(ns reagent-mui.icons.unsubscribe
"Imports @mui/icons-material/Unsubscribe as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unsubscribe (create-svg-icon (e "path" #js {"d" "M18.5 13c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm2 4h-4v-1h4v1zm-6.95 0c-.02-.17-.05-.33-.05-.5 0-2.76 2.24-5 5-5 .92 0 1.76.26 2.5.69V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h8.55zM12 10.5 5 7V5l7 3.5L19 5v2l-7 3.5z"})
"Unsubscribe"))
================================================
FILE: src/icons/reagent_mui/icons/unsubscribe_outlined.cljs
================================================
(ns reagent-mui.icons.unsubscribe-outlined
"Imports @mui/icons-material/UnsubscribeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unsubscribe-outlined (create-svg-icon (e "path" #js {"d" "M20.99 14.04V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10.05c.28 1.92 2.1 3.35 4.18 2.93 1.34-.27 2.43-1.37 2.7-2.71.25-1.24-.16-2.39-.94-3.18zm-2-9.04L12 8.5 5 5h13.99zm-3.64 10H5V7l7 3.5L19 7v6.05c-.16-.02-.33-.05-.5-.05-1.39 0-2.59.82-3.15 2zm5.15 2h-4v-1h4v1z"})
"UnsubscribeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/unsubscribe_rounded.cljs
================================================
(ns reagent-mui.icons.unsubscribe-rounded
"Imports @mui/icons-material/UnsubscribeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unsubscribe-rounded (create-svg-icon (e "path" #js {"d" "M18.5 11.5c.92 0 1.75.26 2.49.69V5c0-1.1-.89-2-1.99-2H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h8.55c-.02-.17-.05-.33-.05-.5 0-2.76 2.24-5 5-5zm-5.61-1.45c-.56.28-1.23.28-1.79 0l-5.61-2.8c-.3-.15-.49-.46-.49-.8 0-.66.7-1.1 1.29-.8L12 8.5l5.71-2.85c.59-.3 1.29.13 1.29.8 0 .34-.19.65-.49.8l-5.62 2.8zM18.5 13c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm2 3.5c0 .28-.22.5-.5.5h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5z"})
"UnsubscribeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/unsubscribe_sharp.cljs
================================================
(ns reagent-mui.icons.unsubscribe-sharp
"Imports @mui/icons-material/UnsubscribeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unsubscribe-sharp (create-svg-icon (e "path" #js {"d" "M18.5 13c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm2 4h-4v-1h4v1zm-6.95 0c-.02-.17-.05-.33-.05-.5 0-2.76 2.24-5 5-5 .92 0 1.75.26 2.49.69V3H3v14h10.55zM12 10.5 5 7V5l7 3.5L19 5v2l-7 3.5z"})
"UnsubscribeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/unsubscribe_two_tone.cljs
================================================
(ns reagent-mui.icons.unsubscribe-two-tone
"Imports @mui/icons-material/UnsubscribeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def unsubscribe-two-tone (create-svg-icon [(e "path" #js {"d" "M18.99 5H5l7 3.5zm.01 8.05V7l-7 3.5L5 7v8h10.35c.56-1.18 1.76-2 3.15-2 .17 0 .34.03.5.05z", "opacity" ".3"}) (e "path" #js {"d" "M20.99 14.04V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10.05c.28 1.92 2.1 3.35 4.18 2.93 1.34-.27 2.43-1.37 2.7-2.71.25-1.24-.16-2.39-.94-3.18zm-2-9.04L12 8.5 5 5h13.99zm-3.64 10H5V7l7 3.5L19 7v6.05c-.16-.02-.33-.05-.5-.05-1.39 0-2.59.82-3.15 2zm5.15 2h-4v-1h4v1z"})]
"UnsubscribeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/upcoming.cljs
================================================
(ns reagent-mui.icons.upcoming
"Imports @mui/icons-material/Upcoming as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upcoming (create-svg-icon (e "path" #js {"d" "m21.16 7.26-1.41-1.41-3.56 3.55 1.41 1.41s3.45-3.52 3.56-3.55zM11 3h2v5h-2zm-4.6 7.81L7.81 9.4 4.26 5.84 2.84 7.26c.11.03 3.56 3.55 3.56 3.55zM20 12h-5c0 1.66-1.34 3-3 3s-3-1.34-3-3H4c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2z"})
"Upcoming"))
================================================
FILE: src/icons/reagent_mui/icons/upcoming_outlined.cljs
================================================
(ns reagent-mui.icons.upcoming-outlined
"Imports @mui/icons-material/UpcomingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upcoming-outlined (create-svg-icon (e "path" #js {"d" "M17.6 10.81 16.19 9.4l3.56-3.55 1.41 1.41c-.11.03-3.56 3.55-3.56 3.55zM13 3h-2v5h2V3zm-6.6 7.81L7.81 9.4 4.26 5.84 2.84 7.26c.11.03 3.56 3.55 3.56 3.55zM20 14h-3.42c-.77 1.76-2.54 3-4.58 3s-3.81-1.24-4.58-3H4v5h16v-5m0-2c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2v-5c0-1.1.9-2 2-2h5c0 1.66 1.34 3 3 3s3-1.34 3-3h5z"})
"UpcomingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/upcoming_rounded.cljs
================================================
(ns reagent-mui.icons.upcoming-rounded
"Imports @mui/icons-material/UpcomingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upcoming-rounded (create-svg-icon (e "path" #js {"d" "M20.45 6.55c-.38-.38-1.01-.38-1.39 0L16.89 8.7c-.39.38-.39 1.01 0 1.39l.01.01c.39.39 1.01.39 1.4 0 .62-.63 1.52-1.54 2.15-2.17.38-.38.38-1 0-1.38zM12.02 3h-.03c-.55 0-.99.44-.99.98v3.03c0 .55.44.99.98.99h.03c.55 0 .99-.44.99-.98V3.98c0-.54-.44-.98-.98-.98zM7.1 10.11l.01-.01c.38-.38.38-1.01 0-1.39L4.96 6.54c-.38-.39-1.01-.39-1.39 0l-.02.01c-.39.39-.39 1.01 0 1.39.63.62 1.53 1.54 2.15 2.17.39.38 1.02.38 1.4 0zM12 15c-1.24 0-2.31-.75-2.76-1.83-.32-.74-1.1-1.17-1.9-1.17H4c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2h-3.34c-.8 0-1.58.43-1.9 1.17C14.31 14.25 13.24 15 12 15"})
"UpcomingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/upcoming_sharp.cljs
================================================
(ns reagent-mui.icons.upcoming-sharp
"Imports @mui/icons-material/UpcomingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upcoming-sharp (create-svg-icon (e "path" #js {"d" "m21.16 7.26-1.41-1.41-3.56 3.55 1.41 1.41s3.45-3.52 3.56-3.55zM11 3h2v5h-2zm-4.6 7.81L7.81 9.4 4.26 5.84 2.84 7.26c.11.03 3.56 3.55 3.56 3.55zM22 12h-7c0 1.66-1.34 3-3 3s-3-1.34-3-3H2v9h20v-9z"})
"UpcomingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/upcoming_two_tone.cljs
================================================
(ns reagent-mui.icons.upcoming-two-tone
"Imports @mui/icons-material/UpcomingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upcoming-two-tone (create-svg-icon [(e "path" #js {"d" "M12 17c-2.04 0-3.81-1.24-4.58-3H4v5h16v-5h-3.42c-.77 1.76-2.54 3-4.58 3z", "opacity" ".3"}) (e "path" #js {"d" "m21.16 7.26-1.41-1.41-3.56 3.55 1.41 1.41s3.45-3.52 3.56-3.55zM11 3h2v5h-2zm9 9h-5c0 1.66-1.34 3-3 3s-3-1.34-3-3H4c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2zm0 7H4v-5h3.42c.77 1.76 2.54 3 4.58 3s3.81-1.24 4.58-3H20v5zM6.4 10.81 7.81 9.4 4.26 5.84 2.84 7.26c.11.03 3.56 3.55 3.56 3.55z"})]
"UpcomingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/update.cljs
================================================
(ns reagent-mui.icons.update
"Imports @mui/icons-material/Update as a Reagent component."
(:refer-clojure :exclude [update])
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def update (create-svg-icon (e "path" #js {"d" "M21 10.12h-6.78l2.74-2.82c-2.73-2.7-7.15-2.8-9.88-.1-2.73 2.71-2.73 7.08 0 9.79s7.15 2.71 9.88 0C18.32 15.65 19 14.08 19 12.1h2c0 1.98-.88 4.55-2.64 6.29-3.51 3.48-9.21 3.48-12.72 0-3.5-3.47-3.53-9.11-.02-12.58s9.14-3.47 12.65 0L21 3v7.12zM12.5 8v4.25l3.5 2.08-.72 1.21L11 13V8h1.5z"})
"Update"))
================================================
FILE: src/icons/reagent_mui/icons/update_disabled.cljs
================================================
(ns reagent-mui.icons.update-disabled
"Imports @mui/icons-material/UpdateDisabled as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def update-disabled (create-svg-icon (e "path" #js {"d" "M8.67 5.84 7.22 4.39C8.6 3.51 10.24 3 12 3c2.74 0 5.19 1.23 6.84 3.16L21 4v6h-6l2.41-2.41C16.12 6.02 14.18 5 12 5c-1.2 0-2.34.31-3.33.84zM13 7h-2v1.17l2 2V7zm6.78 15.61-3-3C15.39 20.48 13.76 21 12 21c-4.97 0-9-4.03-9-9 0-1.76.51-3.4 1.39-4.78l-3-3L2.8 2.81l18.38 18.38-1.4 1.42zm-4.46-4.46L5.84 8.67C5.31 9.66 5 10.8 5 12c0 3.86 3.14 7 7 7 1.2 0 2.34-.31 3.32-.85zM20.94 13h-2.02c-.12.83-.39 1.61-.77 2.32l1.47 1.47c.7-1.12 1.17-2.41 1.32-3.79z"})
"UpdateDisabled"))
================================================
FILE: src/icons/reagent_mui/icons/update_disabled_outlined.cljs
================================================
(ns reagent-mui.icons.update-disabled-outlined
"Imports @mui/icons-material/UpdateDisabledOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def update-disabled-outlined (create-svg-icon (e "path" #js {"d" "M20.94 13c-.15 1.38-.62 2.67-1.33 3.79l-1.47-1.47c.38-.71.65-1.49.77-2.32h2.03zM8.67 5.84C9.66 5.31 10.8 5 12 5c2.37 0 4.47 1.19 5.74 3H15v2h6V4h-2v2.36C17.35 4.32 14.83 3 12 3c-1.76 0-3.4.51-4.78 1.39l1.45 1.45zM11 7v1.17l2 2V7h-2zm8.78 15.61-3-3C15.39 20.48 13.76 21 12 21c-4.97 0-9-4.03-9-9 0-1.76.51-3.4 1.39-4.78l-3-3L2.8 2.81l18.38 18.38-1.4 1.42zm-4.46-4.46L5.84 8.67C5.31 9.66 5 10.8 5 12c0 3.86 3.14 7 7 7 1.2 0 2.34-.31 3.32-.85z"})
"UpdateDisabledOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/update_disabled_rounded.cljs
================================================
(ns reagent-mui.icons.update-disabled-rounded
"Imports @mui/icons-material/UpdateDisabledRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def update-disabled-rounded (create-svg-icon (e "path" #js {"d" "M20.49 20.49 3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l2.31 2.31C3.57 8.56 3.05 10.09 3 11.74 2.86 16.83 6.94 21 12 21c1.76 0 3.39-.52 4.78-1.39l2.29 2.29c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41zm-9.77-1.6c-2.78-.49-5.04-2.71-5.58-5.47-.34-1.72-.03-3.36.72-4.73l9.46 9.46c-1.34.72-2.92 1.03-4.6.74zM13 8v2.17l-2-2V8c0-.55.45-1 1-1s1 .45 1 1zm7.72 6.23c-.23.92-.61 1.77-1.1 2.55l-1.47-1.47c.27-.5.49-1.03.63-1.59.11-.42.51-.72.95-.72.65 0 1.15.61.99 1.23zM7.24 4.41c1.46-.93 3.18-1.45 5-1.41 2.65.07 5 1.28 6.6 3.16l1.31-1.31c.31-.31.85-.09.85.36V9.5c0 .28-.22.5-.5.5h-4.29c-.45 0-.67-.54-.35-.85l1.55-1.55C16.12 6.02 14.18 5 12 5c-1.2 0-2.33.31-3.32.85L7.24 4.41z"})
"UpdateDisabledRounded"))
================================================
FILE: src/icons/reagent_mui/icons/update_disabled_sharp.cljs
================================================
(ns reagent-mui.icons.update-disabled-sharp
"Imports @mui/icons-material/UpdateDisabledSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def update-disabled-sharp (create-svg-icon (e "path" #js {"d" "M8.67 5.84 7.22 4.39C8.6 3.51 10.24 3 12 3c2.74 0 5.19 1.23 6.84 3.16L21 4v6h-6l2.41-2.41C16.12 6.02 14.18 5 12 5c-1.2 0-2.34.31-3.33.84zM13 7h-2v1.17l2 2V7zm6.78 15.61-3-3C15.39 20.48 13.76 21 12 21c-4.97 0-9-4.03-9-9 0-1.76.51-3.4 1.39-4.78l-3-3L2.8 2.81l18.38 18.38-1.4 1.42zm-4.46-4.46L5.84 8.67C5.31 9.66 5 10.8 5 12c0 3.86 3.14 7 7 7 1.2 0 2.34-.31 3.32-.85zM20.94 13h-2.02c-.12.83-.39 1.61-.77 2.32l1.47 1.47c.7-1.12 1.17-2.41 1.32-3.79z"})
"UpdateDisabledSharp"))
================================================
FILE: src/icons/reagent_mui/icons/update_disabled_two_tone.cljs
================================================
(ns reagent-mui.icons.update-disabled-two-tone
"Imports @mui/icons-material/UpdateDisabledTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def update-disabled-two-tone (create-svg-icon (e "path" #js {"d" "M8.67 5.84 7.22 4.39C8.6 3.51 10.24 3 12 3c2.74 0 5.19 1.23 6.84 3.16L21 4v6h-6l2.41-2.41C16.12 6.02 14.18 5 12 5c-1.2 0-2.34.31-3.33.84zM13 7h-2v1.17l2 2V7zm6.78 15.61-3-3C15.39 20.48 13.76 21 12 21c-4.97 0-9-4.03-9-9 0-1.76.51-3.4 1.39-4.78l-3-3L2.8 2.81l18.38 18.38-1.4 1.42zm-4.46-4.46L5.84 8.67C5.31 9.66 5 10.8 5 12c0 3.86 3.14 7 7 7 1.2 0 2.34-.31 3.32-.85zM20.94 13h-2.02c-.12.83-.39 1.61-.77 2.32l1.47 1.47c.7-1.12 1.17-2.41 1.32-3.79z"})
"UpdateDisabledTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/update_outlined.cljs
================================================
(ns reagent-mui.icons.update-outlined
"Imports @mui/icons-material/UpdateOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def update-outlined (create-svg-icon (e "path" #js {"d" "M11 8v5l4.25 2.52.77-1.28-3.52-2.09V8H11zm10 2V3l-2.64 2.64C16.74 4.01 14.49 3 12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9h-2c0 3.86-3.14 7-7 7s-7-3.14-7-7 3.14-7 7-7c1.93 0 3.68.79 4.95 2.05L14 10h7z"})
"UpdateOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/update_rounded.cljs
================================================
(ns reagent-mui.icons.update-rounded
"Imports @mui/icons-material/UpdateRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def update-rounded (create-svg-icon (e "path" #js {"d" "M11 8.75v3.68c0 .35.19.68.49.86l3.12 1.85c.36.21.82.09 1.03-.26.21-.36.1-.82-.26-1.03l-2.87-1.71v-3.4c-.01-.4-.35-.74-.76-.74s-.75.34-.75.75zm10 .75V4.21c0-.45-.54-.67-.85-.35l-1.78 1.78c-1.81-1.81-4.39-2.85-7.21-2.6-4.19.38-7.64 3.75-8.1 7.94C2.46 16.4 6.69 21 12 21c4.59 0 8.38-3.44 8.93-7.88.07-.6-.4-1.12-1-1.12-.5 0-.92.37-.98.86-.43 3.49-3.44 6.19-7.05 6.14-3.71-.05-6.84-3.18-6.9-6.9C4.94 8.2 8.11 5 12 5c1.93 0 3.68.79 4.95 2.05l-2.09 2.09c-.32.32-.1.86.35.86h5.29c.28 0 .5-.22.5-.5z"})
"UpdateRounded"))
================================================
FILE: src/icons/reagent_mui/icons/update_sharp.cljs
================================================
(ns reagent-mui.icons.update-sharp
"Imports @mui/icons-material/UpdateSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def update-sharp (create-svg-icon (e "path" #js {"d" "M11 8v5l4.25 2.52.77-1.28-3.52-2.09V8H11zm10 2V3l-2.64 2.64C16.74 4.01 14.49 3 12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9h-2c0 3.86-3.14 7-7 7s-7-3.14-7-7 3.14-7 7-7c1.93 0 3.68.79 4.95 2.05L14 10h7z"})
"UpdateSharp"))
================================================
FILE: src/icons/reagent_mui/icons/update_two_tone.cljs
================================================
(ns reagent-mui.icons.update-two-tone
"Imports @mui/icons-material/UpdateTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def update-two-tone (create-svg-icon (e "path" #js {"d" "M11 8v5l4.25 2.52.77-1.28-3.52-2.09V8H11zm10 2V3l-2.64 2.64C16.74 4.01 14.49 3 12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9h-2c0 3.86-3.14 7-7 7s-7-3.14-7-7 3.14-7 7-7c1.93 0 3.68.79 4.95 2.05L14 10h7z"})
"UpdateTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/upgrade.cljs
================================================
(ns reagent-mui.icons.upgrade
"Imports @mui/icons-material/Upgrade as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upgrade (create-svg-icon (e "path" #js {"d" "M16 18v2H8v-2h8zM11 7.99V16h2V7.99h3L12 4 8 7.99h3z"})
"Upgrade"))
================================================
FILE: src/icons/reagent_mui/icons/upgrade_outlined.cljs
================================================
(ns reagent-mui.icons.upgrade-outlined
"Imports @mui/icons-material/UpgradeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upgrade-outlined (create-svg-icon (e "path" #js {"d" "M16 18v2H8v-2h8zM11 7.99V16h2V7.99h3L12 4 8 7.99h3z"})
"UpgradeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/upgrade_rounded.cljs
================================================
(ns reagent-mui.icons.upgrade-rounded
"Imports @mui/icons-material/UpgradeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upgrade-rounded (create-svg-icon (e "path" #js {"d" "M16 19c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1zM11 7.99V15c0 .55.45 1 1 1s1-.45 1-1V7.99h1.79c.45 0 .67-.54.35-.85l-2.79-2.78c-.2-.19-.51-.19-.71 0L8.86 7.14c-.32.31-.1.85.35.85H11z"})
"UpgradeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/upgrade_sharp.cljs
================================================
(ns reagent-mui.icons.upgrade-sharp
"Imports @mui/icons-material/UpgradeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upgrade-sharp (create-svg-icon (e "path" #js {"d" "M16 18v2H8v-2h8zM11 7.99V16h2V7.99h3L12 4 8 7.99h3z"})
"UpgradeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/upgrade_two_tone.cljs
================================================
(ns reagent-mui.icons.upgrade-two-tone
"Imports @mui/icons-material/UpgradeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upgrade-two-tone (create-svg-icon (e "path" #js {"d" "M16 18v2H8v-2h8zM11 7.99V16h2V7.99h3L12 4 8 7.99h3z"})
"UpgradeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/upload.cljs
================================================
(ns reagent-mui.icons.upload
"Imports @mui/icons-material/Upload as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upload (create-svg-icon (e "path" #js {"d" "M5 20h14v-2H5v2zm0-10h4v6h6v-6h4l-7-7-7 7z"})
"Upload"))
================================================
FILE: src/icons/reagent_mui/icons/upload_file.cljs
================================================
(ns reagent-mui.icons.upload-file
"Imports @mui/icons-material/UploadFile as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upload-file (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11zM8 15.01l1.41 1.41L11 14.84V19h2v-4.16l1.59 1.59L16 15.01 12.01 11z"})
"UploadFile"))
================================================
FILE: src/icons/reagent_mui/icons/upload_file_outlined.cljs
================================================
(ns reagent-mui.icons.upload-file-outlined
"Imports @mui/icons-material/UploadFileOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upload-file-outlined (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11zM8 15.01l1.41 1.41L11 14.84V19h2v-4.16l1.59 1.59L16 15.01 12.01 11 8 15.01z"})
"UploadFileOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/upload_file_rounded.cljs
================================================
(ns reagent-mui.icons.upload-file-rounded
"Imports @mui/icons-material/UploadFileRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upload-file-rounded (create-svg-icon (e "path" #js {"d" "m19.41 7.41-4.83-4.83c-.37-.37-.88-.58-1.41-.58H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.42zM14.8 15H13v3c0 .55-.45 1-1 1s-1-.45-1-1v-3H9.21c-.45 0-.67-.54-.35-.85l2.8-2.79c.2-.19.51-.19.71 0l2.79 2.79c.3.31.08.85-.36.85zM14 9c-.55 0-1-.45-1-1V3.5L18.5 9H14z"})
"UploadFileRounded"))
================================================
FILE: src/icons/reagent_mui/icons/upload_file_sharp.cljs
================================================
(ns reagent-mui.icons.upload-file-sharp
"Imports @mui/icons-material/UploadFileSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upload-file-sharp (create-svg-icon (e "path" #js {"d" "M14 2H4v20h16V8l-6-6zm-1 13v4h-2v-4H8l4.01-4L16 15h-3zm0-6V3.5L18.5 9H13z"})
"UploadFileSharp"))
================================================
FILE: src/icons/reagent_mui/icons/upload_file_two_tone.cljs
================================================
(ns reagent-mui.icons.upload-file-two-tone
"Imports @mui/icons-material/UploadFileTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upload-file-two-tone (create-svg-icon [(e "path" #js {"d" "M13 4H6v16h12V9h-5V4zm3 11h-3v4h-2v-4H8l4.01-4L16 15z", "opacity" ".3"}) (e "path" #js {"d" "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"}) (e "path" #js {"d" "M8 15h3v4h2v-4h3l-3.99-4z"})]
"UploadFileTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/upload_outlined.cljs
================================================
(ns reagent-mui.icons.upload-outlined
"Imports @mui/icons-material/UploadOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upload-outlined (create-svg-icon (e "path" #js {"d" "M9 16h6v-6h4l-7-7-7 7h4v6zm3-10.17L14.17 8H13v6h-2V8H9.83L12 5.83zM5 18h14v2H5z"})
"UploadOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/upload_rounded.cljs
================================================
(ns reagent-mui.icons.upload-rounded
"Imports @mui/icons-material/UploadRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upload-rounded (create-svg-icon (e "path" #js {"d" "M10 16h4c.55 0 1-.45 1-1v-5h1.59c.89 0 1.34-1.08.71-1.71L12.71 3.7a.9959.9959 0 0 0-1.41 0L6.71 8.29c-.63.63-.19 1.71.7 1.71H9v5c0 .55.45 1 1 1zm-4 2h12c.55 0 1 .45 1 1s-.45 1-1 1H6c-.55 0-1-.45-1-1s.45-1 1-1z"})
"UploadRounded"))
================================================
FILE: src/icons/reagent_mui/icons/upload_sharp.cljs
================================================
(ns reagent-mui.icons.upload-sharp
"Imports @mui/icons-material/UploadSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upload-sharp (create-svg-icon (e "path" #js {"d" "M9 16h6v-6h4l-7-7-7 7h4v6zm-4 2h14v2H5v-2z"})
"UploadSharp"))
================================================
FILE: src/icons/reagent_mui/icons/upload_two_tone.cljs
================================================
(ns reagent-mui.icons.upload-two-tone
"Imports @mui/icons-material/UploadTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def upload-two-tone (create-svg-icon [(e "path" #js {"d" "M9.83 8H11v6h2V8h1.17L12 5.83z", "opacity" ".3"}) (e "path" #js {"d" "m12 3-7 7h4v6h6v-6h4l-7-7zm1 5v6h-2V8H9.83L12 5.83 14.17 8H13zM5 18h14v2H5z"})]
"UploadTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/usb.cljs
================================================
(ns reagent-mui.icons.usb
"Imports @mui/icons-material/Usb as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def usb (create-svg-icon (e "path" #js {"d" "M15 7v4h1v2h-3V5h2l-3-4-3 4h2v8H8v-2.07c.7-.37 1.2-1.08 1.2-1.93 0-1.21-.99-2.2-2.2-2.2-1.21 0-2.2.99-2.2 2.2 0 .85.5 1.56 1.2 1.93V13c0 1.11.89 2 2 2h3v3.05c-.71.37-1.2 1.1-1.2 1.95 0 1.22.99 2.2 2.2 2.2 1.21 0 2.2-.98 2.2-2.2 0-.85-.49-1.58-1.2-1.95V15h3c1.11 0 2-.89 2-2v-2h1V7h-4z"})
"Usb"))
================================================
FILE: src/icons/reagent_mui/icons/usb_off.cljs
================================================
(ns reagent-mui.icons.usb-off
"Imports @mui/icons-material/UsbOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def usb-off (create-svg-icon (e "path" #js {"d" "M15 8h4v4h-1v2c0 .34-.08.66-.23.94L16 13.17V12h-1V8zm-4 .17 2 2V6h2l-3-4-3 4h2v2.17zM13 16v2.28c.6.34 1 .98 1 1.72 0 1.1-.9 2-2 2s-2-.9-2-2c0-.74.4-1.37 1-1.72V16H8c-1.11 0-2-.89-2-2v-2.28c-.6-.34-1-.98-1-1.72 0-.59.26-1.13.68-1.49L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41-6.6-6.6H13zm-2-2v-.17l-2.51-2.51c-.14.16-.31.29-.49.4V14h3z"})
"UsbOff"))
================================================
FILE: src/icons/reagent_mui/icons/usb_off_outlined.cljs
================================================
(ns reagent-mui.icons.usb-off-outlined
"Imports @mui/icons-material/UsbOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def usb-off-outlined (create-svg-icon (e "path" #js {"d" "M15 8h4v4h-1v2c0 .34-.08.66-.23.94L16 13.17V12h-1V8zm-4 .17 2 2V6h2l-3-4-3 4h2v2.17zM13 16v2.28c.6.34 1 .98 1 1.72 0 1.1-.9 2-2 2s-2-.9-2-2c0-.74.4-1.37 1-1.72V16H8c-1.11 0-2-.89-2-2v-2.28c-.6-.34-1-.98-1-1.72 0-.59.26-1.13.68-1.49L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41-6.6-6.6H13zm-2-2v-.17l-2.51-2.51c-.14.16-.31.29-.49.4V14h3z"})
"UsbOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/usb_off_rounded.cljs
================================================
(ns reagent-mui.icons.usb-off-rounded
"Imports @mui/icons-material/UsbOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def usb-off-rounded (create-svg-icon (e "path" #js {"d" "m9.6 5.2 2-2.67c.2-.27.6-.27.8 0l2 2.67c.25.33.01.8-.4.8h-1v4.17l-2-2V6h-1c-.41 0-.65-.47-.4-.8zm5.9 6.8h.5v1.17l1.77 1.77c.14-.28.23-.6.23-.94v-2h.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5h-3c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5zm4.99 9.9c-.39.39-1.02.39-1.41 0l-5.9-5.9H13v2.28c.6.34 1 .98 1 1.72 0 1.2-1.07 2.16-2.31 1.98-.88-.13-1.59-.88-1.68-1.77-.08-.83.33-1.55.99-1.93V16H8c-1.1 0-2-.9-2-2v-2.28c-.6-.34-1-.98-1-1.72 0-.59.26-1.13.68-1.5L2.1 4.93a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l16.97 16.97c.4.39.4 1.02.01 1.41zM11 13.83l-2.51-2.51c-.14.16-.31.29-.49.4V14h3v-.17z"})
"UsbOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/usb_off_sharp.cljs
================================================
(ns reagent-mui.icons.usb-off-sharp
"Imports @mui/icons-material/UsbOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def usb-off-sharp (create-svg-icon (e "path" #js {"d" "M15 8h4v4h-1v2c0 .34-.08.66-.23.94L16 13.17V12h-1V8zm-4 .17 2 2V6h2l-3-4-3 4h2v2.17zM13 16v2.28c.6.34 1 .98 1 1.72 0 1.1-.9 2-2 2s-2-.9-2-2c0-.74.4-1.37 1-1.72V16H8c-1.11 0-2-.89-2-2v-2.28c-.6-.34-1-.98-1-1.72 0-.59.26-1.13.68-1.49L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41-6.6-6.6H13zm-2-2v-.17l-2.51-2.51c-.14.16-.31.29-.49.4V14h3z"})
"UsbOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/usb_off_two_tone.cljs
================================================
(ns reagent-mui.icons.usb-off-two-tone
"Imports @mui/icons-material/UsbOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def usb-off-two-tone (create-svg-icon (e "path" #js {"d" "M15 8h4v4h-1v2c0 .34-.08.66-.23.94L16 13.17V12h-1V8zm-4 .17 2 2V6h2l-3-4-3 4h2v2.17zM13 16v2.28c.6.34 1 .98 1 1.72 0 1.1-.9 2-2 2s-2-.9-2-2c0-.74.4-1.37 1-1.72V16H8c-1.11 0-2-.89-2-2v-2.28c-.6-.34-1-.98-1-1.72 0-.59.26-1.13.68-1.49L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41-6.6-6.6H13zm-2-2v-.17l-2.51-2.51c-.14.16-.31.29-.49.4V14h3z"})
"UsbOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/usb_outlined.cljs
================================================
(ns reagent-mui.icons.usb-outlined
"Imports @mui/icons-material/UsbOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def usb-outlined (create-svg-icon (e "path" #js {"d" "M15 7v4h1v2h-3V5h2l-3-4-3 4h2v8H8v-2.07c.7-.37 1.2-1.08 1.2-1.93 0-1.21-.99-2.2-2.2-2.2S4.8 7.79 4.8 9c0 .85.5 1.56 1.2 1.93V13c0 1.11.89 2 2 2h3v3.05c-.71.37-1.2 1.1-1.2 1.95 0 1.22.99 2.2 2.2 2.2s2.2-.98 2.2-2.2c0-.85-.49-1.58-1.2-1.95V15h3c1.11 0 2-.89 2-2v-2h1V7h-4z"})
"UsbOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/usb_rounded.cljs
================================================
(ns reagent-mui.icons.usb-rounded
"Imports @mui/icons-material/UsbRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def usb-rounded (create-svg-icon (e "path" #js {"d" "M18 7h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1v2h-3V5h1c.41 0 .65-.47.4-.8l-2-2.67c-.2-.27-.6-.27-.8 0l-2 2.67c-.25.33-.01.8.4.8h1v8H8v-2.07c.83-.44 1.38-1.36 1.14-2.43-.17-.77-.77-1.4-1.52-1.61C6.15 6.48 4.8 7.59 4.8 9c0 .85.5 1.56 1.2 1.93V13c0 1.1.9 2 2 2h3v3.05c-.86.45-1.39 1.42-1.13 2.49.18.75.79 1.38 1.54 1.58 1.46.39 2.8-.7 2.8-2.12 0-.85-.49-1.58-1.2-1.95V15h3c1.1 0 2-.9 2-2v-2c.55 0 1-.45 1-1V8C19 7.45 18.55 7 18 7z"})
"UsbRounded"))
================================================
FILE: src/icons/reagent_mui/icons/usb_sharp.cljs
================================================
(ns reagent-mui.icons.usb-sharp
"Imports @mui/icons-material/UsbSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def usb-sharp (create-svg-icon (e "path" #js {"d" "M15 7v4h1v2h-3V5h2l-3-4-3 4h2v8H8v-2.07c.7-.37 1.2-1.08 1.2-1.93 0-1.21-.99-2.2-2.2-2.2S4.8 7.79 4.8 9c0 .85.5 1.56 1.2 1.93V13c0 1.11.89 2 2 2h3v3.05c-.71.37-1.2 1.1-1.2 1.95 0 1.22.99 2.2 2.2 2.2s2.2-.98 2.2-2.2c0-.85-.49-1.58-1.2-1.95V15h3c1.11 0 2-.89 2-2v-2h1V7h-4z"})
"UsbSharp"))
================================================
FILE: src/icons/reagent_mui/icons/usb_two_tone.cljs
================================================
(ns reagent-mui.icons.usb-two-tone
"Imports @mui/icons-material/UsbTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def usb-two-tone (create-svg-icon (e "path" #js {"d" "M15 7v4h1v2h-3V5h2l-3-4-3 4h2v8H8v-2.07c.7-.37 1.2-1.08 1.2-1.93 0-1.21-.99-2.2-2.2-2.2S4.8 7.79 4.8 9c0 .85.5 1.56 1.2 1.93V13c0 1.11.89 2 2 2h3v3.05c-.71.37-1.2 1.1-1.2 1.95 0 1.22.99 2.2 2.2 2.2s2.2-.98 2.2-2.2c0-.85-.49-1.58-1.2-1.95V15h3c1.11 0 2-.89 2-2v-2h1V7h-4z"})
"UsbTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/vaccines.cljs
================================================
(ns reagent-mui.icons.vaccines
"Imports @mui/icons-material/Vaccines as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vaccines (create-svg-icon (e "path" #js {"d" "M11 5.5H8V4h.5c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1s.45 1 1 1H6v1.5H3c-.55 0-1 .45-1 1s.45 1 1 1V15c0 1.1.9 2 2 2h1v4l2 1.5V17h1c1.1 0 2-.9 2-2V7.5c.55 0 1-.45 1-1s-.45-1-1-1zM9 9H7.25c-.41 0-.75.34-.75.75s.34.75.75.75H9V12H7.25c-.41 0-.75.34-.75.75s.34.75.75.75H9V15H5V7.5h4V9zm10.5 1.5V10c.55 0 1-.45 1-1s-.45-1-1-1h-5c-.55 0-1 .45-1 1s.45 1 1 1v.5c0 .5-1.5 1.16-1.5 3V20c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-6.5c0-1.84-1.5-2.5-1.5-3zm-3 0V10h1v.5c0 1.6 1.5 2 1.5 3v.5h-4v-.5c0-1 1.5-1.4 1.5-3zM15 20v-1.5h4V20h-4z"})
"Vaccines"))
================================================
FILE: src/icons/reagent_mui/icons/vaccines_outlined.cljs
================================================
(ns reagent-mui.icons.vaccines-outlined
"Imports @mui/icons-material/VaccinesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vaccines-outlined (create-svg-icon (e "path" #js {"d" "M11 5.5H8V4h.5c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1s.45 1 1 1H6v1.5H3c-.55 0-1 .45-1 1s.45 1 1 1V15c0 1.1.9 2 2 2h1v4l2 1.5V17h1c1.1 0 2-.9 2-2V7.5c.55 0 1-.45 1-1s-.45-1-1-1zM9 9H7.25c-.41 0-.75.34-.75.75s.34.75.75.75H9V12H7.25c-.41 0-.75.34-.75.75s.34.75.75.75H9V15H5V7.5h4V9zm10.5 1.5V10c.55 0 1-.45 1-1s-.45-1-1-1h-5c-.55 0-1 .45-1 1s.45 1 1 1v.5c0 .5-1.5 1.16-1.5 3V20c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-6.5c0-1.84-1.5-2.5-1.5-3zm-3 0V10h1v.5c0 1.6 1.5 2 1.5 3v.5h-4v-.5c0-1 1.5-1.4 1.5-3zm2.5 5V17h-4v-1.5h4zM15 20v-1.5h4V20h-4z"})
"VaccinesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/vaccines_rounded.cljs
================================================
(ns reagent-mui.icons.vaccines-rounded
"Imports @mui/icons-material/VaccinesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vaccines-rounded (create-svg-icon (e "path" #js {"d" "M7 22.5c.55 0 1-.45 1-1V17h1c1.1 0 2-.9 2-2V7.5c.55 0 1-.45 1-1s-.45-1-1-1H8V4h.5c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1s.45 1 1 1H6v1.5H3c-.55 0-1 .45-1 1s.45 1 1 1V15c0 1.1.9 2 2 2h1v4.5c0 .55.45 1 1 1zM9 9H7.25c-.41 0-.75.34-.75.75s.34.75.75.75H9V12H7.25c-.41 0-.75.34-.75.75s.34.75.75.75H9V15H5V7.5h4V9zm10.5 1.5V10c.55 0 1-.45 1-1s-.45-1-1-1h-5c-.55 0-1 .45-1 1s.45 1 1 1v.5c0 .5-1.5 1.16-1.5 3V20c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-6.5c0-1.84-1.5-2.5-1.5-3zm-3 0V10h1v.5c0 1.6 1.5 2 1.5 3v.5h-4v-.5c0-1 1.5-1.4 1.5-3zM15 20v-1.5h4V20h-4z"})
"VaccinesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/vaccines_sharp.cljs
================================================
(ns reagent-mui.icons.vaccines-sharp
"Imports @mui/icons-material/VaccinesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vaccines-sharp (create-svg-icon (e "path" #js {"d" "M12 5.5H8V4h1.5V2h-5v2H6v1.5H2v2h1V17h3v4l2 1.5V17h3V7.5h1v-2zM9 9H6.5v1.5H9V12H6.5v1.5H9V15H5V7.5h4V9zm10.5 1.5V10h1V8h-7l-.01 2h1.01v.5c0 .5-1.5 1.16-1.5 3V22h8v-8.5c0-1.84-1.5-2.5-1.5-3zm-3 0V10h1v.5c0 1.6 1.5 2 1.5 3v.5h-4v-.5c0-1 1.5-1.4 1.5-3zM15 20v-1.5h4V20h-4z"})
"VaccinesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/vaccines_two_tone.cljs
================================================
(ns reagent-mui.icons.vaccines-two-tone
"Imports @mui/icons-material/VaccinesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vaccines-two-tone (create-svg-icon [(e "path" #js {"d" "M19 17h-4v-1.5h4V17zM9 7.5H5V15h4v-1.5H7.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H9v-1.5H7.25c-.41 0-.75-.34-.75-.75S6.84 9 7.25 9H9V7.5z", "opacity" ".3"}) (e "path" #js {"d" "M11 5.5H8V4h.5c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1s.45 1 1 1H6v1.5H3c-.55 0-1 .45-1 1s.45 1 1 1V15c0 1.1.9 2 2 2h1v4l2 1.5V17h1c1.1 0 2-.9 2-2V7.5c.55 0 1-.45 1-1s-.45-1-1-1zM9 9H7.25c-.41 0-.75.34-.75.75s.34.75.75.75H9V12H7.25c-.41 0-.75.34-.75.75s.34.75.75.75H9V15H5V7.5h4V9zm10.5 1.5V10c.55 0 1-.45 1-1s-.45-1-1-1h-5c-.55 0-1 .45-1 1s.45 1 1 1v.5c0 .5-1.5 1.16-1.5 3V20c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-6.5c0-1.84-1.5-2.5-1.5-3zm-3 0V10h1v.5c0 1.6 1.5 2 1.5 3v.5h-4v-.5c0-1 1.5-1.4 1.5-3zm2.5 5V17h-4v-1.5h4zM15 20v-1.5h4V20h-4z"})]
"VaccinesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/vape_free.cljs
================================================
(ns reagent-mui.icons.vape-free
"Imports @mui/icons-material/VapeFree as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vape-free (create-svg-icon (e "path" #js {"d" "M2 16.5h1c1.33 0 2.71-.18 4-.5v3c-1.29-.32-2.67-.5-4-.5H2v-2zM16.17 19H8v-3h5.17L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41-3.6-3.6zm2.66-3H22v3h-.17l-3-3zM11 17.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5zm11-4.74V15h-1.5v-2.23c0-2.24-1.76-4.07-4-4.07V7.2c1.02 0 1.85-.83 1.85-1.85S17.52 3.5 16.5 3.5V2c1.85 0 3.35 1.5 3.35 3.35 0 .93-.38 1.77-1 2.38 1.87.89 3.15 2.81 3.15 5.03zM11.15 8.32V8.3c0-1.85 1.5-3.35 3.35-3.35v1.5c-1.02 0-1.85.73-1.85 1.75s.83 2 1.85 2h1.53c1.87 0 3.47 1.35 3.47 3.16V15H18v-1.3c0-1.31-.92-2.05-1.97-2.05h-1.55l-3.33-3.33z"})
"VapeFree"))
================================================
FILE: src/icons/reagent_mui/icons/vape_free_outlined.cljs
================================================
(ns reagent-mui.icons.vape-free-outlined
"Imports @mui/icons-material/VapeFreeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vape-free-outlined (create-svg-icon (e "path" #js {"d" "M2 16.5h1c1.33 0 2.71-.18 4-.5v3c-1.29-.32-2.67-.5-4-.5H2v-2zM16.17 19H8v-3h5.17L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41-3.6-3.6zm2.66-3H22v3h-.17l-3-3zM11 17.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5zm11-4.74V15h-1.5v-2.23c0-2.24-1.76-4.07-4-4.07V7.2c1.02 0 1.85-.83 1.85-1.85S17.52 3.5 16.5 3.5V2c1.85 0 3.35 1.5 3.35 3.35 0 .93-.38 1.77-1 2.38 1.87.89 3.15 2.81 3.15 5.03zM11.15 8.32V8.3c0-1.85 1.5-3.35 3.35-3.35v1.5c-1.02 0-1.85.73-1.85 1.75s.83 2 1.85 2h1.53c1.87 0 3.47 1.35 3.47 3.16V15H18v-1.3c0-1.31-.92-2.05-1.97-2.05h-1.55l-3.33-3.33z"})
"VapeFreeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/vape_free_rounded.cljs
================================================
(ns reagent-mui.icons.vape-free-rounded
"Imports @mui/icons-material/VapeFreeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vape-free-rounded (create-svg-icon (e "path" #js {"d" "M20.49 21.9c-.39.39-1.02.39-1.41 0l-2.9-2.9H8v-3h5.17L2.1 4.93c-.39-.39-.39-1.02 0-1.41s1.02-.39 1.41 0l16.97 16.97c.4.39.4 1.02.01 1.41zM18.83 16h1.67c.83 0 1.5.67 1.5 1.5 0 .46-.21.87-.53 1.14L18.83 16zm-8.33 1c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm8.35-9.27c.62-.61 1-1.45 1-2.38 0-1.51-1-2.79-2.38-3.21-.48-.14-.97.22-.97.72 0 .33.21.62.52.71.77.23 1.33.94 1.33 1.78 0 .82-.53 1.51-1.27 1.76-.33.11-.58.39-.58.74V8c0 .37.27.69.64.75 1.93.31 3.36 2 3.36 4.02v1.48c0 .41.34.75.75.75s.75-.34.75-.75v-1.49c0-2.22-1.28-4.14-3.15-5.03zm-4.37 3.92h1.55c1.05 0 1.97.74 1.97 2.05v.55c0 .41.34.75.76.75.41 0 .75-.33.75-.75v-.89c-.01-1.81-1.61-3.16-3.48-3.16h-1.3c-1.02 0-1.94-.73-2.07-1.75-.12-.95.46-1.7 1.3-1.93.32-.09.54-.38.54-.72 0-.49-.46-.86-.93-.72-1.41.41-2.43 1.71-2.42 3.24l3.33 3.33zM3 18.5c1.33 0 2.71.18 4 .5v-3c-1.29.32-2.67.5-4 .5-.55 0-1 .45-1 1s.45 1 1 1z"})
"VapeFreeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/vape_free_sharp.cljs
================================================
(ns reagent-mui.icons.vape-free-sharp
"Imports @mui/icons-material/VapeFreeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vape-free-sharp (create-svg-icon (e "path" #js {"d" "M2 16.5h1c1.33 0 2.71-.18 4-.5v3c-1.29-.32-2.67-.5-4-.5H2v-2zM16.17 19H8v-3h5.17L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41-3.6-3.6zm2.66-3H22v3h-.17l-3-3zM11 17.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5zm11-4.74V15h-1.5v-2.23c0-2.24-1.76-4.07-4-4.07V7.2c1.02 0 1.85-.83 1.85-1.85S17.52 3.5 16.5 3.5V2c1.85 0 3.35 1.5 3.35 3.35 0 .93-.38 1.77-1 2.38 1.87.89 3.15 2.81 3.15 5.03zM11.15 8.32V8.3c0-1.85 1.5-3.35 3.35-3.35v1.5c-1.02 0-1.85.73-1.85 1.75s.83 2 1.85 2h1.53c1.87 0 3.47 1.35 3.47 3.16V15H18v-1.3c0-1.31-.92-2.05-1.97-2.05h-1.55l-3.33-3.33z"})
"VapeFreeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/vape_free_two_tone.cljs
================================================
(ns reagent-mui.icons.vape-free-two-tone
"Imports @mui/icons-material/VapeFreeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vape-free-two-tone (create-svg-icon [(e "circle" #js {"cx" "10.5", "cy" "17.5", "r" ".5", "opacity" ".3"}) (e "path" #js {"d" "M2 16.5h1c1.33 0 2.71-.18 4-.5v3c-1.29-.32-2.67-.5-4-.5H2v-2zM16.17 19H8v-3h5.17L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41-3.6-3.6zm2.66-3H22v3h-.17l-3-3zM11 17.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5zm11-4.74V15h-1.5v-2.23c0-2.24-1.76-4.07-4-4.07V7.2c1.02 0 1.85-.83 1.85-1.85S17.52 3.5 16.5 3.5V2c1.85 0 3.35 1.5 3.35 3.35 0 .93-.38 1.77-1 2.38 1.87.89 3.15 2.81 3.15 5.03zM11.15 8.32V8.3c0-1.85 1.5-3.35 3.35-3.35v1.5c-1.02 0-1.85.73-1.85 1.75s.83 2 1.85 2h1.53c1.87 0 3.47 1.35 3.47 3.16V15H18v-1.3c0-1.31-.92-2.05-1.97-2.05h-1.55l-3.33-3.33z"})]
"VapeFreeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/vaping_rooms.cljs
================================================
(ns reagent-mui.icons.vaping-rooms
"Imports @mui/icons-material/VapingRooms as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vaping-rooms (create-svg-icon (e "path" #js {"d" "M2 16.5h1c1.33 0 2.71-.18 4-.5v3c-1.29-.32-2.67-.5-4-.5H2v-2zm20-.5v3H8v-3h14zm-11 1.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5zm11-4.74V15h-1.5v-2.23c0-2.24-1.76-4.07-4-4.07V7.2c1.02 0 1.85-.83 1.85-1.85S17.52 3.5 16.5 3.5V2c1.85 0 3.35 1.5 3.35 3.35 0 .93-.38 1.77-1 2.38 1.87.89 3.15 2.81 3.15 5.03zm-2.5.6V15H18v-1.3c0-1.31-.92-2.05-1.97-2.05H14.5c-1.85 0-3.35-1.5-3.35-3.35s1.5-3.35 3.35-3.35v1.5c-1.02 0-1.85.73-1.85 1.75s.83 2 1.85 2h1.53c1.87 0 3.47 1.35 3.47 3.16z"})
"VapingRooms"))
================================================
FILE: src/icons/reagent_mui/icons/vaping_rooms_outlined.cljs
================================================
(ns reagent-mui.icons.vaping-rooms-outlined
"Imports @mui/icons-material/VapingRoomsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vaping-rooms-outlined (create-svg-icon (e "path" #js {"d" "M2 16.5h1c1.33 0 2.71-.18 4-.5v3c-1.29-.32-2.67-.5-4-.5H2v-2zm20-.5v3H8v-3h14zm-11 1.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5zm11-4.74V15h-1.5v-2.23c0-2.24-1.76-4.07-4-4.07V7.2c1.02 0 1.85-.83 1.85-1.85S17.52 3.5 16.5 3.5V2c1.85 0 3.35 1.5 3.35 3.35 0 .93-.38 1.77-1 2.38 1.87.89 3.15 2.81 3.15 5.03zm-2.5.6V15H18v-1.3c0-1.31-.92-2.05-1.97-2.05H14.5c-1.85 0-3.35-1.5-3.35-3.35s1.5-3.35 3.35-3.35v1.5c-1.02 0-1.85.73-1.85 1.75s.83 2 1.85 2h1.53c1.87 0 3.47 1.35 3.47 3.16z"})
"VapingRoomsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/vaping_rooms_rounded.cljs
================================================
(ns reagent-mui.icons.vaping-rooms-rounded
"Imports @mui/icons-material/VapingRoomsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vaping-rooms-rounded (create-svg-icon (e "path" #js {"d" "M22 17.5c0 .83-.67 1.5-1.5 1.5H8v-3h12.5c.83 0 1.5.67 1.5 1.5zM10.5 17c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm8.35-9.27c.62-.61 1-1.45 1-2.38 0-1.51-1-2.79-2.38-3.21-.48-.14-.97.22-.97.72 0 .33.21.62.52.71.77.23 1.33.94 1.33 1.78 0 .82-.53 1.51-1.27 1.76-.33.11-.58.39-.58.74V8c0 .37.27.69.64.75 1.93.31 3.36 2 3.36 4.02v1.48c0 .41.34.75.75.75s.75-.34.75-.75v-1.49c0-2.22-1.28-4.14-3.15-5.03zM18.76 15c.41 0 .75-.33.75-.75v-.89c-.01-1.81-1.61-3.16-3.48-3.16h-1.3c-1.02 0-1.94-.73-2.07-1.75-.12-.95.46-1.7 1.3-1.93.32-.09.54-.38.54-.72 0-.49-.46-.86-.93-.72-1.42.41-2.45 1.73-2.42 3.28.03 1.84 1.62 3.29 3.46 3.29h1.42c1.05 0 1.97.74 1.97 2.05v.55c0 .41.34.75.76.75zM3 18.5c1.33 0 2.71.18 4 .5v-3c-1.29.32-2.67.5-4 .5-.55 0-1 .45-1 1s.45 1 1 1z"})
"VapingRoomsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/vaping_rooms_sharp.cljs
================================================
(ns reagent-mui.icons.vaping-rooms-sharp
"Imports @mui/icons-material/VapingRoomsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vaping-rooms-sharp (create-svg-icon (e "path" #js {"d" "M2 16.5h1c1.33 0 2.71-.18 4-.5v3c-1.29-.32-2.67-.5-4-.5H2v-2zm20-.5v3H8v-3h14zm-11 1.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5zm11-4.74V15h-1.5v-2.23c0-2.24-1.76-4.07-4-4.07V7.2c1.02 0 1.85-.83 1.85-1.85S17.52 3.5 16.5 3.5V2c1.85 0 3.35 1.5 3.35 3.35 0 .93-.38 1.77-1 2.38 1.87.89 3.15 2.81 3.15 5.03zm-2.5.6V15H18v-1.3c0-1.31-.92-2.05-1.97-2.05H14.5c-1.85 0-3.35-1.5-3.35-3.35s1.5-3.35 3.35-3.35v1.5c-1.02 0-1.85.73-1.85 1.75s.83 2 1.85 2h1.53c1.87 0 3.47 1.35 3.47 3.16z"})
"VapingRoomsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/vaping_rooms_two_tone.cljs
================================================
(ns reagent-mui.icons.vaping-rooms-two-tone
"Imports @mui/icons-material/VapingRoomsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vaping-rooms-two-tone (create-svg-icon [(e "circle" #js {"cx" "10.5", "cy" "17.5", "r" ".5", "opacity" ".3"}) (e "path" #js {"d" "M2 16.5h1c1.33 0 2.71-.18 4-.5v3c-1.29-.32-2.67-.5-4-.5H2v-2zm20-.5v3H8v-3h14zm-11 1.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5zm11-4.74V15h-1.5v-2.23c0-2.24-1.76-4.07-4-4.07V7.2c1.02 0 1.85-.83 1.85-1.85S17.52 3.5 16.5 3.5V2c1.85 0 3.35 1.5 3.35 3.35 0 .93-.38 1.77-1 2.38 1.87.89 3.15 2.81 3.15 5.03zm-2.5.6V15H18v-1.3c0-1.31-.92-2.05-1.97-2.05H14.5c-1.85 0-3.35-1.5-3.35-3.35s1.5-3.35 3.35-3.35v1.5c-1.02 0-1.85.73-1.85 1.75s.83 2 1.85 2h1.53c1.87 0 3.47 1.35 3.47 3.16z"})]
"VapingRoomsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/verified.cljs
================================================
(ns reagent-mui.icons.verified
"Imports @mui/icons-material/Verified as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def verified (create-svg-icon (e "path" #js {"d" "m23 12-2.44-2.79.34-3.69-3.61-.82-1.89-3.2L12 2.96 8.6 1.5 6.71 4.69 3.1 5.5l.34 3.7L1 12l2.44 2.79-.34 3.7 3.61.82L8.6 22.5l3.4-1.47 3.4 1.46 1.89-3.19 3.61-.82-.34-3.69L23 12zm-12.91 4.72-3.8-3.81 1.48-1.48 2.32 2.33 5.85-5.87 1.48 1.48-7.33 7.35z"})
"Verified"))
================================================
FILE: src/icons/reagent_mui/icons/verified_outlined.cljs
================================================
(ns reagent-mui.icons.verified-outlined
"Imports @mui/icons-material/VerifiedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def verified-outlined (create-svg-icon [(e "path" #js {"d" "M23 11.99 20.56 9.2l.34-3.69-3.61-.82L15.4 1.5 12 2.96 8.6 1.5 6.71 4.69 3.1 5.5l.34 3.7L1 11.99l2.44 2.79-.34 3.7 3.61.82 1.89 3.2 3.4-1.47 3.4 1.46 1.89-3.19 3.61-.82-.34-3.69 2.44-2.8zm-3.95 1.48-.56.65.08.85.18 1.95-1.9.43-.84.19-.44.74-.99 1.68-1.78-.77-.8-.34-.79.34-1.78.77-.99-1.67-.44-.74-.84-.19-1.9-.43.18-1.96.08-.85-.56-.65L3.67 12l1.29-1.48.56-.65-.09-.86-.18-1.94 1.9-.43.84-.19.44-.74.99-1.68 1.78.77.8.34.79-.34 1.78-.77.99 1.68.44.74.84.19 1.9.43-.18 1.95-.08.85.56.65 1.29 1.47-1.28 1.48z"}) (e "path" #js {"d" "m10.09 13.75-2.32-2.33-1.48 1.49 3.8 3.81 7.34-7.36-1.48-1.49z"})]
"VerifiedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/verified_rounded.cljs
================================================
(ns reagent-mui.icons.verified-rounded
"Imports @mui/icons-material/VerifiedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def verified-rounded (create-svg-icon (e "path" #js {"d" "m23 12-2.44-2.79.34-3.69-3.61-.82-1.89-3.2L12 2.96 8.6 1.5 6.71 4.69 3.1 5.5l.34 3.7L1 12l2.44 2.79-.34 3.7 3.61.82L8.6 22.5l3.4-1.47 3.4 1.46 1.89-3.19 3.61-.82-.34-3.69L23 12zM9.38 16.01 7 13.61a.9959.9959 0 0 1 0-1.41l.07-.07c.39-.39 1.03-.39 1.42 0l1.61 1.62 5.15-5.16c.39-.39 1.03-.39 1.42 0l.07.07c.39.39.39 1.02 0 1.41l-5.92 5.94c-.41.39-1.04.39-1.44 0z"})
"VerifiedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/verified_sharp.cljs
================================================
(ns reagent-mui.icons.verified-sharp
"Imports @mui/icons-material/VerifiedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def verified-sharp (create-svg-icon (e "path" #js {"d" "m23 12-2.44-2.79.34-3.69-3.61-.82-1.89-3.2L12 2.96 8.6 1.5 6.71 4.69 3.1 5.5l.34 3.7L1 12l2.44 2.79-.34 3.7 3.61.82L8.6 22.5l3.4-1.47 3.4 1.46 1.89-3.19 3.61-.82-.34-3.69L23 12zm-12.91 4.72-3.8-3.81 1.48-1.48 2.32 2.33 5.85-5.87 1.48 1.48-7.33 7.35z"})
"VerifiedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/verified_two_tone.cljs
================================================
(ns reagent-mui.icons.verified-two-tone
"Imports @mui/icons-material/VerifiedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def verified-two-tone (create-svg-icon [(e "path" #js {"d" "m18.49 9.88.08-.85.18-1.95-1.9-.43-.84-.19-.44-.74-.99-1.68-1.79.76-.79.34-.79-.34-1.79-.77-.99 1.68-.44.74-.84.19-1.9.43.18 1.94.08.85-.56.65-1.29 1.48 1.29 1.47.56.65-.08.85-.18 1.96 1.9.43.84.19.44.74.99 1.67 1.78-.77.8-.33.79.34 1.78.77.99-1.68.44-.74.84-.19 1.9-.43-.18-1.95-.08-.85.56-.65L20.33 12l-1.29-1.47-.55-.65zm-8.4 6.84-3.8-3.81 1.48-1.48 2.32 2.33 5.85-5.87 1.48 1.48-7.33 7.35z", "opacity" ".3"}) (e "path" #js {"d" "M23 11.99 20.56 9.2l.34-3.69-3.61-.82L15.4 1.5 12 2.96 8.6 1.5 6.71 4.69 3.1 5.5l.34 3.7L1 11.99l2.44 2.79-.34 3.7 3.61.82 1.89 3.2 3.4-1.47 3.4 1.46 1.89-3.19 3.61-.82-.34-3.69 2.44-2.8zm-3.95 1.48-.56.65.08.85.18 1.95-1.9.43-.84.19-.44.74-.99 1.68-1.78-.77-.8-.34-.79.34-1.78.77-.99-1.67-.44-.74-.84-.19-1.9-.43.18-1.96.08-.85-.56-.65L3.67 12l1.29-1.48.56-.65-.09-.86-.18-1.94 1.9-.43.84-.19.44-.74.99-1.68 1.78.77.8.34.79-.34 1.78-.77.99 1.68.44.74.84.19 1.9.43-.18 1.95-.08.85.56.65 1.29 1.47-1.28 1.48z"}) (e "path" #js {"d" "m10.09 13.75-2.32-2.33-1.48 1.49 3.8 3.81 7.34-7.36-1.48-1.49z"})]
"VerifiedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/verified_user.cljs
================================================
(ns reagent-mui.icons.verified-user
"Imports @mui/icons-material/VerifiedUser as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def verified-user (create-svg-icon (e "path" #js {"d" "M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"})
"VerifiedUser"))
================================================
FILE: src/icons/reagent_mui/icons/verified_user_outlined.cljs
================================================
(ns reagent-mui.icons.verified-user-outlined
"Imports @mui/icons-material/VerifiedUserOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def verified-user-outlined (create-svg-icon (e "path" #js {"d" "M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm7 10c0 4.52-2.98 8.69-7 9.93-4.02-1.24-7-5.41-7-9.93V6.3l7-3.11 7 3.11V11zm-11.59.59L6 13l4 4 8-8-1.41-1.42L10 14.17z"})
"VerifiedUserOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/verified_user_rounded.cljs
================================================
(ns reagent-mui.icons.verified-user-rounded
"Imports @mui/icons-material/VerifiedUserRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def verified-user-rounded (create-svg-icon (e "path" #js {"d" "m11.19 1.36-7 3.11C3.47 4.79 3 5.51 3 6.3V11c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V6.3c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.51-.23-1.11-.23-1.62 0zm-1.9 14.93L6.7 13.7a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0L10 14.17l5.88-5.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-6.59 6.59c-.38.39-1.02.39-1.41 0z"})
"VerifiedUserRounded"))
================================================
FILE: src/icons/reagent_mui/icons/verified_user_sharp.cljs
================================================
(ns reagent-mui.icons.verified-user-sharp
"Imports @mui/icons-material/VerifiedUserSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def verified-user-sharp (create-svg-icon (e "path" #js {"d" "M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"})
"VerifiedUserSharp"))
================================================
FILE: src/icons/reagent_mui/icons/verified_user_two_tone.cljs
================================================
(ns reagent-mui.icons.verified-user-two-tone
"Imports @mui/icons-material/VerifiedUserTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def verified-user-two-tone (create-svg-icon [(e "path" #js {"d" "M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm7 10c0 4.52-2.98 8.69-7 9.93-4.02-1.24-7-5.41-7-9.93V6.3l7-3.11 7 3.11V11zm-11.59.59L6 13l4 4 8-8-1.41-1.42L10 14.17z"}) (e "path" #js {"d" "M5 6.3V11c0 4.52 2.98 8.69 7 9.93 4.02-1.23 7-5.41 7-9.93V6.3l-7-3.11L5 6.3zM18 9l-8 8-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9z", "opacity" ".3"})]
"VerifiedUserTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_align_bottom.cljs
================================================
(ns reagent-mui.icons.vertical-align-bottom
"Imports @mui/icons-material/VerticalAlignBottom as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-align-bottom (create-svg-icon (e "path" #js {"d" "M16 13h-3V3h-2v10H8l4 4 4-4zM4 19v2h16v-2H4z"})
"VerticalAlignBottom"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_align_bottom_outlined.cljs
================================================
(ns reagent-mui.icons.vertical-align-bottom-outlined
"Imports @mui/icons-material/VerticalAlignBottomOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-align-bottom-outlined (create-svg-icon (e "path" #js {"d" "M16 13h-3V3h-2v10H8l4 4 4-4zM4 19v2h16v-2H4z"})
"VerticalAlignBottomOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_align_bottom_rounded.cljs
================================================
(ns reagent-mui.icons.vertical-align-bottom-rounded
"Imports @mui/icons-material/VerticalAlignBottomRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-align-bottom-rounded (create-svg-icon (e "path" #js {"d" "M14.79 13H13V4c0-.55-.45-1-1-1s-1 .45-1 1v9H9.21c-.45 0-.67.54-.35.85l2.79 2.79c.2.2.51.2.71 0l2.79-2.79c.31-.31.09-.85-.36-.85zM4 20c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1z"})
"VerticalAlignBottomRounded"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_align_bottom_sharp.cljs
================================================
(ns reagent-mui.icons.vertical-align-bottom-sharp
"Imports @mui/icons-material/VerticalAlignBottomSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-align-bottom-sharp (create-svg-icon (e "path" #js {"d" "M16 13h-3V3h-2v10H8l4 4 4-4zM4 19v2h16v-2H4z"})
"VerticalAlignBottomSharp"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_align_bottom_two_tone.cljs
================================================
(ns reagent-mui.icons.vertical-align-bottom-two-tone
"Imports @mui/icons-material/VerticalAlignBottomTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-align-bottom-two-tone (create-svg-icon (e "path" #js {"d" "M11 3v10H8l4 4 4-4h-3V3zM4 19h16v2H4z"})
"VerticalAlignBottomTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_align_center.cljs
================================================
(ns reagent-mui.icons.vertical-align-center
"Imports @mui/icons-material/VerticalAlignCenter as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-align-center (create-svg-icon (e "path" #js {"d" "M8 19h3v4h2v-4h3l-4-4-4 4zm8-14h-3V1h-2v4H8l4 4 4-4zM4 11v2h16v-2H4z"})
"VerticalAlignCenter"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_align_center_outlined.cljs
================================================
(ns reagent-mui.icons.vertical-align-center-outlined
"Imports @mui/icons-material/VerticalAlignCenterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-align-center-outlined (create-svg-icon (e "path" #js {"d" "M8 19h3v4h2v-4h3l-4-4-4 4zm8-14h-3V1h-2v4H8l4 4 4-4zM4 11v2h16v-2H4z"})
"VerticalAlignCenterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_align_center_rounded.cljs
================================================
(ns reagent-mui.icons.vertical-align-center-rounded
"Imports @mui/icons-material/VerticalAlignCenterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-align-center-rounded (create-svg-icon (e "path" #js {"d" "M9.21 19H11v3c0 .55.45 1 1 1s1-.45 1-1v-3h1.79c.45 0 .67-.54.35-.85l-2.79-2.79c-.2-.2-.51-.2-.71 0l-2.79 2.79c-.31.31-.09.85.36.85zm5.58-14H13V2c0-.55-.45-1-1-1s-1 .45-1 1v3H9.21c-.45 0-.67.54-.36.85l2.79 2.79c.2.2.51.2.71 0l2.79-2.79c.32-.31.1-.85-.35-.85zM4 12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1z"})
"VerticalAlignCenterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_align_center_sharp.cljs
================================================
(ns reagent-mui.icons.vertical-align-center-sharp
"Imports @mui/icons-material/VerticalAlignCenterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-align-center-sharp (create-svg-icon (e "path" #js {"d" "M8 19h3v4h2v-4h3l-4-4-4 4zm8-14h-3V1h-2v4H8l4 4 4-4zM4 11v2h16v-2H4z"})
"VerticalAlignCenterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_align_center_two_tone.cljs
================================================
(ns reagent-mui.icons.vertical-align-center-two-tone
"Imports @mui/icons-material/VerticalAlignCenterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-align-center-two-tone (create-svg-icon (e "path" #js {"d" "M11 1v4H8l4 4 4-4h-3V1zM4 11h16v2H4zm4 8h3v4h2v-4h3l-4-4z"})
"VerticalAlignCenterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_align_top.cljs
================================================
(ns reagent-mui.icons.vertical-align-top
"Imports @mui/icons-material/VerticalAlignTop as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-align-top (create-svg-icon (e "path" #js {"d" "M8 11h3v10h2V11h3l-4-4-4 4zM4 3v2h16V3H4z"})
"VerticalAlignTop"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_align_top_outlined.cljs
================================================
(ns reagent-mui.icons.vertical-align-top-outlined
"Imports @mui/icons-material/VerticalAlignTopOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-align-top-outlined (create-svg-icon (e "path" #js {"d" "M8 11h3v10h2V11h3l-4-4-4 4zM4 3v2h16V3H4z"})
"VerticalAlignTopOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_align_top_rounded.cljs
================================================
(ns reagent-mui.icons.vertical-align-top-rounded
"Imports @mui/icons-material/VerticalAlignTopRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-align-top-rounded (create-svg-icon (e "path" #js {"d" "M9.21 11H11v9c0 .55.45 1 1 1s1-.45 1-1v-9h1.79c.45 0 .67-.54.35-.85l-2.79-2.79c-.2-.2-.51-.2-.71 0l-2.79 2.79c-.31.31-.09.85.36.85zM4 4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1z"})
"VerticalAlignTopRounded"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_align_top_sharp.cljs
================================================
(ns reagent-mui.icons.vertical-align-top-sharp
"Imports @mui/icons-material/VerticalAlignTopSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-align-top-sharp (create-svg-icon (e "path" #js {"d" "M8 11h3v10h2V11h3l-4-4-4 4zM4 3v2h16V3H4z"})
"VerticalAlignTopSharp"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_align_top_two_tone.cljs
================================================
(ns reagent-mui.icons.vertical-align-top-two-tone
"Imports @mui/icons-material/VerticalAlignTopTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-align-top-two-tone (create-svg-icon (e "path" #js {"d" "M4 3h16v2H4zm4 8h3v10h2V11h3l-4-4z"})
"VerticalAlignTopTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_shades.cljs
================================================
(ns reagent-mui.icons.vertical-shades
"Imports @mui/icons-material/VerticalShades as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-shades (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zm-10 0V5h4v14h-4z"})
"VerticalShades"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_shades_closed.cljs
================================================
(ns reagent-mui.icons.vertical-shades-closed
"Imports @mui/icons-material/VerticalShadesClosed as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-shades-closed (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM13 5h1.5v14H13V5zm-2 14H9.5V5H11v14zM6 5h1.5v14H6V5zm10.5 14V5H18v14h-1.5z"})
"VerticalShadesClosed"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_shades_closed_outlined.cljs
================================================
(ns reagent-mui.icons.vertical-shades-closed-outlined
"Imports @mui/icons-material/VerticalShadesClosedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-shades-closed-outlined (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM13 5h1.5v14H13V5zm-2 14H9.5V5H11v14zM6 5h1.5v14H6V5zm10.5 14V5H18v14h-1.5z"})
"VerticalShadesClosedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_shades_closed_rounded.cljs
================================================
(ns reagent-mui.icons.vertical-shades-closed-rounded
"Imports @mui/icons-material/VerticalShadesClosedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-shades-closed-rounded (create-svg-icon (e "path" #js {"d" "M20 19V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v14H3c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1h-1zM13 5h1.5v14H13V5zm-2 14H9.5V5H11v14zM6 5h1.5v14H6V5zm10.5 14V5H18v14h-1.5z"})
"VerticalShadesClosedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_shades_closed_sharp.cljs
================================================
(ns reagent-mui.icons.vertical-shades-closed-sharp
"Imports @mui/icons-material/VerticalShadesClosedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-shades-closed-sharp (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM13 5h1.5v14H13V5zm-2 14H9.5V5H11v14zM6 5h1.5v14H6V5zm10.5 14V5H18v14h-1.5z"})
"VerticalShadesClosedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_shades_closed_two_tone.cljs
================================================
(ns reagent-mui.icons.vertical-shades-closed-two-tone
"Imports @mui/icons-material/VerticalShadesClosedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-shades-closed-two-tone (create-svg-icon [(e "path" #js {"d" "M9.5 5H11v14H9.5zM6 5h1.5v14H6zm7 0h1.5v14H13zm3.5 0H18v14h-1.5z", "opacity" ".2"}) (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM7.5 19H6V5h1.5v14zm3.5 0H9.5V5H11v14zm3.5 0H13V5h1.5v14zm3.5 0h-1.5V5H18v14z"})]
"VerticalShadesClosedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_shades_outlined.cljs
================================================
(ns reagent-mui.icons.vertical-shades-outlined
"Imports @mui/icons-material/VerticalShadesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-shades-outlined (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM14 5v14h-4V5h4zM6 5h2v14H6V5zm10 14V5h2v14h-2z"})
"VerticalShadesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_shades_rounded.cljs
================================================
(ns reagent-mui.icons.vertical-shades-rounded
"Imports @mui/icons-material/VerticalShadesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-shades-rounded (create-svg-icon (e "path" #js {"d" "M20 19V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v14H3c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1h-1zm-10 0V5h4v14h-4z"})
"VerticalShadesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_shades_sharp.cljs
================================================
(ns reagent-mui.icons.vertical-shades-sharp
"Imports @mui/icons-material/VerticalShadesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-shades-sharp (create-svg-icon (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zm-10 0V5h4v14h-4z"})
"VerticalShadesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_shades_two_tone.cljs
================================================
(ns reagent-mui.icons.vertical-shades-two-tone
"Imports @mui/icons-material/VerticalShadesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-shades-two-tone (create-svg-icon [(e "path" #js {"d" "M6 5h2v14H6zm10 0h2v14h-2z", "opacity" ".3"}) (e "path" #js {"d" "M20 19V3H4v16H2v2h20v-2h-2zM8 19H6V5h2v14zm6 0h-4V5h4v14zm4 0h-2V5h2v14z"})]
"VerticalShadesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_split.cljs
================================================
(ns reagent-mui.icons.vertical-split
"Imports @mui/icons-material/VerticalSplit as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-split (create-svg-icon (e "path" #js {"d" "M3 15h8v-2H3v2zm0 4h8v-2H3v2zm0-8h8V9H3v2zm0-6v2h8V5H3zm10 0h8v14h-8V5z"})
"VerticalSplit"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_split_outlined.cljs
================================================
(ns reagent-mui.icons.vertical-split-outlined
"Imports @mui/icons-material/VerticalSplitOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-split-outlined (create-svg-icon (e "path" #js {"d" "M3 13h8v2H3zm0 4h8v2H3zm0-8h8v2H3zm0-4h8v2H3zm16 2v10h-4V7h4m2-2h-8v14h8V5z"})
"VerticalSplitOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_split_rounded.cljs
================================================
(ns reagent-mui.icons.vertical-split-rounded
"Imports @mui/icons-material/VerticalSplitRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-split-rounded (create-svg-icon (e "path" #js {"d" "M4 15h6c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h6c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-8h6c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 6c0 .55.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1zm11-1h6c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1h-6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1z"})
"VerticalSplitRounded"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_split_sharp.cljs
================================================
(ns reagent-mui.icons.vertical-split-sharp
"Imports @mui/icons-material/VerticalSplitSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-split-sharp (create-svg-icon (e "path" #js {"d" "M3 15h8v-2H3v2zm0 4h8v-2H3v2zm0-8h8V9H3v2zm0-6v2h8V5H3zm10 0h8v14h-8V5z"})
"VerticalSplitSharp"))
================================================
FILE: src/icons/reagent_mui/icons/vertical_split_two_tone.cljs
================================================
(ns reagent-mui.icons.vertical-split-two-tone
"Imports @mui/icons-material/VerticalSplitTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vertical-split-two-tone (create-svg-icon [(e "path" #js {"d" "M15 7h4v10h-4z", "opacity" ".3"}) (e "path" #js {"d" "M3 13h8v2H3zm0 4h8v2H3zm0-8h8v2H3zm0-4h8v2H3zm10 0v14h8V5h-8zm6 12h-4V7h4v10z"})]
"VerticalSplitTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/vibration.cljs
================================================
(ns reagent-mui.icons.vibration
"Imports @mui/icons-material/Vibration as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vibration (create-svg-icon (e "path" #js {"d" "M0 15h2V9H0v6zm3 2h2V7H3v10zm19-8v6h2V9h-2zm-3 8h2V7h-2v10zM16.5 3h-9C6.67 3 6 3.67 6 4.5v15c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5v-15c0-.83-.67-1.5-1.5-1.5zM16 19H8V5h8v14z"})
"Vibration"))
================================================
FILE: src/icons/reagent_mui/icons/vibration_outlined.cljs
================================================
(ns reagent-mui.icons.vibration-outlined
"Imports @mui/icons-material/VibrationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vibration-outlined (create-svg-icon (e "path" #js {"d" "M0 15h2V9H0v6zm3 2h2V7H3v10zm19-8v6h2V9h-2zm-3 8h2V7h-2v10zM16.5 3h-9C6.67 3 6 3.67 6 4.5v15c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5v-15c0-.83-.67-1.5-1.5-1.5zM16 19H8V5h8v14z"})
"VibrationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/vibration_rounded.cljs
================================================
(ns reagent-mui.icons.vibration-rounded
"Imports @mui/icons-material/VibrationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vibration-rounded (create-svg-icon (e "path" #js {"d" "M1 15c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1zm3 2c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1s-1 .45-1 1v8c0 .55.45 1 1 1zm18-7v4c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1s-1 .45-1 1zm-2 7c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1s-1 .45-1 1v8c0 .55.45 1 1 1zM16.5 3h-9C6.67 3 6 3.67 6 4.5v15c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5v-15c0-.83-.67-1.5-1.5-1.5zM16 19H8V5h8v14z"})
"VibrationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/vibration_sharp.cljs
================================================
(ns reagent-mui.icons.vibration-sharp
"Imports @mui/icons-material/VibrationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vibration-sharp (create-svg-icon (e "path" #js {"d" "M0 15h2V9H0v6zm3 2h2V7H3v10zm19-8v6h2V9h-2zm-3 8h2V7h-2v10zM18 3H6v18h12V3zm-2 16H8V5h8v14z"})
"VibrationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/vibration_two_tone.cljs
================================================
(ns reagent-mui.icons.vibration-two-tone
"Imports @mui/icons-material/VibrationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vibration-two-tone (create-svg-icon [(e "path" #js {"d" "M8 5h8v14H8z", "opacity" ".3"}) (e "path" #js {"d" "M19 7h2v10h-2zm3 2h2v6h-2zM0 9h2v6H0zm16.5-6h-9C6.67 3 6 3.67 6 4.5v15c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5v-15c0-.83-.67-1.5-1.5-1.5zM16 19H8V5h8v14zM3 7h2v10H3z"})]
"VibrationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/video_call.cljs
================================================
(ns reagent-mui.icons.video-call
"Imports @mui/icons-material/VideoCall as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-call (create-svg-icon (e "path" #js {"d" "M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4zM14 13h-3v3H9v-3H6v-2h3V8h2v3h3v2z"})
"VideoCall"))
================================================
FILE: src/icons/reagent_mui/icons/video_call_outlined.cljs
================================================
(ns reagent-mui.icons.video-call-outlined
"Imports @mui/icons-material/VideoCallOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-call-outlined (create-svg-icon (e "path" #js {"d" "M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4zM15 16H5V8h10v8zm-6-1h2v-2h2v-2h-2V9H9v2H7v2h2z"})
"VideoCallOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/video_call_rounded.cljs
================================================
(ns reagent-mui.icons.video-call-rounded
"Imports @mui/icons-material/VideoCallRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-call-rounded (create-svg-icon (e "path" #js {"d" "M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l2.29 2.29c.63.63 1.71.18 1.71-.71V8.91c0-.89-1.08-1.34-1.71-.71L17 10.5zM13 13h-2v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H7c-.55 0-1-.45-1-1s.45-1 1-1h2V9c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1z"})
"VideoCallRounded"))
================================================
FILE: src/icons/reagent_mui/icons/video_call_sharp.cljs
================================================
(ns reagent-mui.icons.video-call-sharp
"Imports @mui/icons-material/VideoCallSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-call-sharp (create-svg-icon (e "path" #js {"d" "M17 10.5V6H3v12h14v-4.5l4 4v-11l-4 4zM14 13h-3v3H9v-3H6v-2h3V8h2v3h3v2z"})
"VideoCallSharp"))
================================================
FILE: src/icons/reagent_mui/icons/video_call_two_tone.cljs
================================================
(ns reagent-mui.icons.video-call-two-tone
"Imports @mui/icons-material/VideoCallTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-call-two-tone (create-svg-icon [(e "path" #js {"d" "M5 16h10V8H5v8zm2-5h2V9h2v2h2v2h-2v2H9v-2H7v-2z", "opacity" ".3"}) (e "path" #js {"d" "M17 7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4V7zm-2 9H5V8h10v8zm-6-1h2v-2h2v-2h-2V9H9v2H7v2h2z"})]
"VideoCallTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/video_camera_back.cljs
================================================
(ns reagent-mui.icons.video-camera-back
"Imports @mui/icons-material/VideoCameraBack as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-camera-back (create-svg-icon (e "path" #js {"d" "M18 10.48V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4.48l4 3.98v-11l-4 3.98zM5 16l2.38-3.17L9 15l2.62-3.5L15 16H5z"})
"VideoCameraBack"))
================================================
FILE: src/icons/reagent_mui/icons/video_camera_back_outlined.cljs
================================================
(ns reagent-mui.icons.video-camera-back-outlined
"Imports @mui/icons-material/VideoCameraBackOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-camera-back-outlined (create-svg-icon (e "path" #js {"d" "M18 10.48V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4.48l4 3.98v-11l-4 3.98zM16 18H4V6h12v12zm-4.38-6.5L9 15l-1.62-2.17L5 16h10l-3.38-4.5z"})
"VideoCameraBackOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/video_camera_back_rounded.cljs
================================================
(ns reagent-mui.icons.video-camera-back-rounded
"Imports @mui/icons-material/VideoCameraBackRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-camera-back-rounded (create-svg-icon (e "path" #js {"d" "M18 10.48V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4.48l3.15 3.13c.31.32.85.09.85-.35V7.7c0-.44-.54-.67-.85-.35L18 10.48zM5.6 15.2l1.38-1.83c.2-.27.6-.27.8 0L9 15l2.23-2.97c.2-.27.6-.27.8 0l2.38 3.17c.25.33.01.8-.4.8H6c-.41 0-.65-.47-.4-.8z"})
"VideoCameraBackRounded"))
================================================
FILE: src/icons/reagent_mui/icons/video_camera_back_sharp.cljs
================================================
(ns reagent-mui.icons.video-camera-back-sharp
"Imports @mui/icons-material/VideoCameraBackSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-camera-back-sharp (create-svg-icon (e "path" #js {"d" "M18 10.48V4H2v16h16v-6.48l4 3.98v-11l-4 3.98zM5 16l2.38-3.17L9 15l2.62-3.5L15 16H5z"})
"VideoCameraBackSharp"))
================================================
FILE: src/icons/reagent_mui/icons/video_camera_back_two_tone.cljs
================================================
(ns reagent-mui.icons.video-camera-back-two-tone
"Imports @mui/icons-material/VideoCameraBackTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-camera-back-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18h12V6H4v12zm3.38-5.17L9 15l2.62-3.5L15 16H5l2.38-3.17z", "opacity" ".3"}) (e "path" #js {"d" "M11.62 11.5 9 15l-1.62-2.17L5 16h10z"}) (e "path" #js {"d" "M18 10.48V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4.48l4 3.98v-11l-4 3.98zM16 18H4V6h12v12z"})]
"VideoCameraBackTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/video_camera_front.cljs
================================================
(ns reagent-mui.icons.video-camera-front
"Imports @mui/icons-material/VideoCameraFront as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-camera-front (create-svg-icon (e "path" #js {"d" "M18 10.48V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4.48l4 3.98v-11l-4 3.98zM10 8c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8H6v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V16z"})
"VideoCameraFront"))
================================================
FILE: src/icons/reagent_mui/icons/video_camera_front_outlined.cljs
================================================
(ns reagent-mui.icons.video-camera-front-outlined
"Imports @mui/icons-material/VideoCameraFrontOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-camera-front-outlined (create-svg-icon [(e "path" #js {"d" "M18 10.48V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4.48l4 3.98v-11l-4 3.98zm-2-.79V18H4V6h12v3.69z"}) (e "circle" #js {"cx" "10", "cy" "10", "r" "2"}) (e "path" #js {"d" "M14 15.43c0-.81-.48-1.53-1.22-1.85-.85-.37-1.79-.58-2.78-.58-.99 0-1.93.21-2.78.58C6.48 13.9 6 14.62 6 15.43V16h8v-.57z"})]
"VideoCameraFrontOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/video_camera_front_rounded.cljs
================================================
(ns reagent-mui.icons.video-camera-front-rounded
"Imports @mui/icons-material/VideoCameraFrontRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-camera-front-rounded (create-svg-icon (e "path" #js {"d" "M18 10.48V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4.48l3.15 3.13c.31.32.85.09.85-.35V7.7c0-.44-.54-.67-.85-.35L18 10.48zM10 8c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8H6v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V16z"})
"VideoCameraFrontRounded"))
================================================
FILE: src/icons/reagent_mui/icons/video_camera_front_sharp.cljs
================================================
(ns reagent-mui.icons.video-camera-front-sharp
"Imports @mui/icons-material/VideoCameraFrontSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-camera-front-sharp (create-svg-icon (e "path" #js {"d" "M18 10.48V4H2v16h16v-6.48l4 3.98v-11l-4 3.98zM10 8c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8H6v-.57c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V16z"})
"VideoCameraFrontSharp"))
================================================
FILE: src/icons/reagent_mui/icons/video_camera_front_two_tone.cljs
================================================
(ns reagent-mui.icons.video-camera-front-two-tone
"Imports @mui/icons-material/VideoCameraFrontTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-camera-front-two-tone (create-svg-icon [(e "path" #js {"d" "M18 10.48V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4.48l4 3.98v-11l-4 3.98zM16 18H4V6h12v12zm-6-6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 3.43c0-.81-.48-1.53-1.22-1.85-.85-.37-1.79-.58-2.78-.58-.99 0-1.93.21-2.78.58C6.48 13.9 6 14.62 6 15.43V16h8v-.57z"}) (e "path" #js {"d" "M4 18h12V6H4v12zm6-10c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm-4 7.43c0-.81.48-1.53 1.22-1.85.85-.37 1.79-.58 2.78-.58.99 0 1.93.21 2.78.58.74.32 1.22 1.04 1.22 1.85V16H6v-.57z", "opacity" ".3"})]
"VideoCameraFrontTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/video_chat.cljs
================================================
(ns reagent-mui.icons.video-chat
"Imports @mui/icons-material/VideoChat as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-chat (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-3 11-2-1.99V13c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v1.99L17 7v6z"})
"VideoChat"))
================================================
FILE: src/icons/reagent_mui/icons/video_chat_outlined.cljs
================================================
(ns reagent-mui.icons.video-chat-outlined
"Imports @mui/icons-material/VideoChatOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-chat-outlined (create-svg-icon [(e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12z"}) (e "path" #js {"d" "M8 14h6c.55 0 1-.45 1-1v-1.99L17 13V7l-2 1.99V7c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1z"})]
"VideoChatOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/video_chat_rounded.cljs
================================================
(ns reagent-mui.icons.video-chat-rounded
"Imports @mui/icons-material/VideoChatRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-chat-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 19.58c0 .89 1.08 1.34 1.71.71L6 18h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-3.85 10.15L15 11.01V13c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v1.99l1.15-1.14c.31-.32.85-.09.85.35v3.59c0 .45-.54.68-.85.36z"})
"VideoChatRounded"))
================================================
FILE: src/icons/reagent_mui/icons/video_chat_sharp.cljs
================================================
(ns reagent-mui.icons.video-chat-sharp
"Imports @mui/icons-material/VideoChatSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-chat-sharp (create-svg-icon (e "path" #js {"d" "M2 2v20l4-4h16V2H2zm15 11-2-1.99V14H7V6h8v2.99L17 7v6z"})
"VideoChatSharp"))
================================================
FILE: src/icons/reagent_mui/icons/video_chat_two_tone.cljs
================================================
(ns reagent-mui.icons.video-chat-two-tone
"Imports @mui/icons-material/VideoChatTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-chat-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17.17 5.17 16H20V4H4v13.17zM7 7c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v1.99L17 7v6l-2-1.99V13c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1V7z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12z"}) (e "path" #js {"d" "M8 14h6c.55 0 1-.45 1-1v-1.99L17 13V7l-2 1.99V7c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1z"})]
"VideoChatTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/video_file.cljs
================================================
(ns reagent-mui.icons.video-file
"Imports @mui/icons-material/VideoFile as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-file (create-svg-icon (e "path" #js {"d" "M14 2H6.01c-1.1 0-2 .89-2 2L4 20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm-1 7V3.5L18.5 9H13zm1 5 2-1.06v4.12L14 16v1c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1z"})
"VideoFile"))
================================================
FILE: src/icons/reagent_mui/icons/video_file_outlined.cljs
================================================
(ns reagent-mui.icons.video-file-outlined
"Imports @mui/icons-material/VideoFileOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-file-outlined (create-svg-icon (e "path" #js {"d" "M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v5h5v11H6zm8-6 2-1.06v4.12L14 16v1c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1z"})
"VideoFileOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/video_file_rounded.cljs
================================================
(ns reagent-mui.icons.video-file-rounded
"Imports @mui/icons-material/VideoFileRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-file-rounded (create-svg-icon (e "path" #js {"d" "M13.17 2H6.01c-1.1 0-2 .89-2 2L4 20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59zM13 8V3.5L18.5 9H14c-.55 0-1-.45-1-1zm1 6 1.27-.67c.33-.18.73.06.73.44v2.46c0 .38-.4.62-.73.44L14 16v1c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1z"})
"VideoFileRounded"))
================================================
FILE: src/icons/reagent_mui/icons/video_file_sharp.cljs
================================================
(ns reagent-mui.icons.video-file-sharp
"Imports @mui/icons-material/VideoFileSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-file-sharp (create-svg-icon (e "path" #js {"d" "M14 2H4v20h16V8l-6-6zm-1 7V3.5L18.5 9H13zm1 5 2-1.06v4.12L14 16v2H8v-6h6v2z"})
"VideoFileSharp"))
================================================
FILE: src/icons/reagent_mui/icons/video_file_two_tone.cljs
================================================
(ns reagent-mui.icons.video-file-two-tone
"Imports @mui/icons-material/VideoFileTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-file-two-tone (create-svg-icon [(e "path" #js {"d" "M13 9V4H6v16h12V9h-5zm3 8.06L14 16v1c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1l2-1.06v4.12z", "opacity" ".3"}) (e "path" #js {"d" "M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v5h5v11H6zm8-6 2-1.06v4.12L14 16v1c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1z"})]
"VideoFileTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/video_label.cljs
================================================
(ns reagent-mui.icons.video-label
"Imports @mui/icons-material/VideoLabel as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-label (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 13H3V5h18v11z"})
"VideoLabel"))
================================================
FILE: src/icons/reagent_mui/icons/video_label_outlined.cljs
================================================
(ns reagent-mui.icons.video-label-outlined
"Imports @mui/icons-material/VideoLabelOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-label-outlined (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 13H3V5h18v11z"})
"VideoLabelOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/video_label_rounded.cljs
================================================
(ns reagent-mui.icons.video-label-rounded
"Imports @mui/icons-material/VideoLabelRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-label-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 13H3V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10z"})
"VideoLabelRounded"))
================================================
FILE: src/icons/reagent_mui/icons/video_label_sharp.cljs
================================================
(ns reagent-mui.icons.video-label-sharp
"Imports @mui/icons-material/VideoLabelSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-label-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v18h22V3zm-2 13H3V5h18v11z"})
"VideoLabelSharp"))
================================================
FILE: src/icons/reagent_mui/icons/video_label_two_tone.cljs
================================================
(ns reagent-mui.icons.video-label-two-tone
"Imports @mui/icons-material/VideoLabelTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-label-two-tone (create-svg-icon [(e "path" #js {"d" "M3 5h18v11H3z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 13H3V5h18v11z"})]
"VideoLabelTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/video_library.cljs
================================================
(ns reagent-mui.icons.video-library
"Imports @mui/icons-material/VideoLibrary as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-library (create-svg-icon (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 12.5v-9l6 4.5-6 4.5z"})
"VideoLibrary"))
================================================
FILE: src/icons/reagent_mui/icons/video_library_outlined.cljs
================================================
(ns reagent-mui.icons.video-library-outlined
"Imports @mui/icons-material/VideoLibraryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-library-outlined (create-svg-icon (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM12 5.5v9l6-4.5z"})
"VideoLibraryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/video_library_rounded.cljs
================================================
(ns reagent-mui.icons.video-library-rounded
"Imports @mui/icons-material/VideoLibraryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-library-rounded (create-svg-icon (e "path" #js {"d" "M3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1zm17-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 12.5v-9l5.47 4.1c.27.2.27.6 0 .8L12 14.5z"})
"VideoLibraryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/video_library_sharp.cljs
================================================
(ns reagent-mui.icons.video-library-sharp
"Imports @mui/icons-material/VideoLibrarySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-library-sharp (create-svg-icon (e "path" #js {"d" "M4 6H2v16h16v-2H4V6zm18-4H6v16h16V2zM12 14.5v-9l6 4.5-6 4.5z"})
"VideoLibrarySharp"))
================================================
FILE: src/icons/reagent_mui/icons/video_library_two_tone.cljs
================================================
(ns reagent-mui.icons.video-library-two-tone
"Imports @mui/icons-material/VideoLibraryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-library-two-tone (create-svg-icon [(e "path" #js {"d" "M8 16h12V4H8v12zm4-10.5 6 4.5-6 4.5v-9z", "opacity" ".3"}) (e "path" #js {"d" "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM12 5.5v9l6-4.5z"})]
"VideoLibraryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/video_settings.cljs
================================================
(ns reagent-mui.icons.video-settings
"Imports @mui/icons-material/VideoSettings as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-settings (create-svg-icon [(e "path" #js {"d" "M3 6h18v5h2V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9v-2H3V6z"}) (e "path" #js {"d" "M15 12 9 8v8zm7.71 6.43c.03-.29.04-.58.01-.86l1.07-.85c.1-.08.12-.21.06-.32l-1.03-1.79c-.06-.11-.19-.15-.31-.11l-1.28.5c-.23-.17-.48-.31-.75-.42l-.2-1.36c-.02-.13-.12-.22-.25-.22h-2.07c-.12 0-.23.09-.25.21l-.2 1.36c-.26.11-.51.26-.74.42l-1.28-.5c-.12-.05-.25 0-.31.11l-1.03 1.79c-.06.11-.04.24.06.32l1.07.86c-.03.29-.04.58-.01.86l-1.07.85c-.1.08-.12.21-.06.32l1.03 1.79c.06.11.19.15.31.11l1.27-.5c.23.17.48.31.75.42l.2 1.36c.02.12.12.21.25.21h2.07c.12 0 .23-.09.25-.21l.2-1.36c.26-.11.51-.26.74-.42l1.28.5c.12.05.25 0 .31-.11l1.03-1.79c.06-.11.04-.24-.06-.32l-1.06-.85zM19 19.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})]
"VideoSettings"))
================================================
FILE: src/icons/reagent_mui/icons/video_settings_outlined.cljs
================================================
(ns reagent-mui.icons.video-settings-outlined
"Imports @mui/icons-material/VideoSettingsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-settings-outlined (create-svg-icon [(e "path" #js {"d" "M3 6h18v5h2V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9v-2H3V6z"}) (e "path" #js {"d" "M15 12 9 8v8zm7.71 6.43c.03-.29.04-.58.01-.86l1.07-.85c.1-.08.12-.21.06-.32l-1.03-1.79c-.06-.11-.19-.15-.31-.11l-1.28.5c-.23-.17-.48-.31-.75-.42l-.2-1.36c-.02-.13-.12-.22-.25-.22h-2.07c-.12 0-.23.09-.25.21l-.2 1.36c-.26.11-.51.26-.74.42l-1.28-.5c-.12-.05-.25 0-.31.11l-1.03 1.79c-.06.11-.04.24.06.32l1.07.86c-.03.29-.04.58-.01.86l-1.07.85c-.1.08-.12.21-.06.32l1.03 1.79c.06.11.19.15.31.11l1.27-.5c.23.17.48.31.75.42l.2 1.36c.02.12.12.21.25.21h2.07c.12 0 .23-.09.25-.21l.2-1.36c.26-.11.51-.26.74-.42l1.28.5c.12.05.25 0 .31-.11l1.03-1.79c.06-.11.04-.24-.06-.32l-1.06-.85zM19 19.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})]
"VideoSettingsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/video_settings_rounded.cljs
================================================
(ns reagent-mui.icons.video-settings-rounded
"Imports @mui/icons-material/VideoSettingsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-settings-rounded (create-svg-icon [(e "path" #js {"d" "M4 6h16c.55 0 1 .45 1 1v4h2V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9v-2H4c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1z"}) (e "path" #js {"d" "M15 12 9 8v8zm7.71 6.43c.03-.29.04-.58.01-.86l1.07-.85c.1-.08.12-.21.06-.32l-1.03-1.79c-.06-.11-.19-.15-.31-.11l-1.28.5c-.23-.17-.48-.31-.75-.42l-.2-1.36c-.02-.13-.12-.22-.25-.22h-2.07c-.12 0-.23.09-.25.21l-.2 1.36c-.26.11-.51.26-.74.42l-1.28-.5c-.12-.05-.25 0-.31.11l-1.03 1.79c-.06.11-.04.24.06.32l1.07.86c-.03.29-.04.58-.01.86l-1.07.85c-.1.08-.12.21-.06.32l1.03 1.79c.06.11.19.15.31.11l1.27-.5c.23.17.48.31.75.42l.2 1.36c.02.12.12.21.25.21h2.07c.12 0 .23-.09.25-.21l.2-1.36c.26-.11.51-.26.74-.42l1.28.5c.12.05.25 0 .31-.11l1.03-1.79c.06-.11.04-.24-.06-.32l-1.06-.85zM19 19.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})]
"VideoSettingsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/video_settings_sharp.cljs
================================================
(ns reagent-mui.icons.video-settings-sharp
"Imports @mui/icons-material/VideoSettingsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-settings-sharp (create-svg-icon [(e "path" #js {"d" "M3 6h18v5h2V4H1v16h11v-2H3z"}) (e "path" #js {"d" "M15 12 9 8v8zm7.72 5.57 1.23-.98-1.25-2.17-1.47.58c-.23-.17-.48-.31-.75-.42L20.25 13h-2.5l-.24 1.58c-.26.11-.51.26-.74.42l-1.48-.58-1.25 2.17 1.24.99c-.03.29-.04.58-.01.86l-1.23.98 1.25 2.17 1.48-.59c.23.17.48.31.75.42l.23 1.58h2.5l.24-1.58c.26-.11.51-.26.74-.42l1.48.58 1.25-2.17-1.24-.99c.03-.28.03-.57 0-.85zM19 19.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})]
"VideoSettingsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/video_settings_two_tone.cljs
================================================
(ns reagent-mui.icons.video-settings-two-tone
"Imports @mui/icons-material/VideoSettingsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-settings-two-tone (create-svg-icon [(e "path" #js {"d" "M3 6h18v5h2V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9v-2H3V6z"}) (e "path" #js {"d" "M15 12 9 8v8zm7.71 6.43c.03-.29.04-.58.01-.86l1.07-.85c.1-.08.12-.21.06-.32l-1.03-1.79c-.06-.11-.19-.15-.31-.11l-1.28.5c-.23-.17-.48-.31-.75-.42l-.2-1.36c-.02-.13-.12-.22-.25-.22h-2.07c-.12 0-.23.09-.25.21l-.2 1.36c-.26.11-.51.26-.74.42l-1.28-.5c-.12-.05-.25 0-.31.11l-1.03 1.79c-.06.11-.04.24.06.32l1.07.86c-.03.29-.04.58-.01.86l-1.07.85c-.1.08-.12.21-.06.32l1.03 1.79c.06.11.19.15.31.11l1.27-.5c.23.17.48.31.75.42l.2 1.36c.02.12.12.21.25.21h2.07c.12 0 .23-.09.25-.21l.2-1.36c.26-.11.51-.26.74-.42l1.28.5c.12.05.25 0 .31-.11l1.03-1.79c.06-.11.04-.24-.06-.32l-1.06-.85zM19 19.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})]
"VideoSettingsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/video_stable.cljs
================================================
(ns reagent-mui.icons.video-stable
"Imports @mui/icons-material/VideoStable as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-stable (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 18V6h2.95l-2.33 8.73L16.82 18H4zm16 0h-2.95l2.34-8.73L7.18 6H20v12z"})
"VideoStable"))
================================================
FILE: src/icons/reagent_mui/icons/video_stable_outlined.cljs
================================================
(ns reagent-mui.icons.video-stable-outlined
"Imports @mui/icons-material/VideoStableOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-stable-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 18V6h2.95l-2.33 8.73L16.82 18H4zm11.62-2.39-8.55-2.29L8.38 8.4l8.56 2.29-1.32 4.92zM20 18h-2.95l2.34-8.73L7.18 6H20v12z"})
"VideoStableOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/video_stable_rounded.cljs
================================================
(ns reagent-mui.icons.video-stable-rounded
"Imports @mui/icons-material/VideoStableRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-stable-rounded (create-svg-icon [(e "path" #js {"d" "M19.96 4.01h-16c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zM20 6v12H4V6h16z"}) (e "path" #js {"d" "M18.42 9.01 7.92 6.18c-.53-.14-1.08.17-1.22.7l-1.85 6.87c-.14.53.17 1.08.71 1.23l10.5 2.83c.53.14 1.08-.17 1.23-.71l1.85-6.87c.13-.53-.19-1.08-.72-1.22z"})]
"VideoStableRounded"))
================================================
FILE: src/icons/reagent_mui/icons/video_stable_sharp.cljs
================================================
(ns reagent-mui.icons.video-stable-sharp
"Imports @mui/icons-material/VideoStableSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-stable-sharp (create-svg-icon (e "path" #js {"d" "M2 4v16h20V4H2zm2 14V6h2.95l-2.33 8.73L16.82 18H4zm16 0h-2.95l2.34-8.73L7.18 6H20v12z"})
"VideoStableSharp"))
================================================
FILE: src/icons/reagent_mui/icons/video_stable_two_tone.cljs
================================================
(ns reagent-mui.icons.video-stable-two-tone
"Imports @mui/icons-material/VideoStableTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def video-stable-two-tone (create-svg-icon [(e "path" #js {"d" "m7.0627 13.3185 1.3204-4.926 8.558 2.2938-1.3205 4.9261z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 18V6h2.95l-2.33 8.73L16.82 18H4zm11.62-2.39-8.55-2.29L8.38 8.4l8.56 2.29-1.32 4.92zM20 18h-2.95l2.34-8.73L7.18 6H20v12z"})]
"VideoStableTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/videocam.cljs
================================================
(ns reagent-mui.icons.videocam
"Imports @mui/icons-material/Videocam as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videocam (create-svg-icon (e "path" #js {"d" "M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4z"})
"Videocam"))
================================================
FILE: src/icons/reagent_mui/icons/videocam_off.cljs
================================================
(ns reagent-mui.icons.videocam-off
"Imports @mui/icons-material/VideocamOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videocam-off (create-svg-icon (e "path" #js {"d" "m21 6.5-4 4V7c0-.55-.45-1-1-1H9.82L21 17.18V6.5zM3.27 2 2 3.27 4.73 6H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.21 0 .39-.08.54-.18L19.73 21 21 19.73 3.27 2z"})
"VideocamOff"))
================================================
FILE: src/icons/reagent_mui/icons/videocam_off_outlined.cljs
================================================
(ns reagent-mui.icons.videocam-off-outlined
"Imports @mui/icons-material/VideocamOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videocam-off-outlined (create-svg-icon (e "path" #js {"d" "m9.56 8-2-2-4.15-4.14L2 3.27 4.73 6H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.21 0 .39-.08.55-.18L19.73 21l1.41-1.41-8.86-8.86L9.56 8zM5 16V8h1.73l8 8H5zm10-8v2.61l6 6V6.5l-4 4V7c0-.55-.45-1-1-1h-5.61l2 2H15z"})
"VideocamOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/videocam_off_rounded.cljs
================================================
(ns reagent-mui.icons.videocam-off-rounded
"Imports @mui/icons-material/VideocamOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videocam-off-rounded (create-svg-icon (e "path" #js {"d" "M21 14.2V8.91c0-.89-1.08-1.34-1.71-.71L17 10.5V7c0-.55-.45-1-1-1h-5.61l8.91 8.91c.62.63 1.7.18 1.7-.71zM2.71 2.56c-.39.39-.39 1.02 0 1.41L4.73 6H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.21 0 .39-.08.55-.18l2.48 2.48c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L4.12 2.56a.9959.9959 0 0 0-1.41 0z"})
"VideocamOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/videocam_off_sharp.cljs
================================================
(ns reagent-mui.icons.videocam-off-sharp
"Imports @mui/icons-material/VideocamOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videocam-off-sharp (create-svg-icon (e "path" #js {"d" "M21 16.61V6.5l-4 4V6h-6.61zM3.41 1.86 2 3.27 4.73 6H3v12h13.73l3 3 1.41-1.41z"})
"VideocamOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/videocam_off_two_tone.cljs
================================================
(ns reagent-mui.icons.videocam-off-two-tone
"Imports @mui/icons-material/VideocamOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videocam-off-two-tone (create-svg-icon [(e "path" #js {"d" "M12.39 8 15 10.61V8zM5 8v8h9.73l-8-8z", "opacity" ".3"}) (e "path" #js {"d" "M3.41 1.86 2 3.27 4.73 6H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.21 0 .39-.08.55-.18L19.73 21l1.41-1.41L3.41 1.86zM5 16V8h1.73l8 8H5zm10-8v2.61l6 6V6.5l-4 4V7c0-.55-.45-1-1-1h-5.61l2 2H15z"})]
"VideocamOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/videocam_outlined.cljs
================================================
(ns reagent-mui.icons.videocam-outlined
"Imports @mui/icons-material/VideocamOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videocam-outlined (create-svg-icon (e "path" #js {"d" "M15 8v8H5V8h10m1-2H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4V7c0-.55-.45-1-1-1z"})
"VideocamOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/videocam_rounded.cljs
================================================
(ns reagent-mui.icons.videocam-rounded
"Imports @mui/icons-material/VideocamRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videocam-rounded (create-svg-icon (e "path" #js {"d" "M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l2.29 2.29c.63.63 1.71.18 1.71-.71V8.91c0-.89-1.08-1.34-1.71-.71L17 10.5z"})
"VideocamRounded"))
================================================
FILE: src/icons/reagent_mui/icons/videocam_sharp.cljs
================================================
(ns reagent-mui.icons.videocam-sharp
"Imports @mui/icons-material/VideocamSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videocam-sharp (create-svg-icon (e "path" #js {"d" "M17 10.5V6H3v12h14v-4.5l4 4v-11l-4 4z"})
"VideocamSharp"))
================================================
FILE: src/icons/reagent_mui/icons/videocam_two_tone.cljs
================================================
(ns reagent-mui.icons.videocam-two-tone
"Imports @mui/icons-material/VideocamTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videocam-two-tone (create-svg-icon [(e "path" #js {"d" "M5 8h10v8H5z", "opacity" ".3"}) (e "path" #js {"d" "M17 7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4V7zm-2 9H5V8h10v8z"})]
"VideocamTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/videogame_asset.cljs
================================================
(ns reagent-mui.icons.videogame-asset
"Imports @mui/icons-material/VideogameAsset as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videogame-asset (create-svg-icon (e "path" #js {"d" "M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-10 7H8v3H6v-3H3v-2h3V8h2v3h3v2zm4.5 2c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4-3c-.83 0-1.5-.67-1.5-1.5S18.67 9 19.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"VideogameAsset"))
================================================
FILE: src/icons/reagent_mui/icons/videogame_asset_off.cljs
================================================
(ns reagent-mui.icons.videogame-asset-off
"Imports @mui/icons-material/VideogameAssetOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videogame-asset-off (create-svg-icon (e "path" #js {"d" "M21.19 21.19 2.81 2.81 1.39 4.22 3.3 6.13C2.54 6.41 2 7.15 2 8v8c0 1.1.9 2 2 2h11.17l4.61 4.61 1.41-1.42zM9 13v2H7v-2H5v-2h2V9.83L10.17 13H9zm11.7 4.87c.76-.28 1.3-1.02 1.3-1.87V8c0-1.1-.9-2-2-2H8.83L20.7 17.87zM17.5 9c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5z"})
"VideogameAssetOff"))
================================================
FILE: src/icons/reagent_mui/icons/videogame_asset_off_outlined.cljs
================================================
(ns reagent-mui.icons.videogame-asset-off-outlined
"Imports @mui/icons-material/VideogameAssetOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videogame-asset-off-outlined (create-svg-icon (e "path" #js {"d" "M17.5 9c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-6.67-1H20v8h-1.17l1.87 1.87c.75-.29 1.3-1.02 1.3-1.87V8c0-1.1-.9-2-2-2H8.83l2 2zm8.95 14.61L15.17 18H4c-1.1 0-2-.9-2-2V8c0-.85.55-1.58 1.3-1.87L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM13.17 16l-3-3H9v2H7v-2H5v-2h2V9.83L5.17 8H4v8h9.17z"})
"VideogameAssetOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/videogame_asset_off_rounded.cljs
================================================
(ns reagent-mui.icons.videogame-asset-off-rounded
"Imports @mui/icons-material/VideogameAssetOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videogame-asset-off-rounded (create-svg-icon (e "path" #js {"d" "M20.7 17.87c.76-.28 1.3-1.02 1.3-1.87V8c0-1.1-.9-2-2-2H8.83L20.7 17.87zM17.5 9c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm2.99 11.49L3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.2 1.2C2.54 6.41 2 7.15 2 8v8c0 1.1.9 2 2 2h11.17l3.9 3.9c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41zM10 13H9v1c0 .55-.45 1-1 1s-1-.45-1-1v-1H6c-.55 0-1-.45-1-1s.45-1 1-1h1v-1c0-.05.01-.11.01-.16l3.14 3.14c-.04.01-.1.02-.15.02z"})
"VideogameAssetOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/videogame_asset_off_sharp.cljs
================================================
(ns reagent-mui.icons.videogame-asset-off-sharp
"Imports @mui/icons-material/VideogameAssetOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videogame-asset-off-sharp (create-svg-icon (e "path" #js {"d" "M20.83 18H22V6H8.83l12 12zM17.5 9c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm3.69 12.19L2.81 2.81 1.39 4.22 3.17 6H2v12h13.17l4.61 4.61 1.41-1.42zM9 13v2H7v-2H5v-2h2V9.83L10.17 13H9z"})
"VideogameAssetOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/videogame_asset_off_two_tone.cljs
================================================
(ns reagent-mui.icons.videogame-asset-off-two-tone
"Imports @mui/icons-material/VideogameAssetOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videogame-asset-off-two-tone (create-svg-icon [(e "path" #js {"d" "m10.83 8 8 8H20V8h-9.17zm6.67 4c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm-4.33 4-3-3H9v2H7v-2H5v-2h2V9.83L5.17 8H4v8h9.17z", "opacity" ".3"}) (e "path" #js {"d" "M17.5 9c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-6.67-1H20v8h-1.17l1.87 1.87c.75-.29 1.3-1.02 1.3-1.87V8c0-1.1-.9-2-2-2H8.83l2 2zm8.95 14.61L15.17 18H4c-1.1 0-2-.9-2-2V8c0-.85.55-1.58 1.3-1.87L1.39 4.22 2.8 2.81l18.38 18.38-1.4 1.42zM13.17 16l-3-3H9v2H7v-2H5v-2h2V9.83L5.17 8H4v8h9.17z"})]
"VideogameAssetOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/videogame_asset_outlined.cljs
================================================
(ns reagent-mui.icons.videogame-asset-outlined
"Imports @mui/icons-material/VideogameAssetOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videogame-asset-outlined (create-svg-icon [(e "path" #js {"d" "M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 10H3V8h18v8zM6 15h2v-2h2v-2H8V9H6v2H4v2h2z"}) (e "circle" #js {"cx" "14.5", "cy" "13.5", "r" "1.5"}) (e "circle" #js {"cx" "18.5", "cy" "10.5", "r" "1.5"})]
"VideogameAssetOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/videogame_asset_rounded.cljs
================================================
(ns reagent-mui.icons.videogame-asset-rounded
"Imports @mui/icons-material/VideogameAssetRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videogame-asset-rounded (create-svg-icon (e "path" #js {"d" "M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-11 7H8v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H4c-.55 0-1-.45-1-1s.45-1 1-1h2V9c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1zm5.5 2c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4-3c-.83 0-1.5-.67-1.5-1.5S18.67 9 19.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"VideogameAssetRounded"))
================================================
FILE: src/icons/reagent_mui/icons/videogame_asset_sharp.cljs
================================================
(ns reagent-mui.icons.videogame-asset-sharp
"Imports @mui/icons-material/VideogameAssetSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videogame-asset-sharp (create-svg-icon (e "path" #js {"d" "M23 6H1v12h22V6zm-12 7H8v3H6v-3H3v-2h3V8h2v3h3v2zm4.5 2c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4-3c-.83 0-1.5-.67-1.5-1.5S18.67 9 19.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"})
"VideogameAssetSharp"))
================================================
FILE: src/icons/reagent_mui/icons/videogame_asset_two_tone.cljs
================================================
(ns reagent-mui.icons.videogame-asset-two-tone
"Imports @mui/icons-material/VideogameAssetTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def videogame-asset-two-tone (create-svg-icon [(e "path" #js {"d" "M3 16h18V8H3v8zm15.5-7c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-4 3c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zM4 11h2V9h2v2h2v2H8v2H6v-2H4v-2z", "opacity" ".3"}) (e "path" #js {"d" "M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 10H3V8h18v8zM6 15h2v-2h2v-2H8V9H6v2H4v2h2z"}) (e "circle" #js {"cx" "14.5", "cy" "13.5", "r" "1.5"}) (e "circle" #js {"cx" "18.5", "cy" "10.5", "r" "1.5"})]
"VideogameAssetTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_agenda.cljs
================================================
(ns reagent-mui.icons.view-agenda
"Imports @mui/icons-material/ViewAgenda as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-agenda (create-svg-icon (e "path" #js {"d" "M19 13H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm0-10H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"ViewAgenda"))
================================================
FILE: src/icons/reagent_mui/icons/view_agenda_outlined.cljs
================================================
(ns reagent-mui.icons.view-agenda-outlined
"Imports @mui/icons-material/ViewAgendaOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-agenda-outlined (create-svg-icon (e "path" #js {"d" "M19 13H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm0 6H5v-4h14v4zm0-16H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 6H5V5h14v4z"})
"ViewAgendaOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_agenda_rounded.cljs
================================================
(ns reagent-mui.icons.view-agenda-rounded
"Imports @mui/icons-material/ViewAgendaRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-agenda-rounded (create-svg-icon (e "path" #js {"d" "M19 13H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm0-10H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})
"ViewAgendaRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_agenda_sharp.cljs
================================================
(ns reagent-mui.icons.view-agenda-sharp
"Imports @mui/icons-material/ViewAgendaSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-agenda-sharp (create-svg-icon (e "path" #js {"d" "M3 13h18v8H3zM3 3h18v8H3z"})
"ViewAgendaSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_agenda_two_tone.cljs
================================================
(ns reagent-mui.icons.view-agenda-two-tone
"Imports @mui/icons-material/ViewAgendaTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-agenda-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5h14v4H5zm0 10h14v4H5z", "opacity" ".3"}) (e "path" #js {"d" "M19 13H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm0 6H5v-4h14v4zm0-16H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 6H5V5h14v4z"})]
"ViewAgendaTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_array.cljs
================================================
(ns reagent-mui.icons.view-array
"Imports @mui/icons-material/ViewArray as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-array (create-svg-icon (e "path" #js {"d" "M21 5h-3v14h3V5zm-4 0H7v14h10V5zM6 5H3v14h3V5z"})
"ViewArray"))
================================================
FILE: src/icons/reagent_mui/icons/view_array_outlined.cljs
================================================
(ns reagent-mui.icons.view-array-outlined
"Imports @mui/icons-material/ViewArrayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-array-outlined (create-svg-icon (e "path" #js {"d" "M15 7v10H9V7h6zm6-2h-3v14h3V5zm-4 0H7v14h10V5zM6 5H3v14h3V5z"})
"ViewArrayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_array_rounded.cljs
================================================
(ns reagent-mui.icons.view-array-rounded
"Imports @mui/icons-material/ViewArrayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-array-rounded (create-svg-icon (e "path" #js {"d" "M20 5h-1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-4 0H8c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zM5 5H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"})
"ViewArrayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_array_sharp.cljs
================================================
(ns reagent-mui.icons.view-array-sharp
"Imports @mui/icons-material/ViewArraySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-array-sharp (create-svg-icon (e "path" #js {"d" "M21 5h-3v14h3V5zm-4 0H7v14h10V5zM6 5H3v14h3V5z"})
"ViewArraySharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_array_two_tone.cljs
================================================
(ns reagent-mui.icons.view-array-two-tone
"Imports @mui/icons-material/ViewArrayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-array-two-tone (create-svg-icon [(e "path" #js {"d" "M9 7h6v10H9z", "opacity" ".3"}) (e "path" #js {"d" "M15 7v10H9V7h6zm6-2h-3v14h3V5zm-4 0H7v14h10V5zM6 5H3v14h3V5z"})]
"ViewArrayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_carousel.cljs
================================================
(ns reagent-mui.icons.view-carousel
"Imports @mui/icons-material/ViewCarousel as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-carousel (create-svg-icon (e "path" #js {"d" "M2 7h4v10H2V7zm5 12h10V5H7v14zM18 7h4v10h-4V7z"})
"ViewCarousel"))
================================================
FILE: src/icons/reagent_mui/icons/view_carousel_outlined.cljs
================================================
(ns reagent-mui.icons.view-carousel-outlined
"Imports @mui/icons-material/ViewCarouselOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-carousel-outlined (create-svg-icon (e "path" #js {"d" "M2 7h4v10H2V7zm5 12h10V5H7v14zM9 7h6v10H9V7zm9 0h4v10h-4V7z"})
"ViewCarouselOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_carousel_rounded.cljs
================================================
(ns reagent-mui.icons.view-carousel-rounded
"Imports @mui/icons-material/ViewCarouselRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-carousel-rounded (create-svg-icon (e "path" #js {"d" "M3 7h2c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1zm5 12h8c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1zM19 7h2c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1z"})
"ViewCarouselRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_carousel_sharp.cljs
================================================
(ns reagent-mui.icons.view-carousel-sharp
"Imports @mui/icons-material/ViewCarouselSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-carousel-sharp (create-svg-icon (e "path" #js {"d" "M2 7h4v10H2V7zm5 12h10V5H7v14zM18 7h4v10h-4V7z"})
"ViewCarouselSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_carousel_two_tone.cljs
================================================
(ns reagent-mui.icons.view-carousel-two-tone
"Imports @mui/icons-material/ViewCarouselTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-carousel-two-tone (create-svg-icon [(e "path" #js {"d" "M9 7h6v10H9z", "opacity" ".3"}) (e "path" #js {"d" "M2 7h4v10H2V7zm5 12h10V5H7v14zM9 7h6v10H9V7zm9 0h4v10h-4V7z"})]
"ViewCarouselTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_column.cljs
================================================
(ns reagent-mui.icons.view-column
"Imports @mui/icons-material/ViewColumn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-column (create-svg-icon (e "path" #js {"d" "M14.67 5v14H9.33V5h5.34zm1 14H21V5h-5.33v14zm-7.34 0V5H3v14h5.33z"})
"ViewColumn"))
================================================
FILE: src/icons/reagent_mui/icons/view_column_outlined.cljs
================================================
(ns reagent-mui.icons.view-column-outlined
"Imports @mui/icons-material/ViewColumnOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-column-outlined (create-svg-icon (e "path" #js {"d" "M3 5v14h18V5H3zm5.33 12H5V7h3.33v10zm5.34 0h-3.33V7h3.33v10zM19 17h-3.33V7H19v10z"})
"ViewColumnOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_column_rounded.cljs
================================================
(ns reagent-mui.icons.view-column-rounded
"Imports @mui/icons-material/ViewColumnRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-column-rounded (create-svg-icon (e "path" #js {"d" "M14.67 6v12c0 .55-.45 1-1 1h-3.33c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h3.33c.55 0 1 .45 1 1zm2 13H20c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1h-3.33c-.55 0-1 .45-1 1v12c0 .55.44 1 1 1zm-8.34-1V6c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3.33c.56 0 1-.45 1-1z"})
"ViewColumnRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_column_sharp.cljs
================================================
(ns reagent-mui.icons.view-column-sharp
"Imports @mui/icons-material/ViewColumnSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-column-sharp (create-svg-icon (e "path" #js {"d" "M14.67 5v14H9.33V5h5.34zm1 14H21V5h-5.33v14zm-7.34 0V5H3v14h5.33z"})
"ViewColumnSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_column_two_tone.cljs
================================================
(ns reagent-mui.icons.view-column-two-tone
"Imports @mui/icons-material/ViewColumnTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-column-two-tone (create-svg-icon [(e "path" #js {"d" "M8.33 17H5V7h3.33v10zm5.34 0h-3.33V7h3.33v10zM19 17h-3.33V7H19v10z", "opacity" ".3"}) (e "path" #js {"d" "M3 5v14h18V5H3zm5.33 12H5V7h3.33v10zm5.34 0h-3.33V7h3.33v10zM19 17h-3.33V7H19v10z"})]
"ViewColumnTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_comfy.cljs
================================================
(ns reagent-mui.icons.view-comfy
"Imports @mui/icons-material/ViewComfy as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-comfy (create-svg-icon (e "path" #js {"d" "M2 4v7h20V4H2zm8 16h12v-7H10v7zm-8 0h6v-7H2v7z"})
"ViewComfy"))
================================================
FILE: src/icons/reagent_mui/icons/view_comfy_alt.cljs
================================================
(ns reagent-mui.icons.view-comfy-alt
"Imports @mui/icons-material/ViewComfyAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-comfy-alt (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-9 13H7v-4h4v4zm0-6H7V7h4v4zm6 6h-4v-4h4v4zm0-6h-4V7h4v4z"})
"ViewComfyAlt"))
================================================
FILE: src/icons/reagent_mui/icons/view_comfy_alt_outlined.cljs
================================================
(ns reagent-mui.icons.view-comfy-alt-outlined
"Imports @mui/icons-material/ViewComfyAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-comfy-alt-outlined (create-svg-icon [(e "path" #js {"d" "M7 7h4v4H7zm6 0h4v4h-4zm-6 6h4v4H7zm6 0h4v4h-4z"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"})]
"ViewComfyAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_comfy_alt_rounded.cljs
================================================
(ns reagent-mui.icons.view-comfy-alt-rounded
"Imports @mui/icons-material/ViewComfyAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-comfy-alt-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-9.5 13h-3c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5zm0-6h-3c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5zm6 6h-3c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5zm0-6h-3c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5z"})
"ViewComfyAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_comfy_alt_sharp.cljs
================================================
(ns reagent-mui.icons.view-comfy-alt-sharp
"Imports @mui/icons-material/ViewComfyAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-comfy-alt-sharp (create-svg-icon (e "path" #js {"d" "M2 4v16h20V4H2zm9 13H7v-4h4v4zm0-6H7V7h4v4zm6 6h-4v-4h4v4zm0-6h-4V7h4v4z"})
"ViewComfyAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_comfy_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.view-comfy-alt-two-tone
"Imports @mui/icons-material/ViewComfyAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-comfy-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18h16V6H4v12zm9-11h4v4h-4V7zm0 6h4v4h-4v-4zM7 7h4v4H7V7zm0 6h4v4H7v-4z", "opacity" ".3"}) (e "path" #js {"d" "M7 7h4v4H7zm6 0h4v4h-4zm-6 6h4v4H7zm6 0h4v4h-4z"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"})]
"ViewComfyAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_comfy_outlined.cljs
================================================
(ns reagent-mui.icons.view-comfy-outlined
"Imports @mui/icons-material/ViewComfyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-comfy-outlined (create-svg-icon (e "path" #js {"d" "M2 4v16h20V4H2zm2 2h16v5H4V6zm0 12v-5h4v5H4zm6 0v-5h10v5H10z"})
"ViewComfyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_comfy_rounded.cljs
================================================
(ns reagent-mui.icons.view-comfy-rounded
"Imports @mui/icons-material/ViewComfyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-comfy-rounded (create-svg-icon (e "path" #js {"d" "M2 5v5c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1zm9 15h10c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1H11c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1zm-8 0h4c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1z"})
"ViewComfyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_comfy_sharp.cljs
================================================
(ns reagent-mui.icons.view-comfy-sharp
"Imports @mui/icons-material/ViewComfySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-comfy-sharp (create-svg-icon (e "path" #js {"d" "M2 4v7h20V4H2zm8 16h12v-7H10v7zm-8 0h6v-7H2v7z"})
"ViewComfySharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_comfy_two_tone.cljs
================================================
(ns reagent-mui.icons.view-comfy-two-tone
"Imports @mui/icons-material/ViewComfyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-comfy-two-tone (create-svg-icon [(e "path" #js {"d" "M10 18h10v-5H10v5zM4 6v5h16V6H4zm0 12h4v-5H4v5z", "opacity" ".3"}) (e "path" #js {"d" "M2 4v16h20V4H2zm6 14H4v-5h4v5zm12 0H10v-5h10v5zm0-7H4V6h16v5z"})]
"ViewComfyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_compact.cljs
================================================
(ns reagent-mui.icons.view-compact
"Imports @mui/icons-material/ViewCompact as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-compact (create-svg-icon (e "path" #js {"d" "M4 18h2.5v-2.5H4V18zm0-4.75h2.5v-2.5H4v2.5zM4 8.5h2.5V6H4v2.5zM17.5 6v2.5H20V6h-2.5zM13 8.5h2.5V6H13v2.5zm4.5 9.5H20v-2.5h-2.5V18zm0-4.75H20v-2.5h-2.5v2.5zM8.5 18H11v-2.5H8.5V18zm4.5 0h2.5v-2.5H13V18zM8.5 8.5H11V6H8.5v2.5zm4.5 4.75h2.5v-2.5H13v2.5zm-4.5 0H11v-2.5H8.5v2.5z"})
"ViewCompact"))
================================================
FILE: src/icons/reagent_mui/icons/view_compact_alt.cljs
================================================
(ns reagent-mui.icons.view-compact-alt
"Imports @mui/icons-material/ViewCompactAlt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-compact-alt (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8.5 12.5h-4v-4h4v4zm0-5h-4v-4h4v4zm5 5h-4v-4h4v4zm0-5h-4v-4h4v4z"})
"ViewCompactAlt"))
================================================
FILE: src/icons/reagent_mui/icons/view_compact_alt_outlined.cljs
================================================
(ns reagent-mui.icons.view-compact-alt-outlined
"Imports @mui/icons-material/ViewCompactAltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-compact-alt-outlined (create-svg-icon [(e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"}) (e "path" #js {"d" "M7.5 7.5h4v4h-4zm5 0h4v4h-4zm-5 5h4v4h-4zm5 0h4v4h-4z"})]
"ViewCompactAltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_compact_alt_rounded.cljs
================================================
(ns reagent-mui.icons.view-compact-alt-rounded
"Imports @mui/icons-material/ViewCompactAltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-compact-alt-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-9 12.5H8c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5zm0-5H8c-.28 0-.5-.22-.5-.5V8c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5zm5 5h-3c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5zm0-5h-3c-.28 0-.5-.22-.5-.5V8c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5z"})
"ViewCompactAltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_compact_alt_sharp.cljs
================================================
(ns reagent-mui.icons.view-compact-alt-sharp
"Imports @mui/icons-material/ViewCompactAltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-compact-alt-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zM11.5 16.5h-4v-4h4v4zm0-5h-4v-4h4v4zm5 5h-4v-4h4v4zm0-5h-4v-4h4v4z"})
"ViewCompactAltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_compact_alt_two_tone.cljs
================================================
(ns reagent-mui.icons.view-compact-alt-two-tone
"Imports @mui/icons-material/ViewCompactAltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-compact-alt-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18h16V6H4v12zm8.5-10.5h4v4h-4v-4zm0 5h4v4h-4v-4zm-5-5h4v4h-4v-4zm0 5h4v4h-4v-4z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"}) (e "path" #js {"d" "M7.5 7.5h4v4h-4zm5 0h4v4h-4zm-5 5h4v4h-4zm5 0h4v4h-4z"})]
"ViewCompactAltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_compact_outlined.cljs
================================================
(ns reagent-mui.icons.view-compact-outlined
"Imports @mui/icons-material/ViewCompactOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-compact-outlined (create-svg-icon (e "path" #js {"d" "M2 4v16h20V4H2zm4.5 14H4v-2.5h2.5V18zm0-4.75H4v-2.5h2.5v2.5zm0-4.75H4V6h2.5v2.5zM11 18H8.5v-2.5H11V18zm0-4.75H8.5v-2.5H11v2.5zm0-4.75H8.5V6H11v2.5zm4.5 9.5H13v-2.5h2.5V18zm0-4.75H13v-2.5h2.5v2.5zm0-4.75H13V6h2.5v2.5zM20 18h-2.5v-2.5H20V18zm0-4.75h-2.5v-2.5H20v2.5zm0-4.75h-2.5V6H20v2.5z"})
"ViewCompactOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_compact_rounded.cljs
================================================
(ns reagent-mui.icons.view-compact-rounded
"Imports @mui/icons-material/ViewCompactRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-compact-rounded (create-svg-icon (e "path" #js {"d" "M4 18h2.5v-2.5H4V18zm0-4.75h2.5v-2.5H4v2.5zM4 8.5h2.5V6H4v2.5zM17.5 6v2.5H20V6h-2.5zM13 8.5h2.5V6H13v2.5zm4.5 9.5H20v-2.5h-2.5V18zm0-4.75H20v-2.5h-2.5v2.5zM8.5 18H11v-2.5H8.5V18zm4.5 0h2.5v-2.5H13V18zM8.5 8.5H11V6H8.5v2.5zm4.5 4.75h2.5v-2.5H13v2.5zm-4.5 0H11v-2.5H8.5v2.5z"})
"ViewCompactRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_compact_sharp.cljs
================================================
(ns reagent-mui.icons.view-compact-sharp
"Imports @mui/icons-material/ViewCompactSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-compact-sharp (create-svg-icon (e "path" #js {"d" "M4 18h2.5v-2.5H4V18zm0-4.75h2.5v-2.5H4v2.5zM4 8.5h2.5V6H4v2.5zM17.5 6v2.5H20V6h-2.5zM13 8.5h2.5V6H13v2.5zm4.5 9.5H20v-2.5h-2.5V18zm0-4.75H20v-2.5h-2.5v2.5zM8.5 18H11v-2.5H8.5V18zm4.5 0h2.5v-2.5H13V18zM8.5 8.5H11V6H8.5v2.5zm4.5 4.75h2.5v-2.5H13v2.5zm-4.5 0H11v-2.5H8.5v2.5z"})
"ViewCompactSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_compact_two_tone.cljs
================================================
(ns reagent-mui.icons.view-compact-two-tone
"Imports @mui/icons-material/ViewCompactTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-compact-two-tone (create-svg-icon [(e "path" #js {"d" "M4 13.25h2.5v-2.5H4v2.5zM4 18h2.5v-2.5H4V18zm4.5-9.5H11V6H8.5v2.5zm9 9.5H20v-2.5h-2.5V18zm0-4.75H20v-2.5h-2.5v2.5zm0-7.25v2.5H20V6h-2.5zM13 8.5h2.5V6H13v2.5zm-4.5 4.75H11v-2.5H8.5v2.5zm0 4.75H11v-2.5H8.5V18zM4 8.5h2.5V6H4v2.5zm9 4.75h2.5v-2.5H13v2.5zM13 18h2.5v-2.5H13V18z", "opacity" ".3"}) (e "path" #js {"d" "M2 4v16h20V4H2zm4.5 14H4v-2.5h2.5V18zm0-4.75H4v-2.5h2.5v2.5zm0-4.75H4V6h2.5v2.5zM11 18H8.5v-2.5H11V18zm0-4.75H8.5v-2.5H11v2.5zm0-4.75H8.5V6H11v2.5zm4.5 9.5H13v-2.5h2.5V18zm0-4.75H13v-2.5h2.5v2.5zm0-4.75H13V6h2.5v2.5zM20 18h-2.5v-2.5H20V18zm0-4.75h-2.5v-2.5H20v2.5zm0-4.75h-2.5V6H20v2.5z"})]
"ViewCompactTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_cozy.cljs
================================================
(ns reagent-mui.icons.view-cozy
"Imports @mui/icons-material/ViewCozy as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-cozy (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8.75 12.75h-4v-4h4v4zm0-5.5h-4v-4h4v4zm5.5 5.5h-4v-4h4v4zm0-5.5h-4v-4h4v4z"})
"ViewCozy"))
================================================
FILE: src/icons/reagent_mui/icons/view_cozy_outlined.cljs
================================================
(ns reagent-mui.icons.view-cozy-outlined
"Imports @mui/icons-material/ViewCozyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-cozy-outlined (create-svg-icon [(e "path" #js {"d" "M7.25 7.25h4v4h-4zm5.5 0h4v4h-4zm-5.5 5.5h4v4h-4zm5.5 0h4v4h-4z"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"})]
"ViewCozyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_cozy_rounded.cljs
================================================
(ns reagent-mui.icons.view-cozy-rounded
"Imports @mui/icons-material/ViewCozyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-cozy-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-9.25 12.75h-3c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5zm0-5.5h-3c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5zm5.5 5.5h-3c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5zm0-5.5h-3c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5z"})
"ViewCozyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_cozy_sharp.cljs
================================================
(ns reagent-mui.icons.view-cozy-sharp
"Imports @mui/icons-material/ViewCozySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-cozy-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zM11.25 16.75h-4v-4h4v4zm0-5.5h-4v-4h4v4zm5.5 5.5h-4v-4h4v4zm0-5.5h-4v-4h4v4z"})
"ViewCozySharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_cozy_two_tone.cljs
================================================
(ns reagent-mui.icons.view-cozy-two-tone
"Imports @mui/icons-material/ViewCozyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-cozy-two-tone (create-svg-icon [(e "path" #js {"d" "M4 18h16V6H4v12zm8.75-10.75h4v4h-4v-4zm0 5.5h4v4h-4v-4zm-5.5-5.5h4v4h-4v-4zm0 5.5h4v4h-4v-4z", "opacity" ".3"}) (e "path" #js {"d" "M7.25 7.25h4v4h-4zm5.5 0h4v4h-4zm-5.5 5.5h4v4h-4zm5.5 0h4v4h-4z"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z"})]
"ViewCozyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_day.cljs
================================================
(ns reagent-mui.icons.view-day
"Imports @mui/icons-material/ViewDay as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-day (create-svg-icon (e "path" #js {"d" "M2 21h19v-3H2v3zM20 8H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zM2 3v3h19V3H2z"})
"ViewDay"))
================================================
FILE: src/icons/reagent_mui/icons/view_day_outlined.cljs
================================================
(ns reagent-mui.icons.view-day-outlined
"Imports @mui/icons-material/ViewDayOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-day-outlined (create-svg-icon (e "path" #js {"d" "M21 18H2v2h19v-2zm-2-8v4H4v-4h15m1-2H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm1-4H2v2h19V4z"})
"ViewDayOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_day_rounded.cljs
================================================
(ns reagent-mui.icons.view-day-rounded
"Imports @mui/icons-material/ViewDayRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-day-rounded (create-svg-icon (e "path" #js {"d" "M3 21h17c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zM20 8H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zM2 4v1c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1z"})
"ViewDayRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_day_sharp.cljs
================================================
(ns reagent-mui.icons.view-day-sharp
"Imports @mui/icons-material/ViewDaySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-day-sharp (create-svg-icon (e "path" #js {"d" "M2 21h19v-3H2v3zM21 8H2v8h19V8zM2 3v3h19V3H2z"})
"ViewDaySharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_day_two_tone.cljs
================================================
(ns reagent-mui.icons.view-day-two-tone
"Imports @mui/icons-material/ViewDayTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-day-two-tone (create-svg-icon [(e "path" #js {"d" "M4 10h15v4H4z", "opacity" ".3"}) (e "path" #js {"d" "M2 18h19v2H2zM20 8H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 6H4v-4h15v4zM2 4h19v2H2z"})]
"ViewDayTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_headline.cljs
================================================
(ns reagent-mui.icons.view-headline
"Imports @mui/icons-material/ViewHeadline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-headline (create-svg-icon (e "path" #js {"d" "M4 15h16v-2H4v2zm0 4h16v-2H4v2zm0-8h16V9H4v2zm0-6v2h16V5H4z"})
"ViewHeadline"))
================================================
FILE: src/icons/reagent_mui/icons/view_headline_outlined.cljs
================================================
(ns reagent-mui.icons.view-headline-outlined
"Imports @mui/icons-material/ViewHeadlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-headline-outlined (create-svg-icon (e "path" #js {"d" "M4 15h16v-2H4v2zm0 4h16v-2H4v2zm0-8h16V9H4v2zm0-6v2h16V5H4z"})
"ViewHeadlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_headline_rounded.cljs
================================================
(ns reagent-mui.icons.view-headline-rounded
"Imports @mui/icons-material/ViewHeadlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-headline-rounded (create-svg-icon (e "path" #js {"d" "M5 15h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1s.45 1 1 1zm0-8h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1s.45 1 1 1zM4 6c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1z"})
"ViewHeadlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_headline_sharp.cljs
================================================
(ns reagent-mui.icons.view-headline-sharp
"Imports @mui/icons-material/ViewHeadlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-headline-sharp (create-svg-icon (e "path" #js {"d" "M4 15h16v-2H4v2zm0 4h16v-2H4v2zm0-8h16V9H4v2zm0-6v2h16V5H4z"})
"ViewHeadlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_headline_two_tone.cljs
================================================
(ns reagent-mui.icons.view-headline-two-tone
"Imports @mui/icons-material/ViewHeadlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-headline-two-tone (create-svg-icon (e "path" #js {"d" "M4 15h16v-2H4v2zm0 4h16v-2H4v2zm0-8h16V9H4v2zm0-6v2h16V5H4z"})
"ViewHeadlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_in_ar.cljs
================================================
(ns reagent-mui.icons.view-in-ar
"Imports @mui/icons-material/ViewInAr as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-in-ar (create-svg-icon (e "path" #js {"d" "m18.25 7.6-5.5-3.18c-.46-.27-1.04-.27-1.5 0L5.75 7.6c-.46.27-.75.76-.75 1.3v6.35c0 .54.29 1.03.75 1.3l5.5 3.18c.46.27 1.04.27 1.5 0l5.5-3.18c.46-.27.75-.76.75-1.3V8.9c0-.54-.29-1.03-.75-1.3zM7 14.96v-4.62l4 2.32v4.61l-4-2.31zm5-4.03L8 8.61l4-2.31 4 2.31-4 2.32zm1 6.34v-4.61l4-2.32v4.62l-4 2.31zM7 2H3.5C2.67 2 2 2.67 2 3.5V7h2V4h3V2zm10 0h3.5c.83 0 1.5.67 1.5 1.5V7h-2V4h-3V2zM7 22H3.5c-.83 0-1.5-.67-1.5-1.5V17h2v3h3v2zm10 0h3.5c.83 0 1.5-.67 1.5-1.5V17h-2v3h-3v2z"})
"ViewInAr"))
================================================
FILE: src/icons/reagent_mui/icons/view_in_ar_outlined.cljs
================================================
(ns reagent-mui.icons.view-in-ar-outlined
"Imports @mui/icons-material/ViewInArOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-in-ar-outlined (create-svg-icon (e "path" #js {"d" "M3 4c0-.55.45-1 1-1h2V1H4C2.34 1 1 2.34 1 4v2h2V4zm0 16v-2H1v2c0 1.66 1.34 3 3 3h2v-2H4c-.55 0-1-.45-1-1zM20 1h-2v2h2c.55 0 1 .45 1 1v2h2V4c0-1.66-1.34-3-3-3zm1 19c0 .55-.45 1-1 1h-2v2h2c1.66 0 3-1.34 3-3v-2h-2v2zm-2-5.13V9.13c0-.72-.38-1.38-1-1.73l-5-2.88c-.31-.18-.65-.27-1-.27s-.69.09-1 .27L6 7.39c-.62.36-1 1.02-1 1.74v5.74c0 .72.38 1.38 1 1.73l5 2.88c.31.18.65.27 1 .27s.69-.09 1-.27l5-2.88c.62-.35 1-1.01 1-1.73zm-8 2.3-4-2.3v-4.63l4 2.33v4.6zm1-6.33L8.04 8.53 12 6.25l3.96 2.28L12 10.84zm5 4.03-4 2.3v-4.6l4-2.33v4.63z"})
"ViewInArOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_in_ar_rounded.cljs
================================================
(ns reagent-mui.icons.view-in-ar-rounded
"Imports @mui/icons-material/ViewInArRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-in-ar-rounded (create-svg-icon (e "path" #js {"d" "M2 6c.55 0 1-.45 1-1V4c0-.55.45-1 1-1h1c.55 0 1-.45 1-1s-.45-1-1-1H4C2.34 1 1 2.34 1 4v1c0 .55.45 1 1 1zm3 15H4c-.55 0-1-.45-1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1c0 1.66 1.34 3 3 3h1c.55 0 1-.45 1-1s-.45-1-1-1zM20 1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1 .45 1 1v1c0 .55.45 1 1 1s1-.45 1-1V4c0-1.66-1.34-3-3-3zm2 17c-.55 0-1 .45-1 1v1c0 .55-.45 1-1 1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c1.66 0 3-1.34 3-3v-1c0-.55-.45-1-1-1zm-3-3.13V9.13c0-.72-.38-1.38-1-1.73l-5-2.88c-.31-.18-.65-.27-1-.27s-.69.09-1 .27L6 7.39c-.62.36-1 1.02-1 1.74v5.74c0 .72.38 1.38 1 1.73l5 2.88c.31.18.65.27 1 .27s.69-.09 1-.27l5-2.88c.62-.35 1-1.01 1-1.73zm-8 2.3-4-2.3v-4.63l4 2.33v4.6zm1-6.33L8.04 8.53 12 6.25l3.96 2.28L12 10.84zm5 4.03-4 2.3v-4.6l4-2.33v4.63z"})
"ViewInArRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_in_ar_sharp.cljs
================================================
(ns reagent-mui.icons.view-in-ar-sharp
"Imports @mui/icons-material/ViewInArSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-in-ar-sharp (create-svg-icon (e "path" #js {"d" "M18 1v2h3v3h2V1zm3 20h-3v2h5v-5h-2zM3 3h3V1H1v5h2zm0 15H1v5h5v-2H3zM19 7.97l-7-4.03-7 4.03v8.06l7 4.03 7-4.03V7.97zm-8 9.2-4-2.3v-4.63l4 2.33v4.6zm1-6.33L8.04 8.53 12 6.25l3.96 2.28L12 10.84zm5 4.03-4 2.3v-4.6l4-2.33v4.63z"})
"ViewInArSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_in_ar_two_tone.cljs
================================================
(ns reagent-mui.icons.view-in-ar-two-tone
"Imports @mui/icons-material/ViewInArTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-in-ar-two-tone (create-svg-icon [(e "path" #js {"d" "m13 17.17 4-2.3v-4.63l-4 2.33zM12 6.25 8.04 8.53 12 10.84l3.96-2.31zm-5 8.62 4 2.3v-4.6l-4-2.33z", "opacity" ".3"}) (e "path" #js {"d" "M3 4c0-.55.45-1 1-1h2V1H4C2.34 1 1 2.34 1 4v2h2V4zm0 16v-2H1v2c0 1.66 1.34 3 3 3h2v-2H4c-.55 0-1-.45-1-1zM20 1h-2v2h2c.55 0 1 .45 1 1v2h2V4c0-1.66-1.34-3-3-3zm1 19c0 .55-.45 1-1 1h-2v2h2c1.66 0 3-1.34 3-3v-2h-2v2zm-2-5.13V9.13c0-.72-.38-1.38-1-1.73l-5-2.88c-.31-.18-.65-.27-1-.27s-.69.09-1 .27L6 7.39c-.62.36-1 1.02-1 1.74v5.74c0 .72.38 1.38 1 1.73l5 2.88c.31.18.65.27 1 .27s.69-.09 1-.27l5-2.88c.62-.35 1-1.01 1-1.73zm-8 2.3-4-2.3v-4.63l4 2.33v4.6zm1-6.33L8.04 8.53 12 6.25l3.96 2.28L12 10.84zm5 4.03-4 2.3v-4.6l4-2.33v4.63z"})]
"ViewInArTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_kanban.cljs
================================================
(ns reagent-mui.icons.view-kanban
"Imports @mui/icons-material/ViewKanban as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-kanban (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7V7h2v10zm4-5h-2V7h2v5zm4 3h-2V7h2v8z"})
"ViewKanban"))
================================================
FILE: src/icons/reagent_mui/icons/view_kanban_outlined.cljs
================================================
(ns reagent-mui.icons.view-kanban-outlined
"Imports @mui/icons-material/ViewKanbanOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-kanban-outlined (create-svg-icon [(e "path" #js {"d" "M7 7h2v10H7zm4 0h2v5h-2zm4 0h2v8h-2z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})]
"ViewKanbanOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_kanban_rounded.cljs
================================================
(ns reagent-mui.icons.view-kanban-rounded
"Imports @mui/icons-material/ViewKanbanRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-kanban-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8 17c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v8c0 .55-.45 1-1 1zm4-5c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1zm4 3c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v6c0 .55-.45 1-1 1z"})
"ViewKanbanRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_kanban_sharp.cljs
================================================
(ns reagent-mui.icons.view-kanban-sharp
"Imports @mui/icons-material/ViewKanbanSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-kanban-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zM9 17H7V7h2v10zm4-5h-2V7h2v5zm4 3h-2V7h2v8z"})
"ViewKanbanSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_kanban_two_tone.cljs
================================================
(ns reagent-mui.icons.view-kanban-two-tone
"Imports @mui/icons-material/ViewKanbanTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-kanban-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zM15 7h2v8h-2V7zm-4 0h2v5h-2V7zM7 7h2v10H7V7z", "opacity" ".3"}) (e "path" #js {"d" "M7 7h2v10H7zm4 0h2v5h-2zm4 0h2v8h-2z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})]
"ViewKanbanTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_list.cljs
================================================
(ns reagent-mui.icons.view-list
"Imports @mui/icons-material/ViewList as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-list (create-svg-icon (e "path" #js {"d" "M3 14h4v-4H3v4zm0 5h4v-4H3v4zM3 9h4V5H3v4zm5 5h13v-4H8v4zm0 5h13v-4H8v4zM8 5v4h13V5H8z"})
"ViewList"))
================================================
FILE: src/icons/reagent_mui/icons/view_list_outlined.cljs
================================================
(ns reagent-mui.icons.view-list-outlined
"Imports @mui/icons-material/ViewListOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-list-outlined (create-svg-icon (e "path" #js {"d" "M3 5v14h18V5H3zm4 2v2H5V7h2zm-2 6v-2h2v2H5zm0 2h2v2H5v-2zm14 2H9v-2h10v2zm0-4H9v-2h10v2zm0-4H9V7h10v2z"})
"ViewListOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_list_rounded.cljs
================================================
(ns reagent-mui.icons.view-list-rounded
"Imports @mui/icons-material/ViewListRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-list-rounded (create-svg-icon (e "path" #js {"d" "M4 14h2c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1zm0 5h2c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1zM4 9h2c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1zm5 5h11c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1zm0 5h11c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1zM8 6v2c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1z"})
"ViewListRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_list_sharp.cljs
================================================
(ns reagent-mui.icons.view-list-sharp
"Imports @mui/icons-material/ViewListSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-list-sharp (create-svg-icon (e "path" #js {"d" "M3 14h4v-4H3v4zm0 5h4v-4H3v4zM3 9h4V5H3v4zm5 5h13v-4H8v4zm0 5h13v-4H8v4zM8 5v4h13V5H8z"})
"ViewListSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_list_two_tone.cljs
================================================
(ns reagent-mui.icons.view-list-two-tone
"Imports @mui/icons-material/ViewListTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-list-two-tone (create-svg-icon [(e "path" #js {"d" "M7 7v2H5V7h2zm-2 6v-2h2v2H5zm0 2h2v2H5v-2zm14 2H9v-2h10v2zm0-4H9v-2h10v2zm0-4H9V7h10v2z", "opacity" ".3"}) (e "path" #js {"d" "M3 5v14h18V5H3zm4 2v2H5V7h2zm-2 6v-2h2v2H5zm0 2h2v2H5v-2zm14 2H9v-2h10v2zm0-4H9v-2h10v2zm0-4H9V7h10v2z"})]
"ViewListTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_module.cljs
================================================
(ns reagent-mui.icons.view-module
"Imports @mui/icons-material/ViewModule as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-module (create-svg-icon (e "path" #js {"d" "M14.67 5v6.5H9.33V5h5.34zm1 6.5H21V5h-5.33v6.5zm-1 7.5v-6.5H9.33V19h5.34zm1-6.5V19H21v-6.5h-5.33zm-7.34 0H3V19h5.33v-6.5zm0-1V5H3v6.5h5.33z"})
"ViewModule"))
================================================
FILE: src/icons/reagent_mui/icons/view_module_outlined.cljs
================================================
(ns reagent-mui.icons.view-module-outlined
"Imports @mui/icons-material/ViewModuleOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-module-outlined (create-svg-icon (e "path" #js {"d" "M3 5v14h18V5H3zm16 6h-3.33V7H19v4zm-5.33 0h-3.33V7h3.33v4zM8.33 7v4H5V7h3.33zM5 17v-4h3.33v4H5zm5.33 0v-4h3.33v4h-3.33zm5.34 0v-4H19v4h-3.33z"})
"ViewModuleOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_module_rounded.cljs
================================================
(ns reagent-mui.icons.view-module-rounded
"Imports @mui/icons-material/ViewModuleRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-module-rounded (create-svg-icon (e "path" #js {"d" "M14.67 6v4.5c0 .55-.45 1-1 1h-3.33c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h3.33c.55 0 1 .45 1 1zm2 5.5H20c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1h-3.33c-.55 0-1 .45-1 1v4.5c0 .55.44 1 1 1zm-2 6.5v-4.5c0-.55-.45-1-1-1h-3.33c-.55 0-1 .45-1 1V18c0 .55.45 1 1 1h3.33c.55 0 1-.45 1-1zm1-4.5V18c0 .55.45 1 1 1H20c.55 0 1-.45 1-1v-4.5c0-.55-.45-1-1-1h-3.33c-.56 0-1 .45-1 1zm-8.34-1H4c-.55 0-1 .45-1 1V18c0 .55.45 1 1 1h3.33c.55 0 1-.45 1-1v-4.5c0-.55-.44-1-1-1zm1-2V6c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v4.5c0 .55.45 1 1 1h3.33c.56 0 1-.45 1-1z"})
"ViewModuleRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_module_sharp.cljs
================================================
(ns reagent-mui.icons.view-module-sharp
"Imports @mui/icons-material/ViewModuleSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-module-sharp (create-svg-icon (e "path" #js {"d" "M14.67 5v6.5H9.33V5h5.34zm1 6.5H21V5h-5.33v6.5zm-1 7.5v-6.5H9.33V19h5.34zm1-6.5V19H21v-6.5h-5.33zm-7.34 0H3V19h5.33v-6.5zm0-1V5H3v6.5h5.33z"})
"ViewModuleSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_module_two_tone.cljs
================================================
(ns reagent-mui.icons.view-module-two-tone
"Imports @mui/icons-material/ViewModuleTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-module-two-tone (create-svg-icon [(e "path" #js {"d" "M19 11h-3.33V7H19v4zm-5.33 0h-3.33V7h3.33v4zM8.33 7v4H5V7h3.33zM5 17v-4h3.33v4H5zm5.33 0v-4h3.33v4h-3.33zm5.34 0v-4H19v4h-3.33z", "opacity" ".3"}) (e "path" #js {"d" "M3 5v14h18V5H3zm16 6h-3.33V7H19v4zm-5.33 0h-3.33V7h3.33v4zM8.33 7v4H5V7h3.33zM5 17v-4h3.33v4H5zm5.33 0v-4h3.33v4h-3.33zm5.34 0v-4H19v4h-3.33z"})]
"ViewModuleTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_quilt.cljs
================================================
(ns reagent-mui.icons.view-quilt
"Imports @mui/icons-material/ViewQuilt as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-quilt (create-svg-icon (e "path" #js {"d" "M21 5v6.5H9.33V5H21zm-6.33 14v-6.5H9.33V19h5.34zm1-6.5V19H21v-6.5h-5.33zM8.33 19V5H3v14h5.33z"})
"ViewQuilt"))
================================================
FILE: src/icons/reagent_mui/icons/view_quilt_outlined.cljs
================================================
(ns reagent-mui.icons.view-quilt-outlined
"Imports @mui/icons-material/ViewQuiltOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-quilt-outlined (create-svg-icon (e "path" #js {"d" "M3 5v14h18V5H3zm5.33 12H5V7h3.33v10zm5.34 0h-3.33v-4h3.33v4zM19 17h-3.33v-4H19v4zm0-6h-8.67V7H19v4z"})
"ViewQuiltOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_quilt_rounded.cljs
================================================
(ns reagent-mui.icons.view-quilt-rounded
"Imports @mui/icons-material/ViewQuiltRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-quilt-rounded (create-svg-icon (e "path" #js {"d" "M21 6v4.5c0 .55-.45 1-1 1h-9.67c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1H20c.55 0 1 .45 1 1zm-6.33 12v-4.5c0-.55-.45-1-1-1h-3.33c-.55 0-1 .45-1 1V18c0 .55.45 1 1 1h3.33c.55 0 1-.45 1-1zm1-4.5V18c0 .55.45 1 1 1H20c.55 0 1-.45 1-1v-4.5c0-.55-.45-1-1-1h-3.33c-.56 0-1 .45-1 1zM8.33 18V6c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3.33c.56 0 1-.45 1-1z"})
"ViewQuiltRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_quilt_sharp.cljs
================================================
(ns reagent-mui.icons.view-quilt-sharp
"Imports @mui/icons-material/ViewQuiltSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-quilt-sharp (create-svg-icon (e "path" #js {"d" "M21 5v6.5H9.33V5H21zm-6.33 14v-6.5H9.33V19h5.34zm1-6.5V19H21v-6.5h-5.33zM8.33 19V5H3v14h5.33z"})
"ViewQuiltSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_quilt_two_tone.cljs
================================================
(ns reagent-mui.icons.view-quilt-two-tone
"Imports @mui/icons-material/ViewQuiltTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-quilt-two-tone (create-svg-icon [(e "path" #js {"d" "M8.33 17H5V7h3.33v10zm5.34 0h-3.33v-4h3.33v4zM19 17h-3.33v-4H19v4zm0-6h-8.67V7H19v4z", "opacity" ".3"}) (e "path" #js {"d" "M3 5v14h18V5H3zm5.33 12H5V7h3.33v10zm5.34 0h-3.33v-4h3.33v4zM19 17h-3.33v-4H19v4zm0-6h-8.67V7H19v4z"})]
"ViewQuiltTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_sidebar.cljs
================================================
(ns reagent-mui.icons.view-sidebar
"Imports @mui/icons-material/ViewSidebar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-sidebar (create-svg-icon (e "path" #js {"d" "M16 20H2V4h14v16zm2-12h4V4h-4v4zm0 12h4v-4h-4v4zm0-6h4v-4h-4v4z"})
"ViewSidebar"))
================================================
FILE: src/icons/reagent_mui/icons/view_sidebar_outlined.cljs
================================================
(ns reagent-mui.icons.view-sidebar-outlined
"Imports @mui/icons-material/ViewSidebarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-sidebar-outlined (create-svg-icon (e "path" #js {"d" "M2 4v16h20V4H2zm18 4.67h-2.5V6H20v2.67zm-2.5 2H20v2.67h-2.5v-2.67zM4 6h11.5v12H4V6zm13.5 12v-2.67H20V18h-2.5z"})
"ViewSidebarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_sidebar_rounded.cljs
================================================
(ns reagent-mui.icons.view-sidebar-rounded
"Imports @mui/icons-material/ViewSidebarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-sidebar-rounded (create-svg-icon (e "path" #js {"d" "M15 20H3c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v14c0 .55-.45 1-1 1zm4-12h2c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1zm0 12h2c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1zm0-6h2c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1z"})
"ViewSidebarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_sidebar_sharp.cljs
================================================
(ns reagent-mui.icons.view-sidebar-sharp
"Imports @mui/icons-material/ViewSidebarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-sidebar-sharp (create-svg-icon (e "path" #js {"d" "M16 20H2V4h14v16zm2-12h4V4h-4v4zm0 12h4v-4h-4v4zm0-6h4v-4h-4v4z"})
"ViewSidebarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_sidebar_two_tone.cljs
================================================
(ns reagent-mui.icons.view-sidebar-two-tone
"Imports @mui/icons-material/ViewSidebarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-sidebar-two-tone (create-svg-icon [(e "path" #js {"d" "M20 8.67h-2.5V6H20v2.67zm-2.5 2H20v2.67h-2.5v-2.67zM4 6h11.5v12H4V6zm13.5 12v-2.67H20V18h-2.5z", "opacity" ".3"}) (e "path" #js {"d" "M2 4v16h20V4H2zm18 4.67h-2.5V6H20v2.67zm-2.5 2H20v2.67h-2.5v-2.67zM4 6h11.5v12H4V6zm13.5 12v-2.67H20V18h-2.5z"})]
"ViewSidebarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_stream.cljs
================================================
(ns reagent-mui.icons.view-stream
"Imports @mui/icons-material/ViewStream as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-stream (create-svg-icon (e "path" #js {"d" "M3 17v-2c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2zM3 7v2c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2z"})
"ViewStream"))
================================================
FILE: src/icons/reagent_mui/icons/view_stream_outlined.cljs
================================================
(ns reagent-mui.icons.view-stream-outlined
"Imports @mui/icons-material/ViewStreamOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-stream-outlined (create-svg-icon (e "path" #js {"d" "M3 7v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2zm16 10H5v-4h14v4zM5 11V7h14v4H5z"})
"ViewStreamOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_stream_rounded.cljs
================================================
(ns reagent-mui.icons.view-stream-rounded
"Imports @mui/icons-material/ViewStreamRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-stream-rounded (create-svg-icon (e "path" #js {"d" "M3 17v-2c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2zM3 7v2c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2z"})
"ViewStreamRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_stream_sharp.cljs
================================================
(ns reagent-mui.icons.view-stream-sharp
"Imports @mui/icons-material/ViewStreamSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-stream-sharp (create-svg-icon (e "path" #js {"d" "M3 19v-6h18v6H3zM3 5v6h18V5H3z"})
"ViewStreamSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_stream_two_tone.cljs
================================================
(ns reagent-mui.icons.view-stream-two-tone
"Imports @mui/icons-material/ViewStreamTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-stream-two-tone (create-svg-icon [(e "path" #js {"d" "M19 17H5v-4h14v4zM5 11V7h14v4H5z", "opacity" ".3"}) (e "path" #js {"d" "M3 7v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2zm16 10H5v-4h14v4zM5 11V7h14v4H5z"})]
"ViewStreamTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_timeline.cljs
================================================
(ns reagent-mui.icons.view-timeline
"Imports @mui/icons-material/ViewTimeline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-timeline (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 14H6v-2h6v2zm3-4H9v-2h6v2zm3-4h-6V7h6v2z"})
"ViewTimeline"))
================================================
FILE: src/icons/reagent_mui/icons/view_timeline_outlined.cljs
================================================
(ns reagent-mui.icons.view-timeline-outlined
"Imports @mui/icons-material/ViewTimelineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-timeline-outlined (create-svg-icon [(e "path" #js {"d" "M6 15h6v2H6zm6-8h6v2h-6zm-3 4h6v2H9z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})]
"ViewTimelineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_timeline_rounded.cljs
================================================
(ns reagent-mui.icons.view-timeline-rounded
"Imports @mui/icons-material/ViewTimelineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-timeline-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 14H7c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1zm3-4h-4c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1zm3-4h-4c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1z"})
"ViewTimelineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_timeline_sharp.cljs
================================================
(ns reagent-mui.icons.view-timeline-sharp
"Imports @mui/icons-material/ViewTimelineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-timeline-sharp (create-svg-icon (e "path" #js {"d" "M21 3H3v18h18V3zm-9 14H6v-2h6v2zm3-4H9v-2h6v2zm3-4h-6V7h6v2z"})
"ViewTimelineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_timeline_two_tone.cljs
================================================
(ns reagent-mui.icons.view-timeline-two-tone
"Imports @mui/icons-material/ViewTimelineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-timeline-two-tone (create-svg-icon [(e "path" #js {"d" "M5 19h14V5H5v14zm7-12h6v2h-6V7zm-3 4h6v2H9v-2zm-3 4h6v2H6v-2z", "opacity" ".3"}) (e "path" #js {"d" "M6 15h6v2H6zm6-8h6v2h-6zm-3 4h6v2H9z"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"})]
"ViewTimelineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/view_week.cljs
================================================
(ns reagent-mui.icons.view-week
"Imports @mui/icons-material/ViewWeek as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-week (create-svg-icon (e "path" #js {"d" "M5.33 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h1.33c1.1 0 2 .9 2 2v12c0 1.1-.89 2-2 2zM22 18V6c0-1.1-.9-2-2-2h-1.33c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2H20c1.11 0 2-.9 2-2zm-7.33 0V6c0-1.1-.9-2-2-2h-1.33c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h1.33c1.1 0 2-.9 2-2z"})
"ViewWeek"))
================================================
FILE: src/icons/reagent_mui/icons/view_week_outlined.cljs
================================================
(ns reagent-mui.icons.view-week-outlined
"Imports @mui/icons-material/ViewWeekOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-week-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM8 18H4V6h4v12zm6 0h-4V6h4v12zm6 0h-4V6h4v12z"})
"ViewWeekOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/view_week_rounded.cljs
================================================
(ns reagent-mui.icons.view-week-rounded
"Imports @mui/icons-material/ViewWeekRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-week-rounded (create-svg-icon (e "path" #js {"d" "M5.33 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h1.33c1.1 0 2 .9 2 2v12c0 1.1-.89 2-2 2zM22 18V6c0-1.1-.9-2-2-2h-1.33c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2H20c1.11 0 2-.9 2-2zm-7.33 0V6c0-1.1-.9-2-2-2h-1.33c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h1.33c1.1 0 2-.9 2-2z"})
"ViewWeekRounded"))
================================================
FILE: src/icons/reagent_mui/icons/view_week_sharp.cljs
================================================
(ns reagent-mui.icons.view-week-sharp
"Imports @mui/icons-material/ViewWeekSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-week-sharp (create-svg-icon (e "path" #js {"d" "M7.33 20H2V4h5.33v16zM22 20V4h-5.33v16H22zm-7.33 0V4H9.33v16h5.34z"})
"ViewWeekSharp"))
================================================
FILE: src/icons/reagent_mui/icons/view_week_two_tone.cljs
================================================
(ns reagent-mui.icons.view-week-two-tone
"Imports @mui/icons-material/ViewWeekTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def view-week-two-tone (create-svg-icon [(e "path" #js {"d" "M8 18H4V6h4v12zm6 0h-4V6h4v12zm6 0h-4V6h4v12z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM8 18H4V6h4v12zm6 0h-4V6h4v12zm6 0h-4V6h4v12z"})]
"ViewWeekTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/vignette.cljs
================================================
(ns reagent-mui.icons.vignette
"Imports @mui/icons-material/Vignette as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vignette (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 15c-4.42 0-8-2.69-8-6s3.58-6 8-6 8 2.69 8 6-3.58 6-8 6z"})
"Vignette"))
================================================
FILE: src/icons/reagent_mui/icons/vignette_outlined.cljs
================================================
(ns reagent-mui.icons.vignette-outlined
"Imports @mui/icons-material/VignetteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vignette-outlined (create-svg-icon (e "path" #js {"d" "M21 5v14H3V5h18m0-2H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 5c3.25 0 6 1.83 6 4s-2.75 4-6 4-6-1.83-6-4 2.75-4 6-4m0-2c-4.42 0-8 2.69-8 6s3.58 6 8 6 8-2.69 8-6-3.58-6-8-6z"})
"VignetteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/vignette_rounded.cljs
================================================
(ns reagent-mui.icons.vignette-rounded
"Imports @mui/icons-material/VignetteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vignette-rounded (create-svg-icon (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 15c-4.42 0-8-2.69-8-6s3.58-6 8-6 8 2.69 8 6-3.58 6-8 6z"})
"VignetteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/vignette_sharp.cljs
================================================
(ns reagent-mui.icons.vignette-sharp
"Imports @mui/icons-material/VignetteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vignette-sharp (create-svg-icon (e "path" #js {"d" "M23 3H1v18h22V3zM12 18c-4.42 0-8-2.69-8-6s3.58-6 8-6 8 2.69 8 6-3.58 6-8 6z"})
"VignetteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/vignette_two_tone.cljs
================================================
(ns reagent-mui.icons.vignette-two-tone
"Imports @mui/icons-material/VignetteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vignette-two-tone (create-svg-icon [(e "path" #js {"d" "M3 19h18V5H3v14zm9-13c4.42 0 8 2.69 8 6s-3.58 6-8 6-8-2.69-8-6 3.58-6 8-6z", "opacity" ".3"}) (e "path" #js {"d" "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zm-9-1c4.42 0 8-2.69 8-6s-3.58-6-8-6-8 2.69-8 6 3.58 6 8 6zm0-10c3.25 0 6 1.83 6 4s-2.75 4-6 4-6-1.83-6-4 2.75-4 6-4z"})]
"VignetteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/villa.cljs
================================================
(ns reagent-mui.icons.villa
"Imports @mui/icons-material/Villa as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def villa (create-svg-icon (e "path" #js {"d" "M7 21H3V8l13-5v7H7v11zm12-11c-1.1 0-2 .9-2 2H9v9h5v-5h2v5h5v-9c0-1.1-.9-2-2-2z"})
"Villa"))
================================================
FILE: src/icons/reagent_mui/icons/villa_outlined.cljs
================================================
(ns reagent-mui.icons.villa-outlined
"Imports @mui/icons-material/VillaOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def villa-outlined (create-svg-icon (e "path" #js {"d" "M19 10c-1.1 0-2 .9-2 2h-1V3L3 8v13h18v-9c0-1.1-.9-2-2-2zM5 9.37l9-3.46V12H9v7H5V9.37zM19 19h-3v-3h-2v3h-3v-5h8v5z"})
"VillaOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/villa_rounded.cljs
================================================
(ns reagent-mui.icons.villa-rounded
"Imports @mui/icons-material/VillaRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def villa-rounded (create-svg-icon (e "path" #js {"d" "M7 21H4c-.55 0-1-.45-1-1V8.69c0-.42.25-.79.64-.94l11-4.23c.66-.25 1.36.23 1.36.94V10H8c-.55 0-1 .45-1 1v10zm10-9h-7c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h4v-4c0-.55.45-1 1-1s1 .45 1 1v4h4c.55 0 1-.45 1-1v-8c0-1.1-.9-2-2-2s-2 .9-2 2z"})
"VillaRounded"))
================================================
FILE: src/icons/reagent_mui/icons/villa_sharp.cljs
================================================
(ns reagent-mui.icons.villa-sharp
"Imports @mui/icons-material/VillaSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def villa-sharp (create-svg-icon (e "path" #js {"d" "M7 21H3V8l13-5v7H7v11zm12-11c-1.1 0-2 .9-2 2H9v9h5v-5h2v5h5v-9c0-1.1-.9-2-2-2z"})
"VillaSharp"))
================================================
FILE: src/icons/reagent_mui/icons/villa_two_tone.cljs
================================================
(ns reagent-mui.icons.villa-two-tone
"Imports @mui/icons-material/VillaTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def villa-two-tone (create-svg-icon [(e "path" #js {"d" "m5 9.37 9-3.46V12H9v7H5V9.37zM19 19h-3v-3h-2v3h-3v-5h8v5z", "opacity" ".3"}) (e "path" #js {"d" "M19 10c-1.1 0-2 .9-2 2h-1V3L3 8v13h18v-9c0-1.1-.9-2-2-2zM5 9.37l9-3.46V12H9v7H5V9.37zM19 19h-3v-3h-2v3h-3v-5h8v5z"})]
"VillaTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/visibility.cljs
================================================
(ns reagent-mui.icons.visibility
"Imports @mui/icons-material/Visibility as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def visibility (create-svg-icon (e "path" #js {"d" "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"Visibility"))
================================================
FILE: src/icons/reagent_mui/icons/visibility_off.cljs
================================================
(ns reagent-mui.icons.visibility-off
"Imports @mui/icons-material/VisibilityOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def visibility-off (create-svg-icon (e "path" #js {"d" "M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z"})
"VisibilityOff"))
================================================
FILE: src/icons/reagent_mui/icons/visibility_off_outlined.cljs
================================================
(ns reagent-mui.icons.visibility-off-outlined
"Imports @mui/icons-material/VisibilityOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def visibility-off-outlined (create-svg-icon (e "path" #js {"d" "M12 6c3.79 0 7.17 2.13 8.82 5.5-.59 1.22-1.42 2.27-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68C3.06 7.83 1.77 9.53 1 11.5 2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02-1.38 0-2.5-1.12-2.5-2.5 0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75c-.23.55-.36 1.15-.36 1.78 0 2.48 2.02 4.5 4.5 4.5.63 0 1.23-.13 1.77-.36l.98.98c-.88.24-1.8.38-2.75.38-3.79 0-7.17-2.13-8.82-5.5.7-1.43 1.72-2.61 2.93-3.53z"})
"VisibilityOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/visibility_off_rounded.cljs
================================================
(ns reagent-mui.icons.visibility-off-rounded
"Imports @mui/icons-material/VisibilityOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def visibility-off-rounded (create-svg-icon (e "path" #js {"d" "M12 6.5c2.76 0 5 2.24 5 5 0 .51-.1 1-.24 1.46l3.06 3.06c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l2.17 2.17c.47-.14.96-.24 1.47-.24zM2.71 3.16c-.39.39-.39 1.02 0 1.41l1.97 1.97C3.06 7.83 1.77 9.53 1 11.5 2.73 15.89 7 19 12 19c1.52 0 2.97-.3 4.31-.82l2.72 2.72c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L4.13 3.16c-.39-.39-1.03-.39-1.42 0zM12 16.5c-2.76 0-5-2.24-5-5 0-.77.18-1.5.49-2.14l1.57 1.57c-.03.18-.06.37-.06.57 0 1.66 1.34 3 3 3 .2 0 .38-.03.57-.07L14.14 16c-.65.32-1.37.5-2.14.5zm2.97-5.33c-.15-1.4-1.25-2.49-2.64-2.64l2.64 2.64z"})
"VisibilityOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/visibility_off_sharp.cljs
================================================
(ns reagent-mui.icons.visibility-off-sharp
"Imports @mui/icons-material/VisibilityOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def visibility-off-sharp (create-svg-icon (e "path" #js {"d" "M12 6.5c2.76 0 5 2.24 5 5 0 .51-.1 1-.24 1.46l3.06 3.06c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l2.17 2.17c.47-.14.96-.24 1.47-.24zM3.42 2.45 2.01 3.87l2.68 2.68C3.06 7.83 1.77 9.53 1 11.5 2.73 15.89 7 19 12 19c1.52 0 2.97-.3 4.31-.82l3.43 3.43 1.41-1.41L3.42 2.45zM12 16.5c-2.76 0-5-2.24-5-5 0-.77.18-1.5.49-2.14l1.57 1.57c-.03.18-.06.37-.06.57 0 1.66 1.34 3 3 3 .2 0 .38-.03.57-.07L14.14 16c-.65.32-1.37.5-2.14.5zm2.97-5.33c-.15-1.4-1.25-2.49-2.64-2.64l2.64 2.64z"})
"VisibilityOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/visibility_off_two_tone.cljs
================================================
(ns reagent-mui.icons.visibility-off-two-tone
"Imports @mui/icons-material/VisibilityOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def visibility-off-two-tone (create-svg-icon [(e "path" #js {"d" "M12 14c.04 0 .08-.01.12-.01l-2.61-2.61c0 .04-.01.08-.01.12 0 1.38 1.12 2.5 2.5 2.5zm1.01-4.79 1.28 1.28c-.26-.57-.71-1.03-1.28-1.28zm7.81 2.29C19.17 8.13 15.79 6 12 6c-.68 0-1.34.09-1.99.22l.92.92c.35-.09.7-.14 1.07-.14 2.48 0 4.5 2.02 4.5 4.5 0 .37-.06.72-.14 1.07l2.05 2.05c.98-.86 1.81-1.91 2.41-3.12zM12 17c.95 0 1.87-.13 2.75-.39l-.98-.98c-.54.24-1.14.37-1.77.37-2.48 0-4.5-2.02-4.5-4.5 0-.63.13-1.23.36-1.77L6.11 7.97c-1.22.91-2.23 2.1-2.93 3.52C4.83 14.86 8.21 17 12 17z", "opacity" ".3"}) (e "path" #js {"d" "M12 6c3.79 0 7.17 2.13 8.82 5.5-.59 1.22-1.42 2.27-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm2.28 4.49 2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.06-1.07.14L13 9.21c.58.25 1.03.71 1.28 1.28zM2.01 3.87l2.68 2.68C3.06 7.83 1.77 9.53 1 11.5 2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02-1.38 0-2.5-1.12-2.5-2.5 0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75c-.23.55-.36 1.15-.36 1.78 0 2.48 2.02 4.5 4.5 4.5.63 0 1.23-.13 1.77-.36l.98.98c-.88.24-1.8.38-2.75.38-3.79 0-7.17-2.13-8.82-5.5.7-1.43 1.72-2.61 2.93-3.53z"})]
"VisibilityOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/visibility_outlined.cljs
================================================
(ns reagent-mui.icons.visibility-outlined
"Imports @mui/icons-material/VisibilityOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def visibility-outlined (create-svg-icon (e "path" #js {"d" "M12 6c3.79 0 7.17 2.13 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5C4.83 8.13 8.21 6 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5c1.38 0 2.5 1.12 2.5 2.5S13.38 14 12 14s-2.5-1.12-2.5-2.5S10.62 9 12 9m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"})
"VisibilityOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/visibility_rounded.cljs
================================================
(ns reagent-mui.icons.visibility-rounded
"Imports @mui/icons-material/VisibilityRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def visibility-rounded (create-svg-icon (e "path" #js {"d" "M12 4C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 12.5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"VisibilityRounded"))
================================================
FILE: src/icons/reagent_mui/icons/visibility_sharp.cljs
================================================
(ns reagent-mui.icons.visibility-sharp
"Imports @mui/icons-material/VisibilitySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def visibility-sharp (create-svg-icon (e "path" #js {"d" "M12 4C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 12.5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})
"VisibilitySharp"))
================================================
FILE: src/icons/reagent_mui/icons/visibility_two_tone.cljs
================================================
(ns reagent-mui.icons.visibility-two-tone
"Imports @mui/icons-material/VisibilityTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def visibility-two-tone (create-svg-icon [(e "path" #js {"d" "M12 6c-3.79 0-7.17 2.13-8.82 5.5C4.83 14.87 8.21 17 12 17s7.17-2.13 8.82-5.5C19.17 8.13 15.79 6 12 6zm0 10c-2.48 0-4.5-2.02-4.5-4.5S9.52 7 12 7s4.5 2.02 4.5 4.5S14.48 16 12 16z", "opacity" ".3"}) (e "path" #js {"d" "M12 4C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 13c-3.79 0-7.17-2.13-8.82-5.5C4.83 8.13 8.21 6 12 6s7.17 2.13 8.82 5.5C19.17 14.87 15.79 17 12 17zm0-10c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7zm0 7c-1.38 0-2.5-1.12-2.5-2.5S10.62 9 12 9s2.5 1.12 2.5 2.5S13.38 14 12 14z"})]
"VisibilityTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/voice_chat.cljs
================================================
(ns reagent-mui.icons.voice-chat
"Imports @mui/icons-material/VoiceChat as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def voice-chat (create-svg-icon [(e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"}) (e "path" #js {"d" "M11.25 5h1.5v10h-1.5zM8.5 7H10v6H8.5zM6 9h1.5v2H6zm8-2h1.5v6H14zm2.5 2H18v2h-1.5z"})]
"VoiceChat"))
================================================
FILE: src/icons/reagent_mui/icons/voice_chat_outlined.cljs
================================================
(ns reagent-mui.icons.voice-chat-outlined
"Imports @mui/icons-material/VoiceChatOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def voice-chat-outlined (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zm-6-5.4 3 2.4V7l-3 2.4V7H7v6h7z"})
"VoiceChatOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/voice_chat_rounded.cljs
================================================
(ns reagent-mui.icons.voice-chat-rounded
"Imports @mui/icons-material/VoiceChatRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def voice-chat-rounded (create-svg-icon (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-3.62 10.7L14 10.8V13c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2.2l2.38-1.9c.65-.52 1.62-.06 1.62.78v3.84c0 .84-.97 1.3-1.62.78z"})
"VoiceChatRounded"))
================================================
FILE: src/icons/reagent_mui/icons/voice_chat_sharp.cljs
================================================
(ns reagent-mui.icons.voice-chat-sharp
"Imports @mui/icons-material/VoiceChatSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def voice-chat-sharp (create-svg-icon (e "path" #js {"d" "M22 2H2.01L2 22l4-4h16V2zm-4 12-4-3.2V14H6V6h8v3.2L18 6v8z"})
"VoiceChatSharp"))
================================================
FILE: src/icons/reagent_mui/icons/voice_chat_two_tone.cljs
================================================
(ns reagent-mui.icons.voice-chat-two-tone
"Imports @mui/icons-material/VoiceChatTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def voice-chat-two-tone (create-svg-icon [(e "path" #js {"d" "M4 17.17 5.17 16H20V4H4v13.17zM7 7h7v2.4L17 7v6l-3-2.4V13H7V7z", "opacity" ".3"}) (e "path" #js {"d" "M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zm-6-5.4 3 2.4V7l-3 2.4V7H7v6h7z"})]
"VoiceChatTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/voice_over_off.cljs
================================================
(ns reagent-mui.icons.voice-over-off
"Imports @mui/icons-material/VoiceOverOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def voice-over-off (create-svg-icon (e "path" #js {"d" "M12.99 9.18c0-.06.01-.12.01-.18 0-2.21-1.79-4-4-4-.06 0-.12.01-.18.01l4.17 4.17zm-6.1-3.56L4.27 3 3 4.27l2.62 2.62C5.23 7.5 5 8.22 5 9c0 2.21 1.79 4 4 4 .78 0 1.5-.23 2.11-.62L19.73 21 21 19.73l-8.62-8.62-5.49-5.49zM9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm7.76-9.64-1.68 1.69c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z"})
"VoiceOverOff"))
================================================
FILE: src/icons/reagent_mui/icons/voice_over_off_outlined.cljs
================================================
(ns reagent-mui.icons.voice-over-off-outlined
"Imports @mui/icons-material/VoiceOverOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def voice-over-off-outlined (create-svg-icon (e "path" #js {"d" "m16.76 5.36-1.68 1.69c.8 1.13.83 2.58.09 3.74l1.7 1.7c1.9-2.02 1.87-4.98-.11-7.13zM20.07 2l-1.63 1.63c2.72 2.97 2.76 7.39.14 10.56l1.64 1.64c3.74-3.89 3.71-9.84-.15-13.83zM9.43 5.04l3.53 3.53c-.2-1.86-1.67-3.33-3.53-3.53zM4.41 2.86 3 4.27l2.62 2.62C5.23 7.5 5 8.22 5 9c0 2.21 1.79 4 4 4 .78 0 1.5-.23 2.11-.62l4.4 4.4C13.74 15.6 10.78 15 9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-.37-.11-.7-.29-1.02L19.73 21l1.41-1.41L4.41 2.86zM3 19c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2H3zm6-8c-1.1 0-2-.9-2-2 0-.22.04-.42.11-.62l2.51 2.51c-.2.07-.4.11-.62.11z"})
"VoiceOverOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/voice_over_off_rounded.cljs
================================================
(ns reagent-mui.icons.voice-over-off-rounded
"Imports @mui/icons-material/VoiceOverOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def voice-over-off-rounded (create-svg-icon (e "path" #js {"d" "M15.72 6.41c-.35.35-.44.88-.25 1.35.3.75.32 1.58.05 2.34-.16.46-.06.98.29 1.32.6.6 1.66.47 2.02-.31.64-1.39.6-2.99-.12-4.41-.4-.75-1.41-.88-1.99-.29zm3.46-3.52c-.4.4-.46 1.02-.13 1.48 1.93 2.68 1.95 6.25.09 9.07-.31.46-.23 1.08.16 1.47.51.51 1.38.46 1.81-.13 2.57-3.51 2.52-8.2-.17-11.77-.43-.56-1.26-.62-1.76-.12zM9.43 5.04l3.53 3.53c-.2-1.86-1.67-3.33-3.53-3.53zM3.71 3.56c-.39.39-.39 1.02 0 1.41l1.91 1.91c-.56.89-.79 2.01-.47 3.2.36 1.33 1.44 2.4 2.77 2.77 1.19.33 2.31.09 3.2-.47l4.4 4.4C13.74 15.6 10.78 15 9 15c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-.37-.11-.7-.29-1.02l2.31 2.31c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L5.12 3.56a.9959.9959 0 0 0-1.41 0z"})
"VoiceOverOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/voice_over_off_sharp.cljs
================================================
(ns reagent-mui.icons.voice-over-off-sharp
"Imports @mui/icons-material/VoiceOverOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def voice-over-off-sharp (create-svg-icon (e "path" #js {"d" "m16.76 5.36-1.68 1.69c.8 1.13.83 2.58.09 3.74l1.7 1.7c1.9-2.02 1.87-4.98-.11-7.13zM20.07 2l-1.63 1.63c2.72 2.97 2.76 7.39.14 10.56l1.64 1.64c3.74-3.89 3.71-9.84-.15-13.83zM9.43 5.04l3.53 3.53c-.2-1.86-1.67-3.33-3.53-3.53zM4.41 2.86 3 4.27l2.62 2.62C5.23 7.5 5 8.22 5 9c0 2.21 1.79 4 4 4 .78 0 1.5-.23 2.11-.62l4.4 4.4C13.74 15.6 10.78 15 9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-.37-.11-.7-.29-1.02L19.73 21l1.41-1.41L4.41 2.86z"})
"VoiceOverOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/voice_over_off_two_tone.cljs
================================================
(ns reagent-mui.icons.voice-over-off-two-tone
"Imports @mui/icons-material/VoiceOverOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def voice-over-off-two-tone (create-svg-icon [(e "path" #js {"d" "M9 17c-2.69 0-5.77 1.28-6 2h12c-.2-.71-3.3-2-6-2zM7 9c0 1.1.9 2 2 2 .22 0 .42-.04.62-.11L7.11 8.38c-.07.2-.11.4-.11.62z", "opacity" ".3"}) (e "path" #js {"d" "m16.76 5.36-1.68 1.69c.8 1.13.83 2.58.09 3.74l1.7 1.7c1.9-2.02 1.87-4.98-.11-7.13zM20.07 2l-1.63 1.63c2.72 2.97 2.76 7.39.14 10.56l1.64 1.64c3.74-3.89 3.71-9.84-.15-13.83zM9.43 5.04l3.53 3.53c-.2-1.86-1.67-3.33-3.53-3.53zM4.41 2.86 3 4.27l2.62 2.62C5.23 7.5 5 8.22 5 9c0 2.21 1.79 4 4 4 .78 0 1.5-.23 2.11-.62l4.4 4.4C13.74 15.6 10.78 15 9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-.37-.11-.7-.29-1.02L19.73 21l1.41-1.41L4.41 2.86zM3 19c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2H3zm6-8c-1.1 0-2-.9-2-2 0-.22.04-.42.11-.62l2.51 2.51c-.2.07-.4.11-.62.11z"})]
"VoiceOverOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/voicemail.cljs
================================================
(ns reagent-mui.icons.voicemail
"Imports @mui/icons-material/Voicemail as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def voicemail (create-svg-icon (e "path" #js {"d" "M18.5 6C15.46 6 13 8.46 13 11.5c0 1.33.47 2.55 1.26 3.5H9.74c.79-.95 1.26-2.17 1.26-3.5C11 8.46 8.54 6 5.5 6S0 8.46 0 11.5 2.46 17 5.5 17h13c3.04 0 5.5-2.46 5.5-5.5S21.54 6 18.5 6zm-13 9C3.57 15 2 13.43 2 11.5S3.57 8 5.5 8 9 9.57 9 11.5 7.43 15 5.5 15zm13 0c-1.93 0-3.5-1.57-3.5-3.5S16.57 8 18.5 8 22 9.57 22 11.5 20.43 15 18.5 15z"})
"Voicemail"))
================================================
FILE: src/icons/reagent_mui/icons/voicemail_outlined.cljs
================================================
(ns reagent-mui.icons.voicemail-outlined
"Imports @mui/icons-material/VoicemailOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def voicemail-outlined (create-svg-icon (e "path" #js {"d" "M18.5 6C15.46 6 13 8.46 13 11.5c0 1.33.47 2.55 1.26 3.5H9.74c.79-.95 1.26-2.17 1.26-3.5C11 8.46 8.54 6 5.5 6S0 8.46 0 11.5 2.46 17 5.5 17h13c3.04 0 5.5-2.46 5.5-5.5S21.54 6 18.5 6zm-13 9C3.57 15 2 13.43 2 11.5S3.57 8 5.5 8 9 9.57 9 11.5 7.43 15 5.5 15zm13 0c-1.93 0-3.5-1.57-3.5-3.5S16.57 8 18.5 8 22 9.57 22 11.5 20.43 15 18.5 15z"})
"VoicemailOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/voicemail_rounded.cljs
================================================
(ns reagent-mui.icons.voicemail-rounded
"Imports @mui/icons-material/VoicemailRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def voicemail-rounded (create-svg-icon (e "path" #js {"d" "M18.5 6C15.46 6 13 8.46 13 11.5c0 1.33.47 2.55 1.26 3.5H9.74c.79-.95 1.26-2.17 1.26-3.5C11 8.46 8.54 6 5.5 6S0 8.46 0 11.5 2.46 17 5.5 17h13c3.04 0 5.5-2.46 5.5-5.5S21.54 6 18.5 6zm-13 9C3.57 15 2 13.43 2 11.5S3.57 8 5.5 8 9 9.57 9 11.5 7.43 15 5.5 15zm13 0c-1.93 0-3.5-1.57-3.5-3.5S16.57 8 18.5 8 22 9.57 22 11.5 20.43 15 18.5 15z"})
"VoicemailRounded"))
================================================
FILE: src/icons/reagent_mui/icons/voicemail_sharp.cljs
================================================
(ns reagent-mui.icons.voicemail-sharp
"Imports @mui/icons-material/VoicemailSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def voicemail-sharp (create-svg-icon (e "path" #js {"d" "M18.5 6C15.46 6 13 8.46 13 11.5c0 1.33.47 2.55 1.26 3.5H9.74c.79-.95 1.26-2.17 1.26-3.5C11 8.46 8.54 6 5.5 6S0 8.46 0 11.5 2.46 17 5.5 17h13c3.04 0 5.5-2.46 5.5-5.5S21.54 6 18.5 6zm-13 9C3.57 15 2 13.43 2 11.5S3.57 8 5.5 8 9 9.57 9 11.5 7.43 15 5.5 15zm13 0c-1.93 0-3.5-1.57-3.5-3.5S16.57 8 18.5 8 22 9.57 22 11.5 20.43 15 18.5 15z"})
"VoicemailSharp"))
================================================
FILE: src/icons/reagent_mui/icons/voicemail_two_tone.cljs
================================================
(ns reagent-mui.icons.voicemail-two-tone
"Imports @mui/icons-material/VoicemailTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def voicemail-two-tone (create-svg-icon (e "path" #js {"d" "M18.5 6C15.46 6 13 8.46 13 11.5c0 1.33.47 2.55 1.26 3.5H9.74c.79-.95 1.26-2.17 1.26-3.5C11 8.46 8.54 6 5.5 6S0 8.46 0 11.5 2.46 17 5.5 17h13c3.04 0 5.5-2.46 5.5-5.5S21.54 6 18.5 6zm-13 9C3.57 15 2 13.43 2 11.5S3.57 8 5.5 8 9 9.57 9 11.5 7.43 15 5.5 15zm13 0c-1.93 0-3.5-1.57-3.5-3.5S16.57 8 18.5 8 22 9.57 22 11.5 20.43 15 18.5 15z"})
"VoicemailTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/volcano.cljs
================================================
(ns reagent-mui.icons.volcano
"Imports @mui/icons-material/Volcano as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volcano (create-svg-icon (e "path" #js {"d" "M18 8h-7l-2 5H6l-4 9h20zm-5-7h2v4h-2zm3.1212 4.4683L18.9496 2.64l1.4142 1.4142-2.8284 2.8284zm-8.4815-1.418 1.4142-1.4142 2.8284 2.8284-1.4142 1.4142z"})
"Volcano"))
================================================
FILE: src/icons/reagent_mui/icons/volcano_outlined.cljs
================================================
(ns reagent-mui.icons.volcano-outlined
"Imports @mui/icons-material/VolcanoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volcano-outlined (create-svg-icon (e "path" #js {"d" "M18 8h-7l-2 5H6l-4 9h20L18 8zM7.3 15h3.05l.5-1.26 1.5-3.74h4.14l2.86 10H5.08l2.22-5zM13 1h2v4h-2zm3.1212 4.4683L18.9496 2.64l1.4142 1.4142-2.8284 2.8284zm-8.4815-1.418 1.4142-1.4142 2.8284 2.8284-1.4142 1.4142z"})
"VolcanoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/volcano_rounded.cljs
================================================
(ns reagent-mui.icons.volcano-rounded
"Imports @mui/icons-material/VolcanoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volcano-rounded (create-svg-icon (e "path" #js {"d" "M16.49 8h-4.14c-.82 0-1.55.5-1.86 1.26L9 13H7.3c-.79 0-1.51.47-1.83 1.19l-2.22 5C2.66 20.51 3.63 22 5.08 22h14.27c1.33 0 2.29-1.27 1.92-2.55l-2.86-10C18.17 8.59 17.38 8 16.49 8zM14 1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1zm5.66 2.34a.9959.9959 0 0 0-1.41 0l-1.41 1.41c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l1.41-1.41c.39-.38.39-1.02 0-1.41zm-8.49 1.42L9.76 3.34a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.41 1.41c.39.39 1.02.39 1.41 0 .39-.38.39-1.01 0-1.4z"})
"VolcanoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/volcano_sharp.cljs
================================================
(ns reagent-mui.icons.volcano-sharp
"Imports @mui/icons-material/VolcanoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volcano-sharp (create-svg-icon (e "path" #js {"d" "M18 8h-7l-2 5H6l-4 9h20zm-5-7h2v4h-2zm3.1212 4.4683L18.9496 2.64l1.4142 1.4142-2.8284 2.8284zm-8.4815-1.418 1.4142-1.4142 2.8284 2.8284-1.4142 1.4142z"})
"VolcanoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/volcano_two_tone.cljs
================================================
(ns reagent-mui.icons.volcano-two-tone
"Imports @mui/icons-material/VolcanoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volcano-two-tone (create-svg-icon [(e "path" #js {"d" "M16.49 10h-4.14l-1.49 3.74-.51 1.26H7.3l-2.22 5h14.27z", "opacity" ".3"}) (e "path" #js {"d" "M18 8h-7l-2 5H6l-4 9h20L18 8zM7.3 15h3.05l.5-1.26 1.5-3.74h4.14l2.86 10H5.08l2.22-5zM13 1h2v4h-2zm3.1212 4.4683L18.9496 2.64l1.4142 1.4142-2.8284 2.8284zm-8.4815-1.418 1.4142-1.4142 2.8284 2.8284-1.4142 1.4142z"})]
"VolcanoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/volume_down.cljs
================================================
(ns reagent-mui.icons.volume-down
"Imports @mui/icons-material/VolumeDown as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-down (create-svg-icon (e "path" #js {"d" "M18.5 12c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM5 9v6h4l5 5V4L9 9H5z"})
"VolumeDown"))
================================================
FILE: src/icons/reagent_mui/icons/volume_down_outlined.cljs
================================================
(ns reagent-mui.icons.volume-down-outlined
"Imports @mui/icons-material/VolumeDownOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-down-outlined (create-svg-icon (e "path" #js {"d" "M16 7.97v8.05c1.48-.73 2.5-2.25 2.5-4.02 0-1.77-1.02-3.29-2.5-4.03zM5 9v6h4l5 5V4L9 9H5zm7-.17v6.34L9.83 13H7v-2h2.83L12 8.83z"})
"VolumeDownOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/volume_down_rounded.cljs
================================================
(ns reagent-mui.icons.volume-down-rounded
"Imports @mui/icons-material/VolumeDownRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-down-rounded (create-svg-icon (e "path" #js {"d" "M18.5 12c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM5 10v4c0 .55.45 1 1 1h3l3.29 3.29c.63.63 1.71.18 1.71-.71V6.41c0-.89-1.08-1.34-1.71-.71L9 9H6c-.55 0-1 .45-1 1z"})
"VolumeDownRounded"))
================================================
FILE: src/icons/reagent_mui/icons/volume_down_sharp.cljs
================================================
(ns reagent-mui.icons.volume-down-sharp
"Imports @mui/icons-material/VolumeDownSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-down-sharp (create-svg-icon (e "path" #js {"d" "M18.5 12c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM5 9v6h4l5 5V4L9 9H5z"})
"VolumeDownSharp"))
================================================
FILE: src/icons/reagent_mui/icons/volume_down_two_tone.cljs
================================================
(ns reagent-mui.icons.volume-down-two-tone
"Imports @mui/icons-material/VolumeDownTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-down-two-tone (create-svg-icon [(e "path" #js {"d" "M7 13h2.83L12 15.17V8.83L9.83 11H7z", "opacity" ".3"}) (e "path" #js {"d" "M16 7.97v8.05c1.48-.73 2.5-2.25 2.5-4.02 0-1.77-1.02-3.29-2.5-4.03zM5 9v6h4l5 5V4L9 9H5zm7-.17v6.34L9.83 13H7v-2h2.83L12 8.83z"})]
"VolumeDownTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/volume_mute.cljs
================================================
(ns reagent-mui.icons.volume-mute
"Imports @mui/icons-material/VolumeMute as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-mute (create-svg-icon (e "path" #js {"d" "M7 9v6h4l5 5V4l-5 5H7z"})
"VolumeMute"))
================================================
FILE: src/icons/reagent_mui/icons/volume_mute_outlined.cljs
================================================
(ns reagent-mui.icons.volume-mute-outlined
"Imports @mui/icons-material/VolumeMuteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-mute-outlined (create-svg-icon (e "path" #js {"d" "M14 8.83v6.34L11.83 13H9v-2h2.83L14 8.83M16 4l-5 5H7v6h4l5 5V4z"})
"VolumeMuteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/volume_mute_rounded.cljs
================================================
(ns reagent-mui.icons.volume-mute-rounded
"Imports @mui/icons-material/VolumeMuteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-mute-rounded (create-svg-icon (e "path" #js {"d" "M7 10v4c0 .55.45 1 1 1h3l3.29 3.29c.63.63 1.71.18 1.71-.71V6.41c0-.89-1.08-1.34-1.71-.71L11 9H8c-.55 0-1 .45-1 1z"})
"VolumeMuteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/volume_mute_sharp.cljs
================================================
(ns reagent-mui.icons.volume-mute-sharp
"Imports @mui/icons-material/VolumeMuteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-mute-sharp (create-svg-icon (e "path" #js {"d" "M7 9v6h4l5 5V4l-5 5H7z"})
"VolumeMuteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/volume_mute_two_tone.cljs
================================================
(ns reagent-mui.icons.volume-mute-two-tone
"Imports @mui/icons-material/VolumeMuteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-mute-two-tone (create-svg-icon [(e "path" #js {"d" "M9 13h2.83L14 15.17V8.83L11.83 11H9z", "opacity" ".3"}) (e "path" #js {"d" "M7 9v6h4l5 5V4l-5 5H7zm7-.17v6.34L11.83 13H9v-2h2.83L14 8.83z"})]
"VolumeMuteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/volume_off.cljs
================================================
(ns reagent-mui.icons.volume-off
"Imports @mui/icons-material/VolumeOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-off (create-svg-icon (e "path" #js {"d" "M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3 3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4 9.91 6.09 12 8.18V4z"})
"VolumeOff"))
================================================
FILE: src/icons/reagent_mui/icons/volume_off_outlined.cljs
================================================
(ns reagent-mui.icons.volume-off-outlined
"Imports @mui/icons-material/VolumeOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-off-outlined (create-svg-icon (e "path" #js {"d" "M4.34 2.93 2.93 4.34 7.29 8.7 7 9H3v6h4l5 5v-6.59l4.18 4.18c-.65.49-1.38.88-2.18 1.11v2.06c1.34-.3 2.57-.92 3.61-1.75l2.05 2.05 1.41-1.41L4.34 2.93zM10 15.17 7.83 13H5v-2h2.83l.88-.88L10 11.41v3.76zM19 12c0 .82-.15 1.61-.41 2.34l1.53 1.53c.56-1.17.88-2.48.88-3.87 0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zm-7-8-1.88 1.88L12 7.76zm4.5 8c0-1.77-1.02-3.29-2.5-4.03v1.79l2.48 2.48c.01-.08.02-.16.02-.24z"})
"VolumeOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/volume_off_rounded.cljs
================================================
(ns reagent-mui.icons.volume-off-rounded
"Imports @mui/icons-material/VolumeOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-off-rounded (create-svg-icon (e "path" #js {"d" "M3.63 3.63c-.39.39-.39 1.02 0 1.41L7.29 8.7 7 9H4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3l3.29 3.29c.63.63 1.71.18 1.71-.71v-4.17l4.18 4.18c-.49.37-1.02.68-1.6.91-.36.15-.58.53-.58.92 0 .72.73 1.18 1.39.91.8-.33 1.55-.77 2.22-1.31l1.34 1.34c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L5.05 3.63c-.39-.39-1.02-.39-1.42 0zM19 12c0 .82-.15 1.61-.41 2.34l1.53 1.53c.56-1.17.88-2.48.88-3.87 0-3.83-2.4-7.11-5.78-8.4-.59-.23-1.22.23-1.22.86v.19c0 .38.25.71.61.85C17.18 6.54 19 9.06 19 12zm-8.71-6.29-.17.17L12 7.76V6.41c0-.89-1.08-1.33-1.71-.7zM16.5 12c0-1.77-1.02-3.29-2.5-4.03v1.79l2.48 2.48c.01-.08.02-.16.02-.24z"})
"VolumeOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/volume_off_sharp.cljs
================================================
(ns reagent-mui.icons.volume-off-sharp
"Imports @mui/icons-material/VolumeOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-off-sharp (create-svg-icon (e "path" #js {"d" "M4.34 2.93 2.93 4.34 7.29 8.7 7 9H3v6h4l5 5v-6.59l4.18 4.18c-.65.49-1.38.88-2.18 1.11v2.06c1.34-.3 2.57-.92 3.61-1.75l2.05 2.05 1.41-1.41L4.34 2.93zM19 12c0 .82-.15 1.61-.41 2.34l1.53 1.53c.56-1.17.88-2.48.88-3.87 0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zm-7-8-1.88 1.88L12 7.76zm4.5 8c0-1.77-1.02-3.29-2.5-4.03v1.79l2.48 2.48c.01-.08.02-.16.02-.24z"})
"VolumeOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/volume_off_two_tone.cljs
================================================
(ns reagent-mui.icons.volume-off-two-tone
"Imports @mui/icons-material/VolumeOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-off-two-tone (create-svg-icon [(e "path" #js {"d" "M7.83 11H5v2h2.83L10 15.17v-3.76l-1.29-1.29z", "opacity" ".3"}) (e "path" #js {"d" "M4.34 2.93 2.93 4.34 7.29 8.7 7 9H3v6h4l5 5v-6.59l4.18 4.18c-.65.49-1.38.88-2.18 1.11v2.06c1.34-.3 2.57-.92 3.61-1.75l2.05 2.05 1.41-1.41L4.34 2.93zM10 15.17 7.83 13H5v-2h2.83l.88-.88L10 11.41v3.76zM19 12c0 .82-.15 1.61-.41 2.34l1.53 1.53c.56-1.17.88-2.48.88-3.87 0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zm-7-8-1.88 1.88L12 7.76zm4.5 8c0-1.77-1.02-3.29-2.5-4.03v1.79l2.48 2.48c.01-.08.02-.16.02-.24z"})]
"VolumeOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/volume_up.cljs
================================================
(ns reagent-mui.icons.volume-up
"Imports @mui/icons-material/VolumeUp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-up (create-svg-icon (e "path" #js {"d" "M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z"})
"VolumeUp"))
================================================
FILE: src/icons/reagent_mui/icons/volume_up_outlined.cljs
================================================
(ns reagent-mui.icons.volume-up-outlined
"Imports @mui/icons-material/VolumeUpOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-up-outlined (create-svg-icon (e "path" #js {"d" "M3 9v6h4l5 5V4L7 9H3zm7-.17v6.34L7.83 13H5v-2h2.83L10 8.83zM16.5 12c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77 0-4.28-2.99-7.86-7-8.77z"})
"VolumeUpOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/volume_up_rounded.cljs
================================================
(ns reagent-mui.icons.volume-up-rounded
"Imports @mui/icons-material/VolumeUpRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-up-rounded (create-svg-icon (e "path" #js {"d" "M3 10v4c0 .55.45 1 1 1h3l3.29 3.29c.63.63 1.71.18 1.71-.71V6.41c0-.89-1.08-1.34-1.71-.71L7 9H4c-.55 0-1 .45-1 1zm13.5 2c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 4.45v.2c0 .38.25.71.6.85C17.18 6.53 19 9.06 19 12s-1.82 5.47-4.4 6.5c-.36.14-.6.47-.6.85v.2c0 .63.63 1.07 1.21.85C18.6 19.11 21 15.84 21 12s-2.4-7.11-5.79-8.4c-.58-.23-1.21.22-1.21.85z"})
"VolumeUpRounded"))
================================================
FILE: src/icons/reagent_mui/icons/volume_up_sharp.cljs
================================================
(ns reagent-mui.icons.volume-up-sharp
"Imports @mui/icons-material/VolumeUpSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-up-sharp (create-svg-icon (e "path" #js {"d" "M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z"})
"VolumeUpSharp"))
================================================
FILE: src/icons/reagent_mui/icons/volume_up_two_tone.cljs
================================================
(ns reagent-mui.icons.volume-up-two-tone
"Imports @mui/icons-material/VolumeUpTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volume-up-two-tone (create-svg-icon [(e "path" #js {"d" "M5 13h2.83L10 15.17V8.83L7.83 11H5z", "opacity" ".3"}) (e "path" #js {"d" "M3 9v6h4l5 5V4L7 9H3zm7-.17v6.34L7.83 13H5v-2h2.83L10 8.83zm4-.86v8.05c1.48-.73 2.5-2.25 2.5-4.02 0-1.77-1.02-3.29-2.5-4.03zm0-4.74v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77 0-4.28-2.99-7.86-7-8.77z"})]
"VolumeUpTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/volunteer_activism.cljs
================================================
(ns reagent-mui.icons.volunteer-activism
"Imports @mui/icons-material/VolunteerActivism as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volunteer-activism (create-svg-icon (e "path" #js {"d" "M1 11h4v11H1zm15-7.75C16.65 2.49 17.66 2 18.7 2 20.55 2 22 3.45 22 5.3c0 2.27-2.91 4.9-6 7.7-3.09-2.81-6-5.44-6-7.7C10 3.45 11.45 2 13.3 2c1.04 0 2.05.49 2.7 1.25zM20 17h-7l-2.09-.73.33-.94L13 16h2.82c.65 0 1.18-.53 1.18-1.18 0-.49-.31-.93-.77-1.11L8.97 11H7v9.02L14 22l8.01-3c-.01-1.1-.9-2-2.01-2z"})
"VolunteerActivism"))
================================================
FILE: src/icons/reagent_mui/icons/volunteer_activism_outlined.cljs
================================================
(ns reagent-mui.icons.volunteer-activism-outlined
"Imports @mui/icons-material/VolunteerActivismOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volunteer-activism-outlined (create-svg-icon (e "path" #js {"d" "M16 13c3.09-2.81 6-5.44 6-7.7C22 3.45 20.55 2 18.7 2c-1.04 0-2.05.49-2.7 1.25C15.34 2.49 14.34 2 13.3 2 11.45 2 10 3.45 10 5.3c0 2.26 2.91 4.89 6 7.7zm-2.7-9c.44 0 .89.21 1.18.55L16 6.34l1.52-1.79c.29-.34.74-.55 1.18-.55.74 0 1.3.56 1.3 1.3 0 1.12-2.04 3.17-4 4.99-1.96-1.82-4-3.88-4-4.99 0-.74.56-1.3 1.3-1.3zM19 16h-2c0-1.2-.75-2.28-1.87-2.7L8.97 11H1v11h6v-1.44l7 1.94 8-2.5v-1c0-1.66-1.34-3-3-3zM3 20v-7h2v7H3zm10.97.41L7 18.48V13h1.61l5.82 2.17c.34.13.57.46.57.83 0 0-1.99-.05-2.3-.15l-2.38-.79-.63 1.9 2.38.79c.51.17 1.04.26 1.58.26H19c.39 0 .74.23.9.56l-5.93 1.84z"})
"VolunteerActivismOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/volunteer_activism_rounded.cljs
================================================
(ns reagent-mui.icons.volunteer-activism-rounded
"Imports @mui/icons-material/VolunteerActivismRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volunteer-activism-rounded (create-svg-icon (e "path" #js {"d" "M3 11c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2s2-.9 2-2v-7c0-1.1-.9-2-2-2zm7-5.7C10 3.45 11.45 2 13.3 2c1.04 0 2.05.49 2.7 1.25.65-.76 1.66-1.25 2.7-1.25C20.55 2 22 3.45 22 5.3c0 2.1-2.5 4.51-5.33 7.09-.38.35-.97.35-1.35 0C12.5 9.81 10 7.4 10 5.3M19.99 17h-6.83a.96.96 0 0 1-.33-.06l-1.47-.51c-.26-.09-.39-.37-.3-.63.09-.26.38-.4.64-.3l1.12.43c.11.04.24.07.36.07h2.63c.65 0 1.18-.53 1.18-1.18 0-.49-.31-.93-.77-1.11L9.3 11.13c-.22-.09-.46-.13-.7-.13H7v9.02l6.37 1.81c.41.12.85.1 1.25-.05L22 19c0-1.11-.9-2-2.01-2z"})
"VolunteerActivismRounded"))
================================================
FILE: src/icons/reagent_mui/icons/volunteer_activism_sharp.cljs
================================================
(ns reagent-mui.icons.volunteer-activism-sharp
"Imports @mui/icons-material/VolunteerActivismSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volunteer-activism-sharp (create-svg-icon (e "path" #js {"d" "M1 11h4v11H1zm15-7.75C16.65 2.49 17.66 2 18.7 2 20.55 2 22 3.45 22 5.3c0 2.27-2.91 4.9-6 7.7-3.09-2.81-6-5.44-6-7.7C10 3.45 11.45 2 13.3 2c1.04 0 2.05.49 2.7 1.25zM22 17h-9l-2.09-.73.33-.95L13 16h4v-2l-8.03-3H7v9.02L14 22l8-3z"})
"VolunteerActivismSharp"))
================================================
FILE: src/icons/reagent_mui/icons/volunteer_activism_two_tone.cljs
================================================
(ns reagent-mui.icons.volunteer-activism-two-tone
"Imports @mui/icons-material/VolunteerActivismTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def volunteer-activism-two-tone (create-svg-icon [(e "path" #js {"d" "M3 13h2v7H3zm13-2.71c1.96-1.82 4-3.88 4-4.99 0-.74-.56-1.3-1.3-1.3-.44 0-.89.21-1.18.55L16 6.34l-1.52-1.79c-.29-.34-.74-.55-1.18-.55-.74 0-1.3.56-1.3 1.3 0 1.11 2.04 3.17 4 4.99zM19 18h-5.35c-.54 0-1.07-.09-1.58-.26l-2.38-.79.63-1.9 2.38.79c.31.1.63.15.95.15H15c0-.37-.23-.7-.57-.83L8.61 13H7v5.48l6.97 1.94 5.93-1.85c-.16-.34-.51-.57-.9-.57z", "opacity" ".3"}) (e "path" #js {"d" "M16 13c3.09-2.81 6-5.44 6-7.7C22 3.45 20.55 2 18.7 2c-1.04 0-2.05.49-2.7 1.25C15.35 2.49 14.34 2 13.3 2 11.45 2 10 3.45 10 5.3c0 2.26 2.91 4.89 6 7.7zm-2.7-9c.44 0 .89.21 1.18.55L16 6.34l1.52-1.79c.29-.34.74-.55 1.18-.55.74 0 1.3.56 1.3 1.3 0 1.12-2.04 3.17-4 4.99-1.96-1.82-4-3.88-4-4.99 0-.74.56-1.3 1.3-1.3zM19 16h-2c0-1.2-.75-2.28-1.87-2.7L8.97 11H1v11h6v-1.44l7 1.94 8-2.5v-1c0-1.66-1.34-3-3-3zM5 20H3v-7h2v7zm8.97.41L7 18.48V13h1.61l5.82 2.17c.34.13.57.46.57.83h-1.35c-.32 0-.64-.05-.95-.15l-2.38-.79-.63 1.9 2.38.79c.51.17 1.04.26 1.58.26H19c.39 0 .74.23.9.56l-5.93 1.84z"})]
"VolunteerActivismTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/vpn_key.cljs
================================================
(ns reagent-mui.icons.vpn-key
"Imports @mui/icons-material/VpnKey as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vpn-key (create-svg-icon (e "path" #js {"d" "M12.65 10C11.83 7.67 9.61 6 7 6c-3.31 0-6 2.69-6 6s2.69 6 6 6c2.61 0 4.83-1.67 5.65-4H17v4h4v-4h2v-4H12.65zM7 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"VpnKey"))
================================================
FILE: src/icons/reagent_mui/icons/vpn_key_off.cljs
================================================
(ns reagent-mui.icons.vpn-key-off
"Imports @mui/icons-material/VpnKeyOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vpn-key-off (create-svg-icon (e "path" #js {"d" "M20.83 18H21v-4h2v-4H12.83l8 8zm-1.05 4.61 1.41-1.41L2.81 2.81 1.39 4.22l2.59 2.59C2.2 7.85 1 9.79 1 12c0 3.31 2.69 6 6 6 2.21 0 4.15-1.2 5.18-2.99l7.6 7.6zM8.99 11.82c.01.06.01.12.01.18 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.06 0 .12 0 .18.01l1.81 1.81z"})
"VpnKeyOff"))
================================================
FILE: src/icons/reagent_mui/icons/vpn_key_off_outlined.cljs
================================================
(ns reagent-mui.icons.vpn-key-off-outlined
"Imports @mui/icons-material/VpnKeyOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vpn-key-off-outlined (create-svg-icon (e "path" #js {"d" "M2.81 2.81 1.39 4.22l2.59 2.59C2.2 7.85 1 9.79 1 12c0 3.31 2.69 6 6 6 2.22 0 4.15-1.21 5.19-3l7.59 7.61 1.41-1.41L2.81 2.81zM7 16c-2.21 0-4-1.79-4-4 0-1.67 1.02-3.1 2.47-3.7l1.71 1.71C7.12 10 7.06 10 7 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.06 0-.12-.01-.18l1.74 1.74C10.22 14.48 9.14 16 7 16zm10-1.83V13h-1.17L17 14.17zM13.83 11H21v2h-2v3l2 2v-3h2V9H11.83l2 2z"})
"VpnKeyOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/vpn_key_off_rounded.cljs
================================================
(ns reagent-mui.icons.vpn-key-off-rounded
"Imports @mui/icons-material/VpnKeyOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vpn-key-off-rounded (create-svg-icon (e "path" #js {"d" "M3.98 6.81C2.2 7.85 1 9.79 1 12c0 3.31 2.69 6 6 6 2.21 0 4.15-1.2 5.18-2.99l6.89 6.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l1.88 1.89zm5.01 5.01c.01.06.01.12.01.18 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.06 0 .12 0 .18.01l1.81 1.81zm11.33 5.68c.42-.37.68-.91.68-1.5v-2c1.1 0 2-.9 2-2s-.9-2-2-2h-8.17l7.49 7.5"})
"VpnKeyOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/vpn_key_off_sharp.cljs
================================================
(ns reagent-mui.icons.vpn-key-off-sharp
"Imports @mui/icons-material/VpnKeyOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vpn-key-off-sharp (create-svg-icon (e "path" #js {"d" "M20.83 18H21v-4h2v-4H12.83l8 8zm-1.05 4.61 1.41-1.41L2.81 2.81 1.39 4.22l2.59 2.59C2.2 7.85 1 9.79 1 12c0 3.31 2.69 6 6 6 2.21 0 4.15-1.2 5.18-2.99l7.6 7.6zM8.99 11.82c.01.06.01.12.01.18 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.06 0 .12 0 .18.01l1.81 1.81z"})
"VpnKeyOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/vpn_key_off_two_tone.cljs
================================================
(ns reagent-mui.icons.vpn-key-off-two-tone
"Imports @mui/icons-material/VpnKeyOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vpn-key-off-two-tone (create-svg-icon [(e "path" #js {"d" "M17 14.17V13h-1.17l-2-2H21v2h-2v3l-2-1.83zM7 16c-2.21 0-4-1.79-4-4 0-1.67 1.02-3.1 2.47-3.7l1.71 1.71C7.12 10 7.06 10 7 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.06 0-.12-.01-.18l1.74 1.74C10.22 14.48 9.14 16 7 16z", "opacity" ".3"}) (e "path" #js {"d" "M2.81 2.81 1.39 4.22l2.59 2.59C2.2 7.85 1 9.79 1 12c0 3.31 2.69 6 6 6 2.22 0 4.15-1.21 5.19-3l7.59 7.61 1.41-1.41L2.81 2.81zM7 16c-2.21 0-4-1.79-4-4 0-1.67 1.02-3.1 2.47-3.7l1.71 1.71C7.12 10 7.06 10 7 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.06 0-.12-.01-.18l1.74 1.74C10.22 14.48 9.14 16 7 16zm10-1.83V13h-1.17L17 14.17zM13.83 11H21v2h-2v3l2 2v-3h2V9H11.83l2 2z"})]
"VpnKeyOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/vpn_key_outlined.cljs
================================================
(ns reagent-mui.icons.vpn-key-outlined
"Imports @mui/icons-material/VpnKeyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vpn-key-outlined (create-svg-icon (e "path" #js {"d" "M22 19h-6v-4h-2.68c-1.14 2.42-3.6 4-6.32 4-3.86 0-7-3.14-7-7s3.14-7 7-7c2.72 0 5.17 1.58 6.32 4H24v6h-2v4zm-4-2h2v-4h2v-2H11.94l-.23-.67C11.01 8.34 9.11 7 7 7c-2.76 0-5 2.24-5 5s2.24 5 5 5c2.11 0 4.01-1.34 4.71-3.33l.23-.67H18v4zM7 15c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"})
"VpnKeyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/vpn_key_rounded.cljs
================================================
(ns reagent-mui.icons.vpn-key-rounded
"Imports @mui/icons-material/VpnKeyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vpn-key-rounded (create-svg-icon (e "path" #js {"d" "M12.65 10C11.7 7.31 8.9 5.5 5.77 6.12c-2.29.46-4.15 2.29-4.63 4.58C.32 14.57 3.26 18 7 18c2.61 0 4.83-1.67 5.65-4H17v2c0 1.1.9 2 2 2s2-.9 2-2v-2c1.1 0 2-.9 2-2s-.9-2-2-2h-8.35zM7 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"VpnKeyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/vpn_key_sharp.cljs
================================================
(ns reagent-mui.icons.vpn-key-sharp
"Imports @mui/icons-material/VpnKeySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vpn-key-sharp (create-svg-icon (e "path" #js {"d" "M12.65 10C11.83 7.67 9.61 6 7 6c-3.31 0-6 2.69-6 6s2.69 6 6 6c2.61 0 4.83-1.67 5.65-4H17v4h4v-4h2v-4H12.65zM7 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})
"VpnKeySharp"))
================================================
FILE: src/icons/reagent_mui/icons/vpn_key_two_tone.cljs
================================================
(ns reagent-mui.icons.vpn-key-two-tone
"Imports @mui/icons-material/VpnKeyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vpn-key-two-tone (create-svg-icon [(e "path" #js {"d" "M11.71 10.33C11.01 8.34 9.11 7 7 7c-2.76 0-5 2.24-5 5s2.24 5 5 5c2.11 0 4.01-1.34 4.71-3.33l.23-.67H18v4h2v-4h2v-2H11.94l-.23-.67zM7 15c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z", "opacity" ".3"}) (e "path" #js {"d" "M7 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c2.72 0 5.17-1.58 6.32-4H16v4h6v-4h2V9H13.32C12.17 6.58 9.72 5 7 5zm15 8h-2v4h-2v-4h-6.06l-.23.67C11.01 15.66 9.11 17 7 17c-2.76 0-5-2.24-5-5s2.24-5 5-5c2.11 0 4.01 1.34 4.71 3.33l.23.67H22v2zM7 9c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})]
"VpnKeyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/vpn_lock.cljs
================================================
(ns reagent-mui.icons.vpn-lock
"Imports @mui/icons-material/VpnLock as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vpn-lock (create-svg-icon (e "path" #js {"d" "M22 4v-.5C22 2.12 20.88 1 19.5 1S17 2.12 17 3.5V4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-.8 0h-3.4v-.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V4zm-2.28 8c.04.33.08.66.08 1 0 2.08-.8 3.97-2.1 5.39-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H7v-2h2c.55 0 1-.45 1-1V8h2c1.1 0 2-.9 2-2V3.46c-.95-.3-1.95-.46-3-.46C5.48 3 1 7.48 1 13s4.48 10 10 10 10-4.48 10-10c0-.34-.02-.67-.05-1h-2.03zM10 20.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L8 16v1c0 1.1.9 2 2 2v1.93z"})
"VpnLock"))
================================================
FILE: src/icons/reagent_mui/icons/vpn_lock_outlined.cljs
================================================
(ns reagent-mui.icons.vpn-lock-outlined
"Imports @mui/icons-material/VpnLockOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vpn-lock-outlined (create-svg-icon (e "path" #js {"d" "M18.92 12c.04.33.08.66.08 1 0 2.08-.8 3.97-2.1 5.39-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H7v-2h2c.55 0 1-.45 1-1V8h2c1.1 0 2-.9 2-2V3.46c-.95-.3-1.95-.46-3-.46C5.48 3 1 7.48 1 13s4.48 10 10 10 10-4.48 10-10c0-.34-.02-.67-.05-1h-2.03zM10 20.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L8 16v1c0 1.1.9 2 2 2v1.93zM22 4v-.5C22 2.12 20.88 1 19.5 1S17 2.12 17 3.5V4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-1 0h-3v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V4z"})
"VpnLockOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/vpn_lock_rounded.cljs
================================================
(ns reagent-mui.icons.vpn-lock-rounded
"Imports @mui/icons-material/VpnLockRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vpn-lock-rounded (create-svg-icon (e "path" #js {"d" "M19.92 11c.44 3.63-1.52 5.85-2.02 6.39-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2V2.46c-.95-.3-1.95-.46-3-.46C6.48 2 2 6.48 2 12s4.48 10 10 10c5.73 0 10.51-4.86 9.95-11h-2.03zM11 19.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zM22 4v-.89c0-1-.68-1.92-1.66-2.08C19.08.82 18 1.79 18 3v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-1 0h-2V3c0-.55.45-1 1-1s1 .45 1 1v1z"})
"VpnLockRounded"))
================================================
FILE: src/icons/reagent_mui/icons/vpn_lock_sharp.cljs
================================================
(ns reagent-mui.icons.vpn-lock-sharp
"Imports @mui/icons-material/VpnLockSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vpn-lock-sharp (create-svg-icon (e "path" #js {"d" "M19 13c0 2.08-.8 3.97-2.1 5.39V17H14v-4H7v-2h3V8h4V3.46c-.95-.3-1.95-.46-3-.46C5.48 3 1 7.48 1 13s4.48 10 10 10 10-4.48 10-10c0-.34-.02-.67-.05-1h-2.03c.04.33.08.66.08 1zm-9 7.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L8 16v3h2v1.93zM22 4v-.36c0-1.31-.94-2.5-2.24-2.63C18.26.86 17 2.03 17 3.5V4h-1v6h7V4h-1zm-1 0h-3v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V4z"})
"VpnLockSharp"))
================================================
FILE: src/icons/reagent_mui/icons/vpn_lock_two_tone.cljs
================================================
(ns reagent-mui.icons.vpn-lock-two-tone
"Imports @mui/icons-material/VpnLockTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vpn-lock-two-tone (create-svg-icon [(e "path" #js {"d" "M12 8h-2v2c0 .55-.45 1-1 1H7v2h6c.55 0 1 .45 1 1v3h1c.9 0 1.64.58 1.9 1.39C18.2 16.97 19 15.08 19 13c0-.34-.04-.67-.08-1H17c-1.65 0-3-1.35-3-3V6c0 1.1-.9 2-2 2zm-4 9v-1l-4.79-4.79C3.08 11.79 3 12.38 3 13c0 4.08 3.05 7.44 7 7.93V19c-1.1 0-2-.9-2-2z", "opacity" ".3"}) (e "path" #js {"d" "M18.92 12c.04.33.08.66.08 1 0 2.08-.8 3.97-2.1 5.39-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H7v-2h2c.55 0 1-.45 1-1V8h2c1.1 0 2-.9 2-2V3.46c-.95-.3-1.95-.46-3-.46C5.48 3 1 7.48 1 13s4.48 10 10 10 10-4.48 10-10c0-.34-.02-.67-.05-1h-2.03zM10 20.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L8 16v1c0 1.1.9 2 2 2v1.93zM22 4v-.5C22 2.12 20.88 1 19.5 1S17 2.12 17 3.5V4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-1 0h-3v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V4z"})]
"VpnLockTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/vrpano.cljs
================================================
(ns reagent-mui.icons.vrpano
"Imports @mui/icons-material/Vrpano as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vrpano (create-svg-icon (e "path" #js {"d" "M20.69 4.05C18.66 4.73 15.86 5.5 12 5.5c-3.89 0-6.95-.84-8.69-1.43-.64-.22-1.31.26-1.31.95V19c0 .68.66 1.17 1.31.95C5.36 19.26 8.1 18.5 12 18.5c3.87 0 6.66.76 8.69 1.45.65.21 1.31-.27 1.31-.95V5c0-.68-.66-1.16-1.31-.95zM12 15c-2.34 0-4.52.15-6.52.41l3.69-4.42 2 2.4L14 10l4.51 5.4c-1.99-.25-4.21-.4-6.51-.4z"})
"Vrpano"))
================================================
FILE: src/icons/reagent_mui/icons/vrpano_outlined.cljs
================================================
(ns reagent-mui.icons.vrpano-outlined
"Imports @mui/icons-material/VrpanoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vrpano-outlined (create-svg-icon [(e "path" #js {"d" "M21.01 4C20.45 4 17.4 5.5 12 5.5c-5.31 0-8.49-1.49-9.01-1.49-.53 0-.99.44-.99 1.01V19c0 .57.46 1 .99 1 .57 0 3.55-1.5 9.01-1.5 5.42 0 8.44 1.5 9.01 1.5.53 0 .99-.43.99-1V5c0-.57-.46-1-.99-1zM20 17.63c-2.01-.59-4.62-1.13-8-1.13-3.39 0-5.99.54-8 1.13V6.38c2.58.73 5.32 1.12 8 1.12 3.38 0 5.99-.54 8-1.13v11.26z"}) (e "path" #js {"d" "m9.17 10.99-3.69 4.42c2-.26 4.18-.41 6.52-.41 2.3 0 4.52.15 6.51.4L14 10l-2.83 3.39-2-2.4z"})]
"VrpanoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/vrpano_rounded.cljs
================================================
(ns reagent-mui.icons.vrpano-rounded
"Imports @mui/icons-material/VrpanoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vrpano-rounded (create-svg-icon (e "path" #js {"d" "M20.69 4.05C18.66 4.73 15.86 5.5 12 5.5c-3.89 0-6.95-.84-8.69-1.43-.64-.22-1.31.26-1.31.95V19c0 .68.66 1.17 1.31.95C5.36 19.26 8.1 18.5 12 18.5c3.87 0 6.66.76 8.69 1.45.65.21 1.31-.27 1.31-.95V5c0-.68-.66-1.16-1.31-.95zm-3.41 11.21C15.62 15.1 13.84 15 12 15c-1.87 0-3.63.1-5.28.27-.45.04-.72-.48-.43-.82l2.5-3c.2-.24.57-.24.77 0l1.62 1.94 2.44-2.93c.2-.24.57-.24.77 0l3.32 3.99c.28.34.01.86-.43.81z"})
"VrpanoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/vrpano_sharp.cljs
================================================
(ns reagent-mui.icons.vrpano-sharp
"Imports @mui/icons-material/VrpanoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vrpano-sharp (create-svg-icon (e "path" #js {"d" "M12 5.5c-5.25 0-9.01-1.54-10-1.92V20.4c2.16-.76 5.21-1.9 10-1.9 4.78 0 7.91 1.17 10 1.9V3.6c-2.09.73-5.23 1.9-10 1.9zm0 9.5c-2.34 0-4.52.15-6.52.41l3.69-4.42 2 2.4L14 10l4.51 5.4c-1.99-.25-4.21-.4-6.51-.4z"})
"VrpanoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/vrpano_two_tone.cljs
================================================
(ns reagent-mui.icons.vrpano-two-tone
"Imports @mui/icons-material/VrpanoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def vrpano-two-tone (create-svg-icon [(e "path" #js {"d" "M4 6.38v11.25c2.01-.59 4.61-1.13 8-1.13 3.38 0 5.99.54 8 1.13V6.37c-2.01.59-4.62 1.13-8 1.13-2.68 0-5.42-.39-8-1.12zm14.51 9.02c-1.99-.25-4.21-.4-6.51-.4-2.34 0-4.52.15-6.52.41l3.69-4.42 2 2.4L14 10l4.51 5.4z", "opacity" ".3"}) (e "path" #js {"d" "M21.01 4C20.45 4 17.4 5.5 12 5.5c-5.31 0-8.49-1.49-9.01-1.49-.53 0-.99.44-.99 1.01V19c0 .57.46 1 .99 1 .57 0 3.55-1.5 9.01-1.5 5.42 0 8.44 1.5 9.01 1.5.53 0 .99-.43.99-1V5c0-.57-.46-1-.99-1zM20 17.63c-2.01-.59-4.62-1.13-8-1.13-3.39 0-5.99.54-8 1.13V6.38c2.58.73 5.32 1.12 8 1.12 3.38 0 5.99-.54 8-1.13v11.26z"}) (e "path" #js {"d" "m9.17 10.99-3.69 4.42c2-.26 4.18-.41 6.52-.41 2.3 0 4.52.15 6.51.4L14 10l-2.83 3.39-2-2.4z"})]
"VrpanoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wallet.cljs
================================================
(ns reagent-mui.icons.wallet
"Imports @mui/icons-material/Wallet as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wallet (create-svg-icon (e "path" #js {"d" "M18 4H6C3.79 4 2 5.79 2 8v8c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm-1.86 9.77c-.24.2-.57.28-.88.2L4.15 11.25C4.45 10.52 5.16 10 6 10h12c.67 0 1.26.34 1.63.84l-3.49 2.93zM6 6h12c1.1 0 2 .9 2 2v.55c-.59-.34-1.27-.55-2-.55H6c-.73 0-1.41.21-2 .55V8c0-1.1.9-2 2-2z"})
"Wallet"))
================================================
FILE: src/icons/reagent_mui/icons/wallet_outlined.cljs
================================================
(ns reagent-mui.icons.wallet-outlined
"Imports @mui/icons-material/WalletOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wallet-outlined (create-svg-icon (e "path" #js {"d" "M18 4H6C3.79 4 2 5.79 2 8v8c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm-1.86 9.77c-.24.2-.57.28-.88.2L4.15 11.25C4.45 10.52 5.16 10 6 10h12c.67 0 1.26.34 1.63.84l-3.49 2.93zM6 6h12c1.1 0 2 .9 2 2v.55c-.59-.34-1.27-.55-2-.55H6c-.73 0-1.41.21-2 .55V8c0-1.1.9-2 2-2z"})
"WalletOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wallet_rounded.cljs
================================================
(ns reagent-mui.icons.wallet-rounded
"Imports @mui/icons-material/WalletRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wallet-rounded (create-svg-icon (e "path" #js {"d" "M18 4H6C3.79 4 2 5.79 2 8v8c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm-1.86 9.77c-.24.2-.57.28-.88.2L4.15 11.25C4.45 10.52 5.16 10 6 10h12c.67 0 1.26.34 1.63.84l-3.49 2.93zM6 6h12c1.1 0 2 .9 2 2v.55c-.59-.34-1.27-.55-2-.55H6c-.73 0-1.41.21-2 .55V8c0-1.1.9-2 2-2z"})
"WalletRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wallet_sharp.cljs
================================================
(ns reagent-mui.icons.wallet-sharp
"Imports @mui/icons-material/WalletSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wallet-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zm-6.25 10.09L4 11.22V10h16v.53l-4.25 3.56zM4 6h16v2H4V6z"})
"WalletSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wallet_two_tone.cljs
================================================
(ns reagent-mui.icons.wallet-two-tone
"Imports @mui/icons-material/WalletTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wallet-two-tone (create-svg-icon [(e "path" #js {"d" "M18 10H6c-.84 0-1.55.52-1.85 1.25l11.11 2.72c.31.08.64 0 .88-.2l3.49-2.92c-.37-.51-.96-.85-1.63-.85zm0-4H6c-1.1 0-2 .9-2 2v.55C4.59 8.21 5.27 8 6 8h12c.73 0 1.41.21 2 .55V8c0-1.1-.9-2-2-2z", "opacity" ".3"}) (e "path" #js {"d" "M18 4H6C3.79 4 2 5.79 2 8v8c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm-1.86 9.77c-.24.2-.57.28-.88.2L4.15 11.25C4.45 10.52 5.16 10 6 10h12c.67 0 1.26.34 1.63.84l-3.49 2.93zM20 8.55c-.59-.34-1.27-.55-2-.55H6c-.73 0-1.41.21-2 .55V8c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v.55z"})]
"WalletTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wallpaper.cljs
================================================
(ns reagent-mui.icons.wallpaper
"Imports @mui/icons-material/Wallpaper as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wallpaper (create-svg-icon (e "path" #js {"d" "M4 4h7V2H4c-1.1 0-2 .9-2 2v7h2V4zm6 9-4 5h12l-3-4-2.03 2.71L10 13zm7-4.5c0-.83-.67-1.5-1.5-1.5S14 7.67 14 8.5s.67 1.5 1.5 1.5S17 9.33 17 8.5zM20 2h-7v2h7v7h2V4c0-1.1-.9-2-2-2zm0 18h-7v2h7c1.1 0 2-.9 2-2v-7h-2v7zM4 13H2v7c0 1.1.9 2 2 2h7v-2H4v-7z"})
"Wallpaper"))
================================================
FILE: src/icons/reagent_mui/icons/wallpaper_outlined.cljs
================================================
(ns reagent-mui.icons.wallpaper-outlined
"Imports @mui/icons-material/WallpaperOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wallpaper-outlined (create-svg-icon (e "path" #js {"d" "M4 4h7V2H4c-1.1 0-2 .9-2 2v7h2V4zm6 9-4 5h12l-3-4-2.03 2.71L10 13zm7-4.5c0-.83-.67-1.5-1.5-1.5S14 7.67 14 8.5s.67 1.5 1.5 1.5S17 9.33 17 8.5zM20 2h-7v2h7v7h2V4c0-1.1-.9-2-2-2zm0 18h-7v2h7c1.1 0 2-.9 2-2v-7h-2v7zM4 13H2v7c0 1.1.9 2 2 2h7v-2H4v-7z"})
"WallpaperOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wallpaper_rounded.cljs
================================================
(ns reagent-mui.icons.wallpaper-rounded
"Imports @mui/icons-material/WallpaperRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wallpaper-rounded (create-svg-icon (e "path" #js {"d" "M4 5c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H4c-1.1 0-2 .9-2 2v6c0 .55.45 1 1 1s1-.45 1-1V5zm5.61 8.49-2.96 3.7c-.26.33-.03.81.39.81H17c.41 0 .65-.47.4-.8l-2-2.67c-.2-.27-.6-.27-.8 0l-1.63 2.18-2.58-3.22c-.2-.25-.58-.25-.78 0zM17 8.5c0-.83-.67-1.5-1.5-1.5S14 7.67 14 8.5s.67 1.5 1.5 1.5S17 9.33 17 8.5zM20 2h-6c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1 .45 1 1v5c0 .55.45 1 1 1s1-.45 1-1V4c0-1.1-.9-2-2-2zm0 17c0 .55-.45 1-1 1h-5c-.55 0-1 .45-1 1s.45 1 1 1h6c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5zM3 13c-.55 0-1 .45-1 1v6c0 1.1.9 2 2 2h6c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1v-5c0-.55-.45-1-1-1z"})
"WallpaperRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wallpaper_sharp.cljs
================================================
(ns reagent-mui.icons.wallpaper-sharp
"Imports @mui/icons-material/WallpaperSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wallpaper-sharp (create-svg-icon (e "path" #js {"d" "M4 4h7V2H2v9h2V4zm6 9-4 5h12l-3-4-2.03 2.71L10 13zm7-4.5c0-.83-.67-1.5-1.5-1.5S14 7.67 14 8.5s.67 1.5 1.5 1.5S17 9.33 17 8.5zM22 2h-9v2h7v7h2V2zm-2 18h-7v2h9v-9h-2v7zM4 13H2v9h9v-2H4v-7z"})
"WallpaperSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wallpaper_two_tone.cljs
================================================
(ns reagent-mui.icons.wallpaper-two-tone
"Imports @mui/icons-material/WallpaperTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wallpaper-two-tone (create-svg-icon (e "path" #js {"d" "M4 4h7V2H4c-1.1 0-2 .9-2 2v7h2V4zm6 9-4 5h12l-3-4-2.03 2.71L10 13zm7-4.5c0-.83-.67-1.5-1.5-1.5S14 7.67 14 8.5s.67 1.5 1.5 1.5S17 9.33 17 8.5zM20 2h-7v2h7v7h2V4c0-1.1-.9-2-2-2zm0 18h-7v2h7c1.1 0 2-.9 2-2v-7h-2v7zM4 13H2v7c0 1.1.9 2 2 2h7v-2H4v-7z"})
"WallpaperTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/warehouse.cljs
================================================
(ns reagent-mui.icons.warehouse
"Imports @mui/icons-material/Warehouse as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def warehouse (create-svg-icon (e "path" #js {"d" "M22 21V7L12 3 2 7v14h5v-9h10v9h5zm-11-2H9v2h2v-2zm2-3h-2v2h2v-2zm2 3h-2v2h2v-2z"})
"Warehouse"))
================================================
FILE: src/icons/reagent_mui/icons/warehouse_outlined.cljs
================================================
(ns reagent-mui.icons.warehouse-outlined
"Imports @mui/icons-material/WarehouseOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def warehouse-outlined (create-svg-icon (e "path" #js {"d" "M20 8.35V19h-2v-8H6v8H4V8.35l8-3.2 8 3.2zM22 21V7L12 3 2 7v14h6v-8h8v8h6zm-11-2H9v2h2v-2zm2-3h-2v2h2v-2zm2 3h-2v2h2v-2z"})
"WarehouseOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/warehouse_rounded.cljs
================================================
(ns reagent-mui.icons.warehouse-rounded
"Imports @mui/icons-material/WarehouseRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def warehouse-rounded (create-svg-icon (e "path" #js {"d" "M22 19V8.35c0-.82-.5-1.55-1.26-1.86l-8-3.2c-.48-.19-1.01-.19-1.49 0l-8 3.2C2.5 6.8 2 7.54 2 8.35V19c0 1.1.9 2 2 2h3v-9h10v9h3c1.1 0 2-.9 2-2zm-11 0H9v2h2v-2zm2-3h-2v2h2v-2zm2 3h-2v2h2v-2z"})
"WarehouseRounded"))
================================================
FILE: src/icons/reagent_mui/icons/warehouse_sharp.cljs
================================================
(ns reagent-mui.icons.warehouse-sharp
"Imports @mui/icons-material/WarehouseSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def warehouse-sharp (create-svg-icon (e "path" #js {"d" "M22 21V7L12 3 2 7v14h5v-9h10v9h5zm-11-2H9v2h2v-2zm2-3h-2v2h2v-2zm2 3h-2v2h2v-2z"})
"WarehouseSharp"))
================================================
FILE: src/icons/reagent_mui/icons/warehouse_two_tone.cljs
================================================
(ns reagent-mui.icons.warehouse-two-tone
"Imports @mui/icons-material/WarehouseTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def warehouse-two-tone (create-svg-icon (e "path" #js {"d" "M20 8.35V19h-2v-8H6v8H4V8.35l8-3.2 8 3.2zM22 21V7L12 3 2 7v14h6v-8h8v8h6zm-11-2H9v2h2v-2zm2-3h-2v2h2v-2zm2 3h-2v2h2v-2z"})
"WarehouseTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/warning.cljs
================================================
(ns reagent-mui.icons.warning
"Imports @mui/icons-material/Warning as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def warning (create-svg-icon (e "path" #js {"d" "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"})
"Warning"))
================================================
FILE: src/icons/reagent_mui/icons/warning_amber.cljs
================================================
(ns reagent-mui.icons.warning-amber
"Imports @mui/icons-material/WarningAmber as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def warning-amber (create-svg-icon [(e "path" #js {"d" "M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2z"}) (e "path" #js {"d" "M13 16h-2v2h2zm0-6h-2v5h2z"})]
"WarningAmber"))
================================================
FILE: src/icons/reagent_mui/icons/warning_amber_outlined.cljs
================================================
(ns reagent-mui.icons.warning-amber-outlined
"Imports @mui/icons-material/WarningAmberOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def warning-amber-outlined (create-svg-icon (e "path" #js {"d" "M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"})
"WarningAmberOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/warning_amber_rounded.cljs
================================================
(ns reagent-mui.icons.warning-amber-rounded
"Imports @mui/icons-material/WarningAmberRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def warning-amber-rounded (create-svg-icon (e "path" #js {"d" "M12 5.99 19.53 19H4.47L12 5.99M2.74 18c-.77 1.33.19 3 1.73 3h15.06c1.54 0 2.5-1.67 1.73-3L13.73 4.99c-.77-1.33-2.69-1.33-3.46 0L2.74 18zM11 11v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zm0 5h2v2h-2z"})
"WarningAmberRounded"))
================================================
FILE: src/icons/reagent_mui/icons/warning_amber_sharp.cljs
================================================
(ns reagent-mui.icons.warning-amber-sharp
"Imports @mui/icons-material/WarningAmberSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def warning-amber-sharp (create-svg-icon (e "path" #js {"d" "M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"})
"WarningAmberSharp"))
================================================
FILE: src/icons/reagent_mui/icons/warning_amber_two_tone.cljs
================================================
(ns reagent-mui.icons.warning-amber-two-tone
"Imports @mui/icons-material/WarningAmberTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def warning-amber-two-tone (create-svg-icon (e "path" #js {"d" "M1 21h22L12 2 1 21zm3.47-2L12 5.99 19.53 19H4.47zM11 16h2v2h-2zm0-6h2v4h-2z"})
"WarningAmberTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/warning_outlined.cljs
================================================
(ns reagent-mui.icons.warning-outlined
"Imports @mui/icons-material/WarningOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def warning-outlined (create-svg-icon (e "path" #js {"d" "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"})
"WarningOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/warning_rounded.cljs
================================================
(ns reagent-mui.icons.warning-rounded
"Imports @mui/icons-material/WarningRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def warning-rounded (create-svg-icon (e "path" #js {"d" "M4.47 21h15.06c1.54 0 2.5-1.67 1.73-3L13.73 4.99c-.77-1.33-2.69-1.33-3.46 0L2.74 18c-.77 1.33.19 3 1.73 3zM12 14c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1zm1 4h-2v-2h2v2z"})
"WarningRounded"))
================================================
FILE: src/icons/reagent_mui/icons/warning_sharp.cljs
================================================
(ns reagent-mui.icons.warning-sharp
"Imports @mui/icons-material/WarningSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def warning-sharp (create-svg-icon (e "path" #js {"d" "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"})
"WarningSharp"))
================================================
FILE: src/icons/reagent_mui/icons/warning_two_tone.cljs
================================================
(ns reagent-mui.icons.warning-two-tone
"Imports @mui/icons-material/WarningTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def warning-two-tone (create-svg-icon [(e "path" #js {"d" "M4.47 19h15.06L12 5.99 4.47 19zM13 18h-2v-2h2v2zm0-4h-2v-4h2v4z", "opacity" ".3"}) (e "path" #js {"d" "M1 21h22L12 2 1 21zm3.47-2L12 5.99 19.53 19H4.47zM11 16h2v2h-2zm0-6h2v4h-2z"})]
"WarningTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wash.cljs
================================================
(ns reagent-mui.icons.wash
"Imports @mui/icons-material/Wash as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wash (create-svg-icon (e "path" #js {"d" "M18.5 8C19.88 8 21 6.88 21 5.5 21 3.83 18.5 1 18.5 1S16 3.83 16 5.5C16 6.88 17.12 8 18.5 8zm-5 1c.83 0 1.5-.67 1.5-1.5 0-.84-1.5-2.5-1.5-2.5S12 6.66 12 7.5c0 .83.67 1.5 1.5 1.5zM9.12 5l-7.18 6.79c-.6.56-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.75c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h7.75c.69 0 1.25-.56 1.25-1.25S20.44 17 19.75 17H12v-1h8.75c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h6.75c.69 0 1.25-.56 1.25-1.25S19.44 10 18.75 10H8.86c.64-1.11 1.48-2.58 1.49-2.61.09-.16.14-.33.14-.53 0-.26-.09-.5-.26-.7C10.22 6.12 9.12 5 9.12 5z"})
"Wash"))
================================================
FILE: src/icons/reagent_mui/icons/wash_outlined.cljs
================================================
(ns reagent-mui.icons.wash-outlined
"Imports @mui/icons-material/WashOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wash-outlined (create-svg-icon (e "path" #js {"d" "M20.75 16c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h6.75c.69 0 1.25-.56 1.25-1.25 0-.67-.53-1.2-1.18-1.24L8.87 10l1.48-2.6c.09-.17.14-.34.14-.54 0-.26-.09-.5-.26-.7L9.12 5l-7.18 6.8c-.6.56-.94 1.35-.94 2.17V20c0 1.66 1.34 3 3 3h13.75c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h7.75c.69 0 1.25-.56 1.25-1.25S20.44 17 19.75 17H12v-1h8.75zM10 21H4c-.55 0-1-.45-1-1v-6c0-.39.23-.64.36-.75L7 9.87V12h3v9zm3.5-12c.83 0 1.5-.67 1.5-1.5 0-.84-1.5-2.5-1.5-2.5S12 6.66 12 7.5c0 .83.67 1.5 1.5 1.5zm5-8S16 3.83 16 5.5C16 6.88 17.12 8 18.5 8S21 6.88 21 5.5C21 3.83 18.5 1 18.5 1zm0 5.5c-.55 0-1-.45-1-1 0-.4.43-1.22 1-2.05.57.83 1 1.65 1 2.05 0 .55-.45 1-1 1z"})
"WashOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wash_rounded.cljs
================================================
(ns reagent-mui.icons.wash-rounded
"Imports @mui/icons-material/WashRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wash-rounded (create-svg-icon (e "path" #js {"d" "M1.94 11.79c-.6.56-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.68c.65 0 1.25-.47 1.32-1.12.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h7.18c.65 0 1.25-.47 1.32-1.12.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h8.18c.65 0 1.25-.47 1.32-1.12.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h6.18c.65 0 1.25-.47 1.32-1.12.08-.75-.51-1.38-1.24-1.38h-9.9l1.49-2.61c.09-.16.14-.33.14-.53 0-.26-.09-.5-.26-.7l-.42-.45c-.38-.39-1.01-.41-1.41-.03l-6.46 6.11zM18.5 8C19.88 8 21 6.88 21 5.5c0-1.25-1.41-3.16-2.11-4.04a.489.489 0 0 0-.77 0C17.41 2.34 16 4.25 16 5.5 16 6.88 17.12 8 18.5 8zm-5 1c.83 0 1.5-.67 1.5-1.5 0-.56-.67-1.49-1.11-2.04-.2-.25-.58-.25-.77 0C12.67 6.01 12 6.94 12 7.5c0 .83.67 1.5 1.5 1.5z"})
"WashRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wash_sharp.cljs
================================================
(ns reagent-mui.icons.wash-sharp
"Imports @mui/icons-material/WashSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wash-sharp (create-svg-icon (e "path" #js {"d" "M9.12 5 1 12.68V23h18v-2.5h-7v-1h9V17h-9v-1h10v-2.5H12v-1h8V10H8.86l1.88-3.3L9.12 5zm4.38 4c.83 0 1.5-.67 1.5-1.5 0-.84-1.5-2.5-1.5-2.5S12 6.66 12 7.5c0 .83.67 1.5 1.5 1.5zm5-8S16 3.83 16 5.5C16 6.88 17.12 8 18.5 8S21 6.88 21 5.5C21 3.83 18.5 1 18.5 1z"})
"WashSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wash_two_tone.cljs
================================================
(ns reagent-mui.icons.wash-two-tone
"Imports @mui/icons-material/WashTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wash-two-tone (create-svg-icon [(e "path" #js {"d" "M10 21H4c-.55 0-1-.45-1-1v-6c0-.39.23-.64.36-.75L7 9.87V12h3v9zm8.5-14.5c-.55 0-1-.45-1-1 0-.4.43-1.22 1-2.05.57.83 1 1.65 1 2.05 0 .55-.45 1-1 1z", "opacity" ".3"}) (e "path" #js {"d" "M20.75 16c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h6.75c.69 0 1.25-.56 1.25-1.25 0-.67-.53-1.2-1.18-1.24L8.87 10l1.48-2.6c.09-.17.14-.34.14-.54 0-.26-.09-.5-.26-.7L9.12 5l-7.18 6.8c-.6.56-.94 1.35-.94 2.17V20c0 1.66 1.34 3 3 3h13.75c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25H12v-1h7.75c.69 0 1.25-.56 1.25-1.25S20.44 17 19.75 17H12v-1h8.75zM10 21H4c-.55 0-1-.45-1-1v-6c0-.39.23-.64.36-.75L7 9.87V12h3v9zm3.5-12c.83 0 1.5-.67 1.5-1.5 0-.84-1.5-2.5-1.5-2.5S12 6.66 12 7.5c0 .83.67 1.5 1.5 1.5zm5-8S16 3.83 16 5.5C16 6.88 17.12 8 18.5 8S21 6.88 21 5.5C21 3.83 18.5 1 18.5 1zm0 5.5c-.55 0-1-.45-1-1 0-.4.43-1.22 1-2.05.57.83 1 1.65 1 2.05 0 .55-.45 1-1 1z"})]
"WashTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/watch.cljs
================================================
(ns reagent-mui.icons.watch
"Imports @mui/icons-material/Watch as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def watch (create-svg-icon (e "path" #js {"d" "M20 12c0-2.54-1.19-4.81-3.04-6.27L16 0H8l-.95 5.73C5.19 7.19 4 9.45 4 12s1.19 4.81 3.05 6.27L8 24h8l.96-5.73C18.81 16.81 20 14.54 20 12zM6 12c0-3.31 2.69-6 6-6s6 2.69 6 6-2.69 6-6 6-6-2.69-6-6z"})
"Watch"))
================================================
FILE: src/icons/reagent_mui/icons/watch_later.cljs
================================================
(ns reagent-mui.icons.watch-later
"Imports @mui/icons-material/WatchLater as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def watch-later (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"})
"WatchLater"))
================================================
FILE: src/icons/reagent_mui/icons/watch_later_outlined.cljs
================================================
(ns reagent-mui.icons.watch-later-outlined
"Imports @mui/icons-material/WatchLaterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def watch-later-outlined (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.2 3.2.8-1.3-4.5-2.7V7z"})
"WatchLaterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/watch_later_rounded.cljs
================================================
(ns reagent-mui.icons.watch-later-rounded
"Imports @mui/icons-material/WatchLaterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def watch-later-rounded (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm3.55 13.8-4.08-2.51c-.3-.18-.48-.5-.48-.85V7.75c.01-.41.35-.75.76-.75s.75.34.75.75v4.45l3.84 2.31c.36.22.48.69.26 1.05-.22.35-.69.46-1.05.24z"})
"WatchLaterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/watch_later_sharp.cljs
================================================
(ns reagent-mui.icons.watch-later-sharp
"Imports @mui/icons-material/WatchLaterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def watch-later-sharp (create-svg-icon (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"})
"WatchLaterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/watch_later_two_tone.cljs
================================================
(ns reagent-mui.icons.watch-later-two-tone
"Imports @mui/icons-material/WatchLaterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def watch-later-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm4.2 12.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z", "opacity" ".3"}) (e "path" #js {"d" "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.2 3.2.8-1.3-4.5-2.7V7z"})]
"WatchLaterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/watch_off.cljs
================================================
(ns reagent-mui.icons.watch-off
"Imports @mui/icons-material/WatchOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def watch-off (create-svg-icon (e "path" #js {"d" "M12 7c2.76 0 5 2.24 5 5 0 .64-.13 1.25-.35 1.82l1.5 1.5c.54-.99.85-2.12.85-3.32 0-2.22-1.03-4.19-2.64-5.47L15 2H9l-.96 3.21 2.14 2.14C10.75 7.13 11.36 7 12 7zM2.81 2.81 1.39 4.22l4.46 4.46C5.31 9.67 5 10.8 5 12c0 2.22 1.03 4.19 2.64 5.47L9 22h6l.96-3.21 3.82 3.82 1.41-1.41L2.81 2.81zM12 17c-2.76 0-5-2.24-5-5 0-.64.13-1.25.35-1.82l6.47 6.47c-.57.22-1.18.35-1.82.35z"})
"WatchOff"))
================================================
FILE: src/icons/reagent_mui/icons/watch_off_outlined.cljs
================================================
(ns reagent-mui.icons.watch-off-outlined
"Imports @mui/icons-material/WatchOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def watch-off-outlined (create-svg-icon (e "path" #js {"d" "M12 7c2.76 0 5 2.24 5 5 0 .64-.13 1.25-.35 1.82l1.5 1.5c.54-.99.85-2.12.85-3.32 0-2.22-1.03-4.19-2.64-5.47L15 2H9l-.96 3.21 2.14 2.14C10.75 7.13 11.36 7 12 7zm-1.51-3h3.02l.38 1.27c-.55-.16-1.97-.51-3.78 0L10.49 4zM2.81 2.81 1.39 4.22l4.46 4.46C5.31 9.67 5 10.8 5 12c0 2.22 1.03 4.19 2.64 5.47L9 22h6l.96-3.21 3.82 3.82 1.41-1.41L2.81 2.81zM13.51 20h-3.02l-.38-1.27c.55.15 1.97.51 3.78 0L13.51 20zM12 17c-2.76 0-5-2.24-5-5 0-.64.13-1.25.35-1.82l6.47 6.47c-.57.22-1.18.35-1.82.35z"})
"WatchOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/watch_off_rounded.cljs
================================================
(ns reagent-mui.icons.watch-off-rounded
"Imports @mui/icons-material/WatchOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def watch-off-rounded (create-svg-icon (e "path" #js {"d" "M12 7c2.76 0 5 2.24 5 5 0 .64-.13 1.25-.35 1.82l1.5 1.5c.54-.99.85-2.12.85-3.32 0-2.22-1.03-4.19-2.64-5.47l-.93-3.1C15.17 2.58 14.4 2 13.51 2h-3.02c-.89 0-1.66.58-1.92 1.42l-.53 1.79 2.14 2.14C10.75 7.13 11.36 7 12 7zM2.1 3.51c-.39.39-.39 1.02 0 1.41l3.75 3.75C5.31 9.67 5 10.8 5 12c0 2.22 1.03 4.19 2.64 5.47l.93 3.1c.26.85 1.03 1.43 1.92 1.43h3.02c.88 0 1.66-.58 1.92-1.43l.53-1.78 3.11 3.11c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51a.9959.9959 0 0 0-1.41 0zM12 17c-2.76 0-5-2.24-5-5 0-.64.13-1.25.35-1.82l6.47 6.47c-.57.22-1.18.35-1.82.35z"})
"WatchOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/watch_off_sharp.cljs
================================================
(ns reagent-mui.icons.watch-off-sharp
"Imports @mui/icons-material/WatchOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def watch-off-sharp (create-svg-icon (e "path" #js {"d" "M12 7c2.76 0 5 2.24 5 5 0 .64-.13 1.25-.35 1.82l1.5 1.5c.54-.99.85-2.12.85-3.32 0-2.22-1.03-4.19-2.64-5.47L15 2H9l-.96 3.21 2.14 2.14C10.75 7.13 11.36 7 12 7zM2.81 2.81 1.39 4.22l4.46 4.46C5.31 9.67 5 10.8 5 12c0 2.22 1.03 4.19 2.64 5.47L9 22h6l.96-3.21 3.82 3.82 1.41-1.41L2.81 2.81zM12 17c-2.76 0-5-2.24-5-5 0-.64.13-1.25.35-1.82l6.47 6.47c-.57.22-1.18.35-1.82.35z"})
"WatchOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/watch_off_two_tone.cljs
================================================
(ns reagent-mui.icons.watch-off-two-tone
"Imports @mui/icons-material/WatchOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def watch-off-two-tone (create-svg-icon [(e "path" #js {"d" "M13.89 5.27 13.51 4h-3.02l-.38 1.27c1.82-.51 3.23-.16 3.78 0zm-3.78 13.46.38 1.27h3.02l.38-1.27c-1.82.51-3.23.16-3.78 0z", "opacity" ".3"}) (e "path" #js {"d" "M12 7c2.76 0 5 2.24 5 5 0 .64-.13 1.25-.35 1.82l1.5 1.5c.54-.99.85-2.12.85-3.32 0-2.22-1.03-4.19-2.64-5.47L15 2H9l-.96 3.21 2.14 2.14C10.75 7.13 11.36 7 12 7zm-1.51-3h3.02l.38 1.27c-.55-.16-1.97-.51-3.78 0L10.49 4zM2.81 2.81 1.39 4.22l4.46 4.46C5.31 9.67 5 10.8 5 12c0 2.22 1.03 4.19 2.64 5.47L9 22h6l.96-3.21 3.82 3.82 1.41-1.41L2.81 2.81zM13.51 20h-3.02l-.38-1.27c.55.15 1.97.51 3.78 0L13.51 20zM12 17c-2.76 0-5-2.24-5-5 0-.64.13-1.25.35-1.82l6.47 6.47c-.57.22-1.18.35-1.82.35z"})]
"WatchOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/watch_outlined.cljs
================================================
(ns reagent-mui.icons.watch-outlined
"Imports @mui/icons-material/WatchOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def watch-outlined (create-svg-icon (e "path" #js {"d" "m14.31 2 .41 2.48C13.87 4.17 12.96 4 12 4c-.95 0-1.87.17-2.71.47L9.7 2h4.61m.41 17.52L14.31 22H9.7l-.41-2.47c.84.3 1.76.47 2.71.47.96 0 1.87-.17 2.72-.48M16 0H8l-.95 5.73C5.19 7.19 4 9.45 4 12s1.19 4.81 3.05 6.27L8 24h8l.96-5.73C18.81 16.81 20 14.54 20 12s-1.19-4.81-3.04-6.27L16 0zm-4 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})
"WatchOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/watch_rounded.cljs
================================================
(ns reagent-mui.icons.watch-rounded
"Imports @mui/icons-material/WatchRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def watch-rounded (create-svg-icon (e "path" #js {"d" "M20 12c0-2.54-1.19-4.81-3.04-6.27l-.68-4.06C16.12.71 15.28 0 14.31 0H9.7c-.98 0-1.82.71-1.98 1.67l-.67 4.06C5.19 7.19 4 9.45 4 12s1.19 4.81 3.05 6.27l.67 4.06c.16.96 1 1.67 1.98 1.67h4.61c.98 0 1.81-.71 1.97-1.67l.68-4.06C18.81 16.81 20 14.54 20 12zM6 12c0-3.31 2.69-6 6-6s6 2.69 6 6-2.69 6-6 6-6-2.69-6-6z"})
"WatchRounded"))
================================================
FILE: src/icons/reagent_mui/icons/watch_sharp.cljs
================================================
(ns reagent-mui.icons.watch-sharp
"Imports @mui/icons-material/WatchSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def watch-sharp (create-svg-icon (e "path" #js {"d" "M20 12c0-2.54-1.19-4.81-3.04-6.27L16 0H8l-.95 5.73C5.19 7.19 4 9.45 4 12s1.19 4.81 3.05 6.27L8 24h8l.96-5.73C18.81 16.81 20 14.54 20 12zM6 12c0-3.31 2.69-6 6-6s6 2.69 6 6-2.69 6-6 6-6-2.69-6-6z"})
"WatchSharp"))
================================================
FILE: src/icons/reagent_mui/icons/watch_two_tone.cljs
================================================
(ns reagent-mui.icons.watch-two-tone
"Imports @mui/icons-material/WatchTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def watch-two-tone (create-svg-icon [(e "path" #js {"d" "M14.72 4.48 14.31 2H9.7l-.41 2.47C10.13 4.17 11.05 4 12 4c.96 0 1.87.17 2.72.48zM9.29 19.53 9.7 22h4.61l.41-2.48c-.85.31-1.76.48-2.72.48-.95 0-1.87-.17-2.71-.47z", "opacity" ".3"}) (e "path" #js {"d" "M16.96 5.73 16 0H8l-.95 5.73C5.19 7.19 4 9.45 4 12s1.19 4.81 3.05 6.27L8 24h8l.96-5.73C18.81 16.81 20 14.54 20 12s-1.19-4.81-3.04-6.27zM9.7 2h4.61l.41 2.48C13.87 4.17 12.96 4 12 4c-.95 0-1.87.17-2.71.47L9.7 2zm4.61 20H9.7l-.41-2.47c.84.3 1.76.47 2.71.47.96 0 1.87-.17 2.72-.48L14.31 22zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})]
"WatchTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/water.cljs
================================================
(ns reagent-mui.icons.water
"Imports @mui/icons-material/Water as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def water (create-svg-icon (e "path" #js {"d" "M21.98 14H22h-.02zM5.35 13c1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4.98 3.31 1v-2c-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1zm13.32 2c-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.1 1-3.34 1-1.24 0-1.38-1-3.33-1-1.95 0-2.1 1-3.34 1v2c1.95 0 2.11-1 3.34-1 1.24 0 1.38 1 3.33 1 1.95 0 2.1-1 3.34-1 1.19 0 1.42 1 3.33 1 1.94 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1v-2c-1.24 0-1.38-1-3.33-1zM5.35 9c1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4.98 3.31 1V8c-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1C3.38 7 3.24 8 2 8v2c1.9 0 2.17-1 3.35-1z"})
"Water"))
================================================
FILE: src/icons/reagent_mui/icons/water_damage.cljs
================================================
(ns reagent-mui.icons.water-damage
"Imports @mui/icons-material/WaterDamage as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def water-damage (create-svg-icon (e "path" #js {"d" "M12 3 2 12h3v8h14v-8h3L12 3zm0 13c-1.1 0-2-.9-2-2s2-4 2-4 2 2.9 2 4-.9 2-2 2z"})
"WaterDamage"))
================================================
FILE: src/icons/reagent_mui/icons/water_damage_outlined.cljs
================================================
(ns reagent-mui.icons.water-damage-outlined
"Imports @mui/icons-material/WaterDamageOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def water-damage-outlined (create-svg-icon (e "path" #js {"d" "M12 3 2 12h3v8h14v-8h3L12 3zM7 18v-7.81l5-4.5 5 4.5V18H7zm7-4c0 1.1-.9 2-2 2s-2-.9-2-2 2-4 2-4 2 2.9 2 4z"})
"WaterDamageOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/water_damage_rounded.cljs
================================================
(ns reagent-mui.icons.water-damage-rounded
"Imports @mui/icons-material/WaterDamageRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def water-damage-rounded (create-svg-icon (e "path" #js {"d" "m11.33 3.6-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0zM12 16c-1.1 0-2-.9-2-2 0-.78.99-2.44 1.58-3.36.2-.31.64-.31.84 0 .59.92 1.58 2.58 1.58 3.36 0 1.1-.9 2-2 2z"})
"WaterDamageRounded"))
================================================
FILE: src/icons/reagent_mui/icons/water_damage_sharp.cljs
================================================
(ns reagent-mui.icons.water-damage-sharp
"Imports @mui/icons-material/WaterDamageSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def water-damage-sharp (create-svg-icon (e "path" #js {"d" "M12 3 2 12h3v8h14v-8h3L12 3zm0 13c-1.1 0-2-.9-2-2s2-4 2-4 2 2.9 2 4-.9 2-2 2z"})
"WaterDamageSharp"))
================================================
FILE: src/icons/reagent_mui/icons/water_damage_two_tone.cljs
================================================
(ns reagent-mui.icons.water-damage-two-tone
"Imports @mui/icons-material/WaterDamageTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def water-damage-two-tone (create-svg-icon [(e "path" #js {"d" "m12 5.69-5 4.5V18h10v-7.81l-5-4.5zM12 16c-1.1 0-2-.9-2-2s2-4 2-4 2 2.9 2 4-.9 2-2 2z", "opacity" ".3"}) (e "path" #js {"d" "M12 3 2 12h3v8h14v-8h3L12 3zM7 18v-7.81l5-4.5 5 4.5V18H7zm7-4c0 1.1-.9 2-2 2s-2-.9-2-2 2-4 2-4 2 2.9 2 4z"})]
"WaterDamageTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/water_outlined.cljs
================================================
(ns reagent-mui.icons.water-outlined
"Imports @mui/icons-material/WaterOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def water-outlined (create-svg-icon (e "path" #js {"d" "M21.98 14H22h-.02zM5.35 13c1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4.98 3.31 1v-2c-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1zm13.32 2c-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.1 1-3.34 1-1.24 0-1.38-1-3.33-1-1.95 0-2.1 1-3.34 1v2c1.95 0 2.11-1 3.34-1 1.24 0 1.38 1 3.33 1 1.95 0 2.1-1 3.34-1 1.19 0 1.42 1 3.33 1 1.94 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1v-2c-1.24 0-1.38-1-3.33-1zM5.35 9c1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4.98 3.31 1V8c-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1C3.38 7 3.24 8 2 8v2c1.9 0 2.17-1 3.35-1z"})
"WaterOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/water_rounded.cljs
================================================
(ns reagent-mui.icons.water-rounded
"Imports @mui/icons-material/WaterRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def water-rounded (create-svg-icon (e "path" #js {"d" "M21.98 14H22h-.02zM5.35 13c1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 .93 0 1.05.45 2.01.79.63.22 1.3-.24 1.3-.91 0-.52-.23-.83-.64-.97-.6-.22-1.15-.9-2.69-.9-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.54 0-2.13.71-2.68.91-.41.13-.65.43-.65.97 0 .67.66 1.13 1.29.91 1.06-.36 1.1-.8 2.06-.8zm13.32 2c-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.1 1-3.34 1-1.24 0-1.38-1-3.33-1-1.53 0-2.15.71-2.69.91-.41.14-.65.45-.65.98 0 .67.66 1.13 1.3.91 1.02-.36 1.08-.8 2.04-.8 1.24 0 1.38 1 3.33 1 1.95 0 2.1-1 3.34-1 1.19 0 1.42 1 3.33 1 1.94 0 2.09-1 3.33-1 .94 0 1.06.46 2.03.8.63.22 1.3-.24 1.3-.91 0-.53-.24-.83-.65-.98-.53-.19-1.14-.91-2.68-.91zM5.35 9c1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 .93 0 1.05.45 2.01.79.63.22 1.3-.24 1.3-.91 0-.52-.23-.83-.64-.97-.6-.23-1.15-.91-2.69-.91-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.54 0-2.13.71-2.68.91-.41.14-.65.44-.65.98 0 .67.66 1.13 1.29.91 1.06-.36 1.1-.8 2.06-.8z"})
"WaterRounded"))
================================================
FILE: src/icons/reagent_mui/icons/water_sharp.cljs
================================================
(ns reagent-mui.icons.water-sharp
"Imports @mui/icons-material/WaterSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def water-sharp (create-svg-icon (e "path" #js {"d" "M21.98 14H22h-.02zM5.35 13c1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4.98 3.31 1v-2c-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1zm13.32 2c-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.1 1-3.34 1-1.24 0-1.38-1-3.33-1-1.95 0-2.1 1-3.34 1v2c1.95 0 2.11-1 3.34-1 1.24 0 1.38 1 3.33 1 1.95 0 2.1-1 3.34-1 1.19 0 1.42 1 3.33 1 1.94 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1v-2c-1.24 0-1.38-1-3.33-1zM5.35 9c1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4.98 3.31 1V8c-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1C3.38 7 3.24 8 2 8v2c1.9 0 2.17-1 3.35-1z"})
"WaterSharp"))
================================================
FILE: src/icons/reagent_mui/icons/water_two_tone.cljs
================================================
(ns reagent-mui.icons.water-two-tone
"Imports @mui/icons-material/WaterTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def water-two-tone (create-svg-icon (e "path" #js {"d" "M21.98 14H22h-.02zM5.35 13c1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4.98 3.31 1v-2c-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1zm13.32 2c-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.1 1-3.34 1-1.24 0-1.38-1-3.33-1-1.95 0-2.1 1-3.34 1v2c1.95 0 2.11-1 3.34-1 1.24 0 1.38 1 3.33 1 1.95 0 2.1-1 3.34-1 1.19 0 1.42 1 3.33 1 1.94 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1v-2c-1.24 0-1.38-1-3.33-1zM5.35 9c1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.42 1 3.33 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4.98 3.31 1V8c-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.33-1C3.38 7 3.24 8 2 8v2c1.9 0 2.17-1 3.35-1z"})
"WaterTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/waterfall_chart.cljs
================================================
(ns reagent-mui.icons.waterfall-chart
"Imports @mui/icons-material/WaterfallChart as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def waterfall-chart (create-svg-icon (e "path" #js {"d" "M18 4h3v16h-3zM3 13h3v7H3zm11-9h3v3h-3zm-4 1h3v4h-3zm-3 5h3v4H7z"})
"WaterfallChart"))
================================================
FILE: src/icons/reagent_mui/icons/waterfall_chart_outlined.cljs
================================================
(ns reagent-mui.icons.waterfall-chart-outlined
"Imports @mui/icons-material/WaterfallChartOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def waterfall-chart-outlined (create-svg-icon (e "path" #js {"d" "M18 4h3v16h-3V4zM3 13h3v7H3v-7zm11-9h3v3h-3V4zm-4 1h3v4h-3V5zm-3 5h3v4H7v-4z"})
"WaterfallChartOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/waterfall_chart_rounded.cljs
================================================
(ns reagent-mui.icons.waterfall-chart-rounded
"Imports @mui/icons-material/WaterfallChartRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def waterfall-chart-rounded (create-svg-icon (e "path" #js {"d" "M19.5 4c.83 0 1.5.67 1.5 1.5v13c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5v-13c0-.83.67-1.5 1.5-1.5zm-15 9c.83 0 1.5.67 1.5 1.5v4c0 .83-.67 1.5-1.5 1.5S3 19.33 3 18.5v-4c0-.83.67-1.5 1.5-1.5zm11-9c.83 0 1.5.67 1.5 1.5S16.33 7 15.5 7 14 6.33 14 5.5 14.67 4 15.5 4zm-4 1c.83 0 1.5.67 1.5 1.5v1c0 .83-.67 1.5-1.5 1.5S10 8.33 10 7.5v-1c0-.83.67-1.5 1.5-1.5zm-3 5c.83 0 1.5.67 1.5 1.5v1c0 .83-.67 1.5-1.5 1.5S7 13.33 7 12.5v-1c0-.83.67-1.5 1.5-1.5z"})
"WaterfallChartRounded"))
================================================
FILE: src/icons/reagent_mui/icons/waterfall_chart_sharp.cljs
================================================
(ns reagent-mui.icons.waterfall-chart-sharp
"Imports @mui/icons-material/WaterfallChartSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def waterfall-chart-sharp (create-svg-icon (e "path" #js {"d" "M18 4h3v16h-3V4zM3 13h3v7H3v-7zm11-9h3v3h-3V4zm-4 1h3v4h-3V5zm-3 5h3v4H7v-4z"})
"WaterfallChartSharp"))
================================================
FILE: src/icons/reagent_mui/icons/waterfall_chart_two_tone.cljs
================================================
(ns reagent-mui.icons.waterfall-chart-two-tone
"Imports @mui/icons-material/WaterfallChartTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def waterfall-chart-two-tone (create-svg-icon (e "path" #js {"d" "M18 4h3v16h-3V4zM3 13h3v7H3v-7zm11-9h3v3h-3V4zm-4 1h3v4h-3V5zm-3 5h3v4H7v-4z"})
"WaterfallChartTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/waves.cljs
================================================
(ns reagent-mui.icons.waves
"Imports @mui/icons-material/Waves as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def waves (create-svg-icon (e "path" #js {"d" "M17 16.99c-1.35 0-2.2.42-2.95.8-.65.33-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.95c1.35 0 2.2-.42 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.42 2.95-.8c.65-.33 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm0-4.45c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.08c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V5.04c-.9 0-1.4-.25-2.05-.58zM17 8.09c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V9.49c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z"})
"Waves"))
================================================
FILE: src/icons/reagent_mui/icons/waves_outlined.cljs
================================================
(ns reagent-mui.icons.waves-outlined
"Imports @mui/icons-material/WavesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def waves-outlined (create-svg-icon (e "path" #js {"d" "M17 16.99c-1.35 0-2.2.42-2.95.8-.65.33-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.95c1.35 0 2.2-.42 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.42 2.95-.8c.65-.33 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm0-4.45c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.08c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V5.04c-.9 0-1.4-.25-2.05-.58zM17 8.09c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V9.49c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z"})
"WavesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/waves_rounded.cljs
================================================
(ns reagent-mui.icons.waves-rounded
"Imports @mui/icons-material/WavesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def waves-rounded (create-svg-icon (e "path" #js {"d" "M17 16.99c-1.35 0-2.2.42-2.95.8-.65.33-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.43.22-.81.41-1.27.52-.45.1-.78.46-.78.91v.1c0 .6.56 1.03 1.14.91.74-.15 1.3-.43 1.81-.69.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.42 2.95-.8c.65-.33 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.52.26 1.08.55 1.83.7.58.11 1.12-.33 1.12-.91v-.09c0-.46-.34-.82-.79-.92-.46-.1-.83-.29-1.26-.52-.75-.39-1.6-.81-2.95-.81zm0-4.45c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.43.21-.81.41-1.28.52-.44.1-.77.46-.77.91v.1c0 .59.54 1.03 1.12.91.75-.15 1.31-.44 1.83-.69.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.52.26 1.08.55 1.83.7.58.11 1.12-.33 1.12-.92v-.09c0-.46-.34-.82-.79-.92-.46-.1-.83-.29-1.26-.52-.75-.38-1.6-.8-2.95-.8zm2.95-8.08c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.43.22-.81.41-1.27.52-.45.1-.78.46-.78.91v.07c0 .6.54 1.04 1.12.92.75-.15 1.31-.44 1.83-.69.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.52.26 1.08.55 1.83.7.58.11 1.12-.33 1.12-.92v-.09c0-.46-.34-.82-.79-.92-.46-.1-.83-.28-1.26-.5zM17 8.09c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.43.23-.8.42-1.26.52-.45.1-.79.46-.79.92v.09c0 .59.54 1.03 1.12.91.75-.15 1.31-.44 1.83-.69.65-.32 1.18-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.52.26 1.08.55 1.83.7.58.11 1.12-.33 1.12-.91v-.09c0-.46-.34-.82-.79-.92-.46-.1-.83-.29-1.26-.52-.75-.39-1.6-.81-2.95-.81z"})
"WavesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/waves_sharp.cljs
================================================
(ns reagent-mui.icons.waves-sharp
"Imports @mui/icons-material/WavesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def waves-sharp (create-svg-icon (e "path" #js {"d" "M17 16.99c-1.35 0-2.2.42-2.95.8-.65.33-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.95c1.35 0 2.2-.42 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.42 2.95-.8c.65-.33 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm0-4.45c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.08c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V5.04c-.9 0-1.4-.25-2.05-.58zM17 8.09c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V9.49c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z"})
"WavesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/waves_two_tone.cljs
================================================
(ns reagent-mui.icons.waves-two-tone
"Imports @mui/icons-material/WavesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def waves-two-tone (create-svg-icon (e "path" #js {"d" "M17 16.99c-1.35 0-2.2.42-2.95.8-.65.33-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.95c1.35 0 2.2-.42 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.42 2.95-.8c.65-.33 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm0-4.45c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.08c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V5.04c-.9 0-1.4-.25-2.05-.58zM17 8.09c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V9.49c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z"})
"WavesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wb_auto.cljs
================================================
(ns reagent-mui.icons.wb-auto
"Imports @mui/icons-material/WbAuto as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-auto (create-svg-icon (e "path" #js {"d" "M6.85 12.65h2.3L8 9l-1.15 3.65zM22 7l-1.2 6.29L19.3 7h-1.6l-1.49 6.29L15 7h-.76C12.77 5.17 10.53 4 8 4c-4.42 0-8 3.58-8 8s3.58 8 8 8c3.13 0 5.84-1.81 7.15-4.43l.1.43H17l1.5-6.1L20 16h1.75l2.05-9H22zm-11.7 9-.7-2H6.4l-.7 2H3.8L7 7h2l3.2 9h-1.9z"})
"WbAuto"))
================================================
FILE: src/icons/reagent_mui/icons/wb_auto_outlined.cljs
================================================
(ns reagent-mui.icons.wb-auto-outlined
"Imports @mui/icons-material/WbAutoOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-auto-outlined (create-svg-icon (e "path" #js {"d" "m7 7-3.2 9h1.9l.7-2h3.2l.7 2h1.9L9 7H7zm-.15 5.65L8 9l1.15 3.65h-2.3zM22 7l-1.2 6.29L19.3 7h-1.6l-1.49 6.29L15 7h-.76l-.01.01C12.76 5.18 10.53 4 8 4c-4.42 0-8 3.58-8 8s3.58 8 8 8c2.96 0 5.55-1.61 6.93-4 .03-.06.05-.12.08-.18.05-.08.09-.17.14-.25l.1.43H17l1.5-6.1L20 16h1.75l2.05-9H22zm-8.63 7.67C12.38 16.64 10.35 18 8 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6c0 .96-.23 1.86-.63 2.67z"})
"WbAutoOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wb_auto_rounded.cljs
================================================
(ns reagent-mui.icons.wb-auto-rounded
"Imports @mui/icons-material/WbAutoRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-auto-rounded (create-svg-icon (e "path" #js {"d" "M6.85 12.65h2.3L8 9zM22.72 7c-.42 0-.77.3-.85.7l-1.07 5.59-1.31-5.51c-.11-.46-.52-.78-.99-.78s-.88.32-.98.78l-1.31 5.51-1.07-5.59c-.08-.4-.44-.7-.85-.7-.01 0-.03.01-.04.01C12.78 5.18 10.53 4 8 4c-4.42 0-8 3.58-8 8s3.58 8 8 8c3.17 0 5.9-1.85 7.2-4.52.2.32.55.52.94.52.51 0 .95-.35 1.07-.84L18.5 9.9l1.29 5.26c.12.49.57.84 1.07.84.52 0 .96-.36 1.08-.86l1.61-7.08c.13-.54-.28-1.06-.83-1.06zm-11.79 9c-.38 0-.72-.24-.84-.6L9.6 14H6.4l-.49 1.4c-.13.36-.46.6-.84.6-.62 0-1.05-.61-.84-1.19l2.44-6.86C6.87 7.38 7.4 7 8 7s1.13.38 1.34.94l2.44 6.86c.2.59-.23 1.2-.85 1.2z"})
"WbAutoRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wb_auto_sharp.cljs
================================================
(ns reagent-mui.icons.wb-auto-sharp
"Imports @mui/icons-material/WbAutoSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-auto-sharp (create-svg-icon (e "path" #js {"d" "M6.85 12.65h2.3L8 9l-1.15 3.65zM22 7l-1.2 6.29L19.3 7h-1.6l-1.49 6.29L15 7h-.76C12.77 5.17 10.53 4 8 4c-4.42 0-8 3.58-8 8s3.58 8 8 8c3.13 0 5.84-1.81 7.15-4.43l.1.43H17l1.5-6.1L20 16h1.75l2.05-9H22zm-11.7 9-.7-2H6.4l-.7 2H3.8L7 7h2l3.2 9h-1.9z"})
"WbAutoSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wb_auto_two_tone.cljs
================================================
(ns reagent-mui.icons.wb-auto-two-tone
"Imports @mui/icons-material/WbAutoTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-auto-two-tone (create-svg-icon [(e "path" #js {"d" "M8 6c-3.31 0-6 2.69-6 6s2.69 6 6 6c2.35 0 4.38-1.36 5.36-3.32l.01-.01c.4-.81.63-1.71.63-2.67 0-3.31-2.69-6-6-6zm2.3 10-.7-2H6.4l-.7 2H3.8L7 7h2l3.2 9h-1.9zm-3.45-3.35h2.3L8 9z", "opacity" ".3"}) (e "path" #js {"d" "m7 7-3.2 9h1.9l.7-2h3.2l.7 2h1.9L9 7H7zm-.15 5.65L8 9l1.15 3.65h-2.3zm13.95.64L19.3 7h-1.6l-1.49 6.29L15 7h-.76l-.01.01C12.76 5.18 10.53 4 8 4c-4.42 0-8 3.58-8 8s3.58 8 8 8c2.96 0 5.55-1.61 6.93-4 .03-.06.05-.12.08-.18.05-.08.09-.17.14-.25l.1.43H17l1.5-6.1L20 16h1.75l2.05-9H22l-1.2 6.29zm-7.43 1.38C12.38 16.64 10.35 18 8 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6c0 .96-.23 1.86-.63 2.67z"})]
"WbAutoTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wb_cloudy.cljs
================================================
(ns reagent-mui.icons.wb-cloudy
"Imports @mui/icons-material/WbCloudy as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-cloudy (create-svg-icon (e "path" #js {"d" "M19.36 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.64-4.96z"})
"WbCloudy"))
================================================
FILE: src/icons/reagent_mui/icons/wb_cloudy_outlined.cljs
================================================
(ns reagent-mui.icons.wb-cloudy-outlined
"Imports @mui/icons-material/WbCloudyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-cloudy-outlined (create-svg-icon (e "path" #js {"d" "M12.01 6c2.61 0 4.89 1.86 5.4 4.43l.3 1.5 1.52.11c1.56.11 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3h-13c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.95 6 12.01 6m0-2C9.12 4 6.6 5.64 5.35 8.04 2.35 8.36.01 10.91.01 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.64-4.96C18.68 6.59 15.65 4 12.01 4z"})
"WbCloudyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wb_cloudy_rounded.cljs
================================================
(ns reagent-mui.icons.wb-cloudy-rounded
"Imports @mui/icons-material/WbCloudyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-cloudy-rounded (create-svg-icon (e "path" #js {"d" "M19.37 10.04C18.68 6.59 15.65 4 12.01 4c-2.89 0-5.4 1.64-6.65 4.04C2.35 8.36.01 10.91.01 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.64-4.96z"})
"WbCloudyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wb_cloudy_sharp.cljs
================================================
(ns reagent-mui.icons.wb-cloudy-sharp
"Imports @mui/icons-material/WbCloudySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-cloudy-sharp (create-svg-icon (e "path" #js {"d" "M19.37 10.04C18.68 6.59 15.65 4 12.01 4c-2.89 0-5.4 1.64-6.65 4.04C2.35 8.36.01 10.91.01 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.64-4.96z"})
"WbCloudySharp"))
================================================
FILE: src/icons/reagent_mui/icons/wb_cloudy_two_tone.cljs
================================================
(ns reagent-mui.icons.wb-cloudy-two-tone
"Imports @mui/icons-material/WbCloudyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-cloudy-two-tone (create-svg-icon [(e "path" #js {"d" "m19.23 12.04-1.52-.11-.3-1.5C16.89 7.86 14.62 6 12.01 6 9.95 6 8.08 7.14 7.13 8.96l-.5.95-1.07.11c-2.02.22-3.55 1.93-3.55 3.98 0 2.21 1.79 4 4 4h13c1.65 0 3-1.35 3-3 0-1.55-1.23-2.86-2.78-2.96z", "opacity" ".3"}) (e "path" #js {"d" "M19.36 10.04C18.67 6.59 15.65 4 12.01 4 9.11 4 6.6 5.64 5.35 8.04 2.35 8.36.01 10.91.01 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19.01 18h-13c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.95 6 12.01 6c2.61 0 4.89 1.86 5.4 4.43l.3 1.5 1.52.11c1.56.11 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3z"})]
"WbCloudyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wb_incandescent.cljs
================================================
(ns reagent-mui.icons.wb-incandescent
"Imports @mui/icons-material/WbIncandescent as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-incandescent (create-svg-icon (e "path" #js {"d" "m3.55 18.54 1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8zM11 22.45h2V19.5h-2v2.95zM4 10.5H1v2h3v-2zm11-4.19V1.5H9v4.81C7.21 7.35 6 9.28 6 11.5c0 3.31 2.69 6 6 6s6-2.69 6-6c0-2.22-1.21-4.15-3-5.19zm5 4.19v2h3v-2h-3zm-2.76 7.66 1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4z"})
"WbIncandescent"))
================================================
FILE: src/icons/reagent_mui/icons/wb_incandescent_outlined.cljs
================================================
(ns reagent-mui.icons.wb-incandescent-outlined
"Imports @mui/icons-material/WbIncandescentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-incandescent-outlined (create-svg-icon (e "path" #js {"d" "m3.55 19.09 1.41 1.41 1.79-1.8-1.41-1.41zM11 20h2v3h-2zM1 11h3v2H1zm12-6.95v3.96l1 .58c1.24.72 2 2.04 2 3.46 0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.42.77-2.74 2-3.46l1-.58V4.05h2m2-2H9v4.81C7.21 7.9 6 9.83 6 12.05c0 3.31 2.69 6 6 6s6-2.69 6-6c0-2.22-1.21-4.15-3-5.19V2.05zM20 11h3v2h-3zm-2.76 7.71 1.79 1.8 1.41-1.41-1.8-1.79z"})
"WbIncandescentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wb_incandescent_rounded.cljs
================================================
(ns reagent-mui.icons.wb-incandescent-rounded
"Imports @mui/icons-material/WbIncandescentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-incandescent-rounded (create-svg-icon (e "path" #js {"d" "M4.25 19.79c.39.39 1.02.39 1.41 0l.39-.39c.39-.39.38-1.02 0-1.4l-.01-.01a.9959.9959 0 0 0-1.41 0l-.39.39c-.38.4-.38 1.02.01 1.41zM11.99 23H12c.55 0 .99-.44.99-.99v-.96c0-.55-.44-.99-.99-.99h-.01c-.55 0-.99.44-.99.99v.96c0 .55.44.99.99.99zM3.01 11.05H1.99c-.55 0-.99.44-.99.99v.01c0 .55.44.99.99.99H3c.55 0 .99-.44.99-.99v-.01c.01-.55-.43-.99-.98-.99zM15 6.86V3.05c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3.81c-2.04 1.18-3.32 3.52-2.93 6.13.4 2.61 2.56 4.7 5.18 5.02 3.64.44 6.75-2.4 6.75-5.95 0-2.23-1.21-4.16-3-5.2zm5 5.18v.01c0 .55.44.99.99.99H22c.55 0 .99-.44.99-.99v-.01c0-.55-.44-.99-.99-.99h-1.01c-.55 0-.99.44-.99.99zm-2.06 7.37.39.39c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-.39-.39c-.39-.39-1.02-.38-1.4 0-.4.4-.4 1.02-.01 1.41z"})
"WbIncandescentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wb_incandescent_sharp.cljs
================================================
(ns reagent-mui.icons.wb-incandescent-sharp
"Imports @mui/icons-material/WbIncandescentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-incandescent-sharp (create-svg-icon (e "path" #js {"d" "m3.55 19.09 1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8zM11 23h2v-2.95h-2V23zM4 11.05H1v2h3v-2zm11-4.19V2.05H9v4.81C7.21 7.9 6 9.83 6 12.05c0 3.31 2.69 6 6 6s6-2.69 6-6c0-2.22-1.21-4.15-3-5.19zm5 4.19v2h3v-2h-3zm-2.76 7.66 1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4z"})
"WbIncandescentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wb_incandescent_two_tone.cljs
================================================
(ns reagent-mui.icons.wb-incandescent-two-tone
"Imports @mui/icons-material/WbIncandescentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-incandescent-two-tone (create-svg-icon [(e "path" #js {"d" "m14 8.59-1-.58V4.05h-2v3.96l-1 .58c-1.24.72-2 2.04-2 3.46 0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.42-.77-2.74-2-3.46z", "opacity" ".3"}) (e "path" #js {"d" "m3.55 19.09 1.41 1.41 1.79-1.8-1.41-1.41zM11 20h2v3h-2zM1 11h3v2H1zm14-4.14V2.05H9v4.81C7.21 7.9 6 9.83 6 12.05c0 3.31 2.69 6 6 6s6-2.69 6-6c0-2.22-1.21-4.15-3-5.19zm-3 9.19c-2.21 0-4-1.79-4-4 0-1.42.77-2.74 2-3.46l1-.58V4.05h2v3.96l1 .58c1.24.72 2 2.04 2 3.46 0 2.21-1.79 4-4 4zM20 11h3v2h-3zm-2.76 7.71 1.79 1.8 1.41-1.41-1.8-1.79z"})]
"WbIncandescentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wb_iridescent.cljs
================================================
(ns reagent-mui.icons.wb-iridescent
"Imports @mui/icons-material/WbIridescent as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-iridescent (create-svg-icon (e "path" #js {"d" "M5 14.5h14v-6H5v6zM11 .55V3.5h2V.55h-2zm8.04 2.5-1.79 1.79 1.41 1.41 1.8-1.79-1.42-1.41zM13 22.45V19.5h-2v2.95h2zm7.45-3.91-1.8-1.79-1.41 1.41 1.79 1.8 1.42-1.42zM3.55 4.46l1.79 1.79 1.41-1.41-1.79-1.79-1.41 1.41zm1.41 15.49 1.79-1.8-1.41-1.41-1.79 1.79 1.41 1.42z"})
"WbIridescent"))
================================================
FILE: src/icons/reagent_mui/icons/wb_iridescent_outlined.cljs
================================================
(ns reagent-mui.icons.wb-iridescent-outlined
"Imports @mui/icons-material/WbIridescentOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-iridescent-outlined (create-svg-icon (e "path" #js {"d" "M5 15h14V9H5v6zm2-4h10v2H7v-2zm4-10h2v3h-2zm9.46 4.01L19.04 3.6l-1.79 1.79 1.41 1.41zM11 20h2v3h-2zm6.24-1.29 1.79 1.8 1.42-1.42-1.8-1.79zM4.96 3.595l1.788 1.79L5.34 6.79 3.553 5.003zM3.55 19.08l1.41 1.42 1.79-1.8-1.41-1.41z"})
"WbIridescentOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wb_iridescent_rounded.cljs
================================================
(ns reagent-mui.icons.wb-iridescent-rounded
"Imports @mui/icons-material/WbIridescentRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-iridescent-rounded (create-svg-icon (e "path" #js {"d" "M6 15h12c.55 0 1-.45 1-1v-3.95c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1V14c0 .55.45 1 1 1zm5-13v1.05c0 .55.45.95 1 .95s1-.4 1-.95V2c0-.55-.45-1-1-1s-1 .45-1 1zm7.34 2.3-.38.38c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l.38-.38c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0zM13 22v-.96c0-.55-.45-1-1-1s-1 .45-1 1V22c0 .55.45 1 1 1s1-.45 1-1zm6.74-3.61-.39-.39a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.38.39c.39.39 1.02.39 1.41 0l.01-.01c.39-.38.39-1.02 0-1.4zM4.25 5.71l.39.39c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-.39-.39a.9959.9959 0 0 0-1.41 0c-.38.39-.38 1.03 0 1.41zm1.42 14.08.38-.38c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-.38.38c-.39.39-.39 1.02 0 1.41.38.39 1.02.39 1.41 0z"})
"WbIridescentRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wb_iridescent_sharp.cljs
================================================
(ns reagent-mui.icons.wb-iridescent-sharp
"Imports @mui/icons-material/WbIridescentSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-iridescent-sharp (create-svg-icon (e "path" #js {"d" "M5 15h14V9.05H5V15zm6-14v3h2V1h-2zm8.04 2.6-1.79 1.79 1.41 1.41 1.8-1.79-1.42-1.41zM13 23v-2.95h-2V23h2zm7.45-3.91-1.8-1.79-1.41 1.41 1.79 1.8 1.42-1.42zM3.55 5.01 5.34 6.8l1.41-1.41L4.96 3.6 3.55 5.01zM4.96 20.5l1.79-1.8-1.41-1.41-1.79 1.79 1.41 1.42z"})
"WbIridescentSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wb_iridescent_two_tone.cljs
================================================
(ns reagent-mui.icons.wb-iridescent-two-tone
"Imports @mui/icons-material/WbIridescentTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-iridescent-two-tone (create-svg-icon [(e "path" #js {"d" "M7 11h10v2H7z", "opacity" ".3"}) (e "path" #js {"d" "M5 15h14V9H5v6zm2-4h10v2H7v-2zm4-10h2v3h-2zm6.25 4.39 1.41 1.41 1.8-1.79-1.42-1.41zM11 20h2v3h-2zm6.24-1.29 1.79 1.8 1.42-1.42-1.8-1.79zM5.34 6.805l-1.788-1.79L4.96 3.61l1.788 1.788zM3.55 19.08l1.41 1.42 1.79-1.8-1.41-1.41z"})]
"WbIridescentTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wb_shade.cljs
================================================
(ns reagent-mui.icons.wb-shade
"Imports @mui/icons-material/WbShade as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-shade (create-svg-icon (e "path" #js {"d" "M14 12v2.5l5.5 5.5H22zm0 8h3l-3-3zM8 4l-6 6h2v10h8V10h2L8 4zm1 10H7v-4h2v4z"})
"WbShade"))
================================================
FILE: src/icons/reagent_mui/icons/wb_shade_outlined.cljs
================================================
(ns reagent-mui.icons.wb-shade-outlined
"Imports @mui/icons-material/WbShadeOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-shade-outlined (create-svg-icon (e "path" #js {"d" "M14 12v2.5l5.5 5.5H22l-8-8zm0 8h3l-3-3v3zM8 4l-6 6h2v10h8V10h2L8 4zm1 10H7v-4h2v4z"})
"WbShadeOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wb_shade_rounded.cljs
================================================
(ns reagent-mui.icons.wb-shade-rounded
"Imports @mui/icons-material/WbShadeRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-shade-rounded (create-svg-icon (e "path" #js {"d" "M14 14.13c0 .23.09.46.26.63l4.98 4.98c.17.17.39.26.62.26.79 0 1.18-.95.62-1.51l-4.98-4.98c-.55-.56-1.5-.16-1.5.62zM15 20h2l-3-3v2c0 .55.45 1 1 1zM7.65 4.35l-4.8 4.8c-.31.31-.09.85.36.85H4v9c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-9h.79c.45 0 .67-.54.35-.85l-4.79-4.8c-.19-.19-.51-.19-.7 0zM9 14H7v-4h2v4z"})
"WbShadeRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wb_shade_sharp.cljs
================================================
(ns reagent-mui.icons.wb-shade-sharp
"Imports @mui/icons-material/WbShadeSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-shade-sharp (create-svg-icon (e "path" #js {"d" "M14 12v2.5l5.5 5.5H22l-8-8zm0 8h3l-3-3v3zM8 4l-6 6h2v10h8V10h2L8 4zm1 10H7v-4h2v4z"})
"WbShadeSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wb_shade_two_tone.cljs
================================================
(ns reagent-mui.icons.wb-shade-two-tone
"Imports @mui/icons-material/WbShadeTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-shade-two-tone (create-svg-icon (e "path" #js {"d" "M14 12v2.5l5.5 5.5H22l-8-8zm0 8h3l-3-3v3zM8 4l-6 6h2v10h8V10h2L8 4zm1 10H7v-4h2v4z"})
"WbShadeTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wb_sunny.cljs
================================================
(ns reagent-mui.icons.wb-sunny
"Imports @mui/icons-material/WbSunny as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-sunny (create-svg-icon (e "path" #js {"d" "m6.76 4.84-1.8-1.79-1.41 1.41 1.79 1.79 1.42-1.41zM4 10.5H1v2h3v-2zm9-9.95h-2V3.5h2V.55zm7.45 3.91-1.41-1.41-1.79 1.79 1.41 1.41 1.79-1.79zm-3.21 13.7 1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4zM20 10.5v2h3v-2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm-1 16.95h2V19.5h-2v2.95zm-7.45-3.91 1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8z"})
"WbSunny"))
================================================
FILE: src/icons/reagent_mui/icons/wb_sunny_outlined.cljs
================================================
(ns reagent-mui.icons.wb-sunny-outlined
"Imports @mui/icons-material/WbSunnyOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-sunny-outlined (create-svg-icon (e "path" #js {"d" "m6.76 4.84-1.8-1.79-1.41 1.41 1.79 1.79zM1 10.5h3v2H1zM11 .55h2V3.5h-2zm8.04 2.495 1.408 1.407-1.79 1.79-1.407-1.408zm-1.8 15.115 1.79 1.8 1.41-1.41-1.8-1.79zM20 10.5h3v2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm-1 4h2v2.95h-2zm-7.45-.96 1.41 1.41 1.79-1.8-1.41-1.41z"})
"WbSunnyOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wb_sunny_rounded.cljs
================================================
(ns reagent-mui.icons.wb-sunny-rounded
"Imports @mui/icons-material/WbSunnyRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-sunny-rounded (create-svg-icon (e "path" #js {"d" "m6.05 4.14-.39-.39c-.39-.39-1.02-.38-1.4 0l-.01.01c-.39.39-.39 1.02 0 1.4l.39.39c.39.39 1.01.39 1.4 0l.01-.01c.39-.38.39-1.02 0-1.4zM3.01 10.5H1.99c-.55 0-.99.44-.99.99v.01c0 .55.44.99.99.99H3c.56.01 1-.43 1-.98v-.01c0-.56-.44-1-.99-1zm9-9.95H12c-.56 0-1 .44-1 .99v.96c0 .55.44.99.99.99H12c.56.01 1-.43 1-.98v-.97c0-.55-.44-.99-.99-.99zm7.74 3.21c-.39-.39-1.02-.39-1.41-.01l-.39.39c-.39.39-.39 1.02 0 1.4l.01.01c.39.39 1.02.39 1.4 0l.39-.39c.39-.39.39-1.01 0-1.4zm-1.81 15.1.39.39c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-.39-.39c-.39-.39-1.02-.38-1.4 0-.4.4-.4 1.02-.01 1.41zM20 11.49v.01c0 .55.44.99.99.99H22c.55 0 .99-.44.99-.99v-.01c0-.55-.44-.99-.99-.99h-1.01c-.55 0-.99.44-.99.99zM12 5.5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm-.01 16.95H12c.55 0 .99-.44.99-.99v-.96c0-.55-.44-.99-.99-.99h-.01c-.55 0-.99.44-.99.99v.96c0 .55.44.99.99.99zm-7.74-3.21c.39.39 1.02.39 1.41 0l.39-.39c.39-.39.38-1.02 0-1.4l-.01-.01a.9959.9959 0 0 0-1.41 0l-.39.39c-.38.4-.38 1.02.01 1.41z"})
"WbSunnyRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wb_sunny_sharp.cljs
================================================
(ns reagent-mui.icons.wb-sunny-sharp
"Imports @mui/icons-material/WbSunnySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-sunny-sharp (create-svg-icon (e "path" #js {"d" "m6.76 4.84-1.8-1.79-1.41 1.41 1.79 1.79 1.42-1.41zM4 10.5H1v2h3v-2zm9-9.95h-2V3.5h2V.55zm7.45 3.91-1.41-1.41-1.79 1.79 1.41 1.41 1.79-1.79zm-3.21 13.7 1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4zM20 10.5v2h3v-2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm-1 16.95h2V19.5h-2v2.95zm-7.45-3.91 1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8z"})
"WbSunnySharp"))
================================================
FILE: src/icons/reagent_mui/icons/wb_sunny_two_tone.cljs
================================================
(ns reagent-mui.icons.wb-sunny-two-tone
"Imports @mui/icons-material/WbSunnyTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-sunny-two-tone (create-svg-icon [(e "path" #js {"d" "M12 7.5c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z", "opacity" ".3"}) (e "path" #js {"d" "m5.34 6.25 1.42-1.41-1.8-1.79-1.41 1.41zM1 10.5h3v2H1zM11 .55h2V3.5h-2zm7.66 5.705-1.41-1.407 1.79-1.79 1.406 1.41zM17.24 18.16l1.79 1.8 1.41-1.41-1.8-1.79zM20 10.5h3v2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm-1 4h2v2.95h-2zm-7.45-.96 1.41 1.41 1.79-1.8-1.41-1.41z"})]
"WbSunnyTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wb_twilight.cljs
================================================
(ns reagent-mui.icons.wb-twilight
"Imports @mui/icons-material/WbTwilight as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-twilight (create-svg-icon (e "path" #js {"d" "m16.9542 8.6615 2.1205-2.122 1.4147 1.4137-2.1205 2.122zM2 18h20v2H2zm9-14h2v3h-2zM3.5426 7.9248l1.4142-1.4142L7.078 8.632l-1.4142 1.4142zM5 16h14c0-3.87-3.13-7-7-7s-7 3.13-7 7z"})
"WbTwilight"))
================================================
FILE: src/icons/reagent_mui/icons/wb_twilight_outlined.cljs
================================================
(ns reagent-mui.icons.wb-twilight-outlined
"Imports @mui/icons-material/WbTwilightOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-twilight-outlined (create-svg-icon (e "path" #js {"d" "m16.9542 8.6615 2.1205-2.122 1.4147 1.4137-2.1205 2.122zM2 18h20v2H2zm9-14h2v3h-2zM3.5426 7.9248l1.4142-1.4142L7.078 8.632l-1.4142 1.4142zM5 16h14c0-3.87-3.13-7-7-7s-7 3.13-7 7z"})
"WbTwilightOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wb_twilight_rounded.cljs
================================================
(ns reagent-mui.icons.wb-twilight-rounded
"Imports @mui/icons-material/WbTwilightRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-twilight-rounded (create-svg-icon (e "path" #js {"d" "m19.07 9.37.71-.71c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0l-.71.71c-.39.39-.39 1.02 0 1.41.38.39 1.02.39 1.41 0zM21 18H3c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM12 7c.56 0 1-.45 1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v1c0 .55.45 1 1 1zM4.96 9.34c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-.71-.71a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l.71.71zM19 16c0-3.87-3.13-7-7-7s-7 3.13-7 7h14z"})
"WbTwilightRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wb_twilight_sharp.cljs
================================================
(ns reagent-mui.icons.wb-twilight-sharp
"Imports @mui/icons-material/WbTwilightSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-twilight-sharp (create-svg-icon (e "path" #js {"d" "m16.9542 8.6615 2.1205-2.122 1.4147 1.4137-2.1205 2.122zM2 18h20v2H2zm9-14h2v3h-2zM3.5426 7.9248l1.4142-1.4142L7.078 8.632l-1.4142 1.4142zM5 16h14c0-3.87-3.13-7-7-7s-7 3.13-7 7z"})
"WbTwilightSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wb_twilight_two_tone.cljs
================================================
(ns reagent-mui.icons.wb-twilight-two-tone
"Imports @mui/icons-material/WbTwilightTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wb-twilight-two-tone (create-svg-icon (e "path" #js {"d" "m16.9542 8.6615 2.1205-2.122 1.4147 1.4137-2.1205 2.122zM2 18h20v2H2zm9-14h2v3h-2zM3.5426 7.9248l1.4142-1.4142L7.078 8.632l-1.4142 1.4142zM5 16h14c0-3.87-3.13-7-7-7s-7 3.13-7 7z"})
"WbTwilightTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wc.cljs
================================================
(ns reagent-mui.icons.wc
"Imports @mui/icons-material/Wc as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wc (create-svg-icon (e "path" #js {"d" "M5.5 22v-7.5H4V9c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2v5.5H9.5V22h-4zM18 22v-6h3l-2.54-7.63C18.18 7.55 17.42 7 16.56 7h-.12c-.86 0-1.63.55-1.9 1.37L12 16h3v6h3zM7.5 6c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm9 0c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2z"})
"Wc"))
================================================
FILE: src/icons/reagent_mui/icons/wc_outlined.cljs
================================================
(ns reagent-mui.icons.wc-outlined
"Imports @mui/icons-material/WcOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wc-outlined (create-svg-icon (e "path" #js {"d" "M5.5 22v-7.5H4V9c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2v5.5H9.5V22h-4zM18 22v-6h3l-2.54-7.63C18.18 7.55 17.42 7 16.56 7h-.12c-.86 0-1.63.55-1.9 1.37L12 16h3v6h3zM7.5 6c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm9 0c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2z"})
"WcOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wc_rounded.cljs
================================================
(ns reagent-mui.icons.wc-rounded
"Imports @mui/icons-material/WcRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wc-rounded (create-svg-icon (e "path" #js {"d" "M5.5 21v-6.5H5c-.55 0-1-.45-1-1V9c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2v4.5c0 .55-.45 1-1 1h-.5V21c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1zM18 21v-5h1.61c.68 0 1.16-.67.95-1.32l-2.1-6.31C18.18 7.55 17.42 7 16.56 7h-.12c-.86 0-1.63.55-1.9 1.37l-2.1 6.31c-.22.65.26 1.32.95 1.32H15v5c0 .55.45 1 1 1h1c.55 0 1-.45 1-1zM7.5 6c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm9 0c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2z"})
"WcRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wc_sharp.cljs
================================================
(ns reagent-mui.icons.wc-sharp
"Imports @mui/icons-material/WcSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wc-sharp (create-svg-icon (e "path" #js {"d" "M5.5 22v-7.5H4V7h7v7.5H9.5V22h-4zM18 22v-6h3l-3-9h-3l-3 9h3v6h3zM7.5 6c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm9 0c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2z"})
"WcSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wc_two_tone.cljs
================================================
(ns reagent-mui.icons.wc-two-tone
"Imports @mui/icons-material/WcTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wc-two-tone (create-svg-icon (e "path" #js {"d" "M5.5 22v-7.5H4V9c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2v5.5H9.5V22h-4zM18 22v-6h3l-2.54-7.63C18.18 7.55 17.42 7 16.56 7h-.12c-.86 0-1.63.55-1.9 1.37L12 16h3v6h3zM7.5 6c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm9 0c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2z"})
"WcTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/web.cljs
================================================
(ns reagent-mui.icons.web
"Imports @mui/icons-material/Web as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 14H4v-4h11v4zm0-5H4V9h11v4zm5 5h-4V9h4v9z"})
"Web"))
================================================
FILE: src/icons/reagent_mui/icons/web_asset.cljs
================================================
(ns reagent-mui.icons.web-asset
"Imports @mui/icons-material/WebAsset as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-asset (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm0 14H5V8h14v10z"})
"WebAsset"))
================================================
FILE: src/icons/reagent_mui/icons/web_asset_off.cljs
================================================
(ns reagent-mui.icons.web-asset-off
"Imports @mui/icons-material/WebAssetOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-asset-off (create-svg-icon (e "path" #js {"d" "M6.83 4H20c1.11 0 2 .9 2 2v12c0 .34-.09.66-.23.94L20 17.17V8h-9.17l-4-4zm13.66 19.31L17.17 20H4c-1.11 0-2-.9-2-2V6c0-.34.08-.66.23-.94L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM15.17 18l-10-10H4v10h11.17z"})
"WebAssetOff"))
================================================
FILE: src/icons/reagent_mui/icons/web_asset_off_outlined.cljs
================================================
(ns reagent-mui.icons.web-asset-off-outlined
"Imports @mui/icons-material/WebAssetOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-asset-off-outlined (create-svg-icon (e "path" #js {"d" "M6.83 4H20c1.11 0 2 .9 2 2v12c0 .34-.09.66-.23.94L20 17.17V8h-9.17l-4-4zm13.66 19.31L17.17 20H4c-1.11 0-2-.9-2-2V6c0-.34.08-.66.23-.94L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM15.17 18l-10-10H4v10h11.17z"})
"WebAssetOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/web_asset_off_rounded.cljs
================================================
(ns reagent-mui.icons.web-asset-off-rounded
"Imports @mui/icons-material/WebAssetOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-asset-off-rounded (create-svg-icon (e "path" #js {"d" "M6.83 4H20c1.11 0 2 .9 2 2v12c0 .34-.09.66-.23.94L20 17.17V8h-9.17l-4-4zm12.95 18.61L17.17 20H4c-1.11 0-2-.9-2-2V6c0-.34.08-.66.23-.94l-.84-.84a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l18.38 18.38c.39.39.39 1.02 0 1.41-.38.4-1.01.4-1.4.01zM15.17 18l-10-10H4v10h11.17z"})
"WebAssetOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/web_asset_off_sharp.cljs
================================================
(ns reagent-mui.icons.web-asset-off-sharp
"Imports @mui/icons-material/WebAssetOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-asset-off-sharp (create-svg-icon (e "path" #js {"d" "M6.83 4H22v15.17l-2-2V8h-9.17l-4-4zm13.66 19.31L17.17 20H2V4.83L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM15.17 18l-10-10H4v10h11.17z"})
"WebAssetOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/web_asset_off_two_tone.cljs
================================================
(ns reagent-mui.icons.web-asset-off-two-tone
"Imports @mui/icons-material/WebAssetOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-asset-off-two-tone (create-svg-icon [(e "path" #js {"d" "M20 17.17V8h-9.17L20 17.17zM5.17 8H4v10h11.17l-10-10z", "opacity" ".3"}) (e "path" #js {"d" "M6.83 4H20c1.11 0 2 .9 2 2v12c0 .34-.09.66-.23.94L20 17.17V8h-9.17l-4-4zm13.66 19.31L17.17 20H4c-1.11 0-2-.9-2-2V6c0-.34.08-.66.23-.94L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM15.17 18l-10-10H4v10h11.17z"})]
"WebAssetOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/web_asset_outlined.cljs
================================================
(ns reagent-mui.icons.web-asset-outlined
"Imports @mui/icons-material/WebAssetOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-asset-outlined (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm0 14H5V8h14v10z"})
"WebAssetOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/web_asset_rounded.cljs
================================================
(ns reagent-mui.icons.web-asset-rounded
"Imports @mui/icons-material/WebAssetRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-asset-rounded (create-svg-icon (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm-1 14H6c-.55 0-1-.45-1-1V8h14v9c0 .55-.45 1-1 1z"})
"WebAssetRounded"))
================================================
FILE: src/icons/reagent_mui/icons/web_asset_sharp.cljs
================================================
(ns reagent-mui.icons.web-asset-sharp
"Imports @mui/icons-material/WebAssetSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-asset-sharp (create-svg-icon (e "path" #js {"d" "M3 4v16h18V4H3zm16 14H5V8h14v10z"})
"WebAssetSharp"))
================================================
FILE: src/icons/reagent_mui/icons/web_asset_two_tone.cljs
================================================
(ns reagent-mui.icons.web-asset-two-tone
"Imports @mui/icons-material/WebAssetTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-asset-two-tone (create-svg-icon [(e "path" #js {"d" "M5 8h14v10H5z", "opacity" ".3"}) (e "path" #js {"d" "M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm0 14H5V8h14v10z"})]
"WebAssetTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/web_outlined.cljs
================================================
(ns reagent-mui.icons.web-outlined
"Imports @mui/icons-material/WebOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 9h10.5v3.5H4V9zm0 5.5h10.5V18H4v-3.5zM20 18h-3.5V9H20v9z"})
"WebOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/web_rounded.cljs
================================================
(ns reagent-mui.icons.web-rounded
"Imports @mui/icons-material/WebRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 9h10.5v3.5H4V9zm0 5.5h10.5V18H5c-.55 0-1-.45-1-1v-2.5zM19 18h-2.5V9H20v8c0 .55-.45 1-1 1z"})
"WebRounded"))
================================================
FILE: src/icons/reagent_mui/icons/web_sharp.cljs
================================================
(ns reagent-mui.icons.web-sharp
"Imports @mui/icons-material/WebSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zM4 9h10.5v3.5H4V9zm0 5.5h10.5V18H4v-3.5zM20 18h-3.5V9H20v9z"})
"WebSharp"))
================================================
FILE: src/icons/reagent_mui/icons/web_stories.cljs
================================================
(ns reagent-mui.icons.web-stories
"Imports @mui/icons-material/WebStories as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-stories (create-svg-icon (e "path" #js {"d" "M17 4c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2V4zM2 20c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v16zm19-2c.83 0 1.5-.67 1.5-1.5v-9c0-.83-.67-1.5-1.5-1.5v12z"})
"WebStories"))
================================================
FILE: src/icons/reagent_mui/icons/web_stories_outlined.cljs
================================================
(ns reagent-mui.icons.web-stories-outlined
"Imports @mui/icons-material/WebStoriesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-stories-outlined (create-svg-icon (e "path" #js {"d" "M17 4v16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-4-2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h9v16zm8-14v12c.83 0 1.5-.67 1.5-1.5v-9c0-.83-.67-1.5-1.5-1.5z"})
"WebStoriesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/web_stories_rounded.cljs
================================================
(ns reagent-mui.icons.web-stories-rounded
"Imports @mui/icons-material/WebStoriesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-stories-rounded (create-svg-icon (e "path" #js {"d" "M17 4c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2V4zM2 20c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v16zm19-2c.83 0 1.5-.67 1.5-1.5v-9c0-.83-.67-1.5-1.5-1.5v12z"})
"WebStoriesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/web_stories_sharp.cljs
================================================
(ns reagent-mui.icons.web-stories-sharp
"Imports @mui/icons-material/WebStoriesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-stories-sharp (create-svg-icon (e "path" #js {"d" "M17 4h2v16h-2V4zM2 2v20h13V2H2zm19 16h1.5V6H21v12z"})
"WebStoriesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/web_stories_two_tone.cljs
================================================
(ns reagent-mui.icons.web-stories-two-tone
"Imports @mui/icons-material/WebStoriesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-stories-two-tone (create-svg-icon [(e "path" #js {"d" "M4 4h9v16H4z", "opacity" ".3"}) (e "path" #js {"d" "M17 4v16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-4-2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h9v16zm8-14v12c.83 0 1.5-.67 1.5-1.5v-9c0-.83-.67-1.5-1.5-1.5z"})]
"WebStoriesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/web_two_tone.cljs
================================================
(ns reagent-mui.icons.web-two-tone
"Imports @mui/icons-material/WebTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def web-two-tone (create-svg-icon [(e "path" #js {"d" "M4 9h10.5v3.5H4zm0 5.5h10.5V18H4zM16.5 9H20v9h-3.5z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5.5 14H4v-3.5h10.5V18zm0-5.5H4V9h10.5v3.5zM20 18h-3.5V9H20v9z"})]
"WebTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/webhook.cljs
================================================
(ns reagent-mui.icons.webhook
"Imports @mui/icons-material/Webhook as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def webhook (create-svg-icon (e "path" #js {"d" "M10 15h5.88c.27-.31.67-.5 1.12-.5.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.44 0-.84-.19-1.12-.5H11.9c-.46 2.28-2.48 4-4.9 4-2.76 0-5-2.24-5-5 0-2.42 1.72-4.44 4-4.9v2.07c-1.16.41-2 1.53-2 2.83 0 1.65 1.35 3 3 3s3-1.35 3-3v-1zm2.5-11c1.65 0 3 1.35 3 3h2c0-2.76-2.24-5-5-5s-5 2.24-5 5c0 1.43.6 2.71 1.55 3.62l-2.35 3.9c-.68.14-1.2.75-1.2 1.48 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.16-.02-.31-.07-.45l3.38-5.63C10.49 9.61 9.5 8.42 9.5 7c0-1.65 1.35-3 3-3zm4.5 9c-.64 0-1.23.2-1.72.54l-3.05-5.07C11.53 8.35 11 7.74 11 7c0-.83.67-1.5 1.5-1.5S14 6.17 14 7c0 .15-.02.29-.06.43l2.19 3.65c.28-.05.57-.08.87-.08 2.76 0 5 2.24 5 5s-2.24 5-5 5c-1.85 0-3.47-1.01-4.33-2.5h2.67c.48.32 1.05.5 1.66.5 1.65 0 3-1.35 3-3s-1.35-3-3-3z"})
"Webhook"))
================================================
FILE: src/icons/reagent_mui/icons/webhook_outlined.cljs
================================================
(ns reagent-mui.icons.webhook-outlined
"Imports @mui/icons-material/WebhookOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def webhook-outlined (create-svg-icon (e "path" #js {"d" "M10 15h5.88c.27-.31.67-.5 1.12-.5.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.44 0-.84-.19-1.12-.5H11.9c-.46 2.28-2.48 4-4.9 4-2.76 0-5-2.24-5-5 0-2.42 1.72-4.44 4-4.9v2.07c-1.16.41-2 1.53-2 2.83 0 1.65 1.35 3 3 3s3-1.35 3-3v-1zm2.5-11c1.65 0 3 1.35 3 3h2c0-2.76-2.24-5-5-5s-5 2.24-5 5c0 1.43.6 2.71 1.55 3.62l-2.35 3.9c-.68.14-1.2.75-1.2 1.48 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.16-.02-.31-.07-.45l3.38-5.63C10.49 9.61 9.5 8.42 9.5 7c0-1.65 1.35-3 3-3zm4.5 9c-.64 0-1.23.2-1.72.54l-3.05-5.07C11.53 8.35 11 7.74 11 7c0-.83.67-1.5 1.5-1.5S14 6.17 14 7c0 .15-.02.29-.06.43l2.19 3.65c.28-.05.57-.08.87-.08 2.76 0 5 2.24 5 5s-2.24 5-5 5c-1.85 0-3.47-1.01-4.33-2.5h2.67c.48.32 1.05.5 1.66.5 1.65 0 3-1.35 3-3s-1.35-3-3-3z"})
"WebhookOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/webhook_rounded.cljs
================================================
(ns reagent-mui.icons.webhook-rounded
"Imports @mui/icons-material/WebhookRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def webhook-rounded (create-svg-icon (e "path" #js {"d" "M2 16c0-1.84 1-3.45 2.48-4.32.67-.39 1.52.08 1.52.86 0 .36-.19.68-.5.86-.9.52-1.5 1.49-1.5 2.6 0 1.85 1.68 3.31 3.6 2.94 1.42-.28 2.4-1.61 2.4-3.06 0-.49.39-.88.88-.88h5c.27-.31.67-.5 1.12-.5.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.44 0-.84-.19-1.12-.5H11.9c-.46 2.28-2.48 4-4.9 4-2.76 0-5-2.24-5-5zm14.37-9c.65 0 1.14-.62.97-1.25C16.79 3.59 14.83 2 12.5 2c-2.76 0-5 2.24-5 5 0 1.43.6 2.71 1.55 3.62l-2.35 3.9c-.68.14-1.2.75-1.2 1.48 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.16-.02-.31-.07-.45l2.86-4.75c.25-.41.13-.95-.28-1.19-.9-.53-1.51-1.5-1.51-2.61 0-1.65 1.35-3 3-3 1.38 0 2.54.93 2.89 2.2.13.46.51.8.98.8zm.63 6c-.38 0-.75.07-1.09.2-.4.16-.86-.04-1.08-.41l-2.6-4.32C11.53 8.35 11 7.74 11 7c0-.83.67-1.5 1.5-1.5S14 6.17 14 7c0 .15-.02.29-.06.43l2.19 3.65c.28-.05.57-.08.87-.08 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.86 0-1.68-.22-2.39-.61-.92-.5-.58-1.89.47-1.89.17 0 .34.05.49.14.42.23.91.36 1.43.36 1.65 0 3-1.35 3-3s-1.35-3-3-3z"})
"WebhookRounded"))
================================================
FILE: src/icons/reagent_mui/icons/webhook_sharp.cljs
================================================
(ns reagent-mui.icons.webhook-sharp
"Imports @mui/icons-material/WebhookSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def webhook-sharp (create-svg-icon (e "path" #js {"d" "M10 15h5.88c.27-.31.67-.5 1.12-.5.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.44 0-.84-.19-1.12-.5H11.9c-.46 2.28-2.48 4-4.9 4-2.76 0-5-2.24-5-5 0-2.42 1.72-4.44 4-4.9v2.07c-1.16.41-2 1.53-2 2.83 0 1.65 1.35 3 3 3s3-1.35 3-3v-1zm2.5-11c1.65 0 3 1.35 3 3h2c0-2.76-2.24-5-5-5s-5 2.24-5 5c0 1.43.6 2.71 1.55 3.62l-2.35 3.9c-.68.14-1.2.75-1.2 1.48 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.16-.02-.31-.07-.45l3.38-5.63C10.49 9.61 9.5 8.42 9.5 7c0-1.65 1.35-3 3-3zm4.5 9c-.64 0-1.23.2-1.72.54l-3.05-5.07C11.53 8.35 11 7.74 11 7c0-.83.67-1.5 1.5-1.5S14 6.17 14 7c0 .15-.02.29-.06.43l2.19 3.65c.28-.05.57-.08.87-.08 2.76 0 5 2.24 5 5s-2.24 5-5 5c-1.85 0-3.47-1.01-4.33-2.5h2.67c.48.32 1.05.5 1.66.5 1.65 0 3-1.35 3-3s-1.35-3-3-3z"})
"WebhookSharp"))
================================================
FILE: src/icons/reagent_mui/icons/webhook_two_tone.cljs
================================================
(ns reagent-mui.icons.webhook-two-tone
"Imports @mui/icons-material/WebhookTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def webhook-two-tone (create-svg-icon (e "path" #js {"d" "M10 15h5.88c.27-.31.67-.5 1.12-.5.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.44 0-.84-.19-1.12-.5H11.9c-.46 2.28-2.48 4-4.9 4-2.76 0-5-2.24-5-5 0-2.42 1.72-4.44 4-4.9v2.07c-1.16.41-2 1.53-2 2.83 0 1.65 1.35 3 3 3s3-1.35 3-3v-1zm2.5-11c1.65 0 3 1.35 3 3h2c0-2.76-2.24-5-5-5s-5 2.24-5 5c0 1.43.6 2.71 1.55 3.62l-2.35 3.9c-.68.14-1.2.75-1.2 1.48 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.16-.02-.31-.07-.45l3.38-5.63C10.49 9.61 9.5 8.42 9.5 7c0-1.65 1.35-3 3-3zm4.5 9c-.64 0-1.23.2-1.72.54l-3.05-5.07C11.53 8.35 11 7.74 11 7c0-.83.67-1.5 1.5-1.5S14 6.17 14 7c0 .15-.02.29-.06.43l2.19 3.65c.28-.05.57-.08.87-.08 2.76 0 5 2.24 5 5s-2.24 5-5 5c-1.85 0-3.47-1.01-4.33-2.5h2.67c.48.32 1.05.5 1.66.5 1.65 0 3-1.35 3-3s-1.35-3-3-3z"})
"WebhookTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/weekend.cljs
================================================
(ns reagent-mui.icons.weekend
"Imports @mui/icons-material/Weekend as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def weekend (create-svg-icon (e "path" #js {"d" "M21 10c-1.1 0-2 .9-2 2v3H5v-3c0-1.1-.89-2-2-2s-2 .9-2 2v5c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2zm-3-5H6c-1.1 0-2 .9-2 2v2.15c1.16.41 2 1.52 2 2.81V14h12v-2.03c0-1.3.84-2.4 2-2.81V7c0-1.1-.9-2-2-2z"})
"Weekend"))
================================================
FILE: src/icons/reagent_mui/icons/weekend_outlined.cljs
================================================
(ns reagent-mui.icons.weekend-outlined
"Imports @mui/icons-material/WeekendOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def weekend-outlined (create-svg-icon (e "path" #js {"d" "M21 9V7c0-1.65-1.35-3-3-3H6C4.35 4 3 5.35 3 7v2c-1.65 0-3 1.35-3 3v5c0 1.65 1.35 3 3 3h18c1.65 0 3-1.35 3-3v-5c0-1.65-1.35-3-3-3zM5 7c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v2.78c-.61.55-1 1.34-1 2.22v2H6v-2c0-.88-.39-1.67-1-2.22V7zm17 10c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v4h16v-4c0-.55.45-1 1-1s1 .45 1 1v5z"})
"WeekendOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/weekend_rounded.cljs
================================================
(ns reagent-mui.icons.weekend-rounded
"Imports @mui/icons-material/WeekendRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def weekend-rounded (create-svg-icon (e "path" #js {"d" "M21 10c-1.1 0-2 .9-2 2v3H5v-3c0-1.1-.9-2-2-2s-2 .9-2 2v5c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2zm-3-5H6c-1.1 0-2 .9-2 2v2.15c1.16.41 2 1.51 2 2.82V14h12v-2.03c0-1.3.84-2.4 2-2.82V7c0-1.1-.9-2-2-2z"})
"WeekendRounded"))
================================================
FILE: src/icons/reagent_mui/icons/weekend_sharp.cljs
================================================
(ns reagent-mui.icons.weekend-sharp
"Imports @mui/icons-material/WeekendSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def weekend-sharp (create-svg-icon (e "path" #js {"d" "M6 9.03V14h12V9.03h2V5H4v4.03zM19 15H5v-4.97H1V19h22v-8.97h-4z"})
"WeekendSharp"))
================================================
FILE: src/icons/reagent_mui/icons/weekend_two_tone.cljs
================================================
(ns reagent-mui.icons.weekend-two-tone
"Imports @mui/icons-material/WeekendTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def weekend-two-tone (create-svg-icon [(e "path" #js {"d" "M21 11c-.55 0-1 .45-1 1v4H4v-4c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1zM6 14h12v-2c0-.88.39-1.67 1-2.22V7c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v2.78c.61.55 1 1.34 1 2.22v2z", "opacity" ".3"}) (e "path" #js {"d" "M21 9V7c0-1.65-1.35-3-3-3H6C4.35 4 3 5.35 3 7v2c-1.65 0-3 1.35-3 3v5c0 1.65 1.35 3 3 3h18c1.65 0 3-1.35 3-3v-5c0-1.65-1.35-3-3-3zM5 7c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v2.78c-.61.55-1 1.34-1 2.22v2H6v-2c0-.88-.39-1.67-1-2.22V7zm17 10c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v4h16v-4c0-.55.45-1 1-1s1 .45 1 1v5z"})]
"WeekendTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/west.cljs
================================================
(ns reagent-mui.icons.west
"Imports @mui/icons-material/West as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def west (create-svg-icon (e "path" #js {"d" "m9 19 1.41-1.41L5.83 13H22v-2H5.83l4.59-4.59L9 5l-7 7 7 7z"})
"West"))
================================================
FILE: src/icons/reagent_mui/icons/west_outlined.cljs
================================================
(ns reagent-mui.icons.west-outlined
"Imports @mui/icons-material/WestOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def west-outlined (create-svg-icon (e "path" #js {"d" "m9 19 1.41-1.41L5.83 13H22v-2H5.83l4.59-4.59L9 5l-7 7 7 7z"})
"WestOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/west_rounded.cljs
================================================
(ns reagent-mui.icons.west-rounded
"Imports @mui/icons-material/WestRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def west-rounded (create-svg-icon (e "path" #js {"d" "M9.7 18.3c.39-.39.39-1.02 0-1.41L5.83 13H21c.55 0 1-.45 1-1s-.45-1-1-1H5.83l3.88-3.88c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L2.7 11.3c-.39.39-.39 1.02 0 1.41l5.59 5.59c.39.38 1.03.38 1.41 0z"})
"WestRounded"))
================================================
FILE: src/icons/reagent_mui/icons/west_sharp.cljs
================================================
(ns reagent-mui.icons.west-sharp
"Imports @mui/icons-material/WestSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def west-sharp (create-svg-icon (e "path" #js {"d" "m9 19 1.41-1.41L5.83 13H22v-2H5.83l4.59-4.59L9 5l-7 7 7 7z"})
"WestSharp"))
================================================
FILE: src/icons/reagent_mui/icons/west_two_tone.cljs
================================================
(ns reagent-mui.icons.west-two-tone
"Imports @mui/icons-material/WestTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def west-two-tone (create-svg-icon (e "path" #js {"d" "m9 19 1.41-1.41L5.83 13H22v-2H5.83l4.59-4.59L9 5l-7 7 7 7z"})
"WestTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/whats_app.cljs
================================================
(ns reagent-mui.icons.whats-app
"Imports @mui/icons-material/WhatsApp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def whats-app (create-svg-icon (e "path" #js {"d" "M16.75 13.96c.25.13.41.2.46.3.06.11.04.61-.21 1.18-.2.56-1.24 1.1-1.7 1.12-.46.02-.47.36-2.96-.73-2.49-1.09-3.99-3.75-4.11-3.92-.12-.17-.96-1.38-.92-2.61.05-1.22.69-1.8.95-2.04.24-.26.51-.29.68-.26h.47c.15 0 .36-.06.55.45l.69 1.87c.06.13.1.28.01.44l-.27.41-.39.42c-.12.12-.26.25-.12.5.12.26.62 1.09 1.32 1.78.91.88 1.71 1.17 1.95 1.3.24.14.39.12.54-.04l.81-.94c.19-.25.35-.19.58-.11l1.67.88M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10c-1.97 0-3.8-.57-5.35-1.55L2 22l1.55-4.65A9.969 9.969 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8c0 1.72.54 3.31 1.46 4.61L4.5 19.5l2.89-.96A7.95 7.95 0 0 0 12 20a8 8 0 0 0 8-8 8 8 0 0 0-8-8z"})
"WhatsApp"))
================================================
FILE: src/icons/reagent_mui/icons/whatshot.cljs
================================================
(ns reagent-mui.icons.whatshot
"Imports @mui/icons-material/Whatshot as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def whatshot (create-svg-icon (e "path" #js {"d" "M13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.51 4 10.62 4 14c0 4.42 3.58 8 8 8s8-3.58 8-8C20 8.61 17.41 3.8 13.5.67zM11.71 19c-1.78 0-3.22-1.4-3.22-3.14 0-1.62 1.05-2.76 2.81-3.12 1.77-.36 3.6-1.21 4.62-2.58.39 1.29.59 2.65.59 4.04 0 2.65-2.15 4.8-4.8 4.8z"})
"Whatshot"))
================================================
FILE: src/icons/reagent_mui/icons/whatshot_outlined.cljs
================================================
(ns reagent-mui.icons.whatshot-outlined
"Imports @mui/icons-material/WhatshotOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def whatshot-outlined (create-svg-icon (e "path" #js {"d" "M11.57 13.16c-1.36.28-2.17 1.16-2.17 2.41 0 1.34 1.11 2.42 2.49 2.42 2.05 0 3.71-1.66 3.71-3.71 0-1.07-.15-2.12-.46-3.12-.79 1.07-2.2 1.72-3.57 2zM13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.51 4 10.62 4 14c0 4.42 3.58 8 8 8s8-3.58 8-8C20 8.61 17.41 3.8 13.5.67zM12 20c-3.31 0-6-2.69-6-6 0-1.53.3-3.04.86-4.43 1.01 1.01 2.41 1.63 3.97 1.63 2.66 0 4.75-1.83 5.28-4.43C17.34 8.97 18 11.44 18 14c0 3.31-2.69 6-6 6z"})
"WhatshotOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/whatshot_rounded.cljs
================================================
(ns reagent-mui.icons.whatshot-rounded
"Imports @mui/icons-material/WhatshotRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def whatshot-rounded (create-svg-icon (e "path" #js {"d" "M17.09 4.56c-.7-1.03-1.5-1.99-2.4-2.85-.35-.34-.94-.02-.84.46.19.94.39 2.18.39 3.29 0 2.06-1.35 3.73-3.41 3.73-1.54 0-2.8-.93-3.35-2.26-.1-.2-.14-.32-.2-.54-.11-.42-.66-.55-.9-.18-.18.27-.35.54-.51.83C4.68 9.08 4 11.46 4 14c0 4.42 3.58 8 8 8s8-3.58 8-8c0-3.49-1.08-6.73-2.91-9.44zM11.71 19c-1.78 0-3.22-1.4-3.22-3.14 0-1.62 1.05-2.76 2.81-3.12 1.47-.3 2.98-.93 4.03-1.92.28-.26.74-.14.82.23.23 1.02.35 2.08.35 3.15.01 2.65-2.14 4.8-4.79 4.8z"})
"WhatshotRounded"))
================================================
FILE: src/icons/reagent_mui/icons/whatshot_sharp.cljs
================================================
(ns reagent-mui.icons.whatshot-sharp
"Imports @mui/icons-material/WhatshotSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def whatshot-sharp (create-svg-icon (e "path" #js {"d" "M13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.51 4 10.62 4 14c0 4.42 3.58 8 8 8s8-3.58 8-8C20 8.61 17.41 3.8 13.5.67zM11.71 19c-1.78 0-3.22-1.4-3.22-3.14 0-1.62 1.05-2.76 2.81-3.12 1.77-.36 3.6-1.21 4.62-2.58.39 1.29.59 2.65.59 4.04 0 2.65-2.15 4.8-4.8 4.8z"})
"WhatshotSharp"))
================================================
FILE: src/icons/reagent_mui/icons/whatshot_two_tone.cljs
================================================
(ns reagent-mui.icons.whatshot-two-tone
"Imports @mui/icons-material/WhatshotTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def whatshot-two-tone (create-svg-icon [(e "path" #js {"d" "M16.11 6.77c-.53 2.6-2.62 4.43-5.28 4.43-1.56 0-2.96-.62-3.97-1.63C6.3 10.96 6 12.47 6 14c0 3.31 2.69 6 6 6s6-2.69 6-6c0-2.56-.66-5.03-1.89-7.23zm-4.22 11.22c-1.37 0-2.49-1.08-2.49-2.42 0-1.25.81-2.13 2.17-2.41 1.37-.28 2.78-.93 3.57-1.99.3 1 .46 2.05.46 3.12 0 2.04-1.66 3.7-3.71 3.7z", "opacity" ".3"}) (e "path" #js {"d" "M11.57 13.16c-1.36.28-2.17 1.16-2.17 2.41 0 1.34 1.11 2.42 2.49 2.42 2.05 0 3.71-1.66 3.71-3.71 0-1.07-.15-2.12-.46-3.12-.79 1.07-2.2 1.72-3.57 2zM13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.51 4 10.62 4 14c0 4.42 3.58 8 8 8s8-3.58 8-8C20 8.61 17.41 3.8 13.5.67zM12 20c-3.31 0-6-2.69-6-6 0-1.53.3-3.04.86-4.43 1.01 1.01 2.41 1.63 3.97 1.63 2.66 0 4.75-1.83 5.28-4.43C17.34 8.97 18 11.44 18 14c0 3.31-2.69 6-6 6z"})]
"WhatshotTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wheelchair_pickup.cljs
================================================
(ns reagent-mui.icons.wheelchair-pickup
"Imports @mui/icons-material/WheelchairPickup as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wheelchair-pickup (create-svg-icon (e "path" #js {"d" "M4.5 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm5.5 6.95V9c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v6h2v7h3.5v-.11c-1.24-1.26-2-2.99-2-4.89 0-2.58 1.41-4.84 3.5-6.05zM16.5 17c0 1.65-1.35 3-3 3s-3-1.35-3-3c0-1.11.61-2.06 1.5-2.58v-2.16c-2.02.64-3.5 2.51-3.5 4.74 0 2.76 2.24 5 5 5s5-2.24 5-5h-2zm3.04-3H15V8h-2v8h5.46l2.47 3.71 1.66-1.11-3.05-4.6z"})
"WheelchairPickup"))
================================================
FILE: src/icons/reagent_mui/icons/wheelchair_pickup_outlined.cljs
================================================
(ns reagent-mui.icons.wheelchair-pickup-outlined
"Imports @mui/icons-material/WheelchairPickupOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wheelchair-pickup-outlined (create-svg-icon (e "path" #js {"d" "M4.5 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm5.5 6.95V9c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v6h2v7h3.5v-.11c-1.24-1.26-2-2.99-2-4.89 0-2.58 1.41-4.84 3.5-6.05zM16.5 17c0 1.65-1.35 3-3 3s-3-1.35-3-3c0-1.11.61-2.06 1.5-2.58v-2.16c-2.02.64-3.5 2.51-3.5 4.74 0 2.76 2.24 5 5 5s5-2.24 5-5h-2zm3.04-3H15V8h-2v8h5.46l2.47 3.71 1.66-1.11-3.05-4.6z"})
"WheelchairPickupOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wheelchair_pickup_rounded.cljs
================================================
(ns reagent-mui.icons.wheelchair-pickup-rounded
"Imports @mui/icons-material/WheelchairPickupRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wheelchair-pickup-rounded (create-svg-icon (e "path" #js {"d" "M4.5 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm5.5 6.95V9c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v5c0 .55.45 1 1 1h1v6c0 .55.45 1 1 1h2.5v-.11c-1.24-1.26-2-2.99-2-4.89 0-2.58 1.41-4.84 3.5-6.05zM16.5 17c0 1.65-1.35 3-3 3s-3-1.35-3-3c0-1.11.61-2.06 1.5-2.58v-2.16c-2.02.64-3.5 2.51-3.5 4.74 0 2.76 2.24 5 5 5s5-2.24 5-5h-2zm2.5-3h-4V9c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .55.45 1 1 1h4.46l1.92 2.88c.31.46.93.58 1.39.28.46-.31.58-.93.28-1.39l-2.21-3.32c-.19-.28-.51-.45-.84-.45z"})
"WheelchairPickupRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wheelchair_pickup_sharp.cljs
================================================
(ns reagent-mui.icons.wheelchair-pickup-sharp
"Imports @mui/icons-material/WheelchairPickupSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wheelchair-pickup-sharp (create-svg-icon (e "path" #js {"d" "M4.5 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm5.5 6.95V7H3v8h2v7h3.5v-.11c-1.24-1.26-2-2.99-2-4.89 0-2.58 1.41-4.84 3.5-6.05zM16.5 17c0 1.65-1.35 3-3 3s-3-1.35-3-3c0-1.11.61-2.06 1.5-2.58v-2.16c-2.02.64-3.5 2.51-3.5 4.74 0 2.76 2.24 5 5 5s5-2.24 5-5h-2zm3.04-3H15V8h-2v8h5.46l2.47 3.71 1.66-1.11-3.05-4.6z"})
"WheelchairPickupSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wheelchair_pickup_two_tone.cljs
================================================
(ns reagent-mui.icons.wheelchair-pickup-two-tone
"Imports @mui/icons-material/WheelchairPickupTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wheelchair-pickup-two-tone (create-svg-icon (e "path" #js {"d" "M4.5 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm5.5 6.95V9c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v6h2v7h3.5v-.11c-1.24-1.26-2-2.99-2-4.89 0-2.58 1.41-4.84 3.5-6.05zM16.5 17c0 1.65-1.35 3-3 3s-3-1.35-3-3c0-1.11.61-2.06 1.5-2.58v-2.16c-2.02.64-3.5 2.51-3.5 4.74 0 2.76 2.24 5 5 5s5-2.24 5-5h-2zm3.04-3H15V8h-2v8h5.46l2.47 3.71 1.66-1.11-3.05-4.6z"})
"WheelchairPickupTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/where_to_vote.cljs
================================================
(ns reagent-mui.icons.where-to-vote
"Imports @mui/icons-material/WhereToVote as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def where-to-vote (create-svg-icon (e "path" #js {"d" "M12 2c3.86 0 7 3.14 7 7 0 5.25-7 13-7 13S5 14.25 5 9c0-3.86 3.14-7 7-7zm-1.53 12L17 7.41 15.6 6l-5.13 5.18L8.4 9.09 7 10.5l3.47 3.5z"})
"WhereToVote"))
================================================
FILE: src/icons/reagent_mui/icons/where_to_vote_outlined.cljs
================================================
(ns reagent-mui.icons.where-to-vote-outlined
"Imports @mui/icons-material/WhereToVoteOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def where-to-vote-outlined (create-svg-icon (e "path" #js {"d" "M12 1C7.59 1 4 4.59 4 9c0 5.57 6.96 13.34 7.26 13.67l.74.82.74-.82C13.04 22.34 20 14.57 20 9c0-4.41-3.59-8-8-8zm0 19.47C9.82 17.86 6 12.54 6 9c0-3.31 2.69-6 6-6s6 2.69 6 6c0 3.83-4.25 9.36-6 11.47zm-1.53-9.3L8.71 9.4l-1.42 1.42L10.47 14l6.01-6.01-1.41-1.42z"})
"WhereToVoteOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/where_to_vote_rounded.cljs
================================================
(ns reagent-mui.icons.where-to-vote-rounded
"Imports @mui/icons-material/WhereToVoteRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def where-to-vote-rounded (create-svg-icon (e "path" #js {"d" "M12 2c-4.2 0-8 3.22-8 8.2 0 3.18 2.45 6.92 7.34 11.23.38.33.95.33 1.33 0C17.55 17.12 20 13.38 20 10.2 20 5.22 16.2 2 12 2zm-1.77 10.66-1.41-1.41a.9959.9959 0 0 1 0-1.41c.39-.39 1.02-.39 1.41 0l.71.71 2.83-2.83c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-3.54 3.54c-.38.38-1.02.38-1.41-.01z"})
"WhereToVoteRounded"))
================================================
FILE: src/icons/reagent_mui/icons/where_to_vote_sharp.cljs
================================================
(ns reagent-mui.icons.where-to-vote-sharp
"Imports @mui/icons-material/WhereToVoteSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def where-to-vote-sharp (create-svg-icon (e "path" #js {"d" "M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm-1.53 12-3.48-3.48L8.4 9.1l2.07 2.07 5.13-5.14 1.41 1.42L10.47 14z"})
"WhereToVoteSharp"))
================================================
FILE: src/icons/reagent_mui/icons/where_to_vote_two_tone.cljs
================================================
(ns reagent-mui.icons.where-to-vote-two-tone
"Imports @mui/icons-material/WhereToVoteTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def where-to-vote-two-tone (create-svg-icon [(e "path" #js {"d" "M12 3C8.69 3 6 5.69 6 9c0 3.54 3.82 8.86 6 11.47 1.75-2.11 6-7.63 6-11.47 0-3.31-2.69-6-6-6zm-1.53 11-3.18-3.18L8.71 9.4l1.77 1.77 4.6-4.6 1.41 1.41L10.47 14z", "opacity" ".3"}) (e "path" #js {"d" "M12 1C7.59 1 4 4.59 4 9c0 5.57 6.96 13.34 7.26 13.67l.74.82.74-.82C13.04 22.34 20 14.57 20 9c0-4.41-3.59-8-8-8zm0 19.47C9.82 17.86 6 12.54 6 9c0-3.31 2.69-6 6-6s6 2.69 6 6c0 3.83-4.25 9.36-6 11.47zm3.07-13.9-4.6 4.6L8.71 9.4l-1.42 1.42L10.47 14l6.01-6.01z"})]
"WhereToVoteTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/widgets.cljs
================================================
(ns reagent-mui.icons.widgets
"Imports @mui/icons-material/Widgets as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def widgets (create-svg-icon (e "path" #js {"d" "M13 13v8h8v-8h-8zM3 21h8v-8H3v8zM3 3v8h8V3H3zm13.66-1.31L11 7.34 16.66 13l5.66-5.66-5.66-5.65z"})
"Widgets"))
================================================
FILE: src/icons/reagent_mui/icons/widgets_outlined.cljs
================================================
(ns reagent-mui.icons.widgets-outlined
"Imports @mui/icons-material/WidgetsOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def widgets-outlined (create-svg-icon (e "path" #js {"d" "m16.66 4.52 2.83 2.83-2.83 2.83-2.83-2.83 2.83-2.83M9 5v4H5V5h4m10 10v4h-4v-4h4M9 15v4H5v-4h4m7.66-13.31L11 7.34 16.66 13l5.66-5.66-5.66-5.65zM11 3H3v8h8V3zm10 10h-8v8h8v-8zm-10 0H3v8h8v-8z"})
"WidgetsOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/widgets_rounded.cljs
================================================
(ns reagent-mui.icons.widgets-rounded
"Imports @mui/icons-material/WidgetsRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def widgets-rounded (create-svg-icon (e "path" #js {"d" "M13 14v6c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1h-6c-.55 0-1 .45-1 1zm-9 7h6c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1zM3 4v6c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1zm12.95-1.6L11.7 6.64c-.39.39-.39 1.02 0 1.41l4.25 4.25c.39.39 1.02.39 1.41 0l4.25-4.25c.39-.39.39-1.02 0-1.41L17.37 2.4c-.39-.39-1.03-.39-1.42 0z"})
"WidgetsRounded"))
================================================
FILE: src/icons/reagent_mui/icons/widgets_sharp.cljs
================================================
(ns reagent-mui.icons.widgets-sharp
"Imports @mui/icons-material/WidgetsSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def widgets-sharp (create-svg-icon (e "path" #js {"d" "M13 13v8h8v-8h-8zM3 21h8v-8H3v8zM3 3v8h8V3H3zm13.66-1.31L11 7.34 16.66 13l5.66-5.66-5.66-5.65z"})
"WidgetsSharp"))
================================================
FILE: src/icons/reagent_mui/icons/widgets_two_tone.cljs
================================================
(ns reagent-mui.icons.widgets-two-tone
"Imports @mui/icons-material/WidgetsTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def widgets-two-tone (create-svg-icon [(e "path" #js {"d" "M5 5h4v4H5zm10 10h4v4h-4zM5 15h4v4H5zM16.66 4.52l-2.83 2.82 2.83 2.83 2.83-2.83z", "opacity" ".3"}) (e "path" #js {"d" "M16.66 1.69 11 7.34 16.66 13l5.66-5.66-5.66-5.65zm-2.83 5.65 2.83-2.83 2.83 2.83-2.83 2.83-2.83-2.83zM3 3v8h8V3H3zm6 6H5V5h4v4zM3 21h8v-8H3v8zm2-6h4v4H5v-4zm8-2v8h8v-8h-8zm6 6h-4v-4h4v4z"})]
"WidgetsTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/width_full.cljs
================================================
(ns reagent-mui.icons.width-full
"Imports @mui/icons-material/WidthFull as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def width-full (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 6h1v12H4V6zm16 12h-1V6h1v12z"})
"WidthFull"))
================================================
FILE: src/icons/reagent_mui/icons/width_full_outlined.cljs
================================================
(ns reagent-mui.icons.width-full-outlined
"Imports @mui/icons-material/WidthFullOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def width-full-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 18V6h1v12H4zm3 0V6h10v12H7zm13 0h-1V6h1v12z"})
"WidthFullOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/width_full_rounded.cljs
================================================
(ns reagent-mui.icons.width-full-rounded
"Imports @mui/icons-material/WidthFullRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def width-full-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 6h1v12H4V6zm16 12h-1V6h1v12z"})
"WidthFullRounded"))
================================================
FILE: src/icons/reagent_mui/icons/width_full_sharp.cljs
================================================
(ns reagent-mui.icons.width-full-sharp
"Imports @mui/icons-material/WidthFullSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def width-full-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zM4 6h1v12H4V6zm16 12h-1V6h1v12z"})
"WidthFullSharp"))
================================================
FILE: src/icons/reagent_mui/icons/width_full_two_tone.cljs
================================================
(ns reagent-mui.icons.width-full-two-tone
"Imports @mui/icons-material/WidthFullTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def width-full-two-tone (create-svg-icon [(e "path" #js {"d" "M7 6h10v12H7z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM5 18H4V6h1v12zm12 0H7V6h10v12zm3 0h-1V6h1v12z"})]
"WidthFullTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/width_normal.cljs
================================================
(ns reagent-mui.icons.width-normal
"Imports @mui/icons-material/WidthNormal as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def width-normal (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 6h4v12H4V6zm16 12h-4V6h4v12z"})
"WidthNormal"))
================================================
FILE: src/icons/reagent_mui/icons/width_normal_outlined.cljs
================================================
(ns reagent-mui.icons.width-normal-outlined
"Imports @mui/icons-material/WidthNormalOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def width-normal-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 18V6h4v12H4zm6 0V6h4v12h-4zm10 0h-4V6h4v12z"})
"WidthNormalOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/width_normal_rounded.cljs
================================================
(ns reagent-mui.icons.width-normal-rounded
"Imports @mui/icons-material/WidthNormalRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def width-normal-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 6h4v12H4V6zm16 12h-4V6h4v12z"})
"WidthNormalRounded"))
================================================
FILE: src/icons/reagent_mui/icons/width_normal_sharp.cljs
================================================
(ns reagent-mui.icons.width-normal-sharp
"Imports @mui/icons-material/WidthNormalSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def width-normal-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zM4 6h4v12H4V6zm16 12h-4V6h4v12z"})
"WidthNormalSharp"))
================================================
FILE: src/icons/reagent_mui/icons/width_normal_two_tone.cljs
================================================
(ns reagent-mui.icons.width-normal-two-tone
"Imports @mui/icons-material/WidthNormalTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def width-normal-two-tone (create-svg-icon [(e "path" #js {"d" "M10 6h4v12h-4z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM8 18H4V6h4v12zm6 0h-4V6h4v12zm6 0h-4V6h4v12z"})]
"WidthNormalTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/width_wide.cljs
================================================
(ns reagent-mui.icons.width-wide
"Imports @mui/icons-material/WidthWide as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def width-wide (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 6h2v12H4V6zm16 12h-2V6h2v12z"})
"WidthWide"))
================================================
FILE: src/icons/reagent_mui/icons/width_wide_outlined.cljs
================================================
(ns reagent-mui.icons.width-wide-outlined
"Imports @mui/icons-material/WidthWideOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def width-wide-outlined (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 18V6h2v12H4zm4 0V6h8v12H8zm12 0h-2V6h2v12z"})
"WidthWideOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/width_wide_rounded.cljs
================================================
(ns reagent-mui.icons.width-wide-rounded
"Imports @mui/icons-material/WidthWideRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def width-wide-rounded (create-svg-icon (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 6h2v12H4V6zm16 12h-2V6h2v12z"})
"WidthWideRounded"))
================================================
FILE: src/icons/reagent_mui/icons/width_wide_sharp.cljs
================================================
(ns reagent-mui.icons.width-wide-sharp
"Imports @mui/icons-material/WidthWideSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def width-wide-sharp (create-svg-icon (e "path" #js {"d" "M22 4H2v16h20V4zM4 6h2v12H4V6zm16 12h-2V6h2v12z"})
"WidthWideSharp"))
================================================
FILE: src/icons/reagent_mui/icons/width_wide_two_tone.cljs
================================================
(ns reagent-mui.icons.width-wide-two-tone
"Imports @mui/icons-material/WidthWideTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def width-wide-two-tone (create-svg-icon [(e "path" #js {"d" "M8 6h8v12H8z", "opacity" ".3"}) (e "path" #js {"d" "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM6 18H4V6h2v12zm10 0H8V6h8v12zm4 0h-2V6h2v12z"})]
"WidthWideTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wifi.cljs
================================================
(ns reagent-mui.icons.wifi
"Imports @mui/icons-material/Wifi as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi (create-svg-icon (e "path" #js {"d" "m1 9 2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8 3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm-4-4 2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13z"})
"Wifi"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_1_bar.cljs
================================================
(ns reagent-mui.icons.wifi-1-bar
"Imports @mui/icons-material/Wifi1Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-1-bar (create-svg-icon (e "path" #js {"d" "M15.53 17.46 12 21l-3.53-3.54c.9-.9 2.15-1.46 3.53-1.46s2.63.56 3.53 1.46z"})
"Wifi1Bar"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_1_bar_outlined.cljs
================================================
(ns reagent-mui.icons.wifi-1-bar-outlined
"Imports @mui/icons-material/Wifi1BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-1-bar-outlined (create-svg-icon (e "path" #js {"d" "M15.53 17.46 12 21l-3.53-3.54c.9-.9 2.15-1.46 3.53-1.46s2.63.56 3.53 1.46z"})
"Wifi1BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_1_bar_rounded.cljs
================================================
(ns reagent-mui.icons.wifi-1-bar-rounded
"Imports @mui/icons-material/Wifi1BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-1-bar-rounded (create-svg-icon (e "circle" #js {"cx" "12", "cy" "18", "r" "2"})
"Wifi1BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_1_bar_sharp.cljs
================================================
(ns reagent-mui.icons.wifi-1-bar-sharp
"Imports @mui/icons-material/Wifi1BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-1-bar-sharp (create-svg-icon (e "path" #js {"d" "M15.53 17.46 12 21l-3.53-3.54c.9-.9 2.15-1.46 3.53-1.46s2.63.56 3.53 1.46z"})
"Wifi1BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_1_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.wifi-1-bar-two-tone
"Imports @mui/icons-material/Wifi1BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-1-bar-two-tone (create-svg-icon (e "path" #js {"d" "M15.53 17.46 12 21l-3.53-3.54c.9-.9 2.15-1.46 3.53-1.46s2.63.56 3.53 1.46z"})
"Wifi1BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_2_bar.cljs
================================================
(ns reagent-mui.icons.wifi-2-bar
"Imports @mui/icons-material/Wifi2Bar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-2-bar (create-svg-icon (e "path" #js {"d" "M12 10c3.03 0 5.78 1.23 7.76 3.22l-2.12 2.12C16.2 13.9 14.2 13 12 13c-2.2 0-4.2.9-5.64 2.35l-2.12-2.12C6.22 11.23 8.97 10 12 10zm0 6c-1.38 0-2.63.56-3.53 1.46L12 21l3.53-3.54c-.9-.9-2.15-1.46-3.53-1.46z"})
"Wifi2Bar"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_2_bar_outlined.cljs
================================================
(ns reagent-mui.icons.wifi-2-bar-outlined
"Imports @mui/icons-material/Wifi2BarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-2-bar-outlined (create-svg-icon (e "path" #js {"d" "M12 10c3.03 0 5.78 1.23 7.76 3.22l-2.12 2.12C16.2 13.9 14.2 13 12 13c-2.2 0-4.2.9-5.64 2.35l-2.12-2.12C6.22 11.23 8.97 10 12 10zm0 6c-1.38 0-2.63.56-3.53 1.46L12 21l3.53-3.54c-.9-.9-2.15-1.46-3.53-1.46z"})
"Wifi2BarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_2_bar_rounded.cljs
================================================
(ns reagent-mui.icons.wifi-2-bar-rounded
"Imports @mui/icons-material/Wifi2BarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-2-bar-rounded (create-svg-icon (e "path" #js {"d" "M12 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6.62-1.63c-.63-.63-.59-1.71.13-2.24C7.33 10.79 9.57 10 12 10c2.43 0 4.67.79 6.49 2.13.72.53.76 1.6.13 2.24-.53.54-1.37.57-1.98.12C15.33 13.55 13.73 13 12 13c-1.73 0-3.33.55-4.64 1.49-.61.44-1.45.41-1.98-.12z"})
"Wifi2BarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_2_bar_sharp.cljs
================================================
(ns reagent-mui.icons.wifi-2-bar-sharp
"Imports @mui/icons-material/Wifi2BarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-2-bar-sharp (create-svg-icon (e "path" #js {"d" "M12 10c3.03 0 5.78 1.23 7.76 3.22l-2.12 2.12C16.2 13.9 14.2 13 12 13c-2.2 0-4.2.9-5.64 2.35l-2.12-2.12C6.22 11.23 8.97 10 12 10zm0 6c-1.38 0-2.63.56-3.53 1.46L12 21l3.53-3.54c-.9-.9-2.15-1.46-3.53-1.46z"})
"Wifi2BarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_2_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.wifi-2-bar-two-tone
"Imports @mui/icons-material/Wifi2BarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-2-bar-two-tone (create-svg-icon (e "path" #js {"d" "M12 10c3.03 0 5.78 1.23 7.76 3.22l-2.12 2.12C16.2 13.9 14.2 13 12 13c-2.2 0-4.2.9-5.64 2.35l-2.12-2.12C6.22 11.23 8.97 10 12 10zm0 6c-1.38 0-2.63.56-3.53 1.46L12 21l3.53-3.54c-.9-.9-2.15-1.46-3.53-1.46z"})
"Wifi2BarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_calling.cljs
================================================
(ns reagent-mui.icons.wifi-calling
"Imports @mui/icons-material/WifiCalling as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-calling (create-svg-icon [(e "path" #js {"d" "M22 4.95C21.79 4.78 19.67 3 16.5 3c-3.18 0-5.29 1.78-5.5 1.95L16.5 12 22 4.95z"}) (e "path" #js {"d" "M20 15.51c-1.24 0-2.45-.2-3.57-.57-.35-.12-.75-.03-1.02.24l-2.2 2.2c-2.83-1.45-5.15-3.76-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1z"})]
"WifiCalling"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_calling_3.cljs
================================================
(ns reagent-mui.icons.wifi-calling-3
"Imports @mui/icons-material/WifiCalling3 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-calling-3 (create-svg-icon [(e "path" #js {"d" "M16.49 3c-2.21 0-4.21.9-5.66 2.34l1.06 1.06c1.18-1.18 2.8-1.91 4.59-1.91s3.42.73 4.59 1.91l1.06-1.06C20.7 3.9 18.7 3 16.49 3z"}) (e "path" #js {"d" "M20.03 7.46C19.12 6.56 17.87 6 16.49 6s-2.63.56-3.54 1.46l1.06 1.06c.63-.63 1.51-1.03 2.47-1.03s1.84.39 2.47 1.03l1.08-1.06zm-4.95 2.13L16.49 11l1.41-1.41c-.36-.37-.86-.59-1.41-.59s-1.05.22-1.41.59z"}) (e "path" #js {"d" "m15.63 14.4-2.52 2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c.23-.24.33-.57.27-.9L9.13 3.8c-.09-.46-.5-.8-.98-.8H4c-.56 0-1.03.47-1 1.03.17 2.89 1.05 5.6 2.43 7.97 1.58 2.73 3.85 4.99 6.57 6.57 2.37 1.37 5.08 2.26 7.97 2.43.56.03 1.03-.44 1.03-1v-4.15c0-.48-.34-.89-.8-.98l-3.67-.73c-.33-.07-.67.03-.9.26z"})]
"WifiCalling3"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_calling_3_outlined.cljs
================================================
(ns reagent-mui.icons.wifi-calling-3-outlined
"Imports @mui/icons-material/WifiCalling3Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-calling-3-outlined (create-svg-icon [(e "path" #js {"d" "M16.49 4.5c1.79 0 3.42.73 4.59 1.91l1.06-1.06C20.7 3.9 18.7 3 16.49 3c-2.21 0-4.21.9-5.66 2.34l1.06 1.06c1.19-1.17 2.81-1.9 4.6-1.9z"}) (e "path" #js {"d" "M16.49 6c-1.38 0-2.63.56-3.54 1.46l1.06 1.06c.63-.63 1.51-1.03 2.47-1.03s1.84.39 2.47 1.03l1.06-1.06C19.12 6.56 17.87 6 16.49 6zm0 3c-.55 0-1.05.22-1.41.59L16.49 11l1.41-1.41c-.36-.37-.86-.59-1.41-.59z"}) (e "path" #js {"d" "m20.2 14.87-3.67-.73c-.5-.1-.83.2-.9.27l-2.52 2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c.23-.24.33-.57.27-.9L9.13 3.8c-.09-.46-.5-.8-.98-.8H4c-.56 0-1.03.47-1 1.03.17 2.89 1.05 5.6 2.43 7.97 1.58 2.73 3.85 4.99 6.57 6.57 2.37 1.37 5.08 2.26 7.97 2.43.55.03 1.03-.43 1.03-1v-4.15c0-.48-.34-.89-.8-.98zM5.1 5h2.23l.47 2.35L6.17 9c-.54-1.3-.9-2.63-1.07-4zM19 18.9c-1.37-.18-2.7-.53-4-1.07l1.65-1.63 2.35.47v2.23z"})]
"WifiCalling3Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_calling_3_rounded.cljs
================================================
(ns reagent-mui.icons.wifi-calling-3-rounded
"Imports @mui/icons-material/WifiCalling3Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-calling-3-rounded (create-svg-icon [(e "path" #js {"d" "M21.54 4.8C20.17 3.67 18.41 3 16.49 3s-3.67.67-5.05 1.8c-.34.28-.36.79-.05 1.1l.01.01c.27.27.7.29 1 .05 1.12-.91 2.54-1.45 4.09-1.45s2.97.55 4.09 1.45c.3.24.73.23 1-.05l.01-.01c.31-.31.29-.83-.05-1.1z"}) (e "path" #js {"d" "M19.45 8.04c.33-.33.28-.88-.11-1.15-.8-.56-1.79-.89-2.85-.89s-2.04.33-2.85.89c-.38.27-.44.82-.11 1.15.25.25.65.31.94.1.57-.4 1.27-.64 2.02-.64s1.45.24 2.02.64c.29.21.69.15.94-.1zm-2.96.86c-.32 0-.62.08-.89.21-.3.15-.34.56-.11.79l.65.65c.2.2.51.2.71 0l.65-.65c.23-.23.19-.64-.11-.79-.27-.14-.58-.21-.9-.21z"}) (e "path" #js {"d" "m15.63 14.4-2.52 2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c.23-.24.33-.57.27-.9L9.13 3.8c-.09-.46-.5-.8-.98-.8H4c-.56 0-1.03.47-1 1.03.17 2.89 1.05 5.6 2.43 7.97 1.58 2.73 3.85 4.99 6.57 6.57 2.37 1.37 5.08 2.26 7.97 2.43.56.03 1.03-.44 1.03-1v-4.15c0-.48-.34-.89-.8-.98l-3.67-.73c-.33-.07-.67.03-.9.26z"})]
"WifiCalling3Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_calling_3_sharp.cljs
================================================
(ns reagent-mui.icons.wifi-calling-3-sharp
"Imports @mui/icons-material/WifiCalling3Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-calling-3-sharp (create-svg-icon [(e "path" #js {"d" "M16.49 3c-2.21 0-4.21.9-5.66 2.34l1.06 1.06c1.18-1.18 2.8-1.91 4.59-1.91s3.42.73 4.59 1.91l1.06-1.06C20.7 3.9 18.7 3 16.49 3z"}) (e "path" #js {"d" "M20.03 7.46C19.12 6.56 17.87 6 16.49 6s-2.63.56-3.54 1.46l1.06 1.06c.63-.63 1.51-1.03 2.47-1.03s1.84.39 2.47 1.03l1.08-1.06zm-4.95 2.13L16.49 11l1.41-1.41c-.36-.37-.86-.59-1.41-.59s-1.05.22-1.41.59z"}) (e "path" #js {"d" "m21 15-5-1-2.9 2.9c-2.5-1.43-4.57-3.5-6-6L10 8 9 3H3c0 3.28.89 6.35 2.43 9 1.58 2.73 3.85 4.99 6.57 6.57C14.65 20.1 17.72 21 21 21v-6z"})]
"WifiCalling3Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_calling_3_two_tone.cljs
================================================
(ns reagent-mui.icons.wifi-calling-3-two-tone
"Imports @mui/icons-material/WifiCalling3TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-calling-3-two-tone (create-svg-icon [(e "path" #js {"d" "M16.49 3c-2.21 0-4.21.9-5.66 2.34l1.06 1.06c1.18-1.18 2.8-1.91 4.59-1.91s3.42.73 4.59 1.91l1.06-1.06C20.7 3.9 18.7 3 16.49 3z"}) (e "path" #js {"d" "M20.03 7.46C19.12 6.56 17.87 6 16.49 6s-2.63.56-3.54 1.46l1.06 1.06c.63-.63 1.51-1.03 2.47-1.03s1.84.39 2.47 1.03l1.08-1.06zm-4.95 2.13L16.49 11l1.41-1.41c-.36-.37-.86-.59-1.41-.59s-1.05.22-1.41.59z"}) (e "path" #js {"d" "M15 17.83c1.29.54 2.63.89 4 1.07v-2.23l-2.35-.47L15 17.83zM7.33 5H5.1c.18 1.37.53 2.7 1.07 4L7.8 7.35 7.33 5z", "opacity" ".3"}) (e "path" #js {"d" "m20.2 14.87-3.67-.73c-.5-.1-.83.2-.9.27l-2.52 2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c.23-.24.33-.57.27-.9L9.13 3.8c-.09-.46-.5-.8-.98-.8H4c-.56 0-1.03.47-1 1.03.17 2.89 1.05 5.6 2.43 7.97 1.58 2.73 3.85 4.99 6.57 6.57 2.37 1.37 5.08 2.26 7.97 2.43.55.03 1.03-.43 1.03-1v-4.15c0-.48-.34-.89-.8-.98zM5.1 5h2.23l.47 2.35L6.17 9c-.54-1.3-.9-2.63-1.07-4zM19 18.9c-1.37-.18-2.7-.53-4-1.07l1.65-1.63 2.35.47v2.23z"})]
"WifiCalling3TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_calling_outlined.cljs
================================================
(ns reagent-mui.icons.wifi-calling-outlined
"Imports @mui/icons-material/WifiCallingOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-calling-outlined (create-svg-icon [(e "path" #js {"d" "M20 15.51c-1.24 0-2.45-.2-3.57-.57-.1-.04-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.45-5.15-3.76-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1zM5.03 5h1.5c.07.89.22 1.76.46 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.79zM19 18.97c-1.32-.09-2.59-.35-3.8-.75l1.19-1.19c.85.24 1.72.39 2.6.45v1.49z"}) (e "path" #js {"d" "M22 4.95C21.79 4.78 19.67 3 16.5 3c-3.18 0-5.29 1.78-5.5 1.95L16.5 12 22 4.95z"})]
"WifiCallingOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_calling_rounded.cljs
================================================
(ns reagent-mui.icons.wifi-calling-rounded
"Imports @mui/icons-material/WifiCallingRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-calling-rounded (create-svg-icon [(e "path" #js {"d" "M22 4.95C21.79 4.78 19.67 3 16.5 3c-3.18 0-5.29 1.78-5.5 1.95L16.5 12 22 4.95z"}) (e "path" #js {"d" "m19.2 15.28-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.04.57-1.64L8.72 4.8c-.12-1.01-.97-1.77-1.99-1.77H5c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.37 15.9 15.9 1.13.07 2.07-.87 2.07-2v-1.73c0-1.02-.76-1.87-1.77-1.99z"})]
"WifiCallingRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_calling_sharp.cljs
================================================
(ns reagent-mui.icons.wifi-calling-sharp
"Imports @mui/icons-material/WifiCallingSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-calling-sharp (create-svg-icon [(e "path" #js {"d" "M13.21 17.37c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51l-5.27-.61-2.52 2.52z"}) (e "path" #js {"d" "M22 4.95C21.79 4.78 19.67 3 16.5 3c-3.18 0-5.29 1.78-5.5 1.95L16.5 12 22 4.95z"})]
"WifiCallingSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_calling_two_tone.cljs
================================================
(ns reagent-mui.icons.wifi-calling-two-tone
"Imports @mui/icons-material/WifiCallingTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-calling-two-tone (create-svg-icon [(e "path" #js {"d" "M15.2 18.21c1.2.41 2.48.67 3.8.75v-1.49c-.88-.07-1.75-.22-2.6-.45l-1.2 1.19zM6.54 5h-1.5c.09 1.32.35 2.59.75 3.8l1.2-1.2c-.24-.84-.39-1.71-.45-2.6z", "opacity" ".3"}) (e "path" #js {"d" "M20 15.51c-1.24 0-2.45-.2-3.57-.57-.1-.04-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.45-5.15-3.76-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1zM5.03 5h1.5c.07.89.22 1.76.46 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.79zM19 18.97c-1.32-.09-2.59-.35-3.8-.75l1.19-1.19c.85.24 1.72.39 2.6.45v1.49z"}) (e "path" #js {"d" "M22 4.95C21.79 4.78 19.67 3 16.5 3c-3.18 0-5.29 1.78-5.5 1.95L16.5 12 22 4.95z"})]
"WifiCallingTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_channel.cljs
================================================
(ns reagent-mui.icons.wifi-channel
"Imports @mui/icons-material/WifiChannel as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-channel (create-svg-icon (e "path" #js {"d" "M16 3c-2.51 0-3.77 5.61-4.4 10.57C10.79 10.66 9.61 8 8 8 4.43 8 3 21 3 21h2.01c.61-5.27 2-9.82 2.99-10.87.98 1.05 2.38 5.61 2.99 10.87H13c.5-2.53 2-6 3-6s2.5 3.53 3 6h2s-.5-18-5-18zm0 10c-.99 0-1.82.62-2.5 1.5.57-4.77 1.54-8.62 2.5-9.44.97.81 1.91 4.67 2.49 9.43C17.81 13.62 16.98 13 16 13z"})
"WifiChannel"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_channel_outlined.cljs
================================================
(ns reagent-mui.icons.wifi-channel-outlined
"Imports @mui/icons-material/WifiChannelOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-channel-outlined (create-svg-icon (e "path" #js {"d" "M16 3c-2.51 0-3.77 5.61-4.4 10.57C10.79 10.66 9.61 8 8 8 4.43 8 3 21 3 21h2.01c.61-5.27 2-9.82 2.99-10.87.98 1.05 2.38 5.61 2.99 10.87H13c.5-2.53 2-6 3-6s2.5 3.53 3 6h2s-.5-18-5-18zm0 10c-.99 0-1.82.62-2.5 1.5.57-4.77 1.54-8.62 2.5-9.44.97.81 1.91 4.67 2.49 9.43C17.81 13.62 16.98 13 16 13z"})
"WifiChannelOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_channel_rounded.cljs
================================================
(ns reagent-mui.icons.wifi-channel-rounded
"Imports @mui/icons-material/WifiChannelRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-channel-rounded (create-svg-icon (e "path" #js {"d" "M4.13 21c.5 0 .92-.38.99-.87.65-4.89 1.95-9.01 2.88-10 .91.98 2.19 5.01 2.86 9.82.08.6.59 1.05 1.19 1.05.54 0 1.02-.36 1.16-.89.62-2.38 1.9-5.11 2.79-5.11.9 0 2.19 2.83 2.81 5.2.12.48.56.8 1.05.8.62 0 1.12-.52 1.09-1.14C20.75 15.89 19.81 3 16 3c-2.51 0-3.77 5.61-4.4 10.57C10.79 10.66 9.61 8 8 8c-2.92 0-4.41 8.71-4.85 11.87-.09.6.38 1.13.98 1.13zM16 13c-.99 0-1.82.62-2.5 1.5.57-4.77 1.54-8.62 2.5-9.44.97.81 1.91 4.67 2.49 9.43C17.81 13.62 16.98 13 16 13z"})
"WifiChannelRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_channel_sharp.cljs
================================================
(ns reagent-mui.icons.wifi-channel-sharp
"Imports @mui/icons-material/WifiChannelSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-channel-sharp (create-svg-icon (e "path" #js {"d" "M16 3c-2.51 0-3.77 5.61-4.4 10.57C10.79 10.66 9.61 8 8 8 4.43 8 3 21 3 21h2.01c.61-5.27 2-9.82 2.99-10.87.98 1.05 2.38 5.61 2.99 10.87H13c.5-2.53 2-6 3-6s2.5 3.53 3 6h2s-.5-18-5-18zm0 10c-.99 0-1.82.62-2.5 1.5.57-4.77 1.54-8.62 2.5-9.44.97.81 1.91 4.67 2.49 9.43C17.81 13.62 16.98 13 16 13z"})
"WifiChannelSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_channel_two_tone.cljs
================================================
(ns reagent-mui.icons.wifi-channel-two-tone
"Imports @mui/icons-material/WifiChannelTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-channel-two-tone (create-svg-icon [(e "path" #js {"d" "M13 21c.5-2.53 2-6 3-6s2.5 3.53 3 6h-6zm-7.99 0c.61-5.27 2-9.82 2.99-10.87.98 1.05 2.38 5.61 2.99 10.87H5.01zM16 13c-.99 0-1.82.62-2.5 1.5.57-4.77 1.54-8.62 2.5-9.44.97.81 1.91 4.67 2.49 9.43C17.81 13.62 16.98 13 16 13z", "opacity" ".3"}) (e "path" #js {"d" "M16 3c-2.51 0-3.77 5.61-4.4 10.57C10.79 10.66 9.61 8 8 8 4.43 8 3 21 3 21h2.01c.61-5.27 2-9.82 2.99-10.87.98 1.05 2.38 5.61 2.99 10.87H13c.5-2.53 2-6 3-6s2.5 3.53 3 6h2s-.5-18-5-18zm0 10c-.99 0-1.82.62-2.5 1.5.57-4.77 1.54-8.62 2.5-9.44.97.81 1.91 4.67 2.49 9.43C17.81 13.62 16.98 13 16 13z"})]
"WifiChannelTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_find.cljs
================================================
(ns reagent-mui.icons.wifi-find
"Imports @mui/icons-material/WifiFind as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-find (create-svg-icon [(e "path" #js {"d" "M11 14c0-3.36 2.64-6 6-6 2.2 0 4.08 1.13 5.13 2.86L24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98L12 21l1.86-1.87C12.14 18.09 11 16.2 11 14z"}) (e "path" #js {"d" "M21 14c0-2.24-1.76-4-4-4s-4 1.76-4 4 1.76 4 4 4c.75 0 1.44-.21 2.03-.56L21.59 20 23 18.59l-2.56-2.56c.35-.59.56-1.28.56-2.03zm-6 0c0-1.12.88-2 2-2s2 .88 2 2-.88 2-2 2-2-.88-2-2z"})]
"WifiFind"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_find_outlined.cljs
================================================
(ns reagent-mui.icons.wifi-find-outlined
"Imports @mui/icons-material/WifiFindOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-find-outlined (create-svg-icon [(e "path" #js {"d" "M12 6c4.14 0 7.88 1.68 10.59 4.39L24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98L12 21l1.41-1.42L2.93 9.08C5.45 7.16 8.59 6 12 6z"}) (e "path" #js {"d" "M21 14c0-2.24-1.76-4-4-4s-4 1.76-4 4 1.76 4 4 4c.75 0 1.44-.21 2.03-.56L21.59 20 23 18.59l-2.56-2.56c.35-.59.56-1.28.56-2.03zm-4 2c-1.12 0-2-.88-2-2s.88-2 2-2 2 .88 2 2-.88 2-2 2z"})]
"WifiFindOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_find_rounded.cljs
================================================
(ns reagent-mui.icons.wifi-find-rounded
"Imports @mui/icons-material/WifiFindRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-find-rounded (create-svg-icon [(e "path" #js {"d" "M11 14c0-3.36 2.64-6 6-6 2.2 0 4.08 1.13 5.13 2.86l.36-.37c.86-.86.76-2.27-.2-3.01C19.44 5.3 15.87 4 12 4 8.13 4 4.56 5.3 1.71 7.48c-.96.74-1.06 2.15-.2 3.01l9.08 9.09c.78.78 2.05.78 2.83 0l.45-.45C12.14 18.09 11 16.2 11 14z"}) (e "path" #js {"d" "M20.44 16.03c.35-.59.56-1.28.56-2.03 0-2.24-1.76-4-4-4s-4 1.76-4 4 1.76 4 4 4c.75 0 1.44-.21 2.03-.56l1.85 1.85c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-1.85-1.85zM17 16c-1.12 0-2-.88-2-2s.88-2 2-2 2 .88 2 2-.88 2-2 2z"})]
"WifiFindRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_find_sharp.cljs
================================================
(ns reagent-mui.icons.wifi-find-sharp
"Imports @mui/icons-material/WifiFindSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-find-sharp (create-svg-icon [(e "path" #js {"d" "M11 14c0-3.36 2.64-6 6-6 2.2 0 4.08 1.13 5.13 2.86L24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98L12 21l1.86-1.87C12.14 18.09 11 16.2 11 14z"}) (e "path" #js {"d" "M21 14c0-2.24-1.76-4-4-4s-4 1.76-4 4 1.76 4 4 4c.75 0 1.44-.21 2.03-.56L21.59 20 23 18.59l-2.56-2.56c.35-.59.56-1.28.56-2.03zm-6 0c0-1.12.88-2 2-2s2 .88 2 2-.88 2-2 2-2-.88-2-2z"})]
"WifiFindSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_find_two_tone.cljs
================================================
(ns reagent-mui.icons.wifi-find-two-tone
"Imports @mui/icons-material/WifiFindTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-find-two-tone (create-svg-icon [(e "path" #js {"d" "M22.59 10.39 24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98L12 21l1.41-1.42L2.93 9.08C5.45 7.16 8.59 6 12 6c4.13 0 7.88 1.68 10.59 4.39z"}) (e "path" #js {"d" "m23 18.59-2.56-2.56c.35-.59.56-1.28.56-2.03 0-2.24-1.76-4-4-4s-4 1.76-4 4 1.76 4 4 4c.75 0 1.44-.21 2.03-.56L21.59 20 23 18.59zM15 14c0-1.12.88-2 2-2s2 .88 2 2-.88 2-2 2-2-.88-2-2z"}) (e "path" #js {"d" "M22.59 10.39C19.88 7.68 16.13 6 12 6 8.59 6 5.45 7.16 2.93 9.08l2.26 2.26 8.24 8.24.46-.46C12.15 18.09 11 16.21 11 14c0-1.62.62-3.13 1.75-4.25S15.38 8 17 8c2.21 0 4.09 1.15 5.13 2.89l.49-.49-.02-.02-.01.01z", "opacity" ".3"})]
"WifiFindTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_lock.cljs
================================================
(ns reagent-mui.icons.wifi-lock
"Imports @mui/icons-material/WifiLock as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-lock (create-svg-icon [(e "path" #js {"d" "M21.98 11 24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98l6.35 6.36L12 21l3.05-3.05V15c0-.45.09-.88.23-1.29.54-1.57 2.01-2.71 3.77-2.71h2.93z"}) (e "path" #js {"d" "M22 16v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})]
"WifiLock"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_lock_outlined.cljs
================================================
(ns reagent-mui.icons.wifi-lock-outlined
"Imports @mui/icons-material/WifiLockOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-lock-outlined (create-svg-icon [(e "path" #js {"d" "M21.98 11 24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98l6.35 6.36L12 21l3.05-3.05V15c0-.45.09-.88.23-1.29.54-1.57 2.01-2.71 3.77-2.71h2.93z"}) (e "path" #js {"d" "M22 16v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})]
"WifiLockOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_lock_rounded.cljs
================================================
(ns reagent-mui.icons.wifi-lock-rounded
"Imports @mui/icons-material/WifiLockRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-lock-rounded (create-svg-icon [(e "path" #js {"d" "M23.21 8.24C20.22 5.6 16.3 4 12 4S3.78 5.6.79 8.24C.35 8.63.32 9.3.73 9.71l5.62 5.63 4.94 4.95c.39.39 1.02.39 1.42 0l2.34-2.34V15c0-.45.09-.88.23-1.29.54-1.57 2.01-2.71 3.77-2.71h2.94l1.29-1.29c.4-.41.37-1.08-.07-1.47z"}) (e "path" #js {"d" "M22 16v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})]
"WifiLockRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_lock_sharp.cljs
================================================
(ns reagent-mui.icons.wifi-lock-sharp
"Imports @mui/icons-material/WifiLockSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-lock-sharp (create-svg-icon [(e "path" #js {"d" "M21.98 11 24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98l6.35 6.36L12 21l3.05-3.05V15c0-.45.09-.88.23-1.29.54-1.57 2.01-2.71 3.77-2.71h2.93z"}) (e "path" #js {"d" "M22 15.11c0-1-.68-1.92-1.66-2.08-.12-.02-.24-.02-.36-.02h-.01c-1.09.02-1.97.9-1.97 1.99v1h-1v5h6v-5h-1v-.89zM21 16h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})]
"WifiLockSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_lock_two_tone.cljs
================================================
(ns reagent-mui.icons.wifi-lock-two-tone
"Imports @mui/icons-material/WifiLockTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-lock-two-tone (create-svg-icon [(e "path" #js {"d" "M21.98 11 24 8.98C20.93 5.9 16.69 4 12 4S3.07 5.9 0 8.98l6.35 6.36L12 21l3.05-3.05V15c0-.45.09-.88.23-1.29.54-1.57 2.01-2.71 3.77-2.71h2.93z"}) (e "path" #js {"d" "M22 16v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})]
"WifiLockTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_off.cljs
================================================
(ns reagent-mui.icons.wifi-off
"Imports @mui/icons-material/WifiOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-off (create-svg-icon (e "path" #js {"d" "M22.99 9C19.15 5.16 13.8 3.76 8.84 4.78l2.52 2.52c3.47-.17 6.99 1.05 9.63 3.7l2-2zm-4 4c-1.29-1.29-2.84-2.13-4.49-2.56l3.53 3.53.96-.97zM2 3.05 5.07 6.1C3.6 6.82 2.22 7.78 1 9l1.99 2c1.24-1.24 2.67-2.16 4.2-2.77l2.24 2.24C7.81 10.89 6.27 11.73 5 13v.01L6.99 15c1.36-1.36 3.14-2.04 4.92-2.06L18.98 20l1.27-1.26L3.29 1.79 2 3.05zM9 17l3 3 3-3c-1.65-1.66-4.34-1.66-6 0z"})
"WifiOff"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_off_outlined.cljs
================================================
(ns reagent-mui.icons.wifi-off-outlined
"Imports @mui/icons-material/WifiOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-off-outlined (create-svg-icon (e "path" #js {"d" "m21 11 2-2c-3.73-3.73-8.87-5.15-13.7-4.31l2.58 2.58c3.3-.02 6.61 1.22 9.12 3.73zm-2 2c-1.08-1.08-2.36-1.85-3.72-2.33l3.02 3.02.7-.69zM9 17l3 3 3-3c-1.65-1.66-4.34-1.66-6 0zM3.41 1.64 2 3.05 5.05 6.1C3.59 6.83 2.22 7.79 1 9l2 2c1.23-1.23 2.65-2.16 4.17-2.78l2.24 2.24C7.79 10.89 6.27 11.74 5 13l2 2c1.35-1.35 3.11-2.04 4.89-2.06l7.08 7.08 1.41-1.41L3.41 1.64z"})
"WifiOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_off_rounded.cljs
================================================
(ns reagent-mui.icons.wifi-off-rounded
"Imports @mui/icons-material/WifiOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-off-rounded (create-svg-icon (e "path" #js {"d" "M20.06 10.14c.56.46 1.38.42 1.89-.09.59-.59.55-1.57-.1-2.1-3.59-2.94-8.2-4.03-12.55-3.26l2.59 2.59c2.89-.03 5.8.92 8.17 2.86zm-2.27 1.83c-.78-.57-1.63-1-2.52-1.3l2.95 2.95c.24-.58.1-1.27-.43-1.65zm-3.84 4.26c-1.22-.63-2.68-.63-3.91 0-.59.31-.7 1.12-.23 1.59l1.47 1.47c.39.39 1.02.39 1.41 0l1.47-1.47c.49-.47.39-1.28-.21-1.59zm5.73 1.67L4.12 2.34a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L5.05 6.1c-1.01.5-1.99 1.11-2.89 1.85-.65.53-.69 1.51-.1 2.1.51.51 1.32.56 1.87.1 1-.82 2.1-1.46 3.25-1.93l2.23 2.23c-1.13.3-2.21.8-3.19 1.51-.69.5-.73 1.51-.13 2.11l.01.01c.49.49 1.26.54 1.83.13 1.19-.84 2.58-1.26 3.97-1.29l6.37 6.37c.39.39 1.02.39 1.41 0 .39-.37.39-1 0-1.39z"})
"WifiOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_off_sharp.cljs
================================================
(ns reagent-mui.icons.wifi-off-sharp
"Imports @mui/icons-material/WifiOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-off-sharp (create-svg-icon (e "path" #js {"d" "m21 11 2-2c-3.73-3.73-8.87-5.15-13.7-4.31l2.58 2.58c3.3-.02 6.61 1.22 9.12 3.73zM9 17l3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm10-4c-1.08-1.08-2.36-1.85-3.72-2.33l3.02 3.02.7-.69zM3.41 1.64 2 3.05 5.05 6.1C3.59 6.83 2.22 7.79 1 9l2 2c1.23-1.23 2.65-2.16 4.17-2.78l2.24 2.24C7.79 10.89 6.27 11.74 5 13l2 2c1.35-1.35 3.11-2.04 4.89-2.06l7.08 7.08 1.41-1.41L3.41 1.64z"})
"WifiOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_off_two_tone.cljs
================================================
(ns reagent-mui.icons.wifi-off-two-tone
"Imports @mui/icons-material/WifiOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-off-two-tone (create-svg-icon (e "path" #js {"d" "m21 11 2-2c-3.73-3.73-8.87-5.15-13.7-4.31l2.58 2.58c3.3-.02 6.61 1.22 9.12 3.73zm-2 2c-1.08-1.08-2.36-1.85-3.72-2.33l3.02 3.02.7-.69zM9 17l3 3 3-3c-1.65-1.66-4.34-1.66-6 0zM3.41 1.64 2 3.05 5.05 6.1C3.59 6.83 2.22 7.79 1 9l2 2c1.23-1.23 2.65-2.16 4.17-2.78l2.24 2.24C7.79 10.89 6.27 11.74 5 13l2 2c1.35-1.35 3.11-2.04 4.89-2.06l7.08 7.08 1.41-1.41L3.41 1.64z"})
"WifiOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_outlined.cljs
================================================
(ns reagent-mui.icons.wifi-outlined
"Imports @mui/icons-material/WifiOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-outlined (create-svg-icon (e "path" #js {"d" "m1 9 2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8 3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm-4-4 2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13z"})
"WifiOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_password.cljs
================================================
(ns reagent-mui.icons.wifi-password
"Imports @mui/icons-material/WifiPassword as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-password (create-svg-icon (e "path" #js {"d" "M23 19v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1zm2-10.02-2.12 2.13C19.35 8.57 15.85 7 12 7s-7.35 1.57-9.88 4.11L0 8.98C3.07 5.9 7.31 4 12 4s8.93 1.9 12 4.98zM12 10c3.03 0 5.78 1.23 7.76 3.22l-2.12 2.12C16.2 13.9 14.2 13 12 13c-2.2 0-4.2.9-5.64 2.35l-2.12-2.12C6.22 11.23 8.97 10 12 10zm3.53 7.46L12 21l-3.53-3.54c.9-.9 2.15-1.46 3.53-1.46s2.63.56 3.53 1.46z"})
"WifiPassword"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_password_outlined.cljs
================================================
(ns reagent-mui.icons.wifi-password-outlined
"Imports @mui/icons-material/WifiPasswordOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-password-outlined (create-svg-icon (e "path" #js {"d" "m24 8.98-2.12 2.13C19.35 8.57 15.85 7 12 7s-7.35 1.57-9.88 4.11L0 8.98C3.07 5.9 7.31 4 12 4s8.93 1.9 12 4.98zM4.24 13.22l2.12 2.12C7.8 13.9 9.8 13 12 13c2.2 0 4.2.9 5.64 2.35l2.12-2.12C17.78 11.23 15.03 10 12 10c-3.03 0-5.78 1.23-7.76 3.22zM24 20v3c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1v-1c0-1.1.9-2 2-2s2 .9 2 2v1c.55 0 1 .45 1 1zm-2-2c0-.55-.45-1-1-1s-1 .45-1 1v1h2v-1zm-10-2c-1.38 0-2.63.56-3.53 1.46L12 21l3.53-3.54c-.9-.9-2.15-1.46-3.53-1.46z"})
"WifiPasswordOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_password_rounded.cljs
================================================
(ns reagent-mui.icons.wifi-password-rounded
"Imports @mui/icons-material/WifiPasswordRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-password-rounded (create-svg-icon (e "path" #js {"d" "M18.49 12.13C16.67 10.79 14.43 10 12 10c-2.43 0-4.67.79-6.49 2.13-.72.53-.76 1.6-.13 2.24.53.54 1.37.57 1.98.12C8.67 13.55 10.27 13 12 13c1.73 0 3.33.55 4.64 1.49.62.44 1.45.41 1.98-.12.64-.64.6-1.71-.13-2.24zm4.31-4.24C19.86 5.46 16.1 4 12 4S4.14 5.46 1.2 7.89c-.67.55-.71 1.58-.09 2.21.55.55 1.42.58 2.02.09C5.55 8.2 8.64 7 12 7s6.45 1.2 8.87 3.19c.6.49 1.47.46 2.02-.09.62-.63.58-1.66-.09-2.21zM12 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm11 3v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1v1z"})
"WifiPasswordRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_password_sharp.cljs
================================================
(ns reagent-mui.icons.wifi-password-sharp
"Imports @mui/icons-material/WifiPasswordSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-password-sharp (create-svg-icon (e "path" #js {"d" "m24 8.98-2.12 2.13C19.35 8.57 15.85 7 12 7s-7.35 1.57-9.88 4.11L0 8.98C3.07 5.9 7.31 4 12 4s8.93 1.9 12 4.98zM4.24 13.22l2.12 2.12C7.8 13.9 9.8 13 12 13c2.2 0 4.2.9 5.64 2.35l2.12-2.12C17.78 11.23 15.03 10 12 10c-3.03 0-5.78 1.23-7.76 3.22zM24 19v5h-6v-5h1v-1c0-1.1.9-2 2-2s2 .9 2 2v1h1zm-2-1c0-.55-.45-1-1-1s-1 .45-1 1v1h2v-1zm-10-2c-1.38 0-2.63.56-3.53 1.46L12 21l3.53-3.54c-.9-.9-2.15-1.46-3.53-1.46z"})
"WifiPasswordSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_password_two_tone.cljs
================================================
(ns reagent-mui.icons.wifi-password-two-tone
"Imports @mui/icons-material/WifiPasswordTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-password-two-tone (create-svg-icon (e "path" #js {"d" "m24 8.98-2.12 2.13C19.35 8.57 15.85 7 12 7s-7.35 1.57-9.88 4.11L0 8.98C3.07 5.9 7.31 4 12 4s8.93 1.9 12 4.98zM24 20v3c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1v-1c0-1.1.9-2 2-2s2 .9 2 2v1c.55 0 1 .45 1 1zm-2-2c0-.55-.45-1-1-1s-1 .45-1 1v1h2v-1zM4.24 13.22l2.12 2.12C7.8 13.9 9.8 13 12 13c2.2 0 4.2.9 5.64 2.35l2.12-2.12C17.78 11.23 15.03 10 12 10c-3.03 0-5.78 1.23-7.76 3.22zM12 16c-1.38 0-2.63.56-3.53 1.46L12 21l3.53-3.54c-.9-.9-2.15-1.46-3.53-1.46z"})
"WifiPasswordTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_protected_setup.cljs
================================================
(ns reagent-mui.icons.wifi-protected-setup
"Imports @mui/icons-material/WifiProtectedSetup as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-protected-setup (create-svg-icon [(e "path" #js {"d" "M16.71 5.29 19 3h-8v8l2.3-2.3c1.97 1.46 3.25 3.78 3.25 6.42 0 1.31-.32 2.54-.88 3.63 2.33-1.52 3.88-4.14 3.88-7.13 0-2.52-1.11-4.77-2.84-6.33z"}) (e "path" #js {"d" "M7.46 8.88c0-1.31.32-2.54.88-3.63C6 6.77 4.46 9.39 4.46 12.38c0 2.52 1.1 4.77 2.84 6.33L5 21h8v-8l-2.3 2.3c-1.96-1.46-3.24-3.78-3.24-6.42z"})]
"WifiProtectedSetup"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_protected_setup_outlined.cljs
================================================
(ns reagent-mui.icons.wifi-protected-setup-outlined
"Imports @mui/icons-material/WifiProtectedSetupOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-protected-setup-outlined (create-svg-icon [(e "path" #js {"d" "M16.71 5.29 19 3h-8v8l2.3-2.3c1.97 1.46 3.25 3.78 3.25 6.42 0 1.31-.32 2.54-.88 3.63 2.33-1.52 3.88-4.14 3.88-7.13 0-2.52-1.11-4.77-2.84-6.33z"}) (e "path" #js {"d" "M7.46 8.88c0-1.31.32-2.54.88-3.63C6 6.77 4.46 9.39 4.46 12.38c0 2.52 1.1 4.77 2.84 6.33L5 21h8v-8l-2.3 2.3c-1.96-1.46-3.24-3.78-3.24-6.42z"})]
"WifiProtectedSetupOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_protected_setup_rounded.cljs
================================================
(ns reagent-mui.icons.wifi-protected-setup-rounded
"Imports @mui/icons-material/WifiProtectedSetupRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-protected-setup-rounded (create-svg-icon (e "path" #js {"d" "m16.7 5.3 1.44-1.44c.32-.32.09-.85-.35-.85H11.5c-.28 0-.5.22-.5.5V9.8c0 .45.54.67.85.35L13.3 8.7c1.97 1.46 3.25 3.78 3.25 6.42 0 .66-.08 1.31-.24 1.92-.12.5.48.86.84.49 1.48-1.53 2.4-3.61 2.4-5.91 0-2.51-1.11-4.76-2.85-6.32zm-4.55 8.56L10.7 15.3c-1.97-1.46-3.25-3.78-3.25-6.42 0-.66.08-1.31.24-1.92.12-.5-.48-.86-.84-.49-1.48 1.53-2.4 3.61-2.4 5.91 0 2.52 1.1 4.77 2.84 6.33l-1.44 1.44c-.32.32-.09.85.35.85h6.29c.28 0 .5-.22.5-.5v-6.29c.01-.44-.53-.67-.84-.35z"})
"WifiProtectedSetupRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_protected_setup_sharp.cljs
================================================
(ns reagent-mui.icons.wifi-protected-setup-sharp
"Imports @mui/icons-material/WifiProtectedSetupSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-protected-setup-sharp (create-svg-icon [(e "path" #js {"d" "M16.71 5.29 19 3h-8v8l2.3-2.3c1.97 1.46 3.25 3.78 3.25 6.42 0 1.31-.32 2.54-.88 3.63 2.33-1.52 3.88-4.14 3.88-7.13 0-2.52-1.11-4.77-2.84-6.33z"}) (e "path" #js {"d" "M7.46 8.88c0-1.31.32-2.54.88-3.63C6 6.77 4.46 9.39 4.46 12.38c0 2.52 1.1 4.77 2.84 6.33L5 21h8v-8l-2.3 2.3c-1.96-1.46-3.24-3.78-3.24-6.42z"})]
"WifiProtectedSetupSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_protected_setup_two_tone.cljs
================================================
(ns reagent-mui.icons.wifi-protected-setup-two-tone
"Imports @mui/icons-material/WifiProtectedSetupTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-protected-setup-two-tone (create-svg-icon [(e "path" #js {"d" "M16.71 5.29 19 3h-8v8l2.3-2.3c1.97 1.46 3.25 3.78 3.25 6.42 0 1.31-.32 2.54-.88 3.63 2.33-1.52 3.88-4.14 3.88-7.13 0-2.52-1.11-4.77-2.84-6.33z"}) (e "path" #js {"d" "M7.46 8.88c0-1.31.32-2.54.88-3.63C6 6.77 4.46 9.39 4.46 12.38c0 2.52 1.1 4.77 2.84 6.33L5 21h8v-8l-2.3 2.3c-1.96-1.46-3.24-3.78-3.24-6.42z"})]
"WifiProtectedSetupTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_rounded.cljs
================================================
(ns reagent-mui.icons.wifi-rounded
"Imports @mui/icons-material/WifiRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-rounded (create-svg-icon (e "path" #js {"d" "M2.06 10.06c.51.51 1.32.56 1.87.1 4.67-3.84 11.45-3.84 16.13-.01.56.46 1.38.42 1.89-.09.59-.59.55-1.57-.1-2.1-5.71-4.67-13.97-4.67-19.69 0-.65.52-.7 1.5-.1 2.1zm7.76 7.76 1.47 1.47c.39.39 1.02.39 1.41 0l1.47-1.47c.47-.47.37-1.28-.23-1.59-1.22-.63-2.68-.63-3.91 0-.57.31-.68 1.12-.21 1.59zm-3.73-3.73c.49.49 1.26.54 1.83.13 2.44-1.73 5.72-1.73 8.16 0 .57.4 1.34.36 1.83-.13l.01-.01c.6-.6.56-1.62-.13-2.11-3.44-2.49-8.13-2.49-11.58 0-.69.5-.73 1.51-.12 2.12z"})
"WifiRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_sharp.cljs
================================================
(ns reagent-mui.icons.wifi-sharp
"Imports @mui/icons-material/WifiSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-sharp (create-svg-icon (e "path" #js {"d" "m1 9 2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8 3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm-4-4 2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13z"})
"WifiSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering.cljs
================================================
(ns reagent-mui.icons.wifi-tethering
"Imports @mui/icons-material/WifiTethering as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering (create-svg-icon (e "path" #js {"d" "M12 11c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 2c0-3.31-2.69-6-6-6s-6 2.69-6 6c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45 0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.48-.81 2.75-2 3.45l1 1.74c1.79-1.04 3-2.97 3-5.19zM12 3C6.48 3 2 7.48 2 13c0 3.7 2.01 6.92 4.99 8.65l1-1.73C5.61 18.53 4 15.96 4 13c0-4.42 3.58-8 8-8s8 3.58 8 8c0 2.96-1.61 5.53-4 6.92l1 1.73c2.99-1.73 5-4.95 5-8.65 0-5.52-4.48-10-10-10z"})
"WifiTethering"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_error.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-error
"Imports @mui/icons-material/WifiTetheringError as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-error (create-svg-icon (e "path" #js {"d" "M12 7c-3.31 0-6 2.69-6 6 0 1.66.68 3.15 1.76 4.24l1.42-1.42C8.45 15.1 8 14.11 8 13c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.11-.45 2.1-1.18 2.82l1.42 1.42C17.32 16.15 18 14.66 18 13c0-3.31-2.69-6-6-6zm0-4C6.48 3 2 7.48 2 13c0 2.76 1.12 5.26 2.93 7.07l1.42-1.42C4.9 17.21 4 15.21 4 13c0-4.42 3.58-8 8-8 2.53 0 4.78 1.17 6.24 3h2.42C18.93 5.01 15.7 3 12 3zm0 8c-1.1 0-2 .9-2 2 0 .55.23 1.05.59 1.41.36.36.86.59 1.41.59s1.05-.23 1.41-.59c.36-.36.59-.86.59-1.41 0-1.1-.9-2-2-2zm8-1h2v6h-2v-6zm0 8h2v2h-2v-2z"})
"WifiTetheringError"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_error_outlined.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-error-outlined
"Imports @mui/icons-material/WifiTetheringErrorOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-error-outlined (create-svg-icon (e "path" #js {"d" "M12 7c-3.31 0-6 2.69-6 6 0 1.66.68 3.15 1.76 4.24l1.42-1.42C8.45 15.1 8 14.11 8 13c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.11-.45 2.1-1.18 2.82l1.42 1.42C17.32 16.15 18 14.66 18 13c0-3.31-2.69-6-6-6zm0-4C6.48 3 2 7.48 2 13c0 2.76 1.12 5.26 2.93 7.07l1.42-1.42C4.9 17.21 4 15.21 4 13c0-4.42 3.58-8 8-8 2.53 0 4.78 1.17 6.24 3h2.42C18.93 5.01 15.7 3 12 3zm0 8c-1.1 0-2 .9-2 2 0 .55.23 1.05.59 1.41.36.36.86.59 1.41.59s1.05-.23 1.41-.59c.36-.36.59-.86.59-1.41 0-1.1-.9-2-2-2zm8-1h2v6h-2v-6zm0 8h2v2h-2v-2z"})
"WifiTetheringErrorOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_error_rounded.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-error-rounded
"Imports @mui/icons-material/WifiTetheringErrorRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-error-rounded (create-svg-icon (e "path" #js {"d" "M10.66 7.14c-2.24.48-4.04 2.3-4.52 4.54-.37 1.75.02 3.38.89 4.66.34.51 1.08.55 1.51.11.35-.35.37-.88.1-1.28-.5-.76-.75-1.71-.61-2.73.23-1.74 1.67-3.17 3.41-3.4C13.9 8.71 16 10.61 16 13c0 .8-.24 1.54-.64 2.16-.27.41-.25.95.1 1.29.43.43 1.17.4 1.51-.11C17.62 15.4 18 14.25 18 13c0-3.75-3.45-6.7-7.34-5.86zm-.41-3.99c-4.05.69-7.19 3.69-8.03 7.72-.66 3.17.2 6.16 1.97 8.38.37.46 1.07.49 1.49.07.36-.36.39-.93.07-1.32-1.34-1.67-2.03-3.9-1.66-6.28.55-3.47 3.42-6.24 6.92-6.65 2.76-.33 5.27.74 6.93 2.59.2.21.47.34.76.34.85 0 1.34-1.01.77-1.65-2.19-2.45-5.56-3.82-9.22-3.2zM12 11c-1.1 0-2 .9-2 2 0 .55.23 1.05.59 1.41.36.36.86.59 1.41.59s1.05-.23 1.41-.59c.36-.36.59-.86.59-1.41 0-1.1-.9-2-2-2zm9-1c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1zm0 8c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})
"WifiTetheringErrorRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_error_rounded_outlined.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-error-rounded-outlined
"Imports @mui/icons-material/WifiTetheringErrorRoundedOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-error-rounded-outlined (create-svg-icon (e "path" #js {"d" "M12 7c-3.31 0-6 2.69-6 6 0 1.66.68 3.15 1.76 4.24l1.42-1.42C8.45 15.1 8 14.11 8 13c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.11-.45 2.1-1.18 2.82l1.42 1.42C17.32 16.15 18 14.66 18 13c0-3.31-2.69-6-6-6zm0-4C6.48 3 2 7.48 2 13c0 2.76 1.12 5.26 2.93 7.07l1.42-1.42C4.9 17.21 4 15.21 4 13c0-4.42 3.58-8 8-8 2.53 0 4.78 1.17 6.24 3h2.42C18.93 5.01 15.7 3 12 3zm0 8c-1.1 0-2 .9-2 2 0 .55.23 1.05.59 1.41.36.36.86.59 1.41.59s1.05-.23 1.41-.59c.36-.36.59-.86.59-1.41 0-1.1-.9-2-2-2zm8-1h2v6h-2v-6zm0 8h2v2h-2v-2z"})
"WifiTetheringErrorRoundedOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_error_rounded_rounded.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-error-rounded-rounded
"Imports @mui/icons-material/WifiTetheringErrorRoundedRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-error-rounded-rounded (create-svg-icon (e "path" #js {"d" "M10.66 7.14c-2.24.48-4.04 2.3-4.52 4.54-.37 1.75.02 3.38.89 4.66.34.51 1.08.55 1.51.11.35-.35.37-.88.1-1.28-.5-.76-.75-1.71-.61-2.73.23-1.74 1.67-3.17 3.41-3.4C13.9 8.71 16 10.61 16 13c0 .8-.24 1.54-.64 2.16-.27.41-.25.95.1 1.29.43.43 1.17.4 1.51-.11C17.62 15.4 18 14.25 18 13c0-3.75-3.45-6.7-7.34-5.86zm-.41-3.99c-4.05.69-7.19 3.69-8.03 7.72-.66 3.17.2 6.16 1.97 8.38.37.46 1.07.49 1.49.07.36-.36.39-.93.07-1.32-1.34-1.67-2.03-3.9-1.66-6.28.55-3.47 3.42-6.24 6.92-6.65 2.76-.33 5.27.74 6.93 2.59.2.21.47.34.76.34.85 0 1.34-1.01.77-1.65-2.19-2.45-5.56-3.82-9.22-3.2zM12 11c-1.1 0-2 .9-2 2 0 .55.23 1.05.59 1.41.36.36.86.59 1.41.59s1.05-.23 1.41-.59c.36-.36.59-.86.59-1.41 0-1.1-.9-2-2-2zm9-1c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1zm0 8c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"})
"WifiTetheringErrorRoundedRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_error_rounded_sharp.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-error-rounded-sharp
"Imports @mui/icons-material/WifiTetheringErrorRoundedSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-error-rounded-sharp (create-svg-icon (e "path" #js {"d" "M12 7c-3.31 0-6 2.69-6 6 0 1.66.68 3.15 1.76 4.24l1.42-1.42C8.45 15.1 8 14.11 8 13c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.11-.45 2.1-1.18 2.82l1.42 1.42C17.32 16.15 18 14.66 18 13c0-3.31-2.69-6-6-6zm0-4C6.48 3 2 7.48 2 13c0 2.76 1.12 5.26 2.93 7.07l1.42-1.42C4.9 17.21 4 15.21 4 13c0-4.42 3.58-8 8-8 2.53 0 4.78 1.17 6.24 3h2.42C18.93 5.01 15.7 3 12 3zm0 8c-1.1 0-2 .9-2 2 0 .55.23 1.05.59 1.41.36.36.86.59 1.41.59s1.05-.23 1.41-.59c.36-.36.59-.86.59-1.41 0-1.1-.9-2-2-2zm8-1h2v6h-2v-6zm0 8h2v2h-2v-2z"})
"WifiTetheringErrorRoundedSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_error_rounded_two_tone.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-error-rounded-two-tone
"Imports @mui/icons-material/WifiTetheringErrorRoundedTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-error-rounded-two-tone (create-svg-icon (e "path" #js {"d" "M12 7c-3.31 0-6 2.69-6 6 0 1.66.68 3.15 1.76 4.24l1.42-1.42C8.45 15.1 8 14.11 8 13c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.11-.45 2.1-1.18 2.82l1.42 1.42C17.32 16.15 18 14.66 18 13c0-3.31-2.69-6-6-6zm0-4C6.48 3 2 7.48 2 13c0 2.76 1.12 5.26 2.93 7.07l1.42-1.42C4.9 17.21 4 15.21 4 13c0-4.42 3.58-8 8-8 2.53 0 4.78 1.17 6.24 3h2.42C18.93 5.01 15.7 3 12 3zm0 8c-1.1 0-2 .9-2 2 0 .55.23 1.05.59 1.41.36.36.86.59 1.41.59s1.05-.23 1.41-.59c.36-.36.59-.86.59-1.41 0-1.1-.9-2-2-2zm8-1h2v6h-2v-6zm0 8h2v2h-2v-2z"})
"WifiTetheringErrorRoundedTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_error_sharp.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-error-sharp
"Imports @mui/icons-material/WifiTetheringErrorSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-error-sharp (create-svg-icon (e "path" #js {"d" "M12 7c-3.31 0-6 2.69-6 6 0 1.66.68 3.15 1.76 4.24l1.42-1.42C8.45 15.1 8 14.11 8 13c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.11-.45 2.1-1.18 2.82l1.42 1.42C17.32 16.15 18 14.66 18 13c0-3.31-2.69-6-6-6zm0-4C6.48 3 2 7.48 2 13c0 2.76 1.12 5.26 2.93 7.07l1.42-1.42C4.9 17.21 4 15.21 4 13c0-4.42 3.58-8 8-8 2.53 0 4.78 1.17 6.24 3h2.42C18.93 5.01 15.7 3 12 3zm0 8c-1.1 0-2 .9-2 2 0 .55.23 1.05.59 1.41.36.36.86.59 1.41.59s1.05-.23 1.41-.59c.36-.36.59-.86.59-1.41 0-1.1-.9-2-2-2zm8-1h2v6h-2v-6zm0 8h2v2h-2v-2z"})
"WifiTetheringErrorSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_error_two_tone.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-error-two-tone
"Imports @mui/icons-material/WifiTetheringErrorTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-error-two-tone (create-svg-icon (e "path" #js {"d" "M12 7c-3.31 0-6 2.69-6 6 0 1.66.68 3.15 1.76 4.24l1.42-1.42C8.45 15.1 8 14.11 8 13c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.11-.45 2.1-1.18 2.82l1.42 1.42C17.32 16.15 18 14.66 18 13c0-3.31-2.69-6-6-6zm0-4C6.48 3 2 7.48 2 13c0 2.76 1.12 5.26 2.93 7.07l1.42-1.42C4.9 17.21 4 15.21 4 13c0-4.42 3.58-8 8-8 2.53 0 4.78 1.17 6.24 3h2.42C18.93 5.01 15.7 3 12 3zm0 8c-1.1 0-2 .9-2 2 0 .55.23 1.05.59 1.41.36.36.86.59 1.41.59s1.05-.23 1.41-.59c.36-.36.59-.86.59-1.41 0-1.1-.9-2-2-2zm8-1h2v6h-2v-6zm0 8h2v2h-2v-2z"})
"WifiTetheringErrorTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_off.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-off
"Imports @mui/icons-material/WifiTetheringOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-off (create-svg-icon (e "path" #js {"d" "M2.81 2.81 1.39 4.22l2.69 2.69C2.78 8.6 2 10.71 2 13c0 2.76 1.12 5.26 2.93 7.07l1.42-1.42C4.9 17.21 4 15.21 4 13c0-1.75.57-3.35 1.51-4.66l1.43 1.43C6.35 10.7 6 11.81 6 13c0 1.66.68 3.15 1.76 4.24l1.42-1.42C8.45 15.1 8 14.11 8 13c0-.63.15-1.23.41-1.76l1.61 1.61c0 .05-.02.1-.02.15 0 .55.23 1.05.59 1.41.36.36.86.59 1.41.59.05 0 .1-.01.16-.02l7.62 7.62 1.41-1.41L2.81 2.81zM17.7 14.87c.19-.59.3-1.22.3-1.87 0-3.31-2.69-6-6-6-.65 0-1.28.1-1.87.3l1.71 1.71C11.89 9 11.95 9 12 9c2.21 0 4 1.79 4 4 0 .05 0 .11-.01.16l1.71 1.71zM12 5c4.42 0 8 3.58 8 8 0 1.22-.27 2.37-.77 3.4l1.49 1.49C21.53 16.45 22 14.78 22 13c0-5.52-4.48-10-10-10-1.78 0-3.44.46-4.89 1.28l1.48 1.48C9.63 5.27 10.78 5 12 5z"})
"WifiTetheringOff"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_off_outlined.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-off-outlined
"Imports @mui/icons-material/WifiTetheringOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-off-outlined (create-svg-icon (e "path" #js {"d" "M2.81 2.81 1.39 4.22l2.69 2.69C2.78 8.6 2 10.71 2 13c0 2.76 1.12 5.26 2.93 7.07l1.42-1.42C4.9 17.21 4 15.21 4 13c0-1.75.57-3.35 1.51-4.66l1.43 1.43C6.35 10.7 6 11.81 6 13c0 1.66.68 3.15 1.76 4.24l1.42-1.42C8.45 15.1 8 14.11 8 13c0-.63.15-1.23.41-1.76l1.61 1.61c0 .05-.02.1-.02.15 0 .55.23 1.05.59 1.41.36.36.86.59 1.41.59.05 0 .1-.01.16-.02l7.62 7.62 1.41-1.41L2.81 2.81zM17.7 14.87c.19-.59.3-1.22.3-1.87 0-3.31-2.69-6-6-6-.65 0-1.28.1-1.87.3l1.71 1.71C11.89 9 11.95 9 12 9c2.21 0 4 1.79 4 4 0 .05 0 .11-.01.16l1.71 1.71zM12 5c4.42 0 8 3.58 8 8 0 1.22-.27 2.37-.77 3.4l1.49 1.49C21.53 16.45 22 14.78 22 13c0-5.52-4.48-10-10-10-1.78 0-3.44.46-4.89 1.28l1.48 1.48C9.63 5.27 10.78 5 12 5z"})
"WifiTetheringOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_off_rounded.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-off-rounded
"Imports @mui/icons-material/WifiTetheringOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-off-rounded (create-svg-icon (e "path" #js {"d" "M2.11 3.51c-.4.39-.4 1.03-.01 1.42l1.98 1.98C2.78 8.6 2 10.71 2 13c0 2.36.82 4.53 2.19 6.24.37.47 1.07.5 1.5.08.36-.36.39-.92.08-1.32C4.66 16.63 4 14.89 4 13c0-1.75.57-3.35 1.51-4.66l1.43 1.43C6.35 10.7 6 11.81 6 13c0 1.25.38 2.4 1.03 3.35.34.5 1.08.54 1.51.11.35-.35.37-.88.1-1.29C8.24 14.54 8 13.8 8 13c0-.63.15-1.23.41-1.76l1.61 1.61c0 .05-.02.1-.02.15 0 .55.23 1.05.59 1.41.36.36.86.59 1.41.59.05 0 .1-.01.16-.02l6.91 6.91c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L3.51 3.51c-.39-.39-1.02-.39-1.4 0zM17.7 14.87c.19-.59.3-1.22.3-1.87 0-3.31-2.69-6-6-6-.65 0-1.28.1-1.87.3l1.71 1.71C11.89 9 11.95 9 12 9c2.21 0 4 1.79 4 4 0 .05 0 .11-.01.16l1.71 1.71zM12 5c4.42 0 8 3.58 8 8 0 1.22-.27 2.37-.77 3.4l1.49 1.49C21.53 16.45 22 14.78 22 13c0-5.52-4.48-10-10-10-1.78 0-3.44.46-4.89 1.28l1.48 1.48C9.63 5.27 10.78 5 12 5z"})
"WifiTetheringOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_off_sharp.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-off-sharp
"Imports @mui/icons-material/WifiTetheringOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-off-sharp (create-svg-icon (e "path" #js {"d" "M2.81 2.81 1.39 4.22l2.69 2.69C2.78 8.6 2 10.71 2 13c0 2.76 1.12 5.26 2.93 7.07l1.42-1.42C4.9 17.21 4 15.21 4 13c0-1.75.57-3.35 1.51-4.66l1.43 1.43C6.35 10.7 6 11.81 6 13c0 1.66.68 3.15 1.76 4.24l1.42-1.42C8.45 15.1 8 14.11 8 13c0-.63.15-1.23.41-1.76l1.61 1.61c0 .05-.02.1-.02.15 0 .55.23 1.05.59 1.41.36.36.86.59 1.41.59.05 0 .1-.01.16-.02l7.62 7.62 1.41-1.41L2.81 2.81zM17.7 14.87c.19-.59.3-1.22.3-1.87 0-3.31-2.69-6-6-6-.65 0-1.28.1-1.87.3l1.71 1.71C11.89 9 11.95 9 12 9c2.21 0 4 1.79 4 4 0 .05 0 .11-.01.16l1.71 1.71zM12 5c4.42 0 8 3.58 8 8 0 1.22-.27 2.37-.77 3.4l1.49 1.49C21.53 16.45 22 14.78 22 13c0-5.52-4.48-10-10-10-1.78 0-3.44.46-4.89 1.28l1.48 1.48C9.63 5.27 10.78 5 12 5z"})
"WifiTetheringOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_off_two_tone.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-off-two-tone
"Imports @mui/icons-material/WifiTetheringOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-off-two-tone (create-svg-icon (e "path" #js {"d" "M2.81 2.81 1.39 4.22l2.69 2.69C2.78 8.6 2 10.71 2 13c0 2.76 1.12 5.26 2.93 7.07l1.42-1.42C4.9 17.21 4 15.21 4 13c0-1.75.57-3.35 1.51-4.66l1.43 1.43C6.35 10.7 6 11.81 6 13c0 1.66.68 3.15 1.76 4.24l1.42-1.42C8.45 15.1 8 14.11 8 13c0-.63.15-1.23.41-1.76l1.61 1.61c0 .05-.02.1-.02.15 0 .55.23 1.05.59 1.41.36.36.86.59 1.41.59.05 0 .1-.01.16-.02l7.62 7.62 1.41-1.41L2.81 2.81zM17.7 14.87c.19-.59.3-1.22.3-1.87 0-3.31-2.69-6-6-6-.65 0-1.28.1-1.87.3l1.71 1.71C11.89 9 11.95 9 12 9c2.21 0 4 1.79 4 4 0 .05 0 .11-.01.16l1.71 1.71zM12 5c4.42 0 8 3.58 8 8 0 1.22-.27 2.37-.77 3.4l1.49 1.49C21.53 16.45 22 14.78 22 13c0-5.52-4.48-10-10-10-1.78 0-3.44.46-4.89 1.28l1.48 1.48C9.63 5.27 10.78 5 12 5z"})
"WifiTetheringOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_outlined.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-outlined
"Imports @mui/icons-material/WifiTetheringOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-outlined (create-svg-icon (e "path" #js {"d" "M12 11c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 2c0-3.31-2.69-6-6-6s-6 2.69-6 6c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45 0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.48-.81 2.75-2 3.45l1 1.74c1.79-1.04 3-2.97 3-5.19zM12 3C6.48 3 2 7.48 2 13c0 3.7 2.01 6.92 4.99 8.65l1-1.73C5.61 18.53 4 15.96 4 13c0-4.42 3.58-8 8-8s8 3.58 8 8c0 2.96-1.61 5.53-4 6.92l1 1.73c2.99-1.73 5-4.95 5-8.65 0-5.52-4.48-10-10-10z"})
"WifiTetheringOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_rounded.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-rounded
"Imports @mui/icons-material/WifiTetheringRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-rounded (create-svg-icon (e "path" #js {"d" "M12 11c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 2c0-3.56-3.11-6.4-6.75-5.95-2.62.32-4.78 2.41-5.18 5.02-.33 2.15.49 4.11 1.93 5.4.48.43 1.23.33 1.56-.23l.01-.01c.24-.42.14-.93-.22-1.26-1.03-.93-1.59-2.37-1.22-3.94.33-1.42 1.48-2.57 2.9-2.91C13.65 8.49 16 10.47 16 13c0 1.18-.52 2.23-1.33 2.96-.36.32-.47.84-.23 1.26l.01.01c.31.53 1.03.69 1.5.28C17.2 16.41 18 14.8 18 13zm-7.17-9.93c-4.62.52-8.35 4.33-8.78 8.96-.35 3.7 1.32 7.02 4.02 9.01.48.35 1.16.2 1.46-.31.25-.43.14-.99-.26-1.29-2.28-1.69-3.65-4.55-3.16-7.7.54-3.5 3.46-6.29 6.98-6.68C15.91 4.51 20 8.28 20 13c0 2.65-1.29 4.98-3.27 6.44-.4.3-.51.85-.26 1.29.3.52.98.66 1.46.31C20.4 19.22 22 16.3 22 13c0-5.91-5.13-10.62-11.17-9.93z"})
"WifiTetheringRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_sharp.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-sharp
"Imports @mui/icons-material/WifiTetheringSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-sharp (create-svg-icon (e "path" #js {"d" "M12 11c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 2c0-3.31-2.69-6-6-6s-6 2.69-6 6c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45 0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.48-.81 2.75-2 3.45l1 1.74c1.79-1.04 3-2.97 3-5.19zM12 3C6.48 3 2 7.48 2 13c0 3.7 2.01 6.92 4.99 8.65l1-1.73C5.61 18.53 4 15.96 4 13c0-4.42 3.58-8 8-8s8 3.58 8 8c0 2.96-1.61 5.53-4 6.92l1 1.73c2.99-1.73 5-4.95 5-8.65 0-5.52-4.48-10-10-10z"})
"WifiTetheringSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_tethering_two_tone.cljs
================================================
(ns reagent-mui.icons.wifi-tethering-two-tone
"Imports @mui/icons-material/WifiTetheringTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-tethering-two-tone (create-svg-icon (e "path" #js {"d" "M12 11c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 2c0-3.31-2.69-6-6-6s-6 2.69-6 6c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45 0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.48-.81 2.75-2 3.45l1 1.74c1.79-1.04 3-2.97 3-5.19zM12 3C6.48 3 2 7.48 2 13c0 3.7 2.01 6.92 4.99 8.65l1-1.73C5.61 18.53 4 15.96 4 13c0-4.42 3.58-8 8-8s8 3.58 8 8c0 2.96-1.61 5.53-4 6.92l1 1.73c2.99-1.73 5-4.95 5-8.65 0-5.52-4.48-10-10-10z"})
"WifiTetheringTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wifi_two_tone.cljs
================================================
(ns reagent-mui.icons.wifi-two-tone
"Imports @mui/icons-material/WifiTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wifi-two-tone (create-svg-icon (e "path" #js {"d" "m1 9 2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8 3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm-4-4 2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13z"})
"WifiTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wind_power.cljs
================================================
(ns reagent-mui.icons.wind-power
"Imports @mui/icons-material/WindPower as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wind-power (create-svg-icon [(e "path" #js {"d" "M4 3h6v2H4zM1 7h5v2H1zm2 12h5v2H3zm10.73-8.39c.75.23 1.3.78 1.57 1.46l4.27-7.11c.65-1.08.3-2.48-.78-3.13-.87-.52-1.99-.41-2.73.29l-3.43 3.21c-.4.37-.63.9-.63 1.45v3.93c.36-.15.98-.33 1.73-.1zm-3.12 1.66c.16-.52.48-.96.89-1.27H3.28C2.02 11 1 12.02 1 13.28c0 1.02.67 1.91 1.65 2.19l4.51 1.29c.53.15 1.1.08 1.58-.21l2.69-1.61c-.77-.62-1.13-1.67-.82-2.67zm11.6 6.34-2.28-4.1c-.27-.48-.73-.83-1.26-.97l-3.18-.8c.03.32 0 .66-.1.99-.32 1.06-1.28 1.77-2.39 1.77-.61 0-.99-.22-1-.22V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.28l4.61 4.61c.89.89 2.33.89 3.22 0 .72-.72.88-1.83.38-2.72z"}) (e "path" #js {"d" "M12.56 14.43c.79.24 1.63-.2 1.87-1 .24-.79-.2-1.63-1-1.87-.79-.24-1.63.2-1.87 1-.24.79.21 1.63 1 1.87z"})]
"WindPower"))
================================================
FILE: src/icons/reagent_mui/icons/wind_power_outlined.cljs
================================================
(ns reagent-mui.icons.wind-power-outlined
"Imports @mui/icons-material/WindPowerOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wind-power-outlined (create-svg-icon [(e "path" #js {"d" "M4 3h6v2H4zM1 7h5v2H1zm2 12h5v2H3z"}) (e "path" #js {"d" "m22.21 18.61-2.28-4.1c-.27-.48-.73-.83-1.26-.97l-2.69-.67c-.02-.47-.14-.92-.37-1.33l3.96-6.59c.65-1.08.3-2.48-.78-3.13-.36-.22-.77-.32-1.17-.32-.56 0-1.12.21-1.56.62l-3.43 3.21c-.4.37-.63.9-.63 1.45v3.4c-.47.17-.89.45-1.23.82H3.28C2.02 11 1 12.02 1 13.28c0 1.02.67 1.91 1.65 2.19l4.51 1.29c.18.05.37.08.55.08.36 0 .72-.1 1.03-.29l2.24-1.34c.29.26.63.47 1.02.61V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.28l4.61 4.61c.45.45 1.03.67 1.61.67.58 0 1.17-.22 1.61-.67.72-.72.88-1.83.38-2.72zM7.72 14.84 3.2 13.55c-.12-.03-.2-.15-.2-.27 0-.15.13-.28.28-.28h6.73c0 .15.01.3.03.44l-2.32 1.4zM13 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1-3.86V6.78l3.43-3.21c.05-.05.19-.12.34-.04.13.08.18.25.1.38l-3.74 6.24-.13-.01zm6.42 9.78c-.05.05-.24.16-.4 0l-4.85-4.85c.08-.09.16-.18.24-.28l2.78.69 2.28 4.1c.06.11.04.25-.05.34z"})]
"WindPowerOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wind_power_rounded.cljs
================================================
(ns reagent-mui.icons.wind-power-rounded
"Imports @mui/icons-material/WindPowerRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wind-power-rounded (create-svg-icon [(e "path" #js {"d" "M9 3H5c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1zM5 7H2c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zM4 21h3c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm9.73-10.39c.75.23 1.3.78 1.57 1.46l4.27-7.11c.65-1.08.3-2.48-.78-3.13-.87-.52-1.99-.41-2.73.29l-3.43 3.21c-.4.37-.63.9-.63 1.45v3.93c.36-.15.98-.33 1.73-.1zm-3.12 1.66c.16-.52.48-.96.89-1.27H3.28C2.02 11 1 12.02 1 13.28c0 1.02.67 1.91 1.65 2.19l4.51 1.29c.53.15 1.1.08 1.58-.21l2.69-1.61c-.77-.62-1.13-1.67-.82-2.67zm11.6 6.34-2.28-4.1c-.27-.48-.73-.83-1.26-.97l-3.18-.8c.03.32 0 .66-.1.99-.32 1.06-1.28 1.77-2.39 1.77-.61 0-.99-.22-1-.22V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.28l4.61 4.61c.89.89 2.33.89 3.22 0 .72-.72.88-1.83.38-2.72z"}) (e "path" #js {"d" "M12.56 14.43c.79.24 1.63-.2 1.87-1 .24-.79-.2-1.63-1-1.87-.79-.24-1.63.2-1.87 1-.24.79.21 1.63 1 1.87z"})]
"WindPowerRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wind_power_sharp.cljs
================================================
(ns reagent-mui.icons.wind-power-sharp
"Imports @mui/icons-material/WindPowerSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wind-power-sharp (create-svg-icon [(e "path" #js {"d" "M4 3h6v2H4zM1 7h5v2H1zm2 12h5v2H3zm12.32-6.91 5.42-9.04L17.32 1 12 5.97v4.74c.31-.13.64-.21 1-.21 1.06 0 1.96.66 2.32 1.59zM10.5 13c0-.82.4-1.54 1.01-2H1v4l7 2 3.44-2.06c-.57-.46-.94-1.15-.94-1.94zm9.67 10L23 20.17l-3.54-6.36-3.98-1c0 .06.02.12.02.19 0 1.38-1.12 2.5-2.5 2.5-.36 0-.69-.08-1-.21V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.17L20.17 23z"}) (e "circle" #js {"cx" "13", "cy" "13", "r" "1.5"})]
"WindPowerSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wind_power_two_tone.cljs
================================================
(ns reagent-mui.icons.wind-power-two-tone
"Imports @mui/icons-material/WindPowerTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wind-power-two-tone (create-svg-icon [(e "circle" #js {"cx" "13", "cy" "13", "r" "1", "opacity" ".3"}) (e "path" #js {"d" "M3.28 13c-.15 0-.28.13-.28.28 0 .12.08.24.2.27l4.51 1.29 2.33-1.4c-.02-.15-.03-.29-.03-.44H3.28zm14.48-9.46c-.15-.09-.29-.01-.34.04L14 6.78v3.36l.11.03 3.74-6.24c.09-.14.04-.31-.09-.39zm.43 11.94-2.78-.69c-.07.1-.15.19-.24.28l4.85 4.85c.16.16.35.05.4 0 .09-.09.11-.23.05-.33l-2.28-4.11z", "opacity" ".3"}) (e "path" #js {"d" "M4 3h6v2H4zM1 7h5v2H1zm2 12h5v2H3z"}) (e "path" #js {"d" "m22.21 18.61-2.28-4.1c-.27-.48-.73-.83-1.26-.97l-2.69-.67c-.02-.47-.14-.92-.37-1.33l3.96-6.59c.65-1.08.3-2.48-.78-3.13-.36-.22-.77-.32-1.17-.32-.56 0-1.12.21-1.56.62l-3.43 3.21c-.4.37-.63.9-.63 1.45v3.4c-.47.17-.89.45-1.23.82H3.28C2.02 11 1 12.02 1 13.28c0 1.02.67 1.91 1.65 2.19l4.51 1.29c.18.05.37.08.55.08.36 0 .72-.1 1.03-.29l2.24-1.34c.29.26.63.47 1.02.61V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.28l4.61 4.61c.45.45 1.03.67 1.61.67.58 0 1.17-.22 1.61-.67.72-.72.88-1.83.38-2.72zM7.72 14.84 3.2 13.55c-.12-.03-.2-.15-.2-.27 0-.15.13-.28.28-.28h6.73c0 .15.01.3.03.44l-2.32 1.4zM13 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1-3.86V6.78l3.43-3.21c.05-.05.19-.12.34-.04.13.08.18.25.1.38l-3.74 6.24-.13-.01zm6.42 9.78c-.05.05-.24.16-.4 0l-4.85-4.85c.08-.09.16-.18.24-.28l2.78.69 2.28 4.1c.06.11.04.25-.05.34z"})]
"WindPowerTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/window.cljs
================================================
(ns reagent-mui.icons.window
"Imports @mui/icons-material/Window as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def window (create-svg-icon (e "path" #js {"d" "M11 11V3H5c-1.1 0-2 .9-2 2v6h8zm2 0h8V5c0-1.1-.9-2-2-2h-6v8zm-2 2H3v6c0 1.1.9 2 2 2h6v-8zm2 0v8h6c1.1 0 2-.9 2-2v-6h-8z"})
"Window"))
================================================
FILE: src/icons/reagent_mui/icons/window_outlined.cljs
================================================
(ns reagent-mui.icons.window-outlined
"Imports @mui/icons-material/WindowOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def window-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8h-6V5h6v6zm-8-6v6H5V5h6zm-6 8h6v6H5v-6zm8 6v-6h6v6h-6z"})
"WindowOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/window_rounded.cljs
================================================
(ns reagent-mui.icons.window-rounded
"Imports @mui/icons-material/WindowRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def window-rounded (create-svg-icon (e "path" #js {"d" "M11 11V3H5c-1.1 0-2 .9-2 2v6h8zm2 0h8V5c0-1.1-.9-2-2-2h-6v8zm-2 2H3v6c0 1.1.9 2 2 2h6v-8zm2 0v8h6c1.1 0 2-.9 2-2v-6h-8z"})
"WindowRounded"))
================================================
FILE: src/icons/reagent_mui/icons/window_sharp.cljs
================================================
(ns reagent-mui.icons.window-sharp
"Imports @mui/icons-material/WindowSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def window-sharp (create-svg-icon (e "path" #js {"d" "M3 3h8v8H3zm10 0h8v8h-8zM3 13h8v8H3zm10 0h8v8h-8z"})
"WindowSharp"))
================================================
FILE: src/icons/reagent_mui/icons/window_two_tone.cljs
================================================
(ns reagent-mui.icons.window-two-tone
"Imports @mui/icons-material/WindowTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def window-two-tone (create-svg-icon [(e "path" #js {"d" "M13 13h6v6h-6zm-8 0h6v6H5zm0-8h6v6H5zm8 0h6v6h-6z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 16H5v-6h6v6zm0-8H5V5h6v6zm8 8h-6v-6h6v6zm0-8h-6V5h6v6z"})]
"WindowTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wine_bar.cljs
================================================
(ns reagent-mui.icons.wine-bar
"Imports @mui/icons-material/WineBar as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wine-bar (create-svg-icon (e "path" #js {"d" "M6 3v6c0 2.97 2.16 5.43 5 5.91V19H8v2h8v-2h-3v-4.09c2.84-.48 5-2.94 5-5.91V3H6zm10 5H8V5h8v3z"})
"WineBar"))
================================================
FILE: src/icons/reagent_mui/icons/wine_bar_outlined.cljs
================================================
(ns reagent-mui.icons.wine-bar-outlined
"Imports @mui/icons-material/WineBarOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wine-bar-outlined (create-svg-icon (e "path" #js {"d" "M6 3v6c0 2.97 2.16 5.43 5 5.91V19H8v2h8v-2h-3v-4.09c2.84-.48 5-2.94 5-5.91V3H6zm6 10c-1.86 0-3.41-1.28-3.86-3h7.72c-.45 1.72-2 3-3.86 3zm4-5H8V5h8v3z"})
"WineBarOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wine_bar_rounded.cljs
================================================
(ns reagent-mui.icons.wine-bar-rounded
"Imports @mui/icons-material/WineBarRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wine-bar-rounded (create-svg-icon (e "path" #js {"d" "M7 3c-.55 0-1 .45-1 1v5c0 2.97 2.16 5.43 5 5.91V19H9c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1h-2v-4.09c2.84-.48 5-2.94 5-5.91V4c0-.55-.45-1-1-1H7zm9 5H8V5h8v3z"})
"WineBarRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wine_bar_sharp.cljs
================================================
(ns reagent-mui.icons.wine-bar-sharp
"Imports @mui/icons-material/WineBarSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wine-bar-sharp (create-svg-icon (e "path" #js {"d" "M6 3v6c0 2.97 2.16 5.43 5 5.91V19H8v2h8v-2h-3v-4.09c2.84-.48 5-2.94 5-5.91V3H6zm10 5H8V5h8v3z"})
"WineBarSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wine_bar_two_tone.cljs
================================================
(ns reagent-mui.icons.wine-bar-two-tone
"Imports @mui/icons-material/WineBarTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wine-bar-two-tone (create-svg-icon [(e "path" #js {"d" "M12 13c-1.86 0-3.41-1.28-3.86-3h7.72c-.45 1.72-2 3-3.86 3z", "opacity" ".3"}) (e "path" #js {"d" "M6 3v6c0 2.97 2.16 5.43 5 5.91V19H8v2h8v-2h-3v-4.09c2.84-.48 5-2.94 5-5.91V3H6zm6 10c-1.86 0-3.41-1.28-3.86-3h7.72c-.45 1.72-2 3-3.86 3zm4-5H8V5h8v3z"})]
"WineBarTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/woman.cljs
================================================
(ns reagent-mui.icons.woman
"Imports @mui/icons-material/Woman as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def woman (create-svg-icon [(e "path" #js {"d" "M13.94 8.31C13.62 7.52 12.85 7 12 7s-1.62.52-1.94 1.31L7 16h3v6h4v-6h3l-3.06-7.69z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Woman"))
================================================
FILE: src/icons/reagent_mui/icons/woman_2.cljs
================================================
(ns reagent-mui.icons.woman-2
"Imports @mui/icons-material/Woman2 as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def woman-2 (create-svg-icon [(e "path" #js {"d" "M13.94 8.31C13.62 7.52 12.85 7 12 7s-1.62.52-1.94 1.31L7 16h3.5v6h3v-6H17l-3.06-7.69z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Woman2"))
================================================
FILE: src/icons/reagent_mui/icons/woman_2_outlined.cljs
================================================
(ns reagent-mui.icons.woman-2-outlined
"Imports @mui/icons-material/Woman2Outlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def woman-2-outlined (create-svg-icon [(e "path" #js {"d" "M13.94 8.31C13.62 7.52 12.85 7 12 7s-1.62.52-1.94 1.31L7 16h3.5v6h3v-6H17l-3.06-7.69z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Woman2Outlined"))
================================================
FILE: src/icons/reagent_mui/icons/woman_2_rounded.cljs
================================================
(ns reagent-mui.icons.woman-2-rounded
"Imports @mui/icons-material/Woman2Rounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def woman-2-rounded (create-svg-icon [(e "path" #js {"d" "M13.94 8.31c-.38-.96-1.42-1.52-2.48-1.24-.66.17-1.18.7-1.43 1.34l-2.48 6.22c-.27.66.22 1.37.92 1.37h2.03v5c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-5h2.03c.71 0 1.19-.71.93-1.37l-2.52-6.32z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Woman2Rounded"))
================================================
FILE: src/icons/reagent_mui/icons/woman_2_sharp.cljs
================================================
(ns reagent-mui.icons.woman-2-sharp
"Imports @mui/icons-material/Woman2Sharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def woman-2-sharp (create-svg-icon [(e "path" #js {"d" "M13.41 7h-2.82L7 16h3.5v6h3v-6H17z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Woman2Sharp"))
================================================
FILE: src/icons/reagent_mui/icons/woman_2_two_tone.cljs
================================================
(ns reagent-mui.icons.woman-2-two-tone
"Imports @mui/icons-material/Woman2TwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def woman-2-two-tone (create-svg-icon [(e "path" #js {"d" "M13.94 8.31C13.62 7.52 12.85 7 12 7s-1.62.52-1.94 1.31L7 16h3.5v6h3v-6H17l-3.06-7.69z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"Woman2TwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/woman_outlined.cljs
================================================
(ns reagent-mui.icons.woman-outlined
"Imports @mui/icons-material/WomanOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def woman-outlined (create-svg-icon [(e "path" #js {"d" "M13.94 8.31C13.62 7.52 12.85 7 12 7s-1.62.52-1.94 1.31L7 16h3v6h4v-6h3l-3.06-7.69z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"WomanOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/woman_rounded.cljs
================================================
(ns reagent-mui.icons.woman-rounded
"Imports @mui/icons-material/WomanRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def woman-rounded (create-svg-icon [(e "circle" #js {"cx" "12", "cy" "4", "r" "2"}) (e "path" #js {"d" "m16.45 14.63-2.52-6.32c-.32-.79-1.08-1.3-1.94-1.31-.85 0-1.62.51-1.94 1.31l-2.52 6.32c-.25.66.24 1.37.94 1.37H10v5c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-5h1.53c.7 0 1.19-.71.92-1.37z"})]
"WomanRounded"))
================================================
FILE: src/icons/reagent_mui/icons/woman_sharp.cljs
================================================
(ns reagent-mui.icons.woman-sharp
"Imports @mui/icons-material/WomanSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def woman-sharp (create-svg-icon [(e "path" #js {"d" "M13.41 7h-2.82L7 16h3v6h4v-6h3z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"WomanSharp"))
================================================
FILE: src/icons/reagent_mui/icons/woman_two_tone.cljs
================================================
(ns reagent-mui.icons.woman-two-tone
"Imports @mui/icons-material/WomanTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def woman-two-tone (create-svg-icon [(e "path" #js {"d" "M13.94 8.31C13.62 7.52 12.85 7 12 7s-1.62.52-1.94 1.31L7 16h3v6h4v-6h3l-3.06-7.69z"}) (e "circle" #js {"cx" "12", "cy" "4", "r" "2"})]
"WomanTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/work.cljs
================================================
(ns reagent-mui.icons.work
"Imports @mui/icons-material/Work as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work (create-svg-icon (e "path" #js {"d" "M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-6 0h-4V4h4v2z"})
"Work"))
================================================
FILE: src/icons/reagent_mui/icons/work_history.cljs
================================================
(ns reagent-mui.icons.work-history
"Imports @mui/icons-material/WorkHistory as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-history (create-svg-icon [(e "path" #js {"d" "M18 11c1.49 0 2.87.47 4 1.26V8c0-1.11-.89-2-2-2h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h7.68c-.43-.91-.68-1.92-.68-3 0-3.87 3.13-7 7-7zm-8-7h4v2h-4V4z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L17.5 18.2V15h1v2.79l1.85 1.85-.7.71z"})]
"WorkHistory"))
================================================
FILE: src/icons/reagent_mui/icons/work_history_outlined.cljs
================================================
(ns reagent-mui.icons.work-history-outlined
"Imports @mui/icons-material/WorkHistoryOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-history-outlined (create-svg-icon [(e "path" #js {"d" "M4 19V8h16v3.29c.72.22 1.4.54 2 .97V8c0-1.11-.89-2-2-2h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h7.68c-.3-.62-.5-1.29-.6-2H4zm6-15h4v2h-4V4z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L17.5 18.2V15h1v2.79l1.85 1.85-.7.71z"})]
"WorkHistoryOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/work_history_rounded.cljs
================================================
(ns reagent-mui.icons.work-history-rounded
"Imports @mui/icons-material/WorkHistoryRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-history-rounded (create-svg-icon [(e "path" #js {"d" "M18 11c1.49 0 2.87.47 4 1.26V8c0-1.11-.89-2-2-2h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h7.68c-.43-.91-.68-1.92-.68-3 0-3.87 3.13-7 7-7zm-8-7h4v2h-4V4z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L17.5 18.2V15h1v2.79l1.85 1.85-.7.71z"})]
"WorkHistoryRounded"))
================================================
FILE: src/icons/reagent_mui/icons/work_history_sharp.cljs
================================================
(ns reagent-mui.icons.work-history-sharp
"Imports @mui/icons-material/WorkHistorySharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-history-sharp (create-svg-icon [(e "path" #js {"d" "M16.66 11.13c2-.37 3.88.11 5.34 1.13V6h-6V2H8v4H2v15h9.68c-.63-1.33-.87-2.88-.52-4.51.59-2.7 2.78-4.86 5.5-5.36zM10 4h4v2h-4V4z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L17.5 18.2V15h1v2.79l1.85 1.85-.7.71z"})]
"WorkHistorySharp"))
================================================
FILE: src/icons/reagent_mui/icons/work_history_two_tone.cljs
================================================
(ns reagent-mui.icons.work-history-two-tone
"Imports @mui/icons-material/WorkHistoryTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-history-two-tone (create-svg-icon [(e "path" #js {"d" "M4 8v11h7.08c-.05-.33-.08-.66-.08-1 0-3.87 3.13-7 7-7 .7 0 1.37.1 2 .29V8H4z", "opacity" ".3"}) (e "path" #js {"d" "M4 19V8h16v3.29c.72.22 1.4.54 2 .97V8c0-1.11-.89-2-2-2h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h7.68c-.3-.62-.5-1.29-.6-2H4zm6-15h4v2h-4V4z"}) (e "path" #js {"d" "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L17.5 18.2V15h1v2.79l1.85 1.85-.7.71z"})]
"WorkHistoryTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/work_off.cljs
================================================
(ns reagent-mui.icons.work-off
"Imports @mui/icons-material/WorkOff as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-off (create-svg-icon (e "path" #js {"d" "m23 21.74-1.46-1.46L7.21 5.95 3.25 1.99 1.99 3.25l2.7 2.7h-.64c-1.11 0-1.99.89-1.99 2l-.01 11c0 1.11.89 2 2 2h15.64L21.74 23 23 21.74zM22 7.95c.05-1.11-.84-2-1.95-1.95h-4V3.95c0-1.11-.89-2-2-1.95h-4c-1.11-.05-2 .84-2 1.95v.32l13.95 14V7.95zM14.05 6H10V3.95h4.05V6z"})
"WorkOff"))
================================================
FILE: src/icons/reagent_mui/icons/work_off_outlined.cljs
================================================
(ns reagent-mui.icons.work-off-outlined
"Imports @mui/icons-material/WorkOffOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-off-outlined (create-svg-icon (e "path" #js {"d" "M10 4h4v2h-3.6l2 2H20v7.6l2 2V8c0-1.11-.89-2-2-2h-4V4c0-1.11-.89-2-2-2h-4c-.99 0-1.8.7-1.96 1.64L10 5.6V4zM3.4 1.84 1.99 3.25 4.74 6H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h15.74l2 2 1.41-1.41L3.4 1.84zM4 19V8h2.74l11 11H4z"})
"WorkOffOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/work_off_rounded.cljs
================================================
(ns reagent-mui.icons.work-off-rounded
"Imports @mui/icons-material/WorkOffRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-off-rounded (create-svg-icon (e "path" #js {"d" "M4.11 2.54a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L4.74 6H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h15.74l1.29 1.29c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L4.11 2.54zM10 4h4v2h-3.6L22 17.6V8c0-1.11-.89-2-2-2h-4V4c0-1.11-.89-2-2-2h-4c-.99 0-1.8.7-1.96 1.64L10 5.6V4z"})
"WorkOffRounded"))
================================================
FILE: src/icons/reagent_mui/icons/work_off_sharp.cljs
================================================
(ns reagent-mui.icons.work-off-sharp
"Imports @mui/icons-material/WorkOffSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-off-sharp (create-svg-icon (e "path" #js {"d" "M10 4h4v2h-3.6L22 17.6V6h-6V4c0-1.1-.9-2-2-2h-4c-.98 0-1.79.71-1.96 1.64L10 5.6V4zM3.4 1.84 1.99 3.25 4.74 6H2.01L2 21h17.74l2 2 1.41-1.41z"})
"WorkOffSharp"))
================================================
FILE: src/icons/reagent_mui/icons/work_off_two_tone.cljs
================================================
(ns reagent-mui.icons.work-off-two-tone
"Imports @mui/icons-material/WorkOffTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-off-two-tone (create-svg-icon [(e "path" #js {"d" "M4 8v11h13.74l-11-11zm8.4 0 7.6 7.6V8z", "opacity" ".3"}) (e "path" #js {"d" "M10 4h4v2h-3.6l2 2H20v7.6l2 2V8c0-1.11-.89-2-2-2h-4V4c0-1.11-.89-2-2-2h-4c-.99 0-1.8.7-1.96 1.64L10 5.6V4zM3.4 1.84 1.99 3.25 4.74 6H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h15.74l2 2 1.41-1.41L3.4 1.84zM4 19V8h2.74l11 11H4z"})]
"WorkOffTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/work_outline.cljs
================================================
(ns reagent-mui.icons.work-outline
"Imports @mui/icons-material/WorkOutline as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-outline (create-svg-icon (e "path" #js {"fillRule" "evenodd", "d" "M14 6V4h-4v2h4zM4 8v11h16V8H4zm16-2c1.11 0 2 .89 2 2v11c0 1.11-.89 2-2 2H4c-1.11 0-2-.89-2-2l.01-11c0-1.11.88-2 1.99-2h4V4c0-1.11.89-2 2-2h4c1.11 0 2 .89 2 2v2h4z"})
"WorkOutline"))
================================================
FILE: src/icons/reagent_mui/icons/work_outline_outlined.cljs
================================================
(ns reagent-mui.icons.work-outline-outlined
"Imports @mui/icons-material/WorkOutlineOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-outline-outlined (create-svg-icon (e "path" #js {"d" "M14 6V4h-4v2h4zM4 8v11h16V8H4zm16-2c1.11 0 2 .89 2 2v11c0 1.11-.89 2-2 2H4c-1.11 0-2-.89-2-2l.01-11c0-1.11.88-2 1.99-2h4V4c0-1.11.89-2 2-2h4c1.11 0 2 .89 2 2v2h4z"})
"WorkOutlineOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/work_outline_rounded.cljs
================================================
(ns reagent-mui.icons.work-outline-rounded
"Imports @mui/icons-material/WorkOutlineRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-outline-rounded (create-svg-icon (e "path" #js {"d" "M14 6V4h-4v2h4zM4 9v9c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1zm16-3c1.11 0 2 .89 2 2v11c0 1.11-.89 2-2 2H4c-1.11 0-2-.89-2-2l.01-11c0-1.11.88-2 1.99-2h4V4c0-1.11.89-2 2-2h4c1.11 0 2 .89 2 2v2h4z"})
"WorkOutlineRounded"))
================================================
FILE: src/icons/reagent_mui/icons/work_outline_sharp.cljs
================================================
(ns reagent-mui.icons.work-outline-sharp
"Imports @mui/icons-material/WorkOutlineSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-outline-sharp (create-svg-icon (e "path" #js {"d" "M14 6V4h-4v2h4zM4 8v11h16V8H4zm18-2v15H2.01V6H8V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v2h6z"})
"WorkOutlineSharp"))
================================================
FILE: src/icons/reagent_mui/icons/work_outline_two_tone.cljs
================================================
(ns reagent-mui.icons.work-outline-two-tone
"Imports @mui/icons-material/WorkOutlineTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-outline-two-tone (create-svg-icon (e "path" #js {"d" "M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zM10 4h4v2h-4V4zm10 15H4V8h16v11z"})
"WorkOutlineTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/work_outlined.cljs
================================================
(ns reagent-mui.icons.work-outlined
"Imports @mui/icons-material/WorkOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-outlined (create-svg-icon (e "path" #js {"d" "M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-6 0h-4V4h4v2z"})
"WorkOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/work_rounded.cljs
================================================
(ns reagent-mui.icons.work-rounded
"Imports @mui/icons-material/WorkRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-rounded (create-svg-icon (e "path" #js {"d" "M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-6 0h-4V4h4v2z"})
"WorkRounded"))
================================================
FILE: src/icons/reagent_mui/icons/work_sharp.cljs
================================================
(ns reagent-mui.icons.work-sharp
"Imports @mui/icons-material/WorkSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-sharp (create-svg-icon (e "path" #js {"d" "M22 6h-6V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H2v15h20V6zm-8 0h-4V4h4v2z"})
"WorkSharp"))
================================================
FILE: src/icons/reagent_mui/icons/work_two_tone.cljs
================================================
(ns reagent-mui.icons.work-two-tone
"Imports @mui/icons-material/WorkTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def work-two-tone (create-svg-icon [(e "path" #js {"d" "M4 8h16v11H4z", "opacity" ".3"}) (e "path" #js {"d" "M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zM10 4h4v2h-4V4zm10 15H4V8h16v11z"})]
"WorkTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/workspace_premium.cljs
================================================
(ns reagent-mui.icons.workspace-premium
"Imports @mui/icons-material/WorkspacePremium as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def workspace-premium (create-svg-icon (e "path" #js {"d" "M9.68 13.69 12 11.93l2.31 1.76-.88-2.85L15.75 9h-2.84L12 6.19 11.09 9H8.25l2.31 1.84-.88 2.85zM20 10c0-4.42-3.58-8-8-8s-8 3.58-8 8c0 2.03.76 3.87 2 5.28V23l6-2 6 2v-7.72c1.24-1.41 2-3.25 2-5.28zm-8-6c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6z"})
"WorkspacePremium"))
================================================
FILE: src/icons/reagent_mui/icons/workspace_premium_outlined.cljs
================================================
(ns reagent-mui.icons.workspace-premium-outlined
"Imports @mui/icons-material/WorkspacePremiumOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def workspace-premium-outlined (create-svg-icon (e "path" #js {"d" "M9.68 13.69 12 11.93l2.31 1.76-.88-2.85L15.75 9h-2.84L12 6.19 11.09 9H8.25l2.31 1.84-.88 2.85zM20 10c0-4.42-3.58-8-8-8s-8 3.58-8 8c0 2.03.76 3.87 2 5.28V23l6-2 6 2v-7.72c1.24-1.41 2-3.25 2-5.28zm-8-6c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6zm0 15-4 1.02v-3.1c1.18.68 2.54 1.08 4 1.08s2.82-.4 4-1.08v3.1L12 19z"})
"WorkspacePremiumOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/workspace_premium_rounded.cljs
================================================
(ns reagent-mui.icons.workspace-premium-rounded
"Imports @mui/icons-material/WorkspacePremiumRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def workspace-premium-rounded (create-svg-icon (e "path" #js {"d" "m10.92 12.75 1.08-.82 1.07.81c.39.29.92-.08.78-.55l-.42-1.36 1.2-.95c.37-.28.16-.88-.32-.88h-1.4l-.43-1.34c-.15-.46-.8-.46-.95 0L11.09 9H9.68c-.47 0-.68.6-.31.89l1.19.95-.42 1.36c-.14.47.39.84.78.55zM6 21.61c0 .68.67 1.16 1.32.95L12 21l4.68 1.56c.65.22 1.32-.26 1.32-.95v-6.33c1.24-1.41 2-3.25 2-5.28 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 2.03.76 3.87 2 5.28v6.33zM12 4c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6z"})
"WorkspacePremiumRounded"))
================================================
FILE: src/icons/reagent_mui/icons/workspace_premium_sharp.cljs
================================================
(ns reagent-mui.icons.workspace-premium-sharp
"Imports @mui/icons-material/WorkspacePremiumSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def workspace-premium-sharp (create-svg-icon (e "path" #js {"d" "M9.68 13.69 12 11.93l2.31 1.76-.88-2.85L15.75 9h-2.84L12 6.19 11.09 9H8.25l2.31 1.84-.88 2.85zM20 10c0-4.42-3.58-8-8-8s-8 3.58-8 8c0 2.03.76 3.87 2 5.28V23l6-2 6 2v-7.72c1.24-1.41 2-3.25 2-5.28zm-8-6c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6z"})
"WorkspacePremiumSharp"))
================================================
FILE: src/icons/reagent_mui/icons/workspace_premium_two_tone.cljs
================================================
(ns reagent-mui.icons.workspace-premium-two-tone
"Imports @mui/icons-material/WorkspacePremiumTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def workspace-premium-two-tone (create-svg-icon [(e "path" #js {"d" "M12 4c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm2.31 9.69L12 11.93l-2.32 1.76.88-2.85L8.25 9h2.84L12 6.19 12.91 9h2.84l-2.32 1.84.88 2.85zM12 19l-4 1.02v-3.1c1.18.68 2.54 1.08 4 1.08s2.82-.4 4-1.08v3.1L12 19z", "opacity" ".3"}) (e "path" #js {"d" "M9.68 13.69 12 11.93l2.31 1.76-.88-2.85L15.75 9h-2.84L12 6.19 11.09 9H8.25l2.31 1.84-.88 2.85zM20 10c0-4.42-3.58-8-8-8s-8 3.58-8 8c0 2.03.76 3.87 2 5.28V23l6-2 6 2v-7.72c1.24-1.41 2-3.25 2-5.28zm-8-6c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6zm0 15-4 1.02v-3.1c1.18.68 2.54 1.08 4 1.08s2.82-.4 4-1.08v3.1L12 19z"})]
"WorkspacePremiumTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/workspaces.cljs
================================================
(ns reagent-mui.icons.workspaces
"Imports @mui/icons-material/Workspaces as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def workspaces (create-svg-icon (e "path" #js {"d" "M6 13c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm6-10C9.8 3 8 4.8 8 7s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm6 10c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z"})
"Workspaces"))
================================================
FILE: src/icons/reagent_mui/icons/workspaces_outlined.cljs
================================================
(ns reagent-mui.icons.workspaces-outlined
"Imports @mui/icons-material/WorkspacesOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def workspaces-outlined (create-svg-icon (e "path" #js {"d" "M6 15c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-2c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm6-8c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-2C9.8 3 8 4.8 8 7s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm6 12c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-2c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z"})
"WorkspacesOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/workspaces_rounded.cljs
================================================
(ns reagent-mui.icons.workspaces-rounded
"Imports @mui/icons-material/WorkspacesRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def workspaces-rounded (create-svg-icon (e "path" #js {"d" "M6 13c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm6-10C9.8 3 8 4.8 8 7s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm6 10c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z"})
"WorkspacesRounded"))
================================================
FILE: src/icons/reagent_mui/icons/workspaces_sharp.cljs
================================================
(ns reagent-mui.icons.workspaces-sharp
"Imports @mui/icons-material/WorkspacesSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def workspaces-sharp (create-svg-icon (e "path" #js {"d" "M6 13c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm6-10C9.8 3 8 4.8 8 7s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm6 10c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z"})
"WorkspacesSharp"))
================================================
FILE: src/icons/reagent_mui/icons/workspaces_two_tone.cljs
================================================
(ns reagent-mui.icons.workspaces-two-tone
"Imports @mui/icons-material/WorkspacesTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def workspaces-two-tone (create-svg-icon [(e "circle" #js {"cx" "6", "cy" "17", "r" "2", "opacity" ".3"}) (e "circle" #js {"cx" "12", "cy" "7", "r" "2", "opacity" ".3"}) (e "circle" #js {"cx" "18", "cy" "17", "r" "2", "opacity" ".3"}) (e "path" #js {"d" "M18 13c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM6 13c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM16 7c0-2.2-1.8-4-4-4S8 4.8 8 7s1.8 4 4 4 4-1.8 4-4zm-4 2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"WorkspacesTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wrap_text.cljs
================================================
(ns reagent-mui.icons.wrap-text
"Imports @mui/icons-material/WrapText as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wrap-text (create-svg-icon (e "path" #js {"d" "M4 19h6v-2H4v2zM20 5H4v2h16V5zm-3 6H4v2h13.25c1.1 0 2 .9 2 2s-.9 2-2 2H15v-2l-3 3 3 3v-2h2c2.21 0 4-1.79 4-4s-1.79-4-4-4z"})
"WrapText"))
================================================
FILE: src/icons/reagent_mui/icons/wrap_text_outlined.cljs
================================================
(ns reagent-mui.icons.wrap-text-outlined
"Imports @mui/icons-material/WrapTextOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wrap-text-outlined (create-svg-icon (e "path" #js {"d" "M4 19h6v-2H4v2zM20 5H4v2h16V5zm-3 6H4v2h13.25c1.1 0 2 .9 2 2s-.9 2-2 2H15v-2l-3 3 3 3v-2h2c2.21 0 4-1.79 4-4s-1.79-4-4-4z"})
"WrapTextOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wrap_text_rounded.cljs
================================================
(ns reagent-mui.icons.wrap-text-rounded
"Imports @mui/icons-material/WrapTextRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wrap-text-rounded (create-svg-icon (e "path" #js {"d" "M5 7h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1s.45 1 1 1zm11.83 4H5c-.55 0-1 .45-1 1s.45 1 1 1h12.13c1 0 1.93.67 2.09 1.66.21 1.25-.76 2.34-1.97 2.34H15v-.79c0-.45-.54-.67-.85-.35l-1.79 1.79c-.2.2-.2.51 0 .71l1.79 1.79c.32.32.85.09.85-.35V19h2c2.34 0 4.21-2.01 3.98-4.39-.2-2.08-2.06-3.61-4.15-3.61zM9 17H5c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1z"})
"WrapTextRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wrap_text_sharp.cljs
================================================
(ns reagent-mui.icons.wrap-text-sharp
"Imports @mui/icons-material/WrapTextSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wrap-text-sharp (create-svg-icon (e "path" #js {"d" "M4 19h6v-2H4v2zM20 5H4v2h16V5zm-3 6H4v2h13.25c1.1 0 2 .9 2 2s-.9 2-2 2H15v-2l-3 3 3 3v-2h2c2.21 0 4-1.79 4-4s-1.79-4-4-4z"})
"WrapTextSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wrap_text_two_tone.cljs
================================================
(ns reagent-mui.icons.wrap-text-two-tone
"Imports @mui/icons-material/WrapTextTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wrap-text-two-tone (create-svg-icon (e "path" #js {"d" "M4 17h6v2H4zm13-6H4v2h13.25c1.1 0 2 .9 2 2s-.9 2-2 2H15v-2l-3 3 3 3v-2h2c2.21 0 4-1.79 4-4s-1.79-4-4-4zM4 5h16v2H4z"})
"WrapTextTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wrong_location.cljs
================================================
(ns reagent-mui.icons.wrong-location
"Imports @mui/icons-material/WrongLocation as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wrong-location (create-svg-icon [(e "path" #js {"d" "M14 10V3.26c-.65-.17-1.32-.26-2-.26-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8 0-.41-.04-.81-.09-1.2H14zm-2 3c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}) (e "path" #js {"d" "m22.54 2.88-1.42-1.42L19 3.59l-2.12-2.13-1.42 1.42L17.59 5l-2.13 2.12 1.42 1.42L19 6.41l2.12 2.13 1.42-1.42L20.41 5z"})]
"WrongLocation"))
================================================
FILE: src/icons/reagent_mui/icons/wrong_location_outlined.cljs
================================================
(ns reagent-mui.icons.wrong-location-outlined
"Imports @mui/icons-material/WrongLocationOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wrong-location-outlined (create-svg-icon [(e "path" #js {"d" "M18 11v.2c0 2.34-1.95 5.44-6 9.14-4.05-3.7-6-6.79-6-9.14C6 7.57 8.65 5 12 5c.34 0 .68.03 1 .08V3.06c-.33-.04-.66-.06-1-.06-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8V11h-2z"}) (e "circle" #js {"cx" "12", "cy" "11", "r" "2"}) (e "path" #js {"d" "m22.54 2.88-1.42-1.42L19 3.59l-2.12-2.13-1.42 1.42L17.59 5l-2.13 2.12 1.42 1.42L19 6.41l2.12 2.13 1.42-1.42L20.41 5z"})]
"WrongLocationOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wrong_location_rounded.cljs
================================================
(ns reagent-mui.icons.wrong-location-rounded
"Imports @mui/icons-material/WrongLocationRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wrong-location-rounded (create-svg-icon [(e "path" #js {"d" "m20.42 4.5 1.38-1.38c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L19 3.08 17.62 1.7c-.39-.39-1.02-.39-1.41 0s-.39 1.02 0 1.41l1.38 1.38-1.38 1.38c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L19 5.92l1.38 1.38c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L20.42 4.5z"}) (e "path" #js {"d" "M19.67 8 19 7.33l-.59.59c-.7.7-1.84.88-2.65.3-1.03-.74-1.12-2.19-.26-3.05l.67-.67-.67-.67c-.36-.36-.54-.81-.57-1.28C14.01 2.19 13.02 2 12 2c-4.2 0-8 3.22-8 8.2 0 3.18 2.45 6.92 7.34 11.23.38.33.95.33 1.33 0C17.55 17.12 20 13.38 20 10.2c0-.76-.1-1.47-.26-2.14-.02-.02-.05-.04-.07-.06zM12 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})]
"WrongLocationRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wrong_location_sharp.cljs
================================================
(ns reagent-mui.icons.wrong-location-sharp
"Imports @mui/icons-material/WrongLocationSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wrong-location-sharp (create-svg-icon [(e "path" #js {"d" "M14 10V3.26c-.65-.17-1.32-.26-2-.26-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8 0-.41-.04-.81-.09-1.2H14zm-2 3c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}) (e "path" #js {"d" "m22.54 2.88-1.42-1.42L19 3.59l-2.12-2.13-1.42 1.42L17.59 5l-2.13 2.12 1.42 1.42L19 6.41l2.12 2.13 1.42-1.42L20.41 5z"})]
"WrongLocationSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wrong_location_two_tone.cljs
================================================
(ns reagent-mui.icons.wrong-location-two-tone
"Imports @mui/icons-material/WrongLocationTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wrong-location-two-tone (create-svg-icon [(e "path" #js {"d" "M18 11v.2c0 2.34-1.95 5.44-6 9.14-4.05-3.7-6-6.79-6-9.14C6 7.57 8.65 5 12 5c.34 0 .68.03 1 .08V3.06c-.33-.04-.66-.06-1-.06-4.2 0-8 3.22-8 8.2 0 3.32 2.67 7.25 8 11.8 5.33-4.55 8-8.48 8-11.8V11h-2z"}) (e "circle" #js {"cx" "12", "cy" "11", "r" "2"}) (e "path" #js {"d" "m22.54 2.88-1.42-1.42L19 3.59l-2.12-2.13-1.42 1.42L17.59 5l-2.13 2.12 1.42 1.42L19 6.41l2.12 2.13 1.42-1.42L20.41 5z"})]
"WrongLocationTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/wysiwyg.cljs
================================================
(ns reagent-mui.icons.wysiwyg
"Imports @mui/icons-material/Wysiwyg as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wysiwyg (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V7h14v12zm-2-7H7v-2h10v2zm-4 4H7v-2h6v2z"})
"Wysiwyg"))
================================================
FILE: src/icons/reagent_mui/icons/wysiwyg_outlined.cljs
================================================
(ns reagent-mui.icons.wysiwyg-outlined
"Imports @mui/icons-material/WysiwygOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wysiwyg-outlined (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V7h14v12zm-2-7H7v-2h10v2zm-4 4H7v-2h6v2z"})
"WysiwygOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/wysiwyg_rounded.cljs
================================================
(ns reagent-mui.icons.wysiwyg-rounded
"Imports @mui/icons-material/WysiwygRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wysiwyg-rounded (create-svg-icon (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V7h14v12zm-3-7H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1zm-4 4H8c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1z"})
"WysiwygRounded"))
================================================
FILE: src/icons/reagent_mui/icons/wysiwyg_sharp.cljs
================================================
(ns reagent-mui.icons.wysiwyg-sharp
"Imports @mui/icons-material/WysiwygSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wysiwyg-sharp (create-svg-icon (e "path" #js {"d" "M17 12H7v-2h10v2zm-4 2H7v2h6v-2zm8 7H3V3h18v18zM19 7H5v12h14V7z"})
"WysiwygSharp"))
================================================
FILE: src/icons/reagent_mui/icons/wysiwyg_two_tone.cljs
================================================
(ns reagent-mui.icons.wysiwyg-two-tone
"Imports @mui/icons-material/WysiwygTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def wysiwyg-two-tone (create-svg-icon [(e "path" #js {"d" "M19 19H5V7h14v12zm-2-7H7v-2h10v2zm-4 4H7v-2h6v2z", "opacity" ".3"}) (e "path" #js {"d" "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V7h14v12zm-2-7H7v-2h10v2zm-4 4H7v-2h6v2z"})]
"WysiwygTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/yard.cljs
================================================
(ns reagent-mui.icons.yard
"Imports @mui/icons-material/Yard as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def yard (create-svg-icon [(e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 8.22c0-.86.7-1.56 1.56-1.56.33 0 .64.1.89.28l-.01-.12c0-.86.7-1.56 1.56-1.56s1.56.7 1.56 1.56l-.01.12c.26-.18.56-.28.89-.28.86 0 1.56.7 1.56 1.56 0 .62-.37 1.16-.89 1.4.52.25.89.79.89 1.41 0 .86-.7 1.56-1.56 1.56-.33 0-.64-.11-.89-.28l.01.12c0 .86-.7 1.56-1.56 1.56s-1.56-.7-1.56-1.56l.01-.12c-.26.18-.56.28-.89.28-.86 0-1.56-.7-1.56-1.56 0-.62.37-1.16.89-1.4C8.37 9.38 8 8.84 8 8.22zM12 19c-3.31 0-6-2.69-6-6 3.31 0 6 2.69 6 6 0-3.31 2.69-6 6-6 0 3.31-2.69 6-6 6z"}) (e "circle" #js {"cx" "12", "cy" "9.62", "r" "1.56"})]
"Yard"))
================================================
FILE: src/icons/reagent_mui/icons/yard_outlined.cljs
================================================
(ns reagent-mui.icons.yard-outlined
"Imports @mui/icons-material/YardOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def yard-outlined (create-svg-icon (e "path" #js {"d" "M18 13c-3.31 0-6 2.69-6 6 3.31 0 6-2.69 6-6zM6 13c0 3.31 2.69 6 6 6 0-3.31-2.69-6-6-6zm2-1.97c0 .86.7 1.56 1.56 1.56.33 0 .63-.1.89-.28l-.01.12c0 .86.7 1.56 1.56 1.56s1.56-.7 1.56-1.56l-.01-.12c.25.17.56.28.89.28.86 0 1.56-.7 1.56-1.56 0-.62-.37-1.16-.89-1.41.52-.24.89-.78.89-1.4 0-.86-.7-1.56-1.56-1.56-.33 0-.63.1-.89.28l.01-.12c0-.86-.7-1.56-1.56-1.56s-1.56.7-1.56 1.56l.01.12c-.25-.18-.56-.28-.89-.28-.86 0-1.56.7-1.56 1.56 0 .62.37 1.16.89 1.41-.52.24-.89.78-.89 1.4zm4-2.97c.86 0 1.56.7 1.56 1.56s-.7 1.56-1.56 1.56-1.56-.7-1.56-1.56.7-1.56 1.56-1.56zM20 4v16H4V4h16m0-2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"})
"YardOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/yard_rounded.cljs
================================================
(ns reagent-mui.icons.yard-rounded
"Imports @mui/icons-material/YardRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def yard-rounded (create-svg-icon [(e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 8.22c0-.86.7-1.56 1.56-1.56.33 0 .64.1.89.28l-.01-.12c0-.86.7-1.56 1.56-1.56s1.56.7 1.56 1.56l-.01.12c.26-.18.56-.28.89-.28.86 0 1.56.7 1.56 1.56 0 .62-.37 1.16-.89 1.4.52.25.89.79.89 1.41 0 .86-.7 1.56-1.56 1.56-.33 0-.64-.11-.89-.28l.01.12c0 .86-.7 1.56-1.56 1.56s-1.56-.7-1.56-1.56l.01-.12c-.26.18-.56.28-.89.28-.86 0-1.56-.7-1.56-1.56 0-.62.37-1.16.89-1.4C8.37 9.38 8 8.84 8 8.22zM12 19c-2.83 0-5.21-1.97-5.84-4.61-.18-.74.49-1.4 1.23-1.23C10.03 13.79 12 16.17 12 19c0-2.83 1.97-5.21 4.61-5.84.74-.18 1.4.49 1.23 1.23C17.21 17.03 14.83 19 12 19z"}) (e "circle" #js {"cx" "12", "cy" "9.62", "r" "1.56"})]
"YardRounded"))
================================================
FILE: src/icons/reagent_mui/icons/yard_sharp.cljs
================================================
(ns reagent-mui.icons.yard-sharp
"Imports @mui/icons-material/YardSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def yard-sharp (create-svg-icon [(e "path" #js {"d" "M22 2H2v20h20V2zM8 8.22c0-.86.7-1.56 1.56-1.56.33 0 .64.1.89.28l-.01-.12c0-.86.7-1.56 1.56-1.56s1.56.7 1.56 1.56l-.01.12c.26-.18.56-.28.89-.28.86 0 1.56.7 1.56 1.56 0 .62-.37 1.16-.89 1.4.52.25.89.79.89 1.41 0 .86-.7 1.56-1.56 1.56-.33 0-.64-.11-.89-.28l.01.12c0 .86-.7 1.56-1.56 1.56s-1.56-.7-1.56-1.56l.01-.12c-.26.18-.56.28-.89.28-.86 0-1.56-.7-1.56-1.56 0-.62.37-1.16.89-1.4C8.37 9.38 8 8.84 8 8.22zM12 19c-3.31 0-6-2.69-6-6 3.31 0 6 2.69 6 6 0-3.31 2.69-6 6-6 0 3.31-2.69 6-6 6z"}) (e "circle" #js {"cx" "12", "cy" "9.62", "r" "1.56"})]
"YardSharp"))
================================================
FILE: src/icons/reagent_mui/icons/yard_two_tone.cljs
================================================
(ns reagent-mui.icons.yard-two-tone
"Imports @mui/icons-material/YardTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def yard-two-tone (create-svg-icon [(e "path" #js {"d" "M4 20h16V4H4v16zM8 8.22c0-.86.7-1.56 1.56-1.56.33 0 .64.1.89.28l-.01-.12c0-.86.7-1.56 1.56-1.56s1.56.7 1.56 1.56l-.01.12c.26-.18.56-.28.89-.28.86 0 1.56.7 1.56 1.56 0 .62-.37 1.16-.89 1.4.52.25.89.79.89 1.41 0 .86-.7 1.56-1.56 1.56-.33 0-.64-.11-.89-.28l.01.12c0 .86-.7 1.56-1.56 1.56s-1.56-.7-1.56-1.56l.01-.12c-.26.18-.56.28-.89.28-.86 0-1.56-.7-1.56-1.56 0-.62.37-1.16.89-1.4C8.37 9.38 8 8.84 8 8.22zM12 19c0-3.31 2.69-6 6-6 0 3.31-2.69 6-6 6s-6-2.69-6-6c3.31 0 6 2.69 6 6z", "opacity" ".3"}) (e "path" #js {"d" "M8 11.03c0 .86.7 1.56 1.56 1.56.33 0 .63-.1.89-.28l-.01.12c0 .86.7 1.56 1.56 1.56s1.56-.7 1.56-1.56l-.01-.12c.25.17.56.28.89.28.86 0 1.56-.7 1.56-1.56 0-.62-.37-1.16-.89-1.41.52-.24.89-.78.89-1.4 0-.86-.7-1.56-1.56-1.56-.33 0-.63.1-.89.28l.01-.12c0-.86-.7-1.56-1.56-1.56s-1.56.7-1.56 1.56l.01.12c-.25-.18-.56-.28-.89-.28-.86 0-1.56.7-1.56 1.56 0 .62.37 1.16.89 1.41-.52.24-.89.78-.89 1.4zm4-2.97c.86 0 1.56.7 1.56 1.56s-.7 1.56-1.56 1.56-1.56-.7-1.56-1.56.7-1.56 1.56-1.56zM18 13c-3.31 0-6 2.69-6 6 3.31 0 6-2.69 6-6zm-6 6c0-3.31-2.69-6-6-6 0 3.31 2.69 6 6 6z"}) (e "path" #js {"d" "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h16v16z"})]
"YardTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/you_tube.cljs
================================================
(ns reagent-mui.icons.you-tube
"Imports @mui/icons-material/YouTube as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def you-tube (create-svg-icon (e "path" #js {"d" "M10 15l5.19-3L10 9v6m11.56-7.83c.13.47.22 1.1.28 1.9.07.8.1 1.49.1 2.09L22 12c0 2.19-.16 3.8-.44 4.83-.25.9-.83 1.48-1.73 1.73-.47.13-1.33.22-2.65.28-1.3.07-2.49.1-3.59.1L12 19c-4.19 0-6.8-.16-7.83-.44-.9-.25-1.48-.83-1.73-1.73-.13-.47-.22-1.1-.28-1.9-.07-.8-.1-1.49-.1-2.09L2 12c0-2.19.16-3.8.44-4.83.25-.9.83-1.48 1.73-1.73.47-.13 1.33-.22 2.65-.28 1.3-.07 2.49-.1 3.59-.1L12 5c4.19 0 6.8.16 7.83.44.9.25 1.48.83 1.73 1.73z"})
"YouTube"))
================================================
FILE: src/icons/reagent_mui/icons/youtube_searched_for.cljs
================================================
(ns reagent-mui.icons.youtube-searched-for
"Imports @mui/icons-material/YoutubeSearchedFor as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def youtube-searched-for (create-svg-icon (e "path" #js {"d" "M17.01 14h-.8l-.27-.27c.98-1.14 1.57-2.61 1.57-4.23 0-3.59-2.91-6.5-6.5-6.5s-6.5 3-6.5 6.5H2l3.84 4 4.16-4H6.51C6.51 7 8.53 5 11.01 5s4.5 2.01 4.5 4.5c0 2.48-2.02 4.5-4.5 4.5-.65 0-1.26-.14-1.82-.38L7.71 15.1c.97.57 2.09.9 3.3.9 1.61 0 3.08-.59 4.22-1.57l.27.27v.79l5.01 4.99L22 19l-4.99-5z"})
"YoutubeSearchedFor"))
================================================
FILE: src/icons/reagent_mui/icons/youtube_searched_for_outlined.cljs
================================================
(ns reagent-mui.icons.youtube-searched-for-outlined
"Imports @mui/icons-material/YoutubeSearchedForOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def youtube-searched-for-outlined (create-svg-icon (e "path" #js {"d" "M17.01 14h-.8l-.27-.27c.98-1.14 1.57-2.61 1.57-4.23 0-3.59-2.91-6.5-6.5-6.5s-6.5 3-6.5 6.5H2l3.84 4 4.16-4H6.51C6.51 7 8.53 5 11.01 5s4.5 2.01 4.5 4.5c0 2.48-2.02 4.5-4.5 4.5-.65 0-1.26-.14-1.82-.38L7.71 15.1c.97.57 2.09.9 3.3.9 1.61 0 3.08-.59 4.22-1.57l.27.27v.79l5.01 4.99L22 19l-4.99-5z"})
"YoutubeSearchedForOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/youtube_searched_for_rounded.cljs
================================================
(ns reagent-mui.icons.youtube-searched-for-rounded
"Imports @mui/icons-material/YoutubeSearchedForRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def youtube-searched-for-rounded (create-svg-icon (e "path" #js {"d" "M17.01 14h-.8l-.27-.27c1.15-1.34 1.76-3.14 1.51-5.09C17.11 6 15.1 3.78 12.5 3.18 8.26 2.2 4.51 5.53 4.51 9.5h-2.1c-.47 0-.68.59-.31.89l3.4 2.75c.19.2.51.21.71.01l2.9-2.79c.32-.31.1-.86-.35-.86H6.51c0-2.49 2-4.48 4.46-4.5 2.44-.02 4.54 2.05 4.54 4.49 0 2.48-2.02 4.51-4.5 4.51-.45 0-.89-.07-1.3-.19-.34-.1-.71 0-.96.26-.53.53-.32 1.45.39 1.66.59.17 1.22.27 1.87.27 1.61 0 3.08-.59 4.22-1.57l.27.27v.79l4.27 4.25c.41.41 1.07.41 1.48 0 .41-.41.41-1.08 0-1.49L17.01 14z"})
"YoutubeSearchedForRounded"))
================================================
FILE: src/icons/reagent_mui/icons/youtube_searched_for_sharp.cljs
================================================
(ns reagent-mui.icons.youtube-searched-for-sharp
"Imports @mui/icons-material/YoutubeSearchedForSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def youtube-searched-for-sharp (create-svg-icon (e "path" #js {"d" "M17.01 14h-.8l-.27-.27c.98-1.14 1.57-2.61 1.57-4.23 0-3.59-2.91-6.5-6.5-6.5s-6.5 3-6.5 6.5H2l3.84 4 4.16-4H6.51C6.51 7 8.53 5 11.01 5s4.5 2.01 4.5 4.5c0 2.48-2.02 4.5-4.5 4.5-.65 0-1.26-.14-1.82-.38L7.71 15.1c.97.57 2.09.9 3.3.9 1.61 0 3.08-.59 4.22-1.57l.27.27v.79l5.01 4.99L22 19l-4.99-5z"})
"YoutubeSearchedForSharp"))
================================================
FILE: src/icons/reagent_mui/icons/youtube_searched_for_two_tone.cljs
================================================
(ns reagent-mui.icons.youtube-searched-for-two-tone
"Imports @mui/icons-material/YoutubeSearchedForTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def youtube-searched-for-two-tone (create-svg-icon (e "path" #js {"d" "M17.01 14h-.8l-.27-.27c.98-1.14 1.57-2.61 1.57-4.23 0-3.59-2.91-6.5-6.5-6.5s-6.5 3-6.5 6.5H2l3.84 4 4.16-4H6.51C6.51 7 8.53 5 11.01 5s4.5 2.01 4.5 4.5c0 2.48-2.02 4.5-4.5 4.5-.65 0-1.26-.14-1.82-.38L7.71 15.1c.97.57 2.09.9 3.3.9 1.61 0 3.08-.59 4.22-1.57l.27.27v.79l5.01 4.99L22 19l-4.99-5z"})
"YoutubeSearchedForTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_in.cljs
================================================
(ns reagent-mui.icons.zoom-in
"Imports @mui/icons-material/ZoomIn as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-in (create-svg-icon [(e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"}) (e "path" #js {"d" "M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"})]
"ZoomIn"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_in_map.cljs
================================================
(ns reagent-mui.icons.zoom-in-map
"Imports @mui/icons-material/ZoomInMap as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-in-map (create-svg-icon (e "path" #js {"d" "M9 9V3H7v2.59L3.91 2.5 2.5 3.91 5.59 7H3v2h6zm12 0V7h-2.59l3.09-3.09-1.41-1.41L17 5.59V3h-2v6h6zM3 15v2h2.59L2.5 20.09l1.41 1.41L7 18.41V21h2v-6H3zm12 0v6h2v-2.59l3.09 3.09 1.41-1.41L18.41 17H21v-2h-6z"})
"ZoomInMap"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_in_map_outlined.cljs
================================================
(ns reagent-mui.icons.zoom-in-map-outlined
"Imports @mui/icons-material/ZoomInMapOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-in-map-outlined (create-svg-icon (e "path" #js {"d" "M9 9V3H7v2.59L3.91 2.5 2.5 3.91 5.59 7H3v2h6zm12 0V7h-2.59l3.09-3.09-1.41-1.41L17 5.59V3h-2v6h6zM3 15v2h2.59L2.5 20.09l1.41 1.41L7 18.41V21h2v-6H3zm12 0v6h2v-2.59l3.09 3.09 1.41-1.41L18.41 17H21v-2h-6z"})
"ZoomInMapOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_in_map_rounded.cljs
================================================
(ns reagent-mui.icons.zoom-in-map-rounded
"Imports @mui/icons-material/ZoomInMapRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-in-map-rounded (create-svg-icon (e "path" #js {"d" "M3 8c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1v1.59L4.62 3.21a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L5.59 7H4c-.55 0-1 .45-1 1zm17-1h-1.59l2.38-2.38c.39-.39.39-1.02 0-1.41a.9959.9959 0 0 0-1.41 0L17 5.59V4c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1zM4 17h1.59l-2.38 2.38c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L7 18.41V20c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm17-1c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-1.59l2.38 2.38c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L18.41 17H20c.55 0 1-.45 1-1z"})
"ZoomInMapRounded"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_in_map_sharp.cljs
================================================
(ns reagent-mui.icons.zoom-in-map-sharp
"Imports @mui/icons-material/ZoomInMapSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-in-map-sharp (create-svg-icon (e "path" #js {"d" "M9 9V3H7v2.59L3.91 2.5 2.5 3.91 5.59 7H3v2h6zm12 0V7h-2.59l3.09-3.09-1.41-1.41L17 5.59V3h-2v6h6zM3 15v2h2.59L2.5 20.09l1.41 1.41L7 18.41V21h2v-6H3zm12 0v6h2v-2.59l3.09 3.09 1.41-1.41L18.41 17H21v-2h-6z"})
"ZoomInMapSharp"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_in_map_two_tone.cljs
================================================
(ns reagent-mui.icons.zoom-in-map-two-tone
"Imports @mui/icons-material/ZoomInMapTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-in-map-two-tone (create-svg-icon (e "path" #js {"d" "M9 9V3H7v2.59L3.91 2.5 2.5 3.91 5.59 7H3v2h6zm12 0V7h-2.59l3.09-3.09-1.41-1.41L17 5.59V3h-2v6h6zM3 15v2h2.59L2.5 20.09l1.41 1.41L7 18.41V21h2v-6H3zm12 0v6h2v-2.59l3.09 3.09 1.41-1.41L18.41 17H21v-2h-6z"})
"ZoomInMapTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_in_outlined.cljs
================================================
(ns reagent-mui.icons.zoom-in-outlined
"Imports @mui/icons-material/ZoomInOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-in-outlined (create-svg-icon (e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z"})
"ZoomInOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_in_rounded.cljs
================================================
(ns reagent-mui.icons.zoom-in-rounded
"Imports @mui/icons-material/ZoomInRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-in-rounded (create-svg-icon (e "path" #js {"d" "M15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.34-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.78 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59 2.03.34 3.94-.28 5.34-1.48l.27.28v.79l4.26 4.25c.41.41 1.07.41 1.48 0l.01-.01c.41-.41.41-1.07 0-1.48L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm0-7c-.28 0-.5.22-.5.5V9H7.5c-.28 0-.5.22-.5.5s.22.5.5.5H9v1.5c0 .28.22.5.5.5s.5-.22.5-.5V10h1.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H10V7.5c0-.28-.22-.5-.5-.5z"})
"ZoomInRounded"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_in_sharp.cljs
================================================
(ns reagent-mui.icons.zoom-in-sharp
"Imports @mui/icons-material/ZoomInSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-in-sharp (create-svg-icon (e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z"})
"ZoomInSharp"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_in_two_tone.cljs
================================================
(ns reagent-mui.icons.zoom-in-two-tone
"Imports @mui/icons-material/ZoomInTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-in-two-tone (create-svg-icon (e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z"})
"ZoomInTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_out.cljs
================================================
(ns reagent-mui.icons.zoom-out
"Imports @mui/icons-material/ZoomOut as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-out (create-svg-icon (e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7z"})
"ZoomOut"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_out_map.cljs
================================================
(ns reagent-mui.icons.zoom-out-map
"Imports @mui/icons-material/ZoomOutMap as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-out-map (create-svg-icon (e "path" #js {"d" "m15 3 2.3 2.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3h-6zM3 9l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3 9 3H3v6zm6 12-2.3-2.3 2.89-2.87-1.42-1.42L5.3 17.3 3 15v6h6zm12-6-2.3 2.3-2.87-2.89-1.42 1.42 2.89 2.87L15 21h6v-6z"})
"ZoomOutMap"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_out_map_outlined.cljs
================================================
(ns reagent-mui.icons.zoom-out-map-outlined
"Imports @mui/icons-material/ZoomOutMapOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-out-map-outlined (create-svg-icon (e "path" #js {"d" "m15 3 2.3 2.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3h-6zM3 9l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3 9 3H3v6zm6 12-2.3-2.3 2.89-2.87-1.42-1.42L5.3 17.3 3 15v6h6zm12-6-2.3 2.3-2.87-2.89-1.42 1.42 2.89 2.87L15 21h6v-6z"})
"ZoomOutMapOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_out_map_rounded.cljs
================================================
(ns reagent-mui.icons.zoom-out-map-rounded
"Imports @mui/icons-material/ZoomOutMapRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-out-map-rounded (create-svg-icon (e "path" #js {"d" "M15.85 3.85 17.3 5.3l-2.18 2.16c-.39.39-.39 1.03 0 1.42.39.39 1.03.39 1.42 0L18.7 6.7l1.45 1.45c.31.31.85.09.85-.36V3.5c0-.28-.22-.5-.5-.5h-4.29c-.45 0-.67.54-.36.85zm-12 4.3L5.3 6.7l2.16 2.18c.39.39 1.03.39 1.42 0 .39-.39.39-1.03 0-1.42L6.7 5.3l1.45-1.45c.31-.31.09-.85-.36-.85H3.5c-.28 0-.5.22-.5.5v4.29c0 .45.54.67.85.36zm4.3 12L6.7 18.7l2.18-2.16c.39-.39.39-1.03 0-1.42-.39-.39-1.03-.39-1.42 0L5.3 17.3l-1.45-1.45c-.31-.31-.85-.09-.85.36v4.29c0 .28.22.5.5.5h4.29c.45 0 .67-.54.36-.85zm12-4.3L18.7 17.3l-2.16-2.18c-.39-.39-1.03-.39-1.42 0-.39.39-.39 1.03 0 1.42l2.18 2.16-1.45 1.45c-.31.31-.09.85.36.85h4.29c.28 0 .5-.22.5-.5v-4.29c0-.45-.54-.67-.85-.36z"})
"ZoomOutMapRounded"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_out_map_sharp.cljs
================================================
(ns reagent-mui.icons.zoom-out-map-sharp
"Imports @mui/icons-material/ZoomOutMapSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-out-map-sharp (create-svg-icon (e "path" #js {"d" "m15 3 2.3 2.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3h-6zM3 9l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3 9 3H3v6zm6 12-2.3-2.3 2.89-2.87-1.42-1.42L5.3 17.3 3 15v6h6zm12-6-2.3 2.3-2.87-2.89-1.42 1.42 2.89 2.87L15 21h6v-6z"})
"ZoomOutMapSharp"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_out_map_two_tone.cljs
================================================
(ns reagent-mui.icons.zoom-out-map-two-tone
"Imports @mui/icons-material/ZoomOutMapTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-out-map-two-tone (create-svg-icon (e "path" #js {"d" "m17.3 5.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3h-6zM9 3H3v6l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3zm-.83 11.41L5.3 17.3 3 15v6h6l-2.3-2.3 2.89-2.87zm7.66 0-1.42 1.42 2.89 2.87L15 21h6v-6l-2.3 2.3z"})
"ZoomOutMapTwoTone"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_out_outlined.cljs
================================================
(ns reagent-mui.icons.zoom-out-outlined
"Imports @mui/icons-material/ZoomOutOutlined as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-out-outlined (create-svg-icon (e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7z"})
"ZoomOutOutlined"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_out_rounded.cljs
================================================
(ns reagent-mui.icons.zoom-out-rounded
"Imports @mui/icons-material/ZoomOutRounded as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-out-rounded (create-svg-icon (e "path" #js {"d" "M15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.34-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.79 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59 2.03.34 3.94-.28 5.34-1.48l.27.28v.79l4.26 4.25c.41.41 1.07.41 1.48 0l.01-.01c.41-.41.41-1.07 0-1.48L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm-2-5h4c.28 0 .5.22.5.5s-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"})
"ZoomOutRounded"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_out_sharp.cljs
================================================
(ns reagent-mui.icons.zoom-out-sharp
"Imports @mui/icons-material/ZoomOutSharp as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-out-sharp (create-svg-icon (e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7V9z"})
"ZoomOutSharp"))
================================================
FILE: src/icons/reagent_mui/icons/zoom_out_two_tone.cljs
================================================
(ns reagent-mui.icons.zoom-out-two-tone
"Imports @mui/icons-material/ZoomOutTwoTone as a Reagent component."
(:require-macros [reagent-mui.util :refer [create-svg-icon e]])
(:require [react :as react]
["@mui/material/SvgIcon" :as SvgIcon]
[reagent-mui.util]))
(def zoom-out-two-tone (create-svg-icon (e "path" #js {"d" "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7z"})
"ZoomOutTwoTone"))
================================================
FILE: src/js/karma.js
================================================
const process = {
env: {
NODE_ENV: 'test'
}
};
================================================
FILE: src/x/reagent_mui/x/data_grid.cljs
================================================
(ns reagent-mui.x.data-grid
"Imports @mui/x-data-grid as a Reagent component.
Original documentation is at https://mui.com/x/api/data-grid/data-grid/ ."
(:require-macros [reagent-mui.util :refer [with-unchanged-js-props]])
(:require [reagent.core :as r]
["@mui/x-data-grid" :as MuiDataGrid]))
(def data-grid (with-unchanged-js-props (r/adapt-react-class MuiDataGrid/DataGrid)))
================================================
FILE: src/x/reagent_mui/x/data_grid_premium.cljs
================================================
(ns reagent-mui.x.data-grid-premium
"Imports @mui/x-data-grid-premium as a Reagent component.
Original documentation is at https://mui.com/x/api/data-grid/data-grid-premium/ ."
(:require-macros [reagent-mui.util :refer [with-unchanged-js-props]])
(:require [reagent.core :as r]
["@mui/x-data-grid-premium" :as MuiDataGridPremium]))
(def data-grid-premium (with-unchanged-js-props (r/adapt-react-class MuiDataGridPremium/DataGridPremium)))
================================================
FILE: src/x/reagent_mui/x/data_grid_pro.cljs
================================================
(ns reagent-mui.x.data-grid-pro
"Imports @mui/x-data-grid-pro as a Reagent component.
Original documentation is at https://mui.com/x/api/data-grid/data-grid-pro/ ."
(:require-macros [reagent-mui.util :refer [with-unchanged-js-props]])
(:require [reagent.core :as r]
["@mui/x-data-grid-pro" :as MuiDataGridPro]))
(def data-grid-pro (with-unchanged-js-props (r/adapt-react-class MuiDataGridPro/DataGridPro)))
================================================
FILE: src/x/reagent_mui/x/date_calendar.cljs
================================================
(ns reagent-mui.x.date-calendar
"Imports @mui/x-date-pickers/DateCalendar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-calendar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/DateCalendar" :as MuiDateCalendar]))
(def date-calendar (r/adapt-react-class MuiDateCalendar/DateCalendar))
================================================
FILE: src/x/reagent_mui/x/date_calendar_pro.cljs
================================================
(ns reagent-mui.x.date-calendar-pro
"Imports @mui/x-date-pickers-pro/DateCalendar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-calendar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DateCalendar" :as MuiDateCalendar]))
(def date-calendar (r/adapt-react-class MuiDateCalendar/DateCalendar))
================================================
FILE: src/x/reagent_mui/x/date_field.cljs
================================================
(ns reagent-mui.x.date-field
"Imports @mui/x-date-pickers/DateField as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-field/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/DateField" :as MuiDateField]))
(def date-field (r/adapt-react-class MuiDateField/DateField))
================================================
FILE: src/x/reagent_mui/x/date_field_pro.cljs
================================================
(ns reagent-mui.x.date-field-pro
"Imports @mui/x-date-pickers-pro/DateField as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-field/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DateField" :as MuiDateField]))
(def date-field (r/adapt-react-class MuiDateField/DateField))
================================================
FILE: src/x/reagent_mui/x/date_picker.cljs
================================================
(ns reagent-mui.x.date-picker
"Imports @mui/x-date-pickers/DatePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/DatePicker" :as MuiDatePicker]))
(def date-picker (r/adapt-react-class MuiDatePicker/DatePicker))
================================================
FILE: src/x/reagent_mui/x/date_picker_pro.cljs
================================================
(ns reagent-mui.x.date-picker-pro
"Imports @mui/x-date-pickers-pro/DatePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DatePicker" :as MuiDatePicker]))
(def date-picker (r/adapt-react-class MuiDatePicker/DatePicker))
================================================
FILE: src/x/reagent_mui/x/date_picker_toolbar.cljs
================================================
(ns reagent-mui.x.date-picker-toolbar
"Imports @mui/x-date-pickers/DatePickerToolbar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-picker-toolbar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/DatePickerToolbar" :as MuiDatePickerToolbar]))
(def date-picker-toolbar (r/adapt-react-class MuiDatePickerToolbar/DatePickerToolbar))
================================================
FILE: src/x/reagent_mui/x/date_picker_toolbar_pro.cljs
================================================
(ns reagent-mui.x.date-picker-toolbar-pro
"Imports @mui/x-date-pickers-pro/DatePickerToolbar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-picker-toolbar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DatePickerToolbar" :as MuiDatePickerToolbar]))
(def date-picker-toolbar (r/adapt-react-class MuiDatePickerToolbar/DatePickerToolbar))
================================================
FILE: src/x/reagent_mui/x/date_range_calendar_pro.cljs
================================================
(ns reagent-mui.x.date-range-calendar-pro
"Imports @mui/x-date-pickers-pro/DateRangeCalendar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-range-calendar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DateRangeCalendar" :as MuiDateRangeCalendar]))
(def date-range-calendar (r/adapt-react-class MuiDateRangeCalendar/DateRangeCalendar))
================================================
FILE: src/x/reagent_mui/x/date_range_picker_day_pro.cljs
================================================
(ns reagent-mui.x.date-range-picker-day-pro
"Imports @mui/x-date-pickers-pro/DateRangePickerDay as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-range-picker-day/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DateRangePickerDay" :as MuiDateRangePickerDay]))
(def date-range-picker-day (r/adapt-react-class MuiDateRangePickerDay/DateRangePickerDay))
================================================
FILE: src/x/reagent_mui/x/date_range_picker_pro.cljs
================================================
(ns reagent-mui.x.date-range-picker-pro
"Imports @mui/x-date-pickers-pro/DateRangePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-range-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DateRangePicker" :as MuiDateRangePicker]))
(def date-range-picker (r/adapt-react-class MuiDateRangePicker/DateRangePicker))
================================================
FILE: src/x/reagent_mui/x/date_range_picker_toolbar_pro.cljs
================================================
(ns reagent-mui.x.date-range-picker-toolbar-pro
"Imports @mui/x-date-pickers-pro/DateRangePickerToolbar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-range-picker-toolbar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DateRangePickerToolbar" :as MuiDateRangePickerToolbar]))
(def date-range-picker-toolbar (r/adapt-react-class MuiDateRangePickerToolbar/DateRangePickerToolbar))
================================================
FILE: src/x/reagent_mui/x/date_time_field.cljs
================================================
(ns reagent-mui.x.date-time-field
"Imports @mui/x-date-pickers/DateTimeField as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-time-field/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/DateTimeField" :as MuiDateTimeField]))
(def date-time-field (r/adapt-react-class MuiDateTimeField/DateTimeField))
================================================
FILE: src/x/reagent_mui/x/date_time_field_pro.cljs
================================================
(ns reagent-mui.x.date-time-field-pro
"Imports @mui/x-date-pickers-pro/DateTimeField as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-time-field/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DateTimeField" :as MuiDateTimeField]))
(def date-time-field (r/adapt-react-class MuiDateTimeField/DateTimeField))
================================================
FILE: src/x/reagent_mui/x/date_time_picker.cljs
================================================
(ns reagent-mui.x.date-time-picker
"Imports @mui/x-date-pickers/DateTimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/DateTimePicker" :as MuiDateTimePicker]))
(def date-time-picker (r/adapt-react-class MuiDateTimePicker/DateTimePicker))
================================================
FILE: src/x/reagent_mui/x/date_time_picker_pro.cljs
================================================
(ns reagent-mui.x.date-time-picker-pro
"Imports @mui/x-date-pickers-pro/DateTimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DateTimePicker" :as MuiDateTimePicker]))
(def date-time-picker (r/adapt-react-class MuiDateTimePicker/DateTimePicker))
================================================
FILE: src/x/reagent_mui/x/date_time_picker_tabs.cljs
================================================
(ns reagent-mui.x.date-time-picker-tabs
"Imports @mui/x-date-pickers/DateTimePickerTabs as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-time-picker-tabs/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/DateTimePickerTabs" :as MuiDateTimePickerTabs]))
(def date-time-picker-tabs (r/adapt-react-class MuiDateTimePickerTabs/DateTimePickerTabs))
================================================
FILE: src/x/reagent_mui/x/date_time_picker_tabs_pro.cljs
================================================
(ns reagent-mui.x.date-time-picker-tabs-pro
"Imports @mui/x-date-pickers-pro/DateTimePickerTabs as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-time-picker-tabs/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DateTimePickerTabs" :as MuiDateTimePickerTabs]))
(def date-time-picker-tabs (r/adapt-react-class MuiDateTimePickerTabs/DateTimePickerTabs))
================================================
FILE: src/x/reagent_mui/x/date_time_picker_toolbar.cljs
================================================
(ns reagent-mui.x.date-time-picker-toolbar
"Imports @mui/x-date-pickers/DateTimePickerToolbar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-time-picker-toolbar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/DateTimePickerToolbar" :as MuiDateTimePickerToolbar]))
(def date-time-picker-toolbar (r/adapt-react-class MuiDateTimePickerToolbar/DateTimePickerToolbar))
================================================
FILE: src/x/reagent_mui/x/date_time_picker_toolbar_pro.cljs
================================================
(ns reagent-mui.x.date-time-picker-toolbar-pro
"Imports @mui/x-date-pickers-pro/DateTimePickerToolbar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/date-time-picker-toolbar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DateTimePickerToolbar" :as MuiDateTimePickerToolbar]))
(def date-time-picker-toolbar (r/adapt-react-class MuiDateTimePickerToolbar/DateTimePickerToolbar))
================================================
FILE: src/x/reagent_mui/x/day_calendar_skeleton.cljs
================================================
(ns reagent-mui.x.day-calendar-skeleton
"Imports @mui/x-date-pickers/DayCalendarSkeleton as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/day-calendar-skeleton/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/DayCalendarSkeleton" :as MuiDayCalendarSkeleton]))
(def day-calendar-skeleton (r/adapt-react-class MuiDayCalendarSkeleton/DayCalendarSkeleton))
================================================
FILE: src/x/reagent_mui/x/day_calendar_skeleton_pro.cljs
================================================
(ns reagent-mui.x.day-calendar-skeleton-pro
"Imports @mui/x-date-pickers-pro/DayCalendarSkeleton as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/day-calendar-skeleton/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DayCalendarSkeleton" :as MuiDayCalendarSkeleton]))
(def day-calendar-skeleton (r/adapt-react-class MuiDayCalendarSkeleton/DayCalendarSkeleton))
================================================
FILE: src/x/reagent_mui/x/desktop_date_picker.cljs
================================================
(ns reagent-mui.x.desktop-date-picker
"Imports @mui/x-date-pickers/DesktopDatePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/desktop-date-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/DesktopDatePicker" :as MuiDesktopDatePicker]))
(def desktop-date-picker (r/adapt-react-class MuiDesktopDatePicker/DesktopDatePicker))
================================================
FILE: src/x/reagent_mui/x/desktop_date_picker_pro.cljs
================================================
(ns reagent-mui.x.desktop-date-picker-pro
"Imports @mui/x-date-pickers-pro/DesktopDatePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/desktop-date-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DesktopDatePicker" :as MuiDesktopDatePicker]))
(def desktop-date-picker (r/adapt-react-class MuiDesktopDatePicker/DesktopDatePicker))
================================================
FILE: src/x/reagent_mui/x/desktop_date_range_picker_pro.cljs
================================================
(ns reagent-mui.x.desktop-date-range-picker-pro
"Imports @mui/x-date-pickers-pro/DesktopDateRangePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/desktop-date-range-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DesktopDateRangePicker" :as MuiDesktopDateRangePicker]))
(def desktop-date-range-picker (r/adapt-react-class MuiDesktopDateRangePicker/DesktopDateRangePicker))
================================================
FILE: src/x/reagent_mui/x/desktop_date_time_picker.cljs
================================================
(ns reagent-mui.x.desktop-date-time-picker
"Imports @mui/x-date-pickers/DesktopDateTimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/desktop-date-time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/DesktopDateTimePicker" :as MuiDesktopDateTimePicker]))
(def desktop-date-time-picker (r/adapt-react-class MuiDesktopDateTimePicker/DesktopDateTimePicker))
================================================
FILE: src/x/reagent_mui/x/desktop_date_time_picker_pro.cljs
================================================
(ns reagent-mui.x.desktop-date-time-picker-pro
"Imports @mui/x-date-pickers-pro/DesktopDateTimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/desktop-date-time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DesktopDateTimePicker" :as MuiDesktopDateTimePicker]))
(def desktop-date-time-picker (r/adapt-react-class MuiDesktopDateTimePicker/DesktopDateTimePicker))
================================================
FILE: src/x/reagent_mui/x/desktop_time_picker.cljs
================================================
(ns reagent-mui.x.desktop-time-picker
"Imports @mui/x-date-pickers/DesktopTimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/desktop-time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/DesktopTimePicker" :as MuiDesktopTimePicker]))
(def desktop-time-picker (r/adapt-react-class MuiDesktopTimePicker/DesktopTimePicker))
================================================
FILE: src/x/reagent_mui/x/desktop_time_picker_pro.cljs
================================================
(ns reagent-mui.x.desktop-time-picker-pro
"Imports @mui/x-date-pickers-pro/DesktopTimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/desktop-time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/DesktopTimePicker" :as MuiDesktopTimePicker]))
(def desktop-time-picker (r/adapt-react-class MuiDesktopTimePicker/DesktopTimePicker))
================================================
FILE: src/x/reagent_mui/x/localization_provider.cljs
================================================
(ns reagent-mui.x.localization-provider
"Imports @mui/x-date-pickers/LocalizationProvider as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/localization-provider/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/LocalizationProvider" :as MuiLocalizationProvider]))
(def localization-provider (r/adapt-react-class MuiLocalizationProvider/LocalizationProvider))
================================================
FILE: src/x/reagent_mui/x/localization_provider_pro.cljs
================================================
(ns reagent-mui.x.localization-provider-pro
"Imports @mui/x-date-pickers-pro/LocalizationProvider as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/localization-provider/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/LocalizationProvider" :as MuiLocalizationProvider]))
(def localization-provider (r/adapt-react-class MuiLocalizationProvider/LocalizationProvider))
================================================
FILE: src/x/reagent_mui/x/mobile_date_picker.cljs
================================================
(ns reagent-mui.x.mobile-date-picker
"Imports @mui/x-date-pickers/MobileDatePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/mobile-date-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/MobileDatePicker" :as MuiMobileDatePicker]))
(def mobile-date-picker (r/adapt-react-class MuiMobileDatePicker/MobileDatePicker))
================================================
FILE: src/x/reagent_mui/x/mobile_date_picker_pro.cljs
================================================
(ns reagent-mui.x.mobile-date-picker-pro
"Imports @mui/x-date-pickers-pro/MobileDatePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/mobile-date-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/MobileDatePicker" :as MuiMobileDatePicker]))
(def mobile-date-picker (r/adapt-react-class MuiMobileDatePicker/MobileDatePicker))
================================================
FILE: src/x/reagent_mui/x/mobile_date_range_picker_pro.cljs
================================================
(ns reagent-mui.x.mobile-date-range-picker-pro
"Imports @mui/x-date-pickers-pro/MobileDateRangePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/mobile-date-range-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/MobileDateRangePicker" :as MuiMobileDateRangePicker]))
(def mobile-date-range-picker (r/adapt-react-class MuiMobileDateRangePicker/MobileDateRangePicker))
================================================
FILE: src/x/reagent_mui/x/mobile_date_time_picker.cljs
================================================
(ns reagent-mui.x.mobile-date-time-picker
"Imports @mui/x-date-pickers/MobileDateTimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/mobile-date-time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/MobileDateTimePicker" :as MuiMobileDateTimePicker]))
(def mobile-date-time-picker (r/adapt-react-class MuiMobileDateTimePicker/MobileDateTimePicker))
================================================
FILE: src/x/reagent_mui/x/mobile_date_time_picker_pro.cljs
================================================
(ns reagent-mui.x.mobile-date-time-picker-pro
"Imports @mui/x-date-pickers-pro/MobileDateTimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/mobile-date-time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/MobileDateTimePicker" :as MuiMobileDateTimePicker]))
(def mobile-date-time-picker (r/adapt-react-class MuiMobileDateTimePicker/MobileDateTimePicker))
================================================
FILE: src/x/reagent_mui/x/mobile_time_picker.cljs
================================================
(ns reagent-mui.x.mobile-time-picker
"Imports @mui/x-date-pickers/MobileTimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/mobile-time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/MobileTimePicker" :as MuiMobileTimePicker]))
(def mobile-time-picker (r/adapt-react-class MuiMobileTimePicker/MobileTimePicker))
================================================
FILE: src/x/reagent_mui/x/mobile_time_picker_pro.cljs
================================================
(ns reagent-mui.x.mobile-time-picker-pro
"Imports @mui/x-date-pickers-pro/MobileTimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/mobile-time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/MobileTimePicker" :as MuiMobileTimePicker]))
(def mobile-time-picker (r/adapt-react-class MuiMobileTimePicker/MobileTimePicker))
================================================
FILE: src/x/reagent_mui/x/month_calendar.cljs
================================================
(ns reagent-mui.x.month-calendar
"Imports @mui/x-date-pickers/MonthCalendar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/month-calendar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/MonthCalendar" :as MuiMonthCalendar]))
(def month-calendar (r/adapt-react-class MuiMonthCalendar/MonthCalendar))
================================================
FILE: src/x/reagent_mui/x/month_calendar_pro.cljs
================================================
(ns reagent-mui.x.month-calendar-pro
"Imports @mui/x-date-pickers-pro/MonthCalendar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/month-calendar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/MonthCalendar" :as MuiMonthCalendar]))
(def month-calendar (r/adapt-react-class MuiMonthCalendar/MonthCalendar))
================================================
FILE: src/x/reagent_mui/x/multi_input_date_range_field_pro.cljs
================================================
(ns reagent-mui.x.multi-input-date-range-field-pro
"Imports @mui/x-date-pickers-pro/MultiInputDateRangeField as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/multi-input-date-range-field/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/MultiInputDateRangeField" :as MuiMultiInputDateRangeField]))
(def multi-input-date-range-field (r/adapt-react-class MuiMultiInputDateRangeField/MultiInputDateRangeField))
================================================
FILE: src/x/reagent_mui/x/multi_input_date_time_range_field_pro.cljs
================================================
(ns reagent-mui.x.multi-input-date-time-range-field-pro
"Imports @mui/x-date-pickers-pro/MultiInputDateTimeRangeField as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/multi-input-date-time-range-field/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/MultiInputDateTimeRangeField" :as MuiMultiInputDateTimeRangeField]))
(def multi-input-date-time-range-field (r/adapt-react-class MuiMultiInputDateTimeRangeField/MultiInputDateTimeRangeField))
================================================
FILE: src/x/reagent_mui/x/multi_input_time_range_field_pro.cljs
================================================
(ns reagent-mui.x.multi-input-time-range-field-pro
"Imports @mui/x-date-pickers-pro/MultiInputTimeRangeField as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/multi-input-time-range-field/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/MultiInputTimeRangeField" :as MuiMultiInputTimeRangeField]))
(def multi-input-time-range-field (r/adapt-react-class MuiMultiInputTimeRangeField/MultiInputTimeRangeField))
================================================
FILE: src/x/reagent_mui/x/pickers_action_bar.cljs
================================================
(ns reagent-mui.x.pickers-action-bar
"Imports @mui/x-date-pickers/PickersActionBar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/pickers-action-bar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/PickersActionBar" :as MuiPickersActionBar]))
(def pickers-action-bar (r/adapt-react-class MuiPickersActionBar/PickersActionBar))
================================================
FILE: src/x/reagent_mui/x/pickers_action_bar_pro.cljs
================================================
(ns reagent-mui.x.pickers-action-bar-pro
"Imports @mui/x-date-pickers-pro/PickersActionBar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/pickers-action-bar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/PickersActionBar" :as MuiPickersActionBar]))
(def pickers-action-bar (r/adapt-react-class MuiPickersActionBar/PickersActionBar))
================================================
FILE: src/x/reagent_mui/x/pickers_day.cljs
================================================
(ns reagent-mui.x.pickers-day
"Imports @mui/x-date-pickers/PickersDay as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/pickers-day/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/PickersDay" :as MuiPickersDay]))
(def pickers-day (r/adapt-react-class MuiPickersDay/PickersDay))
================================================
FILE: src/x/reagent_mui/x/pickers_day_pro.cljs
================================================
(ns reagent-mui.x.pickers-day-pro
"Imports @mui/x-date-pickers-pro/PickersDay as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/pickers-day/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/PickersDay" :as MuiPickersDay]))
(def pickers-day (r/adapt-react-class MuiPickersDay/PickersDay))
================================================
FILE: src/x/reagent_mui/x/pickers_layout.cljs
================================================
(ns reagent-mui.x.pickers-layout
"Imports @mui/x-date-pickers/PickersLayout as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/pickers-layout/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/PickersLayout" :as MuiPickersLayout]))
(def pickers-layout (r/adapt-react-class MuiPickersLayout/PickersLayout))
================================================
FILE: src/x/reagent_mui/x/pickers_layout_pro.cljs
================================================
(ns reagent-mui.x.pickers-layout-pro
"Imports @mui/x-date-pickers-pro/PickersLayout as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/pickers-layout/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/PickersLayout" :as MuiPickersLayout]))
(def pickers-layout (r/adapt-react-class MuiPickersLayout/PickersLayout))
================================================
FILE: src/x/reagent_mui/x/pickers_shortcuts.cljs
================================================
(ns reagent-mui.x.pickers-shortcuts
"Imports @mui/x-date-pickers/PickersShortcuts as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/pickers-shortcuts/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/PickersShortcuts" :as MuiPickersShortcuts]))
(def pickers-shortcuts (r/adapt-react-class MuiPickersShortcuts/PickersShortcuts))
================================================
FILE: src/x/reagent_mui/x/pickers_shortcuts_pro.cljs
================================================
(ns reagent-mui.x.pickers-shortcuts-pro
"Imports @mui/x-date-pickers-pro/PickersShortcuts as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/pickers-shortcuts/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/PickersShortcuts" :as MuiPickersShortcuts]))
(def pickers-shortcuts (r/adapt-react-class MuiPickersShortcuts/PickersShortcuts))
================================================
FILE: src/x/reagent_mui/x/single_input_date_range_field_pro.cljs
================================================
(ns reagent-mui.x.single-input-date-range-field-pro
"Imports @mui/x-date-pickers-pro/SingleInputDateRangeField as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/single-input-date-range-field/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/SingleInputDateRangeField" :as MuiSingleInputDateRangeField]))
(def single-input-date-range-field (r/adapt-react-class MuiSingleInputDateRangeField/SingleInputDateRangeField))
================================================
FILE: src/x/reagent_mui/x/single_input_date_time_range_field_pro.cljs
================================================
(ns reagent-mui.x.single-input-date-time-range-field-pro
"Imports @mui/x-date-pickers-pro/SingleInputDateTimeRangeField as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/single-input-date-time-range-field/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/SingleInputDateTimeRangeField" :as MuiSingleInputDateTimeRangeField]))
(def single-input-date-time-range-field (r/adapt-react-class MuiSingleInputDateTimeRangeField/SingleInputDateTimeRangeField))
================================================
FILE: src/x/reagent_mui/x/single_input_time_range_field_pro.cljs
================================================
(ns reagent-mui.x.single-input-time-range-field-pro
"Imports @mui/x-date-pickers-pro/SingleInputTimeRangeField as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/single-input-time-range-field/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/SingleInputTimeRangeField" :as MuiSingleInputTimeRangeField]))
(def single-input-time-range-field (r/adapt-react-class MuiSingleInputTimeRangeField/SingleInputTimeRangeField))
================================================
FILE: src/x/reagent_mui/x/static_date_picker.cljs
================================================
(ns reagent-mui.x.static-date-picker
"Imports @mui/x-date-pickers/StaticDatePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/static-date-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/StaticDatePicker" :as MuiStaticDatePicker]))
(def static-date-picker (r/adapt-react-class MuiStaticDatePicker/StaticDatePicker))
================================================
FILE: src/x/reagent_mui/x/static_date_picker_pro.cljs
================================================
(ns reagent-mui.x.static-date-picker-pro
"Imports @mui/x-date-pickers-pro/StaticDatePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/static-date-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/StaticDatePicker" :as MuiStaticDatePicker]))
(def static-date-picker (r/adapt-react-class MuiStaticDatePicker/StaticDatePicker))
================================================
FILE: src/x/reagent_mui/x/static_date_range_picker_pro.cljs
================================================
(ns reagent-mui.x.static-date-range-picker-pro
"Imports @mui/x-date-pickers-pro/StaticDateRangePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/static-date-range-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/StaticDateRangePicker" :as MuiStaticDateRangePicker]))
(def static-date-range-picker (r/adapt-react-class MuiStaticDateRangePicker/StaticDateRangePicker))
================================================
FILE: src/x/reagent_mui/x/static_date_time_picker.cljs
================================================
(ns reagent-mui.x.static-date-time-picker
"Imports @mui/x-date-pickers/StaticDateTimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/static-date-time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/StaticDateTimePicker" :as MuiStaticDateTimePicker]))
(def static-date-time-picker (r/adapt-react-class MuiStaticDateTimePicker/StaticDateTimePicker))
================================================
FILE: src/x/reagent_mui/x/static_date_time_picker_pro.cljs
================================================
(ns reagent-mui.x.static-date-time-picker-pro
"Imports @mui/x-date-pickers-pro/StaticDateTimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/static-date-time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/StaticDateTimePicker" :as MuiStaticDateTimePicker]))
(def static-date-time-picker (r/adapt-react-class MuiStaticDateTimePicker/StaticDateTimePicker))
================================================
FILE: src/x/reagent_mui/x/static_time_picker.cljs
================================================
(ns reagent-mui.x.static-time-picker
"Imports @mui/x-date-pickers/StaticTimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/static-time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/StaticTimePicker" :as MuiStaticTimePicker]))
(def static-time-picker (r/adapt-react-class MuiStaticTimePicker/StaticTimePicker))
================================================
FILE: src/x/reagent_mui/x/static_time_picker_pro.cljs
================================================
(ns reagent-mui.x.static-time-picker-pro
"Imports @mui/x-date-pickers-pro/StaticTimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/static-time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/StaticTimePicker" :as MuiStaticTimePicker]))
(def static-time-picker (r/adapt-react-class MuiStaticTimePicker/StaticTimePicker))
================================================
FILE: src/x/reagent_mui/x/time_clock.cljs
================================================
(ns reagent-mui.x.time-clock
"Imports @mui/x-date-pickers/TimeClock as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/time-clock/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/TimeClock" :as MuiTimeClock]))
(def time-clock (r/adapt-react-class MuiTimeClock/TimeClock))
================================================
FILE: src/x/reagent_mui/x/time_clock_pro.cljs
================================================
(ns reagent-mui.x.time-clock-pro
"Imports @mui/x-date-pickers-pro/TimeClock as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/time-clock/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/TimeClock" :as MuiTimeClock]))
(def time-clock (r/adapt-react-class MuiTimeClock/TimeClock))
================================================
FILE: src/x/reagent_mui/x/time_field.cljs
================================================
(ns reagent-mui.x.time-field
"Imports @mui/x-date-pickers/TimeField as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/time-field/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/TimeField" :as MuiTimeField]))
(def time-field (r/adapt-react-class MuiTimeField/TimeField))
================================================
FILE: src/x/reagent_mui/x/time_field_pro.cljs
================================================
(ns reagent-mui.x.time-field-pro
"Imports @mui/x-date-pickers-pro/TimeField as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/time-field/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/TimeField" :as MuiTimeField]))
(def time-field (r/adapt-react-class MuiTimeField/TimeField))
================================================
FILE: src/x/reagent_mui/x/time_picker.cljs
================================================
(ns reagent-mui.x.time-picker
"Imports @mui/x-date-pickers/TimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/TimePicker" :as MuiTimePicker]))
(def time-picker (r/adapt-react-class MuiTimePicker/TimePicker))
================================================
FILE: src/x/reagent_mui/x/time_picker_pro.cljs
================================================
(ns reagent-mui.x.time-picker-pro
"Imports @mui/x-date-pickers-pro/TimePicker as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/time-picker/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/TimePicker" :as MuiTimePicker]))
(def time-picker (r/adapt-react-class MuiTimePicker/TimePicker))
================================================
FILE: src/x/reagent_mui/x/time_picker_toolbar.cljs
================================================
(ns reagent-mui.x.time-picker-toolbar
"Imports @mui/x-date-pickers/TimePickerToolbar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/time-picker-toolbar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/TimePickerToolbar" :as MuiTimePickerToolbar]))
(def time-picker-toolbar (r/adapt-react-class MuiTimePickerToolbar/TimePickerToolbar))
================================================
FILE: src/x/reagent_mui/x/time_picker_toolbar_pro.cljs
================================================
(ns reagent-mui.x.time-picker-toolbar-pro
"Imports @mui/x-date-pickers-pro/TimePickerToolbar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/time-picker-toolbar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/TimePickerToolbar" :as MuiTimePickerToolbar]))
(def time-picker-toolbar (r/adapt-react-class MuiTimePickerToolbar/TimePickerToolbar))
================================================
FILE: src/x/reagent_mui/x/year_calendar.cljs
================================================
(ns reagent-mui.x.year-calendar
"Imports @mui/x-date-pickers/YearCalendar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/year-calendar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers/YearCalendar" :as MuiYearCalendar]))
(def year-calendar (r/adapt-react-class MuiYearCalendar/YearCalendar))
================================================
FILE: src/x/reagent_mui/x/year_calendar_pro.cljs
================================================
(ns reagent-mui.x.year-calendar-pro
"Imports @mui/x-date-pickers-pro/YearCalendar as a Reagent component.
Original documentation is at https://mui.com/x/api/date-pickers/year-calendar/ ."
(:require [reagent.core :as r]
["@mui/x-date-pickers-pro/YearCalendar" :as MuiYearCalendar]))
(def year-calendar (r/adapt-react-class MuiYearCalendar/YearCalendar))
================================================
FILE: test/reagent_mui/cljs_time_adapter_test.cljs
================================================
(ns reagent-mui.cljs-time-adapter-test
(:require [cljs.test :refer-macros [deftest testing is use-fixtures]]
[cljs-time.core :as time]
[reagent-mui.cljs-time-adapter :refer [cljs-time-adapter]])
(:import (goog.i18n DateTimeSymbols_fi)
(goog.date DateTime)))
(def test-date (time/date-time 2018 10 30 11 44 22 0))
(def timestamp "2018-10-30T11:44:22.000Z")
(def utils (cljs-time-adapter #js {}))
(def datetime-format "yyyy-MM-dd HH:mm")
(defn format-datetime
([date]
(format-datetime date datetime-format))
([date fmt]
(.formatByString utils date fmt)))
(defn equal? [this that]
(.isEqual utils this that))
(defn date
([]
(date js/undefined))
([obj]
(.date utils obj)))
(deftest date-test
(testing "date"
(is (equal? test-date (date timestamp)))
(is (equal? test-date (date (js/Date. timestamp))))
(is (equal? test-date (date (date timestamp))))
(is (nil? (date nil)))
(is (some? (date js/undefined)))
(is (instance? DateTime (date (time/local-date 2018 10 30))))))
(deftest is-valid-test
(testing "isValid"
(let [invalid-date (date "2018-42-30T11:60:00.000Z")]
(is (.isValid utils test-date))
(is (not (.isValid utils invalid-date)))
(is (.isValid utils js/undefined))
(is (not (.isValid utils nil)))
(is (not (.isValid utils "2018-42-30T11:60:00.000Z"))))))
(deftest add-seconds-test
(testing "addSeconds"
(is (= "23" (format-datetime (.addSeconds utils test-date 1) "ss")))))
(deftest add-minutes-test
(testing "addMinutes"
(is (= "45" (format-datetime (.addMinutes utils test-date 1) "mm")))))
(deftest add-hours-test
(testing "addHours"
(is (= "12" (format-datetime (.addHours utils test-date 1) "HH")))))
(deftest add-days-test
(testing "addDays"
(is (= "31" (format-datetime (.addDays utils test-date 1) "dd")))))
(deftest add-weeks-test
(testing "addWeeks"
(is (= "2018-11-06" (format-datetime (.addWeeks utils test-date 1) "yyyy-MM-dd")))))
(deftest add-months-test
(testing "addMonths"
(is (= "2018-12-30" (format-datetime (.addMonths utils test-date 2) "yyyy-MM-dd")))
(is (= "2018-08-30" (format-datetime (.addMonths utils test-date -2) "yyyy-MM-dd")))))
(deftest add-years-test
(testing "addYears"
(is (= "2019-10-30" (format-datetime (.addYears utils test-date 1) "yyyy-MM-dd")))))
(deftest start-of-day-test
(testing "startOfDay"
(is (= "2018-10-30 00:00" (format-datetime (.startOfDay utils test-date))))))
(deftest end-of-day-test
(testing "endOfDay"
(is (= "2018-10-30 23:59" (format-datetime (.endOfDay utils test-date))))))
(deftest start-of-year-test
(testing "startOfYear"
(is (= "2018-01-01 00:00" (format-datetime (.startOfYear utils test-date))))))
(deftest end-of-year-test
(testing "endOfYear"
(is (= "2018-12-31 23:59" (format-datetime (.endOfYear utils test-date))))))
(deftest start-of-month-test
(testing "startOfMonth"
(is (= "2018-10-01 00:00" (format-datetime (.startOfMonth utils test-date))))))
(deftest end-of-month-test
(testing "endOfMonth"
(is (= "2018-10-31 23:59" (format-datetime (.endOfMonth utils test-date))))))
(deftest start-of-week-test
(testing "startOfWeek"
(is (= "2018-10-28 00:00" (format-datetime (.startOfWeek utils test-date))))))
(deftest end-of-week-test
(testing "endOfWeek"
(is (= "2018-11-03 23:59" (format-datetime (.endOfWeek utils test-date))))))
(deftest get-previous-month-test
(testing "getPreviousMonth"
(is (= "2018-09-30 11:44" (format-datetime (.getPreviousMonth utils test-date))))))
(deftest get-month-array-test
(testing "getMonthArray"
(is (= ["2018-01-01 00:00"
"2018-02-01 00:00"
"2018-03-01 00:00"
"2018-04-01 00:00"
"2018-05-01 00:00"
"2018-06-01 00:00"
"2018-07-01 00:00"
"2018-08-01 00:00"
"2018-09-01 00:00"
"2018-10-01 00:00"
"2018-11-01 00:00"
"2018-12-01 00:00"]
(map format-datetime (.getMonthArray utils test-date))))))
(deftest get-next-month-test
(testing "getNextMonth"
(is (= "2018-11-30 11:44" (format-datetime (.getNextMonth utils test-date))))))
(deftest get-year-test
(testing "getYear"
(is (= 2018 (.getYear utils test-date)))))
(deftest get-month-test
(testing "getMonth"
(is (= 9 (.getMonth utils test-date)))))
(deftest get-date-test
(testing "getDate"
(is (= 30 (.getDate utils test-date)))))
(deftest get-hours-test
(testing "getHours"
(is (= 11 (.getHours utils test-date)))))
(deftest get-minutes-test
(testing "getMinutes"
(is (= 44 (.getMinutes utils test-date)))))
(deftest get-seconds-test
(testing "getSeconds"
(is (= 22 (.getSeconds utils test-date)))))
(deftest get-week-number-test
(testing "getWeekNumber"
(is (= 44 (.getWeekNumber utils test-date)))))
(deftest get-days-in-month-test
(testing "getDaysInMonth"
(is (= [31 28 31 30 31 30 31 31 30 31 30 31]
(map #(.getDaysInMonth utils (time/date-time 2018 % 1)) [1 2 3 4 5 6 7 8 9 10 11 12])))
(is (= 29 (.getDaysInMonth utils (time/date-time 2016 2 1))))))
(deftest set-year-test
(testing "setYear"
(is (= "2011-10-30 11:44" (format-datetime (.setYear utils test-date 2011))))))
(deftest set-month-test
(testing "setMonth"
(is (= "2018-05-30 11:44" (format-datetime (.setMonth utils test-date 4))))))
(deftest set-date-test
(testing "setDate"
(is (= "2018-10-05 11:44" (format-datetime (.setDate utils test-date 5))))))
(deftest set-hours-test
(testing "setHours"
(is (= "2018-10-30 00:44" (format-datetime (.setHours utils test-date 0))))))
(deftest set-minutes-test
(testing "setMinutes"
(is (= "2018-10-30 11:12" (format-datetime (.setMinutes utils test-date 12))))))
(deftest set-seconds-test
(testing "setSeconds"
(is (.setSeconds utils test-date 11))))
(deftest is-after-test
(testing "isAfter"
(is (.isAfter utils (date) test-date))
(is (not (.isAfter utils test-date (date))))))
(deftest is-before-test
(testing "isBefore"
(is (.isBefore utils test-date (date)))
(is (not (.isBefore utils (date) test-date)))))
(deftest is-after-day-test
(testing "isAfterDay"
(let [next-day (.addDays utils test-date 1)]
(is (.isAfterDay utils next-day test-date))
(is (not (.isAfterDay utils test-date next-day))))))
(deftest is-before-day-test
(testing "isBeforeDay"
(let [prev-day (.addDays utils test-date -1)]
(is (.isBeforeDay utils prev-day test-date))
(is (not (.isBeforeDay utils test-date prev-day))))))
(deftest is-after-year-test
(testing "isAfterYear"
(let [next-year (.setYear utils test-date 2019)]
(is (.isAfterYear utils next-year test-date))
(is (not (.isAfterYear utils test-date next-year))))))
(deftest is-before-year-test
(testing "isBeforeYear"
(let [prev-year (.setYear utils test-date 2017)]
(is (.isBeforeYear utils prev-year test-date))
(is (not (.isBeforeYear utils test-date prev-year))))))
(deftest get-week-array-test
(testing "getWeekArray"
(let [week-array (.getWeekArray utils test-date)]
(is (= 5 (count week-array)))
(doseq [week week-array]
(is (= 7 (count week)))))))
(deftest get-year-range-test
(testing "getYearRange"
(let [year-range (.getYearRange utils test-date (.setYear utils test-date 2124))
empty-year-range (.getYearRange utils test-date (.setYear utils test-date 2017))]
(is (= 107 (count year-range)))
(is (= 2124 (.getYear utils (last year-range))))
(is (empty? empty-year-range)))))
(deftest get-diff-test
(testing "getDiff"
(is (= 86400000 (.getDiff utils test-date (date "2018-10-29T11:44:22.000Z"))))
(is (= -86400000 (.getDiff utils test-date (date "2018-10-31T11:44:22.000Z"))))
(is (= -86400000 (.getDiff utils test-date "2018-10-31T11:44:22.000Z")))))
(deftest merge-date-and-time-test
(testing "mergeDateAndTime"
(let [merged-date (.mergeDateAndTime utils test-date (date "2018-01-01T14:15:16.000Z"))]
(is (= "2018-10-30T14:15:16.000Z" (.toISOString (.toJsDate utils merged-date)))))))
(deftest is-equal-test
(testing "isEqual"
(is (equal? (date nil) nil))
(is (equal? test-date (date timestamp)))
(is (not (equal? nil (date timestamp))))))
(deftest parse-test
(testing "parse"
(is (equal? test-date (.parse utils "2018-10-30 11:44:22" "yyyy-MM-dd HH:mm:ss")))
(is (nil? (.parse utils "" datetime-format)))
(is (not (.isValid utils (.parse utils "99-99-9999" datetime-format))))))
(deftest is-null-test
(testing "isNull"
(is (.isNull utils nil))
(is (not (.isNull utils test-date)))))
(deftest is-same-year-test
(testing "isSameYear"
(is (.isSameYear utils test-date (date "2018-10-01T00:00:00.000Z")))
(is (not (.isSameYear utils test-date (date "2019-10-01T00:00:00.000Z"))))))
(deftest is-same-month-test
(testing "isSameMonth"
(is (.isSameMonth utils test-date (date "2018-10-01T00:00:00.000Z")))
(is (not (.isSameMonth utils test-date (date "2019-10-01T00:00:00.000Z"))))))
(deftest is-same-day-test
(testing "isSameDay"
(is (.isSameDay utils test-date (date "2018-10-30T00:00:00.000Z")))
(is (not (.isSameDay utils test-date (date "2019-10-30T00:00:00.000Z"))))))
(deftest is-same-hour-test
(testing "isSameHour"
(is (.isSameHour utils test-date (date "2018-10-30T11:20:00.000Z")))
(is (not (.isSameHour utils test-date (date "2018-10-27T11:20:00.000Z"))))))
(deftest to-js-date-test
(testing "toJsDate"
(is (instance? js/Date (.toJsDate utils test-date)))))
(deftest is-within-range-test
(testing "isWithinRange"
(is (.isWithinRange utils
(date "2019-10-01T00:00:00.000Z")
#js [(date "2019-09-01T00:00:00.000Z")
(date "2019-11-01T00:00:00.000Z")]))
(is (not (.isWithinRange utils
(date "2019-12-01T00:00:00.000Z")
#js [(date "2019-09-01T00:00:00.000Z")
(date "2019-11-01T00:00:00.000Z")])))
(testing "range is inclusive"
(is (.isWithinRange utils
(date "2019-09-01T00:00:00.000Z")
#js [(date "2019-09-01T00:00:00.000Z")
(date "2019-12-01T00:00:00.000Z")]))
(is (.isWithinRange utils
(date "2019-12-01T00:00:00.000Z")
#js [(date "2019-09-01T00:00:00.000Z")
(date "2019-12-01T00:00:00.000Z")])))))
(deftest get-current-locale-code-test
(testing "getCurrentLocaleCode"
(is (= "en" (.getCurrentLocaleCode (cljs-time-adapter #js {}))))
(is (= "fi" (.getCurrentLocaleCode (cljs-time-adapter #js {:locale DateTimeSymbols_fi}))))))
================================================
FILE: test/reagent_mui/cljsjs_test.cljs
================================================
(ns reagent-mui.cljsjs-test
(:require [react :as react]
[cljs.test :refer-macros [deftest testing is use-fixtures]]
[dommy.core :as dommy :refer-macros [sel sel1]]
[reagent.core :as r]
[reagent-mui.test-util :refer [unmount-fixture render render-target]]
[reagent-mui.material.stack :refer [stack]]
[reagent-mui.lab.timeline :refer [timeline]]
[reagent-mui.lab.timeline-connector :refer [timeline-connector]]
[reagent-mui.lab.timeline-content :refer [timeline-content]]
[reagent-mui.lab.timeline-dot :refer [timeline-dot]]
[reagent-mui.lab.timeline-item :refer [timeline-item]]
[reagent-mui.lab.timeline-separator :refer [timeline-separator]]
[reagent-mui.styles :refer [styled]]))
(deftest cljsjs-test
(testing "build succeeds with CLJSJS sources"
(let [component (fn [{:keys [class-name children]}]
[:div.item {:class class-name}
children])
item (styled component
{:color "rgb(255, 0, 0)"
:font-size 20})]
(render [stack {:direction :column}
[item "Foo"]
[item "Bar"]
[item "Baz"]
[timeline
[timeline-item
[timeline-separator
[timeline-dot]
[timeline-connector]]
[timeline-content "Kikka"]]
[timeline-item
[timeline-separator
[timeline-dot]]
[timeline-content "Kukka"]]]]))
(let [items (sel ".item")]
(is (= 3 (count items)))
(is (= ["Foo" "Bar" "Baz"] (map dommy/text items)))
(is (= "rgb(255, 0, 0)" (dommy/style (first items) :color)))
(is (= "20px" (dommy/style (first items) :font-size))))
(let [timeline-items (sel ".MuiTimelineContent-root")]
(is (= 2 (count timeline-items)))
(is (= ["Kikka" "Kukka"] (map dommy/text timeline-items))))))
================================================
FILE: test/reagent_mui/jss_styles_test.cljs
================================================
(ns reagent-mui.jss-styles-test
(:require [react :as react]
[cljs.test :refer-macros [deftest testing is use-fixtures]]
[dommy.core :as dommy :refer-macros [sel1]]
[reagent.core :as r]
[reagent-mui.jss-styles :refer [make-styles with-styles styled with-theme]]
[reagent-mui.styles :refer [theme-provider create-theme]]
[reagent-mui.test-util :refer [unmount-fixture unmount render]]))
(use-fixtures :each unmount-fixture)
(def theme-primary-color "rgb(63, 81, 181)")
(def theme-secondary-color "rgb(245, 0, 87)")
(def custom-primary-color "rgb(0, 42, 255)")
(def custom-secondary-color "rgb(98, 99, 100)")
(def font-size "42px")
(def text-node "some text content")
(defn provider [body]
[theme-provider (create-theme {:palette {:primary {:main theme-primary-color}
:secondary {:main theme-secondary-color}}})
body])
(defn p [text]
[:p text])
(def basic-styles {:root {:font-size font-size
:color custom-primary-color}
:child {:color custom-secondary-color}})
(def theme-level-fn (fn [theme]
{:root {:font-size font-size
:color (get-in theme [:palette :primary :main])}
:child {:color (get-in theme [:palette :secondary :main])}}))
(def prop-level-fn {:root {:font-size (fn [props]
(:font-size props))
:color custom-primary-color}
:child {:color custom-secondary-color}})
(def advanced-styles (fn [theme]
{:root (fn [props]
{:font-size (:font-size props)
:color (get-in theme [:palette :primary :main])})
:child {:color (get-in theme [:palette :secondary :main])}}))
(defn run-make-styles-test [styles root-color child-color]
(let [use-styles (make-styles styles)
component (fn []
(let [classes (use-styles {:font-size font-size})]
(r/as-element
[:div#make-styles-test-root {:class (:root classes)}
[:div#make-styles-test-child {:class (:child classes)}]])))]
(render [provider
[:> component]])
(let [root (sel1 "#make-styles-test-root")]
(is (= font-size (dommy/style root :font-size)))
(is (= root-color (dommy/style root :color))))
(let [child (sel1 "#make-styles-test-child")]
(is (= child-color (dommy/style child :color))))
(unmount)))
(deftest make-styles-test
(testing "make-styles"
(testing "with basic styles"
(run-make-styles-test basic-styles custom-primary-color custom-secondary-color))
(testing "with theme level fn"
(run-make-styles-test theme-level-fn theme-primary-color theme-secondary-color))
(testing "with prop level fn"
(run-make-styles-test prop-level-fn custom-primary-color custom-secondary-color))
(testing "with advanced styles"
(run-make-styles-test advanced-styles theme-primary-color theme-secondary-color))))
(defn run-with-styles-test [styles root-color child-color]
(let [component (fn [{:keys [classes children]}]
[:div#with-styles-test-root {:class (:root classes)}
[:div#with-styles-test-child {:class (:child classes)}
children]])
styled-component ((with-styles styles) component)]
(render [provider
[styled-component {:font-size font-size}
text-node]])
(let [root (sel1 "#with-styles-test-root")]
(is (= font-size (dommy/style root :font-size)))
(is (= root-color (dommy/style root :color))))
(let [child (sel1 "#with-styles-test-child")]
(is (= child-color (dommy/style child :color)))
(is (= text-node (dommy/text child))))
(unmount)))
(deftest with-styles-test
(testing "with-styles"
(testing "with basic styles"
(run-with-styles-test basic-styles custom-primary-color custom-secondary-color))
(testing "with theme level fn"
(run-with-styles-test theme-level-fn theme-primary-color theme-secondary-color))
(testing "with prop level fn"
(run-with-styles-test prop-level-fn custom-primary-color custom-secondary-color))
(testing "with advanced styles"
(run-with-styles-test advanced-styles theme-primary-color theme-secondary-color))
(testing "forwards ref to component"
(let [ref (react/createRef)
component (fn [props]
[:div#with-styles-test-root props])
styled-component ((with-styles {}) component)]
(render [styled-component {:ref ref}])
(is (= "with-styles-test-root" (.-id (.-current ref))))))
(testing "allows reagent components as children"
(let [component (fn [{:keys [children]}]
(into [:div#with-styles-test-root]
children))
styled-component ((with-styles {}) component)]
(render [styled-component
[p "Some text"]
[p "More text"]])
(is (= "Some textMore text" (dommy/text (sel1 "#with-styles-test-root"))))))))
(defn run-styled-test [styles color]
(let [component (fn [{:keys [class-name children extra-param]}]
[:div#styled-test-root {:class class-name
:data-extraparam extra-param}
children])
styled-component (styled component styles)]
(render [provider
[styled-component {:font-size "42px"
:extra-param "foo"}
text-node]])
(let [root (sel1 "#styled-test-root")]
(is (= font-size (dommy/style root :font-size)))
(is (= color (dommy/style root :color)))
(is (= text-node (dommy/text root)))
(is (= "foo" (.. root -dataset -extraparam))))
(unmount)))
(deftest styled-test
(testing "styled"
(testing "with basic styles"
(run-styled-test {:font-size font-size
:color custom-primary-color}
custom-primary-color))
(testing "with function styles"
(run-styled-test (fn [props]
{:font-size (:font-size props)
:color (get-in props [:theme :palette :primary :main])})
theme-primary-color))
(testing "forwards ref to component"
(let [ref (react/createRef)
component (fn [props]
[:div#styled-test-root props])
styled-component (styled component {})]
(render [styled-component {:ref ref}])
(is (= "styled-test-root" (.-id (.-current ref))))))
(testing "allows reagent components as children"
(let [component (fn [{:keys [children]}]
(into [:div#styled-test-root]
children))
styled-component (styled component {})]
(render [styled-component
[p "Some text"]
[p "More text"]])
(is (= "Some textMore text" (dommy/text (sel1 "#styled-test-root"))))))))
(deftest with-theme-test
(testing "with-theme"
(testing "adds theme to component's props"
(let [component (fn [{:keys [theme font-size children]}]
[:div#with-theme-test-root
{:data-primarycolor (get-in theme [:palette :primary :main])
:data-secondarycolor (get-in theme [:palette :secondary :main])
:data-fontsize font-size}
children])
wrapped-component (with-theme component)]
(render [provider
[wrapped-component {:font-size font-size}
text-node]])
(let [root (sel1 "#with-theme-test-root")]
(is (= theme-primary-color (.. root -dataset -primarycolor)))
(is (= theme-secondary-color (.. root -dataset -secondarycolor)))
(is (= font-size (.. root -dataset -fontsize)))
(is (= text-node (dommy/text root))))))
(testing "forwards ref to component"
(let [ref (react/createRef)
component (fn [props]
[:div#with-theme-test-root props])
wrapped-component (with-theme component)]
(render [provider
[wrapped-component {:ref ref}]])
(is (= "with-theme-test-root" (.-id (.-current ref))))))
(testing "allows reagent components as children"
(let [component (fn [{:keys [children]}]
(into [:div#with-theme-test-root]
children))
wrapped-component (with-theme component)]
(render [provider
[wrapped-component
[p "Some text"]
[p "More text"]]])
(is (= "Some textMore text" (dommy/text (sel1 "#with-theme-test-root"))))))))
================================================
FILE: test/reagent_mui/reagent_test.cljs
================================================
(ns reagent-mui.reagent-test
(:require-macros [reagent-mui.util :refer [e react-component]])
(:require [react :as react]
[cljs.test :refer-macros [deftest testing is use-fixtures]]
[dommy.core :as dommy :refer-macros [sel1]]
[reagent.core :as r]
[reagent-mui.jss-styles :refer [with-styles with-theme]]
[reagent-mui.styles :refer [styled]]
[reagent-mui.test-util :refer [unmount-fixture render]]))
(use-fixtures :each unmount-fixture)
(defn p [text]
[:p text])
(deftest ratom-inside-wrapped-component-test
(testing "reagent atom dereffed inside wrapped component"
(let [a (r/atom 0)
with-styles-component ((with-styles {})
(fn []
[:div#with-styles-root
[p @a]]))
styled-component (styled (fn []
[:div#styled-root
[p @a]])
{})
with-theme-component (with-theme (fn []
[:div#with-theme-root
[p @a]]))
container (fn []
[:<>
[with-styles-component]
[styled-component]
[with-theme-component]])]
(render [container])
(let [with-styles-node (sel1 "#with-styles-root")
styled-node (sel1 "#styled-root")
with-theme-node (sel1 "#with-theme-root")]
(is (= "0" (dommy/text with-styles-node)))
(is (= "0" (dommy/text styled-node)))
(is (= "0" (dommy/text with-theme-node)))
(swap! a inc)
(r/flush)
(is (= "1" (dommy/text with-styles-node)))
(is (= "1" (dommy/text styled-node)))
(is (= "1" (dommy/text with-theme-node)))))))
(deftest ratom-inside-wrapped-children-test
(testing "reagent atom dereffed in wrapped children"
(let [a (r/atom 0)
with-styles-component ((with-styles {})
(fn [{:keys [children]}]
[:div#with-styles-root
children]))
styled-component (styled (fn [{:keys [children]}]
[:div#styled-root
children])
{})
with-theme-component (with-theme (fn [{:keys [children]}]
[:div#with-theme-root
children]))
container (fn []
[:<>
[with-styles-component [p @a]]
[styled-component [p @a]]
[with-theme-component [p @a]]])]
(render [container])
(let [with-styles-node (sel1 "#with-styles-root")
styled-node (sel1 "#styled-root")
with-theme-node (sel1 "#with-theme-root")]
(is (= "0" (dommy/text with-styles-node)))
(is (= "0" (dommy/text styled-node)))
(is (= "0" (dommy/text with-theme-node)))
(swap! a inc)
(r/flush)
(is (= "1" (dommy/text with-styles-node)))
(is (= "1" (dommy/text styled-node)))
(is (= "1" (dommy/text with-theme-node)))))))
(deftest react-component-test
(let [ref (react/createRef)
react-wrapper (fn [props]
(e "div" #js {:id "wrapper"}
(.render props #js {:displayText "foobar"
:ref ref})))
component (react-component [props]
[:div#wrapped-component (dissoc props :display-text) (:display-text props)])]
(testing "react-component"
(render [:> react-wrapper {:render component}])
(is (= "foobar" (dommy/text (sel1 "#wrapped-component"))))
(is (= "wrapped-component" (.-id (.-current ref)))))))
================================================
FILE: test/reagent_mui/styles_test.cljs
================================================
(ns reagent-mui.styles-test
(:require [react :as react]
[cljs.test :refer-macros [deftest testing is use-fixtures]]
[dommy.core :as dommy :refer-macros [sel1]]
[reagent.core :as r]
[reagent-mui.styles :refer [styled use-theme theme-provider]]
[reagent-mui.test-util :refer [unmount-fixture unmount render]]))
(use-fixtures :each unmount-fixture)
(def theme-primary-color "rgb(25, 118, 210)")
(def theme-primary-color-hex "#1976d2")
(def theme-secondary-color-hex "#9c27b0")
(def custom-primary-color "rgb(0, 42, 255)")
(def font-size "42px")
(def text-node "some text content")
(defn p [text]
[:p text])
(defn run-styled-test [styles color]
(let [component (fn [{:keys [class-name children extra-param]}]
[:div#styled-test-root {:class class-name
:data-extraparam extra-param}
children])
styled-component (styled component styles)]
(render [styled-component {:font-size "42px"
:extra-param "foo"}
text-node])
(let [root (sel1 "#styled-test-root")]
(is (= font-size (dommy/style root :font-size)))
(is (= color (dommy/style root :color)))
(is (= text-node (dommy/text root)))
(is (= "foo" (.. root -dataset -extraparam))))
(unmount)))
(deftest styled-test
(testing "styled"
(testing "with basic styles"
(run-styled-test {:font-size font-size
:color custom-primary-color}
custom-primary-color))
(testing "with function styles"
(run-styled-test (fn [props]
{:font-size (:font-size props)
:color (get-in props [:theme :palette :primary :main])})
theme-primary-color))
(testing "forwards ref to component"
(let [ref (react/createRef)
component (fn [props]
[:div#styled-test-root props])
styled-component (styled component {})]
(render [styled-component {:ref ref}])
(is (= "styled-test-root" (.-id (.-current ref))))))
(testing "allows reagent components as children"
(let [component (fn [{:keys [children]}]
(into [:div#styled-test-root]
children))
styled-component (styled component {})]
(render [styled-component
[p "Some text"]
[p "More text"]])
(is (= "Some textMore text" (dommy/text (sel1 "#styled-test-root"))))))))
(deftest use-theme-test
(testing "use-theme"
(let [component (fn []
(let [theme (use-theme)]
(r/as-element
[:div#use-theme-test-root
{:data-primarycolor (get-in theme [:palette :primary :main])
:data-secondarycolor (get-in theme [:palette :secondary :main])}])))]
(render [:> component])
(let [root (sel1 "#use-theme-test-root")]
(is (= theme-primary-color-hex (.. root -dataset -primarycolor)))
(is (= theme-secondary-color-hex (.. root -dataset -secondarycolor)))))))
(deftest theme-provider-test
(testing "theme-provider"
(let [theme-1 {:foo "foo"}
theme-2 {:bar "bar"}
component (fn []
(let [theme (use-theme)]
(r/as-element [:div#theme-provider-test-root
{:data-foo (:foo theme)
:data-bar (:bar theme)}])))]
(testing "should provide the theme"
(render [theme-provider theme-1
[:> component]])
(let [root (sel1 "#theme-provider-test-root")]
(is (= "foo" (.. root -dataset -foo)))))
(testing "should merge themes"
(render [theme-provider theme-1
[theme-provider theme-2
[:> component]]])
(let [root (sel1 "#theme-provider-test-root")]
(is (= "foo" (.. root -dataset -foo)))
(is (= "bar" (.. root -dataset -bar))))))))
================================================
FILE: test/reagent_mui/test_runner.cljs
================================================
(ns reagent-mui.test-runner
(:require [doo.runner :refer-macros [doo-tests]]
[reagent-mui.cljsjs-test]))
(doo-tests 'reagent-mui.cljsjs-test)
================================================
FILE: test/reagent_mui/test_util.cljs
================================================
(ns reagent-mui.test-util
(:require [reagent.dom :as r]
[dommy.core :refer-macros [sel1] :refer [create-element set-attr!]]))
(def render-target-id "reagent-mui-render-target")
(defn render-target []
(if-let [target (sel1 (str \# render-target-id))]
target
(let [elem (doto (create-element "div")
(set-attr! "id" render-target-id))]
(.append (sel1 "body") elem)
elem)))
(defn render [component]
(r/render component (render-target)))
(defn unmount []
(some-> (sel1 (str \# render-target-id))
(r/unmount-component-at-node)))
(def unmount-fixture {:after unmount})
================================================
FILE: test/reagent_mui/text_field_test.cljs
================================================
(ns reagent-mui.text-field-test
(:require [react :as react]
[cljs.test :refer-macros [deftest testing is use-fixtures]]
[reagent.core :as r]
[reagent-mui.material.text-field :refer [text-field]]
[reagent-mui.test-util :refer [unmount-fixture unmount render]]))
(use-fixtures :each unmount-fixture)
(defn set-cursor [node n]
(set! (.-selectionStart node) n)
(set! (.-selectionEnd node) n))
(defn get-cursor [node]
(let [start (.-selectionStart node)
end (.-selectionEnd node)]
(is (= start end))
start))
(deftest text-field-cursor-test
(testing "changing textfield value moves cursor as many letters as were added"
(testing "in a single line text-field"
(let [value (r/atom "foobar")
ref (react/createRef)
component (fn []
[text-field {:value @value
:input-ref ref}])
_ (render [component])
node (.-current ref)]
(.focus node)
(set-cursor node 3)
(reset! value "foobarbaz")
(r/flush)
(is (= 6 (get-cursor node)))
(unmount)))
(testing "in a multi line text-field"
(let [value (r/atom "foo\nbar")
ref (react/createRef)
component (fn []
[text-field {:value @value
:input-ref ref
:multiline true
:rows 4}])
_ (render [component])
node (.-current ref)]
(.focus node)
(set-cursor node 3)
(reset! value "foo\nbar\nbaz")
(r/flush)
(is (= 7 (get-cursor node)))
(unmount)))
(testing "in a flexible multi line text-field"
(let [value (r/atom "foo\nbar")
ref (react/createRef)
component (fn test-component []
[text-field {:value @value
:input-ref ref
:multiline true
:max-rows 4}])
_ (render [component])
node (.-current ref)]
(.focus node)
(set-cursor node 3)
(reset! value "foo\nbar\nbaz")
(r/flush)
(is (= 7 (get-cursor node)))
(unmount)))))
(deftest textarea-autosize-test
(testing "autosized text area"
(let [value (r/atom "")
ref (react/createRef)
component (fn []
[text-field {:value @value
:input-ref ref
:multiline true
:min-rows 2
:max-rows 4
:InputProps {:style {:line-height "20px"}}}])
_ (render [component])
node (.-current ref)]
(testing "starts with the initial number of rows"
(is (= 40 (.-clientHeight node))))
(testing "grows as lines are added"
(reset! value "1\n2\n3")
(r/flush)
(is (= 60 (.-clientHeight node))))
(testing "doesn't grow beyond max-rows"
(reset! value "1\n2\n3\n4\n5")
(r/flush)
(is (= 80 (.-clientHeight node))))
(testing "shrinks as lines are removed"
(reset! value "1\n2")
(r/flush)
(is (= 40 (.-clientHeight node))))
(testing "doesn't shrink beyond initial rows"
(reset! value "1")
(r/flush)
(is (= 40 (.-clientHeight node)))))))
================================================
FILE: test/reagent_mui/util_test.cljs
================================================
(ns reagent-mui.util-test
(:require-macros [reagent-mui.util :refer [e]])
(:require [cljs.test :refer-macros [deftest testing is use-fixtures]]
["react" :as react]
[goog.object :as obj]
[reagent-mui.util :refer [clj->js' js->clj']]))
(deftest clj->js'-test
(testing "clj->js'"
(testing "converts map keys to camelCase"
(is (obj/equals #js {"fontSize" 14}
(clj->js' {:font-size 14}))))
(testing "keeps map values in the same case"
(is (obj/equals #js {"foo" "kebab-case"
"bar" "camelCase"
"baz" "PascalCase"}
(clj->js' {:foo :kebab-case
:bar :camelCase
:baz :PascalCase}))))
(testing "keeps list items in the same case"
(is (obj/equals #js ["kebab-case" "camelCase" "PascalCase"]
(clj->js' [:kebab-case :camelCase :PascalCase]))))
(testing "doesn't convert aria- or data-attributenames"
(is (obj/equals #js {"aria-label" "fail"
"data-value" "success"}
(clj->js' {:aria-label :fail
:data-value :success}))))
(testing "keeps PascalCase keys in the same case"
(is (obj/equals #js {"InputProps" "foo"}
(clj->js' {:InputProps "foo"}))))))
(deftest js->clj'-test
(testing "js->clj'"
(testing "converts map keys to kebab-case and doesn't change string values"
(is (= {:font-size 14
:align-items "flex-end"}
(js->clj' #js {"fontSize" 14
"alignItems" "flex-end"}))))
(testing "keeps PascalCase keys in the same case"
(is (= {:InputProps "foo"}
(js->clj' #js {"InputProps" "foo"}))))
(testing "converts numerical keys to numbers"
(is (= {123 456
456 "789"}
(js->clj' #js {"123" 456
"456" "789"}))))
(testing "doesn't convert ref values"
(let [ref #js {:current nil}
result (js->clj' #js {:ref ref
:foo "foo"})]
(is (= {:foo "foo"
:ref ref}
result))
(is (identical? ref (:ref result)))))
(testing "doesn't convert React elements"
(let [elem (e "div" nil "foobar")
result (js->clj' #js {:foo "foo"
:elems #js [elem]})]
(is (= {:foo "foo"
:elems [elem]}
result))
(is (identical? elem (first (:elems result))))))
(testing "doesn't convert strings with non-keyword characters"
(is (= {"@media (min-width: 600px)" 0
"div + span" 1
"div::before" 2
".MuiButton-core" 3}
(js->clj' #js {"@media (min-width: 600px)" 0
"div + span" 1
"div::before" 2
".MuiButton-core" 3}))))))