Sha256: 0e90225c707f52809838737e98063cbb62a0fd742a26d7f83037737270df3e36

Contents?: true

Size: 650 Bytes

Versions: 24

Compression:

Stored size: 650 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Chat2Fill < 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:
                'M14.45 19L12 22.5L9.55 19H3C2.44772 19 2 18.5523 2 18V4C2 3.44772 2.44772 3 3 3H21C21.5523 3 22 3.44772 22 4V18C22 18.5523 21.5523 19 21 19H14.45Z'
            )
          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_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/chat_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/chat_2_fill.rb