Sha256: e4e8d838c438ba0c2d5e02f8a1f103bba3bd014df11c93f880886d457c7a8a23

Contents?: true

Size: 715 Bytes

Versions: 18

Compression:

Stored size: 715 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class FileArrowDownFill < 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:
                'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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