Sha256: 3d6c9aa513f2d4157f3372571fafac6f2a625564d9c7555ead00e1090923432e

Contents?: true

Size: 373 Bytes

Versions: 20

Compression:

Stored size: 373 Bytes

Contents

# frozen_string_literal: true

module Blacklight
  module Icons
    # Icon for Warning
    class WarningComponent < Spotlight::IconComponent
      self.svg = <<~SVG
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
          <path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/>
        </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/warning_component.rb
blacklight-spotlight-5.0.0.pre.alpha2 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-5.0.0.pre.alpha1 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.7.1 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.7.0 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.6.1 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.6.0 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.5.0 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.4.0 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.3.6 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.3.5 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.3.4 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.3.3 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.3.2 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.3.1 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.3.0 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.2.0 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.1.2 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.1.1 app/components/blacklight/icons/warning_component.rb
blacklight-spotlight-4.1.0 app/components/blacklight/icons/warning_component.rb