Sha256: 56a967a4e9af227df3625c489d76789493b0c2d78c6810f76482887239f760a3

Contents?: true

Size: 786 Bytes

Versions: 18

Compression:

Stored size: 786 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class ChatDotsFill < 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:
                'M16 8c0 3.866-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7M5 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0m4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0m3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 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_fill.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb