Sha256: 64f7b6b7763f422a19ba94a2656603e083564832959decaac481537519f12d28

Contents?: true

Size: 697 Bytes

Versions: 24

Compression:

Stored size: 697 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ChatFollowUpFill < 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:
                '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 3H21ZM17 7H15V15H17V7ZM11 8H9V9.999L7 10V12L9 11.999V14H11V11.999L13 12V10L11 9.999V8Z'
            )
          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/chat_follow_up_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/chat_follow_up_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/chat_follow_up_fill.rb