Sha256: 75141544054cef4fa1d77ffaccabb3500e3cad92339a506232f98e3736aca314

Contents?: true

Size: 847 Bytes

Versions: 18

Compression:

Stored size: 847 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class CloudArrowDownFill < 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:
                'M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2m2.354 6.854-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 1 0v3.793l1.146-1.147a.5.5 0 0 1 .708.708'
            )
          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/cloud_arrow_down_fill.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/cloud_arrow_down_fill.rb