UNPKG

sc-react-ions

Version:

An open source set of React components that implement Ambassador's Design and UX patterns.

112 lines (109 loc) 7.65 kB
var path = require('path') var materialPath = path.join('node_modules', 'material-design-icons') var mbsyPath = path.normalize('src/assets/icons/svg') var list = { material: [ materialPath + '/action/svg/production/ic_assessment_24px.svg#md-assessment', materialPath + '/action/svg/production/ic_check_circle_24px.svg#md-success', materialPath + '/action/svg/production/ic_compare_arrows_24px.svg#md-compare', materialPath + '/action/svg/production/ic_dashboard_24px.svg#md-dashboard', materialPath + '/action/svg/production/ic_date_range_24px.svg#md-date', materialPath + '/action/svg/production/ic_delete_24px.svg#md-delete', materialPath + '/action/svg/production/ic_favorite_24px.svg#md-favorite', materialPath + '/action/svg/production/ic_help_outline_24px.svg#md-help', materialPath + '/action/svg/production/ic_highlight_off_24px.svg#md-remove', materialPath + '/action/svg/production/ic_info_24px.svg#md-info', materialPath + '/action/svg/production/ic_info_outline_24px.svg#md-info-outline', materialPath + '/action/svg/production/ic_language_24px.svg#md-globe', materialPath + '/action/svg/production/ic_lightbulb_outline_24px.svg#md-lightbulb', materialPath + '/action/svg/production/ic_lock_open_24px.svg#md-lock-open', materialPath + '/action/svg/production/ic_open_in_new_24px.svg#md-blank-link', materialPath + '/action/svg/production/ic_power_settings_new_24px.svg#md-power', materialPath + '/action/svg/production/ic_receipt_24px.svg#md-receipt', materialPath + '/action/svg/production/ic_search_24px.svg#md-search', materialPath + '/action/svg/production/ic_settings_24px.svg#md-settings', materialPath + '/action/svg/production/ic_stars_24px.svg#md-stars', materialPath + '/action/svg/production/ic_touch_app_24px.svg#md-touch', materialPath + '/action/svg/production/ic_credit_card_24px.svg#md-credit-card', materialPath + '/action/svg/production/ic_thumb_up_24px.svg#md-thumb-up', materialPath + '/action/svg/production/ic_thumb_down_24px.svg#md-thumb-down', materialPath + '/action/svg/production/ic_fingerprint_24px.svg#md-fingerprint', materialPath + '/action/svg/production/ic_label_24px.svg#md-label', materialPath + '/alert/svg/production/ic_warning_24px.svg#md-warning', materialPath + '/alert/svg/production/ic_error_24px.svg#md-danger', materialPath + '/av/svg/production/ic_fiber_manual_record_48px.svg#md-record', materialPath + '/av/svg/production/ic_pause_24px.svg#md-pause', materialPath + '/av/svg/production/ic_stop_24px.svg#md-stop', materialPath + '/av/svg/production/ic_play_arrow_24px.svg#md-play', materialPath + '/av/svg/production/ic_radio_24px.svg#md-radio', materialPath + '/communication/svg/production/ic_email_24px.svg#md-email', materialPath + '/communication/svg/production/ic_textsms_24px.svg#md-textsms', materialPath + '/communication/svg/production/ic_contact_phone_24px.svg#md-contact', materialPath + '/communication/svg/production/ic_chat_bubble_24px.svg#md-chat-bubble', materialPath + '/content/svg/production/ic_add_24px.svg#md-add', materialPath + '/content/svg/production/ic_filter_list_24px.svg#md-filter', materialPath + '/content/svg/production/ic_link_24px.svg#md-link', materialPath + '/content/svg/production/ic_send_24px.svg#md-send', materialPath + '/content/svg/production/ic_remove_24px.svg#md-minus', materialPath + '/content/svg/production/ic_flag_24px.svg#md-flag', materialPath + '/content/svg/production/ic_content_copy_24px.svg#md-copy', materialPath + '/device/svg/production/ic_access_time_24px.svg#md-time', materialPath + '/device/svg/production/ic_wifi_tethering_24px.svg#md-wifi', materialPath + '/editor/svg/production/ic_merge_type_24px.svg#md-merge', materialPath + '/editor/svg/production/ic_attach_money_24px.svg#md-money', materialPath + '/editor/svg/production/ic_insert_chart_24px.svg#md-insert-chart', materialPath + '/editor/svg/production/ic_insert_drive_file_24px.svg#md-file', materialPath + '/editor/svg/production/ic_pie_chart_outlined_24px.svg#md-pie-chart-outlined', materialPath + '/editor/svg/production/ic_show_chart_24px.svg#md-chart', materialPath + '/file/svg/production/ic_cloud_download_24px.svg#md-download', materialPath + '/file/svg/production/ic_cloud_upload_24px.svg#md-upload', materialPath + '/file/svg/production/ic_cloud_24px.svg#md-cloud', materialPath + '/image/svg/production/ic_edit_24px.svg#md-edit', materialPath + '/maps/svg/production/ic_layers_24px.svg#md-layers', materialPath + '/maps/svg/production/ic_local_activity_24px.svg#md-local-activity', materialPath + '/maps/svg/production/ic_place_24px.svg#md-place', materialPath + '/navigation/svg/production/ic_arrow_upward_24px.svg#md-arrow-up', materialPath + '/navigation/svg/production/ic_arrow_back_24px.svg#md-arrow-back', materialPath + '/navigation/svg/production/ic_arrow_downward_24px.svg#md-arrow-down', materialPath + '/navigation/svg/production/ic_arrow_drop_down_24px.svg#md-arrow-drop-down', materialPath + '/navigation/svg/production/ic_arrow_drop_up_24px.svg#md-arrow-drop-up', materialPath + '/navigation/svg/production/ic_arrow_forward_24px.svg#md-arrow-forward', materialPath + '/hardware/svg/production/ic_device_hub_24px.svg#md-source', materialPath + '/hardware/svg/production/ic_keyboard_arrow_up_24px.svg#md-keyboard-up', materialPath + '/hardware/svg/production/ic_keyboard_arrow_down_24px.svg#md-keyboard-down', materialPath + '/hardware/svg/production/ic_mouse_24px.svg#md-mouse', materialPath + '/navigation/svg/production/ic_check_24px.svg#md-check', materialPath + '/navigation/svg/production/ic_close_24px.svg#md-close', materialPath + '/navigation/svg/production/ic_chevron_left_24px.svg#md-chevron-left', materialPath + '/navigation/svg/production/ic_chevron_right_24px.svg#md-chevron-right', materialPath + '/notification/svg/production/ic_do_not_disturb_24px.svg#md-no-access', materialPath + '/social/svg/production/ic_notifications_none_24px.svg#md-notifications', materialPath + '/social/svg/production/ic_person_outline_24px.svg#md-person-outline', materialPath + '/social/svg/production/ic_person_24px.svg#md-person', materialPath + '/social/svg/production/ic_people_24px.svg#md-people', materialPath + '/social/svg/production/ic_group_add_24px.svg#md-group-add', materialPath + '/social/svg/production/ic_domain_24px.svg#md-domain', materialPath + '/social/svg/production/ic_share_24px.svg#md-share', materialPath + '/toggle/svg/production/ic_check_box_24px.svg#md-checkbox-checked', materialPath + '/toggle/svg/production/ic_check_box_outline_blank_24px.svg#md-checkbox-unchecked', materialPath + '/toggle/svg/production/ic_indeterminate_check_box_24px.svg#md-checkbox-ind', materialPath + '/toggle/svg/production/ic_radio_button_checked_24px.svg#md-radio-checked', materialPath + '/toggle/svg/production/ic_radio_button_unchecked_24px.svg#md-radio-unchecked' ], mbsy: [ mbsyPath + '/google.svg#mbsy-google', mbsyPath + '/yahoo.svg#mbsy-yahoo', mbsyPath + '/twitter.svg#mbsy-twitter', mbsyPath + '/klout.svg#mbsy-klout', mbsyPath + '/linked_in.svg#mbsy-linkedin', mbsyPath + '/facebook.svg#mbsy-facebook', mbsyPath + '/slack.svg#mbsy-slack', mbsyPath + '/paypal.svg#mbsy-paypal', mbsyPath + '/dwolla.svg#mbsy-dwolla', mbsyPath + '/webhooks.svg#mbsy-webhooks', mbsyPath + '/caret.svg#mbsy-caret' ] } module.exports = { list: list }