Sha256: afa96d3efa00f30d6751a555a0f2ad4a4f554e1d648738df06573a143727ec53

Contents?: true

Size: 628 Bytes

Versions: 16

Compression:

Stored size: 628 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class VoiceRecognitionFill < 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.998 3V21H2.99805V3H20.998ZM12.998 6H10.998V18H12.998V6ZM8.99805 9H6.99805V15H8.99805V9ZM16.998 9H14.998V15H16.998V9Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

16 entries across 16 versions & 2 rubygems

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