Sha256: a781bd574b1a1305c37f1bca62d5565fdb1527a3055cf6ca3324f360d9fcf94b

Contents?: true

Size: 993 Bytes

Versions: 24

Compression:

Stored size: 993 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class SpeakFill < 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:
                'M9 2C13.0675 2 16.426 5.03562 16.9337 8.96494L19.1842 12.5037C19.3324 12.7367 19.3025 13.0847 18.9593 13.2317L17 14.071V17C17 18.1046 16.1046 19 15 19H13.001L13 22H4L4.00025 18.3061C4.00033 17.1252 3.56351 16.0087 2.7555 15.0011 1.65707 13.6313 1 11.8924 1 10 1 5.58172 4.58172 2 9 2ZM21.1535 18.1024 19.4893 16.9929C20.4436 15.5642 21 13.8471 21 12.0001 21 10.153 20.4436 8.4359 19.4893 7.00722L21.1535 5.89771C22.32 7.64386 23 9.74254 23 12.0001 23 14.2576 22.32 16.3562 21.1535 18.1024Z'
            )
          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/speak_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/speak_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/speak_fill.rb