Sha256: 6731e0d398440668db5914776d17eae027cdd2fd53bd907ed49253c182b70b20

Contents?: true

Size: 586 Bytes

Versions: 18

Compression:

Stored size: 586 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Bootstrap
      class EyeFill < 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: 'M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0')
            s.path(
              d:
                'M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8m8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7'
            )
          end
        end
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 2 rubygems

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