Sha256: b93be1746d08b8dd96a69be5eedb2f7854c31b596bfbefaca45709dfbba0af2b

Contents?: true

Size: 672 Bytes

Versions: 12

Compression:

Stored size: 672 Bytes

Contents

# frozen_string_literal: true

module Blacklight
  module Gallery
    module Icons
      # This is the gallery icon for the view type button.
      # You can override the default svg by setting:
      #   Blacklight::Gallery:Icons::SlideshowComponent.svg = '<svg>your SVG here</svg>'
      class SlideshowComponent < Blacklight::Icons::IconComponent
        self.svg = <<~SVG
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 24">
            <path d="m1 9v6h-1v-6zm6-3h12v13h-13v-13zm11 1h-11v11h11zm-13 0v11h-1v-11zm-2 1v9h-1v-9zm18-1v11h-1v-11zm2 1v8h-1v-8zm2 1v5h-1v-5z"/>
          </svg>
        SVG
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
blacklight-gallery-4.6.1 app/components/blacklight/gallery/icons/slideshow_component.rb
blacklight-gallery-4.6.0 app/components/blacklight/gallery/icons/slideshow_component.rb
blacklight-gallery-4.5.4 app/components/blacklight/gallery/icons/slideshow_component.rb
blacklight-gallery-4.5.3 app/components/blacklight/gallery/icons/slideshow_component.rb
blacklight-gallery-4.5.2 app/components/blacklight/gallery/icons/slideshow_component.rb
blacklight-gallery-4.5.1 app/components/blacklight/gallery/icons/slideshow_component.rb
blacklight-gallery-4.5.0 app/components/blacklight/gallery/icons/slideshow_component.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-gallery-4.4.1/app/components/blacklight/gallery/icons/slideshow_component.rb
blacklight-gallery-4.4.1 app/components/blacklight/gallery/icons/slideshow_component.rb
blacklight-gallery-4.4.0 app/components/blacklight/gallery/icons/slideshow_component.rb
blacklight-gallery-4.3.0 app/components/blacklight/gallery/icons/slideshow_component.rb
blacklight-gallery-4.2.0 app/components/blacklight/gallery/icons/slideshow_component.rb