Sha256: f92d5eb090eafcb389d16f9e92f1cf6477e1ceba5bf67299d7511033150732c4

Contents?: true

Size: 1.27 KB

Versions: 24

Compression:

Stored size: 1.27 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class MentalHealthLine < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M11 2C15.0675 2 18.426 5.03562 18.9337 8.96494L21.1842 12.5037C21.3324 12.7367 21.3025 13.0847 20.9593 13.2317L19 14.071V17C19 18.1046 18.1046 19 17 19H15.001L15 22H6L6.00025 18.3061C6.00033 17.1252 5.56351 16.0087 4.7555 15.0011C3.65707 13.6313 3 11.8924 3 10C3 5.58172 6.58172 2 11 2ZM11 4C7.68629 4 5 6.68629 5 10C5 11.3849 5.46818 12.6929 6.31578 13.7499C7.40965 15.114 8.00036 16.6672 8.00025 18.3063L8.00013 20H13.0007L13.0017 17H17V12.7519L18.5497 12.0881L17.0072 9.66262L16.9501 9.22118C16.5665 6.25141 14.0243 4 11 4ZM10.4697 7.76256L11 8.29289L11.5303 7.76256C12.2137 7.07915 13.3218 7.07915 14.0052 7.76256C14.6886 8.44598 14.6886 9.55402 14.0052 10.2374L11 13.2426L7.9948 10.2374C7.31138 9.55402 7.31138 8.44598 7.9948 7.76256C8.67821 7.07915 9.78625 7.07915 10.4697 7.76256Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

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