Sha256: 761fd94bd7d0cbc24ebe259c422becff81b91a41453f6ca6c81d1e3d850e9d9e

Contents?: true

Size: 1.15 KB

Versions: 25

Compression:

Stored size: 1.15 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class CloudPlus < 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(
              fill_rule: 'evenodd',
              d:
                'M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5'
            )
            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

25 entries across 25 versions & 2 rubygems

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