Sha256: 221300b710469af7e4e9e01548ddde0fe36ea316bcdc29aa07288bac55068be0

Contents?: true

Size: 640 Bytes

Versions: 25

Compression:

Stored size: 640 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class CaretDown < Base
        def view_template
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M3.204 5h9.592L8 10.481zm-.753.659 4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204a1 1 0 0 0-.753 1.659'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-0.17.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/caret_down.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/caret_down.rb