Sha256: 3d0931c159b0e31f88c28b31fd512272dd3acad2a5cb7c5501ff5324f046c2d3

Contents?: true

Size: 1.82 KB

Versions: 18

Compression:

Stored size: 1.82 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class CloudSnowFill < 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:
                'M2.625 11.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m2.75 2a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m5.5 0a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 0 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m-2.75-2a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m5.5 0a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 0 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m-.22-7.223a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.25H13a3 3 0 0 0 .405-5.973'
            )
          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_snow_fill.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/cloud_snow_fill.rb