Sha256: 36098a17e59a62ff4585576627880fef47b93015d0c524c1c8f90b29a0682e53

Contents?: true

Size: 1.58 KB

Versions: 25

Compression:

Stored size: 1.58 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class CloudSleetFill < 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(
              d:
                'M2.375 13.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 1 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 1 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 0 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zM6.375 13.5a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 1 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 1 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 0 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zm2.151 2.447a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 1 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 1 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zm1.181-7.026a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973'
            )
          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_sleet_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/cloud_sleet_fill.rb