geoblacklight 4.4.2 → 5.0.0.pre.alpha.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/build-demo-app.yml +153 -0
- data/.github/workflows/prune-containers.yml +19 -0
- data/.github/workflows/ruby.yml +54 -52
- data/.gitignore +2 -2
- data/CONTRIBUTING.md +62 -44
- data/Gemfile +3 -28
- data/Rakefile +42 -67
- data/app/assets/images/blacklight/logo.svg +31 -1
- data/app/assets/stylesheets/geoblacklight/geoblacklight.scss +1 -2
- data/app/assets/stylesheets/geoblacklight/modules/_base.scss +1 -1
- data/app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss +24 -26
- data/app/assets/stylesheets/geoblacklight/modules/downloads.scss +13 -0
- data/app/assets/stylesheets/geoblacklight/modules/home.scss +2 -17
- data/app/assets/stylesheets/geoblacklight/modules/icon-customization.scss +48 -23
- data/app/assets/stylesheets/geoblacklight/modules/index_maps.scss +1 -15
- data/app/assets/stylesheets/geoblacklight/modules/item.scss +13 -11
- data/app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss +3 -3
- data/app/assets/stylesheets/geoblacklight/modules/leaflet.scss +4 -0
- data/app/assets/stylesheets/geoblacklight/modules/modal.scss +0 -15
- data/app/assets/stylesheets/geoblacklight/modules/results.scss +10 -19
- data/app/assets/stylesheets/geoblacklight/modules/sidebar.scss +2 -2
- data/app/components/blacklight/icons/american_geographical_society_library_uwm_libraries_component.rb +46 -0
- data/app/components/blacklight/icons/arizona_component.rb +24 -0
- data/app/components/blacklight/icons/arrow_circle_down_component.rb +23 -0
- data/app/components/blacklight/icons/baruch_cuny_component.rb +23 -0
- data/app/components/blacklight/icons/book_component.rb +23 -0
- data/app/components/blacklight/icons/bookmark_component.rb +23 -0
- data/app/components/blacklight/icons/cd_rom_component.rb +23 -0
- data/app/components/blacklight/icons/child_item_component.rb +23 -0
- data/app/components/blacklight/icons/circle_info_solid_component.rb +23 -0
- data/app/components/blacklight/icons/citation_component.rb +23 -0
- data/app/components/blacklight/icons/collection_component.rb +23 -0
- data/app/components/blacklight/icons/collections_component.rb +24 -0
- data/app/components/blacklight/icons/columbia_component.rb +23 -0
- data/app/components/blacklight/icons/cornell_component.rb +25 -0
- data/app/components/blacklight/icons/datasets_component.rb +27 -0
- data/app/components/blacklight/icons/dvd_rom_component.rb +23 -0
- data/app/components/blacklight/icons/email_component.rb +23 -0
- data/app/components/blacklight/icons/esri_globe_component.rb +51 -0
- data/app/components/blacklight/icons/fire_solid_component.rb +23 -0
- data/app/components/blacklight/icons/george_mason_component.rb +24 -0
- data/app/components/blacklight/icons/globe_component.rb +23 -0
- data/app/components/blacklight/icons/harvard_component.rb +23 -0
- data/app/components/blacklight/icons/home_component.rb +23 -0
- data/app/components/blacklight/icons/iiif_drag_drop_component.rb +31 -0
- data/app/components/blacklight/icons/image_component.rb +23 -0
- data/app/components/blacklight/icons/imagery_component.rb +24 -0
- data/app/components/blacklight/icons/indiana_component.rb +23 -0
- data/app/components/blacklight/icons/leaf_component.rb +23 -0
- data/app/components/blacklight/icons/lewis_clark_component.rb +25 -0
- data/app/components/blacklight/icons/lightbulb_solid_component.rb +23 -0
- data/app/components/blacklight/icons/line_component.rb +24 -0
- data/app/components/blacklight/icons/map_component.rb +23 -0
- data/app/components/blacklight/icons/map_marker_component.rb +23 -0
- data/app/components/blacklight/icons/maps_component.rb +24 -0
- data/app/components/blacklight/icons/massgis_component.rb +23 -0
- data/app/components/blacklight/icons/metadata_component.rb +23 -0
- data/app/components/blacklight/icons/michigan_state_university_component.rb +25 -0
- data/app/components/blacklight/icons/mit_component.rb +23 -0
- data/app/components/blacklight/icons/mixed_component.rb +25 -0
- data/app/components/blacklight/icons/multilinestring_component.rb +26 -0
- data/app/components/blacklight/icons/multipoint_component.rb +23 -0
- data/app/components/blacklight/icons/multipolygon_component.rb +26 -0
- data/app/components/blacklight/icons/northwestern_university_component.rb +24 -0
- data/app/components/blacklight/icons/nyu_component.rb +26 -0
- data/app/components/blacklight/icons/pagelines_brands_component.rb +23 -0
- data/app/components/blacklight/icons/paper_map_component.rb +23 -0
- data/app/components/blacklight/icons/parent_item_component.rb +23 -0
- data/app/components/blacklight/icons/pennsylvania_state_university_component.rb +25 -0
- data/app/components/blacklight/icons/point_component.rb +23 -0
- data/app/components/blacklight/icons/polygon_component.rb +24 -0
- data/app/components/blacklight/icons/polyline_component.rb +26 -0
- data/app/components/blacklight/icons/princeton_component.rb +23 -0
- data/app/components/blacklight/icons/public_component.rb +23 -0
- data/app/components/blacklight/icons/purdue_university_component.rb +25 -0
- data/app/components/blacklight/icons/raster_component.rb +23 -0
- data/app/components/blacklight/icons/restricted_component.rb +23 -0
- data/app/components/blacklight/icons/rutgers_component.rb +25 -0
- data/app/components/blacklight/icons/sms_component.rb +23 -0
- data/app/components/blacklight/icons/stanford_component.rb +23 -0
- data/app/components/blacklight/icons/table_component.rb +23 -0
- data/app/components/blacklight/icons/tags_component.rb +23 -0
- data/app/components/blacklight/icons/texas_component.rb +23 -0
- data/app/components/blacklight/icons/the_ohio_state_university_component.rb +26 -0
- data/app/components/blacklight/icons/triangle_exclamation_solid_component.rb +23 -0
- data/app/components/blacklight/icons/tufts_component.rb +23 -0
- data/app/components/blacklight/icons/ucla_component.rb +23 -0
- data/app/components/blacklight/icons/university_of_california_berkeley_component.rb +24 -0
- data/app/components/blacklight/icons/university_of_chicago_component.rb +25 -0
- data/app/components/blacklight/icons/university_of_colorado_boulder_component.rb +26 -0
- data/app/components/blacklight/icons/university_of_illinois_urbana_champaign_component.rb +25 -0
- data/app/components/blacklight/icons/university_of_iowa_component.rb +24 -0
- data/app/components/blacklight/icons/university_of_maryland_component.rb +24 -0
- data/app/components/blacklight/icons/university_of_michigan_component.rb +24 -0
- data/app/components/blacklight/icons/university_of_minnesota_component.rb +24 -0
- data/app/components/blacklight/icons/university_of_nebraska_lincoln_component.rb +27 -0
- data/app/components/blacklight/icons/university_of_wisconsin_madison_component.rb +24 -0
- data/app/components/blacklight/icons/uva_component.rb +23 -0
- data/app/components/blacklight/icons/web_services_component.rb +23 -0
- data/app/components/blacklight/icons/websites_component.rb +24 -0
- data/app/components/geoblacklight/arcgis_component.html.erb +3 -0
- data/app/components/geoblacklight/arcgis_component.rb +25 -0
- data/app/components/geoblacklight/attribute_table_component.html.erb +17 -0
- data/app/components/geoblacklight/attribute_table_component.rb +17 -0
- data/app/components/geoblacklight/data_dictionary_download_component.html.erb +3 -0
- data/app/components/geoblacklight/data_dictionary_download_component.rb +16 -0
- data/app/components/geoblacklight/display_note_component.rb +1 -1
- data/app/components/geoblacklight/document/citation_component.html.erb +1 -0
- data/app/components/geoblacklight/document/citation_component.rb +19 -0
- data/app/components/geoblacklight/document/sidebar_component.html.erb +12 -0
- data/app/components/geoblacklight/document/sidebar_component.rb +8 -0
- data/app/components/geoblacklight/document_component.html.erb +43 -0
- data/app/components/geoblacklight/document_component.rb +6 -0
- data/app/components/geoblacklight/download_links_component.html.erb +31 -0
- data/app/components/geoblacklight/download_links_component.rb +80 -0
- data/app/components/geoblacklight/header_component.html.erb +14 -0
- data/app/components/geoblacklight/header_component.rb +9 -0
- data/app/components/geoblacklight/header_icons_component.html.erb +3 -0
- data/app/components/geoblacklight/header_icons_component.rb +29 -0
- data/app/components/geoblacklight/iiif_drag_drop_component.html.erb +3 -0
- data/app/components/geoblacklight/iiif_drag_drop_component.rb +16 -0
- data/app/components/geoblacklight/index_map_inspect_component.rb +15 -0
- data/app/components/geoblacklight/index_map_legend_component.html.erb +14 -0
- data/app/components/geoblacklight/index_map_legend_component.rb +17 -0
- data/app/components/geoblacklight/item_map_viewer_component.html.erb +1 -0
- data/app/components/geoblacklight/item_map_viewer_component.rb +87 -0
- data/app/components/geoblacklight/location_leaflet_map_component.html.erb +1 -0
- data/app/components/geoblacklight/location_leaflet_map_component.rb +49 -0
- data/app/components/geoblacklight/login_link_component.html.erb +5 -0
- data/app/components/geoblacklight/login_link_component.rb +17 -0
- data/app/components/geoblacklight/relations_component.html.erb +23 -0
- data/app/components/geoblacklight/relations_component.rb +25 -0
- data/app/components/geoblacklight/search_result_component.html.erb +44 -0
- data/app/{presenters/geoblacklight/document_presenter.rb → components/geoblacklight/search_result_component.rb} +9 -6
- data/app/components/geoblacklight/static_map_component.html.erb +9 -0
- data/app/components/geoblacklight/static_map_component.rb +36 -0
- data/app/components/geoblacklight/viewer_help_text_component.html.erb +1 -0
- data/app/components/geoblacklight/viewer_help_text_component.rb +46 -0
- data/app/components/geoblacklight/web_services_component.html.erb +1 -0
- data/app/components/geoblacklight/web_services_component.rb +26 -0
- data/app/{views/catalog/_web_services_default.html.erb → components/geoblacklight/web_services_default_component.html.erb} +3 -5
- data/app/components/geoblacklight/web_services_default_component.rb +11 -0
- data/app/components/geoblacklight/web_services_link_component.html.erb +3 -0
- data/app/components/geoblacklight/web_services_link_component.rb +22 -0
- data/app/{views/catalog/_web_services_wfs.html.erb → components/geoblacklight/web_services_wfs_component.html.erb} +4 -7
- data/app/components/geoblacklight/web_services_wfs_component.rb +12 -0
- data/app/components/geoblacklight/web_services_wms_component.html.erb +10 -0
- data/app/components/geoblacklight/web_services_wms_component.rb +12 -0
- data/app/controllers/download_controller.rb +8 -24
- data/app/helpers/geoblacklight_helper.rb +10 -194
- data/app/javascript/geoblacklight/controllers/clipboard_controller.js +11 -0
- data/app/javascript/geoblacklight/controllers/clover_viewer_controller.js +47 -0
- data/app/javascript/geoblacklight/controllers/downloads_controller.js +56 -0
- data/app/javascript/geoblacklight/controllers/leaflet_viewer_controller.js +217 -0
- data/app/javascript/geoblacklight/controllers/oembed_viewer_controller.js +18 -0
- data/app/javascript/geoblacklight/controllers/openlayers_viewer_controller.js +63 -0
- data/app/javascript/geoblacklight/controllers/search_results_controller.js +50 -0
- data/app/javascript/geoblacklight/core.js +69 -0
- data/app/javascript/geoblacklight/index.js +29 -0
- data/app/javascript/geoblacklight/initializers/metadata_download.js +54 -0
- data/app/javascript/geoblacklight/initializers/popovers.js +11 -0
- data/app/javascript/geoblacklight/initializers/relations.js +40 -0
- data/app/javascript/geoblacklight/initializers/tooltips.js +55 -0
- data/app/javascript/geoblacklight/initializers/truncation.js +45 -0
- data/app/javascript/geoblacklight/leaflet/basemaps.js +74 -0
- data/app/javascript/geoblacklight/leaflet/constants.js +18 -0
- data/app/javascript/geoblacklight/leaflet/controls/geosearch.js +160 -0
- data/app/javascript/geoblacklight/leaflet/controls/layer_opacity.js +120 -0
- data/app/javascript/geoblacklight/leaflet/inspection.js +195 -0
- data/app/javascript/geoblacklight/leaflet/layer_index_map.js +120 -0
- data/app/javascript/geoblacklight/leaflet/layer_wmts.js +59 -0
- data/app/javascript/geoblacklight/leaflet/layers.js +153 -0
- data/app/javascript/geoblacklight/leaflet/utils.js +83 -0
- data/app/javascript/geoblacklight/openlayers/basemaps.js +47 -0
- data/app/javascript/geoblacklight/openlayers/layers.js +44 -0
- data/app/models/concerns/geoblacklight/solr_document/citation.rb +20 -8
- data/app/models/concerns/geoblacklight/solr_document.rb +22 -30
- data/app/presenters/geoblacklight/bbox_item_presenter.rb +1 -1
- data/app/views/catalog/_citation.html.erb +16 -33
- data/app/views/catalog/_document_split.html.erb +18 -3
- data/app/views/catalog/_home_text.html.erb +2 -2
- data/app/views/catalog/_metadata.html.erb +1 -1
- data/app/views/catalog/index.html.erb +8 -4
- data/app/views/catalog/metadata/_markup.html.erb +1 -1
- data/app/views/catalog/metadata.html.erb +14 -13
- data/app/views/catalog/web_services.html.erb +19 -28
- data/app/views/relation/index.html.erb +2 -12
- data/app/views/relation/index.json.jbuilder +1 -1
- data/compose.yml +14 -0
- data/config/importmap.rb +20 -0
- data/config/locales/geoblacklight.en.yml +15 -24
- data/geoblacklight.gemspec +7 -7
- data/lib/generators/geoblacklight/assets/importmap_generator.rb +87 -0
- data/lib/generators/geoblacklight/assets/vite_generator.rb +90 -0
- data/lib/generators/geoblacklight/assets_generator.rb +12 -37
- data/lib/generators/geoblacklight/install_generator.rb +11 -49
- data/lib/generators/geoblacklight/templates/assets/_customizations.scss +13 -19
- data/lib/generators/geoblacklight/templates/assets/application.js +17 -0
- data/lib/generators/geoblacklight/templates/assets/application.scss +9 -4
- data/lib/generators/geoblacklight/templates/assets/geoblacklight.scss +11 -0
- data/lib/generators/geoblacklight/templates/base.html.erb +9 -12
- data/lib/generators/geoblacklight/templates/catalog_controller.rb +7 -15
- data/lib/generators/geoblacklight/templates/demo-app/Dockerfile +31 -0
- data/lib/generators/geoblacklight/templates/demo-app/compose.yml +26 -0
- data/lib/generators/geoblacklight/templates/demo-app/start-server.sh +21 -0
- data/lib/generators/geoblacklight/templates/package.json +7 -1
- data/lib/generators/geoblacklight/templates/settings.yml +45 -40
- data/lib/generators/geoblacklight/templates/vite.config.ts +22 -7
- data/lib/geoblacklight/bounding_box.rb +16 -0
- data/lib/geoblacklight/constants.rb +0 -1
- data/lib/geoblacklight/download/csv_download.rb +22 -0
- data/lib/geoblacklight/download/geojson_download.rb +1 -1
- data/lib/geoblacklight/download/geotiff_download.rb +1 -1
- data/lib/geoblacklight/download/kmz_download.rb +1 -1
- data/lib/geoblacklight/download/shapefile_download.rb +1 -1
- data/lib/geoblacklight/download.rb +1 -1
- data/lib/geoblacklight/engine.rb +15 -6
- data/lib/geoblacklight/item_viewer.rb +1 -1
- data/lib/geoblacklight/metadata/base.rb +2 -1
- data/lib/geoblacklight/references.rb +27 -8
- data/lib/geoblacklight/routes/downloadable.rb +0 -1
- data/lib/geoblacklight/routes.rb +0 -3
- data/lib/geoblacklight/version.rb +1 -1
- data/lib/geoblacklight/wms_layer/feature_info_response.rb +9 -6
- data/lib/geoblacklight.rb +6 -30
- data/lib/tasks/geoblacklight.rake +24 -60
- data/package.json +24 -17
- data/solr/conf/schema.xml +15 -13
- data/solr/conf/solrconfig.xml +6 -4
- data/spec/components/blacklight/icons/american_geographical_society_library_uwm_libraries_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/arizona_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/arrow_circle_down_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/baruch_cuny_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/book_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/bookmark_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/cd_rom_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/child_item_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/circle_info_solid_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/citation_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/collection_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/collections_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/columbia_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/cornell_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/datasets_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/dvd_rom_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/email_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/esri_globe_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/fire_solid_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/george_mason_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/globe_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/harvard_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/home_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/iiif_drag_drop_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/image_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/imagery_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/indiana_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/leaf_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/lewis_clark_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/lightbulb_solid_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/line_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/map_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/map_marker_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/maps_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/massgis_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/metadata_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/michigan_state_university_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/mit_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/mixed_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/multilinestring_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/multipoint_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/multipolygon_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/northwestern_university_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/nyu_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/pagelines_brands_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/paper_map_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/parent_item_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/pennsylvania_state_university_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/point_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/polygon_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/polyline_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/princeton_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/public_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/purdue_university_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/raster_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/restricted_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/rutgers_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/sms_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/stanford_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/table_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/tags_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/texas_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/the_ohio_state_university_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/triangle_exclamation_solid_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/tufts_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/ucla_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_california_berkeley_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_chicago_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_colorado_boulder_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_illinois_urbana_champaign_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_iowa_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_maryland_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_michigan_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_minnesota_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_nebraska_lincoln_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/university_of_wisconsin_madison_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/uva_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/web_services_component_spec.rb +15 -0
- data/spec/components/blacklight/icons/websites_component_spec.rb +15 -0
- data/spec/components/geoblacklight/arcgis_component_spec.rb +31 -0
- data/spec/components/geoblacklight/attribute_table_component_spec.rb +37 -0
- data/spec/components/geoblacklight/citation_component_spec.rb +37 -0
- data/spec/components/geoblacklight/document_component_spec.rb +92 -0
- data/spec/components/geoblacklight/download_links_component_spec.rb +102 -0
- data/spec/components/geoblacklight/header_icons_component_spec.rb +56 -0
- data/spec/components/geoblacklight/iiif_drag_drop_component_spec.rb +30 -0
- data/spec/components/geoblacklight/index_map_legend_component_spec.rb +42 -0
- data/spec/components/geoblacklight/item_map_viewer_component_spec.rb +36 -0
- data/spec/components/geoblacklight/login_link_component_spec.rb +33 -0
- data/spec/{lib/geoblacklight/document_presenter_spec.rb → components/geoblacklight/search_result_component_spec.rb} +19 -11
- data/spec/components/geoblacklight/static_map_component_spec.rb +22 -0
- data/spec/components/geoblacklight/viewer_help_text_component_spec.rb +28 -0
- data/spec/components/geoblacklight/web_services_component_spec.rb +45 -0
- data/spec/controllers/download_controller_spec.rb +12 -35
- data/spec/features/axe_spec.rb +66 -0
- data/spec/features/bookmarks_spec.rb +1 -1
- data/spec/features/citations_spec.rb +7 -3
- data/spec/features/download_layer_spec.rb +24 -39
- data/spec/features/esri_viewer_spec.rb +1 -1
- data/spec/features/exports_spec.rb +0 -15
- data/spec/features/{full_screen_controll_spec.rb → full_screen_control_spec.rb} +6 -6
- data/spec/features/home_page_spec.rb +12 -7
- data/spec/features/iiif_viewer_spec.rb +1 -1
- data/spec/features/index_map_spec.rb +16 -9
- data/spec/features/{split_view.html.erb_spec.rb → index_view_spec.rb} +15 -13
- data/spec/features/layer_inspection_spec.rb +2 -2
- data/spec/features/layer_preview_spec.rb +1 -1
- data/spec/features/missing_metadata_spec.rb +5 -5
- data/spec/features/oembed_spec.rb +2 -2
- data/spec/features/saved_searches_spec.rb +4 -1
- data/spec/features/search_results_complex_geometry_spec.rb +2 -2
- data/spec/features/search_results_icons_spec.rb +3 -3
- data/spec/features/search_results_map_spec.rb +4 -36
- data/spec/features/search_results_overlap_ratio_spec.rb +1 -1
- data/spec/features/show_page_download_spec.rb +0 -8
- data/spec/features/tilejson_spec.rb +2 -2
- data/spec/features/web_services_modal_spec.rb +57 -39
- data/spec/features/wmts_spec.rb +4 -4
- data/spec/fixtures/solr_documents/README.md +2 -1
- data/spec/fixtures/solr_documents/complex-geom.json +61 -0
- data/spec/fixtures/solr_documents/esri-tiled_map_layer.json +45 -24
- data/spec/fixtures/solr_documents/harvard_raster.json +1 -1
- data/spec/fixtures/solr_documents/multiple-downloads.json +1 -0
- data/spec/helpers/geoblacklight_helper_spec.rb +8 -173
- data/spec/lib/geoblacklight/download/csv_download_spec.rb +21 -0
- data/spec/lib/geoblacklight/reference_spec.rb +17 -19
- data/spec/lib/geoblacklight/references_spec.rb +31 -17
- data/spec/lib/geoblacklight/wms_layer/feature_info_response_spec.rb +8 -6
- data/spec/lib/geoblacklight/wms_layer_spec.rb +14 -0
- data/spec/models/concerns/geoblacklight/solr_document/citation_spec.rb +1 -1
- data/spec/models/concerns/geoblacklight/solr_document_spec.rb +1 -21
- data/spec/spec_helper.rb +2 -28
- data/spec/test_app_templates/lib/generators/test_app_generator.rb +4 -12
- data/template.rb +13 -11
- data/test/leaflet/layers.test.js +17 -0
- data/vite.config.ts +34 -23
- metadata +304 -256
- data/.hound.yml +0 -8
- data/.jshintignore +0 -2
- data/.jshintrc +0 -67
- data/.solr_wrapper +0 -6
- data/app/assets/images/blacklight/american-geographical-society-library-uwm-libraries.svg +0 -26
- data/app/assets/images/blacklight/arizona.svg +0 -4
- data/app/assets/images/blacklight/arrow-circle-down.svg +0 -3
- data/app/assets/images/blacklight/baruch-cuny.svg +0 -3
- data/app/assets/images/blacklight/book.svg +0 -3
- data/app/assets/images/blacklight/bookmark.svg +0 -3
- data/app/assets/images/blacklight/cd-rom.svg +0 -3
- data/app/assets/images/blacklight/chicago.svg +0 -4
- data/app/assets/images/blacklight/child-item.svg +0 -3
- data/app/assets/images/blacklight/circle-info-solid.svg +0 -1
- data/app/assets/images/blacklight/citation.svg +0 -3
- data/app/assets/images/blacklight/collection.svg +0 -3
- data/app/assets/images/blacklight/collections.svg +0 -4
- data/app/assets/images/blacklight/columbia.svg +0 -3
- data/app/assets/images/blacklight/cornell.svg +0 -5
- data/app/assets/images/blacklight/datasets.svg +0 -7
- data/app/assets/images/blacklight/dvd-rom.svg +0 -3
- data/app/assets/images/blacklight/email.svg +0 -3
- data/app/assets/images/blacklight/esri-globe.svg +0 -31
- data/app/assets/images/blacklight/fire-solid.svg +0 -1
- data/app/assets/images/blacklight/geoblacklight-icons.json +0 -3312
- data/app/assets/images/blacklight/george-mason.svg +0 -4
- data/app/assets/images/blacklight/globe.svg +0 -3
- data/app/assets/images/blacklight/harvard.svg +0 -3
- data/app/assets/images/blacklight/home.svg +0 -3
- data/app/assets/images/blacklight/illinois.svg +0 -4
- data/app/assets/images/blacklight/image.svg +0 -3
- data/app/assets/images/blacklight/imagery.svg +0 -4
- data/app/assets/images/blacklight/indiana.svg +0 -3
- data/app/assets/images/blacklight/iowa.svg +0 -3
- data/app/assets/images/blacklight/leaf.svg +0 -3
- data/app/assets/images/blacklight/lewis-clark.svg +0 -5
- data/app/assets/images/blacklight/lightbulb-solid.svg +0 -1
- data/app/assets/images/blacklight/line.svg +0 -4
- data/app/assets/images/blacklight/map-marker.svg +0 -3
- data/app/assets/images/blacklight/map.svg +0 -3
- data/app/assets/images/blacklight/maps.svg +0 -4
- data/app/assets/images/blacklight/maryland.svg +0 -3
- data/app/assets/images/blacklight/massgis.svg +0 -3
- data/app/assets/images/blacklight/metadata.svg +0 -3
- data/app/assets/images/blacklight/michigan-state-university.svg +0 -5
- data/app/assets/images/blacklight/michigan-state.svg +0 -4
- data/app/assets/images/blacklight/michigan.svg +0 -3
- data/app/assets/images/blacklight/minnesota.svg +0 -3
- data/app/assets/images/blacklight/mit.svg +0 -3
- data/app/assets/images/blacklight/mixed.svg +0 -5
- data/app/assets/images/blacklight/multilinestring.svg +0 -6
- data/app/assets/images/blacklight/multipoint.svg +0 -3
- data/app/assets/images/blacklight/multipolygon.svg +0 -6
- data/app/assets/images/blacklight/nebraska.svg +0 -4
- data/app/assets/images/blacklight/northwestern-university.svg +0 -5
- data/app/assets/images/blacklight/nyu.svg +0 -6
- data/app/assets/images/blacklight/ohio-state.svg +0 -5
- data/app/assets/images/blacklight/pagelines-brands.svg +0 -3
- data/app/assets/images/blacklight/paper-map.svg +0 -3
- data/app/assets/images/blacklight/parent-item.svg +0 -3
- data/app/assets/images/blacklight/penn-state.svg +0 -4
- data/app/assets/images/blacklight/pennsylvania-state-university.svg +0 -5
- data/app/assets/images/blacklight/point.svg +0 -3
- data/app/assets/images/blacklight/polygon.svg +0 -4
- data/app/assets/images/blacklight/polyline.svg +0 -6
- data/app/assets/images/blacklight/princeton.svg +0 -3
- data/app/assets/images/blacklight/public.svg +0 -3
- data/app/assets/images/blacklight/purdue-university.svg +0 -5
- data/app/assets/images/blacklight/purdue.svg +0 -4
- data/app/assets/images/blacklight/raster.svg +0 -3
- data/app/assets/images/blacklight/restricted.svg +0 -3
- data/app/assets/images/blacklight/rutgers.svg +0 -5
- data/app/assets/images/blacklight/sms.svg +0 -3
- data/app/assets/images/blacklight/stanford.svg +0 -3
- data/app/assets/images/blacklight/table.svg +0 -3
- data/app/assets/images/blacklight/tags.svg +0 -3
- data/app/assets/images/blacklight/texas.svg +0 -3
- data/app/assets/images/blacklight/the-ohio-state-university.svg +0 -6
- data/app/assets/images/blacklight/triangle-exclamation-solid.svg +0 -1
- data/app/assets/images/blacklight/tufts.svg +0 -3
- data/app/assets/images/blacklight/ucla.svg +0 -3
- data/app/assets/images/blacklight/university-of-california-berkeley.svg +0 -4
- data/app/assets/images/blacklight/university-of-chicago.svg +0 -5
- data/app/assets/images/blacklight/university-of-colorado-boulder.svg +0 -6
- data/app/assets/images/blacklight/university-of-illinois-urbana-champaign.svg +0 -5
- data/app/assets/images/blacklight/university-of-iowa.svg +0 -4
- data/app/assets/images/blacklight/university-of-maryland.svg +0 -4
- data/app/assets/images/blacklight/university-of-michigan.svg +0 -4
- data/app/assets/images/blacklight/university-of-minnesota.svg +0 -4
- data/app/assets/images/blacklight/university-of-nebraska-lincoln.svg +0 -7
- data/app/assets/images/blacklight/university-of-wisconsin-madison.svg +0 -4
- data/app/assets/images/blacklight/uva.svg +0 -3
- data/app/assets/images/blacklight/web_services.svg +0 -3
- data/app/assets/images/blacklight/websites.svg +0 -4
- data/app/assets/images/blacklight/wisconsin.svg +0 -3
- data/app/assets/javascripts/geoblacklight/basemaps.js +0 -85
- data/app/assets/javascripts/geoblacklight/controls/fullscreen.js +0 -8
- data/app/assets/javascripts/geoblacklight/controls/opacity.js +0 -6
- data/app/assets/javascripts/geoblacklight/controls.js +0 -1
- data/app/assets/javascripts/geoblacklight/downloaders/downloader.js +0 -61
- data/app/assets/javascripts/geoblacklight/downloaders/hgl_downloader.js +0 -32
- data/app/assets/javascripts/geoblacklight/downloaders.js +0 -1
- data/app/assets/javascripts/geoblacklight/geoblacklight.js +0 -60
- data/app/assets/javascripts/geoblacklight/modules/bookmarks.js +0 -43
- data/app/assets/javascripts/geoblacklight/modules/download.js +0 -11
- data/app/assets/javascripts/geoblacklight/modules/geosearch.js +0 -133
- data/app/assets/javascripts/geoblacklight/modules/help_text.js +0 -7
- data/app/assets/javascripts/geoblacklight/modules/home.js +0 -16
- data/app/assets/javascripts/geoblacklight/modules/item.js +0 -32
- data/app/assets/javascripts/geoblacklight/modules/layer_opacity.js +0 -68
- data/app/assets/javascripts/geoblacklight/modules/metadata.js +0 -15
- data/app/assets/javascripts/geoblacklight/modules/metadata_download_button.js +0 -58
- data/app/assets/javascripts/geoblacklight/modules/relations.js +0 -14
- data/app/assets/javascripts/geoblacklight/modules/results.js +0 -81
- data/app/assets/javascripts/geoblacklight/modules/svg_tooltips.js +0 -31
- data/app/assets/javascripts/geoblacklight/modules/util.js +0 -48
- data/app/assets/javascripts/geoblacklight/modules.js +0 -1
- data/app/assets/javascripts/geoblacklight/templates/index_map_download.hbs +0 -19
- data/app/assets/javascripts/geoblacklight/templates/index_map_info.hbs +0 -61
- data/app/assets/javascripts/geoblacklight/viewers/cog.js +0 -5
- data/app/assets/javascripts/geoblacklight/viewers/esri/dynamic_map_layer.js +0 -85
- data/app/assets/javascripts/geoblacklight/viewers/esri/feature_layer.js +0 -76
- data/app/assets/javascripts/geoblacklight/viewers/esri/image_map_layer.js +0 -14
- data/app/assets/javascripts/geoblacklight/viewers/esri/tiled_map_layer.js +0 -50
- data/app/assets/javascripts/geoblacklight/viewers/esri.js +0 -78
- data/app/assets/javascripts/geoblacklight/viewers/iiif.js +0 -25
- data/app/assets/javascripts/geoblacklight/viewers/index_map.js +0 -71
- data/app/assets/javascripts/geoblacklight/viewers/map.js +0 -77
- data/app/assets/javascripts/geoblacklight/viewers/oembed.js +0 -13
- data/app/assets/javascripts/geoblacklight/viewers/pmtiles.js +0 -5
- data/app/assets/javascripts/geoblacklight/viewers/tilejson.js +0 -33
- data/app/assets/javascripts/geoblacklight/viewers/tms.js +0 -10
- data/app/assets/javascripts/geoblacklight/viewers/viewer.js +0 -68
- data/app/assets/javascripts/geoblacklight/viewers/wms.js +0 -74
- data/app/assets/javascripts/geoblacklight/viewers/wmts.js +0 -85
- data/app/assets/javascripts/geoblacklight/viewers/xyz.js +0 -10
- data/app/assets/javascripts/geoblacklight/viewers.js +0 -1
- data/app/assets/stylesheets/geoblacklight/modules/mixins.scss +0 -5
- data/app/helpers/arcgis_helper.rb +0 -14
- data/app/helpers/blacklight_helper.rb +0 -11
- data/app/helpers/carto_helper.rb +0 -31
- data/app/helpers/geoblacklight/geoblacklight_helper_behavior.rb +0 -18
- data/app/javascript/clover/clover_initializer.js +0 -29
- data/app/javascript/index.js +0 -7
- data/app/javascript/openlayers/basemaps.js +0 -47
- data/app/javascript/openlayers/ol_initializer.js +0 -106
- data/app/javascript/stylesheets/openlayers.css +0 -1
- data/app/models/concerns/geoblacklight/solr_document/carto.rb +0 -17
- data/app/views/catalog/_arcgis.html.erb +0 -4
- data/app/views/catalog/_carto.html.erb +0 -4
- data/app/views/catalog/_data_dictionary.html.erb +0 -5
- data/app/views/catalog/_downloads_collapse.html.erb +0 -27
- data/app/views/catalog/_header_icons.html.erb +0 -3
- data/app/views/catalog/_index_split_default.html.erb +0 -30
- data/app/views/catalog/_results_pagination.html.erb +0 -12
- data/app/views/catalog/_show_default_attribute_table.html.erb +0 -19
- data/app/views/catalog/_show_default_display_note.html.erb +0 -7
- data/app/views/catalog/_show_default_viewer_container.html.erb +0 -28
- data/app/views/catalog/_show_downloads.html.erb +0 -23
- data/app/views/catalog/_show_header_default.html.erb +0 -4
- data/app/views/catalog/_show_sidebar.html.erb +0 -16
- data/app/views/catalog/_show_sidebar_static_map.html.erb +0 -10
- data/app/views/catalog/_show_web_services.html.erb +0 -11
- data/app/views/catalog/_web_services.html.erb +0 -9
- data/app/views/catalog/_web_services_wms.html.erb +0 -13
- data/app/views/download/hgl.html.erb +0 -27
- data/app/views/relation/_relations.html.erb +0 -15
- data/app/views/shared/_header_navbar.html.erb +0 -46
- data/babel.config.json +0 -4
- data/jest.config.js +0 -25
- data/lib/generators/geoblacklight/templates/assets/_blacklight.scss +0 -1
- data/lib/generators/geoblacklight/templates/assets/_geoblacklight.scss +0 -1
- data/lib/generators/geoblacklight/templates/assets/geoblacklight.js +0 -9
- data/lib/generators/geoblacklight/templates/clover.js +0 -5
- data/lib/generators/geoblacklight/templates/ol.js +0 -6
- data/lib/generators/geoblacklight/templates/package-test.json +0 -10
- data/lib/generators/geoblacklight/templates/settings.gbl_v1.yml +0 -195
- data/lib/geoblacklight/download/hgl_download.rb +0 -20
- data/lib/geoblacklight/view_helper_override.rb +0 -16
- data/setupJest.js +0 -14
- data/spec/helpers/arcgis_helper_spec.rb +0 -16
- data/spec/helpers/carto_helper_spec.rb +0 -13
- data/spec/helpers/geoblacklight/geoblacklight_helper_behavior_spec.rb +0 -27
- data/spec/javascripts/util_spec.js +0 -10
- data/spec/lib/geoblacklight/download/hgl_download_spec.rb +0 -62
- data/spec/lib/geoblacklight/view_helper_override_spec.rb +0 -29
- data/spec/models/concerns/geoblacklight/solr_document/carto_spec.rb +0 -43
- data/spec/test_app_templates/Gemfile.extra +0 -2
- data/spec/views/catalog/_document_split.html.erb_spec.rb +0 -7
- data/spec/views/catalog/_index_split.html.erb_spec.rb +0 -7
- data/spec/views/catalog/_results_pagination.html.erb_spec.rb +0 -11
- data/spec/views/catalog/_show_downloads.html.erb_spec.rb +0 -43
- data/spec/views/catalog/_show_tools.html.erb_spec.rb +0 -38
- data/vendor/assets/images/fullscreen.png +0 -0
- data/vendor/assets/images/fullscreen@2x.png +0 -0
- data/vendor/assets/images/layers-2x.png +0 -0
- data/vendor/assets/images/layers.png +0 -0
- data/vendor/assets/images/marker-icon-2x.png +0 -0
- data/vendor/assets/images/marker-icon.png +0 -0
- data/vendor/assets/images/marker-shadow.png +0 -0
- data/vendor/assets/javascripts/Leaflet.fullscreen.js +0 -152
- data/vendor/assets/javascripts/esri-leaflet.js +0 -12
- data/vendor/assets/javascripts/esri-leaflet.js.map +0 -1
- data/vendor/assets/javascripts/leaflet-iiif.js +0 -323
- data/vendor/assets/javascripts/leaflet-src.js.erb +0 -14126
- data/vendor/assets/javascripts/leaflet-src.js.map +0 -1
- data/vendor/assets/javascripts/native.history.js +0 -1
- data/vendor/assets/stylesheets/leaflet.css +0 -640
- data/vendor/assets/stylesheets/leaflet.fullscreen.css +0 -40
- /data/app/{views/catalog/_show_default_viewer_information.html.erb → components/geoblacklight/index_map_inspect_component.html.erb} +0 -0
@@ -0,0 +1,26 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class PolylineComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
11
|
+
<title>#{title}</title>
|
12
|
+
<path fill="none" stroke="#6c757d" stroke-miterlimit="10" stroke-width="1.52" d="M13.4.76h6.34v6.33H13.4V.76zM.76 24.9h6.33v6.34H.76v-6.33z"/>
|
13
|
+
<path fill="none" stroke="#6c757d" stroke-miterlimit="10" stroke-width="3.04" d="M7.1 24.9L16 7.1"/>
|
14
|
+
<path fill="none" stroke="#6c757d" stroke-miterlimit="10" stroke-width="1.52" d="M24.8 15.96h6.34v6.33H24.8v-6.33z"/>
|
15
|
+
<path fill="none" stroke="#6c757d" stroke-miterlimit="10" stroke-width="3.04" d="M25.07 16.39l-6.99-9.37"/>
|
16
|
+
</svg>
|
17
|
+
SVG
|
18
|
+
end
|
19
|
+
|
20
|
+
def title
|
21
|
+
key = "blacklight.icon.#{name}"
|
22
|
+
t(key)
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class PrincetonComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
11
|
+
<title>#{title}</title>
|
12
|
+
<path fill="#6c757d" d="M14.77 31.35a31.91 31.91 0 0 1-7.18-5.08A24.08 24.08 0 0 1 .13 11.83c-.17-1.25-.1-6.7.1-7.43l.08-.32.98.34c1.93.68 4.47.9 6.35.58A13.33 13.33 0 0 0 15 .85c.43-.47.83-.85.9-.85s.25.18.44.4c.64.76 2.01 1.99 2.87 2.57a12.16 12.16 0 0 0 8.23 2.11c1.22-.13 3.3-.64 3.65-.9.14-.1.25-.12.3-.05.43.5.54 5.98.17 8.3-1.09 6.82-4.83 12.5-11.07 16.81-1.8 1.25-4.15 2.55-4.6 2.55-.14 0-.65-.2-1.12-.44zm2.08-.22a32.7 32.7 0 0 0 6.22-4.21l.91-.8-8.1-5.83-8.07 5.81.69.64a37.31 37.31 0 0 0 5.74 4.03c.83.44 1.57.8 1.63.8s.5-.2.98-.44zM10.1 17.56l5.77-4.16 5.8 4.19c3.64 2.61 5.86 4.14 5.95 4.07.23-.17 1.13-1.74 1.68-2.92.8-1.7 1.3-3.23 1.8-5.47l.08-.34H15.88c-14.52 0-15.31 0-15.25.18a28.04 28.04 0 0 0 1.58 5.07c.71 1.6 1.81 3.54 2 3.54.07 0 2.72-1.87 5.9-4.16z"/>
|
13
|
+
</svg>
|
14
|
+
SVG
|
15
|
+
end
|
16
|
+
|
17
|
+
def title
|
18
|
+
key = "blacklight.icon.#{name}"
|
19
|
+
t(key)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class PublicComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 28">
|
11
|
+
<title>#{title}</title>
|
12
|
+
<path fill="#6c757d" d="M26 9v4a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V9a4 4 0 0 0-8 0v3h1.5c.83 0 1.5.67 1.5 1.5v9c0 .83-.67 1.5-1.5 1.5h-15A1.5 1.5 0 0 1 0 22.5v-9c0-.83.67-1.5 1.5-1.5H12V9a7 7 0 0 1 14 0z"/>
|
13
|
+
</svg>
|
14
|
+
SVG
|
15
|
+
end
|
16
|
+
|
17
|
+
def title
|
18
|
+
key = "blacklight.icon.#{name}"
|
19
|
+
t(key)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class PurdueUniversityComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<!-- Generated by IcoMoon.io -->
|
11
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="58" height="32" viewBox="0 0 58 32">
|
12
|
+
<title>#{title}</title>
|
13
|
+
<path fill="#6c757d" d="M13.66 0c-1.9 4.4-3.76 8.83-5.65 13.24h5.98l-2.35 5.52h-5.98c-1.9 4.39-3.76 8.84-5.66 13.24h31.96c1.27-2.93 2.5-5.87 3.76-8.8 5.2-0.070 10.8 0.52 15.4-2.39 3.97-2.5 6.1-7.060 7.17-11.47 0.116-0.484 0.182-1.040 0.182-1.611 0-3.111-1.971-5.762-4.732-6.773l-0.050-0.016c-3.99-1.43-8.26-0.8-12.39-0.94h-27.64zM49.95 0.43c1.080-0.15 5.48 1.42 2.65 0.49-0.87-0.25-1.76-0.4-2.65-0.5zM14.080 0.63c11.63 0.040 23.25-0.030 34.88 0.050 3.39 0.070 7.44 1.35 8.55 4.94 1.040 3.72-1 7.4-2.71 10.57-2.47 4.31-7.51 6.27-12.28 6.35-2.4 0.060-4.81 0.010-7.22 0.030-1.27 2.93-2.5 5.87-3.76 8.8h-30.56l5.1-11.97h5.99c0.96-2.26 1.92-4.53 2.9-6.78h-6l5.1-11.98z"></path>
|
14
|
+
<path fill="#6c757d" d="M38.8 14.3h-10.7l2.2-5.18c3.79 0.030 7.58-0.060 11.36 0.040 2.9 0.47 1.070 4.22-0.88 4.74-0.578 0.253-1.252 0.4-1.96 0.4-0.007 0-0.014 0-0.021-0h0.001zM46.66 4.34h-31l-2.030 4.78h5.98l-5.95 13.98h-6l-2.030 4.77h22.75l2.040-4.77h-6.080l1.72-4.040c5.5-0.050 11 0.1 16.48-0.090 3.53-0.19 7.17-1.84 8.77-5.15 0.99-2.18 2.48-4.52 1.98-7-0.98-2.5-4.4-2.38-6.63-2.48z"></path>
|
15
|
+
</svg>
|
16
|
+
SVG
|
17
|
+
end
|
18
|
+
|
19
|
+
def title
|
20
|
+
key = "blacklight.icon.#{name}"
|
21
|
+
t(key)
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class RasterComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
11
|
+
<title>#{title}</title>
|
12
|
+
<path fill="#6c757d" d="M27.31 4.69C30.34 7.7 32 11.73 32 16s-1.66 8.3-4.69 11.31C24.3 30.34 20.27 32 16 32s-8.3-1.66-11.31-4.69C1.66 24.3 0 20.27 0 16S1.66 7.7 4.69 4.69C7.7 1.66 11.73 0 16 0s8.3 1.66 11.31 4.69zM25.9 25.9a13.9 13.9 0 0 0 3.82-7.1c-.42.62-.82.85-1.07-.53-.26-2.27-2.34-.82-3.64-1.63-1.38.93-4.47-1.8-3.95 1.28.82 1.39 4.38-1.86 2.6 1.08-1.13 2.05-4.14 6.6-3.75 8.95.05 3.43-3.5.71-4.73-.43-.82-2.28-.28-6.26-2.43-7.37-2.34-.1-4.35-.32-5.25-2.93-.55-1.87.58-4.65 2.58-5.08 2.93-1.85 3.98 2.15 6.73 2.23.86-.9 3.18-1.18 3.38-2.18-1.8-.32 2.29-1.52-.18-2.2-1.35.16-2.23 1.4-1.5 2.47-2.64.61-2.73-3.81-5.26-2.42-.06 2.2-4.13.72-1.4.27.93-.4-1.53-1.6-.2-1.38.66-.03 2.86-.8 2.26-1.32 1.23-.76 2.26 1.82 3.45-.06.87-1.45-.36-1.72-1.44-.98-.62-.69 1.08-2.17 2.57-2.8.5-.22.97-.34 1.34-.3.75.87 2.14 1.02 2.21-.1A13.94 13.94 0 0 0 16 2c-3.05 0-5.95.97-8.35 2.76.64.3 1.01.67.39 1.14C7.55 7.34 5.59 9.27 3.87 9A13.84 13.84 0 0 0 2.14 14c1.44.48 1.77 1.42 1.47 1.74a4.74 4.74 0 0 0-1.42 2.54A13.9 13.9 0 0 0 6.1 25.9C8.75 28.54 12.26 30 16 30s7.26-1.46 9.9-4.1z"/>
|
13
|
+
</svg>
|
14
|
+
SVG
|
15
|
+
end
|
16
|
+
|
17
|
+
def title
|
18
|
+
key = "blacklight.icon.#{name}"
|
19
|
+
t(key)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class RestrictedComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 28">
|
11
|
+
<title>#{title}</title>
|
12
|
+
<path fill="#6c757d" d="M5 12h8V9a4 4 0 0 0-8 0v3zm13 1.5v9c0 .83-.67 1.5-1.5 1.5h-15A1.5 1.5 0 0 1 0 22.5v-9c0-.83.67-1.5 1.5-1.5H2V9c0-3.84 3.16-7 7-7s7 3.16 7 7v3h.5c.83 0 1.5.67 1.5 1.5z"/>
|
13
|
+
</svg>
|
14
|
+
SVG
|
15
|
+
end
|
16
|
+
|
17
|
+
def title
|
18
|
+
key = "blacklight.icon.#{name}"
|
19
|
+
t(key)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class RutgersComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 246.005 217.375">
|
11
|
+
<title>#{title}</title>
|
12
|
+
<path fill="#6c757d" d="m223.76,176.25l-39.62-60.16c28.72-11.67,43.32-29.88,43.32-54.14,0-17.61-6.99-31.95-21.43-43.84C191.2,6.08,171.06,0,146.13,0H0v41.14h16.35v135.11H0v41.13h107.09v-41.13h-16.9v-51.74h25.93l32.59,51.74h-17.74v41.13h115.03v-41.13h-22.24Zm16.57,35.45h-103.71v-29.8h22.29l-39.71-63.09h-34.71v63.09h16.94v29.8H5.67v-29.8h16.35V35.47H5.67V5.61h140.43c23.59,0,42.54,5.66,56.32,16.84,13.01,10.72,19.33,23.62,19.33,39.44,0,22.86-13.98,39.25-42.73,50.08l-3.47,1.3,45.17,68.63h19.61v29.8Z"/>
|
13
|
+
<path fill="#6c757d" d="m220.72,181.9l-45.17-68.63,3.47-1.3c28.75-10.83,42.73-27.22,42.73-50.08,0-15.82-6.32-28.72-19.33-39.44-13.78-11.18-32.73-16.84-56.32-16.84H5.67v29.86h16.35v146.43H5.67v29.8h95.76v-29.8h-16.94v-63.09h34.71l39.71,63.09h-22.29v29.8h103.71v-29.8h-19.61Zm-72.53-100.13l-.07.06c-7.4,5.78-18.3,8.71-32.43,8.71h-31.2v-55.07h38.5c12.04,0,21.34,3.36,27.68,9.94,2.28,2.24,4.09,4.93,5.29,7.9,1.21,2.97,1.79,6.16,1.71,9.36-.01,7.39-3.2,13.82-9.48,19.1Z"/>
|
14
|
+
<path fill="#6c757d" d="m155.96,53.31c-1.2-2.97-3.01-5.66-5.29-7.9-6.34-6.58-15.64-9.94-27.68-9.94h-38.5v55.07h31.2c14.13,0,25.03-2.93,32.43-8.71l.07-.06c6.28-5.28,9.47-11.71,9.48-19.1.08-3.2-.5-6.39-1.71-9.36Zm-11.32,24.07c-6.36,4.98-16.09,7.51-28.87,7.51h-25.58v-43.75h32.8c10.39,0,18.35,2.77,23.63,8.22l.08.08c1.76,1.72,3.13,3.79,4.05,6.06.91,2.28,1.35,4.73,1.27,7.18-.03,5.68-2.44,10.48-7.38,14.7Z"/>
|
15
|
+
</svg>
|
16
|
+
SVG
|
17
|
+
end
|
18
|
+
|
19
|
+
def title
|
20
|
+
key = "blacklight.icon.#{name}"
|
21
|
+
t(key)
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class SmsComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 28">
|
11
|
+
<title>#{title}</title>
|
12
|
+
<path fill="#6c757d" d="M7.25 22a1.25 1.25 0 0 0-2.5 0 1.25 1.25 0 0 0 2.5 0zm3.25-2.5v-11c0-.27-.23-.5-.5-.5H2c-.27 0-.5.23-.5.5v11c0 .27.23.5.5.5h8c.27 0 .5-.23.5-.5zm-3-13.25c0-.14-.1-.25-.25-.25h-2.5c-.14 0-.25.1-.25.25s.1.25.25.25h2.5c.14 0 .25-.1.25-.25zM12 6v16c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2z"/>
|
13
|
+
</svg>
|
14
|
+
SVG
|
15
|
+
end
|
16
|
+
|
17
|
+
def title
|
18
|
+
key = "blacklight.icon.#{name}"
|
19
|
+
t(key)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class StanfordComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
11
|
+
<title>#{title}</title>
|
12
|
+
<path fill="#6c757d" d="M5.77 5.01L10.2.6h11.7l4.32 4.42v6.25h-7.72V8.33h-4.68v4.23h8.47l3.93 3.8v11.5l-3.86 3.85H9.65l-3.88-3.9V21.6h8.34v2.57h4.75v-3.94H9.63l-3.86-3.86V5zm.5.23v10.93l3.56 3.56h9.53v4.97h-5.78v-2.57h-7.3v5.48l3.57 3.6h12.3l3.55-3.55V16.59l-3.64-3.5H13.3V7.85H19v2.91h6.7v-5.5l-4.03-4.13H10.4zm4.34-3.57h10.87l3.71 3.83v4.78h-5.66V7.36h-6.75v6.29h9.07l3.34 3.19v10.64l-3.25 3.26H10.06l-3.27-3.31v-4.75h6.28v2.57h6.8v-6h-9.83l-3.26-3.26V5.5z"/>
|
13
|
+
</svg>
|
14
|
+
SVG
|
15
|
+
end
|
16
|
+
|
17
|
+
def title
|
18
|
+
key = "blacklight.icon.#{name}"
|
19
|
+
t(key)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class TableComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41 32">
|
11
|
+
<title>#{title}</title>
|
12
|
+
<path fill="#6c757d" d="M1.55.01C.67.11.01.86.01 1.74v27.68c0 .95.78 1.73 1.73 1.73h36.33c.95 0 1.73-.78 1.73-1.73V1.74c0-.95-.78-1.73-1.73-1.73H1.55zm1.92 3.46h6.06v6.06H3.47V3.47zm9.52 0h23.35v6.06H12.99V3.47zM3.47 13h6.06v14.7H3.47v-14.7zm9.52 0h23.35v14.7H12.99v-14.7z"/>
|
13
|
+
</svg>
|
14
|
+
SVG
|
15
|
+
end
|
16
|
+
|
17
|
+
def title
|
18
|
+
key = "blacklight.icon.#{name}"
|
19
|
+
t(key)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class TagsComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 28">
|
11
|
+
<title>#{title}</title>
|
12
|
+
<path fill="#6c757d" d="M7 7a2 2 0 1 0-4 0 2 2 0 0 0 4 0zm16.67 9c0 .53-.22 1.05-.58 1.4l-7.67 7.7a2.01 2.01 0 0 1-2.83 0L1.42 13.9A5.43 5.43 0 0 1 0 10.5V4c0-1.1.9-2 2-2h6.5c1.1 0 2.62.62 3.42 1.42L23.1 14.58c.36.37.58.89.58 1.42zm6 0c0 .53-.22 1.05-.58 1.4l-7.67 7.7a2.1 2.1 0 0 1-1.42.57c-.81 0-1.22-.37-1.75-.92l7.34-7.34a2.01 2.01 0 0 0 0-2.83L14.42 3.42A5.5 5.5 0 0 0 11 2h3.5c1.1 0 2.63.62 3.42 1.42L29.1 14.58c.36.37.58.89.58 1.42z"/>
|
13
|
+
</svg>
|
14
|
+
SVG
|
15
|
+
end
|
16
|
+
|
17
|
+
def title
|
18
|
+
key = "blacklight.icon.#{name}"
|
19
|
+
t(key)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class TexasComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 32">
|
11
|
+
<title>#{title}</title>
|
12
|
+
<path fill="#6c757d" d="M26.32 14.13v-5.5h-4.75V6.3h1.67V2.5H16.3v3.8h1.74v2.31H11.3V6.31h1.74V2.5H6.1v3.8h1.67v2.31H3v5.5h3.55v-1.64h1.2v3.02c0 6.48 4.95 7.7 4.95 7.7v2.77h-1.4v3.52h6.72v-3.52h-1.4v-2.78s4.94-1.22 4.94-7.7v-3.02h1.2v1.65h3.55zm-13.61 5.23s-1.4-.82-1.4-2.34v-4.55h1.4v6.89zm5.32-2.34c0 1.52-1.4 2.34-1.4 2.34v-6.88h1.4v4.54z"/>
|
13
|
+
</svg>
|
14
|
+
SVG
|
15
|
+
end
|
16
|
+
|
17
|
+
def title
|
18
|
+
key = "blacklight.icon.#{name}"
|
19
|
+
t(key)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class TheOhioStateUniversityComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<!-- Generated by IcoMoon.io -->
|
11
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="32" viewBox="0 0 24 32">
|
12
|
+
<title>#{title}</title>
|
13
|
+
<path fill="#6c757d" d="M2.98 2.98l-2.98 2.98v20.040l5.92 6h12.54l5.97-5.96v-20.060l-5.93-5.98h-12.54l-2.98 2.98zM21.040 3.43l2.86 2.86v19.42l-5.73 5.68h-11.92l-5.68-5.69v-19.46l5.7-5.67h11.9l2.87 2.86z"></path>
|
14
|
+
<path fill="#6c757d" d="M3.85 4.020l-2.62 2.64v18.76l5.27 5.28h11.44l5.24-5.24v-18.85l-5.24-5.23h-11.44l-2.64 2.64zM16.68 7.91l1.070 1.070v14.12l-2.14 2.14h-6.84l-2.090-2.15v-14.15l2.1-2.1h6.84l1.060 1.070z"></path>
|
15
|
+
<path fill="#6c757d" d="M8.3 8.46l-0.85 0.84v13.48l1.65 1.65h6.23l1.6-1.61v-13.52l-1.68-1.69h-6.11l-0.85 0.85zM15.7 8.88l0.67 0.67v12.98l-1.33 1.33h-5.64l-1.33-1.33v-12.98l1.33-1.33h5.65l0.66 0.66z"></path>
|
16
|
+
</svg>
|
17
|
+
SVG
|
18
|
+
end
|
19
|
+
|
20
|
+
def title
|
21
|
+
key = "blacklight.icon.#{name}"
|
22
|
+
t(key)
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class TriangleExclamationSolidComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<title>#{title}</title>
|
11
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
|
12
|
+
<path fill="#6c757d" d="M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"/>
|
13
|
+
</svg>
|
14
|
+
SVG
|
15
|
+
end
|
16
|
+
|
17
|
+
def title
|
18
|
+
key = "blacklight.icon.#{name}"
|
19
|
+
t(key)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class TuftsComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 32">
|
11
|
+
<title>#{title}</title>
|
12
|
+
<path fill="#6c757d" d="M4.58 5.12h5.96v22.4H5.62V32h17.31v-4.49h-4.91V5.15h6.1v7.28h4.5V0H0v12.43h4.58z"/>
|
13
|
+
</svg>
|
14
|
+
SVG
|
15
|
+
end
|
16
|
+
|
17
|
+
def title
|
18
|
+
key = "blacklight.icon.#{name}"
|
19
|
+
t(key)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class UclaComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
11
|
+
<title>#{title}</title>
|
12
|
+
<path fill="#6c757d" d="M2.98 22.26c-.08-1.12 0-2.7 0-3.48L4.62 0h6.15L9.04 18.93c-.36 4.13 1.26 7.02 5.34 7.02 4.16 0 6.42-2.94 6.78-6.6L22.9 0h6.15l-1.71 19.1C26.7 26.5 21.8 32 13.94 32 7.78 32 3.8 28.01 2.98 22.27z"/>
|
13
|
+
</svg>
|
14
|
+
SVG
|
15
|
+
end
|
16
|
+
|
17
|
+
def title
|
18
|
+
key = "blacklight.icon.#{name}"
|
19
|
+
t(key)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class UniversityOfCaliforniaBerkeleyComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 32">
|
11
|
+
<title>#{title}</title>
|
12
|
+
<path fill="#6c757d" d="M16.07.13c0-.22 0-.22-.82-.22-.31 0-.59.03-1.2.03-.71 0-1.6-.03-2.01-.03-.82 0-.84 0-.84.22s.44.42 1.23.42c.61 0 .98.17.98 8.3 0 3.45-.3 4.13-1.8 5-.93.54-1.83.56-2.82.56-3.78 0-4.35-2.31-4.35-4.25v-8.7c0-.74.03-.96.86-.96s.94-.05.94-.3-.15-.34-.37-.34L2.62-.1C1.47-.11 1.02-.14.5-.14c-.37 0-.54.08-.54.3 0 .3.1.34 1.22.34.7 0 .82.71.82 1.5v7.72c0 4.22 2.38 5.43 6.04 5.43 1.87 0 3.12-.25 4.1-.84 1.43-.86 2.02-1.82 2.02-5.43 0-3.12.02-4.89.02-6.14 0-2.14.35-2.19 1.16-2.19.74 0 .74-.2.74-.42zM28.43 21.22c0-.13-.3-.57-.47-.94-.12-.24-.14-.51-.22-.51-.17 0-.32.51-.39.83-.12.61-1.8 2.36-4.74 2.36-4 0-6.4-2.78-6.4-6.73 0-4.45 2.4-7.4 6.67-7.4 2.6 0 4.32.84 4.47 1.62.05.2.1.45.27.45.1 0 .24-.08.24-.2 0-1.06.15-1.6.15-1.92 0-.12-.24-.27-.32-.27-.37 0-1.52-.37-3.49-.37-6.88 0-10.49 3.44-10.49 8.36 0 4.94 3.1 7.15 7.52 7.15 4.94 0 7.2-2.21 7.2-2.43z"/>
|
13
|
+
<path fill="#6c757d" d="M40.5 28c0-2.3-1.5-2.92-2.66-3.51-.5-.25-.94-.35-.94-.42s.35-.2.86-.54c.6-.4 2.02-1.28 2.02-3.32 0-1.45-.94-3.39-4.13-3.39-2.21 0-4.6.15-5.11.15-.86 0-1.62-.03-2.38-.03-.42 0-.5.05-.5.3s.08.3 1.2.3c.7 0 1.09.21 1.09 2.15v11.18c0 .37-.05.42-1.16.42-.54 0-.68.03-.68.35 0 .24.17.27.41.27.8 0 1.33-.1 2.36-.1 1.08 0 3.32.24 4.35.24 3.05 0 5.26-1.3 5.26-4.05zm-3.18-7c0 2.09-.64 2.46-1.35 3 0 0-1.03-.27-2.65-.27-.74 0-.91-.03-.91-.35v-5.23c0-.5.02-.71 1.64-.71 2.34 0 3.27 2.33 3.27 3.56zm.42 7.2c0 2.14-1.03 3.3-3.24 3.3-.7 0-1.53-.1-1.8-.4-.22-.25-.3-1.55-.3-1.77v-4.4c0-.54.33-.64.9-.64 2.67 0 4.44 1.65 4.44 3.9z"/>
|
14
|
+
</svg>
|
15
|
+
SVG
|
16
|
+
end
|
17
|
+
|
18
|
+
def title
|
19
|
+
key = "blacklight.icon.#{name}"
|
20
|
+
t(key)
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class UniversityOfChicagoComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<!-- Generated by IcoMoon.io -->
|
11
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="26" height="32" viewBox="0 0 26 32">
|
12
|
+
<title>#{title}</title>
|
13
|
+
<path fill="#6c757d" d="M9.27 0.95c-2.6 0.070-6.25 0.31-7.63 0.49l-0.23 0.030v8.3c0 8.91 0 8.6 0.24 9.92 0.824 4.713 4.057 8.514 8.359 10.13l0.091 0.030c1.24 0.49 2.77 0.87 3.21 0.8 0.12-0.010 0.55-0.11 0.96-0.2 3.81-0.96 6.79-3.030 8.59-5.97 0.94-1.564 1.61-3.4 1.891-5.362l0.009-0.078c0.1-0.61 0.11-0.68 0.12-9.1 0.010-8.090 0.010-8.48-0.070-8.48l-0.81-0.070c-4.23-0.4-10.090-0.59-14.73-0.44zM11.51 2.45c0.42 0.060 0.88 0.2 1.23 0.36l0.25 0.11v3.54c0 2.8-0.020 3.52-0.060 3.5-0.63-0.328-1.375-0.52-2.165-0.52-0.153 0-0.304 0.007-0.454 0.021l0.019-0.001c-0.2 0.030-0.8 0.14-1.34 0.26-1.26 0.27-1.82 0.35-2.4 0.35h-0.47v-7.2l0.27 0.030c0.15 0.030 0.67 0.040 1.16 0.040h0.9l0.52-0.18c0.555-0.217 1.198-0.343 1.871-0.343 0.236 0 0.468 0.015 0.696 0.045l-0.027-0.003zM16.73 2.59c0.799 0.258 1.719 0.406 2.673 0.406 0.189 0 0.377-0.006 0.563-0.017l-0.026 0.001 0.53-0.040v7.18h-0.3c-0.54 0-1.45-0.13-3.2-0.47-0.461-0.139-0.99-0.219-1.538-0.219-0.159 0-0.317 0.007-0.472 0.020l0.020-0.001c-0.67 0.080-0.94 0.17-1.63 0.52-0.020 0-0.030-1.57-0.020-3.5l0.010-3.52 0.42-0.16c0.52-0.232 1.126-0.368 1.765-0.368 0.429 0 0.844 0.061 1.237 0.175l-0.031-0.008zM4.28 4.27c0.48 0.36 0.44 1.090-0.080 1.33-0.6 0.3-1.2-0.2-1.080-0.87 0.071-0.246 0.247-0.441 0.475-0.538l0.005-0.002c0.2-0.060 0.53-0.030 0.68 0.080zM21.5 4.61c0.1 0 0.28-0.030 0.41-0.070 0.3-0.090 0.5-0.090 0.71 0 0.27 0.12 0.41 0.27 0.5 0.58 0.040 0.1 0.030 0.1-0.080 0.060-0.24-0.1-0.42-0.050-1.1 0.26-0.64 0.3-1.050 0.42-1.14 0.37-0.033-0.173-0.052-0.373-0.052-0.577 0-0.043 0.001-0.087 0.003-0.13l-0 0.006v-0.68l0.3 0.1c0.15 0.040 0.36 0.080 0.45 0.080zM5.79 5.010v0.45l-0.87-0.020-0.020-0.44-0.010-0.43h0.9v0.43zM4.2 7.3c0.54 0.27 0.54 1.11-0.010 1.37-0.37 0.19-0.86 0.030-1.030-0.32-0.19-0.4-0.050-0.86 0.33-1.040 0.103-0.057 0.225-0.091 0.355-0.091s0.252 0.034 0.359 0.093l-0.004-0.002zM21.33 7.38c0.24 0.010 0.58 0 0.75-0.020 0.19-0.010 0.4-0.030 0.47-0.020 0.17 0.020 0.47 0.33 0.55 0.55 0.060 0.2 0.040 0.24-0.1 0.17-0.2-0.11-0.5-0.070-0.8 0.1-0.4 0.22-0.93 0.4-1.25 0.44l-0.25 0.040v-1.36l0.1 0.040c0.060 0.020 0.3 0.040 0.53 0.050zM5.8 8.050v0.42h-0.9v-0.85h0.9v0.43zM13.81 11.060c0.4 0.17 0.73 0.22 0.87 0.14 0.1-0.040 0.1-0.040 0.1 0.050 0 0.060-0.030 0.15-0.070 0.2-0.090 0.1-0.080 0.1 0.1 0.070 0.1-0.020 0.24-0.090 0.32-0.16l0.13-0.13v0.18c0 0.21-0.15 0.37-0.42 0.45l-0.18 0.060 0.13 0.11c0.1 0.080 0.14 0.16 0.14 0.25 0 0.18 0.16 0.38 0.3 0.38 0.15 0 0.15 0.060 0.020 0.16-0.070 0.050-0.13 0.050-0.22 0.020-0.15-0.060-0.16-0.040-0.080 0.16 0.040 0.1 0.070 0.22 0.070 0.28 0 0.2 0.1 0.48 0.24 0.6 0.22 0.23 0.040 0.27-0.2 0.050l-0.16-0.14 0.070 0.2c0.060 0.19 0.060 0.23 0 0.53-0.060 0.18-0.11 0.35-0.14 0.37-0.030 0.030-0.1-0.020-0.23-0.16-0.19-0.22-0.25-0.23-0.11-0.030 0.18 0.28 0.28 1.060 0.14 1.060-0.040 0-0.12-0.080-0.18-0.18-0.13-0.24-0.19-0.24-0.12-0.020 0.060 0.25 0.11 0.34 0.35 0.6 0.12 0.13 0.28 0.37 0.35 0.54l0.14 0.29-0.070 0.54c-0.040 0.3-0.080 0.55-0.1 0.57-0.040 0.050-0.12-0.040-0.24-0.27-0.037-0.088-0.084-0.164-0.141-0.231l0.001 0.001c-0.1 0 0.14 0.6 0.3 0.77 0.050 0.060 0.11 0.17 0.14 0.26 0.070 0.2 0.080 0.61 0.010 0.61-0.020 0-0.1-0.080-0.17-0.19-0.070-0.1-0.13-0.18-0.14-0.17l0.080 0.34c0.16 0.48 0.15 1.13 0 1.5l-0.12 0.29-0.14-0.58c-0.080-0.32-0.16-0.57-0.2-0.56l-0.31 0.4c-0.16 0.22-0.29 0.38-0.3 0.37l-0.070-0.36c-0.068-0.631-0.245-1.206-0.513-1.728l0.013 0.028c-0.070 0-0.73 1.89-0.8 2.24-0.029 0.156-0.045 0.336-0.045 0.52 0 0.267 0.035 0.525 0.1 0.771l-0.005-0.021c0.040 0.12 0.060 0.22 0.050 0.22-0.050 0-0.26-0.5-0.34-0.8-0.21-0.76-0.16-1.56 0.11-1.84 0.13-0.14 0.16-0.36 0.050-0.5-0.050-0.070-0.070-0.070-0.070-0.020 0 0.1-0.090 0.39-0.14 0.47-0.060 0.1-0.22-0.010-0.28-0.19-0.070-0.2 0-0.48 0.18-0.78s0.2-0.4 0.13-0.5c-0.060-0.090-0.070-0.080-0.16 0.090-0.12 0.25-0.22 0.26-0.3 0.010-0.031-0.135-0.049-0.29-0.049-0.45 0-0.525 0.193-1.005 0.511-1.373l-0.002 0.003c0.090-0.1 0.16-0.22 0.15-0.24s-0.11 0.020-0.22 0.1c-0.26 0.17-0.3 0.12-0.26-0.22 0.060-0.52 0.4-0.97 0.75-1.040 0.18-0.030 0.19-0.050 0.080-0.17-0.040-0.040-0.070-0.090-0.060-0.1l0.34-0.1c0.4-0.090 0.58-0.2 0.65-0.42 0.080-0.25 0.020-0.27-0.19-0.070-0.13 0.13-0.23 0.18-0.33 0.18-0.17 0-0.23-0.080-0.1-0.16 0.12-0.090 0.13-0.27 0.020-0.38-0.060-0.060-0.13-0.070-0.3-0.050-0.18 0.020-0.47-0.060-0.47-0.13-0.006-0.037-0.017-0.071-0.031-0.102l0.001 0.002c-0.020-0.060 0-0.070 0.070-0.050s0.22-0.020 0.44-0.12c0.32-0.13 0.35-0.14 0.53-0.090 0.1 0.040 0.26 0.13 0.35 0.22l0.18 0.16c0.040 0 0.020-0.24-0.030-0.35-0.060-0.11-0.36-0.31-0.48-0.31-0.040 0-0.12-0.080-0.18-0.17-0.116-0.202-0.326-0.339-0.568-0.35l-0.002-0c-0.15 0-0.19-0.020-0.27-0.16-0.13-0.22-0.28-0.29-0.46-0.21-0.075 0.040-0.136 0.098-0.179 0.168l-0.001 0.002c-0.060 0.14-0.090 0.14-0.2-0.020-0.2-0.24-0.080-0.66 0.24-0.86l0.19-0.1c0.020 0 0.080 0.1 0.13 0.22 0.090 0.2 0.2 0.3 0.26 0.24 0.020-0.020 0-0.12-0.050-0.22s-0.080-0.22-0.060-0.26c0.040-0.080 0.23-0.1 0.31-0.010 0.050 0.050 0.090 0.020 0.18-0.1 0.27-0.32 0.66-0.35 1.25-0.1zM8.96 11.45c0.090 0.060 0.2 0.2 0.27 0.31 0.1 0.2 0.12 0.27 0.13 0.72 0 0.57 0.020 0.62 0.33 0.7l0.2 0.050-0.080 0.14c-0.14 0.24-0.25 0.26-0.77 0.16-0.1-0.020-0.15 0.020-0.33 0.23-0.26 0.3-0.29 0.44-0.14 0.66 0.1 0.15 0.13 0.43 0.050 0.47-0.070 0.050-0.050 0.3 0.030 0.38 0.1 0.1 0.25 0.090 0.68-0.020 0.45-0.12 0.55-0.12 0.77 0.020 0.1 0.060 0.24 0.12 0.3 0.12 0.080 0 0.1-0.030 0.1-0.16 0-0.18-0.050-0.25-0.31-0.42-0.22-0.14-0.28-0.28-0.23-0.51 0.040-0.2 0.26-0.7 0.31-0.7 0.020 0 0.060 0.080 0.1 0.17 0.070 0.24 0.27 0.45 0.7 0.74 0.55 0.4 0.7 0.75 0.54 1.37-0.080 0.33-0.090 0.36-0.010 0.54 0.070 0.19 0.070 0.2-0.010 0.35-0.26 0.44-0.3 1.26-0.080 1.65 0.1 0.2 0.11 0.25 0.090 0.58-0.030 0.39 0.020 0.57 0.23 0.8 0.080 0.080 0.080 0.12 0.030 0.34-0.040 0.2-0.040 0.32 0 0.58 0.030 0.18 0.050 0.34 0.040 0.36-0.020 0-0.13-0.2-0.26-0.48-0.14-0.3-0.31-0.58-0.43-0.71-0.277-0.284-0.647-0.477-1.061-0.529l-0.009-0.001-0.3-0.030v0.13c0 0.090 0.080 0.23 0.2 0.38 0.1 0.13 0.2 0.32 0.23 0.4 0.060 0.2 0.060 0.75 0 0.75-0.070 0-0.55-0.48-0.62-0.63-0.044-0.086-0.082-0.186-0.108-0.29l-0.002-0.010-0.030-0.16-0.2 0.18c-0.28 0.29-0.42 0.62-0.42 1.030-0.010 0.2-0.020 0.33-0.040 0.31s-0.1-0.2-0.18-0.42l-0.15-0.38 0.42-0.54c0.357-0.445 0.668-0.952 0.912-1.496l0.018-0.044 0.040-0.11-0.11 0.090c-0.1 0.1-0.73 0.91-1.15 1.5l-0.23 0.32-0.18-0.34-0.17-0.35 0.15-0.19 0.3-0.4c0.17-0.25 0.6-1.17 0.56-1.2-0.010-0.020-0.27 0.36-0.58 0.82l-0.55 0.85-0.14-0.11c-0.050-0.051-0.11-0.091-0.176-0.119l-0.004-0.001c-0.040 0-0.14 0.37-0.14 0.56 0 0.17-0.2 0.43-0.64 0.81-0.31 0.27-0.34 0.26-0.34-0.22v-0.28l0.37-0.43c0.36-0.4 0.85-1.12 1.080-1.57l0.1-0.21-0.15 0.14c-0.080 0.070-0.43 0.5-0.79 0.94l-0.65 0.82c-0.010 0.020-0.040-0.010-0.070-0.060l-0.19-0.24-0.13-0.16 0.34-0.49c0.35-0.5 0.81-1.4 0.78-1.5-0.020-0.040-0.31 0.37-0.67 0.9-0.46 0.7-0.66 0.98-0.71 0.96-0.1-0.040-0.090-0.14 0.020-0.75 0.060-0.28 0.1-0.57 0.1-0.63 0-0.38-0.3 0.51-0.36 1.060l-0.030 0.3-0.24 0.060c-0.28 0.070-0.3 0.14-0.070 0.36l0.14 0.14-0.020 0.68c-0.010 0.67-0.010 0.68 0.12 0.86 0.16 0.23 0.16 0.25 0 0.25-0.099 0.005-0.191 0.031-0.274 0.072l0.004-0.002c-0.040 0.030-0.087 0.054-0.137 0.069l-0.003 0.001c-0.010-0.010-0.060-0.23-0.1-0.49-0.073-0.567-0.115-1.224-0.115-1.89 0-0.748 0.053-1.483 0.155-2.203l-0.010 0.083c-0.030-0.040-0.15 0.23-0.92 2.1-0.77 1.9-0.75 1.84-0.83 1.84s-0.11-0.11-0.11-0.47c0-0.9 0.76-2.84 1.5-3.8 0.16-0.22 0.18-0.3 0.1-0.3-0.030 0-0.35 0.29-0.7 0.64-0.73 0.7-1.080 0.92-1.45 0.92-0.1 0-0.2-0.020-0.2-0.040 0-0.030 0.47-0.5 1.040-1.040 0.97-0.91 1.34-1.3 1.3-1.35l-0.46 0.21c-0.5 0.25-0.82 0.34-1.22 0.34-0.3 0-0.57-0.050-0.57-0.1 0.175-0.125 0.374-0.248 0.582-0.357l0.028-0.013c0.7-0.38 1.3-0.76 1.6-1.020 0.24-0.21 0.47-0.52 0.47-0.64 0-0.070-0.060-0.050-0.43 0.13-0.52 0.24-0.94 0.36-1.33 0.37-0.3 0-0.64-0.050-0.64-0.1 0-0.030 0.13-0.11 0.28-0.2 0.5-0.3 2-1.23 2.76-1.73 0.63-0.4 0.8-0.49 0.95-0.49 0.1 0 0.21-0.020 0.25-0.040 0.050-0.040 0-0.050-0.18-0.050-0.41 0-0.56-0.14-0.47-0.44l0.040-0.18 0.14 0.16c0.14 0.14 0.15 0.15 0.46 0.12 0.17-0.020 0.53-0.1 0.79-0.2 0.58-0.2 0.92-0.22 1.15-0.060zM19.31 11.45c0.21 0.070 0.5 0.16 0.63 0.22s0.35 0.1 0.48 0.1c0.15 0.010 0.25 0.040 0.25 0.070 0 0.080-0.19 0.2-0.32 0.2-0.15 0-0.18 0.1-0.020 0.12 0.3 0.080 0.8 0.28 1.040 0.44 0.28 0.19 0.34 0.28 0.21 0.3-0.050 0.010 0.21 0.31 0.92 1.020 0.73 0.74 0.96 1 0.89 1-0.2 0-0.78-0.4-1.46-1-0.18-0.16-0.32-0.26-0.32-0.23 0 0.060 0.17 0.25 1 1.12 0.28 0.3 0.64 0.71 0.81 0.93 0.3 0.38 0.64 0.9 0.64 0.97 0 0.12-1-0.33-1.31-0.6-0.11-0.1-0.43-0.51-0.72-0.95-0.47-0.71-0.67-0.95-0.73-0.88-0.020 0.010 0.3 0.56 0.69 1.21 0.85 1.43 1.040 1.8 1.2 2.42 0.12 0.42 0.13 0.55 0.13 1.4 0 1.14-0.1 1.77-0.28 1.77-0.060 0-0.12-0.2-0.6-2.16-0.48-1.95-0.8-2.87-1.18-3.32l-0.12-0.14 0.12 0.33c0.55 1.43 0.86 2.6 0.94 3.46l0.030 0.35-0.27 0.1c-0.15 0.050-0.4 0.16-0.55 0.26l-0.27 0.18v-0.25c0-0.72-0.17-1.76-0.43-2.56-0.15-0.46-0.25-0.58-0.21-0.24 0.080 0.58 0.22 1.63 0.25 1.77 0 0.1 0 0.15-0.030 0.13-0.020-0.020-0.27-0.3-0.53-0.63-0.54-0.65-0.84-0.96-0.84-0.85 0 0.1 0.4 0.79 0.66 1.13 0.13 0.17 0.35 0.4 0.5 0.53l0.25 0.23v0.3c0 0.38-0.070 0.69-0.15 0.66-0.030 0-0.41-0.44-0.84-0.95-0.88-1.040-1.14-1.32-1.16-1.25-0.020 0.050 0.15 0.4 0.42 0.87 0.14 0.23 0.39 0.51 0.88 1l0.68 0.67-0.15 0.23c-0.25 0.39-0.24 0.39-0.65 0.090-0.19-0.15-0.36-0.3-0.36-0.33l-0.060-0.24c-0.040-0.19-0.050-0.2-0.23-0.2-0.19 0-0.22-0.020-0.64-0.45-0.46-0.47-0.6-0.57-0.5-0.33 0.090 0.24 0.36 0.66 0.55 0.83l0.19 0.17-0.14 0.24c-0.080 0.14-0.14 0.3-0.14 0.33 0 0.15-0.1 0.1-0.5-0.29-0.48-0.46-0.57-0.5-0.4-0.15 0.090 0.17 0.4 0.5 0.68 0.7l0.13 0.090-0.1 0.28c-0.060 0.17-0.17 0.34-0.28 0.44-0.33 0.31-1 0.86-1.020 0.83 0.15-0.508 0.482-0.923 0.92-1.175l0.010-0.005c0.21-0.1 0.23-0.2 0.080-0.36-0.090-0.080-0.14-0.1-0.47-0.080l-0.37 0.030v-0.15c0-0.080-0.030-0.31-0.070-0.52l-0.1-0.6-0.040-0.23-0.22 0.14c-0.3 0.19-0.36 0.3-0.41 0.68-0.030 0.18-0.080 0.39-0.13 0.47l-0.23 0.45-0.16 0.3-0.050-0.16c-0.030-0.080-0.050-0.29-0.050-0.46 0-0.27-0.020-0.35-0.15-0.55-0.2-0.31-0.26-0.47-0.32-0.82-0.040-0.26-0.030-0.3 0.060-0.42 0.13-0.19 0.16-0.5 0.060-0.87-0.080-0.28-0.080-0.35-0.010-0.95 0.1-0.87 0.060-1.040-0.3-1.48l-0.17-0.2 0.1-0.6 0.47 0.030 0.14-0.29c0.080-0.15 0.23-0.37 0.35-0.47 0.21-0.21 0.23-0.27 0.12-0.52-0.030-0.1-0.060-0.18-0.050-0.2l0.22 0.1c0.31 0.17 0.35 0.31 0.21 0.72-0.12 0.35-0.1 0.4 0.12 0.4 0.35 0 0.77-0.27 0.83-0.51 0.080-0.39 0.12-0.48 0.3-0.67 0.23-0.26 0.24-0.41 0-0.52-0.13-0.060-0.14-0.090-0.13-0.22l0.020-0.15-0.23 0.2c-0.27 0.27-0.4 0.3-0.7 0.2-0.19-0.080-0.26-0.080-0.4-0.040-0.059 0.025-0.128 0.040-0.2 0.040v0c-0.060-0.060 0.1-0.25 0.25-0.3 0.26-0.1 0.48-0.23 0.57-0.37 0.060-0.080 0.070-0.13 0.010-0.26-0.080-0.24-0.020-0.37 0.29-0.7l0.27-0.3 0.24 0.030c0.16 0.020 0.27 0 0.34-0.040 0.31-0.22 0.76-0.25 1.32-0.090zM10.83 12.33c0 0.050 0.060 0.15 0.12 0.22l0.11 0.13h0.68c0.74 0.010 0.9 0.060 1.050 0.29 0.080 0.12 0.080 0.13 0 0.090-0.164-0.041-0.352-0.065-0.545-0.065s-0.381 0.024-0.561 0.068l0.016-0.003c-0.62 0.1-0.83 0.070-1.020-0.13-0.15-0.17-0.17-0.33-0.040-0.54 0.1-0.17 0.2-0.2 0.2-0.060zM13.38 19.53c0.12 0.38 0.15 1 0.070 1.51-0.020 0.15-0.020 0.4 0 0.54l0.030 0.28 0.060-0.28c0.040-0.15 0.14-0.4 0.22-0.54 0.16-0.31 0.49-0.66 0.55-0.6 0.080 0.1 0.24 0.84 0.24 1.12 0 0.38-0.060 0.57-0.37 1.090-0.164 0.213-0.272 0.477-0.3 0.764l-0 0.006c-0.020 0.2-0.030 0.38-0.020 0.41s0.080-0.12 0.15-0.33c0.080-0.24 0.23-0.54 0.38-0.78 0.27-0.4 0.35-0.61 0.47-1.23 0.040-0.23 0.12-0.46 0.2-0.6 0.14-0.22 0.25-0.29 0.25-0.15 0 0.050 0.020 0.13 0.060 0.18 0.2 0.28 0.12 0.78-0.23 1.42-0.23 0.44-0.23 0.44-0.15 0.44 0.17 0 0.46-0.35 0.55-0.66 0.040-0.12 0.040-0.12 0.11 0.050 0.14 0.32 0.1 0.44-0.21 0.67-0.1 0.070-0.22 0.22-0.27 0.33-0.1 0.2-0.14 0.55-0.060 0.54 0.060 0 0.49-0.56 0.63-0.83 0.1-0.18 0.15-0.35 0.18-0.6 0.030-0.28 0.060-0.4 0.22-0.66 0.17-0.29 0.27-0.58 0.37-1.080 0.010-0.060 0.080-0.16 0.15-0.24l0.12-0.14 0.060 0.36c0.1 0.56 0.1 0.93-0.030 1.17l-0.1 0.2 0.16-0.1c0.32-0.2 0.44-0.24 0.67-0.24h0.24l-0.3 0.14c-0.32 0.17-0.46 0.33-0.7 0.89-0.24 0.6-0.3 0.67-0.63 1-0.34 0.32-0.4 0.42-0.24 0.42 0.21 0 0.67-0.3 1-0.65 0.2-0.2 0.53-0.5 0.75-0.65 0.54-0.39 0.72-0.67 0.94-1.37 0.1-0.33 0.34-0.77 0.42-0.77 0.14 0 0.11 0.69-0.050 1.28-0.1 0.36-0.15 0.47-0.46 0.84l-0.16 0.2 0.18-0.080c0.25-0.1 0.85-0.43 1.1-0.6 0.4-0.27 0.72-0.62 1.060-1.14 0.38-0.57 0.55-0.74 1.020-0.99 0.44-0.23 0.5-0.22 0.3 0.050-0.090 0.12-0.17 0.26-0.18 0.32-0.1 0.52-0.15 0.69-0.3 0.95-0.080 0.17-0.14 0.3-0.1 0.3 0.020 0 0.12-0.040 0.23-0.1s0.22-0.080 0.26-0.070c0.050 0.020-0.070 0.17-0.41 0.52-0.69 0.7-0.82 0.75-2.4 1.010-0.76 0.13-1.19 0.3-1.98 0.84-0.64 0.43-0.97 0.61-1.46 0.8-0.13 0.030-0.22 0.090-0.22 0.1 0 0.030 0.15 0.11 0.34 0.2 0.29 0.14 0.39 0.16 0.68 0.16 0.33 0 0.35 0 1.16-0.42 0.45-0.23 0.84-0.41 0.84-0.4 0.020 0.020-0.2 0.26-0.48 0.56-0.55 0.56-0.72 0.67-1.4 0.86-0.32 0.090-0.49 0.1-1.31 0.1-0.86 0-0.96 0.020-1.1 0.1-0.25 0.15-0.24 0.22 0.020 0.22 0.24 0 0.35 0.040 0.58 0.24 0.4 0.35 0.83 0.4 1.1 0.14 0.2-0.2 0.45-0.3 0.73-0.3 0.23 0 0.56 0.14 0.69 0.29 0.070 0.080 0.070 0.090-0.060 0.11-0.070 0.010-0.2 0.1-0.27 0.18l-0.37 0.4c-0.28 0.32-0.52 0.41-0.96 0.39-0.3-0.020-0.34-0.040-0.87-0.36-0.78-0.5-0.95-0.53-1.070-0.21-0.060 0.15 0.010 0.31 0.31 0.67 0.43 0.52 0.45 0.7 0.15 1.010-0.24 0.24-0.43 0.27-0.73 0.12-0.17-0.080-0.65-0.55-0.61-0.6 0 0 0.1 0 0.18 0.030 0.22 0.070 0.53 0.060 0.6 0 0.1-0.1 0.060-0.26-0.15-0.67-0.095-0.158-0.171-0.342-0.217-0.537l-0.003-0.013c0-0.080-0.020-0.14-0.050-0.14s-0.18 0.12-0.34 0.27c-0.38 0.36-0.8 0.66-1.060 0.77-0.23 0.1-0.62 0.12-0.77 0.030-0.228-0.175-0.43-0.352-0.621-0.541l0.001 0.001c-0.371-0.38-0.784-0.717-1.232-1.003l-0.028-0.017-0.2-0.12h0.52c0.86 0 1.15 0.12 1.67 0.66 0.31 0.33 0.37 0.37 0.52 0.37 0.090 0 0.23-0.040 0.3-0.090 0.294-0.24 0.549-0.513 0.761-0.817l0.009-0.013c0.060-0.1 0.050-0.11-0.12-0.18-0.327-0.139-0.708-0.22-1.108-0.22-0.224 0-0.442 0.025-0.652 0.074l0.020-0.004c-0.11 0.030-0.2 0.050-0.2 0.020 0-0.080 0.52-0.56 0.72-0.66 0.44-0.23 0.92-0.1 1.35 0.35 0.27 0.28 0.31 0.2 0.1-0.18-0.3-0.55-1.040-0.81-1.73-0.6-0.14 0.030-0.48 0.18-0.78 0.32-0.63 0.31-0.8 0.33-1.21 0.12-0.599-0.315-1.099-0.738-1.492-1.249l-0.008-0.011c-0.2-0.28-0.19-0.33 0-0.2 0.89 0.58 1.67 0.7 2.37 0.37 0.58-0.28 1.23-0.24 2.14 0.12 0.23 0.1 0.43 0.17 0.44 0.17 0.020 0-0.090-0.1-0.24-0.24-0.302-0.26-0.668-0.455-1.072-0.556l-0.018-0.004c-0.18-0.030-0.388-0.047-0.6-0.047-0.447 0-0.877 0.076-1.277 0.215l0.027-0.008c-0.32 0.13-0.54 0.1-0.98-0.16-0.135-0.091-0.29-0.172-0.454-0.235l-0.016-0.005c-0.1 0 0.1-0.16 0.39-0.3 0.29-0.16 0.56-0.2 0.9-0.12 0.15 0.030 0.28 0.050 0.3 0.030 0-0.010-0.090-0.080-0.2-0.15-0.238-0.125-0.518-0.205-0.815-0.22l-0.005-0c-1.123-0.15-2.133-0.395-3.099-0.733l0.109 0.033c-0.27-0.1-0.27-0.1-0.18-0.2 0.16-0.15 0.51-0.2 0.88-0.1 0.060 0.030 0-0.070-0.17-0.22-0.3-0.29-0.47-0.6-0.48-0.84l0.040-0.57c0.030-0.34 0.020-0.43-0.040-0.56-0.040-0.080-0.070-0.16-0.060-0.17 0.050-0.060 0.4 0.060 0.51 0.17 0.15 0.16 0.2 0.34 0.27 0.99 0.060 0.5 0.16 0.8 0.32 0.95 0.090 0.080 0.090 0.070 0.090-0.17 0-0.18 0.020-0.28 0.080-0.35 0.12-0.13 0.14-0.13 0.21 0.050 0.1 0.2 0.4 0.5 0.64 0.6 0.25 0.12 0.3 0.12 0.36 0 0.040-0.080 0.030-0.14-0.040-0.3-0.2-0.4-0.28-0.98-0.22-1.5 0.020-0.27 0.040-0.31 0.1-0.26 0.1 0.090 0.28 0.5 0.44 1.050 0.12 0.42 0.2 0.59 0.4 0.9 0.15 0.22 0.32 0.43 0.38 0.49l0.1 0.1 0.030-0.11c0.020-0.060 0-0.31-0.040-0.56-0.080-0.53-0.050-0.75 0.14-1.040 0.14-0.21 0.19-0.23 0.23-0.060 0.020 0.060 0.16 0.24 0.31 0.4 0.31 0.3 0.3 0.29 0.28 0.98 0 0.24 0.010 0.32 0.1 0.45 0.14 0.2 0.62 0.53 1.32 0.91 0.66 0.37 0.92 0.56 1.2 0.87 0.22 0.26 0.26 0.23 0.12-0.090-0.1-0.2-0.35-0.41-1.060-0.88-0.457-0.272-0.828-0.643-1.092-1.086l-0.008-0.014c-0.12-0.26-0.13-0.32-0.16-1.14l-0.030-0.89-0.2-0.22c-0.19-0.2-0.19-0.2-0.090-0.2 0.060 0 0.2 0.030 0.31 0.080 0.56 0.25 1.11 1.070 1.4 2.1 0.15 0.5 0.18 0.55 0.48 0.87 0.13 0.14 0.32 0.36 0.42 0.5 0.1 0.12 0.17 0.19 0.15 0.13l-0.16-0.6c-0.086-0.366-0.135-0.785-0.135-1.216 0-0.398 0.042-0.786 0.121-1.16l-0.006 0.036c0.11-0.4 0.41-1.080 0.48-1.080 0.030 0 0.090 0.16 0.15 0.34zM7.54 20.74c0 0.18 0.030 0.43 0.070 0.56 0.040 0.12 0.060 0.23 0.050 0.25-0.060 0.050-0.6-0.56-0.6-0.69 0-0.060 0.38-0.44 0.45-0.44 0.020 0 0.030 0.15 0.030 0.32zM19.74 21.19c0.3 0.27 0.3 0.3 0.060 0.52-0.16 0.13-0.16 0.13-0.33 0.050-0.19-0.1-0.18-0.030-0.090-0.63 0.010-0.1 0.040-0.19 0.060-0.19s0.15 0.11 0.3 0.25zM21.49 22.67c-0.14 0.45-0.5 1.18-0.64 1.31-0.060 0.060-0.1 0.070-0.14 0.030-0.080-0.080-0.1-0.5-0.040-0.83 0.050-0.3 0.060-0.31 0.3-0.45 0.13-0.070 0.32-0.22 0.42-0.33 0.1-0.1 0.2-0.18 0.21-0.16l-0.1 0.43zM5.95 22.72c0.12 0.37 0.040 1.1-0.13 1.1-0.1 0-0.32-0.55-0.61-1.5 0-0.020 0.14 0.020 0.33 0.1 0.31 0.12 0.36 0.16 0.4 0.3z"></path>
|
14
|
+
<path fill="#6c757d" d="M9.93 3.52c-0.2 0.1-0.38 0.42-0.38 0.66 0 0.33 0.3 0.62 0.66 0.63 0.12 0 0.5-0.2 0.45-0.25-0.035-0.007-0.074-0.011-0.115-0.011s-0.080 0.004-0.119 0.011l0.004-0.001c-0.17 0.010-0.22 0-0.35-0.11-0.090-0.070-0.15-0.16-0.15-0.2 0-0.030 0.13-0.16 0.28-0.3l0.28-0.25-0.12-0.13c-0.15-0.16-0.22-0.16-0.44-0.040zM11.050 3.73c-0.24 0.19-0.29 0.37-0.13 0.54l0.1 0.13-0.17 0.17c-0.067 0.050-0.123 0.11-0.168 0.177l-0.002 0.003c0 0.090 0.42 0.2 0.6 0.17 0.25-0.040 0.57-0.25 0.63-0.39 0.050-0.13-0.030-0.3-0.2-0.39-0.080-0.050-0.080-0.050 0.080-0.2l0.16-0.14-0.15-0.11c-0.22-0.17-0.5-0.16-0.75 0.040zM8.48 3.73c-0.12 0.13-0.13 0.18-0.030 0.18 0.12 0 0.17 0.18 0.15 0.58l-0.010 0.38 0.13 0.020h0.13v-0.46c0-0.52 0.050-0.65 0.2-0.48 0.060 0.060 0.12 0.1 0.15 0.1 0.050 0 0.28-0.19 0.25-0.2l-0.14-0.12c-0.12-0.11-0.13-0.11-0.27-0.040-0.13 0.070-0.16 0.070-0.29 0-0.17-0.080-0.15-0.080-0.27 0.040zM7.98 3.75c-0.050 0.060-0.080 0.060-0.27 0.010-0.32-0.070-0.53-0.020-0.75 0.2-0.32 0.32-0.3 0.75 0.050 1.010 0.21 0.17 0.4 0.2 0.72 0.1 0.15-0.030 0.2-0.030 0.26 0.030 0.12 0.1 0.16 0.1 0.1-0.010-0.026-0.091-0.041-0.197-0.041-0.305 0-0.016 0-0.031 0.001-0.047l-0 0.002c0-0.15-0.020-0.27-0.050-0.27-0.020 0-0.050 0.060-0.050 0.13 0 0.2-0.24 0.44-0.45 0.44-0.17 0-0.4-0.24-0.43-0.44-0.060-0.42 0.12-0.74 0.44-0.74 0.27 0 0.44 0.18 0.44 0.44 0 0.070 0.030 0.12 0.050 0.12 0.030 0 0.050-0.15 0.050-0.37 0-0.21 0-0.38-0.020-0.38l-0.050 0.080zM10.68 5.12c0 0.040-0.090 0.060-0.28 0.060-0.27 0-0.3 0.010-0.45 0.16-0.1 0.090-0.16 0.2-0.16 0.25 0 0.12 0.16 0.25 0.45 0.36 0.31 0.12 0.4 0.2 0.38 0.37-0.010 0.2-0.2 0.25-0.48 0.16-0.15-0.040-0.21-0.1-0.28-0.25l-0.1-0.18-0.010 0.25c-0.020 0.33 0 0.42 0.1 0.34 0.060-0.040 0.2-0.060 0.4-0.060 0.28 0.010 0.33 0 0.43-0.1 0.070-0.080 0.12-0.2 0.13-0.33 0.020-0.18 0-0.23-0.1-0.33-0.088-0.082-0.201-0.136-0.328-0.15l-0.002-0c-0.121-0.018-0.229-0.060-0.323-0.122l0.003 0.002-0.1-0.080 0.1-0.1c0.15-0.14 0.39-0.13 0.57 0.020l0.15 0.12v-0.16c-0.001-0.080-0.020-0.155-0.051-0.223l0.001 0.003c-0.030-0.050-0.050-0.050-0.050-0.020zM9.19 5.32c-0.060 0.1-0.17 0.23-0.25 0.29-0.12 0.080-0.13 0.1-0.060 0.15 0.050 0.040 0.070 0.16 0.070 0.45 0.010 0.34 0.030 0.4 0.13 0.48 0.15 0.12 0.2 0.11 0.32-0.060 0.1-0.13 0.1-0.14 0.020-0.14-0.14 0-0.19-0.090-0.2-0.4-0.020-0.27-0.020-0.28 0.1-0.3 0.22-0.020 0.33-0.050 0.33-0.1 0-0.020-0.080-0.030-0.19-0.020-0.15 0.030-0.18 0.020-0.2-0.070-0.004-0.026-0.006-0.055-0.006-0.085 0-0.062 0.010-0.123 0.027-0.179l-0.001 0.004c0.060-0.24 0.030-0.24-0.1-0.020zM7.040 5.55c-0.242 0.153-0.4 0.418-0.4 0.721 0 0.010 0 0.020 0.001 0.030l-0-0.001c0 0.2 0.020 0.24 0.16 0.38 0.1 0.1 0.21 0.16 0.34 0.18 0.16 0.020 0.19 0 0.26-0.13 0.080-0.14 0.080-0.14-0.040-0.14-0.188-0.015-0.352-0.109-0.459-0.248l-0.001-0.002c-0.13-0.18-0.070-0.6 0.1-0.66 0.030-0.020 0.12 0.020 0.2 0.080l0.13 0.12 0.1-0.12c0.11-0.1 0.11-0.1 0.030-0.23-0.12-0.15-0.15-0.15-0.41 0.020zM8.040 5.61c-0.23 0.16-0.31 0.32-0.24 0.51 0.050 0.13 0.040 0.17-0.040 0.27-0.12 0.15-0.11 0.26 0.020 0.41l0.11 0.14 0.13-0.1c0.17-0.14 0.23-0.14 0.3 0.020l0.060 0.12 0.16-0.16c0.16-0.15 0.16-0.16 0.070-0.2-0.080-0.030-0.1-0.070-0.1-0.44 0-0.33-0.010-0.43-0.1-0.54-0.11-0.16-0.16-0.17-0.37-0.030zM11.23 5.75c-0.101 0.090-0.182 0.2-0.238 0.324l-0.002 0.006c-0.060 0.22 0.010 0.44 0.17 0.57 0.2 0.17 0.32 0.16 0.45-0.040 0.13-0.19 0.14-0.25 0.040-0.16-0.17 0.14-0.5-0.16-0.5-0.45 0-0.13 0.18-0.24 0.33-0.19 0.040 0.020 0.12 0 0.17-0.050 0.090-0.070 0.090-0.070 0-0.14-0.14-0.1-0.2-0.090-0.42 0.14zM11.96 5.91c-0.1 0.090-0.14 0.16-0.1 0.15s0.1 0 0.15 0.020c0.070 0.030 0.080 0.1 0.080 0.39s0.020 0.35 0.1 0.42c0.1 0.090 0.1 0.090 0.24-0.050l0.14-0.13-0.11-0.030c-0.1-0.020-0.1-0.050-0.13-0.42-0.040-0.58-0.080-0.62-0.37-0.35zM9.77 7.15c-0.020 0.050-0.1 0.2-0.2 0.3-0.13 0.18-0.14 0.22-0.080 0.27 0.040 0.040 0.060 0.15 0.060 0.37 0 0.48 0.2 0.68 0.4 0.39 0.18-0.23 0.2-0.26 0.090-0.2-0.16 0.080-0.25-0.020-0.25-0.29 0-0.22 0-0.23 0.14-0.26 0.18-0.030 0.18-0.1 0-0.1h-0.16l0.040-0.29c0.030-0.28 0.010-0.37-0.040-0.19zM7.3 7.43c-0.38 0.28-0.5 0.63-0.34 0.96 0.1 0.22 0.45 0.5 0.51 0.43 0.16-0.19 0.3-0.4 0.28-0.43-0.020-0.020-0.060 0-0.090 0.020-0.043 0.037-0.099 0.059-0.16 0.060h-0c-0.13 0-0.34-0.17-0.27-0.22l0.33-0.27 0.28-0.23-0.14-0.23c-0.052-0.084-0.112-0.156-0.179-0.219l-0.001-0.001-0.22 0.13zM11.65 7.38c-0.26 0.16-0.32 0.27-0.29 0.47 0.020 0.12 0 0.21-0.040 0.27-0.1 0.12-0.1 0.4 0 0.53l0.070 0.1 0.2-0.11c0.25-0.15 0.28-0.15 0.46-0.020l0.14 0.1 0.15-0.15c0.1-0.1 0.12-0.15 0.060-0.13-0.16 0.060-0.21-0.050-0.21-0.43 0-0.35 0-0.37-0.17-0.54-0.058-0.065-0.124-0.121-0.196-0.168l-0.004-0.002c-0.065 0.021-0.121 0.049-0.173 0.082l0.003-0.002zM8.14 7.5c-0.1 0.12-0.1 0.13-0.030 0.26 0.060 0.1 0.080 0.24 0.080 0.56 0 0.43 0 0.43 0.12 0.43s0.11 0 0.11-0.46c0-0.38 0.020-0.48 0.090-0.54s0.1-0.060 0.16-0.010c0.070 0.050 0.080 0.14 0.080 0.53 0 0.27 0.020 0.5 0.050 0.5 0.030 0.020 0.12-0.030 0.21-0.1 0.1-0.080 0.14-0.13 0.1-0.14s-0.070-0.14-0.1-0.47c-0.020-0.45-0.070-0.63-0.17-0.63-0.081 0.033-0.15 0.077-0.211 0.131l0.001-0.001-0.16 0.11-0.080-0.14c-0.050-0.080-0.1-0.14-0.11-0.14l-0.14 0.12zM10.45 7.55l-0.15 0.15 0.14 0.030c0.14 0.030 0.14 0.030 0.18 0.41 0.030 0.45 0.12 0.55 0.3 0.35 0.1-0.11 0.11-0.12 0.030-0.17-0.060-0.030-0.080-0.11-0.080-0.35 0-0.31-0.1-0.58-0.21-0.58-0.030 0-0.12 0.070-0.2 0.16zM15.32 3.3c-0.020 0.020 0 0.040 0.040 0.040s0.1 0.040 0.13 0.1c0.030 0.080 0.020 0.18-0.070 0.5-0.070 0.21-0.14 0.39-0.15 0.39-0.040 0-0.3-0.6-0.3-0.68 0-0.040 0.040-0.080 0.090-0.1s0.1-0.040 0.1-0.070c0-0.050-0.22-0.080-0.69-0.11-0.33-0.030-0.35-0.020-0.22 0.030 0.1 0.030 0.2 0.12 0.28 0.24 0.13 0.2 0.58 1.22 0.58 1.31 0 0.13 0.1-0.11 0.33-0.8 0.22-0.65 0.26-0.73 0.4-0.81l0.14-0.1h-0.32c-0.17 0-0.33 0.030-0.34 0.050zM17.5 3.48c-0.090 0.14-0.32 0.35-0.43 0.4-0.040 0-0.030 0.030 0.030 0.080s0.1 0.18 0.12 0.5c0.050 0.46 0.15 0.72 0.26 0.72 0.040 0 0.13-0.080 0.2-0.18l0.1-0.18-0.1-0.020c-0.090-0.020-0.1-0.070-0.15-0.4-0.040-0.4-0.020-0.44 0.23-0.45 0.19 0 0.36-0.040 0.36-0.1 0-0.020-0.12-0.040-0.27-0.050l-0.27-0.010v-0.45l-0.090 0.14zM16.060 3.79c-0.15 0.13-0.16 0.16-0.080 0.16 0.2 0 0.26 0.11 0.26 0.48 0 0.29 0.010 0.38 0.1 0.48 0.12 0.16 0.27 0.16 0.4 0l0.1-0.13-0.15-0.1c-0.14-0.1-0.15-0.11-0.16-0.47-0.010-0.3-0.040-0.4-0.12-0.48-0.050-0.060-0.11-0.1-0.14-0.1s-0.11 0.070-0.21 0.16zM18.55 4.080c-0.22 0.17-0.28 0.3-0.18 0.37 0.070 0.050 0.070 0.070-0.020 0.23-0.12 0.19-0.1 0.4 0.030 0.6 0.080 0.13 0.080 0.13 0.2 0.040 0.22-0.15 0.33-0.16 0.43-0.040l0.1 0.1 0.11-0.12c0.14-0.16 0.14-0.2 0.050-0.27-0.050-0.040-0.070-0.16-0.070-0.45v-0.4l-0.15-0.1c-0.2-0.12-0.33-0.11-0.5 0.040zM14.98 5.37c-0.74 0.070-1.15 0.45-1.050 0.98 0.020 0.1 0.070 0.24 0.12 0.3 0.2 0.22 0.65 0.32 1.070 0.22 0.1-0.020 0.18-0.020 0.2 0 0.070 0.11 0.11 0.020 0.11-0.21 0-0.29-0.040-0.33-0.12-0.12-0.12 0.33-0.62 0.34-0.9 0.020-0.17-0.18-0.19-0.29-0.090-0.33 0.070-0.030 0.87 0.060 1.030 0.1 0.070 0.020 0.080 0 0.080-0.13 0-0.090 0-0.17-0.020-0.19s-0.14 0.010-0.27 0.050c-0.13 0.030-0.39 0.060-0.56 0.060h-0.32v-0.14c0-0.17 0.19-0.36 0.43-0.43 0.25-0.080 0.5 0.020 0.6 0.22 0.040 0.090 0.090 0.16 0.11 0.16s0.030-0.14 0.030-0.3-0.010-0.3-0.030-0.3l-0.42 0.040zM16.54 5.55c-0.13 0.14-0.13 0.14-0.23 0.060-0.17-0.16-0.2-0.16-0.44 0.020s-0.34 0.33-0.13 0.19c0.18-0.12 0.33-0.050 0.4 0.2 0.070 0.22 0 0.54-0.16 0.74l-0.090 0.12 0.1-0.050c0.087-0.060 0.16-0.133 0.218-0.217l0.002-0.003 0.13-0.16 0.16 0.17 0.17 0.17 0.36-0.36-0.18-0.090c-0.3-0.14-0.4-0.29-0.39-0.52 0.010-0.060 0.030-0.070 0.1-0.030 0.13 0.070 0.4 0.060 0.47-0.020 0.050-0.060 0.040-0.080-0.050-0.13-0.060-0.020-0.15-0.090-0.2-0.14-0.1-0.090-0.1-0.090-0.24 0.050zM17.59 5.86c-0.27 0.2-0.32 0.29-0.32 0.55 0 0.16 0.030 0.26 0.14 0.4 0.26 0.36 0.43 0.37 0.73 0.070l0.18-0.2-0.15 0.040c-0.45 0.14-0.86-0.36-0.58-0.7 0.090-0.11 0.1-0.11 0.18-0.030 0.1 0.090 0.37 0.1 0.42 0.030 0.030-0.040-0.25-0.32-0.34-0.33-0.020 0-0.15 0.080-0.26 0.17zM18.82 5.94c-0.33 0.25-0.47 0.66-0.32 0.94 0.1 0.2 0.3 0.37 0.42 0.37 0.13 0 0.41-0.26 0.53-0.5 0.047-0.092 0.074-0.201 0.074-0.316 0-0.218-0.098-0.413-0.253-0.543l-0.001-0.001c-0.17-0.13-0.22-0.13-0.45 0.050zM19.050 6.15c0.22 0.15 0.29 0.5 0.14 0.78-0.060 0.12-0.14 0.1-0.31-0.070-0.2-0.21-0.26-0.42-0.17-0.63 0.070-0.18 0.15-0.2 0.34-0.080zM14.010 7.8c0.020 0.87 0.030 0.93 0.16 1 0.090 0.050 0.12 0.040 0.26-0.11s0.15-0.17 0.070-0.17c-0.16 0-0.2-0.15-0.2-0.82v-0.64h-0.3l0.010 0.74zM16.5 7.2c-0.030 0.050-0.13 0.15-0.23 0.22-0.16 0.11-0.17 0.13-0.1 0.2 0.050 0.060 0.060 0.2 0.060 0.5 0 0.36 0.010 0.41 0.12 0.51 0.15 0.15 0.22 0.15 0.37-0.010 0.16-0.16 0.16-0.18 0-0.17-0.15 0-0.2-0.1-0.2-0.51 0-0.27 0-0.27 0.14-0.27 0.17 0 0.18-0.080 0.020-0.12-0.12-0.030-0.13-0.050-0.1-0.24 0.020-0.23 0.010-0.25-0.070-0.11zM15.15 7.51c-0.21 0.2-0.25 0.3-0.19 0.46 0.040 0.090 0.030 0.13-0.020 0.17-0.056 0.067-0.097 0.147-0.119 0.236l-0.001 0.004c-0.040 0.14-0.040 0.2 0.020 0.32 0.1 0.17 0.14 0.18 0.22 0.070 0.040-0.050 0.13-0.12 0.21-0.16 0.14-0.090 0.14-0.090 0.25 0.020l0.11 0.1 0.17-0.19c0.16-0.17 0.17-0.19 0.080-0.2-0.19-0.040-0.22-0.1-0.2-0.44 0-0.28 0-0.33-0.1-0.44-0.15-0.16-0.2-0.15-0.43 0.050zM17.11 7.67l-0.13 0.1 0.13 0.12c0.12 0.11 0.12 0.13 0.1 0.42-0.030 0.26-0.030 0.3 0.070 0.42l0.12 0.13 0.26-0.12c0.15-0.070 0.27-0.1 0.27-0.080 0 0.030 0.040 0.090 0.1 0.14 0.080 0.090 0.1 0.090 0.2 0.020 0.090-0.060 0.11-0.1 0.080-0.13-0.034-0.109-0.053-0.235-0.053-0.365 0-0.030 0.001-0.059 0.003-0.089l-0 0.004c0-0.4 0-0.41-0.14-0.54l-0.14-0.14-0.16 0.15c-0.13 0.13-0.13 0.15-0.050 0.15 0.15 0 0.2 0.1 0.2 0.36 0 0.3-0.080 0.38-0.33 0.3l-0.16-0.030-0.010-0.37c-0.010-0.26-0.040-0.4-0.1-0.46-0.080-0.1-0.1-0.1-0.25 0.020zM18.68 7.9l-0.15 0.11 0.3 0.13v0.95l0.15-0.020 0.15-0.010 0.010-0.45c0.010-0.24 0.040-0.46 0.060-0.49 0.030-0.020 0.1 0 0.19 0.1l0.14 0.13 0.28-0.27-0.18-0.13-0.17-0.13-0.31 0.19-0.1-0.12c-0.12-0.16-0.19-0.16-0.37 0zM13.080 11.38c-0.33 0.1-0.46 0.28-0.17 0.23 0.15-0.020 0.16-0.010 0.16 0.1 0 0.070 0.010 0.16 0.030 0.21 0.030 0.070 0.020 0.080-0.090 0.030-0.070-0.020-0.14-0.040-0.15-0.020-0.040 0.030 0.26 0.17 0.4 0.17 0.12 0 0.81-0.32 0.81-0.38 0-0.040-0.58-0.32-0.73-0.34-0.039-0.007-0.084-0.012-0.13-0.012s-0.091 0.004-0.134 0.012l0.005-0.001z"></path>
|
15
|
+
</svg>
|
16
|
+
SVG
|
17
|
+
end
|
18
|
+
|
19
|
+
def title
|
20
|
+
key = "blacklight.icon.#{name}"
|
21
|
+
t(key)
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class UniversityOfColoradoBoulderComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59.6 57.6">
|
11
|
+
<title>#{title}</title>
|
12
|
+
<path fill="#6c757d" d="M47.4,57.6H24.4l-8.2-8.1v-6.1H8.1L0,35.3V8.1L8.1,0h27.2l8.1,8.1v6.1h16.2v15h-4v20.3L47.4,57.6z M24.9,56.3
|
13
|
+
h22l7.4-7.3V28h4V15.5H42.1V8.6l-7.3-7.3H8.6L1.3,8.6v26.1l7.4,7.3h8.8V49L24.9,56.3z M44,17.6V46H27.8v-6.1h6.1l6.1-6.1v-8.1h-8.1
|
14
|
+
v6h-4V17.6H15.6v8.1h4v6h-8.1V11.5h20.3v6.1H40V9.5l-6.1-6.1H9.5L3.4,9.5v24.3l6.1,6.1h10.1V48l6.2,6.1H46l6.2-6.1V25.8h4v-8.1
|
15
|
+
C56.1,17.6,44,17.6,44,17.6z"/>
|
16
|
+
</svg>
|
17
|
+
SVG
|
18
|
+
end
|
19
|
+
|
20
|
+
def title
|
21
|
+
key = "blacklight.icon.#{name}"
|
22
|
+
t(key)
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class UniversityOfIllinoisUrbanaChampaignComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<!-- Generated by IcoMoon.io -->
|
11
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="22" height="32" viewBox="0 0 22 32">
|
12
|
+
<title>#{title}</title>
|
13
|
+
<path fill="#6c757d" d="M22.16 8.62v-8.62h-22.16v8.62h4.94v14.77h-4.9v8.61h22.15v-8.6h-4.99v-14.78zM17.21 24.62h3.69v6.13h-19.67v-6.13h3.68c0.68 0 1.23-0.55 1.23-1.23v-14.77c0-0.68-0.55-1.23-1.23-1.23h-3.68v-6.14h19.7v6.15h-3.69c-0.67 0-1.22 0.55-1.22 1.23v14.77c0 0.67 0.53 1.21 1.2 1.23z"></path>
|
14
|
+
<path fill="#6c757d" d="M17.21 7.38h3.69v-6.13h-19.67v6.13h3.68c0.68 0 1.23 0.55 1.23 1.23v14.77c0 0.68-0.55 1.23-1.23 1.23h-3.68v6.13h19.7v-6.13h-3.69c-0.67 0-1.22-0.55-1.22-1.23v-14.76c0-0.68 0.53-1.22 1.2-1.23z"></path>
|
15
|
+
</svg>
|
16
|
+
SVG
|
17
|
+
end
|
18
|
+
|
19
|
+
def title
|
20
|
+
key = "blacklight.icon.#{name}"
|
21
|
+
t(key)
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class UniversityOfIowaComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<!-- Generated by IcoMoon.io -->
|
11
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
12
|
+
<title>#{title}</title>
|
13
|
+
<path fill="#6c757d" d="M16.43 4.4c0 0.43-0.040 1.15 0.18 1.3 0.6 0.4 1.62 0.68 1.95 1.070 0.080 0.1-0.020 0.8-0.26 0.74-1.63-0.36-1.7-0.34-2.9-0.32-0.1 0-0.35-0.5-0.37-0.84 0-0.21 0.3-0.43 0.4-0.77 0.2-0.57 0.050-3.2 0.1-4.97 0.020-0.4 0.060-0.56 0.45-0.56 0.36 0 0.4 0.25 0.4 0.55-0.020 1.26 0.050 2.56 0.050 3.8zM15.48 0.45c0-0.38 0.5-0.62 0.68-0.38zM18.4 6.72c0.24 0.25 0 0.87-0.5 0.68-0.87-0.31-1.68-0.19-2.54-0.31-0.25-0.060-0.32-0.5-0.32-0.74zM16.35 1.82c0 1.17-0.060 2.29 0.060 3.47 0 0.12 0.12 0.31 0.19 0.37zM22.98 17.95c0.204-0.025 0.44-0.040 0.68-0.040s0.476 0.015 0.708 0.043l-0.028-0.003c0.11 0.020 0.19 0.1 0.22 0.14 0.12 0.16 0.1 0.78 0.1 0.97-0.030 0.4-0.24 0.64-0.24 1 0.030 2.83 0.1 6.2-0.060 6.79-0.26 1-0.22 1.18-0.62 1.21-0.11 0.010-0.24-0.020-0.3-0.36-0.063-0.348-0.099-0.75-0.1-1.159v-0.001c0-1.17 0.020-4.2-0.040-5.38-0.040-1.070-0.32-1.14-0.4-1.2-0.1-0.070-0.24-0.1-0.27-0.28-0.060-0.37 0.060-1.22 0.17-1.52 0.030-0.060 0.080-0.18 0.18-0.2zM25.13 30.6c0.15 0 0.36 0 0.4 0.21 0.040 0.23-0.030 0.63-0.1 0.9-0.060 0.23-0.14 0.27-0.3 0.27h-18.47c-0.14 0-0.18-0.070-0.2-0.17-0.070-0.28 0.020-0.83 0.11-1.050 0.030-0.1 0.11-0.12 0.13-0.13 0.2-0.1 0.41 0.020 0.63-0.8 0.3-1.13 0.18-11.9 0.18-11.9-0.010-0.64-0.2-1.27-0.72-1.39-0.068-0.016-0.128-0.040-0.183-0.072l0.003 0.002c-0.24-0.15-0.090-1.43 0.27-1.46 0.58-0.070 0.79-0.16 0.93-0.52 0.58-1.44 0.87-2.92 1.68-4.28 0.826-1.279 1.91-2.322 3.186-3.076l0.044-0.024c0.43-0.13 0.9 0.45 0.68 0.84-0.36 0.63-0.76 0.9-1.28 1.76-0.4 0.64-0.12 1.29-0.3 2.090-0.28 1.33-0.7 1.12-1.15 2.030-0.11 0.22-0.13 0.68-0.060 0.9 0.060 0.23 0.5 0.2 0.74 0.2 4.66 0.060 13.75 0.040 14 0.070 0.14 0.040 0.19 0.080 0.22 0.19 0.004 0.061 0.007 0.132 0.007 0.204 0 0.32-0.050 0.628-0.143 0.917l0.006-0.021c-0.070 0.21-0.31 0.24-0.43 0.25-2.25 0.060-8.2 0.030-12.36 0.030-0.080 0-0.28 0.010-0.35 0.15-0.13 0.27-0.16 0.64-0.13 0.99 0.010 0.12 0.12 0.14 0.18 0.17 0.26 0.1 1.68 0 1.98 0.080 0.18 0.060 0.26 0.1 0.35 0.28 0.21 0.49-0.1 9.97 0.11 11.9 0.020 0.18 0.13 0.33 0.32 0.4 0.26 0.080 1.39 0.13 1.69-0.14 0.74-0.68 0.5-7.020 0.45-8.72-0.020-1.1-0.52-1.6-1.59-1.7-0.2-0.030-0.24-0.12-0.27-0.17-0.1-0.16 0-1.23 0.19-1.68 0.060-0.16 0.2-0.2 0.26-0.2h2.35c0.64 0 0.82 0.24 0.82 0.82 0 3.29-0.020 11.27 0.14 11.62 0.22 0.47 1.040 0.17 1.22-0.27 0.35-0.88 0.32-6.2 0.27-8.92-0.010-0.79-0.28-1.080-0.8-1.2-0.151-0.023-0.267-0.146-0.28-0.299l-0-0.001c-0.040-0.37 0.060-1.2 0.21-1.52 0.050-0.1 0.1-0.15 0.19-0.2 0.1-0.070 1.16-0.030 1.72-0.030 0.43 0 0.54 0.5 0.54 0.81 0.060 3.6-0.070 7.2 0.020 10.8 0.020 0.53 0 0.81 0.19 0.93 0.28 0.18 1.75 0.13 2.71 0.13zM9.33 30.25c0.54-0.6 0.43-8.65 0.15-9.31-0.23-0.54-0.7-0.37-0.78-0.030-0.040 0.18-0.080 6.42-0.030 9.4 0.010 0.45 0.33 0.31 0.66-0.060zM12.59 30.23c0.51-0.59 0.48-6.080 0.32-8.56-0.050-0.87-0.14-1.18-0.68-1.57-0.24-0.17-0.88-0.2-0.95 0.15-0.040 0.19-0.17 9.4 0.080 10.080 0.16 0.43 0.9 0.3 1.23-0.1z"></path>
|
14
|
+
</svg>
|
15
|
+
SVG
|
16
|
+
end
|
17
|
+
|
18
|
+
def title
|
19
|
+
key = "blacklight.icon.#{name}"
|
20
|
+
t(key)
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Blacklight
|
4
|
+
module Icons
|
5
|
+
class UniversityOfMarylandComponent < Blacklight::Icons::IconComponent
|
6
|
+
self.svg = svg
|
7
|
+
|
8
|
+
def svg
|
9
|
+
<<~SVG
|
10
|
+
<!-- Generated by IcoMoon.io -->
|
11
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="26" height="32" viewBox="0 0 26 32">
|
12
|
+
<title>#{title}</title>
|
13
|
+
<path fill="#6c757d" d="M12.28 31.99c-0.26-0.010-0.32-0.020-0.23-0.040l0.13-0.010h-0.16c-1.375-0.121-2.641-0.47-3.8-1.009l0.070 0.029c-0.25-0.12-0.3-0.15-0.31-0.23l-0.12-0.46c-0.070-0.27-0.11-0.37-0.15-0.38-0.030-0.010-0.27 0.020-0.53 0.070l-0.49 0.090-0.25-0.18c-1.829-1.366-3.304-3.103-4.331-5.107l-0.039-0.083-0.12-0.24 0.16-0.4c0.1-0.22 0.16-0.43 0.15-0.45 0-0.030-0.18-0.1-0.42-0.17l-0.41-0.13-0.090-0.21c-0.703-1.768-1.163-3.813-1.278-5.951l-0.002-0.049-0.010-0.38 0.3-0.32 0.3-0.35c0-0.010-0.12-0.18-0.3-0.36l-0.3-0.33 0.020-0.4c0.1-2.070 0.53-4.030 1.3-6.060l0.060-0.13 0.4-0.13c0.25-0.080 0.42-0.15 0.43-0.18 0.010-0.020-0.060-0.22-0.15-0.45l-0.16-0.4 0.14-0.28c1.057-2.047 2.507-3.752 4.262-5.073l0.038-0.027 0.3-0.23 0.5 0.1 0.53 0.070c0.020 0 0.090-0.18 0.14-0.39l0.12-0.46c0.020-0.080 0.060-0.1 0.33-0.23 1.103-0.538 2.388-0.895 3.744-0.998l0.036-0.002 0.62-0.010c0.42 0 0.7 0 0.63 0.020l-0.15 0.020h0.18c1.354 0.105 2.604 0.44 3.748 0.968l-0.068-0.028 0.37 0.17 0.12 0.46c0.070 0.27 0.14 0.47 0.17 0.48s0.25-0.020 0.52-0.070l0.48-0.090 0.16 0.1c1.62 1.161 2.953 2.615 3.944 4.295l0.036 0.065c0.21 0.35 0.62 1.1 0.62 1.14l-0.17 0.41c-0.1 0.22-0.16 0.42-0.15 0.44 0 0.020 0.2 0.1 0.42 0.16l0.4 0.13 0.060 0.13c0.731 1.802 1.209 3.888 1.328 6.070l0.002 0.050 0.010 0.35-0.3 0.32c-0.17 0.18-0.31 0.34-0.31 0.36s0.14 0.18 0.3 0.36l0.31 0.32-0.020 0.35c-0.123 2.273-0.619 4.397-1.427 6.359l0.047-0.129c-0.020 0.020-0.2 0.080-0.42 0.15-0.21 0.070-0.39 0.14-0.4 0.16s0.060 0.22 0.15 0.45l0.17 0.41-0.16 0.3c-0.565 1.072-1.185 1.996-1.892 2.847l0.021-0.027c-0.35 0.42-1.14 1.22-1.55 1.58-0.31 0.27-1.010 0.8-1.13 0.87-0.040 0.020-0.18 0-0.54-0.060-0.27-0.050-0.5-0.080-0.53-0.070s-0.050 0.1-0.22 0.7l-0.060 0.24-0.3 0.14c-1.091 0.53-2.361 0.887-3.701 0.997l-0.039 0.003c-0.23 0.008-0.442 0.022-0.651 0.043l0.041-0.003c-0.070 0-0.29 0-0.49-0.020zM14 30.66c1.095-0.166 2.081-0.495 2.982-0.965l-0.052 0.025c0.030-0.030 0.090-0.2 0.13-0.37l0.1-0.35s0.2 0.010 0.4 0.050c0.47 0.080 0.4 0.1 0.89-0.26 1.611-1.241 2.912-2.802 3.825-4.594l0.035-0.076 0.15-0.3-0.14-0.36c-0.080-0.19-0.13-0.35-0.13-0.36l0.34-0.12c0.23-0.070 0.34-0.13 0.37-0.17 0.704-1.71 1.164-3.69 1.278-5.763l0.002-0.047 0.020-0.47-0.48-0.5 0.070-0.070c0.030-0.050 0.14-0.16 0.24-0.26l0.17-0.18-0.020-0.47c-0.113-2.123-0.572-4.107-1.324-5.941l0.044 0.121c-0.030-0.050-0.13-0.1-0.37-0.17-0.19-0.060-0.34-0.12-0.34-0.13l0.14-0.37 0.13-0.33-0.15-0.31c-0.768-1.495-1.734-2.77-2.883-3.853l-0.007-0.006c-0.423-0.405-0.887-0.773-1.383-1.098l-0.037-0.022c-0.030-0.020-0.21 0-0.43 0.040-0.2 0.040-0.39 0.060-0.4 0.050l-0.1-0.35-0.12-0.37c-0.878-0.462-1.899-0.799-2.979-0.954l-0.051-0.006c-0.5-0.070-1.9-0.070-2.4 0-1.134 0.142-2.162 0.488-3.083 1.002l0.043-0.022-0.11 0.37-0.1 0.34-0.4-0.060c-0.24-0.040-0.4-0.060-0.43-0.040-0.1 0.030-0.63 0.42-0.96 0.7-1.458 1.24-2.638 2.758-3.465 4.479l-0.035 0.081c0 0.030 0.070 0.2 0.14 0.39 0.070 0.18 0.13 0.33 0.12 0.34l-0.33 0.11c-0.18 0.060-0.34 0.13-0.37 0.16-0.12 0.14-0.6 1.6-0.81 2.5-0.27 1.1-0.46 2.51-0.48 3.52l-0.010 0.28 0.47 0.52-0.47 0.5v0.29c0.101 2.203 0.577 4.268 1.364 6.171l-0.044-0.121 0.35 0.12c0.17 0.050 0.33 0.11 0.33 0.12l-0.12 0.34c-0.043 0.103-0.088 0.233-0.124 0.366l-0.006 0.024c0.934 1.999 2.292 3.661 3.967 4.926l0.033 0.024c0.49 0.37 0.42 0.35 0.88 0.27l0.4-0.060 0.1 0.34c0.050 0.18 0.1 0.35 0.13 0.38 0.967 0.496 2.092 0.849 3.281 0.995l0.049 0.005c0.43 0.050 1.75 0.020 2.18-0.050zM11.73 30c-0.898-0.111-1.716-0.34-2.477-0.672l0.057 0.022c-0.26-0.11-0.27-0.12-0.3-0.24l-0.080-0.28-0.040-0.17 0.16-0.24 0.6-0.86c0.4-0.54 0.46-0.63 0.6-0.7l0.13-0.080h4.66l0.14 0.080c0.13 0.070 0.2 0.16 0.65 0.79l0.6 0.86 0.1 0.15-0.070 0.28-0.090 0.3c-0.722 0.347-1.56 0.609-2.44 0.744l-0.050 0.006c-0.41 0.050-1.72 0.070-2.15 0.010zM7.43 28.28c-1.552-1.156-2.797-2.638-3.648-4.35l-0.032-0.070 0.1-0.31 0.1-0.26h3.050l0.35 0.18 1.9 2.7 0.020 0.52-0.53 0.76c-0.3 0.42-0.56 0.79-0.59 0.81-0.087 0.049-0.188 0.085-0.296 0.099l-0.004 0-0.26 0.030-0.16-0.1zM17.55 28.35l-0.28-0.070-0.57-0.8-0.56-0.8-0.020-0.43 0.17-0.25 0.97-1.4c0.8-1.13 0.82-1.14 0.98-1.23l0.17-0.090h3.050l0.1 0.27c0.070 0.15 0.11 0.29 0.11 0.3-0.861 1.7-2.034 3.125-3.454 4.25l-0.026 0.020c-0.38 0.3-0.34 0.28-0.64 0.22zM10.26 26.040c-0.15-0.080-0.18-0.12-1.1-1.43-0.53-0.74-0.97-1.38-0.99-1.43-0.018-0.068-0.029-0.145-0.029-0.225s0.010-0.157 0.030-0.231l-0.001 0.006 0.99-1.41c0.94-1.33 0.95-1.34 1.1-1.42l0.17-0.080h4.58l0.15 0.080c0.15 0.080 0.2 0.13 1.12 1.45l0.97 1.37v0.5l-0.97 1.37c-0.93 1.31-0.97 1.37-1.12 1.45l-0.15 0.080h-4.6l-0.15-0.080zM3.46 22.52l-0.4-0.13-0.13-0.37c-0.527-1.419-0.881-3.061-0.988-4.77l-0.002-0.050-0.010-0.37 0.46-0.48h4.63l0.16 0.080c0.16 0.080 0.17 0.090 1.13 1.45l0.97 1.37-0.020 0.51-1.91 2.7-0.35 0.19h-3.15l-0.4-0.13zM18.25 22.56c-0.17-0.090-0.18-0.1-1.010-1.27-1.24-1.76-1.12-1.56-1.12-1.8v-0.21l0.97-1.37c0.89-1.26 0.98-1.38 1.12-1.47l0.15-0.1h4.66l0.24 0.25c0.28 0.28 0.26 0.2 0.2 1.030-0.163 1.725-0.546 3.312-1.122 4.802l0.042-0.122c-0.040 0.070-0.090 0.1-0.44 0.22l-0.4 0.13h-3.12l-0.17-0.090zM10.25 19.070c-0.14-0.070-0.22-0.18-1.12-1.45l-0.97-1.37v-0.47l0.97-1.37c0.9-1.27 0.98-1.38 1.11-1.45l0.14-0.080h4.66l0.14 0.080c0.13 0.070 0.22 0.19 1.1 1.44l0.97 1.36v0.52l-0.96 1.35c-0.89 1.25-0.98 1.37-1.1 1.44l-0.15 0.080h-4.65l-0.15-0.080zM2.15 15.44l-0.23-0.25 0.020-0.37c0.080-1.54 0.44-3.28 0.97-4.76l0.15-0.4 0.82-0.28h3.12l0.17 0.090c0.1 0.040 0.2 0.13 0.24 0.18l0.97 1.35 0.9 1.28v0.5l-0.96 1.37c-0.9 1.27-0.98 1.37-1.12 1.44l-0.14 0.080h-4.68l-0.23-0.25zM18.22 15.6c-0.14-0.080-0.23-0.2-1.12-1.46l-0.98-1.38v-0.21c0-0.25-0.12-0.050 1.12-1.8l0.83-1.19 0.36-0.18h3.11l0.4 0.13c0.35 0.12 0.4 0.15 0.44 0.22 0.534 1.369 0.913 2.957 1.065 4.611l0.005 0.069c0.070 0.83 0.090 0.76-0.2 1.040l-0.23 0.23h-4.66l-0.14-0.080zM10.25 12.12c-0.17-0.1-0.2-0.13-1.13-1.45l-0.96-1.37v-0.18c-0.020-0.1 0-0.22 0-0.27s0.47-0.69 1-1.44c0.94-1.33 0.95-1.35 1.1-1.43l0.17-0.080h4.57l0.16 0.1c0.16 0.080 0.2 0.12 1.13 1.44l0.96 1.37v0.5l-0.97 1.36c-0.93 1.32-0.97 1.38-1.12 1.45l-0.15 0.080h-4.6l-0.17-0.090zM3.85 8.49c-0.038-0.087-0.072-0.19-0.097-0.297l-0.003-0.013c0.844-1.713 2.019-3.145 3.453-4.26l0.027-0.020c0.23-0.18 0.35-0.25 0.4-0.25 0.17 0 0.47 0.070 0.52 0.11l0.59 0.81 0.53 0.77-0.010 0.51-1.91 2.7-0.35 0.19h-3.040l-0.1-0.26zM18.23 8.66c-0.15-0.090-0.2-0.14-0.96-1.24l-0.98-1.39-0.17-0.25 0.020-0.43 0.56-0.8 0.57-0.8c0.010-0.020 0.43-0.1 0.51-0.1 0.17 0 0.96 0.66 1.65 1.37 0.882 0.902 1.63 1.94 2.207 3.079l0.033 0.071c0 0.020-0.040 0.16-0.1 0.3l-0.1 0.28h-3.080l-0.16-0.1zM10.28 5.18c-0.18-0.090-0.2-0.1-0.62-0.71-0.25-0.34-0.52-0.73-0.6-0.86l-0.17-0.24 0.040-0.17 0.080-0.28c0.030-0.12 0.040-0.13 0.3-0.24 0.63-0.28 1.44-0.5 2.22-0.63 0.345-0.048 0.744-0.076 1.149-0.076 1.34 0 2.609 0.301 3.744 0.838l-0.053-0.023 0.090 0.3 0.070 0.29-0.1 0.14-0.6 0.86c-0.5 0.7-0.5 0.7-0.69 0.8l-0.18 0.1h-4.5l-0.18-0.1zM0 16.75c0-0.050 0-0.070 0.010-0.050v0.1l-0.010-0.050zM25.4 16.71c0-0.040 0.010-0.040 0.020-0.020v0.060s-0.020-0.010-0.010-0.040zM0 15.28c0-0.060 0-0.080 0.010-0.050v0.1l-0.010-0.050zM25.4 15.32c0-0.030 0.010-0.040 0.020-0.020v0.060s-0.020 0-0.010-0.040z"></path>
|
14
|
+
</svg>
|
15
|
+
SVG
|
16
|
+
end
|
17
|
+
|
18
|
+
def title
|
19
|
+
key = "blacklight.icon.#{name}"
|
20
|
+
t(key)
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|