Sha256: 9f48ff42412f6fdc363485fcc3a71126ee3a418b359f9ac55bb929480fb6da0b

Contents?: true

Size: 793 Bytes

Versions: 25

Compression:

Stored size: 793 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class ChatDotsFill < Base
        def view_template
          svg(
            class: classes,
            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

25 entries across 25 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-0.17.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/chat_dots_fill.rb