Sha256: 797739eab0e4567348d68ba051a2ac1f84bb6bb843631f423fbdc4f31b8e7ad8

Contents?: true

Size: 808 Bytes

Versions: 24

Compression:

Stored size: 808 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CommunityFill < 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:
                'M9 19H12V12.9416L8 9.45402L4 12.9416V19H7V15H9V19ZM21 21H3C2.44772 21 2 20.5523 2 20V12.4868C2 12.1978 2.12501 11.9229 2.34282 11.733L6 8.54435V4C6 3.44772 6.44772 3 7 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21ZM16 11V13H18V11H16ZM16 15V17H18V15H16ZM16 7V9H18V7H16ZM12 7V9H14V7H12Z'
            )
          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/community_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/community_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/community_fill.rb