Sha256: 9b7ef6ed3b678b0f0614a11dfd1262433653786c00fba80e5fbacf30cf8a6c69

Contents?: true

Size: 967 Bytes

Versions: 24

Compression:

Stored size: 967 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Speaker2Fill < 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:
                'M4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3ZM12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 14.7614 14.7614 17 12 17ZM12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19ZM12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z'
            )
          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/speaker_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/speaker_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/speaker_2_fill.rb