Sha256: 685e0fa26d82f74efe73bf089e0c0f8b29434a88539a86e520d8862f0c49b4bc

Contents?: true

Size: 788 Bytes

Versions: 14

Compression:

Stored size: 788 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Alexa < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M7.996 0A8 8 0 0 0 0 8a8 8 0 0 0 6.93 7.93v-1.613a1.06 1.06 0 0 0-.717-1.008A5.6 5.6 0 0 1 2.4 7.865 5.58 5.58 0 0 1 8.054 2.4a5.6 5.6 0 0 1 5.535 5.81l-.002.046-.012.192-.005.061a5 5 0 0 1-.033.284l-.01.068c-.685 4.516-6.564 7.054-6.596 7.068A7.998 7.998 0 0 0 15.992 8 8 8 0 0 0 7.996.001Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/alexa.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/alexa.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/alexa.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/alexa.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/alexa.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/alexa.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/alexa.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/alexa.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/alexa.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/alexa.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/alexa.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/alexa.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/alexa.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/alexa.rb