Sha256: 78f625068e6d85495f4ec6013a31f1b4866740632739c3453282ccd0d3b54d7c

Contents?: true

Size: 711 Bytes

Versions: 14

Compression:

Stored size: 711 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Arrow90degDown < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              fill_rule: 'evenodd',
              d:
                'M4.854 14.854a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V3.5A2.5 2.5 0 0 1 6.5 1h8a.5.5 0 0 1 0 1h-8A1.5 1.5 0 0 0 5 3.5v9.793l3.146-3.147a.5.5 0 0 1 .708.708z'
            )
          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/arrow_90deg_down.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/arrow_90deg_down.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/arrow_90deg_down.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/arrow_90deg_down.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/arrow_90deg_down.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/arrow_90deg_down.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/arrow_90deg_down.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/arrow_90deg_down.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/arrow_90deg_down.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/arrow_90deg_down.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/arrow_90deg_down.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/arrow_90deg_down.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/arrow_90deg_down.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/arrow_90deg_down.rb