Sha256: 5fbd3a034aa7219d4ff93d95afbfe48cc9f0cf3283b05d99e77f4efc05b94ee6

Contents?: true

Size: 426 Bytes

Versions: 20

Compression:

Stored size: 426 Bytes

Contents

# frozen_string_literal: true

module Blacklight
  module Icons
    # Icon for Check
    class CheckComponent < 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="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/>
        </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/check_component.rb
blacklight-spotlight-5.0.0.pre.alpha2 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-5.0.0.pre.alpha1 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.7.1 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.7.0 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.6.1 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.6.0 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.5.0 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.4.0 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.3.6 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.3.5 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.3.4 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.3.3 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.3.2 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.3.1 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.3.0 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.2.0 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.1.2 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.1.1 app/components/blacklight/icons/check_component.rb
blacklight-spotlight-4.1.0 app/components/blacklight/icons/check_component.rb