Sha256: 18f489626c24745a35433b9f62c1275645c6d8f65b8c147458ed05a1446189e6

Contents?: true

Size: 473 Bytes

Versions: 20

Compression:

Stored size: 473 Bytes

Contents

# frozen_string_literal: true

module Blacklight
  module Icons
    # Icon for ArrowForwardIos
    class ArrowForwardIosComponent < Spotlight::IconComponent
      self.svg = <<~SVG
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
          <path opacity=".87" fill="none" d="M24 24H0V0h24v24z"/>
          <path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"/>
        </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/arrow_forward_ios_component.rb
blacklight-spotlight-5.0.0.pre.alpha2 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-5.0.0.pre.alpha1 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.7.1 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.7.0 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.6.1 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.6.0 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.5.0 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.4.0 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.3.6 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.3.5 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.3.4 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.3.3 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.3.2 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.3.1 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.3.0 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.2.0 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.1.2 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.1.1 app/components/blacklight/icons/arrow_forward_ios_component.rb
blacklight-spotlight-4.1.0 app/components/blacklight/icons/arrow_forward_ios_component.rb