Sha256: bc67e5c1b49599cdd93efcf8f7816c4f69a2faa38a3e4b75f82b916b6e11f48b

Contents?: true

Size: 693 Bytes

Versions: 18

Compression:

Stored size: 693 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class TentFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M12.8659 3.00017L22.1034 19H23V21H1V19H1.89638L11.1339 3.00017C11.41 2.52187 12.0216 2.358 12.4999 2.63414C12.6519 2.72191 12.7782 2.84815 12.8659 3.00017ZM12 12.9248L8.65869 19H15.3414L12 12.9248Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-remix-1.8.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/tent_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/tent_fill.rb