Sha256: cdb2bae1176c27154d0e7e833aa1c6bd3ac80d49dca0f440c7587ceb9385eb24

Contents?: true

Size: 1.16 KB

Versions: 18

Compression:

Stored size: 1.16 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class CloudArrowUp < 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:
                'M7.646 5.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708z'
            )
            s.path(
              d:
                'M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383m.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z'
            )
          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_up.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/cloud_arrow_up.rb