Sha256: 46b39bffd62163d6ca19aa7f9a078d47352b77472590f1ed1d0c58a8d1aafafa

Contents?: true

Size: 942 Bytes

Versions: 18

Compression:

Stored size: 942 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class ChatLeftText < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'
            )
            s.path(
              d:
                'M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6m0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-1.8.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/chat_left_text.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/chat_left_text.rb