Sha256: 81fc1fd1e3900f19e1949ac8117c40fb0a317d13d1ab2e49db06ae42ebaf371f

Contents?: true

Size: 1.26 KB

Versions: 12

Compression:

Stored size: 1.26 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ChatAiFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M20.7134 8.12811L20.4668 8.69379C20.2864 9.10792 19.7136 9.10792 19.5331 8.69379L19.2866 8.12811C18.8471 7.11947 18.0555 6.31641 17.0677 5.87708L16.308 5.53922C15.8973 5.35653 15.8973 4.75881 16.308 4.57612L17.0252 4.25714C18.0384 3.80651 18.8442 2.97373 19.2761 1.93083L19.5293 1.31953C19.7058 0.893489 20.2942 0.893489 20.4706 1.31953L20.7238 1.93083C21.1558 2.97373 21.9616 3.80651 22.9748 4.25714L23.6919 4.57612C24.1027 4.75881 24.1027 5.35653 23.6919 5.53922L22.9323 5.87708C21.9445 6.31641 21.1529 7.11947 20.7134 8.12811ZM20 11C20.6986 11 21.3694 10.8806 21.9929 10.6611C21.9976 10.7735 22 10.8865 22 11C22 15.4183 18.4183 19 14 19V22.5C9 20.5 2 17.5 2 11C2 6.58172 5.58172 3 10 3H14C14.1135 3 14.2265 3.00237 14.3389 3.00705C14.1194 3.63061 14 4.30136 14 5C14 8.31371 16.6863 11 20 11Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-1.7.0 lib/phlex/icons/remix/chat_ai_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/chat_ai_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/chat_ai_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/chat_ai_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/chat_ai_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/chat_ai_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/chat_ai_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/chat_ai_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/chat_ai_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/chat_ai_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/chat_ai_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/chat_ai_fill.rb