Sha256: de9c8299a74b4064a359bc7bbeafc178017c38d7ab996559ced0e7310f1ec7b4

Contents?: true

Size: 717 Bytes

Versions: 24

Compression:

Stored size: 717 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ReplyAllFill < 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 4.5V9C19.5228 9 24 13.4772 24 19C24 19.2727 23.9891 19.5428 23.9677 19.81C22.5055 17.0364 19.6381 15.119 16.313 15.0053L16 15H13.9999L14 19.5L6 12L14 4.5ZM8 4.5V7.237L2.92 12L7.999 16.761L8 19.5L0 12L8 4.5Z'
            )
          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/reply_all_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/reply_all_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/reply_all_fill.rb