Sha256: 161552509d83508b2b7223590f8e73eca2bf04fc7c6c9aafe818ccfbc9a3dbe0

Contents?: true

Size: 665 Bytes

Versions: 14

Compression:

Stored size: 665 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class ChevronCompactDown < 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:
                'M1.553 6.776a.5.5 0 0 1 .67-.223L8 9.44l5.776-2.888a.5.5 0 1 1 .448.894l-6 3a.5.5 0 0 1-.448 0l-6-3a.5.5 0 0 1-.223-.67'
            )
          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/chevron_compact_down.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/chevron_compact_down.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/chevron_compact_down.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/chevron_compact_down.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/chevron_compact_down.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/chevron_compact_down.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/chevron_compact_down.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/chevron_compact_down.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/chevron_compact_down.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/chevron_compact_down.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/chevron_compact_down.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/chevron_compact_down.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/chevron_compact_down.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/chevron_compact_down.rb