Sha256: a7823c3bffca7f18f7bb4f3706e94807b90929033e52a233748feca969bb8bcf

Contents?: true

Size: 433 Bytes

Versions: 20

Compression:

Stored size: 433 Bytes

Contents

# frozen_string_literal: true

module Blacklight
  module Icons
    # Icon for ChevronRight
    class ChevronRightComponent < Spotlight::IconComponent
      self.svg = <<~SVG
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
          <path fill="none" d="M0 0h24v24H0V0z"/>
          <path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z"/>
        </svg>
      SVG
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
blacklight-spotlight-5.0.0.pre.alpha3 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-5.0.0.pre.alpha2 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-5.0.0.pre.alpha1 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.7.1 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.7.0 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.6.1 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.6.0 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.5.0 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.4.0 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.3.6 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.3.5 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.3.4 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.3.3 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.3.2 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.3.1 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.3.0 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.2.0 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.1.2 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.1.1 app/components/blacklight/icons/chevron_right_component.rb
blacklight-spotlight-4.1.0 app/components/blacklight/icons/chevron_right_component.rb