Sha256: 7376cec87febdb090117bdfc4991878602b50293ccb7b3fc2c479d6a23cf6f22

Contents?: true

Size: 655 Bytes

Versions: 14

Compression:

Stored size: 655 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ChatPollFill < 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:
                'M21 3C21.5523 3 22 3.44772 22 4V18C22 18.5523 21.5523 19 21 19H6.455L2 22.5V4C2 3.44772 2.44772 3 3 3H21ZM13 7H11V15H13V7ZM17 9H15V15H17V9ZM9 11H7V15H9V11Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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