Sha256: a60c2d9d61e606c04b76cce045284fabb37cb39ff78a4d95c6b58cde6f99398a

Contents?: true

Size: 880 Bytes

Versions: 24

Compression:

Stored size: 880 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class AncientPavilionFill < 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:
                'M1.51587 7.87678C1.67997 9.82977 3.0892 11.452 5.00006 11.8875V19.0013H3.00006V21.0013H21.0001V19.0013H19.0001V11.8875C20.9109 11.452 22.3202 9.82977 22.4842 7.87678C21.9938 7.95878 21.4973 8 21.0001 8C17.186 8 13.7861 5.59592 12.5148 2H11.4853C10.214 5.59592 6.81411 8 3.00006 8C2.50278 8 2.00635 7.95878 1.51587 7.87678ZM17.0001 19.0013H7.00006V12H17.0001V19.0013Z'
            )
          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/ancient_pavilion_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/ancient_pavilion_fill.rb