Sha256: 4fdab780a8582e7e982f70777ef55318448b98b51b1470f1b583c24474c34645

Contents?: true

Size: 676 Bytes

Versions: 21

Compression:

Stored size: 676 Bytes

Contents

# frozen_string_literal: true

module Blacklight
  module Gallery
    module Icons
      # This is the icon for the add button.
      # You can override the default svg by setting:
      #   Blacklight::Gallery:Icons::AddCircleComponent.svg = '<svg>your SVG here</svg>'
      class AddCircleComponent < Blacklight::Icons::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="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/>
          </svg>
        SVG
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
blacklight-gallery-4.8.4 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.8.3 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.8.2 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.8.1 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.8.0 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.7.0 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.6.4 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.6.3 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.6.2 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.6.1 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.6.0 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.5.4 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.5.3 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.5.2 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.5.1 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.5.0 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-gallery-4.4.1/app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.4.1 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.4.0 app/components/blacklight/gallery/icons/add_circle_component.rb
blacklight-gallery-4.3.0 app/components/blacklight/gallery/icons/add_circle_component.rb