Sha256: 14f56e1d10d76a859c191871f2e06480bb3ee18f17e9b167cf02f9629519a237

Contents?: true

Size: 1.07 KB

Versions: 18

Compression:

Stored size: 1.07 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class ChatDots < 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:
                'M5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2'
            )
            s.path(
              d:
                'm2.165 15.803.02-.004c1.83-.363 2.948-.842 3.468-1.105A9 9 0 0 0 8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6a10.4 10.4 0 0 1-.524 2.318l-.003.011a11 11 0 0 1-.244.637c-.079.186.074.394.273.362a22 22 0 0 0 .693-.125m.8-3.108a1 1 0 0 0-.287-.801C1.618 10.83 1 9.468 1 8c0-3.192 3.004-6 7-6s7 2.808 7 6-3.004 6-7 6a8 8 0 0 1-2.088-.272 1 1 0 0 0-.711.074c-.387.196-1.24.57-2.634.893a11 11 0 0 0 .398-2'
            )
          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_dots.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/chat_dots.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/chat_dots.rb