Sha256: 2e36356b5e0ca1a8d800fd1b9e219c90dc2c9a9eced197caf042d75a352cbba4

Contents?: true

Size: 636 Bytes

Versions: 24

Compression:

Stored size: 636 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class MistFill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M4 4H8V6H4V4ZM16 19H20V21H16V19ZM2 9H12V11H2V9ZM14 9H20V11H14V9ZM4 14H10V16H4V14ZM12 14H22V16H12V14ZM10 4H22V6H10V4ZM2 19H14V21H2V19Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

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