Sha256: 08bd206c999d4c10b99af9f9dd70e010bb3f587adf259740512e6ff809538b12

Contents?: true

Size: 712 Bytes

Versions: 14

Compression:

Stored size: 712 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Arrow90degRight < 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:
                'M14.854 4.854a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 4H3.5A2.5 2.5 0 0 0 1 6.5v8a.5.5 0 0 0 1 0v-8A1.5 1.5 0 0 1 3.5 5h9.793l-3.147 3.146a.5.5 0 0 0 .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_right.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/arrow_90deg_right.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/arrow_90deg_right.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/arrow_90deg_right.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/arrow_90deg_right.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/arrow_90deg_right.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/arrow_90deg_right.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/arrow_90deg_right.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/arrow_90deg_right.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/arrow_90deg_right.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/arrow_90deg_right.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/arrow_90deg_right.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/arrow_90deg_right.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/arrow_90deg_right.rb