Sha256: f8a07673880a995449ec6a90899a8462f2feeb46359a6aea427e6c3578cf85ee

Contents?: true

Size: 756 Bytes

Versions: 20

Compression:

Stored size: 756 Bytes

Contents

# frozen_string_literal: true

module Blacklight
  module Icons
    # Icon for ArrowAltCircleLeft
    class ArrowAltCircleLeftComponent < Spotlight::IconComponent
      self.svg = <<~SVG
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
          <!-- Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
          <path d="M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm116-292H256v-70.9c0-10.7-13-16.1-20.5-8.5L121.2 247.5c-4.7 4.7-4.7 12.2 0 16.9l114.3 114.9c7.6 7.6 20.5 2.2 20.5-8.5V300h116c6.6 0 12-5.4 12-12v-64c0-6.6-5.4-12-12-12z"/>
        </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_alt_circle_left_component.rb
blacklight-spotlight-5.0.0.pre.alpha2 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-5.0.0.pre.alpha1 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.7.1 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.7.0 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.6.1 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.6.0 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.5.0 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.4.0 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.3.6 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.3.5 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.3.4 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.3.3 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.3.2 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.3.1 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.3.0 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.2.0 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.1.2 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.1.1 app/components/blacklight/icons/arrow_alt_circle_left_component.rb
blacklight-spotlight-4.1.0 app/components/blacklight/icons/arrow_alt_circle_left_component.rb